x-runtime-lib 0.8.21 → 0.8.22
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 +1100 -1079
- package/dist/types/kind.d.ts +11 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
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 q, onBeforeMount as Wo, onUnmounted as
|
|
2
|
-
import { CameraHelper as Ji, DirectionalLightHelper as
|
|
3
|
-
import { i as ne, q as Le, u as Ho, r as Zi, e as qi, a 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 q, onBeforeMount as Wo, onUnmounted as Ke, createBlock as V, withCtx as S, createCommentVNode as ee, useTemplateRef as Oi, onMounted as Ui, nextTick as Xi, h as ae, resolveComponent as z, createVNode as H, isRef as O, createSlots as Tn, renderList as Eo, useId as Yi, withModifiers as No, normalizeClass as Mo, toDisplayString as Ro, inject as oe, provide as se, readonly as Pn } from "vue";
|
|
2
|
+
import { CameraHelper as Ji, DirectionalLightHelper as Do, PointLightHelper as Fo, SpotLightHelper as Go } from "three";
|
|
3
|
+
import { i as ne, q as Le, u as Ho, r as Zi, e as qi, a as Ko, b as jo, c as Oo, d as Uo, f as Xo, g as Yo, h as Jo, j as Zo, k as B, l as Qi, X as qo, Y as Qo, K as es, m as ts, n as ns, o as is, I as os } from "./vendor.ghqz34q2.js";
|
|
4
4
|
import { waitUtil as eo, eventBus as to, useViewStack as no, globalObjects as ke, messageInfo as ss, messageSuccess as rs, messageWarning as io, messageError as oo, createAxios as ls, openConfirmDlg as as, openPromptDlg as us } from "x-essential-lib";
|
|
5
5
|
import { getErrorMessage as cs } from "x-error-lib";
|
|
6
6
|
import { useTheme as ms } from "vuetify";
|
|
7
7
|
import { useI18n as ps } from "vue-i18n";
|
|
8
|
-
const
|
|
8
|
+
const Un = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
9
|
function T(t) {
|
|
10
10
|
let e = "";
|
|
11
|
-
for (let
|
|
12
|
-
const
|
|
13
|
-
e +=
|
|
11
|
+
for (let i = 0; i < t; i++) {
|
|
12
|
+
const o = Math.floor(Math.random() * Un.length);
|
|
13
|
+
e += Un[o];
|
|
14
14
|
}
|
|
15
15
|
return e;
|
|
16
16
|
}
|
|
17
|
-
function
|
|
17
|
+
function je(t) {
|
|
18
18
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
19
19
|
return !1;
|
|
20
|
-
const e = t.substring(0, t.length - 2),
|
|
21
|
-
return !(isNaN(
|
|
20
|
+
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
21
|
+
return !(isNaN(i) || i % 1 !== 0);
|
|
22
22
|
}
|
|
23
23
|
function zn(t) {
|
|
24
24
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
25
25
|
return !1;
|
|
26
|
-
const e = t.substring(0, t.length - 1),
|
|
27
|
-
return !isNaN(
|
|
26
|
+
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
27
|
+
return !isNaN(i);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function $c(t) {
|
|
30
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
31
|
return;
|
|
32
|
-
const e = t.substring(0, t.length - 2),
|
|
33
|
-
if (!isNaN(
|
|
34
|
-
return
|
|
32
|
+
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
33
|
+
if (!isNaN(i) && i % 1 === 0)
|
|
34
|
+
return i;
|
|
35
35
|
}
|
|
36
|
-
function
|
|
36
|
+
function Ut(t) {
|
|
37
37
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
38
38
|
return;
|
|
39
|
-
const e = t.substring(0, t.length - 1),
|
|
40
|
-
if (!isNaN(
|
|
41
|
-
return
|
|
39
|
+
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
40
|
+
if (!isNaN(i))
|
|
41
|
+
return i;
|
|
42
42
|
}
|
|
43
43
|
const so = ["xs", "sm", "md", "lg", "xl"], ds = [...so].reverse();
|
|
44
|
-
function
|
|
44
|
+
function Me(t) {
|
|
45
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
46
|
}
|
|
47
47
|
function Xn(t) {
|
|
48
48
|
return so.findIndex((e) => e === t);
|
|
49
49
|
}
|
|
50
|
-
function
|
|
51
|
-
let
|
|
52
|
-
for (const
|
|
53
|
-
if (Xn(
|
|
50
|
+
function Se(t, e) {
|
|
51
|
+
let i;
|
|
52
|
+
for (const o of ds) {
|
|
53
|
+
if (Xn(o) < Xn(t))
|
|
54
54
|
break;
|
|
55
|
-
e[
|
|
55
|
+
e[o] && (i = e[o]);
|
|
56
56
|
}
|
|
57
|
-
return
|
|
57
|
+
return i;
|
|
58
58
|
}
|
|
59
59
|
function ve(t, e) {
|
|
60
|
-
let
|
|
61
|
-
if (typeof
|
|
60
|
+
let i = t;
|
|
61
|
+
if (typeof i != "object")
|
|
62
62
|
return;
|
|
63
|
-
let
|
|
64
|
-
if (e instanceof Array ?
|
|
65
|
-
for (const r of
|
|
66
|
-
if (typeof
|
|
63
|
+
let o = [];
|
|
64
|
+
if (e instanceof Array ? o = e : o = e.split("."), !(o.length <= 0)) {
|
|
65
|
+
for (const r of o) {
|
|
66
|
+
if (typeof i != "object")
|
|
67
67
|
return;
|
|
68
|
-
|
|
68
|
+
i = i[r];
|
|
69
69
|
}
|
|
70
|
-
return
|
|
70
|
+
return i;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
function ro(t, e,
|
|
74
|
-
let
|
|
75
|
-
if (typeof
|
|
73
|
+
function ro(t, e, i) {
|
|
74
|
+
let o = t;
|
|
75
|
+
if (typeof o != "object")
|
|
76
76
|
return;
|
|
77
77
|
let r = [];
|
|
78
78
|
if (e instanceof Array ? r = e : r = e.split("."), r.length <= 0)
|
|
79
79
|
return;
|
|
80
80
|
for (let a = 0; a < r.length - 1; a++) {
|
|
81
81
|
const p = r[a];
|
|
82
|
-
|
|
82
|
+
o = o[p], o || (o = {});
|
|
83
83
|
}
|
|
84
84
|
const s = r[r.length - 1];
|
|
85
|
-
|
|
85
|
+
o[s] = i;
|
|
86
86
|
}
|
|
87
87
|
const Ce = {}, _ = (t) => {
|
|
88
88
|
Ce[t.key] = t;
|
|
@@ -95,17 +95,17 @@ const Ce = {}, _ = (t) => {
|
|
|
95
95
|
},
|
|
96
96
|
setup(t) {
|
|
97
97
|
const e = G();
|
|
98
|
-
return (
|
|
98
|
+
return (i, o) => n(e) === "editor" ? (v(), Y("TresMesh", {
|
|
99
99
|
key: 0,
|
|
100
100
|
position: t.position,
|
|
101
101
|
rotation: t.rotation,
|
|
102
102
|
scale: t.scale,
|
|
103
103
|
visible: !1
|
|
104
104
|
}, [
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
L(
|
|
108
|
-
], 8, fs)) : L(
|
|
105
|
+
o[0] || (o[0] = ie("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
106
|
+
o[1] || (o[1] = ie("TresMeshBasicMaterial", null, null, -1)),
|
|
107
|
+
L(i.$slots, "default")
|
|
108
|
+
], 8, fs)) : L(i.$slots, "default", { key: 1 });
|
|
109
109
|
}
|
|
110
110
|
}), Z = /* @__PURE__ */ $({
|
|
111
111
|
__name: "index",
|
|
@@ -113,45 +113,45 @@ const Ce = {}, _ = (t) => {
|
|
|
113
113
|
fitContent: { type: Boolean, default: !1 }
|
|
114
114
|
},
|
|
115
115
|
setup(t) {
|
|
116
|
-
const e = G(),
|
|
117
|
-
const
|
|
118
|
-
return t.fitContent && (
|
|
116
|
+
const e = G(), i = k(() => {
|
|
117
|
+
const o = {};
|
|
118
|
+
return t.fitContent && (o.width = "fit-content", o.height = "fit-content"), o;
|
|
119
119
|
});
|
|
120
|
-
return (
|
|
120
|
+
return (o, r) => n(e) === "editor" ? (v(), Y("div", {
|
|
121
121
|
key: 0,
|
|
122
|
-
style: Q(
|
|
122
|
+
style: Q(i.value)
|
|
123
123
|
}, [
|
|
124
|
-
L(
|
|
125
|
-
], 4)) : L(
|
|
124
|
+
L(o.$slots, "default")
|
|
125
|
+
], 4)) : L(o.$slots, "default", { key: 1 });
|
|
126
126
|
}
|
|
127
|
-
}), bs = (t, e,
|
|
128
|
-
const r = t.getElementPropInner(e,
|
|
129
|
-
if (
|
|
127
|
+
}), bs = (t, e, i, o) => {
|
|
128
|
+
const r = t.getElementPropInner(e, i);
|
|
129
|
+
if (o) {
|
|
130
130
|
if (typeof r == "string")
|
|
131
131
|
return JSON.parse(r);
|
|
132
132
|
console.assert(!1);
|
|
133
133
|
return;
|
|
134
134
|
} else
|
|
135
135
|
return r;
|
|
136
|
-
}, ys = (t, e,
|
|
136
|
+
}, ys = (t, e, i, o, r) => {
|
|
137
137
|
let s;
|
|
138
|
-
r ? typeof
|
|
138
|
+
r ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropInner(e, i, s);
|
|
139
139
|
};
|
|
140
|
-
function l(t, e,
|
|
141
|
-
const
|
|
140
|
+
function l(t, e, i) {
|
|
141
|
+
const o = G(), r = We(), s = ce();
|
|
142
142
|
return ue(() => {
|
|
143
|
-
let a = bs(r, t.node, e,
|
|
144
|
-
|
|
143
|
+
let a = bs(r, t.node, e, i);
|
|
144
|
+
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
145
145
|
}), q(s, (a, p) => {
|
|
146
|
-
ne(a, p) || ys(r, t.node, e, s.value,
|
|
146
|
+
ne(a, p) || ys(r, t.node, e, s.value, i);
|
|
147
147
|
}), { prop: s };
|
|
148
148
|
}
|
|
149
149
|
function me(t) {
|
|
150
|
-
const { prop: e } = l(t, ["transform", "position", "x"]), { prop:
|
|
150
|
+
const { prop: e } = l(t, ["transform", "position", "x"]), { prop: i } = l(t, ["transform", "position", "y"]), { prop: o } = l(t, ["transform", "position", "z"]), { prop: r } = l(t, ["transform", "rotation", "x"]), { prop: s } = l(t, ["transform", "rotation", "y"]), { prop: a } = l(t, ["transform", "rotation", "z"]), { prop: p } = l(t, ["transform", "scale", "x"]), { prop: d } = l(t, ["transform", "scale", "y"]), { prop: b } = l(t, ["transform", "scale", "z"]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
|
|
151
151
|
return ue(() => {
|
|
152
|
-
m.value = [e.value,
|
|
152
|
+
m.value = [e.value, i.value, o.value];
|
|
153
153
|
}), ue(() => {
|
|
154
|
-
e.value = m.value[0],
|
|
154
|
+
e.value = m.value[0], i.value = m.value[1], o.value = m.value[2];
|
|
155
155
|
}), ue(() => {
|
|
156
156
|
u.value = [r.value, s.value, a.value];
|
|
157
157
|
}), ue(() => {
|
|
@@ -163,62 +163,62 @@ function me(t) {
|
|
|
163
163
|
}), { position: m, rotation: u, scale: c };
|
|
164
164
|
}
|
|
165
165
|
function lo(t) {
|
|
166
|
-
const e = k(() => t.node.legend?.show),
|
|
167
|
-
function
|
|
166
|
+
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
167
|
+
function o(r) {
|
|
168
168
|
r.legend = {
|
|
169
169
|
show: e.value,
|
|
170
|
-
data:
|
|
170
|
+
data: i.value
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
|
-
return { show: e, data:
|
|
173
|
+
return { show: e, data: i, applyLegend: o };
|
|
174
174
|
}
|
|
175
175
|
function ao(t) {
|
|
176
176
|
const e = k(() => t.node.series);
|
|
177
|
-
function o
|
|
178
|
-
|
|
177
|
+
function i(o) {
|
|
178
|
+
o.series = e.value;
|
|
179
179
|
}
|
|
180
|
-
return { series: e, applySeries:
|
|
180
|
+
return { series: e, applySeries: i };
|
|
181
181
|
}
|
|
182
182
|
function uo(t) {
|
|
183
|
-
const e = k(() => t.node.title?.show),
|
|
183
|
+
const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), o = k(() => t.node.title?.subtext);
|
|
184
184
|
function r(s) {
|
|
185
185
|
s.title = {
|
|
186
186
|
show: e.value,
|
|
187
|
-
text:
|
|
188
|
-
subtext:
|
|
187
|
+
text: i.value,
|
|
188
|
+
subtext: o.value
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
|
-
return { show: e, text:
|
|
191
|
+
return { show: e, text: i, subtext: o, applyTitle: r };
|
|
192
192
|
}
|
|
193
193
|
function co(t) {
|
|
194
|
-
const e = k(() => t.node.xAxis?.show),
|
|
194
|
+
const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), o = k(() => t.node.xAxis?.type), r = k(() => t.node.xAxis?.data);
|
|
195
195
|
function s(a) {
|
|
196
196
|
a.xAxis = {
|
|
197
197
|
show: e.value,
|
|
198
|
-
position:
|
|
199
|
-
type:
|
|
198
|
+
position: i.value,
|
|
199
|
+
type: o.value,
|
|
200
200
|
data: r.value
|
|
201
201
|
};
|
|
202
202
|
}
|
|
203
|
-
return { show: e, position:
|
|
203
|
+
return { show: e, position: i, type: o, data: r, applyXAxis: s };
|
|
204
204
|
}
|
|
205
205
|
function mo(t) {
|
|
206
|
-
const e = k(() => t.node.yAxis?.show),
|
|
206
|
+
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), r = k(() => t.node.yAxis?.data);
|
|
207
207
|
function s(a) {
|
|
208
208
|
a.yAxis = {
|
|
209
209
|
show: e.value,
|
|
210
|
-
position:
|
|
211
|
-
type:
|
|
210
|
+
position: i.value,
|
|
211
|
+
type: o.value,
|
|
212
212
|
data: r.value
|
|
213
213
|
};
|
|
214
214
|
}
|
|
215
|
-
return { show: e, position:
|
|
215
|
+
return { show: e, position: i, type: o, data: r, applyYAxis: s };
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
const { computedThemes: e } = ms(),
|
|
217
|
+
function K(t) {
|
|
218
|
+
const { computedThemes: e } = ms(), i = Be(), o = k(() => t.value?.mode), r = k(() => {
|
|
219
219
|
const b = t.value?.theme;
|
|
220
|
-
return b ? b === "background0" ?
|
|
221
|
-
}), s = k(() =>
|
|
220
|
+
return b ? b === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : b === "background1" ? i.value ? "#272727" : "#eeeeee" : b === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[b] : void 0;
|
|
221
|
+
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? r.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
|
|
222
222
|
const b = a.value;
|
|
223
223
|
return !b.startsWith("#") || b.length < 7 ? "" : b.substring(0, 7);
|
|
224
224
|
}), d = k(() => {
|
|
@@ -228,60 +228,60 @@ function j(t) {
|
|
|
228
228
|
return { color: a, rgb: p, alpha: d };
|
|
229
229
|
}
|
|
230
230
|
function An(t) {
|
|
231
|
-
const e = k(() => t.node.border?.style),
|
|
231
|
+
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: r } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
232
232
|
function b(m) {
|
|
233
|
-
e.value && (m.borderStyle = e.value),
|
|
233
|
+
e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), r.value && (m.borderColor = r.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
|
|
234
234
|
}
|
|
235
|
-
return { borderStyle: e, borderWidth:
|
|
235
|
+
return { borderStyle: e, borderWidth: i, borderColor: r, applyBorder: b };
|
|
236
236
|
}
|
|
237
237
|
function Ln(t) {
|
|
238
|
-
const e = k(() => t.node.margin?.top),
|
|
238
|
+
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), r = k(() => t.node.margin?.right);
|
|
239
239
|
function s(a) {
|
|
240
|
-
e.value && (a.marginTop = e.value),
|
|
240
|
+
e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), o.value && (a.marginBottom = o.value), r.value && (a.marginRight = r.value);
|
|
241
241
|
}
|
|
242
|
-
return { marginTop: e, marginLeft:
|
|
242
|
+
return { marginTop: e, marginLeft: i, marginBottom: o, marginRight: r, applyMargin: s };
|
|
243
243
|
}
|
|
244
244
|
function Bn(t) {
|
|
245
|
-
const e = k(() => t.node.padding?.top),
|
|
245
|
+
const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), o = k(() => t.node.padding?.bottom), r = k(() => t.node.padding?.right);
|
|
246
246
|
function s(a) {
|
|
247
|
-
e.value && (a.paddingTop = e.value),
|
|
247
|
+
e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), o.value && (a.paddingBottom = o.value), r.value && (a.paddingRight = r.value);
|
|
248
248
|
}
|
|
249
|
-
return { paddingTop: e, paddingLeft:
|
|
249
|
+
return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: r, applyPadding: s };
|
|
250
250
|
}
|
|
251
251
|
function he(t) {
|
|
252
|
-
const e = G(),
|
|
252
|
+
const e = G(), i = $e(), o = k(() => t.node.size?.width), r = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
253
253
|
if (t.outer && e === "editor") {
|
|
254
|
-
const m =
|
|
254
|
+
const m = Ut(t.node.size?.height);
|
|
255
255
|
if (m)
|
|
256
|
-
return m / 100 *
|
|
256
|
+
return m / 100 * i.value.height + "px";
|
|
257
257
|
}
|
|
258
258
|
return t.node.size?.height;
|
|
259
259
|
}), p = k(() => {
|
|
260
260
|
if (t.outer && e === "editor") {
|
|
261
|
-
const m =
|
|
261
|
+
const m = Ut(t.node.size?.minHeight);
|
|
262
262
|
if (m)
|
|
263
|
-
return m / 100 *
|
|
263
|
+
return m / 100 * i.value.height + "px";
|
|
264
264
|
}
|
|
265
265
|
return t.node.size?.minHeight;
|
|
266
266
|
}), d = k(() => {
|
|
267
267
|
if (t.outer && e === "editor") {
|
|
268
|
-
const m =
|
|
268
|
+
const m = Ut(t.node.size?.maxHeight);
|
|
269
269
|
if (m)
|
|
270
|
-
return m / 100 *
|
|
270
|
+
return m / 100 * i.value.height + "px";
|
|
271
271
|
}
|
|
272
272
|
return t.node.size?.maxHeight;
|
|
273
273
|
});
|
|
274
274
|
function b(m) {
|
|
275
|
-
|
|
275
|
+
o.value && (m.width = o.value), r.value && (m.minWidth = r.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
|
|
276
276
|
}
|
|
277
|
-
return { width:
|
|
277
|
+
return { width: o, minWidth: r, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: b };
|
|
278
278
|
}
|
|
279
|
-
function po(t, e,
|
|
280
|
-
const
|
|
279
|
+
function po(t, e, i) {
|
|
280
|
+
const o = k(() => e.node.basic.id), r = k(() => `callMethod@${o.value}`);
|
|
281
281
|
Wo(() => {
|
|
282
|
-
t.eventBus?.on(r.value,
|
|
283
|
-
}),
|
|
284
|
-
t.eventBus?.off(r.value,
|
|
282
|
+
t.eventBus?.on(r.value, i);
|
|
283
|
+
}), Ke(() => {
|
|
284
|
+
t.eventBus?.off(r.value, i);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
287
|
function N() {
|
|
@@ -295,25 +295,25 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
295
295
|
outer: { type: Boolean }
|
|
296
296
|
},
|
|
297
297
|
setup(t) {
|
|
298
|
-
const e = t,
|
|
298
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "bottom"]), { prop: p } = l(e, ["settings", "far"]), { prop: d } = l(e, ["settings", "left"]), { prop: b } = l(e, ["settings", "near"]), { prop: m } = l(e, ["settings", "right"]), { prop: u } = l(e, ["settings", "top"]);
|
|
299
299
|
return (c, f) => (v(), V(n(ye), {
|
|
300
|
-
position: n(
|
|
300
|
+
position: n(o),
|
|
301
301
|
rotation: n(r),
|
|
302
302
|
scale: n(s)
|
|
303
303
|
}, {
|
|
304
|
-
default:
|
|
304
|
+
default: S(() => [
|
|
305
305
|
ie("TresOrthographicCamera", {
|
|
306
306
|
bottom: n(a),
|
|
307
307
|
far: n(p),
|
|
308
308
|
left: n(d),
|
|
309
309
|
near: n(b),
|
|
310
|
-
position: n(
|
|
310
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
311
311
|
right: n(m),
|
|
312
|
-
rotation: n(
|
|
313
|
-
scale: n(
|
|
312
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
313
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
|
|
314
314
|
top: n(u)
|
|
315
315
|
}, [
|
|
316
|
-
n(
|
|
316
|
+
n(i) === "editor" ? (v(), V(n(Le), {
|
|
317
317
|
key: 0,
|
|
318
318
|
type: n(Ji)
|
|
319
319
|
}, null, 8, ["type"])) : ee("", !0),
|
|
@@ -330,23 +330,23 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
330
330
|
outer: { type: Boolean }
|
|
331
331
|
},
|
|
332
332
|
setup(t) {
|
|
333
|
-
const e = t,
|
|
333
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "aspect"]), { prop: p } = l(e, ["settings", "far"]), { prop: d } = l(e, ["settings", "fov"]), { prop: b } = l(e, ["settings", "near"]);
|
|
334
334
|
return (m, u) => (v(), V(n(ye), {
|
|
335
|
-
position: n(
|
|
335
|
+
position: n(o),
|
|
336
336
|
rotation: n(r),
|
|
337
337
|
scale: n(s)
|
|
338
338
|
}, {
|
|
339
|
-
default:
|
|
339
|
+
default: S(() => [
|
|
340
340
|
ie("TresPerspectiveCamera", {
|
|
341
341
|
aspect: n(a),
|
|
342
342
|
far: n(p),
|
|
343
343
|
fov: n(d),
|
|
344
344
|
near: n(b),
|
|
345
|
-
position: n(
|
|
346
|
-
rotation: n(
|
|
347
|
-
scale: n(
|
|
345
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
346
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
347
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
348
348
|
}, [
|
|
349
|
-
n(
|
|
349
|
+
n(i) === "editor" ? (v(), V(n(Le), {
|
|
350
350
|
key: 0,
|
|
351
351
|
type: n(Ji)
|
|
352
352
|
}, null, 8, ["type"])) : ee("", !0),
|
|
@@ -363,7 +363,7 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
363
363
|
outer: { type: Boolean }
|
|
364
364
|
},
|
|
365
365
|
setup(t) {
|
|
366
|
-
const e = t, { prop:
|
|
366
|
+
const e = t, { prop: i } = l(e, ["settings", "depth"]), { prop: o } = l(e, [
|
|
367
367
|
"settings",
|
|
368
368
|
"depthSegements"
|
|
369
369
|
]), { prop: r } = l(e, ["settings", "height"]), { prop: s } = l(e, [
|
|
@@ -377,18 +377,18 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
377
377
|
args: [
|
|
378
378
|
n(a),
|
|
379
379
|
n(r),
|
|
380
|
-
n(
|
|
380
|
+
n(i),
|
|
381
381
|
n(p),
|
|
382
382
|
n(s),
|
|
383
|
-
n(
|
|
383
|
+
n(o)
|
|
384
384
|
]
|
|
385
385
|
}, null, 8, ks));
|
|
386
386
|
}
|
|
387
387
|
}), ge = (t, e) => {
|
|
388
|
-
const
|
|
389
|
-
for (const [
|
|
390
|
-
o
|
|
391
|
-
return
|
|
388
|
+
const i = t.__vccOpts || t;
|
|
389
|
+
for (const [o, r] of e)
|
|
390
|
+
i[o] = r;
|
|
391
|
+
return i;
|
|
392
392
|
}, ws = ["args"], Vs = /* @__PURE__ */ $({
|
|
393
393
|
__name: "index",
|
|
394
394
|
props: {
|
|
@@ -396,10 +396,10 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
396
396
|
outer: { type: Boolean }
|
|
397
397
|
},
|
|
398
398
|
setup(t) {
|
|
399
|
-
const e = t, { prop:
|
|
399
|
+
const e = t, { prop: i } = l(e, [
|
|
400
400
|
"settings",
|
|
401
401
|
"heightSegments"
|
|
402
|
-
]), { prop:
|
|
402
|
+
]), { prop: o } = l(e, ["settings", "phiLength"]), { prop: r } = l(e, ["settings", "phiStart"]), { prop: s } = l(e, ["settings", "radius"]), { prop: a } = l(e, ["settings", "thetaLength"]), { prop: p } = l(e, ["settings", "thetaStart"]), { prop: d } = l(e, [
|
|
403
403
|
"settings",
|
|
404
404
|
"widthSegments"
|
|
405
405
|
]);
|
|
@@ -407,34 +407,34 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
407
407
|
args: [
|
|
408
408
|
n(s),
|
|
409
409
|
n(d),
|
|
410
|
-
n(o),
|
|
411
|
-
n(r),
|
|
412
410
|
n(i),
|
|
411
|
+
n(r),
|
|
412
|
+
n(o),
|
|
413
413
|
n(p),
|
|
414
414
|
n(a)
|
|
415
415
|
]
|
|
416
416
|
}, null, 8, ws));
|
|
417
417
|
}
|
|
418
|
-
}), $s = ["color", "intensity", "position", "rotation", "scale"],
|
|
418
|
+
}), $s = ["color", "intensity", "position", "rotation", "scale"], Ss = /* @__PURE__ */ $({
|
|
419
419
|
__name: "index",
|
|
420
420
|
props: {
|
|
421
421
|
node: {},
|
|
422
422
|
outer: { type: Boolean }
|
|
423
423
|
},
|
|
424
424
|
setup(t) {
|
|
425
|
-
const e = t,
|
|
425
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "intensity"]);
|
|
426
426
|
return (b, m) => (v(), V(n(ye), {
|
|
427
|
-
position: n(
|
|
427
|
+
position: n(o),
|
|
428
428
|
rotation: n(r),
|
|
429
429
|
scale: n(s)
|
|
430
430
|
}, {
|
|
431
|
-
default:
|
|
431
|
+
default: S(() => [
|
|
432
432
|
ie("TresAmbientLight", {
|
|
433
433
|
color: n(p),
|
|
434
434
|
intensity: n(d),
|
|
435
|
-
position: n(
|
|
436
|
-
rotation: n(
|
|
437
|
-
scale: n(
|
|
435
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
436
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
437
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
438
438
|
}, [
|
|
439
439
|
L(b.$slots, "default")
|
|
440
440
|
], 8, $s)
|
|
@@ -442,33 +442,33 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
442
442
|
_: 3
|
|
443
443
|
}, 8, ["position", "rotation", "scale"]));
|
|
444
444
|
}
|
|
445
|
-
}),
|
|
445
|
+
}), Is = ["color", "intensity", "position", "rotation", "scale"], Cs = /* @__PURE__ */ $({
|
|
446
446
|
__name: "index",
|
|
447
447
|
props: {
|
|
448
448
|
node: {},
|
|
449
449
|
outer: { type: Boolean }
|
|
450
450
|
},
|
|
451
451
|
setup(t) {
|
|
452
|
-
const e = t,
|
|
452
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "intensity"]);
|
|
453
453
|
return (b, m) => (v(), V(n(ye), {
|
|
454
|
-
position: n(
|
|
454
|
+
position: n(o),
|
|
455
455
|
rotation: n(r),
|
|
456
456
|
scale: n(s)
|
|
457
457
|
}, {
|
|
458
|
-
default:
|
|
458
|
+
default: S(() => [
|
|
459
459
|
ie("TresDirectionalLight", {
|
|
460
460
|
color: n(p),
|
|
461
461
|
intensity: n(d),
|
|
462
|
-
position: n(
|
|
463
|
-
rotation: n(
|
|
464
|
-
scale: n(
|
|
462
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
463
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
464
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
465
465
|
}, [
|
|
466
|
-
n(
|
|
466
|
+
n(i) === "editor" ? (v(), V(n(Le), {
|
|
467
467
|
key: 0,
|
|
468
|
-
type: n(
|
|
468
|
+
type: n(Do)
|
|
469
469
|
}, null, 8, ["type"])) : ee("", !0),
|
|
470
470
|
L(b.$slots, "default")
|
|
471
|
-
], 8,
|
|
471
|
+
], 8, Is)
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
474
474
|
}, 8, ["position", "rotation", "scale"]));
|
|
@@ -480,23 +480,23 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
480
480
|
outer: { type: Boolean }
|
|
481
481
|
},
|
|
482
482
|
setup(t) {
|
|
483
|
-
const e = t,
|
|
483
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "decay"]), { prop: b } = l(e, ["settings", "distance"]), { prop: m } = l(e, ["settings", "intensity"]);
|
|
484
484
|
return (u, c) => (v(), V(n(ye), {
|
|
485
|
-
position: n(
|
|
485
|
+
position: n(o),
|
|
486
486
|
rotation: n(r),
|
|
487
487
|
scale: n(s)
|
|
488
488
|
}, {
|
|
489
|
-
default:
|
|
489
|
+
default: S(() => [
|
|
490
490
|
ie("TresPointLight", {
|
|
491
491
|
color: n(p),
|
|
492
492
|
decay: n(d),
|
|
493
493
|
distance: n(b),
|
|
494
494
|
intensity: n(m),
|
|
495
|
-
position: n(
|
|
496
|
-
rotation: n(
|
|
497
|
-
scale: n(
|
|
495
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
496
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
497
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
498
498
|
}, [
|
|
499
|
-
n(
|
|
499
|
+
n(i) === "editor" ? (v(), V(n(Le), {
|
|
500
500
|
key: 0,
|
|
501
501
|
type: n(Fo)
|
|
502
502
|
}, null, 8, ["type"])) : ee("", !0),
|
|
@@ -513,13 +513,13 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
513
513
|
outer: { type: Boolean }
|
|
514
514
|
},
|
|
515
515
|
setup(t) {
|
|
516
|
-
const e = t,
|
|
516
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "angle"]), { prop: p } = l(e, ["settings", "color"]), { color: d } = K(p), { prop: b } = l(e, ["settings", "decay"]), { prop: m } = l(e, ["settings", "distance"]), { prop: u } = l(e, ["settings", "intensity"]), { prop: c } = l(e, ["settings", "penumbra"]);
|
|
517
517
|
return (f, h) => (v(), V(n(ye), {
|
|
518
|
-
position: n(
|
|
518
|
+
position: n(o),
|
|
519
519
|
rotation: n(r),
|
|
520
520
|
scale: n(s)
|
|
521
521
|
}, {
|
|
522
|
-
default:
|
|
522
|
+
default: S(() => [
|
|
523
523
|
ie("TresSpotLight", {
|
|
524
524
|
angle: n(a),
|
|
525
525
|
color: n(d),
|
|
@@ -527,11 +527,11 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
527
527
|
distance: n(m),
|
|
528
528
|
intensity: n(u),
|
|
529
529
|
penumbra: n(c),
|
|
530
|
-
position: n(
|
|
531
|
-
rotation: n(
|
|
532
|
-
scale: n(
|
|
530
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
531
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
532
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
533
533
|
}, [
|
|
534
|
-
n(
|
|
534
|
+
n(i) === "editor" ? (v(), V(n(Le), {
|
|
535
535
|
key: 0,
|
|
536
536
|
type: n(Go)
|
|
537
537
|
}, null, 8, ["type"])) : ee("", !0),
|
|
@@ -552,17 +552,17 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
552
552
|
outer: { type: Boolean }
|
|
553
553
|
},
|
|
554
554
|
setup(t) {
|
|
555
|
-
const e = t,
|
|
555
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e);
|
|
556
556
|
return (a, p) => (v(), V(n(ye), {
|
|
557
|
-
position: n(
|
|
557
|
+
position: n(o),
|
|
558
558
|
rotation: n(r),
|
|
559
559
|
scale: n(s)
|
|
560
560
|
}, {
|
|
561
|
-
default:
|
|
561
|
+
default: S(() => [
|
|
562
562
|
ie("TresGroup", {
|
|
563
|
-
position: n(
|
|
564
|
-
rotation: n(
|
|
565
|
-
scale: n(
|
|
563
|
+
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
564
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
565
|
+
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
566
566
|
}, [
|
|
567
567
|
L(a.$slots, "default")
|
|
568
568
|
], 8, Es)
|
|
@@ -570,31 +570,31 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
570
570
|
_: 3
|
|
571
571
|
}, 8, ["position", "rotation", "scale"]));
|
|
572
572
|
}
|
|
573
|
-
}),
|
|
573
|
+
}), Ms = ["position", "rotation", "scale"], Rs = /* @__PURE__ */ $({
|
|
574
574
|
__name: "index",
|
|
575
575
|
props: {
|
|
576
576
|
node: {},
|
|
577
577
|
outer: { type: Boolean }
|
|
578
578
|
},
|
|
579
579
|
setup(t) {
|
|
580
|
-
const e = t, { position:
|
|
580
|
+
const e = t, { position: i, rotation: o, scale: r } = me(e);
|
|
581
581
|
return (s, a) => (v(), Y("TresMesh", {
|
|
582
|
-
position: n(
|
|
583
|
-
rotation: n(
|
|
582
|
+
position: n(i),
|
|
583
|
+
rotation: n(o),
|
|
584
584
|
scale: n(r)
|
|
585
585
|
}, [
|
|
586
586
|
L(s.$slots, "default")
|
|
587
|
-
], 8,
|
|
587
|
+
], 8, Ms));
|
|
588
588
|
}
|
|
589
|
-
}),
|
|
590
|
-
color:
|
|
589
|
+
}), Ds = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Fs = "#242424", Gs = {}, Hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ks = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Os = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, tr = { 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" } }, nr = { 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)" } } }, ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, or = { 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"] } } }, sr = { 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"] } } }, rr = { 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"] } } }, lr = { 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"] } } }, ar = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ur = { textStyle: { color: "#eeeeee" } }, cr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, mr = { 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" } } }, pr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, dr = { 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" } }, fr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, br = {
|
|
590
|
+
color: Ds,
|
|
591
591
|
backgroundColor: Fs,
|
|
592
592
|
textStyle: Gs,
|
|
593
593
|
title: Hs,
|
|
594
|
-
line:
|
|
595
|
-
radar:
|
|
596
|
-
bar:
|
|
597
|
-
pie:
|
|
594
|
+
line: Ks,
|
|
595
|
+
radar: js,
|
|
596
|
+
bar: Os,
|
|
597
|
+
pie: Us,
|
|
598
598
|
scatter: Xs,
|
|
599
599
|
boxplot: Ys,
|
|
600
600
|
parallel: Js,
|
|
@@ -616,7 +616,7 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
616
616
|
visualMap: pr,
|
|
617
617
|
dataZoom: dr,
|
|
618
618
|
markPoint: fr
|
|
619
|
-
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } },
|
|
619
|
+
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zr = { 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" } }, Ar = { 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)" } } }, Lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Br = { 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"] } } }, Wr = { 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"] } } }, Er = { 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"] } } }, Nr = { 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"] } } }, Mr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Rr = { textStyle: { color: "#333333" } }, Dr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Fr = { 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" } } }, Gr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Hr = { 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" } } }, jr = {
|
|
620
620
|
color: yr,
|
|
621
621
|
backgroundColor: hr,
|
|
622
622
|
textStyle: gr,
|
|
@@ -627,8 +627,8 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
627
627
|
pie: wr,
|
|
628
628
|
scatter: Vr,
|
|
629
629
|
boxplot: $r,
|
|
630
|
-
parallel:
|
|
631
|
-
sankey:
|
|
630
|
+
parallel: Sr,
|
|
631
|
+
sankey: Ir,
|
|
632
632
|
funnel: Cr,
|
|
633
633
|
gauge: Tr,
|
|
634
634
|
candlestick: Pr,
|
|
@@ -639,56 +639,56 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
639
639
|
valueAxis: Wr,
|
|
640
640
|
logAxis: Er,
|
|
641
641
|
timeAxis: Nr,
|
|
642
|
-
toolbox:
|
|
643
|
-
legend:
|
|
644
|
-
tooltip:
|
|
642
|
+
toolbox: Mr,
|
|
643
|
+
legend: Rr,
|
|
644
|
+
tooltip: Dr,
|
|
645
645
|
timeline: Fr,
|
|
646
646
|
visualMap: Gr,
|
|
647
647
|
dataZoom: Hr,
|
|
648
|
-
markPoint:
|
|
648
|
+
markPoint: Kr
|
|
649
649
|
};
|
|
650
650
|
Ho([
|
|
651
|
-
jo,
|
|
652
651
|
Ko,
|
|
653
|
-
|
|
652
|
+
jo,
|
|
654
653
|
Oo,
|
|
654
|
+
Uo,
|
|
655
655
|
Xo,
|
|
656
656
|
Yo,
|
|
657
657
|
Jo,
|
|
658
658
|
Zo
|
|
659
659
|
]);
|
|
660
660
|
Zi("dark", br);
|
|
661
|
-
Zi("light",
|
|
662
|
-
const
|
|
661
|
+
Zi("light", jr);
|
|
662
|
+
const Or = /* @__PURE__ */ $({
|
|
663
663
|
__name: "index",
|
|
664
664
|
props: {
|
|
665
665
|
node: {},
|
|
666
666
|
outer: { type: Boolean }
|
|
667
667
|
},
|
|
668
668
|
setup(t) {
|
|
669
|
-
const e = t,
|
|
670
|
-
const
|
|
671
|
-
return r === "page" ?
|
|
672
|
-
}),
|
|
669
|
+
const e = t, i = $e(), o = Be(), r = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = he(e), { applyTitle: f } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: x } = mo(e), { applyLegend: g } = lo(e), { applySeries: w } = ao(e), C = k(() => {
|
|
670
|
+
const I = {}, D = s.value.type;
|
|
671
|
+
return r === "page" ? D === "common" ? c(I) : console.assert(!1) : r === "comp" && D === "common" ? c(I) : console.assert(!1), I;
|
|
672
|
+
}), M = Oi("chart");
|
|
673
673
|
let W;
|
|
674
674
|
const F = () => {
|
|
675
|
-
W?.dispose(), W = qi.init(
|
|
676
|
-
const
|
|
677
|
-
W.setOption(
|
|
678
|
-
},
|
|
675
|
+
W?.dispose(), W = qi.init(M.value, o.value ? "dark" : "light");
|
|
676
|
+
const I = {};
|
|
677
|
+
W.setOption(I);
|
|
678
|
+
}, R = () => {
|
|
679
679
|
W?.resize();
|
|
680
680
|
}, E = () => {
|
|
681
|
-
const
|
|
682
|
-
f(
|
|
681
|
+
const I = {};
|
|
682
|
+
f(I), h(I), x(I), g(I), w(I), W?.setOption(I, !0);
|
|
683
683
|
};
|
|
684
|
-
return
|
|
685
|
-
window.addEventListener("resize",
|
|
686
|
-
}),
|
|
687
|
-
window.removeEventListener("resize",
|
|
684
|
+
return Ui(async () => {
|
|
685
|
+
window.addEventListener("resize", R, !1), await eo(() => !!M.value), F(), E();
|
|
686
|
+
}), Ke(() => {
|
|
687
|
+
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
688
688
|
}), q(
|
|
689
689
|
[
|
|
690
|
-
() =>
|
|
691
|
-
() =>
|
|
690
|
+
() => i.value.width,
|
|
691
|
+
() => i.value.height,
|
|
692
692
|
a,
|
|
693
693
|
p,
|
|
694
694
|
d,
|
|
@@ -697,9 +697,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
697
697
|
u
|
|
698
698
|
],
|
|
699
699
|
async () => {
|
|
700
|
-
await Xi(),
|
|
700
|
+
await Xi(), R();
|
|
701
701
|
}
|
|
702
|
-
), q([
|
|
702
|
+
), q([o], () => {
|
|
703
703
|
F(), E();
|
|
704
704
|
}), q(
|
|
705
705
|
[e],
|
|
@@ -707,41 +707,41 @@ const Ur = /* @__PURE__ */ $({
|
|
|
707
707
|
E();
|
|
708
708
|
},
|
|
709
709
|
{ deep: !0 }
|
|
710
|
-
), (
|
|
710
|
+
), (I, D) => (v(), Y("div", {
|
|
711
711
|
ref: "chart",
|
|
712
712
|
style: Q(C.value)
|
|
713
713
|
}, null, 4));
|
|
714
714
|
}
|
|
715
|
-
}),
|
|
715
|
+
}), Ur = /* @__PURE__ */ $({
|
|
716
716
|
__name: "index",
|
|
717
717
|
props: {
|
|
718
718
|
node: {},
|
|
719
719
|
outer: { type: Boolean }
|
|
720
720
|
},
|
|
721
721
|
setup(t) {
|
|
722
|
-
const e = t,
|
|
723
|
-
const
|
|
724
|
-
return r === "page" ?
|
|
725
|
-
}),
|
|
722
|
+
const e = t, i = $e(), o = Be(), r = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = he(e), { applyTitle: f } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: x } = mo(e), { applyLegend: g } = lo(e), { applySeries: w } = ao(e), C = k(() => {
|
|
723
|
+
const I = {}, D = s.value.type;
|
|
724
|
+
return r === "page" ? D === "common" ? c(I) : console.assert(!1) : r === "comp" && D === "common" ? c(I) : console.assert(!1), I;
|
|
725
|
+
}), M = Oi("chart");
|
|
726
726
|
let W;
|
|
727
727
|
const F = () => {
|
|
728
|
-
W?.dispose(), W = qi.init(
|
|
729
|
-
const
|
|
730
|
-
W.setOption(
|
|
731
|
-
},
|
|
728
|
+
W?.dispose(), W = qi.init(M.value, o.value ? "dark" : "light");
|
|
729
|
+
const I = {};
|
|
730
|
+
W.setOption(I);
|
|
731
|
+
}, R = () => {
|
|
732
732
|
W?.resize();
|
|
733
733
|
}, E = () => {
|
|
734
|
-
const
|
|
735
|
-
f(
|
|
734
|
+
const I = {};
|
|
735
|
+
f(I), h(I), x(I), g(I), w(I), W?.setOption(I, !0);
|
|
736
736
|
};
|
|
737
|
-
return
|
|
738
|
-
window.addEventListener("resize",
|
|
739
|
-
}),
|
|
740
|
-
window.removeEventListener("resize",
|
|
737
|
+
return Ui(async () => {
|
|
738
|
+
window.addEventListener("resize", R, !1), await eo(() => !!M.value), F(), E();
|
|
739
|
+
}), Ke(() => {
|
|
740
|
+
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
741
741
|
}), q(
|
|
742
742
|
[
|
|
743
|
-
() =>
|
|
744
|
-
() =>
|
|
743
|
+
() => i.value.width,
|
|
744
|
+
() => i.value.height,
|
|
745
745
|
a,
|
|
746
746
|
p,
|
|
747
747
|
d,
|
|
@@ -750,9 +750,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
750
750
|
u
|
|
751
751
|
],
|
|
752
752
|
async () => {
|
|
753
|
-
await Xi(),
|
|
753
|
+
await Xi(), R();
|
|
754
754
|
}
|
|
755
|
-
), q([
|
|
755
|
+
), q([o], () => {
|
|
756
756
|
F(), E();
|
|
757
757
|
}), q(
|
|
758
758
|
[e],
|
|
@@ -760,7 +760,7 @@ const Ur = /* @__PURE__ */ $({
|
|
|
760
760
|
E();
|
|
761
761
|
},
|
|
762
762
|
{ deep: !0 }
|
|
763
|
-
), (
|
|
763
|
+
), (I, D) => (v(), Y("div", {
|
|
764
764
|
ref: "chart",
|
|
765
765
|
style: Q(C.value)
|
|
766
766
|
}, null, 4));
|
|
@@ -772,24 +772,24 @@ const Ur = /* @__PURE__ */ $({
|
|
|
772
772
|
state: {}
|
|
773
773
|
},
|
|
774
774
|
setup(t) {
|
|
775
|
-
const { t: e } = ps(),
|
|
776
|
-
|
|
777
|
-
if (!
|
|
775
|
+
const { t: e } = ps(), i = t, o = de(), r = ic(), s = ce(-1), a = ce();
|
|
776
|
+
yc(a), ue(() => {
|
|
777
|
+
if (!i.refContext.refid) {
|
|
778
778
|
s.value = -1, a.value = void 0;
|
|
779
779
|
return;
|
|
780
780
|
}
|
|
781
|
-
const c = r.value[
|
|
781
|
+
const c = r.value[i.refContext.refid];
|
|
782
782
|
if (!c) {
|
|
783
|
-
s.value = -1, a.value = void 0, to.emit("compNotAvail",
|
|
783
|
+
s.value = -1, a.value = void 0, to.emit("compNotAvail", i.refContext.refid);
|
|
784
784
|
return;
|
|
785
785
|
}
|
|
786
786
|
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
787
787
|
});
|
|
788
788
|
function p(c) {
|
|
789
|
-
const f = wo[
|
|
789
|
+
const f = wo[o.value.version].refKey, h = Ce[f];
|
|
790
790
|
return h ? ae(h.comp, {
|
|
791
791
|
refContext: {
|
|
792
|
-
parent:
|
|
792
|
+
parent: i.refContext,
|
|
793
793
|
refid: c.ref.comp
|
|
794
794
|
},
|
|
795
795
|
node: c
|
|
@@ -809,9 +809,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
809
809
|
return c.ref ? p(c) : d(c);
|
|
810
810
|
}
|
|
811
811
|
function m() {
|
|
812
|
-
let c =
|
|
812
|
+
let c = i.refContext.parent;
|
|
813
813
|
for (; c; ) {
|
|
814
|
-
if (c.refid ===
|
|
814
|
+
if (c.refid === i.refContext.refid)
|
|
815
815
|
return !0;
|
|
816
816
|
c = c.parent;
|
|
817
817
|
}
|
|
@@ -840,17 +840,17 @@ const Ur = /* @__PURE__ */ $({
|
|
|
840
840
|
outer: { type: Boolean }
|
|
841
841
|
},
|
|
842
842
|
setup(t) {
|
|
843
|
-
const e = t, { prop:
|
|
843
|
+
const e = t, { prop: i } = l(e, ["settings", "content"]), { prop: o } = l(e, ["settings", "dot"]), { theme: r } = N(), { prop: s } = l(e, ["settings", "offset", "x"]), { prop: a } = l(e, ["settings", "offset", "y"]);
|
|
844
844
|
return (p, d) => {
|
|
845
845
|
const b = z("v-badge");
|
|
846
846
|
return v(), V(b, {
|
|
847
|
-
content: n(
|
|
848
|
-
dot: n(
|
|
847
|
+
content: n(i),
|
|
848
|
+
dot: n(o),
|
|
849
849
|
"offset-x": n(s),
|
|
850
850
|
"offset-y": n(a),
|
|
851
851
|
theme: n(r)
|
|
852
852
|
}, {
|
|
853
|
-
default:
|
|
853
|
+
default: S(() => [
|
|
854
854
|
L(p.$slots, "default")
|
|
855
855
|
]),
|
|
856
856
|
_: 3
|
|
@@ -864,23 +864,23 @@ const Ur = /* @__PURE__ */ $({
|
|
|
864
864
|
outer: { type: Boolean }
|
|
865
865
|
},
|
|
866
866
|
setup(t) {
|
|
867
|
-
const e = t,
|
|
867
|
+
const e = t, i = G(), o = We(), { prop: r } = l(e, [
|
|
868
868
|
"settings",
|
|
869
869
|
"addIcon",
|
|
870
870
|
"append"
|
|
871
|
-
]), { prop: s } = l(e, ["settings", "block"]), { prop: a } = l(e, ["settings", "color"]), { color: p } =
|
|
871
|
+
]), { prop: s } = l(e, ["settings", "block"]), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "density"]), { prop: b } = l(e, ["settings", "disabled"]), { prop: m } = l(e, ["size", "height"]), { prop: u } = l(e, ["settings", "loading"]), { prop: c } = l(e, ["size", "maxHeight"]), { prop: f } = l(e, ["size", "maxWidth"]), { prop: h } = l(e, ["size", "minHeight"]), { prop: x } = l(e, ["size", "minWidth"]), { prop: g } = l(e, [
|
|
872
872
|
"settings",
|
|
873
873
|
"addIcon",
|
|
874
874
|
"prepend"
|
|
875
|
-
]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "ripple"]), { prop:
|
|
876
|
-
|
|
875
|
+
]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "ripple"]), { prop: M } = l(e, ["settings", "size"]), { prop: W } = l(e, ["settings", "stacked"]), { prop: F } = l(e, ["settings", "text"]), { theme: R } = N(), { prop: E } = l(e, ["settings", "variant"]), { prop: I } = l(e, ["size", "width"]), D = (J) => {
|
|
876
|
+
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
877
877
|
`elementEvent@click@${e.node.basic.id}`
|
|
878
878
|
]));
|
|
879
879
|
};
|
|
880
880
|
return (J, te) => {
|
|
881
881
|
const re = z("v-btn");
|
|
882
882
|
return v(), V(n(Z), null, {
|
|
883
|
-
default:
|
|
883
|
+
default: S(() => [
|
|
884
884
|
H(re, {
|
|
885
885
|
"append-icon": n(r),
|
|
886
886
|
block: n(s),
|
|
@@ -896,13 +896,13 @@ const Ur = /* @__PURE__ */ $({
|
|
|
896
896
|
"prepend-icon": n(g),
|
|
897
897
|
readonly: n(w),
|
|
898
898
|
ripple: n(C),
|
|
899
|
-
size: n(
|
|
899
|
+
size: n(M),
|
|
900
900
|
stacked: n(W),
|
|
901
901
|
text: n(F),
|
|
902
|
-
theme: n(
|
|
902
|
+
theme: n(R),
|
|
903
903
|
variant: n(E),
|
|
904
|
-
width: n(
|
|
905
|
-
onClick:
|
|
904
|
+
width: n(I),
|
|
905
|
+
onClick: D
|
|
906
906
|
}, 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"])
|
|
907
907
|
]),
|
|
908
908
|
_: 1
|
|
@@ -911,9 +911,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
911
911
|
}
|
|
912
912
|
}), Jr = {};
|
|
913
913
|
function Zr(t, e) {
|
|
914
|
-
const
|
|
915
|
-
return v(), V(
|
|
916
|
-
default:
|
|
914
|
+
const i = z("v-btn-group");
|
|
915
|
+
return v(), V(i, null, {
|
|
916
|
+
default: S(() => [
|
|
917
917
|
L(t.$slots, "default")
|
|
918
918
|
]),
|
|
919
919
|
_: 3
|
|
@@ -926,12 +926,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
926
926
|
outer: { type: Boolean }
|
|
927
927
|
},
|
|
928
928
|
setup(t) {
|
|
929
|
-
const e = t, { prop:
|
|
929
|
+
const e = t, { prop: i } = l(e, ["settings", "block"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["settings", "divided"]), { prop: s } = l(e, ["settings", "mandatory"]), { prop: a } = l(e, ["settings", "multiple"]), { prop: p } = l(e, ["settings", "readonly"]), { prop: d } = l(e, ["settings", "size"]), { prop: b } = l(e, ["settings", "stacked"]), { theme: m } = N(), { prop: u } = l(e, ["settings", "tile"]), { prop: c } = l(e, ["settings", "variant"]);
|
|
930
930
|
return (f, h) => {
|
|
931
931
|
const x = z("v-btn-toggle");
|
|
932
932
|
return v(), V(x, {
|
|
933
|
-
block: n(
|
|
934
|
-
disabled: n(
|
|
933
|
+
block: n(i),
|
|
934
|
+
disabled: n(o),
|
|
935
935
|
divided: n(r),
|
|
936
936
|
mandatory: n(s),
|
|
937
937
|
multiple: n(a),
|
|
@@ -942,7 +942,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
942
942
|
tile: n(u),
|
|
943
943
|
variant: n(c)
|
|
944
944
|
}, {
|
|
945
|
-
default:
|
|
945
|
+
default: S(() => [
|
|
946
946
|
L(f.$slots, "default")
|
|
947
947
|
]),
|
|
948
948
|
_: 3
|
|
@@ -956,12 +956,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
956
956
|
outer: { type: Boolean }
|
|
957
957
|
},
|
|
958
958
|
setup(t) {
|
|
959
|
-
const e = t, { prop:
|
|
959
|
+
const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["size", "height"]), { prop: s } = l(e, ["settings", "hover"]), { prop: a } = l(e, ["settings", "loading"]), { prop: p } = l(e, ["size", "maxHeight"]), { prop: d } = l(e, ["size", "maxWidth"]), { prop: b } = l(e, ["size", "minHeight"]), { prop: m } = l(e, ["size", "minWidth"]), { prop: u } = l(e, ["settings", "subtitle"]), { prop: c } = l(e, ["settings", "text"]), { theme: f } = N(), { prop: h } = l(e, ["settings", "title"]), { prop: x } = l(e, ["settings", "variant"]), { prop: g } = l(e, ["size", "width"]);
|
|
960
960
|
return (w, C) => {
|
|
961
|
-
const
|
|
962
|
-
return v(), V(
|
|
963
|
-
density: n(
|
|
964
|
-
disabled: n(
|
|
961
|
+
const M = z("v-card");
|
|
962
|
+
return v(), V(M, {
|
|
963
|
+
density: n(i),
|
|
964
|
+
disabled: n(o),
|
|
965
965
|
height: n(r),
|
|
966
966
|
hover: n(s),
|
|
967
967
|
loading: n(a),
|
|
@@ -976,7 +976,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
976
976
|
variant: n(x),
|
|
977
977
|
width: n(g)
|
|
978
978
|
}, {
|
|
979
|
-
default:
|
|
979
|
+
default: S(() => [
|
|
980
980
|
L(w.$slots, "default")
|
|
981
981
|
]),
|
|
982
982
|
_: 3
|
|
@@ -990,12 +990,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
990
990
|
outer: { type: Boolean }
|
|
991
991
|
},
|
|
992
992
|
setup(t) {
|
|
993
|
-
const e = t, { prop:
|
|
993
|
+
const e = t, { prop: i } = l(e, ["settings", "disabled"]), { prop: o } = l(e, ["settings", "readonly"]);
|
|
994
994
|
return (r, s) => {
|
|
995
995
|
const a = z("v-checkbox");
|
|
996
996
|
return v(), V(a, {
|
|
997
|
-
disabled: n(
|
|
998
|
-
readonly: n(
|
|
997
|
+
disabled: n(i),
|
|
998
|
+
readonly: n(o)
|
|
999
999
|
}, null, 8, ["disabled", "readonly"]);
|
|
1000
1000
|
};
|
|
1001
1001
|
}
|
|
@@ -1006,11 +1006,11 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1006
1006
|
outer: { type: Boolean }
|
|
1007
1007
|
},
|
|
1008
1008
|
setup(t) {
|
|
1009
|
-
const e = t, { prop:
|
|
1009
|
+
const e = t, { prop: i } = l(e, ["settings", "closable"]), { prop: o } = l(e, ["settings", "color"]), { color: r } = K(o), { prop: s } = l(e, ["settings", "density"]), { prop: a } = l(e, ["settings", "disabled"]), { prop: p } = l(e, ["settings", "draggable"]), { prop: d } = l(e, ["settings", "filter"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "size"]), { prop: u } = l(e, ["settings", "text"]), { theme: c } = N(), { prop: f } = l(e, ["settings", "tile"]), { prop: h } = l(e, ["settings", "value"]), { prop: x } = l(e, ["settings", "variant"]);
|
|
1010
1010
|
return (g, w) => {
|
|
1011
1011
|
const C = z("v-chip");
|
|
1012
1012
|
return v(), V(C, {
|
|
1013
|
-
closable: n(
|
|
1013
|
+
closable: n(i),
|
|
1014
1014
|
color: n(r),
|
|
1015
1015
|
density: n(s),
|
|
1016
1016
|
disabled: n(a),
|
|
@@ -1033,14 +1033,14 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1033
1033
|
outer: { type: Boolean }
|
|
1034
1034
|
},
|
|
1035
1035
|
setup(t) {
|
|
1036
|
-
const e = t, { prop:
|
|
1036
|
+
const e = t, { prop: i } = l(e, ["settings", "column"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "filter"]), { prop: a } = l(e, ["settings", "mandatory"]), { prop: p } = l(e, ["settings", "multiple"]), { prop: d } = l(e, ["settings", "showArrows"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "value"]);
|
|
1037
1037
|
return (u, c) => {
|
|
1038
1038
|
const f = z("v-chip-group");
|
|
1039
1039
|
return v(), V(f, {
|
|
1040
1040
|
modelValue: n(m),
|
|
1041
|
-
"onUpdate:modelValue": c[0] || (c[0] = (h) =>
|
|
1042
|
-
column: n(
|
|
1043
|
-
direction: n(
|
|
1041
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1042
|
+
column: n(i),
|
|
1043
|
+
direction: n(o),
|
|
1044
1044
|
disabled: n(r),
|
|
1045
1045
|
filter: n(s),
|
|
1046
1046
|
mandatory: n(a),
|
|
@@ -1048,7 +1048,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1048
1048
|
"show-arrows": n(d),
|
|
1049
1049
|
theme: n(b)
|
|
1050
1050
|
}, {
|
|
1051
|
-
default:
|
|
1051
|
+
default: S(() => [
|
|
1052
1052
|
L(u.$slots, "default")
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 3
|
|
@@ -1062,9 +1062,9 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1062
1062
|
outer: { type: Boolean }
|
|
1063
1063
|
},
|
|
1064
1064
|
setup(t) {
|
|
1065
|
-
const e = t,
|
|
1066
|
-
const h = {}, x =
|
|
1067
|
-
return
|
|
1065
|
+
const e = t, i = pe(), o = de(), { applySize: r } = he(e), s = k(() => {
|
|
1066
|
+
const h = {}, x = o.value.type;
|
|
1067
|
+
return i === "page" ? x === "common" ? r(h) : console.assert(!1) : i === "comp" && x === "common" ? r(h) : console.assert(!1), h;
|
|
1068
1068
|
}), { prop: a } = l(e, ["settings", "disabled"]), { prop: p } = l(e, ["settings", "hideCanvas"]), { prop: d } = l(e, ["settings", "hideHeader"]), { prop: b } = l(e, ["settings", "hideInputs"]), { prop: m } = l(e, ["settings", "hideSliders"]), { prop: u } = l(e, ["settings", "landscape"]), { prop: c } = l(e, [
|
|
1069
1069
|
"settings",
|
|
1070
1070
|
"showSwatches"
|
|
@@ -1091,16 +1091,16 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1091
1091
|
outer: { type: Boolean }
|
|
1092
1092
|
},
|
|
1093
1093
|
setup(t) {
|
|
1094
|
-
const e = t, { prop:
|
|
1094
|
+
const e = t, { prop: i } = l(e, ["settings", "hideDetails"]), { prop: o } = l(e, ["settings", "label"]), { prop: r } = l(e, ["settings", "placeholder"]), { prop: s } = l(e, ["settings", "readonly"]), { prop: a } = l(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
|
|
1095
1095
|
return (b, m) => {
|
|
1096
1096
|
const u = z("v-combobox");
|
|
1097
1097
|
return v(), V(n(Z), null, {
|
|
1098
|
-
default:
|
|
1098
|
+
default: S(() => [
|
|
1099
1099
|
H(u, {
|
|
1100
1100
|
modelValue: n(d),
|
|
1101
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1102
|
-
"hide-details": n(
|
|
1103
|
-
label: n(
|
|
1101
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1102
|
+
"hide-details": n(i),
|
|
1103
|
+
label: n(o),
|
|
1104
1104
|
placeholder: n(r),
|
|
1105
1105
|
readonly: n(s),
|
|
1106
1106
|
"single-line": n(a),
|
|
@@ -1118,12 +1118,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1118
1118
|
outer: { type: Boolean }
|
|
1119
1119
|
},
|
|
1120
1120
|
setup(t) {
|
|
1121
|
-
const e = t,
|
|
1121
|
+
const e = t, i = pe(), o = de(), { prop: r } = l(e, [
|
|
1122
1122
|
"settings",
|
|
1123
1123
|
"backgroundColor"
|
|
1124
|
-
]), { color: s } =
|
|
1125
|
-
const u = {}, c =
|
|
1126
|
-
return
|
|
1124
|
+
]), { color: s } = K(r), { applySize: a } = he(e), { applyMargin: p } = Ln(e), { applyPadding: d } = Bn(e), { applyBorder: b } = An(e), m = k(() => {
|
|
1125
|
+
const u = {}, c = o.value.type;
|
|
1126
|
+
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;
|
|
1127
1127
|
});
|
|
1128
1128
|
return (u, c) => (v(), Y("div", {
|
|
1129
1129
|
style: Q(m.value)
|
|
@@ -1138,7 +1138,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1138
1138
|
outer: { type: Boolean }
|
|
1139
1139
|
},
|
|
1140
1140
|
setup(t) {
|
|
1141
|
-
const e = t, { prop:
|
|
1141
|
+
const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "fixedFooter"]), { prop: r } = l(e, ["settings", "fixedHeader"]), { prop: s } = l(e, ["settings", "headers"]), { prop: a } = l(e, ["size", "height"]), { prop: p } = l(e, ["settings", "hover"]), { prop: d } = l(e, ["settings", "data"], !0), { prop: b } = l(e, ["settings", "loading"]), { prop: m } = l(e, ["settings", "multiSort"]), { theme: u } = N(), { prop: c } = l(e, ["size", "width"]), f = k(() => {
|
|
1142
1142
|
const h = [];
|
|
1143
1143
|
return (e.node.slots?.items ?? []).forEach((g) => {
|
|
1144
1144
|
g.column && g.comp && h.push(g);
|
|
@@ -1147,8 +1147,8 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1147
1147
|
return (h, x) => {
|
|
1148
1148
|
const g = z("v-data-table");
|
|
1149
1149
|
return v(), V(g, {
|
|
1150
|
-
density: n(
|
|
1151
|
-
"fixed-footer": n(
|
|
1150
|
+
density: n(i),
|
|
1151
|
+
"fixed-footer": n(o),
|
|
1152
1152
|
"fixed-header": n(r),
|
|
1153
1153
|
headers: n(s),
|
|
1154
1154
|
height: n(a),
|
|
@@ -1161,7 +1161,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1161
1161
|
}, Tn({ _: 2 }, [
|
|
1162
1162
|
Eo(f.value, (w) => ({
|
|
1163
1163
|
name: `item.${w.column}`,
|
|
1164
|
-
fn:
|
|
1164
|
+
fn: S(({ value: C }) => [
|
|
1165
1165
|
H(n(fe), {
|
|
1166
1166
|
"ref-context": { refid: w.comp },
|
|
1167
1167
|
state: { value: C }
|
|
@@ -1173,8 +1173,8 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1173
1173
|
}
|
|
1174
1174
|
}), al = {};
|
|
1175
1175
|
function ul(t, e) {
|
|
1176
|
-
const
|
|
1177
|
-
return v(), V(
|
|
1176
|
+
const i = z("v-date-picker");
|
|
1177
|
+
return v(), V(i);
|
|
1178
1178
|
}
|
|
1179
1179
|
const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PURE__ */ $({
|
|
1180
1180
|
__name: "index",
|
|
@@ -1183,9 +1183,9 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1183
1183
|
outer: { type: Boolean }
|
|
1184
1184
|
},
|
|
1185
1185
|
setup(t) {
|
|
1186
|
-
const e = t,
|
|
1187
|
-
return po(
|
|
1188
|
-
if (
|
|
1186
|
+
const e = t, i = G(), o = We(), r = k(() => e.node.basic?.id), { open: s } = no(`runtimeDlg/${Yi()}`);
|
|
1187
|
+
return po(o, e, (p) => {
|
|
1188
|
+
if (i !== "runtime" && i !== "preview")
|
|
1189
1189
|
return;
|
|
1190
1190
|
const { name: d } = p;
|
|
1191
1191
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
@@ -1193,16 +1193,16 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1193
1193
|
const b = z("v-dialog");
|
|
1194
1194
|
return v(), V(b, {
|
|
1195
1195
|
modelValue: n(s),
|
|
1196
|
-
"onUpdate:modelValue": d[0] || (d[0] = (m) =>
|
|
1196
|
+
"onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
|
|
1197
1197
|
attach: "#dialogContainer"
|
|
1198
1198
|
}, {
|
|
1199
|
-
activator:
|
|
1200
|
-
n(
|
|
1199
|
+
activator: S(() => [
|
|
1200
|
+
n(i) === "editor" ? (v(), Y("div", {
|
|
1201
1201
|
key: 0,
|
|
1202
1202
|
id: `__node__@${r.value}`
|
|
1203
1203
|
}, null, 8, ml)) : ee("", !0)
|
|
1204
1204
|
]),
|
|
1205
|
-
default:
|
|
1205
|
+
default: S(() => [
|
|
1206
1206
|
L(p.$slots, "default")
|
|
1207
1207
|
]),
|
|
1208
1208
|
_: 3
|
|
@@ -1216,12 +1216,12 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1216
1216
|
outer: { type: Boolean }
|
|
1217
1217
|
},
|
|
1218
1218
|
setup(t) {
|
|
1219
|
-
const e = t, { prop:
|
|
1219
|
+
const e = t, { prop: i } = l(e, ["settings", "chips"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "multiple"]), { prop: b } = l(e, ["settings", "readonly"]), { prop: m } = l(e, ["settings", "reverse"]), { prop: u } = l(e, ["settings", "singleLine"]);
|
|
1220
1220
|
return (c, f) => {
|
|
1221
1221
|
const h = z("v-file-input");
|
|
1222
1222
|
return v(), V(h, {
|
|
1223
|
-
chips: n(
|
|
1224
|
-
density: n(
|
|
1223
|
+
chips: n(i),
|
|
1224
|
+
density: n(o),
|
|
1225
1225
|
direction: n(r),
|
|
1226
1226
|
disabled: n(s),
|
|
1227
1227
|
label: n(a),
|
|
@@ -1240,22 +1240,22 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1240
1240
|
outer: { type: Boolean }
|
|
1241
1241
|
},
|
|
1242
1242
|
setup(t) {
|
|
1243
|
-
const e = t,
|
|
1243
|
+
const e = t, i = $e(), o = pe(), r = de(), { applySize: s } = he(e), { applyMargin: a } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: d } = An(e), { prop: b } = l(e, [
|
|
1244
1244
|
"settings",
|
|
1245
1245
|
"backgroundColor"
|
|
1246
|
-
]), { color: m } =
|
|
1246
|
+
]), { color: m } = K(b), u = (f) => {
|
|
1247
1247
|
m.value && (f.backgroundColor = m.value), f.display = "flex";
|
|
1248
|
-
const h =
|
|
1248
|
+
const h = Me(i.value.width), x = Se(h, e.node.settings?.direction);
|
|
1249
1249
|
x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1250
|
-
const g =
|
|
1250
|
+
const g = Se(h, e.node.settings?.wrap);
|
|
1251
1251
|
g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
1252
|
-
const w =
|
|
1252
|
+
const w = Se(h, e.node.settings?.mainAlign);
|
|
1253
1253
|
w === "start" ? f.justifyContent = "flex-start" : w === "end" ? f.justifyContent = "flex-end" : w === "center" ? f.justifyContent = "center" : w === "spaceBetween" ? f.justifyContent = "space-between" : w === "spaceAround" ? f.justifyContent = "space-around" : w === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
1254
|
-
const C =
|
|
1254
|
+
const C = Se(h, e.node.settings?.crossAlign);
|
|
1255
1255
|
C === "start" ? f.alignItems = "flex-start" : C === "end" ? f.alignItems = "flex-end" : C === "center" ? f.alignItems = "center" : C === "baseline" ? f.alignItems = "baseline" : C === "stretch" && (f.alignItems = "stretch");
|
|
1256
1256
|
}, c = k(() => {
|
|
1257
1257
|
const f = {}, h = r.value.type;
|
|
1258
|
-
return
|
|
1258
|
+
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;
|
|
1259
1259
|
});
|
|
1260
1260
|
return (f, h) => (v(), Y("div", {
|
|
1261
1261
|
style: Q(c.value)
|
|
@@ -1270,9 +1270,9 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1270
1270
|
outer: { type: Boolean }
|
|
1271
1271
|
},
|
|
1272
1272
|
setup(t) {
|
|
1273
|
-
const e = t,
|
|
1274
|
-
const d = {}, b =
|
|
1275
|
-
return
|
|
1273
|
+
const e = t, i = pe(), o = de(), { applySize: r } = he(e), { prop: s } = l(e, ["settings", "grow"]), { prop: a } = l(e, ["settings", "shrink"]), p = k(() => {
|
|
1274
|
+
const d = {}, b = o.value.type;
|
|
1275
|
+
return i === "page" ? b === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1276
1276
|
});
|
|
1277
1277
|
return (d, b) => (v(), Y("div", {
|
|
1278
1278
|
style: Q(p.value)
|
|
@@ -1287,14 +1287,14 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1287
1287
|
outer: { type: Boolean }
|
|
1288
1288
|
},
|
|
1289
1289
|
setup(t) {
|
|
1290
|
-
const e = t,
|
|
1290
|
+
const e = t, i = G(), o = pe(), r = de(), s = We(), { prop: a } = l(e, ["settings", "valid"]), { prop: p } = l(e, ["settings", "fastFail"]), { prop: d } = l(e, [
|
|
1291
1291
|
"settings",
|
|
1292
1292
|
"backgroundColor"
|
|
1293
|
-
]), { color: b } =
|
|
1293
|
+
]), { color: b } = K(d), { applySize: m } = he(e), { applyMargin: u } = Ln(e), { applyPadding: c } = Bn(e), { applyBorder: f } = An(e), h = k(() => {
|
|
1294
1294
|
const g = {}, w = r.value.type;
|
|
1295
|
-
return
|
|
1295
|
+
return o === "page" ? w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
|
|
1296
1296
|
}), x = () => {
|
|
1297
|
-
|
|
1297
|
+
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1298
1298
|
`elementEvent@submit@${e.node.basic.id}`
|
|
1299
1299
|
]);
|
|
1300
1300
|
};
|
|
@@ -1302,12 +1302,12 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1302
1302
|
const C = z("v-form");
|
|
1303
1303
|
return v(), V(C, {
|
|
1304
1304
|
modelValue: n(a),
|
|
1305
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
1305
|
+
"onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
|
|
1306
1306
|
"fast-fail": n(p),
|
|
1307
1307
|
style: Q(h.value),
|
|
1308
1308
|
onSubmit: No(x, ["prevent"])
|
|
1309
1309
|
}, {
|
|
1310
|
-
default:
|
|
1310
|
+
default: S(() => [
|
|
1311
1311
|
L(g.$slots, "default")
|
|
1312
1312
|
]),
|
|
1313
1313
|
_: 3
|
|
@@ -1321,11 +1321,11 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1321
1321
|
outer: { type: Boolean }
|
|
1322
1322
|
},
|
|
1323
1323
|
setup(t) {
|
|
1324
|
-
const e = t, { prop:
|
|
1324
|
+
const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "icon"]), { prop: a } = l(e, ["settings", "size"]), { theme: p } = N();
|
|
1325
1325
|
return (d, b) => {
|
|
1326
1326
|
const m = z("v-icon");
|
|
1327
1327
|
return v(), V(m, {
|
|
1328
|
-
color: n(
|
|
1328
|
+
color: n(o),
|
|
1329
1329
|
disabled: n(r),
|
|
1330
1330
|
icon: n(s),
|
|
1331
1331
|
size: n(a),
|
|
@@ -1340,29 +1340,29 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1340
1340
|
outer: { type: Boolean }
|
|
1341
1341
|
},
|
|
1342
1342
|
setup(t) {
|
|
1343
|
-
const e = t,
|
|
1344
|
-
return po(
|
|
1345
|
-
if (
|
|
1343
|
+
const e = t, i = G(), o = We(), r = ce(0), s = ce(0), a = k(() => [r.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = no(`runtimeMenu/${Yi()}`);
|
|
1344
|
+
return po(o, e, (m) => {
|
|
1345
|
+
if (i !== "runtime" && i !== "preview")
|
|
1346
1346
|
return;
|
|
1347
1347
|
const { name: u } = m;
|
|
1348
|
-
u === "open" ? (r.value =
|
|
1348
|
+
u === "open" ? (r.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
|
|
1349
1349
|
}), (m, u) => {
|
|
1350
1350
|
const c = z("v-menu");
|
|
1351
1351
|
return v(), V(c, {
|
|
1352
1352
|
modelValue: n(d),
|
|
1353
|
-
"onUpdate:modelValue": u[0] || (u[0] = (f) =>
|
|
1353
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => O(d) ? d.value = f : null),
|
|
1354
1354
|
attach: "menuContainer",
|
|
1355
1355
|
"location-strategy": "connected",
|
|
1356
1356
|
scrim: "transparent",
|
|
1357
1357
|
target: a.value
|
|
1358
1358
|
}, {
|
|
1359
|
-
activator:
|
|
1360
|
-
n(
|
|
1359
|
+
activator: S(() => [
|
|
1360
|
+
n(i) === "editor" ? (v(), Y("div", {
|
|
1361
1361
|
key: 0,
|
|
1362
1362
|
id: `__node__@${p.value}`
|
|
1363
1363
|
}, null, 8, gl)) : ee("", !0)
|
|
1364
1364
|
]),
|
|
1365
|
-
default:
|
|
1365
|
+
default: S(() => [
|
|
1366
1366
|
L(m.$slots, "default")
|
|
1367
1367
|
]),
|
|
1368
1368
|
_: 3
|
|
@@ -1376,11 +1376,11 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1376
1376
|
outer: { type: Boolean }
|
|
1377
1377
|
},
|
|
1378
1378
|
setup(t) {
|
|
1379
|
-
const e = t, { prop:
|
|
1379
|
+
const e = t, { prop: i } = l(e, [
|
|
1380
1380
|
"settings",
|
|
1381
1381
|
"addIcon",
|
|
1382
1382
|
"append"
|
|
1383
|
-
]), { prop:
|
|
1383
|
+
]), { prop: o } = l(e, [
|
|
1384
1384
|
"settings",
|
|
1385
1385
|
"addIcon",
|
|
1386
1386
|
"appendInner"
|
|
@@ -1392,16 +1392,16 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1392
1392
|
"settings",
|
|
1393
1393
|
"addIcon",
|
|
1394
1394
|
"prependInner"
|
|
1395
|
-
]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "reverse"]), { prop:
|
|
1395
|
+
]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "reverse"]), { prop: M } = l(e, ["settings", "singleLine"]), { prop: W } = l(e, ["settings", "step"]), { prop: F } = l(e, ["settings", "suffix"]), { theme: R } = N(), { prop: E } = l(e, ["settings", "value"]), { prop: I } = l(e, ["settings", "variant"]), { prop: D } = l(e, ["size", "width"]);
|
|
1396
1396
|
return (J, te) => {
|
|
1397
1397
|
const re = z("v-number-input");
|
|
1398
1398
|
return v(), V(n(Z), null, {
|
|
1399
|
-
default:
|
|
1399
|
+
default: S(() => [
|
|
1400
1400
|
H(re, {
|
|
1401
1401
|
modelValue: n(E),
|
|
1402
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) =>
|
|
1403
|
-
"append-icon": n(
|
|
1404
|
-
"append-inner-icon": n(
|
|
1402
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => O(E) ? E.value = le : null),
|
|
1403
|
+
"append-icon": n(i),
|
|
1404
|
+
"append-inner-icon": n(o),
|
|
1405
1405
|
clearable: n(r),
|
|
1406
1406
|
"hide-details": n(s),
|
|
1407
1407
|
label: n(a),
|
|
@@ -1417,12 +1417,12 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1417
1417
|
"prepend-inner-icon": n(g),
|
|
1418
1418
|
readonly: n(w),
|
|
1419
1419
|
reverse: n(C),
|
|
1420
|
-
"single-line": n(
|
|
1420
|
+
"single-line": n(M),
|
|
1421
1421
|
step: n(W),
|
|
1422
1422
|
suffix: n(F),
|
|
1423
|
-
theme: n(
|
|
1424
|
-
variant: n(
|
|
1425
|
-
width: n(
|
|
1423
|
+
theme: n(R),
|
|
1424
|
+
variant: n(I),
|
|
1425
|
+
width: n(D)
|
|
1426
1426
|
}, 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"])
|
|
1427
1427
|
]),
|
|
1428
1428
|
_: 1
|
|
@@ -1436,21 +1436,21 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1436
1436
|
outer: { type: Boolean }
|
|
1437
1437
|
},
|
|
1438
1438
|
setup(t) {
|
|
1439
|
-
const e = t,
|
|
1439
|
+
const e = t, i = G(), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "length"]), { prop: a } = l(e, [
|
|
1440
1440
|
"settings",
|
|
1441
1441
|
"showFirstLastPage"
|
|
1442
1442
|
]), { prop: p } = l(e, ["settings", "size"]), { prop: d } = l(e, ["settings", "start"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "tile"]), { prop: u } = l(e, ["settings", "value"]), { prop: c } = l(e, ["settings", "variant"]), f = k(() => {
|
|
1443
1443
|
const h = {};
|
|
1444
|
-
return
|
|
1444
|
+
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1445
1445
|
});
|
|
1446
1446
|
return (h, x) => {
|
|
1447
1447
|
const g = z("v-pagination");
|
|
1448
1448
|
return v(), V(n(Z), null, {
|
|
1449
|
-
default:
|
|
1449
|
+
default: S(() => [
|
|
1450
1450
|
H(g, {
|
|
1451
1451
|
modelValue: n(u),
|
|
1452
|
-
"onUpdate:modelValue": x[0] || (x[0] = (w) =>
|
|
1453
|
-
density: n(
|
|
1452
|
+
"onUpdate:modelValue": x[0] || (x[0] = (w) => O(u) ? u.value = w : null),
|
|
1453
|
+
density: n(o),
|
|
1454
1454
|
disabled: n(r),
|
|
1455
1455
|
length: n(s),
|
|
1456
1456
|
"show-first-last-page": n(a),
|
|
@@ -1473,11 +1473,11 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1473
1473
|
outer: { type: Boolean }
|
|
1474
1474
|
},
|
|
1475
1475
|
setup(t) {
|
|
1476
|
-
const e = t, { prop:
|
|
1476
|
+
const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "density"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "readonly"]), { theme: d } = N(), { prop: b } = l(e, ["settings", "value"]);
|
|
1477
1477
|
return (m, u) => {
|
|
1478
1478
|
const c = z("v-radio");
|
|
1479
1479
|
return v(), V(c, {
|
|
1480
|
-
color: n(
|
|
1480
|
+
color: n(o),
|
|
1481
1481
|
density: n(r),
|
|
1482
1482
|
disabled: n(s),
|
|
1483
1483
|
label: n(a),
|
|
@@ -1494,22 +1494,22 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1494
1494
|
outer: { type: Boolean }
|
|
1495
1495
|
},
|
|
1496
1496
|
setup(t) {
|
|
1497
|
-
const e = t, { prop:
|
|
1497
|
+
const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "inline"]), { prop: a } = l(e, ["settings", "readonly"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
|
|
1498
1498
|
return (b, m) => {
|
|
1499
1499
|
const u = z("v-radio-group");
|
|
1500
1500
|
return v(), V(n(Z), null, {
|
|
1501
|
-
default:
|
|
1501
|
+
default: S(() => [
|
|
1502
1502
|
H(u, {
|
|
1503
1503
|
modelValue: n(d),
|
|
1504
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1505
|
-
density: n(
|
|
1506
|
-
direction: n(
|
|
1504
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1505
|
+
density: n(i),
|
|
1506
|
+
direction: n(o),
|
|
1507
1507
|
disabled: n(r),
|
|
1508
1508
|
inline: n(s),
|
|
1509
1509
|
readonly: n(a),
|
|
1510
1510
|
theme: n(p)
|
|
1511
1511
|
}, {
|
|
1512
|
-
default:
|
|
1512
|
+
default: S(() => [
|
|
1513
1513
|
L(b.$slots, "default")
|
|
1514
1514
|
]),
|
|
1515
1515
|
_: 3
|
|
@@ -1526,7 +1526,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1526
1526
|
outer: { type: Boolean }
|
|
1527
1527
|
},
|
|
1528
1528
|
setup(t) {
|
|
1529
|
-
const e = t, { prop:
|
|
1529
|
+
const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "max"]), { prop: d } = l(e, ["settings", "min"]), { prop: b } = l(e, ["settings", "readonly"]), { prop: m } = l(e, ["settings", "showTicks"]), u = k(() => {
|
|
1530
1530
|
if (m.value === "always")
|
|
1531
1531
|
return "always";
|
|
1532
1532
|
if (m.value === "show")
|
|
@@ -1543,32 +1543,32 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1543
1543
|
if (!w.value)
|
|
1544
1544
|
return;
|
|
1545
1545
|
const E = {};
|
|
1546
|
-
for (const { value:
|
|
1547
|
-
E[
|
|
1546
|
+
for (const { value: I, label: D } of w.value)
|
|
1547
|
+
E[I] = D;
|
|
1548
1548
|
if (!Qi(E))
|
|
1549
1549
|
return E;
|
|
1550
|
-
}), { prop:
|
|
1550
|
+
}), { prop: M } = l(e, ["settings", "tickSize"]), { prop: W } = l(e, [
|
|
1551
1551
|
"settings",
|
|
1552
1552
|
"value",
|
|
1553
1553
|
"start"
|
|
1554
|
-
]), { prop: F } = l(e, ["settings", "value", "end"]),
|
|
1554
|
+
]), { prop: F } = l(e, ["settings", "value", "end"]), R = k({
|
|
1555
1555
|
get: () => [W.value, F.value],
|
|
1556
|
-
set: ([E,
|
|
1557
|
-
W.value = E, F.value =
|
|
1556
|
+
set: ([E, I]) => {
|
|
1557
|
+
W.value = E, F.value = I;
|
|
1558
1558
|
}
|
|
1559
1559
|
});
|
|
1560
|
-
return (E,
|
|
1561
|
-
const
|
|
1560
|
+
return (E, I) => {
|
|
1561
|
+
const D = z("v-range-slider");
|
|
1562
1562
|
return v(), V(n(Z), {
|
|
1563
|
-
modelValue:
|
|
1564
|
-
"onUpdate:modelValue":
|
|
1563
|
+
modelValue: R.value,
|
|
1564
|
+
"onUpdate:modelValue": I[1] || (I[1] = (J) => R.value = J)
|
|
1565
1565
|
}, {
|
|
1566
|
-
default:
|
|
1567
|
-
H(
|
|
1568
|
-
modelValue:
|
|
1569
|
-
"onUpdate:modelValue":
|
|
1570
|
-
density: n(
|
|
1571
|
-
direction: n(
|
|
1566
|
+
default: S(() => [
|
|
1567
|
+
H(D, {
|
|
1568
|
+
modelValue: R.value,
|
|
1569
|
+
"onUpdate:modelValue": I[0] || (I[0] = (J) => R.value = J),
|
|
1570
|
+
density: n(i),
|
|
1571
|
+
direction: n(o),
|
|
1572
1572
|
disabled: n(r),
|
|
1573
1573
|
"hide-details": n(s),
|
|
1574
1574
|
label: n(a),
|
|
@@ -1580,7 +1580,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1580
1580
|
theme: n(f),
|
|
1581
1581
|
"thumb-label": x.value,
|
|
1582
1582
|
"thumb-size": n(g),
|
|
1583
|
-
"tick-size": n(
|
|
1583
|
+
"tick-size": n(M),
|
|
1584
1584
|
ticks: C.value
|
|
1585
1585
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
1586
1586
|
]),
|
|
@@ -1595,19 +1595,19 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1595
1595
|
outer: { type: Boolean }
|
|
1596
1596
|
},
|
|
1597
1597
|
setup(t) {
|
|
1598
|
-
const e = t, { prop:
|
|
1598
|
+
const e = t, { prop: i } = l(e, ["settings", "clearable"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, [
|
|
1599
1599
|
"settings",
|
|
1600
1600
|
"halfIncrements"
|
|
1601
1601
|
]), { prop: a } = l(e, ["settings", "hover"]), { prop: p } = l(e, ["settings", "length"]), { prop: d } = l(e, ["settings", "readonly"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "value"]);
|
|
1602
1602
|
return (u, c) => {
|
|
1603
1603
|
const f = z("v-rating");
|
|
1604
1604
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1605
|
-
default:
|
|
1605
|
+
default: S(() => [
|
|
1606
1606
|
H(f, {
|
|
1607
1607
|
modelValue: n(m),
|
|
1608
|
-
"onUpdate:modelValue": c[0] || (c[0] = (h) =>
|
|
1609
|
-
clearable: n(
|
|
1610
|
-
density: n(
|
|
1608
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1609
|
+
clearable: n(i),
|
|
1610
|
+
density: n(o),
|
|
1611
1611
|
disabled: n(r),
|
|
1612
1612
|
"half-increments": n(s),
|
|
1613
1613
|
hover: n(a),
|
|
@@ -1620,23 +1620,23 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1620
1620
|
});
|
|
1621
1621
|
};
|
|
1622
1622
|
}
|
|
1623
|
-
}),
|
|
1623
|
+
}), Sl = /* @__PURE__ */ $({
|
|
1624
1624
|
__name: "index",
|
|
1625
1625
|
props: {
|
|
1626
1626
|
node: {},
|
|
1627
1627
|
outer: { type: Boolean }
|
|
1628
1628
|
},
|
|
1629
1629
|
setup(t) {
|
|
1630
|
-
const e = t, { prop:
|
|
1630
|
+
const e = t, { prop: i } = l(e, ["settings", "hideDetails"]), { prop: o } = l(e, ["settings", "label"]), { prop: r } = l(e, ["settings", "placeholder"]), { prop: s } = l(e, ["settings", "readonly"]), { prop: a } = l(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
|
|
1631
1631
|
return (b, m) => {
|
|
1632
1632
|
const u = z("v-select");
|
|
1633
1633
|
return v(), V(n(Z), null, {
|
|
1634
|
-
default:
|
|
1634
|
+
default: S(() => [
|
|
1635
1635
|
H(u, {
|
|
1636
1636
|
modelValue: n(d),
|
|
1637
|
-
"onUpdate:modelValue": m[0] || (m[0] = (c) =>
|
|
1638
|
-
"hide-details": n(
|
|
1639
|
-
label: n(
|
|
1637
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1638
|
+
"hide-details": n(i),
|
|
1639
|
+
label: n(o),
|
|
1640
1640
|
placeholder: n(r),
|
|
1641
1641
|
readonly: n(s),
|
|
1642
1642
|
"single-line": n(a),
|
|
@@ -1647,14 +1647,14 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1647
1647
|
});
|
|
1648
1648
|
};
|
|
1649
1649
|
}
|
|
1650
|
-
}),
|
|
1650
|
+
}), Il = /* @__PURE__ */ $({
|
|
1651
1651
|
__name: "index",
|
|
1652
1652
|
props: {
|
|
1653
1653
|
node: {},
|
|
1654
1654
|
outer: { type: Boolean }
|
|
1655
1655
|
},
|
|
1656
1656
|
setup(t) {
|
|
1657
|
-
const e = t, { prop:
|
|
1657
|
+
const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "hideDetails"]), { prop: p } = l(e, ["settings", "label"]), { prop: d } = l(e, ["settings", "max"]), { prop: b } = l(e, ["settings", "min"]), { prop: m } = l(e, ["settings", "readonly"]), { prop: u } = l(e, ["settings", "reverse"]), { prop: c } = l(e, ["settings", "showTicks"]), f = k(() => {
|
|
1658
1658
|
if (c.value === "always")
|
|
1659
1659
|
return "always";
|
|
1660
1660
|
if (c.value === "show")
|
|
@@ -1662,34 +1662,34 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1662
1662
|
}), { prop: h } = l(e, ["settings", "step"]), { theme: x } = N(), { prop: g } = l(e, [
|
|
1663
1663
|
"settings",
|
|
1664
1664
|
"thumbColor"
|
|
1665
|
-
]), { color: w } =
|
|
1665
|
+
]), { color: w } = K(g), { prop: C } = l(e, [
|
|
1666
1666
|
"settings",
|
|
1667
1667
|
"thumbLabel"
|
|
1668
|
-
]),
|
|
1668
|
+
]), M = k(() => {
|
|
1669
1669
|
if (C.value === "always")
|
|
1670
1670
|
return "always";
|
|
1671
1671
|
if (C.value === "show")
|
|
1672
1672
|
return !0;
|
|
1673
|
-
}), { prop: W } = l(e, ["settings", "thumbSize"]), { prop: F } = l(e, ["settings", "ticks"]),
|
|
1673
|
+
}), { prop: W } = l(e, ["settings", "thumbSize"]), { prop: F } = l(e, ["settings", "ticks"]), R = k(() => {
|
|
1674
1674
|
if (!F.value)
|
|
1675
1675
|
return;
|
|
1676
1676
|
const le = {};
|
|
1677
|
-
for (const { value: Ee, label:
|
|
1678
|
-
le[Ee] =
|
|
1677
|
+
for (const { value: Ee, label: Ot } of F.value)
|
|
1678
|
+
le[Ee] = Ot;
|
|
1679
1679
|
if (!Qi(le))
|
|
1680
1680
|
return le;
|
|
1681
|
-
}), { prop: E } = l(e, ["settings", "tickSize"]), { prop:
|
|
1681
|
+
}), { prop: E } = l(e, ["settings", "tickSize"]), { prop: I } = l(e, [
|
|
1682
1682
|
"settings",
|
|
1683
1683
|
"trackColor"
|
|
1684
|
-
]), { color:
|
|
1684
|
+
]), { color: D } = K(I), { prop: J } = l(e, ["settings", "value"]), { prop: te } = l(e, ["slots", "append"]), { prop: re } = l(e, ["slots", "prepend"]);
|
|
1685
1685
|
return (le, Ee) => {
|
|
1686
|
-
const
|
|
1686
|
+
const Ot = z("v-slider");
|
|
1687
1687
|
return v(), V(n(Z), null, {
|
|
1688
|
-
default:
|
|
1689
|
-
H(
|
|
1688
|
+
default: S(() => [
|
|
1689
|
+
H(Ot, {
|
|
1690
1690
|
modelValue: n(J),
|
|
1691
|
-
"onUpdate:modelValue": Ee[0] || (Ee[0] = (Bo) =>
|
|
1692
|
-
color: n(
|
|
1691
|
+
"onUpdate:modelValue": Ee[0] || (Ee[0] = (Bo) => O(J) ? J.value = Bo : null),
|
|
1692
|
+
color: n(o),
|
|
1693
1693
|
direction: n(r),
|
|
1694
1694
|
disabled: n(s),
|
|
1695
1695
|
"hide-details": n(a),
|
|
@@ -1702,15 +1702,15 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1702
1702
|
step: n(h),
|
|
1703
1703
|
theme: n(x),
|
|
1704
1704
|
"thumb-color": n(w),
|
|
1705
|
-
"thumb-label":
|
|
1705
|
+
"thumb-label": M.value,
|
|
1706
1706
|
"thumb-size": n(W),
|
|
1707
1707
|
"tick-size": n(E),
|
|
1708
|
-
ticks:
|
|
1709
|
-
"track-color": n(
|
|
1708
|
+
ticks: R.value,
|
|
1709
|
+
"track-color": n(D)
|
|
1710
1710
|
}, Tn({ _: 2 }, [
|
|
1711
1711
|
n(te) ? {
|
|
1712
1712
|
name: "append",
|
|
1713
|
-
fn:
|
|
1713
|
+
fn: S(() => [
|
|
1714
1714
|
H(n(fe), {
|
|
1715
1715
|
"ref-context": { refid: n(te) },
|
|
1716
1716
|
state: {}
|
|
@@ -1720,7 +1720,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1720
1720
|
} : void 0,
|
|
1721
1721
|
n(re) ? {
|
|
1722
1722
|
name: "prepend",
|
|
1723
|
-
fn:
|
|
1723
|
+
fn: S(() => [
|
|
1724
1724
|
H(n(fe), {
|
|
1725
1725
|
"ref-context": { refid: n(re) },
|
|
1726
1726
|
state: {}
|
|
@@ -1741,16 +1741,16 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1741
1741
|
outer: { type: Boolean }
|
|
1742
1742
|
},
|
|
1743
1743
|
setup(t) {
|
|
1744
|
-
const e = t, { prop:
|
|
1744
|
+
const e = t, { prop: i } = l(e, ["settings", "hideActions"]), { theme: o } = N(), { prop: r } = l(e, ["settings", "value"]);
|
|
1745
1745
|
return (s, a) => {
|
|
1746
1746
|
const p = z("v-stepper");
|
|
1747
1747
|
return v(), V(p, {
|
|
1748
1748
|
modelValue: n(r),
|
|
1749
|
-
"onUpdate:modelValue": a[0] || (a[0] = (d) =>
|
|
1750
|
-
"hide-actions": n(
|
|
1751
|
-
theme: n(
|
|
1749
|
+
"onUpdate:modelValue": a[0] || (a[0] = (d) => O(r) ? r.value = d : null),
|
|
1750
|
+
"hide-actions": n(i),
|
|
1751
|
+
theme: n(o)
|
|
1752
1752
|
}, {
|
|
1753
|
-
default:
|
|
1753
|
+
default: S(() => [
|
|
1754
1754
|
L(s.$slots, "default")
|
|
1755
1755
|
]),
|
|
1756
1756
|
_: 3
|
|
@@ -1759,9 +1759,9 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1759
1759
|
}
|
|
1760
1760
|
}), Tl = {};
|
|
1761
1761
|
function Pl(t, e) {
|
|
1762
|
-
const
|
|
1763
|
-
return v(), V(
|
|
1764
|
-
default:
|
|
1762
|
+
const i = z("v-stepper-header");
|
|
1763
|
+
return v(), V(i, null, {
|
|
1764
|
+
default: S(() => [
|
|
1765
1765
|
L(t.$slots, "default")
|
|
1766
1766
|
]),
|
|
1767
1767
|
_: 3
|
|
@@ -1774,12 +1774,12 @@ const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ $({
|
|
|
1774
1774
|
outer: { type: Boolean }
|
|
1775
1775
|
},
|
|
1776
1776
|
setup(t) {
|
|
1777
|
-
const e = t, { prop:
|
|
1778
|
-
return (
|
|
1777
|
+
const e = t, { prop: i } = l(e, ["settings", "value"]);
|
|
1778
|
+
return (o, r) => {
|
|
1779
1779
|
const s = z("v-stepper-item");
|
|
1780
|
-
return v(), V(s, { value: n(
|
|
1781
|
-
default:
|
|
1782
|
-
L(
|
|
1780
|
+
return v(), V(s, { value: n(i) }, {
|
|
1781
|
+
default: S(() => [
|
|
1782
|
+
L(o.$slots, "default")
|
|
1783
1783
|
]),
|
|
1784
1784
|
_: 3
|
|
1785
1785
|
}, 8, ["value"]);
|
|
@@ -1787,9 +1787,9 @@ const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ $({
|
|
|
1787
1787
|
}
|
|
1788
1788
|
}), Ll = {};
|
|
1789
1789
|
function Bl(t, e) {
|
|
1790
|
-
const
|
|
1791
|
-
return v(), V(
|
|
1792
|
-
default:
|
|
1790
|
+
const i = z("v-stepper-window");
|
|
1791
|
+
return v(), V(i, null, {
|
|
1792
|
+
default: S(() => [
|
|
1793
1793
|
L(t.$slots, "default")
|
|
1794
1794
|
]),
|
|
1795
1795
|
_: 3
|
|
@@ -1802,12 +1802,12 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1802
1802
|
outer: { type: Boolean }
|
|
1803
1803
|
},
|
|
1804
1804
|
setup(t) {
|
|
1805
|
-
const e = t, { prop:
|
|
1806
|
-
return (
|
|
1805
|
+
const e = t, { prop: i } = l(e, ["settings", "value"]);
|
|
1806
|
+
return (o, r) => {
|
|
1807
1807
|
const s = z("v-stepper-window-item");
|
|
1808
|
-
return v(), V(s, { value: n(
|
|
1809
|
-
default:
|
|
1810
|
-
L(
|
|
1808
|
+
return v(), V(s, { value: n(i) }, {
|
|
1809
|
+
default: S(() => [
|
|
1810
|
+
L(o.$slots, "default")
|
|
1811
1811
|
]),
|
|
1812
1812
|
_: 3
|
|
1813
1813
|
}, 8, ["value"]);
|
|
@@ -1820,19 +1820,19 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1820
1820
|
outer: { type: Boolean }
|
|
1821
1821
|
},
|
|
1822
1822
|
setup(t) {
|
|
1823
|
-
const e = t, { prop:
|
|
1823
|
+
const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, [
|
|
1824
1824
|
"settings",
|
|
1825
1825
|
"indeterminate"
|
|
1826
1826
|
]), { prop: p } = l(e, ["settings", "inline"]), { prop: d } = l(e, ["settings", "inset"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "loading"]), { theme: u } = N(), { prop: c } = l(e, ["settings", "value"]);
|
|
1827
1827
|
return (f, h) => {
|
|
1828
1828
|
const x = z("v-switch");
|
|
1829
1829
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1830
|
-
default:
|
|
1830
|
+
default: S(() => [
|
|
1831
1831
|
H(x, {
|
|
1832
1832
|
modelValue: n(c),
|
|
1833
|
-
"onUpdate:modelValue": h[0] || (h[0] = (g) =>
|
|
1834
|
-
density: n(
|
|
1835
|
-
direction: n(
|
|
1833
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => O(c) ? c.value = g : null),
|
|
1834
|
+
density: n(i),
|
|
1835
|
+
direction: n(o),
|
|
1836
1836
|
disabled: n(r),
|
|
1837
1837
|
"hide-details": n(s),
|
|
1838
1838
|
indeterminate: n(a),
|
|
@@ -1847,24 +1847,24 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1847
1847
|
});
|
|
1848
1848
|
};
|
|
1849
1849
|
}
|
|
1850
|
-
}),
|
|
1850
|
+
}), Ml = /* @__PURE__ */ $({
|
|
1851
1851
|
__name: "index",
|
|
1852
1852
|
props: {
|
|
1853
1853
|
node: {},
|
|
1854
1854
|
outer: { type: Boolean }
|
|
1855
1855
|
},
|
|
1856
1856
|
setup(t) {
|
|
1857
|
-
const e = t,
|
|
1857
|
+
const e = t, i = G(), { prop: o } = l(e, ["settings", "text"]), { theme: r } = N(), { prop: s } = l(e, ["settings", "value"]), a = k(() => {
|
|
1858
1858
|
const p = {};
|
|
1859
|
-
return
|
|
1859
|
+
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
1860
1860
|
});
|
|
1861
1861
|
return (p, d) => {
|
|
1862
1862
|
const b = z("v-tab");
|
|
1863
1863
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1864
|
-
default:
|
|
1864
|
+
default: S(() => [
|
|
1865
1865
|
H(b, {
|
|
1866
1866
|
style: Q(a.value),
|
|
1867
|
-
text: n(
|
|
1867
|
+
text: n(o),
|
|
1868
1868
|
theme: n(r),
|
|
1869
1869
|
value: n(s)
|
|
1870
1870
|
}, null, 8, ["style", "text", "theme", "value"])
|
|
@@ -1873,35 +1873,35 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1873
1873
|
});
|
|
1874
1874
|
};
|
|
1875
1875
|
}
|
|
1876
|
-
}),
|
|
1876
|
+
}), Rl = /* @__PURE__ */ $({
|
|
1877
1877
|
__name: "index",
|
|
1878
1878
|
props: {
|
|
1879
1879
|
node: {},
|
|
1880
1880
|
outer: { type: Boolean }
|
|
1881
1881
|
},
|
|
1882
1882
|
setup(t) {
|
|
1883
|
-
const e = t, { prop:
|
|
1883
|
+
const e = t, { prop: i } = l(e, ["settings", "alignTabs"]), { prop: o } = l(e, [
|
|
1884
1884
|
"settings",
|
|
1885
1885
|
"color",
|
|
1886
1886
|
"backgroundColor"
|
|
1887
|
-
]), { color: r } =
|
|
1887
|
+
]), { color: r } = K(o), { prop: s } = l(e, [
|
|
1888
1888
|
"settings",
|
|
1889
1889
|
"centerActive"
|
|
1890
1890
|
]), { prop: a } = l(e, [
|
|
1891
1891
|
"settings",
|
|
1892
1892
|
"color",
|
|
1893
1893
|
"selectedColor"
|
|
1894
|
-
]), { color: p } =
|
|
1894
|
+
]), { color: p } = K(a), { prop: d } = l(e, ["settings", "density"]), { prop: b } = l(e, ["settings", "direction"]), { prop: m } = l(e, ["settings", "disabled"]), { prop: u } = l(e, ["settings", "fixedTabs"]), { prop: c } = l(e, ["settings", "grow"]), { prop: f } = l(e, ["settings", "hideSlider"]), { prop: h } = l(e, ["settings", "items"]), { prop: x } = l(e, ["settings", "mandatory"]), { prop: g } = l(e, ["settings", "showArrows"]), { prop: w } = l(e, [
|
|
1895
1895
|
"settings",
|
|
1896
1896
|
"color",
|
|
1897
1897
|
"sliderColor"
|
|
1898
|
-
]), { color: C } =
|
|
1899
|
-
return (
|
|
1900
|
-
const
|
|
1901
|
-
return v(), V(
|
|
1898
|
+
]), { color: C } = K(w), { prop: M } = l(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = l(e, ["settings", "value"]);
|
|
1899
|
+
return (R, E) => {
|
|
1900
|
+
const I = z("v-tabs");
|
|
1901
|
+
return v(), V(I, {
|
|
1902
1902
|
modelValue: n(F),
|
|
1903
|
-
"onUpdate:modelValue": E[0] || (E[0] = (
|
|
1904
|
-
"align-tabs": n(
|
|
1903
|
+
"onUpdate:modelValue": E[0] || (E[0] = (D) => O(F) ? F.value = D : null),
|
|
1904
|
+
"align-tabs": n(i),
|
|
1905
1905
|
"bg-color": n(r),
|
|
1906
1906
|
"center-active": n(s),
|
|
1907
1907
|
color: n(p),
|
|
@@ -1915,30 +1915,30 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1915
1915
|
mandatory: n(x),
|
|
1916
1916
|
"show-arrows": n(g),
|
|
1917
1917
|
"slider-color": n(C),
|
|
1918
|
-
stacked: n(
|
|
1918
|
+
stacked: n(M),
|
|
1919
1919
|
theme: n(W)
|
|
1920
1920
|
}, {
|
|
1921
|
-
default:
|
|
1922
|
-
L(
|
|
1921
|
+
default: S(() => [
|
|
1922
|
+
L(R.$slots, "default")
|
|
1923
1923
|
]),
|
|
1924
1924
|
_: 3
|
|
1925
1925
|
}, 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"]);
|
|
1926
1926
|
};
|
|
1927
1927
|
}
|
|
1928
|
-
}),
|
|
1928
|
+
}), Dl = /* @__PURE__ */ $({
|
|
1929
1929
|
__name: "index",
|
|
1930
1930
|
props: {
|
|
1931
1931
|
node: {},
|
|
1932
1932
|
outer: { type: Boolean }
|
|
1933
1933
|
},
|
|
1934
1934
|
setup(t) {
|
|
1935
|
-
const e = t,
|
|
1936
|
-
const m = [], u =
|
|
1937
|
-
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"),
|
|
1935
|
+
const e = t, i = $e(), { prop: o } = l(e, ["settings", "align"]), { prop: r } = l(e, ["settings", "decoration"]), { prop: s } = l(e, ["settings", "emphasis"]), { prop: a } = l(e, ["settings", "italic"]), { prop: p } = l(e, ["settings", "text"]), { prop: d } = l(e, ["settings", "weight"]), b = k(() => {
|
|
1936
|
+
const m = [], u = Me(i.value.width), c = Se(u, e.node.settings?.style);
|
|
1937
|
+
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}`), r.value && m.push(`text-decoration-${r.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
1938
1938
|
});
|
|
1939
1939
|
return (m, u) => (v(), Y("span", {
|
|
1940
|
-
class:
|
|
1941
|
-
},
|
|
1940
|
+
class: Mo(b.value)
|
|
1941
|
+
}, Ro(n(p)), 3));
|
|
1942
1942
|
}
|
|
1943
1943
|
}), Fl = /* @__PURE__ */ $({
|
|
1944
1944
|
__name: "index",
|
|
@@ -1947,16 +1947,16 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1947
1947
|
outer: { type: Boolean }
|
|
1948
1948
|
},
|
|
1949
1949
|
setup(t) {
|
|
1950
|
-
const e = t, { prop:
|
|
1950
|
+
const e = t, { prop: i } = l(e, ["settings", "autoGrow"]), { prop: o } = l(e, ["settings", "clearable"]), { prop: r } = l(e, ["settings", "density"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "maxRows"]), { prop: b } = l(e, ["settings", "placeholder"]), { prop: m } = l(e, ["settings", "readonly"]), { prop: u } = l(e, ["settings", "reverse"]), { prop: c } = l(e, ["settings", "rows"]), { prop: f } = l(e, ["settings", "singleLine"]), { theme: h } = N(), { prop: x } = l(e, ["settings", "value"]), { prop: g } = l(e, ["settings", "variant"]);
|
|
1951
1951
|
return (w, C) => {
|
|
1952
|
-
const
|
|
1952
|
+
const M = z("v-textarea");
|
|
1953
1953
|
return v(), V(n(Z), null, {
|
|
1954
|
-
default:
|
|
1955
|
-
H(
|
|
1954
|
+
default: S(() => [
|
|
1955
|
+
H(M, {
|
|
1956
1956
|
modelValue: n(x),
|
|
1957
|
-
"onUpdate:modelValue": C[0] || (C[0] = (W) =>
|
|
1958
|
-
"auto-grow": n(
|
|
1959
|
-
clearable: n(
|
|
1957
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(x) ? x.value = W : null),
|
|
1958
|
+
"auto-grow": n(i),
|
|
1959
|
+
clearable: n(o),
|
|
1960
1960
|
density: n(r),
|
|
1961
1961
|
disabled: n(s),
|
|
1962
1962
|
label: n(a),
|
|
@@ -1982,28 +1982,28 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
1982
1982
|
outer: { type: Boolean }
|
|
1983
1983
|
},
|
|
1984
1984
|
setup(t) {
|
|
1985
|
-
const e = t, { prop:
|
|
1985
|
+
const e = t, { prop: i } = l(e, ["settings", "appendIcon"]), { prop: o } = l(e, [
|
|
1986
1986
|
"settings",
|
|
1987
1987
|
"appendInnerIcon"
|
|
1988
1988
|
]), { prop: r } = l(e, ["settings", "autofocus"]), { prop: s } = l(e, ["settings", "clearable"]), { prop: a } = l(e, ["settings", "density"]), { prop: p } = l(e, ["settings", "disabled"]), { prop: d } = l(e, ["settings", "hideDetails"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "loading"]), { prop: u } = l(e, ["settings", "placeholder"]), { prop: c } = l(e, ["settings", "prefix"]), { prop: f } = l(e, ["settings", "prependIcon"]), { prop: h } = l(e, [
|
|
1989
1989
|
"settings",
|
|
1990
1990
|
"prependInnerIcon"
|
|
1991
|
-
]), { prop: x } = l(e, ["settings", "readonly"]), { prop: g } = l(e, ["settings", "reverse"]), { prop: w } = l(e, ["settings", "singleLine"]), { prop: C } = l(e, ["settings", "suffix"]), { theme:
|
|
1991
|
+
]), { prop: x } = l(e, ["settings", "readonly"]), { prop: g } = l(e, ["settings", "reverse"]), { prop: w } = l(e, ["settings", "singleLine"]), { prop: C } = l(e, ["settings", "suffix"]), { theme: M } = N(), { prop: W } = l(e, ["settings", "value"]), { prop: F } = l(e, ["settings", "variant"]), { prop: R } = l(e, ["slots", "append"]), { prop: E } = l(e, [
|
|
1992
1992
|
"slots",
|
|
1993
1993
|
"appendInner"
|
|
1994
|
-
]), { prop:
|
|
1994
|
+
]), { prop: I } = l(e, ["slots", "prepend"]), { prop: D } = l(e, [
|
|
1995
1995
|
"slots",
|
|
1996
1996
|
"prependInner"
|
|
1997
1997
|
]);
|
|
1998
1998
|
return (J, te) => {
|
|
1999
1999
|
const re = z("v-text-field");
|
|
2000
2000
|
return v(), V(n(Z), null, {
|
|
2001
|
-
default:
|
|
2001
|
+
default: S(() => [
|
|
2002
2002
|
H(re, {
|
|
2003
2003
|
modelValue: n(W),
|
|
2004
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) =>
|
|
2005
|
-
"append-icon": n(
|
|
2006
|
-
"append-inner-icon": n(
|
|
2004
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => O(W) ? W.value = le : null),
|
|
2005
|
+
"append-icon": n(i),
|
|
2006
|
+
"append-inner-icon": n(o),
|
|
2007
2007
|
autofocus: n(r),
|
|
2008
2008
|
clearable: n(s),
|
|
2009
2009
|
density: n(a),
|
|
@@ -2019,14 +2019,14 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2019
2019
|
reverse: n(g),
|
|
2020
2020
|
"single-line": n(w),
|
|
2021
2021
|
suffix: n(C),
|
|
2022
|
-
theme: n(
|
|
2022
|
+
theme: n(M),
|
|
2023
2023
|
variant: n(F)
|
|
2024
2024
|
}, Tn({ _: 2 }, [
|
|
2025
|
-
n(
|
|
2025
|
+
n(R) ? {
|
|
2026
2026
|
name: "append",
|
|
2027
|
-
fn:
|
|
2027
|
+
fn: S(() => [
|
|
2028
2028
|
H(n(fe), {
|
|
2029
|
-
"ref-context": { refid: n(
|
|
2029
|
+
"ref-context": { refid: n(R) },
|
|
2030
2030
|
state: {}
|
|
2031
2031
|
}, null, 8, ["ref-context"])
|
|
2032
2032
|
]),
|
|
@@ -2034,7 +2034,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2034
2034
|
} : void 0,
|
|
2035
2035
|
n(E) ? {
|
|
2036
2036
|
name: "append-inner",
|
|
2037
|
-
fn:
|
|
2037
|
+
fn: S(() => [
|
|
2038
2038
|
H(n(fe), {
|
|
2039
2039
|
"ref-context": { refid: n(E) },
|
|
2040
2040
|
state: {}
|
|
@@ -2042,21 +2042,21 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2042
2042
|
]),
|
|
2043
2043
|
key: "1"
|
|
2044
2044
|
} : void 0,
|
|
2045
|
-
n(
|
|
2045
|
+
n(I) ? {
|
|
2046
2046
|
name: "prepend",
|
|
2047
|
-
fn:
|
|
2047
|
+
fn: S(() => [
|
|
2048
2048
|
H(n(fe), {
|
|
2049
|
-
"ref-context": { refid: n(
|
|
2049
|
+
"ref-context": { refid: n(I) },
|
|
2050
2050
|
state: {}
|
|
2051
2051
|
}, null, 8, ["ref-context"])
|
|
2052
2052
|
]),
|
|
2053
2053
|
key: "2"
|
|
2054
2054
|
} : void 0,
|
|
2055
|
-
n(
|
|
2055
|
+
n(D) ? {
|
|
2056
2056
|
name: "prepend-inner",
|
|
2057
|
-
fn:
|
|
2057
|
+
fn: S(() => [
|
|
2058
2058
|
H(n(fe), {
|
|
2059
|
-
"ref-context": { refid: n(
|
|
2059
|
+
"ref-context": { refid: n(D) },
|
|
2060
2060
|
state: {}
|
|
2061
2061
|
}, null, 8, ["ref-context"])
|
|
2062
2062
|
]),
|
|
@@ -2075,18 +2075,18 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2075
2075
|
outer: { type: Boolean }
|
|
2076
2076
|
},
|
|
2077
2077
|
setup(t) {
|
|
2078
|
-
const e = t, { prop:
|
|
2078
|
+
const e = t, { prop: i } = l(e, ["settings", "align"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, [
|
|
2079
2079
|
"settings",
|
|
2080
2080
|
"dot",
|
|
2081
2081
|
"color"
|
|
2082
|
-
]), { color: a } =
|
|
2082
|
+
]), { color: a } = K(s), { prop: p } = l(e, ["settings", "dot", "fill"]), { prop: d } = l(e, [
|
|
2083
2083
|
"settings",
|
|
2084
2084
|
"hideOpposite"
|
|
2085
2085
|
]), { prop: b } = l(e, [
|
|
2086
2086
|
"settings",
|
|
2087
2087
|
"line",
|
|
2088
2088
|
"color"
|
|
2089
|
-
]), { color: m } =
|
|
2089
|
+
]), { color: m } = K(b), { prop: u } = l(e, ["settings", "line", "inset"]), { prop: c } = l(e, [
|
|
2090
2090
|
"settings",
|
|
2091
2091
|
"line",
|
|
2092
2092
|
"thickness"
|
|
@@ -2098,8 +2098,8 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2098
2098
|
return (g, w) => {
|
|
2099
2099
|
const C = z("v-timeline");
|
|
2100
2100
|
return v(), V(C, {
|
|
2101
|
-
align: n(
|
|
2102
|
-
density: n(
|
|
2101
|
+
align: n(i),
|
|
2102
|
+
density: n(o),
|
|
2103
2103
|
direction: n(r),
|
|
2104
2104
|
"dot-color": n(a),
|
|
2105
2105
|
"fill-dot": n(p),
|
|
@@ -2111,45 +2111,45 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
|
2111
2111
|
theme: n(x),
|
|
2112
2112
|
"truncate-line": n(h)
|
|
2113
2113
|
}, {
|
|
2114
|
-
default:
|
|
2114
|
+
default: S(() => [
|
|
2115
2115
|
L(g.$slots, "default")
|
|
2116
2116
|
]),
|
|
2117
2117
|
_: 3
|
|
2118
2118
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2119
2119
|
};
|
|
2120
2120
|
}
|
|
2121
|
-
}),
|
|
2122
|
-
function
|
|
2123
|
-
const
|
|
2124
|
-
return v(), V(
|
|
2125
|
-
default:
|
|
2121
|
+
}), Kl = {};
|
|
2122
|
+
function jl(t, e) {
|
|
2123
|
+
const i = z("v-timeline-item");
|
|
2124
|
+
return v(), V(i, null, {
|
|
2125
|
+
default: S(() => [
|
|
2126
2126
|
L(t.$slots, "default")
|
|
2127
2127
|
]),
|
|
2128
2128
|
_: 3
|
|
2129
2129
|
});
|
|
2130
2130
|
}
|
|
2131
|
-
const
|
|
2131
|
+
const Ol = /* @__PURE__ */ ge(Kl, [["render", jl]]), Ul = /* @__PURE__ */ $({
|
|
2132
2132
|
__name: "index",
|
|
2133
2133
|
props: {
|
|
2134
2134
|
node: {},
|
|
2135
2135
|
outer: { type: Boolean }
|
|
2136
2136
|
},
|
|
2137
2137
|
setup(t) {
|
|
2138
|
-
const e = t, { prop:
|
|
2138
|
+
const e = t, { prop: i } = l(e, ["settings", "continuous"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "reverse"]), { prop: a } = l(e, ["settings", "showArrows"]), { prop: p } = l(e, ["settings", "touch"]), { theme: d } = N(), { prop: b } = l(e, ["settings", "value"]);
|
|
2139
2139
|
return (m, u) => {
|
|
2140
2140
|
const c = z("v-window");
|
|
2141
2141
|
return v(), V(c, {
|
|
2142
2142
|
modelValue: n(b),
|
|
2143
|
-
"onUpdate:modelValue": u[0] || (u[0] = (f) =>
|
|
2144
|
-
continuous: n(
|
|
2143
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => O(b) ? b.value = f : null),
|
|
2144
|
+
continuous: n(i),
|
|
2145
2145
|
direction: n(r),
|
|
2146
|
-
disabled: n(
|
|
2146
|
+
disabled: n(o),
|
|
2147
2147
|
reverse: n(s),
|
|
2148
2148
|
"show-arrows": n(a),
|
|
2149
2149
|
theme: n(d),
|
|
2150
2150
|
touch: n(p)
|
|
2151
2151
|
}, {
|
|
2152
|
-
default:
|
|
2152
|
+
default: S(() => [
|
|
2153
2153
|
L(m.$slots, "default")
|
|
2154
2154
|
]),
|
|
2155
2155
|
_: 3
|
|
@@ -2158,15 +2158,15 @@ const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
|
|
|
2158
2158
|
}
|
|
2159
2159
|
}), Xl = {};
|
|
2160
2160
|
function Yl(t, e) {
|
|
2161
|
-
const
|
|
2162
|
-
return v(), V(
|
|
2163
|
-
default:
|
|
2161
|
+
const i = z("v-window-item");
|
|
2162
|
+
return v(), V(i, null, {
|
|
2163
|
+
default: S(() => [
|
|
2164
2164
|
L(t.$slots, "default")
|
|
2165
2165
|
]),
|
|
2166
2166
|
_: 3
|
|
2167
2167
|
});
|
|
2168
2168
|
}
|
|
2169
|
-
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]),
|
|
2169
|
+
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Oe = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Xe = "bar_chart_v1", Ye = "box_geometry_v1", Je = "btn_v1", Ze = "btn_group_v1", qe = "btn_toggle_v1", Qe = "card_v1", et = "checkbox_v1", tt = "chip_v1", nt = "chip_group_v1", it = "color_picker_v1", ot = "combobox_v1", st = "container_v1", rt = "data_table_v1", lt = "date_picker_v1", at = "dialog_v1", ut = "directional_light_v1", ct = "file_input_v1", mt = "flex_layout_v1", fo = "flex_layout_entry_v1", pt = "form_v1", en = "globality_v1", dt = "group_v1", ft = "icon_v1", bt = "keyboard_controls_v1", yt = "line_chart_v1", ht = "map_controls_v1", gt = "menu_v1", xt = "mesh_v1", Zl = "mesh_basic_material_v1", En = "multiple_ref_v1", vt = "number_input_v1", kt = "orbit_controls_v1", _t = "orthographic_camera_v1", wt = "pagination_v1", Vt = "perspective_camera_v1", $t = "point_light_v1", bo = "radio_v1", St = "radio_group_v1", It = "range_slider_v1", Ct = "rating_v1", Nn = "render_switch_v1", Tt = "select_v1", Re = "single_ref_v1", Pt = "slider_v1", zt = "sphere_geometry_v1", At = "spot_light_v1", Lt = "stepper_v1", yo = "stepper_header_v1", ho = "stepper_item_v1", go = "stepper_window_v1", xo = "stepper_window_item_v1", Bt = "switch_v1", vo = "tab_v1", Mn = "table_v1", Wt = "tabs_v1", Et = "text_v1", Nt = "textarea_v1", Mt = "text_field_v1", Rt = "timeline_v1", ko = "timeline_item_v1", Dt = "window_v1", _o = "window_item_v1", y = {
|
|
2170
2170
|
key: "basic",
|
|
2171
2171
|
name: "x-runtime-lib.basic",
|
|
2172
2172
|
children: [
|
|
@@ -2191,7 +2191,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ue = "ambient_light_v1", Oe
|
|
|
2191
2191
|
default: ""
|
|
2192
2192
|
}
|
|
2193
2193
|
]
|
|
2194
|
-
},
|
|
2194
|
+
}, j = {
|
|
2195
2195
|
key: "color",
|
|
2196
2196
|
name: "x-runtime-lib.color",
|
|
2197
2197
|
children: [
|
|
@@ -2228,7 +2228,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ue = "ambient_light_v1", Oe
|
|
|
2228
2228
|
]
|
|
2229
2229
|
}
|
|
2230
2230
|
]
|
|
2231
|
-
}, ql = B(
|
|
2231
|
+
}, ql = B(j), _e = {
|
|
2232
2232
|
key: "border",
|
|
2233
2233
|
name: "x-runtime-lib.border",
|
|
2234
2234
|
children: [
|
|
@@ -2282,7 +2282,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ue = "ambient_light_v1", Oe
|
|
|
2282
2282
|
]
|
|
2283
2283
|
}
|
|
2284
2284
|
]
|
|
2285
|
-
},
|
|
2285
|
+
}, De = {
|
|
2286
2286
|
key: "legend",
|
|
2287
2287
|
name: "x-runtime-lib.legend",
|
|
2288
2288
|
children: [
|
|
@@ -2373,7 +2373,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ue = "ambient_light_v1", Oe
|
|
|
2373
2373
|
default: ""
|
|
2374
2374
|
}
|
|
2375
2375
|
]
|
|
2376
|
-
},
|
|
2376
|
+
}, U = {
|
|
2377
2377
|
key: "size",
|
|
2378
2378
|
name: "x-runtime-lib.size",
|
|
2379
2379
|
children: [
|
|
@@ -2705,19 +2705,19 @@ const ta = /* @__PURE__ */ $({
|
|
|
2705
2705
|
__name: "index",
|
|
2706
2706
|
setup(t) {
|
|
2707
2707
|
const e = G();
|
|
2708
|
-
return (
|
|
2708
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(qo), { key: 0 })) : ee("", !0);
|
|
2709
2709
|
}
|
|
2710
2710
|
}), na = /* @__PURE__ */ $({
|
|
2711
2711
|
__name: "index",
|
|
2712
2712
|
setup(t) {
|
|
2713
2713
|
const e = G();
|
|
2714
|
-
return (
|
|
2714
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(Qo), { key: 0 })) : ee("", !0);
|
|
2715
2715
|
}
|
|
2716
2716
|
}), ia = /* @__PURE__ */ $({
|
|
2717
2717
|
__name: "index",
|
|
2718
2718
|
setup(t) {
|
|
2719
2719
|
const e = G();
|
|
2720
|
-
return (
|
|
2720
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(es), { key: 0 })) : ee("", !0);
|
|
2721
2721
|
}
|
|
2722
2722
|
}), oa = {
|
|
2723
2723
|
key: bt,
|
|
@@ -2762,14 +2762,14 @@ const ra = {
|
|
|
2762
2762
|
};
|
|
2763
2763
|
_(ra);
|
|
2764
2764
|
function la(t, e) {
|
|
2765
|
-
const
|
|
2766
|
-
if (!
|
|
2767
|
-
console.error(`boxGeometryV1/spawn prop tag not found, ${
|
|
2765
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2766
|
+
if (!o) {
|
|
2767
|
+
console.error(`boxGeometryV1/spawn prop tag not found, ${i}`);
|
|
2768
2768
|
return;
|
|
2769
2769
|
}
|
|
2770
|
-
const r = Pe.props[
|
|
2770
|
+
const r = Pe.props[o];
|
|
2771
2771
|
if (!r) {
|
|
2772
|
-
console.error(`boxGeometryV1/spawn props not found, ${
|
|
2772
|
+
console.error(`boxGeometryV1/spawn props not found, ${i}`);
|
|
2773
2773
|
return;
|
|
2774
2774
|
}
|
|
2775
2775
|
const s = {};
|
|
@@ -2795,17 +2795,17 @@ function la(t, e) {
|
|
|
2795
2795
|
], s;
|
|
2796
2796
|
}
|
|
2797
2797
|
function aa(t, e) {
|
|
2798
|
-
const
|
|
2799
|
-
if (!
|
|
2798
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2799
|
+
if (!o) {
|
|
2800
2800
|
console.error(
|
|
2801
|
-
`boxGeometryV1/spawnBoxGeometry prop tag not found, ${
|
|
2801
|
+
`boxGeometryV1/spawnBoxGeometry prop tag not found, ${i}`
|
|
2802
2802
|
);
|
|
2803
2803
|
return;
|
|
2804
2804
|
}
|
|
2805
|
-
const r = tn.props[
|
|
2805
|
+
const r = tn.props[o];
|
|
2806
2806
|
if (!r) {
|
|
2807
2807
|
console.error(
|
|
2808
|
-
`boxGeometryV1/spawnBoxGeometry props not found, ${
|
|
2808
|
+
`boxGeometryV1/spawnBoxGeometry props not found, ${i}`
|
|
2809
2809
|
);
|
|
2810
2810
|
return;
|
|
2811
2811
|
}
|
|
@@ -2820,17 +2820,17 @@ function aa(t, e) {
|
|
|
2820
2820
|
}, s;
|
|
2821
2821
|
}
|
|
2822
2822
|
function ua(t, e) {
|
|
2823
|
-
const
|
|
2824
|
-
if (!
|
|
2823
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2824
|
+
if (!o) {
|
|
2825
2825
|
console.error(
|
|
2826
|
-
`boxGeometryV1/spawnMeshBasicMaterial prop tag not found, ${
|
|
2826
|
+
`boxGeometryV1/spawnMeshBasicMaterial prop tag not found, ${i}`
|
|
2827
2827
|
);
|
|
2828
2828
|
return;
|
|
2829
2829
|
}
|
|
2830
|
-
const r = Te.props[
|
|
2830
|
+
const r = Te.props[o];
|
|
2831
2831
|
if (!r) {
|
|
2832
2832
|
console.error(
|
|
2833
|
-
`boxGeometryV1/spawnMeshBasicMaterial props not found, ${
|
|
2833
|
+
`boxGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
|
|
2834
2834
|
);
|
|
2835
2835
|
return;
|
|
2836
2836
|
}
|
|
@@ -2897,14 +2897,14 @@ const Zn = {
|
|
|
2897
2897
|
};
|
|
2898
2898
|
_(tn);
|
|
2899
2899
|
function ca(t, e) {
|
|
2900
|
-
const
|
|
2901
|
-
if (!
|
|
2902
|
-
console.error(`sphereGeometryV1/spawn prop tag not found, ${
|
|
2900
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2901
|
+
if (!o) {
|
|
2902
|
+
console.error(`sphereGeometryV1/spawn prop tag not found, ${i}`);
|
|
2903
2903
|
return;
|
|
2904
2904
|
}
|
|
2905
|
-
const r = Pe.props[
|
|
2905
|
+
const r = Pe.props[o];
|
|
2906
2906
|
if (!r) {
|
|
2907
|
-
console.error(`sphereGeometryV1/spawn props not found, ${
|
|
2907
|
+
console.error(`sphereGeometryV1/spawn props not found, ${i}`);
|
|
2908
2908
|
return;
|
|
2909
2909
|
}
|
|
2910
2910
|
const s = {};
|
|
@@ -2930,17 +2930,17 @@ function ca(t, e) {
|
|
|
2930
2930
|
], s;
|
|
2931
2931
|
}
|
|
2932
2932
|
function ma(t, e) {
|
|
2933
|
-
const
|
|
2934
|
-
if (!
|
|
2933
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2934
|
+
if (!o) {
|
|
2935
2935
|
console.error(
|
|
2936
|
-
`sphereGeometryV1/spawnSphereGeometry prop tag not found, ${
|
|
2936
|
+
`sphereGeometryV1/spawnSphereGeometry prop tag not found, ${i}`
|
|
2937
2937
|
);
|
|
2938
2938
|
return;
|
|
2939
2939
|
}
|
|
2940
|
-
const r = nn.props[
|
|
2940
|
+
const r = nn.props[o];
|
|
2941
2941
|
if (!r) {
|
|
2942
2942
|
console.error(
|
|
2943
|
-
`sphereGeometryV1/spawnSphereGeometry props not found, ${
|
|
2943
|
+
`sphereGeometryV1/spawnSphereGeometry props not found, ${i}`
|
|
2944
2944
|
);
|
|
2945
2945
|
return;
|
|
2946
2946
|
}
|
|
@@ -2956,17 +2956,17 @@ function ma(t, e) {
|
|
|
2956
2956
|
}, s;
|
|
2957
2957
|
}
|
|
2958
2958
|
function pa(t, e) {
|
|
2959
|
-
const
|
|
2960
|
-
if (!
|
|
2959
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2960
|
+
if (!o) {
|
|
2961
2961
|
console.error(
|
|
2962
|
-
`sphereGeometryV1/spawnMeshBasicMaterial prop tag not found, ${
|
|
2962
|
+
`sphereGeometryV1/spawnMeshBasicMaterial prop tag not found, ${i}`
|
|
2963
2963
|
);
|
|
2964
2964
|
return;
|
|
2965
2965
|
}
|
|
2966
|
-
const r = Te.props[
|
|
2966
|
+
const r = Te.props[o];
|
|
2967
2967
|
if (!r) {
|
|
2968
2968
|
console.error(
|
|
2969
|
-
`sphereGeometryV1/spawnMeshBasicMaterial props not found, ${
|
|
2969
|
+
`sphereGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
|
|
2970
2970
|
);
|
|
2971
2971
|
return;
|
|
2972
2972
|
}
|
|
@@ -3040,7 +3040,7 @@ const qn = {
|
|
|
3040
3040
|
spawn: ca
|
|
3041
3041
|
};
|
|
3042
3042
|
_(nn);
|
|
3043
|
-
const Ft = B(
|
|
3043
|
+
const Ft = B(j);
|
|
3044
3044
|
Ft.children[0].default = "custom";
|
|
3045
3045
|
Ft.children[2].children[0].default = "0xffffff";
|
|
3046
3046
|
Ft.children[2].children[1].default = "0xffffff";
|
|
@@ -3058,9 +3058,9 @@ const Qn = {
|
|
|
3058
3058
|
}
|
|
3059
3059
|
]
|
|
3060
3060
|
}, da = {
|
|
3061
|
-
key:
|
|
3061
|
+
key: Oe,
|
|
3062
3062
|
name: "x-runtime-lib.ambientLight",
|
|
3063
|
-
comp:
|
|
3063
|
+
comp: Ss,
|
|
3064
3064
|
props: {
|
|
3065
3065
|
pageScene: [y, X, Qn],
|
|
3066
3066
|
compScene: [y, X, Qn]
|
|
@@ -3070,7 +3070,7 @@ const Qn = {
|
|
|
3070
3070
|
slots: []
|
|
3071
3071
|
};
|
|
3072
3072
|
_(da);
|
|
3073
|
-
const Gt = B(
|
|
3073
|
+
const Gt = B(j);
|
|
3074
3074
|
Gt.children[0].default = "custom";
|
|
3075
3075
|
Gt.children[2].children[0].default = "0xffffff";
|
|
3076
3076
|
Gt.children[2].children[1].default = "0xffffff";
|
|
@@ -3100,7 +3100,7 @@ const ei = {
|
|
|
3100
3100
|
slots: []
|
|
3101
3101
|
};
|
|
3102
3102
|
_(fa);
|
|
3103
|
-
const Ht = B(
|
|
3103
|
+
const Ht = B(j);
|
|
3104
3104
|
Ht.children[0].default = "custom";
|
|
3105
3105
|
Ht.children[2].children[0].default = "0xffffff";
|
|
3106
3106
|
Ht.children[2].children[1].default = "0xffffff";
|
|
@@ -3144,15 +3144,15 @@ const ti = {
|
|
|
3144
3144
|
slots: []
|
|
3145
3145
|
};
|
|
3146
3146
|
_(ba);
|
|
3147
|
-
const
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3147
|
+
const Kt = B(j);
|
|
3148
|
+
Kt.children[0].default = "custom";
|
|
3149
|
+
Kt.children[2].children[0].default = "0xffffff";
|
|
3150
|
+
Kt.children[2].children[1].default = "0xffffff";
|
|
3151
3151
|
const ni = {
|
|
3152
3152
|
key: "settings",
|
|
3153
3153
|
name: "x-runtime-lib.settings",
|
|
3154
3154
|
children: [
|
|
3155
|
-
|
|
3155
|
+
Kt,
|
|
3156
3156
|
{
|
|
3157
3157
|
key: "intensity",
|
|
3158
3158
|
name: "x-runtime-lib.intensity",
|
|
@@ -3235,7 +3235,7 @@ _(ha);
|
|
|
3235
3235
|
const Pe = {
|
|
3236
3236
|
key: xt,
|
|
3237
3237
|
name: "x-runtime-lib.mesh",
|
|
3238
|
-
comp:
|
|
3238
|
+
comp: Rs,
|
|
3239
3239
|
props: {
|
|
3240
3240
|
pageScene: [y, X],
|
|
3241
3241
|
compScene: [y, X]
|
|
@@ -3246,14 +3246,14 @@ const Pe = {
|
|
|
3246
3246
|
};
|
|
3247
3247
|
_(Pe);
|
|
3248
3248
|
function ga(t, e) {
|
|
3249
|
-
const
|
|
3250
|
-
if (!
|
|
3251
|
-
console.error(`barChartV1/spawn prop tag not found, ${
|
|
3249
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3250
|
+
if (!o) {
|
|
3251
|
+
console.error(`barChartV1/spawn prop tag not found, ${i}`);
|
|
3252
3252
|
return;
|
|
3253
3253
|
}
|
|
3254
|
-
const r = on.props[
|
|
3254
|
+
const r = on.props[o];
|
|
3255
3255
|
if (!r) {
|
|
3256
|
-
console.error(`barChartV1/spawn props not found, ${
|
|
3256
|
+
console.error(`barChartV1/spawn props not found, ${i}`);
|
|
3257
3257
|
return;
|
|
3258
3258
|
}
|
|
3259
3259
|
const s = {};
|
|
@@ -3288,10 +3288,10 @@ const ii = {
|
|
|
3288
3288
|
}, on = {
|
|
3289
3289
|
key: Xe,
|
|
3290
3290
|
name: "x-runtime-lib.barChart",
|
|
3291
|
-
comp:
|
|
3291
|
+
comp: Or,
|
|
3292
3292
|
props: {
|
|
3293
|
-
pageCommon: [y,
|
|
3294
|
-
compCommon: [y,
|
|
3293
|
+
pageCommon: [y, U, Fe, Ge, He, De, ii],
|
|
3294
|
+
compCommon: [y, U, Fe, Ge, He, De, ii]
|
|
3295
3295
|
},
|
|
3296
3296
|
events: [],
|
|
3297
3297
|
methods: [],
|
|
@@ -3301,14 +3301,14 @@ const ii = {
|
|
|
3301
3301
|
};
|
|
3302
3302
|
_(on);
|
|
3303
3303
|
function xa(t, e) {
|
|
3304
|
-
const
|
|
3305
|
-
if (!
|
|
3306
|
-
console.error(`lineChartV1/spawn prop tag not found, ${
|
|
3304
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3305
|
+
if (!o) {
|
|
3306
|
+
console.error(`lineChartV1/spawn prop tag not found, ${i}`);
|
|
3307
3307
|
return;
|
|
3308
3308
|
}
|
|
3309
|
-
const r = sn.props[
|
|
3309
|
+
const r = sn.props[o];
|
|
3310
3310
|
if (!r) {
|
|
3311
|
-
console.error(`lineChartV1/spawn props not found, ${
|
|
3311
|
+
console.error(`lineChartV1/spawn props not found, ${i}`);
|
|
3312
3312
|
return;
|
|
3313
3313
|
}
|
|
3314
3314
|
const s = {};
|
|
@@ -3343,10 +3343,10 @@ const oi = {
|
|
|
3343
3343
|
}, sn = {
|
|
3344
3344
|
key: yt,
|
|
3345
3345
|
name: "x-runtime-lib.lineChart",
|
|
3346
|
-
comp:
|
|
3346
|
+
comp: Ur,
|
|
3347
3347
|
props: {
|
|
3348
|
-
pageCommon: [y,
|
|
3349
|
-
compCommon: [y,
|
|
3348
|
+
pageCommon: [y, U, Fe, Ge, He, De, oi],
|
|
3349
|
+
compCommon: [y, U, Fe, Ge, He, De, oi]
|
|
3350
3350
|
},
|
|
3351
3351
|
events: [],
|
|
3352
3352
|
methods: [],
|
|
@@ -3355,17 +3355,17 @@ const oi = {
|
|
|
3355
3355
|
spawn: xa
|
|
3356
3356
|
};
|
|
3357
3357
|
_(sn);
|
|
3358
|
-
const
|
|
3359
|
-
|
|
3360
|
-
|
|
3358
|
+
const jt = B(j);
|
|
3359
|
+
jt.key = "backgroundColor";
|
|
3360
|
+
jt.name = "x-runtime-lib.backgroundColor";
|
|
3361
3361
|
const si = {
|
|
3362
3362
|
key: "settings",
|
|
3363
3363
|
name: "x-runtime-lib.settings",
|
|
3364
|
-
children: [
|
|
3364
|
+
children: [jt]
|
|
3365
3365
|
}, ri = {
|
|
3366
3366
|
key: "settings",
|
|
3367
3367
|
name: "x-runtime-lib.settings",
|
|
3368
|
-
children: [
|
|
3368
|
+
children: [jt]
|
|
3369
3369
|
}, va = {
|
|
3370
3370
|
key: en,
|
|
3371
3371
|
name: "x-runtime-lib.globality",
|
|
@@ -3450,8 +3450,8 @@ const li = {
|
|
|
3450
3450
|
default: !1
|
|
3451
3451
|
}
|
|
3452
3452
|
]
|
|
3453
|
-
},
|
|
3454
|
-
key:
|
|
3453
|
+
}, Sc = {
|
|
3454
|
+
key: Ue,
|
|
3455
3455
|
name: "x-runtime-lib.badge",
|
|
3456
3456
|
comp: Xr,
|
|
3457
3457
|
props: {
|
|
@@ -3463,20 +3463,20 @@ const li = {
|
|
|
3463
3463
|
slots: []
|
|
3464
3464
|
};
|
|
3465
3465
|
function ka(t, e) {
|
|
3466
|
-
const
|
|
3467
|
-
if (!
|
|
3468
|
-
console.error(`btnV1/spawn prop tag not found, ${
|
|
3466
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3467
|
+
if (!o) {
|
|
3468
|
+
console.error(`btnV1/spawn prop tag not found, ${i}`);
|
|
3469
3469
|
return;
|
|
3470
3470
|
}
|
|
3471
|
-
const r = rn.props[
|
|
3471
|
+
const r = rn.props[o];
|
|
3472
3472
|
if (!r) {
|
|
3473
|
-
console.error(`btnV1/spawn props not found, ${
|
|
3473
|
+
console.error(`btnV1/spawn props not found, ${i}`);
|
|
3474
3474
|
return;
|
|
3475
3475
|
}
|
|
3476
3476
|
const s = {};
|
|
3477
3477
|
return P(s, r), s.basic.id = T(16), s.basic.key = rn.key, s.settings.text = "button", s;
|
|
3478
3478
|
}
|
|
3479
|
-
const _a = B(
|
|
3479
|
+
const _a = B(j), ai = {
|
|
3480
3480
|
key: "settings",
|
|
3481
3481
|
name: "x-runtime-lib.settings",
|
|
3482
3482
|
children: [
|
|
@@ -3568,8 +3568,8 @@ const _a = B(K), ai = {
|
|
|
3568
3568
|
name: "x-runtime-lib.button",
|
|
3569
3569
|
comp: Yr,
|
|
3570
3570
|
props: {
|
|
3571
|
-
pageCommon: [y,
|
|
3572
|
-
compCommon: [y,
|
|
3571
|
+
pageCommon: [y, U, ai],
|
|
3572
|
+
compCommon: [y, U, ai]
|
|
3573
3573
|
},
|
|
3574
3574
|
events: [
|
|
3575
3575
|
{
|
|
@@ -3672,14 +3672,14 @@ const ui = {
|
|
|
3672
3672
|
};
|
|
3673
3673
|
_(Va);
|
|
3674
3674
|
function $a(t, e) {
|
|
3675
|
-
const
|
|
3676
|
-
if (!
|
|
3677
|
-
console.error(`cardV1/spawn prop tag not found, ${
|
|
3675
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3676
|
+
if (!o) {
|
|
3677
|
+
console.error(`cardV1/spawn prop tag not found, ${i}`);
|
|
3678
3678
|
return;
|
|
3679
3679
|
}
|
|
3680
|
-
const r = ze.props[
|
|
3680
|
+
const r = ze.props[o];
|
|
3681
3681
|
if (!r) {
|
|
3682
|
-
console.error(`cardV1/spawn props not found, ${
|
|
3682
|
+
console.error(`cardV1/spawn props not found, ${i}`);
|
|
3683
3683
|
return;
|
|
3684
3684
|
}
|
|
3685
3685
|
const s = {};
|
|
@@ -3745,8 +3745,8 @@ const ci = {
|
|
|
3745
3745
|
name: "x-runtime-lib.card",
|
|
3746
3746
|
comp: el,
|
|
3747
3747
|
props: {
|
|
3748
|
-
pageCommon: [y,
|
|
3749
|
-
compCommon: [y,
|
|
3748
|
+
pageCommon: [y, U, ci],
|
|
3749
|
+
compCommon: [y, U, ci]
|
|
3750
3750
|
},
|
|
3751
3751
|
events: [],
|
|
3752
3752
|
methods: [],
|
|
@@ -3771,7 +3771,7 @@ const mi = {
|
|
|
3771
3771
|
default: ""
|
|
3772
3772
|
}
|
|
3773
3773
|
]
|
|
3774
|
-
},
|
|
3774
|
+
}, Sa = {
|
|
3775
3775
|
key: et,
|
|
3776
3776
|
name: "x-runtime-lib.checkbox",
|
|
3777
3777
|
comp: tl,
|
|
@@ -3784,8 +3784,8 @@ const mi = {
|
|
|
3784
3784
|
slots: [],
|
|
3785
3785
|
leaf: !0
|
|
3786
3786
|
};
|
|
3787
|
-
_(
|
|
3788
|
-
const
|
|
3787
|
+
_(Sa);
|
|
3788
|
+
const Ia = B(j), pi = {
|
|
3789
3789
|
key: "settings",
|
|
3790
3790
|
name: "x-runtime-lib.settings",
|
|
3791
3791
|
children: [
|
|
@@ -3858,7 +3858,7 @@ const Sa = B(K), pi = {
|
|
|
3858
3858
|
ui: "switch",
|
|
3859
3859
|
default: !1
|
|
3860
3860
|
},
|
|
3861
|
-
|
|
3861
|
+
Ia
|
|
3862
3862
|
]
|
|
3863
3863
|
}, ln = {
|
|
3864
3864
|
key: tt,
|
|
@@ -3875,14 +3875,14 @@ const Sa = B(K), pi = {
|
|
|
3875
3875
|
};
|
|
3876
3876
|
_(ln);
|
|
3877
3877
|
function Ca(t, e) {
|
|
3878
|
-
const
|
|
3879
|
-
if (!
|
|
3880
|
-
console.error(`chipGroupV1/spawn prop tag not found, ${
|
|
3878
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3879
|
+
if (!o) {
|
|
3880
|
+
console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
|
|
3881
3881
|
return;
|
|
3882
3882
|
}
|
|
3883
|
-
const r = an.props[
|
|
3883
|
+
const r = an.props[o];
|
|
3884
3884
|
if (!r) {
|
|
3885
|
-
console.error(`chipGroupV1/spawn props not found, ${
|
|
3885
|
+
console.error(`chipGroupV1/spawn props not found, ${i}`);
|
|
3886
3886
|
return;
|
|
3887
3887
|
}
|
|
3888
3888
|
const s = {};
|
|
@@ -3895,7 +3895,7 @@ function Ca(t, e) {
|
|
|
3895
3895
|
xe(t, e, "chip6", "chip 6")
|
|
3896
3896
|
], s;
|
|
3897
3897
|
}
|
|
3898
|
-
function xe(t, e,
|
|
3898
|
+
function xe(t, e, i, o) {
|
|
3899
3899
|
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
3900
3900
|
if (!s) {
|
|
3901
3901
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${r}`);
|
|
@@ -3907,7 +3907,7 @@ function xe(t, e, o, i) {
|
|
|
3907
3907
|
return;
|
|
3908
3908
|
}
|
|
3909
3909
|
const p = {};
|
|
3910
|
-
return P(p, a), p.basic.id = T(16), p.basic.key = ln.key, p.settings.value =
|
|
3910
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = ln.key, p.settings.value = i, p.settings.text = o, p;
|
|
3911
3911
|
}
|
|
3912
3912
|
const di = {
|
|
3913
3913
|
key: "settings",
|
|
@@ -4046,20 +4046,20 @@ const fi = {
|
|
|
4046
4046
|
leaf: !0
|
|
4047
4047
|
};
|
|
4048
4048
|
_(Pa);
|
|
4049
|
-
const
|
|
4050
|
-
|
|
4051
|
-
|
|
4049
|
+
const Rn = B(j);
|
|
4050
|
+
Rn.key = "backgroundColor";
|
|
4051
|
+
Rn.name = "x-runtime-lib.backgroundColor";
|
|
4052
4052
|
const bi = {
|
|
4053
4053
|
key: "settings",
|
|
4054
4054
|
name: "x-runtime-lib.settings",
|
|
4055
|
-
children: [
|
|
4055
|
+
children: [Rn]
|
|
4056
4056
|
}, un = {
|
|
4057
4057
|
key: st,
|
|
4058
4058
|
name: "x-runtime-lib.container",
|
|
4059
4059
|
comp: rl,
|
|
4060
4060
|
props: {
|
|
4061
|
-
pageCommon: [y,
|
|
4062
|
-
compCommon: [y,
|
|
4061
|
+
pageCommon: [y, U, _e, we, Ve, bi],
|
|
4062
|
+
compCommon: [y, U, _e, we, Ve, bi]
|
|
4063
4063
|
},
|
|
4064
4064
|
events: [
|
|
4065
4065
|
{
|
|
@@ -4283,7 +4283,7 @@ const xi = {
|
|
|
4283
4283
|
key: "settings",
|
|
4284
4284
|
name: "x-runtime-lib.settings",
|
|
4285
4285
|
children: []
|
|
4286
|
-
},
|
|
4286
|
+
}, Ic = {
|
|
4287
4287
|
key: ct,
|
|
4288
4288
|
name: "x-runtime-lib.fileInput",
|
|
4289
4289
|
comp: dl,
|
|
@@ -4317,8 +4317,8 @@ const xi = {
|
|
|
4317
4317
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4318
4318
|
comp: bl,
|
|
4319
4319
|
props: {
|
|
4320
|
-
pageCommon: [y,
|
|
4321
|
-
compCommon: [y,
|
|
4320
|
+
pageCommon: [y, U, vi],
|
|
4321
|
+
compCommon: [y, U, vi]
|
|
4322
4322
|
},
|
|
4323
4323
|
events: [],
|
|
4324
4324
|
methods: [],
|
|
@@ -4326,14 +4326,14 @@ const xi = {
|
|
|
4326
4326
|
};
|
|
4327
4327
|
_(cn);
|
|
4328
4328
|
function Ba(t, e) {
|
|
4329
|
-
const
|
|
4330
|
-
if (!
|
|
4331
|
-
console.error(`flexLayoutV1/spawn prop tag not found, ${
|
|
4329
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4330
|
+
if (!o) {
|
|
4331
|
+
console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
|
|
4332
4332
|
return;
|
|
4333
4333
|
}
|
|
4334
|
-
const r = Ae.props[
|
|
4334
|
+
const r = Ae.props[o];
|
|
4335
4335
|
if (!r) {
|
|
4336
|
-
console.error(`flexLayoutV1/spawn props not found, ${
|
|
4336
|
+
console.error(`flexLayoutV1/spawn props not found, ${i}`);
|
|
4337
4337
|
return;
|
|
4338
4338
|
}
|
|
4339
4339
|
const s = {};
|
|
@@ -4361,7 +4361,7 @@ function Ba(t, e) {
|
|
|
4361
4361
|
Wa(t, e)
|
|
4362
4362
|
], s;
|
|
4363
4363
|
}
|
|
4364
|
-
function mn(t, e,
|
|
4364
|
+
function mn(t, e, i, o, r, s, a, p, d) {
|
|
4365
4365
|
const b = `type=${t} subtype=${e}`, m = A(t, e);
|
|
4366
4366
|
if (!m) {
|
|
4367
4367
|
console.error(
|
|
@@ -4375,17 +4375,17 @@ function mn(t, e, o, i, r, s, a, p, d) {
|
|
|
4375
4375
|
return;
|
|
4376
4376
|
}
|
|
4377
4377
|
const c = {};
|
|
4378
|
-
return P(c, u), c.basic.id = T(16), c.basic.key = un.key,
|
|
4378
|
+
return P(c, u), c.basic.id = T(16), c.basic.key = un.key, o && (c.size.width = o), r && (c.size.minWidth = r), a && (c.size.height = a), p && (c.size.minHeight = p), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
|
|
4379
4379
|
}
|
|
4380
4380
|
function Wa(t, e) {
|
|
4381
|
-
const
|
|
4382
|
-
if (!
|
|
4383
|
-
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${
|
|
4381
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4382
|
+
if (!o) {
|
|
4383
|
+
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
|
|
4384
4384
|
return;
|
|
4385
4385
|
}
|
|
4386
|
-
const r = cn.props[
|
|
4386
|
+
const r = cn.props[o];
|
|
4387
4387
|
if (!r) {
|
|
4388
|
-
console.error(`flexLayoutV1/spawnEntry props not found, ${
|
|
4388
|
+
console.error(`flexLayoutV1/spawnEntry props not found, ${i}`);
|
|
4389
4389
|
return;
|
|
4390
4390
|
}
|
|
4391
4391
|
const s = {
|
|
@@ -4407,9 +4407,9 @@ function Wa(t, e) {
|
|
|
4407
4407
|
)
|
|
4408
4408
|
], s;
|
|
4409
4409
|
}
|
|
4410
|
-
const
|
|
4411
|
-
|
|
4412
|
-
|
|
4410
|
+
const Dn = B(j);
|
|
4411
|
+
Dn.key = "backgroundColor";
|
|
4412
|
+
Dn.name = "x-runtime-lib.backgroundColor";
|
|
4413
4413
|
const ki = {
|
|
4414
4414
|
key: "settings",
|
|
4415
4415
|
name: "x-runtime-lib.settings",
|
|
@@ -4578,15 +4578,15 @@ const ki = {
|
|
|
4578
4578
|
}
|
|
4579
4579
|
]
|
|
4580
4580
|
},
|
|
4581
|
-
|
|
4581
|
+
Dn
|
|
4582
4582
|
]
|
|
4583
4583
|
}, Ae = {
|
|
4584
4584
|
key: mt,
|
|
4585
4585
|
name: "x-runtime-lib.flexLayout",
|
|
4586
4586
|
comp: fl,
|
|
4587
4587
|
props: {
|
|
4588
|
-
pageCommon: [y,
|
|
4589
|
-
compCommon: [y,
|
|
4588
|
+
pageCommon: [y, U, _e, we, Ve, ki],
|
|
4589
|
+
compCommon: [y, U, _e, we, Ve, ki]
|
|
4590
4590
|
},
|
|
4591
4591
|
events: [
|
|
4592
4592
|
{
|
|
@@ -4751,7 +4751,7 @@ const _i = {
|
|
|
4751
4751
|
}
|
|
4752
4752
|
]
|
|
4753
4753
|
}, pn = {
|
|
4754
|
-
key:
|
|
4754
|
+
key: Mt,
|
|
4755
4755
|
name: "x-runtime-lib.textField",
|
|
4756
4756
|
comp: Gl,
|
|
4757
4757
|
props: {
|
|
@@ -4790,28 +4790,28 @@ const _i = {
|
|
|
4790
4790
|
};
|
|
4791
4791
|
_(pn);
|
|
4792
4792
|
function Ea(t, e) {
|
|
4793
|
-
const
|
|
4794
|
-
if (!
|
|
4795
|
-
console.error(`formV1/spawn prop tag not found, ${
|
|
4793
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4794
|
+
if (!o) {
|
|
4795
|
+
console.error(`formV1/spawn prop tag not found, ${i}`);
|
|
4796
4796
|
return;
|
|
4797
4797
|
}
|
|
4798
|
-
const r = dn.props[
|
|
4798
|
+
const r = dn.props[o];
|
|
4799
4799
|
if (!r) {
|
|
4800
|
-
console.error(`formV1/spawn props not found, ${
|
|
4800
|
+
console.error(`formV1/spawn props not found, ${i}`);
|
|
4801
4801
|
return;
|
|
4802
4802
|
}
|
|
4803
4803
|
const s = {};
|
|
4804
4804
|
return P(s, r), s.basic.id = T(16), s.basic.key = dn.key, s.children = [Na(t, e)], s;
|
|
4805
4805
|
}
|
|
4806
4806
|
function Na(t, e) {
|
|
4807
|
-
const
|
|
4808
|
-
if (!
|
|
4809
|
-
console.error(`formV1/spawnTextField prop tag not found, ${
|
|
4807
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4808
|
+
if (!o) {
|
|
4809
|
+
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
4810
4810
|
return;
|
|
4811
4811
|
}
|
|
4812
|
-
const r = pn.props[
|
|
4812
|
+
const r = pn.props[o];
|
|
4813
4813
|
if (!r) {
|
|
4814
|
-
console.error(`formV1/spawnTextField props not found, ${
|
|
4814
|
+
console.error(`formV1/spawnTextField props not found, ${i}`);
|
|
4815
4815
|
return;
|
|
4816
4816
|
}
|
|
4817
4817
|
const s = {};
|
|
@@ -4840,8 +4840,8 @@ const Vi = {
|
|
|
4840
4840
|
name: "x-runtime-lib.form",
|
|
4841
4841
|
comp: yl,
|
|
4842
4842
|
props: {
|
|
4843
|
-
pageCommon: [y,
|
|
4844
|
-
compCommon: [y,
|
|
4843
|
+
pageCommon: [y, U, _e, we, Ve, Vi],
|
|
4844
|
+
compCommon: [y, U, _e, we, Ve, Vi]
|
|
4845
4845
|
},
|
|
4846
4846
|
events: [
|
|
4847
4847
|
{
|
|
@@ -4855,7 +4855,7 @@ const Vi = {
|
|
|
4855
4855
|
spawn: Ea
|
|
4856
4856
|
};
|
|
4857
4857
|
_(dn);
|
|
4858
|
-
const
|
|
4858
|
+
const Ma = B(j), $i = {
|
|
4859
4859
|
key: "settings",
|
|
4860
4860
|
name: "x-runtime-lib.settings",
|
|
4861
4861
|
children: [
|
|
@@ -4878,9 +4878,9 @@ const Ra = B(K), $i = {
|
|
|
4878
4878
|
items: "sizeItemsV1",
|
|
4879
4879
|
default: "default"
|
|
4880
4880
|
},
|
|
4881
|
-
|
|
4881
|
+
Ma
|
|
4882
4882
|
]
|
|
4883
|
-
},
|
|
4883
|
+
}, Ra = {
|
|
4884
4884
|
key: ft,
|
|
4885
4885
|
name: "x-runtime-lib.icon",
|
|
4886
4886
|
comp: hl,
|
|
@@ -4893,8 +4893,8 @@ const Ra = B(K), $i = {
|
|
|
4893
4893
|
slots: [],
|
|
4894
4894
|
leaf: !0
|
|
4895
4895
|
};
|
|
4896
|
-
_(
|
|
4897
|
-
const
|
|
4896
|
+
_(Ra);
|
|
4897
|
+
const Da = {
|
|
4898
4898
|
key: gt,
|
|
4899
4899
|
name: "x-runtime-lib.menu",
|
|
4900
4900
|
comp: xl,
|
|
@@ -4920,22 +4920,22 @@ const Ma = {
|
|
|
4920
4920
|
slots: [],
|
|
4921
4921
|
teleport: !0
|
|
4922
4922
|
};
|
|
4923
|
-
_(
|
|
4923
|
+
_(Da);
|
|
4924
4924
|
function Fa(t, e) {
|
|
4925
|
-
const
|
|
4926
|
-
if (!
|
|
4927
|
-
console.error(`numberInputV1/spawn prop tag not found, ${
|
|
4925
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4926
|
+
if (!o) {
|
|
4927
|
+
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
4928
4928
|
return;
|
|
4929
4929
|
}
|
|
4930
|
-
const r = fn.props[
|
|
4930
|
+
const r = fn.props[o];
|
|
4931
4931
|
if (!r) {
|
|
4932
|
-
console.error(`numberInputV1/spawn props not found, ${
|
|
4932
|
+
console.error(`numberInputV1/spawn props not found, ${i}`);
|
|
4933
4933
|
return;
|
|
4934
4934
|
}
|
|
4935
4935
|
const s = {};
|
|
4936
4936
|
return P(s, r), s.basic.id = T(16), s.basic.key = fn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
4937
4937
|
}
|
|
4938
|
-
const
|
|
4938
|
+
const Si = {
|
|
4939
4939
|
key: "size",
|
|
4940
4940
|
name: "x-runtime-lib.size",
|
|
4941
4941
|
children: [
|
|
@@ -4961,7 +4961,7 @@ const Ii = {
|
|
|
4961
4961
|
default: ""
|
|
4962
4962
|
}
|
|
4963
4963
|
]
|
|
4964
|
-
},
|
|
4964
|
+
}, Ii = {
|
|
4965
4965
|
key: "settings",
|
|
4966
4966
|
name: "x-runtime-lib.settings",
|
|
4967
4967
|
children: [
|
|
@@ -5107,8 +5107,8 @@ const Ii = {
|
|
|
5107
5107
|
name: "x-runtime-lib.numberInput",
|
|
5108
5108
|
comp: vl,
|
|
5109
5109
|
props: {
|
|
5110
|
-
pageCommon: [y,
|
|
5111
|
-
compCommon: [y,
|
|
5110
|
+
pageCommon: [y, Si, Ii],
|
|
5111
|
+
compCommon: [y, Si, Ii]
|
|
5112
5112
|
},
|
|
5113
5113
|
events: [
|
|
5114
5114
|
{
|
|
@@ -5220,7 +5220,7 @@ const Ci = {
|
|
|
5220
5220
|
leaf: !0
|
|
5221
5221
|
};
|
|
5222
5222
|
_(Ga);
|
|
5223
|
-
const Ha = B(
|
|
5223
|
+
const Ha = B(j), Ti = {
|
|
5224
5224
|
key: "settings",
|
|
5225
5225
|
name: "x-runtime-lib.settings",
|
|
5226
5226
|
children: [
|
|
@@ -5271,15 +5271,15 @@ const Ha = B(K), Ti = {
|
|
|
5271
5271
|
leaf: !0
|
|
5272
5272
|
};
|
|
5273
5273
|
_(bn);
|
|
5274
|
-
function
|
|
5275
|
-
const
|
|
5276
|
-
if (!
|
|
5277
|
-
console.error(`radioGroupV1/spawn prop tag not found, ${
|
|
5274
|
+
function Ka(t, e) {
|
|
5275
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5276
|
+
if (!o) {
|
|
5277
|
+
console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
|
|
5278
5278
|
return;
|
|
5279
5279
|
}
|
|
5280
|
-
const r = yn.props[
|
|
5280
|
+
const r = yn.props[o];
|
|
5281
5281
|
if (!r) {
|
|
5282
|
-
console.error(`radioGroupV1/spawn props not found, ${
|
|
5282
|
+
console.error(`radioGroupV1/spawn props not found, ${i}`);
|
|
5283
5283
|
return;
|
|
5284
5284
|
}
|
|
5285
5285
|
const s = {};
|
|
@@ -5289,7 +5289,7 @@ function ja(t, e) {
|
|
|
5289
5289
|
Xt(t, e, "option3", "Option 3")
|
|
5290
5290
|
], s.settings.value = "option1", s;
|
|
5291
5291
|
}
|
|
5292
|
-
function Xt(t, e,
|
|
5292
|
+
function Xt(t, e, i, o) {
|
|
5293
5293
|
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5294
5294
|
if (!s) {
|
|
5295
5295
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${r}`);
|
|
@@ -5301,7 +5301,7 @@ function Xt(t, e, o, i) {
|
|
|
5301
5301
|
return;
|
|
5302
5302
|
}
|
|
5303
5303
|
const p = {};
|
|
5304
|
-
return P(p, a), p.basic.id = T(16), p.basic.key = bn.key, p.settings.value =
|
|
5304
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = bn.key, p.settings.value = i, p.settings.label = o, p;
|
|
5305
5305
|
}
|
|
5306
5306
|
const Pi = {
|
|
5307
5307
|
key: "settings",
|
|
@@ -5347,7 +5347,7 @@ const Pi = {
|
|
|
5347
5347
|
}
|
|
5348
5348
|
]
|
|
5349
5349
|
}, yn = {
|
|
5350
|
-
key:
|
|
5350
|
+
key: St,
|
|
5351
5351
|
name: "x-runtime-lib.radioGroup",
|
|
5352
5352
|
comp: wl,
|
|
5353
5353
|
props: {
|
|
@@ -5357,7 +5357,7 @@ const Pi = {
|
|
|
5357
5357
|
events: [],
|
|
5358
5358
|
methods: [],
|
|
5359
5359
|
slots: [],
|
|
5360
|
-
spawn:
|
|
5360
|
+
spawn: Ka
|
|
5361
5361
|
};
|
|
5362
5362
|
_(yn);
|
|
5363
5363
|
const zi = {
|
|
@@ -5477,8 +5477,8 @@ const zi = {
|
|
|
5477
5477
|
]
|
|
5478
5478
|
}
|
|
5479
5479
|
]
|
|
5480
|
-
},
|
|
5481
|
-
key:
|
|
5480
|
+
}, ja = {
|
|
5481
|
+
key: It,
|
|
5482
5482
|
name: "x-runtime-lib.rangeSlider",
|
|
5483
5483
|
comp: Vl,
|
|
5484
5484
|
props: {
|
|
@@ -5490,7 +5490,7 @@ const zi = {
|
|
|
5490
5490
|
slots: [],
|
|
5491
5491
|
leaf: !0
|
|
5492
5492
|
};
|
|
5493
|
-
_(
|
|
5493
|
+
_(ja);
|
|
5494
5494
|
const Ai = {
|
|
5495
5495
|
key: "settings",
|
|
5496
5496
|
name: "x-runtime-lib.settings",
|
|
@@ -5546,7 +5546,7 @@ const Ai = {
|
|
|
5546
5546
|
default: !1
|
|
5547
5547
|
}
|
|
5548
5548
|
]
|
|
5549
|
-
},
|
|
5549
|
+
}, Oa = {
|
|
5550
5550
|
key: Ct,
|
|
5551
5551
|
name: "x-runtime-lib.rating",
|
|
5552
5552
|
comp: $l,
|
|
@@ -5559,7 +5559,7 @@ const Ai = {
|
|
|
5559
5559
|
slots: [],
|
|
5560
5560
|
leaf: !0
|
|
5561
5561
|
};
|
|
5562
|
-
_(
|
|
5562
|
+
_(Oa);
|
|
5563
5563
|
const Li = {
|
|
5564
5564
|
key: "settings",
|
|
5565
5565
|
name: "x-runtime-lib.settings",
|
|
@@ -5601,10 +5601,10 @@ const Li = {
|
|
|
5601
5601
|
default: !1
|
|
5602
5602
|
}
|
|
5603
5603
|
]
|
|
5604
|
-
},
|
|
5604
|
+
}, Ua = {
|
|
5605
5605
|
key: Tt,
|
|
5606
5606
|
name: "x-runtime-lib.select",
|
|
5607
|
-
comp:
|
|
5607
|
+
comp: Sl,
|
|
5608
5608
|
props: {
|
|
5609
5609
|
pageCommon: [y, Li],
|
|
5610
5610
|
compCommon: [y, Li]
|
|
@@ -5614,14 +5614,14 @@ const Li = {
|
|
|
5614
5614
|
slots: [],
|
|
5615
5615
|
leaf: !0
|
|
5616
5616
|
};
|
|
5617
|
-
_(
|
|
5618
|
-
const Fn = B(
|
|
5617
|
+
_(Ua);
|
|
5618
|
+
const Fn = B(j);
|
|
5619
5619
|
Fn.key = "color";
|
|
5620
5620
|
Fn.name = "x-runtime-lib.color";
|
|
5621
|
-
const Gn = B(
|
|
5621
|
+
const Gn = B(j);
|
|
5622
5622
|
Gn.key = "trackColor";
|
|
5623
5623
|
Gn.name = "x-runtime-lib.trackColor";
|
|
5624
|
-
const Hn = B(
|
|
5624
|
+
const Hn = B(j);
|
|
5625
5625
|
Hn.key = "thumbColor";
|
|
5626
5626
|
Hn.name = "x-runtime-lib.thumbColor";
|
|
5627
5627
|
const Bi = {
|
|
@@ -5753,7 +5753,7 @@ const Bi = {
|
|
|
5753
5753
|
}, Xa = {
|
|
5754
5754
|
key: Pt,
|
|
5755
5755
|
name: "x-runtime-lib.slider",
|
|
5756
|
-
comp:
|
|
5756
|
+
comp: Il,
|
|
5757
5757
|
props: {
|
|
5758
5758
|
pageCommon: [y, Bi, Wi],
|
|
5759
5759
|
compCommon: [y, Bi, Wi]
|
|
@@ -5839,28 +5839,28 @@ const Ni = {
|
|
|
5839
5839
|
};
|
|
5840
5840
|
_(vn);
|
|
5841
5841
|
function Ya(t, e) {
|
|
5842
|
-
const
|
|
5843
|
-
if (!
|
|
5844
|
-
console.error(`stepperV1/spawn prop tag not found, ${
|
|
5842
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5843
|
+
if (!o) {
|
|
5844
|
+
console.error(`stepperV1/spawn prop tag not found, ${i}`);
|
|
5845
5845
|
return;
|
|
5846
5846
|
}
|
|
5847
|
-
const r = kn.props[
|
|
5847
|
+
const r = kn.props[o];
|
|
5848
5848
|
if (!r) {
|
|
5849
|
-
console.error(`stepperV1/spawn props not found, ${
|
|
5849
|
+
console.error(`stepperV1/spawn props not found, ${i}`);
|
|
5850
5850
|
return;
|
|
5851
5851
|
}
|
|
5852
5852
|
const s = {};
|
|
5853
5853
|
return P(s, r), s.basic.id = T(16), s.basic.key = kn.key, s.children = [Ja(t, e), Za(t, e)], s;
|
|
5854
5854
|
}
|
|
5855
5855
|
function Ja(t, e) {
|
|
5856
|
-
const
|
|
5857
|
-
if (!
|
|
5858
|
-
console.error(`stepperV1/spawnHeader prop tag not found, ${
|
|
5856
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5857
|
+
if (!o) {
|
|
5858
|
+
console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
|
|
5859
5859
|
return;
|
|
5860
5860
|
}
|
|
5861
|
-
const r = hn.props[
|
|
5861
|
+
const r = hn.props[o];
|
|
5862
5862
|
if (!r) {
|
|
5863
|
-
console.error(`stepperV1/spawnHeader props not found, ${
|
|
5863
|
+
console.error(`stepperV1/spawnHeader props not found, ${i}`);
|
|
5864
5864
|
return;
|
|
5865
5865
|
}
|
|
5866
5866
|
const s = {};
|
|
@@ -5870,29 +5870,29 @@ function Ja(t, e) {
|
|
|
5870
5870
|
Yt(t, e, "step3")
|
|
5871
5871
|
], s;
|
|
5872
5872
|
}
|
|
5873
|
-
function Yt(t, e,
|
|
5874
|
-
const
|
|
5873
|
+
function Yt(t, e, i) {
|
|
5874
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
5875
5875
|
if (!r) {
|
|
5876
|
-
console.error(`stepperV1/spawnItem prop tag not found, ${
|
|
5876
|
+
console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
|
|
5877
5877
|
return;
|
|
5878
5878
|
}
|
|
5879
5879
|
const s = gn.props[r];
|
|
5880
5880
|
if (!s) {
|
|
5881
|
-
console.error(`stepperV1/spawnItem props not found, ${
|
|
5881
|
+
console.error(`stepperV1/spawnItem props not found, ${o}`);
|
|
5882
5882
|
return;
|
|
5883
5883
|
}
|
|
5884
5884
|
const a = {};
|
|
5885
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = gn.key, a.children = [], a.settings.value =
|
|
5885
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = gn.key, a.children = [], a.settings.value = i, a;
|
|
5886
5886
|
}
|
|
5887
5887
|
function Za(t, e) {
|
|
5888
|
-
const
|
|
5889
|
-
if (!
|
|
5890
|
-
console.error(`stepperV1/spawnWindow prop tag not found, ${
|
|
5888
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5889
|
+
if (!o) {
|
|
5890
|
+
console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
|
|
5891
5891
|
return;
|
|
5892
5892
|
}
|
|
5893
|
-
const r = xn.props[
|
|
5893
|
+
const r = xn.props[o];
|
|
5894
5894
|
if (!r) {
|
|
5895
|
-
console.error(`stepperV1/spawnWindow props not found, ${
|
|
5895
|
+
console.error(`stepperV1/spawnWindow props not found, ${i}`);
|
|
5896
5896
|
return;
|
|
5897
5897
|
}
|
|
5898
5898
|
const s = {};
|
|
@@ -5902,7 +5902,7 @@ function Za(t, e) {
|
|
|
5902
5902
|
Jt(t, e, "step3", "step 3")
|
|
5903
5903
|
], s;
|
|
5904
5904
|
}
|
|
5905
|
-
function Jt(t, e,
|
|
5905
|
+
function Jt(t, e, i, o) {
|
|
5906
5906
|
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5907
5907
|
if (!s) {
|
|
5908
5908
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${r}`);
|
|
@@ -5914,23 +5914,23 @@ function Jt(t, e, o, i) {
|
|
|
5914
5914
|
return;
|
|
5915
5915
|
}
|
|
5916
5916
|
const p = {};
|
|
5917
|
-
return P(p, a), p.basic.id = T(16), p.basic.key = vn.key, p.children = [qa(t, e,
|
|
5917
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = vn.key, p.children = [qa(t, e, o)], p.settings.value = i, p;
|
|
5918
5918
|
}
|
|
5919
|
-
function qa(t, e,
|
|
5920
|
-
const
|
|
5919
|
+
function qa(t, e, i) {
|
|
5920
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
5921
5921
|
if (!r) {
|
|
5922
|
-
console.error(`stepperV1/spawnCard prop tag not found, ${
|
|
5922
|
+
console.error(`stepperV1/spawnCard prop tag not found, ${o}`);
|
|
5923
5923
|
return;
|
|
5924
5924
|
}
|
|
5925
5925
|
const s = ze.props[r];
|
|
5926
5926
|
if (!s) {
|
|
5927
|
-
console.error(`stepperV1/spawnCard props not found, ${
|
|
5927
|
+
console.error(`stepperV1/spawnCard props not found, ${o}`);
|
|
5928
5928
|
return;
|
|
5929
5929
|
}
|
|
5930
5930
|
const a = {};
|
|
5931
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = ze.key, a.children = [], a.settings.title =
|
|
5931
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = ze.key, a.children = [], a.settings.title = i, a;
|
|
5932
5932
|
}
|
|
5933
|
-
const
|
|
5933
|
+
const Mi = {
|
|
5934
5934
|
key: "settings",
|
|
5935
5935
|
name: "x-runtime-lib.settings",
|
|
5936
5936
|
children: [
|
|
@@ -5952,8 +5952,8 @@ const Ri = {
|
|
|
5952
5952
|
name: "x-runtime-lib.stepper",
|
|
5953
5953
|
comp: Cl,
|
|
5954
5954
|
props: {
|
|
5955
|
-
pageCommon: [y,
|
|
5956
|
-
compCommon: [y,
|
|
5955
|
+
pageCommon: [y, Mi],
|
|
5956
|
+
compCommon: [y, Mi]
|
|
5957
5957
|
},
|
|
5958
5958
|
events: [],
|
|
5959
5959
|
methods: [],
|
|
@@ -5975,7 +5975,7 @@ const Qa = {
|
|
|
5975
5975
|
leaf: !0
|
|
5976
5976
|
};
|
|
5977
5977
|
_(Qa);
|
|
5978
|
-
const
|
|
5978
|
+
const Ri = {
|
|
5979
5979
|
key: "settings",
|
|
5980
5980
|
name: "x-runtime-lib.settings",
|
|
5981
5981
|
children: [
|
|
@@ -5995,10 +5995,10 @@ const Di = {
|
|
|
5995
5995
|
}, _n = {
|
|
5996
5996
|
key: vo,
|
|
5997
5997
|
name: "x-runtime-lib.tab",
|
|
5998
|
-
comp:
|
|
5998
|
+
comp: Ml,
|
|
5999
5999
|
props: {
|
|
6000
|
-
pageCommon: [y,
|
|
6001
|
-
compCommon: [y,
|
|
6000
|
+
pageCommon: [y, Ri],
|
|
6001
|
+
compCommon: [y, Ri]
|
|
6002
6002
|
},
|
|
6003
6003
|
events: [],
|
|
6004
6004
|
methods: [],
|
|
@@ -6007,14 +6007,14 @@ const Di = {
|
|
|
6007
6007
|
};
|
|
6008
6008
|
_(_n);
|
|
6009
6009
|
function eu(t, e) {
|
|
6010
|
-
const
|
|
6011
|
-
if (!
|
|
6012
|
-
console.error(`tabsV1/spawn prop tag not found, ${
|
|
6010
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6011
|
+
if (!o) {
|
|
6012
|
+
console.error(`tabsV1/spawn prop tag not found, ${i}`);
|
|
6013
6013
|
return;
|
|
6014
6014
|
}
|
|
6015
|
-
const r = wn.props[
|
|
6015
|
+
const r = wn.props[o];
|
|
6016
6016
|
if (!r) {
|
|
6017
|
-
console.error(`tabsV1/spawn props not found, ${
|
|
6017
|
+
console.error(`tabsV1/spawn props not found, ${i}`);
|
|
6018
6018
|
return;
|
|
6019
6019
|
}
|
|
6020
6020
|
const s = {};
|
|
@@ -6024,7 +6024,7 @@ function eu(t, e) {
|
|
|
6024
6024
|
Zt(t, e, "tab3", "tab 3")
|
|
6025
6025
|
], s;
|
|
6026
6026
|
}
|
|
6027
|
-
function Zt(t, e,
|
|
6027
|
+
function Zt(t, e, i, o) {
|
|
6028
6028
|
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6029
6029
|
if (!s) {
|
|
6030
6030
|
console.error(`tabsV1/spawnTab prop tag not found, ${r}`);
|
|
@@ -6036,18 +6036,18 @@ function Zt(t, e, o, i) {
|
|
|
6036
6036
|
return;
|
|
6037
6037
|
}
|
|
6038
6038
|
const p = {};
|
|
6039
|
-
return P(p, a), p.basic.id = T(16), p.basic.key = _n.key, p.settings.value =
|
|
6039
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = _n.key, p.settings.value = i, p.settings.text = o, p;
|
|
6040
6040
|
}
|
|
6041
|
-
const
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
const
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
const
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
const
|
|
6041
|
+
const Kn = B(j);
|
|
6042
|
+
Kn.key = "backgroundColor";
|
|
6043
|
+
Kn.name = "x-runtime-lib.backgroundColor";
|
|
6044
|
+
const jn = B(j);
|
|
6045
|
+
jn.key = "selectedColor";
|
|
6046
|
+
jn.name = "x-runtime-lib.selectedColor";
|
|
6047
|
+
const On = B(j);
|
|
6048
|
+
On.key = "sliderColor";
|
|
6049
|
+
On.name = "x-runtime-lib.sliderColor";
|
|
6050
|
+
const Di = {
|
|
6051
6051
|
key: "settings",
|
|
6052
6052
|
name: "x-runtime-lib.settings",
|
|
6053
6053
|
children: [
|
|
@@ -6123,16 +6123,16 @@ const Mi = {
|
|
|
6123
6123
|
{
|
|
6124
6124
|
key: "color",
|
|
6125
6125
|
name: "x-runtime-lib.color",
|
|
6126
|
-
children: [
|
|
6126
|
+
children: [Kn, jn, On]
|
|
6127
6127
|
}
|
|
6128
6128
|
]
|
|
6129
6129
|
}, wn = {
|
|
6130
6130
|
key: Wt,
|
|
6131
6131
|
name: "x-runtime-lib.tabs",
|
|
6132
|
-
comp:
|
|
6132
|
+
comp: Rl,
|
|
6133
6133
|
props: {
|
|
6134
|
-
pageCommon: [y,
|
|
6135
|
-
compCommon: [y,
|
|
6134
|
+
pageCommon: [y, Di],
|
|
6135
|
+
compCommon: [y, Di]
|
|
6136
6136
|
},
|
|
6137
6137
|
events: [],
|
|
6138
6138
|
methods: [],
|
|
@@ -6141,14 +6141,14 @@ const Mi = {
|
|
|
6141
6141
|
};
|
|
6142
6142
|
_(wn);
|
|
6143
6143
|
function tu(t, e) {
|
|
6144
|
-
const
|
|
6145
|
-
if (!
|
|
6146
|
-
console.error(`textV1/spawn prop tag not found, ${
|
|
6144
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6145
|
+
if (!o) {
|
|
6146
|
+
console.error(`textV1/spawn prop tag not found, ${i}`);
|
|
6147
6147
|
return;
|
|
6148
6148
|
}
|
|
6149
|
-
const r = be.props[
|
|
6149
|
+
const r = be.props[o];
|
|
6150
6150
|
if (!r) {
|
|
6151
|
-
console.error(`textV1/spawn props not found, ${
|
|
6151
|
+
console.error(`textV1/spawn props not found, ${i}`);
|
|
6152
6152
|
return;
|
|
6153
6153
|
}
|
|
6154
6154
|
const s = {};
|
|
@@ -6243,7 +6243,7 @@ const Fi = {
|
|
|
6243
6243
|
}, be = {
|
|
6244
6244
|
key: Et,
|
|
6245
6245
|
name: "x-runtime-lib.text",
|
|
6246
|
-
comp:
|
|
6246
|
+
comp: Dl,
|
|
6247
6247
|
props: {
|
|
6248
6248
|
pageCommon: [y, Fi],
|
|
6249
6249
|
compCommon: [y, Fi]
|
|
@@ -6256,14 +6256,14 @@ const Fi = {
|
|
|
6256
6256
|
};
|
|
6257
6257
|
_(be);
|
|
6258
6258
|
function nu(t, e) {
|
|
6259
|
-
const
|
|
6260
|
-
if (!
|
|
6261
|
-
console.error(`textareaV1/spawn prop tag not found, ${
|
|
6259
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6260
|
+
if (!o) {
|
|
6261
|
+
console.error(`textareaV1/spawn prop tag not found, ${i}`);
|
|
6262
6262
|
return;
|
|
6263
6263
|
}
|
|
6264
|
-
const r = Vn.props[
|
|
6264
|
+
const r = Vn.props[o];
|
|
6265
6265
|
if (!r) {
|
|
6266
|
-
console.error(`textareaV1/spawn props not found, ${
|
|
6266
|
+
console.error(`textareaV1/spawn props not found, ${i}`);
|
|
6267
6267
|
return;
|
|
6268
6268
|
}
|
|
6269
6269
|
const s = {};
|
|
@@ -6358,7 +6358,7 @@ _(Vn);
|
|
|
6358
6358
|
const $n = {
|
|
6359
6359
|
key: ko,
|
|
6360
6360
|
name: "x-runtime-lib.timelineItem",
|
|
6361
|
-
comp:
|
|
6361
|
+
comp: Ol,
|
|
6362
6362
|
props: {
|
|
6363
6363
|
pageCommon: [y],
|
|
6364
6364
|
compCommon: [y]
|
|
@@ -6369,52 +6369,52 @@ const $n = {
|
|
|
6369
6369
|
};
|
|
6370
6370
|
_($n);
|
|
6371
6371
|
function iu(t, e) {
|
|
6372
|
-
const
|
|
6373
|
-
if (!
|
|
6374
|
-
console.error(`timelineV1/spawn prop tag not found, ${
|
|
6372
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6373
|
+
if (!o) {
|
|
6374
|
+
console.error(`timelineV1/spawn prop tag not found, ${i}`);
|
|
6375
6375
|
return;
|
|
6376
6376
|
}
|
|
6377
|
-
const r =
|
|
6377
|
+
const r = Sn.props[o];
|
|
6378
6378
|
if (!r) {
|
|
6379
|
-
console.error(`timelineV1/spawn props not found, ${
|
|
6379
|
+
console.error(`timelineV1/spawn props not found, ${i}`);
|
|
6380
6380
|
return;
|
|
6381
6381
|
}
|
|
6382
6382
|
const s = {};
|
|
6383
|
-
return P(s, r), s.basic.id = T(16), s.basic.key =
|
|
6383
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Sn.key, s.children = [
|
|
6384
6384
|
qt(t, e, "timeline 1"),
|
|
6385
6385
|
qt(t, e, "timeline 2"),
|
|
6386
6386
|
qt(t, e, "timeline 3")
|
|
6387
6387
|
], s;
|
|
6388
6388
|
}
|
|
6389
|
-
function qt(t, e,
|
|
6390
|
-
const
|
|
6389
|
+
function qt(t, e, i) {
|
|
6390
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6391
6391
|
if (!r) {
|
|
6392
|
-
console.error(`timelineV1/spawnEntry prop tag not found, ${
|
|
6392
|
+
console.error(`timelineV1/spawnEntry prop tag not found, ${o}`);
|
|
6393
6393
|
return;
|
|
6394
6394
|
}
|
|
6395
6395
|
const s = $n.props[r];
|
|
6396
6396
|
if (!s) {
|
|
6397
|
-
console.error(`timelineV1/spawnEntry props not found, ${
|
|
6397
|
+
console.error(`timelineV1/spawnEntry props not found, ${o}`);
|
|
6398
6398
|
return;
|
|
6399
6399
|
}
|
|
6400
6400
|
const a = {};
|
|
6401
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = $n.key, a.children = [ou(t, e,
|
|
6401
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = $n.key, a.children = [ou(t, e, i)], a;
|
|
6402
6402
|
}
|
|
6403
|
-
function ou(t, e,
|
|
6404
|
-
const
|
|
6403
|
+
function ou(t, e, i) {
|
|
6404
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6405
6405
|
if (!r) {
|
|
6406
|
-
console.error(`timelineV1/spawnText prop tag not found, ${
|
|
6406
|
+
console.error(`timelineV1/spawnText prop tag not found, ${o}`);
|
|
6407
6407
|
return;
|
|
6408
6408
|
}
|
|
6409
6409
|
const s = be.props[r];
|
|
6410
6410
|
if (!s) {
|
|
6411
|
-
console.error(`timelineV1/spawnText props not found, ${
|
|
6411
|
+
console.error(`timelineV1/spawnText props not found, ${o}`);
|
|
6412
6412
|
return;
|
|
6413
6413
|
}
|
|
6414
6414
|
const a = {};
|
|
6415
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text =
|
|
6415
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a;
|
|
6416
6416
|
}
|
|
6417
|
-
const su = B(
|
|
6417
|
+
const su = B(j), ru = B(j), Hi = {
|
|
6418
6418
|
key: "settings",
|
|
6419
6419
|
name: "x-runtime-lib.settings",
|
|
6420
6420
|
children: [
|
|
@@ -6492,8 +6492,8 @@ const su = B(K), ru = B(K), Hi = {
|
|
|
6492
6492
|
]
|
|
6493
6493
|
}
|
|
6494
6494
|
]
|
|
6495
|
-
},
|
|
6496
|
-
key:
|
|
6495
|
+
}, Sn = {
|
|
6496
|
+
key: Rt,
|
|
6497
6497
|
name: "x-runtime-lib.timeline",
|
|
6498
6498
|
comp: Hl,
|
|
6499
6499
|
props: {
|
|
@@ -6505,8 +6505,8 @@ const su = B(K), ru = B(K), Hi = {
|
|
|
6505
6505
|
slots: [],
|
|
6506
6506
|
spawn: iu
|
|
6507
6507
|
};
|
|
6508
|
-
_(
|
|
6509
|
-
const
|
|
6508
|
+
_(Sn);
|
|
6509
|
+
const In = {
|
|
6510
6510
|
key: _o,
|
|
6511
6511
|
name: "x-runtime-lib.windowItem",
|
|
6512
6512
|
comp: Jl,
|
|
@@ -6518,16 +6518,16 @@ const Sn = {
|
|
|
6518
6518
|
methods: [],
|
|
6519
6519
|
slots: []
|
|
6520
6520
|
};
|
|
6521
|
-
_(
|
|
6521
|
+
_(In);
|
|
6522
6522
|
function lu(t, e) {
|
|
6523
|
-
const
|
|
6524
|
-
if (!
|
|
6525
|
-
console.error(`windowV1/spawn prop tag not found, ${
|
|
6523
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6524
|
+
if (!o) {
|
|
6525
|
+
console.error(`windowV1/spawn prop tag not found, ${i}`);
|
|
6526
6526
|
return;
|
|
6527
6527
|
}
|
|
6528
|
-
const r = Cn.props[
|
|
6528
|
+
const r = Cn.props[o];
|
|
6529
6529
|
if (!r) {
|
|
6530
|
-
console.error(`windowV1/spawn props not found, ${
|
|
6530
|
+
console.error(`windowV1/spawn props not found, ${i}`);
|
|
6531
6531
|
return;
|
|
6532
6532
|
}
|
|
6533
6533
|
const s = {};
|
|
@@ -6537,49 +6537,49 @@ function lu(t, e) {
|
|
|
6537
6537
|
Qt(t, e, "window 3")
|
|
6538
6538
|
], s;
|
|
6539
6539
|
}
|
|
6540
|
-
function Qt(t, e,
|
|
6541
|
-
const
|
|
6540
|
+
function Qt(t, e, i) {
|
|
6541
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6542
6542
|
if (!r) {
|
|
6543
|
-
console.error(`windowV1/spawnEntry prop tag not found, ${
|
|
6543
|
+
console.error(`windowV1/spawnEntry prop tag not found, ${o}`);
|
|
6544
6544
|
return;
|
|
6545
6545
|
}
|
|
6546
|
-
const s =
|
|
6546
|
+
const s = In.props[r];
|
|
6547
6547
|
if (!s) {
|
|
6548
|
-
console.error(`windowV1/spawnEntry props not found, ${
|
|
6548
|
+
console.error(`windowV1/spawnEntry props not found, ${o}`);
|
|
6549
6549
|
return;
|
|
6550
6550
|
}
|
|
6551
6551
|
const a = {};
|
|
6552
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6552
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = In.key, a.children = [au(t, e, i)], a;
|
|
6553
6553
|
}
|
|
6554
|
-
function au(t, e,
|
|
6555
|
-
const
|
|
6554
|
+
function au(t, e, i) {
|
|
6555
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6556
6556
|
if (!r) {
|
|
6557
|
-
console.error(`windowV1/spawnFlexLayout prop tag not found, ${
|
|
6557
|
+
console.error(`windowV1/spawnFlexLayout prop tag not found, ${o}`);
|
|
6558
6558
|
return;
|
|
6559
6559
|
}
|
|
6560
6560
|
const s = Ae.props[r];
|
|
6561
6561
|
if (!s) {
|
|
6562
|
-
console.error(`windowV1/spawnFlexLayout props not found, ${
|
|
6562
|
+
console.error(`windowV1/spawnFlexLayout props not found, ${o}`);
|
|
6563
6563
|
return;
|
|
6564
6564
|
}
|
|
6565
6565
|
const a = {};
|
|
6566
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Ae.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [uu(t, e,
|
|
6566
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Ae.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [uu(t, e, i)], a;
|
|
6567
6567
|
}
|
|
6568
|
-
function uu(t, e,
|
|
6569
|
-
const
|
|
6568
|
+
function uu(t, e, i) {
|
|
6569
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6570
6570
|
if (!r) {
|
|
6571
|
-
console.error(`windowV1/spawnText prop tag not found, ${
|
|
6571
|
+
console.error(`windowV1/spawnText prop tag not found, ${o}`);
|
|
6572
6572
|
return;
|
|
6573
6573
|
}
|
|
6574
6574
|
const s = be.props[r];
|
|
6575
6575
|
if (!s) {
|
|
6576
|
-
console.error(`windowV1/spawnText props not found, ${
|
|
6576
|
+
console.error(`windowV1/spawnText props not found, ${o}`);
|
|
6577
6577
|
return;
|
|
6578
6578
|
}
|
|
6579
6579
|
const a = {};
|
|
6580
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text =
|
|
6580
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6581
6581
|
}
|
|
6582
|
-
const
|
|
6582
|
+
const Ki = {
|
|
6583
6583
|
key: "settings",
|
|
6584
6584
|
name: "x-runtime-lib.settings",
|
|
6585
6585
|
children: [
|
|
@@ -6628,12 +6628,12 @@ const ji = {
|
|
|
6628
6628
|
}
|
|
6629
6629
|
]
|
|
6630
6630
|
}, Cn = {
|
|
6631
|
-
key:
|
|
6631
|
+
key: Dt,
|
|
6632
6632
|
name: "x-runtime-lib.window",
|
|
6633
|
-
comp:
|
|
6633
|
+
comp: Ul,
|
|
6634
6634
|
props: {
|
|
6635
|
-
pageCommon: [y,
|
|
6636
|
-
compCommon: [y,
|
|
6635
|
+
pageCommon: [y, Ki],
|
|
6636
|
+
compCommon: [y, Ki]
|
|
6637
6637
|
},
|
|
6638
6638
|
events: [],
|
|
6639
6639
|
methods: [],
|
|
@@ -6734,13 +6734,13 @@ const cu = [
|
|
|
6734
6734
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6735
6735
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6736
6736
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6737
|
-
],
|
|
6737
|
+
], Su = [
|
|
6738
6738
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6739
6739
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6740
6740
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6741
6741
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6742
6742
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6743
|
-
],
|
|
6743
|
+
], Iu = [
|
|
6744
6744
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6745
6745
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6746
6746
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
@@ -6808,8 +6808,8 @@ const cu = [
|
|
|
6808
6808
|
showTicksItemsV1: wu,
|
|
6809
6809
|
sizeItemsV1: Vu,
|
|
6810
6810
|
textAlignItemsV1: $u,
|
|
6811
|
-
textDecorationItemsV1:
|
|
6812
|
-
textEmphasisItemsV1:
|
|
6811
|
+
textDecorationItemsV1: Su,
|
|
6812
|
+
textEmphasisItemsV1: Iu,
|
|
6813
6813
|
textStyleItemsV1: Cu,
|
|
6814
6814
|
themeColorItemsV1: Tu,
|
|
6815
6815
|
thumbLabelItemsV1: Pu,
|
|
@@ -6850,7 +6850,7 @@ const cu = [
|
|
|
6850
6850
|
title: "x-runtime-lib.pixel",
|
|
6851
6851
|
value: "pixel",
|
|
6852
6852
|
ui: "pixelInput",
|
|
6853
|
-
validator:
|
|
6853
|
+
validator: je,
|
|
6854
6854
|
default: "0px",
|
|
6855
6855
|
precision: 0,
|
|
6856
6856
|
min: 0,
|
|
@@ -6879,7 +6879,7 @@ const cu = [
|
|
|
6879
6879
|
validator: (t) => t === "right",
|
|
6880
6880
|
default: "right"
|
|
6881
6881
|
}
|
|
6882
|
-
],
|
|
6882
|
+
], Mu = [
|
|
6883
6883
|
{
|
|
6884
6884
|
title: "x-runtime-lib.notSet",
|
|
6885
6885
|
value: "",
|
|
@@ -6898,7 +6898,7 @@ const cu = [
|
|
|
6898
6898
|
title: "x-runtime-lib.pixel",
|
|
6899
6899
|
value: "pixel",
|
|
6900
6900
|
ui: "pixelInput",
|
|
6901
|
-
validator:
|
|
6901
|
+
validator: je,
|
|
6902
6902
|
default: "0px"
|
|
6903
6903
|
},
|
|
6904
6904
|
{
|
|
@@ -6909,7 +6909,7 @@ const cu = [
|
|
|
6909
6909
|
precision: 6,
|
|
6910
6910
|
default: "0%"
|
|
6911
6911
|
}
|
|
6912
|
-
],
|
|
6912
|
+
], Ru = [
|
|
6913
6913
|
{
|
|
6914
6914
|
title: "x-runtime-lib.notSet",
|
|
6915
6915
|
value: "",
|
|
@@ -6921,7 +6921,7 @@ const cu = [
|
|
|
6921
6921
|
title: "x-runtime-lib.pixel",
|
|
6922
6922
|
value: "pixel",
|
|
6923
6923
|
ui: "pixelInput",
|
|
6924
|
-
validator:
|
|
6924
|
+
validator: je,
|
|
6925
6925
|
min: 0,
|
|
6926
6926
|
default: "0px"
|
|
6927
6927
|
},
|
|
@@ -6934,7 +6934,7 @@ const cu = [
|
|
|
6934
6934
|
min: 0,
|
|
6935
6935
|
default: "0%"
|
|
6936
6936
|
}
|
|
6937
|
-
],
|
|
6937
|
+
], Du = [
|
|
6938
6938
|
{
|
|
6939
6939
|
title: "x-runtime-lib.notSet",
|
|
6940
6940
|
value: "",
|
|
@@ -6946,7 +6946,7 @@ const cu = [
|
|
|
6946
6946
|
title: "x-runtime-lib.pixel",
|
|
6947
6947
|
value: "pixel",
|
|
6948
6948
|
ui: "pixelInput",
|
|
6949
|
-
validator:
|
|
6949
|
+
validator: je,
|
|
6950
6950
|
min: 0,
|
|
6951
6951
|
default: "0px"
|
|
6952
6952
|
},
|
|
@@ -7014,12 +7014,12 @@ const cu = [
|
|
|
7014
7014
|
__proto__: null,
|
|
7015
7015
|
borderWidthTypesV1: Eu,
|
|
7016
7016
|
leftRightTypesV1: Nu,
|
|
7017
|
-
marginTypesV1:
|
|
7018
|
-
paddingTypesV1:
|
|
7019
|
-
sizeTypesV1:
|
|
7017
|
+
marginTypesV1: Mu,
|
|
7018
|
+
paddingTypesV1: Ru,
|
|
7019
|
+
sizeTypesV1: Du,
|
|
7020
7020
|
tableColumnAlignTypesV1: Fu,
|
|
7021
7021
|
topBottomTypesV1: Gu
|
|
7022
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7022
|
+
}, Symbol.toStringTag, { value: "Module" })), Ku = [
|
|
7023
7023
|
{
|
|
7024
7024
|
key: "containment",
|
|
7025
7025
|
name: "x-runtime-lib.containment",
|
|
@@ -7044,23 +7044,23 @@ const cu = [
|
|
|
7044
7044
|
items: [
|
|
7045
7045
|
pt,
|
|
7046
7046
|
Et,
|
|
7047
|
-
|
|
7047
|
+
Mt,
|
|
7048
7048
|
Nt,
|
|
7049
7049
|
vt,
|
|
7050
7050
|
Tt,
|
|
7051
7051
|
ot,
|
|
7052
7052
|
Bt,
|
|
7053
|
-
|
|
7053
|
+
St,
|
|
7054
7054
|
et,
|
|
7055
7055
|
Pt,
|
|
7056
|
-
|
|
7056
|
+
It,
|
|
7057
7057
|
ct
|
|
7058
7058
|
]
|
|
7059
7059
|
},
|
|
7060
7060
|
{
|
|
7061
7061
|
key: "dataDisplay",
|
|
7062
7062
|
name: "x-runtime-lib.dataDisplay",
|
|
7063
|
-
items: [
|
|
7063
|
+
items: [Mn, rt, Xe, yt]
|
|
7064
7064
|
},
|
|
7065
7065
|
{
|
|
7066
7066
|
key: "selection",
|
|
@@ -7070,13 +7070,13 @@ const cu = [
|
|
|
7070
7070
|
Ze,
|
|
7071
7071
|
nt,
|
|
7072
7072
|
Lt,
|
|
7073
|
-
|
|
7073
|
+
Dt
|
|
7074
7074
|
]
|
|
7075
7075
|
},
|
|
7076
7076
|
{
|
|
7077
7077
|
key: "feedback",
|
|
7078
7078
|
name: "x-runtime-lib.feedback",
|
|
7079
|
-
items: [
|
|
7079
|
+
items: [Ue, Ct, Rt]
|
|
7080
7080
|
},
|
|
7081
7081
|
{
|
|
7082
7082
|
key: "imagesAndIcons",
|
|
@@ -7091,9 +7091,9 @@ const cu = [
|
|
|
7091
7091
|
{
|
|
7092
7092
|
key: "dynamic",
|
|
7093
7093
|
name: "x-runtime-lib.dynamic",
|
|
7094
|
-
items: [
|
|
7094
|
+
items: [Re, En, Nn]
|
|
7095
7095
|
}
|
|
7096
|
-
],
|
|
7096
|
+
], ju = [
|
|
7097
7097
|
{
|
|
7098
7098
|
key: "objects",
|
|
7099
7099
|
name: "x-runtime-lib.objects",
|
|
@@ -7108,7 +7108,7 @@ const cu = [
|
|
|
7108
7108
|
key: "lights",
|
|
7109
7109
|
name: "x-runtime-lib.lights",
|
|
7110
7110
|
items: [
|
|
7111
|
-
|
|
7111
|
+
Oe,
|
|
7112
7112
|
ut,
|
|
7113
7113
|
$t,
|
|
7114
7114
|
At
|
|
@@ -7124,7 +7124,7 @@ const cu = [
|
|
|
7124
7124
|
name: "x-runtime-lib.controls",
|
|
7125
7125
|
items: [kt, ht, bt]
|
|
7126
7126
|
}
|
|
7127
|
-
],
|
|
7127
|
+
], Ou = [
|
|
7128
7128
|
{
|
|
7129
7129
|
key: "containment",
|
|
7130
7130
|
name: "x-runtime-lib.containment",
|
|
@@ -7149,23 +7149,23 @@ const cu = [
|
|
|
7149
7149
|
items: [
|
|
7150
7150
|
pt,
|
|
7151
7151
|
Et,
|
|
7152
|
-
|
|
7152
|
+
Mt,
|
|
7153
7153
|
Nt,
|
|
7154
7154
|
vt,
|
|
7155
7155
|
Tt,
|
|
7156
7156
|
ot,
|
|
7157
7157
|
Bt,
|
|
7158
|
-
|
|
7158
|
+
St,
|
|
7159
7159
|
et,
|
|
7160
7160
|
Pt,
|
|
7161
|
-
|
|
7161
|
+
It,
|
|
7162
7162
|
ct
|
|
7163
7163
|
]
|
|
7164
7164
|
},
|
|
7165
7165
|
{
|
|
7166
7166
|
key: "dataDisplay",
|
|
7167
7167
|
name: "x-runtime-lib.dataDisplay",
|
|
7168
|
-
items: [
|
|
7168
|
+
items: [Mn, rt, Xe, yt]
|
|
7169
7169
|
},
|
|
7170
7170
|
{
|
|
7171
7171
|
key: "selection",
|
|
@@ -7175,13 +7175,13 @@ const cu = [
|
|
|
7175
7175
|
Ze,
|
|
7176
7176
|
nt,
|
|
7177
7177
|
Lt,
|
|
7178
|
-
|
|
7178
|
+
Dt
|
|
7179
7179
|
]
|
|
7180
7180
|
},
|
|
7181
7181
|
{
|
|
7182
7182
|
key: "feedback",
|
|
7183
7183
|
name: "x-runtime-lib.feedback",
|
|
7184
|
-
items: [
|
|
7184
|
+
items: [Ue, Ct, Rt]
|
|
7185
7185
|
},
|
|
7186
7186
|
{
|
|
7187
7187
|
key: "imagesAndIcons",
|
|
@@ -7196,9 +7196,9 @@ const cu = [
|
|
|
7196
7196
|
{
|
|
7197
7197
|
key: "dynamic",
|
|
7198
7198
|
name: "x-runtime-lib.dynamic",
|
|
7199
|
-
items: [
|
|
7199
|
+
items: [Re, En, Nn]
|
|
7200
7200
|
}
|
|
7201
|
-
],
|
|
7201
|
+
], Uu = [
|
|
7202
7202
|
{
|
|
7203
7203
|
key: "objects",
|
|
7204
7204
|
name: "x-runtime-lib.objects",
|
|
@@ -7213,7 +7213,7 @@ const cu = [
|
|
|
7213
7213
|
key: "lights",
|
|
7214
7214
|
name: "x-runtime-lib.lights",
|
|
7215
7215
|
items: [
|
|
7216
|
-
|
|
7216
|
+
Oe,
|
|
7217
7217
|
ut,
|
|
7218
7218
|
$t,
|
|
7219
7219
|
At
|
|
@@ -7232,12 +7232,12 @@ const cu = [
|
|
|
7232
7232
|
], Xu = {
|
|
7233
7233
|
version: "v1",
|
|
7234
7234
|
globalityKey: en,
|
|
7235
|
-
refKey:
|
|
7235
|
+
refKey: Re,
|
|
7236
7236
|
items: { ...Wu },
|
|
7237
7237
|
types: { ...Hu },
|
|
7238
7238
|
elements: /* @__PURE__ */ new Set([
|
|
7239
|
-
Ue,
|
|
7240
7239
|
Oe,
|
|
7240
|
+
Ue,
|
|
7241
7241
|
Xe,
|
|
7242
7242
|
Ye,
|
|
7243
7243
|
Wn,
|
|
@@ -7275,12 +7275,12 @@ const cu = [
|
|
|
7275
7275
|
Vt,
|
|
7276
7276
|
$t,
|
|
7277
7277
|
bo,
|
|
7278
|
-
It,
|
|
7279
7278
|
St,
|
|
7279
|
+
It,
|
|
7280
7280
|
Ct,
|
|
7281
7281
|
Nn,
|
|
7282
7282
|
Tt,
|
|
7283
|
-
|
|
7283
|
+
Re,
|
|
7284
7284
|
Pt,
|
|
7285
7285
|
zt,
|
|
7286
7286
|
At,
|
|
@@ -7291,26 +7291,26 @@ const cu = [
|
|
|
7291
7291
|
xo,
|
|
7292
7292
|
Bt,
|
|
7293
7293
|
vo,
|
|
7294
|
-
|
|
7294
|
+
Mn,
|
|
7295
7295
|
Wt,
|
|
7296
7296
|
Et,
|
|
7297
7297
|
Nt,
|
|
7298
|
+
Mt,
|
|
7298
7299
|
Rt,
|
|
7299
|
-
Dt,
|
|
7300
7300
|
ko,
|
|
7301
|
-
|
|
7301
|
+
Dt,
|
|
7302
7302
|
_o
|
|
7303
7303
|
]),
|
|
7304
7304
|
groups: {
|
|
7305
|
-
pageCommon:
|
|
7306
|
-
pageScene:
|
|
7307
|
-
compCommon:
|
|
7308
|
-
compScene:
|
|
7305
|
+
pageCommon: Ou,
|
|
7306
|
+
pageScene: Uu,
|
|
7307
|
+
compCommon: Ku,
|
|
7308
|
+
compScene: ju
|
|
7309
7309
|
}
|
|
7310
7310
|
}, wo = {
|
|
7311
7311
|
v1: Xu
|
|
7312
|
-
},
|
|
7313
|
-
function
|
|
7312
|
+
}, Cc = ["string", "number", "boolean", "array", "object"];
|
|
7313
|
+
function Tc(t) {
|
|
7314
7314
|
switch (t) {
|
|
7315
7315
|
case "string":
|
|
7316
7316
|
return "#5ba58c";
|
|
@@ -7324,69 +7324,81 @@ function Ic(t) {
|
|
|
7324
7324
|
return "#80a55b";
|
|
7325
7325
|
}
|
|
7326
7326
|
}
|
|
7327
|
-
function
|
|
7327
|
+
function Pc(t, e, i, o, r) {
|
|
7328
7328
|
let s = t;
|
|
7329
7329
|
for (let p = 0; p < e.length; p++)
|
|
7330
7330
|
if (s = s.children[e[p]], !s) {
|
|
7331
7331
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
7332
7332
|
return;
|
|
7333
7333
|
}
|
|
7334
|
-
let a = s.children[
|
|
7335
|
-
a ? a.dataSeq !==
|
|
7336
|
-
dataSeq:
|
|
7334
|
+
let a = s.children[i];
|
|
7335
|
+
a ? a.dataSeq !== o && (a = {
|
|
7336
|
+
dataSeq: o,
|
|
7337
7337
|
data: B(r),
|
|
7338
7338
|
children: {}
|
|
7339
7339
|
}) : (a = {
|
|
7340
|
-
dataSeq:
|
|
7340
|
+
dataSeq: o,
|
|
7341
7341
|
data: B(r),
|
|
7342
7342
|
children: {}
|
|
7343
|
-
}, s.children[
|
|
7343
|
+
}, s.children[i] = a);
|
|
7344
7344
|
}
|
|
7345
7345
|
const Yu = ["common", "scene"], Ju = ["common", "scene"];
|
|
7346
|
-
function
|
|
7347
|
-
|
|
7348
|
-
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7352
|
-
|
|
7353
|
-
|
|
7354
|
-
|
|
7355
|
-
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
}
|
|
7346
|
+
function Zu(t) {
|
|
7347
|
+
return t === "elementProperty" || t === "elementSlotProperty";
|
|
7348
|
+
}
|
|
7349
|
+
function zc(t, e) {
|
|
7350
|
+
const { i18n: i } = ke;
|
|
7351
|
+
let o = "";
|
|
7352
|
+
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));
|
|
7353
|
+
let r = o;
|
|
7354
|
+
return t.forEach((s, a) => {
|
|
7355
|
+
a > 0 && (r += " - "), Zu(e) ? r += i.global.t(s) : r += s;
|
|
7356
|
+
}), r;
|
|
7357
|
+
}
|
|
7358
|
+
function Ac(t, e) {
|
|
7359
|
+
return `${t}@${e}`;
|
|
7360
7360
|
}
|
|
7361
|
-
function
|
|
7362
|
-
const
|
|
7363
|
-
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7361
|
+
function Lc(t) {
|
|
7362
|
+
const e = t.indexOf("@");
|
|
7363
|
+
return e < 0 ? (console.assert(!1), ["elementProperty", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
7364
|
+
}
|
|
7365
|
+
function qu(t) {
|
|
7366
|
+
return t === "elementMethod" || "elementSlotMethod";
|
|
7367
|
+
}
|
|
7368
|
+
function Bc(t, e) {
|
|
7369
|
+
const { i18n: i } = ke;
|
|
7370
|
+
let o = "";
|
|
7371
|
+
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));
|
|
7372
|
+
let r = o;
|
|
7373
|
+
return t.forEach((s, a) => {
|
|
7374
|
+
a > 0 && (r += " - "), qu(e) ? r += i.global.t(s) : r += s;
|
|
7375
|
+
}), r;
|
|
7376
|
+
}
|
|
7377
|
+
function Wc(t, e) {
|
|
7378
|
+
return `${t}@${e}`;
|
|
7379
|
+
}
|
|
7380
|
+
function Ec(t) {
|
|
7381
|
+
const e = t.indexOf("@");
|
|
7382
|
+
return e < 0 ? (console.assert(!1), ["elementMethod", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
7383
|
+
}
|
|
7384
|
+
function Qu(t) {
|
|
7385
|
+
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
7375
7386
|
}
|
|
7376
|
-
function
|
|
7377
|
-
const { i18n:
|
|
7378
|
-
let
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
})
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7387
|
+
function Nc(t, e) {
|
|
7388
|
+
const { i18n: i } = ke;
|
|
7389
|
+
let o = "";
|
|
7390
|
+
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));
|
|
7391
|
+
let r = o;
|
|
7392
|
+
return t.forEach((s, a) => {
|
|
7393
|
+
a > 0 && (r += " - "), Qu(e) ? r += i.global.t(s) : r += s;
|
|
7394
|
+
}), r;
|
|
7395
|
+
}
|
|
7396
|
+
function Mc(t, e) {
|
|
7397
|
+
return `${t}@${e}`;
|
|
7398
|
+
}
|
|
7399
|
+
function Rc(t) {
|
|
7400
|
+
const e = t.indexOf("@");
|
|
7401
|
+
return e < 0 ? (console.assert(!1), ["elementEvent", ""]) : [t.substring(0, e), t.substring(e + 1)];
|
|
7390
7402
|
}
|
|
7391
7403
|
function A(t, e) {
|
|
7392
7404
|
if (t === "page") {
|
|
@@ -7400,39 +7412,39 @@ function A(t, e) {
|
|
|
7400
7412
|
}
|
|
7401
7413
|
return `${t}${ts(e)}`;
|
|
7402
7414
|
}
|
|
7403
|
-
function
|
|
7415
|
+
function ji(t, e) {
|
|
7404
7416
|
if (t.array)
|
|
7405
7417
|
return e ? B(t.default) : B(t.defaultArray);
|
|
7406
7418
|
{
|
|
7407
|
-
const
|
|
7408
|
-
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !
|
|
7419
|
+
const i = B(t.default);
|
|
7420
|
+
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !i ? void 0 : i;
|
|
7409
7421
|
}
|
|
7410
7422
|
}
|
|
7411
7423
|
function P(t, e) {
|
|
7412
|
-
function o
|
|
7424
|
+
function i(o, r) {
|
|
7413
7425
|
if (r.ui) {
|
|
7414
7426
|
if (r.ui === "strInput" && r.static)
|
|
7415
7427
|
return;
|
|
7416
|
-
|
|
7428
|
+
o[r.key] = ji(r);
|
|
7417
7429
|
} else
|
|
7418
|
-
r.array ?
|
|
7419
|
-
|
|
7430
|
+
r.array ? o[r.key] = ji(r) : r.children.forEach((s) => {
|
|
7431
|
+
o[r.key] || (o[r.key] = {}), i(o[r.key], s);
|
|
7420
7432
|
});
|
|
7421
7433
|
}
|
|
7422
|
-
e.forEach((
|
|
7434
|
+
e.forEach((o) => i(t, o));
|
|
7423
7435
|
}
|
|
7424
|
-
function
|
|
7425
|
-
const s = `type=${t} subtype=${e} version=${
|
|
7436
|
+
function Dc(t, e, i, o, r) {
|
|
7437
|
+
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${r}`, a = A(t, e);
|
|
7426
7438
|
if (!a) {
|
|
7427
7439
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
7428
7440
|
return;
|
|
7429
7441
|
}
|
|
7430
|
-
const p = wo[
|
|
7442
|
+
const p = wo[i];
|
|
7431
7443
|
if (!p) {
|
|
7432
7444
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
7433
7445
|
return;
|
|
7434
7446
|
}
|
|
7435
|
-
if (
|
|
7447
|
+
if (o) {
|
|
7436
7448
|
const d = p.refKey, b = r;
|
|
7437
7449
|
if (!p.elements.has(d)) {
|
|
7438
7450
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
@@ -7486,104 +7498,104 @@ function zc(t, e, o, i, r) {
|
|
|
7486
7498
|
}
|
|
7487
7499
|
}
|
|
7488
7500
|
}
|
|
7489
|
-
function
|
|
7490
|
-
function o
|
|
7491
|
-
if (
|
|
7492
|
-
return
|
|
7493
|
-
if (
|
|
7494
|
-
for (let r = 0; r <
|
|
7495
|
-
const s = o
|
|
7501
|
+
function Fc(t, e) {
|
|
7502
|
+
function i(o) {
|
|
7503
|
+
if (o.basic.id === e)
|
|
7504
|
+
return o;
|
|
7505
|
+
if (o.children)
|
|
7506
|
+
for (let r = 0; r < o.children.length; r++) {
|
|
7507
|
+
const s = i(o.children[r]);
|
|
7496
7508
|
if (s)
|
|
7497
7509
|
return s;
|
|
7498
7510
|
}
|
|
7499
7511
|
}
|
|
7500
|
-
for (let
|
|
7501
|
-
const r =
|
|
7512
|
+
for (let o = 0; o < t.length; o++) {
|
|
7513
|
+
const r = i(t[o]);
|
|
7502
7514
|
if (r)
|
|
7503
7515
|
return r;
|
|
7504
7516
|
}
|
|
7505
7517
|
}
|
|
7506
|
-
function
|
|
7507
|
-
function e(
|
|
7508
|
-
|
|
7518
|
+
function ec(t) {
|
|
7519
|
+
function e(o) {
|
|
7520
|
+
o.basic.id = T(16), o.children?.forEach((r) => e(r));
|
|
7509
7521
|
}
|
|
7510
|
-
const
|
|
7511
|
-
return e(
|
|
7522
|
+
const i = B(t);
|
|
7523
|
+
return e(i), i;
|
|
7512
7524
|
}
|
|
7513
|
-
function
|
|
7525
|
+
function Gc(t) {
|
|
7514
7526
|
const e = [];
|
|
7515
|
-
return t.forEach((
|
|
7516
|
-
e.push(
|
|
7527
|
+
return t.forEach((i) => {
|
|
7528
|
+
e.push(ec(i));
|
|
7517
7529
|
}), e;
|
|
7518
7530
|
}
|
|
7519
|
-
const Vo = "runtimeOrg", $o = "runtimeEnv",
|
|
7520
|
-
function
|
|
7531
|
+
const Vo = "runtimeOrg", $o = "runtimeEnv", So = "runtimeMode", Io = "runtimeDevice", Co = "runtimeDark", To = "runtimeType", Po = "runtimeData", zo = "runtimeDepends", Ao = "runtimeSandbox";
|
|
7532
|
+
function Hc(t) {
|
|
7521
7533
|
se(Vo, t);
|
|
7522
7534
|
}
|
|
7523
|
-
function
|
|
7535
|
+
function tc() {
|
|
7524
7536
|
return oe(Vo);
|
|
7525
7537
|
}
|
|
7526
|
-
function
|
|
7538
|
+
function Kc(t) {
|
|
7527
7539
|
se($o, t);
|
|
7528
7540
|
}
|
|
7529
|
-
function
|
|
7541
|
+
function nc() {
|
|
7530
7542
|
return oe($o);
|
|
7531
7543
|
}
|
|
7532
|
-
function
|
|
7533
|
-
se(
|
|
7544
|
+
function jc(t) {
|
|
7545
|
+
se(So, t);
|
|
7534
7546
|
}
|
|
7535
7547
|
function G() {
|
|
7536
|
-
return oe(
|
|
7548
|
+
return oe(So);
|
|
7537
7549
|
}
|
|
7538
|
-
function
|
|
7539
|
-
se(
|
|
7550
|
+
function Oc(t) {
|
|
7551
|
+
se(Io, Pn(t));
|
|
7540
7552
|
}
|
|
7541
7553
|
function $e() {
|
|
7542
|
-
return oe(
|
|
7554
|
+
return oe(Io);
|
|
7543
7555
|
}
|
|
7544
|
-
function
|
|
7556
|
+
function Uc(t) {
|
|
7545
7557
|
se(Co, Pn(t));
|
|
7546
7558
|
}
|
|
7547
7559
|
function Be() {
|
|
7548
7560
|
return oe(Co);
|
|
7549
7561
|
}
|
|
7550
|
-
function
|
|
7562
|
+
function Xc(t) {
|
|
7551
7563
|
se(To, t);
|
|
7552
7564
|
}
|
|
7553
7565
|
function pe() {
|
|
7554
7566
|
return oe(To);
|
|
7555
7567
|
}
|
|
7556
|
-
function
|
|
7568
|
+
function Yc(t) {
|
|
7557
7569
|
se(Po, t);
|
|
7558
7570
|
}
|
|
7559
7571
|
function de() {
|
|
7560
7572
|
return oe(Po);
|
|
7561
7573
|
}
|
|
7562
|
-
function
|
|
7574
|
+
function Jc(t) {
|
|
7563
7575
|
se(zo, Pn(t));
|
|
7564
7576
|
}
|
|
7565
|
-
function
|
|
7577
|
+
function ic() {
|
|
7566
7578
|
return oe(zo);
|
|
7567
7579
|
}
|
|
7568
|
-
function
|
|
7580
|
+
function oc(t) {
|
|
7569
7581
|
se(Ao, t);
|
|
7570
7582
|
}
|
|
7571
7583
|
function We() {
|
|
7572
7584
|
return oe(Ao);
|
|
7573
7585
|
}
|
|
7574
|
-
function
|
|
7586
|
+
function Ie(t) {
|
|
7575
7587
|
const e = [t.type];
|
|
7576
7588
|
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("@");
|
|
7577
7589
|
}
|
|
7578
|
-
function Ne(t, e,
|
|
7590
|
+
function Ne(t, e, i, o, r) {
|
|
7579
7591
|
const { watchEffect: s, bind: a } = e;
|
|
7580
|
-
if (s[
|
|
7581
|
-
for (const p of s[
|
|
7592
|
+
if (s[i])
|
|
7593
|
+
for (const p of s[i]) {
|
|
7582
7594
|
const d = ns(p);
|
|
7583
7595
|
t.callFunction(`__watchEffect$${d}__`);
|
|
7584
7596
|
}
|
|
7585
|
-
if (a.triggers[
|
|
7586
|
-
for (const p of a.triggers[
|
|
7597
|
+
if (a.triggers[i])
|
|
7598
|
+
for (const p of a.triggers[i]) {
|
|
7587
7599
|
const d = a.sets[p];
|
|
7588
7600
|
if (!d) {
|
|
7589
7601
|
console.assert(!1);
|
|
@@ -7591,16 +7603,16 @@ function Ne(t, e, o, i, r) {
|
|
|
7591
7603
|
}
|
|
7592
7604
|
let b = null;
|
|
7593
7605
|
for (const u of d)
|
|
7594
|
-
if (
|
|
7606
|
+
if (i === Ie(u)) {
|
|
7595
7607
|
if (u.subKeys) {
|
|
7596
7608
|
if (!ne(
|
|
7597
|
-
ve(
|
|
7609
|
+
ve(o, u.subKeys),
|
|
7598
7610
|
ve(r, u.subKeys)
|
|
7599
7611
|
)) {
|
|
7600
7612
|
b = u;
|
|
7601
7613
|
break;
|
|
7602
7614
|
}
|
|
7603
|
-
} else if (!ne(
|
|
7615
|
+
} else if (!ne(o, r)) {
|
|
7604
7616
|
b = u;
|
|
7605
7617
|
break;
|
|
7606
7618
|
}
|
|
@@ -7608,7 +7620,7 @@ function Ne(t, e, o, i, r) {
|
|
|
7608
7620
|
if (!b)
|
|
7609
7621
|
continue;
|
|
7610
7622
|
let m;
|
|
7611
|
-
b.subKeys ? m = ve(
|
|
7623
|
+
b.subKeys ? m = ve(o, b.subKeys) : m = o;
|
|
7612
7624
|
for (const u of d)
|
|
7613
7625
|
if (u.subKeys) {
|
|
7614
7626
|
let c;
|
|
@@ -7653,8 +7665,8 @@ function Ne(t, e, o, i, r) {
|
|
|
7653
7665
|
}
|
|
7654
7666
|
}
|
|
7655
7667
|
}
|
|
7656
|
-
function
|
|
7657
|
-
function
|
|
7668
|
+
function sc(t, e) {
|
|
7669
|
+
function i(m) {
|
|
7658
7670
|
const u = t.pseudoToNative(m), c = [], f = u.split(".");
|
|
7659
7671
|
for (let h = 0; h < f.length; h++) {
|
|
7660
7672
|
const x = f[h].trim();
|
|
@@ -7667,7 +7679,7 @@ function nc(t, e) {
|
|
|
7667
7679
|
}
|
|
7668
7680
|
return t.nativeToPseudo(c);
|
|
7669
7681
|
}
|
|
7670
|
-
function
|
|
7682
|
+
function o(m) {
|
|
7671
7683
|
const u = t.pseudoToNative(m);
|
|
7672
7684
|
try {
|
|
7673
7685
|
const c = JSON.parse(u);
|
|
@@ -7708,11 +7720,11 @@ function nc(t, e) {
|
|
|
7708
7720
|
t.setProperty(
|
|
7709
7721
|
e,
|
|
7710
7722
|
"__parseKeysV1__",
|
|
7711
|
-
t.createNativeFunction(
|
|
7723
|
+
t.createNativeFunction(i)
|
|
7712
7724
|
), t.setProperty(
|
|
7713
7725
|
e,
|
|
7714
7726
|
"__parseJsonV1__",
|
|
7715
|
-
t.createNativeFunction(
|
|
7727
|
+
t.createNativeFunction(o)
|
|
7716
7728
|
), t.setProperty(
|
|
7717
7729
|
e,
|
|
7718
7730
|
"__jsonStringifyV1__",
|
|
@@ -7747,14 +7759,14 @@ const Lo = ls({
|
|
|
7747
7759
|
}
|
|
7748
7760
|
});
|
|
7749
7761
|
window.API_URL && (Lo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
7750
|
-
function
|
|
7762
|
+
function rc(t) {
|
|
7751
7763
|
return Lo.post("callFunc", t);
|
|
7752
7764
|
}
|
|
7753
|
-
function
|
|
7754
|
-
async function o
|
|
7755
|
-
const b = t.pseudoToNative(
|
|
7765
|
+
function lc(t, e) {
|
|
7766
|
+
async function i(o, r, s, a, p, d) {
|
|
7767
|
+
const b = t.pseudoToNative(o), m = t.pseudoToNative(r), u = t.pseudoToNative(s), c = t.pseudoToNative(a), f = t.pseudoToNative(p);
|
|
7756
7768
|
try {
|
|
7757
|
-
const h = JSON.stringify(u), { strOutputs: x } = await
|
|
7769
|
+
const h = JSON.stringify(u), { strOutputs: x } = await rc({
|
|
7758
7770
|
spaceId: b,
|
|
7759
7771
|
id: m,
|
|
7760
7772
|
strInputs: h,
|
|
@@ -7768,11 +7780,11 @@ function oc(t, e) {
|
|
|
7768
7780
|
t.setProperty(
|
|
7769
7781
|
e,
|
|
7770
7782
|
"__callFuncV1__",
|
|
7771
|
-
t.createAsyncFunction(
|
|
7783
|
+
t.createAsyncFunction(i)
|
|
7772
7784
|
);
|
|
7773
7785
|
}
|
|
7774
|
-
function
|
|
7775
|
-
function
|
|
7786
|
+
function ac(t, e, i) {
|
|
7787
|
+
function o(u, c, f) {
|
|
7776
7788
|
let h;
|
|
7777
7789
|
const x = e.pseudoToNative(u);
|
|
7778
7790
|
if (x === "elementProp") {
|
|
@@ -7842,43 +7854,43 @@ function sc(t, e, o) {
|
|
|
7842
7854
|
});
|
|
7843
7855
|
}
|
|
7844
7856
|
e.setProperty(
|
|
7845
|
-
|
|
7857
|
+
i,
|
|
7846
7858
|
"__getPropV1__",
|
|
7847
|
-
e.createNativeFunction(
|
|
7859
|
+
e.createNativeFunction(o)
|
|
7848
7860
|
), e.setProperty(
|
|
7849
|
-
|
|
7861
|
+
i,
|
|
7850
7862
|
"__setPropV1__",
|
|
7851
7863
|
e.createNativeFunction(r)
|
|
7852
7864
|
), e.setProperty(
|
|
7853
|
-
|
|
7865
|
+
i,
|
|
7854
7866
|
"__callMethodV1__",
|
|
7855
7867
|
e.createAsyncFunction(s)
|
|
7856
7868
|
), e.setProperty(
|
|
7857
|
-
|
|
7869
|
+
i,
|
|
7858
7870
|
"__getStateV1__",
|
|
7859
7871
|
e.createNativeFunction(a)
|
|
7860
7872
|
), e.setProperty(
|
|
7861
|
-
|
|
7873
|
+
i,
|
|
7862
7874
|
"__setStateV1__",
|
|
7863
7875
|
e.createNativeFunction(p)
|
|
7864
7876
|
), e.setProperty(
|
|
7865
|
-
|
|
7877
|
+
i,
|
|
7866
7878
|
"__navigateToV1__",
|
|
7867
7879
|
e.createNativeFunction(d)
|
|
7868
7880
|
), e.setProperty(
|
|
7869
|
-
|
|
7881
|
+
i,
|
|
7870
7882
|
"__openConfirmDlgV1__",
|
|
7871
7883
|
e.createAsyncFunction(b)
|
|
7872
7884
|
), e.setProperty(
|
|
7873
|
-
|
|
7885
|
+
i,
|
|
7874
7886
|
"__openPromptDlgV1__",
|
|
7875
7887
|
e.createAsyncFunction(m)
|
|
7876
7888
|
);
|
|
7877
7889
|
}
|
|
7878
|
-
function
|
|
7879
|
-
|
|
7890
|
+
function uc(t, e, i) {
|
|
7891
|
+
sc(e, i), lc(e, i), ac(t, e, i);
|
|
7880
7892
|
}
|
|
7881
|
-
const
|
|
7893
|
+
const cc = `
|
|
7882
7894
|
var __env__ = 'dev'
|
|
7883
7895
|
var __mode__ = 'editor'
|
|
7884
7896
|
|
|
@@ -7888,7 +7900,7 @@ function __getEnvV1__() {
|
|
|
7888
7900
|
|
|
7889
7901
|
var __pointerPosX__ = 0
|
|
7890
7902
|
var __pointerPosY__ = 0
|
|
7891
|
-
`,
|
|
7903
|
+
`, mc = `
|
|
7892
7904
|
var __events__ = {}
|
|
7893
7905
|
|
|
7894
7906
|
function __onEventV1__(id, callback) {
|
|
@@ -7925,7 +7937,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
7925
7937
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
7926
7938
|
}
|
|
7927
7939
|
}
|
|
7928
|
-
`,
|
|
7940
|
+
`, pc = `
|
|
7929
7941
|
var __timers__ = {}
|
|
7930
7942
|
var __currTimerId__ = 0
|
|
7931
7943
|
|
|
@@ -7967,21 +7979,21 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
7967
7979
|
}
|
|
7968
7980
|
}
|
|
7969
7981
|
}
|
|
7970
|
-
`,
|
|
7982
|
+
`, dc = `
|
|
7971
7983
|
function __destroy__() {
|
|
7972
7984
|
__events__ = {}
|
|
7973
7985
|
__timers__ = {}
|
|
7974
7986
|
}
|
|
7975
|
-
`,
|
|
7976
|
-
class
|
|
7987
|
+
`, fc = cc + mc + pc + dc;
|
|
7988
|
+
class bc {
|
|
7977
7989
|
org;
|
|
7978
7990
|
env;
|
|
7979
7991
|
mode;
|
|
7980
7992
|
type;
|
|
7981
7993
|
eventBus = is();
|
|
7982
7994
|
hooks;
|
|
7983
|
-
constructor(e,
|
|
7984
|
-
this.org = e, this.env =
|
|
7995
|
+
constructor(e, i, o, r, s) {
|
|
7996
|
+
this.org = e, this.env = i, this.mode = o, this.type = r, this.hooks = s;
|
|
7985
7997
|
}
|
|
7986
7998
|
//--------------------------
|
|
7987
7999
|
// 元素属性
|
|
@@ -7990,40 +8002,40 @@ class pc {
|
|
|
7990
8002
|
syncNodes(e) {
|
|
7991
8003
|
if (e) {
|
|
7992
8004
|
this.nodes = { globality: e.view };
|
|
7993
|
-
const
|
|
7994
|
-
this.nodes[
|
|
8005
|
+
const i = (o) => {
|
|
8006
|
+
this.nodes[o.basic.id] = o, o.children?.forEach((r) => i(r));
|
|
7995
8007
|
};
|
|
7996
|
-
e.view.nodes.forEach((
|
|
8008
|
+
e.view.nodes.forEach((o) => i(o));
|
|
7997
8009
|
} else
|
|
7998
8010
|
this.nodes = {};
|
|
7999
8011
|
}
|
|
8000
|
-
getElementPropInner(e,
|
|
8001
|
-
return ve(e,
|
|
8012
|
+
getElementPropInner(e, i) {
|
|
8013
|
+
return ve(e, i);
|
|
8002
8014
|
}
|
|
8003
|
-
getElementProp(e,
|
|
8004
|
-
const
|
|
8005
|
-
if (!
|
|
8006
|
-
console.warn("Sandbox/getElementProp node not found", e,
|
|
8015
|
+
getElementProp(e, i) {
|
|
8016
|
+
const o = this.nodes[e];
|
|
8017
|
+
if (!o) {
|
|
8018
|
+
console.warn("Sandbox/getElementProp node not found", e, i);
|
|
8007
8019
|
return;
|
|
8008
8020
|
}
|
|
8009
|
-
return this.getElementPropInner(
|
|
8021
|
+
return this.getElementPropInner(o, i);
|
|
8010
8022
|
}
|
|
8011
|
-
setElementPropInner(e,
|
|
8012
|
-
const r = ve(e,
|
|
8013
|
-
ne(
|
|
8023
|
+
setElementPropInner(e, i, o) {
|
|
8024
|
+
const r = ve(e, i);
|
|
8025
|
+
ne(o, r) || (ro(e, i, o), this.hooks?.onElementPropChange(e.basic.id, i, o, r));
|
|
8014
8026
|
}
|
|
8015
|
-
setElementProp(e,
|
|
8027
|
+
setElementProp(e, i, o) {
|
|
8016
8028
|
const r = this.nodes[e];
|
|
8017
8029
|
if (!r) {
|
|
8018
8030
|
console.warn(
|
|
8019
8031
|
"Sandbox/setElementProp node not found",
|
|
8020
8032
|
e,
|
|
8021
|
-
|
|
8022
|
-
|
|
8033
|
+
i,
|
|
8034
|
+
o
|
|
8023
8035
|
);
|
|
8024
8036
|
return;
|
|
8025
8037
|
}
|
|
8026
|
-
this.setElementPropInner(r,
|
|
8038
|
+
this.setElementPropInner(r, i, o);
|
|
8027
8039
|
}
|
|
8028
8040
|
//--------------------------
|
|
8029
8041
|
// 自定义属性
|
|
@@ -8035,9 +8047,9 @@ class pc {
|
|
|
8035
8047
|
getCustomProp(e) {
|
|
8036
8048
|
return this.customProps[e];
|
|
8037
8049
|
}
|
|
8038
|
-
setCustomProp(e,
|
|
8039
|
-
const
|
|
8040
|
-
ne(
|
|
8050
|
+
setCustomProp(e, i) {
|
|
8051
|
+
const o = this.customProps[e];
|
|
8052
|
+
ne(i, o) || (this.customProps[e] = i, this.hooks?.onCustomPropChange(e, i, o));
|
|
8041
8053
|
}
|
|
8042
8054
|
//--------------------------
|
|
8043
8055
|
// 自定义状态
|
|
@@ -8049,9 +8061,9 @@ class pc {
|
|
|
8049
8061
|
getCustomState(e) {
|
|
8050
8062
|
return this.customStates[e];
|
|
8051
8063
|
}
|
|
8052
|
-
setCustomState(e,
|
|
8053
|
-
const
|
|
8054
|
-
ne(
|
|
8064
|
+
setCustomState(e, i) {
|
|
8065
|
+
const o = this.customStates[e];
|
|
8066
|
+
ne(i, o) || (this.customStates[e] = i, this.hooks?.onCustomStateChange(e, i, o));
|
|
8055
8067
|
}
|
|
8056
8068
|
//--------------------------
|
|
8057
8069
|
// 适配的插槽属性
|
|
@@ -8063,9 +8075,9 @@ class pc {
|
|
|
8063
8075
|
getAdaptSlotProp(e) {
|
|
8064
8076
|
return this.adaptSlotProps[e];
|
|
8065
8077
|
}
|
|
8066
|
-
setAdaptSlotProp(e,
|
|
8067
|
-
const
|
|
8068
|
-
ne(
|
|
8078
|
+
setAdaptSlotProp(e, i) {
|
|
8079
|
+
const o = this.adaptSlotProps[e];
|
|
8080
|
+
ne(i, o) || (this.adaptSlotProps[e] = i, this.hooks?.onAdaptSlotPropChange(e, i, o));
|
|
8069
8081
|
}
|
|
8070
8082
|
//--------------------------
|
|
8071
8083
|
// 解释器
|
|
@@ -8073,9 +8085,9 @@ class pc {
|
|
|
8073
8085
|
interpreter;
|
|
8074
8086
|
createInterpreter(e) {
|
|
8075
8087
|
this.interpreter = new os(
|
|
8076
|
-
|
|
8077
|
-
(
|
|
8078
|
-
|
|
8088
|
+
fc,
|
|
8089
|
+
(i, o) => {
|
|
8090
|
+
uc(this, i, o);
|
|
8079
8091
|
}
|
|
8080
8092
|
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", ["elementEvent@startup@globality"]);
|
|
8081
8093
|
}
|
|
@@ -8089,29 +8101,29 @@ class pc {
|
|
|
8089
8101
|
}
|
|
8090
8102
|
return this.interpreter.getProperty(this.interpreter.globalObject, e);
|
|
8091
8103
|
}
|
|
8092
|
-
setVariable(e,
|
|
8104
|
+
setVariable(e, i) {
|
|
8093
8105
|
if (!this.interpreter) {
|
|
8094
8106
|
console.assert(!1, "Sandbox/setVariable invalid interpreter");
|
|
8095
8107
|
return;
|
|
8096
8108
|
}
|
|
8097
|
-
this.interpreter.setProperty(this.interpreter.globalObject, e,
|
|
8109
|
+
this.interpreter.setProperty(this.interpreter.globalObject, e, i);
|
|
8098
8110
|
}
|
|
8099
|
-
callFunction(e,
|
|
8111
|
+
callFunction(e, i) {
|
|
8100
8112
|
if (!this.interpreter) {
|
|
8101
8113
|
console.assert(!1, "Sandbox/callFunction invalid interpreter");
|
|
8102
8114
|
return;
|
|
8103
8115
|
}
|
|
8104
|
-
const
|
|
8105
|
-
if (
|
|
8106
|
-
for (const s of
|
|
8107
|
-
|
|
8108
|
-
const r = `${e}(${
|
|
8116
|
+
const o = [];
|
|
8117
|
+
if (i)
|
|
8118
|
+
for (const s of i)
|
|
8119
|
+
o.push(JSON.stringify(s));
|
|
8120
|
+
const r = `${e}(${o.join(", ")});`;
|
|
8109
8121
|
console.log(r), this.interpreter.appendCode(r), this.interpreter.run();
|
|
8110
8122
|
}
|
|
8111
8123
|
}
|
|
8112
|
-
function
|
|
8113
|
-
const e =
|
|
8114
|
-
if (!(
|
|
8124
|
+
function yc(t) {
|
|
8125
|
+
const e = tc(), i = nc(), o = G(), r = pe(), s = $e(), a = Be(), p = (f, h, x, g) => {
|
|
8126
|
+
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8115
8127
|
`elementPropChange@${f}@${h}`,
|
|
8116
8128
|
x,
|
|
8117
8129
|
g ?? x
|
|
@@ -8120,7 +8132,7 @@ function dc(t) {
|
|
|
8120
8132
|
h instanceof Array ? w = h.join(".") : w = h, Ne(
|
|
8121
8133
|
u,
|
|
8122
8134
|
t.value.code.reactivity,
|
|
8123
|
-
|
|
8135
|
+
Ie({
|
|
8124
8136
|
type: "elementProp",
|
|
8125
8137
|
nodeId: f,
|
|
8126
8138
|
propKeys: w
|
|
@@ -8130,55 +8142,55 @@ function dc(t) {
|
|
|
8130
8142
|
);
|
|
8131
8143
|
}
|
|
8132
8144
|
}, d = (f, h, x) => {
|
|
8133
|
-
|
|
8145
|
+
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8134
8146
|
`customPropChange@${f}`,
|
|
8135
8147
|
h,
|
|
8136
8148
|
x ?? h
|
|
8137
8149
|
]), t.value?.code.reactivity && Ne(
|
|
8138
8150
|
u,
|
|
8139
8151
|
t.value.code.reactivity,
|
|
8140
|
-
|
|
8152
|
+
Ie({ type: "customProp", propId: f }),
|
|
8141
8153
|
h,
|
|
8142
8154
|
x
|
|
8143
8155
|
));
|
|
8144
8156
|
}, b = (f, h, x) => {
|
|
8145
|
-
|
|
8157
|
+
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Ne(
|
|
8146
8158
|
u,
|
|
8147
8159
|
t.value.code.reactivity,
|
|
8148
|
-
|
|
8160
|
+
Ie({ type: "customState", stateId: f }),
|
|
8149
8161
|
h,
|
|
8150
8162
|
x
|
|
8151
8163
|
);
|
|
8152
8164
|
}, m = (f, h, x) => {
|
|
8153
|
-
|
|
8165
|
+
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8154
8166
|
`adaptSlotProp@${f}`,
|
|
8155
8167
|
h,
|
|
8156
8168
|
x ?? h
|
|
8157
8169
|
]), t.value?.code.reactivity && Ne(
|
|
8158
8170
|
u,
|
|
8159
8171
|
t.value.code.reactivity,
|
|
8160
|
-
|
|
8172
|
+
Ie({ type: "adaptSlotProp", propId: f }),
|
|
8161
8173
|
h,
|
|
8162
8174
|
x
|
|
8163
8175
|
));
|
|
8164
|
-
}, u = new
|
|
8176
|
+
}, u = new bc(e, i, o, r, {
|
|
8165
8177
|
onElementPropChange: p,
|
|
8166
8178
|
onCustomPropChange: d,
|
|
8167
8179
|
onCustomStateChange: b,
|
|
8168
8180
|
onAdaptSlotPropChange: m
|
|
8169
8181
|
});
|
|
8170
|
-
|
|
8182
|
+
oc(u);
|
|
8171
8183
|
const c = () => {
|
|
8172
|
-
|
|
8184
|
+
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProps(), u.resetCustomStates(), u.resetAdaptSlotProps(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8173
8185
|
};
|
|
8174
8186
|
c(), q(t, () => {
|
|
8175
8187
|
c();
|
|
8176
|
-
}),
|
|
8188
|
+
}), Ke(() => {
|
|
8177
8189
|
u.destroyInterpreter();
|
|
8178
|
-
}), (
|
|
8190
|
+
}), (o === "runtime" || o === "preview") && q(
|
|
8179
8191
|
s,
|
|
8180
8192
|
(f, h) => {
|
|
8181
|
-
const x =
|
|
8193
|
+
const x = Me(f.width), g = Me(h?.width ?? f.width);
|
|
8182
8194
|
u.callFunction("__triggerEventV1__", [
|
|
8183
8195
|
"elementEvent@screenSizeChange@globality",
|
|
8184
8196
|
x,
|
|
@@ -8186,7 +8198,7 @@ function dc(t) {
|
|
|
8186
8198
|
]);
|
|
8187
8199
|
},
|
|
8188
8200
|
{ immediate: !0 }
|
|
8189
|
-
), (
|
|
8201
|
+
), (o === "runtime" || o === "preview") && q(
|
|
8190
8202
|
a,
|
|
8191
8203
|
(f) => {
|
|
8192
8204
|
u.callFunction("__triggerEventV1__", [
|
|
@@ -8197,29 +8209,29 @@ function dc(t) {
|
|
|
8197
8209
|
{ immediate: !0 }
|
|
8198
8210
|
);
|
|
8199
8211
|
}
|
|
8200
|
-
const
|
|
8201
|
-
const
|
|
8202
|
-
return
|
|
8203
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !==
|
|
8212
|
+
const hc = (t, e, i) => {
|
|
8213
|
+
const o = t[e];
|
|
8214
|
+
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((r, s) => {
|
|
8215
|
+
(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." : ""))));
|
|
8204
8216
|
});
|
|
8205
8217
|
};
|
|
8206
|
-
async function
|
|
8207
|
-
return (await
|
|
8218
|
+
async function Zc(t) {
|
|
8219
|
+
return (await hc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.oos62cyh.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.f0b750e1.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8208
8220
|
}
|
|
8209
8221
|
export {
|
|
8210
|
-
|
|
8222
|
+
bc as Sandbox,
|
|
8211
8223
|
da as ambientLightV1,
|
|
8212
|
-
|
|
8224
|
+
Sc as badgeV1,
|
|
8213
8225
|
on as barChartV1,
|
|
8214
|
-
|
|
8226
|
+
uc as bind,
|
|
8215
8227
|
tn as boxGeometryV1,
|
|
8216
8228
|
so as breakpoints,
|
|
8217
8229
|
wa as btnGroupV1,
|
|
8218
8230
|
Va as btnToggleV1,
|
|
8219
8231
|
rn as btnV1,
|
|
8220
|
-
|
|
8232
|
+
Me as calcBreakpoint,
|
|
8221
8233
|
ze as cardV1,
|
|
8222
|
-
|
|
8234
|
+
Sa as checkboxV1,
|
|
8223
8235
|
an as chipGroupV1,
|
|
8224
8236
|
ln as chipV1,
|
|
8225
8237
|
Ta as colorPickerV1,
|
|
@@ -8230,43 +8242,46 @@ export {
|
|
|
8230
8242
|
Aa as datePickerV1,
|
|
8231
8243
|
La as dialogV1,
|
|
8232
8244
|
fa as directionalLightV1,
|
|
8233
|
-
|
|
8234
|
-
|
|
8245
|
+
ec as duplicateNode,
|
|
8246
|
+
Gc as duplicateNodes,
|
|
8235
8247
|
Ce as elements,
|
|
8236
|
-
|
|
8237
|
-
|
|
8248
|
+
Pc as ensureContext,
|
|
8249
|
+
Ic as fileInputV1,
|
|
8238
8250
|
cn as flexLayoutEntryV1,
|
|
8239
8251
|
Ae as flexLayoutV1,
|
|
8240
8252
|
dn as formV1,
|
|
8241
8253
|
T as genId,
|
|
8242
|
-
|
|
8254
|
+
Se as getBreakpointProp,
|
|
8243
8255
|
ve as getField,
|
|
8244
8256
|
Xn as getIndexOfBreakpoint,
|
|
8245
|
-
|
|
8246
|
-
|
|
8257
|
+
Fc as getNode,
|
|
8258
|
+
ji as getPropDefault,
|
|
8247
8259
|
A as getPropTag,
|
|
8248
|
-
|
|
8260
|
+
Tc as getTypeColor,
|
|
8249
8261
|
va as globalityV1,
|
|
8250
8262
|
ha as groupV1,
|
|
8251
|
-
|
|
8263
|
+
Ra as iconV1,
|
|
8252
8264
|
P as initProps,
|
|
8253
8265
|
Be as injectDark,
|
|
8254
8266
|
de as injectData,
|
|
8255
|
-
|
|
8267
|
+
ic as injectDepends,
|
|
8256
8268
|
$e as injectDevice,
|
|
8257
|
-
|
|
8269
|
+
nc as injectEnv,
|
|
8258
8270
|
G as injectMode,
|
|
8259
|
-
|
|
8271
|
+
tc as injectOrg,
|
|
8260
8272
|
We as injectSandbox,
|
|
8261
8273
|
pe as injectType,
|
|
8274
|
+
Qu as isLocaleOfEventKind,
|
|
8275
|
+
qu as isLocaleOfMethodKind,
|
|
8276
|
+
Zu as isLocaleOfPropertyKind,
|
|
8262
8277
|
zn as isPercentStr,
|
|
8263
|
-
|
|
8278
|
+
je as isPixelStr,
|
|
8264
8279
|
oa as keyboardControlsV1,
|
|
8265
8280
|
sn as lineChartV1,
|
|
8266
|
-
|
|
8267
|
-
|
|
8281
|
+
Zc as loadLocaleMessageRuntime,
|
|
8282
|
+
Ie as makeTriggerId,
|
|
8268
8283
|
sa as mapControlsV1,
|
|
8269
|
-
|
|
8284
|
+
Da as menuV1,
|
|
8270
8285
|
Te as meshBasicMaterialV1,
|
|
8271
8286
|
Pe as meshV1,
|
|
8272
8287
|
fn as numberInputV1,
|
|
@@ -8274,30 +8289,30 @@ export {
|
|
|
8274
8289
|
Ql as orthographicCameraV1,
|
|
8275
8290
|
Yu as pageTypes,
|
|
8276
8291
|
Ga as paginationV1,
|
|
8277
|
-
|
|
8278
|
-
|
|
8292
|
+
Ut as parsePercentStr,
|
|
8293
|
+
$c as parsePixelStr,
|
|
8279
8294
|
ea as perspectiveCameraV1,
|
|
8280
8295
|
wo as pkgs,
|
|
8281
8296
|
ba as pointLightV1,
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8297
|
+
Uc as provideDark,
|
|
8298
|
+
Yc as provideData,
|
|
8299
|
+
Jc as provideDepends,
|
|
8300
|
+
Oc as provideDevice,
|
|
8301
|
+
Kc as provideEnv,
|
|
8302
|
+
jc as provideMode,
|
|
8303
|
+
Hc as provideOrg,
|
|
8304
|
+
oc as provideSandbox,
|
|
8305
|
+
Xc as provideType,
|
|
8291
8306
|
yn as radioGroupV1,
|
|
8292
8307
|
bn as radioV1,
|
|
8293
|
-
|
|
8294
|
-
|
|
8308
|
+
ja as rangeSliderV1,
|
|
8309
|
+
Oa as ratingV1,
|
|
8295
8310
|
ds as reverseBreakpoints,
|
|
8296
|
-
|
|
8297
|
-
|
|
8311
|
+
fc as runtime,
|
|
8312
|
+
Ua as selectV1,
|
|
8298
8313
|
ro as setField,
|
|
8299
8314
|
Xa as sliderV1,
|
|
8300
|
-
|
|
8315
|
+
Dc as spawnNode,
|
|
8301
8316
|
nn as sphereGeometryV1,
|
|
8302
8317
|
ya as spotLightV1,
|
|
8303
8318
|
hn as stepperHeaderV1,
|
|
@@ -8312,13 +8327,19 @@ export {
|
|
|
8312
8327
|
be as textV1,
|
|
8313
8328
|
Vn as textareaV1,
|
|
8314
8329
|
$n as timelineItemV1,
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8330
|
+
Sn as timelineV1,
|
|
8331
|
+
Nc as toEventName,
|
|
8332
|
+
Bc as toMethodName,
|
|
8333
|
+
zc as toPropertyName,
|
|
8319
8334
|
Ne as triggerReactivity,
|
|
8320
|
-
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8335
|
+
Cc as types,
|
|
8336
|
+
Rc as unwrapEventKind,
|
|
8337
|
+
Ec as unwrapMethodKind,
|
|
8338
|
+
Lc as unwrapPropertyKind,
|
|
8339
|
+
yc as useSandbox,
|
|
8340
|
+
In as windowItemV1,
|
|
8341
|
+
Cn as windowV1,
|
|
8342
|
+
Mc as wrapEventKey,
|
|
8343
|
+
Wc as wrapMethodKey,
|
|
8344
|
+
Ac as wrapPropertyKey
|
|
8324
8345
|
};
|