@instockng/storefront-ui 1.0.22 → 1.0.24

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.
Files changed (105) hide show
  1. package/dist/components/Checkout.d.ts.map +1 -1
  2. package/dist/components/ShoppingCart.d.ts.map +1 -1
  3. package/dist/contexts/CartContext.d.ts.map +1 -1
  4. package/dist/index10.mjs +68 -64
  5. package/dist/index12.mjs +477 -456
  6. package/dist/index132.mjs +1 -1
  7. package/dist/index134.mjs +2 -21
  8. package/dist/index135.mjs +19 -54
  9. package/dist/index136.mjs +55 -28
  10. package/dist/index137.mjs +28 -6
  11. package/dist/index138.mjs +6 -51
  12. package/dist/index139.mjs +51 -5
  13. package/dist/index140.mjs +6 -12
  14. package/dist/index141.mjs +12 -7
  15. package/dist/index142.mjs +6 -27
  16. package/dist/index143.mjs +28 -2
  17. package/dist/index144.mjs +2 -70
  18. package/dist/index145.mjs +67 -164
  19. package/dist/index146.mjs +167 -2
  20. package/dist/index150.mjs +1 -1
  21. package/dist/index151.mjs +1 -1
  22. package/dist/index153.mjs +1 -1
  23. package/dist/index154.mjs +1 -1
  24. package/dist/index156.mjs +1 -1
  25. package/dist/index157.mjs +1 -1
  26. package/dist/index159.mjs +2 -2
  27. package/dist/index160.mjs +1 -1
  28. package/dist/index165.mjs +2 -2
  29. package/dist/index167.mjs +1 -1
  30. package/dist/index169.mjs +2 -2
  31. package/dist/index170.mjs +5 -5
  32. package/dist/index173.mjs +1 -1
  33. package/dist/index184.mjs +1 -1
  34. package/dist/index186.mjs +1 -1
  35. package/dist/index190.mjs +1 -1
  36. package/dist/index192.mjs +1 -1
  37. package/dist/index2.mjs +10 -10
  38. package/dist/index20.mjs +2 -2
  39. package/dist/index205.mjs +2 -2
  40. package/dist/index206.mjs +2 -2
  41. package/dist/index208.mjs +2 -2
  42. package/dist/index209.mjs +2 -2
  43. package/dist/index21.mjs +2 -2
  44. package/dist/index210.mjs +2 -2
  45. package/dist/index211.mjs +108 -2
  46. package/dist/index212.mjs +2 -2
  47. package/dist/index213.mjs +2 -108
  48. package/dist/index214.mjs +244 -2
  49. package/dist/index216.mjs +28 -32
  50. package/dist/index217.mjs +65 -2
  51. package/dist/index218.mjs +24 -243
  52. package/dist/index220.mjs +2 -33
  53. package/dist/index221.mjs +2 -65
  54. package/dist/index222.mjs +2 -25
  55. package/dist/index223.mjs +37 -2
  56. package/dist/index224.mjs +2 -2
  57. package/dist/index230.mjs +2 -2
  58. package/dist/index231.mjs +2 -2
  59. package/dist/index245.mjs +3 -3
  60. package/dist/index248.mjs +2 -2
  61. package/dist/index249.mjs +2 -18
  62. package/dist/index25.mjs +5 -0
  63. package/dist/index250.mjs +2 -47
  64. package/dist/index251.mjs +2 -2
  65. package/dist/index252.mjs +91 -2
  66. package/dist/index253.mjs +2 -2
  67. package/dist/index254.mjs +2 -2
  68. package/dist/index255.mjs +16 -89
  69. package/dist/index256.mjs +47 -2
  70. package/dist/index263.mjs +1 -1
  71. package/dist/index264.mjs +1 -1
  72. package/dist/index265.mjs +2 -2
  73. package/dist/index267.mjs +2 -2
  74. package/dist/index3.mjs +82 -82
  75. package/dist/index38.mjs +1 -1
  76. package/dist/index42.mjs +1 -1
  77. package/dist/index49.mjs +59 -59
  78. package/dist/index50.mjs +50 -50
  79. package/dist/index51.mjs +48 -48
  80. package/dist/index52.mjs +56 -56
  81. package/dist/index53.mjs +39 -39
  82. package/dist/index54.mjs +55 -55
  83. package/dist/index55.mjs +15 -15
  84. package/dist/index56.mjs +10 -10
  85. package/dist/index57.mjs +23 -23
  86. package/dist/index58.mjs +64 -64
  87. package/dist/index59.mjs +73 -73
  88. package/dist/index62.mjs +149 -19
  89. package/dist/index63.mjs +19 -149
  90. package/dist/index73.mjs +1 -1
  91. package/dist/index78.mjs +5 -5
  92. package/dist/index80.mjs +3 -3
  93. package/dist/index90.mjs +1 -1
  94. package/dist/index91.mjs +3 -3
  95. package/dist/providers/StorefrontProvider.d.ts.map +1 -1
  96. package/dist/styles.css +1 -1
  97. package/package.json +12 -11
  98. package/src/components/CartItem.stories.tsx +5 -5
  99. package/src/components/Checkout.stories.tsx +16 -15
  100. package/src/components/Checkout.tsx +93 -50
  101. package/src/components/ShoppingCart.stories.tsx +17 -16
  102. package/src/components/ShoppingCart.tsx +14 -12
  103. package/src/contexts/CartContext.tsx +2 -1
  104. package/src/providers/StorefrontProvider.tsx +4 -1
  105. package/src/test-utils/MockCartProvider.tsx +31 -25
