@das-fed/utils 7.0.7-hot.53 → 7.0.7-hot.55
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/enterpriseright/index.js +782 -800
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +889 -907
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/link/index.js +800 -782
- package/api-services/modules/link/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/platformManage/index.js +789 -775
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +784 -802
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +759 -773
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +799 -781
- package/api-services/src/create-service/index.js.gz +0 -0
- package/create-api-service/sso/index.d.ts +6 -0
- package/create-api-service/sso/index.js +301 -291
- package/create-api-service/sso/index.js.gz +0 -0
- package/create-api-service/thirdLogout/index.js +1 -0
- package/create-api-service/thirdLogout/index.js.gz +0 -0
- package/create-api-service/unauthorized-recovery/index.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { unref as $t, getCurrentScope as
|
|
1
|
+
import { unref as $t, getCurrentScope as zt, onScopeDispose as Ht, ref as re, watch as Ce } from "vue";
|
|
2
2
|
import { encryption as Jt } from "@das-fed/utils/atob";
|
|
3
3
|
import { getConfig as V } from "@das-fed/utils/config";
|
|
4
4
|
import { getAccessToken as j, removeAccessToken as Vt, setAccessToken as Wt, getAccessTokenInfo as de } from "@das-fed/utils/token-tools";
|
|
5
5
|
import { appendQueryParams as xe } from "@das-fed/utils/common-tools";
|
|
6
6
|
import { removeProcessEngineToken as Kt, setProcessEngineToken as Qt } from "@das-fed/utils/process-engine-info";
|
|
7
|
-
import { setPersonalInfo as
|
|
8
|
-
import { hasUnauthorizedRecovery as
|
|
7
|
+
import { setPersonalInfo as at } from "@das-fed/utils/common-info/set-personal-info";
|
|
8
|
+
import { hasUnauthorizedRecovery as ct, recoverUnauthorized as Xt } from "@das-fed/utils/create-api-service/unauthorized-recovery";
|
|
9
9
|
function ut(e, t) {
|
|
10
10
|
return function() {
|
|
11
11
|
return e.apply(t, arguments);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
const { toString:
|
|
15
|
-
const n =
|
|
14
|
+
const { toString: Gt } = Object.prototype, { getPrototypeOf: Pe } = Object, { iterator: ie, toStringTag: lt } = Symbol, ae = /* @__PURE__ */ ((e) => (t) => {
|
|
15
|
+
const n = Gt.call(t);
|
|
16
16
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
17
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
17
|
+
})(/* @__PURE__ */ Object.create(null)), k = (e) => (e = e.toLowerCase(), (t) => ae(t) === e), ce = (e) => (t) => typeof t === e, { isArray: M } = Array, H = ce("undefined");
|
|
18
18
|
function W(e) {
|
|
19
|
-
return e !== null && !
|
|
19
|
+
return e !== null && !H(e) && e.constructor !== null && !H(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
20
20
|
}
|
|
21
|
-
const ft =
|
|
22
|
-
function
|
|
21
|
+
const ft = k("ArrayBuffer");
|
|
22
|
+
function Zt(e) {
|
|
23
23
|
let t;
|
|
24
24
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ft(e.buffer), t;
|
|
25
25
|
}
|
|
26
|
-
const
|
|
26
|
+
const Yt = ce("string"), A = ce("function"), dt = ce("number"), K = (e) => e !== null && typeof e == "object", en = (e) => e === !0 || e === !1, ee = (e) => {
|
|
27
27
|
if (ae(e) !== "object")
|
|
28
28
|
return !1;
|
|
29
29
|
const t = Pe(e);
|
|
30
30
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(lt in e) && !(ie in e);
|
|
31
|
-
},
|
|
31
|
+
}, tn = (e) => {
|
|
32
32
|
if (!K(e) || W(e))
|
|
33
33
|
return !1;
|
|
34
34
|
try {
|
|
@@ -36,11 +36,11 @@ const Zt = ce("string"), A = ce("function"), dt = ce("number"), K = (e) => e !==
|
|
|
36
36
|
} catch {
|
|
37
37
|
return !1;
|
|
38
38
|
}
|
|
39
|
-
},
|
|
39
|
+
}, nn = k("Date"), rn = k("File"), on = k("Blob"), sn = k("FileList"), an = (e) => K(e) && A(e.pipe), cn = (e) => {
|
|
40
40
|
let t;
|
|
41
41
|
return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = ae(e)) === "formdata" || // detect form-data instance
|
|
42
42
|
t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
|
|
43
|
-
},
|
|
43
|
+
}, un = k("URLSearchParams"), [ln, fn, dn, pn] = ["ReadableStream", "Request", "Response", "Headers"].map(k), hn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
44
44
|
function Q(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
45
45
|
if (e === null || typeof e > "u")
|
|
46
46
|
return;
|
|
@@ -68,7 +68,7 @@ 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, ht = (e) => !
|
|
71
|
+
const F = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ht = (e) => !H(e) && e !== F;
|
|
72
72
|
function we() {
|
|
73
73
|
const { caseless: e } = ht(this) && this || {}, t = {}, n = (r, o) => {
|
|
74
74
|
const s = e && pt(t, o) || o;
|
|
@@ -78,13 +78,13 @@ function we() {
|
|
|
78
78
|
arguments[r] && Q(arguments[r], n);
|
|
79
79
|
return t;
|
|
80
80
|
}
|
|
81
|
-
const
|
|
81
|
+
const mn = (e, t, n, { allOwnKeys: r } = {}) => (Q(t, (o, s) => {
|
|
82
82
|
n && A(o) ? e[s] = ut(o, n) : e[s] = o;
|
|
83
|
-
}, { allOwnKeys: r }), e),
|
|
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;
|
|
@@ -94,11 +94,11 @@ const hn = (e, t, n, { allOwnKeys: r } = {}) => (Q(t, (o, s) => {
|
|
|
94
94
|
e = n !== !1 && Pe(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
|
+
}, En = (e) => {
|
|
102
102
|
if (!e) return null;
|
|
103
103
|
if (M(e)) return e;
|
|
104
104
|
let t = e.length;
|
|
@@ -107,31 +107,31 @@ const hn = (e, t, n, { allOwnKeys: r } = {}) => (Q(t, (o, s) => {
|
|
|
107
107
|
for (; t-- > 0; )
|
|
108
108
|
n[t] = e[t];
|
|
109
109
|
return n;
|
|
110
|
-
},
|
|
110
|
+
}, Rn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Pe(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 = k("HTMLFormElement"), An = (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
|
+
), Fe = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), _n = k("RegExp"), mt = (e, t) => {
|
|
129
129
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
130
130
|
Q(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
|
-
},
|
|
134
|
+
}, kn = (e) => {
|
|
135
135
|
mt(e, (t, n) => {
|
|
136
136
|
if (A(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
137
137
|
return !1;
|
|
@@ -153,12 +153,12 @@ const hn = (e, t, n, { allOwnKeys: r } = {}) => (Q(t, (o, s) => {
|
|
|
153
153
|
});
|
|
154
154
|
};
|
|
155
155
|
return M(e) ? r(e) : r(String(e).split(t)), n;
|
|
156
|
-
},
|
|
157
|
-
},
|
|
158
|
-
function
|
|
156
|
+
}, xn = () => {
|
|
157
|
+
}, Pn = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
158
|
+
function Un(e) {
|
|
159
159
|
return !!(e && A(e.append) && e[lt] === "FormData" && e[ie]);
|
|
160
160
|
}
|
|
161
|
-
const
|
|
161
|
+
const Ln = (e) => {
|
|
162
162
|
const t = new Array(10), n = (r, o) => {
|
|
163
163
|
if (K(r)) {
|
|
164
164
|
if (t.indexOf(r) >= 0)
|
|
@@ -170,79 +170,79 @@ const Un = (e) => {
|
|
|
170
170
|
const s = M(r) ? [] : {};
|
|
171
171
|
return Q(r, (i, a) => {
|
|
172
172
|
const f = n(i, o + 1);
|
|
173
|
-
!
|
|
173
|
+
!H(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 = k("AsyncFunction"), In = (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 }) => {
|
|
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
186
|
A(F.postMessage)
|
|
187
|
-
),
|
|
187
|
+
), Fn = typeof queueMicrotask < "u" ? queueMicrotask.bind(F) : typeof process < "u" && process.nextTick || yt, vn = (e) => e != null && A(e[ie]), c = {
|
|
188
188
|
isArray: M,
|
|
189
189
|
isArrayBuffer: ft,
|
|
190
190
|
isBuffer: W,
|
|
191
|
-
isFormData:
|
|
192
|
-
isArrayBufferView:
|
|
193
|
-
isString:
|
|
191
|
+
isFormData: cn,
|
|
192
|
+
isArrayBufferView: Zt,
|
|
193
|
+
isString: Yt,
|
|
194
194
|
isNumber: dt,
|
|
195
|
-
isBoolean:
|
|
195
|
+
isBoolean: en,
|
|
196
196
|
isObject: K,
|
|
197
197
|
isPlainObject: ee,
|
|
198
|
-
isEmptyObject:
|
|
199
|
-
isReadableStream:
|
|
200
|
-
isRequest:
|
|
201
|
-
isResponse:
|
|
202
|
-
isHeaders:
|
|
203
|
-
isUndefined:
|
|
204
|
-
isDate:
|
|
205
|
-
isFile:
|
|
206
|
-
isBlob:
|
|
207
|
-
isRegExp:
|
|
198
|
+
isEmptyObject: tn,
|
|
199
|
+
isReadableStream: ln,
|
|
200
|
+
isRequest: fn,
|
|
201
|
+
isResponse: dn,
|
|
202
|
+
isHeaders: pn,
|
|
203
|
+
isUndefined: H,
|
|
204
|
+
isDate: nn,
|
|
205
|
+
isFile: rn,
|
|
206
|
+
isBlob: on,
|
|
207
|
+
isRegExp: _n,
|
|
208
208
|
isFunction: A,
|
|
209
|
-
isStream:
|
|
210
|
-
isURLSearchParams:
|
|
211
|
-
isTypedArray:
|
|
212
|
-
isFileList:
|
|
209
|
+
isStream: an,
|
|
210
|
+
isURLSearchParams: un,
|
|
211
|
+
isTypedArray: Rn,
|
|
212
|
+
isFileList: sn,
|
|
213
213
|
forEach: Q,
|
|
214
214
|
merge: we,
|
|
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
|
-
kindOfTest:
|
|
222
|
-
endsWith:
|
|
223
|
-
toArray:
|
|
224
|
-
forEachEntry:
|
|
225
|
-
matchAll:
|
|
226
|
-
isHTMLForm:
|
|
227
|
-
hasOwnProperty:
|
|
228
|
-
hasOwnProp:
|
|
221
|
+
kindOfTest: k,
|
|
222
|
+
endsWith: bn,
|
|
223
|
+
toArray: En,
|
|
224
|
+
forEachEntry: Sn,
|
|
225
|
+
matchAll: Tn,
|
|
226
|
+
isHTMLForm: On,
|
|
227
|
+
hasOwnProperty: Fe,
|
|
228
|
+
hasOwnProp: Fe,
|
|
229
229
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
230
230
|
reduceDescriptors: mt,
|
|
231
|
-
freezeMethods:
|
|
231
|
+
freezeMethods: kn,
|
|
232
232
|
toObjectSet: Cn,
|
|
233
|
-
toCamelCase:
|
|
234
|
-
noop:
|
|
235
|
-
toFiniteNumber:
|
|
233
|
+
toCamelCase: An,
|
|
234
|
+
noop: xn,
|
|
235
|
+
toFiniteNumber: Pn,
|
|
236
236
|
findKey: pt,
|
|
237
237
|
global: F,
|
|
238
238
|
isContextDefined: ht,
|
|
239
|
-
isSpecCompliantForm:
|
|
240
|
-
toJSONObject:
|
|
241
|
-
isAsyncFn:
|
|
242
|
-
isThenable:
|
|
239
|
+
isSpecCompliantForm: Un,
|
|
240
|
+
toJSONObject: Ln,
|
|
241
|
+
isAsyncFn: Nn,
|
|
242
|
+
isThenable: In,
|
|
243
243
|
setImmediate: yt,
|
|
244
|
-
asap:
|
|
245
|
-
isIterable:
|
|
244
|
+
asap: Fn,
|
|
245
|
+
isIterable: vn
|
|
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);
|
|
@@ -294,22 +294,22 @@ w.from = (e, t, n, r, o, s) => {
|
|
|
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;
|
|
296
296
|
};
|
|
297
|
-
const
|
|
297
|
+
const Dn = null;
|
|
298
298
|
function ge(e) {
|
|
299
299
|
return c.isPlainObject(e) || c.isArray(e);
|
|
300
300
|
}
|
|
301
301
|
function bt(e) {
|
|
302
302
|
return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
303
303
|
}
|
|
304
|
-
function
|
|
304
|
+
function ve(e, t, n) {
|
|
305
305
|
return e ? e.concat(t).map(function(o, s) {
|
|
306
306
|
return o = bt(o), !n && s ? "[" + o + "]" : o;
|
|
307
307
|
}).join(n ? "." : "") : t;
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function Bn(e) {
|
|
310
310
|
return c.isArray(e) && !e.some(ge);
|
|
311
311
|
}
|
|
312
|
-
const
|
|
312
|
+
const jn = c.toFlatObject(c, {}, null, function(t) {
|
|
313
313
|
return /^is[A-Z]/.test(t);
|
|
314
314
|
});
|
|
315
315
|
function ue(e, t, n) {
|
|
@@ -340,18 +340,18 @@ function ue(e, t, n) {
|
|
|
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) &&
|
|
343
|
+
else if (c.isArray(p) && Bn(p) || (c.isFileList(p) || c.endsWith(y, "[]")) && (E = c.toArray(p)))
|
|
344
344
|
return y = bt(y), E.forEach(function(S, x) {
|
|
345
345
|
!(c.isUndefined(S) || S === null) && t.append(
|
|
346
346
|
// eslint-disable-next-line no-nested-ternary
|
|
347
|
-
i === !0 ?
|
|
347
|
+
i === !0 ? ve([y], x, s) : i === null ? y : y + "[]",
|
|
348
348
|
l(S)
|
|
349
349
|
);
|
|
350
350
|
}), !1;
|
|
351
351
|
}
|
|
352
|
-
return ge(p) ? !0 : (t.append(
|
|
352
|
+
return ge(p) ? !0 : (t.append(ve(h, y, s), l(p)), !1);
|
|
353
353
|
}
|
|
354
|
-
const d = [], m = Object.assign(
|
|
354
|
+
const d = [], m = Object.assign(jn, {
|
|
355
355
|
defaultVisitor: u,
|
|
356
356
|
convertValue: l,
|
|
357
357
|
isVisitable: ge
|
|
@@ -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 De(e) {
|
|
379
379
|
const t = {
|
|
380
380
|
"!": "%21",
|
|
381
381
|
"'": "%27",
|
|
@@ -398,19 +398,19 @@ Et.append = function(t, n) {
|
|
|
398
398
|
};
|
|
399
399
|
Et.toString = function(t) {
|
|
400
400
|
const n = t ? function(r) {
|
|
401
|
-
return t.call(this, r,
|
|
402
|
-
} :
|
|
401
|
+
return t.call(this, r, De);
|
|
402
|
+
} : De;
|
|
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
410
|
function Rt(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
|
});
|
|
@@ -422,7 +422,7 @@ function Rt(e, t, n) {
|
|
|
422
422
|
}
|
|
423
423
|
return e;
|
|
424
424
|
}
|
|
425
|
-
class
|
|
425
|
+
class Be {
|
|
426
426
|
constructor() {
|
|
427
427
|
this.handlers = [];
|
|
428
428
|
}
|
|
@@ -480,27 +480,27 @@ const St = {
|
|
|
480
480
|
silentJSONParsing: !0,
|
|
481
481
|
forcedJSONParsing: !0,
|
|
482
482
|
clarifyTimeoutError: !1
|
|
483
|
-
},
|
|
483
|
+
}, Mn = typeof URLSearchParams < "u" ? URLSearchParams : Ue, $n = typeof FormData < "u" ? FormData : null, zn = typeof Blob < "u" ? Blob : null, Hn = {
|
|
484
484
|
isBrowser: !0,
|
|
485
485
|
classes: {
|
|
486
|
-
URLSearchParams:
|
|
487
|
-
FormData:
|
|
488
|
-
Blob:
|
|
486
|
+
URLSearchParams: Mn,
|
|
487
|
+
FormData: $n,
|
|
488
|
+
Blob: zn
|
|
489
489
|
},
|
|
490
490
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
491
|
-
}, Le = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0,
|
|
492
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
491
|
+
}, Le = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0, Jn = Le && (!be || ["ReactNative", "NativeScript", "NS"].indexOf(be.product) < 0), Vn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
492
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Wn = Le && window.location.href || "http://localhost", Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
493
493
|
__proto__: null,
|
|
494
494
|
hasBrowserEnv: Le,
|
|
495
|
-
hasStandardBrowserEnv:
|
|
496
|
-
hasStandardBrowserWebWorkerEnv:
|
|
495
|
+
hasStandardBrowserEnv: Jn,
|
|
496
|
+
hasStandardBrowserWebWorkerEnv: Vn,
|
|
497
497
|
navigator: be,
|
|
498
|
-
origin:
|
|
498
|
+
origin: Wn
|
|
499
499
|
}, Symbol.toStringTag, { value: "Module" })), T = {
|
|
500
|
-
...
|
|
500
|
+
...Kn,
|
|
501
501
|
...Hn
|
|
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,10 +508,10 @@ function Kn(e, t) {
|
|
|
508
508
|
...t
|
|
509
509
|
});
|
|
510
510
|
}
|
|
511
|
-
function
|
|
511
|
+
function Xn(e) {
|
|
512
512
|
return c.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
513
513
|
}
|
|
514
|
-
function
|
|
514
|
+
function Gn(e) {
|
|
515
515
|
const t = {}, n = Object.keys(e);
|
|
516
516
|
let r;
|
|
517
517
|
const o = n.length;
|
|
@@ -525,17 +525,17 @@ function Tt(e) {
|
|
|
525
525
|
let i = n[s++];
|
|
526
526
|
if (i === "__proto__") return !0;
|
|
527
527
|
const a = Number.isFinite(+i), f = s >= n.length;
|
|
528
|
-
return i = !i && c.isArray(o) ? o.length : i, f ? (c.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !a) : ((!o[i] || !c.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && c.isArray(o[i]) && (o[i] =
|
|
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] = Gn(o[i])), !a);
|
|
529
529
|
}
|
|
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(Xn(r), o, n, 0);
|
|
534
534
|
}), n;
|
|
535
535
|
}
|
|
536
536
|
return null;
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function Zn(e, t, n) {
|
|
539
539
|
if (c.isString(e))
|
|
540
540
|
try {
|
|
541
541
|
return (t || JSON.parse)(e), c.trim(e);
|
|
@@ -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,7 +571,7 @@ 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), Zn(t)) : t;
|
|
575
575
|
}],
|
|
576
576
|
transformResponse: [function(t) {
|
|
577
577
|
const n = this.transitional || X.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
@@ -614,7 +614,7 @@ const X = {
|
|
|
614
614
|
c.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
615
615
|
X.headers[e] = {};
|
|
616
616
|
});
|
|
617
|
-
const
|
|
617
|
+
const Yn = c.toObjectSet([
|
|
618
618
|
"age",
|
|
619
619
|
"authorization",
|
|
620
620
|
"content-length",
|
|
@@ -632,28 +632,28 @@ 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
|
-
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] && Yn[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
|
+
}, je = Symbol("internals");
|
|
643
|
+
function z(e) {
|
|
644
644
|
return e && String(e).trim().toLowerCase();
|
|
645
645
|
}
|
|
646
646
|
function te(e) {
|
|
647
647
|
return e === !1 || e == null ? e : c.isArray(e) ? e.map(te) : 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
|
|
656
|
+
const nr = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
657
657
|
function pe(e, t, n, r, o) {
|
|
658
658
|
if (c.isFunction(r))
|
|
659
659
|
return r.call(this, t, n);
|
|
@@ -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, {
|
|
@@ -685,7 +685,7 @@ let _ = class {
|
|
|
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);
|
|
@@ -694,8 +694,8 @@ let _ = class {
|
|
|
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,7 +726,7 @@ 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
731
|
return !!(r && this[r] !== void 0 && (!n || pe(this, this[r], r, n)));
|
|
732
732
|
}
|
|
@@ -736,7 +736,7 @@ 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
741
|
a && (!n || pe(r, r[a], a, n)) && (delete r[a], o = !0);
|
|
742
742
|
}
|
|
@@ -760,7 +760,7 @@ let _ = class {
|
|
|
760
760
|
n[i] = te(o), delete n[s];
|
|
761
761
|
return;
|
|
762
762
|
}
|
|
763
|
-
const a = t ?
|
|
763
|
+
const a = t ? rr(s) : String(s).trim();
|
|
764
764
|
a !== s && delete n[s], n[a] = te(o), r[a] = !0;
|
|
765
765
|
}), this;
|
|
766
766
|
}
|
|
@@ -794,12 +794,12 @@ 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[je] = this[je] = {
|
|
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
|
}
|
|
@@ -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
|
+
}, qe = (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
|
+
}, Me = (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,17 +929,17 @@ 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
938
|
function _t(e, t, n) {
|
|
939
|
-
let r = !
|
|
940
|
-
return e && (r || n == !1) ?
|
|
939
|
+
let r = !lr(t);
|
|
940
|
+
return e && (r || n == !1) ? fr(e, t) : t;
|
|
941
941
|
}
|
|
942
|
-
const
|
|
942
|
+
const $e = (e) => e instanceof _ ? { ...e } : e;
|
|
943
943
|
function B(e, t) {
|
|
944
944
|
t = t || {};
|
|
945
945
|
const n = {};
|
|
@@ -997,14 +997,14 @@ 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($e(l), $e(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
|
|
1007
|
+
const kt = (e) => {
|
|
1008
1008
|
const t = B({}, e);
|
|
1009
1009
|
let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: a } = t;
|
|
1010
1010
|
t.headers = i = _.from(i), t.url = Rt(_t(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && i.set(
|
|
@@ -1020,14 +1020,14 @@ 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 = kt(e);
|
|
1031
1031
|
let s = o.data;
|
|
1032
1032
|
const i = _.from(o.headers).normalize();
|
|
1033
1033
|
let { responseType: a, onUploadProgress: f, onDownloadProgress: l } = o, u, d, m, b, p;
|
|
@@ -1075,14 +1075,14 @@ const Ct = (e) => {
|
|
|
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 R =
|
|
1078
|
+
const R = sr(o.url);
|
|
1079
1079
|
if (R && T.protocols.indexOf(R) === -1) {
|
|
1080
1080
|
r(new w("Unsupported protocol " + R + ":", 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;
|
|
@@ -1134,7 +1134,7 @@ const Ct = (e) => {
|
|
|
1134
1134
|
await t.cancel();
|
|
1135
1135
|
}
|
|
1136
1136
|
}, ze = (e, t, n, r) => {
|
|
1137
|
-
const o =
|
|
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", Ct = 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())), xt = (e, ...t) => {
|
|
1166
1166
|
try {
|
|
1167
1167
|
return !!e(...t);
|
|
1168
1168
|
} catch {
|
|
1169
1169
|
return !1;
|
|
1170
1170
|
}
|
|
1171
|
-
},
|
|
1171
|
+
}, br = Ct && xt(() => {
|
|
1172
1172
|
let e = !1;
|
|
1173
1173
|
const t = new Request(T.origin, {
|
|
1174
1174
|
body: new ReadableStream(),
|
|
@@ -1178,7 +1178,7 @@ const Ct = (e) => {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
}).headers.has("Content-Type");
|
|
1180
1180
|
return e && !t;
|
|
1181
|
-
}),
|
|
1181
|
+
}), He = 64 * 1024, Ee = Ct && xt(() => c.isReadableStream(new Response("").body)), se = {
|
|
1182
1182
|
stream: Ee && ((e) => e.body)
|
|
1183
1183
|
};
|
|
1184
1184
|
le && ((e) => {
|
|
@@ -1188,7 +1188,7 @@ le && ((e) => {
|
|
|
1188
1188
|
});
|
|
1189
1189
|
});
|
|
1190
1190
|
})(new Response());
|
|
1191
|
-
const
|
|
1191
|
+
const Er = 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
|
|
1205
|
-
},
|
|
1204
|
+
return (await gr(e)).byteLength;
|
|
1205
|
+
}, Rr = async (e, t) => {
|
|
1206
1206
|
const n = c.toFiniteNumber(e.getContentLength());
|
|
1207
|
-
return n ??
|
|
1208
|
-
},
|
|
1207
|
+
return n ?? Er(t);
|
|
1208
|
+
}, Sr = le && (async (e) => {
|
|
1209
1209
|
let {
|
|
1210
1210
|
url: t,
|
|
1211
1211
|
method: n,
|
|
@@ -1219,26 +1219,26 @@ const br = async (e) => {
|
|
|
1219
1219
|
headers: u,
|
|
1220
1220
|
withCredentials: d = "same-origin",
|
|
1221
1221
|
fetchOptions: m
|
|
1222
|
-
} =
|
|
1222
|
+
} = kt(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 Rr(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] = qe(
|
|
1238
1238
|
h,
|
|
1239
|
-
oe(
|
|
1239
|
+
oe(Me(f))
|
|
1240
1240
|
);
|
|
1241
|
-
r = ze(O.body,
|
|
1241
|
+
r = ze(O.body, He, I, G);
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
1244
1244
|
c.isString(d) || (d = d ? "include" : "omit");
|
|
@@ -1259,12 +1259,12 @@ const br = async (e) => {
|
|
|
1259
1259
|
["status", "statusText", "headers"].forEach((Ie) => {
|
|
1260
1260
|
O[Ie] = R[Ie];
|
|
1261
1261
|
});
|
|
1262
|
-
const P = c.toFiniteNumber(R.headers.get("content-length")), [I, G] = a &&
|
|
1262
|
+
const P = c.toFiniteNumber(R.headers.get("content-length")), [I, G] = a && qe(
|
|
1263
1263
|
P,
|
|
1264
|
-
oe(
|
|
1264
|
+
oe(Me(a), !0)
|
|
1265
1265
|
) || [];
|
|
1266
1266
|
R = new Response(
|
|
1267
|
-
ze(R.body,
|
|
1267
|
+
ze(R.body, He, I, () => {
|
|
1268
1268
|
G && G(), y && y();
|
|
1269
1269
|
}),
|
|
1270
1270
|
O
|
|
@@ -1291,9 +1291,9 @@ const br = async (e) => {
|
|
|
1291
1291
|
) : w.from(E, E && E.code, e, p);
|
|
1292
1292
|
}
|
|
1293
1293
|
}), Re = {
|
|
1294
|
-
http:
|
|
1295
|
-
xhr:
|
|
1296
|
-
fetch:
|
|
1294
|
+
http: Dn,
|
|
1295
|
+
xhr: pr,
|
|
1296
|
+
fetch: Sr
|
|
1297
1297
|
};
|
|
1298
1298
|
c.forEach(Re, (e, t) => {
|
|
1299
1299
|
if (e) {
|
|
@@ -1304,7 +1304,7 @@ c.forEach(Re, (e, t) => {
|
|
|
1304
1304
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1305
1305
|
}
|
|
1306
1306
|
});
|
|
1307
|
-
const
|
|
1307
|
+
const Je = (e) => `- ${e}`, Tr = (e) => c.isFunction(e) || e === null || e === !1, Pt = {
|
|
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 = Re[(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(Je).join(`
|
|
1328
|
+
`) : " " + Je(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"
|
|
@@ -1339,7 +1339,7 @@ function me(e) {
|
|
|
1339
1339
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1340
1340
|
throw new $(null, e);
|
|
1341
1341
|
}
|
|
1342
|
-
function
|
|
1342
|
+
function Ve(e) {
|
|
1343
1343
|
return me(e), e.headers = _.from(e.headers), e.data = he.call(
|
|
1344
1344
|
e,
|
|
1345
1345
|
e.transformRequest
|
|
@@ -1363,7 +1363,7 @@ const Ut = "1.11.0", fe = {};
|
|
|
1363
1363
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1364
1364
|
};
|
|
1365
1365
|
});
|
|
1366
|
-
const
|
|
1366
|
+
const We = {};
|
|
1367
1367
|
fe.transitional = function(t, n, r) {
|
|
1368
1368
|
function o(s, i) {
|
|
1369
1369
|
return "[Axios v" + Ut + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
|
|
@@ -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 && !We[i] && (We[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);
|
|
@@ -1398,14 +1398,14 @@ function Tr(e, t, n) {
|
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|
|
1400
1400
|
const ne = {
|
|
1401
|
-
assertOptions:
|
|
1401
|
+
assertOptions: Or,
|
|
1402
1402
|
validators: fe
|
|
1403
|
-
},
|
|
1403
|
+
}, C = ne.validators;
|
|
1404
1404
|
let v = class {
|
|
1405
1405
|
constructor(t) {
|
|
1406
1406
|
this.defaults = t || {}, this.interceptors = {
|
|
1407
|
-
request: new
|
|
1408
|
-
response: new
|
|
1407
|
+
request: new Be(),
|
|
1408
|
+
response: new Be()
|
|
1409
1409
|
};
|
|
1410
1410
|
}
|
|
1411
1411
|
/**
|
|
@@ -1437,17 +1437,17 @@ let v = class {
|
|
|
1437
1437
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = B(this.defaults, n);
|
|
1438
1438
|
const { transitional: r, paramsSerializer: o, headers: s } = n;
|
|
1439
1439
|
r !== void 0 && ne.assertOptions(r, {
|
|
1440
|
-
silentJSONParsing:
|
|
1441
|
-
forcedJSONParsing:
|
|
1442
|
-
clarifyTimeoutError:
|
|
1440
|
+
silentJSONParsing: C.transitional(C.boolean),
|
|
1441
|
+
forcedJSONParsing: C.transitional(C.boolean),
|
|
1442
|
+
clarifyTimeoutError: C.transitional(C.boolean)
|
|
1443
1443
|
}, !1), o != null && (c.isFunction(o) ? n.paramsSerializer = {
|
|
1444
1444
|
serialize: o
|
|
1445
1445
|
} : ne.assertOptions(o, {
|
|
1446
|
-
encode:
|
|
1447
|
-
serialize:
|
|
1446
|
+
encode: C.function,
|
|
1447
|
+
serialize: C.function
|
|
1448
1448
|
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), ne.assertOptions(n, {
|
|
1449
|
-
baseUrl:
|
|
1450
|
-
withXsrfToken:
|
|
1449
|
+
baseUrl: C.spelling("baseURL"),
|
|
1450
|
+
withXsrfToken: C.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,
|
|
@@ -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 = [Ve.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 = Ve.call(this, b);
|
|
1491
1491
|
} catch (p) {
|
|
1492
1492
|
return Promise.reject(p);
|
|
1493
1493
|
}
|
|
@@ -1525,7 +1525,7 @@ c.forEach(["post", "put", "patch"], function(t) {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
v.prototype[t] = n(), v.prototype[t + "Form"] = n(!0);
|
|
1527
1527
|
});
|
|
1528
|
-
let
|
|
1528
|
+
let Ar = class Lt {
|
|
1529
1529
|
constructor(t) {
|
|
1530
1530
|
if (typeof t != "function")
|
|
1531
1531
|
throw new TypeError("executor must be a function.");
|
|
@@ -1598,12 +1598,12 @@ let Or = class Lt {
|
|
|
1598
1598
|
};
|
|
1599
1599
|
}
|
|
1600
1600
|
};
|
|
1601
|
-
function
|
|
1601
|
+
function _r(e) {
|
|
1602
1602
|
return function(n) {
|
|
1603
1603
|
return e.apply(null, n);
|
|
1604
1604
|
};
|
|
1605
1605
|
}
|
|
1606
|
-
function
|
|
1606
|
+
function kr(e) {
|
|
1607
1607
|
return c.isObject(e) && e.isAxiosError === !0;
|
|
1608
1608
|
}
|
|
1609
1609
|
const Se = {
|
|
@@ -1683,7 +1683,7 @@ function Nt(e) {
|
|
|
1683
1683
|
const g = Nt(X);
|
|
1684
1684
|
g.Axios = v;
|
|
1685
1685
|
g.CanceledError = $;
|
|
1686
|
-
g.CancelToken =
|
|
1686
|
+
g.CancelToken = Ar;
|
|
1687
1687
|
g.isCancel = Ot;
|
|
1688
1688
|
g.VERSION = Ut;
|
|
1689
1689
|
g.toFormData = ue;
|
|
@@ -1692,8 +1692,8 @@ g.Cancel = g.CanceledError;
|
|
|
1692
1692
|
g.all = function(t) {
|
|
1693
1693
|
return Promise.all(t);
|
|
1694
1694
|
};
|
|
1695
|
-
g.spread =
|
|
1696
|
-
g.isAxiosError =
|
|
1695
|
+
g.spread = _r;
|
|
1696
|
+
g.isAxiosError = kr;
|
|
1697
1697
|
g.mergeConfig = B;
|
|
1698
1698
|
g.AxiosHeaders = _;
|
|
1699
1699
|
g.formToJSON = (e) => Tt(c.isHTMLForm(e) ? new FormData(e) : e);
|
|
@@ -1701,22 +1701,22 @@ g.getAdapter = Pt.getAdapter;
|
|
|
1701
1701
|
g.HttpStatusCode = Se;
|
|
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: lo,
|
|
1705
|
+
AxiosError: fo,
|
|
1706
|
+
CanceledError: po,
|
|
1707
|
+
isCancel: ho,
|
|
1708
|
+
CancelToken: mo,
|
|
1709
|
+
VERSION: yo,
|
|
1710
|
+
all: wo,
|
|
1711
|
+
Cancel: go,
|
|
1712
|
+
isAxiosError: bo,
|
|
1713
|
+
spread: Eo,
|
|
1714
|
+
toFormData: Ro,
|
|
1715
|
+
AxiosHeaders: So,
|
|
1716
|
+
HttpStatusCode: To,
|
|
1717
|
+
formToJSON: Oo,
|
|
1718
|
+
getAdapter: Ao,
|
|
1719
|
+
mergeConfig: _o
|
|
1720
1720
|
} = g;
|
|
1721
1721
|
/*! js-cookie v3.0.5 | MIT */
|
|
1722
1722
|
function Z(e) {
|
|
@@ -1788,14 +1788,14 @@ function Te(e, t) {
|
|
|
1788
1788
|
}
|
|
1789
1789
|
);
|
|
1790
1790
|
}
|
|
1791
|
-
var Oe = Te(Cr, { path: "/" }),
|
|
1792
|
-
const It = typeof window < "u",
|
|
1791
|
+
var Oe = Te(Cr, { path: "/" }), Ke;
|
|
1792
|
+
const It = typeof window < "u", xr = (e) => typeof e == "string", Qe = () => +Date.now(), Ae = () => {
|
|
1793
1793
|
};
|
|
1794
|
-
It && ((
|
|
1794
|
+
It && ((Ke = window == null ? void 0 : window.navigator) != null && Ke.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
1795
1795
|
function Ne(e) {
|
|
1796
1796
|
return typeof e == "function" ? e() : $t(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,7 +1803,7 @@ function xr(e, t) {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
return n;
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1806
|
+
function Ur(e, t = !0, n = !0, r = !1) {
|
|
1807
1807
|
let o = 0, s, i = !0, a = Ae, f;
|
|
1808
1808
|
const l = () => {
|
|
1809
1809
|
s && (clearTimeout(s), s = void 0, a(), a = Ae);
|
|
@@ -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 zt() ? (Ht(e), !0) : !1;
|
|
1825
|
+
}
|
|
1826
|
+
function Ir(e) {
|
|
1827
1827
|
var t;
|
|
1828
1828
|
const n = Ne(e);
|
|
1829
1829
|
return (t = n == null ? void 0 : n.$el) != null ? t : n;
|
|
1830
1830
|
}
|
|
1831
1831
|
const Ft = It ? window : void 0;
|
|
1832
|
-
function
|
|
1832
|
+
function Xe(...e) {
|
|
1833
1833
|
let t, n, r, o;
|
|
1834
|
-
if (
|
|
1834
|
+
if (xr(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Ft) : [t, n, r, o] = e, !t)
|
|
1835
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 = Ce(() => [Ir(t), Ne(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
|
-
Ze
|
|
1848
|
-
const
|
|
1849
|
-
function
|
|
1846
|
+
const Ge = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ze = "__vueuse_ssr_handlers__";
|
|
1847
|
+
Ge[Ze] = Ge[Ze] || {};
|
|
1848
|
+
const Fr = ["mousemove", "mousedown", "resize", "keydown", "touchstart", "wheel"], vr = 6e4;
|
|
1849
|
+
function Dr(e = vr, t = {}) {
|
|
1850
1850
|
const {
|
|
1851
1851
|
initialState: n = !1,
|
|
1852
1852
|
listenForVisibilityChange: r = !0,
|
|
1853
|
-
events: o =
|
|
1853
|
+
events: o = Fr,
|
|
1854
1854
|
window: s = Ft,
|
|
1855
|
-
eventFilter: i =
|
|
1856
|
-
} = t, a = re(n), f = re(
|
|
1855
|
+
eventFilter: i = Ur(50)
|
|
1856
|
+
} = t, a = re(n), f = re(Qe());
|
|
1857
1857
|
let l;
|
|
1858
|
-
const u =
|
|
1859
|
-
a.value = !1, f.value =
|
|
1858
|
+
const u = Pr(i, () => {
|
|
1859
|
+
a.value = !1, f.value = Qe(), 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
|
+
Xe(s, m, u, { passive: !0 });
|
|
1865
|
+
r && Xe(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 Ye;
|
|
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
|
+
})(Ye || (Ye = {}));
|
|
1875
|
+
var Br = Object.defineProperty, et = Object.getOwnPropertySymbols, jr = Object.prototype.hasOwnProperty, qr = Object.prototype.propertyIsEnumerable, tt = (e, t, n) => t in e ? Br(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
|
-
|
|
1878
|
-
if (
|
|
1879
|
-
for (var n of
|
|
1880
|
-
|
|
1877
|
+
jr.call(t, n) && tt(e, n, t[n]);
|
|
1878
|
+
if (et)
|
|
1879
|
+
for (var n of et(t))
|
|
1880
|
+
qr.call(t, n) && tt(e, n, t[n]);
|
|
1881
1881
|
return e;
|
|
1882
1882
|
};
|
|
1883
|
-
const
|
|
1883
|
+
const $r = {
|
|
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,11 +1906,11 @@ 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
|
+
}, $r);
|
|
1912
1912
|
let _e;
|
|
1913
|
-
const vt = { triggerProxySso: "triggerProxySso" },
|
|
1913
|
+
const vt = { triggerProxySso: "triggerProxySso" }, zr = () => {
|
|
1914
1914
|
_e = (e) => {
|
|
1915
1915
|
var n;
|
|
1916
1916
|
const { origin: t } = new URL(location.href);
|
|
@@ -1925,7 +1925,7 @@ const vt = { triggerProxySso: "triggerProxySso" }, $r = () => {
|
|
|
1925
1925
|
n === vt.triggerProxySso && (e == null || e(r));
|
|
1926
1926
|
});
|
|
1927
1927
|
};
|
|
1928
|
-
window.top !== window.self &&
|
|
1928
|
+
window.top !== window.self && zr();
|
|
1929
1929
|
let Dt = (e = 21) => {
|
|
1930
1930
|
let t = "", n = crypto.getRandomValues(new Uint8Array(e));
|
|
1931
1931
|
for (; e--; ) {
|
|
@@ -1934,24 +1934,24 @@ 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 U = (e) => new URL(location.href).searchParams.get(e), ke = (e) => {
|
|
1938
1938
|
const t = new URL(window.location.href), n = new URLSearchParams(t.search);
|
|
1939
1939
|
e.forEach((r) => {
|
|
1940
1940
|
n.delete(r);
|
|
1941
1941
|
}), t.search = n.toString(), window.history.replaceState({}, "", t);
|
|
1942
|
-
}, { baseURL:
|
|
1942
|
+
}, { baseURL: nt } = V(), rt = {
|
|
1943
1943
|
feishu: {
|
|
1944
1944
|
login: "/api/justauth/client/v1/visitor/feishu/login",
|
|
1945
1945
|
ssoParam: "/api/justauth/client/v1/visitor/sso-param"
|
|
1946
1946
|
}
|
|
1947
|
-
},
|
|
1947
|
+
}, Jr = async () => {
|
|
1948
1948
|
const e = U("authorizer") || "", t = U("_redirect_url") || "";
|
|
1949
|
-
if (
|
|
1949
|
+
if (ke(["authorizer", "_redirect_url"]), e === "feishu") {
|
|
1950
1950
|
if (!window.tt) return "";
|
|
1951
1951
|
const n = async () => {
|
|
1952
|
-
const r =
|
|
1952
|
+
const r = rt.feishu.ssoParam;
|
|
1953
1953
|
return (await g.create().get(r, {
|
|
1954
|
-
baseURL:
|
|
1954
|
+
baseURL: nt,
|
|
1955
1955
|
params: {
|
|
1956
1956
|
source: "feishu",
|
|
1957
1957
|
fieldKey: "appId"
|
|
@@ -1961,7 +1961,7 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
1961
1961
|
return new Promise(async (r) => {
|
|
1962
1962
|
const o = async (a) => {
|
|
1963
1963
|
try {
|
|
1964
|
-
const f =
|
|
1964
|
+
const f = rt.feishu.login, l = xe(t, { ignoreAuth: !0 }), d = (await g.create().get(f, { baseURL: nt, params: { code: a, _redirect_url: l } })).request.responseURL;
|
|
1965
1965
|
location.replace(d), r();
|
|
1966
1966
|
} catch {
|
|
1967
1967
|
D({ ...N, redirect_uri: L }), r();
|
|
@@ -1992,21 +1992,21 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
1992
1992
|
}) : i();
|
|
1993
1993
|
});
|
|
1994
1994
|
}
|
|
1995
|
-
},
|
|
1995
|
+
}, Vr = "/api/justauth/client/v1/visitor/sso-param", Wr = {
|
|
1996
1996
|
uat: "https://sso-uat.jmc.com.cn"
|
|
1997
1997
|
}, Bt = () => {
|
|
1998
1998
|
const e = localStorage.getItem("thirdLogouSource"), t = localStorage.getItem("loginType");
|
|
1999
1999
|
return e === "jmc" && t === "das" ? !1 : e === "zhongshen" || e === "jmc";
|
|
2000
2000
|
}, jt = (e) => {
|
|
2001
2001
|
localStorage.removeItem("thirdLogouSource"), window.__isAutoCloseApp = !1, location.href = e;
|
|
2002
|
-
},
|
|
2002
|
+
}, Kr = (e) => {
|
|
2003
2003
|
const n = `https://iam.shenyejituan.com:443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(e)}&entityId=AIoT&redirectToLogin=true`;
|
|
2004
2004
|
jt(n);
|
|
2005
|
-
},
|
|
2005
|
+
}, Qr = async () => {
|
|
2006
2006
|
let e = "";
|
|
2007
2007
|
try {
|
|
2008
2008
|
const { baseURL: o } = V();
|
|
2009
|
-
e = (await g.create().get(
|
|
2009
|
+
e = (await g.create().get(Vr, {
|
|
2010
2010
|
baseURL: o,
|
|
2011
2011
|
params: {
|
|
2012
2012
|
source: "jmc",
|
|
@@ -2022,20 +2022,21 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
2022
2022
|
} catch {
|
|
2023
2023
|
return "";
|
|
2024
2024
|
}
|
|
2025
|
-
})(), n = t ===
|
|
2025
|
+
})(), n = t === Wr.uat ? Oe.get("sso_access_token_uat") : Oe.get("sso_access_token"), r = `${t}/oauth2/system/auth/logout?sso_token=${n}`;
|
|
2026
2026
|
try {
|
|
2027
2027
|
await g.post(r);
|
|
2028
2028
|
} catch {
|
|
2029
2029
|
}
|
|
2030
|
+
debugger;
|
|
2030
2031
|
jt(e);
|
|
2031
|
-
},
|
|
2032
|
+
}, Xr = async (e = "") => {
|
|
2032
2033
|
if (!Bt()) return;
|
|
2033
2034
|
const t = localStorage.getItem("thirdLogouSource");
|
|
2034
2035
|
if (t === "zhongshen") {
|
|
2035
|
-
|
|
2036
|
+
Kr(e);
|
|
2036
2037
|
return;
|
|
2037
2038
|
}
|
|
2038
|
-
t === "jmc" && await
|
|
2039
|
+
t === "jmc" && await Qr();
|
|
2039
2040
|
}, q = {
|
|
2040
2041
|
oauth: "/api/justauth/oauth-server/v1/visitor/oauth/authorize",
|
|
2041
2042
|
// 重定向到登录页
|
|
@@ -2043,7 +2044,7 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
2043
2044
|
// 清除登录信息
|
|
2044
2045
|
token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
|
|
2045
2046
|
// 通过code获取token
|
|
2046
|
-
}, { baseURL:
|
|
2047
|
+
}, { baseURL: ot, noRedireLogin: Gr = !1 } = V(), st = localStorage.getItem("oauth-redirect_url") || "", L = st || location.origin + "/home", N = {
|
|
2047
2048
|
response_type: "code",
|
|
2048
2049
|
scope: "sever",
|
|
2049
2050
|
client_id: "sys",
|
|
@@ -2051,8 +2052,8 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
2051
2052
|
state: +/* @__PURE__ */ new Date()
|
|
2052
2053
|
}, qt = re(!1), Mt = (e) => {
|
|
2053
2054
|
if (e <= 0) return;
|
|
2054
|
-
const { idle: t } =
|
|
2055
|
-
|
|
2055
|
+
const { idle: t } = Dr(e);
|
|
2056
|
+
Ce(
|
|
2056
2057
|
() => t.value,
|
|
2057
2058
|
(n) => {
|
|
2058
2059
|
n === !0 && (qt.value = !0);
|
|
@@ -2060,14 +2061,14 @@ const U = (e) => new URL(location.href).searchParams.get(e), Ce = (e) => {
|
|
|
2060
2061
|
);
|
|
2061
2062
|
};
|
|
2062
2063
|
localStorage.getItem("idelTime") && Mt(Number(localStorage.getItem("idelTime")));
|
|
2063
|
-
let
|
|
2064
|
-
const
|
|
2064
|
+
let it = "";
|
|
2065
|
+
const Zr = async () => {
|
|
2065
2066
|
const e = U("code") || "", t = U("redirect_url") || "/", n = U("kingdee_token") || "", r = U("loginType") || "";
|
|
2066
2067
|
if (r && localStorage.setItem("loginType", r), !e) return j();
|
|
2067
2068
|
const o = ["code", "state", "kingdee_token", "redirect_url", "source"];
|
|
2068
|
-
if (e ===
|
|
2069
|
-
return
|
|
2070
|
-
|
|
2069
|
+
if (e === it)
|
|
2070
|
+
return ke(o), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), localStorage.removeItem("oauth-redirect_url"), j();
|
|
2071
|
+
it = e, ke(o);
|
|
2071
2072
|
let s = {};
|
|
2072
2073
|
const i = {
|
|
2073
2074
|
grant_type: "authorization_code",
|
|
@@ -2080,7 +2081,7 @@ const Gr = async () => {
|
|
|
2080
2081
|
};
|
|
2081
2082
|
n && (sessionStorage.setItem("kingdee_token", n), i.redirect_uri = `${i.redirect_uri}?kingdee_token=${n}`);
|
|
2082
2083
|
try {
|
|
2083
|
-
await g.create().get(q.token, { baseURL:
|
|
2084
|
+
await g.create().get(q.token, { baseURL: ot });
|
|
2084
2085
|
} catch {
|
|
2085
2086
|
}
|
|
2086
2087
|
try {
|
|
@@ -2088,7 +2089,7 @@ const Gr = async () => {
|
|
|
2088
2089
|
q.token,
|
|
2089
2090
|
{},
|
|
2090
2091
|
{
|
|
2091
|
-
baseURL:
|
|
2092
|
+
baseURL: ot,
|
|
2092
2093
|
params: i,
|
|
2093
2094
|
headers: {
|
|
2094
2095
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
@@ -2102,19 +2103,19 @@ const Gr = async () => {
|
|
|
2102
2103
|
refreshToken: f,
|
|
2103
2104
|
info: s.data
|
|
2104
2105
|
};
|
|
2105
|
-
J().save(d), await
|
|
2106
|
+
J().save(d), await at(a);
|
|
2106
2107
|
const m = Number(u) - (/* @__PURE__ */ new Date()).getTime();
|
|
2107
2108
|
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;
|
|
2108
2109
|
} catch {
|
|
2109
2110
|
return D({ ...N, redirect_uri: L });
|
|
2110
2111
|
}
|
|
2111
|
-
}, Y = re(!1),
|
|
2112
|
+
}, Y = re(!1), ko = async (e) => {
|
|
2112
2113
|
if (e.public) return "";
|
|
2113
2114
|
if (qt.value)
|
|
2114
|
-
return
|
|
2115
|
+
return ct() ? j() : D({ ...N, redirect_uri: L });
|
|
2115
2116
|
if (Y.value)
|
|
2116
2117
|
return await new Promise(async (r) => {
|
|
2117
|
-
|
|
2118
|
+
Ce(
|
|
2118
2119
|
() => Y.value,
|
|
2119
2120
|
(o) => {
|
|
2120
2121
|
if (!o) {
|
|
@@ -2130,12 +2131,12 @@ const Gr = async () => {
|
|
|
2130
2131
|
try {
|
|
2131
2132
|
const r = U("code") || "";
|
|
2132
2133
|
if ((U("authorizer") || "") === "feishu")
|
|
2133
|
-
await
|
|
2134
|
+
await Jr();
|
|
2134
2135
|
else if (r)
|
|
2135
|
-
t = await
|
|
2136
|
+
t = await Zr();
|
|
2136
2137
|
else {
|
|
2137
2138
|
const s = Date.now() + 6e4;
|
|
2138
|
-
n > 0 && s > n &&
|
|
2139
|
+
n > 0 && s > n && (t = await Yr(N));
|
|
2139
2140
|
}
|
|
2140
2141
|
} catch {
|
|
2141
2142
|
} finally {
|
|
@@ -2145,7 +2146,7 @@ const Gr = async () => {
|
|
|
2145
2146
|
};
|
|
2146
2147
|
let ye = !1;
|
|
2147
2148
|
const D = (e) => {
|
|
2148
|
-
if (!
|
|
2149
|
+
if (!Gr && !ye) {
|
|
2149
2150
|
ye = !0;
|
|
2150
2151
|
try {
|
|
2151
2152
|
const t = { ...e }, n = localStorage.getItem("loginType") || "";
|
|
@@ -2159,7 +2160,7 @@ const D = (e) => {
|
|
|
2159
2160
|
});
|
|
2160
2161
|
const i = s.toString(), a = `${r}${q.oauth}?${i}`;
|
|
2161
2162
|
if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(), Bt())
|
|
2162
|
-
|
|
2163
|
+
Xr(a);
|
|
2163
2164
|
else {
|
|
2164
2165
|
try {
|
|
2165
2166
|
g.create().get(q.logoutCurpage, { baseURL: r });
|
|
@@ -2173,7 +2174,7 @@ const D = (e) => {
|
|
|
2173
2174
|
}
|
|
2174
2175
|
};
|
|
2175
2176
|
Hr(D);
|
|
2176
|
-
const
|
|
2177
|
+
const Yr = async (e) => {
|
|
2177
2178
|
const { baseURL: t } = V(), { refreshToken: n } = J().getData();
|
|
2178
2179
|
try {
|
|
2179
2180
|
await g.create().get(q.token, { baseURL: t });
|
|
@@ -2200,8 +2201,17 @@ const Zr = async (e) => {
|
|
|
2200
2201
|
refreshToken: s,
|
|
2201
2202
|
info: r.data
|
|
2202
2203
|
};
|
|
2203
|
-
return J().save(a), await
|
|
2204
|
-
} catch {
|
|
2204
|
+
return J().save(a), await at(o), o;
|
|
2205
|
+
} catch (r) {
|
|
2206
|
+
if (ct())
|
|
2207
|
+
try {
|
|
2208
|
+
const o = await Xt({
|
|
2209
|
+
error: r,
|
|
2210
|
+
config: r.config || {}
|
|
2211
|
+
});
|
|
2212
|
+
if (o != null && o.accessToken) return o.accessToken;
|
|
2213
|
+
} catch {
|
|
2214
|
+
}
|
|
2205
2215
|
return D({ ...e, redirect_uri: L });
|
|
2206
2216
|
}
|
|
2207
2217
|
}, J = () => ({
|
|
@@ -2222,11 +2232,11 @@ const Zr = async (e) => {
|
|
|
2222
2232
|
});
|
|
2223
2233
|
export {
|
|
2224
2234
|
U as getQuery,
|
|
2225
|
-
|
|
2226
|
-
|
|
2235
|
+
ko as getToken,
|
|
2236
|
+
Zr as getTokenFromCode,
|
|
2227
2237
|
N as getTokenParams,
|
|
2228
2238
|
D as login,
|
|
2229
2239
|
L as real_uri,
|
|
2230
|
-
|
|
2240
|
+
Yr as refreshToken,
|
|
2231
2241
|
J as tokenStorage
|
|
2232
2242
|
};
|