x-runtime-lib 0.8.24 → 0.8.25
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 +349 -384
- package/dist/types/kind.d.ts +0 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as $, createElementBlock as
|
|
2
|
-
import { globalObjects as be, waitUtil as Zi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as jo, openConfirmDlg as Ko, openPromptDlg as
|
|
3
|
-
import { CameraHelper as io, DirectionalLightHelper as
|
|
4
|
-
import { c as B, i as ne, q as Be, u as
|
|
1
|
+
import { defineComponent as $, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as Z, onBeforeMount as No, onUnmounted as Ke, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as Xi, onMounted as Yi, nextTick as qi, h as ae, resolveComponent as z, createVNode as H, isRef as U, createSlots as Pn, renderList as Ro, useId as Ji, withModifiers as Do, normalizeClass as Mo, toDisplayString as Fo, inject as oe, provide as se, readonly as zn } from "vue";
|
|
2
|
+
import { globalObjects as be, waitUtil as Zi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as jo, openConfirmDlg as Ko, openPromptDlg as Uo } from "x-essential-lib";
|
|
3
|
+
import { CameraHelper as io, DirectionalLightHelper as Oo, PointLightHelper as Xo, SpotLightHelper as Yo } from "three";
|
|
4
|
+
import { c as B, i as ne, q as Be, u as qo, r as oo, e as so, a as Jo, b as Zo, d as Qo, f as es, g as ts, h as ns, j as is, k as os, l as ro, X as ss, Y as rs, K as ls, m as as, n as us, o as cs, I as ms } from "./vendor.dd29fg1n.js";
|
|
5
5
|
import { getErrorMessage as ps } from "x-error-lib";
|
|
6
6
|
import { useTheme as ds } from "vuetify";
|
|
7
7
|
import { useI18n as fs } from "vue-i18n";
|
|
@@ -42,52 +42,25 @@ const bs = ["common", "scene"], ys = ["common", "scene"];
|
|
|
42
42
|
function hs(t) {
|
|
43
43
|
return t === "elementProperty" || t === "elementSlotProperty";
|
|
44
44
|
}
|
|
45
|
-
function Pc(t, e) {
|
|
46
|
-
return `${t}@${e}`;
|
|
47
|
-
}
|
|
48
|
-
function zc(t) {
|
|
49
|
-
const e = t.indexOf("@");
|
|
50
|
-
return e < 0 ? (console.assert(!1, "invalid property key"), ["elementProperty", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
51
|
-
}
|
|
52
|
-
function Ac(t, e, i) {
|
|
53
|
-
return `${t}@${e}@${i}`;
|
|
54
|
-
}
|
|
55
45
|
function gs(t) {
|
|
56
46
|
return t === "elementMethod" || t === "elementSlotMethod";
|
|
57
47
|
}
|
|
58
|
-
function Lc(t, e) {
|
|
59
|
-
return `${t}@${e}`;
|
|
60
|
-
}
|
|
61
|
-
function Bc(t) {
|
|
62
|
-
const e = t.indexOf("@");
|
|
63
|
-
return e < 0 ? (console.assert(!1, "invalid method key"), ["elementMethod", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
64
|
-
}
|
|
65
|
-
function Wc(t, e, i) {
|
|
66
|
-
return `${t}@${e}@${i}`;
|
|
67
|
-
}
|
|
68
48
|
function xs(t) {
|
|
69
49
|
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
70
50
|
}
|
|
71
|
-
function Ec(t, e) {
|
|
72
|
-
return `${t}@${e}`;
|
|
73
|
-
}
|
|
74
|
-
function Nc(t) {
|
|
75
|
-
const e = t.indexOf("@");
|
|
76
|
-
return e < 0 ? (console.assert(!1, "invalid event key"), ["elementEvent", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
77
|
-
}
|
|
78
51
|
function Ce(t, e, i) {
|
|
79
52
|
return `${t}@${e}@${i}`;
|
|
80
53
|
}
|
|
81
|
-
const
|
|
54
|
+
const Yn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
82
55
|
function T(t) {
|
|
83
56
|
let e = "";
|
|
84
57
|
for (let i = 0; i < t; i++) {
|
|
85
|
-
const o = Math.floor(Math.random() *
|
|
86
|
-
e +=
|
|
58
|
+
const o = Math.floor(Math.random() * Yn.length);
|
|
59
|
+
e += Yn[o];
|
|
87
60
|
}
|
|
88
61
|
return e;
|
|
89
62
|
}
|
|
90
|
-
function
|
|
63
|
+
function Ue(t) {
|
|
91
64
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
92
65
|
return !1;
|
|
93
66
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -99,14 +72,14 @@ function An(t) {
|
|
|
99
72
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
100
73
|
return !isNaN(i);
|
|
101
74
|
}
|
|
102
|
-
function
|
|
75
|
+
function Pc(t) {
|
|
103
76
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
104
77
|
return;
|
|
105
78
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
106
79
|
if (!isNaN(i) && i % 1 === 0)
|
|
107
80
|
return i;
|
|
108
81
|
}
|
|
109
|
-
function
|
|
82
|
+
function Xt(t) {
|
|
110
83
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
111
84
|
return;
|
|
112
85
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
@@ -114,16 +87,16 @@ function qt(t) {
|
|
|
114
87
|
return i;
|
|
115
88
|
}
|
|
116
89
|
const lo = ["xs", "sm", "md", "lg", "xl"], vs = [...lo].reverse();
|
|
117
|
-
function
|
|
90
|
+
function De(t) {
|
|
118
91
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
119
92
|
}
|
|
120
|
-
function
|
|
93
|
+
function qn(t) {
|
|
121
94
|
return lo.findIndex((e) => e === t);
|
|
122
95
|
}
|
|
123
96
|
function Ie(t, e) {
|
|
124
97
|
let i;
|
|
125
98
|
for (const o of vs) {
|
|
126
|
-
if (
|
|
99
|
+
if (qn(o) < qn(t))
|
|
127
100
|
break;
|
|
128
101
|
e[o] && (i = e[o]);
|
|
129
102
|
}
|
|
@@ -164,17 +137,17 @@ function Ln(t, e, i) {
|
|
|
164
137
|
a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
|
|
165
138
|
}), l;
|
|
166
139
|
}
|
|
167
|
-
function
|
|
140
|
+
function zc(t, e) {
|
|
168
141
|
const { i18n: i } = be;
|
|
169
142
|
let o = "";
|
|
170
143
|
return e === "elementProperty" || (e === "refProperty" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customProperty" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementSlotProperty" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : e === "customSlotProperty" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : console.assert(!1)), Ln(o, t, hs(e));
|
|
171
144
|
}
|
|
172
|
-
function
|
|
145
|
+
function Ac(t, e) {
|
|
173
146
|
const { i18n: i } = be;
|
|
174
147
|
let o = "";
|
|
175
148
|
return e === "elementMethod" || (e === "refMethod" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customMethod" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementSlotMethod" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : e === "customSlotMethod" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : console.assert(!1)), Ln(o, t, gs(e));
|
|
176
149
|
}
|
|
177
|
-
function
|
|
150
|
+
function Lc(t, e) {
|
|
178
151
|
const { i18n: i } = be;
|
|
179
152
|
let o = "";
|
|
180
153
|
return e === "elementEvent" || (e === "refEvent" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customEvent" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementPropertyChangeEvent" || e === "customPropertyChangeEvent" ? o = `${i.global.t("x-runtime-lib.propertyChange")} / ` : e === "stateChangeEvent" ? o = `${i.global.t("x-runtime-lib.stateChange")} / ` : console.assert(!1)), Ln(o, t, xs(e));
|
|
@@ -190,7 +163,7 @@ const Te = {}, _ = (t) => {
|
|
|
190
163
|
},
|
|
191
164
|
setup(t) {
|
|
192
165
|
const e = G();
|
|
193
|
-
return (i, o) => n(e) === "editor" ? (v(),
|
|
166
|
+
return (i, o) => n(e) === "editor" ? (v(), Y("TresMesh", {
|
|
194
167
|
key: 0,
|
|
195
168
|
position: t.position,
|
|
196
169
|
rotation: t.rotation,
|
|
@@ -212,7 +185,7 @@ const Te = {}, _ = (t) => {
|
|
|
212
185
|
const o = {};
|
|
213
186
|
return t.fitContent && (o.width = "fit-content", o.height = "fit-content"), o;
|
|
214
187
|
});
|
|
215
|
-
return (o, l) => n(e) === "editor" ? (v(),
|
|
188
|
+
return (o, l) => n(e) === "editor" ? (v(), Y("div", {
|
|
216
189
|
key: 0,
|
|
217
190
|
style: Q(i.value)
|
|
218
191
|
}, [
|
|
@@ -346,21 +319,21 @@ function En(t) {
|
|
|
346
319
|
function ge(t) {
|
|
347
320
|
const e = G(), i = $e(), o = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
348
321
|
if (t.outer && e === "editor") {
|
|
349
|
-
const m =
|
|
322
|
+
const m = Xt(t.node.size?.height);
|
|
350
323
|
if (m)
|
|
351
324
|
return m / 100 * i.value.height + "px";
|
|
352
325
|
}
|
|
353
326
|
return t.node.size?.height;
|
|
354
327
|
}), p = k(() => {
|
|
355
328
|
if (t.outer && e === "editor") {
|
|
356
|
-
const m =
|
|
329
|
+
const m = Xt(t.node.size?.minHeight);
|
|
357
330
|
if (m)
|
|
358
331
|
return m / 100 * i.value.height + "px";
|
|
359
332
|
}
|
|
360
333
|
return t.node.size?.minHeight;
|
|
361
334
|
}), d = k(() => {
|
|
362
335
|
if (t.outer && e === "editor") {
|
|
363
|
-
const m =
|
|
336
|
+
const m = Xt(t.node.size?.maxHeight);
|
|
364
337
|
if (m)
|
|
365
338
|
return m / 100 * i.value.height + "px";
|
|
366
339
|
}
|
|
@@ -468,7 +441,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
468
441
|
"settings",
|
|
469
442
|
"widthSegements"
|
|
470
443
|
]);
|
|
471
|
-
return (d, b) => (v(),
|
|
444
|
+
return (d, b) => (v(), Y("TresBoxGeometry", {
|
|
472
445
|
args: [
|
|
473
446
|
n(a),
|
|
474
447
|
n(l),
|
|
@@ -498,7 +471,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
498
471
|
"settings",
|
|
499
472
|
"widthSegments"
|
|
500
473
|
]);
|
|
501
|
-
return (b, m) => (v(),
|
|
474
|
+
return (b, m) => (v(), Y("TresSphereGeometry", {
|
|
502
475
|
args: [
|
|
503
476
|
n(s),
|
|
504
477
|
n(d),
|
|
@@ -560,7 +533,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
560
533
|
}, [
|
|
561
534
|
n(i) === "editor" ? (v(), V(n(Be), {
|
|
562
535
|
key: 0,
|
|
563
|
-
type: n(
|
|
536
|
+
type: n(Oo)
|
|
564
537
|
}, null, 8, ["type"])) : ee("", !0),
|
|
565
538
|
L(b.$slots, "default")
|
|
566
539
|
], 8, Bs)
|
|
@@ -593,7 +566,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
593
566
|
}, [
|
|
594
567
|
n(i) === "editor" ? (v(), V(n(Be), {
|
|
595
568
|
key: 0,
|
|
596
|
-
type: n(
|
|
569
|
+
type: n(Xo)
|
|
597
570
|
}, null, 8, ["type"])) : ee("", !0),
|
|
598
571
|
L(u.$slots, "default")
|
|
599
572
|
], 8, Es)
|
|
@@ -601,7 +574,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
601
574
|
_: 3
|
|
602
575
|
}, 8, ["position", "rotation", "scale"]));
|
|
603
576
|
}
|
|
604
|
-
}),
|
|
577
|
+
}), Rs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Ds = /* @__PURE__ */ $({
|
|
605
578
|
__name: "index",
|
|
606
579
|
props: {
|
|
607
580
|
node: {},
|
|
@@ -628,19 +601,19 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
628
601
|
}, [
|
|
629
602
|
n(i) === "editor" ? (v(), V(n(Be), {
|
|
630
603
|
key: 0,
|
|
631
|
-
type: n(
|
|
604
|
+
type: n(Yo)
|
|
632
605
|
}, null, 8, ["type"])) : ee("", !0),
|
|
633
606
|
L(f.$slots, "default")
|
|
634
|
-
], 8,
|
|
607
|
+
], 8, Rs)
|
|
635
608
|
]),
|
|
636
609
|
_: 3
|
|
637
610
|
}, 8, ["position", "rotation", "scale"]));
|
|
638
611
|
}
|
|
639
|
-
}),
|
|
612
|
+
}), Ms = {};
|
|
640
613
|
function Fs(t, e) {
|
|
641
|
-
return v(),
|
|
614
|
+
return v(), Y("TresMeshBasicMaterial");
|
|
642
615
|
}
|
|
643
|
-
const Gs = /* @__PURE__ */ xe(
|
|
616
|
+
const Gs = /* @__PURE__ */ xe(Ms, [["render", Fs]]), Hs = ["position", "rotation", "scale"], js = /* @__PURE__ */ $({
|
|
644
617
|
__name: "index",
|
|
645
618
|
props: {
|
|
646
619
|
node: {},
|
|
@@ -665,7 +638,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
665
638
|
_: 3
|
|
666
639
|
}, 8, ["position", "rotation", "scale"]));
|
|
667
640
|
}
|
|
668
|
-
}), Ks = ["position", "rotation", "scale"],
|
|
641
|
+
}), Ks = ["position", "rotation", "scale"], Us = /* @__PURE__ */ $({
|
|
669
642
|
__name: "index",
|
|
670
643
|
props: {
|
|
671
644
|
node: {},
|
|
@@ -673,7 +646,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
673
646
|
},
|
|
674
647
|
setup(t) {
|
|
675
648
|
const e = t, { position: i, rotation: o, scale: l } = me(e);
|
|
676
|
-
return (s, a) => (v(),
|
|
649
|
+
return (s, a) => (v(), Y("TresMesh", {
|
|
677
650
|
position: n(i),
|
|
678
651
|
rotation: n(o),
|
|
679
652
|
scale: n(l)
|
|
@@ -681,11 +654,11 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
681
654
|
L(s.$slots, "default")
|
|
682
655
|
], 8, Ks));
|
|
683
656
|
}
|
|
684
|
-
}),
|
|
685
|
-
color:
|
|
686
|
-
backgroundColor:
|
|
687
|
-
textStyle:
|
|
688
|
-
title:
|
|
657
|
+
}), Os = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, qs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { 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" } }, ur = { 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)" } } }, cr = { 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)" } } }, mr = { 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"] } } }, pr = { 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"] } } }, dr = { 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"] } } }, fr = { 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"] } } }, br = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#eeeeee" } }, hr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, gr = { 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" } } }, xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, vr = { 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" } }, kr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _r = {
|
|
658
|
+
color: Os,
|
|
659
|
+
backgroundColor: Xs,
|
|
660
|
+
textStyle: Ys,
|
|
661
|
+
title: qs,
|
|
689
662
|
line: Js,
|
|
690
663
|
radar: Zs,
|
|
691
664
|
bar: Qs,
|
|
@@ -711,7 +684,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
711
684
|
visualMap: xr,
|
|
712
685
|
dataZoom: vr,
|
|
713
686
|
markPoint: kr
|
|
714
|
-
}, wr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Vr = "#f5f5f5", $r = {}, Ir = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Sr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Tr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } },
|
|
687
|
+
}, wr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Vr = "#f5f5f5", $r = {}, Ir = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Sr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Tr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Rr = { 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" } }, Dr = { 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)" } } }, Mr = { 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)" } } }, Fr = { 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"] } } }, Gr = { 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"] } } }, Hr = { 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"] } } }, Kr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ur = { textStyle: { color: "#333333" } }, Or = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Xr = { 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" } } }, Yr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, qr = { 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" } }, Jr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Zr = {
|
|
715
688
|
color: wr,
|
|
716
689
|
backgroundColor: Vr,
|
|
717
690
|
textStyle: $r,
|
|
@@ -727,22 +700,22 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
727
700
|
funnel: Wr,
|
|
728
701
|
gauge: Er,
|
|
729
702
|
candlestick: Nr,
|
|
730
|
-
graph:
|
|
731
|
-
map:
|
|
732
|
-
geo:
|
|
703
|
+
graph: Rr,
|
|
704
|
+
map: Dr,
|
|
705
|
+
geo: Mr,
|
|
733
706
|
categoryAxis: Fr,
|
|
734
707
|
valueAxis: Gr,
|
|
735
708
|
logAxis: Hr,
|
|
736
709
|
timeAxis: jr,
|
|
737
710
|
toolbox: Kr,
|
|
738
|
-
legend:
|
|
739
|
-
tooltip:
|
|
740
|
-
timeline:
|
|
741
|
-
visualMap:
|
|
742
|
-
dataZoom:
|
|
711
|
+
legend: Ur,
|
|
712
|
+
tooltip: Or,
|
|
713
|
+
timeline: Xr,
|
|
714
|
+
visualMap: Yr,
|
|
715
|
+
dataZoom: qr,
|
|
743
716
|
markPoint: Jr
|
|
744
717
|
};
|
|
745
|
-
|
|
718
|
+
qo([
|
|
746
719
|
Jo,
|
|
747
720
|
Zo,
|
|
748
721
|
Qo,
|
|
@@ -762,24 +735,24 @@ const Qr = /* @__PURE__ */ $({
|
|
|
762
735
|
},
|
|
763
736
|
setup(t) {
|
|
764
737
|
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: x } = fo(e), { applyLegend: g } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
765
|
-
const S = {},
|
|
766
|
-
return l === "page" ?
|
|
767
|
-
}),
|
|
738
|
+
const S = {}, M = s.value.type;
|
|
739
|
+
return l === "page" ? M === "common" ? c(S) : console.assert(!1) : l === "comp" && M === "common" ? c(S) : console.assert(!1), S;
|
|
740
|
+
}), R = Xi("chart");
|
|
768
741
|
let W;
|
|
769
742
|
const F = () => {
|
|
770
|
-
W?.dispose(), W = so.init(
|
|
743
|
+
W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
|
|
771
744
|
const S = {};
|
|
772
745
|
W.setOption(S);
|
|
773
|
-
},
|
|
746
|
+
}, D = () => {
|
|
774
747
|
W?.resize();
|
|
775
748
|
}, E = () => {
|
|
776
749
|
const S = {};
|
|
777
750
|
f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
|
|
778
751
|
};
|
|
779
|
-
return
|
|
780
|
-
window.addEventListener("resize",
|
|
752
|
+
return Yi(async () => {
|
|
753
|
+
window.addEventListener("resize", D, !1), await Zi(() => !!R.value), F(), E();
|
|
781
754
|
}), Ke(() => {
|
|
782
|
-
window.removeEventListener("resize",
|
|
755
|
+
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
783
756
|
}), Z(
|
|
784
757
|
[
|
|
785
758
|
() => i.value.width,
|
|
@@ -792,7 +765,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
792
765
|
u
|
|
793
766
|
],
|
|
794
767
|
async () => {
|
|
795
|
-
await
|
|
768
|
+
await qi(), D();
|
|
796
769
|
}
|
|
797
770
|
), Z([o], () => {
|
|
798
771
|
F(), E();
|
|
@@ -802,7 +775,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
802
775
|
E();
|
|
803
776
|
},
|
|
804
777
|
{ deep: !0 }
|
|
805
|
-
), (S,
|
|
778
|
+
), (S, M) => (v(), Y("div", {
|
|
806
779
|
ref: "chart",
|
|
807
780
|
style: Q(C.value)
|
|
808
781
|
}, null, 4));
|
|
@@ -815,24 +788,24 @@ const Qr = /* @__PURE__ */ $({
|
|
|
815
788
|
},
|
|
816
789
|
setup(t) {
|
|
817
790
|
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: x } = fo(e), { applyLegend: g } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
818
|
-
const S = {},
|
|
819
|
-
return l === "page" ?
|
|
820
|
-
}),
|
|
791
|
+
const S = {}, M = s.value.type;
|
|
792
|
+
return l === "page" ? M === "common" ? c(S) : console.assert(!1) : l === "comp" && M === "common" ? c(S) : console.assert(!1), S;
|
|
793
|
+
}), R = Xi("chart");
|
|
821
794
|
let W;
|
|
822
795
|
const F = () => {
|
|
823
|
-
W?.dispose(), W = so.init(
|
|
796
|
+
W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
|
|
824
797
|
const S = {};
|
|
825
798
|
W.setOption(S);
|
|
826
|
-
},
|
|
799
|
+
}, D = () => {
|
|
827
800
|
W?.resize();
|
|
828
801
|
}, E = () => {
|
|
829
802
|
const S = {};
|
|
830
803
|
f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
|
|
831
804
|
};
|
|
832
|
-
return
|
|
833
|
-
window.addEventListener("resize",
|
|
805
|
+
return Yi(async () => {
|
|
806
|
+
window.addEventListener("resize", D, !1), await Zi(() => !!R.value), F(), E();
|
|
834
807
|
}), Ke(() => {
|
|
835
|
-
window.removeEventListener("resize",
|
|
808
|
+
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
836
809
|
}), Z(
|
|
837
810
|
[
|
|
838
811
|
() => i.value.width,
|
|
@@ -845,7 +818,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
845
818
|
u
|
|
846
819
|
],
|
|
847
820
|
async () => {
|
|
848
|
-
await
|
|
821
|
+
await qi(), D();
|
|
849
822
|
}
|
|
850
823
|
), Z([o], () => {
|
|
851
824
|
F(), E();
|
|
@@ -855,7 +828,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
855
828
|
E();
|
|
856
829
|
},
|
|
857
830
|
{ deep: !0 }
|
|
858
|
-
), (S,
|
|
831
|
+
), (S, M) => (v(), Y("div", {
|
|
859
832
|
ref: "chart",
|
|
860
833
|
style: Q(C.value)
|
|
861
834
|
}, null, 4));
|
|
@@ -967,12 +940,12 @@ const Qr = /* @__PURE__ */ $({
|
|
|
967
940
|
"settings",
|
|
968
941
|
"addIcon",
|
|
969
942
|
"prepend"
|
|
970
|
-
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "ripple"]), { prop:
|
|
971
|
-
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__",
|
|
943
|
+
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "ripple"]), { prop: R } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: D } = N(), { prop: E } = r(e, ["settings", "variant"]), { prop: S } = r(e, ["size", "width"]), M = (q) => {
|
|
944
|
+
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", q.clientX), o.setVariable("__pointerPosY__", q.clientY), o.callFunction("__triggerEventV1__", [
|
|
972
945
|
Ce("elementEvent", "click", e.node.basic.id)
|
|
973
946
|
]));
|
|
974
947
|
};
|
|
975
|
-
return (
|
|
948
|
+
return (q, te) => {
|
|
976
949
|
const re = z("v-btn");
|
|
977
950
|
return v(), V(n(J), null, {
|
|
978
951
|
default: I(() => [
|
|
@@ -991,13 +964,13 @@ const Qr = /* @__PURE__ */ $({
|
|
|
991
964
|
"prepend-icon": n(g),
|
|
992
965
|
readonly: n(w),
|
|
993
966
|
ripple: n(C),
|
|
994
|
-
size: n(
|
|
967
|
+
size: n(R),
|
|
995
968
|
stacked: n(W),
|
|
996
969
|
text: n(F),
|
|
997
|
-
theme: n(
|
|
970
|
+
theme: n(D),
|
|
998
971
|
variant: n(E),
|
|
999
972
|
width: n(S),
|
|
1000
|
-
onClick:
|
|
973
|
+
onClick: M
|
|
1001
974
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1002
975
|
]),
|
|
1003
976
|
_: 1
|
|
@@ -1053,8 +1026,8 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1053
1026
|
setup(t) {
|
|
1054
1027
|
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: b } = r(e, ["size", "minHeight"]), { prop: m } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: c } = r(e, ["settings", "text"]), { theme: f } = N(), { prop: h } = r(e, ["settings", "title"]), { prop: x } = r(e, ["settings", "variant"]), { prop: g } = r(e, ["size", "width"]);
|
|
1055
1028
|
return (w, C) => {
|
|
1056
|
-
const
|
|
1057
|
-
return v(), V(
|
|
1029
|
+
const R = z("v-card");
|
|
1030
|
+
return v(), V(R, {
|
|
1058
1031
|
density: n(i),
|
|
1059
1032
|
disabled: n(o),
|
|
1060
1033
|
height: n(l),
|
|
@@ -1133,7 +1106,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1133
1106
|
const f = z("v-chip-group");
|
|
1134
1107
|
return v(), V(f, {
|
|
1135
1108
|
modelValue: n(m),
|
|
1136
|
-
"onUpdate:modelValue": c[0] || (c[0] = (h) =>
|
|
1109
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
|
|
1137
1110
|
column: n(i),
|
|
1138
1111
|
direction: n(o),
|
|
1139
1112
|
disabled: n(l),
|
|
@@ -1193,7 +1166,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1193
1166
|
default: I(() => [
|
|
1194
1167
|
H(u, {
|
|
1195
1168
|
modelValue: n(d),
|
|
1196
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1169
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1197
1170
|
"hide-details": n(i),
|
|
1198
1171
|
label: n(o),
|
|
1199
1172
|
placeholder: n(l),
|
|
@@ -1220,7 +1193,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1220
1193
|
const u = {}, c = o.value.type;
|
|
1221
1194
|
return i === "page" ? c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1222
1195
|
});
|
|
1223
|
-
return (u, c) => (v(),
|
|
1196
|
+
return (u, c) => (v(), Y("div", {
|
|
1224
1197
|
style: Q(m.value)
|
|
1225
1198
|
}, [
|
|
1226
1199
|
L(u.$slots, "default")
|
|
@@ -1254,7 +1227,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1254
1227
|
theme: n(u),
|
|
1255
1228
|
width: n(c)
|
|
1256
1229
|
}, Pn({ _: 2 }, [
|
|
1257
|
-
|
|
1230
|
+
Ro(f.value, (w) => ({
|
|
1258
1231
|
name: `item.${w.column}`,
|
|
1259
1232
|
fn: I(({ value: C }) => [
|
|
1260
1233
|
H(n(fe), {
|
|
@@ -1288,11 +1261,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1288
1261
|
const b = z("v-dialog");
|
|
1289
1262
|
return v(), V(b, {
|
|
1290
1263
|
modelValue: n(s),
|
|
1291
|
-
"onUpdate:modelValue": d[0] || (d[0] = (m) =>
|
|
1264
|
+
"onUpdate:modelValue": d[0] || (d[0] = (m) => U(s) ? s.value = m : null),
|
|
1292
1265
|
attach: "#dialogContainer"
|
|
1293
1266
|
}, {
|
|
1294
1267
|
activator: I(() => [
|
|
1295
|
-
n(i) === "editor" ? (v(),
|
|
1268
|
+
n(i) === "editor" ? (v(), Y("div", {
|
|
1296
1269
|
key: 0,
|
|
1297
1270
|
id: `__node__@${l.value}`
|
|
1298
1271
|
}, null, 8, gl)) : ee("", !0)
|
|
@@ -1340,7 +1313,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1340
1313
|
"backgroundColor"
|
|
1341
1314
|
]), { color: m } = j(b), u = (f) => {
|
|
1342
1315
|
m.value && (f.backgroundColor = m.value), f.display = "flex";
|
|
1343
|
-
const h =
|
|
1316
|
+
const h = De(i.value.width), x = Ie(h, e.node.settings?.direction);
|
|
1344
1317
|
x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1345
1318
|
const g = Ie(h, e.node.settings?.wrap);
|
|
1346
1319
|
g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
@@ -1352,7 +1325,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1352
1325
|
const f = {}, h = l.value.type;
|
|
1353
1326
|
return o === "page" ? h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1) : o === "comp" && h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1), f;
|
|
1354
1327
|
});
|
|
1355
|
-
return (f, h) => (v(),
|
|
1328
|
+
return (f, h) => (v(), Y("div", {
|
|
1356
1329
|
style: Q(c.value)
|
|
1357
1330
|
}, [
|
|
1358
1331
|
L(f.$slots, "default")
|
|
@@ -1369,7 +1342,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1369
1342
|
const d = {}, b = o.value.type;
|
|
1370
1343
|
return i === "page" ? b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1371
1344
|
});
|
|
1372
|
-
return (d, b) => (v(),
|
|
1345
|
+
return (d, b) => (v(), Y("div", {
|
|
1373
1346
|
style: Q(p.value)
|
|
1374
1347
|
}, [
|
|
1375
1348
|
L(d.$slots, "default")
|
|
@@ -1397,10 +1370,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1397
1370
|
const C = z("v-form");
|
|
1398
1371
|
return v(), V(C, {
|
|
1399
1372
|
modelValue: n(a),
|
|
1400
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
1373
|
+
"onUpdate:modelValue": w[0] || (w[0] = (R) => U(a) ? a.value = R : null),
|
|
1401
1374
|
"fast-fail": n(p),
|
|
1402
1375
|
style: Q(h.value),
|
|
1403
|
-
onSubmit:
|
|
1376
|
+
onSubmit: Do(x, ["prevent"])
|
|
1404
1377
|
}, {
|
|
1405
1378
|
default: I(() => [
|
|
1406
1379
|
L(g.$slots, "default")
|
|
@@ -1445,14 +1418,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1445
1418
|
const c = z("v-menu");
|
|
1446
1419
|
return v(), V(c, {
|
|
1447
1420
|
modelValue: n(d),
|
|
1448
|
-
"onUpdate:modelValue": u[0] || (u[0] = (f) =>
|
|
1421
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => U(d) ? d.value = f : null),
|
|
1449
1422
|
attach: "menuContainer",
|
|
1450
1423
|
"location-strategy": "connected",
|
|
1451
1424
|
scrim: "transparent",
|
|
1452
1425
|
target: a.value
|
|
1453
1426
|
}, {
|
|
1454
1427
|
activator: I(() => [
|
|
1455
|
-
n(i) === "editor" ? (v(),
|
|
1428
|
+
n(i) === "editor" ? (v(), Y("div", {
|
|
1456
1429
|
key: 0,
|
|
1457
1430
|
id: `__node__@${p.value}`
|
|
1458
1431
|
}, null, 8, $l)) : ee("", !0)
|
|
@@ -1487,14 +1460,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1487
1460
|
"settings",
|
|
1488
1461
|
"addIcon",
|
|
1489
1462
|
"prependInner"
|
|
1490
|
-
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop:
|
|
1491
|
-
return (
|
|
1463
|
+
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: R } = r(e, ["settings", "singleLine"]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: D } = N(), { prop: E } = r(e, ["settings", "value"]), { prop: S } = r(e, ["settings", "variant"]), { prop: M } = r(e, ["size", "width"]);
|
|
1464
|
+
return (q, te) => {
|
|
1492
1465
|
const re = z("v-number-input");
|
|
1493
1466
|
return v(), V(n(J), null, {
|
|
1494
1467
|
default: I(() => [
|
|
1495
1468
|
H(re, {
|
|
1496
1469
|
modelValue: n(E),
|
|
1497
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) =>
|
|
1470
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => U(E) ? E.value = le : null),
|
|
1498
1471
|
"append-icon": n(i),
|
|
1499
1472
|
"append-inner-icon": n(o),
|
|
1500
1473
|
clearable: n(l),
|
|
@@ -1512,12 +1485,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1512
1485
|
"prepend-inner-icon": n(g),
|
|
1513
1486
|
readonly: n(w),
|
|
1514
1487
|
reverse: n(C),
|
|
1515
|
-
"single-line": n(
|
|
1488
|
+
"single-line": n(R),
|
|
1516
1489
|
step: n(W),
|
|
1517
1490
|
suffix: n(F),
|
|
1518
|
-
theme: n(
|
|
1491
|
+
theme: n(D),
|
|
1519
1492
|
variant: n(S),
|
|
1520
|
-
width: n(
|
|
1493
|
+
width: n(M)
|
|
1521
1494
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1522
1495
|
]),
|
|
1523
1496
|
_: 1
|
|
@@ -1544,7 +1517,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1544
1517
|
default: I(() => [
|
|
1545
1518
|
H(g, {
|
|
1546
1519
|
modelValue: n(u),
|
|
1547
|
-
"onUpdate:modelValue": x[0] || (x[0] = (w) =>
|
|
1520
|
+
"onUpdate:modelValue": x[0] || (x[0] = (w) => U(u) ? u.value = w : null),
|
|
1548
1521
|
density: n(o),
|
|
1549
1522
|
disabled: n(l),
|
|
1550
1523
|
length: n(s),
|
|
@@ -1596,7 +1569,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1596
1569
|
default: I(() => [
|
|
1597
1570
|
H(u, {
|
|
1598
1571
|
modelValue: n(d),
|
|
1599
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1572
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1600
1573
|
density: n(i),
|
|
1601
1574
|
direction: n(o),
|
|
1602
1575
|
disabled: n(l),
|
|
@@ -1638,30 +1611,30 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1638
1611
|
if (!w.value)
|
|
1639
1612
|
return;
|
|
1640
1613
|
const E = {};
|
|
1641
|
-
for (const { value: S, label:
|
|
1642
|
-
E[S] =
|
|
1614
|
+
for (const { value: S, label: M } of w.value)
|
|
1615
|
+
E[S] = M;
|
|
1643
1616
|
if (!ro(E))
|
|
1644
1617
|
return E;
|
|
1645
|
-
}), { prop:
|
|
1618
|
+
}), { prop: R } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
|
|
1646
1619
|
"settings",
|
|
1647
1620
|
"value",
|
|
1648
1621
|
"start"
|
|
1649
|
-
]), { prop: F } = r(e, ["settings", "value", "end"]),
|
|
1622
|
+
]), { prop: F } = r(e, ["settings", "value", "end"]), D = k({
|
|
1650
1623
|
get: () => [W.value, F.value],
|
|
1651
1624
|
set: ([E, S]) => {
|
|
1652
1625
|
W.value = E, F.value = S;
|
|
1653
1626
|
}
|
|
1654
1627
|
});
|
|
1655
1628
|
return (E, S) => {
|
|
1656
|
-
const
|
|
1629
|
+
const M = z("v-range-slider");
|
|
1657
1630
|
return v(), V(n(J), {
|
|
1658
|
-
modelValue:
|
|
1659
|
-
"onUpdate:modelValue": S[1] || (S[1] = (
|
|
1631
|
+
modelValue: D.value,
|
|
1632
|
+
"onUpdate:modelValue": S[1] || (S[1] = (q) => D.value = q)
|
|
1660
1633
|
}, {
|
|
1661
1634
|
default: I(() => [
|
|
1662
|
-
H(
|
|
1663
|
-
modelValue:
|
|
1664
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
1635
|
+
H(M, {
|
|
1636
|
+
modelValue: D.value,
|
|
1637
|
+
"onUpdate:modelValue": S[0] || (S[0] = (q) => D.value = q),
|
|
1665
1638
|
density: n(i),
|
|
1666
1639
|
direction: n(o),
|
|
1667
1640
|
disabled: n(l),
|
|
@@ -1675,7 +1648,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1675
1648
|
theme: n(f),
|
|
1676
1649
|
"thumb-label": x.value,
|
|
1677
1650
|
"thumb-size": n(g),
|
|
1678
|
-
"tick-size": n(
|
|
1651
|
+
"tick-size": n(R),
|
|
1679
1652
|
ticks: C.value
|
|
1680
1653
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
1681
1654
|
]),
|
|
@@ -1700,7 +1673,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1700
1673
|
default: I(() => [
|
|
1701
1674
|
H(f, {
|
|
1702
1675
|
modelValue: n(m),
|
|
1703
|
-
"onUpdate:modelValue": c[0] || (c[0] = (h) =>
|
|
1676
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
|
|
1704
1677
|
clearable: n(i),
|
|
1705
1678
|
density: n(o),
|
|
1706
1679
|
disabled: n(l),
|
|
@@ -1729,7 +1702,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1729
1702
|
default: I(() => [
|
|
1730
1703
|
H(u, {
|
|
1731
1704
|
modelValue: n(d),
|
|
1732
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1705
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1733
1706
|
"hide-details": n(i),
|
|
1734
1707
|
label: n(o),
|
|
1735
1708
|
placeholder: n(l),
|
|
@@ -1760,30 +1733,30 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1760
1733
|
]), { color: w } = j(g), { prop: C } = r(e, [
|
|
1761
1734
|
"settings",
|
|
1762
1735
|
"thumbLabel"
|
|
1763
|
-
]),
|
|
1736
|
+
]), R = k(() => {
|
|
1764
1737
|
if (C.value === "always")
|
|
1765
1738
|
return "always";
|
|
1766
1739
|
if (C.value === "show")
|
|
1767
1740
|
return !0;
|
|
1768
|
-
}), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]),
|
|
1741
|
+
}), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), D = k(() => {
|
|
1769
1742
|
if (!F.value)
|
|
1770
1743
|
return;
|
|
1771
1744
|
const le = {};
|
|
1772
|
-
for (const { value: Ne, label:
|
|
1773
|
-
le[Ne] =
|
|
1745
|
+
for (const { value: Ne, label: Ot } of F.value)
|
|
1746
|
+
le[Ne] = Ot;
|
|
1774
1747
|
if (!ro(le))
|
|
1775
1748
|
return le;
|
|
1776
1749
|
}), { prop: E } = r(e, ["settings", "tickSize"]), { prop: S } = r(e, [
|
|
1777
1750
|
"settings",
|
|
1778
1751
|
"trackColor"
|
|
1779
|
-
]), { color:
|
|
1752
|
+
]), { color: M } = j(S), { prop: q } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
|
|
1780
1753
|
return (le, Ne) => {
|
|
1781
|
-
const
|
|
1754
|
+
const Ot = z("v-slider");
|
|
1782
1755
|
return v(), V(n(J), null, {
|
|
1783
1756
|
default: I(() => [
|
|
1784
|
-
H(
|
|
1785
|
-
modelValue: n(
|
|
1786
|
-
"onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) =>
|
|
1757
|
+
H(Ot, {
|
|
1758
|
+
modelValue: n(q),
|
|
1759
|
+
"onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => U(q) ? q.value = Eo : null),
|
|
1787
1760
|
color: n(o),
|
|
1788
1761
|
direction: n(l),
|
|
1789
1762
|
disabled: n(s),
|
|
@@ -1797,11 +1770,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1797
1770
|
step: n(h),
|
|
1798
1771
|
theme: n(x),
|
|
1799
1772
|
"thumb-color": n(w),
|
|
1800
|
-
"thumb-label":
|
|
1773
|
+
"thumb-label": R.value,
|
|
1801
1774
|
"thumb-size": n(W),
|
|
1802
1775
|
"tick-size": n(E),
|
|
1803
|
-
ticks:
|
|
1804
|
-
"track-color": n(
|
|
1776
|
+
ticks: D.value,
|
|
1777
|
+
"track-color": n(M)
|
|
1805
1778
|
}, Pn({ _: 2 }, [
|
|
1806
1779
|
n(te) ? {
|
|
1807
1780
|
name: "append",
|
|
@@ -1841,7 +1814,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1841
1814
|
const p = z("v-stepper");
|
|
1842
1815
|
return v(), V(p, {
|
|
1843
1816
|
modelValue: n(l),
|
|
1844
|
-
"onUpdate:modelValue": a[0] || (a[0] = (d) =>
|
|
1817
|
+
"onUpdate:modelValue": a[0] || (a[0] = (d) => U(l) ? l.value = d : null),
|
|
1845
1818
|
"hide-actions": n(i),
|
|
1846
1819
|
theme: n(o)
|
|
1847
1820
|
}, {
|
|
@@ -1862,7 +1835,7 @@ function Nl(t, e) {
|
|
|
1862
1835
|
_: 3
|
|
1863
1836
|
});
|
|
1864
1837
|
}
|
|
1865
|
-
const
|
|
1838
|
+
const Rl = /* @__PURE__ */ xe(El, [["render", Nl]]), Dl = /* @__PURE__ */ $({
|
|
1866
1839
|
__name: "index",
|
|
1867
1840
|
props: {
|
|
1868
1841
|
node: {},
|
|
@@ -1880,7 +1853,7 @@ const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
|
|
|
1880
1853
|
}, 8, ["value"]);
|
|
1881
1854
|
};
|
|
1882
1855
|
}
|
|
1883
|
-
}),
|
|
1856
|
+
}), Ml = {};
|
|
1884
1857
|
function Fl(t, e) {
|
|
1885
1858
|
const i = z("v-stepper-window");
|
|
1886
1859
|
return v(), V(i, null, {
|
|
@@ -1890,7 +1863,7 @@ function Fl(t, e) {
|
|
|
1890
1863
|
_: 3
|
|
1891
1864
|
});
|
|
1892
1865
|
}
|
|
1893
|
-
const Gl = /* @__PURE__ */ xe(
|
|
1866
|
+
const Gl = /* @__PURE__ */ xe(Ml, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
1894
1867
|
__name: "index",
|
|
1895
1868
|
props: {
|
|
1896
1869
|
node: {},
|
|
@@ -1925,7 +1898,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1925
1898
|
default: I(() => [
|
|
1926
1899
|
H(x, {
|
|
1927
1900
|
modelValue: n(c),
|
|
1928
|
-
"onUpdate:modelValue": h[0] || (h[0] = (g) =>
|
|
1901
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => U(c) ? c.value = g : null),
|
|
1929
1902
|
density: n(i),
|
|
1930
1903
|
direction: n(o),
|
|
1931
1904
|
disabled: n(l),
|
|
@@ -1968,7 +1941,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1968
1941
|
});
|
|
1969
1942
|
};
|
|
1970
1943
|
}
|
|
1971
|
-
}),
|
|
1944
|
+
}), Ul = /* @__PURE__ */ $({
|
|
1972
1945
|
__name: "index",
|
|
1973
1946
|
props: {
|
|
1974
1947
|
node: {},
|
|
@@ -1990,12 +1963,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1990
1963
|
"settings",
|
|
1991
1964
|
"color",
|
|
1992
1965
|
"sliderColor"
|
|
1993
|
-
]), { color: C } = j(w), { prop:
|
|
1994
|
-
return (
|
|
1966
|
+
]), { color: C } = j(w), { prop: R } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
|
|
1967
|
+
return (D, E) => {
|
|
1995
1968
|
const S = z("v-tabs");
|
|
1996
1969
|
return v(), V(S, {
|
|
1997
1970
|
modelValue: n(F),
|
|
1998
|
-
"onUpdate:modelValue": E[0] || (E[0] = (
|
|
1971
|
+
"onUpdate:modelValue": E[0] || (E[0] = (M) => U(F) ? F.value = M : null),
|
|
1999
1972
|
"align-tabs": n(i),
|
|
2000
1973
|
"bg-color": n(l),
|
|
2001
1974
|
"center-active": n(s),
|
|
@@ -2010,17 +1983,17 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2010
1983
|
mandatory: n(x),
|
|
2011
1984
|
"show-arrows": n(g),
|
|
2012
1985
|
"slider-color": n(C),
|
|
2013
|
-
stacked: n(
|
|
1986
|
+
stacked: n(R),
|
|
2014
1987
|
theme: n(W)
|
|
2015
1988
|
}, {
|
|
2016
1989
|
default: I(() => [
|
|
2017
|
-
L(
|
|
1990
|
+
L(D.$slots, "default")
|
|
2018
1991
|
]),
|
|
2019
1992
|
_: 3
|
|
2020
1993
|
}, 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"]);
|
|
2021
1994
|
};
|
|
2022
1995
|
}
|
|
2023
|
-
}),
|
|
1996
|
+
}), Ol = /* @__PURE__ */ $({
|
|
2024
1997
|
__name: "index",
|
|
2025
1998
|
props: {
|
|
2026
1999
|
node: {},
|
|
@@ -2028,14 +2001,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2028
2001
|
},
|
|
2029
2002
|
setup(t) {
|
|
2030
2003
|
const e = t, i = $e(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, ["settings", "decoration"]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop: p } = r(e, ["settings", "text"]), { prop: d } = r(e, ["settings", "weight"]), b = k(() => {
|
|
2031
|
-
const m = [], u =
|
|
2004
|
+
const m = [], u = De(i.value.width), c = Ie(u, e.node.settings?.style);
|
|
2032
2005
|
return c && m.push(`text-${c}`), s.value === "high" ? m.push("text-high-emphasis") : s.value === "medium" ? m.push("text-medium-emphasis") : s.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), l.value && m.push(`text-decoration-${l.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
2033
2006
|
});
|
|
2034
|
-
return (m, u) => (v(),
|
|
2035
|
-
class:
|
|
2007
|
+
return (m, u) => (v(), Y("span", {
|
|
2008
|
+
class: Mo(b.value)
|
|
2036
2009
|
}, Fo(n(p)), 3));
|
|
2037
2010
|
}
|
|
2038
|
-
}),
|
|
2011
|
+
}), Xl = /* @__PURE__ */ $({
|
|
2039
2012
|
__name: "index",
|
|
2040
2013
|
props: {
|
|
2041
2014
|
node: {},
|
|
@@ -2044,12 +2017,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2044
2017
|
setup(t) {
|
|
2045
2018
|
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "maxRows"]), { prop: b } = r(e, ["settings", "placeholder"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "rows"]), { prop: f } = r(e, ["settings", "singleLine"]), { theme: h } = N(), { prop: x } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
|
|
2046
2019
|
return (w, C) => {
|
|
2047
|
-
const
|
|
2020
|
+
const R = z("v-textarea");
|
|
2048
2021
|
return v(), V(n(J), null, {
|
|
2049
2022
|
default: I(() => [
|
|
2050
|
-
H(
|
|
2023
|
+
H(R, {
|
|
2051
2024
|
modelValue: n(x),
|
|
2052
|
-
"onUpdate:modelValue": C[0] || (C[0] = (W) =>
|
|
2025
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => U(x) ? x.value = W : null),
|
|
2053
2026
|
"auto-grow": n(i),
|
|
2054
2027
|
clearable: n(o),
|
|
2055
2028
|
density: n(l),
|
|
@@ -2070,7 +2043,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2070
2043
|
});
|
|
2071
2044
|
};
|
|
2072
2045
|
}
|
|
2073
|
-
}),
|
|
2046
|
+
}), Yl = /* @__PURE__ */ $({
|
|
2074
2047
|
__name: "index",
|
|
2075
2048
|
props: {
|
|
2076
2049
|
node: {},
|
|
@@ -2083,20 +2056,20 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2083
2056
|
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: p } = r(e, ["settings", "disabled"]), { prop: d } = r(e, ["settings", "hideDetails"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "prefix"]), { prop: f } = r(e, ["settings", "prependIcon"]), { prop: h } = r(e, [
|
|
2084
2057
|
"settings",
|
|
2085
2058
|
"prependInnerIcon"
|
|
2086
|
-
]), { prop: x } = r(e, ["settings", "readonly"]), { prop: g } = r(e, ["settings", "reverse"]), { prop: w } = r(e, ["settings", "singleLine"]), { prop: C } = r(e, ["settings", "suffix"]), { theme:
|
|
2059
|
+
]), { prop: x } = r(e, ["settings", "readonly"]), { prop: g } = r(e, ["settings", "reverse"]), { prop: w } = r(e, ["settings", "singleLine"]), { prop: C } = r(e, ["settings", "suffix"]), { theme: R } = N(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["slots", "append"]), { prop: E } = r(e, [
|
|
2087
2060
|
"slots",
|
|
2088
2061
|
"appendInner"
|
|
2089
|
-
]), { prop: S } = r(e, ["slots", "prepend"]), { prop:
|
|
2062
|
+
]), { prop: S } = r(e, ["slots", "prepend"]), { prop: M } = r(e, [
|
|
2090
2063
|
"slots",
|
|
2091
2064
|
"prependInner"
|
|
2092
2065
|
]);
|
|
2093
|
-
return (
|
|
2066
|
+
return (q, te) => {
|
|
2094
2067
|
const re = z("v-text-field");
|
|
2095
2068
|
return v(), V(n(J), null, {
|
|
2096
2069
|
default: I(() => [
|
|
2097
2070
|
H(re, {
|
|
2098
2071
|
modelValue: n(W),
|
|
2099
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) =>
|
|
2072
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => U(W) ? W.value = le : null),
|
|
2100
2073
|
"append-icon": n(i),
|
|
2101
2074
|
"append-inner-icon": n(o),
|
|
2102
2075
|
autofocus: n(l),
|
|
@@ -2114,14 +2087,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2114
2087
|
reverse: n(g),
|
|
2115
2088
|
"single-line": n(w),
|
|
2116
2089
|
suffix: n(C),
|
|
2117
|
-
theme: n(
|
|
2090
|
+
theme: n(R),
|
|
2118
2091
|
variant: n(F)
|
|
2119
2092
|
}, Pn({ _: 2 }, [
|
|
2120
|
-
n(
|
|
2093
|
+
n(D) ? {
|
|
2121
2094
|
name: "append",
|
|
2122
2095
|
fn: I(() => [
|
|
2123
2096
|
H(n(fe), {
|
|
2124
|
-
"ref-context": { refid: n(
|
|
2097
|
+
"ref-context": { refid: n(D) },
|
|
2125
2098
|
state: {}
|
|
2126
2099
|
}, null, 8, ["ref-context"])
|
|
2127
2100
|
]),
|
|
@@ -2147,11 +2120,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2147
2120
|
]),
|
|
2148
2121
|
key: "2"
|
|
2149
2122
|
} : void 0,
|
|
2150
|
-
n(
|
|
2123
|
+
n(M) ? {
|
|
2151
2124
|
name: "prepend-inner",
|
|
2152
2125
|
fn: I(() => [
|
|
2153
2126
|
H(n(fe), {
|
|
2154
|
-
"ref-context": { refid: n(
|
|
2127
|
+
"ref-context": { refid: n(M) },
|
|
2155
2128
|
state: {}
|
|
2156
2129
|
}, null, 8, ["ref-context"])
|
|
2157
2130
|
]),
|
|
@@ -2163,7 +2136,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2163
2136
|
});
|
|
2164
2137
|
};
|
|
2165
2138
|
}
|
|
2166
|
-
}),
|
|
2139
|
+
}), ql = /* @__PURE__ */ $({
|
|
2167
2140
|
__name: "index",
|
|
2168
2141
|
props: {
|
|
2169
2142
|
node: {},
|
|
@@ -2235,7 +2208,7 @@ const Ql = /* @__PURE__ */ xe(Jl, [["render", Zl]]), ea = /* @__PURE__ */ $({
|
|
|
2235
2208
|
const c = z("v-window");
|
|
2236
2209
|
return v(), V(c, {
|
|
2237
2210
|
modelValue: n(b),
|
|
2238
|
-
"onUpdate:modelValue": u[0] || (u[0] = (f) =>
|
|
2211
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => U(b) ? b.value = f : null),
|
|
2239
2212
|
continuous: n(i),
|
|
2240
2213
|
direction: n(l),
|
|
2241
2214
|
disabled: n(o),
|
|
@@ -2261,7 +2234,7 @@ function na(t, e) {
|
|
|
2261
2234
|
_: 3
|
|
2262
2235
|
});
|
|
2263
2236
|
}
|
|
2264
|
-
const ia = /* @__PURE__ */ xe(ta, [["render", na]]),
|
|
2237
|
+
const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", qe = "box_geometry_v1", Je = "btn_v1", Ze = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", yo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", ft = "group_v1", bt = "icon_v1", yt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", oa = "mesh_basic_material_v1", Rn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", ho = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Dn = "render_switch_v1", Pt = "select_v1", Me = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", go = "stepper_header_v1", xo = "stepper_item_v1", vo = "stepper_window_v1", ko = "stepper_window_item_v1", Wt = "switch_v1", _o = "tab_v1", Mn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Rt = "textarea_v1", Dt = "text_field_v1", Mt = "timeline_v1", wo = "timeline_item_v1", Ft = "window_v1", Vo = "window_item_v1", y = {
|
|
2265
2238
|
key: "basic",
|
|
2266
2239
|
name: "x-runtime-lib.basic",
|
|
2267
2240
|
children: [
|
|
@@ -2468,7 +2441,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", qe
|
|
|
2468
2441
|
default: ""
|
|
2469
2442
|
}
|
|
2470
2443
|
]
|
|
2471
|
-
},
|
|
2444
|
+
}, O = {
|
|
2472
2445
|
key: "size",
|
|
2473
2446
|
name: "x-runtime-lib.size",
|
|
2474
2447
|
children: [
|
|
@@ -2538,7 +2511,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", qe
|
|
|
2538
2511
|
default: ""
|
|
2539
2512
|
}
|
|
2540
2513
|
]
|
|
2541
|
-
},
|
|
2514
|
+
}, X = {
|
|
2542
2515
|
key: "transform",
|
|
2543
2516
|
name: "x-runtime-lib.transform",
|
|
2544
2517
|
children: [
|
|
@@ -2742,8 +2715,8 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", qe
|
|
|
2742
2715
|
name: "x-runtime-lib.orthographicCamera",
|
|
2743
2716
|
comp: $s,
|
|
2744
2717
|
props: {
|
|
2745
|
-
pageScene: [y,
|
|
2746
|
-
compScene: [y,
|
|
2718
|
+
pageScene: [y, X, Jn],
|
|
2719
|
+
compScene: [y, X, Jn]
|
|
2747
2720
|
},
|
|
2748
2721
|
events: [],
|
|
2749
2722
|
methods: [],
|
|
@@ -2788,8 +2761,8 @@ const Zn = {
|
|
|
2788
2761
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2789
2762
|
comp: Ss,
|
|
2790
2763
|
props: {
|
|
2791
|
-
pageScene: [y,
|
|
2792
|
-
compScene: [y,
|
|
2764
|
+
pageScene: [y, X, Zn],
|
|
2765
|
+
compScene: [y, X, Zn]
|
|
2793
2766
|
},
|
|
2794
2767
|
events: [],
|
|
2795
2768
|
methods: [],
|
|
@@ -2977,7 +2950,7 @@ const Qn = {
|
|
|
2977
2950
|
}
|
|
2978
2951
|
]
|
|
2979
2952
|
}, nn = {
|
|
2980
|
-
key:
|
|
2953
|
+
key: qe,
|
|
2981
2954
|
name: "x-runtime-lib.boxGeometry",
|
|
2982
2955
|
comp: Ts,
|
|
2983
2956
|
props: {
|
|
@@ -3153,12 +3126,12 @@ const ti = {
|
|
|
3153
3126
|
}
|
|
3154
3127
|
]
|
|
3155
3128
|
}, va = {
|
|
3156
|
-
key:
|
|
3129
|
+
key: Oe,
|
|
3157
3130
|
name: "x-runtime-lib.ambientLight",
|
|
3158
3131
|
comp: Ls,
|
|
3159
3132
|
props: {
|
|
3160
|
-
pageScene: [y,
|
|
3161
|
-
compScene: [y,
|
|
3133
|
+
pageScene: [y, X, ti],
|
|
3134
|
+
compScene: [y, X, ti]
|
|
3162
3135
|
},
|
|
3163
3136
|
events: [],
|
|
3164
3137
|
methods: [],
|
|
@@ -3187,8 +3160,8 @@ const ni = {
|
|
|
3187
3160
|
name: "x-runtime-lib.directionalLight",
|
|
3188
3161
|
comp: Ws,
|
|
3189
3162
|
props: {
|
|
3190
|
-
pageScene: [y,
|
|
3191
|
-
compScene: [y,
|
|
3163
|
+
pageScene: [y, X, ni],
|
|
3164
|
+
compScene: [y, X, ni]
|
|
3192
3165
|
},
|
|
3193
3166
|
events: [],
|
|
3194
3167
|
methods: [],
|
|
@@ -3231,8 +3204,8 @@ const ii = {
|
|
|
3231
3204
|
name: "x-runtime-lib.pointLight",
|
|
3232
3205
|
comp: Ns,
|
|
3233
3206
|
props: {
|
|
3234
|
-
pageScene: [y,
|
|
3235
|
-
compScene: [y,
|
|
3207
|
+
pageScene: [y, X, ii],
|
|
3208
|
+
compScene: [y, X, ii]
|
|
3236
3209
|
},
|
|
3237
3210
|
events: [],
|
|
3238
3211
|
methods: [],
|
|
@@ -3290,10 +3263,10 @@ const oi = {
|
|
|
3290
3263
|
}, wa = {
|
|
3291
3264
|
key: Lt,
|
|
3292
3265
|
name: "x-runtime-lib.spotLight",
|
|
3293
|
-
comp:
|
|
3266
|
+
comp: Ds,
|
|
3294
3267
|
props: {
|
|
3295
|
-
pageScene: [y,
|
|
3296
|
-
compScene: [y,
|
|
3268
|
+
pageScene: [y, X, oi],
|
|
3269
|
+
compScene: [y, X, oi]
|
|
3297
3270
|
},
|
|
3298
3271
|
events: [],
|
|
3299
3272
|
methods: [],
|
|
@@ -3319,8 +3292,8 @@ const Va = {
|
|
|
3319
3292
|
name: "x-runtime-lib.group",
|
|
3320
3293
|
comp: js,
|
|
3321
3294
|
props: {
|
|
3322
|
-
pageScene: [y,
|
|
3323
|
-
compScene: [y,
|
|
3295
|
+
pageScene: [y, X],
|
|
3296
|
+
compScene: [y, X]
|
|
3324
3297
|
},
|
|
3325
3298
|
events: [],
|
|
3326
3299
|
methods: [],
|
|
@@ -3330,10 +3303,10 @@ _(Va);
|
|
|
3330
3303
|
const ze = {
|
|
3331
3304
|
key: vt,
|
|
3332
3305
|
name: "x-runtime-lib.mesh",
|
|
3333
|
-
comp:
|
|
3306
|
+
comp: Us,
|
|
3334
3307
|
props: {
|
|
3335
|
-
pageScene: [y,
|
|
3336
|
-
compScene: [y,
|
|
3308
|
+
pageScene: [y, X],
|
|
3309
|
+
compScene: [y, X]
|
|
3337
3310
|
},
|
|
3338
3311
|
events: [],
|
|
3339
3312
|
methods: [],
|
|
@@ -3381,12 +3354,12 @@ const si = {
|
|
|
3381
3354
|
array: !0,
|
|
3382
3355
|
defaultArray: []
|
|
3383
3356
|
}, sn = {
|
|
3384
|
-
key:
|
|
3357
|
+
key: Ye,
|
|
3385
3358
|
name: "x-runtime-lib.barChart",
|
|
3386
3359
|
comp: Qr,
|
|
3387
3360
|
props: {
|
|
3388
|
-
pageCommon: [y,
|
|
3389
|
-
compCommon: [y,
|
|
3361
|
+
pageCommon: [y, O, Ge, He, je, Fe, si],
|
|
3362
|
+
compCommon: [y, O, Ge, He, je, Fe, si]
|
|
3390
3363
|
},
|
|
3391
3364
|
events: [],
|
|
3392
3365
|
methods: [],
|
|
@@ -3440,8 +3413,8 @@ const ri = {
|
|
|
3440
3413
|
name: "x-runtime-lib.lineChart",
|
|
3441
3414
|
comp: el,
|
|
3442
3415
|
props: {
|
|
3443
|
-
pageCommon: [y,
|
|
3444
|
-
compCommon: [y,
|
|
3416
|
+
pageCommon: [y, O, Ge, He, je, Fe, ri],
|
|
3417
|
+
compCommon: [y, O, Ge, He, je, Fe, ri]
|
|
3445
3418
|
},
|
|
3446
3419
|
events: [],
|
|
3447
3420
|
methods: [],
|
|
@@ -3450,17 +3423,17 @@ const ri = {
|
|
|
3450
3423
|
spawn: Ia
|
|
3451
3424
|
};
|
|
3452
3425
|
_(rn);
|
|
3453
|
-
const
|
|
3454
|
-
|
|
3455
|
-
|
|
3426
|
+
const Ut = B(K);
|
|
3427
|
+
Ut.key = "backgroundColor";
|
|
3428
|
+
Ut.name = "x-runtime-lib.backgroundColor";
|
|
3456
3429
|
const li = {
|
|
3457
3430
|
key: "settings",
|
|
3458
3431
|
name: "x-runtime-lib.settings",
|
|
3459
|
-
children: [
|
|
3432
|
+
children: [Ut]
|
|
3460
3433
|
}, ai = {
|
|
3461
3434
|
key: "settings",
|
|
3462
3435
|
name: "x-runtime-lib.settings",
|
|
3463
|
-
children: [
|
|
3436
|
+
children: [Ut]
|
|
3464
3437
|
}, Sa = {
|
|
3465
3438
|
key: tn,
|
|
3466
3439
|
name: "x-runtime-lib.globality",
|
|
@@ -3545,8 +3518,8 @@ const ui = {
|
|
|
3545
3518
|
default: !1
|
|
3546
3519
|
}
|
|
3547
3520
|
]
|
|
3548
|
-
},
|
|
3549
|
-
key:
|
|
3521
|
+
}, Bc = {
|
|
3522
|
+
key: Xe,
|
|
3550
3523
|
name: "x-runtime-lib.badge",
|
|
3551
3524
|
comp: tl,
|
|
3552
3525
|
props: {
|
|
@@ -3663,8 +3636,8 @@ const Ta = B(K), ci = {
|
|
|
3663
3636
|
name: "x-runtime-lib.button",
|
|
3664
3637
|
comp: nl,
|
|
3665
3638
|
props: {
|
|
3666
|
-
pageCommon: [y,
|
|
3667
|
-
compCommon: [y,
|
|
3639
|
+
pageCommon: [y, O, ci],
|
|
3640
|
+
compCommon: [y, O, ci]
|
|
3668
3641
|
},
|
|
3669
3642
|
events: [
|
|
3670
3643
|
{
|
|
@@ -3840,8 +3813,8 @@ const pi = {
|
|
|
3840
3813
|
name: "x-runtime-lib.card",
|
|
3841
3814
|
comp: ll,
|
|
3842
3815
|
props: {
|
|
3843
|
-
pageCommon: [y,
|
|
3844
|
-
compCommon: [y,
|
|
3816
|
+
pageCommon: [y, O, pi],
|
|
3817
|
+
compCommon: [y, O, pi]
|
|
3845
3818
|
},
|
|
3846
3819
|
events: [],
|
|
3847
3820
|
methods: [],
|
|
@@ -4153,8 +4126,8 @@ const hi = {
|
|
|
4153
4126
|
name: "x-runtime-lib.container",
|
|
4154
4127
|
comp: dl,
|
|
4155
4128
|
props: {
|
|
4156
|
-
pageCommon: [y,
|
|
4157
|
-
compCommon: [y,
|
|
4129
|
+
pageCommon: [y, O, _e, we, Ve, hi],
|
|
4130
|
+
compCommon: [y, O, _e, we, Ve, hi]
|
|
4158
4131
|
},
|
|
4159
4132
|
events: [
|
|
4160
4133
|
{
|
|
@@ -4319,7 +4292,7 @@ const gi = {
|
|
|
4319
4292
|
defaultArray: []
|
|
4320
4293
|
}
|
|
4321
4294
|
]
|
|
4322
|
-
},
|
|
4295
|
+
}, Ra = {
|
|
4323
4296
|
key: lt,
|
|
4324
4297
|
name: "x-runtime-lib.dataTable",
|
|
4325
4298
|
comp: fl,
|
|
@@ -4332,8 +4305,8 @@ const gi = {
|
|
|
4332
4305
|
slots: [],
|
|
4333
4306
|
leaf: !0
|
|
4334
4307
|
};
|
|
4335
|
-
_(
|
|
4336
|
-
const
|
|
4308
|
+
_(Ra);
|
|
4309
|
+
const Da = {
|
|
4337
4310
|
key: at,
|
|
4338
4311
|
name: "x-runtime-lib.datePicker",
|
|
4339
4312
|
comp: hl,
|
|
@@ -4346,8 +4319,8 @@ const Ra = {
|
|
|
4346
4319
|
slots: [],
|
|
4347
4320
|
leaf: !0
|
|
4348
4321
|
};
|
|
4349
|
-
_(
|
|
4350
|
-
const
|
|
4322
|
+
_(Da);
|
|
4323
|
+
const Ma = {
|
|
4351
4324
|
key: ut,
|
|
4352
4325
|
name: "x-runtime-lib.dialog",
|
|
4353
4326
|
comp: xl,
|
|
@@ -4373,12 +4346,12 @@ const Da = {
|
|
|
4373
4346
|
slots: [],
|
|
4374
4347
|
teleport: !0
|
|
4375
4348
|
};
|
|
4376
|
-
_(
|
|
4349
|
+
_(Ma);
|
|
4377
4350
|
const ki = {
|
|
4378
4351
|
key: "settings",
|
|
4379
4352
|
name: "x-runtime-lib.settings",
|
|
4380
4353
|
children: []
|
|
4381
|
-
},
|
|
4354
|
+
}, Wc = {
|
|
4382
4355
|
key: mt,
|
|
4383
4356
|
name: "x-runtime-lib.fileInput",
|
|
4384
4357
|
comp: vl,
|
|
@@ -4412,8 +4385,8 @@ const ki = {
|
|
|
4412
4385
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4413
4386
|
comp: _l,
|
|
4414
4387
|
props: {
|
|
4415
|
-
pageCommon: [y,
|
|
4416
|
-
compCommon: [y,
|
|
4388
|
+
pageCommon: [y, O, _i],
|
|
4389
|
+
compCommon: [y, O, _i]
|
|
4417
4390
|
},
|
|
4418
4391
|
events: [],
|
|
4419
4392
|
methods: [],
|
|
@@ -4680,8 +4653,8 @@ const wi = {
|
|
|
4680
4653
|
name: "x-runtime-lib.flexLayout",
|
|
4681
4654
|
comp: kl,
|
|
4682
4655
|
props: {
|
|
4683
|
-
pageCommon: [y,
|
|
4684
|
-
compCommon: [y,
|
|
4656
|
+
pageCommon: [y, O, _e, we, Ve, wi],
|
|
4657
|
+
compCommon: [y, O, _e, we, Ve, wi]
|
|
4685
4658
|
},
|
|
4686
4659
|
events: [
|
|
4687
4660
|
{
|
|
@@ -4846,9 +4819,9 @@ const Vi = {
|
|
|
4846
4819
|
}
|
|
4847
4820
|
]
|
|
4848
4821
|
}, dn = {
|
|
4849
|
-
key:
|
|
4822
|
+
key: Dt,
|
|
4850
4823
|
name: "x-runtime-lib.textField",
|
|
4851
|
-
comp:
|
|
4824
|
+
comp: Yl,
|
|
4852
4825
|
props: {
|
|
4853
4826
|
pageCommon: [y, Vi, $i],
|
|
4854
4827
|
compCommon: [y, Vi, $i]
|
|
@@ -4935,8 +4908,8 @@ const Ii = {
|
|
|
4935
4908
|
name: "x-runtime-lib.form",
|
|
4936
4909
|
comp: wl,
|
|
4937
4910
|
props: {
|
|
4938
|
-
pageCommon: [y,
|
|
4939
|
-
compCommon: [y,
|
|
4911
|
+
pageCommon: [y, O, _e, we, Ve, Ii],
|
|
4912
|
+
compCommon: [y, O, _e, we, Ve, Ii]
|
|
4940
4913
|
},
|
|
4941
4914
|
events: [
|
|
4942
4915
|
{
|
|
@@ -4975,7 +4948,7 @@ const Ka = B(K), Si = {
|
|
|
4975
4948
|
},
|
|
4976
4949
|
Ka
|
|
4977
4950
|
]
|
|
4978
|
-
},
|
|
4951
|
+
}, Ua = {
|
|
4979
4952
|
key: bt,
|
|
4980
4953
|
name: "x-runtime-lib.icon",
|
|
4981
4954
|
comp: Vl,
|
|
@@ -4988,8 +4961,8 @@ const Ka = B(K), Si = {
|
|
|
4988
4961
|
slots: [],
|
|
4989
4962
|
leaf: !0
|
|
4990
4963
|
};
|
|
4991
|
-
_(
|
|
4992
|
-
const
|
|
4964
|
+
_(Ua);
|
|
4965
|
+
const Oa = {
|
|
4993
4966
|
key: xt,
|
|
4994
4967
|
name: "x-runtime-lib.menu",
|
|
4995
4968
|
comp: Il,
|
|
@@ -5015,8 +4988,8 @@ const Ua = {
|
|
|
5015
4988
|
slots: [],
|
|
5016
4989
|
teleport: !0
|
|
5017
4990
|
};
|
|
5018
|
-
_(
|
|
5019
|
-
function
|
|
4991
|
+
_(Oa);
|
|
4992
|
+
function Xa(t, e) {
|
|
5020
4993
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5021
4994
|
if (!o) {
|
|
5022
4995
|
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
@@ -5235,7 +5208,7 @@ const Ci = {
|
|
|
5235
5208
|
methods: [],
|
|
5236
5209
|
slots: [],
|
|
5237
5210
|
leaf: !0,
|
|
5238
|
-
spawn:
|
|
5211
|
+
spawn: Xa
|
|
5239
5212
|
};
|
|
5240
5213
|
_(bn);
|
|
5241
5214
|
const Pi = {
|
|
@@ -5301,7 +5274,7 @@ const Pi = {
|
|
|
5301
5274
|
default: !1
|
|
5302
5275
|
}
|
|
5303
5276
|
]
|
|
5304
|
-
},
|
|
5277
|
+
}, Ya = {
|
|
5305
5278
|
key: Vt,
|
|
5306
5279
|
name: "x-runtime-lib.pagination",
|
|
5307
5280
|
comp: Cl,
|
|
@@ -5314,8 +5287,8 @@ const Pi = {
|
|
|
5314
5287
|
slots: [],
|
|
5315
5288
|
leaf: !0
|
|
5316
5289
|
};
|
|
5317
|
-
_(
|
|
5318
|
-
const
|
|
5290
|
+
_(Ya);
|
|
5291
|
+
const qa = B(K), zi = {
|
|
5319
5292
|
key: "settings",
|
|
5320
5293
|
name: "x-runtime-lib.settings",
|
|
5321
5294
|
children: [
|
|
@@ -5350,7 +5323,7 @@ const Ya = B(K), zi = {
|
|
|
5350
5323
|
items: "densityItemsV1",
|
|
5351
5324
|
default: "default"
|
|
5352
5325
|
},
|
|
5353
|
-
|
|
5326
|
+
qa
|
|
5354
5327
|
]
|
|
5355
5328
|
}, yn = {
|
|
5356
5329
|
key: ho,
|
|
@@ -5379,12 +5352,12 @@ function Ja(t, e) {
|
|
|
5379
5352
|
}
|
|
5380
5353
|
const s = {};
|
|
5381
5354
|
return P(s, l), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5355
|
+
Yt(t, e, "option1", "Option 1"),
|
|
5356
|
+
Yt(t, e, "option2", "Option 2"),
|
|
5357
|
+
Yt(t, e, "option3", "Option 3")
|
|
5385
5358
|
], s.settings.value = "option1", s;
|
|
5386
5359
|
}
|
|
5387
|
-
function
|
|
5360
|
+
function Yt(t, e, i, o) {
|
|
5388
5361
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5389
5362
|
if (!s) {
|
|
5390
5363
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
|
|
@@ -5862,7 +5835,7 @@ _(tu);
|
|
|
5862
5835
|
const gn = {
|
|
5863
5836
|
key: go,
|
|
5864
5837
|
name: "x-runtime-lib.stepperHeader",
|
|
5865
|
-
comp:
|
|
5838
|
+
comp: Rl,
|
|
5866
5839
|
props: {
|
|
5867
5840
|
pageCommon: [y],
|
|
5868
5841
|
compCommon: [y]
|
|
@@ -5872,7 +5845,7 @@ const gn = {
|
|
|
5872
5845
|
slots: []
|
|
5873
5846
|
};
|
|
5874
5847
|
_(gn);
|
|
5875
|
-
const
|
|
5848
|
+
const Ri = {
|
|
5876
5849
|
key: "settings",
|
|
5877
5850
|
name: "x-runtime-lib.settings",
|
|
5878
5851
|
children: [
|
|
@@ -5886,10 +5859,10 @@ const Mi = {
|
|
|
5886
5859
|
}, xn = {
|
|
5887
5860
|
key: xo,
|
|
5888
5861
|
name: "x-runtime-lib.stepperItem",
|
|
5889
|
-
comp:
|
|
5862
|
+
comp: Dl,
|
|
5890
5863
|
props: {
|
|
5891
|
-
pageCommon: [y,
|
|
5892
|
-
compCommon: [y,
|
|
5864
|
+
pageCommon: [y, Ri],
|
|
5865
|
+
compCommon: [y, Ri]
|
|
5893
5866
|
},
|
|
5894
5867
|
events: [],
|
|
5895
5868
|
methods: [],
|
|
@@ -5909,7 +5882,7 @@ const vn = {
|
|
|
5909
5882
|
slots: []
|
|
5910
5883
|
};
|
|
5911
5884
|
_(vn);
|
|
5912
|
-
const
|
|
5885
|
+
const Di = {
|
|
5913
5886
|
key: "settings",
|
|
5914
5887
|
name: "x-runtime-lib.settings",
|
|
5915
5888
|
children: [
|
|
@@ -5925,8 +5898,8 @@ const Ri = {
|
|
|
5925
5898
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5926
5899
|
comp: Hl,
|
|
5927
5900
|
props: {
|
|
5928
|
-
pageCommon: [y,
|
|
5929
|
-
compCommon: [y,
|
|
5901
|
+
pageCommon: [y, Di],
|
|
5902
|
+
compCommon: [y, Di]
|
|
5930
5903
|
},
|
|
5931
5904
|
events: [],
|
|
5932
5905
|
methods: [],
|
|
@@ -5960,12 +5933,12 @@ function iu(t, e) {
|
|
|
5960
5933
|
}
|
|
5961
5934
|
const s = {};
|
|
5962
5935
|
return P(s, l), s.basic.id = T(16), s.basic.key = gn.key, s.children = [
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5936
|
+
qt(t, e, "step1"),
|
|
5937
|
+
qt(t, e, "step2"),
|
|
5938
|
+
qt(t, e, "step3")
|
|
5966
5939
|
], s;
|
|
5967
5940
|
}
|
|
5968
|
-
function
|
|
5941
|
+
function qt(t, e, i) {
|
|
5969
5942
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
5970
5943
|
if (!l) {
|
|
5971
5944
|
console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
|
|
@@ -6025,7 +5998,7 @@ function su(t, e, i) {
|
|
|
6025
5998
|
const a = {};
|
|
6026
5999
|
return P(a, s), a.basic.id = T(16), a.basic.key = Ae.key, a.children = [], a.settings.title = i, a;
|
|
6027
6000
|
}
|
|
6028
|
-
const
|
|
6001
|
+
const Mi = {
|
|
6029
6002
|
key: "settings",
|
|
6030
6003
|
name: "x-runtime-lib.settings",
|
|
6031
6004
|
children: [
|
|
@@ -6047,8 +6020,8 @@ const Di = {
|
|
|
6047
6020
|
name: "x-runtime-lib.stepper",
|
|
6048
6021
|
comp: Wl,
|
|
6049
6022
|
props: {
|
|
6050
|
-
pageCommon: [y,
|
|
6051
|
-
compCommon: [y,
|
|
6023
|
+
pageCommon: [y, Mi],
|
|
6024
|
+
compCommon: [y, Mi]
|
|
6052
6025
|
},
|
|
6053
6026
|
events: [],
|
|
6054
6027
|
methods: [],
|
|
@@ -6133,15 +6106,15 @@ function Zt(t, e, i, o) {
|
|
|
6133
6106
|
const p = {};
|
|
6134
6107
|
return P(p, a), p.basic.id = T(16), p.basic.key = wn.key, p.settings.value = i, p.settings.text = o, p;
|
|
6135
6108
|
}
|
|
6136
|
-
const On = B(K);
|
|
6137
|
-
On.key = "backgroundColor";
|
|
6138
|
-
On.name = "x-runtime-lib.backgroundColor";
|
|
6139
6109
|
const Un = B(K);
|
|
6140
|
-
Un.key = "
|
|
6141
|
-
Un.name = "x-runtime-lib.
|
|
6142
|
-
const
|
|
6143
|
-
|
|
6144
|
-
|
|
6110
|
+
Un.key = "backgroundColor";
|
|
6111
|
+
Un.name = "x-runtime-lib.backgroundColor";
|
|
6112
|
+
const On = B(K);
|
|
6113
|
+
On.key = "selectedColor";
|
|
6114
|
+
On.name = "x-runtime-lib.selectedColor";
|
|
6115
|
+
const Xn = B(K);
|
|
6116
|
+
Xn.key = "sliderColor";
|
|
6117
|
+
Xn.name = "x-runtime-lib.sliderColor";
|
|
6145
6118
|
const Gi = {
|
|
6146
6119
|
key: "settings",
|
|
6147
6120
|
name: "x-runtime-lib.settings",
|
|
@@ -6218,13 +6191,13 @@ const Gi = {
|
|
|
6218
6191
|
{
|
|
6219
6192
|
key: "color",
|
|
6220
6193
|
name: "x-runtime-lib.color",
|
|
6221
|
-
children: [
|
|
6194
|
+
children: [Un, On, Xn]
|
|
6222
6195
|
}
|
|
6223
6196
|
]
|
|
6224
6197
|
}, Vn = {
|
|
6225
6198
|
key: Et,
|
|
6226
6199
|
name: "x-runtime-lib.tabs",
|
|
6227
|
-
comp:
|
|
6200
|
+
comp: Ul,
|
|
6228
6201
|
props: {
|
|
6229
6202
|
pageCommon: [y, Gi],
|
|
6230
6203
|
compCommon: [y, Gi]
|
|
@@ -6338,7 +6311,7 @@ const Hi = {
|
|
|
6338
6311
|
}, ye = {
|
|
6339
6312
|
key: Nt,
|
|
6340
6313
|
name: "x-runtime-lib.text",
|
|
6341
|
-
comp:
|
|
6314
|
+
comp: Ol,
|
|
6342
6315
|
props: {
|
|
6343
6316
|
pageCommon: [y, Hi],
|
|
6344
6317
|
compCommon: [y, Hi]
|
|
@@ -6436,9 +6409,9 @@ const ji = {
|
|
|
6436
6409
|
}
|
|
6437
6410
|
]
|
|
6438
6411
|
}, $n = {
|
|
6439
|
-
key:
|
|
6412
|
+
key: Rt,
|
|
6440
6413
|
name: "x-runtime-lib.textarea",
|
|
6441
|
-
comp:
|
|
6414
|
+
comp: Xl,
|
|
6442
6415
|
props: {
|
|
6443
6416
|
pageCommon: [y, ji],
|
|
6444
6417
|
compCommon: [y, ji]
|
|
@@ -6588,9 +6561,9 @@ const pu = B(K), du = B(K), Ki = {
|
|
|
6588
6561
|
}
|
|
6589
6562
|
]
|
|
6590
6563
|
}, Sn = {
|
|
6591
|
-
key:
|
|
6564
|
+
key: Mt,
|
|
6592
6565
|
name: "x-runtime-lib.timeline",
|
|
6593
|
-
comp:
|
|
6566
|
+
comp: ql,
|
|
6594
6567
|
props: {
|
|
6595
6568
|
pageCommon: [y, Ki],
|
|
6596
6569
|
compCommon: [y, Ki]
|
|
@@ -6674,7 +6647,7 @@ function yu(t, e, i) {
|
|
|
6674
6647
|
const a = {};
|
|
6675
6648
|
return P(a, s), a.basic.id = T(16), a.basic.key = ye.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6676
6649
|
}
|
|
6677
|
-
const
|
|
6650
|
+
const Ui = {
|
|
6678
6651
|
key: "settings",
|
|
6679
6652
|
name: "x-runtime-lib.settings",
|
|
6680
6653
|
children: [
|
|
@@ -6727,8 +6700,8 @@ const Oi = {
|
|
|
6727
6700
|
name: "x-runtime-lib.window",
|
|
6728
6701
|
comp: ea,
|
|
6729
6702
|
props: {
|
|
6730
|
-
pageCommon: [y,
|
|
6731
|
-
compCommon: [y,
|
|
6703
|
+
pageCommon: [y, Ui],
|
|
6704
|
+
compCommon: [y, Ui]
|
|
6732
6705
|
},
|
|
6733
6706
|
events: [],
|
|
6734
6707
|
methods: [],
|
|
@@ -6870,13 +6843,13 @@ const hu = [
|
|
|
6870
6843
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6871
6844
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6872
6845
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6873
|
-
],
|
|
6846
|
+
], Ru = [
|
|
6874
6847
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6875
6848
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6876
|
-
],
|
|
6849
|
+
], Du = [
|
|
6877
6850
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6878
6851
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6879
|
-
],
|
|
6852
|
+
], Mu = [
|
|
6880
6853
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6881
6854
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6882
6855
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
@@ -6908,9 +6881,9 @@ const hu = [
|
|
|
6908
6881
|
textStyleItemsV1: Wu,
|
|
6909
6882
|
themeColorItemsV1: Eu,
|
|
6910
6883
|
thumbLabelItemsV1: Nu,
|
|
6911
|
-
timelineAlignItemsV1:
|
|
6912
|
-
timelineDirectionItemsV1:
|
|
6913
|
-
timelineSideItemsV1:
|
|
6884
|
+
timelineAlignItemsV1: Ru,
|
|
6885
|
+
timelineDirectionItemsV1: Du,
|
|
6886
|
+
timelineSideItemsV1: Mu,
|
|
6914
6887
|
timelineTruncateLineItemsV1: Fu
|
|
6915
6888
|
}, Symbol.toStringTag, { value: "Module" })), Hu = [
|
|
6916
6889
|
{
|
|
@@ -6945,7 +6918,7 @@ const hu = [
|
|
|
6945
6918
|
title: "x-runtime-lib.pixel",
|
|
6946
6919
|
value: "pixel",
|
|
6947
6920
|
ui: "pixelInput",
|
|
6948
|
-
validator:
|
|
6921
|
+
validator: Ue,
|
|
6949
6922
|
default: "0px",
|
|
6950
6923
|
precision: 0,
|
|
6951
6924
|
min: 0,
|
|
@@ -6993,7 +6966,7 @@ const hu = [
|
|
|
6993
6966
|
title: "x-runtime-lib.pixel",
|
|
6994
6967
|
value: "pixel",
|
|
6995
6968
|
ui: "pixelInput",
|
|
6996
|
-
validator:
|
|
6969
|
+
validator: Ue,
|
|
6997
6970
|
default: "0px"
|
|
6998
6971
|
},
|
|
6999
6972
|
{
|
|
@@ -7004,7 +6977,7 @@ const hu = [
|
|
|
7004
6977
|
precision: 6,
|
|
7005
6978
|
default: "0%"
|
|
7006
6979
|
}
|
|
7007
|
-
],
|
|
6980
|
+
], Uu = [
|
|
7008
6981
|
{
|
|
7009
6982
|
title: "x-runtime-lib.notSet",
|
|
7010
6983
|
value: "",
|
|
@@ -7016,7 +6989,7 @@ const hu = [
|
|
|
7016
6989
|
title: "x-runtime-lib.pixel",
|
|
7017
6990
|
value: "pixel",
|
|
7018
6991
|
ui: "pixelInput",
|
|
7019
|
-
validator:
|
|
6992
|
+
validator: Ue,
|
|
7020
6993
|
min: 0,
|
|
7021
6994
|
default: "0px"
|
|
7022
6995
|
},
|
|
@@ -7029,7 +7002,7 @@ const hu = [
|
|
|
7029
7002
|
min: 0,
|
|
7030
7003
|
default: "0%"
|
|
7031
7004
|
}
|
|
7032
|
-
],
|
|
7005
|
+
], Ou = [
|
|
7033
7006
|
{
|
|
7034
7007
|
title: "x-runtime-lib.notSet",
|
|
7035
7008
|
value: "",
|
|
@@ -7041,7 +7014,7 @@ const hu = [
|
|
|
7041
7014
|
title: "x-runtime-lib.pixel",
|
|
7042
7015
|
value: "pixel",
|
|
7043
7016
|
ui: "pixelInput",
|
|
7044
|
-
validator:
|
|
7017
|
+
validator: Ue,
|
|
7045
7018
|
min: 0,
|
|
7046
7019
|
default: "0px"
|
|
7047
7020
|
},
|
|
@@ -7054,7 +7027,7 @@ const hu = [
|
|
|
7054
7027
|
min: 0,
|
|
7055
7028
|
default: "0%"
|
|
7056
7029
|
}
|
|
7057
|
-
],
|
|
7030
|
+
], Xu = [
|
|
7058
7031
|
{
|
|
7059
7032
|
title: "x-runtime-lib.notSet",
|
|
7060
7033
|
value: "",
|
|
@@ -7083,7 +7056,7 @@ const hu = [
|
|
|
7083
7056
|
validator: (t) => t === "end",
|
|
7084
7057
|
default: "end"
|
|
7085
7058
|
}
|
|
7086
|
-
],
|
|
7059
|
+
], Yu = [
|
|
7087
7060
|
{
|
|
7088
7061
|
title: "x-runtime-lib.notSet",
|
|
7089
7062
|
value: "",
|
|
@@ -7105,15 +7078,15 @@ const hu = [
|
|
|
7105
7078
|
validator: (t) => t === "bottom",
|
|
7106
7079
|
default: "bottom"
|
|
7107
7080
|
}
|
|
7108
|
-
],
|
|
7081
|
+
], qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7109
7082
|
__proto__: null,
|
|
7110
7083
|
borderWidthTypesV1: Hu,
|
|
7111
7084
|
leftRightTypesV1: ju,
|
|
7112
7085
|
marginTypesV1: Ku,
|
|
7113
|
-
paddingTypesV1:
|
|
7114
|
-
sizeTypesV1:
|
|
7115
|
-
tableColumnAlignTypesV1:
|
|
7116
|
-
topBottomTypesV1:
|
|
7086
|
+
paddingTypesV1: Uu,
|
|
7087
|
+
sizeTypesV1: Ou,
|
|
7088
|
+
tableColumnAlignTypesV1: Xu,
|
|
7089
|
+
topBottomTypesV1: Yu
|
|
7117
7090
|
}, Symbol.toStringTag, { value: "Module" })), Ju = [
|
|
7118
7091
|
{
|
|
7119
7092
|
key: "containment",
|
|
@@ -7139,8 +7112,8 @@ const hu = [
|
|
|
7139
7112
|
items: [
|
|
7140
7113
|
dt,
|
|
7141
7114
|
Nt,
|
|
7115
|
+
Dt,
|
|
7142
7116
|
Rt,
|
|
7143
|
-
Mt,
|
|
7144
7117
|
kt,
|
|
7145
7118
|
Pt,
|
|
7146
7119
|
st,
|
|
@@ -7155,7 +7128,7 @@ const hu = [
|
|
|
7155
7128
|
{
|
|
7156
7129
|
key: "dataDisplay",
|
|
7157
7130
|
name: "x-runtime-lib.dataDisplay",
|
|
7158
|
-
items: [
|
|
7131
|
+
items: [Mn, lt, Ye, ht]
|
|
7159
7132
|
},
|
|
7160
7133
|
{
|
|
7161
7134
|
key: "selection",
|
|
@@ -7171,7 +7144,7 @@ const hu = [
|
|
|
7171
7144
|
{
|
|
7172
7145
|
key: "feedback",
|
|
7173
7146
|
name: "x-runtime-lib.feedback",
|
|
7174
|
-
items: [
|
|
7147
|
+
items: [Xe, Tt, Mt]
|
|
7175
7148
|
},
|
|
7176
7149
|
{
|
|
7177
7150
|
key: "imagesAndIcons",
|
|
@@ -7186,7 +7159,7 @@ const hu = [
|
|
|
7186
7159
|
{
|
|
7187
7160
|
key: "dynamic",
|
|
7188
7161
|
name: "x-runtime-lib.dynamic",
|
|
7189
|
-
items: [
|
|
7162
|
+
items: [Me, Rn, Dn]
|
|
7190
7163
|
}
|
|
7191
7164
|
], Zu = [
|
|
7192
7165
|
{
|
|
@@ -7197,13 +7170,13 @@ const hu = [
|
|
|
7197
7170
|
{
|
|
7198
7171
|
key: "geometries",
|
|
7199
7172
|
name: "x-runtime-lib.geometries",
|
|
7200
|
-
items: [
|
|
7173
|
+
items: [qe, At]
|
|
7201
7174
|
},
|
|
7202
7175
|
{
|
|
7203
7176
|
key: "lights",
|
|
7204
7177
|
name: "x-runtime-lib.lights",
|
|
7205
7178
|
items: [
|
|
7206
|
-
|
|
7179
|
+
Oe,
|
|
7207
7180
|
ct,
|
|
7208
7181
|
It,
|
|
7209
7182
|
Lt
|
|
@@ -7244,8 +7217,8 @@ const hu = [
|
|
|
7244
7217
|
items: [
|
|
7245
7218
|
dt,
|
|
7246
7219
|
Nt,
|
|
7220
|
+
Dt,
|
|
7247
7221
|
Rt,
|
|
7248
|
-
Mt,
|
|
7249
7222
|
kt,
|
|
7250
7223
|
Pt,
|
|
7251
7224
|
st,
|
|
@@ -7260,7 +7233,7 @@ const hu = [
|
|
|
7260
7233
|
{
|
|
7261
7234
|
key: "dataDisplay",
|
|
7262
7235
|
name: "x-runtime-lib.dataDisplay",
|
|
7263
|
-
items: [
|
|
7236
|
+
items: [Mn, lt, Ye, ht]
|
|
7264
7237
|
},
|
|
7265
7238
|
{
|
|
7266
7239
|
key: "selection",
|
|
@@ -7276,7 +7249,7 @@ const hu = [
|
|
|
7276
7249
|
{
|
|
7277
7250
|
key: "feedback",
|
|
7278
7251
|
name: "x-runtime-lib.feedback",
|
|
7279
|
-
items: [
|
|
7252
|
+
items: [Xe, Tt, Mt]
|
|
7280
7253
|
},
|
|
7281
7254
|
{
|
|
7282
7255
|
key: "imagesAndIcons",
|
|
@@ -7291,7 +7264,7 @@ const hu = [
|
|
|
7291
7264
|
{
|
|
7292
7265
|
key: "dynamic",
|
|
7293
7266
|
name: "x-runtime-lib.dynamic",
|
|
7294
|
-
items: [
|
|
7267
|
+
items: [Me, Rn, Dn]
|
|
7295
7268
|
}
|
|
7296
7269
|
], ec = [
|
|
7297
7270
|
{
|
|
@@ -7302,13 +7275,13 @@ const hu = [
|
|
|
7302
7275
|
{
|
|
7303
7276
|
key: "geometries",
|
|
7304
7277
|
name: "x-runtime-lib.geometries",
|
|
7305
|
-
items: [
|
|
7278
|
+
items: [qe, At]
|
|
7306
7279
|
},
|
|
7307
7280
|
{
|
|
7308
7281
|
key: "lights",
|
|
7309
7282
|
name: "x-runtime-lib.lights",
|
|
7310
7283
|
items: [
|
|
7311
|
-
|
|
7284
|
+
Oe,
|
|
7312
7285
|
ct,
|
|
7313
7286
|
It,
|
|
7314
7287
|
Lt
|
|
@@ -7327,14 +7300,14 @@ const hu = [
|
|
|
7327
7300
|
], tc = {
|
|
7328
7301
|
version: "v1",
|
|
7329
7302
|
globalityKey: tn,
|
|
7330
|
-
refKey:
|
|
7303
|
+
refKey: Me,
|
|
7331
7304
|
items: { ...Gu },
|
|
7332
|
-
types: { ...
|
|
7305
|
+
types: { ...qu },
|
|
7333
7306
|
elements: /* @__PURE__ */ new Set([
|
|
7334
|
-
|
|
7335
|
-
qe,
|
|
7307
|
+
Oe,
|
|
7336
7308
|
Xe,
|
|
7337
7309
|
Ye,
|
|
7310
|
+
qe,
|
|
7338
7311
|
Nn,
|
|
7339
7312
|
Je,
|
|
7340
7313
|
Ze,
|
|
@@ -7362,7 +7335,7 @@ const hu = [
|
|
|
7362
7335
|
gt,
|
|
7363
7336
|
xt,
|
|
7364
7337
|
vt,
|
|
7365
|
-
|
|
7338
|
+
Rn,
|
|
7366
7339
|
kt,
|
|
7367
7340
|
_t,
|
|
7368
7341
|
wt,
|
|
@@ -7373,9 +7346,9 @@ const hu = [
|
|
|
7373
7346
|
St,
|
|
7374
7347
|
Ct,
|
|
7375
7348
|
Tt,
|
|
7376
|
-
|
|
7349
|
+
Dn,
|
|
7377
7350
|
Pt,
|
|
7378
|
-
|
|
7351
|
+
Me,
|
|
7379
7352
|
zt,
|
|
7380
7353
|
At,
|
|
7381
7354
|
Lt,
|
|
@@ -7386,12 +7359,12 @@ const hu = [
|
|
|
7386
7359
|
ko,
|
|
7387
7360
|
Wt,
|
|
7388
7361
|
_o,
|
|
7389
|
-
|
|
7362
|
+
Mn,
|
|
7390
7363
|
Et,
|
|
7391
7364
|
Nt,
|
|
7392
|
-
Mt,
|
|
7393
7365
|
Rt,
|
|
7394
7366
|
Dt,
|
|
7367
|
+
Mt,
|
|
7395
7368
|
wo,
|
|
7396
7369
|
Ft,
|
|
7397
7370
|
Vo
|
|
@@ -7417,7 +7390,7 @@ function A(t, e) {
|
|
|
7417
7390
|
}
|
|
7418
7391
|
return `${t}${as(e)}`;
|
|
7419
7392
|
}
|
|
7420
|
-
function
|
|
7393
|
+
function Oi(t, e) {
|
|
7421
7394
|
if (t.array)
|
|
7422
7395
|
return e ? B(t.default) : B(t.defaultArray);
|
|
7423
7396
|
{
|
|
@@ -7430,15 +7403,15 @@ function P(t, e) {
|
|
|
7430
7403
|
if (l.ui) {
|
|
7431
7404
|
if (l.ui === "strInput" && l.static)
|
|
7432
7405
|
return;
|
|
7433
|
-
o[l.key] =
|
|
7406
|
+
o[l.key] = Oi(l);
|
|
7434
7407
|
} else
|
|
7435
|
-
l.array ? o[l.key] =
|
|
7408
|
+
l.array ? o[l.key] = Oi(l) : l.children.forEach((s) => {
|
|
7436
7409
|
o[l.key] || (o[l.key] = {}), i(o[l.key], s);
|
|
7437
7410
|
});
|
|
7438
7411
|
}
|
|
7439
7412
|
e.forEach((o) => i(t, o));
|
|
7440
7413
|
}
|
|
7441
|
-
function
|
|
7414
|
+
function Ec(t, e, i, o, l) {
|
|
7442
7415
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7443
7416
|
if (!a) {
|
|
7444
7417
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
@@ -7503,7 +7476,7 @@ function jc(t, e, i, o, l) {
|
|
|
7503
7476
|
}
|
|
7504
7477
|
}
|
|
7505
7478
|
}
|
|
7506
|
-
function
|
|
7479
|
+
function Nc(t, e) {
|
|
7507
7480
|
function i(o) {
|
|
7508
7481
|
if (o.basic.id === e)
|
|
7509
7482
|
return o;
|
|
@@ -7527,56 +7500,56 @@ function nc(t) {
|
|
|
7527
7500
|
const i = B(t);
|
|
7528
7501
|
return e(i), i;
|
|
7529
7502
|
}
|
|
7530
|
-
function
|
|
7503
|
+
function Rc(t) {
|
|
7531
7504
|
const e = [];
|
|
7532
7505
|
return t.forEach((i) => {
|
|
7533
7506
|
e.push(nc(i));
|
|
7534
7507
|
}), e;
|
|
7535
7508
|
}
|
|
7536
7509
|
const Io = "runtimeOrg", So = "runtimeEnv", Co = "runtimeMode", To = "runtimeDevice", Po = "runtimeDark", zo = "runtimeType", Ao = "runtimeData", Lo = "runtimeDepends", Bo = "runtimeSandbox";
|
|
7537
|
-
function
|
|
7510
|
+
function Dc(t) {
|
|
7538
7511
|
se(Io, t);
|
|
7539
7512
|
}
|
|
7540
7513
|
function ic() {
|
|
7541
7514
|
return oe(Io);
|
|
7542
7515
|
}
|
|
7543
|
-
function
|
|
7516
|
+
function Mc(t) {
|
|
7544
7517
|
se(So, t);
|
|
7545
7518
|
}
|
|
7546
7519
|
function oc() {
|
|
7547
7520
|
return oe(So);
|
|
7548
7521
|
}
|
|
7549
|
-
function
|
|
7522
|
+
function Fc(t) {
|
|
7550
7523
|
se(Co, t);
|
|
7551
7524
|
}
|
|
7552
7525
|
function G() {
|
|
7553
7526
|
return oe(Co);
|
|
7554
7527
|
}
|
|
7555
|
-
function
|
|
7528
|
+
function Gc(t) {
|
|
7556
7529
|
se(To, zn(t));
|
|
7557
7530
|
}
|
|
7558
7531
|
function $e() {
|
|
7559
7532
|
return oe(To);
|
|
7560
7533
|
}
|
|
7561
|
-
function
|
|
7534
|
+
function Hc(t) {
|
|
7562
7535
|
se(Po, zn(t));
|
|
7563
7536
|
}
|
|
7564
7537
|
function We() {
|
|
7565
7538
|
return oe(Po);
|
|
7566
7539
|
}
|
|
7567
|
-
function
|
|
7540
|
+
function jc(t) {
|
|
7568
7541
|
se(zo, t);
|
|
7569
7542
|
}
|
|
7570
7543
|
function pe() {
|
|
7571
7544
|
return oe(zo);
|
|
7572
7545
|
}
|
|
7573
|
-
function
|
|
7546
|
+
function Kc(t) {
|
|
7574
7547
|
se(Ao, t);
|
|
7575
7548
|
}
|
|
7576
7549
|
function de() {
|
|
7577
7550
|
return oe(Ao);
|
|
7578
7551
|
}
|
|
7579
|
-
function
|
|
7552
|
+
function Uc(t) {
|
|
7580
7553
|
se(Lo, zn(t));
|
|
7581
7554
|
}
|
|
7582
7555
|
function sc() {
|
|
@@ -7592,7 +7565,7 @@ function Se(t) {
|
|
|
7592
7565
|
const e = [t.type];
|
|
7593
7566
|
return t.type === "elementProp" ? e.push(t.nodeId, t.propKeys) : t.type === "customProp" || t.type === "adaptSlotProp" ? e.push(t.propId) : t.type === "customState" ? e.push(t.stateId) : console.assert(!1), e.join("@");
|
|
7594
7567
|
}
|
|
7595
|
-
function
|
|
7568
|
+
function Re(t, e, i, o, l) {
|
|
7596
7569
|
const { watchEffect: s, bind: a } = e;
|
|
7597
7570
|
if (s[i])
|
|
7598
7571
|
for (const p of s[i]) {
|
|
@@ -7854,7 +7827,7 @@ function cc(t, e, i) {
|
|
|
7854
7827
|
}
|
|
7855
7828
|
function m(u, c, f, h) {
|
|
7856
7829
|
const x = e.pseudoToNative(u), g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7857
|
-
|
|
7830
|
+
Uo({ title: x, label: g, value: w }).then((C) => {
|
|
7858
7831
|
h(e.nativeToPseudo(C)), e.run();
|
|
7859
7832
|
});
|
|
7860
7833
|
}
|
|
@@ -8136,7 +8109,7 @@ function gc(t) {
|
|
|
8136
8109
|
g ?? x
|
|
8137
8110
|
]), t.value?.code.reactivity)) {
|
|
8138
8111
|
let w = "";
|
|
8139
|
-
h instanceof Array ? w = h.join(".") : w = h,
|
|
8112
|
+
h instanceof Array ? w = h.join(".") : w = h, Re(
|
|
8140
8113
|
u,
|
|
8141
8114
|
t.value.code.reactivity,
|
|
8142
8115
|
Se({
|
|
@@ -8153,7 +8126,7 @@ function gc(t) {
|
|
|
8153
8126
|
`customPropChange@${f}`,
|
|
8154
8127
|
h,
|
|
8155
8128
|
x ?? h
|
|
8156
|
-
]), t.value?.code.reactivity &&
|
|
8129
|
+
]), t.value?.code.reactivity && Re(
|
|
8157
8130
|
u,
|
|
8158
8131
|
t.value.code.reactivity,
|
|
8159
8132
|
Se({ type: "customProp", propId: f }),
|
|
@@ -8161,7 +8134,7 @@ function gc(t) {
|
|
|
8161
8134
|
x
|
|
8162
8135
|
));
|
|
8163
8136
|
}, b = (f, h, x) => {
|
|
8164
|
-
o !== "runtime" && o !== "preview" || t.value?.code.reactivity &&
|
|
8137
|
+
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Re(
|
|
8165
8138
|
u,
|
|
8166
8139
|
t.value.code.reactivity,
|
|
8167
8140
|
Se({ type: "customState", stateId: f }),
|
|
@@ -8173,7 +8146,7 @@ function gc(t) {
|
|
|
8173
8146
|
`adaptSlotProp@${f}`,
|
|
8174
8147
|
h,
|
|
8175
8148
|
x ?? h
|
|
8176
|
-
]), t.value?.code.reactivity &&
|
|
8149
|
+
]), t.value?.code.reactivity && Re(
|
|
8177
8150
|
u,
|
|
8178
8151
|
t.value.code.reactivity,
|
|
8179
8152
|
Se({ type: "adaptSlotProp", propId: f }),
|
|
@@ -8197,7 +8170,7 @@ function gc(t) {
|
|
|
8197
8170
|
}), (o === "runtime" || o === "preview") && Z(
|
|
8198
8171
|
s,
|
|
8199
8172
|
(f, h) => {
|
|
8200
|
-
const x =
|
|
8173
|
+
const x = De(f.width), g = De(h?.width ?? f.width);
|
|
8201
8174
|
u.callFunction("__triggerEventV1__", [
|
|
8202
8175
|
Ce("elementEvent", "screenSizeChange", "globality"),
|
|
8203
8176
|
x,
|
|
@@ -8222,13 +8195,13 @@ const xc = (t, e, i) => {
|
|
|
8222
8195
|
(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." : ""))));
|
|
8223
8196
|
});
|
|
8224
8197
|
};
|
|
8225
|
-
async function
|
|
8198
|
+
async function Oc(t) {
|
|
8226
8199
|
return (await xc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.escg6ifs.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ht3um6fb.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8227
8200
|
}
|
|
8228
8201
|
export {
|
|
8229
8202
|
hc as Sandbox,
|
|
8230
8203
|
va as ambientLightV1,
|
|
8231
|
-
|
|
8204
|
+
Bc as badgeV1,
|
|
8232
8205
|
sn as barChartV1,
|
|
8233
8206
|
mc as bind,
|
|
8234
8207
|
nn as boxGeometryV1,
|
|
@@ -8236,7 +8209,7 @@ export {
|
|
|
8236
8209
|
Pa as btnGroupV1,
|
|
8237
8210
|
za as btnToggleV1,
|
|
8238
8211
|
ln as btnV1,
|
|
8239
|
-
|
|
8212
|
+
De as calcBreakpoint,
|
|
8240
8213
|
Ae as cardV1,
|
|
8241
8214
|
La as checkboxV1,
|
|
8242
8215
|
un as chipGroupV1,
|
|
@@ -8245,29 +8218,29 @@ export {
|
|
|
8245
8218
|
Na as comboboxV1,
|
|
8246
8219
|
ys as compTypes,
|
|
8247
8220
|
cn as containerV1,
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8221
|
+
Ra as dataTableV1,
|
|
8222
|
+
Da as datePickerV1,
|
|
8223
|
+
Ma as dialogV1,
|
|
8251
8224
|
ka as directionalLightV1,
|
|
8252
8225
|
nc as duplicateNode,
|
|
8253
|
-
|
|
8226
|
+
Rc as duplicateNodes,
|
|
8254
8227
|
Te as elements,
|
|
8255
8228
|
Tc as ensureContext,
|
|
8256
|
-
|
|
8229
|
+
Wc as fileInputV1,
|
|
8257
8230
|
mn as flexLayoutEntryV1,
|
|
8258
8231
|
Le as flexLayoutV1,
|
|
8259
8232
|
fn as formV1,
|
|
8260
8233
|
T as genId,
|
|
8261
8234
|
Ie as getBreakpointProp,
|
|
8262
8235
|
ke as getField,
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8236
|
+
qn as getIndexOfBreakpoint,
|
|
8237
|
+
Nc as getNode,
|
|
8238
|
+
Oi as getPropDefault,
|
|
8266
8239
|
A as getPropTag,
|
|
8267
8240
|
Cc as getTypeColor,
|
|
8268
8241
|
Sa as globalityV1,
|
|
8269
8242
|
Va as groupV1,
|
|
8270
|
-
|
|
8243
|
+
Ua as iconV1,
|
|
8271
8244
|
P as initProps,
|
|
8272
8245
|
We as injectDark,
|
|
8273
8246
|
de as injectData,
|
|
@@ -8282,37 +8255,35 @@ export {
|
|
|
8282
8255
|
gs as isLocaleOfMethodKind,
|
|
8283
8256
|
hs as isLocaleOfPropertyKind,
|
|
8284
8257
|
An as isPercentStr,
|
|
8285
|
-
|
|
8258
|
+
Ue as isPixelStr,
|
|
8286
8259
|
ma as keyboardControlsV1,
|
|
8287
8260
|
rn as lineChartV1,
|
|
8288
|
-
|
|
8261
|
+
Oc as loadLocaleMessageRuntime,
|
|
8289
8262
|
Se as makeTriggerId,
|
|
8290
8263
|
Ce as makeUniqueEventId,
|
|
8291
|
-
Wc as makeUniqueMethodId,
|
|
8292
|
-
Ac as makeUniquePropertyId,
|
|
8293
8264
|
pa as mapControlsV1,
|
|
8294
|
-
|
|
8265
|
+
Oa as menuV1,
|
|
8295
8266
|
Pe as meshBasicMaterialV1,
|
|
8296
8267
|
ze as meshV1,
|
|
8297
8268
|
bn as numberInputV1,
|
|
8298
8269
|
da as orbitControlsV1,
|
|
8299
8270
|
ra as orthographicCameraV1,
|
|
8300
8271
|
bs as pageTypes,
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8272
|
+
Ya as paginationV1,
|
|
8273
|
+
Xt as parsePercentStr,
|
|
8274
|
+
Pc as parsePixelStr,
|
|
8304
8275
|
la as perspectiveCameraV1,
|
|
8305
8276
|
$o as pkgs,
|
|
8306
8277
|
_a as pointLightV1,
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8278
|
+
Hc as provideDark,
|
|
8279
|
+
Kc as provideData,
|
|
8280
|
+
Uc as provideDepends,
|
|
8281
|
+
Gc as provideDevice,
|
|
8282
|
+
Mc as provideEnv,
|
|
8283
|
+
Fc as provideMode,
|
|
8284
|
+
Dc as provideOrg,
|
|
8314
8285
|
rc as provideSandbox,
|
|
8315
|
-
|
|
8286
|
+
jc as provideType,
|
|
8316
8287
|
hn as radioGroupV1,
|
|
8317
8288
|
yn as radioV1,
|
|
8318
8289
|
Za as rangeSliderV1,
|
|
@@ -8322,7 +8293,7 @@ export {
|
|
|
8322
8293
|
eu as selectV1,
|
|
8323
8294
|
ao as setField,
|
|
8324
8295
|
tu as sliderV1,
|
|
8325
|
-
|
|
8296
|
+
Ec as spawnNode,
|
|
8326
8297
|
on as sphereGeometryV1,
|
|
8327
8298
|
wa as spotLightV1,
|
|
8328
8299
|
gn as stepperHeaderV1,
|
|
@@ -8338,18 +8309,12 @@ export {
|
|
|
8338
8309
|
$n as textareaV1,
|
|
8339
8310
|
In as timelineItemV1,
|
|
8340
8311
|
Sn as timelineV1,
|
|
8341
|
-
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8312
|
+
Lc as toEventName,
|
|
8313
|
+
Ac as toMethodName,
|
|
8314
|
+
zc as toPropertyName,
|
|
8315
|
+
Re as triggerReactivity,
|
|
8345
8316
|
Sc as types,
|
|
8346
|
-
Nc as unwrapEventKey,
|
|
8347
|
-
Bc as unwrapMethodKey,
|
|
8348
|
-
zc as unwrapPropertyKey,
|
|
8349
8317
|
gc as useSandbox,
|
|
8350
8318
|
Cn as windowItemV1,
|
|
8351
|
-
Tn as windowV1
|
|
8352
|
-
Ec as wrapEventKey,
|
|
8353
|
-
Lc as wrapMethodKey,
|
|
8354
|
-
Pc as wrapPropertyKey
|
|
8319
|
+
Tn as windowV1
|
|
8355
8320
|
};
|