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