package/dist/index132.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { __exports as r } from "./index146.mjs";
2
+ import { __exports as r } from "./index134.mjs";
3
3
  var c;
4
4
  function b() {
5
5
  return c ? r : (c = 1, function(n) {
package/dist/index134.mjs CHANGED
@@ -1,24 +1,5 @@
1
1
  'use client';
2
- import f from "./index76.mjs";
3
- import d from "./index236.mjs";
4
- function l(e) {
5
- return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
6
- }
7
- function m(e, c, i) {
8
- if (!c)
9
- return e;
10
- const t = i && i.encode || l;
11
- f.isFunction(i) && (i = {
12
- serialize: i
13
- });
14
- const r = i && i.serialize;
15
- let n;
16
- if (r ? n = r(c, i) : n = f.isURLSearchParams(c) ? c.toString() : new d(c, i).toString(t), n) {
17
- const a = e.indexOf("#");
18
- a !== -1 && (e = e.slice(0, a)), e += (e.indexOf("?") === -1 ? "?" : "&") + n;
19
- }
20
- return e;
21
- }
2
+ var a = {};
22
3
  export {
23
- m as default
4
+ a as __exports
24
5
  };
package/dist/index135.mjs CHANGED
@@ -1,59 +1,24 @@
1
1
  'use client';
2
- import n from "./index76.mjs";
3
- class a {
4
- constructor() {
5
- this.handlers = [];
6
- }
7
- /**
8
- * Add a new interceptor to the stack
9
- *
10
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
11
- * @param {Function} rejected The function to handle `reject` for a `Promise`
12
- *
13
- * @return {Number} An ID used to remove interceptor later
14
- */
15
- use(s, h, r) {
16
- return this.handlers.push({
17
- fulfilled: s,
18
- rejected: h,
19
- synchronous: r ? r.synchronous : !1,
20
- runWhen: r ? r.runWhen : null
21
- }), this.handlers.length - 1;
22
- }
23
- /**
24
- * Remove an interceptor from the stack
25
- *
26
- * @param {Number} id The ID that was returned by `use`
27
- *
28
- * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
29
- */
30
- eject(s) {
31
- this.handlers[s] && (this.handlers[s] = null);
32
- }
33
- /**
34
- * Clear all interceptors from the stack
35
- *
36
- * @returns {void}
37
- */
38
- clear() {
39
- this.handlers && (this.handlers = []);
40
- }
41
- /**
42
- * Iterate over all the registered interceptors
43
- *
44
- * This method is particularly useful for skipping over any
45
- * interceptors that may have become `null` calling `eject`.
46
- *
47
- * @param {Function} fn The function to call for each interceptor
48
- *
49
- * @returns {void}
50
- */
51
- forEach(s) {
52
- n.forEach(this.handlers, function(r) {
53
- r !== null && s(r);
54
- });
2
+ import f from "./index76.mjs";
3
+ import d from "./index236.mjs";
4
+ function l(e) {
5
+ return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
6
+ }
7
+ function m(e, c, i) {
8
+ if (!c)
9
+ return e;
10
+ const t = i && i.encode || l;
11
+ f.isFunction(i) && (i = {
12
+ serialize: i
13
+ });
14
+ const r = i && i.serialize;
15
+ let n;
16
+ if (r ? n = r(c, i) : n = f.isURLSearchParams(c) ? c.toString() : new d(c, i).toString(t), n) {
17
+ const a = e.indexOf("#");
18
+ a !== -1 && (e = e.slice(0, a)), e += (e.indexOf("?") === -1 ? "?" : "&") + n;
55
19
  }
20
+ return e;
56
21
  }
57
22
  export {
58
- a as default
23
+ m as default
59
24
  };
package/dist/index136.mjs CHANGED
@@ -1,32 +1,59 @@
1
1
  'use client';
2
- import r from "./index237.mjs";
3
- import p from "./index84.mjs";
4
- import l from "./index80.mjs";
5
- import m from "./index82.mjs";
6
- import a from "./index90.mjs";
7
- import o from "./index91.mjs";
8
- function d(e) {
9
- if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
10
- throw new m(null, e);
11
- }
12
- function q(e) {
13
- return d(e), e.headers = a.from(e.headers), e.data = r.call(
14
- e,
15
- e.transformRequest
16
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), o.getAdapter(e.adapter || l.adapter, e)(e).then(function(t) {
17
- return d(e), t.data = r.call(
18
- e,
19
- e.transformResponse,
20
- t
21
- ), t.headers = a.from(t.headers), t;
22
- }, function(t) {
23
- return p(t) || (d(e), t && t.response && (t.response.data = r.call(
24
- e,
25
- e.transformResponse,
26
- t.response
27
- ), t.response.headers = a.from(t.response.headers))), Promise.reject(t);
28
- });
2
+ import n from "./index76.mjs";
3
+ class a {
4
+ constructor() {
5
+ this.handlers = [];
6
+ }
7
+ /**
8
+ * Add a new interceptor to the stack
9
+ *
10
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
11
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
12
+ *
13
+ * @return {Number} An ID used to remove interceptor later
14
+ */
15
+ use(s, h, r) {
16
+ return this.handlers.push({
17
+ fulfilled: s,
18
+ rejected: h,
19
+ synchronous: r ? r.synchronous : !1,
20
+ runWhen: r ? r.runWhen : null
21
+ }), this.handlers.length - 1;
22
+ }
23
+ /**
24
+ * Remove an interceptor from the stack
25
+ *
26
+ * @param {Number} id The ID that was returned by `use`
27
+ *
28
+ * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
29
+ */
30
+ eject(s) {
31
+ this.handlers[s] && (this.handlers[s] = null);
32
+ }
33
+ /**
34
+ * Clear all interceptors from the stack
35
+ *
36
+ * @returns {void}
37
+ */
38
+ clear() {
39
+ this.handlers && (this.handlers = []);
40
+ }
41
+ /**
42
+ * Iterate over all the registered interceptors
43
+ *
44
+ * This method is particularly useful for skipping over any
45
+ * interceptors that may have become `null` calling `eject`.
46
+ *
47
+ * @param {Function} fn The function to call for each interceptor
48
+ *
49
+ * @returns {void}
50
+ */
51
+ forEach(s) {
52
+ n.forEach(this.handlers, function(r) {
53
+ r !== null && s(r);
54
+ });
55
+ }
29
56
  }
30
57
  export {
31
- q as default
58
+ a as default
32
59
  };
package/dist/index137.mjs CHANGED
@@ -1,10 +1,32 @@
1
1
  'use client';
2
- import r from "./index238.mjs";
3
- import f from "./index239.mjs";
4
- function u(l, i, t) {
5
- let o = !r(i);
6
- return l && (o || t == !1) ? f(l, i) : i;
2
+ import r from "./index237.mjs";
3
+ import p from "./index84.mjs";
4
+ import l from "./index80.mjs";
5
+ import m from "./index82.mjs";
6
+ import a from "./index90.mjs";
7
+ import o from "./index91.mjs";
8
+ function d(e) {
9
+ if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
10
+ throw new m(null, e);
11
+ }
12
+ function q(e) {
13
+ return d(e), e.headers = a.from(e.headers), e.data = r.call(
14
+ e,
15
+ e.transformRequest
16
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), o.getAdapter(e.adapter || l.adapter, e)(e).then(function(t) {
17
+ return d(e), t.data = r.call(
18
+ e,
19
+ e.transformResponse,
20
+ t
21
+ ), t.headers = a.from(t.headers), t;
22
+ }, function(t) {
23
+ return p(t) || (d(e), t && t.response && (t.response.data = r.call(
24
+ e,
25
+ e.transformResponse,
26
+ t.response
27
+ ), t.response.headers = a.from(t.response.headers))), Promise.reject(t);
28
+ });
7
29
  }
8
30
  export {
9
- u as default
31
+ q as default
10
32
  };
package/dist/index138.mjs CHANGED
@@ -1,55 +1,10 @@
1
1
  'use client';
2
- import { VERSION as w } from "./index85.mjs";
3
- import s from "./index87.mjs";
4
- const l = {};
5
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((n, t) => {
6
- l[n] = function(o) {
7
- return typeof o === n || "a" + (t < 1 ? "n " : " ") + n;
8
- };
9
- });
10
- const f = {};
11
- l.transitional = function(t, i, o) {
12
- function a(r, e) {
13
- return "[Axios v" + w + "] Transitional option '" + r + "'" + e + (o ? ". " + o : "");
14
- }
15
- return (r, e, u) => {
16
- if (t === !1)
17
- throw new s(
18
- a(e, " has been removed" + (i ? " in " + i : "")),
19
- s.ERR_DEPRECATED
20
- );
21
- return i && !f[e] && (f[e] = !0, console.warn(
22
- a(
23
- e,
24
- " has been deprecated since v" + i + " and will be removed in the near future"
25
- )
26
- )), t ? t(r, e, u) : !0;
27
- };
28
- };
29
- l.spelling = function(t) {
30
- return (i, o) => (console.warn(`${o} is likely a misspelling of ${t}`), !0);
31
- };
32
- function b(n, t, i) {
33
- if (typeof n != "object")
34
- throw new s("options must be an object", s.ERR_BAD_OPTION_VALUE);
35
- const o = Object.keys(n);
36
- let a = o.length;
37
- for (; a-- > 0; ) {
38
- const r = o[a], e = t[r];
39
- if (e) {
40
- const u = n[r], c = u === void 0 || e(u, r, n);
41
- if (c !== !0)
42
- throw new s("option " + r + " must be " + c, s.ERR_BAD_OPTION_VALUE);
43
- continue;
44
- }
45
- if (i !== !0)
46
- throw new s("Unknown option " + r, s.ERR_BAD_OPTION);
47
- }
2
+ import r from "./index238.mjs";
3
+ import f from "./index239.mjs";
4
+ function u(l, i, t) {
5
+ let o = !r(i);
6
+ return l && (o || t == !1) ? f(l, i) : i;
48
7
  }
49
- const m = {
50
- assertOptions: b,
51
- validators: l
52
- };
53
8
  export {
54
- m as default
9
+ u as default
55
10
  };
package/dist/index139.mjs CHANGED
@@ -1,9 +1,55 @@
1
1
  'use client';
2
- const r = {
3
- silentJSONParsing: !0,
4
- forcedJSONParsing: !0,
5
- clarifyTimeoutError: !1
2
+ import { VERSION as w } from "./index85.mjs";
3
+ import s from "./index87.mjs";
4
+ const l = {};
5
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach((n, t) => {
6
+ l[n] = function(o) {
7
+ return typeof o === n || "a" + (t < 1 ? "n " : " ") + n;
8
+ };
9
+ });
10
+ const f = {};
11
+ l.transitional = function(t, i, o) {
12
+ function a(r, e) {
13
+ return "[Axios v" + w + "] Transitional option '" + r + "'" + e + (o ? ". " + o : "");
14
+ }
15
+ return (r, e, u) => {
16
+ if (t === !1)
17
+ throw new s(
18
+ a(e, " has been removed" + (i ? " in " + i : "")),
19
+ s.ERR_DEPRECATED
20
+ );
21
+ return i && !f[e] && (f[e] = !0, console.warn(
22
+ a(
23
+ e,
24
+ " has been deprecated since v" + i + " and will be removed in the near future"
25
+ )
26
+ )), t ? t(r, e, u) : !0;
27
+ };
28
+ };
29
+ l.spelling = function(t) {
30
+ return (i, o) => (console.warn(`${o} is likely a misspelling of ${t}`), !0);
31
+ };
32
+ function b(n, t, i) {
33
+ if (typeof n != "object")
34
+ throw new s("options must be an object", s.ERR_BAD_OPTION_VALUE);
35
+ const o = Object.keys(n);
36
+ let a = o.length;
37
+ for (; a-- > 0; ) {
38
+ const r = o[a], e = t[r];
39
+ if (e) {
40
+ const u = n[r], c = u === void 0 || e(u, r, n);
41
+ if (c !== !0)
42
+ throw new s("option " + r + " must be " + c, s.ERR_BAD_OPTION_VALUE);
43
+ continue;
44
+ }
45
+ if (i !== !0)
46
+ throw new s("Unknown option " + r, s.ERR_BAD_OPTION);
47
+ }
48
+ }
49
+ const m = {
50
+ assertOptions: b,
51
+ validators: l
6
52
  };
7
53
  export {
8
- r as default
54
+ m as default
9
55
  };
package/dist/index140.mjs CHANGED
@@ -1,15 +1,9 @@
1
1
  'use client';
2
- import s from "./index76.mjs";
3
- import f from "./index86.mjs";
4
- import r from "./index141.mjs";
5
- function d(o, i) {
6
- return f(o, new r.classes.URLSearchParams(), {
7
- visitor: function(t, a, n, e) {
8
- return r.isNode && s.isBuffer(t) ? (this.append(a, t.toString("base64")), !1) : e.defaultVisitor.apply(this, arguments);
9
- },
10
- ...i
11
- });
12
- }
2
+ const r = {
3
+ silentJSONParsing: !0,
4
+ forcedJSONParsing: !0,
5
+ clarifyTimeoutError: !1
6
+ };
13
7
  export {
14
- d as default
8
+ r as default
15
9
  };
package/dist/index141.mjs CHANGED
@@ -1,10 +1,15 @@
1
1
  'use client';
2
- import o from "./index240.mjs";
3
- import * as t from "./index241.mjs";
4
- const m = {
5
- ...t,
6
- ...o
7
- };
2
+ import s from "./index76.mjs";
3
+ import f from "./index86.mjs";
4
+ import r from "./index142.mjs";
5
+ function d(o, i) {
6
+ return f(o, new r.classes.URLSearchParams(), {
7
+ visitor: function(t, a, n, e) {
8
+ return r.isNode && s.isBuffer(t) ? (this.append(a, t.toString("base64")), !1) : e.defaultVisitor.apply(this, arguments);
9
+ },
10
+ ...i
11
+ });
12
+ }
8
13
  export {
9
- m as default
14
+ d as default
10
15
  };
package/dist/index142.mjs CHANGED
@@ -1,31 +1,10 @@
1
1
  'use client';
2
- import n from "./index76.mjs";
3
- const a = n.toObjectSet([
4
- "age",
5
- "authorization",
6
- "content-length",
7
- "content-type",
8
- "etag",
9
- "expires",
10
- "from",
11
- "host",
12
- "if-modified-since",
13
- "if-unmodified-since",
14
- "last-modified",
15
- "location",
16
- "max-forwards",
17
- "proxy-authorization",
18
- "referer",
19
- "retry-after",
20
- "user-agent"
21
- ]), u = (s) => {
22
- const t = {};
23
- let e, r, i;
24
- return s && s.split(`
25
- `).forEach(function(o) {
26
- i = o.indexOf(":"), e = o.substring(0, i).trim().toLowerCase(), r = o.substring(i + 1).trim(), !(!e || t[e] && a[e]) && (e === "set-cookie" ? t[e] ? t[e].push(r) : t[e] = [r] : t[e] = t[e] ? t[e] + ", " + r : r);
27
- }), t;
2
+ import o from "./index240.mjs";
3
+ import * as t from "./index241.mjs";
4
+ const m = {
5
+ ...t,
6
+ ...o
28
7
  };
29
8
  export {
30
- u as default
9
+ m as default
31
10
  };
package/dist/index143.mjs CHANGED
@@ -1,5 +1,31 @@
1
1
  'use client';
2
- const t = null;
2
+ import n from "./index76.mjs";
3
+ const a = n.toObjectSet([
4
+ "age",
5
+ "authorization",
6
+ "content-length",
7
+ "content-type",
8
+ "etag",
9
+ "expires",
10
+ "from",
11
+ "host",
12
+ "if-modified-since",
13
+ "if-unmodified-since",
14
+ "last-modified",
15
+ "location",
16
+ "max-forwards",
17
+ "proxy-authorization",
18
+ "referer",
19
+ "retry-after",
20
+ "user-agent"
21
+ ]), u = (s) => {
22
+ const t = {};
23
+ let e, r, i;
24
+ return s && s.split(`
25
+ `).forEach(function(o) {
26
+ i = o.indexOf(":"), e = o.substring(0, i).trim().toLowerCase(), r = o.substring(i + 1).trim(), !(!e || t[e] && a[e]) && (e === "set-cookie" ? t[e] ? t[e].push(r) : t[e] = [r] : t[e] = t[e] ? t[e] + ", " + r : r);
27
+ }), t;
28
+ };
3
29
  export {
4
- t as default
30
+ u as default
5
31
  };
package/dist/index144.mjs CHANGED
@@ -1,73 +1,5 @@
1
1
  'use client';
2
- import H from "./index76.mjs";
3
- import D from "./index242.mjs";
4
- import L from "./index139.mjs";
5
- import n from "./index87.mjs";
6
- import y from "./index82.mjs";
7
- import O from "./index243.mjs";
8
- import U from "./index141.mjs";
9
- import q from "./index90.mjs";
10
- import { progressEventReducer as A } from "./index244.mjs";
11
- import v from "./index245.mjs";
12
- const N = typeof XMLHttpRequest < "u", Q = N && function(s) {
13
- return new Promise(function(C, i) {
14
- const t = v(s);
15
- let E = t.data;
16
- const T = q.from(t.headers).normalize();
17
- let { responseType: d, onUploadProgress: R, onDownloadProgress: h } = t, l, g, w, u, f;
18
- function x() {
19
- u && u(), f && f(), t.cancelToken && t.cancelToken.unsubscribe(l), t.signal && t.signal.removeEventListener("abort", l);
20
- }
21
- let e = new XMLHttpRequest();
22
- e.open(t.method.toUpperCase(), t.url, !0), e.timeout = t.timeout;
23
- function b() {
24
- if (!e)
25
- return;
26
- const o = q.from(
27
- "getAllResponseHeaders" in e && e.getAllResponseHeaders()
28
- ), a = {
29
- data: !d || d === "text" || d === "json" ? e.responseText : e.response,
30
- status: e.status,
31
- statusText: e.statusText,
32
- headers: o,
33
- config: s,
34
- request: e
35
- };
36
- D(function(c) {
37
- C(c), x();
38
- }, function(c) {
39
- i(c), x();
40
- }, a), e = null;
41
- }
42
- "onloadend" in e ? e.onloadend = b : e.onreadystatechange = function() {
43
- !e || e.readyState !== 4 || e.status === 0 && !(e.responseURL && e.responseURL.indexOf("file:") === 0) || setTimeout(b);
44
- }, e.onabort = function() {
45
- e && (i(new n("Request aborted", n.ECONNABORTED, s, e)), e = null);
46
- }, e.onerror = function(r) {
47
- const a = r && r.message ? r.message : "Network Error", p = new n(a, n.ERR_NETWORK, s, e);
48
- p.event = r || null, i(p), e = null;
49
- }, e.ontimeout = function() {
50
- let r = t.timeout ? "timeout of " + t.timeout + "ms exceeded" : "timeout exceeded";
51
- const a = t.transitional || L;
52
- t.timeoutErrorMessage && (r = t.timeoutErrorMessage), i(new n(
53
- r,
54
- a.clarifyTimeoutError ? n.ETIMEDOUT : n.ECONNABORTED,
55
- s,
56
- e
57
- )), e = null;
58
- }, E === void 0 && T.setContentType(null), "setRequestHeader" in e && H.forEach(T.toJSON(), function(r, a) {
59
- e.setRequestHeader(a, r);
60
- }), H.isUndefined(t.withCredentials) || (e.withCredentials = !!t.withCredentials), d && d !== "json" && (e.responseType = t.responseType), h && ([w, f] = A(h, !0), e.addEventListener("progress", w)), R && e.upload && ([g, u] = A(R), e.upload.addEventListener("progress", g), e.upload.addEventListener("loadend", u)), (t.cancelToken || t.signal) && (l = (o) => {
61
- e && (i(!o || o.type ? new y(null, s, e) : o), e.abort(), e = null);
62
- }, t.cancelToken && t.cancelToken.subscribe(l), t.signal && (t.signal.aborted ? l() : t.signal.addEventListener("abort", l)));
63
- const m = O(t.url);
64
- if (m && U.protocols.indexOf(m) === -1) {
65
- i(new n("Unsupported protocol " + m + ":", n.ERR_BAD_REQUEST, s));
66
- return;
67
- }
68
- e.send(E || null);
69
- });
70
- };
2
+ const t = null;
71
3
  export {
72
- Q as default
4
+ t as default
73
5
  };