@das-fed/utils 6.4.0-hot.6 → 6.4.0-hot.61

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