x-runtime-lib 0.8.149 → 0.8.150
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 +129 -131
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,10 +29,10 @@ var ke = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as Re, computed as I, renderSlot as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as Re, computed as I, renderSlot as F, normalizeStyle as de, ref as ie, watch as pe, onUnmounted as Se, onBeforeMount as ni, watchEffect as Ie, createVNode as D, createBlock as C, useTemplateRef as wo, onMounted as Io, nextTick as on, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as sn, renderList as oi, useId as $o, withModifiers as ii, normalizeClass as si, toDisplayString as So, useAttrs as bt, inject as fe, provide as ye, readonly as rn } from "vue";
|
|
33
33
|
import { globalObjects as he, waitUtil as Co, useViewStack as Vo, eventBus as Po, messageInfo as ri, messageSuccess as li, messageWarning as Lo, messageError as zo, createAxios as ai, openConfirmDlg as ci, openPromptDlg as ui } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as To, DirectionalLightHelper as mi, PointLightHelper as pi, SpotLightHelper as di } from "three";
|
|
35
|
-
import { i as me, c as qe, K as fi, M as yi, O as bi, u as gi, r as Eo, e as Ao, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as $i, l as Mo, m as
|
|
35
|
+
import { i as me, c as qe, K as fi, M as yi, O as bi, u as gi, r as Eo, e as Ao, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as $i, l as Mo, m as O, H as Si, n as Ci, o as Vi, p as Pi, q as Li } from "./vendor.m8tdmh16.js";
|
|
36
36
|
import { useTheme as zi } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Ti } from "x-error-lib";
|
|
38
38
|
const wn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
@@ -381,12 +381,12 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
381
381
|
key: 0,
|
|
382
382
|
style: de(e.value)
|
|
383
383
|
}, [
|
|
384
|
-
|
|
384
|
+
F(s.$slots, "default"),
|
|
385
385
|
t.mask ? (w(), te("div", {
|
|
386
386
|
key: 0,
|
|
387
387
|
style: de(o.value)
|
|
388
388
|
}, null, 4)) : se("", !0)
|
|
389
|
-
], 4)) :
|
|
389
|
+
], 4)) : F(s.$slots, "default", { key: 1 });
|
|
390
390
|
}
|
|
391
391
|
});
|
|
392
392
|
function Di(t) {
|
|
@@ -416,7 +416,7 @@ function mt(t, n, e) {
|
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
const
|
|
419
|
+
const Oi = (t, n, e, o) => {
|
|
420
420
|
let s;
|
|
421
421
|
if (t ? s = t.getElementProperty(n.basic.id, e) : s = Ve(n, e), o) {
|
|
422
422
|
if (typeof s == "string")
|
|
@@ -425,16 +425,16 @@ const Fi = (t, n, e, o) => {
|
|
|
425
425
|
return;
|
|
426
426
|
} else
|
|
427
427
|
return s;
|
|
428
|
-
},
|
|
428
|
+
}, Fi = (t, n, e, o, s) => {
|
|
429
429
|
let i;
|
|
430
430
|
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : an(n, e, i);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
433
|
const o = _e(), s = ie();
|
|
434
434
|
return Ie(() => {
|
|
435
|
-
s.value =
|
|
435
|
+
s.value = Oi(o, t.value, n, e);
|
|
436
436
|
}), pe(s, (i, l) => {
|
|
437
|
-
me(i, l) ||
|
|
437
|
+
me(i, l) || Fi(o, t.value, n, s.value, e);
|
|
438
438
|
}), { property: s };
|
|
439
439
|
}
|
|
440
440
|
function ue(t) {
|
|
@@ -517,7 +517,7 @@ function Do(t) {
|
|
|
517
517
|
}
|
|
518
518
|
return { show: n, position: e, type: o, data: s, applyXAxis: i };
|
|
519
519
|
}
|
|
520
|
-
function
|
|
520
|
+
function Oo(t) {
|
|
521
521
|
const n = I(() => t.value.yAxis?.show), e = I(() => t.value.yAxis?.position), o = I(() => t.value.yAxis?.type), s = I(() => t.value.yAxis?.data);
|
|
522
522
|
function i(l) {
|
|
523
523
|
l.yAxis = {
|
|
@@ -564,7 +564,7 @@ function pn(t) {
|
|
|
564
564
|
return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: i };
|
|
565
565
|
}
|
|
566
566
|
function be(t, n) {
|
|
567
|
-
const e = Z(), o =
|
|
567
|
+
const e = Z(), o = Fe(), s = I(() => n.value.size?.width), i = I(() => n.value.size?.minWidth), l = I(() => n.value.size?.maxWidth), c = I(() => {
|
|
568
568
|
if (t.outer && e === "editor") {
|
|
569
569
|
const p = wt(n.value.size?.height);
|
|
570
570
|
if (p)
|
|
@@ -616,7 +616,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
616
616
|
key: 0,
|
|
617
617
|
type: r(To)
|
|
618
618
|
}, null, 8, ["type"])) : se("", !0),
|
|
619
|
-
|
|
619
|
+
F(b.$slots, "default")
|
|
620
620
|
], 8, Ni));
|
|
621
621
|
}
|
|
622
622
|
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Gi = /* @__PURE__ */ $({
|
|
@@ -642,7 +642,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
642
642
|
key: 0,
|
|
643
643
|
type: r(To)
|
|
644
644
|
}, null, 8, ["type"])) : se("", !0),
|
|
645
|
-
|
|
645
|
+
F(p.$slots, "default")
|
|
646
646
|
], 8, Hi));
|
|
647
647
|
}
|
|
648
648
|
}), Ji = /* @__PURE__ */ $({
|
|
@@ -756,7 +756,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
756
756
|
scale: r(i)
|
|
757
757
|
}, [
|
|
758
758
|
D(r(Ke)),
|
|
759
|
-
|
|
759
|
+
F(u.$slots, "default")
|
|
760
760
|
], 8, es));
|
|
761
761
|
}
|
|
762
762
|
}), ns = ["color", "intensity", "position", "rotation", "scale"], os = /* @__PURE__ */ $({
|
|
@@ -783,7 +783,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
783
783
|
key: 0,
|
|
784
784
|
type: r(mi)
|
|
785
785
|
}, null, 8, ["type"])) : se("", !0),
|
|
786
|
-
|
|
786
|
+
F(d.$slots, "default")
|
|
787
787
|
], 8, ns));
|
|
788
788
|
}
|
|
789
789
|
}), is = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], ss = /* @__PURE__ */ $({
|
|
@@ -815,7 +815,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
815
815
|
key: 0,
|
|
816
816
|
type: r(pi)
|
|
817
817
|
}, null, 8, ["type"])) : se("", !0),
|
|
818
|
-
|
|
818
|
+
F(f.$slots, "default")
|
|
819
819
|
], 8, is));
|
|
820
820
|
}
|
|
821
821
|
}), rs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], ls = /* @__PURE__ */ $({
|
|
@@ -852,7 +852,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
852
852
|
key: 0,
|
|
853
853
|
type: r(di)
|
|
854
854
|
}, null, 8, ["type"])) : se("", !0),
|
|
855
|
-
|
|
855
|
+
F(_.$slots, "default")
|
|
856
856
|
], 8, rs));
|
|
857
857
|
}
|
|
858
858
|
}), as = {};
|
|
@@ -873,7 +873,7 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
873
873
|
rotation: r(s),
|
|
874
874
|
scale: r(i)
|
|
875
875
|
}, [
|
|
876
|
-
|
|
876
|
+
F(l.$slots, "default")
|
|
877
877
|
], 8, ms));
|
|
878
878
|
}
|
|
879
879
|
}), ds = ["position", "rotation", "scale"], fs = /* @__PURE__ */ $({
|
|
@@ -890,10 +890,10 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
890
890
|
rotation: r(s),
|
|
891
891
|
scale: r(i)
|
|
892
892
|
}, [
|
|
893
|
-
|
|
893
|
+
F(l.$slots, "default")
|
|
894
894
|
], 8, ds));
|
|
895
895
|
}
|
|
896
|
-
}), ys = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], bs = "#242424", gs = {}, hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, _s = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Ls = { 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" } }, zs = { 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)" } } }, Ts = { 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)" } } }, Es = { 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"] } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Rs = { textStyle: { color: "#eeeeee" } }, Ks = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ds = { 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" } } },
|
|
896
|
+
}), ys = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], bs = "#242424", gs = {}, hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, _s = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Ls = { 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" } }, zs = { 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)" } } }, Ts = { 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)" } } }, Es = { 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"] } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Rs = { textStyle: { color: "#eeeeee" } }, Ks = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ds = { 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" } } }, Os = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Fs = { 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" } }, Ns = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, js = {
|
|
897
897
|
color: ys,
|
|
898
898
|
backgroundColor: bs,
|
|
899
899
|
textStyle: gs,
|
|
@@ -920,8 +920,8 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
920
920
|
legend: Rs,
|
|
921
921
|
tooltip: Ks,
|
|
922
922
|
timeline: Ds,
|
|
923
|
-
visualMap:
|
|
924
|
-
dataZoom:
|
|
923
|
+
visualMap: Os,
|
|
924
|
+
dataZoom: Fs,
|
|
925
925
|
markPoint: Ns
|
|
926
926
|
}, Hs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Gs = "#f5f5f5", Js = {}, Us = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, rr = { 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" } }, lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { 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"] } } }, ur = { 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"] } } }, mr = { 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"] } } }, pr = { 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"] } } }, dr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, fr = { textStyle: { color: "#333333" } }, yr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, br = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, gr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, hr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, _r = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, vr = {
|
|
927
927
|
color: Hs,
|
|
@@ -974,7 +974,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } = P(n), o =
|
|
977
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: k } = Do(e), { applyYAxis: g } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = I(() => {
|
|
978
978
|
const L = {}, U = l.value?.type;
|
|
979
979
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
980
|
}), z = wo("chart");
|
|
@@ -1036,7 +1036,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } = P(n), o =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: k } = Do(e), { applyYAxis: g } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = I(() => {
|
|
1040
1040
|
const L = {}, U = l.value?.type;
|
|
1041
1041
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
1042
|
}), z = wo("chart");
|
|
@@ -1119,7 +1119,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1119
1119
|
theme: r(i)
|
|
1120
1120
|
}, {
|
|
1121
1121
|
default: V(() => [
|
|
1122
|
-
|
|
1122
|
+
F(m.$slots, "default")
|
|
1123
1123
|
]),
|
|
1124
1124
|
_: 3
|
|
1125
1125
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
|
|
@@ -1200,7 +1200,7 @@ function Sr(t, n) {
|
|
|
1200
1200
|
const e = B("v-btn-group");
|
|
1201
1201
|
return w(), C(e, null, {
|
|
1202
1202
|
default: V(() => [
|
|
1203
|
-
|
|
1203
|
+
F(t.$slots, "default")
|
|
1204
1204
|
]),
|
|
1205
1205
|
_: 3
|
|
1206
1206
|
});
|
|
@@ -1242,7 +1242,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1242
1242
|
variant: r(b)
|
|
1243
1243
|
}, {
|
|
1244
1244
|
default: V(() => [
|
|
1245
|
-
|
|
1245
|
+
F(_.$slots, "default")
|
|
1246
1246
|
]),
|
|
1247
1247
|
_: 3
|
|
1248
1248
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1285,7 +1285,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1285
1285
|
width: r(x)
|
|
1286
1286
|
}, {
|
|
1287
1287
|
default: V(() => [
|
|
1288
|
-
|
|
1288
|
+
F(h.$slots, "default")
|
|
1289
1289
|
]),
|
|
1290
1290
|
_: 3
|
|
1291
1291
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -1403,7 +1403,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1403
1403
|
theme: r(d)
|
|
1404
1404
|
}, {
|
|
1405
1405
|
default: V(() => [
|
|
1406
|
-
|
|
1406
|
+
F(f.$slots, "default")
|
|
1407
1407
|
]),
|
|
1408
1408
|
_: 3
|
|
1409
1409
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
@@ -1522,7 +1522,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1522
1522
|
Re("div", {
|
|
1523
1523
|
style: de(p.value)
|
|
1524
1524
|
}, [
|
|
1525
|
-
|
|
1525
|
+
F(f.$slots, "default")
|
|
1526
1526
|
], 4)
|
|
1527
1527
|
]),
|
|
1528
1528
|
_: 3
|
|
@@ -1678,13 +1678,13 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1678
1678
|
}, null, 8, Kr)) : se("", !0)
|
|
1679
1679
|
]),
|
|
1680
1680
|
default: V(() => [
|
|
1681
|
-
|
|
1681
|
+
F(s.$slots, "default")
|
|
1682
1682
|
]),
|
|
1683
1683
|
_: 3
|
|
1684
1684
|
}, 8, ["modelValue"]);
|
|
1685
1685
|
};
|
|
1686
1686
|
}
|
|
1687
|
-
}),
|
|
1687
|
+
}), Or = /* @__PURE__ */ $({
|
|
1688
1688
|
__name: "index",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
nodeId: {},
|
|
@@ -1732,7 +1732,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1732
1732
|
});
|
|
1733
1733
|
};
|
|
1734
1734
|
}
|
|
1735
|
-
}),
|
|
1735
|
+
}), Fr = /* @__PURE__ */ $({
|
|
1736
1736
|
__name: "index",
|
|
1737
1737
|
props: {
|
|
1738
1738
|
nodeId: {},
|
|
@@ -1740,7 +1740,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1740
1740
|
refContext: {}
|
|
1741
1741
|
},
|
|
1742
1742
|
setup(t) {
|
|
1743
|
-
const n = t, { node: e } = P(n), o =
|
|
1743
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ce(), i = re(), { applySize: l } = be(n, e), { applyMargin: c } = mn(e), { applyPadding: m } = pn(e), { applyBorder: u } = un(e), { property: d } = a(e, [
|
|
1744
1744
|
"settings",
|
|
1745
1745
|
"backgroundColor"
|
|
1746
1746
|
]), { color: p } = Q(d), f = (_) => {
|
|
@@ -1760,7 +1760,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1760
1760
|
return (_, k) => (w(), te("div", {
|
|
1761
1761
|
style: de(b.value)
|
|
1762
1762
|
}, [
|
|
1763
|
-
|
|
1763
|
+
F(_.$slots, "default")
|
|
1764
1764
|
], 4));
|
|
1765
1765
|
}
|
|
1766
1766
|
}), Nr = /* @__PURE__ */ $({
|
|
@@ -1778,7 +1778,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1778
1778
|
return (u, d) => (w(), te("div", {
|
|
1779
1779
|
style: de(m.value)
|
|
1780
1780
|
}, [
|
|
1781
|
-
|
|
1781
|
+
F(u.$slots, "default")
|
|
1782
1782
|
], 4));
|
|
1783
1783
|
}
|
|
1784
1784
|
}), jr = /* @__PURE__ */ $({
|
|
@@ -1815,7 +1815,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1815
1815
|
onSubmit: ii(k, ["prevent"])
|
|
1816
1816
|
}, {
|
|
1817
1817
|
default: V(() => [
|
|
1818
|
-
|
|
1818
|
+
F(g.$slots, "default")
|
|
1819
1819
|
]),
|
|
1820
1820
|
_: 3
|
|
1821
1821
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -1877,7 +1877,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1877
1877
|
}, null, 8, Gr)) : se("", !0)
|
|
1878
1878
|
]),
|
|
1879
1879
|
default: V(() => [
|
|
1880
|
-
|
|
1880
|
+
F(m.$slots, "default")
|
|
1881
1881
|
]),
|
|
1882
1882
|
_: 3
|
|
1883
1883
|
}, 8, ["modelValue", "target"]);
|
|
@@ -2070,7 +2070,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2070
2070
|
theme: r(m)
|
|
2071
2071
|
}, {
|
|
2072
2072
|
default: V(() => [
|
|
2073
|
-
|
|
2073
|
+
F(d.$slots, "default")
|
|
2074
2074
|
]),
|
|
2075
2075
|
_: 3
|
|
2076
2076
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2394,7 +2394,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2394
2394
|
theme: r(s)
|
|
2395
2395
|
}, {
|
|
2396
2396
|
default: V(() => [
|
|
2397
|
-
|
|
2397
|
+
F(l.$slots, "default")
|
|
2398
2398
|
]),
|
|
2399
2399
|
_: 3
|
|
2400
2400
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
@@ -2405,7 +2405,7 @@ function il(t, n) {
|
|
|
2405
2405
|
const e = B("v-stepper-header");
|
|
2406
2406
|
return w(), C(e, null, {
|
|
2407
2407
|
default: V(() => [
|
|
2408
|
-
|
|
2408
|
+
F(t.$slots, "default")
|
|
2409
2409
|
]),
|
|
2410
2410
|
_: 3
|
|
2411
2411
|
});
|
|
@@ -2423,7 +2423,7 @@ const sl = /* @__PURE__ */ De(ol, [["render", il]]), rl = /* @__PURE__ */ $({
|
|
|
2423
2423
|
const l = B("v-stepper-item");
|
|
2424
2424
|
return w(), C(l, { value: r(o) }, {
|
|
2425
2425
|
default: V(() => [
|
|
2426
|
-
|
|
2426
|
+
F(s.$slots, "default")
|
|
2427
2427
|
]),
|
|
2428
2428
|
_: 3
|
|
2429
2429
|
}, 8, ["value"]);
|
|
@@ -2434,7 +2434,7 @@ function al(t, n) {
|
|
|
2434
2434
|
const e = B("v-stepper-window");
|
|
2435
2435
|
return w(), C(e, null, {
|
|
2436
2436
|
default: V(() => [
|
|
2437
|
-
|
|
2437
|
+
F(t.$slots, "default")
|
|
2438
2438
|
]),
|
|
2439
2439
|
_: 3
|
|
2440
2440
|
});
|
|
@@ -2452,7 +2452,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2452
2452
|
const l = B("v-stepper-window-item");
|
|
2453
2453
|
return w(), C(l, { value: r(o) }, {
|
|
2454
2454
|
default: V(() => [
|
|
2455
|
-
|
|
2455
|
+
F(s.$slots, "default")
|
|
2456
2456
|
]),
|
|
2457
2457
|
_: 3
|
|
2458
2458
|
}, 8, ["value"]);
|
|
@@ -2602,7 +2602,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2602
2602
|
theme: r(T)
|
|
2603
2603
|
}, {
|
|
2604
2604
|
default: V(() => [
|
|
2605
|
-
|
|
2605
|
+
F(Y.$slots, "default")
|
|
2606
2606
|
]),
|
|
2607
2607
|
_: 3
|
|
2608
2608
|
}, 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"])
|
|
@@ -2619,7 +2619,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2619
2619
|
refContext: {}
|
|
2620
2620
|
},
|
|
2621
2621
|
setup(t) {
|
|
2622
|
-
const n = t, { node: e } = P(n), o =
|
|
2622
|
+
const n = t, { node: e } = P(n), o = Fe(), { property: s } = a(e, ["settings", "align"]), { property: i } = a(e, [
|
|
2623
2623
|
"settings",
|
|
2624
2624
|
"decoration"
|
|
2625
2625
|
]), { property: l } = a(e, [
|
|
@@ -2879,7 +2879,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2879
2879
|
"truncate-line": r(k)
|
|
2880
2880
|
}, {
|
|
2881
2881
|
default: V(() => [
|
|
2882
|
-
|
|
2882
|
+
F(x.$slots, "default")
|
|
2883
2883
|
]),
|
|
2884
2884
|
_: 3
|
|
2885
2885
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2890,7 +2890,7 @@ function _l(t, n) {
|
|
|
2890
2890
|
const e = B("v-timeline-item");
|
|
2891
2891
|
return w(), C(e, null, {
|
|
2892
2892
|
default: V(() => [
|
|
2893
|
-
|
|
2893
|
+
F(t.$slots, "default")
|
|
2894
2894
|
]),
|
|
2895
2895
|
_: 3
|
|
2896
2896
|
});
|
|
@@ -2930,7 +2930,7 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2930
2930
|
touch: r(m)
|
|
2931
2931
|
}, {
|
|
2932
2932
|
default: V(() => [
|
|
2933
|
-
|
|
2933
|
+
F(p.$slots, "default")
|
|
2934
2934
|
]),
|
|
2935
2935
|
_: 3
|
|
2936
2936
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2941,7 +2941,7 @@ function wl(t, n) {
|
|
|
2941
2941
|
const e = B("v-window-item");
|
|
2942
2942
|
return w(), C(e, null, {
|
|
2943
2943
|
default: V(() => [
|
|
2944
|
-
|
|
2944
|
+
F(t.$slots, "default")
|
|
2945
2945
|
]),
|
|
2946
2946
|
_: 3
|
|
2947
2947
|
});
|
|
@@ -2958,7 +2958,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
2958
2958
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Se(() => {
|
|
2959
2959
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
2960
2960
|
});
|
|
2961
|
-
const n = Z(), e = re(), o = I(() =>
|
|
2961
|
+
const n = Z(), e = re(), o = I(() => O(e.value));
|
|
2962
2962
|
ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
2963
2963
|
const s = (l) => {
|
|
2964
2964
|
const c = $e[l.key];
|
|
@@ -3022,7 +3022,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3022
3022
|
]),
|
|
3023
3023
|
_: 1
|
|
3024
3024
|
})) : se("", !0),
|
|
3025
|
-
|
|
3025
|
+
F(n.$slots, "default")
|
|
3026
3026
|
], 8, Sl));
|
|
3027
3027
|
}
|
|
3028
3028
|
}), Vl = /* @__PURE__ */ $({
|
|
@@ -3128,7 +3128,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3128
3128
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Se(() => {
|
|
3129
3129
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
3130
3130
|
});
|
|
3131
|
-
const n = Z(), e = re(), o = I(() =>
|
|
3131
|
+
const n = Z(), e = re(), o = I(() => O(e.value));
|
|
3132
3132
|
ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
3133
3133
|
const s = (l) => {
|
|
3134
3134
|
const c = $e[l.key];
|
|
@@ -3370,7 +3370,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3370
3370
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3371
3371
|
return (s, i) => (w(), C(r(H), null, {
|
|
3372
3372
|
default: V(() => [
|
|
3373
|
-
r(o) ?
|
|
3373
|
+
r(o) ? F(s.$slots, "default", { key: 0 }) : se("", !0)
|
|
3374
3374
|
]),
|
|
3375
3375
|
_: 3
|
|
3376
3376
|
}));
|
|
@@ -3540,7 +3540,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3540
3540
|
]
|
|
3541
3541
|
}
|
|
3542
3542
|
]
|
|
3543
|
-
}, El =
|
|
3543
|
+
}, El = O(ee), Ae = {
|
|
3544
3544
|
key: "border",
|
|
3545
3545
|
name: "x-runtime-lib.border",
|
|
3546
3546
|
children: [
|
|
@@ -4086,7 +4086,7 @@ function Kl(t, n) {
|
|
|
4086
4086
|
z: 1
|
|
4087
4087
|
}
|
|
4088
4088
|
};
|
|
4089
|
-
const l = Dl(t, n), c =
|
|
4089
|
+
const l = Dl(t, n), c = Ol(t, n);
|
|
4090
4090
|
return {
|
|
4091
4091
|
nodeLite: M(i, [l.nodeLite, c.nodeLite]),
|
|
4092
4092
|
nodes: {
|
|
@@ -4126,7 +4126,7 @@ function Dl(t, n) {
|
|
|
4126
4126
|
}
|
|
4127
4127
|
};
|
|
4128
4128
|
}
|
|
4129
|
-
function
|
|
4129
|
+
function Ol(t, n) {
|
|
4130
4130
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4131
4131
|
if (!o) {
|
|
4132
4132
|
console.error(
|
|
@@ -4208,7 +4208,7 @@ const Cn = {
|
|
|
4208
4208
|
spawn: Kl
|
|
4209
4209
|
};
|
|
4210
4210
|
S(Lt);
|
|
4211
|
-
function
|
|
4211
|
+
function Fl(t, n) {
|
|
4212
4212
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4213
4213
|
if (!o) {
|
|
4214
4214
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -4365,10 +4365,10 @@ const Vn = {
|
|
|
4365
4365
|
methods: [],
|
|
4366
4366
|
slots: [],
|
|
4367
4367
|
leaf: !0,
|
|
4368
|
-
spawn:
|
|
4368
|
+
spawn: Fl
|
|
4369
4369
|
};
|
|
4370
4370
|
S(zt);
|
|
4371
|
-
const ht =
|
|
4371
|
+
const ht = O(ee);
|
|
4372
4372
|
ht.children[0].default = "custom";
|
|
4373
4373
|
ht.children[2].children[0].default = "0xffffff";
|
|
4374
4374
|
ht.children[2].children[1].default = "0xffffff";
|
|
@@ -4398,7 +4398,7 @@ const Pn = {
|
|
|
4398
4398
|
slots: []
|
|
4399
4399
|
};
|
|
4400
4400
|
S(Hl);
|
|
4401
|
-
const _t =
|
|
4401
|
+
const _t = O(ee);
|
|
4402
4402
|
_t.children[0].default = "custom";
|
|
4403
4403
|
_t.children[2].children[0].default = "0xffffff";
|
|
4404
4404
|
_t.children[2].children[1].default = "0xffffff";
|
|
@@ -4428,7 +4428,7 @@ const Ln = {
|
|
|
4428
4428
|
slots: []
|
|
4429
4429
|
};
|
|
4430
4430
|
S(Gl);
|
|
4431
|
-
const vt =
|
|
4431
|
+
const vt = O(ee);
|
|
4432
4432
|
vt.children[0].default = "custom";
|
|
4433
4433
|
vt.children[2].children[0].default = "0xffffff";
|
|
4434
4434
|
vt.children[2].children[1].default = "0xffffff";
|
|
@@ -4472,7 +4472,7 @@ const zn = {
|
|
|
4472
4472
|
slots: []
|
|
4473
4473
|
};
|
|
4474
4474
|
S(Jl);
|
|
4475
|
-
const xt =
|
|
4475
|
+
const xt = O(ee);
|
|
4476
4476
|
xt.children[0].default = "custom";
|
|
4477
4477
|
xt.children[2].children[0].default = "0xffffff";
|
|
4478
4478
|
xt.children[2].children[1].default = "0xffffff";
|
|
@@ -4751,7 +4751,7 @@ function Ql(t, n) {
|
|
|
4751
4751
|
}
|
|
4752
4752
|
};
|
|
4753
4753
|
}
|
|
4754
|
-
const ea =
|
|
4754
|
+
const ea = O(ee), Wn = {
|
|
4755
4755
|
key: "settings",
|
|
4756
4756
|
name: "x-runtime-lib.settings",
|
|
4757
4757
|
children: [
|
|
@@ -5050,7 +5050,7 @@ const Kn = {
|
|
|
5050
5050
|
leaf: !0
|
|
5051
5051
|
};
|
|
5052
5052
|
S(ia);
|
|
5053
|
-
const sa =
|
|
5053
|
+
const sa = O(ee), Dn = {
|
|
5054
5054
|
key: "settings",
|
|
5055
5055
|
name: "x-runtime-lib.settings",
|
|
5056
5056
|
children: [
|
|
@@ -5189,7 +5189,7 @@ function Ee(t, n, e, o) {
|
|
|
5189
5189
|
}
|
|
5190
5190
|
};
|
|
5191
5191
|
}
|
|
5192
|
-
const
|
|
5192
|
+
const On = {
|
|
5193
5193
|
key: "settings",
|
|
5194
5194
|
name: "x-runtime-lib.settings",
|
|
5195
5195
|
children: [
|
|
@@ -5248,8 +5248,8 @@ const Fn = {
|
|
|
5248
5248
|
name: "x-runtime-lib.chipGroup",
|
|
5249
5249
|
comp: Tr,
|
|
5250
5250
|
properties: {
|
|
5251
|
-
pageCommon: [y,
|
|
5252
|
-
compCommon: [y,
|
|
5251
|
+
pageCommon: [y, On],
|
|
5252
|
+
compCommon: [y, On]
|
|
5253
5253
|
},
|
|
5254
5254
|
spawn: ra
|
|
5255
5255
|
};
|
|
@@ -5265,7 +5265,7 @@ const la = {
|
|
|
5265
5265
|
leaf: !0
|
|
5266
5266
|
};
|
|
5267
5267
|
S(la);
|
|
5268
|
-
const
|
|
5268
|
+
const Fn = {
|
|
5269
5269
|
key: "settings",
|
|
5270
5270
|
name: "x-runtime-lib.settings",
|
|
5271
5271
|
children: [
|
|
@@ -5311,13 +5311,13 @@ const On = {
|
|
|
5311
5311
|
name: "x-runtime-lib.combobox",
|
|
5312
5312
|
comp: Ar,
|
|
5313
5313
|
properties: {
|
|
5314
|
-
pageCommon: [y,
|
|
5315
|
-
compCommon: [y,
|
|
5314
|
+
pageCommon: [y, Fn],
|
|
5315
|
+
compCommon: [y, Fn]
|
|
5316
5316
|
},
|
|
5317
5317
|
leaf: !0
|
|
5318
5318
|
};
|
|
5319
5319
|
S(aa);
|
|
5320
|
-
const dn =
|
|
5320
|
+
const dn = O(ee);
|
|
5321
5321
|
dn.key = "backgroundColor";
|
|
5322
5322
|
dn.name = "x-runtime-lib.backgroundColor";
|
|
5323
5323
|
const Nn = {
|
|
@@ -5542,7 +5542,7 @@ const Jn = {
|
|
|
5542
5542
|
}, Cu = {
|
|
5543
5543
|
key: "common_file_input_v1",
|
|
5544
5544
|
name: "x-runtime-lib.fileInput",
|
|
5545
|
-
comp:
|
|
5545
|
+
comp: Or,
|
|
5546
5546
|
properties: {
|
|
5547
5547
|
pageCommon: [y, Jn],
|
|
5548
5548
|
compCommon: [y, Jn]
|
|
@@ -5673,7 +5673,7 @@ function Kt(t, n, e, o, s, i, l, c, m) {
|
|
|
5673
5673
|
}
|
|
5674
5674
|
};
|
|
5675
5675
|
}
|
|
5676
|
-
const fn =
|
|
5676
|
+
const fn = O(ee);
|
|
5677
5677
|
fn.key = "backgroundColor";
|
|
5678
5678
|
fn.name = "x-runtime-lib.backgroundColor";
|
|
5679
5679
|
const qn = {
|
|
@@ -5849,7 +5849,7 @@ const qn = {
|
|
|
5849
5849
|
}, Ue = {
|
|
5850
5850
|
key: "common_flex_layout_v1",
|
|
5851
5851
|
name: "x-runtime-lib.flexLayout",
|
|
5852
|
-
comp:
|
|
5852
|
+
comp: Fr,
|
|
5853
5853
|
properties: {
|
|
5854
5854
|
pageCommon: [y, q, Ae, Me, We, qn],
|
|
5855
5855
|
compCommon: [y, q, Ae, Me, We, qn]
|
|
@@ -6050,13 +6050,13 @@ function fa(t, n) {
|
|
|
6050
6050
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
6051
6051
|
return;
|
|
6052
6052
|
}
|
|
6053
|
-
const s =
|
|
6053
|
+
const s = Ot.properties[o];
|
|
6054
6054
|
if (!s) {
|
|
6055
6055
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
6056
6056
|
return;
|
|
6057
6057
|
}
|
|
6058
6058
|
const i = A();
|
|
6059
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6059
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ot.key;
|
|
6060
6060
|
const l = ya(t, n);
|
|
6061
6061
|
return {
|
|
6062
6062
|
nodeLite: M(i, [l.nodeLite]),
|
|
@@ -6103,7 +6103,7 @@ const Zn = {
|
|
|
6103
6103
|
default: !1
|
|
6104
6104
|
}
|
|
6105
6105
|
]
|
|
6106
|
-
},
|
|
6106
|
+
}, Ot = {
|
|
6107
6107
|
key: "common_form_v1",
|
|
6108
6108
|
name: "x-runtime-lib.form",
|
|
6109
6109
|
comp: jr,
|
|
@@ -6119,8 +6119,8 @@ const Zn = {
|
|
|
6119
6119
|
],
|
|
6120
6120
|
spawn: fa
|
|
6121
6121
|
};
|
|
6122
|
-
S(
|
|
6123
|
-
const ba =
|
|
6122
|
+
S(Ot);
|
|
6123
|
+
const ba = O(ee), Qn = {
|
|
6124
6124
|
key: "settings",
|
|
6125
6125
|
name: "x-runtime-lib.settings",
|
|
6126
6126
|
children: [
|
|
@@ -6183,13 +6183,13 @@ function _a(t, n) {
|
|
|
6183
6183
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
6184
6184
|
return;
|
|
6185
6185
|
}
|
|
6186
|
-
const s =
|
|
6186
|
+
const s = Ft.properties[o];
|
|
6187
6187
|
if (!s) {
|
|
6188
6188
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
6189
6189
|
return;
|
|
6190
6190
|
}
|
|
6191
6191
|
const i = A();
|
|
6192
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6192
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Ft.key, i.settings.label = "label", i.settings.placeholder = "placeholder", {
|
|
6193
6193
|
nodeLite: M(i),
|
|
6194
6194
|
nodes: {
|
|
6195
6195
|
[i.basic.id]: i
|
|
@@ -6363,7 +6363,7 @@ const eo = {
|
|
|
6363
6363
|
]
|
|
6364
6364
|
}
|
|
6365
6365
|
]
|
|
6366
|
-
},
|
|
6366
|
+
}, Ft = {
|
|
6367
6367
|
key: "common_number_input_v1",
|
|
6368
6368
|
name: "x-runtime-lib.numberInput",
|
|
6369
6369
|
comp: Ur,
|
|
@@ -6396,7 +6396,7 @@ const eo = {
|
|
|
6396
6396
|
leaf: !0,
|
|
6397
6397
|
spawn: _a
|
|
6398
6398
|
};
|
|
6399
|
-
S(
|
|
6399
|
+
S(Ft);
|
|
6400
6400
|
const no = {
|
|
6401
6401
|
key: "settings",
|
|
6402
6402
|
name: "x-runtime-lib.settings",
|
|
@@ -6471,7 +6471,7 @@ const no = {
|
|
|
6471
6471
|
leaf: !0
|
|
6472
6472
|
};
|
|
6473
6473
|
S(va);
|
|
6474
|
-
const xa =
|
|
6474
|
+
const xa = O(ee), oo = {
|
|
6475
6475
|
key: "settings",
|
|
6476
6476
|
name: "x-runtime-lib.settings",
|
|
6477
6477
|
children: [
|
|
@@ -6868,13 +6868,13 @@ const lo = {
|
|
|
6868
6868
|
leaf: !0
|
|
6869
6869
|
};
|
|
6870
6870
|
S($a);
|
|
6871
|
-
const yn =
|
|
6871
|
+
const yn = O(ee);
|
|
6872
6872
|
yn.key = "color";
|
|
6873
6873
|
yn.name = "x-runtime-lib.color";
|
|
6874
|
-
const bn =
|
|
6874
|
+
const bn = O(ee);
|
|
6875
6875
|
bn.key = "trackColor";
|
|
6876
6876
|
bn.name = "x-runtime-lib.trackColor";
|
|
6877
|
-
const gn =
|
|
6877
|
+
const gn = O(ee);
|
|
6878
6878
|
gn.key = "thumbColor";
|
|
6879
6879
|
gn.name = "x-runtime-lib.thumbColor";
|
|
6880
6880
|
const ao = {
|
|
@@ -7321,13 +7321,13 @@ function Ct(t, n, e, o) {
|
|
|
7321
7321
|
}
|
|
7322
7322
|
};
|
|
7323
7323
|
}
|
|
7324
|
-
const hn =
|
|
7324
|
+
const hn = O(ee);
|
|
7325
7325
|
hn.key = "backgroundColor";
|
|
7326
7326
|
hn.name = "x-runtime-lib.backgroundColor";
|
|
7327
|
-
const _n =
|
|
7327
|
+
const _n = O(ee);
|
|
7328
7328
|
_n.key = "selectedColor";
|
|
7329
7329
|
_n.name = "x-runtime-lib.selectedColor";
|
|
7330
|
-
const vn =
|
|
7330
|
+
const vn = O(ee);
|
|
7331
7331
|
vn.key = "sliderColor";
|
|
7332
7332
|
vn.name = "x-runtime-lib.sliderColor";
|
|
7333
7333
|
const yo = {
|
|
@@ -7714,7 +7714,7 @@ function Wa(t, n, e) {
|
|
|
7714
7714
|
}
|
|
7715
7715
|
};
|
|
7716
7716
|
}
|
|
7717
|
-
const Ba =
|
|
7717
|
+
const Ba = O(ee), Ra = O(ee), ho = {
|
|
7718
7718
|
key: "settings",
|
|
7719
7719
|
name: "x-runtime-lib.settings",
|
|
7720
7720
|
children: [
|
|
@@ -7874,7 +7874,7 @@ function Da(t, n, e) {
|
|
|
7874
7874
|
}
|
|
7875
7875
|
const l = A();
|
|
7876
7876
|
W(l, i), l.basic.id = E(16), l.basic.key = Ue.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
|
|
7877
|
-
const c =
|
|
7877
|
+
const c = Oa(t, n, e);
|
|
7878
7878
|
return {
|
|
7879
7879
|
nodeLite: M(l, [c.nodeLite]),
|
|
7880
7880
|
nodes: {
|
|
@@ -7883,7 +7883,7 @@ function Da(t, n, e) {
|
|
|
7883
7883
|
}
|
|
7884
7884
|
};
|
|
7885
7885
|
}
|
|
7886
|
-
function
|
|
7886
|
+
function Oa(t, n, e) {
|
|
7887
7887
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7888
7888
|
if (!s) {
|
|
7889
7889
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7979,7 +7979,7 @@ const ot = {
|
|
|
7979
7979
|
default: "",
|
|
7980
7980
|
array: !0,
|
|
7981
7981
|
defaultArray: []
|
|
7982
|
-
},
|
|
7982
|
+
}, Fa = {
|
|
7983
7983
|
key: "multiple_ref_v1",
|
|
7984
7984
|
name: "x-runtime-lib.multipleRef",
|
|
7985
7985
|
comp: Vl,
|
|
@@ -7991,7 +7991,7 @@ const ot = {
|
|
|
7991
7991
|
},
|
|
7992
7992
|
leaf: !0
|
|
7993
7993
|
};
|
|
7994
|
-
S(
|
|
7994
|
+
S(Fa);
|
|
7995
7995
|
const st = {
|
|
7996
7996
|
key: "settings",
|
|
7997
7997
|
name: "x-runtime-lib.settings",
|
|
@@ -8104,10 +8104,10 @@ const at = {
|
|
|
8104
8104
|
leaf: !0
|
|
8105
8105
|
};
|
|
8106
8106
|
S(Ga);
|
|
8107
|
-
const
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
const
|
|
8107
|
+
const Oe = O(ee);
|
|
8108
|
+
Oe.key = "backgroundColor";
|
|
8109
|
+
Oe.name = "x-runtime-lib.backgroundColor";
|
|
8110
|
+
const Fo = {
|
|
8111
8111
|
key: "adaptSlot",
|
|
8112
8112
|
name: "x-runtime-lib.adaptSlot",
|
|
8113
8113
|
ui: "selectAdaptSlot",
|
|
@@ -8115,19 +8115,19 @@ const Oo = {
|
|
|
8115
8115
|
}, Ja = {
|
|
8116
8116
|
key: "settings",
|
|
8117
8117
|
name: "x-runtime-lib.settings",
|
|
8118
|
-
children: [
|
|
8118
|
+
children: [Oe]
|
|
8119
8119
|
}, Ua = {
|
|
8120
8120
|
key: "settings",
|
|
8121
8121
|
name: "x-runtime-lib.settings",
|
|
8122
|
-
children: [
|
|
8122
|
+
children: [Oe, Fo]
|
|
8123
8123
|
}, qa = {
|
|
8124
8124
|
key: "settings",
|
|
8125
8125
|
name: "x-runtime-lib.settings",
|
|
8126
|
-
children: [
|
|
8126
|
+
children: [Oe]
|
|
8127
8127
|
}, Xa = {
|
|
8128
8128
|
key: "settings",
|
|
8129
8129
|
name: "x-runtime-lib.settings",
|
|
8130
|
-
children: [
|
|
8130
|
+
children: [Oe, Fo]
|
|
8131
8131
|
}, Ya = {
|
|
8132
8132
|
key: "startup",
|
|
8133
8133
|
name: "x-runtime-lib.startup"
|
|
@@ -8910,9 +8910,9 @@ function R(t, n) {
|
|
|
8910
8910
|
}
|
|
8911
8911
|
function xo(t, n) {
|
|
8912
8912
|
if (t.array)
|
|
8913
|
-
return n ?
|
|
8913
|
+
return n ? O(t.default) : O(t.defaultArray);
|
|
8914
8914
|
{
|
|
8915
|
-
const e =
|
|
8915
|
+
const e = O(t.default);
|
|
8916
8916
|
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;
|
|
8917
8917
|
}
|
|
8918
8918
|
}
|
|
@@ -9011,26 +9011,26 @@ function Pu(t, n) {
|
|
|
9011
9011
|
return s;
|
|
9012
9012
|
}
|
|
9013
9013
|
}
|
|
9014
|
-
function
|
|
9014
|
+
function Oc(t) {
|
|
9015
9015
|
const n = {}, e = (i) => {
|
|
9016
9016
|
const l = E(16);
|
|
9017
9017
|
n[i.id] = l, i.id = l, i.children?.map((c) => e(c));
|
|
9018
|
-
}, o =
|
|
9018
|
+
}, o = O(t.nodeLite);
|
|
9019
9019
|
e(o);
|
|
9020
9020
|
const s = {};
|
|
9021
9021
|
return Object.values(t.nodes).forEach((i) => {
|
|
9022
|
-
const l =
|
|
9022
|
+
const l = O(i);
|
|
9023
9023
|
l.basic.id = n[l.basic.id], s[l.basic.id] = l;
|
|
9024
9024
|
}), { nodeLite: o, nodes: s };
|
|
9025
9025
|
}
|
|
9026
9026
|
function Lu(t) {
|
|
9027
|
-
return t.map((n) =>
|
|
9027
|
+
return t.map((n) => Oc(n));
|
|
9028
9028
|
}
|
|
9029
9029
|
const No = "runtimeOrg", jo = "runtimeEnv", Ho = "runtimeMode", Go = "runtimeDevice", Jo = "runtimeDark", Uo = "runtimeId", qo = "runtimeType", Xo = "runtimeData", Yo = "runtimeDepends", Zo = "runtimeRuntime", Qo = "runtimeSandbox";
|
|
9030
9030
|
function zu(t) {
|
|
9031
9031
|
ye(No, t);
|
|
9032
9032
|
}
|
|
9033
|
-
function
|
|
9033
|
+
function Fc() {
|
|
9034
9034
|
return fe(No);
|
|
9035
9035
|
}
|
|
9036
9036
|
function Tu(t) {
|
|
@@ -9048,7 +9048,7 @@ function Z() {
|
|
|
9048
9048
|
function Au(t) {
|
|
9049
9049
|
ye(Go, rn(t));
|
|
9050
9050
|
}
|
|
9051
|
-
function
|
|
9051
|
+
function Fe() {
|
|
9052
9052
|
return fe(Go);
|
|
9053
9053
|
}
|
|
9054
9054
|
function Mu(t) {
|
|
@@ -9152,8 +9152,8 @@ async function ct(t, n, e, o, s) {
|
|
|
9152
9152
|
const b = Ve(f, p.subKeys);
|
|
9153
9153
|
if (me(d, b))
|
|
9154
9154
|
continue;
|
|
9155
|
-
const _ =
|
|
9156
|
-
an(_, p.subKeys,
|
|
9155
|
+
const _ = O(f);
|
|
9156
|
+
an(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
9157
9157
|
p.nodeId,
|
|
9158
9158
|
p.propertyKeys.split("."),
|
|
9159
9159
|
_
|
|
@@ -9180,8 +9180,8 @@ async function ct(t, n, e, o, s) {
|
|
|
9180
9180
|
p.type === "elementProperty" ? t.setElementProperty(
|
|
9181
9181
|
p.nodeId,
|
|
9182
9182
|
p.propertyKeys.split("."),
|
|
9183
|
-
|
|
9184
|
-
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId,
|
|
9183
|
+
O(d)
|
|
9184
|
+
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, O(d)) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, O(d)) : p.type === "state" ? t.setState(p.stateId, O(d)) : console.assert(!1);
|
|
9185
9185
|
}
|
|
9186
9186
|
}
|
|
9187
9187
|
}
|
|
@@ -9197,10 +9197,10 @@ function ko(t) {
|
|
|
9197
9197
|
let s = "";
|
|
9198
9198
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
9199
9199
|
}
|
|
9200
|
-
function
|
|
9200
|
+
function Ou(t, n, e) {
|
|
9201
9201
|
return `${t}.${n}.${e}`;
|
|
9202
9202
|
}
|
|
9203
|
-
function
|
|
9203
|
+
function Fu(t) {
|
|
9204
9204
|
const n = t.split(".");
|
|
9205
9205
|
let e = "";
|
|
9206
9206
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -9325,7 +9325,7 @@ function et(t, n) {
|
|
|
9325
9325
|
o.value = -1, n.value = void 0, Po.emit("compNotAvail", t.value);
|
|
9326
9326
|
return;
|
|
9327
9327
|
}
|
|
9328
|
-
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value =
|
|
9328
|
+
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = O(s.data));
|
|
9329
9329
|
});
|
|
9330
9330
|
}
|
|
9331
9331
|
function tm() {
|
|
@@ -9787,7 +9787,7 @@ class iu {
|
|
|
9787
9787
|
if (!o)
|
|
9788
9788
|
return;
|
|
9789
9789
|
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")}`;
|
|
9790
|
-
this.debugTrace(`callFunctionSync
|
|
9790
|
+
this.debugTrace(`callFunctionSync ${s})`);
|
|
9791
9791
|
const i = ke(m, o.getProp(o.global, n));
|
|
9792
9792
|
if (!i) {
|
|
9793
9793
|
console.error(`callFunctionSync function<${n}> not available`);
|
|
@@ -9796,7 +9796,6 @@ class iu {
|
|
|
9796
9796
|
const l = e.map((f) => ve(o, f));
|
|
9797
9797
|
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
|
|
9798
9798
|
l.forEach((f) => f.dispose());
|
|
9799
|
-
this.debugTrace(`callFunctionSync <end> ${s})`);
|
|
9800
9799
|
return c;
|
|
9801
9800
|
} catch (u) {
|
|
9802
9801
|
var d = u, p = !0;
|
|
@@ -9811,7 +9810,7 @@ class iu {
|
|
|
9811
9810
|
if (!o)
|
|
9812
9811
|
return;
|
|
9813
9812
|
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")}`;
|
|
9814
|
-
this.debugTrace(`callFunctionAsync
|
|
9813
|
+
this.debugTrace(`callFunctionAsync ${s}`);
|
|
9815
9814
|
const i = ke(u, o.getProp(o.global, n));
|
|
9816
9815
|
if (!i) {
|
|
9817
9816
|
console.error(`callFunctionAsync function<${n}> not available`);
|
|
@@ -9822,7 +9821,6 @@ class iu {
|
|
|
9822
9821
|
o.runtime.executePendingJobs();
|
|
9823
9822
|
l.map((b) => b.dispose());
|
|
9824
9823
|
const m = o.unwrapResult(await c).consume((b) => o.dump(b));
|
|
9825
|
-
this.debugTrace(`callFunctionAsync <end> ${s}`);
|
|
9826
9824
|
return m;
|
|
9827
9825
|
} catch (d) {
|
|
9828
9826
|
var p = d, f = !0;
|
|
@@ -9919,7 +9917,7 @@ class iu {
|
|
|
9919
9917
|
}
|
|
9920
9918
|
}
|
|
9921
9919
|
function tt(t, n, e, o, s) {
|
|
9922
|
-
const i =
|
|
9920
|
+
const i = Fc(), l = Nc(), c = Z(), m = Ce(), u = Fe(), d = Ze(), p = Hc(), f = async (x, h, v, z) => {
|
|
9923
9921
|
if (le(c)) {
|
|
9924
9922
|
if (me(h, ["settings", "slot"])) {
|
|
9925
9923
|
const T = t.value?.view.nodeLites.find(
|
|
@@ -10096,14 +10094,14 @@ export {
|
|
|
10096
10094
|
ua as datePickerV1,
|
|
10097
10095
|
ma as dialogV1,
|
|
10098
10096
|
Gl as directionalLightV1,
|
|
10099
|
-
|
|
10097
|
+
Oc as duplicateNodePair,
|
|
10100
10098
|
Lu as duplicateNodePairs,
|
|
10101
10099
|
wu as elementKeys,
|
|
10102
10100
|
$e as elements,
|
|
10103
10101
|
Cu as fileInputV1,
|
|
10104
10102
|
Rt as flexLayoutEntryV1,
|
|
10105
10103
|
Ue as flexLayoutV1,
|
|
10106
|
-
|
|
10104
|
+
Ot as formV1,
|
|
10107
10105
|
E as genId,
|
|
10108
10106
|
Ne as getBreakpointProp,
|
|
10109
10107
|
Ve as getField,
|
|
@@ -10121,11 +10119,11 @@ export {
|
|
|
10121
10119
|
Ze as injectDark,
|
|
10122
10120
|
re as injectData,
|
|
10123
10121
|
jc as injectDepends,
|
|
10124
|
-
|
|
10122
|
+
Fe as injectDevice,
|
|
10125
10123
|
Nc as injectEnv,
|
|
10126
10124
|
Qe as injectId,
|
|
10127
10125
|
Z as injectMode,
|
|
10128
|
-
|
|
10126
|
+
Fc as injectOrg,
|
|
10129
10127
|
Hc as injectRuntime,
|
|
10130
10128
|
_e as injectSandbox,
|
|
10131
10129
|
Ce as injectType,
|
|
@@ -10148,16 +10146,16 @@ export {
|
|
|
10148
10146
|
Hu as makeMethodKeyOfElementSlot,
|
|
10149
10147
|
Du as makePropertyId,
|
|
10150
10148
|
Nu as makePropertyKeyOfCustomSlot,
|
|
10151
|
-
|
|
10149
|
+
Ou as makePropertyKeyOfElementSlot,
|
|
10152
10150
|
Qu as makeSlotId,
|
|
10153
10151
|
je as makeTriggerId,
|
|
10154
10152
|
Bl as mapControlsV1,
|
|
10155
10153
|
ha as menuV1,
|
|
10156
10154
|
He as meshBasicMaterialV1,
|
|
10157
10155
|
Ge as meshV1,
|
|
10158
|
-
|
|
10156
|
+
Fa as multipleRefV1,
|
|
10159
10157
|
Na as multipleSlotV1,
|
|
10160
|
-
|
|
10158
|
+
Ft as numberInputV1,
|
|
10161
10159
|
Rl as orbitControlsV1,
|
|
10162
10160
|
Al as orthographicCameraV1,
|
|
10163
10161
|
_u as pageMetaStringify,
|
|
@@ -10223,7 +10221,7 @@ export {
|
|
|
10223
10221
|
Gu as unwrapMethodKeyOfElementSlot,
|
|
10224
10222
|
ko as unwrapPropertyId,
|
|
10225
10223
|
ju as unwrapPropertyKeyOfCustomSlot,
|
|
10226
|
-
|
|
10224
|
+
Fu as unwrapPropertyKeyOfElementSlot,
|
|
10227
10225
|
em as unwrapSlotId,
|
|
10228
10226
|
et as useDepend,
|
|
10229
10227
|
tm as useRuntime,
|