x-runtime-lib 0.8.20 → 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 +1052 -983
- package/dist/types/data.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/kind.d.ts +15 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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
|
|
4
|
-
import { waitUtil as eo, eventBus as to, useViewStack as no, messageInfo as ss, messageSuccess as rs, messageWarning as io, messageError as oo, createAxios as ls,
|
|
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
|
+
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
11
|
for (let i = 0; i < t; i++) {
|
|
12
|
-
const o = Math.floor(Math.random() *
|
|
13
|
-
e +=
|
|
12
|
+
const o = Math.floor(Math.random() * Un.length);
|
|
13
|
+
e += Un[o];
|
|
14
14
|
}
|
|
15
15
|
return e;
|
|
16
16
|
}
|
|
@@ -26,7 +26,7 @@ function zn(t) {
|
|
|
26
26
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
27
27
|
return !isNaN(i);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function $c(t) {
|
|
30
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
31
|
return;
|
|
32
32
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -41,13 +41,13 @@ function Ut(t) {
|
|
|
41
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
|
|
50
|
+
function Se(t, e) {
|
|
51
51
|
let i;
|
|
52
52
|
for (const o of ds) {
|
|
53
53
|
if (Xn(o) < Xn(t))
|
|
@@ -62,10 +62,10 @@ function ve(t, e) {
|
|
|
62
62
|
return;
|
|
63
63
|
let o = [];
|
|
64
64
|
if (e instanceof Array ? o = e : o = e.split("."), !(o.length <= 0)) {
|
|
65
|
-
for (const
|
|
65
|
+
for (const r of o) {
|
|
66
66
|
if (typeof i != "object")
|
|
67
67
|
return;
|
|
68
|
-
i = i[
|
|
68
|
+
i = i[r];
|
|
69
69
|
}
|
|
70
70
|
return i;
|
|
71
71
|
}
|
|
@@ -74,18 +74,18 @@ function ro(t, e, i) {
|
|
|
74
74
|
let o = t;
|
|
75
75
|
if (typeof o != "object")
|
|
76
76
|
return;
|
|
77
|
-
let
|
|
78
|
-
if (e instanceof Array ?
|
|
77
|
+
let r = [];
|
|
78
|
+
if (e instanceof Array ? r = e : r = e.split("."), r.length <= 0)
|
|
79
79
|
return;
|
|
80
|
-
for (let a = 0; a <
|
|
81
|
-
const p =
|
|
80
|
+
for (let a = 0; a < r.length - 1; a++) {
|
|
81
|
+
const p = r[a];
|
|
82
82
|
o = o[p], o || (o = {});
|
|
83
83
|
}
|
|
84
|
-
const s =
|
|
84
|
+
const s = r[r.length - 1];
|
|
85
85
|
o[s] = i;
|
|
86
86
|
}
|
|
87
|
-
const
|
|
88
|
-
|
|
87
|
+
const Ce = {}, _ = (t) => {
|
|
88
|
+
Ce[t.key] = t;
|
|
89
89
|
}, fs = ["position", "rotation", "scale"], ye = /* @__PURE__ */ $({
|
|
90
90
|
__name: "index",
|
|
91
91
|
props: {
|
|
@@ -117,7 +117,7 @@ const Se = {}, _ = (t) => {
|
|
|
117
117
|
const o = {};
|
|
118
118
|
return t.fitContent && (o.width = "fit-content", o.height = "fit-content"), o;
|
|
119
119
|
});
|
|
120
|
-
return (o,
|
|
120
|
+
return (o, r) => n(e) === "editor" ? (v(), Y("div", {
|
|
121
121
|
key: 0,
|
|
122
122
|
style: Q(i.value)
|
|
123
123
|
}, [
|
|
@@ -125,37 +125,37 @@ const Se = {}, _ = (t) => {
|
|
|
125
125
|
], 4)) : L(o.$slots, "default", { key: 1 });
|
|
126
126
|
}
|
|
127
127
|
}), bs = (t, e, i, o) => {
|
|
128
|
-
const
|
|
128
|
+
const r = t.getElementPropInner(e, i);
|
|
129
129
|
if (o) {
|
|
130
|
-
if (typeof
|
|
131
|
-
return JSON.parse(
|
|
130
|
+
if (typeof r == "string")
|
|
131
|
+
return JSON.parse(r);
|
|
132
132
|
console.assert(!1);
|
|
133
133
|
return;
|
|
134
134
|
} else
|
|
135
|
-
return
|
|
136
|
-
}, ys = (t, e, i, o,
|
|
135
|
+
return r;
|
|
136
|
+
}, ys = (t, e, i, o, r) => {
|
|
137
137
|
let s;
|
|
138
|
-
|
|
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
|
|
141
|
-
const o = G(),
|
|
140
|
+
function l(t, e, i) {
|
|
141
|
+
const o = G(), r = We(), s = ce();
|
|
142
142
|
return ue(() => {
|
|
143
|
-
let a = bs(
|
|
143
|
+
let a = bs(r, t.node, e, i);
|
|
144
144
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
145
145
|
}), q(s, (a, p) => {
|
|
146
|
-
ne(a, p) || ys(
|
|
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 } =
|
|
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
152
|
m.value = [e.value, i.value, o.value];
|
|
153
153
|
}), ue(() => {
|
|
154
154
|
e.value = m.value[0], i.value = m.value[1], o.value = m.value[2];
|
|
155
155
|
}), ue(() => {
|
|
156
|
-
u.value = [
|
|
156
|
+
u.value = [r.value, s.value, a.value];
|
|
157
157
|
}), ue(() => {
|
|
158
|
-
|
|
158
|
+
r.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
159
159
|
}), ue(() => {
|
|
160
160
|
c.value = [p.value, d.value, b.value];
|
|
161
161
|
}), ue(() => {
|
|
@@ -164,8 +164,8 @@ function me(t) {
|
|
|
164
164
|
}
|
|
165
165
|
function lo(t) {
|
|
166
166
|
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
167
|
-
function o(
|
|
168
|
-
|
|
167
|
+
function o(r) {
|
|
168
|
+
r.legend = {
|
|
169
169
|
show: e.value,
|
|
170
170
|
data: i.value
|
|
171
171
|
};
|
|
@@ -181,44 +181,44 @@ function ao(t) {
|
|
|
181
181
|
}
|
|
182
182
|
function uo(t) {
|
|
183
183
|
const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), o = k(() => t.node.title?.subtext);
|
|
184
|
-
function
|
|
184
|
+
function r(s) {
|
|
185
185
|
s.title = {
|
|
186
186
|
show: e.value,
|
|
187
187
|
text: i.value,
|
|
188
188
|
subtext: o.value
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
|
-
return { show: e, text: i, subtext: o, applyTitle:
|
|
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), i = k(() => t.node.xAxis?.position), o = k(() => t.node.xAxis?.type),
|
|
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
198
|
position: i.value,
|
|
199
199
|
type: o.value,
|
|
200
|
-
data:
|
|
200
|
+
data: r.value
|
|
201
201
|
};
|
|
202
202
|
}
|
|
203
|
-
return { show: e, position: i, type: o, data:
|
|
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), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type),
|
|
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
210
|
position: i.value,
|
|
211
211
|
type: o.value,
|
|
212
|
-
data:
|
|
212
|
+
data: r.value
|
|
213
213
|
};
|
|
214
214
|
}
|
|
215
|
-
return { show: e, position: i, type: o, data:
|
|
215
|
+
return { show: e, position: i, type: o, data: r, applyYAxis: s };
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
const { computedThemes: e } = ms(), i =
|
|
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
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" ?
|
|
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,28 +228,28 @@ 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), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color:
|
|
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), i.value && (m.borderWidth = i.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: i, borderColor:
|
|
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), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom),
|
|
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), i.value && (a.marginLeft = i.value), o.value && (a.marginBottom = o.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: i, marginBottom: o, marginRight:
|
|
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), i = k(() => t.node.padding?.left), o = k(() => t.node.padding?.bottom),
|
|
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), i.value && (a.paddingLeft = i.value), o.value && (a.paddingBottom = o.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: i, paddingBottom: o, paddingRight:
|
|
249
|
+
return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: r, applyPadding: s };
|
|
250
250
|
}
|
|
251
251
|
function he(t) {
|
|
252
|
-
const e = G(), i =
|
|
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
254
|
const m = Ut(t.node.size?.height);
|
|
255
255
|
if (m)
|
|
@@ -272,20 +272,20 @@ function he(t) {
|
|
|
272
272
|
return t.node.size?.maxHeight;
|
|
273
273
|
});
|
|
274
274
|
function b(m) {
|
|
275
|
-
o.value && (m.width = o.value),
|
|
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: o, minWidth:
|
|
277
|
+
return { width: o, minWidth: r, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: b };
|
|
278
278
|
}
|
|
279
279
|
function po(t, e, i) {
|
|
280
|
-
const o = k(() => e.node.basic.id),
|
|
280
|
+
const o = k(() => e.node.basic.id), r = k(() => `callMethod@${o.value}`);
|
|
281
281
|
Wo(() => {
|
|
282
|
-
t.eventBus?.on(
|
|
283
|
-
}),
|
|
284
|
-
t.eventBus?.off(
|
|
282
|
+
t.eventBus?.on(r.value, i);
|
|
283
|
+
}), Ke(() => {
|
|
284
|
+
t.eventBus?.off(r.value, i);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
const t =
|
|
287
|
+
function N() {
|
|
288
|
+
const t = Be();
|
|
289
289
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
290
290
|
}
|
|
291
291
|
const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], gs = /* @__PURE__ */ $({
|
|
@@ -295,13 +295,13 @@ 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, i = G(), { position: o, rotation:
|
|
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
300
|
position: n(o),
|
|
301
|
-
rotation: n(
|
|
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),
|
|
@@ -309,11 +309,11 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
309
309
|
near: n(b),
|
|
310
310
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
311
311
|
right: n(m),
|
|
312
|
-
rotation: n(i) !== "editor" ? n(
|
|
312
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
313
313
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
|
|
314
314
|
top: n(u)
|
|
315
315
|
}, [
|
|
316
|
-
n(i) === "editor" ? (v(), V(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, i = G(), { position: o, rotation:
|
|
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
335
|
position: n(o),
|
|
336
|
-
rotation: n(
|
|
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
345
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
346
|
-
rotation: n(i) !== "editor" ? n(
|
|
346
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
347
347
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
348
348
|
}, [
|
|
349
|
-
n(i) === "editor" ? (v(), V(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,20 +363,20 @@ 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: i } =
|
|
366
|
+
const e = t, { prop: i } = l(e, ["settings", "depth"]), { prop: o } = l(e, [
|
|
367
367
|
"settings",
|
|
368
368
|
"depthSegements"
|
|
369
|
-
]), { prop:
|
|
369
|
+
]), { prop: r } = l(e, ["settings", "height"]), { prop: s } = l(e, [
|
|
370
370
|
"settings",
|
|
371
371
|
"heightSegements"
|
|
372
|
-
]), { prop: a } =
|
|
372
|
+
]), { prop: a } = l(e, ["settings", "width"]), { prop: p } = l(e, [
|
|
373
373
|
"settings",
|
|
374
374
|
"widthSegements"
|
|
375
375
|
]);
|
|
376
376
|
return (d, b) => (v(), Y("TresBoxGeometry", {
|
|
377
377
|
args: [
|
|
378
378
|
n(a),
|
|
379
|
-
n(
|
|
379
|
+
n(r),
|
|
380
380
|
n(i),
|
|
381
381
|
n(p),
|
|
382
382
|
n(s),
|
|
@@ -386,8 +386,8 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
386
386
|
}
|
|
387
387
|
}), ge = (t, e) => {
|
|
388
388
|
const i = t.__vccOpts || t;
|
|
389
|
-
for (const [o,
|
|
390
|
-
i[o] =
|
|
389
|
+
for (const [o, r] of e)
|
|
390
|
+
i[o] = r;
|
|
391
391
|
return i;
|
|
392
392
|
}, ws = ["args"], Vs = /* @__PURE__ */ $({
|
|
393
393
|
__name: "index",
|
|
@@ -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: i } =
|
|
399
|
+
const e = t, { prop: i } = l(e, [
|
|
400
400
|
"settings",
|
|
401
401
|
"heightSegments"
|
|
402
|
-
]), { prop: o } =
|
|
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
|
]);
|
|
@@ -408,32 +408,32 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
408
408
|
n(s),
|
|
409
409
|
n(d),
|
|
410
410
|
n(i),
|
|
411
|
-
n(
|
|
411
|
+
n(r),
|
|
412
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, i = G(), { position: o, rotation:
|
|
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
427
|
position: n(o),
|
|
428
|
-
rotation: n(
|
|
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
435
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
436
|
-
rotation: n(i) !== "editor" ? n(
|
|
436
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
437
437
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
438
438
|
}, [
|
|
439
439
|
L(b.$slots, "default")
|
|
@@ -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, i = G(), { position: o, rotation:
|
|
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
454
|
position: n(o),
|
|
455
|
-
rotation: n(
|
|
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
462
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
463
|
-
rotation: n(i) !== "editor" ? n(
|
|
463
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
464
464
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
465
465
|
}, [
|
|
466
|
-
n(i) === "editor" ? (v(), V(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, i = G(), { position: o, rotation:
|
|
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
485
|
position: n(o),
|
|
486
|
-
rotation: n(
|
|
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
495
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
496
|
-
rotation: n(i) !== "editor" ? n(
|
|
496
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
497
497
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
498
498
|
}, [
|
|
499
|
-
n(i) === "editor" ? (v(), V(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, i = G(), { position: o, rotation:
|
|
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
518
|
position: n(o),
|
|
519
|
-
rotation: n(
|
|
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),
|
|
@@ -528,10 +528,10 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
528
528
|
intensity: n(u),
|
|
529
529
|
penumbra: n(c),
|
|
530
530
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
531
|
-
rotation: n(i) !== "editor" ? n(
|
|
531
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
532
532
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
533
533
|
}, [
|
|
534
|
-
n(i) === "editor" ? (v(), V(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),
|
|
@@ -545,56 +545,56 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
545
545
|
function Bs(t, e) {
|
|
546
546
|
return v(), Y("TresMeshBasicMaterial");
|
|
547
547
|
}
|
|
548
|
-
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]),
|
|
548
|
+
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation", "scale"], Ns = /* @__PURE__ */ $({
|
|
549
549
|
__name: "index",
|
|
550
550
|
props: {
|
|
551
551
|
node: {},
|
|
552
552
|
outer: { type: Boolean }
|
|
553
553
|
},
|
|
554
554
|
setup(t) {
|
|
555
|
-
const e = t, i = G(), { position: o, rotation:
|
|
555
|
+
const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e);
|
|
556
556
|
return (a, p) => (v(), V(n(ye), {
|
|
557
557
|
position: n(o),
|
|
558
|
-
rotation: n(
|
|
558
|
+
rotation: n(r),
|
|
559
559
|
scale: n(s)
|
|
560
560
|
}, {
|
|
561
|
-
default:
|
|
561
|
+
default: S(() => [
|
|
562
562
|
ie("TresGroup", {
|
|
563
563
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
564
|
-
rotation: n(i) !== "editor" ? n(
|
|
564
|
+
rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
|
|
565
565
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
566
566
|
}, [
|
|
567
567
|
L(a.$slots, "default")
|
|
568
|
-
], 8,
|
|
568
|
+
], 8, Es)
|
|
569
569
|
]),
|
|
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: i, rotation: o, scale:
|
|
580
|
+
const e = t, { position: i, rotation: o, scale: r } = me(e);
|
|
581
581
|
return (s, a) => (v(), Y("TresMesh", {
|
|
582
582
|
position: n(i),
|
|
583
583
|
rotation: n(o),
|
|
584
|
-
scale: n(
|
|
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]]), Ns = ["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]]), Ns = ["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,
|
|
@@ -637,54 +637,54 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation
|
|
|
637
637
|
geo: Lr,
|
|
638
638
|
categoryAxis: Br,
|
|
639
639
|
valueAxis: Wr,
|
|
640
|
-
logAxis:
|
|
641
|
-
timeAxis:
|
|
642
|
-
toolbox:
|
|
643
|
-
legend:
|
|
644
|
-
tooltip:
|
|
640
|
+
logAxis: Er,
|
|
641
|
+
timeAxis: Nr,
|
|
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, i =
|
|
670
|
-
const
|
|
671
|
-
return
|
|
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
|
-
},
|
|
681
|
-
const
|
|
682
|
-
f(
|
|
680
|
+
}, E = () => {
|
|
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
690
|
() => i.value.width,
|
|
@@ -697,47 +697,47 @@ const Ur = /* @__PURE__ */ $({
|
|
|
697
697
|
u
|
|
698
698
|
],
|
|
699
699
|
async () => {
|
|
700
|
-
await Xi(),
|
|
700
|
+
await Xi(), R();
|
|
701
701
|
}
|
|
702
702
|
), q([o], () => {
|
|
703
|
-
F(),
|
|
703
|
+
F(), E();
|
|
704
704
|
}), q(
|
|
705
705
|
[e],
|
|
706
706
|
() => {
|
|
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, i =
|
|
723
|
-
const
|
|
724
|
-
return
|
|
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
|
-
},
|
|
734
|
-
const
|
|
735
|
-
f(
|
|
733
|
+
}, E = () => {
|
|
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
743
|
() => i.value.width,
|
|
@@ -750,17 +750,17 @@ const Ur = /* @__PURE__ */ $({
|
|
|
750
750
|
u
|
|
751
751
|
],
|
|
752
752
|
async () => {
|
|
753
|
-
await Xi(),
|
|
753
|
+
await Xi(), R();
|
|
754
754
|
}
|
|
755
755
|
), q([o], () => {
|
|
756
|
-
F(),
|
|
756
|
+
F(), E();
|
|
757
757
|
}), q(
|
|
758
758
|
[e],
|
|
759
759
|
() => {
|
|
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,13 +772,13 @@ const Ur = /* @__PURE__ */ $({
|
|
|
772
772
|
state: {}
|
|
773
773
|
},
|
|
774
774
|
setup(t) {
|
|
775
|
-
const { t: e } = ps(), i = t, o = de(),
|
|
776
|
-
|
|
775
|
+
const { t: e } = ps(), i = t, o = de(), r = ic(), s = ce(-1), a = ce();
|
|
776
|
+
yc(a), ue(() => {
|
|
777
777
|
if (!i.refContext.refid) {
|
|
778
778
|
s.value = -1, a.value = void 0;
|
|
779
779
|
return;
|
|
780
780
|
}
|
|
781
|
-
const c =
|
|
781
|
+
const c = r.value[i.refContext.refid];
|
|
782
782
|
if (!c) {
|
|
783
783
|
s.value = -1, a.value = void 0, to.emit("compNotAvail", i.refContext.refid);
|
|
784
784
|
return;
|
|
@@ -786,7 +786,7 @@ const Ur = /* @__PURE__ */ $({
|
|
|
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[o.value.version].refKey, h =
|
|
789
|
+
const f = wo[o.value.version].refKey, h = Ce[f];
|
|
790
790
|
return h ? ae(h.comp, {
|
|
791
791
|
refContext: {
|
|
792
792
|
parent: i.refContext,
|
|
@@ -796,7 +796,7 @@ const Ur = /* @__PURE__ */ $({
|
|
|
796
796
|
}) : (console.assert(!1, `ref element not found key=${f}`), ae("div", `ref element not found key=${f}`));
|
|
797
797
|
}
|
|
798
798
|
function d(c) {
|
|
799
|
-
const f =
|
|
799
|
+
const f = Ce[c.basic.key];
|
|
800
800
|
if (!f)
|
|
801
801
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
802
802
|
const h = [];
|
|
@@ -840,7 +840,7 @@ const Ur = /* @__PURE__ */ $({
|
|
|
840
840
|
outer: { type: Boolean }
|
|
841
841
|
},
|
|
842
842
|
setup(t) {
|
|
843
|
-
const e = t, { prop: i } =
|
|
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, {
|
|
@@ -848,9 +848,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
848
848
|
dot: n(o),
|
|
849
849
|
"offset-x": n(s),
|
|
850
850
|
"offset-y": n(a),
|
|
851
|
-
theme: n(
|
|
851
|
+
theme: n(r)
|
|
852
852
|
}, {
|
|
853
|
-
default:
|
|
853
|
+
default: S(() => [
|
|
854
854
|
L(p.$slots, "default")
|
|
855
855
|
]),
|
|
856
856
|
_: 3
|
|
@@ -864,15 +864,15 @@ const Ur = /* @__PURE__ */ $({
|
|
|
864
864
|
outer: { type: Boolean }
|
|
865
865
|
},
|
|
866
866
|
setup(t) {
|
|
867
|
-
const e = t, i = G(), o =
|
|
867
|
+
const e = t, i = G(), o = We(), { prop: r } = l(e, [
|
|
868
868
|
"settings",
|
|
869
869
|
"addIcon",
|
|
870
870
|
"append"
|
|
871
|
-
]), { prop: s } =
|
|
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 } =
|
|
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
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
|
]));
|
|
@@ -880,9 +880,9 @@ const Ur = /* @__PURE__ */ $({
|
|
|
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
|
-
"append-icon": n(
|
|
885
|
+
"append-icon": n(r),
|
|
886
886
|
block: n(s),
|
|
887
887
|
color: n(p),
|
|
888
888
|
density: n(d),
|
|
@@ -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(
|
|
903
|
-
variant: n(
|
|
904
|
-
width: n(
|
|
905
|
-
onClick:
|
|
902
|
+
theme: n(R),
|
|
903
|
+
variant: n(E),
|
|
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
|
|
@@ -913,7 +913,7 @@ const Ur = /* @__PURE__ */ $({
|
|
|
913
913
|
function Zr(t, e) {
|
|
914
914
|
const i = z("v-btn-group");
|
|
915
915
|
return v(), V(i, null, {
|
|
916
|
-
default:
|
|
916
|
+
default: S(() => [
|
|
917
917
|
L(t.$slots, "default")
|
|
918
918
|
]),
|
|
919
919
|
_: 3
|
|
@@ -926,13 +926,13 @@ 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: i } =
|
|
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
933
|
block: n(i),
|
|
934
934
|
disabled: n(o),
|
|
935
|
-
divided: n(
|
|
935
|
+
divided: n(r),
|
|
936
936
|
mandatory: n(s),
|
|
937
937
|
multiple: n(a),
|
|
938
938
|
readonly: n(p),
|
|
@@ -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,13 +956,13 @@ 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: i } =
|
|
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(
|
|
961
|
+
const M = z("v-card");
|
|
962
|
+
return v(), V(M, {
|
|
963
963
|
density: n(i),
|
|
964
964
|
disabled: n(o),
|
|
965
|
-
height: n(
|
|
965
|
+
height: n(r),
|
|
966
966
|
hover: n(s),
|
|
967
967
|
loading: n(a),
|
|
968
968
|
"max-height": n(p),
|
|
@@ -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,8 +990,8 @@ 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: i } =
|
|
994
|
-
return (
|
|
993
|
+
const e = t, { prop: i } = l(e, ["settings", "disabled"]), { prop: o } = l(e, ["settings", "readonly"]);
|
|
994
|
+
return (r, s) => {
|
|
995
995
|
const a = z("v-checkbox");
|
|
996
996
|
return v(), V(a, {
|
|
997
997
|
disabled: n(i),
|
|
@@ -1006,12 +1006,12 @@ 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: i } =
|
|
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
1013
|
closable: n(i),
|
|
1014
|
-
color: n(
|
|
1014
|
+
color: n(r),
|
|
1015
1015
|
density: n(s),
|
|
1016
1016
|
disabled: n(a),
|
|
1017
1017
|
draggable: n(p),
|
|
@@ -1033,22 +1033,22 @@ 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: i } =
|
|
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) =>
|
|
1041
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1042
1042
|
column: n(i),
|
|
1043
1043
|
direction: n(o),
|
|
1044
|
-
disabled: n(
|
|
1044
|
+
disabled: n(r),
|
|
1045
1045
|
filter: n(s),
|
|
1046
1046
|
mandatory: n(a),
|
|
1047
1047
|
multiple: n(p),
|
|
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,13 +1062,13 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1062
1062
|
outer: { type: Boolean }
|
|
1063
1063
|
},
|
|
1064
1064
|
setup(t) {
|
|
1065
|
-
const e = t, i = pe(), o = de(), { applySize:
|
|
1065
|
+
const e = t, i = pe(), o = de(), { applySize: r } = he(e), s = k(() => {
|
|
1066
1066
|
const h = {}, x = o.value.type;
|
|
1067
|
-
return i === "page" ? x === "common" ?
|
|
1068
|
-
}), { prop: a } =
|
|
1067
|
+
return i === "page" ? x === "common" ? r(h) : console.assert(!1) : i === "comp" && x === "common" ? r(h) : console.assert(!1), h;
|
|
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"
|
|
1071
|
-
]), { theme: f } =
|
|
1071
|
+
]), { theme: f } = N();
|
|
1072
1072
|
return (h, x) => {
|
|
1073
1073
|
const g = z("v-color-picker");
|
|
1074
1074
|
return v(), V(g, {
|
|
@@ -1091,17 +1091,17 @@ 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: i } =
|
|
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) =>
|
|
1101
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1102
1102
|
"hide-details": n(i),
|
|
1103
1103
|
label: n(o),
|
|
1104
|
-
placeholder: n(
|
|
1104
|
+
placeholder: n(r),
|
|
1105
1105
|
readonly: n(s),
|
|
1106
1106
|
"single-line": n(a),
|
|
1107
1107
|
theme: n(p)
|
|
@@ -1118,10 +1118,10 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1118
1118
|
outer: { type: Boolean }
|
|
1119
1119
|
},
|
|
1120
1120
|
setup(t) {
|
|
1121
|
-
const e = t, i = pe(), o = de(), { prop:
|
|
1121
|
+
const e = t, i = pe(), o = de(), { prop: r } = l(e, [
|
|
1122
1122
|
"settings",
|
|
1123
1123
|
"backgroundColor"
|
|
1124
|
-
]), { color: s } =
|
|
1124
|
+
]), { color: s } = K(r), { applySize: a } = he(e), { applyMargin: p } = Ln(e), { applyPadding: d } = Bn(e), { applyBorder: b } = An(e), m = k(() => {
|
|
1125
1125
|
const u = {}, c = o.value.type;
|
|
1126
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
|
});
|
|
@@ -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: i } =
|
|
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);
|
|
@@ -1149,7 +1149,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1149
1149
|
return v(), V(g, {
|
|
1150
1150
|
density: n(i),
|
|
1151
1151
|
"fixed-footer": n(o),
|
|
1152
|
-
"fixed-header": n(
|
|
1152
|
+
"fixed-header": n(r),
|
|
1153
1153
|
headers: n(s),
|
|
1154
1154
|
height: n(a),
|
|
1155
1155
|
hover: n(p),
|
|
@@ -1159,9 +1159,9 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
|
1159
1159
|
theme: n(u),
|
|
1160
1160
|
width: n(c)
|
|
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 }
|
|
@@ -1183,7 +1183,7 @@ 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, i = G(), o =
|
|
1186
|
+
const e = t, i = G(), o = We(), r = k(() => e.node.basic?.id), { open: s } = no(`runtimeDlg/${Yi()}`);
|
|
1187
1187
|
return po(o, e, (p) => {
|
|
1188
1188
|
if (i !== "runtime" && i !== "preview")
|
|
1189
1189
|
return;
|
|
@@ -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:
|
|
1199
|
+
activator: S(() => [
|
|
1200
1200
|
n(i) === "editor" ? (v(), Y("div", {
|
|
1201
1201
|
key: 0,
|
|
1202
|
-
id: `__node__@${
|
|
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,13 +1216,13 @@ 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: i } =
|
|
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
1223
|
chips: n(i),
|
|
1224
1224
|
density: n(o),
|
|
1225
|
-
direction: n(
|
|
1225
|
+
direction: n(r),
|
|
1226
1226
|
disabled: n(s),
|
|
1227
1227
|
label: n(a),
|
|
1228
1228
|
loading: n(p),
|
|
@@ -1240,21 +1240,21 @@ 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, i =
|
|
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
|
-
const f = {}, h =
|
|
1257
|
+
const f = {}, h = r.value.type;
|
|
1258
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", {
|
|
@@ -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, i = pe(), o = de(), { applySize:
|
|
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
1274
|
const d = {}, b = o.value.type;
|
|
1275
|
-
return i === "page" ? b === "common" ? (
|
|
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,11 +1287,11 @@ 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, i = G(), o = pe(),
|
|
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 } =
|
|
1294
|
-
const g = {}, w =
|
|
1293
|
+
]), { color: b } = K(d), { applySize: m } = he(e), { applyMargin: u } = Ln(e), { applyPadding: c } = Bn(e), { applyBorder: f } = An(e), h = k(() => {
|
|
1294
|
+
const g = {}, w = r.value.type;
|
|
1295
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__", [
|
|
@@ -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
|
-
onSubmit:
|
|
1308
|
+
onSubmit: No(x, ["prevent"])
|
|
1309
1309
|
}, {
|
|
1310
|
-
default:
|
|
1310
|
+
default: S(() => [
|
|
1311
1311
|
L(g.$slots, "default")
|
|
1312
1312
|
]),
|
|
1313
1313
|
_: 3
|
|
@@ -1321,12 +1321,12 @@ 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: i } =
|
|
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
1328
|
color: n(o),
|
|
1329
|
-
disabled: n(
|
|
1329
|
+
disabled: n(r),
|
|
1330
1330
|
icon: n(s),
|
|
1331
1331
|
size: n(a),
|
|
1332
1332
|
theme: n(p)
|
|
@@ -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, i = G(), o =
|
|
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
1344
|
return po(o, e, (m) => {
|
|
1345
1345
|
if (i !== "runtime" && i !== "preview")
|
|
1346
1346
|
return;
|
|
1347
1347
|
const { name: u } = m;
|
|
1348
|
-
u === "open" ? (
|
|
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:
|
|
1359
|
+
activator: S(() => [
|
|
1360
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,33 +1376,33 @@ 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: i } =
|
|
1379
|
+
const e = t, { prop: i } = l(e, [
|
|
1380
1380
|
"settings",
|
|
1381
1381
|
"addIcon",
|
|
1382
1382
|
"append"
|
|
1383
|
-
]), { prop: o } =
|
|
1383
|
+
]), { prop: o } = l(e, [
|
|
1384
1384
|
"settings",
|
|
1385
1385
|
"addIcon",
|
|
1386
1386
|
"appendInner"
|
|
1387
|
-
]), { prop:
|
|
1387
|
+
]), { prop: r } = l(e, ["settings", "clearable"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "max"]), { prop: b } = l(e, ["size", "maxWidth"]), { prop: m } = l(e, ["settings", "min"]), { prop: u } = l(e, ["size", "minWidth"]), { prop: c } = l(e, ["settings", "placeholder"]), { prop: f } = l(e, ["settings", "precision"]), { prop: h } = l(e, ["settings", "prefix"]), { prop: x } = l(e, [
|
|
1388
1388
|
"settings",
|
|
1389
1389
|
"addIcon",
|
|
1390
1390
|
"prepend"
|
|
1391
|
-
]), { prop: g } =
|
|
1391
|
+
]), { prop: g } = l(e, [
|
|
1392
1392
|
"settings",
|
|
1393
1393
|
"addIcon",
|
|
1394
1394
|
"prependInner"
|
|
1395
|
-
]), { prop: w } =
|
|
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
|
-
modelValue: n(
|
|
1402
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) =>
|
|
1401
|
+
modelValue: n(E),
|
|
1402
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => O(E) ? E.value = le : null),
|
|
1403
1403
|
"append-icon": n(i),
|
|
1404
1404
|
"append-inner-icon": n(o),
|
|
1405
|
-
clearable: n(
|
|
1405
|
+
clearable: n(r),
|
|
1406
1406
|
"hide-details": n(s),
|
|
1407
1407
|
label: n(a),
|
|
1408
1408
|
loading: n(p),
|
|
@@ -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,22 +1436,22 @@ 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, i = G(), { prop: o } =
|
|
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
|
-
]), { prop: p } =
|
|
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
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) =>
|
|
1452
|
+
"onUpdate:modelValue": x[0] || (x[0] = (w) => O(u) ? u.value = w : null),
|
|
1453
1453
|
density: n(o),
|
|
1454
|
-
disabled: n(
|
|
1454
|
+
disabled: n(r),
|
|
1455
1455
|
length: n(s),
|
|
1456
1456
|
"show-first-last-page": n(a),
|
|
1457
1457
|
size: n(p),
|
|
@@ -1473,12 +1473,12 @@ 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: i } =
|
|
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
1480
|
color: n(o),
|
|
1481
|
-
density: n(
|
|
1481
|
+
density: n(r),
|
|
1482
1482
|
disabled: n(s),
|
|
1483
1483
|
label: n(a),
|
|
1484
1484
|
readonly: n(p),
|
|
@@ -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: i } =
|
|
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) =>
|
|
1504
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1505
1505
|
density: n(i),
|
|
1506
1506
|
direction: n(o),
|
|
1507
|
-
disabled: n(
|
|
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,12 +1526,12 @@ 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: i } =
|
|
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")
|
|
1533
1533
|
return !0;
|
|
1534
|
-
}), { prop: c } =
|
|
1534
|
+
}), { prop: c } = l(e, ["settings", "step"]), { theme: f } = N(), { prop: h } = l(e, [
|
|
1535
1535
|
"settings",
|
|
1536
1536
|
"thumbLabel"
|
|
1537
1537
|
]), x = k(() => {
|
|
@@ -1539,37 +1539,37 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1539
1539
|
return "always";
|
|
1540
1540
|
if (h.value === "show")
|
|
1541
1541
|
return !0;
|
|
1542
|
-
}), { prop: g } =
|
|
1542
|
+
}), { prop: g } = l(e, ["settings", "thumbSize"]), { prop: w } = l(e, ["settings", "ticks"]), C = k(() => {
|
|
1543
1543
|
if (!w.value)
|
|
1544
1544
|
return;
|
|
1545
|
-
const
|
|
1546
|
-
for (const { value:
|
|
1547
|
-
|
|
1548
|
-
if (!Qi(
|
|
1549
|
-
return
|
|
1550
|
-
}), { prop:
|
|
1545
|
+
const E = {};
|
|
1546
|
+
for (const { value: I, label: D } of w.value)
|
|
1547
|
+
E[I] = D;
|
|
1548
|
+
if (!Qi(E))
|
|
1549
|
+
return E;
|
|
1550
|
+
}), { prop: M } = l(e, ["settings", "tickSize"]), { prop: W } = l(e, [
|
|
1551
1551
|
"settings",
|
|
1552
1552
|
"value",
|
|
1553
1553
|
"start"
|
|
1554
|
-
]), { prop: F } =
|
|
1554
|
+
]), { prop: F } = l(e, ["settings", "value", "end"]), R = k({
|
|
1555
1555
|
get: () => [W.value, F.value],
|
|
1556
|
-
set: ([
|
|
1557
|
-
W.value =
|
|
1556
|
+
set: ([E, I]) => {
|
|
1557
|
+
W.value = E, F.value = I;
|
|
1558
1558
|
}
|
|
1559
1559
|
});
|
|
1560
|
-
return (
|
|
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":
|
|
1566
|
+
default: S(() => [
|
|
1567
|
+
H(D, {
|
|
1568
|
+
modelValue: R.value,
|
|
1569
|
+
"onUpdate:modelValue": I[0] || (I[0] = (J) => R.value = J),
|
|
1570
1570
|
density: n(i),
|
|
1571
1571
|
direction: n(o),
|
|
1572
|
-
disabled: n(
|
|
1572
|
+
disabled: n(r),
|
|
1573
1573
|
"hide-details": n(s),
|
|
1574
1574
|
label: n(a),
|
|
1575
1575
|
max: n(p),
|
|
@@ -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,20 +1595,20 @@ 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: i } =
|
|
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
|
-
]), { prop: a } =
|
|
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) =>
|
|
1608
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1609
1609
|
clearable: n(i),
|
|
1610
1610
|
density: n(o),
|
|
1611
|
-
disabled: n(
|
|
1611
|
+
disabled: n(r),
|
|
1612
1612
|
"half-increments": n(s),
|
|
1613
1613
|
hover: n(a),
|
|
1614
1614
|
length: n(p),
|
|
@@ -1620,24 +1620,24 @@ 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: i } =
|
|
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) =>
|
|
1637
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
|
|
1638
1638
|
"hide-details": n(i),
|
|
1639
1639
|
label: n(o),
|
|
1640
|
-
placeholder: n(
|
|
1640
|
+
placeholder: n(r),
|
|
1641
1641
|
readonly: n(s),
|
|
1642
1642
|
"single-line": n(a),
|
|
1643
1643
|
theme: n(p)
|
|
@@ -1647,50 +1647,50 @@ 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: i } =
|
|
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")
|
|
1661
1661
|
return !0;
|
|
1662
|
-
}), { prop: h } =
|
|
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 } =
|
|
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:
|
|
1678
|
-
le[
|
|
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:
|
|
1681
|
+
}), { prop: E } = l(e, ["settings", "tickSize"]), { prop: I } = l(e, [
|
|
1682
1682
|
"settings",
|
|
1683
1683
|
"trackColor"
|
|
1684
|
-
]), { color:
|
|
1685
|
-
return (le,
|
|
1686
|
-
const
|
|
1684
|
+
]), { color: D } = K(I), { prop: J } = l(e, ["settings", "value"]), { prop: te } = l(e, ["slots", "append"]), { prop: re } = l(e, ["slots", "prepend"]);
|
|
1685
|
+
return (le, Ee) => {
|
|
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":
|
|
1691
|
+
"onUpdate:modelValue": Ee[0] || (Ee[0] = (Bo) => O(J) ? J.value = Bo : null),
|
|
1692
1692
|
color: n(o),
|
|
1693
|
-
direction: n(
|
|
1693
|
+
direction: n(r),
|
|
1694
1694
|
disabled: n(s),
|
|
1695
1695
|
"hide-details": n(a),
|
|
1696
1696
|
label: n(p),
|
|
@@ -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
|
-
"tick-size": n(
|
|
1708
|
-
ticks:
|
|
1709
|
-
"track-color": n(
|
|
1707
|
+
"tick-size": n(E),
|
|
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: i } =
|
|
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
|
-
modelValue: n(
|
|
1749
|
-
"onUpdate:modelValue": a[0] || (a[0] = (d) =>
|
|
1748
|
+
modelValue: n(r),
|
|
1749
|
+
"onUpdate:modelValue": a[0] || (a[0] = (d) => O(r) ? r.value = d : null),
|
|
1750
1750
|
"hide-actions": n(i),
|
|
1751
1751
|
theme: n(o)
|
|
1752
1752
|
}, {
|
|
1753
|
-
default:
|
|
1753
|
+
default: S(() => [
|
|
1754
1754
|
L(s.$slots, "default")
|
|
1755
1755
|
]),
|
|
1756
1756
|
_: 3
|
|
@@ -1761,7 +1761,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PUR
|
|
|
1761
1761
|
function Pl(t, e) {
|
|
1762
1762
|
const i = z("v-stepper-header");
|
|
1763
1763
|
return v(), V(i, null, {
|
|
1764
|
-
default:
|
|
1764
|
+
default: S(() => [
|
|
1765
1765
|
L(t.$slots, "default")
|
|
1766
1766
|
]),
|
|
1767
1767
|
_: 3
|
|
@@ -1774,11 +1774,11 @@ 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: i } =
|
|
1778
|
-
return (o,
|
|
1777
|
+
const e = t, { prop: i } = l(e, ["settings", "value"]);
|
|
1778
|
+
return (o, r) => {
|
|
1779
1779
|
const s = z("v-stepper-item");
|
|
1780
1780
|
return v(), V(s, { value: n(i) }, {
|
|
1781
|
-
default:
|
|
1781
|
+
default: S(() => [
|
|
1782
1782
|
L(o.$slots, "default")
|
|
1783
1783
|
]),
|
|
1784
1784
|
_: 3
|
|
@@ -1789,51 +1789,51 @@ const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ $({
|
|
|
1789
1789
|
function Bl(t, e) {
|
|
1790
1790
|
const i = z("v-stepper-window");
|
|
1791
1791
|
return v(), V(i, null, {
|
|
1792
|
-
default:
|
|
1792
|
+
default: S(() => [
|
|
1793
1793
|
L(t.$slots, "default")
|
|
1794
1794
|
]),
|
|
1795
1795
|
_: 3
|
|
1796
1796
|
});
|
|
1797
1797
|
}
|
|
1798
|
-
const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]),
|
|
1798
|
+
const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ $({
|
|
1799
1799
|
__name: "index",
|
|
1800
1800
|
props: {
|
|
1801
1801
|
node: {},
|
|
1802
1802
|
outer: { type: Boolean }
|
|
1803
1803
|
},
|
|
1804
1804
|
setup(t) {
|
|
1805
|
-
const e = t, { prop: i } =
|
|
1806
|
-
return (o,
|
|
1805
|
+
const e = t, { prop: i } = l(e, ["settings", "value"]);
|
|
1806
|
+
return (o, r) => {
|
|
1807
1807
|
const s = z("v-stepper-window-item");
|
|
1808
1808
|
return v(), V(s, { value: n(i) }, {
|
|
1809
|
-
default:
|
|
1809
|
+
default: S(() => [
|
|
1810
1810
|
L(o.$slots, "default")
|
|
1811
1811
|
]),
|
|
1812
1812
|
_: 3
|
|
1813
1813
|
}, 8, ["value"]);
|
|
1814
1814
|
};
|
|
1815
1815
|
}
|
|
1816
|
-
}),
|
|
1816
|
+
}), Nl = /* @__PURE__ */ $({
|
|
1817
1817
|
__name: "index",
|
|
1818
1818
|
props: {
|
|
1819
1819
|
node: {},
|
|
1820
1820
|
outer: { type: Boolean }
|
|
1821
1821
|
},
|
|
1822
1822
|
setup(t) {
|
|
1823
|
-
const e = t, { prop: i } =
|
|
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
|
-
]), { prop: p } =
|
|
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) =>
|
|
1833
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => O(c) ? c.value = g : null),
|
|
1834
1834
|
density: n(i),
|
|
1835
1835
|
direction: n(o),
|
|
1836
|
-
disabled: n(
|
|
1836
|
+
disabled: n(r),
|
|
1837
1837
|
"hide-details": n(s),
|
|
1838
1838
|
indeterminate: n(a),
|
|
1839
1839
|
inline: n(p),
|
|
@@ -1847,25 +1847,25 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__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, i = G(), { prop: o } =
|
|
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
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
1867
|
text: n(o),
|
|
1868
|
-
theme: n(
|
|
1868
|
+
theme: n(r),
|
|
1869
1869
|
value: n(s)
|
|
1870
1870
|
}, null, 8, ["style", "text", "theme", "value"])
|
|
1871
1871
|
]),
|
|
@@ -1873,36 +1873,36 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__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: i } =
|
|
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:
|
|
1887
|
+
]), { color: r } = K(o), { prop: s } = l(e, [
|
|
1888
1888
|
"settings",
|
|
1889
1889
|
"centerActive"
|
|
1890
|
-
]), { prop: a } =
|
|
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":
|
|
1903
|
+
"onUpdate:modelValue": E[0] || (E[0] = (D) => O(F) ? F.value = D : null),
|
|
1904
1904
|
"align-tabs": n(i),
|
|
1905
|
-
"bg-color": n(
|
|
1905
|
+
"bg-color": n(r),
|
|
1906
1906
|
"center-active": n(s),
|
|
1907
1907
|
color: n(p),
|
|
1908
1908
|
density: n(d),
|
|
@@ -1915,30 +1915,30 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__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, i =
|
|
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"), o.value && m.push(`font-${o.value}`),
|
|
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,17 +1947,17 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ $({
|
|
|
1947
1947
|
outer: { type: Boolean }
|
|
1948
1948
|
},
|
|
1949
1949
|
setup(t) {
|
|
1950
|
-
const e = t, { prop: i } =
|
|
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) =>
|
|
1957
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(x) ? x.value = W : null),
|
|
1958
1958
|
"auto-grow": n(i),
|
|
1959
1959
|
clearable: n(o),
|
|
1960
|
-
density: n(
|
|
1960
|
+
density: n(r),
|
|
1961
1961
|
disabled: n(s),
|
|
1962
1962
|
label: n(a),
|
|
1963
1963
|
loading: n(p),
|
|
@@ -1982,29 +1982,29 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ $({
|
|
|
1982
1982
|
outer: { type: Boolean }
|
|
1983
1983
|
},
|
|
1984
1984
|
setup(t) {
|
|
1985
|
-
const e = t, { prop: i } =
|
|
1985
|
+
const e = t, { prop: i } = l(e, ["settings", "appendIcon"]), { prop: o } = l(e, [
|
|
1986
1986
|
"settings",
|
|
1987
1987
|
"appendInnerIcon"
|
|
1988
|
-
]), { prop:
|
|
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 } =
|
|
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) =>
|
|
2004
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => O(W) ? W.value = le : null),
|
|
2005
2005
|
"append-icon": n(i),
|
|
2006
2006
|
"append-inner-icon": n(o),
|
|
2007
|
-
autofocus: n(
|
|
2007
|
+
autofocus: n(r),
|
|
2008
2008
|
clearable: n(s),
|
|
2009
2009
|
density: n(a),
|
|
2010
2010
|
disabled: n(p),
|
|
@@ -2019,44 +2019,44 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__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
|
]),
|
|
2033
2033
|
key: "0"
|
|
2034
2034
|
} : void 0,
|
|
2035
|
-
n(
|
|
2035
|
+
n(E) ? {
|
|
2036
2036
|
name: "append-inner",
|
|
2037
|
-
fn:
|
|
2037
|
+
fn: S(() => [
|
|
2038
2038
|
H(n(fe), {
|
|
2039
|
-
"ref-context": { refid: n(
|
|
2039
|
+
"ref-context": { refid: n(E) },
|
|
2040
2040
|
state: {}
|
|
2041
2041
|
}, null, 8, ["ref-context"])
|
|
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,32 +2075,32 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ $({
|
|
|
2075
2075
|
outer: { type: Boolean }
|
|
2076
2076
|
},
|
|
2077
2077
|
setup(t) {
|
|
2078
|
-
const e = t, { prop: i } =
|
|
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
|
-
]), { prop: b } =
|
|
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"
|
|
2093
|
-
]), { prop: f } =
|
|
2093
|
+
]), { prop: f } = l(e, ["settings", "side"]), { prop: h } = l(e, [
|
|
2094
2094
|
"settings",
|
|
2095
2095
|
"line",
|
|
2096
2096
|
"truncate"
|
|
2097
|
-
]), { theme: x } =
|
|
2097
|
+
]), { theme: x } = N();
|
|
2098
2098
|
return (g, w) => {
|
|
2099
2099
|
const C = z("v-timeline");
|
|
2100
2100
|
return v(), V(C, {
|
|
2101
2101
|
align: n(i),
|
|
2102
2102
|
density: n(o),
|
|
2103
|
-
direction: n(
|
|
2103
|
+
direction: n(r),
|
|
2104
2104
|
"dot-color": n(a),
|
|
2105
2105
|
"fill-dot": n(p),
|
|
2106
2106
|
"hide-opposite": n(d),
|
|
@@ -2111,45 +2111,45 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__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
|
|
2121
|
+
}), Kl = {};
|
|
2122
|
+
function jl(t, e) {
|
|
2123
2123
|
const i = z("v-timeline-item");
|
|
2124
2124
|
return v(), V(i, null, {
|
|
2125
|
-
default:
|
|
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: i } =
|
|
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) =>
|
|
2143
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => O(b) ? b.value = f : null),
|
|
2144
2144
|
continuous: n(i),
|
|
2145
|
-
direction: n(
|
|
2145
|
+
direction: n(r),
|
|
2146
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
|
|
@@ -2160,13 +2160,13 @@ const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
|
|
|
2160
2160
|
function Yl(t, e) {
|
|
2161
2161
|
const i = z("v-window-item");
|
|
2162
2162
|
return v(), V(i, null, {
|
|
2163
|
-
default:
|
|
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]]), Ke = "ambient_light_v1", Ue
|
|
|
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]]), Ke = "ambient_light_v1", Ue
|
|
|
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: [
|
|
@@ -2307,7 +2307,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2307
2307
|
defaultArray: []
|
|
2308
2308
|
}
|
|
2309
2309
|
]
|
|
2310
|
-
},
|
|
2310
|
+
}, we = {
|
|
2311
2311
|
key: "margin",
|
|
2312
2312
|
name: "x-runtime-lib.margin",
|
|
2313
2313
|
children: [
|
|
@@ -2340,7 +2340,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2340
2340
|
default: ""
|
|
2341
2341
|
}
|
|
2342
2342
|
]
|
|
2343
|
-
},
|
|
2343
|
+
}, Ve = {
|
|
2344
2344
|
key: "padding",
|
|
2345
2345
|
name: "x-runtime-lib.padding",
|
|
2346
2346
|
children: [
|
|
@@ -2373,7 +2373,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2373
2373
|
default: ""
|
|
2374
2374
|
}
|
|
2375
2375
|
]
|
|
2376
|
-
},
|
|
2376
|
+
}, U = {
|
|
2377
2377
|
key: "size",
|
|
2378
2378
|
name: "x-runtime-lib.size",
|
|
2379
2379
|
children: [
|
|
@@ -2420,7 +2420,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2420
2420
|
default: ""
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|
|
2423
|
-
},
|
|
2423
|
+
}, Fe = {
|
|
2424
2424
|
key: "title",
|
|
2425
2425
|
name: "x-runtime-lib.title",
|
|
2426
2426
|
children: [
|
|
@@ -2529,7 +2529,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2529
2529
|
]
|
|
2530
2530
|
}
|
|
2531
2531
|
]
|
|
2532
|
-
},
|
|
2532
|
+
}, Ge = {
|
|
2533
2533
|
key: "xAxis",
|
|
2534
2534
|
name: "x-runtime-lib.xAxis",
|
|
2535
2535
|
children: [
|
|
@@ -2562,7 +2562,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2562
2562
|
defaultArray: []
|
|
2563
2563
|
}
|
|
2564
2564
|
]
|
|
2565
|
-
},
|
|
2565
|
+
}, He = {
|
|
2566
2566
|
key: "yAxis",
|
|
2567
2567
|
name: "x-runtime-lib.yAxis",
|
|
2568
2568
|
children: [
|
|
@@ -2643,7 +2643,7 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2643
2643
|
}
|
|
2644
2644
|
]
|
|
2645
2645
|
}, Ql = {
|
|
2646
|
-
key:
|
|
2646
|
+
key: _t,
|
|
2647
2647
|
name: "x-runtime-lib.orthographicCamera",
|
|
2648
2648
|
comp: gs,
|
|
2649
2649
|
props: {
|
|
@@ -2689,7 +2689,7 @@ const Jn = {
|
|
|
2689
2689
|
}
|
|
2690
2690
|
]
|
|
2691
2691
|
}, ea = {
|
|
2692
|
-
key:
|
|
2692
|
+
key: Vt,
|
|
2693
2693
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2694
2694
|
comp: vs,
|
|
2695
2695
|
props: {
|
|
@@ -2720,7 +2720,7 @@ const ta = /* @__PURE__ */ $({
|
|
|
2720
2720
|
return (i, o) => n(e) !== "editor" ? (v(), V(n(es), { key: 0 })) : ee("", !0);
|
|
2721
2721
|
}
|
|
2722
2722
|
}), oa = {
|
|
2723
|
-
key:
|
|
2723
|
+
key: bt,
|
|
2724
2724
|
name: "x-runtime-lib.keyboardControls",
|
|
2725
2725
|
comp: ta,
|
|
2726
2726
|
props: {
|
|
@@ -2734,7 +2734,7 @@ const ta = /* @__PURE__ */ $({
|
|
|
2734
2734
|
};
|
|
2735
2735
|
_(oa);
|
|
2736
2736
|
const sa = {
|
|
2737
|
-
key:
|
|
2737
|
+
key: ht,
|
|
2738
2738
|
name: "x-runtime-lib.mapControls",
|
|
2739
2739
|
comp: na,
|
|
2740
2740
|
props: {
|
|
@@ -2748,7 +2748,7 @@ const sa = {
|
|
|
2748
2748
|
};
|
|
2749
2749
|
_(sa);
|
|
2750
2750
|
const ra = {
|
|
2751
|
-
key:
|
|
2751
|
+
key: kt,
|
|
2752
2752
|
name: "x-runtime-lib.orbitControls",
|
|
2753
2753
|
comp: ia,
|
|
2754
2754
|
props: {
|
|
@@ -2767,13 +2767,13 @@ function la(t, e) {
|
|
|
2767
2767
|
console.error(`boxGeometryV1/spawn prop tag not found, ${i}`);
|
|
2768
2768
|
return;
|
|
2769
2769
|
}
|
|
2770
|
-
const
|
|
2771
|
-
if (!
|
|
2770
|
+
const r = Pe.props[o];
|
|
2771
|
+
if (!r) {
|
|
2772
2772
|
console.error(`boxGeometryV1/spawn props not found, ${i}`);
|
|
2773
2773
|
return;
|
|
2774
2774
|
}
|
|
2775
2775
|
const s = {};
|
|
2776
|
-
return P(s,
|
|
2776
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Pe.key, s.transform = {
|
|
2777
2777
|
position: {
|
|
2778
2778
|
x: 0,
|
|
2779
2779
|
y: 0,
|
|
@@ -2802,15 +2802,15 @@ function aa(t, e) {
|
|
|
2802
2802
|
);
|
|
2803
2803
|
return;
|
|
2804
2804
|
}
|
|
2805
|
-
const
|
|
2806
|
-
if (!
|
|
2805
|
+
const r = tn.props[o];
|
|
2806
|
+
if (!r) {
|
|
2807
2807
|
console.error(
|
|
2808
2808
|
`boxGeometryV1/spawnBoxGeometry props not found, ${i}`
|
|
2809
2809
|
);
|
|
2810
2810
|
return;
|
|
2811
2811
|
}
|
|
2812
2812
|
const s = {};
|
|
2813
|
-
return P(s,
|
|
2813
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = tn.key, s.settings = {
|
|
2814
2814
|
width: 1,
|
|
2815
2815
|
height: 1,
|
|
2816
2816
|
depth: 1,
|
|
@@ -2827,15 +2827,15 @@ function ua(t, e) {
|
|
|
2827
2827
|
);
|
|
2828
2828
|
return;
|
|
2829
2829
|
}
|
|
2830
|
-
const
|
|
2831
|
-
if (!
|
|
2830
|
+
const r = Te.props[o];
|
|
2831
|
+
if (!r) {
|
|
2832
2832
|
console.error(
|
|
2833
2833
|
`boxGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
|
|
2834
2834
|
);
|
|
2835
2835
|
return;
|
|
2836
2836
|
}
|
|
2837
2837
|
const s = {};
|
|
2838
|
-
return P(s,
|
|
2838
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Te.key, s;
|
|
2839
2839
|
}
|
|
2840
2840
|
const Zn = {
|
|
2841
2841
|
key: "settings",
|
|
@@ -2882,7 +2882,7 @@ const Zn = {
|
|
|
2882
2882
|
}
|
|
2883
2883
|
]
|
|
2884
2884
|
}, tn = {
|
|
2885
|
-
key:
|
|
2885
|
+
key: Ye,
|
|
2886
2886
|
name: "x-runtime-lib.boxGeometry",
|
|
2887
2887
|
comp: _s,
|
|
2888
2888
|
props: {
|
|
@@ -2902,13 +2902,13 @@ function ca(t, e) {
|
|
|
2902
2902
|
console.error(`sphereGeometryV1/spawn prop tag not found, ${i}`);
|
|
2903
2903
|
return;
|
|
2904
2904
|
}
|
|
2905
|
-
const
|
|
2906
|
-
if (!
|
|
2905
|
+
const r = Pe.props[o];
|
|
2906
|
+
if (!r) {
|
|
2907
2907
|
console.error(`sphereGeometryV1/spawn props not found, ${i}`);
|
|
2908
2908
|
return;
|
|
2909
2909
|
}
|
|
2910
2910
|
const s = {};
|
|
2911
|
-
return P(s,
|
|
2911
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Pe.key, s.transform = {
|
|
2912
2912
|
position: {
|
|
2913
2913
|
x: 0,
|
|
2914
2914
|
y: 0,
|
|
@@ -2937,15 +2937,15 @@ function ma(t, e) {
|
|
|
2937
2937
|
);
|
|
2938
2938
|
return;
|
|
2939
2939
|
}
|
|
2940
|
-
const
|
|
2941
|
-
if (!
|
|
2940
|
+
const r = nn.props[o];
|
|
2941
|
+
if (!r) {
|
|
2942
2942
|
console.error(
|
|
2943
2943
|
`sphereGeometryV1/spawnSphereGeometry props not found, ${i}`
|
|
2944
2944
|
);
|
|
2945
2945
|
return;
|
|
2946
2946
|
}
|
|
2947
2947
|
const s = {};
|
|
2948
|
-
return P(s,
|
|
2948
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = nn.key, s.settings = {
|
|
2949
2949
|
radius: 1,
|
|
2950
2950
|
widthSegements: 32,
|
|
2951
2951
|
heightSegements: 16,
|
|
@@ -2963,15 +2963,15 @@ function pa(t, e) {
|
|
|
2963
2963
|
);
|
|
2964
2964
|
return;
|
|
2965
2965
|
}
|
|
2966
|
-
const
|
|
2967
|
-
if (!
|
|
2966
|
+
const r = Te.props[o];
|
|
2967
|
+
if (!r) {
|
|
2968
2968
|
console.error(
|
|
2969
2969
|
`sphereGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
|
|
2970
2970
|
);
|
|
2971
2971
|
return;
|
|
2972
2972
|
}
|
|
2973
2973
|
const s = {};
|
|
2974
|
-
return P(s,
|
|
2974
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Te.key, s;
|
|
2975
2975
|
}
|
|
2976
2976
|
const qn = {
|
|
2977
2977
|
key: "settings",
|
|
@@ -3026,7 +3026,7 @@ const qn = {
|
|
|
3026
3026
|
}
|
|
3027
3027
|
]
|
|
3028
3028
|
}, nn = {
|
|
3029
|
-
key:
|
|
3029
|
+
key: zt,
|
|
3030
3030
|
name: "x-runtime-lib.sphereGeometry",
|
|
3031
3031
|
comp: Vs,
|
|
3032
3032
|
props: {
|
|
@@ -3040,15 +3040,15 @@ const qn = {
|
|
|
3040
3040
|
spawn: ca
|
|
3041
3041
|
};
|
|
3042
3042
|
_(nn);
|
|
3043
|
-
const
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3043
|
+
const Ft = B(j);
|
|
3044
|
+
Ft.children[0].default = "custom";
|
|
3045
|
+
Ft.children[2].children[0].default = "0xffffff";
|
|
3046
|
+
Ft.children[2].children[1].default = "0xffffff";
|
|
3047
3047
|
const Qn = {
|
|
3048
3048
|
key: "settings",
|
|
3049
3049
|
name: "x-runtime-lib.settings",
|
|
3050
3050
|
children: [
|
|
3051
|
-
|
|
3051
|
+
Ft,
|
|
3052
3052
|
{
|
|
3053
3053
|
key: "intensity",
|
|
3054
3054
|
name: "x-runtime-lib.intensity",
|
|
@@ -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,15 +3070,15 @@ const Qn = {
|
|
|
3070
3070
|
slots: []
|
|
3071
3071
|
};
|
|
3072
3072
|
_(da);
|
|
3073
|
-
const
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3073
|
+
const Gt = B(j);
|
|
3074
|
+
Gt.children[0].default = "custom";
|
|
3075
|
+
Gt.children[2].children[0].default = "0xffffff";
|
|
3076
|
+
Gt.children[2].children[1].default = "0xffffff";
|
|
3077
3077
|
const ei = {
|
|
3078
3078
|
key: "settings",
|
|
3079
3079
|
name: "x-runtime-lib.settings",
|
|
3080
3080
|
children: [
|
|
3081
|
-
|
|
3081
|
+
Gt,
|
|
3082
3082
|
{
|
|
3083
3083
|
key: "intensity",
|
|
3084
3084
|
name: "x-runtime-lib.intensity",
|
|
@@ -3088,7 +3088,7 @@ const ei = {
|
|
|
3088
3088
|
}
|
|
3089
3089
|
]
|
|
3090
3090
|
}, fa = {
|
|
3091
|
-
key:
|
|
3091
|
+
key: ut,
|
|
3092
3092
|
name: "x-runtime-lib.directionalLight",
|
|
3093
3093
|
comp: Cs,
|
|
3094
3094
|
props: {
|
|
@@ -3100,15 +3100,15 @@ const ei = {
|
|
|
3100
3100
|
slots: []
|
|
3101
3101
|
};
|
|
3102
3102
|
_(fa);
|
|
3103
|
-
const
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3103
|
+
const Ht = B(j);
|
|
3104
|
+
Ht.children[0].default = "custom";
|
|
3105
|
+
Ht.children[2].children[0].default = "0xffffff";
|
|
3106
|
+
Ht.children[2].children[1].default = "0xffffff";
|
|
3107
3107
|
const ti = {
|
|
3108
3108
|
key: "settings",
|
|
3109
3109
|
name: "x-runtime-lib.settings",
|
|
3110
3110
|
children: [
|
|
3111
|
-
|
|
3111
|
+
Ht,
|
|
3112
3112
|
{
|
|
3113
3113
|
key: "intensity",
|
|
3114
3114
|
name: "x-runtime-lib.intensity",
|
|
@@ -3132,7 +3132,7 @@ const ti = {
|
|
|
3132
3132
|
}
|
|
3133
3133
|
]
|
|
3134
3134
|
}, ba = {
|
|
3135
|
-
key:
|
|
3135
|
+
key: $t,
|
|
3136
3136
|
name: "x-runtime-lib.pointLight",
|
|
3137
3137
|
comp: Ps,
|
|
3138
3138
|
props: {
|
|
@@ -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",
|
|
@@ -3193,7 +3193,7 @@ const ni = {
|
|
|
3193
3193
|
}
|
|
3194
3194
|
]
|
|
3195
3195
|
}, ya = {
|
|
3196
|
-
key:
|
|
3196
|
+
key: At,
|
|
3197
3197
|
name: "x-runtime-lib.spotLight",
|
|
3198
3198
|
comp: As,
|
|
3199
3199
|
props: {
|
|
@@ -3205,7 +3205,7 @@ const ni = {
|
|
|
3205
3205
|
slots: []
|
|
3206
3206
|
};
|
|
3207
3207
|
_(ya);
|
|
3208
|
-
const
|
|
3208
|
+
const Te = {
|
|
3209
3209
|
key: Zl,
|
|
3210
3210
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3211
3211
|
comp: Ws,
|
|
@@ -3218,11 +3218,11 @@ const Ce = {
|
|
|
3218
3218
|
slots: [],
|
|
3219
3219
|
leaf: !0
|
|
3220
3220
|
};
|
|
3221
|
-
_(
|
|
3221
|
+
_(Te);
|
|
3222
3222
|
const ha = {
|
|
3223
|
-
key:
|
|
3223
|
+
key: dt,
|
|
3224
3224
|
name: "x-runtime-lib.group",
|
|
3225
|
-
comp:
|
|
3225
|
+
comp: Ns,
|
|
3226
3226
|
props: {
|
|
3227
3227
|
pageScene: [y, X],
|
|
3228
3228
|
compScene: [y, X]
|
|
@@ -3232,10 +3232,10 @@ const ha = {
|
|
|
3232
3232
|
slots: []
|
|
3233
3233
|
};
|
|
3234
3234
|
_(ha);
|
|
3235
|
-
const
|
|
3236
|
-
key:
|
|
3235
|
+
const Pe = {
|
|
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]
|
|
@@ -3244,20 +3244,20 @@ const Te = {
|
|
|
3244
3244
|
methods: [],
|
|
3245
3245
|
slots: []
|
|
3246
3246
|
};
|
|
3247
|
-
_(
|
|
3247
|
+
_(Pe);
|
|
3248
3248
|
function ga(t, e) {
|
|
3249
3249
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3250
3250
|
if (!o) {
|
|
3251
3251
|
console.error(`barChartV1/spawn prop tag not found, ${i}`);
|
|
3252
3252
|
return;
|
|
3253
3253
|
}
|
|
3254
|
-
const
|
|
3255
|
-
if (!
|
|
3254
|
+
const r = on.props[o];
|
|
3255
|
+
if (!r) {
|
|
3256
3256
|
console.error(`barChartV1/spawn props not found, ${i}`);
|
|
3257
3257
|
return;
|
|
3258
3258
|
}
|
|
3259
3259
|
const s = {};
|
|
3260
|
-
return P(s,
|
|
3260
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = on.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3261
3261
|
{
|
|
3262
3262
|
type: "bar",
|
|
3263
3263
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3286,12 +3286,12 @@ const ii = {
|
|
|
3286
3286
|
array: !0,
|
|
3287
3287
|
defaultArray: []
|
|
3288
3288
|
}, on = {
|
|
3289
|
-
key:
|
|
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: [],
|
|
@@ -3306,13 +3306,13 @@ function xa(t, e) {
|
|
|
3306
3306
|
console.error(`lineChartV1/spawn prop tag not found, ${i}`);
|
|
3307
3307
|
return;
|
|
3308
3308
|
}
|
|
3309
|
-
const
|
|
3310
|
-
if (!
|
|
3309
|
+
const r = sn.props[o];
|
|
3310
|
+
if (!r) {
|
|
3311
3311
|
console.error(`lineChartV1/spawn props not found, ${i}`);
|
|
3312
3312
|
return;
|
|
3313
3313
|
}
|
|
3314
3314
|
const s = {};
|
|
3315
|
-
return P(s,
|
|
3315
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = sn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3316
3316
|
{
|
|
3317
3317
|
type: "line",
|
|
3318
3318
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3341,12 +3341,12 @@ const oi = {
|
|
|
3341
3341
|
array: !0,
|
|
3342
3342
|
defaultArray: []
|
|
3343
3343
|
}, sn = {
|
|
3344
|
-
key:
|
|
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,7 +3355,7 @@ const oi = {
|
|
|
3355
3355
|
spawn: xa
|
|
3356
3356
|
};
|
|
3357
3357
|
_(sn);
|
|
3358
|
-
const jt = B(
|
|
3358
|
+
const jt = B(j);
|
|
3359
3359
|
jt.key = "backgroundColor";
|
|
3360
3360
|
jt.name = "x-runtime-lib.backgroundColor";
|
|
3361
3361
|
const si = {
|
|
@@ -3450,7 +3450,7 @@ const li = {
|
|
|
3450
3450
|
default: !1
|
|
3451
3451
|
}
|
|
3452
3452
|
]
|
|
3453
|
-
},
|
|
3453
|
+
}, Sc = {
|
|
3454
3454
|
key: Ue,
|
|
3455
3455
|
name: "x-runtime-lib.badge",
|
|
3456
3456
|
comp: Xr,
|
|
@@ -3468,15 +3468,15 @@ function ka(t, e) {
|
|
|
3468
3468
|
console.error(`btnV1/spawn prop tag not found, ${i}`);
|
|
3469
3469
|
return;
|
|
3470
3470
|
}
|
|
3471
|
-
const
|
|
3472
|
-
if (!
|
|
3471
|
+
const r = rn.props[o];
|
|
3472
|
+
if (!r) {
|
|
3473
3473
|
console.error(`btnV1/spawn props not found, ${i}`);
|
|
3474
3474
|
return;
|
|
3475
3475
|
}
|
|
3476
3476
|
const s = {};
|
|
3477
|
-
return P(s,
|
|
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: [
|
|
@@ -3564,12 +3564,12 @@ const _a = B(K), ai = {
|
|
|
3564
3564
|
}
|
|
3565
3565
|
]
|
|
3566
3566
|
}, rn = {
|
|
3567
|
-
key:
|
|
3567
|
+
key: Je,
|
|
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
|
{
|
|
@@ -3585,7 +3585,7 @@ const _a = B(K), ai = {
|
|
|
3585
3585
|
};
|
|
3586
3586
|
_(rn);
|
|
3587
3587
|
const wa = {
|
|
3588
|
-
key:
|
|
3588
|
+
key: Ze,
|
|
3589
3589
|
name: "x-runtime-lib.buttonGroup",
|
|
3590
3590
|
comp: qr,
|
|
3591
3591
|
props: {
|
|
@@ -3659,7 +3659,7 @@ const ui = {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
]
|
|
3661
3661
|
}, Va = {
|
|
3662
|
-
key:
|
|
3662
|
+
key: qe,
|
|
3663
3663
|
name: "x-runtime-lib.buttonToggle",
|
|
3664
3664
|
comp: Qr,
|
|
3665
3665
|
props: {
|
|
@@ -3677,13 +3677,13 @@ function $a(t, e) {
|
|
|
3677
3677
|
console.error(`cardV1/spawn prop tag not found, ${i}`);
|
|
3678
3678
|
return;
|
|
3679
3679
|
}
|
|
3680
|
-
const
|
|
3681
|
-
if (!
|
|
3680
|
+
const r = ze.props[o];
|
|
3681
|
+
if (!r) {
|
|
3682
3682
|
console.error(`cardV1/spawn props not found, ${i}`);
|
|
3683
3683
|
return;
|
|
3684
3684
|
}
|
|
3685
3685
|
const s = {};
|
|
3686
|
-
return P(s,
|
|
3686
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = ze.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3687
3687
|
}
|
|
3688
3688
|
const ci = {
|
|
3689
3689
|
key: "settings",
|
|
@@ -3740,20 +3740,20 @@ const ci = {
|
|
|
3740
3740
|
default: !1
|
|
3741
3741
|
}
|
|
3742
3742
|
]
|
|
3743
|
-
},
|
|
3744
|
-
key:
|
|
3743
|
+
}, ze = {
|
|
3744
|
+
key: Qe,
|
|
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: [],
|
|
3753
3753
|
slots: [],
|
|
3754
3754
|
spawn: $a
|
|
3755
3755
|
};
|
|
3756
|
-
_(
|
|
3756
|
+
_(ze);
|
|
3757
3757
|
const mi = {
|
|
3758
3758
|
key: "settings",
|
|
3759
3759
|
name: "x-runtime-lib.settings",
|
|
@@ -3771,8 +3771,8 @@ const mi = {
|
|
|
3771
3771
|
default: ""
|
|
3772
3772
|
}
|
|
3773
3773
|
]
|
|
3774
|
-
},
|
|
3775
|
-
key:
|
|
3774
|
+
}, Sa = {
|
|
3775
|
+
key: et,
|
|
3776
3776
|
name: "x-runtime-lib.checkbox",
|
|
3777
3777
|
comp: tl,
|
|
3778
3778
|
props: {
|
|
@@ -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,10 +3858,10 @@ const Sa = B(K), pi = {
|
|
|
3858
3858
|
ui: "switch",
|
|
3859
3859
|
default: !1
|
|
3860
3860
|
},
|
|
3861
|
-
|
|
3861
|
+
Ia
|
|
3862
3862
|
]
|
|
3863
3863
|
}, ln = {
|
|
3864
|
-
key:
|
|
3864
|
+
key: tt,
|
|
3865
3865
|
name: "x-runtime-lib.chip",
|
|
3866
3866
|
comp: nl,
|
|
3867
3867
|
props: {
|
|
@@ -3880,13 +3880,13 @@ function Ca(t, e) {
|
|
|
3880
3880
|
console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
|
|
3881
3881
|
return;
|
|
3882
3882
|
}
|
|
3883
|
-
const
|
|
3884
|
-
if (!
|
|
3883
|
+
const r = an.props[o];
|
|
3884
|
+
if (!r) {
|
|
3885
3885
|
console.error(`chipGroupV1/spawn props not found, ${i}`);
|
|
3886
3886
|
return;
|
|
3887
3887
|
}
|
|
3888
3888
|
const s = {};
|
|
3889
|
-
return P(s,
|
|
3889
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = an.key, s.children = [
|
|
3890
3890
|
xe(t, e, "chip1", "chip 1"),
|
|
3891
3891
|
xe(t, e, "chip2", "chip 2"),
|
|
3892
3892
|
xe(t, e, "chip3", "chip 3"),
|
|
@@ -3896,14 +3896,14 @@ function Ca(t, e) {
|
|
|
3896
3896
|
], s;
|
|
3897
3897
|
}
|
|
3898
3898
|
function xe(t, e, i, o) {
|
|
3899
|
-
const
|
|
3899
|
+
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
3900
3900
|
if (!s) {
|
|
3901
|
-
console.error(`chipGroupV1/spawnChip prop tag not found, ${
|
|
3901
|
+
console.error(`chipGroupV1/spawnChip prop tag not found, ${r}`);
|
|
3902
3902
|
return;
|
|
3903
3903
|
}
|
|
3904
3904
|
const a = ln.props[s];
|
|
3905
3905
|
if (!a) {
|
|
3906
|
-
console.error(`chipGroupV1/spawnChip props not found, ${
|
|
3906
|
+
console.error(`chipGroupV1/spawnChip props not found, ${r}`);
|
|
3907
3907
|
return;
|
|
3908
3908
|
}
|
|
3909
3909
|
const p = {};
|
|
@@ -3964,7 +3964,7 @@ const di = {
|
|
|
3964
3964
|
}
|
|
3965
3965
|
]
|
|
3966
3966
|
}, an = {
|
|
3967
|
-
key:
|
|
3967
|
+
key: nt,
|
|
3968
3968
|
name: "x-runtime-lib.chipGroup",
|
|
3969
3969
|
comp: il,
|
|
3970
3970
|
props: {
|
|
@@ -3978,7 +3978,7 @@ const di = {
|
|
|
3978
3978
|
};
|
|
3979
3979
|
_(an);
|
|
3980
3980
|
const Ta = {
|
|
3981
|
-
key:
|
|
3981
|
+
key: it,
|
|
3982
3982
|
name: "x-runtime-lib.colorPicker",
|
|
3983
3983
|
comp: ol,
|
|
3984
3984
|
props: {
|
|
@@ -4033,7 +4033,7 @@ const fi = {
|
|
|
4033
4033
|
}
|
|
4034
4034
|
]
|
|
4035
4035
|
}, Pa = {
|
|
4036
|
-
key:
|
|
4036
|
+
key: ot,
|
|
4037
4037
|
name: "x-runtime-lib.combobox",
|
|
4038
4038
|
comp: sl,
|
|
4039
4039
|
props: {
|
|
@@ -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
|
-
key:
|
|
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
|
{
|
|
@@ -4225,7 +4225,7 @@ const yi = {
|
|
|
4225
4225
|
}
|
|
4226
4226
|
]
|
|
4227
4227
|
}, za = {
|
|
4228
|
-
key:
|
|
4228
|
+
key: rt,
|
|
4229
4229
|
name: "x-runtime-lib.dataTable",
|
|
4230
4230
|
comp: ll,
|
|
4231
4231
|
props: {
|
|
@@ -4239,7 +4239,7 @@ const yi = {
|
|
|
4239
4239
|
};
|
|
4240
4240
|
_(za);
|
|
4241
4241
|
const Aa = {
|
|
4242
|
-
key:
|
|
4242
|
+
key: lt,
|
|
4243
4243
|
name: "x-runtime-lib.datePicker",
|
|
4244
4244
|
comp: cl,
|
|
4245
4245
|
props: {
|
|
@@ -4253,7 +4253,7 @@ const Aa = {
|
|
|
4253
4253
|
};
|
|
4254
4254
|
_(Aa);
|
|
4255
4255
|
const La = {
|
|
4256
|
-
key:
|
|
4256
|
+
key: at,
|
|
4257
4257
|
name: "x-runtime-lib.dialog",
|
|
4258
4258
|
comp: pl,
|
|
4259
4259
|
props: {
|
|
@@ -4283,8 +4283,8 @@ const xi = {
|
|
|
4283
4283
|
key: "settings",
|
|
4284
4284
|
name: "x-runtime-lib.settings",
|
|
4285
4285
|
children: []
|
|
4286
|
-
},
|
|
4287
|
-
key:
|
|
4286
|
+
}, Ic = {
|
|
4287
|
+
key: ct,
|
|
4288
4288
|
name: "x-runtime-lib.fileInput",
|
|
4289
4289
|
comp: dl,
|
|
4290
4290
|
props: {
|
|
@@ -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: [],
|
|
@@ -4331,13 +4331,13 @@ function Ba(t, e) {
|
|
|
4331
4331
|
console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
|
|
4332
4332
|
return;
|
|
4333
4333
|
}
|
|
4334
|
-
const
|
|
4335
|
-
if (!
|
|
4334
|
+
const r = Ae.props[o];
|
|
4335
|
+
if (!r) {
|
|
4336
4336
|
console.error(`flexLayoutV1/spawn props not found, ${i}`);
|
|
4337
4337
|
return;
|
|
4338
4338
|
}
|
|
4339
4339
|
const s = {};
|
|
4340
|
-
return P(s,
|
|
4340
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Ae.key, s.children = [
|
|
4341
4341
|
mn(
|
|
4342
4342
|
t,
|
|
4343
4343
|
e,
|
|
@@ -4361,7 +4361,7 @@ function Ba(t, e) {
|
|
|
4361
4361
|
Wa(t, e)
|
|
4362
4362
|
], s;
|
|
4363
4363
|
}
|
|
4364
|
-
function mn(t, e, i, o,
|
|
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,7 +4375,7 @@ function mn(t, e, i, o, l, 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, o && (c.size.width = o),
|
|
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
4381
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -4383,8 +4383,8 @@ function Wa(t, e) {
|
|
|
4383
4383
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
|
|
4384
4384
|
return;
|
|
4385
4385
|
}
|
|
4386
|
-
const
|
|
4387
|
-
if (!
|
|
4386
|
+
const r = cn.props[o];
|
|
4387
|
+
if (!r) {
|
|
4388
4388
|
console.error(`flexLayoutV1/spawnEntry props not found, ${i}`);
|
|
4389
4389
|
return;
|
|
4390
4390
|
}
|
|
@@ -4394,7 +4394,7 @@ function Wa(t, e) {
|
|
|
4394
4394
|
key: ""
|
|
4395
4395
|
}
|
|
4396
4396
|
};
|
|
4397
|
-
return P(s,
|
|
4397
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = cn.key, s.children = [
|
|
4398
4398
|
mn(
|
|
4399
4399
|
t,
|
|
4400
4400
|
e,
|
|
@@ -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
|
-
},
|
|
4584
|
-
key:
|
|
4583
|
+
}, Ae = {
|
|
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
|
{
|
|
@@ -4599,7 +4599,7 @@ const ki = {
|
|
|
4599
4599
|
slots: [],
|
|
4600
4600
|
spawn: Ba
|
|
4601
4601
|
};
|
|
4602
|
-
_(
|
|
4602
|
+
_(Ae);
|
|
4603
4603
|
const _i = {
|
|
4604
4604
|
key: "settings",
|
|
4605
4605
|
name: "x-runtime-lib.settings",
|
|
@@ -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: {
|
|
@@ -4789,33 +4789,33 @@ const _i = {
|
|
|
4789
4789
|
leaf: !0
|
|
4790
4790
|
};
|
|
4791
4791
|
_(pn);
|
|
4792
|
-
function
|
|
4792
|
+
function Ea(t, e) {
|
|
4793
4793
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4794
4794
|
if (!o) {
|
|
4795
4795
|
console.error(`formV1/spawn prop tag not found, ${i}`);
|
|
4796
4796
|
return;
|
|
4797
4797
|
}
|
|
4798
|
-
const
|
|
4799
|
-
if (!
|
|
4798
|
+
const r = dn.props[o];
|
|
4799
|
+
if (!r) {
|
|
4800
4800
|
console.error(`formV1/spawn props not found, ${i}`);
|
|
4801
4801
|
return;
|
|
4802
4802
|
}
|
|
4803
4803
|
const s = {};
|
|
4804
|
-
return P(s,
|
|
4804
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = dn.key, s.children = [Na(t, e)], s;
|
|
4805
4805
|
}
|
|
4806
|
-
function
|
|
4806
|
+
function Na(t, e) {
|
|
4807
4807
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4808
4808
|
if (!o) {
|
|
4809
4809
|
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
4810
4810
|
return;
|
|
4811
4811
|
}
|
|
4812
|
-
const
|
|
4813
|
-
if (!
|
|
4812
|
+
const r = pn.props[o];
|
|
4813
|
+
if (!r) {
|
|
4814
4814
|
console.error(`formV1/spawnTextField props not found, ${i}`);
|
|
4815
4815
|
return;
|
|
4816
4816
|
}
|
|
4817
4817
|
const s = {};
|
|
4818
|
-
return P(s,
|
|
4818
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = pn.key, s;
|
|
4819
4819
|
}
|
|
4820
4820
|
const Vi = {
|
|
4821
4821
|
key: "settings",
|
|
@@ -4836,12 +4836,12 @@ const Vi = {
|
|
|
4836
4836
|
}
|
|
4837
4837
|
]
|
|
4838
4838
|
}, dn = {
|
|
4839
|
-
key:
|
|
4839
|
+
key: pt,
|
|
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
|
{
|
|
@@ -4852,10 +4852,10 @@ const Vi = {
|
|
|
4852
4852
|
],
|
|
4853
4853
|
methods: [],
|
|
4854
4854
|
slots: [],
|
|
4855
|
-
spawn:
|
|
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,10 +4878,10 @@ const Ra = B(K), $i = {
|
|
|
4878
4878
|
items: "sizeItemsV1",
|
|
4879
4879
|
default: "default"
|
|
4880
4880
|
},
|
|
4881
|
-
|
|
4881
|
+
Ma
|
|
4882
4882
|
]
|
|
4883
|
-
},
|
|
4884
|
-
key:
|
|
4883
|
+
}, Ra = {
|
|
4884
|
+
key: ft,
|
|
4885
4885
|
name: "x-runtime-lib.icon",
|
|
4886
4886
|
comp: hl,
|
|
4887
4887
|
props: {
|
|
@@ -4893,9 +4893,9 @@ const Ra = B(K), $i = {
|
|
|
4893
4893
|
slots: [],
|
|
4894
4894
|
leaf: !0
|
|
4895
4895
|
};
|
|
4896
|
-
_(
|
|
4897
|
-
const
|
|
4898
|
-
key:
|
|
4896
|
+
_(Ra);
|
|
4897
|
+
const Da = {
|
|
4898
|
+
key: gt,
|
|
4899
4899
|
name: "x-runtime-lib.menu",
|
|
4900
4900
|
comp: xl,
|
|
4901
4901
|
props: {
|
|
@@ -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
4925
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4926
4926
|
if (!o) {
|
|
4927
4927
|
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
4928
4928
|
return;
|
|
4929
4929
|
}
|
|
4930
|
-
const
|
|
4931
|
-
if (!
|
|
4930
|
+
const r = fn.props[o];
|
|
4931
|
+
if (!r) {
|
|
4932
4932
|
console.error(`numberInputV1/spawn props not found, ${i}`);
|
|
4933
4933
|
return;
|
|
4934
4934
|
}
|
|
4935
4935
|
const s = {};
|
|
4936
|
-
return P(s,
|
|
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: [
|
|
@@ -5103,12 +5103,12 @@ const Ii = {
|
|
|
5103
5103
|
}
|
|
5104
5104
|
]
|
|
5105
5105
|
}, fn = {
|
|
5106
|
-
key:
|
|
5106
|
+
key: vt,
|
|
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
|
{
|
|
@@ -5207,7 +5207,7 @@ const Ci = {
|
|
|
5207
5207
|
}
|
|
5208
5208
|
]
|
|
5209
5209
|
}, Ga = {
|
|
5210
|
-
key:
|
|
5210
|
+
key: wt,
|
|
5211
5211
|
name: "x-runtime-lib.pagination",
|
|
5212
5212
|
comp: kl,
|
|
5213
5213
|
props: {
|
|
@@ -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,33 +5271,33 @@ const Ha = B(K), Ti = {
|
|
|
5271
5271
|
leaf: !0
|
|
5272
5272
|
};
|
|
5273
5273
|
_(bn);
|
|
5274
|
-
function
|
|
5274
|
+
function Ka(t, e) {
|
|
5275
5275
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5276
5276
|
if (!o) {
|
|
5277
5277
|
console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
|
|
5278
5278
|
return;
|
|
5279
5279
|
}
|
|
5280
|
-
const
|
|
5281
|
-
if (!
|
|
5280
|
+
const r = yn.props[o];
|
|
5281
|
+
if (!r) {
|
|
5282
5282
|
console.error(`radioGroupV1/spawn props not found, ${i}`);
|
|
5283
5283
|
return;
|
|
5284
5284
|
}
|
|
5285
5285
|
const s = {};
|
|
5286
|
-
return P(s,
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5286
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = yn.key, s.children = [
|
|
5287
|
+
Xt(t, e, "option1", "Option 1"),
|
|
5288
|
+
Xt(t, e, "option2", "Option 2"),
|
|
5289
|
+
Xt(t, e, "option3", "Option 3")
|
|
5290
5290
|
], s.settings.value = "option1", s;
|
|
5291
5291
|
}
|
|
5292
|
-
function
|
|
5293
|
-
const
|
|
5292
|
+
function Xt(t, e, i, o) {
|
|
5293
|
+
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5294
5294
|
if (!s) {
|
|
5295
|
-
console.error(`radioGroupV1/spawnEntry prop tag not found, ${
|
|
5295
|
+
console.error(`radioGroupV1/spawnEntry prop tag not found, ${r}`);
|
|
5296
5296
|
return;
|
|
5297
5297
|
}
|
|
5298
5298
|
const a = bn.props[s];
|
|
5299
5299
|
if (!a) {
|
|
5300
|
-
console.error(`radioGroupV1/spawnEntry props not found, ${
|
|
5300
|
+
console.error(`radioGroupV1/spawnEntry props not found, ${r}`);
|
|
5301
5301
|
return;
|
|
5302
5302
|
}
|
|
5303
5303
|
const p = {};
|
|
@@ -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,7 +5477,7 @@ const zi = {
|
|
|
5477
5477
|
]
|
|
5478
5478
|
}
|
|
5479
5479
|
]
|
|
5480
|
-
},
|
|
5480
|
+
}, ja = {
|
|
5481
5481
|
key: It,
|
|
5482
5482
|
name: "x-runtime-lib.rangeSlider",
|
|
5483
5483
|
comp: Vl,
|
|
@@ -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,8 +5546,8 @@ const Ai = {
|
|
|
5546
5546
|
default: !1
|
|
5547
5547
|
}
|
|
5548
5548
|
]
|
|
5549
|
-
},
|
|
5550
|
-
key:
|
|
5549
|
+
}, Oa = {
|
|
5550
|
+
key: Ct,
|
|
5551
5551
|
name: "x-runtime-lib.rating",
|
|
5552
5552
|
comp: $l,
|
|
5553
5553
|
props: {
|
|
@@ -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
|
-
},
|
|
5605
|
-
key:
|
|
5604
|
+
}, Ua = {
|
|
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 = {
|
|
@@ -5751,9 +5751,9 @@ const Bi = {
|
|
|
5751
5751
|
}
|
|
5752
5752
|
]
|
|
5753
5753
|
}, Xa = {
|
|
5754
|
-
key:
|
|
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]
|
|
@@ -5777,7 +5777,7 @@ const hn = {
|
|
|
5777
5777
|
slots: []
|
|
5778
5778
|
};
|
|
5779
5779
|
_(hn);
|
|
5780
|
-
const
|
|
5780
|
+
const Ei = {
|
|
5781
5781
|
key: "settings",
|
|
5782
5782
|
name: "x-runtime-lib.settings",
|
|
5783
5783
|
children: [
|
|
@@ -5793,8 +5793,8 @@ const Ni = {
|
|
|
5793
5793
|
name: "x-runtime-lib.stepperItem",
|
|
5794
5794
|
comp: Al,
|
|
5795
5795
|
props: {
|
|
5796
|
-
pageCommon: [y,
|
|
5797
|
-
compCommon: [y,
|
|
5796
|
+
pageCommon: [y, Ei],
|
|
5797
|
+
compCommon: [y, Ei]
|
|
5798
5798
|
},
|
|
5799
5799
|
events: [],
|
|
5800
5800
|
methods: [],
|
|
@@ -5814,7 +5814,7 @@ const xn = {
|
|
|
5814
5814
|
slots: []
|
|
5815
5815
|
};
|
|
5816
5816
|
_(xn);
|
|
5817
|
-
const
|
|
5817
|
+
const Ni = {
|
|
5818
5818
|
key: "settings",
|
|
5819
5819
|
name: "x-runtime-lib.settings",
|
|
5820
5820
|
children: [
|
|
@@ -5828,10 +5828,10 @@ const Ei = {
|
|
|
5828
5828
|
}, vn = {
|
|
5829
5829
|
key: xo,
|
|
5830
5830
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5831
|
-
comp:
|
|
5831
|
+
comp: El,
|
|
5832
5832
|
props: {
|
|
5833
|
-
pageCommon: [y,
|
|
5834
|
-
compCommon: [y,
|
|
5833
|
+
pageCommon: [y, Ni],
|
|
5834
|
+
compCommon: [y, Ni]
|
|
5835
5835
|
},
|
|
5836
5836
|
events: [],
|
|
5837
5837
|
methods: [],
|
|
@@ -5844,13 +5844,13 @@ function Ya(t, e) {
|
|
|
5844
5844
|
console.error(`stepperV1/spawn prop tag not found, ${i}`);
|
|
5845
5845
|
return;
|
|
5846
5846
|
}
|
|
5847
|
-
const
|
|
5848
|
-
if (!
|
|
5847
|
+
const r = kn.props[o];
|
|
5848
|
+
if (!r) {
|
|
5849
5849
|
console.error(`stepperV1/spawn props not found, ${i}`);
|
|
5850
5850
|
return;
|
|
5851
5851
|
}
|
|
5852
5852
|
const s = {};
|
|
5853
|
-
return P(s,
|
|
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
5856
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -5858,25 +5858,25 @@ function Ja(t, e) {
|
|
|
5858
5858
|
console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
|
|
5859
5859
|
return;
|
|
5860
5860
|
}
|
|
5861
|
-
const
|
|
5862
|
-
if (!
|
|
5861
|
+
const r = hn.props[o];
|
|
5862
|
+
if (!r) {
|
|
5863
5863
|
console.error(`stepperV1/spawnHeader props not found, ${i}`);
|
|
5864
5864
|
return;
|
|
5865
5865
|
}
|
|
5866
5866
|
const s = {};
|
|
5867
|
-
return P(s,
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5867
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
|
|
5868
|
+
Yt(t, e, "step1"),
|
|
5869
|
+
Yt(t, e, "step2"),
|
|
5870
|
+
Yt(t, e, "step3")
|
|
5871
5871
|
], s;
|
|
5872
5872
|
}
|
|
5873
|
-
function
|
|
5874
|
-
const o = `type=${t} subtype=${e}`,
|
|
5875
|
-
if (!
|
|
5873
|
+
function Yt(t, e, i) {
|
|
5874
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
5875
|
+
if (!r) {
|
|
5876
5876
|
console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
|
|
5877
5877
|
return;
|
|
5878
5878
|
}
|
|
5879
|
-
const s = gn.props[
|
|
5879
|
+
const s = gn.props[r];
|
|
5880
5880
|
if (!s) {
|
|
5881
5881
|
console.error(`stepperV1/spawnItem props not found, ${o}`);
|
|
5882
5882
|
return;
|
|
@@ -5890,47 +5890,47 @@ function Za(t, e) {
|
|
|
5890
5890
|
console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
|
|
5891
5891
|
return;
|
|
5892
5892
|
}
|
|
5893
|
-
const
|
|
5894
|
-
if (!
|
|
5893
|
+
const r = xn.props[o];
|
|
5894
|
+
if (!r) {
|
|
5895
5895
|
console.error(`stepperV1/spawnWindow props not found, ${i}`);
|
|
5896
5896
|
return;
|
|
5897
5897
|
}
|
|
5898
5898
|
const s = {};
|
|
5899
|
-
return P(s,
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5899
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = xn.key, s.children = [
|
|
5900
|
+
Jt(t, e, "step1", "step 1"),
|
|
5901
|
+
Jt(t, e, "step2", "step 2"),
|
|
5902
|
+
Jt(t, e, "step3", "step 3")
|
|
5903
5903
|
], s;
|
|
5904
5904
|
}
|
|
5905
|
-
function
|
|
5906
|
-
const
|
|
5905
|
+
function Jt(t, e, i, o) {
|
|
5906
|
+
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5907
5907
|
if (!s) {
|
|
5908
|
-
console.error(`stepperV1/spawnWindowItem prop tag not found, ${
|
|
5908
|
+
console.error(`stepperV1/spawnWindowItem prop tag not found, ${r}`);
|
|
5909
5909
|
return;
|
|
5910
5910
|
}
|
|
5911
5911
|
const a = vn.props[s];
|
|
5912
5912
|
if (!a) {
|
|
5913
|
-
console.error(`stepperV1/spawnWindowItem props not found, ${
|
|
5913
|
+
console.error(`stepperV1/spawnWindowItem props not found, ${r}`);
|
|
5914
5914
|
return;
|
|
5915
5915
|
}
|
|
5916
5916
|
const p = {};
|
|
5917
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
5919
|
function qa(t, e, i) {
|
|
5920
|
-
const o = `type=${t} subtype=${e}`,
|
|
5921
|
-
if (!
|
|
5920
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
5921
|
+
if (!r) {
|
|
5922
5922
|
console.error(`stepperV1/spawnCard prop tag not found, ${o}`);
|
|
5923
5923
|
return;
|
|
5924
5924
|
}
|
|
5925
|
-
const s =
|
|
5925
|
+
const s = ze.props[r];
|
|
5926
5926
|
if (!s) {
|
|
5927
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 =
|
|
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: [
|
|
@@ -5948,12 +5948,12 @@ const Ri = {
|
|
|
5948
5948
|
}
|
|
5949
5949
|
]
|
|
5950
5950
|
}, kn = {
|
|
5951
|
-
key:
|
|
5951
|
+
key: Lt,
|
|
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: [],
|
|
@@ -5962,9 +5962,9 @@ const Ri = {
|
|
|
5962
5962
|
};
|
|
5963
5963
|
_(kn);
|
|
5964
5964
|
const Qa = {
|
|
5965
|
-
key:
|
|
5965
|
+
key: Bt,
|
|
5966
5966
|
name: "x-runtime-lib.switch",
|
|
5967
|
-
comp:
|
|
5967
|
+
comp: Nl,
|
|
5968
5968
|
props: {
|
|
5969
5969
|
pageCommon: [y],
|
|
5970
5970
|
compCommon: [y]
|
|
@@ -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: [],
|
|
@@ -6012,42 +6012,42 @@ function eu(t, e) {
|
|
|
6012
6012
|
console.error(`tabsV1/spawn prop tag not found, ${i}`);
|
|
6013
6013
|
return;
|
|
6014
6014
|
}
|
|
6015
|
-
const
|
|
6016
|
-
if (!
|
|
6015
|
+
const r = wn.props[o];
|
|
6016
|
+
if (!r) {
|
|
6017
6017
|
console.error(`tabsV1/spawn props not found, ${i}`);
|
|
6018
6018
|
return;
|
|
6019
6019
|
}
|
|
6020
6020
|
const s = {};
|
|
6021
|
-
return P(s,
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6021
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = wn.key, s.children = [
|
|
6022
|
+
Zt(t, e, "tab1", "tab 1"),
|
|
6023
|
+
Zt(t, e, "tab2", "tab 2"),
|
|
6024
|
+
Zt(t, e, "tab3", "tab 3")
|
|
6025
6025
|
], s;
|
|
6026
6026
|
}
|
|
6027
|
-
function
|
|
6028
|
-
const
|
|
6027
|
+
function Zt(t, e, i, o) {
|
|
6028
|
+
const r = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6029
6029
|
if (!s) {
|
|
6030
|
-
console.error(`tabsV1/spawnTab prop tag not found, ${
|
|
6030
|
+
console.error(`tabsV1/spawnTab prop tag not found, ${r}`);
|
|
6031
6031
|
return;
|
|
6032
6032
|
}
|
|
6033
6033
|
const a = _n.props[s];
|
|
6034
6034
|
if (!a) {
|
|
6035
|
-
console.error(`tabsV1/spawnTab props not found, ${
|
|
6035
|
+
console.error(`tabsV1/spawnTab props not found, ${r}`);
|
|
6036
6036
|
return;
|
|
6037
6037
|
}
|
|
6038
6038
|
const p = {};
|
|
6039
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
|
-
key:
|
|
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: [],
|
|
@@ -6146,13 +6146,13 @@ function tu(t, e) {
|
|
|
6146
6146
|
console.error(`textV1/spawn prop tag not found, ${i}`);
|
|
6147
6147
|
return;
|
|
6148
6148
|
}
|
|
6149
|
-
const
|
|
6150
|
-
if (!
|
|
6149
|
+
const r = be.props[o];
|
|
6150
|
+
if (!r) {
|
|
6151
6151
|
console.error(`textV1/spawn props not found, ${i}`);
|
|
6152
6152
|
return;
|
|
6153
6153
|
}
|
|
6154
6154
|
const s = {};
|
|
6155
|
-
return P(s,
|
|
6155
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = be.key, s.settings.text = "text", s;
|
|
6156
6156
|
}
|
|
6157
6157
|
const Fi = {
|
|
6158
6158
|
key: "settings",
|
|
@@ -6241,9 +6241,9 @@ const Fi = {
|
|
|
6241
6241
|
}
|
|
6242
6242
|
]
|
|
6243
6243
|
}, be = {
|
|
6244
|
-
key:
|
|
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]
|
|
@@ -6261,13 +6261,13 @@ function nu(t, e) {
|
|
|
6261
6261
|
console.error(`textareaV1/spawn prop tag not found, ${i}`);
|
|
6262
6262
|
return;
|
|
6263
6263
|
}
|
|
6264
|
-
const
|
|
6265
|
-
if (!
|
|
6264
|
+
const r = Vn.props[o];
|
|
6265
|
+
if (!r) {
|
|
6266
6266
|
console.error(`textareaV1/spawn props not found, ${i}`);
|
|
6267
6267
|
return;
|
|
6268
6268
|
}
|
|
6269
6269
|
const s = {};
|
|
6270
|
-
return P(s,
|
|
6270
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Vn.key, s.settings.label = "label", s;
|
|
6271
6271
|
}
|
|
6272
6272
|
const Gi = {
|
|
6273
6273
|
key: "settings",
|
|
@@ -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]
|
|
@@ -6374,25 +6374,25 @@ function iu(t, e) {
|
|
|
6374
6374
|
console.error(`timelineV1/spawn prop tag not found, ${i}`);
|
|
6375
6375
|
return;
|
|
6376
6376
|
}
|
|
6377
|
-
const
|
|
6378
|
-
if (!
|
|
6377
|
+
const r = Sn.props[o];
|
|
6378
|
+
if (!r) {
|
|
6379
6379
|
console.error(`timelineV1/spawn props not found, ${i}`);
|
|
6380
6380
|
return;
|
|
6381
6381
|
}
|
|
6382
6382
|
const s = {};
|
|
6383
|
-
return P(s,
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6383
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Sn.key, s.children = [
|
|
6384
|
+
qt(t, e, "timeline 1"),
|
|
6385
|
+
qt(t, e, "timeline 2"),
|
|
6386
|
+
qt(t, e, "timeline 3")
|
|
6387
6387
|
], s;
|
|
6388
6388
|
}
|
|
6389
|
-
function
|
|
6390
|
-
const o = `type=${t} subtype=${e}`,
|
|
6391
|
-
if (!
|
|
6389
|
+
function qt(t, e, i) {
|
|
6390
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6391
|
+
if (!r) {
|
|
6392
6392
|
console.error(`timelineV1/spawnEntry prop tag not found, ${o}`);
|
|
6393
6393
|
return;
|
|
6394
6394
|
}
|
|
6395
|
-
const s = $n.props[
|
|
6395
|
+
const s = $n.props[r];
|
|
6396
6396
|
if (!s) {
|
|
6397
6397
|
console.error(`timelineV1/spawnEntry props not found, ${o}`);
|
|
6398
6398
|
return;
|
|
@@ -6401,12 +6401,12 @@ function Zt(t, e, i) {
|
|
|
6401
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
6403
|
function ou(t, e, i) {
|
|
6404
|
-
const o = `type=${t} subtype=${e}`,
|
|
6405
|
-
if (!
|
|
6404
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6405
|
+
if (!r) {
|
|
6406
6406
|
console.error(`timelineV1/spawnText prop tag not found, ${o}`);
|
|
6407
6407
|
return;
|
|
6408
6408
|
}
|
|
6409
|
-
const s = be.props[
|
|
6409
|
+
const s = be.props[r];
|
|
6410
6410
|
if (!s) {
|
|
6411
6411
|
console.error(`timelineV1/spawnText props not found, ${o}`);
|
|
6412
6412
|
return;
|
|
@@ -6414,7 +6414,7 @@ function ou(t, e, i) {
|
|
|
6414
6414
|
const a = {};
|
|
6415
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,7 +6492,7 @@ const su = B(K), ru = B(K), Hi = {
|
|
|
6492
6492
|
]
|
|
6493
6493
|
}
|
|
6494
6494
|
]
|
|
6495
|
-
},
|
|
6495
|
+
}, Sn = {
|
|
6496
6496
|
key: Rt,
|
|
6497
6497
|
name: "x-runtime-lib.timeline",
|
|
6498
6498
|
comp: Hl,
|
|
@@ -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,60 +6518,60 @@ const Sn = {
|
|
|
6518
6518
|
methods: [],
|
|
6519
6519
|
slots: []
|
|
6520
6520
|
};
|
|
6521
|
-
_(
|
|
6521
|
+
_(In);
|
|
6522
6522
|
function lu(t, e) {
|
|
6523
6523
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6524
6524
|
if (!o) {
|
|
6525
6525
|
console.error(`windowV1/spawn prop tag not found, ${i}`);
|
|
6526
6526
|
return;
|
|
6527
6527
|
}
|
|
6528
|
-
const
|
|
6529
|
-
if (!
|
|
6528
|
+
const r = Cn.props[o];
|
|
6529
|
+
if (!r) {
|
|
6530
6530
|
console.error(`windowV1/spawn props not found, ${i}`);
|
|
6531
6531
|
return;
|
|
6532
6532
|
}
|
|
6533
6533
|
const s = {};
|
|
6534
|
-
return P(s,
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6534
|
+
return P(s, r), s.basic.id = T(16), s.basic.key = Cn.key, s.children = [
|
|
6535
|
+
Qt(t, e, "window 1"),
|
|
6536
|
+
Qt(t, e, "window 2"),
|
|
6537
|
+
Qt(t, e, "window 3")
|
|
6538
6538
|
], s;
|
|
6539
6539
|
}
|
|
6540
|
-
function
|
|
6541
|
-
const o = `type=${t} subtype=${e}`,
|
|
6542
|
-
if (!
|
|
6540
|
+
function Qt(t, e, i) {
|
|
6541
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6542
|
+
if (!r) {
|
|
6543
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
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
6554
|
function au(t, e, i) {
|
|
6555
|
-
const o = `type=${t} subtype=${e}`,
|
|
6556
|
-
if (!
|
|
6555
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6556
|
+
if (!r) {
|
|
6557
6557
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${o}`);
|
|
6558
6558
|
return;
|
|
6559
6559
|
}
|
|
6560
|
-
const s =
|
|
6560
|
+
const s = Ae.props[r];
|
|
6561
6561
|
if (!s) {
|
|
6562
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 =
|
|
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
6568
|
function uu(t, e, i) {
|
|
6569
|
-
const o = `type=${t} subtype=${e}`,
|
|
6570
|
-
if (!
|
|
6569
|
+
const o = `type=${t} subtype=${e}`, r = A(t, e);
|
|
6570
|
+
if (!r) {
|
|
6571
6571
|
console.error(`windowV1/spawnText prop tag not found, ${o}`);
|
|
6572
6572
|
return;
|
|
6573
6573
|
}
|
|
6574
|
-
const s = be.props[
|
|
6574
|
+
const s = be.props[r];
|
|
6575
6575
|
if (!s) {
|
|
6576
6576
|
console.error(`windowV1/spawnText props not found, ${o}`);
|
|
6577
6577
|
return;
|
|
@@ -6579,7 +6579,7 @@ function uu(t, e, i) {
|
|
|
6579
6579
|
const a = {};
|
|
6580
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: [
|
|
@@ -6630,10 +6630,10 @@ const ji = {
|
|
|
6630
6630
|
}, Cn = {
|
|
6631
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,
|
|
@@ -6817,7 +6817,7 @@ const cu = [
|
|
|
6817
6817
|
timelineDirectionItemsV1: Au,
|
|
6818
6818
|
timelineSideItemsV1: Lu,
|
|
6819
6819
|
timelineTruncateLineItemsV1: Bu
|
|
6820
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6820
|
+
}, Symbol.toStringTag, { value: "Module" })), Eu = [
|
|
6821
6821
|
{
|
|
6822
6822
|
title: "x-runtime-lib.notSet",
|
|
6823
6823
|
value: "",
|
|
@@ -6857,7 +6857,7 @@ const cu = [
|
|
|
6857
6857
|
max: 1 / 0,
|
|
6858
6858
|
step: 1
|
|
6859
6859
|
}
|
|
6860
|
-
],
|
|
6860
|
+
], Nu = [
|
|
6861
6861
|
{
|
|
6862
6862
|
title: "x-runtime-lib.notSet",
|
|
6863
6863
|
value: "",
|
|
@@ -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: "",
|
|
@@ -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: "",
|
|
@@ -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: "",
|
|
@@ -7012,222 +7012,222 @@ const cu = [
|
|
|
7012
7012
|
}
|
|
7013
7013
|
], Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7014
7014
|
__proto__: null,
|
|
7015
|
-
borderWidthTypesV1:
|
|
7016
|
-
leftRightTypesV1:
|
|
7017
|
-
marginTypesV1:
|
|
7018
|
-
paddingTypesV1:
|
|
7019
|
-
sizeTypesV1:
|
|
7015
|
+
borderWidthTypesV1: Eu,
|
|
7016
|
+
leftRightTypesV1: Nu,
|
|
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",
|
|
7026
7026
|
items: [
|
|
7027
|
-
|
|
7028
|
-
|
|
7029
|
-
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7027
|
+
Je,
|
|
7028
|
+
Qe,
|
|
7029
|
+
tt,
|
|
7030
|
+
st,
|
|
7031
|
+
mt,
|
|
7032
|
+
at,
|
|
7033
|
+
gt
|
|
7034
7034
|
]
|
|
7035
7035
|
},
|
|
7036
7036
|
{
|
|
7037
7037
|
key: "navigation",
|
|
7038
7038
|
name: "x-runtime-lib.navigation",
|
|
7039
|
-
items: [Wn,
|
|
7039
|
+
items: [Wn, wt, Wt]
|
|
7040
7040
|
},
|
|
7041
7041
|
{
|
|
7042
7042
|
key: "formRelated",
|
|
7043
7043
|
name: "x-runtime-lib.formRelated",
|
|
7044
7044
|
items: [
|
|
7045
|
-
|
|
7046
|
-
Wt,
|
|
7045
|
+
pt,
|
|
7047
7046
|
Et,
|
|
7047
|
+
Mt,
|
|
7048
7048
|
Nt,
|
|
7049
|
-
|
|
7050
|
-
Ct,
|
|
7051
|
-
it,
|
|
7052
|
-
Lt,
|
|
7053
|
-
$t,
|
|
7054
|
-
Qe,
|
|
7049
|
+
vt,
|
|
7055
7050
|
Tt,
|
|
7051
|
+
ot,
|
|
7052
|
+
Bt,
|
|
7053
|
+
St,
|
|
7054
|
+
et,
|
|
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",
|
|
7067
7067
|
name: "x-runtime-lib.selection",
|
|
7068
7068
|
items: [
|
|
7069
|
+
qe,
|
|
7069
7070
|
Ze,
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
At,
|
|
7071
|
+
nt,
|
|
7072
|
+
Lt,
|
|
7073
7073
|
Dt
|
|
7074
7074
|
]
|
|
7075
7075
|
},
|
|
7076
7076
|
{
|
|
7077
7077
|
key: "feedback",
|
|
7078
7078
|
name: "x-runtime-lib.feedback",
|
|
7079
|
-
items: [Ue,
|
|
7079
|
+
items: [Ue, Ct, Rt]
|
|
7080
7080
|
},
|
|
7081
7081
|
{
|
|
7082
7082
|
key: "imagesAndIcons",
|
|
7083
7083
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7084
|
-
items: [
|
|
7084
|
+
items: [ft]
|
|
7085
7085
|
},
|
|
7086
7086
|
{
|
|
7087
7087
|
key: "pickers",
|
|
7088
7088
|
name: "x-runtime-lib.pickers",
|
|
7089
|
-
items: [
|
|
7089
|
+
items: [it, lt]
|
|
7090
7090
|
},
|
|
7091
7091
|
{
|
|
7092
7092
|
key: "dynamic",
|
|
7093
7093
|
name: "x-runtime-lib.dynamic",
|
|
7094
|
-
items: [Re,
|
|
7094
|
+
items: [Re, En, Nn]
|
|
7095
7095
|
}
|
|
7096
|
-
],
|
|
7096
|
+
], ju = [
|
|
7097
7097
|
{
|
|
7098
7098
|
key: "objects",
|
|
7099
7099
|
name: "x-runtime-lib.objects",
|
|
7100
|
-
items: [
|
|
7100
|
+
items: [dt, xt]
|
|
7101
7101
|
},
|
|
7102
7102
|
{
|
|
7103
7103
|
key: "geometries",
|
|
7104
7104
|
name: "x-runtime-lib.geometries",
|
|
7105
|
-
items: [
|
|
7105
|
+
items: [Ye, zt]
|
|
7106
7106
|
},
|
|
7107
7107
|
{
|
|
7108
7108
|
key: "lights",
|
|
7109
7109
|
name: "x-runtime-lib.lights",
|
|
7110
7110
|
items: [
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7111
|
+
Oe,
|
|
7112
|
+
ut,
|
|
7113
|
+
$t,
|
|
7114
|
+
At
|
|
7115
7115
|
]
|
|
7116
7116
|
},
|
|
7117
7117
|
{
|
|
7118
7118
|
key: "cameras",
|
|
7119
7119
|
name: "x-runtime-lib.cameras",
|
|
7120
|
-
items: [
|
|
7120
|
+
items: [Vt, _t]
|
|
7121
7121
|
},
|
|
7122
7122
|
{
|
|
7123
7123
|
key: "controls",
|
|
7124
7124
|
name: "x-runtime-lib.controls",
|
|
7125
|
-
items: [
|
|
7125
|
+
items: [kt, ht, bt]
|
|
7126
7126
|
}
|
|
7127
|
-
],
|
|
7127
|
+
], Ou = [
|
|
7128
7128
|
{
|
|
7129
7129
|
key: "containment",
|
|
7130
7130
|
name: "x-runtime-lib.containment",
|
|
7131
7131
|
items: [
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7132
|
+
Je,
|
|
7133
|
+
Qe,
|
|
7134
|
+
tt,
|
|
7135
|
+
st,
|
|
7136
|
+
mt,
|
|
7137
|
+
at,
|
|
7138
|
+
gt
|
|
7139
7139
|
]
|
|
7140
7140
|
},
|
|
7141
7141
|
{
|
|
7142
7142
|
key: "navigation",
|
|
7143
7143
|
name: "x-runtime-lib.navigation",
|
|
7144
|
-
items: [Wn,
|
|
7144
|
+
items: [Wn, wt, Wt]
|
|
7145
7145
|
},
|
|
7146
7146
|
{
|
|
7147
7147
|
key: "formRelated",
|
|
7148
7148
|
name: "x-runtime-lib.formRelated",
|
|
7149
7149
|
items: [
|
|
7150
|
-
|
|
7151
|
-
Wt,
|
|
7150
|
+
pt,
|
|
7152
7151
|
Et,
|
|
7152
|
+
Mt,
|
|
7153
7153
|
Nt,
|
|
7154
|
-
|
|
7155
|
-
Ct,
|
|
7156
|
-
it,
|
|
7157
|
-
Lt,
|
|
7158
|
-
$t,
|
|
7159
|
-
Qe,
|
|
7154
|
+
vt,
|
|
7160
7155
|
Tt,
|
|
7156
|
+
ot,
|
|
7157
|
+
Bt,
|
|
7158
|
+
St,
|
|
7159
|
+
et,
|
|
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",
|
|
7172
7172
|
name: "x-runtime-lib.selection",
|
|
7173
7173
|
items: [
|
|
7174
|
+
qe,
|
|
7174
7175
|
Ze,
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
At,
|
|
7176
|
+
nt,
|
|
7177
|
+
Lt,
|
|
7178
7178
|
Dt
|
|
7179
7179
|
]
|
|
7180
7180
|
},
|
|
7181
7181
|
{
|
|
7182
7182
|
key: "feedback",
|
|
7183
7183
|
name: "x-runtime-lib.feedback",
|
|
7184
|
-
items: [Ue,
|
|
7184
|
+
items: [Ue, Ct, Rt]
|
|
7185
7185
|
},
|
|
7186
7186
|
{
|
|
7187
7187
|
key: "imagesAndIcons",
|
|
7188
7188
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7189
|
-
items: [
|
|
7189
|
+
items: [ft]
|
|
7190
7190
|
},
|
|
7191
7191
|
{
|
|
7192
7192
|
key: "pickers",
|
|
7193
7193
|
name: "x-runtime-lib.pickers",
|
|
7194
|
-
items: [
|
|
7194
|
+
items: [it, lt]
|
|
7195
7195
|
},
|
|
7196
7196
|
{
|
|
7197
7197
|
key: "dynamic",
|
|
7198
7198
|
name: "x-runtime-lib.dynamic",
|
|
7199
|
-
items: [Re,
|
|
7199
|
+
items: [Re, En, Nn]
|
|
7200
7200
|
}
|
|
7201
|
-
],
|
|
7201
|
+
], Uu = [
|
|
7202
7202
|
{
|
|
7203
7203
|
key: "objects",
|
|
7204
7204
|
name: "x-runtime-lib.objects",
|
|
7205
|
-
items: [
|
|
7205
|
+
items: [dt, xt]
|
|
7206
7206
|
},
|
|
7207
7207
|
{
|
|
7208
7208
|
key: "geometries",
|
|
7209
7209
|
name: "x-runtime-lib.geometries",
|
|
7210
|
-
items: [
|
|
7210
|
+
items: [Ye, zt]
|
|
7211
7211
|
},
|
|
7212
7212
|
{
|
|
7213
7213
|
key: "lights",
|
|
7214
7214
|
name: "x-runtime-lib.lights",
|
|
7215
7215
|
items: [
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7216
|
+
Oe,
|
|
7217
|
+
ut,
|
|
7218
|
+
$t,
|
|
7219
|
+
At
|
|
7220
7220
|
]
|
|
7221
7221
|
},
|
|
7222
7222
|
{
|
|
7223
7223
|
key: "cameras",
|
|
7224
7224
|
name: "x-runtime-lib.cameras",
|
|
7225
|
-
items: [
|
|
7225
|
+
items: [Vt, _t]
|
|
7226
7226
|
},
|
|
7227
7227
|
{
|
|
7228
7228
|
key: "controls",
|
|
7229
7229
|
name: "x-runtime-lib.controls",
|
|
7230
|
-
items: [
|
|
7230
|
+
items: [kt, ht, bt]
|
|
7231
7231
|
}
|
|
7232
7232
|
], Xu = {
|
|
7233
7233
|
version: "v1",
|
|
@@ -7236,12 +7236,11 @@ const cu = [
|
|
|
7236
7236
|
items: { ...Wu },
|
|
7237
7237
|
types: { ...Hu },
|
|
7238
7238
|
elements: /* @__PURE__ */ new Set([
|
|
7239
|
-
Ke,
|
|
7240
|
-
Ue,
|
|
7241
7239
|
Oe,
|
|
7240
|
+
Ue,
|
|
7242
7241
|
Xe,
|
|
7243
|
-
Wn,
|
|
7244
7242
|
Ye,
|
|
7243
|
+
Wn,
|
|
7245
7244
|
Je,
|
|
7246
7245
|
Ze,
|
|
7247
7246
|
qe,
|
|
@@ -7257,60 +7256,61 @@ const cu = [
|
|
|
7257
7256
|
at,
|
|
7258
7257
|
ut,
|
|
7259
7258
|
ct,
|
|
7260
|
-
fo,
|
|
7261
7259
|
mt,
|
|
7262
|
-
|
|
7260
|
+
fo,
|
|
7263
7261
|
pt,
|
|
7262
|
+
en,
|
|
7264
7263
|
dt,
|
|
7265
7264
|
ft,
|
|
7266
7265
|
bt,
|
|
7267
7266
|
yt,
|
|
7268
7267
|
ht,
|
|
7269
7268
|
gt,
|
|
7270
|
-
Nn,
|
|
7271
7269
|
xt,
|
|
7270
|
+
En,
|
|
7272
7271
|
vt,
|
|
7273
7272
|
kt,
|
|
7274
7273
|
_t,
|
|
7275
7274
|
wt,
|
|
7276
7275
|
Vt,
|
|
7277
|
-
bo,
|
|
7278
7276
|
$t,
|
|
7279
|
-
|
|
7277
|
+
bo,
|
|
7280
7278
|
St,
|
|
7281
|
-
|
|
7279
|
+
It,
|
|
7282
7280
|
Ct,
|
|
7283
|
-
|
|
7281
|
+
Nn,
|
|
7284
7282
|
Tt,
|
|
7283
|
+
Re,
|
|
7285
7284
|
Pt,
|
|
7286
7285
|
zt,
|
|
7287
7286
|
At,
|
|
7287
|
+
Lt,
|
|
7288
7288
|
yo,
|
|
7289
7289
|
ho,
|
|
7290
7290
|
go,
|
|
7291
7291
|
xo,
|
|
7292
|
-
Lt,
|
|
7293
|
-
vo,
|
|
7294
|
-
Rn,
|
|
7295
7292
|
Bt,
|
|
7293
|
+
vo,
|
|
7294
|
+
Mn,
|
|
7296
7295
|
Wt,
|
|
7297
|
-
Nt,
|
|
7298
7296
|
Et,
|
|
7297
|
+
Nt,
|
|
7298
|
+
Mt,
|
|
7299
7299
|
Rt,
|
|
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,7 +7324,7 @@ 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) {
|
|
@@ -7334,15 +7334,72 @@ function Sc(t, e, i, o, l) {
|
|
|
7334
7334
|
let a = s.children[i];
|
|
7335
7335
|
a ? a.dataSeq !== o && (a = {
|
|
7336
7336
|
dataSeq: o,
|
|
7337
|
-
data: B(
|
|
7337
|
+
data: B(r),
|
|
7338
7338
|
children: {}
|
|
7339
7339
|
}) : (a = {
|
|
7340
7340
|
dataSeq: o,
|
|
7341
|
-
data: B(
|
|
7341
|
+
data: B(r),
|
|
7342
7342
|
children: {}
|
|
7343
7343
|
}, s.children[i] = a);
|
|
7344
7344
|
}
|
|
7345
7345
|
const Yu = ["common", "scene"], Ju = ["common", "scene"];
|
|
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
|
+
}
|
|
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";
|
|
7386
|
+
}
|
|
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)];
|
|
7402
|
+
}
|
|
7346
7403
|
function A(t, e) {
|
|
7347
7404
|
if (t === "page") {
|
|
7348
7405
|
if (!Yu.includes(e)) {
|
|
@@ -7355,7 +7412,7 @@ function A(t, e) {
|
|
|
7355
7412
|
}
|
|
7356
7413
|
return `${t}${ts(e)}`;
|
|
7357
7414
|
}
|
|
7358
|
-
function
|
|
7415
|
+
function ji(t, e) {
|
|
7359
7416
|
if (t.array)
|
|
7360
7417
|
return e ? B(t.default) : B(t.defaultArray);
|
|
7361
7418
|
{
|
|
@@ -7364,20 +7421,20 @@ function Ki(t, e) {
|
|
|
7364
7421
|
}
|
|
7365
7422
|
}
|
|
7366
7423
|
function P(t, e) {
|
|
7367
|
-
function i(o,
|
|
7368
|
-
if (
|
|
7369
|
-
if (
|
|
7424
|
+
function i(o, r) {
|
|
7425
|
+
if (r.ui) {
|
|
7426
|
+
if (r.ui === "strInput" && r.static)
|
|
7370
7427
|
return;
|
|
7371
|
-
o[
|
|
7428
|
+
o[r.key] = ji(r);
|
|
7372
7429
|
} else
|
|
7373
|
-
|
|
7374
|
-
o[
|
|
7430
|
+
r.array ? o[r.key] = ji(r) : r.children.forEach((s) => {
|
|
7431
|
+
o[r.key] || (o[r.key] = {}), i(o[r.key], s);
|
|
7375
7432
|
});
|
|
7376
7433
|
}
|
|
7377
7434
|
e.forEach((o) => i(t, o));
|
|
7378
7435
|
}
|
|
7379
|
-
function
|
|
7380
|
-
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${
|
|
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);
|
|
7381
7438
|
if (!a) {
|
|
7382
7439
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
7383
7440
|
return;
|
|
@@ -7388,12 +7445,12 @@ function Cc(t, e, i, o, l) {
|
|
|
7388
7445
|
return;
|
|
7389
7446
|
}
|
|
7390
7447
|
if (o) {
|
|
7391
|
-
const d = p.refKey, b =
|
|
7448
|
+
const d = p.refKey, b = r;
|
|
7392
7449
|
if (!p.elements.has(d)) {
|
|
7393
7450
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7394
7451
|
return;
|
|
7395
7452
|
}
|
|
7396
|
-
const m =
|
|
7453
|
+
const m = Ce[d];
|
|
7397
7454
|
if (!m) {
|
|
7398
7455
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7399
7456
|
return;
|
|
@@ -7413,12 +7470,12 @@ function Cc(t, e, i, o, l) {
|
|
|
7413
7470
|
comp: b
|
|
7414
7471
|
}, c;
|
|
7415
7472
|
} else {
|
|
7416
|
-
const d =
|
|
7473
|
+
const d = r;
|
|
7417
7474
|
if (!p.elements.has(d)) {
|
|
7418
7475
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7419
7476
|
return;
|
|
7420
7477
|
}
|
|
7421
|
-
const b =
|
|
7478
|
+
const b = Ce[d];
|
|
7422
7479
|
if (!b) {
|
|
7423
7480
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7424
7481
|
return;
|
|
@@ -7441,96 +7498,96 @@ function Cc(t, e, i, o, l) {
|
|
|
7441
7498
|
}
|
|
7442
7499
|
}
|
|
7443
7500
|
}
|
|
7444
|
-
function
|
|
7501
|
+
function Fc(t, e) {
|
|
7445
7502
|
function i(o) {
|
|
7446
7503
|
if (o.basic.id === e)
|
|
7447
7504
|
return o;
|
|
7448
7505
|
if (o.children)
|
|
7449
|
-
for (let
|
|
7450
|
-
const s = i(o.children[
|
|
7506
|
+
for (let r = 0; r < o.children.length; r++) {
|
|
7507
|
+
const s = i(o.children[r]);
|
|
7451
7508
|
if (s)
|
|
7452
7509
|
return s;
|
|
7453
7510
|
}
|
|
7454
7511
|
}
|
|
7455
7512
|
for (let o = 0; o < t.length; o++) {
|
|
7456
|
-
const
|
|
7457
|
-
if (
|
|
7458
|
-
return
|
|
7513
|
+
const r = i(t[o]);
|
|
7514
|
+
if (r)
|
|
7515
|
+
return r;
|
|
7459
7516
|
}
|
|
7460
7517
|
}
|
|
7461
|
-
function
|
|
7518
|
+
function ec(t) {
|
|
7462
7519
|
function e(o) {
|
|
7463
|
-
o.basic.id = T(16), o.children?.forEach((
|
|
7520
|
+
o.basic.id = T(16), o.children?.forEach((r) => e(r));
|
|
7464
7521
|
}
|
|
7465
7522
|
const i = B(t);
|
|
7466
7523
|
return e(i), i;
|
|
7467
7524
|
}
|
|
7468
|
-
function
|
|
7525
|
+
function Gc(t) {
|
|
7469
7526
|
const e = [];
|
|
7470
7527
|
return t.forEach((i) => {
|
|
7471
|
-
e.push(
|
|
7528
|
+
e.push(ec(i));
|
|
7472
7529
|
}), e;
|
|
7473
7530
|
}
|
|
7474
|
-
const Vo = "runtimeOrg", $o = "runtimeEnv",
|
|
7475
|
-
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) {
|
|
7476
7533
|
se(Vo, t);
|
|
7477
7534
|
}
|
|
7478
|
-
function
|
|
7535
|
+
function tc() {
|
|
7479
7536
|
return oe(Vo);
|
|
7480
7537
|
}
|
|
7481
|
-
function
|
|
7538
|
+
function Kc(t) {
|
|
7482
7539
|
se($o, t);
|
|
7483
7540
|
}
|
|
7484
|
-
function
|
|
7541
|
+
function nc() {
|
|
7485
7542
|
return oe($o);
|
|
7486
7543
|
}
|
|
7487
|
-
function
|
|
7488
|
-
se(
|
|
7544
|
+
function jc(t) {
|
|
7545
|
+
se(So, t);
|
|
7489
7546
|
}
|
|
7490
7547
|
function G() {
|
|
7491
|
-
return oe(
|
|
7548
|
+
return oe(So);
|
|
7492
7549
|
}
|
|
7493
|
-
function
|
|
7494
|
-
se(
|
|
7550
|
+
function Oc(t) {
|
|
7551
|
+
se(Io, Pn(t));
|
|
7495
7552
|
}
|
|
7496
|
-
function
|
|
7497
|
-
return oe(
|
|
7553
|
+
function $e() {
|
|
7554
|
+
return oe(Io);
|
|
7498
7555
|
}
|
|
7499
|
-
function
|
|
7556
|
+
function Uc(t) {
|
|
7500
7557
|
se(Co, Pn(t));
|
|
7501
7558
|
}
|
|
7502
|
-
function
|
|
7559
|
+
function Be() {
|
|
7503
7560
|
return oe(Co);
|
|
7504
7561
|
}
|
|
7505
|
-
function
|
|
7562
|
+
function Xc(t) {
|
|
7506
7563
|
se(To, t);
|
|
7507
7564
|
}
|
|
7508
7565
|
function pe() {
|
|
7509
7566
|
return oe(To);
|
|
7510
7567
|
}
|
|
7511
|
-
function
|
|
7568
|
+
function Yc(t) {
|
|
7512
7569
|
se(Po, t);
|
|
7513
7570
|
}
|
|
7514
7571
|
function de() {
|
|
7515
7572
|
return oe(Po);
|
|
7516
7573
|
}
|
|
7517
|
-
function
|
|
7574
|
+
function Jc(t) {
|
|
7518
7575
|
se(zo, Pn(t));
|
|
7519
7576
|
}
|
|
7520
|
-
function
|
|
7577
|
+
function ic() {
|
|
7521
7578
|
return oe(zo);
|
|
7522
7579
|
}
|
|
7523
|
-
function
|
|
7580
|
+
function oc(t) {
|
|
7524
7581
|
se(Ao, t);
|
|
7525
7582
|
}
|
|
7526
|
-
function
|
|
7583
|
+
function We() {
|
|
7527
7584
|
return oe(Ao);
|
|
7528
7585
|
}
|
|
7529
7586
|
function Ie(t) {
|
|
7530
7587
|
const e = [t.type];
|
|
7531
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("@");
|
|
7532
7589
|
}
|
|
7533
|
-
function Ne(t, e, i, o,
|
|
7590
|
+
function Ne(t, e, i, o, r) {
|
|
7534
7591
|
const { watchEffect: s, bind: a } = e;
|
|
7535
7592
|
if (s[i])
|
|
7536
7593
|
for (const p of s[i]) {
|
|
@@ -7550,12 +7607,12 @@ function Ne(t, e, i, o, l) {
|
|
|
7550
7607
|
if (u.subKeys) {
|
|
7551
7608
|
if (!ne(
|
|
7552
7609
|
ve(o, u.subKeys),
|
|
7553
|
-
ve(
|
|
7610
|
+
ve(r, u.subKeys)
|
|
7554
7611
|
)) {
|
|
7555
7612
|
b = u;
|
|
7556
7613
|
break;
|
|
7557
7614
|
}
|
|
7558
|
-
} else if (!ne(o,
|
|
7615
|
+
} else if (!ne(o, r)) {
|
|
7559
7616
|
b = u;
|
|
7560
7617
|
break;
|
|
7561
7618
|
}
|
|
@@ -7608,7 +7665,7 @@ function Ne(t, e, i, o, l) {
|
|
|
7608
7665
|
}
|
|
7609
7666
|
}
|
|
7610
7667
|
}
|
|
7611
|
-
function
|
|
7668
|
+
function sc(t, e) {
|
|
7612
7669
|
function i(m) {
|
|
7613
7670
|
const u = t.pseudoToNative(m), c = [], f = u.split(".");
|
|
7614
7671
|
for (let h = 0; h < f.length; h++) {
|
|
@@ -7631,7 +7688,7 @@ function nc(t, e) {
|
|
|
7631
7688
|
return t.nativeToPseudo({});
|
|
7632
7689
|
}
|
|
7633
7690
|
}
|
|
7634
|
-
function
|
|
7691
|
+
function r(m) {
|
|
7635
7692
|
const u = t.pseudoToNative(m), c = JSON.stringify(u);
|
|
7636
7693
|
return t.nativeToPseudo(c);
|
|
7637
7694
|
}
|
|
@@ -7671,7 +7728,7 @@ function nc(t, e) {
|
|
|
7671
7728
|
), t.setProperty(
|
|
7672
7729
|
e,
|
|
7673
7730
|
"__jsonStringifyV1__",
|
|
7674
|
-
t.createNativeFunction(
|
|
7731
|
+
t.createNativeFunction(r)
|
|
7675
7732
|
), t.setProperty(
|
|
7676
7733
|
e,
|
|
7677
7734
|
"__consoleLogV1__",
|
|
@@ -7697,19 +7754,19 @@ function nc(t, e) {
|
|
|
7697
7754
|
const Lo = ls({
|
|
7698
7755
|
baseUrl: "http://localhost/computebase/",
|
|
7699
7756
|
onError: (t) => {
|
|
7700
|
-
const { i18n: e } =
|
|
7757
|
+
const { i18n: e } = ke;
|
|
7701
7758
|
oo(cs(e, t));
|
|
7702
7759
|
}
|
|
7703
7760
|
});
|
|
7704
7761
|
window.API_URL && (Lo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
7705
|
-
function
|
|
7762
|
+
function rc(t) {
|
|
7706
7763
|
return Lo.post("callFunc", t);
|
|
7707
7764
|
}
|
|
7708
|
-
function
|
|
7709
|
-
async function i(o,
|
|
7710
|
-
const b = t.pseudoToNative(o), m = 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);
|
|
7711
7768
|
try {
|
|
7712
|
-
const h = JSON.stringify(u), { strOutputs: x } = await
|
|
7769
|
+
const h = JSON.stringify(u), { strOutputs: x } = await rc({
|
|
7713
7770
|
spaceId: b,
|
|
7714
7771
|
id: m,
|
|
7715
7772
|
strInputs: h,
|
|
@@ -7726,7 +7783,7 @@ function oc(t, e) {
|
|
|
7726
7783
|
t.createAsyncFunction(i)
|
|
7727
7784
|
);
|
|
7728
7785
|
}
|
|
7729
|
-
function
|
|
7786
|
+
function ac(t, e, i) {
|
|
7730
7787
|
function o(u, c, f) {
|
|
7731
7788
|
let h;
|
|
7732
7789
|
const x = e.pseudoToNative(u);
|
|
@@ -7743,7 +7800,7 @@ function sc(t, e, i) {
|
|
|
7743
7800
|
console.assert(!1);
|
|
7744
7801
|
return e.nativeToPseudo(h);
|
|
7745
7802
|
}
|
|
7746
|
-
function
|
|
7803
|
+
function r(u, c, f, h) {
|
|
7747
7804
|
const x = e.pseudoToNative(u);
|
|
7748
7805
|
if (x === "elementProp") {
|
|
7749
7806
|
const g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
|
|
@@ -7777,9 +7834,9 @@ function sc(t, e, i) {
|
|
|
7777
7834
|
appId: `${f}${t.env}`,
|
|
7778
7835
|
pageId: h
|
|
7779
7836
|
};
|
|
7780
|
-
|
|
7837
|
+
ke.router.replace({ path: x, query: g });
|
|
7781
7838
|
} else t.mode === "preview" && io(
|
|
7782
|
-
|
|
7839
|
+
ke.i18n.global.t(
|
|
7783
7840
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
7784
7841
|
)
|
|
7785
7842
|
);
|
|
@@ -7803,7 +7860,7 @@ function sc(t, e, i) {
|
|
|
7803
7860
|
), e.setProperty(
|
|
7804
7861
|
i,
|
|
7805
7862
|
"__setPropV1__",
|
|
7806
|
-
e.createNativeFunction(
|
|
7863
|
+
e.createNativeFunction(r)
|
|
7807
7864
|
), e.setProperty(
|
|
7808
7865
|
i,
|
|
7809
7866
|
"__callMethodV1__",
|
|
@@ -7830,10 +7887,10 @@ function sc(t, e, i) {
|
|
|
7830
7887
|
e.createAsyncFunction(m)
|
|
7831
7888
|
);
|
|
7832
7889
|
}
|
|
7833
|
-
function
|
|
7834
|
-
|
|
7890
|
+
function uc(t, e, i) {
|
|
7891
|
+
sc(e, i), lc(e, i), ac(t, e, i);
|
|
7835
7892
|
}
|
|
7836
|
-
const
|
|
7893
|
+
const cc = `
|
|
7837
7894
|
var __env__ = 'dev'
|
|
7838
7895
|
var __mode__ = 'editor'
|
|
7839
7896
|
|
|
@@ -7843,7 +7900,7 @@ function __getEnvV1__() {
|
|
|
7843
7900
|
|
|
7844
7901
|
var __pointerPosX__ = 0
|
|
7845
7902
|
var __pointerPosY__ = 0
|
|
7846
|
-
`,
|
|
7903
|
+
`, mc = `
|
|
7847
7904
|
var __events__ = {}
|
|
7848
7905
|
|
|
7849
7906
|
function __onEventV1__(id, callback) {
|
|
@@ -7880,7 +7937,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
7880
7937
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
7881
7938
|
}
|
|
7882
7939
|
}
|
|
7883
|
-
`,
|
|
7940
|
+
`, pc = `
|
|
7884
7941
|
var __timers__ = {}
|
|
7885
7942
|
var __currTimerId__ = 0
|
|
7886
7943
|
|
|
@@ -7922,21 +7979,21 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
7922
7979
|
}
|
|
7923
7980
|
}
|
|
7924
7981
|
}
|
|
7925
|
-
`,
|
|
7982
|
+
`, dc = `
|
|
7926
7983
|
function __destroy__() {
|
|
7927
7984
|
__events__ = {}
|
|
7928
7985
|
__timers__ = {}
|
|
7929
7986
|
}
|
|
7930
|
-
`,
|
|
7931
|
-
class
|
|
7987
|
+
`, fc = cc + mc + pc + dc;
|
|
7988
|
+
class bc {
|
|
7932
7989
|
org;
|
|
7933
7990
|
env;
|
|
7934
7991
|
mode;
|
|
7935
7992
|
type;
|
|
7936
7993
|
eventBus = is();
|
|
7937
7994
|
hooks;
|
|
7938
|
-
constructor(e, i, o,
|
|
7939
|
-
this.org = e, this.env = i, this.mode = o, this.type =
|
|
7995
|
+
constructor(e, i, o, r, s) {
|
|
7996
|
+
this.org = e, this.env = i, this.mode = o, this.type = r, this.hooks = s;
|
|
7940
7997
|
}
|
|
7941
7998
|
//--------------------------
|
|
7942
7999
|
// 元素属性
|
|
@@ -7946,7 +8003,7 @@ class pc {
|
|
|
7946
8003
|
if (e) {
|
|
7947
8004
|
this.nodes = { globality: e.view };
|
|
7948
8005
|
const i = (o) => {
|
|
7949
|
-
this.nodes[o.basic.id] = o, o.children?.forEach((
|
|
8006
|
+
this.nodes[o.basic.id] = o, o.children?.forEach((r) => i(r));
|
|
7950
8007
|
};
|
|
7951
8008
|
e.view.nodes.forEach((o) => i(o));
|
|
7952
8009
|
} else
|
|
@@ -7964,12 +8021,12 @@ class pc {
|
|
|
7964
8021
|
return this.getElementPropInner(o, i);
|
|
7965
8022
|
}
|
|
7966
8023
|
setElementPropInner(e, i, o) {
|
|
7967
|
-
const
|
|
7968
|
-
ne(o,
|
|
8024
|
+
const r = ve(e, i);
|
|
8025
|
+
ne(o, r) || (ro(e, i, o), this.hooks?.onElementPropChange(e.basic.id, i, o, r));
|
|
7969
8026
|
}
|
|
7970
8027
|
setElementProp(e, i, o) {
|
|
7971
|
-
const
|
|
7972
|
-
if (!
|
|
8028
|
+
const r = this.nodes[e];
|
|
8029
|
+
if (!r) {
|
|
7973
8030
|
console.warn(
|
|
7974
8031
|
"Sandbox/setElementProp node not found",
|
|
7975
8032
|
e,
|
|
@@ -7978,7 +8035,7 @@ class pc {
|
|
|
7978
8035
|
);
|
|
7979
8036
|
return;
|
|
7980
8037
|
}
|
|
7981
|
-
this.setElementPropInner(
|
|
8038
|
+
this.setElementPropInner(r, i, o);
|
|
7982
8039
|
}
|
|
7983
8040
|
//--------------------------
|
|
7984
8041
|
// 自定义属性
|
|
@@ -8028,9 +8085,9 @@ class pc {
|
|
|
8028
8085
|
interpreter;
|
|
8029
8086
|
createInterpreter(e) {
|
|
8030
8087
|
this.interpreter = new os(
|
|
8031
|
-
|
|
8088
|
+
fc,
|
|
8032
8089
|
(i, o) => {
|
|
8033
|
-
|
|
8090
|
+
uc(this, i, o);
|
|
8034
8091
|
}
|
|
8035
8092
|
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", ["elementEvent@startup@globality"]);
|
|
8036
8093
|
}
|
|
@@ -8060,12 +8117,12 @@ class pc {
|
|
|
8060
8117
|
if (i)
|
|
8061
8118
|
for (const s of i)
|
|
8062
8119
|
o.push(JSON.stringify(s));
|
|
8063
|
-
const
|
|
8064
|
-
console.log(
|
|
8120
|
+
const r = `${e}(${o.join(", ")});`;
|
|
8121
|
+
console.log(r), this.interpreter.appendCode(r), this.interpreter.run();
|
|
8065
8122
|
}
|
|
8066
8123
|
}
|
|
8067
|
-
function
|
|
8068
|
-
const e =
|
|
8124
|
+
function yc(t) {
|
|
8125
|
+
const e = tc(), i = nc(), o = G(), r = pe(), s = $e(), a = Be(), p = (f, h, x, g) => {
|
|
8069
8126
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8070
8127
|
`elementPropChange@${f}@${h}`,
|
|
8071
8128
|
x,
|
|
@@ -8116,24 +8173,24 @@ function dc(t) {
|
|
|
8116
8173
|
h,
|
|
8117
8174
|
x
|
|
8118
8175
|
));
|
|
8119
|
-
}, u = new
|
|
8176
|
+
}, u = new bc(e, i, o, r, {
|
|
8120
8177
|
onElementPropChange: p,
|
|
8121
8178
|
onCustomPropChange: d,
|
|
8122
8179
|
onCustomStateChange: b,
|
|
8123
8180
|
onAdaptSlotPropChange: m
|
|
8124
8181
|
});
|
|
8125
|
-
|
|
8182
|
+
oc(u);
|
|
8126
8183
|
const c = () => {
|
|
8127
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));
|
|
8128
8185
|
};
|
|
8129
8186
|
c(), q(t, () => {
|
|
8130
8187
|
c();
|
|
8131
|
-
}),
|
|
8188
|
+
}), Ke(() => {
|
|
8132
8189
|
u.destroyInterpreter();
|
|
8133
8190
|
}), (o === "runtime" || o === "preview") && q(
|
|
8134
8191
|
s,
|
|
8135
8192
|
(f, h) => {
|
|
8136
|
-
const x =
|
|
8193
|
+
const x = Me(f.width), g = Me(h?.width ?? f.width);
|
|
8137
8194
|
u.callFunction("__triggerEventV1__", [
|
|
8138
8195
|
"elementEvent@screenSizeChange@globality",
|
|
8139
8196
|
x,
|
|
@@ -8152,29 +8209,29 @@ function dc(t) {
|
|
|
8152
8209
|
{ immediate: !0 }
|
|
8153
8210
|
);
|
|
8154
8211
|
}
|
|
8155
|
-
const
|
|
8212
|
+
const hc = (t, e, i) => {
|
|
8156
8213
|
const o = t[e];
|
|
8157
|
-
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((
|
|
8214
|
+
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((r, s) => {
|
|
8158
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." : ""))));
|
|
8159
8216
|
});
|
|
8160
8217
|
};
|
|
8161
|
-
async function
|
|
8162
|
-
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;
|
|
8163
8220
|
}
|
|
8164
8221
|
export {
|
|
8165
|
-
|
|
8222
|
+
bc as Sandbox,
|
|
8166
8223
|
da as ambientLightV1,
|
|
8167
|
-
|
|
8224
|
+
Sc as badgeV1,
|
|
8168
8225
|
on as barChartV1,
|
|
8169
|
-
|
|
8226
|
+
uc as bind,
|
|
8170
8227
|
tn as boxGeometryV1,
|
|
8171
8228
|
so as breakpoints,
|
|
8172
8229
|
wa as btnGroupV1,
|
|
8173
8230
|
Va as btnToggleV1,
|
|
8174
8231
|
rn as btnV1,
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8232
|
+
Me as calcBreakpoint,
|
|
8233
|
+
ze as cardV1,
|
|
8234
|
+
Sa as checkboxV1,
|
|
8178
8235
|
an as chipGroupV1,
|
|
8179
8236
|
ln as chipV1,
|
|
8180
8237
|
Ta as colorPickerV1,
|
|
@@ -8185,74 +8242,77 @@ export {
|
|
|
8185
8242
|
Aa as datePickerV1,
|
|
8186
8243
|
La as dialogV1,
|
|
8187
8244
|
fa as directionalLightV1,
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8245
|
+
ec as duplicateNode,
|
|
8246
|
+
Gc as duplicateNodes,
|
|
8247
|
+
Ce as elements,
|
|
8248
|
+
Pc as ensureContext,
|
|
8249
|
+
Ic as fileInputV1,
|
|
8193
8250
|
cn as flexLayoutEntryV1,
|
|
8194
|
-
|
|
8251
|
+
Ae as flexLayoutV1,
|
|
8195
8252
|
dn as formV1,
|
|
8196
8253
|
T as genId,
|
|
8197
|
-
|
|
8254
|
+
Se as getBreakpointProp,
|
|
8198
8255
|
ve as getField,
|
|
8199
8256
|
Xn as getIndexOfBreakpoint,
|
|
8200
|
-
|
|
8201
|
-
|
|
8257
|
+
Fc as getNode,
|
|
8258
|
+
ji as getPropDefault,
|
|
8202
8259
|
A as getPropTag,
|
|
8203
|
-
|
|
8260
|
+
Tc as getTypeColor,
|
|
8204
8261
|
va as globalityV1,
|
|
8205
8262
|
ha as groupV1,
|
|
8206
|
-
|
|
8263
|
+
Ra as iconV1,
|
|
8207
8264
|
P as initProps,
|
|
8208
|
-
|
|
8265
|
+
Be as injectDark,
|
|
8209
8266
|
de as injectData,
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
|
-
|
|
8267
|
+
ic as injectDepends,
|
|
8268
|
+
$e as injectDevice,
|
|
8269
|
+
nc as injectEnv,
|
|
8213
8270
|
G as injectMode,
|
|
8214
|
-
|
|
8215
|
-
|
|
8271
|
+
tc as injectOrg,
|
|
8272
|
+
We as injectSandbox,
|
|
8216
8273
|
pe as injectType,
|
|
8274
|
+
Qu as isLocaleOfEventKind,
|
|
8275
|
+
qu as isLocaleOfMethodKind,
|
|
8276
|
+
Zu as isLocaleOfPropertyKind,
|
|
8217
8277
|
zn as isPercentStr,
|
|
8218
8278
|
je as isPixelStr,
|
|
8219
8279
|
oa as keyboardControlsV1,
|
|
8220
8280
|
sn as lineChartV1,
|
|
8221
|
-
|
|
8281
|
+
Zc as loadLocaleMessageRuntime,
|
|
8222
8282
|
Ie as makeTriggerId,
|
|
8223
8283
|
sa as mapControlsV1,
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8284
|
+
Da as menuV1,
|
|
8285
|
+
Te as meshBasicMaterialV1,
|
|
8286
|
+
Pe as meshV1,
|
|
8227
8287
|
fn as numberInputV1,
|
|
8228
8288
|
ra as orbitControlsV1,
|
|
8229
8289
|
Ql as orthographicCameraV1,
|
|
8230
8290
|
Yu as pageTypes,
|
|
8231
8291
|
Ga as paginationV1,
|
|
8232
8292
|
Ut as parsePercentStr,
|
|
8233
|
-
|
|
8293
|
+
$c as parsePixelStr,
|
|
8234
8294
|
ea as perspectiveCameraV1,
|
|
8235
8295
|
wo as pkgs,
|
|
8236
8296
|
ba as pointLightV1,
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8242
|
-
|
|
8243
|
-
|
|
8244
|
-
|
|
8245
|
-
|
|
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,
|
|
8246
8306
|
yn as radioGroupV1,
|
|
8247
8307
|
bn as radioV1,
|
|
8248
|
-
|
|
8249
|
-
|
|
8308
|
+
ja as rangeSliderV1,
|
|
8309
|
+
Oa as ratingV1,
|
|
8250
8310
|
ds as reverseBreakpoints,
|
|
8251
|
-
|
|
8252
|
-
|
|
8311
|
+
fc as runtime,
|
|
8312
|
+
Ua as selectV1,
|
|
8253
8313
|
ro as setField,
|
|
8254
8314
|
Xa as sliderV1,
|
|
8255
|
-
|
|
8315
|
+
Dc as spawnNode,
|
|
8256
8316
|
nn as sphereGeometryV1,
|
|
8257
8317
|
ya as spotLightV1,
|
|
8258
8318
|
hn as stepperHeaderV1,
|
|
@@ -8267,10 +8327,19 @@ export {
|
|
|
8267
8327
|
be as textV1,
|
|
8268
8328
|
Vn as textareaV1,
|
|
8269
8329
|
$n as timelineItemV1,
|
|
8270
|
-
|
|
8330
|
+
Sn as timelineV1,
|
|
8331
|
+
Nc as toEventName,
|
|
8332
|
+
Bc as toMethodName,
|
|
8333
|
+
zc as toPropertyName,
|
|
8271
8334
|
Ne as triggerReactivity,
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
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
|
|
8276
8345
|
};
|