x-runtime-lib 0.8.18 → 0.8.20
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/api/computebase/index.d.ts +1 -1
- package/dist/index.js +1182 -1165
- package/dist/interpreter/bind/index.d.ts +2 -2
- package/dist/interpreter/bind/view.d.ts +2 -2
- package/dist/types/index.d.ts +0 -1
- package/dist/utils/sandbox.d.ts +7 -3
- package/package.json +2 -2
- package/dist/types/interpreter.d.ts +0 -11
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as $, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as q, onBeforeMount as Wo, onUnmounted as He, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as Ui, onMounted as Oi, nextTick as Xi, h as ae, resolveComponent as z, createVNode as H, isRef as U, createSlots as Tn, renderList as No, useId as Yi, withModifiers as Eo, normalizeClass as Ro, toDisplayString as Do, inject as oe, provide as se, readonly as Pn } from "vue";
|
|
2
2
|
import { CameraHelper as Ji, DirectionalLightHelper as Mo, PointLightHelper as Fo, SpotLightHelper as Go } from "three";
|
|
3
3
|
import { i as ne, q as Ae, u as Ho, r as Zi, e as qi, a as jo, b as Ko, c as Uo, d as Oo, f as Xo, g as Yo, h as Jo, j as Zo, k as B, l as Qi, X as qo, Y as Qo, K as es, m as ts, n as ns, o as is, I as os } from "./vendor.ghqz34q2.js";
|
|
4
4
|
import { waitUtil as eo, eventBus as to, useViewStack as no, messageInfo as ss, messageSuccess as rs, messageWarning as io, messageError as oo, createAxios as ls, globalObjects as Qt, openConfirmDlg as as, openPromptDlg as us } from "x-essential-lib";
|
|
5
5
|
import { getErrorMessage as cs } from "x-error-lib";
|
|
6
|
-
import { useTheme as
|
|
7
|
-
import { useI18n as
|
|
6
|
+
import { useTheme as ms } from "vuetify";
|
|
7
|
+
import { useI18n as ps } from "vue-i18n";
|
|
8
8
|
const On = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
|
-
function
|
|
9
|
+
function T(t) {
|
|
10
10
|
let e = "";
|
|
11
11
|
for (let i = 0; i < t; i++) {
|
|
12
12
|
const o = Math.floor(Math.random() * On.length);
|
|
@@ -41,7 +41,7 @@ function Ut(t) {
|
|
|
41
41
|
return i;
|
|
42
42
|
}
|
|
43
43
|
const so = ["xs", "sm", "md", "lg", "xl"], ds = [...so].reverse();
|
|
44
|
-
function
|
|
44
|
+
function Ee(t) {
|
|
45
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
46
|
}
|
|
47
47
|
function Xn(t) {
|
|
@@ -78,15 +78,15 @@ function ro(t, e, i) {
|
|
|
78
78
|
if (e instanceof Array ? l = e : l = e.split("."), l.length <= 0)
|
|
79
79
|
return;
|
|
80
80
|
for (let a = 0; a < l.length - 1; a++) {
|
|
81
|
-
const
|
|
82
|
-
o = o[
|
|
81
|
+
const p = l[a];
|
|
82
|
+
o = o[p], o || (o = {});
|
|
83
83
|
}
|
|
84
84
|
const s = l[l.length - 1];
|
|
85
85
|
o[s] = i;
|
|
86
86
|
}
|
|
87
87
|
const Se = {}, _ = (t) => {
|
|
88
88
|
Se[t.key] = t;
|
|
89
|
-
}, fs = ["position", "rotation", "scale"], ye = /* @__PURE__ */
|
|
89
|
+
}, fs = ["position", "rotation", "scale"], ye = /* @__PURE__ */ $({
|
|
90
90
|
__name: "index",
|
|
91
91
|
props: {
|
|
92
92
|
position: {},
|
|
@@ -107,7 +107,7 @@ const Se = {}, _ = (t) => {
|
|
|
107
107
|
L(i.$slots, "default")
|
|
108
108
|
], 8, fs)) : L(i.$slots, "default", { key: 1 });
|
|
109
109
|
}
|
|
110
|
-
}), Z = /* @__PURE__ */
|
|
110
|
+
}), Z = /* @__PURE__ */ $({
|
|
111
111
|
__name: "index",
|
|
112
112
|
props: {
|
|
113
113
|
fitContent: { type: Boolean, default: !1 }
|
|
@@ -142,25 +142,25 @@ function r(t, e, i) {
|
|
|
142
142
|
return ue(() => {
|
|
143
143
|
let a = bs(l, t.node, e, i);
|
|
144
144
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
145
|
-
}), q(s, (a,
|
|
146
|
-
ne(a,
|
|
145
|
+
}), q(s, (a, p) => {
|
|
146
|
+
ne(a, p) || ys(l, t.node, e, s.value, i);
|
|
147
147
|
}), { prop: s };
|
|
148
148
|
}
|
|
149
|
-
function
|
|
150
|
-
const { prop: e } = r(t, ["transform", "position", "x"]), { prop: i } = r(t, ["transform", "position", "y"]), { prop: o } = r(t, ["transform", "position", "z"]), { prop: l } = r(t, ["transform", "rotation", "x"]), { prop: s } = r(t, ["transform", "rotation", "y"]), { prop: a } = r(t, ["transform", "rotation", "z"]), { prop:
|
|
149
|
+
function me(t) {
|
|
150
|
+
const { prop: e } = r(t, ["transform", "position", "x"]), { prop: i } = r(t, ["transform", "position", "y"]), { prop: o } = r(t, ["transform", "position", "z"]), { prop: l } = r(t, ["transform", "rotation", "x"]), { prop: s } = r(t, ["transform", "rotation", "y"]), { prop: a } = r(t, ["transform", "rotation", "z"]), { prop: p } = r(t, ["transform", "scale", "x"]), { prop: d } = r(t, ["transform", "scale", "y"]), { prop: b } = r(t, ["transform", "scale", "z"]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
|
|
151
151
|
return ue(() => {
|
|
152
|
-
|
|
152
|
+
m.value = [e.value, i.value, o.value];
|
|
153
153
|
}), ue(() => {
|
|
154
|
-
e.value =
|
|
154
|
+
e.value = m.value[0], i.value = m.value[1], o.value = m.value[2];
|
|
155
155
|
}), ue(() => {
|
|
156
156
|
u.value = [l.value, s.value, a.value];
|
|
157
157
|
}), ue(() => {
|
|
158
158
|
l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
159
159
|
}), ue(() => {
|
|
160
|
-
|
|
160
|
+
c.value = [p.value, d.value, b.value];
|
|
161
161
|
}), ue(() => {
|
|
162
|
-
|
|
163
|
-
}), { position:
|
|
162
|
+
p.value = c.value[0], d.value = c.value[1], b.value = c.value[2];
|
|
163
|
+
}), { position: m, rotation: u, scale: c };
|
|
164
164
|
}
|
|
165
165
|
function lo(t) {
|
|
166
166
|
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
@@ -202,7 +202,7 @@ function co(t) {
|
|
|
202
202
|
}
|
|
203
203
|
return { show: e, position: i, type: o, data: l, applyXAxis: s };
|
|
204
204
|
}
|
|
205
|
-
function
|
|
205
|
+
function mo(t) {
|
|
206
206
|
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
|
|
207
207
|
function s(a) {
|
|
208
208
|
a.yAxis = {
|
|
@@ -215,24 +215,24 @@ function po(t) {
|
|
|
215
215
|
return { show: e, position: i, type: o, data: l, applyYAxis: s };
|
|
216
216
|
}
|
|
217
217
|
function j(t) {
|
|
218
|
-
const { computedThemes: e } =
|
|
219
|
-
const
|
|
220
|
-
return
|
|
221
|
-
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""),
|
|
222
|
-
const
|
|
223
|
-
return !
|
|
224
|
-
}),
|
|
225
|
-
const
|
|
226
|
-
return
|
|
218
|
+
const { computedThemes: e } = ms(), i = Le(), o = k(() => t.value?.mode), l = k(() => {
|
|
219
|
+
const b = t.value?.theme;
|
|
220
|
+
return b ? b === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : b === "background1" ? i.value ? "#272727" : "#eeeeee" : b === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[b] : void 0;
|
|
221
|
+
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
|
|
222
|
+
const b = a.value;
|
|
223
|
+
return !b.startsWith("#") || b.length < 7 ? "" : b.substring(0, 7);
|
|
224
|
+
}), d = k(() => {
|
|
225
|
+
const b = a.value;
|
|
226
|
+
return b.startsWith("#") ? b.length < 9 ? 1 : parseInt(b.substring(7, 9)) / 255 : 0;
|
|
227
227
|
});
|
|
228
|
-
return { color: a, rgb:
|
|
228
|
+
return { color: a, rgb: p, alpha: d };
|
|
229
229
|
}
|
|
230
230
|
function An(t) {
|
|
231
|
-
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = j(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr),
|
|
232
|
-
function
|
|
233
|
-
e.value && (
|
|
231
|
+
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = j(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
232
|
+
function b(m) {
|
|
233
|
+
e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), l.value && (m.borderColor = l.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
|
|
234
234
|
}
|
|
235
|
-
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder:
|
|
235
|
+
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: b };
|
|
236
236
|
}
|
|
237
237
|
function Ln(t) {
|
|
238
238
|
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
|
|
@@ -251,32 +251,32 @@ function Bn(t) {
|
|
|
251
251
|
function he(t) {
|
|
252
252
|
const e = G(), i = Ve(), o = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
253
253
|
if (t.outer && e === "editor") {
|
|
254
|
-
const
|
|
255
|
-
if (
|
|
256
|
-
return
|
|
254
|
+
const m = Ut(t.node.size?.height);
|
|
255
|
+
if (m)
|
|
256
|
+
return m / 100 * i.value.height + "px";
|
|
257
257
|
}
|
|
258
258
|
return t.node.size?.height;
|
|
259
|
-
}),
|
|
259
|
+
}), p = k(() => {
|
|
260
260
|
if (t.outer && e === "editor") {
|
|
261
|
-
const
|
|
262
|
-
if (
|
|
263
|
-
return
|
|
261
|
+
const m = Ut(t.node.size?.minHeight);
|
|
262
|
+
if (m)
|
|
263
|
+
return m / 100 * i.value.height + "px";
|
|
264
264
|
}
|
|
265
265
|
return t.node.size?.minHeight;
|
|
266
|
-
}),
|
|
266
|
+
}), d = k(() => {
|
|
267
267
|
if (t.outer && e === "editor") {
|
|
268
|
-
const
|
|
269
|
-
if (
|
|
270
|
-
return
|
|
268
|
+
const m = Ut(t.node.size?.maxHeight);
|
|
269
|
+
if (m)
|
|
270
|
+
return m / 100 * i.value.height + "px";
|
|
271
271
|
}
|
|
272
272
|
return t.node.size?.maxHeight;
|
|
273
273
|
});
|
|
274
|
-
function
|
|
275
|
-
o.value && (
|
|
274
|
+
function b(m) {
|
|
275
|
+
o.value && (m.width = o.value), l.value && (m.minWidth = l.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
|
|
276
276
|
}
|
|
277
|
-
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight:
|
|
277
|
+
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: b };
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function po(t, e, i) {
|
|
280
280
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
281
281
|
Wo(() => {
|
|
282
282
|
t.eventBus?.on(l.value, i);
|
|
@@ -284,79 +284,79 @@ function mo(t, e, i) {
|
|
|
284
284
|
t.eventBus?.off(l.value, i);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function E() {
|
|
288
288
|
const t = Le();
|
|
289
289
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
290
290
|
}
|
|
291
|
-
const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], gs = /* @__PURE__ */
|
|
291
|
+
const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], gs = /* @__PURE__ */ $({
|
|
292
292
|
__name: "index",
|
|
293
293
|
props: {
|
|
294
294
|
node: {},
|
|
295
295
|
outer: { type: Boolean }
|
|
296
296
|
},
|
|
297
297
|
setup(t) {
|
|
298
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
299
|
-
return (
|
|
298
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "bottom"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "left"]), { prop: b } = r(e, ["settings", "near"]), { prop: m } = r(e, ["settings", "right"]), { prop: u } = r(e, ["settings", "top"]);
|
|
299
|
+
return (c, f) => (v(), V(n(ye), {
|
|
300
300
|
position: n(o),
|
|
301
301
|
rotation: n(l),
|
|
302
302
|
scale: n(s)
|
|
303
303
|
}, {
|
|
304
|
-
default:
|
|
304
|
+
default: I(() => [
|
|
305
305
|
ie("TresOrthographicCamera", {
|
|
306
306
|
bottom: n(a),
|
|
307
|
-
far: n(
|
|
308
|
-
left: n(
|
|
309
|
-
near: n(
|
|
307
|
+
far: n(p),
|
|
308
|
+
left: n(d),
|
|
309
|
+
near: n(b),
|
|
310
310
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
311
|
-
right: n(
|
|
311
|
+
right: n(m),
|
|
312
312
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
313
313
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
|
|
314
314
|
top: n(u)
|
|
315
315
|
}, [
|
|
316
|
-
n(i) === "editor" ? (v(),
|
|
316
|
+
n(i) === "editor" ? (v(), V(n(Ae), {
|
|
317
317
|
key: 0,
|
|
318
318
|
type: n(Ji)
|
|
319
319
|
}, null, 8, ["type"])) : ee("", !0),
|
|
320
|
-
L(
|
|
320
|
+
L(c.$slots, "default")
|
|
321
321
|
], 8, hs)
|
|
322
322
|
]),
|
|
323
323
|
_: 3
|
|
324
324
|
}, 8, ["position", "rotation", "scale"]));
|
|
325
325
|
}
|
|
326
|
-
}), xs = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], vs = /* @__PURE__ */
|
|
326
|
+
}), xs = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], vs = /* @__PURE__ */ $({
|
|
327
327
|
__name: "index",
|
|
328
328
|
props: {
|
|
329
329
|
node: {},
|
|
330
330
|
outer: { type: Boolean }
|
|
331
331
|
},
|
|
332
332
|
setup(t) {
|
|
333
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
334
|
-
return (
|
|
333
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "aspect"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "fov"]), { prop: b } = r(e, ["settings", "near"]);
|
|
334
|
+
return (m, u) => (v(), V(n(ye), {
|
|
335
335
|
position: n(o),
|
|
336
336
|
rotation: n(l),
|
|
337
337
|
scale: n(s)
|
|
338
338
|
}, {
|
|
339
|
-
default:
|
|
339
|
+
default: I(() => [
|
|
340
340
|
ie("TresPerspectiveCamera", {
|
|
341
341
|
aspect: n(a),
|
|
342
|
-
far: n(
|
|
343
|
-
fov: n(
|
|
344
|
-
near: n(
|
|
342
|
+
far: n(p),
|
|
343
|
+
fov: n(d),
|
|
344
|
+
near: n(b),
|
|
345
345
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
346
346
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
347
347
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
348
348
|
}, [
|
|
349
|
-
n(i) === "editor" ? (v(),
|
|
349
|
+
n(i) === "editor" ? (v(), V(n(Ae), {
|
|
350
350
|
key: 0,
|
|
351
351
|
type: n(Ji)
|
|
352
352
|
}, null, 8, ["type"])) : ee("", !0),
|
|
353
|
-
L(
|
|
353
|
+
L(m.$slots, "default")
|
|
354
354
|
], 8, xs)
|
|
355
355
|
]),
|
|
356
356
|
_: 3
|
|
357
357
|
}, 8, ["position", "rotation", "scale"]));
|
|
358
358
|
}
|
|
359
|
-
}), ks = ["args"], _s = /* @__PURE__ */
|
|
359
|
+
}), ks = ["args"], _s = /* @__PURE__ */ $({
|
|
360
360
|
__name: "index",
|
|
361
361
|
props: {
|
|
362
362
|
node: {},
|
|
@@ -369,16 +369,16 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
369
369
|
]), { prop: l } = r(e, ["settings", "height"]), { prop: s } = r(e, [
|
|
370
370
|
"settings",
|
|
371
371
|
"heightSegements"
|
|
372
|
-
]), { prop: a } = r(e, ["settings", "width"]), { prop:
|
|
372
|
+
]), { prop: a } = r(e, ["settings", "width"]), { prop: p } = r(e, [
|
|
373
373
|
"settings",
|
|
374
374
|
"widthSegements"
|
|
375
375
|
]);
|
|
376
|
-
return (
|
|
376
|
+
return (d, b) => (v(), Y("TresBoxGeometry", {
|
|
377
377
|
args: [
|
|
378
378
|
n(a),
|
|
379
379
|
n(l),
|
|
380
380
|
n(i),
|
|
381
|
-
n(
|
|
381
|
+
n(p),
|
|
382
382
|
n(s),
|
|
383
383
|
n(o)
|
|
384
384
|
]
|
|
@@ -389,7 +389,7 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
389
389
|
for (const [o, l] of e)
|
|
390
390
|
i[o] = l;
|
|
391
391
|
return i;
|
|
392
|
-
}, ws = ["args"], Vs = /* @__PURE__ */
|
|
392
|
+
}, ws = ["args"], Vs = /* @__PURE__ */ $({
|
|
393
393
|
__name: "index",
|
|
394
394
|
props: {
|
|
395
395
|
node: {},
|
|
@@ -399,104 +399,104 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
399
399
|
const e = t, { prop: i } = r(e, [
|
|
400
400
|
"settings",
|
|
401
401
|
"heightSegments"
|
|
402
|
-
]), { prop: o } = r(e, ["settings", "phiLength"]), { prop: l } = r(e, ["settings", "phiStart"]), { prop: s } = r(e, ["settings", "radius"]), { prop: a } = r(e, ["settings", "thetaLength"]), { prop:
|
|
402
|
+
]), { prop: o } = r(e, ["settings", "phiLength"]), { prop: l } = r(e, ["settings", "phiStart"]), { prop: s } = r(e, ["settings", "radius"]), { prop: a } = r(e, ["settings", "thetaLength"]), { prop: p } = r(e, ["settings", "thetaStart"]), { prop: d } = r(e, [
|
|
403
403
|
"settings",
|
|
404
404
|
"widthSegments"
|
|
405
405
|
]);
|
|
406
|
-
return (
|
|
406
|
+
return (b, m) => (v(), Y("TresSphereGeometry", {
|
|
407
407
|
args: [
|
|
408
408
|
n(s),
|
|
409
|
-
n(
|
|
409
|
+
n(d),
|
|
410
410
|
n(i),
|
|
411
411
|
n(l),
|
|
412
412
|
n(o),
|
|
413
|
-
n(
|
|
413
|
+
n(p),
|
|
414
414
|
n(a)
|
|
415
415
|
]
|
|
416
416
|
}, null, 8, ws));
|
|
417
417
|
}
|
|
418
|
-
}), $s = ["color", "intensity", "position", "rotation", "scale"], Is = /* @__PURE__ */
|
|
418
|
+
}), $s = ["color", "intensity", "position", "rotation", "scale"], Is = /* @__PURE__ */ $({
|
|
419
419
|
__name: "index",
|
|
420
420
|
props: {
|
|
421
421
|
node: {},
|
|
422
422
|
outer: { type: Boolean }
|
|
423
423
|
},
|
|
424
424
|
setup(t) {
|
|
425
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
426
|
-
return (
|
|
425
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = j(a), { prop: d } = r(e, ["settings", "intensity"]);
|
|
426
|
+
return (b, m) => (v(), V(n(ye), {
|
|
427
427
|
position: n(o),
|
|
428
428
|
rotation: n(l),
|
|
429
429
|
scale: n(s)
|
|
430
430
|
}, {
|
|
431
|
-
default:
|
|
431
|
+
default: I(() => [
|
|
432
432
|
ie("TresAmbientLight", {
|
|
433
|
-
color: n(
|
|
434
|
-
intensity: n(
|
|
433
|
+
color: n(p),
|
|
434
|
+
intensity: n(d),
|
|
435
435
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
436
436
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
437
437
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
438
438
|
}, [
|
|
439
|
-
L(
|
|
439
|
+
L(b.$slots, "default")
|
|
440
440
|
], 8, $s)
|
|
441
441
|
]),
|
|
442
442
|
_: 3
|
|
443
443
|
}, 8, ["position", "rotation", "scale"]));
|
|
444
444
|
}
|
|
445
|
-
}), Ss = ["color", "intensity", "position", "rotation", "scale"], Cs = /* @__PURE__ */
|
|
445
|
+
}), Ss = ["color", "intensity", "position", "rotation", "scale"], Cs = /* @__PURE__ */ $({
|
|
446
446
|
__name: "index",
|
|
447
447
|
props: {
|
|
448
448
|
node: {},
|
|
449
449
|
outer: { type: Boolean }
|
|
450
450
|
},
|
|
451
451
|
setup(t) {
|
|
452
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
453
|
-
return (
|
|
452
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = j(a), { prop: d } = r(e, ["settings", "intensity"]);
|
|
453
|
+
return (b, m) => (v(), V(n(ye), {
|
|
454
454
|
position: n(o),
|
|
455
455
|
rotation: n(l),
|
|
456
456
|
scale: n(s)
|
|
457
457
|
}, {
|
|
458
|
-
default:
|
|
458
|
+
default: I(() => [
|
|
459
459
|
ie("TresDirectionalLight", {
|
|
460
|
-
color: n(
|
|
461
|
-
intensity: n(
|
|
460
|
+
color: n(p),
|
|
461
|
+
intensity: n(d),
|
|
462
462
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
463
463
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
464
464
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
465
465
|
}, [
|
|
466
|
-
n(i) === "editor" ? (v(),
|
|
466
|
+
n(i) === "editor" ? (v(), V(n(Ae), {
|
|
467
467
|
key: 0,
|
|
468
468
|
type: n(Mo)
|
|
469
469
|
}, null, 8, ["type"])) : ee("", !0),
|
|
470
|
-
L(
|
|
470
|
+
L(b.$slots, "default")
|
|
471
471
|
], 8, Ss)
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
474
474
|
}, 8, ["position", "rotation", "scale"]));
|
|
475
475
|
}
|
|
476
|
-
}), Ts = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ps = /* @__PURE__ */
|
|
476
|
+
}), Ts = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ps = /* @__PURE__ */ $({
|
|
477
477
|
__name: "index",
|
|
478
478
|
props: {
|
|
479
479
|
node: {},
|
|
480
480
|
outer: { type: Boolean }
|
|
481
481
|
},
|
|
482
482
|
setup(t) {
|
|
483
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
484
|
-
return (u,
|
|
483
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = j(a), { prop: d } = r(e, ["settings", "decay"]), { prop: b } = r(e, ["settings", "distance"]), { prop: m } = r(e, ["settings", "intensity"]);
|
|
484
|
+
return (u, c) => (v(), V(n(ye), {
|
|
485
485
|
position: n(o),
|
|
486
486
|
rotation: n(l),
|
|
487
487
|
scale: n(s)
|
|
488
488
|
}, {
|
|
489
|
-
default:
|
|
489
|
+
default: I(() => [
|
|
490
490
|
ie("TresPointLight", {
|
|
491
|
-
color: n(
|
|
492
|
-
decay: n(
|
|
493
|
-
distance: n(
|
|
494
|
-
intensity: n(
|
|
491
|
+
color: n(p),
|
|
492
|
+
decay: n(d),
|
|
493
|
+
distance: n(b),
|
|
494
|
+
intensity: n(m),
|
|
495
495
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
496
496
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
497
497
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
498
498
|
}, [
|
|
499
|
-
n(i) === "editor" ? (v(),
|
|
499
|
+
n(i) === "editor" ? (v(), V(n(Ae), {
|
|
500
500
|
key: 0,
|
|
501
501
|
type: n(Fo)
|
|
502
502
|
}, null, 8, ["type"])) : ee("", !0),
|
|
@@ -506,36 +506,36 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
506
506
|
_: 3
|
|
507
507
|
}, 8, ["position", "rotation", "scale"]));
|
|
508
508
|
}
|
|
509
|
-
}), zs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], As = /* @__PURE__ */
|
|
509
|
+
}), zs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], As = /* @__PURE__ */ $({
|
|
510
510
|
__name: "index",
|
|
511
511
|
props: {
|
|
512
512
|
node: {},
|
|
513
513
|
outer: { type: Boolean }
|
|
514
514
|
},
|
|
515
515
|
setup(t) {
|
|
516
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
517
|
-
return (
|
|
516
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "angle"]), { prop: p } = r(e, ["settings", "color"]), { color: d } = j(p), { prop: b } = r(e, ["settings", "decay"]), { prop: m } = r(e, ["settings", "distance"]), { prop: u } = r(e, ["settings", "intensity"]), { prop: c } = r(e, ["settings", "penumbra"]);
|
|
517
|
+
return (f, h) => (v(), V(n(ye), {
|
|
518
518
|
position: n(o),
|
|
519
519
|
rotation: n(l),
|
|
520
520
|
scale: n(s)
|
|
521
521
|
}, {
|
|
522
|
-
default:
|
|
522
|
+
default: I(() => [
|
|
523
523
|
ie("TresSpotLight", {
|
|
524
524
|
angle: n(a),
|
|
525
|
-
color: n(
|
|
526
|
-
decay: n(
|
|
527
|
-
distance: n(
|
|
525
|
+
color: n(d),
|
|
526
|
+
decay: n(b),
|
|
527
|
+
distance: n(m),
|
|
528
528
|
intensity: n(u),
|
|
529
|
-
penumbra: n(
|
|
529
|
+
penumbra: n(c),
|
|
530
530
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
531
531
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
532
532
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
533
533
|
}, [
|
|
534
|
-
n(i) === "editor" ? (v(),
|
|
534
|
+
n(i) === "editor" ? (v(), V(n(Ae), {
|
|
535
535
|
key: 0,
|
|
536
536
|
type: n(Go)
|
|
537
537
|
}, null, 8, ["type"])) : ee("", !0),
|
|
538
|
-
L(
|
|
538
|
+
L(f.$slots, "default")
|
|
539
539
|
], 8, zs)
|
|
540
540
|
]),
|
|
541
541
|
_: 3
|
|
@@ -545,39 +545,39 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
545
545
|
function Bs(t, e) {
|
|
546
546
|
return v(), Y("TresMeshBasicMaterial");
|
|
547
547
|
}
|
|
548
|
-
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]),
|
|
548
|
+
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation", "scale"], Es = /* @__PURE__ */ $({
|
|
549
549
|
__name: "index",
|
|
550
550
|
props: {
|
|
551
551
|
node: {},
|
|
552
552
|
outer: { type: Boolean }
|
|
553
553
|
},
|
|
554
554
|
setup(t) {
|
|
555
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } =
|
|
556
|
-
return (a,
|
|
555
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e);
|
|
556
|
+
return (a, p) => (v(), V(n(ye), {
|
|
557
557
|
position: n(o),
|
|
558
558
|
rotation: n(l),
|
|
559
559
|
scale: n(s)
|
|
560
560
|
}, {
|
|
561
|
-
default:
|
|
561
|
+
default: I(() => [
|
|
562
562
|
ie("TresGroup", {
|
|
563
563
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
564
564
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
565
565
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
566
566
|
}, [
|
|
567
567
|
L(a.$slots, "default")
|
|
568
|
-
], 8,
|
|
568
|
+
], 8, Ns)
|
|
569
569
|
]),
|
|
570
570
|
_: 3
|
|
571
571
|
}, 8, ["position", "rotation", "scale"]));
|
|
572
572
|
}
|
|
573
|
-
}), Rs = ["position", "rotation", "scale"], Ds = /* @__PURE__ */
|
|
573
|
+
}), Rs = ["position", "rotation", "scale"], Ds = /* @__PURE__ */ $({
|
|
574
574
|
__name: "index",
|
|
575
575
|
props: {
|
|
576
576
|
node: {},
|
|
577
577
|
outer: { type: Boolean }
|
|
578
578
|
},
|
|
579
579
|
setup(t) {
|
|
580
|
-
const e = t, { position: i, rotation: o, scale: l } =
|
|
580
|
+
const e = t, { position: i, rotation: o, scale: l } = me(e);
|
|
581
581
|
return (s, a) => (v(), Y("TresMesh", {
|
|
582
582
|
position: n(i),
|
|
583
583
|
rotation: n(o),
|
|
@@ -586,7 +586,7 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
586
586
|
L(s.$slots, "default")
|
|
587
587
|
], 8, Rs));
|
|
588
588
|
}
|
|
589
|
-
}), Ms = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Fs = "#242424", Gs = {}, Hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ks = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Us = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, nr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, or = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, sr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, lr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ar = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ur = { textStyle: { color: "#eeeeee" } }, cr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } },
|
|
589
|
+
}), Ms = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Fs = "#242424", Gs = {}, Hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ks = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Us = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, nr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, or = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, sr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, lr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ar = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ur = { textStyle: { color: "#eeeeee" } }, cr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, mr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, pr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, dr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, fr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, br = {
|
|
590
590
|
color: Ms,
|
|
591
591
|
backgroundColor: Fs,
|
|
592
592
|
textStyle: Gs,
|
|
@@ -612,11 +612,11 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
612
612
|
toolbox: ar,
|
|
613
613
|
legend: ur,
|
|
614
614
|
tooltip: cr,
|
|
615
|
-
timeline:
|
|
616
|
-
visualMap:
|
|
615
|
+
timeline: mr,
|
|
616
|
+
visualMap: pr,
|
|
617
617
|
dataZoom: dr,
|
|
618
618
|
markPoint: fr
|
|
619
|
-
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } },
|
|
619
|
+
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Nr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Er = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Dr = { textStyle: { color: "#333333" } }, Mr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Fr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Gr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Hr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, jr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Kr = {
|
|
620
620
|
color: yr,
|
|
621
621
|
backgroundColor: hr,
|
|
622
622
|
textStyle: gr,
|
|
@@ -637,8 +637,8 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Es = ["position", "rotation
|
|
|
637
637
|
geo: Lr,
|
|
638
638
|
categoryAxis: Br,
|
|
639
639
|
valueAxis: Wr,
|
|
640
|
-
logAxis:
|
|
641
|
-
timeAxis:
|
|
640
|
+
logAxis: Nr,
|
|
641
|
+
timeAxis: Er,
|
|
642
642
|
toolbox: Rr,
|
|
643
643
|
legend: Dr,
|
|
644
644
|
tooltip: Mr,
|
|
@@ -659,30 +659,30 @@ Ho([
|
|
|
659
659
|
]);
|
|
660
660
|
Zi("dark", br);
|
|
661
661
|
Zi("light", Kr);
|
|
662
|
-
const Ur = /* @__PURE__ */
|
|
662
|
+
const Ur = /* @__PURE__ */ $({
|
|
663
663
|
__name: "index",
|
|
664
664
|
props: {
|
|
665
665
|
node: {},
|
|
666
666
|
outer: { type: Boolean }
|
|
667
667
|
},
|
|
668
668
|
setup(t) {
|
|
669
|
-
const e = t, i = Ve(), o = Le(), l =
|
|
670
|
-
const
|
|
671
|
-
return l === "page" ? M === "common" ?
|
|
669
|
+
const e = t, i = Ve(), o = Le(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = he(e), { applyTitle: f } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: x } = mo(e), { applyLegend: g } = lo(e), { applySeries: w } = ao(e), C = k(() => {
|
|
670
|
+
const S = {}, M = s.value.type;
|
|
671
|
+
return l === "page" ? M === "common" ? c(S) : console.assert(!1) : l === "comp" && M === "common" ? c(S) : console.assert(!1), S;
|
|
672
672
|
}), R = Ui("chart");
|
|
673
673
|
let W;
|
|
674
674
|
const F = () => {
|
|
675
675
|
W?.dispose(), W = qi.init(R.value, o.value ? "dark" : "light");
|
|
676
|
-
const
|
|
677
|
-
W.setOption(
|
|
676
|
+
const S = {};
|
|
677
|
+
W.setOption(S);
|
|
678
678
|
}, D = () => {
|
|
679
679
|
W?.resize();
|
|
680
|
-
},
|
|
681
|
-
const
|
|
682
|
-
|
|
680
|
+
}, N = () => {
|
|
681
|
+
const S = {};
|
|
682
|
+
f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
|
|
683
683
|
};
|
|
684
684
|
return Oi(async () => {
|
|
685
|
-
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(),
|
|
685
|
+
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
|
|
686
686
|
}), He(() => {
|
|
687
687
|
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
688
688
|
}), q(
|
|
@@ -690,52 +690,52 @@ const Ur = /* @__PURE__ */ V({
|
|
|
690
690
|
() => i.value.width,
|
|
691
691
|
() => i.value.height,
|
|
692
692
|
a,
|
|
693
|
-
|
|
694
|
-
f,
|
|
693
|
+
p,
|
|
695
694
|
d,
|
|
696
|
-
|
|
695
|
+
b,
|
|
696
|
+
m,
|
|
697
697
|
u
|
|
698
698
|
],
|
|
699
699
|
async () => {
|
|
700
700
|
await Xi(), D();
|
|
701
701
|
}
|
|
702
702
|
), q([o], () => {
|
|
703
|
-
F(),
|
|
703
|
+
F(), N();
|
|
704
704
|
}), q(
|
|
705
705
|
[e],
|
|
706
706
|
() => {
|
|
707
|
-
|
|
707
|
+
N();
|
|
708
708
|
},
|
|
709
709
|
{ deep: !0 }
|
|
710
|
-
), (
|
|
710
|
+
), (S, M) => (v(), Y("div", {
|
|
711
711
|
ref: "chart",
|
|
712
|
-
style: Q(
|
|
712
|
+
style: Q(C.value)
|
|
713
713
|
}, null, 4));
|
|
714
714
|
}
|
|
715
|
-
}), Or = /* @__PURE__ */
|
|
715
|
+
}), Or = /* @__PURE__ */ $({
|
|
716
716
|
__name: "index",
|
|
717
717
|
props: {
|
|
718
718
|
node: {},
|
|
719
719
|
outer: { type: Boolean }
|
|
720
720
|
},
|
|
721
721
|
setup(t) {
|
|
722
|
-
const e = t, i = Ve(), o = Le(), l =
|
|
723
|
-
const
|
|
724
|
-
return l === "page" ? M === "common" ?
|
|
722
|
+
const e = t, i = Ve(), o = Le(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = he(e), { applyTitle: f } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: x } = mo(e), { applyLegend: g } = lo(e), { applySeries: w } = ao(e), C = k(() => {
|
|
723
|
+
const S = {}, M = s.value.type;
|
|
724
|
+
return l === "page" ? M === "common" ? c(S) : console.assert(!1) : l === "comp" && M === "common" ? c(S) : console.assert(!1), S;
|
|
725
725
|
}), R = Ui("chart");
|
|
726
726
|
let W;
|
|
727
727
|
const F = () => {
|
|
728
728
|
W?.dispose(), W = qi.init(R.value, o.value ? "dark" : "light");
|
|
729
|
-
const
|
|
730
|
-
W.setOption(
|
|
729
|
+
const S = {};
|
|
730
|
+
W.setOption(S);
|
|
731
731
|
}, D = () => {
|
|
732
732
|
W?.resize();
|
|
733
|
-
},
|
|
734
|
-
const
|
|
735
|
-
|
|
733
|
+
}, N = () => {
|
|
734
|
+
const S = {};
|
|
735
|
+
f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
|
|
736
736
|
};
|
|
737
737
|
return Oi(async () => {
|
|
738
|
-
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(),
|
|
738
|
+
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
|
|
739
739
|
}), He(() => {
|
|
740
740
|
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
741
741
|
}), q(
|
|
@@ -743,121 +743,121 @@ const Ur = /* @__PURE__ */ V({
|
|
|
743
743
|
() => i.value.width,
|
|
744
744
|
() => i.value.height,
|
|
745
745
|
a,
|
|
746
|
-
|
|
747
|
-
f,
|
|
746
|
+
p,
|
|
748
747
|
d,
|
|
749
|
-
|
|
748
|
+
b,
|
|
749
|
+
m,
|
|
750
750
|
u
|
|
751
751
|
],
|
|
752
752
|
async () => {
|
|
753
753
|
await Xi(), D();
|
|
754
754
|
}
|
|
755
755
|
), q([o], () => {
|
|
756
|
-
F(),
|
|
756
|
+
F(), N();
|
|
757
757
|
}), q(
|
|
758
758
|
[e],
|
|
759
759
|
() => {
|
|
760
|
-
|
|
760
|
+
N();
|
|
761
761
|
},
|
|
762
762
|
{ deep: !0 }
|
|
763
|
-
), (
|
|
763
|
+
), (S, M) => (v(), Y("div", {
|
|
764
764
|
ref: "chart",
|
|
765
|
-
style: Q(
|
|
765
|
+
style: Q(C.value)
|
|
766
766
|
}, null, 4));
|
|
767
767
|
}
|
|
768
|
-
}), fe = /* @__PURE__ */
|
|
768
|
+
}), fe = /* @__PURE__ */ $({
|
|
769
769
|
__name: "index",
|
|
770
770
|
props: {
|
|
771
771
|
refContext: {},
|
|
772
772
|
state: {}
|
|
773
773
|
},
|
|
774
774
|
setup(t) {
|
|
775
|
-
const { t: e } =
|
|
775
|
+
const { t: e } = ps(), i = t, o = de(), l = ec(), s = ce(-1), a = ce();
|
|
776
776
|
dc(a), ue(() => {
|
|
777
777
|
if (!i.refContext.refid) {
|
|
778
778
|
s.value = -1, a.value = void 0;
|
|
779
779
|
return;
|
|
780
780
|
}
|
|
781
|
-
const
|
|
782
|
-
if (!
|
|
781
|
+
const c = l.value[i.refContext.refid];
|
|
782
|
+
if (!c) {
|
|
783
783
|
s.value = -1, a.value = void 0, to.emit("compNotAvail", i.refContext.refid);
|
|
784
784
|
return;
|
|
785
785
|
}
|
|
786
|
-
s.value !==
|
|
786
|
+
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
787
787
|
});
|
|
788
|
-
function
|
|
789
|
-
const
|
|
790
|
-
return
|
|
788
|
+
function p(c) {
|
|
789
|
+
const f = wo[o.value.version].refKey, h = Se[f];
|
|
790
|
+
return h ? ae(h.comp, {
|
|
791
791
|
refContext: {
|
|
792
792
|
parent: i.refContext,
|
|
793
|
-
refid:
|
|
793
|
+
refid: c.ref.comp
|
|
794
794
|
},
|
|
795
|
-
node:
|
|
796
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
795
|
+
node: c
|
|
796
|
+
}) : (console.assert(!1, `ref element not found key=${f}`), ae("div", `ref element not found key=${f}`));
|
|
797
797
|
}
|
|
798
|
-
function
|
|
799
|
-
const
|
|
800
|
-
if (!
|
|
801
|
-
return console.assert(!1, `element not found key=${
|
|
802
|
-
const
|
|
803
|
-
return
|
|
804
|
-
const
|
|
805
|
-
|
|
806
|
-
}), ae(
|
|
798
|
+
function d(c) {
|
|
799
|
+
const f = Se[c.basic.key];
|
|
800
|
+
if (!f)
|
|
801
|
+
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
802
|
+
const h = [];
|
|
803
|
+
return f.leaf || c.children?.forEach((x) => {
|
|
804
|
+
const g = b(x);
|
|
805
|
+
h.push(g);
|
|
806
|
+
}), ae(f.comp, { node: c }, { default: () => h });
|
|
807
807
|
}
|
|
808
|
-
function
|
|
809
|
-
return
|
|
808
|
+
function b(c) {
|
|
809
|
+
return c.ref ? p(c) : d(c);
|
|
810
810
|
}
|
|
811
|
-
function
|
|
812
|
-
let
|
|
813
|
-
for (;
|
|
814
|
-
if (
|
|
811
|
+
function m() {
|
|
812
|
+
let c = i.refContext.parent;
|
|
813
|
+
for (; c; ) {
|
|
814
|
+
if (c.refid === i.refContext.refid)
|
|
815
815
|
return !0;
|
|
816
|
-
|
|
816
|
+
c = c.parent;
|
|
817
817
|
}
|
|
818
818
|
return !1;
|
|
819
819
|
}
|
|
820
820
|
const u = () => {
|
|
821
|
-
if (
|
|
821
|
+
if (m())
|
|
822
822
|
return ae("div", e("x-runtime-lib.circularRef"));
|
|
823
823
|
if (!a.value)
|
|
824
824
|
return a.value === void 0 ? ae("div") : ae("div", e("x-runtime-lib.compNotAvail"));
|
|
825
|
-
const
|
|
826
|
-
if (
|
|
827
|
-
const
|
|
828
|
-
return a.value.view.nodes.forEach((
|
|
829
|
-
|
|
830
|
-
}),
|
|
825
|
+
const c = a.value.type;
|
|
826
|
+
if (c === "common") {
|
|
827
|
+
const f = [];
|
|
828
|
+
return a.value.view.nodes.forEach((h) => {
|
|
829
|
+
f.push(b(h));
|
|
830
|
+
}), f;
|
|
831
831
|
} else
|
|
832
|
-
return console.assert(!1, `invalid subtype=${
|
|
832
|
+
return console.assert(!1, `invalid subtype=${c}`), ae("div", `invalid subtype=${c}`);
|
|
833
833
|
};
|
|
834
|
-
return (
|
|
834
|
+
return (c, f) => (v(), V(u));
|
|
835
835
|
}
|
|
836
|
-
}), Xr = /* @__PURE__ */
|
|
836
|
+
}), Xr = /* @__PURE__ */ $({
|
|
837
837
|
__name: "index",
|
|
838
838
|
props: {
|
|
839
839
|
node: {},
|
|
840
840
|
outer: { type: Boolean }
|
|
841
841
|
},
|
|
842
842
|
setup(t) {
|
|
843
|
-
const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } =
|
|
844
|
-
return (
|
|
845
|
-
const
|
|
846
|
-
return v(),
|
|
843
|
+
const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } = E(), { prop: s } = r(e, ["settings", "offset", "x"]), { prop: a } = r(e, ["settings", "offset", "y"]);
|
|
844
|
+
return (p, d) => {
|
|
845
|
+
const b = z("v-badge");
|
|
846
|
+
return v(), V(b, {
|
|
847
847
|
content: n(i),
|
|
848
848
|
dot: n(o),
|
|
849
849
|
"offset-x": n(s),
|
|
850
850
|
"offset-y": n(a),
|
|
851
851
|
theme: n(l)
|
|
852
852
|
}, {
|
|
853
|
-
default:
|
|
854
|
-
L(
|
|
853
|
+
default: I(() => [
|
|
854
|
+
L(p.$slots, "default")
|
|
855
855
|
]),
|
|
856
856
|
_: 3
|
|
857
857
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
858
858
|
};
|
|
859
859
|
}
|
|
860
|
-
}), Yr = /* @__PURE__ */
|
|
860
|
+
}), Yr = /* @__PURE__ */ $({
|
|
861
861
|
__name: "index",
|
|
862
862
|
props: {
|
|
863
863
|
node: {},
|
|
@@ -868,40 +868,40 @@ const Ur = /* @__PURE__ */ V({
|
|
|
868
868
|
"settings",
|
|
869
869
|
"addIcon",
|
|
870
870
|
"append"
|
|
871
|
-
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color:
|
|
871
|
+
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: p } = j(a), { prop: d } = r(e, ["settings", "density"]), { prop: b } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: h } = r(e, ["size", "minHeight"]), { prop: x } = r(e, ["size", "minWidth"]), { prop: g } = r(e, [
|
|
872
872
|
"settings",
|
|
873
873
|
"addIcon",
|
|
874
874
|
"prepend"
|
|
875
|
-
]), { prop:
|
|
875
|
+
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "ripple"]), { prop: R } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: D } = E(), { prop: N } = r(e, ["settings", "variant"]), { prop: S } = r(e, ["size", "width"]), M = (J) => {
|
|
876
876
|
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
877
877
|
`elementEvent@click@${e.node.basic.id}`
|
|
878
878
|
]));
|
|
879
879
|
};
|
|
880
880
|
return (J, te) => {
|
|
881
|
-
const re =
|
|
882
|
-
return v(),
|
|
883
|
-
default:
|
|
881
|
+
const re = z("v-btn");
|
|
882
|
+
return v(), V(n(Z), null, {
|
|
883
|
+
default: I(() => [
|
|
884
884
|
H(re, {
|
|
885
885
|
"append-icon": n(l),
|
|
886
886
|
block: n(s),
|
|
887
|
-
color: n(
|
|
888
|
-
density: n(
|
|
889
|
-
disabled: n(
|
|
890
|
-
height: n(
|
|
887
|
+
color: n(p),
|
|
888
|
+
density: n(d),
|
|
889
|
+
disabled: n(b),
|
|
890
|
+
height: n(m),
|
|
891
891
|
loading: n(u),
|
|
892
|
-
"max-height": n(
|
|
893
|
-
"max-width": n(
|
|
894
|
-
"min-height": n(
|
|
895
|
-
"min-width": n(
|
|
896
|
-
"prepend-icon": n(
|
|
897
|
-
readonly: n(
|
|
898
|
-
ripple: n(
|
|
892
|
+
"max-height": n(c),
|
|
893
|
+
"max-width": n(f),
|
|
894
|
+
"min-height": n(h),
|
|
895
|
+
"min-width": n(x),
|
|
896
|
+
"prepend-icon": n(g),
|
|
897
|
+
readonly: n(w),
|
|
898
|
+
ripple: n(C),
|
|
899
899
|
size: n(R),
|
|
900
900
|
stacked: n(W),
|
|
901
901
|
text: n(F),
|
|
902
902
|
theme: n(D),
|
|
903
|
-
variant: n(
|
|
904
|
-
width: n(
|
|
903
|
+
variant: n(N),
|
|
904
|
+
width: n(S),
|
|
905
905
|
onClick: M
|
|
906
906
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
907
907
|
]),
|
|
@@ -911,79 +911,79 @@ const Ur = /* @__PURE__ */ V({
|
|
|
911
911
|
}
|
|
912
912
|
}), Jr = {};
|
|
913
913
|
function Zr(t, e) {
|
|
914
|
-
const i =
|
|
915
|
-
return v(),
|
|
916
|
-
default:
|
|
914
|
+
const i = z("v-btn-group");
|
|
915
|
+
return v(), V(i, null, {
|
|
916
|
+
default: I(() => [
|
|
917
917
|
L(t.$slots, "default")
|
|
918
918
|
]),
|
|
919
919
|
_: 3
|
|
920
920
|
});
|
|
921
921
|
}
|
|
922
|
-
const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */
|
|
922
|
+
const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ $({
|
|
923
923
|
__name: "index",
|
|
924
924
|
props: {
|
|
925
925
|
node: {},
|
|
926
926
|
outer: { type: Boolean }
|
|
927
927
|
},
|
|
928
928
|
setup(t) {
|
|
929
|
-
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop:
|
|
930
|
-
return (
|
|
931
|
-
const
|
|
932
|
-
return v(),
|
|
929
|
+
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: p } = r(e, ["settings", "readonly"]), { prop: d } = r(e, ["settings", "size"]), { prop: b } = r(e, ["settings", "stacked"]), { theme: m } = E(), { prop: u } = r(e, ["settings", "tile"]), { prop: c } = r(e, ["settings", "variant"]);
|
|
930
|
+
return (f, h) => {
|
|
931
|
+
const x = z("v-btn-toggle");
|
|
932
|
+
return v(), V(x, {
|
|
933
933
|
block: n(i),
|
|
934
934
|
disabled: n(o),
|
|
935
935
|
divided: n(l),
|
|
936
936
|
mandatory: n(s),
|
|
937
937
|
multiple: n(a),
|
|
938
|
-
readonly: n(
|
|
939
|
-
size: n(
|
|
940
|
-
stacked: n(
|
|
941
|
-
theme: n(
|
|
938
|
+
readonly: n(p),
|
|
939
|
+
size: n(d),
|
|
940
|
+
stacked: n(b),
|
|
941
|
+
theme: n(m),
|
|
942
942
|
tile: n(u),
|
|
943
|
-
variant: n(
|
|
943
|
+
variant: n(c)
|
|
944
944
|
}, {
|
|
945
|
-
default:
|
|
946
|
-
L(
|
|
945
|
+
default: I(() => [
|
|
946
|
+
L(f.$slots, "default")
|
|
947
947
|
]),
|
|
948
948
|
_: 3
|
|
949
949
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
950
950
|
};
|
|
951
951
|
}
|
|
952
|
-
}), el = /* @__PURE__ */
|
|
952
|
+
}), el = /* @__PURE__ */ $({
|
|
953
953
|
__name: "index",
|
|
954
954
|
props: {
|
|
955
955
|
node: {},
|
|
956
956
|
outer: { type: Boolean }
|
|
957
957
|
},
|
|
958
958
|
setup(t) {
|
|
959
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop:
|
|
960
|
-
return (
|
|
961
|
-
const R =
|
|
962
|
-
return v(),
|
|
959
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: b } = r(e, ["size", "minHeight"]), { prop: m } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: c } = r(e, ["settings", "text"]), { theme: f } = E(), { prop: h } = r(e, ["settings", "title"]), { prop: x } = r(e, ["settings", "variant"]), { prop: g } = r(e, ["size", "width"]);
|
|
960
|
+
return (w, C) => {
|
|
961
|
+
const R = z("v-card");
|
|
962
|
+
return v(), V(R, {
|
|
963
963
|
density: n(i),
|
|
964
964
|
disabled: n(o),
|
|
965
965
|
height: n(l),
|
|
966
966
|
hover: n(s),
|
|
967
967
|
loading: n(a),
|
|
968
|
-
"max-height": n(
|
|
969
|
-
"max-width": n(
|
|
970
|
-
"min-height": n(
|
|
971
|
-
"min-width": n(
|
|
968
|
+
"max-height": n(p),
|
|
969
|
+
"max-width": n(d),
|
|
970
|
+
"min-height": n(b),
|
|
971
|
+
"min-width": n(m),
|
|
972
972
|
subtitle: n(u),
|
|
973
|
-
text: n(
|
|
974
|
-
theme: n(
|
|
975
|
-
title: n(
|
|
976
|
-
variant: n(
|
|
977
|
-
width: n(
|
|
973
|
+
text: n(c),
|
|
974
|
+
theme: n(f),
|
|
975
|
+
title: n(h),
|
|
976
|
+
variant: n(x),
|
|
977
|
+
width: n(g)
|
|
978
978
|
}, {
|
|
979
|
-
default:
|
|
980
|
-
L(
|
|
979
|
+
default: I(() => [
|
|
980
|
+
L(w.$slots, "default")
|
|
981
981
|
]),
|
|
982
982
|
_: 3
|
|
983
983
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
984
984
|
};
|
|
985
985
|
}
|
|
986
|
-
}), tl = /* @__PURE__ */
|
|
986
|
+
}), tl = /* @__PURE__ */ $({
|
|
987
987
|
__name: "index",
|
|
988
988
|
props: {
|
|
989
989
|
node: {},
|
|
@@ -992,179 +992,179 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
992
992
|
setup(t) {
|
|
993
993
|
const e = t, { prop: i } = r(e, ["settings", "disabled"]), { prop: o } = r(e, ["settings", "readonly"]);
|
|
994
994
|
return (l, s) => {
|
|
995
|
-
const a =
|
|
996
|
-
return v(),
|
|
995
|
+
const a = z("v-checkbox");
|
|
996
|
+
return v(), V(a, {
|
|
997
997
|
disabled: n(i),
|
|
998
998
|
readonly: n(o)
|
|
999
999
|
}, null, 8, ["disabled", "readonly"]);
|
|
1000
1000
|
};
|
|
1001
1001
|
}
|
|
1002
|
-
}), nl = /* @__PURE__ */
|
|
1002
|
+
}), nl = /* @__PURE__ */ $({
|
|
1003
1003
|
__name: "index",
|
|
1004
1004
|
props: {
|
|
1005
1005
|
node: {},
|
|
1006
1006
|
outer: { type: Boolean }
|
|
1007
1007
|
},
|
|
1008
1008
|
setup(t) {
|
|
1009
|
-
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop:
|
|
1010
|
-
return (
|
|
1011
|
-
const
|
|
1012
|
-
return v(),
|
|
1009
|
+
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "draggable"]), { prop: d } = r(e, ["settings", "filter"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: c } = E(), { prop: f } = r(e, ["settings", "tile"]), { prop: h } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
|
|
1010
|
+
return (g, w) => {
|
|
1011
|
+
const C = z("v-chip");
|
|
1012
|
+
return v(), V(C, {
|
|
1013
1013
|
closable: n(i),
|
|
1014
1014
|
color: n(l),
|
|
1015
1015
|
density: n(s),
|
|
1016
1016
|
disabled: n(a),
|
|
1017
|
-
draggable: n(
|
|
1018
|
-
filter: n(
|
|
1019
|
-
label: n(
|
|
1020
|
-
size: n(
|
|
1017
|
+
draggable: n(p),
|
|
1018
|
+
filter: n(d),
|
|
1019
|
+
label: n(b),
|
|
1020
|
+
size: n(m),
|
|
1021
1021
|
text: n(u),
|
|
1022
|
-
theme: n(
|
|
1023
|
-
tile: n(
|
|
1024
|
-
value: n(
|
|
1025
|
-
variant: n(
|
|
1022
|
+
theme: n(c),
|
|
1023
|
+
tile: n(f),
|
|
1024
|
+
value: n(h),
|
|
1025
|
+
variant: n(x)
|
|
1026
1026
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1027
1027
|
};
|
|
1028
1028
|
}
|
|
1029
|
-
}), il = /* @__PURE__ */
|
|
1029
|
+
}), il = /* @__PURE__ */ $({
|
|
1030
1030
|
__name: "index",
|
|
1031
1031
|
props: {
|
|
1032
1032
|
node: {},
|
|
1033
1033
|
outer: { type: Boolean }
|
|
1034
1034
|
},
|
|
1035
1035
|
setup(t) {
|
|
1036
|
-
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop:
|
|
1037
|
-
return (u,
|
|
1038
|
-
const
|
|
1039
|
-
return v(),
|
|
1040
|
-
modelValue: n(
|
|
1041
|
-
"onUpdate:modelValue":
|
|
1036
|
+
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: p } = r(e, ["settings", "multiple"]), { prop: d } = r(e, ["settings", "showArrows"]), { theme: b } = E(), { prop: m } = r(e, ["settings", "value"]);
|
|
1037
|
+
return (u, c) => {
|
|
1038
|
+
const f = z("v-chip-group");
|
|
1039
|
+
return v(), V(f, {
|
|
1040
|
+
modelValue: n(m),
|
|
1041
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
|
|
1042
1042
|
column: n(i),
|
|
1043
1043
|
direction: n(o),
|
|
1044
1044
|
disabled: n(l),
|
|
1045
1045
|
filter: n(s),
|
|
1046
1046
|
mandatory: n(a),
|
|
1047
|
-
multiple: n(
|
|
1048
|
-
"show-arrows": n(
|
|
1049
|
-
theme: n(
|
|
1047
|
+
multiple: n(p),
|
|
1048
|
+
"show-arrows": n(d),
|
|
1049
|
+
theme: n(b)
|
|
1050
1050
|
}, {
|
|
1051
|
-
default:
|
|
1051
|
+
default: I(() => [
|
|
1052
1052
|
L(u.$slots, "default")
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 3
|
|
1055
1055
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1056
1056
|
};
|
|
1057
1057
|
}
|
|
1058
|
-
}), ol = /* @__PURE__ */
|
|
1058
|
+
}), ol = /* @__PURE__ */ $({
|
|
1059
1059
|
__name: "index",
|
|
1060
1060
|
props: {
|
|
1061
1061
|
node: {},
|
|
1062
1062
|
outer: { type: Boolean }
|
|
1063
1063
|
},
|
|
1064
1064
|
setup(t) {
|
|
1065
|
-
const e = t, i =
|
|
1066
|
-
const
|
|
1067
|
-
return i === "page" ?
|
|
1068
|
-
}), { prop: a } = r(e, ["settings", "disabled"]), { prop:
|
|
1065
|
+
const e = t, i = pe(), o = de(), { applySize: l } = he(e), s = k(() => {
|
|
1066
|
+
const h = {}, x = o.value.type;
|
|
1067
|
+
return i === "page" ? x === "common" ? l(h) : console.assert(!1) : i === "comp" && x === "common" ? l(h) : console.assert(!1), h;
|
|
1068
|
+
}), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "hideCanvas"]), { prop: d } = r(e, ["settings", "hideHeader"]), { prop: b } = r(e, ["settings", "hideInputs"]), { prop: m } = r(e, ["settings", "hideSliders"]), { prop: u } = r(e, ["settings", "landscape"]), { prop: c } = r(e, [
|
|
1069
1069
|
"settings",
|
|
1070
1070
|
"showSwatches"
|
|
1071
|
-
]), { theme:
|
|
1072
|
-
return (
|
|
1073
|
-
const
|
|
1074
|
-
return v(),
|
|
1071
|
+
]), { theme: f } = E();
|
|
1072
|
+
return (h, x) => {
|
|
1073
|
+
const g = z("v-color-picker");
|
|
1074
|
+
return v(), V(g, {
|
|
1075
1075
|
disabled: n(a),
|
|
1076
|
-
"hide-canvas": n(
|
|
1077
|
-
"hide-header": n(
|
|
1078
|
-
"hide-inputs": n(
|
|
1079
|
-
"hide-sliders": n(
|
|
1076
|
+
"hide-canvas": n(p),
|
|
1077
|
+
"hide-header": n(d),
|
|
1078
|
+
"hide-inputs": n(b),
|
|
1079
|
+
"hide-sliders": n(m),
|
|
1080
1080
|
landscape: n(u),
|
|
1081
|
-
"show-swatches": n(
|
|
1081
|
+
"show-swatches": n(c),
|
|
1082
1082
|
style: Q(s.value),
|
|
1083
|
-
theme: n(
|
|
1083
|
+
theme: n(f)
|
|
1084
1084
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1085
1085
|
};
|
|
1086
1086
|
}
|
|
1087
|
-
}), sl = /* @__PURE__ */
|
|
1087
|
+
}), sl = /* @__PURE__ */ $({
|
|
1088
1088
|
__name: "index",
|
|
1089
1089
|
props: {
|
|
1090
1090
|
node: {},
|
|
1091
1091
|
outer: { type: Boolean }
|
|
1092
1092
|
},
|
|
1093
1093
|
setup(t) {
|
|
1094
|
-
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme:
|
|
1095
|
-
return (
|
|
1096
|
-
const u =
|
|
1097
|
-
return v(),
|
|
1098
|
-
default:
|
|
1094
|
+
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: p } = E(), { prop: d } = r(e, ["settings", "value"]);
|
|
1095
|
+
return (b, m) => {
|
|
1096
|
+
const u = z("v-combobox");
|
|
1097
|
+
return v(), V(n(Z), null, {
|
|
1098
|
+
default: I(() => [
|
|
1099
1099
|
H(u, {
|
|
1100
|
-
modelValue: n(
|
|
1101
|
-
"onUpdate:modelValue":
|
|
1100
|
+
modelValue: n(d),
|
|
1101
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1102
1102
|
"hide-details": n(i),
|
|
1103
1103
|
label: n(o),
|
|
1104
1104
|
placeholder: n(l),
|
|
1105
1105
|
readonly: n(s),
|
|
1106
1106
|
"single-line": n(a),
|
|
1107
|
-
theme: n(
|
|
1107
|
+
theme: n(p)
|
|
1108
1108
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1109
1109
|
]),
|
|
1110
1110
|
_: 1
|
|
1111
1111
|
});
|
|
1112
1112
|
};
|
|
1113
1113
|
}
|
|
1114
|
-
}), rl = /* @__PURE__ */
|
|
1114
|
+
}), rl = /* @__PURE__ */ $({
|
|
1115
1115
|
__name: "index",
|
|
1116
1116
|
props: {
|
|
1117
1117
|
node: {},
|
|
1118
1118
|
outer: { type: Boolean }
|
|
1119
1119
|
},
|
|
1120
1120
|
setup(t) {
|
|
1121
|
-
const e = t, i =
|
|
1121
|
+
const e = t, i = pe(), o = de(), { prop: l } = r(e, [
|
|
1122
1122
|
"settings",
|
|
1123
1123
|
"backgroundColor"
|
|
1124
|
-
]), { color: s } = j(l), { applySize: a } = he(e), { applyMargin:
|
|
1125
|
-
const u = {},
|
|
1126
|
-
return i === "page" ?
|
|
1124
|
+
]), { color: s } = j(l), { applySize: a } = he(e), { applyMargin: p } = Ln(e), { applyPadding: d } = Bn(e), { applyBorder: b } = An(e), m = k(() => {
|
|
1125
|
+
const u = {}, c = o.value.type;
|
|
1126
|
+
return i === "page" ? c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1127
1127
|
});
|
|
1128
|
-
return (u,
|
|
1129
|
-
style: Q(
|
|
1128
|
+
return (u, c) => (v(), Y("div", {
|
|
1129
|
+
style: Q(m.value)
|
|
1130
1130
|
}, [
|
|
1131
1131
|
L(u.$slots, "default")
|
|
1132
1132
|
], 4));
|
|
1133
1133
|
}
|
|
1134
|
-
}), ll = /* @__PURE__ */
|
|
1134
|
+
}), ll = /* @__PURE__ */ $({
|
|
1135
1135
|
__name: "index",
|
|
1136
1136
|
props: {
|
|
1137
1137
|
node: {},
|
|
1138
1138
|
outer: { type: Boolean }
|
|
1139
1139
|
},
|
|
1140
1140
|
setup(t) {
|
|
1141
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop:
|
|
1142
|
-
const
|
|
1143
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1144
|
-
|
|
1145
|
-
}),
|
|
1141
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: p } = r(e, ["settings", "hover"]), { prop: d } = r(e, ["settings", "data"], !0), { prop: b } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["settings", "multiSort"]), { theme: u } = E(), { prop: c } = r(e, ["size", "width"]), f = k(() => {
|
|
1142
|
+
const h = [];
|
|
1143
|
+
return (e.node.slots?.items ?? []).forEach((g) => {
|
|
1144
|
+
g.column && g.comp && h.push(g);
|
|
1145
|
+
}), h;
|
|
1146
1146
|
});
|
|
1147
|
-
return (
|
|
1148
|
-
const
|
|
1149
|
-
return v(),
|
|
1147
|
+
return (h, x) => {
|
|
1148
|
+
const g = z("v-data-table");
|
|
1149
|
+
return v(), V(g, {
|
|
1150
1150
|
density: n(i),
|
|
1151
1151
|
"fixed-footer": n(o),
|
|
1152
1152
|
"fixed-header": n(l),
|
|
1153
1153
|
headers: n(s),
|
|
1154
1154
|
height: n(a),
|
|
1155
|
-
hover: n(
|
|
1156
|
-
items: n(
|
|
1157
|
-
loading: n(
|
|
1158
|
-
"multi-sort": n(
|
|
1155
|
+
hover: n(p),
|
|
1156
|
+
items: n(d),
|
|
1157
|
+
loading: n(b),
|
|
1158
|
+
"multi-sort": n(m),
|
|
1159
1159
|
theme: n(u),
|
|
1160
|
-
width: n(
|
|
1160
|
+
width: n(c)
|
|
1161
1161
|
}, Tn({ _: 2 }, [
|
|
1162
|
-
|
|
1163
|
-
name: `item.${
|
|
1164
|
-
fn:
|
|
1162
|
+
No(f.value, (w) => ({
|
|
1163
|
+
name: `item.${w.column}`,
|
|
1164
|
+
fn: I(({ value: C }) => [
|
|
1165
1165
|
H(n(fe), {
|
|
1166
|
-
"ref-context": { refid:
|
|
1167
|
-
state: { value:
|
|
1166
|
+
"ref-context": { refid: w.comp },
|
|
1167
|
+
state: { value: C }
|
|
1168
1168
|
}, null, 8, ["ref-context", "state"])
|
|
1169
1169
|
])
|
|
1170
1170
|
}))
|
|
@@ -1173,10 +1173,10 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1173
1173
|
}
|
|
1174
1174
|
}), al = {};
|
|
1175
1175
|
function ul(t, e) {
|
|
1176
|
-
const i =
|
|
1177
|
-
return v(),
|
|
1176
|
+
const i = z("v-date-picker");
|
|
1177
|
+
return v(), V(i);
|
|
1178
1178
|
}
|
|
1179
|
-
const cl = /* @__PURE__ */ ge(al, [["render", ul]]),
|
|
1179
|
+
const cl = /* @__PURE__ */ ge(al, [["render", ul]]), ml = ["id"], pl = /* @__PURE__ */ $({
|
|
1180
1180
|
__name: "index",
|
|
1181
1181
|
props: {
|
|
1182
1182
|
node: {},
|
|
@@ -1184,192 +1184,192 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1184
1184
|
},
|
|
1185
1185
|
setup(t) {
|
|
1186
1186
|
const e = t, i = G(), o = Be(), l = k(() => e.node.basic?.id), { open: s } = no(`runtimeDlg/${Yi()}`);
|
|
1187
|
-
return
|
|
1187
|
+
return po(o, e, (p) => {
|
|
1188
1188
|
if (i !== "runtime" && i !== "preview")
|
|
1189
1189
|
return;
|
|
1190
|
-
const { name:
|
|
1191
|
-
|
|
1192
|
-
}), (
|
|
1193
|
-
const
|
|
1194
|
-
return v(),
|
|
1190
|
+
const { name: d } = p;
|
|
1191
|
+
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
1192
|
+
}), (p, d) => {
|
|
1193
|
+
const b = z("v-dialog");
|
|
1194
|
+
return v(), V(b, {
|
|
1195
1195
|
modelValue: n(s),
|
|
1196
|
-
"onUpdate:modelValue":
|
|
1196
|
+
"onUpdate:modelValue": d[0] || (d[0] = (m) => U(s) ? s.value = m : null),
|
|
1197
1197
|
attach: "#dialogContainer"
|
|
1198
1198
|
}, {
|
|
1199
|
-
activator:
|
|
1199
|
+
activator: I(() => [
|
|
1200
1200
|
n(i) === "editor" ? (v(), Y("div", {
|
|
1201
1201
|
key: 0,
|
|
1202
1202
|
id: `__node__@${l.value}`
|
|
1203
|
-
}, null, 8,
|
|
1203
|
+
}, null, 8, ml)) : ee("", !0)
|
|
1204
1204
|
]),
|
|
1205
|
-
default:
|
|
1206
|
-
L(
|
|
1205
|
+
default: I(() => [
|
|
1206
|
+
L(p.$slots, "default")
|
|
1207
1207
|
]),
|
|
1208
1208
|
_: 3
|
|
1209
1209
|
}, 8, ["modelValue"]);
|
|
1210
1210
|
};
|
|
1211
1211
|
}
|
|
1212
|
-
}), dl = /* @__PURE__ */
|
|
1212
|
+
}), dl = /* @__PURE__ */ $({
|
|
1213
1213
|
__name: "index",
|
|
1214
1214
|
props: {
|
|
1215
1215
|
node: {},
|
|
1216
1216
|
outer: { type: Boolean }
|
|
1217
1217
|
},
|
|
1218
1218
|
setup(t) {
|
|
1219
|
-
const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop:
|
|
1220
|
-
return (
|
|
1221
|
-
const
|
|
1222
|
-
return v(),
|
|
1219
|
+
const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "multiple"]), { prop: b } = r(e, ["settings", "readonly"]), { prop: m } = r(e, ["settings", "reverse"]), { prop: u } = r(e, ["settings", "singleLine"]);
|
|
1220
|
+
return (c, f) => {
|
|
1221
|
+
const h = z("v-file-input");
|
|
1222
|
+
return v(), V(h, {
|
|
1223
1223
|
chips: n(i),
|
|
1224
1224
|
density: n(o),
|
|
1225
1225
|
direction: n(l),
|
|
1226
1226
|
disabled: n(s),
|
|
1227
1227
|
label: n(a),
|
|
1228
|
-
loading: n(
|
|
1229
|
-
multiple: n(
|
|
1230
|
-
readonly: n(
|
|
1231
|
-
reverse: n(
|
|
1228
|
+
loading: n(p),
|
|
1229
|
+
multiple: n(d),
|
|
1230
|
+
readonly: n(b),
|
|
1231
|
+
reverse: n(m),
|
|
1232
1232
|
"single-line": n(u)
|
|
1233
1233
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1234
1234
|
};
|
|
1235
1235
|
}
|
|
1236
|
-
}), fl = /* @__PURE__ */
|
|
1236
|
+
}), fl = /* @__PURE__ */ $({
|
|
1237
1237
|
__name: "index",
|
|
1238
1238
|
props: {
|
|
1239
1239
|
node: {},
|
|
1240
1240
|
outer: { type: Boolean }
|
|
1241
1241
|
},
|
|
1242
1242
|
setup(t) {
|
|
1243
|
-
const e = t, i = Ve(), o =
|
|
1243
|
+
const e = t, i = Ve(), o = pe(), l = de(), { applySize: s } = he(e), { applyMargin: a } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: d } = An(e), { prop: b } = r(e, [
|
|
1244
1244
|
"settings",
|
|
1245
1245
|
"backgroundColor"
|
|
1246
|
-
]), { color:
|
|
1247
|
-
|
|
1248
|
-
const
|
|
1249
|
-
|
|
1250
|
-
const
|
|
1251
|
-
|
|
1252
|
-
const
|
|
1253
|
-
|
|
1254
|
-
const
|
|
1255
|
-
|
|
1256
|
-
},
|
|
1257
|
-
const
|
|
1258
|
-
return o === "page" ?
|
|
1246
|
+
]), { color: m } = j(b), u = (f) => {
|
|
1247
|
+
m.value && (f.backgroundColor = m.value), f.display = "flex";
|
|
1248
|
+
const h = Ee(i.value.width), x = $e(h, e.node.settings?.direction);
|
|
1249
|
+
x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1250
|
+
const g = $e(h, e.node.settings?.wrap);
|
|
1251
|
+
g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
1252
|
+
const w = $e(h, e.node.settings?.mainAlign);
|
|
1253
|
+
w === "start" ? f.justifyContent = "flex-start" : w === "end" ? f.justifyContent = "flex-end" : w === "center" ? f.justifyContent = "center" : w === "spaceBetween" ? f.justifyContent = "space-between" : w === "spaceAround" ? f.justifyContent = "space-around" : w === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
1254
|
+
const C = $e(h, e.node.settings?.crossAlign);
|
|
1255
|
+
C === "start" ? f.alignItems = "flex-start" : C === "end" ? f.alignItems = "flex-end" : C === "center" ? f.alignItems = "center" : C === "baseline" ? f.alignItems = "baseline" : C === "stretch" && (f.alignItems = "stretch");
|
|
1256
|
+
}, c = k(() => {
|
|
1257
|
+
const f = {}, h = l.value.type;
|
|
1258
|
+
return o === "page" ? h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1) : o === "comp" && h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1), f;
|
|
1259
1259
|
});
|
|
1260
|
-
return (
|
|
1261
|
-
style: Q(
|
|
1260
|
+
return (f, h) => (v(), Y("div", {
|
|
1261
|
+
style: Q(c.value)
|
|
1262
1262
|
}, [
|
|
1263
|
-
L(
|
|
1263
|
+
L(f.$slots, "default")
|
|
1264
1264
|
], 4));
|
|
1265
1265
|
}
|
|
1266
|
-
}), bl = /* @__PURE__ */
|
|
1266
|
+
}), bl = /* @__PURE__ */ $({
|
|
1267
1267
|
__name: "index",
|
|
1268
1268
|
props: {
|
|
1269
1269
|
node: {},
|
|
1270
1270
|
outer: { type: Boolean }
|
|
1271
1271
|
},
|
|
1272
1272
|
setup(t) {
|
|
1273
|
-
const e = t, i =
|
|
1274
|
-
const
|
|
1275
|
-
return i === "page" ?
|
|
1273
|
+
const e = t, i = pe(), o = de(), { applySize: l } = he(e), { prop: s } = r(e, ["settings", "grow"]), { prop: a } = r(e, ["settings", "shrink"]), p = k(() => {
|
|
1274
|
+
const d = {}, b = o.value.type;
|
|
1275
|
+
return i === "page" ? b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1276
1276
|
});
|
|
1277
|
-
return (
|
|
1278
|
-
style: Q(
|
|
1277
|
+
return (d, b) => (v(), Y("div", {
|
|
1278
|
+
style: Q(p.value)
|
|
1279
1279
|
}, [
|
|
1280
|
-
L(
|
|
1280
|
+
L(d.$slots, "default")
|
|
1281
1281
|
], 4));
|
|
1282
1282
|
}
|
|
1283
|
-
}), yl = /* @__PURE__ */
|
|
1283
|
+
}), yl = /* @__PURE__ */ $({
|
|
1284
1284
|
__name: "index",
|
|
1285
1285
|
props: {
|
|
1286
1286
|
node: {},
|
|
1287
1287
|
outer: { type: Boolean }
|
|
1288
1288
|
},
|
|
1289
1289
|
setup(t) {
|
|
1290
|
-
const e = t, i = G(), o =
|
|
1290
|
+
const e = t, i = G(), o = pe(), l = de(), s = Be(), { prop: a } = r(e, ["settings", "valid"]), { prop: p } = r(e, ["settings", "fastFail"]), { prop: d } = r(e, [
|
|
1291
1291
|
"settings",
|
|
1292
1292
|
"backgroundColor"
|
|
1293
|
-
]), { color:
|
|
1294
|
-
const
|
|
1295
|
-
return o === "page" ?
|
|
1296
|
-
}),
|
|
1293
|
+
]), { color: b } = j(d), { applySize: m } = he(e), { applyMargin: u } = Ln(e), { applyPadding: c } = Bn(e), { applyBorder: f } = An(e), h = k(() => {
|
|
1294
|
+
const g = {}, w = l.value.type;
|
|
1295
|
+
return o === "page" ? w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
|
|
1296
|
+
}), x = () => {
|
|
1297
1297
|
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1298
1298
|
`elementEvent@submit@${e.node.basic.id}`
|
|
1299
1299
|
]);
|
|
1300
1300
|
};
|
|
1301
|
-
return (
|
|
1302
|
-
const
|
|
1303
|
-
return v(),
|
|
1301
|
+
return (g, w) => {
|
|
1302
|
+
const C = z("v-form");
|
|
1303
|
+
return v(), V(C, {
|
|
1304
1304
|
modelValue: n(a),
|
|
1305
|
-
"onUpdate:modelValue":
|
|
1306
|
-
"fast-fail": n(
|
|
1307
|
-
style: Q(
|
|
1308
|
-
onSubmit:
|
|
1305
|
+
"onUpdate:modelValue": w[0] || (w[0] = (R) => U(a) ? a.value = R : null),
|
|
1306
|
+
"fast-fail": n(p),
|
|
1307
|
+
style: Q(h.value),
|
|
1308
|
+
onSubmit: Eo(x, ["prevent"])
|
|
1309
1309
|
}, {
|
|
1310
|
-
default:
|
|
1311
|
-
L(
|
|
1310
|
+
default: I(() => [
|
|
1311
|
+
L(g.$slots, "default")
|
|
1312
1312
|
]),
|
|
1313
1313
|
_: 3
|
|
1314
1314
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1315
1315
|
};
|
|
1316
1316
|
}
|
|
1317
|
-
}), hl = /* @__PURE__ */
|
|
1317
|
+
}), hl = /* @__PURE__ */ $({
|
|
1318
1318
|
__name: "index",
|
|
1319
1319
|
props: {
|
|
1320
1320
|
node: {},
|
|
1321
1321
|
outer: { type: Boolean }
|
|
1322
1322
|
},
|
|
1323
1323
|
setup(t) {
|
|
1324
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme:
|
|
1325
|
-
return (
|
|
1326
|
-
const
|
|
1327
|
-
return v(),
|
|
1324
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme: p } = E();
|
|
1325
|
+
return (d, b) => {
|
|
1326
|
+
const m = z("v-icon");
|
|
1327
|
+
return v(), V(m, {
|
|
1328
1328
|
color: n(o),
|
|
1329
1329
|
disabled: n(l),
|
|
1330
1330
|
icon: n(s),
|
|
1331
1331
|
size: n(a),
|
|
1332
|
-
theme: n(
|
|
1332
|
+
theme: n(p)
|
|
1333
1333
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1334
1334
|
};
|
|
1335
1335
|
}
|
|
1336
|
-
}), gl = ["id"], xl = /* @__PURE__ */
|
|
1336
|
+
}), gl = ["id"], xl = /* @__PURE__ */ $({
|
|
1337
1337
|
__name: "index",
|
|
1338
1338
|
props: {
|
|
1339
1339
|
node: {},
|
|
1340
1340
|
outer: { type: Boolean }
|
|
1341
1341
|
},
|
|
1342
1342
|
setup(t) {
|
|
1343
|
-
const e = t, i = G(), o = Be(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]),
|
|
1344
|
-
return
|
|
1343
|
+
const e = t, i = G(), o = Be(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = no(`runtimeMenu/${Yi()}`);
|
|
1344
|
+
return po(o, e, (m) => {
|
|
1345
1345
|
if (i !== "runtime" && i !== "preview")
|
|
1346
1346
|
return;
|
|
1347
|
-
const { name: u } =
|
|
1348
|
-
u === "open" ? (l.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"),
|
|
1349
|
-
}), (
|
|
1350
|
-
const
|
|
1351
|
-
return v(),
|
|
1352
|
-
modelValue: n(
|
|
1353
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
1347
|
+
const { name: u } = m;
|
|
1348
|
+
u === "open" ? (l.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
|
|
1349
|
+
}), (m, u) => {
|
|
1350
|
+
const c = z("v-menu");
|
|
1351
|
+
return v(), V(c, {
|
|
1352
|
+
modelValue: n(d),
|
|
1353
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => U(d) ? d.value = f : null),
|
|
1354
1354
|
attach: "menuContainer",
|
|
1355
1355
|
"location-strategy": "connected",
|
|
1356
1356
|
scrim: "transparent",
|
|
1357
1357
|
target: a.value
|
|
1358
1358
|
}, {
|
|
1359
|
-
activator:
|
|
1359
|
+
activator: I(() => [
|
|
1360
1360
|
n(i) === "editor" ? (v(), Y("div", {
|
|
1361
1361
|
key: 0,
|
|
1362
|
-
id: `__node__@${
|
|
1362
|
+
id: `__node__@${p.value}`
|
|
1363
1363
|
}, null, 8, gl)) : ee("", !0)
|
|
1364
1364
|
]),
|
|
1365
|
-
default:
|
|
1366
|
-
L(
|
|
1365
|
+
default: I(() => [
|
|
1366
|
+
L(m.$slots, "default")
|
|
1367
1367
|
]),
|
|
1368
1368
|
_: 3
|
|
1369
1369
|
}, 8, ["modelValue", "target"]);
|
|
1370
1370
|
};
|
|
1371
1371
|
}
|
|
1372
|
-
}), vl = /* @__PURE__ */
|
|
1372
|
+
}), vl = /* @__PURE__ */ $({
|
|
1373
1373
|
__name: "index",
|
|
1374
1374
|
props: {
|
|
1375
1375
|
node: {},
|
|
@@ -1384,44 +1384,44 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1384
1384
|
"settings",
|
|
1385
1385
|
"addIcon",
|
|
1386
1386
|
"appendInner"
|
|
1387
|
-
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop:
|
|
1387
|
+
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "max"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop: m } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: c } = r(e, ["settings", "placeholder"]), { prop: f } = r(e, ["settings", "precision"]), { prop: h } = r(e, ["settings", "prefix"]), { prop: x } = r(e, [
|
|
1388
1388
|
"settings",
|
|
1389
1389
|
"addIcon",
|
|
1390
1390
|
"prepend"
|
|
1391
|
-
]), { prop:
|
|
1391
|
+
]), { prop: g } = r(e, [
|
|
1392
1392
|
"settings",
|
|
1393
1393
|
"addIcon",
|
|
1394
1394
|
"prependInner"
|
|
1395
|
-
]), { prop:
|
|
1395
|
+
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: R } = r(e, ["settings", "singleLine"]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: D } = E(), { prop: N } = r(e, ["settings", "value"]), { prop: S } = r(e, ["settings", "variant"]), { prop: M } = r(e, ["size", "width"]);
|
|
1396
1396
|
return (J, te) => {
|
|
1397
|
-
const re =
|
|
1398
|
-
return v(),
|
|
1399
|
-
default:
|
|
1397
|
+
const re = z("v-number-input");
|
|
1398
|
+
return v(), V(n(Z), null, {
|
|
1399
|
+
default: I(() => [
|
|
1400
1400
|
H(re, {
|
|
1401
|
-
modelValue: n(
|
|
1402
|
-
"onUpdate:modelValue": te[0] || (te[0] = (le) => U(
|
|
1401
|
+
modelValue: n(N),
|
|
1402
|
+
"onUpdate:modelValue": te[0] || (te[0] = (le) => U(N) ? N.value = le : null),
|
|
1403
1403
|
"append-icon": n(i),
|
|
1404
1404
|
"append-inner-icon": n(o),
|
|
1405
1405
|
clearable: n(l),
|
|
1406
1406
|
"hide-details": n(s),
|
|
1407
1407
|
label: n(a),
|
|
1408
|
-
loading: n(
|
|
1409
|
-
max: n(
|
|
1410
|
-
"max-width": n(
|
|
1411
|
-
min: n(
|
|
1408
|
+
loading: n(p),
|
|
1409
|
+
max: n(d),
|
|
1410
|
+
"max-width": n(b),
|
|
1411
|
+
min: n(m),
|
|
1412
1412
|
"min-width": n(u),
|
|
1413
|
-
placeholder: n(
|
|
1414
|
-
precision: n(
|
|
1415
|
-
prefix: n(
|
|
1416
|
-
"prepend-icon": n(
|
|
1417
|
-
"prepend-inner-icon": n(
|
|
1418
|
-
readonly: n(
|
|
1419
|
-
reverse: n(
|
|
1413
|
+
placeholder: n(c),
|
|
1414
|
+
precision: n(f),
|
|
1415
|
+
prefix: n(h),
|
|
1416
|
+
"prepend-icon": n(x),
|
|
1417
|
+
"prepend-inner-icon": n(g),
|
|
1418
|
+
readonly: n(w),
|
|
1419
|
+
reverse: n(C),
|
|
1420
1420
|
"single-line": n(R),
|
|
1421
1421
|
step: n(W),
|
|
1422
1422
|
suffix: n(F),
|
|
1423
1423
|
theme: n(D),
|
|
1424
|
-
variant: n(
|
|
1424
|
+
variant: n(S),
|
|
1425
1425
|
width: n(M)
|
|
1426
1426
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1427
1427
|
]),
|
|
@@ -1429,7 +1429,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1429
1429
|
});
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
|
-
}), kl = /* @__PURE__ */
|
|
1432
|
+
}), kl = /* @__PURE__ */ $({
|
|
1433
1433
|
__name: "index",
|
|
1434
1434
|
props: {
|
|
1435
1435
|
node: {},
|
|
@@ -1439,78 +1439,78 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1439
1439
|
const e = t, i = G(), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "length"]), { prop: a } = r(e, [
|
|
1440
1440
|
"settings",
|
|
1441
1441
|
"showFirstLastPage"
|
|
1442
|
-
]), { prop:
|
|
1443
|
-
const
|
|
1444
|
-
return i === "editor" && (
|
|
1442
|
+
]), { prop: p } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "start"]), { theme: b } = E(), { prop: m } = r(e, ["settings", "tile"]), { prop: u } = r(e, ["settings", "value"]), { prop: c } = r(e, ["settings", "variant"]), f = k(() => {
|
|
1443
|
+
const h = {};
|
|
1444
|
+
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1445
1445
|
});
|
|
1446
|
-
return (
|
|
1447
|
-
const
|
|
1448
|
-
return v(),
|
|
1449
|
-
default:
|
|
1450
|
-
H(
|
|
1446
|
+
return (h, x) => {
|
|
1447
|
+
const g = z("v-pagination");
|
|
1448
|
+
return v(), V(n(Z), null, {
|
|
1449
|
+
default: I(() => [
|
|
1450
|
+
H(g, {
|
|
1451
1451
|
modelValue: n(u),
|
|
1452
|
-
"onUpdate:modelValue":
|
|
1452
|
+
"onUpdate:modelValue": x[0] || (x[0] = (w) => U(u) ? u.value = w : null),
|
|
1453
1453
|
density: n(o),
|
|
1454
1454
|
disabled: n(l),
|
|
1455
1455
|
length: n(s),
|
|
1456
1456
|
"show-first-last-page": n(a),
|
|
1457
|
-
size: n(
|
|
1458
|
-
start: n(
|
|
1459
|
-
style: Q(
|
|
1460
|
-
theme: n(
|
|
1461
|
-
tile: n(
|
|
1462
|
-
variant: n(
|
|
1457
|
+
size: n(p),
|
|
1458
|
+
start: n(d),
|
|
1459
|
+
style: Q(f.value),
|
|
1460
|
+
theme: n(b),
|
|
1461
|
+
tile: n(m),
|
|
1462
|
+
variant: n(c)
|
|
1463
1463
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
1464
1464
|
]),
|
|
1465
1465
|
_: 1
|
|
1466
1466
|
});
|
|
1467
1467
|
};
|
|
1468
1468
|
}
|
|
1469
|
-
}), _l = /* @__PURE__ */
|
|
1469
|
+
}), _l = /* @__PURE__ */ $({
|
|
1470
1470
|
__name: "index",
|
|
1471
1471
|
props: {
|
|
1472
1472
|
node: {},
|
|
1473
1473
|
outer: { type: Boolean }
|
|
1474
1474
|
},
|
|
1475
1475
|
setup(t) {
|
|
1476
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop:
|
|
1477
|
-
return (
|
|
1478
|
-
const
|
|
1479
|
-
return v(),
|
|
1476
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "readonly"]), { theme: d } = E(), { prop: b } = r(e, ["settings", "value"]);
|
|
1477
|
+
return (m, u) => {
|
|
1478
|
+
const c = z("v-radio");
|
|
1479
|
+
return v(), V(c, {
|
|
1480
1480
|
color: n(o),
|
|
1481
1481
|
density: n(l),
|
|
1482
1482
|
disabled: n(s),
|
|
1483
1483
|
label: n(a),
|
|
1484
|
-
readonly: n(
|
|
1485
|
-
theme: n(
|
|
1486
|
-
value: n(
|
|
1484
|
+
readonly: n(p),
|
|
1485
|
+
theme: n(d),
|
|
1486
|
+
value: n(b)
|
|
1487
1487
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1488
1488
|
};
|
|
1489
1489
|
}
|
|
1490
|
-
}), wl = /* @__PURE__ */
|
|
1490
|
+
}), wl = /* @__PURE__ */ $({
|
|
1491
1491
|
__name: "index",
|
|
1492
1492
|
props: {
|
|
1493
1493
|
node: {},
|
|
1494
1494
|
outer: { type: Boolean }
|
|
1495
1495
|
},
|
|
1496
1496
|
setup(t) {
|
|
1497
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme:
|
|
1498
|
-
return (
|
|
1499
|
-
const u =
|
|
1500
|
-
return v(),
|
|
1501
|
-
default:
|
|
1497
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme: p } = E(), { prop: d } = r(e, ["settings", "value"]);
|
|
1498
|
+
return (b, m) => {
|
|
1499
|
+
const u = z("v-radio-group");
|
|
1500
|
+
return v(), V(n(Z), null, {
|
|
1501
|
+
default: I(() => [
|
|
1502
1502
|
H(u, {
|
|
1503
|
-
modelValue: n(
|
|
1504
|
-
"onUpdate:modelValue":
|
|
1503
|
+
modelValue: n(d),
|
|
1504
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1505
1505
|
density: n(i),
|
|
1506
1506
|
direction: n(o),
|
|
1507
1507
|
disabled: n(l),
|
|
1508
1508
|
inline: n(s),
|
|
1509
1509
|
readonly: n(a),
|
|
1510
|
-
theme: n(
|
|
1510
|
+
theme: n(p)
|
|
1511
1511
|
}, {
|
|
1512
|
-
default:
|
|
1513
|
-
L(
|
|
1512
|
+
default: I(() => [
|
|
1513
|
+
L(b.$slots, "default")
|
|
1514
1514
|
]),
|
|
1515
1515
|
_: 3
|
|
1516
1516
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -1519,76 +1519,76 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1519
1519
|
});
|
|
1520
1520
|
};
|
|
1521
1521
|
}
|
|
1522
|
-
}), Vl = /* @__PURE__ */
|
|
1522
|
+
}), Vl = /* @__PURE__ */ $({
|
|
1523
1523
|
__name: "index",
|
|
1524
1524
|
props: {
|
|
1525
1525
|
node: {},
|
|
1526
1526
|
outer: { type: Boolean }
|
|
1527
1527
|
},
|
|
1528
1528
|
setup(t) {
|
|
1529
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop:
|
|
1530
|
-
if (
|
|
1529
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "max"]), { prop: d } = r(e, ["settings", "min"]), { prop: b } = r(e, ["settings", "readonly"]), { prop: m } = r(e, ["settings", "showTicks"]), u = k(() => {
|
|
1530
|
+
if (m.value === "always")
|
|
1531
1531
|
return "always";
|
|
1532
|
-
if (
|
|
1532
|
+
if (m.value === "show")
|
|
1533
1533
|
return !0;
|
|
1534
|
-
}), { prop:
|
|
1534
|
+
}), { prop: c } = r(e, ["settings", "step"]), { theme: f } = E(), { prop: h } = r(e, [
|
|
1535
1535
|
"settings",
|
|
1536
1536
|
"thumbLabel"
|
|
1537
|
-
]),
|
|
1538
|
-
if (
|
|
1537
|
+
]), x = k(() => {
|
|
1538
|
+
if (h.value === "always")
|
|
1539
1539
|
return "always";
|
|
1540
|
-
if (
|
|
1540
|
+
if (h.value === "show")
|
|
1541
1541
|
return !0;
|
|
1542
|
-
}), { prop:
|
|
1543
|
-
if (!
|
|
1542
|
+
}), { prop: g } = r(e, ["settings", "thumbSize"]), { prop: w } = r(e, ["settings", "ticks"]), C = k(() => {
|
|
1543
|
+
if (!w.value)
|
|
1544
1544
|
return;
|
|
1545
|
-
const
|
|
1546
|
-
for (const { value:
|
|
1547
|
-
|
|
1548
|
-
if (!Qi(
|
|
1549
|
-
return
|
|
1545
|
+
const N = {};
|
|
1546
|
+
for (const { value: S, label: M } of w.value)
|
|
1547
|
+
N[S] = M;
|
|
1548
|
+
if (!Qi(N))
|
|
1549
|
+
return N;
|
|
1550
1550
|
}), { prop: R } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
|
|
1551
1551
|
"settings",
|
|
1552
1552
|
"value",
|
|
1553
1553
|
"start"
|
|
1554
1554
|
]), { prop: F } = r(e, ["settings", "value", "end"]), D = k({
|
|
1555
1555
|
get: () => [W.value, F.value],
|
|
1556
|
-
set: ([
|
|
1557
|
-
W.value =
|
|
1556
|
+
set: ([N, S]) => {
|
|
1557
|
+
W.value = N, F.value = S;
|
|
1558
1558
|
}
|
|
1559
1559
|
});
|
|
1560
|
-
return (
|
|
1561
|
-
const M =
|
|
1562
|
-
return v(),
|
|
1560
|
+
return (N, S) => {
|
|
1561
|
+
const M = z("v-range-slider");
|
|
1562
|
+
return v(), V(n(Z), {
|
|
1563
1563
|
modelValue: D.value,
|
|
1564
|
-
"onUpdate:modelValue":
|
|
1564
|
+
"onUpdate:modelValue": S[1] || (S[1] = (J) => D.value = J)
|
|
1565
1565
|
}, {
|
|
1566
|
-
default:
|
|
1566
|
+
default: I(() => [
|
|
1567
1567
|
H(M, {
|
|
1568
1568
|
modelValue: D.value,
|
|
1569
|
-
"onUpdate:modelValue":
|
|
1569
|
+
"onUpdate:modelValue": S[0] || (S[0] = (J) => D.value = J),
|
|
1570
1570
|
density: n(i),
|
|
1571
1571
|
direction: n(o),
|
|
1572
1572
|
disabled: n(l),
|
|
1573
1573
|
"hide-details": n(s),
|
|
1574
1574
|
label: n(a),
|
|
1575
|
-
max: n(
|
|
1576
|
-
min: n(
|
|
1577
|
-
readonly: n(
|
|
1575
|
+
max: n(p),
|
|
1576
|
+
min: n(d),
|
|
1577
|
+
readonly: n(b),
|
|
1578
1578
|
"show-ticks": u.value,
|
|
1579
|
-
step: n(
|
|
1580
|
-
theme: n(
|
|
1581
|
-
"thumb-label":
|
|
1582
|
-
"thumb-size": n(
|
|
1579
|
+
step: n(c),
|
|
1580
|
+
theme: n(f),
|
|
1581
|
+
"thumb-label": x.value,
|
|
1582
|
+
"thumb-size": n(g),
|
|
1583
1583
|
"tick-size": n(R),
|
|
1584
|
-
ticks:
|
|
1584
|
+
ticks: C.value
|
|
1585
1585
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
1586
1586
|
]),
|
|
1587
1587
|
_: 1
|
|
1588
1588
|
}, 8, ["modelValue"]);
|
|
1589
1589
|
};
|
|
1590
1590
|
}
|
|
1591
|
-
}), $l = /* @__PURE__ */
|
|
1591
|
+
}), $l = /* @__PURE__ */ $({
|
|
1592
1592
|
__name: "index",
|
|
1593
1593
|
props: {
|
|
1594
1594
|
node: {},
|
|
@@ -1598,77 +1598,77 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1598
1598
|
const e = t, { prop: i } = r(e, ["settings", "clearable"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
1599
1599
|
"settings",
|
|
1600
1600
|
"halfIncrements"
|
|
1601
|
-
]), { prop: a } = r(e, ["settings", "hover"]), { prop:
|
|
1602
|
-
return (u,
|
|
1603
|
-
const
|
|
1604
|
-
return v(),
|
|
1605
|
-
default:
|
|
1606
|
-
H(
|
|
1607
|
-
modelValue: n(
|
|
1608
|
-
"onUpdate:modelValue":
|
|
1601
|
+
]), { prop: a } = r(e, ["settings", "hover"]), { prop: p } = r(e, ["settings", "length"]), { prop: d } = r(e, ["settings", "readonly"]), { theme: b } = E(), { prop: m } = r(e, ["settings", "value"]);
|
|
1602
|
+
return (u, c) => {
|
|
1603
|
+
const f = z("v-rating");
|
|
1604
|
+
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1605
|
+
default: I(() => [
|
|
1606
|
+
H(f, {
|
|
1607
|
+
modelValue: n(m),
|
|
1608
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
|
|
1609
1609
|
clearable: n(i),
|
|
1610
1610
|
density: n(o),
|
|
1611
1611
|
disabled: n(l),
|
|
1612
1612
|
"half-increments": n(s),
|
|
1613
1613
|
hover: n(a),
|
|
1614
|
-
length: n(
|
|
1615
|
-
readonly: n(
|
|
1616
|
-
theme: n(
|
|
1614
|
+
length: n(p),
|
|
1615
|
+
readonly: n(d),
|
|
1616
|
+
theme: n(b)
|
|
1617
1617
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
1618
1618
|
]),
|
|
1619
1619
|
_: 1
|
|
1620
1620
|
});
|
|
1621
1621
|
};
|
|
1622
1622
|
}
|
|
1623
|
-
}), Il = /* @__PURE__ */
|
|
1623
|
+
}), Il = /* @__PURE__ */ $({
|
|
1624
1624
|
__name: "index",
|
|
1625
1625
|
props: {
|
|
1626
1626
|
node: {},
|
|
1627
1627
|
outer: { type: Boolean }
|
|
1628
1628
|
},
|
|
1629
1629
|
setup(t) {
|
|
1630
|
-
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme:
|
|
1631
|
-
return (
|
|
1632
|
-
const u =
|
|
1633
|
-
return v(),
|
|
1634
|
-
default:
|
|
1630
|
+
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: p } = E(), { prop: d } = r(e, ["settings", "value"]);
|
|
1631
|
+
return (b, m) => {
|
|
1632
|
+
const u = z("v-select");
|
|
1633
|
+
return v(), V(n(Z), null, {
|
|
1634
|
+
default: I(() => [
|
|
1635
1635
|
H(u, {
|
|
1636
|
-
modelValue: n(
|
|
1637
|
-
"onUpdate:modelValue":
|
|
1636
|
+
modelValue: n(d),
|
|
1637
|
+
"onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
|
|
1638
1638
|
"hide-details": n(i),
|
|
1639
1639
|
label: n(o),
|
|
1640
1640
|
placeholder: n(l),
|
|
1641
1641
|
readonly: n(s),
|
|
1642
1642
|
"single-line": n(a),
|
|
1643
|
-
theme: n(
|
|
1643
|
+
theme: n(p)
|
|
1644
1644
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1645
1645
|
]),
|
|
1646
1646
|
_: 1
|
|
1647
1647
|
});
|
|
1648
1648
|
};
|
|
1649
1649
|
}
|
|
1650
|
-
}), Sl = /* @__PURE__ */
|
|
1650
|
+
}), Sl = /* @__PURE__ */ $({
|
|
1651
1651
|
__name: "index",
|
|
1652
1652
|
props: {
|
|
1653
1653
|
node: {},
|
|
1654
1654
|
outer: { type: Boolean }
|
|
1655
1655
|
},
|
|
1656
1656
|
setup(t) {
|
|
1657
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "hideDetails"]), { prop:
|
|
1658
|
-
if (
|
|
1657
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "hideDetails"]), { prop: p } = r(e, ["settings", "label"]), { prop: d } = r(e, ["settings", "max"]), { prop: b } = r(e, ["settings", "min"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "showTicks"]), f = k(() => {
|
|
1658
|
+
if (c.value === "always")
|
|
1659
1659
|
return "always";
|
|
1660
|
-
if (
|
|
1660
|
+
if (c.value === "show")
|
|
1661
1661
|
return !0;
|
|
1662
|
-
}), { prop:
|
|
1662
|
+
}), { prop: h } = r(e, ["settings", "step"]), { theme: x } = E(), { prop: g } = r(e, [
|
|
1663
1663
|
"settings",
|
|
1664
1664
|
"thumbColor"
|
|
1665
|
-
]), { color:
|
|
1665
|
+
]), { color: w } = j(g), { prop: C } = r(e, [
|
|
1666
1666
|
"settings",
|
|
1667
1667
|
"thumbLabel"
|
|
1668
1668
|
]), R = k(() => {
|
|
1669
|
-
if (
|
|
1669
|
+
if (C.value === "always")
|
|
1670
1670
|
return "always";
|
|
1671
|
-
if (
|
|
1671
|
+
if (C.value === "show")
|
|
1672
1672
|
return !0;
|
|
1673
1673
|
}), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), D = k(() => {
|
|
1674
1674
|
if (!F.value)
|
|
@@ -1678,14 +1678,14 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1678
1678
|
le[We] = Kt;
|
|
1679
1679
|
if (!Qi(le))
|
|
1680
1680
|
return le;
|
|
1681
|
-
}), { prop:
|
|
1681
|
+
}), { prop: N } = r(e, ["settings", "tickSize"]), { prop: S } = r(e, [
|
|
1682
1682
|
"settings",
|
|
1683
1683
|
"trackColor"
|
|
1684
|
-
]), { color: M } = j(
|
|
1684
|
+
]), { color: M } = j(S), { prop: J } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
|
|
1685
1685
|
return (le, We) => {
|
|
1686
|
-
const Kt =
|
|
1687
|
-
return v(),
|
|
1688
|
-
default:
|
|
1686
|
+
const Kt = z("v-slider");
|
|
1687
|
+
return v(), V(n(Z), null, {
|
|
1688
|
+
default: I(() => [
|
|
1689
1689
|
H(Kt, {
|
|
1690
1690
|
modelValue: n(J),
|
|
1691
1691
|
"onUpdate:modelValue": We[0] || (We[0] = (Bo) => U(J) ? J.value = Bo : null),
|
|
@@ -1693,24 +1693,24 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1693
1693
|
direction: n(l),
|
|
1694
1694
|
disabled: n(s),
|
|
1695
1695
|
"hide-details": n(a),
|
|
1696
|
-
label: n(
|
|
1697
|
-
max: n(
|
|
1698
|
-
min: n(
|
|
1699
|
-
readonly: n(
|
|
1696
|
+
label: n(p),
|
|
1697
|
+
max: n(d),
|
|
1698
|
+
min: n(b),
|
|
1699
|
+
readonly: n(m),
|
|
1700
1700
|
reverse: n(u),
|
|
1701
|
-
"show-ticks":
|
|
1702
|
-
step: n(
|
|
1703
|
-
theme: n(
|
|
1704
|
-
"thumb-color": n(
|
|
1701
|
+
"show-ticks": f.value,
|
|
1702
|
+
step: n(h),
|
|
1703
|
+
theme: n(x),
|
|
1704
|
+
"thumb-color": n(w),
|
|
1705
1705
|
"thumb-label": R.value,
|
|
1706
1706
|
"thumb-size": n(W),
|
|
1707
|
-
"tick-size": n(
|
|
1707
|
+
"tick-size": n(N),
|
|
1708
1708
|
ticks: D.value,
|
|
1709
1709
|
"track-color": n(M)
|
|
1710
1710
|
}, Tn({ _: 2 }, [
|
|
1711
1711
|
n(te) ? {
|
|
1712
1712
|
name: "append",
|
|
1713
|
-
fn:
|
|
1713
|
+
fn: I(() => [
|
|
1714
1714
|
H(n(fe), {
|
|
1715
1715
|
"ref-context": { refid: n(te) },
|
|
1716
1716
|
state: {}
|
|
@@ -1720,7 +1720,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1720
1720
|
} : void 0,
|
|
1721
1721
|
n(re) ? {
|
|
1722
1722
|
name: "prepend",
|
|
1723
|
-
fn:
|
|
1723
|
+
fn: I(() => [
|
|
1724
1724
|
H(n(fe), {
|
|
1725
1725
|
"ref-context": { refid: n(re) },
|
|
1726
1726
|
state: {}
|
|
@@ -1734,23 +1734,23 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1734
1734
|
});
|
|
1735
1735
|
};
|
|
1736
1736
|
}
|
|
1737
|
-
}), Cl = /* @__PURE__ */
|
|
1737
|
+
}), Cl = /* @__PURE__ */ $({
|
|
1738
1738
|
__name: "index",
|
|
1739
1739
|
props: {
|
|
1740
1740
|
node: {},
|
|
1741
1741
|
outer: { type: Boolean }
|
|
1742
1742
|
},
|
|
1743
1743
|
setup(t) {
|
|
1744
|
-
const e = t, { prop: i } = r(e, ["settings", "hideActions"]), { theme: o } =
|
|
1744
|
+
const e = t, { prop: i } = r(e, ["settings", "hideActions"]), { theme: o } = E(), { prop: l } = r(e, ["settings", "value"]);
|
|
1745
1745
|
return (s, a) => {
|
|
1746
|
-
const
|
|
1747
|
-
return v(),
|
|
1746
|
+
const p = z("v-stepper");
|
|
1747
|
+
return v(), V(p, {
|
|
1748
1748
|
modelValue: n(l),
|
|
1749
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
1749
|
+
"onUpdate:modelValue": a[0] || (a[0] = (d) => U(l) ? l.value = d : null),
|
|
1750
1750
|
"hide-actions": n(i),
|
|
1751
1751
|
theme: n(o)
|
|
1752
1752
|
}, {
|
|
1753
|
-
default:
|
|
1753
|
+
default: I(() => [
|
|
1754
1754
|
L(s.$slots, "default")
|
|
1755
1755
|
]),
|
|
1756
1756
|
_: 3
|
|
@@ -1759,15 +1759,15 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1759
1759
|
}
|
|
1760
1760
|
}), Tl = {};
|
|
1761
1761
|
function Pl(t, e) {
|
|
1762
|
-
const i =
|
|
1763
|
-
return v(),
|
|
1764
|
-
default:
|
|
1762
|
+
const i = z("v-stepper-header");
|
|
1763
|
+
return v(), V(i, null, {
|
|
1764
|
+
default: I(() => [
|
|
1765
1765
|
L(t.$slots, "default")
|
|
1766
1766
|
]),
|
|
1767
1767
|
_: 3
|
|
1768
1768
|
});
|
|
1769
1769
|
}
|
|
1770
|
-
const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */
|
|
1770
|
+
const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ $({
|
|
1771
1771
|
__name: "index",
|
|
1772
1772
|
props: {
|
|
1773
1773
|
node: {},
|
|
@@ -1776,9 +1776,9 @@ const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ V({
|
|
|
1776
1776
|
setup(t) {
|
|
1777
1777
|
const e = t, { prop: i } = r(e, ["settings", "value"]);
|
|
1778
1778
|
return (o, l) => {
|
|
1779
|
-
const s =
|
|
1780
|
-
return v(),
|
|
1781
|
-
default:
|
|
1779
|
+
const s = z("v-stepper-item");
|
|
1780
|
+
return v(), V(s, { value: n(i) }, {
|
|
1781
|
+
default: I(() => [
|
|
1782
1782
|
L(o.$slots, "default")
|
|
1783
1783
|
]),
|
|
1784
1784
|
_: 3
|
|
@@ -1787,15 +1787,15 @@ const zl = /* @__PURE__ */ ge(Tl, [["render", Pl]]), Al = /* @__PURE__ */ V({
|
|
|
1787
1787
|
}
|
|
1788
1788
|
}), Ll = {};
|
|
1789
1789
|
function Bl(t, e) {
|
|
1790
|
-
const i =
|
|
1791
|
-
return v(),
|
|
1792
|
-
default:
|
|
1790
|
+
const i = z("v-stepper-window");
|
|
1791
|
+
return v(), V(i, null, {
|
|
1792
|
+
default: I(() => [
|
|
1793
1793
|
L(t.$slots, "default")
|
|
1794
1794
|
]),
|
|
1795
1795
|
_: 3
|
|
1796
1796
|
});
|
|
1797
1797
|
}
|
|
1798
|
-
const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]),
|
|
1798
|
+
const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ $({
|
|
1799
1799
|
__name: "index",
|
|
1800
1800
|
props: {
|
|
1801
1801
|
node: {},
|
|
@@ -1804,16 +1804,16 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1804
1804
|
setup(t) {
|
|
1805
1805
|
const e = t, { prop: i } = r(e, ["settings", "value"]);
|
|
1806
1806
|
return (o, l) => {
|
|
1807
|
-
const s =
|
|
1808
|
-
return v(),
|
|
1809
|
-
default:
|
|
1807
|
+
const s = z("v-stepper-window-item");
|
|
1808
|
+
return v(), V(s, { value: n(i) }, {
|
|
1809
|
+
default: I(() => [
|
|
1810
1810
|
L(o.$slots, "default")
|
|
1811
1811
|
]),
|
|
1812
1812
|
_: 3
|
|
1813
1813
|
}, 8, ["value"]);
|
|
1814
1814
|
};
|
|
1815
1815
|
}
|
|
1816
|
-
}),
|
|
1816
|
+
}), El = /* @__PURE__ */ $({
|
|
1817
1817
|
__name: "index",
|
|
1818
1818
|
props: {
|
|
1819
1819
|
node: {},
|
|
@@ -1823,23 +1823,23 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1823
1823
|
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, [
|
|
1824
1824
|
"settings",
|
|
1825
1825
|
"indeterminate"
|
|
1826
|
-
]), { prop:
|
|
1827
|
-
return (
|
|
1828
|
-
const
|
|
1829
|
-
return v(),
|
|
1830
|
-
default:
|
|
1831
|
-
H(
|
|
1832
|
-
modelValue: n(
|
|
1833
|
-
"onUpdate:modelValue":
|
|
1826
|
+
]), { prop: p } = r(e, ["settings", "inline"]), { prop: d } = r(e, ["settings", "inset"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { theme: u } = E(), { prop: c } = r(e, ["settings", "value"]);
|
|
1827
|
+
return (f, h) => {
|
|
1828
|
+
const x = z("v-switch");
|
|
1829
|
+
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1830
|
+
default: I(() => [
|
|
1831
|
+
H(x, {
|
|
1832
|
+
modelValue: n(c),
|
|
1833
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => U(c) ? c.value = g : null),
|
|
1834
1834
|
density: n(i),
|
|
1835
1835
|
direction: n(o),
|
|
1836
1836
|
disabled: n(l),
|
|
1837
1837
|
"hide-details": n(s),
|
|
1838
1838
|
indeterminate: n(a),
|
|
1839
|
-
inline: n(
|
|
1840
|
-
inset: n(
|
|
1841
|
-
label: n(
|
|
1842
|
-
loading: n(
|
|
1839
|
+
inline: n(p),
|
|
1840
|
+
inset: n(d),
|
|
1841
|
+
label: n(b),
|
|
1842
|
+
loading: n(m),
|
|
1843
1843
|
theme: n(u)
|
|
1844
1844
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
1845
1845
|
]),
|
|
@@ -1847,22 +1847,22 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1847
1847
|
});
|
|
1848
1848
|
};
|
|
1849
1849
|
}
|
|
1850
|
-
}), Rl = /* @__PURE__ */
|
|
1850
|
+
}), Rl = /* @__PURE__ */ $({
|
|
1851
1851
|
__name: "index",
|
|
1852
1852
|
props: {
|
|
1853
1853
|
node: {},
|
|
1854
1854
|
outer: { type: Boolean }
|
|
1855
1855
|
},
|
|
1856
1856
|
setup(t) {
|
|
1857
|
-
const e = t, i = G(), { prop: o } = r(e, ["settings", "text"]), { theme: l } =
|
|
1858
|
-
const
|
|
1859
|
-
return i === "editor" && (
|
|
1857
|
+
const e = t, i = G(), { prop: o } = r(e, ["settings", "text"]), { theme: l } = E(), { prop: s } = r(e, ["settings", "value"]), a = k(() => {
|
|
1858
|
+
const p = {};
|
|
1859
|
+
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
1860
1860
|
});
|
|
1861
|
-
return (
|
|
1862
|
-
const
|
|
1863
|
-
return v(),
|
|
1864
|
-
default:
|
|
1865
|
-
H(
|
|
1861
|
+
return (p, d) => {
|
|
1862
|
+
const b = z("v-tab");
|
|
1863
|
+
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1864
|
+
default: I(() => [
|
|
1865
|
+
H(b, {
|
|
1866
1866
|
style: Q(a.value),
|
|
1867
1867
|
text: n(o),
|
|
1868
1868
|
theme: n(l),
|
|
@@ -1873,7 +1873,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1873
1873
|
});
|
|
1874
1874
|
};
|
|
1875
1875
|
}
|
|
1876
|
-
}), Dl = /* @__PURE__ */
|
|
1876
|
+
}), Dl = /* @__PURE__ */ $({
|
|
1877
1877
|
__name: "index",
|
|
1878
1878
|
props: {
|
|
1879
1879
|
node: {},
|
|
@@ -1891,91 +1891,91 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1891
1891
|
"settings",
|
|
1892
1892
|
"color",
|
|
1893
1893
|
"selectedColor"
|
|
1894
|
-
]), { color:
|
|
1894
|
+
]), { color: p } = j(a), { prop: d } = r(e, ["settings", "density"]), { prop: b } = r(e, ["settings", "direction"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: c } = r(e, ["settings", "grow"]), { prop: f } = r(e, ["settings", "hideSlider"]), { prop: h } = r(e, ["settings", "items"]), { prop: x } = r(e, ["settings", "mandatory"]), { prop: g } = r(e, ["settings", "showArrows"]), { prop: w } = r(e, [
|
|
1895
1895
|
"settings",
|
|
1896
1896
|
"color",
|
|
1897
1897
|
"sliderColor"
|
|
1898
|
-
]), { color:
|
|
1899
|
-
return (D,
|
|
1900
|
-
const
|
|
1901
|
-
return v(),
|
|
1898
|
+
]), { color: C } = j(w), { prop: R } = r(e, ["settings", "stacked"]), { theme: W } = E(), { prop: F } = r(e, ["settings", "value"]);
|
|
1899
|
+
return (D, N) => {
|
|
1900
|
+
const S = z("v-tabs");
|
|
1901
|
+
return v(), V(S, {
|
|
1902
1902
|
modelValue: n(F),
|
|
1903
|
-
"onUpdate:modelValue":
|
|
1903
|
+
"onUpdate:modelValue": N[0] || (N[0] = (M) => U(F) ? F.value = M : null),
|
|
1904
1904
|
"align-tabs": n(i),
|
|
1905
1905
|
"bg-color": n(l),
|
|
1906
1906
|
"center-active": n(s),
|
|
1907
|
-
color: n(
|
|
1908
|
-
density: n(
|
|
1909
|
-
direction: n(
|
|
1910
|
-
disabled: n(
|
|
1907
|
+
color: n(p),
|
|
1908
|
+
density: n(d),
|
|
1909
|
+
direction: n(b),
|
|
1910
|
+
disabled: n(m),
|
|
1911
1911
|
"fixed-tabs": n(u),
|
|
1912
|
-
grow: n(
|
|
1913
|
-
"hide-slider": n(
|
|
1914
|
-
items: n(
|
|
1915
|
-
mandatory: n(
|
|
1916
|
-
"show-arrows": n(
|
|
1917
|
-
"slider-color": n(
|
|
1912
|
+
grow: n(c),
|
|
1913
|
+
"hide-slider": n(f),
|
|
1914
|
+
items: n(h),
|
|
1915
|
+
mandatory: n(x),
|
|
1916
|
+
"show-arrows": n(g),
|
|
1917
|
+
"slider-color": n(C),
|
|
1918
1918
|
stacked: n(R),
|
|
1919
1919
|
theme: n(W)
|
|
1920
1920
|
}, {
|
|
1921
|
-
default:
|
|
1921
|
+
default: I(() => [
|
|
1922
1922
|
L(D.$slots, "default")
|
|
1923
1923
|
]),
|
|
1924
1924
|
_: 3
|
|
1925
1925
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
|
|
1926
1926
|
};
|
|
1927
1927
|
}
|
|
1928
|
-
}), Ml = /* @__PURE__ */
|
|
1928
|
+
}), Ml = /* @__PURE__ */ $({
|
|
1929
1929
|
__name: "index",
|
|
1930
1930
|
props: {
|
|
1931
1931
|
node: {},
|
|
1932
1932
|
outer: { type: Boolean }
|
|
1933
1933
|
},
|
|
1934
1934
|
setup(t) {
|
|
1935
|
-
const e = t, i = Ve(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, ["settings", "decoration"]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop:
|
|
1936
|
-
const
|
|
1937
|
-
return
|
|
1935
|
+
const e = t, i = Ve(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, ["settings", "decoration"]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop: p } = r(e, ["settings", "text"]), { prop: d } = r(e, ["settings", "weight"]), b = k(() => {
|
|
1936
|
+
const m = [], u = Ee(i.value.width), c = $e(u, e.node.settings?.style);
|
|
1937
|
+
return c && m.push(`text-${c}`), s.value === "high" ? m.push("text-high-emphasis") : s.value === "medium" ? m.push("text-medium-emphasis") : s.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), l.value && m.push(`text-decoration-${l.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
1938
1938
|
});
|
|
1939
|
-
return (
|
|
1940
|
-
class: Ro(
|
|
1941
|
-
}, Do(n(
|
|
1939
|
+
return (m, u) => (v(), Y("span", {
|
|
1940
|
+
class: Ro(b.value)
|
|
1941
|
+
}, Do(n(p)), 3));
|
|
1942
1942
|
}
|
|
1943
|
-
}), Fl = /* @__PURE__ */
|
|
1943
|
+
}), Fl = /* @__PURE__ */ $({
|
|
1944
1944
|
__name: "index",
|
|
1945
1945
|
props: {
|
|
1946
1946
|
node: {},
|
|
1947
1947
|
outer: { type: Boolean }
|
|
1948
1948
|
},
|
|
1949
1949
|
setup(t) {
|
|
1950
|
-
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop:
|
|
1951
|
-
return (
|
|
1952
|
-
const R =
|
|
1953
|
-
return v(),
|
|
1954
|
-
default:
|
|
1950
|
+
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "maxRows"]), { prop: b } = r(e, ["settings", "placeholder"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "rows"]), { prop: f } = r(e, ["settings", "singleLine"]), { theme: h } = E(), { prop: x } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
|
|
1951
|
+
return (w, C) => {
|
|
1952
|
+
const R = z("v-textarea");
|
|
1953
|
+
return v(), V(n(Z), null, {
|
|
1954
|
+
default: I(() => [
|
|
1955
1955
|
H(R, {
|
|
1956
|
-
modelValue: n(
|
|
1957
|
-
"onUpdate:modelValue":
|
|
1956
|
+
modelValue: n(x),
|
|
1957
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => U(x) ? x.value = W : null),
|
|
1958
1958
|
"auto-grow": n(i),
|
|
1959
1959
|
clearable: n(o),
|
|
1960
1960
|
density: n(l),
|
|
1961
1961
|
disabled: n(s),
|
|
1962
1962
|
label: n(a),
|
|
1963
|
-
loading: n(
|
|
1964
|
-
"max-rows": n(
|
|
1965
|
-
placeholder: n(
|
|
1966
|
-
readonly: n(
|
|
1963
|
+
loading: n(p),
|
|
1964
|
+
"max-rows": n(d),
|
|
1965
|
+
placeholder: n(b),
|
|
1966
|
+
readonly: n(m),
|
|
1967
1967
|
reverse: n(u),
|
|
1968
|
-
rows: n(
|
|
1969
|
-
"single-line": n(
|
|
1970
|
-
theme: n(
|
|
1971
|
-
variant: n(
|
|
1968
|
+
rows: n(c),
|
|
1969
|
+
"single-line": n(f),
|
|
1970
|
+
theme: n(h),
|
|
1971
|
+
variant: n(g)
|
|
1972
1972
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
1973
1973
|
]),
|
|
1974
1974
|
_: 1
|
|
1975
1975
|
});
|
|
1976
1976
|
};
|
|
1977
1977
|
}
|
|
1978
|
-
}), Gl = /* @__PURE__ */
|
|
1978
|
+
}), Gl = /* @__PURE__ */ $({
|
|
1979
1979
|
__name: "index",
|
|
1980
1980
|
props: {
|
|
1981
1981
|
node: {},
|
|
@@ -1985,20 +1985,20 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
1985
1985
|
const e = t, { prop: i } = r(e, ["settings", "appendIcon"]), { prop: o } = r(e, [
|
|
1986
1986
|
"settings",
|
|
1987
1987
|
"appendInnerIcon"
|
|
1988
|
-
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop:
|
|
1988
|
+
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: p } = r(e, ["settings", "disabled"]), { prop: d } = r(e, ["settings", "hideDetails"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "prefix"]), { prop: f } = r(e, ["settings", "prependIcon"]), { prop: h } = r(e, [
|
|
1989
1989
|
"settings",
|
|
1990
1990
|
"prependInnerIcon"
|
|
1991
|
-
]), { prop:
|
|
1991
|
+
]), { prop: x } = r(e, ["settings", "readonly"]), { prop: g } = r(e, ["settings", "reverse"]), { prop: w } = r(e, ["settings", "singleLine"]), { prop: C } = r(e, ["settings", "suffix"]), { theme: R } = E(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["slots", "append"]), { prop: N } = r(e, [
|
|
1992
1992
|
"slots",
|
|
1993
1993
|
"appendInner"
|
|
1994
|
-
]), { prop:
|
|
1994
|
+
]), { prop: S } = r(e, ["slots", "prepend"]), { prop: M } = r(e, [
|
|
1995
1995
|
"slots",
|
|
1996
1996
|
"prependInner"
|
|
1997
1997
|
]);
|
|
1998
1998
|
return (J, te) => {
|
|
1999
|
-
const re =
|
|
2000
|
-
return v(),
|
|
2001
|
-
default:
|
|
1999
|
+
const re = z("v-text-field");
|
|
2000
|
+
return v(), V(n(Z), null, {
|
|
2001
|
+
default: I(() => [
|
|
2002
2002
|
H(re, {
|
|
2003
2003
|
modelValue: n(W),
|
|
2004
2004
|
"onUpdate:modelValue": te[0] || (te[0] = (le) => U(W) ? W.value = le : null),
|
|
@@ -2007,24 +2007,24 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2007
2007
|
autofocus: n(l),
|
|
2008
2008
|
clearable: n(s),
|
|
2009
2009
|
density: n(a),
|
|
2010
|
-
disabled: n(
|
|
2011
|
-
"hide-details": n(
|
|
2012
|
-
label: n(
|
|
2013
|
-
loading: n(
|
|
2010
|
+
disabled: n(p),
|
|
2011
|
+
"hide-details": n(d),
|
|
2012
|
+
label: n(b),
|
|
2013
|
+
loading: n(m),
|
|
2014
2014
|
placeholder: n(u),
|
|
2015
|
-
prefix: n(
|
|
2016
|
-
"prepend-icon": n(
|
|
2017
|
-
"prepend-inner-icon": n(
|
|
2018
|
-
readonly: n(
|
|
2019
|
-
reverse: n(
|
|
2020
|
-
"single-line": n(
|
|
2021
|
-
suffix: n(
|
|
2015
|
+
prefix: n(c),
|
|
2016
|
+
"prepend-icon": n(f),
|
|
2017
|
+
"prepend-inner-icon": n(h),
|
|
2018
|
+
readonly: n(x),
|
|
2019
|
+
reverse: n(g),
|
|
2020
|
+
"single-line": n(w),
|
|
2021
|
+
suffix: n(C),
|
|
2022
2022
|
theme: n(R),
|
|
2023
2023
|
variant: n(F)
|
|
2024
2024
|
}, Tn({ _: 2 }, [
|
|
2025
2025
|
n(D) ? {
|
|
2026
2026
|
name: "append",
|
|
2027
|
-
fn:
|
|
2027
|
+
fn: I(() => [
|
|
2028
2028
|
H(n(fe), {
|
|
2029
2029
|
"ref-context": { refid: n(D) },
|
|
2030
2030
|
state: {}
|
|
@@ -2032,21 +2032,21 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2032
2032
|
]),
|
|
2033
2033
|
key: "0"
|
|
2034
2034
|
} : void 0,
|
|
2035
|
-
n(
|
|
2035
|
+
n(N) ? {
|
|
2036
2036
|
name: "append-inner",
|
|
2037
|
-
fn:
|
|
2037
|
+
fn: I(() => [
|
|
2038
2038
|
H(n(fe), {
|
|
2039
|
-
"ref-context": { refid: n(
|
|
2039
|
+
"ref-context": { refid: n(N) },
|
|
2040
2040
|
state: {}
|
|
2041
2041
|
}, null, 8, ["ref-context"])
|
|
2042
2042
|
]),
|
|
2043
2043
|
key: "1"
|
|
2044
2044
|
} : void 0,
|
|
2045
|
-
n(
|
|
2045
|
+
n(S) ? {
|
|
2046
2046
|
name: "prepend",
|
|
2047
|
-
fn:
|
|
2047
|
+
fn: I(() => [
|
|
2048
2048
|
H(n(fe), {
|
|
2049
|
-
"ref-context": { refid: n(
|
|
2049
|
+
"ref-context": { refid: n(S) },
|
|
2050
2050
|
state: {}
|
|
2051
2051
|
}, null, 8, ["ref-context"])
|
|
2052
2052
|
]),
|
|
@@ -2054,7 +2054,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2054
2054
|
} : void 0,
|
|
2055
2055
|
n(M) ? {
|
|
2056
2056
|
name: "prepend-inner",
|
|
2057
|
-
fn:
|
|
2057
|
+
fn: I(() => [
|
|
2058
2058
|
H(n(fe), {
|
|
2059
2059
|
"ref-context": { refid: n(M) },
|
|
2060
2060
|
state: {}
|
|
@@ -2068,7 +2068,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2068
2068
|
});
|
|
2069
2069
|
};
|
|
2070
2070
|
}
|
|
2071
|
-
}), Hl = /* @__PURE__ */
|
|
2071
|
+
}), Hl = /* @__PURE__ */ $({
|
|
2072
2072
|
__name: "index",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
node: {},
|
|
@@ -2079,40 +2079,40 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2079
2079
|
"settings",
|
|
2080
2080
|
"dot",
|
|
2081
2081
|
"color"
|
|
2082
|
-
]), { color: a } = j(s), { prop:
|
|
2082
|
+
]), { color: a } = j(s), { prop: p } = r(e, ["settings", "dot", "fill"]), { prop: d } = r(e, [
|
|
2083
2083
|
"settings",
|
|
2084
2084
|
"hideOpposite"
|
|
2085
|
-
]), { prop:
|
|
2085
|
+
]), { prop: b } = r(e, [
|
|
2086
2086
|
"settings",
|
|
2087
2087
|
"line",
|
|
2088
2088
|
"color"
|
|
2089
|
-
]), { color:
|
|
2089
|
+
]), { color: m } = j(b), { prop: u } = r(e, ["settings", "line", "inset"]), { prop: c } = r(e, [
|
|
2090
2090
|
"settings",
|
|
2091
2091
|
"line",
|
|
2092
2092
|
"thickness"
|
|
2093
|
-
]), { prop:
|
|
2093
|
+
]), { prop: f } = r(e, ["settings", "side"]), { prop: h } = r(e, [
|
|
2094
2094
|
"settings",
|
|
2095
2095
|
"line",
|
|
2096
2096
|
"truncate"
|
|
2097
|
-
]), { theme:
|
|
2098
|
-
return (
|
|
2099
|
-
const
|
|
2100
|
-
return v(),
|
|
2097
|
+
]), { theme: x } = E();
|
|
2098
|
+
return (g, w) => {
|
|
2099
|
+
const C = z("v-timeline");
|
|
2100
|
+
return v(), V(C, {
|
|
2101
2101
|
align: n(i),
|
|
2102
2102
|
density: n(o),
|
|
2103
2103
|
direction: n(l),
|
|
2104
2104
|
"dot-color": n(a),
|
|
2105
|
-
"fill-dot": n(
|
|
2106
|
-
"hide-opposite": n(
|
|
2107
|
-
"line-color": n(
|
|
2105
|
+
"fill-dot": n(p),
|
|
2106
|
+
"hide-opposite": n(d),
|
|
2107
|
+
"line-color": n(m),
|
|
2108
2108
|
"line-inset": n(u),
|
|
2109
|
-
"line-thickness": n(
|
|
2110
|
-
side: n(
|
|
2111
|
-
theme: n(
|
|
2112
|
-
"truncate-line": n(
|
|
2109
|
+
"line-thickness": n(c),
|
|
2110
|
+
side: n(f),
|
|
2111
|
+
theme: n(x),
|
|
2112
|
+
"truncate-line": n(h)
|
|
2113
2113
|
}, {
|
|
2114
|
-
default:
|
|
2115
|
-
L(
|
|
2114
|
+
default: I(() => [
|
|
2115
|
+
L(g.$slots, "default")
|
|
2116
2116
|
]),
|
|
2117
2117
|
_: 3
|
|
2118
2118
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2120,37 +2120,37 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), El = /* @__PURE__ */ V({
|
|
|
2120
2120
|
}
|
|
2121
2121
|
}), jl = {};
|
|
2122
2122
|
function Kl(t, e) {
|
|
2123
|
-
const i =
|
|
2124
|
-
return v(),
|
|
2125
|
-
default:
|
|
2123
|
+
const i = z("v-timeline-item");
|
|
2124
|
+
return v(), V(i, null, {
|
|
2125
|
+
default: I(() => [
|
|
2126
2126
|
L(t.$slots, "default")
|
|
2127
2127
|
]),
|
|
2128
2128
|
_: 3
|
|
2129
2129
|
});
|
|
2130
2130
|
}
|
|
2131
|
-
const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */
|
|
2131
|
+
const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
|
|
2132
2132
|
__name: "index",
|
|
2133
2133
|
props: {
|
|
2134
2134
|
node: {},
|
|
2135
2135
|
outer: { type: Boolean }
|
|
2136
2136
|
},
|
|
2137
2137
|
setup(t) {
|
|
2138
|
-
const e = t, { prop: i } = r(e, ["settings", "continuous"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, ["settings", "showArrows"]), { prop:
|
|
2139
|
-
return (
|
|
2140
|
-
const
|
|
2141
|
-
return v(),
|
|
2142
|
-
modelValue: n(
|
|
2143
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
2138
|
+
const e = t, { prop: i } = r(e, ["settings", "continuous"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, ["settings", "showArrows"]), { prop: p } = r(e, ["settings", "touch"]), { theme: d } = E(), { prop: b } = r(e, ["settings", "value"]);
|
|
2139
|
+
return (m, u) => {
|
|
2140
|
+
const c = z("v-window");
|
|
2141
|
+
return v(), V(c, {
|
|
2142
|
+
modelValue: n(b),
|
|
2143
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => U(b) ? b.value = f : null),
|
|
2144
2144
|
continuous: n(i),
|
|
2145
2145
|
direction: n(l),
|
|
2146
2146
|
disabled: n(o),
|
|
2147
2147
|
reverse: n(s),
|
|
2148
2148
|
"show-arrows": n(a),
|
|
2149
|
-
theme: n(
|
|
2150
|
-
touch: n(
|
|
2149
|
+
theme: n(d),
|
|
2150
|
+
touch: n(p)
|
|
2151
2151
|
}, {
|
|
2152
|
-
default:
|
|
2153
|
-
L(
|
|
2152
|
+
default: I(() => [
|
|
2153
|
+
L(m.$slots, "default")
|
|
2154
2154
|
]),
|
|
2155
2155
|
_: 3
|
|
2156
2156
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2158,15 +2158,15 @@ const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */ V({
|
|
|
2158
2158
|
}
|
|
2159
2159
|
}), Xl = {};
|
|
2160
2160
|
function Yl(t, e) {
|
|
2161
|
-
const i =
|
|
2162
|
-
return v(),
|
|
2163
|
-
default:
|
|
2161
|
+
const i = z("v-window-item");
|
|
2162
|
+
return v(), V(i, null, {
|
|
2163
|
+
default: I(() => [
|
|
2164
2164
|
L(t.$slots, "default")
|
|
2165
2165
|
]),
|
|
2166
2166
|
_: 3
|
|
2167
2167
|
});
|
|
2168
2168
|
}
|
|
2169
|
-
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1",
|
|
2169
|
+
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1", mt = "form_v1", en = "globality_v1", pt = "group_v1", dt = "icon_v1", ft = "keyboard_controls_v1", bt = "line_chart_v1", yt = "map_controls_v1", ht = "menu_v1", gt = "mesh_v1", Zl = "mesh_basic_material_v1", Nn = "multiple_ref_v1", xt = "number_input_v1", vt = "orbit_controls_v1", kt = "orthographic_camera_v1", _t = "pagination_v1", wt = "perspective_camera_v1", Vt = "point_light_v1", bo = "radio_v1", $t = "radio_group_v1", It = "range_slider_v1", St = "rating_v1", En = "render_switch_v1", Ct = "select_v1", Re = "single_ref_v1", Tt = "slider_v1", Pt = "sphere_geometry_v1", zt = "spot_light_v1", At = "stepper_v1", yo = "stepper_header_v1", ho = "stepper_item_v1", go = "stepper_window_v1", xo = "stepper_window_item_v1", Lt = "switch_v1", vo = "tab_v1", Rn = "table_v1", Bt = "tabs_v1", Wt = "text_v1", Nt = "textarea_v1", Et = "text_field_v1", Rt = "timeline_v1", ko = "timeline_item_v1", Dt = "window_v1", _o = "window_item_v1", y = {
|
|
2170
2170
|
key: "basic",
|
|
2171
2171
|
name: "x-runtime-lib.basic",
|
|
2172
2172
|
children: [
|
|
@@ -2647,8 +2647,8 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2647
2647
|
name: "x-runtime-lib.orthographicCamera",
|
|
2648
2648
|
comp: gs,
|
|
2649
2649
|
props: {
|
|
2650
|
-
pageScene: [
|
|
2651
|
-
compScene: [
|
|
2650
|
+
pageScene: [y, X, Yn],
|
|
2651
|
+
compScene: [y, X, Yn]
|
|
2652
2652
|
},
|
|
2653
2653
|
events: [],
|
|
2654
2654
|
methods: [],
|
|
@@ -2693,39 +2693,39 @@ const Jn = {
|
|
|
2693
2693
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2694
2694
|
comp: vs,
|
|
2695
2695
|
props: {
|
|
2696
|
-
pageScene: [
|
|
2697
|
-
compScene: [
|
|
2696
|
+
pageScene: [y, X, Jn],
|
|
2697
|
+
compScene: [y, X, Jn]
|
|
2698
2698
|
},
|
|
2699
2699
|
events: [],
|
|
2700
2700
|
methods: [],
|
|
2701
2701
|
slots: []
|
|
2702
2702
|
};
|
|
2703
2703
|
_(ea);
|
|
2704
|
-
const ta = /* @__PURE__ */
|
|
2704
|
+
const ta = /* @__PURE__ */ $({
|
|
2705
2705
|
__name: "index",
|
|
2706
2706
|
setup(t) {
|
|
2707
2707
|
const e = G();
|
|
2708
|
-
return (i, o) => n(e) !== "editor" ? (v(),
|
|
2708
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(qo), { key: 0 })) : ee("", !0);
|
|
2709
2709
|
}
|
|
2710
|
-
}), na = /* @__PURE__ */
|
|
2710
|
+
}), na = /* @__PURE__ */ $({
|
|
2711
2711
|
__name: "index",
|
|
2712
2712
|
setup(t) {
|
|
2713
2713
|
const e = G();
|
|
2714
|
-
return (i, o) => n(e) !== "editor" ? (v(),
|
|
2714
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(Qo), { key: 0 })) : ee("", !0);
|
|
2715
2715
|
}
|
|
2716
|
-
}), ia = /* @__PURE__ */
|
|
2716
|
+
}), ia = /* @__PURE__ */ $({
|
|
2717
2717
|
__name: "index",
|
|
2718
2718
|
setup(t) {
|
|
2719
2719
|
const e = G();
|
|
2720
|
-
return (i, o) => n(e) !== "editor" ? (v(),
|
|
2720
|
+
return (i, o) => n(e) !== "editor" ? (v(), V(n(es), { key: 0 })) : ee("", !0);
|
|
2721
2721
|
}
|
|
2722
2722
|
}), oa = {
|
|
2723
2723
|
key: ft,
|
|
2724
2724
|
name: "x-runtime-lib.keyboardControls",
|
|
2725
2725
|
comp: ta,
|
|
2726
2726
|
props: {
|
|
2727
|
-
pageScene: [
|
|
2728
|
-
compScene: [
|
|
2727
|
+
pageScene: [y],
|
|
2728
|
+
compScene: [y]
|
|
2729
2729
|
},
|
|
2730
2730
|
events: [],
|
|
2731
2731
|
methods: [],
|
|
@@ -2738,8 +2738,8 @@ const sa = {
|
|
|
2738
2738
|
name: "x-runtime-lib.mapControls",
|
|
2739
2739
|
comp: na,
|
|
2740
2740
|
props: {
|
|
2741
|
-
pageScene: [
|
|
2742
|
-
compScene: [
|
|
2741
|
+
pageScene: [y],
|
|
2742
|
+
compScene: [y]
|
|
2743
2743
|
},
|
|
2744
2744
|
events: [],
|
|
2745
2745
|
methods: [],
|
|
@@ -2752,8 +2752,8 @@ const ra = {
|
|
|
2752
2752
|
name: "x-runtime-lib.orbitControls",
|
|
2753
2753
|
comp: ia,
|
|
2754
2754
|
props: {
|
|
2755
|
-
pageScene: [
|
|
2756
|
-
compScene: [
|
|
2755
|
+
pageScene: [y],
|
|
2756
|
+
compScene: [y]
|
|
2757
2757
|
},
|
|
2758
2758
|
events: [],
|
|
2759
2759
|
methods: [],
|
|
@@ -2762,7 +2762,7 @@ const ra = {
|
|
|
2762
2762
|
};
|
|
2763
2763
|
_(ra);
|
|
2764
2764
|
function la(t, e) {
|
|
2765
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2765
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2766
2766
|
if (!o) {
|
|
2767
2767
|
console.error(`boxGeometryV1/spawn prop tag not found, ${i}`);
|
|
2768
2768
|
return;
|
|
@@ -2773,7 +2773,7 @@ function la(t, e) {
|
|
|
2773
2773
|
return;
|
|
2774
2774
|
}
|
|
2775
2775
|
const s = {};
|
|
2776
|
-
return
|
|
2776
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Te.key, s.transform = {
|
|
2777
2777
|
position: {
|
|
2778
2778
|
x: 0,
|
|
2779
2779
|
y: 0,
|
|
@@ -2795,7 +2795,7 @@ function la(t, e) {
|
|
|
2795
2795
|
], s;
|
|
2796
2796
|
}
|
|
2797
2797
|
function aa(t, e) {
|
|
2798
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2798
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2799
2799
|
if (!o) {
|
|
2800
2800
|
console.error(
|
|
2801
2801
|
`boxGeometryV1/spawnBoxGeometry prop tag not found, ${i}`
|
|
@@ -2810,7 +2810,7 @@ function aa(t, e) {
|
|
|
2810
2810
|
return;
|
|
2811
2811
|
}
|
|
2812
2812
|
const s = {};
|
|
2813
|
-
return
|
|
2813
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = tn.key, s.settings = {
|
|
2814
2814
|
width: 1,
|
|
2815
2815
|
height: 1,
|
|
2816
2816
|
depth: 1,
|
|
@@ -2820,7 +2820,7 @@ function aa(t, e) {
|
|
|
2820
2820
|
}, s;
|
|
2821
2821
|
}
|
|
2822
2822
|
function ua(t, e) {
|
|
2823
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2823
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2824
2824
|
if (!o) {
|
|
2825
2825
|
console.error(
|
|
2826
2826
|
`boxGeometryV1/spawnMeshBasicMaterial prop tag not found, ${i}`
|
|
@@ -2835,7 +2835,7 @@ function ua(t, e) {
|
|
|
2835
2835
|
return;
|
|
2836
2836
|
}
|
|
2837
2837
|
const s = {};
|
|
2838
|
-
return
|
|
2838
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Ce.key, s;
|
|
2839
2839
|
}
|
|
2840
2840
|
const Zn = {
|
|
2841
2841
|
key: "settings",
|
|
@@ -2886,8 +2886,8 @@ const Zn = {
|
|
|
2886
2886
|
name: "x-runtime-lib.boxGeometry",
|
|
2887
2887
|
comp: _s,
|
|
2888
2888
|
props: {
|
|
2889
|
-
pageScene: [
|
|
2890
|
-
compScene: [
|
|
2889
|
+
pageScene: [y, Zn],
|
|
2890
|
+
compScene: [y, Zn]
|
|
2891
2891
|
},
|
|
2892
2892
|
events: [],
|
|
2893
2893
|
methods: [],
|
|
@@ -2897,7 +2897,7 @@ const Zn = {
|
|
|
2897
2897
|
};
|
|
2898
2898
|
_(tn);
|
|
2899
2899
|
function ca(t, e) {
|
|
2900
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2900
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2901
2901
|
if (!o) {
|
|
2902
2902
|
console.error(`sphereGeometryV1/spawn prop tag not found, ${i}`);
|
|
2903
2903
|
return;
|
|
@@ -2908,7 +2908,7 @@ function ca(t, e) {
|
|
|
2908
2908
|
return;
|
|
2909
2909
|
}
|
|
2910
2910
|
const s = {};
|
|
2911
|
-
return
|
|
2911
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Te.key, s.transform = {
|
|
2912
2912
|
position: {
|
|
2913
2913
|
x: 0,
|
|
2914
2914
|
y: 0,
|
|
@@ -2925,12 +2925,12 @@ function ca(t, e) {
|
|
|
2925
2925
|
z: 1
|
|
2926
2926
|
}
|
|
2927
2927
|
}, s.children = [
|
|
2928
|
-
|
|
2929
|
-
|
|
2928
|
+
ma(t, e),
|
|
2929
|
+
pa(t, e)
|
|
2930
2930
|
], s;
|
|
2931
2931
|
}
|
|
2932
|
-
function
|
|
2933
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2932
|
+
function ma(t, e) {
|
|
2933
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2934
2934
|
if (!o) {
|
|
2935
2935
|
console.error(
|
|
2936
2936
|
`sphereGeometryV1/spawnSphereGeometry prop tag not found, ${i}`
|
|
@@ -2945,7 +2945,7 @@ function pa(t, e) {
|
|
|
2945
2945
|
return;
|
|
2946
2946
|
}
|
|
2947
2947
|
const s = {};
|
|
2948
|
-
return
|
|
2948
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = nn.key, s.settings = {
|
|
2949
2949
|
radius: 1,
|
|
2950
2950
|
widthSegements: 32,
|
|
2951
2951
|
heightSegements: 16,
|
|
@@ -2955,8 +2955,8 @@ function pa(t, e) {
|
|
|
2955
2955
|
thetaLength: 3.141592653589793
|
|
2956
2956
|
}, s;
|
|
2957
2957
|
}
|
|
2958
|
-
function
|
|
2959
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
2958
|
+
function pa(t, e) {
|
|
2959
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2960
2960
|
if (!o) {
|
|
2961
2961
|
console.error(
|
|
2962
2962
|
`sphereGeometryV1/spawnMeshBasicMaterial prop tag not found, ${i}`
|
|
@@ -2971,7 +2971,7 @@ function ma(t, e) {
|
|
|
2971
2971
|
return;
|
|
2972
2972
|
}
|
|
2973
2973
|
const s = {};
|
|
2974
|
-
return
|
|
2974
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Ce.key, s;
|
|
2975
2975
|
}
|
|
2976
2976
|
const qn = {
|
|
2977
2977
|
key: "settings",
|
|
@@ -3030,8 +3030,8 @@ const qn = {
|
|
|
3030
3030
|
name: "x-runtime-lib.sphereGeometry",
|
|
3031
3031
|
comp: Vs,
|
|
3032
3032
|
props: {
|
|
3033
|
-
pageScene: [
|
|
3034
|
-
compScene: [
|
|
3033
|
+
pageScene: [y, qn],
|
|
3034
|
+
compScene: [y, qn]
|
|
3035
3035
|
},
|
|
3036
3036
|
events: [],
|
|
3037
3037
|
methods: [],
|
|
@@ -3062,8 +3062,8 @@ const Qn = {
|
|
|
3062
3062
|
name: "x-runtime-lib.ambientLight",
|
|
3063
3063
|
comp: Is,
|
|
3064
3064
|
props: {
|
|
3065
|
-
pageScene: [
|
|
3066
|
-
compScene: [
|
|
3065
|
+
pageScene: [y, X, Qn],
|
|
3066
|
+
compScene: [y, X, Qn]
|
|
3067
3067
|
},
|
|
3068
3068
|
events: [],
|
|
3069
3069
|
methods: [],
|
|
@@ -3092,8 +3092,8 @@ const ei = {
|
|
|
3092
3092
|
name: "x-runtime-lib.directionalLight",
|
|
3093
3093
|
comp: Cs,
|
|
3094
3094
|
props: {
|
|
3095
|
-
pageScene: [
|
|
3096
|
-
compScene: [
|
|
3095
|
+
pageScene: [y, X, ei],
|
|
3096
|
+
compScene: [y, X, ei]
|
|
3097
3097
|
},
|
|
3098
3098
|
events: [],
|
|
3099
3099
|
methods: [],
|
|
@@ -3136,8 +3136,8 @@ const ti = {
|
|
|
3136
3136
|
name: "x-runtime-lib.pointLight",
|
|
3137
3137
|
comp: Ps,
|
|
3138
3138
|
props: {
|
|
3139
|
-
pageScene: [
|
|
3140
|
-
compScene: [
|
|
3139
|
+
pageScene: [y, X, ti],
|
|
3140
|
+
compScene: [y, X, ti]
|
|
3141
3141
|
},
|
|
3142
3142
|
events: [],
|
|
3143
3143
|
methods: [],
|
|
@@ -3197,8 +3197,8 @@ const ni = {
|
|
|
3197
3197
|
name: "x-runtime-lib.spotLight",
|
|
3198
3198
|
comp: As,
|
|
3199
3199
|
props: {
|
|
3200
|
-
pageScene: [
|
|
3201
|
-
compScene: [
|
|
3200
|
+
pageScene: [y, X, ni],
|
|
3201
|
+
compScene: [y, X, ni]
|
|
3202
3202
|
},
|
|
3203
3203
|
events: [],
|
|
3204
3204
|
methods: [],
|
|
@@ -3210,8 +3210,8 @@ const Ce = {
|
|
|
3210
3210
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3211
3211
|
comp: Ws,
|
|
3212
3212
|
props: {
|
|
3213
|
-
pageScene: [
|
|
3214
|
-
compScene: [
|
|
3213
|
+
pageScene: [y],
|
|
3214
|
+
compScene: [y]
|
|
3215
3215
|
},
|
|
3216
3216
|
events: [],
|
|
3217
3217
|
methods: [],
|
|
@@ -3220,12 +3220,12 @@ const Ce = {
|
|
|
3220
3220
|
};
|
|
3221
3221
|
_(Ce);
|
|
3222
3222
|
const ha = {
|
|
3223
|
-
key:
|
|
3223
|
+
key: pt,
|
|
3224
3224
|
name: "x-runtime-lib.group",
|
|
3225
|
-
comp:
|
|
3225
|
+
comp: Es,
|
|
3226
3226
|
props: {
|
|
3227
|
-
pageScene: [
|
|
3228
|
-
compScene: [
|
|
3227
|
+
pageScene: [y, X],
|
|
3228
|
+
compScene: [y, X]
|
|
3229
3229
|
},
|
|
3230
3230
|
events: [],
|
|
3231
3231
|
methods: [],
|
|
@@ -3237,8 +3237,8 @@ const Te = {
|
|
|
3237
3237
|
name: "x-runtime-lib.mesh",
|
|
3238
3238
|
comp: Ds,
|
|
3239
3239
|
props: {
|
|
3240
|
-
pageScene: [
|
|
3241
|
-
compScene: [
|
|
3240
|
+
pageScene: [y, X],
|
|
3241
|
+
compScene: [y, X]
|
|
3242
3242
|
},
|
|
3243
3243
|
events: [],
|
|
3244
3244
|
methods: [],
|
|
@@ -3246,7 +3246,7 @@ const Te = {
|
|
|
3246
3246
|
};
|
|
3247
3247
|
_(Te);
|
|
3248
3248
|
function ga(t, e) {
|
|
3249
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
3249
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3250
3250
|
if (!o) {
|
|
3251
3251
|
console.error(`barChartV1/spawn prop tag not found, ${i}`);
|
|
3252
3252
|
return;
|
|
@@ -3257,7 +3257,7 @@ function ga(t, e) {
|
|
|
3257
3257
|
return;
|
|
3258
3258
|
}
|
|
3259
3259
|
const s = {};
|
|
3260
|
-
return
|
|
3260
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = on.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3261
3261
|
{
|
|
3262
3262
|
type: "bar",
|
|
3263
3263
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3290,8 +3290,8 @@ const ii = {
|
|
|
3290
3290
|
name: "x-runtime-lib.barChart",
|
|
3291
3291
|
comp: Ur,
|
|
3292
3292
|
props: {
|
|
3293
|
-
pageCommon: [
|
|
3294
|
-
compCommon: [
|
|
3293
|
+
pageCommon: [y, O, Me, Fe, Ge, De, ii],
|
|
3294
|
+
compCommon: [y, O, Me, Fe, Ge, De, ii]
|
|
3295
3295
|
},
|
|
3296
3296
|
events: [],
|
|
3297
3297
|
methods: [],
|
|
@@ -3301,7 +3301,7 @@ const ii = {
|
|
|
3301
3301
|
};
|
|
3302
3302
|
_(on);
|
|
3303
3303
|
function xa(t, e) {
|
|
3304
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
3304
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3305
3305
|
if (!o) {
|
|
3306
3306
|
console.error(`lineChartV1/spawn prop tag not found, ${i}`);
|
|
3307
3307
|
return;
|
|
@@ -3312,7 +3312,7 @@ function xa(t, e) {
|
|
|
3312
3312
|
return;
|
|
3313
3313
|
}
|
|
3314
3314
|
const s = {};
|
|
3315
|
-
return
|
|
3315
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = sn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3316
3316
|
{
|
|
3317
3317
|
type: "line",
|
|
3318
3318
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3345,8 +3345,8 @@ const oi = {
|
|
|
3345
3345
|
name: "x-runtime-lib.lineChart",
|
|
3346
3346
|
comp: Or,
|
|
3347
3347
|
props: {
|
|
3348
|
-
pageCommon: [
|
|
3349
|
-
compCommon: [
|
|
3348
|
+
pageCommon: [y, O, Me, Fe, Ge, De, oi],
|
|
3349
|
+
compCommon: [y, O, Me, Fe, Ge, De, oi]
|
|
3350
3350
|
},
|
|
3351
3351
|
events: [],
|
|
3352
3352
|
methods: [],
|
|
@@ -3455,15 +3455,15 @@ const li = {
|
|
|
3455
3455
|
name: "x-runtime-lib.badge",
|
|
3456
3456
|
comp: Xr,
|
|
3457
3457
|
props: {
|
|
3458
|
-
pageCommon: [
|
|
3459
|
-
compCommon: [
|
|
3458
|
+
pageCommon: [y, li],
|
|
3459
|
+
compCommon: [y, li]
|
|
3460
3460
|
},
|
|
3461
3461
|
events: [],
|
|
3462
3462
|
methods: [],
|
|
3463
3463
|
slots: []
|
|
3464
3464
|
};
|
|
3465
3465
|
function ka(t, e) {
|
|
3466
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
3466
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3467
3467
|
if (!o) {
|
|
3468
3468
|
console.error(`btnV1/spawn prop tag not found, ${i}`);
|
|
3469
3469
|
return;
|
|
@@ -3474,7 +3474,7 @@ function ka(t, e) {
|
|
|
3474
3474
|
return;
|
|
3475
3475
|
}
|
|
3476
3476
|
const s = {};
|
|
3477
|
-
return
|
|
3477
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = rn.key, s.settings.text = "button", s;
|
|
3478
3478
|
}
|
|
3479
3479
|
const _a = B(K), ai = {
|
|
3480
3480
|
key: "settings",
|
|
@@ -3568,8 +3568,8 @@ const _a = B(K), ai = {
|
|
|
3568
3568
|
name: "x-runtime-lib.button",
|
|
3569
3569
|
comp: Yr,
|
|
3570
3570
|
props: {
|
|
3571
|
-
pageCommon: [
|
|
3572
|
-
compCommon: [
|
|
3571
|
+
pageCommon: [y, O, ai],
|
|
3572
|
+
compCommon: [y, O, ai]
|
|
3573
3573
|
},
|
|
3574
3574
|
events: [
|
|
3575
3575
|
{
|
|
@@ -3589,8 +3589,8 @@ const wa = {
|
|
|
3589
3589
|
name: "x-runtime-lib.buttonGroup",
|
|
3590
3590
|
comp: qr,
|
|
3591
3591
|
props: {
|
|
3592
|
-
pageCommon: [
|
|
3593
|
-
compCommon: [
|
|
3592
|
+
pageCommon: [y],
|
|
3593
|
+
compCommon: [y]
|
|
3594
3594
|
},
|
|
3595
3595
|
events: [],
|
|
3596
3596
|
methods: [],
|
|
@@ -3663,8 +3663,8 @@ const ui = {
|
|
|
3663
3663
|
name: "x-runtime-lib.buttonToggle",
|
|
3664
3664
|
comp: Qr,
|
|
3665
3665
|
props: {
|
|
3666
|
-
pageCommon: [
|
|
3667
|
-
compCommon: [
|
|
3666
|
+
pageCommon: [y, ui],
|
|
3667
|
+
compCommon: [y, ui]
|
|
3668
3668
|
},
|
|
3669
3669
|
events: [],
|
|
3670
3670
|
methods: [],
|
|
@@ -3672,7 +3672,7 @@ const ui = {
|
|
|
3672
3672
|
};
|
|
3673
3673
|
_(Va);
|
|
3674
3674
|
function $a(t, e) {
|
|
3675
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
3675
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3676
3676
|
if (!o) {
|
|
3677
3677
|
console.error(`cardV1/spawn prop tag not found, ${i}`);
|
|
3678
3678
|
return;
|
|
@@ -3683,7 +3683,7 @@ function $a(t, e) {
|
|
|
3683
3683
|
return;
|
|
3684
3684
|
}
|
|
3685
3685
|
const s = {};
|
|
3686
|
-
return
|
|
3686
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Pe.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3687
3687
|
}
|
|
3688
3688
|
const ci = {
|
|
3689
3689
|
key: "settings",
|
|
@@ -3745,8 +3745,8 @@ const ci = {
|
|
|
3745
3745
|
name: "x-runtime-lib.card",
|
|
3746
3746
|
comp: el,
|
|
3747
3747
|
props: {
|
|
3748
|
-
pageCommon: [
|
|
3749
|
-
compCommon: [
|
|
3748
|
+
pageCommon: [y, O, ci],
|
|
3749
|
+
compCommon: [y, O, ci]
|
|
3750
3750
|
},
|
|
3751
3751
|
events: [],
|
|
3752
3752
|
methods: [],
|
|
@@ -3754,7 +3754,7 @@ const ci = {
|
|
|
3754
3754
|
spawn: $a
|
|
3755
3755
|
};
|
|
3756
3756
|
_(Pe);
|
|
3757
|
-
const
|
|
3757
|
+
const mi = {
|
|
3758
3758
|
key: "settings",
|
|
3759
3759
|
name: "x-runtime-lib.settings",
|
|
3760
3760
|
children: [
|
|
@@ -3776,8 +3776,8 @@ const pi = {
|
|
|
3776
3776
|
name: "x-runtime-lib.checkbox",
|
|
3777
3777
|
comp: tl,
|
|
3778
3778
|
props: {
|
|
3779
|
-
pageCommon: [
|
|
3780
|
-
compCommon: [
|
|
3779
|
+
pageCommon: [y, mi],
|
|
3780
|
+
compCommon: [y, mi]
|
|
3781
3781
|
},
|
|
3782
3782
|
events: [],
|
|
3783
3783
|
methods: [],
|
|
@@ -3785,7 +3785,7 @@ const pi = {
|
|
|
3785
3785
|
leaf: !0
|
|
3786
3786
|
};
|
|
3787
3787
|
_(Ia);
|
|
3788
|
-
const Sa = B(K),
|
|
3788
|
+
const Sa = B(K), pi = {
|
|
3789
3789
|
key: "settings",
|
|
3790
3790
|
name: "x-runtime-lib.settings",
|
|
3791
3791
|
children: [
|
|
@@ -3865,8 +3865,8 @@ const Sa = B(K), mi = {
|
|
|
3865
3865
|
name: "x-runtime-lib.chip",
|
|
3866
3866
|
comp: nl,
|
|
3867
3867
|
props: {
|
|
3868
|
-
pageCommon: [
|
|
3869
|
-
compCommon: [
|
|
3868
|
+
pageCommon: [y, pi],
|
|
3869
|
+
compCommon: [y, pi]
|
|
3870
3870
|
},
|
|
3871
3871
|
events: [],
|
|
3872
3872
|
methods: [],
|
|
@@ -3875,7 +3875,7 @@ const Sa = B(K), mi = {
|
|
|
3875
3875
|
};
|
|
3876
3876
|
_(ln);
|
|
3877
3877
|
function Ca(t, e) {
|
|
3878
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
3878
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3879
3879
|
if (!o) {
|
|
3880
3880
|
console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
|
|
3881
3881
|
return;
|
|
@@ -3886,7 +3886,7 @@ function Ca(t, e) {
|
|
|
3886
3886
|
return;
|
|
3887
3887
|
}
|
|
3888
3888
|
const s = {};
|
|
3889
|
-
return
|
|
3889
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = an.key, s.children = [
|
|
3890
3890
|
xe(t, e, "chip1", "chip 1"),
|
|
3891
3891
|
xe(t, e, "chip2", "chip 2"),
|
|
3892
3892
|
xe(t, e, "chip3", "chip 3"),
|
|
@@ -3896,7 +3896,7 @@ function Ca(t, e) {
|
|
|
3896
3896
|
], s;
|
|
3897
3897
|
}
|
|
3898
3898
|
function xe(t, e, i, o) {
|
|
3899
|
-
const l = `type=${t} subtype=${e}`, s =
|
|
3899
|
+
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
3900
3900
|
if (!s) {
|
|
3901
3901
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${l}`);
|
|
3902
3902
|
return;
|
|
@@ -3906,8 +3906,8 @@ function xe(t, e, i, o) {
|
|
|
3906
3906
|
console.error(`chipGroupV1/spawnChip props not found, ${l}`);
|
|
3907
3907
|
return;
|
|
3908
3908
|
}
|
|
3909
|
-
const
|
|
3910
|
-
return
|
|
3909
|
+
const p = {};
|
|
3910
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = ln.key, p.settings.value = i, p.settings.text = o, p;
|
|
3911
3911
|
}
|
|
3912
3912
|
const di = {
|
|
3913
3913
|
key: "settings",
|
|
@@ -3968,8 +3968,8 @@ const di = {
|
|
|
3968
3968
|
name: "x-runtime-lib.chipGroup",
|
|
3969
3969
|
comp: il,
|
|
3970
3970
|
props: {
|
|
3971
|
-
pageCommon: [
|
|
3972
|
-
compCommon: [
|
|
3971
|
+
pageCommon: [y, di],
|
|
3972
|
+
compCommon: [y, di]
|
|
3973
3973
|
},
|
|
3974
3974
|
events: [],
|
|
3975
3975
|
methods: [],
|
|
@@ -3982,8 +3982,8 @@ const Ta = {
|
|
|
3982
3982
|
name: "x-runtime-lib.colorPicker",
|
|
3983
3983
|
comp: ol,
|
|
3984
3984
|
props: {
|
|
3985
|
-
pageCommon: [
|
|
3986
|
-
compCommon: [
|
|
3985
|
+
pageCommon: [y],
|
|
3986
|
+
compCommon: [y]
|
|
3987
3987
|
},
|
|
3988
3988
|
events: [],
|
|
3989
3989
|
methods: [],
|
|
@@ -4037,8 +4037,8 @@ const fi = {
|
|
|
4037
4037
|
name: "x-runtime-lib.combobox",
|
|
4038
4038
|
comp: sl,
|
|
4039
4039
|
props: {
|
|
4040
|
-
pageCommon: [
|
|
4041
|
-
compCommon: [
|
|
4040
|
+
pageCommon: [y, fi],
|
|
4041
|
+
compCommon: [y, fi]
|
|
4042
4042
|
},
|
|
4043
4043
|
events: [],
|
|
4044
4044
|
methods: [],
|
|
@@ -4058,8 +4058,8 @@ const bi = {
|
|
|
4058
4058
|
name: "x-runtime-lib.container",
|
|
4059
4059
|
comp: rl,
|
|
4060
4060
|
props: {
|
|
4061
|
-
pageCommon: [
|
|
4062
|
-
compCommon: [
|
|
4061
|
+
pageCommon: [y, O, ke, _e, we, bi],
|
|
4062
|
+
compCommon: [y, O, ke, _e, we, bi]
|
|
4063
4063
|
},
|
|
4064
4064
|
events: [
|
|
4065
4065
|
{
|
|
@@ -4229,8 +4229,8 @@ const yi = {
|
|
|
4229
4229
|
name: "x-runtime-lib.dataTable",
|
|
4230
4230
|
comp: ll,
|
|
4231
4231
|
props: {
|
|
4232
|
-
pageCommon: [
|
|
4233
|
-
compCommon: [
|
|
4232
|
+
pageCommon: [y, yi, hi, gi],
|
|
4233
|
+
compCommon: [y, yi, hi, gi]
|
|
4234
4234
|
},
|
|
4235
4235
|
events: [],
|
|
4236
4236
|
methods: [],
|
|
@@ -4243,8 +4243,8 @@ const Aa = {
|
|
|
4243
4243
|
name: "x-runtime-lib.datePicker",
|
|
4244
4244
|
comp: cl,
|
|
4245
4245
|
props: {
|
|
4246
|
-
pageCommon: [
|
|
4247
|
-
compCommon: [
|
|
4246
|
+
pageCommon: [y],
|
|
4247
|
+
compCommon: [y]
|
|
4248
4248
|
},
|
|
4249
4249
|
events: [],
|
|
4250
4250
|
methods: [],
|
|
@@ -4255,10 +4255,10 @@ _(Aa);
|
|
|
4255
4255
|
const La = {
|
|
4256
4256
|
key: lt,
|
|
4257
4257
|
name: "x-runtime-lib.dialog",
|
|
4258
|
-
comp:
|
|
4258
|
+
comp: pl,
|
|
4259
4259
|
props: {
|
|
4260
|
-
pageCommon: [
|
|
4261
|
-
compCommon: [
|
|
4260
|
+
pageCommon: [y],
|
|
4261
|
+
compCommon: [y]
|
|
4262
4262
|
},
|
|
4263
4263
|
events: [],
|
|
4264
4264
|
methods: [
|
|
@@ -4288,8 +4288,8 @@ const xi = {
|
|
|
4288
4288
|
name: "x-runtime-lib.fileInput",
|
|
4289
4289
|
comp: dl,
|
|
4290
4290
|
props: {
|
|
4291
|
-
pageCommon: [
|
|
4292
|
-
compCommon: [
|
|
4291
|
+
pageCommon: [y, xi],
|
|
4292
|
+
compCommon: [y, xi]
|
|
4293
4293
|
},
|
|
4294
4294
|
events: [],
|
|
4295
4295
|
methods: [],
|
|
@@ -4317,8 +4317,8 @@ const xi = {
|
|
|
4317
4317
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4318
4318
|
comp: bl,
|
|
4319
4319
|
props: {
|
|
4320
|
-
pageCommon: [
|
|
4321
|
-
compCommon: [
|
|
4320
|
+
pageCommon: [y, O, vi],
|
|
4321
|
+
compCommon: [y, O, vi]
|
|
4322
4322
|
},
|
|
4323
4323
|
events: [],
|
|
4324
4324
|
methods: [],
|
|
@@ -4326,7 +4326,7 @@ const xi = {
|
|
|
4326
4326
|
};
|
|
4327
4327
|
_(cn);
|
|
4328
4328
|
function Ba(t, e) {
|
|
4329
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
4329
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4330
4330
|
if (!o) {
|
|
4331
4331
|
console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
|
|
4332
4332
|
return;
|
|
@@ -4337,8 +4337,8 @@ function Ba(t, e) {
|
|
|
4337
4337
|
return;
|
|
4338
4338
|
}
|
|
4339
4339
|
const s = {};
|
|
4340
|
-
return
|
|
4341
|
-
|
|
4340
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s.children = [
|
|
4341
|
+
mn(
|
|
4342
4342
|
t,
|
|
4343
4343
|
e,
|
|
4344
4344
|
"#ff0000",
|
|
@@ -4348,7 +4348,7 @@ function Ba(t, e) {
|
|
|
4348
4348
|
"40px",
|
|
4349
4349
|
void 0
|
|
4350
4350
|
),
|
|
4351
|
-
|
|
4351
|
+
mn(
|
|
4352
4352
|
t,
|
|
4353
4353
|
e,
|
|
4354
4354
|
"#00ff00",
|
|
@@ -4361,24 +4361,24 @@ function Ba(t, e) {
|
|
|
4361
4361
|
Wa(t, e)
|
|
4362
4362
|
], s;
|
|
4363
4363
|
}
|
|
4364
|
-
function
|
|
4365
|
-
const
|
|
4366
|
-
if (!
|
|
4364
|
+
function mn(t, e, i, o, l, s, a, p, d) {
|
|
4365
|
+
const b = `type=${t} subtype=${e}`, m = A(t, e);
|
|
4366
|
+
if (!m) {
|
|
4367
4367
|
console.error(
|
|
4368
|
-
`flexLayoutV1/spawnContainer prop tag not found, ${
|
|
4368
|
+
`flexLayoutV1/spawnContainer prop tag not found, ${b}`
|
|
4369
4369
|
);
|
|
4370
4370
|
return;
|
|
4371
4371
|
}
|
|
4372
|
-
const u = un.props[
|
|
4372
|
+
const u = un.props[m];
|
|
4373
4373
|
if (!u) {
|
|
4374
|
-
console.error(`flexLayoutV1/spawnContainer props not found, ${
|
|
4374
|
+
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
4375
4375
|
return;
|
|
4376
4376
|
}
|
|
4377
|
-
const
|
|
4378
|
-
return
|
|
4377
|
+
const c = {};
|
|
4378
|
+
return P(c, u), c.basic.id = T(16), c.basic.key = un.key, o && (c.size.width = o), l && (c.size.minWidth = l), a && (c.size.height = a), p && (c.size.minHeight = p), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
|
|
4379
4379
|
}
|
|
4380
4380
|
function Wa(t, e) {
|
|
4381
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
4381
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4382
4382
|
if (!o) {
|
|
4383
4383
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
|
|
4384
4384
|
return;
|
|
@@ -4394,8 +4394,8 @@ function Wa(t, e) {
|
|
|
4394
4394
|
key: ""
|
|
4395
4395
|
}
|
|
4396
4396
|
};
|
|
4397
|
-
return
|
|
4398
|
-
|
|
4397
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = cn.key, s.children = [
|
|
4398
|
+
mn(
|
|
4399
4399
|
t,
|
|
4400
4400
|
e,
|
|
4401
4401
|
"#0000ff",
|
|
@@ -4585,8 +4585,8 @@ const ki = {
|
|
|
4585
4585
|
name: "x-runtime-lib.flexLayout",
|
|
4586
4586
|
comp: fl,
|
|
4587
4587
|
props: {
|
|
4588
|
-
pageCommon: [
|
|
4589
|
-
compCommon: [
|
|
4588
|
+
pageCommon: [y, O, ke, _e, we, ki],
|
|
4589
|
+
compCommon: [y, O, ke, _e, we, ki]
|
|
4590
4590
|
},
|
|
4591
4591
|
events: [
|
|
4592
4592
|
{
|
|
@@ -4750,13 +4750,13 @@ const _i = {
|
|
|
4750
4750
|
default: void 0
|
|
4751
4751
|
}
|
|
4752
4752
|
]
|
|
4753
|
-
},
|
|
4754
|
-
key:
|
|
4753
|
+
}, pn = {
|
|
4754
|
+
key: Et,
|
|
4755
4755
|
name: "x-runtime-lib.textField",
|
|
4756
4756
|
comp: Gl,
|
|
4757
4757
|
props: {
|
|
4758
|
-
pageCommon: [
|
|
4759
|
-
compCommon: [
|
|
4758
|
+
pageCommon: [y, _i, wi],
|
|
4759
|
+
compCommon: [y, _i, wi]
|
|
4760
4760
|
},
|
|
4761
4761
|
events: [],
|
|
4762
4762
|
methods: [],
|
|
@@ -4788,9 +4788,9 @@ const _i = {
|
|
|
4788
4788
|
],
|
|
4789
4789
|
leaf: !0
|
|
4790
4790
|
};
|
|
4791
|
-
_(
|
|
4792
|
-
function
|
|
4793
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
4791
|
+
_(pn);
|
|
4792
|
+
function Na(t, e) {
|
|
4793
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4794
4794
|
if (!o) {
|
|
4795
4795
|
console.error(`formV1/spawn prop tag not found, ${i}`);
|
|
4796
4796
|
return;
|
|
@@ -4801,21 +4801,21 @@ function Ea(t, e) {
|
|
|
4801
4801
|
return;
|
|
4802
4802
|
}
|
|
4803
4803
|
const s = {};
|
|
4804
|
-
return
|
|
4804
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = dn.key, s.children = [Ea(t, e)], s;
|
|
4805
4805
|
}
|
|
4806
|
-
function
|
|
4807
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
4806
|
+
function Ea(t, e) {
|
|
4807
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4808
4808
|
if (!o) {
|
|
4809
4809
|
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
4810
4810
|
return;
|
|
4811
4811
|
}
|
|
4812
|
-
const l =
|
|
4812
|
+
const l = pn.props[o];
|
|
4813
4813
|
if (!l) {
|
|
4814
4814
|
console.error(`formV1/spawnTextField props not found, ${i}`);
|
|
4815
4815
|
return;
|
|
4816
4816
|
}
|
|
4817
4817
|
const s = {};
|
|
4818
|
-
return
|
|
4818
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = pn.key, s;
|
|
4819
4819
|
}
|
|
4820
4820
|
const Vi = {
|
|
4821
4821
|
key: "settings",
|
|
@@ -4836,12 +4836,12 @@ const Vi = {
|
|
|
4836
4836
|
}
|
|
4837
4837
|
]
|
|
4838
4838
|
}, dn = {
|
|
4839
|
-
key:
|
|
4839
|
+
key: mt,
|
|
4840
4840
|
name: "x-runtime-lib.form",
|
|
4841
4841
|
comp: yl,
|
|
4842
4842
|
props: {
|
|
4843
|
-
pageCommon: [
|
|
4844
|
-
compCommon: [
|
|
4843
|
+
pageCommon: [y, O, ke, _e, we, Vi],
|
|
4844
|
+
compCommon: [y, O, ke, _e, we, Vi]
|
|
4845
4845
|
},
|
|
4846
4846
|
events: [
|
|
4847
4847
|
{
|
|
@@ -4852,7 +4852,7 @@ const Vi = {
|
|
|
4852
4852
|
],
|
|
4853
4853
|
methods: [],
|
|
4854
4854
|
slots: [],
|
|
4855
|
-
spawn:
|
|
4855
|
+
spawn: Na
|
|
4856
4856
|
};
|
|
4857
4857
|
_(dn);
|
|
4858
4858
|
const Ra = B(K), $i = {
|
|
@@ -4885,8 +4885,8 @@ const Ra = B(K), $i = {
|
|
|
4885
4885
|
name: "x-runtime-lib.icon",
|
|
4886
4886
|
comp: hl,
|
|
4887
4887
|
props: {
|
|
4888
|
-
pageCommon: [
|
|
4889
|
-
compCommon: [
|
|
4888
|
+
pageCommon: [y, $i],
|
|
4889
|
+
compCommon: [y, $i]
|
|
4890
4890
|
},
|
|
4891
4891
|
events: [],
|
|
4892
4892
|
methods: [],
|
|
@@ -4899,8 +4899,8 @@ const Ma = {
|
|
|
4899
4899
|
name: "x-runtime-lib.menu",
|
|
4900
4900
|
comp: xl,
|
|
4901
4901
|
props: {
|
|
4902
|
-
pageCommon: [
|
|
4903
|
-
compCommon: [
|
|
4902
|
+
pageCommon: [y],
|
|
4903
|
+
compCommon: [y]
|
|
4904
4904
|
},
|
|
4905
4905
|
events: [],
|
|
4906
4906
|
methods: [
|
|
@@ -4922,7 +4922,7 @@ const Ma = {
|
|
|
4922
4922
|
};
|
|
4923
4923
|
_(Ma);
|
|
4924
4924
|
function Fa(t, e) {
|
|
4925
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
4925
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4926
4926
|
if (!o) {
|
|
4927
4927
|
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
4928
4928
|
return;
|
|
@@ -4933,7 +4933,7 @@ function Fa(t, e) {
|
|
|
4933
4933
|
return;
|
|
4934
4934
|
}
|
|
4935
4935
|
const s = {};
|
|
4936
|
-
return
|
|
4936
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = fn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
4937
4937
|
}
|
|
4938
4938
|
const Ii = {
|
|
4939
4939
|
key: "size",
|
|
@@ -5107,8 +5107,8 @@ const Ii = {
|
|
|
5107
5107
|
name: "x-runtime-lib.numberInput",
|
|
5108
5108
|
comp: vl,
|
|
5109
5109
|
props: {
|
|
5110
|
-
pageCommon: [
|
|
5111
|
-
compCommon: [
|
|
5110
|
+
pageCommon: [y, Ii, Si],
|
|
5111
|
+
compCommon: [y, Ii, Si]
|
|
5112
5112
|
},
|
|
5113
5113
|
events: [
|
|
5114
5114
|
{
|
|
@@ -5211,8 +5211,8 @@ const Ci = {
|
|
|
5211
5211
|
name: "x-runtime-lib.pagination",
|
|
5212
5212
|
comp: kl,
|
|
5213
5213
|
props: {
|
|
5214
|
-
pageCommon: [
|
|
5215
|
-
compCommon: [
|
|
5214
|
+
pageCommon: [y, Ci],
|
|
5215
|
+
compCommon: [y, Ci]
|
|
5216
5216
|
},
|
|
5217
5217
|
events: [],
|
|
5218
5218
|
methods: [],
|
|
@@ -5262,8 +5262,8 @@ const Ha = B(K), Ti = {
|
|
|
5262
5262
|
name: "x-runtime-lib.radio",
|
|
5263
5263
|
comp: _l,
|
|
5264
5264
|
props: {
|
|
5265
|
-
pageCommon: [
|
|
5266
|
-
compCommon: [
|
|
5265
|
+
pageCommon: [y, Ti],
|
|
5266
|
+
compCommon: [y, Ti]
|
|
5267
5267
|
},
|
|
5268
5268
|
events: [],
|
|
5269
5269
|
methods: [],
|
|
@@ -5272,7 +5272,7 @@ const Ha = B(K), Ti = {
|
|
|
5272
5272
|
};
|
|
5273
5273
|
_(bn);
|
|
5274
5274
|
function ja(t, e) {
|
|
5275
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
5275
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5276
5276
|
if (!o) {
|
|
5277
5277
|
console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
|
|
5278
5278
|
return;
|
|
@@ -5283,14 +5283,14 @@ function ja(t, e) {
|
|
|
5283
5283
|
return;
|
|
5284
5284
|
}
|
|
5285
5285
|
const s = {};
|
|
5286
|
-
return
|
|
5286
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.children = [
|
|
5287
5287
|
Ot(t, e, "option1", "Option 1"),
|
|
5288
5288
|
Ot(t, e, "option2", "Option 2"),
|
|
5289
5289
|
Ot(t, e, "option3", "Option 3")
|
|
5290
5290
|
], s.settings.value = "option1", s;
|
|
5291
5291
|
}
|
|
5292
5292
|
function Ot(t, e, i, o) {
|
|
5293
|
-
const l = `type=${t} subtype=${e}`, s =
|
|
5293
|
+
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5294
5294
|
if (!s) {
|
|
5295
5295
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
|
|
5296
5296
|
return;
|
|
@@ -5300,8 +5300,8 @@ function Ot(t, e, i, o) {
|
|
|
5300
5300
|
console.error(`radioGroupV1/spawnEntry props not found, ${l}`);
|
|
5301
5301
|
return;
|
|
5302
5302
|
}
|
|
5303
|
-
const
|
|
5304
|
-
return
|
|
5303
|
+
const p = {};
|
|
5304
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = bn.key, p.settings.value = i, p.settings.label = o, p;
|
|
5305
5305
|
}
|
|
5306
5306
|
const Pi = {
|
|
5307
5307
|
key: "settings",
|
|
@@ -5351,8 +5351,8 @@ const Pi = {
|
|
|
5351
5351
|
name: "x-runtime-lib.radioGroup",
|
|
5352
5352
|
comp: wl,
|
|
5353
5353
|
props: {
|
|
5354
|
-
pageCommon: [
|
|
5355
|
-
compCommon: [
|
|
5354
|
+
pageCommon: [y, Pi],
|
|
5355
|
+
compCommon: [y, Pi]
|
|
5356
5356
|
},
|
|
5357
5357
|
events: [],
|
|
5358
5358
|
methods: [],
|
|
@@ -5482,8 +5482,8 @@ const zi = {
|
|
|
5482
5482
|
name: "x-runtime-lib.rangeSlider",
|
|
5483
5483
|
comp: Vl,
|
|
5484
5484
|
props: {
|
|
5485
|
-
pageCommon: [
|
|
5486
|
-
compCommon: [
|
|
5485
|
+
pageCommon: [y, zi],
|
|
5486
|
+
compCommon: [y, zi]
|
|
5487
5487
|
},
|
|
5488
5488
|
events: [],
|
|
5489
5489
|
methods: [],
|
|
@@ -5551,8 +5551,8 @@ const Ai = {
|
|
|
5551
5551
|
name: "x-runtime-lib.rating",
|
|
5552
5552
|
comp: $l,
|
|
5553
5553
|
props: {
|
|
5554
|
-
pageCommon: [
|
|
5555
|
-
compCommon: [
|
|
5554
|
+
pageCommon: [y, Ai],
|
|
5555
|
+
compCommon: [y, Ai]
|
|
5556
5556
|
},
|
|
5557
5557
|
events: [],
|
|
5558
5558
|
methods: [],
|
|
@@ -5606,8 +5606,8 @@ const Li = {
|
|
|
5606
5606
|
name: "x-runtime-lib.select",
|
|
5607
5607
|
comp: Il,
|
|
5608
5608
|
props: {
|
|
5609
|
-
pageCommon: [
|
|
5610
|
-
compCommon: [
|
|
5609
|
+
pageCommon: [y, Li],
|
|
5610
|
+
compCommon: [y, Li]
|
|
5611
5611
|
},
|
|
5612
5612
|
events: [],
|
|
5613
5613
|
methods: [],
|
|
@@ -5755,8 +5755,8 @@ const Bi = {
|
|
|
5755
5755
|
name: "x-runtime-lib.slider",
|
|
5756
5756
|
comp: Sl,
|
|
5757
5757
|
props: {
|
|
5758
|
-
pageCommon: [
|
|
5759
|
-
compCommon: [
|
|
5758
|
+
pageCommon: [y, Bi, Wi],
|
|
5759
|
+
compCommon: [y, Bi, Wi]
|
|
5760
5760
|
},
|
|
5761
5761
|
events: [],
|
|
5762
5762
|
methods: [],
|
|
@@ -5769,15 +5769,15 @@ const hn = {
|
|
|
5769
5769
|
name: "x-runtime-lib.stepperHeader",
|
|
5770
5770
|
comp: zl,
|
|
5771
5771
|
props: {
|
|
5772
|
-
pageCommon: [
|
|
5773
|
-
compCommon: [
|
|
5772
|
+
pageCommon: [y],
|
|
5773
|
+
compCommon: [y]
|
|
5774
5774
|
},
|
|
5775
5775
|
events: [],
|
|
5776
5776
|
methods: [],
|
|
5777
5777
|
slots: []
|
|
5778
5778
|
};
|
|
5779
5779
|
_(hn);
|
|
5780
|
-
const
|
|
5780
|
+
const Ni = {
|
|
5781
5781
|
key: "settings",
|
|
5782
5782
|
name: "x-runtime-lib.settings",
|
|
5783
5783
|
children: [
|
|
@@ -5793,8 +5793,8 @@ const Ei = {
|
|
|
5793
5793
|
name: "x-runtime-lib.stepperItem",
|
|
5794
5794
|
comp: Al,
|
|
5795
5795
|
props: {
|
|
5796
|
-
pageCommon: [
|
|
5797
|
-
compCommon: [
|
|
5796
|
+
pageCommon: [y, Ni],
|
|
5797
|
+
compCommon: [y, Ni]
|
|
5798
5798
|
},
|
|
5799
5799
|
events: [],
|
|
5800
5800
|
methods: [],
|
|
@@ -5806,15 +5806,15 @@ const xn = {
|
|
|
5806
5806
|
name: "x-runtime-lib.stepperWindow",
|
|
5807
5807
|
comp: Wl,
|
|
5808
5808
|
props: {
|
|
5809
|
-
pageCommon: [
|
|
5810
|
-
compCommon: [
|
|
5809
|
+
pageCommon: [y],
|
|
5810
|
+
compCommon: [y]
|
|
5811
5811
|
},
|
|
5812
5812
|
events: [],
|
|
5813
5813
|
methods: [],
|
|
5814
5814
|
slots: []
|
|
5815
5815
|
};
|
|
5816
5816
|
_(xn);
|
|
5817
|
-
const
|
|
5817
|
+
const Ei = {
|
|
5818
5818
|
key: "settings",
|
|
5819
5819
|
name: "x-runtime-lib.settings",
|
|
5820
5820
|
children: [
|
|
@@ -5828,10 +5828,10 @@ const Ni = {
|
|
|
5828
5828
|
}, vn = {
|
|
5829
5829
|
key: xo,
|
|
5830
5830
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5831
|
-
comp:
|
|
5831
|
+
comp: Nl,
|
|
5832
5832
|
props: {
|
|
5833
|
-
pageCommon: [
|
|
5834
|
-
compCommon: [
|
|
5833
|
+
pageCommon: [y, Ei],
|
|
5834
|
+
compCommon: [y, Ei]
|
|
5835
5835
|
},
|
|
5836
5836
|
events: [],
|
|
5837
5837
|
methods: [],
|
|
@@ -5839,7 +5839,7 @@ const Ni = {
|
|
|
5839
5839
|
};
|
|
5840
5840
|
_(vn);
|
|
5841
5841
|
function Ya(t, e) {
|
|
5842
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
5842
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5843
5843
|
if (!o) {
|
|
5844
5844
|
console.error(`stepperV1/spawn prop tag not found, ${i}`);
|
|
5845
5845
|
return;
|
|
@@ -5850,10 +5850,10 @@ function Ya(t, e) {
|
|
|
5850
5850
|
return;
|
|
5851
5851
|
}
|
|
5852
5852
|
const s = {};
|
|
5853
|
-
return
|
|
5853
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = kn.key, s.children = [Ja(t, e), Za(t, e)], s;
|
|
5854
5854
|
}
|
|
5855
5855
|
function Ja(t, e) {
|
|
5856
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
5856
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5857
5857
|
if (!o) {
|
|
5858
5858
|
console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
|
|
5859
5859
|
return;
|
|
@@ -5864,14 +5864,14 @@ function Ja(t, e) {
|
|
|
5864
5864
|
return;
|
|
5865
5865
|
}
|
|
5866
5866
|
const s = {};
|
|
5867
|
-
return
|
|
5867
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
|
|
5868
5868
|
Xt(t, e, "step1"),
|
|
5869
5869
|
Xt(t, e, "step2"),
|
|
5870
5870
|
Xt(t, e, "step3")
|
|
5871
5871
|
], s;
|
|
5872
5872
|
}
|
|
5873
5873
|
function Xt(t, e, i) {
|
|
5874
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
5874
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
5875
5875
|
if (!l) {
|
|
5876
5876
|
console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
|
|
5877
5877
|
return;
|
|
@@ -5882,10 +5882,10 @@ function Xt(t, e, i) {
|
|
|
5882
5882
|
return;
|
|
5883
5883
|
}
|
|
5884
5884
|
const a = {};
|
|
5885
|
-
return
|
|
5885
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = gn.key, a.children = [], a.settings.value = i, a;
|
|
5886
5886
|
}
|
|
5887
5887
|
function Za(t, e) {
|
|
5888
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
5888
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5889
5889
|
if (!o) {
|
|
5890
5890
|
console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
|
|
5891
5891
|
return;
|
|
@@ -5896,14 +5896,14 @@ function Za(t, e) {
|
|
|
5896
5896
|
return;
|
|
5897
5897
|
}
|
|
5898
5898
|
const s = {};
|
|
5899
|
-
return
|
|
5899
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = xn.key, s.children = [
|
|
5900
5900
|
Yt(t, e, "step1", "step 1"),
|
|
5901
5901
|
Yt(t, e, "step2", "step 2"),
|
|
5902
5902
|
Yt(t, e, "step3", "step 3")
|
|
5903
5903
|
], s;
|
|
5904
5904
|
}
|
|
5905
5905
|
function Yt(t, e, i, o) {
|
|
5906
|
-
const l = `type=${t} subtype=${e}`, s =
|
|
5906
|
+
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5907
5907
|
if (!s) {
|
|
5908
5908
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${l}`);
|
|
5909
5909
|
return;
|
|
@@ -5913,11 +5913,11 @@ function Yt(t, e, i, o) {
|
|
|
5913
5913
|
console.error(`stepperV1/spawnWindowItem props not found, ${l}`);
|
|
5914
5914
|
return;
|
|
5915
5915
|
}
|
|
5916
|
-
const
|
|
5917
|
-
return
|
|
5916
|
+
const p = {};
|
|
5917
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = vn.key, p.children = [qa(t, e, o)], p.settings.value = i, p;
|
|
5918
5918
|
}
|
|
5919
5919
|
function qa(t, e, i) {
|
|
5920
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
5920
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
5921
5921
|
if (!l) {
|
|
5922
5922
|
console.error(`stepperV1/spawnCard prop tag not found, ${o}`);
|
|
5923
5923
|
return;
|
|
@@ -5928,7 +5928,7 @@ function qa(t, e, i) {
|
|
|
5928
5928
|
return;
|
|
5929
5929
|
}
|
|
5930
5930
|
const a = {};
|
|
5931
|
-
return
|
|
5931
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Pe.key, a.children = [], a.settings.title = i, a;
|
|
5932
5932
|
}
|
|
5933
5933
|
const Ri = {
|
|
5934
5934
|
key: "settings",
|
|
@@ -5952,8 +5952,8 @@ const Ri = {
|
|
|
5952
5952
|
name: "x-runtime-lib.stepper",
|
|
5953
5953
|
comp: Cl,
|
|
5954
5954
|
props: {
|
|
5955
|
-
pageCommon: [
|
|
5956
|
-
compCommon: [
|
|
5955
|
+
pageCommon: [y, Ri],
|
|
5956
|
+
compCommon: [y, Ri]
|
|
5957
5957
|
},
|
|
5958
5958
|
events: [],
|
|
5959
5959
|
methods: [],
|
|
@@ -5964,10 +5964,10 @@ _(kn);
|
|
|
5964
5964
|
const Qa = {
|
|
5965
5965
|
key: Lt,
|
|
5966
5966
|
name: "x-runtime-lib.switch",
|
|
5967
|
-
comp:
|
|
5967
|
+
comp: El,
|
|
5968
5968
|
props: {
|
|
5969
|
-
pageCommon: [
|
|
5970
|
-
compCommon: [
|
|
5969
|
+
pageCommon: [y],
|
|
5970
|
+
compCommon: [y]
|
|
5971
5971
|
},
|
|
5972
5972
|
events: [],
|
|
5973
5973
|
methods: [],
|
|
@@ -5997,8 +5997,8 @@ const Di = {
|
|
|
5997
5997
|
name: "x-runtime-lib.tab",
|
|
5998
5998
|
comp: Rl,
|
|
5999
5999
|
props: {
|
|
6000
|
-
pageCommon: [
|
|
6001
|
-
compCommon: [
|
|
6000
|
+
pageCommon: [y, Di],
|
|
6001
|
+
compCommon: [y, Di]
|
|
6002
6002
|
},
|
|
6003
6003
|
events: [],
|
|
6004
6004
|
methods: [],
|
|
@@ -6007,7 +6007,7 @@ const Di = {
|
|
|
6007
6007
|
};
|
|
6008
6008
|
_(_n);
|
|
6009
6009
|
function eu(t, e) {
|
|
6010
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
6010
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6011
6011
|
if (!o) {
|
|
6012
6012
|
console.error(`tabsV1/spawn prop tag not found, ${i}`);
|
|
6013
6013
|
return;
|
|
@@ -6018,14 +6018,14 @@ function eu(t, e) {
|
|
|
6018
6018
|
return;
|
|
6019
6019
|
}
|
|
6020
6020
|
const s = {};
|
|
6021
|
-
return
|
|
6021
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = wn.key, s.children = [
|
|
6022
6022
|
Jt(t, e, "tab1", "tab 1"),
|
|
6023
6023
|
Jt(t, e, "tab2", "tab 2"),
|
|
6024
6024
|
Jt(t, e, "tab3", "tab 3")
|
|
6025
6025
|
], s;
|
|
6026
6026
|
}
|
|
6027
6027
|
function Jt(t, e, i, o) {
|
|
6028
|
-
const l = `type=${t} subtype=${e}`, s =
|
|
6028
|
+
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6029
6029
|
if (!s) {
|
|
6030
6030
|
console.error(`tabsV1/spawnTab prop tag not found, ${l}`);
|
|
6031
6031
|
return;
|
|
@@ -6035,8 +6035,8 @@ function Jt(t, e, i, o) {
|
|
|
6035
6035
|
console.error(`tabsV1/spawnTab props not found, ${l}`);
|
|
6036
6036
|
return;
|
|
6037
6037
|
}
|
|
6038
|
-
const
|
|
6039
|
-
return
|
|
6038
|
+
const p = {};
|
|
6039
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = _n.key, p.settings.value = i, p.settings.text = o, p;
|
|
6040
6040
|
}
|
|
6041
6041
|
const jn = B(K);
|
|
6042
6042
|
jn.key = "backgroundColor";
|
|
@@ -6131,8 +6131,8 @@ const Mi = {
|
|
|
6131
6131
|
name: "x-runtime-lib.tabs",
|
|
6132
6132
|
comp: Dl,
|
|
6133
6133
|
props: {
|
|
6134
|
-
pageCommon: [
|
|
6135
|
-
compCommon: [
|
|
6134
|
+
pageCommon: [y, Mi],
|
|
6135
|
+
compCommon: [y, Mi]
|
|
6136
6136
|
},
|
|
6137
6137
|
events: [],
|
|
6138
6138
|
methods: [],
|
|
@@ -6141,7 +6141,7 @@ const Mi = {
|
|
|
6141
6141
|
};
|
|
6142
6142
|
_(wn);
|
|
6143
6143
|
function tu(t, e) {
|
|
6144
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
6144
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6145
6145
|
if (!o) {
|
|
6146
6146
|
console.error(`textV1/spawn prop tag not found, ${i}`);
|
|
6147
6147
|
return;
|
|
@@ -6152,7 +6152,7 @@ function tu(t, e) {
|
|
|
6152
6152
|
return;
|
|
6153
6153
|
}
|
|
6154
6154
|
const s = {};
|
|
6155
|
-
return
|
|
6155
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = be.key, s.settings.text = "text", s;
|
|
6156
6156
|
}
|
|
6157
6157
|
const Fi = {
|
|
6158
6158
|
key: "settings",
|
|
@@ -6245,8 +6245,8 @@ const Fi = {
|
|
|
6245
6245
|
name: "x-runtime-lib.text",
|
|
6246
6246
|
comp: Ml,
|
|
6247
6247
|
props: {
|
|
6248
|
-
pageCommon: [
|
|
6249
|
-
compCommon: [
|
|
6248
|
+
pageCommon: [y, Fi],
|
|
6249
|
+
compCommon: [y, Fi]
|
|
6250
6250
|
},
|
|
6251
6251
|
events: [],
|
|
6252
6252
|
methods: [],
|
|
@@ -6256,7 +6256,7 @@ const Fi = {
|
|
|
6256
6256
|
};
|
|
6257
6257
|
_(be);
|
|
6258
6258
|
function nu(t, e) {
|
|
6259
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
6259
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6260
6260
|
if (!o) {
|
|
6261
6261
|
console.error(`textareaV1/spawn prop tag not found, ${i}`);
|
|
6262
6262
|
return;
|
|
@@ -6267,7 +6267,7 @@ function nu(t, e) {
|
|
|
6267
6267
|
return;
|
|
6268
6268
|
}
|
|
6269
6269
|
const s = {};
|
|
6270
|
-
return
|
|
6270
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Vn.key, s.settings.label = "label", s;
|
|
6271
6271
|
}
|
|
6272
6272
|
const Gi = {
|
|
6273
6273
|
key: "settings",
|
|
@@ -6341,12 +6341,12 @@ const Gi = {
|
|
|
6341
6341
|
}
|
|
6342
6342
|
]
|
|
6343
6343
|
}, Vn = {
|
|
6344
|
-
key:
|
|
6344
|
+
key: Nt,
|
|
6345
6345
|
name: "x-runtime-lib.textarea",
|
|
6346
6346
|
comp: Fl,
|
|
6347
6347
|
props: {
|
|
6348
|
-
pageCommon: [
|
|
6349
|
-
compCommon: [
|
|
6348
|
+
pageCommon: [y, Gi],
|
|
6349
|
+
compCommon: [y, Gi]
|
|
6350
6350
|
},
|
|
6351
6351
|
events: [],
|
|
6352
6352
|
methods: [],
|
|
@@ -6360,8 +6360,8 @@ const $n = {
|
|
|
6360
6360
|
name: "x-runtime-lib.timelineItem",
|
|
6361
6361
|
comp: Ul,
|
|
6362
6362
|
props: {
|
|
6363
|
-
pageCommon: [
|
|
6364
|
-
compCommon: [
|
|
6363
|
+
pageCommon: [y],
|
|
6364
|
+
compCommon: [y]
|
|
6365
6365
|
},
|
|
6366
6366
|
events: [],
|
|
6367
6367
|
methods: [],
|
|
@@ -6369,7 +6369,7 @@ const $n = {
|
|
|
6369
6369
|
};
|
|
6370
6370
|
_($n);
|
|
6371
6371
|
function iu(t, e) {
|
|
6372
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
6372
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6373
6373
|
if (!o) {
|
|
6374
6374
|
console.error(`timelineV1/spawn prop tag not found, ${i}`);
|
|
6375
6375
|
return;
|
|
@@ -6380,14 +6380,14 @@ function iu(t, e) {
|
|
|
6380
6380
|
return;
|
|
6381
6381
|
}
|
|
6382
6382
|
const s = {};
|
|
6383
|
-
return
|
|
6383
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = In.key, s.children = [
|
|
6384
6384
|
Zt(t, e, "timeline 1"),
|
|
6385
6385
|
Zt(t, e, "timeline 2"),
|
|
6386
6386
|
Zt(t, e, "timeline 3")
|
|
6387
6387
|
], s;
|
|
6388
6388
|
}
|
|
6389
6389
|
function Zt(t, e, i) {
|
|
6390
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
6390
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6391
6391
|
if (!l) {
|
|
6392
6392
|
console.error(`timelineV1/spawnEntry prop tag not found, ${o}`);
|
|
6393
6393
|
return;
|
|
@@ -6398,10 +6398,10 @@ function Zt(t, e, i) {
|
|
|
6398
6398
|
return;
|
|
6399
6399
|
}
|
|
6400
6400
|
const a = {};
|
|
6401
|
-
return
|
|
6401
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = $n.key, a.children = [ou(t, e, i)], a;
|
|
6402
6402
|
}
|
|
6403
6403
|
function ou(t, e, i) {
|
|
6404
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
6404
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6405
6405
|
if (!l) {
|
|
6406
6406
|
console.error(`timelineV1/spawnText prop tag not found, ${o}`);
|
|
6407
6407
|
return;
|
|
@@ -6412,7 +6412,7 @@ function ou(t, e, i) {
|
|
|
6412
6412
|
return;
|
|
6413
6413
|
}
|
|
6414
6414
|
const a = {};
|
|
6415
|
-
return
|
|
6415
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a;
|
|
6416
6416
|
}
|
|
6417
6417
|
const su = B(K), ru = B(K), Hi = {
|
|
6418
6418
|
key: "settings",
|
|
@@ -6497,8 +6497,8 @@ const su = B(K), ru = B(K), Hi = {
|
|
|
6497
6497
|
name: "x-runtime-lib.timeline",
|
|
6498
6498
|
comp: Hl,
|
|
6499
6499
|
props: {
|
|
6500
|
-
pageCommon: [
|
|
6501
|
-
compCommon: [
|
|
6500
|
+
pageCommon: [y, Hi],
|
|
6501
|
+
compCommon: [y, Hi]
|
|
6502
6502
|
},
|
|
6503
6503
|
events: [],
|
|
6504
6504
|
methods: [],
|
|
@@ -6511,8 +6511,8 @@ const Sn = {
|
|
|
6511
6511
|
name: "x-runtime-lib.windowItem",
|
|
6512
6512
|
comp: Jl,
|
|
6513
6513
|
props: {
|
|
6514
|
-
pageCommon: [
|
|
6515
|
-
compCommon: [
|
|
6514
|
+
pageCommon: [y],
|
|
6515
|
+
compCommon: [y]
|
|
6516
6516
|
},
|
|
6517
6517
|
events: [],
|
|
6518
6518
|
methods: [],
|
|
@@ -6520,7 +6520,7 @@ const Sn = {
|
|
|
6520
6520
|
};
|
|
6521
6521
|
_(Sn);
|
|
6522
6522
|
function lu(t, e) {
|
|
6523
|
-
const i = `type=${t} subtype=${e}`, o =
|
|
6523
|
+
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6524
6524
|
if (!o) {
|
|
6525
6525
|
console.error(`windowV1/spawn prop tag not found, ${i}`);
|
|
6526
6526
|
return;
|
|
@@ -6531,14 +6531,14 @@ function lu(t, e) {
|
|
|
6531
6531
|
return;
|
|
6532
6532
|
}
|
|
6533
6533
|
const s = {};
|
|
6534
|
-
return
|
|
6534
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Cn.key, s.children = [
|
|
6535
6535
|
qt(t, e, "window 1"),
|
|
6536
6536
|
qt(t, e, "window 2"),
|
|
6537
6537
|
qt(t, e, "window 3")
|
|
6538
6538
|
], s;
|
|
6539
6539
|
}
|
|
6540
6540
|
function qt(t, e, i) {
|
|
6541
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
6541
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6542
6542
|
if (!l) {
|
|
6543
6543
|
console.error(`windowV1/spawnEntry prop tag not found, ${o}`);
|
|
6544
6544
|
return;
|
|
@@ -6549,10 +6549,10 @@ function qt(t, e, i) {
|
|
|
6549
6549
|
return;
|
|
6550
6550
|
}
|
|
6551
6551
|
const a = {};
|
|
6552
|
-
return
|
|
6552
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Sn.key, a.children = [au(t, e, i)], a;
|
|
6553
6553
|
}
|
|
6554
6554
|
function au(t, e, i) {
|
|
6555
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
6555
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6556
6556
|
if (!l) {
|
|
6557
6557
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${o}`);
|
|
6558
6558
|
return;
|
|
@@ -6563,10 +6563,10 @@ function au(t, e, i) {
|
|
|
6563
6563
|
return;
|
|
6564
6564
|
}
|
|
6565
6565
|
const a = {};
|
|
6566
|
-
return
|
|
6566
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = ze.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [uu(t, e, i)], a;
|
|
6567
6567
|
}
|
|
6568
6568
|
function uu(t, e, i) {
|
|
6569
|
-
const o = `type=${t} subtype=${e}`, l =
|
|
6569
|
+
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6570
6570
|
if (!l) {
|
|
6571
6571
|
console.error(`windowV1/spawnText prop tag not found, ${o}`);
|
|
6572
6572
|
return;
|
|
@@ -6577,7 +6577,7 @@ function uu(t, e, i) {
|
|
|
6577
6577
|
return;
|
|
6578
6578
|
}
|
|
6579
6579
|
const a = {};
|
|
6580
|
-
return
|
|
6580
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6581
6581
|
}
|
|
6582
6582
|
const ji = {
|
|
6583
6583
|
key: "settings",
|
|
@@ -6632,8 +6632,8 @@ const ji = {
|
|
|
6632
6632
|
name: "x-runtime-lib.window",
|
|
6633
6633
|
comp: Ol,
|
|
6634
6634
|
props: {
|
|
6635
|
-
pageCommon: [
|
|
6636
|
-
compCommon: [
|
|
6635
|
+
pageCommon: [y, ji],
|
|
6636
|
+
compCommon: [y, ji]
|
|
6637
6637
|
},
|
|
6638
6638
|
events: [],
|
|
6639
6639
|
methods: [],
|
|
@@ -6646,12 +6646,12 @@ const cu = [
|
|
|
6646
6646
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6647
6647
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6648
6648
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6649
|
-
],
|
|
6649
|
+
], mu = [
|
|
6650
6650
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6651
6651
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6652
6652
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6653
6653
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6654
|
-
],
|
|
6654
|
+
], pu = [
|
|
6655
6655
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6656
6656
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6657
6657
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
@@ -6793,8 +6793,8 @@ const cu = [
|
|
|
6793
6793
|
], Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6794
6794
|
__proto__: null,
|
|
6795
6795
|
alignTabsItemsV1: cu,
|
|
6796
|
-
axisTypeItemsV1:
|
|
6797
|
-
borderStyleItemsV1:
|
|
6796
|
+
axisTypeItemsV1: mu,
|
|
6797
|
+
borderStyleItemsV1: pu,
|
|
6798
6798
|
colorModeItemsV1: du,
|
|
6799
6799
|
densityItemsV1: fu,
|
|
6800
6800
|
directionItemsV1: bu,
|
|
@@ -6817,7 +6817,7 @@ const cu = [
|
|
|
6817
6817
|
timelineDirectionItemsV1: Au,
|
|
6818
6818
|
timelineSideItemsV1: Lu,
|
|
6819
6819
|
timelineTruncateLineItemsV1: Bu
|
|
6820
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6820
|
+
}, Symbol.toStringTag, { value: "Module" })), Nu = [
|
|
6821
6821
|
{
|
|
6822
6822
|
title: "x-runtime-lib.notSet",
|
|
6823
6823
|
value: "",
|
|
@@ -6857,7 +6857,7 @@ const cu = [
|
|
|
6857
6857
|
max: 1 / 0,
|
|
6858
6858
|
step: 1
|
|
6859
6859
|
}
|
|
6860
|
-
],
|
|
6860
|
+
], Eu = [
|
|
6861
6861
|
{
|
|
6862
6862
|
title: "x-runtime-lib.notSet",
|
|
6863
6863
|
value: "",
|
|
@@ -7012,8 +7012,8 @@ const cu = [
|
|
|
7012
7012
|
}
|
|
7013
7013
|
], Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7014
7014
|
__proto__: null,
|
|
7015
|
-
borderWidthTypesV1:
|
|
7016
|
-
leftRightTypesV1:
|
|
7015
|
+
borderWidthTypesV1: Nu,
|
|
7016
|
+
leftRightTypesV1: Eu,
|
|
7017
7017
|
marginTypesV1: Ru,
|
|
7018
7018
|
paddingTypesV1: Du,
|
|
7019
7019
|
sizeTypesV1: Mu,
|
|
@@ -7042,10 +7042,10 @@ const cu = [
|
|
|
7042
7042
|
key: "formRelated",
|
|
7043
7043
|
name: "x-runtime-lib.formRelated",
|
|
7044
7044
|
items: [
|
|
7045
|
-
|
|
7045
|
+
mt,
|
|
7046
7046
|
Wt,
|
|
7047
|
-
Nt,
|
|
7048
7047
|
Et,
|
|
7048
|
+
Nt,
|
|
7049
7049
|
xt,
|
|
7050
7050
|
Ct,
|
|
7051
7051
|
it,
|
|
@@ -7091,13 +7091,13 @@ const cu = [
|
|
|
7091
7091
|
{
|
|
7092
7092
|
key: "dynamic",
|
|
7093
7093
|
name: "x-runtime-lib.dynamic",
|
|
7094
|
-
items: [Re,
|
|
7094
|
+
items: [Re, Nn, En]
|
|
7095
7095
|
}
|
|
7096
7096
|
], Ku = [
|
|
7097
7097
|
{
|
|
7098
7098
|
key: "objects",
|
|
7099
7099
|
name: "x-runtime-lib.objects",
|
|
7100
|
-
items: [
|
|
7100
|
+
items: [pt, gt]
|
|
7101
7101
|
},
|
|
7102
7102
|
{
|
|
7103
7103
|
key: "geometries",
|
|
@@ -7147,10 +7147,10 @@ const cu = [
|
|
|
7147
7147
|
key: "formRelated",
|
|
7148
7148
|
name: "x-runtime-lib.formRelated",
|
|
7149
7149
|
items: [
|
|
7150
|
-
|
|
7150
|
+
mt,
|
|
7151
7151
|
Wt,
|
|
7152
|
-
Nt,
|
|
7153
7152
|
Et,
|
|
7153
|
+
Nt,
|
|
7154
7154
|
xt,
|
|
7155
7155
|
Ct,
|
|
7156
7156
|
it,
|
|
@@ -7196,13 +7196,13 @@ const cu = [
|
|
|
7196
7196
|
{
|
|
7197
7197
|
key: "dynamic",
|
|
7198
7198
|
name: "x-runtime-lib.dynamic",
|
|
7199
|
-
items: [Re,
|
|
7199
|
+
items: [Re, Nn, En]
|
|
7200
7200
|
}
|
|
7201
7201
|
], Ou = [
|
|
7202
7202
|
{
|
|
7203
7203
|
key: "objects",
|
|
7204
7204
|
name: "x-runtime-lib.objects",
|
|
7205
|
-
items: [
|
|
7205
|
+
items: [pt, gt]
|
|
7206
7206
|
},
|
|
7207
7207
|
{
|
|
7208
7208
|
key: "geometries",
|
|
@@ -7258,16 +7258,16 @@ const cu = [
|
|
|
7258
7258
|
ut,
|
|
7259
7259
|
ct,
|
|
7260
7260
|
fo,
|
|
7261
|
-
pt,
|
|
7262
|
-
en,
|
|
7263
7261
|
mt,
|
|
7262
|
+
en,
|
|
7263
|
+
pt,
|
|
7264
7264
|
dt,
|
|
7265
7265
|
ft,
|
|
7266
7266
|
bt,
|
|
7267
7267
|
yt,
|
|
7268
7268
|
ht,
|
|
7269
7269
|
gt,
|
|
7270
|
-
|
|
7270
|
+
Nn,
|
|
7271
7271
|
xt,
|
|
7272
7272
|
vt,
|
|
7273
7273
|
kt,
|
|
@@ -7278,7 +7278,7 @@ const cu = [
|
|
|
7278
7278
|
$t,
|
|
7279
7279
|
It,
|
|
7280
7280
|
St,
|
|
7281
|
-
|
|
7281
|
+
En,
|
|
7282
7282
|
Ct,
|
|
7283
7283
|
Re,
|
|
7284
7284
|
Tt,
|
|
@@ -7294,8 +7294,8 @@ const cu = [
|
|
|
7294
7294
|
Rn,
|
|
7295
7295
|
Bt,
|
|
7296
7296
|
Wt,
|
|
7297
|
-
Et,
|
|
7298
7297
|
Nt,
|
|
7298
|
+
Et,
|
|
7299
7299
|
Rt,
|
|
7300
7300
|
ko,
|
|
7301
7301
|
Dt,
|
|
@@ -7326,8 +7326,8 @@ function Ic(t) {
|
|
|
7326
7326
|
}
|
|
7327
7327
|
function Sc(t, e, i, o, l) {
|
|
7328
7328
|
let s = t;
|
|
7329
|
-
for (let
|
|
7330
|
-
if (s = s.children[e[
|
|
7329
|
+
for (let p = 0; p < e.length; p++)
|
|
7330
|
+
if (s = s.children[e[p]], !s) {
|
|
7331
7331
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
7332
7332
|
return;
|
|
7333
7333
|
}
|
|
@@ -7343,7 +7343,7 @@ function Sc(t, e, i, o, l) {
|
|
|
7343
7343
|
}, s.children[i] = a);
|
|
7344
7344
|
}
|
|
7345
7345
|
const Yu = ["common", "scene"], Ju = ["common", "scene"];
|
|
7346
|
-
function
|
|
7346
|
+
function A(t, e) {
|
|
7347
7347
|
if (t === "page") {
|
|
7348
7348
|
if (!Yu.includes(e)) {
|
|
7349
7349
|
console.error(`get prop tag failed type=${t} subtype=${e}`);
|
|
@@ -7363,7 +7363,7 @@ function Ki(t, e) {
|
|
|
7363
7363
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !i ? void 0 : i;
|
|
7364
7364
|
}
|
|
7365
7365
|
}
|
|
7366
|
-
function
|
|
7366
|
+
function P(t, e) {
|
|
7367
7367
|
function i(o, l) {
|
|
7368
7368
|
if (l.ui) {
|
|
7369
7369
|
if (l.ui === "strInput" && l.static)
|
|
@@ -7377,57 +7377,57 @@ function T(t, e) {
|
|
|
7377
7377
|
e.forEach((o) => i(t, o));
|
|
7378
7378
|
}
|
|
7379
7379
|
function Cc(t, e, i, o, l) {
|
|
7380
|
-
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a =
|
|
7380
|
+
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7381
7381
|
if (!a) {
|
|
7382
7382
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
7383
7383
|
return;
|
|
7384
7384
|
}
|
|
7385
|
-
const
|
|
7386
|
-
if (!
|
|
7385
|
+
const p = wo[i];
|
|
7386
|
+
if (!p) {
|
|
7387
7387
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
7388
7388
|
return;
|
|
7389
7389
|
}
|
|
7390
7390
|
if (o) {
|
|
7391
|
-
const
|
|
7392
|
-
if (!
|
|
7391
|
+
const d = p.refKey, b = l;
|
|
7392
|
+
if (!p.elements.has(d)) {
|
|
7393
7393
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7394
7394
|
return;
|
|
7395
7395
|
}
|
|
7396
|
-
const
|
|
7397
|
-
if (!
|
|
7396
|
+
const m = Se[d];
|
|
7397
|
+
if (!m) {
|
|
7398
7398
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7399
7399
|
return;
|
|
7400
7400
|
}
|
|
7401
|
-
const u =
|
|
7401
|
+
const u = m.props[a];
|
|
7402
7402
|
if (!u) {
|
|
7403
7403
|
console.error(`spawnNode [ref] props not found, ${s}`);
|
|
7404
7404
|
return;
|
|
7405
7405
|
}
|
|
7406
|
-
const
|
|
7406
|
+
const c = {
|
|
7407
7407
|
basic: {
|
|
7408
7408
|
id: "",
|
|
7409
7409
|
key: ""
|
|
7410
7410
|
}
|
|
7411
7411
|
};
|
|
7412
|
-
return
|
|
7413
|
-
comp:
|
|
7414
|
-
},
|
|
7412
|
+
return P(c, u), c.basic.id = T(16), c.basic.key = d, c.ref = {
|
|
7413
|
+
comp: b
|
|
7414
|
+
}, c;
|
|
7415
7415
|
} else {
|
|
7416
|
-
const
|
|
7417
|
-
if (!
|
|
7416
|
+
const d = l;
|
|
7417
|
+
if (!p.elements.has(d)) {
|
|
7418
7418
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7419
7419
|
return;
|
|
7420
7420
|
}
|
|
7421
|
-
const
|
|
7422
|
-
if (!
|
|
7421
|
+
const b = Se[d];
|
|
7422
|
+
if (!b) {
|
|
7423
7423
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7424
7424
|
return;
|
|
7425
7425
|
}
|
|
7426
|
-
if (
|
|
7427
|
-
return
|
|
7426
|
+
if (b.spawn)
|
|
7427
|
+
return b.spawn(t, e);
|
|
7428
7428
|
{
|
|
7429
|
-
const
|
|
7430
|
-
if (!
|
|
7429
|
+
const m = b.props[a];
|
|
7430
|
+
if (!m) {
|
|
7431
7431
|
console.error(`spawnNode [key] props not found, ${s}`);
|
|
7432
7432
|
return;
|
|
7433
7433
|
}
|
|
@@ -7437,7 +7437,7 @@ function Cc(t, e, i, o, l) {
|
|
|
7437
7437
|
key: ""
|
|
7438
7438
|
}
|
|
7439
7439
|
};
|
|
7440
|
-
return
|
|
7440
|
+
return P(u, m), u.basic.id = T(16), u.basic.key = d, b.leaf || (u.children = []), u;
|
|
7441
7441
|
}
|
|
7442
7442
|
}
|
|
7443
7443
|
}
|
|
@@ -7460,7 +7460,7 @@ function Tc(t, e) {
|
|
|
7460
7460
|
}
|
|
7461
7461
|
function Zu(t) {
|
|
7462
7462
|
function e(o) {
|
|
7463
|
-
o.basic.id =
|
|
7463
|
+
o.basic.id = T(16), o.children?.forEach((l) => e(l));
|
|
7464
7464
|
}
|
|
7465
7465
|
const i = B(t);
|
|
7466
7466
|
return e(i), i;
|
|
@@ -7502,13 +7502,13 @@ function Wc(t) {
|
|
|
7502
7502
|
function Le() {
|
|
7503
7503
|
return oe(Co);
|
|
7504
7504
|
}
|
|
7505
|
-
function
|
|
7505
|
+
function Nc(t) {
|
|
7506
7506
|
se(To, t);
|
|
7507
7507
|
}
|
|
7508
|
-
function
|
|
7508
|
+
function pe() {
|
|
7509
7509
|
return oe(To);
|
|
7510
7510
|
}
|
|
7511
|
-
function
|
|
7511
|
+
function Ec(t) {
|
|
7512
7512
|
se(Po, t);
|
|
7513
7513
|
}
|
|
7514
7514
|
function de() {
|
|
@@ -7530,135 +7530,135 @@ function Ie(t) {
|
|
|
7530
7530
|
const e = [t.type];
|
|
7531
7531
|
return t.type === "elementProp" ? e.push(t.nodeId, t.propKeys) : t.type === "customProp" || t.type === "adaptSlotProp" ? e.push(t.propId) : t.type === "customState" ? e.push(t.stateId) : console.assert(!1), e.join("@");
|
|
7532
7532
|
}
|
|
7533
|
-
function
|
|
7533
|
+
function Ne(t, e, i, o, l) {
|
|
7534
7534
|
const { watchEffect: s, bind: a } = e;
|
|
7535
7535
|
if (s[i])
|
|
7536
|
-
for (const
|
|
7537
|
-
const
|
|
7538
|
-
t.callFunction(`__watchEffect$${
|
|
7536
|
+
for (const p of s[i]) {
|
|
7537
|
+
const d = ns(p);
|
|
7538
|
+
t.callFunction(`__watchEffect$${d}__`);
|
|
7539
7539
|
}
|
|
7540
7540
|
if (a.triggers[i])
|
|
7541
|
-
for (const
|
|
7542
|
-
const
|
|
7543
|
-
if (!
|
|
7541
|
+
for (const p of a.triggers[i]) {
|
|
7542
|
+
const d = a.sets[p];
|
|
7543
|
+
if (!d) {
|
|
7544
7544
|
console.assert(!1);
|
|
7545
7545
|
continue;
|
|
7546
7546
|
}
|
|
7547
|
-
let
|
|
7548
|
-
for (const u of
|
|
7547
|
+
let b = null;
|
|
7548
|
+
for (const u of d)
|
|
7549
7549
|
if (i === Ie(u)) {
|
|
7550
7550
|
if (u.subKeys) {
|
|
7551
7551
|
if (!ne(
|
|
7552
7552
|
ve(o, u.subKeys),
|
|
7553
7553
|
ve(l, u.subKeys)
|
|
7554
7554
|
)) {
|
|
7555
|
-
|
|
7555
|
+
b = u;
|
|
7556
7556
|
break;
|
|
7557
7557
|
}
|
|
7558
7558
|
} else if (!ne(o, l)) {
|
|
7559
|
-
|
|
7559
|
+
b = u;
|
|
7560
7560
|
break;
|
|
7561
7561
|
}
|
|
7562
7562
|
}
|
|
7563
|
-
if (!
|
|
7563
|
+
if (!b)
|
|
7564
7564
|
continue;
|
|
7565
|
-
let
|
|
7566
|
-
|
|
7567
|
-
for (const u of
|
|
7565
|
+
let m;
|
|
7566
|
+
b.subKeys ? m = ve(o, b.subKeys) : m = o;
|
|
7567
|
+
for (const u of d)
|
|
7568
7568
|
if (u.subKeys) {
|
|
7569
|
-
let
|
|
7569
|
+
let c;
|
|
7570
7570
|
if (u.type === "elementProp")
|
|
7571
|
-
|
|
7571
|
+
c = t.getElementProp(u.nodeId, u.propKeys);
|
|
7572
7572
|
else if (u.type === "customProp")
|
|
7573
|
-
|
|
7573
|
+
c = t.getCustomProp(u.propId);
|
|
7574
7574
|
else if (u.type === "customState")
|
|
7575
|
-
|
|
7575
|
+
c = t.getCustomState(u.stateId);
|
|
7576
7576
|
else if (u.type === "adaptSlotProp")
|
|
7577
|
-
|
|
7577
|
+
c = t.getAdaptSlotProp(u.propId);
|
|
7578
7578
|
else {
|
|
7579
7579
|
console.assert(!1);
|
|
7580
7580
|
continue;
|
|
7581
7581
|
}
|
|
7582
|
-
const
|
|
7583
|
-
if (ne(
|
|
7582
|
+
const f = ve(c, u.subKeys);
|
|
7583
|
+
if (ne(m, f))
|
|
7584
7584
|
continue;
|
|
7585
|
-
const
|
|
7586
|
-
ro(
|
|
7585
|
+
const h = B(c);
|
|
7586
|
+
ro(h, u.subKeys, B(m)), u.type === "elementProp" ? t.setElementProp(u.nodeId, u.propKeys, h) : u.type === "customProp" ? t.setCustomProp(u.propId, h) : u.type === "customState" ? t.setCustomState(u.stateId, h) : u.type === "adaptSlotProp" ? t.setAdaptSlotProp(u.propId, h) : console.assert(!1);
|
|
7587
7587
|
} else {
|
|
7588
|
-
let
|
|
7588
|
+
let c;
|
|
7589
7589
|
if (u.type === "elementProp")
|
|
7590
|
-
|
|
7590
|
+
c = t.getElementProp(u.nodeId, u.propKeys);
|
|
7591
7591
|
else if (u.type === "customProp")
|
|
7592
|
-
|
|
7592
|
+
c = t.getCustomProp(u.propId);
|
|
7593
7593
|
else if (u.type === "customState")
|
|
7594
|
-
|
|
7594
|
+
c = t.getCustomState(u.stateId);
|
|
7595
7595
|
else if (u.type === "adaptSlotProp")
|
|
7596
|
-
|
|
7596
|
+
c = t.getAdaptSlotProp(u.propId);
|
|
7597
7597
|
else {
|
|
7598
7598
|
console.assert(!1);
|
|
7599
7599
|
continue;
|
|
7600
7600
|
}
|
|
7601
|
-
if (ne(
|
|
7601
|
+
if (ne(m, c))
|
|
7602
7602
|
continue;
|
|
7603
7603
|
u.type === "elementProp" ? t.setElementProp(
|
|
7604
7604
|
u.nodeId,
|
|
7605
7605
|
u.propKeys,
|
|
7606
|
-
B(
|
|
7607
|
-
) : u.type === "customProp" ? t.setCustomProp(u.propId, B(
|
|
7606
|
+
B(m)
|
|
7607
|
+
) : u.type === "customProp" ? t.setCustomProp(u.propId, B(m)) : u.type === "customState" ? t.setCustomState(u.stateId, B(m)) : u.type === "adaptSlotProp" ? t.setAdaptSlotProp(u.propId, B(m)) : console.assert(!1);
|
|
7608
7608
|
}
|
|
7609
7609
|
}
|
|
7610
7610
|
}
|
|
7611
7611
|
function nc(t, e) {
|
|
7612
|
-
function i(
|
|
7613
|
-
const u = t.pseudoToNative(
|
|
7614
|
-
for (let
|
|
7615
|
-
const
|
|
7616
|
-
if (
|
|
7617
|
-
if (/^\[\d+\]$/.test(
|
|
7618
|
-
let
|
|
7619
|
-
|
|
7612
|
+
function i(m) {
|
|
7613
|
+
const u = t.pseudoToNative(m), c = [], f = u.split(".");
|
|
7614
|
+
for (let h = 0; h < f.length; h++) {
|
|
7615
|
+
const x = f[h].trim();
|
|
7616
|
+
if (x !== "")
|
|
7617
|
+
if (/^\[\d+\]$/.test(x)) {
|
|
7618
|
+
let g = parseInt(x.slice(1, -1), 10);
|
|
7619
|
+
g > 0 && g--, c.push(g);
|
|
7620
7620
|
} else
|
|
7621
|
-
|
|
7621
|
+
c.push(x);
|
|
7622
7622
|
}
|
|
7623
|
-
return t.nativeToPseudo(
|
|
7623
|
+
return t.nativeToPseudo(c);
|
|
7624
7624
|
}
|
|
7625
|
-
function o(
|
|
7626
|
-
const u = t.pseudoToNative(
|
|
7625
|
+
function o(m) {
|
|
7626
|
+
const u = t.pseudoToNative(m);
|
|
7627
7627
|
try {
|
|
7628
|
-
const
|
|
7629
|
-
return t.nativeToPseudo(
|
|
7628
|
+
const c = JSON.parse(u);
|
|
7629
|
+
return t.nativeToPseudo(c);
|
|
7630
7630
|
} catch {
|
|
7631
7631
|
return t.nativeToPseudo({});
|
|
7632
7632
|
}
|
|
7633
7633
|
}
|
|
7634
|
-
function l(
|
|
7635
|
-
const u = t.pseudoToNative(
|
|
7636
|
-
return t.nativeToPseudo(
|
|
7634
|
+
function l(m) {
|
|
7635
|
+
const u = t.pseudoToNative(m), c = JSON.stringify(u);
|
|
7636
|
+
return t.nativeToPseudo(c);
|
|
7637
7637
|
}
|
|
7638
|
-
function s(
|
|
7639
|
-
const u = t.pseudoToNative(
|
|
7638
|
+
function s(m) {
|
|
7639
|
+
const u = t.pseudoToNative(m);
|
|
7640
7640
|
console.log(u);
|
|
7641
7641
|
}
|
|
7642
|
-
function a(
|
|
7643
|
-
const u = t.pseudoToNative(
|
|
7644
|
-
let
|
|
7645
|
-
typeof u == "object" ?
|
|
7642
|
+
function a(m) {
|
|
7643
|
+
const u = t.pseudoToNative(m);
|
|
7644
|
+
let c = "";
|
|
7645
|
+
typeof u == "object" ? c = JSON.stringify(u) : c = String(u), to.emit("consoleAppend", c);
|
|
7646
7646
|
}
|
|
7647
|
-
function m
|
|
7648
|
-
const
|
|
7649
|
-
|
|
7647
|
+
function p(m, u) {
|
|
7648
|
+
const c = t.pseudoToNative(m), f = t.pseudoToNative(u);
|
|
7649
|
+
c === "info" ? ss(f) : c === "success" ? rs(f) : c === "warning" ? io(f) : c === "error" && oo(f);
|
|
7650
7650
|
}
|
|
7651
|
-
function
|
|
7652
|
-
const
|
|
7651
|
+
function d(m, u) {
|
|
7652
|
+
const c = t.pseudoToNative(m), f = t.pseudoToNative(u);
|
|
7653
7653
|
window.setTimeout(() => {
|
|
7654
|
-
t.appendCode(`__timeoutCallbackV1__(${
|
|
7655
|
-
},
|
|
7654
|
+
t.appendCode(`__timeoutCallbackV1__(${c})`), t.run();
|
|
7655
|
+
}, f);
|
|
7656
7656
|
}
|
|
7657
|
-
function
|
|
7658
|
-
const
|
|
7657
|
+
function b(m, u) {
|
|
7658
|
+
const c = t.pseudoToNative(m);
|
|
7659
7659
|
window.setTimeout(() => {
|
|
7660
7660
|
u(), t.run();
|
|
7661
|
-
},
|
|
7661
|
+
}, c);
|
|
7662
7662
|
}
|
|
7663
7663
|
t.setProperty(
|
|
7664
7664
|
e,
|
|
@@ -7683,15 +7683,15 @@ function nc(t, e) {
|
|
|
7683
7683
|
), t.setProperty(
|
|
7684
7684
|
e,
|
|
7685
7685
|
"__messageV1__",
|
|
7686
|
-
t.createNativeFunction(
|
|
7686
|
+
t.createNativeFunction(p)
|
|
7687
7687
|
), t.setProperty(
|
|
7688
7688
|
e,
|
|
7689
7689
|
"__timeoutV1__",
|
|
7690
|
-
t.createNativeFunction(
|
|
7690
|
+
t.createNativeFunction(d)
|
|
7691
7691
|
), t.setProperty(
|
|
7692
7692
|
e,
|
|
7693
7693
|
"__delayV1__",
|
|
7694
|
-
t.createAsyncFunction(
|
|
7694
|
+
t.createAsyncFunction(b)
|
|
7695
7695
|
);
|
|
7696
7696
|
}
|
|
7697
7697
|
const Lo = ls({
|
|
@@ -7706,18 +7706,18 @@ function ic(t) {
|
|
|
7706
7706
|
return Lo.post("callFunc", t);
|
|
7707
7707
|
}
|
|
7708
7708
|
function oc(t, e) {
|
|
7709
|
-
async function i(o, l, s, a,
|
|
7710
|
-
const
|
|
7709
|
+
async function i(o, l, s, a, p, d) {
|
|
7710
|
+
const b = t.pseudoToNative(o), m = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), f = t.pseudoToNative(p);
|
|
7711
7711
|
try {
|
|
7712
|
-
const
|
|
7713
|
-
|
|
7714
|
-
id:
|
|
7715
|
-
strInputs:
|
|
7716
|
-
env:
|
|
7717
|
-
}),
|
|
7718
|
-
|
|
7719
|
-
} catch (
|
|
7720
|
-
console.error("callFuncV1 failed",
|
|
7712
|
+
const h = JSON.stringify(u), { strOutputs: x } = await ic({
|
|
7713
|
+
spaceId: b,
|
|
7714
|
+
id: m,
|
|
7715
|
+
strInputs: h,
|
|
7716
|
+
env: c
|
|
7717
|
+
}), g = JSON.parse(x);
|
|
7718
|
+
d(t.nativeToPseudo(g)), t.run();
|
|
7719
|
+
} catch (h) {
|
|
7720
|
+
console.error("callFuncV1 failed", f, h);
|
|
7721
7721
|
}
|
|
7722
7722
|
}
|
|
7723
7723
|
t.setProperty(
|
|
@@ -7727,65 +7727,73 @@ function oc(t, e) {
|
|
|
7727
7727
|
);
|
|
7728
7728
|
}
|
|
7729
7729
|
function sc(t, e, i) {
|
|
7730
|
-
function o(
|
|
7731
|
-
let
|
|
7732
|
-
const
|
|
7733
|
-
if (
|
|
7734
|
-
const
|
|
7735
|
-
|
|
7736
|
-
} else if (
|
|
7737
|
-
const
|
|
7738
|
-
|
|
7739
|
-
} else if (
|
|
7740
|
-
const
|
|
7741
|
-
|
|
7730
|
+
function o(u, c, f) {
|
|
7731
|
+
let h;
|
|
7732
|
+
const x = e.pseudoToNative(u);
|
|
7733
|
+
if (x === "elementProp") {
|
|
7734
|
+
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7735
|
+
h = t.getElementProp(g, w);
|
|
7736
|
+
} else if (x === "customProp") {
|
|
7737
|
+
const g = e.pseudoToNative(c);
|
|
7738
|
+
h = t.getCustomProp(g);
|
|
7739
|
+
} else if (x === "adaptSlotProp") {
|
|
7740
|
+
const g = e.pseudoToNative(c);
|
|
7741
|
+
h = t.getAdaptSlotProp(g);
|
|
7742
7742
|
} else
|
|
7743
7743
|
console.assert(!1);
|
|
7744
|
-
return e.nativeToPseudo(
|
|
7745
|
-
}
|
|
7746
|
-
function l(
|
|
7747
|
-
const
|
|
7748
|
-
if (
|
|
7749
|
-
const
|
|
7750
|
-
t.
|
|
7751
|
-
} else if (
|
|
7752
|
-
const
|
|
7753
|
-
t.
|
|
7754
|
-
} else if (
|
|
7755
|
-
const
|
|
7756
|
-
t.
|
|
7744
|
+
return e.nativeToPseudo(h);
|
|
7745
|
+
}
|
|
7746
|
+
function l(u, c, f, h) {
|
|
7747
|
+
const x = e.pseudoToNative(u);
|
|
7748
|
+
if (x === "elementProp") {
|
|
7749
|
+
const g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
|
|
7750
|
+
t.setElementProp(g, w, C);
|
|
7751
|
+
} else if (x === "customProp") {
|
|
7752
|
+
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7753
|
+
t.setCustomProp(g, w);
|
|
7754
|
+
} else if (x === "adaptSlotProp") {
|
|
7755
|
+
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7756
|
+
t.setAdaptSlotProp(g, w);
|
|
7757
7757
|
} else
|
|
7758
7758
|
console.assert(!1);
|
|
7759
7759
|
}
|
|
7760
|
-
function s(
|
|
7761
|
-
const
|
|
7762
|
-
t.
|
|
7760
|
+
function s(u, c, f, h) {
|
|
7761
|
+
const x = e.pseudoToNative(u), g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = { outputs: [] };
|
|
7762
|
+
t.eventBus.emit(`callMethod@${x}`, { name: g, inputs: w, result: C }), h(e.nativeToPseudo(C.outputs)), e.run();
|
|
7763
|
+
}
|
|
7764
|
+
function a(u) {
|
|
7765
|
+
const c = e.pseudoToNative(u), f = t.getCustomState(c);
|
|
7766
|
+
return e.nativeToPseudo(f);
|
|
7763
7767
|
}
|
|
7764
|
-
function
|
|
7765
|
-
const
|
|
7768
|
+
function p(u, c) {
|
|
7769
|
+
const f = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
7770
|
+
t.setCustomState(f, h);
|
|
7771
|
+
}
|
|
7772
|
+
function d(u, c) {
|
|
7773
|
+
const f = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
7766
7774
|
if (t.mode === "runtime") {
|
|
7767
|
-
const
|
|
7768
|
-
|
|
7769
|
-
|
|
7770
|
-
|
|
7775
|
+
const x = "/main/" + Date.now(), g = {
|
|
7776
|
+
orgId: t.org,
|
|
7777
|
+
appId: `${f}${t.env}`,
|
|
7778
|
+
pageId: h
|
|
7771
7779
|
};
|
|
7772
|
-
Qt.router.replace({ path:
|
|
7780
|
+
Qt.router.replace({ path: x, query: g });
|
|
7773
7781
|
} else t.mode === "preview" && io(
|
|
7774
7782
|
Qt.i18n.global.t(
|
|
7775
7783
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
7776
7784
|
)
|
|
7777
7785
|
);
|
|
7778
7786
|
}
|
|
7779
|
-
function
|
|
7780
|
-
const
|
|
7781
|
-
as({ title:
|
|
7782
|
-
|
|
7787
|
+
function b(u, c, f) {
|
|
7788
|
+
const h = e.pseudoToNative(u), x = e.pseudoToNative(c);
|
|
7789
|
+
as({ title: h, text: x }).then((g) => {
|
|
7790
|
+
f(e.nativeToPseudo(g)), e.run();
|
|
7783
7791
|
});
|
|
7784
7792
|
}
|
|
7785
|
-
function
|
|
7786
|
-
const
|
|
7787
|
-
us({ title:
|
|
7788
|
-
|
|
7793
|
+
function m(u, c, f, h) {
|
|
7794
|
+
const x = e.pseudoToNative(u), g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7795
|
+
us({ title: x, label: g, value: w }).then((C) => {
|
|
7796
|
+
h(e.nativeToPseudo(C)), e.run();
|
|
7789
7797
|
});
|
|
7790
7798
|
}
|
|
7791
7799
|
e.setProperty(
|
|
@@ -7802,16 +7810,24 @@ function sc(t, e, i) {
|
|
|
7802
7810
|
e.createAsyncFunction(s)
|
|
7803
7811
|
), e.setProperty(
|
|
7804
7812
|
i,
|
|
7805
|
-
"
|
|
7813
|
+
"__getStateV1__",
|
|
7806
7814
|
e.createNativeFunction(a)
|
|
7815
|
+
), e.setProperty(
|
|
7816
|
+
i,
|
|
7817
|
+
"__setStateV1__",
|
|
7818
|
+
e.createNativeFunction(p)
|
|
7819
|
+
), e.setProperty(
|
|
7820
|
+
i,
|
|
7821
|
+
"__navigateToV1__",
|
|
7822
|
+
e.createNativeFunction(d)
|
|
7807
7823
|
), e.setProperty(
|
|
7808
7824
|
i,
|
|
7809
7825
|
"__openConfirmDlgV1__",
|
|
7810
|
-
e.createAsyncFunction(
|
|
7826
|
+
e.createAsyncFunction(b)
|
|
7811
7827
|
), e.setProperty(
|
|
7812
7828
|
i,
|
|
7813
7829
|
"__openPromptDlgV1__",
|
|
7814
|
-
e.createAsyncFunction(
|
|
7830
|
+
e.createAsyncFunction(m)
|
|
7815
7831
|
);
|
|
7816
7832
|
}
|
|
7817
7833
|
function rc(t, e, i) {
|
|
@@ -7911,12 +7927,16 @@ function __destroy__() {
|
|
|
7911
7927
|
__events__ = {}
|
|
7912
7928
|
__timers__ = {}
|
|
7913
7929
|
}
|
|
7914
|
-
`,
|
|
7915
|
-
class
|
|
7930
|
+
`, mc = lc + ac + uc + cc;
|
|
7931
|
+
class pc {
|
|
7932
|
+
org;
|
|
7933
|
+
env;
|
|
7934
|
+
mode;
|
|
7935
|
+
type;
|
|
7916
7936
|
eventBus = is();
|
|
7917
7937
|
hooks;
|
|
7918
|
-
constructor(e) {
|
|
7919
|
-
this.hooks =
|
|
7938
|
+
constructor(e, i, o, l, s) {
|
|
7939
|
+
this.org = e, this.env = i, this.mode = o, this.type = l, this.hooks = s;
|
|
7920
7940
|
}
|
|
7921
7941
|
//--------------------------
|
|
7922
7942
|
// 元素属性
|
|
@@ -8006,13 +8026,13 @@ class mc {
|
|
|
8006
8026
|
// 解释器
|
|
8007
8027
|
//--------------------------
|
|
8008
8028
|
interpreter;
|
|
8009
|
-
createInterpreter(e
|
|
8029
|
+
createInterpreter(e) {
|
|
8010
8030
|
this.interpreter = new os(
|
|
8011
|
-
|
|
8012
|
-
(
|
|
8013
|
-
rc(
|
|
8031
|
+
mc,
|
|
8032
|
+
(i, o) => {
|
|
8033
|
+
rc(this, i, o);
|
|
8014
8034
|
}
|
|
8015
|
-
), this.interpreter.appendCode(
|
|
8035
|
+
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", ["elementEvent@startup@globality"]);
|
|
8016
8036
|
}
|
|
8017
8037
|
destroyInterpreter() {
|
|
8018
8038
|
this.interpreter && (this.callFunction("__destroy__"), this.interpreter = void 0);
|
|
@@ -8045,91 +8065,88 @@ class mc {
|
|
|
8045
8065
|
}
|
|
8046
8066
|
}
|
|
8047
8067
|
function dc(t) {
|
|
8048
|
-
const e = qu(), i = Qu(), o = G(), l =
|
|
8068
|
+
const e = qu(), i = Qu(), o = G(), l = pe(), s = Ve(), a = Le(), p = (f, h, x, g) => {
|
|
8049
8069
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8050
|
-
`elementPropChange@${
|
|
8051
|
-
|
|
8052
|
-
|
|
8070
|
+
`elementPropChange@${f}@${h}`,
|
|
8071
|
+
x,
|
|
8072
|
+
g ?? x
|
|
8053
8073
|
]), t.value?.code.reactivity)) {
|
|
8054
|
-
let
|
|
8055
|
-
|
|
8074
|
+
let w = "";
|
|
8075
|
+
h instanceof Array ? w = h.join(".") : w = h, Ne(
|
|
8056
8076
|
u,
|
|
8057
8077
|
t.value.code.reactivity,
|
|
8058
8078
|
Ie({
|
|
8059
8079
|
type: "elementProp",
|
|
8060
|
-
nodeId:
|
|
8061
|
-
propKeys:
|
|
8080
|
+
nodeId: f,
|
|
8081
|
+
propKeys: w
|
|
8062
8082
|
}),
|
|
8063
|
-
|
|
8064
|
-
|
|
8083
|
+
x,
|
|
8084
|
+
g
|
|
8065
8085
|
);
|
|
8066
8086
|
}
|
|
8067
|
-
},
|
|
8087
|
+
}, d = (f, h, x) => {
|
|
8068
8088
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8069
|
-
`customPropChange@${
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
]), t.value?.code.reactivity &&
|
|
8089
|
+
`customPropChange@${f}`,
|
|
8090
|
+
h,
|
|
8091
|
+
x ?? h
|
|
8092
|
+
]), t.value?.code.reactivity && Ne(
|
|
8073
8093
|
u,
|
|
8074
8094
|
t.value.code.reactivity,
|
|
8075
|
-
Ie({ type: "customProp", propId:
|
|
8076
|
-
|
|
8077
|
-
|
|
8095
|
+
Ie({ type: "customProp", propId: f }),
|
|
8096
|
+
h,
|
|
8097
|
+
x
|
|
8078
8098
|
));
|
|
8079
|
-
},
|
|
8080
|
-
o !== "runtime" && o !== "preview" || t.value?.code.reactivity &&
|
|
8099
|
+
}, b = (f, h, x) => {
|
|
8100
|
+
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Ne(
|
|
8081
8101
|
u,
|
|
8082
8102
|
t.value.code.reactivity,
|
|
8083
|
-
Ie({ type: "customState", stateId:
|
|
8084
|
-
|
|
8085
|
-
|
|
8103
|
+
Ie({ type: "customState", stateId: f }),
|
|
8104
|
+
h,
|
|
8105
|
+
x
|
|
8086
8106
|
);
|
|
8087
|
-
},
|
|
8107
|
+
}, m = (f, h, x) => {
|
|
8088
8108
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8089
|
-
`adaptSlotProp@${
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
]), t.value?.code.reactivity &&
|
|
8109
|
+
`adaptSlotProp@${f}`,
|
|
8110
|
+
h,
|
|
8111
|
+
x ?? h
|
|
8112
|
+
]), t.value?.code.reactivity && Ne(
|
|
8093
8113
|
u,
|
|
8094
8114
|
t.value.code.reactivity,
|
|
8095
|
-
Ie({ type: "adaptSlotProp", propId:
|
|
8096
|
-
|
|
8097
|
-
|
|
8115
|
+
Ie({ type: "adaptSlotProp", propId: f }),
|
|
8116
|
+
h,
|
|
8117
|
+
x
|
|
8098
8118
|
));
|
|
8099
|
-
}, u = new
|
|
8100
|
-
onElementPropChange:
|
|
8101
|
-
onCustomPropChange:
|
|
8102
|
-
onCustomStateChange:
|
|
8103
|
-
onAdaptSlotPropChange:
|
|
8119
|
+
}, u = new pc(e, i, o, l, {
|
|
8120
|
+
onElementPropChange: p,
|
|
8121
|
+
onCustomPropChange: d,
|
|
8122
|
+
onCustomStateChange: b,
|
|
8123
|
+
onAdaptSlotPropChange: m
|
|
8104
8124
|
});
|
|
8105
8125
|
tc(u);
|
|
8106
|
-
const
|
|
8107
|
-
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProps(), u.resetCustomStates(), u.resetAdaptSlotProps(), !(!t.value || !t.value.code.script) && u.createInterpreter(
|
|
8108
|
-
{ org: e, env: i, mode: o, type: l, data: t.value, sandbox: u },
|
|
8109
|
-
t.value.code.script
|
|
8110
|
-
));
|
|
8126
|
+
const c = () => {
|
|
8127
|
+
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProps(), u.resetCustomStates(), u.resetAdaptSlotProps(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8111
8128
|
};
|
|
8112
|
-
|
|
8113
|
-
|
|
8129
|
+
c(), q(t, () => {
|
|
8130
|
+
c();
|
|
8114
8131
|
}), He(() => {
|
|
8115
8132
|
u.destroyInterpreter();
|
|
8116
8133
|
}), (o === "runtime" || o === "preview") && q(
|
|
8117
8134
|
s,
|
|
8118
|
-
(
|
|
8119
|
-
const
|
|
8135
|
+
(f, h) => {
|
|
8136
|
+
const x = Ee(f.width), g = Ee(h?.width ?? f.width);
|
|
8120
8137
|
u.callFunction("__triggerEventV1__", [
|
|
8121
8138
|
"elementEvent@screenSizeChange@globality",
|
|
8122
|
-
|
|
8123
|
-
|
|
8139
|
+
x,
|
|
8140
|
+
g
|
|
8124
8141
|
]);
|
|
8125
8142
|
},
|
|
8126
8143
|
{ immediate: !0 }
|
|
8127
8144
|
), (o === "runtime" || o === "preview") && q(
|
|
8128
8145
|
a,
|
|
8129
|
-
(
|
|
8146
|
+
(f) => {
|
|
8130
8147
|
u.callFunction("__triggerEventV1__", [
|
|
8131
8148
|
"elementEvent@darkModeChange@globality",
|
|
8132
|
-
|
|
8149
|
+
f
|
|
8133
8150
|
]);
|
|
8134
8151
|
},
|
|
8135
8152
|
{ immediate: !0 }
|
|
@@ -8145,7 +8162,7 @@ async function Dc(t) {
|
|
|
8145
8162
|
return (await fc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.oos62cyh.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.f0b750e1.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8146
8163
|
}
|
|
8147
8164
|
export {
|
|
8148
|
-
|
|
8165
|
+
pc as Sandbox,
|
|
8149
8166
|
da as ambientLightV1,
|
|
8150
8167
|
wc as badgeV1,
|
|
8151
8168
|
on as barChartV1,
|
|
@@ -8155,7 +8172,7 @@ export {
|
|
|
8155
8172
|
wa as btnGroupV1,
|
|
8156
8173
|
Va as btnToggleV1,
|
|
8157
8174
|
rn as btnV1,
|
|
8158
|
-
|
|
8175
|
+
Ee as calcBreakpoint,
|
|
8159
8176
|
Pe as cardV1,
|
|
8160
8177
|
Ia as checkboxV1,
|
|
8161
8178
|
an as chipGroupV1,
|
|
@@ -8176,18 +8193,18 @@ export {
|
|
|
8176
8193
|
cn as flexLayoutEntryV1,
|
|
8177
8194
|
ze as flexLayoutV1,
|
|
8178
8195
|
dn as formV1,
|
|
8179
|
-
|
|
8196
|
+
T as genId,
|
|
8180
8197
|
$e as getBreakpointProp,
|
|
8181
8198
|
ve as getField,
|
|
8182
8199
|
Xn as getIndexOfBreakpoint,
|
|
8183
8200
|
Tc as getNode,
|
|
8184
8201
|
Ki as getPropDefault,
|
|
8185
|
-
|
|
8202
|
+
A as getPropTag,
|
|
8186
8203
|
Ic as getTypeColor,
|
|
8187
8204
|
va as globalityV1,
|
|
8188
8205
|
ha as groupV1,
|
|
8189
8206
|
Da as iconV1,
|
|
8190
|
-
|
|
8207
|
+
P as initProps,
|
|
8191
8208
|
Le as injectDark,
|
|
8192
8209
|
de as injectData,
|
|
8193
8210
|
ec as injectDepends,
|
|
@@ -8196,7 +8213,7 @@ export {
|
|
|
8196
8213
|
G as injectMode,
|
|
8197
8214
|
qu as injectOrg,
|
|
8198
8215
|
Be as injectSandbox,
|
|
8199
|
-
|
|
8216
|
+
pe as injectType,
|
|
8200
8217
|
zn as isPercentStr,
|
|
8201
8218
|
je as isPixelStr,
|
|
8202
8219
|
oa as keyboardControlsV1,
|
|
@@ -8218,20 +8235,20 @@ export {
|
|
|
8218
8235
|
wo as pkgs,
|
|
8219
8236
|
ba as pointLightV1,
|
|
8220
8237
|
Wc as provideDark,
|
|
8221
|
-
|
|
8238
|
+
Ec as provideData,
|
|
8222
8239
|
Rc as provideDepends,
|
|
8223
8240
|
Bc as provideDevice,
|
|
8224
8241
|
Ac as provideEnv,
|
|
8225
8242
|
Lc as provideMode,
|
|
8226
8243
|
zc as provideOrg,
|
|
8227
8244
|
tc as provideSandbox,
|
|
8228
|
-
|
|
8245
|
+
Nc as provideType,
|
|
8229
8246
|
yn as radioGroupV1,
|
|
8230
8247
|
bn as radioV1,
|
|
8231
8248
|
Ka as rangeSliderV1,
|
|
8232
8249
|
Ua as ratingV1,
|
|
8233
8250
|
ds as reverseBreakpoints,
|
|
8234
|
-
|
|
8251
|
+
mc as runtime,
|
|
8235
8252
|
Oa as selectV1,
|
|
8236
8253
|
ro as setField,
|
|
8237
8254
|
Xa as sliderV1,
|
|
@@ -8246,12 +8263,12 @@ export {
|
|
|
8246
8263
|
Qa as switchV1,
|
|
8247
8264
|
_n as tabV1,
|
|
8248
8265
|
wn as tabsV1,
|
|
8249
|
-
|
|
8266
|
+
pn as textFieldV1,
|
|
8250
8267
|
be as textV1,
|
|
8251
8268
|
Vn as textareaV1,
|
|
8252
8269
|
$n as timelineItemV1,
|
|
8253
8270
|
In as timelineV1,
|
|
8254
|
-
|
|
8271
|
+
Ne as triggerReactivity,
|
|
8255
8272
|
$c as types,
|
|
8256
8273
|
dc as useSandbox,
|
|
8257
8274
|
Sn as windowItemV1,
|