x-runtime-lib 0.5.13 → 0.5.14

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.
@@ -24,6 +24,7 @@ const e = {
24
24
  density: "Density",
25
25
  dialog: "Dialog",
26
26
  disabled: "Disabled",
27
+ dummy: "Dummy",
27
28
  elevated: "Elevated",
28
29
  end: "End",
29
30
  fixed: "Fixed",
@@ -24,6 +24,7 @@ const e = {
24
24
  density: "密度",
25
25
  dialog: "对话框",
26
26
  disabled: "禁用",
27
+ dummy: "哑元",
27
28
  elevated: "升高",
28
29
  end: "结束",
29
30
  fixed: "固定",
package/dist/index.js CHANGED
@@ -1835,7 +1835,13 @@ const Tl = /* @__PURE__ */ oe({
1835
1835
  key: yt,
1836
1836
  name: "x-runtime-lib.package",
1837
1837
  comp: null,
1838
- slots: [],
1838
+ slots: [
1839
+ {
1840
+ key: "dummy",
1841
+ name: "x-runtime-lib.dummy",
1842
+ params: []
1843
+ }
1844
+ ],
1839
1845
  events: [],
1840
1846
  methods: [],
1841
1847
  props: {
@@ -6414,7 +6420,7 @@ const fc = (n, o, f) => {
6414
6420
  });
6415
6421
  };
6416
6422
  async function Sc(n) {
6417
- return (await fc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-or78iu3w.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-gsf2tqo3.js") }), `./locales/${n}/index.ts`, 4)).default;
6423
+ return (await fc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-b8zhxb60.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-mqoymcvp.js") }), `./locales/${n}/index.ts`, 4)).default;
6418
6424
  }
6419
6425
  export {
6420
6426
  gc as duplicateNode,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.5.13",
4
+ "version": "0.5.14",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",