@das-fed/utils 7.1.0-dev.6 → 7.1.0-dev.7
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.
- package/api-services/modules/authentication/index.js +725 -743
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +725 -743
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +725 -743
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +725 -743
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +743 -725
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +727 -745
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +725 -743
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +717 -699
- package/api-services/src/create-service/index.js.gz +0 -0
- package/create-api-service/index.js +699 -717
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +497 -493
- package/create-api-service/sso/index.js.gz +0 -0
- package/package.json +4 -4
|
@@ -50,10 +50,10 @@ function K(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
50
50
|
else {
|
|
51
51
|
if (V(e))
|
|
52
52
|
return;
|
|
53
|
-
const
|
|
54
|
-
let
|
|
55
|
-
for (r = 0; r <
|
|
56
|
-
|
|
53
|
+
const s = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = s.length;
|
|
54
|
+
let a;
|
|
55
|
+
for (r = 0; r < i; r++)
|
|
56
|
+
a = s[r], t.call(null, e[a], a, e);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
function lt(e, t) {
|
|
@@ -67,29 +67,29 @@ function lt(e, t) {
|
|
|
67
67
|
return o;
|
|
68
68
|
return null;
|
|
69
69
|
}
|
|
70
|
-
const
|
|
70
|
+
const F = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ft = (e) => !J(e) && e !== F;
|
|
71
71
|
function we() {
|
|
72
72
|
const { caseless: e } = ft(this) && this || {}, t = {}, n = (r, o) => {
|
|
73
|
-
const
|
|
74
|
-
Y(t[
|
|
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) : H(r) ? t[s] = r.slice() : t[s] = r;
|
|
75
75
|
};
|
|
76
76
|
for (let r = 0, o = arguments.length; r < o; r++)
|
|
77
77
|
arguments[r] && K(arguments[r], n);
|
|
78
78
|
return t;
|
|
79
79
|
}
|
|
80
|
-
const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o,
|
|
81
|
-
n && A(o) ? e[
|
|
80
|
+
const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, s) => {
|
|
81
|
+
n && A(o) ? e[s] = it(o, n) : e[s] = o;
|
|
82
82
|
}, { allOwnKeys: r }), e), ln = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), fn = (e, t, n, r) => {
|
|
83
83
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
84
84
|
value: t.prototype
|
|
85
85
|
}), n && Object.assign(e.prototype, n);
|
|
86
86
|
}, dn = (e, t, n, r) => {
|
|
87
|
-
let o,
|
|
88
|
-
const
|
|
87
|
+
let o, s, i;
|
|
88
|
+
const a = {};
|
|
89
89
|
if (t = t || {}, e == null) return t;
|
|
90
90
|
do {
|
|
91
|
-
for (o = Object.getOwnPropertyNames(e),
|
|
92
|
-
|
|
91
|
+
for (o = Object.getOwnPropertyNames(e), s = o.length; s-- > 0; )
|
|
92
|
+
i = o[s], (!r || r(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
|
|
93
93
|
e = n !== !1 && Ce(e);
|
|
94
94
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
95
95
|
return t;
|
|
@@ -110,8 +110,8 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, i) => {
|
|
|
110
110
|
const r = (e && e[ie]).call(e);
|
|
111
111
|
let o;
|
|
112
112
|
for (; (o = r.next()) && !o.done; ) {
|
|
113
|
-
const
|
|
114
|
-
t.call(e,
|
|
113
|
+
const s = o.value;
|
|
114
|
+
t.call(e, s[0], s[1]);
|
|
115
115
|
}
|
|
116
116
|
}, wn = (e, t) => {
|
|
117
117
|
let n;
|
|
@@ -126,9 +126,9 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, i) => {
|
|
|
126
126
|
}
|
|
127
127
|
), De = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), En = k("RegExp"), dt = (e, t) => {
|
|
128
128
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
129
|
-
K(n, (o,
|
|
130
|
-
let
|
|
131
|
-
(
|
|
129
|
+
K(n, (o, s) => {
|
|
130
|
+
let i;
|
|
131
|
+
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
132
132
|
}), Object.defineProperties(e, r);
|
|
133
133
|
}, Rn = (e) => {
|
|
134
134
|
dt(e, (t, n) => {
|
|
@@ -147,8 +147,8 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, i) => {
|
|
|
147
147
|
});
|
|
148
148
|
}, Sn = (e, t) => {
|
|
149
149
|
const n = {}, r = (o) => {
|
|
150
|
-
o.forEach((
|
|
151
|
-
n[
|
|
150
|
+
o.forEach((s) => {
|
|
151
|
+
n[s] = !0;
|
|
152
152
|
});
|
|
153
153
|
};
|
|
154
154
|
return H(e) ? r(e) : r(String(e).split(t)), n;
|
|
@@ -166,24 +166,24 @@ const _n = (e) => {
|
|
|
166
166
|
return r;
|
|
167
167
|
if (!("toJSON" in r)) {
|
|
168
168
|
t[o] = r;
|
|
169
|
-
const
|
|
170
|
-
return K(r, (
|
|
171
|
-
const f = n(
|
|
172
|
-
!J(f) && (
|
|
173
|
-
}), t[o] = void 0,
|
|
169
|
+
const s = H(r) ? [] : {};
|
|
170
|
+
return K(r, (i, a) => {
|
|
171
|
+
const f = n(i, o + 1);
|
|
172
|
+
!J(f) && (s[a] = f);
|
|
173
|
+
}), t[o] = void 0, s;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
return r;
|
|
177
177
|
};
|
|
178
178
|
return n(e, 0);
|
|
179
|
-
}, kn = k("AsyncFunction"), xn = (e) => e && (W(e) || A(e)) && A(e.then) && A(e.catch), pt = ((e, t) => e ? setImmediate : t ? ((n, r) => (
|
|
180
|
-
o ===
|
|
179
|
+
}, kn = k("AsyncFunction"), xn = (e) => e && (W(e) || A(e)) && A(e.then) && A(e.catch), pt = ((e, t) => e ? setImmediate : t ? ((n, r) => (F.addEventListener("message", ({ source: o, data: s }) => {
|
|
180
|
+
o === F && s === n && r.length && r.shift()();
|
|
181
181
|
}, !1), (o) => {
|
|
182
|
-
r.push(o),
|
|
182
|
+
r.push(o), F.postMessage(n, "*");
|
|
183
183
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
184
184
|
typeof setImmediate == "function",
|
|
185
|
-
A(
|
|
186
|
-
), Cn = typeof queueMicrotask < "u" ? queueMicrotask.bind(
|
|
185
|
+
A(F.postMessage)
|
|
186
|
+
), Cn = typeof queueMicrotask < "u" ? queueMicrotask.bind(F) : typeof process < "u" && process.nextTick || pt, Pn = (e) => e != null && A(e[ie]), c = {
|
|
187
187
|
isArray: H,
|
|
188
188
|
isArrayBuffer: ct,
|
|
189
189
|
isBuffer: V,
|
|
@@ -233,7 +233,7 @@ const _n = (e) => {
|
|
|
233
233
|
noop: Tn,
|
|
234
234
|
toFiniteNumber: On,
|
|
235
235
|
findKey: lt,
|
|
236
|
-
global:
|
|
236
|
+
global: F,
|
|
237
237
|
isContextDefined: ft,
|
|
238
238
|
isSpecCompliantForm: An,
|
|
239
239
|
toJSONObject: _n,
|
|
@@ -246,7 +246,7 @@ const _n = (e) => {
|
|
|
246
246
|
function y(e, t, n, r, o) {
|
|
247
247
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
|
|
248
248
|
}
|
|
249
|
-
|
|
249
|
+
c.inherits(y, Error, {
|
|
250
250
|
toJSON: function() {
|
|
251
251
|
return {
|
|
252
252
|
// Standard
|
|
@@ -261,7 +261,7 @@ a.inherits(y, Error, {
|
|
|
261
261
|
columnNumber: this.columnNumber,
|
|
262
262
|
stack: this.stack,
|
|
263
263
|
// Axios
|
|
264
|
-
config:
|
|
264
|
+
config: c.toJSONObject(this.config),
|
|
265
265
|
code: this.code,
|
|
266
266
|
status: this.status
|
|
267
267
|
};
|
|
@@ -287,90 +287,90 @@ const ht = y.prototype, mt = {};
|
|
|
287
287
|
});
|
|
288
288
|
Object.defineProperties(y, mt);
|
|
289
289
|
Object.defineProperty(ht, "isAxiosError", { value: !0 });
|
|
290
|
-
y.from = (e, t, n, r, o,
|
|
291
|
-
const
|
|
292
|
-
return
|
|
290
|
+
y.from = (e, t, n, r, o, s) => {
|
|
291
|
+
const i = Object.create(ht);
|
|
292
|
+
return c.toFlatObject(e, i, function(f) {
|
|
293
293
|
return f !== Error.prototype;
|
|
294
|
-
}, (
|
|
294
|
+
}, (a) => a !== "isAxiosError"), y.call(i, e.message, t, n, r, o), i.cause = e, i.name = e.name, s && Object.assign(i, s), i;
|
|
295
295
|
};
|
|
296
296
|
const Ln = null;
|
|
297
297
|
function ge(e) {
|
|
298
|
-
return
|
|
298
|
+
return c.isPlainObject(e) || c.isArray(e);
|
|
299
299
|
}
|
|
300
300
|
function yt(e) {
|
|
301
|
-
return
|
|
301
|
+
return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
302
302
|
}
|
|
303
303
|
function Fe(e, t, n) {
|
|
304
|
-
return e ? e.concat(t).map(function(o,
|
|
305
|
-
return o = yt(o), !n &&
|
|
304
|
+
return e ? e.concat(t).map(function(o, s) {
|
|
305
|
+
return o = yt(o), !n && s ? "[" + o + "]" : o;
|
|
306
306
|
}).join(n ? "." : "") : t;
|
|
307
307
|
}
|
|
308
308
|
function Un(e) {
|
|
309
|
-
return
|
|
309
|
+
return c.isArray(e) && !e.some(ge);
|
|
310
310
|
}
|
|
311
|
-
const Nn =
|
|
311
|
+
const Nn = c.toFlatObject(c, {}, null, function(t) {
|
|
312
312
|
return /^is[A-Z]/.test(t);
|
|
313
313
|
});
|
|
314
314
|
function ue(e, t, n) {
|
|
315
|
-
if (!
|
|
315
|
+
if (!c.isObject(e))
|
|
316
316
|
throw new TypeError("target must be an object");
|
|
317
|
-
t = t || new FormData(), n =
|
|
317
|
+
t = t || new FormData(), n = c.toFlatObject(n, {
|
|
318
318
|
metaTokens: !0,
|
|
319
319
|
dots: !1,
|
|
320
320
|
indexes: !1
|
|
321
321
|
}, !1, function(m, h) {
|
|
322
|
-
return !
|
|
322
|
+
return !c.isUndefined(h[m]);
|
|
323
323
|
});
|
|
324
|
-
const r = n.metaTokens, o = n.visitor ||
|
|
325
|
-
if (!
|
|
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))
|
|
326
326
|
throw new TypeError("visitor must be a function");
|
|
327
|
-
function
|
|
327
|
+
function l(p) {
|
|
328
328
|
if (p === null) return "";
|
|
329
|
-
if (
|
|
329
|
+
if (c.isDate(p))
|
|
330
330
|
return p.toISOString();
|
|
331
|
-
if (
|
|
331
|
+
if (c.isBoolean(p))
|
|
332
332
|
return p.toString();
|
|
333
|
-
if (!f &&
|
|
333
|
+
if (!f && c.isBlob(p))
|
|
334
334
|
throw new y("Blob is not supported. Use a Buffer instead.");
|
|
335
|
-
return
|
|
335
|
+
return c.isArrayBuffer(p) || c.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function u(p, m, h) {
|
|
338
338
|
let E = p;
|
|
339
339
|
if (p && !h && typeof p == "object") {
|
|
340
|
-
if (
|
|
340
|
+
if (c.endsWith(m, "{}"))
|
|
341
341
|
m = r ? m : m.slice(0, -2), p = JSON.stringify(p);
|
|
342
|
-
else if (
|
|
342
|
+
else if (c.isArray(p) && Un(p) || (c.isFileList(p) || c.endsWith(m, "[]")) && (E = c.toArray(p)))
|
|
343
343
|
return m = yt(m), E.forEach(function(S, C) {
|
|
344
|
-
!(
|
|
344
|
+
!(c.isUndefined(S) || S === null) && t.append(
|
|
345
345
|
// eslint-disable-next-line no-nested-ternary
|
|
346
|
-
|
|
347
|
-
|
|
346
|
+
i === !0 ? Fe([m], C, s) : i === null ? m : m + "[]",
|
|
347
|
+
l(S)
|
|
348
348
|
);
|
|
349
349
|
}), !1;
|
|
350
350
|
}
|
|
351
|
-
return ge(p) ? !0 : (t.append(Fe(h, m,
|
|
351
|
+
return ge(p) ? !0 : (t.append(Fe(h, m, s), l(p)), !1);
|
|
352
352
|
}
|
|
353
353
|
const d = [], w = Object.assign(Nn, {
|
|
354
|
-
defaultVisitor:
|
|
355
|
-
convertValue:
|
|
354
|
+
defaultVisitor: u,
|
|
355
|
+
convertValue: l,
|
|
356
356
|
isVisitable: ge
|
|
357
357
|
});
|
|
358
358
|
function g(p, m) {
|
|
359
|
-
if (!
|
|
359
|
+
if (!c.isUndefined(p)) {
|
|
360
360
|
if (d.indexOf(p) !== -1)
|
|
361
361
|
throw Error("Circular reference detected in " + m.join("."));
|
|
362
|
-
d.push(p),
|
|
363
|
-
(!(
|
|
362
|
+
d.push(p), c.forEach(p, function(E, R) {
|
|
363
|
+
(!(c.isUndefined(E) || E === null) && o.call(
|
|
364
364
|
t,
|
|
365
365
|
E,
|
|
366
|
-
|
|
366
|
+
c.isString(R) ? R.trim() : R,
|
|
367
367
|
m,
|
|
368
368
|
w
|
|
369
369
|
)) === !0 && g(E, m ? m.concat(R) : [R]);
|
|
370
370
|
}), d.pop();
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
|
-
if (!
|
|
373
|
+
if (!c.isObject(e))
|
|
374
374
|
throw new TypeError("data must be an object");
|
|
375
375
|
return g(e), t;
|
|
376
376
|
}
|
|
@@ -410,14 +410,14 @@ function gt(e, t, n) {
|
|
|
410
410
|
if (!t)
|
|
411
411
|
return e;
|
|
412
412
|
const r = n && n.encode || Dn;
|
|
413
|
-
|
|
413
|
+
c.isFunction(n) && (n = {
|
|
414
414
|
serialize: n
|
|
415
415
|
});
|
|
416
416
|
const o = n && n.serialize;
|
|
417
|
-
let
|
|
418
|
-
if (o ?
|
|
419
|
-
const
|
|
420
|
-
|
|
417
|
+
let s;
|
|
418
|
+
if (o ? s = o(t, n) : s = c.isURLSearchParams(t) ? t.toString() : new Pe(t, n).toString(r), s) {
|
|
419
|
+
const i = e.indexOf("#");
|
|
420
|
+
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + s;
|
|
421
421
|
}
|
|
422
422
|
return e;
|
|
423
423
|
}
|
|
@@ -470,7 +470,7 @@ class ve {
|
|
|
470
470
|
* @returns {void}
|
|
471
471
|
*/
|
|
472
472
|
forEach(t) {
|
|
473
|
-
|
|
473
|
+
c.forEach(this.handlers, function(r) {
|
|
474
474
|
r !== null && t(r);
|
|
475
475
|
});
|
|
476
476
|
}
|
|
@@ -501,43 +501,43 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Hn
|
|
|
501
501
|
};
|
|
502
502
|
function $n(e, t) {
|
|
503
503
|
return ue(e, new T.classes.URLSearchParams(), {
|
|
504
|
-
visitor: function(n, r, o,
|
|
505
|
-
return T.isNode &&
|
|
504
|
+
visitor: function(n, r, o, s) {
|
|
505
|
+
return T.isNode && c.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
506
506
|
},
|
|
507
507
|
...t
|
|
508
508
|
});
|
|
509
509
|
}
|
|
510
510
|
function zn(e) {
|
|
511
|
-
return
|
|
511
|
+
return c.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
512
512
|
}
|
|
513
513
|
function Jn(e) {
|
|
514
514
|
const t = {}, n = Object.keys(e);
|
|
515
515
|
let r;
|
|
516
516
|
const o = n.length;
|
|
517
|
-
let
|
|
517
|
+
let s;
|
|
518
518
|
for (r = 0; r < o; r++)
|
|
519
|
-
|
|
519
|
+
s = n[r], t[s] = e[s];
|
|
520
520
|
return t;
|
|
521
521
|
}
|
|
522
522
|
function Et(e) {
|
|
523
|
-
function t(n, r, o,
|
|
524
|
-
let
|
|
525
|
-
if (
|
|
526
|
-
const
|
|
527
|
-
return
|
|
523
|
+
function t(n, r, o, s) {
|
|
524
|
+
let i = n[s++];
|
|
525
|
+
if (i === "__proto__") return !0;
|
|
526
|
+
const a = Number.isFinite(+i), f = s >= n.length;
|
|
527
|
+
return i = !i && c.isArray(o) ? o.length : i, f ? (c.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !a) : ((!o[i] || !c.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && c.isArray(o[i]) && (o[i] = Jn(o[i])), !a);
|
|
528
528
|
}
|
|
529
|
-
if (
|
|
529
|
+
if (c.isFormData(e) && c.isFunction(e.entries)) {
|
|
530
530
|
const n = {};
|
|
531
|
-
return
|
|
531
|
+
return c.forEachEntry(e, (r, o) => {
|
|
532
532
|
t(zn(r), o, n, 0);
|
|
533
533
|
}), n;
|
|
534
534
|
}
|
|
535
535
|
return null;
|
|
536
536
|
}
|
|
537
537
|
function Vn(e, t, n) {
|
|
538
|
-
if (
|
|
538
|
+
if (c.isString(e))
|
|
539
539
|
try {
|
|
540
|
-
return (t || JSON.parse)(e),
|
|
540
|
+
return (t || JSON.parse)(e), c.trim(e);
|
|
541
541
|
} catch (r) {
|
|
542
542
|
if (r.name !== "SyntaxError")
|
|
543
543
|
throw r;
|
|
@@ -548,41 +548,41 @@ const Q = {
|
|
|
548
548
|
transitional: bt,
|
|
549
549
|
adapter: ["xhr", "http", "fetch"],
|
|
550
550
|
transformRequest: [function(t, n) {
|
|
551
|
-
const r = n.getContentType() || "", o = r.indexOf("application/json") > -1,
|
|
552
|
-
if (
|
|
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
553
|
return o ? JSON.stringify(Et(t)) : t;
|
|
554
|
-
if (
|
|
554
|
+
if (c.isArrayBuffer(t) || c.isBuffer(t) || c.isStream(t) || c.isFile(t) || c.isBlob(t) || c.isReadableStream(t))
|
|
555
555
|
return t;
|
|
556
|
-
if (
|
|
556
|
+
if (c.isArrayBufferView(t))
|
|
557
557
|
return t.buffer;
|
|
558
|
-
if (
|
|
558
|
+
if (c.isURLSearchParams(t))
|
|
559
559
|
return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
|
|
560
|
-
let
|
|
561
|
-
if (
|
|
560
|
+
let a;
|
|
561
|
+
if (s) {
|
|
562
562
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
563
563
|
return $n(t, this.formSerializer).toString();
|
|
564
|
-
if ((
|
|
564
|
+
if ((a = c.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
565
565
|
const f = this.env && this.env.FormData;
|
|
566
566
|
return ue(
|
|
567
|
-
|
|
567
|
+
a ? { "files[]": t } : t,
|
|
568
568
|
f && new f(),
|
|
569
569
|
this.formSerializer
|
|
570
570
|
);
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
-
return
|
|
573
|
+
return s || o ? (n.setContentType("application/json", !1), Vn(t)) : t;
|
|
574
574
|
}],
|
|
575
575
|
transformResponse: [function(t) {
|
|
576
576
|
const n = this.transitional || Q.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
577
|
-
if (
|
|
577
|
+
if (c.isResponse(t) || c.isReadableStream(t))
|
|
578
578
|
return t;
|
|
579
|
-
if (t &&
|
|
580
|
-
const
|
|
579
|
+
if (t && c.isString(t) && (r && !this.responseType || o)) {
|
|
580
|
+
const i = !(n && n.silentJSONParsing) && o;
|
|
581
581
|
try {
|
|
582
582
|
return JSON.parse(t);
|
|
583
|
-
} catch (
|
|
584
|
-
if (
|
|
585
|
-
throw
|
|
583
|
+
} catch (a) {
|
|
584
|
+
if (i)
|
|
585
|
+
throw a.name === "SyntaxError" ? y.from(a, y.ERR_BAD_RESPONSE, this, null, this.response) : a;
|
|
586
586
|
}
|
|
587
587
|
}
|
|
588
588
|
return t;
|
|
@@ -610,10 +610,10 @@ const Q = {
|
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
|
-
|
|
613
|
+
c.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
614
614
|
Q.headers[e] = {};
|
|
615
615
|
});
|
|
616
|
-
const Wn =
|
|
616
|
+
const Wn = c.toObjectSet([
|
|
617
617
|
"age",
|
|
618
618
|
"authorization",
|
|
619
619
|
"content-length",
|
|
@@ -635,15 +635,15 @@ const Wn = a.toObjectSet([
|
|
|
635
635
|
const t = {};
|
|
636
636
|
let n, r, o;
|
|
637
637
|
return e && e.split(`
|
|
638
|
-
`).forEach(function(
|
|
639
|
-
o =
|
|
638
|
+
`).forEach(function(i) {
|
|
639
|
+
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Wn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
640
640
|
}), t;
|
|
641
641
|
}, Be = Symbol("internals");
|
|
642
642
|
function $(e) {
|
|
643
643
|
return e && String(e).trim().toLowerCase();
|
|
644
644
|
}
|
|
645
645
|
function ee(e) {
|
|
646
|
-
return e === !1 || e == null ? e :
|
|
646
|
+
return e === !1 || e == null ? e : c.isArray(e) ? e.map(ee) : String(e);
|
|
647
647
|
}
|
|
648
648
|
function Qn(e) {
|
|
649
649
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -654,12 +654,12 @@ function Qn(e) {
|
|
|
654
654
|
}
|
|
655
655
|
const Xn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
656
656
|
function pe(e, t, n, r, o) {
|
|
657
|
-
if (
|
|
657
|
+
if (c.isFunction(r))
|
|
658
658
|
return r.call(this, t, n);
|
|
659
|
-
if (o && (t = n), !!
|
|
660
|
-
if (
|
|
659
|
+
if (o && (t = n), !!c.isString(t)) {
|
|
660
|
+
if (c.isString(r))
|
|
661
661
|
return t.indexOf(r) !== -1;
|
|
662
|
-
if (
|
|
662
|
+
if (c.isRegExp(r))
|
|
663
663
|
return r.test(t);
|
|
664
664
|
}
|
|
665
665
|
}
|
|
@@ -667,11 +667,11 @@ function Gn(e) {
|
|
|
667
667
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
|
|
668
668
|
}
|
|
669
669
|
function Zn(e, t) {
|
|
670
|
-
const n =
|
|
670
|
+
const n = c.toCamelCase(" " + t);
|
|
671
671
|
["get", "set", "has"].forEach((r) => {
|
|
672
672
|
Object.defineProperty(e, r + n, {
|
|
673
|
-
value: function(o,
|
|
674
|
-
return this[r].call(this, t, o,
|
|
673
|
+
value: function(o, s, i) {
|
|
674
|
+
return this[r].call(this, t, o, s, i);
|
|
675
675
|
},
|
|
676
676
|
configurable: !0
|
|
677
677
|
});
|
|
@@ -683,42 +683,42 @@ let _ = class {
|
|
|
683
683
|
}
|
|
684
684
|
set(t, n, r) {
|
|
685
685
|
const o = this;
|
|
686
|
-
function
|
|
687
|
-
const
|
|
688
|
-
if (!
|
|
686
|
+
function s(a, f, l) {
|
|
687
|
+
const u = $(f);
|
|
688
|
+
if (!u)
|
|
689
689
|
throw new Error("header name must be a non-empty string");
|
|
690
|
-
const d =
|
|
691
|
-
(!d || o[d] === void 0 ||
|
|
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));
|
|
692
692
|
}
|
|
693
|
-
const
|
|
694
|
-
if (
|
|
695
|
-
|
|
696
|
-
else if (
|
|
697
|
-
|
|
698
|
-
else if (
|
|
699
|
-
let
|
|
700
|
-
for (const
|
|
701
|
-
if (!
|
|
693
|
+
const i = (a, f) => c.forEach(a, (l, u) => s(l, u, f));
|
|
694
|
+
if (c.isPlainObject(t) || t instanceof this.constructor)
|
|
695
|
+
i(t, n);
|
|
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;
|
|
700
|
+
for (const u of t) {
|
|
701
|
+
if (!c.isArray(u))
|
|
702
702
|
throw TypeError("Object iterator must return a key-value pair");
|
|
703
|
-
|
|
703
|
+
a[l = u[0]] = (f = a[l]) ? c.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
|
|
704
704
|
}
|
|
705
|
-
|
|
705
|
+
i(a, n);
|
|
706
706
|
} else
|
|
707
|
-
t != null &&
|
|
707
|
+
t != null && s(n, t, r);
|
|
708
708
|
return this;
|
|
709
709
|
}
|
|
710
710
|
get(t, n) {
|
|
711
711
|
if (t = $(t), t) {
|
|
712
|
-
const r =
|
|
712
|
+
const r = c.findKey(this, t);
|
|
713
713
|
if (r) {
|
|
714
714
|
const o = this[r];
|
|
715
715
|
if (!n)
|
|
716
716
|
return o;
|
|
717
717
|
if (n === !0)
|
|
718
718
|
return Qn(o);
|
|
719
|
-
if (
|
|
719
|
+
if (c.isFunction(n))
|
|
720
720
|
return n.call(this, o, r);
|
|
721
|
-
if (
|
|
721
|
+
if (c.isRegExp(n))
|
|
722
722
|
return n.exec(o);
|
|
723
723
|
throw new TypeError("parser must be boolean|regexp|function");
|
|
724
724
|
}
|
|
@@ -726,7 +726,7 @@ let _ = class {
|
|
|
726
726
|
}
|
|
727
727
|
has(t, n) {
|
|
728
728
|
if (t = $(t), t) {
|
|
729
|
-
const r =
|
|
729
|
+
const r = c.findKey(this, t);
|
|
730
730
|
return !!(r && this[r] !== void 0 && (!n || pe(this, this[r], r, n)));
|
|
731
731
|
}
|
|
732
732
|
return !1;
|
|
@@ -734,33 +734,33 @@ let _ = class {
|
|
|
734
734
|
delete(t, n) {
|
|
735
735
|
const r = this;
|
|
736
736
|
let o = !1;
|
|
737
|
-
function i
|
|
738
|
-
if (
|
|
739
|
-
const
|
|
740
|
-
|
|
737
|
+
function s(i) {
|
|
738
|
+
if (i = $(i), i) {
|
|
739
|
+
const a = c.findKey(r, i);
|
|
740
|
+
a && (!n || pe(r, r[a], a, n)) && (delete r[a], o = !0);
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
return
|
|
743
|
+
return c.isArray(t) ? t.forEach(s) : s(t), o;
|
|
744
744
|
}
|
|
745
745
|
clear(t) {
|
|
746
746
|
const n = Object.keys(this);
|
|
747
747
|
let r = n.length, o = !1;
|
|
748
748
|
for (; r--; ) {
|
|
749
|
-
const
|
|
750
|
-
(!t || pe(this, this[
|
|
749
|
+
const s = n[r];
|
|
750
|
+
(!t || pe(this, this[s], s, t, !0)) && (delete this[s], o = !0);
|
|
751
751
|
}
|
|
752
752
|
return o;
|
|
753
753
|
}
|
|
754
754
|
normalize(t) {
|
|
755
755
|
const n = this, r = {};
|
|
756
|
-
return
|
|
757
|
-
const
|
|
758
|
-
if (
|
|
759
|
-
n[
|
|
756
|
+
return c.forEach(this, (o, s) => {
|
|
757
|
+
const i = c.findKey(r, s);
|
|
758
|
+
if (i) {
|
|
759
|
+
n[i] = ee(o), delete n[s];
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
762
|
-
const
|
|
763
|
-
|
|
762
|
+
const a = t ? Gn(s) : String(s).trim();
|
|
763
|
+
a !== s && delete n[s], n[a] = ee(o), r[a] = !0;
|
|
764
764
|
}), this;
|
|
765
765
|
}
|
|
766
766
|
concat(...t) {
|
|
@@ -768,8 +768,8 @@ let _ = class {
|
|
|
768
768
|
}
|
|
769
769
|
toJSON(t) {
|
|
770
770
|
const n = /* @__PURE__ */ Object.create(null);
|
|
771
|
-
return
|
|
772
|
-
r != null && r !== !1 && (n[o] = t &&
|
|
771
|
+
return c.forEach(this, (r, o) => {
|
|
772
|
+
r != null && r !== !1 && (n[o] = t && c.isArray(r) ? r.join(", ") : r);
|
|
773
773
|
}), n;
|
|
774
774
|
}
|
|
775
775
|
[Symbol.iterator]() {
|
|
@@ -796,15 +796,15 @@ let _ = class {
|
|
|
796
796
|
const r = (this[Be] = this[Be] = {
|
|
797
797
|
accessors: {}
|
|
798
798
|
}).accessors, o = this.prototype;
|
|
799
|
-
function i
|
|
800
|
-
const
|
|
801
|
-
r[
|
|
799
|
+
function s(i) {
|
|
800
|
+
const a = $(i);
|
|
801
|
+
r[a] || (Zn(o, i), r[a] = !0);
|
|
802
802
|
}
|
|
803
|
-
return
|
|
803
|
+
return c.isArray(t) ? t.forEach(s) : s(t), this;
|
|
804
804
|
}
|
|
805
805
|
};
|
|
806
806
|
_.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
807
|
-
|
|
807
|
+
c.reduceDescriptors(_.prototype, ({ value: e }, t) => {
|
|
808
808
|
let n = t[0].toUpperCase() + t.slice(1);
|
|
809
809
|
return {
|
|
810
810
|
get: () => e,
|
|
@@ -813,13 +813,13 @@ a.reduceDescriptors(_.prototype, ({ value: e }, t) => {
|
|
|
813
813
|
}
|
|
814
814
|
};
|
|
815
815
|
});
|
|
816
|
-
|
|
816
|
+
c.freezeMethods(_);
|
|
817
817
|
function he(e, t) {
|
|
818
818
|
const n = this || Q, r = t || n, o = _.from(r.headers);
|
|
819
|
-
let
|
|
820
|
-
return
|
|
821
|
-
|
|
822
|
-
}), o.normalize(),
|
|
819
|
+
let s = r.data;
|
|
820
|
+
return c.forEach(e, function(a) {
|
|
821
|
+
s = a.call(n, s, o.normalize(), t ? t.status : void 0);
|
|
822
|
+
}), o.normalize(), s;
|
|
823
823
|
}
|
|
824
824
|
function Rt(e) {
|
|
825
825
|
return !!(e && e.__CANCEL__);
|
|
@@ -827,7 +827,7 @@ function Rt(e) {
|
|
|
827
827
|
function M(e, t, n) {
|
|
828
828
|
y.call(this, e ?? "canceled", y.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
829
829
|
}
|
|
830
|
-
|
|
830
|
+
c.inherits(M, y, {
|
|
831
831
|
__CANCEL__: !0
|
|
832
832
|
});
|
|
833
833
|
function St(e, t, n) {
|
|
@@ -847,46 +847,46 @@ function Yn(e) {
|
|
|
847
847
|
function er(e, t) {
|
|
848
848
|
e = e || 10;
|
|
849
849
|
const n = new Array(e), r = new Array(e);
|
|
850
|
-
let o = 0,
|
|
850
|
+
let o = 0, s = 0, i;
|
|
851
851
|
return t = t !== void 0 ? t : 1e3, function(f) {
|
|
852
|
-
const
|
|
853
|
-
|
|
854
|
-
let d =
|
|
852
|
+
const l = Date.now(), u = r[s];
|
|
853
|
+
i || (i = l), n[o] = f, r[o] = l;
|
|
854
|
+
let d = s, w = 0;
|
|
855
855
|
for (; d !== o; )
|
|
856
856
|
w += n[d++], d = d % e;
|
|
857
|
-
if (o = (o + 1) % e, o ===
|
|
857
|
+
if (o = (o + 1) % e, o === s && (s = (s + 1) % e), l - i < t)
|
|
858
858
|
return;
|
|
859
|
-
const g =
|
|
859
|
+
const g = u && l - u;
|
|
860
860
|
return g ? Math.round(w * 1e3 / g) : void 0;
|
|
861
861
|
};
|
|
862
862
|
}
|
|
863
863
|
function tr(e, t) {
|
|
864
|
-
let n = 0, r = 1e3 / t, o,
|
|
865
|
-
const
|
|
866
|
-
n =
|
|
864
|
+
let n = 0, r = 1e3 / t, o, s;
|
|
865
|
+
const i = (l, u = Date.now()) => {
|
|
866
|
+
n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
|
|
867
867
|
};
|
|
868
|
-
return [(...
|
|
869
|
-
const
|
|
870
|
-
d >= r ?
|
|
871
|
-
|
|
868
|
+
return [(...l) => {
|
|
869
|
+
const u = Date.now(), d = u - n;
|
|
870
|
+
d >= r ? i(l, u) : (o = l, s || (s = setTimeout(() => {
|
|
871
|
+
s = null, i(o);
|
|
872
872
|
}, r - d)));
|
|
873
|
-
}, () => o &&
|
|
873
|
+
}, () => o && i(o)];
|
|
874
874
|
}
|
|
875
875
|
const re = (e, t, n = 3) => {
|
|
876
876
|
let r = 0;
|
|
877
877
|
const o = er(50, 250);
|
|
878
|
-
return tr((
|
|
879
|
-
const
|
|
880
|
-
r =
|
|
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;
|
|
880
|
+
r = i;
|
|
881
881
|
const d = {
|
|
882
|
-
loaded:
|
|
883
|
-
total:
|
|
884
|
-
progress:
|
|
882
|
+
loaded: i,
|
|
883
|
+
total: a,
|
|
884
|
+
progress: a ? i / a : void 0,
|
|
885
885
|
bytes: f,
|
|
886
|
-
rate:
|
|
887
|
-
estimated:
|
|
888
|
-
event:
|
|
889
|
-
lengthComputable:
|
|
886
|
+
rate: l || void 0,
|
|
887
|
+
estimated: l && a && u ? (a - i) / l : void 0,
|
|
888
|
+
event: s,
|
|
889
|
+
lengthComputable: a != null,
|
|
890
890
|
[t ? "download" : "upload"]: !0
|
|
891
891
|
};
|
|
892
892
|
e(d);
|
|
@@ -898,15 +898,15 @@ const re = (e, t, n = 3) => {
|
|
|
898
898
|
total: e,
|
|
899
899
|
loaded: r
|
|
900
900
|
}), t[1]];
|
|
901
|
-
}, qe = (e) => (...t) =>
|
|
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)))(
|
|
902
902
|
new URL(T.origin),
|
|
903
903
|
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
|
|
904
904
|
) : () => !0, rr = T.hasStandardBrowserEnv ? (
|
|
905
905
|
// Standard browser envs support document.cookie
|
|
906
906
|
{
|
|
907
|
-
write(e, t, n, r, o,
|
|
908
|
-
const
|
|
909
|
-
|
|
907
|
+
write(e, t, n, r, o, s) {
|
|
908
|
+
const i = [e + "=" + encodeURIComponent(t)];
|
|
909
|
+
c.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), c.isString(r) && i.push("path=" + r), c.isString(o) && i.push("domain=" + o), s === !0 && i.push("secure"), document.cookie = i.join("; ");
|
|
910
910
|
},
|
|
911
911
|
read(e) {
|
|
912
912
|
const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
|
|
@@ -942,96 +942,96 @@ const He = (e) => e instanceof _ ? { ...e } : e;
|
|
|
942
942
|
function B(e, t) {
|
|
943
943
|
t = t || {};
|
|
944
944
|
const n = {};
|
|
945
|
-
function r(
|
|
946
|
-
return
|
|
945
|
+
function r(l, u, d, w) {
|
|
946
|
+
return c.isPlainObject(l) && c.isPlainObject(u) ? c.merge.call({ caseless: w }, l, u) : c.isPlainObject(u) ? c.merge({}, u) : c.isArray(u) ? u.slice() : u;
|
|
947
947
|
}
|
|
948
|
-
function o(
|
|
949
|
-
if (
|
|
950
|
-
if (!
|
|
951
|
-
return r(void 0,
|
|
952
|
-
} else return r(
|
|
948
|
+
function o(l, u, d, w) {
|
|
949
|
+
if (c.isUndefined(u)) {
|
|
950
|
+
if (!c.isUndefined(l))
|
|
951
|
+
return r(void 0, l, d, w);
|
|
952
|
+
} else return r(l, u, d, w);
|
|
953
953
|
}
|
|
954
|
-
function
|
|
955
|
-
if (!
|
|
956
|
-
return r(void 0,
|
|
954
|
+
function s(l, u) {
|
|
955
|
+
if (!c.isUndefined(u))
|
|
956
|
+
return r(void 0, u);
|
|
957
957
|
}
|
|
958
|
-
function
|
|
959
|
-
if (
|
|
960
|
-
if (!
|
|
961
|
-
return r(void 0,
|
|
962
|
-
} else return r(void 0,
|
|
958
|
+
function i(l, u) {
|
|
959
|
+
if (c.isUndefined(u)) {
|
|
960
|
+
if (!c.isUndefined(l))
|
|
961
|
+
return r(void 0, l);
|
|
962
|
+
} else return r(void 0, u);
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function a(l, u, d) {
|
|
965
965
|
if (d in t)
|
|
966
|
-
return r(
|
|
966
|
+
return r(l, u);
|
|
967
967
|
if (d in e)
|
|
968
|
-
return r(void 0,
|
|
968
|
+
return r(void 0, l);
|
|
969
969
|
}
|
|
970
970
|
const f = {
|
|
971
|
-
url:
|
|
972
|
-
method:
|
|
973
|
-
data:
|
|
974
|
-
baseURL:
|
|
975
|
-
transformRequest:
|
|
976
|
-
transformResponse:
|
|
977
|
-
paramsSerializer:
|
|
978
|
-
timeout:
|
|
979
|
-
timeoutMessage:
|
|
980
|
-
withCredentials:
|
|
981
|
-
withXSRFToken:
|
|
982
|
-
adapter:
|
|
983
|
-
responseType:
|
|
984
|
-
xsrfCookieName:
|
|
985
|
-
xsrfHeaderName:
|
|
986
|
-
onUploadProgress:
|
|
987
|
-
onDownloadProgress:
|
|
988
|
-
decompress:
|
|
989
|
-
maxContentLength:
|
|
990
|
-
maxBodyLength:
|
|
991
|
-
beforeRedirect:
|
|
992
|
-
transport:
|
|
993
|
-
httpAgent:
|
|
994
|
-
httpsAgent:
|
|
995
|
-
cancelToken:
|
|
996
|
-
socketPath:
|
|
997
|
-
responseEncoding:
|
|
998
|
-
validateStatus:
|
|
999
|
-
headers: (
|
|
971
|
+
url: s,
|
|
972
|
+
method: s,
|
|
973
|
+
data: s,
|
|
974
|
+
baseURL: i,
|
|
975
|
+
transformRequest: i,
|
|
976
|
+
transformResponse: i,
|
|
977
|
+
paramsSerializer: i,
|
|
978
|
+
timeout: i,
|
|
979
|
+
timeoutMessage: i,
|
|
980
|
+
withCredentials: i,
|
|
981
|
+
withXSRFToken: i,
|
|
982
|
+
adapter: i,
|
|
983
|
+
responseType: i,
|
|
984
|
+
xsrfCookieName: i,
|
|
985
|
+
xsrfHeaderName: i,
|
|
986
|
+
onUploadProgress: i,
|
|
987
|
+
onDownloadProgress: i,
|
|
988
|
+
decompress: i,
|
|
989
|
+
maxContentLength: i,
|
|
990
|
+
maxBodyLength: i,
|
|
991
|
+
beforeRedirect: i,
|
|
992
|
+
transport: i,
|
|
993
|
+
httpAgent: i,
|
|
994
|
+
httpsAgent: i,
|
|
995
|
+
cancelToken: i,
|
|
996
|
+
socketPath: i,
|
|
997
|
+
responseEncoding: i,
|
|
998
|
+
validateStatus: a,
|
|
999
|
+
headers: (l, u, d) => o(He(l), He(u), d, !0)
|
|
1000
1000
|
};
|
|
1001
|
-
return
|
|
1002
|
-
const d = f[
|
|
1003
|
-
|
|
1001
|
+
return c.forEach(Object.keys({ ...e, ...t }), function(u) {
|
|
1002
|
+
const d = f[u] || o, w = d(e[u], t[u], u);
|
|
1003
|
+
c.isUndefined(w) && d !== a || (n[u] = w);
|
|
1004
1004
|
}), n;
|
|
1005
1005
|
}
|
|
1006
1006
|
const Ot = (e) => {
|
|
1007
1007
|
const t = B({}, e);
|
|
1008
|
-
let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName:
|
|
1009
|
-
t.headers =
|
|
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(
|
|
1010
1010
|
"Authorization",
|
|
1011
|
-
"Basic " + btoa((
|
|
1011
|
+
"Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
|
|
1012
1012
|
);
|
|
1013
1013
|
let f;
|
|
1014
|
-
if (
|
|
1014
|
+
if (c.isFormData(n)) {
|
|
1015
1015
|
if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
|
|
1016
|
-
|
|
1017
|
-
else if ((f =
|
|
1018
|
-
const [
|
|
1019
|
-
|
|
1016
|
+
i.setContentType(void 0);
|
|
1017
|
+
else if ((f = i.getContentType()) !== !1) {
|
|
1018
|
+
const [l, ...u] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
|
|
1019
|
+
i.setContentType([l || "multipart/form-data", ...u].join("; "));
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
if (T.hasStandardBrowserEnv && (r &&
|
|
1023
|
-
const
|
|
1024
|
-
|
|
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);
|
|
1024
|
+
l && i.set(o, l);
|
|
1025
1025
|
}
|
|
1026
1026
|
return t;
|
|
1027
1027
|
}, ir = typeof XMLHttpRequest < "u", ar = ir && function(e) {
|
|
1028
1028
|
return new Promise(function(n, r) {
|
|
1029
1029
|
const o = Ot(e);
|
|
1030
|
-
let
|
|
1031
|
-
const
|
|
1032
|
-
let { responseType:
|
|
1030
|
+
let s = o.data;
|
|
1031
|
+
const i = _.from(o.headers).normalize();
|
|
1032
|
+
let { responseType: a, onUploadProgress: f, onDownloadProgress: l } = o, u, d, w, g, p;
|
|
1033
1033
|
function m() {
|
|
1034
|
-
g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(
|
|
1034
|
+
g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(u), o.signal && o.signal.removeEventListener("abort", u);
|
|
1035
1035
|
}
|
|
1036
1036
|
let h = new XMLHttpRequest();
|
|
1037
1037
|
h.open(o.method.toUpperCase(), o.url, !0), h.timeout = o.timeout;
|
|
@@ -1041,17 +1041,17 @@ const Ot = (e) => {
|
|
|
1041
1041
|
const S = _.from(
|
|
1042
1042
|
"getAllResponseHeaders" in h && h.getAllResponseHeaders()
|
|
1043
1043
|
), O = {
|
|
1044
|
-
data: !
|
|
1044
|
+
data: !a || a === "text" || a === "json" ? h.responseText : h.response,
|
|
1045
1045
|
status: h.status,
|
|
1046
1046
|
statusText: h.statusText,
|
|
1047
1047
|
headers: S,
|
|
1048
1048
|
config: e,
|
|
1049
1049
|
request: h
|
|
1050
1050
|
};
|
|
1051
|
-
St(function(
|
|
1052
|
-
n(
|
|
1053
|
-
}, function(
|
|
1054
|
-
r(
|
|
1051
|
+
St(function(D) {
|
|
1052
|
+
n(D), m();
|
|
1053
|
+
}, function(D) {
|
|
1054
|
+
r(D), m();
|
|
1055
1055
|
}, O), h = null;
|
|
1056
1056
|
}
|
|
1057
1057
|
"onloadend" in h ? h.onloadend = E : h.onreadystatechange = function() {
|
|
@@ -1069,40 +1069,40 @@ const Ot = (e) => {
|
|
|
1069
1069
|
e,
|
|
1070
1070
|
h
|
|
1071
1071
|
)), h = null;
|
|
1072
|
-
},
|
|
1072
|
+
}, s === void 0 && i.setContentType(null), "setRequestHeader" in h && c.forEach(i.toJSON(), function(C, O) {
|
|
1073
1073
|
h.setRequestHeader(O, C);
|
|
1074
|
-
}),
|
|
1074
|
+
}), c.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), a && a !== "json" && (h.responseType = o.responseType), l && ([w, p] = re(l, !0), h.addEventListener("progress", w)), f && h.upload && ([d, g] = re(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (u = (S) => {
|
|
1075
1075
|
h && (r(!S || S.type ? new M(null, e, h) : S), h.abort(), h = null);
|
|
1076
|
-
}, o.cancelToken && o.cancelToken.subscribe(
|
|
1076
|
+
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
|
1077
1077
|
const R = Yn(o.url);
|
|
1078
1078
|
if (R && T.protocols.indexOf(R) === -1) {
|
|
1079
1079
|
r(new y("Unsupported protocol " + R + ":", y.ERR_BAD_REQUEST, e));
|
|
1080
1080
|
return;
|
|
1081
1081
|
}
|
|
1082
|
-
h.send(
|
|
1082
|
+
h.send(s || null);
|
|
1083
1083
|
});
|
|
1084
1084
|
}, cr = (e, t) => {
|
|
1085
1085
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
1086
1086
|
if (t || n) {
|
|
1087
1087
|
let r = new AbortController(), o;
|
|
1088
|
-
const
|
|
1088
|
+
const s = function(l) {
|
|
1089
1089
|
if (!o) {
|
|
1090
|
-
o = !0,
|
|
1091
|
-
const
|
|
1092
|
-
r.abort(
|
|
1090
|
+
o = !0, a();
|
|
1091
|
+
const u = l instanceof Error ? l : this.reason;
|
|
1092
|
+
r.abort(u instanceof y ? u : new M(u instanceof Error ? u.message : u));
|
|
1093
1093
|
}
|
|
1094
1094
|
};
|
|
1095
|
-
let
|
|
1096
|
-
|
|
1095
|
+
let i = t && setTimeout(() => {
|
|
1096
|
+
i = null, s(new y(`timeout ${t} of ms exceeded`, y.ETIMEDOUT));
|
|
1097
1097
|
}, t);
|
|
1098
|
-
const
|
|
1099
|
-
e && (
|
|
1100
|
-
|
|
1098
|
+
const a = () => {
|
|
1099
|
+
e && (i && clearTimeout(i), i = null, e.forEach((l) => {
|
|
1100
|
+
l.unsubscribe ? l.unsubscribe(s) : l.removeEventListener("abort", s);
|
|
1101
1101
|
}), e = null);
|
|
1102
1102
|
};
|
|
1103
|
-
e.forEach((
|
|
1103
|
+
e.forEach((l) => l.addEventListener("abort", s));
|
|
1104
1104
|
const { signal: f } = r;
|
|
1105
|
-
return f.unsubscribe = () =>
|
|
1105
|
+
return f.unsubscribe = () => c.asap(a), f;
|
|
1106
1106
|
}
|
|
1107
1107
|
}, ur = function* (e, t) {
|
|
1108
1108
|
let n = e.byteLength;
|
|
@@ -1134,29 +1134,29 @@ const Ot = (e) => {
|
|
|
1134
1134
|
}
|
|
1135
1135
|
}, Me = (e, t, n, r) => {
|
|
1136
1136
|
const o = lr(e, t);
|
|
1137
|
-
let
|
|
1138
|
-
|
|
1137
|
+
let s = 0, i, a = (f) => {
|
|
1138
|
+
i || (i = !0, r && r(f));
|
|
1139
1139
|
};
|
|
1140
1140
|
return new ReadableStream({
|
|
1141
1141
|
async pull(f) {
|
|
1142
1142
|
try {
|
|
1143
|
-
const { done:
|
|
1144
|
-
if (
|
|
1145
|
-
|
|
1143
|
+
const { done: l, value: u } = await o.next();
|
|
1144
|
+
if (l) {
|
|
1145
|
+
a(), f.close();
|
|
1146
1146
|
return;
|
|
1147
1147
|
}
|
|
1148
|
-
let d =
|
|
1148
|
+
let d = u.byteLength;
|
|
1149
1149
|
if (n) {
|
|
1150
|
-
let w =
|
|
1150
|
+
let w = s += d;
|
|
1151
1151
|
n(w);
|
|
1152
1152
|
}
|
|
1153
|
-
f.enqueue(new Uint8Array(
|
|
1154
|
-
} catch (
|
|
1155
|
-
throw
|
|
1153
|
+
f.enqueue(new Uint8Array(u));
|
|
1154
|
+
} catch (l) {
|
|
1155
|
+
throw a(l), l;
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
1158
|
cancel(f) {
|
|
1159
|
-
return
|
|
1159
|
+
return a(f), o.return();
|
|
1160
1160
|
}
|
|
1161
1161
|
}, {
|
|
1162
1162
|
highWaterMark: 2
|
|
@@ -1177,12 +1177,12 @@ const Ot = (e) => {
|
|
|
1177
1177
|
}
|
|
1178
1178
|
}).headers.has("Content-Type");
|
|
1179
1179
|
return e && !t;
|
|
1180
|
-
}), $e = 64 * 1024, Ee = At && _t(() =>
|
|
1180
|
+
}), $e = 64 * 1024, Ee = At && _t(() => c.isReadableStream(new Response("").body)), oe = {
|
|
1181
1181
|
stream: Ee && ((e) => e.body)
|
|
1182
1182
|
};
|
|
1183
1183
|
le && ((e) => {
|
|
1184
1184
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
1185
|
-
!oe[t] && (oe[t] =
|
|
1185
|
+
!oe[t] && (oe[t] = c.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
|
|
1186
1186
|
throw new y(`Response type '${t}' is not supported`, y.ERR_NOT_SUPPORT, r);
|
|
1187
1187
|
});
|
|
1188
1188
|
});
|
|
@@ -1190,19 +1190,19 @@ le && ((e) => {
|
|
|
1190
1190
|
const hr = async (e) => {
|
|
1191
1191
|
if (e == null)
|
|
1192
1192
|
return 0;
|
|
1193
|
-
if (
|
|
1193
|
+
if (c.isBlob(e))
|
|
1194
1194
|
return e.size;
|
|
1195
|
-
if (
|
|
1195
|
+
if (c.isSpecCompliantForm(e))
|
|
1196
1196
|
return (await new Request(T.origin, {
|
|
1197
1197
|
method: "POST",
|
|
1198
1198
|
body: e
|
|
1199
1199
|
}).arrayBuffer()).byteLength;
|
|
1200
|
-
if (
|
|
1200
|
+
if (c.isArrayBufferView(e) || c.isArrayBuffer(e))
|
|
1201
1201
|
return e.byteLength;
|
|
1202
|
-
if (
|
|
1202
|
+
if (c.isURLSearchParams(e) && (e = e + ""), c.isString(e))
|
|
1203
1203
|
return (await dr(e)).byteLength;
|
|
1204
1204
|
}, mr = async (e, t) => {
|
|
1205
|
-
const n =
|
|
1205
|
+
const n = c.toFiniteNumber(e.getContentLength());
|
|
1206
1206
|
return n ?? hr(t);
|
|
1207
1207
|
}, yr = le && (async (e) => {
|
|
1208
1208
|
let {
|
|
@@ -1210,67 +1210,67 @@ const hr = async (e) => {
|
|
|
1210
1210
|
method: n,
|
|
1211
1211
|
data: r,
|
|
1212
1212
|
signal: o,
|
|
1213
|
-
cancelToken:
|
|
1214
|
-
timeout:
|
|
1215
|
-
onDownloadProgress:
|
|
1213
|
+
cancelToken: s,
|
|
1214
|
+
timeout: i,
|
|
1215
|
+
onDownloadProgress: a,
|
|
1216
1216
|
onUploadProgress: f,
|
|
1217
|
-
responseType:
|
|
1218
|
-
headers:
|
|
1217
|
+
responseType: l,
|
|
1218
|
+
headers: u,
|
|
1219
1219
|
withCredentials: d = "same-origin",
|
|
1220
1220
|
fetchOptions: w
|
|
1221
1221
|
} = Ot(e);
|
|
1222
|
-
|
|
1223
|
-
let g = cr([o,
|
|
1222
|
+
l = l ? (l + "").toLowerCase() : "text";
|
|
1223
|
+
let g = cr([o, s && s.toAbortSignal()], i), p;
|
|
1224
1224
|
const m = g && g.unsubscribe && (() => {
|
|
1225
1225
|
g.unsubscribe();
|
|
1226
1226
|
});
|
|
1227
1227
|
let h;
|
|
1228
1228
|
try {
|
|
1229
|
-
if (f && pr && n !== "get" && n !== "head" && (h = await mr(
|
|
1229
|
+
if (f && pr && n !== "get" && n !== "head" && (h = await mr(u, r)) !== 0) {
|
|
1230
1230
|
let O = new Request(t, {
|
|
1231
1231
|
method: "POST",
|
|
1232
1232
|
body: r,
|
|
1233
1233
|
duplex: "half"
|
|
1234
1234
|
}), P;
|
|
1235
|
-
if (
|
|
1236
|
-
const [
|
|
1235
|
+
if (c.isFormData(r) && (P = O.headers.get("content-type")) && u.setContentType(P), O.body) {
|
|
1236
|
+
const [D, X] = je(
|
|
1237
1237
|
h,
|
|
1238
1238
|
re(qe(f))
|
|
1239
1239
|
);
|
|
1240
|
-
r = Me(O.body, $e,
|
|
1240
|
+
r = Me(O.body, $e, D, X);
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
|
-
|
|
1243
|
+
c.isString(d) || (d = d ? "include" : "omit");
|
|
1244
1244
|
const E = "credentials" in Request.prototype;
|
|
1245
1245
|
p = new Request(t, {
|
|
1246
1246
|
...w,
|
|
1247
1247
|
signal: g,
|
|
1248
1248
|
method: n.toUpperCase(),
|
|
1249
|
-
headers:
|
|
1249
|
+
headers: u.normalize().toJSON(),
|
|
1250
1250
|
body: r,
|
|
1251
1251
|
duplex: "half",
|
|
1252
1252
|
credentials: E ? d : void 0
|
|
1253
1253
|
});
|
|
1254
1254
|
let R = await fetch(p, w);
|
|
1255
|
-
const S = Ee && (
|
|
1256
|
-
if (Ee && (
|
|
1255
|
+
const S = Ee && (l === "stream" || l === "response");
|
|
1256
|
+
if (Ee && (a || S && m)) {
|
|
1257
1257
|
const O = {};
|
|
1258
1258
|
["status", "statusText", "headers"].forEach((Ne) => {
|
|
1259
1259
|
O[Ne] = R[Ne];
|
|
1260
1260
|
});
|
|
1261
|
-
const P =
|
|
1261
|
+
const P = c.toFiniteNumber(R.headers.get("content-length")), [D, X] = a && je(
|
|
1262
1262
|
P,
|
|
1263
|
-
re(qe(
|
|
1263
|
+
re(qe(a), !0)
|
|
1264
1264
|
) || [];
|
|
1265
1265
|
R = new Response(
|
|
1266
|
-
Me(R.body, $e,
|
|
1266
|
+
Me(R.body, $e, D, () => {
|
|
1267
1267
|
X && X(), m && m();
|
|
1268
1268
|
}),
|
|
1269
1269
|
O
|
|
1270
1270
|
);
|
|
1271
1271
|
}
|
|
1272
|
-
|
|
1273
|
-
let C = await oe[
|
|
1272
|
+
l = l || "text";
|
|
1273
|
+
let C = await oe[c.findKey(oe, l) || "text"](R, e);
|
|
1274
1274
|
return !S && m && m(), await new Promise((O, P) => {
|
|
1275
1275
|
St(O, P, {
|
|
1276
1276
|
data: C,
|
|
@@ -1294,7 +1294,7 @@ const hr = async (e) => {
|
|
|
1294
1294
|
xhr: ar,
|
|
1295
1295
|
fetch: yr
|
|
1296
1296
|
};
|
|
1297
|
-
|
|
1297
|
+
c.forEach(Re, (e, t) => {
|
|
1298
1298
|
if (e) {
|
|
1299
1299
|
try {
|
|
1300
1300
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1303,30 +1303,30 @@ a.forEach(Re, (e, t) => {
|
|
|
1303
1303
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1304
1304
|
}
|
|
1305
1305
|
});
|
|
1306
|
-
const ze = (e) => `- ${e}`, wr = (e) =>
|
|
1306
|
+
const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !1, kt = {
|
|
1307
1307
|
getAdapter: (e) => {
|
|
1308
|
-
e =
|
|
1308
|
+
e = c.isArray(e) ? e : [e];
|
|
1309
1309
|
const { length: t } = e;
|
|
1310
1310
|
let n, r;
|
|
1311
1311
|
const o = {};
|
|
1312
|
-
for (let
|
|
1313
|
-
n = e[
|
|
1314
|
-
let
|
|
1315
|
-
if (r = n, !wr(n) && (r = Re[(
|
|
1316
|
-
throw new y(`Unknown adapter '${
|
|
1312
|
+
for (let s = 0; s < t; s++) {
|
|
1313
|
+
n = e[s];
|
|
1314
|
+
let i;
|
|
1315
|
+
if (r = n, !wr(n) && (r = Re[(i = String(n)).toLowerCase()], r === void 0))
|
|
1316
|
+
throw new y(`Unknown adapter '${i}'`);
|
|
1317
1317
|
if (r)
|
|
1318
1318
|
break;
|
|
1319
|
-
o[
|
|
1319
|
+
o[i || "#" + s] = r;
|
|
1320
1320
|
}
|
|
1321
1321
|
if (!r) {
|
|
1322
|
-
const
|
|
1323
|
-
([
|
|
1322
|
+
const s = Object.entries(o).map(
|
|
1323
|
+
([a, f]) => `adapter ${a} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1324
1324
|
);
|
|
1325
|
-
let
|
|
1326
|
-
` +
|
|
1327
|
-
`) : " " + ze(
|
|
1325
|
+
let i = t ? s.length > 1 ? `since :
|
|
1326
|
+
` + s.map(ze).join(`
|
|
1327
|
+
`) : " " + ze(s[0]) : "as no adapter specified";
|
|
1328
1328
|
throw new y(
|
|
1329
|
-
"There is no suitable adapter to dispatch the request " +
|
|
1329
|
+
"There is no suitable adapter to dispatch the request " + i,
|
|
1330
1330
|
"ERR_NOT_SUPPORT"
|
|
1331
1331
|
);
|
|
1332
1332
|
}
|
|
@@ -1364,21 +1364,21 @@ const xt = "1.11.0", fe = {};
|
|
|
1364
1364
|
});
|
|
1365
1365
|
const Ve = {};
|
|
1366
1366
|
fe.transitional = function(t, n, r) {
|
|
1367
|
-
function o(
|
|
1368
|
-
return "[Axios v" + xt + "] Transitional option '" +
|
|
1367
|
+
function o(s, i) {
|
|
1368
|
+
return "[Axios v" + xt + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
|
|
1369
1369
|
}
|
|
1370
|
-
return (
|
|
1370
|
+
return (s, i, a) => {
|
|
1371
1371
|
if (t === !1)
|
|
1372
1372
|
throw new y(
|
|
1373
|
-
o(
|
|
1373
|
+
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1374
1374
|
y.ERR_DEPRECATED
|
|
1375
1375
|
);
|
|
1376
|
-
return n && !Ve[
|
|
1376
|
+
return n && !Ve[i] && (Ve[i] = !0, console.warn(
|
|
1377
1377
|
o(
|
|
1378
|
-
|
|
1378
|
+
i,
|
|
1379
1379
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
1380
1380
|
)
|
|
1381
|
-
)), t ? t(
|
|
1381
|
+
)), t ? t(s, i, a) : !0;
|
|
1382
1382
|
};
|
|
1383
1383
|
};
|
|
1384
1384
|
fe.spelling = function(t) {
|
|
@@ -1390,15 +1390,15 @@ function gr(e, t, n) {
|
|
|
1390
1390
|
const r = Object.keys(e);
|
|
1391
1391
|
let o = r.length;
|
|
1392
1392
|
for (; o-- > 0; ) {
|
|
1393
|
-
const
|
|
1394
|
-
if (
|
|
1395
|
-
const
|
|
1393
|
+
const s = r[o], i = t[s];
|
|
1394
|
+
if (i) {
|
|
1395
|
+
const a = e[s], f = a === void 0 || i(a, s, e);
|
|
1396
1396
|
if (f !== !0)
|
|
1397
|
-
throw new y("option " +
|
|
1397
|
+
throw new y("option " + s + " must be " + f, y.ERR_BAD_OPTION_VALUE);
|
|
1398
1398
|
continue;
|
|
1399
1399
|
}
|
|
1400
1400
|
if (n !== !0)
|
|
1401
|
-
throw new y("Unknown option " +
|
|
1401
|
+
throw new y("Unknown option " + s, y.ERR_BAD_OPTION);
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
const te = {
|
|
@@ -1427,10 +1427,10 @@ let I = class {
|
|
|
1427
1427
|
if (r instanceof Error) {
|
|
1428
1428
|
let o = {};
|
|
1429
1429
|
Error.captureStackTrace ? Error.captureStackTrace(o) : o = new Error();
|
|
1430
|
-
const
|
|
1430
|
+
const s = o.stack ? o.stack.replace(/^.+\n/, "") : "";
|
|
1431
1431
|
try {
|
|
1432
|
-
r.stack ?
|
|
1433
|
-
` +
|
|
1432
|
+
r.stack ? s && !String(r.stack).endsWith(s.replace(/^.+\n.+\n/, "")) && (r.stack += `
|
|
1433
|
+
` + s) : r.stack = s;
|
|
1434
1434
|
} catch {
|
|
1435
1435
|
}
|
|
1436
1436
|
}
|
|
@@ -1439,12 +1439,12 @@ let I = class {
|
|
|
1439
1439
|
}
|
|
1440
1440
|
_request(t, n) {
|
|
1441
1441
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = B(this.defaults, n);
|
|
1442
|
-
const { transitional: r, paramsSerializer: o, headers:
|
|
1442
|
+
const { transitional: r, paramsSerializer: o, headers: s } = n;
|
|
1443
1443
|
r !== void 0 && te.assertOptions(r, {
|
|
1444
1444
|
silentJSONParsing: x.transitional(x.boolean),
|
|
1445
1445
|
forcedJSONParsing: x.transitional(x.boolean),
|
|
1446
1446
|
clarifyTimeoutError: x.transitional(x.boolean)
|
|
1447
|
-
}, !1), o != null && (
|
|
1447
|
+
}, !1), o != null && (c.isFunction(o) ? n.paramsSerializer = {
|
|
1448
1448
|
serialize: o
|
|
1449
1449
|
} : te.assertOptions(o, {
|
|
1450
1450
|
encode: x.function,
|
|
@@ -1453,36 +1453,36 @@ let I = class {
|
|
|
1453
1453
|
baseUrl: x.spelling("baseURL"),
|
|
1454
1454
|
withXsrfToken: x.spelling("withXSRFToken")
|
|
1455
1455
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
1456
|
-
let
|
|
1457
|
-
|
|
1458
|
-
|
|
1456
|
+
let i = s && c.merge(
|
|
1457
|
+
s.common,
|
|
1458
|
+
s[n.method]
|
|
1459
1459
|
);
|
|
1460
|
-
|
|
1460
|
+
s && c.forEach(
|
|
1461
1461
|
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
1462
1462
|
(p) => {
|
|
1463
|
-
delete
|
|
1463
|
+
delete s[p];
|
|
1464
1464
|
}
|
|
1465
|
-
), n.headers = _.concat(
|
|
1466
|
-
const
|
|
1465
|
+
), n.headers = _.concat(i, s);
|
|
1466
|
+
const a = [];
|
|
1467
1467
|
let f = !0;
|
|
1468
1468
|
this.interceptors.request.forEach(function(m) {
|
|
1469
|
-
typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous,
|
|
1469
|
+
typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous, a.unshift(m.fulfilled, m.rejected));
|
|
1470
1470
|
});
|
|
1471
|
-
const
|
|
1471
|
+
const l = [];
|
|
1472
1472
|
this.interceptors.response.forEach(function(m) {
|
|
1473
|
-
|
|
1473
|
+
l.push(m.fulfilled, m.rejected);
|
|
1474
1474
|
});
|
|
1475
|
-
let
|
|
1475
|
+
let u, d = 0, w;
|
|
1476
1476
|
if (!f) {
|
|
1477
1477
|
const p = [Je.bind(this), void 0];
|
|
1478
|
-
for (p.unshift(...
|
|
1479
|
-
|
|
1480
|
-
return
|
|
1478
|
+
for (p.unshift(...a), p.push(...l), w = p.length, u = Promise.resolve(n); d < w; )
|
|
1479
|
+
u = u.then(p[d++], p[d++]);
|
|
1480
|
+
return u;
|
|
1481
1481
|
}
|
|
1482
|
-
w =
|
|
1482
|
+
w = a.length;
|
|
1483
1483
|
let g = n;
|
|
1484
1484
|
for (d = 0; d < w; ) {
|
|
1485
|
-
const p =
|
|
1485
|
+
const p = a[d++], m = a[d++];
|
|
1486
1486
|
try {
|
|
1487
1487
|
g = p(g);
|
|
1488
1488
|
} catch (h) {
|
|
@@ -1491,13 +1491,13 @@ let I = class {
|
|
|
1491
1491
|
}
|
|
1492
1492
|
}
|
|
1493
1493
|
try {
|
|
1494
|
-
|
|
1494
|
+
u = Je.call(this, g);
|
|
1495
1495
|
} catch (p) {
|
|
1496
1496
|
return Promise.reject(p);
|
|
1497
1497
|
}
|
|
1498
|
-
for (d = 0, w =
|
|
1499
|
-
|
|
1500
|
-
return
|
|
1498
|
+
for (d = 0, w = l.length; d < w; )
|
|
1499
|
+
u = u.then(l[d++], l[d++]);
|
|
1500
|
+
return u;
|
|
1501
1501
|
}
|
|
1502
1502
|
getUri(t) {
|
|
1503
1503
|
t = B(this.defaults, t);
|
|
@@ -1505,7 +1505,7 @@ let I = class {
|
|
|
1505
1505
|
return gt(n, t.params, t.paramsSerializer);
|
|
1506
1506
|
}
|
|
1507
1507
|
};
|
|
1508
|
-
|
|
1508
|
+
c.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1509
1509
|
I.prototype[t] = function(n, r) {
|
|
1510
1510
|
return this.request(B(r || {}, {
|
|
1511
1511
|
method: t,
|
|
@@ -1514,16 +1514,16 @@ a.forEach(["delete", "get", "head", "options"], function(t) {
|
|
|
1514
1514
|
}));
|
|
1515
1515
|
};
|
|
1516
1516
|
});
|
|
1517
|
-
|
|
1517
|
+
c.forEach(["post", "put", "patch"], function(t) {
|
|
1518
1518
|
function n(r) {
|
|
1519
|
-
return function(
|
|
1520
|
-
return this.request(B(
|
|
1519
|
+
return function(s, i, a) {
|
|
1520
|
+
return this.request(B(a || {}, {
|
|
1521
1521
|
method: t,
|
|
1522
1522
|
headers: r ? {
|
|
1523
1523
|
"Content-Type": "multipart/form-data"
|
|
1524
1524
|
} : {},
|
|
1525
|
-
url:
|
|
1526
|
-
data:
|
|
1525
|
+
url: s,
|
|
1526
|
+
data: i
|
|
1527
1527
|
}));
|
|
1528
1528
|
};
|
|
1529
1529
|
}
|
|
@@ -1534,26 +1534,26 @@ let br = class Ct {
|
|
|
1534
1534
|
if (typeof t != "function")
|
|
1535
1535
|
throw new TypeError("executor must be a function.");
|
|
1536
1536
|
let n;
|
|
1537
|
-
this.promise = new Promise(function(
|
|
1538
|
-
n =
|
|
1537
|
+
this.promise = new Promise(function(s) {
|
|
1538
|
+
n = s;
|
|
1539
1539
|
});
|
|
1540
1540
|
const r = this;
|
|
1541
1541
|
this.promise.then((o) => {
|
|
1542
1542
|
if (!r._listeners) return;
|
|
1543
|
-
let
|
|
1544
|
-
for (;
|
|
1545
|
-
r._listeners[
|
|
1543
|
+
let s = r._listeners.length;
|
|
1544
|
+
for (; s-- > 0; )
|
|
1545
|
+
r._listeners[s](o);
|
|
1546
1546
|
r._listeners = null;
|
|
1547
1547
|
}), this.promise.then = (o) => {
|
|
1548
|
-
let
|
|
1549
|
-
const
|
|
1550
|
-
r.subscribe(
|
|
1548
|
+
let s;
|
|
1549
|
+
const i = new Promise((a) => {
|
|
1550
|
+
r.subscribe(a), s = a;
|
|
1551
1551
|
}).then(o);
|
|
1552
|
-
return
|
|
1553
|
-
r.unsubscribe(
|
|
1554
|
-
},
|
|
1555
|
-
}, t(function(
|
|
1556
|
-
r.reason || (r.reason = new M(
|
|
1552
|
+
return i.cancel = function() {
|
|
1553
|
+
r.unsubscribe(s);
|
|
1554
|
+
}, i;
|
|
1555
|
+
}, t(function(s, i, a) {
|
|
1556
|
+
r.reason || (r.reason = new M(s, i, a), n(r.reason));
|
|
1557
1557
|
});
|
|
1558
1558
|
}
|
|
1559
1559
|
/**
|
|
@@ -1608,7 +1608,7 @@ function Er(e) {
|
|
|
1608
1608
|
};
|
|
1609
1609
|
}
|
|
1610
1610
|
function Rr(e) {
|
|
1611
|
-
return
|
|
1611
|
+
return c.isObject(e) && e.isAxiosError === !0;
|
|
1612
1612
|
}
|
|
1613
1613
|
const Se = {
|
|
1614
1614
|
Continue: 100,
|
|
@@ -1680,7 +1680,7 @@ Object.entries(Se).forEach(([e, t]) => {
|
|
|
1680
1680
|
});
|
|
1681
1681
|
function Pt(e) {
|
|
1682
1682
|
const t = new I(e), n = it(I.prototype.request, t);
|
|
1683
|
-
return
|
|
1683
|
+
return c.extend(n, I.prototype, t, { allOwnKeys: !0 }), c.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
1684
1684
|
return Pt(B(e, o));
|
|
1685
1685
|
}, n;
|
|
1686
1686
|
}
|
|
@@ -1700,7 +1700,7 @@ b.spread = Er;
|
|
|
1700
1700
|
b.isAxiosError = Rr;
|
|
1701
1701
|
b.mergeConfig = B;
|
|
1702
1702
|
b.AxiosHeaders = _;
|
|
1703
|
-
b.formToJSON = (e) => Et(
|
|
1703
|
+
b.formToJSON = (e) => Et(c.isHTMLForm(e) ? new FormData(e) : e);
|
|
1704
1704
|
b.getAdapter = kt.getAdapter;
|
|
1705
1705
|
b.HttpStatusCode = Se;
|
|
1706
1706
|
b.default = b;
|
|
@@ -1743,38 +1743,38 @@ var Sr = {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
1745
|
function Te(e, t) {
|
|
1746
|
-
function n(o,
|
|
1746
|
+
function n(o, s, i) {
|
|
1747
1747
|
if (!(typeof document > "u")) {
|
|
1748
|
-
|
|
1749
|
-
var
|
|
1750
|
-
for (var f in
|
|
1751
|
-
|
|
1752
|
-
return document.cookie = o + "=" + e.write(
|
|
1748
|
+
i = G({}, t, i), typeof i.expires == "number" && (i.expires = new Date(Date.now() + i.expires * 864e5)), i.expires && (i.expires = i.expires.toUTCString()), o = encodeURIComponent(o).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
|
|
1749
|
+
var a = "";
|
|
1750
|
+
for (var f in i)
|
|
1751
|
+
i[f] && (a += "; " + f, i[f] !== !0 && (a += "=" + i[f].split(";")[0]));
|
|
1752
|
+
return document.cookie = o + "=" + e.write(s, o) + a;
|
|
1753
1753
|
}
|
|
1754
1754
|
}
|
|
1755
1755
|
function r(o) {
|
|
1756
1756
|
if (!(typeof document > "u" || arguments.length && !o)) {
|
|
1757
|
-
for (var
|
|
1758
|
-
var f =
|
|
1757
|
+
for (var s = document.cookie ? document.cookie.split("; ") : [], i = {}, a = 0; a < s.length; a++) {
|
|
1758
|
+
var f = s[a].split("="), l = f.slice(1).join("=");
|
|
1759
1759
|
try {
|
|
1760
|
-
var
|
|
1761
|
-
if (
|
|
1760
|
+
var u = decodeURIComponent(f[0]);
|
|
1761
|
+
if (i[u] = e.read(l, u), o === u)
|
|
1762
1762
|
break;
|
|
1763
1763
|
} catch {
|
|
1764
1764
|
}
|
|
1765
1765
|
}
|
|
1766
|
-
return o ?
|
|
1766
|
+
return o ? i[o] : i;
|
|
1767
1767
|
}
|
|
1768
1768
|
}
|
|
1769
1769
|
return Object.create(
|
|
1770
1770
|
{
|
|
1771
1771
|
set: n,
|
|
1772
1772
|
get: r,
|
|
1773
|
-
remove: function(o,
|
|
1773
|
+
remove: function(o, s) {
|
|
1774
1774
|
n(
|
|
1775
1775
|
o,
|
|
1776
1776
|
"",
|
|
1777
|
-
G({},
|
|
1777
|
+
G({}, s, {
|
|
1778
1778
|
expires: -1
|
|
1779
1779
|
})
|
|
1780
1780
|
);
|
|
@@ -1801,24 +1801,24 @@ function Ue(e) {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
function Ar(e, t) {
|
|
1803
1803
|
function n(...r) {
|
|
1804
|
-
return new Promise((o,
|
|
1805
|
-
Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(
|
|
1804
|
+
return new Promise((o, s) => {
|
|
1805
|
+
Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(s);
|
|
1806
1806
|
});
|
|
1807
1807
|
}
|
|
1808
1808
|
return n;
|
|
1809
1809
|
}
|
|
1810
1810
|
function _r(e, t = !0, n = !0, r = !1) {
|
|
1811
|
-
let o = 0,
|
|
1812
|
-
const
|
|
1813
|
-
|
|
1811
|
+
let o = 0, s, i = !0, a = Oe, f;
|
|
1812
|
+
const l = () => {
|
|
1813
|
+
s && (clearTimeout(s), s = void 0, a(), a = Oe);
|
|
1814
1814
|
};
|
|
1815
1815
|
return (d) => {
|
|
1816
1816
|
const w = Ue(e), g = Date.now() - o, p = () => f = d();
|
|
1817
|
-
return
|
|
1818
|
-
|
|
1819
|
-
o = Date.now(),
|
|
1817
|
+
return l(), w <= 0 ? (o = Date.now(), p()) : (g > w && (n || !i) ? (o = Date.now(), p()) : t && (f = new Promise((m, h) => {
|
|
1818
|
+
a = r ? h : m, s = setTimeout(() => {
|
|
1819
|
+
o = Date.now(), i = !0, m(p()), l();
|
|
1820
1820
|
}, Math.max(0, w - g));
|
|
1821
|
-
})), !n && !
|
|
1821
|
+
})), !n && !s && (s = setTimeout(() => i = !0, w)), i = !1, f);
|
|
1822
1822
|
};
|
|
1823
1823
|
}
|
|
1824
1824
|
function kr(e) {
|
|
@@ -1838,14 +1838,14 @@ function Qe(...e) {
|
|
|
1838
1838
|
if (Or(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Ut) : [t, n, r, o] = e, !t)
|
|
1839
1839
|
return Oe;
|
|
1840
1840
|
Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
|
|
1841
|
-
const
|
|
1842
|
-
|
|
1843
|
-
},
|
|
1844
|
-
|
|
1845
|
-
}, { immediate: !0, flush: "post" }),
|
|
1846
|
-
f(),
|
|
1841
|
+
const s = [], i = () => {
|
|
1842
|
+
s.forEach((u) => u()), s.length = 0;
|
|
1843
|
+
}, a = (u, d, w, g) => (u.addEventListener(d, w, g), () => u.removeEventListener(d, w, g)), f = ke(() => [Cr(t), Ue(o)], ([u, d]) => {
|
|
1844
|
+
i(), u && s.push(...n.flatMap((w) => r.map((g) => a(u, w, g, d))));
|
|
1845
|
+
}, { immediate: !0, flush: "post" }), l = () => {
|
|
1846
|
+
f(), i();
|
|
1847
1847
|
};
|
|
1848
|
-
return xr(
|
|
1848
|
+
return xr(l), l;
|
|
1849
1849
|
}
|
|
1850
1850
|
const Xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ge = "__vueuse_ssr_handlers__";
|
|
1851
1851
|
Xe[Ge] = Xe[Ge] || {};
|
|
@@ -1855,22 +1855,22 @@ function Ur(e = Lr, t = {}) {
|
|
|
1855
1855
|
initialState: n = !1,
|
|
1856
1856
|
listenForVisibilityChange: r = !0,
|
|
1857
1857
|
events: o = Pr,
|
|
1858
|
-
window:
|
|
1859
|
-
eventFilter:
|
|
1860
|
-
} = t,
|
|
1861
|
-
let
|
|
1862
|
-
const
|
|
1863
|
-
|
|
1858
|
+
window: s = Ut,
|
|
1859
|
+
eventFilter: i = _r(50)
|
|
1860
|
+
} = t, a = ne(n), f = ne(Ke());
|
|
1861
|
+
let l;
|
|
1862
|
+
const u = Ar(i, () => {
|
|
1863
|
+
a.value = !1, f.value = Ke(), clearTimeout(l), l = setTimeout(() => a.value = !0, e);
|
|
1864
1864
|
});
|
|
1865
|
-
if (
|
|
1866
|
-
const d =
|
|
1865
|
+
if (s) {
|
|
1866
|
+
const d = s.document;
|
|
1867
1867
|
for (const w of o)
|
|
1868
|
-
Qe(
|
|
1868
|
+
Qe(s, w, u, { passive: !0 });
|
|
1869
1869
|
r && Qe(d, "visibilitychange", () => {
|
|
1870
|
-
d.hidden ||
|
|
1870
|
+
d.hidden || u();
|
|
1871
1871
|
});
|
|
1872
1872
|
}
|
|
1873
|
-
return
|
|
1873
|
+
return l = setTimeout(() => a.value = !0, e), { idle: a, lastActive: f };
|
|
1874
1874
|
}
|
|
1875
1875
|
var Ze;
|
|
1876
1876
|
(function(e) {
|
|
@@ -1938,7 +1938,7 @@ let Dt = (e = 21) => {
|
|
|
1938
1938
|
}
|
|
1939
1939
|
return t;
|
|
1940
1940
|
};
|
|
1941
|
-
const
|
|
1941
|
+
const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
1942
1942
|
const t = new URL(window.location.href), n = new URLSearchParams(t.search);
|
|
1943
1943
|
e.forEach((r) => {
|
|
1944
1944
|
n.delete(r);
|
|
@@ -1949,12 +1949,12 @@ const F = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
1949
1949
|
ssoParam: "/api/justauth/client/v1/visitor/sso-param"
|
|
1950
1950
|
}
|
|
1951
1951
|
}, qr = async () => {
|
|
1952
|
-
const e =
|
|
1953
|
-
if (_e(["authorizer"]), e === "feishu") {
|
|
1952
|
+
const e = L("authorizer") || "", t = L("_redirect_url") || "";
|
|
1953
|
+
if (_e(["authorizer", "_redirect_url"]), e === "feishu") {
|
|
1954
1954
|
if (!window.tt) return "";
|
|
1955
|
-
const
|
|
1956
|
-
const
|
|
1957
|
-
return (await b.create().get(
|
|
1955
|
+
const n = async () => {
|
|
1956
|
+
const r = nt.feishu.ssoParam;
|
|
1957
|
+
return (await b.create().get(r, {
|
|
1958
1958
|
baseURL: tt,
|
|
1959
1959
|
params: {
|
|
1960
1960
|
source: "feishu",
|
|
@@ -1962,43 +1962,47 @@ const F = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
1962
1962
|
}
|
|
1963
1963
|
})).data || "";
|
|
1964
1964
|
};
|
|
1965
|
-
return new Promise(async (
|
|
1966
|
-
const
|
|
1965
|
+
return new Promise(async (r) => {
|
|
1966
|
+
const o = async (a) => {
|
|
1967
1967
|
try {
|
|
1968
|
-
const
|
|
1969
|
-
console.log("
|
|
1970
|
-
const {
|
|
1968
|
+
const f = nt.feishu.login;
|
|
1969
|
+
console.log("_redirect_url===", t);
|
|
1970
|
+
const l = await b.create().get(f, { baseURL: tt, params: { code: a, _redirect_url: t } });
|
|
1971
|
+
console.log("login success", l.data);
|
|
1972
|
+
const { access_token: u = "", expires_in: d = 0, refresh_token: w = "" } = l.data, g = {
|
|
1971
1973
|
accessToken: u,
|
|
1972
|
-
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(
|
|
1973
|
-
refreshToken:
|
|
1974
|
-
info:
|
|
1974
|
+
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(d) * 1e3,
|
|
1975
|
+
refreshToken: w,
|
|
1976
|
+
info: l.data
|
|
1975
1977
|
};
|
|
1976
|
-
q().save(
|
|
1977
|
-
} catch (
|
|
1978
|
-
console.error(
|
|
1978
|
+
q().save(g), await xe(u), r(u);
|
|
1979
|
+
} catch (f) {
|
|
1980
|
+
console.error("login fail", f), v({ ...N, redirect_uri: U }), r("");
|
|
1979
1981
|
}
|
|
1980
|
-
},
|
|
1982
|
+
}, s = await n();
|
|
1983
|
+
console.log("飞书appId===", s);
|
|
1984
|
+
const i = () => {
|
|
1981
1985
|
window.tt.requestAuthCode({
|
|
1982
|
-
appId:
|
|
1983
|
-
success: (
|
|
1984
|
-
const { code:
|
|
1985
|
-
|
|
1986
|
+
appId: s,
|
|
1987
|
+
success: (a) => {
|
|
1988
|
+
const { code: f } = a;
|
|
1989
|
+
console.error("requestAuthCode success", a), o(f);
|
|
1986
1990
|
},
|
|
1987
|
-
fail: (
|
|
1988
|
-
console.error("requestAuthCode fail",
|
|
1991
|
+
fail: (a) => {
|
|
1992
|
+
console.error("requestAuthCode fail", a), v({ ...N, redirect_uri: U }), r("");
|
|
1989
1993
|
}
|
|
1990
1994
|
});
|
|
1991
1995
|
};
|
|
1992
|
-
window.tt.requestAccess ? (console.log("appId===",
|
|
1993
|
-
appID:
|
|
1996
|
+
window.tt.requestAccess ? (console.log("appId===", s), window.tt.requestAccess({
|
|
1997
|
+
appID: s,
|
|
1994
1998
|
scopeList: [],
|
|
1995
|
-
success: (
|
|
1996
|
-
const { code:
|
|
1997
|
-
console.log("requestAccess success",
|
|
1999
|
+
success: (a) => {
|
|
2000
|
+
const { code: f } = a;
|
|
2001
|
+
console.log("requestAccess success", a), o(f);
|
|
1998
2002
|
},
|
|
1999
|
-
fail: (
|
|
2000
|
-
const { errno:
|
|
2001
|
-
|
|
2003
|
+
fail: (a) => {
|
|
2004
|
+
const { errno: f } = a;
|
|
2005
|
+
f === 103 ? i() : (console.error("requestAccess fail", a), v({ ...N, redirect_uri: U }), r(""));
|
|
2002
2006
|
}
|
|
2003
2007
|
})) : i();
|
|
2004
2008
|
});
|
|
@@ -2011,7 +2015,7 @@ const F = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
2011
2015
|
// 清除登录信息
|
|
2012
2016
|
token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
|
|
2013
2017
|
// 通过code获取token
|
|
2014
|
-
}, { baseURL: rt, noRedireLogin: Hr = !1 } = se(),
|
|
2018
|
+
}, { baseURL: rt, noRedireLogin: Hr = !1 } = se(), U = location.origin + "/home", N = {
|
|
2015
2019
|
response_type: "code",
|
|
2016
2020
|
scope: "sever",
|
|
2017
2021
|
client_id: "sys",
|
|
@@ -2030,22 +2034,22 @@ const F = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
2030
2034
|
localStorage.getItem("idelTime") && It(Number(localStorage.getItem("idelTime")));
|
|
2031
2035
|
let ot = "";
|
|
2032
2036
|
const Mr = async () => {
|
|
2033
|
-
const e =
|
|
2037
|
+
const e = L("code") || "", t = L("redirect_url") || "/", n = L("kingdee_token") || "", r = L("loginType") || "";
|
|
2034
2038
|
if (r && localStorage.setItem("loginType", r), !e) return z();
|
|
2035
2039
|
if (e === ot)
|
|
2036
2040
|
return _e(["code", "state", "kingdee_token", "redirect_url"]), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), z();
|
|
2037
2041
|
ot = e, _e(["code", "state", "kingdee_token", "redirect_url"]);
|
|
2038
2042
|
let o = {};
|
|
2039
|
-
const
|
|
2043
|
+
const s = {
|
|
2040
2044
|
grant_type: "authorization_code",
|
|
2041
2045
|
code: e,
|
|
2042
|
-
client_id:
|
|
2043
|
-
client_secret:
|
|
2044
|
-
redirect_uri: r ? st(
|
|
2046
|
+
client_id: N.client_id,
|
|
2047
|
+
client_secret: N.client_secret,
|
|
2048
|
+
redirect_uri: r ? st(U, { loginType: r }) : U,
|
|
2045
2049
|
timestamp: (/* @__PURE__ */ new Date()).getTime(),
|
|
2046
2050
|
nonce: Dt()
|
|
2047
2051
|
};
|
|
2048
|
-
n && (sessionStorage.setItem("kingdee_token", n),
|
|
2052
|
+
n && (sessionStorage.setItem("kingdee_token", n), s.redirect_uri = `${s.redirect_uri}?kingdee_token=${n}`);
|
|
2049
2053
|
try {
|
|
2050
2054
|
await b.create().get(j.token, { baseURL: rt });
|
|
2051
2055
|
} catch {
|
|
@@ -2056,37 +2060,37 @@ const Mr = async () => {
|
|
|
2056
2060
|
{},
|
|
2057
2061
|
{
|
|
2058
2062
|
baseURL: rt,
|
|
2059
|
-
params:
|
|
2063
|
+
params: s,
|
|
2060
2064
|
headers: {
|
|
2061
2065
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
2062
2066
|
"csrf-token": Tr.get("csrf-token")
|
|
2063
2067
|
}
|
|
2064
2068
|
}
|
|
2065
2069
|
);
|
|
2066
|
-
const { access_token:
|
|
2067
|
-
accessToken:
|
|
2068
|
-
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(
|
|
2070
|
+
const { access_token: i = "", expires_in: a = 0, refresh_token: f = "", refresh_exp: l = 0 } = o.data, u = {
|
|
2071
|
+
accessToken: i,
|
|
2072
|
+
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(a) * 1e3,
|
|
2069
2073
|
refreshToken: f,
|
|
2070
2074
|
info: o.data
|
|
2071
2075
|
};
|
|
2072
|
-
q().save(
|
|
2073
|
-
const d = Number(
|
|
2074
|
-
return d && d > 0 && (It(d), d && localStorage.setItem("idelTime", d.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))),
|
|
2076
|
+
q().save(u), await xe(i);
|
|
2077
|
+
const d = Number(l) - (/* @__PURE__ */ new Date()).getTime();
|
|
2078
|
+
return d && d > 0 && (It(d), d && localStorage.setItem("idelTime", d.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))), i;
|
|
2075
2079
|
} catch {
|
|
2076
|
-
return v({ ...
|
|
2080
|
+
return v({ ...N, redirect_uri: U });
|
|
2077
2081
|
}
|
|
2078
2082
|
}, Z = ne(!1), go = async (e) => {
|
|
2079
2083
|
if (e.public) return "";
|
|
2080
2084
|
if (Ft.value)
|
|
2081
|
-
return v({ ...
|
|
2085
|
+
return v({ ...N, redirect_uri: U });
|
|
2082
2086
|
if (Z.value)
|
|
2083
2087
|
return await new Promise(async (r) => {
|
|
2084
2088
|
ke(
|
|
2085
2089
|
() => Z.value,
|
|
2086
2090
|
(o) => {
|
|
2087
2091
|
if (!o) {
|
|
2088
|
-
const
|
|
2089
|
-
r(
|
|
2092
|
+
const s = z();
|
|
2093
|
+
r(s);
|
|
2090
2094
|
}
|
|
2091
2095
|
}
|
|
2092
2096
|
);
|
|
@@ -2095,8 +2099,8 @@ const Mr = async () => {
|
|
|
2095
2099
|
const { accessTokenExpiredAt: n } = q().getData();
|
|
2096
2100
|
Z.value = !0;
|
|
2097
2101
|
try {
|
|
2098
|
-
const r =
|
|
2099
|
-
r ? t = await Mr() : o === "feishu" ? t = await qr() : typeof n == "number" && n > 0 && +/* @__PURE__ */ new Date() + 6e4 > n && (t = await Jr(
|
|
2102
|
+
const r = L("code") || "", o = L("authorizer") || "";
|
|
2103
|
+
r ? t = await Mr() : o === "feishu" ? t = await qr() : typeof n == "number" && n > 0 && +/* @__PURE__ */ new Date() + 6e4 > n && (t = await Jr(N));
|
|
2100
2104
|
} catch {
|
|
2101
2105
|
} finally {
|
|
2102
2106
|
Z.value = !1;
|
|
@@ -2121,19 +2125,19 @@ const v = (e) => {
|
|
|
2121
2125
|
const { baseURL: r, ssoLocale: o } = se();
|
|
2122
2126
|
if (Ae) return Ae(t);
|
|
2123
2127
|
t.logout = "true", o && (t.locale = "locale");
|
|
2124
|
-
const
|
|
2125
|
-
Object.entries(t).forEach(([f,
|
|
2126
|
-
f !== "client_secret" &&
|
|
2128
|
+
const s = new URLSearchParams();
|
|
2129
|
+
Object.entries(t).forEach(([f, l]) => {
|
|
2130
|
+
f !== "client_secret" && s.set(f, String(l));
|
|
2127
2131
|
});
|
|
2128
|
-
const
|
|
2132
|
+
const i = s.toString(), a = `${r}${j.oauth}?${i}`;
|
|
2129
2133
|
if (localStorage.removeItem("idelTime"), sessionStorage.clear(), q().remove(), $r())
|
|
2130
|
-
zr(
|
|
2134
|
+
zr(a);
|
|
2131
2135
|
else {
|
|
2132
2136
|
try {
|
|
2133
2137
|
b.create().get(j.logoutCurpage, { baseURL: r });
|
|
2134
2138
|
} catch {
|
|
2135
2139
|
}
|
|
2136
|
-
window.__isAutoCloseApp = !1, location.replace(
|
|
2140
|
+
window.__isAutoCloseApp = !1, location.replace(a);
|
|
2137
2141
|
}
|
|
2138
2142
|
} finally {
|
|
2139
2143
|
ye = !1;
|
|
@@ -2162,15 +2166,15 @@ const Jr = async (e) => {
|
|
|
2162
2166
|
nonce: Dt()
|
|
2163
2167
|
}
|
|
2164
2168
|
}
|
|
2165
|
-
), { access_token: o = "", expires_in:
|
|
2169
|
+
), { access_token: o = "", expires_in: s = 0, refresh_token: i = "" } = r.data, a = {
|
|
2166
2170
|
accessToken: o,
|
|
2167
|
-
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(
|
|
2168
|
-
refreshToken:
|
|
2171
|
+
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(s) * 1e3,
|
|
2172
|
+
refreshToken: i,
|
|
2169
2173
|
info: r.data
|
|
2170
2174
|
};
|
|
2171
|
-
return q().save(
|
|
2175
|
+
return q().save(a), await xe(o), o;
|
|
2172
2176
|
} catch {
|
|
2173
|
-
return v({ ...e, redirect_uri:
|
|
2177
|
+
return v({ ...e, redirect_uri: U });
|
|
2174
2178
|
}
|
|
2175
2179
|
}, q = () => ({
|
|
2176
2180
|
getData: () => ({
|
|
@@ -2189,11 +2193,11 @@ const Jr = async (e) => {
|
|
|
2189
2193
|
}
|
|
2190
2194
|
});
|
|
2191
2195
|
export {
|
|
2192
|
-
|
|
2196
|
+
L as getQuery,
|
|
2193
2197
|
go as getToken,
|
|
2194
2198
|
Mr as getTokenFromCode,
|
|
2195
|
-
|
|
2199
|
+
N as getTokenParams,
|
|
2196
2200
|
v as login,
|
|
2197
|
-
|
|
2201
|
+
U as real_uri,
|
|
2198
2202
|
q as tokenStorage
|
|
2199
2203
|
};
|