x-runtime-lib 0.8.41 → 0.8.42
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 +878 -874
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as ne, computed as k, normalizeStyle as Q, ref as re, watchEffect as pe, watch as te, onBeforeMount as Ho, onUnmounted as Oe, createBlock as $, withCtx as I, createCommentVNode as ee, useTemplateRef as Zi, onMounted as qi, nextTick as Qi, h as oe, resolveComponent as z, createVNode as D, isRef as U, createSlots as Ln, renderList as
|
|
2
|
-
import { globalObjects as he, waitUtil as to, useViewStack as no, eventBus as io, messageInfo as
|
|
3
|
-
import { CameraHelper as ro, DirectionalLightHelper as
|
|
4
|
-
import { c as B, i as se, q as Re, u as
|
|
5
|
-
import { getErrorMessage as
|
|
6
|
-
import { useTheme as
|
|
1
|
+
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as ne, computed as k, normalizeStyle as Q, ref as re, watchEffect as pe, watch as te, onBeforeMount as Ho, onUnmounted as Oe, createBlock as $, withCtx as I, createCommentVNode as ee, useTemplateRef as Zi, onMounted as qi, nextTick as Qi, useAttrs as Ko, h as oe, resolveComponent as z, createVNode as D, isRef as U, createSlots as Ln, renderList as jo, useId as eo, withModifiers as Oo, normalizeClass as Uo, toDisplayString as Xo, inject as le, provide as ae, readonly as Bn } from "vue";
|
|
2
|
+
import { globalObjects as he, waitUtil as to, useViewStack as no, eventBus as io, messageInfo as Yo, messageSuccess as Jo, messageWarning as oo, messageError as so, createAxios as Zo, openConfirmDlg as qo, openPromptDlg as Qo } from "x-essential-lib";
|
|
3
|
+
import { CameraHelper as ro, DirectionalLightHelper as es, PointLightHelper as ts, SpotLightHelper as ns } from "three";
|
|
4
|
+
import { c as B, i as se, q as Re, u as is, r as lo, e as ao, a as os, b as ss, d as rs, f as ls, g as as, h as us, j as cs, k as ps, l as uo, X as ms, Y as ds, K as ys, m as fs, n as bs, o as hs, I as gs } from "./vendor.dd29fg1n.js";
|
|
5
|
+
import { getErrorMessage as xs } from "x-error-lib";
|
|
6
|
+
import { useTheme as vs } from "vuetify";
|
|
7
7
|
import { useI18n as co } from "vue-i18n";
|
|
8
8
|
const Jn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
9
|
function T(t) {
|
|
@@ -26,7 +26,7 @@ function Wn(t) {
|
|
|
26
26
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
27
27
|
return !isNaN(i);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function Dc(t) {
|
|
30
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
31
|
return;
|
|
32
32
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -40,7 +40,7 @@ function Zt(t) {
|
|
|
40
40
|
if (!isNaN(i))
|
|
41
41
|
return i;
|
|
42
42
|
}
|
|
43
|
-
const po = ["xs", "sm", "md", "lg", "xl"],
|
|
43
|
+
const po = ["xs", "sm", "md", "lg", "xl"], ks = [...po].reverse();
|
|
44
44
|
function Fe(t) {
|
|
45
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
46
|
}
|
|
@@ -49,7 +49,7 @@ function Zn(t) {
|
|
|
49
49
|
}
|
|
50
50
|
function Te(t, e) {
|
|
51
51
|
let i;
|
|
52
|
-
for (const o of
|
|
52
|
+
for (const o of ks) {
|
|
53
53
|
if (Zn(o) < Zn(t))
|
|
54
54
|
break;
|
|
55
55
|
e[o] && (i = e[o]);
|
|
@@ -78,8 +78,8 @@ function mo(t, e, i) {
|
|
|
78
78
|
if (e instanceof Array ? r = e : r = e.split("."), r.length <= 0)
|
|
79
79
|
return;
|
|
80
80
|
for (let a = 0; a < r.length - 1; a++) {
|
|
81
|
-
const
|
|
82
|
-
o = o[
|
|
81
|
+
const p = r[a];
|
|
82
|
+
o = o[p], o || (o = {});
|
|
83
83
|
}
|
|
84
84
|
const s = r[r.length - 1];
|
|
85
85
|
o[s] = i;
|
|
@@ -87,8 +87,8 @@ function mo(t, e, i) {
|
|
|
87
87
|
function q(t) {
|
|
88
88
|
return t === "runtime" || t === "preview";
|
|
89
89
|
}
|
|
90
|
-
const
|
|
91
|
-
function
|
|
90
|
+
const Fc = ["string", "number", "boolean", "array", "object"];
|
|
91
|
+
function Gc(t) {
|
|
92
92
|
switch (t) {
|
|
93
93
|
case "string":
|
|
94
94
|
return "#5ba58c";
|
|
@@ -111,10 +111,10 @@ function yo(t) {
|
|
|
111
111
|
}
|
|
112
112
|
return !1;
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Hc(t, e, i, o, r) {
|
|
115
115
|
let s = t;
|
|
116
|
-
for (let
|
|
117
|
-
if (s = s.children[e[
|
|
116
|
+
for (let p = 0; p < e.length; p++)
|
|
117
|
+
if (s = s.children[e[p]], !s) {
|
|
118
118
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
@@ -129,14 +129,14 @@ function Gc(t, e, i, o, r) {
|
|
|
129
129
|
children: {}
|
|
130
130
|
}, s.children[i] = a);
|
|
131
131
|
}
|
|
132
|
-
const
|
|
133
|
-
function
|
|
132
|
+
const _s = ["common", "scene"], ws = ["common", "scene"];
|
|
133
|
+
function Vs(t) {
|
|
134
134
|
return t === "elementProperty" || t === "elementSlotProperty";
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function $s(t) {
|
|
137
137
|
return t === "elementMethod" || t === "elementSlotMethod";
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function Is(t) {
|
|
140
140
|
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
141
141
|
}
|
|
142
142
|
function En(t, e, i) {
|
|
@@ -146,24 +146,24 @@ function En(t, e, i) {
|
|
|
146
146
|
a > 0 && (r += " - "), i ? r += o.global.t(s) : r += s;
|
|
147
147
|
}), r;
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function Kc(t, e) {
|
|
150
150
|
const { i18n: i } = he;
|
|
151
151
|
let o = "";
|
|
152
|
-
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)), En(o, e,
|
|
152
|
+
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)), En(o, e, Vs(t));
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function jc(t, e) {
|
|
155
155
|
const { i18n: i } = he;
|
|
156
156
|
let o = "";
|
|
157
|
-
return t === "elementMethod" || (t === "referenceMethod" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), En(o, e,
|
|
157
|
+
return t === "elementMethod" || (t === "referenceMethod" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), En(o, e, $s(t));
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function Oc(t, e) {
|
|
160
160
|
const { i18n: i } = he;
|
|
161
161
|
let o = "";
|
|
162
|
-
return t === "elementEvent" || (t === "referenceEvent" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), En(o, e,
|
|
162
|
+
return t === "elementEvent" || (t === "referenceEvent" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), En(o, e, Is(t));
|
|
163
163
|
}
|
|
164
164
|
const ze = {}, _ = (t) => {
|
|
165
165
|
ze[t.key] = t;
|
|
166
|
-
},
|
|
166
|
+
}, Ss = ["position", "rotation", "scale"], xe = /* @__PURE__ */ V({
|
|
167
167
|
__name: "index",
|
|
168
168
|
props: {
|
|
169
169
|
position: {},
|
|
@@ -182,7 +182,7 @@ const ze = {}, _ = (t) => {
|
|
|
182
182
|
o[0] || (o[0] = ne("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
183
183
|
o[1] || (o[1] = ne("TresMeshBasicMaterial", null, null, -1)),
|
|
184
184
|
L(i.$slots, "default")
|
|
185
|
-
], 8,
|
|
185
|
+
], 8, Ss)) : L(i.$slots, "default", { key: 1 });
|
|
186
186
|
}
|
|
187
187
|
}), X = /* @__PURE__ */ V({
|
|
188
188
|
__name: "index",
|
|
@@ -213,7 +213,7 @@ const ze = {}, _ = (t) => {
|
|
|
213
213
|
}, null, 4)
|
|
214
214
|
], 4)) : L(r.$slots, "default", { key: 1 });
|
|
215
215
|
}
|
|
216
|
-
}),
|
|
216
|
+
}), Cs = (t, e, i, o) => {
|
|
217
217
|
const r = t.getElementPropertyInner(e, i);
|
|
218
218
|
if (o) {
|
|
219
219
|
if (typeof r == "string")
|
|
@@ -222,17 +222,17 @@ const ze = {}, _ = (t) => {
|
|
|
222
222
|
return;
|
|
223
223
|
} else
|
|
224
224
|
return r;
|
|
225
|
-
},
|
|
225
|
+
}, Ts = (t, e, i, o, r) => {
|
|
226
226
|
let s;
|
|
227
227
|
r ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropertyInner(e, i, s);
|
|
228
228
|
};
|
|
229
229
|
function l(t, e, i) {
|
|
230
230
|
const o = H(), r = _e(), s = re();
|
|
231
231
|
return pe(() => {
|
|
232
|
-
let a =
|
|
232
|
+
let a = Cs(r, t.node, e, i);
|
|
233
233
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
234
|
-
}), te(s, (a,
|
|
235
|
-
se(a,
|
|
234
|
+
}), te(s, (a, p) => {
|
|
235
|
+
se(a, p) || Ts(r, t.node, e, s.value, i);
|
|
236
236
|
}), { property: s };
|
|
237
237
|
}
|
|
238
238
|
function de(t) {
|
|
@@ -260,7 +260,7 @@ function de(t) {
|
|
|
260
260
|
"transform",
|
|
261
261
|
"rotation",
|
|
262
262
|
"z"
|
|
263
|
-
]), { property:
|
|
263
|
+
]), { property: p } = l(t, [
|
|
264
264
|
"transform",
|
|
265
265
|
"scale",
|
|
266
266
|
"x"
|
|
@@ -272,20 +272,20 @@ function de(t) {
|
|
|
272
272
|
"transform",
|
|
273
273
|
"scale",
|
|
274
274
|
"z"
|
|
275
|
-
]),
|
|
275
|
+
]), c = re([0, 0, 0]), u = re([0, 0, 0]), m = re([1, 1, 1]);
|
|
276
276
|
return pe(() => {
|
|
277
|
-
|
|
277
|
+
c.value = [e.value, i.value, o.value];
|
|
278
278
|
}), pe(() => {
|
|
279
|
-
e.value =
|
|
279
|
+
e.value = c.value[0], i.value = c.value[1], o.value = c.value[2];
|
|
280
280
|
}), pe(() => {
|
|
281
281
|
u.value = [r.value, s.value, a.value];
|
|
282
282
|
}), pe(() => {
|
|
283
283
|
r.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
284
284
|
}), pe(() => {
|
|
285
|
-
m.value = [
|
|
285
|
+
m.value = [p.value, d.value, y.value];
|
|
286
286
|
}), pe(() => {
|
|
287
|
-
|
|
288
|
-
}), { position:
|
|
287
|
+
p.value = m.value[0], d.value = m.value[1], y.value = m.value[2];
|
|
288
|
+
}), { position: c, rotation: u, scale: m };
|
|
289
289
|
}
|
|
290
290
|
function fo(t) {
|
|
291
291
|
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
@@ -340,22 +340,22 @@ function xo(t) {
|
|
|
340
340
|
return { show: e, position: i, type: o, data: r, applyYAxis: s };
|
|
341
341
|
}
|
|
342
342
|
function K(t) {
|
|
343
|
-
const { computedThemes: e } =
|
|
343
|
+
const { computedThemes: e } = vs(), i = Ne(), o = k(() => t.value?.mode), r = k(() => {
|
|
344
344
|
const y = t.value?.theme;
|
|
345
345
|
return y ? y === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : y === "background1" ? i.value ? "#272727" : "#eeeeee" : y === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[y] : void 0;
|
|
346
|
-
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? r.value ?? "" : o.value === "custom" ? s.value ?? "" : ""),
|
|
346
|
+
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? r.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
|
|
347
347
|
const y = a.value;
|
|
348
348
|
return !y.startsWith("#") || y.length < 7 ? "" : y.substring(0, 7);
|
|
349
349
|
}), d = k(() => {
|
|
350
350
|
const y = a.value;
|
|
351
351
|
return y.startsWith("#") ? y.length < 9 ? 1 : parseInt(y.substring(7, 9)) / 255 : 0;
|
|
352
352
|
});
|
|
353
|
-
return { color: a, rgb:
|
|
353
|
+
return { color: a, rgb: p, alpha: d };
|
|
354
354
|
}
|
|
355
355
|
function Rn(t) {
|
|
356
|
-
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: r } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr),
|
|
357
|
-
function y(
|
|
358
|
-
e.value && (
|
|
356
|
+
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: r } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
357
|
+
function y(c) {
|
|
358
|
+
e.value && (c.borderStyle = e.value), i.value && (c.borderWidth = i.value), r.value && (c.borderColor = r.value), s.value && (c.borderTopLeftRadius = s.value), a.value && (c.borderTopRightRadius = a.value), p.value && (c.borderBottomLeftRadius = p.value), d.value && (c.borderBottomRightRadius = d.value);
|
|
359
359
|
}
|
|
360
360
|
return { borderStyle: e, borderWidth: i, borderColor: r, applyBorder: y };
|
|
361
361
|
}
|
|
@@ -376,30 +376,30 @@ function Mn(t) {
|
|
|
376
376
|
function ye(t) {
|
|
377
377
|
const e = H(), i = Ce(), o = k(() => t.node.size?.width), r = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
378
378
|
if (t.outer && e === "editor") {
|
|
379
|
-
const
|
|
380
|
-
if (
|
|
381
|
-
return
|
|
379
|
+
const c = Zt(t.node.size?.height);
|
|
380
|
+
if (c)
|
|
381
|
+
return c / 100 * i.value.height + "px";
|
|
382
382
|
}
|
|
383
383
|
return t.node.size?.height;
|
|
384
|
-
}),
|
|
384
|
+
}), p = k(() => {
|
|
385
385
|
if (t.outer && e === "editor") {
|
|
386
|
-
const
|
|
387
|
-
if (
|
|
388
|
-
return
|
|
386
|
+
const c = Zt(t.node.size?.minHeight);
|
|
387
|
+
if (c)
|
|
388
|
+
return c / 100 * i.value.height + "px";
|
|
389
389
|
}
|
|
390
390
|
return t.node.size?.minHeight;
|
|
391
391
|
}), d = k(() => {
|
|
392
392
|
if (t.outer && e === "editor") {
|
|
393
|
-
const
|
|
394
|
-
if (
|
|
395
|
-
return
|
|
393
|
+
const c = Zt(t.node.size?.maxHeight);
|
|
394
|
+
if (c)
|
|
395
|
+
return c / 100 * i.value.height + "px";
|
|
396
396
|
}
|
|
397
397
|
return t.node.size?.maxHeight;
|
|
398
398
|
});
|
|
399
|
-
function y(
|
|
400
|
-
o.value && (
|
|
399
|
+
function y(c) {
|
|
400
|
+
o.value && (c.width = o.value), r.value && (c.minWidth = r.value), s.value && (c.maxWidth = s.value), a.value && (c.height = a.value), p.value && (c.minHeight = p.value), d.value && (c.maxHeight = d.value);
|
|
401
401
|
}
|
|
402
|
-
return { width: o, minWidth: r, maxWidth: s, height: a, minHeight:
|
|
402
|
+
return { width: o, minWidth: r, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: y };
|
|
403
403
|
}
|
|
404
404
|
function vo(t, e, i) {
|
|
405
405
|
const o = k(() => e.node.basic.id), r = k(() => `callMethod@${o.value}`);
|
|
@@ -413,14 +413,14 @@ function R() {
|
|
|
413
413
|
const t = Ne();
|
|
414
414
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
415
415
|
}
|
|
416
|
-
const
|
|
416
|
+
const Ps = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], zs = /* @__PURE__ */ V({
|
|
417
417
|
__name: "index",
|
|
418
418
|
props: {
|
|
419
419
|
node: {},
|
|
420
420
|
outer: { type: Boolean }
|
|
421
421
|
},
|
|
422
422
|
setup(t) {
|
|
423
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property:
|
|
423
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property: p } = l(e, ["settings", "far"]), { property: d } = l(e, ["settings", "left"]), { property: y } = l(e, ["settings", "near"]), { property: c } = l(e, ["settings", "right"]), { property: u } = l(e, ["settings", "top"]);
|
|
424
424
|
return (m, b) => (v(), $(n(xe), {
|
|
425
425
|
position: n(o),
|
|
426
426
|
rotation: n(r),
|
|
@@ -429,11 +429,11 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
429
429
|
default: I(() => [
|
|
430
430
|
ne("TresOrthographicCamera", {
|
|
431
431
|
bottom: n(a),
|
|
432
|
-
far: n(
|
|
432
|
+
far: n(p),
|
|
433
433
|
left: n(d),
|
|
434
434
|
near: n(y),
|
|
435
435
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
436
|
-
right: n(
|
|
436
|
+
right: n(c),
|
|
437
437
|
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
438
438
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
|
|
439
439
|
top: n(u)
|
|
@@ -443,20 +443,20 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
443
443
|
type: n(ro)
|
|
444
444
|
}, null, 8, ["type"])) : ee("", !0),
|
|
445
445
|
L(m.$slots, "default")
|
|
446
|
-
], 8,
|
|
446
|
+
], 8, Ps)
|
|
447
447
|
]),
|
|
448
448
|
_: 3
|
|
449
449
|
}, 8, ["position", "rotation", "scale"]));
|
|
450
450
|
}
|
|
451
|
-
}),
|
|
451
|
+
}), As = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ls = /* @__PURE__ */ V({
|
|
452
452
|
__name: "index",
|
|
453
453
|
props: {
|
|
454
454
|
node: {},
|
|
455
455
|
outer: { type: Boolean }
|
|
456
456
|
},
|
|
457
457
|
setup(t) {
|
|
458
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property:
|
|
459
|
-
return (
|
|
458
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property: p } = l(e, ["settings", "far"]), { property: d } = l(e, ["settings", "fov"]), { property: y } = l(e, ["settings", "near"]);
|
|
459
|
+
return (c, u) => (v(), $(n(xe), {
|
|
460
460
|
position: n(o),
|
|
461
461
|
rotation: n(r),
|
|
462
462
|
scale: n(s)
|
|
@@ -464,7 +464,7 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
464
464
|
default: I(() => [
|
|
465
465
|
ne("TresPerspectiveCamera", {
|
|
466
466
|
aspect: n(a),
|
|
467
|
-
far: n(
|
|
467
|
+
far: n(p),
|
|
468
468
|
fov: n(d),
|
|
469
469
|
near: n(y),
|
|
470
470
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
@@ -475,13 +475,13 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
475
475
|
key: 0,
|
|
476
476
|
type: n(ro)
|
|
477
477
|
}, null, 8, ["type"])) : ee("", !0),
|
|
478
|
-
L(
|
|
479
|
-
], 8,
|
|
478
|
+
L(c.$slots, "default")
|
|
479
|
+
], 8, As)
|
|
480
480
|
]),
|
|
481
481
|
_: 3
|
|
482
482
|
}, 8, ["position", "rotation", "scale"]));
|
|
483
483
|
}
|
|
484
|
-
}),
|
|
484
|
+
}), Bs = ["args"], Ws = /* @__PURE__ */ V({
|
|
485
485
|
__name: "index",
|
|
486
486
|
props: {
|
|
487
487
|
node: {},
|
|
@@ -494,7 +494,7 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
494
494
|
]), { property: r } = l(e, ["settings", "height"]), { property: s } = l(e, [
|
|
495
495
|
"settings",
|
|
496
496
|
"heightSegements"
|
|
497
|
-
]), { property: a } = l(e, ["settings", "width"]), { property:
|
|
497
|
+
]), { property: a } = l(e, ["settings", "width"]), { property: p } = l(e, [
|
|
498
498
|
"settings",
|
|
499
499
|
"widthSegements"
|
|
500
500
|
]);
|
|
@@ -503,18 +503,18 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
503
503
|
n(a),
|
|
504
504
|
n(r),
|
|
505
505
|
n(i),
|
|
506
|
-
n(
|
|
506
|
+
n(p),
|
|
507
507
|
n(s),
|
|
508
508
|
n(o)
|
|
509
509
|
]
|
|
510
|
-
}, null, 8,
|
|
510
|
+
}, null, 8, Bs));
|
|
511
511
|
}
|
|
512
512
|
}), ve = (t, e) => {
|
|
513
513
|
const i = t.__vccOpts || t;
|
|
514
514
|
for (const [o, r] of e)
|
|
515
515
|
i[o] = r;
|
|
516
516
|
return i;
|
|
517
|
-
},
|
|
517
|
+
}, Es = ["args"], Rs = /* @__PURE__ */ V({
|
|
518
518
|
__name: "index",
|
|
519
519
|
props: {
|
|
520
520
|
node: {},
|
|
@@ -533,74 +533,74 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
533
533
|
]), { property: s } = l(e, ["settings", "radius"]), { property: a } = l(e, [
|
|
534
534
|
"settings",
|
|
535
535
|
"thetaLength"
|
|
536
|
-
]), { property:
|
|
536
|
+
]), { property: p } = l(e, [
|
|
537
537
|
"settings",
|
|
538
538
|
"thetaStart"
|
|
539
539
|
]), { property: d } = l(e, [
|
|
540
540
|
"settings",
|
|
541
541
|
"widthSegments"
|
|
542
542
|
]);
|
|
543
|
-
return (y,
|
|
543
|
+
return (y, c) => (v(), J("TresSphereGeometry", {
|
|
544
544
|
args: [
|
|
545
545
|
n(s),
|
|
546
546
|
n(d),
|
|
547
547
|
n(i),
|
|
548
548
|
n(r),
|
|
549
549
|
n(o),
|
|
550
|
-
n(
|
|
550
|
+
n(p),
|
|
551
551
|
n(a)
|
|
552
552
|
]
|
|
553
|
-
}, null, 8,
|
|
553
|
+
}, null, 8, Es));
|
|
554
554
|
}
|
|
555
|
-
}),
|
|
555
|
+
}), Ns = ["color", "intensity", "position", "rotation", "scale"], Ms = /* @__PURE__ */ V({
|
|
556
556
|
__name: "index",
|
|
557
557
|
props: {
|
|
558
558
|
node: {},
|
|
559
559
|
outer: { type: Boolean }
|
|
560
560
|
},
|
|
561
561
|
setup(t) {
|
|
562
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color:
|
|
562
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color: p } = K(a), { property: d } = l(e, [
|
|
563
563
|
"settings",
|
|
564
564
|
"intensity"
|
|
565
565
|
]);
|
|
566
|
-
return (y,
|
|
566
|
+
return (y, c) => (v(), $(n(xe), {
|
|
567
567
|
position: n(o),
|
|
568
568
|
rotation: n(r),
|
|
569
569
|
scale: n(s)
|
|
570
570
|
}, {
|
|
571
571
|
default: I(() => [
|
|
572
572
|
ne("TresAmbientLight", {
|
|
573
|
-
color: n(
|
|
573
|
+
color: n(p),
|
|
574
574
|
intensity: n(d),
|
|
575
575
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
576
576
|
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
577
577
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
578
578
|
}, [
|
|
579
579
|
L(y.$slots, "default")
|
|
580
|
-
], 8,
|
|
580
|
+
], 8, Ns)
|
|
581
581
|
]),
|
|
582
582
|
_: 3
|
|
583
583
|
}, 8, ["position", "rotation", "scale"]));
|
|
584
584
|
}
|
|
585
|
-
}),
|
|
585
|
+
}), Ds = ["color", "intensity", "position", "rotation", "scale"], Fs = /* @__PURE__ */ V({
|
|
586
586
|
__name: "index",
|
|
587
587
|
props: {
|
|
588
588
|
node: {},
|
|
589
589
|
outer: { type: Boolean }
|
|
590
590
|
},
|
|
591
591
|
setup(t) {
|
|
592
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color:
|
|
592
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color: p } = K(a), { property: d } = l(e, [
|
|
593
593
|
"settings",
|
|
594
594
|
"intensity"
|
|
595
595
|
]);
|
|
596
|
-
return (y,
|
|
596
|
+
return (y, c) => (v(), $(n(xe), {
|
|
597
597
|
position: n(o),
|
|
598
598
|
rotation: n(r),
|
|
599
599
|
scale: n(s)
|
|
600
600
|
}, {
|
|
601
601
|
default: I(() => [
|
|
602
602
|
ne("TresDirectionalLight", {
|
|
603
|
-
color: n(
|
|
603
|
+
color: n(p),
|
|
604
604
|
intensity: n(d),
|
|
605
605
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
606
606
|
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
@@ -608,25 +608,25 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
608
608
|
}, [
|
|
609
609
|
n(i) === "editor" ? (v(), $(n(Re), {
|
|
610
610
|
key: 0,
|
|
611
|
-
type: n(
|
|
611
|
+
type: n(es)
|
|
612
612
|
}, null, 8, ["type"])) : ee("", !0),
|
|
613
613
|
L(y.$slots, "default")
|
|
614
|
-
], 8,
|
|
614
|
+
], 8, Ds)
|
|
615
615
|
]),
|
|
616
616
|
_: 3
|
|
617
617
|
}, 8, ["position", "rotation", "scale"]));
|
|
618
618
|
}
|
|
619
|
-
}),
|
|
619
|
+
}), Gs = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Hs = /* @__PURE__ */ V({
|
|
620
620
|
__name: "index",
|
|
621
621
|
props: {
|
|
622
622
|
node: {},
|
|
623
623
|
outer: { type: Boolean }
|
|
624
624
|
},
|
|
625
625
|
setup(t) {
|
|
626
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color:
|
|
626
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "color"]), { color: p } = K(a), { property: d } = l(e, ["settings", "decay"]), { property: y } = l(e, [
|
|
627
627
|
"settings",
|
|
628
628
|
"distance"
|
|
629
|
-
]), { property:
|
|
629
|
+
]), { property: c } = l(e, [
|
|
630
630
|
"settings",
|
|
631
631
|
"intensity"
|
|
632
632
|
]);
|
|
@@ -637,32 +637,32 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
637
637
|
}, {
|
|
638
638
|
default: I(() => [
|
|
639
639
|
ne("TresPointLight", {
|
|
640
|
-
color: n(
|
|
640
|
+
color: n(p),
|
|
641
641
|
decay: n(d),
|
|
642
642
|
distance: n(y),
|
|
643
|
-
intensity: n(
|
|
643
|
+
intensity: n(c),
|
|
644
644
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
645
645
|
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
646
646
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
647
647
|
}, [
|
|
648
648
|
n(i) === "editor" ? (v(), $(n(Re), {
|
|
649
649
|
key: 0,
|
|
650
|
-
type: n(
|
|
650
|
+
type: n(ts)
|
|
651
651
|
}, null, 8, ["type"])) : ee("", !0),
|
|
652
652
|
L(u.$slots, "default")
|
|
653
|
-
], 8,
|
|
653
|
+
], 8, Gs)
|
|
654
654
|
]),
|
|
655
655
|
_: 3
|
|
656
656
|
}, 8, ["position", "rotation", "scale"]));
|
|
657
657
|
}
|
|
658
|
-
}),
|
|
658
|
+
}), Ks = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], js = /* @__PURE__ */ V({
|
|
659
659
|
__name: "index",
|
|
660
660
|
props: {
|
|
661
661
|
node: {},
|
|
662
662
|
outer: { type: Boolean }
|
|
663
663
|
},
|
|
664
664
|
setup(t) {
|
|
665
|
-
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "angle"]), { property:
|
|
665
|
+
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e), { property: a } = l(e, ["settings", "angle"]), { property: p } = l(e, ["settings", "color"]), { color: d } = K(p), { property: y } = l(e, ["settings", "decay"]), { property: c } = l(e, [
|
|
666
666
|
"settings",
|
|
667
667
|
"distance"
|
|
668
668
|
]), { property: u } = l(e, [
|
|
@@ -682,7 +682,7 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
682
682
|
angle: n(a),
|
|
683
683
|
color: n(d),
|
|
684
684
|
decay: n(y),
|
|
685
|
-
distance: n(
|
|
685
|
+
distance: n(c),
|
|
686
686
|
intensity: n(u),
|
|
687
687
|
penumbra: n(m),
|
|
688
688
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
@@ -691,19 +691,19 @@ const Ts = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
691
691
|
}, [
|
|
692
692
|
n(i) === "editor" ? (v(), $(n(Re), {
|
|
693
693
|
key: 0,
|
|
694
|
-
type: n(
|
|
694
|
+
type: n(ns)
|
|
695
695
|
}, null, 8, ["type"])) : ee("", !0),
|
|
696
696
|
L(b.$slots, "default")
|
|
697
|
-
], 8,
|
|
697
|
+
], 8, Ks)
|
|
698
698
|
]),
|
|
699
699
|
_: 3
|
|
700
700
|
}, 8, ["position", "rotation", "scale"]));
|
|
701
701
|
}
|
|
702
|
-
}),
|
|
703
|
-
function
|
|
702
|
+
}), Os = {};
|
|
703
|
+
function Us(t, e) {
|
|
704
704
|
return v(), J("TresMeshBasicMaterial");
|
|
705
705
|
}
|
|
706
|
-
const
|
|
706
|
+
const Xs = /* @__PURE__ */ ve(Os, [["render", Us]]), Ys = ["position", "rotation", "scale"], Js = /* @__PURE__ */ V({
|
|
707
707
|
__name: "index",
|
|
708
708
|
props: {
|
|
709
709
|
node: {},
|
|
@@ -711,7 +711,7 @@ const Us = /* @__PURE__ */ ve(js, [["render", Os]]), Xs = ["position", "rotation
|
|
|
711
711
|
},
|
|
712
712
|
setup(t) {
|
|
713
713
|
const e = t, i = H(), { position: o, rotation: r, scale: s } = de(e);
|
|
714
|
-
return (a,
|
|
714
|
+
return (a, p) => (v(), $(n(xe), {
|
|
715
715
|
position: n(o),
|
|
716
716
|
rotation: n(r),
|
|
717
717
|
scale: n(s)
|
|
@@ -723,12 +723,12 @@ const Us = /* @__PURE__ */ ve(js, [["render", Os]]), Xs = ["position", "rotation
|
|
|
723
723
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
724
724
|
}, [
|
|
725
725
|
L(a.$slots, "default")
|
|
726
|
-
], 8,
|
|
726
|
+
], 8, Ys)
|
|
727
727
|
]),
|
|
728
728
|
_: 3
|
|
729
729
|
}, 8, ["position", "rotation", "scale"]));
|
|
730
730
|
}
|
|
731
|
-
}),
|
|
731
|
+
}), Zs = ["position", "rotation", "scale"], qs = /* @__PURE__ */ V({
|
|
732
732
|
__name: "index",
|
|
733
733
|
props: {
|
|
734
734
|
node: {},
|
|
@@ -742,89 +742,89 @@ const Us = /* @__PURE__ */ ve(js, [["render", Os]]), Xs = ["position", "rotation
|
|
|
742
742
|
scale: n(r)
|
|
743
743
|
}, [
|
|
744
744
|
L(s.$slots, "default")
|
|
745
|
-
], 8,
|
|
746
|
-
}
|
|
747
|
-
}),
|
|
748
|
-
color:
|
|
749
|
-
backgroundColor:
|
|
750
|
-
textStyle:
|
|
751
|
-
title:
|
|
752
|
-
line:
|
|
753
|
-
radar:
|
|
754
|
-
bar:
|
|
755
|
-
pie:
|
|
756
|
-
scatter:
|
|
757
|
-
boxplot:
|
|
758
|
-
parallel:
|
|
759
|
-
sankey:
|
|
760
|
-
funnel:
|
|
761
|
-
gauge:
|
|
762
|
-
candlestick:
|
|
763
|
-
graph:
|
|
764
|
-
map:
|
|
765
|
-
geo:
|
|
766
|
-
categoryAxis:
|
|
767
|
-
valueAxis:
|
|
768
|
-
logAxis:
|
|
769
|
-
timeAxis:
|
|
770
|
-
toolbox:
|
|
771
|
-
legend:
|
|
772
|
-
tooltip:
|
|
773
|
-
timeline:
|
|
774
|
-
visualMap:
|
|
775
|
-
dataZoom:
|
|
776
|
-
markPoint:
|
|
777
|
-
},
|
|
778
|
-
color:
|
|
779
|
-
backgroundColor:
|
|
780
|
-
textStyle:
|
|
781
|
-
title:
|
|
782
|
-
line:
|
|
783
|
-
radar:
|
|
784
|
-
bar:
|
|
785
|
-
pie:
|
|
786
|
-
scatter:
|
|
787
|
-
boxplot:
|
|
788
|
-
parallel:
|
|
789
|
-
sankey:
|
|
790
|
-
funnel:
|
|
791
|
-
gauge:
|
|
792
|
-
candlestick:
|
|
793
|
-
graph:
|
|
794
|
-
map:
|
|
795
|
-
geo:
|
|
796
|
-
categoryAxis:
|
|
797
|
-
valueAxis:
|
|
798
|
-
logAxis:
|
|
799
|
-
timeAxis:
|
|
800
|
-
toolbox:
|
|
801
|
-
legend:
|
|
802
|
-
tooltip:
|
|
803
|
-
timeline:
|
|
804
|
-
visualMap:
|
|
805
|
-
dataZoom:
|
|
806
|
-
markPoint:
|
|
745
|
+
], 8, Zs));
|
|
746
|
+
}
|
|
747
|
+
}), Qs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], er = "#242424", tr = {}, nr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ir = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, or = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, sr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, mr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, fr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, br = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, hr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, gr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, xr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, vr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, kr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, _r = { textStyle: { color: "#eeeeee" } }, wr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Vr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, $r = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ir = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Sr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Cr = {
|
|
748
|
+
color: Qs,
|
|
749
|
+
backgroundColor: er,
|
|
750
|
+
textStyle: tr,
|
|
751
|
+
title: nr,
|
|
752
|
+
line: ir,
|
|
753
|
+
radar: or,
|
|
754
|
+
bar: sr,
|
|
755
|
+
pie: rr,
|
|
756
|
+
scatter: lr,
|
|
757
|
+
boxplot: ar,
|
|
758
|
+
parallel: ur,
|
|
759
|
+
sankey: cr,
|
|
760
|
+
funnel: pr,
|
|
761
|
+
gauge: mr,
|
|
762
|
+
candlestick: dr,
|
|
763
|
+
graph: yr,
|
|
764
|
+
map: fr,
|
|
765
|
+
geo: br,
|
|
766
|
+
categoryAxis: hr,
|
|
767
|
+
valueAxis: gr,
|
|
768
|
+
logAxis: xr,
|
|
769
|
+
timeAxis: vr,
|
|
770
|
+
toolbox: kr,
|
|
771
|
+
legend: _r,
|
|
772
|
+
tooltip: wr,
|
|
773
|
+
timeline: Vr,
|
|
774
|
+
visualMap: $r,
|
|
775
|
+
dataZoom: Ir,
|
|
776
|
+
markPoint: Sr
|
|
777
|
+
}, Tr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Pr = "#f5f5f5", zr = {}, Ar = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Lr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Br = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Wr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Kr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, jr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Or = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Xr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Yr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Jr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, qr = { textStyle: { color: "#333333" } }, Qr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, el = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, tl = { color: ["#bf444c", "#d88273", "#f6efa6"] }, nl = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, il = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ol = {
|
|
778
|
+
color: Tr,
|
|
779
|
+
backgroundColor: Pr,
|
|
780
|
+
textStyle: zr,
|
|
781
|
+
title: Ar,
|
|
782
|
+
line: Lr,
|
|
783
|
+
radar: Br,
|
|
784
|
+
bar: Wr,
|
|
785
|
+
pie: Er,
|
|
786
|
+
scatter: Rr,
|
|
787
|
+
boxplot: Nr,
|
|
788
|
+
parallel: Mr,
|
|
789
|
+
sankey: Dr,
|
|
790
|
+
funnel: Fr,
|
|
791
|
+
gauge: Gr,
|
|
792
|
+
candlestick: Hr,
|
|
793
|
+
graph: Kr,
|
|
794
|
+
map: jr,
|
|
795
|
+
geo: Or,
|
|
796
|
+
categoryAxis: Ur,
|
|
797
|
+
valueAxis: Xr,
|
|
798
|
+
logAxis: Yr,
|
|
799
|
+
timeAxis: Jr,
|
|
800
|
+
toolbox: Zr,
|
|
801
|
+
legend: qr,
|
|
802
|
+
tooltip: Qr,
|
|
803
|
+
timeline: el,
|
|
804
|
+
visualMap: tl,
|
|
805
|
+
dataZoom: nl,
|
|
806
|
+
markPoint: il
|
|
807
807
|
};
|
|
808
|
-
|
|
809
|
-
is,
|
|
808
|
+
is([
|
|
810
809
|
os,
|
|
811
810
|
ss,
|
|
812
811
|
rs,
|
|
813
812
|
ls,
|
|
814
813
|
as,
|
|
815
814
|
us,
|
|
816
|
-
cs
|
|
815
|
+
cs,
|
|
816
|
+
ps
|
|
817
817
|
]);
|
|
818
|
-
lo("dark",
|
|
819
|
-
lo("light",
|
|
820
|
-
const
|
|
818
|
+
lo("dark", Cr);
|
|
819
|
+
lo("light", ol);
|
|
820
|
+
const sl = /* @__PURE__ */ V({
|
|
821
821
|
__name: "index",
|
|
822
822
|
props: {
|
|
823
823
|
node: {},
|
|
824
824
|
outer: { type: Boolean }
|
|
825
825
|
},
|
|
826
826
|
setup(t) {
|
|
827
|
-
const e = t, i = Ce(), o = Ne(), r = fe(), s = ke(), { width: a, minWidth:
|
|
827
|
+
const e = t, i = Ce(), o = Ne(), r = fe(), s = ke(), { width: a, minWidth: p, maxWidth: d, height: y, minHeight: c, maxHeight: u, applySize: m } = ye(e), { applyTitle: b } = ho(e), { applyXAxis: h } = go(e), { applyYAxis: g } = xo(e), { applyLegend: x } = fo(e), { applySeries: w } = bo(e), S = k(() => {
|
|
828
828
|
const C = {}, F = s.value.type;
|
|
829
829
|
return r === "page" ? F === "common" ? m(C) : console.assert(!1) : r === "comp" && F === "common" ? m(C) : console.assert(!1), C;
|
|
830
830
|
}), N = Zi("chart");
|
|
@@ -848,10 +848,10 @@ const ol = /* @__PURE__ */ V({
|
|
|
848
848
|
() => i.value.width,
|
|
849
849
|
() => i.value.height,
|
|
850
850
|
a,
|
|
851
|
-
|
|
851
|
+
p,
|
|
852
852
|
d,
|
|
853
853
|
y,
|
|
854
|
-
|
|
854
|
+
c,
|
|
855
855
|
u
|
|
856
856
|
],
|
|
857
857
|
async () => {
|
|
@@ -870,14 +870,14 @@ const ol = /* @__PURE__ */ V({
|
|
|
870
870
|
style: Q(S.value)
|
|
871
871
|
}, null, 4));
|
|
872
872
|
}
|
|
873
|
-
}),
|
|
873
|
+
}), rl = /* @__PURE__ */ V({
|
|
874
874
|
__name: "index",
|
|
875
875
|
props: {
|
|
876
876
|
node: {},
|
|
877
877
|
outer: { type: Boolean }
|
|
878
878
|
},
|
|
879
879
|
setup(t) {
|
|
880
|
-
const e = t, i = Ce(), o = Ne(), r = fe(), s = ke(), { width: a, minWidth:
|
|
880
|
+
const e = t, i = Ce(), o = Ne(), r = fe(), s = ke(), { width: a, minWidth: p, maxWidth: d, height: y, minHeight: c, maxHeight: u, applySize: m } = ye(e), { applyTitle: b } = ho(e), { applyXAxis: h } = go(e), { applyYAxis: g } = xo(e), { applyLegend: x } = fo(e), { applySeries: w } = bo(e), S = k(() => {
|
|
881
881
|
const C = {}, F = s.value.type;
|
|
882
882
|
return r === "page" ? F === "common" ? m(C) : console.assert(!1) : r === "comp" && F === "common" ? m(C) : console.assert(!1), C;
|
|
883
883
|
}), N = Zi("chart");
|
|
@@ -901,10 +901,10 @@ const ol = /* @__PURE__ */ V({
|
|
|
901
901
|
() => i.value.width,
|
|
902
902
|
() => i.value.height,
|
|
903
903
|
a,
|
|
904
|
-
|
|
904
|
+
p,
|
|
905
905
|
d,
|
|
906
906
|
y,
|
|
907
|
-
|
|
907
|
+
c,
|
|
908
908
|
u
|
|
909
909
|
],
|
|
910
910
|
async () => {
|
|
@@ -923,11 +923,11 @@ const ol = /* @__PURE__ */ V({
|
|
|
923
923
|
style: Q(S.value)
|
|
924
924
|
}, null, 4));
|
|
925
925
|
}
|
|
926
|
-
}),
|
|
927
|
-
function
|
|
926
|
+
}), ll = {};
|
|
927
|
+
function al(t, e) {
|
|
928
928
|
return v(), J("div");
|
|
929
929
|
}
|
|
930
|
-
const
|
|
930
|
+
const ul = /* @__PURE__ */ ve(ll, [["render", al]]), cl = /* @__PURE__ */ V({
|
|
931
931
|
__name: "index",
|
|
932
932
|
props: {
|
|
933
933
|
refContext: {},
|
|
@@ -937,38 +937,42 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
937
937
|
setup(t) {
|
|
938
938
|
const { t: e } = co(), i = t, o = re(), r = _e();
|
|
939
939
|
Fo(o, r), Do(i.refContext.compId, o);
|
|
940
|
-
const { applySize:
|
|
941
|
-
const
|
|
942
|
-
return o.value?.type === "common" &&
|
|
940
|
+
const s = Ko(), { applySize: a } = ye(i), p = k(() => {
|
|
941
|
+
const c = {};
|
|
942
|
+
return o.value?.type === "common" && a(c), c;
|
|
943
943
|
});
|
|
944
|
-
function c
|
|
945
|
-
const
|
|
946
|
-
if (!
|
|
947
|
-
return console.assert(!1, `element not found key=${
|
|
948
|
-
const
|
|
949
|
-
|
|
950
|
-
|
|
944
|
+
function d(c) {
|
|
945
|
+
const u = ze[c.basic.key];
|
|
946
|
+
if (!u)
|
|
947
|
+
return console.assert(!1, `element not found key=${c.basic.key}`), oe("div", `element not found key=${c.basic.key}`);
|
|
948
|
+
const m = [];
|
|
949
|
+
u.leaf || c.children?.forEach((h) => {
|
|
950
|
+
m.push(d(h));
|
|
951
951
|
});
|
|
952
|
-
|
|
953
|
-
return
|
|
954
|
-
parent:
|
|
955
|
-
compId:
|
|
956
|
-
}), oe(
|
|
952
|
+
const b = { node: c };
|
|
953
|
+
return c.reference && c.reference.comp && (b.refContext = {
|
|
954
|
+
parent: b.refContext,
|
|
955
|
+
compId: c.reference.comp
|
|
956
|
+
}), oe(u.comp, b, { default: () => m });
|
|
957
957
|
}
|
|
958
|
-
const
|
|
958
|
+
const y = () => {
|
|
959
959
|
if (yo(i.refContext))
|
|
960
960
|
return oe("div", e("x-runtime-lib.circularRef"));
|
|
961
961
|
if (!o.value)
|
|
962
962
|
return oe("div");
|
|
963
|
-
const
|
|
964
|
-
if (o.value.view.nodes.forEach((
|
|
965
|
-
|
|
963
|
+
const c = [];
|
|
964
|
+
if (o.value.view.nodes.forEach((m) => {
|
|
965
|
+
c.push(d(m));
|
|
966
966
|
}), o.value.type === "common")
|
|
967
|
-
return oe(
|
|
967
|
+
return oe(
|
|
968
|
+
"div",
|
|
969
|
+
{ id: s.id, style: p.value },
|
|
970
|
+
{ default: () => c }
|
|
971
|
+
);
|
|
968
972
|
};
|
|
969
|
-
return (
|
|
973
|
+
return (c, u) => (v(), $(y));
|
|
970
974
|
}
|
|
971
|
-
}),
|
|
975
|
+
}), pl = /* @__PURE__ */ V({
|
|
972
976
|
__name: "index",
|
|
973
977
|
props: {
|
|
974
978
|
node: {},
|
|
@@ -992,33 +996,33 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
992
996
|
setup(t) {
|
|
993
997
|
const { t: e } = co(), i = t, o = re(), r = _e();
|
|
994
998
|
Fo(o, r), Do(i.refContext.compId, o);
|
|
995
|
-
function s(
|
|
996
|
-
const d = ze[
|
|
999
|
+
function s(p) {
|
|
1000
|
+
const d = ze[p.basic.key];
|
|
997
1001
|
if (!d)
|
|
998
|
-
return console.assert(!1, `element not found key=${
|
|
1002
|
+
return console.assert(!1, `element not found key=${p.basic.key}`), oe("div", `element not found key=${p.basic.key}`);
|
|
999
1003
|
const y = [];
|
|
1000
|
-
d.leaf ||
|
|
1004
|
+
d.leaf || p.children?.forEach((u) => {
|
|
1001
1005
|
y.push(s(u));
|
|
1002
1006
|
});
|
|
1003
|
-
|
|
1004
|
-
return
|
|
1005
|
-
parent:
|
|
1006
|
-
compId:
|
|
1007
|
-
}), oe(d.comp,
|
|
1007
|
+
const c = { node: p };
|
|
1008
|
+
return p.reference && p.reference.comp && (c.refContext = {
|
|
1009
|
+
parent: c.refContext,
|
|
1010
|
+
compId: p.reference.comp
|
|
1011
|
+
}), oe(d.comp, c, { default: () => y });
|
|
1008
1012
|
}
|
|
1009
1013
|
const a = () => {
|
|
1010
1014
|
if (yo(i.refContext))
|
|
1011
1015
|
return oe("div", e("x-runtime-lib.circularRef"));
|
|
1012
1016
|
if (!o.value)
|
|
1013
1017
|
return oe("div");
|
|
1014
|
-
const
|
|
1018
|
+
const p = [];
|
|
1015
1019
|
return o.value.view.nodes.forEach((d) => {
|
|
1016
|
-
|
|
1017
|
-
}),
|
|
1020
|
+
p.push(s(d));
|
|
1021
|
+
}), p;
|
|
1018
1022
|
};
|
|
1019
|
-
return (
|
|
1023
|
+
return (p, d) => (v(), $(a));
|
|
1020
1024
|
}
|
|
1021
|
-
}),
|
|
1025
|
+
}), ml = /* @__PURE__ */ V({
|
|
1022
1026
|
__name: "index",
|
|
1023
1027
|
props: {
|
|
1024
1028
|
node: {},
|
|
@@ -1034,7 +1038,7 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
1034
1038
|
"offset",
|
|
1035
1039
|
"y"
|
|
1036
1040
|
]);
|
|
1037
|
-
return (
|
|
1041
|
+
return (p, d) => {
|
|
1038
1042
|
const y = z("v-badge");
|
|
1039
1043
|
return v(), $(y, {
|
|
1040
1044
|
content: n(i),
|
|
@@ -1044,13 +1048,13 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
1044
1048
|
theme: n(r)
|
|
1045
1049
|
}, {
|
|
1046
1050
|
default: I(() => [
|
|
1047
|
-
L(
|
|
1051
|
+
L(p.$slots, "default")
|
|
1048
1052
|
]),
|
|
1049
1053
|
_: 3
|
|
1050
1054
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1051
1055
|
};
|
|
1052
1056
|
}
|
|
1053
|
-
}),
|
|
1057
|
+
}), dl = /* @__PURE__ */ V({
|
|
1054
1058
|
__name: "index",
|
|
1055
1059
|
props: {
|
|
1056
1060
|
node: {},
|
|
@@ -1061,10 +1065,10 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
1061
1065
|
"settings",
|
|
1062
1066
|
"addIcon",
|
|
1063
1067
|
"append"
|
|
1064
|
-
]), { property: s } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color:
|
|
1068
|
+
]), { property: s } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: p } = K(a), { property: d } = l(e, ["settings", "density"]), { property: y } = l(e, [
|
|
1065
1069
|
"settings",
|
|
1066
1070
|
"disabled"
|
|
1067
|
-
]), { property:
|
|
1071
|
+
]), { property: c } = l(e, ["size", "height"]), { property: u } = l(e, ["settings", "loading"]), { property: m } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: h } = l(e, ["size", "minHeight"]), { property: g } = l(e, ["size", "minWidth"]), { property: x } = l(e, [
|
|
1068
1072
|
"settings",
|
|
1069
1073
|
"addIcon",
|
|
1070
1074
|
"prepend"
|
|
@@ -1083,10 +1087,10 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
1083
1087
|
D(ue, {
|
|
1084
1088
|
"append-icon": n(r),
|
|
1085
1089
|
block: n(s),
|
|
1086
|
-
color: n(
|
|
1090
|
+
color: n(p),
|
|
1087
1091
|
density: n(d),
|
|
1088
1092
|
disabled: n(y),
|
|
1089
|
-
height: n(
|
|
1093
|
+
height: n(c),
|
|
1090
1094
|
loading: n(u),
|
|
1091
1095
|
"max-height": n(m),
|
|
1092
1096
|
"max-width": n(b),
|
|
@@ -1108,8 +1112,8 @@ const al = /* @__PURE__ */ ve(rl, [["render", ll]]), ul = /* @__PURE__ */ V({
|
|
|
1108
1112
|
});
|
|
1109
1113
|
};
|
|
1110
1114
|
}
|
|
1111
|
-
}),
|
|
1112
|
-
function
|
|
1115
|
+
}), yl = {};
|
|
1116
|
+
function fl(t, e) {
|
|
1113
1117
|
const i = z("v-btn-group");
|
|
1114
1118
|
return v(), $(i, null, {
|
|
1115
1119
|
default: I(() => [
|
|
@@ -1118,7 +1122,7 @@ function yl(t, e) {
|
|
|
1118
1122
|
_: 3
|
|
1119
1123
|
});
|
|
1120
1124
|
}
|
|
1121
|
-
const
|
|
1125
|
+
const bl = /* @__PURE__ */ ve(yl, [["render", fl]]), hl = /* @__PURE__ */ V({
|
|
1122
1126
|
__name: "index",
|
|
1123
1127
|
props: {
|
|
1124
1128
|
node: {},
|
|
@@ -1134,10 +1138,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1134
1138
|
]), { property: a } = l(e, [
|
|
1135
1139
|
"settings",
|
|
1136
1140
|
"multiple"
|
|
1137
|
-
]), { property:
|
|
1141
|
+
]), { property: p } = l(e, [
|
|
1138
1142
|
"settings",
|
|
1139
1143
|
"readonly"
|
|
1140
|
-
]), { property: d } = l(e, ["settings", "size"]), { property: y } = l(e, ["settings", "stacked"]), { theme:
|
|
1144
|
+
]), { property: d } = l(e, ["settings", "size"]), { property: y } = l(e, ["settings", "stacked"]), { theme: c } = R(), { property: u } = l(e, ["settings", "tile"]), { property: m } = l(e, ["settings", "variant"]);
|
|
1141
1145
|
return (b, h) => {
|
|
1142
1146
|
const g = z("v-btn-toggle");
|
|
1143
1147
|
return v(), $(g, {
|
|
@@ -1146,10 +1150,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1146
1150
|
divided: n(r),
|
|
1147
1151
|
mandatory: n(s),
|
|
1148
1152
|
multiple: n(a),
|
|
1149
|
-
readonly: n(
|
|
1153
|
+
readonly: n(p),
|
|
1150
1154
|
size: n(d),
|
|
1151
1155
|
stacked: n(y),
|
|
1152
|
-
theme: n(
|
|
1156
|
+
theme: n(c),
|
|
1153
1157
|
tile: n(u),
|
|
1154
1158
|
variant: n(m)
|
|
1155
1159
|
}, {
|
|
@@ -1160,7 +1164,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1160
1164
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1161
1165
|
};
|
|
1162
1166
|
}
|
|
1163
|
-
}),
|
|
1167
|
+
}), gl = /* @__PURE__ */ V({
|
|
1164
1168
|
__name: "index",
|
|
1165
1169
|
props: {
|
|
1166
1170
|
node: {},
|
|
@@ -1170,7 +1174,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1170
1174
|
const e = t, { property: i } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1171
1175
|
"settings",
|
|
1172
1176
|
"disabled"
|
|
1173
|
-
]), { property: r } = l(e, ["size", "height"]), { property: s } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property:
|
|
1177
|
+
]), { property: r } = l(e, ["size", "height"]), { property: s } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: p } = l(e, ["size", "maxHeight"]), { property: d } = l(e, ["size", "maxWidth"]), { property: y } = l(e, ["size", "minHeight"]), { property: c } = l(e, ["size", "minWidth"]), { property: u } = l(e, [
|
|
1174
1178
|
"settings",
|
|
1175
1179
|
"subtitle"
|
|
1176
1180
|
]), { property: m } = l(e, ["settings", "text"]), { theme: b } = R(), { property: h } = l(e, ["settings", "title"]), { property: g } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
@@ -1182,10 +1186,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1182
1186
|
height: n(r),
|
|
1183
1187
|
hover: n(s),
|
|
1184
1188
|
loading: n(a),
|
|
1185
|
-
"max-height": n(
|
|
1189
|
+
"max-height": n(p),
|
|
1186
1190
|
"max-width": n(d),
|
|
1187
1191
|
"min-height": n(y),
|
|
1188
|
-
"min-width": n(
|
|
1192
|
+
"min-width": n(c),
|
|
1189
1193
|
subtitle: n(u),
|
|
1190
1194
|
text: n(m),
|
|
1191
1195
|
theme: n(b),
|
|
@@ -1200,7 +1204,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1200
1204
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1201
1205
|
};
|
|
1202
1206
|
}
|
|
1203
|
-
}),
|
|
1207
|
+
}), xl = /* @__PURE__ */ V({
|
|
1204
1208
|
__name: "index",
|
|
1205
1209
|
props: {
|
|
1206
1210
|
node: {},
|
|
@@ -1222,7 +1226,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1222
1226
|
}, null, 8, ["disabled", "readonly"]);
|
|
1223
1227
|
};
|
|
1224
1228
|
}
|
|
1225
|
-
}),
|
|
1229
|
+
}), vl = /* @__PURE__ */ V({
|
|
1226
1230
|
__name: "index",
|
|
1227
1231
|
props: {
|
|
1228
1232
|
node: {},
|
|
@@ -1235,10 +1239,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1235
1239
|
]), { property: o } = l(e, ["settings", "color"]), { color: r } = K(o), { property: s } = l(e, ["settings", "density"]), { property: a } = l(e, [
|
|
1236
1240
|
"settings",
|
|
1237
1241
|
"disabled"
|
|
1238
|
-
]), { property:
|
|
1242
|
+
]), { property: p } = l(e, [
|
|
1239
1243
|
"settings",
|
|
1240
1244
|
"draggable"
|
|
1241
|
-
]), { property: d } = l(e, ["settings", "filter"]), { property: y } = l(e, ["settings", "label"]), { property:
|
|
1245
|
+
]), { property: d } = l(e, ["settings", "filter"]), { property: y } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "size"]), { property: u } = l(e, ["settings", "text"]), { theme: m } = R(), { property: b } = l(e, ["settings", "tile"]), { property: h } = l(e, ["settings", "value"]), { property: g } = l(e, ["settings", "variant"]);
|
|
1242
1246
|
return (x, w) => {
|
|
1243
1247
|
const S = z("v-chip");
|
|
1244
1248
|
return v(), $(S, {
|
|
@@ -1246,10 +1250,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1246
1250
|
color: n(r),
|
|
1247
1251
|
density: n(s),
|
|
1248
1252
|
disabled: n(a),
|
|
1249
|
-
draggable: n(
|
|
1253
|
+
draggable: n(p),
|
|
1250
1254
|
filter: n(d),
|
|
1251
1255
|
label: n(y),
|
|
1252
|
-
size: n(
|
|
1256
|
+
size: n(c),
|
|
1253
1257
|
text: n(u),
|
|
1254
1258
|
theme: n(m),
|
|
1255
1259
|
tile: n(b),
|
|
@@ -1258,7 +1262,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1258
1262
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1259
1263
|
};
|
|
1260
1264
|
}
|
|
1261
|
-
}),
|
|
1265
|
+
}), kl = /* @__PURE__ */ V({
|
|
1262
1266
|
__name: "index",
|
|
1263
1267
|
props: {
|
|
1264
1268
|
node: {},
|
|
@@ -1274,24 +1278,24 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1274
1278
|
]), { property: s } = l(e, ["settings", "filter"]), { property: a } = l(e, [
|
|
1275
1279
|
"settings",
|
|
1276
1280
|
"mandatory"
|
|
1277
|
-
]), { property:
|
|
1281
|
+
]), { property: p } = l(e, [
|
|
1278
1282
|
"settings",
|
|
1279
1283
|
"multiple"
|
|
1280
1284
|
]), { property: d } = l(e, [
|
|
1281
1285
|
"settings",
|
|
1282
1286
|
"showArrows"
|
|
1283
|
-
]), { theme: y } = R(), { property:
|
|
1287
|
+
]), { theme: y } = R(), { property: c } = l(e, ["settings", "value"]);
|
|
1284
1288
|
return (u, m) => {
|
|
1285
1289
|
const b = z("v-chip-group");
|
|
1286
1290
|
return v(), $(b, {
|
|
1287
|
-
modelValue: n(
|
|
1288
|
-
"onUpdate:modelValue": m[0] || (m[0] = (h) => U(
|
|
1291
|
+
modelValue: n(c),
|
|
1292
|
+
"onUpdate:modelValue": m[0] || (m[0] = (h) => U(c) ? c.value = h : null),
|
|
1289
1293
|
column: n(i),
|
|
1290
1294
|
direction: n(o),
|
|
1291
1295
|
disabled: n(r),
|
|
1292
1296
|
filter: n(s),
|
|
1293
1297
|
mandatory: n(a),
|
|
1294
|
-
multiple: n(
|
|
1298
|
+
multiple: n(p),
|
|
1295
1299
|
"show-arrows": n(d),
|
|
1296
1300
|
theme: n(y)
|
|
1297
1301
|
}, {
|
|
@@ -1302,7 +1306,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1302
1306
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1303
1307
|
};
|
|
1304
1308
|
}
|
|
1305
|
-
}),
|
|
1309
|
+
}), _l = /* @__PURE__ */ V({
|
|
1306
1310
|
__name: "index",
|
|
1307
1311
|
props: {
|
|
1308
1312
|
node: {},
|
|
@@ -1315,7 +1319,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1315
1319
|
}), { property: a } = l(e, [
|
|
1316
1320
|
"settings",
|
|
1317
1321
|
"disabled"
|
|
1318
|
-
]), { property:
|
|
1322
|
+
]), { property: p } = l(e, [
|
|
1319
1323
|
"settings",
|
|
1320
1324
|
"hideCanvas"
|
|
1321
1325
|
]), { property: d } = l(e, [
|
|
@@ -1324,7 +1328,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1324
1328
|
]), { property: y } = l(e, [
|
|
1325
1329
|
"settings",
|
|
1326
1330
|
"hideInputs"
|
|
1327
|
-
]), { property:
|
|
1331
|
+
]), { property: c } = l(e, [
|
|
1328
1332
|
"settings",
|
|
1329
1333
|
"hideSliders"
|
|
1330
1334
|
]), { property: u } = l(e, [
|
|
@@ -1340,10 +1344,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1340
1344
|
default: I(() => [
|
|
1341
1345
|
D(x, {
|
|
1342
1346
|
disabled: n(a),
|
|
1343
|
-
"hide-canvas": n(
|
|
1347
|
+
"hide-canvas": n(p),
|
|
1344
1348
|
"hide-header": n(d),
|
|
1345
1349
|
"hide-inputs": n(y),
|
|
1346
|
-
"hide-sliders": n(
|
|
1350
|
+
"hide-sliders": n(c),
|
|
1347
1351
|
landscape: n(u),
|
|
1348
1352
|
"show-swatches": n(m),
|
|
1349
1353
|
style: Q(s.value),
|
|
@@ -1354,7 +1358,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1354
1358
|
});
|
|
1355
1359
|
};
|
|
1356
1360
|
}
|
|
1357
|
-
}),
|
|
1361
|
+
}), wl = /* @__PURE__ */ V({
|
|
1358
1362
|
__name: "index",
|
|
1359
1363
|
props: {
|
|
1360
1364
|
node: {},
|
|
@@ -1373,27 +1377,27 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1373
1377
|
]), { property: a } = l(e, [
|
|
1374
1378
|
"settings",
|
|
1375
1379
|
"singleLine"
|
|
1376
|
-
]), { theme:
|
|
1377
|
-
return (y,
|
|
1380
|
+
]), { theme: p } = R(), { property: d } = l(e, ["settings", "value"]);
|
|
1381
|
+
return (y, c) => {
|
|
1378
1382
|
const u = z("v-combobox");
|
|
1379
1383
|
return v(), $(n(X), null, {
|
|
1380
1384
|
default: I(() => [
|
|
1381
1385
|
D(u, {
|
|
1382
1386
|
modelValue: n(d),
|
|
1383
|
-
"onUpdate:modelValue":
|
|
1387
|
+
"onUpdate:modelValue": c[0] || (c[0] = (m) => U(d) ? d.value = m : null),
|
|
1384
1388
|
"hide-details": n(i),
|
|
1385
1389
|
label: n(o),
|
|
1386
1390
|
placeholder: n(r),
|
|
1387
1391
|
readonly: n(s),
|
|
1388
1392
|
"single-line": n(a),
|
|
1389
|
-
theme: n(
|
|
1393
|
+
theme: n(p)
|
|
1390
1394
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1391
1395
|
]),
|
|
1392
1396
|
_: 1
|
|
1393
1397
|
});
|
|
1394
1398
|
};
|
|
1395
1399
|
}
|
|
1396
|
-
}),
|
|
1400
|
+
}), Vl = /* @__PURE__ */ V({
|
|
1397
1401
|
__name: "index",
|
|
1398
1402
|
props: {
|
|
1399
1403
|
node: {},
|
|
@@ -1403,17 +1407,17 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1403
1407
|
const e = t, i = fe(), o = ke(), { property: r } = l(e, [
|
|
1404
1408
|
"settings",
|
|
1405
1409
|
"backgroundColor"
|
|
1406
|
-
]), { color: s } = K(r), { applySize: a } = ye(e), { applyMargin:
|
|
1410
|
+
]), { color: s } = K(r), { applySize: a } = ye(e), { applyMargin: p } = Nn(e), { applyPadding: d } = Mn(e), { applyBorder: y } = Rn(e), c = k(() => {
|
|
1407
1411
|
const u = {}, m = o.value.type;
|
|
1408
|
-
return i === "page" ? m === "common" ? (a(u),
|
|
1412
|
+
return i === "page" ? m === "common" ? (a(u), p(u), d(u), y(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && m === "common" ? (a(u), p(u), d(u), y(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1409
1413
|
});
|
|
1410
1414
|
return (u, m) => (v(), J("div", {
|
|
1411
|
-
style: Q(
|
|
1415
|
+
style: Q(c.value)
|
|
1412
1416
|
}, [
|
|
1413
1417
|
L(u.$slots, "default")
|
|
1414
1418
|
], 4));
|
|
1415
1419
|
}
|
|
1416
|
-
}),
|
|
1420
|
+
}), $l = /* @__PURE__ */ V({
|
|
1417
1421
|
__name: "index",
|
|
1418
1422
|
props: {
|
|
1419
1423
|
node: {},
|
|
@@ -1426,11 +1430,11 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1426
1430
|
]), { property: r } = l(e, [
|
|
1427
1431
|
"settings",
|
|
1428
1432
|
"fixedHeader"
|
|
1429
|
-
]), { property: s } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property:
|
|
1433
|
+
]), { property: s } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: p } = l(e, ["settings", "hover"]), { property: d } = l(
|
|
1430
1434
|
e,
|
|
1431
1435
|
["settings", "data"],
|
|
1432
1436
|
!0
|
|
1433
|
-
), { property: y } = l(e, ["settings", "loading"]), { property:
|
|
1437
|
+
), { property: y } = l(e, ["settings", "loading"]), { property: c } = l(e, [
|
|
1434
1438
|
"settings",
|
|
1435
1439
|
"multiSort"
|
|
1436
1440
|
]), { theme: u } = R(), { property: m } = l(e, ["size", "width"]), b = k(() => {
|
|
@@ -1449,14 +1453,14 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1449
1453
|
"fixed-header": n(r),
|
|
1450
1454
|
headers: n(s),
|
|
1451
1455
|
height: n(a),
|
|
1452
|
-
hover: n(
|
|
1456
|
+
hover: n(p),
|
|
1453
1457
|
items: n(d),
|
|
1454
1458
|
loading: n(y),
|
|
1455
|
-
"multi-sort": n(
|
|
1459
|
+
"multi-sort": n(c),
|
|
1456
1460
|
theme: n(u),
|
|
1457
1461
|
width: n(m)
|
|
1458
1462
|
}, Ln({ _: 2 }, [
|
|
1459
|
-
|
|
1463
|
+
jo(b.value, (w) => ({
|
|
1460
1464
|
name: `item.${w.column}`,
|
|
1461
1465
|
fn: I(({ value: S }) => [
|
|
1462
1466
|
D(n(be), {
|
|
@@ -1471,7 +1475,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1471
1475
|
});
|
|
1472
1476
|
};
|
|
1473
1477
|
}
|
|
1474
|
-
}),
|
|
1478
|
+
}), Il = /* @__PURE__ */ V({
|
|
1475
1479
|
__name: "index",
|
|
1476
1480
|
setup(t) {
|
|
1477
1481
|
return (e, i) => {
|
|
@@ -1484,7 +1488,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1484
1488
|
});
|
|
1485
1489
|
};
|
|
1486
1490
|
}
|
|
1487
|
-
}),
|
|
1491
|
+
}), Sl = ["id"], Cl = /* @__PURE__ */ V({
|
|
1488
1492
|
__name: "index",
|
|
1489
1493
|
props: {
|
|
1490
1494
|
node: {},
|
|
@@ -1492,32 +1496,32 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1492
1496
|
},
|
|
1493
1497
|
setup(t) {
|
|
1494
1498
|
const e = t, i = H(), o = _e(), r = k(() => e.node.basic?.id), { open: s } = no(`runtimeDlg/${eo()}`);
|
|
1495
|
-
return vo(o, e, (
|
|
1499
|
+
return vo(o, e, (p) => {
|
|
1496
1500
|
if (!q(i))
|
|
1497
1501
|
return;
|
|
1498
|
-
const { name: d } =
|
|
1502
|
+
const { name: d } = p;
|
|
1499
1503
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
1500
|
-
}), (
|
|
1504
|
+
}), (p, d) => {
|
|
1501
1505
|
const y = z("v-dialog");
|
|
1502
1506
|
return v(), $(y, {
|
|
1503
1507
|
modelValue: n(s),
|
|
1504
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
1508
|
+
"onUpdate:modelValue": d[0] || (d[0] = (c) => U(s) ? s.value = c : null),
|
|
1505
1509
|
attach: "#dialogContainer"
|
|
1506
1510
|
}, {
|
|
1507
1511
|
activator: I(() => [
|
|
1508
1512
|
n(i) === "editor" ? (v(), J("div", {
|
|
1509
1513
|
key: 0,
|
|
1510
1514
|
id: `__node__@${r.value}`
|
|
1511
|
-
}, null, 8,
|
|
1515
|
+
}, null, 8, Sl)) : ee("", !0)
|
|
1512
1516
|
]),
|
|
1513
1517
|
default: I(() => [
|
|
1514
|
-
L(
|
|
1518
|
+
L(p.$slots, "default")
|
|
1515
1519
|
]),
|
|
1516
1520
|
_: 3
|
|
1517
1521
|
}, 8, ["modelValue"]);
|
|
1518
1522
|
};
|
|
1519
1523
|
}
|
|
1520
|
-
}),
|
|
1524
|
+
}), Tl = /* @__PURE__ */ V({
|
|
1521
1525
|
__name: "index",
|
|
1522
1526
|
props: {
|
|
1523
1527
|
node: {},
|
|
@@ -1530,13 +1534,13 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1530
1534
|
]), { property: s } = l(e, [
|
|
1531
1535
|
"settings",
|
|
1532
1536
|
"disabled"
|
|
1533
|
-
]), { property: a } = l(e, ["settings", "label"]), { property:
|
|
1537
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "loading"]), { property: d } = l(e, [
|
|
1534
1538
|
"settings",
|
|
1535
1539
|
"multiple"
|
|
1536
1540
|
]), { property: y } = l(e, [
|
|
1537
1541
|
"settings",
|
|
1538
1542
|
"readonly"
|
|
1539
|
-
]), { property:
|
|
1543
|
+
]), { property: c } = l(e, ["settings", "reverse"]), { property: u } = l(e, [
|
|
1540
1544
|
"settings",
|
|
1541
1545
|
"singleLine"
|
|
1542
1546
|
]);
|
|
@@ -1548,26 +1552,26 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1548
1552
|
direction: n(r),
|
|
1549
1553
|
disabled: n(s),
|
|
1550
1554
|
label: n(a),
|
|
1551
|
-
loading: n(
|
|
1555
|
+
loading: n(p),
|
|
1552
1556
|
multiple: n(d),
|
|
1553
1557
|
readonly: n(y),
|
|
1554
|
-
reverse: n(
|
|
1558
|
+
reverse: n(c),
|
|
1555
1559
|
"single-line": n(u)
|
|
1556
1560
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1557
1561
|
};
|
|
1558
1562
|
}
|
|
1559
|
-
}),
|
|
1563
|
+
}), Pl = /* @__PURE__ */ V({
|
|
1560
1564
|
__name: "index",
|
|
1561
1565
|
props: {
|
|
1562
1566
|
node: {},
|
|
1563
1567
|
outer: { type: Boolean }
|
|
1564
1568
|
},
|
|
1565
1569
|
setup(t) {
|
|
1566
|
-
const e = t, i = Ce(), o = fe(), r = ke(), { applySize: s } = ye(e), { applyMargin: a } = Nn(e), { applyPadding:
|
|
1570
|
+
const e = t, i = Ce(), o = fe(), r = ke(), { applySize: s } = ye(e), { applyMargin: a } = Nn(e), { applyPadding: p } = Mn(e), { applyBorder: d } = Rn(e), { property: y } = l(e, [
|
|
1567
1571
|
"settings",
|
|
1568
1572
|
"backgroundColor"
|
|
1569
|
-
]), { color:
|
|
1570
|
-
|
|
1573
|
+
]), { color: c } = K(y), u = (b) => {
|
|
1574
|
+
c.value && (b.backgroundColor = c.value), b.display = "flex";
|
|
1571
1575
|
const h = Fe(i.value.width), g = Te(h, e.node.settings?.direction);
|
|
1572
1576
|
g === "row" ? b.flexDirection = "row" : g === "rowReverse" ? b.flexDirection = "row-reverse" : g === "column" ? b.flexDirection = "column" : g === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1573
1577
|
const x = Te(h, e.node.settings?.wrap);
|
|
@@ -1578,7 +1582,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1578
1582
|
S === "start" ? b.alignItems = "flex-start" : S === "end" ? b.alignItems = "flex-end" : S === "center" ? b.alignItems = "center" : S === "baseline" ? b.alignItems = "baseline" : S === "stretch" && (b.alignItems = "stretch");
|
|
1579
1583
|
}, m = k(() => {
|
|
1580
1584
|
const b = {}, h = r.value.type;
|
|
1581
|
-
return o === "page" ? h === "common" ? (s(b), a(b),
|
|
1585
|
+
return o === "page" ? h === "common" ? (s(b), a(b), p(b), d(b), u(b)) : console.assert(!1) : o === "comp" && h === "common" ? (s(b), a(b), p(b), d(b), u(b)) : console.assert(!1), b;
|
|
1582
1586
|
});
|
|
1583
1587
|
return (b, h) => (v(), J("div", {
|
|
1584
1588
|
style: Q(m.value)
|
|
@@ -1586,39 +1590,39 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1586
1590
|
L(b.$slots, "default")
|
|
1587
1591
|
], 4));
|
|
1588
1592
|
}
|
|
1589
|
-
}),
|
|
1593
|
+
}), zl = /* @__PURE__ */ V({
|
|
1590
1594
|
__name: "index",
|
|
1591
1595
|
props: {
|
|
1592
1596
|
node: {},
|
|
1593
1597
|
outer: { type: Boolean }
|
|
1594
1598
|
},
|
|
1595
1599
|
setup(t) {
|
|
1596
|
-
const e = t, i = fe(), o = ke(), { applySize: r } = ye(e), { property: s } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]),
|
|
1600
|
+
const e = t, i = fe(), o = ke(), { applySize: r } = ye(e), { property: s } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), p = k(() => {
|
|
1597
1601
|
const d = {}, y = o.value.type;
|
|
1598
1602
|
return i === "page" ? y === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && y === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1599
1603
|
});
|
|
1600
1604
|
return (d, y) => (v(), J("div", {
|
|
1601
|
-
style: Q(
|
|
1605
|
+
style: Q(p.value)
|
|
1602
1606
|
}, [
|
|
1603
1607
|
L(d.$slots, "default")
|
|
1604
1608
|
], 4));
|
|
1605
1609
|
}
|
|
1606
|
-
}),
|
|
1610
|
+
}), Al = /* @__PURE__ */ V({
|
|
1607
1611
|
__name: "index",
|
|
1608
1612
|
props: {
|
|
1609
1613
|
node: {},
|
|
1610
1614
|
outer: { type: Boolean }
|
|
1611
1615
|
},
|
|
1612
1616
|
setup(t) {
|
|
1613
|
-
const e = t, i = H(), o = fe(), r = ke(), s = _e(), { property: a } = l(e, ["settings", "valid"]), { property:
|
|
1617
|
+
const e = t, i = H(), o = fe(), r = ke(), s = _e(), { property: a } = l(e, ["settings", "valid"]), { property: p } = l(e, [
|
|
1614
1618
|
"settings",
|
|
1615
1619
|
"fastFail"
|
|
1616
1620
|
]), { property: d } = l(e, [
|
|
1617
1621
|
"settings",
|
|
1618
1622
|
"backgroundColor"
|
|
1619
|
-
]), { color: y } = K(d), { applySize:
|
|
1623
|
+
]), { color: y } = K(d), { applySize: c } = ye(e), { applyMargin: u } = Nn(e), { applyPadding: m } = Mn(e), { applyBorder: b } = Rn(e), h = k(() => {
|
|
1620
1624
|
const x = {}, w = r.value.type;
|
|
1621
|
-
return o === "page" ? w === "common" ? (
|
|
1625
|
+
return o === "page" ? w === "common" ? (c(x), u(x), m(x), b(x), y.value && (x.backgroundColor = y.value)) : console.assert(!1) : o === "comp" && w === "common" ? (c(x), u(x), m(x), b(x), y.value && (x.backgroundColor = y.value)) : console.assert(!1), x;
|
|
1622
1626
|
}), g = () => {
|
|
1623
1627
|
q(i) && s.callFunction("__triggerEventV1__", [
|
|
1624
1628
|
me("elementEvent", e.node.basic.id, "submit")
|
|
@@ -1629,9 +1633,9 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1629
1633
|
return v(), $(S, {
|
|
1630
1634
|
modelValue: n(a),
|
|
1631
1635
|
"onUpdate:modelValue": w[0] || (w[0] = (N) => U(a) ? a.value = N : null),
|
|
1632
|
-
"fast-fail": n(
|
|
1636
|
+
"fast-fail": n(p),
|
|
1633
1637
|
style: Q(h.value),
|
|
1634
|
-
onSubmit:
|
|
1638
|
+
onSubmit: Oo(g, ["prevent"])
|
|
1635
1639
|
}, {
|
|
1636
1640
|
default: I(() => [
|
|
1637
1641
|
L(x.$slots, "default")
|
|
@@ -1640,7 +1644,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1640
1644
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1641
1645
|
};
|
|
1642
1646
|
}
|
|
1643
|
-
}),
|
|
1647
|
+
}), Ll = /* @__PURE__ */ V({
|
|
1644
1648
|
__name: "index",
|
|
1645
1649
|
props: {
|
|
1646
1650
|
node: {},
|
|
@@ -1650,32 +1654,32 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1650
1654
|
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = K(i), { property: r } = l(e, [
|
|
1651
1655
|
"settings",
|
|
1652
1656
|
"disabled"
|
|
1653
|
-
]), { property: s } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme:
|
|
1657
|
+
]), { property: s } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: p } = R();
|
|
1654
1658
|
return (d, y) => {
|
|
1655
|
-
const
|
|
1656
|
-
return v(), $(
|
|
1659
|
+
const c = z("v-icon");
|
|
1660
|
+
return v(), $(c, {
|
|
1657
1661
|
color: n(o),
|
|
1658
1662
|
disabled: n(r),
|
|
1659
1663
|
icon: n(s),
|
|
1660
1664
|
size: n(a),
|
|
1661
|
-
theme: n(
|
|
1665
|
+
theme: n(p)
|
|
1662
1666
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1663
1667
|
};
|
|
1664
1668
|
}
|
|
1665
|
-
}),
|
|
1669
|
+
}), Bl = ["id"], Wl = /* @__PURE__ */ V({
|
|
1666
1670
|
__name: "index",
|
|
1667
1671
|
props: {
|
|
1668
1672
|
node: {},
|
|
1669
1673
|
outer: { type: Boolean }
|
|
1670
1674
|
},
|
|
1671
1675
|
setup(t) {
|
|
1672
|
-
const e = t, i = H(), o = _e(), r = re(0), s = re(0), a = k(() => [r.value, s.value]),
|
|
1673
|
-
return vo(o, e, (
|
|
1676
|
+
const e = t, i = H(), o = _e(), r = re(0), s = re(0), a = k(() => [r.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = no(`runtimeMenu/${eo()}`);
|
|
1677
|
+
return vo(o, e, (c) => {
|
|
1674
1678
|
if (!q(i))
|
|
1675
1679
|
return;
|
|
1676
|
-
const { name: u } =
|
|
1680
|
+
const { name: u } = c;
|
|
1677
1681
|
u === "open" ? (r.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
|
|
1678
|
-
}), (
|
|
1682
|
+
}), (c, u) => {
|
|
1679
1683
|
const m = z("v-menu");
|
|
1680
1684
|
return v(), $(m, {
|
|
1681
1685
|
modelValue: n(d),
|
|
@@ -1688,17 +1692,17 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1688
1692
|
activator: I(() => [
|
|
1689
1693
|
n(i) === "editor" ? (v(), J("div", {
|
|
1690
1694
|
key: 0,
|
|
1691
|
-
id: `__node__@${
|
|
1692
|
-
}, null, 8,
|
|
1695
|
+
id: `__node__@${p.value}`
|
|
1696
|
+
}, null, 8, Bl)) : ee("", !0)
|
|
1693
1697
|
]),
|
|
1694
1698
|
default: I(() => [
|
|
1695
|
-
L(
|
|
1699
|
+
L(c.$slots, "default")
|
|
1696
1700
|
]),
|
|
1697
1701
|
_: 3
|
|
1698
1702
|
}, 8, ["modelValue", "target"]);
|
|
1699
1703
|
};
|
|
1700
1704
|
}
|
|
1701
|
-
}),
|
|
1705
|
+
}), El = /* @__PURE__ */ V({
|
|
1702
1706
|
__name: "index",
|
|
1703
1707
|
props: {
|
|
1704
1708
|
node: {},
|
|
@@ -1719,7 +1723,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1719
1723
|
]), { property: s } = l(e, [
|
|
1720
1724
|
"settings",
|
|
1721
1725
|
"hideDetails"
|
|
1722
|
-
]), { property: a } = l(e, ["settings", "label"]), { property:
|
|
1726
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "loading"]), { property: d } = l(e, ["settings", "max"]), { property: y } = l(e, ["size", "maxWidth"]), { property: c } = l(e, ["settings", "min"]), { property: u } = l(e, ["size", "minWidth"]), { property: m } = l(e, [
|
|
1723
1727
|
"settings",
|
|
1724
1728
|
"placeholder"
|
|
1725
1729
|
]), { property: b } = l(e, [
|
|
@@ -1752,10 +1756,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1752
1756
|
clearable: n(r),
|
|
1753
1757
|
"hide-details": n(s),
|
|
1754
1758
|
label: n(a),
|
|
1755
|
-
loading: n(
|
|
1759
|
+
loading: n(p),
|
|
1756
1760
|
max: n(d),
|
|
1757
1761
|
"max-width": n(y),
|
|
1758
|
-
min: n(
|
|
1762
|
+
min: n(c),
|
|
1759
1763
|
"min-width": n(u),
|
|
1760
1764
|
placeholder: n(m),
|
|
1761
1765
|
precision: n(b),
|
|
@@ -1776,7 +1780,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1776
1780
|
});
|
|
1777
1781
|
};
|
|
1778
1782
|
}
|
|
1779
|
-
}),
|
|
1783
|
+
}), Rl = /* @__PURE__ */ V({
|
|
1780
1784
|
__name: "index",
|
|
1781
1785
|
props: {
|
|
1782
1786
|
node: {},
|
|
@@ -1789,7 +1793,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1789
1793
|
]), { property: s } = l(e, ["settings", "length"]), { property: a } = l(e, [
|
|
1790
1794
|
"settings",
|
|
1791
1795
|
"showFirstLastPage"
|
|
1792
|
-
]), { property:
|
|
1796
|
+
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "start"]), { theme: y } = R(), { property: c } = l(e, ["settings", "tile"]), { property: u } = l(e, ["settings", "value"]), { property: m } = l(e, ["settings", "variant"]), b = k(() => {
|
|
1793
1797
|
const h = {};
|
|
1794
1798
|
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1795
1799
|
});
|
|
@@ -1804,11 +1808,11 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1804
1808
|
disabled: n(r),
|
|
1805
1809
|
length: n(s),
|
|
1806
1810
|
"show-first-last-page": n(a),
|
|
1807
|
-
size: n(
|
|
1811
|
+
size: n(p),
|
|
1808
1812
|
start: n(d),
|
|
1809
1813
|
style: Q(b.value),
|
|
1810
1814
|
theme: n(y),
|
|
1811
|
-
tile: n(
|
|
1815
|
+
tile: n(c),
|
|
1812
1816
|
variant: n(m)
|
|
1813
1817
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
1814
1818
|
]),
|
|
@@ -1816,7 +1820,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1816
1820
|
});
|
|
1817
1821
|
};
|
|
1818
1822
|
}
|
|
1819
|
-
}),
|
|
1823
|
+
}), Nl = /* @__PURE__ */ V({
|
|
1820
1824
|
__name: "index",
|
|
1821
1825
|
props: {
|
|
1822
1826
|
node: {},
|
|
@@ -1826,24 +1830,24 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1826
1830
|
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = K(i), { property: r } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
1827
1831
|
"settings",
|
|
1828
1832
|
"disabled"
|
|
1829
|
-
]), { property: a } = l(e, ["settings", "label"]), { property:
|
|
1833
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: p } = l(e, [
|
|
1830
1834
|
"settings",
|
|
1831
1835
|
"readonly"
|
|
1832
1836
|
]), { theme: d } = R(), { property: y } = l(e, ["settings", "value"]);
|
|
1833
|
-
return (
|
|
1837
|
+
return (c, u) => {
|
|
1834
1838
|
const m = z("v-radio");
|
|
1835
1839
|
return v(), $(m, {
|
|
1836
1840
|
color: n(o),
|
|
1837
1841
|
density: n(r),
|
|
1838
1842
|
disabled: n(s),
|
|
1839
1843
|
label: n(a),
|
|
1840
|
-
readonly: n(
|
|
1844
|
+
readonly: n(p),
|
|
1841
1845
|
theme: n(d),
|
|
1842
1846
|
value: n(y)
|
|
1843
1847
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1844
1848
|
};
|
|
1845
1849
|
}
|
|
1846
|
-
}),
|
|
1850
|
+
}), Ml = /* @__PURE__ */ V({
|
|
1847
1851
|
__name: "index",
|
|
1848
1852
|
props: {
|
|
1849
1853
|
node: {},
|
|
@@ -1859,20 +1863,20 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1859
1863
|
]), { property: s } = l(e, ["settings", "inline"]), { property: a } = l(e, [
|
|
1860
1864
|
"settings",
|
|
1861
1865
|
"readonly"
|
|
1862
|
-
]), { theme:
|
|
1863
|
-
return (y,
|
|
1866
|
+
]), { theme: p } = R(), { property: d } = l(e, ["settings", "value"]);
|
|
1867
|
+
return (y, c) => {
|
|
1864
1868
|
const u = z("v-radio-group");
|
|
1865
1869
|
return v(), $(n(X), null, {
|
|
1866
1870
|
default: I(() => [
|
|
1867
1871
|
D(u, {
|
|
1868
1872
|
modelValue: n(d),
|
|
1869
|
-
"onUpdate:modelValue":
|
|
1873
|
+
"onUpdate:modelValue": c[0] || (c[0] = (m) => U(d) ? d.value = m : null),
|
|
1870
1874
|
density: n(i),
|
|
1871
1875
|
direction: n(o),
|
|
1872
1876
|
disabled: n(r),
|
|
1873
1877
|
inline: n(s),
|
|
1874
1878
|
readonly: n(a),
|
|
1875
|
-
theme: n(
|
|
1879
|
+
theme: n(p)
|
|
1876
1880
|
}, {
|
|
1877
1881
|
default: I(() => [
|
|
1878
1882
|
L(y.$slots, "default")
|
|
@@ -1884,7 +1888,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1884
1888
|
});
|
|
1885
1889
|
};
|
|
1886
1890
|
}
|
|
1887
|
-
}),
|
|
1891
|
+
}), Dl = /* @__PURE__ */ V({
|
|
1888
1892
|
__name: "index",
|
|
1889
1893
|
props: {
|
|
1890
1894
|
node: {},
|
|
@@ -1900,16 +1904,16 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1900
1904
|
]), { property: s } = l(e, [
|
|
1901
1905
|
"settings",
|
|
1902
1906
|
"hideDetails"
|
|
1903
|
-
]), { property: a } = l(e, ["settings", "label"]), { property:
|
|
1907
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: y } = l(e, [
|
|
1904
1908
|
"settings",
|
|
1905
1909
|
"readonly"
|
|
1906
|
-
]), { property:
|
|
1910
|
+
]), { property: c } = l(e, [
|
|
1907
1911
|
"settings",
|
|
1908
1912
|
"showTicks"
|
|
1909
1913
|
]), u = k(() => {
|
|
1910
|
-
if (
|
|
1914
|
+
if (c.value === "always")
|
|
1911
1915
|
return "always";
|
|
1912
|
-
if (
|
|
1916
|
+
if (c.value === "show")
|
|
1913
1917
|
return !0;
|
|
1914
1918
|
}), { property: m } = l(e, ["settings", "step"]), { theme: b } = R(), { property: h } = l(e, [
|
|
1915
1919
|
"settings",
|
|
@@ -1962,7 +1966,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1962
1966
|
disabled: n(r),
|
|
1963
1967
|
"hide-details": n(s),
|
|
1964
1968
|
label: n(a),
|
|
1965
|
-
max: n(
|
|
1969
|
+
max: n(p),
|
|
1966
1970
|
min: n(d),
|
|
1967
1971
|
readonly: n(y),
|
|
1968
1972
|
"show-ticks": u.value,
|
|
@@ -1978,7 +1982,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1978
1982
|
}, 8, ["modelValue"]);
|
|
1979
1983
|
};
|
|
1980
1984
|
}
|
|
1981
|
-
}),
|
|
1985
|
+
}), Fl = /* @__PURE__ */ V({
|
|
1982
1986
|
__name: "index",
|
|
1983
1987
|
props: {
|
|
1984
1988
|
node: {},
|
|
@@ -1994,23 +1998,23 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
1994
1998
|
]), { property: s } = l(e, [
|
|
1995
1999
|
"settings",
|
|
1996
2000
|
"halfIncrements"
|
|
1997
|
-
]), { property: a } = l(e, ["settings", "hover"]), { property:
|
|
2001
|
+
]), { property: a } = l(e, ["settings", "hover"]), { property: p } = l(e, ["settings", "length"]), { property: d } = l(e, [
|
|
1998
2002
|
"settings",
|
|
1999
2003
|
"readonly"
|
|
2000
|
-
]), { theme: y } = R(), { property:
|
|
2004
|
+
]), { theme: y } = R(), { property: c } = l(e, ["settings", "value"]);
|
|
2001
2005
|
return (u, m) => {
|
|
2002
2006
|
const b = z("v-rating");
|
|
2003
2007
|
return v(), $(n(X), { "fit-content": !0 }, {
|
|
2004
2008
|
default: I(() => [
|
|
2005
2009
|
D(b, {
|
|
2006
|
-
modelValue: n(
|
|
2007
|
-
"onUpdate:modelValue": m[0] || (m[0] = (h) => U(
|
|
2010
|
+
modelValue: n(c),
|
|
2011
|
+
"onUpdate:modelValue": m[0] || (m[0] = (h) => U(c) ? c.value = h : null),
|
|
2008
2012
|
clearable: n(i),
|
|
2009
2013
|
density: n(o),
|
|
2010
2014
|
disabled: n(r),
|
|
2011
2015
|
"half-increments": n(s),
|
|
2012
2016
|
hover: n(a),
|
|
2013
|
-
length: n(
|
|
2017
|
+
length: n(p),
|
|
2014
2018
|
readonly: n(d),
|
|
2015
2019
|
theme: n(y)
|
|
2016
2020
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
@@ -2019,7 +2023,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2019
2023
|
});
|
|
2020
2024
|
};
|
|
2021
2025
|
}
|
|
2022
|
-
}),
|
|
2026
|
+
}), Gl = /* @__PURE__ */ V({
|
|
2023
2027
|
__name: "index",
|
|
2024
2028
|
props: {
|
|
2025
2029
|
node: {},
|
|
@@ -2038,27 +2042,27 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2038
2042
|
]), { property: a } = l(e, [
|
|
2039
2043
|
"settings",
|
|
2040
2044
|
"singleLine"
|
|
2041
|
-
]), { theme:
|
|
2042
|
-
return (y,
|
|
2045
|
+
]), { theme: p } = R(), { property: d } = l(e, ["settings", "value"]);
|
|
2046
|
+
return (y, c) => {
|
|
2043
2047
|
const u = z("v-select");
|
|
2044
2048
|
return v(), $(n(X), null, {
|
|
2045
2049
|
default: I(() => [
|
|
2046
2050
|
D(u, {
|
|
2047
2051
|
modelValue: n(d),
|
|
2048
|
-
"onUpdate:modelValue":
|
|
2052
|
+
"onUpdate:modelValue": c[0] || (c[0] = (m) => U(d) ? d.value = m : null),
|
|
2049
2053
|
"hide-details": n(i),
|
|
2050
2054
|
label: n(o),
|
|
2051
2055
|
placeholder: n(r),
|
|
2052
2056
|
readonly: n(s),
|
|
2053
2057
|
"single-line": n(a),
|
|
2054
|
-
theme: n(
|
|
2058
|
+
theme: n(p)
|
|
2055
2059
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
2056
2060
|
]),
|
|
2057
2061
|
_: 1
|
|
2058
2062
|
});
|
|
2059
2063
|
};
|
|
2060
2064
|
}
|
|
2061
|
-
}),
|
|
2065
|
+
}), Hl = /* @__PURE__ */ V({
|
|
2062
2066
|
__name: "index",
|
|
2063
2067
|
props: {
|
|
2064
2068
|
node: {},
|
|
@@ -2074,7 +2078,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2074
2078
|
]), { property: a } = l(e, [
|
|
2075
2079
|
"settings",
|
|
2076
2080
|
"hideDetails"
|
|
2077
|
-
]), { property:
|
|
2081
|
+
]), { property: p } = l(e, ["settings", "label"]), { property: d } = l(e, ["settings", "max"]), { property: y } = l(e, ["settings", "min"]), { property: c } = l(e, [
|
|
2078
2082
|
"settings",
|
|
2079
2083
|
"readonly"
|
|
2080
2084
|
]), { property: u } = l(e, ["settings", "reverse"]), { property: m } = l(e, [
|
|
@@ -2128,10 +2132,10 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2128
2132
|
direction: n(r),
|
|
2129
2133
|
disabled: n(s),
|
|
2130
2134
|
"hide-details": n(a),
|
|
2131
|
-
label: n(
|
|
2135
|
+
label: n(p),
|
|
2132
2136
|
max: n(d),
|
|
2133
2137
|
min: n(y),
|
|
2134
|
-
readonly: n(
|
|
2138
|
+
readonly: n(c),
|
|
2135
2139
|
reverse: n(u),
|
|
2136
2140
|
"show-ticks": b.value,
|
|
2137
2141
|
step: n(h),
|
|
@@ -2169,7 +2173,7 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2169
2173
|
});
|
|
2170
2174
|
};
|
|
2171
2175
|
}
|
|
2172
|
-
}),
|
|
2176
|
+
}), Kl = /* @__PURE__ */ V({
|
|
2173
2177
|
__name: "index",
|
|
2174
2178
|
props: {
|
|
2175
2179
|
node: {},
|
|
@@ -2181,8 +2185,8 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2181
2185
|
"hideActions"
|
|
2182
2186
|
]), { theme: o } = R(), { property: r } = l(e, ["settings", "value"]);
|
|
2183
2187
|
return (s, a) => {
|
|
2184
|
-
const
|
|
2185
|
-
return v(), $(
|
|
2188
|
+
const p = z("v-stepper");
|
|
2189
|
+
return v(), $(p, {
|
|
2186
2190
|
modelValue: n(r),
|
|
2187
2191
|
"onUpdate:modelValue": a[0] || (a[0] = (d) => U(r) ? r.value = d : null),
|
|
2188
2192
|
"hide-actions": n(i),
|
|
@@ -2195,8 +2199,8 @@ const fl = /* @__PURE__ */ ve(dl, [["render", yl]]), bl = /* @__PURE__ */ V({
|
|
|
2195
2199
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2196
2200
|
};
|
|
2197
2201
|
}
|
|
2198
|
-
}),
|
|
2199
|
-
function
|
|
2202
|
+
}), jl = {};
|
|
2203
|
+
function Ol(t, e) {
|
|
2200
2204
|
const i = z("v-stepper-header");
|
|
2201
2205
|
return v(), $(i, null, {
|
|
2202
2206
|
default: I(() => [
|
|
@@ -2205,7 +2209,7 @@ function jl(t, e) {
|
|
|
2205
2209
|
_: 3
|
|
2206
2210
|
});
|
|
2207
2211
|
}
|
|
2208
|
-
const
|
|
2212
|
+
const Ul = /* @__PURE__ */ ve(jl, [["render", Ol]]), Xl = /* @__PURE__ */ V({
|
|
2209
2213
|
__name: "index",
|
|
2210
2214
|
props: {
|
|
2211
2215
|
node: {},
|
|
@@ -2223,8 +2227,8 @@ const Ol = /* @__PURE__ */ ve(Kl, [["render", jl]]), Ul = /* @__PURE__ */ V({
|
|
|
2223
2227
|
}, 8, ["value"]);
|
|
2224
2228
|
};
|
|
2225
2229
|
}
|
|
2226
|
-
}),
|
|
2227
|
-
function
|
|
2230
|
+
}), Yl = {};
|
|
2231
|
+
function Jl(t, e) {
|
|
2228
2232
|
const i = z("v-stepper-window");
|
|
2229
2233
|
return v(), $(i, null, {
|
|
2230
2234
|
default: I(() => [
|
|
@@ -2233,7 +2237,7 @@ function Yl(t, e) {
|
|
|
2233
2237
|
_: 3
|
|
2234
2238
|
});
|
|
2235
2239
|
}
|
|
2236
|
-
const
|
|
2240
|
+
const Zl = /* @__PURE__ */ ve(Yl, [["render", Jl]]), ql = /* @__PURE__ */ V({
|
|
2237
2241
|
__name: "index",
|
|
2238
2242
|
props: {
|
|
2239
2243
|
node: {},
|
|
@@ -2251,7 +2255,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2251
2255
|
}, 8, ["value"]);
|
|
2252
2256
|
};
|
|
2253
2257
|
}
|
|
2254
|
-
}),
|
|
2258
|
+
}), Ql = /* @__PURE__ */ V({
|
|
2255
2259
|
__name: "index",
|
|
2256
2260
|
props: {
|
|
2257
2261
|
node: {},
|
|
@@ -2270,7 +2274,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2270
2274
|
]), { property: a } = l(e, [
|
|
2271
2275
|
"settings",
|
|
2272
2276
|
"indeterminate"
|
|
2273
|
-
]), { property:
|
|
2277
|
+
]), { property: p } = l(e, ["settings", "inline"]), { property: d } = l(e, ["settings", "inset"]), { property: y } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { theme: u } = R(), { property: m } = l(e, ["settings", "value"]);
|
|
2274
2278
|
return (b, h) => {
|
|
2275
2279
|
const g = z("v-switch");
|
|
2276
2280
|
return v(), $(n(X), { "fit-content": !0 }, {
|
|
@@ -2283,10 +2287,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2283
2287
|
disabled: n(r),
|
|
2284
2288
|
"hide-details": n(s),
|
|
2285
2289
|
indeterminate: n(a),
|
|
2286
|
-
inline: n(
|
|
2290
|
+
inline: n(p),
|
|
2287
2291
|
inset: n(d),
|
|
2288
2292
|
label: n(y),
|
|
2289
|
-
loading: n(
|
|
2293
|
+
loading: n(c),
|
|
2290
2294
|
theme: n(u)
|
|
2291
2295
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
2292
2296
|
]),
|
|
@@ -2294,7 +2298,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2294
2298
|
});
|
|
2295
2299
|
};
|
|
2296
2300
|
}
|
|
2297
|
-
}),
|
|
2301
|
+
}), ea = /* @__PURE__ */ V({
|
|
2298
2302
|
__name: "index",
|
|
2299
2303
|
props: {
|
|
2300
2304
|
node: {},
|
|
@@ -2302,10 +2306,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2302
2306
|
},
|
|
2303
2307
|
setup(t) {
|
|
2304
2308
|
const e = t, i = H(), { property: o } = l(e, ["settings", "text"]), { theme: r } = R(), { property: s } = l(e, ["settings", "value"]), a = k(() => {
|
|
2305
|
-
const
|
|
2306
|
-
return i === "editor" && (
|
|
2309
|
+
const p = {};
|
|
2310
|
+
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
2307
2311
|
});
|
|
2308
|
-
return (
|
|
2312
|
+
return (p, d) => {
|
|
2309
2313
|
const y = z("v-tab");
|
|
2310
2314
|
return v(), $(n(X), { "fit-content": !0 }, {
|
|
2311
2315
|
default: I(() => [
|
|
@@ -2320,7 +2324,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2320
2324
|
});
|
|
2321
2325
|
};
|
|
2322
2326
|
}
|
|
2323
|
-
}),
|
|
2327
|
+
}), ta = /* @__PURE__ */ V({
|
|
2324
2328
|
__name: "index",
|
|
2325
2329
|
props: {
|
|
2326
2330
|
node: {},
|
|
@@ -2341,10 +2345,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2341
2345
|
"settings",
|
|
2342
2346
|
"color",
|
|
2343
2347
|
"selectedColor"
|
|
2344
|
-
]), { color:
|
|
2348
|
+
]), { color: p } = K(a), { property: d } = l(e, ["settings", "density"]), { property: y } = l(e, [
|
|
2345
2349
|
"settings",
|
|
2346
2350
|
"direction"
|
|
2347
|
-
]), { property:
|
|
2351
|
+
]), { property: c } = l(e, [
|
|
2348
2352
|
"settings",
|
|
2349
2353
|
"disabled"
|
|
2350
2354
|
]), { property: u } = l(e, [
|
|
@@ -2372,10 +2376,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2372
2376
|
"align-tabs": n(i),
|
|
2373
2377
|
"bg-color": n(r),
|
|
2374
2378
|
"center-active": n(s),
|
|
2375
|
-
color: n(
|
|
2379
|
+
color: n(p),
|
|
2376
2380
|
density: n(d),
|
|
2377
2381
|
direction: n(y),
|
|
2378
|
-
disabled: n(
|
|
2382
|
+
disabled: n(c),
|
|
2379
2383
|
"fixed-tabs": n(u),
|
|
2380
2384
|
grow: n(m),
|
|
2381
2385
|
"hide-slider": n(b),
|
|
@@ -2393,7 +2397,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2393
2397
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
|
|
2394
2398
|
};
|
|
2395
2399
|
}
|
|
2396
|
-
}),
|
|
2400
|
+
}), na = /* @__PURE__ */ V({
|
|
2397
2401
|
__name: "index",
|
|
2398
2402
|
props: {
|
|
2399
2403
|
node: {},
|
|
@@ -2406,15 +2410,15 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2406
2410
|
]), { property: s } = l(e, [
|
|
2407
2411
|
"settings",
|
|
2408
2412
|
"emphasis"
|
|
2409
|
-
]), { property: a } = l(e, ["settings", "italic"]), { property:
|
|
2410
|
-
const
|
|
2411
|
-
return m &&
|
|
2413
|
+
]), { property: a } = l(e, ["settings", "italic"]), { property: p } = l(e, ["settings", "text"]), { property: d } = l(e, ["settings", "weight"]), y = k(() => {
|
|
2414
|
+
const c = [], u = Fe(i.value.width), m = Te(u, e.node.settings?.style);
|
|
2415
|
+
return m && c.push(`text-${m}`), s.value === "high" ? c.push("text-high-emphasis") : s.value === "medium" ? c.push("text-medium-emphasis") : s.value === "disabled" && c.push("text-disabled"), o.value && c.push(`font-${o.value}`), r.value && c.push(`text-decoration-${r.value}`), d.value && c.push(`font-weight-${d.value}`), a.value && c.push("font-italic"), c.join(" ");
|
|
2412
2416
|
});
|
|
2413
|
-
return (
|
|
2414
|
-
class:
|
|
2415
|
-
},
|
|
2417
|
+
return (c, u) => (v(), J("span", {
|
|
2418
|
+
class: Uo(y.value)
|
|
2419
|
+
}, Xo(n(p)), 3));
|
|
2416
2420
|
}
|
|
2417
|
-
}),
|
|
2421
|
+
}), ia = /* @__PURE__ */ V({
|
|
2418
2422
|
__name: "index",
|
|
2419
2423
|
props: {
|
|
2420
2424
|
node: {},
|
|
@@ -2430,10 +2434,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2430
2434
|
]), { property: r } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
2431
2435
|
"settings",
|
|
2432
2436
|
"disabled"
|
|
2433
|
-
]), { property: a } = l(e, ["settings", "label"]), { property:
|
|
2437
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "loading"]), { property: d } = l(e, ["settings", "maxRows"]), { property: y } = l(e, [
|
|
2434
2438
|
"settings",
|
|
2435
2439
|
"placeholder"
|
|
2436
|
-
]), { property:
|
|
2440
|
+
]), { property: c } = l(e, [
|
|
2437
2441
|
"settings",
|
|
2438
2442
|
"readonly"
|
|
2439
2443
|
]), { property: u } = l(e, ["settings", "reverse"]), { property: m } = l(e, ["settings", "rows"]), { property: b } = l(e, [
|
|
@@ -2452,10 +2456,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2452
2456
|
density: n(r),
|
|
2453
2457
|
disabled: n(s),
|
|
2454
2458
|
label: n(a),
|
|
2455
|
-
loading: n(
|
|
2459
|
+
loading: n(p),
|
|
2456
2460
|
"max-rows": n(d),
|
|
2457
2461
|
placeholder: n(y),
|
|
2458
|
-
readonly: n(
|
|
2462
|
+
readonly: n(c),
|
|
2459
2463
|
reverse: n(u),
|
|
2460
2464
|
rows: n(m),
|
|
2461
2465
|
"single-line": n(b),
|
|
@@ -2467,7 +2471,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2467
2471
|
});
|
|
2468
2472
|
};
|
|
2469
2473
|
}
|
|
2470
|
-
}),
|
|
2474
|
+
}), oa = /* @__PURE__ */ V({
|
|
2471
2475
|
__name: "index",
|
|
2472
2476
|
props: {
|
|
2473
2477
|
node: {},
|
|
@@ -2486,13 +2490,13 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2486
2490
|
]), { property: s } = l(e, [
|
|
2487
2491
|
"settings",
|
|
2488
2492
|
"clearable"
|
|
2489
|
-
]), { property: a } = l(e, ["settings", "density"]), { property:
|
|
2493
|
+
]), { property: a } = l(e, ["settings", "density"]), { property: p } = l(e, [
|
|
2490
2494
|
"settings",
|
|
2491
2495
|
"disabled"
|
|
2492
2496
|
]), { property: d } = l(e, [
|
|
2493
2497
|
"settings",
|
|
2494
2498
|
"hideDetails"
|
|
2495
|
-
]), { property: y } = l(e, ["settings", "label"]), { property:
|
|
2499
|
+
]), { property: y } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: u } = l(e, [
|
|
2496
2500
|
"settings",
|
|
2497
2501
|
"placeholder"
|
|
2498
2502
|
]), { property: m } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
|
|
@@ -2529,10 +2533,10 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2529
2533
|
autofocus: n(r),
|
|
2530
2534
|
clearable: n(s),
|
|
2531
2535
|
density: n(a),
|
|
2532
|
-
disabled: n(
|
|
2536
|
+
disabled: n(p),
|
|
2533
2537
|
"hide-details": n(d),
|
|
2534
2538
|
label: n(y),
|
|
2535
|
-
loading: n(
|
|
2539
|
+
loading: n(c),
|
|
2536
2540
|
placeholder: n(u),
|
|
2537
2541
|
prefix: n(m),
|
|
2538
2542
|
"prepend-icon": n(b),
|
|
@@ -2590,7 +2594,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2590
2594
|
});
|
|
2591
2595
|
};
|
|
2592
2596
|
}
|
|
2593
|
-
}),
|
|
2597
|
+
}), sa = /* @__PURE__ */ V({
|
|
2594
2598
|
__name: "index",
|
|
2595
2599
|
props: {
|
|
2596
2600
|
node: {},
|
|
@@ -2604,7 +2608,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2604
2608
|
"settings",
|
|
2605
2609
|
"dot",
|
|
2606
2610
|
"color"
|
|
2607
|
-
]), { color: a } = K(s), { property:
|
|
2611
|
+
]), { color: a } = K(s), { property: p } = l(e, [
|
|
2608
2612
|
"settings",
|
|
2609
2613
|
"dot",
|
|
2610
2614
|
"fill"
|
|
@@ -2615,7 +2619,7 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2615
2619
|
"settings",
|
|
2616
2620
|
"line",
|
|
2617
2621
|
"color"
|
|
2618
|
-
]), { color:
|
|
2622
|
+
]), { color: c } = K(y), { property: u } = l(e, [
|
|
2619
2623
|
"settings",
|
|
2620
2624
|
"line",
|
|
2621
2625
|
"inset"
|
|
@@ -2635,9 +2639,9 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2635
2639
|
density: n(o),
|
|
2636
2640
|
direction: n(r),
|
|
2637
2641
|
"dot-color": n(a),
|
|
2638
|
-
"fill-dot": n(
|
|
2642
|
+
"fill-dot": n(p),
|
|
2639
2643
|
"hide-opposite": n(d),
|
|
2640
|
-
"line-color": n(
|
|
2644
|
+
"line-color": n(c),
|
|
2641
2645
|
"line-inset": n(u),
|
|
2642
2646
|
"line-thickness": n(m),
|
|
2643
2647
|
side: n(b),
|
|
@@ -2651,8 +2655,8 @@ const Jl = /* @__PURE__ */ ve(Xl, [["render", Yl]]), Zl = /* @__PURE__ */ V({
|
|
|
2651
2655
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2652
2656
|
};
|
|
2653
2657
|
}
|
|
2654
|
-
}),
|
|
2655
|
-
function
|
|
2658
|
+
}), ra = {};
|
|
2659
|
+
function la(t, e) {
|
|
2656
2660
|
const i = z("v-timeline-item");
|
|
2657
2661
|
return v(), $(i, null, {
|
|
2658
2662
|
default: I(() => [
|
|
@@ -2661,7 +2665,7 @@ function ra(t, e) {
|
|
|
2661
2665
|
_: 3
|
|
2662
2666
|
});
|
|
2663
2667
|
}
|
|
2664
|
-
const
|
|
2668
|
+
const aa = /* @__PURE__ */ ve(ra, [["render", la]]), ua = /* @__PURE__ */ V({
|
|
2665
2669
|
__name: "index",
|
|
2666
2670
|
props: {
|
|
2667
2671
|
node: {},
|
|
@@ -2680,8 +2684,8 @@ const la = /* @__PURE__ */ ve(sa, [["render", ra]]), aa = /* @__PURE__ */ V({
|
|
|
2680
2684
|
]), { property: s } = l(e, ["settings", "reverse"]), { property: a } = l(e, [
|
|
2681
2685
|
"settings",
|
|
2682
2686
|
"showArrows"
|
|
2683
|
-
]), { property:
|
|
2684
|
-
return (
|
|
2687
|
+
]), { property: p } = l(e, ["settings", "touch"]), { theme: d } = R(), { property: y } = l(e, ["settings", "value"]);
|
|
2688
|
+
return (c, u) => {
|
|
2685
2689
|
const m = z("v-window");
|
|
2686
2690
|
return v(), $(m, {
|
|
2687
2691
|
modelValue: n(y),
|
|
@@ -2692,17 +2696,17 @@ const la = /* @__PURE__ */ ve(sa, [["render", ra]]), aa = /* @__PURE__ */ V({
|
|
|
2692
2696
|
reverse: n(s),
|
|
2693
2697
|
"show-arrows": n(a),
|
|
2694
2698
|
theme: n(d),
|
|
2695
|
-
touch: n(
|
|
2699
|
+
touch: n(p)
|
|
2696
2700
|
}, {
|
|
2697
2701
|
default: I(() => [
|
|
2698
|
-
L(
|
|
2702
|
+
L(c.$slots, "default")
|
|
2699
2703
|
]),
|
|
2700
2704
|
_: 3
|
|
2701
2705
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2702
2706
|
};
|
|
2703
2707
|
}
|
|
2704
|
-
}),
|
|
2705
|
-
function
|
|
2708
|
+
}), ca = {};
|
|
2709
|
+
function pa(t, e) {
|
|
2706
2710
|
const i = z("v-window-item");
|
|
2707
2711
|
return v(), $(i, null, {
|
|
2708
2712
|
default: I(() => [
|
|
@@ -2711,7 +2715,7 @@ function ca(t, e) {
|
|
|
2711
2715
|
_: 3
|
|
2712
2716
|
});
|
|
2713
2717
|
}
|
|
2714
|
-
const
|
|
2718
|
+
const ma = /* @__PURE__ */ ve(ca, [["render", pa]]), Xe = "ambient_light_v1", Ye = "badge_v1", Dn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", qe = "btn_v1", Qe = "btn_group_v1", et = "btn_toggle_v1", tt = "card_v1", nt = "checkbox_v1", it = "chip_v1", ot = "chip_group_v1", st = "color_picker_v1", rt = "combobox_v1", lt = "container_v1", at = "data_table_v1", ut = "date_picker_v1", ct = "dialog_v1", pt = "directional_light_v1", mt = "file_input_v1", dt = "flex_layout_v1", ko = "flex_layout_entry_v1", yt = "form_v1", sn = "globality_v1", ft = "group_v1", bt = "icon_v1", ht = "keyboard_controls_v1", gt = "line_chart_v1", xt = "map_controls_v1", vt = "menu_v1", kt = "mesh_v1", da = "mesh_basic_material_v1", _t = "multiple_ref_v1", wt = "number_input_v1", Vt = "orbit_controls_v1", $t = "orthographic_camera_v1", It = "pagination_v1", St = "perspective_camera_v1", Ct = "point_light_v1", _o = "radio_v1", Tt = "radio_group_v1", Pt = "range_slider_v1", Ae = "reference_v1", zt = "rating_v1", At = "render_switch_v1", Lt = "select_v1", Bt = "slider_v1", Wt = "sphere_geometry_v1", Et = "spot_light_v1", Rt = "stepper_v1", wo = "stepper_header_v1", Vo = "stepper_item_v1", $o = "stepper_window_v1", Io = "stepper_window_item_v1", Nt = "switch_v1", So = "tab_v1", Fn = "table_v1", Mt = "tabs_v1", Dt = "text_v1", Ft = "textarea_v1", Gt = "text_field_v1", Ht = "timeline_v1", Co = "timeline_item_v1", Kt = "window_v1", To = "window_item_v1", f = {
|
|
2715
2719
|
key: "basic",
|
|
2716
2720
|
name: "x-runtime-lib.basic",
|
|
2717
2721
|
children: [
|
|
@@ -2773,7 +2777,7 @@ const pa = /* @__PURE__ */ ve(ua, [["render", ca]]), Xe = "ambient_light_v1", Ye
|
|
|
2773
2777
|
]
|
|
2774
2778
|
}
|
|
2775
2779
|
]
|
|
2776
|
-
},
|
|
2780
|
+
}, ya = B(j), $e = {
|
|
2777
2781
|
key: "border",
|
|
2778
2782
|
name: "x-runtime-lib.border",
|
|
2779
2783
|
children: [
|
|
@@ -2791,7 +2795,7 @@ const pa = /* @__PURE__ */ ve(ua, [["render", ca]]), Xe = "ambient_light_v1", Ye
|
|
|
2791
2795
|
types: "borderWidthTypesV1",
|
|
2792
2796
|
default: ""
|
|
2793
2797
|
},
|
|
2794
|
-
|
|
2798
|
+
ya,
|
|
2795
2799
|
{
|
|
2796
2800
|
key: "roundRadius",
|
|
2797
2801
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3187,10 +3191,10 @@ const pa = /* @__PURE__ */ ve(ua, [["render", ca]]), Xe = "ambient_light_v1", Ye
|
|
|
3187
3191
|
default: 2e3
|
|
3188
3192
|
}
|
|
3189
3193
|
]
|
|
3190
|
-
},
|
|
3194
|
+
}, fa = {
|
|
3191
3195
|
key: $t,
|
|
3192
3196
|
name: "x-runtime-lib.orthographicCamera",
|
|
3193
|
-
comp:
|
|
3197
|
+
comp: zs,
|
|
3194
3198
|
properties: {
|
|
3195
3199
|
pageScene: [f, Y, qn],
|
|
3196
3200
|
compScene: [f, Y, qn]
|
|
@@ -3199,7 +3203,7 @@ const pa = /* @__PURE__ */ ve(ua, [["render", ca]]), Xe = "ambient_light_v1", Ye
|
|
|
3199
3203
|
methods: [],
|
|
3200
3204
|
slots: []
|
|
3201
3205
|
};
|
|
3202
|
-
_(
|
|
3206
|
+
_(fa);
|
|
3203
3207
|
const Qn = {
|
|
3204
3208
|
key: "settings",
|
|
3205
3209
|
name: "x-runtime-lib.settings",
|
|
@@ -3233,10 +3237,10 @@ const Qn = {
|
|
|
3233
3237
|
default: 2e3
|
|
3234
3238
|
}
|
|
3235
3239
|
]
|
|
3236
|
-
},
|
|
3240
|
+
}, ba = {
|
|
3237
3241
|
key: St,
|
|
3238
3242
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3239
|
-
comp:
|
|
3243
|
+
comp: Ls,
|
|
3240
3244
|
properties: {
|
|
3241
3245
|
pageScene: [f, Y, Qn],
|
|
3242
3246
|
compScene: [f, Y, Qn]
|
|
@@ -3245,29 +3249,29 @@ const Qn = {
|
|
|
3245
3249
|
methods: [],
|
|
3246
3250
|
slots: []
|
|
3247
3251
|
};
|
|
3248
|
-
_(
|
|
3249
|
-
const
|
|
3252
|
+
_(ba);
|
|
3253
|
+
const ha = /* @__PURE__ */ V({
|
|
3250
3254
|
__name: "index",
|
|
3251
3255
|
setup(t) {
|
|
3252
3256
|
const e = H();
|
|
3253
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3257
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(ms), { key: 0 })) : ee("", !0);
|
|
3254
3258
|
}
|
|
3255
|
-
}),
|
|
3259
|
+
}), ga = /* @__PURE__ */ V({
|
|
3256
3260
|
__name: "index",
|
|
3257
3261
|
setup(t) {
|
|
3258
3262
|
const e = H();
|
|
3259
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3263
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(ds), { key: 0 })) : ee("", !0);
|
|
3260
3264
|
}
|
|
3261
|
-
}),
|
|
3265
|
+
}), xa = /* @__PURE__ */ V({
|
|
3262
3266
|
__name: "index",
|
|
3263
3267
|
setup(t) {
|
|
3264
3268
|
const e = H();
|
|
3265
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3269
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(ys), { key: 0 })) : ee("", !0);
|
|
3266
3270
|
}
|
|
3267
|
-
}),
|
|
3271
|
+
}), va = {
|
|
3268
3272
|
key: ht,
|
|
3269
3273
|
name: "x-runtime-lib.keyboardControls",
|
|
3270
|
-
comp:
|
|
3274
|
+
comp: ha,
|
|
3271
3275
|
properties: {
|
|
3272
3276
|
pageScene: [f],
|
|
3273
3277
|
compScene: [f]
|
|
@@ -3277,11 +3281,11 @@ const ba = /* @__PURE__ */ V({
|
|
|
3277
3281
|
slots: [],
|
|
3278
3282
|
leaf: !0
|
|
3279
3283
|
};
|
|
3280
|
-
_(
|
|
3281
|
-
const
|
|
3284
|
+
_(va);
|
|
3285
|
+
const ka = {
|
|
3282
3286
|
key: xt,
|
|
3283
3287
|
name: "x-runtime-lib.mapControls",
|
|
3284
|
-
comp:
|
|
3288
|
+
comp: ga,
|
|
3285
3289
|
properties: {
|
|
3286
3290
|
pageScene: [f],
|
|
3287
3291
|
compScene: [f]
|
|
@@ -3291,11 +3295,11 @@ const va = {
|
|
|
3291
3295
|
slots: [],
|
|
3292
3296
|
leaf: !0
|
|
3293
3297
|
};
|
|
3294
|
-
_(
|
|
3295
|
-
const
|
|
3298
|
+
_(ka);
|
|
3299
|
+
const _a = {
|
|
3296
3300
|
key: Vt,
|
|
3297
3301
|
name: "x-runtime-lib.orbitControls",
|
|
3298
|
-
comp:
|
|
3302
|
+
comp: xa,
|
|
3299
3303
|
properties: {
|
|
3300
3304
|
pageScene: [f],
|
|
3301
3305
|
compScene: [f]
|
|
@@ -3305,8 +3309,8 @@ const ka = {
|
|
|
3305
3309
|
slots: [],
|
|
3306
3310
|
leaf: !0
|
|
3307
3311
|
};
|
|
3308
|
-
_(
|
|
3309
|
-
function
|
|
3312
|
+
_(_a);
|
|
3313
|
+
function wa(t, e) {
|
|
3310
3314
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3311
3315
|
if (!o) {
|
|
3312
3316
|
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
@@ -3335,11 +3339,11 @@ function _a(t, e) {
|
|
|
3335
3339
|
z: 1
|
|
3336
3340
|
}
|
|
3337
3341
|
}, s.children = [
|
|
3338
|
-
|
|
3339
|
-
|
|
3342
|
+
Va(t, e),
|
|
3343
|
+
$a(t, e)
|
|
3340
3344
|
], s;
|
|
3341
3345
|
}
|
|
3342
|
-
function
|
|
3346
|
+
function Va(t, e) {
|
|
3343
3347
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3344
3348
|
if (!o) {
|
|
3345
3349
|
console.error(
|
|
@@ -3364,7 +3368,7 @@ function wa(t, e) {
|
|
|
3364
3368
|
depthSegements: 1
|
|
3365
3369
|
}, s;
|
|
3366
3370
|
}
|
|
3367
|
-
function
|
|
3371
|
+
function $a(t, e) {
|
|
3368
3372
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3369
3373
|
if (!o) {
|
|
3370
3374
|
console.error(
|
|
@@ -3429,7 +3433,7 @@ const ei = {
|
|
|
3429
3433
|
}, rn = {
|
|
3430
3434
|
key: Ze,
|
|
3431
3435
|
name: "x-runtime-lib.boxGeometry",
|
|
3432
|
-
comp:
|
|
3436
|
+
comp: Ws,
|
|
3433
3437
|
properties: {
|
|
3434
3438
|
pageScene: [f, ei],
|
|
3435
3439
|
compScene: [f, ei]
|
|
@@ -3438,10 +3442,10 @@ const ei = {
|
|
|
3438
3442
|
methods: [],
|
|
3439
3443
|
slots: [],
|
|
3440
3444
|
leaf: !0,
|
|
3441
|
-
spawn:
|
|
3445
|
+
spawn: wa
|
|
3442
3446
|
};
|
|
3443
3447
|
_(rn);
|
|
3444
|
-
function
|
|
3448
|
+
function Ia(t, e) {
|
|
3445
3449
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3446
3450
|
if (!o) {
|
|
3447
3451
|
console.error(`sphereGeometryV1/spawn property tag not found, ${i}`);
|
|
@@ -3470,11 +3474,11 @@ function $a(t, e) {
|
|
|
3470
3474
|
z: 1
|
|
3471
3475
|
}
|
|
3472
3476
|
}, s.children = [
|
|
3473
|
-
|
|
3474
|
-
|
|
3477
|
+
Sa(t, e),
|
|
3478
|
+
Ca(t, e)
|
|
3475
3479
|
], s;
|
|
3476
3480
|
}
|
|
3477
|
-
function
|
|
3481
|
+
function Sa(t, e) {
|
|
3478
3482
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3479
3483
|
if (!o) {
|
|
3480
3484
|
console.error(
|
|
@@ -3500,7 +3504,7 @@ function Ia(t, e) {
|
|
|
3500
3504
|
thetaLength: 3.141592653589793
|
|
3501
3505
|
}, s;
|
|
3502
3506
|
}
|
|
3503
|
-
function
|
|
3507
|
+
function Ca(t, e) {
|
|
3504
3508
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3505
3509
|
if (!o) {
|
|
3506
3510
|
console.error(
|
|
@@ -3573,7 +3577,7 @@ const ti = {
|
|
|
3573
3577
|
}, ln = {
|
|
3574
3578
|
key: Wt,
|
|
3575
3579
|
name: "x-runtime-lib.sphereGeometry",
|
|
3576
|
-
comp:
|
|
3580
|
+
comp: Rs,
|
|
3577
3581
|
properties: {
|
|
3578
3582
|
pageScene: [f, ti],
|
|
3579
3583
|
compScene: [f, ti]
|
|
@@ -3582,7 +3586,7 @@ const ti = {
|
|
|
3582
3586
|
methods: [],
|
|
3583
3587
|
slots: [],
|
|
3584
3588
|
leaf: !0,
|
|
3585
|
-
spawn:
|
|
3589
|
+
spawn: Ia
|
|
3586
3590
|
};
|
|
3587
3591
|
_(ln);
|
|
3588
3592
|
const jt = B(j);
|
|
@@ -3602,10 +3606,10 @@ const ni = {
|
|
|
3602
3606
|
default: 1
|
|
3603
3607
|
}
|
|
3604
3608
|
]
|
|
3605
|
-
},
|
|
3609
|
+
}, Ta = {
|
|
3606
3610
|
key: Xe,
|
|
3607
3611
|
name: "x-runtime-lib.ambientLight",
|
|
3608
|
-
comp:
|
|
3612
|
+
comp: Ms,
|
|
3609
3613
|
properties: {
|
|
3610
3614
|
pageScene: [f, Y, ni],
|
|
3611
3615
|
compScene: [f, Y, ni]
|
|
@@ -3614,7 +3618,7 @@ const ni = {
|
|
|
3614
3618
|
methods: [],
|
|
3615
3619
|
slots: []
|
|
3616
3620
|
};
|
|
3617
|
-
_(
|
|
3621
|
+
_(Ta);
|
|
3618
3622
|
const Ot = B(j);
|
|
3619
3623
|
Ot.children[0].default = "custom";
|
|
3620
3624
|
Ot.children[2].children[0].default = "0xffffff";
|
|
@@ -3632,10 +3636,10 @@ const ii = {
|
|
|
3632
3636
|
default: 1
|
|
3633
3637
|
}
|
|
3634
3638
|
]
|
|
3635
|
-
},
|
|
3639
|
+
}, Pa = {
|
|
3636
3640
|
key: pt,
|
|
3637
3641
|
name: "x-runtime-lib.directionalLight",
|
|
3638
|
-
comp:
|
|
3642
|
+
comp: Fs,
|
|
3639
3643
|
properties: {
|
|
3640
3644
|
pageScene: [f, Y, ii],
|
|
3641
3645
|
compScene: [f, Y, ii]
|
|
@@ -3644,7 +3648,7 @@ const ii = {
|
|
|
3644
3648
|
methods: [],
|
|
3645
3649
|
slots: []
|
|
3646
3650
|
};
|
|
3647
|
-
_(
|
|
3651
|
+
_(Pa);
|
|
3648
3652
|
const Ut = B(j);
|
|
3649
3653
|
Ut.children[0].default = "custom";
|
|
3650
3654
|
Ut.children[2].children[0].default = "0xffffff";
|
|
@@ -3676,10 +3680,10 @@ const oi = {
|
|
|
3676
3680
|
default: 2
|
|
3677
3681
|
}
|
|
3678
3682
|
]
|
|
3679
|
-
},
|
|
3683
|
+
}, za = {
|
|
3680
3684
|
key: Ct,
|
|
3681
3685
|
name: "x-runtime-lib.pointLight",
|
|
3682
|
-
comp:
|
|
3686
|
+
comp: Hs,
|
|
3683
3687
|
properties: {
|
|
3684
3688
|
pageScene: [f, Y, oi],
|
|
3685
3689
|
compScene: [f, Y, oi]
|
|
@@ -3688,7 +3692,7 @@ const oi = {
|
|
|
3688
3692
|
methods: [],
|
|
3689
3693
|
slots: []
|
|
3690
3694
|
};
|
|
3691
|
-
_(
|
|
3695
|
+
_(za);
|
|
3692
3696
|
const Xt = B(j);
|
|
3693
3697
|
Xt.children[0].default = "custom";
|
|
3694
3698
|
Xt.children[2].children[0].default = "0xffffff";
|
|
@@ -3737,10 +3741,10 @@ const si = {
|
|
|
3737
3741
|
default: 0
|
|
3738
3742
|
}
|
|
3739
3743
|
]
|
|
3740
|
-
},
|
|
3744
|
+
}, Aa = {
|
|
3741
3745
|
key: Et,
|
|
3742
3746
|
name: "x-runtime-lib.spotLight",
|
|
3743
|
-
comp:
|
|
3747
|
+
comp: js,
|
|
3744
3748
|
properties: {
|
|
3745
3749
|
pageScene: [f, Y, si],
|
|
3746
3750
|
compScene: [f, Y, si]
|
|
@@ -3749,11 +3753,11 @@ const si = {
|
|
|
3749
3753
|
methods: [],
|
|
3750
3754
|
slots: []
|
|
3751
3755
|
};
|
|
3752
|
-
_(
|
|
3756
|
+
_(Aa);
|
|
3753
3757
|
const Le = {
|
|
3754
|
-
key:
|
|
3758
|
+
key: da,
|
|
3755
3759
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3756
|
-
comp:
|
|
3760
|
+
comp: Xs,
|
|
3757
3761
|
properties: {
|
|
3758
3762
|
pageScene: [f],
|
|
3759
3763
|
compScene: [f]
|
|
@@ -3764,10 +3768,10 @@ const Le = {
|
|
|
3764
3768
|
leaf: !0
|
|
3765
3769
|
};
|
|
3766
3770
|
_(Le);
|
|
3767
|
-
const
|
|
3771
|
+
const La = {
|
|
3768
3772
|
key: ft,
|
|
3769
3773
|
name: "x-runtime-lib.group",
|
|
3770
|
-
comp:
|
|
3774
|
+
comp: Js,
|
|
3771
3775
|
properties: {
|
|
3772
3776
|
pageScene: [f, Y],
|
|
3773
3777
|
compScene: [f, Y]
|
|
@@ -3776,11 +3780,11 @@ const Aa = {
|
|
|
3776
3780
|
methods: [],
|
|
3777
3781
|
slots: []
|
|
3778
3782
|
};
|
|
3779
|
-
_(
|
|
3783
|
+
_(La);
|
|
3780
3784
|
const Be = {
|
|
3781
3785
|
key: kt,
|
|
3782
3786
|
name: "x-runtime-lib.mesh",
|
|
3783
|
-
comp:
|
|
3787
|
+
comp: qs,
|
|
3784
3788
|
properties: {
|
|
3785
3789
|
pageScene: [f, Y],
|
|
3786
3790
|
compScene: [f, Y]
|
|
@@ -3790,7 +3794,7 @@ const Be = {
|
|
|
3790
3794
|
slots: []
|
|
3791
3795
|
};
|
|
3792
3796
|
_(Be);
|
|
3793
|
-
function
|
|
3797
|
+
function Ba(t, e) {
|
|
3794
3798
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3795
3799
|
if (!o) {
|
|
3796
3800
|
console.error(`barChartV1/spawn property tag not found, ${i}`);
|
|
@@ -3833,7 +3837,7 @@ const ri = {
|
|
|
3833
3837
|
}, an = {
|
|
3834
3838
|
key: Je,
|
|
3835
3839
|
name: "x-runtime-lib.barChart",
|
|
3836
|
-
comp:
|
|
3840
|
+
comp: sl,
|
|
3837
3841
|
properties: {
|
|
3838
3842
|
pageCommon: [f, O, He, Ke, je, Ge, ri],
|
|
3839
3843
|
compCommon: [f, O, He, Ke, je, Ge, ri]
|
|
@@ -3842,10 +3846,10 @@ const ri = {
|
|
|
3842
3846
|
methods: [],
|
|
3843
3847
|
slots: [],
|
|
3844
3848
|
leaf: !0,
|
|
3845
|
-
spawn:
|
|
3849
|
+
spawn: Ba
|
|
3846
3850
|
};
|
|
3847
3851
|
_(an);
|
|
3848
|
-
function
|
|
3852
|
+
function Wa(t, e) {
|
|
3849
3853
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3850
3854
|
if (!o) {
|
|
3851
3855
|
console.error(`lineChartV1/spawn property tag not found, ${i}`);
|
|
@@ -3888,7 +3892,7 @@ const li = {
|
|
|
3888
3892
|
}, un = {
|
|
3889
3893
|
key: gt,
|
|
3890
3894
|
name: "x-runtime-lib.lineChart",
|
|
3891
|
-
comp:
|
|
3895
|
+
comp: rl,
|
|
3892
3896
|
properties: {
|
|
3893
3897
|
pageCommon: [f, O, He, Ke, je, Ge, li],
|
|
3894
3898
|
compCommon: [f, O, He, Ke, je, Ge, li]
|
|
@@ -3897,13 +3901,13 @@ const li = {
|
|
|
3897
3901
|
methods: [],
|
|
3898
3902
|
slots: [],
|
|
3899
3903
|
leaf: !0,
|
|
3900
|
-
spawn:
|
|
3904
|
+
spawn: Wa
|
|
3901
3905
|
};
|
|
3902
3906
|
_(un);
|
|
3903
|
-
const
|
|
3907
|
+
const Ea = {
|
|
3904
3908
|
key: _t,
|
|
3905
3909
|
name: "x-runtime-lib.multipleRef",
|
|
3906
|
-
comp:
|
|
3910
|
+
comp: ul,
|
|
3907
3911
|
properties: {
|
|
3908
3912
|
pageCommon: [f],
|
|
3909
3913
|
compCommon: [f]
|
|
@@ -3913,7 +3917,7 @@ const Wa = {
|
|
|
3913
3917
|
slots: [],
|
|
3914
3918
|
leaf: !0
|
|
3915
3919
|
};
|
|
3916
|
-
_(
|
|
3920
|
+
_(Ea);
|
|
3917
3921
|
const ai = {
|
|
3918
3922
|
key: "reference",
|
|
3919
3923
|
name: "x-runtime-lib.reference",
|
|
@@ -3925,10 +3929,10 @@ const ai = {
|
|
|
3925
3929
|
default: void 0
|
|
3926
3930
|
}
|
|
3927
3931
|
]
|
|
3928
|
-
},
|
|
3932
|
+
}, Ra = {
|
|
3929
3933
|
key: Ae,
|
|
3930
3934
|
name: "x-runtime-lib.reference",
|
|
3931
|
-
comp:
|
|
3935
|
+
comp: cl,
|
|
3932
3936
|
properties: {
|
|
3933
3937
|
pageCommon: [f, O, ai],
|
|
3934
3938
|
compCommon: [f, O, ai]
|
|
@@ -3938,7 +3942,7 @@ const ai = {
|
|
|
3938
3942
|
slots: [],
|
|
3939
3943
|
leaf: !0
|
|
3940
3944
|
};
|
|
3941
|
-
_(
|
|
3945
|
+
_(Ra);
|
|
3942
3946
|
const ui = {
|
|
3943
3947
|
key: "settings",
|
|
3944
3948
|
name: "x-runtime-lib.settings",
|
|
@@ -3950,10 +3954,10 @@ const ui = {
|
|
|
3950
3954
|
default: !1
|
|
3951
3955
|
}
|
|
3952
3956
|
]
|
|
3953
|
-
},
|
|
3957
|
+
}, Na = {
|
|
3954
3958
|
key: At,
|
|
3955
3959
|
name: "x-runtime-lib.renderSwitch",
|
|
3956
|
-
comp:
|
|
3960
|
+
comp: pl,
|
|
3957
3961
|
properties: {
|
|
3958
3962
|
pageCommon: [f, ui],
|
|
3959
3963
|
compCommon: [f, ui]
|
|
@@ -3962,7 +3966,7 @@ const ui = {
|
|
|
3962
3966
|
methods: [],
|
|
3963
3967
|
slots: []
|
|
3964
3968
|
};
|
|
3965
|
-
_(
|
|
3969
|
+
_(Na);
|
|
3966
3970
|
const Yt = B(j);
|
|
3967
3971
|
Yt.key = "backgroundColor";
|
|
3968
3972
|
Yt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -3974,7 +3978,7 @@ const ci = {
|
|
|
3974
3978
|
key: "settings",
|
|
3975
3979
|
name: "x-runtime-lib.settings",
|
|
3976
3980
|
children: [Yt]
|
|
3977
|
-
},
|
|
3981
|
+
}, Ma = {
|
|
3978
3982
|
key: sn,
|
|
3979
3983
|
name: "x-runtime-lib.globality",
|
|
3980
3984
|
comp: null,
|
|
@@ -4022,7 +4026,7 @@ const ci = {
|
|
|
4022
4026
|
slots: [],
|
|
4023
4027
|
internal: !0
|
|
4024
4028
|
};
|
|
4025
|
-
_(
|
|
4029
|
+
_(Ma);
|
|
4026
4030
|
const mi = {
|
|
4027
4031
|
key: "settings",
|
|
4028
4032
|
name: "x-runtime-lib.settings",
|
|
@@ -4058,10 +4062,10 @@ const mi = {
|
|
|
4058
4062
|
default: !1
|
|
4059
4063
|
}
|
|
4060
4064
|
]
|
|
4061
|
-
},
|
|
4065
|
+
}, Uc = {
|
|
4062
4066
|
key: Ye,
|
|
4063
4067
|
name: "x-runtime-lib.badge",
|
|
4064
|
-
comp:
|
|
4068
|
+
comp: ml,
|
|
4065
4069
|
properties: {
|
|
4066
4070
|
pageCommon: [f, mi],
|
|
4067
4071
|
compCommon: [f, mi]
|
|
@@ -4070,7 +4074,7 @@ const mi = {
|
|
|
4070
4074
|
methods: [],
|
|
4071
4075
|
slots: []
|
|
4072
4076
|
};
|
|
4073
|
-
function
|
|
4077
|
+
function Da(t, e) {
|
|
4074
4078
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4075
4079
|
if (!o) {
|
|
4076
4080
|
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
@@ -4084,7 +4088,7 @@ function Ma(t, e) {
|
|
|
4084
4088
|
const s = {};
|
|
4085
4089
|
return P(s, r), s.basic.id = T(16), s.basic.key = cn.key, s.settings.text = "button", s;
|
|
4086
4090
|
}
|
|
4087
|
-
const
|
|
4091
|
+
const Fa = B(j), di = {
|
|
4088
4092
|
key: "settings",
|
|
4089
4093
|
name: "x-runtime-lib.settings",
|
|
4090
4094
|
children: [
|
|
@@ -4163,7 +4167,7 @@ const Da = B(j), di = {
|
|
|
4163
4167
|
ui: "switch",
|
|
4164
4168
|
default: !1
|
|
4165
4169
|
},
|
|
4166
|
-
|
|
4170
|
+
Fa,
|
|
4167
4171
|
{
|
|
4168
4172
|
key: "ripple",
|
|
4169
4173
|
name: "x-runtime-lib.ripple",
|
|
@@ -4174,7 +4178,7 @@ const Da = B(j), di = {
|
|
|
4174
4178
|
}, cn = {
|
|
4175
4179
|
key: qe,
|
|
4176
4180
|
name: "x-runtime-lib.button",
|
|
4177
|
-
comp:
|
|
4181
|
+
comp: dl,
|
|
4178
4182
|
properties: {
|
|
4179
4183
|
pageCommon: [f, O, di],
|
|
4180
4184
|
compCommon: [f, O, di]
|
|
@@ -4189,13 +4193,13 @@ const Da = B(j), di = {
|
|
|
4189
4193
|
methods: [],
|
|
4190
4194
|
slots: [],
|
|
4191
4195
|
leaf: !0,
|
|
4192
|
-
spawn:
|
|
4196
|
+
spawn: Da
|
|
4193
4197
|
};
|
|
4194
4198
|
_(cn);
|
|
4195
|
-
const
|
|
4199
|
+
const Ga = {
|
|
4196
4200
|
key: Qe,
|
|
4197
4201
|
name: "x-runtime-lib.buttonGroup",
|
|
4198
|
-
comp:
|
|
4202
|
+
comp: bl,
|
|
4199
4203
|
properties: {
|
|
4200
4204
|
pageCommon: [f],
|
|
4201
4205
|
compCommon: [f]
|
|
@@ -4204,7 +4208,7 @@ const Fa = {
|
|
|
4204
4208
|
methods: [],
|
|
4205
4209
|
slots: []
|
|
4206
4210
|
};
|
|
4207
|
-
_(
|
|
4211
|
+
_(Ga);
|
|
4208
4212
|
const yi = {
|
|
4209
4213
|
key: "settings",
|
|
4210
4214
|
name: "x-runtime-lib.settings",
|
|
@@ -4266,10 +4270,10 @@ const yi = {
|
|
|
4266
4270
|
default: !1
|
|
4267
4271
|
}
|
|
4268
4272
|
]
|
|
4269
|
-
},
|
|
4273
|
+
}, Ha = {
|
|
4270
4274
|
key: et,
|
|
4271
4275
|
name: "x-runtime-lib.buttonToggle",
|
|
4272
|
-
comp:
|
|
4276
|
+
comp: hl,
|
|
4273
4277
|
properties: {
|
|
4274
4278
|
pageCommon: [f, yi],
|
|
4275
4279
|
compCommon: [f, yi]
|
|
@@ -4278,8 +4282,8 @@ const yi = {
|
|
|
4278
4282
|
methods: [],
|
|
4279
4283
|
slots: []
|
|
4280
4284
|
};
|
|
4281
|
-
_(
|
|
4282
|
-
function
|
|
4285
|
+
_(Ha);
|
|
4286
|
+
function Ka(t, e) {
|
|
4283
4287
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4284
4288
|
if (!o) {
|
|
4285
4289
|
console.error(`cardV1/spawn property tag not found, ${i}`);
|
|
@@ -4351,7 +4355,7 @@ const fi = {
|
|
|
4351
4355
|
}, We = {
|
|
4352
4356
|
key: tt,
|
|
4353
4357
|
name: "x-runtime-lib.card",
|
|
4354
|
-
comp:
|
|
4358
|
+
comp: gl,
|
|
4355
4359
|
properties: {
|
|
4356
4360
|
pageCommon: [f, O, fi],
|
|
4357
4361
|
compCommon: [f, O, fi]
|
|
@@ -4359,7 +4363,7 @@ const fi = {
|
|
|
4359
4363
|
events: [],
|
|
4360
4364
|
methods: [],
|
|
4361
4365
|
slots: [],
|
|
4362
|
-
spawn:
|
|
4366
|
+
spawn: Ka
|
|
4363
4367
|
};
|
|
4364
4368
|
_(We);
|
|
4365
4369
|
const bi = {
|
|
@@ -4379,10 +4383,10 @@ const bi = {
|
|
|
4379
4383
|
default: ""
|
|
4380
4384
|
}
|
|
4381
4385
|
]
|
|
4382
|
-
},
|
|
4386
|
+
}, ja = {
|
|
4383
4387
|
key: nt,
|
|
4384
4388
|
name: "x-runtime-lib.checkbox",
|
|
4385
|
-
comp:
|
|
4389
|
+
comp: xl,
|
|
4386
4390
|
properties: {
|
|
4387
4391
|
pageCommon: [f, bi],
|
|
4388
4392
|
compCommon: [f, bi]
|
|
@@ -4392,8 +4396,8 @@ const bi = {
|
|
|
4392
4396
|
slots: [],
|
|
4393
4397
|
leaf: !0
|
|
4394
4398
|
};
|
|
4395
|
-
_(
|
|
4396
|
-
const
|
|
4399
|
+
_(ja);
|
|
4400
|
+
const Oa = B(j), hi = {
|
|
4397
4401
|
key: "settings",
|
|
4398
4402
|
name: "x-runtime-lib.settings",
|
|
4399
4403
|
children: [
|
|
@@ -4466,12 +4470,12 @@ const ja = B(j), hi = {
|
|
|
4466
4470
|
ui: "switch",
|
|
4467
4471
|
default: !1
|
|
4468
4472
|
},
|
|
4469
|
-
|
|
4473
|
+
Oa
|
|
4470
4474
|
]
|
|
4471
4475
|
}, pn = {
|
|
4472
4476
|
key: it,
|
|
4473
4477
|
name: "x-runtime-lib.chip",
|
|
4474
|
-
comp:
|
|
4478
|
+
comp: vl,
|
|
4475
4479
|
properties: {
|
|
4476
4480
|
pageCommon: [f, hi],
|
|
4477
4481
|
compCommon: [f, hi]
|
|
@@ -4482,7 +4486,7 @@ const ja = B(j), hi = {
|
|
|
4482
4486
|
leaf: !0
|
|
4483
4487
|
};
|
|
4484
4488
|
_(pn);
|
|
4485
|
-
function
|
|
4489
|
+
function Ua(t, e) {
|
|
4486
4490
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4487
4491
|
if (!o) {
|
|
4488
4492
|
console.error(`chipGroupV1/spawn property tag not found, ${i}`);
|
|
@@ -4514,8 +4518,8 @@ function we(t, e, i, o) {
|
|
|
4514
4518
|
console.error(`chipGroupV1/spawnChip properties not found, ${r}`);
|
|
4515
4519
|
return;
|
|
4516
4520
|
}
|
|
4517
|
-
const
|
|
4518
|
-
return P(
|
|
4521
|
+
const p = {};
|
|
4522
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = pn.key, p.settings.value = i, p.settings.text = o, p;
|
|
4519
4523
|
}
|
|
4520
4524
|
const gi = {
|
|
4521
4525
|
key: "settings",
|
|
@@ -4574,7 +4578,7 @@ const gi = {
|
|
|
4574
4578
|
}, mn = {
|
|
4575
4579
|
key: ot,
|
|
4576
4580
|
name: "x-runtime-lib.chipGroup",
|
|
4577
|
-
comp:
|
|
4581
|
+
comp: kl,
|
|
4578
4582
|
properties: {
|
|
4579
4583
|
pageCommon: [f, gi],
|
|
4580
4584
|
compCommon: [f, gi]
|
|
@@ -4582,13 +4586,13 @@ const gi = {
|
|
|
4582
4586
|
events: [],
|
|
4583
4587
|
methods: [],
|
|
4584
4588
|
slots: [],
|
|
4585
|
-
spawn:
|
|
4589
|
+
spawn: Ua
|
|
4586
4590
|
};
|
|
4587
4591
|
_(mn);
|
|
4588
|
-
const
|
|
4592
|
+
const Xa = {
|
|
4589
4593
|
key: st,
|
|
4590
4594
|
name: "x-runtime-lib.colorPicker",
|
|
4591
|
-
comp:
|
|
4595
|
+
comp: _l,
|
|
4592
4596
|
properties: {
|
|
4593
4597
|
pageCommon: [f],
|
|
4594
4598
|
compCommon: [f]
|
|
@@ -4598,7 +4602,7 @@ const Ua = {
|
|
|
4598
4602
|
slots: [],
|
|
4599
4603
|
leaf: !0
|
|
4600
4604
|
};
|
|
4601
|
-
_(
|
|
4605
|
+
_(Xa);
|
|
4602
4606
|
const xi = {
|
|
4603
4607
|
key: "settings",
|
|
4604
4608
|
name: "x-runtime-lib.settings",
|
|
@@ -4640,10 +4644,10 @@ const xi = {
|
|
|
4640
4644
|
default: !1
|
|
4641
4645
|
}
|
|
4642
4646
|
]
|
|
4643
|
-
},
|
|
4647
|
+
}, Ya = {
|
|
4644
4648
|
key: rt,
|
|
4645
4649
|
name: "x-runtime-lib.combobox",
|
|
4646
|
-
comp:
|
|
4650
|
+
comp: wl,
|
|
4647
4651
|
properties: {
|
|
4648
4652
|
pageCommon: [f, xi],
|
|
4649
4653
|
compCommon: [f, xi]
|
|
@@ -4653,7 +4657,7 @@ const xi = {
|
|
|
4653
4657
|
slots: [],
|
|
4654
4658
|
leaf: !0
|
|
4655
4659
|
};
|
|
4656
|
-
_(
|
|
4660
|
+
_(Ya);
|
|
4657
4661
|
const Gn = B(j);
|
|
4658
4662
|
Gn.key = "backgroundColor";
|
|
4659
4663
|
Gn.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4664,7 +4668,7 @@ const vi = {
|
|
|
4664
4668
|
}, dn = {
|
|
4665
4669
|
key: lt,
|
|
4666
4670
|
name: "x-runtime-lib.container",
|
|
4667
|
-
comp:
|
|
4671
|
+
comp: Vl,
|
|
4668
4672
|
properties: {
|
|
4669
4673
|
pageCommon: [f, O, $e, Ie, Se, vi],
|
|
4670
4674
|
compCommon: [f, O, $e, Ie, Se, vi]
|
|
@@ -4832,10 +4836,10 @@ const ki = {
|
|
|
4832
4836
|
defaultArray: []
|
|
4833
4837
|
}
|
|
4834
4838
|
]
|
|
4835
|
-
},
|
|
4839
|
+
}, Ja = {
|
|
4836
4840
|
key: at,
|
|
4837
4841
|
name: "x-runtime-lib.dataTable",
|
|
4838
|
-
comp:
|
|
4842
|
+
comp: $l,
|
|
4839
4843
|
properties: {
|
|
4840
4844
|
pageCommon: [f, ki, _i, wi],
|
|
4841
4845
|
compCommon: [f, ki, _i, wi]
|
|
@@ -4845,11 +4849,11 @@ const ki = {
|
|
|
4845
4849
|
slots: [],
|
|
4846
4850
|
leaf: !0
|
|
4847
4851
|
};
|
|
4848
|
-
_(
|
|
4849
|
-
const
|
|
4852
|
+
_(Ja);
|
|
4853
|
+
const Za = {
|
|
4850
4854
|
key: ut,
|
|
4851
4855
|
name: "x-runtime-lib.datePicker",
|
|
4852
|
-
comp:
|
|
4856
|
+
comp: Il,
|
|
4853
4857
|
properties: {
|
|
4854
4858
|
pageCommon: [f],
|
|
4855
4859
|
compCommon: [f]
|
|
@@ -4859,11 +4863,11 @@ const Ja = {
|
|
|
4859
4863
|
slots: [],
|
|
4860
4864
|
leaf: !0
|
|
4861
4865
|
};
|
|
4862
|
-
_(
|
|
4863
|
-
const
|
|
4866
|
+
_(Za);
|
|
4867
|
+
const qa = {
|
|
4864
4868
|
key: ct,
|
|
4865
4869
|
name: "x-runtime-lib.dialog",
|
|
4866
|
-
comp:
|
|
4870
|
+
comp: Cl,
|
|
4867
4871
|
properties: {
|
|
4868
4872
|
pageCommon: [f],
|
|
4869
4873
|
compCommon: [f]
|
|
@@ -4886,15 +4890,15 @@ const Za = {
|
|
|
4886
4890
|
slots: [],
|
|
4887
4891
|
teleport: !0
|
|
4888
4892
|
};
|
|
4889
|
-
_(
|
|
4893
|
+
_(qa);
|
|
4890
4894
|
const Vi = {
|
|
4891
4895
|
key: "settings",
|
|
4892
4896
|
name: "x-runtime-lib.settings",
|
|
4893
4897
|
children: []
|
|
4894
|
-
},
|
|
4898
|
+
}, Xc = {
|
|
4895
4899
|
key: mt,
|
|
4896
4900
|
name: "x-runtime-lib.fileInput",
|
|
4897
|
-
comp:
|
|
4901
|
+
comp: Tl,
|
|
4898
4902
|
properties: {
|
|
4899
4903
|
pageCommon: [f, Vi],
|
|
4900
4904
|
compCommon: [f, Vi]
|
|
@@ -4923,7 +4927,7 @@ const Vi = {
|
|
|
4923
4927
|
}, yn = {
|
|
4924
4928
|
key: ko,
|
|
4925
4929
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4926
|
-
comp:
|
|
4930
|
+
comp: zl,
|
|
4927
4931
|
properties: {
|
|
4928
4932
|
pageCommon: [f, O, $i],
|
|
4929
4933
|
compCommon: [f, O, $i]
|
|
@@ -4933,7 +4937,7 @@ const Vi = {
|
|
|
4933
4937
|
slots: []
|
|
4934
4938
|
};
|
|
4935
4939
|
_(yn);
|
|
4936
|
-
function
|
|
4940
|
+
function Qa(t, e) {
|
|
4937
4941
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4938
4942
|
if (!o) {
|
|
4939
4943
|
console.error(`flexLayoutV1/spawn property tag not found, ${i}`);
|
|
@@ -4966,18 +4970,18 @@ function qa(t, e) {
|
|
|
4966
4970
|
"60px",
|
|
4967
4971
|
void 0
|
|
4968
4972
|
),
|
|
4969
|
-
|
|
4973
|
+
eu(t, e)
|
|
4970
4974
|
], s;
|
|
4971
4975
|
}
|
|
4972
|
-
function fn(t, e, i, o, r, s, a,
|
|
4973
|
-
const y = `type=${t} subtype=${e}`,
|
|
4974
|
-
if (!
|
|
4976
|
+
function fn(t, e, i, o, r, s, a, p, d) {
|
|
4977
|
+
const y = `type=${t} subtype=${e}`, c = A(t, e);
|
|
4978
|
+
if (!c) {
|
|
4975
4979
|
console.error(
|
|
4976
4980
|
`flexLayoutV1/spawnContainer property tag not found, ${y}`
|
|
4977
4981
|
);
|
|
4978
4982
|
return;
|
|
4979
4983
|
}
|
|
4980
|
-
const u = dn.properties[
|
|
4984
|
+
const u = dn.properties[c];
|
|
4981
4985
|
if (!u) {
|
|
4982
4986
|
console.error(
|
|
4983
4987
|
`flexLayoutV1/spawnContainer properties not found, ${y}`
|
|
@@ -4985,9 +4989,9 @@ function fn(t, e, i, o, r, s, a, c, d) {
|
|
|
4985
4989
|
return;
|
|
4986
4990
|
}
|
|
4987
4991
|
const m = {};
|
|
4988
|
-
return P(m, u), m.basic.id = T(16), m.basic.key = dn.key, o && (m.size.width = o), r && (m.size.minWidth = r), a && (m.size.height = a),
|
|
4992
|
+
return P(m, u), m.basic.id = T(16), m.basic.key = dn.key, o && (m.size.width = o), r && (m.size.minWidth = r), a && (m.size.height = a), p && (m.size.minHeight = p), i && (m.settings.backgroundColor.mode = "custom", m.settings.backgroundColor.custom.light = i, m.settings.backgroundColor.custom.dark = i), m.children = [], m;
|
|
4989
4993
|
}
|
|
4990
|
-
function
|
|
4994
|
+
function eu(t, e) {
|
|
4991
4995
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4992
4996
|
if (!o) {
|
|
4993
4997
|
console.error(
|
|
@@ -5195,7 +5199,7 @@ const Ii = {
|
|
|
5195
5199
|
}, Ee = {
|
|
5196
5200
|
key: dt,
|
|
5197
5201
|
name: "x-runtime-lib.flexLayout",
|
|
5198
|
-
comp:
|
|
5202
|
+
comp: Pl,
|
|
5199
5203
|
properties: {
|
|
5200
5204
|
pageCommon: [f, O, $e, Ie, Se, Ii],
|
|
5201
5205
|
compCommon: [f, O, $e, Ie, Se, Ii]
|
|
@@ -5209,7 +5213,7 @@ const Ii = {
|
|
|
5209
5213
|
],
|
|
5210
5214
|
methods: [],
|
|
5211
5215
|
slots: [],
|
|
5212
|
-
spawn:
|
|
5216
|
+
spawn: Qa
|
|
5213
5217
|
};
|
|
5214
5218
|
_(Ee);
|
|
5215
5219
|
const Si = {
|
|
@@ -5365,7 +5369,7 @@ const Si = {
|
|
|
5365
5369
|
}, bn = {
|
|
5366
5370
|
key: Gt,
|
|
5367
5371
|
name: "x-runtime-lib.textField",
|
|
5368
|
-
comp:
|
|
5372
|
+
comp: oa,
|
|
5369
5373
|
properties: {
|
|
5370
5374
|
pageCommon: [f, Si, Ci],
|
|
5371
5375
|
compCommon: [f, Si, Ci]
|
|
@@ -5401,7 +5405,7 @@ const Si = {
|
|
|
5401
5405
|
leaf: !0
|
|
5402
5406
|
};
|
|
5403
5407
|
_(bn);
|
|
5404
|
-
function
|
|
5408
|
+
function tu(t, e) {
|
|
5405
5409
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5406
5410
|
if (!o) {
|
|
5407
5411
|
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
@@ -5413,9 +5417,9 @@ function eu(t, e) {
|
|
|
5413
5417
|
return;
|
|
5414
5418
|
}
|
|
5415
5419
|
const s = {};
|
|
5416
|
-
return P(s, r), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
|
|
5420
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = hn.key, s.children = [nu(t, e)], s;
|
|
5417
5421
|
}
|
|
5418
|
-
function
|
|
5422
|
+
function nu(t, e) {
|
|
5419
5423
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5420
5424
|
if (!o) {
|
|
5421
5425
|
console.error(`formV1/spawnTextField property tag not found, ${i}`);
|
|
@@ -5450,7 +5454,7 @@ const Ti = {
|
|
|
5450
5454
|
}, hn = {
|
|
5451
5455
|
key: yt,
|
|
5452
5456
|
name: "x-runtime-lib.form",
|
|
5453
|
-
comp:
|
|
5457
|
+
comp: Al,
|
|
5454
5458
|
properties: {
|
|
5455
5459
|
pageCommon: [f, O, $e, Ie, Se, Ti],
|
|
5456
5460
|
compCommon: [f, O, $e, Ie, Se, Ti]
|
|
@@ -5464,10 +5468,10 @@ const Ti = {
|
|
|
5464
5468
|
],
|
|
5465
5469
|
methods: [],
|
|
5466
5470
|
slots: [],
|
|
5467
|
-
spawn:
|
|
5471
|
+
spawn: tu
|
|
5468
5472
|
};
|
|
5469
5473
|
_(hn);
|
|
5470
|
-
const
|
|
5474
|
+
const iu = B(j), Pi = {
|
|
5471
5475
|
key: "settings",
|
|
5472
5476
|
name: "x-runtime-lib.settings",
|
|
5473
5477
|
children: [
|
|
@@ -5490,12 +5494,12 @@ const nu = B(j), Pi = {
|
|
|
5490
5494
|
items: "sizeItemsV1",
|
|
5491
5495
|
default: "default"
|
|
5492
5496
|
},
|
|
5493
|
-
|
|
5497
|
+
iu
|
|
5494
5498
|
]
|
|
5495
|
-
},
|
|
5499
|
+
}, ou = {
|
|
5496
5500
|
key: bt,
|
|
5497
5501
|
name: "x-runtime-lib.icon",
|
|
5498
|
-
comp:
|
|
5502
|
+
comp: Ll,
|
|
5499
5503
|
properties: {
|
|
5500
5504
|
pageCommon: [f, Pi],
|
|
5501
5505
|
compCommon: [f, Pi]
|
|
@@ -5505,11 +5509,11 @@ const nu = B(j), Pi = {
|
|
|
5505
5509
|
slots: [],
|
|
5506
5510
|
leaf: !0
|
|
5507
5511
|
};
|
|
5508
|
-
_(
|
|
5509
|
-
const
|
|
5512
|
+
_(ou);
|
|
5513
|
+
const su = {
|
|
5510
5514
|
key: vt,
|
|
5511
5515
|
name: "x-runtime-lib.menu",
|
|
5512
|
-
comp:
|
|
5516
|
+
comp: Wl,
|
|
5513
5517
|
properties: {
|
|
5514
5518
|
pageCommon: [f],
|
|
5515
5519
|
compCommon: [f]
|
|
@@ -5532,8 +5536,8 @@ const ou = {
|
|
|
5532
5536
|
slots: [],
|
|
5533
5537
|
teleport: !0
|
|
5534
5538
|
};
|
|
5535
|
-
_(
|
|
5536
|
-
function
|
|
5539
|
+
_(su);
|
|
5540
|
+
function ru(t, e) {
|
|
5537
5541
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5538
5542
|
if (!o) {
|
|
5539
5543
|
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
@@ -5717,7 +5721,7 @@ const zi = {
|
|
|
5717
5721
|
}, gn = {
|
|
5718
5722
|
key: wt,
|
|
5719
5723
|
name: "x-runtime-lib.numberInput",
|
|
5720
|
-
comp:
|
|
5724
|
+
comp: El,
|
|
5721
5725
|
properties: {
|
|
5722
5726
|
pageCommon: [f, zi, Ai],
|
|
5723
5727
|
compCommon: [f, zi, Ai]
|
|
@@ -5752,7 +5756,7 @@ const zi = {
|
|
|
5752
5756
|
methods: [],
|
|
5753
5757
|
slots: [],
|
|
5754
5758
|
leaf: !0,
|
|
5755
|
-
spawn:
|
|
5759
|
+
spawn: ru
|
|
5756
5760
|
};
|
|
5757
5761
|
_(gn);
|
|
5758
5762
|
const Li = {
|
|
@@ -5818,10 +5822,10 @@ const Li = {
|
|
|
5818
5822
|
default: !1
|
|
5819
5823
|
}
|
|
5820
5824
|
]
|
|
5821
|
-
},
|
|
5825
|
+
}, lu = {
|
|
5822
5826
|
key: It,
|
|
5823
5827
|
name: "x-runtime-lib.pagination",
|
|
5824
|
-
comp:
|
|
5828
|
+
comp: Rl,
|
|
5825
5829
|
properties: {
|
|
5826
5830
|
pageCommon: [f, Li],
|
|
5827
5831
|
compCommon: [f, Li]
|
|
@@ -5831,8 +5835,8 @@ const Li = {
|
|
|
5831
5835
|
slots: [],
|
|
5832
5836
|
leaf: !0
|
|
5833
5837
|
};
|
|
5834
|
-
_(
|
|
5835
|
-
const
|
|
5838
|
+
_(lu);
|
|
5839
|
+
const au = B(j), Bi = {
|
|
5836
5840
|
key: "settings",
|
|
5837
5841
|
name: "x-runtime-lib.settings",
|
|
5838
5842
|
children: [
|
|
@@ -5867,12 +5871,12 @@ const lu = B(j), Bi = {
|
|
|
5867
5871
|
items: "densityItemsV1",
|
|
5868
5872
|
default: "default"
|
|
5869
5873
|
},
|
|
5870
|
-
|
|
5874
|
+
au
|
|
5871
5875
|
]
|
|
5872
5876
|
}, xn = {
|
|
5873
5877
|
key: _o,
|
|
5874
5878
|
name: "x-runtime-lib.radio",
|
|
5875
|
-
comp:
|
|
5879
|
+
comp: Nl,
|
|
5876
5880
|
properties: {
|
|
5877
5881
|
pageCommon: [f, Bi],
|
|
5878
5882
|
compCommon: [f, Bi]
|
|
@@ -5883,7 +5887,7 @@ const lu = B(j), Bi = {
|
|
|
5883
5887
|
leaf: !0
|
|
5884
5888
|
};
|
|
5885
5889
|
_(xn);
|
|
5886
|
-
function
|
|
5890
|
+
function uu(t, e) {
|
|
5887
5891
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5888
5892
|
if (!o) {
|
|
5889
5893
|
console.error(`radioGroupV1/spawn property tag not found, ${i}`);
|
|
@@ -5914,8 +5918,8 @@ function qt(t, e, i, o) {
|
|
|
5914
5918
|
console.error(`radioGroupV1/spawnEntry properties not found, ${r}`);
|
|
5915
5919
|
return;
|
|
5916
5920
|
}
|
|
5917
|
-
const
|
|
5918
|
-
return P(
|
|
5921
|
+
const p = {};
|
|
5922
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = xn.key, p.settings.value = i, p.settings.label = o, p;
|
|
5919
5923
|
}
|
|
5920
5924
|
const Wi = {
|
|
5921
5925
|
key: "settings",
|
|
@@ -5963,7 +5967,7 @@ const Wi = {
|
|
|
5963
5967
|
}, vn = {
|
|
5964
5968
|
key: Tt,
|
|
5965
5969
|
name: "x-runtime-lib.radioGroup",
|
|
5966
|
-
comp:
|
|
5970
|
+
comp: Ml,
|
|
5967
5971
|
properties: {
|
|
5968
5972
|
pageCommon: [f, Wi],
|
|
5969
5973
|
compCommon: [f, Wi]
|
|
@@ -5971,7 +5975,7 @@ const Wi = {
|
|
|
5971
5975
|
events: [],
|
|
5972
5976
|
methods: [],
|
|
5973
5977
|
slots: [],
|
|
5974
|
-
spawn:
|
|
5978
|
+
spawn: uu
|
|
5975
5979
|
};
|
|
5976
5980
|
_(vn);
|
|
5977
5981
|
const Ei = {
|
|
@@ -6091,10 +6095,10 @@ const Ei = {
|
|
|
6091
6095
|
]
|
|
6092
6096
|
}
|
|
6093
6097
|
]
|
|
6094
|
-
},
|
|
6098
|
+
}, cu = {
|
|
6095
6099
|
key: Pt,
|
|
6096
6100
|
name: "x-runtime-lib.rangeSlider",
|
|
6097
|
-
comp:
|
|
6101
|
+
comp: Dl,
|
|
6098
6102
|
properties: {
|
|
6099
6103
|
pageCommon: [f, Ei],
|
|
6100
6104
|
compCommon: [f, Ei]
|
|
@@ -6104,7 +6108,7 @@ const Ei = {
|
|
|
6104
6108
|
slots: [],
|
|
6105
6109
|
leaf: !0
|
|
6106
6110
|
};
|
|
6107
|
-
_(
|
|
6111
|
+
_(cu);
|
|
6108
6112
|
const Ri = {
|
|
6109
6113
|
key: "settings",
|
|
6110
6114
|
name: "x-runtime-lib.settings",
|
|
@@ -6160,10 +6164,10 @@ const Ri = {
|
|
|
6160
6164
|
default: !1
|
|
6161
6165
|
}
|
|
6162
6166
|
]
|
|
6163
|
-
},
|
|
6167
|
+
}, pu = {
|
|
6164
6168
|
key: zt,
|
|
6165
6169
|
name: "x-runtime-lib.rating",
|
|
6166
|
-
comp:
|
|
6170
|
+
comp: Fl,
|
|
6167
6171
|
properties: {
|
|
6168
6172
|
pageCommon: [f, Ri],
|
|
6169
6173
|
compCommon: [f, Ri]
|
|
@@ -6173,7 +6177,7 @@ const Ri = {
|
|
|
6173
6177
|
slots: [],
|
|
6174
6178
|
leaf: !0
|
|
6175
6179
|
};
|
|
6176
|
-
_(
|
|
6180
|
+
_(pu);
|
|
6177
6181
|
const Ni = {
|
|
6178
6182
|
key: "settings",
|
|
6179
6183
|
name: "x-runtime-lib.settings",
|
|
@@ -6215,10 +6219,10 @@ const Ni = {
|
|
|
6215
6219
|
default: !1
|
|
6216
6220
|
}
|
|
6217
6221
|
]
|
|
6218
|
-
},
|
|
6222
|
+
}, mu = {
|
|
6219
6223
|
key: Lt,
|
|
6220
6224
|
name: "x-runtime-lib.select",
|
|
6221
|
-
comp:
|
|
6225
|
+
comp: Gl,
|
|
6222
6226
|
properties: {
|
|
6223
6227
|
pageCommon: [f, Ni],
|
|
6224
6228
|
compCommon: [f, Ni]
|
|
@@ -6228,7 +6232,7 @@ const Ni = {
|
|
|
6228
6232
|
slots: [],
|
|
6229
6233
|
leaf: !0
|
|
6230
6234
|
};
|
|
6231
|
-
_(
|
|
6235
|
+
_(mu);
|
|
6232
6236
|
const Kn = B(j);
|
|
6233
6237
|
Kn.key = "color";
|
|
6234
6238
|
Kn.name = "x-runtime-lib.color";
|
|
@@ -6364,10 +6368,10 @@ const Mi = {
|
|
|
6364
6368
|
default: void 0
|
|
6365
6369
|
}
|
|
6366
6370
|
]
|
|
6367
|
-
},
|
|
6371
|
+
}, du = {
|
|
6368
6372
|
key: Bt,
|
|
6369
6373
|
name: "x-runtime-lib.slider",
|
|
6370
|
-
comp:
|
|
6374
|
+
comp: Hl,
|
|
6371
6375
|
properties: {
|
|
6372
6376
|
pageCommon: [f, Mi, Di],
|
|
6373
6377
|
compCommon: [f, Mi, Di]
|
|
@@ -6377,11 +6381,11 @@ const Mi = {
|
|
|
6377
6381
|
slots: [],
|
|
6378
6382
|
leaf: !0
|
|
6379
6383
|
};
|
|
6380
|
-
_(
|
|
6384
|
+
_(du);
|
|
6381
6385
|
const kn = {
|
|
6382
6386
|
key: wo,
|
|
6383
6387
|
name: "x-runtime-lib.stepperHeader",
|
|
6384
|
-
comp:
|
|
6388
|
+
comp: Ul,
|
|
6385
6389
|
properties: {
|
|
6386
6390
|
pageCommon: [f],
|
|
6387
6391
|
compCommon: [f]
|
|
@@ -6405,7 +6409,7 @@ const Fi = {
|
|
|
6405
6409
|
}, _n = {
|
|
6406
6410
|
key: Vo,
|
|
6407
6411
|
name: "x-runtime-lib.stepperItem",
|
|
6408
|
-
comp:
|
|
6412
|
+
comp: Xl,
|
|
6409
6413
|
properties: {
|
|
6410
6414
|
pageCommon: [f, Fi],
|
|
6411
6415
|
compCommon: [f, Fi]
|
|
@@ -6418,7 +6422,7 @@ _(_n);
|
|
|
6418
6422
|
const wn = {
|
|
6419
6423
|
key: $o,
|
|
6420
6424
|
name: "x-runtime-lib.stepperWindow",
|
|
6421
|
-
comp:
|
|
6425
|
+
comp: Zl,
|
|
6422
6426
|
properties: {
|
|
6423
6427
|
pageCommon: [f],
|
|
6424
6428
|
compCommon: [f]
|
|
@@ -6442,7 +6446,7 @@ const Gi = {
|
|
|
6442
6446
|
}, Vn = {
|
|
6443
6447
|
key: Io,
|
|
6444
6448
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6445
|
-
comp:
|
|
6449
|
+
comp: ql,
|
|
6446
6450
|
properties: {
|
|
6447
6451
|
pageCommon: [f, Gi],
|
|
6448
6452
|
compCommon: [f, Gi]
|
|
@@ -6452,7 +6456,7 @@ const Gi = {
|
|
|
6452
6456
|
slots: []
|
|
6453
6457
|
};
|
|
6454
6458
|
_(Vn);
|
|
6455
|
-
function
|
|
6459
|
+
function yu(t, e) {
|
|
6456
6460
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6457
6461
|
if (!o) {
|
|
6458
6462
|
console.error(`stepperV1/spawn property tag not found, ${i}`);
|
|
@@ -6464,9 +6468,9 @@ function du(t, e) {
|
|
|
6464
6468
|
return;
|
|
6465
6469
|
}
|
|
6466
6470
|
const s = {};
|
|
6467
|
-
return P(s, r), s.basic.id = T(16), s.basic.key = $n.key, s.children = [
|
|
6471
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = $n.key, s.children = [fu(t, e), bu(t, e)], s;
|
|
6468
6472
|
}
|
|
6469
|
-
function
|
|
6473
|
+
function fu(t, e) {
|
|
6470
6474
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6471
6475
|
if (!o) {
|
|
6472
6476
|
console.error(`stepperV1/spawnHeader property tag not found, ${i}`);
|
|
@@ -6498,7 +6502,7 @@ function Qt(t, e, i) {
|
|
|
6498
6502
|
const a = {};
|
|
6499
6503
|
return P(a, s), a.basic.id = T(16), a.basic.key = _n.key, a.children = [], a.settings.value = i, a;
|
|
6500
6504
|
}
|
|
6501
|
-
function
|
|
6505
|
+
function bu(t, e) {
|
|
6502
6506
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6503
6507
|
if (!o) {
|
|
6504
6508
|
console.error(`stepperV1/spawnWindow property tag not found, ${i}`);
|
|
@@ -6531,10 +6535,10 @@ function en(t, e, i, o) {
|
|
|
6531
6535
|
);
|
|
6532
6536
|
return;
|
|
6533
6537
|
}
|
|
6534
|
-
const
|
|
6535
|
-
return P(
|
|
6538
|
+
const p = {};
|
|
6539
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = Vn.key, p.children = [hu(t, e, o)], p.settings.value = i, p;
|
|
6536
6540
|
}
|
|
6537
|
-
function
|
|
6541
|
+
function hu(t, e, i) {
|
|
6538
6542
|
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6539
6543
|
if (!r) {
|
|
6540
6544
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6568,7 +6572,7 @@ const Hi = {
|
|
|
6568
6572
|
}, $n = {
|
|
6569
6573
|
key: Rt,
|
|
6570
6574
|
name: "x-runtime-lib.stepper",
|
|
6571
|
-
comp:
|
|
6575
|
+
comp: Kl,
|
|
6572
6576
|
properties: {
|
|
6573
6577
|
pageCommon: [f, Hi],
|
|
6574
6578
|
compCommon: [f, Hi]
|
|
@@ -6576,13 +6580,13 @@ const Hi = {
|
|
|
6576
6580
|
events: [],
|
|
6577
6581
|
methods: [],
|
|
6578
6582
|
slots: [],
|
|
6579
|
-
spawn:
|
|
6583
|
+
spawn: yu
|
|
6580
6584
|
};
|
|
6581
6585
|
_($n);
|
|
6582
|
-
const
|
|
6586
|
+
const gu = {
|
|
6583
6587
|
key: Nt,
|
|
6584
6588
|
name: "x-runtime-lib.switch",
|
|
6585
|
-
comp:
|
|
6589
|
+
comp: Ql,
|
|
6586
6590
|
properties: {
|
|
6587
6591
|
pageCommon: [f],
|
|
6588
6592
|
compCommon: [f]
|
|
@@ -6592,7 +6596,7 @@ const hu = {
|
|
|
6592
6596
|
slots: [],
|
|
6593
6597
|
leaf: !0
|
|
6594
6598
|
};
|
|
6595
|
-
_(
|
|
6599
|
+
_(gu);
|
|
6596
6600
|
const Ki = {
|
|
6597
6601
|
key: "settings",
|
|
6598
6602
|
name: "x-runtime-lib.settings",
|
|
@@ -6613,7 +6617,7 @@ const Ki = {
|
|
|
6613
6617
|
}, In = {
|
|
6614
6618
|
key: So,
|
|
6615
6619
|
name: "x-runtime-lib.tab",
|
|
6616
|
-
comp:
|
|
6620
|
+
comp: ea,
|
|
6617
6621
|
properties: {
|
|
6618
6622
|
pageCommon: [f, Ki],
|
|
6619
6623
|
compCommon: [f, Ki]
|
|
@@ -6624,7 +6628,7 @@ const Ki = {
|
|
|
6624
6628
|
leaf: !0
|
|
6625
6629
|
};
|
|
6626
6630
|
_(In);
|
|
6627
|
-
function
|
|
6631
|
+
function xu(t, e) {
|
|
6628
6632
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6629
6633
|
if (!o) {
|
|
6630
6634
|
console.error(`tabsV1/spawn property tag not found, ${i}`);
|
|
@@ -6653,8 +6657,8 @@ function tn(t, e, i, o) {
|
|
|
6653
6657
|
console.error(`tabsV1/spawnTab properties not found, ${r}`);
|
|
6654
6658
|
return;
|
|
6655
6659
|
}
|
|
6656
|
-
const
|
|
6657
|
-
return P(
|
|
6660
|
+
const p = {};
|
|
6661
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = In.key, p.settings.value = i, p.settings.text = o, p;
|
|
6658
6662
|
}
|
|
6659
6663
|
const Un = B(j);
|
|
6660
6664
|
Un.key = "backgroundColor";
|
|
@@ -6747,7 +6751,7 @@ const ji = {
|
|
|
6747
6751
|
}, Sn = {
|
|
6748
6752
|
key: Mt,
|
|
6749
6753
|
name: "x-runtime-lib.tabs",
|
|
6750
|
-
comp:
|
|
6754
|
+
comp: ta,
|
|
6751
6755
|
properties: {
|
|
6752
6756
|
pageCommon: [f, ji],
|
|
6753
6757
|
compCommon: [f, ji]
|
|
@@ -6755,10 +6759,10 @@ const ji = {
|
|
|
6755
6759
|
events: [],
|
|
6756
6760
|
methods: [],
|
|
6757
6761
|
slots: [],
|
|
6758
|
-
spawn:
|
|
6762
|
+
spawn: xu
|
|
6759
6763
|
};
|
|
6760
6764
|
_(Sn);
|
|
6761
|
-
function
|
|
6765
|
+
function vu(t, e) {
|
|
6762
6766
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6763
6767
|
if (!o) {
|
|
6764
6768
|
console.error(`textV1/spawn property tag not found, ${i}`);
|
|
@@ -6861,7 +6865,7 @@ const Oi = {
|
|
|
6861
6865
|
}, ge = {
|
|
6862
6866
|
key: Dt,
|
|
6863
6867
|
name: "x-runtime-lib.text",
|
|
6864
|
-
comp:
|
|
6868
|
+
comp: na,
|
|
6865
6869
|
properties: {
|
|
6866
6870
|
pageCommon: [f, Oi],
|
|
6867
6871
|
compCommon: [f, Oi]
|
|
@@ -6870,10 +6874,10 @@ const Oi = {
|
|
|
6870
6874
|
methods: [],
|
|
6871
6875
|
slots: [],
|
|
6872
6876
|
leaf: !0,
|
|
6873
|
-
spawn:
|
|
6877
|
+
spawn: vu
|
|
6874
6878
|
};
|
|
6875
6879
|
_(ge);
|
|
6876
|
-
function
|
|
6880
|
+
function ku(t, e) {
|
|
6877
6881
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6878
6882
|
if (!o) {
|
|
6879
6883
|
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
@@ -6961,7 +6965,7 @@ const Ui = {
|
|
|
6961
6965
|
}, Cn = {
|
|
6962
6966
|
key: Ft,
|
|
6963
6967
|
name: "x-runtime-lib.textarea",
|
|
6964
|
-
comp:
|
|
6968
|
+
comp: ia,
|
|
6965
6969
|
properties: {
|
|
6966
6970
|
pageCommon: [f, Ui],
|
|
6967
6971
|
compCommon: [f, Ui]
|
|
@@ -6970,13 +6974,13 @@ const Ui = {
|
|
|
6970
6974
|
methods: [],
|
|
6971
6975
|
slots: [],
|
|
6972
6976
|
leaf: !0,
|
|
6973
|
-
spawn:
|
|
6977
|
+
spawn: ku
|
|
6974
6978
|
};
|
|
6975
6979
|
_(Cn);
|
|
6976
6980
|
const Tn = {
|
|
6977
6981
|
key: Co,
|
|
6978
6982
|
name: "x-runtime-lib.timelineItem",
|
|
6979
|
-
comp:
|
|
6983
|
+
comp: aa,
|
|
6980
6984
|
properties: {
|
|
6981
6985
|
pageCommon: [f],
|
|
6982
6986
|
compCommon: [f]
|
|
@@ -6986,7 +6990,7 @@ const Tn = {
|
|
|
6986
6990
|
slots: []
|
|
6987
6991
|
};
|
|
6988
6992
|
_(Tn);
|
|
6989
|
-
function
|
|
6993
|
+
function _u(t, e) {
|
|
6990
6994
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6991
6995
|
if (!o) {
|
|
6992
6996
|
console.error(`timelineV1/spawn property tag not found, ${i}`);
|
|
@@ -7016,9 +7020,9 @@ function nn(t, e, i) {
|
|
|
7016
7020
|
return;
|
|
7017
7021
|
}
|
|
7018
7022
|
const a = {};
|
|
7019
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Tn.key, a.children = [
|
|
7023
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Tn.key, a.children = [wu(t, e, i)], a;
|
|
7020
7024
|
}
|
|
7021
|
-
function
|
|
7025
|
+
function wu(t, e, i) {
|
|
7022
7026
|
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
7023
7027
|
if (!r) {
|
|
7024
7028
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7032,7 +7036,7 @@ function _u(t, e, i) {
|
|
|
7032
7036
|
const a = {};
|
|
7033
7037
|
return P(a, s), a.basic.id = T(16), a.basic.key = ge.key, a.settings.text = i, a;
|
|
7034
7038
|
}
|
|
7035
|
-
const
|
|
7039
|
+
const Vu = B(j), $u = B(j), Xi = {
|
|
7036
7040
|
key: "settings",
|
|
7037
7041
|
name: "x-runtime-lib.settings",
|
|
7038
7042
|
children: [
|
|
@@ -7080,7 +7084,7 @@ const wu = B(j), Vu = B(j), Xi = {
|
|
|
7080
7084
|
ui: "switch",
|
|
7081
7085
|
default: !1
|
|
7082
7086
|
},
|
|
7083
|
-
|
|
7087
|
+
Vu
|
|
7084
7088
|
]
|
|
7085
7089
|
},
|
|
7086
7090
|
{
|
|
@@ -7106,14 +7110,14 @@ const wu = B(j), Vu = B(j), Xi = {
|
|
|
7106
7110
|
ui: "numInput",
|
|
7107
7111
|
default: 0
|
|
7108
7112
|
},
|
|
7109
|
-
|
|
7113
|
+
$u
|
|
7110
7114
|
]
|
|
7111
7115
|
}
|
|
7112
7116
|
]
|
|
7113
7117
|
}, Pn = {
|
|
7114
7118
|
key: Ht,
|
|
7115
7119
|
name: "x-runtime-lib.timeline",
|
|
7116
|
-
comp:
|
|
7120
|
+
comp: sa,
|
|
7117
7121
|
properties: {
|
|
7118
7122
|
pageCommon: [f, Xi],
|
|
7119
7123
|
compCommon: [f, Xi]
|
|
@@ -7121,13 +7125,13 @@ const wu = B(j), Vu = B(j), Xi = {
|
|
|
7121
7125
|
events: [],
|
|
7122
7126
|
methods: [],
|
|
7123
7127
|
slots: [],
|
|
7124
|
-
spawn:
|
|
7128
|
+
spawn: _u
|
|
7125
7129
|
};
|
|
7126
7130
|
_(Pn);
|
|
7127
7131
|
const zn = {
|
|
7128
7132
|
key: To,
|
|
7129
7133
|
name: "x-runtime-lib.windowItem",
|
|
7130
|
-
comp:
|
|
7134
|
+
comp: ma,
|
|
7131
7135
|
properties: {
|
|
7132
7136
|
pageCommon: [f],
|
|
7133
7137
|
compCommon: [f]
|
|
@@ -7137,7 +7141,7 @@ const zn = {
|
|
|
7137
7141
|
slots: []
|
|
7138
7142
|
};
|
|
7139
7143
|
_(zn);
|
|
7140
|
-
function
|
|
7144
|
+
function Iu(t, e) {
|
|
7141
7145
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
7142
7146
|
if (!o) {
|
|
7143
7147
|
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
@@ -7167,9 +7171,9 @@ function on(t, e, i) {
|
|
|
7167
7171
|
return;
|
|
7168
7172
|
}
|
|
7169
7173
|
const a = {};
|
|
7170
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = zn.key, a.children = [
|
|
7174
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = zn.key, a.children = [Su(t, e, i)], a;
|
|
7171
7175
|
}
|
|
7172
|
-
function
|
|
7176
|
+
function Su(t, e, i) {
|
|
7173
7177
|
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
7174
7178
|
if (!r) {
|
|
7175
7179
|
console.error(
|
|
@@ -7183,9 +7187,9 @@ function Iu(t, e, i) {
|
|
|
7183
7187
|
return;
|
|
7184
7188
|
}
|
|
7185
7189
|
const a = {};
|
|
7186
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Ee.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 = [
|
|
7190
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Ee.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 = [Cu(t, e, i)], a;
|
|
7187
7191
|
}
|
|
7188
|
-
function
|
|
7192
|
+
function Cu(t, e, i) {
|
|
7189
7193
|
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
7190
7194
|
if (!r) {
|
|
7191
7195
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7250,7 +7254,7 @@ const Yi = {
|
|
|
7250
7254
|
}, An = {
|
|
7251
7255
|
key: Kt,
|
|
7252
7256
|
name: "x-runtime-lib.window",
|
|
7253
|
-
comp:
|
|
7257
|
+
comp: ua,
|
|
7254
7258
|
properties: {
|
|
7255
7259
|
pageCommon: [f, Yi],
|
|
7256
7260
|
compCommon: [f, Yi]
|
|
@@ -7258,36 +7262,36 @@ const Yi = {
|
|
|
7258
7262
|
events: [],
|
|
7259
7263
|
methods: [],
|
|
7260
7264
|
slots: [],
|
|
7261
|
-
spawn:
|
|
7265
|
+
spawn: Iu
|
|
7262
7266
|
};
|
|
7263
7267
|
_(An);
|
|
7264
|
-
const
|
|
7268
|
+
const Tu = [
|
|
7265
7269
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7266
7270
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7267
7271
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7268
7272
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7269
|
-
],
|
|
7273
|
+
], Pu = [
|
|
7270
7274
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7271
7275
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7272
7276
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7273
7277
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7274
|
-
],
|
|
7278
|
+
], zu = [
|
|
7275
7279
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7276
7280
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7277
7281
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7278
7282
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7279
|
-
],
|
|
7283
|
+
], Au = [
|
|
7280
7284
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7281
7285
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7282
7286
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7283
|
-
],
|
|
7287
|
+
], Lu = [
|
|
7284
7288
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7285
7289
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7286
7290
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7287
|
-
],
|
|
7291
|
+
], Bu = [
|
|
7288
7292
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7289
7293
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7290
|
-
],
|
|
7294
|
+
], Wu = [
|
|
7291
7295
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7292
7296
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7293
7297
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7295,20 +7299,20 @@ const Cu = [
|
|
|
7295
7299
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7296
7300
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7297
7301
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7298
|
-
],
|
|
7302
|
+
], Eu = [
|
|
7299
7303
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7300
7304
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7301
7305
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7302
7306
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7303
7307
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7304
7308
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7305
|
-
],
|
|
7309
|
+
], Ru = [
|
|
7306
7310
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7307
7311
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7308
7312
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7309
7313
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7310
7314
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7311
|
-
],
|
|
7315
|
+
], Nu = [
|
|
7312
7316
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7313
7317
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7314
7318
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7316,12 +7320,12 @@ const Cu = [
|
|
|
7316
7320
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7317
7321
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7318
7322
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7319
|
-
],
|
|
7323
|
+
], Mu = [
|
|
7320
7324
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7321
7325
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7322
7326
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7323
7327
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7324
|
-
],
|
|
7328
|
+
], Du = [
|
|
7325
7329
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7326
7330
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7327
7331
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7329,24 +7333,24 @@ const Cu = [
|
|
|
7329
7333
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7330
7334
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7331
7335
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7332
|
-
],
|
|
7336
|
+
], Fu = [
|
|
7333
7337
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7334
7338
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7335
7339
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7336
7340
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7337
7341
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7338
7342
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7339
|
-
],
|
|
7343
|
+
], Gu = [
|
|
7340
7344
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7341
7345
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7342
7346
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7343
|
-
],
|
|
7347
|
+
], Hu = [
|
|
7344
7348
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7345
7349
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7346
7350
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7347
7351
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7348
7352
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7349
|
-
],
|
|
7353
|
+
], Ku = [
|
|
7350
7354
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7351
7355
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7352
7356
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7354,18 +7358,18 @@ const Cu = [
|
|
|
7354
7358
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7355
7359
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7356
7360
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7357
|
-
],
|
|
7361
|
+
], ju = [
|
|
7358
7362
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7359
7363
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7360
7364
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7361
7365
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7362
7366
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7363
|
-
],
|
|
7367
|
+
], Ou = [
|
|
7364
7368
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7365
7369
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7366
7370
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7367
7371
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7368
|
-
],
|
|
7372
|
+
], Uu = [
|
|
7369
7373
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7370
7374
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7371
7375
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7380,7 +7384,7 @@ const Cu = [
|
|
|
7380
7384
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7381
7385
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7382
7386
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7383
|
-
],
|
|
7387
|
+
], Xu = [
|
|
7384
7388
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7385
7389
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7386
7390
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7391,53 +7395,53 @@ const Cu = [
|
|
|
7391
7395
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7392
7396
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7393
7397
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7394
|
-
],
|
|
7398
|
+
], Yu = [
|
|
7395
7399
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7396
7400
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7397
7401
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7398
|
-
],
|
|
7402
|
+
], Ju = [
|
|
7399
7403
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7400
7404
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7401
|
-
],
|
|
7405
|
+
], Zu = [
|
|
7402
7406
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7403
7407
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7404
|
-
],
|
|
7408
|
+
], qu = [
|
|
7405
7409
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7406
7410
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7407
7411
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7408
|
-
],
|
|
7412
|
+
], Qu = [
|
|
7409
7413
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7410
7414
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7411
7415
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7412
7416
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7413
|
-
],
|
|
7417
|
+
], ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7414
7418
|
__proto__: null,
|
|
7415
|
-
alignTabsItemsV1:
|
|
7416
|
-
axisTypeItemsV1:
|
|
7417
|
-
borderStyleItemsV1:
|
|
7418
|
-
colorModeItemsV1:
|
|
7419
|
-
densityItemsV1:
|
|
7420
|
-
directionItemsV1:
|
|
7421
|
-
fieldVariantItemsV1:
|
|
7422
|
-
flexCrossAlignItemsV1:
|
|
7423
|
-
flexDirectionItemsV1:
|
|
7424
|
-
flexMainAlignItemsV1:
|
|
7425
|
-
flexWrapItemsV1:
|
|
7426
|
-
fontWeightItemsV1:
|
|
7427
|
-
sheetVariantItemsV1:
|
|
7428
|
-
showTicksItemsV1:
|
|
7429
|
-
sizeItemsV1:
|
|
7430
|
-
textAlignItemsV1:
|
|
7431
|
-
textDecorationItemsV1:
|
|
7432
|
-
textEmphasisItemsV1:
|
|
7433
|
-
textStyleItemsV1:
|
|
7434
|
-
themeColorItemsV1:
|
|
7435
|
-
thumbLabelItemsV1:
|
|
7436
|
-
timelineAlignItemsV1:
|
|
7437
|
-
timelineDirectionItemsV1:
|
|
7438
|
-
timelineSideItemsV1:
|
|
7439
|
-
timelineTruncateLineItemsV1:
|
|
7440
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7419
|
+
alignTabsItemsV1: Tu,
|
|
7420
|
+
axisTypeItemsV1: Pu,
|
|
7421
|
+
borderStyleItemsV1: zu,
|
|
7422
|
+
colorModeItemsV1: Au,
|
|
7423
|
+
densityItemsV1: Lu,
|
|
7424
|
+
directionItemsV1: Bu,
|
|
7425
|
+
fieldVariantItemsV1: Wu,
|
|
7426
|
+
flexCrossAlignItemsV1: Eu,
|
|
7427
|
+
flexDirectionItemsV1: Ru,
|
|
7428
|
+
flexMainAlignItemsV1: Nu,
|
|
7429
|
+
flexWrapItemsV1: Mu,
|
|
7430
|
+
fontWeightItemsV1: Du,
|
|
7431
|
+
sheetVariantItemsV1: Fu,
|
|
7432
|
+
showTicksItemsV1: Gu,
|
|
7433
|
+
sizeItemsV1: Hu,
|
|
7434
|
+
textAlignItemsV1: Ku,
|
|
7435
|
+
textDecorationItemsV1: ju,
|
|
7436
|
+
textEmphasisItemsV1: Ou,
|
|
7437
|
+
textStyleItemsV1: Uu,
|
|
7438
|
+
themeColorItemsV1: Xu,
|
|
7439
|
+
thumbLabelItemsV1: Yu,
|
|
7440
|
+
timelineAlignItemsV1: Ju,
|
|
7441
|
+
timelineDirectionItemsV1: Zu,
|
|
7442
|
+
timelineSideItemsV1: qu,
|
|
7443
|
+
timelineTruncateLineItemsV1: Qu
|
|
7444
|
+
}, Symbol.toStringTag, { value: "Module" })), tc = [
|
|
7441
7445
|
{
|
|
7442
7446
|
title: "x-runtime-lib.notSet",
|
|
7443
7447
|
value: "",
|
|
@@ -7477,7 +7481,7 @@ const Cu = [
|
|
|
7477
7481
|
max: 1 / 0,
|
|
7478
7482
|
step: 1
|
|
7479
7483
|
}
|
|
7480
|
-
],
|
|
7484
|
+
], nc = [
|
|
7481
7485
|
{
|
|
7482
7486
|
title: "x-runtime-lib.notSet",
|
|
7483
7487
|
value: "",
|
|
@@ -7499,7 +7503,7 @@ const Cu = [
|
|
|
7499
7503
|
validator: (t) => t === "right",
|
|
7500
7504
|
default: "right"
|
|
7501
7505
|
}
|
|
7502
|
-
],
|
|
7506
|
+
], ic = [
|
|
7503
7507
|
{
|
|
7504
7508
|
title: "x-runtime-lib.notSet",
|
|
7505
7509
|
value: "",
|
|
@@ -7529,7 +7533,7 @@ const Cu = [
|
|
|
7529
7533
|
precision: 6,
|
|
7530
7534
|
default: "0%"
|
|
7531
7535
|
}
|
|
7532
|
-
],
|
|
7536
|
+
], oc = [
|
|
7533
7537
|
{
|
|
7534
7538
|
title: "x-runtime-lib.notSet",
|
|
7535
7539
|
value: "",
|
|
@@ -7554,7 +7558,7 @@ const Cu = [
|
|
|
7554
7558
|
min: 0,
|
|
7555
7559
|
default: "0%"
|
|
7556
7560
|
}
|
|
7557
|
-
],
|
|
7561
|
+
], sc = [
|
|
7558
7562
|
{
|
|
7559
7563
|
title: "x-runtime-lib.notSet",
|
|
7560
7564
|
value: "",
|
|
@@ -7579,7 +7583,7 @@ const Cu = [
|
|
|
7579
7583
|
min: 0,
|
|
7580
7584
|
default: "0%"
|
|
7581
7585
|
}
|
|
7582
|
-
],
|
|
7586
|
+
], rc = [
|
|
7583
7587
|
{
|
|
7584
7588
|
title: "x-runtime-lib.notSet",
|
|
7585
7589
|
value: "",
|
|
@@ -7608,7 +7612,7 @@ const Cu = [
|
|
|
7608
7612
|
validator: (t) => t === "end",
|
|
7609
7613
|
default: "end"
|
|
7610
7614
|
}
|
|
7611
|
-
],
|
|
7615
|
+
], lc = [
|
|
7612
7616
|
{
|
|
7613
7617
|
title: "x-runtime-lib.notSet",
|
|
7614
7618
|
value: "",
|
|
@@ -7630,16 +7634,16 @@ const Cu = [
|
|
|
7630
7634
|
validator: (t) => t === "bottom",
|
|
7631
7635
|
default: "bottom"
|
|
7632
7636
|
}
|
|
7633
|
-
],
|
|
7637
|
+
], ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7634
7638
|
__proto__: null,
|
|
7635
|
-
borderWidthTypesV1:
|
|
7636
|
-
leftRightTypesV1:
|
|
7637
|
-
marginTypesV1:
|
|
7638
|
-
paddingTypesV1:
|
|
7639
|
-
sizeTypesV1:
|
|
7640
|
-
tableColumnAlignTypesV1:
|
|
7641
|
-
topBottomTypesV1:
|
|
7642
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7639
|
+
borderWidthTypesV1: tc,
|
|
7640
|
+
leftRightTypesV1: nc,
|
|
7641
|
+
marginTypesV1: ic,
|
|
7642
|
+
paddingTypesV1: oc,
|
|
7643
|
+
sizeTypesV1: sc,
|
|
7644
|
+
tableColumnAlignTypesV1: rc,
|
|
7645
|
+
topBottomTypesV1: lc
|
|
7646
|
+
}, Symbol.toStringTag, { value: "Module" })), uc = [
|
|
7643
7647
|
{
|
|
7644
7648
|
key: "containment",
|
|
7645
7649
|
name: "x-runtime-lib.containment",
|
|
@@ -7713,7 +7717,7 @@ const Cu = [
|
|
|
7713
7717
|
name: "x-runtime-lib.dynamic",
|
|
7714
7718
|
items: [Ae, _t, At]
|
|
7715
7719
|
}
|
|
7716
|
-
],
|
|
7720
|
+
], cc = [
|
|
7717
7721
|
{
|
|
7718
7722
|
key: "objects",
|
|
7719
7723
|
name: "x-runtime-lib.objects",
|
|
@@ -7744,7 +7748,7 @@ const Cu = [
|
|
|
7744
7748
|
name: "x-runtime-lib.controls",
|
|
7745
7749
|
items: [Vt, xt, ht]
|
|
7746
7750
|
}
|
|
7747
|
-
],
|
|
7751
|
+
], pc = [
|
|
7748
7752
|
{
|
|
7749
7753
|
key: "containment",
|
|
7750
7754
|
name: "x-runtime-lib.containment",
|
|
@@ -7818,7 +7822,7 @@ const Cu = [
|
|
|
7818
7822
|
name: "x-runtime-lib.dynamic",
|
|
7819
7823
|
items: [Ae, _t, At]
|
|
7820
7824
|
}
|
|
7821
|
-
],
|
|
7825
|
+
], mc = [
|
|
7822
7826
|
{
|
|
7823
7827
|
key: "objects",
|
|
7824
7828
|
name: "x-runtime-lib.objects",
|
|
@@ -7849,12 +7853,12 @@ const Cu = [
|
|
|
7849
7853
|
name: "x-runtime-lib.controls",
|
|
7850
7854
|
items: [Vt, xt, ht]
|
|
7851
7855
|
}
|
|
7852
|
-
],
|
|
7856
|
+
], dc = {
|
|
7853
7857
|
version: "v1",
|
|
7854
7858
|
globalityKey: sn,
|
|
7855
7859
|
refKey: Ae,
|
|
7856
|
-
items: { ...
|
|
7857
|
-
types: { ...
|
|
7860
|
+
items: { ...ec },
|
|
7861
|
+
types: { ...ac },
|
|
7858
7862
|
elements: /* @__PURE__ */ new Set([
|
|
7859
7863
|
Xe,
|
|
7860
7864
|
Ye,
|
|
@@ -7922,25 +7926,25 @@ const Cu = [
|
|
|
7922
7926
|
To
|
|
7923
7927
|
]),
|
|
7924
7928
|
groups: {
|
|
7925
|
-
pageCommon:
|
|
7926
|
-
pageScene:
|
|
7927
|
-
compCommon:
|
|
7928
|
-
compScene:
|
|
7929
|
+
pageCommon: pc,
|
|
7930
|
+
pageScene: mc,
|
|
7931
|
+
compCommon: uc,
|
|
7932
|
+
compScene: cc
|
|
7929
7933
|
}
|
|
7930
|
-
},
|
|
7931
|
-
v1:
|
|
7934
|
+
}, yc = {
|
|
7935
|
+
v1: dc
|
|
7932
7936
|
};
|
|
7933
7937
|
function A(t, e) {
|
|
7934
7938
|
if (t === "page") {
|
|
7935
|
-
if (!
|
|
7939
|
+
if (!_s.includes(e)) {
|
|
7936
7940
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7937
7941
|
return;
|
|
7938
7942
|
}
|
|
7939
|
-
} else if (t === "comp" && !
|
|
7943
|
+
} else if (t === "comp" && !ws.includes(e)) {
|
|
7940
7944
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7941
7945
|
return;
|
|
7942
7946
|
}
|
|
7943
|
-
return `${t}${
|
|
7947
|
+
return `${t}${fs(e)}`;
|
|
7944
7948
|
}
|
|
7945
7949
|
function Ji(t, e) {
|
|
7946
7950
|
if (t.array)
|
|
@@ -7963,29 +7967,29 @@ function P(t, e) {
|
|
|
7963
7967
|
}
|
|
7964
7968
|
e.forEach((o) => i(t, o));
|
|
7965
7969
|
}
|
|
7966
|
-
function
|
|
7970
|
+
function Yc(t, e, i, o, r) {
|
|
7967
7971
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefId=${r}`, a = A(t, e);
|
|
7968
7972
|
if (!a) {
|
|
7969
7973
|
console.error(`spawnNode property tag not found, ${s}`);
|
|
7970
7974
|
return;
|
|
7971
7975
|
}
|
|
7972
|
-
const
|
|
7973
|
-
if (!
|
|
7976
|
+
const p = yc[i];
|
|
7977
|
+
if (!p) {
|
|
7974
7978
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
7975
7979
|
return;
|
|
7976
7980
|
}
|
|
7977
7981
|
if (o) {
|
|
7978
|
-
const d =
|
|
7979
|
-
if (!
|
|
7982
|
+
const d = p.refKey, y = r;
|
|
7983
|
+
if (!p.elements.has(d)) {
|
|
7980
7984
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7981
7985
|
return;
|
|
7982
7986
|
}
|
|
7983
|
-
const
|
|
7984
|
-
if (!
|
|
7987
|
+
const c = ze[d];
|
|
7988
|
+
if (!c) {
|
|
7985
7989
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7986
7990
|
return;
|
|
7987
7991
|
}
|
|
7988
|
-
const u =
|
|
7992
|
+
const u = c.properties[a];
|
|
7989
7993
|
if (!u) {
|
|
7990
7994
|
console.error(`spawnNode [ref] properties not found, ${s}`);
|
|
7991
7995
|
return;
|
|
@@ -8001,7 +8005,7 @@ function Xc(t, e, i, o, r) {
|
|
|
8001
8005
|
}, m;
|
|
8002
8006
|
} else {
|
|
8003
8007
|
const d = r;
|
|
8004
|
-
if (!
|
|
8008
|
+
if (!p.elements.has(d)) {
|
|
8005
8009
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
8006
8010
|
return;
|
|
8007
8011
|
}
|
|
@@ -8013,8 +8017,8 @@ function Xc(t, e, i, o, r) {
|
|
|
8013
8017
|
if (y.spawn)
|
|
8014
8018
|
return y.spawn(t, e);
|
|
8015
8019
|
{
|
|
8016
|
-
const
|
|
8017
|
-
if (!
|
|
8020
|
+
const c = y.properties[a];
|
|
8021
|
+
if (!c) {
|
|
8018
8022
|
console.error(`spawnNode [key] properties not found, ${s}`);
|
|
8019
8023
|
return;
|
|
8020
8024
|
}
|
|
@@ -8024,11 +8028,11 @@ function Xc(t, e, i, o, r) {
|
|
|
8024
8028
|
key: ""
|
|
8025
8029
|
}
|
|
8026
8030
|
};
|
|
8027
|
-
return P(u,
|
|
8031
|
+
return P(u, c), u.basic.id = T(16), u.basic.key = d, y.leaf || (u.children = []), u;
|
|
8028
8032
|
}
|
|
8029
8033
|
}
|
|
8030
8034
|
}
|
|
8031
|
-
function
|
|
8035
|
+
function Jc(t, e) {
|
|
8032
8036
|
function i(o) {
|
|
8033
8037
|
if (o.basic.id === e)
|
|
8034
8038
|
return o;
|
|
@@ -8045,69 +8049,69 @@ function Yc(t, e) {
|
|
|
8045
8049
|
return r;
|
|
8046
8050
|
}
|
|
8047
8051
|
}
|
|
8048
|
-
function
|
|
8052
|
+
function fc(t) {
|
|
8049
8053
|
function e(o) {
|
|
8050
8054
|
o.basic.id = T(16), o.children?.forEach((r) => e(r));
|
|
8051
8055
|
}
|
|
8052
8056
|
const i = B(t);
|
|
8053
8057
|
return e(i), i;
|
|
8054
8058
|
}
|
|
8055
|
-
function
|
|
8059
|
+
function Zc(t) {
|
|
8056
8060
|
const e = [];
|
|
8057
8061
|
return t.forEach((i) => {
|
|
8058
|
-
e.push(
|
|
8062
|
+
e.push(fc(i));
|
|
8059
8063
|
}), e;
|
|
8060
8064
|
}
|
|
8061
8065
|
const Po = "runtimeOrg", zo = "runtimeEnv", Ao = "runtimeMode", Lo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Eo = "runtimeData", Ro = "runtimeDepends", No = "runtimeSandbox";
|
|
8062
|
-
function
|
|
8066
|
+
function qc(t) {
|
|
8063
8067
|
ae(Po, t);
|
|
8064
8068
|
}
|
|
8065
|
-
function
|
|
8069
|
+
function bc() {
|
|
8066
8070
|
return le(Po);
|
|
8067
8071
|
}
|
|
8068
|
-
function
|
|
8072
|
+
function Qc(t) {
|
|
8069
8073
|
ae(zo, t);
|
|
8070
8074
|
}
|
|
8071
|
-
function
|
|
8075
|
+
function hc() {
|
|
8072
8076
|
return le(zo);
|
|
8073
8077
|
}
|
|
8074
|
-
function
|
|
8078
|
+
function ep(t) {
|
|
8075
8079
|
ae(Ao, t);
|
|
8076
8080
|
}
|
|
8077
8081
|
function H() {
|
|
8078
8082
|
return le(Ao);
|
|
8079
8083
|
}
|
|
8080
|
-
function
|
|
8084
|
+
function tp(t) {
|
|
8081
8085
|
ae(Lo, Bn(t));
|
|
8082
8086
|
}
|
|
8083
8087
|
function Ce() {
|
|
8084
8088
|
return le(Lo);
|
|
8085
8089
|
}
|
|
8086
|
-
function
|
|
8090
|
+
function np(t) {
|
|
8087
8091
|
ae(Bo, Bn(t));
|
|
8088
8092
|
}
|
|
8089
8093
|
function Ne() {
|
|
8090
8094
|
return le(Bo);
|
|
8091
8095
|
}
|
|
8092
|
-
function
|
|
8096
|
+
function ip(t) {
|
|
8093
8097
|
ae(Wo, t);
|
|
8094
8098
|
}
|
|
8095
8099
|
function fe() {
|
|
8096
8100
|
return le(Wo);
|
|
8097
8101
|
}
|
|
8098
|
-
function
|
|
8102
|
+
function op(t) {
|
|
8099
8103
|
ae(Eo, t);
|
|
8100
8104
|
}
|
|
8101
8105
|
function ke() {
|
|
8102
8106
|
return le(Eo);
|
|
8103
8107
|
}
|
|
8104
|
-
function
|
|
8108
|
+
function sp(t) {
|
|
8105
8109
|
ae(Ro, Bn(t));
|
|
8106
8110
|
}
|
|
8107
|
-
function
|
|
8111
|
+
function gc() {
|
|
8108
8112
|
return le(Ro);
|
|
8109
8113
|
}
|
|
8110
|
-
function
|
|
8114
|
+
function xc(t) {
|
|
8111
8115
|
ae(No, t);
|
|
8112
8116
|
}
|
|
8113
8117
|
function _e() {
|
|
@@ -8120,13 +8124,13 @@ function Pe(t) {
|
|
|
8120
8124
|
function De(t, e, i, o, r) {
|
|
8121
8125
|
const { watchEffect: s, bind: a } = e;
|
|
8122
8126
|
if (s[i])
|
|
8123
|
-
for (const
|
|
8124
|
-
const d =
|
|
8127
|
+
for (const p of s[i]) {
|
|
8128
|
+
const d = bs(p);
|
|
8125
8129
|
t.callFunction(`__watchEffect$${d}__`);
|
|
8126
8130
|
}
|
|
8127
8131
|
if (a.triggers[i])
|
|
8128
|
-
for (const
|
|
8129
|
-
const d = a.sets[
|
|
8132
|
+
for (const p of a.triggers[i]) {
|
|
8133
|
+
const d = a.sets[p];
|
|
8130
8134
|
if (!d) {
|
|
8131
8135
|
console.assert(!1);
|
|
8132
8136
|
continue;
|
|
@@ -8149,8 +8153,8 @@ function De(t, e, i, o, r) {
|
|
|
8149
8153
|
}
|
|
8150
8154
|
if (!y)
|
|
8151
8155
|
continue;
|
|
8152
|
-
let
|
|
8153
|
-
y.subKeys ?
|
|
8156
|
+
let c;
|
|
8157
|
+
y.subKeys ? c = Ve(o, y.subKeys) : c = o;
|
|
8154
8158
|
for (const u of d)
|
|
8155
8159
|
if (u.subKeys) {
|
|
8156
8160
|
let m;
|
|
@@ -8170,10 +8174,10 @@ function De(t, e, i, o, r) {
|
|
|
8170
8174
|
continue;
|
|
8171
8175
|
}
|
|
8172
8176
|
const b = Ve(m, u.subKeys);
|
|
8173
|
-
if (se(
|
|
8177
|
+
if (se(c, b))
|
|
8174
8178
|
continue;
|
|
8175
8179
|
const h = B(m);
|
|
8176
|
-
mo(h, u.subKeys, B(
|
|
8180
|
+
mo(h, u.subKeys, B(c)), u.type === "elementProperty" ? t.setElementProperty(
|
|
8177
8181
|
u.nodeId,
|
|
8178
8182
|
u.propertyKeys,
|
|
8179
8183
|
h
|
|
@@ -8195,19 +8199,19 @@ function De(t, e, i, o, r) {
|
|
|
8195
8199
|
console.assert(!1);
|
|
8196
8200
|
continue;
|
|
8197
8201
|
}
|
|
8198
|
-
if (se(
|
|
8202
|
+
if (se(c, m))
|
|
8199
8203
|
continue;
|
|
8200
8204
|
u.type === "elementProperty" ? t.setElementProperty(
|
|
8201
8205
|
u.nodeId,
|
|
8202
8206
|
u.propertyKeys,
|
|
8203
|
-
B(
|
|
8204
|
-
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, B(
|
|
8207
|
+
B(c)
|
|
8208
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, B(c)) : u.type === "state" ? t.setState(u.stateId, B(c)) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, B(c)) : console.assert(!1);
|
|
8205
8209
|
}
|
|
8206
8210
|
}
|
|
8207
8211
|
}
|
|
8208
|
-
function
|
|
8209
|
-
function i(
|
|
8210
|
-
const u = t.pseudoToNative(
|
|
8212
|
+
function vc(t, e) {
|
|
8213
|
+
function i(c) {
|
|
8214
|
+
const u = t.pseudoToNative(c), m = [], b = u.split(".");
|
|
8211
8215
|
for (let h = 0; h < b.length; h++) {
|
|
8212
8216
|
const g = b[h].trim();
|
|
8213
8217
|
if (g !== "")
|
|
@@ -8219,8 +8223,8 @@ function xc(t, e) {
|
|
|
8219
8223
|
}
|
|
8220
8224
|
return t.nativeToPseudo(m);
|
|
8221
8225
|
}
|
|
8222
|
-
function o(
|
|
8223
|
-
const u = t.pseudoToNative(
|
|
8226
|
+
function o(c) {
|
|
8227
|
+
const u = t.pseudoToNative(c);
|
|
8224
8228
|
try {
|
|
8225
8229
|
const m = JSON.parse(u);
|
|
8226
8230
|
return t.nativeToPseudo(m);
|
|
@@ -8228,31 +8232,31 @@ function xc(t, e) {
|
|
|
8228
8232
|
return t.nativeToPseudo({});
|
|
8229
8233
|
}
|
|
8230
8234
|
}
|
|
8231
|
-
function r(
|
|
8232
|
-
const u = t.pseudoToNative(
|
|
8235
|
+
function r(c) {
|
|
8236
|
+
const u = t.pseudoToNative(c), m = JSON.stringify(u);
|
|
8233
8237
|
return t.nativeToPseudo(m);
|
|
8234
8238
|
}
|
|
8235
|
-
function s(
|
|
8236
|
-
const u = t.pseudoToNative(
|
|
8239
|
+
function s(c) {
|
|
8240
|
+
const u = t.pseudoToNative(c);
|
|
8237
8241
|
console.log(u);
|
|
8238
8242
|
}
|
|
8239
|
-
function a(
|
|
8240
|
-
const u = t.pseudoToNative(
|
|
8243
|
+
function a(c) {
|
|
8244
|
+
const u = t.pseudoToNative(c);
|
|
8241
8245
|
let m = "";
|
|
8242
8246
|
typeof u == "object" ? m = JSON.stringify(u) : m = String(u), io.emit("consoleAppend", m);
|
|
8243
8247
|
}
|
|
8244
|
-
function c
|
|
8245
|
-
const m = t.pseudoToNative(
|
|
8246
|
-
m === "info" ?
|
|
8248
|
+
function p(c, u) {
|
|
8249
|
+
const m = t.pseudoToNative(c), b = t.pseudoToNative(u);
|
|
8250
|
+
m === "info" ? Yo(b) : m === "success" ? Jo(b) : m === "warning" ? oo(b) : m === "error" && so(b);
|
|
8247
8251
|
}
|
|
8248
|
-
function d(
|
|
8249
|
-
const m = t.pseudoToNative(
|
|
8252
|
+
function d(c, u) {
|
|
8253
|
+
const m = t.pseudoToNative(c), b = t.pseudoToNative(u);
|
|
8250
8254
|
window.setTimeout(() => {
|
|
8251
8255
|
t.appendCode(`__timeoutCallbackV1__(${m})`), t.run();
|
|
8252
8256
|
}, b);
|
|
8253
8257
|
}
|
|
8254
|
-
function y(
|
|
8255
|
-
const m = t.pseudoToNative(
|
|
8258
|
+
function y(c, u) {
|
|
8259
|
+
const m = t.pseudoToNative(c);
|
|
8256
8260
|
window.setTimeout(() => {
|
|
8257
8261
|
u(), t.run();
|
|
8258
8262
|
}, m);
|
|
@@ -8280,7 +8284,7 @@ function xc(t, e) {
|
|
|
8280
8284
|
), t.setProperty(
|
|
8281
8285
|
e,
|
|
8282
8286
|
"__messageV1__",
|
|
8283
|
-
t.createNativeFunction(
|
|
8287
|
+
t.createNativeFunction(p)
|
|
8284
8288
|
), t.setProperty(
|
|
8285
8289
|
e,
|
|
8286
8290
|
"__timeoutV1__",
|
|
@@ -8291,24 +8295,24 @@ function xc(t, e) {
|
|
|
8291
8295
|
t.createAsyncFunction(y)
|
|
8292
8296
|
);
|
|
8293
8297
|
}
|
|
8294
|
-
const Mo =
|
|
8298
|
+
const Mo = Zo({
|
|
8295
8299
|
baseUrl: "http://localhost/computebase/",
|
|
8296
8300
|
onError: (t) => {
|
|
8297
8301
|
const { i18n: e } = he;
|
|
8298
|
-
so(
|
|
8302
|
+
so(xs(e, t));
|
|
8299
8303
|
}
|
|
8300
8304
|
});
|
|
8301
8305
|
window.API_URL && (Mo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8302
|
-
function
|
|
8306
|
+
function kc(t) {
|
|
8303
8307
|
return Mo.post("callFunc", t);
|
|
8304
8308
|
}
|
|
8305
|
-
function
|
|
8306
|
-
async function i(o, r, s, a,
|
|
8307
|
-
const y = t.pseudoToNative(o),
|
|
8309
|
+
function _c(t, e) {
|
|
8310
|
+
async function i(o, r, s, a, p, d) {
|
|
8311
|
+
const y = t.pseudoToNative(o), c = t.pseudoToNative(r), u = t.pseudoToNative(s), m = t.pseudoToNative(a), b = t.pseudoToNative(p);
|
|
8308
8312
|
try {
|
|
8309
|
-
const h = JSON.stringify(u), { strOutputs: g } = await
|
|
8313
|
+
const h = JSON.stringify(u), { strOutputs: g } = await kc({
|
|
8310
8314
|
spaceId: y,
|
|
8311
|
-
id:
|
|
8315
|
+
id: c,
|
|
8312
8316
|
strInputs: h,
|
|
8313
8317
|
env: m
|
|
8314
8318
|
}), x = JSON.parse(g);
|
|
@@ -8323,7 +8327,7 @@ function kc(t, e) {
|
|
|
8323
8327
|
t.createAsyncFunction(i)
|
|
8324
8328
|
);
|
|
8325
8329
|
}
|
|
8326
|
-
function
|
|
8330
|
+
function wc(t, e, i) {
|
|
8327
8331
|
function o(u, m, b) {
|
|
8328
8332
|
let h;
|
|
8329
8333
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(m), w = e.pseudoToNative(b);
|
|
@@ -8341,7 +8345,7 @@ function _c(t, e, i) {
|
|
|
8341
8345
|
const m = e.pseudoToNative(u), b = t.getState(m);
|
|
8342
8346
|
return e.nativeToPseudo(b);
|
|
8343
8347
|
}
|
|
8344
|
-
function
|
|
8348
|
+
function p(u, m) {
|
|
8345
8349
|
const b = e.pseudoToNative(u), h = e.pseudoToNative(m);
|
|
8346
8350
|
t.setState(b, h);
|
|
8347
8351
|
}
|
|
@@ -8362,13 +8366,13 @@ function _c(t, e, i) {
|
|
|
8362
8366
|
}
|
|
8363
8367
|
function y(u, m, b) {
|
|
8364
8368
|
const h = e.pseudoToNative(u), g = e.pseudoToNative(m);
|
|
8365
|
-
|
|
8369
|
+
qo({ title: h, text: g }).then((x) => {
|
|
8366
8370
|
b(e.nativeToPseudo(x)), e.run();
|
|
8367
8371
|
});
|
|
8368
8372
|
}
|
|
8369
|
-
function
|
|
8373
|
+
function c(u, m, b, h) {
|
|
8370
8374
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(m), w = e.pseudoToNative(b);
|
|
8371
|
-
|
|
8375
|
+
Qo({ title: g, label: x, value: w }).then((S) => {
|
|
8372
8376
|
h(e.nativeToPseudo(S)), e.run();
|
|
8373
8377
|
});
|
|
8374
8378
|
}
|
|
@@ -8391,7 +8395,7 @@ function _c(t, e, i) {
|
|
|
8391
8395
|
), e.setProperty(
|
|
8392
8396
|
i,
|
|
8393
8397
|
"__setStateV1__",
|
|
8394
|
-
e.createNativeFunction(
|
|
8398
|
+
e.createNativeFunction(p)
|
|
8395
8399
|
), e.setProperty(
|
|
8396
8400
|
i,
|
|
8397
8401
|
"__navigateToV1__",
|
|
@@ -8403,13 +8407,13 @@ function _c(t, e, i) {
|
|
|
8403
8407
|
), e.setProperty(
|
|
8404
8408
|
i,
|
|
8405
8409
|
"__openPromptDlgV1__",
|
|
8406
|
-
e.createAsyncFunction(
|
|
8410
|
+
e.createAsyncFunction(c)
|
|
8407
8411
|
);
|
|
8408
8412
|
}
|
|
8409
|
-
function
|
|
8410
|
-
|
|
8413
|
+
function Vc(t, e, i) {
|
|
8414
|
+
vc(e, i), _c(e, i), wc(t, e, i);
|
|
8411
8415
|
}
|
|
8412
|
-
const
|
|
8416
|
+
const $c = `
|
|
8413
8417
|
var __env__ = 'dev'
|
|
8414
8418
|
var __mode__ = 'editor'
|
|
8415
8419
|
|
|
@@ -8419,7 +8423,7 @@ function __getEnvV1__() {
|
|
|
8419
8423
|
|
|
8420
8424
|
var __pointerPosX__ = 0
|
|
8421
8425
|
var __pointerPosY__ = 0
|
|
8422
|
-
`,
|
|
8426
|
+
`, Ic = `
|
|
8423
8427
|
var __events__ = {}
|
|
8424
8428
|
|
|
8425
8429
|
function __onEventV1__(id, callback) {
|
|
@@ -8456,7 +8460,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
8456
8460
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
8457
8461
|
}
|
|
8458
8462
|
}
|
|
8459
|
-
`,
|
|
8463
|
+
`, Sc = `
|
|
8460
8464
|
var __timers__ = {}
|
|
8461
8465
|
var __currTimerId__ = 0
|
|
8462
8466
|
|
|
@@ -8498,16 +8502,16 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
8498
8502
|
}
|
|
8499
8503
|
}
|
|
8500
8504
|
}
|
|
8501
|
-
`,
|
|
8505
|
+
`, Cc = `
|
|
8502
8506
|
function __destroy__() {
|
|
8503
8507
|
__events__ = {}
|
|
8504
8508
|
__timers__ = {}
|
|
8505
8509
|
}
|
|
8506
|
-
`,
|
|
8507
|
-
function
|
|
8510
|
+
`, Tc = $c + Ic + Sc + Cc;
|
|
8511
|
+
function rp(t, e, i) {
|
|
8508
8512
|
return `${t}/${e}/${i}`;
|
|
8509
8513
|
}
|
|
8510
|
-
function
|
|
8514
|
+
function lp(t) {
|
|
8511
8515
|
const e = t.split("/");
|
|
8512
8516
|
return e.length < 3 ? (console.assert(!1, "invalid property id"), {
|
|
8513
8517
|
kind: "elementProperty",
|
|
@@ -8519,10 +8523,10 @@ function rp(t) {
|
|
|
8519
8523
|
propertyKey: e[2]
|
|
8520
8524
|
};
|
|
8521
8525
|
}
|
|
8522
|
-
function
|
|
8526
|
+
function ap(t, e, i) {
|
|
8523
8527
|
return `${t}/${e}/${i}`;
|
|
8524
8528
|
}
|
|
8525
|
-
function
|
|
8529
|
+
function up(t) {
|
|
8526
8530
|
const e = t.split("/");
|
|
8527
8531
|
return e.length < 3 ? (console.assert(!1, "invalid method id"), {
|
|
8528
8532
|
kind: "elementMethod",
|
|
@@ -8537,7 +8541,7 @@ function ap(t) {
|
|
|
8537
8541
|
function me(t, e, i) {
|
|
8538
8542
|
return `${t}/${e}/${i}`;
|
|
8539
8543
|
}
|
|
8540
|
-
function
|
|
8544
|
+
function cp(t) {
|
|
8541
8545
|
const e = t.split("/");
|
|
8542
8546
|
return e.length < 3 ? (console.assert(!1, "invalid event id"), {
|
|
8543
8547
|
kind: "elementEvent",
|
|
@@ -8549,16 +8553,16 @@ function up(t) {
|
|
|
8549
8553
|
eventKey: e[2]
|
|
8550
8554
|
};
|
|
8551
8555
|
}
|
|
8552
|
-
function
|
|
8556
|
+
function Pc(t) {
|
|
8553
8557
|
return t instanceof Array ? t.join(".") : t;
|
|
8554
8558
|
}
|
|
8555
|
-
class
|
|
8559
|
+
class zc {
|
|
8556
8560
|
parent;
|
|
8557
8561
|
org;
|
|
8558
8562
|
env;
|
|
8559
8563
|
mode;
|
|
8560
8564
|
type;
|
|
8561
|
-
eventBus =
|
|
8565
|
+
eventBus = hs();
|
|
8562
8566
|
hooks;
|
|
8563
8567
|
constructor(e, i, o, r, s, a) {
|
|
8564
8568
|
this.parent = e, this.org = i, this.env = o, this.mode = r, this.type = s, this.hooks = a;
|
|
@@ -8661,10 +8665,10 @@ class Pc {
|
|
|
8661
8665
|
//--------------------------
|
|
8662
8666
|
interpreter;
|
|
8663
8667
|
createInterpreter(e) {
|
|
8664
|
-
this.interpreter = new
|
|
8665
|
-
|
|
8668
|
+
this.interpreter = new gs(
|
|
8669
|
+
Tc,
|
|
8666
8670
|
(i, o) => {
|
|
8667
|
-
|
|
8671
|
+
Vc(this, i, o);
|
|
8668
8672
|
}
|
|
8669
8673
|
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", [
|
|
8670
8674
|
me("elementEvent", "globality", "startup")
|
|
@@ -8701,7 +8705,7 @@ class Pc {
|
|
|
8701
8705
|
}
|
|
8702
8706
|
}
|
|
8703
8707
|
function Do(t, e) {
|
|
8704
|
-
const i =
|
|
8708
|
+
const i = gc(), o = re(-1);
|
|
8705
8709
|
pe(() => {
|
|
8706
8710
|
const r = i.value[t];
|
|
8707
8711
|
if (!r) {
|
|
@@ -8712,12 +8716,12 @@ function Do(t, e) {
|
|
|
8712
8716
|
});
|
|
8713
8717
|
}
|
|
8714
8718
|
function Fo(t, e) {
|
|
8715
|
-
const i =
|
|
8719
|
+
const i = bc(), o = hc(), r = H(), s = fe(), a = Ce(), p = Ne(), d = (h, g, x, w) => {
|
|
8716
8720
|
if (q(r) && (m.callFunction("__triggerEventV1__", [
|
|
8717
8721
|
me(
|
|
8718
8722
|
"elementPropertyChangeEvent",
|
|
8719
8723
|
h,
|
|
8720
|
-
|
|
8724
|
+
Pc(g)
|
|
8721
8725
|
),
|
|
8722
8726
|
x,
|
|
8723
8727
|
w ?? x
|
|
@@ -8747,7 +8751,7 @@ function Fo(t, e) {
|
|
|
8747
8751
|
g,
|
|
8748
8752
|
x
|
|
8749
8753
|
));
|
|
8750
|
-
},
|
|
8754
|
+
}, c = (h, g, x) => {
|
|
8751
8755
|
q(r) && t.value?.code.reactivity && De(
|
|
8752
8756
|
m,
|
|
8753
8757
|
t.value.code.reactivity,
|
|
@@ -8767,15 +8771,15 @@ function Fo(t, e) {
|
|
|
8767
8771
|
g,
|
|
8768
8772
|
x
|
|
8769
8773
|
));
|
|
8770
|
-
}, m = new
|
|
8774
|
+
}, m = new zc(e, i, o, r, s, {
|
|
8771
8775
|
onElementPropertyChange: d,
|
|
8772
8776
|
onCustomPropertyChange: y,
|
|
8773
|
-
onAdaptSlotPropertyChange:
|
|
8777
|
+
onAdaptSlotPropertyChange: c,
|
|
8774
8778
|
onStateChange: u
|
|
8775
8779
|
});
|
|
8776
|
-
|
|
8780
|
+
xc(m);
|
|
8777
8781
|
const b = () => {
|
|
8778
|
-
q(r) && (m.destroyInterpreter(), m.syncNodes(t.value), m.resetCustomProperties(), m.
|
|
8782
|
+
q(r) && (m.destroyInterpreter(), m.syncNodes(t.value), m.resetCustomProperties(), m.resetAdaptSlotProperties(), m.resetStates(), !(!t.value || !t.value.code.script) && m.createInterpreter(t.value.code.script));
|
|
8779
8783
|
};
|
|
8780
8784
|
b(), te(t, () => {
|
|
8781
8785
|
b();
|
|
@@ -8793,7 +8797,7 @@ function Fo(t, e) {
|
|
|
8793
8797
|
},
|
|
8794
8798
|
{ immediate: !0 }
|
|
8795
8799
|
), q(r) && te(
|
|
8796
|
-
|
|
8800
|
+
p,
|
|
8797
8801
|
(h) => {
|
|
8798
8802
|
m.callFunction("__triggerEventV1__", [
|
|
8799
8803
|
me("elementEvent", "globality", "darkModeChange"),
|
|
@@ -8803,45 +8807,45 @@ function Fo(t, e) {
|
|
|
8803
8807
|
{ immediate: !0 }
|
|
8804
8808
|
);
|
|
8805
8809
|
}
|
|
8806
|
-
const
|
|
8810
|
+
const Ac = (t, e, i) => {
|
|
8807
8811
|
const o = t[e];
|
|
8808
8812
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((r, s) => {
|
|
8809
8813
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
|
|
8810
8814
|
});
|
|
8811
8815
|
};
|
|
8812
|
-
async function
|
|
8813
|
-
return (await
|
|
8816
|
+
async function pp(t) {
|
|
8817
|
+
return (await Ac(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.e1q0pu8p.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.fg4w34l5.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8814
8818
|
}
|
|
8815
8819
|
export {
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8820
|
+
zc as Sandbox,
|
|
8821
|
+
Ta as ambientLightV1,
|
|
8822
|
+
Uc as badgeV1,
|
|
8819
8823
|
an as barChartV1,
|
|
8820
|
-
|
|
8824
|
+
Vc as bind,
|
|
8821
8825
|
rn as boxGeometryV1,
|
|
8822
8826
|
po as breakpoints,
|
|
8823
|
-
|
|
8824
|
-
|
|
8827
|
+
Ga as btnGroupV1,
|
|
8828
|
+
Ha as btnToggleV1,
|
|
8825
8829
|
cn as btnV1,
|
|
8826
8830
|
Fe as calcBreakpoint,
|
|
8827
8831
|
We as cardV1,
|
|
8828
|
-
|
|
8832
|
+
ja as checkboxV1,
|
|
8829
8833
|
mn as chipGroupV1,
|
|
8830
8834
|
pn as chipV1,
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8835
|
+
Xa as colorPickerV1,
|
|
8836
|
+
Ya as comboboxV1,
|
|
8837
|
+
ws as compTypes,
|
|
8834
8838
|
dn as containerV1,
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
8840
|
-
|
|
8841
|
-
|
|
8839
|
+
Ja as dataTableV1,
|
|
8840
|
+
Za as datePickerV1,
|
|
8841
|
+
qa as dialogV1,
|
|
8842
|
+
Pa as directionalLightV1,
|
|
8843
|
+
Pc as dotPropertyKeys,
|
|
8844
|
+
fc as duplicateNode,
|
|
8845
|
+
Zc as duplicateNodes,
|
|
8842
8846
|
ze as elements,
|
|
8843
|
-
|
|
8844
|
-
|
|
8847
|
+
Hc as ensureContext,
|
|
8848
|
+
Xc as fileInputV1,
|
|
8845
8849
|
yn as flexLayoutEntryV1,
|
|
8846
8850
|
Ee as flexLayoutV1,
|
|
8847
8851
|
hn as formV1,
|
|
@@ -8849,81 +8853,81 @@ export {
|
|
|
8849
8853
|
Te as getBreakpointProp,
|
|
8850
8854
|
Ve as getField,
|
|
8851
8855
|
Zn as getIndexOfBreakpoint,
|
|
8852
|
-
|
|
8856
|
+
Jc as getNode,
|
|
8853
8857
|
Ji as getPropertyDefault,
|
|
8854
8858
|
A as getPropertyTag,
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
+
Gc as getTypeColor,
|
|
8860
|
+
Ma as globalityV1,
|
|
8861
|
+
La as groupV1,
|
|
8862
|
+
ou as iconV1,
|
|
8859
8863
|
P as initProperties,
|
|
8860
8864
|
Ne as injectDark,
|
|
8861
8865
|
ke as injectData,
|
|
8862
|
-
|
|
8866
|
+
gc as injectDepends,
|
|
8863
8867
|
Ce as injectDevice,
|
|
8864
|
-
|
|
8868
|
+
hc as injectEnv,
|
|
8865
8869
|
H as injectMode,
|
|
8866
|
-
|
|
8870
|
+
bc as injectOrg,
|
|
8867
8871
|
_e as injectSandbox,
|
|
8868
8872
|
fe as injectType,
|
|
8869
8873
|
yo as isCircularRef,
|
|
8870
8874
|
q as isExecutableMode,
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
|
|
8875
|
+
Is as isLocaleOfEventKind,
|
|
8876
|
+
$s as isLocaleOfMethodKind,
|
|
8877
|
+
Vs as isLocaleOfPropertyKind,
|
|
8874
8878
|
Wn as isPercentStr,
|
|
8875
8879
|
Ue as isPixelStr,
|
|
8876
|
-
|
|
8880
|
+
va as keyboardControlsV1,
|
|
8877
8881
|
un as lineChartV1,
|
|
8878
|
-
|
|
8882
|
+
pp as loadLocaleMessageRuntime,
|
|
8879
8883
|
me as makeEventId,
|
|
8880
|
-
|
|
8881
|
-
|
|
8884
|
+
ap as makeMethodId,
|
|
8885
|
+
rp as makePropertyId,
|
|
8882
8886
|
Pe as makeTriggerId,
|
|
8883
|
-
|
|
8884
|
-
|
|
8887
|
+
ka as mapControlsV1,
|
|
8888
|
+
su as menuV1,
|
|
8885
8889
|
Le as meshBasicMaterialV1,
|
|
8886
8890
|
Be as meshV1,
|
|
8887
|
-
|
|
8891
|
+
Ea as multipleRefV1,
|
|
8888
8892
|
gn as numberInputV1,
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
+
_a as orbitControlsV1,
|
|
8894
|
+
fa as orthographicCameraV1,
|
|
8895
|
+
_s as pageTypes,
|
|
8896
|
+
lu as paginationV1,
|
|
8893
8897
|
Zt as parsePercentStr,
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
|
|
8898
|
+
Dc as parsePixelStr,
|
|
8899
|
+
ba as perspectiveCameraV1,
|
|
8900
|
+
yc as pkgs,
|
|
8901
|
+
za as pointLightV1,
|
|
8902
|
+
np as provideDark,
|
|
8903
|
+
op as provideData,
|
|
8904
|
+
sp as provideDepends,
|
|
8905
|
+
tp as provideDevice,
|
|
8906
|
+
Qc as provideEnv,
|
|
8907
|
+
ep as provideMode,
|
|
8908
|
+
qc as provideOrg,
|
|
8909
|
+
xc as provideSandbox,
|
|
8910
|
+
ip as provideType,
|
|
8907
8911
|
vn as radioGroupV1,
|
|
8908
8912
|
xn as radioV1,
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8913
|
+
cu as rangeSliderV1,
|
|
8914
|
+
pu as ratingV1,
|
|
8915
|
+
Ra as referenceV1,
|
|
8916
|
+
Na as renderSwitchV1,
|
|
8917
|
+
ks as reverseBreakpoints,
|
|
8918
|
+
Tc as runtime,
|
|
8919
|
+
mu as selectV1,
|
|
8916
8920
|
mo as setField,
|
|
8917
|
-
|
|
8918
|
-
|
|
8921
|
+
du as sliderV1,
|
|
8922
|
+
Yc as spawnNode,
|
|
8919
8923
|
ln as sphereGeometryV1,
|
|
8920
|
-
|
|
8924
|
+
Aa as spotLightV1,
|
|
8921
8925
|
kn as stepperHeaderV1,
|
|
8922
8926
|
_n as stepperItemV1,
|
|
8923
8927
|
$n as stepperV1,
|
|
8924
8928
|
Vn as stepperWindowItemV1,
|
|
8925
8929
|
wn as stepperWindowV1,
|
|
8926
|
-
|
|
8930
|
+
gu as switchV1,
|
|
8927
8931
|
In as tabV1,
|
|
8928
8932
|
Sn as tabsV1,
|
|
8929
8933
|
bn as textFieldV1,
|
|
@@ -8931,14 +8935,14 @@ export {
|
|
|
8931
8935
|
Cn as textareaV1,
|
|
8932
8936
|
Tn as timelineItemV1,
|
|
8933
8937
|
Pn as timelineV1,
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8938
|
+
Oc as toEventName,
|
|
8939
|
+
jc as toMethodName,
|
|
8940
|
+
Kc as toPropertyName,
|
|
8937
8941
|
De as triggerReactivity,
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
+
Fc as types,
|
|
8943
|
+
cp as unwrapEventId,
|
|
8944
|
+
up as unwrapMethodId,
|
|
8945
|
+
lp as unwrapPropertyId,
|
|
8942
8946
|
Do as useDepend,
|
|
8943
8947
|
Fo as useSandbox,
|
|
8944
8948
|
zn as windowItemV1,
|