x-runtime-lib 0.8.14 → 0.8.16
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 +319 -314
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as q, onBeforeMount as Wo, onUnmounted as He, createBlock as w, withCtx as $, createCommentVNode as ee, useTemplateRef as Ui, onMounted as Oi, nextTick as Xi, h as ae, resolveComponent as P, createVNode as H, isRef as U, createSlots as Tn, renderList as No, useId as Yi, withModifiers as
|
|
1
|
+
import { defineComponent as V, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as q, onBeforeMount as Wo, onUnmounted as He, createBlock as w, withCtx as $, createCommentVNode as ee, useTemplateRef as Ui, onMounted as Oi, nextTick as Xi, h as ae, resolveComponent as P, createVNode as H, isRef as U, createSlots as Tn, renderList as No, useId as Yi, withModifiers as Eo, normalizeClass as Ro, toDisplayString as Do, inject as oe, provide as se, readonly as Pn } from "vue";
|
|
2
2
|
import { CameraHelper as Ji, DirectionalLightHelper as Mo, PointLightHelper as Fo, SpotLightHelper as Go } from "three";
|
|
3
3
|
import { i as ne, q as Ae, u as Ho, r as Zi, e as qi, a as jo, b as Ko, c as Uo, d as Oo, f as Xo, g as Yo, h as Jo, j as Zo, k as B, l as Qi, X as qo, Y as Qo, K as es, m as ts, n as ns, o as is, I as os } from "./vendor.ghqz34q2.js";
|
|
4
4
|
import { waitUtil as eo, eventBus as to, useViewStack as no, messageInfo as ss, messageSuccess as rs, messageWarning as io, messageError as oo, createAxios as ls, globalObjects as Qt, openConfirmDlg as as, openPromptDlg as us } from "x-essential-lib";
|
|
@@ -41,7 +41,7 @@ function Ut(t) {
|
|
|
41
41
|
return i;
|
|
42
42
|
}
|
|
43
43
|
const so = ["xs", "sm", "md", "lg", "xl"], ds = [...so].reverse();
|
|
44
|
-
function
|
|
44
|
+
function Ee(t) {
|
|
45
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
46
|
}
|
|
47
47
|
function Xn(t) {
|
|
@@ -284,7 +284,7 @@ function mo(t, e, i) {
|
|
|
284
284
|
t.eventBus?.off(l.value, i);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function E() {
|
|
288
288
|
const t = Le();
|
|
289
289
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
290
290
|
}
|
|
@@ -514,7 +514,7 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
514
514
|
},
|
|
515
515
|
setup(t) {
|
|
516
516
|
const e = t, i = G(), { position: o, rotation: l, scale: s } = pe(e), { prop: a } = r(e, ["settings", "angle"]), { prop: m } = r(e, ["settings", "color"]), { color: f } = j(m), { prop: d } = r(e, ["settings", "decay"]), { prop: c } = r(e, ["settings", "distance"]), { prop: u } = r(e, ["settings", "intensity"]), { prop: p } = r(e, ["settings", "penumbra"]);
|
|
517
|
-
return (b,
|
|
517
|
+
return (b, y) => (v(), w(n(ye), {
|
|
518
518
|
position: n(o),
|
|
519
519
|
rotation: n(l),
|
|
520
520
|
scale: n(s)
|
|
@@ -545,7 +545,7 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
545
545
|
function Bs(t, e) {
|
|
546
546
|
return v(), Y("TresMeshBasicMaterial");
|
|
547
547
|
}
|
|
548
|
-
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation", "scale"],
|
|
548
|
+
const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation", "scale"], Es = /* @__PURE__ */ V({
|
|
549
549
|
__name: "index",
|
|
550
550
|
props: {
|
|
551
551
|
node: {},
|
|
@@ -570,7 +570,7 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation
|
|
|
570
570
|
_: 3
|
|
571
571
|
}, 8, ["position", "rotation", "scale"]));
|
|
572
572
|
}
|
|
573
|
-
}),
|
|
573
|
+
}), Rs = ["position", "rotation", "scale"], Ds = /* @__PURE__ */ V({
|
|
574
574
|
__name: "index",
|
|
575
575
|
props: {
|
|
576
576
|
node: {},
|
|
@@ -584,7 +584,7 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation
|
|
|
584
584
|
scale: n(l)
|
|
585
585
|
}, [
|
|
586
586
|
L(s.$slots, "default")
|
|
587
|
-
], 8,
|
|
587
|
+
], 8, Rs));
|
|
588
588
|
}
|
|
589
589
|
}), Ms = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Fs = "#242424", Gs = {}, Hs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ks = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Us = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, nr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, or = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, sr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, lr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ar = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ur = { textStyle: { color: "#eeeeee" } }, cr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, pr = { 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" } } }, mr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, dr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, fr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, br = {
|
|
590
590
|
color: Ms,
|
|
@@ -616,7 +616,7 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation
|
|
|
616
616
|
visualMap: mr,
|
|
617
617
|
dataZoom: dr,
|
|
618
618
|
markPoint: fr
|
|
619
|
-
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Nr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } },
|
|
619
|
+
}, yr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], hr = "#f5f5f5", gr = {}, xr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Nr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Er = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Dr = { textStyle: { color: "#333333" } }, Mr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Fr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Gr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Hr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, jr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Kr = {
|
|
620
620
|
color: yr,
|
|
621
621
|
backgroundColor: hr,
|
|
622
622
|
textStyle: gr,
|
|
@@ -638,8 +638,8 @@ const Ws = /* @__PURE__ */ ge(Ls, [["render", Bs]]), Ns = ["position", "rotation
|
|
|
638
638
|
categoryAxis: Br,
|
|
639
639
|
valueAxis: Wr,
|
|
640
640
|
logAxis: Nr,
|
|
641
|
-
timeAxis:
|
|
642
|
-
toolbox:
|
|
641
|
+
timeAxis: Er,
|
|
642
|
+
toolbox: Rr,
|
|
643
643
|
legend: Dr,
|
|
644
644
|
tooltip: Mr,
|
|
645
645
|
timeline: Fr,
|
|
@@ -666,23 +666,23 @@ const Ur = /* @__PURE__ */ V({
|
|
|
666
666
|
outer: { type: Boolean }
|
|
667
667
|
},
|
|
668
668
|
setup(t) {
|
|
669
|
-
const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis:
|
|
669
|
+
const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: y } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
|
|
670
670
|
const I = {}, M = s.value.type;
|
|
671
671
|
return l === "page" ? M === "common" ? p(I) : console.assert(!1) : l === "comp" && M === "common" ? p(I) : console.assert(!1), I;
|
|
672
|
-
}),
|
|
672
|
+
}), R = Ui("chart");
|
|
673
673
|
let W;
|
|
674
674
|
const F = () => {
|
|
675
|
-
W?.dispose(), W = qi.init(
|
|
675
|
+
W?.dispose(), W = qi.init(R.value, o.value ? "dark" : "light");
|
|
676
676
|
const I = {};
|
|
677
677
|
W.setOption(I);
|
|
678
678
|
}, D = () => {
|
|
679
679
|
W?.resize();
|
|
680
680
|
}, N = () => {
|
|
681
681
|
const I = {};
|
|
682
|
-
b(I),
|
|
682
|
+
b(I), y(I), g(I), x(I), S(I), W?.setOption(I, !0);
|
|
683
683
|
};
|
|
684
684
|
return Oi(async () => {
|
|
685
|
-
window.addEventListener("resize", D, !1), await eo(() => !!
|
|
685
|
+
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
|
|
686
686
|
}), He(() => {
|
|
687
687
|
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
688
688
|
}), q(
|
|
@@ -719,23 +719,23 @@ const Ur = /* @__PURE__ */ V({
|
|
|
719
719
|
outer: { type: Boolean }
|
|
720
720
|
},
|
|
721
721
|
setup(t) {
|
|
722
|
-
const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis:
|
|
722
|
+
const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: y } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
|
|
723
723
|
const I = {}, M = s.value.type;
|
|
724
724
|
return l === "page" ? M === "common" ? p(I) : console.assert(!1) : l === "comp" && M === "common" ? p(I) : console.assert(!1), I;
|
|
725
|
-
}),
|
|
725
|
+
}), R = Ui("chart");
|
|
726
726
|
let W;
|
|
727
727
|
const F = () => {
|
|
728
|
-
W?.dispose(), W = qi.init(
|
|
728
|
+
W?.dispose(), W = qi.init(R.value, o.value ? "dark" : "light");
|
|
729
729
|
const I = {};
|
|
730
730
|
W.setOption(I);
|
|
731
731
|
}, D = () => {
|
|
732
732
|
W?.resize();
|
|
733
733
|
}, N = () => {
|
|
734
734
|
const I = {};
|
|
735
|
-
b(I),
|
|
735
|
+
b(I), y(I), g(I), x(I), S(I), W?.setOption(I, !0);
|
|
736
736
|
};
|
|
737
737
|
return Oi(async () => {
|
|
738
|
-
window.addEventListener("resize", D, !1), await eo(() => !!
|
|
738
|
+
window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
|
|
739
739
|
}), He(() => {
|
|
740
740
|
window.removeEventListener("resize", D, !1), W?.dispose();
|
|
741
741
|
}), q(
|
|
@@ -786,8 +786,8 @@ const Ur = /* @__PURE__ */ V({
|
|
|
786
786
|
s.value !== p.dataSeq && (s.value = p.dataSeq, a.value = B(p.data));
|
|
787
787
|
});
|
|
788
788
|
function m(p) {
|
|
789
|
-
const b = wo[o.value.version].refKey,
|
|
790
|
-
return
|
|
789
|
+
const b = wo[o.value.version].refKey, y = Se[b];
|
|
790
|
+
return y ? ae(y.comp, {
|
|
791
791
|
refContext: {
|
|
792
792
|
parent: i.refContext,
|
|
793
793
|
refid: p.ref.comp
|
|
@@ -799,11 +799,11 @@ const Ur = /* @__PURE__ */ V({
|
|
|
799
799
|
const b = Se[p.basic.key];
|
|
800
800
|
if (!b)
|
|
801
801
|
return console.assert(!1, `element not found key=${p.basic.key}`), ae("div", `element not found key=${p.basic.key}`);
|
|
802
|
-
const
|
|
802
|
+
const y = [];
|
|
803
803
|
return b.leaf || p.children?.forEach((g) => {
|
|
804
804
|
const x = d(g);
|
|
805
|
-
|
|
806
|
-
}), ae(b.comp, { node: p }, { default: () =>
|
|
805
|
+
y.push(x);
|
|
806
|
+
}), ae(b.comp, { node: p }, { default: () => y });
|
|
807
807
|
}
|
|
808
808
|
function d(p) {
|
|
809
809
|
return p.ref ? m(p) : f(p);
|
|
@@ -825,8 +825,8 @@ const Ur = /* @__PURE__ */ V({
|
|
|
825
825
|
const p = a.value.type;
|
|
826
826
|
if (p === "common") {
|
|
827
827
|
const b = [];
|
|
828
|
-
return a.value.view.nodes.forEach((
|
|
829
|
-
b.push(d(
|
|
828
|
+
return a.value.view.nodes.forEach((y) => {
|
|
829
|
+
b.push(d(y));
|
|
830
830
|
}), b;
|
|
831
831
|
} else
|
|
832
832
|
return console.assert(!1, `invalid subtype=${p}`), ae("div", `invalid subtype=${p}`);
|
|
@@ -840,7 +840,7 @@ const Ur = /* @__PURE__ */ V({
|
|
|
840
840
|
outer: { type: Boolean }
|
|
841
841
|
},
|
|
842
842
|
setup(t) {
|
|
843
|
-
const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } =
|
|
843
|
+
const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } = E(), { prop: s } = r(e, ["settings", "offset", "x"]), { prop: a } = r(e, ["settings", "offset", "y"]);
|
|
844
844
|
return (m, f) => {
|
|
845
845
|
const d = P("v-badge");
|
|
846
846
|
return v(), w(d, {
|
|
@@ -868,12 +868,14 @@ const Ur = /* @__PURE__ */ V({
|
|
|
868
868
|
"settings",
|
|
869
869
|
"addIcon",
|
|
870
870
|
"append"
|
|
871
|
-
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "disabled"]), { prop: c } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop:
|
|
871
|
+
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "disabled"]), { prop: c } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop: y } = r(e, ["size", "minHeight"]), { prop: g } = r(e, ["size", "minWidth"]), { prop: x } = r(e, [
|
|
872
872
|
"settings",
|
|
873
873
|
"addIcon",
|
|
874
874
|
"prepend"
|
|
875
|
-
]), { prop: S } = r(e, ["settings", "readonly"]), { prop: A } = r(e, ["settings", "ripple"]), { prop:
|
|
876
|
-
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
875
|
+
]), { prop: S } = r(e, ["settings", "readonly"]), { prop: A } = r(e, ["settings", "ripple"]), { prop: R } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: D } = E(), { prop: N } = r(e, ["settings", "variant"]), { prop: I } = r(e, ["size", "width"]), M = (J) => {
|
|
876
|
+
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
877
|
+
`elementEvent@click@${e.node.basic.id}`
|
|
878
|
+
]));
|
|
877
879
|
};
|
|
878
880
|
return (J, te) => {
|
|
879
881
|
const re = P("v-btn");
|
|
@@ -889,12 +891,12 @@ const Ur = /* @__PURE__ */ V({
|
|
|
889
891
|
loading: n(u),
|
|
890
892
|
"max-height": n(p),
|
|
891
893
|
"max-width": n(b),
|
|
892
|
-
"min-height": n(
|
|
894
|
+
"min-height": n(y),
|
|
893
895
|
"min-width": n(g),
|
|
894
896
|
"prepend-icon": n(x),
|
|
895
897
|
readonly: n(S),
|
|
896
898
|
ripple: n(A),
|
|
897
|
-
size: n(
|
|
899
|
+
size: n(R),
|
|
898
900
|
stacked: n(W),
|
|
899
901
|
text: n(F),
|
|
900
902
|
theme: n(D),
|
|
@@ -924,8 +926,8 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
924
926
|
outer: { type: Boolean }
|
|
925
927
|
},
|
|
926
928
|
setup(t) {
|
|
927
|
-
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: f } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "stacked"]), { theme: c } =
|
|
928
|
-
return (b,
|
|
929
|
+
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: f } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "stacked"]), { theme: c } = E(), { prop: u } = r(e, ["settings", "tile"]), { prop: p } = r(e, ["settings", "variant"]);
|
|
930
|
+
return (b, y) => {
|
|
929
931
|
const g = P("v-btn-toggle");
|
|
930
932
|
return v(), w(g, {
|
|
931
933
|
block: n(i),
|
|
@@ -954,10 +956,10 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
954
956
|
outer: { type: Boolean }
|
|
955
957
|
},
|
|
956
958
|
setup(t) {
|
|
957
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: d } = r(e, ["size", "minHeight"]), { prop: c } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: p } = r(e, ["settings", "text"]), { theme: b } =
|
|
959
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: d } = r(e, ["size", "minHeight"]), { prop: c } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: p } = r(e, ["settings", "text"]), { theme: b } = E(), { prop: y } = r(e, ["settings", "title"]), { prop: g } = r(e, ["settings", "variant"]), { prop: x } = r(e, ["size", "width"]);
|
|
958
960
|
return (S, A) => {
|
|
959
|
-
const
|
|
960
|
-
return v(), w(
|
|
961
|
+
const R = P("v-card");
|
|
962
|
+
return v(), w(R, {
|
|
961
963
|
density: n(i),
|
|
962
964
|
disabled: n(o),
|
|
963
965
|
height: n(l),
|
|
@@ -970,7 +972,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
970
972
|
subtitle: n(u),
|
|
971
973
|
text: n(p),
|
|
972
974
|
theme: n(b),
|
|
973
|
-
title: n(
|
|
975
|
+
title: n(y),
|
|
974
976
|
variant: n(g),
|
|
975
977
|
width: n(x)
|
|
976
978
|
}, {
|
|
@@ -1004,7 +1006,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1004
1006
|
outer: { type: Boolean }
|
|
1005
1007
|
},
|
|
1006
1008
|
setup(t) {
|
|
1007
|
-
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "draggable"]), { prop: f } = r(e, ["settings", "filter"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: p } =
|
|
1009
|
+
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "draggable"]), { prop: f } = r(e, ["settings", "filter"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: p } = E(), { prop: b } = r(e, ["settings", "tile"]), { prop: y } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
|
|
1008
1010
|
return (x, S) => {
|
|
1009
1011
|
const A = P("v-chip");
|
|
1010
1012
|
return v(), w(A, {
|
|
@@ -1019,7 +1021,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1019
1021
|
text: n(u),
|
|
1020
1022
|
theme: n(p),
|
|
1021
1023
|
tile: n(b),
|
|
1022
|
-
value: n(
|
|
1024
|
+
value: n(y),
|
|
1023
1025
|
variant: n(g)
|
|
1024
1026
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1025
1027
|
};
|
|
@@ -1031,12 +1033,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1031
1033
|
outer: { type: Boolean }
|
|
1032
1034
|
},
|
|
1033
1035
|
setup(t) {
|
|
1034
|
-
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: m } = r(e, ["settings", "multiple"]), { prop: f } = r(e, ["settings", "showArrows"]), { theme: d } =
|
|
1036
|
+
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: m } = r(e, ["settings", "multiple"]), { prop: f } = r(e, ["settings", "showArrows"]), { theme: d } = E(), { prop: c } = r(e, ["settings", "value"]);
|
|
1035
1037
|
return (u, p) => {
|
|
1036
1038
|
const b = P("v-chip-group");
|
|
1037
1039
|
return v(), w(b, {
|
|
1038
1040
|
modelValue: n(c),
|
|
1039
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1041
|
+
"onUpdate:modelValue": p[0] || (p[0] = (y) => U(c) ? c.value = y : null),
|
|
1040
1042
|
column: n(i),
|
|
1041
1043
|
direction: n(o),
|
|
1042
1044
|
disabled: n(l),
|
|
@@ -1061,13 +1063,13 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1061
1063
|
},
|
|
1062
1064
|
setup(t) {
|
|
1063
1065
|
const e = t, i = me(), o = de(), { applySize: l } = he(e), s = k(() => {
|
|
1064
|
-
const
|
|
1065
|
-
return i === "page" ? g === "common" ? l(
|
|
1066
|
+
const y = {}, g = o.value.type;
|
|
1067
|
+
return i === "page" ? g === "common" ? l(y) : console.assert(!1) : i === "comp" && g === "common" ? l(y) : console.assert(!1), y;
|
|
1066
1068
|
}), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "hideCanvas"]), { prop: f } = r(e, ["settings", "hideHeader"]), { prop: d } = r(e, ["settings", "hideInputs"]), { prop: c } = r(e, ["settings", "hideSliders"]), { prop: u } = r(e, ["settings", "landscape"]), { prop: p } = r(e, [
|
|
1067
1069
|
"settings",
|
|
1068
1070
|
"showSwatches"
|
|
1069
|
-
]), { theme: b } =
|
|
1070
|
-
return (
|
|
1071
|
+
]), { theme: b } = E();
|
|
1072
|
+
return (y, g) => {
|
|
1071
1073
|
const x = P("v-color-picker");
|
|
1072
1074
|
return v(), w(x, {
|
|
1073
1075
|
disabled: n(a),
|
|
@@ -1089,7 +1091,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1089
1091
|
outer: { type: Boolean }
|
|
1090
1092
|
},
|
|
1091
1093
|
setup(t) {
|
|
1092
|
-
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: m } =
|
|
1094
|
+
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: m } = E(), { prop: f } = r(e, ["settings", "value"]);
|
|
1093
1095
|
return (d, c) => {
|
|
1094
1096
|
const u = P("v-combobox");
|
|
1095
1097
|
return v(), w(n(Z), null, {
|
|
@@ -1136,13 +1138,13 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
|
|
|
1136
1138
|
outer: { type: Boolean }
|
|
1137
1139
|
},
|
|
1138
1140
|
setup(t) {
|
|
1139
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: m } = r(e, ["settings", "hover"]), { prop: f } = r(e, ["settings", "data"], !0), { prop: d } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["settings", "multiSort"]), { theme: u } =
|
|
1140
|
-
const
|
|
1141
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: m } = r(e, ["settings", "hover"]), { prop: f } = r(e, ["settings", "data"], !0), { prop: d } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["settings", "multiSort"]), { theme: u } = E(), { prop: p } = r(e, ["size", "width"]), b = k(() => {
|
|
1142
|
+
const y = [];
|
|
1141
1143
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1142
|
-
x.column && x.comp &&
|
|
1143
|
-
}),
|
|
1144
|
+
x.column && x.comp && y.push(x);
|
|
1145
|
+
}), y;
|
|
1144
1146
|
});
|
|
1145
|
-
return (
|
|
1147
|
+
return (y, g) => {
|
|
1146
1148
|
const x = P("v-data-table");
|
|
1147
1149
|
return v(), w(x, {
|
|
1148
1150
|
density: n(i),
|
|
@@ -1216,8 +1218,8 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1216
1218
|
setup(t) {
|
|
1217
1219
|
const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "multiple"]), { prop: d } = r(e, ["settings", "readonly"]), { prop: c } = r(e, ["settings", "reverse"]), { prop: u } = r(e, ["settings", "singleLine"]);
|
|
1218
1220
|
return (p, b) => {
|
|
1219
|
-
const
|
|
1220
|
-
return v(), w(
|
|
1221
|
+
const y = P("v-file-input");
|
|
1222
|
+
return v(), w(y, {
|
|
1221
1223
|
chips: n(i),
|
|
1222
1224
|
density: n(o),
|
|
1223
1225
|
direction: n(l),
|
|
@@ -1243,19 +1245,19 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1243
1245
|
"backgroundColor"
|
|
1244
1246
|
]), { color: c } = j(d), u = (b) => {
|
|
1245
1247
|
c.value && (b.backgroundColor = c.value), b.display = "flex";
|
|
1246
|
-
const
|
|
1248
|
+
const y = Ee(i.value.width), g = $e(y, e.node.settings?.direction);
|
|
1247
1249
|
g === "row" ? b.flexDirection = "row" : g === "rowReverse" ? b.flexDirection = "row-reverse" : g === "column" ? b.flexDirection = "column" : g === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1248
|
-
const x = $e(
|
|
1250
|
+
const x = $e(y, e.node.settings?.wrap);
|
|
1249
1251
|
x === "no" ? b.flexWrap = "nowrap" : x === "yes" ? b.flexWrap = "wrap" : x === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
1250
|
-
const S = $e(
|
|
1252
|
+
const S = $e(y, e.node.settings?.mainAlign);
|
|
1251
1253
|
S === "start" ? b.justifyContent = "flex-start" : S === "end" ? b.justifyContent = "flex-end" : S === "center" ? b.justifyContent = "center" : S === "spaceBetween" ? b.justifyContent = "space-between" : S === "spaceAround" ? b.justifyContent = "space-around" : S === "spaceEvenly" && (b.justifyContent = "space-evenly");
|
|
1252
|
-
const A = $e(
|
|
1254
|
+
const A = $e(y, e.node.settings?.crossAlign);
|
|
1253
1255
|
A === "start" ? b.alignItems = "flex-start" : A === "end" ? b.alignItems = "flex-end" : A === "center" ? b.alignItems = "center" : A === "baseline" ? b.alignItems = "baseline" : A === "stretch" && (b.alignItems = "stretch");
|
|
1254
1256
|
}, p = k(() => {
|
|
1255
|
-
const b = {},
|
|
1256
|
-
return o === "page" ?
|
|
1257
|
+
const b = {}, y = l.value.type;
|
|
1258
|
+
return o === "page" ? y === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1) : o === "comp" && y === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1), b;
|
|
1257
1259
|
});
|
|
1258
|
-
return (b,
|
|
1260
|
+
return (b, y) => (v(), Y("div", {
|
|
1259
1261
|
style: Q(p.value)
|
|
1260
1262
|
}, [
|
|
1261
1263
|
L(b.$slots, "default")
|
|
@@ -1288,20 +1290,22 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1288
1290
|
const e = t, i = G(), o = me(), l = de(), s = Be(), { prop: a } = r(e, ["settings", "valid"]), { prop: m } = r(e, ["settings", "fastFail"]), { prop: f } = r(e, [
|
|
1289
1291
|
"settings",
|
|
1290
1292
|
"backgroundColor"
|
|
1291
|
-
]), { color: d } = j(f), { applySize: c } = he(e), { applyMargin: u } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: b } = An(e),
|
|
1293
|
+
]), { color: d } = j(f), { applySize: c } = he(e), { applyMargin: u } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: b } = An(e), y = k(() => {
|
|
1292
1294
|
const x = {}, S = l.value.type;
|
|
1293
1295
|
return o === "page" ? S === "common" ? (c(x), u(x), p(x), b(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && S === "common" ? (c(x), u(x), p(x), b(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1), x;
|
|
1294
1296
|
}), g = () => {
|
|
1295
|
-
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1297
|
+
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1298
|
+
`elementEvent@submit@${e.node.basic.id}`
|
|
1299
|
+
]);
|
|
1296
1300
|
};
|
|
1297
1301
|
return (x, S) => {
|
|
1298
1302
|
const A = P("v-form");
|
|
1299
1303
|
return v(), w(A, {
|
|
1300
1304
|
modelValue: n(a),
|
|
1301
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
1305
|
+
"onUpdate:modelValue": S[0] || (S[0] = (R) => U(a) ? a.value = R : null),
|
|
1302
1306
|
"fast-fail": n(m),
|
|
1303
|
-
style: Q(
|
|
1304
|
-
onSubmit:
|
|
1307
|
+
style: Q(y.value),
|
|
1308
|
+
onSubmit: Eo(g, ["prevent"])
|
|
1305
1309
|
}, {
|
|
1306
1310
|
default: $(() => [
|
|
1307
1311
|
L(x.$slots, "default")
|
|
@@ -1317,7 +1321,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1317
1321
|
outer: { type: Boolean }
|
|
1318
1322
|
},
|
|
1319
1323
|
setup(t) {
|
|
1320
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme: m } =
|
|
1324
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme: m } = E();
|
|
1321
1325
|
return (f, d) => {
|
|
1322
1326
|
const c = P("v-icon");
|
|
1323
1327
|
return v(), w(c, {
|
|
@@ -1380,7 +1384,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1380
1384
|
"settings",
|
|
1381
1385
|
"addIcon",
|
|
1382
1386
|
"appendInner"
|
|
1383
|
-
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "max"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: c } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: p } = r(e, ["settings", "placeholder"]), { prop: b } = r(e, ["settings", "precision"]), { prop:
|
|
1387
|
+
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "max"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: c } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: p } = r(e, ["settings", "placeholder"]), { prop: b } = r(e, ["settings", "precision"]), { prop: y } = r(e, ["settings", "prefix"]), { prop: g } = r(e, [
|
|
1384
1388
|
"settings",
|
|
1385
1389
|
"addIcon",
|
|
1386
1390
|
"prepend"
|
|
@@ -1388,7 +1392,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1388
1392
|
"settings",
|
|
1389
1393
|
"addIcon",
|
|
1390
1394
|
"prependInner"
|
|
1391
|
-
]), { prop: S } = r(e, ["settings", "readonly"]), { prop: A } = r(e, ["settings", "reverse"]), { prop:
|
|
1395
|
+
]), { prop: S } = r(e, ["settings", "readonly"]), { prop: A } = r(e, ["settings", "reverse"]), { prop: R } = r(e, ["settings", "singleLine"]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: D } = E(), { prop: N } = r(e, ["settings", "value"]), { prop: I } = r(e, ["settings", "variant"]), { prop: M } = r(e, ["size", "width"]);
|
|
1392
1396
|
return (J, te) => {
|
|
1393
1397
|
const re = P("v-number-input");
|
|
1394
1398
|
return v(), w(n(Z), null, {
|
|
@@ -1408,12 +1412,12 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1408
1412
|
"min-width": n(u),
|
|
1409
1413
|
placeholder: n(p),
|
|
1410
1414
|
precision: n(b),
|
|
1411
|
-
prefix: n(
|
|
1415
|
+
prefix: n(y),
|
|
1412
1416
|
"prepend-icon": n(g),
|
|
1413
1417
|
"prepend-inner-icon": n(x),
|
|
1414
1418
|
readonly: n(S),
|
|
1415
1419
|
reverse: n(A),
|
|
1416
|
-
"single-line": n(
|
|
1420
|
+
"single-line": n(R),
|
|
1417
1421
|
step: n(W),
|
|
1418
1422
|
suffix: n(F),
|
|
1419
1423
|
theme: n(D),
|
|
@@ -1435,11 +1439,11 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1435
1439
|
const e = t, i = G(), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "length"]), { prop: a } = r(e, [
|
|
1436
1440
|
"settings",
|
|
1437
1441
|
"showFirstLastPage"
|
|
1438
|
-
]), { prop: m } = r(e, ["settings", "size"]), { prop: f } = r(e, ["settings", "start"]), { theme: d } =
|
|
1439
|
-
const
|
|
1440
|
-
return i === "editor" && (
|
|
1442
|
+
]), { prop: m } = r(e, ["settings", "size"]), { prop: f } = r(e, ["settings", "start"]), { theme: d } = E(), { prop: c } = r(e, ["settings", "tile"]), { prop: u } = r(e, ["settings", "value"]), { prop: p } = r(e, ["settings", "variant"]), b = k(() => {
|
|
1443
|
+
const y = {};
|
|
1444
|
+
return i === "editor" && (y.pointerEvents = "none"), y;
|
|
1441
1445
|
});
|
|
1442
|
-
return (
|
|
1446
|
+
return (y, g) => {
|
|
1443
1447
|
const x = P("v-pagination");
|
|
1444
1448
|
return v(), w(n(Z), null, {
|
|
1445
1449
|
default: $(() => [
|
|
@@ -1469,7 +1473,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1469
1473
|
outer: { type: Boolean }
|
|
1470
1474
|
},
|
|
1471
1475
|
setup(t) {
|
|
1472
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "readonly"]), { theme: f } =
|
|
1476
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = j(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "readonly"]), { theme: f } = E(), { prop: d } = r(e, ["settings", "value"]);
|
|
1473
1477
|
return (c, u) => {
|
|
1474
1478
|
const p = P("v-radio");
|
|
1475
1479
|
return v(), w(p, {
|
|
@@ -1490,7 +1494,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1490
1494
|
outer: { type: Boolean }
|
|
1491
1495
|
},
|
|
1492
1496
|
setup(t) {
|
|
1493
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme: m } =
|
|
1497
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme: m } = E(), { prop: f } = r(e, ["settings", "value"]);
|
|
1494
1498
|
return (d, c) => {
|
|
1495
1499
|
const u = P("v-radio-group");
|
|
1496
1500
|
return v(), w(n(Z), null, {
|
|
@@ -1527,13 +1531,13 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1527
1531
|
return "always";
|
|
1528
1532
|
if (c.value === "show")
|
|
1529
1533
|
return !0;
|
|
1530
|
-
}), { prop: p } = r(e, ["settings", "step"]), { theme: b } =
|
|
1534
|
+
}), { prop: p } = r(e, ["settings", "step"]), { theme: b } = E(), { prop: y } = r(e, [
|
|
1531
1535
|
"settings",
|
|
1532
1536
|
"thumbLabel"
|
|
1533
1537
|
]), g = k(() => {
|
|
1534
|
-
if (
|
|
1538
|
+
if (y.value === "always")
|
|
1535
1539
|
return "always";
|
|
1536
|
-
if (
|
|
1540
|
+
if (y.value === "show")
|
|
1537
1541
|
return !0;
|
|
1538
1542
|
}), { prop: x } = r(e, ["settings", "thumbSize"]), { prop: S } = r(e, ["settings", "ticks"]), A = k(() => {
|
|
1539
1543
|
if (!S.value)
|
|
@@ -1543,7 +1547,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1543
1547
|
N[I] = M;
|
|
1544
1548
|
if (!Qi(N))
|
|
1545
1549
|
return N;
|
|
1546
|
-
}), { prop:
|
|
1550
|
+
}), { prop: R } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
|
|
1547
1551
|
"settings",
|
|
1548
1552
|
"value",
|
|
1549
1553
|
"start"
|
|
@@ -1576,7 +1580,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1576
1580
|
theme: n(b),
|
|
1577
1581
|
"thumb-label": g.value,
|
|
1578
1582
|
"thumb-size": n(x),
|
|
1579
|
-
"tick-size": n(
|
|
1583
|
+
"tick-size": n(R),
|
|
1580
1584
|
ticks: A.value
|
|
1581
1585
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
1582
1586
|
]),
|
|
@@ -1594,14 +1598,14 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1594
1598
|
const e = t, { prop: i } = r(e, ["settings", "clearable"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
1595
1599
|
"settings",
|
|
1596
1600
|
"halfIncrements"
|
|
1597
|
-
]), { prop: a } = r(e, ["settings", "hover"]), { prop: m } = r(e, ["settings", "length"]), { prop: f } = r(e, ["settings", "readonly"]), { theme: d } =
|
|
1601
|
+
]), { prop: a } = r(e, ["settings", "hover"]), { prop: m } = r(e, ["settings", "length"]), { prop: f } = r(e, ["settings", "readonly"]), { theme: d } = E(), { prop: c } = r(e, ["settings", "value"]);
|
|
1598
1602
|
return (u, p) => {
|
|
1599
1603
|
const b = P("v-rating");
|
|
1600
1604
|
return v(), w(n(Z), { "fit-content": !0 }, {
|
|
1601
1605
|
default: $(() => [
|
|
1602
1606
|
H(b, {
|
|
1603
1607
|
modelValue: n(c),
|
|
1604
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1608
|
+
"onUpdate:modelValue": p[0] || (p[0] = (y) => U(c) ? c.value = y : null),
|
|
1605
1609
|
clearable: n(i),
|
|
1606
1610
|
density: n(o),
|
|
1607
1611
|
disabled: n(l),
|
|
@@ -1623,7 +1627,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1623
1627
|
outer: { type: Boolean }
|
|
1624
1628
|
},
|
|
1625
1629
|
setup(t) {
|
|
1626
|
-
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: m } =
|
|
1630
|
+
const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: m } = E(), { prop: f } = r(e, ["settings", "value"]);
|
|
1627
1631
|
return (d, c) => {
|
|
1628
1632
|
const u = P("v-select");
|
|
1629
1633
|
return v(), w(n(Z), null, {
|
|
@@ -1655,13 +1659,13 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1655
1659
|
return "always";
|
|
1656
1660
|
if (p.value === "show")
|
|
1657
1661
|
return !0;
|
|
1658
|
-
}), { prop:
|
|
1662
|
+
}), { prop: y } = r(e, ["settings", "step"]), { theme: g } = E(), { prop: x } = r(e, [
|
|
1659
1663
|
"settings",
|
|
1660
1664
|
"thumbColor"
|
|
1661
1665
|
]), { color: S } = j(x), { prop: A } = r(e, [
|
|
1662
1666
|
"settings",
|
|
1663
1667
|
"thumbLabel"
|
|
1664
|
-
]),
|
|
1668
|
+
]), R = k(() => {
|
|
1665
1669
|
if (A.value === "always")
|
|
1666
1670
|
return "always";
|
|
1667
1671
|
if (A.value === "show")
|
|
@@ -1695,10 +1699,10 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1695
1699
|
readonly: n(c),
|
|
1696
1700
|
reverse: n(u),
|
|
1697
1701
|
"show-ticks": b.value,
|
|
1698
|
-
step: n(
|
|
1702
|
+
step: n(y),
|
|
1699
1703
|
theme: n(g),
|
|
1700
1704
|
"thumb-color": n(S),
|
|
1701
|
-
"thumb-label":
|
|
1705
|
+
"thumb-label": R.value,
|
|
1702
1706
|
"thumb-size": n(W),
|
|
1703
1707
|
"tick-size": n(N),
|
|
1704
1708
|
ticks: D.value,
|
|
@@ -1737,7 +1741,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
|
|
|
1737
1741
|
outer: { type: Boolean }
|
|
1738
1742
|
},
|
|
1739
1743
|
setup(t) {
|
|
1740
|
-
const e = t, { prop: i } = r(e, ["settings", "hideActions"]), { theme: o } =
|
|
1744
|
+
const e = t, { prop: i } = r(e, ["settings", "hideActions"]), { theme: o } = E(), { prop: l } = r(e, ["settings", "value"]);
|
|
1741
1745
|
return (s, a) => {
|
|
1742
1746
|
const m = P("v-stepper");
|
|
1743
1747
|
return v(), w(m, {
|
|
@@ -1809,7 +1813,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1809
1813
|
}, 8, ["value"]);
|
|
1810
1814
|
};
|
|
1811
1815
|
}
|
|
1812
|
-
}),
|
|
1816
|
+
}), El = /* @__PURE__ */ V({
|
|
1813
1817
|
__name: "index",
|
|
1814
1818
|
props: {
|
|
1815
1819
|
node: {},
|
|
@@ -1819,14 +1823,14 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1819
1823
|
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, [
|
|
1820
1824
|
"settings",
|
|
1821
1825
|
"indeterminate"
|
|
1822
|
-
]), { prop: m } = r(e, ["settings", "inline"]), { prop: f } = r(e, ["settings", "inset"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { theme: u } =
|
|
1823
|
-
return (b,
|
|
1826
|
+
]), { prop: m } = r(e, ["settings", "inline"]), { prop: f } = r(e, ["settings", "inset"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { theme: u } = E(), { prop: p } = r(e, ["settings", "value"]);
|
|
1827
|
+
return (b, y) => {
|
|
1824
1828
|
const g = P("v-switch");
|
|
1825
1829
|
return v(), w(n(Z), { "fit-content": !0 }, {
|
|
1826
1830
|
default: $(() => [
|
|
1827
1831
|
H(g, {
|
|
1828
1832
|
modelValue: n(p),
|
|
1829
|
-
"onUpdate:modelValue":
|
|
1833
|
+
"onUpdate:modelValue": y[0] || (y[0] = (x) => U(p) ? p.value = x : null),
|
|
1830
1834
|
density: n(i),
|
|
1831
1835
|
direction: n(o),
|
|
1832
1836
|
disabled: n(l),
|
|
@@ -1843,14 +1847,14 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1843
1847
|
});
|
|
1844
1848
|
};
|
|
1845
1849
|
}
|
|
1846
|
-
}),
|
|
1850
|
+
}), Rl = /* @__PURE__ */ V({
|
|
1847
1851
|
__name: "index",
|
|
1848
1852
|
props: {
|
|
1849
1853
|
node: {},
|
|
1850
1854
|
outer: { type: Boolean }
|
|
1851
1855
|
},
|
|
1852
1856
|
setup(t) {
|
|
1853
|
-
const e = t, i = G(), { prop: o } = r(e, ["settings", "text"]), { theme: l } =
|
|
1857
|
+
const e = t, i = G(), { prop: o } = r(e, ["settings", "text"]), { theme: l } = E(), { prop: s } = r(e, ["settings", "value"]), a = k(() => {
|
|
1854
1858
|
const m = {};
|
|
1855
1859
|
return i === "editor" && (m.pointerEvents = "none"), m;
|
|
1856
1860
|
});
|
|
@@ -1887,11 +1891,11 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1887
1891
|
"settings",
|
|
1888
1892
|
"color",
|
|
1889
1893
|
"selectedColor"
|
|
1890
|
-
]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "direction"]), { prop: c } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: p } = r(e, ["settings", "grow"]), { prop: b } = r(e, ["settings", "hideSlider"]), { prop:
|
|
1894
|
+
]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "direction"]), { prop: c } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: p } = r(e, ["settings", "grow"]), { prop: b } = r(e, ["settings", "hideSlider"]), { prop: y } = r(e, ["settings", "items"]), { prop: g } = r(e, ["settings", "mandatory"]), { prop: x } = r(e, ["settings", "showArrows"]), { prop: S } = r(e, [
|
|
1891
1895
|
"settings",
|
|
1892
1896
|
"color",
|
|
1893
1897
|
"sliderColor"
|
|
1894
|
-
]), { color: A } = j(S), { prop:
|
|
1898
|
+
]), { color: A } = j(S), { prop: R } = r(e, ["settings", "stacked"]), { theme: W } = E(), { prop: F } = r(e, ["settings", "value"]);
|
|
1895
1899
|
return (D, N) => {
|
|
1896
1900
|
const I = P("v-tabs");
|
|
1897
1901
|
return v(), w(I, {
|
|
@@ -1907,11 +1911,11 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1907
1911
|
"fixed-tabs": n(u),
|
|
1908
1912
|
grow: n(p),
|
|
1909
1913
|
"hide-slider": n(b),
|
|
1910
|
-
items: n(
|
|
1914
|
+
items: n(y),
|
|
1911
1915
|
mandatory: n(g),
|
|
1912
1916
|
"show-arrows": n(x),
|
|
1913
1917
|
"slider-color": n(A),
|
|
1914
|
-
stacked: n(
|
|
1918
|
+
stacked: n(R),
|
|
1915
1919
|
theme: n(W)
|
|
1916
1920
|
}, {
|
|
1917
1921
|
default: $(() => [
|
|
@@ -1929,11 +1933,11 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1929
1933
|
},
|
|
1930
1934
|
setup(t) {
|
|
1931
1935
|
const e = t, i = Ve(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, ["settings", "decoration"]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop: m } = r(e, ["settings", "text"]), { prop: f } = r(e, ["settings", "weight"]), d = k(() => {
|
|
1932
|
-
const c = [], u =
|
|
1936
|
+
const c = [], u = Ee(i.value.width), p = $e(u, e.node.settings?.style);
|
|
1933
1937
|
return p && c.push(`text-${p}`), s.value === "high" ? c.push("text-high-emphasis") : s.value === "medium" ? c.push("text-medium-emphasis") : s.value === "disabled" && c.push("text-disabled"), o.value && c.push(`font-${o.value}`), l.value && c.push(`text-decoration-${l.value}`), f.value && c.push(`font-weight-${f.value}`), a.value && c.push("font-italic"), c.join(" ");
|
|
1934
1938
|
});
|
|
1935
1939
|
return (c, u) => (v(), Y("span", {
|
|
1936
|
-
class:
|
|
1940
|
+
class: Ro(d.value)
|
|
1937
1941
|
}, Do(n(m)), 3));
|
|
1938
1942
|
}
|
|
1939
1943
|
}), Fl = /* @__PURE__ */ V({
|
|
@@ -1943,12 +1947,12 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1943
1947
|
outer: { type: Boolean }
|
|
1944
1948
|
},
|
|
1945
1949
|
setup(t) {
|
|
1946
|
-
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "maxRows"]), { prop: d } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: p } = r(e, ["settings", "rows"]), { prop: b } = r(e, ["settings", "singleLine"]), { theme:
|
|
1950
|
+
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "maxRows"]), { prop: d } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: p } = r(e, ["settings", "rows"]), { prop: b } = r(e, ["settings", "singleLine"]), { theme: y } = E(), { prop: g } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
|
|
1947
1951
|
return (S, A) => {
|
|
1948
|
-
const
|
|
1952
|
+
const R = P("v-textarea");
|
|
1949
1953
|
return v(), w(n(Z), null, {
|
|
1950
1954
|
default: $(() => [
|
|
1951
|
-
H(
|
|
1955
|
+
H(R, {
|
|
1952
1956
|
modelValue: n(g),
|
|
1953
1957
|
"onUpdate:modelValue": A[0] || (A[0] = (W) => U(g) ? g.value = W : null),
|
|
1954
1958
|
"auto-grow": n(i),
|
|
@@ -1963,7 +1967,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1963
1967
|
reverse: n(u),
|
|
1964
1968
|
rows: n(p),
|
|
1965
1969
|
"single-line": n(b),
|
|
1966
|
-
theme: n(
|
|
1970
|
+
theme: n(y),
|
|
1967
1971
|
variant: n(x)
|
|
1968
1972
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
1969
1973
|
]),
|
|
@@ -1981,10 +1985,10 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
1981
1985
|
const e = t, { prop: i } = r(e, ["settings", "appendIcon"]), { prop: o } = r(e, [
|
|
1982
1986
|
"settings",
|
|
1983
1987
|
"appendInnerIcon"
|
|
1984
|
-
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: f } = r(e, ["settings", "hideDetails"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: p } = r(e, ["settings", "prefix"]), { prop: b } = r(e, ["settings", "prependIcon"]), { prop:
|
|
1988
|
+
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: f } = r(e, ["settings", "hideDetails"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: p } = r(e, ["settings", "prefix"]), { prop: b } = r(e, ["settings", "prependIcon"]), { prop: y } = r(e, [
|
|
1985
1989
|
"settings",
|
|
1986
1990
|
"prependInnerIcon"
|
|
1987
|
-
]), { prop: g } = r(e, ["settings", "readonly"]), { prop: x } = r(e, ["settings", "reverse"]), { prop: S } = r(e, ["settings", "singleLine"]), { prop: A } = r(e, ["settings", "suffix"]), { theme:
|
|
1991
|
+
]), { prop: g } = r(e, ["settings", "readonly"]), { prop: x } = r(e, ["settings", "reverse"]), { prop: S } = r(e, ["settings", "singleLine"]), { prop: A } = r(e, ["settings", "suffix"]), { theme: R } = E(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["slots", "append"]), { prop: N } = r(e, [
|
|
1988
1992
|
"slots",
|
|
1989
1993
|
"appendInner"
|
|
1990
1994
|
]), { prop: I } = r(e, ["slots", "prepend"]), { prop: M } = r(e, [
|
|
@@ -2010,12 +2014,12 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
2010
2014
|
placeholder: n(u),
|
|
2011
2015
|
prefix: n(p),
|
|
2012
2016
|
"prepend-icon": n(b),
|
|
2013
|
-
"prepend-inner-icon": n(
|
|
2017
|
+
"prepend-inner-icon": n(y),
|
|
2014
2018
|
readonly: n(g),
|
|
2015
2019
|
reverse: n(x),
|
|
2016
2020
|
"single-line": n(S),
|
|
2017
2021
|
suffix: n(A),
|
|
2018
|
-
theme: n(
|
|
2022
|
+
theme: n(R),
|
|
2019
2023
|
variant: n(F)
|
|
2020
2024
|
}, Tn({ _: 2 }, [
|
|
2021
2025
|
n(D) ? {
|
|
@@ -2086,11 +2090,11 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
2086
2090
|
"settings",
|
|
2087
2091
|
"line",
|
|
2088
2092
|
"thickness"
|
|
2089
|
-
]), { prop: b } = r(e, ["settings", "side"]), { prop:
|
|
2093
|
+
]), { prop: b } = r(e, ["settings", "side"]), { prop: y } = r(e, [
|
|
2090
2094
|
"settings",
|
|
2091
2095
|
"line",
|
|
2092
2096
|
"truncate"
|
|
2093
|
-
]), { theme: g } =
|
|
2097
|
+
]), { theme: g } = E();
|
|
2094
2098
|
return (x, S) => {
|
|
2095
2099
|
const A = P("v-timeline");
|
|
2096
2100
|
return v(), w(A, {
|
|
@@ -2105,7 +2109,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
|
|
|
2105
2109
|
"line-thickness": n(p),
|
|
2106
2110
|
side: n(b),
|
|
2107
2111
|
theme: n(g),
|
|
2108
|
-
"truncate-line": n(
|
|
2112
|
+
"truncate-line": n(y)
|
|
2109
2113
|
}, {
|
|
2110
2114
|
default: $(() => [
|
|
2111
2115
|
L(x.$slots, "default")
|
|
@@ -2131,7 +2135,7 @@ const Ul = /* @__PURE__ */ ge(jl, [["render", Kl]]), Ol = /* @__PURE__ */ V({
|
|
|
2131
2135
|
outer: { type: Boolean }
|
|
2132
2136
|
},
|
|
2133
2137
|
setup(t) {
|
|
2134
|
-
const e = t, { prop: i } = r(e, ["settings", "continuous"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, ["settings", "showArrows"]), { prop: m } = r(e, ["settings", "touch"]), { theme: f } =
|
|
2138
|
+
const e = t, { prop: i } = r(e, ["settings", "continuous"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, ["settings", "showArrows"]), { prop: m } = r(e, ["settings", "touch"]), { theme: f } = E(), { prop: d } = r(e, ["settings", "value"]);
|
|
2135
2139
|
return (c, u) => {
|
|
2136
2140
|
const p = P("v-window");
|
|
2137
2141
|
return v(), w(p, {
|
|
@@ -2162,7 +2166,7 @@ function Yl(t, e) {
|
|
|
2162
2166
|
_: 3
|
|
2163
2167
|
});
|
|
2164
2168
|
}
|
|
2165
|
-
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1", pt = "form_v1", en = "globality_v1", mt = "group_v1", dt = "icon_v1", ft = "keyboard_controls_v1", bt = "line_chart_v1", yt = "map_controls_v1", ht = "menu_v1", gt = "mesh_v1", Zl = "mesh_basic_material_v1", Nn = "multiple_ref_v1", xt = "number_input_v1", vt = "orbit_controls_v1", kt = "orthographic_camera_v1", _t = "pagination_v1", wt = "perspective_camera_v1", Vt = "point_light_v1", bo = "radio_v1", $t = "radio_group_v1", It = "range_slider_v1", St = "rating_v1",
|
|
2169
|
+
const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1", pt = "form_v1", en = "globality_v1", mt = "group_v1", dt = "icon_v1", ft = "keyboard_controls_v1", bt = "line_chart_v1", yt = "map_controls_v1", ht = "menu_v1", gt = "mesh_v1", Zl = "mesh_basic_material_v1", Nn = "multiple_ref_v1", xt = "number_input_v1", vt = "orbit_controls_v1", kt = "orthographic_camera_v1", _t = "pagination_v1", wt = "perspective_camera_v1", Vt = "point_light_v1", bo = "radio_v1", $t = "radio_group_v1", It = "range_slider_v1", St = "rating_v1", En = "render_switch_v1", Ct = "select_v1", Re = "single_ref_v1", Tt = "slider_v1", Pt = "sphere_geometry_v1", zt = "spot_light_v1", At = "stepper_v1", yo = "stepper_header_v1", ho = "stepper_item_v1", go = "stepper_window_v1", xo = "stepper_window_item_v1", Lt = "switch_v1", vo = "tab_v1", Rn = "table_v1", Bt = "tabs_v1", Wt = "text_v1", Nt = "textarea_v1", Et = "text_field_v1", Rt = "timeline_v1", ko = "timeline_item_v1", Dt = "window_v1", _o = "window_item_v1", h = {
|
|
2166
2170
|
key: "basic",
|
|
2167
2171
|
name: "x-runtime-lib.basic",
|
|
2168
2172
|
children: [
|
|
@@ -2643,8 +2647,8 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
|
|
|
2643
2647
|
name: "x-runtime-lib.orthographicCamera",
|
|
2644
2648
|
comp: gs,
|
|
2645
2649
|
props: {
|
|
2646
|
-
pageScene: [
|
|
2647
|
-
compScene: [
|
|
2650
|
+
pageScene: [h, X, Yn],
|
|
2651
|
+
compScene: [h, X, Yn]
|
|
2648
2652
|
},
|
|
2649
2653
|
events: [],
|
|
2650
2654
|
methods: [],
|
|
@@ -2689,8 +2693,8 @@ const Jn = {
|
|
|
2689
2693
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2690
2694
|
comp: vs,
|
|
2691
2695
|
props: {
|
|
2692
|
-
pageScene: [
|
|
2693
|
-
compScene: [
|
|
2696
|
+
pageScene: [h, X, Jn],
|
|
2697
|
+
compScene: [h, X, Jn]
|
|
2694
2698
|
},
|
|
2695
2699
|
events: [],
|
|
2696
2700
|
methods: [],
|
|
@@ -2720,8 +2724,8 @@ const ta = /* @__PURE__ */ V({
|
|
|
2720
2724
|
name: "x-runtime-lib.keyboardControls",
|
|
2721
2725
|
comp: ta,
|
|
2722
2726
|
props: {
|
|
2723
|
-
pageScene: [
|
|
2724
|
-
compScene: [
|
|
2727
|
+
pageScene: [h],
|
|
2728
|
+
compScene: [h]
|
|
2725
2729
|
},
|
|
2726
2730
|
events: [],
|
|
2727
2731
|
methods: [],
|
|
@@ -2734,8 +2738,8 @@ const sa = {
|
|
|
2734
2738
|
name: "x-runtime-lib.mapControls",
|
|
2735
2739
|
comp: na,
|
|
2736
2740
|
props: {
|
|
2737
|
-
pageScene: [
|
|
2738
|
-
compScene: [
|
|
2741
|
+
pageScene: [h],
|
|
2742
|
+
compScene: [h]
|
|
2739
2743
|
},
|
|
2740
2744
|
events: [],
|
|
2741
2745
|
methods: [],
|
|
@@ -2748,8 +2752,8 @@ const ra = {
|
|
|
2748
2752
|
name: "x-runtime-lib.orbitControls",
|
|
2749
2753
|
comp: ia,
|
|
2750
2754
|
props: {
|
|
2751
|
-
pageScene: [
|
|
2752
|
-
compScene: [
|
|
2755
|
+
pageScene: [h],
|
|
2756
|
+
compScene: [h]
|
|
2753
2757
|
},
|
|
2754
2758
|
events: [],
|
|
2755
2759
|
methods: [],
|
|
@@ -2882,8 +2886,8 @@ const Zn = {
|
|
|
2882
2886
|
name: "x-runtime-lib.boxGeometry",
|
|
2883
2887
|
comp: _s,
|
|
2884
2888
|
props: {
|
|
2885
|
-
pageScene: [
|
|
2886
|
-
compScene: [
|
|
2889
|
+
pageScene: [h, Zn],
|
|
2890
|
+
compScene: [h, Zn]
|
|
2887
2891
|
},
|
|
2888
2892
|
events: [],
|
|
2889
2893
|
methods: [],
|
|
@@ -3026,8 +3030,8 @@ const qn = {
|
|
|
3026
3030
|
name: "x-runtime-lib.sphereGeometry",
|
|
3027
3031
|
comp: Vs,
|
|
3028
3032
|
props: {
|
|
3029
|
-
pageScene: [
|
|
3030
|
-
compScene: [
|
|
3033
|
+
pageScene: [h, qn],
|
|
3034
|
+
compScene: [h, qn]
|
|
3031
3035
|
},
|
|
3032
3036
|
events: [],
|
|
3033
3037
|
methods: [],
|
|
@@ -3058,8 +3062,8 @@ const Qn = {
|
|
|
3058
3062
|
name: "x-runtime-lib.ambientLight",
|
|
3059
3063
|
comp: Is,
|
|
3060
3064
|
props: {
|
|
3061
|
-
pageScene: [
|
|
3062
|
-
compScene: [
|
|
3065
|
+
pageScene: [h, X, Qn],
|
|
3066
|
+
compScene: [h, X, Qn]
|
|
3063
3067
|
},
|
|
3064
3068
|
events: [],
|
|
3065
3069
|
methods: [],
|
|
@@ -3088,8 +3092,8 @@ const ei = {
|
|
|
3088
3092
|
name: "x-runtime-lib.directionalLight",
|
|
3089
3093
|
comp: Cs,
|
|
3090
3094
|
props: {
|
|
3091
|
-
pageScene: [
|
|
3092
|
-
compScene: [
|
|
3095
|
+
pageScene: [h, X, ei],
|
|
3096
|
+
compScene: [h, X, ei]
|
|
3093
3097
|
},
|
|
3094
3098
|
events: [],
|
|
3095
3099
|
methods: [],
|
|
@@ -3132,8 +3136,8 @@ const ti = {
|
|
|
3132
3136
|
name: "x-runtime-lib.pointLight",
|
|
3133
3137
|
comp: Ps,
|
|
3134
3138
|
props: {
|
|
3135
|
-
pageScene: [
|
|
3136
|
-
compScene: [
|
|
3139
|
+
pageScene: [h, X, ti],
|
|
3140
|
+
compScene: [h, X, ti]
|
|
3137
3141
|
},
|
|
3138
3142
|
events: [],
|
|
3139
3143
|
methods: [],
|
|
@@ -3193,8 +3197,8 @@ const ni = {
|
|
|
3193
3197
|
name: "x-runtime-lib.spotLight",
|
|
3194
3198
|
comp: As,
|
|
3195
3199
|
props: {
|
|
3196
|
-
pageScene: [
|
|
3197
|
-
compScene: [
|
|
3200
|
+
pageScene: [h, X, ni],
|
|
3201
|
+
compScene: [h, X, ni]
|
|
3198
3202
|
},
|
|
3199
3203
|
events: [],
|
|
3200
3204
|
methods: [],
|
|
@@ -3206,8 +3210,8 @@ const Ce = {
|
|
|
3206
3210
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3207
3211
|
comp: Ws,
|
|
3208
3212
|
props: {
|
|
3209
|
-
pageScene: [
|
|
3210
|
-
compScene: [
|
|
3213
|
+
pageScene: [h],
|
|
3214
|
+
compScene: [h]
|
|
3211
3215
|
},
|
|
3212
3216
|
events: [],
|
|
3213
3217
|
methods: [],
|
|
@@ -3218,10 +3222,10 @@ _(Ce);
|
|
|
3218
3222
|
const ha = {
|
|
3219
3223
|
key: mt,
|
|
3220
3224
|
name: "x-runtime-lib.group",
|
|
3221
|
-
comp:
|
|
3225
|
+
comp: Es,
|
|
3222
3226
|
props: {
|
|
3223
|
-
pageScene: [
|
|
3224
|
-
compScene: [
|
|
3227
|
+
pageScene: [h, X],
|
|
3228
|
+
compScene: [h, X]
|
|
3225
3229
|
},
|
|
3226
3230
|
events: [],
|
|
3227
3231
|
methods: [],
|
|
@@ -3233,8 +3237,8 @@ const Te = {
|
|
|
3233
3237
|
name: "x-runtime-lib.mesh",
|
|
3234
3238
|
comp: Ds,
|
|
3235
3239
|
props: {
|
|
3236
|
-
pageScene: [
|
|
3237
|
-
compScene: [
|
|
3240
|
+
pageScene: [h, X],
|
|
3241
|
+
compScene: [h, X]
|
|
3238
3242
|
},
|
|
3239
3243
|
events: [],
|
|
3240
3244
|
methods: [],
|
|
@@ -3286,8 +3290,8 @@ const ii = {
|
|
|
3286
3290
|
name: "x-runtime-lib.barChart",
|
|
3287
3291
|
comp: Ur,
|
|
3288
3292
|
props: {
|
|
3289
|
-
pageCommon: [
|
|
3290
|
-
compCommon: [
|
|
3293
|
+
pageCommon: [h, O, Me, Fe, Ge, De, ii],
|
|
3294
|
+
compCommon: [h, O, Me, Fe, Ge, De, ii]
|
|
3291
3295
|
},
|
|
3292
3296
|
events: [],
|
|
3293
3297
|
methods: [],
|
|
@@ -3341,8 +3345,8 @@ const oi = {
|
|
|
3341
3345
|
name: "x-runtime-lib.lineChart",
|
|
3342
3346
|
comp: Or,
|
|
3343
3347
|
props: {
|
|
3344
|
-
pageCommon: [
|
|
3345
|
-
compCommon: [
|
|
3348
|
+
pageCommon: [h, O, Me, Fe, Ge, De, oi],
|
|
3349
|
+
compCommon: [h, O, Me, Fe, Ge, De, oi]
|
|
3346
3350
|
},
|
|
3347
3351
|
events: [],
|
|
3348
3352
|
methods: [],
|
|
@@ -3451,8 +3455,8 @@ const li = {
|
|
|
3451
3455
|
name: "x-runtime-lib.badge",
|
|
3452
3456
|
comp: Xr,
|
|
3453
3457
|
props: {
|
|
3454
|
-
pageCommon: [
|
|
3455
|
-
compCommon: [
|
|
3458
|
+
pageCommon: [h, li],
|
|
3459
|
+
compCommon: [h, li]
|
|
3456
3460
|
},
|
|
3457
3461
|
events: [],
|
|
3458
3462
|
methods: [],
|
|
@@ -3564,8 +3568,8 @@ const _a = B(K), ai = {
|
|
|
3564
3568
|
name: "x-runtime-lib.button",
|
|
3565
3569
|
comp: Yr,
|
|
3566
3570
|
props: {
|
|
3567
|
-
pageCommon: [
|
|
3568
|
-
compCommon: [
|
|
3571
|
+
pageCommon: [h, O, ai],
|
|
3572
|
+
compCommon: [h, O, ai]
|
|
3569
3573
|
},
|
|
3570
3574
|
events: [
|
|
3571
3575
|
{
|
|
@@ -3585,8 +3589,8 @@ const wa = {
|
|
|
3585
3589
|
name: "x-runtime-lib.buttonGroup",
|
|
3586
3590
|
comp: qr,
|
|
3587
3591
|
props: {
|
|
3588
|
-
pageCommon: [
|
|
3589
|
-
compCommon: [
|
|
3592
|
+
pageCommon: [h],
|
|
3593
|
+
compCommon: [h]
|
|
3590
3594
|
},
|
|
3591
3595
|
events: [],
|
|
3592
3596
|
methods: [],
|
|
@@ -3659,8 +3663,8 @@ const ui = {
|
|
|
3659
3663
|
name: "x-runtime-lib.buttonToggle",
|
|
3660
3664
|
comp: Qr,
|
|
3661
3665
|
props: {
|
|
3662
|
-
pageCommon: [
|
|
3663
|
-
compCommon: [
|
|
3666
|
+
pageCommon: [h, ui],
|
|
3667
|
+
compCommon: [h, ui]
|
|
3664
3668
|
},
|
|
3665
3669
|
events: [],
|
|
3666
3670
|
methods: [],
|
|
@@ -3741,8 +3745,8 @@ const ci = {
|
|
|
3741
3745
|
name: "x-runtime-lib.card",
|
|
3742
3746
|
comp: el,
|
|
3743
3747
|
props: {
|
|
3744
|
-
pageCommon: [
|
|
3745
|
-
compCommon: [
|
|
3748
|
+
pageCommon: [h, O, ci],
|
|
3749
|
+
compCommon: [h, O, ci]
|
|
3746
3750
|
},
|
|
3747
3751
|
events: [],
|
|
3748
3752
|
methods: [],
|
|
@@ -3772,8 +3776,8 @@ const pi = {
|
|
|
3772
3776
|
name: "x-runtime-lib.checkbox",
|
|
3773
3777
|
comp: tl,
|
|
3774
3778
|
props: {
|
|
3775
|
-
pageCommon: [
|
|
3776
|
-
compCommon: [
|
|
3779
|
+
pageCommon: [h, pi],
|
|
3780
|
+
compCommon: [h, pi]
|
|
3777
3781
|
},
|
|
3778
3782
|
events: [],
|
|
3779
3783
|
methods: [],
|
|
@@ -3861,8 +3865,8 @@ const Sa = B(K), mi = {
|
|
|
3861
3865
|
name: "x-runtime-lib.chip",
|
|
3862
3866
|
comp: nl,
|
|
3863
3867
|
props: {
|
|
3864
|
-
pageCommon: [
|
|
3865
|
-
compCommon: [
|
|
3868
|
+
pageCommon: [h, mi],
|
|
3869
|
+
compCommon: [h, mi]
|
|
3866
3870
|
},
|
|
3867
3871
|
events: [],
|
|
3868
3872
|
methods: [],
|
|
@@ -3964,8 +3968,8 @@ const di = {
|
|
|
3964
3968
|
name: "x-runtime-lib.chipGroup",
|
|
3965
3969
|
comp: il,
|
|
3966
3970
|
props: {
|
|
3967
|
-
pageCommon: [
|
|
3968
|
-
compCommon: [
|
|
3971
|
+
pageCommon: [h, di],
|
|
3972
|
+
compCommon: [h, di]
|
|
3969
3973
|
},
|
|
3970
3974
|
events: [],
|
|
3971
3975
|
methods: [],
|
|
@@ -3978,8 +3982,8 @@ const Ta = {
|
|
|
3978
3982
|
name: "x-runtime-lib.colorPicker",
|
|
3979
3983
|
comp: ol,
|
|
3980
3984
|
props: {
|
|
3981
|
-
pageCommon: [
|
|
3982
|
-
compCommon: [
|
|
3985
|
+
pageCommon: [h],
|
|
3986
|
+
compCommon: [h]
|
|
3983
3987
|
},
|
|
3984
3988
|
events: [],
|
|
3985
3989
|
methods: [],
|
|
@@ -4033,8 +4037,8 @@ const fi = {
|
|
|
4033
4037
|
name: "x-runtime-lib.combobox",
|
|
4034
4038
|
comp: sl,
|
|
4035
4039
|
props: {
|
|
4036
|
-
pageCommon: [
|
|
4037
|
-
compCommon: [
|
|
4040
|
+
pageCommon: [h, fi],
|
|
4041
|
+
compCommon: [h, fi]
|
|
4038
4042
|
},
|
|
4039
4043
|
events: [],
|
|
4040
4044
|
methods: [],
|
|
@@ -4054,8 +4058,8 @@ const bi = {
|
|
|
4054
4058
|
name: "x-runtime-lib.container",
|
|
4055
4059
|
comp: rl,
|
|
4056
4060
|
props: {
|
|
4057
|
-
pageCommon: [
|
|
4058
|
-
compCommon: [
|
|
4061
|
+
pageCommon: [h, O, ke, _e, we, bi],
|
|
4062
|
+
compCommon: [h, O, ke, _e, we, bi]
|
|
4059
4063
|
},
|
|
4060
4064
|
events: [
|
|
4061
4065
|
{
|
|
@@ -4225,8 +4229,8 @@ const yi = {
|
|
|
4225
4229
|
name: "x-runtime-lib.dataTable",
|
|
4226
4230
|
comp: ll,
|
|
4227
4231
|
props: {
|
|
4228
|
-
pageCommon: [
|
|
4229
|
-
compCommon: [
|
|
4232
|
+
pageCommon: [h, yi, hi, gi],
|
|
4233
|
+
compCommon: [h, yi, hi, gi]
|
|
4230
4234
|
},
|
|
4231
4235
|
events: [],
|
|
4232
4236
|
methods: [],
|
|
@@ -4239,8 +4243,8 @@ const Aa = {
|
|
|
4239
4243
|
name: "x-runtime-lib.datePicker",
|
|
4240
4244
|
comp: cl,
|
|
4241
4245
|
props: {
|
|
4242
|
-
pageCommon: [
|
|
4243
|
-
compCommon: [
|
|
4246
|
+
pageCommon: [h],
|
|
4247
|
+
compCommon: [h]
|
|
4244
4248
|
},
|
|
4245
4249
|
events: [],
|
|
4246
4250
|
methods: [],
|
|
@@ -4253,8 +4257,8 @@ const La = {
|
|
|
4253
4257
|
name: "x-runtime-lib.dialog",
|
|
4254
4258
|
comp: ml,
|
|
4255
4259
|
props: {
|
|
4256
|
-
pageCommon: [
|
|
4257
|
-
compCommon: [
|
|
4260
|
+
pageCommon: [h],
|
|
4261
|
+
compCommon: [h]
|
|
4258
4262
|
},
|
|
4259
4263
|
events: [],
|
|
4260
4264
|
methods: [
|
|
@@ -4284,8 +4288,8 @@ const xi = {
|
|
|
4284
4288
|
name: "x-runtime-lib.fileInput",
|
|
4285
4289
|
comp: dl,
|
|
4286
4290
|
props: {
|
|
4287
|
-
pageCommon: [
|
|
4288
|
-
compCommon: [
|
|
4291
|
+
pageCommon: [h, xi],
|
|
4292
|
+
compCommon: [h, xi]
|
|
4289
4293
|
},
|
|
4290
4294
|
events: [],
|
|
4291
4295
|
methods: [],
|
|
@@ -4313,8 +4317,8 @@ const xi = {
|
|
|
4313
4317
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4314
4318
|
comp: bl,
|
|
4315
4319
|
props: {
|
|
4316
|
-
pageCommon: [
|
|
4317
|
-
compCommon: [
|
|
4320
|
+
pageCommon: [h, O, vi],
|
|
4321
|
+
compCommon: [h, O, vi]
|
|
4318
4322
|
},
|
|
4319
4323
|
events: [],
|
|
4320
4324
|
methods: [],
|
|
@@ -4581,8 +4585,8 @@ const ki = {
|
|
|
4581
4585
|
name: "x-runtime-lib.flexLayout",
|
|
4582
4586
|
comp: fl,
|
|
4583
4587
|
props: {
|
|
4584
|
-
pageCommon: [
|
|
4585
|
-
compCommon: [
|
|
4588
|
+
pageCommon: [h, O, ke, _e, we, ki],
|
|
4589
|
+
compCommon: [h, O, ke, _e, we, ki]
|
|
4586
4590
|
},
|
|
4587
4591
|
events: [
|
|
4588
4592
|
{
|
|
@@ -4747,12 +4751,12 @@ const _i = {
|
|
|
4747
4751
|
}
|
|
4748
4752
|
]
|
|
4749
4753
|
}, mn = {
|
|
4750
|
-
key:
|
|
4754
|
+
key: Et,
|
|
4751
4755
|
name: "x-runtime-lib.textField",
|
|
4752
4756
|
comp: Gl,
|
|
4753
4757
|
props: {
|
|
4754
|
-
pageCommon: [
|
|
4755
|
-
compCommon: [
|
|
4758
|
+
pageCommon: [h, _i, wi],
|
|
4759
|
+
compCommon: [h, _i, wi]
|
|
4756
4760
|
},
|
|
4757
4761
|
events: [],
|
|
4758
4762
|
methods: [],
|
|
@@ -4797,9 +4801,9 @@ function Na(t, e) {
|
|
|
4797
4801
|
return;
|
|
4798
4802
|
}
|
|
4799
4803
|
const s = {};
|
|
4800
|
-
return T(s, l), s.basic.id = C(16), s.basic.key = dn.key, s.children = [
|
|
4804
|
+
return T(s, l), s.basic.id = C(16), s.basic.key = dn.key, s.children = [Ea(t, e)], s;
|
|
4801
4805
|
}
|
|
4802
|
-
function
|
|
4806
|
+
function Ea(t, e) {
|
|
4803
4807
|
const i = `type=${t} subtype=${e}`, o = z(t, e);
|
|
4804
4808
|
if (!o) {
|
|
4805
4809
|
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
@@ -4836,8 +4840,8 @@ const Vi = {
|
|
|
4836
4840
|
name: "x-runtime-lib.form",
|
|
4837
4841
|
comp: yl,
|
|
4838
4842
|
props: {
|
|
4839
|
-
pageCommon: [
|
|
4840
|
-
compCommon: [
|
|
4843
|
+
pageCommon: [h, O, ke, _e, we, Vi],
|
|
4844
|
+
compCommon: [h, O, ke, _e, we, Vi]
|
|
4841
4845
|
},
|
|
4842
4846
|
events: [
|
|
4843
4847
|
{
|
|
@@ -4851,7 +4855,7 @@ const Vi = {
|
|
|
4851
4855
|
spawn: Na
|
|
4852
4856
|
};
|
|
4853
4857
|
_(dn);
|
|
4854
|
-
const
|
|
4858
|
+
const Ra = B(K), $i = {
|
|
4855
4859
|
key: "settings",
|
|
4856
4860
|
name: "x-runtime-lib.settings",
|
|
4857
4861
|
children: [
|
|
@@ -4874,15 +4878,15 @@ const Ea = B(K), $i = {
|
|
|
4874
4878
|
items: "sizeItemsV1",
|
|
4875
4879
|
default: "default"
|
|
4876
4880
|
},
|
|
4877
|
-
|
|
4881
|
+
Ra
|
|
4878
4882
|
]
|
|
4879
4883
|
}, Da = {
|
|
4880
4884
|
key: dt,
|
|
4881
4885
|
name: "x-runtime-lib.icon",
|
|
4882
4886
|
comp: hl,
|
|
4883
4887
|
props: {
|
|
4884
|
-
pageCommon: [
|
|
4885
|
-
compCommon: [
|
|
4888
|
+
pageCommon: [h, $i],
|
|
4889
|
+
compCommon: [h, $i]
|
|
4886
4890
|
},
|
|
4887
4891
|
events: [],
|
|
4888
4892
|
methods: [],
|
|
@@ -4895,8 +4899,8 @@ const Ma = {
|
|
|
4895
4899
|
name: "x-runtime-lib.menu",
|
|
4896
4900
|
comp: xl,
|
|
4897
4901
|
props: {
|
|
4898
|
-
pageCommon: [
|
|
4899
|
-
compCommon: [
|
|
4902
|
+
pageCommon: [h],
|
|
4903
|
+
compCommon: [h]
|
|
4900
4904
|
},
|
|
4901
4905
|
events: [],
|
|
4902
4906
|
methods: [
|
|
@@ -5103,8 +5107,8 @@ const Ii = {
|
|
|
5103
5107
|
name: "x-runtime-lib.numberInput",
|
|
5104
5108
|
comp: vl,
|
|
5105
5109
|
props: {
|
|
5106
|
-
pageCommon: [
|
|
5107
|
-
compCommon: [
|
|
5110
|
+
pageCommon: [h, Ii, Si],
|
|
5111
|
+
compCommon: [h, Ii, Si]
|
|
5108
5112
|
},
|
|
5109
5113
|
events: [
|
|
5110
5114
|
{
|
|
@@ -5207,8 +5211,8 @@ const Ci = {
|
|
|
5207
5211
|
name: "x-runtime-lib.pagination",
|
|
5208
5212
|
comp: kl,
|
|
5209
5213
|
props: {
|
|
5210
|
-
pageCommon: [
|
|
5211
|
-
compCommon: [
|
|
5214
|
+
pageCommon: [h, Ci],
|
|
5215
|
+
compCommon: [h, Ci]
|
|
5212
5216
|
},
|
|
5213
5217
|
events: [],
|
|
5214
5218
|
methods: [],
|
|
@@ -5258,8 +5262,8 @@ const Ha = B(K), Ti = {
|
|
|
5258
5262
|
name: "x-runtime-lib.radio",
|
|
5259
5263
|
comp: _l,
|
|
5260
5264
|
props: {
|
|
5261
|
-
pageCommon: [
|
|
5262
|
-
compCommon: [
|
|
5265
|
+
pageCommon: [h, Ti],
|
|
5266
|
+
compCommon: [h, Ti]
|
|
5263
5267
|
},
|
|
5264
5268
|
events: [],
|
|
5265
5269
|
methods: [],
|
|
@@ -5347,8 +5351,8 @@ const Pi = {
|
|
|
5347
5351
|
name: "x-runtime-lib.radioGroup",
|
|
5348
5352
|
comp: wl,
|
|
5349
5353
|
props: {
|
|
5350
|
-
pageCommon: [
|
|
5351
|
-
compCommon: [
|
|
5354
|
+
pageCommon: [h, Pi],
|
|
5355
|
+
compCommon: [h, Pi]
|
|
5352
5356
|
},
|
|
5353
5357
|
events: [],
|
|
5354
5358
|
methods: [],
|
|
@@ -5478,8 +5482,8 @@ const zi = {
|
|
|
5478
5482
|
name: "x-runtime-lib.rangeSlider",
|
|
5479
5483
|
comp: Vl,
|
|
5480
5484
|
props: {
|
|
5481
|
-
pageCommon: [
|
|
5482
|
-
compCommon: [
|
|
5485
|
+
pageCommon: [h, zi],
|
|
5486
|
+
compCommon: [h, zi]
|
|
5483
5487
|
},
|
|
5484
5488
|
events: [],
|
|
5485
5489
|
methods: [],
|
|
@@ -5547,8 +5551,8 @@ const Ai = {
|
|
|
5547
5551
|
name: "x-runtime-lib.rating",
|
|
5548
5552
|
comp: $l,
|
|
5549
5553
|
props: {
|
|
5550
|
-
pageCommon: [
|
|
5551
|
-
compCommon: [
|
|
5554
|
+
pageCommon: [h, Ai],
|
|
5555
|
+
compCommon: [h, Ai]
|
|
5552
5556
|
},
|
|
5553
5557
|
events: [],
|
|
5554
5558
|
methods: [],
|
|
@@ -5602,8 +5606,8 @@ const Li = {
|
|
|
5602
5606
|
name: "x-runtime-lib.select",
|
|
5603
5607
|
comp: Il,
|
|
5604
5608
|
props: {
|
|
5605
|
-
pageCommon: [
|
|
5606
|
-
compCommon: [
|
|
5609
|
+
pageCommon: [h, Li],
|
|
5610
|
+
compCommon: [h, Li]
|
|
5607
5611
|
},
|
|
5608
5612
|
events: [],
|
|
5609
5613
|
methods: [],
|
|
@@ -5751,8 +5755,8 @@ const Bi = {
|
|
|
5751
5755
|
name: "x-runtime-lib.slider",
|
|
5752
5756
|
comp: Sl,
|
|
5753
5757
|
props: {
|
|
5754
|
-
pageCommon: [
|
|
5755
|
-
compCommon: [
|
|
5758
|
+
pageCommon: [h, Bi, Wi],
|
|
5759
|
+
compCommon: [h, Bi, Wi]
|
|
5756
5760
|
},
|
|
5757
5761
|
events: [],
|
|
5758
5762
|
methods: [],
|
|
@@ -5765,8 +5769,8 @@ const hn = {
|
|
|
5765
5769
|
name: "x-runtime-lib.stepperHeader",
|
|
5766
5770
|
comp: zl,
|
|
5767
5771
|
props: {
|
|
5768
|
-
pageCommon: [
|
|
5769
|
-
compCommon: [
|
|
5772
|
+
pageCommon: [h],
|
|
5773
|
+
compCommon: [h]
|
|
5770
5774
|
},
|
|
5771
5775
|
events: [],
|
|
5772
5776
|
methods: [],
|
|
@@ -5789,8 +5793,8 @@ const Ni = {
|
|
|
5789
5793
|
name: "x-runtime-lib.stepperItem",
|
|
5790
5794
|
comp: Al,
|
|
5791
5795
|
props: {
|
|
5792
|
-
pageCommon: [
|
|
5793
|
-
compCommon: [
|
|
5796
|
+
pageCommon: [h, Ni],
|
|
5797
|
+
compCommon: [h, Ni]
|
|
5794
5798
|
},
|
|
5795
5799
|
events: [],
|
|
5796
5800
|
methods: [],
|
|
@@ -5802,15 +5806,15 @@ const xn = {
|
|
|
5802
5806
|
name: "x-runtime-lib.stepperWindow",
|
|
5803
5807
|
comp: Wl,
|
|
5804
5808
|
props: {
|
|
5805
|
-
pageCommon: [
|
|
5806
|
-
compCommon: [
|
|
5809
|
+
pageCommon: [h],
|
|
5810
|
+
compCommon: [h]
|
|
5807
5811
|
},
|
|
5808
5812
|
events: [],
|
|
5809
5813
|
methods: [],
|
|
5810
5814
|
slots: []
|
|
5811
5815
|
};
|
|
5812
5816
|
_(xn);
|
|
5813
|
-
const
|
|
5817
|
+
const Ei = {
|
|
5814
5818
|
key: "settings",
|
|
5815
5819
|
name: "x-runtime-lib.settings",
|
|
5816
5820
|
children: [
|
|
@@ -5826,8 +5830,8 @@ const Ri = {
|
|
|
5826
5830
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5827
5831
|
comp: Nl,
|
|
5828
5832
|
props: {
|
|
5829
|
-
pageCommon: [
|
|
5830
|
-
compCommon: [
|
|
5833
|
+
pageCommon: [h, Ei],
|
|
5834
|
+
compCommon: [h, Ei]
|
|
5831
5835
|
},
|
|
5832
5836
|
events: [],
|
|
5833
5837
|
methods: [],
|
|
@@ -5926,7 +5930,7 @@ function qa(t, e, i) {
|
|
|
5926
5930
|
const a = {};
|
|
5927
5931
|
return T(a, s), a.basic.id = C(16), a.basic.key = Pe.key, a.children = [], a.settings.title = i, a;
|
|
5928
5932
|
}
|
|
5929
|
-
const
|
|
5933
|
+
const Ri = {
|
|
5930
5934
|
key: "settings",
|
|
5931
5935
|
name: "x-runtime-lib.settings",
|
|
5932
5936
|
children: [
|
|
@@ -5948,8 +5952,8 @@ const Ei = {
|
|
|
5948
5952
|
name: "x-runtime-lib.stepper",
|
|
5949
5953
|
comp: Cl,
|
|
5950
5954
|
props: {
|
|
5951
|
-
pageCommon: [
|
|
5952
|
-
compCommon: [
|
|
5955
|
+
pageCommon: [h, Ri],
|
|
5956
|
+
compCommon: [h, Ri]
|
|
5953
5957
|
},
|
|
5954
5958
|
events: [],
|
|
5955
5959
|
methods: [],
|
|
@@ -5960,10 +5964,10 @@ _(kn);
|
|
|
5960
5964
|
const Qa = {
|
|
5961
5965
|
key: Lt,
|
|
5962
5966
|
name: "x-runtime-lib.switch",
|
|
5963
|
-
comp:
|
|
5967
|
+
comp: El,
|
|
5964
5968
|
props: {
|
|
5965
|
-
pageCommon: [
|
|
5966
|
-
compCommon: [
|
|
5969
|
+
pageCommon: [h],
|
|
5970
|
+
compCommon: [h]
|
|
5967
5971
|
},
|
|
5968
5972
|
events: [],
|
|
5969
5973
|
methods: [],
|
|
@@ -5991,10 +5995,10 @@ const Di = {
|
|
|
5991
5995
|
}, _n = {
|
|
5992
5996
|
key: vo,
|
|
5993
5997
|
name: "x-runtime-lib.tab",
|
|
5994
|
-
comp:
|
|
5998
|
+
comp: Rl,
|
|
5995
5999
|
props: {
|
|
5996
|
-
pageCommon: [
|
|
5997
|
-
compCommon: [
|
|
6000
|
+
pageCommon: [h, Di],
|
|
6001
|
+
compCommon: [h, Di]
|
|
5998
6002
|
},
|
|
5999
6003
|
events: [],
|
|
6000
6004
|
methods: [],
|
|
@@ -6127,8 +6131,8 @@ const Mi = {
|
|
|
6127
6131
|
name: "x-runtime-lib.tabs",
|
|
6128
6132
|
comp: Dl,
|
|
6129
6133
|
props: {
|
|
6130
|
-
pageCommon: [
|
|
6131
|
-
compCommon: [
|
|
6134
|
+
pageCommon: [h, Mi],
|
|
6135
|
+
compCommon: [h, Mi]
|
|
6132
6136
|
},
|
|
6133
6137
|
events: [],
|
|
6134
6138
|
methods: [],
|
|
@@ -6241,8 +6245,8 @@ const Fi = {
|
|
|
6241
6245
|
name: "x-runtime-lib.text",
|
|
6242
6246
|
comp: Ml,
|
|
6243
6247
|
props: {
|
|
6244
|
-
pageCommon: [
|
|
6245
|
-
compCommon: [
|
|
6248
|
+
pageCommon: [h, Fi],
|
|
6249
|
+
compCommon: [h, Fi]
|
|
6246
6250
|
},
|
|
6247
6251
|
events: [],
|
|
6248
6252
|
methods: [],
|
|
@@ -6341,8 +6345,8 @@ const Gi = {
|
|
|
6341
6345
|
name: "x-runtime-lib.textarea",
|
|
6342
6346
|
comp: Fl,
|
|
6343
6347
|
props: {
|
|
6344
|
-
pageCommon: [
|
|
6345
|
-
compCommon: [
|
|
6348
|
+
pageCommon: [h, Gi],
|
|
6349
|
+
compCommon: [h, Gi]
|
|
6346
6350
|
},
|
|
6347
6351
|
events: [],
|
|
6348
6352
|
methods: [],
|
|
@@ -6356,8 +6360,8 @@ const $n = {
|
|
|
6356
6360
|
name: "x-runtime-lib.timelineItem",
|
|
6357
6361
|
comp: Ul,
|
|
6358
6362
|
props: {
|
|
6359
|
-
pageCommon: [
|
|
6360
|
-
compCommon: [
|
|
6363
|
+
pageCommon: [h],
|
|
6364
|
+
compCommon: [h]
|
|
6361
6365
|
},
|
|
6362
6366
|
events: [],
|
|
6363
6367
|
methods: [],
|
|
@@ -6489,12 +6493,12 @@ const su = B(K), ru = B(K), Hi = {
|
|
|
6489
6493
|
}
|
|
6490
6494
|
]
|
|
6491
6495
|
}, In = {
|
|
6492
|
-
key:
|
|
6496
|
+
key: Rt,
|
|
6493
6497
|
name: "x-runtime-lib.timeline",
|
|
6494
6498
|
comp: Hl,
|
|
6495
6499
|
props: {
|
|
6496
|
-
pageCommon: [
|
|
6497
|
-
compCommon: [
|
|
6500
|
+
pageCommon: [h, Hi],
|
|
6501
|
+
compCommon: [h, Hi]
|
|
6498
6502
|
},
|
|
6499
6503
|
events: [],
|
|
6500
6504
|
methods: [],
|
|
@@ -6507,8 +6511,8 @@ const Sn = {
|
|
|
6507
6511
|
name: "x-runtime-lib.windowItem",
|
|
6508
6512
|
comp: Jl,
|
|
6509
6513
|
props: {
|
|
6510
|
-
pageCommon: [
|
|
6511
|
-
compCommon: [
|
|
6514
|
+
pageCommon: [h],
|
|
6515
|
+
compCommon: [h]
|
|
6512
6516
|
},
|
|
6513
6517
|
events: [],
|
|
6514
6518
|
methods: [],
|
|
@@ -6628,8 +6632,8 @@ const ji = {
|
|
|
6628
6632
|
name: "x-runtime-lib.window",
|
|
6629
6633
|
comp: Ol,
|
|
6630
6634
|
props: {
|
|
6631
|
-
pageCommon: [
|
|
6632
|
-
compCommon: [
|
|
6635
|
+
pageCommon: [h, ji],
|
|
6636
|
+
compCommon: [h, ji]
|
|
6633
6637
|
},
|
|
6634
6638
|
events: [],
|
|
6635
6639
|
methods: [],
|
|
@@ -6853,7 +6857,7 @@ const cu = [
|
|
|
6853
6857
|
max: 1 / 0,
|
|
6854
6858
|
step: 1
|
|
6855
6859
|
}
|
|
6856
|
-
],
|
|
6860
|
+
], Eu = [
|
|
6857
6861
|
{
|
|
6858
6862
|
title: "x-runtime-lib.notSet",
|
|
6859
6863
|
value: "",
|
|
@@ -6875,7 +6879,7 @@ const cu = [
|
|
|
6875
6879
|
validator: (t) => t === "right",
|
|
6876
6880
|
default: "right"
|
|
6877
6881
|
}
|
|
6878
|
-
],
|
|
6882
|
+
], Ru = [
|
|
6879
6883
|
{
|
|
6880
6884
|
title: "x-runtime-lib.notSet",
|
|
6881
6885
|
value: "",
|
|
@@ -7009,8 +7013,8 @@ const cu = [
|
|
|
7009
7013
|
], Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7010
7014
|
__proto__: null,
|
|
7011
7015
|
borderWidthTypesV1: Nu,
|
|
7012
|
-
leftRightTypesV1:
|
|
7013
|
-
marginTypesV1:
|
|
7016
|
+
leftRightTypesV1: Eu,
|
|
7017
|
+
marginTypesV1: Ru,
|
|
7014
7018
|
paddingTypesV1: Du,
|
|
7015
7019
|
sizeTypesV1: Mu,
|
|
7016
7020
|
tableColumnAlignTypesV1: Fu,
|
|
@@ -7040,7 +7044,7 @@ const cu = [
|
|
|
7040
7044
|
items: [
|
|
7041
7045
|
pt,
|
|
7042
7046
|
Wt,
|
|
7043
|
-
|
|
7047
|
+
Et,
|
|
7044
7048
|
Nt,
|
|
7045
7049
|
xt,
|
|
7046
7050
|
Ct,
|
|
@@ -7056,7 +7060,7 @@ const cu = [
|
|
|
7056
7060
|
{
|
|
7057
7061
|
key: "dataDisplay",
|
|
7058
7062
|
name: "x-runtime-lib.dataDisplay",
|
|
7059
|
-
items: [
|
|
7063
|
+
items: [Rn, st, Oe, bt]
|
|
7060
7064
|
},
|
|
7061
7065
|
{
|
|
7062
7066
|
key: "selection",
|
|
@@ -7072,7 +7076,7 @@ const cu = [
|
|
|
7072
7076
|
{
|
|
7073
7077
|
key: "feedback",
|
|
7074
7078
|
name: "x-runtime-lib.feedback",
|
|
7075
|
-
items: [Ue, St,
|
|
7079
|
+
items: [Ue, St, Rt]
|
|
7076
7080
|
},
|
|
7077
7081
|
{
|
|
7078
7082
|
key: "imagesAndIcons",
|
|
@@ -7087,7 +7091,7 @@ const cu = [
|
|
|
7087
7091
|
{
|
|
7088
7092
|
key: "dynamic",
|
|
7089
7093
|
name: "x-runtime-lib.dynamic",
|
|
7090
|
-
items: [
|
|
7094
|
+
items: [Re, Nn, En]
|
|
7091
7095
|
}
|
|
7092
7096
|
], Ku = [
|
|
7093
7097
|
{
|
|
@@ -7145,7 +7149,7 @@ const cu = [
|
|
|
7145
7149
|
items: [
|
|
7146
7150
|
pt,
|
|
7147
7151
|
Wt,
|
|
7148
|
-
|
|
7152
|
+
Et,
|
|
7149
7153
|
Nt,
|
|
7150
7154
|
xt,
|
|
7151
7155
|
Ct,
|
|
@@ -7161,7 +7165,7 @@ const cu = [
|
|
|
7161
7165
|
{
|
|
7162
7166
|
key: "dataDisplay",
|
|
7163
7167
|
name: "x-runtime-lib.dataDisplay",
|
|
7164
|
-
items: [
|
|
7168
|
+
items: [Rn, st, Oe, bt]
|
|
7165
7169
|
},
|
|
7166
7170
|
{
|
|
7167
7171
|
key: "selection",
|
|
@@ -7177,7 +7181,7 @@ const cu = [
|
|
|
7177
7181
|
{
|
|
7178
7182
|
key: "feedback",
|
|
7179
7183
|
name: "x-runtime-lib.feedback",
|
|
7180
|
-
items: [Ue, St,
|
|
7184
|
+
items: [Ue, St, Rt]
|
|
7181
7185
|
},
|
|
7182
7186
|
{
|
|
7183
7187
|
key: "imagesAndIcons",
|
|
@@ -7192,7 +7196,7 @@ const cu = [
|
|
|
7192
7196
|
{
|
|
7193
7197
|
key: "dynamic",
|
|
7194
7198
|
name: "x-runtime-lib.dynamic",
|
|
7195
|
-
items: [
|
|
7199
|
+
items: [Re, Nn, En]
|
|
7196
7200
|
}
|
|
7197
7201
|
], Ou = [
|
|
7198
7202
|
{
|
|
@@ -7228,7 +7232,7 @@ const cu = [
|
|
|
7228
7232
|
], Xu = {
|
|
7229
7233
|
version: "v1",
|
|
7230
7234
|
globalityKey: en,
|
|
7231
|
-
refKey:
|
|
7235
|
+
refKey: Re,
|
|
7232
7236
|
items: { ...Wu },
|
|
7233
7237
|
types: { ...Hu },
|
|
7234
7238
|
elements: /* @__PURE__ */ new Set([
|
|
@@ -7274,9 +7278,9 @@ const cu = [
|
|
|
7274
7278
|
$t,
|
|
7275
7279
|
It,
|
|
7276
7280
|
St,
|
|
7277
|
-
|
|
7281
|
+
En,
|
|
7278
7282
|
Ct,
|
|
7279
|
-
|
|
7283
|
+
Re,
|
|
7280
7284
|
Tt,
|
|
7281
7285
|
Pt,
|
|
7282
7286
|
zt,
|
|
@@ -7287,12 +7291,12 @@ const cu = [
|
|
|
7287
7291
|
xo,
|
|
7288
7292
|
Lt,
|
|
7289
7293
|
vo,
|
|
7290
|
-
|
|
7294
|
+
Rn,
|
|
7291
7295
|
Bt,
|
|
7292
7296
|
Wt,
|
|
7293
7297
|
Nt,
|
|
7294
|
-
Rt,
|
|
7295
7298
|
Et,
|
|
7299
|
+
Rt,
|
|
7296
7300
|
ko,
|
|
7297
7301
|
Dt,
|
|
7298
7302
|
_o
|
|
@@ -7504,13 +7508,13 @@ function Nc(t) {
|
|
|
7504
7508
|
function me() {
|
|
7505
7509
|
return oe(To);
|
|
7506
7510
|
}
|
|
7507
|
-
function
|
|
7511
|
+
function Ec(t) {
|
|
7508
7512
|
se(Po, t);
|
|
7509
7513
|
}
|
|
7510
7514
|
function de() {
|
|
7511
7515
|
return oe(Po);
|
|
7512
7516
|
}
|
|
7513
|
-
function
|
|
7517
|
+
function Rc(t) {
|
|
7514
7518
|
se(zo, Pn(t));
|
|
7515
7519
|
}
|
|
7516
7520
|
function ec() {
|
|
@@ -7578,8 +7582,8 @@ function Ne(t, e, i, o, l) {
|
|
|
7578
7582
|
const b = ve(p, u.subKeys);
|
|
7579
7583
|
if (ne(c, b))
|
|
7580
7584
|
continue;
|
|
7581
|
-
const
|
|
7582
|
-
ro(
|
|
7585
|
+
const y = B(p);
|
|
7586
|
+
ro(y, u.subKeys, B(c)), u.type === "elementProp" ? t.setElementProp(u.nodeId, u.propKeys, y) : u.type === "customProp" ? t.setCustomProp(u.propId, y) : u.type === "customState" ? t.setCustomState(u.stateId, y) : u.type === "adaptSlotProp" ? t.setAdaptSlotProp(u.propId, y) : console.assert(!1);
|
|
7583
7587
|
} else {
|
|
7584
7588
|
let p;
|
|
7585
7589
|
if (u.type === "elementProp")
|
|
@@ -7607,8 +7611,8 @@ function Ne(t, e, i, o, l) {
|
|
|
7607
7611
|
function nc(t, e) {
|
|
7608
7612
|
function i(c) {
|
|
7609
7613
|
const u = t.pseudoToNative(c), p = [], b = u.split(".");
|
|
7610
|
-
for (let
|
|
7611
|
-
const g = b[
|
|
7614
|
+
for (let y = 0; y < b.length; y++) {
|
|
7615
|
+
const g = b[y].trim();
|
|
7612
7616
|
if (g !== "")
|
|
7613
7617
|
if (/^\[\d+\]$/.test(g)) {
|
|
7614
7618
|
let x = parseInt(g.slice(1, -1), 10);
|
|
@@ -7705,15 +7709,15 @@ function oc(t, e) {
|
|
|
7705
7709
|
async function i(o, l, s, a, m, f) {
|
|
7706
7710
|
const d = t.pseudoToNative(o), c = t.pseudoToNative(l), u = t.pseudoToNative(s), p = t.pseudoToNative(a), b = t.pseudoToNative(m);
|
|
7707
7711
|
try {
|
|
7708
|
-
const
|
|
7712
|
+
const y = JSON.stringify(u), { strOutputs: g } = await ic({
|
|
7709
7713
|
spaceid: d,
|
|
7710
7714
|
id: c,
|
|
7711
|
-
strInputs:
|
|
7715
|
+
strInputs: y,
|
|
7712
7716
|
env: p
|
|
7713
7717
|
}), x = JSON.parse(g);
|
|
7714
7718
|
f(t.nativeToPseudo(x)), t.run();
|
|
7715
|
-
} catch (
|
|
7716
|
-
console.error("callFuncV1 failed", b,
|
|
7719
|
+
} catch (y) {
|
|
7720
|
+
console.error("callFuncV1 failed", b, y);
|
|
7717
7721
|
}
|
|
7718
7722
|
}
|
|
7719
7723
|
t.setProperty(
|
|
@@ -7727,14 +7731,14 @@ function sc(t, e, i) {
|
|
|
7727
7731
|
let p;
|
|
7728
7732
|
const b = e.pseudoToNative(d);
|
|
7729
7733
|
if (b === "elementProp") {
|
|
7730
|
-
const
|
|
7731
|
-
p = t.sandbox.getElementProp(
|
|
7734
|
+
const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
|
|
7735
|
+
p = t.sandbox.getElementProp(y, g);
|
|
7732
7736
|
} else if (b === "customProp") {
|
|
7733
|
-
const
|
|
7734
|
-
p = t.sandbox.getCustomProp(
|
|
7737
|
+
const y = e.pseudoToNative(c);
|
|
7738
|
+
p = t.sandbox.getCustomProp(y);
|
|
7735
7739
|
} else if (b === "adaptSlotProp") {
|
|
7736
|
-
const
|
|
7737
|
-
p = t.sandbox.getAdaptSlotProp(
|
|
7740
|
+
const y = e.pseudoToNative(c);
|
|
7741
|
+
p = t.sandbox.getAdaptSlotProp(y);
|
|
7738
7742
|
} else
|
|
7739
7743
|
console.assert(!1);
|
|
7740
7744
|
return e.nativeToPseudo(p);
|
|
@@ -7742,30 +7746,30 @@ function sc(t, e, i) {
|
|
|
7742
7746
|
function l(d, c, u, p) {
|
|
7743
7747
|
const b = e.pseudoToNative(d);
|
|
7744
7748
|
if (b === "elementProp") {
|
|
7745
|
-
const
|
|
7746
|
-
t.sandbox.setElementProp(
|
|
7749
|
+
const y = e.pseudoToNative(c), g = e.pseudoToNative(u), x = e.pseudoToNative(p);
|
|
7750
|
+
t.sandbox.setElementProp(y, g, x);
|
|
7747
7751
|
} else if (b === "customProp") {
|
|
7748
|
-
const
|
|
7749
|
-
t.sandbox.setCustomProp(
|
|
7752
|
+
const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
|
|
7753
|
+
t.sandbox.setCustomProp(y, g);
|
|
7750
7754
|
} else if (b === "adaptSlotProp") {
|
|
7751
|
-
const
|
|
7752
|
-
t.sandbox.setAdaptSlotProp(
|
|
7755
|
+
const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
|
|
7756
|
+
t.sandbox.setAdaptSlotProp(y, g);
|
|
7753
7757
|
} else
|
|
7754
7758
|
console.assert(!1);
|
|
7755
7759
|
}
|
|
7756
7760
|
function s(d, c, u, p) {
|
|
7757
|
-
const b = e.pseudoToNative(d),
|
|
7758
|
-
t.sandbox.eventBus?.emit(`callMethod@${b}`, { name:
|
|
7761
|
+
const b = e.pseudoToNative(d), y = e.pseudoToNative(c), g = e.pseudoToNative(u), x = { outputs: [] };
|
|
7762
|
+
t.sandbox.eventBus?.emit(`callMethod@${b}`, { name: y, inputs: g, result: x }), p(e.nativeToPseudo(x.outputs)), e.run();
|
|
7759
7763
|
}
|
|
7760
7764
|
function a(d, c) {
|
|
7761
7765
|
const u = e.pseudoToNative(d), p = e.pseudoToNative(c);
|
|
7762
7766
|
if (t.mode === "runtime") {
|
|
7763
|
-
const b = "/main/" + Date.now(),
|
|
7767
|
+
const b = "/main/" + Date.now(), y = {
|
|
7764
7768
|
orgid: t.org,
|
|
7765
7769
|
appid: `${u}${t.env}`,
|
|
7766
7770
|
pageid: p
|
|
7767
7771
|
};
|
|
7768
|
-
Qt.router.replace({ path: b, query:
|
|
7772
|
+
Qt.router.replace({ path: b, query: y });
|
|
7769
7773
|
} else t.mode === "preview" && io(
|
|
7770
7774
|
Qt.i18n.global.t(
|
|
7771
7775
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
@@ -7774,13 +7778,13 @@ function sc(t, e, i) {
|
|
|
7774
7778
|
}
|
|
7775
7779
|
function m(d, c, u) {
|
|
7776
7780
|
const p = e.pseudoToNative(d), b = e.pseudoToNative(c);
|
|
7777
|
-
as({ title: p, text: b }).then((
|
|
7778
|
-
u(e.nativeToPseudo(
|
|
7781
|
+
as({ title: p, text: b }).then((y) => {
|
|
7782
|
+
u(e.nativeToPseudo(y)), e.run();
|
|
7779
7783
|
});
|
|
7780
7784
|
}
|
|
7781
7785
|
function f(d, c, u, p) {
|
|
7782
|
-
const b = e.pseudoToNative(d),
|
|
7783
|
-
us({ title: b, label:
|
|
7786
|
+
const b = e.pseudoToNative(d), y = e.pseudoToNative(c), g = e.pseudoToNative(u);
|
|
7787
|
+
us({ title: b, label: y, value: g }).then((x) => {
|
|
7784
7788
|
p(e.nativeToPseudo(x)), e.run();
|
|
7785
7789
|
});
|
|
7786
7790
|
}
|
|
@@ -8034,20 +8038,21 @@ class mc {
|
|
|
8034
8038
|
}
|
|
8035
8039
|
const o = [];
|
|
8036
8040
|
if (i)
|
|
8037
|
-
for (const
|
|
8038
|
-
o.push(JSON.stringify(
|
|
8039
|
-
|
|
8041
|
+
for (const s of i)
|
|
8042
|
+
o.push(JSON.stringify(s));
|
|
8043
|
+
const l = `${e}(${o.join(", ")});`;
|
|
8044
|
+
console.log(l), this.interpreter.appendCode(l), this.interpreter.run();
|
|
8040
8045
|
}
|
|
8041
8046
|
}
|
|
8042
8047
|
function dc(t) {
|
|
8043
|
-
const e = qu(), i = Qu(), o = G(), l = me(), s = Ve(), a = Le(), m = (b,
|
|
8048
|
+
const e = qu(), i = Qu(), o = G(), l = me(), s = Ve(), a = Le(), m = (b, y, g, x) => {
|
|
8044
8049
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8045
|
-
`elementPropChange@${b}@${
|
|
8050
|
+
`elementPropChange@${b}@${y}`,
|
|
8046
8051
|
g,
|
|
8047
|
-
x
|
|
8052
|
+
x ?? g
|
|
8048
8053
|
]), t.value?.code.reactivity)) {
|
|
8049
8054
|
let S = "";
|
|
8050
|
-
|
|
8055
|
+
y instanceof Array ? S = y.join(".") : S = y, Ne(
|
|
8051
8056
|
u,
|
|
8052
8057
|
t.value.code.reactivity,
|
|
8053
8058
|
Ie({
|
|
@@ -8059,36 +8064,36 @@ function dc(t) {
|
|
|
8059
8064
|
x
|
|
8060
8065
|
);
|
|
8061
8066
|
}
|
|
8062
|
-
}, f = (b,
|
|
8067
|
+
}, f = (b, y, g) => {
|
|
8063
8068
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8064
8069
|
`customPropChange@${b}`,
|
|
8065
|
-
|
|
8066
|
-
g
|
|
8070
|
+
y,
|
|
8071
|
+
g ?? y
|
|
8067
8072
|
]), t.value?.code.reactivity && Ne(
|
|
8068
8073
|
u,
|
|
8069
8074
|
t.value.code.reactivity,
|
|
8070
8075
|
Ie({ type: "customProp", propId: b }),
|
|
8071
|
-
|
|
8076
|
+
y,
|
|
8072
8077
|
g
|
|
8073
8078
|
));
|
|
8074
|
-
}, d = (b,
|
|
8079
|
+
}, d = (b, y, g) => {
|
|
8075
8080
|
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Ne(
|
|
8076
8081
|
u,
|
|
8077
8082
|
t.value.code.reactivity,
|
|
8078
8083
|
Ie({ type: "customState", stateId: b }),
|
|
8079
|
-
|
|
8084
|
+
y,
|
|
8080
8085
|
g
|
|
8081
8086
|
);
|
|
8082
|
-
}, c = (b,
|
|
8087
|
+
}, c = (b, y, g) => {
|
|
8083
8088
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8084
8089
|
`adaptSlotProp@${b}`,
|
|
8085
|
-
|
|
8086
|
-
g
|
|
8090
|
+
y,
|
|
8091
|
+
g ?? y
|
|
8087
8092
|
]), t.value?.code.reactivity && Ne(
|
|
8088
8093
|
u,
|
|
8089
8094
|
t.value.code.reactivity,
|
|
8090
8095
|
Ie({ type: "adaptSlotProp", propId: b }),
|
|
8091
|
-
|
|
8096
|
+
y,
|
|
8092
8097
|
g
|
|
8093
8098
|
));
|
|
8094
8099
|
}, u = new mc({
|
|
@@ -8110,8 +8115,8 @@ function dc(t) {
|
|
|
8110
8115
|
u.destroyInterpreter();
|
|
8111
8116
|
}), (o === "runtime" || o === "preview") && q(
|
|
8112
8117
|
s,
|
|
8113
|
-
(b,
|
|
8114
|
-
const g =
|
|
8118
|
+
(b, y) => {
|
|
8119
|
+
const g = Ee(b.width), x = Ee(y?.width ?? b.width);
|
|
8115
8120
|
u.callFunction("__triggerEventV1__", [
|
|
8116
8121
|
"screenSizeChange@globality",
|
|
8117
8122
|
g,
|
|
@@ -8150,7 +8155,7 @@ export {
|
|
|
8150
8155
|
wa as btnGroupV1,
|
|
8151
8156
|
Va as btnToggleV1,
|
|
8152
8157
|
rn as btnV1,
|
|
8153
|
-
|
|
8158
|
+
Ee as calcBreakpoint,
|
|
8154
8159
|
Pe as cardV1,
|
|
8155
8160
|
Ia as checkboxV1,
|
|
8156
8161
|
an as chipGroupV1,
|
|
@@ -8213,8 +8218,8 @@ export {
|
|
|
8213
8218
|
wo as pkgs,
|
|
8214
8219
|
ba as pointLightV1,
|
|
8215
8220
|
Wc as provideDark,
|
|
8216
|
-
|
|
8217
|
-
|
|
8221
|
+
Ec as provideData,
|
|
8222
|
+
Rc as provideDepends,
|
|
8218
8223
|
Bc as provideDevice,
|
|
8219
8224
|
Ac as provideEnv,
|
|
8220
8225
|
Lc as provideMode,
|