@das-fed/utils 6.4.0-hot.25 → 6.4.0-hot.26

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 (79) hide show
  1. package/api-services/index.js +864 -862
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +3 -3099
  4. package/api-services/modules/authentication/index.js +3 -3099
  5. package/api-services/modules/bems/index.js +6 -3102
  6. package/api-services/modules/contract/index.js +3 -3099
  7. package/api-services/modules/duty-manage/index.js +7 -3103
  8. package/api-services/modules/enterpriseright/index.js +3 -3099
  9. package/api-services/modules/file/index.js.gz +0 -0
  10. package/api-services/modules/gateway-edge/index.js +3 -3099
  11. package/api-services/modules/index.js +217 -3310
  12. package/api-services/modules/index.js.gz +0 -0
  13. package/api-services/modules/iot/index.js +16 -3112
  14. package/api-services/modules/justauth/index.js +4 -3100
  15. package/api-services/modules/knowledge/index.js +3 -3099
  16. package/api-services/modules/link/index.js +3 -3099
  17. package/api-services/modules/permission/index.js +3 -3099
  18. package/api-services/modules/platformManage/index.js +10 -3106
  19. package/api-services/modules/portal/index.js +3 -3099
  20. package/api-services/modules/space-manage/index.js +3 -3099
  21. package/api-services/modules/super-admin/index.js +6 -3102
  22. package/api-services/modules/supplier/index.js +5 -3101
  23. package/api-services/modules/supplychain-manage/index.js +3 -3099
  24. package/api-services/modules/systemConfiguration/index.js +3 -3099
  25. package/api-services/modules/tool/index.js +3 -3099
  26. package/api-services/src/create-service/index.js.gz +0 -0
  27. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  28. package/common-info/index.js +4 -3
  29. package/common-info/index.js.gz +0 -0
  30. package/common-info/set-personal-info/index.js.gz +0 -0
  31. package/common-info/type.d.ts +106 -104
  32. package/common-tools/extract-file-name/index.js.gz +0 -0
  33. package/common-tools/get-url-params/index.js.gz +0 -0
  34. package/common-tools/index.d.ts +1 -0
  35. package/common-tools/index.js +1 -0
  36. package/common-tools/update-browser-title/index.d.ts +1 -0
  37. package/common-tools/update-browser-title/index.js +12 -0
  38. package/create-api-service/index.js.gz +0 -0
  39. package/create-api-service/sso/index.js +783 -690
  40. package/create-api-service/sso/index.js.gz +0 -0
  41. package/curring-http/index.js.gz +0 -0
  42. package/curring-http/type.d.ts +87 -87
  43. package/directive/auth/index.js.gz +0 -0
  44. package/esm-map.json +2 -2
  45. package/hooks/use-get-auth/index.js.gz +0 -0
  46. package/i18n-collection/en.js +21 -0
  47. package/i18n-collection/zh-CN.js +21 -0
  48. package/nextTiken/index.js.gz +0 -0
  49. package/package.json +4 -4
  50. package/pinyin-first-character/index.js.gz +0 -0
  51. package/style/index.js.gz +0 -0
  52. package/token-tools/index.d.ts +0 -5
  53. package/token-tools/index.js +8 -84
  54. package/use-low-code/index.js +3 -3
  55. package/use-low-code/index.js.gz +0 -0
  56. package/use-low-code/style.css +1 -1
  57. package/webSocket-service/index.js.gz +0 -0
  58. package/webSocket-service/type.d.ts +28 -28
  59. package/api-services/modules/app-manage/index.js.gz +0 -0
  60. package/api-services/modules/authentication/index.js.gz +0 -0
  61. package/api-services/modules/bems/index.js.gz +0 -0
  62. package/api-services/modules/contract/index.js.gz +0 -0
  63. package/api-services/modules/duty-manage/index.js.gz +0 -0
  64. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  65. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  66. package/api-services/modules/iot/index.js.gz +0 -0
  67. package/api-services/modules/justauth/index.js.gz +0 -0
  68. package/api-services/modules/knowledge/index.js.gz +0 -0
  69. package/api-services/modules/link/index.js.gz +0 -0
  70. package/api-services/modules/permission/index.js.gz +0 -0
  71. package/api-services/modules/platformManage/index.js.gz +0 -0
  72. package/api-services/modules/portal/index.js.gz +0 -0
  73. package/api-services/modules/space-manage/index.js.gz +0 -0
  74. package/api-services/modules/super-admin/index.js.gz +0 -0
  75. package/api-services/modules/supplier/index.js.gz +0 -0
  76. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  77. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  78. package/api-services/modules/tool/index.js.gz +0 -0
  79. package/token-tools/index.js.gz +0 -0
