x-runtime-lib 0.8.175 → 0.8.177

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,10 +29,10 @@ var qe = (t, n, e) => {
29
29
  };
30
30
  return r();
31
31
  };
32
- import { defineComponent as I, createElementBlock as ee, createCommentVNode as ae, unref as s, openBlock as _, createElementVNode as Ne, computed as x, renderSlot as j, normalizeStyle as ge, ref as ne, watch as ce, onUnmounted as ve, onBeforeMount as $t, watchEffect as Ve, h as D, createVNode as K, createBlock as S, useTemplateRef as Wi, onMounted as Fi, nextTick as Be, withCtx as E, toDisplayString as Di, useAttrs as Vt, resolveComponent as W, isRef as ie, mergeModels as hn, useModel as Qe, createSlots as gn, renderList as _o, useId as Ki, withModifiers as xo, normalizeClass as ko, inject as me, provide as fe, readonly as vn } from "vue";
33
- import { globalObjects as Ie, waitUtil as Ni, useViewStack as ji, eventBus as Oi, messageInfo as wo, messageSuccess as Io, messageWarning as Hi, messageError as Gi, createAxios as So, openConfirmDlg as Co, openPromptDlg as $o } from "x-essential-lib";
32
+ import { defineComponent as I, createElementBlock as ee, createCommentVNode as ae, unref as s, openBlock as _, createElementVNode as je, computed as x, renderSlot as N, normalizeStyle as ge, ref as ne, watch as ce, onUnmounted as ve, onBeforeMount as $t, watchEffect as Ve, h as D, createVNode as K, createBlock as S, useTemplateRef as Wi, onMounted as Fi, nextTick as Be, withCtx as E, toDisplayString as Di, useAttrs as Vt, resolveComponent as W, isRef as ie, mergeModels as hn, useModel as Qe, createSlots as gn, renderList as _o, useId as Ki, withModifiers as xo, normalizeClass as ko, inject as me, provide as fe, readonly as vn } from "vue";
33
+ import { globalObjects as Ie, waitUtil as ji, useViewStack as Ni, eventBus as Oi, messageInfo as wo, messageSuccess as Io, messageWarning as Hi, messageError as Gi, createAxios as So, openConfirmDlg as Co, openPromptDlg as $o } from "x-essential-lib";
34
34
  import { CameraHelper as Ji, DirectionalLightHelper as Vo, PointLightHelper as Po, SpotLightHelper as Eo } from "three";
35
- import { i as he, c as Ao, a as ot, K as zo, M as Lo, O as To, u as Uo, r as qi, e as Xi, b as Mo, d as Bo, f as Ro, g as Wo, h as Fo, j as Do, k as Ko, l as No, m as N, H as jo, n as Yi, o as Oo, p as Ho, q as Go } from "./vendor.fe0c1tv5.js";
35
+ import { i as he, c as Ao, a as ot, K as zo, M as Lo, O as To, u as Uo, r as qi, e as Xi, b as Mo, d as Bo, f as Ro, g as Wo, h as Fo, j as Do, k as Ko, l as jo, m as j, H as No, n as Yi, o as Oo, p as Ho, q as Go } from "./vendor.fe0c1tv5.js";
36
36
  import { useTheme as Jo } from "vuetify";
37
37
  import { getErrorMessage as qo } from "x-error-lib";
38
38
  const Mn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
@@ -284,7 +284,7 @@ function Wc(t, n) {
284
284
  }
285
285
  return kn(e, n, o);
286
286
  }
287
- const Yo = ["position", "ratation", "scale"], je = /* @__PURE__ */ I({
287
+ const Yo = ["position", "ratation", "scale"], Ne = /* @__PURE__ */ I({
288
288
  __name: "index",
289
289
  props: {
290
290
  position: { default: () => {
@@ -303,7 +303,7 @@ const Yo = ["position", "ratation", "scale"], je = /* @__PURE__ */ I({
303
303
  scale: t.scale ?? [1, 1, 1],
304
304
  visible: !1
305
305
  }, [...o[0] || (o[0] = [
306
- Ne("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
306
+ je("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
307
307
  ])], 8, Yo)) : ae("", !0);
308
308
  }
309
309
  }), J = /* @__PURE__ */ I({
@@ -331,12 +331,12 @@ const Yo = ["position", "ratation", "scale"], je = /* @__PURE__ */ I({
331
331
  key: 0,
332
332
  style: ge(e.value)
333
333
  }, [
334
- j(i.$slots, "default"),
334
+ N(i.$slots, "default"),
335
335
  t.mask ? (_(), ee("div", {
336
336
  key: 0,
337
337
  style: ge(o.value)
338
338
  }, null, 4)) : ae("", !0)
339
- ], 4)) : j(i.$slots, "default", { key: 1 });
339
+ ], 4)) : N(i.$slots, "default", { key: 1 });
340
340
  }
341
341
  });
342
342
  function Zo(t) {
@@ -365,22 +365,12 @@ function _t(t, n, e) {
365
365
  }
366
366
  const Qo = async (t, n, e, o) => {
367
367
  const i = await t.getElementProperty(n, e);
368
- if (o) {
369
- if (typeof i != "string")
370
- throw new Error("unexpected value type");
371
- return JSON.parse(i);
372
- } else
373
- return i;
368
+ return o && typeof i == "string" ? JSON.parse(i) : i;
374
369
  }, es = async (t, n, e, o, i) => {
375
370
  i && typeof o == "object" && (o = JSON.stringify(o, null, 2)), await t.setElementProperty(n, e, o);
376
371
  }, ts = async (t, n, e) => {
377
372
  const o = ze(t, n);
378
- if (e) {
379
- if (typeof o != "string")
380
- throw new Error("unexpected value type");
381
- return JSON.parse(o);
382
- } else
383
- return o;
373
+ return e && typeof o == "string" ? JSON.parse(o) : o;
384
374
  }, ns = async (t, n, e, o) => {
385
375
  o && typeof e == "object" && (e = JSON.stringify(e, null, 2)), xn(t, n, e);
386
376
  };
@@ -508,13 +498,7 @@ function Dc(t) {
508
498
  function Kc(t) {
509
499
  return JSON.stringify(t);
510
500
  }
511
- function Nc(t) {
512
- return JSON.parse(t);
513
- }
514
501
  function jc(t) {
515
- return JSON.stringify(t);
516
- }
517
- function Oc(t) {
518
502
  return JSON.parse(t);
519
503
  }
520
504
  const os = ["ui", "2d", "3d"], ss = ["ui", "2d", "3d"];
@@ -529,7 +513,7 @@ function F(t, n) {
529
513
  throw new Error("invalid type");
530
514
  return `${t}${Ao(n)}`;
531
515
  }
532
- const Hc = [
516
+ const Nc = [
533
517
  "globality_v1",
534
518
  "multiple_ref_v1",
535
519
  "multiple_slot_v1",
@@ -847,12 +831,12 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
847
831
  scale: s(l),
848
832
  top: s(m)
849
833
  }, [
850
- K(s(je)),
834
+ K(s(Ne)),
851
835
  s(o) === "editor" ? (_(), S(s(ot), {
852
836
  key: 0,
853
837
  type: s(Ji)
854
838
  }, null, 8, ["type"])) : ae("", !0),
855
- j(b.$slots, "default")
839
+ N(b.$slots, "default")
856
840
  ], 8, ls));
857
841
  }
