@invoice-sdk/widget 1.124.2 → 1.124.4

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.
@@ -0,0 +1,8 @@
1
+ var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function l(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ export {
6
+ o as c,
7
+ l as g
8
+ };
@@ -1,4 +1,4 @@
1
- import { c as R, g as z } from "./_commonjsHelpers-bAxELxBV.js";
1
+ import { c as R, g as z } from "./_commonjsHelpers-DaMA6jEr.js";
2
2
  function $(w, d) {
3
3
  for (var b = 0; b < d.length; b++) {
4
4
  const y = d[b];
@@ -18,7 +18,7 @@ function $(w, d) {
18
18
  var A = { exports: {} }, U;
19
19
  function X() {
20
20
  return U || (U = 1, function(w, d) {
21
- var b = typeof globalThis != "undefined" && globalThis || typeof self != "undefined" && self || typeof R != "undefined" && R, y = function() {
21
+ var b = typeof globalThis < "u" && globalThis || typeof self < "u" && self || typeof R < "u" && R, y = function() {
22
22
  function p() {
23
23
  this.fetch = !1, this.DOMException = b.DOMException;
24
24
  }
@@ -26,13 +26,13 @@ function X() {
26
26
  }();
27
27
  (function(p) {
28
28
  (function(u) {
29
- var a = typeof p != "undefined" && p || typeof self != "undefined" && self || typeof a != "undefined" && a, f = {
29
+ var a = typeof p < "u" && p || typeof self < "u" && self || typeof a < "u" && a, f = {
30
30
  searchParams: "URLSearchParams" in a,
31
31
  iterable: "Symbol" in a && "iterator" in Symbol,
32
32
  blob: "FileReader" in a && "Blob" in a && function() {
33
33
  try {
34
34
  return new Blob(), !0;
35
- } catch (e) {
35
+ } catch {
36
36
  return !1;
37
37
  }
38
38
  }(),
@@ -268,7 +268,7 @@ function X() {
268
268
  }, u.DOMException = a.DOMException;
269
269
  try {
270
270
  new u.DOMException();
271
- } catch (e) {
271
+ } catch {
272
272
  u.DOMException = function(t, r) {
273
273
  this.message = t, this.name = r;
274
274
  var n = Error(t);
@@ -311,7 +311,7 @@ function X() {
311
311
  function V(l) {
312
312
  try {
313
313
  return l === "" && a.location.href ? a.location.href : l;
314
- } catch (g) {
314
+ } catch {
315
315
  return l;
316
316
  }
317
317
  }
@@ -321,7 +321,7 @@ function X() {
321
321
  o.setRequestHeader(g, l);
322
322
  }), i.signal && (i.signal.addEventListener("abort", _), o.onreadystatechange = function() {
323
323
  o.readyState === 4 && i.signal.removeEventListener("abort", _);
324
- }), o.send(typeof i._bodyInit == "undefined" ? null : i._bodyInit);
324
+ }), o.send(typeof i._bodyInit > "u" ? null : i._bodyInit);
325
325
  });
326
326
  }
327
327
  return O.polyfill = !0, a.fetch || (a.fetch = O, a.Headers = s, a.Request = m, a.Response = c), u.Headers = s, u.Request = m, u.Response = c, u.fetch = O, u;