@@ -1,3290 +1,197 @@
1
- import { t as F } from "@das-fed/web/packages/i18n/index";
2
- import { curringHttp as jn } from "@das-fed/utils/curring-http";
3
- import { getToken as qn, getQuery as Hn, login as zn, getTokenParams as Wn, real_uri as Kn } from "@das-fed/utils/create-api-service/sso";
4
- import Ze from "dayjs";
5
- import Gn from "dayjs/plugin/utc";
6
- import Jn from "dayjs/plugin/timezone";
7
- import { getProjectInfo as Vn, getInstanceInfo as Qn } from "@das-fed/utils/common-info";
8
- import { getAccessToken as Xn } from "@das-fed/utils/token-tools";
9
- import { getConfig as Ke } from "@das-fed/utils/config";
10
- import { iotMinio as kt, iotProgress as Yn } from "@das-fed/utils/api-services/modules/iot";
11
- import { extractFilename as Zn } from "@das-fed/utils/common-tools";
12
- import { ref as G } from "vue";
13
- function qr(t, e) {
14
- return function() {
15
- return t.apply(e, arguments);
16
- };
17
- }
18
- const { toString: eo } = Object.prototype, { getPrototypeOf: jt } = Object, et = /* @__PURE__ */ ((t) => (e) => {
19
- const n = eo.call(e);
20
- return t[n] || (t[n] = n.slice(8, -1).toLowerCase());
21
- })(/* @__PURE__ */ Object.create(null)), V = (t) => (t = t.toLowerCase(), (e) => et(e) === t), tt = (t) => (e) => typeof e === t, { isArray: Se } = Array, Ce = tt("undefined");
22
- function to(t) {
23
- return t !== null && !Ce(t) && t.constructor !== null && !Ce(t.constructor) && W(t.constructor.isBuffer) && t.constructor.isBuffer(t);
24
- }
25
- const Hr = V("ArrayBuffer");
26
- function ro(t) {
27
- let e;
28
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Hr(t.buffer), e;
29
- }
30
- const no = tt("string"), W = tt("function"), zr = tt("number"), rt = (t) => t !== null && typeof t == "object", oo = (t) => t === !0 || t === !1, qe = (t) => {
31
- if (et(t) !== "object")
32
- return !1;
33
- const e = jt(t);
34
- return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in t) && !(Symbol.iterator in t);
35
- }, ao = V("Date"), io = V("File"), so = V("Blob"), lo = V("FileList"), co = (t) => rt(t) && W(t.pipe), uo = (t) => {
36
- let e;
37
- return t && (typeof FormData == "function" && t instanceof FormData || W(t.append) && ((e = et(t)) === "formdata" || // detect form-data instance
38
- e === "object" && W(t.toString) && t.toString() === "[object FormData]"));
39
- }, fo = V("URLSearchParams"), [po, yo, mo, ho] = ["ReadableStream", "Request", "Response", "Headers"].map(V), go = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
40
- function Fe(t, e, { allOwnKeys: n = !1 } = {}) {
41
- if (t === null || typeof t > "u")
42
- return;
43
- let r, o;
44
- if (typeof t != "object" && (t = [t]), Se(t))
45
- for (r = 0, o = t.length; r < o; r++)
46
- e.call(null, t[r], r, t);
47
- else {
48
- const a = n ? Object.getOwnPropertyNames(t) : Object.keys(t), i = a.length;
49
- let s;
50
- for (r = 0; r < i; r++)
51
- s = a[r], e.call(null, t[s], s, t);
52
- }
53
- }
54
- function Wr(t, e) {
55
- e = e.toLowerCase();
56
- const n = Object.keys(t);
57
- let r = n.length, o;
58
- for (; r-- > 0; )
59
- if (o = n[r], e === o.toLowerCase())
60
- return o;
61
- return null;
62
- }
63
- const le = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Kr = (t) => !Ce(t) && t !== le;
64
- function Rt() {
65
- const { caseless: t } = Kr(this) && this || {}, e = {}, n = (r, o) => {
66
- const a = t && Wr(e, o) || o;
67
- qe(e[a]) && qe(r) ? e[a] = Rt(e[a], r) : qe(r) ? e[a] = Rt({}, r) : Se(r) ? e[a] = r.slice() : e[a] = r;
68
- };
69
- for (let r = 0, o = arguments.length; r < o; r++)
70
- arguments[r] && Fe(arguments[r], n);
71
- return e;
72
- }
73
- const vo = (t, e, n, { allOwnKeys: r } = {}) => (Fe(e, (o, a) => {
74
- n && W(o) ? t[a] = qr(o, n) : t[a] = o;
75
- }, { allOwnKeys: r }), t), bo = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), wo = (t, e, n, r) => {
76
- t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
77
- value: e.prototype
78
- }), n && Object.assign(t.prototype, n);
79
- }, So = (t, e, n, r) => {
80
- let o, a, i;
81
- const s = {};
82
- if (e = e || {}, t == null) return e;
83
- do {
84
- for (o = Object.getOwnPropertyNames(t), a = o.length; a-- > 0; )
85
- i = o[a], (!r || r(i, t, e)) && !s[i] && (e[i] = t[i], s[i] = !0);
86
- t = n !== !1 && jt(t);
87
- } while (t && (!n || n(t, e)) && t !== Object.prototype);
88
- return e;
89
- }, Eo = (t, e, n) => {
90
- t = String(t), (n === void 0 || n > t.length) && (n = t.length), n -= e.length;
91
- const r = t.indexOf(e, n);
92
- return r !== -1 && r === n;
93
- }, Ao = (t) => {
94
- if (!t) return null;
95
- if (Se(t)) return t;
96
- let e = t.length;
97
- if (!zr(e)) return null;
98
- const n = new Array(e);
99
- for (; e-- > 0; )
100
- n[e] = t[e];
101
- return n;
102
- }, Oo = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" && jt(Uint8Array)), Ro = (t, e) => {
103
- const r = (t && t[Symbol.iterator]).call(t);
104
- let o;
105
- for (; (o = r.next()) && !o.done; ) {
106
- const a = o.value;
107
- e.call(t, a[0], a[1]);
108
- }
109
- }, Po = (t, e) => {
110
- let n;
111
- const r = [];
112
- for (; (n = t.exec(e)) !== null; )
113
- r.push(n);
114
- return r;
115
- }, To = V("HTMLFormElement"), xo = (t) => t.toLowerCase().replace(
116
- /[-_\s]([a-z\d])(\w*)/g,
117
- function(n, r, o) {
118
- return r.toUpperCase() + o;
119
- }
120
- ), nr = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), $o = V("RegExp"), Gr = (t, e) => {
121
- const n = Object.getOwnPropertyDescriptors(t), r = {};
122
- Fe(n, (o, a) => {
123
- let i;
124
- (i = e(o, a, t)) !== !1 && (r[a] = i || o);
125
- }), Object.defineProperties(t, r);
126
- }, Co = (t) => {
127
- Gr(t, (e, n) => {
128
- if (W(t) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
129
- return !1;
130
- const r = t[n];
131
- if (W(r)) {
132
- if (e.enumerable = !1, "writable" in e) {
133
- e.writable = !1;
134
- return;
135
- }
136
- e.set || (e.set = () => {
137
- throw Error("Can not rewrite read-only method '" + n + "'");
138
- });
139
- }
140
- });
141
- }, Fo = (t, e) => {
142
- const n = {}, r = (o) => {
143
- o.forEach((a) => {
144
- n[a] = !0;
145
- });
146
- };
147
- return Se(t) ? r(t) : r(String(t).split(e)), n;
148
- }, Do = () => {
149
- }, No = (t, e) => t != null && Number.isFinite(t = +t) ? t : e, lt = "abcdefghijklmnopqrstuvwxyz", or = "0123456789", Jr = {
150
- DIGIT: or,
151
- ALPHA: lt,
152
- ALPHA_DIGIT: lt + lt.toUpperCase() + or
153
- }, Io = (t = 16, e = Jr.ALPHA_DIGIT) => {
154
- let n = "";
155
- const { length: r } = e;
156
- for (; t--; )
157
- n += e[Math.random() * r | 0];
158
- return n;
159
- };
160
- function _o(t) {
161
- return !!(t && W(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
162
- }
163
- const Bo = (t) => {
164
- const e = new Array(10), n = (r, o) => {
165
- if (rt(r)) {
166
- if (e.indexOf(r) >= 0)
167
- return;
168
- if (!("toJSON" in r)) {
169
- e[o] = r;
170
- const a = Se(r) ? [] : {};
171
- return Fe(r, (i, s) => {
172
- const u = n(i, o + 1);
173
- !Ce(u) && (a[s] = u);
174
- }), e[o] = void 0, a;
175
- }
176
- }
177
- return r;
178
- };
179
- return n(t, 0);
180
- }, Lo = V("AsyncFunction"), Uo = (t) => t && (rt(t) || W(t)) && W(t.then) && W(t.catch), Vr = ((t, e) => t ? setImmediate : e ? ((n, r) => (le.addEventListener("message", ({ source: o, data: a }) => {
181
- o === le && a === n && r.length && r.shift()();
182
- }, !1), (o) => {
183
- r.push(o), le.postMessage(n, "*");
184
- }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
185
- typeof setImmediate == "function",
186
- W(le.postMessage)
187
- ), Mo = typeof queueMicrotask < "u" ? queueMicrotask.bind(le) : typeof process < "u" && process.nextTick || Vr, f = {
188
- isArray: Se,
189
- isArrayBuffer: Hr,
190
- isBuffer: to,
191
- isFormData: uo,
192
- isArrayBufferView: ro,
193
- isString: no,
194
- isNumber: zr,
195
- isBoolean: oo,
196
- isObject: rt,
197
- isPlainObject: qe,
198
- isReadableStream: po,
199
- isRequest: yo,
200
- isResponse: mo,
201
- isHeaders: ho,
202
- isUndefined: Ce,
203
- isDate: ao,
204
- isFile: io,
205
- isBlob: so,
206
- isRegExp: $o,
207
- isFunction: W,
208
- isStream: co,
209
- isURLSearchParams: fo,
210
- isTypedArray: Oo,
211
- isFileList: lo,
212
- forEach: Fe,
213
- merge: Rt,
214
- extend: vo,
215
- trim: go,
216
- stripBOM: bo,
217
- inherits: wo,
218
- toFlatObject: So,
219
- kindOf: et,
220
- kindOfTest: V,
221
- endsWith: Eo,
222
- toArray: Ao,
223
- forEachEntry: Ro,
224
- matchAll: Po,
225
- isHTMLForm: To,
226
- hasOwnProperty: nr,
227
- hasOwnProp: nr,
228
- // an alias to avoid ESLint no-prototype-builtins detection
229
- reduceDescriptors: Gr,
230
- freezeMethods: Co,
231
- toObjectSet: Fo,
232
- toCamelCase: xo,
233
- noop: Do,
234
- toFiniteNumber: No,
235
- findKey: Wr,
236
- global: le,
237
- isContextDefined: Kr,
238
- ALPHABET: Jr,
239
- generateString: Io,
240
- isSpecCompliantForm: _o,
241
- toJSONObject: Bo,
242
- isAsyncFn: Lo,
243
- isThenable: Uo,
244
- setImmediate: Vr,
245
- asap: Mo
246
- };
247
- function S(t, e, n, r, o) {
248
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", e && (this.code = e), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
249
- }
250
- f.inherits(S, Error, {
251
- toJSON: function() {
252
- return {
253
- // Standard
254
- message: this.message,
255
- name: this.name,
256
- // Microsoft
257
- description: this.description,
258
- number: this.number,
259
- // Mozilla
260
- fileName: this.fileName,
261
- lineNumber: this.lineNumber,
262
- columnNumber: this.columnNumber,
263
- stack: this.stack,
264
- // Axios
265
- config: f.toJSONObject(this.config),
266
- code: this.code,
267
- status: this.status
268
- };
269
- }
270
- });
271
- const Qr = S.prototype, Xr = {};
272
- [
273
- "ERR_BAD_OPTION_VALUE",
274
- "ERR_BAD_OPTION",
275
- "ECONNABORTED",
276
- "ETIMEDOUT",
277
- "ERR_NETWORK",
278
- "ERR_FR_TOO_MANY_REDIRECTS",
279
- "ERR_DEPRECATED",
280
- "ERR_BAD_RESPONSE",
281
- "ERR_BAD_REQUEST",
282
- "ERR_CANCELED",
283
- "ERR_NOT_SUPPORT",
284
- "ERR_INVALID_URL"
285
- // eslint-disable-next-line func-names
286
- ].forEach((t) => {
287
- Xr[t] = { value: t };
288
- });
289
- Object.defineProperties(S, Xr);
290
- Object.defineProperty(Qr, "isAxiosError", { value: !0 });
291
- S.from = (t, e, n, r, o, a) => {
292
- const i = Object.create(Qr);
293
- return f.toFlatObject(t, i, function(u) {
294
- return u !== Error.prototype;
295
- }, (s) => s !== "isAxiosError"), S.call(i, t.message, e, n, r, o), i.cause = t, i.name = t.name, a && Object.assign(i, a), i;
296
- };
297
- const ko = null;
298
- function Pt(t) {
299
- return f.isPlainObject(t) || f.isArray(t);
300
- }
301
- function Yr(t) {
302
- return f.endsWith(t, "[]") ? t.slice(0, -2) : t;
303
- }
304
- function ar(t, e, n) {
305
- return t ? t.concat(e).map(function(o, a) {
306
- return o = Yr(o), !n && a ? "[" + o + "]" : o;
307
- }).join(n ? "." : "") : e;
308
- }
309
- function jo(t) {
310
- return f.isArray(t) && !t.some(Pt);
311
- }
312
- const qo = f.toFlatObject(f, {}, null, function(e) {
313
- return /^is[A-Z]/.test(e);
314
- });
315
- function nt(t, e, n) {
316
- if (!f.isObject(t))
317
- throw new TypeError("target must be an object");
318
- e = e || new FormData(), n = f.toFlatObject(n, {
319
- metaTokens: !0,
320
- dots: !1,
321
- indexes: !1
322
- }, !1, function(h, m) {
323
- return !f.isUndefined(m[h]);
324
- });
325
- const r = n.metaTokens, o = n.visitor || c, a = n.dots, i = n.indexes, u = (n.Blob || typeof Blob < "u" && Blob) && f.isSpecCompliantForm(e);
326
- if (!f.isFunction(o))
327
- throw new TypeError("visitor must be a function");
328
- function l(y) {
329
- if (y === null) return "";
330
- if (f.isDate(y))
331
- return y.toISOString();
332
- if (!u && f.isBlob(y))
333
- throw new S("Blob is not supported. Use a Buffer instead.");
334
- return f.isArrayBuffer(y) || f.isTypedArray(y) ? u && typeof Blob == "function" ? new Blob([y]) : Buffer.from(y) : y;
335
- }
336
- function c(y, h, m) {
337
- let R = y;
338
- if (y && !m && typeof y == "object") {
339
- if (f.endsWith(h, "{}"))
340
- h = r ? h : h.slice(0, -2), y = JSON.stringify(y);
341
- else if (f.isArray(y) && jo(y) || (f.isFileList(y) || f.endsWith(h, "[]")) && (R = f.toArray(y)))
342
- return h = Yr(h), R.forEach(function(v, N) {
343
- !(f.isUndefined(v) || v === null) && e.append(
344
- // eslint-disable-next-line no-nested-ternary
345
- i === !0 ? ar([h], N, a) : i === null ? h : h + "[]",
346
- l(v)
347
- );
348
- }), !1;
349
- }
350
- return Pt(y) ? !0 : (e.append(ar(m, h, a), l(y)), !1);
351
- }
352
- const p = [], d = Object.assign(qo, {
353
- defaultVisitor: c,
354
- convertValue: l,
355
- isVisitable: Pt
356
- });
357
- function g(y, h) {
358
- if (!f.isUndefined(y)) {
359
- if (p.indexOf(y) !== -1)
360
- throw Error("Circular reference detected in " + h.join("."));
361
- p.push(y), f.forEach(y, function(R, P) {
362
- (!(f.isUndefined(R) || R === null) && o.call(
363
- e,
364
- R,
365
- f.isString(P) ? P.trim() : P,
366
- h,
367
- d
368
- )) === !0 && g(R, h ? h.concat(P) : [P]);
369
- }), p.pop();
370
- }
371
- }
372
- if (!f.isObject(t))
373
- throw new TypeError("data must be an object");
374
- return g(t), e;
375
- }
376
- function ir(t) {
377
- const e = {
378
- "!": "%21",
379
- "'": "%27",
380
- "(": "%28",
381
- ")": "%29",
382
- "~": "%7E",
383
- "%20": "+",
384
- "%00": "\0"
385
- };
386
- return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g, function(r) {
387
- return e[r];
388
- });
389
- }
390
- function qt(t, e) {
391
- this._pairs = [], t && nt(t, this, e);
392
- }
393
- const Zr = qt.prototype;
394
- Zr.append = function(e, n) {
395
- this._pairs.push([e, n]);
396
- };
397
- Zr.toString = function(e) {
398
- const n = e ? function(r) {
399
- return e.call(this, r, ir);
400
- } : ir;
401
- return this._pairs.map(function(o) {
402
- return n(o[0]) + "=" + n(o[1]);
403
- }, "").join("&");
404
- };
405
- function Ho(t) {
406
- return encodeURIComponent(t).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
407
- }
408
- function en(t, e, n) {
409
- if (!e)
410
- return t;
411
- const r = n && n.encode || Ho, o = n && n.serialize;
412
- let a;
413
- if (o ? a = o(e, n) : a = f.isURLSearchParams(e) ? e.toString() : new qt(e, n).toString(r), a) {
414
- const i = t.indexOf("#");
415
- i !== -1 && (t = t.slice(0, i)), t += (t.indexOf("?") === -1 ? "?" : "&") + a;
416
- }
417
- return t;
418
- }
419
- class sr {
420
- constructor() {
421
- this.handlers = [];
422
- }
423
- /**
424
- * Add a new interceptor to the stack
425
- *
426
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
427
- * @param {Function} rejected The function to handle `reject` for a `Promise`
428
- *
429
- * @return {Number} An ID used to remove interceptor later
430
- */
431
- use(e, n, r) {
432
- return this.handlers.push({
433
- fulfilled: e,
434
- rejected: n,
435
- synchronous: r ? r.synchronous : !1,
436
- runWhen: r ? r.runWhen : null
437
- }), this.handlers.length - 1;
438
- }
439
- /**
440
- * Remove an interceptor from the stack
441
- *
442
- * @param {Number} id The ID that was returned by `use`
443
- *
444
- * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
445
- */
446
- eject(e) {
447
- this.handlers[e] && (this.handlers[e] = null);
448
- }
449
- /**
450
- * Clear all interceptors from the stack
451
- *
452
- * @returns {void}
453
- */
454
- clear() {
455
- this.handlers && (this.handlers = []);
456
- }
457
- /**
458
- * Iterate over all the registered interceptors
459
- *
460
- * This method is particularly useful for skipping over any
461
- * interceptors that may have become `null` calling `eject`.
462
- *
463
- * @param {Function} fn The function to call for each interceptor
464
- *
465
- * @returns {void}
466
- */
467
- forEach(e) {
468
- f.forEach(this.handlers, function(r) {
469
- r !== null && e(r);
470
- });
471
- }
472
- }
473
- const tn = {
474
- silentJSONParsing: !0,
475
- forcedJSONParsing: !0,
476
- clarifyTimeoutError: !1
477
- }, zo = typeof URLSearchParams < "u" ? URLSearchParams : qt, Wo = typeof FormData < "u" ? FormData : null, Ko = typeof Blob < "u" ? Blob : null, Go = {
478
- isBrowser: !0,
479
- classes: {
480
- URLSearchParams: zo,
481
- FormData: Wo,
482
- Blob: Ko
483
- },
484
- protocols: ["http", "https", "file", "blob", "url", "data"]
485
- }, Ht = typeof window < "u" && typeof document < "u", Tt = typeof navigator == "object" && navigator || void 0, Jo = Ht && (!Tt || ["ReactNative", "NativeScript", "NS"].indexOf(Tt.product) < 0), Vo = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
486
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Qo = Ht && window.location.href || "http://localhost", Xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
487
- __proto__: null,
488
- hasBrowserEnv: Ht,
489
- hasStandardBrowserEnv: Jo,
490
- hasStandardBrowserWebWorkerEnv: Vo,
491
- navigator: Tt,
492
- origin: Qo
493
- }, Symbol.toStringTag, { value: "Module" })), H = {
494
- ...Xo,
495
- ...Go
496
- };
497
- function Yo(t, e) {
498
- return nt(t, new H.classes.URLSearchParams(), Object.assign({
499
- visitor: function(n, r, o, a) {
500
- return H.isNode && f.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
501
- }
502
- }, e));
503
- }
504
- function Zo(t) {
505
- return f.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
506
- }
507
- function ea(t) {
508
- const e = {}, n = Object.keys(t);
509
- let r;
510
- const o = n.length;
511
- let a;
512
- for (r = 0; r < o; r++)
513
- a = n[r], e[a] = t[a];
514
- return e;
515
- }
516
- function rn(t) {
517
- function e(n, r, o, a) {
518
- let i = n[a++];
519
- if (i === "__proto__") return !0;
520
- const s = Number.isFinite(+i), u = a >= n.length;
521
- return i = !i && f.isArray(o) ? o.length : i, u ? (f.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !s) : ((!o[i] || !f.isObject(o[i])) && (o[i] = []), e(n, r, o[i], a) && f.isArray(o[i]) && (o[i] = ea(o[i])), !s);
522
- }
523
- if (f.isFormData(t) && f.isFunction(t.entries)) {
524
- const n = {};
525
- return f.forEachEntry(t, (r, o) => {
526
- e(Zo(r), o, n, 0);
527
- }), n;
528
- }
529
- return null;
530
- }
531
- function ta(t, e, n) {
532
- if (f.isString(t))
533
- try {
534
- return (e || JSON.parse)(t), f.trim(t);
535
- } catch (r) {
536
- if (r.name !== "SyntaxError")
537
- throw r;
538
- }
539
- return (n || JSON.stringify)(t);
540
- }
541
- const De = {
542
- transitional: tn,
543
- adapter: ["xhr", "http", "fetch"],
544
- transformRequest: [function(e, n) {
545
- const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, a = f.isObject(e);
546
- if (a && f.isHTMLForm(e) && (e = new FormData(e)), f.isFormData(e))
547
- return o ? JSON.stringify(rn(e)) : e;
548
- if (f.isArrayBuffer(e) || f.isBuffer(e) || f.isStream(e) || f.isFile(e) || f.isBlob(e) || f.isReadableStream(e))
549
- return e;
550
- if (f.isArrayBufferView(e))
551
- return e.buffer;
552
- if (f.isURLSearchParams(e))
553
- return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), e.toString();
554
- let s;
555
- if (a) {
556
- if (r.indexOf("application/x-www-form-urlencoded") > -1)
557
- return Yo(e, this.formSerializer).toString();
558
- if ((s = f.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
559
- const u = this.env && this.env.FormData;
560
- return nt(
561
- s ? { "files[]": e } : e,
562
- u && new u(),
563
- this.formSerializer
564
- );
565
- }
566
- }
567
- return a || o ? (n.setContentType("application/json", !1), ta(e)) : e;
568
- }],
569
- transformResponse: [function(e) {
570
- const n = this.transitional || De.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
571
- if (f.isResponse(e) || f.isReadableStream(e))
572
- return e;
573
- if (e && f.isString(e) && (r && !this.responseType || o)) {
574
- const i = !(n && n.silentJSONParsing) && o;
575
- try {
576
- return JSON.parse(e);
577
- } catch (s) {
578
- if (i)
579
- throw s.name === "SyntaxError" ? S.from(s, S.ERR_BAD_RESPONSE, this, null, this.response) : s;
580
- }
581
- }
582
- return e;
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: H.classes.FormData,
595
- Blob: H.classes.Blob
596
- },
597
- validateStatus: function(e) {
598
- return e >= 200 && e < 300;
599
- },
600
- headers: {
601
- common: {
602
- Accept: "application/json, text/plain, */*",
603
- "Content-Type": void 0
604
- }
605
- }
606
- };
607
- f.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
608
- De.headers[t] = {};
609
- });
610
- const ra = f.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
- ]), na = (t) => {
629
- const e = {};
630
- let n, r, o;
631
- return t && t.split(`
632
- `).forEach(function(i) {
633
- o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || e[n] && ra[n]) && (n === "set-cookie" ? e[n] ? e[n].push(r) : e[n] = [r] : e[n] = e[n] ? e[n] + ", " + r : r);
634
- }), e;
635
- }, lr = Symbol("internals");
636
- function Re(t) {
637
- return t && String(t).trim().toLowerCase();
638
- }
639
- function He(t) {
640
- return t === !1 || t == null ? t : f.isArray(t) ? t.map(He) : String(t);
641
- }
642
- function oa(t) {
643
- const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
644
- let r;
645
- for (; r = n.exec(t); )
646
- e[r[1]] = r[2];
647
- return e;
648
- }
649
- const aa = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
650
- function ct(t, e, n, r, o) {
651
- if (f.isFunction(r))
652
- return r.call(this, e, n);
653
- if (o && (e = n), !!f.isString(e)) {
654
- if (f.isString(r))
655
- return e.indexOf(r) !== -1;
656
- if (f.isRegExp(r))
657
- return r.test(e);
658
- }
659
- }
660
- function ia(t) {
661
- return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, n, r) => n.toUpperCase() + r);
662
- }
663
- function sa(t, e) {
664
- const n = f.toCamelCase(" " + e);
665
- ["get", "set", "has"].forEach((r) => {
666
- Object.defineProperty(t, r + n, {
667
- value: function(o, a, i) {
668
- return this[r].call(this, e, o, a, i);
669
- },
670
- configurable: !0
671
- });
672
- });
673
- }
674
- class z {
675
- constructor(e) {
676
- e && this.set(e);
677
- }
678
- set(e, n, r) {
679
- const o = this;
680
- function a(s, u, l) {
681
- const c = Re(u);
682
- if (!c)
683
- throw new Error("header name must be a non-empty string");
684
- const p = f.findKey(o, c);
685
- (!p || o[p] === void 0 || l === !0 || l === void 0 && o[p] !== !1) && (o[p || u] = He(s));
686
- }
687
- const i = (s, u) => f.forEach(s, (l, c) => a(l, c, u));
688
- if (f.isPlainObject(e) || e instanceof this.constructor)
689
- i(e, n);
690
- else if (f.isString(e) && (e = e.trim()) && !aa(e))
691
- i(na(e), n);
692
- else if (f.isHeaders(e))
693
- for (const [s, u] of e.entries())
694
- a(u, s, r);
695
- else
696
- e != null && a(n, e, r);
697
- return this;
698
- }
699
- get(e, n) {
700
- if (e = Re(e), e) {
701
- const r = f.findKey(this, e);
702
- if (r) {
703
- const o = this[r];
704
- if (!n)
705
- return o;
706
- if (n === !0)
707
- return oa(o);
708
- if (f.isFunction(n))
709
- return n.call(this, o, r);
710
- if (f.isRegExp(n))
711
- return n.exec(o);
712
- throw new TypeError("parser must be boolean|regexp|function");
713
- }
714
- }
715
- }
716
- has(e, n) {
717
- if (e = Re(e), e) {
718
- const r = f.findKey(this, e);
719
- return !!(r && this[r] !== void 0 && (!n || ct(this, this[r], r, n)));
720
- }
721
- return !1;
722
- }
723
- delete(e, n) {
724
- const r = this;
725
- let o = !1;
726
- function a(i) {
727
- if (i = Re(i), i) {
728
- const s = f.findKey(r, i);
729
- s && (!n || ct(r, r[s], s, n)) && (delete r[s], o = !0);
730
- }
731
- }
732
- return f.isArray(e) ? e.forEach(a) : a(e), o;
733
- }
734
- clear(e) {
735
- const n = Object.keys(this);
736
- let r = n.length, o = !1;
737
- for (; r--; ) {
738
- const a = n[r];
739
- (!e || ct(this, this[a], a, e, !0)) && (delete this[a], o = !0);
740
- }
741
- return o;
742
- }
743
- normalize(e) {
744
- const n = this, r = {};
745
- return f.forEach(this, (o, a) => {
746
- const i = f.findKey(r, a);
747
- if (i) {
748
- n[i] = He(o), delete n[a];
749
- return;
750
- }
751
- const s = e ? ia(a) : String(a).trim();
752
- s !== a && delete n[a], n[s] = He(o), r[s] = !0;
753
- }), this;
754
- }
755
- concat(...e) {
756
- return this.constructor.concat(this, ...e);
757
- }
758
- toJSON(e) {
759
- const n = /* @__PURE__ */ Object.create(null);
760
- return f.forEach(this, (r, o) => {
761
- r != null && r !== !1 && (n[o] = e && f.isArray(r) ? r.join(", ") : r);
762
- }), n;
763
- }
764
- [Symbol.iterator]() {
765
- return Object.entries(this.toJSON())[Symbol.iterator]();
766
- }
767
- toString() {
768
- return Object.entries(this.toJSON()).map(([e, n]) => e + ": " + n).join(`
769
- `);
770
- }
771
- get [Symbol.toStringTag]() {
772
- return "AxiosHeaders";
773
- }
774
- static from(e) {
775
- return e instanceof this ? e : new this(e);
776
- }
777
- static concat(e, ...n) {
778
- const r = new this(e);
779
- return n.forEach((o) => r.set(o)), r;
780
- }
781
- static accessor(e) {
782
- const r = (this[lr] = this[lr] = {
783
- accessors: {}
784
- }).accessors, o = this.prototype;
785
- function a(i) {
786
- const s = Re(i);
787
- r[s] || (sa(o, i), r[s] = !0);
788
- }
789
- return f.isArray(e) ? e.forEach(a) : a(e), this;
790
- }
791
- }
792
- z.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
793
- f.reduceDescriptors(z.prototype, ({ value: t }, e) => {
794
- let n = e[0].toUpperCase() + e.slice(1);
795
- return {
796
- get: () => t,
797
- set(r) {
798
- this[n] = r;
799
- }
800
- };
801
- });
802
- f.freezeMethods(z);
803
- function ut(t, e) {
804
- const n = this || De, r = e || n, o = z.from(r.headers);
805
- let a = r.data;
806
- return f.forEach(t, function(s) {
807
- a = s.call(n, a, o.normalize(), e ? e.status : void 0);
808
- }), o.normalize(), a;
809
- }
810
- function nn(t) {
811
- return !!(t && t.__CANCEL__);
812
- }
813
- function Ee(t, e, n) {
814
- S.call(this, t ?? "canceled", S.ERR_CANCELED, e, n), this.name = "CanceledError";
815
- }
816
- f.inherits(Ee, S, {
817
- __CANCEL__: !0
818
- });
819
- function on(t, e, n) {
820
- const r = n.config.validateStatus;
821
- !n.status || !r || r(n.status) ? t(n) : e(new S(
822
- "Request failed with status code " + n.status,
823
- [S.ERR_BAD_REQUEST, S.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
824
- n.config,
825
- n.request,
826
- n
827
- ));
828
- }
829
- function la(t) {
830
- const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(t);
831
- return e && e[1] || "";
832
- }
833
- function ca(t, e) {
834
- t = t || 10;
835
- const n = new Array(t), r = new Array(t);
836
- let o = 0, a = 0, i;
837
- return e = e !== void 0 ? e : 1e3, function(u) {
838
- const l = Date.now(), c = r[a];
839
- i || (i = l), n[o] = u, r[o] = l;
840
- let p = a, d = 0;
841
- for (; p !== o; )
842
- d += n[p++], p = p % t;
843
- if (o = (o + 1) % t, o === a && (a = (a + 1) % t), l - i < e)
844
- return;
845
- const g = c && l - c;
846
- return g ? Math.round(d * 1e3 / g) : void 0;
847
- };
848
- }
849
- function ua(t, e) {
850
- let n = 0, r = 1e3 / e, o, a;
851
- const i = (l, c = Date.now()) => {
852
- n = c, o = null, a && (clearTimeout(a), a = null), t.apply(null, l);
853
- };
854
- return [(...l) => {
855
- const c = Date.now(), p = c - n;
856
- p >= r ? i(l, c) : (o = l, a || (a = setTimeout(() => {
857
- a = null, i(o);
858
- }, r - p)));
859
- }, () => o && i(o)];
860
- }
861
- const Ge = (t, e, n = 3) => {
862
- let r = 0;
863
- const o = ca(50, 250);
864
- return ua((a) => {
865
- const i = a.loaded, s = a.lengthComputable ? a.total : void 0, u = i - r, l = o(u), c = i <= s;
866
- r = i;
867
- const p = {
868
- loaded: i,
869
- total: s,
870
- progress: s ? i / s : void 0,
871
- bytes: u,
872
- rate: l || void 0,
873
- estimated: l && s && c ? (s - i) / l : void 0,
874
- event: a,
875
- lengthComputable: s != null,
876
- [e ? "download" : "upload"]: !0
877
- };
878
- t(p);
879
- }, n);
880
- }, cr = (t, e) => {
881
- const n = t != null;
882
- return [(r) => e[0]({
883
- lengthComputable: n,
884
- total: t,
885
- loaded: r
886
- }), e[1]];
887
- }, ur = (t) => (...e) => f.asap(() => t(...e)), fa = H.hasStandardBrowserEnv ? (
888
- // Standard browser envs have full support of the APIs needed to test
889
- // whether the request URL is of the same origin as current location.
890
- function() {
891
- const e = H.navigator && /(msie|trident)/i.test(H.navigator.userAgent), n = document.createElement("a");
892
- let r;
893
- function o(a) {
894
- let i = a;
895
- return e && (n.setAttribute("href", i), i = n.href), n.setAttribute("href", i), {
896
- href: n.href,
897
- protocol: n.protocol ? n.protocol.replace(/:$/, "") : "",
898
- host: n.host,
899
- search: n.search ? n.search.replace(/^\?/, "") : "",
900
- hash: n.hash ? n.hash.replace(/^#/, "") : "",
901
- hostname: n.hostname,
902
- port: n.port,
903
- pathname: n.pathname.charAt(0) === "/" ? n.pathname : "/" + n.pathname
904
- };
905
- }
906
- return r = o(window.location.href), function(i) {
907
- const s = f.isString(i) ? o(i) : i;
908
- return s.protocol === r.protocol && s.host === r.host;
909
- };
910
- }()
911
- ) : (
912
- // Non standard browser envs (web workers, react-native) lack needed support.
913
- /* @__PURE__ */ function() {
914
- return function() {
915
- return !0;
916
- };
917
- }()
918
- ), pa = H.hasStandardBrowserEnv ? (
919
- // Standard browser envs support document.cookie
920
- {
921
- write(t, e, n, r, o, a) {
922
- const i = [t + "=" + encodeURIComponent(e)];
923
- f.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), f.isString(r) && i.push("path=" + r), f.isString(o) && i.push("domain=" + o), a === !0 && i.push("secure"), document.cookie = i.join("; ");
924
- },
925
- read(t) {
926
- const e = document.cookie.match(new RegExp("(^|;\\s*)(" + t + ")=([^;]*)"));
927
- return e ? decodeURIComponent(e[3]) : null;
928
- },
929
- remove(t) {
930
- this.write(t, "", Date.now() - 864e5);
931
- }
932
- }
933
- ) : (
934
- // Non-standard browser env (web workers, react-native) lack needed support.
935
- {
936
- write() {
937
- },
938
- read() {
939
- return null;
940
- },
941
- remove() {
942
- }
943
- }
944
- );
945
- function da(t) {
946
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
947
- }
948
- function ya(t, e) {
949
- return e ? t.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : t;
950
- }
951
- function an(t, e) {
952
- return t && !da(e) ? ya(t, e) : e;
953
- }
954
- const fr = (t) => t instanceof z ? { ...t } : t;
955
- function de(t, e) {
956
- e = e || {};
957
- const n = {};
958
- function r(l, c, p) {
959
- return f.isPlainObject(l) && f.isPlainObject(c) ? f.merge.call({ caseless: p }, l, c) : f.isPlainObject(c) ? f.merge({}, c) : f.isArray(c) ? c.slice() : c;
960
- }
961
- function o(l, c, p) {
962
- if (f.isUndefined(c)) {
963
- if (!f.isUndefined(l))
964
- return r(void 0, l, p);
965
- } else return r(l, c, p);
966
- }
967
- function a(l, c) {
968
- if (!f.isUndefined(c))
969
- return r(void 0, c);
970
- }
971
- function i(l, c) {
972
- if (f.isUndefined(c)) {
973
- if (!f.isUndefined(l))
974
- return r(void 0, l);
975
- } else return r(void 0, c);
976
- }
977
- function s(l, c, p) {
978
- if (p in e)
979
- return r(l, c);
980
- if (p in t)
981
- return r(void 0, l);
982
- }
983
- const u = {
984
- url: a,
985
- method: a,
986
- data: a,
987
- baseURL: i,
988
- transformRequest: i,
989
- transformResponse: i,
990
- paramsSerializer: i,
991
- timeout: i,
992
- timeoutMessage: i,
993
- withCredentials: i,
994
- withXSRFToken: i,
995
- adapter: i,
996
- responseType: i,
997
- xsrfCookieName: i,
998
- xsrfHeaderName: i,
999
- onUploadProgress: i,
1000
- onDownloadProgress: i,
1001
- decompress: i,
1002
- maxContentLength: i,
1003
- maxBodyLength: i,
1004
- beforeRedirect: i,
1005
- transport: i,
1006
- httpAgent: i,
1007
- httpsAgent: i,
1008
- cancelToken: i,
1009
- socketPath: i,
1010
- responseEncoding: i,
1011
- validateStatus: s,
1012
- headers: (l, c) => o(fr(l), fr(c), !0)
1013
- };
1014
- return f.forEach(Object.keys(Object.assign({}, t, e)), function(c) {
1015
- const p = u[c] || o, d = p(t[c], e[c], c);
1016
- f.isUndefined(d) && p !== s || (n[c] = d);
1017
- }), n;
1018
- }
1019
- const sn = (t) => {
1020
- const e = de({}, t);
1021
- let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: a, headers: i, auth: s } = e;
1022
- e.headers = i = z.from(i), e.url = en(an(e.baseURL, e.url), t.params, t.paramsSerializer), s && i.set(
1023
- "Authorization",
1024
- "Basic " + btoa((s.username || "") + ":" + (s.password ? unescape(encodeURIComponent(s.password)) : ""))
1025
- );
1026
- let u;
1027
- if (f.isFormData(n)) {
1028
- if (H.hasStandardBrowserEnv || H.hasStandardBrowserWebWorkerEnv)
1029
- i.setContentType(void 0);
1030
- else if ((u = i.getContentType()) !== !1) {
1031
- const [l, ...c] = u ? u.split(";").map((p) => p.trim()).filter(Boolean) : [];
1032
- i.setContentType([l || "multipart/form-data", ...c].join("; "));
1033
- }
1034
- }
1035
- if (H.hasStandardBrowserEnv && (r && f.isFunction(r) && (r = r(e)), r || r !== !1 && fa(e.url))) {
1036
- const l = o && a && pa.read(a);
1037
- l && i.set(o, l);
1038
- }
1039
- return e;
1040
- }, ma = typeof XMLHttpRequest < "u", ha = ma && function(t) {
1041
- return new Promise(function(n, r) {
1042
- const o = sn(t);
1043
- let a = o.data;
1044
- const i = z.from(o.headers).normalize();
1045
- let { responseType: s, onUploadProgress: u, onDownloadProgress: l } = o, c, p, d, g, y;
1046
- function h() {
1047
- g && g(), y && y(), o.cancelToken && o.cancelToken.unsubscribe(c), o.signal && o.signal.removeEventListener("abort", c);
1048
- }
1049
- let m = new XMLHttpRequest();
1050
- m.open(o.method.toUpperCase(), o.url, !0), m.timeout = o.timeout;
1051
- function R() {
1052
- if (!m)
1053
- return;
1054
- const v = z.from(
1055
- "getAllResponseHeaders" in m && m.getAllResponseHeaders()
1056
- ), x = {
1057
- data: !s || s === "text" || s === "json" ? m.responseText : m.response,
1058
- status: m.status,
1059
- statusText: m.statusText,
1060
- headers: v,
1061
- config: t,
1062
- request: m
1063
- };
1064
- on(function(U) {
1065
- n(U), h();
1066
- }, function(U) {
1067
- r(U), h();
1068
- }, x), m = null;
1069
- }
1070
- "onloadend" in m ? m.onloadend = R : m.onreadystatechange = function() {
1071
- !m || m.readyState !== 4 || m.status === 0 && !(m.responseURL && m.responseURL.indexOf("file:") === 0) || setTimeout(R);
1072
- }, m.onabort = function() {
1073
- m && (r(new S("Request aborted", S.ECONNABORTED, t, m)), m = null);
1074
- }, m.onerror = function() {
1075
- r(new S("Network Error", S.ERR_NETWORK, t, m)), m = null;
1076
- }, m.ontimeout = function() {
1077
- let N = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
1078
- const x = o.transitional || tn;
1079
- o.timeoutErrorMessage && (N = o.timeoutErrorMessage), r(new S(
1080
- N,
1081
- x.clarifyTimeoutError ? S.ETIMEDOUT : S.ECONNABORTED,
1082
- t,
1083
- m
1084
- )), m = null;
1085
- }, a === void 0 && i.setContentType(null), "setRequestHeader" in m && f.forEach(i.toJSON(), function(N, x) {
1086
- m.setRequestHeader(x, N);
1087
- }), f.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), s && s !== "json" && (m.responseType = o.responseType), l && ([d, y] = Ge(l, !0), m.addEventListener("progress", d)), u && m.upload && ([p, g] = Ge(u), m.upload.addEventListener("progress", p), m.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (c = (v) => {
1088
- m && (r(!v || v.type ? new Ee(null, t, m) : v), m.abort(), m = null);
1089
- }, o.cancelToken && o.cancelToken.subscribe(c), o.signal && (o.signal.aborted ? c() : o.signal.addEventListener("abort", c)));
1090
- const P = la(o.url);
1091
- if (P && H.protocols.indexOf(P) === -1) {
1092
- r(new S("Unsupported protocol " + P + ":", S.ERR_BAD_REQUEST, t));
1093
- return;
1094
- }
1095
- m.send(a || null);
1096
- });
1097
- }, ga = (t, e) => {
1098
- const { length: n } = t = t ? t.filter(Boolean) : [];
1099
- if (e || n) {
1100
- let r = new AbortController(), o;
1101
- const a = function(l) {
1102
- if (!o) {
1103
- o = !0, s();
1104
- const c = l instanceof Error ? l : this.reason;
1105
- r.abort(c instanceof S ? c : new Ee(c instanceof Error ? c.message : c));
1106
- }
1107
- };
1108
- let i = e && setTimeout(() => {
1109
- i = null, a(new S(`timeout ${e} of ms exceeded`, S.ETIMEDOUT));
1110
- }, e);
1111
- const s = () => {
1112
- t && (i && clearTimeout(i), i = null, t.forEach((l) => {
1113
- l.unsubscribe ? l.unsubscribe(a) : l.removeEventListener("abort", a);
1114
- }), t = null);
1115
- };
1116
- t.forEach((l) => l.addEventListener("abort", a));
1117
- const { signal: u } = r;
1118
- return u.unsubscribe = () => f.asap(s), u;
1119
- }
1120
- }, va = function* (t, e) {
1121
- let n = t.byteLength;
1122
- if (n < e) {
1123
- yield t;
1124
- return;
1125
- }
1126
- let r = 0, o;
1127
- for (; r < n; )
1128
- o = r + e, yield t.slice(r, o), r = o;
1129
- }, ba = async function* (t, e) {
1130
- for await (const n of wa(t))
1131
- yield* va(n, e);
1132
- }, wa = async function* (t) {
1133
- if (t[Symbol.asyncIterator]) {
1134
- yield* t;
1135
- return;
1136
- }
1137
- const e = t.getReader();
1138
- try {
1139
- for (; ; ) {
1140
- const { done: n, value: r } = await e.read();
1141
- if (n)
1142
- break;
1143
- yield r;
1144
- }
1145
- } finally {
1146
- await e.cancel();
1147
- }
1148
- }, pr = (t, e, n, r) => {
1149
- const o = ba(t, e);
1150
- let a = 0, i, s = (u) => {
1151
- i || (i = !0, r && r(u));
1152
- };
1153
- return new ReadableStream({
1154
- async pull(u) {
1155
- try {
1156
- const { done: l, value: c } = await o.next();
1157
- if (l) {
1158
- s(), u.close();
1159
- return;
1160
- }
1161
- let p = c.byteLength;
1162
- if (n) {
1163
- let d = a += p;
1164
- n(d);
1165
- }
1166
- u.enqueue(new Uint8Array(c));
1167
- } catch (l) {
1168
- throw s(l), l;
1169
- }
1170
- },
1171
- cancel(u) {
1172
- return s(u), o.return();
1173
- }
1174
- }, {
1175
- highWaterMark: 2
1176
- });
1177
- }, ot = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", ln = ot && typeof ReadableStream == "function", Sa = ot && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((t) => (e) => t.encode(e))(new TextEncoder()) : async (t) => new Uint8Array(await new Response(t).arrayBuffer())), cn = (t, ...e) => {
1178
- try {
1179
- return !!t(...e);
1180
- } catch {
1181
- return !1;
1182
- }
1183
- }, Ea = ln && cn(() => {
1184
- let t = !1;
1185
- const e = new Request(H.origin, {
1186
- body: new ReadableStream(),
1187
- method: "POST",
1188
- get duplex() {
1189
- return t = !0, "half";
1190
- }
1191
- }).headers.has("Content-Type");
1192
- return t && !e;
1193
- }), dr = 64 * 1024, xt = ln && cn(() => f.isReadableStream(new Response("").body)), Je = {
1194
- stream: xt && ((t) => t.body)
1195
- };
1196
- ot && ((t) => {
1197
- ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((e) => {
1198
- !Je[e] && (Je[e] = f.isFunction(t[e]) ? (n) => n[e]() : (n, r) => {
1199
- throw new S(`Response type '${e}' is not supported`, S.ERR_NOT_SUPPORT, r);
1200
- });
1201
- });
1202
- })(new Response());
1203
- const Aa = async (t) => {
1204
- if (t == null)
1205
- return 0;
1206
- if (f.isBlob(t))
1207
- return t.size;
1208
- if (f.isSpecCompliantForm(t))
1209
- return (await new Request(H.origin, {
1210
- method: "POST",
1211
- body: t
1212
- }).arrayBuffer()).byteLength;
1213
- if (f.isArrayBufferView(t) || f.isArrayBuffer(t))
1214
- return t.byteLength;
1215
- if (f.isURLSearchParams(t) && (t = t + ""), f.isString(t))
1216
- return (await Sa(t)).byteLength;
1217
- }, Oa = async (t, e) => {
1218
- const n = f.toFiniteNumber(t.getContentLength());
1219
- return n ?? Aa(e);
1220
- }, Ra = ot && (async (t) => {
1221
- let {
1222
- url: e,
1223
- method: n,
1224
- data: r,
1225
- signal: o,
1226
- cancelToken: a,
1227
- timeout: i,
1228
- onDownloadProgress: s,
1229
- onUploadProgress: u,
1230
- responseType: l,
1231
- headers: c,
1232
- withCredentials: p = "same-origin",
1233
- fetchOptions: d
1234
- } = sn(t);
1235
- l = l ? (l + "").toLowerCase() : "text";
1236
- let g = ga([o, a && a.toAbortSignal()], i), y;
1237
- const h = g && g.unsubscribe && (() => {
1238
- g.unsubscribe();
1239
- });
1240
- let m;
1241
- try {
1242
- if (u && Ea && n !== "get" && n !== "head" && (m = await Oa(c, r)) !== 0) {
1243
- let x = new Request(e, {
1244
- method: "POST",
1245
- body: r,
1246
- duplex: "half"
1247
- }), L;
1248
- if (f.isFormData(r) && (L = x.headers.get("content-type")) && c.setContentType(L), x.body) {
1249
- const [U, K] = cr(
1250
- m,
1251
- Ge(ur(u))
1252
- );
1253
- r = pr(x.body, dr, U, K);
1254
- }
1255
- }
1256
- f.isString(p) || (p = p ? "include" : "omit");
1257
- const R = "credentials" in Request.prototype;
1258
- y = new Request(e, {
1259
- ...d,
1260
- signal: g,
1261
- method: n.toUpperCase(),
1262
- headers: c.normalize().toJSON(),
1263
- body: r,
1264
- duplex: "half",
1265
- credentials: R ? p : void 0
1266
- });
1267
- let P = await fetch(y);
1268
- const v = xt && (l === "stream" || l === "response");
1269
- if (xt && (s || v && h)) {
1270
- const x = {};
1271
- ["status", "statusText", "headers"].forEach((J) => {
1272
- x[J] = P[J];
1273
- });
1274
- const L = f.toFiniteNumber(P.headers.get("content-length")), [U, K] = s && cr(
1275
- L,
1276
- Ge(ur(s), !0)
1277
- ) || [];
1278
- P = new Response(
1279
- pr(P.body, dr, U, () => {
1280
- K && K(), h && h();
1281
- }),
1282
- x
1283
- );
1284
- }
1285
- l = l || "text";
1286
- let N = await Je[f.findKey(Je, l) || "text"](P, t);
1287
- return !v && h && h(), await new Promise((x, L) => {
1288
- on(x, L, {
1289
- data: N,
1290
- headers: z.from(P.headers),
1291
- status: P.status,
1292
- statusText: P.statusText,
1293
- config: t,
1294
- request: y
1295
- });
1296
- });
1297
- } catch (R) {
1298
- throw h && h(), R && R.name === "TypeError" && /fetch/i.test(R.message) ? Object.assign(
1299
- new S("Network Error", S.ERR_NETWORK, t, y),
1300
- {
1301
- cause: R.cause || R
1302
- }
1303
- ) : S.from(R, R && R.code, t, y);
1304
- }
1305
- }), $t = {
1306
- http: ko,
1307
- xhr: ha,
1308
- fetch: Ra
1309
- };
1310
- f.forEach($t, (t, e) => {
1311
- if (t) {
1312
- try {
1313
- Object.defineProperty(t, "name", { value: e });
1314
- } catch {
1315
- }
1316
- Object.defineProperty(t, "adapterName", { value: e });
1317
- }
1318
- });
1319
- const yr = (t) => `- ${t}`, Pa = (t) => f.isFunction(t) || t === null || t === !1, un = {
1320
- getAdapter: (t) => {
1321
- t = f.isArray(t) ? t : [t];
1322
- const { length: e } = t;
1323
- let n, r;
1324
- const o = {};
1325
- for (let a = 0; a < e; a++) {
1326
- n = t[a];
1327
- let i;
1328
- if (r = n, !Pa(n) && (r = $t[(i = String(n)).toLowerCase()], r === void 0))
1329
- throw new S(`Unknown adapter '${i}'`);
1330
- if (r)
1331
- break;
1332
- o[i || "#" + a] = r;
1333
- }
1334
- if (!r) {
1335
- const a = Object.entries(o).map(
1336
- ([s, u]) => `adapter ${s} ` + (u === !1 ? "is not supported by the environment" : "is not available in the build")
1337
- );
1338
- let i = e ? a.length > 1 ? `since :
1339
- ` + a.map(yr).join(`
1340
- `) : " " + yr(a[0]) : "as no adapter specified";
1341
- throw new S(
1342
- "There is no suitable adapter to dispatch the request " + i,
1343
- "ERR_NOT_SUPPORT"
1344
- );
1345
- }
1346
- return r;
1347
- },
1348
- adapters: $t
1349
- };
1350
- function ft(t) {
1351
- if (t.cancelToken && t.cancelToken.throwIfRequested(), t.signal && t.signal.aborted)
1352
- throw new Ee(null, t);
1353
- }
1354
- function mr(t) {
1355
- return ft(t), t.headers = z.from(t.headers), t.data = ut.call(
1356
- t,
1357
- t.transformRequest
1358
- ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), un.getAdapter(t.adapter || De.adapter)(t).then(function(r) {
1359
- return ft(t), r.data = ut.call(
1360
- t,
1361
- t.transformResponse,
1362
- r
1363
- ), r.headers = z.from(r.headers), r;
1364
- }, function(r) {
1365
- return nn(r) || (ft(t), r && r.response && (r.response.data = ut.call(
1366
- t,
1367
- t.transformResponse,
1368
- r.response
1369
- ), r.response.headers = z.from(r.response.headers))), Promise.reject(r);
1370
- });
1371
- }
1372
- const fn = "1.7.7", zt = {};
1373
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
1374
- zt[t] = function(r) {
1375
- return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
1376
- };
1377
- });
1378
- const hr = {};
1379
- zt.transitional = function(e, n, r) {
1380
- function o(a, i) {
1381
- return "[Axios v" + fn + "] Transitional option '" + a + "'" + i + (r ? ". " + r : "");
1382
- }
1383
- return (a, i, s) => {
1384
- if (e === !1)
1385
- throw new S(
1386
- o(i, " has been removed" + (n ? " in " + n : "")),
1387
- S.ERR_DEPRECATED
1388
- );
1389
- return n && !hr[i] && (hr[i] = !0), e ? e(a, i, s) : !0;
1390
- };
1391
- };
1392
- function Ta(t, e, n) {
1393
- if (typeof t != "object")
1394
- throw new S("options must be an object", S.ERR_BAD_OPTION_VALUE);
1395
- const r = Object.keys(t);
1396
- let o = r.length;
1397
- for (; o-- > 0; ) {
1398
- const a = r[o], i = e[a];
1399
- if (i) {
1400
- const s = t[a], u = s === void 0 || i(s, a, t);
1401
- if (u !== !0)
1402
- throw new S("option " + a + " must be " + u, S.ERR_BAD_OPTION_VALUE);
1403
- continue;
1404
- }
1405
- if (n !== !0)
1406
- throw new S("Unknown option " + a, S.ERR_BAD_OPTION);
1407
- }
1408
- }
1409
- const Ct = {
1410
- assertOptions: Ta,
1411
- validators: zt
1412
- }, re = Ct.validators;
1413
- class ce {
1414
- constructor(e) {
1415
- this.defaults = e, this.interceptors = {
1416
- request: new sr(),
1417
- response: new sr()
1418
- };
1419
- }
1420
- /**
1421
- * Dispatch a request
1422
- *
1423
- * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
1424
- * @param {?Object} config
1425
- *
1426
- * @returns {Promise} The Promise to be fulfilled
1427
- */
1428
- async request(e, n) {
1429
- try {
1430
- return await this._request(e, n);
1431
- } catch (r) {
1432
- if (r instanceof Error) {
1433
- let o;
1434
- Error.captureStackTrace ? Error.captureStackTrace(o = {}) : o = new Error();
1435
- const a = o.stack ? o.stack.replace(/^.+\n/, "") : "";
1436
- try {
1437
- r.stack ? a && !String(r.stack).endsWith(a.replace(/^.+\n.+\n/, "")) && (r.stack += `
1438
- ` + a) : r.stack = a;
1439
- } catch {
1440
- }
1441
- }
1442
- throw r;
1443
- }
1444
- }
1445
- _request(e, n) {
1446
- typeof e == "string" ? (n = n || {}, n.url = e) : n = e || {}, n = de(this.defaults, n);
1447
- const { transitional: r, paramsSerializer: o, headers: a } = n;
1448
- r !== void 0 && Ct.assertOptions(r, {
1449
- silentJSONParsing: re.transitional(re.boolean),
1450
- forcedJSONParsing: re.transitional(re.boolean),
1451
- clarifyTimeoutError: re.transitional(re.boolean)
1452
- }, !1), o != null && (f.isFunction(o) ? n.paramsSerializer = {
1453
- serialize: o
1454
- } : Ct.assertOptions(o, {
1455
- encode: re.function,
1456
- serialize: re.function
1457
- }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1458
- let i = a && f.merge(
1459
- a.common,
1460
- a[n.method]
1461
- );
1462
- a && f.forEach(
1463
- ["delete", "get", "head", "post", "put", "patch", "common"],
1464
- (y) => {
1465
- delete a[y];
1466
- }
1467
- ), n.headers = z.concat(i, a);
1468
- const s = [];
1469
- let u = !0;
1470
- this.interceptors.request.forEach(function(h) {
1471
- typeof h.runWhen == "function" && h.runWhen(n) === !1 || (u = u && h.synchronous, s.unshift(h.fulfilled, h.rejected));
1472
- });
1473
- const l = [];
1474
- this.interceptors.response.forEach(function(h) {
1475
- l.push(h.fulfilled, h.rejected);
1476
- });
1477
- let c, p = 0, d;
1478
- if (!u) {
1479
- const y = [mr.bind(this), void 0];
1480
- for (y.unshift.apply(y, s), y.push.apply(y, l), d = y.length, c = Promise.resolve(n); p < d; )
1481
- c = c.then(y[p++], y[p++]);
1482
- return c;
1483
- }
1484
- d = s.length;
1485
- let g = n;
1486
- for (p = 0; p < d; ) {
1487
- const y = s[p++], h = s[p++];
1488
- try {
1489
- g = y(g);
1490
- } catch (m) {
1491
- h.call(this, m);
1492
- break;
1493
- }
1494
- }
1495
- try {
1496
- c = mr.call(this, g);
1497
- } catch (y) {
1498
- return Promise.reject(y);
1499
- }
1500
- for (p = 0, d = l.length; p < d; )
1501
- c = c.then(l[p++], l[p++]);
1502
- return c;
1503
- }
1504
- getUri(e) {
1505
- e = de(this.defaults, e);
1506
- const n = an(e.baseURL, e.url);
1507
- return en(n, e.params, e.paramsSerializer);
1508
- }
1509
- }
1510
- f.forEach(["delete", "get", "head", "options"], function(e) {
1511
- ce.prototype[e] = function(n, r) {
1512
- return this.request(de(r || {}, {
1513
- method: e,
1514
- url: n,
1515
- data: (r || {}).data
1516
- }));
1517
- };
1518
- });
1519
- f.forEach(["post", "put", "patch"], function(e) {
1520
- function n(r) {
1521
- return function(a, i, s) {
1522
- return this.request(de(s || {}, {
1523
- method: e,
1524
- headers: r ? {
1525
- "Content-Type": "multipart/form-data"
1526
- } : {},
1527
- url: a,
1528
- data: i
1529
- }));
1530
- };
1531
- }
1532
- ce.prototype[e] = n(), ce.prototype[e + "Form"] = n(!0);
1533
- });
1534
- class Wt {
1535
- constructor(e) {
1536
- if (typeof e != "function")
1537
- throw new TypeError("executor must be a function.");
1538
- let n;
1539
- this.promise = new Promise(function(a) {
1540
- n = a;
1541
- });
1542
- const r = this;
1543
- this.promise.then((o) => {
1544
- if (!r._listeners) return;
1545
- let a = r._listeners.length;
1546
- for (; a-- > 0; )
1547
- r._listeners[a](o);
1548
- r._listeners = null;
1549
- }), this.promise.then = (o) => {
1550
- let a;
1551
- const i = new Promise((s) => {
1552
- r.subscribe(s), a = s;
1553
- }).then(o);
1554
- return i.cancel = function() {
1555
- r.unsubscribe(a);
1556
- }, i;
1557
- }, e(function(a, i, s) {
1558
- r.reason || (r.reason = new Ee(a, i, s), n(r.reason));
1559
- });
1560
- }
1561
- /**
1562
- * Throws a `CanceledError` if cancellation has been requested.
1563
- */
1564
- throwIfRequested() {
1565
- if (this.reason)
1566
- throw this.reason;
1567
- }
1568
- /**
1569
- * Subscribe to the cancel signal
1570
- */
1571
- subscribe(e) {
1572
- if (this.reason) {
1573
- e(this.reason);
1574
- return;
1575
- }
1576
- this._listeners ? this._listeners.push(e) : this._listeners = [e];
1577
- }
1578
- /**
1579
- * Unsubscribe from the cancel signal
1580
- */
1581
- unsubscribe(e) {
1582
- if (!this._listeners)
1583
- return;
1584
- const n = this._listeners.indexOf(e);
1585
- n !== -1 && this._listeners.splice(n, 1);
1586
- }
1587
- toAbortSignal() {
1588
- const e = new AbortController(), n = (r) => {
1589
- e.abort(r);
1590
- };
1591
- return this.subscribe(n), e.signal.unsubscribe = () => this.unsubscribe(n), e.signal;
1592
- }
1593
- /**
1594
- * Returns an object that contains a new `CancelToken` and a function that, when called,
1595
- * cancels the `CancelToken`.
1596
- */
1597
- static source() {
1598
- let e;
1599
- return {
1600
- token: new Wt(function(o) {
1601
- e = o;
1602
- }),
1603
- cancel: e
1604
- };
1605
- }
1606
- }
1607
- function xa(t) {
1608
- return function(n) {
1609
- return t.apply(null, n);
1610
- };
1611
- }
1612
- function $a(t) {
1613
- return f.isObject(t) && t.isAxiosError === !0;
1614
- }
1615
- const Ft = {
1616
- Continue: 100,
1617
- SwitchingProtocols: 101,
1618
- Processing: 102,
1619
- EarlyHints: 103,
1620
- Ok: 200,
1621
- Created: 201,
1622
- Accepted: 202,
1623
- NonAuthoritativeInformation: 203,
1624
- NoContent: 204,
1625
- ResetContent: 205,
1626
- PartialContent: 206,
1627
- MultiStatus: 207,
1628
- AlreadyReported: 208,
1629
- ImUsed: 226,
1630
- MultipleChoices: 300,
1631
- MovedPermanently: 301,
1632
- Found: 302,
1633
- SeeOther: 303,
1634
- NotModified: 304,
1635
- UseProxy: 305,
1636
- Unused: 306,
1637
- TemporaryRedirect: 307,
1638
- PermanentRedirect: 308,
1639
- BadRequest: 400,
1640
- Unauthorized: 401,
1641
- PaymentRequired: 402,
1642
- Forbidden: 403,
1643
- NotFound: 404,
1644
- MethodNotAllowed: 405,
1645
- NotAcceptable: 406,
1646
- ProxyAuthenticationRequired: 407,
1647
- RequestTimeout: 408,
1648
- Conflict: 409,
1649
- Gone: 410,
1650
- LengthRequired: 411,
1651
- PreconditionFailed: 412,
1652
- PayloadTooLarge: 413,
1653
- UriTooLong: 414,
1654
- UnsupportedMediaType: 415,
1655
- RangeNotSatisfiable: 416,
1656
- ExpectationFailed: 417,
1657
- ImATeapot: 418,
1658
- MisdirectedRequest: 421,
1659
- UnprocessableEntity: 422,
1660
- Locked: 423,
1661
- FailedDependency: 424,
1662
- TooEarly: 425,
1663
- UpgradeRequired: 426,
1664
- PreconditionRequired: 428,
1665
- TooManyRequests: 429,
1666
- RequestHeaderFieldsTooLarge: 431,
1667
- UnavailableForLegalReasons: 451,
1668
- InternalServerError: 500,
1669
- NotImplemented: 501,
1670
- BadGateway: 502,
1671
- ServiceUnavailable: 503,
1672
- GatewayTimeout: 504,
1673
- HttpVersionNotSupported: 505,
1674
- VariantAlsoNegotiates: 506,
1675
- InsufficientStorage: 507,
1676
- LoopDetected: 508,
1677
- NotExtended: 510,
1678
- NetworkAuthenticationRequired: 511
1679
- };
1680
- Object.entries(Ft).forEach(([t, e]) => {
1681
- Ft[e] = t;
1682
- });
1683
- function pn(t) {
1684
- const e = new ce(t), n = qr(ce.prototype.request, e);
1685
- return f.extend(n, ce.prototype, e, { allOwnKeys: !0 }), f.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(o) {
1686
- return pn(de(t, o));
1687
- }, n;
1688
- }
1689
- const I = pn(De);
1690
- I.Axios = ce;
1691
- I.CanceledError = Ee;
1692
- I.CancelToken = Wt;
1693
- I.isCancel = nn;
1694
- I.VERSION = fn;
1695
- I.toFormData = nt;
1696
- I.AxiosError = S;
1697
- I.Cancel = I.CanceledError;
1698
- I.all = function(e) {
1699
- return Promise.all(e);
1700
- };
1701
- I.spread = xa;
1702
- I.isAxiosError = $a;
1703
- I.mergeConfig = de;
1704
- I.AxiosHeaders = z;
1705
- I.formToJSON = (t) => rn(f.isHTMLForm(t) ? new FormData(t) : t);
1706
- I.getAdapter = un.getAdapter;
1707
- I.HttpStatusCode = Ft;
1708
- I.default = I;
1709
- var gr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1710
- function Ca(t) {
1711
- return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
1712
- }
1713
- function Fa(t) {
1714
- if (t.__esModule) return t;
1715
- var e = t.default;
1716
- if (typeof e == "function") {
1717
- var n = function r() {
1718
- return this instanceof r ? Reflect.construct(e, arguments, this.constructor) : e.apply(this, arguments);
1719
- };
1720
- n.prototype = e.prototype;
1721
- } else n = {};
1722
- return Object.defineProperty(n, "__esModule", { value: !0 }), Object.keys(t).forEach(function(r) {
1723
- var o = Object.getOwnPropertyDescriptor(t, r);
1724
- Object.defineProperty(n, r, o.get ? o : {
1725
- enumerable: !0,
1726
- get: function() {
1727
- return t[r];
1728
- }
1729
- });
1730
- }), n;
1731
- }
1732
- var Da = Error, Na = EvalError, Ia = RangeError, _a = ReferenceError, dn = SyntaxError, Ne = TypeError, Ba = URIError, La = function() {
1733
- if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
1734
- return !1;
1735
- if (typeof Symbol.iterator == "symbol")
1736
- return !0;
1737
- var e = {}, n = Symbol("test"), r = Object(n);
1738
- if (typeof n == "string" || Object.prototype.toString.call(n) !== "[object Symbol]" || Object.prototype.toString.call(r) !== "[object Symbol]")
1739
- return !1;
1740
- var o = 42;
1741
- e[n] = o;
1742
- for (n in e)
1743
- return !1;
1744
- if (typeof Object.keys == "function" && Object.keys(e).length !== 0 || typeof Object.getOwnPropertyNames == "function" && Object.getOwnPropertyNames(e).length !== 0)
1745
- return !1;
1746
- var a = Object.getOwnPropertySymbols(e);
1747
- if (a.length !== 1 || a[0] !== n || !Object.prototype.propertyIsEnumerable.call(e, n))
1748
- return !1;
1749
- if (typeof Object.getOwnPropertyDescriptor == "function") {
1750
- var i = Object.getOwnPropertyDescriptor(e, n);
1751
- if (i.value !== o || i.enumerable !== !0)
1752
- return !1;
1753
- }
1754
- return !0;
1755
- }, vr = typeof Symbol < "u" && Symbol, Ua = La, Ma = function() {
1756
- return typeof vr != "function" || typeof Symbol != "function" || typeof vr("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Ua();
1757
- }, pt = {
1758
- __proto__: null,
1759
- foo: {}
1760
- }, ka = Object, ja = function() {
1761
- return { __proto__: pt }.foo === pt.foo && !(pt instanceof ka);
1762
- }, qa = "Function.prototype.bind called on incompatible ", Ha = Object.prototype.toString, za = Math.max, Wa = "[object Function]", br = function(e, n) {
1763
- for (var r = [], o = 0; o < e.length; o += 1)
1764
- r[o] = e[o];
1765
- for (var a = 0; a < n.length; a += 1)
1766
- r[a + e.length] = n[a];
1767
- return r;
1768
- }, Ka = function(e, n) {
1769
- for (var r = [], o = n, a = 0; o < e.length; o += 1, a += 1)
1770
- r[a] = e[o];
1771
- return r;
1772
- }, Ga = function(t, e) {
1773
- for (var n = "", r = 0; r < t.length; r += 1)
1774
- n += t[r], r + 1 < t.length && (n += e);
1775
- return n;
1776
- }, Ja = function(e) {
1777
- var n = this;
1778
- if (typeof n != "function" || Ha.apply(n) !== Wa)
1779
- throw new TypeError(qa + n);
1780
- for (var r = Ka(arguments, 1), o, a = function() {
1781
- if (this instanceof o) {
1782
- var c = n.apply(
1783
- this,
1784
- br(r, arguments)
1785
- );
1786
- return Object(c) === c ? c : this;
1787
- }
1788
- return n.apply(
1789
- e,
1790
- br(r, arguments)
1791
- );
1792
- }, i = za(0, n.length - r.length), s = [], u = 0; u < i; u++)
1793
- s[u] = "$" + u;
1794
- if (o = Function("binder", "return function (" + Ga(s, ",") + "){ return binder.apply(this,arguments); }")(a), n.prototype) {
1795
- var l = function() {
1796
- };
1797
- l.prototype = n.prototype, o.prototype = new l(), l.prototype = null;
1798
- }
1799
- return o;
1800
- }, Va = Ja, Kt = Function.prototype.bind || Va, Qa = Function.prototype.call, Xa = Object.prototype.hasOwnProperty, Ya = Kt, Za = Ya.call(Qa, Xa), A, ei = Da, ti = Na, ri = Ia, ni = _a, ve = dn, ge = Ne, oi = Ba, yn = Function, dt = function(t) {
1801
- try {
1802
- return yn('"use strict"; return (' + t + ").constructor;")();
1803
- } catch {
1804
- }
1805
- }, ue = Object.getOwnPropertyDescriptor;
1806
- if (ue)
1807
- try {
1808
- ue({}, "");
1809
- } catch {
1810
- ue = null;
1811
- }
1812
- var yt = function() {
1813
- throw new ge();
1814
- }, ai = ue ? function() {
1815
- try {
1816
- return arguments.callee, yt;
1817
- } catch {
1818
- try {
1819
- return ue(arguments, "callee").get;
1820
- } catch {
1821
- return yt;
1822
- }
1823
- }
1824
- }() : yt, ye = Ma(), ii = ja(), B = Object.getPrototypeOf || (ii ? function(t) {
1825
- return t.__proto__;
1826
- } : null), he = {}, si = typeof Uint8Array > "u" || !B ? A : B(Uint8Array), fe = {
1827
- __proto__: null,
1828
- "%AggregateError%": typeof AggregateError > "u" ? A : AggregateError,
1829
- "%Array%": Array,
1830
- "%ArrayBuffer%": typeof ArrayBuffer > "u" ? A : ArrayBuffer,
1831
- "%ArrayIteratorPrototype%": ye && B ? B([][Symbol.iterator]()) : A,
1832
- "%AsyncFromSyncIteratorPrototype%": A,
1833
- "%AsyncFunction%": he,
1834
- "%AsyncGenerator%": he,
1835
- "%AsyncGeneratorFunction%": he,
1836
- "%AsyncIteratorPrototype%": he,
1837
- "%Atomics%": typeof Atomics > "u" ? A : Atomics,
1838
- "%BigInt%": typeof BigInt > "u" ? A : BigInt,
1839
- "%BigInt64Array%": typeof BigInt64Array > "u" ? A : BigInt64Array,
1840
- "%BigUint64Array%": typeof BigUint64Array > "u" ? A : BigUint64Array,
1841
- "%Boolean%": Boolean,
1842
- "%DataView%": typeof DataView > "u" ? A : DataView,
1843
- "%Date%": Date,
1844
- "%decodeURI%": decodeURI,
1845
- "%decodeURIComponent%": decodeURIComponent,
1846
- "%encodeURI%": encodeURI,
1847
- "%encodeURIComponent%": encodeURIComponent,
1848
- "%Error%": ei,
1849
- "%eval%": eval,
1850
- // eslint-disable-line no-eval
1851
- "%EvalError%": ti,
1852
- "%Float32Array%": typeof Float32Array > "u" ? A : Float32Array,
1853
- "%Float64Array%": typeof Float64Array > "u" ? A : Float64Array,
1854
- "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? A : FinalizationRegistry,
1855
- "%Function%": yn,
1856
- "%GeneratorFunction%": he,
1857
- "%Int8Array%": typeof Int8Array > "u" ? A : Int8Array,
1858
- "%Int16Array%": typeof Int16Array > "u" ? A : Int16Array,
1859
- "%Int32Array%": typeof Int32Array > "u" ? A : Int32Array,
1860
- "%isFinite%": isFinite,
1861
- "%isNaN%": isNaN,
1862
- "%IteratorPrototype%": ye && B ? B(B([][Symbol.iterator]())) : A,
1863
- "%JSON%": typeof JSON == "object" ? JSON : A,
1864
- "%Map%": typeof Map > "u" ? A : Map,
1865
- "%MapIteratorPrototype%": typeof Map > "u" || !ye || !B ? A : B((/* @__PURE__ */ new Map())[Symbol.iterator]()),
1866
- "%Math%": Math,
1867
- "%Number%": Number,
1868
- "%Object%": Object,
1869
- "%parseFloat%": parseFloat,
1870
- "%parseInt%": parseInt,
1871
- "%Promise%": typeof Promise > "u" ? A : Promise,
1872
- "%Proxy%": typeof Proxy > "u" ? A : Proxy,
1873
- "%RangeError%": ri,
1874
- "%ReferenceError%": ni,
1875
- "%Reflect%": typeof Reflect > "u" ? A : Reflect,
1876
- "%RegExp%": RegExp,
1877
- "%Set%": typeof Set > "u" ? A : Set,
1878
- "%SetIteratorPrototype%": typeof Set > "u" || !ye || !B ? A : B((/* @__PURE__ */ new Set())[Symbol.iterator]()),
1879
- "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? A : SharedArrayBuffer,
1880
- "%String%": String,
1881
- "%StringIteratorPrototype%": ye && B ? B(""[Symbol.iterator]()) : A,
1882
- "%Symbol%": ye ? Symbol : A,
1883
- "%SyntaxError%": ve,
1884
- "%ThrowTypeError%": ai,
1885
- "%TypedArray%": si,
1886
- "%TypeError%": ge,
1887
- "%Uint8Array%": typeof Uint8Array > "u" ? A : Uint8Array,
1888
- "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? A : Uint8ClampedArray,
1889
- "%Uint16Array%": typeof Uint16Array > "u" ? A : Uint16Array,
1890
- "%Uint32Array%": typeof Uint32Array > "u" ? A : Uint32Array,
1891
- "%URIError%": oi,
1892
- "%WeakMap%": typeof WeakMap > "u" ? A : WeakMap,
1893
- "%WeakRef%": typeof WeakRef > "u" ? A : WeakRef,
1894
- "%WeakSet%": typeof WeakSet > "u" ? A : WeakSet
1895
- };
1896
- if (B)
1897
- try {
1898
- null.error;
1899
- } catch (t) {
1900
- var li = B(B(t));
1901
- fe["%Error.prototype%"] = li;
1902
- }
1903
- var ci = function t(e) {
1904
- var n;
1905
- if (e === "%AsyncFunction%")
1906
- n = dt("async function () {}");
1907
- else if (e === "%GeneratorFunction%")
1908
- n = dt("function* () {}");
1909
- else if (e === "%AsyncGeneratorFunction%")
1910
- n = dt("async function* () {}");
1911
- else if (e === "%AsyncGenerator%") {
1912
- var r = t("%AsyncGeneratorFunction%");
1913
- r && (n = r.prototype);
1914
- } else if (e === "%AsyncIteratorPrototype%") {
1915
- var o = t("%AsyncGenerator%");
1916
- o && B && (n = B(o.prototype));
1917
- }
1918
- return fe[e] = n, n;
1919
- }, wr = {
1920
- __proto__: null,
1921
- "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
1922
- "%ArrayPrototype%": ["Array", "prototype"],
1923
- "%ArrayProto_entries%": ["Array", "prototype", "entries"],
1924
- "%ArrayProto_forEach%": ["Array", "prototype", "forEach"],
1925
- "%ArrayProto_keys%": ["Array", "prototype", "keys"],
1926
- "%ArrayProto_values%": ["Array", "prototype", "values"],
1927
- "%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"],
1928
- "%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"],
1929
- "%AsyncGeneratorPrototype%": ["AsyncGeneratorFunction", "prototype", "prototype"],
1930
- "%BooleanPrototype%": ["Boolean", "prototype"],
1931
- "%DataViewPrototype%": ["DataView", "prototype"],
1932
- "%DatePrototype%": ["Date", "prototype"],
1933
- "%ErrorPrototype%": ["Error", "prototype"],
1934
- "%EvalErrorPrototype%": ["EvalError", "prototype"],
1935
- "%Float32ArrayPrototype%": ["Float32Array", "prototype"],
1936
- "%Float64ArrayPrototype%": ["Float64Array", "prototype"],
1937
- "%FunctionPrototype%": ["Function", "prototype"],
1938
- "%Generator%": ["GeneratorFunction", "prototype"],
1939
- "%GeneratorPrototype%": ["GeneratorFunction", "prototype", "prototype"],
1940
- "%Int8ArrayPrototype%": ["Int8Array", "prototype"],
1941
- "%Int16ArrayPrototype%": ["Int16Array", "prototype"],
1942
- "%Int32ArrayPrototype%": ["Int32Array", "prototype"],
1943
- "%JSONParse%": ["JSON", "parse"],
1944
- "%JSONStringify%": ["JSON", "stringify"],
1945
- "%MapPrototype%": ["Map", "prototype"],
1946
- "%NumberPrototype%": ["Number", "prototype"],
1947
- "%ObjectPrototype%": ["Object", "prototype"],
1948
- "%ObjProto_toString%": ["Object", "prototype", "toString"],
1949
- "%ObjProto_valueOf%": ["Object", "prototype", "valueOf"],
1950
- "%PromisePrototype%": ["Promise", "prototype"],
1951
- "%PromiseProto_then%": ["Promise", "prototype", "then"],
1952
- "%Promise_all%": ["Promise", "all"],
1953
- "%Promise_reject%": ["Promise", "reject"],
1954
- "%Promise_resolve%": ["Promise", "resolve"],
1955
- "%RangeErrorPrototype%": ["RangeError", "prototype"],
1956
- "%ReferenceErrorPrototype%": ["ReferenceError", "prototype"],
1957
- "%RegExpPrototype%": ["RegExp", "prototype"],
1958
- "%SetPrototype%": ["Set", "prototype"],
1959
- "%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"],
1960
- "%StringPrototype%": ["String", "prototype"],
1961
- "%SymbolPrototype%": ["Symbol", "prototype"],
1962
- "%SyntaxErrorPrototype%": ["SyntaxError", "prototype"],
1963
- "%TypedArrayPrototype%": ["TypedArray", "prototype"],
1964
- "%TypeErrorPrototype%": ["TypeError", "prototype"],
1965
- "%Uint8ArrayPrototype%": ["Uint8Array", "prototype"],
1966
- "%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"],
1967
- "%Uint16ArrayPrototype%": ["Uint16Array", "prototype"],
1968
- "%Uint32ArrayPrototype%": ["Uint32Array", "prototype"],
1969
- "%URIErrorPrototype%": ["URIError", "prototype"],
1970
- "%WeakMapPrototype%": ["WeakMap", "prototype"],
1971
- "%WeakSetPrototype%": ["WeakSet", "prototype"]
1972
- }, Ie = Kt, Ve = Za, ui = Ie.call(Function.call, Array.prototype.concat), fi = Ie.call(Function.apply, Array.prototype.splice), Sr = Ie.call(Function.call, String.prototype.replace), Qe = Ie.call(Function.call, String.prototype.slice), pi = Ie.call(Function.call, RegExp.prototype.exec), di = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, yi = /\\(\\)?/g, mi = function(e) {
1973
- var n = Qe(e, 0, 1), r = Qe(e, -1);
1974
- if (n === "%" && r !== "%")
1975
- throw new ve("invalid intrinsic syntax, expected closing `%`");
1976
- if (r === "%" && n !== "%")
1977
- throw new ve("invalid intrinsic syntax, expected opening `%`");
1978
- var o = [];
1979
- return Sr(e, di, function(a, i, s, u) {
1980
- o[o.length] = s ? Sr(u, yi, "$1") : i || a;
1981
- }), o;
1982
- }, hi = function(e, n) {
1983
- var r = e, o;
1984
- if (Ve(wr, r) && (o = wr[r], r = "%" + o[0] + "%"), Ve(fe, r)) {
1985
- var a = fe[r];
1986
- if (a === he && (a = ci(r)), typeof a > "u" && !n)
1987
- throw new ge("intrinsic " + e + " exists, but is not available. Please file an issue!");
1988
- return {
1989
- alias: o,
1990
- name: r,
1991
- value: a
1992
- };
1993
- }
1994
- throw new ve("intrinsic " + e + " does not exist!");
1995
- }, Ae = function(e, n) {
1996
- if (typeof e != "string" || e.length === 0)
1997
- throw new ge("intrinsic name must be a non-empty string");
1998
- if (arguments.length > 1 && typeof n != "boolean")
1999
- throw new ge('"allowMissing" argument must be a boolean');
2000
- if (pi(/^%?[^%]*%?$/, e) === null)
2001
- throw new ve("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
2002
- var r = mi(e), o = r.length > 0 ? r[0] : "", a = hi("%" + o + "%", n), i = a.name, s = a.value, u = !1, l = a.alias;
2003
- l && (o = l[0], fi(r, ui([0, 1], l)));
2004
- for (var c = 1, p = !0; c < r.length; c += 1) {
2005
- var d = r[c], g = Qe(d, 0, 1), y = Qe(d, -1);
2006
- if ((g === '"' || g === "'" || g === "`" || y === '"' || y === "'" || y === "`") && g !== y)
2007
- throw new ve("property names with quotes must have matching quotes");
2008
- if ((d === "constructor" || !p) && (u = !0), o += "." + d, i = "%" + o + "%", Ve(fe, i))
2009
- s = fe[i];
2010
- else if (s != null) {
2011
- if (!(d in s)) {
2012
- if (!n)
2013
- throw new ge("base intrinsic for " + e + " exists, but the property is not available.");
2014
- return;
2015
- }
2016
- if (ue && c + 1 >= r.length) {
2017
- var h = ue(s, d);
2018
- p = !!h, p && "get" in h && !("originalValue" in h.get) ? s = h.get : s = s[d];
2019
- } else
2020
- p = Ve(s, d), s = s[d];
2021
- p && !u && (fe[i] = s);
2022
- }
2023
- }
2024
- return s;
2025
- }, mn = { exports: {} }, mt, Er;
2026
- function Gt() {
2027
- if (Er) return mt;
2028
- Er = 1;
2029
- var t = Ae, e = t("%Object.defineProperty%", !0) || !1;
2030
- if (e)
2031
- try {
2032
- e({}, "a", { value: 1 });
2033
- } catch {
2034
- e = !1;
2035
- }
2036
- return mt = e, mt;
2037
- }
2038
- var gi = Ae, ze = gi("%Object.getOwnPropertyDescriptor%", !0);
2039
- if (ze)
2040
- try {
2041
- ze([], "length");
2042
- } catch {
2043
- ze = null;
2044
- }
2045
- var hn = ze, Ar = Gt(), vi = dn, me = Ne, Or = hn, bi = function(e, n, r) {
2046
- if (!e || typeof e != "object" && typeof e != "function")
2047
- throw new me("`obj` must be an object or a function`");
2048
- if (typeof n != "string" && typeof n != "symbol")
2049
- throw new me("`property` must be a string or a symbol`");
2050
- if (arguments.length > 3 && typeof arguments[3] != "boolean" && arguments[3] !== null)
2051
- throw new me("`nonEnumerable`, if provided, must be a boolean or null");
2052
- if (arguments.length > 4 && typeof arguments[4] != "boolean" && arguments[4] !== null)
2053
- throw new me("`nonWritable`, if provided, must be a boolean or null");
2054
- if (arguments.length > 5 && typeof arguments[5] != "boolean" && arguments[5] !== null)
2055
- throw new me("`nonConfigurable`, if provided, must be a boolean or null");
2056
- if (arguments.length > 6 && typeof arguments[6] != "boolean")
2057
- throw new me("`loose`, if provided, must be a boolean");
2058
- var o = arguments.length > 3 ? arguments[3] : null, a = arguments.length > 4 ? arguments[4] : null, i = arguments.length > 5 ? arguments[5] : null, s = arguments.length > 6 ? arguments[6] : !1, u = !!Or && Or(e, n);
2059
- if (Ar)
2060
- Ar(e, n, {
2061
- configurable: i === null && u ? u.configurable : !i,
2062
- enumerable: o === null && u ? u.enumerable : !o,
2063
- value: r,
2064
- writable: a === null && u ? u.writable : !a
2065
- });
2066
- else if (s || !o && !a && !i)
2067
- e[n] = r;
2068
- else
2069
- throw new vi("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
2070
- }, Dt = Gt(), gn = function() {
2071
- return !!Dt;
2072
- };
2073
- gn.hasArrayLengthDefineBug = function() {
2074
- if (!Dt)
2075
- return null;
2076
- try {
2077
- return Dt([], "length", { value: 1 }).length !== 1;
2078
- } catch {
2079
- return !0;
2080
- }
2081
- };
2082
- var wi = gn, Si = Ae, Rr = bi, Ei = wi(), Pr = hn, Tr = Ne, Ai = Si("%Math.floor%"), Oi = function(e, n) {
2083
- if (typeof e != "function")
2084
- throw new Tr("`fn` is not a function");
2085
- if (typeof n != "number" || n < 0 || n > 4294967295 || Ai(n) !== n)
2086
- throw new Tr("`length` must be a positive 32-bit integer");
2087
- var r = arguments.length > 2 && !!arguments[2], o = !0, a = !0;
2088
- if ("length" in e && Pr) {
2089
- var i = Pr(e, "length");
2090
- i && !i.configurable && (o = !1), i && !i.writable && (a = !1);
2091
- }
2092
- return (o || a || !r) && (Ei ? Rr(
2093
- /** @type {Parameters<define>[0]} */
2094
- e,
2095
- "length",
2096
- n,
2097
- !0,
2098
- !0
2099
- ) : Rr(
2100
- /** @type {Parameters<define>[0]} */
2101
- e,
2102
- "length",
2103
- n
2104
- )), e;
2105
- };
2106
- (function(t) {
2107
- var e = Kt, n = Ae, r = Oi, o = Ne, a = n("%Function.prototype.apply%"), i = n("%Function.prototype.call%"), s = n("%Reflect.apply%", !0) || e.call(i, a), u = Gt(), l = n("%Math.max%");
2108
- t.exports = function(d) {
2109
- if (typeof d != "function")
2110
- throw new o("a function is required");
2111
- var g = s(e, i, arguments);
2112
- return r(
2113
- g,
2114
- 1 + l(0, d.length - (arguments.length - 1)),
2115
- !0
2116
- );
2117
- };
2118
- var c = function() {
2119
- return s(e, a, arguments);
2120
- };
2121
- u ? u(t.exports, "apply", { value: c }) : t.exports.apply = c;
2122
- })(mn);
2123
- var Ri = mn.exports, vn = Ae, bn = Ri, Pi = bn(vn("String.prototype.indexOf")), Ti = function(e, n) {
2124
- var r = vn(e, !!n);
2125
- return typeof r == "function" && Pi(e, ".prototype.") > -1 ? bn(r) : r;
2126
- };
2127
- const xi = {}, $i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2128
- __proto__: null,
2129
- default: xi
2130
- }, Symbol.toStringTag, { value: "Module" })), Ci = /* @__PURE__ */ Fa($i);
2131
- var Jt = typeof Map == "function" && Map.prototype, ht = Object.getOwnPropertyDescriptor && Jt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Xe = Jt && ht && typeof ht.get == "function" ? ht.get : null, xr = Jt && Map.prototype.forEach, Vt = typeof Set == "function" && Set.prototype, gt = Object.getOwnPropertyDescriptor && Vt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Ye = Vt && gt && typeof gt.get == "function" ? gt.get : null, $r = Vt && Set.prototype.forEach, Fi = typeof WeakMap == "function" && WeakMap.prototype, Te = Fi ? WeakMap.prototype.has : null, Di = typeof WeakSet == "function" && WeakSet.prototype, xe = Di ? WeakSet.prototype.has : null, Ni = typeof WeakRef == "function" && WeakRef.prototype, Cr = Ni ? WeakRef.prototype.deref : null, Ii = Boolean.prototype.valueOf, _i = Object.prototype.toString, Bi = Function.prototype.toString, Li = String.prototype.match, Qt = String.prototype.slice, oe = String.prototype.replace, Ui = String.prototype.toUpperCase, Fr = String.prototype.toLowerCase, wn = RegExp.prototype.test, Dr = Array.prototype.concat, Y = Array.prototype.join, Mi = Array.prototype.slice, Nr = Math.floor, Nt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, vt = Object.getOwnPropertySymbols, It = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, be = typeof Symbol == "function" && typeof Symbol.iterator == "object", M = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === be || !0) ? Symbol.toStringTag : null, Sn = Object.prototype.propertyIsEnumerable, Ir = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2132
- return t.__proto__;
2133
- } : null);
2134
- function _r(t, e) {
2135
- if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 || wn.call(/e/, e))
2136
- return e;
2137
- var n = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
2138
- if (typeof t == "number") {
2139
- var r = t < 0 ? -Nr(-t) : Nr(t);
2140
- if (r !== t) {
2141
- var o = String(r), a = Qt.call(e, o.length + 1);
2142
- return oe.call(o, n, "$&_") + "." + oe.call(oe.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
2143
- }
2144
- }
2145
- return oe.call(e, n, "$&_");
2146
- }
2147
- var _t = Ci, Br = _t.custom, Lr = An(Br) ? Br : null, ki = function t(e, n, r, o) {
2148
- var a = n || {};
2149
- if (ne(a, "quoteStyle") && a.quoteStyle !== "single" && a.quoteStyle !== "double")
2150
- throw new TypeError('option "quoteStyle" must be "single" or "double"');
2151
- if (ne(a, "maxStringLength") && (typeof a.maxStringLength == "number" ? a.maxStringLength < 0 && a.maxStringLength !== 1 / 0 : a.maxStringLength !== null))
2152
- throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
2153
- var i = ne(a, "customInspect") ? a.customInspect : !0;
2154
- if (typeof i != "boolean" && i !== "symbol")
2155
- throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");
2156
- if (ne(a, "indent") && a.indent !== null && a.indent !== " " && !(parseInt(a.indent, 10) === a.indent && a.indent > 0))
2157
- throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');
2158
- if (ne(a, "numericSeparator") && typeof a.numericSeparator != "boolean")
2159
- throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');
2160
- var s = a.numericSeparator;
2161
- if (typeof e > "u")
2162
- return "undefined";
2163
- if (e === null)
2164
- return "null";
2165
- if (typeof e == "boolean")
2166
- return e ? "true" : "false";
2167
- if (typeof e == "string")
2168
- return Rn(e, a);
2169
- if (typeof e == "number") {
2170
- if (e === 0)
2171
- return 1 / 0 / e > 0 ? "0" : "-0";
2172
- var u = String(e);
2173
- return s ? _r(e, u) : u;
2174
- }
2175
- if (typeof e == "bigint") {
2176
- var l = String(e) + "n";
2177
- return s ? _r(e, l) : l;
2178
- }
2179
- var c = typeof a.depth > "u" ? 5 : a.depth;
2180
- if (typeof r > "u" && (r = 0), r >= c && c > 0 && typeof e == "object")
2181
- return Bt(e) ? "[Array]" : "[Object]";
2182
- var p = os(a, r);
2183
- if (typeof o > "u")
2184
- o = [];
2185
- else if (On(o, e) >= 0)
2186
- return "[Circular]";
2187
- function d(T, D, w) {
2188
- if (D && (o = Mi.call(o), o.push(D)), w) {
2189
- var k = {
2190
- depth: a.depth
2191
- };
2192
- return ne(a, "quoteStyle") && (k.quoteStyle = a.quoteStyle), t(T, k, r + 1, o);
2193
- }
2194
- return t(T, a, r + 1, o);
2195
- }
2196
- if (typeof e == "function" && !Ur(e)) {
2197
- var g = Vi(e), y = Le(e, d);
2198
- return "[Function" + (g ? ": " + g : " (anonymous)") + "]" + (y.length > 0 ? " { " + Y.call(y, ", ") + " }" : "");
2199
- }
2200
- if (An(e)) {
2201
- var h = be ? oe.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : It.call(e);
2202
- return typeof e == "object" && !be ? Pe(h) : h;
2203
- }
2204
- if (ts(e)) {
2205
- for (var m = "<" + Fr.call(String(e.nodeName)), R = e.attributes || [], P = 0; P < R.length; P++)
2206
- m += " " + R[P].name + "=" + En(ji(R[P].value), "double", a);
2207
- return m += ">", e.childNodes && e.childNodes.length && (m += "..."), m += "</" + Fr.call(String(e.nodeName)) + ">", m;
2208
- }
2209
- if (Bt(e)) {
2210
- if (e.length === 0)
2211
- return "[]";
2212
- var v = Le(e, d);
2213
- return p && !ns(v) ? "[" + Lt(v, p) + "]" : "[ " + Y.call(v, ", ") + " ]";
2214
- }
2215
- if (Hi(e)) {
2216
- var N = Le(e, d);
2217
- return !("cause" in Error.prototype) && "cause" in e && !Sn.call(e, "cause") ? "{ [" + String(e) + "] " + Y.call(Dr.call("[cause]: " + d(e.cause), N), ", ") + " }" : N.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + Y.call(N, ", ") + " }";
2218
- }
2219
- if (typeof e == "object" && i) {
2220
- if (Lr && typeof e[Lr] == "function" && _t)
2221
- return _t(e, { depth: c - r });
2222
- if (i !== "symbol" && typeof e.inspect == "function")
2223
- return e.inspect();
2224
- }
2225
- if (Qi(e)) {
2226
- var x = [];
2227
- return xr && xr.call(e, function(T, D) {
2228
- x.push(d(D, e, !0) + " => " + d(T, e));
2229
- }), Mr("Map", Xe.call(e), x, p);
2230
- }
2231
- if (Zi(e)) {
2232
- var L = [];
2233
- return $r && $r.call(e, function(T) {
2234
- L.push(d(T, e));
2235
- }), Mr("Set", Ye.call(e), L, p);
2236
- }
2237
- if (Xi(e))
2238
- return bt("WeakMap");
2239
- if (es(e))
2240
- return bt("WeakSet");
2241
- if (Yi(e))
2242
- return bt("WeakRef");
2243
- if (Wi(e))
2244
- return Pe(d(Number(e)));
2245
- if (Gi(e))
2246
- return Pe(d(Nt.call(e)));
2247
- if (Ki(e))
2248
- return Pe(Ii.call(e));
2249
- if (zi(e))
2250
- return Pe(d(String(e)));
2251
- if (typeof window < "u" && e === window)
2252
- return "{ [object Window] }";
2253
- if (typeof globalThis < "u" && e === globalThis || typeof gr < "u" && e === gr)
2254
- return "{ [object globalThis] }";
2255
- if (!qi(e) && !Ur(e)) {
2256
- var U = Le(e, d), K = Ir ? Ir(e) === Object.prototype : e instanceof Object || e.constructor === Object, J = e instanceof Object ? "" : "null prototype", E = !K && M && Object(e) === e && M in e ? Qt.call(ae(e), 8, -1) : J ? "Object" : "", O = K || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", $ = O + (E || J ? "[" + Y.call(Dr.call([], E || [], J || []), ": ") + "] " : "");
2257
- return U.length === 0 ? $ + "{}" : p ? $ + "{" + Lt(U, p) + "}" : $ + "{ " + Y.call(U, ", ") + " }";
2258
- }
2259
- return String(e);
2260
- };
2261
- function En(t, e, n) {
2262
- var r = (n.quoteStyle || e) === "double" ? '"' : "'";
2263
- return r + t + r;
2264
- }
2265
- function ji(t) {
2266
- return oe.call(String(t), /"/g, "&quot;");
2267
- }
2268
- function Bt(t) {
2269
- return ae(t) === "[object Array]" && (!M || !(typeof t == "object" && M in t));
2270
- }
2271
- function qi(t) {
2272
- return ae(t) === "[object Date]" && (!M || !(typeof t == "object" && M in t));
2273
- }
2274
- function Ur(t) {
2275
- return ae(t) === "[object RegExp]" && (!M || !(typeof t == "object" && M in t));
2276
- }
2277
- function Hi(t) {
2278
- return ae(t) === "[object Error]" && (!M || !(typeof t == "object" && M in t));
2279
- }
2280
- function zi(t) {
2281
- return ae(t) === "[object String]" && (!M || !(typeof t == "object" && M in t));
2282
- }
2283
- function Wi(t) {
2284
- return ae(t) === "[object Number]" && (!M || !(typeof t == "object" && M in t));
2285
- }
2286
- function Ki(t) {
2287
- return ae(t) === "[object Boolean]" && (!M || !(typeof t == "object" && M in t));
2288
- }
2289
- function An(t) {
2290
- if (be)
2291
- return t && typeof t == "object" && t instanceof Symbol;
2292
- if (typeof t == "symbol")
2293
- return !0;
2294
- if (!t || typeof t != "object" || !It)
2295
- return !1;
2296
- try {
2297
- return It.call(t), !0;
2298
- } catch {
2299
- }
2300
- return !1;
2301
- }
2302
- function Gi(t) {
2303
- if (!t || typeof t != "object" || !Nt)
2304
- return !1;
2305
- try {
2306
- return Nt.call(t), !0;
2307
- } catch {
2308
- }
2309
- return !1;
2310
- }
2311
- var Ji = Object.prototype.hasOwnProperty || function(t) {
2312
- return t in this;
2313
- };
2314
- function ne(t, e) {
2315
- return Ji.call(t, e);
2316
- }
2317
- function ae(t) {
2318
- return _i.call(t);
2319
- }
2320
- function Vi(t) {
2321
- if (t.name)
2322
- return t.name;
2323
- var e = Li.call(Bi.call(t), /^function\s*([\w$]+)/);
2324
- return e ? e[1] : null;
2325
- }
2326
- function On(t, e) {
2327
- if (t.indexOf)
2328
- return t.indexOf(e);
2329
- for (var n = 0, r = t.length; n < r; n++)
2330
- if (t[n] === e)
2331
- return n;
2332
- return -1;
2333
- }
2334
- function Qi(t) {
2335
- if (!Xe || !t || typeof t != "object")
2336
- return !1;
2337
- try {
2338
- Xe.call(t);
2339
- try {
2340
- Ye.call(t);
2341
- } catch {
2342
- return !0;
2343
- }
2344
- return t instanceof Map;
2345
- } catch {
2346
- }
2347
- return !1;
2348
- }
2349
- function Xi(t) {
2350
- if (!Te || !t || typeof t != "object")
2351
- return !1;
2352
- try {
2353
- Te.call(t, Te);
2354
- try {
2355
- xe.call(t, xe);
2356
- } catch {
2357
- return !0;
2358
- }
2359
- return t instanceof WeakMap;
2360
- } catch {
2361
- }
2362
- return !1;
2363
- }
2364
- function Yi(t) {
2365
- if (!Cr || !t || typeof t != "object")
2366
- return !1;
2367
- try {
2368
- return Cr.call(t), !0;
2369
- } catch {
2370
- }
2371
- return !1;
2372
- }
2373
- function Zi(t) {
2374
- if (!Ye || !t || typeof t != "object")
2375
- return !1;
2376
- try {
2377
- Ye.call(t);
2378
- try {
2379
- Xe.call(t);
2380
- } catch {
2381
- return !0;
2382
- }
2383
- return t instanceof Set;
2384
- } catch {
2385
- }
2386
- return !1;
2387
- }
2388
- function es(t) {
2389
- if (!xe || !t || typeof t != "object")
2390
- return !1;
2391
- try {
2392
- xe.call(t, xe);
2393
- try {
2394
- Te.call(t, Te);
2395
- } catch {
2396
- return !0;
2397
- }
2398
- return t instanceof WeakSet;
2399
- } catch {
2400
- }
2401
- return !1;
2402
- }
2403
- function ts(t) {
2404
- return !t || typeof t != "object" ? !1 : typeof HTMLElement < "u" && t instanceof HTMLElement ? !0 : typeof t.nodeName == "string" && typeof t.getAttribute == "function";
2405
- }
2406
- function Rn(t, e) {
2407
- if (t.length > e.maxStringLength) {
2408
- var n = t.length - e.maxStringLength, r = "... " + n + " more character" + (n > 1 ? "s" : "");
2409
- return Rn(Qt.call(t, 0, e.maxStringLength), e) + r;
2410
- }
2411
- var o = oe.call(oe.call(t, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, rs);
2412
- return En(o, "single", e);
2413
- }
2414
- function rs(t) {
2415
- var e = t.charCodeAt(0), n = {
2416
- 8: "b",
2417
- 9: "t",
2418
- 10: "n",
2419
- 12: "f",
2420
- 13: "r"
2421
- }[e];
2422
- return n ? "\\" + n : "\\x" + (e < 16 ? "0" : "") + Ui.call(e.toString(16));
2423
- }
2424
- function Pe(t) {
2425
- return "Object(" + t + ")";
2426
- }
2427
- function bt(t) {
2428
- return t + " { ? }";
2429
- }
2430
- function Mr(t, e, n, r) {
2431
- var o = r ? Lt(n, r) : Y.call(n, ", ");
2432
- return t + " (" + e + ") {" + o + "}";
2433
- }
2434
- function ns(t) {
2435
- for (var e = 0; e < t.length; e++)
2436
- if (On(t[e], `
2437
- `) >= 0)
2438
- return !1;
2439
- return !0;
2440
- }
2441
- function os(t, e) {
2442
- var n;
2443
- if (t.indent === " ")
2444
- n = " ";
2445
- else if (typeof t.indent == "number" && t.indent > 0)
2446
- n = Y.call(Array(t.indent + 1), " ");
2447
- else
2448
- return null;
2449
- return {
2450
- base: n,
2451
- prev: Y.call(Array(e + 1), n)
2452
- };
2453
- }
2454
- function Lt(t, e) {
2455
- if (t.length === 0)
2456
- return "";
2457
- var n = `
2458
- ` + e.prev + e.base;
2459
- return n + Y.call(t, "," + n) + `
2460
- ` + e.prev;
2461
- }
2462
- function Le(t, e) {
2463
- var n = Bt(t), r = [];
2464
- if (n) {
2465
- r.length = t.length;
2466
- for (var o = 0; o < t.length; o++)
2467
- r[o] = ne(t, o) ? e(t[o], t) : "";
2468
- }
2469
- var a = typeof vt == "function" ? vt(t) : [], i;
2470
- if (be) {
2471
- i = {};
2472
- for (var s = 0; s < a.length; s++)
2473
- i["$" + a[s]] = a[s];
2474
- }
2475
- for (var u in t)
2476
- ne(t, u) && (n && String(Number(u)) === u && u < t.length || be && i["$" + u] instanceof Symbol || (wn.call(/[^\w$]/, u) ? r.push(e(u, t) + ": " + e(t[u], t)) : r.push(u + ": " + e(t[u], t))));
2477
- if (typeof vt == "function")
2478
- for (var l = 0; l < a.length; l++)
2479
- Sn.call(t, a[l]) && r.push("[" + e(a[l]) + "]: " + e(t[a[l]], t));
2480
- return r;
2481
- }
2482
- var Pn = Ae, Oe = Ti, as = ki, is = Ne, Ue = Pn("%WeakMap%", !0), Me = Pn("%Map%", !0), ss = Oe("WeakMap.prototype.get", !0), ls = Oe("WeakMap.prototype.set", !0), cs = Oe("WeakMap.prototype.has", !0), us = Oe("Map.prototype.get", !0), fs = Oe("Map.prototype.set", !0), ps = Oe("Map.prototype.has", !0), Xt = function(t, e) {
2483
- for (var n = t, r; (r = n.next) !== null; n = r)
2484
- if (r.key === e)
2485
- return n.next = r.next, r.next = /** @type {NonNullable<typeof list.next>} */
2486
- t.next, t.next = r, r;
2487
- }, ds = function(t, e) {
2488
- var n = Xt(t, e);
2489
- return n && n.value;
2490
- }, ys = function(t, e, n) {
2491
- var r = Xt(t, e);
2492
- r ? r.value = n : t.next = /** @type {import('.').ListNode<typeof value>} */
2493
- {
2494
- // eslint-disable-line no-param-reassign, no-extra-parens
2495
- key: e,
2496
- next: t.next,
2497
- value: n
2498
- };
2499
- }, ms = function(t, e) {
2500
- return !!Xt(t, e);
2501
- }, hs = function() {
2502
- var e, n, r, o = {
2503
- assert: function(a) {
2504
- if (!o.has(a))
2505
- throw new is("Side channel does not contain " + as(a));
2506
- },
2507
- get: function(a) {
2508
- if (Ue && a && (typeof a == "object" || typeof a == "function")) {
2509
- if (e)
2510
- return ss(e, a);
2511
- } else if (Me) {
2512
- if (n)
2513
- return us(n, a);
2514
- } else if (r)
2515
- return ds(r, a);
2516
- },
2517
- has: function(a) {
2518
- if (Ue && a && (typeof a == "object" || typeof a == "function")) {
2519
- if (e)
2520
- return cs(e, a);
2521
- } else if (Me) {
2522
- if (n)
2523
- return ps(n, a);
2524
- } else if (r)
2525
- return ms(r, a);
2526
- return !1;
2527
- },
2528
- set: function(a, i) {
2529
- Ue && a && (typeof a == "object" || typeof a == "function") ? (e || (e = new Ue()), ls(e, a, i)) : Me ? (n || (n = new Me()), fs(n, a, i)) : (r || (r = { key: {}, next: null }), ys(r, a, i));
2530
- }
2531
- };
2532
- return o;
2533
- }, gs = String.prototype.replace, vs = /%20/g, wt = {
2534
- RFC1738: "RFC1738",
2535
- RFC3986: "RFC3986"
2536
- }, Yt = {
2537
- default: wt.RFC3986,
2538
- formatters: {
2539
- RFC1738: function(t) {
2540
- return gs.call(t, vs, "+");
2541
- },
2542
- RFC3986: function(t) {
2543
- return String(t);
2544
- }
2545
- },
2546
- RFC1738: wt.RFC1738,
2547
- RFC3986: wt.RFC3986
2548
- }, bs = Yt, St = Object.prototype.hasOwnProperty, se = Array.isArray, Q = function() {
2549
- for (var t = [], e = 0; e < 256; ++e)
2550
- t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
2551
- return t;
2552
- }(), ws = function(e) {
2553
- for (; e.length > 1; ) {
2554
- var n = e.pop(), r = n.obj[n.prop];
2555
- if (se(r)) {
2556
- for (var o = [], a = 0; a < r.length; ++a)
2557
- typeof r[a] < "u" && o.push(r[a]);
2558
- n.obj[n.prop] = o;
2559
- }
2560
- }
2561
- }, Tn = function(e, n) {
2562
- for (var r = n && n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, o = 0; o < e.length; ++o)
2563
- typeof e[o] < "u" && (r[o] = e[o]);
2564
- return r;
2565
- }, Ss = function t(e, n, r) {
2566
- if (!n)
2567
- return e;
2568
- if (typeof n != "object") {
2569
- if (se(e))
2570
- e.push(n);
2571
- else if (e && typeof e == "object")
2572
- (r && (r.plainObjects || r.allowPrototypes) || !St.call(Object.prototype, n)) && (e[n] = !0);
2573
- else
2574
- return [e, n];
2575
- return e;
2576
- }
2577
- if (!e || typeof e != "object")
2578
- return [e].concat(n);
2579
- var o = e;
2580
- return se(e) && !se(n) && (o = Tn(e, r)), se(e) && se(n) ? (n.forEach(function(a, i) {
2581
- if (St.call(e, i)) {
2582
- var s = e[i];
2583
- s && typeof s == "object" && a && typeof a == "object" ? e[i] = t(s, a, r) : e.push(a);
2584
- } else
2585
- e[i] = a;
2586
- }), e) : Object.keys(n).reduce(function(a, i) {
2587
- var s = n[i];
2588
- return St.call(a, i) ? a[i] = t(a[i], s, r) : a[i] = s, a;
2589
- }, o);
2590
- }, Es = function(e, n) {
2591
- return Object.keys(n).reduce(function(r, o) {
2592
- return r[o] = n[o], r;
2593
- }, e);
2594
- }, As = function(t, e, n) {
2595
- var r = t.replace(/\+/g, " ");
2596
- if (n === "iso-8859-1")
2597
- return r.replace(/%[0-9a-f]{2}/gi, unescape);
2598
- try {
2599
- return decodeURIComponent(r);
2600
- } catch {
2601
- return r;
2602
- }
2603
- }, Et = 1024, Os = function(e, n, r, o, a) {
2604
- if (e.length === 0)
2605
- return e;
2606
- var i = e;
2607
- if (typeof e == "symbol" ? i = Symbol.prototype.toString.call(e) : typeof e != "string" && (i = String(e)), r === "iso-8859-1")
2608
- return escape(i).replace(/%u[0-9a-f]{4}/gi, function(g) {
2609
- return "%26%23" + parseInt(g.slice(2), 16) + "%3B";
2610
- });
2611
- for (var s = "", u = 0; u < i.length; u += Et) {
2612
- for (var l = i.length >= Et ? i.slice(u, u + Et) : i, c = [], p = 0; p < l.length; ++p) {
2613
- var d = l.charCodeAt(p);
2614
- if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || a === bs.RFC1738 && (d === 40 || d === 41)) {
2615
- c[c.length] = l.charAt(p);
2616
- continue;
2617
- }
2618
- if (d < 128) {
2619
- c[c.length] = Q[d];
2620
- continue;
2621
- }
2622
- if (d < 2048) {
2623
- c[c.length] = Q[192 | d >> 6] + Q[128 | d & 63];
2624
- continue;
2625
- }
2626
- if (d < 55296 || d >= 57344) {
2627
- c[c.length] = Q[224 | d >> 12] + Q[128 | d >> 6 & 63] + Q[128 | d & 63];
2628
- continue;
2629
- }
2630
- p += 1, d = 65536 + ((d & 1023) << 10 | l.charCodeAt(p) & 1023), c[c.length] = Q[240 | d >> 18] + Q[128 | d >> 12 & 63] + Q[128 | d >> 6 & 63] + Q[128 | d & 63];
2631
- }
2632
- s += c.join("");
2633
- }
2634
- return s;
2635
- }, Rs = function(e) {
2636
- for (var n = [{ obj: { o: e }, prop: "o" }], r = [], o = 0; o < n.length; ++o)
2637
- for (var a = n[o], i = a.obj[a.prop], s = Object.keys(i), u = 0; u < s.length; ++u) {
2638
- var l = s[u], c = i[l];
2639
- typeof c == "object" && c !== null && r.indexOf(c) === -1 && (n.push({ obj: i, prop: l }), r.push(c));
2640
- }
2641
- return ws(n), e;
2642
- }, Ps = function(e) {
2643
- return Object.prototype.toString.call(e) === "[object RegExp]";
2644
- }, Ts = function(e) {
2645
- return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
2646
- }, xs = function(e, n) {
2647
- return [].concat(e, n);
2648
- }, $s = function(e, n) {
2649
- if (se(e)) {
2650
- for (var r = [], o = 0; o < e.length; o += 1)
2651
- r.push(n(e[o]));
2652
- return r;
2653
- }
2654
- return n(e);
2655
- }, xn = {
2656
- arrayToObject: Tn,
2657
- assign: Es,
2658
- combine: xs,
2659
- compact: Rs,
2660
- decode: As,
2661
- encode: Os,
2662
- isBuffer: Ts,
2663
- isRegExp: Ps,
2664
- maybeMap: $s,
2665
- merge: Ss
2666
- }, $n = hs, We = xn, $e = Yt, Cs = Object.prototype.hasOwnProperty, Cn = {
2667
- brackets: function(e) {
2668
- return e + "[]";
2669
- },
2670
- comma: "comma",
2671
- indices: function(e, n) {
2672
- return e + "[" + n + "]";
2673
- },
2674
- repeat: function(e) {
2675
- return e;
2676
- }
2677
- }, X = Array.isArray, Fs = Array.prototype.push, Fn = function(t, e) {
2678
- Fs.apply(t, X(e) ? e : [e]);
2679
- }, Ds = Date.prototype.toISOString, kr = $e.default, _ = {
2680
- addQueryPrefix: !1,
2681
- allowDots: !1,
2682
- allowEmptyArrays: !1,
2683
- arrayFormat: "indices",
2684
- charset: "utf-8",
2685
- charsetSentinel: !1,
2686
- delimiter: "&",
2687
- encode: !0,
2688
- encodeDotInKeys: !1,
2689
- encoder: We.encode,
2690
- encodeValuesOnly: !1,
2691
- format: kr,
2692
- formatter: $e.formatters[kr],
2693
- // deprecated
2694
- indices: !1,
2695
- serializeDate: function(e) {
2696
- return Ds.call(e);
2697
- },
2698
- skipNulls: !1,
2699
- strictNullHandling: !1
2700
- }, Ns = function(e) {
2701
- return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
2702
- }, At = {}, Is = function t(e, n, r, o, a, i, s, u, l, c, p, d, g, y, h, m, R, P) {
2703
- for (var v = e, N = P, x = 0, L = !1; (N = N.get(At)) !== void 0 && !L; ) {
2704
- var U = N.get(e);
2705
- if (x += 1, typeof U < "u") {
2706
- if (U === x)
2707
- throw new RangeError("Cyclic object value");
2708
- L = !0;
2709
- }
2710
- typeof N.get(At) > "u" && (x = 0);
2711
- }
2712
- if (typeof c == "function" ? v = c(n, v) : v instanceof Date ? v = g(v) : r === "comma" && X(v) && (v = We.maybeMap(v, function(te) {
2713
- return te instanceof Date ? g(te) : te;
2714
- })), v === null) {
2715
- if (i)
2716
- return l && !m ? l(n, _.encoder, R, "key", y) : n;
2717
- v = "";
2718
- }
2719
- if (Ns(v) || We.isBuffer(v)) {
2720
- if (l) {
2721
- var K = m ? n : l(n, _.encoder, R, "key", y);
2722
- return [h(K) + "=" + h(l(v, _.encoder, R, "value", y))];
2723
- }
2724
- return [h(n) + "=" + h(String(v))];
2725
- }
2726
- var J = [];
2727
- if (typeof v > "u")
2728
- return J;
2729
- var E;
2730
- if (r === "comma" && X(v))
2731
- m && l && (v = We.maybeMap(v, l)), E = [{ value: v.length > 0 ? v.join(",") || null : void 0 }];
2732
- else if (X(c))
2733
- E = c;
2734
- else {
2735
- var O = Object.keys(v);
2736
- E = p ? O.sort(p) : O;
2737
- }
2738
- var $ = u ? n.replace(/\./g, "%2E") : n, T = o && X(v) && v.length === 1 ? $ + "[]" : $;
2739
- if (a && X(v) && v.length === 0)
2740
- return T + "[]";
2741
- for (var D = 0; D < E.length; ++D) {
2742
- var w = E[D], k = typeof w == "object" && typeof w.value < "u" ? w.value : v[w];
2743
- if (!(s && k === null)) {
2744
- var j = d && u ? w.replace(/\./g, "%2E") : w, q = X(v) ? typeof r == "function" ? r(T, j) : T : T + (d ? "." + j : "[" + j + "]");
2745
- P.set(e, x);
2746
- var ee = $n();
2747
- ee.set(At, P), Fn(J, t(
2748
- k,
2749
- q,
2750
- r,
2751
- o,
2752
- a,
2753
- i,
2754
- s,
2755
- u,
2756
- r === "comma" && m && X(v) ? null : l,
2757
- c,
2758
- p,
2759
- d,
2760
- g,
2761
- y,
2762
- h,
2763
- m,
2764
- R,
2765
- ee
2766
- ));
2767
- }
2768
- }
2769
- return J;
2770
- }, _s = function(e) {
2771
- if (!e)
2772
- return _;
2773
- if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
2774
- throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
2775
- if (typeof e.encodeDotInKeys < "u" && typeof e.encodeDotInKeys != "boolean")
2776
- throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");
2777
- if (e.encoder !== null && typeof e.encoder < "u" && typeof e.encoder != "function")
2778
- throw new TypeError("Encoder has to be a function.");
2779
- var n = e.charset || _.charset;
2780
- if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
2781
- throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
2782
- var r = $e.default;
2783
- if (typeof e.format < "u") {
2784
- if (!Cs.call($e.formatters, e.format))
2785
- throw new TypeError("Unknown format option provided.");
2786
- r = e.format;
2787
- }
2788
- var o = $e.formatters[r], a = _.filter;
2789
- (typeof e.filter == "function" || X(e.filter)) && (a = e.filter);
2790
- var i;
2791
- if (e.arrayFormat in Cn ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = _.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
2792
- throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
2793
- var s = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : _.allowDots : !!e.allowDots;
2794
- return {
2795
- addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : _.addQueryPrefix,
2796
- allowDots: s,
2797
- allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : _.allowEmptyArrays,
2798
- arrayFormat: i,
2799
- charset: n,
2800
- charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : _.charsetSentinel,
2801
- commaRoundTrip: e.commaRoundTrip,
2802
- delimiter: typeof e.delimiter > "u" ? _.delimiter : e.delimiter,
2803
- encode: typeof e.encode == "boolean" ? e.encode : _.encode,
2804
- encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys : _.encodeDotInKeys,
2805
- encoder: typeof e.encoder == "function" ? e.encoder : _.encoder,
2806
- encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : _.encodeValuesOnly,
2807
- filter: a,
2808
- format: r,
2809
- formatter: o,
2810
- serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : _.serializeDate,
2811
- skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : _.skipNulls,
2812
- sort: typeof e.sort == "function" ? e.sort : null,
2813
- strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : _.strictNullHandling
2814
- };
2815
- }, Bs = function(t, e) {
2816
- var n = t, r = _s(e), o, a;
2817
- typeof r.filter == "function" ? (a = r.filter, n = a("", n)) : X(r.filter) && (a = r.filter, o = a);
2818
- var i = [];
2819
- if (typeof n != "object" || n === null)
2820
- return "";
2821
- var s = Cn[r.arrayFormat], u = s === "comma" && r.commaRoundTrip;
2822
- o || (o = Object.keys(n)), r.sort && o.sort(r.sort);
2823
- for (var l = $n(), c = 0; c < o.length; ++c) {
2824
- var p = o[c];
2825
- r.skipNulls && n[p] === null || Fn(i, Is(
2826
- n[p],
2827
- p,
2828
- s,
2829
- u,
2830
- r.allowEmptyArrays,
2831
- r.strictNullHandling,
2832
- r.skipNulls,
2833
- r.encodeDotInKeys,
2834
- r.encode ? r.encoder : null,
2835
- r.filter,
2836
- r.sort,
2837
- r.allowDots,
2838
- r.serializeDate,
2839
- r.format,
2840
- r.formatter,
2841
- r.encodeValuesOnly,
2842
- r.charset,
2843
- l
2844
- ));
2845
- }
2846
- var d = i.join(r.delimiter), g = r.addQueryPrefix === !0 ? "?" : "";
2847
- return r.charsetSentinel && (r.charset === "iso-8859-1" ? g += "utf8=%26%2310003%3B&" : g += "utf8=%E2%9C%93&"), d.length > 0 ? g + d : "";
2848
- }, we = xn, Ut = Object.prototype.hasOwnProperty, Ls = Array.isArray, C = {
2849
- allowDots: !1,
2850
- allowEmptyArrays: !1,
2851
- allowPrototypes: !1,
2852
- allowSparse: !1,
2853
- arrayLimit: 20,
2854
- charset: "utf-8",
2855
- charsetSentinel: !1,
2856
- comma: !1,
2857
- decodeDotInKeys: !1,
2858
- decoder: we.decode,
2859
- delimiter: "&",
2860
- depth: 5,
2861
- duplicates: "combine",
2862
- ignoreQueryPrefix: !1,
2863
- interpretNumericEntities: !1,
2864
- parameterLimit: 1e3,
2865
- parseArrays: !0,
2866
- plainObjects: !1,
2867
- strictDepth: !1,
2868
- strictNullHandling: !1
2869
- }, Us = function(t) {
2870
- return t.replace(/&#(\d+);/g, function(e, n) {
2871
- return String.fromCharCode(parseInt(n, 10));
2872
- });
2873
- }, Dn = function(t, e) {
2874
- return t && typeof t == "string" && e.comma && t.indexOf(",") > -1 ? t.split(",") : t;
2875
- }, Ms = "utf8=%26%2310003%3B", ks = "utf8=%E2%9C%93", js = function(e, n) {
2876
- var r = { __proto__: null }, o = n.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
2877
- o = o.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
2878
- var a = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, i = o.split(n.delimiter, a), s = -1, u, l = n.charset;
2879
- if (n.charsetSentinel)
2880
- for (u = 0; u < i.length; ++u)
2881
- i[u].indexOf("utf8=") === 0 && (i[u] === ks ? l = "utf-8" : i[u] === Ms && (l = "iso-8859-1"), s = u, u = i.length);
2882
- for (u = 0; u < i.length; ++u)
2883
- if (u !== s) {
2884
- var c = i[u], p = c.indexOf("]="), d = p === -1 ? c.indexOf("=") : p + 1, g, y;
2885
- d === -1 ? (g = n.decoder(c, C.decoder, l, "key"), y = n.strictNullHandling ? null : "") : (g = n.decoder(c.slice(0, d), C.decoder, l, "key"), y = we.maybeMap(
2886
- Dn(c.slice(d + 1), n),
2887
- function(m) {
2888
- return n.decoder(m, C.decoder, l, "value");
2889
- }
2890
- )), y && n.interpretNumericEntities && l === "iso-8859-1" && (y = Us(y)), c.indexOf("[]=") > -1 && (y = Ls(y) ? [y] : y);
2891
- var h = Ut.call(r, g);
2892
- h && n.duplicates === "combine" ? r[g] = we.combine(r[g], y) : (!h || n.duplicates === "last") && (r[g] = y);
2893
- }
2894
- return r;
2895
- }, qs = function(t, e, n, r) {
2896
- for (var o = r ? e : Dn(e, n), a = t.length - 1; a >= 0; --a) {
2897
- var i, s = t[a];
2898
- if (s === "[]" && n.parseArrays)
2899
- i = n.allowEmptyArrays && (o === "" || n.strictNullHandling && o === null) ? [] : [].concat(o);
2900
- else {
2901
- i = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
2902
- var u = s.charAt(0) === "[" && s.charAt(s.length - 1) === "]" ? s.slice(1, -1) : s, l = n.decodeDotInKeys ? u.replace(/%2E/g, ".") : u, c = parseInt(l, 10);
2903
- !n.parseArrays && l === "" ? i = { 0: o } : !isNaN(c) && s !== l && String(c) === l && c >= 0 && n.parseArrays && c <= n.arrayLimit ? (i = [], i[c] = o) : l !== "__proto__" && (i[l] = o);
2904
- }
2905
- o = i;
2906
- }
2907
- return o;
2908
- }, Hs = function(e, n, r, o) {
2909
- if (e) {
2910
- var a = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, s = /(\[[^[\]]*])/g, u = r.depth > 0 && i.exec(a), l = u ? a.slice(0, u.index) : a, c = [];
2911
- if (l) {
2912
- if (!r.plainObjects && Ut.call(Object.prototype, l) && !r.allowPrototypes)
2913
- return;
2914
- c.push(l);
2915
- }
2916
- for (var p = 0; r.depth > 0 && (u = s.exec(a)) !== null && p < r.depth; ) {
2917
- if (p += 1, !r.plainObjects && Ut.call(Object.prototype, u[1].slice(1, -1)) && !r.allowPrototypes)
2918
- return;
2919
- c.push(u[1]);
2920
- }
2921
- if (u) {
2922
- if (r.strictDepth === !0)
2923
- throw new RangeError("Input depth exceeded depth option of " + r.depth + " and strictDepth is true");
2924
- c.push("[" + a.slice(u.index) + "]");
2925
- }
2926
- return qs(c, n, r, o);
2927
- }
2928
- }, zs = function(e) {
2929
- if (!e)
2930
- return C;
2931
- if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
2932
- throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
2933
- if (typeof e.decodeDotInKeys < "u" && typeof e.decodeDotInKeys != "boolean")
2934
- throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");
2935
- if (e.decoder !== null && typeof e.decoder < "u" && typeof e.decoder != "function")
2936
- throw new TypeError("Decoder has to be a function.");
2937
- if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
2938
- throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
2939
- var n = typeof e.charset > "u" ? C.charset : e.charset, r = typeof e.duplicates > "u" ? C.duplicates : e.duplicates;
2940
- if (r !== "combine" && r !== "first" && r !== "last")
2941
- throw new TypeError("The duplicates option must be either combine, first, or last");
2942
- var o = typeof e.allowDots > "u" ? e.decodeDotInKeys === !0 ? !0 : C.allowDots : !!e.allowDots;
2943
- return {
2944
- allowDots: o,
2945
- allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : C.allowEmptyArrays,
2946
- allowPrototypes: typeof e.allowPrototypes == "boolean" ? e.allowPrototypes : C.allowPrototypes,
2947
- allowSparse: typeof e.allowSparse == "boolean" ? e.allowSparse : C.allowSparse,
2948
- arrayLimit: typeof e.arrayLimit == "number" ? e.arrayLimit : C.arrayLimit,
2949
- charset: n,
2950
- charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : C.charsetSentinel,
2951
- comma: typeof e.comma == "boolean" ? e.comma : C.comma,
2952
- decodeDotInKeys: typeof e.decodeDotInKeys == "boolean" ? e.decodeDotInKeys : C.decodeDotInKeys,
2953
- decoder: typeof e.decoder == "function" ? e.decoder : C.decoder,
2954
- delimiter: typeof e.delimiter == "string" || we.isRegExp(e.delimiter) ? e.delimiter : C.delimiter,
2955
- // eslint-disable-next-line no-implicit-coercion, no-extra-parens
2956
- depth: typeof e.depth == "number" || e.depth === !1 ? +e.depth : C.depth,
2957
- duplicates: r,
2958
- ignoreQueryPrefix: e.ignoreQueryPrefix === !0,
2959
- interpretNumericEntities: typeof e.interpretNumericEntities == "boolean" ? e.interpretNumericEntities : C.interpretNumericEntities,
2960
- parameterLimit: typeof e.parameterLimit == "number" ? e.parameterLimit : C.parameterLimit,
2961
- parseArrays: e.parseArrays !== !1,
2962
- plainObjects: typeof e.plainObjects == "boolean" ? e.plainObjects : C.plainObjects,
2963
- strictDepth: typeof e.strictDepth == "boolean" ? !!e.strictDepth : C.strictDepth,
2964
- strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : C.strictNullHandling
2965
- };
2966
- }, Ws = function(t, e) {
2967
- var n = zs(e);
2968
- if (t === "" || t === null || typeof t > "u")
2969
- return n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
2970
- for (var r = typeof t == "string" ? js(t, n) : t, o = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, a = Object.keys(r), i = 0; i < a.length; ++i) {
2971
- var s = a[i], u = Hs(s, r[s], n, typeof t == "string");
2972
- o = we.merge(o, u, n);
2973
- }
2974
- return n.allowSparse === !0 ? o : we.compact(o);
2975
- }, Ks = Bs, Gs = Ws, Js = Yt, Vs = {
2976
- formats: Js,
2977
- parse: Gs,
2978
- stringify: Ks
2979
- };
2980
- const Qs = /* @__PURE__ */ Ca(Vs);
2981
- /*! js-cookie v3.0.5 | MIT */
2982
- function ke(t) {
2983
- for (var e = 1; e < arguments.length; e++) {
2984
- var n = arguments[e];
2985
- for (var r in n)
2986
- t[r] = n[r];
2987
- }
2988
- return t;
2989
- }
2990
- var Xs = {
2991
- read: function(t) {
2992
- return t[0] === '"' && (t = t.slice(1, -1)), t.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
2993
- },
2994
- write: function(t) {
2995
- return encodeURIComponent(t).replace(
2996
- /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
2997
- decodeURIComponent
2998
- );
2999
- }
3000
- };
3001
- function Mt(t, e) {
3002
- function n(o, a, i) {
3003
- if (!(typeof document > "u")) {
3004
- i = ke({}, e, i), typeof i.expires == "number" && (i.expires = new Date(Date.now() + i.expires * 864e5)), i.expires && (i.expires = i.expires.toUTCString()), o = encodeURIComponent(o).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
3005
- var s = "";
3006
- for (var u in i)
3007
- i[u] && (s += "; " + u, i[u] !== !0 && (s += "=" + i[u].split(";")[0]));
3008
- return document.cookie = o + "=" + t.write(a, o) + s;
3009
- }
3010
- }
3011
- function r(o) {
3012
- if (!(typeof document > "u" || arguments.length && !o)) {
3013
- for (var a = document.cookie ? document.cookie.split("; ") : [], i = {}, s = 0; s < a.length; s++) {
3014
- var u = a[s].split("="), l = u.slice(1).join("=");
3015
- try {
3016
- var c = decodeURIComponent(u[0]);
3017
- if (i[c] = t.read(l, c), o === c)
3018
- break;
3019
- } catch {
3020
- }
3021
- }
3022
- return o ? i[o] : i;
3023
- }
3024
- }
3025
- return Object.create(
3026
- {
3027
- set: n,
3028
- get: r,
3029
- remove: function(o, a) {
3030
- n(
3031
- o,
3032
- "",
3033
- ke({}, a, {
3034
- expires: -1
3035
- })
3036
- );
3037
- },
3038
- withAttributes: function(o) {
3039
- return Mt(this.converter, ke({}, this.attributes, o));
3040
- },
3041
- withConverter: function(o) {
3042
- return Mt(ke({}, this.converter, o), this.attributes);
3043
- }
3044
- },
3045
- {
3046
- attributes: { value: Object.freeze(e) },
3047
- converter: { value: Object.freeze(t) }
3048
- }
3049
- );
3050
- }
3051
- var Ys = Mt(Xs, { path: "/" });
3052
- Ze.extend(Gn);
3053
- Ze.extend(Jn);
3054
- const Nn = Ke(), In = Nn.sso ?? !0, _n = Nn.noRedireLogin ?? !1, Bn = () => {
3055
- if (_n) return;
3056
- const t = "/login";
3057
- location.pathname !== t && (sessionStorage.clear(), window.__isAutoCloseApp = !1, location.replace(t));
3058
- }, Zs = async (t) => {
3059
- var n;
3060
- return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
3061
- }, el = async (t, e) => {
3062
- var u, l, c, p, d;
3063
- let n = ((u = t.response) == null ? void 0 : u.status) || 500, r = (l = t.response) == null ? void 0 : l.message, o = {};
3064
- const a = { 400: F("参数校验错误"), 404: F("接口地址未找到"), 500: F("服务器内部错误") };
3065
- let i = ((c = t == null ? void 0 : t.response) == null ? void 0 : c.data) || {};
3066
- return !(Hn("code") || "") && !_n && (n === 401 || (i == null ? void 0 : i.code) === 401) ? (In ? zn({ ...Wn, redirect_uri: Kn }) : Bn(), o = i) : (t.response ? (i instanceof Blob && (i = await new Promise((g) => {
3067
- const y = new FileReader();
3068
- y.readAsText(i, "utf-8"), y.onload = () => {
3069
- try {
3070
- g(JSON.parse(y.result || "{}"));
3071
- } catch {
3072
- g({ code: 400, msg: F("blob解析错误") });
3073
- }
3074
- };
3075
- })), i.code && (n = i.code, r = i.msg || i.message, o = i), r || (r = a[t.response.status] || t.message)) : t.request ? t.code === "ERR_CANCELED" ? t.abortReason && (r = t.abortReason) : r = F("网络异常,请检查您的网络情况") : t.code === "ERR_CANCELED" ? t.abortReason && (r = t.abortReason) : r = F("请求配置异常"), e != null && e.customErrorMessage && (r = e == null ? void 0 : e.customErrorMessage(r, t)), !(e != null && e.ignoreErrorMessage) && r && ((d = (p = window.DasMessage) == null ? void 0 : p.error) == null || d.call(p, { message: r, showClose: !0 }))), { ...o, code: n, msg: r, error: t };
3076
- }, b = (t, e) => {
3077
- const n = I.create();
3078
- return jn(n, async (r) => {
3079
- const o = Ke();
3080
- if (r.headers || (r.headers = {}), !(r != null && r.public)) {
3081
- let l = "";
3082
- if (o.token && (l = o.token), !l) {
3083
- const c = new URL(location.href).searchParams;
3084
- l = c.get("token") || c.get("accessToken") || c.get("accesstoken") || "";
3085
- }
3086
- In ? l || (l = await qn(r)) : (l || (l = Xn()), l || Bn()), l && !r.headers.Authorization && (r.headers.Authorization = `Bearer ${l}`);
3087
- }
3088
- r.baseURL || (r.baseURL = o.baseURL || ""), r.urlPrefix || (r.urlPrefix = t), r.paramsSerializer || (r.paramsSerializer = { serialize: (l) => Qs.stringify(l, { indices: !1 }) }), r.onSuccess || (r.onSuccess = Zs), r.onError || (r.onError = el), (r.csrf ?? !1) && (r.headers["csrf-token"] = Ys.get("csrf-token"));
3089
- const s = r.params || {};
3090
- if (s.project === void 0) {
3091
- let l = 0;
3092
- const c = new URL(location.href).searchParams;
3093
- l = c.get("project") || c.get("projectId") || 0, l || (l = Vn().id ?? 0), (l || l === 0) && (s.project = l);
3094
- }
3095
- if (new URL(location.href).pathname.startsWith("/iot/iot") || new URL(location.href).searchParams.get("app") === "iot") {
3096
- const { instanceInfo: l } = Qn();
3097
- l != null && l.instanceId && (s.instance = l.instanceId);
3098
- }
3099
- return r.params = s, r.headers.Timezone = Ze.tz.guess(), r;
3100
- });
3101
- }, tl = "v1", Il = b(`/api/app-manager/application/${tl}`), rl = "v1", _l = b(`/api/license/admin/${rl}`), nl = "v1", Ot = `/api/bems/data-manage/${nl}`, Bl = {
3102
- energyType: b(`${Ot}/energy-type`),
3103
- energyObject: b(`${Ot}/energy-object`),
3104
- energyDimension: b(`${Ot}/energy-dimension`)
3105
- }, ol = "v1", Ll = b(`/api/supply/contract/${ol}`), je = "v1", Ul = {
3106
- classes: b(`/api/duty-manage/classes/${je}`),
1
+ import { createService as e } from "@das-fed/utils/create-api-service";
2
+ import { iotMinio as E, iotProgress as ie } from "@das-fed/utils/api-services/modules/iot";
3
+ import { extractFilename as ne } from "@das-fed/utils/common-tools";
4
+ import { ref as v } from "vue";
5
+ import ce from "dayjs";
6
+ import { t as l } from "@das-fed/web/packages/i18n/index";
7
+ import { getConfig as _ } from "@das-fed/utils/config";
8
+ const le = "v1", Ke = e(`/api/app-manager/application/${le}`), pe = "v1", Ee = e(`/api/license/admin/${pe}`), ue = "v1", K = `/api/bems/data-manage/${ue}`, Oe = {
9
+ energyType: e(`${K}/energy-type`),
10
+ energyObject: e(`${K}/energy-object`),
11
+ energyDimension: e(`${K}/energy-dimension`)
12
+ }, me = "v1", ze = e(`/api/supply/contract/${me}`), U = "v1", He = {
13
+ classes: e(`/api/duty-manage/classes/${U}`),
3107
14
  // 班次管理
3108
- group: b(`/api/duty-manage/group/${je}`),
15
+ group: e(`/api/duty-manage/group/${U}`),
3109
16
  // 分组管理
3110
- scheduling: b(`/api/duty-manage/scheduling/${je}`),
17
+ scheduling: e(`/api/duty-manage/scheduling/${U}`),
3111
18
  // 排班管理
3112
- shift: b(`/api/duty-manage/shift/${je}`)
19
+ shift: e(`/api/duty-manage/shift/${U}`)
3113
20
  // 交接班管理
3114
- }, al = "v1", Ml = b(`/api/enterpriseright/permission/${al}`);
3115
- let il = (t = 21) => {
3116
- let e = "", n = crypto.getRandomValues(new Uint8Array(t));
3117
- for (; t--; ) {
3118
- let r = n[t] & 63;
3119
- r < 36 ? e += r.toString(36) : r < 62 ? e += (r - 26).toString(36).toUpperCase() : r < 63 ? e += "_" : e += "-";
3120
- }
3121
- return e;
21
+ }, ve = "v1", qe = e(`/api/enterpriseright/permission/${ve}`);
22
+ let de = (s = 21) => {
23
+ let i = "", p = crypto.getRandomValues(new Uint8Array(s));
24
+ for (; s--; ) {
25
+ let a = p[s] & 63;
26
+ a < 36 ? i += a.toString(36) : a < 62 ? i += (a - 26).toString(36).toUpperCase() : a < 63 ? i += "_" : i += "-";
27
+ }
28
+ return i;
3122
29
  };
3123
- const sl = kt.get("token"), ll = kt.post("put-object", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), cl = kt.post("upload-objects", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), ul = Yn.get("progress"), kl = () => {
3124
- let t = G(!1), e = G(""), n = G(0), r = G("normal"), o = G(!1), a, i = G(""), s = G(""), u = G(""), l = G(""), c = G(!1), p = G(""), d = "", g = G(""), y;
3125
- const h = () => {
3126
- s.value = "", u.value = "", l.value = "", c.value = !1, p.value = "";
3127
- }, m = async () => {
3128
- const [E, O] = await sl().run();
3129
- return E ? { stauts: !1 } : { status: !0, data: O };
3130
- }, R = (E) => new Promise((O, $) => {
3131
- const D = [];
3132
- let w = 0;
3133
- for (; w < E.size; ) {
3134
- const j = E.slice(w, w + 1048576);
3135
- D.push(j), w += 1048576;
3136
- }
3137
- const k = new Blob(D, { type: E.type });
3138
- O(k);
3139
- }), P = async (E, O, $, T = !0, D = "", w = !1) => {
3140
- var tr, rr;
3141
- d = D, g.value = "import", T && (r.value = "normal", n.value = 0, e.value = F("导入进度"), t.value = !0, i.value = ""), y = O;
3142
- const k = await m();
3143
- if (!k.status) return;
3144
- let j = k.data, q = null, { autoContentType: ee, bucketName: te, importFileName: er } = $;
3145
- const Un = w ? cl : ll;
3146
- if (w) {
3147
- let _e = [];
3148
- await O.forEach(async (Be) => {
3149
- let st = await R(Be);
3150
- _e.push(st);
3151
- }), q = new FormData(), q.append("accessKeyId", j.accessKeyId), q.append("secretAccessKey", j.secretAccessKey), q.append("sessionToken", j.sessionToken), q.append("bucketName", te), O.forEach((Be, st) => {
3152
- q.append("file", _e[st]);
3153
- }), er.forEach((Be) => {
3154
- q.append("filePaths", Be);
30
+ const ge = E.get("token"), $e = E.post("put-object", (s) => (s.headers || (s.headers = {}), s.headers["Content-Type"] = "multipart/form-data", s.responseType = "blob", s)), fe = E.post("upload-objects", (s) => (s.headers || (s.headers = {}), s.headers["Content-Type"] = "multipart/form-data", s.responseType = "blob", s)), he = ie.get("progress"), Ye = () => {
31
+ let s = v(!1), i = v(""), p = v(0), a = v("normal"), h = v(!1), d, w = v(""), y = v(""), T = v(""), b = v(""), k = v(!1), N = v(""), A = "", D = v(""), z;
32
+ const Z = () => {
33
+ y.value = "", T.value = "", b.value = "", k.value = !1, N.value = "";
34
+ }, F = async () => {
35
+ const [o, r] = await ge().run();
36
+ return o ? { stauts: !1 } : { status: !0, data: r };
37
+ }, H = (o) => new Promise((r, n) => {
38
+ const u = [];
39
+ let t = 0;
40
+ for (; t < o.size; ) {
41
+ const g = o.slice(t, t + 1048576);
42
+ u.push(g), t += 1048576;
43
+ }
44
+ const f = new Blob(u, { type: o.type });
45
+ r(f);
46
+ }), ee = async (o, r, n, c = !0, u = "", t = !1) => {
47
+ var V, X;
48
+ A = u, D.value = "import", c && (a.value = "normal", p.value = 0, i.value = l("导入进度"), s.value = !0, w.value = ""), z = r;
49
+ const f = await F();
50
+ if (!f.status) return;
51
+ let g = f.data, m = null, { autoContentType: x, bucketName: P, importFileName: J } = n;
52
+ const ae = t ? fe : $e;
53
+ if (t) {
54
+ let L = [];
55
+ await r.forEach(async (C) => {
56
+ let I = await H(C);
57
+ L.push(I);
58
+ }), m = new FormData(), m.append("accessKeyId", g.accessKeyId), m.append("secretAccessKey", g.secretAccessKey), m.append("sessionToken", g.sessionToken), m.append("bucketName", P), r.forEach((C, I) => {
59
+ m.append("file", L[I]);
60
+ }), J.forEach((C) => {
61
+ m.append("filePaths", C);
3155
62
  });
3156
63
  } else {
3157
- const _e = await R(O);
3158
- q = {
3159
- accessKeyId: j.accessKeyId,
3160
- secretAccessKey: j.secretAccessKey,
3161
- sessionToken: j.sessionToken,
3162
- file: _e,
3163
- bucketName: te,
3164
- filePath: er,
3165
- autoContentType: ee
64
+ const L = await H(r);
65
+ m = {
66
+ accessKeyId: g.accessKeyId,
67
+ secretAccessKey: g.secretAccessKey,
68
+ sessionToken: g.sessionToken,
69
+ file: L,
70
+ bucketName: P,
71
+ filePath: J,
72
+ autoContentType: x
3166
73
  };
3167
74
  }
3168
- const [Mn, kn] = await Un(q).run();
3169
- if (Mn) return t.value = !1;
3170
- const ie = await pl(kn.data);
3171
- if ((ie == null ? void 0 : ie.statusCode) != 200) {
3172
- t.value = !1, (tr = window.DasMessage) == null || tr.error({
3173
- message: (ie == null ? void 0 : ie.errorMsg) || F("上传失败"),
75
+ const [oe, re] = await ae(m).run();
76
+ if (oe) return s.value = !1;
77
+ const j = await we(re.data);
78
+ if ((j == null ? void 0 : j.statusCode) != 200) {
79
+ s.value = !1, (V = window.DasMessage) == null || V.error({
80
+ message: (j == null ? void 0 : j.errorMsg) || l("上传失败"),
3174
81
  grouping: !0,
3175
82
  repeatNum: 1
3176
83
  });
3177
84
  return;
3178
85
  }
3179
- const it = await (E == null ? void 0 : E(ie));
3180
- if (T) {
3181
- if (!it.status) {
3182
- t.value = !1, r.value = "error";
86
+ const B = await (o == null ? void 0 : o(j));
87
+ if (c) {
88
+ if (!B.status) {
89
+ s.value = !1, a.value = "error";
3183
90
  return;
3184
91
  }
3185
- e.value = F("导入进度"), t.value = !0, x(it.taskId, "import", "");
92
+ i.value = l("导入进度"), s.value = !0, R(B.taskId, "import", "");
3186
93
  } else {
3187
- if (!it.status) return;
3188
- r.value = "success", (rr = window.DasMessage) == null || rr.success({
3189
- message: F("导入成功"),
94
+ if (!B.status) return;
95
+ a.value = "success", (X = window.DasMessage) == null || X.success({
96
+ message: l("导入成功"),
3190
97
  grouping: !0,
3191
98
  repeatNum: 1
3192
99
  });
3193
100
  }
3194
- }, v = async (E, O = "", $ = "") => {
3195
- r.value = "normal", n.value = 0, e.value = $ || F("导出进度"), t.value = !0;
3196
- const T = await (E == null ? void 0 : E());
3197
- if (!T.status) {
3198
- t.value = !1, r.value = "error";
101
+ }, se = async (o, r = "", n = "") => {
102
+ a.value = "normal", p.value = 0, i.value = n || l("导出进度"), s.value = !0;
103
+ const c = await (o == null ? void 0 : o());
104
+ if (!c.status) {
105
+ s.value = !1, a.value = "error";
3199
106
  return;
3200
107
  }
3201
- x(T.taskId, "action", "");
3202
- }, N = async (E, O = "", $ = "", T = !0) => {
3203
- g.value = "export", T && (r.value = "normal", n.value = 0, e.value = F("导出进度"), t.value = !0);
3204
- const D = await (E == null ? void 0 : E());
3205
- if (!D.status) {
3206
- t.value = !1, r.value = "error";
108
+ R(c.taskId, "action", "");
109
+ }, te = async (o, r = "", n = "", c = !0) => {
110
+ D.value = "export", c && (a.value = "normal", p.value = 0, i.value = l("导出进度"), s.value = !0);
111
+ const u = await (o == null ? void 0 : o());
112
+ if (!u.status) {
113
+ s.value = !1, a.value = "error";
3207
114
  return;
3208
115
  }
3209
- Ze().format("YYYYMMDDHHmmss") + "", x(D.taskId, "export", O || "", $);
3210
- }, x = async (E, O, $, T = "") => {
3211
- o.value = !0, U(E, O, $, T), a = setTimeout(() => {
116
+ ce().format("YYYYMMDDHHmmss") + "", R(u.taskId, "export", r || "", n);
117
+ }, R = async (o, r, n, c = "") => {
118
+ h.value = !0, Y(o, r, n, c), d = setTimeout(() => {
3212
119
  }, 50);
3213
- }, L = () => {
3214
- clearTimeout(a), a = null, t.value = !1;
3215
- }, U = async (E, O = "export", $, T = "") => {
3216
- var j, q;
3217
- const [D, w] = await ul("", {
3218
- url: `progress/${E}`
120
+ }, q = () => {
121
+ clearTimeout(d), d = null, s.value = !1;
122
+ }, Y = async (o, r = "export", n, c = "") => {
123
+ var g, m;
124
+ const [u, t] = await he("", {
125
+ url: `progress/${o}`
3219
126
  }).run();
3220
- if (D) {
3221
- o.value = !1;
127
+ if (u) {
128
+ h.value = !1;
3222
129
  return;
3223
130
  }
3224
- n.value = w.percentage;
3225
- const k = O == "export" ? F("导出") : F("导入");
3226
- if (n.value == 100)
3227
- if (i.value = w, o.value = !1, L(), O == "export")
3228
- w.status == 1 ? (r.value = "success", jr(`${Ke().baseURL}/oss${w.filePath}`, $, T), o.value = !1) : w.status == 2 && (l.value = w.message || `${k}${F("失败")}`, (j = window.DasMessage) == null || j.error({
3229
- message: w.message || `${k}${F("失败")}`,
131
+ p.value = t.percentage;
132
+ const f = r == "export" ? l("导出") : l("导入");
133
+ if (p.value == 100)
134
+ if (w.value = t, h.value = !1, q(), r == "export")
135
+ t.status == 1 ? (a.value = "success", Q(`${_().baseURL}/oss${t.filePath}`, n, c), h.value = !1) : t.status == 2 && (b.value = t.message || `${f}${l("失败")}`, (g = window.DasMessage) == null || g.error({
136
+ message: t.message || `${f}${l("失败")}`,
3230
137
  grouping: !0,
3231
138
  repeatNum: 1
3232
139
  }));
3233
- else if (O == "import") {
3234
- if (w.filePath) {
3235
- r.value = "error", c.value = !0;
3236
- let ee = await Zn(`/oss/${w == null ? void 0 : w.filePath}`);
3237
- const te = ((q = ee == null ? void 0 : ee.split("/")) == null ? void 0 : q.pop()) || "";
3238
- s.value = d || te, u.value = y.sizeText, l.value = F("部分数据校验不通过,请下载附件并修改,重新导入!"), p.value = `${Ke().baseURL}/oss/${w == null ? void 0 : w.filePath}`;
140
+ else if (r == "import") {
141
+ if (t.filePath) {
142
+ a.value = "error", k.value = !0;
143
+ let x = await ne(`/oss/${t == null ? void 0 : t.filePath}`);
144
+ const P = ((m = x == null ? void 0 : x.split("/")) == null ? void 0 : m.pop()) || "";
145
+ y.value = A || P, T.value = z.sizeText, b.value = l("部分数据校验不通过,请下载附件并修改,重新导入!"), N.value = `${_().baseURL}/oss/${t == null ? void 0 : t.filePath}`;
3239
146
  }
3240
- K(w.status, k, w.message);
3241
- } else O == "action" && (r.value = "success");
147
+ G(t.status, f, t.message);
148
+ } else r == "action" && (a.value = "success");
3242
149
  else
3243
- a && w.status != 2 ? a = setTimeout(() => {
3244
- U(E, O, $, T);
3245
- }, 50) : (i.value = w, o.value = !1, K(w.status, k, w.message), L(), c.value = !0, l.value = (w == null ? void 0 : w.message) || "");
3246
- }, K = (E, O, $) => {
3247
- var T, D, w;
3248
- E == 1 ? (r.value = "success", (T = window.DasMessage) == null || T.success({
3249
- message: `${O}${F("成功")}`,
150
+ d && t.status != 2 ? d = setTimeout(() => {
151
+ Y(o, r, n, c);
152
+ }, 50) : (w.value = t, h.value = !1, G(t.status, f, t.message), q(), k.value = !0, b.value = (t == null ? void 0 : t.message) || "");
153
+ }, G = (o, r, n) => {
154
+ var c, u, t;
155
+ o == 1 ? (a.value = "success", (c = window.DasMessage) == null || c.success({
156
+ message: `${r}${l("成功")}`,
3250
157
  grouping: !0,
3251
158
  repeatNum: 1
3252
- }), s.value = "", u.value = "", l.value = "") : E == 2 ? (r.value = "error", (D = window.DasMessage) == null || D.error({
3253
- message: $ || `${O}${F("失败")}`,
159
+ }), y.value = "", T.value = "", b.value = "") : o == 2 ? (a.value = "error", (u = window.DasMessage) == null || u.error({
160
+ message: n || `${r}${l("失败")}`,
3254
161
  grouping: !0,
3255
162
  repeatNum: 1
3256
- }), l.value = $ || F("部分数据校验不通过,请下载附件并修改,重新导入!")) : E == 3 && (r.value = "error", (w = window.DasMessage) == null || w.error({
3257
- message: `${F("部分")}${O}${F("失败")}`,
163
+ }), b.value = n || l("部分数据校验不通过,请下载附件并修改,重新导入!")) : o == 3 && (a.value = "error", (t = window.DasMessage) == null || t.error({
164
+ message: `${l("部分")}${r}${l("失败")}`,
3258
165
  grouping: !0,
3259
166
  repeatNum: 1
3260
167
  }));
3261
168
  };
3262
169
  return {
3263
- showProgressDialog: t,
3264
- progressTitle: e,
3265
- percent: n,
3266
- progressStatus: r,
3267
- progressLoading: o,
3268
- progressResult: i,
3269
- errorFileName: s,
3270
- errorFileSize: u,
3271
- errorMessage: l,
3272
- errorImport: c,
3273
- errorFilePath: p,
3274
- fileImport: P,
3275
- fileExport: N,
3276
- fileAction: v,
3277
- generateUniqueName: (E) => {
3278
- const O = E == null ? void 0 : E.match(/(.*?)(\.[^.]*$|$)/), $ = O.length ? O[2] : "";
3279
- return `${O.length ? O[1] : E}${il()}${$}`;
170
+ showProgressDialog: s,
171
+ progressTitle: i,
172
+ percent: p,
173
+ progressStatus: a,
174
+ progressLoading: h,
175
+ progressResult: w,
176
+ errorFileName: y,
177
+ errorFileSize: T,
178
+ errorMessage: b,
179
+ errorImport: k,
180
+ errorFilePath: N,
181
+ fileImport: ee,
182
+ fileExport: te,
183
+ fileAction: se,
184
+ generateUniqueName: (o) => {
185
+ const r = o == null ? void 0 : o.match(/(.*?)(\.[^.]*$|$)/), n = r.length ? r[2] : "";
186
+ return `${r.length ? r[1] : o}${de()}${n}`;
3280
187
  },
3281
- downloadFile: jr,
3282
- resetStataus: h,
3283
- checkProgress: x,
3284
- fileHandleType: g
188
+ downloadFile: Q,
189
+ resetStataus: Z,
190
+ checkProgress: R,
191
+ fileHandleType: D
3285
192
  };
3286
- }, fl = (t) => {
3287
- let e = t == null ? void 0 : t.toLocaleLowerCase();
193
+ }, ye = (s) => {
194
+ let i = s == null ? void 0 : s.toLocaleLowerCase();
3288
195
  return {
3289
196
  excel: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
3290
197
  pdf: "application/pdf",
@@ -3311,75 +218,75 @@ const sl = kt.get("token"), ll = kt.post("put-object", (t) => (t.headers || (t.h
3311
218
  crt: "application/x-x509-ca-cert",
3312
219
  der: "application/x-x509-ca-cert",
3313
220
  cer: "application/pkix-cert"
3314
- }[e];
3315
- }, jr = (t, e, n = "excel") => {
3316
- const r = new XMLHttpRequest();
3317
- r.open("get", t), r.setRequestHeader("Content-Type", "application/json; charset=UTF-8"), r.responseType = "blob", r.onload = function(o) {
3318
- const a = new Blob([this.response], {
3319
- type: fl(n)
3320
- }), i = URL.createObjectURL(a);
221
+ }[i];
222
+ }, Q = (s, i, p = "excel") => {
223
+ const a = new XMLHttpRequest();
224
+ a.open("get", s), a.setRequestHeader("Content-Type", "application/json; charset=UTF-8"), a.responseType = "blob", a.onload = function(h) {
225
+ const d = new Blob([this.response], {
226
+ type: ye(p)
227
+ }), w = URL.createObjectURL(d);
3321
228
  if (window.navigator.msSaveOrOpenBlob)
3322
- navigator.msSaveBlob(a, e);
229
+ navigator.msSaveBlob(d, i);
3323
230
  else {
3324
- const s = document.createElement("a");
3325
- s.href = i, s.download = e, s.click(), window.URL.revokeObjectURL(i);
3326
- }
3327
- }, r.send();
3328
- }, pl = (t) => new Promise((e, n) => {
3329
- var r = new FileReader();
3330
- r.onload = function(o) {
3331
- let a = "";
3332
- typeof r.result == "string" && (a = JSON.parse(r.result)), e(a);
3333
- }, r.readAsText(t);
3334
- }), dl = "v2", jl = b(`/api/edge/${dl}`), Z = "v1", ql = b(`/api/iot/${Z}`), Hl = {
3335
- thingmodel: b(`/api/iot-device/thingmodel/${Z}`),
3336
- deviceManage: b(`/api/iot-device/devicemanage/${Z}`),
3337
- product: b(`/api/iot-device/product/${Z}`),
3338
- productStorage: b(`/api/iot-device/product-storage/${Z}`)
3339
- }, zl = {
3340
- projectDevice: b(`/api/device-relation/deviceproject/${Z}`),
3341
- deviceRules: b(`/api/device-relation/devicerule/${Z}`),
3342
- project: b(`/api/device-relation/project/${Z}`)
3343
- }, Wl = b(`/api/oss/minio/${Z}`), Kl = b(`/api/progress/accessor/${Z}`), Ln = "v1", Gl = b(`/api/justauth/oauth-server/${Ln}/visitor`), Jl = b(`/api/justauth/oauth-server/${Ln}`), yl = "v1", Vl = b(`/api/knowledge-base/knowledge/${yl}`), ml = "v1", Ql = b(`/api/custom-datasource/custom/${ml}`), hl = "v1", Xl = b(`/api/permission/${hl}`), pe = "v1", Yl = b(`/api/customer/customer/${pe}`), Zl = b(`/api/customer/company/${pe}`), ec = b(`/api/customer/customer-grade/${pe}`), tc = b(`/api/customer/customer-type/${pe}`), rc = {
3344
- list: b(`/api/project/${pe}/list`),
3345
- app: b(`/api/project/${pe}/app`),
3346
- people: b(`/api/project/${pe}/people`)
3347
- }, gl = "v1", nc = b(`/api/portal/user/${gl}`), vl = "v1", oc = b(`/api/space-manage/space-tree/${vl}`), at = "v1", ac = b(`/api/superadmin/portal/${at}`), ic = b(`/api/superadmin/permission/${at}`), sc = b(`/api/superadmin/resource/${at}`), lc = b(`/api/superadmin/license/${at}`), Zt = "v1", cc = b(`/api/supply/supplier/${Zt}`), uc = b(`/api/supplier/${Zt}`), fc = b(`/api/supplier/${Zt}/classification`), bl = "v1", pc = b(`/api/supply/brand/${bl}`), wl = "v2", dc = b(`/api/tool/${wl}`), Sl = "v1", yc = b(`/api/system-config/${Sl}`);
231
+ const y = document.createElement("a");
232
+ y.href = w, y.download = i, y.click(), window.URL.revokeObjectURL(w);
233
+ }
234
+ }, a.send();
235
+ }, we = (s) => new Promise((i, p) => {
236
+ var a = new FileReader();
237
+ a.onload = function(h) {
238
+ let d = "";
239
+ typeof a.result == "string" && (d = JSON.parse(a.result)), i(d);
240
+ }, a.readAsText(s);
241
+ }), be = "v2", Ge = e(`/api/edge/${be}`), $ = "v1", Je = e(`/api/iot/${$}`), Ve = {
242
+ thingmodel: e(`/api/iot-device/thingmodel/${$}`),
243
+ deviceManage: e(`/api/iot-device/devicemanage/${$}`),
244
+ product: e(`/api/iot-device/product/${$}`),
245
+ productStorage: e(`/api/iot-device/product-storage/${$}`)
246
+ }, Xe = {
247
+ projectDevice: e(`/api/device-relation/deviceproject/${$}`),
248
+ deviceRules: e(`/api/device-relation/devicerule/${$}`),
249
+ project: e(`/api/device-relation/project/${$}`)
250
+ }, _e = e(`/api/oss/minio/${$}`), Qe = e(`/api/progress/accessor/${$}`), W = "v1", We = e(`/api/justauth/oauth-server/${W}/visitor`), Ze = e(`/api/justauth/oauth-server/${W}`), je = "v1", Fe = e(`/api/knowledge-base/knowledge/${je}`), Me = "v1", es = e(`/api/custom-datasource/custom/${Me}`), xe = "v1", ss = e(`/api/permission/${xe}`), M = "v1", ts = e(`/api/customer/customer/${M}`), as = e(`/api/customer/company/${M}`), os = e(`/api/customer/customer-grade/${M}`), rs = e(`/api/customer/customer-type/${M}`), is = {
251
+ list: e(`/api/project/${M}/list`),
252
+ app: e(`/api/project/${M}/app`),
253
+ people: e(`/api/project/${M}/people`)
254
+ }, Te = "v1", ns = e(`/api/portal/user/${Te}`), ke = "v1", cs = e(`/api/space-manage/space-tree/${ke}`), S = "v1", ls = e(`/api/superadmin/portal/${S}`), ps = e(`/api/superadmin/permission/${S}`), us = e(`/api/superadmin/resource/${S}`), ms = e(`/api/superadmin/license/${S}`), O = "v1", vs = e(`/api/supply/supplier/${O}`), ds = e(`/api/supplier/${O}`), gs = e(`/api/supplier/${O}/classification`), Re = "v1", $s = e(`/api/supply/brand/${Re}`), Pe = "v2", fs = e(`/api/tool/${Pe}`), Le = "v1", hs = e(`/api/system-config/${Le}`);
3348
255
  export {
3349
- Il as appManage,
3350
- _l as authentication,
3351
- Bl as bemsModules,
3352
- Zl as company,
3353
- Ll as contract,
3354
- Yl as customer,
3355
- ec as customerGrade,
3356
- tc as customerType,
3357
- Ql as daslink,
3358
- jr as downloadFile,
3359
- Ul as dutyModules,
3360
- pc as enterpriseadminBrandModel,
3361
- Ml as enterpriseright,
3362
- jl as gatewayEdge,
3363
- ql as iot,
3364
- Wl as iotMinio,
3365
- Hl as iotModules,
3366
- Kl as iotProgress,
3367
- zl as iotRelationModules,
3368
- Gl as justauth,
3369
- Vl as knowledgeBase,
3370
- Jl as oauthServer,
3371
- Xl as permission,
3372
- nc as portal,
3373
- rc as projectManage,
3374
- oc as spaceManage,
3375
- lc as superadminLicense,
3376
- ic as superadminPermission,
3377
- ac as superadminPortal,
3378
- sc as superadminResource,
3379
- cc as supplier,
3380
- fc as supplierClassification,
3381
- uc as supplierManage,
3382
- yc as systemConfiguration,
3383
- dc as tool,
3384
- kl as useFile
256
+ Ke as appManage,
257
+ Ee as authentication,
258
+ Oe as bemsModules,
259
+ as as company,
260
+ ze as contract,
261
+ ts as customer,
262
+ os as customerGrade,
263
+ rs as customerType,
264
+ es as daslink,
265
+ Q as downloadFile,
266
+ He as dutyModules,
267
+ $s as enterpriseadminBrandModel,
268
+ qe as enterpriseright,
269
+ Ge as gatewayEdge,
270
+ Je as iot,
271
+ _e as iotMinio,
272
+ Ve as iotModules,
273
+ Qe as iotProgress,
274
+ Xe as iotRelationModules,
275
+ We as justauth,
276
+ Fe as knowledgeBase,
277
+ Ze as oauthServer,
278
+ ss as permission,
279
+ ns as portal,
280
+ is as projectManage,
281
+ cs as spaceManage,
282
+ ms as superadminLicense,
283
+ ps as superadminPermission,
284
+ ls as superadminPortal,
285
+ us as superadminResource,
286
+ vs as supplier,
287
+ gs as supplierClassification,
288
+ ds as supplierManage,
289
+ hs as systemConfiguration,
290
+ fs as tool,
291
+ Ye as useFile
3385
292
  };