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