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