x-runtime-lib 0.8.57 → 0.8.59
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,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as Q, renderSlot as B, unref as
|
|
1
|
+
import { defineComponent as V, createElementBlock as Q, renderSlot as B, unref as i, openBlock as h, createElementVNode as q, computed as x, normalizeStyle as Z, ref as ie, watchEffect as me, watch as oe, onBeforeMount as Xo, onUnmounted as Xe, createBlock as _, withCtx as k, createCommentVNode as ee, useTemplateRef as oo, onMounted as ro, nextTick as so, useAttrs as Yo, h as se, resolveComponent as z, createVNode as R, isRef as X, createSlots as Wn, renderList as qo, useId as lo, withModifiers as Jo, normalizeClass as Zo, toDisplayString as Qo, inject as ae, provide as ce, readonly as Rn } from "vue";
|
|
2
2
|
import { globalObjects as ge, waitUtil as ao, useViewStack as co, eventBus as uo, messageInfo as er, messageSuccess as tr, messageWarning as po, messageError as mo, createAxios as nr, openConfirmDlg as ir, openPromptDlg as or } from "x-essential-lib";
|
|
3
3
|
import { CameraHelper as yo, DirectionalLightHelper as rr, PointLightHelper as sr, SpotLightHelper as lr } from "three";
|
|
4
4
|
import { c as W, i as le, q as Re, u as ar, r as fo, e as bo, a as cr, b as ur, d as pr, f as mr, g as dr, h as yr, j as fr, k as br, l as ho, X as hr, Y as gr, K as xr, m as vr, n as kr, o as _r, I as wr } from "./vendor.dd29fg1n.js";
|
|
@@ -8,7 +8,7 @@ import { useI18n as go } from "vue-i18n";
|
|
|
8
8
|
const ti = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
9
|
function P(t) {
|
|
10
10
|
let e = "";
|
|
11
|
-
for (let
|
|
11
|
+
for (let n = 0; n < t; n++) {
|
|
12
12
|
const o = Math.floor(Math.random() * ti.length);
|
|
13
13
|
e += ti[o];
|
|
14
14
|
}
|
|
@@ -17,28 +17,28 @@ function P(t) {
|
|
|
17
17
|
function Ye(t) {
|
|
18
18
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
19
19
|
return !1;
|
|
20
|
-
const e = t.substring(0, t.length - 2),
|
|
21
|
-
return !(isNaN(
|
|
20
|
+
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
21
|
+
return !(isNaN(n) || n % 1 !== 0);
|
|
22
22
|
}
|
|
23
23
|
function Mn(t) {
|
|
24
24
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
25
25
|
return !1;
|
|
26
|
-
const e = t.substring(0, t.length - 1),
|
|
27
|
-
return !isNaN(
|
|
26
|
+
const e = t.substring(0, t.length - 1), n = parseFloat(e);
|
|
27
|
+
return !isNaN(n);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function Ou(t) {
|
|
30
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
31
|
return;
|
|
32
|
-
const e = t.substring(0, t.length - 2),
|
|
33
|
-
if (!isNaN(
|
|
34
|
-
return
|
|
32
|
+
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
33
|
+
if (!isNaN(n) && n % 1 === 0)
|
|
34
|
+
return n;
|
|
35
35
|
}
|
|
36
36
|
function Qt(t) {
|
|
37
37
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
38
38
|
return;
|
|
39
|
-
const e = t.substring(0, t.length - 1),
|
|
40
|
-
if (!isNaN(
|
|
41
|
-
return
|
|
39
|
+
const e = t.substring(0, t.length - 1), n = parseFloat(e);
|
|
40
|
+
if (!isNaN(n))
|
|
41
|
+
return n;
|
|
42
42
|
}
|
|
43
43
|
const xo = ["xs", "sm", "md", "lg", "xl"], Ir = [...xo].reverse();
|
|
44
44
|
function Ge(t) {
|
|
@@ -48,29 +48,29 @@ function ni(t) {
|
|
|
48
48
|
return xo.findIndex((e) => e === t);
|
|
49
49
|
}
|
|
50
50
|
function Pe(t, e) {
|
|
51
|
-
let
|
|
51
|
+
let n;
|
|
52
52
|
for (const o of Ir) {
|
|
53
53
|
if (ni(o) < ni(t))
|
|
54
54
|
break;
|
|
55
|
-
e[o] && (
|
|
55
|
+
e[o] && (n = e[o]);
|
|
56
56
|
}
|
|
57
|
-
return
|
|
57
|
+
return n;
|
|
58
58
|
}
|
|
59
59
|
function we(t, e) {
|
|
60
|
-
let
|
|
61
|
-
if (typeof
|
|
60
|
+
let n = t;
|
|
61
|
+
if (typeof n != "object")
|
|
62
62
|
return;
|
|
63
63
|
let o = [];
|
|
64
64
|
if (e instanceof Array ? o = e : o = e.split("."), !(o.length <= 0)) {
|
|
65
65
|
for (const s of o) {
|
|
66
|
-
if (typeof
|
|
66
|
+
if (typeof n != "object")
|
|
67
67
|
return;
|
|
68
|
-
|
|
68
|
+
n = n[s];
|
|
69
69
|
}
|
|
70
|
-
return
|
|
70
|
+
return n;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
function vo(t, e,
|
|
73
|
+
function vo(t, e, n) {
|
|
74
74
|
let o = t;
|
|
75
75
|
if (typeof o != "object")
|
|
76
76
|
return;
|
|
@@ -82,19 +82,19 @@ function vo(t, e, i) {
|
|
|
82
82
|
o = o[c], o || (o = {});
|
|
83
83
|
}
|
|
84
84
|
const r = s[s.length - 1];
|
|
85
|
-
o[r] =
|
|
85
|
+
o[r] = n;
|
|
86
86
|
}
|
|
87
87
|
function Sr(t, e = 2) {
|
|
88
|
-
const
|
|
88
|
+
const n = " ".repeat(e);
|
|
89
89
|
return t.split(`
|
|
90
|
-
`).map((r) => r.trim() === "" ? r :
|
|
90
|
+
`).map((r) => r.trim() === "" ? r : n + r).join(`
|
|
91
91
|
`);
|
|
92
92
|
}
|
|
93
93
|
function te(t) {
|
|
94
94
|
return t === "runtime" || t === "preview";
|
|
95
95
|
}
|
|
96
|
-
const
|
|
97
|
-
function
|
|
96
|
+
const Ku = ["string", "number", "boolean", "array", "object"];
|
|
97
|
+
function Uu(t) {
|
|
98
98
|
switch (t) {
|
|
99
99
|
case "string":
|
|
100
100
|
return "#5ba58c";
|
|
@@ -117,14 +117,14 @@ function ko(t) {
|
|
|
117
117
|
}
|
|
118
118
|
return !1;
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function Xu(t, e, n, o, s) {
|
|
121
121
|
let r = t;
|
|
122
122
|
for (let c = 0; c < e.length; c++)
|
|
123
123
|
if (r = r.children[e[c]], !r) {
|
|
124
124
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
|
-
let a = r.children[
|
|
127
|
+
let a = r.children[n];
|
|
128
128
|
a ? a.dataSeq !== o && (a = {
|
|
129
129
|
dataSeq: o,
|
|
130
130
|
data: W(s),
|
|
@@ -133,7 +133,7 @@ function Uu(t, e, i, o, s) {
|
|
|
133
133
|
dataSeq: o,
|
|
134
134
|
data: W(s),
|
|
135
135
|
children: {}
|
|
136
|
-
}, r.children[
|
|
136
|
+
}, r.children[n] = a);
|
|
137
137
|
}
|
|
138
138
|
const Cr = ["common", "scene"], Pr = ["common", "scene"];
|
|
139
139
|
function Tr(t) {
|
|
@@ -171,27 +171,27 @@ function Ar(t) {
|
|
|
171
171
|
}
|
|
172
172
|
return !0;
|
|
173
173
|
}
|
|
174
|
-
function Dn(t, e,
|
|
174
|
+
function Dn(t, e, n) {
|
|
175
175
|
const { i18n: o } = ge;
|
|
176
176
|
let s = "";
|
|
177
|
-
return t && (s += t
|
|
178
|
-
a > 0 && (s += " - "),
|
|
177
|
+
return t && (s += `[${t}] `), e.forEach((r, a) => {
|
|
178
|
+
a > 0 && (s += " - "), n ? s += o.global.t(r) : s += r;
|
|
179
179
|
}), s;
|
|
180
180
|
}
|
|
181
|
-
function Xu(t, e) {
|
|
182
|
-
const { i18n: i } = ge;
|
|
183
|
-
let o = "";
|
|
184
|
-
return t === "elementProperty" || (t === "referenceProperty" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Dn(o, e, Tr(t));
|
|
185
|
-
}
|
|
186
181
|
function Yu(t, e) {
|
|
187
|
-
const { i18n:
|
|
182
|
+
const { i18n: n } = ge;
|
|
188
183
|
let o = "";
|
|
189
|
-
return t === "
|
|
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)), Dn(o, e, Tr(t));
|
|
190
185
|
}
|
|
191
186
|
function qu(t, e) {
|
|
192
|
-
const { i18n:
|
|
187
|
+
const { i18n: n } = ge;
|
|
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)), Dn(o, e, zr(t));
|
|
190
|
+
}
|
|
191
|
+
function Ju(t, e) {
|
|
192
|
+
const { i18n: n } = ge;
|
|
193
193
|
let o = "";
|
|
194
|
-
return t === "elementEvent" || (t === "referenceEvent" ? 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)), Dn(o, e, Ar(t));
|
|
195
195
|
}
|
|
196
196
|
const ze = {}, w = (t) => {
|
|
197
197
|
ze[t.key] = t;
|
|
@@ -204,7 +204,7 @@ const ze = {}, w = (t) => {
|
|
|
204
204
|
},
|
|
205
205
|
setup(t) {
|
|
206
206
|
const e = H();
|
|
207
|
-
return (
|
|
207
|
+
return (n, o) => i(e) === "editor" ? (h(), Q("TresMesh", {
|
|
208
208
|
key: 0,
|
|
209
209
|
position: t.position,
|
|
210
210
|
rotation: t.rotation,
|
|
@@ -213,8 +213,8 @@ const ze = {}, w = (t) => {
|
|
|
213
213
|
}, [
|
|
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
|
-
B(
|
|
217
|
-
], 8, Lr)) : B(
|
|
216
|
+
B(n.$slots, "default")
|
|
217
|
+
], 8, Lr)) : B(n.$slots, "default", { key: 1 });
|
|
218
218
|
}
|
|
219
219
|
}), D = /* @__PURE__ */ V({
|
|
220
220
|
__name: "index",
|
|
@@ -222,7 +222,7 @@ const ze = {}, w = (t) => {
|
|
|
222
222
|
block: { type: Boolean, default: !1 }
|
|
223
223
|
},
|
|
224
224
|
setup(t) {
|
|
225
|
-
const e = H(),
|
|
225
|
+
const e = H(), n = x(() => {
|
|
226
226
|
const s = {
|
|
227
227
|
position: "relative"
|
|
228
228
|
};
|
|
@@ -236,9 +236,9 @@ const ze = {}, w = (t) => {
|
|
|
236
236
|
pointerEvents: "auto",
|
|
237
237
|
userSelect: "none"
|
|
238
238
|
}));
|
|
239
|
-
return (s, r) =>
|
|
239
|
+
return (s, r) => i(e) === "editor" ? (h(), Q("div", {
|
|
240
240
|
key: 0,
|
|
241
|
-
style: Z(
|
|
241
|
+
style: Z(n.value)
|
|
242
242
|
}, [
|
|
243
243
|
B(s.$slots, "default"),
|
|
244
244
|
q("div", {
|
|
@@ -246,8 +246,8 @@ const ze = {}, w = (t) => {
|
|
|
246
246
|
}, null, 4)
|
|
247
247
|
], 4)) : B(s.$slots, "default", { key: 1 });
|
|
248
248
|
}
|
|
249
|
-
}), Er = (t, e,
|
|
250
|
-
const s = t.getElementPropertyInner(e,
|
|
249
|
+
}), Er = (t, e, n, o) => {
|
|
250
|
+
const s = t.getElementPropertyInner(e, n);
|
|
251
251
|
if (o) {
|
|
252
252
|
if (typeof s == "string")
|
|
253
253
|
return JSON.parse(s);
|
|
@@ -255,17 +255,17 @@ const ze = {}, w = (t) => {
|
|
|
255
255
|
return;
|
|
256
256
|
} else
|
|
257
257
|
return s;
|
|
258
|
-
}, Br = (t, e,
|
|
258
|
+
}, Br = (t, e, n, o, s) => {
|
|
259
259
|
let r;
|
|
260
|
-
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t.setElementPropertyInner(e,
|
|
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
|
-
function l(t, e,
|
|
262
|
+
function l(t, e, n) {
|
|
263
263
|
const o = H(), s = be(), r = ie();
|
|
264
264
|
return me(() => {
|
|
265
|
-
let a = Er(s, t.node, e,
|
|
265
|
+
let a = Er(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) || Br(s, t.node, e, r.value,
|
|
268
|
+
le(a, c) || Br(s, t.node, e, r.value, n);
|
|
269
269
|
}), { property: r };
|
|
270
270
|
}
|
|
271
271
|
function de(t) {
|
|
@@ -273,7 +273,7 @@ function de(t) {
|
|
|
273
273
|
"transform",
|
|
274
274
|
"position",
|
|
275
275
|
"x"
|
|
276
|
-
]), { property:
|
|
276
|
+
]), { property: n } = l(t, [
|
|
277
277
|
"transform",
|
|
278
278
|
"position",
|
|
279
279
|
"y"
|
|
@@ -307,9 +307,9 @@ function de(t) {
|
|
|
307
307
|
"z"
|
|
308
308
|
]), u = ie([0, 0, 0]), p = ie([0, 0, 0]), f = ie([1, 1, 1]);
|
|
309
309
|
return me(() => {
|
|
310
|
-
u.value = [e.value,
|
|
310
|
+
u.value = [e.value, n.value, o.value];
|
|
311
311
|
}), me(() => {
|
|
312
|
-
e.value = u.value[0],
|
|
312
|
+
e.value = u.value[0], n.value = u.value[1], o.value = u.value[2];
|
|
313
313
|
}), me(() => {
|
|
314
314
|
p.value = [s.value, r.value, a.value];
|
|
315
315
|
}), me(() => {
|
|
@@ -321,62 +321,62 @@ function de(t) {
|
|
|
321
321
|
}), { position: u, rotation: p, scale: f };
|
|
322
322
|
}
|
|
323
323
|
function _o(t) {
|
|
324
|
-
const e = x(() => t.node.legend?.show),
|
|
324
|
+
const e = x(() => t.node.legend?.show), n = x(() => t.node.legend?.data);
|
|
325
325
|
function o(s) {
|
|
326
326
|
s.legend = {
|
|
327
327
|
show: e.value,
|
|
328
|
-
data:
|
|
328
|
+
data: n.value
|
|
329
329
|
};
|
|
330
330
|
}
|
|
331
|
-
return { show: e, data:
|
|
331
|
+
return { show: e, data: n, applyLegend: o };
|
|
332
332
|
}
|
|
333
333
|
function wo(t) {
|
|
334
334
|
const e = x(() => t.node.series);
|
|
335
|
-
function
|
|
335
|
+
function n(o) {
|
|
336
336
|
o.series = e.value;
|
|
337
337
|
}
|
|
338
|
-
return { series: e, applySeries:
|
|
338
|
+
return { series: e, applySeries: n };
|
|
339
339
|
}
|
|
340
340
|
function Vo(t) {
|
|
341
|
-
const e = x(() => t.node.title?.show),
|
|
341
|
+
const e = x(() => t.node.title?.show), n = x(() => t.node.title?.text), o = x(() => t.node.title?.subtext);
|
|
342
342
|
function s(r) {
|
|
343
343
|
r.title = {
|
|
344
344
|
show: e.value,
|
|
345
|
-
text:
|
|
345
|
+
text: n.value,
|
|
346
346
|
subtext: o.value
|
|
347
347
|
};
|
|
348
348
|
}
|
|
349
|
-
return { show: e, text:
|
|
349
|
+
return { show: e, text: n, subtext: o, applyTitle: s };
|
|
350
350
|
}
|
|
351
351
|
function $o(t) {
|
|
352
|
-
const e = x(() => t.node.xAxis?.show),
|
|
352
|
+
const e = x(() => t.node.xAxis?.show), n = x(() => t.node.xAxis?.position), o = x(() => t.node.xAxis?.type), s = x(() => t.node.xAxis?.data);
|
|
353
353
|
function r(a) {
|
|
354
354
|
a.xAxis = {
|
|
355
355
|
show: e.value,
|
|
356
|
-
position:
|
|
356
|
+
position: n.value,
|
|
357
357
|
type: o.value,
|
|
358
358
|
data: s.value
|
|
359
359
|
};
|
|
360
360
|
}
|
|
361
|
-
return { show: e, position:
|
|
361
|
+
return { show: e, position: n, type: o, data: s, applyXAxis: r };
|
|
362
362
|
}
|
|
363
363
|
function Io(t) {
|
|
364
|
-
const e = x(() => t.node.yAxis?.show),
|
|
364
|
+
const e = x(() => t.node.yAxis?.show), n = x(() => t.node.yAxis?.position), o = x(() => t.node.yAxis?.type), s = x(() => t.node.yAxis?.data);
|
|
365
365
|
function r(a) {
|
|
366
366
|
a.yAxis = {
|
|
367
367
|
show: e.value,
|
|
368
|
-
position:
|
|
368
|
+
position: n.value,
|
|
369
369
|
type: o.value,
|
|
370
370
|
data: s.value
|
|
371
371
|
};
|
|
372
372
|
}
|
|
373
|
-
return { show: e, position:
|
|
373
|
+
return { show: e, position: n, type: o, data: s, applyYAxis: r };
|
|
374
374
|
}
|
|
375
375
|
function O(t) {
|
|
376
|
-
const { computedThemes: e } = Vr(),
|
|
376
|
+
const { computedThemes: e } = Vr(), n = Me(), o = x(() => t.value?.mode), s = x(() => {
|
|
377
377
|
const d = t.value?.theme;
|
|
378
|
-
return d ? d === "background0" ?
|
|
379
|
-
}), r = x(() =>
|
|
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
|
+
}), r = x(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = x(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = x(() => {
|
|
380
380
|
const d = a.value;
|
|
381
381
|
return !d.startsWith("#") || d.length < 7 ? "" : d.substring(0, 7);
|
|
382
382
|
}), m = x(() => {
|
|
@@ -386,46 +386,46 @@ function O(t) {
|
|
|
386
386
|
return { color: a, rgb: c, alpha: m };
|
|
387
387
|
}
|
|
388
388
|
function Fn(t) {
|
|
389
|
-
const e = x(() => t.node.border?.style),
|
|
389
|
+
const e = x(() => t.node.border?.style), n = x(() => t.node.border?.width), o = x(() => t.node.border?.color), { color: s } = O(o), r = x(() => t.node.border?.roundRadius?.tl), a = x(() => t.node.border?.roundRadius?.tr), c = x(() => t.node.border?.roundRadius?.bl), m = x(() => t.node.border?.roundRadius?.br);
|
|
390
390
|
function d(u) {
|
|
391
|
-
e.value && (u.borderStyle = e.value),
|
|
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
|
-
return { borderStyle: e, borderWidth:
|
|
393
|
+
return { borderStyle: e, borderWidth: n, borderColor: s, applyBorder: d };
|
|
394
394
|
}
|
|
395
395
|
function Nn(t) {
|
|
396
|
-
const e = x(() => t.node.margin?.top),
|
|
396
|
+
const e = x(() => t.node.margin?.top), n = x(() => t.node.margin?.left), o = x(() => t.node.margin?.bottom), s = x(() => t.node.margin?.right);
|
|
397
397
|
function r(a) {
|
|
398
|
-
e.value && (a.marginTop = e.value),
|
|
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
|
-
return { marginTop: e, marginLeft:
|
|
400
|
+
return { marginTop: e, marginLeft: n, marginBottom: o, marginRight: s, applyMargin: r };
|
|
401
401
|
}
|
|
402
402
|
function Gn(t) {
|
|
403
|
-
const e = x(() => t.node.padding?.top),
|
|
403
|
+
const e = x(() => t.node.padding?.top), n = x(() => t.node.padding?.left), o = x(() => t.node.padding?.bottom), s = x(() => t.node.padding?.right);
|
|
404
404
|
function r(a) {
|
|
405
|
-
e.value && (a.paddingTop = e.value),
|
|
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);
|
|
406
406
|
}
|
|
407
|
-
return { paddingTop: e, paddingLeft:
|
|
407
|
+
return { paddingTop: e, paddingLeft: n, paddingBottom: o, paddingRight: s, applyPadding: r };
|
|
408
408
|
}
|
|
409
409
|
function ye(t) {
|
|
410
|
-
const e = H(),
|
|
410
|
+
const e = H(), n = Ce(), o = x(() => t.node.size?.width), s = x(() => t.node.size?.minWidth), r = x(() => t.node.size?.maxWidth), a = x(() => {
|
|
411
411
|
if (t.outer && e === "editor") {
|
|
412
412
|
const u = Qt(t.node.size?.height);
|
|
413
413
|
if (u)
|
|
414
|
-
return u / 100 *
|
|
414
|
+
return u / 100 * n.value.height + "px";
|
|
415
415
|
}
|
|
416
416
|
return t.node.size?.height;
|
|
417
417
|
}), c = x(() => {
|
|
418
418
|
if (t.outer && e === "editor") {
|
|
419
419
|
const u = Qt(t.node.size?.minHeight);
|
|
420
420
|
if (u)
|
|
421
|
-
return u / 100 *
|
|
421
|
+
return u / 100 * n.value.height + "px";
|
|
422
422
|
}
|
|
423
423
|
return t.node.size?.minHeight;
|
|
424
424
|
}), m = x(() => {
|
|
425
425
|
if (t.outer && e === "editor") {
|
|
426
426
|
const u = Qt(t.node.size?.maxHeight);
|
|
427
427
|
if (u)
|
|
428
|
-
return u / 100 *
|
|
428
|
+
return u / 100 * n.value.height + "px";
|
|
429
429
|
}
|
|
430
430
|
return t.node.size?.maxHeight;
|
|
431
431
|
});
|
|
@@ -434,12 +434,12 @@ function ye(t) {
|
|
|
434
434
|
}
|
|
435
435
|
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: m, applySize: d };
|
|
436
436
|
}
|
|
437
|
-
function je(t, e,
|
|
437
|
+
function je(t, e, n) {
|
|
438
438
|
const o = be(), s = x(() => Bn("elementMethod", t.node.basic.id, e));
|
|
439
439
|
Xo(() => {
|
|
440
|
-
o.eventBus?.on(s.value,
|
|
440
|
+
o.eventBus?.on(s.value, n);
|
|
441
441
|
}), Xe(() => {
|
|
442
|
-
o.eventBus?.off(s.value,
|
|
442
|
+
o.eventBus?.off(s.value, n);
|
|
443
443
|
});
|
|
444
444
|
}
|
|
445
445
|
function F() {
|
|
@@ -453,27 +453,27 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
453
453
|
outer: { type: Boolean }
|
|
454
454
|
},
|
|
455
455
|
setup(t) {
|
|
456
|
-
const e = t,
|
|
457
|
-
return (f, b) => (h(), _(
|
|
458
|
-
position:
|
|
459
|
-
rotation:
|
|
460
|
-
scale:
|
|
456
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: m } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: p } = l(e, ["settings", "top"]);
|
|
457
|
+
return (f, b) => (h(), _(i(ve), {
|
|
458
|
+
position: i(o),
|
|
459
|
+
rotation: i(s),
|
|
460
|
+
scale: i(r)
|
|
461
461
|
}, {
|
|
462
462
|
default: k(() => [
|
|
463
463
|
q("TresOrthographicCamera", {
|
|
464
|
-
bottom:
|
|
465
|
-
far:
|
|
466
|
-
left:
|
|
467
|
-
near:
|
|
468
|
-
position: n
|
|
469
|
-
right:
|
|
470
|
-
rotation: n
|
|
471
|
-
scale: n
|
|
472
|
-
top:
|
|
464
|
+
bottom: i(a),
|
|
465
|
+
far: i(c),
|
|
466
|
+
left: i(m),
|
|
467
|
+
near: i(d),
|
|
468
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
469
|
+
right: i(u),
|
|
470
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
471
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1],
|
|
472
|
+
top: i(p)
|
|
473
473
|
}, [
|
|
474
|
-
n
|
|
474
|
+
i(n) === "editor" ? (h(), _(i(Re), {
|
|
475
475
|
key: 0,
|
|
476
|
-
type:
|
|
476
|
+
type: i(yo)
|
|
477
477
|
}, null, 8, ["type"])) : ee("", !0),
|
|
478
478
|
B(f.$slots, "default")
|
|
479
479
|
], 8, Wr)
|
|
@@ -488,25 +488,25 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
488
488
|
outer: { type: Boolean }
|
|
489
489
|
},
|
|
490
490
|
setup(t) {
|
|
491
|
-
const e = t,
|
|
492
|
-
return (u, p) => (h(), _(
|
|
493
|
-
position:
|
|
494
|
-
rotation:
|
|
495
|
-
scale:
|
|
491
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: m } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
|
|
492
|
+
return (u, p) => (h(), _(i(ve), {
|
|
493
|
+
position: i(o),
|
|
494
|
+
rotation: i(s),
|
|
495
|
+
scale: i(r)
|
|
496
496
|
}, {
|
|
497
497
|
default: k(() => [
|
|
498
498
|
q("TresPerspectiveCamera", {
|
|
499
|
-
aspect:
|
|
500
|
-
far:
|
|
501
|
-
fov:
|
|
502
|
-
near:
|
|
503
|
-
position: n
|
|
504
|
-
rotation: n
|
|
505
|
-
scale: n
|
|
499
|
+
aspect: i(a),
|
|
500
|
+
far: i(c),
|
|
501
|
+
fov: i(m),
|
|
502
|
+
near: i(d),
|
|
503
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
504
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
505
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
506
506
|
}, [
|
|
507
|
-
n
|
|
507
|
+
i(n) === "editor" ? (h(), _(i(Re), {
|
|
508
508
|
key: 0,
|
|
509
|
-
type:
|
|
509
|
+
type: i(yo)
|
|
510
510
|
}, null, 8, ["type"])) : ee("", !0),
|
|
511
511
|
B(u.$slots, "default")
|
|
512
512
|
], 8, Mr)
|
|
@@ -521,7 +521,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
521
521
|
outer: { type: Boolean }
|
|
522
522
|
},
|
|
523
523
|
setup(t) {
|
|
524
|
-
const e = t, { property:
|
|
524
|
+
const e = t, { property: n } = l(e, ["settings", "depth"]), { property: o } = l(e, [
|
|
525
525
|
"settings",
|
|
526
526
|
"depthSegements"
|
|
527
527
|
]), { property: s } = l(e, ["settings", "height"]), { property: r } = l(e, [
|
|
@@ -533,20 +533,20 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
533
533
|
]);
|
|
534
534
|
return (m, d) => (h(), Q("TresBoxGeometry", {
|
|
535
535
|
args: [
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
n
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
536
|
+
i(a),
|
|
537
|
+
i(s),
|
|
538
|
+
i(n),
|
|
539
|
+
i(c),
|
|
540
|
+
i(r),
|
|
541
|
+
i(o)
|
|
542
542
|
]
|
|
543
543
|
}, null, 8, Fr));
|
|
544
544
|
}
|
|
545
545
|
}), Se = (t, e) => {
|
|
546
|
-
const
|
|
546
|
+
const n = t.__vccOpts || t;
|
|
547
547
|
for (const [o, s] of e)
|
|
548
|
-
|
|
549
|
-
return
|
|
548
|
+
n[o] = s;
|
|
549
|
+
return n;
|
|
550
550
|
}, Gr = ["args"], jr = /* @__PURE__ */ V({
|
|
551
551
|
__name: "index",
|
|
552
552
|
props: {
|
|
@@ -554,7 +554,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
554
554
|
outer: { type: Boolean }
|
|
555
555
|
},
|
|
556
556
|
setup(t) {
|
|
557
|
-
const e = t, { property:
|
|
557
|
+
const e = t, { property: n } = l(e, [
|
|
558
558
|
"settings",
|
|
559
559
|
"heightSegments"
|
|
560
560
|
]), { property: o } = l(e, [
|
|
@@ -575,13 +575,13 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
575
575
|
]);
|
|
576
576
|
return (d, u) => (h(), Q("TresSphereGeometry", {
|
|
577
577
|
args: [
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
n
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
578
|
+
i(r),
|
|
579
|
+
i(m),
|
|
580
|
+
i(n),
|
|
581
|
+
i(s),
|
|
582
|
+
i(o),
|
|
583
|
+
i(c),
|
|
584
|
+
i(a)
|
|
585
585
|
]
|
|
586
586
|
}, null, 8, Gr));
|
|
587
587
|
}
|
|
@@ -592,22 +592,22 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
592
592
|
outer: { type: Boolean }
|
|
593
593
|
},
|
|
594
594
|
setup(t) {
|
|
595
|
-
const e = t,
|
|
595
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: m } = l(e, [
|
|
596
596
|
"settings",
|
|
597
597
|
"intensity"
|
|
598
598
|
]);
|
|
599
|
-
return (d, u) => (h(), _(
|
|
600
|
-
position:
|
|
601
|
-
rotation:
|
|
602
|
-
scale:
|
|
599
|
+
return (d, u) => (h(), _(i(ve), {
|
|
600
|
+
position: i(o),
|
|
601
|
+
rotation: i(s),
|
|
602
|
+
scale: i(r)
|
|
603
603
|
}, {
|
|
604
604
|
default: k(() => [
|
|
605
605
|
q("TresAmbientLight", {
|
|
606
|
-
color:
|
|
607
|
-
intensity:
|
|
608
|
-
position: n
|
|
609
|
-
rotation: n
|
|
610
|
-
scale: n
|
|
606
|
+
color: i(c),
|
|
607
|
+
intensity: i(m),
|
|
608
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
609
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
610
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
611
611
|
}, [
|
|
612
612
|
B(d.$slots, "default")
|
|
613
613
|
], 8, Hr)
|
|
@@ -622,26 +622,26 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
622
622
|
outer: { type: Boolean }
|
|
623
623
|
},
|
|
624
624
|
setup(t) {
|
|
625
|
-
const e = t,
|
|
625
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: m } = l(e, [
|
|
626
626
|
"settings",
|
|
627
627
|
"intensity"
|
|
628
628
|
]);
|
|
629
|
-
return (d, u) => (h(), _(
|
|
630
|
-
position:
|
|
631
|
-
rotation:
|
|
632
|
-
scale:
|
|
629
|
+
return (d, u) => (h(), _(i(ve), {
|
|
630
|
+
position: i(o),
|
|
631
|
+
rotation: i(s),
|
|
632
|
+
scale: i(r)
|
|
633
633
|
}, {
|
|
634
634
|
default: k(() => [
|
|
635
635
|
q("TresDirectionalLight", {
|
|
636
|
-
color:
|
|
637
|
-
intensity:
|
|
638
|
-
position: n
|
|
639
|
-
rotation: n
|
|
640
|
-
scale: n
|
|
636
|
+
color: i(c),
|
|
637
|
+
intensity: i(m),
|
|
638
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
639
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
640
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
641
641
|
}, [
|
|
642
|
-
n
|
|
642
|
+
i(n) === "editor" ? (h(), _(i(Re), {
|
|
643
643
|
key: 0,
|
|
644
|
-
type:
|
|
644
|
+
type: i(rr)
|
|
645
645
|
}, null, 8, ["type"])) : ee("", !0),
|
|
646
646
|
B(d.$slots, "default")
|
|
647
647
|
], 8, Kr)
|
|
@@ -656,31 +656,31 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
656
656
|
outer: { type: Boolean }
|
|
657
657
|
},
|
|
658
658
|
setup(t) {
|
|
659
|
-
const e = t,
|
|
659
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: m } = l(e, ["settings", "decay"]), { property: d } = l(e, [
|
|
660
660
|
"settings",
|
|
661
661
|
"distance"
|
|
662
662
|
]), { property: u } = l(e, [
|
|
663
663
|
"settings",
|
|
664
664
|
"intensity"
|
|
665
665
|
]);
|
|
666
|
-
return (p, f) => (h(), _(
|
|
667
|
-
position:
|
|
668
|
-
rotation:
|
|
669
|
-
scale:
|
|
666
|
+
return (p, f) => (h(), _(i(ve), {
|
|
667
|
+
position: i(o),
|
|
668
|
+
rotation: i(s),
|
|
669
|
+
scale: i(r)
|
|
670
670
|
}, {
|
|
671
671
|
default: k(() => [
|
|
672
672
|
q("TresPointLight", {
|
|
673
|
-
color:
|
|
674
|
-
decay:
|
|
675
|
-
distance:
|
|
676
|
-
intensity:
|
|
677
|
-
position: n
|
|
678
|
-
rotation: n
|
|
679
|
-
scale: n
|
|
673
|
+
color: i(c),
|
|
674
|
+
decay: i(m),
|
|
675
|
+
distance: i(d),
|
|
676
|
+
intensity: i(u),
|
|
677
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
678
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
679
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
680
680
|
}, [
|
|
681
|
-
n
|
|
681
|
+
i(n) === "editor" ? (h(), _(i(Re), {
|
|
682
682
|
key: 0,
|
|
683
|
-
type:
|
|
683
|
+
type: i(sr)
|
|
684
684
|
}, null, 8, ["type"])) : ee("", !0),
|
|
685
685
|
B(p.$slots, "default")
|
|
686
686
|
], 8, Xr)
|
|
@@ -695,7 +695,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
695
695
|
outer: { type: Boolean }
|
|
696
696
|
},
|
|
697
697
|
setup(t) {
|
|
698
|
-
const e = t,
|
|
698
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "angle"]), { property: c } = l(e, ["settings", "color"]), { color: m } = O(c), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
|
|
699
699
|
"settings",
|
|
700
700
|
"distance"
|
|
701
701
|
]), { property: p } = l(e, [
|
|
@@ -705,26 +705,26 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
705
705
|
"settings",
|
|
706
706
|
"penumbra"
|
|
707
707
|
]);
|
|
708
|
-
return (b, g) => (h(), _(
|
|
709
|
-
position:
|
|
710
|
-
rotation:
|
|
711
|
-
scale:
|
|
708
|
+
return (b, g) => (h(), _(i(ve), {
|
|
709
|
+
position: i(o),
|
|
710
|
+
rotation: i(s),
|
|
711
|
+
scale: i(r)
|
|
712
712
|
}, {
|
|
713
713
|
default: k(() => [
|
|
714
714
|
q("TresSpotLight", {
|
|
715
|
-
angle:
|
|
716
|
-
color:
|
|
717
|
-
decay:
|
|
718
|
-
distance:
|
|
719
|
-
intensity:
|
|
720
|
-
penumbra:
|
|
721
|
-
position: n
|
|
722
|
-
rotation: n
|
|
723
|
-
scale: n
|
|
715
|
+
angle: i(a),
|
|
716
|
+
color: i(m),
|
|
717
|
+
decay: i(d),
|
|
718
|
+
distance: i(u),
|
|
719
|
+
intensity: i(p),
|
|
720
|
+
penumbra: i(f),
|
|
721
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
722
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
723
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
724
724
|
}, [
|
|
725
|
-
n
|
|
725
|
+
i(n) === "editor" ? (h(), _(i(Re), {
|
|
726
726
|
key: 0,
|
|
727
|
-
type:
|
|
727
|
+
type: i(lr)
|
|
728
728
|
}, null, 8, ["type"])) : ee("", !0),
|
|
729
729
|
B(b.$slots, "default")
|
|
730
730
|
], 8, qr)
|
|
@@ -743,17 +743,17 @@ const es = /* @__PURE__ */ Se(Zr, [["render", Qr]]), ts = ["position", "rotation
|
|
|
743
743
|
outer: { type: Boolean }
|
|
744
744
|
},
|
|
745
745
|
setup(t) {
|
|
746
|
-
const e = t,
|
|
747
|
-
return (a, c) => (h(), _(
|
|
748
|
-
position:
|
|
749
|
-
rotation:
|
|
750
|
-
scale:
|
|
746
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = de(e);
|
|
747
|
+
return (a, c) => (h(), _(i(ve), {
|
|
748
|
+
position: i(o),
|
|
749
|
+
rotation: i(s),
|
|
750
|
+
scale: i(r)
|
|
751
751
|
}, {
|
|
752
752
|
default: k(() => [
|
|
753
753
|
q("TresGroup", {
|
|
754
|
-
position: n
|
|
755
|
-
rotation: n
|
|
756
|
-
scale: n
|
|
754
|
+
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
755
|
+
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
756
|
+
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
757
757
|
}, [
|
|
758
758
|
B(a.$slots, "default")
|
|
759
759
|
], 8, ts)
|
|
@@ -768,11 +768,11 @@ const es = /* @__PURE__ */ Se(Zr, [["render", Qr]]), ts = ["position", "rotation
|
|
|
768
768
|
outer: { type: Boolean }
|
|
769
769
|
},
|
|
770
770
|
setup(t) {
|
|
771
|
-
const e = t, { position:
|
|
771
|
+
const e = t, { position: n, rotation: o, scale: s } = de(e);
|
|
772
772
|
return (r, a) => (h(), Q("TresMesh", {
|
|
773
|
-
position: n
|
|
774
|
-
rotation:
|
|
775
|
-
scale:
|
|
773
|
+
position: i(n),
|
|
774
|
+
rotation: i(o),
|
|
775
|
+
scale: i(s)
|
|
776
776
|
}, [
|
|
777
777
|
B(r.$slots, "default")
|
|
778
778
|
], 8, is));
|
|
@@ -857,7 +857,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
857
857
|
outer: { type: Boolean }
|
|
858
858
|
},
|
|
859
859
|
setup(t) {
|
|
860
|
-
const e = 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 } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: v } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = x(() => {
|
|
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
863
|
}), L = oo("chart");
|
|
@@ -878,8 +878,8 @@ const pl = /* @__PURE__ */ V({
|
|
|
878
878
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
879
879
|
}), oe(
|
|
880
880
|
[
|
|
881
|
-
() =>
|
|
882
|
-
() =>
|
|
881
|
+
() => n.value.width,
|
|
882
|
+
() => n.value.height,
|
|
883
883
|
a,
|
|
884
884
|
c,
|
|
885
885
|
m,
|
|
@@ -898,7 +898,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
898
898
|
M();
|
|
899
899
|
},
|
|
900
900
|
{ deep: !0 }
|
|
901
|
-
), (C, G) => (h(), _(
|
|
901
|
+
), (C, G) => (h(), _(i(D), { block: "" }, {
|
|
902
902
|
default: k(() => [
|
|
903
903
|
q("div", {
|
|
904
904
|
ref: "chart",
|
|
@@ -915,7 +915,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
915
915
|
outer: { type: Boolean }
|
|
916
916
|
},
|
|
917
917
|
setup(t) {
|
|
918
|
-
const e = 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 } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: v } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = x(() => {
|
|
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
921
|
}), L = oo("chart");
|
|
@@ -936,8 +936,8 @@ const pl = /* @__PURE__ */ V({
|
|
|
936
936
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
937
937
|
}), oe(
|
|
938
938
|
[
|
|
939
|
-
() =>
|
|
940
|
-
() =>
|
|
939
|
+
() => n.value.width,
|
|
940
|
+
() => n.value.height,
|
|
941
941
|
a,
|
|
942
942
|
c,
|
|
943
943
|
m,
|
|
@@ -956,7 +956,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
956
956
|
M();
|
|
957
957
|
},
|
|
958
958
|
{ deep: !0 }
|
|
959
|
-
), (C, G) => (h(), _(
|
|
959
|
+
), (C, G) => (h(), _(i(D), { block: "" }, {
|
|
960
960
|
default: k(() => [
|
|
961
961
|
q("div", {
|
|
962
962
|
ref: "chart",
|
|
@@ -974,8 +974,8 @@ const pl = /* @__PURE__ */ V({
|
|
|
974
974
|
outer: { type: Boolean }
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const e = t,
|
|
978
|
-
return ei(
|
|
977
|
+
const e = t, n = ie(), o = be();
|
|
978
|
+
return ei(n, "multipleRef", e.node.basic.id, "", o), Qn(e.refContext.compId, n), (s, r) => (h(), Q("div"));
|
|
979
979
|
}
|
|
980
980
|
}), yl = /* @__PURE__ */ V({
|
|
981
981
|
__name: "index",
|
|
@@ -985,9 +985,9 @@ const pl = /* @__PURE__ */ V({
|
|
|
985
985
|
outer: { type: Boolean }
|
|
986
986
|
},
|
|
987
987
|
setup(t) {
|
|
988
|
-
const { t: e } = go(),
|
|
989
|
-
ei(o, "reference",
|
|
990
|
-
const r = Yo(), { applySize: a } = ye(
|
|
988
|
+
const { t: e } = go(), n = t, o = ie(), s = be();
|
|
989
|
+
ei(o, "reference", n.node.basic.id, "", s), Qn(n.refContext.compId, o);
|
|
990
|
+
const r = Yo(), { applySize: a } = ye(n), c = x(() => {
|
|
991
991
|
const u = {};
|
|
992
992
|
return o.value?.type === "common" && a(u), u;
|
|
993
993
|
});
|
|
@@ -1006,7 +1006,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
1006
1006
|
}), se(p.comp, f, { default: () => b });
|
|
1007
1007
|
}
|
|
1008
1008
|
const d = () => {
|
|
1009
|
-
if (ko(
|
|
1009
|
+
if (ko(n.refContext))
|
|
1010
1010
|
return se("div", e("x-runtime-lib.circularRef"));
|
|
1011
1011
|
if (!o.value)
|
|
1012
1012
|
return se("div");
|
|
@@ -1029,10 +1029,10 @@ const pl = /* @__PURE__ */ V({
|
|
|
1029
1029
|
outer: { type: Boolean }
|
|
1030
1030
|
},
|
|
1031
1031
|
setup(t) {
|
|
1032
|
-
const e = t, { property:
|
|
1033
|
-
return (o, s) => (h(), _(
|
|
1032
|
+
const e = t, { property: n } = l(e, ["settings", "open"]);
|
|
1033
|
+
return (o, s) => (h(), _(i(D), null, {
|
|
1034
1034
|
default: k(() => [
|
|
1035
|
-
n
|
|
1035
|
+
i(n) ? B(o.$slots, "default", { key: 0 }) : ee("", !0)
|
|
1036
1036
|
]),
|
|
1037
1037
|
_: 3
|
|
1038
1038
|
}));
|
|
@@ -1045,8 +1045,8 @@ const pl = /* @__PURE__ */ V({
|
|
|
1045
1045
|
state: {}
|
|
1046
1046
|
},
|
|
1047
1047
|
setup(t) {
|
|
1048
|
-
const { t: e } = go(),
|
|
1049
|
-
ei(o, "slot",
|
|
1048
|
+
const { t: e } = go(), n = t, o = ie(), s = be();
|
|
1049
|
+
ei(o, "slot", n.id, "", s), Qn(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 pl = /* @__PURE__ */ V({
|
|
|
1062
1062
|
}), se(m.comp, d, { default: () => u });
|
|
1063
1063
|
}
|
|
1064
1064
|
const a = () => {
|
|
1065
|
-
if (ko(
|
|
1065
|
+
if (ko(n.refContext))
|
|
1066
1066
|
return se("div", e("x-runtime-lib.circularRef"));
|
|
1067
1067
|
if (!o.value)
|
|
1068
1068
|
return se("div");
|
|
@@ -1080,7 +1080,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
1080
1080
|
outer: { type: Boolean }
|
|
1081
1081
|
},
|
|
1082
1082
|
setup(t) {
|
|
1083
|
-
const e = t, { property:
|
|
1083
|
+
const e = t, { property: n } = l(e, ["settings", "content"]), { property: o } = l(e, ["settings", "dot"]), { theme: s } = F(), { property: r } = l(e, [
|
|
1084
1084
|
"settings",
|
|
1085
1085
|
"offset",
|
|
1086
1086
|
"x"
|
|
@@ -1091,14 +1091,14 @@ const pl = /* @__PURE__ */ V({
|
|
|
1091
1091
|
]);
|
|
1092
1092
|
return (c, m) => {
|
|
1093
1093
|
const d = z("v-badge");
|
|
1094
|
-
return h(), _(
|
|
1094
|
+
return h(), _(i(D), null, {
|
|
1095
1095
|
default: k(() => [
|
|
1096
1096
|
R(d, {
|
|
1097
|
-
content: n
|
|
1098
|
-
dot:
|
|
1099
|
-
"offset-x":
|
|
1100
|
-
"offset-y":
|
|
1101
|
-
theme:
|
|
1097
|
+
content: i(n),
|
|
1098
|
+
dot: i(o),
|
|
1099
|
+
"offset-x": i(r),
|
|
1100
|
+
"offset-y": i(a),
|
|
1101
|
+
theme: i(s)
|
|
1102
1102
|
}, {
|
|
1103
1103
|
default: k(() => [
|
|
1104
1104
|
B(c.$slots, "default")
|
|
@@ -1117,7 +1117,7 @@ const pl = /* @__PURE__ */ V({
|
|
|
1117
1117
|
outer: { type: Boolean }
|
|
1118
1118
|
},
|
|
1119
1119
|
setup(t) {
|
|
1120
|
-
const e = t,
|
|
1120
|
+
const e = t, n = H(), o = be(), { property: s } = l(e, [
|
|
1121
1121
|
"settings",
|
|
1122
1122
|
"addIcon",
|
|
1123
1123
|
"append"
|
|
@@ -1132,36 +1132,36 @@ const pl = /* @__PURE__ */ V({
|
|
|
1132
1132
|
"settings",
|
|
1133
1133
|
"readonly"
|
|
1134
1134
|
]), { property: S } = l(e, ["settings", "ripple"]), { property: L } = 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 = (J) => {
|
|
1135
|
-
te(
|
|
1135
|
+
te(n) && (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction(
|
|
1136
1136
|
"__triggerEventV1__",
|
|
1137
1137
|
ne("elementEvent", e.node.basic.id, "click")
|
|
1138
1138
|
));
|
|
1139
1139
|
};
|
|
1140
1140
|
return (J, re) => {
|
|
1141
1141
|
const ue = z("v-btn");
|
|
1142
|
-
return h(), _(
|
|
1142
|
+
return h(), _(i(D), { block: i(r) }, {
|
|
1143
1143
|
default: k(() => [
|
|
1144
1144
|
R(ue, {
|
|
1145
|
-
"append-icon":
|
|
1146
|
-
block:
|
|
1147
|
-
color:
|
|
1148
|
-
density:
|
|
1149
|
-
disabled:
|
|
1150
|
-
height:
|
|
1151
|
-
loading:
|
|
1152
|
-
"max-height":
|
|
1153
|
-
"max-width":
|
|
1154
|
-
"min-height":
|
|
1155
|
-
"min-width":
|
|
1156
|
-
"prepend-icon":
|
|
1157
|
-
readonly:
|
|
1158
|
-
ripple:
|
|
1159
|
-
size:
|
|
1160
|
-
stacked:
|
|
1161
|
-
text:
|
|
1162
|
-
theme:
|
|
1163
|
-
variant:
|
|
1164
|
-
width:
|
|
1145
|
+
"append-icon": i(s),
|
|
1146
|
+
block: i(r),
|
|
1147
|
+
color: i(c),
|
|
1148
|
+
density: i(m),
|
|
1149
|
+
disabled: i(d),
|
|
1150
|
+
height: i(u),
|
|
1151
|
+
loading: i(p),
|
|
1152
|
+
"max-height": i(f),
|
|
1153
|
+
"max-width": i(b),
|
|
1154
|
+
"min-height": i(g),
|
|
1155
|
+
"min-width": i(v),
|
|
1156
|
+
"prepend-icon": i(I),
|
|
1157
|
+
readonly: i($),
|
|
1158
|
+
ripple: i(S),
|
|
1159
|
+
size: i(L),
|
|
1160
|
+
stacked: i(E),
|
|
1161
|
+
text: i(N),
|
|
1162
|
+
theme: i(j),
|
|
1163
|
+
variant: i(M),
|
|
1164
|
+
width: i(C),
|
|
1165
1165
|
onClick: G
|
|
1166
1166
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1167
1167
|
]),
|
|
@@ -1171,8 +1171,8 @@ const pl = /* @__PURE__ */ V({
|
|
|
1171
1171
|
}
|
|
1172
1172
|
}), gl = {};
|
|
1173
1173
|
function xl(t, e) {
|
|
1174
|
-
const
|
|
1175
|
-
return h(), _(
|
|
1174
|
+
const n = z("v-btn-group");
|
|
1175
|
+
return h(), _(n, null, {
|
|
1176
1176
|
default: k(() => [
|
|
1177
1177
|
B(t.$slots, "default")
|
|
1178
1178
|
]),
|
|
@@ -1186,7 +1186,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1186
1186
|
outer: { type: Boolean }
|
|
1187
1187
|
},
|
|
1188
1188
|
setup(t) {
|
|
1189
|
-
const e = t, { property:
|
|
1189
|
+
const e = t, { property: n } = l(e, ["settings", "block"]), { property: o } = l(e, [
|
|
1190
1190
|
"settings",
|
|
1191
1191
|
"disabled"
|
|
1192
1192
|
]), { property: s } = l(e, ["settings", "divided"]), { property: r } = l(e, [
|
|
@@ -1202,17 +1202,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1202
1202
|
return (b, g) => {
|
|
1203
1203
|
const v = z("v-btn-toggle");
|
|
1204
1204
|
return h(), _(v, {
|
|
1205
|
-
block: n
|
|
1206
|
-
disabled:
|
|
1207
|
-
divided:
|
|
1208
|
-
mandatory:
|
|
1209
|
-
multiple:
|
|
1210
|
-
readonly:
|
|
1211
|
-
size:
|
|
1212
|
-
stacked:
|
|
1213
|
-
theme:
|
|
1214
|
-
tile:
|
|
1215
|
-
variant:
|
|
1205
|
+
block: i(n),
|
|
1206
|
+
disabled: i(o),
|
|
1207
|
+
divided: i(s),
|
|
1208
|
+
mandatory: i(r),
|
|
1209
|
+
multiple: i(a),
|
|
1210
|
+
readonly: i(c),
|
|
1211
|
+
size: i(m),
|
|
1212
|
+
stacked: i(d),
|
|
1213
|
+
theme: i(u),
|
|
1214
|
+
tile: i(p),
|
|
1215
|
+
variant: i(f)
|
|
1216
1216
|
}, {
|
|
1217
1217
|
default: k(() => [
|
|
1218
1218
|
B(b.$slots, "default")
|
|
@@ -1228,7 +1228,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1228
1228
|
outer: { type: Boolean }
|
|
1229
1229
|
},
|
|
1230
1230
|
setup(t) {
|
|
1231
|
-
const e = t, { property:
|
|
1231
|
+
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1232
1232
|
"settings",
|
|
1233
1233
|
"disabled"
|
|
1234
1234
|
]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: m } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: p } = l(e, [
|
|
@@ -1237,24 +1237,24 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1237
1237
|
]), { property: f } = l(e, ["settings", "text"]), { theme: b } = F(), { property: g } = l(e, ["settings", "title"]), { property: v } = l(e, ["settings", "variant"]), { property: I } = l(e, ["size", "width"]);
|
|
1238
1238
|
return ($, S) => {
|
|
1239
1239
|
const L = z("v-card");
|
|
1240
|
-
return h(), _(
|
|
1240
|
+
return h(), _(i(D), { block: "" }, {
|
|
1241
1241
|
default: k(() => [
|
|
1242
1242
|
R(L, {
|
|
1243
|
-
density: n
|
|
1244
|
-
disabled:
|
|
1245
|
-
height:
|
|
1246
|
-
hover:
|
|
1247
|
-
loading:
|
|
1248
|
-
"max-height":
|
|
1249
|
-
"max-width":
|
|
1250
|
-
"min-height":
|
|
1251
|
-
"min-width":
|
|
1252
|
-
subtitle:
|
|
1253
|
-
text:
|
|
1254
|
-
theme:
|
|
1255
|
-
title:
|
|
1256
|
-
variant:
|
|
1257
|
-
width:
|
|
1243
|
+
density: i(n),
|
|
1244
|
+
disabled: i(o),
|
|
1245
|
+
height: i(s),
|
|
1246
|
+
hover: i(r),
|
|
1247
|
+
loading: i(a),
|
|
1248
|
+
"max-height": i(c),
|
|
1249
|
+
"max-width": i(m),
|
|
1250
|
+
"min-height": i(d),
|
|
1251
|
+
"min-width": i(u),
|
|
1252
|
+
subtitle: i(p),
|
|
1253
|
+
text: i(f),
|
|
1254
|
+
theme: i(b),
|
|
1255
|
+
title: i(g),
|
|
1256
|
+
variant: i(v),
|
|
1257
|
+
width: i(I)
|
|
1258
1258
|
}, {
|
|
1259
1259
|
default: k(() => [
|
|
1260
1260
|
B($.$slots, "default")
|
|
@@ -1273,7 +1273,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1273
1273
|
outer: { type: Boolean }
|
|
1274
1274
|
},
|
|
1275
1275
|
setup(t) {
|
|
1276
|
-
const e = t, { property:
|
|
1276
|
+
const e = t, { property: n } = l(e, [
|
|
1277
1277
|
"settings",
|
|
1278
1278
|
"disabled"
|
|
1279
1279
|
]), { property: o } = l(e, [
|
|
@@ -1282,11 +1282,11 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1282
1282
|
]);
|
|
1283
1283
|
return (s, r) => {
|
|
1284
1284
|
const a = z("v-checkbox");
|
|
1285
|
-
return h(), _(
|
|
1285
|
+
return h(), _(i(D), null, {
|
|
1286
1286
|
default: k(() => [
|
|
1287
1287
|
R(a, {
|
|
1288
|
-
disabled: n
|
|
1289
|
-
readonly:
|
|
1288
|
+
disabled: i(n),
|
|
1289
|
+
readonly: i(o)
|
|
1290
1290
|
}, null, 8, ["disabled", "readonly"])
|
|
1291
1291
|
]),
|
|
1292
1292
|
_: 1
|
|
@@ -1300,7 +1300,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1300
1300
|
outer: { type: Boolean }
|
|
1301
1301
|
},
|
|
1302
1302
|
setup(t) {
|
|
1303
|
-
const e = t, { property:
|
|
1303
|
+
const e = t, { property: n } = l(e, [
|
|
1304
1304
|
"settings",
|
|
1305
1305
|
"closable"
|
|
1306
1306
|
]), { property: o } = l(e, ["settings", "color"]), { color: s } = O(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
|
|
@@ -1312,22 +1312,22 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1312
1312
|
]), { property: m } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "text"]), { theme: f } = F(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: v } = l(e, ["settings", "variant"]);
|
|
1313
1313
|
return (I, $) => {
|
|
1314
1314
|
const S = z("v-chip");
|
|
1315
|
-
return h(), _(
|
|
1315
|
+
return h(), _(i(D), null, {
|
|
1316
1316
|
default: k(() => [
|
|
1317
1317
|
R(S, {
|
|
1318
|
-
closable: n
|
|
1319
|
-
color:
|
|
1320
|
-
density:
|
|
1321
|
-
disabled:
|
|
1322
|
-
draggable:
|
|
1323
|
-
filter:
|
|
1324
|
-
label:
|
|
1325
|
-
size:
|
|
1326
|
-
text:
|
|
1327
|
-
theme:
|
|
1328
|
-
tile:
|
|
1329
|
-
value:
|
|
1330
|
-
variant:
|
|
1318
|
+
closable: i(n),
|
|
1319
|
+
color: i(s),
|
|
1320
|
+
density: i(r),
|
|
1321
|
+
disabled: i(a),
|
|
1322
|
+
draggable: i(c),
|
|
1323
|
+
filter: i(m),
|
|
1324
|
+
label: i(d),
|
|
1325
|
+
size: i(u),
|
|
1326
|
+
text: i(p),
|
|
1327
|
+
theme: i(f),
|
|
1328
|
+
tile: i(b),
|
|
1329
|
+
value: i(g),
|
|
1330
|
+
variant: i(v)
|
|
1331
1331
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
|
|
1332
1332
|
]),
|
|
1333
1333
|
_: 1
|
|
@@ -1341,7 +1341,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1341
1341
|
outer: { type: Boolean }
|
|
1342
1342
|
},
|
|
1343
1343
|
setup(t) {
|
|
1344
|
-
const e = t, { property:
|
|
1344
|
+
const e = t, { property: n } = l(e, ["settings", "column"]), { property: o } = l(e, [
|
|
1345
1345
|
"settings",
|
|
1346
1346
|
"direction"
|
|
1347
1347
|
]), { property: s } = l(e, [
|
|
@@ -1360,16 +1360,16 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1360
1360
|
return (p, f) => {
|
|
1361
1361
|
const b = z("v-chip-group");
|
|
1362
1362
|
return h(), _(b, {
|
|
1363
|
-
modelValue:
|
|
1363
|
+
modelValue: i(u),
|
|
1364
1364
|
"onUpdate:modelValue": f[0] || (f[0] = (g) => X(u) ? u.value = g : null),
|
|
1365
|
-
column: n
|
|
1366
|
-
direction:
|
|
1367
|
-
disabled:
|
|
1368
|
-
filter:
|
|
1369
|
-
mandatory:
|
|
1370
|
-
multiple:
|
|
1371
|
-
"show-arrows":
|
|
1372
|
-
theme:
|
|
1365
|
+
column: i(n),
|
|
1366
|
+
direction: i(o),
|
|
1367
|
+
disabled: i(s),
|
|
1368
|
+
filter: i(r),
|
|
1369
|
+
mandatory: i(a),
|
|
1370
|
+
multiple: i(c),
|
|
1371
|
+
"show-arrows": i(m),
|
|
1372
|
+
theme: i(d)
|
|
1373
1373
|
}, {
|
|
1374
1374
|
default: k(() => [
|
|
1375
1375
|
B(p.$slots, "default")
|
|
@@ -1385,9 +1385,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1385
1385
|
outer: { type: Boolean }
|
|
1386
1386
|
},
|
|
1387
1387
|
setup(t) {
|
|
1388
|
-
const e = t,
|
|
1388
|
+
const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), r = x(() => {
|
|
1389
1389
|
const g = {}, v = o.value.type;
|
|
1390
|
-
return
|
|
1390
|
+
return n === "page" ? v === "common" ? s(g) : console.assert(!1) : n === "comp" && v === "common" ? s(g) : console.assert(!1), g;
|
|
1391
1391
|
}), { property: a } = l(e, [
|
|
1392
1392
|
"settings",
|
|
1393
1393
|
"disabled"
|
|
@@ -1412,18 +1412,18 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1412
1412
|
]), { theme: b } = F();
|
|
1413
1413
|
return (g, v) => {
|
|
1414
1414
|
const I = z("v-color-picker");
|
|
1415
|
-
return h(), _(
|
|
1415
|
+
return h(), _(i(D), null, {
|
|
1416
1416
|
default: k(() => [
|
|
1417
1417
|
R(I, {
|
|
1418
|
-
disabled:
|
|
1419
|
-
"hide-canvas":
|
|
1420
|
-
"hide-header":
|
|
1421
|
-
"hide-inputs":
|
|
1422
|
-
"hide-sliders":
|
|
1423
|
-
landscape:
|
|
1424
|
-
"show-swatches":
|
|
1418
|
+
disabled: i(a),
|
|
1419
|
+
"hide-canvas": i(c),
|
|
1420
|
+
"hide-header": i(m),
|
|
1421
|
+
"hide-inputs": i(d),
|
|
1422
|
+
"hide-sliders": i(u),
|
|
1423
|
+
landscape: i(p),
|
|
1424
|
+
"show-swatches": i(f),
|
|
1425
1425
|
style: Z(r.value),
|
|
1426
|
-
theme:
|
|
1426
|
+
theme: i(b)
|
|
1427
1427
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1428
1428
|
]),
|
|
1429
1429
|
_: 1
|
|
@@ -1437,7 +1437,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1437
1437
|
outer: { type: Boolean }
|
|
1438
1438
|
},
|
|
1439
1439
|
setup(t) {
|
|
1440
|
-
const e = t, { property:
|
|
1440
|
+
const e = t, { property: n } = l(e, [
|
|
1441
1441
|
"settings",
|
|
1442
1442
|
"hideDetails"
|
|
1443
1443
|
]), { property: o } = l(e, ["settings", "label"]), { property: s } = l(e, [
|
|
@@ -1452,17 +1452,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1452
1452
|
]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
|
|
1453
1453
|
return (d, u) => {
|
|
1454
1454
|
const p = z("v-combobox");
|
|
1455
|
-
return h(), _(
|
|
1455
|
+
return h(), _(i(D), null, {
|
|
1456
1456
|
default: k(() => [
|
|
1457
1457
|
R(p, {
|
|
1458
|
-
modelValue:
|
|
1458
|
+
modelValue: i(m),
|
|
1459
1459
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => X(m) ? m.value = f : null),
|
|
1460
|
-
"hide-details": n
|
|
1461
|
-
label:
|
|
1462
|
-
placeholder:
|
|
1463
|
-
readonly:
|
|
1464
|
-
"single-line":
|
|
1465
|
-
theme:
|
|
1460
|
+
"hide-details": i(n),
|
|
1461
|
+
label: i(o),
|
|
1462
|
+
placeholder: i(s),
|
|
1463
|
+
readonly: i(r),
|
|
1464
|
+
"single-line": i(a),
|
|
1465
|
+
theme: i(c)
|
|
1466
1466
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1467
1467
|
]),
|
|
1468
1468
|
_: 1
|
|
@@ -1476,14 +1476,14 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1476
1476
|
outer: { type: Boolean }
|
|
1477
1477
|
},
|
|
1478
1478
|
setup(t) {
|
|
1479
|
-
const e = t,
|
|
1479
|
+
const e = t, n = fe(), o = ke(), { property: s } = l(e, [
|
|
1480
1480
|
"settings",
|
|
1481
1481
|
"backgroundColor"
|
|
1482
1482
|
]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Nn(e), { applyPadding: m } = Gn(e), { applyBorder: d } = Fn(e), u = x(() => {
|
|
1483
1483
|
const p = {}, f = o.value.type;
|
|
1484
|
-
return
|
|
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
|
-
return (p, f) => (h(), _(
|
|
1486
|
+
return (p, f) => (h(), _(i(D), { block: "" }, {
|
|
1487
1487
|
default: k(() => [
|
|
1488
1488
|
q("div", {
|
|
1489
1489
|
style: Z(u.value)
|
|
@@ -1501,7 +1501,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1501
1501
|
outer: { type: Boolean }
|
|
1502
1502
|
},
|
|
1503
1503
|
setup(t) {
|
|
1504
|
-
const e = t, { property:
|
|
1504
|
+
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1505
1505
|
"settings",
|
|
1506
1506
|
"fixedFooter"
|
|
1507
1507
|
]), { property: s } = l(e, [
|
|
@@ -1522,25 +1522,25 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1522
1522
|
});
|
|
1523
1523
|
return (g, v) => {
|
|
1524
1524
|
const I = z("v-data-table");
|
|
1525
|
-
return h(), _(
|
|
1525
|
+
return h(), _(i(D), { block: "" }, {
|
|
1526
1526
|
default: k(() => [
|
|
1527
1527
|
R(I, {
|
|
1528
|
-
density: n
|
|
1529
|
-
"fixed-footer":
|
|
1530
|
-
"fixed-header":
|
|
1531
|
-
headers:
|
|
1532
|
-
height:
|
|
1533
|
-
hover:
|
|
1534
|
-
items:
|
|
1535
|
-
loading:
|
|
1536
|
-
"multi-sort":
|
|
1537
|
-
theme:
|
|
1538
|
-
width:
|
|
1528
|
+
density: i(n),
|
|
1529
|
+
"fixed-footer": i(o),
|
|
1530
|
+
"fixed-header": i(s),
|
|
1531
|
+
headers: i(r),
|
|
1532
|
+
height: i(a),
|
|
1533
|
+
hover: i(c),
|
|
1534
|
+
items: i(m),
|
|
1535
|
+
loading: i(d),
|
|
1536
|
+
"multi-sort": i(u),
|
|
1537
|
+
theme: i(p),
|
|
1538
|
+
width: i(f)
|
|
1539
1539
|
}, Wn({ _: 2 }, [
|
|
1540
1540
|
qo(b.value, ($) => ({
|
|
1541
1541
|
name: `item.${$.column}`,
|
|
1542
1542
|
fn: k(({ value: S }) => [
|
|
1543
|
-
R(
|
|
1543
|
+
R(i(he), {
|
|
1544
1544
|
id: $.column,
|
|
1545
1545
|
"ref-context": { compId: $.comp },
|
|
1546
1546
|
state: { value: S }
|
|
@@ -1556,9 +1556,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1556
1556
|
}), Tl = /* @__PURE__ */ V({
|
|
1557
1557
|
__name: "index",
|
|
1558
1558
|
setup(t) {
|
|
1559
|
-
return (e,
|
|
1559
|
+
return (e, n) => {
|
|
1560
1560
|
const o = z("v-date-picker");
|
|
1561
|
-
return h(), _(
|
|
1561
|
+
return h(), _(i(D), null, {
|
|
1562
1562
|
default: k(() => [
|
|
1563
1563
|
R(o)
|
|
1564
1564
|
]),
|
|
@@ -1573,7 +1573,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1573
1573
|
outer: { type: Boolean }
|
|
1574
1574
|
},
|
|
1575
1575
|
setup(t) {
|
|
1576
|
-
const e = t,
|
|
1576
|
+
const e = t, n = H(), o = x(() => e.node.basic?.id), { open: s } = co(`runtimeDlg/${lo()}`);
|
|
1577
1577
|
return je(e, "open", () => {
|
|
1578
1578
|
s.value = !0;
|
|
1579
1579
|
}), je(e, "close", () => {
|
|
@@ -1581,12 +1581,12 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1581
1581
|
}), (r, a) => {
|
|
1582
1582
|
const c = z("v-dialog");
|
|
1583
1583
|
return h(), _(c, {
|
|
1584
|
-
modelValue:
|
|
1584
|
+
modelValue: i(s),
|
|
1585
1585
|
"onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
|
|
1586
1586
|
attach: "#dialogContainer"
|
|
1587
1587
|
}, {
|
|
1588
1588
|
activator: k(() => [
|
|
1589
|
-
n
|
|
1589
|
+
i(n) === "editor" ? (h(), Q("div", {
|
|
1590
1590
|
key: 0,
|
|
1591
1591
|
id: `__node__@${o.value}`
|
|
1592
1592
|
}, null, 8, zl)) : ee("", !0)
|
|
@@ -1605,7 +1605,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1605
1605
|
outer: { type: Boolean }
|
|
1606
1606
|
},
|
|
1607
1607
|
setup(t) {
|
|
1608
|
-
const e = t, { property:
|
|
1608
|
+
const e = t, { property: n } = l(e, ["settings", "chips"]), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
1609
1609
|
"settings",
|
|
1610
1610
|
"direction"
|
|
1611
1611
|
]), { property: r } = l(e, [
|
|
@@ -1623,19 +1623,19 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1623
1623
|
]);
|
|
1624
1624
|
return (f, b) => {
|
|
1625
1625
|
const g = z("v-file-input");
|
|
1626
|
-
return h(), _(
|
|
1626
|
+
return h(), _(i(D), { block: "" }, {
|
|
1627
1627
|
default: k(() => [
|
|
1628
1628
|
R(g, {
|
|
1629
|
-
chips: n
|
|
1630
|
-
density:
|
|
1631
|
-
direction:
|
|
1632
|
-
disabled:
|
|
1633
|
-
label:
|
|
1634
|
-
loading:
|
|
1635
|
-
multiple:
|
|
1636
|
-
readonly:
|
|
1637
|
-
reverse:
|
|
1638
|
-
"single-line":
|
|
1629
|
+
chips: i(n),
|
|
1630
|
+
density: i(o),
|
|
1631
|
+
direction: i(s),
|
|
1632
|
+
disabled: i(r),
|
|
1633
|
+
label: i(a),
|
|
1634
|
+
loading: i(c),
|
|
1635
|
+
multiple: i(m),
|
|
1636
|
+
readonly: i(d),
|
|
1637
|
+
reverse: i(u),
|
|
1638
|
+
"single-line": i(p)
|
|
1639
1639
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
|
|
1640
1640
|
]),
|
|
1641
1641
|
_: 1
|
|
@@ -1649,12 +1649,12 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1649
1649
|
outer: { type: Boolean }
|
|
1650
1650
|
},
|
|
1651
1651
|
setup(t) {
|
|
1652
|
-
const e = t,
|
|
1652
|
+
const e = t, n = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Nn(e), { applyPadding: c } = Gn(e), { applyBorder: m } = Fn(e), { property: d } = l(e, [
|
|
1653
1653
|
"settings",
|
|
1654
1654
|
"backgroundColor"
|
|
1655
1655
|
]), { color: u } = O(d), p = (b) => {
|
|
1656
1656
|
u.value && (b.backgroundColor = u.value), b.display = "flex";
|
|
1657
|
-
const g = Ge(
|
|
1657
|
+
const g = Ge(n.value.width), v = Pe(g, e.node.settings?.direction);
|
|
1658
1658
|
v === "row" ? b.flexDirection = "row" : v === "rowReverse" ? b.flexDirection = "row-reverse" : v === "column" ? b.flexDirection = "column" : v === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1659
1659
|
const I = Pe(g, e.node.settings?.wrap);
|
|
1660
1660
|
I === "no" ? b.flexWrap = "nowrap" : I === "yes" ? b.flexWrap = "wrap" : I === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
@@ -1679,9 +1679,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1679
1679
|
outer: { type: Boolean }
|
|
1680
1680
|
},
|
|
1681
1681
|
setup(t) {
|
|
1682
|
-
const e = t,
|
|
1682
|
+
const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = x(() => {
|
|
1683
1683
|
const m = {}, d = o.value.type;
|
|
1684
|
-
return
|
|
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
1686
|
return (m, d) => (h(), Q("div", {
|
|
1687
1687
|
style: Z(c.value)
|
|
@@ -1696,7 +1696,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1696
1696
|
outer: { type: Boolean }
|
|
1697
1697
|
},
|
|
1698
1698
|
setup(t) {
|
|
1699
|
-
const e = t,
|
|
1699
|
+
const e = t, n = H(), o = fe(), s = ke(), r = be(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
|
|
1700
1700
|
"settings",
|
|
1701
1701
|
"fastFail"
|
|
1702
1702
|
]), { property: m } = l(e, [
|
|
@@ -1706,7 +1706,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ 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
|
}), v = () => {
|
|
1709
|
-
te(
|
|
1709
|
+
te(n) && r.callFunction(
|
|
1710
1710
|
"__triggerEventV1__",
|
|
1711
1711
|
ne("elementEvent", e.node.basic.id, "submit")
|
|
1712
1712
|
);
|
|
@@ -1714,9 +1714,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1714
1714
|
return (I, $) => {
|
|
1715
1715
|
const S = z("v-form");
|
|
1716
1716
|
return h(), _(S, {
|
|
1717
|
-
modelValue:
|
|
1717
|
+
modelValue: i(a),
|
|
1718
1718
|
"onUpdate:modelValue": $[0] || ($[0] = (L) => X(a) ? a.value = L : null),
|
|
1719
|
-
"fast-fail":
|
|
1719
|
+
"fast-fail": i(c),
|
|
1720
1720
|
style: Z(g.value),
|
|
1721
1721
|
onSubmit: Jo(v, ["prevent"])
|
|
1722
1722
|
}, {
|
|
@@ -1734,18 +1734,18 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1734
1734
|
outer: { type: Boolean }
|
|
1735
1735
|
},
|
|
1736
1736
|
setup(t) {
|
|
1737
|
-
const e = t, { property:
|
|
1737
|
+
const e = t, { property: n } = l(e, ["settings", "color"]), { color: o } = O(n), { property: s } = l(e, [
|
|
1738
1738
|
"settings",
|
|
1739
1739
|
"disabled"
|
|
1740
1740
|
]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = F();
|
|
1741
1741
|
return (m, d) => {
|
|
1742
1742
|
const u = z("v-icon");
|
|
1743
1743
|
return h(), _(u, {
|
|
1744
|
-
color:
|
|
1745
|
-
disabled:
|
|
1746
|
-
icon:
|
|
1747
|
-
size:
|
|
1748
|
-
theme:
|
|
1744
|
+
color: i(o),
|
|
1745
|
+
disabled: i(s),
|
|
1746
|
+
icon: i(r),
|
|
1747
|
+
size: i(a),
|
|
1748
|
+
theme: i(c)
|
|
1749
1749
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1750
1750
|
};
|
|
1751
1751
|
}
|
|
@@ -1756,7 +1756,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1756
1756
|
outer: { type: Boolean }
|
|
1757
1757
|
},
|
|
1758
1758
|
setup(t) {
|
|
1759
|
-
const e = t,
|
|
1759
|
+
const e = t, n = H(), o = be(), s = ie(0), r = ie(0), a = x(() => [s.value, r.value]), c = x(() => e.node.basic?.id), { open: m } = co(`runtimeMenu/${lo()}`);
|
|
1760
1760
|
return je(e, "open", () => {
|
|
1761
1761
|
s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), m.value = !0;
|
|
1762
1762
|
}), je(e, "close", () => {
|
|
@@ -1764,7 +1764,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1764
1764
|
}), (d, u) => {
|
|
1765
1765
|
const p = z("v-menu");
|
|
1766
1766
|
return h(), _(p, {
|
|
1767
|
-
modelValue:
|
|
1767
|
+
modelValue: i(m),
|
|
1768
1768
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => X(m) ? m.value = f : null),
|
|
1769
1769
|
attach: "menuContainer",
|
|
1770
1770
|
"location-strategy": "connected",
|
|
@@ -1772,7 +1772,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1772
1772
|
target: a.value
|
|
1773
1773
|
}, {
|
|
1774
1774
|
activator: k(() => [
|
|
1775
|
-
n
|
|
1775
|
+
i(n) === "editor" ? (h(), Q("div", {
|
|
1776
1776
|
key: 0,
|
|
1777
1777
|
id: `__node__@${c.value}`
|
|
1778
1778
|
}, null, 8, Ml)) : ee("", !0)
|
|
@@ -1791,7 +1791,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1791
1791
|
outer: { type: Boolean }
|
|
1792
1792
|
},
|
|
1793
1793
|
setup(t) {
|
|
1794
|
-
const e = t, { property:
|
|
1794
|
+
const e = t, { property: n } = l(e, [
|
|
1795
1795
|
"settings",
|
|
1796
1796
|
"addIcon",
|
|
1797
1797
|
"append"
|
|
@@ -1828,34 +1828,34 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1828
1828
|
]), { property: E } = l(e, ["settings", "step"]), { property: N } = l(e, ["settings", "suffix"]), { theme: j } = F(), { property: M } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: G } = l(e, ["size", "width"]);
|
|
1829
1829
|
return (J, re) => {
|
|
1830
1830
|
const ue = z("v-number-input");
|
|
1831
|
-
return h(), _(
|
|
1831
|
+
return h(), _(i(D), { block: "" }, {
|
|
1832
1832
|
default: k(() => [
|
|
1833
1833
|
R(ue, {
|
|
1834
|
-
modelValue:
|
|
1834
|
+
modelValue: i(M),
|
|
1835
1835
|
"onUpdate:modelValue": re[0] || (re[0] = (pe) => X(M) ? M.value = pe : null),
|
|
1836
|
-
"append-icon": n
|
|
1837
|
-
"append-inner-icon":
|
|
1838
|
-
clearable:
|
|
1839
|
-
"hide-details":
|
|
1840
|
-
label:
|
|
1841
|
-
loading:
|
|
1842
|
-
max:
|
|
1843
|
-
"max-width":
|
|
1844
|
-
min:
|
|
1845
|
-
"min-width":
|
|
1846
|
-
placeholder:
|
|
1847
|
-
precision:
|
|
1848
|
-
prefix:
|
|
1849
|
-
"prepend-icon":
|
|
1850
|
-
"prepend-inner-icon":
|
|
1851
|
-
readonly:
|
|
1852
|
-
reverse:
|
|
1853
|
-
"single-line":
|
|
1854
|
-
step:
|
|
1855
|
-
suffix:
|
|
1856
|
-
theme:
|
|
1857
|
-
variant:
|
|
1858
|
-
width:
|
|
1836
|
+
"append-icon": i(n),
|
|
1837
|
+
"append-inner-icon": i(o),
|
|
1838
|
+
clearable: i(s),
|
|
1839
|
+
"hide-details": i(r),
|
|
1840
|
+
label: i(a),
|
|
1841
|
+
loading: i(c),
|
|
1842
|
+
max: i(m),
|
|
1843
|
+
"max-width": i(d),
|
|
1844
|
+
min: i(u),
|
|
1845
|
+
"min-width": i(p),
|
|
1846
|
+
placeholder: i(f),
|
|
1847
|
+
precision: i(b),
|
|
1848
|
+
prefix: i(g),
|
|
1849
|
+
"prepend-icon": i(v),
|
|
1850
|
+
"prepend-inner-icon": i(I),
|
|
1851
|
+
readonly: i($),
|
|
1852
|
+
reverse: i(S),
|
|
1853
|
+
"single-line": i(L),
|
|
1854
|
+
step: i(E),
|
|
1855
|
+
suffix: i(N),
|
|
1856
|
+
theme: i(j),
|
|
1857
|
+
variant: i(C),
|
|
1858
|
+
width: i(G)
|
|
1859
1859
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1860
1860
|
]),
|
|
1861
1861
|
_: 1
|
|
@@ -1869,7 +1869,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1869
1869
|
outer: { type: Boolean }
|
|
1870
1870
|
},
|
|
1871
1871
|
setup(t) {
|
|
1872
|
-
const e = t,
|
|
1872
|
+
const e = t, n = H(), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
1873
1873
|
"settings",
|
|
1874
1874
|
"disabled"
|
|
1875
1875
|
]), { property: r } = l(e, ["settings", "length"]), { property: a } = l(e, [
|
|
@@ -1877,25 +1877,25 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1877
1877
|
"showFirstLastPage"
|
|
1878
1878
|
]), { property: c } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "start"]), { theme: d } = F(), { property: u } = l(e, ["settings", "tile"]), { property: p } = l(e, ["settings", "value"]), { property: f } = l(e, ["settings", "variant"]), b = x(() => {
|
|
1879
1879
|
const g = {};
|
|
1880
|
-
return
|
|
1880
|
+
return n === "editor" && (g.pointerEvents = "none"), g;
|
|
1881
1881
|
});
|
|
1882
1882
|
return (g, v) => {
|
|
1883
1883
|
const I = z("v-pagination");
|
|
1884
|
-
return h(), _(
|
|
1884
|
+
return h(), _(i(D), { block: "" }, {
|
|
1885
1885
|
default: k(() => [
|
|
1886
1886
|
R(I, {
|
|
1887
|
-
modelValue:
|
|
1887
|
+
modelValue: i(p),
|
|
1888
1888
|
"onUpdate:modelValue": v[0] || (v[0] = ($) => X(p) ? p.value = $ : null),
|
|
1889
|
-
density:
|
|
1890
|
-
disabled:
|
|
1891
|
-
length:
|
|
1892
|
-
"show-first-last-page":
|
|
1893
|
-
size:
|
|
1894
|
-
start:
|
|
1889
|
+
density: i(o),
|
|
1890
|
+
disabled: i(s),
|
|
1891
|
+
length: i(r),
|
|
1892
|
+
"show-first-last-page": i(a),
|
|
1893
|
+
size: i(c),
|
|
1894
|
+
start: i(m),
|
|
1895
1895
|
style: Z(b.value),
|
|
1896
|
-
theme:
|
|
1897
|
-
tile:
|
|
1898
|
-
variant:
|
|
1896
|
+
theme: i(d),
|
|
1897
|
+
tile: i(u),
|
|
1898
|
+
variant: i(f)
|
|
1899
1899
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
1900
1900
|
]),
|
|
1901
1901
|
_: 1
|
|
@@ -1909,7 +1909,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1909
1909
|
outer: { type: Boolean }
|
|
1910
1910
|
},
|
|
1911
1911
|
setup(t) {
|
|
1912
|
-
const e = t, { property:
|
|
1912
|
+
const e = t, { property: n } = l(e, ["settings", "color"]), { color: o } = O(n), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
|
|
1913
1913
|
"settings",
|
|
1914
1914
|
"disabled"
|
|
1915
1915
|
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, [
|
|
@@ -1919,13 +1919,13 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1919
1919
|
return (u, p) => {
|
|
1920
1920
|
const f = z("v-radio");
|
|
1921
1921
|
return h(), _(f, {
|
|
1922
|
-
color:
|
|
1923
|
-
density:
|
|
1924
|
-
disabled:
|
|
1925
|
-
label:
|
|
1926
|
-
readonly:
|
|
1927
|
-
theme:
|
|
1928
|
-
value:
|
|
1922
|
+
color: i(o),
|
|
1923
|
+
density: i(s),
|
|
1924
|
+
disabled: i(r),
|
|
1925
|
+
label: i(a),
|
|
1926
|
+
readonly: i(c),
|
|
1927
|
+
theme: i(m),
|
|
1928
|
+
value: i(d)
|
|
1929
1929
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1930
1930
|
};
|
|
1931
1931
|
}
|
|
@@ -1936,7 +1936,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1936
1936
|
outer: { type: Boolean }
|
|
1937
1937
|
},
|
|
1938
1938
|
setup(t) {
|
|
1939
|
-
const e = t, { property:
|
|
1939
|
+
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1940
1940
|
"settings",
|
|
1941
1941
|
"direction"
|
|
1942
1942
|
]), { property: s } = l(e, [
|
|
@@ -1948,17 +1948,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1948
1948
|
]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
|
|
1949
1949
|
return (d, u) => {
|
|
1950
1950
|
const p = z("v-radio-group");
|
|
1951
|
-
return h(), _(
|
|
1951
|
+
return h(), _(i(D), null, {
|
|
1952
1952
|
default: k(() => [
|
|
1953
1953
|
R(p, {
|
|
1954
|
-
modelValue:
|
|
1954
|
+
modelValue: i(m),
|
|
1955
1955
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => X(m) ? m.value = f : null),
|
|
1956
|
-
density: n
|
|
1957
|
-
direction:
|
|
1958
|
-
disabled:
|
|
1959
|
-
inline:
|
|
1960
|
-
readonly:
|
|
1961
|
-
theme:
|
|
1956
|
+
density: i(n),
|
|
1957
|
+
direction: i(o),
|
|
1958
|
+
disabled: i(s),
|
|
1959
|
+
inline: i(r),
|
|
1960
|
+
readonly: i(a),
|
|
1961
|
+
theme: i(c)
|
|
1962
1962
|
}, {
|
|
1963
1963
|
default: k(() => [
|
|
1964
1964
|
B(d.$slots, "default")
|
|
@@ -1977,7 +1977,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
1977
1977
|
outer: { type: Boolean }
|
|
1978
1978
|
},
|
|
1979
1979
|
setup(t) {
|
|
1980
|
-
const e = t, { property:
|
|
1980
|
+
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1981
1981
|
"settings",
|
|
1982
1982
|
"direction"
|
|
1983
1983
|
]), { property: s } = l(e, [
|
|
@@ -2035,25 +2035,25 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2035
2035
|
});
|
|
2036
2036
|
return (M, C) => {
|
|
2037
2037
|
const G = z("v-range-slider");
|
|
2038
|
-
return h(), _(
|
|
2038
|
+
return h(), _(i(D), { block: "" }, {
|
|
2039
2039
|
default: k(() => [
|
|
2040
2040
|
R(G, {
|
|
2041
2041
|
modelValue: j.value,
|
|
2042
2042
|
"onUpdate:modelValue": C[0] || (C[0] = (J) => j.value = J),
|
|
2043
|
-
density: n
|
|
2044
|
-
direction:
|
|
2045
|
-
disabled:
|
|
2046
|
-
"hide-details":
|
|
2047
|
-
label:
|
|
2048
|
-
max:
|
|
2049
|
-
min:
|
|
2050
|
-
readonly:
|
|
2043
|
+
density: i(n),
|
|
2044
|
+
direction: i(o),
|
|
2045
|
+
disabled: i(s),
|
|
2046
|
+
"hide-details": i(r),
|
|
2047
|
+
label: i(a),
|
|
2048
|
+
max: i(c),
|
|
2049
|
+
min: i(m),
|
|
2050
|
+
readonly: i(d),
|
|
2051
2051
|
"show-ticks": p.value,
|
|
2052
|
-
step:
|
|
2053
|
-
theme:
|
|
2052
|
+
step: i(f),
|
|
2053
|
+
theme: i(b),
|
|
2054
2054
|
"thumb-label": v.value,
|
|
2055
|
-
"thumb-size":
|
|
2056
|
-
"tick-size":
|
|
2055
|
+
"thumb-size": i(I),
|
|
2056
|
+
"tick-size": i(L),
|
|
2057
2057
|
ticks: S.value
|
|
2058
2058
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2059
2059
|
]),
|
|
@@ -2068,7 +2068,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2068
2068
|
outer: { type: Boolean }
|
|
2069
2069
|
},
|
|
2070
2070
|
setup(t) {
|
|
2071
|
-
const e = t, { property:
|
|
2071
|
+
const e = t, { property: n } = l(e, [
|
|
2072
2072
|
"settings",
|
|
2073
2073
|
"clearable"
|
|
2074
2074
|
]), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
@@ -2083,19 +2083,19 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2083
2083
|
]), { theme: d } = F(), { property: u } = l(e, ["settings", "value"]);
|
|
2084
2084
|
return (p, f) => {
|
|
2085
2085
|
const b = z("v-rating");
|
|
2086
|
-
return h(), _(
|
|
2086
|
+
return h(), _(i(D), null, {
|
|
2087
2087
|
default: k(() => [
|
|
2088
2088
|
R(b, {
|
|
2089
|
-
modelValue:
|
|
2089
|
+
modelValue: i(u),
|
|
2090
2090
|
"onUpdate:modelValue": f[0] || (f[0] = (g) => X(u) ? u.value = g : null),
|
|
2091
|
-
clearable: n
|
|
2092
|
-
density:
|
|
2093
|
-
disabled:
|
|
2094
|
-
"half-increments":
|
|
2095
|
-
hover:
|
|
2096
|
-
length:
|
|
2097
|
-
readonly:
|
|
2098
|
-
theme:
|
|
2091
|
+
clearable: i(n),
|
|
2092
|
+
density: i(o),
|
|
2093
|
+
disabled: i(s),
|
|
2094
|
+
"half-increments": i(r),
|
|
2095
|
+
hover: i(a),
|
|
2096
|
+
length: i(c),
|
|
2097
|
+
readonly: i(m),
|
|
2098
|
+
theme: i(d)
|
|
2099
2099
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
2100
2100
|
]),
|
|
2101
2101
|
_: 1
|
|
@@ -2109,7 +2109,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2109
2109
|
outer: { type: Boolean }
|
|
2110
2110
|
},
|
|
2111
2111
|
setup(t) {
|
|
2112
|
-
const e = t, { property:
|
|
2112
|
+
const e = t, { property: n } = l(e, [
|
|
2113
2113
|
"settings",
|
|
2114
2114
|
"hideDetails"
|
|
2115
2115
|
]), { property: o } = l(e, ["settings", "label"]), { property: s } = l(e, [
|
|
@@ -2124,17 +2124,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2124
2124
|
]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
|
|
2125
2125
|
return (d, u) => {
|
|
2126
2126
|
const p = z("v-select");
|
|
2127
|
-
return h(), _(
|
|
2127
|
+
return h(), _(i(D), { block: "" }, {
|
|
2128
2128
|
default: k(() => [
|
|
2129
2129
|
R(p, {
|
|
2130
|
-
modelValue:
|
|
2130
|
+
modelValue: i(m),
|
|
2131
2131
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => X(m) ? m.value = f : null),
|
|
2132
|
-
"hide-details": n
|
|
2133
|
-
label:
|
|
2134
|
-
placeholder:
|
|
2135
|
-
readonly:
|
|
2136
|
-
"single-line":
|
|
2137
|
-
theme:
|
|
2132
|
+
"hide-details": i(n),
|
|
2133
|
+
label: i(o),
|
|
2134
|
+
placeholder: i(s),
|
|
2135
|
+
readonly: i(r),
|
|
2136
|
+
"single-line": i(a),
|
|
2137
|
+
theme: i(c)
|
|
2138
2138
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 1
|
|
@@ -2148,7 +2148,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2148
2148
|
outer: { type: Boolean }
|
|
2149
2149
|
},
|
|
2150
2150
|
setup(t) {
|
|
2151
|
-
const e = t, { property:
|
|
2151
|
+
const e = t, { property: n } = l(e, ["settings", "color"]), { color: o } = O(n), { property: s } = l(e, [
|
|
2152
2152
|
"settings",
|
|
2153
2153
|
"direction"
|
|
2154
2154
|
]), { property: r } = l(e, [
|
|
@@ -2202,47 +2202,47 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2202
2202
|
]);
|
|
2203
2203
|
return (pe, De) => {
|
|
2204
2204
|
const Zt = z("v-slider");
|
|
2205
|
-
return h(), _(
|
|
2205
|
+
return h(), _(i(D), { block: "" }, {
|
|
2206
2206
|
default: k(() => [
|
|
2207
2207
|
R(Zt, {
|
|
2208
|
-
modelValue:
|
|
2208
|
+
modelValue: i(J),
|
|
2209
2209
|
"onUpdate:modelValue": De[0] || (De[0] = (Uo) => X(J) ? J.value = Uo : null),
|
|
2210
|
-
color:
|
|
2211
|
-
direction:
|
|
2212
|
-
disabled:
|
|
2213
|
-
"hide-details":
|
|
2214
|
-
label:
|
|
2215
|
-
max:
|
|
2216
|
-
min:
|
|
2217
|
-
readonly:
|
|
2218
|
-
reverse:
|
|
2210
|
+
color: i(o),
|
|
2211
|
+
direction: i(s),
|
|
2212
|
+
disabled: i(r),
|
|
2213
|
+
"hide-details": i(a),
|
|
2214
|
+
label: i(c),
|
|
2215
|
+
max: i(m),
|
|
2216
|
+
min: i(d),
|
|
2217
|
+
readonly: i(u),
|
|
2218
|
+
reverse: i(p),
|
|
2219
2219
|
"show-ticks": b.value,
|
|
2220
|
-
step:
|
|
2221
|
-
theme:
|
|
2222
|
-
"thumb-color":
|
|
2220
|
+
step: i(g),
|
|
2221
|
+
theme: i(v),
|
|
2222
|
+
"thumb-color": i($),
|
|
2223
2223
|
"thumb-label": L.value,
|
|
2224
|
-
"thumb-size":
|
|
2225
|
-
"tick-size":
|
|
2224
|
+
"thumb-size": i(E),
|
|
2225
|
+
"tick-size": i(M),
|
|
2226
2226
|
ticks: j.value,
|
|
2227
|
-
"track-color":
|
|
2227
|
+
"track-color": i(G)
|
|
2228
2228
|
}, Wn({ _: 2 }, [
|
|
2229
|
-
|
|
2229
|
+
i(re) ? {
|
|
2230
2230
|
name: "append",
|
|
2231
2231
|
fn: k(() => [
|
|
2232
|
-
R(
|
|
2232
|
+
R(i(he), {
|
|
2233
2233
|
id: "append",
|
|
2234
|
-
"ref-context": { compId:
|
|
2234
|
+
"ref-context": { compId: i(re) },
|
|
2235
2235
|
state: {}
|
|
2236
2236
|
}, null, 8, ["ref-context"])
|
|
2237
2237
|
]),
|
|
2238
2238
|
key: "0"
|
|
2239
2239
|
} : void 0,
|
|
2240
|
-
|
|
2240
|
+
i(ue) ? {
|
|
2241
2241
|
name: "prepend",
|
|
2242
2242
|
fn: k(() => [
|
|
2243
|
-
R(
|
|
2243
|
+
R(i(he), {
|
|
2244
2244
|
id: "prepend",
|
|
2245
|
-
"ref-context": { compId:
|
|
2245
|
+
"ref-context": { compId: i(ue) },
|
|
2246
2246
|
state: {}
|
|
2247
2247
|
}, null, 8, ["ref-context"])
|
|
2248
2248
|
]),
|
|
@@ -2261,17 +2261,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2261
2261
|
outer: { type: Boolean }
|
|
2262
2262
|
},
|
|
2263
2263
|
setup(t) {
|
|
2264
|
-
const e = t, { property:
|
|
2264
|
+
const e = t, { property: n } = l(e, [
|
|
2265
2265
|
"settings",
|
|
2266
2266
|
"hideActions"
|
|
2267
2267
|
]), { theme: o } = F(), { property: s } = l(e, ["settings", "value"]);
|
|
2268
2268
|
return (r, a) => {
|
|
2269
2269
|
const c = z("v-stepper");
|
|
2270
2270
|
return h(), _(c, {
|
|
2271
|
-
modelValue:
|
|
2271
|
+
modelValue: i(s),
|
|
2272
2272
|
"onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
|
|
2273
|
-
"hide-actions": n
|
|
2274
|
-
theme:
|
|
2273
|
+
"hide-actions": i(n),
|
|
2274
|
+
theme: i(o)
|
|
2275
2275
|
}, {
|
|
2276
2276
|
default: k(() => [
|
|
2277
2277
|
B(r.$slots, "default")
|
|
@@ -2282,8 +2282,8 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
|
|
|
2282
2282
|
}
|
|
2283
2283
|
}), Yl = {};
|
|
2284
2284
|
function ql(t, e) {
|
|
2285
|
-
const
|
|
2286
|
-
return h(), _(
|
|
2285
|
+
const n = z("v-stepper-header");
|
|
2286
|
+
return h(), _(n, null, {
|
|
2287
2287
|
default: k(() => [
|
|
2288
2288
|
B(t.$slots, "default")
|
|
2289
2289
|
]),
|
|
@@ -2297,10 +2297,10 @@ const Jl = /* @__PURE__ */ Se(Yl, [["render", ql]]), Zl = /* @__PURE__ */ V({
|
|
|
2297
2297
|
outer: { type: Boolean }
|
|
2298
2298
|
},
|
|
2299
2299
|
setup(t) {
|
|
2300
|
-
const e = t, { property:
|
|
2300
|
+
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2301
2301
|
return (o, s) => {
|
|
2302
2302
|
const r = z("v-stepper-item");
|
|
2303
|
-
return h(), _(r, { value: n
|
|
2303
|
+
return h(), _(r, { value: i(n) }, {
|
|
2304
2304
|
default: k(() => [
|
|
2305
2305
|
B(o.$slots, "default")
|
|
2306
2306
|
]),
|
|
@@ -2310,8 +2310,8 @@ const Jl = /* @__PURE__ */ Se(Yl, [["render", ql]]), Zl = /* @__PURE__ */ V({
|
|
|
2310
2310
|
}
|
|
2311
2311
|
}), Ql = {};
|
|
2312
2312
|
function ea(t, e) {
|
|
2313
|
-
const
|
|
2314
|
-
return h(), _(
|
|
2313
|
+
const n = z("v-stepper-window");
|
|
2314
|
+
return h(), _(n, null, {
|
|
2315
2315
|
default: k(() => [
|
|
2316
2316
|
B(t.$slots, "default")
|
|
2317
2317
|
]),
|
|
@@ -2325,10 +2325,10 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2325
2325
|
outer: { type: Boolean }
|
|
2326
2326
|
},
|
|
2327
2327
|
setup(t) {
|
|
2328
|
-
const e = t, { property:
|
|
2328
|
+
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2329
2329
|
return (o, s) => {
|
|
2330
2330
|
const r = z("v-stepper-window-item");
|
|
2331
|
-
return h(), _(r, { value: n
|
|
2331
|
+
return h(), _(r, { value: i(n) }, {
|
|
2332
2332
|
default: k(() => [
|
|
2333
2333
|
B(o.$slots, "default")
|
|
2334
2334
|
]),
|
|
@@ -2343,7 +2343,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2343
2343
|
outer: { type: Boolean }
|
|
2344
2344
|
},
|
|
2345
2345
|
setup(t) {
|
|
2346
|
-
const e = t, { property:
|
|
2346
|
+
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
2347
2347
|
"settings",
|
|
2348
2348
|
"direction"
|
|
2349
2349
|
]), { property: s } = l(e, [
|
|
@@ -2358,21 +2358,21 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2358
2358
|
]), { property: c } = l(e, ["settings", "inline"]), { property: m } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: p } = F(), { property: f } = l(e, ["settings", "value"]);
|
|
2359
2359
|
return (b, g) => {
|
|
2360
2360
|
const v = z("v-switch");
|
|
2361
|
-
return h(), _(
|
|
2361
|
+
return h(), _(i(D), { "fit-content": !0 }, {
|
|
2362
2362
|
default: k(() => [
|
|
2363
2363
|
R(v, {
|
|
2364
|
-
modelValue:
|
|
2364
|
+
modelValue: i(f),
|
|
2365
2365
|
"onUpdate:modelValue": g[0] || (g[0] = (I) => X(f) ? f.value = I : null),
|
|
2366
|
-
density: n
|
|
2367
|
-
direction:
|
|
2368
|
-
disabled:
|
|
2369
|
-
"hide-details":
|
|
2370
|
-
indeterminate:
|
|
2371
|
-
inline:
|
|
2372
|
-
inset:
|
|
2373
|
-
label:
|
|
2374
|
-
loading:
|
|
2375
|
-
theme:
|
|
2366
|
+
density: i(n),
|
|
2367
|
+
direction: i(o),
|
|
2368
|
+
disabled: i(s),
|
|
2369
|
+
"hide-details": i(r),
|
|
2370
|
+
indeterminate: i(a),
|
|
2371
|
+
inline: i(c),
|
|
2372
|
+
inset: i(m),
|
|
2373
|
+
label: i(d),
|
|
2374
|
+
loading: i(u),
|
|
2375
|
+
theme: i(p)
|
|
2376
2376
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
2377
2377
|
]),
|
|
2378
2378
|
_: 1
|
|
@@ -2386,19 +2386,19 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2386
2386
|
outer: { type: Boolean }
|
|
2387
2387
|
},
|
|
2388
2388
|
setup(t) {
|
|
2389
|
-
const e = t,
|
|
2389
|
+
const e = t, n = H(), { property: o } = l(e, ["settings", "text"]), { theme: s } = F(), { property: r } = l(e, ["settings", "value"]), a = x(() => {
|
|
2390
2390
|
const c = {};
|
|
2391
|
-
return
|
|
2391
|
+
return n === "editor" && (c.pointerEvents = "none"), c;
|
|
2392
2392
|
});
|
|
2393
2393
|
return (c, m) => {
|
|
2394
2394
|
const d = z("v-tab");
|
|
2395
|
-
return h(), _(
|
|
2395
|
+
return h(), _(i(D), null, {
|
|
2396
2396
|
default: k(() => [
|
|
2397
2397
|
R(d, {
|
|
2398
2398
|
style: Z(a.value),
|
|
2399
|
-
text:
|
|
2400
|
-
theme:
|
|
2401
|
-
value:
|
|
2399
|
+
text: i(o),
|
|
2400
|
+
theme: i(s),
|
|
2401
|
+
value: i(r)
|
|
2402
2402
|
}, null, 8, ["style", "text", "theme", "value"])
|
|
2403
2403
|
]),
|
|
2404
2404
|
_: 1
|
|
@@ -2412,7 +2412,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2412
2412
|
outer: { type: Boolean }
|
|
2413
2413
|
},
|
|
2414
2414
|
setup(t) {
|
|
2415
|
-
const e = t, { property:
|
|
2415
|
+
const e = t, { property: n } = l(e, [
|
|
2416
2416
|
"settings",
|
|
2417
2417
|
"alignTabs"
|
|
2418
2418
|
]), { property: o } = l(e, [
|
|
@@ -2451,27 +2451,27 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2451
2451
|
]), { color: S } = O($), { property: L } = l(e, ["settings", "stacked"]), { theme: E } = F(), { property: N } = l(e, ["settings", "value"]);
|
|
2452
2452
|
return (j, M) => {
|
|
2453
2453
|
const C = z("v-tabs");
|
|
2454
|
-
return h(), _(
|
|
2454
|
+
return h(), _(i(D), { block: "" }, {
|
|
2455
2455
|
default: k(() => [
|
|
2456
2456
|
R(C, {
|
|
2457
|
-
modelValue:
|
|
2457
|
+
modelValue: i(N),
|
|
2458
2458
|
"onUpdate:modelValue": M[0] || (M[0] = (G) => X(N) ? N.value = G : null),
|
|
2459
|
-
"align-tabs": n
|
|
2460
|
-
"bg-color":
|
|
2461
|
-
"center-active":
|
|
2462
|
-
color:
|
|
2463
|
-
density:
|
|
2464
|
-
direction:
|
|
2465
|
-
disabled:
|
|
2466
|
-
"fixed-tabs":
|
|
2467
|
-
grow:
|
|
2468
|
-
"hide-slider":
|
|
2469
|
-
items:
|
|
2470
|
-
mandatory:
|
|
2471
|
-
"show-arrows":
|
|
2472
|
-
"slider-color":
|
|
2473
|
-
stacked:
|
|
2474
|
-
theme:
|
|
2459
|
+
"align-tabs": i(n),
|
|
2460
|
+
"bg-color": i(s),
|
|
2461
|
+
"center-active": i(r),
|
|
2462
|
+
color: i(c),
|
|
2463
|
+
density: i(m),
|
|
2464
|
+
direction: i(d),
|
|
2465
|
+
disabled: i(u),
|
|
2466
|
+
"fixed-tabs": i(p),
|
|
2467
|
+
grow: i(f),
|
|
2468
|
+
"hide-slider": i(b),
|
|
2469
|
+
items: i(g),
|
|
2470
|
+
mandatory: i(v),
|
|
2471
|
+
"show-arrows": i(I),
|
|
2472
|
+
"slider-color": i(S),
|
|
2473
|
+
stacked: i(L),
|
|
2474
|
+
theme: i(E)
|
|
2475
2475
|
}, {
|
|
2476
2476
|
default: k(() => [
|
|
2477
2477
|
B(j.$slots, "default")
|
|
@@ -2490,21 +2490,21 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2490
2490
|
outer: { type: Boolean }
|
|
2491
2491
|
},
|
|
2492
2492
|
setup(t) {
|
|
2493
|
-
const e = t,
|
|
2493
|
+
const e = t, n = Ce(), { property: o } = l(e, ["settings", "align"]), { property: s } = l(e, [
|
|
2494
2494
|
"settings",
|
|
2495
2495
|
"decoration"
|
|
2496
2496
|
]), { property: r } = l(e, [
|
|
2497
2497
|
"settings",
|
|
2498
2498
|
"emphasis"
|
|
2499
2499
|
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: m } = l(e, ["settings", "weight"]), d = x(() => {
|
|
2500
|
-
const u = [], p = Ge(
|
|
2500
|
+
const u = [], p = Ge(n.value.width), f = Pe(p, e.node.settings?.style);
|
|
2501
2501
|
return f && u.push(`text-${f}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), m.value && u.push(`font-weight-${m.value}`), a.value && u.push("font-italic"), u.join(" ");
|
|
2502
2502
|
});
|
|
2503
|
-
return (u, p) => (h(), _(
|
|
2503
|
+
return (u, p) => (h(), _(i(D), null, {
|
|
2504
2504
|
default: k(() => [
|
|
2505
2505
|
q("span", {
|
|
2506
2506
|
class: Zo(d.value)
|
|
2507
|
-
}, Qo(
|
|
2507
|
+
}, Qo(i(c)), 3)
|
|
2508
2508
|
]),
|
|
2509
2509
|
_: 1
|
|
2510
2510
|
}));
|
|
@@ -2516,7 +2516,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2516
2516
|
outer: { type: Boolean }
|
|
2517
2517
|
},
|
|
2518
2518
|
setup(t) {
|
|
2519
|
-
const e = t, { property:
|
|
2519
|
+
const e = t, { property: n } = l(e, [
|
|
2520
2520
|
"settings",
|
|
2521
2521
|
"autoGrow"
|
|
2522
2522
|
]), { property: o } = l(e, [
|
|
@@ -2537,25 +2537,25 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2537
2537
|
]), { theme: g } = F(), { property: v } = l(e, ["settings", "value"]), { property: I } = l(e, ["settings", "variant"]);
|
|
2538
2538
|
return ($, S) => {
|
|
2539
2539
|
const L = z("v-textarea");
|
|
2540
|
-
return h(), _(
|
|
2540
|
+
return h(), _(i(D), { block: "" }, {
|
|
2541
2541
|
default: k(() => [
|
|
2542
2542
|
R(L, {
|
|
2543
|
-
modelValue:
|
|
2543
|
+
modelValue: i(v),
|
|
2544
2544
|
"onUpdate:modelValue": S[0] || (S[0] = (E) => X(v) ? v.value = E : null),
|
|
2545
|
-
"auto-grow": n
|
|
2546
|
-
clearable:
|
|
2547
|
-
density:
|
|
2548
|
-
disabled:
|
|
2549
|
-
label:
|
|
2550
|
-
loading:
|
|
2551
|
-
"max-rows":
|
|
2552
|
-
placeholder:
|
|
2553
|
-
readonly:
|
|
2554
|
-
reverse:
|
|
2555
|
-
rows:
|
|
2556
|
-
"single-line":
|
|
2557
|
-
theme:
|
|
2558
|
-
variant:
|
|
2545
|
+
"auto-grow": i(n),
|
|
2546
|
+
clearable: i(o),
|
|
2547
|
+
density: i(s),
|
|
2548
|
+
disabled: i(r),
|
|
2549
|
+
label: i(a),
|
|
2550
|
+
loading: i(c),
|
|
2551
|
+
"max-rows": i(m),
|
|
2552
|
+
placeholder: i(d),
|
|
2553
|
+
readonly: i(u),
|
|
2554
|
+
reverse: i(p),
|
|
2555
|
+
rows: i(f),
|
|
2556
|
+
"single-line": i(b),
|
|
2557
|
+
theme: i(g),
|
|
2558
|
+
variant: i(I)
|
|
2559
2559
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2560
2560
|
]),
|
|
2561
2561
|
_: 1
|
|
@@ -2569,7 +2569,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2569
2569
|
outer: { type: Boolean }
|
|
2570
2570
|
},
|
|
2571
2571
|
setup(t) {
|
|
2572
|
-
const e = t, { property:
|
|
2572
|
+
const e = t, { property: n } = l(e, [
|
|
2573
2573
|
"settings",
|
|
2574
2574
|
"appendIcon"
|
|
2575
2575
|
]), { property: o } = l(e, [
|
|
@@ -2614,70 +2614,70 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2614
2614
|
]);
|
|
2615
2615
|
return (J, re) => {
|
|
2616
2616
|
const ue = z("v-text-field");
|
|
2617
|
-
return h(), _(
|
|
2617
|
+
return h(), _(i(D), { block: "" }, {
|
|
2618
2618
|
default: k(() => [
|
|
2619
2619
|
R(ue, {
|
|
2620
|
-
modelValue:
|
|
2620
|
+
modelValue: i(E),
|
|
2621
2621
|
"onUpdate:modelValue": re[0] || (re[0] = (pe) => X(E) ? E.value = pe : null),
|
|
2622
|
-
"append-icon": n
|
|
2623
|
-
"append-inner-icon":
|
|
2624
|
-
autofocus:
|
|
2625
|
-
clearable:
|
|
2626
|
-
density:
|
|
2627
|
-
disabled:
|
|
2628
|
-
"hide-details":
|
|
2629
|
-
label:
|
|
2630
|
-
loading:
|
|
2631
|
-
placeholder:
|
|
2632
|
-
prefix:
|
|
2633
|
-
"prepend-icon":
|
|
2634
|
-
"prepend-inner-icon":
|
|
2635
|
-
readonly:
|
|
2636
|
-
reverse:
|
|
2637
|
-
"single-line":
|
|
2638
|
-
suffix:
|
|
2639
|
-
theme:
|
|
2640
|
-
variant:
|
|
2622
|
+
"append-icon": i(n),
|
|
2623
|
+
"append-inner-icon": i(o),
|
|
2624
|
+
autofocus: i(s),
|
|
2625
|
+
clearable: i(r),
|
|
2626
|
+
density: i(a),
|
|
2627
|
+
disabled: i(c),
|
|
2628
|
+
"hide-details": i(m),
|
|
2629
|
+
label: i(d),
|
|
2630
|
+
loading: i(u),
|
|
2631
|
+
placeholder: i(p),
|
|
2632
|
+
prefix: i(f),
|
|
2633
|
+
"prepend-icon": i(b),
|
|
2634
|
+
"prepend-inner-icon": i(g),
|
|
2635
|
+
readonly: i(v),
|
|
2636
|
+
reverse: i(I),
|
|
2637
|
+
"single-line": i($),
|
|
2638
|
+
suffix: i(S),
|
|
2639
|
+
theme: i(L),
|
|
2640
|
+
variant: i(N)
|
|
2641
2641
|
}, Wn({ _: 2 }, [
|
|
2642
|
-
|
|
2642
|
+
i(j) ? {
|
|
2643
2643
|
name: "append",
|
|
2644
2644
|
fn: k(() => [
|
|
2645
|
-
R(
|
|
2645
|
+
R(i(he), {
|
|
2646
2646
|
id: "append",
|
|
2647
|
-
"ref-context": { compId:
|
|
2647
|
+
"ref-context": { compId: i(j) },
|
|
2648
2648
|
state: {}
|
|
2649
2649
|
}, null, 8, ["ref-context"])
|
|
2650
2650
|
]),
|
|
2651
2651
|
key: "0"
|
|
2652
2652
|
} : void 0,
|
|
2653
|
-
|
|
2653
|
+
i(M) ? {
|
|
2654
2654
|
name: "append-inner",
|
|
2655
2655
|
fn: k(() => [
|
|
2656
|
-
R(
|
|
2656
|
+
R(i(he), {
|
|
2657
2657
|
id: "append-inner",
|
|
2658
|
-
"ref-context": { compId:
|
|
2658
|
+
"ref-context": { compId: i(M) },
|
|
2659
2659
|
state: {}
|
|
2660
2660
|
}, null, 8, ["ref-context"])
|
|
2661
2661
|
]),
|
|
2662
2662
|
key: "1"
|
|
2663
2663
|
} : void 0,
|
|
2664
|
-
|
|
2664
|
+
i(C) ? {
|
|
2665
2665
|
name: "prepend",
|
|
2666
2666
|
fn: k(() => [
|
|
2667
|
-
R(
|
|
2667
|
+
R(i(he), {
|
|
2668
2668
|
id: "prepend",
|
|
2669
|
-
"ref-context": { compId:
|
|
2669
|
+
"ref-context": { compId: i(C) },
|
|
2670
2670
|
state: {}
|
|
2671
2671
|
}, null, 8, ["ref-context"])
|
|
2672
2672
|
]),
|
|
2673
2673
|
key: "2"
|
|
2674
2674
|
} : void 0,
|
|
2675
|
-
|
|
2675
|
+
i(G) ? {
|
|
2676
2676
|
name: "prepend-inner",
|
|
2677
2677
|
fn: k(() => [
|
|
2678
|
-
R(
|
|
2678
|
+
R(i(he), {
|
|
2679
2679
|
id: "prepend-inner",
|
|
2680
|
-
"ref-context": { compId:
|
|
2680
|
+
"ref-context": { compId: i(G) },
|
|
2681
2681
|
state: {}
|
|
2682
2682
|
}, null, 8, ["ref-context"])
|
|
2683
2683
|
]),
|
|
@@ -2696,7 +2696,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2696
2696
|
outer: { type: Boolean }
|
|
2697
2697
|
},
|
|
2698
2698
|
setup(t) {
|
|
2699
|
-
const e = t, { property:
|
|
2699
|
+
const e = t, { property: n } = l(e, ["settings", "align"]), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
2700
2700
|
"settings",
|
|
2701
2701
|
"direction"
|
|
2702
2702
|
]), { property: r } = l(e, [
|
|
@@ -2730,18 +2730,18 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2730
2730
|
return (I, $) => {
|
|
2731
2731
|
const S = z("v-timeline");
|
|
2732
2732
|
return h(), _(S, {
|
|
2733
|
-
align: n
|
|
2734
|
-
density:
|
|
2735
|
-
direction:
|
|
2736
|
-
"dot-color":
|
|
2737
|
-
"fill-dot":
|
|
2738
|
-
"hide-opposite":
|
|
2739
|
-
"line-color":
|
|
2740
|
-
"line-inset":
|
|
2741
|
-
"line-thickness":
|
|
2742
|
-
side:
|
|
2743
|
-
theme:
|
|
2744
|
-
"truncate-line":
|
|
2733
|
+
align: i(n),
|
|
2734
|
+
density: i(o),
|
|
2735
|
+
direction: i(s),
|
|
2736
|
+
"dot-color": i(a),
|
|
2737
|
+
"fill-dot": i(c),
|
|
2738
|
+
"hide-opposite": i(m),
|
|
2739
|
+
"line-color": i(u),
|
|
2740
|
+
"line-inset": i(p),
|
|
2741
|
+
"line-thickness": i(f),
|
|
2742
|
+
side: i(b),
|
|
2743
|
+
theme: i(v),
|
|
2744
|
+
"truncate-line": i(g)
|
|
2745
2745
|
}, {
|
|
2746
2746
|
default: k(() => [
|
|
2747
2747
|
B(I.$slots, "default")
|
|
@@ -2752,8 +2752,8 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
|
|
|
2752
2752
|
}
|
|
2753
2753
|
}), ua = {};
|
|
2754
2754
|
function pa(t, e) {
|
|
2755
|
-
const
|
|
2756
|
-
return h(), _(
|
|
2755
|
+
const n = z("v-timeline-item");
|
|
2756
|
+
return h(), _(n, null, {
|
|
2757
2757
|
default: k(() => [
|
|
2758
2758
|
B(t.$slots, "default")
|
|
2759
2759
|
]),
|
|
@@ -2767,7 +2767,7 @@ const ma = /* @__PURE__ */ Se(ua, [["render", pa]]), da = /* @__PURE__ */ V({
|
|
|
2767
2767
|
outer: { type: Boolean }
|
|
2768
2768
|
},
|
|
2769
2769
|
setup(t) {
|
|
2770
|
-
const e = t, { property:
|
|
2770
|
+
const e = t, { property: n } = l(e, [
|
|
2771
2771
|
"settings",
|
|
2772
2772
|
"continuous"
|
|
2773
2773
|
]), { property: o } = l(e, [
|
|
@@ -2783,15 +2783,15 @@ const ma = /* @__PURE__ */ Se(ua, [["render", pa]]), da = /* @__PURE__ */ V({
|
|
|
2783
2783
|
return (u, p) => {
|
|
2784
2784
|
const f = z("v-window");
|
|
2785
2785
|
return h(), _(f, {
|
|
2786
|
-
modelValue:
|
|
2786
|
+
modelValue: i(d),
|
|
2787
2787
|
"onUpdate:modelValue": p[0] || (p[0] = (b) => X(d) ? d.value = b : null),
|
|
2788
|
-
continuous: n
|
|
2789
|
-
direction:
|
|
2790
|
-
disabled:
|
|
2791
|
-
reverse:
|
|
2792
|
-
"show-arrows":
|
|
2793
|
-
theme:
|
|
2794
|
-
touch:
|
|
2788
|
+
continuous: i(n),
|
|
2789
|
+
direction: i(s),
|
|
2790
|
+
disabled: i(o),
|
|
2791
|
+
reverse: i(r),
|
|
2792
|
+
"show-arrows": i(a),
|
|
2793
|
+
theme: i(m),
|
|
2794
|
+
touch: i(c)
|
|
2795
2795
|
}, {
|
|
2796
2796
|
default: k(() => [
|
|
2797
2797
|
B(u.$slots, "default")
|
|
@@ -2802,8 +2802,8 @@ const ma = /* @__PURE__ */ Se(ua, [["render", pa]]), da = /* @__PURE__ */ V({
|
|
|
2802
2802
|
}
|
|
2803
2803
|
}), ya = {};
|
|
2804
2804
|
function fa(t, e) {
|
|
2805
|
-
const
|
|
2806
|
-
return h(), _(
|
|
2805
|
+
const n = z("v-window-item");
|
|
2806
|
+
return h(), _(n, null, {
|
|
2807
2807
|
default: k(() => [
|
|
2808
2808
|
B(t.$slots, "default")
|
|
2809
2809
|
]),
|
|
@@ -3349,19 +3349,19 @@ const ka = /* @__PURE__ */ V({
|
|
|
3349
3349
|
__name: "index",
|
|
3350
3350
|
setup(t) {
|
|
3351
3351
|
const e = H();
|
|
3352
|
-
return (
|
|
3352
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(hr), { key: 0 })) : ee("", !0);
|
|
3353
3353
|
}
|
|
3354
3354
|
}), _a = /* @__PURE__ */ V({
|
|
3355
3355
|
__name: "index",
|
|
3356
3356
|
setup(t) {
|
|
3357
3357
|
const e = H();
|
|
3358
|
-
return (
|
|
3358
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(gr), { key: 0 })) : ee("", !0);
|
|
3359
3359
|
}
|
|
3360
3360
|
}), wa = /* @__PURE__ */ V({
|
|
3361
3361
|
__name: "index",
|
|
3362
3362
|
setup(t) {
|
|
3363
3363
|
const e = H();
|
|
3364
|
-
return (
|
|
3364
|
+
return (n, o) => i(e) !== "editor" ? (h(), _(i(xr), { key: 0 })) : ee("", !0);
|
|
3365
3365
|
}
|
|
3366
3366
|
}), Va = {
|
|
3367
3367
|
key: xt,
|
|
@@ -3406,14 +3406,14 @@ const Ia = {
|
|
|
3406
3406
|
};
|
|
3407
3407
|
w(Ia);
|
|
3408
3408
|
function Sa(t, e) {
|
|
3409
|
-
const
|
|
3409
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3410
3410
|
if (!o) {
|
|
3411
|
-
console.error(`boxGeometryV1/spawn property tag not found, ${
|
|
3411
|
+
console.error(`boxGeometryV1/spawn property tag not found, ${n}`);
|
|
3412
3412
|
return;
|
|
3413
3413
|
}
|
|
3414
3414
|
const s = Ee.properties[o];
|
|
3415
3415
|
if (!s) {
|
|
3416
|
-
console.error(`boxGeometryV1/spawn properties not found, ${
|
|
3416
|
+
console.error(`boxGeometryV1/spawn properties not found, ${n}`);
|
|
3417
3417
|
return;
|
|
3418
3418
|
}
|
|
3419
3419
|
const r = {};
|
|
@@ -3439,17 +3439,17 @@ function Sa(t, e) {
|
|
|
3439
3439
|
], r;
|
|
3440
3440
|
}
|
|
3441
3441
|
function Ca(t, e) {
|
|
3442
|
-
const
|
|
3442
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3443
3443
|
if (!o) {
|
|
3444
3444
|
console.error(
|
|
3445
|
-
`boxGeometryV1/spawnBoxGeometry property tag not found, ${
|
|
3445
|
+
`boxGeometryV1/spawnBoxGeometry property tag not found, ${n}`
|
|
3446
3446
|
);
|
|
3447
3447
|
return;
|
|
3448
3448
|
}
|
|
3449
3449
|
const s = an.properties[o];
|
|
3450
3450
|
if (!s) {
|
|
3451
3451
|
console.error(
|
|
3452
|
-
`boxGeometryV1/spawnBoxGeometry properties not found, ${
|
|
3452
|
+
`boxGeometryV1/spawnBoxGeometry properties not found, ${n}`
|
|
3453
3453
|
);
|
|
3454
3454
|
return;
|
|
3455
3455
|
}
|
|
@@ -3464,17 +3464,17 @@ function Ca(t, e) {
|
|
|
3464
3464
|
}, r;
|
|
3465
3465
|
}
|
|
3466
3466
|
function Pa(t, e) {
|
|
3467
|
-
const
|
|
3467
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3468
3468
|
if (!o) {
|
|
3469
3469
|
console.error(
|
|
3470
|
-
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${
|
|
3470
|
+
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${n}`
|
|
3471
3471
|
);
|
|
3472
3472
|
return;
|
|
3473
3473
|
}
|
|
3474
3474
|
const s = Le.properties[o];
|
|
3475
3475
|
if (!s) {
|
|
3476
3476
|
console.error(
|
|
3477
|
-
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${
|
|
3477
|
+
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${n}`
|
|
3478
3478
|
);
|
|
3479
3479
|
return;
|
|
3480
3480
|
}
|
|
@@ -3541,14 +3541,14 @@ const ri = {
|
|
|
3541
3541
|
};
|
|
3542
3542
|
w(an);
|
|
3543
3543
|
function Ta(t, e) {
|
|
3544
|
-
const
|
|
3544
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3545
3545
|
if (!o) {
|
|
3546
|
-
console.error(`sphereGeometryV1/spawn property tag not found, ${
|
|
3546
|
+
console.error(`sphereGeometryV1/spawn property tag not found, ${n}`);
|
|
3547
3547
|
return;
|
|
3548
3548
|
}
|
|
3549
3549
|
const s = Ee.properties[o];
|
|
3550
3550
|
if (!s) {
|
|
3551
|
-
console.error(`sphereGeometryV1/spawn properties not found, ${
|
|
3551
|
+
console.error(`sphereGeometryV1/spawn properties not found, ${n}`);
|
|
3552
3552
|
return;
|
|
3553
3553
|
}
|
|
3554
3554
|
const r = {};
|
|
@@ -3574,17 +3574,17 @@ function Ta(t, e) {
|
|
|
3574
3574
|
], r;
|
|
3575
3575
|
}
|
|
3576
3576
|
function za(t, e) {
|
|
3577
|
-
const
|
|
3577
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3578
3578
|
if (!o) {
|
|
3579
3579
|
console.error(
|
|
3580
|
-
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${
|
|
3580
|
+
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${n}`
|
|
3581
3581
|
);
|
|
3582
3582
|
return;
|
|
3583
3583
|
}
|
|
3584
3584
|
const s = cn.properties[o];
|
|
3585
3585
|
if (!s) {
|
|
3586
3586
|
console.error(
|
|
3587
|
-
`sphereGeometryV1/spawnSphereGeometry properties not found, ${
|
|
3587
|
+
`sphereGeometryV1/spawnSphereGeometry properties not found, ${n}`
|
|
3588
3588
|
);
|
|
3589
3589
|
return;
|
|
3590
3590
|
}
|
|
@@ -3600,17 +3600,17 @@ function za(t, e) {
|
|
|
3600
3600
|
}, r;
|
|
3601
3601
|
}
|
|
3602
3602
|
function Aa(t, e) {
|
|
3603
|
-
const
|
|
3603
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3604
3604
|
if (!o) {
|
|
3605
3605
|
console.error(
|
|
3606
|
-
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${
|
|
3606
|
+
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${n}`
|
|
3607
3607
|
);
|
|
3608
3608
|
return;
|
|
3609
3609
|
}
|
|
3610
3610
|
const s = Le.properties[o];
|
|
3611
3611
|
if (!s) {
|
|
3612
3612
|
console.error(
|
|
3613
|
-
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${
|
|
3613
|
+
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${n}`
|
|
3614
3614
|
);
|
|
3615
3615
|
return;
|
|
3616
3616
|
}
|
|
@@ -3890,14 +3890,14 @@ const Ee = {
|
|
|
3890
3890
|
};
|
|
3891
3891
|
w(Ee);
|
|
3892
3892
|
function Ma(t, e) {
|
|
3893
|
-
const
|
|
3893
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3894
3894
|
if (!o) {
|
|
3895
|
-
console.error(`barChartV1/spawn property tag not found, ${
|
|
3895
|
+
console.error(`barChartV1/spawn property tag not found, ${n}`);
|
|
3896
3896
|
return;
|
|
3897
3897
|
}
|
|
3898
3898
|
const s = un.properties[o];
|
|
3899
3899
|
if (!s) {
|
|
3900
|
-
console.error(`barChartV1/spawn properties not found, ${
|
|
3900
|
+
console.error(`barChartV1/spawn properties not found, ${n}`);
|
|
3901
3901
|
return;
|
|
3902
3902
|
}
|
|
3903
3903
|
const r = {};
|
|
@@ -3945,14 +3945,14 @@ const pi = {
|
|
|
3945
3945
|
};
|
|
3946
3946
|
w(un);
|
|
3947
3947
|
function Da(t, e) {
|
|
3948
|
-
const
|
|
3948
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3949
3949
|
if (!o) {
|
|
3950
|
-
console.error(`lineChartV1/spawn property tag not found, ${
|
|
3950
|
+
console.error(`lineChartV1/spawn property tag not found, ${n}`);
|
|
3951
3951
|
return;
|
|
3952
3952
|
}
|
|
3953
3953
|
const s = pn.properties[o];
|
|
3954
3954
|
if (!s) {
|
|
3955
|
-
console.error(`lineChartV1/spawn properties not found, ${
|
|
3955
|
+
console.error(`lineChartV1/spawn properties not found, ${n}`);
|
|
3956
3956
|
return;
|
|
3957
3957
|
}
|
|
3958
3958
|
const r = {};
|
|
@@ -4157,7 +4157,7 @@ const hi = {
|
|
|
4157
4157
|
default: !1
|
|
4158
4158
|
}
|
|
4159
4159
|
]
|
|
4160
|
-
},
|
|
4160
|
+
}, Zu = {
|
|
4161
4161
|
key: Je,
|
|
4162
4162
|
name: "x-runtime-lib.badge",
|
|
4163
4163
|
comp: bl,
|
|
@@ -4170,14 +4170,14 @@ const hi = {
|
|
|
4170
4170
|
slots: []
|
|
4171
4171
|
};
|
|
4172
4172
|
function Ha(t, e) {
|
|
4173
|
-
const
|
|
4173
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4174
4174
|
if (!o) {
|
|
4175
|
-
console.error(`btnV1/spawn property tag not found, ${
|
|
4175
|
+
console.error(`btnV1/spawn property tag not found, ${n}`);
|
|
4176
4176
|
return;
|
|
4177
4177
|
}
|
|
4178
4178
|
const s = mn.properties[o];
|
|
4179
4179
|
if (!s) {
|
|
4180
|
-
console.error(`btnV1/spawn properties not found, ${
|
|
4180
|
+
console.error(`btnV1/spawn properties not found, ${n}`);
|
|
4181
4181
|
return;
|
|
4182
4182
|
}
|
|
4183
4183
|
const r = {};
|
|
@@ -4379,14 +4379,14 @@ const xi = {
|
|
|
4379
4379
|
};
|
|
4380
4380
|
w(Ua);
|
|
4381
4381
|
function Xa(t, e) {
|
|
4382
|
-
const
|
|
4382
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4383
4383
|
if (!o) {
|
|
4384
|
-
console.error(`cardV1/spawn property tag not found, ${
|
|
4384
|
+
console.error(`cardV1/spawn property tag not found, ${n}`);
|
|
4385
4385
|
return;
|
|
4386
4386
|
}
|
|
4387
4387
|
const s = Be.properties[o];
|
|
4388
4388
|
if (!s) {
|
|
4389
|
-
console.error(`cardV1/spawn properties not found, ${
|
|
4389
|
+
console.error(`cardV1/spawn properties not found, ${n}`);
|
|
4390
4390
|
return;
|
|
4391
4391
|
}
|
|
4392
4392
|
const r = {};
|
|
@@ -4582,14 +4582,14 @@ const qa = W(K), _i = {
|
|
|
4582
4582
|
};
|
|
4583
4583
|
w(dn);
|
|
4584
4584
|
function Ja(t, e) {
|
|
4585
|
-
const
|
|
4585
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4586
4586
|
if (!o) {
|
|
4587
|
-
console.error(`chipGroupV1/spawn property tag not found, ${
|
|
4587
|
+
console.error(`chipGroupV1/spawn property tag not found, ${n}`);
|
|
4588
4588
|
return;
|
|
4589
4589
|
}
|
|
4590
4590
|
const s = yn.properties[o];
|
|
4591
4591
|
if (!s) {
|
|
4592
|
-
console.error(`chipGroupV1/spawn properties not found, ${
|
|
4592
|
+
console.error(`chipGroupV1/spawn properties not found, ${n}`);
|
|
4593
4593
|
return;
|
|
4594
4594
|
}
|
|
4595
4595
|
const r = {};
|
|
@@ -4602,7 +4602,7 @@ function Ja(t, e) {
|
|
|
4602
4602
|
_e(t, e, "chip6", "chip 6")
|
|
4603
4603
|
], r;
|
|
4604
4604
|
}
|
|
4605
|
-
function _e(t, e,
|
|
4605
|
+
function _e(t, e, n, o) {
|
|
4606
4606
|
const s = `type=${t} subtype=${e}`, r = A(t, e);
|
|
4607
4607
|
if (!r) {
|
|
4608
4608
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
@@ -4614,7 +4614,7 @@ function _e(t, e, i, o) {
|
|
|
4614
4614
|
return;
|
|
4615
4615
|
}
|
|
4616
4616
|
const c = {};
|
|
4617
|
-
return T(c, a), c.basic.id = P(16), c.basic.key = dn.key, c.settings.value =
|
|
4617
|
+
return T(c, a), c.basic.id = P(16), c.basic.key = dn.key, c.settings.value = n, c.settings.text = o, c;
|
|
4618
4618
|
}
|
|
4619
4619
|
const wi = {
|
|
4620
4620
|
key: "settings",
|
|
@@ -4990,7 +4990,7 @@ const Pi = {
|
|
|
4990
4990
|
key: "settings",
|
|
4991
4991
|
name: "x-runtime-lib.settings",
|
|
4992
4992
|
children: []
|
|
4993
|
-
},
|
|
4993
|
+
}, Qu = {
|
|
4994
4994
|
key: yt,
|
|
4995
4995
|
name: "x-runtime-lib.fileInput",
|
|
4996
4996
|
comp: Ll,
|
|
@@ -5033,14 +5033,14 @@ const Pi = {
|
|
|
5033
5033
|
};
|
|
5034
5034
|
w(bn);
|
|
5035
5035
|
function ic(t, e) {
|
|
5036
|
-
const
|
|
5036
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5037
5037
|
if (!o) {
|
|
5038
|
-
console.error(`flexLayoutV1/spawn property tag not found, ${
|
|
5038
|
+
console.error(`flexLayoutV1/spawn property tag not found, ${n}`);
|
|
5039
5039
|
return;
|
|
5040
5040
|
}
|
|
5041
5041
|
const s = We.properties[o];
|
|
5042
5042
|
if (!s) {
|
|
5043
|
-
console.error(`flexLayoutV1/spawn properties not found, ${
|
|
5043
|
+
console.error(`flexLayoutV1/spawn properties not found, ${n}`);
|
|
5044
5044
|
return;
|
|
5045
5045
|
}
|
|
5046
5046
|
const r = {};
|
|
@@ -5068,7 +5068,7 @@ function ic(t, e) {
|
|
|
5068
5068
|
oc(t, e)
|
|
5069
5069
|
], r;
|
|
5070
5070
|
}
|
|
5071
|
-
function hn(t, e,
|
|
5071
|
+
function hn(t, e, n, o, s, r, a, c, m) {
|
|
5072
5072
|
const d = `type=${t} subtype=${e}`, u = A(t, e);
|
|
5073
5073
|
if (!u) {
|
|
5074
5074
|
console.error(
|
|
@@ -5084,19 +5084,19 @@ function hn(t, e, i, o, s, r, a, c, m) {
|
|
|
5084
5084
|
return;
|
|
5085
5085
|
}
|
|
5086
5086
|
const f = {};
|
|
5087
|
-
return T(f, p), f.basic.id = P(16), f.basic.key = fn.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c),
|
|
5087
|
+
return T(f, p), f.basic.id = P(16), f.basic.key = fn.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
5089
|
function oc(t, e) {
|
|
5090
|
-
const
|
|
5090
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5091
5091
|
if (!o) {
|
|
5092
5092
|
console.error(
|
|
5093
|
-
`flexLayoutV1/spawnEntry property tag not found, ${
|
|
5093
|
+
`flexLayoutV1/spawnEntry property tag not found, ${n}`
|
|
5094
5094
|
);
|
|
5095
5095
|
return;
|
|
5096
5096
|
}
|
|
5097
5097
|
const s = bn.properties[o];
|
|
5098
5098
|
if (!s) {
|
|
5099
|
-
console.error(`flexLayoutV1/spawnEntry properties not found, ${
|
|
5099
|
+
console.error(`flexLayoutV1/spawnEntry properties not found, ${n}`);
|
|
5100
5100
|
return;
|
|
5101
5101
|
}
|
|
5102
5102
|
const r = {
|
|
@@ -5501,28 +5501,28 @@ const Ai = {
|
|
|
5501
5501
|
};
|
|
5502
5502
|
w(gn);
|
|
5503
5503
|
function rc(t, e) {
|
|
5504
|
-
const
|
|
5504
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5505
5505
|
if (!o) {
|
|
5506
|
-
console.error(`formV1/spawn property tag not found, ${
|
|
5506
|
+
console.error(`formV1/spawn property tag not found, ${n}`);
|
|
5507
5507
|
return;
|
|
5508
5508
|
}
|
|
5509
5509
|
const s = xn.properties[o];
|
|
5510
5510
|
if (!s) {
|
|
5511
|
-
console.error(`formV1/spawn properties not found, ${
|
|
5511
|
+
console.error(`formV1/spawn properties not found, ${n}`);
|
|
5512
5512
|
return;
|
|
5513
5513
|
}
|
|
5514
5514
|
const r = {};
|
|
5515
5515
|
return T(r, s), r.basic.id = P(16), r.basic.key = xn.key, r.children = [sc(t, e)], r;
|
|
5516
5516
|
}
|
|
5517
5517
|
function sc(t, e) {
|
|
5518
|
-
const
|
|
5518
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5519
5519
|
if (!o) {
|
|
5520
|
-
console.error(`formV1/spawnTextField property tag not found, ${
|
|
5520
|
+
console.error(`formV1/spawnTextField property tag not found, ${n}`);
|
|
5521
5521
|
return;
|
|
5522
5522
|
}
|
|
5523
5523
|
const s = gn.properties[o];
|
|
5524
5524
|
if (!s) {
|
|
5525
|
-
console.error(`formV1/spawnTextField properties not found, ${
|
|
5525
|
+
console.error(`formV1/spawnTextField properties not found, ${n}`);
|
|
5526
5526
|
return;
|
|
5527
5527
|
}
|
|
5528
5528
|
const r = {};
|
|
@@ -5633,14 +5633,14 @@ const cc = {
|
|
|
5633
5633
|
};
|
|
5634
5634
|
w(cc);
|
|
5635
5635
|
function uc(t, e) {
|
|
5636
|
-
const
|
|
5636
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5637
5637
|
if (!o) {
|
|
5638
|
-
console.error(`numberInputV1/spawn property tag not found, ${
|
|
5638
|
+
console.error(`numberInputV1/spawn property tag not found, ${n}`);
|
|
5639
5639
|
return;
|
|
5640
5640
|
}
|
|
5641
5641
|
const s = vn.properties[o];
|
|
5642
5642
|
if (!s) {
|
|
5643
|
-
console.error(`numberInputV1/spawn properties not found, ${
|
|
5643
|
+
console.error(`numberInputV1/spawn properties not found, ${n}`);
|
|
5644
5644
|
return;
|
|
5645
5645
|
}
|
|
5646
5646
|
const r = {};
|
|
@@ -5983,14 +5983,14 @@ const mc = W(K), Di = {
|
|
|
5983
5983
|
};
|
|
5984
5984
|
w(kn);
|
|
5985
5985
|
function dc(t, e) {
|
|
5986
|
-
const
|
|
5986
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5987
5987
|
if (!o) {
|
|
5988
|
-
console.error(`radioGroupV1/spawn property tag not found, ${
|
|
5988
|
+
console.error(`radioGroupV1/spawn property tag not found, ${n}`);
|
|
5989
5989
|
return;
|
|
5990
5990
|
}
|
|
5991
5991
|
const s = _n.properties[o];
|
|
5992
5992
|
if (!s) {
|
|
5993
|
-
console.error(`radioGroupV1/spawn properties not found, ${
|
|
5993
|
+
console.error(`radioGroupV1/spawn properties not found, ${n}`);
|
|
5994
5994
|
return;
|
|
5995
5995
|
}
|
|
5996
5996
|
const r = {};
|
|
@@ -6000,7 +6000,7 @@ function dc(t, e) {
|
|
|
6000
6000
|
en(t, e, "option3", "Option 3")
|
|
6001
6001
|
], r.settings.value = "option1", r;
|
|
6002
6002
|
}
|
|
6003
|
-
function en(t, e,
|
|
6003
|
+
function en(t, e, n, o) {
|
|
6004
6004
|
const s = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6005
6005
|
if (!r) {
|
|
6006
6006
|
console.error(
|
|
@@ -6014,7 +6014,7 @@ function en(t, e, i, o) {
|
|
|
6014
6014
|
return;
|
|
6015
6015
|
}
|
|
6016
6016
|
const c = {};
|
|
6017
|
-
return T(c, a), c.basic.id = P(16), c.basic.key = kn.key, c.settings.value =
|
|
6017
|
+
return T(c, a), c.basic.id = P(16), c.basic.key = kn.key, c.settings.value = n, c.settings.label = o, c;
|
|
6018
6018
|
}
|
|
6019
6019
|
const Fi = {
|
|
6020
6020
|
key: "settings",
|
|
@@ -6552,28 +6552,28 @@ const Ui = {
|
|
|
6552
6552
|
};
|
|
6553
6553
|
w(In);
|
|
6554
6554
|
function gc(t, e) {
|
|
6555
|
-
const
|
|
6555
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6556
6556
|
if (!o) {
|
|
6557
|
-
console.error(`stepperV1/spawn property tag not found, ${
|
|
6557
|
+
console.error(`stepperV1/spawn property tag not found, ${n}`);
|
|
6558
6558
|
return;
|
|
6559
6559
|
}
|
|
6560
6560
|
const s = Sn.properties[o];
|
|
6561
6561
|
if (!s) {
|
|
6562
|
-
console.error(`stepperV1/spawn properties not found, ${
|
|
6562
|
+
console.error(`stepperV1/spawn properties not found, ${n}`);
|
|
6563
6563
|
return;
|
|
6564
6564
|
}
|
|
6565
6565
|
const r = {};
|
|
6566
6566
|
return T(r, s), r.basic.id = P(16), r.basic.key = Sn.key, r.children = [xc(t, e), vc(t, e)], r;
|
|
6567
6567
|
}
|
|
6568
6568
|
function xc(t, e) {
|
|
6569
|
-
const
|
|
6569
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6570
6570
|
if (!o) {
|
|
6571
|
-
console.error(`stepperV1/spawnHeader property tag not found, ${
|
|
6571
|
+
console.error(`stepperV1/spawnHeader property tag not found, ${n}`);
|
|
6572
6572
|
return;
|
|
6573
6573
|
}
|
|
6574
6574
|
const s = wn.properties[o];
|
|
6575
6575
|
if (!s) {
|
|
6576
|
-
console.error(`stepperV1/spawnHeader properties not found, ${
|
|
6576
|
+
console.error(`stepperV1/spawnHeader properties not found, ${n}`);
|
|
6577
6577
|
return;
|
|
6578
6578
|
}
|
|
6579
6579
|
const r = {};
|
|
@@ -6583,7 +6583,7 @@ function xc(t, e) {
|
|
|
6583
6583
|
tn(t, e, "step3")
|
|
6584
6584
|
], r;
|
|
6585
6585
|
}
|
|
6586
|
-
function tn(t, e,
|
|
6586
|
+
function tn(t, e, n) {
|
|
6587
6587
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6588
6588
|
if (!s) {
|
|
6589
6589
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
@@ -6595,17 +6595,17 @@ function tn(t, e, i) {
|
|
|
6595
6595
|
return;
|
|
6596
6596
|
}
|
|
6597
6597
|
const a = {};
|
|
6598
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = Vn.key, a.children = [], a.settings.value =
|
|
6598
|
+
return T(a, r), a.basic.id = P(16), a.basic.key = Vn.key, a.children = [], a.settings.value = n, a;
|
|
6599
6599
|
}
|
|
6600
6600
|
function vc(t, e) {
|
|
6601
|
-
const
|
|
6601
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6602
6602
|
if (!o) {
|
|
6603
|
-
console.error(`stepperV1/spawnWindow property tag not found, ${
|
|
6603
|
+
console.error(`stepperV1/spawnWindow property tag not found, ${n}`);
|
|
6604
6604
|
return;
|
|
6605
6605
|
}
|
|
6606
6606
|
const s = $n.properties[o];
|
|
6607
6607
|
if (!s) {
|
|
6608
|
-
console.error(`stepperV1/spawnWindow properties not found, ${
|
|
6608
|
+
console.error(`stepperV1/spawnWindow properties not found, ${n}`);
|
|
6609
6609
|
return;
|
|
6610
6610
|
}
|
|
6611
6611
|
const r = {};
|
|
@@ -6615,7 +6615,7 @@ function vc(t, e) {
|
|
|
6615
6615
|
nn(t, e, "step3", "step 3")
|
|
6616
6616
|
], r;
|
|
6617
6617
|
}
|
|
6618
|
-
function nn(t, e,
|
|
6618
|
+
function nn(t, e, n, o) {
|
|
6619
6619
|
const s = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6620
6620
|
if (!r) {
|
|
6621
6621
|
console.error(
|
|
@@ -6631,9 +6631,9 @@ function nn(t, e, i, o) {
|
|
|
6631
6631
|
return;
|
|
6632
6632
|
}
|
|
6633
6633
|
const c = {};
|
|
6634
|
-
return T(c, a), c.basic.id = P(16), c.basic.key = In.key, c.children = [kc(t, e, o)], c.settings.value =
|
|
6634
|
+
return T(c, a), c.basic.id = P(16), c.basic.key = In.key, c.children = [kc(t, e, o)], c.settings.value = n, c;
|
|
6635
6635
|
}
|
|
6636
|
-
function kc(t, e,
|
|
6636
|
+
function kc(t, e, n) {
|
|
6637
6637
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6638
6638
|
if (!s) {
|
|
6639
6639
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6645,7 +6645,7 @@ function kc(t, e, i) {
|
|
|
6645
6645
|
return;
|
|
6646
6646
|
}
|
|
6647
6647
|
const a = {};
|
|
6648
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = Be.key, a.children = [], a.settings.title =
|
|
6648
|
+
return T(a, r), a.basic.id = P(16), a.basic.key = Be.key, a.children = [], a.settings.title = n, a;
|
|
6649
6649
|
}
|
|
6650
6650
|
const Xi = {
|
|
6651
6651
|
key: "settings",
|
|
@@ -6724,14 +6724,14 @@ const Yi = {
|
|
|
6724
6724
|
};
|
|
6725
6725
|
w(Cn);
|
|
6726
6726
|
function wc(t, e) {
|
|
6727
|
-
const
|
|
6727
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6728
6728
|
if (!o) {
|
|
6729
|
-
console.error(`tabsV1/spawn property tag not found, ${
|
|
6729
|
+
console.error(`tabsV1/spawn property tag not found, ${n}`);
|
|
6730
6730
|
return;
|
|
6731
6731
|
}
|
|
6732
6732
|
const s = Pn.properties[o];
|
|
6733
6733
|
if (!s) {
|
|
6734
|
-
console.error(`tabsV1/spawn properties not found, ${
|
|
6734
|
+
console.error(`tabsV1/spawn properties not found, ${n}`);
|
|
6735
6735
|
return;
|
|
6736
6736
|
}
|
|
6737
6737
|
const r = {};
|
|
@@ -6741,7 +6741,7 @@ function wc(t, e) {
|
|
|
6741
6741
|
on(t, e, "tab3", "tab 3")
|
|
6742
6742
|
], r;
|
|
6743
6743
|
}
|
|
6744
|
-
function on(t, e,
|
|
6744
|
+
function on(t, e, n, o) {
|
|
6745
6745
|
const s = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6746
6746
|
if (!r) {
|
|
6747
6747
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
@@ -6753,7 +6753,7 @@ function on(t, e, i, o) {
|
|
|
6753
6753
|
return;
|
|
6754
6754
|
}
|
|
6755
6755
|
const c = {};
|
|
6756
|
-
return T(c, a), c.basic.id = P(16), c.basic.key = Cn.key, c.settings.value =
|
|
6756
|
+
return T(c, a), c.basic.id = P(16), c.basic.key = Cn.key, c.settings.value = n, c.settings.text = o, c;
|
|
6757
6757
|
}
|
|
6758
6758
|
const qn = W(K);
|
|
6759
6759
|
qn.key = "backgroundColor";
|
|
@@ -6858,14 +6858,14 @@ const qi = {
|
|
|
6858
6858
|
};
|
|
6859
6859
|
w(Pn);
|
|
6860
6860
|
function Vc(t, e) {
|
|
6861
|
-
const
|
|
6861
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6862
6862
|
if (!o) {
|
|
6863
|
-
console.error(`textV1/spawn property tag not found, ${
|
|
6863
|
+
console.error(`textV1/spawn property tag not found, ${n}`);
|
|
6864
6864
|
return;
|
|
6865
6865
|
}
|
|
6866
6866
|
const s = xe.properties[o];
|
|
6867
6867
|
if (!s) {
|
|
6868
|
-
console.error(`textV1/spawn properties not found, ${
|
|
6868
|
+
console.error(`textV1/spawn properties not found, ${n}`);
|
|
6869
6869
|
return;
|
|
6870
6870
|
}
|
|
6871
6871
|
const r = {};
|
|
@@ -6973,14 +6973,14 @@ const Ji = {
|
|
|
6973
6973
|
};
|
|
6974
6974
|
w(xe);
|
|
6975
6975
|
function $c(t, e) {
|
|
6976
|
-
const
|
|
6976
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6977
6977
|
if (!o) {
|
|
6978
|
-
console.error(`textareaV1/spawn property tag not found, ${
|
|
6978
|
+
console.error(`textareaV1/spawn property tag not found, ${n}`);
|
|
6979
6979
|
return;
|
|
6980
6980
|
}
|
|
6981
6981
|
const s = Tn.properties[o];
|
|
6982
6982
|
if (!s) {
|
|
6983
|
-
console.error(`textareaV1/spawn properties not found, ${
|
|
6983
|
+
console.error(`textareaV1/spawn properties not found, ${n}`);
|
|
6984
6984
|
return;
|
|
6985
6985
|
}
|
|
6986
6986
|
const r = {};
|
|
@@ -7086,14 +7086,14 @@ const zn = {
|
|
|
7086
7086
|
};
|
|
7087
7087
|
w(zn);
|
|
7088
7088
|
function Ic(t, e) {
|
|
7089
|
-
const
|
|
7089
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
7090
7090
|
if (!o) {
|
|
7091
|
-
console.error(`timelineV1/spawn property tag not found, ${
|
|
7091
|
+
console.error(`timelineV1/spawn property tag not found, ${n}`);
|
|
7092
7092
|
return;
|
|
7093
7093
|
}
|
|
7094
7094
|
const s = An.properties[o];
|
|
7095
7095
|
if (!s) {
|
|
7096
|
-
console.error(`timelineV1/spawn properties not found, ${
|
|
7096
|
+
console.error(`timelineV1/spawn properties not found, ${n}`);
|
|
7097
7097
|
return;
|
|
7098
7098
|
}
|
|
7099
7099
|
const r = {};
|
|
@@ -7103,7 +7103,7 @@ function Ic(t, e) {
|
|
|
7103
7103
|
rn(t, e, "timeline 3")
|
|
7104
7104
|
], r;
|
|
7105
7105
|
}
|
|
7106
|
-
function rn(t, e,
|
|
7106
|
+
function rn(t, e, n) {
|
|
7107
7107
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
7108
7108
|
if (!s) {
|
|
7109
7109
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
@@ -7115,9 +7115,9 @@ function rn(t, e, i) {
|
|
|
7115
7115
|
return;
|
|
7116
7116
|
}
|
|
7117
7117
|
const a = {};
|
|
7118
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = zn.key, a.children = [Sc(t, e,
|
|
7118
|
+
return T(a, r), a.basic.id = P(16), a.basic.key = zn.key, a.children = [Sc(t, e, n)], a;
|
|
7119
7119
|
}
|
|
7120
|
-
function Sc(t, e,
|
|
7120
|
+
function Sc(t, e, n) {
|
|
7121
7121
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
7122
7122
|
if (!s) {
|
|
7123
7123
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7129,7 +7129,7 @@ function Sc(t, e, i) {
|
|
|
7129
7129
|
return;
|
|
7130
7130
|
}
|
|
7131
7131
|
const a = {};
|
|
7132
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text =
|
|
7132
|
+
return T(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a;
|
|
7133
7133
|
}
|
|
7134
7134
|
const Cc = W(K), Pc = W(K), Qi = {
|
|
7135
7135
|
key: "settings",
|
|
@@ -7237,14 +7237,14 @@ const Ln = {
|
|
|
7237
7237
|
};
|
|
7238
7238
|
w(Ln);
|
|
7239
7239
|
function Tc(t, e) {
|
|
7240
|
-
const
|
|
7240
|
+
const n = `type=${t} subtype=${e}`, o = A(t, e);
|
|
7241
7241
|
if (!o) {
|
|
7242
|
-
console.error(`windowV1/spawn property tag not found, ${
|
|
7242
|
+
console.error(`windowV1/spawn property tag not found, ${n}`);
|
|
7243
7243
|
return;
|
|
7244
7244
|
}
|
|
7245
7245
|
const s = En.properties[o];
|
|
7246
7246
|
if (!s) {
|
|
7247
|
-
console.error(`windowV1/spawn properties not found, ${
|
|
7247
|
+
console.error(`windowV1/spawn properties not found, ${n}`);
|
|
7248
7248
|
return;
|
|
7249
7249
|
}
|
|
7250
7250
|
const r = {};
|
|
@@ -7254,7 +7254,7 @@ function Tc(t, e) {
|
|
|
7254
7254
|
sn(t, e, "window 3")
|
|
7255
7255
|
], r;
|
|
7256
7256
|
}
|
|
7257
|
-
function sn(t, e,
|
|
7257
|
+
function sn(t, e, n) {
|
|
7258
7258
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
7259
7259
|
if (!s) {
|
|
7260
7260
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
@@ -7266,9 +7266,9 @@ function sn(t, e, i) {
|
|
|
7266
7266
|
return;
|
|
7267
7267
|
}
|
|
7268
7268
|
const a = {};
|
|
7269
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = Ln.key, a.children = [zc(t, e,
|
|
7269
|
+
return T(a, r), a.basic.id = P(16), a.basic.key = Ln.key, a.children = [zc(t, e, n)], a;
|
|
7270
7270
|
}
|
|
7271
|
-
function zc(t, e,
|
|
7271
|
+
function zc(t, e, n) {
|
|
7272
7272
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
7273
7273
|
if (!s) {
|
|
7274
7274
|
console.error(
|
|
@@ -7282,9 +7282,9 @@ function zc(t, e, i) {
|
|
|
7282
7282
|
return;
|
|
7283
7283
|
}
|
|
7284
7284
|
const a = {};
|
|
7285
|
-
return T(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 = [Ac(t, e,
|
|
7285
|
+
return T(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 = [Ac(t, e, n)], a;
|
|
7286
7286
|
}
|
|
7287
|
-
function Ac(t, e,
|
|
7287
|
+
function Ac(t, e, n) {
|
|
7288
7288
|
const o = `type=${t} subtype=${e}`, s = A(t, e);
|
|
7289
7289
|
if (!s) {
|
|
7290
7290
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7296,7 +7296,7 @@ function Ac(t, e, i) {
|
|
|
7296
7296
|
return;
|
|
7297
7297
|
}
|
|
7298
7298
|
const a = {};
|
|
7299
|
-
return T(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text =
|
|
7299
|
+
return T(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
7301
|
const eo = {
|
|
7302
7302
|
key: "settings",
|
|
@@ -8045,30 +8045,30 @@ function to(t, e) {
|
|
|
8045
8045
|
if (t.array)
|
|
8046
8046
|
return e ? W(t.default) : W(t.defaultArray);
|
|
8047
8047
|
{
|
|
8048
|
-
const
|
|
8049
|
-
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !
|
|
8048
|
+
const n = W(t.default);
|
|
8049
|
+
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !n ? void 0 : n;
|
|
8050
8050
|
}
|
|
8051
8051
|
}
|
|
8052
8052
|
function T(t, e) {
|
|
8053
|
-
function
|
|
8053
|
+
function n(o, s) {
|
|
8054
8054
|
if (s.ui) {
|
|
8055
8055
|
if (s.ui === "strInput" && s.static)
|
|
8056
8056
|
return;
|
|
8057
8057
|
o[s.key] = to(s);
|
|
8058
8058
|
} else
|
|
8059
8059
|
s.array ? o[s.key] = to(s) : s.children.forEach((r) => {
|
|
8060
|
-
o[s.key] || (o[s.key] = {}),
|
|
8060
|
+
o[s.key] || (o[s.key] = {}), n(o[s.key], r);
|
|
8061
8061
|
});
|
|
8062
8062
|
}
|
|
8063
|
-
e.forEach((o) =>
|
|
8063
|
+
e.forEach((o) => n(t, o));
|
|
8064
8064
|
}
|
|
8065
|
-
function
|
|
8066
|
-
const r = `type=${t} subtype=${e} version=${
|
|
8065
|
+
function ep(t, e, n, o, s) {
|
|
8066
|
+
const r = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefId=${s}`, a = A(t, e);
|
|
8067
8067
|
if (!a) {
|
|
8068
8068
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8069
8069
|
return;
|
|
8070
8070
|
}
|
|
8071
|
-
const c = gu[
|
|
8071
|
+
const c = gu[n];
|
|
8072
8072
|
if (!c) {
|
|
8073
8073
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8074
8074
|
return;
|
|
@@ -8127,19 +8127,19 @@ function Qu(t, e, i, o, s) {
|
|
|
8127
8127
|
}
|
|
8128
8128
|
}
|
|
8129
8129
|
}
|
|
8130
|
-
function
|
|
8131
|
-
function
|
|
8130
|
+
function tp(t, e) {
|
|
8131
|
+
function n(o) {
|
|
8132
8132
|
if (o.basic.id === e)
|
|
8133
8133
|
return o;
|
|
8134
8134
|
if (o.children)
|
|
8135
8135
|
for (let s = 0; s < o.children.length; s++) {
|
|
8136
|
-
const r =
|
|
8136
|
+
const r = n(o.children[s]);
|
|
8137
8137
|
if (r)
|
|
8138
8138
|
return r;
|
|
8139
8139
|
}
|
|
8140
8140
|
}
|
|
8141
8141
|
for (let o = 0; o < t.length; o++) {
|
|
8142
|
-
const s =
|
|
8142
|
+
const s = n(t[o]);
|
|
8143
8143
|
if (s)
|
|
8144
8144
|
return s;
|
|
8145
8145
|
}
|
|
@@ -8148,59 +8148,59 @@ function xu(t) {
|
|
|
8148
8148
|
function e(o) {
|
|
8149
8149
|
o.basic.id = P(16), o.children?.forEach((s) => e(s));
|
|
8150
8150
|
}
|
|
8151
|
-
const
|
|
8152
|
-
return e(
|
|
8151
|
+
const n = W(t);
|
|
8152
|
+
return e(n), n;
|
|
8153
8153
|
}
|
|
8154
|
-
function
|
|
8154
|
+
function np(t) {
|
|
8155
8155
|
const e = [];
|
|
8156
|
-
return t.forEach((
|
|
8157
|
-
e.push(xu(
|
|
8156
|
+
return t.forEach((n) => {
|
|
8157
|
+
e.push(xu(n));
|
|
8158
8158
|
}), e;
|
|
8159
8159
|
}
|
|
8160
8160
|
const Wo = "runtimeOrg", Ro = "runtimeEnv", Mo = "runtimeMode", Do = "runtimeDevice", Fo = "runtimeDark", No = "runtimeType", Go = "runtimeData", jo = "runtimeDepends", Ho = "runtimeSandbox";
|
|
8161
|
-
function
|
|
8161
|
+
function ip(t) {
|
|
8162
8162
|
ce(Wo, t);
|
|
8163
8163
|
}
|
|
8164
8164
|
function vu() {
|
|
8165
8165
|
return ae(Wo);
|
|
8166
8166
|
}
|
|
8167
|
-
function
|
|
8167
|
+
function op(t) {
|
|
8168
8168
|
ce(Ro, t);
|
|
8169
8169
|
}
|
|
8170
8170
|
function ku() {
|
|
8171
8171
|
return ae(Ro);
|
|
8172
8172
|
}
|
|
8173
|
-
function
|
|
8173
|
+
function rp(t) {
|
|
8174
8174
|
ce(Mo, t);
|
|
8175
8175
|
}
|
|
8176
8176
|
function H() {
|
|
8177
8177
|
return ae(Mo);
|
|
8178
8178
|
}
|
|
8179
|
-
function
|
|
8179
|
+
function sp(t) {
|
|
8180
8180
|
ce(Do, Rn(t));
|
|
8181
8181
|
}
|
|
8182
8182
|
function Ce() {
|
|
8183
8183
|
return ae(Do);
|
|
8184
8184
|
}
|
|
8185
|
-
function
|
|
8185
|
+
function lp(t) {
|
|
8186
8186
|
ce(Fo, Rn(t));
|
|
8187
8187
|
}
|
|
8188
8188
|
function Me() {
|
|
8189
8189
|
return ae(Fo);
|
|
8190
8190
|
}
|
|
8191
|
-
function
|
|
8191
|
+
function ap(t) {
|
|
8192
8192
|
ce(No, t);
|
|
8193
8193
|
}
|
|
8194
8194
|
function fe() {
|
|
8195
8195
|
return ae(No);
|
|
8196
8196
|
}
|
|
8197
|
-
function
|
|
8197
|
+
function cp(t) {
|
|
8198
8198
|
ce(Go, t);
|
|
8199
8199
|
}
|
|
8200
8200
|
function ke() {
|
|
8201
8201
|
return ae(Go);
|
|
8202
8202
|
}
|
|
8203
|
-
function
|
|
8203
|
+
function up(t) {
|
|
8204
8204
|
ce(jo, Rn(t));
|
|
8205
8205
|
}
|
|
8206
8206
|
function _u() {
|
|
@@ -8216,15 +8216,15 @@ function Te(t) {
|
|
|
8216
8216
|
const e = [t.type];
|
|
8217
8217
|
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "state" ? e.push(t.stateId) : console.assert(!1), e.join("/");
|
|
8218
8218
|
}
|
|
8219
|
-
function Fe(t, e,
|
|
8219
|
+
function Fe(t, e, n, o, s) {
|
|
8220
8220
|
const { watchEffect: r, bind: a } = e;
|
|
8221
|
-
if (r[
|
|
8222
|
-
for (const c of r[
|
|
8221
|
+
if (r[n])
|
|
8222
|
+
for (const c of r[n]) {
|
|
8223
8223
|
const m = kr(c);
|
|
8224
8224
|
t.callFunction(`__watchEffect$${m}__`);
|
|
8225
8225
|
}
|
|
8226
|
-
if (a.triggers[
|
|
8227
|
-
for (const c of a.triggers[
|
|
8226
|
+
if (a.triggers[n])
|
|
8227
|
+
for (const c of a.triggers[n]) {
|
|
8228
8228
|
const m = a.sets[c];
|
|
8229
8229
|
if (!m) {
|
|
8230
8230
|
console.assert(!1);
|
|
@@ -8232,7 +8232,7 @@ function Fe(t, e, i, o, s) {
|
|
|
8232
8232
|
}
|
|
8233
8233
|
let d = null;
|
|
8234
8234
|
for (const p of m)
|
|
8235
|
-
if (
|
|
8235
|
+
if (n === Te(p)) {
|
|
8236
8236
|
if (p.subKeys) {
|
|
8237
8237
|
if (!le(
|
|
8238
8238
|
we(o, p.subKeys),
|
|
@@ -8304,8 +8304,8 @@ function Fe(t, e, i, o, s) {
|
|
|
8304
8304
|
}
|
|
8305
8305
|
}
|
|
8306
8306
|
}
|
|
8307
|
-
function Ne(t, e,
|
|
8308
|
-
return `${t}/${e}/${
|
|
8307
|
+
function Ne(t, e, n) {
|
|
8308
|
+
return `${t}/${e}/${n}`;
|
|
8309
8309
|
}
|
|
8310
8310
|
function no(t) {
|
|
8311
8311
|
const e = t.split("/");
|
|
@@ -8319,8 +8319,8 @@ function no(t) {
|
|
|
8319
8319
|
propertyKey: e[2]
|
|
8320
8320
|
};
|
|
8321
8321
|
}
|
|
8322
|
-
function Bn(t, e,
|
|
8323
|
-
return `${t}/${e}/${
|
|
8322
|
+
function Bn(t, e, n) {
|
|
8323
|
+
return `${t}/${e}/${n}`;
|
|
8324
8324
|
}
|
|
8325
8325
|
function Oo(t) {
|
|
8326
8326
|
const e = t.split("/");
|
|
@@ -8334,8 +8334,8 @@ function Oo(t) {
|
|
|
8334
8334
|
methodKey: e[2]
|
|
8335
8335
|
};
|
|
8336
8336
|
}
|
|
8337
|
-
function ne(t, e,
|
|
8338
|
-
return `${t}/${e}/${
|
|
8337
|
+
function ne(t, e, n) {
|
|
8338
|
+
return `${t}/${e}/${n}`;
|
|
8339
8339
|
}
|
|
8340
8340
|
function Vu(t) {
|
|
8341
8341
|
const e = t.split("/");
|
|
@@ -8350,9 +8350,9 @@ function Vu(t) {
|
|
|
8350
8350
|
};
|
|
8351
8351
|
}
|
|
8352
8352
|
function Qn(t, e) {
|
|
8353
|
-
const
|
|
8353
|
+
const n = _u(), o = ie(-1);
|
|
8354
8354
|
me(() => {
|
|
8355
|
-
const s =
|
|
8355
|
+
const s = n.value[t];
|
|
8356
8356
|
if (!s) {
|
|
8357
8357
|
o.value = -1, e.value = void 0, uo.emit("compNotAvail", t);
|
|
8358
8358
|
return;
|
|
@@ -8362,46 +8362,46 @@ function Qn(t, e) {
|
|
|
8362
8362
|
}
|
|
8363
8363
|
function $u(t) {
|
|
8364
8364
|
t.bindNativeFunction("__parseKeysV1__", (e) => {
|
|
8365
|
-
const
|
|
8365
|
+
const n = [], o = e.split(".");
|
|
8366
8366
|
for (let s = 0; s < o.length; s++) {
|
|
8367
8367
|
const r = o[s].trim();
|
|
8368
8368
|
if (r !== "")
|
|
8369
8369
|
if (/^\[\d+\]$/.test(r)) {
|
|
8370
8370
|
let a = parseInt(r.slice(1, -1), 10);
|
|
8371
|
-
a > 0 && a--,
|
|
8371
|
+
a > 0 && a--, n.push(a);
|
|
8372
8372
|
} else
|
|
8373
|
-
|
|
8373
|
+
n.push(r);
|
|
8374
8374
|
}
|
|
8375
|
-
return t.nativeToPseudo(
|
|
8375
|
+
return t.nativeToPseudo(n);
|
|
8376
8376
|
}), t.bindNativeFunction("__parseJsonV1__", (e) => {
|
|
8377
8377
|
try {
|
|
8378
|
-
const
|
|
8379
|
-
return t.nativeToPseudo(
|
|
8378
|
+
const n = JSON.parse(e);
|
|
8379
|
+
return t.nativeToPseudo(n);
|
|
8380
8380
|
} catch {
|
|
8381
8381
|
return t.nativeToPseudo({});
|
|
8382
8382
|
}
|
|
8383
8383
|
}), t.bindNativeFunction("__jsonStringifyV1__", (e) => {
|
|
8384
|
-
const
|
|
8385
|
-
return t.nativeToPseudo(
|
|
8386
|
-
}), t.bindNativeFunction("__consoleLogV1__", (e, ...
|
|
8387
|
-
console.log(e, ...
|
|
8384
|
+
const n = JSON.stringify(e);
|
|
8385
|
+
return t.nativeToPseudo(n);
|
|
8386
|
+
}), t.bindNativeFunction("__consoleLogV1__", (e, ...n) => {
|
|
8387
|
+
console.log(e, ...n);
|
|
8388
8388
|
}), t.bindNativeFunction("__debugTraceV1__", (e) => {
|
|
8389
|
-
let
|
|
8390
|
-
typeof e == "object" ?
|
|
8391
|
-
}), t.bindNativeFunction("__messageV1__", (e,
|
|
8392
|
-
e === "info" ? er(
|
|
8389
|
+
let n = "";
|
|
8390
|
+
typeof e == "object" ? n = JSON.stringify(e) : n = String(e), uo.emit("consoleAppend", n);
|
|
8391
|
+
}), t.bindNativeFunction("__messageV1__", (e, n) => {
|
|
8392
|
+
e === "info" ? er(n) : e === "success" ? tr(n) : e === "warning" ? po(n) : e === "error" && mo(n);
|
|
8393
8393
|
}), t.bindNativeFunction(
|
|
8394
8394
|
"__timeoutV1__",
|
|
8395
|
-
(e,
|
|
8395
|
+
(e, n) => {
|
|
8396
8396
|
window.setTimeout(() => {
|
|
8397
8397
|
t.callFunction("__timeoutCallbackV1__", e);
|
|
8398
|
-
},
|
|
8398
|
+
}, n);
|
|
8399
8399
|
}
|
|
8400
8400
|
), t.bindAsyncFunction(
|
|
8401
8401
|
"__delayV1__",
|
|
8402
|
-
(e,
|
|
8402
|
+
(e, n) => {
|
|
8403
8403
|
window.setTimeout(() => {
|
|
8404
|
-
|
|
8404
|
+
n(), t.run();
|
|
8405
8405
|
}, e);
|
|
8406
8406
|
}
|
|
8407
8407
|
);
|
|
@@ -8420,11 +8420,11 @@ function Iu(t) {
|
|
|
8420
8420
|
function Su(t) {
|
|
8421
8421
|
t.bindAsyncFunction(
|
|
8422
8422
|
"__callFuncV1__",
|
|
8423
|
-
async (e,
|
|
8423
|
+
async (e, n, o, s, r, a) => {
|
|
8424
8424
|
try {
|
|
8425
8425
|
const c = JSON.stringify(o), { strOutputs: m } = await Iu({
|
|
8426
8426
|
spaceId: e,
|
|
8427
|
-
id:
|
|
8427
|
+
id: n,
|
|
8428
8428
|
strInputs: c,
|
|
8429
8429
|
env: s
|
|
8430
8430
|
}), d = JSON.parse(m);
|
|
@@ -8436,27 +8436,24 @@ function Su(t) {
|
|
|
8436
8436
|
);
|
|
8437
8437
|
}
|
|
8438
8438
|
function Cu(t) {
|
|
8439
|
-
t.
|
|
8440
|
-
"
|
|
8441
|
-
(e,
|
|
8442
|
-
t.
|
|
8443
|
-
|
|
8444
|
-
|
|
8439
|
+
t.bindNativeFunction(
|
|
8440
|
+
"__triggerEventV1__",
|
|
8441
|
+
(e, ...n) => {
|
|
8442
|
+
t.callFunction("__triggerEventInner__", e, ...n);
|
|
8443
|
+
const { kind: o, eventKey: s } = Vu(e);
|
|
8444
|
+
o === "customEvent" && (t.parent?.callFunction(
|
|
8445
|
+
"__triggerEventV1__",
|
|
8446
|
+
ne("referenceEvent", t.id, s),
|
|
8447
|
+
...n
|
|
8448
|
+
), t.parent?.callFunction(
|
|
8449
|
+
"__triggerEventV1__",
|
|
8450
|
+
ne("multipleRefEvent", t.id, s),
|
|
8451
|
+
...n
|
|
8452
|
+
));
|
|
8445
8453
|
}
|
|
8446
|
-
), t.bindNativeFunction(
|
|
8447
|
-
const o = [...i];
|
|
8448
|
-
t.eventBus.emit(e, { params: o });
|
|
8449
|
-
const { kind: s, eventKey: r } = Vu(e);
|
|
8450
|
-
s === "customEvent" && (t.parent?.eventBus.emit(
|
|
8451
|
-
ne("referenceEvent", t.id, r),
|
|
8452
|
-
{ params: o }
|
|
8453
|
-
), t.parent?.eventBus.emit(
|
|
8454
|
-
ne("multipleRefEvent", t.id, r),
|
|
8455
|
-
{ params: o }
|
|
8456
|
-
));
|
|
8457
|
-
}), t.bindNativeFunction(
|
|
8454
|
+
), t.bindNativeFunction(
|
|
8458
8455
|
"__getPropertyV1__",
|
|
8459
|
-
(e,
|
|
8456
|
+
(e, n) => {
|
|
8460
8457
|
const { kind: o, nodeId: s, propertyKey: r } = no(e);
|
|
8461
8458
|
let a;
|
|
8462
8459
|
if (o === "elementProperty")
|
|
@@ -8467,7 +8464,7 @@ function Cu(t) {
|
|
|
8467
8464
|
Ne("customProperty", s, r)
|
|
8468
8465
|
));
|
|
8469
8466
|
} else if (o === "multipleRefProperty") {
|
|
8470
|
-
const c = t.children[s + "/" +
|
|
8467
|
+
const c = t.children[s + "/" + n];
|
|
8471
8468
|
c && (a = c.getCustomProperty(
|
|
8472
8469
|
Ne("customProperty", s, r)
|
|
8473
8470
|
));
|
|
@@ -8476,7 +8473,7 @@ function Cu(t) {
|
|
|
8476
8473
|
}
|
|
8477
8474
|
), t.bindNativeFunction(
|
|
8478
8475
|
"__setPropertyV1__",
|
|
8479
|
-
(e,
|
|
8476
|
+
(e, n, o) => {
|
|
8480
8477
|
const { kind: s, nodeId: r, propertyKey: a } = no(e);
|
|
8481
8478
|
if (s === "elementProperty")
|
|
8482
8479
|
t.setElementProperty(r, a, o);
|
|
@@ -8487,7 +8484,7 @@ function Cu(t) {
|
|
|
8487
8484
|
o
|
|
8488
8485
|
);
|
|
8489
8486
|
} else if (s === "multipleRefProperty") {
|
|
8490
|
-
const c = t.children[r + "/" +
|
|
8487
|
+
const c = t.children[r + "/" + n];
|
|
8491
8488
|
c && c.setCustomProperty(
|
|
8492
8489
|
Ne("customProperty", r, a),
|
|
8493
8490
|
o
|
|
@@ -8496,7 +8493,7 @@ function Cu(t) {
|
|
|
8496
8493
|
}
|
|
8497
8494
|
), t.bindAsyncFunction(
|
|
8498
8495
|
"__callMethodV1__",
|
|
8499
|
-
(e,
|
|
8496
|
+
(e, n, o, s) => {
|
|
8500
8497
|
const { kind: r, nodeId: a, methodKey: c } = Oo(e);
|
|
8501
8498
|
let m;
|
|
8502
8499
|
if (r === "elementMethod")
|
|
@@ -8508,7 +8505,7 @@ function Cu(t) {
|
|
|
8508
8505
|
o
|
|
8509
8506
|
));
|
|
8510
8507
|
} else if (r === "multipleRefMethod") {
|
|
8511
|
-
const d = t.children[a + "/" +
|
|
8508
|
+
const d = t.children[a + "/" + n];
|
|
8512
8509
|
d && (m = d.callMethod(
|
|
8513
8510
|
Bn("customMethod", a, c),
|
|
8514
8511
|
o
|
|
@@ -8517,18 +8514,18 @@ function Cu(t) {
|
|
|
8517
8514
|
s(t.nativeToPseudo(m)), t.run();
|
|
8518
8515
|
}
|
|
8519
8516
|
), t.bindNativeFunction("__getStateV1__", (e) => {
|
|
8520
|
-
const
|
|
8521
|
-
return t.nativeToPseudo(
|
|
8522
|
-
}), t.bindNativeFunction("__setStateV1__", (e,
|
|
8523
|
-
t.setState(e,
|
|
8517
|
+
const n = t.getState(e);
|
|
8518
|
+
return t.nativeToPseudo(n);
|
|
8519
|
+
}), t.bindNativeFunction("__setStateV1__", (e, n) => {
|
|
8520
|
+
t.setState(e, n);
|
|
8524
8521
|
}), t.bindNativeFunction(
|
|
8525
8522
|
"__navigateToV1__",
|
|
8526
|
-
(e,
|
|
8523
|
+
(e, n) => {
|
|
8527
8524
|
if (t.mode === "runtime") {
|
|
8528
8525
|
const o = "/main/" + Date.now(), s = {
|
|
8529
8526
|
orgId: t.org,
|
|
8530
8527
|
appId: `${e}${t.env}`,
|
|
8531
|
-
pageId:
|
|
8528
|
+
pageId: n
|
|
8532
8529
|
};
|
|
8533
8530
|
ge.router.replace({ path: o, query: s });
|
|
8534
8531
|
} else t.mode === "preview" && po(
|
|
@@ -8539,15 +8536,15 @@ function Cu(t) {
|
|
|
8539
8536
|
}
|
|
8540
8537
|
), t.bindAsyncFunction(
|
|
8541
8538
|
"__openConfirmDlgV1__",
|
|
8542
|
-
(e,
|
|
8543
|
-
ir({ title: e, text:
|
|
8539
|
+
(e, n, o) => {
|
|
8540
|
+
ir({ title: e, text: n }).then((s) => {
|
|
8544
8541
|
o(t.nativeToPseudo(s)), t.run();
|
|
8545
8542
|
});
|
|
8546
8543
|
}
|
|
8547
8544
|
), t.bindAsyncFunction(
|
|
8548
8545
|
"__openPromptDlgV1__",
|
|
8549
|
-
(e,
|
|
8550
|
-
or({ title: e, label:
|
|
8546
|
+
(e, n, o, s) => {
|
|
8547
|
+
or({ title: e, label: n, value: o }).then((r) => {
|
|
8551
8548
|
s(t.nativeToPseudo(r)), t.run();
|
|
8552
8549
|
});
|
|
8553
8550
|
}
|
|
@@ -8567,6 +8564,43 @@ function __getEnvV1__() {
|
|
|
8567
8564
|
var __pointerPosX__ = 0
|
|
8568
8565
|
var __pointerPosY__ = 0
|
|
8569
8566
|
`, zu = `
|
|
8567
|
+
var __events__ = {}
|
|
8568
|
+
|
|
8569
|
+
function __onEventV1__(id, callback) {
|
|
8570
|
+
if (typeof(id) !== 'string' || !id) {
|
|
8571
|
+
return
|
|
8572
|
+
}
|
|
8573
|
+
if (typeof(callback) !== 'function') {
|
|
8574
|
+
return
|
|
8575
|
+
}
|
|
8576
|
+
if (!__events__[id]) {
|
|
8577
|
+
__events__[id] = []
|
|
8578
|
+
}
|
|
8579
|
+
var callbacks = __events__[id]
|
|
8580
|
+
for (var i = 0; i < callbacks.length; i++) {
|
|
8581
|
+
if (callbacks[i] === callback) {
|
|
8582
|
+
return
|
|
8583
|
+
}
|
|
8584
|
+
}
|
|
8585
|
+
callbacks.push(callback)
|
|
8586
|
+
}
|
|
8587
|
+
|
|
8588
|
+
function __triggerEventInner__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16) {
|
|
8589
|
+
if (typeof(id) !== 'string' || !id) {
|
|
8590
|
+
return
|
|
8591
|
+
}
|
|
8592
|
+
if (!__events__[id]) {
|
|
8593
|
+
return
|
|
8594
|
+
}
|
|
8595
|
+
var callbacks = __events__[id]
|
|
8596
|
+
if (!callbacks) {
|
|
8597
|
+
return
|
|
8598
|
+
}
|
|
8599
|
+
for (var i = 0; i < callbacks.length; i++) {
|
|
8600
|
+
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
8601
|
+
}
|
|
8602
|
+
}
|
|
8603
|
+
`, Au = `
|
|
8570
8604
|
var __timers__ = {}
|
|
8571
8605
|
var __currTimerId__ = 0
|
|
8572
8606
|
|
|
@@ -8608,19 +8642,19 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
8608
8642
|
}
|
|
8609
8643
|
}
|
|
8610
8644
|
}
|
|
8611
|
-
`,
|
|
8645
|
+
`, Lu = `
|
|
8612
8646
|
function __destroy__() {
|
|
8613
8647
|
__events__ = {}
|
|
8614
8648
|
__timers__ = {}
|
|
8615
8649
|
}
|
|
8616
|
-
`,
|
|
8617
|
-
function
|
|
8650
|
+
`, Eu = Tu + zu + Au + Lu;
|
|
8651
|
+
function Bu(t) {
|
|
8618
8652
|
return t instanceof Array ? t.join(".") : t;
|
|
8619
8653
|
}
|
|
8620
8654
|
function io(t, ...e) {
|
|
8621
8655
|
console.log(t, ...e);
|
|
8622
8656
|
}
|
|
8623
|
-
class
|
|
8657
|
+
class Wu {
|
|
8624
8658
|
kind;
|
|
8625
8659
|
id;
|
|
8626
8660
|
refKey;
|
|
@@ -8632,8 +8666,8 @@ class Bu {
|
|
|
8632
8666
|
type;
|
|
8633
8667
|
eventBus = _r();
|
|
8634
8668
|
hooks;
|
|
8635
|
-
constructor(e,
|
|
8636
|
-
this.kind = e, this.id =
|
|
8669
|
+
constructor(e, n, o, s, r, a, c, m, d) {
|
|
8670
|
+
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}'`);
|
|
8637
8671
|
}
|
|
8638
8672
|
dispose() {
|
|
8639
8673
|
this.parent?.removeChild(this.id), this.destroyInterpreter(), console.log(`Sandbox/dispose id='${this.id}'`);
|
|
@@ -8649,7 +8683,7 @@ class Bu {
|
|
|
8649
8683
|
//--------------------------
|
|
8650
8684
|
interpreter;
|
|
8651
8685
|
createInterpreter(e) {
|
|
8652
|
-
this.interpreter = new wr(
|
|
8686
|
+
this.interpreter = new wr(Eu), Pu(this), this.runCode(e), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction(
|
|
8653
8687
|
"__triggerEventV1__",
|
|
8654
8688
|
ne("elementEvent", "globality", "startup")
|
|
8655
8689
|
);
|
|
@@ -8658,7 +8692,7 @@ class Bu {
|
|
|
8658
8692
|
this.interpreter && (this.callFunction("__destroy__"), this.interpreter = void 0);
|
|
8659
8693
|
}
|
|
8660
8694
|
// eslint-disable-next-line
|
|
8661
|
-
bindNativeFunction(e,
|
|
8695
|
+
bindNativeFunction(e, n) {
|
|
8662
8696
|
if (!this.interpreter) {
|
|
8663
8697
|
console.error("Sandbox/bindNativeFunction invalid interpreter");
|
|
8664
8698
|
return;
|
|
@@ -8666,11 +8700,11 @@ class Bu {
|
|
|
8666
8700
|
this.interpreter.setProperty(
|
|
8667
8701
|
this.interpreter.globalObject,
|
|
8668
8702
|
e,
|
|
8669
|
-
this.interpreter.createNativeFunction(
|
|
8703
|
+
this.interpreter.createNativeFunction(n)
|
|
8670
8704
|
);
|
|
8671
8705
|
}
|
|
8672
8706
|
// eslint-disable-next-line
|
|
8673
|
-
bindAsyncFunction(e,
|
|
8707
|
+
bindAsyncFunction(e, n) {
|
|
8674
8708
|
if (!this.interpreter) {
|
|
8675
8709
|
console.error("Sandbox/bindAsyncFunction invalid interpreter");
|
|
8676
8710
|
return;
|
|
@@ -8678,7 +8712,7 @@ class Bu {
|
|
|
8678
8712
|
this.interpreter.setProperty(
|
|
8679
8713
|
this.interpreter.globalObject,
|
|
8680
8714
|
e,
|
|
8681
|
-
this.interpreter.createAsyncFunction(
|
|
8715
|
+
this.interpreter.createAsyncFunction(n)
|
|
8682
8716
|
);
|
|
8683
8717
|
}
|
|
8684
8718
|
pseudoToNative(e) {
|
|
@@ -8702,12 +8736,12 @@ class Bu {
|
|
|
8702
8736
|
}
|
|
8703
8737
|
return this.interpreter.getProperty(this.interpreter.globalObject, e);
|
|
8704
8738
|
}
|
|
8705
|
-
setVariable(e,
|
|
8739
|
+
setVariable(e, n) {
|
|
8706
8740
|
if (!this.interpreter) {
|
|
8707
8741
|
console.error("Sandbox/setVariable invalid interpreter");
|
|
8708
8742
|
return;
|
|
8709
8743
|
}
|
|
8710
|
-
this.interpreter.setProperty(this.interpreter.globalObject, e,
|
|
8744
|
+
this.interpreter.setProperty(this.interpreter.globalObject, e, n);
|
|
8711
8745
|
}
|
|
8712
8746
|
run() {
|
|
8713
8747
|
if (!this.interpreter) {
|
|
@@ -8721,20 +8755,20 @@ class Bu {
|
|
|
8721
8755
|
console.error("Sandbox/runCode invalid interpreter");
|
|
8722
8756
|
return;
|
|
8723
8757
|
}
|
|
8724
|
-
const
|
|
8758
|
+
const n = `try {
|
|
8725
8759
|
${Sr(e)}} catch (e) {
|
|
8726
8760
|
__messageV1__('error', 'run exception: ' + e.message);
|
|
8727
8761
|
}
|
|
8728
8762
|
`;
|
|
8729
|
-
io(
|
|
8763
|
+
io(n), this.interpreter.appendCode(n), this.interpreter.run();
|
|
8730
8764
|
}
|
|
8731
|
-
callFunction(e, ...
|
|
8765
|
+
callFunction(e, ...n) {
|
|
8732
8766
|
if (!this.interpreter) {
|
|
8733
8767
|
console.error("Sandbox/callFunction invalid interpreter");
|
|
8734
8768
|
return;
|
|
8735
8769
|
}
|
|
8736
8770
|
const o = [];
|
|
8737
|
-
for (const a of
|
|
8771
|
+
for (const a of n)
|
|
8738
8772
|
o.push(JSON.stringify(a));
|
|
8739
8773
|
const r = `try {
|
|
8740
8774
|
${`${e}(${o.join(", ")});`}
|
|
@@ -8751,49 +8785,49 @@ ${Sr(e)}} catch (e) {
|
|
|
8751
8785
|
syncNodes(e) {
|
|
8752
8786
|
if (e) {
|
|
8753
8787
|
this.nodes = { globality: e.view };
|
|
8754
|
-
const
|
|
8755
|
-
this.nodes[o.basic.id] = o, o.children?.forEach((s) =>
|
|
8788
|
+
const n = (o) => {
|
|
8789
|
+
this.nodes[o.basic.id] = o, o.children?.forEach((s) => n(s));
|
|
8756
8790
|
};
|
|
8757
|
-
e.view.nodes.forEach((o) =>
|
|
8791
|
+
e.view.nodes.forEach((o) => n(o));
|
|
8758
8792
|
} else
|
|
8759
8793
|
this.nodes = {};
|
|
8760
8794
|
}
|
|
8761
|
-
getElementPropertyInner(e,
|
|
8762
|
-
return we(e,
|
|
8795
|
+
getElementPropertyInner(e, n) {
|
|
8796
|
+
return we(e, n);
|
|
8763
8797
|
}
|
|
8764
|
-
getElementProperty(e,
|
|
8798
|
+
getElementProperty(e, n) {
|
|
8765
8799
|
const o = this.nodes[e];
|
|
8766
8800
|
if (!o) {
|
|
8767
8801
|
console.warn(
|
|
8768
8802
|
"Sandbox/getElementProperty node not found",
|
|
8769
8803
|
e,
|
|
8770
|
-
|
|
8804
|
+
n
|
|
8771
8805
|
);
|
|
8772
8806
|
return;
|
|
8773
8807
|
}
|
|
8774
|
-
return this.getElementPropertyInner(o,
|
|
8808
|
+
return this.getElementPropertyInner(o, n);
|
|
8775
8809
|
}
|
|
8776
|
-
setElementPropertyInner(e,
|
|
8777
|
-
const s = we(e,
|
|
8778
|
-
le(o, s) || (vo(e,
|
|
8810
|
+
setElementPropertyInner(e, n, o) {
|
|
8811
|
+
const s = we(e, n);
|
|
8812
|
+
le(o, s) || (vo(e, n, o), this.hooks?.onElementPropertyChange(
|
|
8779
8813
|
e.basic.id,
|
|
8780
|
-
|
|
8814
|
+
n,
|
|
8781
8815
|
o,
|
|
8782
8816
|
s
|
|
8783
8817
|
));
|
|
8784
8818
|
}
|
|
8785
|
-
setElementProperty(e,
|
|
8819
|
+
setElementProperty(e, n, o) {
|
|
8786
8820
|
const s = this.nodes[e];
|
|
8787
8821
|
if (!s) {
|
|
8788
8822
|
console.warn(
|
|
8789
8823
|
"Sandbox/setElementProperty node not found",
|
|
8790
8824
|
e,
|
|
8791
|
-
|
|
8825
|
+
n,
|
|
8792
8826
|
o
|
|
8793
8827
|
);
|
|
8794
8828
|
return;
|
|
8795
8829
|
}
|
|
8796
|
-
this.setElementPropertyInner(s,
|
|
8830
|
+
this.setElementPropertyInner(s, n, o);
|
|
8797
8831
|
}
|
|
8798
8832
|
//--------------------------
|
|
8799
8833
|
// 自定义属性
|
|
@@ -8805,9 +8839,9 @@ ${Sr(e)}} catch (e) {
|
|
|
8805
8839
|
getCustomProperty(e) {
|
|
8806
8840
|
return this.customProperties[e];
|
|
8807
8841
|
}
|
|
8808
|
-
setCustomProperty(e,
|
|
8842
|
+
setCustomProperty(e, n) {
|
|
8809
8843
|
const o = this.customProperties[e];
|
|
8810
|
-
le(
|
|
8844
|
+
le(n, o) || (this.customProperties[e] = n, this.hooks?.onCustomPropertyChange(e, n, o));
|
|
8811
8845
|
}
|
|
8812
8846
|
//--------------------------
|
|
8813
8847
|
// 适配的插槽属性
|
|
@@ -8819,18 +8853,18 @@ ${Sr(e)}} catch (e) {
|
|
|
8819
8853
|
getAdaptSlotProperty(e) {
|
|
8820
8854
|
return this.adaptSlotProperties[e];
|
|
8821
8855
|
}
|
|
8822
|
-
setAdaptSlotProperty(e,
|
|
8856
|
+
setAdaptSlotProperty(e, n) {
|
|
8823
8857
|
const o = this.adaptSlotProperties[e];
|
|
8824
|
-
le(
|
|
8858
|
+
le(n, o) || (this.adaptSlotProperties[e] = n, this.hooks?.onAdaptSlotPropertyChange(e, n, o));
|
|
8825
8859
|
}
|
|
8826
8860
|
//--------------------------
|
|
8827
8861
|
// 方法
|
|
8828
8862
|
//--------------------------
|
|
8829
|
-
callMethod(e,
|
|
8863
|
+
callMethod(e, n) {
|
|
8830
8864
|
if (!te(this.mode))
|
|
8831
8865
|
return;
|
|
8832
8866
|
const { methodKey: o } = Oo(e), s = [];
|
|
8833
|
-
return this.eventBus.emit(e, { key: o, inputs:
|
|
8867
|
+
return this.eventBus.emit(e, { key: o, inputs: n, outputs: s }), s;
|
|
8834
8868
|
}
|
|
8835
8869
|
//--------------------------
|
|
8836
8870
|
// 状态
|
|
@@ -8842,19 +8876,19 @@ ${Sr(e)}} catch (e) {
|
|
|
8842
8876
|
getState(e) {
|
|
8843
8877
|
return this.states[e];
|
|
8844
8878
|
}
|
|
8845
|
-
setState(e,
|
|
8879
|
+
setState(e, n) {
|
|
8846
8880
|
const o = this.states[e];
|
|
8847
|
-
le(
|
|
8881
|
+
le(n, o) || (this.states[e] = n, this.hooks?.onStateChange(e, n, o));
|
|
8848
8882
|
}
|
|
8849
8883
|
}
|
|
8850
|
-
function ei(t, e,
|
|
8884
|
+
function ei(t, e, n, o, s) {
|
|
8851
8885
|
const r = vu(), a = ku(), c = H(), m = fe(), d = Ce(), u = Me(), p = ($, S, L, E) => {
|
|
8852
8886
|
if (te(c) && (v.callFunction(
|
|
8853
8887
|
"__triggerEventV1__",
|
|
8854
8888
|
ne(
|
|
8855
8889
|
"elementPropertyChangeEvent",
|
|
8856
8890
|
$,
|
|
8857
|
-
|
|
8891
|
+
Bu(S)
|
|
8858
8892
|
),
|
|
8859
8893
|
L,
|
|
8860
8894
|
E ?? L
|
|
@@ -8906,7 +8940,7 @@ function ei(t, e, i, o, s) {
|
|
|
8906
8940
|
S,
|
|
8907
8941
|
L
|
|
8908
8942
|
));
|
|
8909
|
-
}, v = new
|
|
8943
|
+
}, v = new Wu(e, n, o, s, r, a, c, m, {
|
|
8910
8944
|
onElementPropertyChange: p,
|
|
8911
8945
|
onCustomPropertyChange: f,
|
|
8912
8946
|
onAdaptSlotPropertyChange: b,
|
|
@@ -8944,19 +8978,19 @@ function ei(t, e, i, o, s) {
|
|
|
8944
8978
|
{ immediate: !0 }
|
|
8945
8979
|
);
|
|
8946
8980
|
}
|
|
8947
|
-
const
|
|
8981
|
+
const Ru = (t, e, n) => {
|
|
8948
8982
|
const o = t[e];
|
|
8949
8983
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
8950
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !==
|
|
8984
|
+
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== n ? ". Note that variables only represent file names one level deep." : ""))));
|
|
8951
8985
|
});
|
|
8952
8986
|
};
|
|
8953
|
-
async function
|
|
8954
|
-
return (await
|
|
8987
|
+
async function pp(t) {
|
|
8988
|
+
return (await Ru(/* @__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;
|
|
8955
8989
|
}
|
|
8956
8990
|
export {
|
|
8957
8991
|
Sr as addIndent,
|
|
8958
8992
|
La as ambientLightV1,
|
|
8959
|
-
|
|
8993
|
+
Zu as badgeV1,
|
|
8960
8994
|
un as barChartV1,
|
|
8961
8995
|
an as boxGeometryV1,
|
|
8962
8996
|
xo as breakpoints,
|
|
@@ -8977,10 +9011,10 @@ export {
|
|
|
8977
9011
|
nc as dialogV1,
|
|
8978
9012
|
Ea as directionalLightV1,
|
|
8979
9013
|
xu as duplicateNode,
|
|
8980
|
-
|
|
9014
|
+
np as duplicateNodes,
|
|
8981
9015
|
ze as elements,
|
|
8982
|
-
|
|
8983
|
-
|
|
9016
|
+
Xu as ensureContext,
|
|
9017
|
+
Qu as fileInputV1,
|
|
8984
9018
|
bn as flexLayoutEntryV1,
|
|
8985
9019
|
We as flexLayoutV1,
|
|
8986
9020
|
xn as formV1,
|
|
@@ -8988,10 +9022,10 @@ export {
|
|
|
8988
9022
|
Pe as getBreakpointProp,
|
|
8989
9023
|
we as getField,
|
|
8990
9024
|
ni as getIndexOfBreakpoint,
|
|
8991
|
-
|
|
9025
|
+
tp as getNode,
|
|
8992
9026
|
to as getPropertyDefault,
|
|
8993
9027
|
A as getPropertyTag,
|
|
8994
|
-
|
|
9028
|
+
Uu as getTypeColor,
|
|
8995
9029
|
ja as globalityV1,
|
|
8996
9030
|
Ra as groupV1,
|
|
8997
9031
|
ac as iconV1,
|
|
@@ -9014,7 +9048,7 @@ export {
|
|
|
9014
9048
|
Ye as isPixelStr,
|
|
9015
9049
|
Va as keyboardControlsV1,
|
|
9016
9050
|
pn as lineChartV1,
|
|
9017
|
-
|
|
9051
|
+
pp as loadLocaleMessageRuntime,
|
|
9018
9052
|
ne as makeEventId,
|
|
9019
9053
|
Bn as makeMethodId,
|
|
9020
9054
|
Ne as makePropertyId,
|
|
@@ -9030,19 +9064,19 @@ export {
|
|
|
9030
9064
|
Cr as pageTypes,
|
|
9031
9065
|
pc as paginationV1,
|
|
9032
9066
|
Qt as parsePercentStr,
|
|
9033
|
-
|
|
9067
|
+
Ou as parsePixelStr,
|
|
9034
9068
|
va as perspectiveCameraV1,
|
|
9035
9069
|
gu as pkgs,
|
|
9036
9070
|
Ba as pointLightV1,
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
|
|
9071
|
+
lp as provideDark,
|
|
9072
|
+
cp as provideData,
|
|
9073
|
+
up as provideDepends,
|
|
9074
|
+
sp as provideDevice,
|
|
9075
|
+
op as provideEnv,
|
|
9076
|
+
rp as provideMode,
|
|
9077
|
+
ip as provideOrg,
|
|
9044
9078
|
wu as provideSandbox,
|
|
9045
|
-
|
|
9079
|
+
ap as provideType,
|
|
9046
9080
|
_n as radioGroupV1,
|
|
9047
9081
|
kn as radioV1,
|
|
9048
9082
|
yc as rangeSliderV1,
|
|
@@ -9053,7 +9087,7 @@ export {
|
|
|
9053
9087
|
bc as selectV1,
|
|
9054
9088
|
vo as setField,
|
|
9055
9089
|
hc as sliderV1,
|
|
9056
|
-
|
|
9090
|
+
ep as spawnNode,
|
|
9057
9091
|
cn as sphereGeometryV1,
|
|
9058
9092
|
Wa as spotLightV1,
|
|
9059
9093
|
wn as stepperHeaderV1,
|
|
@@ -9069,11 +9103,11 @@ export {
|
|
|
9069
9103
|
Tn as textareaV1,
|
|
9070
9104
|
zn as timelineItemV1,
|
|
9071
9105
|
An as timelineV1,
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9106
|
+
Ju as toEventName,
|
|
9107
|
+
qu as toMethodName,
|
|
9108
|
+
Yu as toPropertyName,
|
|
9075
9109
|
Fe as triggerReactivity,
|
|
9076
|
-
|
|
9110
|
+
Ku as types,
|
|
9077
9111
|
Vu as unwrapEventId,
|
|
9078
9112
|
Oo as unwrapMethodId,
|
|
9079
9113
|
no as unwrapPropertyId,
|