@zyzgroup/core-web 0.1.97 → 0.1.98
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/{hammer-ea5fdcf5.js → hammer-8f91269e.js} +2 -2
- package/dist/{hammer-ea5fdcf5.js.map → hammer-8f91269e.js.map} +1 -1
- package/dist/{index-c0e1658b.js → index-baab6dfe.js} +6 -4
- package/dist/index-baab6dfe.js.map +1 -0
- package/dist/zyzgroup_core_web.iife.js +2 -2
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +2 -2
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/dom/safeArea.d.ts.map +1 -1
- package/types/dom/style.d.ts.map +1 -1
- package/dist/index-c0e1658b.js.map +0 -1
|
@@ -6164,6 +6164,9 @@ function al(n, t) {
|
|
|
6164
6164
|
});
|
|
6165
6165
|
}
|
|
6166
6166
|
function _g(n, t) {
|
|
6167
|
+
if (!document)
|
|
6168
|
+
return () => {
|
|
6169
|
+
};
|
|
6167
6170
|
let e;
|
|
6168
6171
|
if (typeof t == "string") {
|
|
6169
6172
|
const s = document.querySelector(t)?.shadowRoot;
|
|
@@ -23623,7 +23626,7 @@ function bv() {
|
|
|
23623
23626
|
}
|
|
23624
23627
|
let Ls = null, Ni = null;
|
|
23625
23628
|
function jx() {
|
|
23626
|
-
return Ls ? Promise.resolve(Ls) : (Ni || (Ni = import("./hammer-
|
|
23629
|
+
return Ls ? Promise.resolve(Ls) : (Ni || (Ni = import("./hammer-8f91269e.js").then((n) => n.h).then((n) => (Ls = n.default ?? n, Ls))), Ni);
|
|
23627
23630
|
}
|
|
23628
23631
|
function it(n) {
|
|
23629
23632
|
return new Xx(n);
|
|
@@ -24884,9 +24887,8 @@ function _b() {
|
|
|
24884
24887
|
}
|
|
24885
24888
|
`));
|
|
24886
24889
|
}
|
|
24887
|
-
_b();
|
|
24888
24890
|
function N_() {
|
|
24889
|
-
return df(document.documentElement).pipe(
|
|
24891
|
+
return _b(), df(document.documentElement).pipe(
|
|
24890
24892
|
Ko(Ho),
|
|
24891
24893
|
// next tick
|
|
24892
24894
|
rt(() => {
|
|
@@ -26833,4 +26835,4 @@ export {
|
|
|
26833
26835
|
t2 as y,
|
|
26834
26836
|
e2 as z
|
|
26835
26837
|
};
|
|
26836
|
-
//# sourceMappingURL=index-
|
|
26838
|
+
//# sourceMappingURL=index-baab6dfe.js.map
|