x-runtime-lib 0.8.61 → 0.8.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as
|
|
2
|
-
import { globalObjects as ge, waitUtil as
|
|
3
|
-
import { CameraHelper as
|
|
4
|
-
import { c as W, i as le, q as Re, u as
|
|
5
|
-
import { useTheme as
|
|
6
|
-
import { getErrorMessage as
|
|
7
|
-
import { useI18n as
|
|
8
|
-
const
|
|
1
|
+
import { defineComponent as V, createElementBlock as te, renderSlot as B, unref as i, openBlock as h, createElementVNode as q, computed as v, normalizeStyle as ee, ref as ie, watchEffect as me, watch as oe, onBeforeMount as Ko, onUnmounted as Ue, createBlock as _, withCtx as k, createCommentVNode as ne, useTemplateRef as no, onMounted as io, nextTick as oo, useAttrs as Uo, h as se, resolveComponent as A, createVNode as R, isRef as X, createSlots as En, renderList as Xo, useId as ro, withModifiers as Yo, normalizeClass as qo, toDisplayString as Jo, inject as ae, provide as ce, readonly as Bn } from "vue";
|
|
2
|
+
import { globalObjects as ge, waitUtil as so, useViewStack as lo, eventBus as ao, messageInfo as Zo, messageSuccess as Qo, messageWarning as co, messageError as uo, createAxios as er, openConfirmDlg as tr, openPromptDlg as nr } from "x-essential-lib";
|
|
3
|
+
import { CameraHelper as po, DirectionalLightHelper as ir, PointLightHelper as or, SpotLightHelper as rr } from "three";
|
|
4
|
+
import { c as W, i as le, q as Re, u as sr, r as mo, e as yo, a as lr, b as ar, d as cr, f as ur, g as pr, h as mr, j as dr, k as yr, l as fo, X as fr, Y as br, K as hr, m as gr, n as xr, o as vr, I as kr } from "./vendor.dd29fg1n.js";
|
|
5
|
+
import { useTheme as _r } from "vuetify";
|
|
6
|
+
import { getErrorMessage as wr } from "x-error-lib";
|
|
7
|
+
import { useI18n as bo } from "vue-i18n";
|
|
8
|
+
const Qn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
9
|
function P(t) {
|
|
10
10
|
let e = "";
|
|
11
11
|
for (let n = 0; n < t; n++) {
|
|
12
|
-
const o = Math.floor(Math.random() *
|
|
13
|
-
e +=
|
|
12
|
+
const o = Math.floor(Math.random() * Qn.length);
|
|
13
|
+
e += Qn[o];
|
|
14
14
|
}
|
|
15
15
|
return e;
|
|
16
16
|
}
|
|
@@ -20,7 +20,7 @@ function Xe(t) {
|
|
|
20
20
|
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
21
21
|
return !(isNaN(n) || n % 1 !== 0);
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function Wn(t) {
|
|
24
24
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
25
25
|
return !1;
|
|
26
26
|
const e = t.substring(0, t.length - 1), n = parseFloat(e);
|
|
@@ -40,17 +40,17 @@ function Zt(t) {
|
|
|
40
40
|
if (!isNaN(n))
|
|
41
41
|
return n;
|
|
42
42
|
}
|
|
43
|
-
const
|
|
43
|
+
const ho = ["xs", "sm", "md", "lg", "xl"], Vr = [...ho].reverse();
|
|
44
44
|
function Ne(t) {
|
|
45
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
48
|
-
return
|
|
47
|
+
function ei(t) {
|
|
48
|
+
return ho.findIndex((e) => e === t);
|
|
49
49
|
}
|
|
50
50
|
function Pe(t, e) {
|
|
51
51
|
let n;
|
|
52
|
-
for (const o of
|
|
53
|
-
if (
|
|
52
|
+
for (const o of Vr) {
|
|
53
|
+
if (ei(o) < ei(t))
|
|
54
54
|
break;
|
|
55
55
|
e[o] && (n = e[o]);
|
|
56
56
|
}
|
|
@@ -70,7 +70,7 @@ function we(t, e) {
|
|
|
70
70
|
return n;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function go(t, e, n) {
|
|
74
74
|
let o = t;
|
|
75
75
|
if (typeof o != "object")
|
|
76
76
|
return;
|
|
@@ -84,13 +84,13 @@ function xo(t, e, n) {
|
|
|
84
84
|
const r = s[s.length - 1];
|
|
85
85
|
o[r] = n;
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function $r(t, e = 2) {
|
|
88
88
|
const n = " ".repeat(e);
|
|
89
89
|
return t.split(`
|
|
90
90
|
`).map((r) => r.trim() === "" ? r : n + r).join(`
|
|
91
91
|
`);
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function Q(t) {
|
|
94
94
|
return t === "runtime" || t === "preview";
|
|
95
95
|
}
|
|
96
96
|
const Ou = ["string", "number", "boolean", "array", "object"];
|
|
@@ -108,7 +108,7 @@ function Ku(t) {
|
|
|
108
108
|
return "#80a55b";
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function xo(t) {
|
|
112
112
|
let e = t;
|
|
113
113
|
for (; e; ) {
|
|
114
114
|
if (e.parent && e.compId === e.parent.compId)
|
|
@@ -135,8 +135,8 @@ function Uu(t, e, n, o, s) {
|
|
|
135
135
|
children: {}
|
|
136
136
|
}, r.children[n] = a);
|
|
137
137
|
}
|
|
138
|
-
const
|
|
139
|
-
function
|
|
138
|
+
const Ir = ["common", "scene"], Sr = ["common", "scene"];
|
|
139
|
+
function Cr(t) {
|
|
140
140
|
switch (t) {
|
|
141
141
|
case "referenceProperty":
|
|
142
142
|
case "multipleRefProperty":
|
|
@@ -146,7 +146,7 @@ function Pr(t) {
|
|
|
146
146
|
}
|
|
147
147
|
return !0;
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function Pr(t) {
|
|
150
150
|
switch (t) {
|
|
151
151
|
case "referenceMethod":
|
|
152
152
|
case "multipleRefMethod":
|
|
@@ -156,7 +156,7 @@ function Tr(t) {
|
|
|
156
156
|
}
|
|
157
157
|
return !0;
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function Tr(t) {
|
|
160
160
|
switch (t) {
|
|
161
161
|
case "referenceEvent":
|
|
162
162
|
case "multipleRefEvent":
|
|
@@ -171,7 +171,7 @@ function zr(t) {
|
|
|
171
171
|
}
|
|
172
172
|
return !0;
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function Rn(t, e, n) {
|
|
175
175
|
const { i18n: o } = ge;
|
|
176
176
|
let s = "";
|
|
177
177
|
return t && (s += t + " / "), e.forEach((r, a) => {
|
|
@@ -181,21 +181,21 @@ function Mn(t, e, n) {
|
|
|
181
181
|
function Xu(t, e) {
|
|
182
182
|
const { i18n: n } = ge;
|
|
183
183
|
let o = "";
|
|
184
|
-
return t === "elementProperty" || (t === "referenceProperty" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)),
|
|
184
|
+
return t === "elementProperty" || (t === "referenceProperty" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), Rn(o, e, Cr(t));
|
|
185
185
|
}
|
|
186
186
|
function Yu(t, e) {
|
|
187
187
|
const { i18n: n } = ge;
|
|
188
188
|
let o = "";
|
|
189
|
-
return t === "elementMethod" || (t === "referenceMethod" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)),
|
|
189
|
+
return t === "elementMethod" || (t === "referenceMethod" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), Rn(o, e, Pr(t));
|
|
190
190
|
}
|
|
191
191
|
function qu(t, e) {
|
|
192
192
|
const { i18n: n } = ge;
|
|
193
193
|
let o = "";
|
|
194
|
-
return t === "elementEvent" || (t === "referenceEvent" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = n.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = n.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = n.global.t("x-runtime-lib.stateChange") : console.assert(!1)),
|
|
194
|
+
return t === "elementEvent" || (t === "referenceEvent" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = n.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = n.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = n.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Rn(o, e, Tr(t));
|
|
195
195
|
}
|
|
196
196
|
const ze = {}, w = (t) => {
|
|
197
197
|
ze[t.key] = t;
|
|
198
|
-
},
|
|
198
|
+
}, zr = ["position", "rotation", "scale"], ve = /* @__PURE__ */ V({
|
|
199
199
|
__name: "index",
|
|
200
200
|
props: {
|
|
201
201
|
position: {},
|
|
@@ -204,7 +204,7 @@ const ze = {}, w = (t) => {
|
|
|
204
204
|
},
|
|
205
205
|
setup(t) {
|
|
206
206
|
const e = H();
|
|
207
|
-
return (n, o) => i(e) === "editor" ? (h(),
|
|
207
|
+
return (n, o) => i(e) === "editor" ? (h(), te("TresMesh", {
|
|
208
208
|
key: 0,
|
|
209
209
|
position: t.position,
|
|
210
210
|
rotation: t.rotation,
|
|
@@ -214,7 +214,7 @@ const ze = {}, w = (t) => {
|
|
|
214
214
|
o[0] || (o[0] = q("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
215
215
|
o[1] || (o[1] = q("TresMeshBasicMaterial", null, null, -1)),
|
|
216
216
|
B(n.$slots, "default")
|
|
217
|
-
], 8,
|
|
217
|
+
], 8, zr)) : B(n.$slots, "default", { key: 1 });
|
|
218
218
|
}
|
|
219
219
|
}), D = /* @__PURE__ */ V({
|
|
220
220
|
__name: "index",
|
|
@@ -236,17 +236,17 @@ const ze = {}, w = (t) => {
|
|
|
236
236
|
pointerEvents: "auto",
|
|
237
237
|
userSelect: "none"
|
|
238
238
|
}));
|
|
239
|
-
return (s, r) => i(e) === "editor" ? (h(),
|
|
239
|
+
return (s, r) => i(e) === "editor" ? (h(), te("div", {
|
|
240
240
|
key: 0,
|
|
241
|
-
style:
|
|
241
|
+
style: ee(n.value)
|
|
242
242
|
}, [
|
|
243
243
|
B(s.$slots, "default"),
|
|
244
244
|
q("div", {
|
|
245
|
-
style:
|
|
245
|
+
style: ee(o.value)
|
|
246
246
|
}, null, 4)
|
|
247
247
|
], 4)) : B(s.$slots, "default", { key: 1 });
|
|
248
248
|
}
|
|
249
|
-
}),
|
|
249
|
+
}), Ar = (t, e, n, o) => {
|
|
250
250
|
const s = t.getElementPropertyInner(e, n);
|
|
251
251
|
if (o) {
|
|
252
252
|
if (typeof s == "string")
|
|
@@ -255,17 +255,17 @@ const ze = {}, w = (t) => {
|
|
|
255
255
|
return;
|
|
256
256
|
} else
|
|
257
257
|
return s;
|
|
258
|
-
},
|
|
258
|
+
}, Lr = (t, e, n, o, s) => {
|
|
259
259
|
let r;
|
|
260
260
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t.setElementPropertyInner(e, n, r);
|
|
261
261
|
};
|
|
262
262
|
function l(t, e, n) {
|
|
263
263
|
const o = H(), s = be(), r = ie();
|
|
264
264
|
return me(() => {
|
|
265
|
-
let a =
|
|
265
|
+
let a = Ar(s, t.node, e, n);
|
|
266
266
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), r.value = a;
|
|
267
267
|
}), oe(r, (a, c) => {
|
|
268
|
-
le(a, c) ||
|
|
268
|
+
le(a, c) || Lr(s, t.node, e, r.value, n);
|
|
269
269
|
}), { property: r };
|
|
270
270
|
}
|
|
271
271
|
function de(t) {
|
|
@@ -320,7 +320,7 @@ function de(t) {
|
|
|
320
320
|
c.value = f.value[0], m.value = f.value[1], d.value = f.value[2];
|
|
321
321
|
}), { position: u, rotation: p, scale: f };
|
|
322
322
|
}
|
|
323
|
-
function
|
|
323
|
+
function vo(t) {
|
|
324
324
|
const e = v(() => t.node.legend?.show), n = v(() => t.node.legend?.data);
|
|
325
325
|
function o(s) {
|
|
326
326
|
s.legend = {
|
|
@@ -330,14 +330,14 @@ function ko(t) {
|
|
|
330
330
|
}
|
|
331
331
|
return { show: e, data: n, applyLegend: o };
|
|
332
332
|
}
|
|
333
|
-
function
|
|
333
|
+
function ko(t) {
|
|
334
334
|
const e = v(() => t.node.series);
|
|
335
335
|
function n(o) {
|
|
336
336
|
o.series = e.value;
|
|
337
337
|
}
|
|
338
338
|
return { series: e, applySeries: n };
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function _o(t) {
|
|
341
341
|
const e = v(() => t.node.title?.show), n = v(() => t.node.title?.text), o = v(() => t.node.title?.subtext);
|
|
342
342
|
function s(r) {
|
|
343
343
|
r.title = {
|
|
@@ -348,7 +348,7 @@ function wo(t) {
|
|
|
348
348
|
}
|
|
349
349
|
return { show: e, text: n, subtext: o, applyTitle: s };
|
|
350
350
|
}
|
|
351
|
-
function
|
|
351
|
+
function wo(t) {
|
|
352
352
|
const e = v(() => t.node.xAxis?.show), n = v(() => t.node.xAxis?.position), o = v(() => t.node.xAxis?.type), s = v(() => t.node.xAxis?.data);
|
|
353
353
|
function r(a) {
|
|
354
354
|
a.xAxis = {
|
|
@@ -360,7 +360,7 @@ function Vo(t) {
|
|
|
360
360
|
}
|
|
361
361
|
return { show: e, position: n, type: o, data: s, applyXAxis: r };
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function Vo(t) {
|
|
364
364
|
const e = v(() => t.node.yAxis?.show), n = v(() => t.node.yAxis?.position), o = v(() => t.node.yAxis?.type), s = v(() => t.node.yAxis?.data);
|
|
365
365
|
function r(a) {
|
|
366
366
|
a.yAxis = {
|
|
@@ -373,7 +373,7 @@ function $o(t) {
|
|
|
373
373
|
return { show: e, position: n, type: o, data: s, applyYAxis: r };
|
|
374
374
|
}
|
|
375
375
|
function O(t) {
|
|
376
|
-
const { computedThemes: e } =
|
|
376
|
+
const { computedThemes: e } = _r(), n = Me(), o = v(() => t.value?.mode), s = v(() => {
|
|
377
377
|
const d = t.value?.theme;
|
|
378
378
|
return d ? d === "background0" ? n.value ? "#2e2e2e" : "#bdbdbd" : d === "background1" ? n.value ? "#272727" : "#eeeeee" : d === "background2" ? n.value ? "#1e1e1e" : "#ffffff" : (n.value ? e.value.dark : e.value.light).colors[d] : void 0;
|
|
379
379
|
}), r = v(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
|
|
@@ -385,21 +385,21 @@ function O(t) {
|
|
|
385
385
|
});
|
|
386
386
|
return { color: a, rgb: c, alpha: m };
|
|
387
387
|
}
|
|
388
|
-
function
|
|
388
|
+
function Mn(t) {
|
|
389
389
|
const e = v(() => t.node.border?.style), n = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = O(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), m = v(() => t.node.border?.roundRadius?.br);
|
|
390
390
|
function d(u) {
|
|
391
391
|
e.value && (u.borderStyle = e.value), n.value && (u.borderWidth = n.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), m.value && (u.borderBottomRightRadius = m.value);
|
|
392
392
|
}
|
|
393
393
|
return { borderStyle: e, borderWidth: n, borderColor: s, applyBorder: d };
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function Dn(t) {
|
|
396
396
|
const e = v(() => t.node.margin?.top), n = v(() => t.node.margin?.left), o = v(() => t.node.margin?.bottom), s = v(() => t.node.margin?.right);
|
|
397
397
|
function r(a) {
|
|
398
398
|
e.value && (a.marginTop = e.value), n.value && (a.marginLeft = n.value), o.value && (a.marginBottom = o.value), s.value && (a.marginRight = s.value);
|
|
399
399
|
}
|
|
400
400
|
return { marginTop: e, marginLeft: n, marginBottom: o, marginRight: s, applyMargin: r };
|
|
401
401
|
}
|
|
402
|
-
function
|
|
402
|
+
function Fn(t) {
|
|
403
403
|
const e = v(() => t.node.padding?.top), n = v(() => t.node.padding?.left), o = v(() => t.node.padding?.bottom), s = v(() => t.node.padding?.right);
|
|
404
404
|
function r(a) {
|
|
405
405
|
e.value && (a.paddingTop = e.value), n.value && (a.paddingLeft = n.value), o.value && (a.paddingBottom = o.value), s.value && (a.paddingRight = s.value);
|
|
@@ -435,8 +435,8 @@ function ye(t) {
|
|
|
435
435
|
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: m, applySize: d };
|
|
436
436
|
}
|
|
437
437
|
function Ge(t, e, n) {
|
|
438
|
-
const o = be(), s = v(() =>
|
|
439
|
-
|
|
438
|
+
const o = be(), s = v(() => _u("elementMethod", t.node.basic.id, e));
|
|
439
|
+
Ko(() => {
|
|
440
440
|
o.eventBus?.on(s.value, n);
|
|
441
441
|
}), Ue(() => {
|
|
442
442
|
o.eventBus?.off(s.value, n);
|
|
@@ -446,7 +446,7 @@ function F() {
|
|
|
446
446
|
const t = Me();
|
|
447
447
|
return { theme: v(() => t.value ? "dark" : "light") };
|
|
448
448
|
}
|
|
449
|
-
const
|
|
449
|
+
const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Br = /* @__PURE__ */ V({
|
|
450
450
|
__name: "index",
|
|
451
451
|
props: {
|
|
452
452
|
node: {},
|
|
@@ -473,15 +473,15 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
473
473
|
}, [
|
|
474
474
|
i(n) === "editor" ? (h(), _(i(Re), {
|
|
475
475
|
key: 0,
|
|
476
|
-
type: i(
|
|
477
|
-
}, null, 8, ["type"])) :
|
|
476
|
+
type: i(po)
|
|
477
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
478
478
|
B(f.$slots, "default")
|
|
479
|
-
], 8,
|
|
479
|
+
], 8, Er)
|
|
480
480
|
]),
|
|
481
481
|
_: 3
|
|
482
482
|
}, 8, ["position", "rotation", "scale"]));
|
|
483
483
|
}
|
|
484
|
-
}),
|
|
484
|
+
}), Wr = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Rr = /* @__PURE__ */ V({
|
|
485
485
|
__name: "index",
|
|
486
486
|
props: {
|
|
487
487
|
node: {},
|
|
@@ -506,15 +506,15 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
506
506
|
}, [
|
|
507
507
|
i(n) === "editor" ? (h(), _(i(Re), {
|
|
508
508
|
key: 0,
|
|
509
|
-
type: i(
|
|
510
|
-
}, null, 8, ["type"])) :
|
|
509
|
+
type: i(po)
|
|
510
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
511
511
|
B(u.$slots, "default")
|
|
512
|
-
], 8,
|
|
512
|
+
], 8, Wr)
|
|
513
513
|
]),
|
|
514
514
|
_: 3
|
|
515
515
|
}, 8, ["position", "rotation", "scale"]));
|
|
516
516
|
}
|
|
517
|
-
}),
|
|
517
|
+
}), Mr = ["args"], Dr = /* @__PURE__ */ V({
|
|
518
518
|
__name: "index",
|
|
519
519
|
props: {
|
|
520
520
|
node: {},
|
|
@@ -531,7 +531,7 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
531
531
|
"settings",
|
|
532
532
|
"widthSegements"
|
|
533
533
|
]);
|
|
534
|
-
return (m, d) => (h(),
|
|
534
|
+
return (m, d) => (h(), te("TresBoxGeometry", {
|
|
535
535
|
args: [
|
|
536
536
|
i(a),
|
|
537
537
|
i(s),
|
|
@@ -540,14 +540,14 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
540
540
|
i(r),
|
|
541
541
|
i(o)
|
|
542
542
|
]
|
|
543
|
-
}, null, 8,
|
|
543
|
+
}, null, 8, Mr));
|
|
544
544
|
}
|
|
545
545
|
}), Se = (t, e) => {
|
|
546
546
|
const n = t.__vccOpts || t;
|
|
547
547
|
for (const [o, s] of e)
|
|
548
548
|
n[o] = s;
|
|
549
549
|
return n;
|
|
550
|
-
},
|
|
550
|
+
}, Fr = ["args"], Nr = /* @__PURE__ */ V({
|
|
551
551
|
__name: "index",
|
|
552
552
|
props: {
|
|
553
553
|
node: {},
|
|
@@ -573,7 +573,7 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
573
573
|
"settings",
|
|
574
574
|
"widthSegments"
|
|
575
575
|
]);
|
|
576
|
-
return (d, u) => (h(),
|
|
576
|
+
return (d, u) => (h(), te("TresSphereGeometry", {
|
|
577
577
|
args: [
|
|
578
578
|
i(r),
|
|
579
579
|
i(m),
|
|
@@ -583,9 +583,9 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
583
583
|
i(c),
|
|
584
584
|
i(a)
|
|
585
585
|
]
|
|
586
|
-
}, null, 8,
|
|
586
|
+
}, null, 8, Fr));
|
|
587
587
|
}
|
|
588
|
-
}),
|
|
588
|
+
}), Gr = ["color", "intensity", "position", "rotation", "scale"], jr = /* @__PURE__ */ V({
|
|
589
589
|
__name: "index",
|
|
590
590
|
props: {
|
|
591
591
|
node: {},
|
|
@@ -610,12 +610,12 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
610
610
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
611
611
|
}, [
|
|
612
612
|
B(d.$slots, "default")
|
|
613
|
-
], 8,
|
|
613
|
+
], 8, Gr)
|
|
614
614
|
]),
|
|
615
615
|
_: 3
|
|
616
616
|
}, 8, ["position", "rotation", "scale"]));
|
|
617
617
|
}
|
|
618
|
-
}),
|
|
618
|
+
}), Hr = ["color", "intensity", "position", "rotation", "scale"], Or = /* @__PURE__ */ V({
|
|
619
619
|
__name: "index",
|
|
620
620
|
props: {
|
|
621
621
|
node: {},
|
|
@@ -641,15 +641,15 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
641
641
|
}, [
|
|
642
642
|
i(n) === "editor" ? (h(), _(i(Re), {
|
|
643
643
|
key: 0,
|
|
644
|
-
type: i(
|
|
645
|
-
}, null, 8, ["type"])) :
|
|
644
|
+
type: i(ir)
|
|
645
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
646
646
|
B(d.$slots, "default")
|
|
647
|
-
], 8,
|
|
647
|
+
], 8, Hr)
|
|
648
648
|
]),
|
|
649
649
|
_: 3
|
|
650
650
|
}, 8, ["position", "rotation", "scale"]));
|
|
651
651
|
}
|
|
652
|
-
}),
|
|
652
|
+
}), Kr = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ur = /* @__PURE__ */ V({
|
|
653
653
|
__name: "index",
|
|
654
654
|
props: {
|
|
655
655
|
node: {},
|
|
@@ -680,15 +680,15 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
680
680
|
}, [
|
|
681
681
|
i(n) === "editor" ? (h(), _(i(Re), {
|
|
682
682
|
key: 0,
|
|
683
|
-
type: i(
|
|
684
|
-
}, null, 8, ["type"])) :
|
|
683
|
+
type: i(or)
|
|
684
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
685
685
|
B(p.$slots, "default")
|
|
686
|
-
], 8,
|
|
686
|
+
], 8, Kr)
|
|
687
687
|
]),
|
|
688
688
|
_: 3
|
|
689
689
|
}, 8, ["position", "rotation", "scale"]));
|
|
690
690
|
}
|
|
691
|
-
}),
|
|
691
|
+
}), Xr = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Yr = /* @__PURE__ */ V({
|
|
692
692
|
__name: "index",
|
|
693
693
|
props: {
|
|
694
694
|
node: {},
|
|
@@ -724,19 +724,19 @@ const Br = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
724
724
|
}, [
|
|
725
725
|
i(n) === "editor" ? (h(), _(i(Re), {
|
|
726
726
|
key: 0,
|
|
727
|
-
type: i(
|
|
728
|
-
}, null, 8, ["type"])) :
|
|
727
|
+
type: i(rr)
|
|
728
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
729
729
|
B(b.$slots, "default")
|
|
730
|
-
], 8,
|
|
730
|
+
], 8, Xr)
|
|
731
731
|
]),
|
|
732
732
|
_: 3
|
|
733
733
|
}, 8, ["position", "rotation", "scale"]));
|
|
734
734
|
}
|
|
735
|
-
}),
|
|
736
|
-
function
|
|
737
|
-
return h(),
|
|
735
|
+
}), qr = {};
|
|
736
|
+
function Jr(t, e) {
|
|
737
|
+
return h(), te("TresMeshBasicMaterial");
|
|
738
738
|
}
|
|
739
|
-
const
|
|
739
|
+
const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation", "scale"], es = /* @__PURE__ */ V({
|
|
740
740
|
__name: "index",
|
|
741
741
|
props: {
|
|
742
742
|
node: {},
|
|
@@ -756,12 +756,12 @@ const Qr = /* @__PURE__ */ Se(Jr, [["render", Zr]]), es = ["position", "rotation
|
|
|
756
756
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
757
757
|
}, [
|
|
758
758
|
B(a.$slots, "default")
|
|
759
|
-
], 8,
|
|
759
|
+
], 8, Qr)
|
|
760
760
|
]),
|
|
761
761
|
_: 3
|
|
762
762
|
}, 8, ["position", "rotation", "scale"]));
|
|
763
763
|
}
|
|
764
|
-
}),
|
|
764
|
+
}), ts = ["position", "rotation", "scale"], ns = /* @__PURE__ */ V({
|
|
765
765
|
__name: "index",
|
|
766
766
|
props: {
|
|
767
767
|
node: {},
|
|
@@ -769,101 +769,101 @@ const Qr = /* @__PURE__ */ Se(Jr, [["render", Zr]]), es = ["position", "rotation
|
|
|
769
769
|
},
|
|
770
770
|
setup(t) {
|
|
771
771
|
const e = t, { position: n, rotation: o, scale: s } = de(e);
|
|
772
|
-
return (r, a) => (h(),
|
|
772
|
+
return (r, a) => (h(), te("TresMesh", {
|
|
773
773
|
position: i(n),
|
|
774
774
|
rotation: i(o),
|
|
775
775
|
scale: i(s)
|
|
776
776
|
}, [
|
|
777
777
|
B(r.$slots, "default")
|
|
778
|
-
], 8,
|
|
779
|
-
}
|
|
780
|
-
}),
|
|
781
|
-
color:
|
|
782
|
-
backgroundColor:
|
|
783
|
-
textStyle:
|
|
784
|
-
title:
|
|
785
|
-
line:
|
|
786
|
-
radar:
|
|
787
|
-
bar:
|
|
788
|
-
pie:
|
|
789
|
-
scatter:
|
|
790
|
-
boxplot:
|
|
791
|
-
parallel:
|
|
792
|
-
sankey:
|
|
793
|
-
funnel:
|
|
794
|
-
gauge:
|
|
795
|
-
candlestick:
|
|
796
|
-
graph:
|
|
797
|
-
map:
|
|
798
|
-
geo:
|
|
799
|
-
categoryAxis:
|
|
800
|
-
valueAxis:
|
|
801
|
-
logAxis:
|
|
802
|
-
timeAxis:
|
|
803
|
-
toolbox:
|
|
804
|
-
legend:
|
|
805
|
-
tooltip:
|
|
806
|
-
timeline:
|
|
807
|
-
visualMap:
|
|
808
|
-
dataZoom:
|
|
809
|
-
markPoint:
|
|
810
|
-
},
|
|
811
|
-
color:
|
|
812
|
-
backgroundColor:
|
|
813
|
-
textStyle:
|
|
814
|
-
title:
|
|
815
|
-
line:
|
|
816
|
-
radar:
|
|
817
|
-
bar:
|
|
818
|
-
pie:
|
|
819
|
-
scatter:
|
|
820
|
-
boxplot:
|
|
821
|
-
parallel:
|
|
822
|
-
sankey:
|
|
823
|
-
funnel:
|
|
824
|
-
gauge:
|
|
825
|
-
candlestick:
|
|
826
|
-
graph:
|
|
827
|
-
map:
|
|
828
|
-
geo:
|
|
829
|
-
categoryAxis:
|
|
830
|
-
valueAxis:
|
|
831
|
-
logAxis:
|
|
832
|
-
timeAxis:
|
|
833
|
-
toolbox:
|
|
834
|
-
legend:
|
|
835
|
-
tooltip:
|
|
836
|
-
timeline:
|
|
837
|
-
visualMap:
|
|
838
|
-
dataZoom:
|
|
839
|
-
markPoint:
|
|
778
|
+
], 8, ts));
|
|
779
|
+
}
|
|
780
|
+
}), is = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], os = "#242424", rs = {}, ss = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ls = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, as = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, cs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ms = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, gs = { 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" } }, xs = { 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)" } } }, vs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ks = { 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"] } } }, _s = { 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"] } } }, ws = { 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"] } } }, Vs = { 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"] } } }, $s = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Is = { textStyle: { color: "#eeeeee" } }, Ss = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Cs = { 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" } } }, Ps = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ts = { 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" } }, zs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, As = {
|
|
781
|
+
color: is,
|
|
782
|
+
backgroundColor: os,
|
|
783
|
+
textStyle: rs,
|
|
784
|
+
title: ss,
|
|
785
|
+
line: ls,
|
|
786
|
+
radar: as,
|
|
787
|
+
bar: cs,
|
|
788
|
+
pie: us,
|
|
789
|
+
scatter: ps,
|
|
790
|
+
boxplot: ms,
|
|
791
|
+
parallel: ds,
|
|
792
|
+
sankey: ys,
|
|
793
|
+
funnel: fs,
|
|
794
|
+
gauge: bs,
|
|
795
|
+
candlestick: hs,
|
|
796
|
+
graph: gs,
|
|
797
|
+
map: xs,
|
|
798
|
+
geo: vs,
|
|
799
|
+
categoryAxis: ks,
|
|
800
|
+
valueAxis: _s,
|
|
801
|
+
logAxis: ws,
|
|
802
|
+
timeAxis: Vs,
|
|
803
|
+
toolbox: $s,
|
|
804
|
+
legend: Is,
|
|
805
|
+
tooltip: Ss,
|
|
806
|
+
timeline: Cs,
|
|
807
|
+
visualMap: Ps,
|
|
808
|
+
dataZoom: Ts,
|
|
809
|
+
markPoint: zs
|
|
810
|
+
}, Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Es = "#f5f5f5", Bs = {}, Ws = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ds = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ns = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xs = { 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" } }, Ys = { 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)" } } }, qs = { 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)" } } }, Js = { 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"] } } }, Qs = { 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"] } } }, el = { 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"] } } }, tl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nl = { textStyle: { color: "#333333" } }, il = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ol = { 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" } } }, rl = { color: ["#bf444c", "#d88273", "#f6efa6"] }, sl = { 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" } }, ll = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, al = {
|
|
811
|
+
color: Ls,
|
|
812
|
+
backgroundColor: Es,
|
|
813
|
+
textStyle: Bs,
|
|
814
|
+
title: Ws,
|
|
815
|
+
line: Rs,
|
|
816
|
+
radar: Ms,
|
|
817
|
+
bar: Ds,
|
|
818
|
+
pie: Fs,
|
|
819
|
+
scatter: Ns,
|
|
820
|
+
boxplot: Gs,
|
|
821
|
+
parallel: js,
|
|
822
|
+
sankey: Hs,
|
|
823
|
+
funnel: Os,
|
|
824
|
+
gauge: Ks,
|
|
825
|
+
candlestick: Us,
|
|
826
|
+
graph: Xs,
|
|
827
|
+
map: Ys,
|
|
828
|
+
geo: qs,
|
|
829
|
+
categoryAxis: Js,
|
|
830
|
+
valueAxis: Zs,
|
|
831
|
+
logAxis: Qs,
|
|
832
|
+
timeAxis: el,
|
|
833
|
+
toolbox: tl,
|
|
834
|
+
legend: nl,
|
|
835
|
+
tooltip: il,
|
|
836
|
+
timeline: ol,
|
|
837
|
+
visualMap: rl,
|
|
838
|
+
dataZoom: sl,
|
|
839
|
+
markPoint: ll
|
|
840
840
|
};
|
|
841
|
-
|
|
841
|
+
sr([
|
|
842
|
+
lr,
|
|
842
843
|
ar,
|
|
843
844
|
cr,
|
|
844
845
|
ur,
|
|
845
846
|
pr,
|
|
846
847
|
mr,
|
|
847
848
|
dr,
|
|
848
|
-
yr
|
|
849
|
-
fr
|
|
849
|
+
yr
|
|
850
850
|
]);
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
const
|
|
851
|
+
mo("dark", As);
|
|
852
|
+
mo("light", al);
|
|
853
|
+
const cl = /* @__PURE__ */ V({
|
|
854
854
|
__name: "index",
|
|
855
855
|
props: {
|
|
856
856
|
node: {},
|
|
857
857
|
outer: { type: Boolean }
|
|
858
858
|
},
|
|
859
859
|
setup(t) {
|
|
860
|
-
const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } =
|
|
860
|
+
const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: I } = vo(e), { applySeries: $ } = ko(e), S = v(() => {
|
|
861
861
|
const C = {}, G = r.value.type;
|
|
862
862
|
return s === "page" ? G === "common" ? f(C) : console.assert(!1) : s === "comp" && G === "common" ? f(C) : console.assert(!1), C;
|
|
863
|
-
}), T =
|
|
863
|
+
}), T = no("chart");
|
|
864
864
|
let E;
|
|
865
865
|
const N = () => {
|
|
866
|
-
E?.dispose(), E =
|
|
866
|
+
E?.dispose(), E = yo.init(T.value, o.value ? "dark" : "light");
|
|
867
867
|
const C = {};
|
|
868
868
|
E.setOption(C);
|
|
869
869
|
}, j = () => {
|
|
@@ -872,8 +872,8 @@ const ul = /* @__PURE__ */ V({
|
|
|
872
872
|
const C = {};
|
|
873
873
|
b(C), g(C), x(C), I(C), $(C), E?.setOption(C, !0);
|
|
874
874
|
};
|
|
875
|
-
return
|
|
876
|
-
window.addEventListener("resize", j, !1), await
|
|
875
|
+
return io(async () => {
|
|
876
|
+
window.addEventListener("resize", j, !1), await so(() => !!T.value), N(), M();
|
|
877
877
|
}), Ue(() => {
|
|
878
878
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
879
879
|
}), oe(
|
|
@@ -888,7 +888,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
888
888
|
p
|
|
889
889
|
],
|
|
890
890
|
async () => {
|
|
891
|
-
await
|
|
891
|
+
await oo(), j();
|
|
892
892
|
}
|
|
893
893
|
), oe([o], () => {
|
|
894
894
|
N(), M();
|
|
@@ -902,26 +902,26 @@ const ul = /* @__PURE__ */ V({
|
|
|
902
902
|
default: k(() => [
|
|
903
903
|
q("div", {
|
|
904
904
|
ref: "chart",
|
|
905
|
-
style:
|
|
905
|
+
style: ee(S.value)
|
|
906
906
|
}, null, 4)
|
|
907
907
|
]),
|
|
908
908
|
_: 1
|
|
909
909
|
}));
|
|
910
910
|
}
|
|
911
|
-
}),
|
|
911
|
+
}), ul = /* @__PURE__ */ V({
|
|
912
912
|
__name: "index",
|
|
913
913
|
props: {
|
|
914
914
|
node: {},
|
|
915
915
|
outer: { type: Boolean }
|
|
916
916
|
},
|
|
917
917
|
setup(t) {
|
|
918
|
-
const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } =
|
|
918
|
+
const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: I } = vo(e), { applySeries: $ } = ko(e), S = v(() => {
|
|
919
919
|
const C = {}, G = r.value.type;
|
|
920
920
|
return s === "page" ? G === "common" ? f(C) : console.assert(!1) : s === "comp" && G === "common" ? f(C) : console.assert(!1), C;
|
|
921
|
-
}), T =
|
|
921
|
+
}), T = no("chart");
|
|
922
922
|
let E;
|
|
923
923
|
const N = () => {
|
|
924
|
-
E?.dispose(), E =
|
|
924
|
+
E?.dispose(), E = yo.init(T.value, o.value ? "dark" : "light");
|
|
925
925
|
const C = {};
|
|
926
926
|
E.setOption(C);
|
|
927
927
|
}, j = () => {
|
|
@@ -930,8 +930,8 @@ const ul = /* @__PURE__ */ V({
|
|
|
930
930
|
const C = {};
|
|
931
931
|
b(C), g(C), x(C), I(C), $(C), E?.setOption(C, !0);
|
|
932
932
|
};
|
|
933
|
-
return
|
|
934
|
-
window.addEventListener("resize", j, !1), await
|
|
933
|
+
return io(async () => {
|
|
934
|
+
window.addEventListener("resize", j, !1), await so(() => !!T.value), N(), M();
|
|
935
935
|
}), Ue(() => {
|
|
936
936
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
937
937
|
}), oe(
|
|
@@ -946,7 +946,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
946
946
|
p
|
|
947
947
|
],
|
|
948
948
|
async () => {
|
|
949
|
-
await
|
|
949
|
+
await oo(), j();
|
|
950
950
|
}
|
|
951
951
|
), oe([o], () => {
|
|
952
952
|
N(), M();
|
|
@@ -960,13 +960,13 @@ const ul = /* @__PURE__ */ V({
|
|
|
960
960
|
default: k(() => [
|
|
961
961
|
q("div", {
|
|
962
962
|
ref: "chart",
|
|
963
|
-
style:
|
|
963
|
+
style: ee(S.value)
|
|
964
964
|
}, null, 4)
|
|
965
965
|
]),
|
|
966
966
|
_: 1
|
|
967
967
|
}));
|
|
968
968
|
}
|
|
969
|
-
}),
|
|
969
|
+
}), pl = /* @__PURE__ */ V({
|
|
970
970
|
__name: "index",
|
|
971
971
|
props: {
|
|
972
972
|
refContext: {},
|
|
@@ -975,9 +975,9 @@ const ul = /* @__PURE__ */ V({
|
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
977
|
const e = t, n = ie(), o = be();
|
|
978
|
-
return
|
|
978
|
+
return Zn(n, "multipleRef", e.node.basic.id, "", o), Jn(e.refContext.compId, n), (s, r) => (h(), te("div"));
|
|
979
979
|
}
|
|
980
|
-
}),
|
|
980
|
+
}), ml = /* @__PURE__ */ V({
|
|
981
981
|
__name: "index",
|
|
982
982
|
props: {
|
|
983
983
|
refContext: {},
|
|
@@ -985,9 +985,9 @@ const ul = /* @__PURE__ */ V({
|
|
|
985
985
|
outer: { type: Boolean }
|
|
986
986
|
},
|
|
987
987
|
setup(t) {
|
|
988
|
-
const { t: e } =
|
|
989
|
-
|
|
990
|
-
const r =
|
|
988
|
+
const { t: e } = bo(), n = t, o = ie(), s = be();
|
|
989
|
+
Zn(o, "reference", n.node.basic.id, "", s), Jn(n.refContext.compId, o);
|
|
990
|
+
const r = Uo(), { applySize: a } = ye(n), c = v(() => {
|
|
991
991
|
const u = {};
|
|
992
992
|
return o.value?.type === "common" && a(u), u;
|
|
993
993
|
});
|
|
@@ -1006,7 +1006,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1006
1006
|
}), se(p.comp, f, { default: () => b });
|
|
1007
1007
|
}
|
|
1008
1008
|
const d = () => {
|
|
1009
|
-
if (
|
|
1009
|
+
if (xo(n.refContext))
|
|
1010
1010
|
return se("div", e("x-runtime-lib.circularRef"));
|
|
1011
1011
|
if (!o.value)
|
|
1012
1012
|
return se("div");
|
|
@@ -1022,7 +1022,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1022
1022
|
};
|
|
1023
1023
|
return (u, p) => (h(), _(d));
|
|
1024
1024
|
}
|
|
1025
|
-
}),
|
|
1025
|
+
}), dl = /* @__PURE__ */ V({
|
|
1026
1026
|
__name: "index",
|
|
1027
1027
|
props: {
|
|
1028
1028
|
node: {},
|
|
@@ -1032,7 +1032,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1032
1032
|
const e = t, { property: n } = l(e, ["settings", "open"]);
|
|
1033
1033
|
return (o, s) => (h(), _(i(D), null, {
|
|
1034
1034
|
default: k(() => [
|
|
1035
|
-
i(n) ? B(o.$slots, "default", { key: 0 }) :
|
|
1035
|
+
i(n) ? B(o.$slots, "default", { key: 0 }) : ne("", !0)
|
|
1036
1036
|
]),
|
|
1037
1037
|
_: 3
|
|
1038
1038
|
}));
|
|
@@ -1045,8 +1045,8 @@ const ul = /* @__PURE__ */ V({
|
|
|
1045
1045
|
state: {}
|
|
1046
1046
|
},
|
|
1047
1047
|
setup(t) {
|
|
1048
|
-
const { t: e } =
|
|
1049
|
-
|
|
1048
|
+
const { t: e } = bo(), n = t, o = ie(), s = be();
|
|
1049
|
+
Zn(o, "slot", n.id, "", s), Jn(n.refContext.compId, o);
|
|
1050
1050
|
function r(c) {
|
|
1051
1051
|
const m = ze[c.basic.key];
|
|
1052
1052
|
if (!m)
|
|
@@ -1062,7 +1062,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1062
1062
|
}), se(m.comp, d, { default: () => u });
|
|
1063
1063
|
}
|
|
1064
1064
|
const a = () => {
|
|
1065
|
-
if (
|
|
1065
|
+
if (xo(n.refContext))
|
|
1066
1066
|
return se("div", e("x-runtime-lib.circularRef"));
|
|
1067
1067
|
if (!o.value)
|
|
1068
1068
|
return se("div");
|
|
@@ -1073,7 +1073,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1073
1073
|
};
|
|
1074
1074
|
return (c, m) => (h(), _(a));
|
|
1075
1075
|
}
|
|
1076
|
-
}),
|
|
1076
|
+
}), yl = /* @__PURE__ */ V({
|
|
1077
1077
|
__name: "index",
|
|
1078
1078
|
props: {
|
|
1079
1079
|
node: {},
|
|
@@ -1110,7 +1110,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1110
1110
|
});
|
|
1111
1111
|
};
|
|
1112
1112
|
}
|
|
1113
|
-
}),
|
|
1113
|
+
}), fl = /* @__PURE__ */ V({
|
|
1114
1114
|
__name: "index",
|
|
1115
1115
|
props: {
|
|
1116
1116
|
node: {},
|
|
@@ -1132,7 +1132,7 @@ const ul = /* @__PURE__ */ V({
|
|
|
1132
1132
|
"settings",
|
|
1133
1133
|
"readonly"
|
|
1134
1134
|
]), { property: S } = l(e, ["settings", "ripple"]), { property: T } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: N } = l(e, ["settings", "text"]), { theme: j } = F(), { property: M } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), G = (Z) => {
|
|
1135
|
-
|
|
1135
|
+
Q(n) && (o.setVariable("__pointerPosX__", Z.clientX), o.setVariable("__pointerPosY__", Z.clientY), o.callFunction(
|
|
1136
1136
|
"__triggerEventV1__",
|
|
1137
1137
|
J("elementEvent", e.node.basic.id, "click")
|
|
1138
1138
|
));
|
|
@@ -1169,8 +1169,8 @@ const ul = /* @__PURE__ */ V({
|
|
|
1169
1169
|
}, 8, ["block"]);
|
|
1170
1170
|
};
|
|
1171
1171
|
}
|
|
1172
|
-
}),
|
|
1173
|
-
function
|
|
1172
|
+
}), bl = {};
|
|
1173
|
+
function hl(t, e) {
|
|
1174
1174
|
const n = A("v-btn-group");
|
|
1175
1175
|
return h(), _(n, null, {
|
|
1176
1176
|
default: k(() => [
|
|
@@ -1179,7 +1179,7 @@ function gl(t, e) {
|
|
|
1179
1179
|
_: 3
|
|
1180
1180
|
});
|
|
1181
1181
|
}
|
|
1182
|
-
const
|
|
1182
|
+
const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
1183
1183
|
__name: "index",
|
|
1184
1184
|
props: {
|
|
1185
1185
|
node: {},
|
|
@@ -1221,7 +1221,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1221
1221
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1222
1222
|
};
|
|
1223
1223
|
}
|
|
1224
|
-
}),
|
|
1224
|
+
}), vl = /* @__PURE__ */ V({
|
|
1225
1225
|
__name: "index",
|
|
1226
1226
|
props: {
|
|
1227
1227
|
node: {},
|
|
@@ -1266,7 +1266,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1266
1266
|
});
|
|
1267
1267
|
};
|
|
1268
1268
|
}
|
|
1269
|
-
}),
|
|
1269
|
+
}), kl = /* @__PURE__ */ V({
|
|
1270
1270
|
__name: "index",
|
|
1271
1271
|
props: {
|
|
1272
1272
|
node: {},
|
|
@@ -1293,7 +1293,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1293
1293
|
});
|
|
1294
1294
|
};
|
|
1295
1295
|
}
|
|
1296
|
-
}),
|
|
1296
|
+
}), _l = /* @__PURE__ */ V({
|
|
1297
1297
|
__name: "index",
|
|
1298
1298
|
props: {
|
|
1299
1299
|
node: {},
|
|
@@ -1334,7 +1334,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1334
1334
|
});
|
|
1335
1335
|
};
|
|
1336
1336
|
}
|
|
1337
|
-
}),
|
|
1337
|
+
}), wl = /* @__PURE__ */ V({
|
|
1338
1338
|
__name: "index",
|
|
1339
1339
|
props: {
|
|
1340
1340
|
node: {},
|
|
@@ -1378,7 +1378,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1378
1378
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1379
1379
|
};
|
|
1380
1380
|
}
|
|
1381
|
-
}),
|
|
1381
|
+
}), Vl = /* @__PURE__ */ V({
|
|
1382
1382
|
__name: "index",
|
|
1383
1383
|
props: {
|
|
1384
1384
|
node: {},
|
|
@@ -1422,7 +1422,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1422
1422
|
"hide-sliders": i(u),
|
|
1423
1423
|
landscape: i(p),
|
|
1424
1424
|
"show-swatches": i(f),
|
|
1425
|
-
style:
|
|
1425
|
+
style: ee(r.value),
|
|
1426
1426
|
theme: i(b)
|
|
1427
1427
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1428
1428
|
]),
|
|
@@ -1430,7 +1430,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1430
1430
|
});
|
|
1431
1431
|
};
|
|
1432
1432
|
}
|
|
1433
|
-
}),
|
|
1433
|
+
}), $l = /* @__PURE__ */ V({
|
|
1434
1434
|
__name: "index",
|
|
1435
1435
|
props: {
|
|
1436
1436
|
node: {},
|
|
@@ -1469,7 +1469,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1469
1469
|
});
|
|
1470
1470
|
};
|
|
1471
1471
|
}
|
|
1472
|
-
}),
|
|
1472
|
+
}), Il = /* @__PURE__ */ V({
|
|
1473
1473
|
__name: "index",
|
|
1474
1474
|
props: {
|
|
1475
1475
|
node: {},
|
|
@@ -1479,14 +1479,14 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1479
1479
|
const e = t, n = fe(), o = ke(), { property: s } = l(e, [
|
|
1480
1480
|
"settings",
|
|
1481
1481
|
"backgroundColor"
|
|
1482
|
-
]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } =
|
|
1482
|
+
]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Dn(e), { applyPadding: m } = Fn(e), { applyBorder: d } = Mn(e), u = v(() => {
|
|
1483
1483
|
const p = {}, f = o.value.type;
|
|
1484
1484
|
return n === "page" ? f === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1) : n === "comp" && f === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1), p;
|
|
1485
1485
|
});
|
|
1486
1486
|
return (p, f) => (h(), _(i(D), { block: "" }, {
|
|
1487
1487
|
default: k(() => [
|
|
1488
1488
|
q("div", {
|
|
1489
|
-
style:
|
|
1489
|
+
style: ee(u.value)
|
|
1490
1490
|
}, [
|
|
1491
1491
|
B(p.$slots, "default")
|
|
1492
1492
|
], 4)
|
|
@@ -1494,7 +1494,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1494
1494
|
_: 3
|
|
1495
1495
|
}));
|
|
1496
1496
|
}
|
|
1497
|
-
}),
|
|
1497
|
+
}), Sl = /* @__PURE__ */ V({
|
|
1498
1498
|
__name: "index",
|
|
1499
1499
|
props: {
|
|
1500
1500
|
node: {},
|
|
@@ -1536,8 +1536,8 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1536
1536
|
"multi-sort": i(u),
|
|
1537
1537
|
theme: i(p),
|
|
1538
1538
|
width: i(f)
|
|
1539
|
-
},
|
|
1540
|
-
|
|
1539
|
+
}, En({ _: 2 }, [
|
|
1540
|
+
Xo(b.value, ($) => ({
|
|
1541
1541
|
name: `item.${$.column}`,
|
|
1542
1542
|
fn: k(({ value: S }) => [
|
|
1543
1543
|
R(i(he), {
|
|
@@ -1553,7 +1553,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1553
1553
|
});
|
|
1554
1554
|
};
|
|
1555
1555
|
}
|
|
1556
|
-
}),
|
|
1556
|
+
}), Cl = /* @__PURE__ */ V({
|
|
1557
1557
|
__name: "index",
|
|
1558
1558
|
setup(t) {
|
|
1559
1559
|
return (e, n) => {
|
|
@@ -1566,14 +1566,14 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1566
1566
|
});
|
|
1567
1567
|
};
|
|
1568
1568
|
}
|
|
1569
|
-
}),
|
|
1569
|
+
}), Pl = ["id"], Tl = /* @__PURE__ */ V({
|
|
1570
1570
|
__name: "index",
|
|
1571
1571
|
props: {
|
|
1572
1572
|
node: {},
|
|
1573
1573
|
outer: { type: Boolean }
|
|
1574
1574
|
},
|
|
1575
1575
|
setup(t) {
|
|
1576
|
-
const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } =
|
|
1576
|
+
const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } = lo(`runtimeDlg/${ro()}`);
|
|
1577
1577
|
return Ge(e, "open", () => {
|
|
1578
1578
|
s.value = !0;
|
|
1579
1579
|
}), Ge(e, "close", () => {
|
|
@@ -1586,10 +1586,10 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1586
1586
|
attach: "#dialogContainer"
|
|
1587
1587
|
}, {
|
|
1588
1588
|
activator: k(() => [
|
|
1589
|
-
i(n) === "editor" ? (h(),
|
|
1589
|
+
i(n) === "editor" ? (h(), te("div", {
|
|
1590
1590
|
key: 0,
|
|
1591
1591
|
id: `__node__@${o.value}`
|
|
1592
|
-
}, null, 8,
|
|
1592
|
+
}, null, 8, Pl)) : ne("", !0)
|
|
1593
1593
|
]),
|
|
1594
1594
|
default: k(() => [
|
|
1595
1595
|
B(r.$slots, "default")
|
|
@@ -1598,7 +1598,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1598
1598
|
}, 8, ["modelValue"]);
|
|
1599
1599
|
};
|
|
1600
1600
|
}
|
|
1601
|
-
}),
|
|
1601
|
+
}), zl = /* @__PURE__ */ V({
|
|
1602
1602
|
__name: "index",
|
|
1603
1603
|
props: {
|
|
1604
1604
|
node: {},
|
|
@@ -1642,14 +1642,14 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1642
1642
|
});
|
|
1643
1643
|
};
|
|
1644
1644
|
}
|
|
1645
|
-
}),
|
|
1645
|
+
}), Al = /* @__PURE__ */ V({
|
|
1646
1646
|
__name: "index",
|
|
1647
1647
|
props: {
|
|
1648
1648
|
node: {},
|
|
1649
1649
|
outer: { type: Boolean }
|
|
1650
1650
|
},
|
|
1651
1651
|
setup(t) {
|
|
1652
|
-
const e = t, n = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } =
|
|
1652
|
+
const e = t, n = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Dn(e), { applyPadding: c } = Fn(e), { applyBorder: m } = Mn(e), { property: d } = l(e, [
|
|
1653
1653
|
"settings",
|
|
1654
1654
|
"backgroundColor"
|
|
1655
1655
|
]), { color: u } = O(d), p = (b) => {
|
|
@@ -1666,13 +1666,13 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1666
1666
|
const b = {}, g = s.value.type;
|
|
1667
1667
|
return o === "page" ? g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1), b;
|
|
1668
1668
|
});
|
|
1669
|
-
return (b, g) => (h(),
|
|
1670
|
-
style:
|
|
1669
|
+
return (b, g) => (h(), te("div", {
|
|
1670
|
+
style: ee(f.value)
|
|
1671
1671
|
}, [
|
|
1672
1672
|
B(b.$slots, "default")
|
|
1673
1673
|
], 4));
|
|
1674
1674
|
}
|
|
1675
|
-
}),
|
|
1675
|
+
}), Ll = /* @__PURE__ */ V({
|
|
1676
1676
|
__name: "index",
|
|
1677
1677
|
props: {
|
|
1678
1678
|
node: {},
|
|
@@ -1683,13 +1683,13 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1683
1683
|
const m = {}, d = o.value.type;
|
|
1684
1684
|
return n === "page" ? d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1), m;
|
|
1685
1685
|
});
|
|
1686
|
-
return (m, d) => (h(),
|
|
1687
|
-
style:
|
|
1686
|
+
return (m, d) => (h(), te("div", {
|
|
1687
|
+
style: ee(c.value)
|
|
1688
1688
|
}, [
|
|
1689
1689
|
B(m.$slots, "default")
|
|
1690
1690
|
], 4));
|
|
1691
1691
|
}
|
|
1692
|
-
}),
|
|
1692
|
+
}), El = /* @__PURE__ */ V({
|
|
1693
1693
|
__name: "index",
|
|
1694
1694
|
props: {
|
|
1695
1695
|
node: {},
|
|
@@ -1702,11 +1702,11 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1702
1702
|
]), { property: m } = l(e, [
|
|
1703
1703
|
"settings",
|
|
1704
1704
|
"backgroundColor"
|
|
1705
|
-
]), { color: d } = O(m), { applySize: u } = ye(e), { applyMargin: p } =
|
|
1705
|
+
]), { color: d } = O(m), { applySize: u } = ye(e), { applyMargin: p } = Dn(e), { applyPadding: f } = Fn(e), { applyBorder: b } = Mn(e), g = v(() => {
|
|
1706
1706
|
const I = {}, $ = s.value.type;
|
|
1707
1707
|
return o === "page" ? $ === "common" ? (u(I), p(I), f(I), b(I), d.value && (I.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && $ === "common" ? (u(I), p(I), f(I), b(I), d.value && (I.backgroundColor = d.value)) : console.assert(!1), I;
|
|
1708
1708
|
}), x = () => {
|
|
1709
|
-
|
|
1709
|
+
Q(n) && r.callFunction(
|
|
1710
1710
|
"__triggerEventV1__",
|
|
1711
1711
|
J("elementEvent", e.node.basic.id, "submit")
|
|
1712
1712
|
);
|
|
@@ -1717,8 +1717,8 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1717
1717
|
modelValue: i(a),
|
|
1718
1718
|
"onUpdate:modelValue": $[0] || ($[0] = (T) => X(a) ? a.value = T : null),
|
|
1719
1719
|
"fast-fail": i(c),
|
|
1720
|
-
style:
|
|
1721
|
-
onSubmit:
|
|
1720
|
+
style: ee(g.value),
|
|
1721
|
+
onSubmit: Yo(x, ["prevent"])
|
|
1722
1722
|
}, {
|
|
1723
1723
|
default: k(() => [
|
|
1724
1724
|
B(I.$slots, "default")
|
|
@@ -1727,7 +1727,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1727
1727
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1728
1728
|
};
|
|
1729
1729
|
}
|
|
1730
|
-
}),
|
|
1730
|
+
}), Bl = /* @__PURE__ */ V({
|
|
1731
1731
|
__name: "index",
|
|
1732
1732
|
props: {
|
|
1733
1733
|
node: {},
|
|
@@ -1749,14 +1749,14 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1749
1749
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1750
1750
|
};
|
|
1751
1751
|
}
|
|
1752
|
-
}),
|
|
1752
|
+
}), Wl = ["id"], Rl = /* @__PURE__ */ V({
|
|
1753
1753
|
__name: "index",
|
|
1754
1754
|
props: {
|
|
1755
1755
|
node: {},
|
|
1756
1756
|
outer: { type: Boolean }
|
|
1757
1757
|
},
|
|
1758
1758
|
setup(t) {
|
|
1759
|
-
const e = t, n = H(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: m } =
|
|
1759
|
+
const e = t, n = H(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: m } = lo(`runtimeMenu/${ro()}`);
|
|
1760
1760
|
return Ge(e, "open", () => {
|
|
1761
1761
|
s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), m.value = !0;
|
|
1762
1762
|
}), Ge(e, "close", () => {
|
|
@@ -1772,10 +1772,10 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1772
1772
|
target: a.value
|
|
1773
1773
|
}, {
|
|
1774
1774
|
activator: k(() => [
|
|
1775
|
-
i(n) === "editor" ? (h(),
|
|
1775
|
+
i(n) === "editor" ? (h(), te("div", {
|
|
1776
1776
|
key: 0,
|
|
1777
1777
|
id: `__node__@${c.value}`
|
|
1778
|
-
}, null, 8,
|
|
1778
|
+
}, null, 8, Wl)) : ne("", !0)
|
|
1779
1779
|
]),
|
|
1780
1780
|
default: k(() => [
|
|
1781
1781
|
B(d.$slots, "default")
|
|
@@ -1784,7 +1784,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1784
1784
|
}, 8, ["modelValue", "target"]);
|
|
1785
1785
|
};
|
|
1786
1786
|
}
|
|
1787
|
-
}),
|
|
1787
|
+
}), Ml = /* @__PURE__ */ V({
|
|
1788
1788
|
__name: "index",
|
|
1789
1789
|
props: {
|
|
1790
1790
|
node: {},
|
|
@@ -1862,7 +1862,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1862
1862
|
});
|
|
1863
1863
|
};
|
|
1864
1864
|
}
|
|
1865
|
-
}),
|
|
1865
|
+
}), Dl = /* @__PURE__ */ V({
|
|
1866
1866
|
__name: "index",
|
|
1867
1867
|
props: {
|
|
1868
1868
|
node: {},
|
|
@@ -1892,7 +1892,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1892
1892
|
"show-first-last-page": i(a),
|
|
1893
1893
|
size: i(c),
|
|
1894
1894
|
start: i(m),
|
|
1895
|
-
style:
|
|
1895
|
+
style: ee(b.value),
|
|
1896
1896
|
theme: i(d),
|
|
1897
1897
|
tile: i(u),
|
|
1898
1898
|
variant: i(f)
|
|
@@ -1902,7 +1902,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1902
1902
|
});
|
|
1903
1903
|
};
|
|
1904
1904
|
}
|
|
1905
|
-
}),
|
|
1905
|
+
}), Fl = /* @__PURE__ */ V({
|
|
1906
1906
|
__name: "index",
|
|
1907
1907
|
props: {
|
|
1908
1908
|
node: {},
|
|
@@ -1929,7 +1929,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1929
1929
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1930
1930
|
};
|
|
1931
1931
|
}
|
|
1932
|
-
}),
|
|
1932
|
+
}), Nl = /* @__PURE__ */ V({
|
|
1933
1933
|
__name: "index",
|
|
1934
1934
|
props: {
|
|
1935
1935
|
node: {},
|
|
@@ -1970,7 +1970,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
1970
1970
|
});
|
|
1971
1971
|
};
|
|
1972
1972
|
}
|
|
1973
|
-
}),
|
|
1973
|
+
}), Gl = /* @__PURE__ */ V({
|
|
1974
1974
|
__name: "index",
|
|
1975
1975
|
props: {
|
|
1976
1976
|
node: {},
|
|
@@ -2014,7 +2014,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2014
2014
|
const M = {};
|
|
2015
2015
|
for (const { value: C, label: G } of $.value)
|
|
2016
2016
|
M[C] = G;
|
|
2017
|
-
if (!
|
|
2017
|
+
if (!fo(M))
|
|
2018
2018
|
return M;
|
|
2019
2019
|
}), { property: T } = l(e, [
|
|
2020
2020
|
"settings",
|
|
@@ -2061,7 +2061,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2061
2061
|
});
|
|
2062
2062
|
};
|
|
2063
2063
|
}
|
|
2064
|
-
}),
|
|
2064
|
+
}), jl = /* @__PURE__ */ V({
|
|
2065
2065
|
__name: "index",
|
|
2066
2066
|
props: {
|
|
2067
2067
|
node: {},
|
|
@@ -2102,7 +2102,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2102
2102
|
});
|
|
2103
2103
|
};
|
|
2104
2104
|
}
|
|
2105
|
-
}),
|
|
2105
|
+
}), Hl = /* @__PURE__ */ V({
|
|
2106
2106
|
__name: "index",
|
|
2107
2107
|
props: {
|
|
2108
2108
|
node: {},
|
|
@@ -2141,7 +2141,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2141
2141
|
});
|
|
2142
2142
|
};
|
|
2143
2143
|
}
|
|
2144
|
-
}),
|
|
2144
|
+
}), Ol = /* @__PURE__ */ V({
|
|
2145
2145
|
__name: "index",
|
|
2146
2146
|
props: {
|
|
2147
2147
|
node: {},
|
|
@@ -2188,7 +2188,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2188
2188
|
const pe = {};
|
|
2189
2189
|
for (const { value: De, label: Jt } of N.value)
|
|
2190
2190
|
pe[De] = Jt;
|
|
2191
|
-
if (!
|
|
2191
|
+
if (!fo(pe))
|
|
2192
2192
|
return pe;
|
|
2193
2193
|
}), { property: M } = l(e, [
|
|
2194
2194
|
"settings",
|
|
@@ -2206,7 +2206,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2206
2206
|
default: k(() => [
|
|
2207
2207
|
R(Jt, {
|
|
2208
2208
|
modelValue: i(Z),
|
|
2209
|
-
"onUpdate:modelValue": De[0] || (De[0] = (
|
|
2209
|
+
"onUpdate:modelValue": De[0] || (De[0] = (Oo) => X(Z) ? Z.value = Oo : null),
|
|
2210
2210
|
color: i(o),
|
|
2211
2211
|
direction: i(s),
|
|
2212
2212
|
disabled: i(r),
|
|
@@ -2225,7 +2225,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2225
2225
|
"tick-size": i(M),
|
|
2226
2226
|
ticks: j.value,
|
|
2227
2227
|
"track-color": i(G)
|
|
2228
|
-
},
|
|
2228
|
+
}, En({ _: 2 }, [
|
|
2229
2229
|
i(re) ? {
|
|
2230
2230
|
name: "append",
|
|
2231
2231
|
fn: k(() => [
|
|
@@ -2254,7 +2254,7 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2254
2254
|
});
|
|
2255
2255
|
};
|
|
2256
2256
|
}
|
|
2257
|
-
}),
|
|
2257
|
+
}), Kl = /* @__PURE__ */ V({
|
|
2258
2258
|
__name: "index",
|
|
2259
2259
|
props: {
|
|
2260
2260
|
node: {},
|
|
@@ -2280,8 +2280,8 @@ const xl = /* @__PURE__ */ Se(hl, [["render", gl]]), vl = /* @__PURE__ */ V({
|
|
|
2280
2280
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2281
2281
|
};
|
|
2282
2282
|
}
|
|
2283
|
-
}),
|
|
2284
|
-
function
|
|
2283
|
+
}), Ul = {};
|
|
2284
|
+
function Xl(t, e) {
|
|
2285
2285
|
const n = A("v-stepper-header");
|
|
2286
2286
|
return h(), _(n, null, {
|
|
2287
2287
|
default: k(() => [
|
|
@@ -2290,7 +2290,7 @@ function Yl(t, e) {
|
|
|
2290
2290
|
_: 3
|
|
2291
2291
|
});
|
|
2292
2292
|
}
|
|
2293
|
-
const
|
|
2293
|
+
const Yl = /* @__PURE__ */ Se(Ul, [["render", Xl]]), ql = /* @__PURE__ */ V({
|
|
2294
2294
|
__name: "index",
|
|
2295
2295
|
props: {
|
|
2296
2296
|
node: {},
|
|
@@ -2308,8 +2308,8 @@ const ql = /* @__PURE__ */ Se(Xl, [["render", Yl]]), Jl = /* @__PURE__ */ V({
|
|
|
2308
2308
|
}, 8, ["value"]);
|
|
2309
2309
|
};
|
|
2310
2310
|
}
|
|
2311
|
-
}),
|
|
2312
|
-
function
|
|
2311
|
+
}), Jl = {};
|
|
2312
|
+
function Zl(t, e) {
|
|
2313
2313
|
const n = A("v-stepper-window");
|
|
2314
2314
|
return h(), _(n, null, {
|
|
2315
2315
|
default: k(() => [
|
|
@@ -2318,7 +2318,7 @@ function Ql(t, e) {
|
|
|
2318
2318
|
_: 3
|
|
2319
2319
|
});
|
|
2320
2320
|
}
|
|
2321
|
-
const
|
|
2321
|
+
const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
2322
2322
|
__name: "index",
|
|
2323
2323
|
props: {
|
|
2324
2324
|
node: {},
|
|
@@ -2336,7 +2336,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2336
2336
|
}, 8, ["value"]);
|
|
2337
2337
|
};
|
|
2338
2338
|
}
|
|
2339
|
-
}),
|
|
2339
|
+
}), ta = /* @__PURE__ */ V({
|
|
2340
2340
|
__name: "index",
|
|
2341
2341
|
props: {
|
|
2342
2342
|
node: {},
|
|
@@ -2379,7 +2379,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2379
2379
|
});
|
|
2380
2380
|
};
|
|
2381
2381
|
}
|
|
2382
|
-
}),
|
|
2382
|
+
}), na = /* @__PURE__ */ V({
|
|
2383
2383
|
__name: "index",
|
|
2384
2384
|
props: {
|
|
2385
2385
|
node: {},
|
|
@@ -2395,7 +2395,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2395
2395
|
return h(), _(i(D), null, {
|
|
2396
2396
|
default: k(() => [
|
|
2397
2397
|
R(d, {
|
|
2398
|
-
style:
|
|
2398
|
+
style: ee(a.value),
|
|
2399
2399
|
text: i(o),
|
|
2400
2400
|
theme: i(s),
|
|
2401
2401
|
value: i(r)
|
|
@@ -2405,7 +2405,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2405
2405
|
});
|
|
2406
2406
|
};
|
|
2407
2407
|
}
|
|
2408
|
-
}),
|
|
2408
|
+
}), ia = /* @__PURE__ */ V({
|
|
2409
2409
|
__name: "index",
|
|
2410
2410
|
props: {
|
|
2411
2411
|
node: {},
|
|
@@ -2483,7 +2483,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2483
2483
|
});
|
|
2484
2484
|
};
|
|
2485
2485
|
}
|
|
2486
|
-
}),
|
|
2486
|
+
}), oa = /* @__PURE__ */ V({
|
|
2487
2487
|
__name: "index",
|
|
2488
2488
|
props: {
|
|
2489
2489
|
node: {},
|
|
@@ -2503,13 +2503,13 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2503
2503
|
return (u, p) => (h(), _(i(D), null, {
|
|
2504
2504
|
default: k(() => [
|
|
2505
2505
|
q("span", {
|
|
2506
|
-
class:
|
|
2507
|
-
},
|
|
2506
|
+
class: qo(d.value)
|
|
2507
|
+
}, Jo(i(c)), 3)
|
|
2508
2508
|
]),
|
|
2509
2509
|
_: 1
|
|
2510
2510
|
}));
|
|
2511
2511
|
}
|
|
2512
|
-
}),
|
|
2512
|
+
}), ra = /* @__PURE__ */ V({
|
|
2513
2513
|
__name: "index",
|
|
2514
2514
|
props: {
|
|
2515
2515
|
node: {},
|
|
@@ -2562,7 +2562,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2562
2562
|
});
|
|
2563
2563
|
};
|
|
2564
2564
|
}
|
|
2565
|
-
}),
|
|
2565
|
+
}), sa = /* @__PURE__ */ V({
|
|
2566
2566
|
__name: "index",
|
|
2567
2567
|
props: {
|
|
2568
2568
|
node: {},
|
|
@@ -2638,7 +2638,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2638
2638
|
suffix: i(S),
|
|
2639
2639
|
theme: i(T),
|
|
2640
2640
|
variant: i(N)
|
|
2641
|
-
},
|
|
2641
|
+
}, En({ _: 2 }, [
|
|
2642
2642
|
i(j) ? {
|
|
2643
2643
|
name: "append",
|
|
2644
2644
|
fn: k(() => [
|
|
@@ -2689,7 +2689,7 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2689
2689
|
});
|
|
2690
2690
|
};
|
|
2691
2691
|
}
|
|
2692
|
-
}),
|
|
2692
|
+
}), la = /* @__PURE__ */ V({
|
|
2693
2693
|
__name: "index",
|
|
2694
2694
|
props: {
|
|
2695
2695
|
node: {},
|
|
@@ -2750,8 +2750,8 @@ const ea = /* @__PURE__ */ Se(Zl, [["render", Ql]]), ta = /* @__PURE__ */ V({
|
|
|
2750
2750
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2751
2751
|
};
|
|
2752
2752
|
}
|
|
2753
|
-
}),
|
|
2754
|
-
function
|
|
2753
|
+
}), aa = {};
|
|
2754
|
+
function ca(t, e) {
|
|
2755
2755
|
const n = A("v-timeline-item");
|
|
2756
2756
|
return h(), _(n, null, {
|
|
2757
2757
|
default: k(() => [
|
|
@@ -2760,7 +2760,7 @@ function ua(t, e) {
|
|
|
2760
2760
|
_: 3
|
|
2761
2761
|
});
|
|
2762
2762
|
}
|
|
2763
|
-
const
|
|
2763
|
+
const ua = /* @__PURE__ */ Se(aa, [["render", ca]]), pa = /* @__PURE__ */ V({
|
|
2764
2764
|
__name: "index",
|
|
2765
2765
|
props: {
|
|
2766
2766
|
node: {},
|
|
@@ -2800,8 +2800,8 @@ const pa = /* @__PURE__ */ Se(ca, [["render", ua]]), ma = /* @__PURE__ */ V({
|
|
|
2800
2800
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2801
2801
|
};
|
|
2802
2802
|
}
|
|
2803
|
-
}),
|
|
2804
|
-
function
|
|
2803
|
+
}), ma = {};
|
|
2804
|
+
function da(t, e) {
|
|
2805
2805
|
const n = A("v-window-item");
|
|
2806
2806
|
return h(), _(n, null, {
|
|
2807
2807
|
default: k(() => [
|
|
@@ -2810,7 +2810,7 @@ function ya(t, e) {
|
|
|
2810
2810
|
_: 3
|
|
2811
2811
|
});
|
|
2812
2812
|
}
|
|
2813
|
-
const
|
|
2813
|
+
const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe = "badge_v1", Nn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", Qe = "btn_v1", et = "btn_group_v1", tt = "btn_toggle_v1", nt = "card_v1", it = "checkbox_v1", ot = "chip_v1", rt = "chip_group_v1", st = "color_picker_v1", lt = "combobox_v1", at = "container_v1", ct = "data_table_v1", ut = "date_picker_v1", pt = "dialog_v1", mt = "directional_light_v1", dt = "file_input_v1", yt = "flex_layout_v1", $o = "flex_layout_entry_v1", ft = "form_v1", sn = "globality_v1", bt = "group_v1", ht = "icon_v1", gt = "keyboard_controls_v1", xt = "line_chart_v1", vt = "map_controls_v1", kt = "menu_v1", _t = "mesh_v1", fa = "mesh_basic_material_v1", wt = "multiple_ref_v1", Vt = "number_input_v1", $t = "orbit_controls_v1", It = "orthographic_camera_v1", St = "pagination_v1", Ct = "perspective_camera_v1", Pt = "point_light_v1", Io = "radio_v1", Tt = "radio_group_v1", zt = "range_slider_v1", Ae = "reference_v1", At = "rating_v1", Lt = "render_switch_v1", Et = "select_v1", Bt = "slider_v1", Wt = "sphere_geometry_v1", Rt = "spot_light_v1", Mt = "stepper_v1", So = "stepper_header_v1", Co = "stepper_item_v1", Po = "stepper_window_v1", To = "stepper_window_item_v1", Dt = "switch_v1", zo = "tab_v1", Gn = "table_v1", Ft = "tabs_v1", Nt = "text_v1", Gt = "textarea_v1", jt = "text_field_v1", Ht = "timeline_v1", Ao = "timeline_item_v1", Ot = "window_v1", Lo = "window_item_v1", y = {
|
|
2814
2814
|
key: "basic",
|
|
2815
2815
|
name: "x-runtime-lib.basic",
|
|
2816
2816
|
children: [
|
|
@@ -2872,7 +2872,7 @@ const fa = /* @__PURE__ */ Se(da, [["render", ya]]), Ye = "ambient_light_v1", qe
|
|
|
2872
2872
|
]
|
|
2873
2873
|
}
|
|
2874
2874
|
]
|
|
2875
|
-
},
|
|
2875
|
+
}, ba = W(K), Ve = {
|
|
2876
2876
|
key: "border",
|
|
2877
2877
|
name: "x-runtime-lib.border",
|
|
2878
2878
|
children: [
|
|
@@ -2890,7 +2890,7 @@ const fa = /* @__PURE__ */ Se(da, [["render", ya]]), Ye = "ambient_light_v1", qe
|
|
|
2890
2890
|
types: "borderWidthTypesV1",
|
|
2891
2891
|
default: ""
|
|
2892
2892
|
},
|
|
2893
|
-
|
|
2893
|
+
ba,
|
|
2894
2894
|
{
|
|
2895
2895
|
key: "roundRadius",
|
|
2896
2896
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3239,7 +3239,7 @@ const fa = /* @__PURE__ */ Se(da, [["render", ya]]), Ye = "ambient_light_v1", qe
|
|
|
3239
3239
|
defaultArray: []
|
|
3240
3240
|
}
|
|
3241
3241
|
]
|
|
3242
|
-
},
|
|
3242
|
+
}, ti = {
|
|
3243
3243
|
key: "settings",
|
|
3244
3244
|
name: "x-runtime-lib.settings",
|
|
3245
3245
|
children: [
|
|
@@ -3286,20 +3286,20 @@ const fa = /* @__PURE__ */ Se(da, [["render", ya]]), Ye = "ambient_light_v1", qe
|
|
|
3286
3286
|
default: 2e3
|
|
3287
3287
|
}
|
|
3288
3288
|
]
|
|
3289
|
-
},
|
|
3289
|
+
}, ha = {
|
|
3290
3290
|
key: It,
|
|
3291
3291
|
name: "x-runtime-lib.orthographicCamera",
|
|
3292
|
-
comp:
|
|
3292
|
+
comp: Br,
|
|
3293
3293
|
properties: {
|
|
3294
|
-
pageScene: [y, Y,
|
|
3295
|
-
compScene: [y, Y,
|
|
3294
|
+
pageScene: [y, Y, ti],
|
|
3295
|
+
compScene: [y, Y, ti]
|
|
3296
3296
|
},
|
|
3297
3297
|
events: [],
|
|
3298
3298
|
methods: [],
|
|
3299
3299
|
slots: []
|
|
3300
3300
|
};
|
|
3301
|
-
w(
|
|
3302
|
-
const
|
|
3301
|
+
w(ha);
|
|
3302
|
+
const ni = {
|
|
3303
3303
|
key: "settings",
|
|
3304
3304
|
name: "x-runtime-lib.settings",
|
|
3305
3305
|
children: [
|
|
@@ -3332,41 +3332,41 @@ const ii = {
|
|
|
3332
3332
|
default: 2e3
|
|
3333
3333
|
}
|
|
3334
3334
|
]
|
|
3335
|
-
},
|
|
3335
|
+
}, ga = {
|
|
3336
3336
|
key: Ct,
|
|
3337
3337
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3338
|
-
comp:
|
|
3338
|
+
comp: Rr,
|
|
3339
3339
|
properties: {
|
|
3340
|
-
pageScene: [y, Y,
|
|
3341
|
-
compScene: [y, Y,
|
|
3340
|
+
pageScene: [y, Y, ni],
|
|
3341
|
+
compScene: [y, Y, ni]
|
|
3342
3342
|
},
|
|
3343
3343
|
events: [],
|
|
3344
3344
|
methods: [],
|
|
3345
3345
|
slots: []
|
|
3346
3346
|
};
|
|
3347
|
-
w(
|
|
3348
|
-
const
|
|
3347
|
+
w(ga);
|
|
3348
|
+
const xa = /* @__PURE__ */ V({
|
|
3349
3349
|
__name: "index",
|
|
3350
3350
|
setup(t) {
|
|
3351
3351
|
const e = H();
|
|
3352
|
-
return (n, o) => i(e) !== "editor" ? (h(), _(i(
|
|
3352
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(fr), { key: 0 })) : ne("", !0);
|
|
3353
3353
|
}
|
|
3354
|
-
}),
|
|
3354
|
+
}), va = /* @__PURE__ */ V({
|
|
3355
3355
|
__name: "index",
|
|
3356
3356
|
setup(t) {
|
|
3357
3357
|
const e = H();
|
|
3358
|
-
return (n, o) => i(e) !== "editor" ? (h(), _(i(
|
|
3358
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(br), { key: 0 })) : ne("", !0);
|
|
3359
3359
|
}
|
|
3360
|
-
}),
|
|
3360
|
+
}), ka = /* @__PURE__ */ V({
|
|
3361
3361
|
__name: "index",
|
|
3362
3362
|
setup(t) {
|
|
3363
3363
|
const e = H();
|
|
3364
|
-
return (n, o) => i(e) !== "editor" ? (h(), _(i(
|
|
3364
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(hr), { key: 0 })) : ne("", !0);
|
|
3365
3365
|
}
|
|
3366
|
-
}),
|
|
3366
|
+
}), _a = {
|
|
3367
3367
|
key: gt,
|
|
3368
3368
|
name: "x-runtime-lib.keyboardControls",
|
|
3369
|
-
comp:
|
|
3369
|
+
comp: xa,
|
|
3370
3370
|
properties: {
|
|
3371
3371
|
pageScene: [y],
|
|
3372
3372
|
compScene: [y]
|
|
@@ -3376,11 +3376,11 @@ const va = /* @__PURE__ */ V({
|
|
|
3376
3376
|
slots: [],
|
|
3377
3377
|
leaf: !0
|
|
3378
3378
|
};
|
|
3379
|
-
w(
|
|
3380
|
-
const
|
|
3379
|
+
w(_a);
|
|
3380
|
+
const wa = {
|
|
3381
3381
|
key: vt,
|
|
3382
3382
|
name: "x-runtime-lib.mapControls",
|
|
3383
|
-
comp:
|
|
3383
|
+
comp: va,
|
|
3384
3384
|
properties: {
|
|
3385
3385
|
pageScene: [y],
|
|
3386
3386
|
compScene: [y]
|
|
@@ -3390,11 +3390,11 @@ const Va = {
|
|
|
3390
3390
|
slots: [],
|
|
3391
3391
|
leaf: !0
|
|
3392
3392
|
};
|
|
3393
|
-
w(
|
|
3394
|
-
const
|
|
3393
|
+
w(wa);
|
|
3394
|
+
const Va = {
|
|
3395
3395
|
key: $t,
|
|
3396
3396
|
name: "x-runtime-lib.orbitControls",
|
|
3397
|
-
comp:
|
|
3397
|
+
comp: ka,
|
|
3398
3398
|
properties: {
|
|
3399
3399
|
pageScene: [y],
|
|
3400
3400
|
compScene: [y]
|
|
@@ -3404,8 +3404,8 @@ const $a = {
|
|
|
3404
3404
|
slots: [],
|
|
3405
3405
|
leaf: !0
|
|
3406
3406
|
};
|
|
3407
|
-
w(
|
|
3408
|
-
function
|
|
3407
|
+
w(Va);
|
|
3408
|
+
function $a(t, e) {
|
|
3409
3409
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3410
3410
|
if (!o) {
|
|
3411
3411
|
console.error(`boxGeometryV1/spawn property tag not found, ${n}`);
|
|
@@ -3434,11 +3434,11 @@ function Ia(t, e) {
|
|
|
3434
3434
|
z: 1
|
|
3435
3435
|
}
|
|
3436
3436
|
}, r.children = [
|
|
3437
|
-
|
|
3438
|
-
|
|
3437
|
+
Ia(t, e),
|
|
3438
|
+
Sa(t, e)
|
|
3439
3439
|
], r;
|
|
3440
3440
|
}
|
|
3441
|
-
function
|
|
3441
|
+
function Ia(t, e) {
|
|
3442
3442
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3443
3443
|
if (!o) {
|
|
3444
3444
|
console.error(
|
|
@@ -3463,7 +3463,7 @@ function Sa(t, e) {
|
|
|
3463
3463
|
depthSegements: 1
|
|
3464
3464
|
}, r;
|
|
3465
3465
|
}
|
|
3466
|
-
function
|
|
3466
|
+
function Sa(t, e) {
|
|
3467
3467
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3468
3468
|
if (!o) {
|
|
3469
3469
|
console.error(
|
|
@@ -3481,7 +3481,7 @@ function Ca(t, e) {
|
|
|
3481
3481
|
const r = {};
|
|
3482
3482
|
return z(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
|
|
3483
3483
|
}
|
|
3484
|
-
const
|
|
3484
|
+
const ii = {
|
|
3485
3485
|
key: "settings",
|
|
3486
3486
|
name: "x-runtime-lib.settings",
|
|
3487
3487
|
children: [
|
|
@@ -3528,19 +3528,19 @@ const oi = {
|
|
|
3528
3528
|
}, ln = {
|
|
3529
3529
|
key: Ze,
|
|
3530
3530
|
name: "x-runtime-lib.boxGeometry",
|
|
3531
|
-
comp:
|
|
3531
|
+
comp: Dr,
|
|
3532
3532
|
properties: {
|
|
3533
|
-
pageScene: [y,
|
|
3534
|
-
compScene: [y,
|
|
3533
|
+
pageScene: [y, ii],
|
|
3534
|
+
compScene: [y, ii]
|
|
3535
3535
|
},
|
|
3536
3536
|
events: [],
|
|
3537
3537
|
methods: [],
|
|
3538
3538
|
slots: [],
|
|
3539
3539
|
leaf: !0,
|
|
3540
|
-
spawn:
|
|
3540
|
+
spawn: $a
|
|
3541
3541
|
};
|
|
3542
3542
|
w(ln);
|
|
3543
|
-
function
|
|
3543
|
+
function Ca(t, e) {
|
|
3544
3544
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3545
3545
|
if (!o) {
|
|
3546
3546
|
console.error(`sphereGeometryV1/spawn property tag not found, ${n}`);
|
|
@@ -3569,11 +3569,11 @@ function Pa(t, e) {
|
|
|
3569
3569
|
z: 1
|
|
3570
3570
|
}
|
|
3571
3571
|
}, r.children = [
|
|
3572
|
-
|
|
3573
|
-
|
|
3572
|
+
Pa(t, e),
|
|
3573
|
+
Ta(t, e)
|
|
3574
3574
|
], r;
|
|
3575
3575
|
}
|
|
3576
|
-
function
|
|
3576
|
+
function Pa(t, e) {
|
|
3577
3577
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3578
3578
|
if (!o) {
|
|
3579
3579
|
console.error(
|
|
@@ -3599,7 +3599,7 @@ function Ta(t, e) {
|
|
|
3599
3599
|
thetaLength: 3.141592653589793
|
|
3600
3600
|
}, r;
|
|
3601
3601
|
}
|
|
3602
|
-
function
|
|
3602
|
+
function Ta(t, e) {
|
|
3603
3603
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3604
3604
|
if (!o) {
|
|
3605
3605
|
console.error(
|
|
@@ -3617,7 +3617,7 @@ function za(t, e) {
|
|
|
3617
3617
|
const r = {};
|
|
3618
3618
|
return z(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
|
|
3619
3619
|
}
|
|
3620
|
-
const
|
|
3620
|
+
const oi = {
|
|
3621
3621
|
key: "settings",
|
|
3622
3622
|
name: "x-runtime-lib.settings",
|
|
3623
3623
|
children: [
|
|
@@ -3672,23 +3672,23 @@ const ri = {
|
|
|
3672
3672
|
}, an = {
|
|
3673
3673
|
key: Wt,
|
|
3674
3674
|
name: "x-runtime-lib.sphereGeometry",
|
|
3675
|
-
comp:
|
|
3675
|
+
comp: Nr,
|
|
3676
3676
|
properties: {
|
|
3677
|
-
pageScene: [y,
|
|
3678
|
-
compScene: [y,
|
|
3677
|
+
pageScene: [y, oi],
|
|
3678
|
+
compScene: [y, oi]
|
|
3679
3679
|
},
|
|
3680
3680
|
events: [],
|
|
3681
3681
|
methods: [],
|
|
3682
3682
|
slots: [],
|
|
3683
3683
|
leaf: !0,
|
|
3684
|
-
spawn:
|
|
3684
|
+
spawn: Ca
|
|
3685
3685
|
};
|
|
3686
3686
|
w(an);
|
|
3687
3687
|
const Kt = W(K);
|
|
3688
3688
|
Kt.children[0].default = "custom";
|
|
3689
3689
|
Kt.children[2].children[0].default = "0xffffff";
|
|
3690
3690
|
Kt.children[2].children[1].default = "0xffffff";
|
|
3691
|
-
const
|
|
3691
|
+
const ri = {
|
|
3692
3692
|
key: "settings",
|
|
3693
3693
|
name: "x-runtime-lib.settings",
|
|
3694
3694
|
children: [
|
|
@@ -3701,24 +3701,24 @@ const si = {
|
|
|
3701
3701
|
default: 1
|
|
3702
3702
|
}
|
|
3703
3703
|
]
|
|
3704
|
-
},
|
|
3704
|
+
}, za = {
|
|
3705
3705
|
key: Ye,
|
|
3706
3706
|
name: "x-runtime-lib.ambientLight",
|
|
3707
|
-
comp:
|
|
3707
|
+
comp: jr,
|
|
3708
3708
|
properties: {
|
|
3709
|
-
pageScene: [y, Y,
|
|
3710
|
-
compScene: [y, Y,
|
|
3709
|
+
pageScene: [y, Y, ri],
|
|
3710
|
+
compScene: [y, Y, ri]
|
|
3711
3711
|
},
|
|
3712
3712
|
events: [],
|
|
3713
3713
|
methods: [],
|
|
3714
3714
|
slots: []
|
|
3715
3715
|
};
|
|
3716
|
-
w(
|
|
3716
|
+
w(za);
|
|
3717
3717
|
const Ut = W(K);
|
|
3718
3718
|
Ut.children[0].default = "custom";
|
|
3719
3719
|
Ut.children[2].children[0].default = "0xffffff";
|
|
3720
3720
|
Ut.children[2].children[1].default = "0xffffff";
|
|
3721
|
-
const
|
|
3721
|
+
const si = {
|
|
3722
3722
|
key: "settings",
|
|
3723
3723
|
name: "x-runtime-lib.settings",
|
|
3724
3724
|
children: [
|
|
@@ -3731,24 +3731,24 @@ const li = {
|
|
|
3731
3731
|
default: 1
|
|
3732
3732
|
}
|
|
3733
3733
|
]
|
|
3734
|
-
},
|
|
3734
|
+
}, Aa = {
|
|
3735
3735
|
key: mt,
|
|
3736
3736
|
name: "x-runtime-lib.directionalLight",
|
|
3737
|
-
comp:
|
|
3737
|
+
comp: Or,
|
|
3738
3738
|
properties: {
|
|
3739
|
-
pageScene: [y, Y,
|
|
3740
|
-
compScene: [y, Y,
|
|
3739
|
+
pageScene: [y, Y, si],
|
|
3740
|
+
compScene: [y, Y, si]
|
|
3741
3741
|
},
|
|
3742
3742
|
events: [],
|
|
3743
3743
|
methods: [],
|
|
3744
3744
|
slots: []
|
|
3745
3745
|
};
|
|
3746
|
-
w(
|
|
3746
|
+
w(Aa);
|
|
3747
3747
|
const Xt = W(K);
|
|
3748
3748
|
Xt.children[0].default = "custom";
|
|
3749
3749
|
Xt.children[2].children[0].default = "0xffffff";
|
|
3750
3750
|
Xt.children[2].children[1].default = "0xffffff";
|
|
3751
|
-
const
|
|
3751
|
+
const li = {
|
|
3752
3752
|
key: "settings",
|
|
3753
3753
|
name: "x-runtime-lib.settings",
|
|
3754
3754
|
children: [
|
|
@@ -3775,24 +3775,24 @@ const ai = {
|
|
|
3775
3775
|
default: 2
|
|
3776
3776
|
}
|
|
3777
3777
|
]
|
|
3778
|
-
},
|
|
3778
|
+
}, La = {
|
|
3779
3779
|
key: Pt,
|
|
3780
3780
|
name: "x-runtime-lib.pointLight",
|
|
3781
|
-
comp:
|
|
3781
|
+
comp: Ur,
|
|
3782
3782
|
properties: {
|
|
3783
|
-
pageScene: [y, Y,
|
|
3784
|
-
compScene: [y, Y,
|
|
3783
|
+
pageScene: [y, Y, li],
|
|
3784
|
+
compScene: [y, Y, li]
|
|
3785
3785
|
},
|
|
3786
3786
|
events: [],
|
|
3787
3787
|
methods: [],
|
|
3788
3788
|
slots: []
|
|
3789
3789
|
};
|
|
3790
|
-
w(
|
|
3790
|
+
w(La);
|
|
3791
3791
|
const Yt = W(K);
|
|
3792
3792
|
Yt.children[0].default = "custom";
|
|
3793
3793
|
Yt.children[2].children[0].default = "0xffffff";
|
|
3794
3794
|
Yt.children[2].children[1].default = "0xffffff";
|
|
3795
|
-
const
|
|
3795
|
+
const ai = {
|
|
3796
3796
|
key: "settings",
|
|
3797
3797
|
name: "x-runtime-lib.settings",
|
|
3798
3798
|
children: [
|
|
@@ -3836,23 +3836,23 @@ const ci = {
|
|
|
3836
3836
|
default: 0
|
|
3837
3837
|
}
|
|
3838
3838
|
]
|
|
3839
|
-
},
|
|
3839
|
+
}, Ea = {
|
|
3840
3840
|
key: Rt,
|
|
3841
3841
|
name: "x-runtime-lib.spotLight",
|
|
3842
|
-
comp:
|
|
3842
|
+
comp: Yr,
|
|
3843
3843
|
properties: {
|
|
3844
|
-
pageScene: [y, Y,
|
|
3845
|
-
compScene: [y, Y,
|
|
3844
|
+
pageScene: [y, Y, ai],
|
|
3845
|
+
compScene: [y, Y, ai]
|
|
3846
3846
|
},
|
|
3847
3847
|
events: [],
|
|
3848
3848
|
methods: [],
|
|
3849
3849
|
slots: []
|
|
3850
3850
|
};
|
|
3851
|
-
w(
|
|
3851
|
+
w(Ea);
|
|
3852
3852
|
const Le = {
|
|
3853
|
-
key:
|
|
3853
|
+
key: fa,
|
|
3854
3854
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3855
|
-
comp:
|
|
3855
|
+
comp: Zr,
|
|
3856
3856
|
properties: {
|
|
3857
3857
|
pageScene: [y],
|
|
3858
3858
|
compScene: [y]
|
|
@@ -3863,10 +3863,10 @@ const Le = {
|
|
|
3863
3863
|
leaf: !0
|
|
3864
3864
|
};
|
|
3865
3865
|
w(Le);
|
|
3866
|
-
const
|
|
3866
|
+
const Ba = {
|
|
3867
3867
|
key: bt,
|
|
3868
3868
|
name: "x-runtime-lib.group",
|
|
3869
|
-
comp:
|
|
3869
|
+
comp: es,
|
|
3870
3870
|
properties: {
|
|
3871
3871
|
pageScene: [y, Y],
|
|
3872
3872
|
compScene: [y, Y]
|
|
@@ -3875,11 +3875,11 @@ const Wa = {
|
|
|
3875
3875
|
methods: [],
|
|
3876
3876
|
slots: []
|
|
3877
3877
|
};
|
|
3878
|
-
w(
|
|
3878
|
+
w(Ba);
|
|
3879
3879
|
const Ee = {
|
|
3880
3880
|
key: _t,
|
|
3881
3881
|
name: "x-runtime-lib.mesh",
|
|
3882
|
-
comp:
|
|
3882
|
+
comp: ns,
|
|
3883
3883
|
properties: {
|
|
3884
3884
|
pageScene: [y, Y],
|
|
3885
3885
|
compScene: [y, Y]
|
|
@@ -3889,7 +3889,7 @@ const Ee = {
|
|
|
3889
3889
|
slots: []
|
|
3890
3890
|
};
|
|
3891
3891
|
w(Ee);
|
|
3892
|
-
function
|
|
3892
|
+
function Wa(t, e) {
|
|
3893
3893
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3894
3894
|
if (!o) {
|
|
3895
3895
|
console.error(`barChartV1/spawn property tag not found, ${n}`);
|
|
@@ -3908,7 +3908,7 @@ function Ra(t, e) {
|
|
|
3908
3908
|
}
|
|
3909
3909
|
], r;
|
|
3910
3910
|
}
|
|
3911
|
-
const
|
|
3911
|
+
const ci = {
|
|
3912
3912
|
key: "series",
|
|
3913
3913
|
name: "x-runtime-lib.series",
|
|
3914
3914
|
children: [
|
|
@@ -3932,19 +3932,19 @@ const ui = {
|
|
|
3932
3932
|
}, cn = {
|
|
3933
3933
|
key: Je,
|
|
3934
3934
|
name: "x-runtime-lib.barChart",
|
|
3935
|
-
comp:
|
|
3935
|
+
comp: cl,
|
|
3936
3936
|
properties: {
|
|
3937
|
-
pageCommon: [y, U, He, Oe, Ke, je,
|
|
3938
|
-
compCommon: [y, U, He, Oe, Ke, je,
|
|
3937
|
+
pageCommon: [y, U, He, Oe, Ke, je, ci],
|
|
3938
|
+
compCommon: [y, U, He, Oe, Ke, je, ci]
|
|
3939
3939
|
},
|
|
3940
3940
|
events: [],
|
|
3941
3941
|
methods: [],
|
|
3942
3942
|
slots: [],
|
|
3943
3943
|
leaf: !0,
|
|
3944
|
-
spawn:
|
|
3944
|
+
spawn: Wa
|
|
3945
3945
|
};
|
|
3946
3946
|
w(cn);
|
|
3947
|
-
function
|
|
3947
|
+
function Ra(t, e) {
|
|
3948
3948
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3949
3949
|
if (!o) {
|
|
3950
3950
|
console.error(`lineChartV1/spawn property tag not found, ${n}`);
|
|
@@ -3963,7 +3963,7 @@ function Ma(t, e) {
|
|
|
3963
3963
|
}
|
|
3964
3964
|
], r;
|
|
3965
3965
|
}
|
|
3966
|
-
const
|
|
3966
|
+
const ui = {
|
|
3967
3967
|
key: "series",
|
|
3968
3968
|
name: "x-runtime-lib.series",
|
|
3969
3969
|
children: [
|
|
@@ -3987,22 +3987,22 @@ const pi = {
|
|
|
3987
3987
|
}, un = {
|
|
3988
3988
|
key: xt,
|
|
3989
3989
|
name: "x-runtime-lib.lineChart",
|
|
3990
|
-
comp:
|
|
3990
|
+
comp: ul,
|
|
3991
3991
|
properties: {
|
|
3992
|
-
pageCommon: [y, U, He, Oe, Ke, je,
|
|
3993
|
-
compCommon: [y, U, He, Oe, Ke, je,
|
|
3992
|
+
pageCommon: [y, U, He, Oe, Ke, je, ui],
|
|
3993
|
+
compCommon: [y, U, He, Oe, Ke, je, ui]
|
|
3994
3994
|
},
|
|
3995
3995
|
events: [],
|
|
3996
3996
|
methods: [],
|
|
3997
3997
|
slots: [],
|
|
3998
3998
|
leaf: !0,
|
|
3999
|
-
spawn:
|
|
3999
|
+
spawn: Ra
|
|
4000
4000
|
};
|
|
4001
4001
|
w(un);
|
|
4002
|
-
const
|
|
4002
|
+
const Ma = {
|
|
4003
4003
|
key: wt,
|
|
4004
4004
|
name: "x-runtime-lib.multipleRef",
|
|
4005
|
-
comp:
|
|
4005
|
+
comp: pl,
|
|
4006
4006
|
properties: {
|
|
4007
4007
|
pageCommon: [y],
|
|
4008
4008
|
compCommon: [y]
|
|
@@ -4012,8 +4012,8 @@ const Da = {
|
|
|
4012
4012
|
slots: [],
|
|
4013
4013
|
leaf: !0
|
|
4014
4014
|
};
|
|
4015
|
-
w(
|
|
4016
|
-
const
|
|
4015
|
+
w(Ma);
|
|
4016
|
+
const pi = {
|
|
4017
4017
|
key: "reference",
|
|
4018
4018
|
name: "x-runtime-lib.reference",
|
|
4019
4019
|
children: [
|
|
@@ -4024,21 +4024,21 @@ const mi = {
|
|
|
4024
4024
|
default: void 0
|
|
4025
4025
|
}
|
|
4026
4026
|
]
|
|
4027
|
-
},
|
|
4027
|
+
}, Da = {
|
|
4028
4028
|
key: Ae,
|
|
4029
4029
|
name: "x-runtime-lib.reference",
|
|
4030
|
-
comp:
|
|
4030
|
+
comp: ml,
|
|
4031
4031
|
properties: {
|
|
4032
|
-
pageCommon: [y, U,
|
|
4033
|
-
compCommon: [y, U,
|
|
4032
|
+
pageCommon: [y, U, pi],
|
|
4033
|
+
compCommon: [y, U, pi]
|
|
4034
4034
|
},
|
|
4035
4035
|
events: [],
|
|
4036
4036
|
methods: [],
|
|
4037
4037
|
slots: [],
|
|
4038
4038
|
leaf: !0
|
|
4039
4039
|
};
|
|
4040
|
-
w(
|
|
4041
|
-
const
|
|
4040
|
+
w(Da);
|
|
4041
|
+
const mi = {
|
|
4042
4042
|
key: "settings",
|
|
4043
4043
|
name: "x-runtime-lib.settings",
|
|
4044
4044
|
children: [
|
|
@@ -4049,39 +4049,39 @@ const di = {
|
|
|
4049
4049
|
default: !1
|
|
4050
4050
|
}
|
|
4051
4051
|
]
|
|
4052
|
-
},
|
|
4052
|
+
}, Fa = {
|
|
4053
4053
|
key: Lt,
|
|
4054
4054
|
name: "x-runtime-lib.renderSwitch",
|
|
4055
|
-
comp:
|
|
4055
|
+
comp: dl,
|
|
4056
4056
|
properties: {
|
|
4057
|
-
pageCommon: [y,
|
|
4058
|
-
compCommon: [y,
|
|
4057
|
+
pageCommon: [y, mi],
|
|
4058
|
+
compCommon: [y, mi]
|
|
4059
4059
|
},
|
|
4060
4060
|
events: [],
|
|
4061
4061
|
methods: [],
|
|
4062
4062
|
slots: []
|
|
4063
4063
|
};
|
|
4064
|
-
w(
|
|
4064
|
+
w(Fa);
|
|
4065
4065
|
const qt = W(K);
|
|
4066
4066
|
qt.key = "backgroundColor";
|
|
4067
4067
|
qt.name = "x-runtime-lib.backgroundColor";
|
|
4068
|
-
const
|
|
4068
|
+
const di = {
|
|
4069
4069
|
key: "settings",
|
|
4070
4070
|
name: "x-runtime-lib.settings",
|
|
4071
4071
|
children: [qt]
|
|
4072
|
-
},
|
|
4072
|
+
}, yi = {
|
|
4073
4073
|
key: "settings",
|
|
4074
4074
|
name: "x-runtime-lib.settings",
|
|
4075
4075
|
children: [qt]
|
|
4076
|
-
},
|
|
4076
|
+
}, Na = {
|
|
4077
4077
|
key: sn,
|
|
4078
4078
|
name: "x-runtime-lib.globality",
|
|
4079
4079
|
comp: null,
|
|
4080
4080
|
properties: {
|
|
4081
|
-
pageCommon: [
|
|
4082
|
-
pageScene: [
|
|
4083
|
-
compCommon: [
|
|
4084
|
-
compScene: [
|
|
4081
|
+
pageCommon: [di],
|
|
4082
|
+
pageScene: [yi],
|
|
4083
|
+
compCommon: [di],
|
|
4084
|
+
compScene: [yi]
|
|
4085
4085
|
},
|
|
4086
4086
|
events: [
|
|
4087
4087
|
{
|
|
@@ -4121,8 +4121,8 @@ const yi = {
|
|
|
4121
4121
|
slots: [],
|
|
4122
4122
|
internal: !0
|
|
4123
4123
|
};
|
|
4124
|
-
w(
|
|
4125
|
-
const
|
|
4124
|
+
w(Na);
|
|
4125
|
+
const fi = {
|
|
4126
4126
|
key: "settings",
|
|
4127
4127
|
name: "x-runtime-lib.settings",
|
|
4128
4128
|
children: [
|
|
@@ -4160,16 +4160,16 @@ const bi = {
|
|
|
4160
4160
|
}, Ju = {
|
|
4161
4161
|
key: qe,
|
|
4162
4162
|
name: "x-runtime-lib.badge",
|
|
4163
|
-
comp:
|
|
4163
|
+
comp: yl,
|
|
4164
4164
|
properties: {
|
|
4165
|
-
pageCommon: [y,
|
|
4166
|
-
compCommon: [y,
|
|
4165
|
+
pageCommon: [y, fi],
|
|
4166
|
+
compCommon: [y, fi]
|
|
4167
4167
|
},
|
|
4168
4168
|
events: [],
|
|
4169
4169
|
methods: [],
|
|
4170
4170
|
slots: []
|
|
4171
4171
|
};
|
|
4172
|
-
function
|
|
4172
|
+
function Ga(t, e) {
|
|
4173
4173
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4174
4174
|
if (!o) {
|
|
4175
4175
|
console.error(`btnV1/spawn property tag not found, ${n}`);
|
|
@@ -4183,7 +4183,7 @@ function ja(t, e) {
|
|
|
4183
4183
|
const r = {};
|
|
4184
4184
|
return z(r, s), r.basic.id = P(16), r.basic.key = pn.key, r.settings.text = "button", r;
|
|
4185
4185
|
}
|
|
4186
|
-
const
|
|
4186
|
+
const ja = W(K), bi = {
|
|
4187
4187
|
key: "settings",
|
|
4188
4188
|
name: "x-runtime-lib.settings",
|
|
4189
4189
|
children: [
|
|
@@ -4262,7 +4262,7 @@ const Ha = W(K), hi = {
|
|
|
4262
4262
|
ui: "switch",
|
|
4263
4263
|
default: !1
|
|
4264
4264
|
},
|
|
4265
|
-
|
|
4265
|
+
ja,
|
|
4266
4266
|
{
|
|
4267
4267
|
key: "ripple",
|
|
4268
4268
|
name: "x-runtime-lib.ripple",
|
|
@@ -4273,10 +4273,10 @@ const Ha = W(K), hi = {
|
|
|
4273
4273
|
}, pn = {
|
|
4274
4274
|
key: Qe,
|
|
4275
4275
|
name: "x-runtime-lib.button",
|
|
4276
|
-
comp:
|
|
4276
|
+
comp: fl,
|
|
4277
4277
|
properties: {
|
|
4278
|
-
pageCommon: [y, U,
|
|
4279
|
-
compCommon: [y, U,
|
|
4278
|
+
pageCommon: [y, U, bi],
|
|
4279
|
+
compCommon: [y, U, bi]
|
|
4280
4280
|
},
|
|
4281
4281
|
events: [
|
|
4282
4282
|
{
|
|
@@ -4288,13 +4288,13 @@ const Ha = W(K), hi = {
|
|
|
4288
4288
|
methods: [],
|
|
4289
4289
|
slots: [],
|
|
4290
4290
|
leaf: !0,
|
|
4291
|
-
spawn:
|
|
4291
|
+
spawn: Ga
|
|
4292
4292
|
};
|
|
4293
4293
|
w(pn);
|
|
4294
|
-
const
|
|
4294
|
+
const Ha = {
|
|
4295
4295
|
key: et,
|
|
4296
4296
|
name: "x-runtime-lib.buttonGroup",
|
|
4297
|
-
comp:
|
|
4297
|
+
comp: gl,
|
|
4298
4298
|
properties: {
|
|
4299
4299
|
pageCommon: [y],
|
|
4300
4300
|
compCommon: [y]
|
|
@@ -4303,8 +4303,8 @@ const Oa = {
|
|
|
4303
4303
|
methods: [],
|
|
4304
4304
|
slots: []
|
|
4305
4305
|
};
|
|
4306
|
-
w(
|
|
4307
|
-
const
|
|
4306
|
+
w(Ha);
|
|
4307
|
+
const hi = {
|
|
4308
4308
|
key: "settings",
|
|
4309
4309
|
name: "x-runtime-lib.settings",
|
|
4310
4310
|
children: [
|
|
@@ -4365,20 +4365,20 @@ const gi = {
|
|
|
4365
4365
|
default: !1
|
|
4366
4366
|
}
|
|
4367
4367
|
]
|
|
4368
|
-
},
|
|
4368
|
+
}, Oa = {
|
|
4369
4369
|
key: tt,
|
|
4370
4370
|
name: "x-runtime-lib.buttonToggle",
|
|
4371
|
-
comp:
|
|
4371
|
+
comp: xl,
|
|
4372
4372
|
properties: {
|
|
4373
|
-
pageCommon: [y,
|
|
4374
|
-
compCommon: [y,
|
|
4373
|
+
pageCommon: [y, hi],
|
|
4374
|
+
compCommon: [y, hi]
|
|
4375
4375
|
},
|
|
4376
4376
|
events: [],
|
|
4377
4377
|
methods: [],
|
|
4378
4378
|
slots: []
|
|
4379
4379
|
};
|
|
4380
|
-
w(
|
|
4381
|
-
function
|
|
4380
|
+
w(Oa);
|
|
4381
|
+
function Ka(t, e) {
|
|
4382
4382
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4383
4383
|
if (!o) {
|
|
4384
4384
|
console.error(`cardV1/spawn property tag not found, ${n}`);
|
|
@@ -4392,7 +4392,7 @@ function Ua(t, e) {
|
|
|
4392
4392
|
const r = {};
|
|
4393
4393
|
return z(r, s), r.basic.id = P(16), r.basic.key = Be.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", r;
|
|
4394
4394
|
}
|
|
4395
|
-
const
|
|
4395
|
+
const gi = {
|
|
4396
4396
|
key: "settings",
|
|
4397
4397
|
name: "x-runtime-lib.settings",
|
|
4398
4398
|
children: [
|
|
@@ -4450,18 +4450,18 @@ const xi = {
|
|
|
4450
4450
|
}, Be = {
|
|
4451
4451
|
key: nt,
|
|
4452
4452
|
name: "x-runtime-lib.card",
|
|
4453
|
-
comp:
|
|
4453
|
+
comp: vl,
|
|
4454
4454
|
properties: {
|
|
4455
|
-
pageCommon: [y, U,
|
|
4456
|
-
compCommon: [y, U,
|
|
4455
|
+
pageCommon: [y, U, gi],
|
|
4456
|
+
compCommon: [y, U, gi]
|
|
4457
4457
|
},
|
|
4458
4458
|
events: [],
|
|
4459
4459
|
methods: [],
|
|
4460
4460
|
slots: [],
|
|
4461
|
-
spawn:
|
|
4461
|
+
spawn: Ka
|
|
4462
4462
|
};
|
|
4463
4463
|
w(Be);
|
|
4464
|
-
const
|
|
4464
|
+
const xi = {
|
|
4465
4465
|
key: "settings",
|
|
4466
4466
|
name: "x-runtime-lib.settings",
|
|
4467
4467
|
children: [
|
|
@@ -4478,21 +4478,21 @@ const vi = {
|
|
|
4478
4478
|
default: ""
|
|
4479
4479
|
}
|
|
4480
4480
|
]
|
|
4481
|
-
},
|
|
4481
|
+
}, Ua = {
|
|
4482
4482
|
key: it,
|
|
4483
4483
|
name: "x-runtime-lib.checkbox",
|
|
4484
|
-
comp:
|
|
4484
|
+
comp: kl,
|
|
4485
4485
|
properties: {
|
|
4486
|
-
pageCommon: [y,
|
|
4487
|
-
compCommon: [y,
|
|
4486
|
+
pageCommon: [y, xi],
|
|
4487
|
+
compCommon: [y, xi]
|
|
4488
4488
|
},
|
|
4489
4489
|
events: [],
|
|
4490
4490
|
methods: [],
|
|
4491
4491
|
slots: [],
|
|
4492
4492
|
leaf: !0
|
|
4493
4493
|
};
|
|
4494
|
-
w(
|
|
4495
|
-
const
|
|
4494
|
+
w(Ua);
|
|
4495
|
+
const Xa = W(K), vi = {
|
|
4496
4496
|
key: "settings",
|
|
4497
4497
|
name: "x-runtime-lib.settings",
|
|
4498
4498
|
children: [
|
|
@@ -4565,15 +4565,15 @@ const Ya = W(K), ki = {
|
|
|
4565
4565
|
ui: "switch",
|
|
4566
4566
|
default: !1
|
|
4567
4567
|
},
|
|
4568
|
-
|
|
4568
|
+
Xa
|
|
4569
4569
|
]
|
|
4570
4570
|
}, mn = {
|
|
4571
4571
|
key: ot,
|
|
4572
4572
|
name: "x-runtime-lib.chip",
|
|
4573
|
-
comp:
|
|
4573
|
+
comp: _l,
|
|
4574
4574
|
properties: {
|
|
4575
|
-
pageCommon: [y,
|
|
4576
|
-
compCommon: [y,
|
|
4575
|
+
pageCommon: [y, vi],
|
|
4576
|
+
compCommon: [y, vi]
|
|
4577
4577
|
},
|
|
4578
4578
|
events: [],
|
|
4579
4579
|
methods: [],
|
|
@@ -4581,7 +4581,7 @@ const Ya = W(K), ki = {
|
|
|
4581
4581
|
leaf: !0
|
|
4582
4582
|
};
|
|
4583
4583
|
w(mn);
|
|
4584
|
-
function
|
|
4584
|
+
function Ya(t, e) {
|
|
4585
4585
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4586
4586
|
if (!o) {
|
|
4587
4587
|
console.error(`chipGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -4616,7 +4616,7 @@ function _e(t, e, n, o) {
|
|
|
4616
4616
|
const c = {};
|
|
4617
4617
|
return z(c, a), c.basic.id = P(16), c.basic.key = mn.key, c.settings.value = n, c.settings.text = o, c;
|
|
4618
4618
|
}
|
|
4619
|
-
const
|
|
4619
|
+
const ki = {
|
|
4620
4620
|
key: "settings",
|
|
4621
4621
|
name: "x-runtime-lib.settings",
|
|
4622
4622
|
children: [
|
|
@@ -4673,21 +4673,21 @@ const _i = {
|
|
|
4673
4673
|
}, dn = {
|
|
4674
4674
|
key: rt,
|
|
4675
4675
|
name: "x-runtime-lib.chipGroup",
|
|
4676
|
-
comp:
|
|
4676
|
+
comp: wl,
|
|
4677
4677
|
properties: {
|
|
4678
|
-
pageCommon: [y,
|
|
4679
|
-
compCommon: [y,
|
|
4678
|
+
pageCommon: [y, ki],
|
|
4679
|
+
compCommon: [y, ki]
|
|
4680
4680
|
},
|
|
4681
4681
|
events: [],
|
|
4682
4682
|
methods: [],
|
|
4683
4683
|
slots: [],
|
|
4684
|
-
spawn:
|
|
4684
|
+
spawn: Ya
|
|
4685
4685
|
};
|
|
4686
4686
|
w(dn);
|
|
4687
|
-
const
|
|
4687
|
+
const qa = {
|
|
4688
4688
|
key: st,
|
|
4689
4689
|
name: "x-runtime-lib.colorPicker",
|
|
4690
|
-
comp:
|
|
4690
|
+
comp: Vl,
|
|
4691
4691
|
properties: {
|
|
4692
4692
|
pageCommon: [y],
|
|
4693
4693
|
compCommon: [y]
|
|
@@ -4697,8 +4697,8 @@ const Ja = {
|
|
|
4697
4697
|
slots: [],
|
|
4698
4698
|
leaf: !0
|
|
4699
4699
|
};
|
|
4700
|
-
w(
|
|
4701
|
-
const
|
|
4700
|
+
w(qa);
|
|
4701
|
+
const _i = {
|
|
4702
4702
|
key: "settings",
|
|
4703
4703
|
name: "x-runtime-lib.settings",
|
|
4704
4704
|
children: [
|
|
@@ -4739,34 +4739,34 @@ const wi = {
|
|
|
4739
4739
|
default: !1
|
|
4740
4740
|
}
|
|
4741
4741
|
]
|
|
4742
|
-
},
|
|
4742
|
+
}, Ja = {
|
|
4743
4743
|
key: lt,
|
|
4744
4744
|
name: "x-runtime-lib.combobox",
|
|
4745
|
-
comp:
|
|
4745
|
+
comp: $l,
|
|
4746
4746
|
properties: {
|
|
4747
|
-
pageCommon: [y,
|
|
4748
|
-
compCommon: [y,
|
|
4747
|
+
pageCommon: [y, _i],
|
|
4748
|
+
compCommon: [y, _i]
|
|
4749
4749
|
},
|
|
4750
4750
|
events: [],
|
|
4751
4751
|
methods: [],
|
|
4752
4752
|
slots: [],
|
|
4753
4753
|
leaf: !0
|
|
4754
4754
|
};
|
|
4755
|
-
w(
|
|
4756
|
-
const
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
const
|
|
4755
|
+
w(Ja);
|
|
4756
|
+
const jn = W(K);
|
|
4757
|
+
jn.key = "backgroundColor";
|
|
4758
|
+
jn.name = "x-runtime-lib.backgroundColor";
|
|
4759
|
+
const wi = {
|
|
4760
4760
|
key: "settings",
|
|
4761
4761
|
name: "x-runtime-lib.settings",
|
|
4762
|
-
children: [
|
|
4762
|
+
children: [jn]
|
|
4763
4763
|
}, yn = {
|
|
4764
4764
|
key: at,
|
|
4765
4765
|
name: "x-runtime-lib.container",
|
|
4766
|
-
comp:
|
|
4766
|
+
comp: Il,
|
|
4767
4767
|
properties: {
|
|
4768
|
-
pageCommon: [y, U, Ve, $e, Ie,
|
|
4769
|
-
compCommon: [y, U, Ve, $e, Ie,
|
|
4768
|
+
pageCommon: [y, U, Ve, $e, Ie, wi],
|
|
4769
|
+
compCommon: [y, U, Ve, $e, Ie, wi]
|
|
4770
4770
|
},
|
|
4771
4771
|
events: [
|
|
4772
4772
|
{
|
|
@@ -4779,7 +4779,7 @@ const Vi = {
|
|
|
4779
4779
|
slots: []
|
|
4780
4780
|
};
|
|
4781
4781
|
w(yn);
|
|
4782
|
-
const
|
|
4782
|
+
const Vi = {
|
|
4783
4783
|
key: "size",
|
|
4784
4784
|
name: "x-runtime-lib.size",
|
|
4785
4785
|
children: [
|
|
@@ -4798,7 +4798,7 @@ const $i = {
|
|
|
4798
4798
|
default: ""
|
|
4799
4799
|
}
|
|
4800
4800
|
]
|
|
4801
|
-
},
|
|
4801
|
+
}, $i = {
|
|
4802
4802
|
key: "settings",
|
|
4803
4803
|
name: "x-runtime-lib.settings",
|
|
4804
4804
|
children: [
|
|
@@ -4906,7 +4906,7 @@ const $i = {
|
|
|
4906
4906
|
default: !1
|
|
4907
4907
|
}
|
|
4908
4908
|
]
|
|
4909
|
-
},
|
|
4909
|
+
}, Ii = {
|
|
4910
4910
|
key: "slots",
|
|
4911
4911
|
name: "x-runtime-lib.slots",
|
|
4912
4912
|
children: [
|
|
@@ -4931,24 +4931,24 @@ const $i = {
|
|
|
4931
4931
|
defaultArray: []
|
|
4932
4932
|
}
|
|
4933
4933
|
]
|
|
4934
|
-
},
|
|
4934
|
+
}, Za = {
|
|
4935
4935
|
key: ct,
|
|
4936
4936
|
name: "x-runtime-lib.dataTable",
|
|
4937
|
-
comp:
|
|
4937
|
+
comp: Sl,
|
|
4938
4938
|
properties: {
|
|
4939
|
-
pageCommon: [y, $i, Ii
|
|
4940
|
-
compCommon: [y, $i, Ii
|
|
4939
|
+
pageCommon: [y, Vi, $i, Ii],
|
|
4940
|
+
compCommon: [y, Vi, $i, Ii]
|
|
4941
4941
|
},
|
|
4942
4942
|
events: [],
|
|
4943
4943
|
methods: [],
|
|
4944
4944
|
slots: [],
|
|
4945
4945
|
leaf: !0
|
|
4946
4946
|
};
|
|
4947
|
-
w(
|
|
4948
|
-
const
|
|
4947
|
+
w(Za);
|
|
4948
|
+
const Qa = {
|
|
4949
4949
|
key: ut,
|
|
4950
4950
|
name: "x-runtime-lib.datePicker",
|
|
4951
|
-
comp:
|
|
4951
|
+
comp: Cl,
|
|
4952
4952
|
properties: {
|
|
4953
4953
|
pageCommon: [y],
|
|
4954
4954
|
compCommon: [y]
|
|
@@ -4958,11 +4958,11 @@ const ec = {
|
|
|
4958
4958
|
slots: [],
|
|
4959
4959
|
leaf: !0
|
|
4960
4960
|
};
|
|
4961
|
-
w(
|
|
4962
|
-
const
|
|
4961
|
+
w(Qa);
|
|
4962
|
+
const ec = {
|
|
4963
4963
|
key: pt,
|
|
4964
4964
|
name: "x-runtime-lib.dialog",
|
|
4965
|
-
comp:
|
|
4965
|
+
comp: Tl,
|
|
4966
4966
|
properties: {
|
|
4967
4967
|
pageCommon: [y],
|
|
4968
4968
|
compCommon: [y]
|
|
@@ -4985,24 +4985,24 @@ const tc = {
|
|
|
4985
4985
|
slots: [],
|
|
4986
4986
|
teleport: !0
|
|
4987
4987
|
};
|
|
4988
|
-
w(
|
|
4989
|
-
const
|
|
4988
|
+
w(ec);
|
|
4989
|
+
const Si = {
|
|
4990
4990
|
key: "settings",
|
|
4991
4991
|
name: "x-runtime-lib.settings",
|
|
4992
4992
|
children: []
|
|
4993
4993
|
}, Zu = {
|
|
4994
4994
|
key: dt,
|
|
4995
4995
|
name: "x-runtime-lib.fileInput",
|
|
4996
|
-
comp:
|
|
4996
|
+
comp: zl,
|
|
4997
4997
|
properties: {
|
|
4998
|
-
pageCommon: [y,
|
|
4999
|
-
compCommon: [y,
|
|
4998
|
+
pageCommon: [y, Si],
|
|
4999
|
+
compCommon: [y, Si]
|
|
5000
5000
|
},
|
|
5001
5001
|
events: [],
|
|
5002
5002
|
methods: [],
|
|
5003
5003
|
slots: [],
|
|
5004
5004
|
leaf: !0
|
|
5005
|
-
},
|
|
5005
|
+
}, Ci = {
|
|
5006
5006
|
key: "settings",
|
|
5007
5007
|
name: "x-runtime-lib.settings",
|
|
5008
5008
|
children: [
|
|
@@ -5020,19 +5020,19 @@ const Ci = {
|
|
|
5020
5020
|
}
|
|
5021
5021
|
]
|
|
5022
5022
|
}, fn = {
|
|
5023
|
-
key:
|
|
5023
|
+
key: $o,
|
|
5024
5024
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5025
|
-
comp:
|
|
5025
|
+
comp: Ll,
|
|
5026
5026
|
properties: {
|
|
5027
|
-
pageCommon: [y, U,
|
|
5028
|
-
compCommon: [y, U,
|
|
5027
|
+
pageCommon: [y, U, Ci],
|
|
5028
|
+
compCommon: [y, U, Ci]
|
|
5029
5029
|
},
|
|
5030
5030
|
events: [],
|
|
5031
5031
|
methods: [],
|
|
5032
5032
|
slots: []
|
|
5033
5033
|
};
|
|
5034
5034
|
w(fn);
|
|
5035
|
-
function
|
|
5035
|
+
function tc(t, e) {
|
|
5036
5036
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5037
5037
|
if (!o) {
|
|
5038
5038
|
console.error(`flexLayoutV1/spawn property tag not found, ${n}`);
|
|
@@ -5065,7 +5065,7 @@ function nc(t, e) {
|
|
|
5065
5065
|
"60px",
|
|
5066
5066
|
void 0
|
|
5067
5067
|
),
|
|
5068
|
-
|
|
5068
|
+
nc(t, e)
|
|
5069
5069
|
], r;
|
|
5070
5070
|
}
|
|
5071
5071
|
function bn(t, e, n, o, s, r, a, c, m) {
|
|
@@ -5086,7 +5086,7 @@ function bn(t, e, n, o, s, r, a, c, m) {
|
|
|
5086
5086
|
const f = {};
|
|
5087
5087
|
return z(f, p), f.basic.id = P(16), f.basic.key = yn.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
|
|
5088
5088
|
}
|
|
5089
|
-
function
|
|
5089
|
+
function nc(t, e) {
|
|
5090
5090
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5091
5091
|
if (!o) {
|
|
5092
5092
|
console.error(
|
|
@@ -5118,10 +5118,10 @@ function ic(t, e) {
|
|
|
5118
5118
|
)
|
|
5119
5119
|
], r;
|
|
5120
5120
|
}
|
|
5121
|
-
const
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
const
|
|
5121
|
+
const Hn = W(K);
|
|
5122
|
+
Hn.key = "backgroundColor";
|
|
5123
|
+
Hn.name = "x-runtime-lib.backgroundColor";
|
|
5124
|
+
const Pi = {
|
|
5125
5125
|
key: "settings",
|
|
5126
5126
|
name: "x-runtime-lib.settings",
|
|
5127
5127
|
children: [
|
|
@@ -5289,15 +5289,15 @@ const Ti = {
|
|
|
5289
5289
|
}
|
|
5290
5290
|
]
|
|
5291
5291
|
},
|
|
5292
|
-
|
|
5292
|
+
Hn
|
|
5293
5293
|
]
|
|
5294
5294
|
}, We = {
|
|
5295
5295
|
key: yt,
|
|
5296
5296
|
name: "x-runtime-lib.flexLayout",
|
|
5297
|
-
comp:
|
|
5297
|
+
comp: Al,
|
|
5298
5298
|
properties: {
|
|
5299
|
-
pageCommon: [y, U, Ve, $e, Ie,
|
|
5300
|
-
compCommon: [y, U, Ve, $e, Ie,
|
|
5299
|
+
pageCommon: [y, U, Ve, $e, Ie, Pi],
|
|
5300
|
+
compCommon: [y, U, Ve, $e, Ie, Pi]
|
|
5301
5301
|
},
|
|
5302
5302
|
events: [
|
|
5303
5303
|
{
|
|
@@ -5308,10 +5308,10 @@ const Ti = {
|
|
|
5308
5308
|
],
|
|
5309
5309
|
methods: [],
|
|
5310
5310
|
slots: [],
|
|
5311
|
-
spawn:
|
|
5311
|
+
spawn: tc
|
|
5312
5312
|
};
|
|
5313
5313
|
w(We);
|
|
5314
|
-
const
|
|
5314
|
+
const Ti = {
|
|
5315
5315
|
key: "settings",
|
|
5316
5316
|
name: "x-runtime-lib.settings",
|
|
5317
5317
|
children: [
|
|
@@ -5432,7 +5432,7 @@ const zi = {
|
|
|
5432
5432
|
default: ""
|
|
5433
5433
|
}
|
|
5434
5434
|
]
|
|
5435
|
-
},
|
|
5435
|
+
}, zi = {
|
|
5436
5436
|
key: "slots",
|
|
5437
5437
|
name: "x-runtime-lib.slots",
|
|
5438
5438
|
children: [
|
|
@@ -5464,10 +5464,10 @@ const zi = {
|
|
|
5464
5464
|
}, hn = {
|
|
5465
5465
|
key: jt,
|
|
5466
5466
|
name: "x-runtime-lib.textField",
|
|
5467
|
-
comp:
|
|
5467
|
+
comp: sa,
|
|
5468
5468
|
properties: {
|
|
5469
|
-
pageCommon: [y,
|
|
5470
|
-
compCommon: [y,
|
|
5469
|
+
pageCommon: [y, Ti, zi],
|
|
5470
|
+
compCommon: [y, Ti, zi]
|
|
5471
5471
|
},
|
|
5472
5472
|
events: [],
|
|
5473
5473
|
methods: [],
|
|
@@ -5500,7 +5500,7 @@ const zi = {
|
|
|
5500
5500
|
leaf: !0
|
|
5501
5501
|
};
|
|
5502
5502
|
w(hn);
|
|
5503
|
-
function
|
|
5503
|
+
function ic(t, e) {
|
|
5504
5504
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5505
5505
|
if (!o) {
|
|
5506
5506
|
console.error(`formV1/spawn property tag not found, ${n}`);
|
|
@@ -5512,9 +5512,9 @@ function oc(t, e) {
|
|
|
5512
5512
|
return;
|
|
5513
5513
|
}
|
|
5514
5514
|
const r = {};
|
|
5515
|
-
return z(r, s), r.basic.id = P(16), r.basic.key = gn.key, r.children = [
|
|
5515
|
+
return z(r, s), r.basic.id = P(16), r.basic.key = gn.key, r.children = [oc(t, e)], r;
|
|
5516
5516
|
}
|
|
5517
|
-
function
|
|
5517
|
+
function oc(t, e) {
|
|
5518
5518
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5519
5519
|
if (!o) {
|
|
5520
5520
|
console.error(`formV1/spawnTextField property tag not found, ${n}`);
|
|
@@ -5528,7 +5528,7 @@ function rc(t, e) {
|
|
|
5528
5528
|
const r = {};
|
|
5529
5529
|
return z(r, s), r.basic.id = P(16), r.basic.key = hn.key, r;
|
|
5530
5530
|
}
|
|
5531
|
-
const
|
|
5531
|
+
const Ai = {
|
|
5532
5532
|
key: "settings",
|
|
5533
5533
|
name: "x-runtime-lib.settings",
|
|
5534
5534
|
children: [
|
|
@@ -5549,10 +5549,10 @@ const Li = {
|
|
|
5549
5549
|
}, gn = {
|
|
5550
5550
|
key: ft,
|
|
5551
5551
|
name: "x-runtime-lib.form",
|
|
5552
|
-
comp:
|
|
5552
|
+
comp: El,
|
|
5553
5553
|
properties: {
|
|
5554
|
-
pageCommon: [y, U, Ve, $e, Ie,
|
|
5555
|
-
compCommon: [y, U, Ve, $e, Ie,
|
|
5554
|
+
pageCommon: [y, U, Ve, $e, Ie, Ai],
|
|
5555
|
+
compCommon: [y, U, Ve, $e, Ie, Ai]
|
|
5556
5556
|
},
|
|
5557
5557
|
events: [
|
|
5558
5558
|
{
|
|
@@ -5563,10 +5563,10 @@ const Li = {
|
|
|
5563
5563
|
],
|
|
5564
5564
|
methods: [],
|
|
5565
5565
|
slots: [],
|
|
5566
|
-
spawn:
|
|
5566
|
+
spawn: ic
|
|
5567
5567
|
};
|
|
5568
5568
|
w(gn);
|
|
5569
|
-
const
|
|
5569
|
+
const rc = W(K), Li = {
|
|
5570
5570
|
key: "settings",
|
|
5571
5571
|
name: "x-runtime-lib.settings",
|
|
5572
5572
|
children: [
|
|
@@ -5589,26 +5589,26 @@ const sc = W(K), Ei = {
|
|
|
5589
5589
|
items: "sizeItemsV1",
|
|
5590
5590
|
default: "default"
|
|
5591
5591
|
},
|
|
5592
|
-
|
|
5592
|
+
rc
|
|
5593
5593
|
]
|
|
5594
|
-
},
|
|
5594
|
+
}, sc = {
|
|
5595
5595
|
key: ht,
|
|
5596
5596
|
name: "x-runtime-lib.icon",
|
|
5597
|
-
comp:
|
|
5597
|
+
comp: Bl,
|
|
5598
5598
|
properties: {
|
|
5599
|
-
pageCommon: [y,
|
|
5600
|
-
compCommon: [y,
|
|
5599
|
+
pageCommon: [y, Li],
|
|
5600
|
+
compCommon: [y, Li]
|
|
5601
5601
|
},
|
|
5602
5602
|
events: [],
|
|
5603
5603
|
methods: [],
|
|
5604
5604
|
slots: [],
|
|
5605
5605
|
leaf: !0
|
|
5606
5606
|
};
|
|
5607
|
-
w(
|
|
5608
|
-
const
|
|
5607
|
+
w(sc);
|
|
5608
|
+
const lc = {
|
|
5609
5609
|
key: kt,
|
|
5610
5610
|
name: "x-runtime-lib.menu",
|
|
5611
|
-
comp:
|
|
5611
|
+
comp: Rl,
|
|
5612
5612
|
properties: {
|
|
5613
5613
|
pageCommon: [y],
|
|
5614
5614
|
compCommon: [y]
|
|
@@ -5631,8 +5631,8 @@ const ac = {
|
|
|
5631
5631
|
slots: [],
|
|
5632
5632
|
teleport: !0
|
|
5633
5633
|
};
|
|
5634
|
-
w(
|
|
5635
|
-
function
|
|
5634
|
+
w(lc);
|
|
5635
|
+
function ac(t, e) {
|
|
5636
5636
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5637
5637
|
if (!o) {
|
|
5638
5638
|
console.error(`numberInputV1/spawn property tag not found, ${n}`);
|
|
@@ -5646,7 +5646,7 @@ function cc(t, e) {
|
|
|
5646
5646
|
const r = {};
|
|
5647
5647
|
return z(r, s), r.basic.id = P(16), r.basic.key = xn.key, r.settings.label = "label", r.settings.placeholder = "placeholder", r;
|
|
5648
5648
|
}
|
|
5649
|
-
const
|
|
5649
|
+
const Ei = {
|
|
5650
5650
|
key: "size",
|
|
5651
5651
|
name: "x-runtime-lib.size",
|
|
5652
5652
|
children: [
|
|
@@ -5672,7 +5672,7 @@ const Bi = {
|
|
|
5672
5672
|
default: ""
|
|
5673
5673
|
}
|
|
5674
5674
|
]
|
|
5675
|
-
},
|
|
5675
|
+
}, Bi = {
|
|
5676
5676
|
key: "settings",
|
|
5677
5677
|
name: "x-runtime-lib.settings",
|
|
5678
5678
|
children: [
|
|
@@ -5816,10 +5816,10 @@ const Bi = {
|
|
|
5816
5816
|
}, xn = {
|
|
5817
5817
|
key: Vt,
|
|
5818
5818
|
name: "x-runtime-lib.numberInput",
|
|
5819
|
-
comp:
|
|
5819
|
+
comp: Ml,
|
|
5820
5820
|
properties: {
|
|
5821
|
-
pageCommon: [y,
|
|
5822
|
-
compCommon: [y,
|
|
5821
|
+
pageCommon: [y, Ei, Bi],
|
|
5822
|
+
compCommon: [y, Ei, Bi]
|
|
5823
5823
|
},
|
|
5824
5824
|
events: [
|
|
5825
5825
|
{
|
|
@@ -5851,10 +5851,10 @@ const Bi = {
|
|
|
5851
5851
|
methods: [],
|
|
5852
5852
|
slots: [],
|
|
5853
5853
|
leaf: !0,
|
|
5854
|
-
spawn:
|
|
5854
|
+
spawn: ac
|
|
5855
5855
|
};
|
|
5856
5856
|
w(xn);
|
|
5857
|
-
const
|
|
5857
|
+
const Wi = {
|
|
5858
5858
|
key: "settings",
|
|
5859
5859
|
name: "x-runtime-lib.settings",
|
|
5860
5860
|
children: [
|
|
@@ -5917,21 +5917,21 @@ const Ri = {
|
|
|
5917
5917
|
default: !1
|
|
5918
5918
|
}
|
|
5919
5919
|
]
|
|
5920
|
-
},
|
|
5920
|
+
}, cc = {
|
|
5921
5921
|
key: St,
|
|
5922
5922
|
name: "x-runtime-lib.pagination",
|
|
5923
|
-
comp:
|
|
5923
|
+
comp: Dl,
|
|
5924
5924
|
properties: {
|
|
5925
|
-
pageCommon: [y,
|
|
5926
|
-
compCommon: [y,
|
|
5925
|
+
pageCommon: [y, Wi],
|
|
5926
|
+
compCommon: [y, Wi]
|
|
5927
5927
|
},
|
|
5928
5928
|
events: [],
|
|
5929
5929
|
methods: [],
|
|
5930
5930
|
slots: [],
|
|
5931
5931
|
leaf: !0
|
|
5932
5932
|
};
|
|
5933
|
-
w(
|
|
5934
|
-
const
|
|
5933
|
+
w(cc);
|
|
5934
|
+
const uc = W(K), Ri = {
|
|
5935
5935
|
key: "settings",
|
|
5936
5936
|
name: "x-runtime-lib.settings",
|
|
5937
5937
|
children: [
|
|
@@ -5966,15 +5966,15 @@ const pc = W(K), Mi = {
|
|
|
5966
5966
|
items: "densityItemsV1",
|
|
5967
5967
|
default: "default"
|
|
5968
5968
|
},
|
|
5969
|
-
|
|
5969
|
+
uc
|
|
5970
5970
|
]
|
|
5971
5971
|
}, vn = {
|
|
5972
|
-
key:
|
|
5972
|
+
key: Io,
|
|
5973
5973
|
name: "x-runtime-lib.radio",
|
|
5974
|
-
comp:
|
|
5974
|
+
comp: Fl,
|
|
5975
5975
|
properties: {
|
|
5976
|
-
pageCommon: [y,
|
|
5977
|
-
compCommon: [y,
|
|
5976
|
+
pageCommon: [y, Ri],
|
|
5977
|
+
compCommon: [y, Ri]
|
|
5978
5978
|
},
|
|
5979
5979
|
events: [],
|
|
5980
5980
|
methods: [],
|
|
@@ -5982,7 +5982,7 @@ const pc = W(K), Mi = {
|
|
|
5982
5982
|
leaf: !0
|
|
5983
5983
|
};
|
|
5984
5984
|
w(vn);
|
|
5985
|
-
function
|
|
5985
|
+
function pc(t, e) {
|
|
5986
5986
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5987
5987
|
if (!o) {
|
|
5988
5988
|
console.error(`radioGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -6016,7 +6016,7 @@ function Qt(t, e, n, o) {
|
|
|
6016
6016
|
const c = {};
|
|
6017
6017
|
return z(c, a), c.basic.id = P(16), c.basic.key = vn.key, c.settings.value = n, c.settings.label = o, c;
|
|
6018
6018
|
}
|
|
6019
|
-
const
|
|
6019
|
+
const Mi = {
|
|
6020
6020
|
key: "settings",
|
|
6021
6021
|
name: "x-runtime-lib.settings",
|
|
6022
6022
|
children: [
|
|
@@ -6062,18 +6062,18 @@ const Di = {
|
|
|
6062
6062
|
}, kn = {
|
|
6063
6063
|
key: Tt,
|
|
6064
6064
|
name: "x-runtime-lib.radioGroup",
|
|
6065
|
-
comp:
|
|
6065
|
+
comp: Nl,
|
|
6066
6066
|
properties: {
|
|
6067
|
-
pageCommon: [y,
|
|
6068
|
-
compCommon: [y,
|
|
6067
|
+
pageCommon: [y, Mi],
|
|
6068
|
+
compCommon: [y, Mi]
|
|
6069
6069
|
},
|
|
6070
6070
|
events: [],
|
|
6071
6071
|
methods: [],
|
|
6072
6072
|
slots: [],
|
|
6073
|
-
spawn:
|
|
6073
|
+
spawn: pc
|
|
6074
6074
|
};
|
|
6075
6075
|
w(kn);
|
|
6076
|
-
const
|
|
6076
|
+
const Di = {
|
|
6077
6077
|
key: "settings",
|
|
6078
6078
|
name: "x-runtime-lib.settings",
|
|
6079
6079
|
children: [
|
|
@@ -6190,21 +6190,21 @@ const Fi = {
|
|
|
6190
6190
|
]
|
|
6191
6191
|
}
|
|
6192
6192
|
]
|
|
6193
|
-
},
|
|
6193
|
+
}, mc = {
|
|
6194
6194
|
key: zt,
|
|
6195
6195
|
name: "x-runtime-lib.rangeSlider",
|
|
6196
|
-
comp:
|
|
6196
|
+
comp: Gl,
|
|
6197
6197
|
properties: {
|
|
6198
|
-
pageCommon: [y,
|
|
6199
|
-
compCommon: [y,
|
|
6198
|
+
pageCommon: [y, Di],
|
|
6199
|
+
compCommon: [y, Di]
|
|
6200
6200
|
},
|
|
6201
6201
|
events: [],
|
|
6202
6202
|
methods: [],
|
|
6203
6203
|
slots: [],
|
|
6204
6204
|
leaf: !0
|
|
6205
6205
|
};
|
|
6206
|
-
w(
|
|
6207
|
-
const
|
|
6206
|
+
w(mc);
|
|
6207
|
+
const Fi = {
|
|
6208
6208
|
key: "settings",
|
|
6209
6209
|
name: "x-runtime-lib.settings",
|
|
6210
6210
|
children: [
|
|
@@ -6259,21 +6259,21 @@ const Ni = {
|
|
|
6259
6259
|
default: !1
|
|
6260
6260
|
}
|
|
6261
6261
|
]
|
|
6262
|
-
},
|
|
6262
|
+
}, dc = {
|
|
6263
6263
|
key: At,
|
|
6264
6264
|
name: "x-runtime-lib.rating",
|
|
6265
|
-
comp:
|
|
6265
|
+
comp: jl,
|
|
6266
6266
|
properties: {
|
|
6267
|
-
pageCommon: [y,
|
|
6268
|
-
compCommon: [y,
|
|
6267
|
+
pageCommon: [y, Fi],
|
|
6268
|
+
compCommon: [y, Fi]
|
|
6269
6269
|
},
|
|
6270
6270
|
events: [],
|
|
6271
6271
|
methods: [],
|
|
6272
6272
|
slots: [],
|
|
6273
6273
|
leaf: !0
|
|
6274
6274
|
};
|
|
6275
|
-
w(
|
|
6276
|
-
const
|
|
6275
|
+
w(dc);
|
|
6276
|
+
const Ni = {
|
|
6277
6277
|
key: "settings",
|
|
6278
6278
|
name: "x-runtime-lib.settings",
|
|
6279
6279
|
children: [
|
|
@@ -6314,30 +6314,30 @@ const Gi = {
|
|
|
6314
6314
|
default: !1
|
|
6315
6315
|
}
|
|
6316
6316
|
]
|
|
6317
|
-
},
|
|
6317
|
+
}, yc = {
|
|
6318
6318
|
key: Et,
|
|
6319
6319
|
name: "x-runtime-lib.select",
|
|
6320
|
-
comp:
|
|
6320
|
+
comp: Hl,
|
|
6321
6321
|
properties: {
|
|
6322
|
-
pageCommon: [y,
|
|
6323
|
-
compCommon: [y,
|
|
6322
|
+
pageCommon: [y, Ni],
|
|
6323
|
+
compCommon: [y, Ni]
|
|
6324
6324
|
},
|
|
6325
6325
|
events: [],
|
|
6326
6326
|
methods: [],
|
|
6327
6327
|
slots: [],
|
|
6328
6328
|
leaf: !0
|
|
6329
6329
|
};
|
|
6330
|
-
w(
|
|
6330
|
+
w(yc);
|
|
6331
|
+
const On = W(K);
|
|
6332
|
+
On.key = "color";
|
|
6333
|
+
On.name = "x-runtime-lib.color";
|
|
6331
6334
|
const Kn = W(K);
|
|
6332
|
-
Kn.key = "
|
|
6333
|
-
Kn.name = "x-runtime-lib.
|
|
6335
|
+
Kn.key = "trackColor";
|
|
6336
|
+
Kn.name = "x-runtime-lib.trackColor";
|
|
6334
6337
|
const Un = W(K);
|
|
6335
|
-
Un.key = "
|
|
6336
|
-
Un.name = "x-runtime-lib.
|
|
6337
|
-
const
|
|
6338
|
-
Xn.key = "thumbColor";
|
|
6339
|
-
Xn.name = "x-runtime-lib.thumbColor";
|
|
6340
|
-
const ji = {
|
|
6338
|
+
Un.key = "thumbColor";
|
|
6339
|
+
Un.name = "x-runtime-lib.thumbColor";
|
|
6340
|
+
const Gi = {
|
|
6341
6341
|
key: "settings",
|
|
6342
6342
|
name: "x-runtime-lib.settings",
|
|
6343
6343
|
children: [
|
|
@@ -6442,11 +6442,11 @@ const ji = {
|
|
|
6442
6442
|
ui: "switch",
|
|
6443
6443
|
default: !1
|
|
6444
6444
|
},
|
|
6445
|
+
On,
|
|
6445
6446
|
Kn,
|
|
6446
|
-
Un
|
|
6447
|
-
Xn
|
|
6447
|
+
Un
|
|
6448
6448
|
]
|
|
6449
|
-
},
|
|
6449
|
+
}, ji = {
|
|
6450
6450
|
key: "slots",
|
|
6451
6451
|
name: "x-runtime-lib.slots",
|
|
6452
6452
|
children: [
|
|
@@ -6463,24 +6463,24 @@ const ji = {
|
|
|
6463
6463
|
default: void 0
|
|
6464
6464
|
}
|
|
6465
6465
|
]
|
|
6466
|
-
},
|
|
6466
|
+
}, fc = {
|
|
6467
6467
|
key: Bt,
|
|
6468
6468
|
name: "x-runtime-lib.slider",
|
|
6469
|
-
comp:
|
|
6469
|
+
comp: Ol,
|
|
6470
6470
|
properties: {
|
|
6471
|
-
pageCommon: [y,
|
|
6472
|
-
compCommon: [y,
|
|
6471
|
+
pageCommon: [y, Gi, ji],
|
|
6472
|
+
compCommon: [y, Gi, ji]
|
|
6473
6473
|
},
|
|
6474
6474
|
events: [],
|
|
6475
6475
|
methods: [],
|
|
6476
6476
|
slots: [],
|
|
6477
6477
|
leaf: !0
|
|
6478
6478
|
};
|
|
6479
|
-
w(
|
|
6479
|
+
w(fc);
|
|
6480
6480
|
const _n = {
|
|
6481
|
-
key:
|
|
6481
|
+
key: So,
|
|
6482
6482
|
name: "x-runtime-lib.stepperHeader",
|
|
6483
|
-
comp:
|
|
6483
|
+
comp: Yl,
|
|
6484
6484
|
properties: {
|
|
6485
6485
|
pageCommon: [y],
|
|
6486
6486
|
compCommon: [y]
|
|
@@ -6490,7 +6490,7 @@ const _n = {
|
|
|
6490
6490
|
slots: []
|
|
6491
6491
|
};
|
|
6492
6492
|
w(_n);
|
|
6493
|
-
const
|
|
6493
|
+
const Hi = {
|
|
6494
6494
|
key: "settings",
|
|
6495
6495
|
name: "x-runtime-lib.settings",
|
|
6496
6496
|
children: [
|
|
@@ -6502,12 +6502,12 @@ const Oi = {
|
|
|
6502
6502
|
}
|
|
6503
6503
|
]
|
|
6504
6504
|
}, wn = {
|
|
6505
|
-
key:
|
|
6505
|
+
key: Co,
|
|
6506
6506
|
name: "x-runtime-lib.stepperItem",
|
|
6507
|
-
comp:
|
|
6507
|
+
comp: ql,
|
|
6508
6508
|
properties: {
|
|
6509
|
-
pageCommon: [y,
|
|
6510
|
-
compCommon: [y,
|
|
6509
|
+
pageCommon: [y, Hi],
|
|
6510
|
+
compCommon: [y, Hi]
|
|
6511
6511
|
},
|
|
6512
6512
|
events: [],
|
|
6513
6513
|
methods: [],
|
|
@@ -6515,9 +6515,9 @@ const Oi = {
|
|
|
6515
6515
|
};
|
|
6516
6516
|
w(wn);
|
|
6517
6517
|
const Vn = {
|
|
6518
|
-
key:
|
|
6518
|
+
key: Po,
|
|
6519
6519
|
name: "x-runtime-lib.stepperWindow",
|
|
6520
|
-
comp:
|
|
6520
|
+
comp: Ql,
|
|
6521
6521
|
properties: {
|
|
6522
6522
|
pageCommon: [y],
|
|
6523
6523
|
compCommon: [y]
|
|
@@ -6527,7 +6527,7 @@ const Vn = {
|
|
|
6527
6527
|
slots: []
|
|
6528
6528
|
};
|
|
6529
6529
|
w(Vn);
|
|
6530
|
-
const
|
|
6530
|
+
const Oi = {
|
|
6531
6531
|
key: "settings",
|
|
6532
6532
|
name: "x-runtime-lib.settings",
|
|
6533
6533
|
children: [
|
|
@@ -6539,19 +6539,19 @@ const Ki = {
|
|
|
6539
6539
|
}
|
|
6540
6540
|
]
|
|
6541
6541
|
}, $n = {
|
|
6542
|
-
key:
|
|
6542
|
+
key: To,
|
|
6543
6543
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6544
|
-
comp:
|
|
6544
|
+
comp: ea,
|
|
6545
6545
|
properties: {
|
|
6546
|
-
pageCommon: [y,
|
|
6547
|
-
compCommon: [y,
|
|
6546
|
+
pageCommon: [y, Oi],
|
|
6547
|
+
compCommon: [y, Oi]
|
|
6548
6548
|
},
|
|
6549
6549
|
events: [],
|
|
6550
6550
|
methods: [],
|
|
6551
6551
|
slots: []
|
|
6552
6552
|
};
|
|
6553
6553
|
w($n);
|
|
6554
|
-
function
|
|
6554
|
+
function bc(t, e) {
|
|
6555
6555
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6556
6556
|
if (!o) {
|
|
6557
6557
|
console.error(`stepperV1/spawn property tag not found, ${n}`);
|
|
@@ -6563,9 +6563,9 @@ function hc(t, e) {
|
|
|
6563
6563
|
return;
|
|
6564
6564
|
}
|
|
6565
6565
|
const r = {};
|
|
6566
|
-
return z(r, s), r.basic.id = P(16), r.basic.key = In.key, r.children = [
|
|
6566
|
+
return z(r, s), r.basic.id = P(16), r.basic.key = In.key, r.children = [hc(t, e), gc(t, e)], r;
|
|
6567
6567
|
}
|
|
6568
|
-
function
|
|
6568
|
+
function hc(t, e) {
|
|
6569
6569
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6570
6570
|
if (!o) {
|
|
6571
6571
|
console.error(`stepperV1/spawnHeader property tag not found, ${n}`);
|
|
@@ -6597,7 +6597,7 @@ function en(t, e, n) {
|
|
|
6597
6597
|
const a = {};
|
|
6598
6598
|
return z(a, r), a.basic.id = P(16), a.basic.key = wn.key, a.children = [], a.settings.value = n, a;
|
|
6599
6599
|
}
|
|
6600
|
-
function
|
|
6600
|
+
function gc(t, e) {
|
|
6601
6601
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6602
6602
|
if (!o) {
|
|
6603
6603
|
console.error(`stepperV1/spawnWindow property tag not found, ${n}`);
|
|
@@ -6631,9 +6631,9 @@ function tn(t, e, n, o) {
|
|
|
6631
6631
|
return;
|
|
6632
6632
|
}
|
|
6633
6633
|
const c = {};
|
|
6634
|
-
return z(c, a), c.basic.id = P(16), c.basic.key = $n.key, c.children = [
|
|
6634
|
+
return z(c, a), c.basic.id = P(16), c.basic.key = $n.key, c.children = [xc(t, e, o)], c.settings.value = n, c;
|
|
6635
6635
|
}
|
|
6636
|
-
function
|
|
6636
|
+
function xc(t, e, n) {
|
|
6637
6637
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
6638
6638
|
if (!s) {
|
|
6639
6639
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6647,7 +6647,7 @@ function vc(t, e, n) {
|
|
|
6647
6647
|
const a = {};
|
|
6648
6648
|
return z(a, r), a.basic.id = P(16), a.basic.key = Be.key, a.children = [], a.settings.title = n, a;
|
|
6649
6649
|
}
|
|
6650
|
-
const
|
|
6650
|
+
const Ki = {
|
|
6651
6651
|
key: "settings",
|
|
6652
6652
|
name: "x-runtime-lib.settings",
|
|
6653
6653
|
children: [
|
|
@@ -6667,21 +6667,21 @@ const Ui = {
|
|
|
6667
6667
|
}, In = {
|
|
6668
6668
|
key: Mt,
|
|
6669
6669
|
name: "x-runtime-lib.stepper",
|
|
6670
|
-
comp:
|
|
6670
|
+
comp: Kl,
|
|
6671
6671
|
properties: {
|
|
6672
|
-
pageCommon: [y,
|
|
6673
|
-
compCommon: [y,
|
|
6672
|
+
pageCommon: [y, Ki],
|
|
6673
|
+
compCommon: [y, Ki]
|
|
6674
6674
|
},
|
|
6675
6675
|
events: [],
|
|
6676
6676
|
methods: [],
|
|
6677
6677
|
slots: [],
|
|
6678
|
-
spawn:
|
|
6678
|
+
spawn: bc
|
|
6679
6679
|
};
|
|
6680
6680
|
w(In);
|
|
6681
|
-
const
|
|
6681
|
+
const vc = {
|
|
6682
6682
|
key: Dt,
|
|
6683
6683
|
name: "x-runtime-lib.switch",
|
|
6684
|
-
comp:
|
|
6684
|
+
comp: ta,
|
|
6685
6685
|
properties: {
|
|
6686
6686
|
pageCommon: [y],
|
|
6687
6687
|
compCommon: [y]
|
|
@@ -6691,8 +6691,8 @@ const kc = {
|
|
|
6691
6691
|
slots: [],
|
|
6692
6692
|
leaf: !0
|
|
6693
6693
|
};
|
|
6694
|
-
w(
|
|
6695
|
-
const
|
|
6694
|
+
w(vc);
|
|
6695
|
+
const Ui = {
|
|
6696
6696
|
key: "settings",
|
|
6697
6697
|
name: "x-runtime-lib.settings",
|
|
6698
6698
|
children: [
|
|
@@ -6710,12 +6710,12 @@ const Xi = {
|
|
|
6710
6710
|
}
|
|
6711
6711
|
]
|
|
6712
6712
|
}, Sn = {
|
|
6713
|
-
key:
|
|
6713
|
+
key: zo,
|
|
6714
6714
|
name: "x-runtime-lib.tab",
|
|
6715
|
-
comp:
|
|
6715
|
+
comp: na,
|
|
6716
6716
|
properties: {
|
|
6717
|
-
pageCommon: [y,
|
|
6718
|
-
compCommon: [y,
|
|
6717
|
+
pageCommon: [y, Ui],
|
|
6718
|
+
compCommon: [y, Ui]
|
|
6719
6719
|
},
|
|
6720
6720
|
events: [],
|
|
6721
6721
|
methods: [],
|
|
@@ -6723,7 +6723,7 @@ const Xi = {
|
|
|
6723
6723
|
leaf: !0
|
|
6724
6724
|
};
|
|
6725
6725
|
w(Sn);
|
|
6726
|
-
function
|
|
6726
|
+
function kc(t, e) {
|
|
6727
6727
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6728
6728
|
if (!o) {
|
|
6729
6729
|
console.error(`tabsV1/spawn property tag not found, ${n}`);
|
|
@@ -6755,16 +6755,16 @@ function nn(t, e, n, o) {
|
|
|
6755
6755
|
const c = {};
|
|
6756
6756
|
return z(c, a), c.basic.id = P(16), c.basic.key = Sn.key, c.settings.value = n, c.settings.text = o, c;
|
|
6757
6757
|
}
|
|
6758
|
+
const Xn = W(K);
|
|
6759
|
+
Xn.key = "backgroundColor";
|
|
6760
|
+
Xn.name = "x-runtime-lib.backgroundColor";
|
|
6758
6761
|
const Yn = W(K);
|
|
6759
|
-
Yn.key = "
|
|
6760
|
-
Yn.name = "x-runtime-lib.
|
|
6762
|
+
Yn.key = "selectedColor";
|
|
6763
|
+
Yn.name = "x-runtime-lib.selectedColor";
|
|
6761
6764
|
const qn = W(K);
|
|
6762
|
-
qn.key = "
|
|
6763
|
-
qn.name = "x-runtime-lib.
|
|
6764
|
-
const
|
|
6765
|
-
Jn.key = "sliderColor";
|
|
6766
|
-
Jn.name = "x-runtime-lib.sliderColor";
|
|
6767
|
-
const Yi = {
|
|
6765
|
+
qn.key = "sliderColor";
|
|
6766
|
+
qn.name = "x-runtime-lib.sliderColor";
|
|
6767
|
+
const Xi = {
|
|
6768
6768
|
key: "settings",
|
|
6769
6769
|
name: "x-runtime-lib.settings",
|
|
6770
6770
|
children: [
|
|
@@ -6840,24 +6840,24 @@ const Yi = {
|
|
|
6840
6840
|
{
|
|
6841
6841
|
key: "color",
|
|
6842
6842
|
name: "x-runtime-lib.color",
|
|
6843
|
-
children: [Yn, qn
|
|
6843
|
+
children: [Xn, Yn, qn]
|
|
6844
6844
|
}
|
|
6845
6845
|
]
|
|
6846
6846
|
}, Cn = {
|
|
6847
6847
|
key: Ft,
|
|
6848
6848
|
name: "x-runtime-lib.tabs",
|
|
6849
|
-
comp:
|
|
6849
|
+
comp: ia,
|
|
6850
6850
|
properties: {
|
|
6851
|
-
pageCommon: [y,
|
|
6852
|
-
compCommon: [y,
|
|
6851
|
+
pageCommon: [y, Xi],
|
|
6852
|
+
compCommon: [y, Xi]
|
|
6853
6853
|
},
|
|
6854
6854
|
events: [],
|
|
6855
6855
|
methods: [],
|
|
6856
6856
|
slots: [],
|
|
6857
|
-
spawn:
|
|
6857
|
+
spawn: kc
|
|
6858
6858
|
};
|
|
6859
6859
|
w(Cn);
|
|
6860
|
-
function
|
|
6860
|
+
function _c(t, e) {
|
|
6861
6861
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6862
6862
|
if (!o) {
|
|
6863
6863
|
console.error(`textV1/spawn property tag not found, ${n}`);
|
|
@@ -6871,7 +6871,7 @@ function wc(t, e) {
|
|
|
6871
6871
|
const r = {};
|
|
6872
6872
|
return z(r, s), r.basic.id = P(16), r.basic.key = xe.key, r.settings.text = "text", r;
|
|
6873
6873
|
}
|
|
6874
|
-
const
|
|
6874
|
+
const Yi = {
|
|
6875
6875
|
key: "settings",
|
|
6876
6876
|
name: "x-runtime-lib.settings",
|
|
6877
6877
|
children: [
|
|
@@ -6960,19 +6960,19 @@ const qi = {
|
|
|
6960
6960
|
}, xe = {
|
|
6961
6961
|
key: Nt,
|
|
6962
6962
|
name: "x-runtime-lib.text",
|
|
6963
|
-
comp:
|
|
6963
|
+
comp: oa,
|
|
6964
6964
|
properties: {
|
|
6965
|
-
pageCommon: [y,
|
|
6966
|
-
compCommon: [y,
|
|
6965
|
+
pageCommon: [y, Yi],
|
|
6966
|
+
compCommon: [y, Yi]
|
|
6967
6967
|
},
|
|
6968
6968
|
events: [],
|
|
6969
6969
|
methods: [],
|
|
6970
6970
|
slots: [],
|
|
6971
6971
|
leaf: !0,
|
|
6972
|
-
spawn:
|
|
6972
|
+
spawn: _c
|
|
6973
6973
|
};
|
|
6974
6974
|
w(xe);
|
|
6975
|
-
function
|
|
6975
|
+
function wc(t, e) {
|
|
6976
6976
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6977
6977
|
if (!o) {
|
|
6978
6978
|
console.error(`textareaV1/spawn property tag not found, ${n}`);
|
|
@@ -6986,7 +6986,7 @@ function Vc(t, e) {
|
|
|
6986
6986
|
const r = {};
|
|
6987
6987
|
return z(r, s), r.basic.id = P(16), r.basic.key = Pn.key, r.settings.label = "label", r;
|
|
6988
6988
|
}
|
|
6989
|
-
const
|
|
6989
|
+
const qi = {
|
|
6990
6990
|
key: "settings",
|
|
6991
6991
|
name: "x-runtime-lib.settings",
|
|
6992
6992
|
children: [
|
|
@@ -7060,22 +7060,22 @@ const Ji = {
|
|
|
7060
7060
|
}, Pn = {
|
|
7061
7061
|
key: Gt,
|
|
7062
7062
|
name: "x-runtime-lib.textarea",
|
|
7063
|
-
comp:
|
|
7063
|
+
comp: ra,
|
|
7064
7064
|
properties: {
|
|
7065
|
-
pageCommon: [y,
|
|
7066
|
-
compCommon: [y,
|
|
7065
|
+
pageCommon: [y, qi],
|
|
7066
|
+
compCommon: [y, qi]
|
|
7067
7067
|
},
|
|
7068
7068
|
events: [],
|
|
7069
7069
|
methods: [],
|
|
7070
7070
|
slots: [],
|
|
7071
7071
|
leaf: !0,
|
|
7072
|
-
spawn:
|
|
7072
|
+
spawn: wc
|
|
7073
7073
|
};
|
|
7074
7074
|
w(Pn);
|
|
7075
7075
|
const Tn = {
|
|
7076
|
-
key:
|
|
7076
|
+
key: Ao,
|
|
7077
7077
|
name: "x-runtime-lib.timelineItem",
|
|
7078
|
-
comp:
|
|
7078
|
+
comp: ua,
|
|
7079
7079
|
properties: {
|
|
7080
7080
|
pageCommon: [y],
|
|
7081
7081
|
compCommon: [y]
|
|
@@ -7085,7 +7085,7 @@ const Tn = {
|
|
|
7085
7085
|
slots: []
|
|
7086
7086
|
};
|
|
7087
7087
|
w(Tn);
|
|
7088
|
-
function
|
|
7088
|
+
function Vc(t, e) {
|
|
7089
7089
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7090
7090
|
if (!o) {
|
|
7091
7091
|
console.error(`timelineV1/spawn property tag not found, ${n}`);
|
|
@@ -7115,9 +7115,9 @@ function on(t, e, n) {
|
|
|
7115
7115
|
return;
|
|
7116
7116
|
}
|
|
7117
7117
|
const a = {};
|
|
7118
|
-
return z(a, r), a.basic.id = P(16), a.basic.key = Tn.key, a.children = [
|
|
7118
|
+
return z(a, r), a.basic.id = P(16), a.basic.key = Tn.key, a.children = [$c(t, e, n)], a;
|
|
7119
7119
|
}
|
|
7120
|
-
function
|
|
7120
|
+
function $c(t, e, n) {
|
|
7121
7121
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7122
7122
|
if (!s) {
|
|
7123
7123
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7131,7 +7131,7 @@ function Ic(t, e, n) {
|
|
|
7131
7131
|
const a = {};
|
|
7132
7132
|
return z(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a;
|
|
7133
7133
|
}
|
|
7134
|
-
const
|
|
7134
|
+
const Ic = W(K), Sc = W(K), Ji = {
|
|
7135
7135
|
key: "settings",
|
|
7136
7136
|
name: "x-runtime-lib.settings",
|
|
7137
7137
|
children: [
|
|
@@ -7179,7 +7179,7 @@ const Sc = W(K), Cc = W(K), Zi = {
|
|
|
7179
7179
|
ui: "switch",
|
|
7180
7180
|
default: !1
|
|
7181
7181
|
},
|
|
7182
|
-
|
|
7182
|
+
Ic
|
|
7183
7183
|
]
|
|
7184
7184
|
},
|
|
7185
7185
|
{
|
|
@@ -7205,28 +7205,28 @@ const Sc = W(K), Cc = W(K), Zi = {
|
|
|
7205
7205
|
ui: "numInput",
|
|
7206
7206
|
default: 0
|
|
7207
7207
|
},
|
|
7208
|
-
|
|
7208
|
+
Sc
|
|
7209
7209
|
]
|
|
7210
7210
|
}
|
|
7211
7211
|
]
|
|
7212
7212
|
}, zn = {
|
|
7213
7213
|
key: Ht,
|
|
7214
7214
|
name: "x-runtime-lib.timeline",
|
|
7215
|
-
comp:
|
|
7215
|
+
comp: la,
|
|
7216
7216
|
properties: {
|
|
7217
|
-
pageCommon: [y,
|
|
7218
|
-
compCommon: [y,
|
|
7217
|
+
pageCommon: [y, Ji],
|
|
7218
|
+
compCommon: [y, Ji]
|
|
7219
7219
|
},
|
|
7220
7220
|
events: [],
|
|
7221
7221
|
methods: [],
|
|
7222
7222
|
slots: [],
|
|
7223
|
-
spawn:
|
|
7223
|
+
spawn: Vc
|
|
7224
7224
|
};
|
|
7225
7225
|
w(zn);
|
|
7226
7226
|
const An = {
|
|
7227
|
-
key:
|
|
7227
|
+
key: Lo,
|
|
7228
7228
|
name: "x-runtime-lib.windowItem",
|
|
7229
|
-
comp:
|
|
7229
|
+
comp: ya,
|
|
7230
7230
|
properties: {
|
|
7231
7231
|
pageCommon: [y],
|
|
7232
7232
|
compCommon: [y]
|
|
@@ -7236,7 +7236,7 @@ const An = {
|
|
|
7236
7236
|
slots: []
|
|
7237
7237
|
};
|
|
7238
7238
|
w(An);
|
|
7239
|
-
function
|
|
7239
|
+
function Cc(t, e) {
|
|
7240
7240
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7241
7241
|
if (!o) {
|
|
7242
7242
|
console.error(`windowV1/spawn property tag not found, ${n}`);
|
|
@@ -7266,9 +7266,9 @@ function rn(t, e, n) {
|
|
|
7266
7266
|
return;
|
|
7267
7267
|
}
|
|
7268
7268
|
const a = {};
|
|
7269
|
-
return z(a, r), a.basic.id = P(16), a.basic.key = An.key, a.children = [
|
|
7269
|
+
return z(a, r), a.basic.id = P(16), a.basic.key = An.key, a.children = [Pc(t, e, n)], a;
|
|
7270
7270
|
}
|
|
7271
|
-
function
|
|
7271
|
+
function Pc(t, e, n) {
|
|
7272
7272
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7273
7273
|
if (!s) {
|
|
7274
7274
|
console.error(
|
|
@@ -7282,9 +7282,9 @@ function Tc(t, e, n) {
|
|
|
7282
7282
|
return;
|
|
7283
7283
|
}
|
|
7284
7284
|
const a = {};
|
|
7285
|
-
return z(a, r), a.basic.id = P(16), a.basic.key = We.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 = [
|
|
7285
|
+
return z(a, r), a.basic.id = P(16), a.basic.key = We.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 = [Tc(t, e, n)], a;
|
|
7286
7286
|
}
|
|
7287
|
-
function
|
|
7287
|
+
function Tc(t, e, n) {
|
|
7288
7288
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7289
7289
|
if (!s) {
|
|
7290
7290
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7298,7 +7298,7 @@ function zc(t, e, n) {
|
|
|
7298
7298
|
const a = {};
|
|
7299
7299
|
return z(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a.settings.style.xs = "h6", a;
|
|
7300
7300
|
}
|
|
7301
|
-
const
|
|
7301
|
+
const Zi = {
|
|
7302
7302
|
key: "settings",
|
|
7303
7303
|
name: "x-runtime-lib.settings",
|
|
7304
7304
|
children: [
|
|
@@ -7349,44 +7349,44 @@ const Qi = {
|
|
|
7349
7349
|
}, Ln = {
|
|
7350
7350
|
key: Ot,
|
|
7351
7351
|
name: "x-runtime-lib.window",
|
|
7352
|
-
comp:
|
|
7352
|
+
comp: pa,
|
|
7353
7353
|
properties: {
|
|
7354
|
-
pageCommon: [y,
|
|
7355
|
-
compCommon: [y,
|
|
7354
|
+
pageCommon: [y, Zi],
|
|
7355
|
+
compCommon: [y, Zi]
|
|
7356
7356
|
},
|
|
7357
7357
|
events: [],
|
|
7358
7358
|
methods: [],
|
|
7359
7359
|
slots: [],
|
|
7360
|
-
spawn:
|
|
7360
|
+
spawn: Cc
|
|
7361
7361
|
};
|
|
7362
7362
|
w(Ln);
|
|
7363
|
-
const
|
|
7363
|
+
const zc = [
|
|
7364
7364
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7365
7365
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7366
7366
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7367
7367
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7368
|
-
],
|
|
7368
|
+
], Ac = [
|
|
7369
7369
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7370
7370
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7371
7371
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7372
7372
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7373
|
-
],
|
|
7373
|
+
], Lc = [
|
|
7374
7374
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7375
7375
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7376
7376
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7377
7377
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7378
|
-
],
|
|
7378
|
+
], Ec = [
|
|
7379
7379
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7380
7380
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7381
7381
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7382
|
-
],
|
|
7382
|
+
], Bc = [
|
|
7383
7383
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7384
7384
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7385
7385
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7386
|
-
],
|
|
7386
|
+
], Wc = [
|
|
7387
7387
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7388
7388
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7389
|
-
],
|
|
7389
|
+
], Rc = [
|
|
7390
7390
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7391
7391
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7392
7392
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7394,20 +7394,20 @@ const Ac = [
|
|
|
7394
7394
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7395
7395
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7396
7396
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7397
|
-
],
|
|
7397
|
+
], Mc = [
|
|
7398
7398
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7399
7399
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7400
7400
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7401
7401
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7402
7402
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7403
7403
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7404
|
-
],
|
|
7404
|
+
], Dc = [
|
|
7405
7405
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7406
7406
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7407
7407
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7408
7408
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7409
7409
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7410
|
-
],
|
|
7410
|
+
], Fc = [
|
|
7411
7411
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7412
7412
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7413
7413
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7415,12 +7415,12 @@ const Ac = [
|
|
|
7415
7415
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7416
7416
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7417
7417
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7418
|
-
],
|
|
7418
|
+
], Nc = [
|
|
7419
7419
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7420
7420
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7421
7421
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7422
7422
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7423
|
-
],
|
|
7423
|
+
], Gc = [
|
|
7424
7424
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7425
7425
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7426
7426
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7428,24 +7428,24 @@ const Ac = [
|
|
|
7428
7428
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7429
7429
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7430
7430
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7431
|
-
],
|
|
7431
|
+
], jc = [
|
|
7432
7432
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7433
7433
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7434
7434
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7435
7435
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7436
7436
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7437
7437
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7438
|
-
],
|
|
7438
|
+
], Hc = [
|
|
7439
7439
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7440
7440
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7441
7441
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7442
|
-
],
|
|
7442
|
+
], Oc = [
|
|
7443
7443
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7444
7444
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7445
7445
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7446
7446
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7447
7447
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7448
|
-
],
|
|
7448
|
+
], Kc = [
|
|
7449
7449
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7450
7450
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7451
7451
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7453,18 +7453,18 @@ const Ac = [
|
|
|
7453
7453
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7454
7454
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7455
7455
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7456
|
-
],
|
|
7456
|
+
], Uc = [
|
|
7457
7457
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7458
7458
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7459
7459
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7460
7460
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7461
7461
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7462
|
-
],
|
|
7462
|
+
], Xc = [
|
|
7463
7463
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7464
7464
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7465
7465
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7466
7466
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7467
|
-
],
|
|
7467
|
+
], Yc = [
|
|
7468
7468
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7469
7469
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7470
7470
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7479,7 +7479,7 @@ const Ac = [
|
|
|
7479
7479
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7480
7480
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7481
7481
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7482
|
-
],
|
|
7482
|
+
], qc = [
|
|
7483
7483
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7484
7484
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7485
7485
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7490,53 +7490,53 @@ const Ac = [
|
|
|
7490
7490
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7491
7491
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7492
7492
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7493
|
-
],
|
|
7493
|
+
], Jc = [
|
|
7494
7494
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7495
7495
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7496
7496
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7497
|
-
],
|
|
7497
|
+
], Zc = [
|
|
7498
7498
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7499
7499
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7500
|
-
],
|
|
7500
|
+
], Qc = [
|
|
7501
7501
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7502
7502
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7503
|
-
],
|
|
7503
|
+
], eu = [
|
|
7504
7504
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7505
7505
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7506
7506
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7507
|
-
],
|
|
7507
|
+
], tu = [
|
|
7508
7508
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7509
7509
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7510
7510
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7511
7511
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7512
|
-
],
|
|
7512
|
+
], nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7513
7513
|
__proto__: null,
|
|
7514
|
-
alignTabsItemsV1:
|
|
7515
|
-
axisTypeItemsV1:
|
|
7516
|
-
borderStyleItemsV1:
|
|
7517
|
-
colorModeItemsV1:
|
|
7518
|
-
densityItemsV1:
|
|
7519
|
-
directionItemsV1:
|
|
7520
|
-
fieldVariantItemsV1:
|
|
7521
|
-
flexCrossAlignItemsV1:
|
|
7522
|
-
flexDirectionItemsV1:
|
|
7523
|
-
flexMainAlignItemsV1:
|
|
7524
|
-
flexWrapItemsV1:
|
|
7525
|
-
fontWeightItemsV1:
|
|
7526
|
-
sheetVariantItemsV1:
|
|
7527
|
-
showTicksItemsV1:
|
|
7528
|
-
sizeItemsV1:
|
|
7529
|
-
textAlignItemsV1:
|
|
7530
|
-
textDecorationItemsV1:
|
|
7531
|
-
textEmphasisItemsV1:
|
|
7532
|
-
textStyleItemsV1:
|
|
7533
|
-
themeColorItemsV1:
|
|
7534
|
-
thumbLabelItemsV1:
|
|
7535
|
-
timelineAlignItemsV1:
|
|
7536
|
-
timelineDirectionItemsV1:
|
|
7537
|
-
timelineSideItemsV1:
|
|
7538
|
-
timelineTruncateLineItemsV1:
|
|
7539
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7514
|
+
alignTabsItemsV1: zc,
|
|
7515
|
+
axisTypeItemsV1: Ac,
|
|
7516
|
+
borderStyleItemsV1: Lc,
|
|
7517
|
+
colorModeItemsV1: Ec,
|
|
7518
|
+
densityItemsV1: Bc,
|
|
7519
|
+
directionItemsV1: Wc,
|
|
7520
|
+
fieldVariantItemsV1: Rc,
|
|
7521
|
+
flexCrossAlignItemsV1: Mc,
|
|
7522
|
+
flexDirectionItemsV1: Dc,
|
|
7523
|
+
flexMainAlignItemsV1: Fc,
|
|
7524
|
+
flexWrapItemsV1: Nc,
|
|
7525
|
+
fontWeightItemsV1: Gc,
|
|
7526
|
+
sheetVariantItemsV1: jc,
|
|
7527
|
+
showTicksItemsV1: Hc,
|
|
7528
|
+
sizeItemsV1: Oc,
|
|
7529
|
+
textAlignItemsV1: Kc,
|
|
7530
|
+
textDecorationItemsV1: Uc,
|
|
7531
|
+
textEmphasisItemsV1: Xc,
|
|
7532
|
+
textStyleItemsV1: Yc,
|
|
7533
|
+
themeColorItemsV1: qc,
|
|
7534
|
+
thumbLabelItemsV1: Jc,
|
|
7535
|
+
timelineAlignItemsV1: Zc,
|
|
7536
|
+
timelineDirectionItemsV1: Qc,
|
|
7537
|
+
timelineSideItemsV1: eu,
|
|
7538
|
+
timelineTruncateLineItemsV1: tu
|
|
7539
|
+
}, Symbol.toStringTag, { value: "Module" })), iu = [
|
|
7540
7540
|
{
|
|
7541
7541
|
title: "x-runtime-lib.notSet",
|
|
7542
7542
|
value: "",
|
|
@@ -7576,7 +7576,7 @@ const Ac = [
|
|
|
7576
7576
|
max: 1 / 0,
|
|
7577
7577
|
step: 1
|
|
7578
7578
|
}
|
|
7579
|
-
],
|
|
7579
|
+
], ou = [
|
|
7580
7580
|
{
|
|
7581
7581
|
title: "x-runtime-lib.notSet",
|
|
7582
7582
|
value: "",
|
|
@@ -7598,7 +7598,7 @@ const Ac = [
|
|
|
7598
7598
|
validator: (t) => t === "right",
|
|
7599
7599
|
default: "right"
|
|
7600
7600
|
}
|
|
7601
|
-
],
|
|
7601
|
+
], ru = [
|
|
7602
7602
|
{
|
|
7603
7603
|
title: "x-runtime-lib.notSet",
|
|
7604
7604
|
value: "",
|
|
@@ -7624,11 +7624,11 @@ const Ac = [
|
|
|
7624
7624
|
title: "x-runtime-lib.percent",
|
|
7625
7625
|
value: "percent",
|
|
7626
7626
|
ui: "percentInput",
|
|
7627
|
-
validator:
|
|
7627
|
+
validator: Wn,
|
|
7628
7628
|
precision: 6,
|
|
7629
7629
|
default: "0%"
|
|
7630
7630
|
}
|
|
7631
|
-
],
|
|
7631
|
+
], su = [
|
|
7632
7632
|
{
|
|
7633
7633
|
title: "x-runtime-lib.notSet",
|
|
7634
7634
|
value: "",
|
|
@@ -7648,12 +7648,12 @@ const Ac = [
|
|
|
7648
7648
|
title: "x-runtime-lib.percent",
|
|
7649
7649
|
value: "percent",
|
|
7650
7650
|
ui: "percentInput",
|
|
7651
|
-
validator:
|
|
7651
|
+
validator: Wn,
|
|
7652
7652
|
precision: 6,
|
|
7653
7653
|
min: 0,
|
|
7654
7654
|
default: "0%"
|
|
7655
7655
|
}
|
|
7656
|
-
],
|
|
7656
|
+
], lu = [
|
|
7657
7657
|
{
|
|
7658
7658
|
title: "x-runtime-lib.notSet",
|
|
7659
7659
|
value: "",
|
|
@@ -7673,12 +7673,12 @@ const Ac = [
|
|
|
7673
7673
|
title: "x-runtime-lib.percent",
|
|
7674
7674
|
value: "percent",
|
|
7675
7675
|
ui: "percentInput",
|
|
7676
|
-
validator:
|
|
7676
|
+
validator: Wn,
|
|
7677
7677
|
precision: 6,
|
|
7678
7678
|
min: 0,
|
|
7679
7679
|
default: "0%"
|
|
7680
7680
|
}
|
|
7681
|
-
],
|
|
7681
|
+
], au = [
|
|
7682
7682
|
{
|
|
7683
7683
|
title: "x-runtime-lib.notSet",
|
|
7684
7684
|
value: "",
|
|
@@ -7707,7 +7707,7 @@ const Ac = [
|
|
|
7707
7707
|
validator: (t) => t === "end",
|
|
7708
7708
|
default: "end"
|
|
7709
7709
|
}
|
|
7710
|
-
],
|
|
7710
|
+
], cu = [
|
|
7711
7711
|
{
|
|
7712
7712
|
title: "x-runtime-lib.notSet",
|
|
7713
7713
|
value: "",
|
|
@@ -7729,16 +7729,16 @@ const Ac = [
|
|
|
7729
7729
|
validator: (t) => t === "bottom",
|
|
7730
7730
|
default: "bottom"
|
|
7731
7731
|
}
|
|
7732
|
-
],
|
|
7732
|
+
], uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7733
7733
|
__proto__: null,
|
|
7734
|
-
borderWidthTypesV1:
|
|
7735
|
-
leftRightTypesV1:
|
|
7736
|
-
marginTypesV1:
|
|
7737
|
-
paddingTypesV1:
|
|
7738
|
-
sizeTypesV1:
|
|
7739
|
-
tableColumnAlignTypesV1:
|
|
7740
|
-
topBottomTypesV1:
|
|
7741
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7734
|
+
borderWidthTypesV1: iu,
|
|
7735
|
+
leftRightTypesV1: ou,
|
|
7736
|
+
marginTypesV1: ru,
|
|
7737
|
+
paddingTypesV1: su,
|
|
7738
|
+
sizeTypesV1: lu,
|
|
7739
|
+
tableColumnAlignTypesV1: au,
|
|
7740
|
+
topBottomTypesV1: cu
|
|
7741
|
+
}, Symbol.toStringTag, { value: "Module" })), pu = [
|
|
7742
7742
|
{
|
|
7743
7743
|
key: "containment",
|
|
7744
7744
|
name: "x-runtime-lib.containment",
|
|
@@ -7755,7 +7755,7 @@ const Ac = [
|
|
|
7755
7755
|
{
|
|
7756
7756
|
key: "navigation",
|
|
7757
7757
|
name: "x-runtime-lib.navigation",
|
|
7758
|
-
items: [
|
|
7758
|
+
items: [Nn, St, Ft]
|
|
7759
7759
|
},
|
|
7760
7760
|
{
|
|
7761
7761
|
key: "formRelated",
|
|
@@ -7779,7 +7779,7 @@ const Ac = [
|
|
|
7779
7779
|
{
|
|
7780
7780
|
key: "dataDisplay",
|
|
7781
7781
|
name: "x-runtime-lib.dataDisplay",
|
|
7782
|
-
items: [
|
|
7782
|
+
items: [Gn, ct, Je, xt]
|
|
7783
7783
|
},
|
|
7784
7784
|
{
|
|
7785
7785
|
key: "selection",
|
|
@@ -7812,7 +7812,7 @@ const Ac = [
|
|
|
7812
7812
|
name: "x-runtime-lib.dynamic",
|
|
7813
7813
|
items: [Ae, wt, Lt]
|
|
7814
7814
|
}
|
|
7815
|
-
],
|
|
7815
|
+
], mu = [
|
|
7816
7816
|
{
|
|
7817
7817
|
key: "objects",
|
|
7818
7818
|
name: "x-runtime-lib.objects",
|
|
@@ -7843,7 +7843,7 @@ const Ac = [
|
|
|
7843
7843
|
name: "x-runtime-lib.controls",
|
|
7844
7844
|
items: [$t, vt, gt]
|
|
7845
7845
|
}
|
|
7846
|
-
],
|
|
7846
|
+
], du = [
|
|
7847
7847
|
{
|
|
7848
7848
|
key: "containment",
|
|
7849
7849
|
name: "x-runtime-lib.containment",
|
|
@@ -7860,7 +7860,7 @@ const Ac = [
|
|
|
7860
7860
|
{
|
|
7861
7861
|
key: "navigation",
|
|
7862
7862
|
name: "x-runtime-lib.navigation",
|
|
7863
|
-
items: [
|
|
7863
|
+
items: [Nn, St, Ft]
|
|
7864
7864
|
},
|
|
7865
7865
|
{
|
|
7866
7866
|
key: "formRelated",
|
|
@@ -7884,7 +7884,7 @@ const Ac = [
|
|
|
7884
7884
|
{
|
|
7885
7885
|
key: "dataDisplay",
|
|
7886
7886
|
name: "x-runtime-lib.dataDisplay",
|
|
7887
|
-
items: [
|
|
7887
|
+
items: [Gn, ct, Je, xt]
|
|
7888
7888
|
},
|
|
7889
7889
|
{
|
|
7890
7890
|
key: "selection",
|
|
@@ -7917,7 +7917,7 @@ const Ac = [
|
|
|
7917
7917
|
name: "x-runtime-lib.dynamic",
|
|
7918
7918
|
items: [Ae, wt, Lt]
|
|
7919
7919
|
}
|
|
7920
|
-
],
|
|
7920
|
+
], yu = [
|
|
7921
7921
|
{
|
|
7922
7922
|
key: "objects",
|
|
7923
7923
|
name: "x-runtime-lib.objects",
|
|
@@ -7948,18 +7948,18 @@ const Ac = [
|
|
|
7948
7948
|
name: "x-runtime-lib.controls",
|
|
7949
7949
|
items: [$t, vt, gt]
|
|
7950
7950
|
}
|
|
7951
|
-
],
|
|
7951
|
+
], fu = {
|
|
7952
7952
|
version: "v1",
|
|
7953
7953
|
globalityKey: sn,
|
|
7954
7954
|
refKey: Ae,
|
|
7955
|
-
items: { ...
|
|
7956
|
-
types: { ...
|
|
7955
|
+
items: { ...nu },
|
|
7956
|
+
types: { ...uu },
|
|
7957
7957
|
elements: /* @__PURE__ */ new Set([
|
|
7958
7958
|
Ye,
|
|
7959
7959
|
qe,
|
|
7960
7960
|
Je,
|
|
7961
7961
|
Ze,
|
|
7962
|
-
|
|
7962
|
+
Nn,
|
|
7963
7963
|
Qe,
|
|
7964
7964
|
et,
|
|
7965
7965
|
tt,
|
|
@@ -7976,7 +7976,7 @@ const Ac = [
|
|
|
7976
7976
|
mt,
|
|
7977
7977
|
dt,
|
|
7978
7978
|
yt,
|
|
7979
|
-
|
|
7979
|
+
$o,
|
|
7980
7980
|
ft,
|
|
7981
7981
|
sn,
|
|
7982
7982
|
bt,
|
|
@@ -7993,7 +7993,7 @@ const Ac = [
|
|
|
7993
7993
|
St,
|
|
7994
7994
|
Ct,
|
|
7995
7995
|
Pt,
|
|
7996
|
-
|
|
7996
|
+
Io,
|
|
7997
7997
|
Tt,
|
|
7998
7998
|
zt,
|
|
7999
7999
|
At,
|
|
@@ -8004,44 +8004,44 @@ const Ac = [
|
|
|
8004
8004
|
Wt,
|
|
8005
8005
|
Rt,
|
|
8006
8006
|
Mt,
|
|
8007
|
+
So,
|
|
8007
8008
|
Co,
|
|
8008
8009
|
Po,
|
|
8009
8010
|
To,
|
|
8010
|
-
zo,
|
|
8011
8011
|
Dt,
|
|
8012
|
-
|
|
8013
|
-
|
|
8012
|
+
zo,
|
|
8013
|
+
Gn,
|
|
8014
8014
|
Ft,
|
|
8015
8015
|
Nt,
|
|
8016
8016
|
Gt,
|
|
8017
8017
|
jt,
|
|
8018
8018
|
Ht,
|
|
8019
|
-
|
|
8019
|
+
Ao,
|
|
8020
8020
|
Ot,
|
|
8021
|
-
|
|
8021
|
+
Lo
|
|
8022
8022
|
]),
|
|
8023
8023
|
groups: {
|
|
8024
|
-
pageCommon:
|
|
8025
|
-
pageScene:
|
|
8026
|
-
compCommon:
|
|
8027
|
-
compScene:
|
|
8024
|
+
pageCommon: du,
|
|
8025
|
+
pageScene: yu,
|
|
8026
|
+
compCommon: pu,
|
|
8027
|
+
compScene: mu
|
|
8028
8028
|
}
|
|
8029
|
-
},
|
|
8030
|
-
v1:
|
|
8029
|
+
}, bu = {
|
|
8030
|
+
v1: fu
|
|
8031
8031
|
};
|
|
8032
8032
|
function L(t, e) {
|
|
8033
8033
|
if (t === "page") {
|
|
8034
|
-
if (!
|
|
8034
|
+
if (!Ir.includes(e)) {
|
|
8035
8035
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
8036
8036
|
return;
|
|
8037
8037
|
}
|
|
8038
|
-
} else if (t === "comp" && !
|
|
8038
|
+
} else if (t === "comp" && !Sr.includes(e)) {
|
|
8039
8039
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
8040
8040
|
return;
|
|
8041
8041
|
}
|
|
8042
|
-
return `${t}${
|
|
8042
|
+
return `${t}${gr(e)}`;
|
|
8043
8043
|
}
|
|
8044
|
-
function
|
|
8044
|
+
function Qi(t, e) {
|
|
8045
8045
|
if (t.array)
|
|
8046
8046
|
return e ? W(t.default) : W(t.defaultArray);
|
|
8047
8047
|
{
|
|
@@ -8054,9 +8054,9 @@ function z(t, e) {
|
|
|
8054
8054
|
if (s.ui) {
|
|
8055
8055
|
if (s.ui === "strInput" && s.static)
|
|
8056
8056
|
return;
|
|
8057
|
-
o[s.key] =
|
|
8057
|
+
o[s.key] = Qi(s);
|
|
8058
8058
|
} else
|
|
8059
|
-
s.array ? o[s.key] =
|
|
8059
|
+
s.array ? o[s.key] = Qi(s) : s.children.forEach((r) => {
|
|
8060
8060
|
o[s.key] || (o[s.key] = {}), n(o[s.key], r);
|
|
8061
8061
|
});
|
|
8062
8062
|
}
|
|
@@ -8068,7 +8068,7 @@ function Qu(t, e, n, o, s) {
|
|
|
8068
8068
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8069
8069
|
return;
|
|
8070
8070
|
}
|
|
8071
|
-
const c =
|
|
8071
|
+
const c = bu[n];
|
|
8072
8072
|
if (!c) {
|
|
8073
8073
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8074
8074
|
return;
|
|
@@ -8144,7 +8144,7 @@ function ep(t, e) {
|
|
|
8144
8144
|
return s;
|
|
8145
8145
|
}
|
|
8146
8146
|
}
|
|
8147
|
-
function
|
|
8147
|
+
function hu(t) {
|
|
8148
8148
|
function e(o) {
|
|
8149
8149
|
o.basic.id = P(16), o.children?.forEach((s) => e(s));
|
|
8150
8150
|
}
|
|
@@ -8154,63 +8154,63 @@ function gu(t) {
|
|
|
8154
8154
|
function tp(t) {
|
|
8155
8155
|
const e = [];
|
|
8156
8156
|
return t.forEach((n) => {
|
|
8157
|
-
e.push(
|
|
8157
|
+
e.push(hu(n));
|
|
8158
8158
|
}), e;
|
|
8159
8159
|
}
|
|
8160
|
-
const
|
|
8160
|
+
const Eo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", Mo = "runtimeDark", Do = "runtimeType", Fo = "runtimeData", No = "runtimeDepends", Go = "runtimeSandbox";
|
|
8161
8161
|
function np(t) {
|
|
8162
|
-
ce(
|
|
8162
|
+
ce(Eo, t);
|
|
8163
8163
|
}
|
|
8164
|
-
function
|
|
8165
|
-
return ae(
|
|
8164
|
+
function gu() {
|
|
8165
|
+
return ae(Eo);
|
|
8166
8166
|
}
|
|
8167
8167
|
function ip(t) {
|
|
8168
|
-
ce(
|
|
8168
|
+
ce(Bo, t);
|
|
8169
8169
|
}
|
|
8170
|
-
function
|
|
8171
|
-
return ae(
|
|
8170
|
+
function xu() {
|
|
8171
|
+
return ae(Bo);
|
|
8172
8172
|
}
|
|
8173
8173
|
function op(t) {
|
|
8174
|
-
ce(
|
|
8174
|
+
ce(Wo, t);
|
|
8175
8175
|
}
|
|
8176
8176
|
function H() {
|
|
8177
|
-
return ae(
|
|
8177
|
+
return ae(Wo);
|
|
8178
8178
|
}
|
|
8179
8179
|
function rp(t) {
|
|
8180
|
-
ce(
|
|
8180
|
+
ce(Ro, Bn(t));
|
|
8181
8181
|
}
|
|
8182
8182
|
function Ce() {
|
|
8183
|
-
return ae(
|
|
8183
|
+
return ae(Ro);
|
|
8184
8184
|
}
|
|
8185
8185
|
function sp(t) {
|
|
8186
|
-
ce(
|
|
8186
|
+
ce(Mo, Bn(t));
|
|
8187
8187
|
}
|
|
8188
8188
|
function Me() {
|
|
8189
|
-
return ae(
|
|
8189
|
+
return ae(Mo);
|
|
8190
8190
|
}
|
|
8191
8191
|
function lp(t) {
|
|
8192
|
-
ce(
|
|
8192
|
+
ce(Do, t);
|
|
8193
8193
|
}
|
|
8194
8194
|
function fe() {
|
|
8195
|
-
return ae(
|
|
8195
|
+
return ae(Do);
|
|
8196
8196
|
}
|
|
8197
8197
|
function ap(t) {
|
|
8198
|
-
ce(
|
|
8198
|
+
ce(Fo, t);
|
|
8199
8199
|
}
|
|
8200
8200
|
function ke() {
|
|
8201
|
-
return ae(
|
|
8201
|
+
return ae(Fo);
|
|
8202
8202
|
}
|
|
8203
8203
|
function cp(t) {
|
|
8204
|
-
ce(
|
|
8204
|
+
ce(No, Bn(t));
|
|
8205
8205
|
}
|
|
8206
|
-
function
|
|
8207
|
-
return ae(
|
|
8206
|
+
function vu() {
|
|
8207
|
+
return ae(No);
|
|
8208
8208
|
}
|
|
8209
|
-
function
|
|
8210
|
-
ce(
|
|
8209
|
+
function ku(t) {
|
|
8210
|
+
ce(Go, t);
|
|
8211
8211
|
}
|
|
8212
8212
|
function be() {
|
|
8213
|
-
return ae(
|
|
8213
|
+
return ae(Go);
|
|
8214
8214
|
}
|
|
8215
8215
|
function Te(t) {
|
|
8216
8216
|
const e = [t.type];
|
|
@@ -8220,7 +8220,7 @@ function Fe(t, e, n, o, s) {
|
|
|
8220
8220
|
const { watchEffect: r, bind: a } = e;
|
|
8221
8221
|
if (r[n])
|
|
8222
8222
|
for (const c of r[n]) {
|
|
8223
|
-
const m =
|
|
8223
|
+
const m = xr(c);
|
|
8224
8224
|
t.callFunction(`__watchEffect$${m}__`);
|
|
8225
8225
|
}
|
|
8226
8226
|
if (a.triggers[n])
|
|
@@ -8272,7 +8272,7 @@ function Fe(t, e, n, o, s) {
|
|
|
8272
8272
|
if (le(u, b))
|
|
8273
8273
|
continue;
|
|
8274
8274
|
const g = W(f);
|
|
8275
|
-
|
|
8275
|
+
go(g, p.subKeys, W(u)), p.type === "elementProperty" ? t.setElementProperty(
|
|
8276
8276
|
p.nodeId,
|
|
8277
8277
|
p.propertyKeys,
|
|
8278
8278
|
g
|
|
@@ -8307,7 +8307,7 @@ function Fe(t, e, n, o, s) {
|
|
|
8307
8307
|
function up(t, e, n) {
|
|
8308
8308
|
return `${t}/${e}/${n}`;
|
|
8309
8309
|
}
|
|
8310
|
-
function
|
|
8310
|
+
function eo(t) {
|
|
8311
8311
|
const e = t.split("/");
|
|
8312
8312
|
return e.length < 3 ? (console.assert(!1, "invalid property id"), {
|
|
8313
8313
|
kind: "elementProperty",
|
|
@@ -8319,10 +8319,10 @@ function to(t) {
|
|
|
8319
8319
|
propertyKey: e[2]
|
|
8320
8320
|
};
|
|
8321
8321
|
}
|
|
8322
|
-
function
|
|
8322
|
+
function _u(t, e, n) {
|
|
8323
8323
|
return `${t}/${e}/${n}`;
|
|
8324
8324
|
}
|
|
8325
|
-
function
|
|
8325
|
+
function jo(t) {
|
|
8326
8326
|
const e = t.split("/");
|
|
8327
8327
|
return e.length < 3 ? (console.assert(!1, "invalid method id"), {
|
|
8328
8328
|
kind: "elementMethod",
|
|
@@ -8349,12 +8349,12 @@ function wu(t) {
|
|
|
8349
8349
|
eventKey: e[2]
|
|
8350
8350
|
};
|
|
8351
8351
|
}
|
|
8352
|
-
function
|
|
8353
|
-
const n =
|
|
8352
|
+
function Jn(t, e) {
|
|
8353
|
+
const n = vu(), o = ie(-1);
|
|
8354
8354
|
me(() => {
|
|
8355
8355
|
const s = n.value[t];
|
|
8356
8356
|
if (!s) {
|
|
8357
|
-
o.value = -1, e.value = void 0,
|
|
8357
|
+
o.value = -1, e.value = void 0, ao.emit("compNotAvail", t);
|
|
8358
8358
|
return;
|
|
8359
8359
|
}
|
|
8360
8360
|
o.value !== s.dataSeq && (o.value = s.dataSeq, e.value = W(s.data));
|
|
@@ -8387,9 +8387,9 @@ function Vu(t) {
|
|
|
8387
8387
|
console.log(e, ...n);
|
|
8388
8388
|
}), t.bindNativeFunction("__debugTraceV1__", (e) => {
|
|
8389
8389
|
let n = "";
|
|
8390
|
-
typeof e == "object" ? n = JSON.stringify(e) : n = String(e),
|
|
8390
|
+
typeof e == "object" ? n = JSON.stringify(e) : n = String(e), ao.emit("consoleAppend", n);
|
|
8391
8391
|
}), t.bindNativeFunction("__messageV1__", (e, n) => {
|
|
8392
|
-
e === "info" ?
|
|
8392
|
+
e === "info" ? Zo(n) : e === "success" ? Qo(n) : e === "warning" ? co(n) : e === "error" && uo(n);
|
|
8393
8393
|
}), t.bindNativeFunction(
|
|
8394
8394
|
"__timeoutV1__",
|
|
8395
8395
|
(e, n) => {
|
|
@@ -8406,16 +8406,16 @@ function Vu(t) {
|
|
|
8406
8406
|
}
|
|
8407
8407
|
);
|
|
8408
8408
|
}
|
|
8409
|
-
const
|
|
8409
|
+
const Ho = er({
|
|
8410
8410
|
baseUrl: "http://localhost/computebase/",
|
|
8411
8411
|
onError: (t) => {
|
|
8412
8412
|
const { i18n: e } = ge;
|
|
8413
|
-
|
|
8413
|
+
uo(wr(e, t));
|
|
8414
8414
|
}
|
|
8415
8415
|
});
|
|
8416
|
-
window.API_URL && (
|
|
8416
|
+
window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8417
8417
|
function $u(t) {
|
|
8418
|
-
return
|
|
8418
|
+
return Ho.post("callFunc", t);
|
|
8419
8419
|
}
|
|
8420
8420
|
function Iu(t) {
|
|
8421
8421
|
t.bindAsyncFunction(
|
|
@@ -8454,7 +8454,7 @@ function Su(t) {
|
|
|
8454
8454
|
), t.bindNativeFunction(
|
|
8455
8455
|
"__getPropertyV1__",
|
|
8456
8456
|
(e, n) => {
|
|
8457
|
-
const { kind: o, nodeId: s, propertyKey: r } =
|
|
8457
|
+
const { kind: o, nodeId: s, propertyKey: r } = eo(e);
|
|
8458
8458
|
let a;
|
|
8459
8459
|
if (o === "elementProperty")
|
|
8460
8460
|
a = t.getElementProperty(s, r);
|
|
@@ -8470,7 +8470,7 @@ function Su(t) {
|
|
|
8470
8470
|
), t.bindNativeFunction(
|
|
8471
8471
|
"__setPropertyV1__",
|
|
8472
8472
|
(e, n, o) => {
|
|
8473
|
-
const { kind: s, nodeId: r, propertyKey: a } =
|
|
8473
|
+
const { kind: s, nodeId: r, propertyKey: a } = eo(e);
|
|
8474
8474
|
if (s === "elementProperty")
|
|
8475
8475
|
t.setElementProperty(r, a, o);
|
|
8476
8476
|
else if (s === "referenceProperty") {
|
|
@@ -8484,23 +8484,17 @@ function Su(t) {
|
|
|
8484
8484
|
), t.bindAsyncFunction(
|
|
8485
8485
|
"__callMethodV1__",
|
|
8486
8486
|
(e, n, o, s) => {
|
|
8487
|
-
const { kind: r, nodeId: a, methodKey: c } =
|
|
8487
|
+
const { kind: r, nodeId: a, methodKey: c } = jo(e);
|
|
8488
8488
|
let m;
|
|
8489
8489
|
if (r === "elementMethod")
|
|
8490
|
-
m = t.
|
|
8490
|
+
m = t.callElementMethod(e, o);
|
|
8491
8491
|
else if (r === "referenceMethod") {
|
|
8492
8492
|
const d = t.children[a];
|
|
8493
|
-
d && (m = d.
|
|
8494
|
-
En("customMethod", a, c),
|
|
8495
|
-
o
|
|
8496
|
-
));
|
|
8493
|
+
d && (m = d.callCustomMethod(c, o));
|
|
8497
8494
|
} else if (r === "multipleRefMethod") {
|
|
8498
8495
|
const d = t.children[a + "/" + n];
|
|
8499
|
-
d && (m = d.
|
|
8500
|
-
|
|
8501
|
-
o
|
|
8502
|
-
));
|
|
8503
|
-
} else r === "customMethod" ? m = t.callMethod(e, o) : r === "customSlotMethod" || console.assert(!1);
|
|
8496
|
+
d && (m = d.callCustomMethod(c, o));
|
|
8497
|
+
} else r === "customMethod" ? m = t.callCustomMethod(c, o) : r === "customSlotMethod" || console.assert(!1);
|
|
8504
8498
|
s(t.nativeToPseudo(m)), t.run();
|
|
8505
8499
|
}
|
|
8506
8500
|
), t.bindNativeFunction("__getStateV1__", (e) => {
|
|
@@ -8518,7 +8512,7 @@ function Su(t) {
|
|
|
8518
8512
|
pageId: n
|
|
8519
8513
|
};
|
|
8520
8514
|
ge.router.replace({ path: o, query: s });
|
|
8521
|
-
} else t.mode === "preview" &&
|
|
8515
|
+
} else t.mode === "preview" && co(
|
|
8522
8516
|
ge.i18n.global.t(
|
|
8523
8517
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
8524
8518
|
)
|
|
@@ -8527,14 +8521,14 @@ function Su(t) {
|
|
|
8527
8521
|
), t.bindAsyncFunction(
|
|
8528
8522
|
"__openConfirmDlgV1__",
|
|
8529
8523
|
(e, n, o) => {
|
|
8530
|
-
|
|
8524
|
+
tr({ title: e, text: n }).then((s) => {
|
|
8531
8525
|
o(t.nativeToPseudo(s)), t.run();
|
|
8532
8526
|
});
|
|
8533
8527
|
}
|
|
8534
8528
|
), t.bindAsyncFunction(
|
|
8535
8529
|
"__openPromptDlgV1__",
|
|
8536
8530
|
(e, n, o, s) => {
|
|
8537
|
-
|
|
8531
|
+
nr({ title: e, label: n, value: o }).then((r) => {
|
|
8538
8532
|
s(t.nativeToPseudo(r)), t.run();
|
|
8539
8533
|
});
|
|
8540
8534
|
}
|
|
@@ -8641,7 +8635,7 @@ function __destroy__() {
|
|
|
8641
8635
|
function Eu(t) {
|
|
8642
8636
|
return t instanceof Array ? t.join(".") : t;
|
|
8643
8637
|
}
|
|
8644
|
-
function
|
|
8638
|
+
function to(t, ...e) {
|
|
8645
8639
|
console.log(t, ...e);
|
|
8646
8640
|
}
|
|
8647
8641
|
class Bu {
|
|
@@ -8654,7 +8648,7 @@ class Bu {
|
|
|
8654
8648
|
env;
|
|
8655
8649
|
mode;
|
|
8656
8650
|
type;
|
|
8657
|
-
eventBus =
|
|
8651
|
+
eventBus = vr();
|
|
8658
8652
|
hooks;
|
|
8659
8653
|
constructor(e, n, o, s, r, a, c, m, d) {
|
|
8660
8654
|
this.kind = e, this.id = n, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = m, this.hooks = d, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
@@ -8673,7 +8667,7 @@ class Bu {
|
|
|
8673
8667
|
//--------------------------
|
|
8674
8668
|
interpreter;
|
|
8675
8669
|
createInterpreter(e) {
|
|
8676
|
-
this.interpreter = new
|
|
8670
|
+
this.interpreter = new kr(Lu), Cu(this), this.runCode(e), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction(
|
|
8677
8671
|
"__triggerEventV1__",
|
|
8678
8672
|
J("elementEvent", "globality", "startup")
|
|
8679
8673
|
);
|
|
@@ -8746,11 +8740,11 @@ class Bu {
|
|
|
8746
8740
|
return;
|
|
8747
8741
|
}
|
|
8748
8742
|
const n = `try {
|
|
8749
|
-
${
|
|
8743
|
+
${$r(e)}} catch (e) {
|
|
8750
8744
|
__messageV1__('error', 'run exception: ' + e.message);
|
|
8751
8745
|
}
|
|
8752
8746
|
`;
|
|
8753
|
-
|
|
8747
|
+
to(n), this.interpreter.appendCode(n), this.interpreter.run();
|
|
8754
8748
|
}
|
|
8755
8749
|
callFunction(e, ...n) {
|
|
8756
8750
|
if (!this.interpreter) {
|
|
@@ -8766,7 +8760,7 @@ ${Ir(e)}} catch (e) {
|
|
|
8766
8760
|
__messageV1__('error', 'run exception: ' + e.message);
|
|
8767
8761
|
}
|
|
8768
8762
|
`;
|
|
8769
|
-
|
|
8763
|
+
to(r), this.interpreter.appendCode(r), this.interpreter.run();
|
|
8770
8764
|
}
|
|
8771
8765
|
//--------------------------
|
|
8772
8766
|
// 元素属性
|
|
@@ -8799,7 +8793,7 @@ ${Ir(e)}} catch (e) {
|
|
|
8799
8793
|
}
|
|
8800
8794
|
setElementPropertyInner(e, n, o) {
|
|
8801
8795
|
const s = we(e, n);
|
|
8802
|
-
le(o, s) || (
|
|
8796
|
+
le(o, s) || (go(e, n, o), this.hooks?.onElementPropertyChange(
|
|
8803
8797
|
e.basic.id,
|
|
8804
8798
|
n,
|
|
8805
8799
|
o,
|
|
@@ -8850,12 +8844,18 @@ ${Ir(e)}} catch (e) {
|
|
|
8850
8844
|
//--------------------------
|
|
8851
8845
|
// 方法
|
|
8852
8846
|
//--------------------------
|
|
8853
|
-
|
|
8854
|
-
if (!
|
|
8847
|
+
callElementMethod(e, n) {
|
|
8848
|
+
if (!Q(this.mode))
|
|
8855
8849
|
return;
|
|
8856
|
-
const { methodKey: o } =
|
|
8850
|
+
const { methodKey: o } = jo(e), s = {};
|
|
8857
8851
|
return this.eventBus.emit(e, { key: o, inputs: n, outputs: s }), s;
|
|
8858
8852
|
}
|
|
8853
|
+
callCustomMethod(e, n) {
|
|
8854
|
+
if (!Q(this.mode))
|
|
8855
|
+
return;
|
|
8856
|
+
const o = {};
|
|
8857
|
+
return this.callFunction(`__implementMethod$${e}__`, n), o;
|
|
8858
|
+
}
|
|
8859
8859
|
//--------------------------
|
|
8860
8860
|
// 状态
|
|
8861
8861
|
//--------------------------
|
|
@@ -8871,9 +8871,9 @@ ${Ir(e)}} catch (e) {
|
|
|
8871
8871
|
le(n, o) || (this.states[e] = n, this.hooks?.onStateChange(e, n, o));
|
|
8872
8872
|
}
|
|
8873
8873
|
}
|
|
8874
|
-
function
|
|
8875
|
-
const r =
|
|
8876
|
-
if (
|
|
8874
|
+
function Zn(t, e, n, o, s) {
|
|
8875
|
+
const r = gu(), a = xu(), c = H(), m = fe(), d = Ce(), u = Me(), p = ($, S, T, E) => {
|
|
8876
|
+
if (Q(c) && (x.callFunction(
|
|
8877
8877
|
"__triggerEventV1__",
|
|
8878
8878
|
J(
|
|
8879
8879
|
"elementPropertyChangeEvent",
|
|
@@ -8897,7 +8897,7 @@ function Qn(t, e, n, o, s) {
|
|
|
8897
8897
|
);
|
|
8898
8898
|
}
|
|
8899
8899
|
}, f = ($, S, T) => {
|
|
8900
|
-
|
|
8900
|
+
Q(c) && (x.callFunction(
|
|
8901
8901
|
"__triggerEventV1__",
|
|
8902
8902
|
J("customPropertyChangeEvent", "globality", $),
|
|
8903
8903
|
S,
|
|
@@ -8920,7 +8920,7 @@ function Qn(t, e, n, o, s) {
|
|
|
8920
8920
|
T
|
|
8921
8921
|
));
|
|
8922
8922
|
}, b = ($, S, T) => {
|
|
8923
|
-
|
|
8923
|
+
Q(c) && t.value?.code.reactivity && Fe(
|
|
8924
8924
|
x,
|
|
8925
8925
|
t.value.code.reactivity,
|
|
8926
8926
|
Te({ type: "adaptSlotProperty", propertyId: $ }),
|
|
@@ -8928,7 +8928,7 @@ function Qn(t, e, n, o, s) {
|
|
|
8928
8928
|
T
|
|
8929
8929
|
);
|
|
8930
8930
|
}, g = ($, S, T) => {
|
|
8931
|
-
|
|
8931
|
+
Q(c) && (x.callFunction(
|
|
8932
8932
|
"__triggerEventV1__",
|
|
8933
8933
|
J("stateChangeEvent", "globality", $),
|
|
8934
8934
|
S,
|
|
@@ -8946,15 +8946,15 @@ function Qn(t, e, n, o, s) {
|
|
|
8946
8946
|
onAdaptSlotPropertyChange: b,
|
|
8947
8947
|
onStateChange: g
|
|
8948
8948
|
});
|
|
8949
|
-
|
|
8949
|
+
ku(x);
|
|
8950
8950
|
const I = () => {
|
|
8951
|
-
|
|
8951
|
+
Q(c) && (x.destroyInterpreter(), x.syncNodes(t.value), x.resetCustomProperties(), x.resetAdaptSlotProperties(), x.resetStates(), !(!t.value || !t.value.code.script) && x.createInterpreter(t.value.code.script));
|
|
8952
8952
|
};
|
|
8953
8953
|
I(), oe(t, () => {
|
|
8954
8954
|
I();
|
|
8955
8955
|
}), Ue(() => {
|
|
8956
8956
|
x.dispose();
|
|
8957
|
-
}),
|
|
8957
|
+
}), Q(c) && oe(
|
|
8958
8958
|
d,
|
|
8959
8959
|
($, S) => {
|
|
8960
8960
|
const T = Ne($.width), E = Ne(S?.width ?? $.width);
|
|
@@ -8966,7 +8966,7 @@ function Qn(t, e, n, o, s) {
|
|
|
8966
8966
|
);
|
|
8967
8967
|
},
|
|
8968
8968
|
{ immediate: !0 }
|
|
8969
|
-
),
|
|
8969
|
+
), Q(c) && oe(
|
|
8970
8970
|
u,
|
|
8971
8971
|
($) => {
|
|
8972
8972
|
x.callFunction(
|
|
@@ -8988,29 +8988,29 @@ async function pp(t) {
|
|
|
8988
8988
|
return (await Wu(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kb94vvdw.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.oqwexg4o.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8989
8989
|
}
|
|
8990
8990
|
export {
|
|
8991
|
-
|
|
8992
|
-
|
|
8991
|
+
$r as addIndent,
|
|
8992
|
+
za as ambientLightV1,
|
|
8993
8993
|
Ju as badgeV1,
|
|
8994
8994
|
cn as barChartV1,
|
|
8995
8995
|
ln as boxGeometryV1,
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
|
|
8996
|
+
ho as breakpoints,
|
|
8997
|
+
Ha as btnGroupV1,
|
|
8998
|
+
Oa as btnToggleV1,
|
|
8999
8999
|
pn as btnV1,
|
|
9000
9000
|
Ne as calcBreakpoint,
|
|
9001
9001
|
Be as cardV1,
|
|
9002
|
-
|
|
9002
|
+
Ua as checkboxV1,
|
|
9003
9003
|
dn as chipGroupV1,
|
|
9004
9004
|
mn as chipV1,
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
|
|
9005
|
+
qa as colorPickerV1,
|
|
9006
|
+
Ja as comboboxV1,
|
|
9007
|
+
Sr as compTypes,
|
|
9008
9008
|
yn as containerV1,
|
|
9009
|
-
|
|
9010
|
-
|
|
9011
|
-
|
|
9012
|
-
|
|
9013
|
-
|
|
9009
|
+
Za as dataTableV1,
|
|
9010
|
+
Qa as datePickerV1,
|
|
9011
|
+
ec as dialogV1,
|
|
9012
|
+
Aa as directionalLightV1,
|
|
9013
|
+
hu as duplicateNode,
|
|
9014
9014
|
tp as duplicateNodes,
|
|
9015
9015
|
ze as elements,
|
|
9016
9016
|
Uu as ensureContext,
|
|
@@ -9021,53 +9021,53 @@ export {
|
|
|
9021
9021
|
P as genId,
|
|
9022
9022
|
Pe as getBreakpointProp,
|
|
9023
9023
|
we as getField,
|
|
9024
|
-
|
|
9024
|
+
ei as getIndexOfBreakpoint,
|
|
9025
9025
|
ep as getNode,
|
|
9026
|
-
|
|
9026
|
+
Qi as getPropertyDefault,
|
|
9027
9027
|
L as getPropertyTag,
|
|
9028
9028
|
Ku as getTypeColor,
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9029
|
+
Na as globalityV1,
|
|
9030
|
+
Ba as groupV1,
|
|
9031
|
+
sc as iconV1,
|
|
9032
9032
|
z as initProperties,
|
|
9033
9033
|
Me as injectDark,
|
|
9034
9034
|
ke as injectData,
|
|
9035
|
-
|
|
9035
|
+
vu as injectDepends,
|
|
9036
9036
|
Ce as injectDevice,
|
|
9037
|
-
|
|
9037
|
+
xu as injectEnv,
|
|
9038
9038
|
H as injectMode,
|
|
9039
|
-
|
|
9039
|
+
gu as injectOrg,
|
|
9040
9040
|
be as injectSandbox,
|
|
9041
9041
|
fe as injectType,
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
|
|
9047
|
-
|
|
9042
|
+
xo as isCircularRef,
|
|
9043
|
+
Q as isExecutableMode,
|
|
9044
|
+
Tr as isLocaleOfEventKind,
|
|
9045
|
+
Pr as isLocaleOfMethodKind,
|
|
9046
|
+
Cr as isLocaleOfPropertyKind,
|
|
9047
|
+
Wn as isPercentStr,
|
|
9048
9048
|
Xe as isPixelStr,
|
|
9049
|
-
|
|
9049
|
+
_a as keyboardControlsV1,
|
|
9050
9050
|
un as lineChartV1,
|
|
9051
9051
|
pp as loadLocaleMessageRuntime,
|
|
9052
9052
|
J as makeEventId,
|
|
9053
|
-
|
|
9053
|
+
_u as makeMethodId,
|
|
9054
9054
|
up as makePropertyId,
|
|
9055
9055
|
Te as makeTriggerId,
|
|
9056
|
-
|
|
9057
|
-
|
|
9056
|
+
wa as mapControlsV1,
|
|
9057
|
+
lc as menuV1,
|
|
9058
9058
|
Le as meshBasicMaterialV1,
|
|
9059
9059
|
Ee as meshV1,
|
|
9060
|
-
|
|
9060
|
+
Ma as multipleRefV1,
|
|
9061
9061
|
xn as numberInputV1,
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9062
|
+
Va as orbitControlsV1,
|
|
9063
|
+
ha as orthographicCameraV1,
|
|
9064
|
+
Ir as pageTypes,
|
|
9065
|
+
cc as paginationV1,
|
|
9066
9066
|
Zt as parsePercentStr,
|
|
9067
9067
|
Hu as parsePixelStr,
|
|
9068
|
-
|
|
9069
|
-
|
|
9070
|
-
|
|
9068
|
+
ga as perspectiveCameraV1,
|
|
9069
|
+
bu as pkgs,
|
|
9070
|
+
La as pointLightV1,
|
|
9071
9071
|
sp as provideDark,
|
|
9072
9072
|
ap as provideData,
|
|
9073
9073
|
cp as provideDepends,
|
|
@@ -9075,27 +9075,27 @@ export {
|
|
|
9075
9075
|
ip as provideEnv,
|
|
9076
9076
|
op as provideMode,
|
|
9077
9077
|
np as provideOrg,
|
|
9078
|
-
|
|
9078
|
+
ku as provideSandbox,
|
|
9079
9079
|
lp as provideType,
|
|
9080
9080
|
kn as radioGroupV1,
|
|
9081
9081
|
vn as radioV1,
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9082
|
+
mc as rangeSliderV1,
|
|
9083
|
+
dc as ratingV1,
|
|
9084
|
+
Da as referenceV1,
|
|
9085
|
+
Fa as renderSwitchV1,
|
|
9086
|
+
Vr as reverseBreakpoints,
|
|
9087
|
+
yc as selectV1,
|
|
9088
|
+
go as setField,
|
|
9089
|
+
fc as sliderV1,
|
|
9090
9090
|
Qu as spawnNode,
|
|
9091
9091
|
an as sphereGeometryV1,
|
|
9092
|
-
|
|
9092
|
+
Ea as spotLightV1,
|
|
9093
9093
|
_n as stepperHeaderV1,
|
|
9094
9094
|
wn as stepperItemV1,
|
|
9095
9095
|
In as stepperV1,
|
|
9096
9096
|
$n as stepperWindowItemV1,
|
|
9097
9097
|
Vn as stepperWindowV1,
|
|
9098
|
-
|
|
9098
|
+
vc as switchV1,
|
|
9099
9099
|
Sn as tabV1,
|
|
9100
9100
|
Cn as tabsV1,
|
|
9101
9101
|
hn as textFieldV1,
|
|
@@ -9109,10 +9109,10 @@ export {
|
|
|
9109
9109
|
Fe as triggerReactivity,
|
|
9110
9110
|
Ou as types,
|
|
9111
9111
|
wu as unwrapEventId,
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9112
|
+
jo as unwrapMethodId,
|
|
9113
|
+
eo as unwrapPropertyId,
|
|
9114
|
+
Jn as useDepend,
|
|
9115
|
+
Zn as useSandbox,
|
|
9116
9116
|
An as windowItemV1,
|
|
9117
9117
|
Ln as windowV1
|
|
9118
9118
|
};
|