x-runtime-lib 0.8.155 → 0.8.156
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
CHANGED
|
@@ -29,7 +29,7 @@ var Fe = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as O, normalizeStyle as fe, ref as se, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as
|
|
32
|
+
import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as O, normalizeStyle as fe, ref as se, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as R, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as $o, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as gt, inject as ye, provide as be, readonly as ln } from "vue";
|
|
33
33
|
import { globalObjects as _e, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
|
|
35
35
|
import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Wo, m as F, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
|
|
@@ -70,12 +70,12 @@ function It(t) {
|
|
|
70
70
|
if (!isNaN(e))
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
|
-
const
|
|
73
|
+
const Ro = ["xs", "sm", "md", "lg", "xl"], Ai = [...Ro].reverse();
|
|
74
74
|
function mt(t) {
|
|
75
75
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
77
|
function Sn(t) {
|
|
78
|
-
return
|
|
78
|
+
return Ro.findIndex((n) => n === t);
|
|
79
79
|
}
|
|
80
80
|
function Ne(t, n) {
|
|
81
81
|
let e;
|
|
@@ -189,24 +189,24 @@ function hu(t) {
|
|
|
189
189
|
e(o, n.view.nodes[o.id]);
|
|
190
190
|
}), n;
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function Ri(t) {
|
|
193
193
|
switch (t) {
|
|
194
194
|
case "refProperty":
|
|
195
195
|
case "multipleRefProperty":
|
|
196
|
-
case "
|
|
197
|
-
case "
|
|
196
|
+
case "customSlotProperty":
|
|
197
|
+
case "multipleCustomSlotProperty":
|
|
198
198
|
case "customProperty":
|
|
199
199
|
case "adaptSlotCustomProperty":
|
|
200
200
|
return !1;
|
|
201
201
|
}
|
|
202
202
|
return !0;
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function Bi(t) {
|
|
205
205
|
switch (t) {
|
|
206
206
|
case "refMethod":
|
|
207
207
|
case "multipleRefMethod":
|
|
208
|
-
case "
|
|
209
|
-
case "
|
|
208
|
+
case "customSlotMethod":
|
|
209
|
+
case "multipleCustomSlotMethod":
|
|
210
210
|
case "customMethod":
|
|
211
211
|
case "adaptSlotCustomMethod":
|
|
212
212
|
return !1;
|
|
@@ -217,8 +217,8 @@ function Ki(t) {
|
|
|
217
217
|
switch (t) {
|
|
218
218
|
case "refEvent":
|
|
219
219
|
case "multipleRefEvent":
|
|
220
|
-
case "
|
|
221
|
-
case "
|
|
220
|
+
case "customSlotEvent":
|
|
221
|
+
case "multipleCustomSlotEvent":
|
|
222
222
|
case "customEvent":
|
|
223
223
|
case "adaptSlotCustomEvent":
|
|
224
224
|
case "stateChangeEvent":
|
|
@@ -324,17 +324,17 @@ function un(t, n, e) {
|
|
|
324
324
|
}
|
|
325
325
|
function Su(t, n) {
|
|
326
326
|
let e = "";
|
|
327
|
-
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "
|
|
327
|
+
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "customSlotProperty" || t === "multipleCustomSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Ri(t));
|
|
328
328
|
}
|
|
329
329
|
function $u(t, n) {
|
|
330
330
|
let e = "";
|
|
331
|
-
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "
|
|
331
|
+
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "customSlotMethod" || t === "multipleCustomSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Bi(t));
|
|
332
332
|
}
|
|
333
333
|
function Cu(t, n) {
|
|
334
334
|
let e = "";
|
|
335
|
-
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "
|
|
335
|
+
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "customSlotEvent" ? e = N("slot") : t === "customSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleCustomSlotEvent" ? e = N("slot") : t === "multipleCustomSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), un(e, n, Ki(t));
|
|
336
336
|
}
|
|
337
|
-
const Di = ["position", "ratation", "scale"],
|
|
337
|
+
const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
|
|
338
338
|
__name: "index",
|
|
339
339
|
props: {
|
|
340
340
|
position: { default: () => {
|
|
@@ -477,7 +477,7 @@ function me(t) {
|
|
|
477
477
|
c.value = f.value[0], u.value = f.value[1], m.value = f.value[2];
|
|
478
478
|
}), { position: d, rotation: p, scale: f };
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function Bo(t) {
|
|
481
481
|
const n = I(() => t.value.legend?.show), e = I(() => t.value.legend?.data);
|
|
482
482
|
function o(s) {
|
|
483
483
|
s.legend = {
|
|
@@ -611,7 +611,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
611
611
|
scale: r(l),
|
|
612
612
|
top: r(f)
|
|
613
613
|
}, [
|
|
614
|
-
D(r(
|
|
614
|
+
D(r(Re)),
|
|
615
615
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
616
616
|
key: 0,
|
|
617
617
|
type: r(Eo)
|
|
@@ -637,7 +637,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
637
637
|
rotation: r(i),
|
|
638
638
|
scale: r(l)
|
|
639
639
|
}, [
|
|
640
|
-
D(r(
|
|
640
|
+
D(r(Re)),
|
|
641
641
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
642
642
|
key: 0,
|
|
643
643
|
type: r(Eo)
|
|
@@ -692,7 +692,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
692
692
|
]
|
|
693
693
|
}, null, 8, Yi));
|
|
694
694
|
}
|
|
695
|
-
}),
|
|
695
|
+
}), Be = (t, n) => {
|
|
696
696
|
const e = t.__vccOpts || t;
|
|
697
697
|
for (const [o, s] of n)
|
|
698
698
|
e[o] = s;
|
|
@@ -755,7 +755,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
755
755
|
rotation: r(s),
|
|
756
756
|
scale: r(i)
|
|
757
757
|
}, [
|
|
758
|
-
D(r(
|
|
758
|
+
D(r(Re)),
|
|
759
759
|
O(m.$slots, "default")
|
|
760
760
|
], 8, ts));
|
|
761
761
|
}
|
|
@@ -778,7 +778,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
778
778
|
rotation: r(i),
|
|
779
779
|
scale: r(l)
|
|
780
780
|
}, [
|
|
781
|
-
D(r(
|
|
781
|
+
D(r(Re)),
|
|
782
782
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
783
783
|
key: 0,
|
|
784
784
|
type: r(pi)
|
|
@@ -810,7 +810,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
810
810
|
rotation: r(i),
|
|
811
811
|
scale: r(l)
|
|
812
812
|
}, [
|
|
813
|
-
D(r(
|
|
813
|
+
D(r(Re)),
|
|
814
814
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
815
815
|
key: 0,
|
|
816
816
|
type: r(di)
|
|
@@ -847,7 +847,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
847
847
|
rotation: r(o) !== "editor" ? r(i) : [0, 0, 0],
|
|
848
848
|
scale: r(o) !== "editor" ? r(l) : [1, 1, 1]
|
|
849
849
|
}, [
|
|
850
|
-
D(r(
|
|
850
|
+
D(r(Re)),
|
|
851
851
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
852
852
|
key: 0,
|
|
853
853
|
type: r(fi)
|
|
@@ -859,7 +859,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
859
859
|
function us(t, n) {
|
|
860
860
|
return w(), te("TresMeshBasicMaterial");
|
|
861
861
|
}
|
|
862
|
-
const ms = /* @__PURE__ */
|
|
862
|
+
const ms = /* @__PURE__ */ Be(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ S({
|
|
863
863
|
__name: "index",
|
|
864
864
|
props: {
|
|
865
865
|
nodeId: {},
|
|
@@ -893,7 +893,7 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
893
893
|
O(l.$slots, "default")
|
|
894
894
|
], 8, fs));
|
|
895
895
|
}
|
|
896
|
-
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Es = { 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)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ms = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } },
|
|
896
|
+
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Es = { 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)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ms = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Bs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Fs = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Os = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
|
|
897
897
|
color: bs,
|
|
898
898
|
backgroundColor: gs,
|
|
899
899
|
textStyle: hs,
|
|
@@ -915,8 +915,8 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
915
915
|
categoryAxis: As,
|
|
916
916
|
valueAxis: Ms,
|
|
917
917
|
logAxis: Ws,
|
|
918
|
-
timeAxis:
|
|
919
|
-
toolbox:
|
|
918
|
+
timeAxis: Rs,
|
|
919
|
+
toolbox: Bs,
|
|
920
920
|
legend: Ks,
|
|
921
921
|
tooltip: Ds,
|
|
922
922
|
timeline: Fs,
|
|
@@ -974,7 +974,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } =
|
|
977
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
978
978
|
const L = {}, U = l.value?.type;
|
|
979
979
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
980
|
}), z = Io("chart");
|
|
@@ -1036,7 +1036,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
1040
1040
|
const L = {}, U = l.value?.type;
|
|
1041
1041
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
1042
|
}), z = Io("chart");
|
|
@@ -1108,7 +1108,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1108
1108
|
"y"
|
|
1109
1109
|
]);
|
|
1110
1110
|
return (u, m) => {
|
|
1111
|
-
const d =
|
|
1111
|
+
const d = R("v-badge");
|
|
1112
1112
|
return w(), C(r(G), null, {
|
|
1113
1113
|
default: V(() => [
|
|
1114
1114
|
D(d, {
|
|
@@ -1161,7 +1161,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1161
1161
|
);
|
|
1162
1162
|
};
|
|
1163
1163
|
return (U, oe) => {
|
|
1164
|
-
const he =
|
|
1164
|
+
const he = R("v-btn");
|
|
1165
1165
|
return w(), C(r(G), {
|
|
1166
1166
|
block: r(i),
|
|
1167
1167
|
mask: ""
|
|
@@ -1197,7 +1197,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1197
1197
|
}
|
|
1198
1198
|
}), $r = {};
|
|
1199
1199
|
function Cr(t, n) {
|
|
1200
|
-
const e =
|
|
1200
|
+
const e = R("v-btn-group");
|
|
1201
1201
|
return w(), C(e, null, {
|
|
1202
1202
|
default: V(() => [
|
|
1203
1203
|
O(t.$slots, "default")
|
|
@@ -1205,7 +1205,7 @@ function Cr(t, n) {
|
|
|
1205
1205
|
_: 3
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
|
-
const Vr = /* @__PURE__ */
|
|
1208
|
+
const Vr = /* @__PURE__ */ Be($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
1209
1209
|
__name: "index",
|
|
1210
1210
|
props: {
|
|
1211
1211
|
nodeId: {},
|
|
@@ -1227,7 +1227,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1227
1227
|
"readonly"
|
|
1228
1228
|
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = H(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
|
|
1229
1229
|
return (g, k) => {
|
|
1230
|
-
const h =
|
|
1230
|
+
const h = R("v-btn-toggle");
|
|
1231
1231
|
return w(), C(h, {
|
|
1232
1232
|
block: r(o),
|
|
1233
1233
|
disabled: r(s),
|
|
@@ -1264,7 +1264,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1264
1264
|
"subtitle"
|
|
1265
1265
|
]), { property: b } = a(e, ["settings", "text"]), { theme: g } = H(), { property: k } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
|
|
1266
1266
|
return (_, v) => {
|
|
1267
|
-
const z =
|
|
1267
|
+
const z = R("v-card");
|
|
1268
1268
|
return w(), C(r(G), { block: "" }, {
|
|
1269
1269
|
default: V(() => [
|
|
1270
1270
|
D(z, {
|
|
@@ -1310,7 +1310,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1310
1310
|
"readonly"
|
|
1311
1311
|
]);
|
|
1312
1312
|
return (i, l) => {
|
|
1313
|
-
const c =
|
|
1313
|
+
const c = R("v-checkbox");
|
|
1314
1314
|
return w(), C(r(G), { mask: "" }, {
|
|
1315
1315
|
default: V(() => [
|
|
1316
1316
|
D(c, {
|
|
@@ -1341,7 +1341,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1341
1341
|
"draggable"
|
|
1342
1342
|
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = H(), { property: g } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
|
|
1343
1343
|
return (x, _) => {
|
|
1344
|
-
const v =
|
|
1344
|
+
const v = R("v-chip");
|
|
1345
1345
|
return w(), C(r(G), { mask: "" }, {
|
|
1346
1346
|
default: V(() => [
|
|
1347
1347
|
D(v, {
|
|
@@ -1389,7 +1389,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1389
1389
|
"showArrows"
|
|
1390
1390
|
]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
|
|
1391
1391
|
return (f, b) => {
|
|
1392
|
-
const g =
|
|
1392
|
+
const g = R("v-chip-group");
|
|
1393
1393
|
return w(), C(g, {
|
|
1394
1394
|
modelValue: r(p),
|
|
1395
1395
|
"onUpdate:modelValue": b[0] || (b[0] = (k) => ne(p) ? p.value = k : null),
|
|
@@ -1443,7 +1443,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1443
1443
|
"showSwatches"
|
|
1444
1444
|
]), { theme: g } = H();
|
|
1445
1445
|
return (k, h) => {
|
|
1446
|
-
const x =
|
|
1446
|
+
const x = R("v-color-picker");
|
|
1447
1447
|
return w(), C(r(G), { mask: "" }, {
|
|
1448
1448
|
default: V(() => [
|
|
1449
1449
|
D(x, {
|
|
@@ -1484,7 +1484,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1484
1484
|
"singleLine"
|
|
1485
1485
|
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
1486
1486
|
return (d, p) => {
|
|
1487
|
-
const f =
|
|
1487
|
+
const f = R("v-combobox");
|
|
1488
1488
|
return w(), C(r(G), { mask: "" }, {
|
|
1489
1489
|
default: V(() => [
|
|
1490
1490
|
D(f, {
|
|
@@ -1528,7 +1528,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1528
1528
|
_: 3
|
|
1529
1529
|
}));
|
|
1530
1530
|
}
|
|
1531
|
-
}),
|
|
1531
|
+
}), Rr = /* @__PURE__ */ S({
|
|
1532
1532
|
__name: "columnSlot",
|
|
1533
1533
|
props: {
|
|
1534
1534
|
nodeId: {},
|
|
@@ -1539,7 +1539,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1539
1539
|
const n = t, e = Z(), o = Qe(), s = se();
|
|
1540
1540
|
Pe(s);
|
|
1541
1541
|
const i = I(() => n.refContext.compId);
|
|
1542
|
-
et(i, s), ce(e) && tt(s, "
|
|
1542
|
+
et(i, s), ce(e) && tt(s, "elementSlot", "", "", ve());
|
|
1543
1543
|
function l(u) {
|
|
1544
1544
|
const m = we[u.key];
|
|
1545
1545
|
if (!m) {
|
|
@@ -1581,7 +1581,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1581
1581
|
};
|
|
1582
1582
|
return (u, m) => (w(), C(c));
|
|
1583
1583
|
}
|
|
1584
|
-
}),
|
|
1584
|
+
}), Br = /* @__PURE__ */ S({
|
|
1585
1585
|
__name: "index",
|
|
1586
1586
|
props: {
|
|
1587
1587
|
nodeId: {},
|
|
@@ -1600,7 +1600,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1600
1600
|
"multiSort"
|
|
1601
1601
|
]), { theme: f } = H(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
|
|
1602
1602
|
return (k, h) => {
|
|
1603
|
-
const x =
|
|
1603
|
+
const x = R("v-data-table");
|
|
1604
1604
|
return w(), C(r(G), {
|
|
1605
1605
|
block: "",
|
|
1606
1606
|
mask: ""
|
|
@@ -1622,7 +1622,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1622
1622
|
ii(r(g), ({ key: _, comp: v }) => ({
|
|
1623
1623
|
name: `item.${_}`,
|
|
1624
1624
|
fn: V(({ value: z }) => [
|
|
1625
|
-
D(
|
|
1625
|
+
D(Rr, {
|
|
1626
1626
|
"node-id": n.nodeId,
|
|
1627
1627
|
"ref-context": {
|
|
1628
1628
|
parent: n.refContext,
|
|
@@ -1642,7 +1642,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1642
1642
|
__name: "index",
|
|
1643
1643
|
setup(t) {
|
|
1644
1644
|
return (n, e) => {
|
|
1645
|
-
const o =
|
|
1645
|
+
const o = R("v-date-picker");
|
|
1646
1646
|
return w(), C(r(G), { mask: "" }, {
|
|
1647
1647
|
default: V(() => [
|
|
1648
1648
|
D(o)
|
|
@@ -1665,7 +1665,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1665
1665
|
}), pt(n.nodeId, "close", () => {
|
|
1666
1666
|
o.value = !1;
|
|
1667
1667
|
}), (s, i) => {
|
|
1668
|
-
const l =
|
|
1668
|
+
const l = R("v-dialog");
|
|
1669
1669
|
return w(), C(l, {
|
|
1670
1670
|
modelValue: r(o),
|
|
1671
1671
|
"onUpdate:modelValue": i[0] || (i[0] = (c) => ne(o) ? o.value = c : null),
|
|
@@ -1709,7 +1709,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1709
1709
|
"singleLine"
|
|
1710
1710
|
]);
|
|
1711
1711
|
return (b, g) => {
|
|
1712
|
-
const k =
|
|
1712
|
+
const k = R("v-file-input");
|
|
1713
1713
|
return w(), C(r(G), {
|
|
1714
1714
|
block: "",
|
|
1715
1715
|
mask: ""
|
|
@@ -1806,7 +1806,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1806
1806
|
);
|
|
1807
1807
|
};
|
|
1808
1808
|
return (h, x) => {
|
|
1809
|
-
const _ =
|
|
1809
|
+
const _ = R("v-form");
|
|
1810
1810
|
return w(), C(_, {
|
|
1811
1811
|
modelValue: r(l),
|
|
1812
1812
|
"onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
|
|
@@ -1834,7 +1834,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1834
1834
|
"disabled"
|
|
1835
1835
|
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = H();
|
|
1836
1836
|
return (m, d) => {
|
|
1837
|
-
const p =
|
|
1837
|
+
const p = R("v-icon");
|
|
1838
1838
|
return w(), C(p, {
|
|
1839
1839
|
color: r(s),
|
|
1840
1840
|
disabled: r(i),
|
|
@@ -1861,7 +1861,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1861
1861
|
}), pt(n.nodeId, "close", () => {
|
|
1862
1862
|
o && (c.value = !1);
|
|
1863
1863
|
}), (u, m) => {
|
|
1864
|
-
const d =
|
|
1864
|
+
const d = R("v-menu");
|
|
1865
1865
|
return w(), C(d, {
|
|
1866
1866
|
modelValue: r(c),
|
|
1867
1867
|
"onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
|
|
@@ -1927,7 +1927,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1927
1927
|
"singleLine"
|
|
1928
1928
|
]), { property: T } = a(e, ["settings", "step"]), { property: J } = a(e, ["settings", "suffix"]), { theme: Y } = H(), { property: j } = a(e, ["settings", "value"]), { property: L } = a(e, ["settings", "variant"]), { property: U } = a(e, ["size", "width"]);
|
|
1929
1929
|
return (oe, he) => {
|
|
1930
|
-
const Le =
|
|
1930
|
+
const Le = R("v-number-input");
|
|
1931
1931
|
return w(), C(r(G), {
|
|
1932
1932
|
block: "",
|
|
1933
1933
|
mask: ""
|
|
@@ -1984,7 +1984,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1984
1984
|
return o === "editor" && (k.pointerEvents = "none"), k;
|
|
1985
1985
|
});
|
|
1986
1986
|
return (k, h) => {
|
|
1987
|
-
const x =
|
|
1987
|
+
const x = R("v-pagination");
|
|
1988
1988
|
return w(), C(r(G), {
|
|
1989
1989
|
block: "",
|
|
1990
1990
|
mask: ""
|
|
@@ -2025,7 +2025,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2025
2025
|
"readonly"
|
|
2026
2026
|
]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
|
|
2027
2027
|
return (p, f) => {
|
|
2028
|
-
const b =
|
|
2028
|
+
const b = R("v-radio");
|
|
2029
2029
|
return w(), C(b, {
|
|
2030
2030
|
color: r(s),
|
|
2031
2031
|
density: r(i),
|
|
@@ -2056,7 +2056,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2056
2056
|
"readonly"
|
|
2057
2057
|
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
2058
2058
|
return (d, p) => {
|
|
2059
|
-
const f =
|
|
2059
|
+
const f = R("v-radio-group");
|
|
2060
2060
|
return w(), C(r(G), null, {
|
|
2061
2061
|
default: V(() => [
|
|
2062
2062
|
D(f, {
|
|
@@ -2144,7 +2144,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2144
2144
|
}
|
|
2145
2145
|
});
|
|
2146
2146
|
return (j, L) => {
|
|
2147
|
-
const U =
|
|
2147
|
+
const U = R("v-range-slider");
|
|
2148
2148
|
return w(), C(r(G), {
|
|
2149
2149
|
block: "",
|
|
2150
2150
|
mask: ""
|
|
@@ -2196,7 +2196,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2196
2196
|
"readonly"
|
|
2197
2197
|
]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
|
|
2198
2198
|
return (f, b) => {
|
|
2199
|
-
const g =
|
|
2199
|
+
const g = R("v-rating");
|
|
2200
2200
|
return w(), C(r(G), { mask: "" }, {
|
|
2201
2201
|
default: V(() => [
|
|
2202
2202
|
D(g, {
|
|
@@ -2238,7 +2238,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2238
2238
|
"singleLine"
|
|
2239
2239
|
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
2240
2240
|
return (d, p) => {
|
|
2241
|
-
const f =
|
|
2241
|
+
const f = R("v-select");
|
|
2242
2242
|
return w(), C(r(G), {
|
|
2243
2243
|
block: "",
|
|
2244
2244
|
mask: ""
|
|
@@ -2317,7 +2317,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2317
2317
|
"trackColor"
|
|
2318
2318
|
]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: he } = a(e, ["slots", "append"]), { property: Le } = a(e, ["slots", "prepend"]);
|
|
2319
2319
|
return (xe, nt) => {
|
|
2320
|
-
const wt =
|
|
2320
|
+
const wt = R("v-slider");
|
|
2321
2321
|
return w(), C(r(G), {
|
|
2322
2322
|
block: "",
|
|
2323
2323
|
mask: ""
|
|
@@ -2386,7 +2386,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2386
2386
|
"hideActions"
|
|
2387
2387
|
]), { theme: s } = H(), { property: i } = a(e, ["settings", "value"]);
|
|
2388
2388
|
return (l, c) => {
|
|
2389
|
-
const u =
|
|
2389
|
+
const u = R("v-stepper");
|
|
2390
2390
|
return w(), C(u, {
|
|
2391
2391
|
modelValue: r(i),
|
|
2392
2392
|
"onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
|
|
@@ -2402,7 +2402,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2402
2402
|
}
|
|
2403
2403
|
}), il = {};
|
|
2404
2404
|
function sl(t, n) {
|
|
2405
|
-
const e =
|
|
2405
|
+
const e = R("v-stepper-header");
|
|
2406
2406
|
return w(), C(e, null, {
|
|
2407
2407
|
default: V(() => [
|
|
2408
2408
|
O(t.$slots, "default")
|
|
@@ -2410,7 +2410,7 @@ function sl(t, n) {
|
|
|
2410
2410
|
_: 3
|
|
2411
2411
|
});
|
|
2412
2412
|
}
|
|
2413
|
-
const rl = /* @__PURE__ */
|
|
2413
|
+
const rl = /* @__PURE__ */ Be(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
2414
2414
|
__name: "index",
|
|
2415
2415
|
props: {
|
|
2416
2416
|
nodeId: {},
|
|
@@ -2420,7 +2420,7 @@ const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2420
2420
|
setup(t) {
|
|
2421
2421
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2422
2422
|
return (s, i) => {
|
|
2423
|
-
const l =
|
|
2423
|
+
const l = R("v-stepper-item");
|
|
2424
2424
|
return w(), C(l, { value: r(o) }, {
|
|
2425
2425
|
default: V(() => [
|
|
2426
2426
|
O(s.$slots, "default")
|
|
@@ -2431,7 +2431,7 @@ const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2431
2431
|
}
|
|
2432
2432
|
}), al = {};
|
|
2433
2433
|
function cl(t, n) {
|
|
2434
|
-
const e =
|
|
2434
|
+
const e = R("v-stepper-window");
|
|
2435
2435
|
return w(), C(e, null, {
|
|
2436
2436
|
default: V(() => [
|
|
2437
2437
|
O(t.$slots, "default")
|
|
@@ -2439,7 +2439,7 @@ function cl(t, n) {
|
|
|
2439
2439
|
_: 3
|
|
2440
2440
|
});
|
|
2441
2441
|
}
|
|
2442
|
-
const ul = /* @__PURE__ */
|
|
2442
|
+
const ul = /* @__PURE__ */ Be(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
2443
2443
|
__name: "index",
|
|
2444
2444
|
props: {
|
|
2445
2445
|
nodeId: {},
|
|
@@ -2449,7 +2449,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2449
2449
|
setup(t) {
|
|
2450
2450
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2451
2451
|
return (s, i) => {
|
|
2452
|
-
const l =
|
|
2452
|
+
const l = R("v-stepper-window-item");
|
|
2453
2453
|
return w(), C(l, { value: r(o) }, {
|
|
2454
2454
|
default: V(() => [
|
|
2455
2455
|
O(s.$slots, "default")
|
|
@@ -2480,7 +2480,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2480
2480
|
"indeterminate"
|
|
2481
2481
|
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = H(), { property: b } = a(e, ["settings", "value"]);
|
|
2482
2482
|
return (g, k) => {
|
|
2483
|
-
const h =
|
|
2483
|
+
const h = R("v-switch");
|
|
2484
2484
|
return w(), C(r(G), { mask: "" }, {
|
|
2485
2485
|
default: V(() => [
|
|
2486
2486
|
D(h, {
|
|
@@ -2515,7 +2515,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2515
2515
|
return o === "editor" && (u.pointerEvents = "none"), u;
|
|
2516
2516
|
});
|
|
2517
2517
|
return (u, m) => {
|
|
2518
|
-
const d =
|
|
2518
|
+
const d = R("v-tab");
|
|
2519
2519
|
return w(), C(r(G), { mask: "" }, {
|
|
2520
2520
|
default: V(() => [
|
|
2521
2521
|
D(d, {
|
|
@@ -2575,7 +2575,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2575
2575
|
"sliderColor"
|
|
2576
2576
|
]), { color: v } = Q(_), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = H(), { property: J } = a(e, ["settings", "value"]);
|
|
2577
2577
|
return (Y, j) => {
|
|
2578
|
-
const L =
|
|
2578
|
+
const L = R("v-tabs");
|
|
2579
2579
|
return w(), C(r(G), {
|
|
2580
2580
|
block: "",
|
|
2581
2581
|
mask: ""
|
|
@@ -2666,7 +2666,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2666
2666
|
"singleLine"
|
|
2667
2667
|
]), { theme: k } = H(), { property: h } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
|
|
2668
2668
|
return (_, v) => {
|
|
2669
|
-
const z =
|
|
2669
|
+
const z = R("v-textarea");
|
|
2670
2670
|
return w(), C(r(G), {
|
|
2671
2671
|
block: "",
|
|
2672
2672
|
mask: ""
|
|
@@ -2744,7 +2744,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2744
2744
|
"prependInner"
|
|
2745
2745
|
]);
|
|
2746
2746
|
return (oe, he) => {
|
|
2747
|
-
const Le =
|
|
2747
|
+
const Le = R("v-text-field");
|
|
2748
2748
|
return w(), C(r(G), {
|
|
2749
2749
|
block: "",
|
|
2750
2750
|
mask: ""
|
|
@@ -2863,7 +2863,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2863
2863
|
"truncate"
|
|
2864
2864
|
]), { theme: h } = H();
|
|
2865
2865
|
return (x, _) => {
|
|
2866
|
-
const v =
|
|
2866
|
+
const v = R("v-timeline");
|
|
2867
2867
|
return w(), C(v, {
|
|
2868
2868
|
align: r(o),
|
|
2869
2869
|
density: r(s),
|
|
@@ -2887,7 +2887,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2887
2887
|
}
|
|
2888
2888
|
}), _l = {};
|
|
2889
2889
|
function vl(t, n) {
|
|
2890
|
-
const e =
|
|
2890
|
+
const e = R("v-timeline-item");
|
|
2891
2891
|
return w(), C(e, null, {
|
|
2892
2892
|
default: V(() => [
|
|
2893
2893
|
O(t.$slots, "default")
|
|
@@ -2895,7 +2895,7 @@ function vl(t, n) {
|
|
|
2895
2895
|
_: 3
|
|
2896
2896
|
});
|
|
2897
2897
|
}
|
|
2898
|
-
const xl = /* @__PURE__ */
|
|
2898
|
+
const xl = /* @__PURE__ */ Be(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
2899
2899
|
__name: "index",
|
|
2900
2900
|
props: {
|
|
2901
2901
|
nodeId: {},
|
|
@@ -2917,7 +2917,7 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2917
2917
|
"showArrows"
|
|
2918
2918
|
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
|
|
2919
2919
|
return (p, f) => {
|
|
2920
|
-
const b =
|
|
2920
|
+
const b = R("v-window");
|
|
2921
2921
|
return w(), C(b, {
|
|
2922
2922
|
modelValue: r(d),
|
|
2923
2923
|
"onUpdate:modelValue": f[0] || (f[0] = (g) => ne(d) ? d.value = g : null),
|
|
@@ -2938,7 +2938,7 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2938
2938
|
}
|
|
2939
2939
|
}), wl = {};
|
|
2940
2940
|
function Il(t, n) {
|
|
2941
|
-
const e =
|
|
2941
|
+
const e = R("v-window-item");
|
|
2942
2942
|
return w(), C(e, null, {
|
|
2943
2943
|
default: V(() => [
|
|
2944
2944
|
O(t.$slots, "default")
|
|
@@ -2946,7 +2946,7 @@ function Il(t, n) {
|
|
|
2946
2946
|
_: 3
|
|
2947
2947
|
});
|
|
2948
2948
|
}
|
|
2949
|
-
const Sl = /* @__PURE__ */
|
|
2949
|
+
const Sl = /* @__PURE__ */ Be(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
2950
2950
|
__name: "entry",
|
|
2951
2951
|
props: {
|
|
2952
2952
|
subtype: {},
|
|
@@ -2959,7 +2959,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
2959
2959
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
2960
2960
|
});
|
|
2961
2961
|
const n = Z(), e = le(), o = I(() => F(e.value));
|
|
2962
|
-
Pe(o), ce(n) && tt(o, "
|
|
2962
|
+
Pe(o), ce(n) && tt(o, "multipleRef", t.nodeId, t.instance, ve());
|
|
2963
2963
|
const s = (l) => {
|
|
2964
2964
|
const c = we[l.key];
|
|
2965
2965
|
if (!c) {
|
|
@@ -3129,7 +3129,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3129
3129
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
3130
3130
|
});
|
|
3131
3131
|
const n = Z(), e = le(), o = I(() => F(e.value));
|
|
3132
|
-
Pe(o), ce(n) && tt(o, "
|
|
3132
|
+
Pe(o), ce(n) && tt(o, "multipleCustomSlot", t.nodeId, t.instance, ve());
|
|
3133
3133
|
const s = (l) => {
|
|
3134
3134
|
const c = we[l.key];
|
|
3135
3135
|
if (!c) {
|
|
@@ -3386,7 +3386,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3386
3386
|
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3387
3387
|
Pe(c);
|
|
3388
3388
|
const u = I(() => e.refContext?.compId);
|
|
3389
|
-
et(u, c), ce(s) && tt(c, "
|
|
3389
|
+
et(u, c), ce(s) && tt(c, "customSlot", e.nodeId, "", ve());
|
|
3390
3390
|
const { applySize: m } = ge(e, o), d = I(() => {
|
|
3391
3391
|
const h = {};
|
|
3392
3392
|
return c.value?.type === "common" && m(h), h;
|
|
@@ -4015,7 +4015,7 @@ const Cn = {
|
|
|
4015
4015
|
slots: []
|
|
4016
4016
|
};
|
|
4017
4017
|
$(Wl);
|
|
4018
|
-
const
|
|
4018
|
+
const Rl = {
|
|
4019
4019
|
key: "scene_keyboard_controls_v1",
|
|
4020
4020
|
name: "x-runtime-lib.keyboardControls",
|
|
4021
4021
|
comp: Ui,
|
|
@@ -4028,8 +4028,8 @@ const Bl = {
|
|
|
4028
4028
|
slots: [],
|
|
4029
4029
|
leaf: !0
|
|
4030
4030
|
};
|
|
4031
|
-
$(
|
|
4032
|
-
const
|
|
4031
|
+
$(Rl);
|
|
4032
|
+
const Bl = {
|
|
4033
4033
|
key: "scene_map_controls_v1",
|
|
4034
4034
|
name: "x-runtime-lib.mapControls",
|
|
4035
4035
|
comp: qi,
|
|
@@ -4042,7 +4042,7 @@ const Rl = {
|
|
|
4042
4042
|
slots: [],
|
|
4043
4043
|
leaf: !0
|
|
4044
4044
|
};
|
|
4045
|
-
$(
|
|
4045
|
+
$(Bl);
|
|
4046
4046
|
const Kl = {
|
|
4047
4047
|
key: "scene_orbit_controls_v1",
|
|
4048
4048
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -4058,7 +4058,7 @@ const Kl = {
|
|
|
4058
4058
|
};
|
|
4059
4059
|
$(Kl);
|
|
4060
4060
|
function Dl(t, n) {
|
|
4061
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4061
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4062
4062
|
if (!o) {
|
|
4063
4063
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
4064
4064
|
return;
|
|
@@ -4097,7 +4097,7 @@ function Dl(t, n) {
|
|
|
4097
4097
|
};
|
|
4098
4098
|
}
|
|
4099
4099
|
function Fl(t, n) {
|
|
4100
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4100
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4101
4101
|
if (!o) {
|
|
4102
4102
|
console.error(
|
|
4103
4103
|
`boxGeometryV1/spawnBoxGeometry property tag not found, ${e}`
|
|
@@ -4127,7 +4127,7 @@ function Fl(t, n) {
|
|
|
4127
4127
|
};
|
|
4128
4128
|
}
|
|
4129
4129
|
function Ol(t, n) {
|
|
4130
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4130
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4131
4131
|
if (!o) {
|
|
4132
4132
|
console.error(
|
|
4133
4133
|
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${e}`
|
|
@@ -4209,7 +4209,7 @@ const Vn = {
|
|
|
4209
4209
|
};
|
|
4210
4210
|
$(zt);
|
|
4211
4211
|
function Nl(t, n) {
|
|
4212
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4212
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4213
4213
|
if (!o) {
|
|
4214
4214
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
4215
4215
|
return;
|
|
@@ -4248,7 +4248,7 @@ function Nl(t, n) {
|
|
|
4248
4248
|
};
|
|
4249
4249
|
}
|
|
4250
4250
|
function jl(t, n) {
|
|
4251
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4251
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4252
4252
|
if (!o) {
|
|
4253
4253
|
console.error(
|
|
4254
4254
|
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${e}`
|
|
@@ -4279,7 +4279,7 @@ function jl(t, n) {
|
|
|
4279
4279
|
};
|
|
4280
4280
|
}
|
|
4281
4281
|
function Gl(t, n) {
|
|
4282
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4282
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4283
4283
|
if (!o) {
|
|
4284
4284
|
console.error(
|
|
4285
4285
|
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${e}`
|
|
@@ -4574,7 +4574,7 @@ const He = {
|
|
|
4574
4574
|
};
|
|
4575
4575
|
$(He);
|
|
4576
4576
|
function Yl(t, n) {
|
|
4577
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4577
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4578
4578
|
if (!o) {
|
|
4579
4579
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
4580
4580
|
return;
|
|
@@ -4631,7 +4631,7 @@ const An = {
|
|
|
4631
4631
|
};
|
|
4632
4632
|
$(Et);
|
|
4633
4633
|
function Zl(t, n) {
|
|
4634
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4634
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4635
4635
|
if (!o) {
|
|
4636
4636
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
4637
4637
|
return;
|
|
@@ -4733,7 +4733,7 @@ const Wn = {
|
|
|
4733
4733
|
};
|
|
4734
4734
|
$(Ql);
|
|
4735
4735
|
function ea(t, n) {
|
|
4736
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4736
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4737
4737
|
if (!o) {
|
|
4738
4738
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
4739
4739
|
return;
|
|
@@ -4751,7 +4751,7 @@ function ea(t, n) {
|
|
|
4751
4751
|
}
|
|
4752
4752
|
};
|
|
4753
4753
|
}
|
|
4754
|
-
const ta = F(ee),
|
|
4754
|
+
const ta = F(ee), Rn = {
|
|
4755
4755
|
key: "settings",
|
|
4756
4756
|
name: "x-runtime-lib.settings",
|
|
4757
4757
|
children: [
|
|
@@ -4843,8 +4843,8 @@ const ta = F(ee), Bn = {
|
|
|
4843
4843
|
name: "x-runtime-lib.button",
|
|
4844
4844
|
comp: Sr,
|
|
4845
4845
|
properties: {
|
|
4846
|
-
pageCommon: [y, q,
|
|
4847
|
-
compCommon: [y, q,
|
|
4846
|
+
pageCommon: [y, q, Rn],
|
|
4847
|
+
compCommon: [y, q, Rn]
|
|
4848
4848
|
},
|
|
4849
4849
|
events: [
|
|
4850
4850
|
{
|
|
@@ -4866,7 +4866,7 @@ const na = {
|
|
|
4866
4866
|
}
|
|
4867
4867
|
};
|
|
4868
4868
|
$(na);
|
|
4869
|
-
const
|
|
4869
|
+
const Bn = {
|
|
4870
4870
|
key: "settings",
|
|
4871
4871
|
name: "x-runtime-lib.settings",
|
|
4872
4872
|
children: [
|
|
@@ -4932,13 +4932,13 @@ const Rn = {
|
|
|
4932
4932
|
name: "x-runtime-lib.buttonToggle",
|
|
4933
4933
|
comp: Pr,
|
|
4934
4934
|
properties: {
|
|
4935
|
-
pageCommon: [y,
|
|
4936
|
-
compCommon: [y,
|
|
4935
|
+
pageCommon: [y, Bn],
|
|
4936
|
+
compCommon: [y, Bn]
|
|
4937
4937
|
}
|
|
4938
4938
|
};
|
|
4939
4939
|
$(oa);
|
|
4940
4940
|
function ia(t, n) {
|
|
4941
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4941
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4942
4942
|
if (!o) {
|
|
4943
4943
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
4944
4944
|
return;
|
|
@@ -5137,18 +5137,18 @@ const ra = F(ee), Fn = {
|
|
|
5137
5137
|
};
|
|
5138
5138
|
$(Wt);
|
|
5139
5139
|
function la(t, n) {
|
|
5140
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5140
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5141
5141
|
if (!o) {
|
|
5142
5142
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
5143
5143
|
return;
|
|
5144
5144
|
}
|
|
5145
|
-
const s =
|
|
5145
|
+
const s = Rt.properties[o];
|
|
5146
5146
|
if (!s) {
|
|
5147
5147
|
console.error(`chipGroupV1/spawn properties not found, ${e}`);
|
|
5148
5148
|
return;
|
|
5149
5149
|
}
|
|
5150
5150
|
const i = A();
|
|
5151
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
5151
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Rt.key;
|
|
5152
5152
|
const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
|
|
5153
5153
|
return {
|
|
5154
5154
|
nodeLite: M(i, [
|
|
@@ -5171,7 +5171,7 @@ function la(t, n) {
|
|
|
5171
5171
|
};
|
|
5172
5172
|
}
|
|
5173
5173
|
function ze(t, n, e, o) {
|
|
5174
|
-
const s = `type=${t} subtype=${n}`, i =
|
|
5174
|
+
const s = `type=${t} subtype=${n}`, i = B(t, n);
|
|
5175
5175
|
if (!i) {
|
|
5176
5176
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
5177
5177
|
return;
|
|
@@ -5243,7 +5243,7 @@ const On = {
|
|
|
5243
5243
|
default: !1
|
|
5244
5244
|
}
|
|
5245
5245
|
]
|
|
5246
|
-
},
|
|
5246
|
+
}, Rt = {
|
|
5247
5247
|
key: "common_chip_group_v1",
|
|
5248
5248
|
name: "x-runtime-lib.chipGroup",
|
|
5249
5249
|
comp: Er,
|
|
@@ -5253,7 +5253,7 @@ const On = {
|
|
|
5253
5253
|
},
|
|
5254
5254
|
spawn: la
|
|
5255
5255
|
};
|
|
5256
|
-
$(
|
|
5256
|
+
$(Rt);
|
|
5257
5257
|
const aa = {
|
|
5258
5258
|
key: "common_color_picker_v1",
|
|
5259
5259
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5324,7 +5324,7 @@ const jn = {
|
|
|
5324
5324
|
key: "settings",
|
|
5325
5325
|
name: "x-runtime-lib.settings",
|
|
5326
5326
|
children: [fn]
|
|
5327
|
-
},
|
|
5327
|
+
}, Bt = {
|
|
5328
5328
|
key: "common_container_v1",
|
|
5329
5329
|
name: "x-runtime-lib.container",
|
|
5330
5330
|
comp: Wr,
|
|
@@ -5339,7 +5339,7 @@ const jn = {
|
|
|
5339
5339
|
}
|
|
5340
5340
|
]
|
|
5341
5341
|
};
|
|
5342
|
-
$(
|
|
5342
|
+
$(Bt);
|
|
5343
5343
|
const Gn = {
|
|
5344
5344
|
key: "size",
|
|
5345
5345
|
name: "x-runtime-lib.size",
|
|
@@ -5495,7 +5495,7 @@ const Gn = {
|
|
|
5495
5495
|
}, ua = {
|
|
5496
5496
|
key: "common_data_table_v1",
|
|
5497
5497
|
name: "x-runtime-lib.dataTable",
|
|
5498
|
-
comp:
|
|
5498
|
+
comp: Br,
|
|
5499
5499
|
properties: {
|
|
5500
5500
|
pageCommon: [y, Gn, Hn, Jn],
|
|
5501
5501
|
compCommon: [y, Gn, Hn, Jn]
|
|
@@ -5576,7 +5576,7 @@ const Un = {
|
|
|
5576
5576
|
};
|
|
5577
5577
|
$(Kt);
|
|
5578
5578
|
function da(t, n) {
|
|
5579
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5579
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5580
5580
|
if (!o) {
|
|
5581
5581
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
5582
5582
|
return;
|
|
@@ -5618,7 +5618,7 @@ function da(t, n) {
|
|
|
5618
5618
|
};
|
|
5619
5619
|
}
|
|
5620
5620
|
function fa(t, n) {
|
|
5621
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5621
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5622
5622
|
if (!o) {
|
|
5623
5623
|
console.error(
|
|
5624
5624
|
`flexLayoutV1/spawnEntry property tag not found, ${e}`
|
|
@@ -5651,14 +5651,14 @@ function fa(t, n) {
|
|
|
5651
5651
|
};
|
|
5652
5652
|
}
|
|
5653
5653
|
function Dt(t, n, e, o, s, i, l, c, u) {
|
|
5654
|
-
const m = `type=${t} subtype=${n}`, d =
|
|
5654
|
+
const m = `type=${t} subtype=${n}`, d = B(t, n);
|
|
5655
5655
|
if (!d) {
|
|
5656
5656
|
console.error(
|
|
5657
5657
|
`flexLayoutV1/spawnContainer property tag not found, ${m}`
|
|
5658
5658
|
);
|
|
5659
5659
|
return;
|
|
5660
5660
|
}
|
|
5661
|
-
const p =
|
|
5661
|
+
const p = Bt.properties[d];
|
|
5662
5662
|
if (!p) {
|
|
5663
5663
|
console.error(
|
|
5664
5664
|
`flexLayoutV1/spawnContainer properties not found, ${m}`
|
|
@@ -5666,7 +5666,7 @@ function Dt(t, n, e, o, s, i, l, c, u) {
|
|
|
5666
5666
|
return;
|
|
5667
5667
|
}
|
|
5668
5668
|
const f = A();
|
|
5669
|
-
return W(f, p), f.basic.id = E(16), f.basic.key =
|
|
5669
|
+
return W(f, p), f.basic.id = E(16), f.basic.key = Bt.key, o && (f.size.width = o), s && (f.size.minWidth = s), l && (f.size.height = l), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
|
|
5670
5670
|
nodeLite: M(f, []),
|
|
5671
5671
|
nodes: {
|
|
5672
5672
|
[f.basic.id]: f
|
|
@@ -6045,7 +6045,7 @@ const Yn = {
|
|
|
6045
6045
|
};
|
|
6046
6046
|
$(Ft);
|
|
6047
6047
|
function ya(t, n) {
|
|
6048
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6048
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6049
6049
|
if (!o) {
|
|
6050
6050
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
6051
6051
|
return;
|
|
@@ -6067,7 +6067,7 @@ function ya(t, n) {
|
|
|
6067
6067
|
};
|
|
6068
6068
|
}
|
|
6069
6069
|
function ba(t, n) {
|
|
6070
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6070
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6071
6071
|
if (!o) {
|
|
6072
6072
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
6073
6073
|
return;
|
|
@@ -6178,7 +6178,7 @@ const _a = {
|
|
|
6178
6178
|
};
|
|
6179
6179
|
$(_a);
|
|
6180
6180
|
function va(t, n) {
|
|
6181
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6181
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6182
6182
|
if (!o) {
|
|
6183
6183
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
6184
6184
|
return;
|
|
@@ -6520,7 +6520,7 @@ const ka = F(ee), io = {
|
|
|
6520
6520
|
};
|
|
6521
6521
|
$(jt);
|
|
6522
6522
|
function wa(t, n) {
|
|
6523
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6523
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6524
6524
|
if (!o) {
|
|
6525
6525
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
6526
6526
|
return;
|
|
@@ -6548,7 +6548,7 @@ function wa(t, n) {
|
|
|
6548
6548
|
};
|
|
6549
6549
|
}
|
|
6550
6550
|
function St(t, n, e, o) {
|
|
6551
|
-
const s = `type=${t} subtype=${n}`, i =
|
|
6551
|
+
const s = `type=${t} subtype=${n}`, i = B(t, n);
|
|
6552
6552
|
if (!i) {
|
|
6553
6553
|
console.error(
|
|
6554
6554
|
`radioGroupV1/spawnEntry property tag not found, ${s}`
|
|
@@ -7077,7 +7077,7 @@ const po = {
|
|
|
7077
7077
|
};
|
|
7078
7078
|
$(qt);
|
|
7079
7079
|
function Va(t, n) {
|
|
7080
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7080
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7081
7081
|
if (!o) {
|
|
7082
7082
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
7083
7083
|
return;
|
|
@@ -7100,7 +7100,7 @@ function Va(t, n) {
|
|
|
7100
7100
|
};
|
|
7101
7101
|
}
|
|
7102
7102
|
function Pa(t, n) {
|
|
7103
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7103
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7104
7104
|
if (!o) {
|
|
7105
7105
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
7106
7106
|
return;
|
|
@@ -7124,7 +7124,7 @@ function Pa(t, n) {
|
|
|
7124
7124
|
};
|
|
7125
7125
|
}
|
|
7126
7126
|
function $t(t, n, e) {
|
|
7127
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7127
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7128
7128
|
if (!s) {
|
|
7129
7129
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
7130
7130
|
return;
|
|
@@ -7143,7 +7143,7 @@ function $t(t, n, e) {
|
|
|
7143
7143
|
};
|
|
7144
7144
|
}
|
|
7145
7145
|
function La(t, n) {
|
|
7146
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7146
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7147
7147
|
if (!o) {
|
|
7148
7148
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
7149
7149
|
return;
|
|
@@ -7167,7 +7167,7 @@ function La(t, n) {
|
|
|
7167
7167
|
};
|
|
7168
7168
|
}
|
|
7169
7169
|
function Ct(t, n, e, o) {
|
|
7170
|
-
const s = `type=${t} subtype=${n}`, i =
|
|
7170
|
+
const s = `type=${t} subtype=${n}`, i = B(t, n);
|
|
7171
7171
|
if (!i) {
|
|
7172
7172
|
console.error(
|
|
7173
7173
|
`stepperV1/spawnWindowItem property tag not found, ${s}`
|
|
@@ -7193,7 +7193,7 @@ function Ct(t, n, e, o) {
|
|
|
7193
7193
|
};
|
|
7194
7194
|
}
|
|
7195
7195
|
function za(t, n, e) {
|
|
7196
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7196
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7197
7197
|
if (!s) {
|
|
7198
7198
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
7199
7199
|
return;
|
|
@@ -7279,7 +7279,7 @@ const yo = {
|
|
|
7279
7279
|
};
|
|
7280
7280
|
$(Yt);
|
|
7281
7281
|
function Ea(t, n) {
|
|
7282
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7282
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7283
7283
|
if (!o) {
|
|
7284
7284
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
7285
7285
|
return;
|
|
@@ -7303,7 +7303,7 @@ function Ea(t, n) {
|
|
|
7303
7303
|
};
|
|
7304
7304
|
}
|
|
7305
7305
|
function Vt(t, n, e, o) {
|
|
7306
|
-
const s = `type=${t} subtype=${n}`, i =
|
|
7306
|
+
const s = `type=${t} subtype=${n}`, i = B(t, n);
|
|
7307
7307
|
if (!i) {
|
|
7308
7308
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
7309
7309
|
return;
|
|
@@ -7421,7 +7421,7 @@ const bo = {
|
|
|
7421
7421
|
};
|
|
7422
7422
|
$(Zt);
|
|
7423
7423
|
function Aa(t, n) {
|
|
7424
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7424
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7425
7425
|
if (!o) {
|
|
7426
7426
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
7427
7427
|
return;
|
|
@@ -7538,7 +7538,7 @@ const go = {
|
|
|
7538
7538
|
};
|
|
7539
7539
|
$(Ve);
|
|
7540
7540
|
function Ma(t, n) {
|
|
7541
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7541
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7542
7542
|
if (!o) {
|
|
7543
7543
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
7544
7544
|
return;
|
|
@@ -7650,7 +7650,7 @@ const en = {
|
|
|
7650
7650
|
};
|
|
7651
7651
|
$(en);
|
|
7652
7652
|
function Wa(t, n) {
|
|
7653
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7653
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7654
7654
|
if (!o) {
|
|
7655
7655
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
7656
7656
|
return;
|
|
@@ -7674,7 +7674,7 @@ function Wa(t, n) {
|
|
|
7674
7674
|
};
|
|
7675
7675
|
}
|
|
7676
7676
|
function Pt(t, n, e) {
|
|
7677
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7677
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7678
7678
|
if (!s) {
|
|
7679
7679
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
7680
7680
|
return;
|
|
@@ -7686,7 +7686,7 @@ function Pt(t, n, e) {
|
|
|
7686
7686
|
}
|
|
7687
7687
|
const l = A();
|
|
7688
7688
|
W(l, i), l.basic.id = E(16), l.basic.key = en.key;
|
|
7689
|
-
const c =
|
|
7689
|
+
const c = Ra(t, n, e);
|
|
7690
7690
|
return {
|
|
7691
7691
|
nodeLite: M(l, [c.nodeLite]),
|
|
7692
7692
|
nodes: {
|
|
@@ -7695,8 +7695,8 @@ function Pt(t, n, e) {
|
|
|
7695
7695
|
}
|
|
7696
7696
|
};
|
|
7697
7697
|
}
|
|
7698
|
-
function
|
|
7699
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7698
|
+
function Ra(t, n, e) {
|
|
7699
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7700
7700
|
if (!s) {
|
|
7701
7701
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
7702
7702
|
return;
|
|
@@ -7714,7 +7714,7 @@ function Ba(t, n, e) {
|
|
|
7714
7714
|
}
|
|
7715
7715
|
};
|
|
7716
7716
|
}
|
|
7717
|
-
const
|
|
7717
|
+
const Ba = F(ee), Ka = F(ee), _o = {
|
|
7718
7718
|
key: "settings",
|
|
7719
7719
|
name: "x-runtime-lib.settings",
|
|
7720
7720
|
children: [
|
|
@@ -7762,7 +7762,7 @@ const Ra = F(ee), Ka = F(ee), _o = {
|
|
|
7762
7762
|
ui: "switch",
|
|
7763
7763
|
default: !1
|
|
7764
7764
|
},
|
|
7765
|
-
|
|
7765
|
+
Ba
|
|
7766
7766
|
]
|
|
7767
7767
|
},
|
|
7768
7768
|
{
|
|
@@ -7814,7 +7814,7 @@ const nn = {
|
|
|
7814
7814
|
};
|
|
7815
7815
|
$(nn);
|
|
7816
7816
|
function Da(t, n) {
|
|
7817
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7817
|
+
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7818
7818
|
if (!o) {
|
|
7819
7819
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
7820
7820
|
return;
|
|
@@ -7838,7 +7838,7 @@ function Da(t, n) {
|
|
|
7838
7838
|
};
|
|
7839
7839
|
}
|
|
7840
7840
|
function Lt(t, n, e) {
|
|
7841
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7841
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7842
7842
|
if (!s) {
|
|
7843
7843
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7844
7844
|
return;
|
|
@@ -7860,7 +7860,7 @@ function Lt(t, n, e) {
|
|
|
7860
7860
|
};
|
|
7861
7861
|
}
|
|
7862
7862
|
function Fa(t, n, e) {
|
|
7863
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7863
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7864
7864
|
if (!s) {
|
|
7865
7865
|
console.error(
|
|
7866
7866
|
`windowV1/spawnFlexLayout property tag not found, ${o}`
|
|
@@ -7884,7 +7884,7 @@ function Fa(t, n, e) {
|
|
|
7884
7884
|
};
|
|
7885
7885
|
}
|
|
7886
7886
|
function Oa(t, n, e) {
|
|
7887
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7887
|
+
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7888
7888
|
if (!s) {
|
|
7889
7889
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
7890
7890
|
return;
|
|
@@ -8633,7 +8633,7 @@ const nc = [
|
|
|
8633
8633
|
"multiple_slot_v1"
|
|
8634
8634
|
]
|
|
8635
8635
|
}
|
|
8636
|
-
],
|
|
8636
|
+
], Rc = [
|
|
8637
8637
|
{
|
|
8638
8638
|
key: "objects",
|
|
8639
8639
|
name: "x-runtime-lib.objects",
|
|
@@ -8679,7 +8679,7 @@ const nc = [
|
|
|
8679
8679
|
"multiple_slot_v1"
|
|
8680
8680
|
]
|
|
8681
8681
|
}
|
|
8682
|
-
],
|
|
8682
|
+
], Bc = [
|
|
8683
8683
|
{
|
|
8684
8684
|
key: "containment",
|
|
8685
8685
|
name: "x-runtime-lib.containment",
|
|
@@ -8888,15 +8888,15 @@ const nc = [
|
|
|
8888
8888
|
"scene_spot_light_v1"
|
|
8889
8889
|
]),
|
|
8890
8890
|
groups: {
|
|
8891
|
-
pageCommon:
|
|
8891
|
+
pageCommon: Bc,
|
|
8892
8892
|
pageScene: Kc,
|
|
8893
8893
|
compCommon: Wc,
|
|
8894
|
-
compScene:
|
|
8894
|
+
compScene: Rc
|
|
8895
8895
|
}
|
|
8896
8896
|
}, Fc = {
|
|
8897
8897
|
v1: Dc
|
|
8898
8898
|
};
|
|
8899
|
-
function
|
|
8899
|
+
function B(t, n) {
|
|
8900
8900
|
if (t === "page") {
|
|
8901
8901
|
if (!Mi.includes(n)) {
|
|
8902
8902
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
@@ -8930,7 +8930,7 @@ function W(t, n) {
|
|
|
8930
8930
|
n.forEach((o) => e(t, o));
|
|
8931
8931
|
}
|
|
8932
8932
|
function Pu(t, n, e, o, s) {
|
|
8933
|
-
const i = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, l =
|
|
8933
|
+
const i = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, l = B(t, n);
|
|
8934
8934
|
if (!l) {
|
|
8935
8935
|
console.error(`spawnNode property tag not found, ${i}`);
|
|
8936
8936
|
return;
|
|
@@ -9057,13 +9057,13 @@ function Wu(t) {
|
|
|
9057
9057
|
function Ze() {
|
|
9058
9058
|
return ye(Uo);
|
|
9059
9059
|
}
|
|
9060
|
-
function
|
|
9060
|
+
function Ru(t) {
|
|
9061
9061
|
be(qo, t);
|
|
9062
9062
|
}
|
|
9063
9063
|
function Qe() {
|
|
9064
9064
|
return ye(qo);
|
|
9065
9065
|
}
|
|
9066
|
-
function
|
|
9066
|
+
function Bu(t) {
|
|
9067
9067
|
be(Xo, t);
|
|
9068
9068
|
}
|
|
9069
9069
|
function Se() {
|
|
@@ -9501,7 +9501,7 @@ function tu(t) {
|
|
|
9501
9501
|
t.instance,
|
|
9502
9502
|
...c
|
|
9503
9503
|
));
|
|
9504
|
-
else if (u === "
|
|
9504
|
+
else if (u === "customSlotEvent") {
|
|
9505
9505
|
const p = t.children[m];
|
|
9506
9506
|
p && p.callFunctionAsync(
|
|
9507
9507
|
"__triggerEventV1__",
|
|
@@ -9509,7 +9509,7 @@ function tu(t) {
|
|
|
9509
9509
|
"",
|
|
9510
9510
|
...c
|
|
9511
9511
|
);
|
|
9512
|
-
} else if (u === "
|
|
9512
|
+
} else if (u === "multipleCustomSlotEvent") {
|
|
9513
9513
|
const p = t.children[m];
|
|
9514
9514
|
p && p.callFunctionAsync(
|
|
9515
9515
|
"__triggerEventV1__",
|
|
@@ -9529,10 +9529,10 @@ function tu(t) {
|
|
|
9529
9529
|
} else if (l === "multipleRefProperty") {
|
|
9530
9530
|
const d = t.children[`${c}/${i}`];
|
|
9531
9531
|
d && (m = d.getCustomProperty(u));
|
|
9532
|
-
} else if (l === "
|
|
9532
|
+
} else if (l === "customSlotProperty") {
|
|
9533
9533
|
const d = t.children[c];
|
|
9534
9534
|
d && (m = d.getCustomSlotProperty(u));
|
|
9535
|
-
} else if (l === "
|
|
9535
|
+
} else if (l === "multipleCustomSlotProperty") {
|
|
9536
9536
|
const d = t.children[`${c}/${i}`];
|
|
9537
9537
|
d && (m = d.getCustomSlotProperty(u));
|
|
9538
9538
|
} else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.parent?.getCustomSlotProperty(u) : console.assert(!1);
|
|
@@ -9547,10 +9547,10 @@ function tu(t) {
|
|
|
9547
9547
|
} else if (d === "multipleRefProperty") {
|
|
9548
9548
|
const b = t.children[`${p}/${c}`];
|
|
9549
9549
|
b && b.setCustomProperty(f, l);
|
|
9550
|
-
} else if (d === "
|
|
9550
|
+
} else if (d === "customSlotProperty") {
|
|
9551
9551
|
const b = t.children[p];
|
|
9552
9552
|
b && b.setCustomSlotProperty(f, l);
|
|
9553
|
-
} else if (d === "
|
|
9553
|
+
} else if (d === "multipleCustomSlotProperty") {
|
|
9554
9554
|
const b = t.children[`${p}/${c}`];
|
|
9555
9555
|
b && b.setCustomSlotProperty(f, l);
|
|
9556
9556
|
} else d === "customProperty" ? t.setCustomProperty(f, l) : d === "adaptSlotElementProperty" || d === "adaptSlotCustomProperty" ? t.parent.setCustomSlotProperty(f, l) : console.assert(!1);
|
|
@@ -9596,15 +9596,19 @@ function tu(t) {
|
|
|
9596
9596
|
ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
|
|
9597
9597
|
}
|
|
9598
9598
|
) : (n.newError("sandbox not found").consume((g) => m.reject(g)), t.promiseManager.release(u));
|
|
9599
|
-
} else d === "
|
|
9600
|
-
ut(
|
|
9599
|
+
} else d === "customSlotMethod" || d === "multipleCustomSlotMethod" || d === "customMethod" ? console.assert(!1, "no need to implement") : d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.kind === "customSlot" ? t.parent.callFunctionAsync(
|
|
9600
|
+
ut(
|
|
9601
|
+
"customSlotMethod",
|
|
9602
|
+
t.nodeId,
|
|
9603
|
+
f
|
|
9604
|
+
),
|
|
9601
9605
|
"",
|
|
9602
9606
|
c
|
|
9603
9607
|
).then((b) => {
|
|
9604
9608
|
ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
|
|
9605
|
-
}) : t.kind === "
|
|
9609
|
+
}) : t.kind === "multipleCustomSlot" && t.parent.callFunctionAsync(
|
|
9606
9610
|
ut(
|
|
9607
|
-
"
|
|
9611
|
+
"multipleCustomSlotMethod",
|
|
9608
9612
|
t.nodeId,
|
|
9609
9613
|
f
|
|
9610
9614
|
),
|
|
@@ -10093,20 +10097,20 @@ export {
|
|
|
10093
10097
|
Ql as badgeV1,
|
|
10094
10098
|
Et as barChartV1,
|
|
10095
10099
|
zt as boxGeometryV1,
|
|
10096
|
-
|
|
10100
|
+
Ro as breakpoints,
|
|
10097
10101
|
na as btnGroupV1,
|
|
10098
10102
|
oa as btnToggleV1,
|
|
10099
10103
|
Mt as btnV1,
|
|
10100
10104
|
mt as calcBreakpoint,
|
|
10101
10105
|
Je as cardV1,
|
|
10102
10106
|
sa as checkboxV1,
|
|
10103
|
-
|
|
10107
|
+
Rt as chipGroupV1,
|
|
10104
10108
|
Wt as chipV1,
|
|
10105
10109
|
aa as colorPickerV1,
|
|
10106
10110
|
ca as comboboxV1,
|
|
10107
10111
|
ku as compMetaStringify,
|
|
10108
10112
|
Wi as compTypes,
|
|
10109
|
-
|
|
10113
|
+
Bt as containerV1,
|
|
10110
10114
|
gu as dataStringify,
|
|
10111
10115
|
ua as dataTableV1,
|
|
10112
10116
|
ma as datePickerV1,
|
|
@@ -10127,7 +10131,7 @@ export {
|
|
|
10127
10131
|
Sn as getIndexOfBreakpoint,
|
|
10128
10132
|
Lu as getNodeLite,
|
|
10129
10133
|
ko as getPropertyDefault,
|
|
10130
|
-
|
|
10134
|
+
B as getPropertyTag,
|
|
10131
10135
|
tc as globalityV1,
|
|
10132
10136
|
Xl as groupV1,
|
|
10133
10137
|
Xe as hasComp,
|
|
@@ -10149,12 +10153,12 @@ export {
|
|
|
10149
10153
|
Ye as isCircularReference,
|
|
10150
10154
|
ce as isExecutableMode,
|
|
10151
10155
|
Ki as isLocaleOfEventKind,
|
|
10152
|
-
|
|
10153
|
-
|
|
10156
|
+
Bi as isLocaleOfMethodKind,
|
|
10157
|
+
Ri as isLocaleOfPropertyKind,
|
|
10154
10158
|
_u as isLocaleOfSlotKind,
|
|
10155
10159
|
an as isPercentStr,
|
|
10156
10160
|
ht as isPixelStr,
|
|
10157
|
-
|
|
10161
|
+
Rl as keyboardControlsV1,
|
|
10158
10162
|
At as lineChartV1,
|
|
10159
10163
|
om as loadLocaleMessageRuntime,
|
|
10160
10164
|
ie as makeEventId,
|
|
@@ -10168,7 +10172,7 @@ export {
|
|
|
10168
10172
|
Ou as makePropertyKeyOfElementSlot,
|
|
10169
10173
|
em as makeSlotId,
|
|
10170
10174
|
je as makeTriggerId,
|
|
10171
|
-
|
|
10175
|
+
Bl as mapControlsV1,
|
|
10172
10176
|
_a as menuV1,
|
|
10173
10177
|
Ge as meshBasicMaterialV1,
|
|
10174
10178
|
He as meshV1,
|
|
@@ -10193,12 +10197,12 @@ export {
|
|
|
10193
10197
|
Ku as provideDepends,
|
|
10194
10198
|
Mu as provideDevice,
|
|
10195
10199
|
Eu as provideEnv,
|
|
10196
|
-
|
|
10200
|
+
Ru as provideId,
|
|
10197
10201
|
Au as provideMode,
|
|
10198
10202
|
Tu as provideOrg,
|
|
10199
10203
|
Du as provideRuntime,
|
|
10200
10204
|
Jc as provideSandbox,
|
|
10201
|
-
|
|
10205
|
+
Bu as provideType,
|
|
10202
10206
|
Gt as radioGroupV1,
|
|
10203
10207
|
jt as radioV1,
|
|
10204
10208
|
Ia as rangeSliderV1,
|