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