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.
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-
|
|
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,
|
package/dist/types/element.d.ts
CHANGED