@das-fed/utils 6.4.0-hot.5 → 6.4.0-hot.51

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