@das-fed/utils 6.4.0-test.1 → 6.4.0-test.11

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 (103) hide show
  1. package/api-services/i18n/index.d.ts +63 -0
  2. package/api-services/i18n/index.js +25 -0
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.js +1738 -1364
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +1957 -1613
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +1957 -1613
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +1960 -1616
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +1957 -1613
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +1945 -1601
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +1957 -1613
  17. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  18. package/api-services/modules/file/index.d.ts +1 -0
  19. package/api-services/modules/file/index.js +3292 -154
  20. package/api-services/modules/file/index.js.gz +0 -0
  21. package/api-services/modules/gateway-edge/index.js +1957 -1613
  22. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  23. package/api-services/modules/index.js +1725 -1374
  24. package/api-services/modules/index.js.gz +0 -0
  25. package/api-services/modules/iot/index.d.ts +1 -0
  26. package/api-services/modules/iot/index.js +1970 -1625
  27. package/api-services/modules/iot/index.js.gz +0 -0
  28. package/api-services/modules/justauth/index.js +1943 -1599
  29. package/api-services/modules/justauth/index.js.gz +0 -0
  30. package/api-services/modules/knowledge/index.js +1957 -1613
  31. package/api-services/modules/knowledge/index.js.gz +0 -0
  32. package/api-services/modules/link/index.js +1957 -1613
  33. package/api-services/modules/link/index.js.gz +0 -0
  34. package/api-services/modules/permission/index.js +1957 -1613
  35. package/api-services/modules/permission/index.js.gz +0 -0
  36. package/api-services/modules/platformManage/index.js +1963 -1619
  37. package/api-services/modules/platformManage/index.js.gz +0 -0
  38. package/api-services/modules/portal/index.js +1942 -1598
  39. package/api-services/modules/portal/index.js.gz +0 -0
  40. package/api-services/modules/space-manage/index.js +1957 -1613
  41. package/api-services/modules/space-manage/index.js.gz +0 -0
  42. package/api-services/modules/super-admin/index.js +1945 -1601
  43. package/api-services/modules/super-admin/index.js.gz +0 -0
  44. package/api-services/modules/supplier/index.js +1944 -1600
  45. package/api-services/modules/supplier/index.js.gz +0 -0
  46. package/api-services/modules/supplychain-manage/index.js +1942 -1598
  47. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  48. package/api-services/modules/systemConfiguration/index.js +1957 -1613
  49. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  50. package/api-services/modules/tool/index.js +1957 -1613
  51. package/api-services/modules/tool/index.js.gz +0 -0
  52. package/api-services/src/create-service/index.js +1941 -1597
  53. package/api-services/src/create-service/index.js.gz +0 -0
  54. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  55. package/common-info/index.d.ts +9 -3
  56. package/common-info/index.js +110 -55
  57. package/common-info/index.js.gz +0 -0
  58. package/common-info/set-personal-info/index.js +850 -579
  59. package/common-info/set-personal-info/index.js.gz +0 -0
  60. package/common-info/type.d.ts +214 -104
  61. package/common-tools/calc-text-width/index.d.ts +1 -0
  62. package/common-tools/calc-text-width/index.js +10 -0
  63. package/common-tools/extract-file-name/index.d.ts +1 -0
  64. package/common-tools/extract-file-name/index.js +1716 -0
  65. package/common-tools/extract-file-name/index.js.gz +0 -0
  66. package/common-tools/get-url-params/index.js.gz +0 -0
  67. package/common-tools/index.d.ts +3 -0
  68. package/common-tools/index.js +3 -0
  69. package/common-tools/setHtmlMinWH/index.js +4 -8
  70. package/common-tools/update-browser-title/index.d.ts +1 -0
  71. package/common-tools/update-browser-title/index.js +12 -0
  72. package/common-tools/update-fav-icon/index.js +15 -14
  73. package/create-api-service/i18n/index.d.ts +33 -0
  74. package/create-api-service/i18n/index.js +15 -0
  75. package/create-api-service/index.js +1941 -1597
  76. package/create-api-service/index.js.gz +0 -0
  77. package/create-api-service/sso/index.d.ts +0 -2
  78. package/create-api-service/sso/index.js +1198 -835
  79. package/create-api-service/sso/index.js.gz +0 -0
  80. package/curring-http/index.js +1364 -1097
  81. package/curring-http/index.js.gz +0 -0
  82. package/curring-http/type.d.ts +87 -87
  83. package/directive/auth/index.js.gz +0 -0
  84. package/directive/hoverInside/index.d.ts +1 -1
  85. package/dom-check-in/index.js +2 -2
  86. package/esm-map.json +7 -2
  87. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  88. package/hooks/popup-manager/use-zindex/index.js +7 -20
  89. package/hooks/use-get-auth/index.js.gz +0 -0
  90. package/nextTiken/index.js.gz +0 -0
  91. package/package.json +4 -4
  92. package/pinyin-first-character/index.js +19804 -20879
  93. package/pinyin-first-character/index.js.gz +0 -0
  94. package/style/index.js +4 -2
  95. package/style/index.js.gz +0 -0
  96. package/token-tools/index.d.ts +6 -6
  97. package/token-tools/index.js +8 -84
  98. package/use-low-code/index.js +11 -11
  99. package/use-low-code/index.js.gz +0 -0
  100. package/use-low-code/style.css +1 -1
  101. package/webSocket-service/index.js.gz +0 -0
  102. package/webSocket-service/type.d.ts +28 -28
  103. package/token-tools/index.js.gz +0 -0
