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