@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 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 r = null;
10521
- return function(...n) {
10522
- const s = this;
10523
- r !== null && clearTimeout(r), r = setTimeout(() => {
10524
- r = null, t.apply(s, n);
10525
- }, e || 1e3);
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) {