@@ -1,37 +1,37 @@
1
- import { getProjectInfo as Le } from "@das-fed/utils/common-info";
2
- import { getConfig as Ue } from "@das-fed/utils/config";
3
- function de(e, t) {
1
+ import { getProjectInfo as Ze } from "@das-fed/utils/common-info";
2
+ import { getConfig as Ye } from "@das-fed/utils/config";
3
+ function Ne(e, t) {
4
4
  return function() {
5
5
  return e.apply(t, arguments);
6
6
  };
7
7
  }
8
- const { toString: je } = Object.prototype, { getPrototypeOf: Q } = Object, I = /* @__PURE__ */ ((e) => (t) => {
9
- const n = je.call(t);
8
+ const { toString: et } = Object.prototype, { getPrototypeOf: ce } = Object, $ = /* @__PURE__ */ ((e) => (t) => {
9
+ const n = et.call(t);
10
10
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
11
- })(/* @__PURE__ */ Object.create(null)), T = (e) => (e = e.toLowerCase(), (t) => I(t) === e), H = (e) => (t) => typeof t === e, { isArray: F } = Array, B = H("undefined");
12
- function ke(e) {
13
- return e !== null && !B(e) && e.constructor !== null && !B(e.constructor) && R(e.constructor.isBuffer) && e.constructor.isBuffer(e);
11
+ })(/* @__PURE__ */ Object.create(null)), C = (e) => (e = e.toLowerCase(), (t) => $(t) === e), W = (e) => (t) => typeof t === e, { isArray: U } = Array, q = W("undefined");
12
+ function tt(e) {
13
+ return e !== null && !q(e) && e.constructor !== null && !q(e.constructor) && x(e.constructor.isBuffer) && e.constructor.isBuffer(e);
14
14
  }
15
- const pe = T("ArrayBuffer");
16
- function Ie(e) {
15
+ const Pe = C("ArrayBuffer");
16
+ function nt(e) {
17
17
  let t;
18
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && pe(e.buffer), t;
18
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Pe(e.buffer), t;
19
19
  }
20
- const He = H("string"), R = H("function"), he = H("number"), q = (e) => e !== null && typeof e == "object", qe = (e) => e === !0 || e === !1, j = (e) => {
21
- if (I(e) !== "object")
20
+ const rt = W("string"), x = W("function"), _e = W("number"), K = (e) => e !== null && typeof e == "object", st = (e) => e === !0 || e === !1, z = (e) => {
21
+ if ($(e) !== "object")
22
22
  return !1;
23
- const t = Q(e);
23
+ const t = ce(e);
24
24
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
25
- }, Me = T("Date"), ze = T("File"), Je = T("Blob"), Ve = T("FileList"), We = (e) => q(e) && R(e.pipe), $e = (e) => {
25
+ }, ot = C("Date"), it = C("File"), at = C("Blob"), ct = C("FileList"), ut = (e) => K(e) && x(e.pipe), lt = (e) => {
26
26
  let t;
27
- return e && (typeof FormData == "function" && e instanceof FormData || R(e.append) && ((t = I(e)) === "formdata" || // detect form-data instance
28
- t === "object" && R(e.toString) && e.toString() === "[object FormData]"));
29
- }, Ke = T("URLSearchParams"), Ge = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
30
- function D(e, t, { allOwnKeys: n = !1 } = {}) {
27
+ return e && (typeof FormData == "function" && e instanceof FormData || x(e.append) && ((t = $(e)) === "formdata" || // detect form-data instance
28
+ t === "object" && x(e.toString) && e.toString() === "[object FormData]"));
29
+ }, ft = C("URLSearchParams"), [dt, pt, ht, mt] = ["ReadableStream", "Request", "Response", "Headers"].map(C), yt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
30
+ function I(e, t, { allOwnKeys: n = !1 } = {}) {
31
31
  if (e === null || typeof e > "u")
32
32
  return;
33
33
  let r, s;
34
- if (typeof e != "object" && (e = [e]), F(e))
34
+ if (typeof e != "object" && (e = [e]), U(e))
35
35
  for (r = 0, s = e.length; r < s; r++)
36
36
  t.call(null, e[r], r, e);
37
37
  else {
@@ -41,7 +41,7 @@ function D(e, t, { allOwnKeys: n = !1 } = {}) {
41
41
  c = o[r], t.call(null, e[c], c, e);
42
42
  }
43
43
  }
44
- function me(e, t) {
44
+ function Fe(e, t) {
45
45
  t = t.toLowerCase();
46
46
  const n = Object.keys(e);
47
47
  let r = n.length, s;
@@ -50,75 +50,75 @@ function me(e, t) {
50
50
  return s;
51
51
  return null;
52
52
  }
53
- const ye = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Ee = (e) => !B(e) && e !== ye;
54
- function $() {
55
- const { caseless: e } = Ee(this) && this || {}, t = {}, n = (r, s) => {
56
- const o = e && me(t, s) || s;
57
- j(t[o]) && j(r) ? t[o] = $(t[o], r) : j(r) ? t[o] = $({}, r) : F(r) ? t[o] = r.slice() : t[o] = r;
53
+ const L = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Le = (e) => !q(e) && e !== L;
54
+ function te() {
55
+ const { caseless: e } = Le(this) && this || {}, t = {}, n = (r, s) => {
56
+ const o = e && Fe(t, s) || s;
57
+ z(t[o]) && z(r) ? t[o] = te(t[o], r) : z(r) ? t[o] = te({}, r) : U(r) ? t[o] = r.slice() : t[o] = r;
58
58
  };
59
59
  for (let r = 0, s = arguments.length; r < s; r++)
60
- arguments[r] && D(arguments[r], n);
60
+ arguments[r] && I(arguments[r], n);
61
61
  return t;
62
62
  }
63
- const Xe = (e, t, n, { allOwnKeys: r } = {}) => (D(t, (s, o) => {
64
- n && R(s) ? e[o] = de(s, n) : e[o] = s;
65
- }, { allOwnKeys: r }), e), ve = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Qe = (e, t, n, r) => {
63
+ const bt = (e, t, n, { allOwnKeys: r } = {}) => (I(t, (s, o) => {
64
+ n && x(s) ? e[o] = Ne(s, n) : e[o] = s;
65
+ }, { allOwnKeys: r }), e), wt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Et = (e, t, n, r) => {
66
66
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
67
67
  value: t.prototype
68
68
  }), n && Object.assign(e.prototype, n);
69
- }, Ze = (e, t, n, r) => {
69
+ }, gt = (e, t, n, r) => {
70
70
  let s, o, i;
71
71
  const c = {};
72
72
  if (t = t || {}, e == null) return t;
73
73
  do {
74
74
  for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
75
75
  i = s[o], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
76
- e = n !== !1 && Q(e);
76
+ e = n !== !1 && ce(e);
77
77
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
78
78
  return t;
79
- }, Ye = (e, t, n) => {
79
+ }, Rt = (e, t, n) => {
80
80
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
81
81
  const r = e.indexOf(t, n);
82
82
  return r !== -1 && r === n;
83
- }, et = (e) => {
83
+ }, St = (e) => {
84
84
  if (!e) return null;
85
- if (F(e)) return e;
85
+ if (U(e)) return e;
86
86
  let t = e.length;
87
- if (!he(t)) return null;
87
+ if (!_e(t)) return null;
88
88
  const n = new Array(t);
89
89
  for (; t-- > 0; )
90
90
  n[t] = e[t];
91
91
  return n;
92
- }, tt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Q(Uint8Array)), nt = (e, t) => {
92
+ }, Ot = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ce(Uint8Array)), Tt = (e, t) => {
93
93
  const r = (e && e[Symbol.iterator]).call(e);
94
94
  let s;
95
95
  for (; (s = r.next()) && !s.done; ) {
96
96
  const o = s.value;
97
97
  t.call(e, o[0], o[1]);
98
98
  }
99
- }, rt = (e, t) => {
99
+ }, At = (e, t) => {
100
100
  let n;
101
101
  const r = [];
102
102
  for (; (n = e.exec(t)) !== null; )
103
103
  r.push(n);
104
104
  return r;
105
- }, st = T("HTMLFormElement"), ot = (e) => e.toLowerCase().replace(
105
+ }, xt = C("HTMLFormElement"), Ct = (e) => e.toLowerCase().replace(
106
106
  /[-_\s]([a-z\d])(\w*)/g,
107
107
  function(n, r, s) {
108
108
  return r.toUpperCase() + s;
109
109
  }
110
- ), te = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), it = T("RegExp"), we = (e, t) => {
110
+ ), he = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Nt = C("RegExp"), Be = (e, t) => {
111
111
  const n = Object.getOwnPropertyDescriptors(e), r = {};
112
- D(n, (s, o) => {
112
+ I(n, (s, o) => {
113
113
  let i;
114
114
  (i = t(s, o, e)) !== !1 && (r[o] = i || s);
115
115
  }), Object.defineProperties(e, r);
116
- }, at = (e) => {
117
- we(e, (t, n) => {
118
- if (R(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
116
+ }, Pt = (e) => {
117
+ Be(e, (t, n) => {
118
+ if (x(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
119
119
  return !1;
120
120
  const r = e[n];
121
- if (R(r)) {
121
+ if (x(r)) {
122
122
  if (t.enumerable = !1, "writable" in t) {
123
123
  t.writable = !1;
124
124
  return;
@@ -128,101 +128,114 @@ const Xe = (e, t, n, { allOwnKeys: r } = {}) => (D(t, (s, o) => {
128
128
  });
129
129
  }
130
130
  });
131
- }, ct = (e, t) => {
131
+ }, _t = (e, t) => {
132
132
  const n = {}, r = (s) => {
133
133
  s.forEach((o) => {
134
134
  n[o] = !0;
135
135
  });
136
136
  };
137
- return F(e) ? r(e) : r(String(e).split(t)), n;
138
- }, ut = () => {
139
- }, lt = (e, t) => (e = +e, Number.isFinite(e) ? e : t), z = "abcdefghijklmnopqrstuvwxyz", ne = "0123456789", be = {
140
- DIGIT: ne,
141
- ALPHA: z,
142
- ALPHA_DIGIT: z + z.toUpperCase() + ne
143
- }, ft = (e = 16, t = be.ALPHA_DIGIT) => {
137
+ return U(e) ? r(e) : r(String(e).split(t)), n;
138
+ }, Ft = () => {
139
+ }, Lt = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Q = "abcdefghijklmnopqrstuvwxyz", me = "0123456789", De = {
140
+ DIGIT: me,
141
+ ALPHA: Q,
142
+ ALPHA_DIGIT: Q + Q.toUpperCase() + me
143
+ }, Bt = (e = 16, t = De.ALPHA_DIGIT) => {
144
144
  let n = "";
145
145
  const { length: r } = t;
146
146
  for (; e--; )
147
147
  n += t[Math.random() * r | 0];
148
148
  return n;
149
149
  };
150
- function dt(e) {
151
- return !!(e && R(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
150
+ function Dt(e) {
151
+ return !!(e && x(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
152
152
  }
153
- const pt = (e) => {
153
+ const Ut = (e) => {
154
154
  const t = new Array(10), n = (r, s) => {
155
- if (q(r)) {
155
+ if (K(r)) {
156
156
  if (t.indexOf(r) >= 0)
157
157
  return;
158
158
  if (!("toJSON" in r)) {
159
159
  t[s] = r;
160
- const o = F(r) ? [] : {};
161
- return D(r, (i, c) => {
162
- const p = n(i, s + 1);
163
- !B(p) && (o[c] = p);
160
+ const o = U(r) ? [] : {};
161
+ return I(r, (i, c) => {
162
+ const f = n(i, s + 1);
163
+ !q(f) && (o[c] = f);
164
164
  }), t[s] = void 0, o;
165
165
  }
166
166
  }
167
167
  return r;
168
168
  };
169
169
  return n(e, 0);
170
- }, ht = T("AsyncFunction"), mt = (e) => e && (q(e) || R(e)) && R(e.then) && R(e.catch), a = {
171
- isArray: F,
172
- isArrayBuffer: pe,
173
- isBuffer: ke,
174
- isFormData: $e,
175
- isArrayBufferView: Ie,
176
- isString: He,
177
- isNumber: he,
178
- isBoolean: qe,
179
- isObject: q,
180
- isPlainObject: j,
181
- isUndefined: B,
182
- isDate: Me,
183
- isFile: ze,
184
- isBlob: Je,
185
- isRegExp: it,
186
- isFunction: R,
187
- isStream: We,
188
- isURLSearchParams: Ke,
189
- isTypedArray: tt,
190
- isFileList: Ve,
191
- forEach: D,
192
- merge: $,
193
- extend: Xe,
194
- trim: Ge,
195
- stripBOM: ve,
196
- inherits: Qe,
197
- toFlatObject: Ze,
198
- kindOf: I,
199
- kindOfTest: T,
200
- endsWith: Ye,
201
- toArray: et,
202
- forEachEntry: nt,
203
- matchAll: rt,
204
- isHTMLForm: st,
205
- hasOwnProperty: te,
206
- hasOwnProp: te,
170
+ }, kt = C("AsyncFunction"), jt = (e) => e && (K(e) || x(e)) && x(e.then) && x(e.catch), Ue = ((e, t) => e ? setImmediate : t ? ((n, r) => (L.addEventListener("message", ({ source: s, data: o }) => {
171
+ s === L && o === n && r.length && r.shift()();
172
+ }, !1), (s) => {
173
+ r.push(s), L.postMessage(n, "*");
174
+ }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
175
+ typeof setImmediate == "function",
176
+ x(L.postMessage)
177
+ ), qt = typeof queueMicrotask < "u" ? queueMicrotask.bind(L) : typeof process < "u" && process.nextTick || Ue, a = {
178
+ isArray: U,
179
+ isArrayBuffer: Pe,
180
+ isBuffer: tt,
181
+ isFormData: lt,
182
+ isArrayBufferView: nt,
183
+ isString: rt,
184
+ isNumber: _e,
185
+ isBoolean: st,
186
+ isObject: K,
187
+ isPlainObject: z,
188
+ isReadableStream: dt,
189
+ isRequest: pt,
190
+ isResponse: ht,
191
+ isHeaders: mt,
192
+ isUndefined: q,
193
+ isDate: ot,
194
+ isFile: it,
195
+ isBlob: at,
196
+ isRegExp: Nt,
197
+ isFunction: x,
198
+ isStream: ut,
199
+ isURLSearchParams: ft,
200
+ isTypedArray: Ot,
201
+ isFileList: ct,
202
+ forEach: I,
203
+ merge: te,
204
+ extend: bt,
205
+ trim: yt,
206
+ stripBOM: wt,
207
+ inherits: Et,
208
+ toFlatObject: gt,
209
+ kindOf: $,
210
+ kindOfTest: C,
211
+ endsWith: Rt,
212
+ toArray: St,
213
+ forEachEntry: Tt,
214
+ matchAll: At,
215
+ isHTMLForm: xt,
216
+ hasOwnProperty: he,
217
+ hasOwnProp: he,
207
218
  // an alias to avoid ESLint no-prototype-builtins detection
208
- reduceDescriptors: we,
209
- freezeMethods: at,
210
- toObjectSet: ct,
211
- toCamelCase: ot,
212
- noop: ut,
213
- toFiniteNumber: lt,
214
- findKey: me,
215
- global: ye,
216
- isContextDefined: Ee,
217
- ALPHABET: be,
218
- generateString: ft,
219
- isSpecCompliantForm: dt,
220
- toJSONObject: pt,
221
- isAsyncFn: ht,
222
- isThenable: mt
219
+ reduceDescriptors: Be,
220
+ freezeMethods: Pt,
221
+ toObjectSet: _t,
222
+ toCamelCase: Ct,
223
+ noop: Ft,
224
+ toFiniteNumber: Lt,
225
+ findKey: Fe,
226
+ global: L,
227
+ isContextDefined: Le,
228
+ ALPHABET: De,
229
+ generateString: Bt,
230
+ isSpecCompliantForm: Dt,
231
+ toJSONObject: Ut,
232
+ isAsyncFn: kt,
233
+ isThenable: jt,
234
+ setImmediate: Ue,
235
+ asap: qt
223
236
  };
224
237
  function m(e, t, n, r, s) {
225
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s);
238
+ Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s, this.status = s.status ? s.status : null);
226
239
  }
227
240
  a.inherits(m, Error, {
228
241
  toJSON: function() {
@@ -241,11 +254,11 @@ a.inherits(m, Error, {
241
254
  // Axios
242
255
  config: a.toJSONObject(this.config),
243
256
  code: this.code,
244
- status: this.response && this.response.status ? this.response.status : null
257
+ status: this.status
245
258
  };
246
259
  }
247
260
  });
248
- const Se = m.prototype, Re = {};
261
+ const ke = m.prototype, je = {};
249
262
  [
250
263
  "ERR_BAD_OPTION_VALUE",
251
264
  "ERR_BAD_OPTION",
@@ -261,96 +274,96 @@ const Se = m.prototype, Re = {};
261
274
  "ERR_INVALID_URL"
262
275
  // eslint-disable-next-line func-names
263
276
  ].forEach((e) => {
264
- Re[e] = { value: e };
277
+ je[e] = { value: e };
265
278
  });
266
- Object.defineProperties(m, Re);
267
- Object.defineProperty(Se, "isAxiosError", { value: !0 });
279
+ Object.defineProperties(m, je);
280
+ Object.defineProperty(ke, "isAxiosError", { value: !0 });
268
281
  m.from = (e, t, n, r, s, o) => {
269
- const i = Object.create(Se);
270
- return a.toFlatObject(e, i, function(p) {
271
- return p !== Error.prototype;
282
+ const i = Object.create(ke);
283
+ return a.toFlatObject(e, i, function(f) {
284
+ return f !== Error.prototype;
272
285
  }, (c) => c !== "isAxiosError"), m.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
273
286
  };
274
- const yt = null;
275
- function K(e) {
287
+ const It = null;
288
+ function ne(e) {
276
289
  return a.isPlainObject(e) || a.isArray(e);
277
290
  }
278
- function Oe(e) {
291
+ function qe(e) {
279
292
  return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
280
293
  }
281
- function re(e, t, n) {
294
+ function ye(e, t, n) {
282
295
  return e ? e.concat(t).map(function(s, o) {
283
- return s = Oe(s), !n && o ? "[" + s + "]" : s;
296
+ return s = qe(s), !n && o ? "[" + s + "]" : s;
284
297
  }).join(n ? "." : "") : t;
285
298
  }
286
- function Et(e) {
287
- return a.isArray(e) && !e.some(K);
299
+ function Ht(e) {
300
+ return a.isArray(e) && !e.some(ne);
288
301
  }
289
- const wt = a.toFlatObject(a, {}, null, function(t) {
302
+ const Mt = a.toFlatObject(a, {}, null, function(t) {
290
303
  return /^is[A-Z]/.test(t);
291
304
  });
292
- function M(e, t, n) {
305
+ function G(e, t, n) {
293
306
  if (!a.isObject(e))
294
307
  throw new TypeError("target must be an object");
295
308
  t = t || new FormData(), n = a.toFlatObject(n, {
296
309
  metaTokens: !0,
297
310
  dots: !1,
298
311
  indexes: !1
299
- }, !1, function(d, w) {
300
- return !a.isUndefined(w[d]);
312
+ }, !1, function(y, h) {
313
+ return !a.isUndefined(h[y]);
301
314
  });
302
- const r = n.metaTokens, s = n.visitor || l, o = n.dots, i = n.indexes, p = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
315
+ const r = n.metaTokens, s = n.visitor || l, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
303
316
  if (!a.isFunction(s))
304
317
  throw new TypeError("visitor must be a function");
305
- function h(f) {
306
- if (f === null) return "";
307
- if (a.isDate(f))
308
- return f.toISOString();
309
- if (!p && a.isBlob(f))
318
+ function u(p) {
319
+ if (p === null) return "";
320
+ if (a.isDate(p))
321
+ return p.toISOString();
322
+ if (!f && a.isBlob(p))
310
323
  throw new m("Blob is not supported. Use a Buffer instead.");
311
- return a.isArrayBuffer(f) || a.isTypedArray(f) ? p && typeof Blob == "function" ? new Blob([f]) : Buffer.from(f) : f;
324
+ return a.isArrayBuffer(p) || a.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
312
325
  }
313
- function l(f, d, w) {
314
- let b = f;
315
- if (f && !w && typeof f == "object") {
316
- if (a.endsWith(d, "{}"))
317
- d = r ? d : d.slice(0, -2), f = JSON.stringify(f);
318
- else if (a.isArray(f) && Et(f) || (a.isFileList(f) || a.endsWith(d, "[]")) && (b = a.toArray(f)))
319
- return d = Oe(d), b.forEach(function(N, De) {
320
- !(a.isUndefined(N) || N === null) && t.append(
326
+ function l(p, y, h) {
327
+ let w = p;
328
+ if (p && !h && typeof p == "object") {
329
+ if (a.endsWith(y, "{}"))
330
+ y = r ? y : y.slice(0, -2), p = JSON.stringify(p);
331
+ else if (a.isArray(p) && Ht(p) || (a.isFileList(p) || a.endsWith(y, "[]")) && (w = a.toArray(p)))
332
+ return y = qe(y), w.forEach(function(S, N) {
333
+ !(a.isUndefined(S) || S === null) && t.append(
321
334
  // eslint-disable-next-line no-nested-ternary
322
- i === !0 ? re([d], De, o) : i === null ? d : d + "[]",
323
- h(N)
335
+ i === !0 ? ye([y], N, o) : i === null ? y : y + "[]",
336
+ u(S)
324
337
  );
325
338
  }), !1;
326
339
  }
327
- return K(f) ? !0 : (t.append(re(w, d, o), h(f)), !1);
340
+ return ne(p) ? !0 : (t.append(ye(h, y, o), u(p)), !1);
328
341
  }
329
- const u = [], E = Object.assign(wt, {
342
+ const d = [], b = Object.assign(Mt, {
330
343
  defaultVisitor: l,
331
- convertValue: h,
332
- isVisitable: K
344
+ convertValue: u,
345
+ isVisitable: ne
333
346
  });
334
- function S(f, d) {
335
- if (!a.isUndefined(f)) {
336
- if (u.indexOf(f) !== -1)
337
- throw Error("Circular reference detected in " + d.join("."));
338
- u.push(f), a.forEach(f, function(b, g) {
339
- (!(a.isUndefined(b) || b === null) && s.call(
347
+ function g(p, y) {
348
+ if (!a.isUndefined(p)) {
349
+ if (d.indexOf(p) !== -1)
350
+ throw Error("Circular reference detected in " + y.join("."));
351
+ d.push(p), a.forEach(p, function(w, R) {
352
+ (!(a.isUndefined(w) || w === null) && s.call(
340
353
  t,
341
- b,
342
- a.isString(g) ? g.trim() : g,
343
- d,
344
- E
345
- )) === !0 && S(b, d ? d.concat(g) : [g]);
346
- }), u.pop();
354
+ w,
355
+ a.isString(R) ? R.trim() : R,
356
+ y,
357
+ b
358
+ )) === !0 && g(w, y ? y.concat(R) : [R]);
359
+ }), d.pop();
347
360
  }
348
361
  }
349
362
  if (!a.isObject(e))
350
363
  throw new TypeError("data must be an object");
351
- return S(e), t;
364
+ return g(e), t;
352
365
  }
353
- function se(e) {
366
+ function be(e) {
354
367
  const t = {
355
368
  "!": "%21",
356
369
  "'": "%27",
@@ -364,36 +377,36 @@ function se(e) {
364
377
  return t[r];
365
378
  });
366
379
  }
367
- function Z(e, t) {
368
- this._pairs = [], e && M(e, this, t);
380
+ function ue(e, t) {
381
+ this._pairs = [], e && G(e, this, t);
369
382
  }
370
- const Ae = Z.prototype;
371
- Ae.append = function(t, n) {
383
+ const Ie = ue.prototype;
384
+ Ie.append = function(t, n) {
372
385
  this._pairs.push([t, n]);
373
386
  };
374
- Ae.toString = function(t) {
387
+ Ie.toString = function(t) {
375
388
  const n = t ? function(r) {
376
- return t.call(this, r, se);
377
- } : se;
389
+ return t.call(this, r, be);
390
+ } : be;
378
391
  return this._pairs.map(function(s) {
379
392
  return n(s[0]) + "=" + n(s[1]);
380
393
  }, "").join("&");
381
394
  };
382
- function bt(e) {
395
+ function zt(e) {
383
396
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
384
397
  }
385
- function Te(e, t, n) {
398
+ function He(e, t, n) {
386
399
  if (!t)
387
400
  return e;
388
- const r = n && n.encode || bt, s = n && n.serialize;
401
+ const r = n && n.encode || zt, s = n && n.serialize;
389
402
  let o;
390
- if (s ? o = s(t, n) : o = a.isURLSearchParams(t) ? t.toString() : new Z(t, n).toString(r), o) {
403
+ if (s ? o = s(t, n) : o = a.isURLSearchParams(t) ? t.toString() : new ue(t, n).toString(r), o) {
391
404
  const i = e.indexOf("#");
392
405
  i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
393
406
  }
394
407
  return e;
395
408
  }
396
- class oe {
409
+ class we {
397
410
  constructor() {
398
411
  this.handlers = [];
399
412
  }
@@ -447,39 +460,41 @@ class oe {
447
460
  });
448
461
  }
449
462
  }
450
- const ge = {
463
+ const Me = {
451
464
  silentJSONParsing: !0,
452
465
  forcedJSONParsing: !0,
453
466
  clarifyTimeoutError: !1
454
- }, St = typeof URLSearchParams < "u" ? URLSearchParams : Z, Rt = typeof FormData < "u" ? FormData : null, Ot = typeof Blob < "u" ? Blob : null, At = {
467
+ }, Jt = typeof URLSearchParams < "u" ? URLSearchParams : ue, vt = typeof FormData < "u" ? FormData : null, Vt = typeof Blob < "u" ? Blob : null, $t = {
455
468
  isBrowser: !0,
456
469
  classes: {
457
- URLSearchParams: St,
458
- FormData: Rt,
459
- Blob: Ot
470
+ URLSearchParams: Jt,
471
+ FormData: vt,
472
+ Blob: Vt
460
473
  },
461
474
  protocols: ["http", "https", "file", "blob", "url", "data"]
462
- }, Ne = typeof window < "u" && typeof document < "u", Tt = ((e) => Ne && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), gt = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
463
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
475
+ }, le = typeof window < "u" && typeof document < "u", re = typeof navigator == "object" && navigator || void 0, Wt = le && (!re || ["ReactNative", "NativeScript", "NS"].indexOf(re.product) < 0), Kt = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
476
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Gt = le && window.location.href || "http://localhost", Xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
464
477
  __proto__: null,
465
- hasBrowserEnv: Ne,
466
- hasStandardBrowserEnv: Tt,
467
- hasStandardBrowserWebWorkerEnv: gt
468
- }, Symbol.toStringTag, { value: "Module" })), A = {
469
- ...Nt,
470
- ...At
478
+ hasBrowserEnv: le,
479
+ hasStandardBrowserEnv: Wt,
480
+ hasStandardBrowserWebWorkerEnv: Kt,
481
+ navigator: re,
482
+ origin: Gt
483
+ }, Symbol.toStringTag, { value: "Module" })), T = {
484
+ ...Xt,
485
+ ...$t
471
486
  };
472
- function xt(e, t) {
473
- return M(e, new A.classes.URLSearchParams(), Object.assign({
487
+ function Qt(e, t) {
488
+ return G(e, new T.classes.URLSearchParams(), Object.assign({
474
489
  visitor: function(n, r, s, o) {
475
- return A.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
490
+ return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
476
491
  }
477
492
  }, t));
478
493
  }
479
- function Pt(e) {
494
+ function Zt(e) {
480
495
  return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
481
496
  }
482
- function Ct(e) {
497
+ function Yt(e) {
483
498
  const t = {}, n = Object.keys(e);
484
499
  let r;
485
500
  const s = n.length;
@@ -488,22 +503,22 @@ function Ct(e) {
488
503
  o = n[r], t[o] = e[o];
489
504
  return t;
490
505
  }
491
- function xe(e) {
506
+ function ze(e) {
492
507
  function t(n, r, s, o) {
493
508
  let i = n[o++];
494
509
  if (i === "__proto__") return !0;
495
- const c = Number.isFinite(+i), p = o >= n.length;
496
- return i = !i && a.isArray(s) ? s.length : i, p ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = Ct(s[i])), !c);
510
+ const c = Number.isFinite(+i), f = o >= n.length;
511
+ return i = !i && a.isArray(s) ? s.length : i, f ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = Yt(s[i])), !c);
497
512
  }
498
513
  if (a.isFormData(e) && a.isFunction(e.entries)) {
499
514
  const n = {};
500
515
  return a.forEachEntry(e, (r, s) => {
501
- t(Pt(r), s, n, 0);
516
+ t(Zt(r), s, n, 0);
502
517
  }), n;
503
518
  }
504
519
  return null;
505
520
  }
506
- function Ft(e, t, n) {
521
+ function en(e, t, n) {
507
522
  if (a.isString(e))
508
523
  try {
509
524
  return (t || JSON.parse)(e), a.trim(e);
@@ -511,16 +526,16 @@ function Ft(e, t, n) {
511
526
  if (r.name !== "SyntaxError")
512
527
  throw r;
513
528
  }
514
- return (n || JSON.stringify)(e);
529
+ return (0, JSON.stringify)(e);
515
530
  }
516
- const L = {
517
- transitional: ge,
518
- adapter: ["xhr", "http"],
531
+ const H = {
532
+ transitional: Me,
533
+ adapter: ["xhr", "http", "fetch"],
519
534
  transformRequest: [function(t, n) {
520
535
  const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, o = a.isObject(t);
521
536
  if (o && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
522
- return s ? JSON.stringify(xe(t)) : t;
523
- if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t))
537
+ return s ? JSON.stringify(ze(t)) : t;
538
+ if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(t))
524
539
  return t;
525
540
  if (a.isArrayBufferView(t))
526
541
  return t.buffer;
@@ -529,20 +544,22 @@ const L = {
529
544
  let c;
530
545
  if (o) {
531
546
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
532
- return xt(t, this.formSerializer).toString();
547
+ return Qt(t, this.formSerializer).toString();
533
548
  if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
534
- const p = this.env && this.env.FormData;
535
- return M(
549
+ const f = this.env && this.env.FormData;
550
+ return G(
536
551
  c ? { "files[]": t } : t,
537
- p && new p(),
552
+ f && new f(),
538
553
  this.formSerializer
539
554
  );
540
555
  }
541
556
  }
542
- return o || s ? (n.setContentType("application/json", !1), Ft(t)) : t;
557
+ return o || s ? (n.setContentType("application/json", !1), en(t)) : t;
543
558
  }],
544
559
  transformResponse: [function(t) {
545
- const n = this.transitional || L.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
560
+ const n = this.transitional || H.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
561
+ if (a.isResponse(t) || a.isReadableStream(t))
562
+ return t;
546
563
  if (t && a.isString(t) && (r && !this.responseType || s)) {
547
564
  const i = !(n && n.silentJSONParsing) && s;
548
565
  try {
@@ -564,8 +581,8 @@ const L = {
564
581
  maxContentLength: -1,
565
582
  maxBodyLength: -1,
566
583
  env: {
567
- FormData: A.classes.FormData,
568
- Blob: A.classes.Blob
584
+ FormData: T.classes.FormData,
585
+ Blob: T.classes.Blob
569
586
  },
570
587
  validateStatus: function(t) {
571
588
  return t >= 200 && t < 300;
@@ -578,9 +595,9 @@ const L = {
578
595
  }
579
596
  };
580
597
  a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
581
- L.headers[e] = {};
598
+ H.headers[e] = {};
582
599
  });
583
- const _t = a.toObjectSet([
600
+ const tn = a.toObjectSet([
584
601
  "age",
585
602
  "authorization",
586
603
  "content-length",
@@ -598,29 +615,29 @@ const _t = a.toObjectSet([
598
615
  "referer",
599
616
  "retry-after",
600
617
  "user-agent"
601
- ]), Bt = (e) => {
618
+ ]), nn = (e) => {
602
619
  const t = {};
603
620
  let n, r, s;
604
621
  return e && e.split(`
605
622
  `).forEach(function(i) {
606
- s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && _t[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
623
+ s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && tn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
607
624
  }), t;
608
- }, ie = Symbol("internals");
609
- function _(e) {
625
+ }, Ee = Symbol("internals");
626
+ function j(e) {
610
627
  return e && String(e).trim().toLowerCase();
611
628
  }
612
- function k(e) {
613
- return e === !1 || e == null ? e : a.isArray(e) ? e.map(k) : String(e);
629
+ function J(e) {
630
+ return e === !1 || e == null ? e : a.isArray(e) ? e.map(J) : String(e);
614
631
  }
615
- function Dt(e) {
632
+ function rn(e) {
616
633
  const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
617
634
  let r;
618
635
  for (; r = n.exec(e); )
619
636
  t[r[1]] = r[2];
620
637
  return t;
621
638
  }
622
- const Lt = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
623
- function J(e, t, n, r, s) {
639
+ const sn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
640
+ function Z(e, t, n, r, s) {
624
641
  if (a.isFunction(r))
625
642
  return r.call(this, t, n);
626
643
  if (s && (t = n), !!a.isString(t)) {
@@ -630,10 +647,10 @@ function J(e, t, n, r, s) {
630
647
  return r.test(t);
631
648
  }
632
649
  }
633
- function Ut(e) {
650
+ function on(e) {
634
651
  return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
635
652
  }
636
- function jt(e, t) {
653
+ function an(e, t) {
637
654
  const n = a.toCamelCase(" " + t);
638
655
  ["get", "set", "has"].forEach((r) => {
639
656
  Object.defineProperty(e, r + n, {
@@ -644,31 +661,40 @@ function jt(e, t) {
644
661
  });
645
662
  });
646
663
  }
647
- class O {
664
+ class A {
648
665
  constructor(t) {
649
666
  t && this.set(t);
650
667
  }
651
668
  set(t, n, r) {
652
669
  const s = this;
653
- function o(c, p, h) {
654
- const l = _(p);
670
+ function o(c, f, u) {
671
+ const l = j(f);
655
672
  if (!l)
656
673
  throw new Error("header name must be a non-empty string");
657
- const u = a.findKey(s, l);
658
- (!u || s[u] === void 0 || h === !0 || h === void 0 && s[u] !== !1) && (s[u || p] = k(c));
674
+ const d = a.findKey(s, l);
675
+ (!d || s[d] === void 0 || u === !0 || u === void 0 && s[d] !== !1) && (s[d || f] = J(c));
659
676
  }
660
- const i = (c, p) => a.forEach(c, (h, l) => o(h, l, p));
661
- return a.isPlainObject(t) || t instanceof this.constructor ? i(t, n) : a.isString(t) && (t = t.trim()) && !Lt(t) ? i(Bt(t), n) : t != null && o(n, t, r), this;
677
+ const i = (c, f) => a.forEach(c, (u, l) => o(u, l, f));
678
+ if (a.isPlainObject(t) || t instanceof this.constructor)
679
+ i(t, n);
680
+ else if (a.isString(t) && (t = t.trim()) && !sn(t))
681
+ i(nn(t), n);
682
+ else if (a.isHeaders(t))
683
+ for (const [c, f] of t.entries())
684
+ o(f, c, r);
685
+ else
686
+ t != null && o(n, t, r);
687
+ return this;
662
688
  }
663
689
  get(t, n) {
664
- if (t = _(t), t) {
690
+ if (t = j(t), t) {
665
691
  const r = a.findKey(this, t);
666
692
  if (r) {
667
693
  const s = this[r];
668
694
  if (!n)
669
695
  return s;
670
696
  if (n === !0)
671
- return Dt(s);
697
+ return rn(s);
672
698
  if (a.isFunction(n))
673
699
  return n.call(this, s, r);
674
700
  if (a.isRegExp(n))
@@ -678,9 +704,9 @@ class O {
678
704
  }
679
705
  }
680
706
  has(t, n) {
681
- if (t = _(t), t) {
707
+ if (t = j(t), t) {
682
708
  const r = a.findKey(this, t);
683
- return !!(r && this[r] !== void 0 && (!n || J(this, this[r], r, n)));
709
+ return !!(r && this[r] !== void 0 && (!n || Z(this, this[r], r, n)));
684
710
  }
685
711
  return !1;
686
712
  }
@@ -688,9 +714,9 @@ class O {
688
714
  const r = this;
689
715
  let s = !1;
690
716
  function o(i) {
691
- if (i = _(i), i) {
717
+ if (i = j(i), i) {
692
718
  const c = a.findKey(r, i);
693
- c && (!n || J(r, r[c], c, n)) && (delete r[c], s = !0);
719
+ c && (!n || Z(r, r[c], c, n)) && (delete r[c], s = !0);
694
720
  }
695
721
  }
696
722
  return a.isArray(t) ? t.forEach(o) : o(t), s;
@@ -700,7 +726,7 @@ class O {
700
726
  let r = n.length, s = !1;
701
727
  for (; r--; ) {
702
728
  const o = n[r];
703
- (!t || J(this, this[o], o, t, !0)) && (delete this[o], s = !0);
729
+ (!t || Z(this, this[o], o, t, !0)) && (delete this[o], s = !0);
704
730
  }
705
731
  return s;
706
732
  }
@@ -709,11 +735,11 @@ class O {
709
735
  return a.forEach(this, (s, o) => {
710
736
  const i = a.findKey(r, o);
711
737
  if (i) {
712
- n[i] = k(s), delete n[o];
738
+ n[i] = J(s), delete n[o];
713
739
  return;
714
740
  }
715
- const c = t ? Ut(o) : String(o).trim();
716
- c !== o && delete n[o], n[c] = k(s), r[c] = !0;
741
+ const c = t ? on(o) : String(o).trim();
742
+ c !== o && delete n[o], n[c] = J(s), r[c] = !0;
717
743
  }), this;
718
744
  }
719
745
  concat(...t) {
@@ -743,18 +769,18 @@ class O {
743
769
  return n.forEach((s) => r.set(s)), r;
744
770
  }
745
771
  static accessor(t) {
746
- const r = (this[ie] = this[ie] = {
772
+ const r = (this[Ee] = this[Ee] = {
747
773
  accessors: {}
748
774
  }).accessors, s = this.prototype;
749
775
  function o(i) {
750
- const c = _(i);
751
- r[c] || (jt(s, i), r[c] = !0);
776
+ const c = j(i);
777
+ r[c] || (an(s, i), r[c] = !0);
752
778
  }
753
779
  return a.isArray(t) ? t.forEach(o) : o(t), this;
754
780
  }
755
781
  }
756
- O.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
757
- a.reduceDescriptors(O.prototype, ({ value: e }, t) => {
782
+ A.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
783
+ a.reduceDescriptors(A.prototype, ({ value: e }, t) => {
758
784
  let n = t[0].toUpperCase() + t.slice(1);
759
785
  return {
760
786
  get: () => e,
@@ -763,24 +789,24 @@ a.reduceDescriptors(O.prototype, ({ value: e }, t) => {
763
789
  }
764
790
  };
765
791
  });
766
- a.freezeMethods(O);
767
- function V(e, t) {
768
- const n = this || L, r = t || n, s = O.from(r.headers);
792
+ a.freezeMethods(A);
793
+ function Y(e, t) {
794
+ const n = this || H, r = t || n, s = A.from(r.headers);
769
795
  let o = r.data;
770
796
  return a.forEach(e, function(c) {
771
797
  o = c.call(n, o, s.normalize(), t ? t.status : void 0);
772
798
  }), s.normalize(), o;
773
799
  }
774
- function Pe(e) {
800
+ function Je(e) {
775
801
  return !!(e && e.__CANCEL__);
776
802
  }
777
- function U(e, t, n) {
803
+ function k(e, t, n) {
778
804
  m.call(this, e ?? "canceled", m.ERR_CANCELED, t, n), this.name = "CanceledError";
779
805
  }
780
- a.inherits(U, m, {
806
+ a.inherits(k, m, {
781
807
  __CANCEL__: !0
782
808
  });
783
- function kt(e, t, n) {
809
+ function ve(e, t, n) {
784
810
  const r = n.config.validateStatus;
785
811
  !n.status || !r || r(n.status) ? e(n) : t(new m(
786
812
  "Request failed with status code " + n.status,
@@ -790,47 +816,69 @@ function kt(e, t, n) {
790
816
  n
791
817
  ));
792
818
  }
793
- const It = A.hasStandardBrowserEnv ? (
794
- // Standard browser envs support document.cookie
795
- {
796
- write(e, t, n, r, s, o) {
797
- const i = [e + "=" + encodeURIComponent(t)];
798
- a.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), a.isString(r) && i.push("path=" + r), a.isString(s) && i.push("domain=" + s), o === !0 && i.push("secure"), document.cookie = i.join("; ");
799
- },
800
- read(e) {
801
- const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
802
- return t ? decodeURIComponent(t[3]) : null;
803
- },
804
- remove(e) {
805
- this.write(e, "", Date.now() - 864e5);
806
- }
807
- }
808
- ) : (
809
- // Non-standard browser env (web workers, react-native) lack needed support.
810
- {
811
- write() {
812
- },
813
- read() {
814
- return null;
815
- },
816
- remove() {
817
- }
818
- }
819
- );
820
- function Ht(e) {
821
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
819
+ function cn(e) {
820
+ const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
821
+ return t && t[1] || "";
822
822
  }
823
- function qt(e, t) {
824
- return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
823
+ function un(e, t) {
824
+ e = e || 10;
825
+ const n = new Array(e), r = new Array(e);
826
+ let s = 0, o = 0, i;
827
+ return t = t !== void 0 ? t : 1e3, function(f) {
828
+ const u = Date.now(), l = r[o];
829
+ i || (i = u), n[s] = f, r[s] = u;
830
+ let d = o, b = 0;
831
+ for (; d !== s; )
832
+ b += n[d++], d = d % e;
833
+ if (s = (s + 1) % e, s === o && (o = (o + 1) % e), u - i < t)
834
+ return;
835
+ const g = l && u - l;
836
+ return g ? Math.round(b * 1e3 / g) : void 0;
837
+ };
825
838
  }
826
- function Ce(e, t) {
827
- return e && !Ht(t) ? qt(e, t) : t;
839
+ function ln(e, t) {
840
+ let n = 0, r = 1e3 / t, s, o;
841
+ const i = (u, l = Date.now()) => {
842
+ n = l, s = null, o && (clearTimeout(o), o = null), e.apply(null, u);
843
+ };
844
+ return [(...u) => {
845
+ const l = Date.now(), d = l - n;
846
+ d >= r ? i(u, l) : (s = u, o || (o = setTimeout(() => {
847
+ o = null, i(s);
848
+ }, r - d)));
849
+ }, () => s && i(s)];
828
850
  }
829
- const Mt = A.hasStandardBrowserEnv ? (
851
+ const v = (e, t, n = 3) => {
852
+ let r = 0;
853
+ const s = un(50, 250);
854
+ return ln((o) => {
855
+ const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - r, u = s(f), l = i <= c;
856
+ r = i;
857
+ const d = {
858
+ loaded: i,
859
+ total: c,
860
+ progress: c ? i / c : void 0,
861
+ bytes: f,
862
+ rate: u || void 0,
863
+ estimated: u && c && l ? (c - i) / u : void 0,
864
+ event: o,
865
+ lengthComputable: c != null,
866
+ [t ? "download" : "upload"]: !0
867
+ };
868
+ e(d);
869
+ }, n);
870
+ }, ge = (e, t) => {
871
+ const n = e != null;
872
+ return [(r) => t[0]({
873
+ lengthComputable: n,
874
+ total: e,
875
+ loaded: r
876
+ }), t[1]];
877
+ }, Re = (e) => (...t) => a.asap(() => e(...t)), fn = T.hasStandardBrowserEnv ? (
830
878
  // Standard browser envs have full support of the APIs needed to test
831
879
  // whether the request URL is of the same origin as current location.
832
880
  function() {
833
- const t = /(msie|trident)/i.test(navigator.userAgent), n = document.createElement("a");
881
+ const t = T.navigator && /(msie|trident)/i.test(T.navigator.userAgent), n = document.createElement("a");
834
882
  let r;
835
883
  function s(o) {
836
884
  let i = o;
@@ -857,124 +905,399 @@ const Mt = A.hasStandardBrowserEnv ? (
857
905
  return !0;
858
906
  };
859
907
  }()
908
+ ), dn = T.hasStandardBrowserEnv ? (
909
+ // Standard browser envs support document.cookie
910
+ {
911
+ write(e, t, n, r, s, o) {
912
+ const i = [e + "=" + encodeURIComponent(t)];
913
+ a.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), a.isString(r) && i.push("path=" + r), a.isString(s) && i.push("domain=" + s), o === !0 && i.push("secure"), document.cookie = i.join("; ");
914
+ },
915
+ read(e) {
916
+ const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
917
+ return t ? decodeURIComponent(t[3]) : null;
918
+ },
919
+ remove(e) {
920
+ this.write(e, "", Date.now() - 864e5);
921
+ }
922
+ }
923
+ ) : (
924
+ // Non-standard browser env (web workers, react-native) lack needed support.
925
+ {
926
+ write() {
927
+ },
928
+ read() {
929
+ return null;
930
+ },
931
+ remove() {
932
+ }
933
+ }
860
934
  );
861
- function zt(e) {
862
- const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
863
- return t && t[1] || "";
935
+ function pn(e) {
936
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
864
937
  }
865
- function Jt(e, t) {
866
- e = e || 10;
867
- const n = new Array(e), r = new Array(e);
868
- let s = 0, o = 0, i;
869
- return t = t !== void 0 ? t : 1e3, function(p) {
870
- const h = Date.now(), l = r[o];
871
- i || (i = h), n[s] = p, r[s] = h;
872
- let u = o, E = 0;
873
- for (; u !== s; )
874
- E += n[u++], u = u % e;
875
- if (s = (s + 1) % e, s === o && (o = (o + 1) % e), h - i < t)
876
- return;
877
- const S = l && h - l;
878
- return S ? Math.round(E * 1e3 / S) : void 0;
879
- };
938
+ function hn(e, t) {
939
+ return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
880
940
  }
881
- function ae(e, t) {
882
- let n = 0;
883
- const r = Jt(50, 250);
884
- return (s) => {
885
- const o = s.loaded, i = s.lengthComputable ? s.total : void 0, c = o - n, p = r(c), h = o <= i;
886
- n = o;
887
- const l = {
888
- loaded: o,
889
- total: i,
890
- progress: i ? o / i : void 0,
891
- bytes: c,
892
- rate: p || void 0,
893
- estimated: p && i && h ? (i - o) / p : void 0,
894
- event: s
895
- };
896
- l[t ? "download" : "upload"] = !0, e(l);
941
+ function Ve(e, t) {
942
+ return e && !pn(t) ? hn(e, t) : t;
943
+ }
944
+ const Se = (e) => e instanceof A ? { ...e } : e;
945
+ function D(e, t) {
946
+ t = t || {};
947
+ const n = {};
948
+ function r(u, l, d) {
949
+ return a.isPlainObject(u) && a.isPlainObject(l) ? a.merge.call({ caseless: d }, u, l) : a.isPlainObject(l) ? a.merge({}, l) : a.isArray(l) ? l.slice() : l;
950
+ }
951
+ function s(u, l, d) {
952
+ if (a.isUndefined(l)) {
953
+ if (!a.isUndefined(u))
954
+ return r(void 0, u, d);
955
+ } else return r(u, l, d);
956
+ }
957
+ function o(u, l) {
958
+ if (!a.isUndefined(l))
959
+ return r(void 0, l);
960
+ }
961
+ function i(u, l) {
962
+ if (a.isUndefined(l)) {
963
+ if (!a.isUndefined(u))
964
+ return r(void 0, u);
965
+ } else return r(void 0, l);
966
+ }
967
+ function c(u, l, d) {
968
+ if (d in t)
969
+ return r(u, l);
970
+ if (d in e)
971
+ return r(void 0, u);
972
+ }
973
+ const f = {
974
+ url: o,
975
+ method: o,
976
+ data: o,
977
+ baseURL: i,
978
+ transformRequest: i,
979
+ transformResponse: i,
980
+ paramsSerializer: i,
981
+ timeout: i,
982
+ timeoutMessage: i,
983
+ withCredentials: i,
984
+ withXSRFToken: i,
985
+ adapter: i,
986
+ responseType: i,
987
+ xsrfCookieName: i,
988
+ xsrfHeaderName: i,
989
+ onUploadProgress: i,
990
+ onDownloadProgress: i,
991
+ decompress: i,
992
+ maxContentLength: i,
993
+ maxBodyLength: i,
994
+ beforeRedirect: i,
995
+ transport: i,
996
+ httpAgent: i,
997
+ httpsAgent: i,
998
+ cancelToken: i,
999
+ socketPath: i,
1000
+ responseEncoding: i,
1001
+ validateStatus: c,
1002
+ headers: (u, l) => s(Se(u), Se(l), !0)
897
1003
  };
1004
+ return a.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
1005
+ const d = f[l] || s, b = d(e[l], t[l], l);
1006
+ a.isUndefined(b) && d !== c || (n[l] = b);
1007
+ }), n;
898
1008
  }
899
- const Vt = typeof XMLHttpRequest < "u", Wt = Vt && function(e) {
900
- return new Promise(function(n, r) {
901
- let s = e.data;
902
- const o = O.from(e.headers).normalize();
903
- let { responseType: i, withXSRFToken: c } = e, p;
904
- function h() {
905
- e.cancelToken && e.cancelToken.unsubscribe(p), e.signal && e.signal.removeEventListener("abort", p);
906
- }
907
- let l;
908
- if (a.isFormData(s)) {
909
- if (A.hasStandardBrowserEnv || A.hasStandardBrowserWebWorkerEnv)
910
- o.setContentType(!1);
911
- else if ((l = o.getContentType()) !== !1) {
912
- const [d, ...w] = l ? l.split(";").map((b) => b.trim()).filter(Boolean) : [];
913
- o.setContentType([d || "multipart/form-data", ...w].join("; "));
914
- }
1009
+ const $e = (e) => {
1010
+ const t = D({}, e);
1011
+ let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: c } = t;
1012
+ t.headers = i = A.from(i), t.url = He(Ve(t.baseURL, t.url), e.params, e.paramsSerializer), c && i.set(
1013
+ "Authorization",
1014
+ "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
1015
+ );
1016
+ let f;
1017
+ if (a.isFormData(n)) {
1018
+ if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
1019
+ i.setContentType(void 0);
1020
+ else if ((f = i.getContentType()) !== !1) {
1021
+ const [u, ...l] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
1022
+ i.setContentType([u || "multipart/form-data", ...l].join("; "));
915
1023
  }
916
- let u = new XMLHttpRequest();
917
- if (e.auth) {
918
- const d = e.auth.username || "", w = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
919
- o.set("Authorization", "Basic " + btoa(d + ":" + w));
1024
+ }
1025
+ if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && fn(t.url))) {
1026
+ const u = s && o && dn.read(o);
1027
+ u && i.set(s, u);
1028
+ }
1029
+ return t;
1030
+ }, mn = typeof XMLHttpRequest < "u", yn = mn && function(e) {
1031
+ return new Promise(function(n, r) {
1032
+ const s = $e(e);
1033
+ let o = s.data;
1034
+ const i = A.from(s.headers).normalize();
1035
+ let { responseType: c, onUploadProgress: f, onDownloadProgress: u } = s, l, d, b, g, p;
1036
+ function y() {
1037
+ g && g(), p && p(), s.cancelToken && s.cancelToken.unsubscribe(l), s.signal && s.signal.removeEventListener("abort", l);
920
1038
  }
921
- const E = Ce(e.baseURL, e.url);
922
- u.open(e.method.toUpperCase(), Te(E, e.params, e.paramsSerializer), !0), u.timeout = e.timeout;
923
- function S() {
924
- if (!u)
1039
+ let h = new XMLHttpRequest();
1040
+ h.open(s.method.toUpperCase(), s.url, !0), h.timeout = s.timeout;
1041
+ function w() {
1042
+ if (!h)
925
1043
  return;
926
- const d = O.from(
927
- "getAllResponseHeaders" in u && u.getAllResponseHeaders()
928
- ), b = {
929
- data: !i || i === "text" || i === "json" ? u.responseText : u.response,
930
- status: u.status,
931
- statusText: u.statusText,
932
- headers: d,
1044
+ const S = A.from(
1045
+ "getAllResponseHeaders" in h && h.getAllResponseHeaders()
1046
+ ), O = {
1047
+ data: !c || c === "text" || c === "json" ? h.responseText : h.response,
1048
+ status: h.status,
1049
+ statusText: h.statusText,
1050
+ headers: S,
933
1051
  config: e,
934
- request: u
1052
+ request: h
935
1053
  };
936
- kt(function(N) {
937
- n(N), h();
938
- }, function(N) {
939
- r(N), h();
940
- }, b), u = null;
1054
+ ve(function(F) {
1055
+ n(F), y();
1056
+ }, function(F) {
1057
+ r(F), y();
1058
+ }, O), h = null;
941
1059
  }
942
- if ("onloadend" in u ? u.onloadend = S : u.onreadystatechange = function() {
943
- !u || u.readyState !== 4 || u.status === 0 && !(u.responseURL && u.responseURL.indexOf("file:") === 0) || setTimeout(S);
944
- }, u.onabort = function() {
945
- u && (r(new m("Request aborted", m.ECONNABORTED, e, u)), u = null);
946
- }, u.onerror = function() {
947
- r(new m("Network Error", m.ERR_NETWORK, e, u)), u = null;
948
- }, u.ontimeout = function() {
949
- let w = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
950
- const b = e.transitional || ge;
951
- e.timeoutErrorMessage && (w = e.timeoutErrorMessage), r(new m(
952
- w,
953
- b.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
1060
+ "onloadend" in h ? h.onloadend = w : h.onreadystatechange = function() {
1061
+ !h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(w);
1062
+ }, h.onabort = function() {
1063
+ h && (r(new m("Request aborted", m.ECONNABORTED, e, h)), h = null);
1064
+ }, h.onerror = function() {
1065
+ r(new m("Network Error", m.ERR_NETWORK, e, h)), h = null;
1066
+ }, h.ontimeout = function() {
1067
+ let N = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
1068
+ const O = s.transitional || Me;
1069
+ s.timeoutErrorMessage && (N = s.timeoutErrorMessage), r(new m(
1070
+ N,
1071
+ O.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
954
1072
  e,
955
- u
956
- )), u = null;
957
- }, A.hasStandardBrowserEnv && (c && a.isFunction(c) && (c = c(e)), c || c !== !1 && Mt(E))) {
958
- const d = e.xsrfHeaderName && e.xsrfCookieName && It.read(e.xsrfCookieName);
959
- d && o.set(e.xsrfHeaderName, d);
960
- }
961
- s === void 0 && o.setContentType(null), "setRequestHeader" in u && a.forEach(o.toJSON(), function(w, b) {
962
- u.setRequestHeader(b, w);
963
- }), a.isUndefined(e.withCredentials) || (u.withCredentials = !!e.withCredentials), i && i !== "json" && (u.responseType = e.responseType), typeof e.onDownloadProgress == "function" && u.addEventListener("progress", ae(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && u.upload && u.upload.addEventListener("progress", ae(e.onUploadProgress)), (e.cancelToken || e.signal) && (p = (d) => {
964
- u && (r(!d || d.type ? new U(null, e, u) : d), u.abort(), u = null);
965
- }, e.cancelToken && e.cancelToken.subscribe(p), e.signal && (e.signal.aborted ? p() : e.signal.addEventListener("abort", p)));
966
- const f = zt(E);
967
- if (f && A.protocols.indexOf(f) === -1) {
968
- r(new m("Unsupported protocol " + f + ":", m.ERR_BAD_REQUEST, e));
1073
+ h
1074
+ )), h = null;
1075
+ }, o === void 0 && i.setContentType(null), "setRequestHeader" in h && a.forEach(i.toJSON(), function(N, O) {
1076
+ h.setRequestHeader(O, N);
1077
+ }), a.isUndefined(s.withCredentials) || (h.withCredentials = !!s.withCredentials), c && c !== "json" && (h.responseType = s.responseType), u && ([b, p] = v(u, !0), h.addEventListener("progress", b)), f && h.upload && ([d, g] = v(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (l = (S) => {
1078
+ h && (r(!S || S.type ? new k(null, e, h) : S), h.abort(), h = null);
1079
+ }, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
1080
+ const R = cn(s.url);
1081
+ if (R && T.protocols.indexOf(R) === -1) {
1082
+ r(new m("Unsupported protocol " + R + ":", m.ERR_BAD_REQUEST, e));
969
1083
  return;
970
1084
  }
971
- u.send(s || null);
1085
+ h.send(o || null);
1086
+ });
1087
+ }, bn = (e, t) => {
1088
+ const { length: n } = e = e ? e.filter(Boolean) : [];
1089
+ if (t || n) {
1090
+ let r = new AbortController(), s;
1091
+ const o = function(u) {
1092
+ if (!s) {
1093
+ s = !0, c();
1094
+ const l = u instanceof Error ? u : this.reason;
1095
+ r.abort(l instanceof m ? l : new k(l instanceof Error ? l.message : l));
1096
+ }
1097
+ };
1098
+ let i = t && setTimeout(() => {
1099
+ i = null, o(new m(`timeout ${t} of ms exceeded`, m.ETIMEDOUT));
1100
+ }, t);
1101
+ const c = () => {
1102
+ e && (i && clearTimeout(i), i = null, e.forEach((u) => {
1103
+ u.unsubscribe ? u.unsubscribe(o) : u.removeEventListener("abort", o);
1104
+ }), e = null);
1105
+ };
1106
+ e.forEach((u) => u.addEventListener("abort", o));
1107
+ const { signal: f } = r;
1108
+ return f.unsubscribe = () => a.asap(c), f;
1109
+ }
1110
+ }, wn = function* (e, t) {
1111
+ let n = e.byteLength;
1112
+ if (n < t) {
1113
+ yield e;
1114
+ return;
1115
+ }
1116
+ let r = 0, s;
1117
+ for (; r < n; )
1118
+ s = r + t, yield e.slice(r, s), r = s;
1119
+ }, En = async function* (e, t) {
1120
+ for await (const n of gn(e))
1121
+ yield* wn(n, t);
1122
+ }, gn = async function* (e) {
1123
+ if (e[Symbol.asyncIterator]) {
1124
+ yield* e;
1125
+ return;
1126
+ }
1127
+ const t = e.getReader();
1128
+ try {
1129
+ for (; ; ) {
1130
+ const { done: n, value: r } = await t.read();
1131
+ if (n)
1132
+ break;
1133
+ yield r;
1134
+ }
1135
+ } finally {
1136
+ await t.cancel();
1137
+ }
1138
+ }, Oe = (e, t, n, r) => {
1139
+ const s = En(e, t);
1140
+ let o = 0, i, c = (f) => {
1141
+ i || (i = !0, r && r(f));
1142
+ };
1143
+ return new ReadableStream({
1144
+ async pull(f) {
1145
+ try {
1146
+ const { done: u, value: l } = await s.next();
1147
+ if (u) {
1148
+ c(), f.close();
1149
+ return;
1150
+ }
1151
+ let d = l.byteLength;
1152
+ if (n) {
1153
+ let b = o += d;
1154
+ n(b);
1155
+ }
1156
+ f.enqueue(new Uint8Array(l));
1157
+ } catch (u) {
1158
+ throw c(u), u;
1159
+ }
1160
+ },
1161
+ cancel(f) {
1162
+ return c(f), s.return();
1163
+ }
1164
+ }, {
1165
+ highWaterMark: 2
1166
+ });
1167
+ }, X = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", We = X && typeof ReadableStream == "function", Rn = X && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Ke = (e, ...t) => {
1168
+ try {
1169
+ return !!e(...t);
1170
+ } catch {
1171
+ return !1;
1172
+ }
1173
+ }, Sn = We && Ke(() => {
1174
+ let e = !1;
1175
+ const t = new Request(T.origin, {
1176
+ body: new ReadableStream(),
1177
+ method: "POST",
1178
+ get duplex() {
1179
+ return e = !0, "half";
1180
+ }
1181
+ }).headers.has("Content-Type");
1182
+ return e && !t;
1183
+ }), Te = 64 * 1024, se = We && Ke(() => a.isReadableStream(new Response("").body)), V = {
1184
+ stream: se && ((e) => e.body)
1185
+ };
1186
+ X && ((e) => {
1187
+ ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
1188
+ !V[t] && (V[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
1189
+ throw new m(`Response type '${t}' is not supported`, m.ERR_NOT_SUPPORT, r);
1190
+ });
972
1191
  });
973
- }, G = {
974
- http: yt,
975
- xhr: Wt
1192
+ })(new Response());
1193
+ const On = async (e) => {
1194
+ if (e == null)
1195
+ return 0;
1196
+ if (a.isBlob(e))
1197
+ return e.size;
1198
+ if (a.isSpecCompliantForm(e))
1199
+ return (await new Request(T.origin, {
1200
+ method: "POST",
1201
+ body: e
1202
+ }).arrayBuffer()).byteLength;
1203
+ if (a.isArrayBufferView(e) || a.isArrayBuffer(e))
1204
+ return e.byteLength;
1205
+ if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
1206
+ return (await Rn(e)).byteLength;
1207
+ }, Tn = async (e, t) => {
1208
+ const n = a.toFiniteNumber(e.getContentLength());
1209
+ return n ?? On(t);
1210
+ }, An = X && (async (e) => {
1211
+ let {
1212
+ url: t,
1213
+ method: n,
1214
+ data: r,
1215
+ signal: s,
1216
+ cancelToken: o,
1217
+ timeout: i,
1218
+ onDownloadProgress: c,
1219
+ onUploadProgress: f,
1220
+ responseType: u,
1221
+ headers: l,
1222
+ withCredentials: d = "same-origin",
1223
+ fetchOptions: b
1224
+ } = $e(e);
1225
+ u = u ? (u + "").toLowerCase() : "text";
1226
+ let g = bn([s, o && o.toAbortSignal()], i), p;
1227
+ const y = g && g.unsubscribe && (() => {
1228
+ g.unsubscribe();
1229
+ });
1230
+ let h;
1231
+ try {
1232
+ if (f && Sn && n !== "get" && n !== "head" && (h = await Tn(l, r)) !== 0) {
1233
+ let O = new Request(t, {
1234
+ method: "POST",
1235
+ body: r,
1236
+ duplex: "half"
1237
+ }), P;
1238
+ if (a.isFormData(r) && (P = O.headers.get("content-type")) && l.setContentType(P), O.body) {
1239
+ const [F, M] = ge(
1240
+ h,
1241
+ v(Re(f))
1242
+ );
1243
+ r = Oe(O.body, Te, F, M);
1244
+ }
1245
+ }
1246
+ a.isString(d) || (d = d ? "include" : "omit");
1247
+ const w = "credentials" in Request.prototype;
1248
+ p = new Request(t, {
1249
+ ...b,
1250
+ signal: g,
1251
+ method: n.toUpperCase(),
1252
+ headers: l.normalize().toJSON(),
1253
+ body: r,
1254
+ duplex: "half",
1255
+ credentials: w ? d : void 0
1256
+ });
1257
+ let R = await fetch(p);
1258
+ const S = se && (u === "stream" || u === "response");
1259
+ if (se && (c || S && y)) {
1260
+ const O = {};
1261
+ ["status", "statusText", "headers"].forEach((pe) => {
1262
+ O[pe] = R[pe];
1263
+ });
1264
+ const P = a.toFiniteNumber(R.headers.get("content-length")), [F, M] = c && ge(
1265
+ P,
1266
+ v(Re(c), !0)
1267
+ ) || [];
1268
+ R = new Response(
1269
+ Oe(R.body, Te, F, () => {
1270
+ M && M(), y && y();
1271
+ }),
1272
+ O
1273
+ );
1274
+ }
1275
+ u = u || "text";
1276
+ let N = await V[a.findKey(V, u) || "text"](R, e);
1277
+ return !S && y && y(), await new Promise((O, P) => {
1278
+ ve(O, P, {
1279
+ data: N,
1280
+ headers: A.from(R.headers),
1281
+ status: R.status,
1282
+ statusText: R.statusText,
1283
+ config: e,
1284
+ request: p
1285
+ });
1286
+ });
1287
+ } catch (w) {
1288
+ throw y && y(), w && w.name === "TypeError" && /fetch/i.test(w.message) ? Object.assign(
1289
+ new m("Network Error", m.ERR_NETWORK, e, p),
1290
+ {
1291
+ cause: w.cause || w
1292
+ }
1293
+ ) : m.from(w, w && w.code, e, p);
1294
+ }
1295
+ }), oe = {
1296
+ http: It,
1297
+ xhr: yn,
1298
+ fetch: An
976
1299
  };
977
- a.forEach(G, (e, t) => {
1300
+ a.forEach(oe, (e, t) => {
978
1301
  if (e) {
979
1302
  try {
980
1303
  Object.defineProperty(e, "name", { value: t });
@@ -983,7 +1306,7 @@ a.forEach(G, (e, t) => {
983
1306
  Object.defineProperty(e, "adapterName", { value: t });
984
1307
  }
985
1308
  });
986
- const ce = (e) => `- ${e}`, $t = (e) => a.isFunction(e) || e === null || e === !1, Fe = {
1309
+ const Ae = (e) => `- ${e}`, xn = (e) => a.isFunction(e) || e === null || e === !1, Ge = {
987
1310
  getAdapter: (e) => {
988
1311
  e = a.isArray(e) ? e : [e];
989
1312
  const { length: t } = e;
@@ -992,7 +1315,7 @@ const ce = (e) => `- ${e}`, $t = (e) => a.isFunction(e) || e === null || e === !
992
1315
  for (let o = 0; o < t; o++) {
993
1316
  n = e[o];
994
1317
  let i;
995
- if (r = n, !$t(n) && (r = G[(i = String(n)).toLowerCase()], r === void 0))
1318
+ if (r = n, !xn(n) && (r = oe[(i = String(n)).toLowerCase()], r === void 0))
996
1319
  throw new m(`Unknown adapter '${i}'`);
997
1320
  if (r)
998
1321
  break;
@@ -1000,11 +1323,11 @@ const ce = (e) => `- ${e}`, $t = (e) => a.isFunction(e) || e === null || e === !
1000
1323
  }
1001
1324
  if (!r) {
1002
1325
  const o = Object.entries(s).map(
1003
- ([c, p]) => `adapter ${c} ` + (p === !1 ? "is not supported by the environment" : "is not available in the build")
1326
+ ([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1004
1327
  );
1005
1328
  let i = t ? o.length > 1 ? `since :
1006
- ` + o.map(ce).join(`
1007
- `) : " " + ce(o[0]) : "as no adapter specified";
1329
+ ` + o.map(Ae).join(`
1330
+ `) : " " + Ae(o[0]) : "as no adapter specified";
1008
1331
  throw new m(
1009
1332
  "There is no suitable adapter to dispatch the request " + i,
1010
1333
  "ERR_NOT_SUPPORT"
@@ -1012,105 +1335,40 @@ const ce = (e) => `- ${e}`, $t = (e) => a.isFunction(e) || e === null || e === !
1012
1335
  }
1013
1336
  return r;
1014
1337
  },
1015
- adapters: G
1338
+ adapters: oe
1016
1339
  };
1017
- function W(e) {
1340
+ function ee(e) {
1018
1341
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1019
- throw new U(null, e);
1342
+ throw new k(null, e);
1020
1343
  }
1021
- function ue(e) {
1022
- return W(e), e.headers = O.from(e.headers), e.data = V.call(
1344
+ function xe(e) {
1345
+ return ee(e), e.headers = A.from(e.headers), e.data = Y.call(
1023
1346
  e,
1024
1347
  e.transformRequest
1025
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Fe.getAdapter(e.adapter || L.adapter)(e).then(function(r) {
1026
- return W(e), r.data = V.call(
1348
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Ge.getAdapter(e.adapter || H.adapter)(e).then(function(r) {
1349
+ return ee(e), r.data = Y.call(
1027
1350
  e,
1028
1351
  e.transformResponse,
1029
1352
  r
1030
- ), r.headers = O.from(r.headers), r;
1353
+ ), r.headers = A.from(r.headers), r;
1031
1354
  }, function(r) {
1032
- return Pe(r) || (W(e), r && r.response && (r.response.data = V.call(
1355
+ return Je(r) || (ee(e), r && r.response && (r.response.data = Y.call(
1033
1356
  e,
1034
1357
  e.transformResponse,
1035
1358
  r.response
1036
- ), r.response.headers = O.from(r.response.headers))), Promise.reject(r);
1359
+ ), r.response.headers = A.from(r.response.headers))), Promise.reject(r);
1037
1360
  });
1038
1361
  }
1039
- const le = (e) => e instanceof O ? e.toJSON() : e;
1040
- function C(e, t) {
1041
- t = t || {};
1042
- const n = {};
1043
- function r(h, l, u) {
1044
- return a.isPlainObject(h) && a.isPlainObject(l) ? a.merge.call({ caseless: u }, h, l) : a.isPlainObject(l) ? a.merge({}, l) : a.isArray(l) ? l.slice() : l;
1045
- }
1046
- function s(h, l, u) {
1047
- if (a.isUndefined(l)) {
1048
- if (!a.isUndefined(h))
1049
- return r(void 0, h, u);
1050
- } else return r(h, l, u);
1051
- }
1052
- function o(h, l) {
1053
- if (!a.isUndefined(l))
1054
- return r(void 0, l);
1055
- }
1056
- function i(h, l) {
1057
- if (a.isUndefined(l)) {
1058
- if (!a.isUndefined(h))
1059
- return r(void 0, h);
1060
- } else return r(void 0, l);
1061
- }
1062
- function c(h, l, u) {
1063
- if (u in t)
1064
- return r(h, l);
1065
- if (u in e)
1066
- return r(void 0, h);
1067
- }
1068
- const p = {
1069
- url: o,
1070
- method: o,
1071
- data: o,
1072
- baseURL: i,
1073
- transformRequest: i,
1074
- transformResponse: i,
1075
- paramsSerializer: i,
1076
- timeout: i,
1077
- timeoutMessage: i,
1078
- withCredentials: i,
1079
- withXSRFToken: i,
1080
- adapter: i,
1081
- responseType: i,
1082
- xsrfCookieName: i,
1083
- xsrfHeaderName: i,
1084
- onUploadProgress: i,
1085
- onDownloadProgress: i,
1086
- decompress: i,
1087
- maxContentLength: i,
1088
- maxBodyLength: i,
1089
- beforeRedirect: i,
1090
- transport: i,
1091
- httpAgent: i,
1092
- httpsAgent: i,
1093
- cancelToken: i,
1094
- socketPath: i,
1095
- responseEncoding: i,
1096
- validateStatus: c,
1097
- headers: (h, l) => s(le(h), le(l), !0)
1098
- };
1099
- return a.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
1100
- const u = p[l] || s, E = u(e[l], t[l], l);
1101
- a.isUndefined(E) && u !== c || (n[l] = E);
1102
- }), n;
1103
- }
1104
- const _e = "1.6.7", Y = {};
1362
+ const Xe = "1.7.7", fe = {};
1105
1363
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1106
- Y[e] = function(r) {
1364
+ fe[e] = function(r) {
1107
1365
  return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
1108
1366
  };
1109
1367
  });
1110
- const fe = {};
1111
- Y.transitional = function(t, n, r) {
1368
+ const Ce = {};
1369
+ fe.transitional = function(t, n, r) {
1112
1370
  function s(o, i) {
1113
- return "[Axios v" + _e + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
1371
+ return "[Axios v" + Xe + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
1114
1372
  }
1115
1373
  return (o, i, c) => {
1116
1374
  if (t === !1)
@@ -1118,10 +1376,10 @@ Y.transitional = function(t, n, r) {
1118
1376
  s(i, " has been removed" + (n ? " in " + n : "")),
1119
1377
  m.ERR_DEPRECATED
1120
1378
  );
1121
- return n && !fe[i] && (fe[i] = !0), t ? t(o, i, c) : !0;
1379
+ return n && !Ce[i] && (Ce[i] = !0), t ? t(o, i, c) : !0;
1122
1380
  };
1123
1381
  };
1124
- function Kt(e, t, n) {
1382
+ function Cn(e, t, n) {
1125
1383
  if (typeof e != "object")
1126
1384
  throw new m("options must be an object", m.ERR_BAD_OPTION_VALUE);
1127
1385
  const r = Object.keys(e);
@@ -1129,24 +1387,24 @@ function Kt(e, t, n) {
1129
1387
  for (; s-- > 0; ) {
1130
1388
  const o = r[s], i = t[o];
1131
1389
  if (i) {
1132
- const c = e[o], p = c === void 0 || i(c, o, e);
1133
- if (p !== !0)
1134
- throw new m("option " + o + " must be " + p, m.ERR_BAD_OPTION_VALUE);
1390
+ const c = e[o], f = c === void 0 || i(c, o, e);
1391
+ if (f !== !0)
1392
+ throw new m("option " + o + " must be " + f, m.ERR_BAD_OPTION_VALUE);
1135
1393
  continue;
1136
1394
  }
1137
1395
  if (n !== !0)
1138
1396
  throw new m("Unknown option " + o, m.ERR_BAD_OPTION);
1139
1397
  }
1140
1398
  }
1141
- const X = {
1142
- assertOptions: Kt,
1143
- validators: Y
1144
- }, x = X.validators;
1145
- class P {
1399
+ const ie = {
1400
+ assertOptions: Cn,
1401
+ validators: fe
1402
+ }, _ = ie.validators;
1403
+ class B {
1146
1404
  constructor(t) {
1147
1405
  this.defaults = t, this.interceptors = {
1148
- request: new oe(),
1149
- response: new oe()
1406
+ request: new we(),
1407
+ response: new we()
1150
1408
  };
1151
1409
  }
1152
1410
  /**
@@ -1165,24 +1423,27 @@ class P {
1165
1423
  let s;
1166
1424
  Error.captureStackTrace ? Error.captureStackTrace(s = {}) : s = new Error();
1167
1425
  const o = s.stack ? s.stack.replace(/^.+\n/, "") : "";
1168
- r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
1426
+ try {
1427
+ r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
1169
1428
  ` + o) : r.stack = o;
1429
+ } catch {
1430
+ }
1170
1431
  }
1171
1432
  throw r;
1172
1433
  }
1173
1434
  }
1174
1435
  _request(t, n) {
1175
- typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = C(this.defaults, n);
1436
+ typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = D(this.defaults, n);
1176
1437
  const { transitional: r, paramsSerializer: s, headers: o } = n;
1177
- r !== void 0 && X.assertOptions(r, {
1178
- silentJSONParsing: x.transitional(x.boolean),
1179
- forcedJSONParsing: x.transitional(x.boolean),
1180
- clarifyTimeoutError: x.transitional(x.boolean)
1438
+ r !== void 0 && ie.assertOptions(r, {
1439
+ silentJSONParsing: _.transitional(_.boolean),
1440
+ forcedJSONParsing: _.transitional(_.boolean),
1441
+ clarifyTimeoutError: _.transitional(_.boolean)
1181
1442
  }, !1), s != null && (a.isFunction(s) ? n.paramsSerializer = {
1182
1443
  serialize: s
1183
- } : X.assertOptions(s, {
1184
- encode: x.function,
1185
- serialize: x.function
1444
+ } : ie.assertOptions(s, {
1445
+ encode: _.function,
1446
+ serialize: _.function
1186
1447
  }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1187
1448
  let i = o && a.merge(
1188
1449
  o.common,
@@ -1190,55 +1451,55 @@ class P {
1190
1451
  );
1191
1452
  o && a.forEach(
1192
1453
  ["delete", "get", "head", "post", "put", "patch", "common"],
1193
- (f) => {
1194
- delete o[f];
1454
+ (p) => {
1455
+ delete o[p];
1195
1456
  }
1196
- ), n.headers = O.concat(i, o);
1457
+ ), n.headers = A.concat(i, o);
1197
1458
  const c = [];
1198
- let p = !0;
1199
- this.interceptors.request.forEach(function(d) {
1200
- typeof d.runWhen == "function" && d.runWhen(n) === !1 || (p = p && d.synchronous, c.unshift(d.fulfilled, d.rejected));
1459
+ let f = !0;
1460
+ this.interceptors.request.forEach(function(y) {
1461
+ typeof y.runWhen == "function" && y.runWhen(n) === !1 || (f = f && y.synchronous, c.unshift(y.fulfilled, y.rejected));
1201
1462
  });
1202
- const h = [];
1203
- this.interceptors.response.forEach(function(d) {
1204
- h.push(d.fulfilled, d.rejected);
1463
+ const u = [];
1464
+ this.interceptors.response.forEach(function(y) {
1465
+ u.push(y.fulfilled, y.rejected);
1205
1466
  });
1206
- let l, u = 0, E;
1207
- if (!p) {
1208
- const f = [ue.bind(this), void 0];
1209
- for (f.unshift.apply(f, c), f.push.apply(f, h), E = f.length, l = Promise.resolve(n); u < E; )
1210
- l = l.then(f[u++], f[u++]);
1467
+ let l, d = 0, b;
1468
+ if (!f) {
1469
+ const p = [xe.bind(this), void 0];
1470
+ for (p.unshift.apply(p, c), p.push.apply(p, u), b = p.length, l = Promise.resolve(n); d < b; )
1471
+ l = l.then(p[d++], p[d++]);
1211
1472
  return l;
1212
1473
  }
1213
- E = c.length;
1214
- let S = n;
1215
- for (u = 0; u < E; ) {
1216
- const f = c[u++], d = c[u++];
1474
+ b = c.length;
1475
+ let g = n;
1476
+ for (d = 0; d < b; ) {
1477
+ const p = c[d++], y = c[d++];
1217
1478
  try {
1218
- S = f(S);
1219
- } catch (w) {
1220
- d.call(this, w);
1479
+ g = p(g);
1480
+ } catch (h) {
1481
+ y.call(this, h);
1221
1482
  break;
1222
1483
  }
1223
1484
  }
1224
1485
  try {
1225
- l = ue.call(this, S);
1226
- } catch (f) {
1227
- return Promise.reject(f);
1486
+ l = xe.call(this, g);
1487
+ } catch (p) {
1488
+ return Promise.reject(p);
1228
1489
  }
1229
- for (u = 0, E = h.length; u < E; )
1230
- l = l.then(h[u++], h[u++]);
1490
+ for (d = 0, b = u.length; d < b; )
1491
+ l = l.then(u[d++], u[d++]);
1231
1492
  return l;
1232
1493
  }
1233
1494
  getUri(t) {
1234
- t = C(this.defaults, t);
1235
- const n = Ce(t.baseURL, t.url);
1236
- return Te(n, t.params, t.paramsSerializer);
1495
+ t = D(this.defaults, t);
1496
+ const n = Ve(t.baseURL, t.url);
1497
+ return He(n, t.params, t.paramsSerializer);
1237
1498
  }
1238
1499
  }
1239
1500
  a.forEach(["delete", "get", "head", "options"], function(t) {
1240
- P.prototype[t] = function(n, r) {
1241
- return this.request(C(r || {}, {
1501
+ B.prototype[t] = function(n, r) {
1502
+ return this.request(D(r || {}, {
1242
1503
  method: t,
1243
1504
  url: n,
1244
1505
  data: (r || {}).data
@@ -1248,7 +1509,7 @@ a.forEach(["delete", "get", "head", "options"], function(t) {
1248
1509
  a.forEach(["post", "put", "patch"], function(t) {
1249
1510
  function n(r) {
1250
1511
  return function(o, i, c) {
1251
- return this.request(C(c || {}, {
1512
+ return this.request(D(c || {}, {
1252
1513
  method: t,
1253
1514
  headers: r ? {
1254
1515
  "Content-Type": "multipart/form-data"
@@ -1258,9 +1519,9 @@ a.forEach(["post", "put", "patch"], function(t) {
1258
1519
  }));
1259
1520
  };
1260
1521
  }
1261
- P.prototype[t] = n(), P.prototype[t + "Form"] = n(!0);
1522
+ B.prototype[t] = n(), B.prototype[t + "Form"] = n(!0);
1262
1523
  });
1263
- class ee {
1524
+ class de {
1264
1525
  constructor(t) {
1265
1526
  if (typeof t != "function")
1266
1527
  throw new TypeError("executor must be a function.");
@@ -1284,7 +1545,7 @@ class ee {
1284
1545
  r.unsubscribe(o);
1285
1546
  }, i;
1286
1547
  }, t(function(o, i, c) {
1287
- r.reason || (r.reason = new U(o, i, c), n(r.reason));
1548
+ r.reason || (r.reason = new k(o, i, c), n(r.reason));
1288
1549
  });
1289
1550
  }
1290
1551
  /**
@@ -1313,6 +1574,12 @@ class ee {
1313
1574
  const n = this._listeners.indexOf(t);
1314
1575
  n !== -1 && this._listeners.splice(n, 1);
1315
1576
  }
1577
+ toAbortSignal() {
1578
+ const t = new AbortController(), n = (r) => {
1579
+ t.abort(r);
1580
+ };
1581
+ return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
1582
+ }
1316
1583
  /**
1317
1584
  * Returns an object that contains a new `CancelToken` and a function that, when called,
1318
1585
  * cancels the `CancelToken`.
@@ -1320,22 +1587,22 @@ class ee {
1320
1587
  static source() {
1321
1588
  let t;
1322
1589
  return {
1323
- token: new ee(function(s) {
1590
+ token: new de(function(s) {
1324
1591
  t = s;
1325
1592
  }),
1326
1593
  cancel: t
1327
1594
  };
1328
1595
  }
1329
1596
  }
1330
- function Gt(e) {
1597
+ function Nn(e) {
1331
1598
  return function(n) {
1332
1599
  return e.apply(null, n);
1333
1600
  };
1334
1601
  }
1335
- function Xt(e) {
1602
+ function Pn(e) {
1336
1603
  return a.isObject(e) && e.isAxiosError === !0;
1337
1604
  }
1338
- const v = {
1605
+ const ae = {
1339
1606
  Continue: 100,
1340
1607
  SwitchingProtocols: 101,
1341
1608
  Processing: 102,
@@ -1400,51 +1667,55 @@ const v = {
1400
1667
  NotExtended: 510,
1401
1668
  NetworkAuthenticationRequired: 511
1402
1669
  };
1403
- Object.entries(v).forEach(([e, t]) => {
1404
- v[t] = e;
1670
+ Object.entries(ae).forEach(([e, t]) => {
1671
+ ae[t] = e;
1405
1672
  });
1406
- function Be(e) {
1407
- const t = new P(e), n = de(P.prototype.request, t);
1408
- return a.extend(n, P.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1409
- return Be(C(e, s));
1673
+ function Qe(e) {
1674
+ const t = new B(e), n = Ne(B.prototype.request, t);
1675
+ return a.extend(n, B.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1676
+ return Qe(D(e, s));
1410
1677
  }, n;
1411
1678
  }
1412
- const y = Be(L);
1413
- y.Axios = P;
1414
- y.CanceledError = U;
1415
- y.CancelToken = ee;
1416
- y.isCancel = Pe;
1417
- y.VERSION = _e;
1418
- y.toFormData = M;
1419
- y.AxiosError = m;
1420
- y.Cancel = y.CanceledError;
1421
- y.all = function(t) {
1679
+ const E = Qe(H);
1680
+ E.Axios = B;
1681
+ E.CanceledError = k;
1682
+ E.CancelToken = de;
1683
+ E.isCancel = Je;
1684
+ E.VERSION = Xe;
1685
+ E.toFormData = G;
1686
+ E.AxiosError = m;
1687
+ E.Cancel = E.CanceledError;
1688
+ E.all = function(t) {
1422
1689
  return Promise.all(t);
1423
1690
  };
1424
- y.spread = Gt;
1425
- y.isAxiosError = Xt;
1426
- y.mergeConfig = C;
1427
- y.AxiosHeaders = O;
1428
- y.formToJSON = (e) => xe(a.isHTMLForm(e) ? new FormData(e) : e);
1429
- y.getAdapter = Fe.getAdapter;
1430
- y.HttpStatusCode = v;
1431
- y.default = y;
1432
- const Zt = async (e) => {
1433
- var r;
1691
+ E.spread = Nn;
1692
+ E.isAxiosError = Pn;
1693
+ E.mergeConfig = D;
1694
+ E.AxiosHeaders = A;
1695
+ E.formToJSON = (e) => ze(a.isHTMLForm(e) ? new FormData(e) : e);
1696
+ E.getAdapter = Ge.getAdapter;
1697
+ E.HttpStatusCode = ae;
1698
+ E.default = E;
1699
+ const Ln = async (e) => {
1700
+ var n;
1434
1701
  const t = {
1435
1702
  personalInfo: "/api/personal-center/personal-server/v1/info"
1436
- }, n = await y.create().get(t.personalInfo, {
1437
- baseURL: Ue().baseURL,
1438
- params: {
1439
- project: (r = Le()) == null ? void 0 : r.id,
1440
- timestamp: (/* @__PURE__ */ new Date()).getTime()
1441
- },
1442
- headers: {
1443
- Authorization: `Bearer ${e}`
1444
- }
1445
- });
1446
- n != null && n.data && sessionStorage.setItem("userInfo", JSON.stringify(n.data));
1703
+ };
1704
+ try {
1705
+ const r = await E.create().get(t.personalInfo, {
1706
+ baseURL: Ye().baseURL,
1707
+ params: {
1708
+ project: (n = Ze()) == null ? void 0 : n.id,
1709
+ timestamp: (/* @__PURE__ */ new Date()).getTime()
1710
+ },
1711
+ headers: {
1712
+ Authorization: `Bearer ${e}`
1713
+ }
1714
+ });
1715
+ r != null && r.data && sessionStorage.setItem("userInfo", JSON.stringify(r.data));
1716
+ } catch {
1717
+ }
1447
1718
  };
1448
1719
  export {
1449
- Zt as setPersonalInfo
1720
+ Ln as setPersonalInfo
1450
1721
  };