@deepsel/admin 1.4.4 → 1.4.5
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-BVBBkaQg.js → index-DoSoSzHp.js} +4 -4
- package/dist/{index-BVBBkaQg.js.map → index-DoSoSzHp.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{web-DXRNOxQP.js → web-BAse_zEj.js} +2 -2
- package/dist/{web-DXRNOxQP.js.map → web-BAse_zEj.js.map} +1 -1
- package/dist/{web-D3k2lyBl.js → web-DwvockLO.js} +2 -2
- package/dist/{web-D3k2lyBl.js.map → web-DwvockLO.js.map} +1 -1
- package/package.json +1 -1
|
@@ -26190,12 +26190,12 @@ fy("CapacitorHttp", {
|
|
|
26190
26190
|
web: () => new _Q()
|
|
26191
26191
|
});
|
|
26192
26192
|
const mo = fy("Preferences", {
|
|
26193
|
-
web: () => import("./web-
|
|
26193
|
+
web: () => import("./web-DwvockLO.js").then((e) => new e.PreferencesWeb())
|
|
26194
26194
|
}), D$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26195
26195
|
__proto__: null,
|
|
26196
26196
|
Preferences: mo
|
|
26197
26197
|
}, Symbol.toStringTag, { value: "Module" })), kQ = fy("Device", {
|
|
26198
|
-
web: () => import("./web-
|
|
26198
|
+
web: () => import("./web-BAse_zEj.js").then((e) => new e.DeviceWeb())
|
|
26199
26199
|
}), Jr = [];
|
|
26200
26200
|
for (let e = 0; e < 256; ++e)
|
|
26201
26201
|
Jr.push((e + 256).toString(16).slice(1));
|
|
@@ -64425,7 +64425,7 @@ function gk({
|
|
|
64425
64425
|
return D ? D.emoji_flag : null;
|
|
64426
64426
|
}, C = ($) => {
|
|
64427
64427
|
if (!$) return "/";
|
|
64428
|
-
const D = $.toLowerCase().replace(/\s+/g, "-").replace(/[^a-z0-9-]/g, "").replace(/-+/g, "-").replace(/^-|-$/g, "");
|
|
64428
|
+
const D = $.normalize("NFD").replace(/[\u0300-\u036f]/g, "").toLowerCase().replace(/\s+/g, "-").replace(/[^a-z0-9-]/g, "").replace(/-+/g, "-").replace(/^-|-$/g, "");
|
|
64429
64429
|
return D.startsWith("/") ? D : `/${D}`;
|
|
64430
64430
|
}, k = ($, D, I) => {
|
|
64431
64431
|
t((B) => {
|
|
@@ -115393,4 +115393,4 @@ export {
|
|
|
115393
115393
|
GOe as A,
|
|
115394
115394
|
A$ as W
|
|
115395
115395
|
};
|
|
115396
|
-
//# sourceMappingURL=index-
|
|
115396
|
+
//# sourceMappingURL=index-DoSoSzHp.js.map
|