858
842
  }), us = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], cs = /* @__PURE__ */ I({
@@ -873,12 +857,12 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
873
857
  rotation: s(r),
874
858
  scale: s(l)
875
859
  }, [
876
- K(s(je)),
860
+ K(s(Ne)),
877
861
  s(o) === "editor" ? (_(), S(s(ot), {
878
862
  key: 0,
879
863
  type: s(Ji)
880
864
  }, null, 8, ["type"])) : ae("", !0),
881
- j(c.$slots, "default")
865
+ N(c.$slots, "default")
882
866
  ], 8, us));
883
867
  }
884
868
  }), ds = /* @__PURE__ */ I({
@@ -991,8 +975,8 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
991
975
  rotation: s(i),
992
976
  scale: s(r)
993
977
  }, [
994
- K(s(je)),
995
- j(d.$slots, "default")
978
+ K(s(Ne)),
979
+ N(d.$slots, "default")
996
980
  ], 8, gs));
997
981
  }
998
982
  }), _s = ["color", "intensity", "position", "rotation", "scale"], xs = /* @__PURE__ */ I({
@@ -1014,12 +998,12 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
1014
998
  rotation: s(r),
1015
999
  scale: s(l)
1016
1000
  }, [
1017
- K(s(je)),
1001
+ K(s(Ne)),
1018
1002
  s(o) === "editor" ? (_(), S(s(ot), {
1019
1003
  key: 0,
1020
1004
  type: s(Vo)
1021
1005
  }, null, 8, ["type"])) : ae("", !0),
1022
- j(f.$slots, "default")
1006
+ N(f.$slots, "default")
1023
1007
  ], 8, _s));
1024
1008
  }
1025
1009
  }), ks = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], ws = /* @__PURE__ */ I({
@@ -1046,12 +1030,12 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
1046
1030
  rotation: s(r),
1047
1031
  scale: s(l)
1048
1032
  }, [
1049
- K(s(je)),
1033
+ K(s(Ne)),
1050
1034
  s(o) === "editor" ? (_(), S(s(ot), {
1051
1035
  key: 0,
1052
1036
  type: s(Po)
1053
1037
  }, null, 8, ["type"])) : ae("", !0),
1054
- j(m.$slots, "default")
1038
+ N(m.$slots, "default")
1055
1039
  ], 8, ks));
1056
1040
  }
1057
1041
  }), Is = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Ss = /* @__PURE__ */ I({
@@ -1083,12 +1067,12 @@ const ls = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
1083
1067
  rotation: s(o) !== "editor" ? s(r) : [0, 0, 0],
1084
1068
  scale: s(o) !== "editor" ? s(l) : [1, 1, 1]
1085
1069
  }, [
1086
- K(s(je)),
1070
+ K(s(Ne)),
1087
1071
  s(o) === "editor" ? (_(), S(s(ot), {
1088
1072
  key: 0,
1089
1073
  type: s(Eo)
1090
1074
  }, null, 8, ["type"])) : ae("", !0),
1091
- j(y.$slots, "default")
1075
+ N(y.$slots, "default")
1092
1076
  ], 8, Is));
1093
1077
  }
1094
1078
  }), Cs = {};
@@ -1109,7 +1093,7 @@ const Vs = /* @__PURE__ */ Oe(Cs, [["render", $s]]), Ps = ["position", "rotation
1109
1093
  rotation: s(i),
1110
1094
  scale: s(r)
1111
1095
  }, [
1112
- j(l.$slots, "default")
1096
+ N(l.$slots, "default")
1113
1097
  ], 8, Ps));
1114
1098
  }
1115
1099
  }), As = ["position", "rotation", "scale"], zs = /* @__PURE__ */ I({
@@ -1126,10 +1110,10 @@ const Vs = /* @__PURE__ */ Oe(Cs, [["render", $s]]), Ps = ["position", "rotation
1126
1110
  rotation: s(i),
1127
1111
  scale: s(r)
1128
1112
  }, [
1129
- j(l.$slots, "default")
1113
+ N(l.$slots, "default")
1130
1114
  ], 8, As));
1131
1115
  }
