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