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