x-runtime-lib 0.6.55 → 0.7.0
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/components/element/index.d.ts +2 -1
- package/dist/components/element/regular/badge/v1/index.vue.d.ts +12 -0
- package/dist/components/element/regular/timeline/v1/index.vue.d.ts +12 -1
- package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +11 -1
- package/dist/element/_common/items/index.d.ts +1 -0
- package/dist/element/_common/items/thumbLabelItems/v1/index.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/regular/badge/v1/index.d.ts +1 -0
- package/dist/element/regular/badge/v1/meta.d.ts +2 -0
- package/dist/element/regular/index.d.ts +1 -0
- package/dist/{i18n-en.kvft1qmc.js → i18n-en.a2x9tv02.js} +4 -0
- package/dist/{i18n-zhHans.ezbvfbzu.js → i18n-zhHans.da0zepid.js} +4 -0
- package/dist/index.js +1538 -1385
- package/dist/types/element.d.ts +1 -1
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var he = (t, e, n) =>
|
|
4
|
-
import { computed as
|
|
5
|
-
import { waitUtil as
|
|
6
|
-
import { useTheme as
|
|
7
|
-
import { c as W, u as
|
|
8
|
-
import { useI18n as
|
|
9
|
-
import { getErrorMessage as
|
|
10
|
-
|
|
11
|
-
const Y = {}, Un = {
|
|
1
|
+
var _n = Object.defineProperty;
|
|
2
|
+
var kn = (t, e, n) => e in t ? _n(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
|
+
var he = (t, e, n) => kn(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
+
import { computed as a, inject as j, provide as K, readonly as Xe, onBeforeMount as Cn, onUnmounted as se, defineComponent as T, useTemplateRef as Pt, onMounted as Wt, watch as X, nextTick as Bt, createElementBlock as R, openBlock as C, normalizeStyle as oe, ref as Q, watchEffect as Dt, createBlock as I, h as E, resolveComponent as N, withCtx as A, renderSlot as M, unref as H, createVNode as D, createSlots as _e, renderList as wn, useId as zt, isRef as Rt, createCommentVNode as Mt, withModifiers as Vn, normalizeClass as Sn, toDisplayString as $n } from "vue";
|
|
5
|
+
import { waitUtil as Ft, eventBus as Ye, messageInfo as Tn, messageSuccess as In, messageWarning as Nn, messageError as Ht, createAxios as An, globalObjects as Ln, openConfirmDlg as En, openPromptDlg as Pn, useViewStack as Ot } from "x-essential-lib";
|
|
6
|
+
import { useTheme as Wn } from "vuetify";
|
|
7
|
+
import { c as W, u as Bn, r as jt, e as Kt, i as Dn, a as zn, b as Rn, d as Mn, f as Fn, g as Hn, h as On, j as jn, I as Kn, m as Un } from "./vendor.k0dcepe8.js";
|
|
8
|
+
import { useI18n as Ut } from "vue-i18n";
|
|
9
|
+
import { getErrorMessage as Zn } from "x-error-lib";
|
|
10
|
+
const Y = {}, qn = {
|
|
12
11
|
key: "add",
|
|
13
12
|
name: "METHOD_ADD",
|
|
14
13
|
inputs: [],
|
|
@@ -18,190 +17,190 @@ const Y = {}, Un = {
|
|
|
18
17
|
name: "PARAM_NEW_NODE"
|
|
19
18
|
}
|
|
20
19
|
]
|
|
21
|
-
},
|
|
22
|
-
t.slots.some((e) => e.key === "default") && t.methods.unshift(
|
|
20
|
+
}, $ = (t) => {
|
|
21
|
+
t.slots.some((e) => e.key === "default") && t.methods.unshift(qn), Y[t.key] = t;
|
|
23
22
|
};
|
|
24
|
-
function
|
|
25
|
-
const e =
|
|
26
|
-
var
|
|
27
|
-
return (
|
|
28
|
-
}), n =
|
|
29
|
-
var
|
|
30
|
-
return (
|
|
23
|
+
function Zt(t) {
|
|
24
|
+
const e = a(() => {
|
|
25
|
+
var l;
|
|
26
|
+
return (l = t.node.legend) == null ? void 0 : l.show;
|
|
27
|
+
}), n = a(() => {
|
|
28
|
+
var l;
|
|
29
|
+
return (l = t.node.legend) == null ? void 0 : l.data;
|
|
31
30
|
});
|
|
32
|
-
function l
|
|
33
|
-
|
|
31
|
+
function o(l) {
|
|
32
|
+
l.legend = {
|
|
34
33
|
show: e.value,
|
|
35
34
|
data: n.value
|
|
36
35
|
};
|
|
37
36
|
}
|
|
38
|
-
return { show: e, data: n, applyLegend:
|
|
37
|
+
return { show: e, data: n, applyLegend: o };
|
|
39
38
|
}
|
|
40
|
-
function
|
|
41
|
-
const e =
|
|
42
|
-
function n(
|
|
43
|
-
|
|
39
|
+
function qt(t) {
|
|
40
|
+
const e = a(() => t.node.series);
|
|
41
|
+
function n(o) {
|
|
42
|
+
o.series = e.value;
|
|
44
43
|
}
|
|
45
44
|
return { series: e, applySeries: n };
|
|
46
45
|
}
|
|
47
|
-
function
|
|
48
|
-
const e =
|
|
49
|
-
var
|
|
50
|
-
return (
|
|
51
|
-
}), n =
|
|
52
|
-
var
|
|
53
|
-
return (
|
|
54
|
-
}),
|
|
55
|
-
var
|
|
56
|
-
return (
|
|
46
|
+
function Gt(t) {
|
|
47
|
+
const e = a(() => {
|
|
48
|
+
var s;
|
|
49
|
+
return (s = t.node.title) == null ? void 0 : s.show;
|
|
50
|
+
}), n = a(() => {
|
|
51
|
+
var s;
|
|
52
|
+
return (s = t.node.title) == null ? void 0 : s.text;
|
|
53
|
+
}), o = a(() => {
|
|
54
|
+
var s;
|
|
55
|
+
return (s = t.node.title) == null ? void 0 : s.subtext;
|
|
57
56
|
});
|
|
58
|
-
function
|
|
59
|
-
|
|
57
|
+
function l(s) {
|
|
58
|
+
s.title = {
|
|
60
59
|
show: e.value,
|
|
61
60
|
text: n.value,
|
|
62
|
-
subtext:
|
|
61
|
+
subtext: o.value
|
|
63
62
|
};
|
|
64
63
|
}
|
|
65
|
-
return { show: e, text: n, subtext:
|
|
64
|
+
return { show: e, text: n, subtext: o, applyTitle: l };
|
|
66
65
|
}
|
|
67
|
-
function
|
|
68
|
-
const e =
|
|
69
|
-
var
|
|
70
|
-
return (
|
|
71
|
-
}), n =
|
|
72
|
-
var
|
|
73
|
-
return (
|
|
74
|
-
}),
|
|
75
|
-
var
|
|
76
|
-
return (
|
|
77
|
-
}),
|
|
78
|
-
var
|
|
79
|
-
return (
|
|
66
|
+
function Xt(t) {
|
|
67
|
+
const e = a(() => {
|
|
68
|
+
var u;
|
|
69
|
+
return (u = t.node.xAxis) == null ? void 0 : u.show;
|
|
70
|
+
}), n = a(() => {
|
|
71
|
+
var u;
|
|
72
|
+
return (u = t.node.xAxis) == null ? void 0 : u.position;
|
|
73
|
+
}), o = a(() => {
|
|
74
|
+
var u;
|
|
75
|
+
return (u = t.node.xAxis) == null ? void 0 : u.type;
|
|
76
|
+
}), l = a(() => {
|
|
77
|
+
var u;
|
|
78
|
+
return (u = t.node.xAxis) == null ? void 0 : u.data;
|
|
80
79
|
});
|
|
81
|
-
function u
|
|
82
|
-
|
|
80
|
+
function s(u) {
|
|
81
|
+
u.xAxis = {
|
|
83
82
|
show: e.value,
|
|
84
83
|
position: n.value,
|
|
85
|
-
type:
|
|
86
|
-
data:
|
|
84
|
+
type: o.value,
|
|
85
|
+
data: l.value
|
|
87
86
|
};
|
|
88
87
|
}
|
|
89
|
-
return { show: e, position: n, type:
|
|
88
|
+
return { show: e, position: n, type: o, data: l, applyXAxis: s };
|
|
90
89
|
}
|
|
91
|
-
function
|
|
92
|
-
const e =
|
|
93
|
-
var
|
|
94
|
-
return (
|
|
95
|
-
}), n =
|
|
96
|
-
var
|
|
97
|
-
return (
|
|
98
|
-
}),
|
|
99
|
-
var
|
|
100
|
-
return (
|
|
101
|
-
}),
|
|
102
|
-
var
|
|
103
|
-
return (
|
|
90
|
+
function Yt(t) {
|
|
91
|
+
const e = a(() => {
|
|
92
|
+
var u;
|
|
93
|
+
return (u = t.node.yAxis) == null ? void 0 : u.show;
|
|
94
|
+
}), n = a(() => {
|
|
95
|
+
var u;
|
|
96
|
+
return (u = t.node.yAxis) == null ? void 0 : u.position;
|
|
97
|
+
}), o = a(() => {
|
|
98
|
+
var u;
|
|
99
|
+
return (u = t.node.yAxis) == null ? void 0 : u.type;
|
|
100
|
+
}), l = a(() => {
|
|
101
|
+
var u;
|
|
102
|
+
return (u = t.node.yAxis) == null ? void 0 : u.data;
|
|
104
103
|
});
|
|
105
|
-
function u
|
|
106
|
-
|
|
104
|
+
function s(u) {
|
|
105
|
+
u.yAxis = {
|
|
107
106
|
show: e.value,
|
|
108
107
|
position: n.value,
|
|
109
|
-
type:
|
|
110
|
-
data:
|
|
108
|
+
type: o.value,
|
|
109
|
+
data: l.value
|
|
111
110
|
};
|
|
112
111
|
}
|
|
113
|
-
return { show: e, position: n, type:
|
|
112
|
+
return { show: e, position: n, type: o, data: l, applyYAxis: s };
|
|
114
113
|
}
|
|
115
114
|
function ae(t, e) {
|
|
116
|
-
const { computedThemes: n } =
|
|
115
|
+
const { computedThemes: n } = Wn(), o = a(() => {
|
|
117
116
|
var p;
|
|
118
117
|
return (p = e.value) == null ? void 0 : p.mode;
|
|
119
|
-
}),
|
|
120
|
-
var
|
|
121
|
-
const p = (
|
|
118
|
+
}), l = a(() => {
|
|
119
|
+
var m;
|
|
120
|
+
const p = (m = e.value) == null ? void 0 : m.theme;
|
|
122
121
|
return p ? p === "background0" ? t.value ? "#2e2e2e" : "#bdbdbd" : p === "background1" ? t.value ? "#272727" : "#eeeeee" : p === "background2" ? t.value ? "#1e1e1e" : "#ffffff" : (t.value ? n.value.dark : n.value.light).colors[p] : void 0;
|
|
123
|
-
}),
|
|
124
|
-
var p,
|
|
125
|
-
return t.value ? (p = e.value.custom) == null ? void 0 : p.dark : (
|
|
122
|
+
}), s = a(() => {
|
|
123
|
+
var p, y;
|
|
124
|
+
return t.value ? (p = e.value.custom) == null ? void 0 : p.dark : (y = e.value.custom) == null ? void 0 : y.light;
|
|
126
125
|
});
|
|
127
|
-
return { color:
|
|
126
|
+
return { color: a(() => o.value === "theme" ? l.value : o.value === "custom" ? s.value : "") };
|
|
128
127
|
}
|
|
129
128
|
function Je(t, e) {
|
|
130
|
-
const n =
|
|
129
|
+
const n = a(() => {
|
|
131
130
|
var i;
|
|
132
131
|
return (i = e.node.border) == null ? void 0 : i.style;
|
|
133
|
-
}),
|
|
132
|
+
}), o = a(() => {
|
|
134
133
|
var i;
|
|
135
134
|
return (i = e.node.border) == null ? void 0 : i.width;
|
|
136
|
-
}),
|
|
135
|
+
}), l = a(() => {
|
|
137
136
|
var i;
|
|
138
137
|
return (i = e.node.border) == null ? void 0 : i.color;
|
|
139
|
-
}), { color:
|
|
138
|
+
}), { color: s } = ae(t, l), u = a(() => {
|
|
140
139
|
var i, f;
|
|
141
140
|
return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.tl;
|
|
142
|
-
}), p =
|
|
141
|
+
}), p = a(() => {
|
|
143
142
|
var i, f;
|
|
144
143
|
return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.tr;
|
|
145
|
-
}),
|
|
144
|
+
}), y = a(() => {
|
|
146
145
|
var i, f;
|
|
147
146
|
return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.bl;
|
|
148
|
-
}),
|
|
147
|
+
}), m = a(() => {
|
|
149
148
|
var i, f;
|
|
150
149
|
return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.br;
|
|
151
150
|
});
|
|
152
|
-
function
|
|
153
|
-
n.value && (i.borderStyle = n.value),
|
|
151
|
+
function r(i) {
|
|
152
|
+
n.value && (i.borderStyle = n.value), o.value && (i.borderWidth = o.value), s.value && (i.borderColor = s.value), u.value && (i.borderTopLeftRadius = u.value), p.value && (i.borderTopRightRadius = p.value), y.value && (i.borderBottomLeftRadius = y.value), m.value && (i.borderBottomRightRadius = m.value);
|
|
154
153
|
}
|
|
155
|
-
return { borderStyle: n, borderWidth:
|
|
154
|
+
return { borderStyle: n, borderWidth: o, borderColor: s, applyBorder: r };
|
|
156
155
|
}
|
|
157
156
|
function Qe(t) {
|
|
158
|
-
const e =
|
|
159
|
-
var
|
|
160
|
-
return (
|
|
161
|
-
}), n =
|
|
162
|
-
var
|
|
163
|
-
return (
|
|
164
|
-
}),
|
|
165
|
-
var
|
|
166
|
-
return (
|
|
167
|
-
}),
|
|
168
|
-
var
|
|
169
|
-
return (
|
|
157
|
+
const e = a(() => {
|
|
158
|
+
var u;
|
|
159
|
+
return (u = t.node.margin) == null ? void 0 : u.top;
|
|
160
|
+
}), n = a(() => {
|
|
161
|
+
var u;
|
|
162
|
+
return (u = t.node.margin) == null ? void 0 : u.left;
|
|
163
|
+
}), o = a(() => {
|
|
164
|
+
var u;
|
|
165
|
+
return (u = t.node.margin) == null ? void 0 : u.bottom;
|
|
166
|
+
}), l = a(() => {
|
|
167
|
+
var u;
|
|
168
|
+
return (u = t.node.margin) == null ? void 0 : u.right;
|
|
170
169
|
});
|
|
171
|
-
function u
|
|
172
|
-
e.value && (
|
|
170
|
+
function s(u) {
|
|
171
|
+
e.value && (u.marginTop = e.value), n.value && (u.marginLeft = n.value), o.value && (u.marginBottom = o.value), l.value && (u.marginRight = l.value);
|
|
173
172
|
}
|
|
174
|
-
return { marginTop: e, marginLeft: n, marginBottom:
|
|
173
|
+
return { marginTop: e, marginLeft: n, marginBottom: o, marginRight: l, applyMargin: s };
|
|
175
174
|
}
|
|
176
175
|
function et(t) {
|
|
177
|
-
const e =
|
|
178
|
-
var
|
|
179
|
-
return (
|
|
180
|
-
}), n =
|
|
181
|
-
var
|
|
182
|
-
return (
|
|
183
|
-
}),
|
|
184
|
-
var
|
|
185
|
-
return (
|
|
186
|
-
}),
|
|
187
|
-
var
|
|
188
|
-
return (
|
|
176
|
+
const e = a(() => {
|
|
177
|
+
var u;
|
|
178
|
+
return (u = t.node.padding) == null ? void 0 : u.top;
|
|
179
|
+
}), n = a(() => {
|
|
180
|
+
var u;
|
|
181
|
+
return (u = t.node.padding) == null ? void 0 : u.left;
|
|
182
|
+
}), o = a(() => {
|
|
183
|
+
var u;
|
|
184
|
+
return (u = t.node.padding) == null ? void 0 : u.bottom;
|
|
185
|
+
}), l = a(() => {
|
|
186
|
+
var u;
|
|
187
|
+
return (u = t.node.padding) == null ? void 0 : u.right;
|
|
189
188
|
});
|
|
190
|
-
function u
|
|
191
|
-
e.value && (
|
|
189
|
+
function s(u) {
|
|
190
|
+
e.value && (u.paddingTop = e.value), n.value && (u.paddingLeft = n.value), o.value && (u.paddingBottom = o.value), l.value && (u.paddingRight = l.value);
|
|
192
191
|
}
|
|
193
|
-
return { paddingTop: e, paddingLeft: n, paddingBottom:
|
|
192
|
+
return { paddingTop: e, paddingLeft: n, paddingBottom: o, paddingRight: l, applyPadding: s };
|
|
194
193
|
}
|
|
195
194
|
const rt = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
196
195
|
function ee(t) {
|
|
197
196
|
let e = "";
|
|
198
197
|
for (let n = 0; n < t; n++) {
|
|
199
|
-
const
|
|
200
|
-
e += rt[
|
|
198
|
+
const o = Math.floor(Math.random() * rt.length);
|
|
199
|
+
e += rt[o];
|
|
201
200
|
}
|
|
202
201
|
return e;
|
|
203
202
|
}
|
|
204
|
-
function
|
|
203
|
+
function ye(t) {
|
|
205
204
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
206
205
|
return !1;
|
|
207
206
|
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
@@ -213,7 +212,7 @@ function tt(t) {
|
|
|
213
212
|
const e = t.substring(0, t.length - 1), n = parseFloat(e);
|
|
214
213
|
return !isNaN(n);
|
|
215
214
|
}
|
|
216
|
-
function
|
|
215
|
+
function fr(t) {
|
|
217
216
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
218
217
|
return;
|
|
219
218
|
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
@@ -227,19 +226,19 @@ function ge(t) {
|
|
|
227
226
|
if (!isNaN(n))
|
|
228
227
|
return n;
|
|
229
228
|
}
|
|
230
|
-
const
|
|
231
|
-
function
|
|
229
|
+
const Jt = ["xs", "sm", "md", "lg", "xl"], Gn = [...Jt].reverse();
|
|
230
|
+
function Qt(t) {
|
|
232
231
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
233
232
|
}
|
|
234
233
|
function st(t) {
|
|
235
|
-
return
|
|
234
|
+
return Jt.findIndex((e) => e === t);
|
|
236
235
|
}
|
|
237
236
|
function le(t, e) {
|
|
238
237
|
let n;
|
|
239
|
-
for (const
|
|
240
|
-
if (st(
|
|
238
|
+
for (const o of Gn) {
|
|
239
|
+
if (st(o) < st(t))
|
|
241
240
|
break;
|
|
242
|
-
e[
|
|
241
|
+
e[o] && (n = e[o]);
|
|
243
242
|
}
|
|
244
243
|
return n;
|
|
245
244
|
}
|
|
@@ -264,43 +263,43 @@ function at(t, e) {
|
|
|
264
263
|
}
|
|
265
264
|
}
|
|
266
265
|
function re(t, e) {
|
|
267
|
-
function n(
|
|
268
|
-
if (
|
|
269
|
-
if (
|
|
266
|
+
function n(o, l) {
|
|
267
|
+
if (l.ui) {
|
|
268
|
+
if (l.ui === "strInput" && l.static)
|
|
270
269
|
return;
|
|
271
|
-
l
|
|
270
|
+
o[l.key] = at(l);
|
|
272
271
|
} else
|
|
273
|
-
|
|
274
|
-
l
|
|
272
|
+
l.array ? o[l.key] = at(l) : l.children.forEach((s) => {
|
|
273
|
+
o[l.key] || (o[l.key] = {}), n(o[l.key], s);
|
|
275
274
|
});
|
|
276
275
|
}
|
|
277
|
-
e.forEach((
|
|
276
|
+
e.forEach((o) => n(t, o));
|
|
278
277
|
}
|
|
279
|
-
function
|
|
280
|
-
const
|
|
281
|
-
if (!
|
|
282
|
-
console.error(`spawnNode prop tag not found, ${
|
|
278
|
+
function Xn(t, e, n, o, l) {
|
|
279
|
+
const s = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefid=${l}`, u = ve(t, e);
|
|
280
|
+
if (!u) {
|
|
281
|
+
console.error(`spawnNode prop tag not found, ${s}`);
|
|
283
282
|
return;
|
|
284
283
|
}
|
|
285
284
|
const p = lt[n];
|
|
286
285
|
if (!p) {
|
|
287
|
-
console.error(`spawnNode pkg not found version, ${
|
|
286
|
+
console.error(`spawnNode pkg not found version, ${s}`);
|
|
288
287
|
return;
|
|
289
288
|
}
|
|
290
|
-
if (
|
|
291
|
-
const
|
|
292
|
-
if (!p.elements.has(
|
|
293
|
-
console.error(`spawnNode [ref] element not found in pkg, ${
|
|
289
|
+
if (o) {
|
|
290
|
+
const y = p.refKey, m = l;
|
|
291
|
+
if (!p.elements.has(y)) {
|
|
292
|
+
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
294
293
|
return;
|
|
295
294
|
}
|
|
296
|
-
const
|
|
297
|
-
if (!
|
|
298
|
-
console.error(`spawnNode [ref] element not found in global, ${
|
|
295
|
+
const r = Y[y];
|
|
296
|
+
if (!r) {
|
|
297
|
+
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
299
298
|
return;
|
|
300
299
|
}
|
|
301
|
-
const i =
|
|
300
|
+
const i = r.props[u];
|
|
302
301
|
if (!i) {
|
|
303
|
-
console.error(`spawnNode [ref] props not found, ${
|
|
302
|
+
console.error(`spawnNode [ref] props not found, ${s}`);
|
|
304
303
|
return;
|
|
305
304
|
}
|
|
306
305
|
const f = {
|
|
@@ -309,26 +308,26 @@ function qn(t, e, n, l, r) {
|
|
|
309
308
|
key: ""
|
|
310
309
|
}
|
|
311
310
|
};
|
|
312
|
-
return re(f, i), f.basic.id = ee(16), f.basic.key =
|
|
313
|
-
id:
|
|
311
|
+
return re(f, i), f.basic.id = ee(16), f.basic.key = y, f.ref = {
|
|
312
|
+
id: m
|
|
314
313
|
}, f;
|
|
315
314
|
} else {
|
|
316
|
-
const
|
|
317
|
-
if (!p.elements.has(
|
|
318
|
-
console.error(`spawnNode [key] element not found in pkg, ${
|
|
315
|
+
const y = l;
|
|
316
|
+
if (!p.elements.has(y)) {
|
|
317
|
+
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
319
318
|
return;
|
|
320
319
|
}
|
|
321
|
-
const
|
|
322
|
-
if (!
|
|
323
|
-
console.error(`spawnNode [key] element not found in global, ${
|
|
320
|
+
const m = Y[y];
|
|
321
|
+
if (!m) {
|
|
322
|
+
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
324
323
|
return;
|
|
325
324
|
}
|
|
326
|
-
if (
|
|
327
|
-
return
|
|
325
|
+
if (m.spawn)
|
|
326
|
+
return m.spawn(t, e);
|
|
328
327
|
{
|
|
329
|
-
const
|
|
330
|
-
if (!
|
|
331
|
-
console.error(`spawnNode [key] props not found, ${
|
|
328
|
+
const r = m.props[u];
|
|
329
|
+
if (!r) {
|
|
330
|
+
console.error(`spawnNode [key] props not found, ${s}`);
|
|
332
331
|
return;
|
|
333
332
|
}
|
|
334
333
|
const i = {
|
|
@@ -337,345 +336,345 @@ function qn(t, e, n, l, r) {
|
|
|
337
336
|
key: ""
|
|
338
337
|
}
|
|
339
338
|
};
|
|
340
|
-
return re(i,
|
|
339
|
+
return re(i, r), i.basic.id = ee(16), i.basic.key = y, m.slots.some((f) => f.key === "default") && (i.children = []), i;
|
|
341
340
|
}
|
|
342
341
|
}
|
|
343
342
|
}
|
|
344
|
-
function
|
|
345
|
-
function n(
|
|
346
|
-
if (
|
|
347
|
-
return
|
|
348
|
-
if (
|
|
349
|
-
for (let
|
|
350
|
-
const
|
|
351
|
-
if (
|
|
352
|
-
return
|
|
343
|
+
function br(t, e) {
|
|
344
|
+
function n(o) {
|
|
345
|
+
if (o.basic.id === e)
|
|
346
|
+
return o;
|
|
347
|
+
if (o.children)
|
|
348
|
+
for (let l = 0; l < o.children.length; l++) {
|
|
349
|
+
const s = n(o.children[l]);
|
|
350
|
+
if (s)
|
|
351
|
+
return s;
|
|
353
352
|
}
|
|
354
353
|
}
|
|
355
|
-
for (let
|
|
356
|
-
const
|
|
357
|
-
if (
|
|
358
|
-
return
|
|
354
|
+
for (let o = 0; o < t.length; o++) {
|
|
355
|
+
const l = n(t[o]);
|
|
356
|
+
if (l)
|
|
357
|
+
return l;
|
|
359
358
|
}
|
|
360
359
|
}
|
|
361
|
-
function
|
|
362
|
-
function e(
|
|
363
|
-
var
|
|
364
|
-
|
|
360
|
+
function Yn(t) {
|
|
361
|
+
function e(o) {
|
|
362
|
+
var l;
|
|
363
|
+
o.basic.id = ee(16), (l = o.children) == null || l.forEach((s) => e(s));
|
|
365
364
|
}
|
|
366
365
|
const n = W(t);
|
|
367
366
|
return e(n), n;
|
|
368
367
|
}
|
|
369
|
-
function
|
|
368
|
+
function yr(t) {
|
|
370
369
|
const e = [];
|
|
371
370
|
return t.forEach((n) => {
|
|
372
|
-
e.push(
|
|
371
|
+
e.push(Yn(n));
|
|
373
372
|
}), e;
|
|
374
373
|
}
|
|
375
|
-
const
|
|
376
|
-
function
|
|
377
|
-
|
|
374
|
+
const en = "runtimeEnv", tn = "runtimeMode", nn = "runtimeDevice", on = "runtimeDark", ln = "runtimeType", rn = "runtimeData", sn = "runtimeDepends", an = "runtimeSandbox";
|
|
375
|
+
function vr(t) {
|
|
376
|
+
K(en, t);
|
|
378
377
|
}
|
|
379
|
-
function
|
|
380
|
-
return
|
|
378
|
+
function un() {
|
|
379
|
+
return j(en);
|
|
381
380
|
}
|
|
382
|
-
function
|
|
383
|
-
|
|
381
|
+
function xr(t) {
|
|
382
|
+
K(tn, t);
|
|
384
383
|
}
|
|
385
|
-
function
|
|
386
|
-
return
|
|
384
|
+
function L() {
|
|
385
|
+
return j(tn);
|
|
387
386
|
}
|
|
388
|
-
function
|
|
389
|
-
|
|
387
|
+
function hr(t) {
|
|
388
|
+
K(nn, Xe(t));
|
|
390
389
|
}
|
|
391
390
|
function U() {
|
|
392
|
-
return
|
|
391
|
+
return j(nn);
|
|
393
392
|
}
|
|
394
|
-
function
|
|
395
|
-
|
|
393
|
+
function gr(t) {
|
|
394
|
+
K(on, Xe(t));
|
|
396
395
|
}
|
|
397
|
-
function
|
|
398
|
-
return
|
|
396
|
+
function F() {
|
|
397
|
+
return j(on);
|
|
399
398
|
}
|
|
400
|
-
function
|
|
401
|
-
|
|
399
|
+
function _r(t) {
|
|
400
|
+
K(ln, t);
|
|
402
401
|
}
|
|
403
402
|
function Z() {
|
|
404
|
-
return
|
|
403
|
+
return j(ln);
|
|
405
404
|
}
|
|
406
|
-
function
|
|
407
|
-
|
|
405
|
+
function kr(t) {
|
|
406
|
+
K(rn, t);
|
|
408
407
|
}
|
|
409
408
|
function q() {
|
|
410
|
-
return
|
|
409
|
+
return j(rn);
|
|
411
410
|
}
|
|
412
|
-
function
|
|
413
|
-
|
|
411
|
+
function Cr(t) {
|
|
412
|
+
K(sn, Xe(t));
|
|
414
413
|
}
|
|
415
|
-
function
|
|
416
|
-
return
|
|
414
|
+
function cn() {
|
|
415
|
+
return j(sn);
|
|
417
416
|
}
|
|
418
|
-
function
|
|
419
|
-
|
|
417
|
+
function dn(t) {
|
|
418
|
+
K(an, t);
|
|
420
419
|
}
|
|
421
420
|
function xe() {
|
|
422
|
-
return
|
|
421
|
+
return j(an);
|
|
423
422
|
}
|
|
424
423
|
function J(t, e, n) {
|
|
425
|
-
const
|
|
426
|
-
var
|
|
427
|
-
return (
|
|
428
|
-
}),
|
|
429
|
-
var
|
|
430
|
-
return (
|
|
431
|
-
}),
|
|
432
|
-
var
|
|
433
|
-
return (
|
|
434
|
-
}),
|
|
435
|
-
var
|
|
424
|
+
const o = a(() => {
|
|
425
|
+
var r;
|
|
426
|
+
return (r = n.node.size) == null ? void 0 : r.width;
|
|
427
|
+
}), l = a(() => {
|
|
428
|
+
var r;
|
|
429
|
+
return (r = n.node.size) == null ? void 0 : r.minWidth;
|
|
430
|
+
}), s = a(() => {
|
|
431
|
+
var r;
|
|
432
|
+
return (r = n.node.size) == null ? void 0 : r.maxWidth;
|
|
433
|
+
}), u = a(() => {
|
|
434
|
+
var r, i;
|
|
436
435
|
if (n.outer && t === "editor") {
|
|
437
|
-
const f = ge((
|
|
436
|
+
const f = ge((r = n.node.size) == null ? void 0 : r.height);
|
|
438
437
|
if (f)
|
|
439
438
|
return f / 100 * e.value.height + "px";
|
|
440
439
|
}
|
|
441
440
|
return (i = n.node.size) == null ? void 0 : i.height;
|
|
442
|
-
}), p =
|
|
443
|
-
var
|
|
441
|
+
}), p = a(() => {
|
|
442
|
+
var r, i;
|
|
444
443
|
if (n.outer && t === "editor") {
|
|
445
|
-
const f = ge((
|
|
444
|
+
const f = ge((r = n.node.size) == null ? void 0 : r.minHeight);
|
|
446
445
|
if (f)
|
|
447
446
|
return f / 100 * e.value.height + "px";
|
|
448
447
|
}
|
|
449
448
|
return (i = n.node.size) == null ? void 0 : i.minHeight;
|
|
450
|
-
}),
|
|
451
|
-
var
|
|
449
|
+
}), y = a(() => {
|
|
450
|
+
var r, i;
|
|
452
451
|
if (n.outer && t === "editor") {
|
|
453
|
-
const f = ge((
|
|
452
|
+
const f = ge((r = n.node.size) == null ? void 0 : r.maxHeight);
|
|
454
453
|
if (f)
|
|
455
454
|
return f / 100 * e.value.height + "px";
|
|
456
455
|
}
|
|
457
456
|
return (i = n.node.size) == null ? void 0 : i.maxHeight;
|
|
458
457
|
});
|
|
459
|
-
function
|
|
460
|
-
|
|
458
|
+
function m(r) {
|
|
459
|
+
o.value && (r.width = o.value), l.value && (r.minWidth = l.value), s.value && (r.maxWidth = s.value), u.value && (r.height = u.value), p.value && (r.minHeight = p.value), y.value && (r.maxHeight = y.value);
|
|
461
460
|
}
|
|
462
|
-
return { width:
|
|
461
|
+
return { width: o, minWidth: l, maxWidth: s, height: u, minHeight: p, maxHeight: y, applySize: m };
|
|
463
462
|
}
|
|
464
|
-
function
|
|
465
|
-
const
|
|
466
|
-
|
|
467
|
-
var
|
|
468
|
-
(
|
|
463
|
+
function mn(t, e, n) {
|
|
464
|
+
const o = a(() => e.node.basic.id), l = a(() => `callMethod@${o.value}`);
|
|
465
|
+
Cn(() => {
|
|
466
|
+
var s;
|
|
467
|
+
(s = t.eventBus) == null || s.on(l.value, n);
|
|
469
468
|
}), se(() => {
|
|
470
|
-
var
|
|
471
|
-
(
|
|
469
|
+
var s;
|
|
470
|
+
(s = t.eventBus) == null || s.off(l.value, n);
|
|
472
471
|
});
|
|
473
472
|
}
|
|
474
|
-
const
|
|
475
|
-
color:
|
|
476
|
-
backgroundColor:
|
|
477
|
-
textStyle:
|
|
478
|
-
title:
|
|
479
|
-
line:
|
|
480
|
-
radar:
|
|
481
|
-
bar:
|
|
482
|
-
pie:
|
|
483
|
-
scatter:
|
|
484
|
-
boxplot:
|
|
485
|
-
parallel:
|
|
486
|
-
sankey:
|
|
487
|
-
funnel:
|
|
488
|
-
gauge:
|
|
489
|
-
candlestick:
|
|
490
|
-
graph:
|
|
491
|
-
map:
|
|
492
|
-
geo:
|
|
493
|
-
categoryAxis:
|
|
494
|
-
valueAxis:
|
|
495
|
-
logAxis:
|
|
496
|
-
timeAxis:
|
|
497
|
-
toolbox:
|
|
498
|
-
legend:
|
|
499
|
-
tooltip:
|
|
500
|
-
timeline:
|
|
501
|
-
visualMap:
|
|
502
|
-
dataZoom:
|
|
503
|
-
markPoint:
|
|
504
|
-
},
|
|
505
|
-
color:
|
|
506
|
-
backgroundColor:
|
|
507
|
-
textStyle:
|
|
508
|
-
title:
|
|
509
|
-
line:
|
|
510
|
-
radar:
|
|
511
|
-
bar:
|
|
512
|
-
pie:
|
|
513
|
-
scatter:
|
|
514
|
-
boxplot:
|
|
515
|
-
parallel:
|
|
516
|
-
sankey:
|
|
517
|
-
funnel:
|
|
518
|
-
gauge:
|
|
519
|
-
candlestick:
|
|
520
|
-
graph:
|
|
521
|
-
map:
|
|
522
|
-
geo:
|
|
523
|
-
categoryAxis:
|
|
524
|
-
valueAxis:
|
|
525
|
-
logAxis:
|
|
526
|
-
timeAxis:
|
|
527
|
-
toolbox:
|
|
528
|
-
legend:
|
|
529
|
-
tooltip:
|
|
530
|
-
timeline:
|
|
531
|
-
visualMap:
|
|
532
|
-
dataZoom:
|
|
533
|
-
markPoint:
|
|
473
|
+
const Jn = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Qn = "#242424", ei = {}, ti = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ni = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ii = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, oi = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, li = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, si = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ai = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ui = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ci = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, di = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, mi = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, pi = { 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" } }, fi = { 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)" } } }, bi = { 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)" } } }, yi = { 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"] } } }, vi = { 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"] } } }, xi = { 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"] } } }, hi = { 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"] } } }, gi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, _i = { textStyle: { color: "#eeeeee" } }, ki = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ci = { 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" } } }, wi = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Vi = { 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" } }, Si = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, $i = {
|
|
474
|
+
color: Jn,
|
|
475
|
+
backgroundColor: Qn,
|
|
476
|
+
textStyle: ei,
|
|
477
|
+
title: ti,
|
|
478
|
+
line: ni,
|
|
479
|
+
radar: ii,
|
|
480
|
+
bar: oi,
|
|
481
|
+
pie: li,
|
|
482
|
+
scatter: ri,
|
|
483
|
+
boxplot: si,
|
|
484
|
+
parallel: ai,
|
|
485
|
+
sankey: ui,
|
|
486
|
+
funnel: ci,
|
|
487
|
+
gauge: di,
|
|
488
|
+
candlestick: mi,
|
|
489
|
+
graph: pi,
|
|
490
|
+
map: fi,
|
|
491
|
+
geo: bi,
|
|
492
|
+
categoryAxis: yi,
|
|
493
|
+
valueAxis: vi,
|
|
494
|
+
logAxis: xi,
|
|
495
|
+
timeAxis: hi,
|
|
496
|
+
toolbox: gi,
|
|
497
|
+
legend: _i,
|
|
498
|
+
tooltip: ki,
|
|
499
|
+
timeline: Ci,
|
|
500
|
+
visualMap: wi,
|
|
501
|
+
dataZoom: Vi,
|
|
502
|
+
markPoint: Si
|
|
503
|
+
}, Ti = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ii = "#f5f5f5", Ni = {}, Ai = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Li = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ei = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Pi = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Wi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Bi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Di = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hi = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Oi = { 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" } }, ji = { 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)" } } }, Ki = { 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)" } } }, Ui = { 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"] } } }, Zi = { 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"] } } }, qi = { 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"] } } }, Gi = { 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"] } } }, Xi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Yi = { textStyle: { color: "#333333" } }, Ji = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Qi = { 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" } } }, eo = { color: ["#bf444c", "#d88273", "#f6efa6"] }, to = { 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" } }, no = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, io = {
|
|
504
|
+
color: Ti,
|
|
505
|
+
backgroundColor: Ii,
|
|
506
|
+
textStyle: Ni,
|
|
507
|
+
title: Ai,
|
|
508
|
+
line: Li,
|
|
509
|
+
radar: Ei,
|
|
510
|
+
bar: Pi,
|
|
511
|
+
pie: Wi,
|
|
512
|
+
scatter: Bi,
|
|
513
|
+
boxplot: Di,
|
|
514
|
+
parallel: zi,
|
|
515
|
+
sankey: Ri,
|
|
516
|
+
funnel: Mi,
|
|
517
|
+
gauge: Fi,
|
|
518
|
+
candlestick: Hi,
|
|
519
|
+
graph: Oi,
|
|
520
|
+
map: ji,
|
|
521
|
+
geo: Ki,
|
|
522
|
+
categoryAxis: Ui,
|
|
523
|
+
valueAxis: Zi,
|
|
524
|
+
logAxis: qi,
|
|
525
|
+
timeAxis: Gi,
|
|
526
|
+
toolbox: Xi,
|
|
527
|
+
legend: Yi,
|
|
528
|
+
tooltip: Ji,
|
|
529
|
+
timeline: Qi,
|
|
530
|
+
visualMap: eo,
|
|
531
|
+
dataZoom: to,
|
|
532
|
+
markPoint: no
|
|
534
533
|
};
|
|
535
|
-
|
|
536
|
-
Pn,
|
|
537
|
-
Wn,
|
|
534
|
+
Bn([
|
|
538
535
|
Dn,
|
|
539
536
|
zn,
|
|
540
|
-
Bn,
|
|
541
537
|
Rn,
|
|
542
538
|
Mn,
|
|
543
|
-
Fn
|
|
539
|
+
Fn,
|
|
540
|
+
Hn,
|
|
541
|
+
On,
|
|
542
|
+
jn
|
|
544
543
|
]);
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
const
|
|
544
|
+
jt("dark", $i);
|
|
545
|
+
jt("light", io);
|
|
546
|
+
const oo = /* @__PURE__ */ T({
|
|
548
547
|
__name: "index",
|
|
549
548
|
props: {
|
|
550
549
|
node: {},
|
|
551
550
|
outer: { type: Boolean }
|
|
552
551
|
},
|
|
553
552
|
setup(t) {
|
|
554
|
-
const e = t, n =
|
|
555
|
-
const
|
|
556
|
-
return
|
|
557
|
-
}), h =
|
|
553
|
+
const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { width: p, minWidth: y, maxWidth: m, height: r, minHeight: i, maxHeight: f, applySize: c } = J(n, o, e), { applyTitle: b } = Gt(e), { applyXAxis: d } = Xt(e), { applyYAxis: _ } = Yt(e), { applyLegend: w } = Zt(e), { applySeries: v } = qt(e), k = a(() => {
|
|
554
|
+
const V = {}, G = u.value.type;
|
|
555
|
+
return s === "page" ? G === "common" ? c(V) : console.assert(!1) : s === "comp" && G === "common" ? c(V) : console.assert(!1), V;
|
|
556
|
+
}), h = Pt("chart");
|
|
558
557
|
let x;
|
|
559
558
|
const S = () => {
|
|
560
|
-
x == null || x.dispose(), x =
|
|
561
|
-
const
|
|
562
|
-
x.setOption(
|
|
563
|
-
},
|
|
559
|
+
x == null || x.dispose(), x = Kt.init(h.value, l.value ? "dark" : "light");
|
|
560
|
+
const V = {};
|
|
561
|
+
x.setOption(V);
|
|
562
|
+
}, P = () => {
|
|
564
563
|
x == null || x.resize();
|
|
565
|
-
},
|
|
566
|
-
const
|
|
567
|
-
|
|
564
|
+
}, B = () => {
|
|
565
|
+
const V = {};
|
|
566
|
+
b(V), d(V), _(V), w(V), v(V), x == null || x.setOption(V, !0);
|
|
568
567
|
};
|
|
569
|
-
return
|
|
570
|
-
window.addEventListener("resize",
|
|
568
|
+
return Wt(async () => {
|
|
569
|
+
window.addEventListener("resize", P, !1), await Ft(() => !!h.value), S(), B();
|
|
571
570
|
}), se(() => {
|
|
572
|
-
window.removeEventListener("resize",
|
|
571
|
+
window.removeEventListener("resize", P, !1), x == null || x.dispose();
|
|
573
572
|
}), X(
|
|
574
573
|
[
|
|
575
|
-
() =>
|
|
576
|
-
() =>
|
|
574
|
+
() => o.value.width,
|
|
575
|
+
() => o.value.height,
|
|
577
576
|
p,
|
|
577
|
+
y,
|
|
578
578
|
m,
|
|
579
|
-
|
|
580
|
-
o,
|
|
579
|
+
r,
|
|
581
580
|
i,
|
|
582
581
|
f
|
|
583
582
|
],
|
|
584
583
|
async () => {
|
|
585
|
-
await
|
|
584
|
+
await Bt(), P();
|
|
586
585
|
}
|
|
587
|
-
), X([
|
|
588
|
-
S(),
|
|
586
|
+
), X([l], () => {
|
|
587
|
+
S(), B();
|
|
589
588
|
}), X(
|
|
590
589
|
[e],
|
|
591
590
|
() => {
|
|
592
|
-
|
|
591
|
+
B();
|
|
593
592
|
},
|
|
594
593
|
{ deep: !0 }
|
|
595
|
-
), (
|
|
594
|
+
), (V, G) => (C(), R("div", {
|
|
596
595
|
ref: "chart",
|
|
597
596
|
style: oe(k.value)
|
|
598
597
|
}, null, 4));
|
|
599
598
|
}
|
|
600
|
-
}),
|
|
599
|
+
}), lo = /* @__PURE__ */ T({
|
|
601
600
|
__name: "index",
|
|
602
601
|
props: {
|
|
603
602
|
node: {},
|
|
604
603
|
outer: { type: Boolean }
|
|
605
604
|
},
|
|
606
605
|
setup(t) {
|
|
607
|
-
const e = t, n =
|
|
608
|
-
const
|
|
609
|
-
return
|
|
610
|
-
}), h =
|
|
606
|
+
const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { width: p, minWidth: y, maxWidth: m, height: r, minHeight: i, maxHeight: f, applySize: c } = J(n, o, e), { applyTitle: b } = Gt(e), { applyXAxis: d } = Xt(e), { applyYAxis: _ } = Yt(e), { applyLegend: w } = Zt(e), { applySeries: v } = qt(e), k = a(() => {
|
|
607
|
+
const V = {}, G = u.value.type;
|
|
608
|
+
return s === "page" ? G === "common" ? c(V) : console.assert(!1) : s === "comp" && G === "common" ? c(V) : console.assert(!1), V;
|
|
609
|
+
}), h = Pt("chart");
|
|
611
610
|
let x;
|
|
612
611
|
const S = () => {
|
|
613
|
-
x == null || x.dispose(), x =
|
|
614
|
-
const
|
|
615
|
-
x.setOption(
|
|
616
|
-
},
|
|
612
|
+
x == null || x.dispose(), x = Kt.init(h.value, l.value ? "dark" : "light");
|
|
613
|
+
const V = {};
|
|
614
|
+
x.setOption(V);
|
|
615
|
+
}, P = () => {
|
|
617
616
|
x == null || x.resize();
|
|
618
|
-
},
|
|
619
|
-
const
|
|
620
|
-
|
|
617
|
+
}, B = () => {
|
|
618
|
+
const V = {};
|
|
619
|
+
b(V), d(V), _(V), w(V), v(V), x == null || x.setOption(V, !0);
|
|
621
620
|
};
|
|
622
|
-
return
|
|
623
|
-
window.addEventListener("resize",
|
|
621
|
+
return Wt(async () => {
|
|
622
|
+
window.addEventListener("resize", P, !1), await Ft(() => !!h.value), S(), B();
|
|
624
623
|
}), se(() => {
|
|
625
|
-
window.removeEventListener("resize",
|
|
624
|
+
window.removeEventListener("resize", P, !1), x == null || x.dispose();
|
|
626
625
|
}), X(
|
|
627
626
|
[
|
|
628
|
-
() =>
|
|
629
|
-
() =>
|
|
627
|
+
() => o.value.width,
|
|
628
|
+
() => o.value.height,
|
|
630
629
|
p,
|
|
630
|
+
y,
|
|
631
631
|
m,
|
|
632
|
-
|
|
633
|
-
o,
|
|
632
|
+
r,
|
|
634
633
|
i,
|
|
635
634
|
f
|
|
636
635
|
],
|
|
637
636
|
async () => {
|
|
638
|
-
await
|
|
637
|
+
await Bt(), P();
|
|
639
638
|
}
|
|
640
|
-
), X([
|
|
641
|
-
S(),
|
|
639
|
+
), X([l], () => {
|
|
640
|
+
S(), B();
|
|
642
641
|
}), X(
|
|
643
642
|
[e],
|
|
644
643
|
() => {
|
|
645
|
-
|
|
644
|
+
B();
|
|
646
645
|
},
|
|
647
646
|
{ deep: !0 }
|
|
648
|
-
), (
|
|
647
|
+
), (V, G) => (C(), R("div", {
|
|
649
648
|
ref: "chart",
|
|
650
649
|
style: oe(k.value)
|
|
651
650
|
}, null, 4));
|
|
652
651
|
}
|
|
653
652
|
});
|
|
654
|
-
function
|
|
653
|
+
function ro(t, e) {
|
|
655
654
|
function n(p) {
|
|
656
|
-
const
|
|
657
|
-
console.log(
|
|
655
|
+
const y = t.pseudoToNative(p);
|
|
656
|
+
console.log(y);
|
|
658
657
|
}
|
|
659
|
-
function
|
|
660
|
-
const
|
|
661
|
-
let
|
|
662
|
-
typeof
|
|
658
|
+
function o(p) {
|
|
659
|
+
const y = t.pseudoToNative(p);
|
|
660
|
+
let m = "";
|
|
661
|
+
typeof y == "object" ? m = JSON.stringify(y) : m = String(y), Ye.emit("consoleAppend", m);
|
|
663
662
|
}
|
|
664
|
-
function
|
|
665
|
-
const
|
|
666
|
-
|
|
663
|
+
function l(p, y) {
|
|
664
|
+
const m = t.pseudoToNative(p), r = t.pseudoToNative(y);
|
|
665
|
+
m === "info" ? Tn(r) : m === "success" ? In(r) : m === "warning" ? Nn(r) : m === "error" && Ht(r);
|
|
667
666
|
}
|
|
668
|
-
function
|
|
669
|
-
const
|
|
667
|
+
function s(p, y) {
|
|
668
|
+
const m = t.pseudoToNative(p), r = t.pseudoToNative(y);
|
|
670
669
|
setTimeout(() => {
|
|
671
|
-
t.appendCode(`__timeoutCallbackV1__(${
|
|
672
|
-
},
|
|
670
|
+
t.appendCode(`__timeoutCallbackV1__(${m})`), t.run();
|
|
671
|
+
}, r);
|
|
673
672
|
}
|
|
674
|
-
function
|
|
675
|
-
const
|
|
673
|
+
function u(p, y) {
|
|
674
|
+
const m = t.pseudoToNative(p);
|
|
676
675
|
setTimeout(() => {
|
|
677
|
-
|
|
678
|
-
},
|
|
676
|
+
y(), t.run();
|
|
677
|
+
}, m);
|
|
679
678
|
}
|
|
680
679
|
t.setProperty(
|
|
681
680
|
e,
|
|
@@ -684,45 +683,45 @@ function oo(t, e) {
|
|
|
684
683
|
), t.setProperty(
|
|
685
684
|
e,
|
|
686
685
|
"__debugTraceV1__",
|
|
687
|
-
t.createNativeFunction(
|
|
686
|
+
t.createNativeFunction(o)
|
|
688
687
|
), t.setProperty(
|
|
689
688
|
e,
|
|
690
689
|
"__messageV1__",
|
|
691
|
-
t.createNativeFunction(
|
|
690
|
+
t.createNativeFunction(l)
|
|
692
691
|
), t.setProperty(
|
|
693
692
|
e,
|
|
694
693
|
"__timeoutV1__",
|
|
695
|
-
t.createNativeFunction(
|
|
694
|
+
t.createNativeFunction(s)
|
|
696
695
|
), t.setProperty(
|
|
697
696
|
e,
|
|
698
697
|
"__delayV1__",
|
|
699
|
-
t.createAsyncFunction(
|
|
698
|
+
t.createAsyncFunction(u)
|
|
700
699
|
);
|
|
701
700
|
}
|
|
702
|
-
const
|
|
701
|
+
const pn = An({
|
|
703
702
|
baseUrl: "http://localhost/computebase/",
|
|
704
703
|
onError: (t) => {
|
|
705
|
-
const { i18n: e } =
|
|
706
|
-
|
|
704
|
+
const { i18n: e } = Ln;
|
|
705
|
+
Ht(Zn(e, t));
|
|
707
706
|
}
|
|
708
707
|
});
|
|
709
|
-
window.API_URL && (
|
|
710
|
-
function
|
|
711
|
-
return
|
|
708
|
+
window.API_URL && (pn.defaults.baseURL = window.API_URL + "/computebase/");
|
|
709
|
+
function so(t) {
|
|
710
|
+
return pn.post("callFunc", t);
|
|
712
711
|
}
|
|
713
|
-
function
|
|
714
|
-
async function n(l,
|
|
715
|
-
const
|
|
712
|
+
function ao(t, e) {
|
|
713
|
+
async function n(o, l, s, u, p, y) {
|
|
714
|
+
const m = t.pseudoToNative(o), r = t.pseudoToNative(l), i = t.pseudoToNative(s), f = t.pseudoToNative(u), c = t.pseudoToNative(p);
|
|
716
715
|
try {
|
|
717
|
-
const
|
|
718
|
-
spaceid:
|
|
719
|
-
id:
|
|
720
|
-
strInputs:
|
|
716
|
+
const b = JSON.stringify(i), { strOutputs: d } = await so({
|
|
717
|
+
spaceid: m,
|
|
718
|
+
id: r,
|
|
719
|
+
strInputs: b,
|
|
721
720
|
env: f
|
|
722
|
-
}), _ = JSON.parse(
|
|
723
|
-
|
|
724
|
-
} catch (
|
|
725
|
-
console.error("callFuncV1 failed",
|
|
721
|
+
}), _ = JSON.parse(d);
|
|
722
|
+
y(t.nativeToPseudo(_)), t.run();
|
|
723
|
+
} catch (b) {
|
|
724
|
+
console.error("callFuncV1 failed", c, b);
|
|
726
725
|
}
|
|
727
726
|
}
|
|
728
727
|
t.setProperty(
|
|
@@ -731,126 +730,126 @@ function ro(t, e) {
|
|
|
731
730
|
t.createAsyncFunction(n)
|
|
732
731
|
);
|
|
733
732
|
}
|
|
734
|
-
class
|
|
733
|
+
class uo {
|
|
735
734
|
constructor(e) {
|
|
736
735
|
he(this, "context");
|
|
737
736
|
he(this, "nodes");
|
|
738
737
|
this.context = e, this.nodes = {};
|
|
739
|
-
const n = (
|
|
740
|
-
var
|
|
741
|
-
this.nodes[
|
|
738
|
+
const n = (o) => {
|
|
739
|
+
var l;
|
|
740
|
+
this.nodes[o.basic.id] = o, (l = o.children) == null || l.forEach((s) => n(s));
|
|
742
741
|
};
|
|
743
|
-
this.context.data.view.nodes.forEach((
|
|
742
|
+
this.context.data.view.nodes.forEach((o) => n(o));
|
|
744
743
|
}
|
|
745
744
|
getNode(e) {
|
|
746
745
|
return this.nodes[e];
|
|
747
746
|
}
|
|
748
|
-
addNode(e, n,
|
|
749
|
-
const
|
|
750
|
-
let
|
|
747
|
+
addNode(e, n, o) {
|
|
748
|
+
const l = `parent=${e} ref=${n} keyOrRefid=${o}`;
|
|
749
|
+
let s;
|
|
751
750
|
if (e) {
|
|
752
751
|
const p = this.getNode(e);
|
|
753
752
|
if (!p)
|
|
754
|
-
return console.error(`NodeMgr/addNode parent not found, ${
|
|
753
|
+
return console.error(`NodeMgr/addNode parent not found, ${l}`), "";
|
|
755
754
|
if (!p.children)
|
|
756
|
-
return console.error(`NodeMgr/addNode parent no children, ${
|
|
757
|
-
|
|
755
|
+
return console.error(`NodeMgr/addNode parent no children, ${l}`), "";
|
|
756
|
+
s = p.children;
|
|
758
757
|
} else
|
|
759
|
-
|
|
760
|
-
if (!
|
|
758
|
+
s = this.context.data.view.nodes;
|
|
759
|
+
if (!s)
|
|
761
760
|
return "";
|
|
762
|
-
const
|
|
761
|
+
const u = Xn(
|
|
763
762
|
this.context.type,
|
|
764
763
|
this.context.data.type,
|
|
765
764
|
this.context.data.version,
|
|
766
765
|
n,
|
|
767
|
-
|
|
766
|
+
o
|
|
768
767
|
);
|
|
769
|
-
return
|
|
768
|
+
return u ? (s.push(u), this.nodes[u.basic.id] = u, u.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${l}`), "");
|
|
770
769
|
}
|
|
771
770
|
deleteNode(e) {
|
|
772
771
|
this.getNode(e);
|
|
773
772
|
}
|
|
774
773
|
}
|
|
775
|
-
function
|
|
776
|
-
const
|
|
777
|
-
function
|
|
778
|
-
const
|
|
779
|
-
return e.nativeToPseudo(
|
|
774
|
+
function co(t, e, n) {
|
|
775
|
+
const o = new uo(t);
|
|
776
|
+
function l(i, f, c) {
|
|
777
|
+
const b = e.pseudoToNative(i), d = e.pseudoToNative(f), _ = e.pseudoToNative(c), w = o.addNode(b, d, _);
|
|
778
|
+
return e.nativeToPseudo(w);
|
|
780
779
|
}
|
|
781
|
-
function
|
|
780
|
+
function s(i) {
|
|
782
781
|
const f = e.pseudoToNative(i);
|
|
783
|
-
|
|
782
|
+
o.deleteNode(f);
|
|
784
783
|
}
|
|
785
|
-
function
|
|
786
|
-
const
|
|
784
|
+
function u(i, f) {
|
|
785
|
+
const c = e.pseudoToNative(i), b = e.pseudoToNative(f), d = `id=${c} keys=${b}`;
|
|
787
786
|
let _;
|
|
788
|
-
if (
|
|
789
|
-
console.error(`getNodePropV1 node not found, ${
|
|
787
|
+
if (c === "globality" ? _ = t.data.view : _ = o.getNode(c), !_) {
|
|
788
|
+
console.error(`getNodePropV1 node not found, ${d}`);
|
|
790
789
|
return;
|
|
791
790
|
}
|
|
792
|
-
const
|
|
793
|
-
for (let k = 0; k <
|
|
794
|
-
const h =
|
|
795
|
-
if (k ===
|
|
791
|
+
const w = b.split("."), v = w.length;
|
|
792
|
+
for (let k = 0; k < v; k++) {
|
|
793
|
+
const h = w[k];
|
|
794
|
+
if (k === v - 1)
|
|
796
795
|
return e.nativeToPseudo(_[h]);
|
|
797
796
|
if (!_) {
|
|
798
|
-
console.error(`getNodePropV1 unpkg failed, ${
|
|
797
|
+
console.error(`getNodePropV1 unpkg failed, ${d}`);
|
|
799
798
|
return;
|
|
800
799
|
}
|
|
801
800
|
_ = _[h];
|
|
802
801
|
}
|
|
803
802
|
}
|
|
804
|
-
function p(i, f,
|
|
805
|
-
const
|
|
806
|
-
let
|
|
807
|
-
if (
|
|
808
|
-
console.error(`setNodePropV1 node not found, ${
|
|
803
|
+
function p(i, f, c) {
|
|
804
|
+
const b = e.pseudoToNative(i), d = e.pseudoToNative(f), _ = e.pseudoToNative(c), w = `id=${b} keys=${d} value=${_}`;
|
|
805
|
+
let v;
|
|
806
|
+
if (b === "globality" ? v = t.data.view : v = o.getNode(b), !v) {
|
|
807
|
+
console.error(`setNodePropV1 node not found, ${w}`);
|
|
809
808
|
return;
|
|
810
809
|
}
|
|
811
|
-
const k =
|
|
810
|
+
const k = d.split("."), h = k.length;
|
|
812
811
|
for (let x = 0; x < h; x++) {
|
|
813
812
|
const S = k[x];
|
|
814
813
|
if (x === h - 1)
|
|
815
|
-
|
|
814
|
+
v[S] = _;
|
|
816
815
|
else {
|
|
817
|
-
if (!
|
|
818
|
-
console.error(`setNodePropV1 unpkg failed, ${
|
|
816
|
+
if (!v) {
|
|
817
|
+
console.error(`setNodePropV1 unpkg failed, ${w}`);
|
|
819
818
|
return;
|
|
820
819
|
}
|
|
821
|
-
|
|
820
|
+
v = v[S];
|
|
822
821
|
}
|
|
823
822
|
}
|
|
824
823
|
}
|
|
825
|
-
function
|
|
824
|
+
function y(i, f, c, b) {
|
|
826
825
|
var k;
|
|
827
|
-
const
|
|
828
|
-
(k = t.eventBus) == null || k.emit(`callMethod@${
|
|
826
|
+
const d = e.pseudoToNative(i), _ = e.pseudoToNative(f), w = e.pseudoToNative(c), v = { outputs: [] };
|
|
827
|
+
(k = t.eventBus) == null || k.emit(`callMethod@${d}`, { name: _, inputs: w, result: v }), b(e.nativeToPseudo(v.outputs)), e.run();
|
|
829
828
|
}
|
|
830
|
-
function
|
|
831
|
-
const
|
|
832
|
-
|
|
833
|
-
|
|
829
|
+
function m(i, f, c) {
|
|
830
|
+
const b = e.pseudoToNative(i), d = e.pseudoToNative(f);
|
|
831
|
+
En({ title: b, text: d }).then((_) => {
|
|
832
|
+
c(e.nativeToPseudo(_)), e.run();
|
|
834
833
|
});
|
|
835
834
|
}
|
|
836
|
-
function
|
|
837
|
-
const
|
|
838
|
-
|
|
839
|
-
|
|
835
|
+
function r(i, f, c, b) {
|
|
836
|
+
const d = e.pseudoToNative(i), _ = e.pseudoToNative(f), w = e.pseudoToNative(c);
|
|
837
|
+
Pn({ title: d, label: _, value: w }).then((v) => {
|
|
838
|
+
b(e.nativeToPseudo(v)), e.run();
|
|
840
839
|
});
|
|
841
840
|
}
|
|
842
841
|
e.setProperty(
|
|
843
842
|
n,
|
|
844
843
|
"__addNodeV1__",
|
|
845
|
-
e.createNativeFunction(
|
|
844
|
+
e.createNativeFunction(l)
|
|
846
845
|
), e.setProperty(
|
|
847
846
|
n,
|
|
848
847
|
"__deleteNodeV1__",
|
|
849
|
-
e.createNativeFunction(
|
|
848
|
+
e.createNativeFunction(s)
|
|
850
849
|
), e.setProperty(
|
|
851
850
|
n,
|
|
852
851
|
"__getNodePropV1__",
|
|
853
|
-
e.createNativeFunction(
|
|
852
|
+
e.createNativeFunction(u)
|
|
854
853
|
), e.setProperty(
|
|
855
854
|
n,
|
|
856
855
|
"__setNodePropV1__",
|
|
@@ -858,21 +857,21 @@ function ao(t, e, n) {
|
|
|
858
857
|
), e.setProperty(
|
|
859
858
|
n,
|
|
860
859
|
"__callNodeMethodV1__",
|
|
861
|
-
e.createAsyncFunction(
|
|
860
|
+
e.createAsyncFunction(y)
|
|
862
861
|
), e.setProperty(
|
|
863
862
|
n,
|
|
864
863
|
"__openConfirmDlgV1__",
|
|
865
|
-
e.createAsyncFunction(
|
|
864
|
+
e.createAsyncFunction(m)
|
|
866
865
|
), e.setProperty(
|
|
867
866
|
n,
|
|
868
867
|
"__openPromptDlgV1__",
|
|
869
|
-
e.createAsyncFunction(
|
|
868
|
+
e.createAsyncFunction(r)
|
|
870
869
|
);
|
|
871
870
|
}
|
|
872
|
-
function
|
|
873
|
-
|
|
871
|
+
function mo(t, e, n) {
|
|
872
|
+
ro(e, n), ao(e, n), co(t, e, n);
|
|
874
873
|
}
|
|
875
|
-
const
|
|
874
|
+
const po = `
|
|
876
875
|
var __env__ = 'dev'
|
|
877
876
|
|
|
878
877
|
function __getEnvV1__() {
|
|
@@ -881,7 +880,7 @@ function __getEnvV1__() {
|
|
|
881
880
|
|
|
882
881
|
var __pointerPosX__ = 0
|
|
883
882
|
var __pointerPosY__ = 0
|
|
884
|
-
`,
|
|
883
|
+
`, fo = `
|
|
885
884
|
var __events__ = {}
|
|
886
885
|
|
|
887
886
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -952,7 +951,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
952
951
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
953
952
|
}
|
|
954
953
|
}
|
|
955
|
-
`,
|
|
954
|
+
`, bo = `
|
|
956
955
|
var __timers__ = {}
|
|
957
956
|
var __currTimerId__ = 0
|
|
958
957
|
|
|
@@ -994,15 +993,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
994
993
|
}
|
|
995
994
|
}
|
|
996
995
|
}
|
|
997
|
-
`,
|
|
996
|
+
`, yo = `
|
|
998
997
|
function __destroy__() {
|
|
999
998
|
}
|
|
1000
|
-
`,
|
|
1001
|
-
function
|
|
1002
|
-
const n = new
|
|
1003
|
-
|
|
1004
|
-
(
|
|
1005
|
-
|
|
999
|
+
`, vo = po + fo + bo + yo;
|
|
1000
|
+
function fn(t, e) {
|
|
1001
|
+
const n = new Kn(
|
|
1002
|
+
vo,
|
|
1003
|
+
(o, l) => {
|
|
1004
|
+
mo(t, o, l);
|
|
1006
1005
|
}
|
|
1007
1006
|
);
|
|
1008
1007
|
return n.appendCode(e), n.appendCode(`
|
|
@@ -1010,28 +1009,28 @@ __env__ = '${t.env}';
|
|
|
1010
1009
|
__triggerEvent__('globality', 'startup');
|
|
1011
1010
|
`), n.run(), n;
|
|
1012
1011
|
}
|
|
1013
|
-
function
|
|
1012
|
+
function bn(t) {
|
|
1014
1013
|
t.appendCode("__destroy__();"), t.run();
|
|
1015
1014
|
}
|
|
1016
|
-
function
|
|
1017
|
-
let
|
|
1015
|
+
function wr(t, e, n, o, l) {
|
|
1016
|
+
let s = t;
|
|
1018
1017
|
for (let p = 0; p < e.length; p++)
|
|
1019
|
-
if (
|
|
1018
|
+
if (s = s.children[e[p]], !s) {
|
|
1020
1019
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
1021
1020
|
return;
|
|
1022
1021
|
}
|
|
1023
|
-
let
|
|
1024
|
-
|
|
1025
|
-
dataSeq:
|
|
1026
|
-
data: W(
|
|
1022
|
+
let u = s.children[n];
|
|
1023
|
+
u ? u.dataSeq !== o && (u = {
|
|
1024
|
+
dataSeq: o,
|
|
1025
|
+
data: W(l),
|
|
1027
1026
|
children: {}
|
|
1028
|
-
}) : (
|
|
1029
|
-
dataSeq:
|
|
1030
|
-
data: W(
|
|
1027
|
+
}) : (u = {
|
|
1028
|
+
dataSeq: o,
|
|
1029
|
+
data: W(l),
|
|
1031
1030
|
children: {}
|
|
1032
|
-
},
|
|
1031
|
+
}, s.children[n] = u);
|
|
1033
1032
|
}
|
|
1034
|
-
const
|
|
1033
|
+
const Vr = [
|
|
1035
1034
|
"string",
|
|
1036
1035
|
"number",
|
|
1037
1036
|
"boolean",
|
|
@@ -1039,9 +1038,9 @@ const _r = [
|
|
|
1039
1038
|
"object"
|
|
1040
1039
|
];
|
|
1041
1040
|
function yn() {
|
|
1042
|
-
return
|
|
1041
|
+
return Un();
|
|
1043
1042
|
}
|
|
1044
|
-
const
|
|
1043
|
+
const xo = /* @__PURE__ */ T({
|
|
1045
1044
|
__name: "index",
|
|
1046
1045
|
props: {
|
|
1047
1046
|
id: {},
|
|
@@ -1050,64 +1049,64 @@ const bo = /* @__PURE__ */ $({
|
|
|
1050
1049
|
outer: { type: Boolean }
|
|
1051
1050
|
},
|
|
1052
1051
|
setup(t) {
|
|
1053
|
-
const { t: e } =
|
|
1054
|
-
|
|
1052
|
+
const { t: e } = Ut(), n = t, o = un(), l = L(), s = U(), u = Z(), p = q(), y = cn(), m = Q(-1), r = Q(), i = {};
|
|
1053
|
+
dn(i);
|
|
1055
1054
|
const f = () => {
|
|
1056
|
-
i.eventBus && (i.eventBus = void 0), i.interpreter && (
|
|
1055
|
+
i.eventBus && (i.eventBus = void 0), i.interpreter && (bn(i.interpreter), i.interpreter = void 0);
|
|
1057
1056
|
};
|
|
1058
1057
|
Dt(() => {
|
|
1059
1058
|
if (!n.refContext.refid) {
|
|
1060
|
-
|
|
1059
|
+
m.value = -1, r.value = void 0, f();
|
|
1061
1060
|
return;
|
|
1062
1061
|
}
|
|
1063
|
-
const h =
|
|
1062
|
+
const h = y.value[n.refContext.refid];
|
|
1064
1063
|
if (!h) {
|
|
1065
|
-
|
|
1064
|
+
m.value = -1, r.value = null, f(), Ye.emit("compNotAvail", n.refContext.refid);
|
|
1066
1065
|
return;
|
|
1067
1066
|
}
|
|
1068
|
-
if (
|
|
1067
|
+
if (m.value === h.dataSeq || (m.value = h.dataSeq, r.value = W(h.data), l !== "runtime"))
|
|
1069
1068
|
return;
|
|
1070
1069
|
f();
|
|
1071
|
-
const x =
|
|
1070
|
+
const x = r.value, S = x.code.script;
|
|
1072
1071
|
if (S) {
|
|
1073
|
-
const
|
|
1074
|
-
i.eventBus =
|
|
1075
|
-
{ env:
|
|
1072
|
+
const P = yn();
|
|
1073
|
+
i.eventBus = P, i.interpreter = fn(
|
|
1074
|
+
{ env: o, type: u, data: x, eventBus: P },
|
|
1076
1075
|
S
|
|
1077
1076
|
);
|
|
1078
1077
|
}
|
|
1079
1078
|
}), se(() => {
|
|
1080
1079
|
f();
|
|
1081
1080
|
});
|
|
1082
|
-
const { applySize:
|
|
1081
|
+
const { applySize: c } = J(l, s, n), b = a(() => {
|
|
1083
1082
|
const h = {}, x = p.value.type;
|
|
1084
|
-
return
|
|
1083
|
+
return u === "page" ? x === "common" ? c(h) : console.assert(!1) : u === "comp" && x === "common" ? c(h) : console.assert(!1), h;
|
|
1085
1084
|
});
|
|
1086
|
-
function
|
|
1085
|
+
function d(h) {
|
|
1087
1086
|
const x = lt[p.value.version].refKey, S = Y[x];
|
|
1088
|
-
return S ?
|
|
1087
|
+
return S ? E(S.comp, {
|
|
1089
1088
|
refContext: {
|
|
1090
1089
|
parent: n.refContext,
|
|
1091
1090
|
refid: h.ref.id
|
|
1092
1091
|
},
|
|
1093
1092
|
node: h
|
|
1094
|
-
}) : (console.assert(!1, `ref element not found key=${x}`),
|
|
1093
|
+
}) : (console.assert(!1, `ref element not found key=${x}`), E("div", `ref element not found key=${x}`));
|
|
1095
1094
|
}
|
|
1096
1095
|
function _(h) {
|
|
1097
|
-
var
|
|
1096
|
+
var P;
|
|
1098
1097
|
const x = Y[h.basic.key];
|
|
1099
1098
|
if (!x)
|
|
1100
|
-
return console.assert(!1, `element not found key=${h.basic.key}`),
|
|
1099
|
+
return console.assert(!1, `element not found key=${h.basic.key}`), E("div", `element not found key=${h.basic.key}`);
|
|
1101
1100
|
const S = [];
|
|
1102
|
-
return x.slots.some((
|
|
1103
|
-
const
|
|
1104
|
-
S.push(
|
|
1105
|
-
})),
|
|
1101
|
+
return x.slots.some((B) => B.key === "default") && ((P = h.children) == null || P.forEach((B) => {
|
|
1102
|
+
const V = w(B);
|
|
1103
|
+
S.push(V);
|
|
1104
|
+
})), E(x.comp, { node: h }, { default: () => S });
|
|
1106
1105
|
}
|
|
1107
|
-
function
|
|
1108
|
-
return h.ref ?
|
|
1106
|
+
function w(h) {
|
|
1107
|
+
return h.ref ? d(h) : _(h);
|
|
1109
1108
|
}
|
|
1110
|
-
function
|
|
1109
|
+
function v() {
|
|
1111
1110
|
let h = n.refContext.parent;
|
|
1112
1111
|
for (; h; ) {
|
|
1113
1112
|
if (h.refid === n.refContext.refid)
|
|
@@ -1117,51 +1116,51 @@ const bo = /* @__PURE__ */ $({
|
|
|
1117
1116
|
return !1;
|
|
1118
1117
|
}
|
|
1119
1118
|
const k = () => {
|
|
1120
|
-
if (
|
|
1121
|
-
return
|
|
1122
|
-
if (!
|
|
1123
|
-
return
|
|
1124
|
-
const h =
|
|
1119
|
+
if (v())
|
|
1120
|
+
return E("div", { id: n.id }, e("x-runtime-lib.circularRef"));
|
|
1121
|
+
if (!r.value)
|
|
1122
|
+
return r.value === void 0 ? E("div", { id: n.id }) : E("div", { id: n.id }, e("x-runtime-lib.compNotAvail"));
|
|
1123
|
+
const h = r.value.type;
|
|
1125
1124
|
if (h === "common") {
|
|
1126
1125
|
const x = [];
|
|
1127
|
-
return
|
|
1128
|
-
x.push(
|
|
1129
|
-
}),
|
|
1126
|
+
return r.value.view.nodes.forEach((S) => {
|
|
1127
|
+
x.push(w(S));
|
|
1128
|
+
}), E("div", { id: n.id, style: b.value }, x);
|
|
1130
1129
|
} else
|
|
1131
|
-
return console.assert(!1, `invalid subtype=${h}`),
|
|
1130
|
+
return console.assert(!1, `invalid subtype=${h}`), E("div", { id: n.id }, `invalid subtype=${h}`);
|
|
1132
1131
|
};
|
|
1133
|
-
return (h, x) => (
|
|
1132
|
+
return (h, x) => (C(), I(k));
|
|
1134
1133
|
}
|
|
1135
|
-
}),
|
|
1134
|
+
}), O = /* @__PURE__ */ T({
|
|
1136
1135
|
__name: "index",
|
|
1137
1136
|
props: {
|
|
1138
1137
|
refContext: {},
|
|
1139
1138
|
state: {}
|
|
1140
1139
|
},
|
|
1141
1140
|
setup(t) {
|
|
1142
|
-
const { t: e } =
|
|
1143
|
-
|
|
1141
|
+
const { t: e } = Ut(), n = t, o = un(), l = L(), s = Z(), u = q(), p = cn(), y = Q(-1), m = Q(), r = {};
|
|
1142
|
+
dn(r);
|
|
1144
1143
|
const i = () => {
|
|
1145
|
-
|
|
1144
|
+
r.eventBus && (r.eventBus = void 0), r.interpreter && (bn(r.interpreter), r.interpreter = void 0);
|
|
1146
1145
|
};
|
|
1147
1146
|
Dt(() => {
|
|
1148
1147
|
if (!n.refContext.refid) {
|
|
1149
|
-
|
|
1148
|
+
y.value = -1, m.value = void 0, i();
|
|
1150
1149
|
return;
|
|
1151
1150
|
}
|
|
1152
|
-
const
|
|
1153
|
-
if (!
|
|
1154
|
-
|
|
1151
|
+
const v = p.value[n.refContext.refid];
|
|
1152
|
+
if (!v) {
|
|
1153
|
+
y.value = -1, m.value = null, i(), Ye.emit("compNotAvail", n.refContext.refid);
|
|
1155
1154
|
return;
|
|
1156
1155
|
}
|
|
1157
|
-
if (
|
|
1156
|
+
if (y.value === v.dataSeq || (y.value = v.dataSeq, m.value = W(v.data), l !== "runtime"))
|
|
1158
1157
|
return;
|
|
1159
1158
|
i();
|
|
1160
|
-
const k =
|
|
1159
|
+
const k = m.value, h = k.code.script;
|
|
1161
1160
|
if (h) {
|
|
1162
1161
|
const x = yn();
|
|
1163
|
-
|
|
1164
|
-
{ env:
|
|
1162
|
+
r.eventBus = x, r.interpreter = fn(
|
|
1163
|
+
{ env: o, type: s, data: k, eventBus: x },
|
|
1165
1164
|
h
|
|
1166
1165
|
);
|
|
1167
1166
|
}
|
|
@@ -1178,834 +1177,882 @@ const bo = /* @__PURE__ */ $({
|
|
|
1178
1177
|
},
|
|
1179
1178
|
{ deep: !0, immediate: !0 }
|
|
1180
1179
|
);
|
|
1181
|
-
function v
|
|
1182
|
-
const k = lt[
|
|
1183
|
-
return h ?
|
|
1180
|
+
function c(v) {
|
|
1181
|
+
const k = lt[u.value.version].refKey, h = Y[k];
|
|
1182
|
+
return h ? E(h.comp, {
|
|
1184
1183
|
refContext: {
|
|
1185
1184
|
parent: n.refContext,
|
|
1186
|
-
refid:
|
|
1185
|
+
refid: v.ref.id
|
|
1187
1186
|
},
|
|
1188
|
-
node:
|
|
1189
|
-
}) : (console.assert(!1, `ref element not found key=${k}`),
|
|
1187
|
+
node: v
|
|
1188
|
+
}) : (console.assert(!1, `ref element not found key=${k}`), E("div", `ref element not found key=${k}`));
|
|
1190
1189
|
}
|
|
1191
|
-
function
|
|
1190
|
+
function b(v) {
|
|
1192
1191
|
var x;
|
|
1193
|
-
const k = Y[
|
|
1192
|
+
const k = Y[v.basic.key];
|
|
1194
1193
|
if (!k)
|
|
1195
|
-
return console.assert(!1, `element not found key=${
|
|
1194
|
+
return console.assert(!1, `element not found key=${v.basic.key}`), E("div", `element not found key=${v.basic.key}`);
|
|
1196
1195
|
const h = [];
|
|
1197
|
-
return k.slots.some((S) => S.key === "default") && ((x =
|
|
1198
|
-
h.push(
|
|
1199
|
-
})),
|
|
1196
|
+
return k.slots.some((S) => S.key === "default") && ((x = v.children) == null || x.forEach((S) => {
|
|
1197
|
+
h.push(d(S));
|
|
1198
|
+
})), E(k.comp, { node: v }, { default: () => h });
|
|
1200
1199
|
}
|
|
1201
|
-
function
|
|
1202
|
-
return
|
|
1200
|
+
function d(v) {
|
|
1201
|
+
return v.ref ? c(v) : b(v);
|
|
1203
1202
|
}
|
|
1204
1203
|
function _() {
|
|
1205
|
-
let
|
|
1206
|
-
for (;
|
|
1207
|
-
if (
|
|
1204
|
+
let v = n.refContext.parent;
|
|
1205
|
+
for (; v; ) {
|
|
1206
|
+
if (v.refid === n.refContext.refid)
|
|
1208
1207
|
return !0;
|
|
1209
|
-
|
|
1208
|
+
v = v.parent;
|
|
1210
1209
|
}
|
|
1211
1210
|
return !1;
|
|
1212
1211
|
}
|
|
1213
|
-
const
|
|
1212
|
+
const w = () => {
|
|
1214
1213
|
if (_())
|
|
1215
|
-
return
|
|
1216
|
-
if (!
|
|
1217
|
-
return
|
|
1218
|
-
const
|
|
1219
|
-
if (
|
|
1214
|
+
return E("div", e("x-runtime-lib.circularRef"));
|
|
1215
|
+
if (!m.value)
|
|
1216
|
+
return m.value === void 0 ? E("div") : E("div", e("x-runtime-lib.compNotAvail"));
|
|
1217
|
+
const v = m.value.type;
|
|
1218
|
+
if (v === "common") {
|
|
1220
1219
|
const k = [];
|
|
1221
|
-
return
|
|
1222
|
-
k.push(
|
|
1220
|
+
return m.value.view.nodes.forEach((h) => {
|
|
1221
|
+
k.push(d(h));
|
|
1223
1222
|
}), k;
|
|
1224
1223
|
} else
|
|
1225
|
-
return console.assert(!1, `invalid subtype=${
|
|
1224
|
+
return console.assert(!1, `invalid subtype=${v}`), E("div", `invalid subtype=${v}`);
|
|
1226
1225
|
};
|
|
1227
|
-
return (
|
|
1226
|
+
return (v, k) => (C(), I(w));
|
|
1228
1227
|
}
|
|
1229
|
-
}),
|
|
1228
|
+
}), ue = (t, e) => {
|
|
1229
|
+
const n = t.__vccOpts || t;
|
|
1230
|
+
for (const [o, l] of e)
|
|
1231
|
+
n[o] = l;
|
|
1232
|
+
return n;
|
|
1233
|
+
}, ho = {};
|
|
1234
|
+
function go(t, e) {
|
|
1235
|
+
const n = N("v-badge");
|
|
1236
|
+
return C(), I(n, null, {
|
|
1237
|
+
default: A(() => [
|
|
1238
|
+
M(t.$slots, "default")
|
|
1239
|
+
]),
|
|
1240
|
+
_: 3
|
|
1241
|
+
});
|
|
1242
|
+
}
|
|
1243
|
+
const _o = /* @__PURE__ */ ue(ho, [["render", go]]), ko = /* @__PURE__ */ T({
|
|
1230
1244
|
__name: "index",
|
|
1231
1245
|
props: {
|
|
1232
1246
|
node: {},
|
|
1233
1247
|
outer: { type: Boolean }
|
|
1234
1248
|
},
|
|
1235
1249
|
setup(t) {
|
|
1236
|
-
const e = t, n =
|
|
1237
|
-
var
|
|
1238
|
-
return (
|
|
1239
|
-
}),
|
|
1240
|
-
var
|
|
1241
|
-
return (
|
|
1242
|
-
}), p =
|
|
1243
|
-
var
|
|
1244
|
-
return (
|
|
1245
|
-
}), m =
|
|
1246
|
-
var
|
|
1247
|
-
return (
|
|
1248
|
-
}),
|
|
1249
|
-
var
|
|
1250
|
-
return (
|
|
1251
|
-
}),
|
|
1252
|
-
var
|
|
1253
|
-
return (
|
|
1254
|
-
}),
|
|
1250
|
+
const e = t, n = L(), o = F(), l = xe(), s = a(() => {
|
|
1251
|
+
var b;
|
|
1252
|
+
return (b = e.node.settings) == null ? void 0 : b.block;
|
|
1253
|
+
}), u = a(() => {
|
|
1254
|
+
var b;
|
|
1255
|
+
return (b = e.node.settings) == null ? void 0 : b.color;
|
|
1256
|
+
}), { color: p } = ae(o, u), y = a(() => {
|
|
1257
|
+
var b;
|
|
1258
|
+
return (b = e.node.settings) == null ? void 0 : b.density;
|
|
1259
|
+
}), m = a(() => {
|
|
1260
|
+
var b;
|
|
1261
|
+
return (b = e.node.settings) == null ? void 0 : b.disabled;
|
|
1262
|
+
}), r = a(() => {
|
|
1263
|
+
var b;
|
|
1264
|
+
return (b = e.node.settings) == null ? void 0 : b.text;
|
|
1265
|
+
}), i = a(() => o.value ? "dark" : "light"), f = a(() => {
|
|
1266
|
+
var b;
|
|
1267
|
+
return (b = e.node.settings) == null ? void 0 : b.variant;
|
|
1268
|
+
}), c = (b) => {
|
|
1255
1269
|
if (n !== "runtime")
|
|
1256
1270
|
return;
|
|
1257
|
-
const
|
|
1258
|
-
if (!
|
|
1271
|
+
const d = l.interpreter;
|
|
1272
|
+
if (!d)
|
|
1259
1273
|
return;
|
|
1260
|
-
const _ =
|
|
1261
|
-
|
|
1274
|
+
const _ = d.nativeToPseudo(b.clientX), w = d.nativeToPseudo(b.clientY), v = d.nativeToPseudo(e.node.basic.id);
|
|
1275
|
+
d.appendCode(`__pointerPosX__ = ${_};`), d.appendCode(`__pointerPosY__ = ${w};`), d.appendCode(`__triggerEvent__('${v}', 'click');`), d.run();
|
|
1262
1276
|
};
|
|
1263
|
-
return (
|
|
1277
|
+
return (b, d) => {
|
|
1264
1278
|
const _ = N("v-btn");
|
|
1265
|
-
return
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
onClick:
|
|
1274
|
-
}, null, 8, ["
|
|
1279
|
+
return C(), I(_, {
|
|
1280
|
+
block: s.value,
|
|
1281
|
+
color: H(p),
|
|
1282
|
+
density: y.value,
|
|
1283
|
+
disabled: m.value,
|
|
1284
|
+
text: r.value,
|
|
1285
|
+
theme: i.value,
|
|
1286
|
+
variant: f.value,
|
|
1287
|
+
onClick: c
|
|
1288
|
+
}, null, 8, ["block", "color", "density", "disabled", "text", "theme", "variant"]);
|
|
1275
1289
|
};
|
|
1276
1290
|
}
|
|
1277
|
-
}),
|
|
1278
|
-
|
|
1279
|
-
for (const [l, r] of e)
|
|
1280
|
-
n[l] = r;
|
|
1281
|
-
return n;
|
|
1282
|
-
}, xo = {};
|
|
1283
|
-
function ho(t, e) {
|
|
1291
|
+
}), Co = {};
|
|
1292
|
+
function wo(t, e) {
|
|
1284
1293
|
const n = N("v-card");
|
|
1285
|
-
return
|
|
1286
|
-
default:
|
|
1287
|
-
|
|
1294
|
+
return C(), I(n, null, {
|
|
1295
|
+
default: A(() => [
|
|
1296
|
+
M(t.$slots, "default")
|
|
1288
1297
|
]),
|
|
1289
1298
|
_: 3
|
|
1290
1299
|
});
|
|
1291
1300
|
}
|
|
1292
|
-
const
|
|
1301
|
+
const Vo = /* @__PURE__ */ ue(Co, [["render", wo]]), So = { key: 0 }, $o = /* @__PURE__ */ T({
|
|
1293
1302
|
__name: "index",
|
|
1294
1303
|
props: {
|
|
1295
1304
|
node: {},
|
|
1296
1305
|
outer: { type: Boolean }
|
|
1297
1306
|
},
|
|
1298
1307
|
setup(t) {
|
|
1299
|
-
const e = t, n =
|
|
1308
|
+
const e = t, n = L(), o = F(), l = a(() => {
|
|
1300
1309
|
var i;
|
|
1301
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1302
|
-
}),
|
|
1310
|
+
return (i = e.node.settings) == null ? void 0 : i.hideDetails;
|
|
1311
|
+
}), s = a(() => {
|
|
1303
1312
|
var i;
|
|
1304
1313
|
return (i = e.node.settings) == null ? void 0 : i.label;
|
|
1305
|
-
}),
|
|
1314
|
+
}), u = a(() => {
|
|
1315
|
+
var i;
|
|
1316
|
+
return (i = e.node.settings) == null ? void 0 : i.value;
|
|
1317
|
+
}), p = a(() => {
|
|
1306
1318
|
var i;
|
|
1307
1319
|
return (i = e.node.settings) == null ? void 0 : i.placeholder;
|
|
1308
|
-
}),
|
|
1320
|
+
}), y = a(() => {
|
|
1309
1321
|
var i;
|
|
1310
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1311
|
-
}), m =
|
|
1322
|
+
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1323
|
+
}), m = a(() => {
|
|
1312
1324
|
var i;
|
|
1313
1325
|
return (i = e.node.settings) == null ? void 0 : i.singleLine;
|
|
1314
|
-
}),
|
|
1315
|
-
var i;
|
|
1316
|
-
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1317
|
-
}), o = s(() => l.value ? "dark" : "light");
|
|
1326
|
+
}), r = a(() => o.value ? "dark" : "light");
|
|
1318
1327
|
return (i, f) => {
|
|
1319
|
-
const
|
|
1320
|
-
return H(n) === "editor" ? (
|
|
1321
|
-
|
|
1322
|
-
"
|
|
1323
|
-
label:
|
|
1324
|
-
|
|
1325
|
-
|
|
1328
|
+
const c = N("v-combobox");
|
|
1329
|
+
return H(n) === "editor" ? (C(), R("div", So, [
|
|
1330
|
+
D(c, {
|
|
1331
|
+
"hide-details": l.value,
|
|
1332
|
+
label: s.value,
|
|
1333
|
+
"model-value": u.value,
|
|
1334
|
+
placeholder: p.value,
|
|
1335
|
+
readonly: y.value,
|
|
1326
1336
|
"single-line": m.value,
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
])) : (V(), I(v, {
|
|
1337
|
+
theme: r.value
|
|
1338
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1339
|
+
])) : (C(), I(c, {
|
|
1331
1340
|
key: 1,
|
|
1332
|
-
"
|
|
1333
|
-
label:
|
|
1334
|
-
|
|
1335
|
-
|
|
1341
|
+
"hide-details": l.value,
|
|
1342
|
+
label: s.value,
|
|
1343
|
+
"model-value": u.value,
|
|
1344
|
+
placeholder: p.value,
|
|
1345
|
+
readonly: y.value,
|
|
1336
1346
|
"single-line": m.value,
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
1347
|
+
theme: r.value
|
|
1348
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1340
1349
|
};
|
|
1341
1350
|
}
|
|
1342
|
-
}),
|
|
1351
|
+
}), To = /* @__PURE__ */ T({
|
|
1343
1352
|
__name: "index",
|
|
1344
1353
|
props: {
|
|
1345
1354
|
node: {},
|
|
1346
1355
|
outer: { type: Boolean }
|
|
1347
1356
|
},
|
|
1348
1357
|
setup(t) {
|
|
1349
|
-
const e = t, n =
|
|
1350
|
-
var
|
|
1351
|
-
return (
|
|
1352
|
-
}), { color: f } = ae(
|
|
1353
|
-
const
|
|
1354
|
-
return
|
|
1358
|
+
const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { applySize: p } = J(n, o, e), { applyMargin: y } = Qe(e), { applyPadding: m } = et(e), { applyBorder: r } = Je(l, e), i = a(() => {
|
|
1359
|
+
var b;
|
|
1360
|
+
return (b = e.node.settings) == null ? void 0 : b.backgroundColor;
|
|
1361
|
+
}), { color: f } = ae(l, i), c = a(() => {
|
|
1362
|
+
const b = {}, d = u.value.type;
|
|
1363
|
+
return s === "page" ? d === "common" ? (p(b), y(b), m(b), r(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1) : s === "comp" && d === "common" ? (p(b), y(b), m(b), r(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1), b;
|
|
1355
1364
|
});
|
|
1356
|
-
return (
|
|
1357
|
-
style: oe(
|
|
1365
|
+
return (b, d) => (C(), R("div", {
|
|
1366
|
+
style: oe(c.value)
|
|
1358
1367
|
}, [
|
|
1359
|
-
|
|
1368
|
+
M(b.$slots, "default")
|
|
1360
1369
|
], 4));
|
|
1361
1370
|
}
|
|
1362
|
-
}),
|
|
1371
|
+
}), Io = /* @__PURE__ */ T({
|
|
1363
1372
|
__name: "index",
|
|
1364
1373
|
props: {
|
|
1365
1374
|
node: {},
|
|
1366
1375
|
outer: { type: Boolean }
|
|
1367
1376
|
},
|
|
1368
1377
|
setup(t) {
|
|
1369
|
-
const e = t, n =
|
|
1370
|
-
var
|
|
1371
|
-
return (
|
|
1372
|
-
}),
|
|
1373
|
-
var
|
|
1374
|
-
return (
|
|
1375
|
-
}),
|
|
1376
|
-
var
|
|
1377
|
-
return (
|
|
1378
|
-
}),
|
|
1378
|
+
const e = t, n = F(), o = a(() => {
|
|
1379
|
+
var d;
|
|
1380
|
+
return (d = e.node.settings) == null ? void 0 : d.density;
|
|
1381
|
+
}), l = a(() => {
|
|
1382
|
+
var d;
|
|
1383
|
+
return (d = e.node.settings) == null ? void 0 : d.fixedFooter;
|
|
1384
|
+
}), s = a(() => {
|
|
1385
|
+
var d;
|
|
1386
|
+
return (d = e.node.settings) == null ? void 0 : d.fixedHeader;
|
|
1387
|
+
}), u = a(() => {
|
|
1388
|
+
var d;
|
|
1389
|
+
return (d = e.node.settings) == null ? void 0 : d.headers;
|
|
1390
|
+
}), p = a(() => {
|
|
1391
|
+
var d;
|
|
1392
|
+
return (d = e.node.size) == null ? void 0 : d.height;
|
|
1393
|
+
}), y = a(() => {
|
|
1394
|
+
var d;
|
|
1395
|
+
return (d = e.node.settings) == null ? void 0 : d.hover;
|
|
1396
|
+
}), m = a(() => {
|
|
1379
1397
|
var _;
|
|
1380
|
-
const
|
|
1381
|
-
return typeof
|
|
1382
|
-
}),
|
|
1383
|
-
var
|
|
1384
|
-
return (
|
|
1385
|
-
}),
|
|
1386
|
-
var
|
|
1387
|
-
return (
|
|
1388
|
-
}),
|
|
1389
|
-
var
|
|
1390
|
-
return (
|
|
1391
|
-
}),
|
|
1392
|
-
var
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
}), f = s(() => {
|
|
1398
|
-
var c;
|
|
1399
|
-
return (c = e.node.settings) == null ? void 0 : c.multiSort;
|
|
1400
|
-
}), v = s(() => n.value ? "dark" : "light"), y = s(() => {
|
|
1401
|
-
var C;
|
|
1402
|
-
const c = [];
|
|
1403
|
-
return (((C = e.node.slots) == null ? void 0 : C.items) ?? []).forEach((b) => {
|
|
1404
|
-
b.column && b.comp && c.push(b);
|
|
1405
|
-
}), c;
|
|
1398
|
+
const d = (_ = e.node.settings) == null ? void 0 : _.data;
|
|
1399
|
+
return typeof d == "string" ? JSON.parse(d) : d;
|
|
1400
|
+
}), r = a(() => {
|
|
1401
|
+
var d;
|
|
1402
|
+
return (d = e.node.settings) == null ? void 0 : d.loading;
|
|
1403
|
+
}), i = a(() => {
|
|
1404
|
+
var d;
|
|
1405
|
+
return (d = e.node.settings) == null ? void 0 : d.multiSort;
|
|
1406
|
+
}), f = a(() => n.value ? "dark" : "light"), c = a(() => {
|
|
1407
|
+
var d;
|
|
1408
|
+
return (d = e.node.size) == null ? void 0 : d.width;
|
|
1409
|
+
}), b = a(() => {
|
|
1410
|
+
var w;
|
|
1411
|
+
const d = [];
|
|
1412
|
+
return (((w = e.node.slots) == null ? void 0 : w.items) ?? []).forEach((v) => {
|
|
1413
|
+
v.column && v.comp && d.push(v);
|
|
1414
|
+
}), d;
|
|
1406
1415
|
});
|
|
1407
|
-
return (
|
|
1408
|
-
const
|
|
1409
|
-
return
|
|
1410
|
-
|
|
1411
|
-
|
|
1416
|
+
return (d, _) => {
|
|
1417
|
+
const w = N("v-data-table");
|
|
1418
|
+
return C(), I(w, {
|
|
1419
|
+
density: o.value,
|
|
1420
|
+
"fixed-header": s.value,
|
|
1421
|
+
"fixed-footer": l.value,
|
|
1412
1422
|
headers: u.value,
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
"
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
theme: v.value
|
|
1423
|
+
height: p.value,
|
|
1424
|
+
hover: y.value,
|
|
1425
|
+
items: m.value,
|
|
1426
|
+
loading: r.value,
|
|
1427
|
+
"multi-sort": i.value,
|
|
1428
|
+
theme: f.value,
|
|
1429
|
+
width: c.value
|
|
1421
1430
|
}, _e({ _: 2 }, [
|
|
1422
|
-
|
|
1423
|
-
name: `item.${
|
|
1424
|
-
fn:
|
|
1425
|
-
|
|
1426
|
-
"ref-context": { refid:
|
|
1431
|
+
wn(b.value, (v) => ({
|
|
1432
|
+
name: `item.${v.column}`,
|
|
1433
|
+
fn: A(({ value: k }) => [
|
|
1434
|
+
D(O, {
|
|
1435
|
+
"ref-context": { refid: v.comp },
|
|
1427
1436
|
state: { value: k }
|
|
1428
1437
|
}, null, 8, ["ref-context", "state"])
|
|
1429
1438
|
])
|
|
1430
1439
|
}))
|
|
1431
|
-
]), 1032, ["
|
|
1440
|
+
]), 1032, ["density", "fixed-header", "fixed-footer", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1432
1441
|
};
|
|
1433
1442
|
}
|
|
1434
|
-
}),
|
|
1443
|
+
}), No = ["id"], Ao = /* @__PURE__ */ T({
|
|
1435
1444
|
__name: "index",
|
|
1436
1445
|
props: {
|
|
1437
1446
|
node: {},
|
|
1438
1447
|
outer: { type: Boolean }
|
|
1439
1448
|
},
|
|
1440
1449
|
setup(t) {
|
|
1441
|
-
const e = t, n =
|
|
1450
|
+
const e = t, n = L(), o = xe(), l = a(() => {
|
|
1442
1451
|
var p;
|
|
1443
1452
|
return (p = e.node.basic) == null ? void 0 : p.id;
|
|
1444
|
-
}), { open:
|
|
1445
|
-
return
|
|
1446
|
-
if (n !== "runtime" || !
|
|
1453
|
+
}), { open: s } = Ot(`runtimeDlg/${zt()}`);
|
|
1454
|
+
return mn(o, e, (p) => {
|
|
1455
|
+
if (n !== "runtime" || !o.interpreter)
|
|
1447
1456
|
return;
|
|
1448
|
-
const { name:
|
|
1449
|
-
|
|
1450
|
-
}), (p,
|
|
1451
|
-
const
|
|
1452
|
-
return
|
|
1453
|
-
modelValue: H(
|
|
1454
|
-
"onUpdate:modelValue":
|
|
1457
|
+
const { name: m } = p;
|
|
1458
|
+
m === "open" ? s.value = !0 : m === "close" && (s.value = !1);
|
|
1459
|
+
}), (p, y) => {
|
|
1460
|
+
const m = N("v-dialog");
|
|
1461
|
+
return C(), I(m, {
|
|
1462
|
+
modelValue: H(s),
|
|
1463
|
+
"onUpdate:modelValue": y[0] || (y[0] = (r) => Rt(s) ? s.value = r : null),
|
|
1455
1464
|
attach: "#dialogContainer"
|
|
1456
1465
|
}, {
|
|
1457
|
-
activator:
|
|
1458
|
-
H(n) === "editor" ? (
|
|
1466
|
+
activator: A(() => [
|
|
1467
|
+
H(n) === "editor" ? (C(), R("div", {
|
|
1459
1468
|
key: 0,
|
|
1460
|
-
id: `__node__@${
|
|
1461
|
-
}, null, 8,
|
|
1469
|
+
id: `__node__@${l.value}`
|
|
1470
|
+
}, null, 8, No)) : Mt("", !0)
|
|
1462
1471
|
]),
|
|
1463
|
-
default:
|
|
1464
|
-
|
|
1472
|
+
default: A(() => [
|
|
1473
|
+
M(p.$slots, "default")
|
|
1465
1474
|
]),
|
|
1466
1475
|
_: 3
|
|
1467
1476
|
}, 8, ["modelValue"]);
|
|
1468
1477
|
};
|
|
1469
1478
|
}
|
|
1470
|
-
}),
|
|
1479
|
+
}), Lo = /* @__PURE__ */ T({
|
|
1471
1480
|
__name: "index",
|
|
1472
1481
|
props: {
|
|
1473
1482
|
node: {},
|
|
1474
1483
|
outer: { type: Boolean }
|
|
1475
1484
|
},
|
|
1476
1485
|
setup(t) {
|
|
1477
|
-
const e = t, n =
|
|
1478
|
-
var
|
|
1479
|
-
return (
|
|
1480
|
-
}),
|
|
1481
|
-
var
|
|
1482
|
-
return (
|
|
1483
|
-
}),
|
|
1484
|
-
var
|
|
1485
|
-
return (
|
|
1486
|
-
}),
|
|
1487
|
-
var
|
|
1488
|
-
return (
|
|
1489
|
-
}), p =
|
|
1490
|
-
var
|
|
1491
|
-
return (
|
|
1492
|
-
}),
|
|
1493
|
-
var
|
|
1494
|
-
return (
|
|
1495
|
-
}),
|
|
1496
|
-
var
|
|
1497
|
-
return (
|
|
1498
|
-
}),
|
|
1499
|
-
var
|
|
1500
|
-
return n !== "runtime" ? !0 : (
|
|
1501
|
-
}), i =
|
|
1502
|
-
var
|
|
1503
|
-
return (
|
|
1504
|
-
}), f =
|
|
1505
|
-
var
|
|
1506
|
-
return (
|
|
1486
|
+
const e = t, n = L(), o = a(() => {
|
|
1487
|
+
var c;
|
|
1488
|
+
return (c = e.node.settings) == null ? void 0 : c.chips;
|
|
1489
|
+
}), l = a(() => {
|
|
1490
|
+
var c;
|
|
1491
|
+
return (c = e.node.settings) == null ? void 0 : c.density;
|
|
1492
|
+
}), s = a(() => {
|
|
1493
|
+
var c;
|
|
1494
|
+
return (c = e.node.settings) == null ? void 0 : c.direction;
|
|
1495
|
+
}), u = a(() => {
|
|
1496
|
+
var c;
|
|
1497
|
+
return (c = e.node.settings) == null ? void 0 : c.disabled;
|
|
1498
|
+
}), p = a(() => {
|
|
1499
|
+
var c;
|
|
1500
|
+
return (c = e.node.settings) == null ? void 0 : c.label;
|
|
1501
|
+
}), y = a(() => {
|
|
1502
|
+
var c;
|
|
1503
|
+
return (c = e.node.settings) == null ? void 0 : c.loading;
|
|
1504
|
+
}), m = a(() => {
|
|
1505
|
+
var c;
|
|
1506
|
+
return (c = e.node.settings) == null ? void 0 : c.multiple;
|
|
1507
|
+
}), r = a(() => {
|
|
1508
|
+
var c;
|
|
1509
|
+
return n !== "runtime" ? !0 : (c = e.node.settings) == null ? void 0 : c.readonly;
|
|
1510
|
+
}), i = a(() => {
|
|
1511
|
+
var c;
|
|
1512
|
+
return (c = e.node.settings) == null ? void 0 : c.reverse;
|
|
1513
|
+
}), f = a(() => {
|
|
1514
|
+
var c;
|
|
1515
|
+
return (c = e.node.settings) == null ? void 0 : c.singleLine;
|
|
1507
1516
|
});
|
|
1508
|
-
return (
|
|
1509
|
-
const
|
|
1510
|
-
return
|
|
1511
|
-
chips:
|
|
1512
|
-
density:
|
|
1513
|
-
direction:
|
|
1514
|
-
disabled:
|
|
1517
|
+
return (c, b) => {
|
|
1518
|
+
const d = N("v-file-input");
|
|
1519
|
+
return C(), I(d, {
|
|
1520
|
+
chips: o.value,
|
|
1521
|
+
density: l.value,
|
|
1522
|
+
direction: s.value,
|
|
1523
|
+
disabled: u.value,
|
|
1515
1524
|
label: p.value,
|
|
1516
|
-
loading:
|
|
1517
|
-
multiple:
|
|
1518
|
-
readonly:
|
|
1525
|
+
loading: y.value,
|
|
1526
|
+
multiple: m.value,
|
|
1527
|
+
readonly: r.value,
|
|
1519
1528
|
reverse: i.value,
|
|
1520
|
-
|
|
1521
|
-
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "
|
|
1529
|
+
"single-line": f.value
|
|
1530
|
+
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1522
1531
|
};
|
|
1523
1532
|
}
|
|
1524
|
-
}),
|
|
1533
|
+
}), Eo = /* @__PURE__ */ T({
|
|
1525
1534
|
__name: "index",
|
|
1526
1535
|
props: {
|
|
1527
1536
|
node: {},
|
|
1528
1537
|
outer: { type: Boolean }
|
|
1529
1538
|
},
|
|
1530
1539
|
setup(t) {
|
|
1531
|
-
const e = t, n =
|
|
1532
|
-
var
|
|
1533
|
-
return (
|
|
1534
|
-
}), { color: f } = ae(
|
|
1535
|
-
var x, S,
|
|
1536
|
-
f.value && (
|
|
1537
|
-
const _ =
|
|
1538
|
-
|
|
1539
|
-
const
|
|
1540
|
-
|
|
1541
|
-
const k = le(_, (
|
|
1542
|
-
k === "start" ?
|
|
1543
|
-
const h = le(_, (
|
|
1544
|
-
h === "start" ?
|
|
1545
|
-
},
|
|
1546
|
-
const
|
|
1547
|
-
return
|
|
1540
|
+
const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { applySize: p } = J(n, o, e), { applyMargin: y } = Qe(e), { applyPadding: m } = et(e), { applyBorder: r } = Je(l, e), i = a(() => {
|
|
1541
|
+
var d;
|
|
1542
|
+
return (d = e.node.settings) == null ? void 0 : d.backgroundColor;
|
|
1543
|
+
}), { color: f } = ae(l, i), c = (d) => {
|
|
1544
|
+
var x, S, P, B;
|
|
1545
|
+
f.value && (d.backgroundColor = f.value), d.display = "flex";
|
|
1546
|
+
const _ = Qt(o.value.width), w = le(_, (x = e.node.settings) == null ? void 0 : x.direction);
|
|
1547
|
+
w === "row" ? d.flexDirection = "row" : w === "rowReverse" ? d.flexDirection = "row-reverse" : w === "column" ? d.flexDirection = "column" : w === "columnReverse" && (d.flexDirection = "column-reverse");
|
|
1548
|
+
const v = le(_, (S = e.node.settings) == null ? void 0 : S.wrap);
|
|
1549
|
+
v === "no" ? d.flexWrap = "nowrap" : v === "yes" ? d.flexWrap = "wrap" : v === "reverse" && (d.flexWrap = "wrap-reverse");
|
|
1550
|
+
const k = le(_, (P = e.node.settings) == null ? void 0 : P.mainAlign);
|
|
1551
|
+
k === "start" ? d.justifyContent = "flex-start" : k === "end" ? d.justifyContent = "flex-end" : k === "center" ? d.justifyContent = "center" : k === "spaceBetween" ? d.justifyContent = "space-between" : k === "spaceAround" ? d.justifyContent = "space-around" : k === "spaceEvenly" && (d.justifyContent = "space-evenly");
|
|
1552
|
+
const h = le(_, (B = e.node.settings) == null ? void 0 : B.crossAlign);
|
|
1553
|
+
h === "start" ? d.alignItems = "flex-start" : h === "end" ? d.alignItems = "flex-end" : h === "center" ? d.alignItems = "center" : h === "baseline" ? d.alignItems = "baseline" : h === "stretch" && (d.alignItems = "stretch");
|
|
1554
|
+
}, b = a(() => {
|
|
1555
|
+
const d = {}, _ = u.value.type;
|
|
1556
|
+
return s === "page" ? _ === "common" ? (p(d), y(d), m(d), r(d), c(d)) : console.assert(!1) : s === "comp" && _ === "common" ? (p(d), y(d), m(d), r(d), c(d)) : console.assert(!1), d;
|
|
1548
1557
|
});
|
|
1549
|
-
return (
|
|
1550
|
-
style: oe(
|
|
1558
|
+
return (d, _) => (C(), R("div", {
|
|
1559
|
+
style: oe(b.value)
|
|
1551
1560
|
}, [
|
|
1552
|
-
|
|
1561
|
+
M(d.$slots, "default")
|
|
1553
1562
|
], 4));
|
|
1554
1563
|
}
|
|
1555
|
-
}),
|
|
1564
|
+
}), Po = /* @__PURE__ */ T({
|
|
1556
1565
|
__name: "index",
|
|
1557
1566
|
props: {
|
|
1558
1567
|
node: {},
|
|
1559
1568
|
outer: { type: Boolean }
|
|
1560
1569
|
},
|
|
1561
1570
|
setup(t) {
|
|
1562
|
-
const e = t, n =
|
|
1563
|
-
var
|
|
1564
|
-
return (
|
|
1565
|
-
}),
|
|
1566
|
-
var
|
|
1567
|
-
return (
|
|
1568
|
-
}),
|
|
1569
|
-
const
|
|
1570
|
-
return
|
|
1571
|
+
const e = t, n = L(), o = U(), l = Z(), s = q(), { applySize: u } = J(n, o, e), p = a(() => {
|
|
1572
|
+
var r;
|
|
1573
|
+
return (r = e.node.settings) == null ? void 0 : r.grow;
|
|
1574
|
+
}), y = a(() => {
|
|
1575
|
+
var r;
|
|
1576
|
+
return (r = e.node.settings) == null ? void 0 : r.shrink;
|
|
1577
|
+
}), m = a(() => {
|
|
1578
|
+
const r = {}, i = s.value.type;
|
|
1579
|
+
return l === "page" ? i === "common" ? (u(r), r.flexGrow = p.value ? 1 : 0, r.flexShrink = y.value ? 1 : 0) : console.assert(!1) : l === "comp" && i === "common" ? (u(r), r.flexGrow = p.value ? 1 : 0, r.flexShrink = y.value ? 1 : 0) : console.assert(!1), r;
|
|
1571
1580
|
});
|
|
1572
|
-
return (
|
|
1573
|
-
style: oe(
|
|
1581
|
+
return (r, i) => (C(), R("div", {
|
|
1582
|
+
style: oe(m.value)
|
|
1574
1583
|
}, [
|
|
1575
|
-
|
|
1584
|
+
M(r.$slots, "default")
|
|
1576
1585
|
], 4));
|
|
1577
1586
|
}
|
|
1578
|
-
}),
|
|
1587
|
+
}), Wo = /* @__PURE__ */ T({
|
|
1579
1588
|
__name: "index",
|
|
1580
1589
|
props: {
|
|
1581
1590
|
node: {},
|
|
1582
1591
|
outer: { type: Boolean }
|
|
1583
1592
|
},
|
|
1584
1593
|
setup(t) {
|
|
1585
|
-
const e = t, n =
|
|
1594
|
+
const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), p = xe(), y = a({
|
|
1586
1595
|
get: () => {
|
|
1587
|
-
var
|
|
1588
|
-
return (
|
|
1596
|
+
var v;
|
|
1597
|
+
return (v = e.node.settings) == null ? void 0 : v.valid;
|
|
1589
1598
|
},
|
|
1590
|
-
set: (
|
|
1591
|
-
e.node.settings && (e.node.settings.valid = !!
|
|
1599
|
+
set: (v) => {
|
|
1600
|
+
e.node.settings && (e.node.settings.valid = !!v);
|
|
1592
1601
|
}
|
|
1593
|
-
}),
|
|
1594
|
-
var
|
|
1595
|
-
return (
|
|
1596
|
-
}), { applySize:
|
|
1597
|
-
var
|
|
1598
|
-
return (
|
|
1599
|
-
}), { color:
|
|
1600
|
-
const
|
|
1601
|
-
return
|
|
1602
|
-
}),
|
|
1602
|
+
}), m = a(() => {
|
|
1603
|
+
var v;
|
|
1604
|
+
return (v = e.node.settings) == null ? void 0 : v.fastFail;
|
|
1605
|
+
}), { applySize: r } = J(n, o, e), { applyMargin: i } = Qe(e), { applyPadding: f } = et(e), { applyBorder: c } = Je(l, e), b = a(() => {
|
|
1606
|
+
var v;
|
|
1607
|
+
return (v = e.node.settings) == null ? void 0 : v.backgroundColor;
|
|
1608
|
+
}), { color: d } = ae(l, b), _ = a(() => {
|
|
1609
|
+
const v = {}, k = u.value.type;
|
|
1610
|
+
return s === "page" ? k === "common" ? (r(v), i(v), f(v), c(v), d.value && (v.backgroundColor = d.value)) : console.assert(!1) : s === "comp" && k === "common" ? (r(v), i(v), f(v), c(v), d.value && (v.backgroundColor = d.value)) : console.assert(!1), v;
|
|
1611
|
+
}), w = () => {
|
|
1603
1612
|
if (n !== "runtime")
|
|
1604
1613
|
return;
|
|
1605
|
-
const
|
|
1606
|
-
if (!
|
|
1614
|
+
const v = p.interpreter;
|
|
1615
|
+
if (!v)
|
|
1607
1616
|
return;
|
|
1608
|
-
const k =
|
|
1609
|
-
|
|
1617
|
+
const k = v.nativeToPseudo(e.node.basic.id);
|
|
1618
|
+
v.appendCode(`__triggerEvent__('${k}', 'submit')`), v.run();
|
|
1610
1619
|
};
|
|
1611
|
-
return (
|
|
1620
|
+
return (v, k) => {
|
|
1612
1621
|
const h = N("v-form");
|
|
1613
|
-
return
|
|
1614
|
-
modelValue:
|
|
1615
|
-
"onUpdate:modelValue": k[0] || (k[0] = (x) =>
|
|
1622
|
+
return C(), I(h, {
|
|
1623
|
+
modelValue: y.value,
|
|
1624
|
+
"onUpdate:modelValue": k[0] || (k[0] = (x) => y.value = x),
|
|
1616
1625
|
style: oe(_.value),
|
|
1617
|
-
"fast-fail":
|
|
1618
|
-
onSubmit:
|
|
1626
|
+
"fast-fail": m.value,
|
|
1627
|
+
onSubmit: Vn(w, ["prevent"])
|
|
1619
1628
|
}, {
|
|
1620
|
-
default:
|
|
1621
|
-
|
|
1629
|
+
default: A(() => [
|
|
1630
|
+
M(v.$slots, "default")
|
|
1622
1631
|
]),
|
|
1623
1632
|
_: 3
|
|
1624
1633
|
}, 8, ["modelValue", "style", "fast-fail"]);
|
|
1625
1634
|
};
|
|
1626
1635
|
}
|
|
1627
|
-
}),
|
|
1636
|
+
}), Bo = ["id"], Do = /* @__PURE__ */ T({
|
|
1628
1637
|
__name: "index",
|
|
1629
1638
|
props: {
|
|
1630
1639
|
node: {},
|
|
1631
1640
|
outer: { type: Boolean }
|
|
1632
1641
|
},
|
|
1633
1642
|
setup(t) {
|
|
1634
|
-
const e = t, n =
|
|
1635
|
-
var
|
|
1636
|
-
return (
|
|
1637
|
-
}), { open:
|
|
1638
|
-
return
|
|
1643
|
+
const e = t, n = L(), o = xe(), l = Q(0), s = Q(0), u = a(() => [l.value, s.value]), p = a(() => {
|
|
1644
|
+
var r;
|
|
1645
|
+
return (r = e.node.basic) == null ? void 0 : r.id;
|
|
1646
|
+
}), { open: y } = Ot(`runtimeMenu/${zt()}`);
|
|
1647
|
+
return mn(o, e, (r) => {
|
|
1639
1648
|
if (n !== "runtime")
|
|
1640
1649
|
return;
|
|
1641
|
-
const i =
|
|
1650
|
+
const i = o.interpreter;
|
|
1642
1651
|
if (!i)
|
|
1643
1652
|
return;
|
|
1644
|
-
const { name: f } =
|
|
1645
|
-
f === "open" ? (
|
|
1646
|
-
}), (
|
|
1653
|
+
const { name: f } = r;
|
|
1654
|
+
f === "open" ? (l.value = i.getProperty(i.globalObject, "__pointerPosX__"), s.value = i.getProperty(i.globalObject, "__pointerPosY__"), y.value = !0) : f === "close" && (y.value = !1);
|
|
1655
|
+
}), (r, i) => {
|
|
1647
1656
|
const f = N("v-menu");
|
|
1648
|
-
return
|
|
1649
|
-
modelValue: H(
|
|
1650
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1657
|
+
return C(), I(f, {
|
|
1658
|
+
modelValue: H(y),
|
|
1659
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => Rt(y) ? y.value = c : null),
|
|
1651
1660
|
"location-strategy": "connected",
|
|
1652
|
-
target:
|
|
1661
|
+
target: u.value,
|
|
1653
1662
|
attach: "menuContainer",
|
|
1654
1663
|
scrim: "transparent"
|
|
1655
1664
|
}, {
|
|
1656
|
-
activator:
|
|
1657
|
-
H(n) === "editor" ? (
|
|
1665
|
+
activator: A(() => [
|
|
1666
|
+
H(n) === "editor" ? (C(), R("div", {
|
|
1658
1667
|
key: 0,
|
|
1659
1668
|
id: `__node__@${p.value}`
|
|
1660
|
-
}, null, 8,
|
|
1669
|
+
}, null, 8, Bo)) : Mt("", !0)
|
|
1661
1670
|
]),
|
|
1662
|
-
default:
|
|
1663
|
-
|
|
1671
|
+
default: A(() => [
|
|
1672
|
+
M(r.$slots, "default")
|
|
1664
1673
|
]),
|
|
1665
1674
|
_: 3
|
|
1666
1675
|
}, 8, ["modelValue", "target"]);
|
|
1667
1676
|
};
|
|
1668
1677
|
}
|
|
1669
|
-
}),
|
|
1678
|
+
}), zo = { key: 0 }, Ro = /* @__PURE__ */ T({
|
|
1670
1679
|
__name: "index",
|
|
1671
1680
|
props: {
|
|
1672
1681
|
node: {},
|
|
1673
1682
|
outer: { type: Boolean }
|
|
1674
1683
|
},
|
|
1675
1684
|
setup(t) {
|
|
1676
|
-
const e = t, n =
|
|
1685
|
+
const e = t, n = L(), o = F(), l = a(() => {
|
|
1677
1686
|
var i;
|
|
1678
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1679
|
-
}),
|
|
1687
|
+
return (i = e.node.settings) == null ? void 0 : i.hideDetails;
|
|
1688
|
+
}), s = a(() => {
|
|
1680
1689
|
var i;
|
|
1681
1690
|
return (i = e.node.settings) == null ? void 0 : i.label;
|
|
1682
|
-
}),
|
|
1691
|
+
}), u = a(() => {
|
|
1692
|
+
var i;
|
|
1693
|
+
return (i = e.node.settings) == null ? void 0 : i.value;
|
|
1694
|
+
}), p = a(() => {
|
|
1683
1695
|
var i;
|
|
1684
1696
|
return (i = e.node.settings) == null ? void 0 : i.placeholder;
|
|
1685
|
-
}),
|
|
1697
|
+
}), y = a(() => {
|
|
1686
1698
|
var i;
|
|
1687
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1688
|
-
}), m =
|
|
1699
|
+
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1700
|
+
}), m = a(() => {
|
|
1689
1701
|
var i;
|
|
1690
1702
|
return (i = e.node.settings) == null ? void 0 : i.singleLine;
|
|
1691
|
-
}),
|
|
1692
|
-
var i;
|
|
1693
|
-
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1694
|
-
}), o = s(() => l.value ? "dark" : "light");
|
|
1703
|
+
}), r = a(() => o.value ? "dark" : "light");
|
|
1695
1704
|
return (i, f) => {
|
|
1696
|
-
const
|
|
1697
|
-
return H(n) === "editor" ? (
|
|
1698
|
-
|
|
1699
|
-
"
|
|
1700
|
-
label:
|
|
1701
|
-
|
|
1702
|
-
|
|
1705
|
+
const c = N("v-number-input");
|
|
1706
|
+
return H(n) === "editor" ? (C(), R("div", zo, [
|
|
1707
|
+
D(c, {
|
|
1708
|
+
"hide-details": l.value,
|
|
1709
|
+
label: s.value,
|
|
1710
|
+
"model-value": u.value,
|
|
1711
|
+
placeholder: p.value,
|
|
1712
|
+
readonly: y.value,
|
|
1703
1713
|
"single-line": m.value,
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
])) : (V(), I(v, {
|
|
1714
|
+
theme: r.value
|
|
1715
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1716
|
+
])) : (C(), I(c, {
|
|
1708
1717
|
key: 1,
|
|
1709
|
-
"
|
|
1710
|
-
label:
|
|
1711
|
-
|
|
1712
|
-
|
|
1718
|
+
"hide-details": l.value,
|
|
1719
|
+
label: s.value,
|
|
1720
|
+
"model-value": u.value,
|
|
1721
|
+
placeholder: p.value,
|
|
1722
|
+
readonly: y.value,
|
|
1713
1723
|
"single-line": m.value,
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
1724
|
+
theme: r.value
|
|
1725
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1717
1726
|
};
|
|
1718
1727
|
}
|
|
1719
|
-
}),
|
|
1728
|
+
}), Mo = /* @__PURE__ */ T({
|
|
1720
1729
|
__name: "index",
|
|
1721
1730
|
props: {
|
|
1722
1731
|
node: {},
|
|
1723
1732
|
outer: { type: Boolean }
|
|
1724
1733
|
},
|
|
1725
1734
|
setup(t) {
|
|
1726
|
-
const e = t, n =
|
|
1727
|
-
var
|
|
1728
|
-
return (
|
|
1729
|
-
}),
|
|
1730
|
-
var
|
|
1731
|
-
return (
|
|
1735
|
+
const e = t, n = a(() => {
|
|
1736
|
+
var l;
|
|
1737
|
+
return (l = e.node.settings) == null ? void 0 : l.label;
|
|
1738
|
+
}), o = a(() => {
|
|
1739
|
+
var l;
|
|
1740
|
+
return (l = e.node.settings) == null ? void 0 : l.value;
|
|
1732
1741
|
});
|
|
1733
|
-
return (
|
|
1734
|
-
const
|
|
1735
|
-
return
|
|
1736
|
-
value:
|
|
1737
|
-
label:
|
|
1742
|
+
return (l, s) => {
|
|
1743
|
+
const u = N("v-radio");
|
|
1744
|
+
return C(), I(u, {
|
|
1745
|
+
value: o.value,
|
|
1746
|
+
label: n.value
|
|
1738
1747
|
}, null, 8, ["value", "label"]);
|
|
1739
1748
|
};
|
|
1740
1749
|
}
|
|
1741
|
-
}),
|
|
1750
|
+
}), Fo = /* @__PURE__ */ T({
|
|
1742
1751
|
__name: "index",
|
|
1743
1752
|
props: {
|
|
1744
1753
|
node: {},
|
|
1745
1754
|
outer: { type: Boolean }
|
|
1746
1755
|
},
|
|
1747
1756
|
setup(t) {
|
|
1748
|
-
const e = t, n =
|
|
1749
|
-
var
|
|
1750
|
-
return (
|
|
1751
|
-
}),
|
|
1752
|
-
var
|
|
1753
|
-
return (
|
|
1754
|
-
}),
|
|
1755
|
-
var
|
|
1756
|
-
return (
|
|
1757
|
-
}),
|
|
1758
|
-
var
|
|
1759
|
-
return (
|
|
1760
|
-
}), p =
|
|
1761
|
-
var
|
|
1762
|
-
return (
|
|
1763
|
-
}),
|
|
1764
|
-
var
|
|
1765
|
-
return n !== "runtime" ? !0 : (
|
|
1757
|
+
const e = t, n = L(), o = a(() => {
|
|
1758
|
+
var m;
|
|
1759
|
+
return (m = e.node.settings) == null ? void 0 : m.density;
|
|
1760
|
+
}), l = a(() => {
|
|
1761
|
+
var m;
|
|
1762
|
+
return (m = e.node.settings) == null ? void 0 : m.direction;
|
|
1763
|
+
}), s = a(() => {
|
|
1764
|
+
var m;
|
|
1765
|
+
return (m = e.node.settings) == null ? void 0 : m.disabled;
|
|
1766
|
+
}), u = a(() => {
|
|
1767
|
+
var m;
|
|
1768
|
+
return (m = e.node.settings) == null ? void 0 : m.inline;
|
|
1769
|
+
}), p = a(() => {
|
|
1770
|
+
var m;
|
|
1771
|
+
return (m = e.node.settings) == null ? void 0 : m.value;
|
|
1772
|
+
}), y = a(() => {
|
|
1773
|
+
var m;
|
|
1774
|
+
return n !== "runtime" ? !0 : (m = e.node.settings) == null ? void 0 : m.readonly;
|
|
1766
1775
|
});
|
|
1767
|
-
return (
|
|
1776
|
+
return (m, r) => {
|
|
1768
1777
|
const i = N("v-radio-group");
|
|
1769
|
-
return
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
readonly:
|
|
1778
|
+
return C(), I(i, {
|
|
1779
|
+
density: o.value,
|
|
1780
|
+
direction: l.value,
|
|
1781
|
+
disabled: s.value,
|
|
1782
|
+
inline: u.value,
|
|
1783
|
+
"model-value": p.value,
|
|
1784
|
+
readonly: y.value
|
|
1776
1785
|
}, {
|
|
1777
|
-
default:
|
|
1778
|
-
|
|
1786
|
+
default: A(() => [
|
|
1787
|
+
M(m.$slots, "default")
|
|
1779
1788
|
]),
|
|
1780
1789
|
_: 3
|
|
1781
|
-
}, 8, ["
|
|
1790
|
+
}, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly"]);
|
|
1782
1791
|
};
|
|
1783
1792
|
}
|
|
1784
|
-
}),
|
|
1793
|
+
}), Ho = /* @__PURE__ */ T({
|
|
1785
1794
|
__name: "index",
|
|
1786
1795
|
props: {
|
|
1787
1796
|
node: {},
|
|
1788
1797
|
outer: { type: Boolean }
|
|
1789
1798
|
},
|
|
1790
1799
|
setup(t) {
|
|
1791
|
-
const e = t, n =
|
|
1800
|
+
const e = t, n = L(), o = a(() => {
|
|
1792
1801
|
var i;
|
|
1793
1802
|
return (i = e.node.settings) == null ? void 0 : i.density;
|
|
1794
|
-
}),
|
|
1803
|
+
}), l = a(() => {
|
|
1795
1804
|
var i;
|
|
1796
1805
|
return (i = e.node.settings) == null ? void 0 : i.direction;
|
|
1797
|
-
}),
|
|
1806
|
+
}), s = a(() => {
|
|
1798
1807
|
var i;
|
|
1799
1808
|
return (i = e.node.settings) == null ? void 0 : i.disabled;
|
|
1800
|
-
}),
|
|
1809
|
+
}), u = a(() => {
|
|
1801
1810
|
var i;
|
|
1802
1811
|
return (i = e.node.settings) == null ? void 0 : i.label;
|
|
1803
|
-
}), p =
|
|
1812
|
+
}), p = a(() => {
|
|
1804
1813
|
var i;
|
|
1805
1814
|
return (i = e.node.settings) == null ? void 0 : i.max;
|
|
1806
|
-
}),
|
|
1815
|
+
}), y = a(() => {
|
|
1807
1816
|
var i;
|
|
1808
1817
|
return (i = e.node.settings) == null ? void 0 : i.min;
|
|
1809
|
-
}),
|
|
1818
|
+
}), m = a(() => {
|
|
1810
1819
|
var i;
|
|
1811
1820
|
return (i = e.node.settings) == null ? void 0 : i.value;
|
|
1812
|
-
}),
|
|
1821
|
+
}), r = a(() => {
|
|
1813
1822
|
var i;
|
|
1814
1823
|
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1815
1824
|
});
|
|
1816
1825
|
return (i, f) => {
|
|
1817
|
-
const
|
|
1818
|
-
return
|
|
1819
|
-
density:
|
|
1820
|
-
direction:
|
|
1821
|
-
disabled:
|
|
1822
|
-
label:
|
|
1826
|
+
const c = N("v-range-slider");
|
|
1827
|
+
return C(), I(c, {
|
|
1828
|
+
density: o.value,
|
|
1829
|
+
direction: l.value,
|
|
1830
|
+
disabled: s.value,
|
|
1831
|
+
label: u.value,
|
|
1823
1832
|
max: p.value,
|
|
1824
|
-
min:
|
|
1825
|
-
"model-value":
|
|
1826
|
-
readonly:
|
|
1833
|
+
min: y.value,
|
|
1834
|
+
"model-value": m.value,
|
|
1835
|
+
readonly: r.value
|
|
1827
1836
|
}, null, 8, ["density", "direction", "disabled", "label", "max", "min", "model-value", "readonly"]);
|
|
1828
1837
|
};
|
|
1829
1838
|
}
|
|
1830
|
-
}),
|
|
1831
|
-
function
|
|
1839
|
+
}), Oo = {};
|
|
1840
|
+
function jo(t, e) {
|
|
1832
1841
|
const n = N("v-rating");
|
|
1833
|
-
return
|
|
1842
|
+
return C(), I(n);
|
|
1834
1843
|
}
|
|
1835
|
-
const
|
|
1844
|
+
const Ko = /* @__PURE__ */ ue(Oo, [["render", jo]]), Uo = { key: 0 }, Zo = /* @__PURE__ */ T({
|
|
1836
1845
|
__name: "index",
|
|
1837
1846
|
props: {
|
|
1838
1847
|
node: {},
|
|
1839
1848
|
outer: { type: Boolean }
|
|
1840
1849
|
},
|
|
1841
1850
|
setup(t) {
|
|
1842
|
-
const e = t, n =
|
|
1851
|
+
const e = t, n = L(), o = F(), l = a(() => {
|
|
1843
1852
|
var i;
|
|
1844
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1845
|
-
}),
|
|
1853
|
+
return (i = e.node.settings) == null ? void 0 : i.hideDetails;
|
|
1854
|
+
}), s = a(() => {
|
|
1846
1855
|
var i;
|
|
1847
1856
|
return (i = e.node.settings) == null ? void 0 : i.label;
|
|
1848
|
-
}),
|
|
1857
|
+
}), u = a(() => {
|
|
1858
|
+
var i;
|
|
1859
|
+
return (i = e.node.settings) == null ? void 0 : i.value;
|
|
1860
|
+
}), p = a(() => {
|
|
1849
1861
|
var i;
|
|
1850
1862
|
return (i = e.node.settings) == null ? void 0 : i.placeholder;
|
|
1851
|
-
}),
|
|
1863
|
+
}), y = a(() => {
|
|
1852
1864
|
var i;
|
|
1853
|
-
return (i = e.node.settings) == null ? void 0 : i.
|
|
1854
|
-
}), m =
|
|
1865
|
+
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1866
|
+
}), m = a(() => {
|
|
1855
1867
|
var i;
|
|
1856
1868
|
return (i = e.node.settings) == null ? void 0 : i.singleLine;
|
|
1857
|
-
}),
|
|
1858
|
-
var i;
|
|
1859
|
-
return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
|
|
1860
|
-
}), o = s(() => l.value ? "dark" : "light");
|
|
1869
|
+
}), r = a(() => o.value ? "dark" : "light");
|
|
1861
1870
|
return (i, f) => {
|
|
1862
|
-
const
|
|
1863
|
-
return H(n) === "editor" ? (
|
|
1864
|
-
|
|
1865
|
-
"
|
|
1866
|
-
label:
|
|
1867
|
-
|
|
1868
|
-
|
|
1871
|
+
const c = N("v-select");
|
|
1872
|
+
return H(n) === "editor" ? (C(), R("div", Uo, [
|
|
1873
|
+
D(c, {
|
|
1874
|
+
"hide-details": l.value,
|
|
1875
|
+
label: s.value,
|
|
1876
|
+
"model-value": u.value,
|
|
1877
|
+
placeholder: p.value,
|
|
1878
|
+
readonly: y.value,
|
|
1869
1879
|
"single-line": m.value,
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
])) : (V(), I(v, {
|
|
1880
|
+
theme: r.value
|
|
1881
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1882
|
+
])) : (C(), I(c, {
|
|
1874
1883
|
key: 1,
|
|
1875
|
-
"
|
|
1876
|
-
label:
|
|
1877
|
-
|
|
1878
|
-
|
|
1884
|
+
"hide-details": l.value,
|
|
1885
|
+
label: s.value,
|
|
1886
|
+
"model-value": u.value,
|
|
1887
|
+
placeholder: p.value,
|
|
1888
|
+
readonly: y.value,
|
|
1879
1889
|
"single-line": m.value,
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
1890
|
+
theme: r.value
|
|
1891
|
+
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1883
1892
|
};
|
|
1884
1893
|
}
|
|
1885
|
-
}),
|
|
1894
|
+
}), qo = { key: 0 }, Go = /* @__PURE__ */ T({
|
|
1886
1895
|
__name: "index",
|
|
1887
1896
|
props: {
|
|
1888
1897
|
node: {},
|
|
1889
1898
|
outer: { type: Boolean }
|
|
1890
1899
|
},
|
|
1891
1900
|
setup(t) {
|
|
1892
|
-
const e = t, n =
|
|
1893
|
-
var
|
|
1894
|
-
return (
|
|
1895
|
-
}),
|
|
1896
|
-
var
|
|
1897
|
-
return (
|
|
1898
|
-
}),
|
|
1899
|
-
var
|
|
1900
|
-
return (
|
|
1901
|
-
}),
|
|
1902
|
-
var
|
|
1903
|
-
return (
|
|
1904
|
-
}), p =
|
|
1905
|
-
var
|
|
1906
|
-
return
|
|
1901
|
+
const e = t, n = L(), o = a(() => {
|
|
1902
|
+
var c;
|
|
1903
|
+
return (c = e.node.settings) == null ? void 0 : c.disabled;
|
|
1904
|
+
}), l = a(() => {
|
|
1905
|
+
var c;
|
|
1906
|
+
return (c = e.node.settings) == null ? void 0 : c.label;
|
|
1907
|
+
}), s = a(() => {
|
|
1908
|
+
var c;
|
|
1909
|
+
return (c = e.node.settings) == null ? void 0 : c.max;
|
|
1910
|
+
}), u = a(() => {
|
|
1911
|
+
var c;
|
|
1912
|
+
return (c = e.node.settings) == null ? void 0 : c.min;
|
|
1913
|
+
}), p = a(() => {
|
|
1914
|
+
var c;
|
|
1915
|
+
return (c = e.node.settings) == null ? void 0 : c.value;
|
|
1916
|
+
}), y = a(() => {
|
|
1917
|
+
var c;
|
|
1918
|
+
return (c = e.node.settings) == null ? void 0 : c.readonly;
|
|
1919
|
+
}), m = a(() => {
|
|
1920
|
+
var c;
|
|
1921
|
+
return (c = e.node.settings) == null ? void 0 : c.step;
|
|
1922
|
+
}), r = a(() => {
|
|
1923
|
+
var c;
|
|
1924
|
+
return (c = e.node.settings) == null ? void 0 : c.thumbColor;
|
|
1925
|
+
}), i = a(() => {
|
|
1926
|
+
var b;
|
|
1927
|
+
const c = (b = e.node.settings) == null ? void 0 : b.thumbLabel;
|
|
1928
|
+
if (c === "always")
|
|
1929
|
+
return c;
|
|
1930
|
+
if (c === "show")
|
|
1931
|
+
return !0;
|
|
1932
|
+
}), f = a(() => {
|
|
1933
|
+
var c;
|
|
1934
|
+
return (c = e.node.settings) == null ? void 0 : c.trackColor;
|
|
1907
1935
|
});
|
|
1908
|
-
return (
|
|
1909
|
-
const
|
|
1910
|
-
return
|
|
1936
|
+
return (c, b) => {
|
|
1937
|
+
const d = N("v-slider");
|
|
1938
|
+
return H(n) === "editor" ? (C(), R("div", qo, [
|
|
1939
|
+
D(d, {
|
|
1940
|
+
disabled: o.value,
|
|
1941
|
+
label: l.value,
|
|
1942
|
+
max: s.value,
|
|
1943
|
+
min: u.value,
|
|
1944
|
+
"model-value": p.value,
|
|
1945
|
+
readonly: y.value,
|
|
1946
|
+
step: m.value,
|
|
1947
|
+
"thumb-color": r.value,
|
|
1948
|
+
"thumb-label": i.value,
|
|
1949
|
+
"track-color": f.value
|
|
1950
|
+
}, null, 8, ["disabled", "label", "max", "min", "model-value", "readonly", "step", "thumb-color", "thumb-label", "track-color"])
|
|
1951
|
+
])) : (C(), I(d, {
|
|
1952
|
+
key: 1,
|
|
1953
|
+
disabled: o.value,
|
|
1911
1954
|
label: l.value,
|
|
1912
|
-
max:
|
|
1955
|
+
max: s.value,
|
|
1913
1956
|
min: u.value,
|
|
1914
|
-
"model-value":
|
|
1915
|
-
readonly:
|
|
1916
|
-
|
|
1957
|
+
"model-value": p.value,
|
|
1958
|
+
readonly: y.value,
|
|
1959
|
+
step: m.value,
|
|
1960
|
+
"thumb-color": r.value,
|
|
1961
|
+
"thumb-label": i.value,
|
|
1962
|
+
"track-color": f.value
|
|
1963
|
+
}, null, 8, ["disabled", "label", "max", "min", "model-value", "readonly", "step", "thumb-color", "thumb-label", "track-color"]));
|
|
1917
1964
|
};
|
|
1918
1965
|
}
|
|
1919
|
-
}),
|
|
1966
|
+
}), Xo = /* @__PURE__ */ T({
|
|
1920
1967
|
__name: "index",
|
|
1921
1968
|
props: {
|
|
1922
1969
|
node: {},
|
|
1923
1970
|
outer: { type: Boolean }
|
|
1924
1971
|
},
|
|
1925
1972
|
setup(t) {
|
|
1926
|
-
const e = t, n = U(),
|
|
1927
|
-
var
|
|
1928
|
-
return (
|
|
1929
|
-
}),
|
|
1930
|
-
var
|
|
1931
|
-
return (
|
|
1932
|
-
}),
|
|
1933
|
-
var
|
|
1934
|
-
return (
|
|
1935
|
-
}),
|
|
1936
|
-
var
|
|
1937
|
-
return (
|
|
1938
|
-
}), p =
|
|
1939
|
-
var
|
|
1940
|
-
return (
|
|
1941
|
-
}),
|
|
1942
|
-
var
|
|
1943
|
-
return (
|
|
1944
|
-
}),
|
|
1945
|
-
var
|
|
1946
|
-
const
|
|
1947
|
-
return f &&
|
|
1973
|
+
const e = t, n = U(), o = a(() => {
|
|
1974
|
+
var r;
|
|
1975
|
+
return (r = e.node.settings) == null ? void 0 : r.align;
|
|
1976
|
+
}), l = a(() => {
|
|
1977
|
+
var r;
|
|
1978
|
+
return (r = e.node.settings) == null ? void 0 : r.decoration;
|
|
1979
|
+
}), s = a(() => {
|
|
1980
|
+
var r;
|
|
1981
|
+
return (r = e.node.settings) == null ? void 0 : r.emphasis;
|
|
1982
|
+
}), u = a(() => {
|
|
1983
|
+
var r;
|
|
1984
|
+
return (r = e.node.settings) == null ? void 0 : r.italic;
|
|
1985
|
+
}), p = a(() => {
|
|
1986
|
+
var r;
|
|
1987
|
+
return (r = e.node.settings) == null ? void 0 : r.text;
|
|
1988
|
+
}), y = a(() => {
|
|
1989
|
+
var r;
|
|
1990
|
+
return (r = e.node.settings) == null ? void 0 : r.weight;
|
|
1991
|
+
}), m = a(() => {
|
|
1992
|
+
var c;
|
|
1993
|
+
const r = [], i = Qt(n.value.width), f = le(i, (c = e.node.settings) == null ? void 0 : c.style);
|
|
1994
|
+
return f && r.push(`text-${f}`), s.value === "high" ? r.push("text-high-emphasis") : s.value === "medium" ? r.push("text-medium-emphasis") : s.value === "disabled" && r.push("text-disabled"), o.value && r.push(`font-${o.value}`), l.value && r.push(`font-decoration-${l.value}`), y.value && r.push(`font-weight-${y.value}`), u.value && r.push("font-italic"), r.join(" ");
|
|
1948
1995
|
});
|
|
1949
|
-
return (
|
|
1950
|
-
class:
|
|
1951
|
-
},
|
|
1996
|
+
return (r, i) => (C(), R("span", {
|
|
1997
|
+
class: Sn(m.value)
|
|
1998
|
+
}, $n(p.value), 3));
|
|
1952
1999
|
}
|
|
1953
|
-
}),
|
|
1954
|
-
function
|
|
2000
|
+
}), Yo = {};
|
|
2001
|
+
function Jo(t, e) {
|
|
1955
2002
|
const n = N("v-textarea");
|
|
1956
|
-
return
|
|
2003
|
+
return C(), I(n);
|
|
1957
2004
|
}
|
|
1958
|
-
const
|
|
2005
|
+
const Qo = /* @__PURE__ */ ue(Yo, [["render", Jo]]), el = { key: 0 }, tl = /* @__PURE__ */ T({
|
|
1959
2006
|
__name: "index",
|
|
1960
2007
|
props: {
|
|
1961
2008
|
node: {},
|
|
1962
2009
|
outer: { type: Boolean }
|
|
1963
2010
|
},
|
|
1964
2011
|
setup(t) {
|
|
1965
|
-
const e = t, n =
|
|
1966
|
-
var
|
|
1967
|
-
return (
|
|
1968
|
-
}),
|
|
1969
|
-
var
|
|
1970
|
-
return (
|
|
1971
|
-
}),
|
|
1972
|
-
var
|
|
1973
|
-
return (
|
|
1974
|
-
}), p =
|
|
1975
|
-
var
|
|
1976
|
-
return (
|
|
1977
|
-
}),
|
|
1978
|
-
var
|
|
1979
|
-
return
|
|
1980
|
-
}),
|
|
1981
|
-
var
|
|
1982
|
-
return (
|
|
1983
|
-
}), i =
|
|
1984
|
-
var
|
|
1985
|
-
return (
|
|
1986
|
-
}), f =
|
|
1987
|
-
var
|
|
1988
|
-
return (
|
|
1989
|
-
}),
|
|
1990
|
-
var
|
|
1991
|
-
return (
|
|
2012
|
+
const e = t, n = L(), o = F(), l = a(() => {
|
|
2013
|
+
var b;
|
|
2014
|
+
return (b = e.node.settings) == null ? void 0 : b.hideDetails;
|
|
2015
|
+
}), s = a(() => {
|
|
2016
|
+
var b;
|
|
2017
|
+
return (b = e.node.settings) == null ? void 0 : b.label;
|
|
2018
|
+
}), u = a(() => {
|
|
2019
|
+
var b;
|
|
2020
|
+
return (b = e.node.settings) == null ? void 0 : b.placeholder;
|
|
2021
|
+
}), p = a(() => {
|
|
2022
|
+
var b;
|
|
2023
|
+
return n !== "runtime" ? !0 : (b = e.node.settings) == null ? void 0 : b.readonly;
|
|
2024
|
+
}), y = a(() => {
|
|
2025
|
+
var b;
|
|
2026
|
+
return (b = e.node.settings) == null ? void 0 : b.singleLine;
|
|
2027
|
+
}), m = a(() => o.value ? "dark" : "light"), r = a(() => {
|
|
2028
|
+
var b;
|
|
2029
|
+
return (b = e.node.slots) == null ? void 0 : b.append;
|
|
2030
|
+
}), i = a(() => {
|
|
2031
|
+
var b;
|
|
2032
|
+
return (b = e.node.slots) == null ? void 0 : b.appendInner;
|
|
2033
|
+
}), f = a(() => {
|
|
2034
|
+
var b;
|
|
2035
|
+
return (b = e.node.slots) == null ? void 0 : b.prepend;
|
|
2036
|
+
}), c = a(() => {
|
|
2037
|
+
var b;
|
|
2038
|
+
return (b = e.node.slots) == null ? void 0 : b.prependInner;
|
|
1992
2039
|
});
|
|
1993
|
-
return (
|
|
2040
|
+
return (b, d) => {
|
|
1994
2041
|
const _ = N("v-text-field");
|
|
1995
|
-
return H(n) === "editor" ? (
|
|
1996
|
-
|
|
1997
|
-
|
|
2042
|
+
return H(n) === "editor" ? (C(), R("div", el, [
|
|
2043
|
+
D(_, {
|
|
2044
|
+
"hide-details": l.value,
|
|
2045
|
+
label: s.value,
|
|
1998
2046
|
placeholder: u.value,
|
|
1999
|
-
|
|
2000
|
-
"single-line":
|
|
2001
|
-
|
|
2002
|
-
theme: d.value
|
|
2047
|
+
readonly: p.value,
|
|
2048
|
+
"single-line": y.value,
|
|
2049
|
+
theme: m.value
|
|
2003
2050
|
}, _e({ _: 2 }, [
|
|
2004
|
-
|
|
2051
|
+
r.value ? {
|
|
2005
2052
|
name: "append",
|
|
2006
|
-
fn:
|
|
2007
|
-
|
|
2008
|
-
"ref-context": { refid:
|
|
2053
|
+
fn: A(() => [
|
|
2054
|
+
D(O, {
|
|
2055
|
+
"ref-context": { refid: r.value },
|
|
2009
2056
|
state: {}
|
|
2010
2057
|
}, null, 8, ["ref-context"])
|
|
2011
2058
|
]),
|
|
@@ -2013,8 +2060,8 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
|
|
|
2013
2060
|
} : void 0,
|
|
2014
2061
|
i.value ? {
|
|
2015
2062
|
name: "append-inner",
|
|
2016
|
-
fn:
|
|
2017
|
-
|
|
2063
|
+
fn: A(() => [
|
|
2064
|
+
D(O, {
|
|
2018
2065
|
"ref-context": { refid: i.value },
|
|
2019
2066
|
state: {}
|
|
2020
2067
|
}, null, 8, ["ref-context"])
|
|
@@ -2023,39 +2070,39 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
|
|
|
2023
2070
|
} : void 0,
|
|
2024
2071
|
f.value ? {
|
|
2025
2072
|
name: "prepend",
|
|
2026
|
-
fn:
|
|
2027
|
-
|
|
2073
|
+
fn: A(() => [
|
|
2074
|
+
D(O, {
|
|
2028
2075
|
"ref-context": { refid: f.value },
|
|
2029
2076
|
state: {}
|
|
2030
2077
|
}, null, 8, ["ref-context"])
|
|
2031
2078
|
]),
|
|
2032
2079
|
key: "2"
|
|
2033
2080
|
} : void 0,
|
|
2034
|
-
|
|
2081
|
+
c.value ? {
|
|
2035
2082
|
name: "prepend-inner",
|
|
2036
|
-
fn:
|
|
2037
|
-
|
|
2038
|
-
"ref-context": { refid:
|
|
2083
|
+
fn: A(() => [
|
|
2084
|
+
D(O, {
|
|
2085
|
+
"ref-context": { refid: c.value },
|
|
2039
2086
|
state: {}
|
|
2040
2087
|
}, null, 8, ["ref-context"])
|
|
2041
2088
|
]),
|
|
2042
2089
|
key: "3"
|
|
2043
2090
|
} : void 0
|
|
2044
|
-
]), 1032, ["label", "placeholder", "
|
|
2045
|
-
])) : (
|
|
2091
|
+
]), 1032, ["hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
2092
|
+
])) : (C(), I(_, {
|
|
2046
2093
|
key: 1,
|
|
2047
|
-
|
|
2094
|
+
"hide-details": l.value,
|
|
2095
|
+
label: s.value,
|
|
2048
2096
|
placeholder: u.value,
|
|
2049
|
-
|
|
2050
|
-
"single-line":
|
|
2051
|
-
|
|
2052
|
-
theme: d.value
|
|
2097
|
+
readonly: p.value,
|
|
2098
|
+
"single-line": y.value,
|
|
2099
|
+
theme: m.value
|
|
2053
2100
|
}, _e({ _: 2 }, [
|
|
2054
|
-
|
|
2101
|
+
r.value ? {
|
|
2055
2102
|
name: "append",
|
|
2056
|
-
fn:
|
|
2057
|
-
|
|
2058
|
-
"ref-context": { refid:
|
|
2103
|
+
fn: A(() => [
|
|
2104
|
+
D(O, {
|
|
2105
|
+
"ref-context": { refid: r.value },
|
|
2059
2106
|
state: {}
|
|
2060
2107
|
}, null, 8, ["ref-context"])
|
|
2061
2108
|
]),
|
|
@@ -2063,8 +2110,8 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
|
|
|
2063
2110
|
} : void 0,
|
|
2064
2111
|
i.value ? {
|
|
2065
2112
|
name: "append-inner",
|
|
2066
|
-
fn:
|
|
2067
|
-
|
|
2113
|
+
fn: A(() => [
|
|
2114
|
+
D(O, {
|
|
2068
2115
|
"ref-context": { refid: i.value },
|
|
2069
2116
|
state: {}
|
|
2070
2117
|
}, null, 8, ["ref-context"])
|
|
@@ -2073,38 +2120,69 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
|
|
|
2073
2120
|
} : void 0,
|
|
2074
2121
|
f.value ? {
|
|
2075
2122
|
name: "prepend",
|
|
2076
|
-
fn:
|
|
2077
|
-
|
|
2123
|
+
fn: A(() => [
|
|
2124
|
+
D(O, {
|
|
2078
2125
|
"ref-context": { refid: f.value },
|
|
2079
2126
|
state: {}
|
|
2080
2127
|
}, null, 8, ["ref-context"])
|
|
2081
2128
|
]),
|
|
2082
2129
|
key: "2"
|
|
2083
2130
|
} : void 0,
|
|
2084
|
-
|
|
2131
|
+
c.value ? {
|
|
2085
2132
|
name: "prepend-inner",
|
|
2086
|
-
fn:
|
|
2087
|
-
|
|
2088
|
-
"ref-context": { refid:
|
|
2133
|
+
fn: A(() => [
|
|
2134
|
+
D(O, {
|
|
2135
|
+
"ref-context": { refid: c.value },
|
|
2089
2136
|
state: {}
|
|
2090
2137
|
}, null, 8, ["ref-context"])
|
|
2091
2138
|
]),
|
|
2092
2139
|
key: "3"
|
|
2093
2140
|
} : void 0
|
|
2094
|
-
]), 1032, ["label", "placeholder", "
|
|
2141
|
+
]), 1032, ["hide-details", "label", "placeholder", "readonly", "single-line", "theme"]));
|
|
2095
2142
|
};
|
|
2096
2143
|
}
|
|
2097
|
-
}),
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
|
|
2144
|
+
}), nl = /* @__PURE__ */ T({
|
|
2145
|
+
__name: "index",
|
|
2146
|
+
props: {
|
|
2147
|
+
node: {},
|
|
2148
|
+
outer: { type: Boolean }
|
|
2149
|
+
},
|
|
2150
|
+
setup(t) {
|
|
2151
|
+
const e = t, n = a(() => {
|
|
2152
|
+
var s;
|
|
2153
|
+
return (s = e.node.settings) == null ? void 0 : s.align;
|
|
2154
|
+
}), o = a(() => {
|
|
2155
|
+
var s;
|
|
2156
|
+
return (s = e.node.settings) == null ? void 0 : s.density;
|
|
2157
|
+
}), l = a(() => {
|
|
2158
|
+
var s;
|
|
2159
|
+
return (s = e.node.settings) == null ? void 0 : s.direction;
|
|
2160
|
+
});
|
|
2161
|
+
return (s, u) => {
|
|
2162
|
+
const p = N("v-timeline");
|
|
2163
|
+
return C(), I(p, {
|
|
2164
|
+
align: n.value,
|
|
2165
|
+
density: o.value,
|
|
2166
|
+
direction: l.value
|
|
2167
|
+
}, {
|
|
2168
|
+
default: A(() => [
|
|
2169
|
+
M(s.$slots, "default")
|
|
2170
|
+
]),
|
|
2171
|
+
_: 3
|
|
2172
|
+
}, 8, ["align", "density", "direction"]);
|
|
2173
|
+
};
|
|
2174
|
+
}
|
|
2175
|
+
}), il = {};
|
|
2176
|
+
function ol(t, e) {
|
|
2104
2177
|
const n = N("v-timeline-item");
|
|
2105
|
-
return
|
|
2178
|
+
return C(), I(n, null, {
|
|
2179
|
+
default: A(() => [
|
|
2180
|
+
M(t.$slots, "default")
|
|
2181
|
+
]),
|
|
2182
|
+
_: 3
|
|
2183
|
+
});
|
|
2106
2184
|
}
|
|
2107
|
-
const
|
|
2185
|
+
const ll = /* @__PURE__ */ ue(il, [["render", ol]]), vn = "badge_v1", ke = "bar_chart_v1", Ce = "btn_v1", we = "card_v1", ut = "chip_v1", Ve = "combobox_v1", Se = "container_v1", $e = "data_table_v1", Te = "dialog_v1", Ie = "file_input_v1", Ne = "flex_layout_v1", xn = "flex_layout_entry_v1", Ae = "form_v1", Le = "globality_v1", Ee = "line_chart_v1", Pe = "menu_v1", We = "number_input_v1", hn = "radio_v1", Be = "radio_group_v1", De = "range_slider_v1", ze = "rating_v1", de = "ref_v1", Re = "select_v1", Me = "slider_v1", Fe = "text_v1", He = "textarea_v1", Oe = "text_field_v1", je = "timeline_v1", gn = "timeline_item_v1", g = {
|
|
2108
2186
|
key: "basic",
|
|
2109
2187
|
name: "x-runtime-lib.basic",
|
|
2110
2188
|
children: [
|
|
@@ -2166,7 +2244,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
|
|
|
2166
2244
|
]
|
|
2167
2245
|
}
|
|
2168
2246
|
]
|
|
2169
|
-
},
|
|
2247
|
+
}, rl = W(ce), te = {
|
|
2170
2248
|
key: "border",
|
|
2171
2249
|
name: "x-runtime-lib.border",
|
|
2172
2250
|
children: [
|
|
@@ -2184,7 +2262,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
|
|
|
2184
2262
|
types: "borderWidthTypesV1",
|
|
2185
2263
|
default: ""
|
|
2186
2264
|
},
|
|
2187
|
-
|
|
2265
|
+
rl,
|
|
2188
2266
|
{
|
|
2189
2267
|
key: "roundRadius",
|
|
2190
2268
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -2414,7 +2492,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
|
|
|
2414
2492
|
defaultArray: []
|
|
2415
2493
|
}
|
|
2416
2494
|
]
|
|
2417
|
-
},
|
|
2495
|
+
}, be = {
|
|
2418
2496
|
key: "yAxis",
|
|
2419
2497
|
name: "x-runtime-lib.yAxis",
|
|
2420
2498
|
children: [
|
|
@@ -2483,21 +2561,21 @@ const ct = {
|
|
|
2483
2561
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
2484
2562
|
}
|
|
2485
2563
|
]
|
|
2486
|
-
},
|
|
2564
|
+
}, sl = {
|
|
2487
2565
|
key: ke,
|
|
2488
2566
|
name: "x-runtime-lib.barChart",
|
|
2489
|
-
comp:
|
|
2567
|
+
comp: oo,
|
|
2490
2568
|
slots: [],
|
|
2491
2569
|
events: [],
|
|
2492
2570
|
methods: [],
|
|
2493
2571
|
props: {
|
|
2494
|
-
pageCommon: [g, z, pe, Ke,
|
|
2495
|
-
compCommon: [g, z, pe, Ke,
|
|
2572
|
+
pageCommon: [g, z, pe, Ke, be, me, ct],
|
|
2573
|
+
compCommon: [g, z, pe, Ke, be, me, ct]
|
|
2496
2574
|
}
|
|
2497
2575
|
};
|
|
2498
|
-
|
|
2499
|
-
const
|
|
2500
|
-
|
|
2576
|
+
$(sl);
|
|
2577
|
+
const al = W(fe);
|
|
2578
|
+
al.children[3].defaultArray = [
|
|
2501
2579
|
"Mon",
|
|
2502
2580
|
"Tue",
|
|
2503
2581
|
"Wed",
|
|
@@ -2532,19 +2610,19 @@ const dt = {
|
|
|
2532
2610
|
data: [150, 230, 224, 218, 135, 147, 260]
|
|
2533
2611
|
}
|
|
2534
2612
|
]
|
|
2535
|
-
},
|
|
2613
|
+
}, ul = {
|
|
2536
2614
|
key: Ee,
|
|
2537
2615
|
name: "x-runtime-lib.lineChart",
|
|
2538
|
-
comp:
|
|
2616
|
+
comp: lo,
|
|
2539
2617
|
slots: [],
|
|
2540
2618
|
events: [],
|
|
2541
2619
|
methods: [],
|
|
2542
2620
|
props: {
|
|
2543
|
-
pageCommon: [g, z, pe, fe,
|
|
2544
|
-
compCommon: [g, z, pe, fe,
|
|
2621
|
+
pageCommon: [g, z, pe, fe, be, me, dt],
|
|
2622
|
+
compCommon: [g, z, pe, fe, be, me, dt]
|
|
2545
2623
|
}
|
|
2546
2624
|
};
|
|
2547
|
-
|
|
2625
|
+
$(ul);
|
|
2548
2626
|
const nt = W(ce);
|
|
2549
2627
|
nt.key = "backgroundColor";
|
|
2550
2628
|
nt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -2552,7 +2630,7 @@ const mt = {
|
|
|
2552
2630
|
key: "globalSettings",
|
|
2553
2631
|
name: "x-runtime-lib.globalSettings",
|
|
2554
2632
|
children: [nt]
|
|
2555
|
-
},
|
|
2633
|
+
}, cl = {
|
|
2556
2634
|
key: Le,
|
|
2557
2635
|
name: "x-runtime-lib.globality",
|
|
2558
2636
|
comp: null,
|
|
@@ -2600,7 +2678,7 @@ const mt = {
|
|
|
2600
2678
|
},
|
|
2601
2679
|
internal: !0
|
|
2602
2680
|
};
|
|
2603
|
-
|
|
2681
|
+
$(cl);
|
|
2604
2682
|
const pt = {
|
|
2605
2683
|
key: "ref",
|
|
2606
2684
|
name: "x-runtime-lib.ref",
|
|
@@ -2612,10 +2690,10 @@ const pt = {
|
|
|
2612
2690
|
default: void 0
|
|
2613
2691
|
}
|
|
2614
2692
|
]
|
|
2615
|
-
},
|
|
2693
|
+
}, dl = {
|
|
2616
2694
|
key: de,
|
|
2617
2695
|
name: "x-runtime-lib.ref",
|
|
2618
|
-
comp:
|
|
2696
|
+
comp: xo,
|
|
2619
2697
|
slots: [],
|
|
2620
2698
|
events: [],
|
|
2621
2699
|
methods: [],
|
|
@@ -2624,8 +2702,28 @@ const pt = {
|
|
|
2624
2702
|
compCommon: [g, z, pt]
|
|
2625
2703
|
}
|
|
2626
2704
|
};
|
|
2627
|
-
|
|
2628
|
-
const
|
|
2705
|
+
$(dl);
|
|
2706
|
+
const ft = {
|
|
2707
|
+
key: "settings",
|
|
2708
|
+
name: "x-runtime-lib.settings",
|
|
2709
|
+
children: []
|
|
2710
|
+
}, Sr = {
|
|
2711
|
+
key: vn,
|
|
2712
|
+
name: "x-runtime-lib.badge",
|
|
2713
|
+
comp: _o,
|
|
2714
|
+
slots: [
|
|
2715
|
+
{
|
|
2716
|
+
key: "default",
|
|
2717
|
+
name: "x-runtime-lib.default"
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
events: [],
|
|
2721
|
+
methods: [],
|
|
2722
|
+
props: {
|
|
2723
|
+
pageCommon: [g, ft],
|
|
2724
|
+
compCommon: [g, ft]
|
|
2725
|
+
}
|
|
2726
|
+
}, ml = W(ce), bt = {
|
|
2629
2727
|
key: "settings",
|
|
2630
2728
|
name: "x-runtime-lib.settings",
|
|
2631
2729
|
children: [
|
|
@@ -2655,7 +2753,7 @@ const al = W(ce), ft = {
|
|
|
2655
2753
|
items: "densityItemsV1",
|
|
2656
2754
|
default: "default"
|
|
2657
2755
|
},
|
|
2658
|
-
|
|
2756
|
+
ml,
|
|
2659
2757
|
{
|
|
2660
2758
|
key: "block",
|
|
2661
2759
|
name: "x-runtime-lib.block",
|
|
@@ -2663,10 +2761,10 @@ const al = W(ce), ft = {
|
|
|
2663
2761
|
default: !1
|
|
2664
2762
|
}
|
|
2665
2763
|
]
|
|
2666
|
-
},
|
|
2764
|
+
}, pl = {
|
|
2667
2765
|
key: Ce,
|
|
2668
2766
|
name: "x-runtime-lib.button",
|
|
2669
|
-
comp:
|
|
2767
|
+
comp: ko,
|
|
2670
2768
|
slots: [],
|
|
2671
2769
|
events: [
|
|
2672
2770
|
{
|
|
@@ -2677,15 +2775,15 @@ const al = W(ce), ft = {
|
|
|
2677
2775
|
],
|
|
2678
2776
|
methods: [],
|
|
2679
2777
|
props: {
|
|
2680
|
-
pageCommon: [g,
|
|
2681
|
-
compCommon: [g,
|
|
2778
|
+
pageCommon: [g, bt],
|
|
2779
|
+
compCommon: [g, bt]
|
|
2682
2780
|
}
|
|
2683
2781
|
};
|
|
2684
|
-
|
|
2685
|
-
const
|
|
2686
|
-
key:
|
|
2782
|
+
$(pl);
|
|
2783
|
+
const fl = {
|
|
2784
|
+
key: we,
|
|
2687
2785
|
name: "x-runtime-lib.card",
|
|
2688
|
-
comp:
|
|
2786
|
+
comp: Vo,
|
|
2689
2787
|
slots: [
|
|
2690
2788
|
{
|
|
2691
2789
|
key: "default",
|
|
@@ -2699,7 +2797,7 @@ const cl = {
|
|
|
2699
2797
|
compCommon: [g]
|
|
2700
2798
|
}
|
|
2701
2799
|
};
|
|
2702
|
-
|
|
2800
|
+
$(fl);
|
|
2703
2801
|
const yt = {
|
|
2704
2802
|
key: "settings",
|
|
2705
2803
|
name: "x-runtime-lib.settings",
|
|
@@ -2741,10 +2839,10 @@ const yt = {
|
|
|
2741
2839
|
default: !1
|
|
2742
2840
|
}
|
|
2743
2841
|
]
|
|
2744
|
-
},
|
|
2745
|
-
key:
|
|
2842
|
+
}, bl = {
|
|
2843
|
+
key: Ve,
|
|
2746
2844
|
name: "x-runtime-lib.combobox",
|
|
2747
|
-
comp:
|
|
2845
|
+
comp: $o,
|
|
2748
2846
|
slots: [],
|
|
2749
2847
|
events: [],
|
|
2750
2848
|
methods: [],
|
|
@@ -2753,18 +2851,18 @@ const yt = {
|
|
|
2753
2851
|
compCommon: [g, yt]
|
|
2754
2852
|
}
|
|
2755
2853
|
};
|
|
2756
|
-
|
|
2854
|
+
$(bl);
|
|
2757
2855
|
const it = W(ce);
|
|
2758
2856
|
it.key = "backgroundColor";
|
|
2759
2857
|
it.name = "x-runtime-lib.backgroundColor";
|
|
2760
|
-
const
|
|
2858
|
+
const vt = {
|
|
2761
2859
|
key: "settings",
|
|
2762
2860
|
name: "x-runtime-lib.settings",
|
|
2763
2861
|
children: [it]
|
|
2764
2862
|
}, Ue = {
|
|
2765
2863
|
key: Se,
|
|
2766
2864
|
name: "x-runtime-lib.container",
|
|
2767
|
-
comp:
|
|
2865
|
+
comp: To,
|
|
2768
2866
|
slots: [
|
|
2769
2867
|
{
|
|
2770
2868
|
key: "default",
|
|
@@ -2780,12 +2878,12 @@ const bt = {
|
|
|
2780
2878
|
],
|
|
2781
2879
|
methods: [],
|
|
2782
2880
|
props: {
|
|
2783
|
-
pageCommon: [g, z, te, ne, ie,
|
|
2784
|
-
compCommon: [g, z, te, ne, ie,
|
|
2881
|
+
pageCommon: [g, z, te, ne, ie, vt],
|
|
2882
|
+
compCommon: [g, z, te, ne, ie, vt]
|
|
2785
2883
|
}
|
|
2786
2884
|
};
|
|
2787
|
-
|
|
2788
|
-
const
|
|
2885
|
+
$(Ue);
|
|
2886
|
+
const xt = {
|
|
2789
2887
|
key: "size",
|
|
2790
2888
|
name: "x-runtime-lib.size",
|
|
2791
2889
|
children: [
|
|
@@ -2804,7 +2902,7 @@ const vt = {
|
|
|
2804
2902
|
default: ""
|
|
2805
2903
|
}
|
|
2806
2904
|
]
|
|
2807
|
-
},
|
|
2905
|
+
}, ht = {
|
|
2808
2906
|
key: "settings",
|
|
2809
2907
|
name: "x-runtime-lib.settings",
|
|
2810
2908
|
children: [
|
|
@@ -2912,7 +3010,7 @@ const vt = {
|
|
|
2912
3010
|
default: !1
|
|
2913
3011
|
}
|
|
2914
3012
|
]
|
|
2915
|
-
},
|
|
3013
|
+
}, gt = {
|
|
2916
3014
|
key: "slots",
|
|
2917
3015
|
name: "x-runtime-lib.slots",
|
|
2918
3016
|
children: [
|
|
@@ -2937,23 +3035,23 @@ const vt = {
|
|
|
2937
3035
|
defaultArray: []
|
|
2938
3036
|
}
|
|
2939
3037
|
]
|
|
2940
|
-
},
|
|
2941
|
-
key:
|
|
3038
|
+
}, yl = {
|
|
3039
|
+
key: $e,
|
|
2942
3040
|
name: "x-runtime-lib.dataTable",
|
|
2943
|
-
comp:
|
|
3041
|
+
comp: Io,
|
|
2944
3042
|
slots: [],
|
|
2945
3043
|
events: [],
|
|
2946
3044
|
methods: [],
|
|
2947
3045
|
props: {
|
|
2948
|
-
pageCommon: [g,
|
|
2949
|
-
compCommon: [g,
|
|
3046
|
+
pageCommon: [g, xt, ht, gt],
|
|
3047
|
+
compCommon: [g, xt, ht, gt]
|
|
2950
3048
|
}
|
|
2951
3049
|
};
|
|
2952
|
-
|
|
2953
|
-
const
|
|
2954
|
-
key:
|
|
3050
|
+
$(yl);
|
|
3051
|
+
const vl = {
|
|
3052
|
+
key: Te,
|
|
2955
3053
|
name: "x-runtime-lib.dialog",
|
|
2956
|
-
comp:
|
|
3054
|
+
comp: Ao,
|
|
2957
3055
|
slots: [
|
|
2958
3056
|
{
|
|
2959
3057
|
key: "default",
|
|
@@ -2981,23 +3079,23 @@ const pl = {
|
|
|
2981
3079
|
},
|
|
2982
3080
|
teleport: !0
|
|
2983
3081
|
};
|
|
2984
|
-
|
|
2985
|
-
const
|
|
3082
|
+
$(vl);
|
|
3083
|
+
const _t = {
|
|
2986
3084
|
key: "settings",
|
|
2987
3085
|
name: "x-runtime-lib.settings",
|
|
2988
3086
|
children: []
|
|
2989
|
-
},
|
|
3087
|
+
}, $r = {
|
|
2990
3088
|
key: Ie,
|
|
2991
3089
|
name: "x-runtime-lib.fileInput",
|
|
2992
|
-
comp:
|
|
3090
|
+
comp: Lo,
|
|
2993
3091
|
slots: [],
|
|
2994
3092
|
events: [],
|
|
2995
3093
|
methods: [],
|
|
2996
3094
|
props: {
|
|
2997
|
-
pageCommon: [g,
|
|
2998
|
-
compCommon: [g,
|
|
3095
|
+
pageCommon: [g, _t],
|
|
3096
|
+
compCommon: [g, _t]
|
|
2999
3097
|
}
|
|
3000
|
-
},
|
|
3098
|
+
}, kt = {
|
|
3001
3099
|
key: "settings",
|
|
3002
3100
|
name: "x-runtime-lib.settings",
|
|
3003
3101
|
children: [
|
|
@@ -3015,9 +3113,9 @@ const gt = {
|
|
|
3015
3113
|
}
|
|
3016
3114
|
]
|
|
3017
3115
|
}, Ze = {
|
|
3018
|
-
key:
|
|
3116
|
+
key: xn,
|
|
3019
3117
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
3020
|
-
comp:
|
|
3118
|
+
comp: Po,
|
|
3021
3119
|
slots: [
|
|
3022
3120
|
{
|
|
3023
3121
|
key: "default",
|
|
@@ -3027,24 +3125,24 @@ const gt = {
|
|
|
3027
3125
|
events: [],
|
|
3028
3126
|
methods: [],
|
|
3029
3127
|
props: {
|
|
3030
|
-
pageCommon: [g, z,
|
|
3031
|
-
compCommon: [g, z,
|
|
3128
|
+
pageCommon: [g, z, kt],
|
|
3129
|
+
compCommon: [g, z, kt]
|
|
3032
3130
|
}
|
|
3033
3131
|
};
|
|
3034
|
-
|
|
3035
|
-
function
|
|
3036
|
-
const n = `type=${t} subtype=${e}`,
|
|
3037
|
-
if (!
|
|
3132
|
+
$(Ze);
|
|
3133
|
+
function xl(t, e) {
|
|
3134
|
+
const n = `type=${t} subtype=${e}`, o = ve(t, e);
|
|
3135
|
+
if (!o) {
|
|
3038
3136
|
console.error(`flexLayoutV1/spawn prop tag not found, ${n}`);
|
|
3039
3137
|
return;
|
|
3040
3138
|
}
|
|
3041
|
-
const
|
|
3042
|
-
if (!
|
|
3139
|
+
const l = Ge.props[o];
|
|
3140
|
+
if (!l) {
|
|
3043
3141
|
console.error(`flexLayoutV1/spawn props not found, ${n}`);
|
|
3044
3142
|
return;
|
|
3045
3143
|
}
|
|
3046
|
-
const
|
|
3047
|
-
return re(
|
|
3144
|
+
const s = {};
|
|
3145
|
+
return re(s, l), s.basic.id = ee(16), s.basic.key = Ge.key, s.children = [
|
|
3048
3146
|
qe(
|
|
3049
3147
|
t,
|
|
3050
3148
|
e,
|
|
@@ -3065,43 +3163,43 @@ function fl(t, e) {
|
|
|
3065
3163
|
"60px",
|
|
3066
3164
|
void 0
|
|
3067
3165
|
),
|
|
3068
|
-
|
|
3069
|
-
],
|
|
3166
|
+
hl(t, e)
|
|
3167
|
+
], s;
|
|
3070
3168
|
}
|
|
3071
|
-
function qe(t, e, n, l,
|
|
3072
|
-
const
|
|
3073
|
-
if (!
|
|
3169
|
+
function qe(t, e, n, o, l, s, u, p, y) {
|
|
3170
|
+
const m = `type=${t} subtype=${e}`, r = ve(t, e);
|
|
3171
|
+
if (!r) {
|
|
3074
3172
|
console.error(
|
|
3075
|
-
`flexLayoutV1/spawnContainer prop tag not found, ${
|
|
3173
|
+
`flexLayoutV1/spawnContainer prop tag not found, ${m}`
|
|
3076
3174
|
);
|
|
3077
3175
|
return;
|
|
3078
3176
|
}
|
|
3079
|
-
const i = Ue.props[
|
|
3177
|
+
const i = Ue.props[r];
|
|
3080
3178
|
if (!i) {
|
|
3081
|
-
console.error(`flexLayoutV1/spawnContainer props not found, ${
|
|
3179
|
+
console.error(`flexLayoutV1/spawnContainer props not found, ${m}`);
|
|
3082
3180
|
return;
|
|
3083
3181
|
}
|
|
3084
3182
|
const f = {};
|
|
3085
|
-
return re(f, i), f.basic.id = ee(16), f.basic.key = Ue.key,
|
|
3183
|
+
return re(f, i), f.basic.id = ee(16), f.basic.key = Ue.key, o && (f.size.width = o), l && (f.size.minWidth = l), u && (f.size.height = u), p && (f.size.minHeight = p), console.log(f), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
|
|
3086
3184
|
}
|
|
3087
|
-
function
|
|
3088
|
-
const n = `type=${t} subtype=${e}`,
|
|
3089
|
-
if (!
|
|
3185
|
+
function hl(t, e) {
|
|
3186
|
+
const n = `type=${t} subtype=${e}`, o = ve(t, e);
|
|
3187
|
+
if (!o) {
|
|
3090
3188
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${n}`);
|
|
3091
3189
|
return;
|
|
3092
3190
|
}
|
|
3093
|
-
const
|
|
3094
|
-
if (!
|
|
3191
|
+
const l = Ze.props[o];
|
|
3192
|
+
if (!l) {
|
|
3095
3193
|
console.error(`flexLayoutV1/spawnEntry props not found, ${n}`);
|
|
3096
3194
|
return;
|
|
3097
3195
|
}
|
|
3098
|
-
const
|
|
3196
|
+
const s = {
|
|
3099
3197
|
basic: {
|
|
3100
3198
|
id: "",
|
|
3101
3199
|
key: ""
|
|
3102
3200
|
}
|
|
3103
3201
|
};
|
|
3104
|
-
return re(
|
|
3202
|
+
return re(s, l), s.basic.id = ee(16), s.basic.key = Ze.key, s.children = [
|
|
3105
3203
|
qe(
|
|
3106
3204
|
t,
|
|
3107
3205
|
e,
|
|
@@ -3112,12 +3210,12 @@ function yl(t, e) {
|
|
|
3112
3210
|
void 0,
|
|
3113
3211
|
"80px"
|
|
3114
3212
|
)
|
|
3115
|
-
],
|
|
3213
|
+
], s;
|
|
3116
3214
|
}
|
|
3117
3215
|
const ot = W(ce);
|
|
3118
3216
|
ot.key = "backgroundColor";
|
|
3119
3217
|
ot.name = "x-runtime-lib.backgroundColor";
|
|
3120
|
-
const
|
|
3218
|
+
const Ct = {
|
|
3121
3219
|
key: "settings",
|
|
3122
3220
|
name: "x-runtime-lib.settings",
|
|
3123
3221
|
children: [
|
|
@@ -3290,7 +3388,7 @@ const kt = {
|
|
|
3290
3388
|
}, Ge = {
|
|
3291
3389
|
key: Ne,
|
|
3292
3390
|
name: "x-runtime-lib.flexLayout",
|
|
3293
|
-
comp:
|
|
3391
|
+
comp: Eo,
|
|
3294
3392
|
slots: [
|
|
3295
3393
|
{
|
|
3296
3394
|
key: "default",
|
|
@@ -3306,13 +3404,13 @@ const kt = {
|
|
|
3306
3404
|
],
|
|
3307
3405
|
methods: [],
|
|
3308
3406
|
props: {
|
|
3309
|
-
pageCommon: [g, z, te, ne, ie,
|
|
3310
|
-
compCommon: [g, z, te, ne, ie,
|
|
3407
|
+
pageCommon: [g, z, te, ne, ie, Ct],
|
|
3408
|
+
compCommon: [g, z, te, ne, ie, Ct]
|
|
3311
3409
|
},
|
|
3312
|
-
spawn:
|
|
3410
|
+
spawn: xl
|
|
3313
3411
|
};
|
|
3314
|
-
|
|
3315
|
-
const
|
|
3412
|
+
$(Ge);
|
|
3413
|
+
const wt = {
|
|
3316
3414
|
key: "settings",
|
|
3317
3415
|
name: "x-runtime-lib.settings",
|
|
3318
3416
|
children: [
|
|
@@ -3330,10 +3428,10 @@ const Ct = {
|
|
|
3330
3428
|
default: !1
|
|
3331
3429
|
}
|
|
3332
3430
|
]
|
|
3333
|
-
},
|
|
3431
|
+
}, gl = {
|
|
3334
3432
|
key: Ae,
|
|
3335
3433
|
name: "x-runtime-lib.form",
|
|
3336
|
-
comp:
|
|
3434
|
+
comp: Wo,
|
|
3337
3435
|
slots: [
|
|
3338
3436
|
{
|
|
3339
3437
|
key: "default",
|
|
@@ -3349,15 +3447,15 @@ const Ct = {
|
|
|
3349
3447
|
],
|
|
3350
3448
|
methods: [],
|
|
3351
3449
|
props: {
|
|
3352
|
-
pageCommon: [g, z, te, ne, ie,
|
|
3353
|
-
compCommon: [g, z, te, ne, ie,
|
|
3450
|
+
pageCommon: [g, z, te, ne, ie, wt],
|
|
3451
|
+
compCommon: [g, z, te, ne, ie, wt]
|
|
3354
3452
|
}
|
|
3355
3453
|
};
|
|
3356
|
-
|
|
3357
|
-
const
|
|
3454
|
+
$(gl);
|
|
3455
|
+
const _l = {
|
|
3358
3456
|
key: Pe,
|
|
3359
3457
|
name: "x-runtime-lib.menu",
|
|
3360
|
-
comp:
|
|
3458
|
+
comp: Do,
|
|
3361
3459
|
slots: [
|
|
3362
3460
|
{
|
|
3363
3461
|
key: "default",
|
|
@@ -3385,7 +3483,7 @@ const vl = {
|
|
|
3385
3483
|
},
|
|
3386
3484
|
teleport: !0
|
|
3387
3485
|
};
|
|
3388
|
-
|
|
3486
|
+
$(_l);
|
|
3389
3487
|
const Vt = {
|
|
3390
3488
|
key: "settings",
|
|
3391
3489
|
name: "x-runtime-lib.settings",
|
|
@@ -3427,10 +3525,10 @@ const Vt = {
|
|
|
3427
3525
|
default: !1
|
|
3428
3526
|
}
|
|
3429
3527
|
]
|
|
3430
|
-
},
|
|
3528
|
+
}, kl = {
|
|
3431
3529
|
key: We,
|
|
3432
3530
|
name: "x-runtime-lib.numberInput",
|
|
3433
|
-
comp:
|
|
3531
|
+
comp: Ro,
|
|
3434
3532
|
slots: [],
|
|
3435
3533
|
events: [],
|
|
3436
3534
|
methods: [],
|
|
@@ -3439,49 +3537,54 @@ const Vt = {
|
|
|
3439
3537
|
compCommon: [g, Vt]
|
|
3440
3538
|
}
|
|
3441
3539
|
};
|
|
3442
|
-
|
|
3443
|
-
const
|
|
3540
|
+
$(kl);
|
|
3541
|
+
const St = {
|
|
3444
3542
|
key: "settings",
|
|
3445
3543
|
name: "x-runtime-lib.settings",
|
|
3446
3544
|
children: []
|
|
3447
|
-
},
|
|
3448
|
-
key:
|
|
3545
|
+
}, Cl = {
|
|
3546
|
+
key: hn,
|
|
3449
3547
|
name: "x-runtime-lib.radio",
|
|
3450
|
-
comp:
|
|
3451
|
-
slots: [
|
|
3548
|
+
comp: Mo,
|
|
3549
|
+
slots: [
|
|
3550
|
+
{
|
|
3551
|
+
key: "default",
|
|
3552
|
+
name: "x-runtime-lib.default"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3452
3555
|
events: [],
|
|
3453
3556
|
methods: [],
|
|
3454
3557
|
props: {
|
|
3455
|
-
pageCommon: [g,
|
|
3456
|
-
compCommon: [g,
|
|
3558
|
+
pageCommon: [g, St],
|
|
3559
|
+
compCommon: [g, St]
|
|
3457
3560
|
}
|
|
3458
3561
|
};
|
|
3459
|
-
|
|
3460
|
-
const
|
|
3562
|
+
$(Cl);
|
|
3563
|
+
const $t = {
|
|
3461
3564
|
key: "settings",
|
|
3462
3565
|
name: "x-runtime-lib.settings",
|
|
3463
3566
|
children: []
|
|
3464
|
-
},
|
|
3465
|
-
key:
|
|
3567
|
+
}, wl = {
|
|
3568
|
+
key: Be,
|
|
3466
3569
|
name: "x-runtime-lib.radioGroup",
|
|
3467
|
-
comp:
|
|
3570
|
+
comp: Fo,
|
|
3468
3571
|
slots: [],
|
|
3469
3572
|
events: [],
|
|
3470
3573
|
methods: [],
|
|
3471
3574
|
props: {
|
|
3472
|
-
pageCommon: [g,
|
|
3473
|
-
compCommon: [g,
|
|
3575
|
+
pageCommon: [g, $t],
|
|
3576
|
+
compCommon: [g, $t]
|
|
3474
3577
|
}
|
|
3475
3578
|
};
|
|
3476
|
-
|
|
3579
|
+
$(wl);
|
|
3477
3580
|
const Tt = {
|
|
3478
3581
|
key: "settings",
|
|
3479
3582
|
name: "x-runtime-lib.settings",
|
|
3480
3583
|
children: []
|
|
3481
|
-
},
|
|
3482
|
-
key:
|
|
3584
|
+
}, Vl = {
|
|
3585
|
+
key: De,
|
|
3483
3586
|
name: "x-runtime-lib.rangeSlider",
|
|
3484
|
-
comp:
|
|
3587
|
+
comp: Ho,
|
|
3485
3588
|
slots: [],
|
|
3486
3589
|
events: [],
|
|
3487
3590
|
methods: [],
|
|
@@ -3490,11 +3593,11 @@ const Tt = {
|
|
|
3490
3593
|
compCommon: [g, Tt]
|
|
3491
3594
|
}
|
|
3492
3595
|
};
|
|
3493
|
-
|
|
3494
|
-
const
|
|
3495
|
-
key:
|
|
3596
|
+
$(Vl);
|
|
3597
|
+
const Sl = {
|
|
3598
|
+
key: ze,
|
|
3496
3599
|
name: "x-runtime-lib.rating",
|
|
3497
|
-
comp:
|
|
3600
|
+
comp: Ko,
|
|
3498
3601
|
slots: [],
|
|
3499
3602
|
events: [],
|
|
3500
3603
|
methods: [],
|
|
@@ -3503,8 +3606,8 @@ const kl = {
|
|
|
3503
3606
|
compCommon: [g]
|
|
3504
3607
|
}
|
|
3505
3608
|
};
|
|
3506
|
-
|
|
3507
|
-
const
|
|
3609
|
+
$(Sl);
|
|
3610
|
+
const It = {
|
|
3508
3611
|
key: "settings",
|
|
3509
3612
|
name: "x-runtime-lib.settings",
|
|
3510
3613
|
children: [
|
|
@@ -3545,37 +3648,81 @@ const $t = {
|
|
|
3545
3648
|
default: !1
|
|
3546
3649
|
}
|
|
3547
3650
|
]
|
|
3548
|
-
},
|
|
3651
|
+
}, $l = {
|
|
3549
3652
|
key: Re,
|
|
3550
3653
|
name: "x-runtime-lib.select",
|
|
3551
|
-
comp:
|
|
3654
|
+
comp: Zo,
|
|
3552
3655
|
slots: [],
|
|
3553
3656
|
events: [],
|
|
3554
3657
|
methods: [],
|
|
3555
3658
|
props: {
|
|
3556
|
-
pageCommon: [g,
|
|
3557
|
-
compCommon: [g,
|
|
3659
|
+
pageCommon: [g, It],
|
|
3660
|
+
compCommon: [g, It]
|
|
3558
3661
|
}
|
|
3559
3662
|
};
|
|
3560
|
-
|
|
3561
|
-
const
|
|
3663
|
+
$($l);
|
|
3664
|
+
const Nt = {
|
|
3562
3665
|
key: "settings",
|
|
3563
3666
|
name: "x-runtime-lib.settings",
|
|
3564
|
-
children: [
|
|
3565
|
-
|
|
3667
|
+
children: [
|
|
3668
|
+
{
|
|
3669
|
+
key: "value",
|
|
3670
|
+
name: "x-runtime-lib.value",
|
|
3671
|
+
ui: "numInput",
|
|
3672
|
+
default: 0
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
key: "min",
|
|
3676
|
+
name: "x-runtime-lib.min",
|
|
3677
|
+
ui: "numInput",
|
|
3678
|
+
default: 0
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
key: "max",
|
|
3682
|
+
name: "x-runtime-lib.max",
|
|
3683
|
+
ui: "numInput",
|
|
3684
|
+
default: 100
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
key: "step",
|
|
3688
|
+
name: "x-runtime-lib.step",
|
|
3689
|
+
ui: "numInput",
|
|
3690
|
+
default: 0
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
key: "disabled",
|
|
3694
|
+
name: "x-runtime-lib.disabled",
|
|
3695
|
+
ui: "switch",
|
|
3696
|
+
default: !1
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
key: "readonly",
|
|
3700
|
+
name: "x-runtime-lib.readonly",
|
|
3701
|
+
ui: "switch",
|
|
3702
|
+
default: !1
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
key: "thumbLabel",
|
|
3706
|
+
name: "x-runtime-lib.thumbLabel",
|
|
3707
|
+
ui: "select",
|
|
3708
|
+
items: "thumbLabelItemsV1",
|
|
3709
|
+
default: ""
|
|
3710
|
+
}
|
|
3711
|
+
]
|
|
3712
|
+
}, Tl = {
|
|
3566
3713
|
key: Me,
|
|
3567
3714
|
name: "x-runtime-lib.slider",
|
|
3568
|
-
comp:
|
|
3715
|
+
comp: Go,
|
|
3569
3716
|
slots: [],
|
|
3570
3717
|
events: [],
|
|
3571
3718
|
methods: [],
|
|
3572
3719
|
props: {
|
|
3573
|
-
pageCommon: [g,
|
|
3574
|
-
compCommon: [g,
|
|
3720
|
+
pageCommon: [g, Nt],
|
|
3721
|
+
compCommon: [g, Nt]
|
|
3575
3722
|
}
|
|
3576
3723
|
};
|
|
3577
|
-
|
|
3578
|
-
const
|
|
3724
|
+
$(Tl);
|
|
3725
|
+
const At = {
|
|
3579
3726
|
key: "settings",
|
|
3580
3727
|
name: "x-runtime-lib.settings",
|
|
3581
3728
|
children: [
|
|
@@ -3661,23 +3808,23 @@ const Nt = {
|
|
|
3661
3808
|
default: !1
|
|
3662
3809
|
}
|
|
3663
3810
|
]
|
|
3664
|
-
},
|
|
3811
|
+
}, Il = {
|
|
3665
3812
|
key: Fe,
|
|
3666
3813
|
name: "x-runtime-lib.text",
|
|
3667
|
-
comp:
|
|
3814
|
+
comp: Xo,
|
|
3668
3815
|
slots: [],
|
|
3669
3816
|
events: [],
|
|
3670
3817
|
methods: [],
|
|
3671
3818
|
props: {
|
|
3672
|
-
pageCommon: [g,
|
|
3673
|
-
compCommon: [g,
|
|
3819
|
+
pageCommon: [g, At],
|
|
3820
|
+
compCommon: [g, At]
|
|
3674
3821
|
}
|
|
3675
3822
|
};
|
|
3676
|
-
|
|
3677
|
-
const
|
|
3823
|
+
$(Il);
|
|
3824
|
+
const Nl = {
|
|
3678
3825
|
key: He,
|
|
3679
3826
|
name: "x-runtime-lib.textarea",
|
|
3680
|
-
comp:
|
|
3827
|
+
comp: Qo,
|
|
3681
3828
|
slots: [],
|
|
3682
3829
|
events: [],
|
|
3683
3830
|
methods: [],
|
|
@@ -3686,8 +3833,8 @@ const Sl = {
|
|
|
3686
3833
|
compCommon: [g]
|
|
3687
3834
|
}
|
|
3688
3835
|
};
|
|
3689
|
-
|
|
3690
|
-
const
|
|
3836
|
+
$(Nl);
|
|
3837
|
+
const Lt = {
|
|
3691
3838
|
key: "settings",
|
|
3692
3839
|
name: "x-runtime-lib.settings",
|
|
3693
3840
|
children: [
|
|
@@ -3722,7 +3869,7 @@ const At = {
|
|
|
3722
3869
|
default: !1
|
|
3723
3870
|
}
|
|
3724
3871
|
]
|
|
3725
|
-
},
|
|
3872
|
+
}, Et = {
|
|
3726
3873
|
key: "slots",
|
|
3727
3874
|
name: "x-runtime-lib.slots",
|
|
3728
3875
|
children: [
|
|
@@ -3751,10 +3898,10 @@ const At = {
|
|
|
3751
3898
|
default: void 0
|
|
3752
3899
|
}
|
|
3753
3900
|
]
|
|
3754
|
-
},
|
|
3901
|
+
}, Al = {
|
|
3755
3902
|
key: Oe,
|
|
3756
3903
|
name: "x-runtime-lib.textField",
|
|
3757
|
-
comp:
|
|
3904
|
+
comp: tl,
|
|
3758
3905
|
slots: [
|
|
3759
3906
|
{
|
|
3760
3907
|
key: "append",
|
|
@@ -3776,15 +3923,15 @@ const At = {
|
|
|
3776
3923
|
events: [],
|
|
3777
3924
|
methods: [],
|
|
3778
3925
|
props: {
|
|
3779
|
-
pageCommon: [g,
|
|
3780
|
-
compCommon: [g,
|
|
3926
|
+
pageCommon: [g, Lt, Et],
|
|
3927
|
+
compCommon: [g, Lt, Et]
|
|
3781
3928
|
}
|
|
3782
3929
|
};
|
|
3783
|
-
|
|
3784
|
-
const
|
|
3930
|
+
$(Al);
|
|
3931
|
+
const Ll = {
|
|
3785
3932
|
key: je,
|
|
3786
3933
|
name: "x-runtime-lib.timeline",
|
|
3787
|
-
comp:
|
|
3934
|
+
comp: nl,
|
|
3788
3935
|
slots: [
|
|
3789
3936
|
{
|
|
3790
3937
|
key: "default",
|
|
@@ -3798,11 +3945,11 @@ const $l = {
|
|
|
3798
3945
|
compCommon: [g]
|
|
3799
3946
|
}
|
|
3800
3947
|
};
|
|
3801
|
-
|
|
3802
|
-
const
|
|
3803
|
-
key:
|
|
3948
|
+
$(Ll);
|
|
3949
|
+
const El = {
|
|
3950
|
+
key: gn,
|
|
3804
3951
|
name: "x-runtime-lib.timelineItem",
|
|
3805
|
-
comp:
|
|
3952
|
+
comp: ll,
|
|
3806
3953
|
slots: [
|
|
3807
3954
|
{
|
|
3808
3955
|
key: "default",
|
|
@@ -3816,46 +3963,46 @@ const Il = {
|
|
|
3816
3963
|
compCommon: [g]
|
|
3817
3964
|
}
|
|
3818
3965
|
};
|
|
3819
|
-
|
|
3820
|
-
const
|
|
3966
|
+
$(El);
|
|
3967
|
+
const Pl = [
|
|
3821
3968
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
3822
3969
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
3823
3970
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
3824
3971
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
3825
|
-
],
|
|
3972
|
+
], Wl = [
|
|
3826
3973
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3827
3974
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
3828
3975
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
3829
3976
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
3830
|
-
],
|
|
3977
|
+
], Bl = [
|
|
3831
3978
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
3832
3979
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
3833
3980
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
3834
3981
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
3835
3982
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
3836
3983
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
3837
|
-
],
|
|
3984
|
+
], Dl = [
|
|
3838
3985
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3839
3986
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
3840
3987
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
3841
|
-
],
|
|
3988
|
+
], zl = [
|
|
3842
3989
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
3843
3990
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
3844
3991
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
3845
|
-
],
|
|
3992
|
+
], Rl = [
|
|
3846
3993
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3847
3994
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
3848
3995
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
3849
3996
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
3850
3997
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
3851
3998
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
3852
|
-
],
|
|
3999
|
+
], Ml = [
|
|
3853
4000
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3854
4001
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
3855
4002
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
3856
4003
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
3857
4004
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
3858
|
-
],
|
|
4005
|
+
], Fl = [
|
|
3859
4006
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3860
4007
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
3861
4008
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -3863,12 +4010,12 @@ const Nl = [
|
|
|
3863
4010
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
3864
4011
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
3865
4012
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
3866
|
-
],
|
|
4013
|
+
], Hl = [
|
|
3867
4014
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3868
4015
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
3869
4016
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
3870
4017
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
3871
|
-
],
|
|
4018
|
+
], Ol = [
|
|
3872
4019
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3873
4020
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
3874
4021
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -3876,7 +4023,7 @@ const Nl = [
|
|
|
3876
4023
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
3877
4024
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
3878
4025
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
3879
|
-
],
|
|
4026
|
+
], jl = [
|
|
3880
4027
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3881
4028
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
3882
4029
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -3884,18 +4031,18 @@ const Nl = [
|
|
|
3884
4031
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
3885
4032
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
3886
4033
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
3887
|
-
],
|
|
4034
|
+
], Kl = [
|
|
3888
4035
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3889
4036
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
3890
4037
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
3891
4038
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
3892
4039
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
3893
|
-
],
|
|
4040
|
+
], Ul = [
|
|
3894
4041
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3895
4042
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
3896
4043
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
3897
4044
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
3898
|
-
],
|
|
4045
|
+
], Zl = [
|
|
3899
4046
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3900
4047
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
3901
4048
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -3910,7 +4057,7 @@ const Nl = [
|
|
|
3910
4057
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
3911
4058
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
3912
4059
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
3913
|
-
],
|
|
4060
|
+
], ql = [
|
|
3914
4061
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
3915
4062
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
3916
4063
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -3921,24 +4068,29 @@ const Nl = [
|
|
|
3921
4068
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
3922
4069
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
3923
4070
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
3924
|
-
],
|
|
4071
|
+
], Gl = [
|
|
4072
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
4073
|
+
{ title: "x-runtime-lib.show", value: "show" },
|
|
4074
|
+
{ title: "x-runtime-lib.always", value: "always" }
|
|
4075
|
+
], Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3925
4076
|
__proto__: null,
|
|
3926
|
-
axisTypeItemsV1:
|
|
3927
|
-
borderStyleItemsV1:
|
|
3928
|
-
btnVariantItemsV1:
|
|
3929
|
-
colorModeItemsV1:
|
|
3930
|
-
densityItemsV1:
|
|
3931
|
-
flexCrossAlignItemsV1:
|
|
3932
|
-
flexDirectionItemsV1:
|
|
3933
|
-
flexMainAlignItemsV1:
|
|
3934
|
-
flexWrapItemsV1:
|
|
3935
|
-
fontWeightItemsV1:
|
|
3936
|
-
textAlignItemsV1:
|
|
3937
|
-
textDecorationItemsV1:
|
|
3938
|
-
textEmphasisItemsV1:
|
|
3939
|
-
textStyleItemsV1:
|
|
3940
|
-
themeColorItemsV1:
|
|
3941
|
-
|
|
4077
|
+
axisTypeItemsV1: Pl,
|
|
4078
|
+
borderStyleItemsV1: Wl,
|
|
4079
|
+
btnVariantItemsV1: Bl,
|
|
4080
|
+
colorModeItemsV1: Dl,
|
|
4081
|
+
densityItemsV1: zl,
|
|
4082
|
+
flexCrossAlignItemsV1: Rl,
|
|
4083
|
+
flexDirectionItemsV1: Ml,
|
|
4084
|
+
flexMainAlignItemsV1: Fl,
|
|
4085
|
+
flexWrapItemsV1: Hl,
|
|
4086
|
+
fontWeightItemsV1: Ol,
|
|
4087
|
+
textAlignItemsV1: jl,
|
|
4088
|
+
textDecorationItemsV1: Kl,
|
|
4089
|
+
textEmphasisItemsV1: Ul,
|
|
4090
|
+
textStyleItemsV1: Zl,
|
|
4091
|
+
themeColorItemsV1: ql,
|
|
4092
|
+
thumbLabelItemsV1: Gl
|
|
4093
|
+
}, Symbol.toStringTag, { value: "Module" })), Yl = [
|
|
3942
4094
|
{
|
|
3943
4095
|
title: "x-runtime-lib.notSet",
|
|
3944
4096
|
value: "",
|
|
@@ -3971,14 +4123,14 @@ const Nl = [
|
|
|
3971
4123
|
title: "x-runtime-lib.pixel",
|
|
3972
4124
|
value: "pixel",
|
|
3973
4125
|
ui: "pixelInput",
|
|
3974
|
-
validator:
|
|
4126
|
+
validator: ye,
|
|
3975
4127
|
default: "0px",
|
|
3976
4128
|
precision: 0,
|
|
3977
4129
|
min: 0,
|
|
3978
4130
|
max: 1 / 0,
|
|
3979
4131
|
step: 1
|
|
3980
4132
|
}
|
|
3981
|
-
],
|
|
4133
|
+
], Jl = [
|
|
3982
4134
|
{
|
|
3983
4135
|
title: "x-runtime-lib.notSet",
|
|
3984
4136
|
value: "",
|
|
@@ -4000,7 +4152,7 @@ const Nl = [
|
|
|
4000
4152
|
validator: (t) => t === "right",
|
|
4001
4153
|
default: "right"
|
|
4002
4154
|
}
|
|
4003
|
-
],
|
|
4155
|
+
], Ql = [
|
|
4004
4156
|
{
|
|
4005
4157
|
title: "x-runtime-lib.notSet",
|
|
4006
4158
|
value: "",
|
|
@@ -4019,7 +4171,7 @@ const Nl = [
|
|
|
4019
4171
|
title: "x-runtime-lib.pixel",
|
|
4020
4172
|
value: "pixel",
|
|
4021
4173
|
ui: "pixelInput",
|
|
4022
|
-
validator:
|
|
4174
|
+
validator: ye,
|
|
4023
4175
|
default: "0px"
|
|
4024
4176
|
},
|
|
4025
4177
|
{
|
|
@@ -4030,7 +4182,7 @@ const Nl = [
|
|
|
4030
4182
|
precision: 6,
|
|
4031
4183
|
default: "0%"
|
|
4032
4184
|
}
|
|
4033
|
-
],
|
|
4185
|
+
], er = [
|
|
4034
4186
|
{
|
|
4035
4187
|
title: "x-runtime-lib.notSet",
|
|
4036
4188
|
value: "",
|
|
@@ -4042,7 +4194,7 @@ const Nl = [
|
|
|
4042
4194
|
title: "x-runtime-lib.pixel",
|
|
4043
4195
|
value: "pixel",
|
|
4044
4196
|
ui: "pixelInput",
|
|
4045
|
-
validator:
|
|
4197
|
+
validator: ye,
|
|
4046
4198
|
min: 0,
|
|
4047
4199
|
default: "0px"
|
|
4048
4200
|
},
|
|
@@ -4055,7 +4207,7 @@ const Nl = [
|
|
|
4055
4207
|
min: 0,
|
|
4056
4208
|
default: "0%"
|
|
4057
4209
|
}
|
|
4058
|
-
],
|
|
4210
|
+
], tr = [
|
|
4059
4211
|
{
|
|
4060
4212
|
title: "x-runtime-lib.notSet",
|
|
4061
4213
|
value: "",
|
|
@@ -4067,7 +4219,7 @@ const Nl = [
|
|
|
4067
4219
|
title: "x-runtime-lib.pixel",
|
|
4068
4220
|
value: "pixel",
|
|
4069
4221
|
ui: "pixelInput",
|
|
4070
|
-
validator:
|
|
4222
|
+
validator: ye,
|
|
4071
4223
|
min: 0,
|
|
4072
4224
|
default: "0px"
|
|
4073
4225
|
},
|
|
@@ -4080,7 +4232,7 @@ const Nl = [
|
|
|
4080
4232
|
min: 0,
|
|
4081
4233
|
default: "0%"
|
|
4082
4234
|
}
|
|
4083
|
-
],
|
|
4235
|
+
], nr = [
|
|
4084
4236
|
{
|
|
4085
4237
|
title: "x-runtime-lib.notSet",
|
|
4086
4238
|
value: "",
|
|
@@ -4109,7 +4261,7 @@ const Nl = [
|
|
|
4109
4261
|
validator: (t) => t === "end",
|
|
4110
4262
|
default: "end"
|
|
4111
4263
|
}
|
|
4112
|
-
],
|
|
4264
|
+
], ir = [
|
|
4113
4265
|
{
|
|
4114
4266
|
title: "x-runtime-lib.notSet",
|
|
4115
4267
|
value: "",
|
|
@@ -4131,42 +4283,42 @@ const Nl = [
|
|
|
4131
4283
|
validator: (t) => t === "bottom",
|
|
4132
4284
|
default: "bottom"
|
|
4133
4285
|
}
|
|
4134
|
-
],
|
|
4286
|
+
], or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4135
4287
|
__proto__: null,
|
|
4136
|
-
borderWidthTypesV1:
|
|
4137
|
-
leftRightTypesV1:
|
|
4138
|
-
marginTypesV1:
|
|
4139
|
-
paddingTypesV1:
|
|
4140
|
-
sizeTypesV1:
|
|
4141
|
-
tableColumnAlignTypesV1:
|
|
4142
|
-
topBottomTypesV1:
|
|
4143
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4288
|
+
borderWidthTypesV1: Yl,
|
|
4289
|
+
leftRightTypesV1: Jl,
|
|
4290
|
+
marginTypesV1: Ql,
|
|
4291
|
+
paddingTypesV1: er,
|
|
4292
|
+
sizeTypesV1: tr,
|
|
4293
|
+
tableColumnAlignTypesV1: nr,
|
|
4294
|
+
topBottomTypesV1: ir
|
|
4295
|
+
}, Symbol.toStringTag, { value: "Module" })), lr = {
|
|
4144
4296
|
version: "v1",
|
|
4145
4297
|
globalityKey: Le,
|
|
4146
4298
|
refKey: de,
|
|
4147
|
-
items: { ...
|
|
4148
|
-
types: { ...
|
|
4299
|
+
items: { ...Xl },
|
|
4300
|
+
types: { ...or },
|
|
4149
4301
|
elements: /* @__PURE__ */ new Set([
|
|
4150
4302
|
ke,
|
|
4151
4303
|
Ce,
|
|
4152
|
-
Ve,
|
|
4153
|
-
ut,
|
|
4154
4304
|
we,
|
|
4305
|
+
ut,
|
|
4306
|
+
Ve,
|
|
4155
4307
|
Se,
|
|
4156
|
-
Te,
|
|
4157
4308
|
$e,
|
|
4309
|
+
Te,
|
|
4158
4310
|
Ie,
|
|
4159
4311
|
Ne,
|
|
4160
|
-
|
|
4312
|
+
xn,
|
|
4161
4313
|
Ae,
|
|
4162
4314
|
Le,
|
|
4163
4315
|
Ee,
|
|
4164
4316
|
Pe,
|
|
4165
4317
|
We,
|
|
4166
|
-
|
|
4318
|
+
hn,
|
|
4319
|
+
Be,
|
|
4167
4320
|
De,
|
|
4168
4321
|
ze,
|
|
4169
|
-
Be,
|
|
4170
4322
|
de,
|
|
4171
4323
|
Re,
|
|
4172
4324
|
Me,
|
|
@@ -4174,7 +4326,7 @@ const Nl = [
|
|
|
4174
4326
|
He,
|
|
4175
4327
|
Oe,
|
|
4176
4328
|
je,
|
|
4177
|
-
|
|
4329
|
+
gn
|
|
4178
4330
|
]),
|
|
4179
4331
|
groups: [
|
|
4180
4332
|
{
|
|
@@ -4182,11 +4334,11 @@ const Nl = [
|
|
|
4182
4334
|
name: "x-runtime-lib.containment",
|
|
4183
4335
|
items: [
|
|
4184
4336
|
Ce,
|
|
4185
|
-
|
|
4337
|
+
we,
|
|
4186
4338
|
ut,
|
|
4187
4339
|
Se,
|
|
4188
4340
|
Ne,
|
|
4189
|
-
|
|
4341
|
+
Te,
|
|
4190
4342
|
Pe,
|
|
4191
4343
|
de
|
|
4192
4344
|
]
|
|
@@ -4201,31 +4353,31 @@ const Nl = [
|
|
|
4201
4353
|
He,
|
|
4202
4354
|
We,
|
|
4203
4355
|
Re,
|
|
4204
|
-
|
|
4205
|
-
|
|
4356
|
+
Ve,
|
|
4357
|
+
Be,
|
|
4206
4358
|
Me,
|
|
4207
|
-
|
|
4359
|
+
De,
|
|
4208
4360
|
Ie
|
|
4209
4361
|
]
|
|
4210
4362
|
},
|
|
4211
4363
|
{
|
|
4212
4364
|
key: "dataDisplay",
|
|
4213
4365
|
name: "x-runtime-lib.dataDisplay",
|
|
4214
|
-
items: [
|
|
4366
|
+
items: [$e, ke, Ee]
|
|
4215
4367
|
},
|
|
4216
4368
|
{
|
|
4217
4369
|
key: "feedback",
|
|
4218
4370
|
name: "x-runtime-lib.feedback",
|
|
4219
|
-
items: [
|
|
4371
|
+
items: [ze, vn, je]
|
|
4220
4372
|
}
|
|
4221
4373
|
]
|
|
4222
4374
|
}, lt = {
|
|
4223
|
-
v1:
|
|
4224
|
-
},
|
|
4225
|
-
const
|
|
4226
|
-
return
|
|
4375
|
+
v1: lr
|
|
4376
|
+
}, rr = (t, e, n) => {
|
|
4377
|
+
const o = t[e];
|
|
4378
|
+
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((l, s) => {
|
|
4227
4379
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
4228
|
-
|
|
4380
|
+
s.bind(
|
|
4229
4381
|
null,
|
|
4230
4382
|
new Error(
|
|
4231
4383
|
"Unknown variable dynamic import: " + e + (e.split("/").length !== n ? ". Note that variables only represent file names one level deep." : "")
|
|
@@ -4234,76 +4386,77 @@ const Nl = [
|
|
|
4234
4386
|
);
|
|
4235
4387
|
});
|
|
4236
4388
|
};
|
|
4237
|
-
async function
|
|
4238
|
-
return (await
|
|
4389
|
+
async function Tr(t) {
|
|
4390
|
+
return (await rr(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.a2x9tv02.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.da0zepid.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
4239
4391
|
}
|
|
4240
4392
|
export {
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4393
|
+
Sr as badgeV1,
|
|
4394
|
+
sl as barChartV1,
|
|
4395
|
+
Jt as breakpoints,
|
|
4396
|
+
pl as btnV1,
|
|
4397
|
+
Qt as calcBreakpoint,
|
|
4398
|
+
fl as cardV1,
|
|
4399
|
+
bl as comboboxV1,
|
|
4247
4400
|
Ue as containerV1,
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4401
|
+
yl as dataTableV1,
|
|
4402
|
+
vl as dialogV1,
|
|
4403
|
+
Yn as duplicateNode,
|
|
4404
|
+
yr as duplicateNodes,
|
|
4252
4405
|
Y as elements,
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4406
|
+
wr as ensureContext,
|
|
4407
|
+
Vr as fieldTypes,
|
|
4408
|
+
$r as fileInputV1,
|
|
4256
4409
|
Ze as flexLayoutEntryV1,
|
|
4257
4410
|
Ge as flexLayoutV1,
|
|
4258
|
-
|
|
4411
|
+
gl as formV1,
|
|
4259
4412
|
ee as genId,
|
|
4260
4413
|
le as getBreakpointProp,
|
|
4261
4414
|
st as getIndexOfBreakpoint,
|
|
4262
|
-
|
|
4415
|
+
br as getNode,
|
|
4263
4416
|
at as getPropDefault,
|
|
4264
4417
|
ve as getPropTag,
|
|
4265
|
-
|
|
4418
|
+
cl as globalityV1,
|
|
4266
4419
|
re as initProps,
|
|
4267
|
-
|
|
4420
|
+
F as injectDark,
|
|
4268
4421
|
q as injectData,
|
|
4269
|
-
|
|
4422
|
+
cn as injectDepends,
|
|
4270
4423
|
U as injectDevice,
|
|
4271
|
-
|
|
4272
|
-
|
|
4424
|
+
un as injectEnv,
|
|
4425
|
+
L as injectMode,
|
|
4273
4426
|
xe as injectSandbox,
|
|
4274
4427
|
Z as injectType,
|
|
4275
4428
|
tt as isPercentStr,
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4429
|
+
ye as isPixelStr,
|
|
4430
|
+
ul as lineChartV1,
|
|
4431
|
+
Tr as loadLocaleMessageRuntime,
|
|
4432
|
+
_l as menuV1,
|
|
4280
4433
|
yn as newEventBus,
|
|
4281
|
-
|
|
4434
|
+
kl as numberInputV1,
|
|
4282
4435
|
ge as parsePercentStr,
|
|
4283
|
-
|
|
4436
|
+
fr as parsePixelStr,
|
|
4284
4437
|
lt as pkgs,
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4438
|
+
gr as provideDark,
|
|
4439
|
+
kr as provideData,
|
|
4440
|
+
Cr as provideDepends,
|
|
4441
|
+
hr as provideDevice,
|
|
4442
|
+
vr as provideEnv,
|
|
4443
|
+
xr as provideMode,
|
|
4444
|
+
dn as provideSandbox,
|
|
4445
|
+
_r as provideType,
|
|
4446
|
+
wl as radioGroupV1,
|
|
4447
|
+
Cl as radioV1,
|
|
4448
|
+
Vl as rangeSliderV1,
|
|
4449
|
+
Sl as ratingV1,
|
|
4450
|
+
dl as refV1,
|
|
4451
|
+
Gn as reverseBreakpoints,
|
|
4452
|
+
$l as selectV1,
|
|
4453
|
+
Tl as sliderV1,
|
|
4454
|
+
Xn as spawnNode,
|
|
4455
|
+
fn as startInterpreter,
|
|
4456
|
+
bn as stopInterpreter,
|
|
4457
|
+
Al as textFieldV1,
|
|
4458
|
+
Il as textV1,
|
|
4459
|
+
Nl as textareaV1,
|
|
4460
|
+
El as timelineEntryV1,
|
|
4461
|
+
Ll as timelineV1
|
|
4309
4462
|
};
|