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