x-runtime-lib 0.5.14 → 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.
package/dist/index.js CHANGED
@@ -1847,7 +1847,8 @@ const Tl = /* @__PURE__ */ oe({
1847
1847
  props: {
1848
1848
  pageCommon: [V, Bn],
1849
1849
  compCommon: [V, Bn]
1850
- }
1850
+ },
1851
+ teleport: !0
1851
1852
  };
1852
1853
  var Ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1853
1854
  function Ul(n) {
@@ -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.14",
4
+ "version": "0.5.15",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",