x-runtime-lib 0.5.13 → 0.5.15

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,13 +1835,20 @@ 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: {
1842
1848
  pageCommon: [V, Bn],
1843
1849
  compCommon: [V, Bn]
1844
- }
1850
+ },
1851
+ teleport: !0
1845
1852
  };
1846
1853
  var Ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1847
1854
  function Ul(n) {
@@ -6414,7 +6421,7 @@ const fc = (n, o, f) => {
6414
6421
  });
6415
6422
  };
6416
6423
  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;
6424
+ 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
6425
  }
6419
6426
  export {
6420
6427
  gc as duplicateNode,
@@ -170,6 +170,7 @@ export type ZElement = {
170
170
  methods: ZMethod[];
171
171
  props: ZProps;
172
172
  internal?: boolean;
173
+ teleport?: boolean;
173
174
  };
174
175
  export type ZElements = {
175
176
  [key: string]: ZElement;
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.15",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",