@das-fed/utils 7.0.5-beta.8 → 7.0.5-test.10

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 (30) hide show
  1. package/api-services/index.js +908 -890
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/duty-manage/index.js +741 -723
  4. package/api-services/modules/duty-manage/index.js.gz +0 -0
  5. package/api-services/modules/enterpriseright/index.js +646 -650
  6. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  7. package/api-services/modules/platformManage/index.js +734 -752
  8. package/api-services/modules/platformManage/index.js.gz +0 -0
  9. package/common-info/set-personal-info/index.d.ts +1 -1
  10. package/common-info/set-personal-info/index.js +10 -10
  11. package/common-info/set-personal-info/index.js.gz +0 -0
  12. package/common-tools/get-url-params/index.d.ts +7 -0
  13. package/common-tools/get-url-params/index.js +45 -38
  14. package/common-tools/get-url-params/index.js.gz +0 -0
  15. package/common-tools/obj-tools/index.js +1 -1
  16. package/common-tools/platform-tools/index.d.ts +7 -2
  17. package/common-tools/platform-tools/index.js +27 -15
  18. package/common-tools/platform-tools/index.js.gz +0 -0
  19. package/create-api-service/index.js +717 -699
  20. package/create-api-service/index.js.gz +0 -0
  21. package/create-api-service/sso/authorizer.d.ts +1 -0
  22. package/create-api-service/sso/index.d.ts +3 -2
  23. package/create-api-service/sso/index.js +805 -735
  24. package/create-api-service/sso/index.js.gz +0 -0
  25. package/create-api-service/sso/utils.d.ts +2 -0
  26. package/esm-map.json +2 -1
  27. package/package.json +4 -4
  28. package/process-engine-info/index.js +8 -7
  29. package/token-tools/index.js +80 -8
  30. package/token-tools/index.js.gz +0 -0
