x-runtime-lib 0.8.184 → 0.8.185
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 +975 -961
- package/dist/sandbox/sandbox/hooks.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Mn = (n, t) => (t = Symbol[n]) ? t : /* @__PURE__ */ Symbol.for("Symbol." + n), Un = (n) => {
|
|
2
2
|
throw TypeError(n);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
4
|
+
var Ye = (n, t, e) => {
|
|
5
5
|
if (t != null) {
|
|
6
6
|
typeof t != "object" && typeof t != "function" && Un("Object expected");
|
|
7
7
|
var o, i;
|
|
@@ -14,7 +14,7 @@ var Xe = (n, t, e) => {
|
|
|
14
14
|
}), n.push([e, o, t]);
|
|
15
15
|
} else e && n.push([e]);
|
|
16
16
|
return t;
|
|
17
|
-
},
|
|
17
|
+
}, Ze = (n, t, e) => {
|
|
18
18
|
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, u, d, c) {
|
|
19
19
|
return c = Error(d), c.name = "SuppressedError", c.error = l, c.suppressed = u, c;
|
|
20
20
|
}, i = (l) => t = e ? new o(l, t, "An error was suppressed during disposal") : (e = !0, l), s = (l) => {
|
|
@@ -29,14 +29,14 @@ var Xe = (n, t, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return s();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as S, createElementBlock as
|
|
32
|
+
import { defineComponent as S, createElementBlock as se, createCommentVNode as pe, unref as r, openBlock as g, createElementVNode as Oe, computed as x, renderSlot as K, normalizeStyle as ge, ref as G, watch as fe, onUnmounted as xe, onBeforeMount as $t, watchEffect as Ee, h as F, createVNode as D, createBlock as C, useTemplateRef as Di, onMounted as Ki, nextTick as Le, withCtx as E, toDisplayString as ji, useAttrs as Vt, resolveComponent as R, isRef as ae, mergeModels as _n, useModel as nt, createSlots as gn, renderList as Co, useId as Ni, withModifiers as $o, normalizeClass as Vo, inject as ye, provide as be, readonly as xn } from "vue";
|
|
33
33
|
import { globalObjects as Se, waitUtil as Oi, useViewStack as Hi, eventBus as Gi, messageInfo as Po, messageSuccess as Eo, messageWarning as Ji, messageError as qi, createAxios as Ao, openConfirmDlg as zo, openPromptDlg as Lo, getTypeDefault as Bn } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as Xi, DirectionalLightHelper as To, PointLightHelper as Mo, SpotLightHelper as Uo } from "three";
|
|
35
|
-
import { i as Te, c as Bo, a as
|
|
35
|
+
import { i as Te, c as Bo, a as lt, K as Ro, M as Wo, O as Fo, u as Do, r as Yi, e as Zi, b as Ko, d as jo, f as No, g as Oo, h as Ho, j as Go, k as Jo, l as qo, m as N, H as Xo, n as Qi, o as Yo, p as Zo, q as Qo } from "./vendor.fe0c1tv5.js";
|
|
36
36
|
import { useTheme as es } from "vuetify";
|
|
37
37
|
import { getErrorMessage as ts } from "x-error-lib";
|
|
38
38
|
const Rn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
39
|
-
function
|
|
39
|
+
function T(n) {
|
|
40
40
|
let t = "";
|
|
41
41
|
for (let e = 0; e < n; e++) {
|
|
42
42
|
const o = Math.floor(Math.random() * Rn.length);
|
|
@@ -71,13 +71,13 @@ function Tt(n) {
|
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
73
|
const eo = ["xs", "sm", "md", "lg", "xl"], ns = [...eo].reverse();
|
|
74
|
-
function
|
|
74
|
+
function We(n) {
|
|
75
75
|
return n < 600 ? "xs" : n < 960 ? "sm" : n < 1280 ? "md" : n < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
77
|
function Wn(n) {
|
|
78
78
|
return eo.findIndex((t) => t === n);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function tt(n, t) {
|
|
81
81
|
let e;
|
|
82
82
|
for (const o of ns) {
|
|
83
83
|
if (Wn(o) < Wn(n))
|
|
@@ -129,10 +129,10 @@ function Hc(n, t = 2) {
|
|
|
129
129
|
function Gc(n) {
|
|
130
130
|
return n.startsWith("slot_v") || n.startsWith("multiple_slot_v");
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function at(n) {
|
|
133
133
|
return n.startsWith("ref_v") || n.startsWith("multiple_ref_v") || n.startsWith("slot_v") || n.startsWith("multiple_slot_v");
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function O(...n) {
|
|
136
136
|
return n.map((t) => Se.i18n.global.t(`x-runtime-lib.${t}`)).join(" - ");
|
|
137
137
|
}
|
|
138
138
|
function wn(n, t, e) {
|
|
@@ -150,28 +150,28 @@ function Jc(n, t) {
|
|
|
150
150
|
break;
|
|
151
151
|
case "elementSlotProperty":
|
|
152
152
|
case "multipleElementSlotProperty":
|
|
153
|
-
e =
|
|
153
|
+
e = O("slot");
|
|
154
154
|
break;
|
|
155
155
|
// ref
|
|
156
156
|
case "refProperty":
|
|
157
157
|
case "multipleRefProperty":
|
|
158
|
-
e =
|
|
158
|
+
e = O("reference"), o = !1;
|
|
159
159
|
break;
|
|
160
160
|
// custom slot
|
|
161
161
|
case "customSlotProperty":
|
|
162
162
|
case "multipleCustomSlotProperty":
|
|
163
|
-
e =
|
|
163
|
+
e = O("slot"), o = !1;
|
|
164
164
|
break;
|
|
165
165
|
// custom
|
|
166
166
|
case "customProperty":
|
|
167
|
-
e =
|
|
167
|
+
e = O("custom"), o = !1;
|
|
168
168
|
break;
|
|
169
169
|
// adapt slot
|
|
170
170
|
case "elementAdaptSlotProperty":
|
|
171
|
-
e =
|
|
171
|
+
e = O("adaptSlot");
|
|
172
172
|
break;
|
|
173
173
|
case "customAdaptSlotProperty":
|
|
174
|
-
e =
|
|
174
|
+
e = O("adaptSlot"), o = !1;
|
|
175
175
|
break;
|
|
176
176
|
default:
|
|
177
177
|
console.assert(!1, `not implemented kind=${n}`);
|
|
@@ -186,28 +186,28 @@ function qc(n, t) {
|
|
|
186
186
|
break;
|
|
187
187
|
case "elementSlotMethod":
|
|
188
188
|
case "multipeElementSlotMethod":
|
|
189
|
-
e =
|
|
189
|
+
e = O("slot");
|
|
190
190
|
break;
|
|
191
191
|
// ref
|
|
192
192
|
case "refMethod":
|
|
193
193
|
case "multipleRefMethod":
|
|
194
|
-
e =
|
|
194
|
+
e = O("reference"), o = !1;
|
|
195
195
|
break;
|
|
196
196
|
// custom slot
|
|
197
197
|
case "customSlotMethod":
|
|
198
198
|
case "multipleCustomSlotMethod":
|
|
199
|
-
e =
|
|
199
|
+
e = O("slot"), o = !1;
|
|
200
200
|
break;
|
|
201
201
|
// custom
|
|
202
202
|
case "customMethod":
|
|
203
|
-
e =
|
|
203
|
+
e = O("custom"), o = !1;
|
|
204
204
|
break;
|
|
205
205
|
// adapt slot
|
|
206
206
|
case "elementAdaptSlotMethod":
|
|
207
|
-
e =
|
|
207
|
+
e = O("adaptSlot");
|
|
208
208
|
break;
|
|
209
209
|
case "customAdaptSlotMethod":
|
|
210
|
-
e =
|
|
210
|
+
e = O("adaptSlot"), o = !1;
|
|
211
211
|
break;
|
|
212
212
|
default:
|
|
213
213
|
console.assert(!1, `not implemented kind=${n}`);
|
|
@@ -221,77 +221,77 @@ function Xc(n, t) {
|
|
|
221
221
|
case "elementEvent":
|
|
222
222
|
break;
|
|
223
223
|
case "elementPropertyChangeEvent":
|
|
224
|
-
e =
|
|
224
|
+
e = O("propertyChange");
|
|
225
225
|
break;
|
|
226
226
|
case "elementSlotEvent":
|
|
227
|
-
e =
|
|
227
|
+
e = O("slot");
|
|
228
228
|
break;
|
|
229
229
|
case "elementSlotPropertyChangeEvent":
|
|
230
|
-
e =
|
|
230
|
+
e = O("slot", "propertyChange");
|
|
231
231
|
break;
|
|
232
232
|
case "multipleElementSlotEvent":
|
|
233
|
-
e =
|
|
233
|
+
e = O("slot"), o = !1;
|
|
234
234
|
break;
|
|
235
235
|
case "multipleElementSlotPropertyChangeEvent":
|
|
236
|
-
e =
|
|
236
|
+
e = O("slot", "propertyChange"), o = !1;
|
|
237
237
|
break;
|
|
238
238
|
// ref
|
|
239
239
|
case "refEvent":
|
|
240
|
-
e =
|
|
240
|
+
e = O("reference"), o = !1;
|
|
241
241
|
break;
|
|
242
242
|
case "refPropertyChangeEvent":
|
|
243
|
-
e =
|
|
243
|
+
e = O("reference", "propertyChange"), o = !1;
|
|
244
244
|
break;
|
|
245
245
|
case "multipleRefEvent":
|
|
246
|
-
e =
|
|
246
|
+
e = O("reference"), o = !1;
|
|
247
247
|
break;
|
|
248
248
|
case "multipleRefPropertyChangeEvent":
|
|
249
|
-
e =
|
|
249
|
+
e = O("reference", "propertyChange"), o = !1;
|
|
250
250
|
break;
|
|
251
251
|
// custom slot
|
|
252
252
|
case "customSlotEvent":
|
|
253
|
-
e =
|
|
253
|
+
e = O("custom"), o = !1;
|
|
254
254
|
break;
|
|
255
255
|
case "customSlotPropertyChangeEvent":
|
|
256
|
-
e =
|
|
256
|
+
e = O("custom", "propertyChange"), o = !1;
|
|
257
257
|
break;
|
|
258
258
|
case "multipleCustomSlotEvent":
|
|
259
|
-
e =
|
|
259
|
+
e = O("custom"), o = !1;
|
|
260
260
|
break;
|
|
261
261
|
case "multipleCustomSlotPropertyChangeEvent":
|
|
262
|
-
e =
|
|
262
|
+
e = O("custom", "propertyChange"), o = !1;
|
|
263
263
|
break;
|
|
264
264
|
// custom
|
|
265
265
|
case "customEvent":
|
|
266
|
-
e =
|
|
266
|
+
e = O("custom"), o = !1;
|
|
267
267
|
break;
|
|
268
268
|
case "customPropertyChangeEvent":
|
|
269
|
-
e =
|
|
269
|
+
e = O("custom", "propertyChange"), o = !1;
|
|
270
270
|
break;
|
|
271
271
|
// adapt slot
|
|
272
272
|
case "elementAdaptSlotEvent":
|
|
273
|
-
e =
|
|
273
|
+
e = O("adaptSlot");
|
|
274
274
|
break;
|
|
275
275
|
case "elementAdaptSlotPropertyChangeEvent":
|
|
276
|
-
e =
|
|
276
|
+
e = O("adaptSlot", "propertyChange");
|
|
277
277
|
break;
|
|
278
278
|
case "customAdaptSlotEvent":
|
|
279
|
-
e =
|
|
279
|
+
e = O("adaptSlot"), o = !1;
|
|
280
280
|
break;
|
|
281
281
|
case "customAdaptSlotPropertyChangeEvent":
|
|
282
|
-
e =
|
|
282
|
+
e = O("adaptSlot", "propertyChange"), o = !1;
|
|
283
283
|
break;
|
|
284
284
|
// state
|
|
285
285
|
case "stateChangeEvent":
|
|
286
|
-
e =
|
|
286
|
+
e = O("state"), o = !1;
|
|
287
287
|
break;
|
|
288
288
|
default:
|
|
289
289
|
console.assert(!1, `not implemented kind=${n}`);
|
|
290
290
|
}
|
|
291
291
|
return wn(e, t, o);
|
|
292
292
|
}
|
|
293
|
-
const
|
|
294
|
-
|
|
293
|
+
const ve = {}, $ = (n) => {
|
|
294
|
+
ve[n.key] = n;
|
|
295
295
|
}, is = [
|
|
296
296
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
297
297
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -1017,7 +1017,7 @@ const he = {}, $ = (n) => {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
}, Ks = {
|
|
1019
1019
|
v1: Ds
|
|
1020
|
-
}, js = ["position", "ratation", "scale"],
|
|
1020
|
+
}, js = ["position", "ratation", "scale"], He = /* @__PURE__ */ S({
|
|
1021
1021
|
__name: "index",
|
|
1022
1022
|
props: {
|
|
1023
1023
|
position: { default: () => {
|
|
@@ -1028,25 +1028,25 @@ const he = {}, $ = (n) => {
|
|
|
1028
1028
|
} }
|
|
1029
1029
|
},
|
|
1030
1030
|
setup(n) {
|
|
1031
|
-
const t =
|
|
1032
|
-
return (e, o) => r(t) === "editor" ? (g(),
|
|
1031
|
+
const t = ce();
|
|
1032
|
+
return (e, o) => r(t) === "editor" ? (g(), se("TresMesh", {
|
|
1033
1033
|
key: 0,
|
|
1034
1034
|
position: n.position ?? [0, 0, 0],
|
|
1035
1035
|
ratation: n.ratation ?? [0, 0, 0],
|
|
1036
1036
|
scale: n.scale ?? [1, 1, 1],
|
|
1037
1037
|
visible: !1
|
|
1038
1038
|
}, [...o[0] || (o[0] = [
|
|
1039
|
-
|
|
1040
|
-
])], 8, js)) :
|
|
1039
|
+
Oe("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
1040
|
+
])], 8, js)) : pe("", !0);
|
|
1041
1041
|
}
|
|
1042
|
-
}),
|
|
1042
|
+
}), q = /* @__PURE__ */ S({
|
|
1043
1043
|
__name: "index",
|
|
1044
1044
|
props: {
|
|
1045
1045
|
block: { type: Boolean, default: !1 },
|
|
1046
1046
|
mask: { type: Boolean, default: !1 }
|
|
1047
1047
|
},
|
|
1048
1048
|
setup(n) {
|
|
1049
|
-
const t =
|
|
1049
|
+
const t = ce(), e = x(() => {
|
|
1050
1050
|
const i = {
|
|
1051
1051
|
position: "relative"
|
|
1052
1052
|
};
|
|
@@ -1060,16 +1060,16 @@ const he = {}, $ = (n) => {
|
|
|
1060
1060
|
pointerEvents: "auto",
|
|
1061
1061
|
userSelect: "none"
|
|
1062
1062
|
}));
|
|
1063
|
-
return (i, s) => r(t) === "editor" ? (g(),
|
|
1063
|
+
return (i, s) => r(t) === "editor" ? (g(), se("div", {
|
|
1064
1064
|
key: 0,
|
|
1065
1065
|
style: ge(e.value)
|
|
1066
1066
|
}, [
|
|
1067
|
-
|
|
1068
|
-
n.mask ? (g(),
|
|
1067
|
+
K(i.$slots, "default"),
|
|
1068
|
+
n.mask ? (g(), se("div", {
|
|
1069
1069
|
key: 0,
|
|
1070
1070
|
style: ge(o.value)
|
|
1071
|
-
}, null, 4)) :
|
|
1072
|
-
], 4)) :
|
|
1071
|
+
}, null, 4)) : pe("", !0)
|
|
1072
|
+
], 4)) : K(i.$slots, "default", { key: 1 });
|
|
1073
1073
|
}
|
|
1074
1074
|
});
|
|
1075
1075
|
function Ns(n) {
|
|
@@ -1079,8 +1079,8 @@ function Ns(n) {
|
|
|
1079
1079
|
} };
|
|
1080
1080
|
}
|
|
1081
1081
|
function z(n) {
|
|
1082
|
-
const t =
|
|
1083
|
-
console.assert(!!e.value, `invalid node id=${n.nodeId}`),
|
|
1082
|
+
const t = me(), e = G(t.value.view.nodes[n.nodeId]);
|
|
1083
|
+
console.assert(!!e.value, `invalid node id=${n.nodeId}`), fe(t, () => {
|
|
1084
1084
|
e.value = t.value.view.nodes[n.nodeId];
|
|
1085
1085
|
});
|
|
1086
1086
|
const { debugTrace: o } = Ns(e);
|
|
@@ -1089,7 +1089,7 @@ function z(n) {
|
|
|
1089
1089
|
}), { node: e };
|
|
1090
1090
|
}
|
|
1091
1091
|
function gt(n, t, e) {
|
|
1092
|
-
const o =
|
|
1092
|
+
const o = ue(), i = Ct("elementMethod", n, t);
|
|
1093
1093
|
o && ($t(() => {
|
|
1094
1094
|
o.eventBus.on(i, e);
|
|
1095
1095
|
}), xe(() => {
|
|
@@ -1108,7 +1108,7 @@ const Os = async (n, t, e, o) => {
|
|
|
1108
1108
|
o && typeof e == "object" && (e = JSON.stringify(e, null, 2)), no(n, t, e);
|
|
1109
1109
|
};
|
|
1110
1110
|
function a(n, t, e) {
|
|
1111
|
-
const o =
|
|
1111
|
+
const o = ue(), i = G();
|
|
1112
1112
|
return Ee(async () => {
|
|
1113
1113
|
o ? i.value = await Os(
|
|
1114
1114
|
o,
|
|
@@ -1116,7 +1116,7 @@ function a(n, t, e) {
|
|
|
1116
1116
|
t,
|
|
1117
1117
|
e
|
|
1118
1118
|
) : i.value = await Gs(n.value, t, e);
|
|
1119
|
-
}),
|
|
1119
|
+
}), fe(i, async (s, l) => {
|
|
1120
1120
|
Te(s, l) || (o ? await Hs(
|
|
1121
1121
|
o,
|
|
1122
1122
|
n.value.basic.id,
|
|
@@ -1127,7 +1127,7 @@ function a(n, t, e) {
|
|
|
1127
1127
|
}), { property: i };
|
|
1128
1128
|
}
|
|
1129
1129
|
function Ie(n, t, e) {
|
|
1130
|
-
const o =
|
|
1130
|
+
const o = ue(), i = Ct(
|
|
1131
1131
|
"elementSlotMethod",
|
|
1132
1132
|
"placeholder",
|
|
1133
1133
|
vn("placeholder", n, t)
|
|
@@ -1139,10 +1139,10 @@ function Ie(n, t, e) {
|
|
|
1139
1139
|
}));
|
|
1140
1140
|
}
|
|
1141
1141
|
function xt(n, t, e, o) {
|
|
1142
|
-
const i =
|
|
1142
|
+
const i = ue(), s = Fe(
|
|
1143
1143
|
"elementSlotProperty",
|
|
1144
1144
|
"placeholder",
|
|
1145
|
-
|
|
1145
|
+
De("placeholder", t, e)
|
|
1146
1146
|
), l = (d) => {
|
|
1147
1147
|
d.result.value = o.value;
|
|
1148
1148
|
}, u = (d) => {
|
|
@@ -1155,7 +1155,7 @@ function xt(n, t, e, o) {
|
|
|
1155
1155
|
`${s}/get`,
|
|
1156
1156
|
l
|
|
1157
1157
|
), i.eventBus.off(`${s}/set`, u);
|
|
1158
|
-
}),
|
|
1158
|
+
}), fe(o, (d, c) => {
|
|
1159
1159
|
i.hooks.onElementSlotPropertyChange(
|
|
1160
1160
|
n.value.basic.id,
|
|
1161
1161
|
n.value.basic.key,
|
|
@@ -1169,7 +1169,7 @@ function xt(n, t, e, o) {
|
|
|
1169
1169
|
function qs(n) {
|
|
1170
1170
|
return n === "runtime" || n === "preview";
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1172
|
+
function ut(n, t) {
|
|
1173
1173
|
if (n.compId === t)
|
|
1174
1174
|
return !0;
|
|
1175
1175
|
let e = n;
|
|
@@ -1180,7 +1180,7 @@ function at(n, t) {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
return !1;
|
|
1182
1182
|
}
|
|
1183
|
-
function
|
|
1183
|
+
function M() {
|
|
1184
1184
|
return {
|
|
1185
1185
|
basic: {
|
|
1186
1186
|
id: "",
|
|
@@ -1188,7 +1188,7 @@ function U() {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
};
|
|
1190
1190
|
}
|
|
1191
|
-
function
|
|
1191
|
+
function U(n, t) {
|
|
1192
1192
|
return {
|
|
1193
1193
|
id: n.basic.id,
|
|
1194
1194
|
key: n.basic.key,
|
|
@@ -1235,7 +1235,7 @@ function ed(n) {
|
|
|
1235
1235
|
return JSON.parse(n);
|
|
1236
1236
|
}
|
|
1237
1237
|
const Xs = ["ui", "2d", "3d"], Ys = ["ui", "2d", "3d"];
|
|
1238
|
-
function
|
|
1238
|
+
function W(n, t) {
|
|
1239
1239
|
if (n === "page") {
|
|
1240
1240
|
if (!Xs.includes(t))
|
|
1241
1241
|
throw new Error("invalid page type");
|
|
@@ -1317,9 +1317,9 @@ const td = [
|
|
|
1317
1317
|
"3d_sphere_geometry_v1",
|
|
1318
1318
|
"3d_spot_light_v1"
|
|
1319
1319
|
];
|
|
1320
|
-
function
|
|
1320
|
+
function ct(n, t, e) {
|
|
1321
1321
|
function o(s) {
|
|
1322
|
-
const l =
|
|
1322
|
+
const l = ve[s.key];
|
|
1323
1323
|
if (!l) {
|
|
1324
1324
|
console.assert(!1, `element not found key=${s.key}`);
|
|
1325
1325
|
return;
|
|
@@ -1327,10 +1327,10 @@ function ut(n, t, e) {
|
|
|
1327
1327
|
const u = {
|
|
1328
1328
|
nodeId: s.id
|
|
1329
1329
|
};
|
|
1330
|
-
return
|
|
1330
|
+
return at(s.key) && (u.refContext = {
|
|
1331
1331
|
parent: n,
|
|
1332
1332
|
compId: s.compId
|
|
1333
|
-
}),
|
|
1333
|
+
}), F(
|
|
1334
1334
|
l.comp,
|
|
1335
1335
|
{
|
|
1336
1336
|
key: s.id,
|
|
@@ -1346,12 +1346,12 @@ function ut(n, t, e) {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
return { render: () => {
|
|
1348
1348
|
const { i18n: s } = Se;
|
|
1349
|
-
if (
|
|
1350
|
-
return
|
|
1349
|
+
if (ut(n, t))
|
|
1350
|
+
return F("div", null, s.global.t("x-runtime-lib.circularReference"));
|
|
1351
1351
|
if (!e.value)
|
|
1352
1352
|
return;
|
|
1353
1353
|
if (e.value.type === "ui")
|
|
1354
|
-
return
|
|
1354
|
+
return F(
|
|
1355
1355
|
"div",
|
|
1356
1356
|
{},
|
|
1357
1357
|
{ default: () => e.value.view.nodeLites.map((u) => o(u)) }
|
|
@@ -1359,10 +1359,10 @@ function ut(n, t, e) {
|
|
|
1359
1359
|
} };
|
|
1360
1360
|
}
|
|
1361
1361
|
function Zs(n, t, e, o, i) {
|
|
1362
|
-
const s =
|
|
1362
|
+
const s = ue(), l = Fe(
|
|
1363
1363
|
"multipleElementSlotProperty",
|
|
1364
1364
|
"placeholder",
|
|
1365
|
-
|
|
1365
|
+
De("placeholder", e, o)
|
|
1366
1366
|
), u = (c) => {
|
|
1367
1367
|
c.result.value = i.value;
|
|
1368
1368
|
}, d = (c) => {
|
|
@@ -1378,7 +1378,7 @@ function Zs(n, t, e, o, i) {
|
|
|
1378
1378
|
`${t}/${l}//get`,
|
|
1379
1379
|
u
|
|
1380
1380
|
), s.eventBus.off(`${t}/${l}//set`, d);
|
|
1381
|
-
}),
|
|
1381
|
+
}), fe(i, (c, m) => {
|
|
1382
1382
|
s.hooks.onMultipleElementSlotPropertyChange(
|
|
1383
1383
|
n.value.basic.id,
|
|
1384
1384
|
n.value.basic.key,
|
|
@@ -1390,7 +1390,7 @@ function Zs(n, t, e, o, i) {
|
|
|
1390
1390
|
);
|
|
1391
1391
|
}));
|
|
1392
1392
|
}
|
|
1393
|
-
function
|
|
1393
|
+
function _e(n) {
|
|
1394
1394
|
const { property: t } = a(n, [
|
|
1395
1395
|
"transform",
|
|
1396
1396
|
"position",
|
|
@@ -1482,8 +1482,8 @@ function lo(n) {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
return { show: t, position: e, type: o, data: i, applyYAxis: s };
|
|
1484
1484
|
}
|
|
1485
|
-
function
|
|
1486
|
-
const { computedThemes: t } = es(), e =
|
|
1485
|
+
function ie(n) {
|
|
1486
|
+
const { computedThemes: t } = es(), e = dt(), o = x(() => n.value?.mode), i = x(() => {
|
|
1487
1487
|
const c = n.value?.theme;
|
|
1488
1488
|
return c ? c === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : c === "background1" ? e.value ? "#272727" : "#eeeeee" : c === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? t.value.dark : t.value.light).colors[c] : void 0;
|
|
1489
1489
|
}), s = x(() => e.value ? n.value.custom?.dark : n.value.custom?.light), l = x(() => o.value === "theme" ? i.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), u = x(() => {
|
|
@@ -1496,7 +1496,7 @@ function ee(n) {
|
|
|
1496
1496
|
return { color: l, rgb: u, alpha: d };
|
|
1497
1497
|
}
|
|
1498
1498
|
function In(n) {
|
|
1499
|
-
const t = x(() => n.value.border?.style), e = x(() => n.value.border?.width), o = x(() => n.value.border?.color), { color: i } =
|
|
1499
|
+
const t = x(() => n.value.border?.style), e = x(() => n.value.border?.width), o = x(() => n.value.border?.color), { color: i } = ie(o), s = x(() => n.value.border?.roundRadius?.tl), l = x(() => n.value.border?.roundRadius?.tr), u = x(() => n.value.border?.roundRadius?.bl), d = x(() => n.value.border?.roundRadius?.br);
|
|
1500
1500
|
function c(m) {
|
|
1501
1501
|
t.value && (m.borderStyle = t.value), e.value && (m.borderWidth = e.value), i.value && (m.borderColor = i.value), s.value && (m.borderTopLeftRadius = s.value), l.value && (m.borderTopRightRadius = l.value), u.value && (m.borderBottomLeftRadius = u.value), d.value && (m.borderBottomRightRadius = d.value);
|
|
1502
1502
|
}
|
|
@@ -1517,7 +1517,7 @@ function Cn(n) {
|
|
|
1517
1517
|
return { paddingTop: t, paddingLeft: e, paddingBottom: o, paddingRight: i, applyPadding: s };
|
|
1518
1518
|
}
|
|
1519
1519
|
function ke(n, t) {
|
|
1520
|
-
const e =
|
|
1520
|
+
const e = ce(), o = qe(), i = x(() => t.value.size?.width), s = x(() => t.value.size?.minWidth), l = x(() => t.value.size?.maxWidth), u = x(() => {
|
|
1521
1521
|
if (n.outer && e === "editor") {
|
|
1522
1522
|
const p = Tt(t.value.size?.height);
|
|
1523
1523
|
if (p)
|
|
@@ -1552,8 +1552,8 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1552
1552
|
refContext: {}
|
|
1553
1553
|
},
|
|
1554
1554
|
setup(n) {
|
|
1555
|
-
const t = n, { node: e } = z(t), o =
|
|
1556
|
-
return (b, f) => (g(),
|
|
1555
|
+
const t = n, { node: e } = z(t), o = ce(), { position: i, rotation: s, scale: l } = _e(e), { property: u } = a(e, ["settings", "bottom"]), { property: d } = a(e, ["settings", "far"]), { property: c } = a(e, ["settings", "left"]), { property: m } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: y } = a(e, ["settings", "top"]);
|
|
1556
|
+
return (b, f) => (g(), se("TresOrthographicCamera", {
|
|
1557
1557
|
bottom: r(u),
|
|
1558
1558
|
far: r(d),
|
|
1559
1559
|
left: r(c),
|
|
@@ -1564,12 +1564,12 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1564
1564
|
scale: r(l),
|
|
1565
1565
|
top: r(y)
|
|
1566
1566
|
}, [
|
|
1567
|
-
|
|
1568
|
-
r(o) === "editor" ? (g(), C(r(
|
|
1567
|
+
D(r(He)),
|
|
1568
|
+
r(o) === "editor" ? (g(), C(r(lt), {
|
|
1569
1569
|
key: 0,
|
|
1570
1570
|
type: r(Xi)
|
|
1571
|
-
}, null, 8, ["type"])) :
|
|
1572
|
-
|
|
1571
|
+
}, null, 8, ["type"])) : pe("", !0),
|
|
1572
|
+
K(b.$slots, "default")
|
|
1573
1573
|
], 8, Qs));
|
|
1574
1574
|
}
|
|
1575
1575
|
}), tr = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], nr = /* @__PURE__ */ S({
|
|
@@ -1580,8 +1580,8 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1580
1580
|
refContext: {}
|
|
1581
1581
|
},
|
|
1582
1582
|
setup(n) {
|
|
1583
|
-
const t = n, { node: e } = z(t), o =
|
|
1584
|
-
return (p, y) => (g(),
|
|
1583
|
+
const t = n, { node: e } = z(t), o = ce(), { position: i, rotation: s, scale: l } = _e(e), { property: u } = a(e, ["settings", "aspect"]), { property: d } = a(e, ["settings", "far"]), { property: c } = a(e, ["settings", "fov"]), { property: m } = a(e, ["settings", "near"]);
|
|
1584
|
+
return (p, y) => (g(), se("TresPerspectiveCamera", {
|
|
1585
1585
|
aspect: r(u),
|
|
1586
1586
|
far: r(d),
|
|
1587
1587
|
fov: r(c),
|
|
@@ -1590,31 +1590,31 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1590
1590
|
rotation: r(s),
|
|
1591
1591
|
scale: r(l)
|
|
1592
1592
|
}, [
|
|
1593
|
-
|
|
1594
|
-
r(o) === "editor" ? (g(), C(r(
|
|
1593
|
+
D(r(He)),
|
|
1594
|
+
r(o) === "editor" ? (g(), C(r(lt), {
|
|
1595
1595
|
key: 0,
|
|
1596
1596
|
type: r(Xi)
|
|
1597
|
-
}, null, 8, ["type"])) :
|
|
1598
|
-
|
|
1597
|
+
}, null, 8, ["type"])) : pe("", !0),
|
|
1598
|
+
K(p.$slots, "default")
|
|
1599
1599
|
], 8, tr));
|
|
1600
1600
|
}
|
|
1601
1601
|
}), ir = /* @__PURE__ */ S({
|
|
1602
1602
|
__name: "index",
|
|
1603
1603
|
setup(n) {
|
|
1604
|
-
const t =
|
|
1605
|
-
return (e, o) => r(t) !== "editor" ? (g(), C(r(Ro), { key: 0 })) :
|
|
1604
|
+
const t = ce();
|
|
1605
|
+
return (e, o) => r(t) !== "editor" ? (g(), C(r(Ro), { key: 0 })) : pe("", !0);
|
|
1606
1606
|
}
|
|
1607
1607
|
}), or = /* @__PURE__ */ S({
|
|
1608
1608
|
__name: "index",
|
|
1609
1609
|
setup(n) {
|
|
1610
|
-
const t =
|
|
1611
|
-
return (e, o) => r(t) !== "editor" ? (g(), C(r(Wo), { key: 0 })) :
|
|
1610
|
+
const t = ce();
|
|
1611
|
+
return (e, o) => r(t) !== "editor" ? (g(), C(r(Wo), { key: 0 })) : pe("", !0);
|
|
1612
1612
|
}
|
|
1613
1613
|
}), sr = /* @__PURE__ */ S({
|
|
1614
1614
|
__name: "index",
|
|
1615
1615
|
setup(n) {
|
|
1616
|
-
const t =
|
|
1617
|
-
return (e, o) => r(t) !== "editor" ? (g(), C(r(Fo), { key: 0 })) :
|
|
1616
|
+
const t = ce();
|
|
1617
|
+
return (e, o) => r(t) !== "editor" ? (g(), C(r(Fo), { key: 0 })) : pe("", !0);
|
|
1618
1618
|
}
|
|
1619
1619
|
}), rr = ["args"], lr = /* @__PURE__ */ S({
|
|
1620
1620
|
__name: "index",
|
|
@@ -1634,7 +1634,7 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1634
1634
|
"settings",
|
|
1635
1635
|
"widthSegements"
|
|
1636
1636
|
]);
|
|
1637
|
-
return (c, m) => (g(),
|
|
1637
|
+
return (c, m) => (g(), se("TresBoxGeometry", {
|
|
1638
1638
|
args: [
|
|
1639
1639
|
r(u),
|
|
1640
1640
|
r(s),
|
|
@@ -1645,7 +1645,7 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1645
1645
|
]
|
|
1646
1646
|
}, null, 8, rr));
|
|
1647
1647
|
}
|
|
1648
|
-
}),
|
|
1648
|
+
}), Ge = (n, t) => {
|
|
1649
1649
|
const e = n.__vccOpts || n;
|
|
1650
1650
|
for (const [o, i] of t)
|
|
1651
1651
|
e[o] = i;
|
|
@@ -1677,7 +1677,7 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1677
1677
|
"settings",
|
|
1678
1678
|
"widthSegments"
|
|
1679
1679
|
]);
|
|
1680
|
-
return (m, p) => (g(),
|
|
1680
|
+
return (m, p) => (g(), se("TresSphereGeometry", {
|
|
1681
1681
|
args: [
|
|
1682
1682
|
r(l),
|
|
1683
1683
|
r(c),
|
|
@@ -1697,19 +1697,19 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1697
1697
|
refContext: {}
|
|
1698
1698
|
},
|
|
1699
1699
|
setup(n) {
|
|
1700
|
-
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } =
|
|
1700
|
+
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } = _e(e), { property: l } = a(e, ["settings", "color"]), { color: u } = ie(l), { property: d } = a(e, [
|
|
1701
1701
|
"settings",
|
|
1702
1702
|
"intensity"
|
|
1703
1703
|
]);
|
|
1704
|
-
return (c, m) => (g(),
|
|
1704
|
+
return (c, m) => (g(), se("TresAmbientLight", {
|
|
1705
1705
|
color: r(u),
|
|
1706
1706
|
intensity: r(d),
|
|
1707
1707
|
position: r(o),
|
|
1708
1708
|
rotation: r(i),
|
|
1709
1709
|
scale: r(s)
|
|
1710
1710
|
}, [
|
|
1711
|
-
|
|
1712
|
-
|
|
1711
|
+
D(r(He)),
|
|
1712
|
+
K(c.$slots, "default")
|
|
1713
1713
|
], 8, cr));
|
|
1714
1714
|
}
|
|
1715
1715
|
}), pr = ["color", "intensity", "position", "rotation", "scale"], mr = /* @__PURE__ */ S({
|
|
@@ -1720,23 +1720,23 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1720
1720
|
refContext: {}
|
|
1721
1721
|
},
|
|
1722
1722
|
setup(n) {
|
|
1723
|
-
const t = n, { node: e } = z(t), o =
|
|
1723
|
+
const t = n, { node: e } = z(t), o = ce(), { position: i, rotation: s, scale: l } = _e(e), { property: u } = a(e, ["settings", "color"]), { color: d } = ie(u), { property: c } = a(e, [
|
|
1724
1724
|
"settings",
|
|
1725
1725
|
"intensity"
|
|
1726
1726
|
]);
|
|
1727
|
-
return (m, p) => (g(),
|
|
1727
|
+
return (m, p) => (g(), se("TresDirectionalLight", {
|
|
1728
1728
|
color: r(d),
|
|
1729
1729
|
intensity: r(c),
|
|
1730
1730
|
position: r(i),
|
|
1731
1731
|
rotation: r(s),
|
|
1732
1732
|
scale: r(l)
|
|
1733
1733
|
}, [
|
|
1734
|
-
|
|
1735
|
-
r(o) === "editor" ? (g(), C(r(
|
|
1734
|
+
D(r(He)),
|
|
1735
|
+
r(o) === "editor" ? (g(), C(r(lt), {
|
|
1736
1736
|
key: 0,
|
|
1737
1737
|
type: r(To)
|
|
1738
|
-
}, null, 8, ["type"])) :
|
|
1739
|
-
|
|
1738
|
+
}, null, 8, ["type"])) : pe("", !0),
|
|
1739
|
+
K(m.$slots, "default")
|
|
1740
1740
|
], 8, pr));
|
|
1741
1741
|
}
|
|
1742
1742
|
}), fr = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], yr = /* @__PURE__ */ S({
|
|
@@ -1747,14 +1747,14 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1747
1747
|
refContext: {}
|
|
1748
1748
|
},
|
|
1749
1749
|
setup(n) {
|
|
1750
|
-
const t = n, { node: e } = z(t), o =
|
|
1750
|
+
const t = n, { node: e } = z(t), o = ce(), { position: i, rotation: s, scale: l } = _e(e), { property: u } = a(e, ["settings", "color"]), { color: d } = ie(u), { property: c } = a(e, ["settings", "decay"]), { property: m } = a(e, [
|
|
1751
1751
|
"settings",
|
|
1752
1752
|
"distance"
|
|
1753
1753
|
]), { property: p } = a(e, [
|
|
1754
1754
|
"settings",
|
|
1755
1755
|
"intensity"
|
|
1756
1756
|
]);
|
|
1757
|
-
return (y, b) => (g(),
|
|
1757
|
+
return (y, b) => (g(), se("TresPointLight", {
|
|
1758
1758
|
color: r(d),
|
|
1759
1759
|
decay: r(c),
|
|
1760
1760
|
distance: r(m),
|
|
@@ -1763,12 +1763,12 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1763
1763
|
rotation: r(s),
|
|
1764
1764
|
scale: r(l)
|
|
1765
1765
|
}, [
|
|
1766
|
-
|
|
1767
|
-
r(o) === "editor" ? (g(), C(r(
|
|
1766
|
+
D(r(He)),
|
|
1767
|
+
r(o) === "editor" ? (g(), C(r(lt), {
|
|
1768
1768
|
key: 0,
|
|
1769
1769
|
type: r(Mo)
|
|
1770
|
-
}, null, 8, ["type"])) :
|
|
1771
|
-
|
|
1770
|
+
}, null, 8, ["type"])) : pe("", !0),
|
|
1771
|
+
K(y.$slots, "default")
|
|
1772
1772
|
], 8, fr));
|
|
1773
1773
|
}
|
|
1774
1774
|
}), br = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], hr = /* @__PURE__ */ S({
|
|
@@ -1779,7 +1779,7 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1779
1779
|
refContext: {}
|
|
1780
1780
|
},
|
|
1781
1781
|
setup(n) {
|
|
1782
|
-
const t = n, { node: e } = z(t), o =
|
|
1782
|
+
const t = n, { node: e } = z(t), o = ce(), { position: i, rotation: s, scale: l } = _e(e), { property: u } = a(e, ["settings", "angle"]), { property: d } = a(e, ["settings", "color"]), { color: c } = ie(d), { property: m } = a(e, ["settings", "decay"]), { property: p } = a(e, [
|
|
1783
1783
|
"settings",
|
|
1784
1784
|
"distance"
|
|
1785
1785
|
]), { property: y } = a(e, [
|
|
@@ -1789,7 +1789,7 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1789
1789
|
"settings",
|
|
1790
1790
|
"penumbra"
|
|
1791
1791
|
]);
|
|
1792
|
-
return (f, _) => (g(),
|
|
1792
|
+
return (f, _) => (g(), se("TresSpotLight", {
|
|
1793
1793
|
angle: r(u),
|
|
1794
1794
|
color: r(c),
|
|
1795
1795
|
decay: r(m),
|
|
@@ -1800,19 +1800,19 @@ const Qs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
1800
1800
|
rotation: r(o) !== "editor" ? r(s) : [0, 0, 0],
|
|
1801
1801
|
scale: r(o) !== "editor" ? r(l) : [1, 1, 1]
|
|
1802
1802
|
}, [
|
|
1803
|
-
|
|
1804
|
-
r(o) === "editor" ? (g(), C(r(
|
|
1803
|
+
D(r(He)),
|
|
1804
|
+
r(o) === "editor" ? (g(), C(r(lt), {
|
|
1805
1805
|
key: 0,
|
|
1806
1806
|
type: r(Uo)
|
|
1807
|
-
}, null, 8, ["type"])) :
|
|
1808
|
-
|
|
1807
|
+
}, null, 8, ["type"])) : pe("", !0),
|
|
1808
|
+
K(f.$slots, "default")
|
|
1809
1809
|
], 8, br));
|
|
1810
1810
|
}
|
|
1811
1811
|
}), vr = {};
|
|
1812
1812
|
function _r(n, t) {
|
|
1813
|
-
return g(),
|
|
1813
|
+
return g(), se("TresMeshBasicMaterial");
|
|
1814
1814
|
}
|
|
1815
|
-
const gr = /* @__PURE__ */
|
|
1815
|
+
const gr = /* @__PURE__ */ Ge(vr, [["render", _r]]), xr = ["position", "rotation", "scale"], kr = /* @__PURE__ */ S({
|
|
1816
1816
|
__name: "index",
|
|
1817
1817
|
props: {
|
|
1818
1818
|
nodeId: {},
|
|
@@ -1820,13 +1820,13 @@ const gr = /* @__PURE__ */ He(vr, [["render", _r]]), xr = ["position", "rotation
|
|
|
1820
1820
|
refContext: {}
|
|
1821
1821
|
},
|
|
1822
1822
|
setup(n) {
|
|
1823
|
-
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } =
|
|
1824
|
-
return (l, u) => (g(),
|
|
1823
|
+
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } = _e(e);
|
|
1824
|
+
return (l, u) => (g(), se("TresGroup", {
|
|
1825
1825
|
position: r(o),
|
|
1826
1826
|
rotation: r(i),
|
|
1827
1827
|
scale: r(s)
|
|
1828
1828
|
}, [
|
|
1829
|
-
|
|
1829
|
+
K(l.$slots, "default")
|
|
1830
1830
|
], 8, xr));
|
|
1831
1831
|
}
|
|
1832
1832
|
}), wr = ["position", "rotation", "scale"], Ir = /* @__PURE__ */ S({
|
|
@@ -1837,13 +1837,13 @@ const gr = /* @__PURE__ */ He(vr, [["render", _r]]), xr = ["position", "rotation
|
|
|
1837
1837
|
refContext: {}
|
|
1838
1838
|
},
|
|
1839
1839
|
setup(n) {
|
|
1840
|
-
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } =
|
|
1841
|
-
return (l, u) => (g(),
|
|
1840
|
+
const t = n, { node: e } = z(t), { position: o, rotation: i, scale: s } = _e(e);
|
|
1841
|
+
return (l, u) => (g(), se("TresMesh", {
|
|
1842
1842
|
position: r(o),
|
|
1843
1843
|
rotation: r(i),
|
|
1844
1844
|
scale: r(s)
|
|
1845
1845
|
}, [
|
|
1846
|
-
|
|
1846
|
+
K(l.$slots, "default")
|
|
1847
1847
|
], 8, wr));
|
|
1848
1848
|
}
|
|
1849
1849
|
}), Sr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Cr = "#242424", $r = {}, Vr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Er = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ar = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Dr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Kr = { 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)" } } }, jr = { 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"] } } }, Nr = { 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"] } } }, 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"] } } }, Hr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Gr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Jr = { textStyle: { color: "#eeeeee" } }, qr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Xr = { 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" } } }, Yr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Zr = { 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" } }, Qr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, el = {
|
|
@@ -1927,26 +1927,26 @@ const Al = /* @__PURE__ */ S({
|
|
|
1927
1927
|
refContext: {}
|
|
1928
1928
|
},
|
|
1929
1929
|
setup(n) {
|
|
1930
|
-
const t = n, { node: e } = z(t), o =
|
|
1931
|
-
const w = {},
|
|
1932
|
-
return s === "page" ?
|
|
1930
|
+
const t = n, { node: e } = z(t), o = qe(), i = dt(), s = Ae(), l = me(), { width: u, minWidth: d, maxWidth: c, height: m, minHeight: p, maxHeight: y, applySize: b } = ke(t, e), { applyTitle: f } = so(e), { applyXAxis: _ } = ro(e), { applyYAxis: v } = lo(e), { applyLegend: I } = io(e), { applySeries: V } = oo(e), k = x(() => {
|
|
1931
|
+
const w = {}, A = l.value?.type;
|
|
1932
|
+
return s === "page" ? A === "ui" ? b(w) : console.assert(!1) : s === "comp" && A === "ui" ? b(w) : console.assert(!1), w;
|
|
1933
1933
|
}), P = Di("chart");
|
|
1934
|
-
let
|
|
1935
|
-
const
|
|
1936
|
-
|
|
1934
|
+
let L;
|
|
1935
|
+
const Q = () => {
|
|
1936
|
+
L?.dispose(), L = Zi.init(P.value, i.value ? "dark" : "light");
|
|
1937
1937
|
const w = {};
|
|
1938
|
-
|
|
1939
|
-
},
|
|
1940
|
-
|
|
1941
|
-
},
|
|
1938
|
+
L.setOption(w);
|
|
1939
|
+
}, ee = () => {
|
|
1940
|
+
L?.resize();
|
|
1941
|
+
}, H = () => {
|
|
1942
1942
|
const w = {};
|
|
1943
|
-
f(w), _(w), v(w), I(w), V(w),
|
|
1943
|
+
f(w), _(w), v(w), I(w), V(w), L?.setOption(w, !0);
|
|
1944
1944
|
};
|
|
1945
1945
|
return Ki(async () => {
|
|
1946
|
-
window.addEventListener("resize",
|
|
1946
|
+
window.addEventListener("resize", ee, !1), await Oi(() => !!P.value), Q(), H();
|
|
1947
1947
|
}), xe(() => {
|
|
1948
|
-
window.removeEventListener("resize",
|
|
1949
|
-
}),
|
|
1948
|
+
window.removeEventListener("resize", ee, !1), L?.dispose();
|
|
1949
|
+
}), fe(
|
|
1950
1950
|
[
|
|
1951
1951
|
() => o.value.width,
|
|
1952
1952
|
() => o.value.height,
|
|
@@ -1958,22 +1958,22 @@ const Al = /* @__PURE__ */ S({
|
|
|
1958
1958
|
y
|
|
1959
1959
|
],
|
|
1960
1960
|
async () => {
|
|
1961
|
-
await Le(),
|
|
1961
|
+
await Le(), ee();
|
|
1962
1962
|
}
|
|
1963
|
-
),
|
|
1964
|
-
|
|
1965
|
-
}),
|
|
1963
|
+
), fe([i], () => {
|
|
1964
|
+
Q(), H();
|
|
1965
|
+
}), fe(
|
|
1966
1966
|
[t],
|
|
1967
1967
|
() => {
|
|
1968
|
-
|
|
1968
|
+
H();
|
|
1969
1969
|
},
|
|
1970
1970
|
{ deep: !0 }
|
|
1971
|
-
), (w,
|
|
1971
|
+
), (w, A) => (g(), C(r(q), {
|
|
1972
1972
|
block: "",
|
|
1973
1973
|
mask: ""
|
|
1974
1974
|
}, {
|
|
1975
1975
|
default: E(() => [
|
|
1976
|
-
|
|
1976
|
+
Oe("div", {
|
|
1977
1977
|
ref: "chart",
|
|
1978
1978
|
style: ge(k.value)
|
|
1979
1979
|
}, null, 4)
|
|
@@ -1989,26 +1989,26 @@ const Al = /* @__PURE__ */ S({
|
|
|
1989
1989
|
refContext: {}
|
|
1990
1990
|
},
|
|
1991
1991
|
setup(n) {
|
|
1992
|
-
const t = n, { node: e } = z(t), o =
|
|
1993
|
-
const w = {},
|
|
1994
|
-
return s === "page" ?
|
|
1992
|
+
const t = n, { node: e } = z(t), o = qe(), i = dt(), s = Ae(), l = me(), { width: u, minWidth: d, maxWidth: c, height: m, minHeight: p, maxHeight: y, applySize: b } = ke(t, e), { applyTitle: f } = so(e), { applyXAxis: _ } = ro(e), { applyYAxis: v } = lo(e), { applyLegend: I } = io(e), { applySeries: V } = oo(e), k = x(() => {
|
|
1993
|
+
const w = {}, A = l.value?.type;
|
|
1994
|
+
return s === "page" ? A === "ui" ? b(w) : console.assert(!1) : s === "comp" && A === "ui" ? b(w) : console.assert(!1), w;
|
|
1995
1995
|
}), P = Di("chart");
|
|
1996
|
-
let
|
|
1997
|
-
const
|
|
1998
|
-
|
|
1996
|
+
let L;
|
|
1997
|
+
const Q = () => {
|
|
1998
|
+
L?.dispose(), L = Zi.init(P.value, i.value ? "dark" : "light");
|
|
1999
1999
|
const w = {};
|
|
2000
|
-
|
|
2001
|
-
},
|
|
2002
|
-
|
|
2003
|
-
},
|
|
2000
|
+
L.setOption(w);
|
|
2001
|
+
}, ee = () => {
|
|
2002
|
+
L?.resize();
|
|
2003
|
+
}, H = () => {
|
|
2004
2004
|
const w = {};
|
|
2005
|
-
f(w), _(w), v(w), I(w), V(w),
|
|
2005
|
+
f(w), _(w), v(w), I(w), V(w), L?.setOption(w, !0);
|
|
2006
2006
|
};
|
|
2007
2007
|
return Ki(async () => {
|
|
2008
|
-
window.addEventListener("resize",
|
|
2008
|
+
window.addEventListener("resize", ee, !1), await Oi(() => !!P.value), Q(), H();
|
|
2009
2009
|
}), xe(() => {
|
|
2010
|
-
window.removeEventListener("resize",
|
|
2011
|
-
}),
|
|
2010
|
+
window.removeEventListener("resize", ee, !1), L?.dispose();
|
|
2011
|
+
}), fe(
|
|
2012
2012
|
[
|
|
2013
2013
|
() => o.value.width,
|
|
2014
2014
|
() => o.value.height,
|
|
@@ -2020,22 +2020,22 @@ const Al = /* @__PURE__ */ S({
|
|
|
2020
2020
|
y
|
|
2021
2021
|
],
|
|
2022
2022
|
async () => {
|
|
2023
|
-
await Le(),
|
|
2023
|
+
await Le(), ee();
|
|
2024
2024
|
}
|
|
2025
|
-
),
|
|
2026
|
-
|
|
2027
|
-
}),
|
|
2025
|
+
), fe([i], () => {
|
|
2026
|
+
Q(), H();
|
|
2027
|
+
}), fe(
|
|
2028
2028
|
[t],
|
|
2029
2029
|
() => {
|
|
2030
|
-
|
|
2030
|
+
H();
|
|
2031
2031
|
},
|
|
2032
2032
|
{ deep: !0 }
|
|
2033
|
-
), (w,
|
|
2033
|
+
), (w, A) => (g(), C(r(q), {
|
|
2034
2034
|
block: "",
|
|
2035
2035
|
mask: ""
|
|
2036
2036
|
}, {
|
|
2037
2037
|
default: E(() => [
|
|
2038
|
-
|
|
2038
|
+
Oe("div", {
|
|
2039
2039
|
ref: "chart",
|
|
2040
2040
|
style: ge(k.value)
|
|
2041
2041
|
}, null, 4)
|
|
@@ -2055,10 +2055,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2055
2055
|
console.log(`<element/${n.nodeId}/multiple_ref_v1/${n.instance}> created`), xe(() => {
|
|
2056
2056
|
console.log(`<element/${n.nodeId}/multiple_ref_v1/${n.instance}> destroyed`);
|
|
2057
2057
|
});
|
|
2058
|
-
const t = wo(), e =
|
|
2059
|
-
we(i), Pe("multipleRef", n.nodeId, n.instance,
|
|
2058
|
+
const t = wo(), e = me(), o = x(() => N(t.value)), i = x(() => N(e.value));
|
|
2059
|
+
we(i), Pe("multipleRef", n.nodeId, n.instance, ue(), o, i);
|
|
2060
2060
|
const s = (u) => {
|
|
2061
|
-
const d =
|
|
2061
|
+
const d = ve[u.key];
|
|
2062
2062
|
if (!d) {
|
|
2063
2063
|
console.assert(!1, `element not found key=${u.key}`);
|
|
2064
2064
|
return;
|
|
@@ -2066,10 +2066,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2066
2066
|
const c = {
|
|
2067
2067
|
nodeId: u.id
|
|
2068
2068
|
};
|
|
2069
|
-
return
|
|
2069
|
+
return at(u.key) && (c.refContext = {
|
|
2070
2070
|
parent: n.refContext,
|
|
2071
2071
|
compId: u.compId
|
|
2072
|
-
}),
|
|
2072
|
+
}), F(
|
|
2073
2073
|
d.comp,
|
|
2074
2074
|
{
|
|
2075
2075
|
key: u.id,
|
|
@@ -2084,17 +2084,17 @@ const Al = /* @__PURE__ */ S({
|
|
|
2084
2084
|
);
|
|
2085
2085
|
}, l = () => {
|
|
2086
2086
|
if (n.subtype === "ui")
|
|
2087
|
-
return
|
|
2087
|
+
return F("div", null, {
|
|
2088
2088
|
default: () => i.value?.view.nodeLites.map((u) => s(u))
|
|
2089
2089
|
});
|
|
2090
2090
|
if (n.subtype === "3d")
|
|
2091
|
-
return
|
|
2091
|
+
return F("TresGroup", null, {
|
|
2092
2092
|
default: () => i.value?.view.nodeLites.map((u) => s(u))
|
|
2093
2093
|
});
|
|
2094
2094
|
};
|
|
2095
2095
|
return (u, d) => (g(), C(l));
|
|
2096
2096
|
}
|
|
2097
|
-
}), Tl = ["position", "rotation", "scale"], Ml = { style: { userSelect: "none" } },
|
|
2097
|
+
}), Tl = ["position", "rotation", "scale"], Ml = { style: { userSelect: "none" } }, he = /* @__PURE__ */ S({
|
|
2098
2098
|
__name: "index",
|
|
2099
2099
|
props: {
|
|
2100
2100
|
position: {},
|
|
@@ -2104,7 +2104,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2104
2104
|
} }
|
|
2105
2105
|
},
|
|
2106
2106
|
setup(n) {
|
|
2107
|
-
return (t, e) => (g(),
|
|
2107
|
+
return (t, e) => (g(), se("TresGroup", {
|
|
2108
2108
|
position: n.position,
|
|
2109
2109
|
rotation: n.rotation,
|
|
2110
2110
|
scale: n.scale
|
|
@@ -2115,11 +2115,11 @@ const Al = /* @__PURE__ */ S({
|
|
|
2115
2115
|
transform: ""
|
|
2116
2116
|
}, {
|
|
2117
2117
|
default: E(() => [
|
|
2118
|
-
|
|
2118
|
+
Oe("div", Ml, ji(n.label), 1)
|
|
2119
2119
|
]),
|
|
2120
2120
|
_: 1
|
|
2121
|
-
})) :
|
|
2122
|
-
|
|
2121
|
+
})) : pe("", !0),
|
|
2122
|
+
K(t.$slots, "default")
|
|
2123
2123
|
], 8, Tl));
|
|
2124
2124
|
}
|
|
2125
2125
|
}), Ul = /* @__PURE__ */ S({
|
|
@@ -2130,7 +2130,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2130
2130
|
refContext: {}
|
|
2131
2131
|
},
|
|
2132
2132
|
setup(n) {
|
|
2133
|
-
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s =
|
|
2133
|
+
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s = me(), l = G();
|
|
2134
2134
|
$e(l);
|
|
2135
2135
|
const u = G();
|
|
2136
2136
|
we(u);
|
|
@@ -2139,8 +2139,8 @@ const Al = /* @__PURE__ */ S({
|
|
|
2139
2139
|
const { applySize: c } = ke(e, o), m = x(() => {
|
|
2140
2140
|
const k = {};
|
|
2141
2141
|
return u.value?.type === "ui" && c(k), k;
|
|
2142
|
-
}), { position: p, rotation: y, scale: b } =
|
|
2143
|
-
k.findIndex((
|
|
2142
|
+
}), { position: p, rotation: y, scale: b } = _e(o), { property: f } = a(o, ["instances"]), _ = (k, P) => {
|
|
2143
|
+
k.findIndex((L) => L === P) >= 0 || k.push(P);
|
|
2144
2144
|
}, v = x(() => {
|
|
2145
2145
|
const k = [];
|
|
2146
2146
|
if (!Array.isArray(f.value))
|
|
@@ -2148,7 +2148,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2148
2148
|
for (const P of f.value)
|
|
2149
2149
|
typeof P == "string" && P && _(k, P);
|
|
2150
2150
|
return k;
|
|
2151
|
-
}), I = (k, P) =>
|
|
2151
|
+
}), I = (k, P) => F(Ll, {
|
|
2152
2152
|
key: k,
|
|
2153
2153
|
subtype: P,
|
|
2154
2154
|
nodeId: e.nodeId,
|
|
@@ -2164,12 +2164,12 @@ const Al = /* @__PURE__ */ S({
|
|
|
2164
2164
|
return;
|
|
2165
2165
|
}
|
|
2166
2166
|
const { i18n: k } = Se;
|
|
2167
|
-
if (
|
|
2168
|
-
return s.value.type === "ui" ?
|
|
2167
|
+
if (ut(e.refContext, i))
|
|
2168
|
+
return s.value.type === "ui" ? F(
|
|
2169
2169
|
"div",
|
|
2170
2170
|
{ id: t.id, style: m.value },
|
|
2171
2171
|
k.global.t("x-runtime-lib.circularReference")
|
|
2172
|
-
) : s.value.type === "3d" ?
|
|
2172
|
+
) : s.value.type === "3d" ? F(he, {
|
|
2173
2173
|
name: t.name,
|
|
2174
2174
|
position: p.value,
|
|
2175
2175
|
rotation: y.value,
|
|
@@ -2177,7 +2177,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2177
2177
|
label: k.global.t("x-runtime-lib.circularReference")
|
|
2178
2178
|
}) : void 0;
|
|
2179
2179
|
if (!u.value)
|
|
2180
|
-
return s.value.type === "ui" ?
|
|
2180
|
+
return s.value.type === "ui" ? F("div", { id: t.id, style: m.value }) : s.value.type === "3d" ? F(he, {
|
|
2181
2181
|
name: t.name,
|
|
2182
2182
|
position: p.value,
|
|
2183
2183
|
rotation: y.value,
|
|
@@ -2189,19 +2189,19 @@ const Al = /* @__PURE__ */ S({
|
|
|
2189
2189
|
}
|
|
2190
2190
|
const P = u.value.type;
|
|
2191
2191
|
if (P === "ui")
|
|
2192
|
-
return
|
|
2192
|
+
return F(
|
|
2193
2193
|
"div",
|
|
2194
2194
|
{
|
|
2195
2195
|
id: t.id,
|
|
2196
2196
|
style: m.value
|
|
2197
2197
|
},
|
|
2198
2198
|
{
|
|
2199
|
-
default: () => v.value.map((
|
|
2199
|
+
default: () => v.value.map((L) => I(L, P))
|
|
2200
2200
|
}
|
|
2201
2201
|
);
|
|
2202
2202
|
if (P === "3d")
|
|
2203
|
-
return
|
|
2204
|
-
|
|
2203
|
+
return F(
|
|
2204
|
+
he,
|
|
2205
2205
|
{
|
|
2206
2206
|
name: t.name,
|
|
2207
2207
|
position: p.value,
|
|
@@ -2209,7 +2209,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2209
2209
|
scale: b.value
|
|
2210
2210
|
},
|
|
2211
2211
|
{
|
|
2212
|
-
default: () => v.value.map((
|
|
2212
|
+
default: () => v.value.map((L) => I(L, P))
|
|
2213
2213
|
}
|
|
2214
2214
|
);
|
|
2215
2215
|
};
|
|
@@ -2227,10 +2227,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2227
2227
|
console.log(`<element/${n.nodeId}/multiple_slot_v1/${n.instance}> created`), xe(() => {
|
|
2228
2228
|
console.log(`<element/${n.nodeId}/multiple_slot_v1/${n.instance}> destroyed`);
|
|
2229
2229
|
});
|
|
2230
|
-
const t = wo(), e =
|
|
2231
|
-
we(i), Pe("multipleCustomSlot", n.nodeId, n.instance,
|
|
2230
|
+
const t = wo(), e = me(), o = x(() => N(t.value)), i = x(() => N(e.value));
|
|
2231
|
+
we(i), Pe("multipleCustomSlot", n.nodeId, n.instance, ue(), o, i);
|
|
2232
2232
|
const s = (u) => {
|
|
2233
|
-
const d =
|
|
2233
|
+
const d = ve[u.key];
|
|
2234
2234
|
if (!d) {
|
|
2235
2235
|
console.assert(!1, `element not found key=${u.key}`);
|
|
2236
2236
|
return;
|
|
@@ -2238,10 +2238,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2238
2238
|
const c = {
|
|
2239
2239
|
nodeId: u.id
|
|
2240
2240
|
};
|
|
2241
|
-
return
|
|
2241
|
+
return at(u.key) && (c.refContext = {
|
|
2242
2242
|
parent: n.refContext,
|
|
2243
2243
|
compId: u.compId
|
|
2244
|
-
}),
|
|
2244
|
+
}), F(
|
|
2245
2245
|
d.comp,
|
|
2246
2246
|
{
|
|
2247
2247
|
key: u.id,
|
|
@@ -2256,11 +2256,11 @@ const Al = /* @__PURE__ */ S({
|
|
|
2256
2256
|
);
|
|
2257
2257
|
}, l = () => {
|
|
2258
2258
|
if (n.subtype === "ui")
|
|
2259
|
-
return
|
|
2259
|
+
return F("div", null, {
|
|
2260
2260
|
default: () => i.value?.view.nodeLites.map((u) => s(u))
|
|
2261
2261
|
});
|
|
2262
2262
|
if (n.subtype === "3d")
|
|
2263
|
-
return
|
|
2263
|
+
return F("TresGroup", null, {
|
|
2264
2264
|
default: () => i.value?.view.nodeLites.map((u) => s(u))
|
|
2265
2265
|
});
|
|
2266
2266
|
};
|
|
@@ -2274,7 +2274,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2274
2274
|
refContext: {}
|
|
2275
2275
|
},
|
|
2276
2276
|
setup(n) {
|
|
2277
|
-
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s =
|
|
2277
|
+
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s = me(), l = G();
|
|
2278
2278
|
$e(l);
|
|
2279
2279
|
const u = G();
|
|
2280
2280
|
we(u);
|
|
@@ -2283,8 +2283,8 @@ const Al = /* @__PURE__ */ S({
|
|
|
2283
2283
|
const { applySize: c } = ke(e, o), m = x(() => {
|
|
2284
2284
|
const k = {};
|
|
2285
2285
|
return u.value?.type === "ui" && c(k), k;
|
|
2286
|
-
}), { position: p, rotation: y, scale: b } =
|
|
2287
|
-
k.findIndex((
|
|
2286
|
+
}), { position: p, rotation: y, scale: b } = _e(o), { property: f } = a(o, ["instances"]), _ = (k, P) => {
|
|
2287
|
+
k.findIndex((L) => L === P) >= 0 || k.push(P);
|
|
2288
2288
|
}, v = x(() => {
|
|
2289
2289
|
const k = [];
|
|
2290
2290
|
if (!Array.isArray(f.value))
|
|
@@ -2292,7 +2292,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2292
2292
|
for (const P of f.value)
|
|
2293
2293
|
typeof P == "string" && P && _(k, P);
|
|
2294
2294
|
return k;
|
|
2295
|
-
}), I = (k, P) =>
|
|
2295
|
+
}), I = (k, P) => F(Bl, {
|
|
2296
2296
|
key: k,
|
|
2297
2297
|
subtype: P,
|
|
2298
2298
|
nodeId: e.nodeId,
|
|
@@ -2308,12 +2308,12 @@ const Al = /* @__PURE__ */ S({
|
|
|
2308
2308
|
return;
|
|
2309
2309
|
}
|
|
2310
2310
|
const { i18n: k } = Se;
|
|
2311
|
-
if (
|
|
2312
|
-
return s.value.type === "ui" ?
|
|
2311
|
+
if (ut(e.refContext, i))
|
|
2312
|
+
return s.value.type === "ui" ? F(
|
|
2313
2313
|
"div",
|
|
2314
2314
|
{ id: t.id, style: m.value },
|
|
2315
2315
|
k.global.t("x-runtime-lib.circularReference")
|
|
2316
|
-
) : s.value.type === "3d" ?
|
|
2316
|
+
) : s.value.type === "3d" ? F(he, {
|
|
2317
2317
|
name: t.name,
|
|
2318
2318
|
position: p.value,
|
|
2319
2319
|
rotation: y.value,
|
|
@@ -2321,7 +2321,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2321
2321
|
label: k.global.t("x-runtime-lib.circularReference")
|
|
2322
2322
|
}) : void 0;
|
|
2323
2323
|
if (!u.value)
|
|
2324
|
-
return s.value.type === "ui" ?
|
|
2324
|
+
return s.value.type === "ui" ? F("div", { id: t.id, style: m.value }) : s.value.type === "3d" ? F(he, {
|
|
2325
2325
|
name: t.name,
|
|
2326
2326
|
position: p.value,
|
|
2327
2327
|
rotation: y.value,
|
|
@@ -2333,19 +2333,19 @@ const Al = /* @__PURE__ */ S({
|
|
|
2333
2333
|
}
|
|
2334
2334
|
const P = u.value.type;
|
|
2335
2335
|
if (P === "ui")
|
|
2336
|
-
return
|
|
2336
|
+
return F(
|
|
2337
2337
|
"div",
|
|
2338
2338
|
{
|
|
2339
2339
|
id: t.id,
|
|
2340
2340
|
style: m.value
|
|
2341
2341
|
},
|
|
2342
2342
|
{
|
|
2343
|
-
default: () => v.value.map((
|
|
2343
|
+
default: () => v.value.map((L) => I(L, P))
|
|
2344
2344
|
}
|
|
2345
2345
|
);
|
|
2346
2346
|
if (P === "3d")
|
|
2347
|
-
return
|
|
2348
|
-
|
|
2347
|
+
return F(
|
|
2348
|
+
he,
|
|
2349
2349
|
{
|
|
2350
2350
|
name: t.name,
|
|
2351
2351
|
position: p.value,
|
|
@@ -2353,7 +2353,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2353
2353
|
scale: b.value
|
|
2354
2354
|
},
|
|
2355
2355
|
{
|
|
2356
|
-
default: () => v.value.map((
|
|
2356
|
+
default: () => v.value.map((L) => I(L, P))
|
|
2357
2357
|
}
|
|
2358
2358
|
);
|
|
2359
2359
|
};
|
|
@@ -2367,17 +2367,17 @@ const Al = /* @__PURE__ */ S({
|
|
|
2367
2367
|
refContext: {}
|
|
2368
2368
|
},
|
|
2369
2369
|
setup(n) {
|
|
2370
|
-
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s =
|
|
2370
|
+
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s = me(), l = G();
|
|
2371
2371
|
$e(l);
|
|
2372
2372
|
const u = G();
|
|
2373
2373
|
we(u);
|
|
2374
2374
|
const d = x(() => e.refContext?.compId);
|
|
2375
|
-
Ve(d, l, u), Pe("ref", e.nodeId, "",
|
|
2375
|
+
Ve(d, l, u), Pe("ref", e.nodeId, "", ue(), l, u);
|
|
2376
2376
|
const { applySize: c } = ke(e, o), m = x(() => {
|
|
2377
2377
|
const v = {};
|
|
2378
2378
|
return s.value?.type === "ui" && c(v), v;
|
|
2379
|
-
}), { position: p, rotation: y, scale: b } =
|
|
2380
|
-
const I =
|
|
2379
|
+
}), { position: p, rotation: y, scale: b } = _e(o), f = (v) => {
|
|
2380
|
+
const I = ve[v.key];
|
|
2381
2381
|
if (!I) {
|
|
2382
2382
|
console.assert(!1, `element not found key=${v.key}`);
|
|
2383
2383
|
return;
|
|
@@ -2385,10 +2385,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2385
2385
|
const V = {
|
|
2386
2386
|
nodeId: v.id
|
|
2387
2387
|
};
|
|
2388
|
-
return
|
|
2388
|
+
return at(v.key) && (V.refContext = {
|
|
2389
2389
|
parent: e.refContext,
|
|
2390
2390
|
compId: v.compId
|
|
2391
|
-
}),
|
|
2391
|
+
}), F(
|
|
2392
2392
|
I.comp,
|
|
2393
2393
|
{
|
|
2394
2394
|
key: v.id,
|
|
@@ -2411,12 +2411,12 @@ const Al = /* @__PURE__ */ S({
|
|
|
2411
2411
|
return;
|
|
2412
2412
|
}
|
|
2413
2413
|
const { i18n: v } = Se;
|
|
2414
|
-
if (
|
|
2415
|
-
return s.value.type === "ui" ?
|
|
2414
|
+
if (ut(e.refContext, i))
|
|
2415
|
+
return s.value.type === "ui" ? F(
|
|
2416
2416
|
"div",
|
|
2417
2417
|
{ id: t.id, style: m.value },
|
|
2418
2418
|
v.global.t("x-runtime-lib.circularReference")
|
|
2419
|
-
) : s.value.type === "3d" ?
|
|
2419
|
+
) : s.value.type === "3d" ? F(he, {
|
|
2420
2420
|
name: t.name,
|
|
2421
2421
|
position: p.value,
|
|
2422
2422
|
rotation: y.value,
|
|
@@ -2424,7 +2424,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2424
2424
|
label: v.global.t("x-runtime-lib.circularReference")
|
|
2425
2425
|
}) : void 0;
|
|
2426
2426
|
if (!u.value)
|
|
2427
|
-
return s.value.type === "ui" ?
|
|
2427
|
+
return s.value.type === "ui" ? F("div", { id: t.id, style: m.value }) : s.value.type === "3d" ? F(he, {
|
|
2428
2428
|
name: t.name,
|
|
2429
2429
|
position: p.value,
|
|
2430
2430
|
rotation: y.value,
|
|
@@ -2436,7 +2436,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2436
2436
|
}
|
|
2437
2437
|
const I = u.value.type;
|
|
2438
2438
|
if (I === "ui")
|
|
2439
|
-
return
|
|
2439
|
+
return F(
|
|
2440
2440
|
"div",
|
|
2441
2441
|
{
|
|
2442
2442
|
id: t.id,
|
|
@@ -2447,8 +2447,8 @@ const Al = /* @__PURE__ */ S({
|
|
|
2447
2447
|
}
|
|
2448
2448
|
);
|
|
2449
2449
|
if (I === "3d")
|
|
2450
|
-
return
|
|
2451
|
-
|
|
2450
|
+
return F(
|
|
2451
|
+
he,
|
|
2452
2452
|
{
|
|
2453
2453
|
name: t.name,
|
|
2454
2454
|
position: p.value,
|
|
@@ -2471,9 +2471,9 @@ const Al = /* @__PURE__ */ S({
|
|
|
2471
2471
|
},
|
|
2472
2472
|
setup(n) {
|
|
2473
2473
|
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "open"]);
|
|
2474
|
-
return (i, s) => (g(), C(r(
|
|
2474
|
+
return (i, s) => (g(), C(r(q), null, {
|
|
2475
2475
|
default: E(() => [
|
|
2476
|
-
r(o) ?
|
|
2476
|
+
r(o) ? K(i.$slots, "default", { key: 0 }) : pe("", !0)
|
|
2477
2477
|
]),
|
|
2478
2478
|
_: 3
|
|
2479
2479
|
}));
|
|
@@ -2486,18 +2486,18 @@ const Al = /* @__PURE__ */ S({
|
|
|
2486
2486
|
refContext: {}
|
|
2487
2487
|
},
|
|
2488
2488
|
setup(n) {
|
|
2489
|
-
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s =
|
|
2489
|
+
const t = Vt(), e = n, { node: o } = z(e), i = Ce(), s = me(), l = G();
|
|
2490
2490
|
$e(l);
|
|
2491
2491
|
const u = G();
|
|
2492
2492
|
we(u);
|
|
2493
2493
|
const d = x(() => e.refContext?.compId);
|
|
2494
|
-
Ve(d, l, u), Pe("customSlot", e.nodeId, "",
|
|
2494
|
+
Ve(d, l, u), Pe("customSlot", e.nodeId, "", ue(), l, u);
|
|
2495
2495
|
const { applySize: c } = ke(e, o), m = x(() => {
|
|
2496
2496
|
const v = {};
|
|
2497
2497
|
return u.value?.type === "ui" && c(v), v;
|
|
2498
|
-
}), { position: p, rotation: y, scale: b } =
|
|
2498
|
+
}), { position: p, rotation: y, scale: b } = _e(o);
|
|
2499
2499
|
function f(v) {
|
|
2500
|
-
const I =
|
|
2500
|
+
const I = ve[v.key];
|
|
2501
2501
|
if (!I) {
|
|
2502
2502
|
console.assert(!1, `element not found key=${v.key}`);
|
|
2503
2503
|
return;
|
|
@@ -2505,10 +2505,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2505
2505
|
const V = {
|
|
2506
2506
|
nodeId: v.id
|
|
2507
2507
|
};
|
|
2508
|
-
return
|
|
2508
|
+
return at(v.key) && (V.refContext = {
|
|
2509
2509
|
parent: e.refContext,
|
|
2510
2510
|
compId: v.compId
|
|
2511
|
-
}),
|
|
2511
|
+
}), F(
|
|
2512
2512
|
I.comp,
|
|
2513
2513
|
{
|
|
2514
2514
|
key: v.id,
|
|
@@ -2532,12 +2532,12 @@ const Al = /* @__PURE__ */ S({
|
|
|
2532
2532
|
return;
|
|
2533
2533
|
}
|
|
2534
2534
|
const { i18n: v } = Se;
|
|
2535
|
-
if (
|
|
2536
|
-
return s.value.type === "ui" ?
|
|
2535
|
+
if (ut(e.refContext, i))
|
|
2536
|
+
return s.value.type === "ui" ? F(
|
|
2537
2537
|
"div",
|
|
2538
2538
|
{ id: t.id, style: m.value },
|
|
2539
2539
|
v.global.t("x-runtime-lib.circularReference")
|
|
2540
|
-
) : s.value.type === "3d" ?
|
|
2540
|
+
) : s.value.type === "3d" ? F(he, {
|
|
2541
2541
|
name: t.name,
|
|
2542
2542
|
position: p.value,
|
|
2543
2543
|
rotation: y.value,
|
|
@@ -2545,7 +2545,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2545
2545
|
label: v.global.t("x-runtime-lib.circularReference")
|
|
2546
2546
|
}) : void 0;
|
|
2547
2547
|
if (!u.value)
|
|
2548
|
-
return s.value.type === "ui" ?
|
|
2548
|
+
return s.value.type === "ui" ? F("div", { id: t.id, style: m.value }) : s.value.type === "3d" ? F(he, {
|
|
2549
2549
|
name: t.name,
|
|
2550
2550
|
position: p.value,
|
|
2551
2551
|
rotation: y.value,
|
|
@@ -2557,7 +2557,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2557
2557
|
}
|
|
2558
2558
|
const I = u.value.type;
|
|
2559
2559
|
if (I === "ui")
|
|
2560
|
-
return
|
|
2560
|
+
return F(
|
|
2561
2561
|
"div",
|
|
2562
2562
|
{
|
|
2563
2563
|
id: t.id,
|
|
@@ -2568,8 +2568,8 @@ const Al = /* @__PURE__ */ S({
|
|
|
2568
2568
|
}
|
|
2569
2569
|
);
|
|
2570
2570
|
if (I === "3d")
|
|
2571
|
-
return
|
|
2572
|
-
|
|
2571
|
+
return F(
|
|
2572
|
+
he,
|
|
2573
2573
|
{
|
|
2574
2574
|
name: t.name,
|
|
2575
2575
|
position: p.value,
|
|
@@ -2591,7 +2591,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2591
2591
|
refContext: {}
|
|
2592
2592
|
},
|
|
2593
2593
|
setup(n) {
|
|
2594
|
-
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "content"]), { property: i } = a(e, ["settings", "dot"]), { theme: s } =
|
|
2594
|
+
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "content"]), { property: i } = a(e, ["settings", "dot"]), { theme: s } = X(), { property: l } = a(e, [
|
|
2595
2595
|
"settings",
|
|
2596
2596
|
"offset",
|
|
2597
2597
|
"x"
|
|
@@ -2601,10 +2601,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2601
2601
|
"y"
|
|
2602
2602
|
]);
|
|
2603
2603
|
return (d, c) => {
|
|
2604
|
-
const m =
|
|
2605
|
-
return g(), C(r(
|
|
2604
|
+
const m = R("v-badge");
|
|
2605
|
+
return g(), C(r(q), null, {
|
|
2606
2606
|
default: E(() => [
|
|
2607
|
-
|
|
2607
|
+
D(m, {
|
|
2608
2608
|
content: r(o),
|
|
2609
2609
|
dot: r(i),
|
|
2610
2610
|
"offset-x": r(l),
|
|
@@ -2612,7 +2612,7 @@ const Al = /* @__PURE__ */ S({
|
|
|
2612
2612
|
theme: r(s)
|
|
2613
2613
|
}, {
|
|
2614
2614
|
default: E(() => [
|
|
2615
|
-
|
|
2615
|
+
K(d.$slots, "default")
|
|
2616
2616
|
]),
|
|
2617
2617
|
_: 3
|
|
2618
2618
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
|
|
@@ -2629,11 +2629,11 @@ const Al = /* @__PURE__ */ S({
|
|
|
2629
2629
|
refContext: {}
|
|
2630
2630
|
},
|
|
2631
2631
|
setup(n) {
|
|
2632
|
-
const t = n, { node: e } = z(t), o =
|
|
2632
|
+
const t = n, { node: e } = z(t), o = ue(), { property: i } = a(e, [
|
|
2633
2633
|
"settings",
|
|
2634
2634
|
"addIcon",
|
|
2635
2635
|
"append"
|
|
2636
|
-
]), { property: s } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: u } =
|
|
2636
|
+
]), { property: s } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: u } = ie(l), { property: d } = a(e, ["settings", "density"]), { property: c } = a(e, [
|
|
2637
2637
|
"settings",
|
|
2638
2638
|
"disabled"
|
|
2639
2639
|
]), { property: m } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: y } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: f } = a(e, ["size", "minHeight"]), { property: _ } = a(e, ["size", "minWidth"]), { property: v } = a(e, [
|
|
@@ -2643,21 +2643,21 @@ const Al = /* @__PURE__ */ S({
|
|
|
2643
2643
|
]), { property: I } = a(e, [
|
|
2644
2644
|
"settings",
|
|
2645
2645
|
"readonly"
|
|
2646
|
-
]), { property: V } = a(e, ["settings", "ripple"]), { property: k } = a(e, ["settings", "size"]), { property: P } = a(e, ["settings", "stacked"]), { property:
|
|
2647
|
-
!o || !o.vm || (o.setGlobalVariable("__pointerPosX__",
|
|
2646
|
+
]), { property: V } = a(e, ["settings", "ripple"]), { property: k } = a(e, ["settings", "size"]), { property: P } = a(e, ["settings", "stacked"]), { property: L } = a(e, ["settings", "text"]), { theme: Q } = X(), { property: ee } = a(e, ["settings", "variant"]), { property: H } = a(e, ["size", "width"]), w = async (A) => {
|
|
2647
|
+
!o || !o.vm || (o.setGlobalVariable("__pointerPosX__", A.clientX), o.setGlobalVariable("__pointerPosY__", A.clientY), await o.callFunctionAsync(
|
|
2648
2648
|
"__triggerEventV1__",
|
|
2649
|
-
|
|
2649
|
+
re("elementEvent", t.nodeId, "click"),
|
|
2650
2650
|
""
|
|
2651
2651
|
));
|
|
2652
2652
|
};
|
|
2653
|
-
return (
|
|
2654
|
-
const
|
|
2655
|
-
return g(), C(r(
|
|
2653
|
+
return (A, j) => {
|
|
2654
|
+
const te = R("v-btn");
|
|
2655
|
+
return g(), C(r(q), {
|
|
2656
2656
|
block: r(s),
|
|
2657
2657
|
mask: ""
|
|
2658
2658
|
}, {
|
|
2659
2659
|
default: E(() => [
|
|
2660
|
-
|
|
2660
|
+
D(te, {
|
|
2661
2661
|
"append-icon": r(i),
|
|
2662
2662
|
block: r(s),
|
|
2663
2663
|
color: r(u),
|
|
@@ -2674,10 +2674,10 @@ const Al = /* @__PURE__ */ S({
|
|
|
2674
2674
|
ripple: r(V),
|
|
2675
2675
|
size: r(k),
|
|
2676
2676
|
stacked: r(P),
|
|
2677
|
-
text: r(
|
|
2678
|
-
theme: r(
|
|
2679
|
-
variant: r(
|
|
2680
|
-
width: r(
|
|
2677
|
+
text: r(L),
|
|
2678
|
+
theme: r(Q),
|
|
2679
|
+
variant: r(ee),
|
|
2680
|
+
width: r(H),
|
|
2681
2681
|
onClick: w
|
|
2682
2682
|
}, 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"])
|
|
2683
2683
|
]),
|
|
@@ -2687,15 +2687,15 @@ const Al = /* @__PURE__ */ S({
|
|
|
2687
2687
|
}
|
|
2688
2688
|
}), jl = {};
|
|
2689
2689
|
function Nl(n, t) {
|
|
2690
|
-
const e =
|
|
2690
|
+
const e = R("v-btn-group");
|
|
2691
2691
|
return g(), C(e, null, {
|
|
2692
2692
|
default: E(() => [
|
|
2693
|
-
|
|
2693
|
+
K(n.$slots, "default")
|
|
2694
2694
|
]),
|
|
2695
2695
|
_: 3
|
|
2696
2696
|
});
|
|
2697
2697
|
}
|
|
2698
|
-
const Ol = /* @__PURE__ */
|
|
2698
|
+
const Ol = /* @__PURE__ */ Ge(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
2699
2699
|
__name: "index",
|
|
2700
2700
|
props: {
|
|
2701
2701
|
nodeId: {},
|
|
@@ -2715,9 +2715,9 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2715
2715
|
]), { property: d } = a(e, [
|
|
2716
2716
|
"settings",
|
|
2717
2717
|
"readonly"
|
|
2718
|
-
]), { property: c } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "stacked"]), { theme: p } =
|
|
2718
|
+
]), { property: c } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "stacked"]), { theme: p } = X(), { property: y } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
|
|
2719
2719
|
return (f, _) => {
|
|
2720
|
-
const v =
|
|
2720
|
+
const v = R("v-btn-toggle");
|
|
2721
2721
|
return g(), C(v, {
|
|
2722
2722
|
block: r(o),
|
|
2723
2723
|
disabled: r(i),
|
|
@@ -2732,7 +2732,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2732
2732
|
variant: r(b)
|
|
2733
2733
|
}, {
|
|
2734
2734
|
default: E(() => [
|
|
2735
|
-
|
|
2735
|
+
K(f.$slots, "default")
|
|
2736
2736
|
]),
|
|
2737
2737
|
_: 3
|
|
2738
2738
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -2752,12 +2752,12 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2752
2752
|
]), { property: s } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "loading"]), { property: d } = a(e, ["size", "maxHeight"]), { property: c } = a(e, ["size", "maxWidth"]), { property: m } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: y } = a(e, [
|
|
2753
2753
|
"settings",
|
|
2754
2754
|
"subtitle"
|
|
2755
|
-
]), { property: b } = a(e, ["settings", "text"]), { theme: f } =
|
|
2755
|
+
]), { property: b } = a(e, ["settings", "text"]), { theme: f } = X(), { property: _ } = a(e, ["settings", "title"]), { property: v } = a(e, ["settings", "variant"]), { property: I } = a(e, ["size", "width"]);
|
|
2756
2756
|
return (V, k) => {
|
|
2757
|
-
const P =
|
|
2758
|
-
return g(), C(r(
|
|
2757
|
+
const P = R("v-card");
|
|
2758
|
+
return g(), C(r(q), { block: "" }, {
|
|
2759
2759
|
default: E(() => [
|
|
2760
|
-
|
|
2760
|
+
D(P, {
|
|
2761
2761
|
density: r(o),
|
|
2762
2762
|
disabled: r(i),
|
|
2763
2763
|
height: r(s),
|
|
@@ -2775,7 +2775,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2775
2775
|
width: r(I)
|
|
2776
2776
|
}, {
|
|
2777
2777
|
default: E(() => [
|
|
2778
|
-
|
|
2778
|
+
K(V.$slots, "default")
|
|
2779
2779
|
]),
|
|
2780
2780
|
_: 3
|
|
2781
2781
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -2800,10 +2800,10 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2800
2800
|
"readonly"
|
|
2801
2801
|
]);
|
|
2802
2802
|
return (s, l) => {
|
|
2803
|
-
const u =
|
|
2804
|
-
return g(), C(r(
|
|
2803
|
+
const u = R("v-checkbox");
|
|
2804
|
+
return g(), C(r(q), { mask: "" }, {
|
|
2805
2805
|
default: E(() => [
|
|
2806
|
-
|
|
2806
|
+
D(u, {
|
|
2807
2807
|
disabled: r(o),
|
|
2808
2808
|
readonly: r(i)
|
|
2809
2809
|
}, null, 8, ["disabled", "readonly"])
|
|
@@ -2823,18 +2823,18 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2823
2823
|
const t = n, { node: e } = z(t), { property: o } = a(e, [
|
|
2824
2824
|
"settings",
|
|
2825
2825
|
"closable"
|
|
2826
|
-
]), { property: i } = a(e, ["settings", "color"]), { color: s } =
|
|
2826
|
+
]), { property: i } = a(e, ["settings", "color"]), { color: s } = ie(i), { property: l } = a(e, ["settings", "density"]), { property: u } = a(e, [
|
|
2827
2827
|
"settings",
|
|
2828
2828
|
"disabled"
|
|
2829
2829
|
]), { property: d } = a(e, [
|
|
2830
2830
|
"settings",
|
|
2831
2831
|
"draggable"
|
|
2832
|
-
]), { property: c } = a(e, ["settings", "filter"]), { property: m } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: y } = a(e, ["settings", "text"]), { theme: b } =
|
|
2832
|
+
]), { property: c } = a(e, ["settings", "filter"]), { property: m } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: y } = a(e, ["settings", "text"]), { theme: b } = X(), { property: f } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "value"]), { property: v } = a(e, ["settings", "variant"]);
|
|
2833
2833
|
return (I, V) => {
|
|
2834
|
-
const k =
|
|
2835
|
-
return g(), C(r(
|
|
2834
|
+
const k = R("v-chip");
|
|
2835
|
+
return g(), C(r(q), { mask: "" }, {
|
|
2836
2836
|
default: E(() => [
|
|
2837
|
-
|
|
2837
|
+
D(k, {
|
|
2838
2838
|
closable: r(o),
|
|
2839
2839
|
color: r(s),
|
|
2840
2840
|
density: r(l),
|
|
@@ -2877,12 +2877,12 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2877
2877
|
]), { property: c } = a(e, [
|
|
2878
2878
|
"settings",
|
|
2879
2879
|
"showArrows"
|
|
2880
|
-
]), { theme: m } =
|
|
2880
|
+
]), { theme: m } = X(), { property: p } = a(e, ["settings", "value"]);
|
|
2881
2881
|
return (y, b) => {
|
|
2882
|
-
const f =
|
|
2882
|
+
const f = R("v-chip-group");
|
|
2883
2883
|
return g(), C(f, {
|
|
2884
2884
|
modelValue: r(p),
|
|
2885
|
-
"onUpdate:modelValue": b[0] || (b[0] = (_) =>
|
|
2885
|
+
"onUpdate:modelValue": b[0] || (b[0] = (_) => ae(p) ? p.value = _ : null),
|
|
2886
2886
|
column: r(o),
|
|
2887
2887
|
direction: r(i),
|
|
2888
2888
|
disabled: r(s),
|
|
@@ -2893,7 +2893,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2893
2893
|
theme: r(m)
|
|
2894
2894
|
}, {
|
|
2895
2895
|
default: E(() => [
|
|
2896
|
-
|
|
2896
|
+
K(y.$slots, "default")
|
|
2897
2897
|
]),
|
|
2898
2898
|
_: 3
|
|
2899
2899
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
@@ -2907,7 +2907,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2907
2907
|
refContext: {}
|
|
2908
2908
|
},
|
|
2909
2909
|
setup(n) {
|
|
2910
|
-
const t = n, { node: e } = z(t), o = Ae(), i =
|
|
2910
|
+
const t = n, { node: e } = z(t), o = Ae(), i = me(), { applySize: s } = ke(t, e), l = x(() => {
|
|
2911
2911
|
const _ = {}, v = i.value?.type;
|
|
2912
2912
|
return o === "page" ? v === "ui" ? s(_) : console.assert(!1) : o === "comp" && v === "ui" ? s(_) : console.assert(!1), _;
|
|
2913
2913
|
}), { property: u } = a(e, [
|
|
@@ -2931,12 +2931,12 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2931
2931
|
]), { property: b } = a(e, [
|
|
2932
2932
|
"settings",
|
|
2933
2933
|
"showSwatches"
|
|
2934
|
-
]), { theme: f } =
|
|
2934
|
+
]), { theme: f } = X();
|
|
2935
2935
|
return (_, v) => {
|
|
2936
|
-
const I =
|
|
2937
|
-
return g(), C(r(
|
|
2936
|
+
const I = R("v-color-picker");
|
|
2937
|
+
return g(), C(r(q), { mask: "" }, {
|
|
2938
2938
|
default: E(() => [
|
|
2939
|
-
|
|
2939
|
+
D(I, {
|
|
2940
2940
|
disabled: r(u),
|
|
2941
2941
|
"hide-canvas": r(d),
|
|
2942
2942
|
"hide-header": r(c),
|
|
@@ -2972,14 +2972,14 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
2972
2972
|
]), { property: u } = a(e, [
|
|
2973
2973
|
"settings",
|
|
2974
2974
|
"singleLine"
|
|
2975
|
-
]), { theme: d } =
|
|
2975
|
+
]), { theme: d } = X(), { property: c } = a(e, ["settings", "value"]);
|
|
2976
2976
|
return (m, p) => {
|
|
2977
|
-
const y =
|
|
2978
|
-
return g(), C(r(
|
|
2977
|
+
const y = R("v-combobox");
|
|
2978
|
+
return g(), C(r(q), { mask: "" }, {
|
|
2979
2979
|
default: E(() => [
|
|
2980
|
-
|
|
2980
|
+
D(y, {
|
|
2981
2981
|
modelValue: r(c),
|
|
2982
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) =>
|
|
2982
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ae(c) ? c.value = b : null),
|
|
2983
2983
|
"hide-details": r(o),
|
|
2984
2984
|
label: r(i),
|
|
2985
2985
|
placeholder: r(s),
|
|
@@ -3000,19 +3000,19 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3000
3000
|
refContext: {}
|
|
3001
3001
|
},
|
|
3002
3002
|
setup(n) {
|
|
3003
|
-
const t = n, { node: e } = z(t), o = Ae(), i =
|
|
3003
|
+
const t = n, { node: e } = z(t), o = Ae(), i = me(), { property: s } = a(e, [
|
|
3004
3004
|
"settings",
|
|
3005
3005
|
"backgroundColor"
|
|
3006
|
-
]), { color: l } =
|
|
3006
|
+
]), { color: l } = ie(s), { applySize: u } = ke(t, e), { applyMargin: d } = Sn(e), { applyPadding: c } = Cn(e), { applyBorder: m } = In(e), p = x(() => {
|
|
3007
3007
|
const y = {}, b = i.value?.type;
|
|
3008
3008
|
return o === "page" ? b === "ui" ? (u(y), d(y), c(y), m(y), l.value && (y.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "ui" ? (u(y), d(y), c(y), m(y), l.value && (y.backgroundColor = l.value)) : console.assert(!1), y;
|
|
3009
3009
|
});
|
|
3010
|
-
return (y, b) => (g(), C(r(
|
|
3010
|
+
return (y, b) => (g(), C(r(q), { block: "" }, {
|
|
3011
3011
|
default: E(() => [
|
|
3012
|
-
|
|
3012
|
+
Oe("div", {
|
|
3013
3013
|
style: ge(p.value)
|
|
3014
3014
|
}, [
|
|
3015
|
-
|
|
3015
|
+
K(y.$slots, "default")
|
|
3016
3016
|
], 4)
|
|
3017
3017
|
]),
|
|
3018
3018
|
_: 3
|
|
@@ -3029,7 +3029,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3029
3029
|
}),
|
|
3030
3030
|
emits: ["update:value"],
|
|
3031
3031
|
setup(n) {
|
|
3032
|
-
const t =
|
|
3032
|
+
const t = nt(n, "value"), e = n, o = `${Fn}/${e.instance}`, i = Ce(), s = pt(), l = G();
|
|
3033
3033
|
$e(l);
|
|
3034
3034
|
const u = G();
|
|
3035
3035
|
we(u);
|
|
@@ -3038,11 +3038,11 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3038
3038
|
"multipleElementSlot",
|
|
3039
3039
|
s.value.basic.id,
|
|
3040
3040
|
o,
|
|
3041
|
-
|
|
3041
|
+
ue(),
|
|
3042
3042
|
l,
|
|
3043
3043
|
u
|
|
3044
3044
|
), Zs(s, o, Fn, "value", t);
|
|
3045
|
-
const { render: c } =
|
|
3045
|
+
const { render: c } = ct(e.refContext, i, u);
|
|
3046
3046
|
return (m, p) => (g(), C(r(c)));
|
|
3047
3047
|
}
|
|
3048
3048
|
}), ta = /* @__PURE__ */ S({
|
|
@@ -3064,15 +3064,15 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3064
3064
|
]), { property: l } = a(e, ["settings", "headers"]), { property: u } = a(e, ["size", "height"]), { property: d } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "data"], !0), { property: m } = a(e, ["settings", "loading"]), { property: p } = a(e, [
|
|
3065
3065
|
"settings",
|
|
3066
3066
|
"multiSort"
|
|
3067
|
-
]), { theme: y } =
|
|
3067
|
+
]), { theme: y } = X(), { property: b } = a(e, ["size", "width"]), { property: f } = a(e, ["slots", "columns"]);
|
|
3068
3068
|
return (_, v) => {
|
|
3069
|
-
const I =
|
|
3070
|
-
return g(), C(r(
|
|
3069
|
+
const I = R("v-data-table");
|
|
3070
|
+
return g(), C(r(q), {
|
|
3071
3071
|
block: "",
|
|
3072
3072
|
mask: ""
|
|
3073
3073
|
}, {
|
|
3074
3074
|
default: E(() => [
|
|
3075
|
-
|
|
3075
|
+
D(I, {
|
|
3076
3076
|
density: r(o),
|
|
3077
3077
|
"fixed-footer": r(i),
|
|
3078
3078
|
"fixed-header": r(s),
|
|
@@ -3088,7 +3088,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3088
3088
|
Co(r(f), ({ key: V, comp: k }) => ({
|
|
3089
3089
|
name: `item.${V}`,
|
|
3090
3090
|
fn: E(({ value: P }) => [
|
|
3091
|
-
|
|
3091
|
+
D(ea, {
|
|
3092
3092
|
instance: V,
|
|
3093
3093
|
"ref-context": {
|
|
3094
3094
|
parent: t.refContext,
|
|
@@ -3108,10 +3108,10 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3108
3108
|
__name: "index",
|
|
3109
3109
|
setup(n) {
|
|
3110
3110
|
return (t, e) => {
|
|
3111
|
-
const o =
|
|
3112
|
-
return g(), C(r(
|
|
3111
|
+
const o = R("v-date-picker");
|
|
3112
|
+
return g(), C(r(q), { mask: "" }, {
|
|
3113
3113
|
default: E(() => [
|
|
3114
|
-
|
|
3114
|
+
D(o)
|
|
3115
3115
|
]),
|
|
3116
3116
|
_: 1
|
|
3117
3117
|
});
|
|
@@ -3125,26 +3125,26 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3125
3125
|
refContext: {}
|
|
3126
3126
|
},
|
|
3127
3127
|
setup(n) {
|
|
3128
|
-
const t = n, e =
|
|
3128
|
+
const t = n, e = ce(), { open: o } = Hi(`runtimeDlg/${Ni()}`);
|
|
3129
3129
|
return gt(t.nodeId, "open", () => {
|
|
3130
3130
|
o.value = !0;
|
|
3131
3131
|
}), gt(t.nodeId, "close", () => {
|
|
3132
3132
|
o.value = !1;
|
|
3133
3133
|
}), (i, s) => {
|
|
3134
|
-
const l =
|
|
3134
|
+
const l = R("v-dialog");
|
|
3135
3135
|
return g(), C(l, {
|
|
3136
3136
|
modelValue: r(o),
|
|
3137
|
-
"onUpdate:modelValue": s[0] || (s[0] = (u) =>
|
|
3137
|
+
"onUpdate:modelValue": s[0] || (s[0] = (u) => ae(o) ? o.value = u : null),
|
|
3138
3138
|
attach: "#dialogContainer"
|
|
3139
3139
|
}, {
|
|
3140
3140
|
activator: E(() => [
|
|
3141
|
-
r(e) === "editor" ? (g(),
|
|
3141
|
+
r(e) === "editor" ? (g(), se("div", {
|
|
3142
3142
|
key: 0,
|
|
3143
3143
|
id: `__node__@${t.nodeId}`
|
|
3144
|
-
}, null, 8, ia)) :
|
|
3144
|
+
}, null, 8, ia)) : pe("", !0)
|
|
3145
3145
|
]),
|
|
3146
3146
|
default: E(() => [
|
|
3147
|
-
|
|
3147
|
+
K(i.$slots, "default")
|
|
3148
3148
|
]),
|
|
3149
3149
|
_: 3
|
|
3150
3150
|
}, 8, ["modelValue"]);
|
|
@@ -3175,13 +3175,13 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3175
3175
|
"singleLine"
|
|
3176
3176
|
]);
|
|
3177
3177
|
return (b, f) => {
|
|
3178
|
-
const _ =
|
|
3179
|
-
return g(), C(r(
|
|
3178
|
+
const _ = R("v-file-input");
|
|
3179
|
+
return g(), C(r(q), {
|
|
3180
3180
|
block: "",
|
|
3181
3181
|
mask: ""
|
|
3182
3182
|
}, {
|
|
3183
3183
|
default: E(() => [
|
|
3184
|
-
|
|
3184
|
+
D(_, {
|
|
3185
3185
|
chips: r(o),
|
|
3186
3186
|
density: r(i),
|
|
3187
3187
|
direction: r(s),
|
|
@@ -3206,27 +3206,27 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3206
3206
|
refContext: {}
|
|
3207
3207
|
},
|
|
3208
3208
|
setup(n) {
|
|
3209
|
-
const t = n, { node: e } = z(t), o =
|
|
3209
|
+
const t = n, { node: e } = z(t), o = qe(), i = Ae(), s = me(), { applySize: l } = ke(t, e), { applyMargin: u } = Sn(e), { applyPadding: d } = Cn(e), { applyBorder: c } = In(e), { property: m } = a(e, [
|
|
3210
3210
|
"settings",
|
|
3211
3211
|
"backgroundColor"
|
|
3212
|
-
]), { color: p } =
|
|
3212
|
+
]), { color: p } = ie(m), y = (f) => {
|
|
3213
3213
|
p.value && (f.backgroundColor = p.value), f.display = "flex";
|
|
3214
|
-
const _ =
|
|
3214
|
+
const _ = We(o.value.width), v = tt(_, e.value.settings?.direction);
|
|
3215
3215
|
v === "row" ? f.flexDirection = "row" : v === "rowReverse" ? f.flexDirection = "row-reverse" : v === "column" ? f.flexDirection = "column" : v === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
3216
|
-
const I =
|
|
3216
|
+
const I = tt(_, e.value.settings?.wrap);
|
|
3217
3217
|
I === "no" ? f.flexWrap = "nowrap" : I === "yes" ? f.flexWrap = "wrap" : I === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
3218
|
-
const V =
|
|
3218
|
+
const V = tt(_, e.value.settings?.mainAlign);
|
|
3219
3219
|
V === "start" ? f.justifyContent = "flex-start" : V === "end" ? f.justifyContent = "flex-end" : V === "center" ? f.justifyContent = "center" : V === "spaceBetween" ? f.justifyContent = "space-between" : V === "spaceAround" ? f.justifyContent = "space-around" : V === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
3220
|
-
const k =
|
|
3220
|
+
const k = tt(_, e.value.settings?.crossAlign);
|
|
3221
3221
|
k === "start" ? f.alignItems = "flex-start" : k === "end" ? f.alignItems = "flex-end" : k === "center" ? f.alignItems = "center" : k === "baseline" ? f.alignItems = "baseline" : k === "stretch" && (f.alignItems = "stretch");
|
|
3222
3222
|
}, b = x(() => {
|
|
3223
3223
|
const f = {}, _ = s.value?.type;
|
|
3224
3224
|
return i === "page" ? _ === "ui" ? (l(f), u(f), d(f), c(f), y(f)) : console.assert(!1) : i === "comp" && _ === "ui" ? (l(f), u(f), d(f), c(f), y(f)) : console.assert(!1), f;
|
|
3225
3225
|
});
|
|
3226
|
-
return (f, _) => (g(),
|
|
3226
|
+
return (f, _) => (g(), se("div", {
|
|
3227
3227
|
style: ge(b.value)
|
|
3228
3228
|
}, [
|
|
3229
|
-
|
|
3229
|
+
K(f.$slots, "default")
|
|
3230
3230
|
], 4));
|
|
3231
3231
|
}
|
|
3232
3232
|
}), la = /* @__PURE__ */ S({
|
|
@@ -3237,14 +3237,14 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3237
3237
|
refContext: {}
|
|
3238
3238
|
},
|
|
3239
3239
|
setup(n) {
|
|
3240
|
-
const t = n, { node: e } = z(t), o = Ae(), i =
|
|
3240
|
+
const t = n, { node: e } = z(t), o = Ae(), i = me(), { applySize: s } = ke(t, e), { property: l } = a(e, ["settings", "grow"]), { property: u } = a(e, ["settings", "shrink"]), d = x(() => {
|
|
3241
3241
|
const c = {}, m = i.value?.type;
|
|
3242
3242
|
return o === "page" ? m === "ui" ? (s(c), c.flexGrow = l.value ? 1 : 0, c.flexShrink = u.value ? 1 : 0) : console.assert(!1) : o === "comp" && m === "ui" ? (s(c), c.flexGrow = l.value ? 1 : 0, c.flexShrink = u.value ? 1 : 0) : console.assert(!1), c;
|
|
3243
3243
|
});
|
|
3244
|
-
return (c, m) => (g(),
|
|
3244
|
+
return (c, m) => (g(), se("div", {
|
|
3245
3245
|
style: ge(d.value)
|
|
3246
3246
|
}, [
|
|
3247
|
-
|
|
3247
|
+
K(c.$slots, "default")
|
|
3248
3248
|
], 4));
|
|
3249
3249
|
}
|
|
3250
3250
|
}), aa = /* @__PURE__ */ S({
|
|
@@ -3255,33 +3255,33 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3255
3255
|
refContext: {}
|
|
3256
3256
|
},
|
|
3257
3257
|
setup(n) {
|
|
3258
|
-
const t = n, { node: e } = z(t), o = Ae(), i =
|
|
3258
|
+
const t = n, { node: e } = z(t), o = Ae(), i = me(), s = ue(), { property: l } = a(e, ["settings", "valid"]), { property: u } = a(e, [
|
|
3259
3259
|
"settings",
|
|
3260
3260
|
"fastFail"
|
|
3261
3261
|
]), { property: d } = a(e, [
|
|
3262
3262
|
"settings",
|
|
3263
3263
|
"backgroundColor"
|
|
3264
|
-
]), { color: c } =
|
|
3264
|
+
]), { color: c } = ie(d), { applySize: m } = ke(t, e), { applyMargin: p } = Sn(e), { applyPadding: y } = Cn(e), { applyBorder: b } = In(e), f = x(() => {
|
|
3265
3265
|
const v = {}, I = i.value?.type;
|
|
3266
3266
|
return o === "page" ? I === "ui" ? (m(v), p(v), y(v), b(v), c.value && (v.backgroundColor = c.value)) : console.assert(!1) : o === "comp" && I === "ui" ? (m(v), p(v), y(v), b(v), c.value && (v.backgroundColor = c.value)) : console.assert(!1), v;
|
|
3267
3267
|
}), _ = async () => {
|
|
3268
3268
|
await s?.callFunctionAsync(
|
|
3269
3269
|
"__triggerEventV1__",
|
|
3270
|
-
|
|
3270
|
+
re("elementEvent", t.nodeId, "submit"),
|
|
3271
3271
|
""
|
|
3272
3272
|
);
|
|
3273
3273
|
};
|
|
3274
3274
|
return (v, I) => {
|
|
3275
|
-
const V =
|
|
3275
|
+
const V = R("v-form");
|
|
3276
3276
|
return g(), C(V, {
|
|
3277
3277
|
modelValue: r(l),
|
|
3278
|
-
"onUpdate:modelValue": I[0] || (I[0] = (k) =>
|
|
3278
|
+
"onUpdate:modelValue": I[0] || (I[0] = (k) => ae(l) ? l.value = k : null),
|
|
3279
3279
|
"fast-fail": r(u),
|
|
3280
3280
|
style: ge(f.value),
|
|
3281
3281
|
onSubmit: $o(_, ["prevent"])
|
|
3282
3282
|
}, {
|
|
3283
3283
|
default: E(() => [
|
|
3284
|
-
|
|
3284
|
+
K(v.$slots, "default")
|
|
3285
3285
|
]),
|
|
3286
3286
|
_: 3
|
|
3287
3287
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -3295,12 +3295,12 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3295
3295
|
refContext: {}
|
|
3296
3296
|
},
|
|
3297
3297
|
setup(n) {
|
|
3298
|
-
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } =
|
|
3298
|
+
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } = ie(o), { property: s } = a(e, [
|
|
3299
3299
|
"settings",
|
|
3300
3300
|
"disabled"
|
|
3301
|
-
]), { property: l } = a(e, ["settings", "icon"]), { property: u } = a(e, ["settings", "size"]), { theme: d } =
|
|
3301
|
+
]), { property: l } = a(e, ["settings", "icon"]), { property: u } = a(e, ["settings", "size"]), { theme: d } = X();
|
|
3302
3302
|
return (c, m) => {
|
|
3303
|
-
const p =
|
|
3303
|
+
const p = R("v-icon");
|
|
3304
3304
|
return g(), C(p, {
|
|
3305
3305
|
color: r(i),
|
|
3306
3306
|
disabled: r(s),
|
|
@@ -3318,7 +3318,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3318
3318
|
refContext: {}
|
|
3319
3319
|
},
|
|
3320
3320
|
setup(n) {
|
|
3321
|
-
const t = n, e =
|
|
3321
|
+
const t = n, e = ce(), o = ue(), i = G(0), s = G(0), l = x(() => [i.value, s.value]), { open: u } = Hi(`runtimeMenu/${Ni()}`);
|
|
3322
3322
|
return gt(t.nodeId, "open", () => {
|
|
3323
3323
|
if (!o || !o.vm)
|
|
3324
3324
|
return;
|
|
@@ -3327,23 +3327,23 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3327
3327
|
}), gt(t.nodeId, "close", () => {
|
|
3328
3328
|
o && (u.value = !1);
|
|
3329
3329
|
}), (d, c) => {
|
|
3330
|
-
const m =
|
|
3330
|
+
const m = R("v-menu");
|
|
3331
3331
|
return g(), C(m, {
|
|
3332
3332
|
modelValue: r(u),
|
|
3333
|
-
"onUpdate:modelValue": c[0] || (c[0] = (p) =>
|
|
3333
|
+
"onUpdate:modelValue": c[0] || (c[0] = (p) => ae(u) ? u.value = p : null),
|
|
3334
3334
|
attach: "menuContainer",
|
|
3335
3335
|
"location-strategy": "connected",
|
|
3336
3336
|
scrim: "transparent",
|
|
3337
3337
|
target: l.value
|
|
3338
3338
|
}, {
|
|
3339
3339
|
activator: E(() => [
|
|
3340
|
-
r(e) === "editor" ? (g(),
|
|
3340
|
+
r(e) === "editor" ? (g(), se("div", {
|
|
3341
3341
|
key: 0,
|
|
3342
3342
|
id: `__node__@${t.nodeId}`
|
|
3343
|
-
}, null, 8, ca)) :
|
|
3343
|
+
}, null, 8, ca)) : pe("", !0)
|
|
3344
3344
|
]),
|
|
3345
3345
|
default: E(() => [
|
|
3346
|
-
|
|
3346
|
+
K(d.$slots, "default")
|
|
3347
3347
|
]),
|
|
3348
3348
|
_: 3
|
|
3349
3349
|
}, 8, ["modelValue", "target"]);
|
|
@@ -3391,17 +3391,17 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3391
3391
|
]), { property: k } = a(e, ["settings", "reverse"]), { property: P } = a(e, [
|
|
3392
3392
|
"settings",
|
|
3393
3393
|
"singleLine"
|
|
3394
|
-
]), { property:
|
|
3395
|
-
return (
|
|
3396
|
-
const
|
|
3397
|
-
return g(), C(r(
|
|
3394
|
+
]), { property: L } = a(e, ["settings", "step"]), { property: Q } = a(e, ["settings", "suffix"]), { theme: ee } = X(), { property: H } = a(e, ["settings", "value"]), { property: w } = a(e, ["settings", "variant"]), { property: A } = a(e, ["size", "width"]);
|
|
3395
|
+
return (j, te) => {
|
|
3396
|
+
const le = R("v-number-input");
|
|
3397
|
+
return g(), C(r(q), {
|
|
3398
3398
|
block: "",
|
|
3399
3399
|
mask: ""
|
|
3400
3400
|
}, {
|
|
3401
3401
|
default: E(() => [
|
|
3402
|
-
|
|
3403
|
-
modelValue: r(
|
|
3404
|
-
"onUpdate:modelValue":
|
|
3402
|
+
D(le, {
|
|
3403
|
+
modelValue: r(H),
|
|
3404
|
+
"onUpdate:modelValue": te[0] || (te[0] = (J) => ae(H) ? H.value = J : null),
|
|
3405
3405
|
"append-icon": r(o),
|
|
3406
3406
|
"append-inner-icon": r(i),
|
|
3407
3407
|
clearable: r(s),
|
|
@@ -3420,11 +3420,11 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3420
3420
|
readonly: r(V),
|
|
3421
3421
|
reverse: r(k),
|
|
3422
3422
|
"single-line": r(P),
|
|
3423
|
-
step: r(
|
|
3424
|
-
suffix: r(
|
|
3425
|
-
theme: r(
|
|
3423
|
+
step: r(L),
|
|
3424
|
+
suffix: r(Q),
|
|
3425
|
+
theme: r(ee),
|
|
3426
3426
|
variant: r(w),
|
|
3427
|
-
width: r(
|
|
3427
|
+
width: r(A)
|
|
3428
3428
|
}, 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"])
|
|
3429
3429
|
]),
|
|
3430
3430
|
_: 1
|
|
@@ -3439,26 +3439,26 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3439
3439
|
refContext: {}
|
|
3440
3440
|
},
|
|
3441
3441
|
setup(n) {
|
|
3442
|
-
const t = n, { node: e } = z(t), o =
|
|
3442
|
+
const t = n, { node: e } = z(t), o = ce(), { property: i } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
3443
3443
|
"settings",
|
|
3444
3444
|
"disabled"
|
|
3445
3445
|
]), { property: l } = a(e, ["settings", "length"]), { property: u } = a(e, [
|
|
3446
3446
|
"settings",
|
|
3447
3447
|
"showFirstLastPage"
|
|
3448
|
-
]), { property: d } = a(e, ["settings", "size"]), { property: c } = a(e, ["settings", "start"]), { theme: m } =
|
|
3448
|
+
]), { property: d } = a(e, ["settings", "size"]), { property: c } = a(e, ["settings", "start"]), { theme: m } = X(), { property: p } = a(e, ["settings", "tile"]), { property: y } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), f = x(() => {
|
|
3449
3449
|
const _ = {};
|
|
3450
3450
|
return o === "editor" && (_.pointerEvents = "none"), _;
|
|
3451
3451
|
});
|
|
3452
3452
|
return (_, v) => {
|
|
3453
|
-
const I =
|
|
3454
|
-
return g(), C(r(
|
|
3453
|
+
const I = R("v-pagination");
|
|
3454
|
+
return g(), C(r(q), {
|
|
3455
3455
|
block: "",
|
|
3456
3456
|
mask: ""
|
|
3457
3457
|
}, {
|
|
3458
3458
|
default: E(() => [
|
|
3459
|
-
|
|
3459
|
+
D(I, {
|
|
3460
3460
|
modelValue: r(y),
|
|
3461
|
-
"onUpdate:modelValue": v[0] || (v[0] = (V) =>
|
|
3461
|
+
"onUpdate:modelValue": v[0] || (v[0] = (V) => ae(y) ? y.value = V : null),
|
|
3462
3462
|
density: r(i),
|
|
3463
3463
|
disabled: r(s),
|
|
3464
3464
|
length: r(l),
|
|
@@ -3483,15 +3483,15 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3483
3483
|
refContext: {}
|
|
3484
3484
|
},
|
|
3485
3485
|
setup(n) {
|
|
3486
|
-
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } =
|
|
3486
|
+
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } = ie(o), { property: s } = a(e, ["settings", "density"]), { property: l } = a(e, [
|
|
3487
3487
|
"settings",
|
|
3488
3488
|
"disabled"
|
|
3489
3489
|
]), { property: u } = a(e, ["settings", "label"]), { property: d } = a(e, [
|
|
3490
3490
|
"settings",
|
|
3491
3491
|
"readonly"
|
|
3492
|
-
]), { theme: c } =
|
|
3492
|
+
]), { theme: c } = X(), { property: m } = a(e, ["settings", "value"]);
|
|
3493
3493
|
return (p, y) => {
|
|
3494
|
-
const b =
|
|
3494
|
+
const b = R("v-radio");
|
|
3495
3495
|
return g(), C(b, {
|
|
3496
3496
|
color: r(i),
|
|
3497
3497
|
density: r(s),
|
|
@@ -3520,14 +3520,14 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3520
3520
|
]), { property: l } = a(e, ["settings", "inline"]), { property: u } = a(e, [
|
|
3521
3521
|
"settings",
|
|
3522
3522
|
"readonly"
|
|
3523
|
-
]), { theme: d } =
|
|
3523
|
+
]), { theme: d } = X(), { property: c } = a(e, ["settings", "value"]);
|
|
3524
3524
|
return (m, p) => {
|
|
3525
|
-
const y =
|
|
3526
|
-
return g(), C(r(
|
|
3525
|
+
const y = R("v-radio-group");
|
|
3526
|
+
return g(), C(r(q), null, {
|
|
3527
3527
|
default: E(() => [
|
|
3528
|
-
|
|
3528
|
+
D(y, {
|
|
3529
3529
|
modelValue: r(c),
|
|
3530
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) =>
|
|
3530
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ae(c) ? c.value = b : null),
|
|
3531
3531
|
density: r(o),
|
|
3532
3532
|
direction: r(i),
|
|
3533
3533
|
disabled: r(s),
|
|
@@ -3536,7 +3536,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3536
3536
|
theme: r(d)
|
|
3537
3537
|
}, {
|
|
3538
3538
|
default: E(() => [
|
|
3539
|
-
|
|
3539
|
+
K(m.$slots, "default")
|
|
3540
3540
|
]),
|
|
3541
3541
|
_: 3
|
|
3542
3542
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -3573,7 +3573,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3573
3573
|
return "always";
|
|
3574
3574
|
if (p.value === "show")
|
|
3575
3575
|
return !0;
|
|
3576
|
-
}), { property: b } = a(e, ["settings", "step"]), { theme: f } =
|
|
3576
|
+
}), { property: b } = a(e, ["settings", "step"]), { theme: f } = X(), { property: _ } = a(e, [
|
|
3577
3577
|
"settings",
|
|
3578
3578
|
"thumbLabel"
|
|
3579
3579
|
]), v = x(() => {
|
|
@@ -3587,38 +3587,38 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3587
3587
|
]), { property: V } = a(e, ["settings", "ticks"]), k = x(() => {
|
|
3588
3588
|
if (!V.value)
|
|
3589
3589
|
return;
|
|
3590
|
-
const
|
|
3591
|
-
for (const { value: w, label:
|
|
3592
|
-
|
|
3593
|
-
if (!Qi(
|
|
3594
|
-
return
|
|
3590
|
+
const H = {};
|
|
3591
|
+
for (const { value: w, label: A } of V.value)
|
|
3592
|
+
H[w] = A;
|
|
3593
|
+
if (!Qi(H))
|
|
3594
|
+
return H;
|
|
3595
3595
|
}), { property: P } = a(e, [
|
|
3596
3596
|
"settings",
|
|
3597
3597
|
"tickSize"
|
|
3598
|
-
]), { property:
|
|
3598
|
+
]), { property: L } = a(e, [
|
|
3599
3599
|
"settings",
|
|
3600
3600
|
"value",
|
|
3601
3601
|
"start"
|
|
3602
|
-
]), { property:
|
|
3602
|
+
]), { property: Q } = a(e, [
|
|
3603
3603
|
"settings",
|
|
3604
3604
|
"value",
|
|
3605
3605
|
"end"
|
|
3606
|
-
]),
|
|
3607
|
-
get: () => [
|
|
3608
|
-
set: ([
|
|
3609
|
-
|
|
3606
|
+
]), ee = x({
|
|
3607
|
+
get: () => [L.value, Q.value],
|
|
3608
|
+
set: ([H, w]) => {
|
|
3609
|
+
L.value = H, Q.value = w;
|
|
3610
3610
|
}
|
|
3611
3611
|
});
|
|
3612
|
-
return (
|
|
3613
|
-
const
|
|
3614
|
-
return g(), C(r(
|
|
3612
|
+
return (H, w) => {
|
|
3613
|
+
const A = R("v-range-slider");
|
|
3614
|
+
return g(), C(r(q), {
|
|
3615
3615
|
block: "",
|
|
3616
3616
|
mask: ""
|
|
3617
3617
|
}, {
|
|
3618
3618
|
default: E(() => [
|
|
3619
|
-
|
|
3620
|
-
modelValue:
|
|
3621
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
3619
|
+
D(A, {
|
|
3620
|
+
modelValue: ee.value,
|
|
3621
|
+
"onUpdate:modelValue": w[0] || (w[0] = (j) => ee.value = j),
|
|
3622
3622
|
density: r(o),
|
|
3623
3623
|
direction: r(i),
|
|
3624
3624
|
disabled: r(s),
|
|
@@ -3660,14 +3660,14 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3660
3660
|
]), { property: u } = a(e, ["settings", "hover"]), { property: d } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
3661
3661
|
"settings",
|
|
3662
3662
|
"readonly"
|
|
3663
|
-
]), { theme: m } =
|
|
3663
|
+
]), { theme: m } = X(), { property: p } = a(e, ["settings", "value"]);
|
|
3664
3664
|
return (y, b) => {
|
|
3665
|
-
const f =
|
|
3666
|
-
return g(), C(r(
|
|
3665
|
+
const f = R("v-rating");
|
|
3666
|
+
return g(), C(r(q), { mask: "" }, {
|
|
3667
3667
|
default: E(() => [
|
|
3668
|
-
|
|
3668
|
+
D(f, {
|
|
3669
3669
|
modelValue: r(p),
|
|
3670
|
-
"onUpdate:modelValue": b[0] || (b[0] = (_) =>
|
|
3670
|
+
"onUpdate:modelValue": b[0] || (b[0] = (_) => ae(p) ? p.value = _ : null),
|
|
3671
3671
|
clearable: r(o),
|
|
3672
3672
|
density: r(i),
|
|
3673
3673
|
disabled: r(s),
|
|
@@ -3702,17 +3702,17 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3702
3702
|
]), { property: u } = a(e, [
|
|
3703
3703
|
"settings",
|
|
3704
3704
|
"singleLine"
|
|
3705
|
-
]), { theme: d } =
|
|
3705
|
+
]), { theme: d } = X(), { property: c } = a(e, ["settings", "value"]);
|
|
3706
3706
|
return (m, p) => {
|
|
3707
|
-
const y =
|
|
3708
|
-
return g(), C(r(
|
|
3707
|
+
const y = R("v-select");
|
|
3708
|
+
return g(), C(r(q), {
|
|
3709
3709
|
block: "",
|
|
3710
3710
|
mask: ""
|
|
3711
3711
|
}, {
|
|
3712
3712
|
default: E(() => [
|
|
3713
|
-
|
|
3713
|
+
D(y, {
|
|
3714
3714
|
modelValue: r(c),
|
|
3715
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) =>
|
|
3715
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ae(c) ? c.value = b : null),
|
|
3716
3716
|
"hide-details": r(o),
|
|
3717
3717
|
label: r(i),
|
|
3718
3718
|
placeholder: r(s),
|
|
@@ -3733,7 +3733,7 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3733
3733
|
refContext: {}
|
|
3734
3734
|
},
|
|
3735
3735
|
setup(n) {
|
|
3736
|
-
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } =
|
|
3736
|
+
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "color"]), { color: i } = ie(o), { property: s } = a(e, [
|
|
3737
3737
|
"settings",
|
|
3738
3738
|
"direction"
|
|
3739
3739
|
]), { property: l } = a(e, [
|
|
@@ -3753,10 +3753,10 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3753
3753
|
return "always";
|
|
3754
3754
|
if (b.value === "show")
|
|
3755
3755
|
return !0;
|
|
3756
|
-
}), { property: _ } = a(e, ["settings", "step"]), { theme: v } =
|
|
3756
|
+
}), { property: _ } = a(e, ["settings", "step"]), { theme: v } = X(), { property: I } = a(e, [
|
|
3757
3757
|
"settings",
|
|
3758
3758
|
"thumbColor"
|
|
3759
|
-
]), { color: V } =
|
|
3759
|
+
]), { color: V } = ie(I), { property: k } = a(e, [
|
|
3760
3760
|
"settings",
|
|
3761
3761
|
"thumbLabel"
|
|
3762
3762
|
]), P = x(() => {
|
|
@@ -3764,34 +3764,34 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3764
3764
|
return "always";
|
|
3765
3765
|
if (k.value === "show")
|
|
3766
3766
|
return !0;
|
|
3767
|
-
}), { property:
|
|
3767
|
+
}), { property: L } = a(e, [
|
|
3768
3768
|
"settings",
|
|
3769
3769
|
"thumbSize"
|
|
3770
|
-
]), { property:
|
|
3771
|
-
if (!
|
|
3770
|
+
]), { property: Q } = a(e, ["settings", "ticks"]), ee = x(() => {
|
|
3771
|
+
if (!Q.value)
|
|
3772
3772
|
return;
|
|
3773
|
-
const
|
|
3774
|
-
for (const { value:
|
|
3775
|
-
|
|
3776
|
-
if (!Qi(
|
|
3777
|
-
return
|
|
3778
|
-
}), { property:
|
|
3773
|
+
const J = {};
|
|
3774
|
+
for (const { value: ne, label: de } of Q.value)
|
|
3775
|
+
J[ne] = de;
|
|
3776
|
+
if (!Qi(J))
|
|
3777
|
+
return J;
|
|
3778
|
+
}), { property: H } = a(e, [
|
|
3779
3779
|
"settings",
|
|
3780
3780
|
"tickSize"
|
|
3781
3781
|
]), { property: w } = a(e, [
|
|
3782
3782
|
"settings",
|
|
3783
3783
|
"trackColor"
|
|
3784
|
-
]), { color:
|
|
3785
|
-
return (
|
|
3786
|
-
const
|
|
3787
|
-
return g(), C(r(
|
|
3784
|
+
]), { color: A } = ie(w), { property: j } = a(e, ["settings", "value"]), { property: te } = a(e, ["slots", "append"]), { property: le } = a(e, ["slots", "prepend"]);
|
|
3785
|
+
return (J, ne) => {
|
|
3786
|
+
const de = R("v-slider");
|
|
3787
|
+
return g(), C(r(q), {
|
|
3788
3788
|
block: "",
|
|
3789
3789
|
mask: ""
|
|
3790
3790
|
}, {
|
|
3791
3791
|
default: E(() => [
|
|
3792
|
-
|
|
3793
|
-
modelValue: r(
|
|
3794
|
-
"onUpdate:modelValue":
|
|
3792
|
+
D(de, {
|
|
3793
|
+
modelValue: r(j),
|
|
3794
|
+
"onUpdate:modelValue": ne[0] || (ne[0] = (Xe) => ae(j) ? j.value = Xe : null),
|
|
3795
3795
|
color: r(i),
|
|
3796
3796
|
direction: r(s),
|
|
3797
3797
|
disabled: r(l),
|
|
@@ -3806,28 +3806,28 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3806
3806
|
theme: r(v),
|
|
3807
3807
|
"thumb-color": r(V),
|
|
3808
3808
|
"thumb-label": P.value,
|
|
3809
|
-
"thumb-size": r(
|
|
3810
|
-
"tick-size": r(
|
|
3811
|
-
ticks:
|
|
3812
|
-
"track-color": r(
|
|
3809
|
+
"thumb-size": r(L),
|
|
3810
|
+
"tick-size": r(H),
|
|
3811
|
+
ticks: ee.value,
|
|
3812
|
+
"track-color": r(A)
|
|
3813
3813
|
}, gn({ _: 2 }, [
|
|
3814
|
-
r(
|
|
3814
|
+
r(te) ? {
|
|
3815
3815
|
name: "append",
|
|
3816
3816
|
fn: E(() => [
|
|
3817
|
-
|
|
3817
|
+
D(r(jt), {
|
|
3818
3818
|
"node-id": "append",
|
|
3819
|
-
"ref-context": { compId: r(
|
|
3819
|
+
"ref-context": { compId: r(te) },
|
|
3820
3820
|
state: {}
|
|
3821
3821
|
}, null, 8, ["ref-context"])
|
|
3822
3822
|
]),
|
|
3823
3823
|
key: "0"
|
|
3824
3824
|
} : void 0,
|
|
3825
|
-
r(
|
|
3825
|
+
r(le) ? {
|
|
3826
3826
|
name: "prepend",
|
|
3827
3827
|
fn: E(() => [
|
|
3828
|
-
|
|
3828
|
+
D(r(jt), {
|
|
3829
3829
|
"node-id": "prepend",
|
|
3830
|
-
"ref-context": { compId: r(
|
|
3830
|
+
"ref-context": { compId: r(le) },
|
|
3831
3831
|
state: {}
|
|
3832
3832
|
}, null, 8, ["ref-context"])
|
|
3833
3833
|
]),
|
|
@@ -3850,17 +3850,17 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3850
3850
|
const t = n, { node: e } = z(t), { property: o } = a(e, [
|
|
3851
3851
|
"settings",
|
|
3852
3852
|
"hideActions"
|
|
3853
|
-
]), { theme: i } =
|
|
3853
|
+
]), { theme: i } = X(), { property: s } = a(e, ["settings", "value"]);
|
|
3854
3854
|
return (l, u) => {
|
|
3855
|
-
const d =
|
|
3855
|
+
const d = R("v-stepper");
|
|
3856
3856
|
return g(), C(d, {
|
|
3857
3857
|
modelValue: r(s),
|
|
3858
|
-
"onUpdate:modelValue": u[0] || (u[0] = (c) =>
|
|
3858
|
+
"onUpdate:modelValue": u[0] || (u[0] = (c) => ae(s) ? s.value = c : null),
|
|
3859
3859
|
"hide-actions": r(o),
|
|
3860
3860
|
theme: r(i)
|
|
3861
3861
|
}, {
|
|
3862
3862
|
default: E(() => [
|
|
3863
|
-
|
|
3863
|
+
K(l.$slots, "default")
|
|
3864
3864
|
]),
|
|
3865
3865
|
_: 3
|
|
3866
3866
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
@@ -3868,15 +3868,15 @@ const Ol = /* @__PURE__ */ He(jl, [["render", Nl]]), Hl = /* @__PURE__ */ S({
|
|
|
3868
3868
|
}
|
|
3869
3869
|
}), xa = {};
|
|
3870
3870
|
function ka(n, t) {
|
|
3871
|
-
const e =
|
|
3871
|
+
const e = R("v-stepper-header");
|
|
3872
3872
|
return g(), C(e, null, {
|
|
3873
3873
|
default: E(() => [
|
|
3874
|
-
|
|
3874
|
+
K(n.$slots, "default")
|
|
3875
3875
|
]),
|
|
3876
3876
|
_: 3
|
|
3877
3877
|
});
|
|
3878
3878
|
}
|
|
3879
|
-
const wa = /* @__PURE__ */
|
|
3879
|
+
const wa = /* @__PURE__ */ Ge(xa, [["render", ka]]), Ia = /* @__PURE__ */ S({
|
|
3880
3880
|
__name: "index",
|
|
3881
3881
|
props: {
|
|
3882
3882
|
nodeId: {},
|
|
@@ -3886,10 +3886,10 @@ const wa = /* @__PURE__ */ He(xa, [["render", ka]]), Ia = /* @__PURE__ */ S({
|
|
|
3886
3886
|
setup(n) {
|
|
3887
3887
|
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "value"]);
|
|
3888
3888
|
return (i, s) => {
|
|
3889
|
-
const l =
|
|
3889
|
+
const l = R("v-stepper-item");
|
|
3890
3890
|
return g(), C(l, { value: r(o) }, {
|
|
3891
3891
|
default: E(() => [
|
|
3892
|
-
|
|
3892
|
+
K(i.$slots, "default")
|
|
3893
3893
|
]),
|
|
3894
3894
|
_: 3
|
|
3895
3895
|
}, 8, ["value"]);
|
|
@@ -3897,15 +3897,15 @@ const wa = /* @__PURE__ */ He(xa, [["render", ka]]), Ia = /* @__PURE__ */ S({
|
|
|
3897
3897
|
}
|
|
3898
3898
|
}), Sa = {};
|
|
3899
3899
|
function Ca(n, t) {
|
|
3900
|
-
const e =
|
|
3900
|
+
const e = R("v-stepper-window");
|
|
3901
3901
|
return g(), C(e, null, {
|
|
3902
3902
|
default: E(() => [
|
|
3903
|
-
|
|
3903
|
+
K(n.$slots, "default")
|
|
3904
3904
|
]),
|
|
3905
3905
|
_: 3
|
|
3906
3906
|
});
|
|
3907
3907
|
}
|
|
3908
|
-
const $a = /* @__PURE__ */
|
|
3908
|
+
const $a = /* @__PURE__ */ Ge(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
3909
3909
|
__name: "index",
|
|
3910
3910
|
props: {
|
|
3911
3911
|
nodeId: {},
|
|
@@ -3915,10 +3915,10 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
3915
3915
|
setup(n) {
|
|
3916
3916
|
const t = n, { node: e } = z(t), { property: o } = a(e, ["settings", "value"]);
|
|
3917
3917
|
return (i, s) => {
|
|
3918
|
-
const l =
|
|
3918
|
+
const l = R("v-stepper-window-item");
|
|
3919
3919
|
return g(), C(l, { value: r(o) }, {
|
|
3920
3920
|
default: E(() => [
|
|
3921
|
-
|
|
3921
|
+
K(i.$slots, "default")
|
|
3922
3922
|
]),
|
|
3923
3923
|
_: 3
|
|
3924
3924
|
}, 8, ["value"]);
|
|
@@ -3944,14 +3944,14 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
3944
3944
|
]), { property: u } = a(e, [
|
|
3945
3945
|
"settings",
|
|
3946
3946
|
"indeterminate"
|
|
3947
|
-
]), { property: d } = a(e, ["settings", "inline"]), { property: c } = a(e, ["settings", "inset"]), { property: m } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: y } =
|
|
3947
|
+
]), { property: d } = a(e, ["settings", "inline"]), { property: c } = a(e, ["settings", "inset"]), { property: m } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: y } = X(), { property: b } = a(e, ["settings", "value"]);
|
|
3948
3948
|
return (f, _) => {
|
|
3949
|
-
const v =
|
|
3950
|
-
return g(), C(r(
|
|
3949
|
+
const v = R("v-switch");
|
|
3950
|
+
return g(), C(r(q), { mask: "" }, {
|
|
3951
3951
|
default: E(() => [
|
|
3952
|
-
|
|
3952
|
+
D(v, {
|
|
3953
3953
|
modelValue: r(b),
|
|
3954
|
-
"onUpdate:modelValue": _[0] || (_[0] = (I) =>
|
|
3954
|
+
"onUpdate:modelValue": _[0] || (_[0] = (I) => ae(b) ? b.value = I : null),
|
|
3955
3955
|
density: r(o),
|
|
3956
3956
|
direction: r(i),
|
|
3957
3957
|
disabled: r(s),
|
|
@@ -3976,15 +3976,15 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
3976
3976
|
refContext: {}
|
|
3977
3977
|
},
|
|
3978
3978
|
setup(n) {
|
|
3979
|
-
const t = n, { node: e } = z(t), o =
|
|
3979
|
+
const t = n, { node: e } = z(t), o = ce(), { property: i } = a(e, ["settings", "text"]), { theme: s } = X(), { property: l } = a(e, ["settings", "value"]), u = x(() => {
|
|
3980
3980
|
const d = {};
|
|
3981
3981
|
return o === "editor" && (d.pointerEvents = "none"), d;
|
|
3982
3982
|
});
|
|
3983
3983
|
return (d, c) => {
|
|
3984
|
-
const m =
|
|
3985
|
-
return g(), C(r(
|
|
3984
|
+
const m = R("v-tab");
|
|
3985
|
+
return g(), C(r(q), { mask: "" }, {
|
|
3986
3986
|
default: E(() => [
|
|
3987
|
-
|
|
3987
|
+
D(m, {
|
|
3988
3988
|
style: ge(u.value),
|
|
3989
3989
|
text: r(i),
|
|
3990
3990
|
theme: r(s),
|
|
@@ -4010,14 +4010,14 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4010
4010
|
"settings",
|
|
4011
4011
|
"color",
|
|
4012
4012
|
"backgroundColor"
|
|
4013
|
-
]), { color: s } =
|
|
4013
|
+
]), { color: s } = ie(i), { property: l } = a(e, [
|
|
4014
4014
|
"settings",
|
|
4015
4015
|
"centerActive"
|
|
4016
4016
|
]), { property: u } = a(e, [
|
|
4017
4017
|
"settings",
|
|
4018
4018
|
"color",
|
|
4019
4019
|
"selectedColor"
|
|
4020
|
-
]), { color: d } =
|
|
4020
|
+
]), { color: d } = ie(u), { property: c } = a(e, ["settings", "density"]), { property: m } = a(e, [
|
|
4021
4021
|
"settings",
|
|
4022
4022
|
"direction"
|
|
4023
4023
|
]), { property: p } = a(e, [
|
|
@@ -4039,17 +4039,17 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4039
4039
|
"settings",
|
|
4040
4040
|
"color",
|
|
4041
4041
|
"sliderColor"
|
|
4042
|
-
]), { color: k } =
|
|
4043
|
-
return (
|
|
4044
|
-
const w =
|
|
4045
|
-
return g(), C(r(
|
|
4042
|
+
]), { color: k } = ie(V), { property: P } = a(e, ["settings", "stacked"]), { theme: L } = X(), { property: Q } = a(e, ["settings", "value"]);
|
|
4043
|
+
return (ee, H) => {
|
|
4044
|
+
const w = R("v-tabs");
|
|
4045
|
+
return g(), C(r(q), {
|
|
4046
4046
|
block: "",
|
|
4047
4047
|
mask: ""
|
|
4048
4048
|
}, {
|
|
4049
4049
|
default: E(() => [
|
|
4050
|
-
|
|
4051
|
-
modelValue: r(
|
|
4052
|
-
"onUpdate:modelValue":
|
|
4050
|
+
D(w, {
|
|
4051
|
+
modelValue: r(Q),
|
|
4052
|
+
"onUpdate:modelValue": H[0] || (H[0] = (A) => ae(Q) ? Q.value = A : null),
|
|
4053
4053
|
"align-tabs": r(o),
|
|
4054
4054
|
"bg-color": r(s),
|
|
4055
4055
|
"center-active": r(l),
|
|
@@ -4065,10 +4065,10 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4065
4065
|
"show-arrows": r(I),
|
|
4066
4066
|
"slider-color": r(k),
|
|
4067
4067
|
stacked: r(P),
|
|
4068
|
-
theme: r(
|
|
4068
|
+
theme: r(L)
|
|
4069
4069
|
}, {
|
|
4070
4070
|
default: E(() => [
|
|
4071
|
-
|
|
4071
|
+
K(ee.$slots, "default")
|
|
4072
4072
|
]),
|
|
4073
4073
|
_: 3
|
|
4074
4074
|
}, 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"])
|
|
@@ -4085,19 +4085,19 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4085
4085
|
refContext: {}
|
|
4086
4086
|
},
|
|
4087
4087
|
setup(n) {
|
|
4088
|
-
const t = n, { node: e } = z(t), o =
|
|
4088
|
+
const t = n, { node: e } = z(t), o = qe(), { property: i } = a(e, ["settings", "align"]), { property: s } = a(e, [
|
|
4089
4089
|
"settings",
|
|
4090
4090
|
"decoration"
|
|
4091
4091
|
]), { property: l } = a(e, [
|
|
4092
4092
|
"settings",
|
|
4093
4093
|
"emphasis"
|
|
4094
4094
|
]), { property: u } = a(e, ["settings", "italic"]), { property: d } = a(e, ["settings", "text"]), { property: c } = a(e, ["settings", "weight"]), m = x(() => {
|
|
4095
|
-
const p = [], y =
|
|
4095
|
+
const p = [], y = We(o.value.width), b = tt(y, e.value.settings?.style);
|
|
4096
4096
|
return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), i.value && p.push(`font-${i.value}`), s.value && p.push(`text-decoration-${s.value}`), c.value && p.push(`font-weight-${c.value}`), u.value && p.push("font-italic"), p.join(" ");
|
|
4097
4097
|
});
|
|
4098
|
-
return (p, y) => (g(), C(r(
|
|
4098
|
+
return (p, y) => (g(), C(r(q), { mask: "" }, {
|
|
4099
4099
|
default: E(() => [
|
|
4100
|
-
|
|
4100
|
+
Oe("span", {
|
|
4101
4101
|
class: Vo(m.value)
|
|
4102
4102
|
}, ji(r(d)), 3)
|
|
4103
4103
|
]),
|
|
@@ -4130,17 +4130,17 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4130
4130
|
]), { property: y } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: f } = a(e, [
|
|
4131
4131
|
"settings",
|
|
4132
4132
|
"singleLine"
|
|
4133
|
-
]), { theme: _ } =
|
|
4133
|
+
]), { theme: _ } = X(), { property: v } = a(e, ["settings", "value"]), { property: I } = a(e, ["settings", "variant"]);
|
|
4134
4134
|
return (V, k) => {
|
|
4135
|
-
const P =
|
|
4136
|
-
return g(), C(r(
|
|
4135
|
+
const P = R("v-textarea");
|
|
4136
|
+
return g(), C(r(q), {
|
|
4137
4137
|
block: "",
|
|
4138
4138
|
mask: ""
|
|
4139
4139
|
}, {
|
|
4140
4140
|
default: E(() => [
|
|
4141
|
-
|
|
4141
|
+
D(P, {
|
|
4142
4142
|
modelValue: r(v),
|
|
4143
|
-
"onUpdate:modelValue": k[0] || (k[0] = (
|
|
4143
|
+
"onUpdate:modelValue": k[0] || (k[0] = (L) => ae(v) ? v.value = L : null),
|
|
4144
4144
|
"auto-grow": r(o),
|
|
4145
4145
|
clearable: r(i),
|
|
4146
4146
|
density: r(s),
|
|
@@ -4175,7 +4175,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4175
4175
|
}),
|
|
4176
4176
|
emits: ["update:isActive", "update:isFocused"],
|
|
4177
4177
|
setup(n) {
|
|
4178
|
-
const t =
|
|
4178
|
+
const t = nt(n, "isActive"), e = nt(n, "isFocused"), o = n, i = Ce(), s = pt(), l = G();
|
|
4179
4179
|
$e(l);
|
|
4180
4180
|
const u = G();
|
|
4181
4181
|
we(u);
|
|
@@ -4184,7 +4184,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4184
4184
|
"elementSlot",
|
|
4185
4185
|
s.value.basic.id,
|
|
4186
4186
|
"appendInner",
|
|
4187
|
-
|
|
4187
|
+
ue(),
|
|
4188
4188
|
l,
|
|
4189
4189
|
u
|
|
4190
4190
|
), xt(s, "appendInner", "isActive", t), xt(s, "appendInner", "isFocused", e), Ie("appendInner", "focus", () => {
|
|
@@ -4192,7 +4192,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4192
4192
|
}), Ie("appendInner", "blur", () => {
|
|
4193
4193
|
o.blur();
|
|
4194
4194
|
});
|
|
4195
|
-
const { render: c } =
|
|
4195
|
+
const { render: c } = ct(o.refContext, i, u);
|
|
4196
4196
|
return (m, p) => (g(), C(r(c)));
|
|
4197
4197
|
}
|
|
4198
4198
|
}), Ma = /* @__PURE__ */ S({
|
|
@@ -4204,7 +4204,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4204
4204
|
validate: { type: Function }
|
|
4205
4205
|
},
|
|
4206
4206
|
setup(n) {
|
|
4207
|
-
const t = n, e = Ce(), o =
|
|
4207
|
+
const t = n, e = Ce(), o = pt(), i = G();
|
|
4208
4208
|
$e(i);
|
|
4209
4209
|
const s = G();
|
|
4210
4210
|
we(s);
|
|
@@ -4213,7 +4213,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4213
4213
|
"elementSlot",
|
|
4214
4214
|
o.value.basic.id,
|
|
4215
4215
|
"append",
|
|
4216
|
-
|
|
4216
|
+
ue(),
|
|
4217
4217
|
i,
|
|
4218
4218
|
s
|
|
4219
4219
|
), Ie("append", "reset", () => {
|
|
@@ -4223,7 +4223,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4223
4223
|
}), Ie("append", "validate", () => {
|
|
4224
4224
|
t.validate();
|
|
4225
4225
|
});
|
|
4226
|
-
const { render: u } =
|
|
4226
|
+
const { render: u } = ct(t.refContext, e, s);
|
|
4227
4227
|
return (d, c) => (g(), C(r(u)));
|
|
4228
4228
|
}
|
|
4229
4229
|
}), Ua = /* @__PURE__ */ S({
|
|
@@ -4240,7 +4240,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4240
4240
|
}),
|
|
4241
4241
|
emits: ["update:isActive", "update:isFocused"],
|
|
4242
4242
|
setup(n) {
|
|
4243
|
-
const t =
|
|
4243
|
+
const t = nt(n, "isActive"), e = nt(n, "isFocused"), o = n, i = Ce(), s = pt(), l = G();
|
|
4244
4244
|
$e(l);
|
|
4245
4245
|
const u = G();
|
|
4246
4246
|
we(u);
|
|
@@ -4249,7 +4249,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4249
4249
|
"elementSlot",
|
|
4250
4250
|
s.value.basic.id,
|
|
4251
4251
|
"prependInner",
|
|
4252
|
-
|
|
4252
|
+
ue(),
|
|
4253
4253
|
l,
|
|
4254
4254
|
u
|
|
4255
4255
|
), xt(s, "prependInner", "isActive", t), xt(s, "prependInner", "isFocused", e), Ie("prependInner", "focus", () => {
|
|
@@ -4257,7 +4257,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4257
4257
|
}), Ie("prependInner", "blur", () => {
|
|
4258
4258
|
o.blur();
|
|
4259
4259
|
});
|
|
4260
|
-
const { render: c } =
|
|
4260
|
+
const { render: c } = ct(o.refContext, i, u);
|
|
4261
4261
|
return (m, p) => (g(), C(r(c)));
|
|
4262
4262
|
}
|
|
4263
4263
|
}), Ba = /* @__PURE__ */ S({
|
|
@@ -4269,7 +4269,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4269
4269
|
validate: { type: Function }
|
|
4270
4270
|
},
|
|
4271
4271
|
setup(n) {
|
|
4272
|
-
const t = n, e = Ce(), o =
|
|
4272
|
+
const t = n, e = Ce(), o = pt(), i = G();
|
|
4273
4273
|
$e(i);
|
|
4274
4274
|
const s = G();
|
|
4275
4275
|
we(s);
|
|
@@ -4278,7 +4278,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4278
4278
|
"elementSlot",
|
|
4279
4279
|
o.value.basic.id,
|
|
4280
4280
|
"prepend",
|
|
4281
|
-
|
|
4281
|
+
ue(),
|
|
4282
4282
|
i,
|
|
4283
4283
|
s
|
|
4284
4284
|
), Ie("prepend", "reset", () => {
|
|
@@ -4288,7 +4288,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4288
4288
|
}), Ie("prepend", "validate", () => {
|
|
4289
4289
|
t.validate();
|
|
4290
4290
|
});
|
|
4291
|
-
const { render: u } =
|
|
4291
|
+
const { render: u } = ct(t.refContext, e, s);
|
|
4292
4292
|
return (d, c) => (g(), C(r(u)));
|
|
4293
4293
|
}
|
|
4294
4294
|
}), Ra = /* @__PURE__ */ S({
|
|
@@ -4334,23 +4334,23 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4334
4334
|
]), { property: I } = a(e, ["settings", "reverse"]), { property: V } = a(e, [
|
|
4335
4335
|
"settings",
|
|
4336
4336
|
"singleLine"
|
|
4337
|
-
]), { property: k } = a(e, ["settings", "suffix"]), { theme: P } =
|
|
4337
|
+
]), { property: k } = a(e, ["settings", "suffix"]), { theme: P } = X(), { property: L } = a(e, ["settings", "value"]), { property: Q } = a(e, ["settings", "variant"]), { property: ee } = a(e, ["slots", "append"]), { property: H } = a(e, [
|
|
4338
4338
|
"slots",
|
|
4339
4339
|
"appendInner"
|
|
4340
|
-
]), { property: w } = a(e, ["slots", "prepend"]), { property:
|
|
4340
|
+
]), { property: w } = a(e, ["slots", "prepend"]), { property: A } = a(e, [
|
|
4341
4341
|
"slots",
|
|
4342
4342
|
"prependInner"
|
|
4343
4343
|
]);
|
|
4344
|
-
return (
|
|
4345
|
-
const
|
|
4346
|
-
return g(), C(r(
|
|
4344
|
+
return (j, te) => {
|
|
4345
|
+
const le = R("v-text-field");
|
|
4346
|
+
return g(), C(r(q), {
|
|
4347
4347
|
block: "",
|
|
4348
4348
|
mask: ""
|
|
4349
4349
|
}, {
|
|
4350
4350
|
default: E(() => [
|
|
4351
|
-
|
|
4352
|
-
modelValue: r(
|
|
4353
|
-
"onUpdate:modelValue":
|
|
4351
|
+
D(le, {
|
|
4352
|
+
modelValue: r(L),
|
|
4353
|
+
"onUpdate:modelValue": te[0] || (te[0] = (J) => ae(L) ? L.value = J : null),
|
|
4354
4354
|
"append-icon": r(o),
|
|
4355
4355
|
"append-inner-icon": r(i),
|
|
4356
4356
|
autofocus: r(s),
|
|
@@ -4369,36 +4369,36 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4369
4369
|
"single-line": r(V),
|
|
4370
4370
|
suffix: r(k),
|
|
4371
4371
|
theme: r(P),
|
|
4372
|
-
variant: r(
|
|
4372
|
+
variant: r(Q)
|
|
4373
4373
|
}, gn({ _: 2 }, [
|
|
4374
|
-
r(
|
|
4374
|
+
r(ee) ? {
|
|
4375
4375
|
name: "append",
|
|
4376
|
-
fn: E(({ reset:
|
|
4377
|
-
|
|
4376
|
+
fn: E(({ reset: J, resetValidation: ne, validate: de }) => [
|
|
4377
|
+
D(Ma, {
|
|
4378
4378
|
"ref-context": {
|
|
4379
4379
|
parent: t.refContext,
|
|
4380
|
-
compId: r(
|
|
4380
|
+
compId: r(ee)
|
|
4381
4381
|
},
|
|
4382
|
-
reset:
|
|
4383
|
-
"reset-validation":
|
|
4384
|
-
validate:
|
|
4382
|
+
reset: J,
|
|
4383
|
+
"reset-validation": ne,
|
|
4384
|
+
validate: de
|
|
4385
4385
|
}, null, 8, ["ref-context", "reset", "reset-validation", "validate"])
|
|
4386
4386
|
]),
|
|
4387
4387
|
key: "0"
|
|
4388
4388
|
} : void 0,
|
|
4389
|
-
r(
|
|
4389
|
+
r(H) ? {
|
|
4390
4390
|
name: "append-inner",
|
|
4391
|
-
fn: E(({ isActive:
|
|
4392
|
-
|
|
4393
|
-
"is-active":
|
|
4394
|
-
"onUpdate:isActive": (ze) =>
|
|
4395
|
-
"is-focused":
|
|
4396
|
-
"onUpdate:isFocused": (ze) =>
|
|
4397
|
-
blur:
|
|
4398
|
-
focus:
|
|
4391
|
+
fn: E(({ isActive: J, isFocused: ne, focus: de, blur: Xe }) => [
|
|
4392
|
+
D(Ta, {
|
|
4393
|
+
"is-active": J.value,
|
|
4394
|
+
"onUpdate:isActive": (ze) => J.value = ze,
|
|
4395
|
+
"is-focused": ne.value,
|
|
4396
|
+
"onUpdate:isFocused": (ze) => ne.value = ze,
|
|
4397
|
+
blur: Xe,
|
|
4398
|
+
focus: de,
|
|
4399
4399
|
"ref-context": {
|
|
4400
4400
|
parent: t.refContext,
|
|
4401
|
-
compId: r(
|
|
4401
|
+
compId: r(H)
|
|
4402
4402
|
}
|
|
4403
4403
|
}, null, 8, ["is-active", "onUpdate:isActive", "is-focused", "onUpdate:isFocused", "blur", "focus", "ref-context"])
|
|
4404
4404
|
]),
|
|
@@ -4406,32 +4406,32 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4406
4406
|
} : void 0,
|
|
4407
4407
|
r(w) ? {
|
|
4408
4408
|
name: "prepend",
|
|
4409
|
-
fn: E(({ reset:
|
|
4410
|
-
|
|
4409
|
+
fn: E(({ reset: J, resetValidation: ne, validate: de }) => [
|
|
4410
|
+
D(Ba, {
|
|
4411
4411
|
"ref-context": {
|
|
4412
4412
|
parent: t.refContext,
|
|
4413
4413
|
compId: r(w)
|
|
4414
4414
|
},
|
|
4415
|
-
reset:
|
|
4416
|
-
"reset-validation":
|
|
4417
|
-
validate:
|
|
4415
|
+
reset: J,
|
|
4416
|
+
"reset-validation": ne,
|
|
4417
|
+
validate: de
|
|
4418
4418
|
}, null, 8, ["ref-context", "reset", "reset-validation", "validate"])
|
|
4419
4419
|
]),
|
|
4420
4420
|
key: "2"
|
|
4421
4421
|
} : void 0,
|
|
4422
|
-
r(
|
|
4422
|
+
r(A) ? {
|
|
4423
4423
|
name: "prepend-inner",
|
|
4424
|
-
fn: E(({ isActive:
|
|
4425
|
-
|
|
4426
|
-
"is-active":
|
|
4427
|
-
"onUpdate:isActive": (ze) =>
|
|
4428
|
-
"is-focused":
|
|
4429
|
-
"onUpdate:isFocused": (ze) =>
|
|
4430
|
-
blur:
|
|
4431
|
-
focus:
|
|
4424
|
+
fn: E(({ isActive: J, isFocused: ne, focus: de, blur: Xe }) => [
|
|
4425
|
+
D(Ua, {
|
|
4426
|
+
"is-active": J.value,
|
|
4427
|
+
"onUpdate:isActive": (ze) => J.value = ze,
|
|
4428
|
+
"is-focused": ne.value,
|
|
4429
|
+
"onUpdate:isFocused": (ze) => ne.value = ze,
|
|
4430
|
+
blur: Xe,
|
|
4431
|
+
focus: de,
|
|
4432
4432
|
"ref-context": {
|
|
4433
4433
|
parent: t.refContext,
|
|
4434
|
-
compId: r(
|
|
4434
|
+
compId: r(A)
|
|
4435
4435
|
}
|
|
4436
4436
|
}, null, 8, ["is-active", "onUpdate:isActive", "is-focused", "onUpdate:isFocused", "blur", "focus", "ref-context"])
|
|
4437
4437
|
]),
|
|
@@ -4458,7 +4458,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4458
4458
|
"settings",
|
|
4459
4459
|
"dot",
|
|
4460
4460
|
"color"
|
|
4461
|
-
]), { color: u } =
|
|
4461
|
+
]), { color: u } = ie(l), { property: d } = a(e, [
|
|
4462
4462
|
"settings",
|
|
4463
4463
|
"dot",
|
|
4464
4464
|
"fill"
|
|
@@ -4469,7 +4469,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4469
4469
|
"settings",
|
|
4470
4470
|
"line",
|
|
4471
4471
|
"color"
|
|
4472
|
-
]), { color: p } =
|
|
4472
|
+
]), { color: p } = ie(m), { property: y } = a(e, [
|
|
4473
4473
|
"settings",
|
|
4474
4474
|
"line",
|
|
4475
4475
|
"inset"
|
|
@@ -4481,9 +4481,9 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4481
4481
|
"settings",
|
|
4482
4482
|
"line",
|
|
4483
4483
|
"truncate"
|
|
4484
|
-
]), { theme: v } =
|
|
4484
|
+
]), { theme: v } = X();
|
|
4485
4485
|
return (I, V) => {
|
|
4486
|
-
const k =
|
|
4486
|
+
const k = R("v-timeline");
|
|
4487
4487
|
return g(), C(k, {
|
|
4488
4488
|
align: r(o),
|
|
4489
4489
|
density: r(i),
|
|
@@ -4499,7 +4499,7 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4499
4499
|
"truncate-line": r(_)
|
|
4500
4500
|
}, {
|
|
4501
4501
|
default: E(() => [
|
|
4502
|
-
|
|
4502
|
+
K(I.$slots, "default")
|
|
4503
4503
|
]),
|
|
4504
4504
|
_: 3
|
|
4505
4505
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -4507,15 +4507,15 @@ const $a = /* @__PURE__ */ He(Sa, [["render", Ca]]), Va = /* @__PURE__ */ S({
|
|
|
4507
4507
|
}
|
|
4508
4508
|
}), Fa = {};
|
|
4509
4509
|
function Da(n, t) {
|
|
4510
|
-
const e =
|
|
4510
|
+
const e = R("v-timeline-item");
|
|
4511
4511
|
return g(), C(e, null, {
|
|
4512
4512
|
default: E(() => [
|
|
4513
|
-
|
|
4513
|
+
K(n.$slots, "default")
|
|
4514
4514
|
]),
|
|
4515
4515
|
_: 3
|
|
4516
4516
|
});
|
|
4517
4517
|
}
|
|
4518
|
-
const Ka = /* @__PURE__ */
|
|
4518
|
+
const Ka = /* @__PURE__ */ Ge(Fa, [["render", Da]]), ja = /* @__PURE__ */ S({
|
|
4519
4519
|
__name: "index",
|
|
4520
4520
|
props: {
|
|
4521
4521
|
nodeId: {},
|
|
@@ -4535,12 +4535,12 @@ const Ka = /* @__PURE__ */ He(Fa, [["render", Da]]), ja = /* @__PURE__ */ S({
|
|
|
4535
4535
|
]), { property: l } = a(e, ["settings", "reverse"]), { property: u } = a(e, [
|
|
4536
4536
|
"settings",
|
|
4537
4537
|
"showArrows"
|
|
4538
|
-
]), { property: d } = a(e, ["settings", "touch"]), { theme: c } =
|
|
4538
|
+
]), { property: d } = a(e, ["settings", "touch"]), { theme: c } = X(), { property: m } = a(e, ["settings", "value"]);
|
|
4539
4539
|
return (p, y) => {
|
|
4540
|
-
const b =
|
|
4540
|
+
const b = R("v-window");
|
|
4541
4541
|
return g(), C(b, {
|
|
4542
4542
|
modelValue: r(m),
|
|
4543
|
-
"onUpdate:modelValue": y[0] || (y[0] = (f) =>
|
|
4543
|
+
"onUpdate:modelValue": y[0] || (y[0] = (f) => ae(m) ? m.value = f : null),
|
|
4544
4544
|
continuous: r(o),
|
|
4545
4545
|
direction: r(s),
|
|
4546
4546
|
disabled: r(i),
|
|
@@ -4550,7 +4550,7 @@ const Ka = /* @__PURE__ */ He(Fa, [["render", Da]]), ja = /* @__PURE__ */ S({
|
|
|
4550
4550
|
touch: r(d)
|
|
4551
4551
|
}, {
|
|
4552
4552
|
default: E(() => [
|
|
4553
|
-
|
|
4553
|
+
K(p.$slots, "default")
|
|
4554
4554
|
]),
|
|
4555
4555
|
_: 3
|
|
4556
4556
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -4558,15 +4558,15 @@ const Ka = /* @__PURE__ */ He(Fa, [["render", Da]]), ja = /* @__PURE__ */ S({
|
|
|
4558
4558
|
}
|
|
4559
4559
|
}), Na = {};
|
|
4560
4560
|
function Oa(n, t) {
|
|
4561
|
-
const e =
|
|
4561
|
+
const e = R("v-window-item");
|
|
4562
4562
|
return g(), C(e, null, {
|
|
4563
4563
|
default: E(() => [
|
|
4564
|
-
|
|
4564
|
+
K(n.$slots, "default")
|
|
4565
4565
|
]),
|
|
4566
4566
|
_: 3
|
|
4567
4567
|
});
|
|
4568
4568
|
}
|
|
4569
|
-
const Ha = /* @__PURE__ */
|
|
4569
|
+
const Ha = /* @__PURE__ */ Ge(Na, [["render", Oa]]), h = {
|
|
4570
4570
|
key: "basic",
|
|
4571
4571
|
name: "x-runtime-lib.basic",
|
|
4572
4572
|
children: [
|
|
@@ -4591,7 +4591,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4591
4591
|
default: ""
|
|
4592
4592
|
}
|
|
4593
4593
|
]
|
|
4594
|
-
},
|
|
4594
|
+
}, oe = {
|
|
4595
4595
|
key: "color",
|
|
4596
4596
|
name: "x-runtime-lib.color",
|
|
4597
4597
|
children: [
|
|
@@ -4628,7 +4628,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4628
4628
|
]
|
|
4629
4629
|
}
|
|
4630
4630
|
]
|
|
4631
|
-
}, Ga =
|
|
4631
|
+
}, Ga = N(oe), Ke = {
|
|
4632
4632
|
key: "border",
|
|
4633
4633
|
name: "x-runtime-lib.border",
|
|
4634
4634
|
children: [
|
|
@@ -4707,7 +4707,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4707
4707
|
defaultArray: []
|
|
4708
4708
|
}
|
|
4709
4709
|
]
|
|
4710
|
-
},
|
|
4710
|
+
}, je = {
|
|
4711
4711
|
key: "margin",
|
|
4712
4712
|
name: "x-runtime-lib.margin",
|
|
4713
4713
|
children: [
|
|
@@ -4740,7 +4740,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4740
4740
|
default: ""
|
|
4741
4741
|
}
|
|
4742
4742
|
]
|
|
4743
|
-
},
|
|
4743
|
+
}, Ne = {
|
|
4744
4744
|
key: "padding",
|
|
4745
4745
|
name: "x-runtime-lib.padding",
|
|
4746
4746
|
children: [
|
|
@@ -4773,7 +4773,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4773
4773
|
default: ""
|
|
4774
4774
|
}
|
|
4775
4775
|
]
|
|
4776
|
-
},
|
|
4776
|
+
}, Y = {
|
|
4777
4777
|
key: "size",
|
|
4778
4778
|
name: "x-runtime-lib.size",
|
|
4779
4779
|
children: [
|
|
@@ -4843,7 +4843,7 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
4843
4843
|
default: ""
|
|
4844
4844
|
}
|
|
4845
4845
|
]
|
|
4846
|
-
},
|
|
4846
|
+
}, Z = {
|
|
4847
4847
|
key: "transform",
|
|
4848
4848
|
name: "x-runtime-lib.transform",
|
|
4849
4849
|
children: [
|
|
@@ -5047,8 +5047,8 @@ const Ha = /* @__PURE__ */ He(Na, [["render", Oa]]), h = {
|
|
|
5047
5047
|
name: "x-runtime-lib.orthographicCamera",
|
|
5048
5048
|
comp: er,
|
|
5049
5049
|
properties: {
|
|
5050
|
-
page3d: [h,
|
|
5051
|
-
comp3d: [h,
|
|
5050
|
+
page3d: [h, Z, Dn],
|
|
5051
|
+
comp3d: [h, Z, Dn]
|
|
5052
5052
|
},
|
|
5053
5053
|
events: [],
|
|
5054
5054
|
methods: [],
|
|
@@ -5093,8 +5093,8 @@ const Kn = {
|
|
|
5093
5093
|
name: "x-runtime-lib.perspectiveCamera",
|
|
5094
5094
|
comp: nr,
|
|
5095
5095
|
properties: {
|
|
5096
|
-
page3d: [h,
|
|
5097
|
-
comp3d: [h,
|
|
5096
|
+
page3d: [h, Z, Kn],
|
|
5097
|
+
comp3d: [h, Z, Kn]
|
|
5098
5098
|
},
|
|
5099
5099
|
events: [],
|
|
5100
5100
|
methods: [],
|
|
@@ -5144,8 +5144,8 @@ const Za = {
|
|
|
5144
5144
|
};
|
|
5145
5145
|
$(Za);
|
|
5146
5146
|
function Qa(n, t) {
|
|
5147
|
-
const e =
|
|
5148
|
-
|
|
5147
|
+
const e = W(n, t), o = ot.properties[e], i = M();
|
|
5148
|
+
B(i, o), i.basic.id = T(16), i.basic.key = ot.key, i.transform = {
|
|
5149
5149
|
position: {
|
|
5150
5150
|
x: 0,
|
|
5151
5151
|
y: 0,
|
|
@@ -5164,7 +5164,7 @@ function Qa(n, t) {
|
|
|
5164
5164
|
};
|
|
5165
5165
|
const s = eu(n, t), l = tu(n, t);
|
|
5166
5166
|
return {
|
|
5167
|
-
nodeLite:
|
|
5167
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite]),
|
|
5168
5168
|
nodes: {
|
|
5169
5169
|
[i.basic.id]: i,
|
|
5170
5170
|
...s.nodes,
|
|
@@ -5173,8 +5173,8 @@ function Qa(n, t) {
|
|
|
5173
5173
|
};
|
|
5174
5174
|
}
|
|
5175
5175
|
function eu(n, t) {
|
|
5176
|
-
const e =
|
|
5177
|
-
return
|
|
5176
|
+
const e = W(n, t), o = Nt.properties[e], i = M();
|
|
5177
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Nt.key, i.settings = {
|
|
5178
5178
|
width: 1,
|
|
5179
5179
|
height: 1,
|
|
5180
5180
|
depth: 1,
|
|
@@ -5182,16 +5182,16 @@ function eu(n, t) {
|
|
|
5182
5182
|
heightSegements: 1,
|
|
5183
5183
|
depthSegements: 1
|
|
5184
5184
|
}, {
|
|
5185
|
-
nodeLite:
|
|
5185
|
+
nodeLite: U(i),
|
|
5186
5186
|
nodes: {
|
|
5187
5187
|
[i.basic.id]: i
|
|
5188
5188
|
}
|
|
5189
5189
|
};
|
|
5190
5190
|
}
|
|
5191
5191
|
function tu(n, t) {
|
|
5192
|
-
const e =
|
|
5193
|
-
return
|
|
5194
|
-
nodeLite:
|
|
5192
|
+
const e = W(n, t), o = it.properties[e], i = M();
|
|
5193
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = it.key, {
|
|
5194
|
+
nodeLite: U(i),
|
|
5195
5195
|
nodes: {
|
|
5196
5196
|
[i.basic.id]: i
|
|
5197
5197
|
}
|
|
@@ -5257,8 +5257,8 @@ const jn = {
|
|
|
5257
5257
|
};
|
|
5258
5258
|
$(Nt);
|
|
5259
5259
|
function nu(n, t) {
|
|
5260
|
-
const e =
|
|
5261
|
-
|
|
5260
|
+
const e = W(n, t), o = ot.properties[e], i = M();
|
|
5261
|
+
B(i, o), i.basic.id = T(16), i.basic.key = ot.key, i.transform = {
|
|
5262
5262
|
position: {
|
|
5263
5263
|
x: 0,
|
|
5264
5264
|
y: 0,
|
|
@@ -5277,7 +5277,7 @@ function nu(n, t) {
|
|
|
5277
5277
|
};
|
|
5278
5278
|
const s = iu(n, t), l = ou(n, t);
|
|
5279
5279
|
return {
|
|
5280
|
-
nodeLite:
|
|
5280
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite]),
|
|
5281
5281
|
nodes: {
|
|
5282
5282
|
[i.basic.id]: i,
|
|
5283
5283
|
...s.nodes,
|
|
@@ -5286,8 +5286,8 @@ function nu(n, t) {
|
|
|
5286
5286
|
};
|
|
5287
5287
|
}
|
|
5288
5288
|
function iu(n, t) {
|
|
5289
|
-
const e =
|
|
5290
|
-
return
|
|
5289
|
+
const e = W(n, t), o = Ot.properties[e], i = M();
|
|
5290
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Ot.key, i.settings = {
|
|
5291
5291
|
radius: 1,
|
|
5292
5292
|
widthSegements: 32,
|
|
5293
5293
|
heightSegements: 16,
|
|
@@ -5296,16 +5296,16 @@ function iu(n, t) {
|
|
|
5296
5296
|
thetaStart: 0,
|
|
5297
5297
|
thetaLength: 3.141592653589793
|
|
5298
5298
|
}, {
|
|
5299
|
-
nodeLite:
|
|
5299
|
+
nodeLite: U(i),
|
|
5300
5300
|
nodes: {
|
|
5301
5301
|
[i.basic.id]: i
|
|
5302
5302
|
}
|
|
5303
5303
|
};
|
|
5304
5304
|
}
|
|
5305
5305
|
function ou(n, t) {
|
|
5306
|
-
const e =
|
|
5307
|
-
return
|
|
5308
|
-
nodeLite:
|
|
5306
|
+
const e = W(n, t), o = it.properties[e], i = M();
|
|
5307
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = it.key, {
|
|
5308
|
+
nodeLite: U(i),
|
|
5309
5309
|
nodes: {
|
|
5310
5310
|
[i.basic.id]: i
|
|
5311
5311
|
}
|
|
@@ -5378,7 +5378,7 @@ const Nn = {
|
|
|
5378
5378
|
spawn: nu
|
|
5379
5379
|
};
|
|
5380
5380
|
$(Ot);
|
|
5381
|
-
const Et =
|
|
5381
|
+
const Et = N(oe);
|
|
5382
5382
|
Et.children[0].default = "custom";
|
|
5383
5383
|
Et.children[2].children[0].default = "0xffffff";
|
|
5384
5384
|
Et.children[2].children[1].default = "0xffffff";
|
|
@@ -5400,15 +5400,15 @@ const On = {
|
|
|
5400
5400
|
name: "x-runtime-lib.ambientLight",
|
|
5401
5401
|
comp: dr,
|
|
5402
5402
|
properties: {
|
|
5403
|
-
page3d: [h,
|
|
5404
|
-
comp3d: [h,
|
|
5403
|
+
page3d: [h, Z, On],
|
|
5404
|
+
comp3d: [h, Z, On]
|
|
5405
5405
|
},
|
|
5406
5406
|
events: [],
|
|
5407
5407
|
methods: [],
|
|
5408
5408
|
slots: []
|
|
5409
5409
|
};
|
|
5410
5410
|
$(su);
|
|
5411
|
-
const At =
|
|
5411
|
+
const At = N(oe);
|
|
5412
5412
|
At.children[0].default = "custom";
|
|
5413
5413
|
At.children[2].children[0].default = "0xffffff";
|
|
5414
5414
|
At.children[2].children[1].default = "0xffffff";
|
|
@@ -5430,15 +5430,15 @@ const Hn = {
|
|
|
5430
5430
|
name: "x-runtime-lib.directionalLight",
|
|
5431
5431
|
comp: mr,
|
|
5432
5432
|
properties: {
|
|
5433
|
-
page3d: [h,
|
|
5434
|
-
comp3d: [h,
|
|
5433
|
+
page3d: [h, Z, Hn],
|
|
5434
|
+
comp3d: [h, Z, Hn]
|
|
5435
5435
|
},
|
|
5436
5436
|
events: [],
|
|
5437
5437
|
methods: [],
|
|
5438
5438
|
slots: []
|
|
5439
5439
|
};
|
|
5440
5440
|
$(ru);
|
|
5441
|
-
const zt =
|
|
5441
|
+
const zt = N(oe);
|
|
5442
5442
|
zt.children[0].default = "custom";
|
|
5443
5443
|
zt.children[2].children[0].default = "0xffffff";
|
|
5444
5444
|
zt.children[2].children[1].default = "0xffffff";
|
|
@@ -5474,15 +5474,15 @@ const Gn = {
|
|
|
5474
5474
|
name: "x-runtime-lib.pointLight",
|
|
5475
5475
|
comp: yr,
|
|
5476
5476
|
properties: {
|
|
5477
|
-
page3d: [h,
|
|
5478
|
-
comp3d: [h,
|
|
5477
|
+
page3d: [h, Z, Gn],
|
|
5478
|
+
comp3d: [h, Z, Gn]
|
|
5479
5479
|
},
|
|
5480
5480
|
events: [],
|
|
5481
5481
|
methods: [],
|
|
5482
5482
|
slots: []
|
|
5483
5483
|
};
|
|
5484
5484
|
$(lu);
|
|
5485
|
-
const Lt =
|
|
5485
|
+
const Lt = N(oe);
|
|
5486
5486
|
Lt.children[0].default = "custom";
|
|
5487
5487
|
Lt.children[2].children[0].default = "0xffffff";
|
|
5488
5488
|
Lt.children[2].children[1].default = "0xffffff";
|
|
@@ -5535,15 +5535,15 @@ const Jn = {
|
|
|
5535
5535
|
name: "x-runtime-lib.spotLight",
|
|
5536
5536
|
comp: hr,
|
|
5537
5537
|
properties: {
|
|
5538
|
-
page3d: [h,
|
|
5539
|
-
comp3d: [h,
|
|
5538
|
+
page3d: [h, Z, Jn],
|
|
5539
|
+
comp3d: [h, Z, Jn]
|
|
5540
5540
|
},
|
|
5541
5541
|
events: [],
|
|
5542
5542
|
methods: [],
|
|
5543
5543
|
slots: []
|
|
5544
5544
|
};
|
|
5545
5545
|
$(au);
|
|
5546
|
-
const
|
|
5546
|
+
const it = {
|
|
5547
5547
|
key: "3d_mesh_basic_material_v1",
|
|
5548
5548
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
5549
5549
|
comp: gr,
|
|
@@ -5556,42 +5556,42 @@ const nt = {
|
|
|
5556
5556
|
slots: [],
|
|
5557
5557
|
leaf: !0
|
|
5558
5558
|
};
|
|
5559
|
-
$(
|
|
5559
|
+
$(it);
|
|
5560
5560
|
const uu = {
|
|
5561
5561
|
key: "3d_group_v1",
|
|
5562
5562
|
name: "x-runtime-lib.group",
|
|
5563
5563
|
comp: kr,
|
|
5564
5564
|
properties: {
|
|
5565
|
-
page3d: [h,
|
|
5566
|
-
comp3d: [h,
|
|
5565
|
+
page3d: [h, Z],
|
|
5566
|
+
comp3d: [h, Z]
|
|
5567
5567
|
},
|
|
5568
5568
|
events: [],
|
|
5569
5569
|
methods: [],
|
|
5570
5570
|
slots: []
|
|
5571
5571
|
};
|
|
5572
5572
|
$(uu);
|
|
5573
|
-
const
|
|
5573
|
+
const ot = {
|
|
5574
5574
|
key: "3d_mesh_v1",
|
|
5575
5575
|
name: "x-runtime-lib.mesh",
|
|
5576
5576
|
comp: Ir,
|
|
5577
5577
|
properties: {
|
|
5578
|
-
page3d: [h,
|
|
5579
|
-
comp3d: [h,
|
|
5578
|
+
page3d: [h, Z],
|
|
5579
|
+
comp3d: [h, Z]
|
|
5580
5580
|
},
|
|
5581
5581
|
events: [],
|
|
5582
5582
|
methods: [],
|
|
5583
5583
|
slots: []
|
|
5584
5584
|
};
|
|
5585
|
-
$(
|
|
5585
|
+
$(ot);
|
|
5586
5586
|
function cu(n, t) {
|
|
5587
|
-
const e =
|
|
5588
|
-
return
|
|
5587
|
+
const e = W(n, t), o = Ht.properties[e], i = M();
|
|
5588
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Ht.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
|
|
5589
5589
|
{
|
|
5590
5590
|
type: "bar",
|
|
5591
5591
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
5592
5592
|
}
|
|
5593
5593
|
], {
|
|
5594
|
-
nodeLite:
|
|
5594
|
+
nodeLite: U(i),
|
|
5595
5595
|
nodes: {
|
|
5596
5596
|
[i.basic.id]: i
|
|
5597
5597
|
}
|
|
@@ -5623,22 +5623,22 @@ const qn = {
|
|
|
5623
5623
|
name: "x-runtime-lib.barChart",
|
|
5624
5624
|
comp: Al,
|
|
5625
5625
|
properties: {
|
|
5626
|
-
pageUi: [h,
|
|
5627
|
-
compUi: [h,
|
|
5626
|
+
pageUi: [h, Y, wt, It, St, kt, qn],
|
|
5627
|
+
compUi: [h, Y, wt, It, St, kt, qn]
|
|
5628
5628
|
},
|
|
5629
5629
|
leaf: !0,
|
|
5630
5630
|
spawn: cu
|
|
5631
5631
|
};
|
|
5632
5632
|
$(Ht);
|
|
5633
5633
|
function du(n, t) {
|
|
5634
|
-
const e =
|
|
5635
|
-
return
|
|
5634
|
+
const e = W(n, t), o = Gt.properties[e], i = M();
|
|
5635
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Gt.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
|
|
5636
5636
|
{
|
|
5637
5637
|
type: "line",
|
|
5638
5638
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
5639
5639
|
}
|
|
5640
5640
|
], {
|
|
5641
|
-
nodeLite:
|
|
5641
|
+
nodeLite: U(i),
|
|
5642
5642
|
nodes: {
|
|
5643
5643
|
[i.basic.id]: i
|
|
5644
5644
|
}
|
|
@@ -5670,14 +5670,14 @@ const Xn = {
|
|
|
5670
5670
|
name: "x-runtime-lib.lineChart",
|
|
5671
5671
|
comp: zl,
|
|
5672
5672
|
properties: {
|
|
5673
|
-
pageUi: [h,
|
|
5674
|
-
compUi: [h,
|
|
5673
|
+
pageUi: [h, Y, wt, It, St, kt, Xn],
|
|
5674
|
+
compUi: [h, Y, wt, It, St, kt, Xn]
|
|
5675
5675
|
},
|
|
5676
5676
|
leaf: !0,
|
|
5677
5677
|
spawn: du
|
|
5678
5678
|
};
|
|
5679
5679
|
$(Gt);
|
|
5680
|
-
const
|
|
5680
|
+
const mt = {
|
|
5681
5681
|
key: "settings",
|
|
5682
5682
|
name: "x-runtime-lib.settings",
|
|
5683
5683
|
children: [
|
|
@@ -5688,7 +5688,7 @@ const pt = {
|
|
|
5688
5688
|
default: void 0
|
|
5689
5689
|
}
|
|
5690
5690
|
]
|
|
5691
|
-
},
|
|
5691
|
+
}, ft = {
|
|
5692
5692
|
key: "instances",
|
|
5693
5693
|
name: "x-runtime-lib.instances",
|
|
5694
5694
|
ui: "strInput",
|
|
@@ -5700,15 +5700,15 @@ const pt = {
|
|
|
5700
5700
|
name: "x-runtime-lib.multipleRef",
|
|
5701
5701
|
comp: Ul,
|
|
5702
5702
|
properties: {
|
|
5703
|
-
pageUi: [h,
|
|
5704
|
-
compUi: [h,
|
|
5705
|
-
page3d: [h,
|
|
5706
|
-
comp3d: [h,
|
|
5703
|
+
pageUi: [h, Y, mt, ft],
|
|
5704
|
+
compUi: [h, Y, mt, ft],
|
|
5705
|
+
page3d: [h, Z, mt, ft],
|
|
5706
|
+
comp3d: [h, Z, mt, ft]
|
|
5707
5707
|
},
|
|
5708
5708
|
leaf: !0
|
|
5709
5709
|
};
|
|
5710
5710
|
$(pu);
|
|
5711
|
-
const
|
|
5711
|
+
const yt = {
|
|
5712
5712
|
key: "settings",
|
|
5713
5713
|
name: "x-runtime-lib.settings",
|
|
5714
5714
|
children: [
|
|
@@ -5725,7 +5725,7 @@ const ft = {
|
|
|
5725
5725
|
default: void 0
|
|
5726
5726
|
}
|
|
5727
5727
|
]
|
|
5728
|
-
},
|
|
5728
|
+
}, bt = {
|
|
5729
5729
|
key: "instances",
|
|
5730
5730
|
name: "x-runtime-lib.instances",
|
|
5731
5731
|
ui: "strInput",
|
|
@@ -5737,15 +5737,15 @@ const ft = {
|
|
|
5737
5737
|
name: "x-runtime-lib.multipleSlot",
|
|
5738
5738
|
comp: Rl,
|
|
5739
5739
|
properties: {
|
|
5740
|
-
pageUi: [h,
|
|
5741
|
-
compUi: [h,
|
|
5742
|
-
page3d: [h,
|
|
5743
|
-
comp3d: [h,
|
|
5740
|
+
pageUi: [h, Y, yt, bt],
|
|
5741
|
+
compUi: [h, Y, yt, bt],
|
|
5742
|
+
page3d: [h, Z, yt, bt],
|
|
5743
|
+
comp3d: [h, Z, yt, bt]
|
|
5744
5744
|
},
|
|
5745
5745
|
leaf: !0
|
|
5746
5746
|
};
|
|
5747
5747
|
$(mu);
|
|
5748
|
-
const
|
|
5748
|
+
const ht = {
|
|
5749
5749
|
key: "settings",
|
|
5750
5750
|
name: "x-runtime-lib.settings",
|
|
5751
5751
|
children: [
|
|
@@ -5761,10 +5761,10 @@ const bt = {
|
|
|
5761
5761
|
name: "x-runtime-lib.reference",
|
|
5762
5762
|
comp: Wl,
|
|
5763
5763
|
properties: {
|
|
5764
|
-
pageUi: [h,
|
|
5765
|
-
compUi: [h,
|
|
5766
|
-
page3d: [h,
|
|
5767
|
-
comp3d: [h,
|
|
5764
|
+
pageUi: [h, Y, ht],
|
|
5765
|
+
compUi: [h, Y, ht],
|
|
5766
|
+
page3d: [h, Z, ht],
|
|
5767
|
+
comp3d: [h, Z, ht]
|
|
5768
5768
|
},
|
|
5769
5769
|
leaf: !0
|
|
5770
5770
|
};
|
|
@@ -5790,7 +5790,7 @@ const Yn = {
|
|
|
5790
5790
|
}
|
|
5791
5791
|
};
|
|
5792
5792
|
$(yu);
|
|
5793
|
-
const
|
|
5793
|
+
const vt = {
|
|
5794
5794
|
key: "settings",
|
|
5795
5795
|
name: "x-runtime-lib.settings",
|
|
5796
5796
|
children: [
|
|
@@ -5812,17 +5812,17 @@ const ht = {
|
|
|
5812
5812
|
name: "x-runtime-lib.slot",
|
|
5813
5813
|
comp: jt,
|
|
5814
5814
|
properties: {
|
|
5815
|
-
pageUi: [h,
|
|
5816
|
-
compUi: [h,
|
|
5817
|
-
page3d: [h,
|
|
5818
|
-
comp3d: [h,
|
|
5815
|
+
pageUi: [h, Y, vt],
|
|
5816
|
+
compUi: [h, Y, vt],
|
|
5817
|
+
page3d: [h, Z, vt],
|
|
5818
|
+
comp3d: [h, Z, vt]
|
|
5819
5819
|
},
|
|
5820
5820
|
leaf: !0
|
|
5821
5821
|
};
|
|
5822
5822
|
$(bu);
|
|
5823
|
-
const
|
|
5824
|
-
|
|
5825
|
-
|
|
5823
|
+
const Je = N(oe);
|
|
5824
|
+
Je.key = "backgroundColor";
|
|
5825
|
+
Je.name = "x-runtime-lib.backgroundColor";
|
|
5826
5826
|
const ao = {
|
|
5827
5827
|
key: "adaptSlot",
|
|
5828
5828
|
name: "x-runtime-lib.adaptSlot",
|
|
@@ -5831,19 +5831,19 @@ const ao = {
|
|
|
5831
5831
|
}, hu = {
|
|
5832
5832
|
key: "settings",
|
|
5833
5833
|
name: "x-runtime-lib.settings",
|
|
5834
|
-
children: [
|
|
5834
|
+
children: [Je]
|
|
5835
5835
|
}, vu = {
|
|
5836
5836
|
key: "settings",
|
|
5837
5837
|
name: "x-runtime-lib.settings",
|
|
5838
|
-
children: [
|
|
5838
|
+
children: [Je, ao]
|
|
5839
5839
|
}, _u = {
|
|
5840
5840
|
key: "settings",
|
|
5841
5841
|
name: "x-runtime-lib.settings",
|
|
5842
|
-
children: [
|
|
5842
|
+
children: [Je]
|
|
5843
5843
|
}, gu = {
|
|
5844
5844
|
key: "settings",
|
|
5845
5845
|
name: "x-runtime-lib.settings",
|
|
5846
|
-
children: [
|
|
5846
|
+
children: [Je, ao]
|
|
5847
5847
|
}, xu = {
|
|
5848
5848
|
key: "startup",
|
|
5849
5849
|
name: "x-runtime-lib.startup"
|
|
@@ -5932,15 +5932,15 @@ const Zn = {
|
|
|
5932
5932
|
};
|
|
5933
5933
|
$(Su);
|
|
5934
5934
|
function Cu(n, t) {
|
|
5935
|
-
const e =
|
|
5936
|
-
return
|
|
5937
|
-
nodeLite:
|
|
5935
|
+
const e = W(n, t), o = Jt.properties[e], i = M();
|
|
5936
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Jt.key, i.settings.text = "button", {
|
|
5937
|
+
nodeLite: U(i),
|
|
5938
5938
|
nodes: {
|
|
5939
5939
|
[i.basic.id]: i
|
|
5940
5940
|
}
|
|
5941
5941
|
};
|
|
5942
5942
|
}
|
|
5943
|
-
const $u =
|
|
5943
|
+
const $u = N(oe), Qn = {
|
|
5944
5944
|
key: "settings",
|
|
5945
5945
|
name: "x-runtime-lib.settings",
|
|
5946
5946
|
children: [
|
|
@@ -6032,8 +6032,8 @@ const $u = O(te), Qn = {
|
|
|
6032
6032
|
name: "x-runtime-lib.button",
|
|
6033
6033
|
comp: Kl,
|
|
6034
6034
|
properties: {
|
|
6035
|
-
pageUi: [h,
|
|
6036
|
-
compUi: [h,
|
|
6035
|
+
pageUi: [h, Y, Qn],
|
|
6036
|
+
compUi: [h, Y, Qn]
|
|
6037
6037
|
},
|
|
6038
6038
|
events: [
|
|
6039
6039
|
{
|
|
@@ -6127,9 +6127,9 @@ const ei = {
|
|
|
6127
6127
|
};
|
|
6128
6128
|
$(Pu);
|
|
6129
6129
|
function Eu(n, t) {
|
|
6130
|
-
const e =
|
|
6131
|
-
return
|
|
6132
|
-
nodeLite:
|
|
6130
|
+
const e = W(n, t), o = st.properties[e], i = M();
|
|
6131
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = st.key, i.children = [], i.settings.title = "title", i.settings.subtitle = "subtitle", i.settings.text = "text", {
|
|
6132
|
+
nodeLite: U(i),
|
|
6133
6133
|
nodes: {
|
|
6134
6134
|
[i.basic.id]: i
|
|
6135
6135
|
}
|
|
@@ -6190,17 +6190,17 @@ const ti = {
|
|
|
6190
6190
|
default: !1
|
|
6191
6191
|
}
|
|
6192
6192
|
]
|
|
6193
|
-
},
|
|
6193
|
+
}, st = {
|
|
6194
6194
|
key: "ui_card_v1",
|
|
6195
6195
|
name: "x-runtime-lib.card",
|
|
6196
6196
|
comp: Gl,
|
|
6197
6197
|
properties: {
|
|
6198
|
-
pageUi: [h,
|
|
6199
|
-
compUi: [h,
|
|
6198
|
+
pageUi: [h, Y, ti],
|
|
6199
|
+
compUi: [h, Y, ti]
|
|
6200
6200
|
},
|
|
6201
6201
|
spawn: Eu
|
|
6202
6202
|
};
|
|
6203
|
-
$(
|
|
6203
|
+
$(st);
|
|
6204
6204
|
const ni = {
|
|
6205
6205
|
key: "settings",
|
|
6206
6206
|
name: "x-runtime-lib.settings",
|
|
@@ -6229,7 +6229,7 @@ const ni = {
|
|
|
6229
6229
|
leaf: !0
|
|
6230
6230
|
};
|
|
6231
6231
|
$(Au);
|
|
6232
|
-
const zu =
|
|
6232
|
+
const zu = N(oe), ii = {
|
|
6233
6233
|
key: "settings",
|
|
6234
6234
|
name: "x-runtime-lib.settings",
|
|
6235
6235
|
children: [
|
|
@@ -6316,11 +6316,11 @@ const zu = O(te), ii = {
|
|
|
6316
6316
|
};
|
|
6317
6317
|
$(qt);
|
|
6318
6318
|
function Lu(n, t) {
|
|
6319
|
-
const e =
|
|
6320
|
-
|
|
6319
|
+
const e = W(n, t), o = Xt.properties[e], i = M();
|
|
6320
|
+
B(i, o), i.basic.id = T(16), i.basic.key = Xt.key;
|
|
6321
6321
|
const s = Be(n, t, "chip1", "chip 1"), l = Be(n, t, "chip2", "chip 2"), u = Be(n, t, "chip3", "chip 3"), d = Be(n, t, "chip4", "chip 4"), c = Be(n, t, "chip5", "chip 5"), m = Be(n, t, "chip6", "chip 6");
|
|
6322
6322
|
return {
|
|
6323
|
-
nodeLite:
|
|
6323
|
+
nodeLite: U(i, [
|
|
6324
6324
|
s.nodeLite,
|
|
6325
6325
|
l.nodeLite,
|
|
6326
6326
|
u.nodeLite,
|
|
@@ -6340,9 +6340,9 @@ function Lu(n, t) {
|
|
|
6340
6340
|
};
|
|
6341
6341
|
}
|
|
6342
6342
|
function Be(n, t, e, o) {
|
|
6343
|
-
const i =
|
|
6344
|
-
return
|
|
6345
|
-
nodeLite:
|
|
6343
|
+
const i = W(n, t), s = qt.properties[i], l = M();
|
|
6344
|
+
return B(l, s), l.basic.id = T(16), l.basic.key = qt.key, l.settings.value = e, l.settings.text = o, {
|
|
6345
|
+
nodeLite: U(l),
|
|
6346
6346
|
nodes: {
|
|
6347
6347
|
[l.basic.id]: l
|
|
6348
6348
|
}
|
|
@@ -6476,7 +6476,7 @@ const si = {
|
|
|
6476
6476
|
leaf: !0
|
|
6477
6477
|
};
|
|
6478
6478
|
$(Mu);
|
|
6479
|
-
const $n =
|
|
6479
|
+
const $n = N(oe);
|
|
6480
6480
|
$n.key = "backgroundColor";
|
|
6481
6481
|
$n.name = "x-runtime-lib.backgroundColor";
|
|
6482
6482
|
const ri = {
|
|
@@ -6488,8 +6488,8 @@ const ri = {
|
|
|
6488
6488
|
name: "x-runtime-lib.container",
|
|
6489
6489
|
comp: Ql,
|
|
6490
6490
|
properties: {
|
|
6491
|
-
pageUi: [h,
|
|
6492
|
-
compUi: [h,
|
|
6491
|
+
pageUi: [h, Y, Ke, je, Ne, ri],
|
|
6492
|
+
compUi: [h, Y, Ke, je, Ne, ri]
|
|
6493
6493
|
},
|
|
6494
6494
|
events: [
|
|
6495
6495
|
{
|
|
@@ -6744,14 +6744,14 @@ const ci = {
|
|
|
6744
6744
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
6745
6745
|
comp: la,
|
|
6746
6746
|
properties: {
|
|
6747
|
-
pageUi: [h,
|
|
6748
|
-
compUi: [h,
|
|
6747
|
+
pageUi: [h, Y, di],
|
|
6748
|
+
compUi: [h, Y, di]
|
|
6749
6749
|
}
|
|
6750
6750
|
};
|
|
6751
6751
|
$(Zt);
|
|
6752
6752
|
function Wu(n, t) {
|
|
6753
|
-
const e =
|
|
6754
|
-
|
|
6753
|
+
const e = W(n, t), o = rt.properties[e], i = M();
|
|
6754
|
+
B(i, o), i.basic.id = T(16), i.basic.key = rt.key;
|
|
6755
6755
|
const s = Qt(
|
|
6756
6756
|
n,
|
|
6757
6757
|
t,
|
|
@@ -6772,7 +6772,7 @@ function Wu(n, t) {
|
|
|
6772
6772
|
void 0
|
|
6773
6773
|
), u = Fu(n, t);
|
|
6774
6774
|
return {
|
|
6775
|
-
nodeLite:
|
|
6775
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
6776
6776
|
nodes: {
|
|
6777
6777
|
[i.basic.id]: i,
|
|
6778
6778
|
...s.nodes,
|
|
@@ -6782,8 +6782,8 @@ function Wu(n, t) {
|
|
|
6782
6782
|
};
|
|
6783
6783
|
}
|
|
6784
6784
|
function Fu(n, t) {
|
|
6785
|
-
const e =
|
|
6786
|
-
|
|
6785
|
+
const e = W(n, t), o = Zt.properties[e], i = M();
|
|
6786
|
+
B(i, o), i.basic.id = T(16), i.basic.key = Zt.key;
|
|
6787
6787
|
const s = Qt(
|
|
6788
6788
|
n,
|
|
6789
6789
|
t,
|
|
@@ -6795,7 +6795,7 @@ function Fu(n, t) {
|
|
|
6795
6795
|
"80px"
|
|
6796
6796
|
);
|
|
6797
6797
|
return {
|
|
6798
|
-
nodeLite:
|
|
6798
|
+
nodeLite: U(i, [s.nodeLite]),
|
|
6799
6799
|
nodes: {
|
|
6800
6800
|
[i.basic.id]: i,
|
|
6801
6801
|
...s.nodes
|
|
@@ -6803,15 +6803,15 @@ function Fu(n, t) {
|
|
|
6803
6803
|
};
|
|
6804
6804
|
}
|
|
6805
6805
|
function Qt(n, t, e, o, i, s, l, u, d) {
|
|
6806
|
-
const c =
|
|
6807
|
-
return
|
|
6808
|
-
nodeLite:
|
|
6806
|
+
const c = W(n, t), m = Yt.properties[c], p = M();
|
|
6807
|
+
return B(p, m), p.basic.id = T(16), p.basic.key = Yt.key, o && (p.size.width = o), i && (p.size.minWidth = i), l && (p.size.height = l), u && (p.size.minHeight = u), e && (p.settings.backgroundColor.mode = "custom", p.settings.backgroundColor.custom.light = e, p.settings.backgroundColor.custom.dark = e), {
|
|
6808
|
+
nodeLite: U(p, []),
|
|
6809
6809
|
nodes: {
|
|
6810
6810
|
[p.basic.id]: p
|
|
6811
6811
|
}
|
|
6812
6812
|
};
|
|
6813
6813
|
}
|
|
6814
|
-
const Vn =
|
|
6814
|
+
const Vn = N(oe);
|
|
6815
6815
|
Vn.key = "backgroundColor";
|
|
6816
6816
|
Vn.name = "x-runtime-lib.backgroundColor";
|
|
6817
6817
|
const pi = {
|
|
@@ -6984,13 +6984,13 @@ const pi = {
|
|
|
6984
6984
|
},
|
|
6985
6985
|
Vn
|
|
6986
6986
|
]
|
|
6987
|
-
},
|
|
6987
|
+
}, rt = {
|
|
6988
6988
|
key: "ui_flex_layout_v1",
|
|
6989
6989
|
name: "x-runtime-lib.flexLayout",
|
|
6990
6990
|
comp: ra,
|
|
6991
6991
|
properties: {
|
|
6992
|
-
pageUi: [h,
|
|
6993
|
-
compUi: [h,
|
|
6992
|
+
pageUi: [h, Y, Ke, je, Ne, pi],
|
|
6993
|
+
compUi: [h, Y, Ke, je, Ne, pi]
|
|
6994
6994
|
},
|
|
6995
6995
|
events: [
|
|
6996
6996
|
{
|
|
@@ -7000,7 +7000,7 @@ const pi = {
|
|
|
7000
7000
|
],
|
|
7001
7001
|
spawn: Wu
|
|
7002
7002
|
};
|
|
7003
|
-
$(
|
|
7003
|
+
$(rt);
|
|
7004
7004
|
const mi = {
|
|
7005
7005
|
key: "settings",
|
|
7006
7006
|
name: "x-runtime-lib.settings",
|
|
@@ -7259,11 +7259,11 @@ const mi = {
|
|
|
7259
7259
|
};
|
|
7260
7260
|
$(en);
|
|
7261
7261
|
function Du(n, t) {
|
|
7262
|
-
const e =
|
|
7263
|
-
|
|
7262
|
+
const e = W(n, t), o = tn.properties[e], i = M();
|
|
7263
|
+
B(i, o), i.basic.id = T(16), i.basic.key = tn.key;
|
|
7264
7264
|
const s = Ku(n, t);
|
|
7265
7265
|
return {
|
|
7266
|
-
nodeLite:
|
|
7266
|
+
nodeLite: U(i, [s.nodeLite]),
|
|
7267
7267
|
nodes: {
|
|
7268
7268
|
[i.basic.id]: i,
|
|
7269
7269
|
...s.nodes
|
|
@@ -7271,9 +7271,9 @@ function Du(n, t) {
|
|
|
7271
7271
|
};
|
|
7272
7272
|
}
|
|
7273
7273
|
function Ku(n, t) {
|
|
7274
|
-
const e =
|
|
7275
|
-
return
|
|
7276
|
-
nodeLite:
|
|
7274
|
+
const e = W(n, t), o = en.properties[e], i = M();
|
|
7275
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = en.key, {
|
|
7276
|
+
nodeLite: U(i),
|
|
7277
7277
|
nodes: {
|
|
7278
7278
|
[i.basic.id]: i
|
|
7279
7279
|
}
|
|
@@ -7302,8 +7302,8 @@ const yi = {
|
|
|
7302
7302
|
name: "x-runtime-lib.form",
|
|
7303
7303
|
comp: aa,
|
|
7304
7304
|
properties: {
|
|
7305
|
-
pageUi: [h,
|
|
7306
|
-
compUi: [h,
|
|
7305
|
+
pageUi: [h, Y, Ke, je, Ne, yi],
|
|
7306
|
+
compUi: [h, Y, Ke, je, Ne, yi]
|
|
7307
7307
|
},
|
|
7308
7308
|
events: [
|
|
7309
7309
|
{
|
|
@@ -7314,7 +7314,7 @@ const yi = {
|
|
|
7314
7314
|
spawn: Du
|
|
7315
7315
|
};
|
|
7316
7316
|
$(tn);
|
|
7317
|
-
const ju =
|
|
7317
|
+
const ju = N(oe), bi = {
|
|
7318
7318
|
key: "settings",
|
|
7319
7319
|
name: "x-runtime-lib.settings",
|
|
7320
7320
|
children: [
|
|
@@ -7372,9 +7372,9 @@ const Ou = {
|
|
|
7372
7372
|
};
|
|
7373
7373
|
$(Ou);
|
|
7374
7374
|
function Hu(n, t) {
|
|
7375
|
-
const e =
|
|
7376
|
-
return
|
|
7377
|
-
nodeLite:
|
|
7375
|
+
const e = W(n, t), o = nn.properties[e], i = M();
|
|
7376
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = nn.key, i.settings.label = "label", i.settings.placeholder = "placeholder", {
|
|
7377
|
+
nodeLite: U(i),
|
|
7378
7378
|
nodes: {
|
|
7379
7379
|
[i.basic.id]: i
|
|
7380
7380
|
}
|
|
@@ -7655,7 +7655,7 @@ const _i = {
|
|
|
7655
7655
|
leaf: !0
|
|
7656
7656
|
};
|
|
7657
7657
|
$(Gu);
|
|
7658
|
-
const Ju =
|
|
7658
|
+
const Ju = N(oe), gi = {
|
|
7659
7659
|
key: "settings",
|
|
7660
7660
|
name: "x-runtime-lib.settings",
|
|
7661
7661
|
children: [
|
|
@@ -7704,11 +7704,11 @@ const Ju = O(te), gi = {
|
|
|
7704
7704
|
};
|
|
7705
7705
|
$(on);
|
|
7706
7706
|
function qu(n, t) {
|
|
7707
|
-
const e =
|
|
7708
|
-
|
|
7707
|
+
const e = W(n, t), o = sn.properties[e], i = M();
|
|
7708
|
+
B(i, o), i.basic.id = T(16), i.basic.key = sn.key, i.settings.value = "option1";
|
|
7709
7709
|
const s = Mt(n, t, "option1", "Option 1"), l = Mt(n, t, "option2", "Option 2"), u = Mt(n, t, "option3", "Option 3");
|
|
7710
7710
|
return {
|
|
7711
|
-
nodeLite:
|
|
7711
|
+
nodeLite: U(i, [
|
|
7712
7712
|
s.nodeLite,
|
|
7713
7713
|
l.nodeLite,
|
|
7714
7714
|
u.nodeLite
|
|
@@ -7722,9 +7722,9 @@ function qu(n, t) {
|
|
|
7722
7722
|
};
|
|
7723
7723
|
}
|
|
7724
7724
|
function Mt(n, t, e, o) {
|
|
7725
|
-
const i =
|
|
7726
|
-
return
|
|
7727
|
-
nodeLite:
|
|
7725
|
+
const i = W(n, t), s = on.properties[i], l = M();
|
|
7726
|
+
return B(l, s), l.basic.id = T(16), l.basic.key = on.key, l.settings.value = e, l.settings.label = o, {
|
|
7727
|
+
nodeLite: U(l),
|
|
7728
7728
|
nodes: {
|
|
7729
7729
|
[l.basic.id]: l
|
|
7730
7730
|
}
|
|
@@ -8030,13 +8030,13 @@ const Ii = {
|
|
|
8030
8030
|
leaf: !0
|
|
8031
8031
|
};
|
|
8032
8032
|
$(Zu);
|
|
8033
|
-
const Pn =
|
|
8033
|
+
const Pn = N(oe);
|
|
8034
8034
|
Pn.key = "color";
|
|
8035
8035
|
Pn.name = "x-runtime-lib.color";
|
|
8036
|
-
const En =
|
|
8036
|
+
const En = N(oe);
|
|
8037
8037
|
En.key = "trackColor";
|
|
8038
8038
|
En.name = "x-runtime-lib.trackColor";
|
|
8039
|
-
const An =
|
|
8039
|
+
const An = N(oe);
|
|
8040
8040
|
An.key = "thumbColor";
|
|
8041
8041
|
An.name = "x-runtime-lib.thumbColor";
|
|
8042
8042
|
const Si = {
|
|
@@ -8239,11 +8239,11 @@ const Vi = {
|
|
|
8239
8239
|
};
|
|
8240
8240
|
$(un);
|
|
8241
8241
|
function ec(n, t) {
|
|
8242
|
-
const e =
|
|
8243
|
-
|
|
8242
|
+
const e = W(n, t), o = cn.properties[e], i = M();
|
|
8243
|
+
B(i, o), i.basic.id = T(16), i.basic.key = cn.key;
|
|
8244
8244
|
const s = tc(n, t), l = nc(n, t);
|
|
8245
8245
|
return {
|
|
8246
|
-
nodeLite:
|
|
8246
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite]),
|
|
8247
8247
|
nodes: {
|
|
8248
8248
|
[i.basic.id]: i,
|
|
8249
8249
|
...s.nodes,
|
|
@@ -8252,11 +8252,11 @@ function ec(n, t) {
|
|
|
8252
8252
|
};
|
|
8253
8253
|
}
|
|
8254
8254
|
function tc(n, t) {
|
|
8255
|
-
const e =
|
|
8256
|
-
|
|
8255
|
+
const e = W(n, t), o = rn.properties[e], i = M();
|
|
8256
|
+
B(i, o), i.basic.id = T(16), i.basic.key = rn.key;
|
|
8257
8257
|
const s = Ut(n, t, "step1"), l = Ut(n, t, "step2"), u = Ut(n, t, "step3");
|
|
8258
8258
|
return {
|
|
8259
|
-
nodeLite:
|
|
8259
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
8260
8260
|
nodes: {
|
|
8261
8261
|
[i.basic.id]: i,
|
|
8262
8262
|
...s.nodes,
|
|
@@ -8266,20 +8266,20 @@ function tc(n, t) {
|
|
|
8266
8266
|
};
|
|
8267
8267
|
}
|
|
8268
8268
|
function Ut(n, t, e) {
|
|
8269
|
-
const o =
|
|
8270
|
-
return
|
|
8271
|
-
nodeLite:
|
|
8269
|
+
const o = W(n, t), i = ln.properties[o], s = M();
|
|
8270
|
+
return B(s, i), s.basic.id = T(16), s.basic.key = ln.key, s.settings.value = e, {
|
|
8271
|
+
nodeLite: U(s, []),
|
|
8272
8272
|
nodes: {
|
|
8273
8273
|
[s.basic.id]: s
|
|
8274
8274
|
}
|
|
8275
8275
|
};
|
|
8276
8276
|
}
|
|
8277
8277
|
function nc(n, t) {
|
|
8278
|
-
const e =
|
|
8279
|
-
|
|
8278
|
+
const e = W(n, t), o = an.properties[e], i = M();
|
|
8279
|
+
B(i, o), i.basic.id = T(16), i.basic.key = an.key;
|
|
8280
8280
|
const s = Bt(n, t, "step1", "step 1"), l = Bt(n, t, "step2", "step 2"), u = Bt(n, t, "step3", "step 3");
|
|
8281
8281
|
return {
|
|
8282
|
-
nodeLite:
|
|
8282
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
8283
8283
|
nodes: {
|
|
8284
8284
|
[i.basic.id]: i,
|
|
8285
8285
|
...s.nodes,
|
|
@@ -8289,11 +8289,11 @@ function nc(n, t) {
|
|
|
8289
8289
|
};
|
|
8290
8290
|
}
|
|
8291
8291
|
function Bt(n, t, e, o) {
|
|
8292
|
-
const i =
|
|
8293
|
-
|
|
8292
|
+
const i = W(n, t), s = un.properties[i], l = M();
|
|
8293
|
+
B(l, s), l.basic.id = T(16), l.basic.key = un.key, l.settings.value = e;
|
|
8294
8294
|
const u = ic(n, t, o);
|
|
8295
8295
|
return {
|
|
8296
|
-
nodeLite:
|
|
8296
|
+
nodeLite: U(l, [u.nodeLite]),
|
|
8297
8297
|
nodes: {
|
|
8298
8298
|
[l.basic.id]: l,
|
|
8299
8299
|
...u.nodes
|
|
@@ -8301,9 +8301,9 @@ function Bt(n, t, e, o) {
|
|
|
8301
8301
|
};
|
|
8302
8302
|
}
|
|
8303
8303
|
function ic(n, t, e) {
|
|
8304
|
-
const o =
|
|
8305
|
-
return
|
|
8306
|
-
nodeLite:
|
|
8304
|
+
const o = W(n, t), i = st.properties[o], s = M();
|
|
8305
|
+
return B(s, i), s.basic.id = T(16), s.basic.key = st.key, s.settings.title = e, {
|
|
8306
|
+
nodeLite: U(s, []),
|
|
8307
8307
|
nodes: {
|
|
8308
8308
|
[s.basic.id]: s
|
|
8309
8309
|
}
|
|
@@ -8377,11 +8377,11 @@ const Ei = {
|
|
|
8377
8377
|
};
|
|
8378
8378
|
$(dn);
|
|
8379
8379
|
function sc(n, t) {
|
|
8380
|
-
const e =
|
|
8381
|
-
|
|
8380
|
+
const e = W(n, t), o = pn.properties[e], i = M();
|
|
8381
|
+
B(i, o), i.basic.id = T(16), i.basic.key = pn.key;
|
|
8382
8382
|
const s = Rt(n, t, "tab1", "tab 1"), l = Rt(n, t, "tab2", "tab 2"), u = Rt(n, t, "tab3", "tab 3");
|
|
8383
8383
|
return {
|
|
8384
|
-
nodeLite:
|
|
8384
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
8385
8385
|
nodes: {
|
|
8386
8386
|
[i.basic.id]: i,
|
|
8387
8387
|
...s.nodes,
|
|
@@ -8391,21 +8391,21 @@ function sc(n, t) {
|
|
|
8391
8391
|
};
|
|
8392
8392
|
}
|
|
8393
8393
|
function Rt(n, t, e, o) {
|
|
8394
|
-
const i =
|
|
8395
|
-
return
|
|
8396
|
-
nodeLite:
|
|
8394
|
+
const i = W(n, t), s = dn.properties[i], l = M();
|
|
8395
|
+
return B(l, s), l.basic.id = T(16), l.basic.key = dn.key, l.settings.value = e, l.settings.text = o, {
|
|
8396
|
+
nodeLite: U(l),
|
|
8397
8397
|
nodes: {
|
|
8398
8398
|
[l.basic.id]: l
|
|
8399
8399
|
}
|
|
8400
8400
|
};
|
|
8401
8401
|
}
|
|
8402
|
-
const zn =
|
|
8402
|
+
const zn = N(oe);
|
|
8403
8403
|
zn.key = "backgroundColor";
|
|
8404
8404
|
zn.name = "x-runtime-lib.backgroundColor";
|
|
8405
|
-
const Ln =
|
|
8405
|
+
const Ln = N(oe);
|
|
8406
8406
|
Ln.key = "selectedColor";
|
|
8407
8407
|
Ln.name = "x-runtime-lib.selectedColor";
|
|
8408
|
-
const Tn =
|
|
8408
|
+
const Tn = N(oe);
|
|
8409
8409
|
Tn.key = "sliderColor";
|
|
8410
8410
|
Tn.name = "x-runtime-lib.sliderColor";
|
|
8411
8411
|
const Ai = {
|
|
@@ -8499,9 +8499,9 @@ const Ai = {
|
|
|
8499
8499
|
};
|
|
8500
8500
|
$(pn);
|
|
8501
8501
|
function rc(n, t) {
|
|
8502
|
-
const e =
|
|
8503
|
-
return
|
|
8504
|
-
nodeLite:
|
|
8502
|
+
const e = W(n, t), o = Ue.properties[e], i = M();
|
|
8503
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = Ue.key, i.settings.text = "text", {
|
|
8504
|
+
nodeLite: U(i),
|
|
8505
8505
|
nodes: {
|
|
8506
8506
|
[i.basic.id]: i
|
|
8507
8507
|
}
|
|
@@ -8606,9 +8606,9 @@ const zi = {
|
|
|
8606
8606
|
};
|
|
8607
8607
|
$(Ue);
|
|
8608
8608
|
function lc(n, t) {
|
|
8609
|
-
const e =
|
|
8610
|
-
return
|
|
8611
|
-
nodeLite:
|
|
8609
|
+
const e = W(n, t), o = mn.properties[e], i = M();
|
|
8610
|
+
return B(i, o), i.basic.id = T(16), i.basic.key = mn.key, i.settings.label = "label", {
|
|
8611
|
+
nodeLite: U(i),
|
|
8612
8612
|
nodes: {
|
|
8613
8613
|
[i.basic.id]: i
|
|
8614
8614
|
}
|
|
@@ -8708,11 +8708,11 @@ const fn = {
|
|
|
8708
8708
|
};
|
|
8709
8709
|
$(fn);
|
|
8710
8710
|
function ac(n, t) {
|
|
8711
|
-
const e =
|
|
8712
|
-
|
|
8711
|
+
const e = W(n, t), o = yn.properties[e], i = M();
|
|
8712
|
+
B(i, o), i.basic.id = T(16), i.basic.key = yn.key;
|
|
8713
8713
|
const s = Wt(n, t, "timeline 1"), l = Wt(n, t, "timeline 2"), u = Wt(n, t, "timeline 3");
|
|
8714
8714
|
return {
|
|
8715
|
-
nodeLite:
|
|
8715
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
8716
8716
|
nodes: {
|
|
8717
8717
|
[i.basic.id]: i,
|
|
8718
8718
|
...s.nodes,
|
|
@@ -8722,11 +8722,11 @@ function ac(n, t) {
|
|
|
8722
8722
|
};
|
|
8723
8723
|
}
|
|
8724
8724
|
function Wt(n, t, e) {
|
|
8725
|
-
const o =
|
|
8726
|
-
|
|
8725
|
+
const o = W(n, t), i = fn.properties[o], s = M();
|
|
8726
|
+
B(s, i), s.basic.id = T(16), s.basic.key = fn.key;
|
|
8727
8727
|
const l = uc(n, t, e);
|
|
8728
8728
|
return {
|
|
8729
|
-
nodeLite:
|
|
8729
|
+
nodeLite: U(s, [l.nodeLite]),
|
|
8730
8730
|
nodes: {
|
|
8731
8731
|
[s.basic.id]: s,
|
|
8732
8732
|
...l.nodes
|
|
@@ -8734,15 +8734,15 @@ function Wt(n, t, e) {
|
|
|
8734
8734
|
};
|
|
8735
8735
|
}
|
|
8736
8736
|
function uc(n, t, e) {
|
|
8737
|
-
const o =
|
|
8738
|
-
return
|
|
8739
|
-
nodeLite:
|
|
8737
|
+
const o = W(n, t), i = Ue.properties[o], s = M();
|
|
8738
|
+
return B(s, i), s.basic.id = T(16), s.basic.key = Ue.key, s.settings.text = e, {
|
|
8739
|
+
nodeLite: U(s),
|
|
8740
8740
|
nodes: {
|
|
8741
8741
|
[s.basic.id]: s
|
|
8742
8742
|
}
|
|
8743
8743
|
};
|
|
8744
8744
|
}
|
|
8745
|
-
const cc =
|
|
8745
|
+
const cc = N(oe), dc = N(oe), Ti = {
|
|
8746
8746
|
key: "settings",
|
|
8747
8747
|
name: "x-runtime-lib.settings",
|
|
8748
8748
|
children: [
|
|
@@ -8842,11 +8842,11 @@ const bn = {
|
|
|
8842
8842
|
};
|
|
8843
8843
|
$(bn);
|
|
8844
8844
|
function pc(n, t) {
|
|
8845
|
-
const e =
|
|
8846
|
-
|
|
8845
|
+
const e = W(n, t), o = hn.properties[e], i = M();
|
|
8846
|
+
B(i, o), i.basic.id = T(16), i.basic.key = hn.key;
|
|
8847
8847
|
const s = Ft(n, t, "window 1"), l = Ft(n, t, "window 2"), u = Ft(n, t, "window 3");
|
|
8848
8848
|
return {
|
|
8849
|
-
nodeLite:
|
|
8849
|
+
nodeLite: U(i, [s.nodeLite, l.nodeLite, u.nodeLite]),
|
|
8850
8850
|
nodes: {
|
|
8851
8851
|
[i.basic.id]: i,
|
|
8852
8852
|
...s.nodes,
|
|
@@ -8856,11 +8856,11 @@ function pc(n, t) {
|
|
|
8856
8856
|
};
|
|
8857
8857
|
}
|
|
8858
8858
|
function Ft(n, t, e) {
|
|
8859
|
-
const o =
|
|
8860
|
-
|
|
8859
|
+
const o = W(n, t), i = bn.properties[o], s = M();
|
|
8860
|
+
B(s, i), s.basic.id = T(16), s.basic.key = bn.key;
|
|
8861
8861
|
const l = mc(n, t, e);
|
|
8862
8862
|
return {
|
|
8863
|
-
nodeLite:
|
|
8863
|
+
nodeLite: U(s, [l.nodeLite]),
|
|
8864
8864
|
nodes: {
|
|
8865
8865
|
[s.basic.id]: s,
|
|
8866
8866
|
...l.nodes
|
|
@@ -8868,11 +8868,11 @@ function Ft(n, t, e) {
|
|
|
8868
8868
|
};
|
|
8869
8869
|
}
|
|
8870
8870
|
function mc(n, t, e) {
|
|
8871
|
-
const o =
|
|
8872
|
-
|
|
8871
|
+
const o = W(n, t), i = rt.properties[o], s = M();
|
|
8872
|
+
B(s, i), s.basic.id = T(16), s.basic.key = rt.key, s.size.height = "200px", s.settings.mainAlign.xs = "center", s.settings.crossAlign.xs = "center", s.settings.backgroundColor.mode = "theme", s.settings.backgroundColor.theme = "background2";
|
|
8873
8873
|
const l = fc(n, t, e);
|
|
8874
8874
|
return {
|
|
8875
|
-
nodeLite:
|
|
8875
|
+
nodeLite: U(s, [l.nodeLite]),
|
|
8876
8876
|
nodes: {
|
|
8877
8877
|
[s.basic.id]: s,
|
|
8878
8878
|
...l.nodes
|
|
@@ -8880,9 +8880,9 @@ function mc(n, t, e) {
|
|
|
8880
8880
|
};
|
|
8881
8881
|
}
|
|
8882
8882
|
function fc(n, t, e) {
|
|
8883
|
-
const o =
|
|
8884
|
-
return
|
|
8885
|
-
nodeLite:
|
|
8883
|
+
const o = W(n, t), i = Ue.properties[o], s = M();
|
|
8884
|
+
return B(s, i), s.basic.id = T(16), s.basic.key = Ue.key, s.settings.text = e, s.settings.style.xs = "h6", {
|
|
8885
|
+
nodeLite: U(s),
|
|
8886
8886
|
nodes: {
|
|
8887
8887
|
[s.basic.id]: s
|
|
8888
8888
|
}
|
|
@@ -8949,7 +8949,7 @@ const Mi = {
|
|
|
8949
8949
|
$(hn);
|
|
8950
8950
|
function yc(n) {
|
|
8951
8951
|
const t = [], e = (o, i, s) => {
|
|
8952
|
-
if (i !== "" && (i += "."), i += o.key, s =
|
|
8952
|
+
if (i !== "" && (i += "."), i += o.key, s = N(s), s.push(o.name), !o.ui && !o.array)
|
|
8953
8953
|
o.children.forEach((l) => e(l, i, s));
|
|
8954
8954
|
else {
|
|
8955
8955
|
if (o.ui === "strInput" && o.static)
|
|
@@ -8968,8 +8968,8 @@ function yc(n) {
|
|
|
8968
8968
|
}
|
|
8969
8969
|
function bc() {
|
|
8970
8970
|
const n = {};
|
|
8971
|
-
for (const t in
|
|
8972
|
-
const e = {}, o =
|
|
8971
|
+
for (const t in ve) {
|
|
8972
|
+
const e = {}, o = ve[t];
|
|
8973
8973
|
for (const i in o.properties)
|
|
8974
8974
|
e[i] = yc(o.properties[i]);
|
|
8975
8975
|
n[t] = e;
|
|
@@ -8979,13 +8979,13 @@ function bc() {
|
|
|
8979
8979
|
const hc = bc();
|
|
8980
8980
|
function Ui(n, t) {
|
|
8981
8981
|
if (n.array)
|
|
8982
|
-
return t ?
|
|
8982
|
+
return t ? N(n.default) : N(n.defaultArray);
|
|
8983
8983
|
{
|
|
8984
|
-
const e =
|
|
8984
|
+
const e = N(n.default);
|
|
8985
8985
|
return (n.ui === "switch" || n.ui === "select" || n.ui === "colorPicker" || n.ui === "multiTypes" || n.ui === "selectComp" || n.ui === "selectSlot" || n.ui === "selectAdaptSlot") && !e ? void 0 : e;
|
|
8986
8986
|
}
|
|
8987
8987
|
}
|
|
8988
|
-
function
|
|
8988
|
+
function B(n, t) {
|
|
8989
8989
|
function e(o, i) {
|
|
8990
8990
|
if (i.ui) {
|
|
8991
8991
|
if (i.ui === "strInput" && i.static)
|
|
@@ -8999,11 +8999,11 @@ function R(n, t) {
|
|
|
8999
8999
|
t.forEach((o) => e(n, o));
|
|
9000
9000
|
}
|
|
9001
9001
|
function vc(n, t, e, o) {
|
|
9002
|
-
const i = hc[n]?.[
|
|
9002
|
+
const i = hc[n]?.[W(t, e)];
|
|
9003
9003
|
return i ? !!i.find((s) => s.keys === Dt(o)) : !1;
|
|
9004
9004
|
}
|
|
9005
9005
|
function id(n, t, e, o, i) {
|
|
9006
|
-
const s = `type=${n} subtype=${t} version=${e} ref=${o} keyOrRefId=${i}`, l =
|
|
9006
|
+
const s = `type=${n} subtype=${t} version=${e} ref=${o} keyOrRefId=${i}`, l = W(n, t), u = Ks[e];
|
|
9007
9007
|
if (!u) {
|
|
9008
9008
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
9009
9009
|
return;
|
|
@@ -9014,7 +9014,7 @@ function id(n, t, e, o, i) {
|
|
|
9014
9014
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
9015
9015
|
return;
|
|
9016
9016
|
}
|
|
9017
|
-
const m =
|
|
9017
|
+
const m = ve[d];
|
|
9018
9018
|
if (!m) {
|
|
9019
9019
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
9020
9020
|
return;
|
|
@@ -9024,9 +9024,9 @@ function id(n, t, e, o, i) {
|
|
|
9024
9024
|
console.error(`spawnNode [ref] properties not found, ${s}`);
|
|
9025
9025
|
return;
|
|
9026
9026
|
}
|
|
9027
|
-
const y =
|
|
9028
|
-
return
|
|
9029
|
-
nodeLite:
|
|
9027
|
+
const y = M();
|
|
9028
|
+
return B(y, p), y.basic.id = T(16), y.basic.key = d, y.settings || (y.settings = {}), y.settings.comp = c, {
|
|
9029
|
+
nodeLite: U(y),
|
|
9030
9030
|
nodes: {
|
|
9031
9031
|
[y.basic.id]: y
|
|
9032
9032
|
}
|
|
@@ -9037,7 +9037,7 @@ function id(n, t, e, o, i) {
|
|
|
9037
9037
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
9038
9038
|
return;
|
|
9039
9039
|
}
|
|
9040
|
-
const c =
|
|
9040
|
+
const c = ve[d];
|
|
9041
9041
|
if (!c) {
|
|
9042
9042
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
9043
9043
|
return;
|
|
@@ -9050,11 +9050,11 @@ function id(n, t, e, o, i) {
|
|
|
9050
9050
|
console.error(`spawnNode [key] properties not found, ${s}`);
|
|
9051
9051
|
return;
|
|
9052
9052
|
}
|
|
9053
|
-
const p =
|
|
9054
|
-
|
|
9053
|
+
const p = M();
|
|
9054
|
+
B(p, m), p.basic.id = T(16), p.basic.key = d;
|
|
9055
9055
|
let y;
|
|
9056
9056
|
return c.leaf || (y = []), {
|
|
9057
|
-
nodeLite:
|
|
9057
|
+
nodeLite: U(p, y),
|
|
9058
9058
|
nodes: {
|
|
9059
9059
|
[p.basic.id]: p
|
|
9060
9060
|
}
|
|
@@ -9081,13 +9081,13 @@ function od(n, t) {
|
|
|
9081
9081
|
}
|
|
9082
9082
|
function _c(n) {
|
|
9083
9083
|
const t = {}, e = (s) => {
|
|
9084
|
-
const l =
|
|
9084
|
+
const l = T(16);
|
|
9085
9085
|
t[s.id] = l, s.id = l, s.children?.map((u) => e(u));
|
|
9086
|
-
}, o =
|
|
9086
|
+
}, o = N(n.nodeLite);
|
|
9087
9087
|
e(o);
|
|
9088
9088
|
const i = {};
|
|
9089
9089
|
return Object.values(n.nodes).forEach((s) => {
|
|
9090
|
-
const l =
|
|
9090
|
+
const l = N(s);
|
|
9091
9091
|
l.basic.id = t[l.basic.id], i[l.basic.id] = l;
|
|
9092
9092
|
}), { nodeLite: o, nodes: i };
|
|
9093
9093
|
}
|
|
@@ -9096,84 +9096,84 @@ function sd(n) {
|
|
|
9096
9096
|
}
|
|
9097
9097
|
const uo = "runtimeOrg", co = "runtimeEnv", po = "runtimeMode", mo = "runtimeDevice", fo = "runtimeDark", yo = "runtimeId", bo = "runtimeType", ho = "runtimeMeta", vo = "runtimeData", _o = "runtimeDepends", go = "runtimeRuntime", xo = "runtimeSandbox", ko = "runtimeNode";
|
|
9098
9098
|
function rd(n) {
|
|
9099
|
-
|
|
9099
|
+
be(uo, n);
|
|
9100
9100
|
}
|
|
9101
9101
|
function gc() {
|
|
9102
|
-
return
|
|
9102
|
+
return ye(uo);
|
|
9103
9103
|
}
|
|
9104
9104
|
function ld(n) {
|
|
9105
|
-
|
|
9105
|
+
be(co, n);
|
|
9106
9106
|
}
|
|
9107
9107
|
function xc() {
|
|
9108
|
-
return
|
|
9108
|
+
return ye(co);
|
|
9109
9109
|
}
|
|
9110
9110
|
function ad(n) {
|
|
9111
|
-
|
|
9111
|
+
be(po, n);
|
|
9112
9112
|
}
|
|
9113
|
-
function
|
|
9114
|
-
return
|
|
9113
|
+
function ce() {
|
|
9114
|
+
return ye(po);
|
|
9115
9115
|
}
|
|
9116
9116
|
function ud(n) {
|
|
9117
|
-
|
|
9117
|
+
be(mo, xn(n));
|
|
9118
9118
|
}
|
|
9119
|
-
function
|
|
9120
|
-
return
|
|
9119
|
+
function qe() {
|
|
9120
|
+
return ye(mo);
|
|
9121
9121
|
}
|
|
9122
9122
|
function cd(n) {
|
|
9123
|
-
|
|
9123
|
+
be(fo, xn(n));
|
|
9124
9124
|
}
|
|
9125
|
-
function
|
|
9126
|
-
return
|
|
9125
|
+
function dt() {
|
|
9126
|
+
return ye(fo);
|
|
9127
9127
|
}
|
|
9128
9128
|
function dd(n) {
|
|
9129
|
-
|
|
9129
|
+
be(yo, n);
|
|
9130
9130
|
}
|
|
9131
9131
|
function Ce() {
|
|
9132
|
-
return
|
|
9132
|
+
return ye(yo);
|
|
9133
9133
|
}
|
|
9134
9134
|
function pd(n) {
|
|
9135
|
-
|
|
9135
|
+
be(bo, n);
|
|
9136
9136
|
}
|
|
9137
9137
|
function Ae() {
|
|
9138
|
-
return
|
|
9138
|
+
return ye(bo);
|
|
9139
9139
|
}
|
|
9140
9140
|
function $e(n) {
|
|
9141
|
-
|
|
9141
|
+
be(ho, n);
|
|
9142
9142
|
}
|
|
9143
9143
|
function wo() {
|
|
9144
|
-
return
|
|
9144
|
+
return ye(ho);
|
|
9145
9145
|
}
|
|
9146
9146
|
function we(n) {
|
|
9147
|
-
|
|
9147
|
+
be(vo, n);
|
|
9148
9148
|
}
|
|
9149
|
-
function
|
|
9150
|
-
return
|
|
9149
|
+
function me() {
|
|
9150
|
+
return ye(vo);
|
|
9151
9151
|
}
|
|
9152
9152
|
function md(n) {
|
|
9153
|
-
|
|
9153
|
+
be(_o, xn(n));
|
|
9154
9154
|
}
|
|
9155
9155
|
function kc() {
|
|
9156
|
-
return
|
|
9156
|
+
return ye(_o);
|
|
9157
9157
|
}
|
|
9158
9158
|
function fd(n) {
|
|
9159
|
-
|
|
9159
|
+
be(go, n);
|
|
9160
9160
|
}
|
|
9161
9161
|
function wc() {
|
|
9162
|
-
return
|
|
9162
|
+
return ye(go);
|
|
9163
9163
|
}
|
|
9164
9164
|
function Ic(n) {
|
|
9165
|
-
|
|
9165
|
+
be(xo, n);
|
|
9166
9166
|
}
|
|
9167
|
-
function
|
|
9168
|
-
return
|
|
9167
|
+
function ue() {
|
|
9168
|
+
return ye(xo, void 0);
|
|
9169
9169
|
}
|
|
9170
9170
|
function Io(n) {
|
|
9171
|
-
|
|
9171
|
+
be(ko, n);
|
|
9172
9172
|
}
|
|
9173
|
-
function
|
|
9174
|
-
return
|
|
9173
|
+
function pt() {
|
|
9174
|
+
return ye(ko);
|
|
9175
9175
|
}
|
|
9176
|
-
function
|
|
9176
|
+
function Qe(n) {
|
|
9177
9177
|
const t = [n.type];
|
|
9178
9178
|
if (n.type === "elementProperty")
|
|
9179
9179
|
t.push(n.nodeId, n.propertyKeys);
|
|
@@ -9209,7 +9209,7 @@ function Ze(n) {
|
|
|
9209
9209
|
throw new Error("not implemented trigger type");
|
|
9210
9210
|
return n.subKeys && t.push(n.subKeys), t.join("/");
|
|
9211
9211
|
}
|
|
9212
|
-
async function
|
|
9212
|
+
async function et(n, t, e, o, i) {
|
|
9213
9213
|
console.log(o, i), await Sc(n, t, e);
|
|
9214
9214
|
}
|
|
9215
9215
|
async function Sc(n, t, e) {
|
|
@@ -9220,11 +9220,11 @@ async function Sc(n, t, e) {
|
|
|
9220
9220
|
await n.callFunctionAsync(`__watchEffect$${s}__`);
|
|
9221
9221
|
}
|
|
9222
9222
|
}
|
|
9223
|
-
function
|
|
9223
|
+
function _t(n, t, e) {
|
|
9224
9224
|
const o = [n, t], i = e.split(".");
|
|
9225
9225
|
return i.length > 1 ? o.push(...i.slice(1)) : o.push(e), `__implementMethod$${o.join("$")}__`;
|
|
9226
9226
|
}
|
|
9227
|
-
function
|
|
9227
|
+
function Fe(n, t, e) {
|
|
9228
9228
|
return `${n}/${t}/${e}`;
|
|
9229
9229
|
}
|
|
9230
9230
|
function Bi(n) {
|
|
@@ -9237,7 +9237,7 @@ function Bi(n) {
|
|
|
9237
9237
|
propertyKey: t[2]
|
|
9238
9238
|
};
|
|
9239
9239
|
}
|
|
9240
|
-
function
|
|
9240
|
+
function De(n, t, e) {
|
|
9241
9241
|
return `${n}.${t}.${e}`;
|
|
9242
9242
|
}
|
|
9243
9243
|
function Re(n) {
|
|
@@ -9302,7 +9302,7 @@ function vd(n) {
|
|
|
9302
9302
|
methodId: t[2]
|
|
9303
9303
|
};
|
|
9304
9304
|
}
|
|
9305
|
-
function
|
|
9305
|
+
function re(n, t, e) {
|
|
9306
9306
|
return `${n}/${t}/${e}`;
|
|
9307
9307
|
}
|
|
9308
9308
|
function $c(n) {
|
|
@@ -9366,7 +9366,7 @@ function Ve(n, t, e) {
|
|
|
9366
9366
|
i.value = -1, t.value = void 0, s.value = -1, e.value = void 0, Gi.emit("compNotAvail", n.value);
|
|
9367
9367
|
return;
|
|
9368
9368
|
}
|
|
9369
|
-
i.value !== l.metaSeq && (i.value = l.metaSeq, t.value =
|
|
9369
|
+
i.value !== l.metaSeq && (i.value = l.metaSeq, t.value = N(l.meta)), s.value !== l.dataSeq && (s.value = l.dataSeq, e.value = N(l.data));
|
|
9370
9370
|
});
|
|
9371
9371
|
}
|
|
9372
9372
|
function Id() {
|
|
@@ -9422,13 +9422,13 @@ function Vc(n) {
|
|
|
9422
9422
|
try {
|
|
9423
9423
|
if (!n.vm)
|
|
9424
9424
|
return;
|
|
9425
|
-
const l =
|
|
9425
|
+
const l = Ye(u, t.getProp(t.global, "__timeoutCallback__"));
|
|
9426
9426
|
t.callFunction(l, t.undefined, t.newNumber(i)).unwrap().dispose();
|
|
9427
9427
|
t.runtime.executePendingJobs();
|
|
9428
9428
|
} catch (d) {
|
|
9429
9429
|
var c = d, m = !0;
|
|
9430
9430
|
} finally {
|
|
9431
|
-
|
|
9431
|
+
Ze(u, c, m);
|
|
9432
9432
|
}
|
|
9433
9433
|
}, s);
|
|
9434
9434
|
}).consume((e) => t.setProp(t.global, "__timeoutV1__", e)), t.newFunction("__delayV1__", (e) => {
|
|
@@ -9502,12 +9502,12 @@ function Me(n, t) {
|
|
|
9502
9502
|
for (const u of Object.keys(t)) {
|
|
9503
9503
|
var e = [];
|
|
9504
9504
|
try {
|
|
9505
|
-
const d =
|
|
9505
|
+
const d = Ye(e, Me(n, t[u]));
|
|
9506
9506
|
n.setProp(l, u, d);
|
|
9507
9507
|
} catch (o) {
|
|
9508
9508
|
var i = o, s = !0;
|
|
9509
9509
|
} finally {
|
|
9510
|
-
|
|
9510
|
+
Ze(e, i, s);
|
|
9511
9511
|
}
|
|
9512
9512
|
}
|
|
9513
9513
|
return l;
|
|
@@ -9529,12 +9529,12 @@ function zc(n) {
|
|
|
9529
9529
|
if (d === "customEvent")
|
|
9530
9530
|
n.parent && (n.parent.callFunctionAsync(
|
|
9531
9531
|
"__triggerEventV1__",
|
|
9532
|
-
|
|
9532
|
+
re("refEvent", n.nodeId, m),
|
|
9533
9533
|
"",
|
|
9534
9534
|
...u
|
|
9535
9535
|
), n.parent.callFunctionAsync(
|
|
9536
9536
|
"__triggerEventV1__",
|
|
9537
|
-
|
|
9537
|
+
re("multipleRefEvent", n.nodeId, m),
|
|
9538
9538
|
n.spec,
|
|
9539
9539
|
...u
|
|
9540
9540
|
));
|
|
@@ -9544,7 +9544,7 @@ function zc(n) {
|
|
|
9544
9544
|
const p = n.children[c];
|
|
9545
9545
|
p && p.callFunctionAsync(
|
|
9546
9546
|
"__triggerEventV1__",
|
|
9547
|
-
|
|
9547
|
+
re("customAdaptSlotEvent", "globality", m),
|
|
9548
9548
|
"",
|
|
9549
9549
|
...u
|
|
9550
9550
|
);
|
|
@@ -9552,7 +9552,7 @@ function zc(n) {
|
|
|
9552
9552
|
const p = n.children[c];
|
|
9553
9553
|
p && p.callFunctionAsync(
|
|
9554
9554
|
"__triggerEventV1__",
|
|
9555
|
-
|
|
9555
|
+
re("customAdaptSlotEvent", "globality", m),
|
|
9556
9556
|
"",
|
|
9557
9557
|
...u
|
|
9558
9558
|
);
|
|
@@ -9659,7 +9659,7 @@ function zc(n) {
|
|
|
9659
9659
|
else if (p === "refMethod") {
|
|
9660
9660
|
const f = n.children[y];
|
|
9661
9661
|
f ? f.callFunctionAsync(
|
|
9662
|
-
|
|
9662
|
+
_t("customMethod", "globality", b),
|
|
9663
9663
|
l,
|
|
9664
9664
|
u
|
|
9665
9665
|
).then(
|
|
@@ -9669,7 +9669,7 @@ function zc(n) {
|
|
|
9669
9669
|
} else if (p === "multipleRefMethod") {
|
|
9670
9670
|
const f = n.children[`${y}/${l}`];
|
|
9671
9671
|
f ? f.callFunctionAsync(
|
|
9672
|
-
|
|
9672
|
+
_t("customMethod", "globality", b),
|
|
9673
9673
|
l,
|
|
9674
9674
|
u
|
|
9675
9675
|
).then(
|
|
@@ -9683,7 +9683,7 @@ function zc(n) {
|
|
|
9683
9683
|
(f) => c(f),
|
|
9684
9684
|
(f) => m(f)
|
|
9685
9685
|
) : m("unexpected sandbox kind") : m("not in slot") : p === "customAdaptSlotMethod" ? n.parent ? n.kind === "customSlot" ? n.parent.callFunctionAsync(
|
|
9686
|
-
|
|
9686
|
+
_t(
|
|
9687
9687
|
"customSlotMethod",
|
|
9688
9688
|
n.nodeId,
|
|
9689
9689
|
b
|
|
@@ -9694,7 +9694,7 @@ function zc(n) {
|
|
|
9694
9694
|
(f) => c(f),
|
|
9695
9695
|
(f) => m(f)
|
|
9696
9696
|
) : n.kind === "multipleCustomSlot" && n.parent.callFunctionAsync(
|
|
9697
|
-
|
|
9697
|
+
_t(
|
|
9698
9698
|
"multipleCustomSlotMethod",
|
|
9699
9699
|
n.nodeId,
|
|
9700
9700
|
b
|
|
@@ -9891,14 +9891,10 @@ class Uc {
|
|
|
9891
9891
|
this.meta.value = t.value, this.data.value = e.value, this.resetCustomProperties(o), this.resetCustomSlotProperties(o), this.resetStates();
|
|
9892
9892
|
}
|
|
9893
9893
|
async createVm(t, e) {
|
|
9894
|
-
this.vm = t.newContext(), this.promiseManager = new Mc(this.vm), Lc(this), this.vm.evalCode(Tc), this.setGlobalVariable("__env__", this.env), this.vm.evalCode(e), await Le(),
|
|
9895
|
-
"__triggerEventV1__",
|
|
9896
|
-
le("elementEvent", "globality", "startup"),
|
|
9897
|
-
""
|
|
9898
|
-
);
|
|
9894
|
+
this.vm = t.newContext(), this.promiseManager = new Mc(this.vm), Lc(this), this.vm.evalCode(Tc), this.setGlobalVariable("__env__", this.env), this.vm.evalCode(e), await Le(), this.hooks.onReady();
|
|
9899
9895
|
}
|
|
9900
9896
|
destroyVm() {
|
|
9901
|
-
this.
|
|
9897
|
+
this.hooks.onDestroy(), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
|
|
9902
9898
|
}
|
|
9903
9899
|
setGlobalVariable(t, e) {
|
|
9904
9900
|
const { vm: o } = this;
|
|
@@ -9920,7 +9916,7 @@ class Uc {
|
|
|
9920
9916
|
throw new Error("vm not available");
|
|
9921
9917
|
const i = `${t}(${e.map((y) => JSON.stringify(y)).join(", ")})`;
|
|
9922
9918
|
Fi.includes(t) || this.debugTrace(`${i}`);
|
|
9923
|
-
const s =
|
|
9919
|
+
const s = Ye(d, o.getProp(o.global, t));
|
|
9924
9920
|
if (o.typeof(s) !== "function")
|
|
9925
9921
|
throw new Error(`function<${t}> not available`);
|
|
9926
9922
|
const l = e.map((y) => Me(o, y));
|
|
@@ -9930,7 +9926,7 @@ class Uc {
|
|
|
9930
9926
|
} catch (c) {
|
|
9931
9927
|
var m = c, p = !0;
|
|
9932
9928
|
} finally {
|
|
9933
|
-
|
|
9929
|
+
Ze(d, m, p);
|
|
9934
9930
|
}
|
|
9935
9931
|
}
|
|
9936
9932
|
async callFunctionAsync(t, ...e) {
|
|
@@ -9941,7 +9937,7 @@ class Uc {
|
|
|
9941
9937
|
throw new Error("vm not available");
|
|
9942
9938
|
const i = `${t}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
|
|
9943
9939
|
Fi.includes(t) || this.debugTrace(`${i}`);
|
|
9944
|
-
const s =
|
|
9940
|
+
const s = Ye(c, o.getProp(o.global, t));
|
|
9945
9941
|
if (o.typeof(s) !== "function")
|
|
9946
9942
|
throw new Error(`function<${t}> not available`);
|
|
9947
9943
|
const l = e.map((b) => Me(o, b));
|
|
@@ -9953,7 +9949,7 @@ class Uc {
|
|
|
9953
9949
|
} catch (m) {
|
|
9954
9950
|
var p = m, y = !0;
|
|
9955
9951
|
} finally {
|
|
9956
|
-
|
|
9952
|
+
Ze(c, p, y);
|
|
9957
9953
|
}
|
|
9958
9954
|
}
|
|
9959
9955
|
//--------------------------
|
|
@@ -10005,7 +10001,7 @@ class Uc {
|
|
|
10005
10001
|
elementKey: e,
|
|
10006
10002
|
slotKey: o,
|
|
10007
10003
|
propertyKey: i
|
|
10008
|
-
} = Re(t), s =
|
|
10004
|
+
} = Re(t), s = ve[e];
|
|
10009
10005
|
if (!s || !s.slots)
|
|
10010
10006
|
return !1;
|
|
10011
10007
|
const l = s.slots.find((d) => d.key === o);
|
|
@@ -10014,18 +10010,18 @@ class Uc {
|
|
|
10014
10010
|
));
|
|
10015
10011
|
}
|
|
10016
10012
|
async getElementSlotProperty(t) {
|
|
10017
|
-
const { slotKey: e, propertyKey: o } = Re(t), i =
|
|
10013
|
+
const { slotKey: e, propertyKey: o } = Re(t), i = Fe(
|
|
10018
10014
|
"elementSlotProperty",
|
|
10019
10015
|
"placeholder",
|
|
10020
|
-
|
|
10016
|
+
De("placeholder", e, o)
|
|
10021
10017
|
), s = { value: void 0 };
|
|
10022
10018
|
return this.eventBus.emit(`${i}/get`, { result: s }), s.value;
|
|
10023
10019
|
}
|
|
10024
10020
|
async setElementSlotProperty(t, e) {
|
|
10025
|
-
const { slotKey: o, propertyKey: i } = Re(t), s =
|
|
10021
|
+
const { slotKey: o, propertyKey: i } = Re(t), s = Fe(
|
|
10026
10022
|
"elementSlotProperty",
|
|
10027
10023
|
"placeholder",
|
|
10028
|
-
|
|
10024
|
+
De("placeholder", o, i)
|
|
10029
10025
|
);
|
|
10030
10026
|
this.eventBus.emit(`${s}/set`, e), await Le();
|
|
10031
10027
|
}
|
|
@@ -10037,7 +10033,7 @@ class Uc {
|
|
|
10037
10033
|
elementKey: e,
|
|
10038
10034
|
slotKey: o,
|
|
10039
10035
|
propertyKey: i
|
|
10040
|
-
} = Re(t), s =
|
|
10036
|
+
} = Re(t), s = ve[e];
|
|
10041
10037
|
if (!s || !s.slots)
|
|
10042
10038
|
return !1;
|
|
10043
10039
|
const l = s.slots.find((d) => d.key === o);
|
|
@@ -10046,18 +10042,18 @@ class Uc {
|
|
|
10046
10042
|
));
|
|
10047
10043
|
}
|
|
10048
10044
|
async getMultipleElementSlotProperty(t, e) {
|
|
10049
|
-
const { slotKey: o, propertyKey: i } = Re(e), s =
|
|
10045
|
+
const { slotKey: o, propertyKey: i } = Re(e), s = Fe(
|
|
10050
10046
|
"multipleElementSlotProperty",
|
|
10051
10047
|
"placeholder",
|
|
10052
|
-
|
|
10048
|
+
De("placeholder", o, i)
|
|
10053
10049
|
), l = { value: void 0 };
|
|
10054
10050
|
return this.eventBus.emit(`${t}/${s}/get`, { result: l }), l.value;
|
|
10055
10051
|
}
|
|
10056
10052
|
async setMultipeElementSlotProperty(t, e, o) {
|
|
10057
|
-
const { slotKey: i, propertyKey: s } = Re(e), l =
|
|
10053
|
+
const { slotKey: i, propertyKey: s } = Re(e), l = Fe(
|
|
10058
10054
|
"multipleElementSlotProperty",
|
|
10059
10055
|
"placeholder",
|
|
10060
|
-
|
|
10056
|
+
De("placeholder", i, s)
|
|
10061
10057
|
);
|
|
10062
10058
|
this.eventBus.emit(`${t}/${l}/set`, o);
|
|
10063
10059
|
}
|
|
@@ -10068,7 +10064,7 @@ class Uc {
|
|
|
10068
10064
|
resetCustomProperties(t) {
|
|
10069
10065
|
if (this.customProperties = {}, !!this.meta.value?.properties)
|
|
10070
10066
|
for (const { id: e, type: o } of this.meta.value.properties)
|
|
10071
|
-
this.customProperties[e] = Bn(o), (this.kind === "ref" || this.kind === "multipleRef") && t && t[e] !== void 0 && (this.customProperties[e] =
|
|
10067
|
+
this.customProperties[e] = Bn(o), (this.kind === "ref" || this.kind === "multipleRef") && t && t[e] !== void 0 && (this.customProperties[e] = N(t[e]));
|
|
10072
10068
|
}
|
|
10073
10069
|
isValidOfCustomProperty(t) {
|
|
10074
10070
|
return !(!this.meta.value?.properties || !this.meta.value.properties.find((o) => o.id === t));
|
|
@@ -10141,7 +10137,7 @@ class Uc {
|
|
|
10141
10137
|
}
|
|
10142
10138
|
}
|
|
10143
10139
|
function Pe(n, t, e, o, i, s, l) {
|
|
10144
|
-
const u = gc(), d = xc(), c =
|
|
10140
|
+
const u = gc(), d = xc(), c = ce(), m = Ae(), p = qe(), y = dt();
|
|
10145
10141
|
if (!qs(c))
|
|
10146
10142
|
return;
|
|
10147
10143
|
const b = wc(), f = new Uc(
|
|
@@ -10154,13 +10150,15 @@ function Pe(n, t, e, o, i, s, l) {
|
|
|
10154
10150
|
c,
|
|
10155
10151
|
m,
|
|
10156
10152
|
{
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10153
|
+
onReady: v,
|
|
10154
|
+
onDestroy: I,
|
|
10155
|
+
onElementPropertyChange: V,
|
|
10156
|
+
onElementSlotPropertyChange: k,
|
|
10157
|
+
onMultipleElementSlotPropertyChange: P,
|
|
10158
|
+
onCustomSlotPropetyChange: L,
|
|
10159
|
+
onMultipleCustomSlotPropertyChange: Q,
|
|
10160
|
+
onCustomPropertyChange: ee,
|
|
10161
|
+
onStateChange: H
|
|
10164
10162
|
}
|
|
10165
10163
|
);
|
|
10166
10164
|
Ic(f), xe(() => {
|
|
@@ -10169,177 +10167,193 @@ function Pe(n, t, e, o, i, s, l) {
|
|
|
10169
10167
|
const _ = async () => {
|
|
10170
10168
|
f.destroyVm(), !(!i.value || !s.value) && (f.prepare(i, s, l), await f.createVm(b, s.value.code.script));
|
|
10171
10169
|
};
|
|
10172
|
-
_(),
|
|
10170
|
+
_(), fe([i, s], () => {
|
|
10173
10171
|
_();
|
|
10174
|
-
})
|
|
10175
|
-
|
|
10176
|
-
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
|
|
10180
|
-
|
|
10181
|
-
|
|
10182
|
-
|
|
10183
|
-
|
|
10184
|
-
|
|
10185
|
-
|
|
10186
|
-
|
|
10187
|
-
|
|
10188
|
-
|
|
10189
|
-
|
|
10190
|
-
|
|
10191
|
-
|
|
10192
|
-
|
|
10193
|
-
|
|
10194
|
-
|
|
10195
|
-
|
|
10196
|
-
|
|
10197
|
-
|
|
10198
|
-
|
|
10199
|
-
{ immediate: !0 }
|
|
10200
|
-
);
|
|
10201
|
-
async function v(L, A, w, K) {
|
|
10172
|
+
});
|
|
10173
|
+
async function v() {
|
|
10174
|
+
await f.callFunctionAsync(
|
|
10175
|
+
"__triggerEventV1__",
|
|
10176
|
+
re("elementEvent", "globality", "startup"),
|
|
10177
|
+
""
|
|
10178
|
+
);
|
|
10179
|
+
const w = We(p.value.width), A = We(p.value.width);
|
|
10180
|
+
await f.callFunctionAsync(
|
|
10181
|
+
"__triggerEventV1__",
|
|
10182
|
+
re("elementEvent", "globality", "screenSizeChange"),
|
|
10183
|
+
"",
|
|
10184
|
+
w,
|
|
10185
|
+
A
|
|
10186
|
+
), await f.callFunctionAsync(
|
|
10187
|
+
"__triggerEventV1__",
|
|
10188
|
+
re("elementEvent", "globality", "darkModeChange"),
|
|
10189
|
+
"",
|
|
10190
|
+
y.value
|
|
10191
|
+
);
|
|
10192
|
+
}
|
|
10193
|
+
async function I() {
|
|
10194
|
+
f.callFunctionSync("__destroy__");
|
|
10195
|
+
}
|
|
10196
|
+
async function V(w, A, j, te) {
|
|
10202
10197
|
if (f.vm) {
|
|
10203
10198
|
if (Te(A, ["settings", "slot"])) {
|
|
10204
|
-
const
|
|
10205
|
-
(
|
|
10199
|
+
const le = s.value?.view.nodeLites.find(
|
|
10200
|
+
(J) => J.id === w
|
|
10206
10201
|
);
|
|
10207
|
-
|
|
10202
|
+
le ? le.slotId = j : console.assert(!1);
|
|
10208
10203
|
}
|
|
10209
10204
|
if (Te(A, ["settings", "comp"])) {
|
|
10210
|
-
const
|
|
10211
|
-
(
|
|
10205
|
+
const le = s.value?.view.nodeLites.find(
|
|
10206
|
+
(J) => J.id === w
|
|
10212
10207
|
);
|
|
10213
|
-
|
|
10208
|
+
le ? le.compId = j : console.assert(!1);
|
|
10214
10209
|
}
|
|
10215
10210
|
await f.callFunctionAsync(
|
|
10216
10211
|
"__triggerEventV1__",
|
|
10217
|
-
|
|
10212
|
+
re(
|
|
10218
10213
|
"elementPropertyChangeEvent",
|
|
10219
|
-
|
|
10214
|
+
w,
|
|
10220
10215
|
Dt(A)
|
|
10221
10216
|
),
|
|
10222
10217
|
"",
|
|
10223
|
-
|
|
10224
|
-
|
|
10225
|
-
), s.value?.code.reactivity &&
|
|
10218
|
+
j,
|
|
10219
|
+
te ?? j
|
|
10220
|
+
), s.value?.code.reactivity && et(
|
|
10226
10221
|
f,
|
|
10227
10222
|
s.value.code.reactivity,
|
|
10228
|
-
|
|
10223
|
+
Qe({
|
|
10229
10224
|
type: "elementProperty",
|
|
10230
|
-
nodeId:
|
|
10225
|
+
nodeId: w,
|
|
10231
10226
|
propertyKeys: Dt(A)
|
|
10232
10227
|
}),
|
|
10233
|
-
|
|
10234
|
-
|
|
10228
|
+
j,
|
|
10229
|
+
te
|
|
10235
10230
|
);
|
|
10236
10231
|
}
|
|
10237
10232
|
}
|
|
10238
|
-
async function
|
|
10239
|
-
const
|
|
10240
|
-
|
|
10233
|
+
async function k(w, A, j, te, le, J) {
|
|
10234
|
+
const ne = f.children[`${w}/${j}`];
|
|
10235
|
+
ne && ne.vm && await ne.callFunctionAsync(
|
|
10241
10236
|
"__triggerEventV1__",
|
|
10242
|
-
|
|
10237
|
+
re(
|
|
10243
10238
|
"elementAdaptSlotPropertyChangeEvent",
|
|
10244
10239
|
"globality",
|
|
10245
|
-
Wi(A,
|
|
10240
|
+
Wi(A, j, te)
|
|
10246
10241
|
),
|
|
10247
10242
|
"",
|
|
10248
|
-
|
|
10249
|
-
|
|
10243
|
+
le,
|
|
10244
|
+
J ?? le
|
|
10250
10245
|
);
|
|
10251
10246
|
}
|
|
10252
|
-
async function
|
|
10253
|
-
const
|
|
10254
|
-
|
|
10247
|
+
async function P(w, A, j, te, le, J, ne) {
|
|
10248
|
+
const de = f.children[`${w}/${A}`];
|
|
10249
|
+
de && de.vm && await de.callFunctionAsync(
|
|
10255
10250
|
"__triggerEventV1__",
|
|
10256
|
-
|
|
10251
|
+
re(
|
|
10257
10252
|
"elementAdaptSlotPropertyChangeEvent",
|
|
10258
10253
|
"globality",
|
|
10259
|
-
Wi(
|
|
10254
|
+
Wi(j, te, le)
|
|
10260
10255
|
),
|
|
10261
10256
|
"",
|
|
10262
|
-
|
|
10263
|
-
|
|
10257
|
+
J,
|
|
10258
|
+
ne ?? J
|
|
10264
10259
|
);
|
|
10265
10260
|
}
|
|
10266
|
-
async function
|
|
10267
|
-
f.vm && s.value?.code.reactivity &&
|
|
10261
|
+
async function L(w, A, j) {
|
|
10262
|
+
f.vm && s.value?.code.reactivity && et(
|
|
10268
10263
|
f,
|
|
10269
10264
|
s.value.code.reactivity,
|
|
10270
|
-
|
|
10265
|
+
Qe({
|
|
10271
10266
|
type: "customSlotProperty",
|
|
10272
10267
|
compId: "placeholder",
|
|
10273
10268
|
slotId: "placeholder",
|
|
10274
|
-
propertyId:
|
|
10269
|
+
propertyId: w
|
|
10275
10270
|
}),
|
|
10276
10271
|
A,
|
|
10277
|
-
|
|
10272
|
+
j
|
|
10278
10273
|
);
|
|
10279
10274
|
}
|
|
10280
|
-
async function
|
|
10281
|
-
f.vm && s.value?.code.reactivity &&
|
|
10275
|
+
async function Q(w, A, j, te) {
|
|
10276
|
+
f.vm && s.value?.code.reactivity && et(
|
|
10282
10277
|
f,
|
|
10283
10278
|
s.value.code.reactivity,
|
|
10284
|
-
|
|
10279
|
+
Qe({
|
|
10285
10280
|
type: "customSlotProperty",
|
|
10286
10281
|
compId: "placeholder",
|
|
10287
10282
|
slotId: "placeholder",
|
|
10288
10283
|
propertyId: A
|
|
10289
10284
|
}),
|
|
10290
|
-
|
|
10291
|
-
|
|
10285
|
+
j,
|
|
10286
|
+
te
|
|
10292
10287
|
);
|
|
10293
10288
|
}
|
|
10294
|
-
async function
|
|
10289
|
+
async function ee(w, A, j) {
|
|
10295
10290
|
f.vm && (await f.callFunctionAsync(
|
|
10296
10291
|
"__triggerEventV1__",
|
|
10297
|
-
|
|
10292
|
+
re("customPropertyChangeEvent", "globality", w),
|
|
10298
10293
|
"",
|
|
10299
10294
|
A,
|
|
10300
|
-
|
|
10301
|
-
), s.value?.code.reactivity &&
|
|
10295
|
+
j ?? A
|
|
10296
|
+
), s.value?.code.reactivity && et(
|
|
10302
10297
|
f,
|
|
10303
10298
|
s.value.code.reactivity,
|
|
10304
|
-
|
|
10299
|
+
Qe({ type: "customProperty", propertyId: w }),
|
|
10305
10300
|
A,
|
|
10306
|
-
|
|
10301
|
+
j
|
|
10307
10302
|
), await f.parent.callFunctionAsync(
|
|
10308
10303
|
"__triggerEventV1__",
|
|
10309
|
-
|
|
10304
|
+
re("refPropertyChangeEvent", f.nodeId, w),
|
|
10310
10305
|
"",
|
|
10311
10306
|
A,
|
|
10312
|
-
|
|
10307
|
+
j ?? A
|
|
10313
10308
|
), await f.parent.callFunctionAsync(
|
|
10314
10309
|
"__triggerEventV1__",
|
|
10315
|
-
|
|
10310
|
+
re(
|
|
10316
10311
|
"multipleRefPropertyChangeEvent",
|
|
10317
10312
|
f.nodeId,
|
|
10318
|
-
|
|
10313
|
+
w
|
|
10319
10314
|
),
|
|
10320
10315
|
"",
|
|
10321
10316
|
A,
|
|
10322
|
-
|
|
10317
|
+
j ?? A
|
|
10323
10318
|
));
|
|
10324
10319
|
}
|
|
10325
|
-
async function
|
|
10320
|
+
async function H(w, A, j) {
|
|
10326
10321
|
f.vm && (await f.callFunctionAsync(
|
|
10327
10322
|
"__triggerEventV1__",
|
|
10328
|
-
|
|
10323
|
+
re("stateChangeEvent", "globality", w),
|
|
10329
10324
|
"",
|
|
10330
10325
|
A,
|
|
10331
|
-
|
|
10332
|
-
), s.value?.code.reactivity &&
|
|
10326
|
+
j ?? A
|
|
10327
|
+
), s.value?.code.reactivity && et(
|
|
10333
10328
|
f,
|
|
10334
10329
|
s.value.code.reactivity,
|
|
10335
|
-
|
|
10330
|
+
Qe({ type: "state", stateId: w }),
|
|
10336
10331
|
A,
|
|
10337
|
-
|
|
10332
|
+
j
|
|
10338
10333
|
));
|
|
10339
10334
|
}
|
|
10335
|
+
fe(p, async (w, A) => {
|
|
10336
|
+
if (!f.vm)
|
|
10337
|
+
return;
|
|
10338
|
+
const j = We(w.width), te = We(A?.width ?? w.width);
|
|
10339
|
+
await f.callFunctionAsync(
|
|
10340
|
+
"__triggerEventV1__",
|
|
10341
|
+
re("elementEvent", "globality", "screenSizeChange"),
|
|
10342
|
+
"",
|
|
10343
|
+
j,
|
|
10344
|
+
te
|
|
10345
|
+
);
|
|
10346
|
+
}), fe(y, async (w) => {
|
|
10347
|
+
f.vm && await f.callFunctionAsync(
|
|
10348
|
+
"__triggerEventV1__",
|
|
10349
|
+
re("elementEvent", "globality", "darkModeChange"),
|
|
10350
|
+
"",
|
|
10351
|
+
w
|
|
10352
|
+
);
|
|
10353
|
+
});
|
|
10340
10354
|
}
|
|
10341
|
-
function
|
|
10342
|
-
const n =
|
|
10355
|
+
function X() {
|
|
10356
|
+
const n = dt();
|
|
10343
10357
|
return { theme: x(() => n.value ? "dark" : "light") };
|
|
10344
10358
|
}
|
|
10345
10359
|
const Bc = (n, t, e) => {
|
|
@@ -10361,8 +10375,8 @@ export {
|
|
|
10361
10375
|
Vu as btnGroupV1,
|
|
10362
10376
|
Pu as btnToggleV1,
|
|
10363
10377
|
Jt as btnV1,
|
|
10364
|
-
|
|
10365
|
-
|
|
10378
|
+
We as calcBreakpoint,
|
|
10379
|
+
st as cardV1,
|
|
10366
10380
|
Au as checkboxV1,
|
|
10367
10381
|
Xt as chipGroupV1,
|
|
10368
10382
|
qt as chipV1,
|
|
@@ -10378,42 +10392,42 @@ export {
|
|
|
10378
10392
|
_c as duplicateNodePair,
|
|
10379
10393
|
sd as duplicateNodePairs,
|
|
10380
10394
|
td as elementKeys,
|
|
10381
|
-
|
|
10395
|
+
ve as elements,
|
|
10382
10396
|
nd as fileInputV1,
|
|
10383
10397
|
hc as finalProperties,
|
|
10384
10398
|
Zt as flexLayoutEntryV1,
|
|
10385
|
-
|
|
10399
|
+
rt as flexLayoutV1,
|
|
10386
10400
|
tn as formV1,
|
|
10387
10401
|
to as fromDotString,
|
|
10388
|
-
|
|
10389
|
-
|
|
10402
|
+
T as genId,
|
|
10403
|
+
tt as getBreakpointProp,
|
|
10390
10404
|
Kt as getField,
|
|
10391
|
-
|
|
10405
|
+
_t as getImplementMethodName,
|
|
10392
10406
|
Wn as getIndexOfBreakpoint,
|
|
10393
10407
|
od as getNodeLite,
|
|
10394
10408
|
Ui as getPropertyDefault,
|
|
10395
|
-
|
|
10409
|
+
W as getTag,
|
|
10396
10410
|
Iu as globalityV1,
|
|
10397
10411
|
uu as groupV1,
|
|
10398
|
-
|
|
10412
|
+
at as hasComp,
|
|
10399
10413
|
Gc as hasSlot,
|
|
10400
10414
|
Nu as iconV1,
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10415
|
+
M as initNode,
|
|
10416
|
+
B as initProperties,
|
|
10417
|
+
dt as injectDark,
|
|
10418
|
+
me as injectData,
|
|
10405
10419
|
kc as injectDepends,
|
|
10406
|
-
|
|
10420
|
+
qe as injectDevice,
|
|
10407
10421
|
xc as injectEnv,
|
|
10408
10422
|
Ce as injectId,
|
|
10409
10423
|
wo as injectMeta,
|
|
10410
|
-
|
|
10411
|
-
|
|
10424
|
+
ce as injectMode,
|
|
10425
|
+
pt as injectNode,
|
|
10412
10426
|
gc as injectOrg,
|
|
10413
10427
|
wc as injectRuntime,
|
|
10414
|
-
|
|
10428
|
+
ue as injectSandbox,
|
|
10415
10429
|
Ae as injectType,
|
|
10416
|
-
|
|
10430
|
+
ut as isCircularReference,
|
|
10417
10431
|
qs as isExecutableMode,
|
|
10418
10432
|
vc as isLeafOfPropertyKeys,
|
|
10419
10433
|
kn as isPercentStr,
|
|
@@ -10421,21 +10435,21 @@ export {
|
|
|
10421
10435
|
Xa as keyboardControlsV1,
|
|
10422
10436
|
Gt as lineChartV1,
|
|
10423
10437
|
Sd as loadLocaleMessageRuntime,
|
|
10424
|
-
|
|
10438
|
+
re as makeEventId,
|
|
10425
10439
|
gd as makeEventKeyOfCustomSlot,
|
|
10426
10440
|
Wi as makeEventKeyOfElementSlot,
|
|
10427
10441
|
Ct as makeMethodId,
|
|
10428
10442
|
hd as makeMethodKeyOfCustomSlot,
|
|
10429
10443
|
vn as makeMethodKeyOfElementSlot,
|
|
10430
|
-
|
|
10444
|
+
Fe as makePropertyId,
|
|
10431
10445
|
yd as makePropertyKeyOfCustomSlot,
|
|
10432
|
-
|
|
10446
|
+
De as makePropertyKeyOfElementSlot,
|
|
10433
10447
|
kd as makeSlotId,
|
|
10434
|
-
|
|
10448
|
+
Qe as makeTriggerId,
|
|
10435
10449
|
Ya as mapControlsV1,
|
|
10436
10450
|
Ou as menuV1,
|
|
10437
|
-
|
|
10438
|
-
|
|
10451
|
+
it as meshBasicMaterialV1,
|
|
10452
|
+
ot as meshV1,
|
|
10439
10453
|
Qc as metaStringify,
|
|
10440
10454
|
pu as multipleRefV1,
|
|
10441
10455
|
mu as multipleSlotV1,
|
|
@@ -10495,9 +10509,9 @@ export {
|
|
|
10495
10509
|
Dt as toDotString,
|
|
10496
10510
|
Xc as toEventName,
|
|
10497
10511
|
qc as toMethodName,
|
|
10498
|
-
|
|
10512
|
+
U as toNodeLite,
|
|
10499
10513
|
Jc as toPropertyName,
|
|
10500
|
-
|
|
10514
|
+
et as triggerReactivity,
|
|
10501
10515
|
$c as unwrapEventId,
|
|
10502
10516
|
xd as unwrapEventKeyOfCustomSlot,
|
|
10503
10517
|
_d as unwrapEventKeyOfElementSlot,
|
|
@@ -10511,7 +10525,7 @@ export {
|
|
|
10511
10525
|
Ve as useDepend,
|
|
10512
10526
|
Id as useRuntime,
|
|
10513
10527
|
Pe as useSandbox,
|
|
10514
|
-
|
|
10528
|
+
X as useTheme,
|
|
10515
10529
|
bn as windowItemV1,
|
|
10516
10530
|
hn as windowV1
|
|
10517
10531
|
};
|