@das-fed/utils 7.1.0-dev.10 → 7.1.0-dev.12

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 (72) hide show
  1. package/api-services/index.js +843 -830
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +2 -7
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +2 -7
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +2 -7
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +2 -7
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +2 -7
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +2 -7
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +2 -7
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +2 -7
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +2 -7
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +1003 -990
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +2 -7
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +2 -7
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +703 -722
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +2 -7
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +2 -7
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +726 -749
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +739 -730
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +2 -7
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +2 -7
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +2 -7
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +717 -708
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +2 -7
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +2 -7
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-info/getInfoFromUrl/index.js +36 -36
  50. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  51. package/common-info/set-personal-info/index.js +44 -49
  52. package/common-info/set-personal-info/index.js.gz +0 -0
  53. package/common-tools/extract-file-name/index.js +2 -7
  54. package/common-tools/extract-file-name/index.js.gz +0 -0
  55. package/common-tools/platform-tools/index.d.ts +7 -2
  56. package/common-tools/platform-tools/index.js +27 -15
  57. package/common-tools/platform-tools/index.js.gz +0 -0
  58. package/create-api-service/index.js +718 -705
  59. package/create-api-service/index.js.gz +0 -0
  60. package/create-api-service/sso/index.d.ts +3 -2
  61. package/create-api-service/sso/index.js +528 -527
  62. package/create-api-service/sso/index.js.gz +0 -0
  63. package/curring-http/index.js +47 -52
  64. package/curring-http/index.js.gz +0 -0
  65. package/package.json +4 -4
  66. package/pinyin-first-character/index.js +1 -1
  67. package/pinyin-first-character/index.js.gz +0 -0
  68. package/token-tools/index.d.ts +3 -1
  69. package/token-tools/index.js +21 -21
  70. package/token-tools/index.js.gz +0 -0
  71. package/webSocket-service/index.js +40 -50
  72. package/webSocket-service/index.js.gz +0 -0
@@ -1,10 +1,10 @@
1
1
  import { unref as vt, getCurrentScope as Bt, onScopeDispose as jt, ref as ne, watch as xe } from "vue";
2
2
  import { encryption as qt } from "@das-fed/utils/atob";
3
- import { getConfig as oe } from "@das-fed/utils/config";
4
- import { getAccessToken as M, removeAccessToken as $t, setAccessToken as Ht, getAccessTokenInfo as de } from "@das-fed/utils/token-tools";
3
+ import { getConfig as se } from "@das-fed/utils/config";
4
+ import { getAccessToken as $, removeAccessToken as Mt, setAccessToken as Ht, getAccessTokenInfo as de } from "@das-fed/utils/token-tools";
5
5
  import { appendQueryParams as Ce } from "@das-fed/utils/common-tools";
6
- import { removeProcessEngineToken as Mt, setProcessEngineToken as zt } from "@das-fed/utils/process-engine-info";
7
- import { setPersonalInfo as ot } from "@das-fed/utils/common-info/set-personal-info";
6
+ import { removeProcessEngineToken as $t, setProcessEngineToken as zt } from "@das-fed/utils/process-engine-info";
7
+ import { setPersonalInfo as st } from "@das-fed/utils/common-info/set-personal-info";
8
8
  function it(e, t) {
9
9
  return function() {
10
10
  return e.apply(t, arguments);
@@ -39,21 +39,21 @@ const Wt = ce("string"), A = ce("function"), ut = ce("number"), W = (e) => e !==
39
39
  let t;
40
40
  return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = ae(e)) === "formdata" || // detect form-data instance
41
41
  t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
42
- }, nn = x("URLSearchParams"), [rn, sn, on, an] = ["ReadableStream", "Request", "Response", "Headers"].map(x), cn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
42
+ }, nn = x("URLSearchParams"), [rn, on, sn, an] = ["ReadableStream", "Request", "Response", "Headers"].map(x), cn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
43
43
  function K(e, t, { allOwnKeys: n = !1 } = {}) {
44
44
  if (e === null || typeof e > "u")
45
45
  return;
46
- let r, s;
46
+ let r, o;
47
47
  if (typeof e != "object" && (e = [e]), q(e))
48
- for (r = 0, s = e.length; r < s; r++)
48
+ for (r = 0, o = e.length; r < o; r++)
49
49
  t.call(null, e[r], r, e);
50
50
  else {
51
51
  if (V(e))
52
52
  return;
53
- const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
53
+ const s = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = s.length;
54
54
  let a;
55
55
  for (r = 0; r < i; r++)
56
- a = o[r], t.call(null, e[a], a, e);
56
+ a = s[r], t.call(null, e[a], a, e);
57
57
  }
58
58
  }
59
59
  function lt(e, t) {
@@ -61,35 +61,35 @@ function lt(e, t) {
61
61
  return null;
62
62
  t = t.toLowerCase();
63
63
  const n = Object.keys(e);
64
- let r = n.length, s;
64
+ let r = n.length, o;
65
65
  for (; r-- > 0; )
66
- if (s = n[r], t === s.toLowerCase())
67
- return s;
66
+ if (o = n[r], t === o.toLowerCase())
67
+ return o;
68
68
  return null;
69
69
  }
70
- const F = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ft = (e) => !z(e) && e !== F;
70
+ const D = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ft = (e) => !z(e) && e !== D;
71
71
  function we() {
72
- const { caseless: e } = ft(this) && this || {}, t = {}, n = (r, s) => {
73
- const o = e && lt(t, s) || s;
74
- Y(t[o]) && Y(r) ? t[o] = we(t[o], r) : Y(r) ? t[o] = we({}, r) : q(r) ? t[o] = r.slice() : t[o] = r;
72
+ const { caseless: e } = ft(this) && this || {}, t = {}, n = (r, o) => {
73
+ const s = e && lt(t, o) || o;
74
+ Y(t[s]) && Y(r) ? t[s] = we(t[s], r) : Y(r) ? t[s] = we({}, r) : q(r) ? t[s] = r.slice() : t[s] = r;
75
75
  };
76
- for (let r = 0, s = arguments.length; r < s; r++)
76
+ for (let r = 0, o = arguments.length; r < o; r++)
77
77
  arguments[r] && K(arguments[r], n);
78
78
  return t;
79
79
  }
80
- const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (s, o) => {
81
- n && A(s) ? e[o] = it(s, n) : e[o] = s;
80
+ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, s) => {
81
+ n && A(o) ? e[s] = it(o, n) : e[s] = o;
82
82
  }, { allOwnKeys: r }), e), ln = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), fn = (e, t, n, r) => {
83
83
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
84
84
  value: t.prototype
85
85
  }), n && Object.assign(e.prototype, n);