@@ -1,62 +1,63 @@
1
- import { unref as Nt, getCurrentScope as Ft, onScopeDispose as Dt, ref as ee, watch as Oe } from "vue";
2
- import { encryption as vt } from "@das-fed/utils/atob";
3
- import { getConfig as Ae } from "@das-fed/utils/config";
4
- import { getAccessToken as q, removeAccessToken as It, setAccessToken as Bt, getAccessTokenInfo as fe } from "@das-fed/utils/token-tools";
5
- import { removeProcessEngineToken as jt, setProcessEngineToken as qt } from "@das-fed/utils/process-engine-info";
6
- import { setPersonalInfo as tt } from "@das-fed/utils/common-info/set-personal-info";
7
- function nt(e, t) {
1
+ import { unref as vt, getCurrentScope as Bt, onScopeDispose as jt, ref as ne, watch as xe } from "vue";
2
+ import { encryption as qt } from "@das-fed/utils/atob";
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
+ import { appendQueryParams as Ce } from "@das-fed/utils/common-tools";
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
+ function it(e, t) {
8
9
  return function() {
9
10
  return e.apply(t, arguments);
10
11
  };
11
12
  }
12
- const { toString: Ht } = Object.prototype, { getPrototypeOf: _e } = Object, { iterator: oe, toStringTag: rt } = Symbol, se = /* @__PURE__ */ ((e) => (t) => {
13
- const n = Ht.call(t);
13
+ const { toString: Jt } = Object.prototype, { getPrototypeOf: ke } = Object, { iterator: ie, toStringTag: at } = Symbol, ae = /* @__PURE__ */ ((e) => (t) => {
14
+ const n = Jt.call(t);
14
15
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
15
- })(/* @__PURE__ */ Object.create(null)), x = (e) => (e = e.toLowerCase(), (t) => se(t) === e), ie = (e) => (t) => typeof t === e, { isArray: v } = Array, H = ie("undefined");
16
- function $(e) {
17
- return e !== null && !H(e) && e.constructor !== null && !H(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
16
+ })(/* @__PURE__ */ Object.create(null)), x = (e) => (e = e.toLowerCase(), (t) => ae(t) === e), ce = (e) => (t) => typeof t === e, { isArray: q } = Array, z = ce("undefined");
17
+ function V(e) {
18
+ return e !== null && !z(e) && e.constructor !== null && !z(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
18
19
  }
19
- const ot = x("ArrayBuffer");
20
- function Mt(e) {
20
+ const ct = x("ArrayBuffer");
21
+ function Vt(e) {
21
22
  let t;
22
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ot(e.buffer), t;
23
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ct(e.buffer), t;
23
24
  }
24
- const $t = ie("string"), A = ie("function"), st = ie("number"), z = (e) => e !== null && typeof e == "object", zt = (e) => e === !0 || e === !1, X = (e) => {
25
- if (se(e) !== "object")
25
+ const Wt = ce("string"), A = ce("function"), ut = ce("number"), W = (e) => e !== null && typeof e == "object", Kt = (e) => e === !0 || e === !1, Y = (e) => {
26
+ if (ae(e) !== "object")
26
27
  return !1;
27
- const t = _e(e);
28
- return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(rt in e) && !(oe in e);
29
- }, Jt = (e) => {
30
- if (!z(e) || $(e))
28
+ const t = ke(e);
29
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(at in e) && !(ie in e);
30
+ }, Qt = (e) => {
31
+ if (!W(e) || V(e))
31
32
  return !1;
32
33
  try {
33
34
  return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
34
35
  } catch {
35
36
  return !1;
36
37
  }
37
- }, Vt = x("Date"), Wt = x("File"), Kt = x("Blob"), Qt = x("FileList"), Xt = (e) => z(e) && A(e.pipe), Gt = (e) => {
38
+ }, Xt = x("Date"), Gt = x("File"), Zt = x("Blob"), Yt = x("FileList"), en = (e) => W(e) && A(e.pipe), tn = (e) => {
38
39
  let t;
39
- return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = se(e)) === "formdata" || // detect form-data instance
40
+ return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = ae(e)) === "formdata" || // detect form-data instance
40
41
  t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
41
- }, Zt = x("URLSearchParams"), [Yt, en, tn, nn] = ["ReadableStream", "Request", "Response", "Headers"].map(x), rn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
42
- function J(e, t, { allOwnKeys: n = !1 } = {}) {
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
+ function K(e, t, { allOwnKeys: n = !1 } = {}) {
43
44
  if (e === null || typeof e > "u")
44
45
  return;
45
46
  let r, o;
46
- if (typeof e != "object" && (e = [e]), v(e))
47
+ if (typeof e != "object" && (e = [e]), q(e))
47
48
  for (r = 0, o = e.length; r < o; r++)
48
49
  t.call(null, e[r], r, e);
49
50
  else {
50
- if ($(e))
51
+ if (V(e))
51
52
  return;
52
53
  const s = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = s.length;
53
- let c;
54
+ let a;
54
55
  for (r = 0; r < i; r++)
55
- c = s[r], t.call(null, e[c], c, e);
56
+ a = s[r], t.call(null, e[a], a, e);
56
57
  }
57
58
  }
58
- function it(e, t) {
59
- if ($(e))
59
+ function lt(e, t) {
60
+ if (V(e))
60
61
  return null;
61
62
  t = t.toLowerCase();
62
63
  const n = Object.keys(e);
@@ -66,71 +67,71 @@ function it(e, t) {
66
67
  return o;
67
68
  return null;
68
69
  }
69
- const L = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, at = (e) => !H(e) && e !== L;
70
- function me() {
71
- const { caseless: e } = at(this) && this || {}, t = {}, n = (r, o) => {
72
- const s = e && it(t, o) || o;
73
- X(t[s]) && X(r) ? t[s] = me(t[s], r) : X(r) ? t[s] = me({}, r) : v(r) ? t[s] = r.slice() : t[s] = r;
70
+ const D = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ft = (e) => !z(e) && e !== D;
71
+ function we() {
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;
74
75
  };
75
76
  for (let r = 0, o = arguments.length; r < o; r++)
76
- arguments[r] && J(arguments[r], n);
77
+ arguments[r] && K(arguments[r], n);
77
78
  return t;
78
79
  }
79
- const on = (e, t, n, { allOwnKeys: r } = {}) => (J(t, (o, s) => {
80
- n && A(o) ? e[s] = nt(o, n) : e[s] = o;
81
- }, { allOwnKeys: r }), e), sn = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), an = (e, t, n, r) => {
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
+ }, { allOwnKeys: r }), e), ln = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), fn = (e, t, n, r) => {
82
83
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
83
84
  value: t.prototype
84
85
  }), n && Object.assign(e.prototype, n);
85
- }, cn = (e, t, n, r) => {
86
+ }, dn = (e, t, n, r) => {
86
87
  let o, s, i;
87
- const c = {};
88
+ const a = {};
88
89
  if (t = t || {}, e == null) return t;
89
90
  do {
90
91
  for (o = Object.getOwnPropertyNames(e), s = o.length; s-- > 0; )
91
- i = o[s], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
92
- e = n !== !1 && _e(e);
92
+ i = o[s], (!r || r(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
93
+ e = n !== !1 && ke(e);
93
94
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
94
95
  return t;
95
- }, un = (e, t, n) => {
96
+ }, pn = (e, t, n) => {
96
97
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
97
98
  const r = e.indexOf(t, n);
98
99
  return r !== -1 && r === n;
99
- }, ln = (e) => {
100
+ }, hn = (e) => {
100
101
  if (!e) return null;
101
- if (v(e)) return e;
102
+ if (q(e)) return e;
102
103
  let t = e.length;
103
- if (!st(t)) return null;
104
+ if (!ut(t)) return null;
104
105
  const n = new Array(t);
105
106
  for (; t-- > 0; )
106
107
  n[t] = e[t];
107
108
  return n;
108
- }, fn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && _e(Uint8Array)), dn = (e, t) => {
109
- const r = (e && e[oe]).call(e);
109
+ }, mn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ke(Uint8Array)), yn = (e, t) => {
110
+ const r = (e && e[ie]).call(e);
110
111
  let o;
111
112
  for (; (o = r.next()) && !o.done; ) {
112
113
  const s = o.value;
113
114
  t.call(e, s[0], s[1]);
114
115
  }
115
- }, pn = (e, t) => {
116
+ }, wn = (e, t) => {
116
117
  let n;
117
118
  const r = [];
118
119
  for (; (n = e.exec(t)) !== null; )
119
120
  r.push(n);
120
121
  return r;
121
- }, hn = x("HTMLFormElement"), mn = (e) => e.toLowerCase().replace(
122
+ }, gn = x("HTMLFormElement"), bn = (e) => e.toLowerCase().replace(
122
123
  /[-_\s]([a-z\d])(\w*)/g,
123
124
  function(n, r, o) {
124
125
  return r.toUpperCase() + o;
125
126
  }
126
- ), Ue = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), yn = x("RegExp"), ct = (e, t) => {
127
+ ), Fe = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), En = x("RegExp"), dt = (e, t) => {
127
128
  const n = Object.getOwnPropertyDescriptors(e), r = {};
128
- J(n, (o, s) => {
129
+ K(n, (o, s) => {
129
130
  let i;
130
131
  (i = t(o, s, e)) !== !1 && (r[s] = i || o);
131
132
  }), Object.defineProperties(e, r);
132
- }, wn = (e) => {
133
- ct(e, (t, n) => {
133
+ }, Rn = (e) => {
134
+ dt(e, (t, n) => {
134
135
  if (A(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
135
136
  return !1;
136
137
  const r = e[n];
@@ -144,108 +145,108 @@ const on = (e, t, n, { allOwnKeys: r } = {}) => (J(t, (o, s) => {
144
145
  });
145
146
  }
146
147
  });
147
- }, gn = (e, t) => {
148
+ }, Sn = (e, t) => {
148
149
  const n = {}, r = (o) => {
149
150
  o.forEach((s) => {
150
151
  n[s] = !0;
151
152
  });
152
153
  };
153
- return v(e) ? r(e) : r(String(e).split(t)), n;
154
- }, bn = () => {
155
- }, En = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
156
- function Sn(e) {
157
- return !!(e && A(e.append) && e[rt] === "FormData" && e[oe]);
154
+ return q(e) ? r(e) : r(String(e).split(t)), n;
155
+ }, Tn = () => {
156
+ }, On = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
157
+ function An(e) {
158
+ return !!(e && A(e.append) && e[at] === "FormData" && e[ie]);
158
159
  }
159
- const Rn = (e) => {
160
+ const _n = (e) => {
160
161
  const t = new Array(10), n = (r, o) => {
161
- if (z(r)) {
162
+ if (W(r)) {
162
163
  if (t.indexOf(r) >= 0)
163
164
  return;
164
- if ($(r))
165
+ if (V(r))
165
166
  return r;
166
167
  if (!("toJSON" in r)) {
167
168
  t[o] = r;
168
- const s = v(r) ? [] : {};
169
- return J(r, (i, c) => {
169
+ const s = q(r) ? [] : {};
170
+ return K(r, (i, a) => {
170
171
  const f = n(i, o + 1);
171
- !H(f) && (s[c] = f);
172
+ !z(f) && (s[a] = f);
172
173
  }), t[o] = void 0, s;
173
174
  }
174
175
  }
175
176
  return r;
176
177
  };
177
178
  return n(e, 0);
178
- }, Tn = x("AsyncFunction"), On = (e) => e && (z(e) || A(e)) && A(e.then) && A(e.catch), ut = ((e, t) => e ? setImmediate : t ? ((n, r) => (L.addEventListener("message", ({ source: o, data: s }) => {
179
- o === L && s === n && r.length && r.shift()();
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()();
180
181
  }, !1), (o) => {
181
- r.push(o), L.postMessage(n, "*");
182
+ r.push(o), D.postMessage(n, "*");
182
183
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
183
184
  typeof setImmediate == "function",
184
- A(L.postMessage)
185
- ), An = typeof queueMicrotask < "u" ? queueMicrotask.bind(L) : typeof process < "u" && process.nextTick || ut, _n = (e) => e != null && A(e[oe]), a = {
186
- isArray: v,
187
- isArrayBuffer: ot,
188
- isBuffer: $,
189
- isFormData: Gt,
190
- isArrayBufferView: Mt,
191
- isString: $t,
192
- isNumber: st,
193
- isBoolean: zt,
194
- isObject: z,
195
- isPlainObject: X,
196
- isEmptyObject: Jt,
197
- isReadableStream: Yt,
198
- isRequest: en,
199
- isResponse: tn,
200
- isHeaders: nn,
201
- isUndefined: H,
202
- isDate: Vt,
203
- isFile: Wt,
204
- isBlob: Kt,
205
- isRegExp: yn,
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
+ isArray: q,
188
+ isArrayBuffer: ct,
189
+ isBuffer: V,
190
+ isFormData: tn,
191
+ isArrayBufferView: Vt,
192
+ isString: Wt,
193
+ isNumber: ut,
194
+ isBoolean: Kt,
195
+ isObject: W,
196
+ isPlainObject: Y,
197
+ isEmptyObject: Qt,
198
+ isReadableStream: rn,
199
+ isRequest: on,
200
+ isResponse: sn,
201
+ isHeaders: an,
202
+ isUndefined: z,
203
+ isDate: Xt,
204
+ isFile: Gt,
205
+ isBlob: Zt,
206
+ isRegExp: En,
206
207
  isFunction: A,
207
- isStream: Xt,
208
- isURLSearchParams: Zt,
209
- isTypedArray: fn,
210
- isFileList: Qt,
211
- forEach: J,
212
- merge: me,
213
- extend: on,
214
- trim: rn,
215
- stripBOM: sn,
216
- inherits: an,
217
- toFlatObject: cn,
218
- kindOf: se,
208
+ isStream: en,
209
+ isURLSearchParams: nn,
210
+ isTypedArray: mn,
211
+ isFileList: Yt,
212
+ forEach: K,
213
+ merge: we,
214
+ extend: un,
215
+ trim: cn,
216
+ stripBOM: ln,
217
+ inherits: fn,
218
+ toFlatObject: dn,
219
+ kindOf: ae,
219
220
  kindOfTest: x,
220
- endsWith: un,
221
- toArray: ln,
222
- forEachEntry: dn,
223
- matchAll: pn,
224
- isHTMLForm: hn,
225
- hasOwnProperty: Ue,
226
- hasOwnProp: Ue,
221
+ endsWith: pn,
222
+ toArray: hn,
223
+ forEachEntry: yn,
224
+ matchAll: wn,
225
+ isHTMLForm: gn,
226
+ hasOwnProperty: Fe,
227
+ hasOwnProp: Fe,
227
228
  // an alias to avoid ESLint no-prototype-builtins detection
228
- reduceDescriptors: ct,
229
- freezeMethods: wn,
230
- toObjectSet: gn,
231
- toCamelCase: mn,
232
- noop: bn,
233
- toFiniteNumber: En,
234
- findKey: it,
235
- global: L,
236
- isContextDefined: at,
237
- isSpecCompliantForm: Sn,
238
- toJSONObject: Rn,
239
- isAsyncFn: Tn,
240
- isThenable: On,
241
- setImmediate: ut,
242
- asap: An,
243
- isIterable: _n
229
+ reduceDescriptors: dt,
230
+ freezeMethods: Rn,
231
+ toObjectSet: Sn,
232
+ toCamelCase: bn,
233
+ noop: Tn,
234
+ toFiniteNumber: On,
235
+ findKey: lt,
236
+ global: D,
237
+ isContextDefined: ft,
238
+ isSpecCompliantForm: An,
239
+ toJSONObject: _n,
240
+ isAsyncFn: xn,
241
+ isThenable: Cn,
242
+ setImmediate: pt,
243
+ asap: kn,
244
+ isIterable: Pn
244
245
  };
245
- function y(e, t, n, r, o) {
246
+ function w(e, t, n, r, o) {
246
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);
247
248
  }
248
- a.inherits(y, Error, {
249
+ c.inherits(w, Error, {
249
250
  toJSON: function() {
250
251
  return {
251
252
  // Standard
@@ -260,13 +261,13 @@ a.inherits(y, Error, {
260
261
  columnNumber: this.columnNumber,
261
262
  stack: this.stack,
262
263
  // Axios
263
- config: a.toJSONObject(this.config),
264
+ config: c.toJSONObject(this.config),
264
265
  code: this.code,
265
266
  status: this.status
266
267
  };
267
268
  }
268
269
  });
269
- const lt = y.prototype, ft = {};
270
+ const ht = w.prototype, mt = {};
270
271
  [
271
272
  "ERR_BAD_OPTION_VALUE",
272
273
  "ERR_BAD_OPTION",
@@ -282,98 +283,98 @@ const lt = y.prototype, ft = {};
282
283
  "ERR_INVALID_URL"
283
284
  // eslint-disable-next-line func-names
284
285
  ].forEach((e) => {
285
- ft[e] = { value: e };
286
+ mt[e] = { value: e };
286
287
  });
287
- Object.defineProperties(y, ft);
288
- Object.defineProperty(lt, "isAxiosError", { value: !0 });
289
- y.from = (e, t, n, r, o, s) => {
290
- const i = Object.create(lt);
291
- return a.toFlatObject(e, i, function(f) {
288
+ Object.defineProperties(w, mt);
289
+ Object.defineProperty(ht, "isAxiosError", { value: !0 });
290
+ w.from = (e, t, n, r, o, s) => {
291
+ const i = Object.create(ht);
292
+ return c.toFlatObject(e, i, function(f) {
292
293
  return f !== Error.prototype;
293
- }, (c) => c !== "isAxiosError"), y.call(i, e.message, t, n, r, o), i.cause = e, i.name = e.name, s && Object.assign(i, s), 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;
294
295
  };
295
- const xn = null;
296
- function ye(e) {
297
- return a.isPlainObject(e) || a.isArray(e);
296
+ const Ln = null;
297
+ function ge(e) {
298
+ return c.isPlainObject(e) || c.isArray(e);
298
299
  }
299
- function dt(e) {
300
- return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
300
+ function yt(e) {
301
+ return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
301
302
  }
302
- function Le(e, t, n) {
303
+ function De(e, t, n) {
303
304
  return e ? e.concat(t).map(function(o, s) {
304
- return o = dt(o), !n && s ? "[" + o + "]" : o;
305
+ return o = yt(o), !n && s ? "[" + o + "]" : o;
305
306
  }).join(n ? "." : "") : t;
306
307
  }
307
- function Cn(e) {
308
- return a.isArray(e) && !e.some(ye);
308
+ function Un(e) {
309
+ return c.isArray(e) && !e.some(ge);
309
310
  }
310
- const kn = a.toFlatObject(a, {}, null, function(t) {
311
+ const Nn = c.toFlatObject(c, {}, null, function(t) {
311
312
  return /^is[A-Z]/.test(t);
312
313
  });
313
- function ae(e, t, n) {
314
- if (!a.isObject(e))
314
+ function ue(e, t, n) {
315
+ if (!c.isObject(e))
315
316
  throw new TypeError("target must be an object");
316
- t = t || new FormData(), n = a.toFlatObject(n, {
317
+ t = t || new FormData(), n = c.toFlatObject(n, {
317
318
  metaTokens: !0,
318
319
  dots: !1,
319
320
  indexes: !1
320
- }, !1, function(m, h) {
321
- return !a.isUndefined(h[m]);
321
+ }, !1, function(y, h) {
322
+ return !c.isUndefined(h[y]);
322
323
  });
323
- const r = n.metaTokens, o = n.visitor || u, s = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
324
- if (!a.isFunction(o))
324
+ const r = n.metaTokens, o = n.visitor || u, s = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && c.isSpecCompliantForm(t);
325
+ if (!c.isFunction(o))
325
326
  throw new TypeError("visitor must be a function");
326
327
  function l(p) {
327
328
  if (p === null) return "";
328
- if (a.isDate(p))
329
+ if (c.isDate(p))
329
330
  return p.toISOString();
330
- if (a.isBoolean(p))
331
+ if (c.isBoolean(p))
331
332
  return p.toString();
332
- if (!f && a.isBlob(p))
333
- throw new y("Blob is not supported. Use a Buffer instead.");
334
- return a.isArrayBuffer(p) || a.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
333
+ if (!f && c.isBlob(p))
334
+ throw new w("Blob is not supported. Use a Buffer instead.");
335
+ return c.isArrayBuffer(p) || c.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
335
336
  }
336
- function u(p, m, h) {
337
+ function u(p, y, h) {
337
338
  let E = p;
338
339
  if (p && !h && typeof p == "object") {
339
- if (a.endsWith(m, "{}"))
340
- m = r ? m : m.slice(0, -2), p = JSON.stringify(p);
341
- else if (a.isArray(p) && Cn(p) || (a.isFileList(p) || a.endsWith(m, "[]")) && (E = a.toArray(p)))
342
- return m = dt(m), E.forEach(function(R, k) {
343
- !(a.isUndefined(R) || R === null) && t.append(
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
+ !(c.isUndefined(S) || S === null) && t.append(
344
345
  // eslint-disable-next-line no-nested-ternary
345
- i === !0 ? Le([m], k, s) : i === null ? m : m + "[]",
346
- l(R)
346
+ i === !0 ? De([y], k, s) : i === null ? y : y + "[]",
347
+ l(S)
347
348
  );
348
349
  }), !1;
349
350
  }
350
- return ye(p) ? !0 : (t.append(Le(h, m, s), l(p)), !1);
351
+ return ge(p) ? !0 : (t.append(De(h, y, s), l(p)), !1);
351
352
  }
352
- const d = [], w = Object.assign(kn, {
353
+ const d = [], m = Object.assign(Nn, {
353
354
  defaultVisitor: u,
354
355
  convertValue: l,
355
- isVisitable: ye
356
+ isVisitable: ge
356
357
  });
357
- function g(p, m) {
358
- if (!a.isUndefined(p)) {
358
+ function g(p, y) {
359
+ if (!c.isUndefined(p)) {
359
360
  if (d.indexOf(p) !== -1)
360
- throw Error("Circular reference detected in " + m.join("."));
361
- d.push(p), a.forEach(p, function(E, S) {
362
- (!(a.isUndefined(E) || E === null) && o.call(
361
+ throw Error("Circular reference detected in " + y.join("."));
362
+ d.push(p), c.forEach(p, function(E, R) {
363
+ (!(c.isUndefined(E) || E === null) && o.call(
363
364
  t,
364
365
  E,
365
- a.isString(S) ? S.trim() : S,
366
- m,
367
- w
368
- )) === !0 && g(E, m ? m.concat(S) : [S]);
366
+ c.isString(R) ? R.trim() : R,
367
+ y,
368
+ m
369
+ )) === !0 && g(E, y ? y.concat(R) : [R]);
369
370
  }), d.pop();
370
371
  }
371
372
  }
372
- if (!a.isObject(e))
373
+ if (!c.isObject(e))
373
374
  throw new TypeError("data must be an object");
374
375
  return g(e), t;
375
376
  }
376
- function Ne(e) {
377
+ function Ie(e) {
377
378
  const t = {
378
379
  "!": "%21",
379
380
  "'": "%27",
@@ -387,40 +388,40 @@ function Ne(e) {
387
388
  return t[r];
388
389
  });
389
390
  }
390
- function xe(e, t) {
391
- this._pairs = [], e && ae(e, this, t);
391
+ function Pe(e, t) {
392
+ this._pairs = [], e && ue(e, this, t);
392
393
  }
393
- const pt = xe.prototype;
394
- pt.append = function(t, n) {
394
+ const wt = Pe.prototype;
395
+ wt.append = function(t, n) {
395
396
  this._pairs.push([t, n]);
396
397
  };
397
- pt.toString = function(t) {
398
+ wt.toString = function(t) {
398
399
  const n = t ? function(r) {
399
- return t.call(this, r, Ne);
400
- } : Ne;
400
+ return t.call(this, r, Ie);
401
+ } : Ie;
401
402
  return this._pairs.map(function(o) {
402
403
  return n(o[0]) + "=" + n(o[1]);
403
404
  }, "").join("&");
404
405
  };
405
- function Pn(e) {
406
+ function Fn(e) {
406
407
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
407
408
  }
408
- function ht(e, t, n) {
409
+ function gt(e, t, n) {
409
410
  if (!t)
410
411
  return e;
411
- const r = n && n.encode || Pn;
412
- a.isFunction(n) && (n = {
412
+ const r = n && n.encode || Fn;
413
+ c.isFunction(n) && (n = {
413
414
  serialize: n
414
415
  });
415
416
  const o = n && n.serialize;
416
417
  let s;
417
- if (o ? s = o(t, n) : s = a.isURLSearchParams(t) ? t.toString() : new xe(t, n).toString(r), s) {
418
+ if (o ? s = o(t, n) : s = c.isURLSearchParams(t) ? t.toString() : new Pe(t, n).toString(r), s) {
418
419
  const i = e.indexOf("#");
419
420
  i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + s;
420
421
  }
421
422
  return e;
422
423
  }
423
- class Fe {
424
+ class ve {
424
425
  constructor() {
425
426
  this.handlers = [];
426
427
  }
@@ -469,47 +470,47 @@ class Fe {
469
470
  * @returns {void}
470
471
  */
471
472
  forEach(t) {
472
- a.forEach(this.handlers, function(r) {
473
+ c.forEach(this.handlers, function(r) {
473
474
  r !== null && t(r);
474
475
  });
475
476
  }
476
477
  }
477
- const mt = {
478
+ const bt = {
478
479
  silentJSONParsing: !0,
479
480
  forcedJSONParsing: !0,
480
481
  clarifyTimeoutError: !1
481
- }, Un = typeof URLSearchParams < "u" ? URLSearchParams : xe, Ln = typeof FormData < "u" ? FormData : null, Nn = typeof Blob < "u" ? Blob : null, Fn = {
482
+ }, Dn = typeof URLSearchParams < "u" ? URLSearchParams : Pe, In = typeof FormData < "u" ? FormData : null, vn = typeof Blob < "u" ? Blob : null, Bn = {
482
483
  isBrowser: !0,
483
484
  classes: {
484
- URLSearchParams: Un,
485
- FormData: Ln,
486
- Blob: Nn
485
+ URLSearchParams: Dn,
486
+ FormData: In,
487
+ Blob: vn
487
488
  },
488
489
  protocols: ["http", "https", "file", "blob", "url", "data"]
489
- }, Ce = typeof window < "u" && typeof document < "u", we = typeof navigator == "object" && navigator || void 0, Dn = Ce && (!we || ["ReactNative", "NativeScript", "NS"].indexOf(we.product) < 0), vn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
490
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", In = Ce && window.location.href || "http://localhost", Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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", Mn = Le && window.location.href || "http://localhost", Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
491
492
  __proto__: null,
492
- hasBrowserEnv: Ce,
493
- hasStandardBrowserEnv: Dn,
494
- hasStandardBrowserWebWorkerEnv: vn,
495
- navigator: we,
496
- origin: In
493
+ hasBrowserEnv: Le,
494
+ hasStandardBrowserEnv: jn,
495
+ hasStandardBrowserWebWorkerEnv: qn,
496
+ navigator: be,
497
+ origin: Mn
497
498
  }, Symbol.toStringTag, { value: "Module" })), T = {
498
- ...Bn,
499
- ...Fn
499
+ ...Hn,
500
+ ...Bn
500
501
  };
501
- function jn(e, t) {
502
- return ae(e, new T.classes.URLSearchParams(), {
502
+ function $n(e, t) {
503
+ return ue(e, new T.classes.URLSearchParams(), {
503
504
  visitor: function(n, r, o, s) {
504
- return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
505
+ return T.isNode && c.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
505
506
  },
506
507
  ...t
507
508
  });
508
509
  }
509
- function qn(e) {
510
- return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
510
+ function zn(e) {
511
+ return c.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
511
512
  }
512
- function Hn(e) {
513
+ function Jn(e) {
513
514
  const t = {}, n = Object.keys(e);
514
515
  let r;
515
516
  const o = n.length;
@@ -518,70 +519,70 @@ function Hn(e) {
518
519
  s = n[r], t[s] = e[s];
519
520
  return t;
520
521
  }
521
- function yt(e) {
522
+ function Et(e) {
522
523
  function t(n, r, o, s) {
523
524
  let i = n[s++];
524
525
  if (i === "__proto__") return !0;
525
- const c = Number.isFinite(+i), f = s >= n.length;
526
- return i = !i && a.isArray(o) ? o.length : i, f ? (a.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !a.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && a.isArray(o[i]) && (o[i] = Hn(o[i])), !c);
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);
527
528
  }
528
- if (a.isFormData(e) && a.isFunction(e.entries)) {
529
+ if (c.isFormData(e) && c.isFunction(e.entries)) {
529
530
  const n = {};
530
- return a.forEachEntry(e, (r, o) => {
531
- t(qn(r), o, n, 0);
531
+ return c.forEachEntry(e, (r, o) => {
532
+ t(zn(r), o, n, 0);
532
533
  }), n;
533
534
  }
534
535
  return null;
535
536
  }
536
- function Mn(e, t, n) {
537
- if (a.isString(e))
537
+ function Vn(e, t, n) {
538
+ if (c.isString(e))
538
539
  try {
539
- return (t || JSON.parse)(e), a.trim(e);
540
+ return (t || JSON.parse)(e), c.trim(e);
540
541
  } catch (r) {
541
542
  if (r.name !== "SyntaxError")
542
543
  throw r;
543
544
  }
544
545
  return (n || JSON.stringify)(e);
545
546
  }
546
- const V = {
547
- transitional: mt,
547
+ const Q = {
548
+ transitional: bt,
548
549
  adapter: ["xhr", "http", "fetch"],
549
550
  transformRequest: [function(t, n) {
550
- const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, s = a.isObject(t);
551
- if (s && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
552
- return o ? JSON.stringify(yt(t)) : t;
553
- if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(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
+ if (c.isArrayBuffer(t) || c.isBuffer(t) || c.isStream(t) || c.isFile(t) || c.isBlob(t) || c.isReadableStream(t))
554
555
  return t;
555
- if (a.isArrayBufferView(t))
556
+ if (c.isArrayBufferView(t))
556
557
  return t.buffer;
557
- if (a.isURLSearchParams(t))
558
+ if (c.isURLSearchParams(t))
558
559
  return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
559
- let c;
560
+ let a;
560
561
  if (s) {
561
562
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
562
- return jn(t, this.formSerializer).toString();
563
- if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
563
+ return $n(t, this.formSerializer).toString();
564
+ if ((a = c.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
564
565
  const f = this.env && this.env.FormData;
565
- return ae(
566
- c ? { "files[]": t } : t,
566
+ return ue(
567
+ a ? { "files[]": t } : t,
567
568
  f && new f(),
568
569
  this.formSerializer
569
570
  );
570
571
  }
571
572
  }
572
- return s || o ? (n.setContentType("application/json", !1), Mn(t)) : t;
573
+ return s || o ? (n.setContentType("application/json", !1), Vn(t)) : t;
573
574
  }],
574
575
  transformResponse: [function(t) {
575
- const n = this.transitional || V.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
576
- if (a.isResponse(t) || a.isReadableStream(t))
576
+ const n = this.transitional || Q.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
577
+ if (c.isResponse(t) || c.isReadableStream(t))
577
578
  return t;
578
- if (t && a.isString(t) && (r && !this.responseType || o)) {
579
+ if (t && c.isString(t) && (r && !this.responseType || o)) {
579
580
  const i = !(n && n.silentJSONParsing) && o;
580
581
  try {
581
582
  return JSON.parse(t);
582
- } catch (c) {
583
+ } catch (a) {
583
584
  if (i)
584
- throw c.name === "SyntaxError" ? y.from(c, y.ERR_BAD_RESPONSE, this, null, this.response) : c;
585
+ throw a.name === "SyntaxError" ? w.from(a, w.ERR_BAD_RESPONSE, this, null, this.response) : a;
585
586
  }
586
587
  }
587
588
  return t;
@@ -609,10 +610,10 @@ const V = {
609
610
  }
610
611
  }
611
612
  };
612
- a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
613
- V.headers[e] = {};
613
+ c.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
614
+ Q.headers[e] = {};
614
615
  });
615
- const $n = a.toObjectSet([
616
+ const Wn = c.toObjectSet([
616
617
  "age",
617
618
  "authorization",
618
619
  "content-length",
@@ -630,43 +631,43 @@ const $n = a.toObjectSet([
630
631
  "referer",
631
632
  "retry-after",
632
633
  "user-agent"
633
- ]), zn = (e) => {
634
+ ]), Kn = (e) => {
634
635
  const t = {};
635
636
  let n, r, o;
636
637
  return e && e.split(`
637
638
  `).forEach(function(i) {
638
- o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && $n[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);
639
640
  }), t;
640
- }, De = Symbol("internals");
641
- function B(e) {
641
+ }, Be = Symbol("internals");
642
+ function H(e) {
642
643
  return e && String(e).trim().toLowerCase();
643
644
  }
644
- function G(e) {
645
- return e === !1 || e == null ? e : a.isArray(e) ? e.map(G) : String(e);
645
+ function ee(e) {
646
+ return e === !1 || e == null ? e : c.isArray(e) ? e.map(ee) : String(e);
646
647
  }
647
- function Jn(e) {
648
+ function Qn(e) {
648
649
  const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
649
650
  let r;
650
651
  for (; r = n.exec(e); )
651
652
  t[r[1]] = r[2];
652
653
  return t;
653
654
  }
654
- const Vn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
655
- function de(e, t, n, r, o) {
656
- if (a.isFunction(r))
655
+ const Xn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
656
+ function pe(e, t, n, r, o) {
657
+ if (c.isFunction(r))
657
658
  return r.call(this, t, n);
658
- if (o && (t = n), !!a.isString(t)) {
659
- if (a.isString(r))
659
+ if (o && (t = n), !!c.isString(t)) {
660
+ if (c.isString(r))
660
661
  return t.indexOf(r) !== -1;
661
- if (a.isRegExp(r))
662
+ if (c.isRegExp(r))
662
663
  return r.test(t);
663
664
  }
664
665
  }
665
- function Wn(e) {
666
+ function Gn(e) {
666
667
  return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
667
668
  }
668
- function Kn(e, t) {
669
- const n = a.toCamelCase(" " + t);
669
+ function Zn(e, t) {
670
+ const n = c.toCamelCase(" " + t);
670
671
  ["get", "set", "has"].forEach((r) => {
671
672
  Object.defineProperty(e, r + n, {
672
673
  value: function(o, s, i) {
@@ -682,51 +683,51 @@ let _ = class {
682
683
  }
683
684
  set(t, n, r) {
684
685
  const o = this;
685
- function s(c, f, l) {
686
- const u = B(f);
686
+ function s(a, f, l) {
687
+ const u = H(f);
687
688
  if (!u)
688
689
  throw new Error("header name must be a non-empty string");
689
- const d = a.findKey(o, u);
690
- (!d || o[d] === void 0 || l === !0 || l === void 0 && o[d] !== !1) && (o[d || f] = G(c));
690
+ const d = c.findKey(o, u);
691
+ (!d || o[d] === void 0 || l === !0 || l === void 0 && o[d] !== !1) && (o[d || f] = ee(a));
691
692
  }
692
- const i = (c, f) => a.forEach(c, (l, u) => s(l, u, f));
693
- if (a.isPlainObject(t) || t instanceof this.constructor)
693
+ const i = (a, f) => c.forEach(a, (l, u) => s(l, u, f));
694
+ if (c.isPlainObject(t) || t instanceof this.constructor)
694
695
  i(t, n);
695
- else if (a.isString(t) && (t = t.trim()) && !Vn(t))
696
- i(zn(t), n);
697
- else if (a.isObject(t) && a.isIterable(t)) {
698
- let c = {}, f, l;
696
+ else if (c.isString(t) && (t = t.trim()) && !Xn(t))
697
+ i(Kn(t), n);
698
+ else if (c.isObject(t) && c.isIterable(t)) {
699
+ let a = {}, f, l;
699
700
  for (const u of t) {
700
- if (!a.isArray(u))
701
+ if (!c.isArray(u))
701
702
  throw TypeError("Object iterator must return a key-value pair");
702
- c[l = u[0]] = (f = c[l]) ? a.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
703
+ a[l = u[0]] = (f = a[l]) ? c.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
703
704
  }
704
- i(c, n);
705
+ i(a, n);
705
706
  } else
706
707
  t != null && s(n, t, r);
707
708
  return this;
708
709
  }
709
710
  get(t, n) {
710
- if (t = B(t), t) {
711
- const r = a.findKey(this, t);
711
+ if (t = H(t), t) {
712
+ const r = c.findKey(this, t);
712
713
  if (r) {
713
714
  const o = this[r];
714
715
  if (!n)
715
716
  return o;
716
717
  if (n === !0)
717
- return Jn(o);
718
- if (a.isFunction(n))
718
+ return Qn(o);
719
+ if (c.isFunction(n))
719
720
  return n.call(this, o, r);
720
- if (a.isRegExp(n))
721
+ if (c.isRegExp(n))
721
722
  return n.exec(o);
722
723
  throw new TypeError("parser must be boolean|regexp|function");
723
724
  }
724
725
  }
725
726
  }
726
727
  has(t, n) {
727
- if (t = B(t), t) {
728
- const r = a.findKey(this, t);
729
- return !!(r && this[r] !== void 0 && (!n || de(this, this[r], r, n)));
728
+ if (t = H(t), t) {
729
+ const r = c.findKey(this, t);
730
+ return !!(r && this[r] !== void 0 && (!n || pe(this, this[r], r, n)));
730
731
  }
731
732
  return !1;
732
733
  }
@@ -734,32 +735,32 @@ let _ = class {
734
735
  const r = this;
735
736
  let o = !1;
736
737
  function s(i) {
737
- if (i = B(i), i) {
738
- const c = a.findKey(r, i);
739
- c && (!n || de(r, r[c], c, n)) && (delete r[c], o = !0);
738
+ if (i = H(i), i) {
739
+ const a = c.findKey(r, i);
740
+ a && (!n || pe(r, r[a], a, n)) && (delete r[a], o = !0);
740
741
  }
741
742
  }
742
- return a.isArray(t) ? t.forEach(s) : s(t), o;
743
+ return c.isArray(t) ? t.forEach(s) : s(t), o;
743
744
  }
744
745
  clear(t) {
745
746
  const n = Object.keys(this);
746
747
  let r = n.length, o = !1;
747
748
  for (; r--; ) {
748
749
  const s = n[r];
749
- (!t || de(this, this[s], s, t, !0)) && (delete this[s], o = !0);
750
+ (!t || pe(this, this[s], s, t, !0)) && (delete this[s], o = !0);
750
751
  }
751
752
  return o;
752
753
  }
753
754
  normalize(t) {
754
755
  const n = this, r = {};
755
- return a.forEach(this, (o, s) => {
756
- const i = a.findKey(r, s);
756
+ return c.forEach(this, (o, s) => {
757
+ const i = c.findKey(r, s);
757
758
  if (i) {
758
- n[i] = G(o), delete n[s];
759
+ n[i] = ee(o), delete n[s];
759
760
  return;
760
761
  }
761
- const c = t ? Wn(s) : String(s).trim();
762
- c !== s && delete n[s], n[c] = G(o), r[c] = !0;
762
+ const a = t ? Gn(s) : String(s).trim();
763
+ a !== s && delete n[s], n[a] = ee(o), r[a] = !0;
763
764
  }), this;
764
765
  }
765
766
  concat(...t) {
@@ -767,8 +768,8 @@ let _ = class {
767
768
  }
768
769
  toJSON(t) {
769
770
  const n = /* @__PURE__ */ Object.create(null);
770
- return a.forEach(this, (r, o) => {
771
- r != null && r !== !1 && (n[o] = t && a.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);
772
773
  }), n;
773
774
  }
774
775
  [Symbol.iterator]() {
@@ -792,18 +793,18 @@ let _ = class {
792
793
  return n.forEach((o) => r.set(o)), r;
793
794
  }
794
795
  static accessor(t) {
795
- const r = (this[De] = this[De] = {
796
+ const r = (this[Be] = this[Be] = {
796
797
  accessors: {}
797
798
  }).accessors, o = this.prototype;
798
799
  function s(i) {
799
- const c = B(i);
800
- r[c] || (Kn(o, i), r[c] = !0);
800
+ const a = H(i);
801
+ r[a] || (Zn(o, i), r[a] = !0);
801
802
  }
802
- return a.isArray(t) ? t.forEach(s) : s(t), this;
803
+ return c.isArray(t) ? t.forEach(s) : s(t), this;
803
804
  }
804
805
  };
805
806
  _.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
806
- a.reduceDescriptors(_.prototype, ({ value: e }, t) => {
807
+ c.reduceDescriptors(_.prototype, ({ value: e }, t) => {
807
808
  let n = t[0].toUpperCase() + t.slice(1);
808
809
  return {
809
810
  get: () => e,
@@ -812,54 +813,54 @@ a.reduceDescriptors(_.prototype, ({ value: e }, t) => {
812
813
  }
813
814
  };
814
815
  });
815
- a.freezeMethods(_);
816
- function pe(e, t) {
817
- const n = this || V, r = t || n, o = _.from(r.headers);
816
+ c.freezeMethods(_);
817
+ function he(e, t) {
818
+ const n = this || Q, r = t || n, o = _.from(r.headers);
818
819
  let s = r.data;
819
- return a.forEach(e, function(c) {
820
- s = c.call(n, s, o.normalize(), t ? t.status : void 0);
820
+ return c.forEach(e, function(a) {
821
+ s = a.call(n, s, o.normalize(), t ? t.status : void 0);
821
822
  }), o.normalize(), s;
822
823
  }
823
- function wt(e) {
824
+ function Rt(e) {
824
825
  return !!(e && e.__CANCEL__);
825
826
  }
826
- function I(e, t, n) {
827
- 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";
828
829
  }
829
- a.inherits(I, y, {
830
+ c.inherits(M, w, {
830
831
  __CANCEL__: !0
831
832
  });
832
- function gt(e, t, n) {
833
+ function St(e, t, n) {
833
834
  const r = n.config.validateStatus;
834
- !n.status || !r || r(n.status) ? e(n) : t(new y(
835
+ !n.status || !r || r(n.status) ? e(n) : t(new w(
835
836
  "Request failed with status code " + n.status,
836
- [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],
837
838
  n.config,
838
839
  n.request,
839
840
  n
840
841
  ));
841
842
  }
842
- function Qn(e) {
843
+ function Yn(e) {
843
844
  const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
844
845
  return t && t[1] || "";
845
846
  }
846
- function Xn(e, t) {
847
+ function er(e, t) {
847
848
  e = e || 10;
848
849
  const n = new Array(e), r = new Array(e);
849
850
  let o = 0, s = 0, i;
850
851
  return t = t !== void 0 ? t : 1e3, function(f) {
851
852
  const l = Date.now(), u = r[s];
852
853
  i || (i = l), n[o] = f, r[o] = l;
853
- let d = s, w = 0;
854
+ let d = s, m = 0;
854
855
  for (; d !== o; )
855
- w += n[d++], d = d % e;
856
+ m += n[d++], d = d % e;
856
857
  if (o = (o + 1) % e, o === s && (s = (s + 1) % e), l - i < t)
857
858
  return;
858
859
  const g = u && l - u;
859
- return g ? Math.round(w * 1e3 / g) : void 0;
860
+ return g ? Math.round(m * 1e3 / g) : void 0;
860
861
  };
861
862
  }
862
- function Gn(e, t) {
863
+ function tr(e, t) {
863
864
  let n = 0, r = 1e3 / t, o, s;
864
865
  const i = (l, u = Date.now()) => {
865
866
  n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
@@ -871,41 +872,41 @@ function Gn(e, t) {
871
872
  }, r - d)));
872
873
  }, () => o && i(o)];
873
874
  }
874
- const te = (e, t, n = 3) => {
875
+ const re = (e, t, n = 3) => {
875
876
  let r = 0;
876
- const o = Xn(50, 250);
877
- return Gn((s) => {
878
- const i = s.loaded, c = s.lengthComputable ? s.total : void 0, f = i - r, l = o(f), u = i <= c;
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, l = o(f), u = i <= a;
879
880
  r = i;
880
881
  const d = {
881
882
  loaded: i,
882
- total: c,
883
- progress: c ? i / c : void 0,
883
+ total: a,
884
+ progress: a ? i / a : void 0,
884
885
  bytes: f,
885
886
  rate: l || void 0,
886
- estimated: l && c && u ? (c - i) / l : void 0,
887
+ estimated: l && a && u ? (a - i) / l : void 0,
887
888
  event: s,
888
- lengthComputable: c != null,
889
+ lengthComputable: a != null,
889
890
  [t ? "download" : "upload"]: !0
890
891
  };
891
892
  e(d);
892
893
  }, n);
893
- }, ve = (e, t) => {
894
+ }, je = (e, t) => {
894
895
  const n = e != null;
895
896
  return [(r) => t[0]({
896
897
  lengthComputable: n,
897
898
  total: e,
898
899
  loaded: r
899
900
  }), t[1]];
900
- }, Ie = (e) => (...t) => a.asap(() => e(...t)), Zn = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, T.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
901
+ }, qe = (e) => (...t) => c.asap(() => e(...t)), nr = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, T.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
901
902
  new URL(T.origin),
902
903
  T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
903
- ) : () => !0, Yn = T.hasStandardBrowserEnv ? (
904
+ ) : () => !0, rr = T.hasStandardBrowserEnv ? (
904
905
  // Standard browser envs support document.cookie
905
906
  {
906
907
  write(e, t, n, r, o, s) {
907
908
  const i = [e + "=" + encodeURIComponent(t)];
908
- a.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), a.isString(r) && i.push("path=" + r), a.isString(o) && i.push("domain=" + o), s === !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("; ");
909
910
  },
910
911
  read(e) {
911
912
  const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
@@ -927,40 +928,40 @@ const te = (e, t, n = 3) => {
927
928
  }
928
929
  }
929
930
  );
930
- function er(e) {
931
+ function or(e) {
931
932
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
932
933
  }
933
- function tr(e, t) {
934
+ function sr(e, t) {
934
935
  return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
935
936
  }
936
- function bt(e, t, n) {
937
- let r = !er(t);
938
- return e && (r || n == !1) ? tr(e, t) : t;
937
+ function Tt(e, t, n) {
938
+ let r = !or(t);
939
+ return e && (r || n == !1) ? sr(e, t) : t;
939
940
  }
940
- const Be = (e) => e instanceof _ ? { ...e } : e;
941
- function F(e, t) {
941
+ const Me = (e) => e instanceof _ ? { ...e } : e;
942
+ function B(e, t) {
942
943
  t = t || {};
943
944
  const n = {};
944
- function r(l, u, d, w) {
945
- return a.isPlainObject(l) && a.isPlainObject(u) ? a.merge.call({ caseless: w }, l, u) : a.isPlainObject(u) ? a.merge({}, u) : a.isArray(u) ? u.slice() : u;
945
+ function r(l, u, d, m) {
946
+ return c.isPlainObject(l) && c.isPlainObject(u) ? c.merge.call({ caseless: m }, l, u) : c.isPlainObject(u) ? c.merge({}, u) : c.isArray(u) ? u.slice() : u;
946
947
  }
947
- function o(l, u, d, w) {
948
- if (a.isUndefined(u)) {
949
- if (!a.isUndefined(l))
950
- return r(void 0, l, d, w);
951
- } else return r(l, u, d, w);
948
+ function o(l, u, d, m) {
949
+ if (c.isUndefined(u)) {
950
+ if (!c.isUndefined(l))
951
+ return r(void 0, l, d, m);
952
+ } else return r(l, u, d, m);
952
953
  }
953
954
  function s(l, u) {
954
- if (!a.isUndefined(u))
955
+ if (!c.isUndefined(u))
955
956
  return r(void 0, u);
956
957
  }
957
958
  function i(l, u) {
958
- if (a.isUndefined(u)) {
959
- if (!a.isUndefined(l))
959
+ if (c.isUndefined(u)) {
960
+ if (!c.isUndefined(l))
960
961
  return r(void 0, l);
961
962
  } else return r(void 0, u);
962
963
  }
963
- function c(l, u, d) {
964
+ function a(l, u, d) {
964
965
  if (d in t)
965
966
  return r(l, u);
966
967
  if (d in e)
@@ -994,23 +995,23 @@ function F(e, t) {
994
995
  cancelToken: i,
995
996
  socketPath: i,
996
997
  responseEncoding: i,
997
- validateStatus: c,
998
- headers: (l, u, d) => o(Be(l), Be(u), d, !0)
998
+ validateStatus: a,
999
+ headers: (l, u, d) => o(Me(l), Me(u), d, !0)
999
1000
  };
1000
- return a.forEach(Object.keys({ ...e, ...t }), function(u) {
1001
- const d = f[u] || o, w = d(e[u], t[u], u);
1002
- a.isUndefined(w) && d !== c || (n[u] = w);
1001
+ return c.forEach(Object.keys({ ...e, ...t }), function(u) {
1002
+ const d = f[u] || o, m = d(e[u], t[u], u);
1003
+ c.isUndefined(m) && d !== a || (n[u] = m);
1003
1004
  }), n;
1004
1005
  }
1005
- const Et = (e) => {
1006
- const t = F({}, e);
1007
- let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: c } = t;
1008
- t.headers = i = _.from(i), t.url = ht(bt(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && i.set(
1006
+ const Ot = (e) => {
1007
+ const t = B({}, e);
1008
+ let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: a } = t;
1009
+ t.headers = i = _.from(i), t.url = gt(Tt(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && i.set(
1009
1010
  "Authorization",
1010
- "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
1011
+ "Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
1011
1012
  );
1012
1013
  let f;
1013
- if (a.isFormData(n)) {
1014
+ if (c.isFormData(n)) {
1014
1015
  if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
1015
1016
  i.setContentType(void 0);
1016
1017
  else if ((f = i.getContentType()) !== !1) {
@@ -1018,18 +1019,18 @@ const Et = (e) => {
1018
1019
  i.setContentType([l || "multipart/form-data", ...u].join("; "));
1019
1020
  }
1020
1021
  }
1021
- if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && Zn(t.url))) {
1022
- const l = o && s && Yn.read(s);
1022
+ if (T.hasStandardBrowserEnv && (r && c.isFunction(r) && (r = r(t)), r || r !== !1 && nr(t.url))) {
1023
+ const l = o && s && rr.read(s);
1023
1024
  l && i.set(o, l);
1024
1025
  }
1025
1026
  return t;
1026
- }, nr = typeof XMLHttpRequest < "u", rr = nr && function(e) {
1027
+ }, ir = typeof XMLHttpRequest < "u", ar = ir && function(e) {
1027
1028
  return new Promise(function(n, r) {
1028
- const o = Et(e);
1029
+ const o = Ot(e);
1029
1030
  let s = o.data;
1030
1031
  const i = _.from(o.headers).normalize();
1031
- let { responseType: c, onUploadProgress: f, onDownloadProgress: l } = o, u, d, w, g, p;
1032
- function m() {
1032
+ let { responseType: a, onUploadProgress: f, onDownloadProgress: l } = o, u, d, m, g, p;
1033
+ function y() {
1033
1034
  g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(u), o.signal && o.signal.removeEventListener("abort", u);
1034
1035
  }
1035
1036
  let h = new XMLHttpRequest();
@@ -1037,73 +1038,73 @@ const Et = (e) => {
1037
1038
  function E() {
1038
1039
  if (!h)
1039
1040
  return;
1040
- const R = _.from(
1041
+ const S = _.from(
1041
1042
  "getAllResponseHeaders" in h && h.getAllResponseHeaders()
1042
1043
  ), O = {
1043
- data: !c || c === "text" || c === "json" ? h.responseText : h.response,
1044
+ data: !a || a === "text" || a === "json" ? h.responseText : h.response,
1044
1045
  status: h.status,
1045
1046
  statusText: h.statusText,
1046
- headers: R,
1047
+ headers: S,
1047
1048
  config: e,
1048
1049
  request: h
1049
1050
  };
1050
- gt(function(U) {
1051
- n(U), m();
1052
- }, function(U) {
1053
- r(U), m();
1051
+ St(function(F) {
1052
+ n(F), y();
1053
+ }, function(F) {
1054
+ r(F), y();
1054
1055
  }, O), h = null;
1055
1056
  }
1056
1057
  "onloadend" in h ? h.onloadend = E : h.onreadystatechange = function() {
1057
1058
  !h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(E);
1058
1059
  }, h.onabort = function() {
1059
- 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);
1060
1061
  }, h.onerror = function() {
1061
- 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;
1062
1063
  }, h.ontimeout = function() {
1063
1064
  let k = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
1064
- const O = o.transitional || mt;
1065
- o.timeoutErrorMessage && (k = o.timeoutErrorMessage), r(new y(
1065
+ const O = o.transitional || bt;
1066
+ o.timeoutErrorMessage && (k = o.timeoutErrorMessage), r(new w(
1066
1067
  k,
1067
- O.clarifyTimeoutError ? y.ETIMEDOUT : y.ECONNABORTED,
1068
+ O.clarifyTimeoutError ? w.ETIMEDOUT : w.ECONNABORTED,
1068
1069
  e,
1069
1070
  h
1070
1071
  )), h = null;
1071
- }, s === void 0 && i.setContentType(null), "setRequestHeader" in h && a.forEach(i.toJSON(), function(k, O) {
1072
+ }, s === void 0 && i.setContentType(null), "setRequestHeader" in h && c.forEach(i.toJSON(), function(k, O) {
1072
1073
  h.setRequestHeader(O, k);
1073
- }), a.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), c && c !== "json" && (h.responseType = o.responseType), l && ([w, p] = te(l, !0), h.addEventListener("progress", w)), f && h.upload && ([d, g] = te(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (u = (R) => {
1074
- h && (r(!R || R.type ? new I(null, e, h) : R), h.abort(), h = null);
1074
+ }), c.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), a && a !== "json" && (h.responseType = o.responseType), l && ([m, p] = re(l, !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) && (u = (S) => {
1075
+ h && (r(!S || S.type ? new M(null, e, h) : S), h.abort(), h = null);
1075
1076
  }, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
1076
- const S = Qn(o.url);
1077
- if (S && T.protocols.indexOf(S) === -1) {
1078
- r(new y("Unsupported protocol " + S + ":", y.ERR_BAD_REQUEST, e));
1077
+ const R = Yn(o.url);
1078
+ if (R && T.protocols.indexOf(R) === -1) {
1079
+ r(new w("Unsupported protocol " + R + ":", w.ERR_BAD_REQUEST, e));
1079
1080
  return;
1080
1081
  }
1081
1082
  h.send(s || null);
1082
1083
  });
1083
- }, or = (e, t) => {
1084
+ }, cr = (e, t) => {
1084
1085
  const { length: n } = e = e ? e.filter(Boolean) : [];
1085
1086
  if (t || n) {
1086
1087
  let r = new AbortController(), o;
1087
1088
  const s = function(l) {
1088
1089
  if (!o) {
1089
- o = !0, c();
1090
+ o = !0, a();
1090
1091
  const u = l instanceof Error ? l : this.reason;
1091
- r.abort(u instanceof y ? u : new I(u instanceof Error ? u.message : u));
1092
+ r.abort(u instanceof w ? u : new M(u instanceof Error ? u.message : u));
1092
1093
  }
1093
1094
  };
1094
1095
  let i = t && setTimeout(() => {
1095
- i = null, s(new y(`timeout ${t} of ms exceeded`, y.ETIMEDOUT));
1096
+ i = null, s(new w(`timeout ${t} of ms exceeded`, w.ETIMEDOUT));
1096
1097
  }, t);
1097
- const c = () => {
1098
+ const a = () => {
1098
1099
  e && (i && clearTimeout(i), i = null, e.forEach((l) => {
1099
1100
  l.unsubscribe ? l.unsubscribe(s) : l.removeEventListener("abort", s);
1100
1101
  }), e = null);
1101
1102
  };
1102
1103
  e.forEach((l) => l.addEventListener("abort", s));
1103
1104
  const { signal: f } = r;
1104
- return f.unsubscribe = () => a.asap(c), f;
1105
+ return f.unsubscribe = () => c.asap(a), f;
1105
1106
  }
1106
- }, sr = function* (e, t) {
1107
+ }, ur = function* (e, t) {
1107
1108
  let n = e.byteLength;
1108
1109
  if (n < t) {
1109
1110
  yield e;
@@ -1112,10 +1113,10 @@ const Et = (e) => {
1112
1113
  let r = 0, o;
1113
1114
  for (; r < n; )
1114
1115
  o = r + t, yield e.slice(r, o), r = o;
1115
- }, ir = async function* (e, t) {
1116
- for await (const n of ar(e))
1117
- yield* sr(n, t);
1118
- }, ar = async function* (e) {
1116
+ }, lr = async function* (e, t) {
1117
+ for await (const n of fr(e))
1118
+ yield* ur(n, t);
1119
+ }, fr = async function* (e) {
1119
1120
  if (e[Symbol.asyncIterator]) {
1120
1121
  yield* e;
1121
1122
  return;
@@ -1131,9 +1132,9 @@ const Et = (e) => {
1131
1132
  } finally {
1132
1133
  await t.cancel();
1133
1134
  }
1134
- }, je = (e, t, n, r) => {
1135
- const o = ir(e, t);
1136
- let s = 0, i, c = (f) => {
1135
+ }, He = (e, t, n, r) => {
1136
+ const o = lr(e, t);
1137
+ let s = 0, i, a = (f) => {
1137
1138
  i || (i = !0, r && r(f));
1138
1139
  };
1139
1140
  return new ReadableStream({
@@ -1141,32 +1142,32 @@ const Et = (e) => {
1141
1142
  try {
1142
1143
  const { done: l, value: u } = await o.next();
1143
1144
  if (l) {
1144
- c(), f.close();
1145
+ a(), f.close();
1145
1146
  return;
1146
1147
  }
1147
1148
  let d = u.byteLength;
1148
1149
  if (n) {
1149
- let w = s += d;
1150
- n(w);
1150
+ let m = s += d;
1151
+ n(m);
1151
1152
  }
1152
1153
  f.enqueue(new Uint8Array(u));
1153
1154
  } catch (l) {
1154
- throw c(l), l;
1155
+ throw a(l), l;
1155
1156
  }
1156
1157
  },
1157
1158
  cancel(f) {
1158
- return c(f), o.return();
1159
+ return a(f), o.return();
1159
1160
  }
1160
1161
  }, {
1161
1162
  highWaterMark: 2
1162
1163
  });
1163
- }, ce = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", St = ce && typeof ReadableStream == "function", cr = ce && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Rt = (e, ...t) => {
1164
+ }, le = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", At = le && typeof ReadableStream == "function", dr = le && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), _t = (e, ...t) => {
1164
1165
  try {
1165
1166
  return !!e(...t);
1166
1167
  } catch {
1167
1168
  return !1;
1168
1169
  }
1169
- }, ur = St && Rt(() => {
1170
+ }, pr = At && _t(() => {
1170
1171
  let e = !1;
1171
1172
  const t = new Request(T.origin, {
1172
1173
  body: new ReadableStream(),
@@ -1176,34 +1177,34 @@ const Et = (e) => {
1176
1177
  }
1177
1178
  }).headers.has("Content-Type");
1178
1179
  return e && !t;
1179
- }), qe = 64 * 1024, ge = St && Rt(() => a.isReadableStream(new Response("").body)), ne = {
1180
- stream: ge && ((e) => e.body)
1180
+ }), $e = 64 * 1024, Ee = At && _t(() => c.isReadableStream(new Response("").body)), oe = {
1181
+ stream: Ee && ((e) => e.body)
1181
1182
  };
1182
- ce && ((e) => {
1183
+ le && ((e) => {
1183
1184
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
1184
- !ne[t] && (ne[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
1185
- 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);
1186
1187
  });
1187
1188
  });
1188
1189
  })(new Response());
1189
- const lr = async (e) => {
1190
+ const hr = async (e) => {
1190
1191
  if (e == null)
1191
1192
  return 0;
1192
- if (a.isBlob(e))
1193
+ if (c.isBlob(e))
1193
1194
  return e.size;
1194
- if (a.isSpecCompliantForm(e))
1195
+ if (c.isSpecCompliantForm(e))
1195
1196
  return (await new Request(T.origin, {
1196
1197
  method: "POST",
1197
1198
  body: e
1198
1199
  }).arrayBuffer()).byteLength;
1199
- if (a.isArrayBufferView(e) || a.isArrayBuffer(e))
1200
+ if (c.isArrayBufferView(e) || c.isArrayBuffer(e))
1200
1201
  return e.byteLength;
1201
- if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
1202
- return (await cr(e)).byteLength;
1203
- }, fr = async (e, t) => {
1204
- const n = a.toFiniteNumber(e.getContentLength());
1205
- return n ?? lr(t);
1206
- }, dr = ce && (async (e) => {
1202
+ if (c.isURLSearchParams(e) && (e = e + ""), c.isString(e))
1203
+ return (await dr(e)).byteLength;
1204
+ }, mr = async (e, t) => {
1205
+ const n = c.toFiniteNumber(e.getContentLength());
1206
+ return n ?? hr(t);
1207
+ }, yr = le && (async (e) => {
1207
1208
  let {
1208
1209
  url: t,
1209
1210
  method: n,
@@ -1211,38 +1212,38 @@ const lr = async (e) => {
1211
1212
  signal: o,
1212
1213
  cancelToken: s,
1213
1214
  timeout: i,
1214
- onDownloadProgress: c,
1215
+ onDownloadProgress: a,
1215
1216
  onUploadProgress: f,
1216
1217
  responseType: l,
1217
1218
  headers: u,
1218
1219
  withCredentials: d = "same-origin",
1219
- fetchOptions: w
1220
- } = Et(e);
1220
+ fetchOptions: m
1221
+ } = Ot(e);
1221
1222
  l = l ? (l + "").toLowerCase() : "text";
1222
- let g = or([o, s && s.toAbortSignal()], i), p;
1223
- const m = g && g.unsubscribe && (() => {
1223
+ let g = cr([o, s && s.toAbortSignal()], i), p;
1224
+ const y = g && g.unsubscribe && (() => {
1224
1225
  g.unsubscribe();
1225
1226
  });
1226
1227
  let h;
1227
1228
  try {
1228
- if (f && ur && n !== "get" && n !== "head" && (h = await fr(u, r)) !== 0) {
1229
+ if (f && pr && n !== "get" && n !== "head" && (h = await mr(u, r)) !== 0) {
1229
1230
  let O = new Request(t, {
1230
1231
  method: "POST",
1231
1232
  body: r,
1232
1233
  duplex: "half"
1233
1234
  }), P;
1234
- if (a.isFormData(r) && (P = O.headers.get("content-type")) && u.setContentType(P), O.body) {
1235
- const [U, W] = ve(
1235
+ if (c.isFormData(r) && (P = O.headers.get("content-type")) && u.setContentType(P), O.body) {
1236
+ const [F, X] = je(
1236
1237
  h,
1237
- te(Ie(f))
1238
+ re(qe(f))
1238
1239
  );
1239
- r = je(O.body, qe, U, W);
1240
+ r = He(O.body, $e, F, X);
1240
1241
  }
1241
1242
  }
1242
- a.isString(d) || (d = d ? "include" : "omit");
1243
+ c.isString(d) || (d = d ? "include" : "omit");
1243
1244
  const E = "credentials" in Request.prototype;
1244
1245
  p = new Request(t, {
1245
- ...w,
1246
+ ...m,
1246
1247
  signal: g,
1247
1248
  method: n.toUpperCase(),
1248
1249
  headers: u.normalize().toJSON(),
@@ -1250,50 +1251,50 @@ const lr = async (e) => {
1250
1251
  duplex: "half",
1251
1252
  credentials: E ? d : void 0
1252
1253
  });
1253
- let S = await fetch(p, w);
1254
- const R = ge && (l === "stream" || l === "response");
1255
- if (ge && (c || R && m)) {
1254
+ let R = await fetch(p, m);
1255
+ const S = Ee && (l === "stream" || l === "response");
1256
+ if (Ee && (a || S && y)) {
1256
1257
  const O = {};
1257
- ["status", "statusText", "headers"].forEach((Pe) => {
1258
- O[Pe] = S[Pe];
1258
+ ["status", "statusText", "headers"].forEach((Ne) => {
1259
+ O[Ne] = R[Ne];
1259
1260
  });
1260
- const P = a.toFiniteNumber(S.headers.get("content-length")), [U, W] = c && ve(
1261
+ const P = c.toFiniteNumber(R.headers.get("content-length")), [F, X] = a && je(
1261
1262
  P,
1262
- te(Ie(c), !0)
1263
+ re(qe(a), !0)
1263
1264
  ) || [];
1264
- S = new Response(
1265
- je(S.body, qe, U, () => {
1266
- W && W(), m && m();
1265
+ R = new Response(
1266
+ He(R.body, $e, F, () => {
1267
+ X && X(), y && y();
1267
1268
  }),
1268
1269
  O
1269
1270
  );
1270
1271
  }
1271
1272
  l = l || "text";
1272
- let k = await ne[a.findKey(ne, l) || "text"](S, e);
1273
- return !R && m && m(), await new Promise((O, P) => {
1274
- gt(O, P, {
1273
+ let k = await oe[c.findKey(oe, l) || "text"](R, e);
1274
+ return !S && y && y(), await new Promise((O, P) => {
1275
+ St(O, P, {
1275
1276
  data: k,
1276
- headers: _.from(S.headers),
1277
- status: S.status,
1278
- statusText: S.statusText,
1277
+ headers: _.from(R.headers),
1278
+ status: R.status,
1279
+ statusText: R.statusText,
1279
1280
  config: e,
1280
1281
  request: p
1281
1282
  });
1282
1283
  });
1283
1284
  } catch (E) {
1284
- throw m && m(), E && E.name === "TypeError" && /Load failed|fetch/i.test(E.message) ? Object.assign(
1285
- 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),
1286
1287
  {
1287
1288
  cause: E.cause || E
1288
1289
  }
1289
- ) : y.from(E, E && E.code, e, p);
1290
+ ) : w.from(E, E && E.code, e, p);
1290
1291
  }
1291
- }), be = {
1292
- http: xn,
1293
- xhr: rr,
1294
- fetch: dr
1292
+ }), Re = {
1293
+ http: Ln,
1294
+ xhr: ar,
1295
+ fetch: yr
1295
1296
  };
1296
- a.forEach(be, (e, t) => {
1297
+ c.forEach(Re, (e, t) => {
1297
1298
  if (e) {
1298
1299
  try {
1299
1300
  Object.defineProperty(e, "name", { value: t });
@@ -1302,108 +1303,108 @@ a.forEach(be, (e, t) => {
1302
1303
  Object.defineProperty(e, "adapterName", { value: t });
1303
1304
  }
1304
1305
  });
1305
- const He = (e) => `- ${e}`, pr = (e) => a.isFunction(e) || e === null || e === !1, Tt = {
1306
+ const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !1, xt = {
1306
1307
  getAdapter: (e) => {
1307
- e = a.isArray(e) ? e : [e];
1308
+ e = c.isArray(e) ? e : [e];
1308
1309
  const { length: t } = e;
1309
1310
  let n, r;
1310
1311
  const o = {};
1311
1312
  for (let s = 0; s < t; s++) {
1312
1313
  n = e[s];
1313
1314
  let i;
1314
- if (r = n, !pr(n) && (r = be[(i = String(n)).toLowerCase()], r === void 0))
1315
- throw new y(`Unknown adapter '${i}'`);
1315
+ if (r = n, !wr(n) && (r = Re[(i = String(n)).toLowerCase()], r === void 0))
1316
+ throw new w(`Unknown adapter '${i}'`);
1316
1317
  if (r)
1317
1318
  break;
1318
1319
  o[i || "#" + s] = r;
1319
1320
  }
1320
1321
  if (!r) {
1321
1322
  const s = Object.entries(o).map(
1322
- ([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1323
+ ([a, f]) => `adapter ${a} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
1323
1324
  );
1324
1325
  let i = t ? s.length > 1 ? `since :
1325
- ` + s.map(He).join(`
1326
- `) : " " + He(s[0]) : "as no adapter specified";
1327
- throw new y(
1326
+ ` + s.map(ze).join(`
1327
+ `) : " " + ze(s[0]) : "as no adapter specified";
1328
+ throw new w(
1328
1329
  "There is no suitable adapter to dispatch the request " + i,
1329
1330
  "ERR_NOT_SUPPORT"
1330
1331
  );
1331
1332
  }
1332
1333
  return r;
1333
1334
  },
1334
- adapters: be
1335
+ adapters: Re
1335
1336
  };
1336
- function he(e) {
1337
+ function me(e) {
1337
1338
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1338
- throw new I(null, e);
1339
+ throw new M(null, e);
1339
1340
  }
1340
- function Me(e) {
1341
- return he(e), e.headers = _.from(e.headers), e.data = pe.call(
1341
+ function Je(e) {
1342
+ return me(e), e.headers = _.from(e.headers), e.data = he.call(
1342
1343
  e,
1343
1344
  e.transformRequest
1344
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Tt.getAdapter(e.adapter || V.adapter)(e).then(function(r) {
1345
- return he(e), r.data = pe.call(
1345
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), xt.getAdapter(e.adapter || Q.adapter)(e).then(function(r) {
1346
+ return me(e), r.data = he.call(
1346
1347
  e,
1347
1348
  e.transformResponse,
1348
1349
  r
1349
1350
  ), r.headers = _.from(r.headers), r;
1350
1351
  }, function(r) {
1351
- return wt(r) || (he(e), r && r.response && (r.response.data = pe.call(
1352
+ return Rt(r) || (me(e), r && r.response && (r.response.data = he.call(
1352
1353
  e,
1353
1354
  e.transformResponse,
1354
1355
  r.response
1355
1356
  ), r.response.headers = _.from(r.response.headers))), Promise.reject(r);
1356
1357
  });
1357
1358
  }
1358
- const Ot = "1.11.0", ue = {};
1359
+ const Ct = "1.11.0", fe = {};
1359
1360
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1360
- ue[e] = function(r) {
1361
+ fe[e] = function(r) {
1361
1362
  return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
1362
1363
  };
1363
1364
  });
1364
- const $e = {};
1365
- ue.transitional = function(t, n, r) {
1365
+ const Ve = {};
1366
+ fe.transitional = function(t, n, r) {
1366
1367
  function o(s, i) {
1367
- return "[Axios v" + Ot + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
1368
+ return "[Axios v" + Ct + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
1368
1369
  }
1369
- return (s, i, c) => {
1370
+ return (s, i, a) => {
1370
1371
  if (t === !1)
1371
- throw new y(
1372
+ throw new w(
1372
1373
  o(i, " has been removed" + (n ? " in " + n : "")),
1373
- y.ERR_DEPRECATED
1374
+ w.ERR_DEPRECATED
1374
1375
  );
1375
- return n && !$e[i] && ($e[i] = !0), t ? t(s, i, c) : !0;
1376
+ return n && !Ve[i] && (Ve[i] = !0), t ? t(s, i, a) : !0;
1376
1377
  };
1377
1378
  };
1378
- ue.spelling = function(t) {
1379
+ fe.spelling = function(t) {
1379
1380
  return (n, r) => !0;
1380
1381
  };
1381
- function hr(e, t, n) {
1382
+ function gr(e, t, n) {
1382
1383
  if (typeof e != "object")
1383
- 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);
1384
1385
  const r = Object.keys(e);
1385
1386
  let o = r.length;
1386
1387
  for (; o-- > 0; ) {
1387
1388
  const s = r[o], i = t[s];
1388
1389
  if (i) {
1389
- const c = e[s], f = c === void 0 || i(c, s, e);
1390
+ const a = e[s], f = a === void 0 || i(a, s, e);
1390
1391
  if (f !== !0)
1391
- throw new y("option " + s + " must be " + f, y.ERR_BAD_OPTION_VALUE);
1392
+ throw new w("option " + s + " must be " + f, w.ERR_BAD_OPTION_VALUE);
1392
1393
  continue;
1393
1394
  }
1394
1395
  if (n !== !0)
1395
- throw new y("Unknown option " + s, y.ERR_BAD_OPTION);
1396
+ throw new w("Unknown option " + s, w.ERR_BAD_OPTION);
1396
1397
  }
1397
1398
  }
1398
- const Z = {
1399
- assertOptions: hr,
1400
- validators: ue
1401
- }, C = Z.validators;
1402
- let N = class {
1399
+ const te = {
1400
+ assertOptions: gr,
1401
+ validators: fe
1402
+ }, C = te.validators;
1403
+ let I = class {
1403
1404
  constructor(t) {
1404
1405
  this.defaults = t || {}, this.interceptors = {
1405
- request: new Fe(),
1406
- response: new Fe()
1406
+ request: new ve(),
1407
+ response: new ve()
1407
1408
  };
1408
1409
  }
1409
1410
  /**
@@ -1432,86 +1433,86 @@ let N = class {
1432
1433
  }
1433
1434
  }
1434
1435
  _request(t, n) {
1435
- typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = F(this.defaults, n);
1436
+ typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = B(this.defaults, n);
1436
1437
  const { transitional: r, paramsSerializer: o, headers: s } = n;
1437
- r !== void 0 && Z.assertOptions(r, {
1438
+ r !== void 0 && te.assertOptions(r, {
1438
1439
  silentJSONParsing: C.transitional(C.boolean),
1439
1440
  forcedJSONParsing: C.transitional(C.boolean),
1440
1441
  clarifyTimeoutError: C.transitional(C.boolean)
1441
- }, !1), o != null && (a.isFunction(o) ? n.paramsSerializer = {
1442
+ }, !1), o != null && (c.isFunction(o) ? n.paramsSerializer = {
1442
1443
  serialize: o
1443
- } : Z.assertOptions(o, {
1444
+ } : te.assertOptions(o, {
1444
1445
  encode: C.function,
1445
1446
  serialize: C.function
1446
- }, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), Z.assertOptions(n, {
1447
+ }, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), te.assertOptions(n, {
1447
1448
  baseUrl: C.spelling("baseURL"),
1448
1449
  withXsrfToken: C.spelling("withXSRFToken")
1449
1450
  }, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1450
- let i = s && a.merge(
1451
+ let i = s && c.merge(
1451
1452
  s.common,
1452
1453
  s[n.method]
1453
1454
  );
1454
- s && a.forEach(
1455
+ s && c.forEach(
1455
1456
  ["delete", "get", "head", "post", "put", "patch", "common"],
1456
1457
  (p) => {
1457
1458
  delete s[p];
1458
1459
  }
1459
1460
  ), n.headers = _.concat(i, s);
1460
- const c = [];
1461
+ const a = [];
1461
1462
  let f = !0;
1462
- this.interceptors.request.forEach(function(m) {
1463
- typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous, c.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));
1464
1465
  });
1465
1466
  const l = [];
1466
- this.interceptors.response.forEach(function(m) {
1467
- l.push(m.fulfilled, m.rejected);
1467
+ this.interceptors.response.forEach(function(y) {
1468
+ l.push(y.fulfilled, y.rejected);
1468
1469
  });
1469
- let u, d = 0, w;
1470
+ let u, d = 0, m;
1470
1471
  if (!f) {
1471
- const p = [Me.bind(this), void 0];
1472
- for (p.unshift(...c), p.push(...l), w = p.length, u = Promise.resolve(n); d < w; )
1472
+ const p = [Je.bind(this), void 0];
1473
+ for (p.unshift(...a), p.push(...l), m = p.length, u = Promise.resolve(n); d < m; )
1473
1474
  u = u.then(p[d++], p[d++]);
1474
1475
  return u;
1475
1476
  }
1476
- w = c.length;
1477
+ m = a.length;
1477
1478
  let g = n;
1478
- for (d = 0; d < w; ) {
1479
- const p = c[d++], m = c[d++];
1479
+ for (d = 0; d < m; ) {
1480
+ const p = a[d++], y = a[d++];
1480
1481
  try {
1481
1482
  g = p(g);
1482
1483
  } catch (h) {
1483
- m.call(this, h);
1484
+ y.call(this, h);
1484
1485
  break;
1485
1486
  }
1486
1487
  }
1487
1488
  try {
1488
- u = Me.call(this, g);
1489
+ u = Je.call(this, g);
1489
1490
  } catch (p) {
1490
1491
  return Promise.reject(p);
1491
1492
  }
1492
- for (d = 0, w = l.length; d < w; )
1493
+ for (d = 0, m = l.length; d < m; )
1493
1494
  u = u.then(l[d++], l[d++]);
1494
1495
  return u;
1495
1496
  }
1496
1497
  getUri(t) {
1497
- t = F(this.defaults, t);
1498
- const n = bt(t.baseURL, t.url, t.allowAbsoluteUrls);
1499
- return ht(n, t.params, t.paramsSerializer);
1498
+ t = B(this.defaults, t);
1499
+ const n = Tt(t.baseURL, t.url, t.allowAbsoluteUrls);
1500
+ return gt(n, t.params, t.paramsSerializer);
1500
1501
  }
1501
1502
  };
1502
- a.forEach(["delete", "get", "head", "options"], function(t) {
1503
- N.prototype[t] = function(n, r) {
1504
- return this.request(F(r || {}, {
1503
+ c.forEach(["delete", "get", "head", "options"], function(t) {
1504
+ I.prototype[t] = function(n, r) {
1505
+ return this.request(B(r || {}, {
1505
1506
  method: t,
1506
1507
  url: n,
1507
1508
  data: (r || {}).data
1508
1509
  }));
1509
1510
  };
1510
1511
  });
1511
- a.forEach(["post", "put", "patch"], function(t) {
1512
+ c.forEach(["post", "put", "patch"], function(t) {
1512
1513
  function n(r) {
1513
- return function(s, i, c) {
1514
- return this.request(F(c || {}, {
1514
+ return function(s, i, a) {
1515
+ return this.request(B(a || {}, {
1515
1516
  method: t,
1516
1517
  headers: r ? {
1517
1518
  "Content-Type": "multipart/form-data"
@@ -1521,9 +1522,9 @@ a.forEach(["post", "put", "patch"], function(t) {
1521
1522
  }));
1522
1523
  };
1523
1524
  }
1524
- N.prototype[t] = n(), N.prototype[t + "Form"] = n(!0);
1525
+ I.prototype[t] = n(), I.prototype[t + "Form"] = n(!0);
1525
1526
  });
1526
- let mr = class At {
1527
+ let br = class kt {
1527
1528
  constructor(t) {
1528
1529
  if (typeof t != "function")
1529
1530
  throw new TypeError("executor must be a function.");
@@ -1540,14 +1541,14 @@ let mr = class At {
1540
1541
  r._listeners = null;
1541
1542
  }), this.promise.then = (o) => {
1542
1543
  let s;
1543
- const i = new Promise((c) => {
1544
- r.subscribe(c), s = c;
1544
+ const i = new Promise((a) => {
1545
+ r.subscribe(a), s = a;
1545
1546
  }).then(o);
1546
1547
  return i.cancel = function() {
1547
1548
  r.unsubscribe(s);
1548
1549
  }, i;
1549
- }, t(function(s, i, c) {
1550
- r.reason || (r.reason = new I(s, i, c), n(r.reason));
1550
+ }, t(function(s, i, a) {
1551
+ r.reason || (r.reason = new M(s, i, a), n(r.reason));
1551
1552
  });
1552
1553
  }
1553
1554
  /**
@@ -1589,22 +1590,22 @@ let mr = class At {
1589
1590
  static source() {
1590
1591
  let t;
1591
1592
  return {
1592
- token: new At(function(o) {
1593
+ token: new kt(function(o) {
1593
1594
  t = o;
1594
1595
  }),
1595
1596
  cancel: t
1596
1597
  };
1597
1598
  }
1598
1599
  };
1599
- function yr(e) {
1600
+ function Er(e) {
1600
1601
  return function(n) {
1601
1602
  return e.apply(null, n);
1602
1603
  };
1603
1604
  }
1604
- function wr(e) {
1605
- return a.isObject(e) && e.isAxiosError === !0;
1605
+ function Rr(e) {
1606
+ return c.isObject(e) && e.isAxiosError === !0;
1606
1607
  }
1607
- const Ee = {
1608
+ const Se = {
1608
1609
  Continue: 100,
1609
1610
  SwitchingProtocols: 101,
1610
1611
  Processing: 102,
@@ -1669,55 +1670,55 @@ const Ee = {
1669
1670
  NotExtended: 510,
1670
1671
  NetworkAuthenticationRequired: 511
1671
1672
  };
1672
- Object.entries(Ee).forEach(([e, t]) => {
1673
- Ee[t] = e;
1673
+ Object.entries(Se).forEach(([e, t]) => {
1674
+ Se[t] = e;
1674
1675
  });
1675
- function _t(e) {
1676
- const t = new N(e), n = nt(N.prototype.request, t);
1677
- return a.extend(n, N.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
1678
- return _t(F(e, o));
1676
+ function Pt(e) {
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));
1679
1680
  }, n;
1680
1681
  }
1681
- const b = _t(V);
1682
- b.Axios = N;
1683
- b.CanceledError = I;
1684
- b.CancelToken = mr;
1685
- b.isCancel = wt;
1686
- b.VERSION = Ot;
1687
- b.toFormData = ae;
1688
- b.AxiosError = y;
1682
+ const b = Pt(Q);
1683
+ b.Axios = I;
1684
+ b.CanceledError = M;
1685
+ b.CancelToken = br;
1686
+ b.isCancel = Rt;
1687
+ b.VERSION = Ct;
1688
+ b.toFormData = ue;
1689
+ b.AxiosError = w;
1689
1690
  b.Cancel = b.CanceledError;
1690
1691
  b.all = function(t) {
1691
1692
  return Promise.all(t);
1692
1693
  };
1693
- b.spread = yr;
1694
- b.isAxiosError = wr;
1695
- b.mergeConfig = F;
1694
+ b.spread = Er;
1695
+ b.isAxiosError = Rr;
1696
+ b.mergeConfig = B;
1696
1697
  b.AxiosHeaders = _;
1697
- b.formToJSON = (e) => yt(a.isHTMLForm(e) ? new FormData(e) : e);
1698
- b.getAdapter = Tt.getAdapter;
1699
- b.HttpStatusCode = Ee;
1698
+ b.formToJSON = (e) => Et(c.isHTMLForm(e) ? new FormData(e) : e);
1699
+ b.getAdapter = xt.getAdapter;
1700
+ b.HttpStatusCode = Se;
1700
1701
  b.default = b;
1701
1702
  const {
1702
- Axios: Xr,
1703
- AxiosError: Gr,
1704
- CanceledError: Zr,
1705
- isCancel: Yr,
1706
- CancelToken: eo,
1707
- VERSION: to,
1708
- all: no,
1709
- Cancel: ro,
1710
- isAxiosError: oo,
1711
- spread: so,
1712
- toFormData: io,
1713
- AxiosHeaders: ao,
1714
- HttpStatusCode: co,
1715
- formToJSON: uo,
1716
- getAdapter: lo,
1717
- mergeConfig: fo
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
1718
1719
  } = b;
1719
1720
  /*! js-cookie v3.0.5 | MIT */
1720
- function K(e) {
1721
+ function G(e) {
1721
1722
  for (var t = 1; t < arguments.length; t++) {
1722
1723
  var n = arguments[t];
1723
1724
  for (var r in n)
@@ -1725,7 +1726,7 @@ function K(e) {
1725
1726
  }
1726
1727
  return e;
1727
1728
  }
1728
- var gr = {
1729
+ var Sr = {
1729
1730
  read: function(e) {
1730
1731
  return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
1731
1732
  },
@@ -1736,20 +1737,20 @@ var gr = {
1736
1737
  );
1737
1738
  }
1738
1739
  };
1739
- function Se(e, t) {
1740
+ function Te(e, t) {
1740
1741
  function n(o, s, i) {
1741
1742
  if (!(typeof document > "u")) {
1742
- i = K({}, 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);
1743
- var c = "";
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);
1744
+ var a = "";
1744
1745
  for (var f in i)
1745
- i[f] && (c += "; " + f, i[f] !== !0 && (c += "=" + i[f].split(";")[0]));
1746
- return document.cookie = o + "=" + e.write(s, o) + c;
1746
+ i[f] && (a += "; " + f, i[f] !== !0 && (a += "=" + i[f].split(";")[0]));
1747
+ return document.cookie = o + "=" + e.write(s, o) + a;
1747
1748
  }
1748
1749
  }
1749
1750
  function r(o) {
1750
1751
  if (!(typeof document > "u" || arguments.length && !o)) {
1751
- for (var s = document.cookie ? document.cookie.split("; ") : [], i = {}, c = 0; c < s.length; c++) {
1752
- var f = s[c].split("="), l = f.slice(1).join("=");
1752
+ for (var s = document.cookie ? document.cookie.split("; ") : [], i = {}, a = 0; a < s.length; a++) {
1753
+ var f = s[a].split("="), l = f.slice(1).join("=");
1753
1754
  try {
1754
1755
  var u = decodeURIComponent(f[0]);
1755
1756
  if (i[u] = e.read(l, u), o === u)
@@ -1768,16 +1769,16 @@ function Se(e, t) {
1768
1769
  n(
1769
1770
  o,
1770
1771
  "",
1771
- K({}, s, {
1772
+ G({}, s, {
1772
1773
  expires: -1
1773
1774
  })
1774
1775
  );
1775
1776
  },
1776
1777
  withAttributes: function(o) {
1777
- return Se(this.converter, K({}, this.attributes, o));
1778
+ return Te(this.converter, G({}, this.attributes, o));
1778
1779
  },
1779
1780
  withConverter: function(o) {
1780
- return Se(K({}, this.converter, o), this.attributes);
1781
+ return Te(G({}, this.converter, o), this.attributes);
1781
1782
  }
1782
1783
  },
1783
1784
  {
@@ -1786,14 +1787,14 @@ function Se(e, t) {
1786
1787
  }
1787
1788
  );
1788
1789
  }
1789
- var br = Se(gr, { path: "/" }), ze;
1790
- const xt = typeof window < "u", Er = (e) => typeof e == "string", Je = () => +Date.now(), Re = () => {
1790
+ var Tr = Te(Sr, { path: "/" }), We;
1791
+ const Lt = typeof window < "u", Or = (e) => typeof e == "string", Ke = () => +Date.now(), Oe = () => {
1791
1792
  };
1792
- xt && ((ze = window == null ? void 0 : window.navigator) != null && ze.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
1793
- function ke(e) {
1794
- return typeof e == "function" ? e() : Nt(e);
1793
+ Lt && ((We = window == null ? void 0 : window.navigator) != null && We.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
1794
+ function Ue(e) {
1795
+ return typeof e == "function" ? e() : vt(e);
1795
1796
  }
1796
- function Sr(e, t) {
1797
+ function Ar(e, t) {
1797
1798
  function n(...r) {
1798
1799
  return new Promise((o, s) => {
1799
1800
  Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(s);
@@ -1801,84 +1802,84 @@ function Sr(e, t) {
1801
1802
  }
1802
1803
  return n;
1803
1804
  }
1804
- function Rr(e, t = !0, n = !0, r = !1) {
1805
- let o = 0, s, i = !0, c = Re, f;
1805
+ function _r(e, t = !0, n = !0, r = !1) {
1806
+ let o = 0, s, i = !0, a = Oe, f;
1806
1807
  const l = () => {
1807
- s && (clearTimeout(s), s = void 0, c(), c = Re);
1808
+ s && (clearTimeout(s), s = void 0, a(), a = Oe);
1808
1809
  };
1809
1810
  return (d) => {
1810
- const w = ke(e), g = Date.now() - o, p = () => f = d();
1811
- return l(), w <= 0 ? (o = Date.now(), p()) : (g > w && (n || !i) ? (o = Date.now(), p()) : t && (f = new Promise((m, h) => {
1812
- c = r ? h : m, s = setTimeout(() => {
1813
- o = Date.now(), i = !0, m(p()), l();
1814
- }, Math.max(0, w - g));
1815
- })), !n && !s && (s = setTimeout(() => i = !0, w)), i = !1, f);
1811
+ const m = Ue(e), g = Date.now() - o, p = () => f = d();
1812
+ return l(), 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()), l();
1815
+ }, Math.max(0, m - g));
1816
+ })), !n && !s && (s = setTimeout(() => i = !0, m)), i = !1, f);
1816
1817
  };
1817
1818
  }
1818
- function Tr(e) {
1819
+ function xr(e) {
1819
1820
  return e;
1820
1821
  }
1821
- function Or(e) {
1822
- return Ft() ? (Dt(e), !0) : !1;
1822
+ function Cr(e) {
1823
+ return Bt() ? (jt(e), !0) : !1;
1823
1824
  }
1824
- function Ar(e) {
1825
+ function kr(e) {
1825
1826
  var t;
1826
- const n = ke(e);
1827
+ const n = Ue(e);
1827
1828
  return (t = n == null ? void 0 : n.$el) != null ? t : n;
1828
1829
  }
1829
- const Ct = xt ? window : void 0;
1830
- function Ve(...e) {
1830
+ const Ut = Lt ? window : void 0;
1831
+ function Qe(...e) {
1831
1832
  let t, n, r, o;
1832
- if (Er(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Ct) : [t, n, r, o] = e, !t)
1833
- return Re;
1833
+ if (Or(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Ut) : [t, n, r, o] = e, !t)
1834
+ return Oe;
1834
1835
  Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
1835
1836
  const s = [], i = () => {
1836
1837
  s.forEach((u) => u()), s.length = 0;
1837
- }, c = (u, d, w, g) => (u.addEventListener(d, w, g), () => u.removeEventListener(d, w, g)), f = Oe(() => [Ar(t), ke(o)], ([u, d]) => {
1838
- i(), u && s.push(...n.flatMap((w) => r.map((g) => c(u, w, g, d))));
1838
+ }, a = (u, d, m, g) => (u.addEventListener(d, m, g), () => u.removeEventListener(d, m, g)), f = xe(() => [kr(t), Ue(o)], ([u, d]) => {
1839
+ i(), u && s.push(...n.flatMap((m) => r.map((g) => a(u, m, g, d))));
1839
1840
  }, { immediate: !0, flush: "post" }), l = () => {
1840
1841
  f(), i();
1841
1842
  };
1842
- return Or(l), l;
1843
+ return Cr(l), l;
1843
1844
  }
1844
- const We = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ke = "__vueuse_ssr_handlers__";
1845
- We[Ke] = We[Ke] || {};
1846
- const _r = ["mousemove", "mousedown", "resize", "keydown", "touchstart", "wheel"], xr = 6e4;
1847
- function Cr(e = xr, t = {}) {
1845
+ const Xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ge = "__vueuse_ssr_handlers__";
1846
+ Xe[Ge] = Xe[Ge] || {};
1847
+ const Pr = ["mousemove", "mousedown", "resize", "keydown", "touchstart", "wheel"], Lr = 6e4;
1848
+ function Ur(e = Lr, t = {}) {
1848
1849
  const {
1849
1850
  initialState: n = !1,
1850
1851
  listenForVisibilityChange: r = !0,
1851
- events: o = _r,
1852
- window: s = Ct,
1853
- eventFilter: i = Rr(50)
1854
- } = t, c = ee(n), f = ee(Je());
1852
+ events: o = Pr,
1853
+ window: s = Ut,
1854
+ eventFilter: i = _r(50)
1855
+ } = t, a = ne(n), f = ne(Ke());
1855
1856
  let l;
1856
- const u = Sr(i, () => {
1857
- c.value = !1, f.value = Je(), clearTimeout(l), l = setTimeout(() => c.value = !0, e);
1857
+ const u = Ar(i, () => {
1858
+ a.value = !1, f.value = Ke(), clearTimeout(l), l = setTimeout(() => a.value = !0, e);
1858
1859
  });
1859
1860
  if (s) {
1860
1861
  const d = s.document;
1861
- for (const w of o)
1862
- Ve(s, w, u, { passive: !0 });
1863
- r && Ve(d, "visibilitychange", () => {
1862
+ for (const m of o)
1863
+ Qe(s, m, u, { passive: !0 });
1864
+ r && Qe(d, "visibilitychange", () => {
1864
1865
  d.hidden || u();
1865
1866
  });
1866
1867
  }
1867
- return l = setTimeout(() => c.value = !0, e), { idle: c, lastActive: f };
1868
+ return l = setTimeout(() => a.value = !0, e), { idle: a, lastActive: f };
1868
1869
  }
1869
- var Qe;
1870
+ var Ze;
1870
1871
  (function(e) {
1871
1872
  e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
1872
- })(Qe || (Qe = {}));
1873
- var kr = Object.defineProperty, Xe = Object.getOwnPropertySymbols, Pr = Object.prototype.hasOwnProperty, Ur = Object.prototype.propertyIsEnumerable, Ge = (e, t, n) => t in e ? kr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Lr = (e, t) => {
1873
+ })(Ze || (Ze = {}));
1874
+ var Nr = Object.defineProperty, Ye = Object.getOwnPropertySymbols, Fr = Object.prototype.hasOwnProperty, Dr = Object.prototype.propertyIsEnumerable, et = (e, t, n) => t in e ? Nr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Ir = (e, t) => {
1874
1875
  for (var n in t || (t = {}))
1875
- Pr.call(t, n) && Ge(e, n, t[n]);
1876
- if (Xe)
1877
- for (var n of Xe(t))
1878
- Ur.call(t, n) && Ge(e, n, t[n]);
1876
+ Fr.call(t, n) && et(e, n, t[n]);
1877
+ if (Ye)
1878
+ for (var n of Ye(t))
1879
+ Dr.call(t, n) && et(e, n, t[n]);
1879
1880
  return e;
1880
1881
  };
1881
- const Nr = {
1882
+ const vr = {
1882
1883
  easeInSine: [0.12, 0, 0.39, 0],
1883
1884
  easeOutSine: [0.61, 1, 0.88, 1],
1884
1885
  easeInOutSine: [0.37, 0, 0.63, 1],
@@ -1904,27 +1905,27 @@ const Nr = {
1904
1905
  easeOutBack: [0.34, 1.56, 0.64, 1],
1905
1906
  easeInOutBack: [0.68, -0.6, 0.32, 1.6]
1906
1907
  };
1907
- Lr({
1908
- linear: Tr
1909
- }, Nr);
1910
- let Te;
1911
- const kt = { triggerProxySso: "triggerProxySso" }, Fr = () => {
1912
- Te = (e) => {
1908
+ Ir({
1909
+ linear: xr
1910
+ }, vr);
1911
+ let Ae;
1912
+ const Nt = { triggerProxySso: "triggerProxySso" }, Br = () => {
1913
+ Ae = (e) => {
1913
1914
  var n;
1914
1915
  const { origin: t } = new URL(location.href);
1915
1916
  (n = window.top) == null || n.postMessage(
1916
- { type: kt.triggerProxySso, data: { ...e || {}, redirect_uri: `${t}/` } },
1917
+ { type: Nt.triggerProxySso, data: { ...e || {}, redirect_uri: `${t}/` } },
1917
1918
  t
1918
1919
  );
1919
1920
  };
1920
- }, Dr = (e) => {
1921
+ }, jr = (e) => {
1921
1922
  window.top === window.self && window.addEventListener("message", (t) => {
1922
1923
  const { type: n, data: r } = t.data;
1923
- n === kt.triggerProxySso && (e == null || e(r));
1924
+ n === Nt.triggerProxySso && (e == null || e(r));
1924
1925
  });
1925
1926
  };
1926
- window.top !== window.self && Fr();
1927
- let Pt = (e = 21) => {
1927
+ window.top !== window.self && Br();
1928
+ let Ft = (e = 21) => {
1928
1929
  let t = "", n = crypto.getRandomValues(new Uint8Array(e));
1929
1930
  for (; e--; ) {
1930
1931
  let r = n[e] & 63;
@@ -1932,142 +1933,211 @@ let Pt = (e = 21) => {
1932
1933
  }
1933
1934
  return t;
1934
1935
  };
1935
- const Y = (e) => new URL(location.href).searchParams.get(e), D = {
1936
+ const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
1937
+ const t = new URL(window.location.href), n = new URLSearchParams(t.search);
1938
+ e.forEach((r) => {
1939
+ n.delete(r);
1940
+ }), t.search = n.toString(), window.history.replaceState({}, "", t);
1941
+ }, { baseURL: tt } = se(), nt = {
1942
+ feishu: {
1943
+ login: "/api/justauth/client/v1/visitor/feishu/login",
1944
+ ssoParam: "/api/justauth/client/v1/visitor/sso-param"
1945
+ }
1946
+ }, qr = async () => {
1947
+ const e = L("authorizer") || "", t = L("_redirect_url") || "";
1948
+ if (_e(["authorizer", "_redirect_url"]), e === "feishu") {
1949
+ if (!window.tt) return "";
1950
+ const n = async () => {
1951
+ const r = nt.feishu.ssoParam;
1952
+ return (await b.create().get(r, {
1953
+ baseURL: tt,
1954
+ params: {
1955
+ source: "feishu",
1956
+ fieldKey: "appId"
1957
+ }
1958
+ })).data || "";
1959
+ };
1960
+ return new Promise(async (r) => {
1961
+ const o = async (a) => {
1962
+ try {
1963
+ const f = nt.feishu.login, l = Ce(t, { ignoreAuth: !0 }), d = (await b.create().get(f, { baseURL: tt, params: { code: a, _redirect_url: l } })).request.responseURL;
1964
+ location.replace(d), r();
1965
+ } catch {
1966
+ v({ ...N, redirect_uri: U }), r();
1967
+ }
1968
+ }, s = await n(), i = () => {
1969
+ window.tt.requestAuthCode({
1970
+ appId: s,
1971
+ success: (a) => {
1972
+ const { code: f } = a;
1973
+ o(f);
1974
+ },
1975
+ fail: (a) => {
1976
+ v({ ...N, redirect_uri: U }), r();
1977
+ }
1978
+ });
1979
+ };
1980
+ window.tt.requestAccess ? window.tt.requestAccess({
1981
+ appID: s,
1982
+ scopeList: [],
1983
+ success: (a) => {
1984
+ const { code: f } = a;
1985
+ o(f);
1986
+ },
1987
+ fail: (a) => {
1988
+ const { errno: f } = a;
1989
+ f === 103 ? i() : (v({ ...N, redirect_uri: U }), r());
1990
+ }
1991
+ }) : i();
1992
+ });
1993
+ }
1994
+ }, j = {
1936
1995
  oauth: "/api/justauth/oauth-server/v1/visitor/oauth/authorize",
1937
1996
  // 重定向到登录页
1938
1997
  logoutCurpage: "/api/justauth/oauth-server/v1/visitor/logout-curpage",
1939
1998
  // 清除登录信息
1940
1999
  token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
1941
2000
  // 通过code获取token
1942
- }, { baseURL: Ze, noRedireLogin: vr = !1 } = Ae(), Ir = "/home", re = location.origin + Ir, j = {
2001
+ }, { baseURL: rt, noRedireLogin: Mr = !1 } = se(), U = location.origin + "/home", N = {
1943
2002
  response_type: "code",
1944
2003
  scope: "sever",
1945
2004
  client_id: "sys",
1946
- client_secret: vt("das123"),
2005
+ client_secret: qt("das123"),
1947
2006
  state: +/* @__PURE__ */ new Date()
1948
- }, Ye = (e) => {
1949
- const t = new URL(window.location.href), n = new URLSearchParams(t.search);
1950
- e.forEach((r) => {
1951
- n.delete(r);
1952
- }), t.search = n.toString(), window.history.replaceState({}, "", t);
1953
- }, Ut = ee(!1), Lt = (e) => {
2007
+ }, Dt = ne(!1), It = (e) => {
1954
2008
  if (e <= 0) return;
1955
- const { idle: t } = Cr(e);
1956
- Oe(
2009
+ const { idle: t } = Ur(e);
2010
+ xe(
1957
2011
  () => t.value,
1958
2012
  (n) => {
1959
- n === !0 && (Ut.value = !0);
2013
+ n === !0 && (Dt.value = !0);
1960
2014
  }
1961
2015
  );
1962
2016
  };
1963
- localStorage.getItem("idelTime") && Lt(Number(localStorage.getItem("idelTime")));
1964
- let et = "";
1965
- const Br = async () => {
1966
- const e = Y("code") || "", t = Y("redirect_url") || "/", n = Y("kingdee_token") || "";
1967
- if (!e) return q();
1968
- if (e === et)
1969
- return Ye(["code", "state", "kingdee_token", "redirect_url"]), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), q();
1970
- et = e, Ye(["code", "state", "kingdee_token", "redirect_url"]);
1971
- let r = {};
1972
- const o = {
2017
+ localStorage.getItem("idelTime") && It(Number(localStorage.getItem("idelTime")));
2018
+ let ot = "";
2019
+ const Hr = async () => {
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);
2026
+ let s = {};
2027
+ const i = {
1973
2028
  grant_type: "authorization_code",
1974
2029
  code: e,
1975
- client_id: j.client_id,
1976
- client_secret: j.client_secret,
1977
- redirect_uri: re,
2030
+ client_id: N.client_id,
2031
+ client_secret: N.client_secret,
2032
+ redirect_uri: r ? Ce(U, { loginType: r }) : U,
1978
2033
  timestamp: (/* @__PURE__ */ new Date()).getTime(),
1979
- nonce: Pt()
2034
+ nonce: Ft()
1980
2035
  };
1981
- n && (sessionStorage.setItem("kingdee_token", n), o.redirect_uri = `${o.redirect_uri}?kingdee_token=${n}`);
2036
+ n && (sessionStorage.setItem("kingdee_token", n), i.redirect_uri = `${i.redirect_uri}?kingdee_token=${n}`);
1982
2037
  try {
1983
- await b.create().get(D.token, { baseURL: Ze });
2038
+ await b.create().get(j.token, { baseURL: rt });
1984
2039
  } catch {
1985
2040
  }
1986
2041
  try {
1987
- r = await b.create().post(
1988
- D.token,
2042
+ s = await b.create().post(
2043
+ j.token,
1989
2044
  {},
1990
2045
  {
1991
- baseURL: Ze,
1992
- params: o,
2046
+ baseURL: rt,
2047
+ params: i,
1993
2048
  headers: {
1994
2049
  "Content-Type": "application/x-www-form-urlencoded",
1995
- "csrf-token": br.get("csrf-token")
2050
+ "csrf-token": Tr.get("csrf-token")
1996
2051
  }
1997
2052
  }
1998
2053
  );
1999
- const { access_token: s = "", expires_in: i = 0, refresh_token: c = "", refresh_exp: f = 0 } = r.data, l = {
2000
- accessToken: s,
2001
- accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(i) * 1e3,
2002
- refreshToken: c,
2003
- info: r.data
2054
+ const { access_token: a = "", expires_in: f = 0, refresh_token: l = "", refresh_exp: u = 0 } = s.data, d = {
2055
+ accessToken: a,
2056
+ accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(f) * 1e3,
2057
+ refreshToken: l,
2058
+ info: s.data
2004
2059
  };
2005
- M().save(l), await tt(s);
2006
- const u = Number(f) - (/* @__PURE__ */ new Date()).getTime();
2007
- return u && u > 0 && (Lt(u), u && localStorage.setItem("idelTime", u.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))), s;
2060
+ J().save(d), await st(a);
2061
+ const m = Number(u) - (/* @__PURE__ */ new Date()).getTime();
2062
+ return m && m > 0 && (It(m), m && localStorage.setItem("idelTime", m.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))), a;
2008
2063
  } catch {
2009
- return le({ ...j, redirect_uri: re });
2064
+ return v({ ...N, redirect_uri: U });
2010
2065
  }
2011
- }, Q = ee(!1), po = async (e) => {
2066
+ }, Z = ne(!1), go = async (e) => {
2012
2067
  if (e.public) return "";
2013
- if (Ut.value)
2014
- return le({ ...j, redirect_uri: re });
2015
- if (Q.value)
2068
+ if (Dt.value)
2069
+ return v({ ...N, redirect_uri: U });
2070
+ if (Z.value)
2016
2071
  return await new Promise(async (r) => {
2017
- Oe(
2018
- () => Q.value,
2072
+ xe(
2073
+ () => Z.value,
2019
2074
  (o) => {
2020
2075
  if (!o) {
2021
- const s = q();
2076
+ const s = $();
2022
2077
  r(s);
2023
2078
  }
2024
2079
  }
2025
2080
  );
2026
2081
  });
2027
- let t = q();
2028
- const { accessTokenExpiredAt: n } = M().getData();
2029
- Q.value = !0;
2082
+ let t = $();
2083
+ const { accessTokenExpiredAt: n } = J().getData();
2084
+ Z.value = !0;
2030
2085
  try {
2031
- Y("code") || "" ? t = await Br() : typeof n == "number" && n > 0 && +/* @__PURE__ */ new Date() + 6e4 > n && (t = await Hr(j));
2086
+ const r = L("code") || "";
2087
+ (L("authorizer") || "") === "feishu" ? await qr() : r ? t = await Hr() : typeof n == "number" && n > 0 && +/* @__PURE__ */ new Date() + 6e4 > n && (t = await Jr(N));
2032
2088
  } catch {
2033
2089
  } finally {
2034
- Q.value = !1;
2090
+ Z.value = !1;
2035
2091
  }
2036
2092
  return t;
2037
- }, jr = () => {
2093
+ }, $r = () => {
2038
2094
  let e = !1;
2039
2095
  return localStorage.getItem("thirdLogouSource") === "zhongshen" && (e = !0), e;
2040
- }, qr = (e) => {
2096
+ }, zr = (e) => {
2041
2097
  if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
2042
2098
  const r = `https://iam.shenyejituan.com:443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(e)}&entityId=AIoT&redirectToLogin=true`;
2043
2099
  localStorage.removeItem("thirdLogouSource"), location.href = r;
2044
2100
  }
2045
- }, le = (e) => {
2046
- if (vr) return;
2047
- const { baseURL: t, ssoLocale: n } = Ae();
2048
- if (Te) return Te(e);
2049
- e.logout = "true", n && (e.locale = "locale");
2050
- const r = Object.keys(e).filter((s) => s !== "client_secret").map((s) => `${s}=${e[s]}`).join("&"), o = `${t}${D.oauth}?${r}`;
2051
- if (localStorage.removeItem("idelTime"), sessionStorage.clear(), M().remove(), jr())
2052
- qr(o);
2053
- else {
2101
+ };
2102
+ let ye = !1;
2103
+ const v = (e) => {
2104
+ if (!Mr && !ye) {
2105
+ ye = !0;
2054
2106
  try {
2055
- b.create().get(D.logoutCurpage, { baseURL: t });
2056
- } catch {
2107
+ const t = { ...e }, n = localStorage.getItem("loginType") || "";
2108
+ n && (t.redirect_uri = Ce(t.redirect_uri, { loginType: n }));
2109
+ const { baseURL: r, ssoLocale: o } = se();
2110
+ if (Ae) return Ae(t);
2111
+ t.logout = "true", o && (t.locale = "locale");
2112
+ const s = new URLSearchParams();
2113
+ Object.entries(t).forEach(([f, l]) => {
2114
+ f !== "client_secret" && s.set(f, String(l));
2115
+ });
2116
+ const i = s.toString(), a = `${r}${j.oauth}?${i}`;
2117
+ if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(), $r())
2118
+ zr(a);
2119
+ else {
2120
+ try {
2121
+ b.create().get(j.logoutCurpage, { baseURL: r });
2122
+ } catch {
2123
+ }
2124
+ window.__isAutoCloseApp = !1, location.replace(a);
2125
+ }
2126
+ } finally {
2127
+ ye = !1;
2057
2128
  }
2058
- window.__isAutoCloseApp = !1, location.replace(o);
2059
2129
  }
2060
2130
  };
2061
- Dr(le);
2062
- const Hr = async (e) => {
2063
- const { baseURL: t } = Ae(), { refreshToken: n } = M().getData();
2131
+ jr(v);
2132
+ const Jr = async (e) => {
2133
+ const { baseURL: t } = se(), { refreshToken: n } = J().getData();
2064
2134
  try {
2065
- await b.create().get(D.token, { baseURL: t });
2135
+ await b.create().get(j.token, { baseURL: t });
2066
2136
  } catch {
2067
2137
  }
2068
2138
  try {
2069
2139
  const r = await b.create().post(
2070
- D.token,
2140
+ j.token,
2071
2141
  {},
2072
2142
  {
2073
2143
  baseURL: t,
@@ -2077,41 +2147,41 @@ const Hr = async (e) => {
2077
2147
  client_id: e.client_id,
2078
2148
  client_secret: e.client_secret,
2079
2149
  timestamp: (/* @__PURE__ */ new Date()).getTime(),
2080
- nonce: Pt()
2150
+ nonce: Ft()
2081
2151
  }
2082
2152
  }
2083
- ), { access_token: o = "", expires_in: s = 0, refresh_token: i = "" } = r.data, c = {
2153
+ ), { access_token: o = "", expires_in: s = 0, refresh_token: i = "" } = r.data, a = {
2084
2154
  accessToken: o,
2085
2155
  accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(s) * 1e3,
2086
2156
  refreshToken: i,
2087
2157
  info: r.data
2088
2158
  };
2089
- return M().save(c), await tt(o), o;
2159
+ return J().save(a), await st(o), o;
2090
2160
  } catch {
2091
- return le({ ...e, redirect_uri: re });
2161
+ return v({ ...e, redirect_uri: U });
2092
2162
  }
2093
- }, M = () => ({
2163
+ }, J = () => ({
2094
2164
  getData: () => ({
2095
- accessToken: q(),
2096
- accessTokenExpiredAt: fe("accessTokenExpiredAt") ? Number(fe("accessTokenExpiredAt")) : "",
2097
- refreshToken: fe("refreshToken")
2165
+ accessToken: $(),
2166
+ accessTokenExpiredAt: de("accessTokenExpiredAt") ? Number(de("accessTokenExpiredAt")) : "",
2167
+ refreshToken: de("refreshToken")
2098
2168
  }),
2099
2169
  save: (e) => {
2100
- Bt(e.accessToken ?? "", {
2170
+ Ht(e.accessToken ?? "", {
2101
2171
  accessTokenExpiredAt: e.accessTokenExpiredAt,
2102
2172
  refreshToken: e.refreshToken
2103
- }), qt(e);
2173
+ }), zt(e);
2104
2174
  },
2105
2175
  remove: () => {
2106
- It(), jt();
2176
+ Mt(), $t();
2107
2177
  }
2108
2178
  });
2109
2179
  export {
2110
- Y as getQuery,
2111
- po as getToken,
2112
- Br as getTokenFromCode,
2113
- j as getTokenParams,
2114
- le as login,
2115
- re as real_uri,
2116
- M as tokenStorage
2180
+ L as getQuery,
2181
+ go as getToken,
2182
+ Hr as getTokenFromCode,
2183
+ N as getTokenParams,
2184
+ v as login,
2185
+ U as real_uri,
2186
+ J as tokenStorage
2117
2187
  };