@evercam/ui 1.0.0-preview-missing-types-3126c36fd → 1.0.0-preview-missing-types-ff6c20401
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.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/utils.d.ts +1 -5
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10516,13 +10516,13 @@ function Ys() {
|
|
|
10516
10516
|
const t = document;
|
|
10517
10517
|
return t.exitFullscreen ? t.exitFullscreen() : t.mozCancelFullScreen ? t.mozCancelFullScreen() : t.webkitCancelFullScreen ? t.webkitCancelFullScreen() : t.msExitFullscreen ? t.msExitFullscreen() : new Promise((e) => e(null));
|
|
10518
10518
|
}
|
|
10519
|
-
function Qd(t, e) {
|
|
10520
|
-
let
|
|
10521
|
-
return function(...
|
|
10522
|
-
const
|
|
10523
|
-
|
|
10524
|
-
|
|
10525
|
-
}, e
|
|
10519
|
+
function Qd(t, e = 1e3, r = !1) {
|
|
10520
|
+
let n = null;
|
|
10521
|
+
return function(...s) {
|
|
10522
|
+
const i = this, a = r && !n;
|
|
10523
|
+
n && clearTimeout(n), n = setTimeout(function() {
|
|
10524
|
+
n = null, r || t.apply(i, s);
|
|
10525
|
+
}, e), a && t.apply(i, s);
|
|
10526
10526
|
};
|
|
10527
10527
|
}
|
|
10528
10528
|
function Kd(t = 1) {
|