@lumx/vue 4.19.1-alpha.0 → 4.19.1-next.0
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/index.js +6 -3
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2978,11 +2978,14 @@ function bi(e, t, n, a) {
|
|
|
2978
2978
|
}
|
|
2979
2979
|
function nm(e) {
|
|
2980
2980
|
let t = !1;
|
|
2981
|
-
|
|
2981
|
+
const n = () => {
|
|
2982
2982
|
t || (t = !0, queueMicrotask(() => {
|
|
2983
|
-
|
|
2983
|
+
t && (t = !1, e());
|
|
2984
2984
|
}));
|
|
2985
2985
|
};
|
|
2986
|
+
return n.cancel = () => {
|
|
2987
|
+
t = !1;
|
|
2988
|
+
}, n;
|
|
2986
2989
|
}
|
|
2987
2990
|
function Xc(e, t, n) {
|
|
2988
2991
|
const { wrapNavigation: a = !1 } = t ?? {};
|
|
@@ -3161,7 +3164,7 @@ function Xc(e, t, n) {
|
|
|
3161
3164
|
};
|
|
3162
3165
|
},
|
|
3163
3166
|
destroy() {
|
|
3164
|
-
_(), o = null, r = null, l = "", h = 0, f = "", g = !1, c.clear(), d.clear(), p = 0, clearTimeout(C), O = !1;
|
|
3167
|
+
_(), o = null, r = null, l = "", h = 0, f = "", g = !1, c.clear(), d.clear(), p = 0, N.cancel(), clearTimeout(C), O = !1;
|
|
3165
3168
|
for (const I of Object.values(b))
|
|
3166
3169
|
I.clear();
|
|
3167
3170
|
}
|