x-runtime-lib 0.8.168 → 0.8.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +260 -241
- package/dist/sandbox/sandbox/hooks.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,10 +29,10 @@ var Ge = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as I, createElementBlock as ee, createCommentVNode as ae, unref as s, openBlock as x, createElementVNode as Ke, computed as k, renderSlot as
|
|
32
|
+
import { defineComponent as I, createElementBlock as ee, createCommentVNode as ae, unref as s, openBlock as x, createElementVNode as Ke, computed as k, renderSlot as j, normalizeStyle as ge, ref as ne, watch as ce, onUnmounted as we, onBeforeMount as mn, watchEffect as Ve, h as W, createVNode as F, createBlock as S, useTemplateRef as Ti, onMounted as Ui, nextTick as Be, withCtx as P, toDisplayString as Mi, useAttrs as wt, resolveComponent as B, isRef as ie, createSlots as fn, renderList as ho, useId as Bi, withModifiers as go, normalizeClass as vo, mergeModels as Ri, useModel as yt, inject as pe, provide as me, readonly as yn } from "vue";
|
|
33
33
|
import { globalObjects as ke, waitUtil as Wi, useViewStack as Fi, eventBus as Ki, messageInfo as _o, messageSuccess as xo, messageWarning as Di, messageError as Oi, createAxios as ko, openConfirmDlg as wo, openPromptDlg as Io } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as ji, DirectionalLightHelper as So, PointLightHelper as Co, SpotLightHelper as $o } from "three";
|
|
35
|
-
import { c as Vo, i as be, a as tt, K as Po, M as Eo, O as zo, u as Lo, r as Ni, e as Hi, b as Ao, d as To, f as Uo, g as Mo, h as Bo, j as Ro, k as Wo, l as Fo, m as
|
|
35
|
+
import { c as Vo, i as be, a as tt, K as Po, M as Eo, O as zo, u as Lo, r as Ni, e as Hi, b as Ao, d as To, f as Uo, g as Mo, h as Bo, j as Ro, k as Wo, l as Fo, m as O, H as Ko, n as Gi, o as Do, p as Oo, q as jo } from "./vendor.ei4hhazo.js";
|
|
36
36
|
import { useTheme as No } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Ho } from "x-error-lib";
|
|
38
38
|
const An = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
@@ -56,7 +56,7 @@ function bn(t) {
|
|
|
56
56
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
57
57
|
return !isNaN(e);
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function Ac(t) {
|
|
60
60
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
61
61
|
return;
|
|
62
62
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
@@ -114,13 +114,13 @@ function hn(t, n, e) {
|
|
|
114
114
|
const r = i[i.length - 1];
|
|
115
115
|
o[r] = e;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Tc(t, n = 2) {
|
|
118
118
|
const e = " ".repeat(n);
|
|
119
119
|
return t.split(`
|
|
120
120
|
`).map((r) => r.trim() === "" ? r : e + r).join(`
|
|
121
121
|
`);
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function Uc(t) {
|
|
124
124
|
return t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
|
|
125
125
|
}
|
|
126
126
|
function nt(t) {
|
|
@@ -157,7 +157,7 @@ function U(t, n) {
|
|
|
157
157
|
children: n
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function Mc({ type: t, version: n, view: e, code: o }) {
|
|
161
161
|
const i = (u, p) => {
|
|
162
162
|
const d = { id: p.id };
|
|
163
163
|
p.children && (d.children = [], p.children.forEach((f) => {
|
|
@@ -178,7 +178,7 @@ function Uc({ type: t, version: n, view: e, code: o }) {
|
|
|
178
178
|
};
|
|
179
179
|
return JSON.stringify(l);
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Bc(t) {
|
|
182
182
|
const n = JSON.parse(t), e = (o, i) => {
|
|
183
183
|
o.key = i.basic.key, o.alias = i.basic.alias, o.slotId = i.settings?.slot, o.compId = i.settings?.comp, o.children?.forEach((r) => {
|
|
184
184
|
e(r, n.view.nodes[r.id]);
|
|
@@ -225,19 +225,19 @@ function Yo(t) {
|
|
|
225
225
|
}
|
|
226
226
|
return !0;
|
|
227
227
|
}
|
|
228
|
-
function
|
|
228
|
+
function Rc(t) {
|
|
229
229
|
return t !== "customSlot";
|
|
230
230
|
}
|
|
231
|
-
function
|
|
231
|
+
function Wc(t) {
|
|
232
232
|
return JSON.stringify(t);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function Fc(t) {
|
|
235
235
|
return JSON.parse(t);
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function Kc(t) {
|
|
238
238
|
return JSON.stringify(t);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function Dc(t) {
|
|
241
241
|
return JSON.parse(t);
|
|
242
242
|
}
|
|
243
243
|
const Zo = ["ui", "2d", "3d"], Qo = ["ui", "2d", "3d"];
|
|
@@ -252,7 +252,7 @@ function R(t, n) {
|
|
|
252
252
|
throw new Error("");
|
|
253
253
|
return `${t}${Vo(n)}`;
|
|
254
254
|
}
|
|
255
|
-
const
|
|
255
|
+
const Oc = [
|
|
256
256
|
"globality_v1",
|
|
257
257
|
"multiple_ref_v1",
|
|
258
258
|
"multiple_slot_v1",
|
|
@@ -333,15 +333,15 @@ function gn(t, n, e) {
|
|
|
333
333
|
l > 0 && (i += " - "), e ? i += o.global.t(r) : i += r;
|
|
334
334
|
}), i;
|
|
335
335
|
}
|
|
336
|
-
function
|
|
336
|
+
function jc(t, n) {
|
|
337
337
|
let e = "";
|
|
338
338
|
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "customSlotProperty" || t === "multipleCustomSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), gn(e, n, qo(t));
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function Nc(t, n) {
|
|
341
341
|
let e = "";
|
|
342
342
|
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "customSlotMethod" || t === "multipleCustomSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), gn(e, n, Xo(t));
|
|
343
343
|
}
|
|
344
|
-
function
|
|
344
|
+
function Hc(t, n) {
|
|
345
345
|
let e = "";
|
|
346
346
|
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "customSlotEvent" ? e = N("slot") : t === "customSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleCustomSlotEvent" ? e = N("slot") : t === "multipleCustomSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), gn(e, n, Yo(t));
|
|
347
347
|
}
|
|
@@ -392,12 +392,12 @@ const es = ["position", "ratation", "scale"], De = /* @__PURE__ */ I({
|
|
|
392
392
|
key: 0,
|
|
393
393
|
style: ge(e.value)
|
|
394
394
|
}, [
|
|
395
|
-
|
|
395
|
+
j(i.$slots, "default"),
|
|
396
396
|
t.mask ? (x(), ee("div", {
|
|
397
397
|
key: 0,
|
|
398
398
|
style: ge(o.value)
|
|
399
399
|
}, null, 4)) : ae("", !0)
|
|
400
|
-
], 4)) :
|
|
400
|
+
], 4)) : j(i.$slots, "default", { key: 1 });
|
|
401
401
|
}
|
|
402
402
|
});
|
|
403
403
|
function ts(t) {
|
|
@@ -498,6 +498,7 @@ function gt(t, n, e, o) {
|
|
|
498
498
|
}), ce(o, (p, d) => {
|
|
499
499
|
i.hooks.onElementSlotPropertyChange(
|
|
500
500
|
t.value.basic.id,
|
|
501
|
+
t.value.basic.key,
|
|
501
502
|
n,
|
|
502
503
|
e,
|
|
503
504
|
p,
|
|
@@ -725,7 +726,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
725
726
|
key: 0,
|
|
726
727
|
type: s(ji)
|
|
727
728
|
}, null, 8, ["type"])) : ae("", !0),
|
|
728
|
-
|
|
729
|
+
j(h.$slots, "default")
|
|
729
730
|
], 8, os));
|
|
730
731
|
}
|
|
731
732
|
}), rs = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], ls = /* @__PURE__ */ I({
|
|
@@ -751,7 +752,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
751
752
|
key: 0,
|
|
752
753
|
type: s(ji)
|
|
753
754
|
}, null, 8, ["type"])) : ae("", !0),
|
|
754
|
-
|
|
755
|
+
j(c.$slots, "default")
|
|
755
756
|
], 8, rs));
|
|
756
757
|
}
|
|
757
758
|
}), as = /* @__PURE__ */ I({
|
|
@@ -865,7 +866,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
865
866
|
scale: s(r)
|
|
866
867
|
}, [
|
|
867
868
|
F(s(De)),
|
|
868
|
-
|
|
869
|
+
j(d.$slots, "default")
|
|
869
870
|
], 8, ys));
|
|
870
871
|
}
|
|
871
872
|
}), hs = ["color", "intensity", "position", "rotation", "scale"], gs = /* @__PURE__ */ I({
|
|
@@ -892,7 +893,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
892
893
|
key: 0,
|
|
893
894
|
type: s(So)
|
|
894
895
|
}, null, 8, ["type"])) : ae("", !0),
|
|
895
|
-
|
|
896
|
+
j(f.$slots, "default")
|
|
896
897
|
], 8, hs));
|
|
897
898
|
}
|
|
898
899
|
}), vs = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], _s = /* @__PURE__ */ I({
|
|
@@ -924,7 +925,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
924
925
|
key: 0,
|
|
925
926
|
type: s(Co)
|
|
926
927
|
}, null, 8, ["type"])) : ae("", !0),
|
|
927
|
-
|
|
928
|
+
j(m.$slots, "default")
|
|
928
929
|
], 8, vs));
|
|
929
930
|
}
|
|
930
931
|
}), xs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], ks = /* @__PURE__ */ I({
|
|
@@ -961,7 +962,7 @@ const os = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
961
962
|
key: 0,
|
|
962
963
|
type: s($o)
|
|
963
964
|
}, null, 8, ["type"])) : ae("", !0),
|
|
964
|
-
|
|
965
|
+
j(y.$slots, "default")
|
|
965
966
|
], 8, xs));
|
|
966
967
|
}
|
|
967
968
|
}), ws = {};
|
|
@@ -982,7 +983,7 @@ const Ss = /* @__PURE__ */ Oe(ws, [["render", Is]]), Cs = ["position", "rotation
|
|
|
982
983
|
rotation: s(i),
|
|
983
984
|
scale: s(r)
|
|
984
985
|
}, [
|
|
985
|
-
|
|
986
|
+
j(l.$slots, "default")
|
|
986
987
|
], 8, Cs));
|
|
987
988
|
}
|
|
988
989
|
}), Vs = ["position", "rotation", "scale"], Ps = /* @__PURE__ */ I({
|
|
@@ -999,7 +1000,7 @@ const Ss = /* @__PURE__ */ Oe(ws, [["render", Is]]), Cs = ["position", "rotation
|
|
|
999
1000
|
rotation: s(i),
|
|
1000
1001
|
scale: s(r)
|
|
1001
1002
|
}, [
|
|
1002
|
-
|
|
1003
|
+
j(l.$slots, "default")
|
|
1003
1004
|
], 8, Vs));
|
|
1004
1005
|
}
|
|
1005
1006
|
}), Es = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], zs = "#242424", Ls = {}, As = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ts = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Us = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Rs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Ns = { 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" } }, Hs = { 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)" } } }, Gs = { 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)" } } }, Js = { 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"] } } }, qs = { 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"] } } }, Xs = { 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"] } } }, Ys = { 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"] } } }, Zs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Qs = { textStyle: { color: "#eeeeee" } }, er = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, tr = { 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" } } }, nr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ir = { 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" } }, or = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, sr = {
|
|
@@ -1092,16 +1093,16 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1092
1093
|
z?.dispose(), z = Hi.init(V.value, i.value ? "dark" : "light");
|
|
1093
1094
|
const L = {};
|
|
1094
1095
|
z.setOption(L);
|
|
1095
|
-
},
|
|
1096
|
+
}, K = () => {
|
|
1096
1097
|
z?.resize();
|
|
1097
|
-
},
|
|
1098
|
+
}, D = () => {
|
|
1098
1099
|
const L = {};
|
|
1099
1100
|
y(L), g(L), _(L), $(L), w(L), z?.setOption(L, !0);
|
|
1100
1101
|
};
|
|
1101
1102
|
return Ui(async () => {
|
|
1102
|
-
window.addEventListener("resize",
|
|
1103
|
+
window.addEventListener("resize", K, !1), await Wi(() => !!V.value), H(), D();
|
|
1103
1104
|
}), we(() => {
|
|
1104
|
-
window.removeEventListener("resize",
|
|
1105
|
+
window.removeEventListener("resize", K, !1), z?.dispose();
|
|
1105
1106
|
}), ce(
|
|
1106
1107
|
[
|
|
1107
1108
|
() => o.value.width,
|
|
@@ -1114,14 +1115,14 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1114
1115
|
m
|
|
1115
1116
|
],
|
|
1116
1117
|
async () => {
|
|
1117
|
-
await Be(),
|
|
1118
|
+
await Be(), K();
|
|
1118
1119
|
}
|
|
1119
1120
|
), ce([i], () => {
|
|
1120
|
-
H(),
|
|
1121
|
+
H(), D();
|
|
1121
1122
|
}), ce(
|
|
1122
1123
|
[n],
|
|
1123
1124
|
() => {
|
|
1124
|
-
|
|
1125
|
+
D();
|
|
1125
1126
|
},
|
|
1126
1127
|
{ deep: !0 }
|
|
1127
1128
|
), (L, q) => (x(), S(s(G), {
|
|
@@ -1154,16 +1155,16 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1154
1155
|
z?.dispose(), z = Hi.init(V.value, i.value ? "dark" : "light");
|
|
1155
1156
|
const L = {};
|
|
1156
1157
|
z.setOption(L);
|
|
1157
|
-
},
|
|
1158
|
+
}, K = () => {
|
|
1158
1159
|
z?.resize();
|
|
1159
|
-
},
|
|
1160
|
+
}, D = () => {
|
|
1160
1161
|
const L = {};
|
|
1161
1162
|
y(L), g(L), _(L), $(L), w(L), z?.setOption(L, !0);
|
|
1162
1163
|
};
|
|
1163
1164
|
return Ui(async () => {
|
|
1164
|
-
window.addEventListener("resize",
|
|
1165
|
+
window.addEventListener("resize", K, !1), await Wi(() => !!V.value), H(), D();
|
|
1165
1166
|
}), we(() => {
|
|
1166
|
-
window.removeEventListener("resize",
|
|
1167
|
+
window.removeEventListener("resize", K, !1), z?.dispose();
|
|
1167
1168
|
}), ce(
|
|
1168
1169
|
[
|
|
1169
1170
|
() => o.value.width,
|
|
@@ -1176,14 +1177,14 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1176
1177
|
m
|
|
1177
1178
|
],
|
|
1178
1179
|
async () => {
|
|
1179
|
-
await Be(),
|
|
1180
|
+
await Be(), K();
|
|
1180
1181
|
}
|
|
1181
1182
|
), ce([i], () => {
|
|
1182
|
-
H(),
|
|
1183
|
+
H(), D();
|
|
1183
1184
|
}), ce(
|
|
1184
1185
|
[n],
|
|
1185
1186
|
() => {
|
|
1186
|
-
|
|
1187
|
+
D();
|
|
1187
1188
|
},
|
|
1188
1189
|
{ deep: !0 }
|
|
1189
1190
|
), (L, q) => (x(), S(s(G), {
|
|
@@ -1211,7 +1212,7 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1211
1212
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), we(() => {
|
|
1212
1213
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
1213
1214
|
});
|
|
1214
|
-
const n = ue(), e = k(() =>
|
|
1215
|
+
const n = ue(), e = k(() => O(n.value));
|
|
1215
1216
|
_e(e), Ce(e, "multipleRef", t.nodeId, t.instance, se());
|
|
1216
1217
|
const o = (r) => {
|
|
1217
1218
|
const l = Pe[r.key];
|
|
@@ -1275,7 +1276,7 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1275
1276
|
]),
|
|
1276
1277
|
_: 1
|
|
1277
1278
|
})) : ae("", !0),
|
|
1278
|
-
|
|
1279
|
+
j(n.$slots, "default")
|
|
1279
1280
|
], 8, Wr));
|
|
1280
1281
|
}
|
|
1281
1282
|
}), Kr = /* @__PURE__ */ I({
|
|
@@ -1381,7 +1382,7 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1381
1382
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), we(() => {
|
|
1382
1383
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
1383
1384
|
});
|
|
1384
|
-
const n = ue(), e = k(() =>
|
|
1385
|
+
const n = ue(), e = k(() => O(n.value));
|
|
1385
1386
|
_e(e), Ce(e, "multipleCustomSlot", t.nodeId, t.instance, se());
|
|
1386
1387
|
const o = (r) => {
|
|
1387
1388
|
const l = Pe[r.key];
|
|
@@ -1623,7 +1624,7 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1623
1624
|
const n = t, { node: e } = E(n), { property: o } = a(e, ["settings", "open"]);
|
|
1624
1625
|
return (i, r) => (x(), S(s(G), null, {
|
|
1625
1626
|
default: P(() => [
|
|
1626
|
-
s(o) ?
|
|
1627
|
+
s(o) ? j(i.$slots, "default", { key: 0 }) : ae("", !0)
|
|
1627
1628
|
]),
|
|
1628
1629
|
_: 3
|
|
1629
1630
|
}));
|
|
@@ -1760,7 +1761,7 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1760
1761
|
theme: s(r)
|
|
1761
1762
|
}, {
|
|
1762
1763
|
default: P(() => [
|
|
1763
|
-
|
|
1764
|
+
j(p.$slots, "default")
|
|
1764
1765
|
]),
|
|
1765
1766
|
_: 3
|
|
1766
1767
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
|
|
@@ -1791,10 +1792,10 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1791
1792
|
]), { property: $ } = a(e, [
|
|
1792
1793
|
"settings",
|
|
1793
1794
|
"readonly"
|
|
1794
|
-
]), { property: w } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property: V } = a(e, ["settings", "stacked"]), { property: z } = a(e, ["settings", "text"]), { theme: H } = J(), { property:
|
|
1795
|
+
]), { property: w } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property: V } = a(e, ["settings", "stacked"]), { property: z } = a(e, ["settings", "text"]), { theme: H } = J(), { property: K } = a(e, ["settings", "variant"]), { property: D } = a(e, ["size", "width"]), L = async (q) => {
|
|
1795
1796
|
!o || !o.vm || (o.setGlobalVariable("__pointerPosX__", q.clientX), o.setGlobalVariable("__pointerPosY__", q.clientY), await o.callFunctionAsync(
|
|
1796
1797
|
"__triggerEventV1__",
|
|
1797
|
-
|
|
1798
|
+
re("elementEvent", n.nodeId, "click"),
|
|
1798
1799
|
""
|
|
1799
1800
|
));
|
|
1800
1801
|
};
|
|
@@ -1824,8 +1825,8 @@ const Mr = /* @__PURE__ */ I({
|
|
|
1824
1825
|
stacked: s(V),
|
|
1825
1826
|
text: s(z),
|
|
1826
1827
|
theme: s(H),
|
|
1827
|
-
variant: s(
|
|
1828
|
-
width: s(
|
|
1828
|
+
variant: s(K),
|
|
1829
|
+
width: s(D),
|
|
1829
1830
|
onClick: L
|
|
1830
1831
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1831
1832
|
]),
|
|
@@ -1838,7 +1839,7 @@ function qr(t, n) {
|
|
|
1838
1839
|
const e = B("v-btn-group");
|
|
1839
1840
|
return x(), S(e, null, {
|
|
1840
1841
|
default: P(() => [
|
|
1841
|
-
|
|
1842
|
+
j(t.$slots, "default")
|
|
1842
1843
|
]),
|
|
1843
1844
|
_: 3
|
|
1844
1845
|
});
|
|
@@ -1880,7 +1881,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
1880
1881
|
variant: s(h)
|
|
1881
1882
|
}, {
|
|
1882
1883
|
default: P(() => [
|
|
1883
|
-
|
|
1884
|
+
j(y.$slots, "default")
|
|
1884
1885
|
]),
|
|
1885
1886
|
_: 3
|
|
1886
1887
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1923,7 +1924,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
1923
1924
|
width: s($)
|
|
1924
1925
|
}, {
|
|
1925
1926
|
default: P(() => [
|
|
1926
|
-
|
|
1927
|
+
j(w.$slots, "default")
|
|
1927
1928
|
]),
|
|
1928
1929
|
_: 3
|
|
1929
1930
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -2041,7 +2042,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2041
2042
|
theme: s(f)
|
|
2042
2043
|
}, {
|
|
2043
2044
|
default: P(() => [
|
|
2044
|
-
|
|
2045
|
+
j(m.$slots, "default")
|
|
2045
2046
|
]),
|
|
2046
2047
|
_: 3
|
|
2047
2048
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
@@ -2160,7 +2161,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2160
2161
|
Ke("div", {
|
|
2161
2162
|
style: ge(c.value)
|
|
2162
2163
|
}, [
|
|
2163
|
-
|
|
2164
|
+
j(m.$slots, "default")
|
|
2164
2165
|
], 4)
|
|
2165
2166
|
]),
|
|
2166
2167
|
_: 3
|
|
@@ -2279,7 +2280,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2279
2280
|
}, null, 8, al)) : ae("", !0)
|
|
2280
2281
|
]),
|
|
2281
2282
|
default: P(() => [
|
|
2282
|
-
|
|
2283
|
+
j(i.$slots, "default")
|
|
2283
2284
|
]),
|
|
2284
2285
|
_: 3
|
|
2285
2286
|
}, 8, ["modelValue"]);
|
|
@@ -2361,7 +2362,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2361
2362
|
return (y, g) => (x(), ee("div", {
|
|
2362
2363
|
style: ge(h.value)
|
|
2363
2364
|
}, [
|
|
2364
|
-
|
|
2365
|
+
j(y.$slots, "default")
|
|
2365
2366
|
], 4));
|
|
2366
2367
|
}
|
|
2367
2368
|
}), pl = /* @__PURE__ */ I({
|
|
@@ -2379,7 +2380,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2379
2380
|
return (d, f) => (x(), ee("div", {
|
|
2380
2381
|
style: ge(p.value)
|
|
2381
2382
|
}, [
|
|
2382
|
-
|
|
2383
|
+
j(d.$slots, "default")
|
|
2383
2384
|
], 4));
|
|
2384
2385
|
}
|
|
2385
2386
|
}), ml = /* @__PURE__ */ I({
|
|
@@ -2402,7 +2403,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2402
2403
|
}), g = async () => {
|
|
2403
2404
|
await r?.callFunctionAsync(
|
|
2404
2405
|
"__triggerEventV1__",
|
|
2405
|
-
|
|
2406
|
+
re("elementEvent", n.nodeId, "submit"),
|
|
2406
2407
|
""
|
|
2407
2408
|
);
|
|
2408
2409
|
};
|
|
@@ -2416,7 +2417,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2416
2417
|
onSubmit: go(g, ["prevent"])
|
|
2417
2418
|
}, {
|
|
2418
2419
|
default: P(() => [
|
|
2419
|
-
|
|
2420
|
+
j(_.$slots, "default")
|
|
2420
2421
|
]),
|
|
2421
2422
|
_: 3
|
|
2422
2423
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -2478,7 +2479,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2478
2479
|
}, null, 8, yl)) : ae("", !0)
|
|
2479
2480
|
]),
|
|
2480
2481
|
default: P(() => [
|
|
2481
|
-
|
|
2482
|
+
j(p.$slots, "default")
|
|
2482
2483
|
]),
|
|
2483
2484
|
_: 3
|
|
2484
2485
|
}, 8, ["modelValue", "target"]);
|
|
@@ -2526,7 +2527,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2526
2527
|
]), { property: v } = a(e, ["settings", "reverse"]), { property: V } = a(e, [
|
|
2527
2528
|
"settings",
|
|
2528
2529
|
"singleLine"
|
|
2529
|
-
]), { property: z } = a(e, ["settings", "step"]), { property: H } = a(e, ["settings", "suffix"]), { theme:
|
|
2530
|
+
]), { property: z } = a(e, ["settings", "step"]), { property: H } = a(e, ["settings", "suffix"]), { theme: K } = J(), { property: D } = a(e, ["settings", "value"]), { property: L } = a(e, ["settings", "variant"]), { property: q } = a(e, ["size", "width"]);
|
|
2530
2531
|
return ($e, xe) => {
|
|
2531
2532
|
const Ue = B("v-number-input");
|
|
2532
2533
|
return x(), S(s(G), {
|
|
@@ -2535,8 +2536,8 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2535
2536
|
}, {
|
|
2536
2537
|
default: P(() => [
|
|
2537
2538
|
F(Ue, {
|
|
2538
|
-
modelValue: s(
|
|
2539
|
-
"onUpdate:modelValue": xe[0] || (xe[0] = (te) => ie(
|
|
2539
|
+
modelValue: s(D),
|
|
2540
|
+
"onUpdate:modelValue": xe[0] || (xe[0] = (te) => ie(D) ? D.value = te : null),
|
|
2540
2541
|
"append-icon": s(o),
|
|
2541
2542
|
"append-inner-icon": s(i),
|
|
2542
2543
|
clearable: s(r),
|
|
@@ -2557,7 +2558,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2557
2558
|
"single-line": s(V),
|
|
2558
2559
|
step: s(z),
|
|
2559
2560
|
suffix: s(H),
|
|
2560
|
-
theme: s(
|
|
2561
|
+
theme: s(K),
|
|
2561
2562
|
variant: s(L),
|
|
2562
2563
|
width: s(q)
|
|
2563
2564
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
@@ -2671,7 +2672,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2671
2672
|
theme: s(p)
|
|
2672
2673
|
}, {
|
|
2673
2674
|
default: P(() => [
|
|
2674
|
-
|
|
2675
|
+
j(f.$slots, "default")
|
|
2675
2676
|
]),
|
|
2676
2677
|
_: 3
|
|
2677
2678
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2722,11 +2723,11 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2722
2723
|
]), { property: w } = a(e, ["settings", "ticks"]), v = k(() => {
|
|
2723
2724
|
if (!w.value)
|
|
2724
2725
|
return;
|
|
2725
|
-
const
|
|
2726
|
+
const D = {};
|
|
2726
2727
|
for (const { value: L, label: q } of w.value)
|
|
2727
|
-
|
|
2728
|
-
if (!Gi(
|
|
2729
|
-
return
|
|
2728
|
+
D[L] = q;
|
|
2729
|
+
if (!Gi(D))
|
|
2730
|
+
return D;
|
|
2730
2731
|
}), { property: V } = a(e, [
|
|
2731
2732
|
"settings",
|
|
2732
2733
|
"tickSize"
|
|
@@ -2738,13 +2739,13 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2738
2739
|
"settings",
|
|
2739
2740
|
"value",
|
|
2740
2741
|
"end"
|
|
2741
|
-
]),
|
|
2742
|
+
]), K = k({
|
|
2742
2743
|
get: () => [z.value, H.value],
|
|
2743
|
-
set: ([
|
|
2744
|
-
z.value =
|
|
2744
|
+
set: ([D, L]) => {
|
|
2745
|
+
z.value = D, H.value = L;
|
|
2745
2746
|
}
|
|
2746
2747
|
});
|
|
2747
|
-
return (
|
|
2748
|
+
return (D, L) => {
|
|
2748
2749
|
const q = B("v-range-slider");
|
|
2749
2750
|
return x(), S(s(G), {
|
|
2750
2751
|
block: "",
|
|
@@ -2752,8 +2753,8 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2752
2753
|
}, {
|
|
2753
2754
|
default: P(() => [
|
|
2754
2755
|
F(q, {
|
|
2755
|
-
modelValue:
|
|
2756
|
-
"onUpdate:modelValue": L[0] || (L[0] = ($e) =>
|
|
2756
|
+
modelValue: K.value,
|
|
2757
|
+
"onUpdate:modelValue": L[0] || (L[0] = ($e) => K.value = $e),
|
|
2757
2758
|
density: s(o),
|
|
2758
2759
|
direction: s(i),
|
|
2759
2760
|
disabled: s(r),
|
|
@@ -2902,22 +2903,22 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2902
2903
|
}), { property: z } = a(e, [
|
|
2903
2904
|
"settings",
|
|
2904
2905
|
"thumbSize"
|
|
2905
|
-
]), { property: H } = a(e, ["settings", "ticks"]),
|
|
2906
|
+
]), { property: H } = a(e, ["settings", "ticks"]), K = k(() => {
|
|
2906
2907
|
if (!H.value)
|
|
2907
2908
|
return;
|
|
2908
2909
|
const te = {};
|
|
2909
|
-
for (const { value:
|
|
2910
|
-
te[
|
|
2910
|
+
for (const { value: le, label: ye } of H.value)
|
|
2911
|
+
te[le] = ye;
|
|
2911
2912
|
if (!Gi(te))
|
|
2912
2913
|
return te;
|
|
2913
|
-
}), { property:
|
|
2914
|
+
}), { property: D } = a(e, [
|
|
2914
2915
|
"settings",
|
|
2915
2916
|
"tickSize"
|
|
2916
2917
|
]), { property: L } = a(e, [
|
|
2917
2918
|
"settings",
|
|
2918
2919
|
"trackColor"
|
|
2919
2920
|
]), { color: q } = Z(L), { property: $e } = a(e, ["settings", "value"]), { property: xe } = a(e, ["slots", "append"]), { property: Ue } = a(e, ["slots", "prepend"]);
|
|
2920
|
-
return (te,
|
|
2921
|
+
return (te, le) => {
|
|
2921
2922
|
const ye = B("v-slider");
|
|
2922
2923
|
return x(), S(s(G), {
|
|
2923
2924
|
block: "",
|
|
@@ -2926,7 +2927,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2926
2927
|
default: P(() => [
|
|
2927
2928
|
F(ye, {
|
|
2928
2929
|
modelValue: s($e),
|
|
2929
|
-
"onUpdate:modelValue":
|
|
2930
|
+
"onUpdate:modelValue": le[0] || (le[0] = (He) => ie($e) ? $e.value = He : null),
|
|
2930
2931
|
color: s(i),
|
|
2931
2932
|
direction: s(r),
|
|
2932
2933
|
disabled: s(l),
|
|
@@ -2942,8 +2943,8 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2942
2943
|
"thumb-color": s(w),
|
|
2943
2944
|
"thumb-label": V.value,
|
|
2944
2945
|
"thumb-size": s(z),
|
|
2945
|
-
"tick-size": s(
|
|
2946
|
-
ticks:
|
|
2946
|
+
"tick-size": s(D),
|
|
2947
|
+
ticks: K.value,
|
|
2947
2948
|
"track-color": s(q)
|
|
2948
2949
|
}, fn({ _: 2 }, [
|
|
2949
2950
|
s(xe) ? {
|
|
@@ -2995,7 +2996,7 @@ const Xr = /* @__PURE__ */ Oe(Jr, [["render", qr]]), Yr = /* @__PURE__ */ I({
|
|
|
2995
2996
|
theme: s(i)
|
|
2996
2997
|
}, {
|
|
2997
2998
|
default: P(() => [
|
|
2998
|
-
|
|
2999
|
+
j(l.$slots, "default")
|
|
2999
3000
|
]),
|
|
3000
3001
|
_: 3
|
|
3001
3002
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
@@ -3006,7 +3007,7 @@ function $l(t, n) {
|
|
|
3006
3007
|
const e = B("v-stepper-header");
|
|
3007
3008
|
return x(), S(e, null, {
|
|
3008
3009
|
default: P(() => [
|
|
3009
|
-
|
|
3010
|
+
j(t.$slots, "default")
|
|
3010
3011
|
]),
|
|
3011
3012
|
_: 3
|
|
3012
3013
|
});
|
|
@@ -3024,7 +3025,7 @@ const Vl = /* @__PURE__ */ Oe(Cl, [["render", $l]]), Pl = /* @__PURE__ */ I({
|
|
|
3024
3025
|
const l = B("v-stepper-item");
|
|
3025
3026
|
return x(), S(l, { value: s(o) }, {
|
|
3026
3027
|
default: P(() => [
|
|
3027
|
-
|
|
3028
|
+
j(i.$slots, "default")
|
|
3028
3029
|
]),
|
|
3029
3030
|
_: 3
|
|
3030
3031
|
}, 8, ["value"]);
|
|
@@ -3035,7 +3036,7 @@ function zl(t, n) {
|
|
|
3035
3036
|
const e = B("v-stepper-window");
|
|
3036
3037
|
return x(), S(e, null, {
|
|
3037
3038
|
default: P(() => [
|
|
3038
|
-
|
|
3039
|
+
j(t.$slots, "default")
|
|
3039
3040
|
]),
|
|
3040
3041
|
_: 3
|
|
3041
3042
|
});
|
|
@@ -3053,7 +3054,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3053
3054
|
const l = B("v-stepper-window-item");
|
|
3054
3055
|
return x(), S(l, { value: s(o) }, {
|
|
3055
3056
|
default: P(() => [
|
|
3056
|
-
|
|
3057
|
+
j(i.$slots, "default")
|
|
3057
3058
|
]),
|
|
3058
3059
|
_: 3
|
|
3059
3060
|
}, 8, ["value"]);
|
|
@@ -3175,7 +3176,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3175
3176
|
"color",
|
|
3176
3177
|
"sliderColor"
|
|
3177
3178
|
]), { color: v } = Z(w), { property: V } = a(e, ["settings", "stacked"]), { theme: z } = J(), { property: H } = a(e, ["settings", "value"]);
|
|
3178
|
-
return (
|
|
3179
|
+
return (K, D) => {
|
|
3179
3180
|
const L = B("v-tabs");
|
|
3180
3181
|
return x(), S(s(G), {
|
|
3181
3182
|
block: "",
|
|
@@ -3184,7 +3185,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3184
3185
|
default: P(() => [
|
|
3185
3186
|
F(L, {
|
|
3186
3187
|
modelValue: s(H),
|
|
3187
|
-
"onUpdate:modelValue":
|
|
3188
|
+
"onUpdate:modelValue": D[0] || (D[0] = (q) => ie(H) ? H.value = q : null),
|
|
3188
3189
|
"align-tabs": s(o),
|
|
3189
3190
|
"bg-color": s(r),
|
|
3190
3191
|
"center-active": s(l),
|
|
@@ -3203,7 +3204,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3203
3204
|
theme: s(z)
|
|
3204
3205
|
}, {
|
|
3205
3206
|
default: P(() => [
|
|
3206
|
-
|
|
3207
|
+
j(K.$slots, "default")
|
|
3207
3208
|
]),
|
|
3208
3209
|
_: 3
|
|
3209
3210
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
|
|
@@ -3445,7 +3446,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3445
3446
|
]), { property: $ } = a(e, ["settings", "reverse"]), { property: w } = a(e, [
|
|
3446
3447
|
"settings",
|
|
3447
3448
|
"singleLine"
|
|
3448
|
-
]), { property: v } = a(e, ["settings", "suffix"]), { theme: V } = J(), { property: z } = a(e, ["settings", "value"]), { property: H } = a(e, ["settings", "variant"]), { property:
|
|
3449
|
+
]), { property: v } = a(e, ["settings", "suffix"]), { theme: V } = J(), { property: z } = a(e, ["settings", "value"]), { property: H } = a(e, ["settings", "variant"]), { property: K } = a(e, ["slots", "append"]), { property: D } = a(e, [
|
|
3449
3450
|
"slots",
|
|
3450
3451
|
"appendInner"
|
|
3451
3452
|
]), { property: L } = a(e, ["slots", "prepend"]), { property: q } = a(e, [
|
|
@@ -3482,34 +3483,34 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3482
3483
|
theme: s(V),
|
|
3483
3484
|
variant: s(H)
|
|
3484
3485
|
}, fn({ _: 2 }, [
|
|
3485
|
-
s(
|
|
3486
|
+
s(K) ? {
|
|
3486
3487
|
name: "append",
|
|
3487
|
-
fn: P(({ reset: te, resetValidation:
|
|
3488
|
+
fn: P(({ reset: te, resetValidation: le, validate: ye }) => [
|
|
3488
3489
|
F(Fl, {
|
|
3489
3490
|
"ref-context": {
|
|
3490
3491
|
parent: n.refContext,
|
|
3491
|
-
compId: s(
|
|
3492
|
+
compId: s(K)
|
|
3492
3493
|
},
|
|
3493
3494
|
reset: te,
|
|
3494
|
-
"reset-validation":
|
|
3495
|
+
"reset-validation": le,
|
|
3495
3496
|
validate: ye
|
|
3496
3497
|
}, null, 8, ["ref-context", "reset", "reset-validation", "validate"])
|
|
3497
3498
|
]),
|
|
3498
3499
|
key: "0"
|
|
3499
3500
|
} : void 0,
|
|
3500
|
-
s(
|
|
3501
|
+
s(D) ? {
|
|
3501
3502
|
name: "append-inner",
|
|
3502
|
-
fn: P(({ isActive: te, isFocused:
|
|
3503
|
+
fn: P(({ isActive: te, isFocused: le, focus: ye, blur: He }) => [
|
|
3503
3504
|
F(Wl, {
|
|
3504
3505
|
"is-active": te.value,
|
|
3505
3506
|
"onUpdate:isActive": (ze) => te.value = ze,
|
|
3506
|
-
"is-focused":
|
|
3507
|
-
"onUpdate:isFocused": (ze) =>
|
|
3507
|
+
"is-focused": le.value,
|
|
3508
|
+
"onUpdate:isFocused": (ze) => le.value = ze,
|
|
3508
3509
|
blur: He,
|
|
3509
3510
|
focus: ye,
|
|
3510
3511
|
"ref-context": {
|
|
3511
3512
|
parent: n.refContext,
|
|
3512
|
-
compId: s(
|
|
3513
|
+
compId: s(D)
|
|
3513
3514
|
}
|
|
3514
3515
|
}, null, 8, ["is-active", "onUpdate:isActive", "is-focused", "onUpdate:isFocused", "blur", "focus", "ref-context"])
|
|
3515
3516
|
]),
|
|
@@ -3517,14 +3518,14 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3517
3518
|
} : void 0,
|
|
3518
3519
|
s(L) ? {
|
|
3519
3520
|
name: "prepend",
|
|
3520
|
-
fn: P(({ reset: te, resetValidation:
|
|
3521
|
+
fn: P(({ reset: te, resetValidation: le, validate: ye }) => [
|
|
3521
3522
|
F(Dl, {
|
|
3522
3523
|
"ref-context": {
|
|
3523
3524
|
parent: n.refContext,
|
|
3524
3525
|
compId: s(L)
|
|
3525
3526
|
},
|
|
3526
3527
|
reset: te,
|
|
3527
|
-
"reset-validation":
|
|
3528
|
+
"reset-validation": le,
|
|
3528
3529
|
validate: ye
|
|
3529
3530
|
}, null, 8, ["ref-context", "reset", "reset-validation", "validate"])
|
|
3530
3531
|
]),
|
|
@@ -3532,12 +3533,12 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3532
3533
|
} : void 0,
|
|
3533
3534
|
s(q) ? {
|
|
3534
3535
|
name: "prepend-inner",
|
|
3535
|
-
fn: P(({ isActive: te, isFocused:
|
|
3536
|
+
fn: P(({ isActive: te, isFocused: le, focus: ye, blur: He }) => [
|
|
3536
3537
|
F(Kl, {
|
|
3537
3538
|
"is-active": te.value,
|
|
3538
3539
|
"onUpdate:isActive": (ze) => te.value = ze,
|
|
3539
|
-
"is-focused":
|
|
3540
|
-
"onUpdate:isFocused": (ze) =>
|
|
3540
|
+
"is-focused": le.value,
|
|
3541
|
+
"onUpdate:isFocused": (ze) => le.value = ze,
|
|
3541
3542
|
blur: He,
|
|
3542
3543
|
focus: ye,
|
|
3543
3544
|
"ref-context": {
|
|
@@ -3610,7 +3611,7 @@ const Ll = /* @__PURE__ */ Oe(El, [["render", zl]]), Al = /* @__PURE__ */ I({
|
|
|
3610
3611
|
"truncate-line": s(g)
|
|
3611
3612
|
}, {
|
|
3612
3613
|
default: P(() => [
|
|
3613
|
-
|
|
3614
|
+
j($.$slots, "default")
|
|
3614
3615
|
]),
|
|
3615
3616
|
_: 3
|
|
3616
3617
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -3621,7 +3622,7 @@ function Hl(t, n) {
|
|
|
3621
3622
|
const e = B("v-timeline-item");
|
|
3622
3623
|
return x(), S(e, null, {
|
|
3623
3624
|
default: P(() => [
|
|
3624
|
-
|
|
3625
|
+
j(t.$slots, "default")
|
|
3625
3626
|
]),
|
|
3626
3627
|
_: 3
|
|
3627
3628
|
});
|
|
@@ -3661,7 +3662,7 @@ const Gl = /* @__PURE__ */ Oe(Nl, [["render", Hl]]), Jl = /* @__PURE__ */ I({
|
|
|
3661
3662
|
touch: s(p)
|
|
3662
3663
|
}, {
|
|
3663
3664
|
default: P(() => [
|
|
3664
|
-
|
|
3665
|
+
j(c.$slots, "default")
|
|
3665
3666
|
]),
|
|
3666
3667
|
_: 3
|
|
3667
3668
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -3672,7 +3673,7 @@ function Xl(t, n) {
|
|
|
3672
3673
|
const e = B("v-window-item");
|
|
3673
3674
|
return x(), S(e, null, {
|
|
3674
3675
|
default: P(() => [
|
|
3675
|
-
|
|
3676
|
+
j(t.$slots, "default")
|
|
3676
3677
|
]),
|
|
3677
3678
|
_: 3
|
|
3678
3679
|
});
|
|
@@ -3739,7 +3740,7 @@ const Yl = /* @__PURE__ */ Oe(ql, [["render", Xl]]), b = {
|
|
|
3739
3740
|
]
|
|
3740
3741
|
}
|
|
3741
3742
|
]
|
|
3742
|
-
}, Zl =
|
|
3743
|
+
}, Zl = O(Q), Re = {
|
|
3743
3744
|
key: "border",
|
|
3744
3745
|
name: "x-runtime-lib.border",
|
|
3745
3746
|
children: [
|
|
@@ -4491,7 +4492,7 @@ const Rn = {
|
|
|
4491
4492
|
spawn: la
|
|
4492
4493
|
};
|
|
4493
4494
|
C(Rt);
|
|
4494
|
-
const St =
|
|
4495
|
+
const St = O(Q);
|
|
4495
4496
|
St.children[0].default = "custom";
|
|
4496
4497
|
St.children[2].children[0].default = "0xffffff";
|
|
4497
4498
|
St.children[2].children[1].default = "0xffffff";
|
|
@@ -4521,7 +4522,7 @@ const Wn = {
|
|
|
4521
4522
|
slots: []
|
|
4522
4523
|
};
|
|
4523
4524
|
C(ca);
|
|
4524
|
-
const Ct =
|
|
4525
|
+
const Ct = O(Q);
|
|
4525
4526
|
Ct.children[0].default = "custom";
|
|
4526
4527
|
Ct.children[2].children[0].default = "0xffffff";
|
|
4527
4528
|
Ct.children[2].children[1].default = "0xffffff";
|
|
@@ -4551,7 +4552,7 @@ const Fn = {
|
|
|
4551
4552
|
slots: []
|
|
4552
4553
|
};
|
|
4553
4554
|
C(da);
|
|
4554
|
-
const $t =
|
|
4555
|
+
const $t = O(Q);
|
|
4555
4556
|
$t.children[0].default = "custom";
|
|
4556
4557
|
$t.children[2].children[0].default = "0xffffff";
|
|
4557
4558
|
$t.children[2].children[1].default = "0xffffff";
|
|
@@ -4595,7 +4596,7 @@ const Kn = {
|
|
|
4595
4596
|
slots: []
|
|
4596
4597
|
};
|
|
4597
4598
|
C(pa);
|
|
4598
|
-
const Vt =
|
|
4599
|
+
const Vt = O(Q);
|
|
4599
4600
|
Vt.children[0].default = "custom";
|
|
4600
4601
|
Vt.children[2].children[0].default = "0xffffff";
|
|
4601
4602
|
Vt.children[2].children[1].default = "0xffffff";
|
|
@@ -4933,7 +4934,7 @@ const pt = {
|
|
|
4933
4934
|
leaf: !0
|
|
4934
4935
|
};
|
|
4935
4936
|
C(xa);
|
|
4936
|
-
const je =
|
|
4937
|
+
const je = O(Q);
|
|
4937
4938
|
je.key = "backgroundColor";
|
|
4938
4939
|
je.name = "x-runtime-lib.backgroundColor";
|
|
4939
4940
|
const eo = {
|
|
@@ -5053,7 +5054,7 @@ function za(t, n) {
|
|
|
5053
5054
|
}
|
|
5054
5055
|
};
|
|
5055
5056
|
}
|
|
5056
|
-
const La =
|
|
5057
|
+
const La = O(Q), Gn = {
|
|
5057
5058
|
key: "settings",
|
|
5058
5059
|
name: "x-runtime-lib.settings",
|
|
5059
5060
|
children: [
|
|
@@ -5342,7 +5343,7 @@ const Xn = {
|
|
|
5342
5343
|
leaf: !0
|
|
5343
5344
|
};
|
|
5344
5345
|
C(Ma);
|
|
5345
|
-
const Ba =
|
|
5346
|
+
const Ba = O(Q), Yn = {
|
|
5346
5347
|
key: "settings",
|
|
5347
5348
|
name: "x-runtime-lib.settings",
|
|
5348
5349
|
children: [
|
|
@@ -5589,7 +5590,7 @@ const Qn = {
|
|
|
5589
5590
|
leaf: !0
|
|
5590
5591
|
};
|
|
5591
5592
|
C(Fa);
|
|
5592
|
-
const kn =
|
|
5593
|
+
const kn = O(Q);
|
|
5593
5594
|
kn.key = "backgroundColor";
|
|
5594
5595
|
kn.name = "x-runtime-lib.backgroundColor";
|
|
5595
5596
|
const ei = {
|
|
@@ -5772,7 +5773,21 @@ const ti = {
|
|
|
5772
5773
|
pageUi: [b, ti, ni, ii],
|
|
5773
5774
|
compUi: [b, ti, ni, ii]
|
|
5774
5775
|
},
|
|
5775
|
-
slots: [
|
|
5776
|
+
slots: [
|
|
5777
|
+
{
|
|
5778
|
+
key: "column",
|
|
5779
|
+
name: "x-runtime-lib.column",
|
|
5780
|
+
multiple: !0,
|
|
5781
|
+
properties: [
|
|
5782
|
+
{
|
|
5783
|
+
key: "value",
|
|
5784
|
+
name: "x-runtime-lib.value",
|
|
5785
|
+
type: "any",
|
|
5786
|
+
readonly: !0
|
|
5787
|
+
}
|
|
5788
|
+
]
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5776
5791
|
leaf: !0
|
|
5777
5792
|
};
|
|
5778
5793
|
C(Ka);
|
|
@@ -5812,7 +5827,7 @@ const oi = {
|
|
|
5812
5827
|
key: "settings",
|
|
5813
5828
|
name: "x-runtime-lib.settings",
|
|
5814
5829
|
children: []
|
|
5815
|
-
},
|
|
5830
|
+
}, Gc = {
|
|
5816
5831
|
key: "ui_file_input_v1",
|
|
5817
5832
|
name: "x-runtime-lib.fileInput",
|
|
5818
5833
|
comp: cl,
|
|
@@ -5910,7 +5925,7 @@ function Ht(t, n, e, o, i, r, l, u, p) {
|
|
|
5910
5925
|
}
|
|
5911
5926
|
};
|
|
5912
5927
|
}
|
|
5913
|
-
const wn =
|
|
5928
|
+
const wn = O(Q);
|
|
5914
5929
|
wn.key = "backgroundColor";
|
|
5915
5930
|
wn.name = "x-runtime-lib.backgroundColor";
|
|
5916
5931
|
const ri = {
|
|
@@ -6409,7 +6424,7 @@ const ui = {
|
|
|
6409
6424
|
spawn: Ha
|
|
6410
6425
|
};
|
|
6411
6426
|
C(Jt);
|
|
6412
|
-
const Ja =
|
|
6427
|
+
const Ja = O(Q), ci = {
|
|
6413
6428
|
key: "settings",
|
|
6414
6429
|
name: "x-runtime-lib.settings",
|
|
6415
6430
|
children: [
|
|
@@ -6750,7 +6765,7 @@ const mi = {
|
|
|
6750
6765
|
leaf: !0
|
|
6751
6766
|
};
|
|
6752
6767
|
C(Za);
|
|
6753
|
-
const Qa =
|
|
6768
|
+
const Qa = O(Q), fi = {
|
|
6754
6769
|
key: "settings",
|
|
6755
6770
|
name: "x-runtime-lib.settings",
|
|
6756
6771
|
children: [
|
|
@@ -7125,13 +7140,13 @@ const gi = {
|
|
|
7125
7140
|
leaf: !0
|
|
7126
7141
|
};
|
|
7127
7142
|
C(iu);
|
|
7128
|
-
const In =
|
|
7143
|
+
const In = O(Q);
|
|
7129
7144
|
In.key = "color";
|
|
7130
7145
|
In.name = "x-runtime-lib.color";
|
|
7131
|
-
const Sn =
|
|
7146
|
+
const Sn = O(Q);
|
|
7132
7147
|
Sn.key = "trackColor";
|
|
7133
7148
|
Sn.name = "x-runtime-lib.trackColor";
|
|
7134
|
-
const Cn =
|
|
7149
|
+
const Cn = O(Q);
|
|
7135
7150
|
Cn.key = "thumbColor";
|
|
7136
7151
|
Cn.name = "x-runtime-lib.thumbColor";
|
|
7137
7152
|
const vi = {
|
|
@@ -7494,13 +7509,13 @@ function At(t, n, e, o) {
|
|
|
7494
7509
|
}
|
|
7495
7510
|
};
|
|
7496
7511
|
}
|
|
7497
|
-
const $n =
|
|
7512
|
+
const $n = O(Q);
|
|
7498
7513
|
$n.key = "backgroundColor";
|
|
7499
7514
|
$n.name = "x-runtime-lib.backgroundColor";
|
|
7500
|
-
const Vn =
|
|
7515
|
+
const Vn = O(Q);
|
|
7501
7516
|
Vn.key = "selectedColor";
|
|
7502
7517
|
Vn.name = "x-runtime-lib.selectedColor";
|
|
7503
|
-
const Pn =
|
|
7518
|
+
const Pn = O(Q);
|
|
7504
7519
|
Pn.key = "sliderColor";
|
|
7505
7520
|
Pn.name = "x-runtime-lib.sliderColor";
|
|
7506
7521
|
const Si = {
|
|
@@ -7837,7 +7852,7 @@ function fu(t, n, e) {
|
|
|
7837
7852
|
}
|
|
7838
7853
|
};
|
|
7839
7854
|
}
|
|
7840
|
-
const yu =
|
|
7855
|
+
const yu = O(Q), bu = O(Q), Vi = {
|
|
7841
7856
|
key: "settings",
|
|
7842
7857
|
name: "x-runtime-lib.settings",
|
|
7843
7858
|
children: [
|
|
@@ -8770,9 +8785,9 @@ const _u = [
|
|
|
8770
8785
|
};
|
|
8771
8786
|
function Ei(t, n) {
|
|
8772
8787
|
if (t.array)
|
|
8773
|
-
return n ?
|
|
8788
|
+
return n ? O(t.default) : O(t.defaultArray);
|
|
8774
8789
|
{
|
|
8775
|
-
const e =
|
|
8790
|
+
const e = O(t.default);
|
|
8776
8791
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "selectComp" || t.ui === "selectSlot" || t.ui === "selectAdaptSlot") && !e ? void 0 : e;
|
|
8777
8792
|
}
|
|
8778
8793
|
}
|
|
@@ -8789,7 +8804,7 @@ function M(t, n) {
|
|
|
8789
8804
|
}
|
|
8790
8805
|
n.forEach((o) => e(t, o));
|
|
8791
8806
|
}
|
|
8792
|
-
function
|
|
8807
|
+
function Jc(t, n, e, o, i) {
|
|
8793
8808
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${i}`, l = R(t, n), u = sc[e];
|
|
8794
8809
|
if (!u) {
|
|
8795
8810
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
@@ -8849,7 +8864,7 @@ function Gc(t, n, e, o, i) {
|
|
|
8849
8864
|
}
|
|
8850
8865
|
}
|
|
8851
8866
|
}
|
|
8852
|
-
function
|
|
8867
|
+
function qc(t, n) {
|
|
8853
8868
|
function e(o) {
|
|
8854
8869
|
if (o.id === n)
|
|
8855
8870
|
return o;
|
|
@@ -8870,55 +8885,55 @@ function rc(t) {
|
|
|
8870
8885
|
const n = {}, e = (r) => {
|
|
8871
8886
|
const l = A(16);
|
|
8872
8887
|
n[r.id] = l, r.id = l, r.children?.map((u) => e(u));
|
|
8873
|
-
}, o =
|
|
8888
|
+
}, o = O(t.nodeLite);
|
|
8874
8889
|
e(o);
|
|
8875
8890
|
const i = {};
|
|
8876
8891
|
return Object.values(t.nodes).forEach((r) => {
|
|
8877
|
-
const l =
|
|
8892
|
+
const l = O(r);
|
|
8878
8893
|
l.basic.id = n[l.basic.id], i[l.basic.id] = l;
|
|
8879
8894
|
}), { nodeLite: o, nodes: i };
|
|
8880
8895
|
}
|
|
8881
|
-
function
|
|
8896
|
+
function Xc(t) {
|
|
8882
8897
|
return t.map((n) => rc(n));
|
|
8883
8898
|
}
|
|
8884
8899
|
const to = "runtimeOrg", no = "runtimeEnv", io = "runtimeMode", oo = "runtimeDevice", so = "runtimeDark", ro = "runtimeId", lo = "runtimeType", ao = "runtimeData", uo = "runtimeDepends", co = "runtimeRuntime", po = "runtimeSandbox", mo = "runtimeNode";
|
|
8885
|
-
function
|
|
8900
|
+
function Yc(t) {
|
|
8886
8901
|
me(to, t);
|
|
8887
8902
|
}
|
|
8888
8903
|
function lc() {
|
|
8889
8904
|
return pe(to);
|
|
8890
8905
|
}
|
|
8891
|
-
function
|
|
8906
|
+
function Zc(t) {
|
|
8892
8907
|
me(no, t);
|
|
8893
8908
|
}
|
|
8894
8909
|
function ac() {
|
|
8895
8910
|
return pe(no);
|
|
8896
8911
|
}
|
|
8897
|
-
function
|
|
8912
|
+
function Qc(t) {
|
|
8898
8913
|
me(io, t);
|
|
8899
8914
|
}
|
|
8900
8915
|
function oe() {
|
|
8901
8916
|
return pe(io);
|
|
8902
8917
|
}
|
|
8903
|
-
function
|
|
8918
|
+
function ed(t) {
|
|
8904
8919
|
me(oo, yn(t));
|
|
8905
8920
|
}
|
|
8906
8921
|
function Ne() {
|
|
8907
8922
|
return pe(oo);
|
|
8908
8923
|
}
|
|
8909
|
-
function
|
|
8924
|
+
function td(t) {
|
|
8910
8925
|
me(so, yn(t));
|
|
8911
8926
|
}
|
|
8912
8927
|
function st() {
|
|
8913
8928
|
return pe(so);
|
|
8914
8929
|
}
|
|
8915
|
-
function
|
|
8930
|
+
function nd(t) {
|
|
8916
8931
|
me(ro, t);
|
|
8917
8932
|
}
|
|
8918
8933
|
function Ie() {
|
|
8919
8934
|
return pe(ro);
|
|
8920
8935
|
}
|
|
8921
|
-
function
|
|
8936
|
+
function id(t) {
|
|
8922
8937
|
me(lo, t);
|
|
8923
8938
|
}
|
|
8924
8939
|
function Ee() {
|
|
@@ -8930,13 +8945,13 @@ function _e(t) {
|
|
|
8930
8945
|
function ue() {
|
|
8931
8946
|
return pe(ao);
|
|
8932
8947
|
}
|
|
8933
|
-
function
|
|
8948
|
+
function od(t) {
|
|
8934
8949
|
me(uo, yn(t));
|
|
8935
8950
|
}
|
|
8936
8951
|
function uc() {
|
|
8937
8952
|
return pe(uo);
|
|
8938
8953
|
}
|
|
8939
|
-
function
|
|
8954
|
+
function sd(t) {
|
|
8940
8955
|
me(co, t);
|
|
8941
8956
|
}
|
|
8942
8957
|
function cc() {
|
|
@@ -9013,8 +9028,8 @@ async function mt(t, n, e, o, i) {
|
|
|
9013
9028
|
const h = Le(m, c.subKeys);
|
|
9014
9029
|
if (be(f, h))
|
|
9015
9030
|
continue;
|
|
9016
|
-
const y =
|
|
9017
|
-
hn(y, c.subKeys,
|
|
9031
|
+
const y = O(m);
|
|
9032
|
+
hn(y, c.subKeys, O(f)), c.type === "elementProperty" ? t.setElementProperty(
|
|
9018
9033
|
c.nodeId,
|
|
9019
9034
|
c.propertyKeys.split("."),
|
|
9020
9035
|
y
|
|
@@ -9041,8 +9056,8 @@ async function mt(t, n, e, o, i) {
|
|
|
9041
9056
|
c.type === "elementProperty" ? t.setElementProperty(
|
|
9042
9057
|
c.nodeId,
|
|
9043
9058
|
c.propertyKeys.split("."),
|
|
9044
|
-
|
|
9045
|
-
) : c.type === "customProperty" ? t.setCustomProperty(c.propertyId,
|
|
9059
|
+
O(f)
|
|
9060
|
+
) : c.type === "customProperty" ? t.setCustomProperty(c.propertyId, O(f)) : c.type === "customSlotProperty" ? t.setCustomSlotProperty(c.propertyId, O(f)) : c.type === "state" ? t.setState(c.stateId, O(f)) : console.assert(!1);
|
|
9046
9061
|
}
|
|
9047
9062
|
}
|
|
9048
9063
|
}
|
|
@@ -9082,10 +9097,10 @@ function Li(t) {
|
|
|
9082
9097
|
propertyKey: i
|
|
9083
9098
|
};
|
|
9084
9099
|
}
|
|
9085
|
-
function
|
|
9100
|
+
function rd(t, n, e) {
|
|
9086
9101
|
return `${t}.${n}.${e}`;
|
|
9087
9102
|
}
|
|
9088
|
-
function
|
|
9103
|
+
function ld(t) {
|
|
9089
9104
|
const n = t.split(".");
|
|
9090
9105
|
let e = "";
|
|
9091
9106
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -9118,10 +9133,10 @@ function mc(t) {
|
|
|
9118
9133
|
let i = "";
|
|
9119
9134
|
return n.length > 2 ? i = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: i };
|
|
9120
9135
|
}
|
|
9121
|
-
function
|
|
9136
|
+
function ad(t, n, e) {
|
|
9122
9137
|
return `${t}.${n}.${e}`;
|
|
9123
9138
|
}
|
|
9124
|
-
function
|
|
9139
|
+
function ud(t) {
|
|
9125
9140
|
const n = t.split(".");
|
|
9126
9141
|
let e = "";
|
|
9127
9142
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -9130,7 +9145,7 @@ function ad(t) {
|
|
|
9130
9145
|
let i = "";
|
|
9131
9146
|
return n.length > 2 ? i = n[2] : console.error(`unwrapMethodKeyOfCustomSlot invalid methodId key=${t}`), { compId: e, slotId: o, methodId: i };
|
|
9132
9147
|
}
|
|
9133
|
-
function
|
|
9148
|
+
function re(t, n, e) {
|
|
9134
9149
|
return `${t}/${n}/${e}`;
|
|
9135
9150
|
}
|
|
9136
9151
|
function fc(t) {
|
|
@@ -9142,7 +9157,7 @@ function fc(t) {
|
|
|
9142
9157
|
let i = "";
|
|
9143
9158
|
return n.length > 2 ? i = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: i };
|
|
9144
9159
|
}
|
|
9145
|
-
function
|
|
9160
|
+
function yc(t, n, e) {
|
|
9146
9161
|
return `${t}.${n}.${e}`;
|
|
9147
9162
|
}
|
|
9148
9163
|
function cd(t) {
|
|
@@ -9190,7 +9205,7 @@ function Se(t, n) {
|
|
|
9190
9205
|
o.value = -1, n.value = void 0, Ki.emit("compNotAvail", t.value);
|
|
9191
9206
|
return;
|
|
9192
9207
|
}
|
|
9193
|
-
o.value !== i.dataSeq && (o.value = i.dataSeq, n.value =
|
|
9208
|
+
o.value !== i.dataSeq && (o.value = i.dataSeq, n.value = O(i.data));
|
|
9194
9209
|
});
|
|
9195
9210
|
}
|
|
9196
9211
|
function yd() {
|
|
@@ -9200,7 +9215,7 @@ function yd() {
|
|
|
9200
9215
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
9201
9216
|
}), { createRuntime: n };
|
|
9202
9217
|
}
|
|
9203
|
-
function
|
|
9218
|
+
function bc(t) {
|
|
9204
9219
|
if (!t.vm) {
|
|
9205
9220
|
console.error("bindBase invalid sandbox vm");
|
|
9206
9221
|
return;
|
|
@@ -9270,10 +9285,10 @@ const bo = ko({
|
|
|
9270
9285
|
}
|
|
9271
9286
|
});
|
|
9272
9287
|
window.API_URL && (bo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
9273
|
-
function
|
|
9288
|
+
function hc(t) {
|
|
9274
9289
|
return bo.post("callFunc", t);
|
|
9275
9290
|
}
|
|
9276
|
-
function
|
|
9291
|
+
function gc(t) {
|
|
9277
9292
|
if (!t.vm) {
|
|
9278
9293
|
console.error("bindCompute invalid sandbox vm");
|
|
9279
9294
|
return;
|
|
@@ -9281,7 +9296,7 @@ function hc(t) {
|
|
|
9281
9296
|
const { vm: n } = t;
|
|
9282
9297
|
n.newFunction("__callFuncV1__", (e, o, i, r, l) => {
|
|
9283
9298
|
const u = n.getString(e), p = n.getString(o), d = n.dump(i), f = n.getString(r), c = n.getString(l), { promise: m, resolve: h, reject: y } = t.promiseManager.create(), g = JSON.stringify(d);
|
|
9284
|
-
return
|
|
9299
|
+
return hc({
|
|
9285
9300
|
spaceId: u,
|
|
9286
9301
|
id: p,
|
|
9287
9302
|
strInputs: g,
|
|
@@ -9299,7 +9314,7 @@ function hc(t) {
|
|
|
9299
9314
|
), m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9300
9315
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9301
9316
|
}
|
|
9302
|
-
function
|
|
9317
|
+
function vc(t) {
|
|
9303
9318
|
if (!t.vm) {
|
|
9304
9319
|
console.error("bindSystem invalid sandbox vm");
|
|
9305
9320
|
return;
|
|
@@ -9340,7 +9355,7 @@ function Ae(t, n) {
|
|
|
9340
9355
|
return t.undefined;
|
|
9341
9356
|
}
|
|
9342
9357
|
}
|
|
9343
|
-
function
|
|
9358
|
+
function _c(t) {
|
|
9344
9359
|
if (!t.vm) {
|
|
9345
9360
|
console.error("bindView invalid sandbox vm");
|
|
9346
9361
|
return;
|
|
@@ -9353,12 +9368,12 @@ function vc(t) {
|
|
|
9353
9368
|
if (p === "customEvent")
|
|
9354
9369
|
t.parent && (t.parent.callFunctionAsync(
|
|
9355
9370
|
"__triggerEventV1__",
|
|
9356
|
-
|
|
9371
|
+
re("refEvent", t.nodeId, f),
|
|
9357
9372
|
"",
|
|
9358
9373
|
...u
|
|
9359
9374
|
), t.parent.callFunctionAsync(
|
|
9360
9375
|
"__triggerEventV1__",
|
|
9361
|
-
|
|
9376
|
+
re("multipleRefEvent", t.nodeId, f),
|
|
9362
9377
|
t.instance,
|
|
9363
9378
|
...u
|
|
9364
9379
|
));
|
|
@@ -9366,7 +9381,7 @@ function vc(t) {
|
|
|
9366
9381
|
const c = t.children[d];
|
|
9367
9382
|
c && c.callFunctionAsync(
|
|
9368
9383
|
"__triggerEventV1__",
|
|
9369
|
-
|
|
9384
|
+
re("adaptSlotCustomEvent", "globality", f),
|
|
9370
9385
|
"",
|
|
9371
9386
|
...u
|
|
9372
9387
|
);
|
|
@@ -9374,7 +9389,7 @@ function vc(t) {
|
|
|
9374
9389
|
const c = t.children[d];
|
|
9375
9390
|
c && c.callFunctionAsync(
|
|
9376
9391
|
"__triggerEventV1__",
|
|
9377
|
-
|
|
9392
|
+
re("adaptSlotCustomEvent", "globality", f),
|
|
9378
9393
|
"",
|
|
9379
9394
|
...u
|
|
9380
9395
|
);
|
|
@@ -9549,10 +9564,10 @@ function vc(t) {
|
|
|
9549
9564
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
9550
9565
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9551
9566
|
}
|
|
9552
|
-
function
|
|
9553
|
-
|
|
9567
|
+
function xc(t) {
|
|
9568
|
+
bc(t), gc(t), vc(t), _c(t);
|
|
9554
9569
|
}
|
|
9555
|
-
const
|
|
9570
|
+
const kc = `
|
|
9556
9571
|
let __events__ = {}
|
|
9557
9572
|
|
|
9558
9573
|
function __onEventV1__(id, callback) {
|
|
@@ -9636,7 +9651,7 @@ function __destroy__() {
|
|
|
9636
9651
|
__timers__ = {}
|
|
9637
9652
|
}
|
|
9638
9653
|
`;
|
|
9639
|
-
class
|
|
9654
|
+
class wc {
|
|
9640
9655
|
vm;
|
|
9641
9656
|
promises = {};
|
|
9642
9657
|
currPromiseId = 0;
|
|
@@ -9657,7 +9672,7 @@ class kc {
|
|
|
9657
9672
|
}
|
|
9658
9673
|
}
|
|
9659
9674
|
const Ai = ["__triggerEventInner__"];
|
|
9660
|
-
class
|
|
9675
|
+
class Ic {
|
|
9661
9676
|
kind;
|
|
9662
9677
|
nodeId;
|
|
9663
9678
|
instance;
|
|
@@ -9697,9 +9712,9 @@ class wc {
|
|
|
9697
9712
|
vm;
|
|
9698
9713
|
promiseManager;
|
|
9699
9714
|
async createVm(n, e) {
|
|
9700
|
-
this.vm = n.newContext(), this.promiseManager = new
|
|
9715
|
+
this.vm = n.newContext(), this.promiseManager = new wc(this.vm), xc(this), this.vm.evalCode(kc), this.setGlobalVariable("__env__", this.env), this.vm.evalCode(e), await this.callFunctionAsync(
|
|
9701
9716
|
"__triggerEventV1__",
|
|
9702
|
-
|
|
9717
|
+
re("elementEvent", "globality", "startup"),
|
|
9703
9718
|
""
|
|
9704
9719
|
);
|
|
9705
9720
|
}
|
|
@@ -9889,7 +9904,7 @@ function Ce(t, n, e, o, i) {
|
|
|
9889
9904
|
const r = lc(), l = ac(), u = oe(), p = Ee(), d = Ne(), f = st();
|
|
9890
9905
|
if (!Jo(u))
|
|
9891
9906
|
return;
|
|
9892
|
-
const c = cc(), m = new
|
|
9907
|
+
const c = cc(), m = new Ic(
|
|
9893
9908
|
n,
|
|
9894
9909
|
e,
|
|
9895
9910
|
o,
|
|
@@ -9922,7 +9937,7 @@ function Ce(t, n, e, o, i) {
|
|
|
9922
9937
|
const z = bt(v.width), H = bt(V?.width ?? v.width);
|
|
9923
9938
|
await m.callFunctionAsync(
|
|
9924
9939
|
"__triggerEventV1__",
|
|
9925
|
-
|
|
9940
|
+
re("elementEvent", "globality", "screenSizeChange"),
|
|
9926
9941
|
"",
|
|
9927
9942
|
z,
|
|
9928
9943
|
H
|
|
@@ -9934,7 +9949,7 @@ function Ce(t, n, e, o, i) {
|
|
|
9934
9949
|
async (v) => {
|
|
9935
9950
|
m.vm && await m.callFunctionAsync(
|
|
9936
9951
|
"__triggerEventV1__",
|
|
9937
|
-
|
|
9952
|
+
re("elementEvent", "globality", "darkModeChange"),
|
|
9938
9953
|
"",
|
|
9939
9954
|
v
|
|
9940
9955
|
);
|
|
@@ -9944,32 +9959,32 @@ function Ce(t, n, e, o, i) {
|
|
|
9944
9959
|
async function y(v, V, z, H) {
|
|
9945
9960
|
if (m.vm) {
|
|
9946
9961
|
if (be(V, ["settings", "slot"])) {
|
|
9947
|
-
const
|
|
9948
|
-
(
|
|
9962
|
+
const K = t.value?.view.nodeLites.find(
|
|
9963
|
+
(D) => D.id === v
|
|
9949
9964
|
);
|
|
9950
|
-
|
|
9965
|
+
K ? K.slotId = z : console.assert(!1);
|
|
9951
9966
|
}
|
|
9952
9967
|
if (be(V, ["settings", "comp"])) {
|
|
9953
|
-
const
|
|
9954
|
-
(
|
|
9968
|
+
const K = t.value?.view.nodeLites.find(
|
|
9969
|
+
(D) => D.id === v
|
|
9955
9970
|
);
|
|
9956
|
-
|
|
9971
|
+
K ? K.compId = z : console.assert(!1);
|
|
9957
9972
|
}
|
|
9958
9973
|
if (await m.callFunctionAsync(
|
|
9959
9974
|
"__triggerEventV1__",
|
|
9960
|
-
|
|
9975
|
+
re("elementPropertyChangeEvent", v, V.join(".")),
|
|
9961
9976
|
"",
|
|
9962
9977
|
z,
|
|
9963
9978
|
H ?? z
|
|
9964
9979
|
), t.value?.code.reactivity) {
|
|
9965
|
-
let
|
|
9966
|
-
V instanceof Array ?
|
|
9980
|
+
let K = "";
|
|
9981
|
+
V instanceof Array ? K = V.join(".") : K = V, mt(
|
|
9967
9982
|
m,
|
|
9968
9983
|
t.value.code.reactivity,
|
|
9969
9984
|
Xe({
|
|
9970
9985
|
type: "elementProperty",
|
|
9971
9986
|
nodeId: v,
|
|
9972
|
-
propertyKeys:
|
|
9987
|
+
propertyKeys: K
|
|
9973
9988
|
}),
|
|
9974
9989
|
z,
|
|
9975
9990
|
H
|
|
@@ -9977,32 +9992,42 @@ function Ce(t, n, e, o, i) {
|
|
|
9977
9992
|
}
|
|
9978
9993
|
}
|
|
9979
9994
|
}
|
|
9980
|
-
async function g(v, V, z, H,
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9995
|
+
async function g(v, V, z, H, K, D) {
|
|
9996
|
+
const L = m.children[`${v}/${z}`];
|
|
9997
|
+
L && L.vm && await L.callFunctionAsync(
|
|
9998
|
+
"__triggerEventV1__",
|
|
9999
|
+
re(
|
|
10000
|
+
"adaptSlotElementPropertyChangeEvent",
|
|
10001
|
+
"globality",
|
|
10002
|
+
yc(V, z, H)
|
|
10003
|
+
),
|
|
10004
|
+
"",
|
|
10005
|
+
K,
|
|
10006
|
+
D ?? K
|
|
9988
10007
|
);
|
|
9989
10008
|
}
|
|
9990
10009
|
async function _(v, V, z) {
|
|
9991
10010
|
m.vm && (await m.callFunctionAsync(
|
|
9992
10011
|
"__triggerEventV1__",
|
|
9993
|
-
|
|
10012
|
+
re("customPropertyChangeEvent", "globality", v),
|
|
9994
10013
|
"",
|
|
9995
10014
|
V,
|
|
9996
10015
|
z ?? V
|
|
10016
|
+
), t.value?.code.reactivity && mt(
|
|
10017
|
+
m,
|
|
10018
|
+
t.value.code.reactivity,
|
|
10019
|
+
Xe({ type: "customProperty", propertyId: v }),
|
|
10020
|
+
V,
|
|
10021
|
+
z
|
|
9997
10022
|
), await m.parent.callFunctionAsync(
|
|
9998
10023
|
"__triggerEventV1__",
|
|
9999
|
-
|
|
10024
|
+
re("refPropertyChangeEvent", m.nodeId, v),
|
|
10000
10025
|
"",
|
|
10001
10026
|
V,
|
|
10002
10027
|
z ?? V
|
|
10003
10028
|
), await m.parent.callFunctionAsync(
|
|
10004
10029
|
"__triggerEventV1__",
|
|
10005
|
-
|
|
10030
|
+
re(
|
|
10006
10031
|
"multipleRefPropertyChangeEvent",
|
|
10007
10032
|
m.nodeId,
|
|
10008
10033
|
v
|
|
@@ -10010,12 +10035,6 @@ function Ce(t, n, e, o, i) {
|
|
|
10010
10035
|
"",
|
|
10011
10036
|
V,
|
|
10012
10037
|
z ?? V
|
|
10013
|
-
), t.value?.code.reactivity && mt(
|
|
10014
|
-
m,
|
|
10015
|
-
t.value.code.reactivity,
|
|
10016
|
-
Xe({ type: "customProperty", propertyId: v }),
|
|
10017
|
-
V,
|
|
10018
|
-
z
|
|
10019
10038
|
));
|
|
10020
10039
|
}
|
|
10021
10040
|
async function $(v, V, z) {
|
|
@@ -10030,7 +10049,7 @@ function Ce(t, n, e, o, i) {
|
|
|
10030
10049
|
async function w(v, V, z) {
|
|
10031
10050
|
m.vm && (await m.callFunctionAsync(
|
|
10032
10051
|
"__triggerEventV1__",
|
|
10033
|
-
|
|
10052
|
+
re("stateChangeEvent", "globality", v),
|
|
10034
10053
|
"",
|
|
10035
10054
|
V,
|
|
10036
10055
|
z ?? V
|
|
@@ -10047,17 +10066,17 @@ function J() {
|
|
|
10047
10066
|
const t = st();
|
|
10048
10067
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
10049
10068
|
}
|
|
10050
|
-
const
|
|
10069
|
+
const Sc = (t, n, e) => {
|
|
10051
10070
|
const o = t[n];
|
|
10052
10071
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((i, r) => {
|
|
10053
10072
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
|
|
10054
10073
|
});
|
|
10055
10074
|
};
|
|
10056
10075
|
async function bd(t) {
|
|
10057
|
-
return (await
|
|
10076
|
+
return (await Sc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.lnh9uz5k.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.dh8fod7n.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
10058
10077
|
}
|
|
10059
10078
|
export {
|
|
10060
|
-
|
|
10079
|
+
Tc as addIndent,
|
|
10061
10080
|
ca as ambientLightV1,
|
|
10062
10081
|
Ea as badgeV1,
|
|
10063
10082
|
Wt as barChartV1,
|
|
@@ -10073,19 +10092,19 @@ export {
|
|
|
10073
10092
|
Dt as chipV1,
|
|
10074
10093
|
Wa as colorPickerV1,
|
|
10075
10094
|
Fa as comboboxV1,
|
|
10076
|
-
|
|
10095
|
+
Kc as compMetaStringify,
|
|
10077
10096
|
Qo as compTypes,
|
|
10078
10097
|
jt as containerV1,
|
|
10079
|
-
|
|
10098
|
+
Mc as dataStringify,
|
|
10080
10099
|
Ka as dataTableV1,
|
|
10081
10100
|
Da as datePickerV1,
|
|
10082
10101
|
Oa as dialogV1,
|
|
10083
10102
|
da as directionalLightV1,
|
|
10084
10103
|
rc as duplicateNodePair,
|
|
10085
|
-
|
|
10086
|
-
|
|
10104
|
+
Xc as duplicateNodePairs,
|
|
10105
|
+
Oc as elementKeys,
|
|
10087
10106
|
Pe as elements,
|
|
10088
|
-
|
|
10107
|
+
Gc as fileInputV1,
|
|
10089
10108
|
Nt as flexLayoutEntryV1,
|
|
10090
10109
|
et as flexLayoutV1,
|
|
10091
10110
|
Jt as formV1,
|
|
@@ -10094,13 +10113,13 @@ export {
|
|
|
10094
10113
|
Le as getField,
|
|
10095
10114
|
ft as getImplementMethodName,
|
|
10096
10115
|
Tn as getIndexOfBreakpoint,
|
|
10097
|
-
|
|
10116
|
+
qc as getNodeLite,
|
|
10098
10117
|
Ei as getPropertyDefault,
|
|
10099
10118
|
R as getTag,
|
|
10100
10119
|
Pa as globalityV1,
|
|
10101
10120
|
fa as groupV1,
|
|
10102
10121
|
nt as hasComp,
|
|
10103
|
-
|
|
10122
|
+
Uc as hasSlot,
|
|
10104
10123
|
qa as iconV1,
|
|
10105
10124
|
T as initNode,
|
|
10106
10125
|
M as initProperties,
|
|
@@ -10121,20 +10140,20 @@ export {
|
|
|
10121
10140
|
Yo as isLocaleOfEventKind,
|
|
10122
10141
|
Xo as isLocaleOfMethodKind,
|
|
10123
10142
|
qo as isLocaleOfPropertyKind,
|
|
10124
|
-
|
|
10143
|
+
Rc as isLocaleOfSlotKind,
|
|
10125
10144
|
bn as isPercentStr,
|
|
10126
10145
|
It as isPixelStr,
|
|
10127
10146
|
ta as keyboardControlsV1,
|
|
10128
10147
|
Ft as lineChartV1,
|
|
10129
10148
|
bd as loadLocaleMessageRuntime,
|
|
10130
|
-
|
|
10149
|
+
re as makeEventId,
|
|
10131
10150
|
dd as makeEventKeyOfCustomSlot,
|
|
10132
|
-
|
|
10151
|
+
yc as makeEventKeyOfElementSlot,
|
|
10133
10152
|
En as makeMethodId,
|
|
10134
|
-
|
|
10153
|
+
ad as makeMethodKeyOfCustomSlot,
|
|
10135
10154
|
yo as makeMethodKeyOfElementSlot,
|
|
10136
10155
|
dn as makePropertyId,
|
|
10137
|
-
|
|
10156
|
+
rd as makePropertyKeyOfCustomSlot,
|
|
10138
10157
|
pn as makePropertyKeyOfElementSlot,
|
|
10139
10158
|
md as makeSlotId,
|
|
10140
10159
|
Xe as makeTriggerId,
|
|
@@ -10147,29 +10166,29 @@ export {
|
|
|
10147
10166
|
qt as numberInputV1,
|
|
10148
10167
|
ia as orbitControlsV1,
|
|
10149
10168
|
Ql as orthographicCameraV1,
|
|
10150
|
-
|
|
10169
|
+
Wc as pageMetaStringify,
|
|
10151
10170
|
Zo as pageTypes,
|
|
10152
10171
|
Za as paginationV1,
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10172
|
+
Dc as parseCompMeta,
|
|
10173
|
+
Bc as parseData,
|
|
10174
|
+
Fc as parsePageMeta,
|
|
10156
10175
|
Pt as parsePercentStr,
|
|
10157
|
-
|
|
10176
|
+
Ac as parsePixelStr,
|
|
10158
10177
|
ea as perspectiveCameraV1,
|
|
10159
10178
|
sc as pkgs,
|
|
10160
10179
|
pa as pointLightV1,
|
|
10161
|
-
|
|
10180
|
+
td as provideDark,
|
|
10162
10181
|
_e as provideData,
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
10182
|
+
od as provideDepends,
|
|
10183
|
+
ed as provideDevice,
|
|
10184
|
+
Zc as provideEnv,
|
|
10185
|
+
nd as provideId,
|
|
10186
|
+
Qc as provideMode,
|
|
10168
10187
|
fo as provideNode,
|
|
10169
|
-
|
|
10170
|
-
|
|
10188
|
+
Yc as provideOrg,
|
|
10189
|
+
sd as provideRuntime,
|
|
10171
10190
|
dc as provideSandbox,
|
|
10172
|
-
|
|
10191
|
+
id as provideType,
|
|
10173
10192
|
Yt as radioGroupV1,
|
|
10174
10193
|
Xt as radioV1,
|
|
10175
10194
|
tu as rangeSliderV1,
|
|
@@ -10182,7 +10201,7 @@ export {
|
|
|
10182
10201
|
hn as setField,
|
|
10183
10202
|
ou as sliderV1,
|
|
10184
10203
|
xa as slotV1,
|
|
10185
|
-
|
|
10204
|
+
Jc as spawnNode,
|
|
10186
10205
|
Rt as sphereGeometryV1,
|
|
10187
10206
|
ma as spotLightV1,
|
|
10188
10207
|
Zt as stepperHeaderV1,
|
|
@@ -10198,19 +10217,19 @@ export {
|
|
|
10198
10217
|
rn as textareaV1,
|
|
10199
10218
|
ln as timelineItemV1,
|
|
10200
10219
|
an as timelineV1,
|
|
10201
|
-
|
|
10202
|
-
|
|
10220
|
+
Hc as toEventName,
|
|
10221
|
+
Nc as toMethodName,
|
|
10203
10222
|
U as toNodeLite,
|
|
10204
|
-
|
|
10223
|
+
jc as toPropertyName,
|
|
10205
10224
|
mt as triggerReactivity,
|
|
10206
10225
|
fc as unwrapEventId,
|
|
10207
10226
|
pd as unwrapEventKeyOfCustomSlot,
|
|
10208
10227
|
cd as unwrapEventKeyOfElementSlot,
|
|
10209
10228
|
pc as unwrapMethodId,
|
|
10210
|
-
|
|
10229
|
+
ud as unwrapMethodKeyOfCustomSlot,
|
|
10211
10230
|
mc as unwrapMethodKeyOfElementSlot,
|
|
10212
10231
|
zi as unwrapPropertyId,
|
|
10213
|
-
|
|
10232
|
+
ld as unwrapPropertyKeyOfCustomSlot,
|
|
10214
10233
|
Li as unwrapPropertyKeyOfElementSlot,
|
|
10215
10234
|
fd as unwrapSlotId,
|
|
10216
10235
|
Se as useDepend,
|