86
86
  }, dn = (e, t, n, r) => {
87
- let s, o, i;
87
+ let o, s, i;
88
88
  const a = {};
89
89
  if (t = t || {}, e == null) return t;
90
90
  do {
91
- for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
92
- i = s[o], (!r || r(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
91
+ for (o = Object.getOwnPropertyNames(e), s = o.length; s-- > 0; )
92
+ i = o[s], (!r || r(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
93
93
  e = n !== !1 && ke(e);
94
94
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
95
95
  return t;
@@ -108,10 +108,10 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (s, o) => {
108
108
  return n;
109
109
  }, mn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ke(Uint8Array)), yn = (e, t) => {
110
110
  const r = (e && e[ie]).call(e);
111
- let s;
112
- for (; (s = r.next()) && !s.done; ) {
113
- const o = s.value;
114
- t.call(e, o[0], o[1]);
111
+ let o;
112
+ for (; (o = r.next()) && !o.done; ) {
113
+ const s = o.value;
114
+ t.call(e, s[0], s[1]);
115
115
  }
116
116
  }, wn = (e, t) => {
117
117
  let n;
@@ -121,14 +121,14 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (s, o) => {
121
121
  return r;
122
122
  }, gn = x("HTMLFormElement"), bn = (e) => e.toLowerCase().replace(
123
123
  /[-_\s]([a-z\d])(\w*)/g,
124
- function(n, r, s) {
125
- return r.toUpperCase() + s;
124
+ function(n, r, o) {
125
+ return r.toUpperCase() + o;
126
126
  }
127
127
  ), Fe = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), En = x("RegExp"), dt = (e, t) => {
128
128
  const n = Object.getOwnPropertyDescriptors(e), r = {};
129
- K(n, (s, o) => {
129
+ K(n, (o, s) => {
130
130
  let i;
131
- (i = t(s, o, e)) !== !1 && (r[o] = i || s);
131
+ (i = t(o, s, e)) !== !1 && (r[s] = i || o);
132
132
  }), Object.defineProperties(e, r);
133
133
  }, Rn = (e) => {
134
134
  dt(e, (t, n) => {
@@ -146,9 +146,9 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (s, o) => {
146
146
  }
147
147
  });
148
148
  }, Sn = (e, t) => {
149
- const n = {}, r = (s) => {
150
- s.forEach((o) => {
151
- n[o] = !0;
149
+ const n = {}, r = (o) => {
150
+ o.forEach((s) => {
151
+ n[s] = !0;
152
152
  });
153
153
  };
154
154
  return q(e) ? r(e) : r(String(e).split(t)), n;
@@ -158,32 +158,32 @@ function An(e) {
158
158
  return !!(e && A(e.append) && e[at] === "FormData" && e[ie]);
159
159
  }
160
160
  const _n = (e) => {
161
- const t = new Array(10), n = (r, s) => {
161
+ const t = new Array(10), n = (r, o) => {
162
162
  if (W(r)) {
163
163
  if (t.indexOf(r) >= 0)
164
164
  return;
165
165
  if (V(r))
166
166
  return r;
167
167
  if (!("toJSON" in r)) {
168
- t[s] = r;
169
- const o = q(r) ? [] : {};
168
+ t[o] = r;
169
+ const s = q(r) ? [] : {};
170
170
  return K(r, (i, a) => {
171
- const f = n(i, s + 1);
172
- !z(f) && (o[a] = f);
173
- }), t[s] = void 0, o;
171
+ const f = n(i, o + 1);
172
+ !z(f) && (s[a] = f);
173
+ }), t[o] = void 0, s;
174
174
  }
175
175
  }
176
176
  return r;
177
177
  };
178
178
  return n(e, 0);
179
- }, xn = x("AsyncFunction"), Cn = (e) => e && (W(e) || A(e)) && A(e.then) && A(e.catch), pt = ((e, t) => e ? setImmediate : t ? ((n, r) => (F.addEventListener("message", ({ source: s, data: o }) => {
180
- s === F && o === n && r.length && r.shift()();
181
- }, !1), (s) => {
182
- r.push(s), F.postMessage(n, "*");
179
+ }, xn = x("AsyncFunction"), Cn = (e) => e && (W(e) || A(e)) && A(e.then) && A(e.catch), pt = ((e, t) => e ? setImmediate : t ? ((n, r) => (D.addEventListener("message", ({ source: o, data: s }) => {
180
+ o === D && s === n && r.length && r.shift()();
181
+ }, !1), (o) => {
182
+ r.push(o), D.postMessage(n, "*");
183
183
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
184
184
  typeof setImmediate == "function",
185
- A(F.postMessage)
186
- ), kn = typeof queueMicrotask < "u" ? queueMicrotask.bind(F) : typeof process < "u" && process.nextTick || pt, Pn = (e) => e != null && A(e[ie]), c = {
185
+ A(D.postMessage)
186
+ ), kn = typeof queueMicrotask < "u" ? queueMicrotask.bind(D) : typeof process < "u" && process.nextTick || pt, Pn = (e) => e != null && A(e[ie]), c = {
187
187
  isArray: q,
188
188
  isArrayBuffer: ct,
189
189
  isBuffer: V,
@@ -196,8 +196,8 @@ const _n = (e) => {
196
196
  isPlainObject: Y,
197
197
  isEmptyObject: Qt,
198
198
  isReadableStream: rn,
199
- isRequest: sn,
200
- isResponse: on,
199
+ isRequest: on,
200
+ isResponse: sn,
201
201
  isHeaders: an,
202
202
  isUndefined: z,
203
203
  isDate: Xt,
@@ -233,7 +233,7 @@ const _n = (e) => {
233
233
  noop: Tn,
234
234
  toFiniteNumber: On,
235
235
  findKey: lt,
236
- global: F,
236
+ global: D,
237
237
  isContextDefined: ft,
238
238
  isSpecCompliantForm: An,
239
239
  toJSONObject: _n,
@@ -243,10 +243,10 @@ const _n = (e) => {
243
243
  asap: kn,
244
244
  isIterable: Pn
245
245
  };
246
- function y(e, t, n, r, s) {
247
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s, this.status = s.status ? s.status : null);
246
+ function w(e, t, n, r, o) {
247
+ Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
248
248
  }
249
- c.inherits(y, Error, {
249
+ c.inherits(w, Error, {
250
250
  toJSON: function() {
251
251
  return {
252
252
  // Standard
@@ -267,7 +267,7 @@ c.inherits(y, Error, {
267
267
  };
268
268
  }
269
269
  });
270
- const ht = y.prototype, mt = {};
270
+ const ht = w.prototype, mt = {};
271
271
  [
272
272
  "ERR_BAD_OPTION_VALUE",
273
273
  "ERR_BAD_OPTION",
@@ -285,13 +285,13 @@ const ht = y.prototype, mt = {};
285
285
  ].forEach((e) => {
286
286
  mt[e] = { value: e };
287
287
  });
288
- Object.defineProperties(y, mt);
288
+ Object.defineProperties(w, mt);
289
289
  Object.defineProperty(ht, "isAxiosError", { value: !0 });
290
- y.from = (e, t, n, r, s, o) => {
290
+ w.from = (e, t, n, r, o, s) => {
291
291
  const i = Object.create(ht);
292
292
  return c.toFlatObject(e, i, function(f) {
293
293
  return f !== Error.prototype;
294
- }, (a) => a !== "isAxiosError"), y.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
294
+ }, (a) => a !== "isAxiosError"), w.call(i, e.message, t, n, r, o), i.cause = e, i.name = e.name, s && Object.assign(i, s), i;
295
295
  };
296
296
  const Ln = null;
297
297
  function ge(e) {
@@ -301,8 +301,8 @@ function yt(e) {
301
301
  return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
302
302
  }
303
303
  function De(e, t, n) {
304
- return e ? e.concat(t).map(function(s, o) {
305
- return s = yt(s), !n && o ? "[" + s + "]" : s;
304
+ return e ? e.concat(t).map(function(o, s) {
305
+ return o = yt(o), !n && s ? "[" + o + "]" : o;
306
306
  }).join(n ? "." : "") : t;
307
307
  }
308
308
  function Un(e) {
@@ -318,55 +318,55 @@ function ue(e, t, n) {
318
318
  metaTokens: !0,
319
319
  dots: !1,
320
320
  indexes: !1
321
- }, !1, function(m, h) {
322
- return !c.isUndefined(h[m]);
321
+ }, !1, function(y, h) {
322
+ return !c.isUndefined(h[y]);
323
323
  });
324
- const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && c.isSpecCompliantForm(t);
325
- if (!c.isFunction(s))
324
+ const r = n.metaTokens, o = n.visitor || l, s = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && c.isSpecCompliantForm(t);
325
+ if (!c.isFunction(o))
326
326
  throw new TypeError("visitor must be a function");
327
- function l(p) {
327
+ function u(p) {
328
328
  if (p === null) return "";
329
329
  if (c.isDate(p))
330
330
  return p.toISOString();
331
331
  if (c.isBoolean(p))
332
332
  return p.toString();
333
333
  if (!f && c.isBlob(p))
334
- throw new y("Blob is not supported. Use a Buffer instead.");
334
+ throw new w("Blob is not supported. Use a Buffer instead.");
335
335
  return c.isArrayBuffer(p) || c.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
336
336
  }
337
- function u(p, m, h) {
337
+ function l(p, y, h) {
338
338
  let E = p;
339
339
  if (p && !h && typeof p == "object") {
340
- if (c.endsWith(m, "{}"))
341
- m = r ? m : m.slice(0, -2), p = JSON.stringify(p);
342
- else if (c.isArray(p) && Un(p) || (c.isFileList(p) || c.endsWith(m, "[]")) && (E = c.toArray(p)))
343
- return m = yt(m), E.forEach(function(S, k) {
340
+ if (c.endsWith(y, "{}"))
341
+ y = r ? y : y.slice(0, -2), p = JSON.stringify(p);
342
+ else if (c.isArray(p) && Un(p) || (c.isFileList(p) || c.endsWith(y, "[]")) && (E = c.toArray(p)))
343
+ return y = yt(y), E.forEach(function(S, k) {
344
344
  !(c.isUndefined(S) || S === null) && t.append(
345
345
  // eslint-disable-next-line no-nested-ternary
346
- i === !0 ? De([m], k, o) : i === null ? m : m + "[]",
347
- l(S)
346
+ i === !0 ? De([y], k, s) : i === null ? y : y + "[]",
347
+ u(S)
348
348
  );
349
349
  }), !1;
350
350
  }
351
- return ge(p) ? !0 : (t.append(De(h, m, o), l(p)), !1);
351
+ return ge(p) ? !0 : (t.append(De(h, y, s), u(p)), !1);
352
352
  }
353
- const d = [], w = Object.assign(Nn, {
354
- defaultVisitor: u,
355
- convertValue: l,
353
+ const d = [], m = Object.assign(Nn, {
354
+ defaultVisitor: l,
355
+ convertValue: u,
356
356
  isVisitable: ge
357
357
  });
358
- function g(p, m) {
358
+ function g(p, y) {
359
359
  if (!c.isUndefined(p)) {
360
360
  if (d.indexOf(p) !== -1)
361
- throw Error("Circular reference detected in " + m.join("."));
361
+ throw Error("Circular reference detected in " + y.join("."));
362
362
  d.push(p), c.forEach(p, function(E, R) {
363
- (!(c.isUndefined(E) || E === null) && s.call(
363
+ (!(c.isUndefined(E) || E === null) && o.call(
364
364
  t,
365
365
  E,
366
366
  c.isString(R) ? R.trim() : R,
367
- m,
368
- w
369
- )) === !0 && g(E, m ? m.concat(R) : [R]);
367
+ y,
368
+ m
369
+ )) === !0 && g(E, y ? y.concat(R) : [R]);
370
370
  }), d.pop();
371
371
  }
372
372
  }
@@ -399,8 +399,8 @@ wt.toString = function(t) {
399
399
  const n = t ? function(r) {
400
400
  return t.call(this, r, Ie);
401
401
  } : Ie;
402
- return this._pairs.map(function(s) {
403
- return n(s[0]) + "=" + n(s[1]);
402
+ return this._pairs.map(function(o) {
403
+ return n(o[0]) + "=" + n(o[1]);
404
404
  }, "").join("&");
405
405
  };
406
406
  function Fn(e) {
@@ -413,11 +413,11 @@ function gt(e, t, n) {
413
413
  c.isFunction(n) && (n = {
414
414
  serialize: n
415
415
  });
416
- const s = n && n.serialize;
417
- let o;
418
- if (s ? o = s(t, n) : o = c.isURLSearchParams(t) ? t.toString() : new Pe(t, n).toString(r), o) {
416
+ const o = n && n.serialize;
417
+ let s;
418
+ if (o ? s = o(t, n) : s = c.isURLSearchParams(t) ? t.toString() : new Pe(t, n).toString(r), s) {
419
419
  const i = e.indexOf("#");
420
- i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
420
+ i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + s;
421
421
  }
422
422
  return e;
423
423
  }
@@ -488,21 +488,21 @@ const bt = {
488
488
  },
489
489
  protocols: ["http", "https", "file", "blob", "url", "data"]
490
490
  }, Le = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0, jn = Le && (!be || ["ReactNative", "NativeScript", "NS"].indexOf(be.product) < 0), qn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
491
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", $n = Le && window.location.href || "http://localhost", Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
491
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Mn = Le && window.location.href || "http://localhost", Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
492
492
  __proto__: null,
493
493
  hasBrowserEnv: Le,
494
494
  hasStandardBrowserEnv: jn,
495
495
  hasStandardBrowserWebWorkerEnv: qn,
496
496
  navigator: be,
497
- origin: $n
497
+ origin: Mn
498
498
  }, Symbol.toStringTag, { value: "Module" })), T = {
499
499
  ...Hn,
500
500
  ...Bn
501
501
  };
502
- function Mn(e, t) {
502
+ function $n(e, t) {
503
503
  return ue(e, new T.classes.URLSearchParams(), {
504
- visitor: function(n, r, s, o) {
505
- return T.isNode && c.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
504
+ visitor: function(n, r, o, s) {
505
+ return T.isNode && c.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
506
506
  },
507
507
  ...t
508
508
  });
@@ -513,23 +513,23 @@ function zn(e) {
513
513
  function Jn(e) {
514
514
  const t = {}, n = Object.keys(e);
515
515
  let r;
516
- const s = n.length;
517
- let o;
518
- for (r = 0; r < s; r++)
519
- o = n[r], t[o] = e[o];
516
+ const o = n.length;
517
+ let s;
518
+ for (r = 0; r < o; r++)
519
+ s = n[r], t[s] = e[s];
520
520
  return t;
521
521
  }
522
522
  function Et(e) {
523
- function t(n, r, s, o) {
524
- let i = n[o++];
523
+ function t(n, r, o, s) {
524
+ let i = n[s++];
525
525
  if (i === "__proto__") return !0;
526
- const a = Number.isFinite(+i), f = o >= n.length;
527
- return i = !i && c.isArray(s) ? s.length : i, f ? (c.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !a) : ((!s[i] || !c.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && c.isArray(s[i]) && (s[i] = Jn(s[i])), !a);
526
+ const a = Number.isFinite(+i), f = s >= n.length;
527
+ return i = !i && c.isArray(o) ? o.length : i, f ? (c.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !a) : ((!o[i] || !c.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && c.isArray(o[i]) && (o[i] = Jn(o[i])), !a);
528
528
  }
529
529
  if (c.isFormData(e) && c.isFunction(e.entries)) {
530
530
  const n = {};
531
- return c.forEachEntry(e, (r, s) => {
532
- t(zn(r), s, n, 0);
531
+ return c.forEachEntry(e, (r, o) => {
532
+ t(zn(r), o, n, 0);
533
533
  }), n;
534
534
  }
535
535
  return null;
@@ -548,9 +548,9 @@ const Q = {
548
548
  transitional: bt,
549
549
  adapter: ["xhr", "http", "fetch"],
550
550
  transformRequest: [function(t, n) {
551
- const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, o = c.isObject(t);
552
- if (o && c.isHTMLForm(t) && (t = new FormData(t)), c.isFormData(t))
553
- return s ? JSON.stringify(Et(t)) : t;
551
+ const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, s = c.isObject(t);
552
+ if (s && c.isHTMLForm(t) && (t = new FormData(t)), c.isFormData(t))
553
+ return o ? JSON.stringify(Et(t)) : t;
554
554
  if (c.isArrayBuffer(t) || c.isBuffer(t) || c.isStream(t) || c.isFile(t) || c.isBlob(t) || c.isReadableStream(t))
555
555
  return t;
556
556
  if (c.isArrayBufferView(t))
@@ -558,9 +558,9 @@ const Q = {
558
558
  if (c.isURLSearchParams(t))
559
559
  return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
560
560
  let a;
561
- if (o) {
561
+ if (s) {
562
562
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
563
- return Mn(t, this.formSerializer).toString();
563
+ return $n(t, this.formSerializer).toString();
564
564
  if ((a = c.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
565
565
  const f = this.env && this.env.FormData;
566
566
  return ue(
@@ -570,19 +570,19 @@ const Q = {
570
570
  );
571
571
  }
572
572
  }
573
- return o || s ? (n.setContentType("application/json", !1), Vn(t)) : t;
573
+ return s || o ? (n.setContentType("application/json", !1), Vn(t)) : t;
574
574
  }],
575
575
  transformResponse: [function(t) {
576
- const n = this.transitional || Q.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
576
+ const n = this.transitional || Q.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
577
577
  if (c.isResponse(t) || c.isReadableStream(t))
578
578
  return t;
579
- if (t && c.isString(t) && (r && !this.responseType || s)) {
580
- const i = !(n && n.silentJSONParsing) && s;
579
+ if (t && c.isString(t) && (r && !this.responseType || o)) {
580
+ const i = !(n && n.silentJSONParsing) && o;
581
581
  try {
582
582
  return JSON.parse(t);
583
583
  } catch (a) {
584
584
  if (i)
585
- throw a.name === "SyntaxError" ? y.from(a, y.ERR_BAD_RESPONSE, this, null, this.response) : a;
585
+ throw a.name === "SyntaxError" ? w.from(a, w.ERR_BAD_RESPONSE, this, null, this.response) : a;
586
586
  }
587
587
  }
588
588
  return t;
@@ -633,10 +633,10 @@ const Wn = c.toObjectSet([
633
633
  "user-agent"
634
634
  ]), Kn = (e) => {
635
635
  const t = {};
636
- let n, r, s;
636
+ let n, r, o;
637
637
  return e && e.split(`
638
638
  `).forEach(function(i) {
639
- s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && Wn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
639
+ o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Wn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
640
640
  }), t;
641
641
  }, Be = Symbol("internals");
642
642
  function H(e) {
@@ -653,10 +653,10 @@ function Qn(e) {
653
653
  return t;
654
654
  }
655
655
  const Xn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
656
- function pe(e, t, n, r, s) {
656
+ function pe(e, t, n, r, o) {
657
657
  if (c.isFunction(r))
658
658
  return r.call(this, t, n);
659
- if (s && (t = n), !!c.isString(t)) {
659
+ if (o && (t = n), !!c.isString(t)) {
660
660
  if (c.isString(r))
661
661
  return t.indexOf(r) !== -1;
662
662
  if (c.isRegExp(r))
@@ -670,8 +670,8 @@ function Zn(e, t) {
670
670
  const n = c.toCamelCase(" " + t);
671
671
  ["get", "set", "has"].forEach((r) => {
672
672
  Object.defineProperty(e, r + n, {
673
- value: function(s, o, i) {
674
- return this[r].call(this, t, s, o, i);
673
+ value: function(o, s, i) {
674
+ return this[r].call(this, t, o, s, i);
675
675
  },
676
676
  configurable: !0
677
677
  });
@@ -682,44 +682,44 @@ let _ = class {
682
682
  t && this.set(t);
683
683
  }
684
684
  set(t, n, r) {
685
- const s = this;
686
- function o(a, f, l) {
687
- const u = H(f);
688
- if (!u)
685
+ const o = this;
686
+ function s(a, f, u) {
687
+ const l = H(f);
688
+ if (!l)
689
689
  throw new Error("header name must be a non-empty string");
690
- const d = c.findKey(s, u);
691
- (!d || s[d] === void 0 || l === !0 || l === void 0 && s[d] !== !1) && (s[d || f] = ee(a));
690
+ const d = c.findKey(o, l);
691
+ (!d || o[d] === void 0 || u === !0 || u === void 0 && o[d] !== !1) && (o[d || f] = ee(a));
692
692
  }
693
- const i = (a, f) => c.forEach(a, (l, u) => o(l, u, f));
693
+ const i = (a, f) => c.forEach(a, (u, l) => s(u, l, f));
694
694
  if (c.isPlainObject(t) || t instanceof this.constructor)
695
695
  i(t, n);
696
696
  else if (c.isString(t) && (t = t.trim()) && !Xn(t))
697
697
  i(Kn(t), n);
698
698
  else if (c.isObject(t) && c.isIterable(t)) {
699
- let a = {}, f, l;
700
- for (const u of t) {
701
- if (!c.isArray(u))
699
+ let a = {}, f, u;
700
+ for (const l of t) {
701
+ if (!c.isArray(l))
702
702
  throw TypeError("Object iterator must return a key-value pair");
703
- a[l = u[0]] = (f = a[l]) ? c.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
703
+ a[u = l[0]] = (f = a[u]) ? c.isArray(f) ? [...f, l[1]] : [f, l[1]] : l[1];
704
704
  }
705
705
  i(a, n);
706
706
  } else
707
- t != null && o(n, t, r);
707
+ t != null && s(n, t, r);
708
708
  return this;
709
709
  }
710
710
  get(t, n) {
711
711
  if (t = H(t), t) {
712
712
  const r = c.findKey(this, t);
713
713
  if (r) {
714
- const s = this[r];
714
+ const o = this[r];
715
715
  if (!n)
716
- return s;
716
+ return o;
717
717
  if (n === !0)
718
- return Qn(s);
718
+ return Qn(o);
719
719
  if (c.isFunction(n))
720
- return n.call(this, s, r);
720
+ return n.call(this, o, r);
721
721
  if (c.isRegExp(n))
722
- return n.exec(s);
722
+ return n.exec(o);
723
723
  throw new TypeError("parser must be boolean|regexp|function");
724
724
  }
725
725
  }
@@ -733,34 +733,34 @@ let _ = class {
733
733
  }
734
734
  delete(t, n) {
735
735
  const r = this;
736
- let s = !1;
737
- function o(i) {
736
+ let o = !1;
737
+ function s(i) {
738
738
  if (i = H(i), i) {
739
739
  const a = c.findKey(r, i);
740
- a && (!n || pe(r, r[a], a, n)) && (delete r[a], s = !0);
740
+ a && (!n || pe(r, r[a], a, n)) && (delete r[a], o = !0);
741
741
  }
742
742
  }
743
- return c.isArray(t) ? t.forEach(o) : o(t), s;
743
+ return c.isArray(t) ? t.forEach(s) : s(t), o;
744
744
  }
745
745
  clear(t) {
746
746
  const n = Object.keys(this);
747
- let r = n.length, s = !1;
747
+ let r = n.length, o = !1;
748
748
  for (; r--; ) {
749
- const o = n[r];
750
- (!t || pe(this, this[o], o, t, !0)) && (delete this[o], s = !0);
749
+ const s = n[r];
750
+ (!t || pe(this, this[s], s, t, !0)) && (delete this[s], o = !0);
751
751
  }
752
- return s;
752
+ return o;
753
753
  }
754
754
  normalize(t) {
755
755
  const n = this, r = {};
756
- return c.forEach(this, (s, o) => {
757
- const i = c.findKey(r, o);
756
+ return c.forEach(this, (o, s) => {
757
+ const i = c.findKey(r, s);
758
758
  if (i) {
759
- n[i] = ee(s), delete n[o];
759
+ n[i] = ee(o), delete n[s];
760
760
  return;
761
761
  }
762
- const a = t ? Gn(o) : String(o).trim();
763
- a !== o && delete n[o], n[a] = ee(s), r[a] = !0;
762
+ const a = t ? Gn(s) : String(s).trim();
763
+ a !== s && delete n[s], n[a] = ee(o), r[a] = !0;
764
764
  }), this;
765
765
  }
766
766
  concat(...t) {
@@ -768,8 +768,8 @@ let _ = class {
768
768
  }
769
769
  toJSON(t) {
770
770
  const n = /* @__PURE__ */ Object.create(null);
771
- return c.forEach(this, (r, s) => {
772
- r != null && r !== !1 && (n[s] = t && c.isArray(r) ? r.join(", ") : r);
771
+ return c.forEach(this, (r, o) => {
772
+ r != null && r !== !1 && (n[o] = t && c.isArray(r) ? r.join(", ") : r);
773
773
  }), n;
774
774
  }
775
775
  [Symbol.iterator]() {
@@ -790,17 +790,17 @@ let _ = class {
790
790
  }
791
791
  static concat(t, ...n) {
792
792
  const r = new this(t);
793
- return n.forEach((s) => r.set(s)), r;
793
+ return n.forEach((o) => r.set(o)), r;
794
794
  }
795
795
  static accessor(t) {
796
796
  const r = (this[Be] = this[Be] = {
797
797
  accessors: {}
798
- }).accessors, s = this.prototype;
799
- function o(i) {
798
+ }).accessors, o = this.prototype;
799
+ function s(i) {
800
800
  const a = H(i);
801
- r[a] || (Zn(s, i), r[a] = !0);
801
+ r[a] || (Zn(o, i), r[a] = !0);
802
802
  }
803
- return c.isArray(t) ? t.forEach(o) : o(t), this;
803
+ return c.isArray(t) ? t.forEach(s) : s(t), this;
804
804
  }
805
805
  };
806
806
  _.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
@@ -815,26 +815,26 @@ c.reduceDescriptors(_.prototype, ({ value: e }, t) => {
815
815
  });
816
816
  c.freezeMethods(_);
817
817
  function he(e, t) {
818
- const n = this || Q, r = t || n, s = _.from(r.headers);
819
- let o = r.data;
818
+ const n = this || Q, r = t || n, o = _.from(r.headers);
819
+ let s = r.data;
820
820
  return c.forEach(e, function(a) {
821
- o = a.call(n, o, s.normalize(), t ? t.status : void 0);
822
- }), s.normalize(), o;
821
+ s = a.call(n, s, o.normalize(), t ? t.status : void 0);
822
+ }), o.normalize(), s;
823
823
  }
824
824
  function Rt(e) {
825
825
  return !!(e && e.__CANCEL__);
826
826
  }
827
- function $(e, t, n) {
828
- y.call(this, e ?? "canceled", y.ERR_CANCELED, t, n), this.name = "CanceledError";
827
+ function M(e, t, n) {
828
+ w.call(this, e ?? "canceled", w.ERR_CANCELED, t, n), this.name = "CanceledError";
829
829
  }
830
- c.inherits($, y, {
830
+ c.inherits(M, w, {
831
831
  __CANCEL__: !0
832
832
  });
833
833
  function St(e, t, n) {
834
834
  const r = n.config.validateStatus;
835
- !n.status || !r || r(n.status) ? e(n) : t(new y(
835
+ !n.status || !r || r(n.status) ? e(n) : t(new w(
836
836
  "Request failed with status code " + n.status,
837
- [y.ERR_BAD_REQUEST, y.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
837
+ [w.ERR_BAD_REQUEST, w.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
838
838
  n.config,
839
839
  n.request,
840
840
  n
@@ -847,45 +847,45 @@ function Yn(e) {
847
847
  function er(e, t) {
848
848
  e = e || 10;
849
849
  const n = new Array(e), r = new Array(e);
850
- let s = 0, o = 0, i;
850
+ let o = 0, s = 0, i;
851
851
  return t = t !== void 0 ? t : 1e3, function(f) {
852
- const l = Date.now(), u = r[o];
853
- i || (i = l), n[s] = f, r[s] = l;
854
- let d = o, w = 0;
855
- for (; d !== s; )
856
- w += n[d++], d = d % e;
857
- if (s = (s + 1) % e, s === o && (o = (o + 1) % e), l - i < t)
852
+ const u = Date.now(), l = r[s];
853
+ i || (i = u), n[o] = f, r[o] = u;
854
+ let d = s, m = 0;
855
+ for (; d !== o; )
856
+ m += n[d++], d = d % e;
857
+ if (o = (o + 1) % e, o === s && (s = (s + 1) % e), u - i < t)
858
858
  return;
859
- const g = u && l - u;
860
- return g ? Math.round(w * 1e3 / g) : void 0;
859
+ const g = l && u - l;
860
+ return g ? Math.round(m * 1e3 / g) : void 0;
861
861
  };
862
862
  }
863
863
  function tr(e, t) {
864
- let n = 0, r = 1e3 / t, s, o;
865
- const i = (l, u = Date.now()) => {
866
- n = u, s = null, o && (clearTimeout(o), o = null), e(...l);
864
+ let n = 0, r = 1e3 / t, o, s;
865
+ const i = (u, l = Date.now()) => {
866
+ n = l, o = null, s && (clearTimeout(s), s = null), e(...u);
867
867
  };
868
- return [(...l) => {
869
- const u = Date.now(), d = u - n;
870
- d >= r ? i(l, u) : (s = l, o || (o = setTimeout(() => {
871
- o = null, i(s);
868
+ return [(...u) => {
869
+ const l = Date.now(), d = l - n;
870
+ d >= r ? i(u, l) : (o = u, s || (s = setTimeout(() => {
871
+ s = null, i(o);
872
872
  }, r - d)));
873
- }, () => s && i(s)];
873
+ }, () => o && i(o)];
874
874
  }
875
875
  const re = (e, t, n = 3) => {
876
876
  let r = 0;
877
- const s = er(50, 250);
878
- return tr((o) => {
879
- const i = o.loaded, a = o.lengthComputable ? o.total : void 0, f = i - r, l = s(f), u = i <= a;
877
+ const o = er(50, 250);
878
+ return tr((s) => {
879
+ const i = s.loaded, a = s.lengthComputable ? s.total : void 0, f = i - r, u = o(f), l = i <= a;
880
880
  r = i;
881
881
  const d = {
882
882
  loaded: i,
883
883
  total: a,
884
884
  progress: a ? i / a : void 0,
885
885
  bytes: f,
886
- rate: l || void 0,
887
- estimated: l && a && u ? (a - i) / l : void 0,
888
- event: o,
886
+ rate: u || void 0,
887
+ estimated: u && a && l ? (a - i) / u : void 0,
888
+ event: s,
889
889
  lengthComputable: a != null,
890
890
  [t ? "download" : "upload"]: !0
891
891
  };
@@ -904,9 +904,9 @@ const re = (e, t, n = 3) => {
904
904
  ) : () => !0, rr = T.hasStandardBrowserEnv ? (
905
905
  // Standard browser envs support document.cookie
906
906
  {
907
- write(e, t, n, r, s, o) {
907
+ write(e, t, n, r, o, s) {
908
908
  const i = [e + "=" + encodeURIComponent(t)];
909
- c.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), c.isString(r) && i.push("path=" + r), c.isString(s) && i.push("domain=" + s), o === !0 && i.push("secure"), document.cookie = i.join("; ");
909
+ c.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), c.isString(r) && i.push("path=" + r), c.isString(o) && i.push("domain=" + o), s === !0 && i.push("secure"), document.cookie = i.join("; ");
910
910
  },
911
911
  read(e) {
912
912
  const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
@@ -928,49 +928,49 @@ const re = (e, t, n = 3) => {
928
928
  }
929
929
  }
930
930
  );
931
- function sr(e) {
931
+ function or(e) {
932
932
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
933
933
  }
934
- function or(e, t) {
934
+ function sr(e, t) {
935
935
  return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
936
936
  }
937
937
  function Tt(e, t, n) {
938
- let r = !sr(t);
939
- return e && (r || n == !1) ? or(e, t) : t;
938
+ let r = !or(t);
939
+ return e && (r || n == !1) ? sr(e, t) : t;
940
940
  }
941
- const $e = (e) => e instanceof _ ? { ...e } : e;
941
+ const Me = (e) => e instanceof _ ? { ...e } : e;
942
942
  function B(e, t) {
943
943
  t = t || {};
944
944
  const n = {};
945
- function r(l, u, d, w) {
946
- return c.isPlainObject(l) && c.isPlainObject(u) ? c.merge.call({ caseless: w }, l, u) : c.isPlainObject(u) ? c.merge({}, u) : c.isArray(u) ? u.slice() : u;
945
+ function r(u, l, d, m) {
946
+ return c.isPlainObject(u) && c.isPlainObject(l) ? c.merge.call({ caseless: m }, u, l) : c.isPlainObject(l) ? c.merge({}, l) : c.isArray(l) ? l.slice() : l;
947
947
  }
948
- function s(l, u, d, w) {
949
- if (c.isUndefined(u)) {
950
- if (!c.isUndefined(l))
951
- return r(void 0, l, d, w);
952
- } else return r(l, u, d, w);
948
+ function o(u, l, d, m) {
949
+ if (c.isUndefined(l)) {
950
+ if (!c.isUndefined(u))
951
+ return r(void 0, u, d, m);
952
+ } else return r(u, l, d, m);
953
953
  }
954
- function o(l, u) {
955
- if (!c.isUndefined(u))
956
- return r(void 0, u);
954
+ function s(u, l) {
955
+ if (!c.isUndefined(l))
956
+ return r(void 0, l);
957
957
  }
958
- function i(l, u) {
959
- if (c.isUndefined(u)) {
960
- if (!c.isUndefined(l))
961
- return r(void 0, l);
962
- } else return r(void 0, u);
958
+ function i(u, l) {
959
+ if (c.isUndefined(l)) {
960
+ if (!c.isUndefined(u))
961
+ return r(void 0, u);
962
+ } else return r(void 0, l);
963
963
  }
964
- function a(l, u, d) {
964
+ function a(u, l, d) {
965
965
  if (d in t)
966
- return r(l, u);
966
+ return r(u, l);
967
967
  if (d in e)
968
- return r(void 0, l);
968
+ return r(void 0, u);
969
969
  }
970
970
  const f = {
971
- url: o,
972
- method: o,
973
- data: o,
971
+ url: s,
972
+ method: s,
973
+ data: s,
974
974
  baseURL: i,
975
975
  transformRequest: i,
976
976
  transformResponse: i,
@@ -996,16 +996,16 @@ function B(e, t) {
996
996
  socketPath: i,
997
997
  responseEncoding: i,
998
998
  validateStatus: a,
999
- headers: (l, u, d) => s($e(l), $e(u), d, !0)
999
+ headers: (u, l, d) => o(Me(u), Me(l), d, !0)
1000
1000
  };
1001
- return c.forEach(Object.keys({ ...e, ...t }), function(u) {
1002
- const d = f[u] || s, w = d(e[u], t[u], u);
1003
- c.isUndefined(w) && d !== a || (n[u] = w);
1001
+ return c.forEach(Object.keys({ ...e, ...t }), function(l) {
1002
+ const d = f[l] || o, m = d(e[l], t[l], l);
1003
+ c.isUndefined(m) && d !== a || (n[l] = m);
1004
1004
  }), n;
1005
1005
  }
1006
1006
  const Ot = (e) => {
1007
1007
  const t = B({}, e);
1008
- let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: a } = t;
1008
+ let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: a } = t;
1009
1009
  t.headers = i = _.from(i), t.url = gt(Tt(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && i.set(
1010
1010
  "Authorization",
1011
1011
  "Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
@@ -1015,26 +1015,26 @@ const Ot = (e) => {
1015
1015
  if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
1016
1016
  i.setContentType(void 0);
1017
1017
  else if ((f = i.getContentType()) !== !1) {
1018
- const [l, ...u] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
1019
- i.setContentType([l || "multipart/form-data", ...u].join("; "));
1018
+ const [u, ...l] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
1019
+ i.setContentType([u || "multipart/form-data", ...l].join("; "));
1020
1020
  }
1021
1021
  }
1022
1022
  if (T.hasStandardBrowserEnv && (r && c.isFunction(r) && (r = r(t)), r || r !== !1 && nr(t.url))) {
1023
- const l = s && o && rr.read(o);
1024
- l && i.set(s, l);
1023
+ const u = o && s && rr.read(s);
1024
+ u && i.set(o, u);
1025
1025
  }
1026
1026
  return t;
1027
1027
  }, ir = typeof XMLHttpRequest < "u", ar = ir && function(e) {
1028
1028
  return new Promise(function(n, r) {
1029
- const s = Ot(e);
1030
- let o = s.data;
1031
- const i = _.from(s.headers).normalize();
1032
- let { responseType: a, onUploadProgress: f, onDownloadProgress: l } = s, u, d, w, g, p;
1033
- function m() {
1034
- g && g(), p && p(), s.cancelToken && s.cancelToken.unsubscribe(u), s.signal && s.signal.removeEventListener("abort", u);
1029
+ const o = Ot(e);
1030
+ let s = o.data;
1031
+ const i = _.from(o.headers).normalize();
1032
+ let { responseType: a, onUploadProgress: f, onDownloadProgress: u } = o, l, d, m, g, p;
1033
+ function y() {
1034
+ g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(l), o.signal && o.signal.removeEventListener("abort", l);
1035
1035
  }
1036
1036
  let h = new XMLHttpRequest();
1037
- h.open(s.method.toUpperCase(), s.url, !0), h.timeout = s.timeout;
1037
+ h.open(o.method.toUpperCase(), o.url, !0), h.timeout = o.timeout;
1038
1038
  function E() {
1039
1039
  if (!h)
1040
1040
  return;
@@ -1048,59 +1048,59 @@ const Ot = (e) => {
1048
1048
  config: e,
1049
1049
  request: h
1050
1050
  };
1051
- St(function(N) {
1052
- n(N), m();
1053
- }, function(N) {
1054
- r(N), m();
1051
+ St(function(F) {
1052
+ n(F), y();
1053
+ }, function(F) {
1054
+ r(F), y();
1055
1055
  }, O), h = null;
1056
1056
  }
1057
1057
  "onloadend" in h ? h.onloadend = E : h.onreadystatechange = function() {
1058
1058
  !h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(E);
1059
1059
  }, h.onabort = function() {
1060
- h && (r(new y("Request aborted", y.ECONNABORTED, e, h)), h = null);
1060
+ h && (r(new w("Request aborted", w.ECONNABORTED, e, h)), h = null);
1061
1061
  }, h.onerror = function() {
1062
- r(new y("Network Error", y.ERR_NETWORK, e, h)), h = null;
1062
+ r(new w("Network Error", w.ERR_NETWORK, e, h)), h = null;
1063
1063
  }, h.ontimeout = function() {
1064
- let k = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
1065
- const O = s.transitional || bt;
1066
- s.timeoutErrorMessage && (k = s.timeoutErrorMessage), r(new y(
1064
+ let k = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
1065
+ const O = o.transitional || bt;
1066
+ o.timeoutErrorMessage && (k = o.timeoutErrorMessage), r(new w(
1067
1067
  k,
1068
- O.clarifyTimeoutError ? y.ETIMEDOUT : y.ECONNABORTED,
1068
+ O.clarifyTimeoutError ? w.ETIMEDOUT : w.ECONNABORTED,
1069
1069
  e,
1070
1070
  h
1071
1071
  )), h = null;
1072
- }, o === void 0 && i.setContentType(null), "setRequestHeader" in h && c.forEach(i.toJSON(), function(k, O) {
1072
+ }, s === void 0 && i.setContentType(null), "setRequestHeader" in h && c.forEach(i.toJSON(), function(k, O) {
1073
1073
  h.setRequestHeader(O, k);
1074
- }), c.isUndefined(s.withCredentials) || (h.withCredentials = !!s.withCredentials), a && a !== "json" && (h.responseType = s.responseType), l && ([w, p] = re(l, !0), h.addEventListener("progress", w)), f && h.upload && ([d, g] = re(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (u = (S) => {
1075
- h && (r(!S || S.type ? new $(null, e, h) : S), h.abort(), h = null);
1076
- }, s.cancelToken && s.cancelToken.subscribe(u), s.signal && (s.signal.aborted ? u() : s.signal.addEventListener("abort", u)));
1077
- const R = Yn(s.url);
1074
+ }), c.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), a && a !== "json" && (h.responseType = o.responseType), u && ([m, p] = re(u, !0), h.addEventListener("progress", m)), f && h.upload && ([d, g] = re(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (l = (S) => {
1075
+ h && (r(!S || S.type ? new M(null, e, h) : S), h.abort(), h = null);
1076
+ }, o.cancelToken && o.cancelToken.subscribe(l), o.signal && (o.signal.aborted ? l() : o.signal.addEventListener("abort", l)));
1077
+ const R = Yn(o.url);
1078
1078
  if (R && T.protocols.indexOf(R) === -1) {
1079
- r(new y("Unsupported protocol " + R + ":", y.ERR_BAD_REQUEST, e));
1079
+ r(new w("Unsupported protocol " + R + ":", w.ERR_BAD_REQUEST, e));
1080
1080
  return;
1081
1081
  }
1082
- h.send(o || null);
1082
+ h.send(s || null);
1083
1083
  });
1084
1084
  }, cr = (e, t) => {
1085
1085
  const { length: n } = e = e ? e.filter(Boolean) : [];
1086
1086
  if (t || n) {
1087
- let r = new AbortController(), s;
1088
- const o = function(l) {
1089
- if (!s) {
1090
- s = !0, a();
1091
- const u = l instanceof Error ? l : this.reason;
1092
- r.abort(u instanceof y ? u : new $(u instanceof Error ? u.message : u));
1087
+ let r = new AbortController(), o;
1088
+ const s = function(u) {
1089
+ if (!o) {
1090
+ o = !0, a();
1091
+ const l = u instanceof Error ? u : this.reason;
1092
+ r.abort(l instanceof w ? l : new M(l instanceof Error ? l.message : l));
1093
1093
  }
1094
1094
  };
1095
1095
  let i = t && setTimeout(() => {
1096
- i = null, o(new y(`timeout ${t} of ms exceeded`, y.ETIMEDOUT));
1096
+ i = null, s(new w(`timeout ${t} of ms exceeded`, w.ETIMEDOUT));
1097
1097
  }, t);
1098
1098
  const a = () => {
1099
- e && (i && clearTimeout(i), i = null, e.forEach((l) => {
1100
- l.unsubscribe ? l.unsubscribe(o) : l.removeEventListener("abort", o);
1099
+ e && (i && clearTimeout(i), i = null, e.forEach((u) => {
1100
+ u.unsubscribe ? u.unsubscribe(s) : u.removeEventListener("abort", s);
1101
1101
  }), e = null);
1102
1102
  };
1103
- e.forEach((l) => l.addEventListener("abort", o));
1103
+ e.forEach((u) => u.addEventListener("abort", s));
1104
1104
  const { signal: f } = r;
1105
1105
  return f.unsubscribe = () => c.asap(a), f;
1106
1106
  }
@@ -1110,9 +1110,9 @@ const Ot = (e) => {
1110
1110
  yield e;
1111
1111
  return;
1112
1112
  }
1113
- let r = 0, s;
1113
+ let r = 0, o;
1114
1114
  for (; r < n; )
1115
- s = r + t, yield e.slice(r, s), r = s;
1115
+ o = r + t, yield e.slice(r, o), r = o;
1116
1116
  }, lr = async function* (e, t) {
1117
1117
  for await (const n of fr(e))
1118
1118
  yield* ur(n, t);
@@ -1133,30 +1133,30 @@ const Ot = (e) => {
1133
1133
  await t.cancel();
1134
1134
  }
1135
1135
  }, He = (e, t, n, r) => {
1136
- const s = lr(e, t);
1137
- let o = 0, i, a = (f) => {
1136
+ const o = lr(e, t);
1137
+ let s = 0, i, a = (f) => {
1138
1138
  i || (i = !0, r && r(f));
1139
1139
  };
1140
1140
  return new ReadableStream({
1141
1141
  async pull(f) {
1142
1142
  try {
1143
- const { done: l, value: u } = await s.next();
1144
- if (l) {
1143
+ const { done: u, value: l } = await o.next();
1144
+ if (u) {
1145
1145
  a(), f.close();
1146
1146
  return;
1147
1147
  }
1148
- let d = u.byteLength;
1148
+ let d = l.byteLength;
1149
1149
  if (n) {
1150
- let w = o += d;
1151
- n(w);
1150
+ let m = s += d;
1151
+ n(m);
1152
1152
  }
1153
- f.enqueue(new Uint8Array(u));
1154
- } catch (l) {
1155
- throw a(l), l;
1153
+ f.enqueue(new Uint8Array(l));
1154
+ } catch (u) {
1155
+ throw a(u), u;
1156
1156
  }
1157
1157
  },
1158
1158
  cancel(f) {
1159
- return a(f), s.return();
1159
+ return a(f), o.return();
1160
1160
  }
1161
1161
  }, {
1162
1162
  highWaterMark: 2
@@ -1177,13 +1177,13 @@ const Ot = (e) => {
1177
1177
  }
1178
1178
  }).headers.has("Content-Type");
1179
1179
  return e && !t;
1180
- }), Me = 64 * 1024, Ee = At && _t(() => c.isReadableStream(new Response("").body)), se = {
1180
+ }), $e = 64 * 1024, Ee = At && _t(() => c.isReadableStream(new Response("").body)), oe = {
1181
1181
  stream: Ee && ((e) => e.body)
1182
1182
  };
1183
1183
  le && ((e) => {
1184
1184
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
1185
- !se[t] && (se[t] = c.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
1186
- throw new y(`Response type '${t}' is not supported`, y.ERR_NOT_SUPPORT, r);
1185
+ !oe[t] && (oe[t] = c.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
1186
+ throw new w(`Response type '${t}' is not supported`, w.ERR_NOT_SUPPORT, r);
1187
1187
  });
1188
1188
  });
1189
1189
  })(new Response());
@@ -1209,69 +1209,69 @@ const hr = async (e) => {
1209
1209
  url: t,
1210
1210
  method: n,
1211
1211
  data: r,
1212
- signal: s,
1213
- cancelToken: o,
1212
+ signal: o,
1213
+ cancelToken: s,
1214
1214
  timeout: i,
1215
1215
  onDownloadProgress: a,
1216
1216
  onUploadProgress: f,
1217
- responseType: l,
1218
- headers: u,
1217
+ responseType: u,
1218
+ headers: l,
1219
1219
  withCredentials: d = "same-origin",
1220
- fetchOptions: w
1220
+ fetchOptions: m
1221
1221
  } = Ot(e);
1222
- l = l ? (l + "").toLowerCase() : "text";
1223
- let g = cr([s, o && o.toAbortSignal()], i), p;
1224
- const m = g && g.unsubscribe && (() => {
1222
+ u = u ? (u + "").toLowerCase() : "text";
1223
+ let g = cr([o, s && s.toAbortSignal()], i), p;
1224
+ const y = g && g.unsubscribe && (() => {
1225
1225
  g.unsubscribe();
1226
1226
  });
1227
1227
  let h;
1228
1228
  try {
1229
- if (f && pr && n !== "get" && n !== "head" && (h = await mr(u, r)) !== 0) {
1229
+ if (f && pr && n !== "get" && n !== "head" && (h = await mr(l, r)) !== 0) {
1230
1230
  let O = new Request(t, {
1231
1231
  method: "POST",
1232
1232
  body: r,
1233
1233
  duplex: "half"
1234
1234
  }), P;
1235
- if (c.isFormData(r) && (P = O.headers.get("content-type")) && u.setContentType(P), O.body) {
1236
- const [N, X] = je(
1235
+ if (c.isFormData(r) && (P = O.headers.get("content-type")) && l.setContentType(P), O.body) {
1236
+ const [F, X] = je(
1237
1237
  h,
1238
1238
  re(qe(f))
1239
1239
  );
1240
- r = He(O.body, Me, N, X);
1240
+ r = He(O.body, $e, F, X);
1241
1241
  }
1242
1242
  }
1243
1243
  c.isString(d) || (d = d ? "include" : "omit");
1244
1244
  const E = "credentials" in Request.prototype;
1245
1245
  p = new Request(t, {
1246
- ...w,
1246
+ ...m,
1247
1247
  signal: g,
1248
1248
  method: n.toUpperCase(),
1249
- headers: u.normalize().toJSON(),
1249
+ headers: l.normalize().toJSON(),
1250
1250
  body: r,
1251
1251
  duplex: "half",
1252
1252
  credentials: E ? d : void 0
1253
1253
  });
1254
- let R = await fetch(p, w);
1255
- const S = Ee && (l === "stream" || l === "response");
1256
- if (Ee && (a || S && m)) {
1254
+ let R = await fetch(p, m);
1255
+ const S = Ee && (u === "stream" || u === "response");
1256
+ if (Ee && (a || S && y)) {
1257
1257
  const O = {};
1258
1258
  ["status", "statusText", "headers"].forEach((Ne) => {
1259
1259
  O[Ne] = R[Ne];
1260
1260
  });
1261
- const P = c.toFiniteNumber(R.headers.get("content-length")), [N, X] = a && je(
1261
+ const P = c.toFiniteNumber(R.headers.get("content-length")), [F, X] = a && je(
1262
1262
  P,
1263
1263
  re(qe(a), !0)
1264
1264
  ) || [];
1265
1265
  R = new Response(
1266
- He(R.body, Me, N, () => {
1267
- X && X(), m && m();
1266
+ He(R.body, $e, F, () => {
1267
+ X && X(), y && y();
1268
1268
  }),
1269
1269
  O
1270
1270
  );
1271
1271
  }
1272
- l = l || "text";
1273
- let k = await se[c.findKey(se, l) || "text"](R, e);
1274
- return !S && m && m(), await new Promise((O, P) => {
1272
+ u = u || "text";
1273
+ let k = await oe[c.findKey(oe, u) || "text"](R, e);
1274
+ return !S && y && y(), await new Promise((O, P) => {
1275
1275
  St(O, P, {
1276
1276
  data: k,
1277
1277
  headers: _.from(R.headers),
@@ -1282,12 +1282,12 @@ const hr = async (e) => {
1282
1282
  });
1283
1283
  });
1284
1284
  } catch (E) {
1285
- throw m && m(), E && E.name === "TypeError" && /Load failed|fetch/i.test(E.message) ? Object.assign(
1286
- new y("Network Error", y.ERR_NETWORK, e, p),
1285
+ throw y && y(), E && E.name === "TypeError" && /Load failed|fetch/i.test(E.message) ? Object.assign(
1286
+ new w("Network Error", w.ERR_NETWORK, e, p),
1287
1287
  {
1288
1288
  cause: E.cause || E
1289
1289
  }
1290
- ) : y.from(E, E && E.code, e, p);
1290
+ ) : w.from(E, E && E.code, e, p);
1291
1291
  }
1292
1292
  }), Re = {
1293
1293
  http: Ln,
@@ -1308,24 +1308,24 @@ const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !
1308
1308
  e = c.isArray(e) ? e : [e];
1309
1309
  const { length: t } = e;
1310
1310
  let n, r;
1311
- const s = {};
1312
- for (let o = 0; o < t; o++) {
1313
- n = e[o];
1311
+ const o = {};
1312
+ for (let s = 0; s < t; s++) {
1313
+ n = e[s];
1314
1314
  let i;
1315
1315
  if (r = n, !wr(n) && (r = Re[(i = String(n)).toLowerCase()], r === void 0))
1316
- throw new y(`Unknown adapter '${i}'`);
1316
+ throw new w(`Unknown adapter '${i}'`);
1317
1317
  if (r)
1318
1318
  break;
1319
- s[i || "#" + o] = r;
1319
+ o[i || "#" + s] = r;
1320
1320
  }
1321
1321
  if (!r) {
1322
- const o = Object.entries(s).map(
1322
+ const s = Object.entries(o).map(
1323
1323
  ([a, f]) => `adapter ${a} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1324
1324
  );
1325
- let i = t ? o.length > 1 ? `since :
1326
- ` + o.map(ze).join(`
1327
- `) : " " + ze(o[0]) : "as no adapter specified";
1328
- throw new y(
1325
+ let i = t ? s.length > 1 ? `since :
1326
+ ` + s.map(ze).join(`
1327
+ `) : " " + ze(s[0]) : "as no adapter specified";
1328
+ throw new w(
1329
1329
  "There is no suitable adapter to dispatch the request " + i,
1330
1330
  "ERR_NOT_SUPPORT"
1331
1331
  );
@@ -1336,7 +1336,7 @@ const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !
1336
1336
  };
1337
1337
  function me(e) {
1338
1338
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1339
- throw new $(null, e);
1339
+ throw new M(null, e);
1340
1340
  }
1341
1341
  function Je(e) {
1342
1342
  return me(e), e.headers = _.from(e.headers), e.data = he.call(
@@ -1364,48 +1364,43 @@ const Ct = "1.11.0", fe = {};
1364
1364
  });
1365
1365
  const Ve = {};
1366
1366
  fe.transitional = function(t, n, r) {
1367
- function s(o, i) {
1368
- return "[Axios v" + Ct + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
1367
+ function o(s, i) {
1368
+ return "[Axios v" + Ct + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
1369
1369
  }
1370
- return (o, i, a) => {
1370
+ return (s, i, a) => {
1371
1371
  if (t === !1)
1372
- throw new y(
1373
- s(i, " has been removed" + (n ? " in " + n : "")),
1374
- y.ERR_DEPRECATED
1372
+ throw new w(
1373
+ o(i, " has been removed" + (n ? " in " + n : "")),
1374
+ w.ERR_DEPRECATED
1375
1375
  );
1376
- return n && !Ve[i] && (Ve[i] = !0, console.warn(
1377
- s(
1378
- i,
1379
- " has been deprecated since v" + n + " and will be removed in the near future"
1380
- )
1381
- )), t ? t(o, i, a) : !0;
1376
+ return n && !Ve[i] && (Ve[i] = !0), t ? t(s, i, a) : !0;
1382
1377
  };
1383
1378
  };
1384
1379
  fe.spelling = function(t) {
1385
- return (n, r) => (console.warn(`${r} is likely a misspelling of ${t}`), !0);
1380
+ return (n, r) => !0;
1386
1381
  };
1387
1382
  function gr(e, t, n) {
1388
1383
  if (typeof e != "object")
1389
- throw new y("options must be an object", y.ERR_BAD_OPTION_VALUE);
1384
+ throw new w("options must be an object", w.ERR_BAD_OPTION_VALUE);
1390
1385
  const r = Object.keys(e);
1391
- let s = r.length;
1392
- for (; s-- > 0; ) {
1393
- const o = r[s], i = t[o];
1386
+ let o = r.length;
1387
+ for (; o-- > 0; ) {
1388
+ const s = r[o], i = t[s];
1394
1389
  if (i) {
1395
- const a = e[o], f = a === void 0 || i(a, o, e);
1390
+ const a = e[s], f = a === void 0 || i(a, s, e);
1396
1391
  if (f !== !0)
1397
- throw new y("option " + o + " must be " + f, y.ERR_BAD_OPTION_VALUE);
1392
+ throw new w("option " + s + " must be " + f, w.ERR_BAD_OPTION_VALUE);
1398
1393
  continue;
1399
1394
  }
1400
1395
  if (n !== !0)
1401
- throw new y("Unknown option " + o, y.ERR_BAD_OPTION);
1396
+ throw new w("Unknown option " + s, w.ERR_BAD_OPTION);
1402
1397
  }
1403
1398
  }
1404
1399
  const te = {
1405
1400
  assertOptions: gr,
1406
1401
  validators: fe
1407
1402
  }, C = te.validators;
1408
- let D = class {
1403
+ let I = class {
1409
1404
  constructor(t) {
1410
1405
  this.defaults = t || {}, this.interceptors = {
1411
1406
  request: new ve(),
@@ -1425,12 +1420,12 @@ let D = class {
1425
1420
  return await this._request(t, n);
1426
1421
  } catch (r) {
1427
1422
  if (r instanceof Error) {
1428
- let s = {};
1429
- Error.captureStackTrace ? Error.captureStackTrace(s) : s = new Error();
1430
- const o = s.stack ? s.stack.replace(/^.+\n/, "") : "";
1423
+ let o = {};
1424
+ Error.captureStackTrace ? Error.captureStackTrace(o) : o = new Error();
1425
+ const s = o.stack ? o.stack.replace(/^.+\n/, "") : "";
1431
1426
  try {
1432
- r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
1433
- ` + o) : r.stack = o;
1427
+ r.stack ? s && !String(r.stack).endsWith(s.replace(/^.+\n.+\n/, "")) && (r.stack += `
1428
+ ` + s) : r.stack = s;
1434
1429
  } catch {
1435
1430
  }
1436
1431
  }
@@ -1439,65 +1434,65 @@ let D = class {
1439
1434
  }
1440
1435
  _request(t, n) {
1441
1436
  typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = B(this.defaults, n);
1442
- const { transitional: r, paramsSerializer: s, headers: o } = n;
1437
+ const { transitional: r, paramsSerializer: o, headers: s } = n;
1443
1438
  r !== void 0 && te.assertOptions(r, {
1444
1439
  silentJSONParsing: C.transitional(C.boolean),
1445
1440
  forcedJSONParsing: C.transitional(C.boolean),
1446
1441
  clarifyTimeoutError: C.transitional(C.boolean)
1447
- }, !1), s != null && (c.isFunction(s) ? n.paramsSerializer = {
1448
- serialize: s
1449
- } : te.assertOptions(s, {
1442
+ }, !1), o != null && (c.isFunction(o) ? n.paramsSerializer = {
1443
+ serialize: o
1444
+ } : te.assertOptions(o, {
1450
1445
  encode: C.function,
1451
1446
  serialize: C.function
1452
1447
  }, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), te.assertOptions(n, {
1453
1448
  baseUrl: C.spelling("baseURL"),
1454
1449
  withXsrfToken: C.spelling("withXSRFToken")
1455
1450
  }, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1456
- let i = o && c.merge(
1457
- o.common,
1458
- o[n.method]
1451
+ let i = s && c.merge(
1452
+ s.common,
1453
+ s[n.method]
1459
1454
  );
1460
- o && c.forEach(
1455
+ s && c.forEach(
1461
1456
  ["delete", "get", "head", "post", "put", "patch", "common"],
1462
1457
  (p) => {
1463
- delete o[p];
1458
+ delete s[p];
1464
1459
  }
1465
- ), n.headers = _.concat(i, o);
1460
+ ), n.headers = _.concat(i, s);
1466
1461
  const a = [];
1467
1462
  let f = !0;
1468
- this.interceptors.request.forEach(function(m) {
1469
- typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous, a.unshift(m.fulfilled, m.rejected));
1463
+ this.interceptors.request.forEach(function(y) {
1464
+ typeof y.runWhen == "function" && y.runWhen(n) === !1 || (f = f && y.synchronous, a.unshift(y.fulfilled, y.rejected));
1470
1465
  });
1471
- const l = [];
1472
- this.interceptors.response.forEach(function(m) {
1473
- l.push(m.fulfilled, m.rejected);
1466
+ const u = [];
1467
+ this.interceptors.response.forEach(function(y) {
1468
+ u.push(y.fulfilled, y.rejected);
1474
1469
  });
1475
- let u, d = 0, w;
1470
+ let l, d = 0, m;
1476
1471
  if (!f) {
1477
1472
  const p = [Je.bind(this), void 0];
1478
- for (p.unshift(...a), p.push(...l), w = p.length, u = Promise.resolve(n); d < w; )
1479
- u = u.then(p[d++], p[d++]);
1480
- return u;
1473
+ for (p.unshift(...a), p.push(...u), m = p.length, l = Promise.resolve(n); d < m; )
1474
+ l = l.then(p[d++], p[d++]);
1475
+ return l;
1481
1476
  }
1482
- w = a.length;
1477
+ m = a.length;
1483
1478
  let g = n;
1484
- for (d = 0; d < w; ) {
1485
- const p = a[d++], m = a[d++];
1479
+ for (d = 0; d < m; ) {
1480
+ const p = a[d++], y = a[d++];
1486
1481
  try {
1487
1482
  g = p(g);
1488
1483
  } catch (h) {
1489
- m.call(this, h);
1484
+ y.call(this, h);
1490
1485
  break;
1491
1486
  }
1492
1487
  }
1493
1488
  try {
1494
- u = Je.call(this, g);
1489
+ l = Je.call(this, g);
1495
1490
  } catch (p) {
1496
1491
  return Promise.reject(p);
1497
1492
  }
1498
- for (d = 0, w = l.length; d < w; )
1499
- u = u.then(l[d++], l[d++]);
1500
- return u;
1493
+ for (d = 0, m = u.length; d < m; )
1494
+ l = l.then(u[d++], u[d++]);
1495
+ return l;
1501
1496
  }
1502
1497
  getUri(t) {
1503
1498
  t = B(this.defaults, t);
@@ -1506,7 +1501,7 @@ let D = class {
1506
1501
  }
1507
1502
  };
1508
1503
  c.forEach(["delete", "get", "head", "options"], function(t) {
1509
- D.prototype[t] = function(n, r) {
1504
+ I.prototype[t] = function(n, r) {
1510
1505
  return this.request(B(r || {}, {
1511
1506
  method: t,
1512
1507
  url: n,
@@ -1516,44 +1511,44 @@ c.forEach(["delete", "get", "head", "options"], function(t) {
1516
1511
  });
1517
1512
  c.forEach(["post", "put", "patch"], function(t) {
1518
1513
  function n(r) {
1519
- return function(o, i, a) {
1514
+ return function(s, i, a) {
1520
1515
  return this.request(B(a || {}, {
1521
1516
  method: t,
1522
1517
  headers: r ? {
1523
1518
  "Content-Type": "multipart/form-data"
1524
1519
  } : {},
1525
- url: o,
1520
+ url: s,
1526
1521
  data: i
1527
1522
  }));
1528
1523
  };
1529
1524
  }
1530
- D.prototype[t] = n(), D.prototype[t + "Form"] = n(!0);
1525
+ I.prototype[t] = n(), I.prototype[t + "Form"] = n(!0);
1531
1526
  });
1532
1527
  let br = class kt {
1533
1528
  constructor(t) {
1534
1529
  if (typeof t != "function")
1535
1530
  throw new TypeError("executor must be a function.");
1536
1531
  let n;
1537
- this.promise = new Promise(function(o) {
1538
- n = o;
1532
+ this.promise = new Promise(function(s) {
1533
+ n = s;
1539
1534
  });
1540
1535
  const r = this;
1541
- this.promise.then((s) => {
1536
+ this.promise.then((o) => {
1542
1537
  if (!r._listeners) return;
1543
- let o = r._listeners.length;
1544
- for (; o-- > 0; )
1545
- r._listeners[o](s);
1538
+ let s = r._listeners.length;
1539
+ for (; s-- > 0; )
1540
+ r._listeners[s](o);
1546
1541
  r._listeners = null;
1547
- }), this.promise.then = (s) => {
1548
- let o;
1542
+ }), this.promise.then = (o) => {
1543
+ let s;
1549
1544
  const i = new Promise((a) => {
1550
- r.subscribe(a), o = a;
1551
- }).then(s);
1545
+ r.subscribe(a), s = a;
1546
+ }).then(o);
1552
1547
  return i.cancel = function() {
1553
- r.unsubscribe(o);
1548
+ r.unsubscribe(s);
1554
1549
  }, i;
1555
- }, t(function(o, i, a) {
1556
- r.reason || (r.reason = new $(o, i, a), n(r.reason));
1550
+ }, t(function(s, i, a) {
1551
+ r.reason || (r.reason = new M(s, i, a), n(r.reason));
1557
1552
  });
1558
1553
  }
1559
1554
  /**
@@ -1595,8 +1590,8 @@ let br = class kt {
1595
1590
  static source() {
1596
1591
  let t;
1597
1592
  return {
1598
- token: new kt(function(s) {
1599
- t = s;
1593
+ token: new kt(function(o) {
1594
+ t = o;
1600
1595
  }),
1601
1596
  cancel: t
1602
1597
  };
@@ -1679,19 +1674,19 @@ Object.entries(Se).forEach(([e, t]) => {
1679
1674
  Se[t] = e;
1680
1675
  });
1681
1676
  function Pt(e) {
1682
- const t = new D(e), n = it(D.prototype.request, t);
1683
- return c.extend(n, D.prototype, t, { allOwnKeys: !0 }), c.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1684
- return Pt(B(e, s));
1677
+ const t = new I(e), n = it(I.prototype.request, t);
1678
+ return c.extend(n, I.prototype, t, { allOwnKeys: !0 }), c.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
1679
+ return Pt(B(e, o));
1685
1680
  }, n;
1686
1681
  }
1687
1682
  const b = Pt(Q);
1688
- b.Axios = D;
1689
- b.CanceledError = $;
1683
+ b.Axios = I;
1684
+ b.CanceledError = M;
1690
1685
  b.CancelToken = br;
1691
1686
  b.isCancel = Rt;
1692
1687
  b.VERSION = Ct;
1693
1688
  b.toFormData = ue;
1694
- b.AxiosError = y;
1689
+ b.AxiosError = w;
1695
1690
  b.Cancel = b.CanceledError;
1696
1691
  b.all = function(t) {
1697
1692
  return Promise.all(t);
@@ -1705,22 +1700,22 @@ b.getAdapter = xt.getAdapter;
1705
1700
  b.HttpStatusCode = Se;
1706
1701
  b.default = b;
1707
1702
  const {
1708
- Axios: ts,
1709
- AxiosError: ns,
1710
- CanceledError: rs,
1711
- isCancel: ss,
1712
- CancelToken: os,
1713
- VERSION: is,
1714
- all: as,
1715
- Cancel: cs,
1716
- isAxiosError: us,
1717
- spread: ls,
1718
- toFormData: fs,
1719
- AxiosHeaders: ds,
1720
- HttpStatusCode: ps,
1721
- formToJSON: hs,
1722
- getAdapter: ms,
1723
- mergeConfig: ys
1703
+ Axios: to,
1704
+ AxiosError: no,
1705
+ CanceledError: ro,
1706
+ isCancel: oo,
1707
+ CancelToken: so,
1708
+ VERSION: io,
1709
+ all: ao,
1710
+ Cancel: co,
1711
+ isAxiosError: uo,
1712
+ spread: lo,
1713
+ toFormData: fo,
1714
+ AxiosHeaders: po,
1715
+ HttpStatusCode: ho,
1716
+ formToJSON: mo,
1717
+ getAdapter: yo,
1718
+ mergeConfig: wo
1724
1719
  } = b;
1725
1720
  /*! js-cookie v3.0.5 | MIT */
1726
1721
  function G(e) {
@@ -1743,47 +1738,47 @@ var Sr = {
1743
1738
  }
1744
1739
  };
1745
1740
  function Te(e, t) {
1746
- function n(s, o, i) {
1741
+ function n(o, s, i) {
1747
1742
  if (!(typeof document > "u")) {
1748
- i = G({}, t, i), typeof i.expires == "number" && (i.expires = new Date(Date.now() + i.expires * 864e5)), i.expires && (i.expires = i.expires.toUTCString()), s = encodeURIComponent(s).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
1743
+ i = G({}, t, 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);
1749
1744
  var a = "";
1750
1745
  for (var f in i)
1751
1746
  i[f] && (a += "; " + f, i[f] !== !0 && (a += "=" + i[f].split(";")[0]));
1752
- return document.cookie = s + "=" + e.write(o, s) + a;
1747
+ return document.cookie = o + "=" + e.write(s, o) + a;
1753
1748
  }
1754
1749
  }
1755
- function r(s) {
1756
- if (!(typeof document > "u" || arguments.length && !s)) {
1757
- for (var o = document.cookie ? document.cookie.split("; ") : [], i = {}, a = 0; a < o.length; a++) {
1758
- var f = o[a].split("="), l = f.slice(1).join("=");
1750
+ function r(o) {
1751
+ if (!(typeof document > "u" || arguments.length && !o)) {
1752
+ for (var s = document.cookie ? document.cookie.split("; ") : [], i = {}, a = 0; a < s.length; a++) {
1753
+ var f = s[a].split("="), u = f.slice(1).join("=");
1759
1754
  try {
1760
- var u = decodeURIComponent(f[0]);
1761
- if (i[u] = e.read(l, u), s === u)
1755
+ var l = decodeURIComponent(f[0]);
1756
+ if (i[l] = e.read(u, l), o === l)
1762
1757
  break;
1763
1758
  } catch {
1764
1759
  }
1765
1760
  }
1766
- return s ? i[s] : i;
1761
+ return o ? i[o] : i;
1767
1762
  }
1768
1763
  }
1769
1764
  return Object.create(
1770
1765
  {
1771
1766
  set: n,
1772
1767
  get: r,
1773
- remove: function(s, o) {
1768
+ remove: function(o, s) {
1774
1769
  n(
1775
- s,
1770
+ o,
1776
1771
  "",
1777
- G({}, o, {
1772
+ G({}, s, {
1778
1773
  expires: -1
1779
1774
  })
1780
1775
  );
1781
1776
  },
1782
- withAttributes: function(s) {
1783
- return Te(this.converter, G({}, this.attributes, s));
1777
+ withAttributes: function(o) {
1778
+ return Te(this.converter, G({}, this.attributes, o));
1784
1779
  },
1785
- withConverter: function(s) {
1786
- return Te(G({}, this.converter, s), this.attributes);
1780
+ withConverter: function(o) {
1781
+ return Te(G({}, this.converter, o), this.attributes);
1787
1782
  }
1788
1783
  },
1789
1784
  {
@@ -1801,24 +1796,24 @@ function Ue(e) {
1801
1796
  }
1802
1797
  function Ar(e, t) {
1803
1798
  function n(...r) {
1804
- return new Promise((s, o) => {
1805
- Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(s).catch(o);
1799
+ return new Promise((o, s) => {
1800
+ Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(s);
1806
1801
  });
1807
1802
  }
1808
1803
  return n;
1809
1804
  }
1810
1805
  function _r(e, t = !0, n = !0, r = !1) {
1811
- let s = 0, o, i = !0, a = Oe, f;
1812
- const l = () => {
1813
- o && (clearTimeout(o), o = void 0, a(), a = Oe);
1806
+ let o = 0, s, i = !0, a = Oe, f;
1807
+ const u = () => {
1808
+ s && (clearTimeout(s), s = void 0, a(), a = Oe);
1814
1809
  };
1815
1810
  return (d) => {
1816
- const w = Ue(e), g = Date.now() - s, p = () => f = d();
1817
- return l(), w <= 0 ? (s = Date.now(), p()) : (g > w && (n || !i) ? (s = Date.now(), p()) : t && (f = new Promise((m, h) => {
1818
- a = r ? h : m, o = setTimeout(() => {
1819
- s = Date.now(), i = !0, m(p()), l();
1820
- }, Math.max(0, w - g));
1821
- })), !n && !o && (o = setTimeout(() => i = !0, w)), i = !1, f);
1811
+ const m = Ue(e), g = Date.now() - o, p = () => f = d();
1812
+ return u(), m <= 0 ? (o = Date.now(), p()) : (g > m && (n || !i) ? (o = Date.now(), p()) : t && (f = new Promise((y, h) => {
1813
+ a = r ? h : y, s = setTimeout(() => {
1814
+ o = Date.now(), i = !0, y(p()), u();
1815
+ }, Math.max(0, m - g));
1816
+ })), !n && !s && (s = setTimeout(() => i = !0, m)), i = !1, f);
1822
1817
  };
1823
1818
  }
1824
1819
  function xr(e) {
@@ -1834,18 +1829,18 @@ function kr(e) {
1834
1829
  }
1835
1830
  const Ut = Lt ? window : void 0;
1836
1831
  function Qe(...e) {
1837
- let t, n, r, s;
1838
- if (Or(e[0]) || Array.isArray(e[0]) ? ([n, r, s] = e, t = Ut) : [t, n, r, s] = e, !t)
1832
+ let t, n, r, o;
1833
+ if (Or(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Ut) : [t, n, r, o] = e, !t)
1839
1834
  return Oe;
1840
1835
  Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
1841
- const o = [], i = () => {
1842
- o.forEach((u) => u()), o.length = 0;
1843
- }, a = (u, d, w, g) => (u.addEventListener(d, w, g), () => u.removeEventListener(d, w, g)), f = xe(() => [kr(t), Ue(s)], ([u, d]) => {
1844
- i(), u && o.push(...n.flatMap((w) => r.map((g) => a(u, w, g, d))));
1845
- }, { immediate: !0, flush: "post" }), l = () => {
1836
+ const s = [], i = () => {
1837
+ s.forEach((l) => l()), s.length = 0;
1838
+ }, a = (l, d, m, g) => (l.addEventListener(d, m, g), () => l.removeEventListener(d, m, g)), f = xe(() => [kr(t), Ue(o)], ([l, d]) => {
1839
+ i(), l && s.push(...n.flatMap((m) => r.map((g) => a(l, m, g, d))));
1840
+ }, { immediate: !0, flush: "post" }), u = () => {
1846
1841
  f(), i();
1847
1842
  };
1848
- return Cr(l), l;
1843
+ return Cr(u), u;
1849
1844
  }
1850
1845
  const Xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ge = "__vueuse_ssr_handlers__";
1851
1846
  Xe[Ge] = Xe[Ge] || {};
@@ -1854,23 +1849,23 @@ function Ur(e = Lr, t = {}) {
1854
1849
  const {
1855
1850
  initialState: n = !1,
1856
1851
  listenForVisibilityChange: r = !0,
1857
- events: s = Pr,
1858
- window: o = Ut,
1852
+ events: o = Pr,
1853
+ window: s = Ut,
1859
1854
  eventFilter: i = _r(50)
1860
1855
  } = t, a = ne(n), f = ne(Ke());
1861
- let l;
1862
- const u = Ar(i, () => {
1863
- a.value = !1, f.value = Ke(), clearTimeout(l), l = setTimeout(() => a.value = !0, e);
1856
+ let u;
1857
+ const l = Ar(i, () => {
1858
+ a.value = !1, f.value = Ke(), clearTimeout(u), u = setTimeout(() => a.value = !0, e);
1864
1859
  });
1865
- if (o) {
1866
- const d = o.document;
1867
- for (const w of s)
1868
- Qe(o, w, u, { passive: !0 });
1860
+ if (s) {
1861
+ const d = s.document;
1862
+ for (const m of o)
1863
+ Qe(s, m, l, { passive: !0 });
1869
1864
  r && Qe(d, "visibilitychange", () => {
1870
- d.hidden || u();
1865
+ d.hidden || l();
1871
1866
  });
1872
1867
  }
1873
- return l = setTimeout(() => a.value = !0, e), { idle: a, lastActive: f };
1868
+ return u = setTimeout(() => a.value = !0, e), { idle: a, lastActive: f };
1874
1869
  }
1875
1870
  var Ze;
1876
1871
  (function(e) {
@@ -1938,18 +1933,18 @@ let Ft = (e = 21) => {
1938
1933
  }
1939
1934
  return t;
1940
1935
  };
1941
- const I = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
1936
+ const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
1942
1937
  const t = new URL(window.location.href), n = new URLSearchParams(t.search);
1943
1938
  e.forEach((r) => {
1944
1939
  n.delete(r);
1945
1940
  }), t.search = n.toString(), window.history.replaceState({}, "", t);
1946
- }, { baseURL: tt } = oe(), nt = {
1941
+ }, { baseURL: tt } = se(), nt = {
1947
1942
  feishu: {
1948
1943
  login: "/api/justauth/client/v1/visitor/feishu/login",
1949
1944
  ssoParam: "/api/justauth/client/v1/visitor/sso-param"
1950
1945
  }
1951
1946
  }, qr = async () => {
1952
- const e = I("authorizer") || "", t = I("_redirect_url") || "";
1947
+ const e = L("authorizer") || "", t = L("_redirect_url") || "";
1953
1948
  if (_e(["authorizer", "_redirect_url"]), e === "feishu") {
1954
1949
  if (!window.tt) return "";
1955
1950
  const n = async () => {
@@ -1963,41 +1958,37 @@ const I = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
1963
1958
  })).data || "";
1964
1959
  };
1965
1960
  return new Promise(async (r) => {
1966
- const s = async (a) => {
1961
+ const o = async (a) => {
1967
1962
  try {
1968
- const f = nt.feishu.login;
1969
- console.log("_redirect_url===", t);
1970
- const l = Ce(t, { ignoreAuth: !0 }), d = (await b.create().get(f, { baseURL: tt, params: { code: a, _redirect_url: l } })).request.responseURL;
1971
- console.log(`login success:重定向== ${d}`), location.replace(d), r();
1972
- } catch (f) {
1973
- console.error("login fail", f), v({ ...U, redirect_uri: L }), r();
1963
+ const f = nt.feishu.login, u = Ce(t, { ignoreAuth: !0 }), d = (await b.create().get(f, { baseURL: tt, params: { code: a, _redirect_url: u } })).request.responseURL;
1964
+ location.replace(d), r();
1965
+ } catch {
1966
+ v({ ...N, redirect_uri: U }), r();
1974
1967
  }
1975
- }, o = await n();
1976
- console.log("飞书appId===", o);
1977
- const i = () => {
1968
+ }, s = await n(), i = () => {
1978
1969
  window.tt.requestAuthCode({
1979
- appId: o,
1970
+ appId: s,
1980
1971
  success: (a) => {
1981
1972
  const { code: f } = a;
1982
- console.error("requestAuthCode success", a), s(f);
1973
+ o(f);
1983
1974
  },
1984
1975
  fail: (a) => {
1985
- console.error("requestAuthCode fail", a), v({ ...U, redirect_uri: L }), r();
1976
+ v({ ...N, redirect_uri: U }), r();
1986
1977
  }
1987
1978
  });
1988
1979
  };
1989
- window.tt.requestAccess ? (console.log("appId===", o), window.tt.requestAccess({
1990
- appID: o,
1980
+ window.tt.requestAccess ? window.tt.requestAccess({
1981
+ appID: s,
1991
1982
  scopeList: [],
1992
1983
  success: (a) => {
1993
1984
  const { code: f } = a;
1994
- console.log("requestAccess success", a), s(f);
1985
+ o(f);
1995
1986
  },
1996
1987
  fail: (a) => {
1997
1988
  const { errno: f } = a;
1998
- f === 103 ? i() : (console.error("requestAccess fail", a), v({ ...U, redirect_uri: L }), r());
1989
+ f === 103 ? i() : (v({ ...N, redirect_uri: U }), r());
1999
1990
  }
2000
- })) : i();
1991
+ }) : i();
2001
1992
  });
2002
1993
  }
2003
1994
  }, j = {
@@ -2007,7 +1998,7 @@ const I = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
2007
1998
  // 清除登录信息
2008
1999
  token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
2009
2000
  // 通过code获取token
2010
- }, { baseURL: rt, noRedireLogin: $r = !1 } = oe(), L = location.origin + "/home", U = {
2001
+ }, { baseURL: rt, noRedireLogin: Mr = !1 } = se(), U = location.origin + "/home", N = {
2011
2002
  response_type: "code",
2012
2003
  scope: "sever",
2013
2004
  client_id: "sys",
@@ -2024,25 +2015,25 @@ const I = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
2024
2015
  );
2025
2016
  };
2026
2017
  localStorage.getItem("idelTime") && It(Number(localStorage.getItem("idelTime")));
2027
- let st = "";
2018
+ let ot = "";
2028
2019
  const Hr = async () => {
2029
- const e = I("code") || "", t = I("kingdee_token") || "", n = I("loginType") || "";
2030
- if (n && localStorage.setItem("loginType", n), !e) return M();
2031
- const r = ["code", "state", "kingdee_token", "source"];
2032
- if (e === st)
2033
- return _e(r), M();
2034
- st = e, _e(r);
2020
+ const e = L("code") || "", t = L("redirect_url") || "/", n = L("kingdee_token") || "", r = L("loginType") || "";
2021
+ if (r && localStorage.setItem("loginType", r), !e) return $();
2022
+ const o = ["code", "state", "kingdee_token", "redirect_url", "source"];
2023
+ if (e === ot)
2024
+ return _e(o), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), $();
2025
+ ot = e, _e(o);
2035
2026
  let s = {};
2036
- const o = {
2027
+ const i = {
2037
2028
  grant_type: "authorization_code",
2038
2029
  code: e,
2039
- client_id: U.client_id,
2040
- client_secret: U.client_secret,
2041
- redirect_uri: n ? Ce(L, { loginType: n }) : L,
2030
+ client_id: N.client_id,
2031
+ client_secret: N.client_secret,
2032
+ redirect_uri: r ? Ce(U, { loginType: r }) : U,
2042
2033
  timestamp: (/* @__PURE__ */ new Date()).getTime(),
2043
2034
  nonce: Ft()
2044
2035
  };
2045
- t && (sessionStorage.setItem("kingdee_token", t), o.redirect_uri = `${o.redirect_uri}?kingdee_token=${t}`);
2036
+ n && (sessionStorage.setItem("kingdee_token", n), i.redirect_uri = `${i.redirect_uri}?kingdee_token=${n}`);
2046
2037
  try {
2047
2038
  await b.create().get(j.token, { baseURL: rt });
2048
2039
  } catch {
@@ -2053,77 +2044,85 @@ const Hr = async () => {
2053
2044
  {},
2054
2045
  {
2055
2046
  baseURL: rt,
2056
- params: o,
2047
+ params: i,
2057
2048
  headers: {
2058
2049
  "Content-Type": "application/x-www-form-urlencoded",
2059
2050
  "csrf-token": Tr.get("csrf-token")
2060
2051
  }
2061
2052
  }
2062
2053
  );
2063
- const { access_token: i = "", expires_in: a = 0, refresh_token: f = "", refresh_exp: l = 0 } = s.data, u = {
2064
- accessToken: i,
2065
- accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(a) * 1e3,
2054
+ const { access_token: a = "", refresh_token: f = "", exp: u = 0, refresh_exp: l = 0 } = s.data, d = {
2055
+ accessToken: a,
2056
+ exp: Number(u),
2057
+ accessTokenExpiredAt: Number(u),
2066
2058
  refreshToken: f,
2067
2059
  info: s.data
2068
2060
  };
2069
- J().save(u), await ot(i);
2070
- const d = Number(l) - (/* @__PURE__ */ new Date()).getTime();
2071
- return d && d > 0 && (It(d), d && localStorage.setItem("idelTime", d.toString())), i;
2061
+ J().save(d), await st(a);
2062
+ const m = Number(l) - (/* @__PURE__ */ new Date()).getTime();
2063
+ return m && m > 0 && (It(m), m && localStorage.setItem("idelTime", m.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))), a;
2072
2064
  } catch {
2073
- return v({ ...U, redirect_uri: L });
2065
+ return v({ ...N, redirect_uri: U });
2074
2066
  }
2075
- }, Z = ne(!1), ws = async (e) => {
2067
+ }, Z = ne(!1), go = async (e) => {
2076
2068
  if (e.public) return "";
2077
2069
  if (Dt.value)
2078
- return v({ ...U, redirect_uri: L });
2070
+ return v({ ...N, redirect_uri: U });
2079
2071
  if (Z.value)
2080
2072
  return await new Promise(async (r) => {
2081
2073
  xe(
2082
2074
  () => Z.value,
2083
- (s) => {
2084
- if (!s) {
2085
- const o = M();
2086
- r(o);
2075
+ (o) => {
2076
+ if (!o) {
2077
+ const s = $();
2078
+ r(s);
2087
2079
  }
2088
2080
  }
2089
2081
  );
2090
2082
  });
2091
- let t = M();
2092
- const { accessTokenExpiredAt: n } = J().getData();
2083
+ let t = $();
2084
+ const { exp: n = 0 } = J().getData();
2093
2085
  Z.value = !0;
2094
2086
  try {
2095
- const r = I("code") || "";
2096
- (I("authorizer") || "") === "feishu" ? await qr() : r ? t = await Hr() : typeof n == "number" && n > 0 && +/* @__PURE__ */ new Date() + 6e4 > n && (t = await Jr(U));
2087
+ const r = L("code") || "";
2088
+ if ((L("authorizer") || "") === "feishu")
2089
+ await qr();
2090
+ else if (r)
2091
+ t = await Hr();
2092
+ else {
2093
+ const s = Date.now() + 6e4;
2094
+ n > 0 && s > n && (t = await Jr(N));
2095
+ }
2097
2096
  } catch {
2098
2097
  } finally {
2099
2098
  Z.value = !1;
2100
2099
  }
2101
2100
  return t;
2102
- }, Mr = () => {
2101
+ }, $r = () => {
2103
2102
  let e = !1;
2104
2103
  return localStorage.getItem("thirdLogouSource") === "zhongshen" && (e = !0), e;
2105
2104
  }, zr = (e) => {
2106
2105
  if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
2107
2106
  const r = `https://iam.shenyejituan.com:443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(e)}&entityId=AIoT&redirectToLogin=true`;
2108
- console.log("url", r), localStorage.removeItem("thirdLogouSource"), location.href = r;
2107
+ localStorage.removeItem("thirdLogouSource"), location.href = r;
2109
2108
  }
2110
2109
  };
2111
2110
  let ye = !1;
2112
2111
  const v = (e) => {
2113
- if (!$r && !ye) {
2112
+ if (!Mr && !ye) {
2114
2113
  ye = !0;
2115
2114
  try {
2116
2115
  const t = { ...e }, n = localStorage.getItem("loginType") || "";
2117
2116
  n && (t.redirect_uri = Ce(t.redirect_uri, { loginType: n }));
2118
- const { baseURL: r, ssoLocale: s } = oe();
2117
+ const { baseURL: r, ssoLocale: o } = se();
2119
2118
  if (Ae) return Ae(t);
2120
- t.logout = "true", s && (t.locale = "locale");
2121
- const o = new URLSearchParams();
2122
- Object.entries(t).forEach(([f, l]) => {
2123
- f !== "client_secret" && o.set(f, String(l));
2119
+ t.logout = "true", o && (t.locale = "locale");
2120
+ const s = new URLSearchParams();
2121
+ Object.entries(t).forEach(([f, u]) => {
2122
+ f !== "client_secret" && s.set(f, String(u));
2124
2123
  });
2125
- const i = o.toString(), a = `${r}${j.oauth}?${i}`;
2126
- if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(), Mr())
2124
+ const i = s.toString(), a = `${r}${j.oauth}?${i}`;
2125
+ if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(), $r())
2127
2126
  zr(a);
2128
2127
  else {
2129
2128
  try {
@@ -2139,7 +2138,7 @@ const v = (e) => {
2139
2138
  };
2140
2139
  jr(v);
2141
2140
  const Jr = async (e) => {
2142
- const { baseURL: t } = oe(), { refreshToken: n } = J().getData();
2141
+ const { baseURL: t } = se(), { refreshToken: n } = J().getData();
2143
2142
  try {
2144
2143
  await b.create().get(j.token, { baseURL: t });
2145
2144
  } catch {
@@ -2159,38 +2158,40 @@ const Jr = async (e) => {
2159
2158
  nonce: Ft()
2160
2159
  }
2161
2160
  }
2162
- ), { access_token: s = "", expires_in: o = 0, refresh_token: i = "" } = r.data, a = {
2163
- accessToken: s,
2164
- accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(o) * 1e3,
2165
- refreshToken: i,
2161
+ ), { access_token: o = "", refresh_token: s = "", exp: i = 0 } = r.data, a = {
2162
+ accessToken: o,
2163
+ exp: Number(i),
2164
+ accessTokenExpiredAt: Number(i),
2165
+ refreshToken: s,
2166
2166
  info: r.data
2167
2167
  };
2168
- return J().save(a), await ot(s), s;
2168
+ return J().save(a), await st(o), o;
2169
2169
  } catch {
2170
- return v({ ...e, redirect_uri: L });
2170
+ return v({ ...e, redirect_uri: U });
2171
2171
  }
2172
2172
  }, J = () => ({
2173
2173
  getData: () => ({
2174
- accessToken: M(),
2175
- accessTokenExpiredAt: de("accessTokenExpiredAt") ? Number(de("accessTokenExpiredAt")) : "",
2174
+ accessToken: $(),
2175
+ exp: de("exp") ? Number(de("exp")) : 0,
2176
2176
  refreshToken: de("refreshToken")
2177
2177
  }),
2178
2178
  save: (e) => {
2179
2179
  Ht(e.accessToken ?? "", {
2180
+ exp: e.exp,
2180
2181
  accessTokenExpiredAt: e.accessTokenExpiredAt,
2181
2182
  refreshToken: e.refreshToken
2182
2183
  }), zt(e);
2183
2184
  },
2184
2185
  remove: () => {
2185
- $t(), Mt();
2186
+ Mt(), $t();
2186
2187
  }
2187
2188
  });
2188
2189
  export {
2189
- I as getQuery,
2190
- ws as getToken,
2190
+ L as getQuery,
2191
+ go as getToken,
2191
2192
  Hr as getTokenFromCode,
2192
- U as getTokenParams,
2193
+ N as getTokenParams,
2193
2194
  v as login,
2194
- L as real_uri,
2195
+ U as real_uri,
2195
2196
  J as tokenStorage
2196
2197
  };