1132
- }), Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ts = "#242424", Us = {}, Ms = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Bs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ws = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ns = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Js = { 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" } }, qs = { 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)" } } }, Xs = { 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)" } } }, Ys = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, er = { 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"] } } }, tr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nr = { textStyle: { color: "#eeeeee" } }, ir = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, or = { 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" } } }, sr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rr = { 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" } }, lr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ar = {
1116
+ }), Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ts = "#242424", Us = {}, Ms = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Bs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ws = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ns = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Js = { 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" } }, qs = { 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)" } } }, Xs = { 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)" } } }, Ys = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, er = { 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"] } } }, tr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nr = { textStyle: { color: "#eeeeee" } }, ir = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, or = { 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" } } }, sr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rr = { 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" } }, lr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ar = {
1133
1117
  color: Ls,
1134
1118
  backgroundColor: Ts,
1135
1119
  textStyle: Us,
@@ -1140,8 +1124,8 @@ const Vs = /* @__PURE__ */ Oe(Cs, [["render", $s]]), Ps = ["position", "rotation
1140
1124
  pie: Fs,
1141
1125
  scatter: Ds,
1142
1126
  boxplot: Ks,
1143
- parallel: Ns,
1144
- sankey: js,
1127
+ parallel: js,
1128
+ sankey: Ns,
1145
1129
  funnel: Os,
1146
1130
  gauge: Hs,
1147
1131
  candlestick: Gs,
@@ -1198,7 +1182,7 @@ Uo([
1198
1182
  Fo,
1199
1183
  Do,
1200
1184
  Ko,
1201
- No
1185
+ jo
1202
1186
  ]);
1203
1187
  qi("dark", ar);
1204
1188
  qi("light", Rr);
@@ -1226,7 +1210,7 @@ const Wr = /* @__PURE__ */ I({
1226
1210
  y(A), g(A), v(A), $(A), k(A), P?.setOption(A, !0);
1227
1211
  };
1228
1212
  return Fi(async () => {
1229
- window.addEventListener("resize", H, !1), await Ni(() => !!V.value), L(), T();
1213
+ window.addEventListener("resize", H, !1), await ji(() => !!V.value), L(), T();
1230
1214
  }), ve(() => {
1231
1215
  window.removeEventListener("resize", H, !1), P?.dispose();
1232
1216
  }), ce(
@@ -1256,7 +1240,7 @@ const Wr = /* @__PURE__ */ I({
1256
1240
  mask: ""
1257
1241
  }, {
1258
1242
  default: E(() => [
1259
- Ne("div", {
1243
+ je("div", {
1260
1244
  ref: "chart",
1261
1245
  style: ge(w.value)
1262
1246
  }, null, 4)
@@ -1288,7 +1272,7 @@ const Wr = /* @__PURE__ */ I({
1288
1272
  y(A), g(A), v(A), $(A), k(A), P?.setOption(A, !0);
1289
1273
  };
1290
1274
  return Fi(async () => {
1291
- window.addEventListener("resize", H, !1), await Ni(() => !!V.value), L(), T();
1275
+ window.addEventListener("resize", H, !1), await ji(() => !!V.value), L(), T();
1292
1276
  }), ve(() => {
1293
1277
  window.removeEventListener("resize", H, !1), P?.dispose();
1294
1278
  }), ce(
@@ -1318,7 +1302,7 @@ const Wr = /* @__PURE__ */ I({
1318
1302
  mask: ""
1319
1303
  }, {
1320
1304
  default: E(() => [
1321
- Ne("div", {
1305
+ je("div", {
1322
1306
  ref: "chart",
1323
1307
  style: ge(w.value)
1324
1308
  }, null, 4)
@@ -1338,7 +1322,7 @@ const Wr = /* @__PURE__ */ I({
1338
1322
  console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), ve(() => {
1339
1323
  console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
1340
1324
  });
1341
- const n = ue(), e = x(() => N(n.value));
1325
+ const n = ue(), e = x(() => j(n.value));
1342
1326
  xe(e), $e(e, "multipleRef", t.nodeId, t.instance, oe());
1343
1327
  const o = (r) => {
1344
1328
  const l = Pe[r.key];
@@ -1377,7 +1361,7 @@ const Wr = /* @__PURE__ */ I({
1377
1361
  };
1378
1362
  return (r, l) => (_(), S(i));
1379
1363
  }
1380
- }), Kr = ["position", "rotation", "scale"], Nr = { style: { userSelect: "none" } }, pe = /* @__PURE__ */ I({
1364
+ }), Kr = ["position", "rotation", "scale"], jr = { style: { userSelect: "none" } }, pe = /* @__PURE__ */ I({
1381
1365
  __name: "index",
1382
1366
  props: {
1383
1367
  position: {},
@@ -1392,20 +1376,20 @@ const Wr = /* @__PURE__ */ I({
1392
1376
  rotation: t.rotation,
1393
1377
  scale: t.scale
1394
1378
  }, [
1395
- t.label ? (_(), S(s(jo), {
1379
+ t.label ? (_(), S(s(No), {
1396
1380
  key: 0,
1397
1381
  center: "",
1398
1382
  transform: ""
1399
1383
  }, {
1400
1384
  default: E(() => [
1401
- Ne("div", Nr, Di(t.label), 1)
1385
+ je("div", jr, Di(t.label), 1)
1402
1386
  ]),
1403
1387
  _: 1
1404
1388
  })) : ae("", !0),
1405
- j(n.$slots, "default")
1389
+ N(n.$slots, "default")
1406
1390
  ], 8, Kr));
1407
1391
  }
1408
- }), jr = /* @__PURE__ */ I({
1392
+ }), Nr = /* @__PURE__ */ I({
1409
1393
  __name: "index",
1410
1394
  props: {
1411
1395
  nodeId: {},
@@ -1508,7 +1492,7 @@ const Wr = /* @__PURE__ */ I({
1508
1492
  console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), ve(() => {
1509
1493
  console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
1510
1494
  });
1511
- const n = ue(), e = x(() => N(n.value));
1495
+ const n = ue(), e = x(() => j(n.value));
1512
1496
  xe(e), $e(e, "multipleCustomSlot", t.nodeId, t.instance, oe());
1513
1497
  const o = (r) => {
1514
1498
  const l = Pe[r.key];
@@ -1750,7 +1734,7 @@ const Wr = /* @__PURE__ */ I({
1750
1734
  const n = t, { node: e } = z(n), { property: o } = a(e, ["settings", "open"]);
1751
1735
  return (i, r) => (_(), S(s(J), null, {
1752
1736
  default: E(() => [
1753
- s(o) ? j(i.$slots, "default", { key: 0 }) : ae("", !0)
1737
+ s(o) ? N(i.$slots, "default", { key: 0 }) : ae("", !0)
1754
1738
  ]),
1755
1739
  _: 3
1756
1740
  }));
@@ -1887,7 +1871,7 @@ const Wr = /* @__PURE__ */ I({
1887
1871
  theme: s(r)
1888
1872
  }, {
1889
1873
  default: E(() => [
1890
- j(p.$slots, "default")
1874
+ N(p.$slots, "default")
1891
1875
  ]),
1892
1876
  _: 3
1893
1877
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
@@ -1965,7 +1949,7 @@ function Zr(t, n) {
1965
1949
  const e = W("v-btn-group");
1966
1950
  return _(), S(e, null, {
1967
1951
  default: E(() => [
1968
- j(t.$slots, "default")
1952
+ N(t.$slots, "default")
1969
1953
  ]),
1970
1954
  _: 3
1971
1955
  });
@@ -2007,7 +1991,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2007
1991
  variant: s(b)
2008
1992
  }, {
2009
1993
  default: E(() => [
2010
- j(y.$slots, "default")
1994
+ N(y.$slots, "default")
2011
1995
  ]),
2012
1996
  _: 3
2013
1997
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
@@ -2050,7 +2034,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2050
2034
  width: s($)
2051
2035
  }, {
2052
2036
  default: E(() => [
2053
- j(k.$slots, "default")
2037
+ N(k.$slots, "default")
2054
2038
  ]),
2055
2039
  _: 3
2056
2040
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
@@ -2168,7 +2152,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2168
2152
  theme: s(f)
2169
2153
  }, {
2170
2154
  default: E(() => [
2171
- j(m.$slots, "default")
2155
+ N(m.$slots, "default")
2172
2156
  ]),
2173
2157
  _: 3
2174
2158
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
@@ -2284,10 +2268,10 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2284
2268
  });
2285
2269
  return (m, b) => (_(), S(s(J), { block: "" }, {
2286
2270
  default: E(() => [
2287
- Ne("div", {
2271
+ je("div", {
2288
2272
  style: ge(c.value)
2289
2273
  }, [
2290
- j(m.$slots, "default")
2274
+ N(m.$slots, "default")
2291
2275
  ], 4)
2292
2276
  ]),
2293
2277
  _: 3
@@ -2397,7 +2381,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2397
2381
  refContext: {}
2398
2382
  },
2399
2383
  setup(t) {
2400
- const n = t, e = re(), { open: o } = ji(`runtimeDlg/${Ki()}`);
2384
+ const n = t, e = re(), { open: o } = Ni(`runtimeDlg/${Ki()}`);
2401
2385
  return _t(n.nodeId, "open", () => {
2402
2386
  o.value = !0;
2403
2387
  }), _t(n.nodeId, "close", () => {
@@ -2416,7 +2400,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2416
2400
  }, null, 8, dl)) : ae("", !0)
2417
2401
  ]),
2418
2402
  default: E(() => [
2419
- j(i.$slots, "default")
2403
+ N(i.$slots, "default")
2420
2404
  ]),
2421
2405
  _: 3
2422
2406
  }, 8, ["modelValue"]);
@@ -2498,7 +2482,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2498
2482
  return (y, g) => (_(), ee("div", {
2499
2483
  style: ge(b.value)
2500
2484
  }, [
2501
- j(y.$slots, "default")
2485
+ N(y.$slots, "default")
2502
2486
  ], 4));
2503
2487
  }
2504
2488
  }), yl = /* @__PURE__ */ I({
@@ -2516,7 +2500,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2516
2500
  return (d, f) => (_(), ee("div", {
2517
2501
  style: ge(p.value)
2518
2502
  }, [
2519
- j(d.$slots, "default")
2503
+ N(d.$slots, "default")
2520
2504
  ], 4));
2521
2505
  }
2522
2506
  }), bl = /* @__PURE__ */ I({
@@ -2553,7 +2537,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2553
2537
  onSubmit: xo(g, ["prevent"])
2554
2538
  }, {
2555
2539
  default: E(() => [
2556
- j(v.$slots, "default")
2540
+ N(v.$slots, "default")
2557
2541
  ]),
2558
2542
  _: 3
2559
2543
  }, 8, ["modelValue", "fast-fail", "style"]);
@@ -2590,7 +2574,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2590
2574
  refContext: {}
2591
2575
  },
2592
2576
  setup(t) {
2593
- const n = t, e = re(), o = oe(), i = ne(0), r = ne(0), l = x(() => [i.value, r.value]), { open: u } = ji(`runtimeMenu/${Ki()}`);
2577
+ const n = t, e = re(), o = oe(), i = ne(0), r = ne(0), l = x(() => [i.value, r.value]), { open: u } = Ni(`runtimeMenu/${Ki()}`);
2594
2578
  return _t(n.nodeId, "open", () => {
2595
2579
  if (!o || !o.vm)
2596
2580
  return;
@@ -2615,7 +2599,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2615
2599
  }, null, 8, gl)) : ae("", !0)
2616
2600
  ]),
2617
2601
  default: E(() => [
2618
- j(p.$slots, "default")
2602
+ N(p.$slots, "default")
2619
2603
  ]),
2620
2604
  _: 3
2621
2605
  }, 8, ["modelValue", "target"]);
@@ -2808,7 +2792,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
2808
2792
  theme: s(p)
2809
2793
  }, {
2810
2794
  default: E(() => [
2811
- j(f.$slots, "default")
2795
+ N(f.$slots, "default")
2812
2796
  ]),
2813
2797
  _: 3
2814
2798
  }, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
@@ -3132,7 +3116,7 @@ const Qr = /* @__PURE__ */ Oe(Yr, [["render", Zr]]), el = /* @__PURE__ */ I({
3132
3116
  theme: s(i)
3133
3117
  }, {
3134
3118
  default: E(() => [
3135
- j(l.$slots, "default")
3119
+ N(l.$slots, "default")
3136
3120
  ]),
3137
3121
  _: 3
3138
3122
  }, 8, ["modelValue", "hide-actions", "theme"]);
@@ -3143,7 +3127,7 @@ function El(t, n) {
3143
3127
  const e = W("v-stepper-header");
3144
3128
  return _(), S(e, null, {
3145
3129
  default: E(() => [
3146
- j(t.$slots, "default")
3130
+ N(t.$slots, "default")
3147
3131
  ]),
3148
3132
  _: 3
3149
3133
  });
@@ -3161,7 +3145,7 @@ const Al = /* @__PURE__ */ Oe(Pl, [["render", El]]), zl = /* @__PURE__ */ I({
3161
3145
  const l = W("v-stepper-item");
3162
3146
  return _(), S(l, { value: s(o) }, {
3163
3147
  default: E(() => [
3164
- j(i.$slots, "default")
3148
+ N(i.$slots, "default")
3165
3149
  ]),
3166
3150
  _: 3
3167
3151
  }, 8, ["value"]);
@@ -3172,7 +3156,7 @@ function Tl(t, n) {
3172
3156
  const e = W("v-stepper-window");
3173
3157
  return _(), S(e, null, {
3174
3158
  default: E(() => [
3175
- j(t.$slots, "default")
3159
+ N(t.$slots, "default")
3176
3160
  ]),
3177
3161
  _: 3
3178
3162
  });
@@ -3190,7 +3174,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3190
3174
  const l = W("v-stepper-window-item");
3191
3175
  return _(), S(l, { value: s(o) }, {
3192
3176
  default: E(() => [
3193
- j(i.$slots, "default")
3177
+ N(i.$slots, "default")
3194
3178
  ]),
3195
3179
  _: 3
3196
3180
  }, 8, ["value"]);
@@ -3340,7 +3324,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3340
3324
  theme: s(P)
3341
3325
  }, {
3342
3326
  default: E(() => [
3343
- j(H.$slots, "default")
3327
+ N(H.$slots, "default")
3344
3328
  ]),
3345
3329
  _: 3
3346
3330
  }, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
@@ -3369,7 +3353,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3369
3353
  });
3370
3354
  return (c, m) => (_(), S(s(J), { mask: "" }, {
3371
3355
  default: E(() => [
3372
- Ne("span", {
3356
+ je("span", {
3373
3357
  class: ko(f.value)
3374
3358
  }, Di(s(p)), 3)
3375
3359
  ]),
@@ -3464,7 +3448,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3464
3448
  const { render: p } = lt(o.refContext, i, l);
3465
3449
  return (d, f) => (_(), S(s(p)));
3466
3450
  }
3467
- }), Nl = /* @__PURE__ */ I({
3451
+ }), jl = /* @__PURE__ */ I({
3468
3452
  __name: "appendSlot",
3469
3453
  props: {
3470
3454
  refContext: {},
@@ -3486,7 +3470,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3486
3470
  const { render: l } = lt(n.refContext, e, i);
3487
3471
  return (u, p) => (_(), S(s(l)));
3488
3472
  }
3489
- }), jl = /* @__PURE__ */ I({
3473
+ }), Nl = /* @__PURE__ */ I({
3490
3474
  __name: "prependInnerSlot",
3491
3475
  props: /* @__PURE__ */ hn({
3492
3476
  refContext: {},
@@ -3622,7 +3606,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3622
3606
  s(H) ? {
3623
3607
  name: "append",
3624
3608
  fn: E(({ reset: te, resetValidation: le, validate: be }) => [
3625
- K(Nl, {
3609
+ K(jl, {
3626
3610
  "ref-context": {
3627
3611
  parent: n.refContext,
3628
3612
  compId: s(H)
@@ -3670,7 +3654,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3670
3654
  s(G) ? {
3671
3655
  name: "prepend-inner",
3672
3656
  fn: E(({ isActive: te, isFocused: le, focus: be, blur: Je }) => [
3673
- K(jl, {
3657
+ K(Nl, {
3674
3658
  "is-active": te.value,
3675
3659
  "onUpdate:isActive": (Ae) => te.value = Ae,
3676
3660
  "is-focused": le.value,
@@ -3747,7 +3731,7 @@ const Ul = /* @__PURE__ */ Oe(Ll, [["render", Tl]]), Ml = /* @__PURE__ */ I({
3747
3731
  "truncate-line": s(g)
3748
3732
  }, {
3749
3733
  default: E(() => [
3750
- j($.$slots, "default")
3734
+ N($.$slots, "default")
3751
3735
  ]),
3752
3736
  _: 3
3753
3737
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
@@ -3758,7 +3742,7 @@ function ql(t, n) {
3758
3742
  const e = W("v-timeline-item");
3759
3743
  return _(), S(e, null, {
3760
3744
  default: E(() => [
3761
- j(t.$slots, "default")
3745
+ N(t.$slots, "default")
3762
3746
  ]),
3763
3747
  _: 3
3764
3748
  });
@@ -3798,7 +3782,7 @@ const Xl = /* @__PURE__ */ Oe(Jl, [["render", ql]]), Yl = /* @__PURE__ */ I({
3798
3782
  touch: s(p)
3799
3783
  }, {
3800
3784
  default: E(() => [
3801
- j(c.$slots, "default")
3785
+ N(c.$slots, "default")
3802
3786
  ]),
3803
3787
  _: 3
3804
3788
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
@@ -3809,7 +3793,7 @@ function Ql(t, n) {
3809
3793
  const e = W("v-window-item");
3810
3794
  return _(), S(e, null, {
3811
3795
  default: E(() => [
3812
- j(t.$slots, "default")
3796
+ N(t.$slots, "default")
3813
3797
  ]),
3814
3798
  _: 3
3815
3799
  });
@@ -3876,7 +3860,7 @@ const ea = /* @__PURE__ */ Oe(Zl, [["render", Ql]]), h = {
3876
3860
  ]
3877
3861
  }
3878
3862
  ]
3879
- }, ta = N(Q), Fe = {
3863
+ }, ta = j(Q), Fe = {
3880
3864
  key: "border",
3881
3865
  name: "x-runtime-lib.border",
3882
3866
  children: [
@@ -4536,8 +4520,8 @@ function ca(t, n) {
4536
4520
  };
4537
4521
  }
4538
4522
  function da(t, n) {
4539
- const e = F(t, n), o = Nt.properties[e], i = M();
4540
- return R(i, o), i.basic.id = U(16), i.basic.key = Nt.key, i.settings = {
4523
+ const e = F(t, n), o = jt.properties[e], i = M();
4524
+ return R(i, o), i.basic.id = U(16), i.basic.key = jt.key, i.settings = {
4541
4525
  radius: 1,
4542
4526
  widthSegements: 32,
4543
4527
  heightSegements: 16,
@@ -4613,7 +4597,7 @@ const Kn = {
4613
4597
  default: 3.141593
4614
4598
  }
4615
4599
  ]
4616
- }, Nt = {
4600
+ }, jt = {
4617
4601
  key: "3d_sphere_geometry_v1",
4618
4602
  name: "x-runtime-lib.sphereGeometry",
4619
4603
  comp: hs,
@@ -4627,12 +4611,12 @@ const Kn = {
4627
4611
  leaf: !0,
4628
4612
  spawn: ca
4629
4613
  };
4630
- C(Nt);
4631
- const Et = N(Q);
4614
+ C(jt);
4615
+ const Et = j(Q);
4632
4616
  Et.children[0].default = "custom";
4633
4617
  Et.children[2].children[0].default = "0xffffff";
4634
4618
  Et.children[2].children[1].default = "0xffffff";
4635
- const Nn = {
4619
+ const jn = {
4636
4620
  key: "settings",
4637
4621
  name: "x-runtime-lib.settings",
4638
4622
  children: [
@@ -4650,19 +4634,19 @@ const Nn = {
4650
4634
  name: "x-runtime-lib.ambientLight",
4651
4635
  comp: vs,
4652
4636
  properties: {
4653
- page3d: [h, Y, Nn],
4654
- comp3d: [h, Y, Nn]
4637
+ page3d: [h, Y, jn],
4638
+ comp3d: [h, Y, jn]
4655
4639
  },
4656
4640
  events: [],
4657
4641
  methods: [],
4658
4642
  slots: []
4659
4643
  };
4660
4644
  C(ma);
4661
- const At = N(Q);
4645
+ const At = j(Q);
4662
4646
  At.children[0].default = "custom";
4663
4647
  At.children[2].children[0].default = "0xffffff";
4664
4648
  At.children[2].children[1].default = "0xffffff";
4665
- const jn = {
4649
+ const Nn = {
4666
4650
  key: "settings",
4667
4651
  name: "x-runtime-lib.settings",
4668
4652
  children: [
@@ -4680,15 +4664,15 @@ const jn = {
4680
4664
  name: "x-runtime-lib.directionalLight",
4681
4665
  comp: xs,
4682
4666
  properties: {
4683
- page3d: [h, Y, jn],
4684
- comp3d: [h, Y, jn]
4667
+ page3d: [h, Y, Nn],
4668
+ comp3d: [h, Y, Nn]
4685
4669
  },
4686
4670
  events: [],
4687
4671
  methods: [],
4688
4672
  slots: []
4689
4673
  };
4690
4674
  C(fa);
4691
- const zt = N(Q);
4675
+ const zt = j(Q);
4692
4676
  zt.children[0].default = "custom";
4693
4677
  zt.children[2].children[0].default = "0xffffff";
4694
4678
  zt.children[2].children[1].default = "0xffffff";
@@ -4732,7 +4716,7 @@ const On = {
4732
4716
  slots: []
4733
4717
  };
4734
4718
  C(ya);
4735
- const Lt = N(Q);
4719
+ const Lt = j(Q);
4736
4720
  Lt.children[0].default = "custom";
4737
4721
  Lt.children[2].children[0].default = "0xffffff";
4738
4722
  Lt.children[2].children[1].default = "0xffffff";
@@ -4834,8 +4818,8 @@ const tt = {
4834
4818
  };
4835
4819
  C(tt);
4836
4820
  function ga(t, n) {
4837
- const e = F(t, n), o = jt.properties[e], i = M();
4838
- return R(i, o), i.basic.id = U(16), i.basic.key = jt.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
4821
+ const e = F(t, n), o = Nt.properties[e], i = M();
4822
+ return R(i, o), i.basic.id = U(16), i.basic.key = Nt.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
4839
4823
  {
4840
4824
  type: "bar",
4841
4825
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -4868,7 +4852,7 @@ const Gn = {
4868
4852
  ],
4869
4853
  array: !0,
4870
4854
  defaultArray: []
4871
- }, jt = {
4855
+ }, Nt = {
4872
4856
  key: "ui_bar_chart_v1",
4873
4857
  name: "x-runtime-lib.barChart",
4874
4858
  comp: Wr,
@@ -4879,7 +4863,7 @@ const Gn = {
4879
4863
  leaf: !0,
4880
4864
  spawn: ga
4881
4865
  };
4882
- C(jt);
4866
+ C(Nt);
4883
4867
  function va(t, n) {
4884
4868
  const e = F(t, n), o = Ot.properties[e], i = M();
4885
4869
  return R(i, o), i.basic.id = U(16), i.basic.key = Ot.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
@@ -4948,7 +4932,7 @@ const ct = {
4948
4932
  }, _a = {
4949
4933
  key: "multiple_ref_v1",
4950
4934
  name: "x-runtime-lib.multipleRef",
4951
- comp: jr,
4935
+ comp: Nr,
4952
4936
  properties: {
4953
4937
  pageUi: [h, X, ct, dt],
4954
4938
  compUi: [h, X, ct, dt],
@@ -5070,7 +5054,7 @@ const yt = {
5070
5054
  leaf: !0
5071
5055
  };
5072
5056
  C(Ia);
5073
- const He = N(Q);
5057
+ const He = j(Q);
5074
5058
  He.key = "backgroundColor";
5075
5059
  He.name = "x-runtime-lib.backgroundColor";
5076
5060
  const oo = {
@@ -5190,7 +5174,7 @@ function Ta(t, n) {
5190
5174
  }
5191
5175
  };
5192
5176
  }
5193
- const Ua = N(Q), Yn = {
5177
+ const Ua = j(Q), Yn = {
5194
5178
  key: "settings",
5195
5179
  name: "x-runtime-lib.settings",
5196
5180
  children: [
@@ -5479,7 +5463,7 @@ const ei = {
5479
5463
  leaf: !0
5480
5464
  };
5481
5465
  C(Wa);
5482
- const Fa = N(Q), ti = {
5466
+ const Fa = j(Q), ti = {
5483
5467
  key: "settings",
5484
5468
  name: "x-runtime-lib.settings",
5485
5469
  children: [
@@ -5715,7 +5699,7 @@ const ii = {
5715
5699
  default: !1
5716
5700
  }
5717
5701
  ]
5718
- }, Na = {
5702
+ }, ja = {
5719
5703
  key: "ui_combobox_v1",
5720
5704
  name: "x-runtime-lib.combobox",
5721
5705
  comp: rl,
@@ -5725,8 +5709,8 @@ const ii = {
5725
5709
  },
5726
5710
  leaf: !0
5727
5711
  };
5728
- C(Na);
5729
- const Cn = N(Q);
5712
+ C(ja);
5713
+ const Cn = j(Q);
5730
5714
  Cn.key = "backgroundColor";
5731
5715
  Cn.name = "x-runtime-lib.backgroundColor";
5732
5716
  const oi = {
@@ -5901,7 +5885,7 @@ const si = {
5901
5885
  defaultArray: []
5902
5886
  }
5903
5887
  ]
5904
- }, ja = {
5888
+ }, Na = {
5905
5889
  key: "ui_data_table_v1",
5906
5890
  name: "x-runtime-lib.dataTable",
5907
5891
  comp: ul,
@@ -5926,7 +5910,7 @@ const si = {
5926
5910
  ],
5927
5911
  leaf: !0
5928
5912
  };
5929
- C(ja);
5913
+ C(Na);
5930
5914
  const Oa = {
5931
5915
  key: "ui_date_picker_v1",
5932
5916
  name: "x-runtime-lib.datePicker",
@@ -5963,7 +5947,7 @@ const ai = {
5963
5947
  key: "settings",
5964
5948
  name: "x-runtime-lib.settings",
5965
5949
  children: []
5966
- }, Gc = {
5950
+ }, Oc = {
5967
5951
  key: "ui_file_input_v1",
5968
5952
  name: "x-runtime-lib.fileInput",
5969
5953
  comp: ml,
@@ -6061,7 +6045,7 @@ function Yt(t, n, e, o, i, r, l, u, p) {
6061
6045
  }
6062
6046
  };
6063
6047
  }
6064
- const $n = N(Q);
6048
+ const $n = j(Q);
6065
6049
  $n.key = "backgroundColor";
6066
6050
  $n.name = "x-runtime-lib.backgroundColor";
6067
6051
  const ci = {
@@ -6564,7 +6548,7 @@ const mi = {
6564
6548
  spawn: qa
6565
6549
  };
6566
6550
  C(Qt);
6567
- const Ya = N(Q), fi = {
6551
+ const Ya = j(Q), fi = {
6568
6552
  key: "settings",
6569
6553
  name: "x-runtime-lib.settings",
6570
6554
  children: [
@@ -6905,7 +6889,7 @@ const hi = {
6905
6889
  leaf: !0
6906
6890
  };
6907
6891
  C(tu);
6908
- const nu = N(Q), gi = {
6892
+ const nu = j(Q), gi = {
6909
6893
  key: "settings",
6910
6894
  name: "x-runtime-lib.settings",
6911
6895
  children: [
@@ -7280,13 +7264,13 @@ const ki = {
7280
7264
  leaf: !0
7281
7265
  };
7282
7266
  C(ru);
7283
- const Vn = N(Q);
7267
+ const Vn = j(Q);
7284
7268
  Vn.key = "color";
7285
7269
  Vn.name = "x-runtime-lib.color";
7286
- const Pn = N(Q);
7270
+ const Pn = j(Q);
7287
7271
  Pn.key = "trackColor";
7288
7272
  Pn.name = "x-runtime-lib.trackColor";
7289
- const En = N(Q);
7273
+ const En = j(Q);
7290
7274
  En.key = "thumbColor";
7291
7275
  En.name = "x-runtime-lib.thumbColor";
7292
7276
  const wi = {
@@ -7649,13 +7633,13 @@ function Rt(t, n, e, o) {
7649
7633
  }
7650
7634
  };
7651
7635
  }
7652
- const An = N(Q);
7636
+ const An = j(Q);
7653
7637
  An.key = "backgroundColor";
7654
7638
  An.name = "x-runtime-lib.backgroundColor";
7655
- const zn = N(Q);
7639
+ const zn = j(Q);
7656
7640
  zn.key = "selectedColor";
7657
7641
  zn.name = "x-runtime-lib.selectedColor";
7658
- const Ln = N(Q);
7642
+ const Ln = j(Q);
7659
7643
  Ln.key = "sliderColor";
7660
7644
  Ln.name = "x-runtime-lib.sliderColor";
7661
7645
  const Pi = {
@@ -7992,7 +7976,7 @@ function hu(t, n, e) {
7992
7976
  }
7993
7977
  };
7994
7978
  }
7995
- const gu = N(Q), vu = N(Q), zi = {
7979
+ const gu = j(Q), vu = j(Q), zi = {
7996
7980
  key: "settings",
7997
7981
  name: "x-runtime-lib.settings",
7998
7982
  children: [
@@ -8327,11 +8311,11 @@ const wu = [
8327
8311
  { title: "x-runtime-lib.background0", value: "background0" },
8328
8312
  { title: "x-runtime-lib.background1", value: "background1" },
8329
8313
  { title: "x-runtime-lib.background2", value: "background2" }
8330
- ], Nu = [
8314
+ ], ju = [
8331
8315
  { title: "x-runtime-lib.notSet", value: "" },
8332
8316
  { title: "x-runtime-lib.show", value: "show" },
8333
8317
  { title: "x-runtime-lib.always", value: "always" }
8334
- ], ju = [
8318
+ ], Nu = [
8335
8319
  { title: "x-runtime-lib.start", value: "start" },
8336
8320
  { title: "x-runtime-lib.center", value: "center" }
8337
8321
  ], Ou = [
@@ -8368,8 +8352,8 @@ const wu = [
8368
8352
  textEmphasisItemsV1: Fu,
8369
8353
  textStyleItemsV1: Du,
8370
8354
  themeColorItemsV1: Ku,
8371
- thumbLabelItemsV1: Nu,
8372
- timelineAlignItemsV1: ju,
8355
+ thumbLabelItemsV1: ju,
8356
+ timelineAlignItemsV1: Nu,
8373
8357
  timelineDirectionItemsV1: Ou,
8374
8358
  timelineSideItemsV1: Hu,
8375
8359
  timelineTruncateLineItemsV1: Gu
@@ -8925,9 +8909,9 @@ const wu = [
8925
8909
  };
8926
8910
  function Ti(t, n) {
8927
8911
  if (t.array)
8928
- return n ? N(t.default) : N(t.defaultArray);
8912
+ return n ? j(t.default) : j(t.defaultArray);
8929
8913
  {
8930
- const e = N(t.default);
8914
+ const e = j(t.default);
8931
8915
  return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "selectComp" || t.ui === "selectSlot" || t.ui === "selectAdaptSlot") && !e ? void 0 : e;
8932
8916
  }
8933
8917
  }
@@ -8944,7 +8928,7 @@ function R(t, n) {
8944
8928
  }
8945
8929
  n.forEach((o) => e(t, o));
8946
8930
  }
8947
- function Jc(t, n, e, o, i) {
8931
+ function Hc(t, n, e, o, i) {
8948
8932
  const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${i}`, l = F(t, n), u = ac[e];
8949
8933
  if (!u) {
8950
8934
  console.error(`spawnNode pkg not found version, ${r}`);
@@ -9004,7 +8988,7 @@ function Jc(t, n, e, o, i) {
9004
8988
  }
9005
8989
  }
9006
8990
  }
9007
- function qc(t, n) {
8991
+ function Gc(t, n) {
9008
8992
  function e(o) {
9009
8993
  if (o.id === n)
9010
8994
  return o;
@@ -9025,55 +9009,55 @@ function uc(t) {
9025
9009
  const n = {}, e = (r) => {
9026
9010
  const l = U(16);
9027
9011
  n[r.id] = l, r.id = l, r.children?.map((u) => e(u));
9028
- }, o = N(t.nodeLite);
9012
+ }, o = j(t.nodeLite);
9029
9013
  e(o);
9030
9014
  const i = {};
9031
9015
  return Object.values(t.nodes).forEach((r) => {
9032
- const l = N(r);
9016
+ const l = j(r);
9033
9017
  l.basic.id = n[l.basic.id], i[l.basic.id] = l;
9034
9018
  }), { nodeLite: o, nodes: i };
9035
9019
  }
9036
- function Xc(t) {
9020
+ function Jc(t) {
9037
9021
  return t.map((n) => uc(n));
9038
9022
  }
9039
9023
  const so = "runtimeOrg", ro = "runtimeEnv", lo = "runtimeMode", ao = "runtimeDevice", uo = "runtimeDark", co = "runtimeId", po = "runtimeType", mo = "runtimeData", fo = "runtimeDepends", yo = "runtimeRuntime", bo = "runtimeSandbox", ho = "runtimeNode";
9040
- function Yc(t) {
9024
+ function qc(t) {
9041
9025
  fe(so, t);
9042
9026
  }
9043
9027
  function cc() {
9044
9028
  return me(so);
9045
9029
  }
9046
- function Zc(t) {
9030
+ function Xc(t) {
9047
9031
  fe(ro, t);
9048
9032
  }
9049
9033
  function dc() {
9050
9034
  return me(ro);
9051
9035
  }
9052
- function Qc(t) {
9036
+ function Yc(t) {
9053
9037
  fe(lo, t);
9054
9038
  }
9055
9039
  function re() {
9056
9040
  return me(lo);
9057
9041
  }
9058
- function ed(t) {
9042
+ function Zc(t) {
9059
9043
  fe(ao, vn(t));
9060
9044
  }
9061
9045
  function Ge() {
9062
9046
  return me(ao);
9063
9047
  }
9064
- function td(t) {
9048
+ function Qc(t) {
9065
9049
  fe(uo, vn(t));
9066
9050
  }
9067
9051
  function at() {
9068
9052
  return me(uo);
9069
9053
  }
9070
- function nd(t) {
9054
+ function ed(t) {
9071
9055
  fe(co, t);
9072
9056
  }
9073
9057
  function Se() {
9074
9058
  return me(co);
9075
9059
  }
9076
- function id(t) {
9060
+ function td(t) {
9077
9061
  fe(po, t);
9078
9062
  }
9079
9063
  function Ee() {
@@ -9085,13 +9069,13 @@ function xe(t) {
9085
9069
  function ue() {
9086
9070
  return me(mo);
9087
9071
  }
9088
- function od(t) {
9072
+ function nd(t) {
9089
9073
  fe(fo, vn(t));
9090
9074
  }
9091
9075
  function pc() {
9092
9076
  return me(fo);
9093
9077
  }
9094
- function sd(t) {
9078
+ function id(t) {
9095
9079
  fe(yo, t);
9096
9080
  }
9097
9081
  function mc() {
@@ -9168,8 +9152,8 @@ async function bt(t, n, e, o, i) {
9168
9152
  const b = ze(m, c.subKeys);
9169
9153
  if (he(f, b))
9170
9154
  continue;
9171
- const y = N(m);
9172
- xn(y, c.subKeys, N(f)), c.type === "elementProperty" ? t.setElementProperty(
9155
+ const y = j(m);
9156
+ xn(y, c.subKeys, j(f)), c.type === "elementProperty" ? t.setElementProperty(
9173
9157
  c.nodeId,
9174
9158
  c.propertyKeys.split("."),
9175
9159
  y
@@ -9196,8 +9180,8 @@ async function bt(t, n, e, o, i) {
9196
9180
  c.type === "elementProperty" ? t.setElementProperty(
9197
9181
  c.nodeId,
9198
9182
  c.propertyKeys.split("."),
9199
- N(f)
9200
- ) : c.type === "customProperty" ? t.setCustomProperty(c.propertyId, N(f)) : c.type === "customSlotProperty" ? t.setCustomSlotProperty(c.propertyId, N(f)) : c.type === "state" ? t.setState(c.stateId, N(f)) : console.assert(!1);
9183
+ j(f)
9184
+ ) : c.type === "customProperty" ? t.setCustomProperty(c.propertyId, j(f)) : c.type === "customSlotProperty" ? t.setCustomSlotProperty(c.propertyId, j(f)) : c.type === "state" ? t.setState(c.stateId, j(f)) : console.assert(!1);
9201
9185
  }
9202
9186
  }
9203
9187
  }
@@ -9231,10 +9215,10 @@ function gt(t) {
9231
9215
  propertyKey: n[2]
9232
9216
  };
9233
9217
  }
9234
- function rd(t, n, e) {
9218
+ function od(t, n, e) {
9235
9219
  return `${t}.${n}.${e}`;
9236
9220
  }
9237
- function ld(t) {
9221
+ function sd(t) {
9238
9222
  const n = t.split(".");
9239
9223
  if (n.length !== 3)
9240
9224
  throw new Error("unwrap property key of custom slot failed");
@@ -9270,10 +9254,10 @@ function Mi(t) {
9270
9254
  methodKey: n[2]
9271
9255
  };
9272
9256
  }
9273
- function ad(t, n, e) {
9257
+ function rd(t, n, e) {
9274
9258
  return `${t}.${n}.${e}`;
9275
9259
  }
9276
- function ud(t) {
9260
+ function ld(t) {
9277
9261
  const n = t.split(".");
9278
9262
  if (n.length !== 3)
9279
9263
  throw new Error("unwrap method key of custom slot");
@@ -9299,7 +9283,7 @@ function bc(t) {
9299
9283
  function Bi(t, n, e) {
9300
9284
  return `${t}.${n}.${e}`;
9301
9285
  }
9302
- function cd(t) {
9286
+ function ad(t) {
9303
9287
  const n = t.split(".");
9304
9288
  if (n.length !== 3)
9305
9289
  throw new Error("unwrap event key of element slot failed");
@@ -9309,10 +9293,10 @@ function cd(t) {
9309
9293
  eventKey: n[2]
9310
9294
  };
9311
9295
  }
9312
- function dd(t, n, e) {
9296
+ function ud(t, n, e) {
9313
9297
  return `${t}.${n}.${e}`;
9314
9298
  }
9315
- function pd(t) {
9299
+ function cd(t) {
9316
9300
  const n = t.split(".");
9317
9301
  if (n.length !== 3)
9318
9302
  throw new Error("unwrap event key of custom slot failed");
@@ -9322,10 +9306,10 @@ function pd(t) {
9322
9306
  eventId: n[2]
9323
9307
  };
9324
9308
  }
9325
- function md(t, n, e) {
9309
+ function dd(t, n, e) {
9326
9310
  return `${t}/${n}/${e}`;
9327
9311
  }
9328
- function fd(t) {
9312
+ function pd(t) {
9329
9313
  const n = t.split("/");
9330
9314
  if (n.length !== 3)
9331
9315
  throw new Error("unwrap slot id failed");
@@ -9347,10 +9331,10 @@ function Ce(t, n) {
9347
9331
  o.value = -1, n.value = void 0, Oi.emit("compNotAvail", t.value);
9348
9332
  return;
9349
9333
  }
9350
- o.value !== i.dataSeq && (o.value = i.dataSeq, n.value = N(i.data));
9334
+ o.value !== i.dataSeq && (o.value = i.dataSeq, n.value = j(i.data));
9351
9335
  });
9352
9336
  }
9353
- function yd() {
9337
+ function md() {
9354
9338
  let t;
9355
9339
  const n = async () => (t = (await Ho()).newRuntime(), console.log("runtime created"), t);
9356
9340
  return ve(() => {
@@ -10257,14 +10241,14 @@ const Cc = (t, n, e) => {
10257
10241
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
10258
10242
  });
10259
10243
  };
10260
- async function bd(t) {
10244
+ async function fd(t) {
10261
10245
  return (await Cc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.lnh9uz5k.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.dh8fod7n.js") }), `./locales/${t}/index.ts`, 4)).default;
10262
10246
  }
10263
10247
  export {
10264
10248
  Uc as addIndent,
10265
10249
  ma as ambientLightV1,
10266
10250
  La as badgeV1,
10267
- jt as barChartV1,
10251
+ Nt as barChartV1,
10268
10252
  Kt as boxGeometryV1,
10269
10253
  Zi as breakpoints,
10270
10254
  Ma as btnGroupV1,
@@ -10276,20 +10260,19 @@ export {
10276
10260
  Jt as chipGroupV1,
10277
10261
  Gt as chipV1,
10278
10262
  Ka as colorPickerV1,
10279
- Na as comboboxV1,
10280
- jc as compMetaStringify,
10263
+ ja as comboboxV1,
10281
10264
  ss as compTypes,
10282
10265
  qt as containerV1,
10283
10266
  Fc as dataStringify,
10284
- ja as dataTableV1,
10267
+ Na as dataTableV1,
10285
10268
  Oa as datePickerV1,
10286
10269
  Ha as dialogV1,
10287
10270
  fa as directionalLightV1,
10288
10271
  uc as duplicateNodePair,
10289
- Xc as duplicateNodePairs,
10290
- Hc as elementKeys,
10272
+ Jc as duplicateNodePairs,
10273
+ Nc as elementKeys,
10291
10274
  Pe as elements,
10292
- Gc as fileInputV1,
10275
+ Oc as fileInputV1,
10293
10276
  Xt as flexLayoutEntryV1,
10294
10277
  it as flexLayoutV1,
10295
10278
  Qt as formV1,
@@ -10298,7 +10281,7 @@ export {
10298
10281
  ze as getField,
10299
10282
  ht as getImplementMethodName,
10300
10283
  Bn as getIndexOfBreakpoint,
10301
- qc as getNodeLite,
10284
+ Gc as getNodeLite,
10302
10285
  Ti as getPropertyDefault,
10303
10286
  F as getTag,
10304
10287
  za as globalityV1,
@@ -10326,50 +10309,49 @@ export {
10326
10309
  Pt as isPixelStr,
10327
10310
  oa as keyboardControlsV1,
10328
10311
  Ot as lineChartV1,
10329
- bd as loadLocaleMessageRuntime,
10312
+ fd as loadLocaleMessageRuntime,
10330
10313
  se as makeEventId,
10331
- dd as makeEventKeyOfCustomSlot,
10314
+ ud as makeEventKeyOfCustomSlot,
10332
10315
  Bi as makeEventKeyOfElementSlot,
10333
10316
  Ct as makeMethodId,
10334
- ad as makeMethodKeyOfCustomSlot,
10317
+ rd as makeMethodKeyOfCustomSlot,
10335
10318
  bn as makeMethodKeyOfElementSlot,
10336
10319
  Re as makePropertyId,
10337
- rd as makePropertyKeyOfCustomSlot,
10320
+ od as makePropertyKeyOfCustomSlot,
10338
10321
  We as makePropertyKeyOfElementSlot,
10339
- md as makeSlotId,
10322
+ dd as makeSlotId,
10340
10323
  Ze as makeTriggerId,
10341
10324
  sa as mapControlsV1,
10342
10325
  Qa as menuV1,
10343
10326
  et as meshBasicMaterialV1,
10344
10327
  tt as meshV1,
10328
+ Kc as metaStringify,
10345
10329
  _a as multipleRefV1,
10346
10330
  xa as multipleSlotV1,
10347
10331
  en as numberInputV1,
10348
10332
  ra as orbitControlsV1,
10349
10333
  na as orthographicCameraV1,
10350
- Kc as pageMetaStringify,
10351
10334
  os as pageTypes,
10352
10335
  tu as paginationV1,
10353
- Oc as parseCompMeta,
10354
10336
  Dc as parseData,
10355
- Nc as parsePageMeta,
10337
+ jc as parseMeta,
10356
10338
  Tt as parsePercentStr,
10357
10339
  Tc as parsePixelStr,
10358
10340
  ia as perspectiveCameraV1,
10359
10341
  ac as pkgs,
10360
10342
  ya as pointLightV1,
10361
- td as provideDark,
10343
+ Qc as provideDark,
10362
10344
  xe as provideData,
10363
- od as provideDepends,
10364
- ed as provideDevice,
10365
- Zc as provideEnv,
10366
- nd as provideId,
10367
- Qc as provideMode,
10345
+ nd as provideDepends,
10346
+ Zc as provideDevice,
10347
+ Xc as provideEnv,
10348
+ ed as provideId,
10349
+ Yc as provideMode,
10368
10350
  go as provideNode,
10369
- Yc as provideOrg,
10370
- sd as provideRuntime,
10351
+ qc as provideOrg,
10352
+ id as provideRuntime,
10371
10353
  fc as provideSandbox,
10372
- id as provideType,
10354
+ td as provideType,
10373
10355
  nn as radioGroupV1,
10374
10356
  tn as radioV1,
10375
10357
  ou as rangeSliderV1,
@@ -10382,8 +10364,8 @@ export {
10382
10364
  xn as setField,
10383
10365
  lu as sliderV1,
10384
10366
  Ia as slotV1,
10385
- Jc as spawnNode,
10386
- Nt as sphereGeometryV1,
10367
+ Hc as spawnNode,
10368
+ jt as sphereGeometryV1,
10387
10369
  ba as spotLightV1,
10388
10370
  on as stepperHeaderV1,
10389
10371
  sn as stepperItemV1,
@@ -10404,17 +10386,17 @@ export {
10404
10386
  Bc as toPropertyName,
10405
10387
  bt as triggerReactivity,
10406
10388
  bc as unwrapEventId,
10407
- pd as unwrapEventKeyOfCustomSlot,
10408
- cd as unwrapEventKeyOfElementSlot,
10389
+ cd as unwrapEventKeyOfCustomSlot,
10390
+ ad as unwrapEventKeyOfElementSlot,
10409
10391
  yc as unwrapMethodId,
10410
- ud as unwrapMethodKeyOfCustomSlot,
10392
+ ld as unwrapMethodKeyOfCustomSlot,
10411
10393
  Mi as unwrapMethodKeyOfElementSlot,
10412
10394
  Ui as unwrapPropertyId,
10413
- ld as unwrapPropertyKeyOfCustomSlot,
10395
+ sd as unwrapPropertyKeyOfCustomSlot,
10414
10396
  gt as unwrapPropertyKeyOfElementSlot,
10415
- fd as unwrapSlotId,
10397
+ pd as unwrapSlotId,
10416
10398
  Ce as useDepend,
10417
- yd as useRuntime,
10399
+ md as useRuntime,
10418
10400
  $e as useSandbox,
10419
10401
  q as useTheme,
10420
10402
  fn as windowItemV1,
@@ -1,9 +1,9 @@
1
1
  import { Data } from './data';
2
- import { CompMeta } from './meta';
2
+ import { Meta } from './meta';
3
3
  export interface Depend {
4
4
  name: string;
5
5
  metaSeq: number;
6
- meta: CompMeta;
6
+ meta: Meta;
7
7
  dataSeq: number;
8
8
  data: Data;
9
9
  }
@@ -26,20 +26,14 @@ export type Slot = {
26
26
  events?: Event[];
27
27
  desc?: string;
28
28
  };
29
- export type PageMeta = {
29
+ export type Meta = {
30
30
  version: string;
31
- arguments?: Field[];
32
31
  states?: Field[];
33
- };
34
- export declare function pageMetaStringify(meta: PageMeta): string;
35
- export declare function parsePageMeta(str: string): PageMeta;
36
- export type CompMeta = {
37
- version: string;
32
+ arguments?: Field[];
38
33
  properties?: Field[];
39
34
  methods?: Method[];
40
35
  events?: Event[];
41
36
  slots?: Slot[];
42
- states?: Field[];
43
37
  };
44
- export declare function compMetaStringify(meta: CompMeta): string;
45
- export declare function parseCompMeta(str: string): CompMeta;
38
+ export declare function metaStringify(meta: Meta): string;
39
+ export declare function parseMeta(str: string): Meta;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.175",
4
+ "version": "0.8.177",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",