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