@das-fed/utils 7.0.0-beta.5 → 7.0.0-zhaohang.2
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 +217 -231
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +445 -459
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +445 -459
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +337 -351
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +950 -946
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +959 -959
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +963 -995
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +929 -961
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +445 -459
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +109 -123
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +617 -631
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +384 -398
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +384 -398
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +445 -459
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +445 -459
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +676 -690
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +445 -459
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +445 -459
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +956 -952
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +965 -961
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +384 -398
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +445 -459
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +445 -459
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +445 -459
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/index.d.ts +0 -2
- package/common-info/index.js +19 -20
- package/common-info/index.js.gz +0 -0
- package/common-info/type.d.ts +7 -11
- package/common-tools/get-url-params/index.d.ts +1 -1
- package/create-api-service/index.d.ts +1 -3
- package/create-api-service/index.js +940 -940
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +412 -411
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +95 -94
- package/curring-http/index.js.gz +0 -0
- package/curring-http/type.d.ts +3 -3
- package/esm-map.json +1 -2
- package/package.json +4 -4
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import { unref as Ut, getCurrentScope as
|
|
2
|
-
import { encryption as
|
|
3
|
-
import { getConfig as
|
|
4
|
-
import {
|
|
1
|
+
import { unref as Ut, getCurrentScope as Lt, onScopeDispose as Dt, ref as Y, watch as Re } from "vue";
|
|
2
|
+
import { encryption as Ft } from "@das-fed/utils/atob";
|
|
3
|
+
import { getConfig as Te } from "@das-fed/utils/config";
|
|
4
|
+
import { getUrlParams as Ze, funcUrlDel as vt } from "@das-fed/utils/common-tools";
|
|
5
|
+
import { getAccessToken as H, removeAccessToken as Bt, setAccessToken as It, getAccessTokenInfo as ce } from "@das-fed/utils/token-tools";
|
|
5
6
|
import { removeProcessEngineToken as jt, setProcessEngineToken as qt } from "@das-fed/utils/process-engine-info";
|
|
6
|
-
import { setPersonalInfo as
|
|
7
|
-
function
|
|
7
|
+
import { setPersonalInfo as Ye } from "@das-fed/utils/common-info/set-personal-info";
|
|
8
|
+
function et(e, t) {
|
|
8
9
|
return function() {
|
|
9
10
|
return e.apply(t, arguments);
|
|
10
11
|
};
|
|
11
12
|
}
|
|
12
|
-
const { toString: Ht } = Object.prototype, { getPrototypeOf:
|
|
13
|
+
const { toString: Ht } = Object.prototype, { getPrototypeOf: Oe } = Object, ne = /* @__PURE__ */ ((e) => (t) => {
|
|
13
14
|
const n = Ht.call(t);
|
|
14
15
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
15
|
-
})(/* @__PURE__ */ Object.create(null)), x = (e) => (e = e.toLowerCase(), (t) =>
|
|
16
|
+
})(/* @__PURE__ */ Object.create(null)), x = (e) => (e = e.toLowerCase(), (t) => ne(t) === e), re = (e) => (t) => typeof t === e, { isArray: B } = Array, M = re("undefined");
|
|
16
17
|
function Mt(e) {
|
|
17
18
|
return e !== null && !M(e) && e.constructor !== null && !M(e.constructor) && _(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
18
19
|
}
|
|
19
|
-
const
|
|
20
|
+
const tt = x("ArrayBuffer");
|
|
20
21
|
function $t(e) {
|
|
21
22
|
let t;
|
|
22
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer &&
|
|
23
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && tt(e.buffer), t;
|
|
23
24
|
}
|
|
24
|
-
const zt =
|
|
25
|
-
if (
|
|
25
|
+
const zt = re("string"), _ = re("function"), nt = re("number"), oe = (e) => e !== null && typeof e == "object", Jt = (e) => e === !0 || e === !1, G = (e) => {
|
|
26
|
+
if (ne(e) !== "object")
|
|
26
27
|
return !1;
|
|
27
|
-
const t =
|
|
28
|
+
const t = Oe(e);
|
|
28
29
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
29
|
-
}, Vt = x("Date"), Wt = x("File"), Kt = x("Blob"), Qt = x("FileList"), Gt = (e) =>
|
|
30
|
+
}, Vt = x("Date"), Wt = x("File"), Kt = x("Blob"), Qt = x("FileList"), Gt = (e) => oe(e) && _(e.pipe), Xt = (e) => {
|
|
30
31
|
let t;
|
|
31
|
-
return e && (typeof FormData == "function" && e instanceof FormData || _(e.append) && ((t =
|
|
32
|
+
return e && (typeof FormData == "function" && e instanceof FormData || _(e.append) && ((t = ne(e)) === "formdata" || // detect form-data instance
|
|
32
33
|
t === "object" && _(e.toString) && e.toString() === "[object FormData]"));
|
|
33
34
|
}, Zt = x("URLSearchParams"), [Yt, en, tn, nn] = ["ReadableStream", "Request", "Response", "Headers"].map(x), rn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
34
35
|
function V(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
35
36
|
if (e === null || typeof e > "u")
|
|
36
37
|
return;
|
|
37
38
|
let r, o;
|
|
38
|
-
if (typeof e != "object" && (e = [e]),
|
|
39
|
+
if (typeof e != "object" && (e = [e]), B(e))
|
|
39
40
|
for (r = 0, o = e.length; r < o; r++)
|
|
40
41
|
t.call(null, e[r], r, e);
|
|
41
42
|
else {
|
|
@@ -45,7 +46,7 @@ function V(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
45
46
|
c = s[r], t.call(null, e[c], c, e);
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
|
-
function
|
|
49
|
+
function rt(e, t) {
|
|
49
50
|
t = t.toLowerCase();
|
|
50
51
|
const n = Object.keys(e);
|
|
51
52
|
let r = n.length, o;
|
|
@@ -54,18 +55,18 @@ function st(e, t) {
|
|
|
54
55
|
return o;
|
|
55
56
|
return null;
|
|
56
57
|
}
|
|
57
|
-
const
|
|
58
|
-
function
|
|
59
|
-
const { caseless: e } =
|
|
60
|
-
const s = e &&
|
|
61
|
-
G(t[s]) && G(r) ? t[s] =
|
|
58
|
+
const U = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ot = (e) => !M(e) && e !== U;
|
|
59
|
+
function pe() {
|
|
60
|
+
const { caseless: e } = ot(this) && this || {}, t = {}, n = (r, o) => {
|
|
61
|
+
const s = e && rt(t, o) || o;
|
|
62
|
+
G(t[s]) && G(r) ? t[s] = pe(t[s], r) : G(r) ? t[s] = pe({}, r) : B(r) ? t[s] = r.slice() : t[s] = r;
|
|
62
63
|
};
|
|
63
64
|
for (let r = 0, o = arguments.length; r < o; r++)
|
|
64
65
|
arguments[r] && V(arguments[r], n);
|
|
65
66
|
return t;
|
|
66
67
|
}
|
|
67
68
|
const on = (e, t, n, { allOwnKeys: r } = {}) => (V(t, (o, s) => {
|
|
68
|
-
n && _(o) ? e[s] =
|
|
69
|
+
n && _(o) ? e[s] = et(o, n) : e[s] = o;
|
|
69
70
|
}, { allOwnKeys: r }), e), sn = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), an = (e, t, n, r) => {
|
|
70
71
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
71
72
|
value: t.prototype
|
|
@@ -77,7 +78,7 @@ const on = (e, t, n, { allOwnKeys: r } = {}) => (V(t, (o, s) => {
|
|
|
77
78
|
do {
|
|
78
79
|
for (o = Object.getOwnPropertyNames(e), s = o.length; s-- > 0; )
|
|
79
80
|
i = o[s], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
|
|
80
|
-
e = n !== !1 &&
|
|
81
|
+
e = n !== !1 && Oe(e);
|
|
81
82
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
82
83
|
return t;
|
|
83
84
|
}, un = (e, t, n) => {
|
|
@@ -86,14 +87,14 @@ const on = (e, t, n, { allOwnKeys: r } = {}) => (V(t, (o, s) => {
|
|
|
86
87
|
return r !== -1 && r === n;
|
|
87
88
|
}, ln = (e) => {
|
|
88
89
|
if (!e) return null;
|
|
89
|
-
if (
|
|
90
|
+
if (B(e)) return e;
|
|
90
91
|
let t = e.length;
|
|
91
|
-
if (!
|
|
92
|
+
if (!nt(t)) return null;
|
|
92
93
|
const n = new Array(t);
|
|
93
94
|
for (; t-- > 0; )
|
|
94
95
|
n[t] = e[t];
|
|
95
96
|
return n;
|
|
96
|
-
}, fn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
97
|
+
}, fn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Oe(Uint8Array)), dn = (e, t) => {
|
|
97
98
|
const r = (e && e[Symbol.iterator]).call(e);
|
|
98
99
|
let o;
|
|
99
100
|
for (; (o = r.next()) && !o.done; ) {
|
|
@@ -111,14 +112,14 @@ const on = (e, t, n, { allOwnKeys: r } = {}) => (V(t, (o, s) => {
|
|
|
111
112
|
function(n, r, o) {
|
|
112
113
|
return r.toUpperCase() + o;
|
|
113
114
|
}
|
|
114
|
-
),
|
|
115
|
+
), ke = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), yn = x("RegExp"), st = (e, t) => {
|
|
115
116
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
116
117
|
V(n, (o, s) => {
|
|
117
118
|
let i;
|
|
118
119
|
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
119
120
|
}), Object.defineProperties(e, r);
|
|
120
121
|
}, wn = (e) => {
|
|
121
|
-
|
|
122
|
+
st(e, (t, n) => {
|
|
122
123
|
if (_(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
123
124
|
return !1;
|
|
124
125
|
const r = e[n];
|
|
@@ -138,13 +139,13 @@ const on = (e, t, n, { allOwnKeys: r } = {}) => (V(t, (o, s) => {
|
|
|
138
139
|
n[s] = !0;
|
|
139
140
|
});
|
|
140
141
|
};
|
|
141
|
-
return
|
|
142
|
+
return B(e) ? r(e) : r(String(e).split(t)), n;
|
|
142
143
|
}, bn = () => {
|
|
143
|
-
}, En = (e, t) => e != null && Number.isFinite(e = +e) ? e : t,
|
|
144
|
-
DIGIT:
|
|
145
|
-
ALPHA:
|
|
146
|
-
ALPHA_DIGIT:
|
|
147
|
-
}, Sn = (e = 16, t =
|
|
144
|
+
}, En = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, ue = "abcdefghijklmnopqrstuvwxyz", Pe = "0123456789", it = {
|
|
145
|
+
DIGIT: Pe,
|
|
146
|
+
ALPHA: ue,
|
|
147
|
+
ALPHA_DIGIT: ue + ue.toUpperCase() + Pe
|
|
148
|
+
}, Sn = (e = 16, t = it.ALPHA_DIGIT) => {
|
|
148
149
|
let n = "";
|
|
149
150
|
const { length: r } = t;
|
|
150
151
|
for (; e--; )
|
|
@@ -156,12 +157,12 @@ function Rn(e) {
|
|
|
156
157
|
}
|
|
157
158
|
const Tn = (e) => {
|
|
158
159
|
const t = new Array(10), n = (r, o) => {
|
|
159
|
-
if (
|
|
160
|
+
if (oe(r)) {
|
|
160
161
|
if (t.indexOf(r) >= 0)
|
|
161
162
|
return;
|
|
162
163
|
if (!("toJSON" in r)) {
|
|
163
164
|
t[o] = r;
|
|
164
|
-
const s =
|
|
165
|
+
const s = B(r) ? [] : {};
|
|
165
166
|
return V(r, (i, c) => {
|
|
166
167
|
const f = n(i, o + 1);
|
|
167
168
|
!M(f) && (s[c] = f);
|
|
@@ -171,23 +172,23 @@ const Tn = (e) => {
|
|
|
171
172
|
return r;
|
|
172
173
|
};
|
|
173
174
|
return n(e, 0);
|
|
174
|
-
}, On = x("AsyncFunction"), An = (e) => e && (
|
|
175
|
-
o ===
|
|
175
|
+
}, On = x("AsyncFunction"), An = (e) => e && (oe(e) || _(e)) && _(e.then) && _(e.catch), at = ((e, t) => e ? setImmediate : t ? ((n, r) => (U.addEventListener("message", ({ source: o, data: s }) => {
|
|
176
|
+
o === U && s === n && r.length && r.shift()();
|
|
176
177
|
}, !1), (o) => {
|
|
177
|
-
r.push(o),
|
|
178
|
+
r.push(o), U.postMessage(n, "*");
|
|
178
179
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
179
180
|
typeof setImmediate == "function",
|
|
180
|
-
_(
|
|
181
|
-
), _n = typeof queueMicrotask < "u" ? queueMicrotask.bind(
|
|
182
|
-
isArray:
|
|
183
|
-
isArrayBuffer:
|
|
181
|
+
_(U.postMessage)
|
|
182
|
+
), _n = typeof queueMicrotask < "u" ? queueMicrotask.bind(U) : typeof process < "u" && process.nextTick || at, a = {
|
|
183
|
+
isArray: B,
|
|
184
|
+
isArrayBuffer: tt,
|
|
184
185
|
isBuffer: Mt,
|
|
185
186
|
isFormData: Xt,
|
|
186
187
|
isArrayBufferView: $t,
|
|
187
188
|
isString: zt,
|
|
188
|
-
isNumber:
|
|
189
|
+
isNumber: nt,
|
|
189
190
|
isBoolean: Jt,
|
|
190
|
-
isObject:
|
|
191
|
+
isObject: oe,
|
|
191
192
|
isPlainObject: G,
|
|
192
193
|
isReadableStream: Yt,
|
|
193
194
|
isRequest: en,
|
|
@@ -204,38 +205,38 @@ const Tn = (e) => {
|
|
|
204
205
|
isTypedArray: fn,
|
|
205
206
|
isFileList: Qt,
|
|
206
207
|
forEach: V,
|
|
207
|
-
merge:
|
|
208
|
+
merge: pe,
|
|
208
209
|
extend: on,
|
|
209
210
|
trim: rn,
|
|
210
211
|
stripBOM: sn,
|
|
211
212
|
inherits: an,
|
|
212
213
|
toFlatObject: cn,
|
|
213
|
-
kindOf:
|
|
214
|
+
kindOf: ne,
|
|
214
215
|
kindOfTest: x,
|
|
215
216
|
endsWith: un,
|
|
216
217
|
toArray: ln,
|
|
217
218
|
forEachEntry: dn,
|
|
218
219
|
matchAll: pn,
|
|
219
220
|
isHTMLForm: hn,
|
|
220
|
-
hasOwnProperty:
|
|
221
|
-
hasOwnProp:
|
|
221
|
+
hasOwnProperty: ke,
|
|
222
|
+
hasOwnProp: ke,
|
|
222
223
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
223
|
-
reduceDescriptors:
|
|
224
|
+
reduceDescriptors: st,
|
|
224
225
|
freezeMethods: wn,
|
|
225
226
|
toObjectSet: gn,
|
|
226
227
|
toCamelCase: mn,
|
|
227
228
|
noop: bn,
|
|
228
229
|
toFiniteNumber: En,
|
|
229
|
-
findKey:
|
|
230
|
-
global:
|
|
231
|
-
isContextDefined:
|
|
232
|
-
ALPHABET:
|
|
230
|
+
findKey: rt,
|
|
231
|
+
global: U,
|
|
232
|
+
isContextDefined: ot,
|
|
233
|
+
ALPHABET: it,
|
|
233
234
|
generateString: Sn,
|
|
234
235
|
isSpecCompliantForm: Rn,
|
|
235
236
|
toJSONObject: Tn,
|
|
236
237
|
isAsyncFn: On,
|
|
237
238
|
isThenable: An,
|
|
238
|
-
setImmediate:
|
|
239
|
+
setImmediate: at,
|
|
239
240
|
asap: _n
|
|
240
241
|
};
|
|
241
242
|
function y(e, t, n, r, o) {
|
|
@@ -262,7 +263,7 @@ a.inherits(y, Error, {
|
|
|
262
263
|
};
|
|
263
264
|
}
|
|
264
265
|
});
|
|
265
|
-
const
|
|
266
|
+
const ct = y.prototype, ut = {};
|
|
266
267
|
[
|
|
267
268
|
"ERR_BAD_OPTION_VALUE",
|
|
268
269
|
"ERR_BAD_OPTION",
|
|
@@ -278,35 +279,35 @@ const lt = y.prototype, ft = {};
|
|
|
278
279
|
"ERR_INVALID_URL"
|
|
279
280
|
// eslint-disable-next-line func-names
|
|
280
281
|
].forEach((e) => {
|
|
281
|
-
|
|
282
|
+
ut[e] = { value: e };
|
|
282
283
|
});
|
|
283
|
-
Object.defineProperties(y,
|
|
284
|
-
Object.defineProperty(
|
|
284
|
+
Object.defineProperties(y, ut);
|
|
285
|
+
Object.defineProperty(ct, "isAxiosError", { value: !0 });
|
|
285
286
|
y.from = (e, t, n, r, o, s) => {
|
|
286
|
-
const i = Object.create(
|
|
287
|
+
const i = Object.create(ct);
|
|
287
288
|
return a.toFlatObject(e, i, function(f) {
|
|
288
289
|
return f !== Error.prototype;
|
|
289
290
|
}, (c) => c !== "isAxiosError"), y.call(i, e.message, t, n, r, o), i.cause = e, i.name = e.name, s && Object.assign(i, s), i;
|
|
290
291
|
};
|
|
291
292
|
const xn = null;
|
|
292
|
-
function
|
|
293
|
+
function he(e) {
|
|
293
294
|
return a.isPlainObject(e) || a.isArray(e);
|
|
294
295
|
}
|
|
295
|
-
function
|
|
296
|
+
function lt(e) {
|
|
296
297
|
return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
297
298
|
}
|
|
298
|
-
function
|
|
299
|
+
function Ne(e, t, n) {
|
|
299
300
|
return e ? e.concat(t).map(function(o, s) {
|
|
300
|
-
return o =
|
|
301
|
+
return o = lt(o), !n && s ? "[" + o + "]" : o;
|
|
301
302
|
}).join(n ? "." : "") : t;
|
|
302
303
|
}
|
|
303
304
|
function Cn(e) {
|
|
304
|
-
return a.isArray(e) && !e.some(
|
|
305
|
+
return a.isArray(e) && !e.some(he);
|
|
305
306
|
}
|
|
306
307
|
const kn = a.toFlatObject(a, {}, null, function(t) {
|
|
307
308
|
return /^is[A-Z]/.test(t);
|
|
308
309
|
});
|
|
309
|
-
function
|
|
310
|
+
function se(e, t, n) {
|
|
310
311
|
if (!a.isObject(e))
|
|
311
312
|
throw new TypeError("target must be an object");
|
|
312
313
|
t = t || new FormData(), n = a.toFlatObject(n, {
|
|
@@ -316,10 +317,10 @@ function ie(e, t, n) {
|
|
|
316
317
|
}, !1, function(m, h) {
|
|
317
318
|
return !a.isUndefined(h[m]);
|
|
318
319
|
});
|
|
319
|
-
const r = n.metaTokens, o = n.visitor ||
|
|
320
|
+
const r = n.metaTokens, o = n.visitor || l, s = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
|
|
320
321
|
if (!a.isFunction(o))
|
|
321
322
|
throw new TypeError("visitor must be a function");
|
|
322
|
-
function
|
|
323
|
+
function u(p) {
|
|
323
324
|
if (p === null) return "";
|
|
324
325
|
if (a.isDate(p))
|
|
325
326
|
return p.toISOString();
|
|
@@ -327,26 +328,26 @@ function ie(e, t, n) {
|
|
|
327
328
|
throw new y("Blob is not supported. Use a Buffer instead.");
|
|
328
329
|
return a.isArrayBuffer(p) || a.isTypedArray(p) ? f && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
|
|
329
330
|
}
|
|
330
|
-
function
|
|
331
|
+
function l(p, m, h) {
|
|
331
332
|
let E = p;
|
|
332
333
|
if (p && !h && typeof p == "object") {
|
|
333
334
|
if (a.endsWith(m, "{}"))
|
|
334
335
|
m = r ? m : m.slice(0, -2), p = JSON.stringify(p);
|
|
335
336
|
else if (a.isArray(p) && Cn(p) || (a.isFileList(p) || a.endsWith(m, "[]")) && (E = a.toArray(p)))
|
|
336
|
-
return m =
|
|
337
|
+
return m = lt(m), E.forEach(function(R, k) {
|
|
337
338
|
!(a.isUndefined(R) || R === null) && t.append(
|
|
338
339
|
// eslint-disable-next-line no-nested-ternary
|
|
339
|
-
i === !0 ?
|
|
340
|
-
|
|
340
|
+
i === !0 ? Ne([m], k, s) : i === null ? m : m + "[]",
|
|
341
|
+
u(R)
|
|
341
342
|
);
|
|
342
343
|
}), !1;
|
|
343
344
|
}
|
|
344
|
-
return
|
|
345
|
+
return he(p) ? !0 : (t.append(Ne(h, m, s), u(p)), !1);
|
|
345
346
|
}
|
|
346
347
|
const d = [], w = Object.assign(kn, {
|
|
347
|
-
defaultVisitor:
|
|
348
|
-
convertValue:
|
|
349
|
-
isVisitable:
|
|
348
|
+
defaultVisitor: l,
|
|
349
|
+
convertValue: u,
|
|
350
|
+
isVisitable: he
|
|
350
351
|
});
|
|
351
352
|
function g(p, m) {
|
|
352
353
|
if (!a.isUndefined(p)) {
|
|
@@ -381,14 +382,14 @@ function Ue(e) {
|
|
|
381
382
|
return t[r];
|
|
382
383
|
});
|
|
383
384
|
}
|
|
384
|
-
function
|
|
385
|
-
this._pairs = [], e &&
|
|
385
|
+
function Ae(e, t) {
|
|
386
|
+
this._pairs = [], e && se(e, this, t);
|
|
386
387
|
}
|
|
387
|
-
const
|
|
388
|
-
|
|
388
|
+
const ft = Ae.prototype;
|
|
389
|
+
ft.append = function(t, n) {
|
|
389
390
|
this._pairs.push([t, n]);
|
|
390
391
|
};
|
|
391
|
-
|
|
392
|
+
ft.toString = function(t) {
|
|
392
393
|
const n = t ? function(r) {
|
|
393
394
|
return t.call(this, r, Ue);
|
|
394
395
|
} : Ue;
|
|
@@ -399,7 +400,7 @@ pt.toString = function(t) {
|
|
|
399
400
|
function Pn(e) {
|
|
400
401
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
401
402
|
}
|
|
402
|
-
function
|
|
403
|
+
function dt(e, t, n) {
|
|
403
404
|
if (!t)
|
|
404
405
|
return e;
|
|
405
406
|
const r = n && n.encode || Pn;
|
|
@@ -408,13 +409,13 @@ function ht(e, t, n) {
|
|
|
408
409
|
});
|
|
409
410
|
const o = n && n.serialize;
|
|
410
411
|
let s;
|
|
411
|
-
if (o ? s = o(t, n) : s = a.isURLSearchParams(t) ? t.toString() : new
|
|
412
|
+
if (o ? s = o(t, n) : s = a.isURLSearchParams(t) ? t.toString() : new Ae(t, n).toString(r), s) {
|
|
412
413
|
const i = e.indexOf("#");
|
|
413
414
|
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + s;
|
|
414
415
|
}
|
|
415
416
|
return e;
|
|
416
417
|
}
|
|
417
|
-
class
|
|
418
|
+
class Le {
|
|
418
419
|
constructor() {
|
|
419
420
|
this.handlers = [];
|
|
420
421
|
}
|
|
@@ -468,32 +469,32 @@ class De {
|
|
|
468
469
|
});
|
|
469
470
|
}
|
|
470
471
|
}
|
|
471
|
-
const
|
|
472
|
+
const pt = {
|
|
472
473
|
silentJSONParsing: !0,
|
|
473
474
|
forcedJSONParsing: !0,
|
|
474
475
|
clarifyTimeoutError: !1
|
|
475
|
-
}, Nn = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
476
|
+
}, Nn = typeof URLSearchParams < "u" ? URLSearchParams : Ae, Un = typeof FormData < "u" ? FormData : null, Ln = typeof Blob < "u" ? Blob : null, Dn = {
|
|
476
477
|
isBrowser: !0,
|
|
477
478
|
classes: {
|
|
478
479
|
URLSearchParams: Nn,
|
|
479
|
-
FormData:
|
|
480
|
-
Blob:
|
|
480
|
+
FormData: Un,
|
|
481
|
+
Blob: Ln
|
|
481
482
|
},
|
|
482
483
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
483
|
-
},
|
|
484
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Bn =
|
|
484
|
+
}, _e = typeof window < "u" && typeof document < "u", me = typeof navigator == "object" && navigator || void 0, Fn = _e && (!me || ["ReactNative", "NativeScript", "NS"].indexOf(me.product) < 0), vn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
485
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Bn = _e && window.location.href || "http://localhost", In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
485
486
|
__proto__: null,
|
|
486
|
-
hasBrowserEnv:
|
|
487
|
+
hasBrowserEnv: _e,
|
|
487
488
|
hasStandardBrowserEnv: Fn,
|
|
488
489
|
hasStandardBrowserWebWorkerEnv: vn,
|
|
489
|
-
navigator:
|
|
490
|
+
navigator: me,
|
|
490
491
|
origin: Bn
|
|
491
492
|
}, Symbol.toStringTag, { value: "Module" })), T = {
|
|
492
493
|
...In,
|
|
493
494
|
...Dn
|
|
494
495
|
};
|
|
495
496
|
function jn(e, t) {
|
|
496
|
-
return
|
|
497
|
+
return se(e, new T.classes.URLSearchParams(), Object.assign({
|
|
497
498
|
visitor: function(n, r, o, s) {
|
|
498
499
|
return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
499
500
|
}
|
|
@@ -511,7 +512,7 @@ function Hn(e) {
|
|
|
511
512
|
s = n[r], t[s] = e[s];
|
|
512
513
|
return t;
|
|
513
514
|
}
|
|
514
|
-
function
|
|
515
|
+
function ht(e) {
|
|
515
516
|
function t(n, r, o, s) {
|
|
516
517
|
let i = n[s++];
|
|
517
518
|
if (i === "__proto__") return !0;
|
|
@@ -537,12 +538,12 @@ function Mn(e, t, n) {
|
|
|
537
538
|
return (n || JSON.stringify)(e);
|
|
538
539
|
}
|
|
539
540
|
const W = {
|
|
540
|
-
transitional:
|
|
541
|
+
transitional: pt,
|
|
541
542
|
adapter: ["xhr", "http", "fetch"],
|
|
542
543
|
transformRequest: [function(t, n) {
|
|
543
544
|
const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, s = a.isObject(t);
|
|
544
545
|
if (s && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
|
|
545
|
-
return o ? JSON.stringify(
|
|
546
|
+
return o ? JSON.stringify(ht(t)) : t;
|
|
546
547
|
if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(t))
|
|
547
548
|
return t;
|
|
548
549
|
if (a.isArrayBufferView(t))
|
|
@@ -555,7 +556,7 @@ const W = {
|
|
|
555
556
|
return jn(t, this.formSerializer).toString();
|
|
556
557
|
if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
557
558
|
const f = this.env && this.env.FormData;
|
|
558
|
-
return
|
|
559
|
+
return se(
|
|
559
560
|
c ? { "files[]": t } : t,
|
|
560
561
|
f && new f(),
|
|
561
562
|
this.formSerializer
|
|
@@ -630,8 +631,8 @@ const $n = a.toObjectSet([
|
|
|
630
631
|
`).forEach(function(i) {
|
|
631
632
|
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && $n[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
632
633
|
}), t;
|
|
633
|
-
},
|
|
634
|
-
function
|
|
634
|
+
}, De = Symbol("internals");
|
|
635
|
+
function j(e) {
|
|
635
636
|
return e && String(e).trim().toLowerCase();
|
|
636
637
|
}
|
|
637
638
|
function X(e) {
|
|
@@ -645,7 +646,7 @@ function Jn(e) {
|
|
|
645
646
|
return t;
|
|
646
647
|
}
|
|
647
648
|
const Vn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
648
|
-
function
|
|
649
|
+
function le(e, t, n, r, o) {
|
|
649
650
|
if (a.isFunction(r))
|
|
650
651
|
return r.call(this, t, n);
|
|
651
652
|
if (o && (t = n), !!a.isString(t)) {
|
|
@@ -675,14 +676,14 @@ let A = class {
|
|
|
675
676
|
}
|
|
676
677
|
set(t, n, r) {
|
|
677
678
|
const o = this;
|
|
678
|
-
function s(c, f,
|
|
679
|
-
const
|
|
680
|
-
if (!
|
|
679
|
+
function s(c, f, u) {
|
|
680
|
+
const l = j(f);
|
|
681
|
+
if (!l)
|
|
681
682
|
throw new Error("header name must be a non-empty string");
|
|
682
|
-
const d = a.findKey(o,
|
|
683
|
-
(!d || o[d] === void 0 ||
|
|
683
|
+
const d = a.findKey(o, l);
|
|
684
|
+
(!d || o[d] === void 0 || u === !0 || u === void 0 && o[d] !== !1) && (o[d || f] = X(c));
|
|
684
685
|
}
|
|
685
|
-
const i = (c, f) => a.forEach(c, (
|
|
686
|
+
const i = (c, f) => a.forEach(c, (u, l) => s(u, l, f));
|
|
686
687
|
if (a.isPlainObject(t) || t instanceof this.constructor)
|
|
687
688
|
i(t, n);
|
|
688
689
|
else if (a.isString(t) && (t = t.trim()) && !Vn(t))
|
|
@@ -695,7 +696,7 @@ let A = class {
|
|
|
695
696
|
return this;
|
|
696
697
|
}
|
|
697
698
|
get(t, n) {
|
|
698
|
-
if (t =
|
|
699
|
+
if (t = j(t), t) {
|
|
699
700
|
const r = a.findKey(this, t);
|
|
700
701
|
if (r) {
|
|
701
702
|
const o = this[r];
|
|
@@ -712,9 +713,9 @@ let A = class {
|
|
|
712
713
|
}
|
|
713
714
|
}
|
|
714
715
|
has(t, n) {
|
|
715
|
-
if (t =
|
|
716
|
+
if (t = j(t), t) {
|
|
716
717
|
const r = a.findKey(this, t);
|
|
717
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
718
|
+
return !!(r && this[r] !== void 0 && (!n || le(this, this[r], r, n)));
|
|
718
719
|
}
|
|
719
720
|
return !1;
|
|
720
721
|
}
|
|
@@ -722,9 +723,9 @@ let A = class {
|
|
|
722
723
|
const r = this;
|
|
723
724
|
let o = !1;
|
|
724
725
|
function s(i) {
|
|
725
|
-
if (i =
|
|
726
|
+
if (i = j(i), i) {
|
|
726
727
|
const c = a.findKey(r, i);
|
|
727
|
-
c && (!n ||
|
|
728
|
+
c && (!n || le(r, r[c], c, n)) && (delete r[c], o = !0);
|
|
728
729
|
}
|
|
729
730
|
}
|
|
730
731
|
return a.isArray(t) ? t.forEach(s) : s(t), o;
|
|
@@ -734,7 +735,7 @@ let A = class {
|
|
|
734
735
|
let r = n.length, o = !1;
|
|
735
736
|
for (; r--; ) {
|
|
736
737
|
const s = n[r];
|
|
737
|
-
(!t ||
|
|
738
|
+
(!t || le(this, this[s], s, t, !0)) && (delete this[s], o = !0);
|
|
738
739
|
}
|
|
739
740
|
return o;
|
|
740
741
|
}
|
|
@@ -777,11 +778,11 @@ let A = class {
|
|
|
777
778
|
return n.forEach((o) => r.set(o)), r;
|
|
778
779
|
}
|
|
779
780
|
static accessor(t) {
|
|
780
|
-
const r = (this[
|
|
781
|
+
const r = (this[De] = this[De] = {
|
|
781
782
|
accessors: {}
|
|
782
783
|
}).accessors, o = this.prototype;
|
|
783
784
|
function s(i) {
|
|
784
|
-
const c =
|
|
785
|
+
const c = j(i);
|
|
785
786
|
r[c] || (Kn(o, i), r[c] = !0);
|
|
786
787
|
}
|
|
787
788
|
return a.isArray(t) ? t.forEach(s) : s(t), this;
|
|
@@ -798,23 +799,23 @@ a.reduceDescriptors(A.prototype, ({ value: e }, t) => {
|
|
|
798
799
|
};
|
|
799
800
|
});
|
|
800
801
|
a.freezeMethods(A);
|
|
801
|
-
function
|
|
802
|
+
function fe(e, t) {
|
|
802
803
|
const n = this || W, r = t || n, o = A.from(r.headers);
|
|
803
804
|
let s = r.data;
|
|
804
805
|
return a.forEach(e, function(c) {
|
|
805
806
|
s = c.call(n, s, o.normalize(), t ? t.status : void 0);
|
|
806
807
|
}), o.normalize(), s;
|
|
807
808
|
}
|
|
808
|
-
function
|
|
809
|
+
function mt(e) {
|
|
809
810
|
return !!(e && e.__CANCEL__);
|
|
810
811
|
}
|
|
811
|
-
function
|
|
812
|
+
function I(e, t, n) {
|
|
812
813
|
y.call(this, e ?? "canceled", y.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
813
814
|
}
|
|
814
|
-
a.inherits(
|
|
815
|
+
a.inherits(I, y, {
|
|
815
816
|
__CANCEL__: !0
|
|
816
817
|
});
|
|
817
|
-
function
|
|
818
|
+
function yt(e, t, n) {
|
|
818
819
|
const r = n.config.validateStatus;
|
|
819
820
|
!n.status || !r || r(n.status) ? e(n) : t(new y(
|
|
820
821
|
"Request failed with status code " + n.status,
|
|
@@ -833,56 +834,56 @@ function Gn(e, t) {
|
|
|
833
834
|
const n = new Array(e), r = new Array(e);
|
|
834
835
|
let o = 0, s = 0, i;
|
|
835
836
|
return t = t !== void 0 ? t : 1e3, function(f) {
|
|
836
|
-
const
|
|
837
|
-
i || (i =
|
|
837
|
+
const u = Date.now(), l = r[s];
|
|
838
|
+
i || (i = u), n[o] = f, r[o] = u;
|
|
838
839
|
let d = s, w = 0;
|
|
839
840
|
for (; d !== o; )
|
|
840
841
|
w += n[d++], d = d % e;
|
|
841
|
-
if (o = (o + 1) % e, o === s && (s = (s + 1) % e),
|
|
842
|
+
if (o = (o + 1) % e, o === s && (s = (s + 1) % e), u - i < t)
|
|
842
843
|
return;
|
|
843
|
-
const g =
|
|
844
|
+
const g = l && u - l;
|
|
844
845
|
return g ? Math.round(w * 1e3 / g) : void 0;
|
|
845
846
|
};
|
|
846
847
|
}
|
|
847
848
|
function Xn(e, t) {
|
|
848
849
|
let n = 0, r = 1e3 / t, o, s;
|
|
849
|
-
const i = (
|
|
850
|
-
n =
|
|
850
|
+
const i = (u, l = Date.now()) => {
|
|
851
|
+
n = l, o = null, s && (clearTimeout(s), s = null), e.apply(null, u);
|
|
851
852
|
};
|
|
852
|
-
return [(...
|
|
853
|
-
const
|
|
854
|
-
d >= r ? i(
|
|
853
|
+
return [(...u) => {
|
|
854
|
+
const l = Date.now(), d = l - n;
|
|
855
|
+
d >= r ? i(u, l) : (o = u, s || (s = setTimeout(() => {
|
|
855
856
|
s = null, i(o);
|
|
856
857
|
}, r - d)));
|
|
857
858
|
}, () => o && i(o)];
|
|
858
859
|
}
|
|
859
|
-
const
|
|
860
|
+
const ee = (e, t, n = 3) => {
|
|
860
861
|
let r = 0;
|
|
861
862
|
const o = Gn(50, 250);
|
|
862
863
|
return Xn((s) => {
|
|
863
|
-
const i = s.loaded, c = s.lengthComputable ? s.total : void 0, f = i - r,
|
|
864
|
+
const i = s.loaded, c = s.lengthComputable ? s.total : void 0, f = i - r, u = o(f), l = i <= c;
|
|
864
865
|
r = i;
|
|
865
866
|
const d = {
|
|
866
867
|
loaded: i,
|
|
867
868
|
total: c,
|
|
868
869
|
progress: c ? i / c : void 0,
|
|
869
870
|
bytes: f,
|
|
870
|
-
rate:
|
|
871
|
-
estimated:
|
|
871
|
+
rate: u || void 0,
|
|
872
|
+
estimated: u && c && l ? (c - i) / u : void 0,
|
|
872
873
|
event: s,
|
|
873
874
|
lengthComputable: c != null,
|
|
874
875
|
[t ? "download" : "upload"]: !0
|
|
875
876
|
};
|
|
876
877
|
e(d);
|
|
877
878
|
}, n);
|
|
878
|
-
},
|
|
879
|
+
}, Fe = (e, t) => {
|
|
879
880
|
const n = e != null;
|
|
880
881
|
return [(r) => t[0]({
|
|
881
882
|
lengthComputable: n,
|
|
882
883
|
total: e,
|
|
883
884
|
loaded: r
|
|
884
885
|
}), t[1]];
|
|
885
|
-
},
|
|
886
|
+
}, ve = (e) => (...t) => a.asap(() => e(...t)), Zn = 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)))(
|
|
886
887
|
new URL(T.origin),
|
|
887
888
|
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
|
|
888
889
|
) : () => !0, Yn = T.hasStandardBrowserEnv ? (
|
|
@@ -918,37 +919,37 @@ function er(e) {
|
|
|
918
919
|
function tr(e, t) {
|
|
919
920
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
920
921
|
}
|
|
921
|
-
function
|
|
922
|
+
function wt(e, t) {
|
|
922
923
|
return e && !er(t) ? tr(e, t) : t;
|
|
923
924
|
}
|
|
924
|
-
const
|
|
925
|
+
const Be = (e) => e instanceof A ? { ...e } : e;
|
|
925
926
|
function D(e, t) {
|
|
926
927
|
t = t || {};
|
|
927
928
|
const n = {};
|
|
928
|
-
function r(
|
|
929
|
-
return a.isPlainObject(
|
|
929
|
+
function r(u, l, d, w) {
|
|
930
|
+
return a.isPlainObject(u) && a.isPlainObject(l) ? a.merge.call({ caseless: w }, u, l) : a.isPlainObject(l) ? a.merge({}, l) : a.isArray(l) ? l.slice() : l;
|
|
930
931
|
}
|
|
931
|
-
function o(
|
|
932
|
-
if (a.isUndefined(
|
|
933
|
-
if (!a.isUndefined(
|
|
934
|
-
return r(void 0,
|
|
935
|
-
} else return r(
|
|
932
|
+
function o(u, l, d, w) {
|
|
933
|
+
if (a.isUndefined(l)) {
|
|
934
|
+
if (!a.isUndefined(u))
|
|
935
|
+
return r(void 0, u, d, w);
|
|
936
|
+
} else return r(u, l, d, w);
|
|
936
937
|
}
|
|
937
|
-
function s(
|
|
938
|
-
if (!a.isUndefined(
|
|
939
|
-
return r(void 0,
|
|
938
|
+
function s(u, l) {
|
|
939
|
+
if (!a.isUndefined(l))
|
|
940
|
+
return r(void 0, l);
|
|
940
941
|
}
|
|
941
|
-
function i(
|
|
942
|
-
if (a.isUndefined(
|
|
943
|
-
if (!a.isUndefined(
|
|
944
|
-
return r(void 0,
|
|
945
|
-
} else return r(void 0,
|
|
942
|
+
function i(u, l) {
|
|
943
|
+
if (a.isUndefined(l)) {
|
|
944
|
+
if (!a.isUndefined(u))
|
|
945
|
+
return r(void 0, u);
|
|
946
|
+
} else return r(void 0, l);
|
|
946
947
|
}
|
|
947
|
-
function c(
|
|
948
|
+
function c(u, l, d) {
|
|
948
949
|
if (d in t)
|
|
949
|
-
return r(
|
|
950
|
+
return r(u, l);
|
|
950
951
|
if (d in e)
|
|
951
|
-
return r(void 0,
|
|
952
|
+
return r(void 0, u);
|
|
952
953
|
}
|
|
953
954
|
const f = {
|
|
954
955
|
url: s,
|
|
@@ -979,17 +980,17 @@ function D(e, t) {
|
|
|
979
980
|
socketPath: i,
|
|
980
981
|
responseEncoding: i,
|
|
981
982
|
validateStatus: c,
|
|
982
|
-
headers: (
|
|
983
|
+
headers: (u, l, d) => o(Be(u), Be(l), d, !0)
|
|
983
984
|
};
|
|
984
|
-
return a.forEach(Object.keys(Object.assign({}, e, t)), function(
|
|
985
|
-
const d = f[
|
|
986
|
-
a.isUndefined(w) && d !== c || (n[
|
|
985
|
+
return a.forEach(Object.keys(Object.assign({}, e, t)), function(l) {
|
|
986
|
+
const d = f[l] || o, w = d(e[l], t[l], l);
|
|
987
|
+
a.isUndefined(w) && d !== c || (n[l] = w);
|
|
987
988
|
}), n;
|
|
988
989
|
}
|
|
989
|
-
const
|
|
990
|
+
const gt = (e) => {
|
|
990
991
|
const t = D({}, e);
|
|
991
992
|
let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: c } = t;
|
|
992
|
-
t.headers = i = A.from(i), t.url =
|
|
993
|
+
t.headers = i = A.from(i), t.url = dt(wt(t.baseURL, t.url), e.params, e.paramsSerializer), c && i.set(
|
|
993
994
|
"Authorization",
|
|
994
995
|
"Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
|
|
995
996
|
);
|
|
@@ -998,23 +999,23 @@ const Et = (e) => {
|
|
|
998
999
|
if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
|
|
999
1000
|
i.setContentType(void 0);
|
|
1000
1001
|
else if ((f = i.getContentType()) !== !1) {
|
|
1001
|
-
const [
|
|
1002
|
-
i.setContentType([
|
|
1002
|
+
const [u, ...l] = f ? f.split(";").map((d) => d.trim()).filter(Boolean) : [];
|
|
1003
|
+
i.setContentType([u || "multipart/form-data", ...l].join("; "));
|
|
1003
1004
|
}
|
|
1004
1005
|
}
|
|
1005
1006
|
if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && Zn(t.url))) {
|
|
1006
|
-
const
|
|
1007
|
-
|
|
1007
|
+
const u = o && s && Yn.read(s);
|
|
1008
|
+
u && i.set(o, u);
|
|
1008
1009
|
}
|
|
1009
1010
|
return t;
|
|
1010
1011
|
}, nr = typeof XMLHttpRequest < "u", rr = nr && function(e) {
|
|
1011
1012
|
return new Promise(function(n, r) {
|
|
1012
|
-
const o =
|
|
1013
|
+
const o = gt(e);
|
|
1013
1014
|
let s = o.data;
|
|
1014
1015
|
const i = A.from(o.headers).normalize();
|
|
1015
|
-
let { responseType: c, onUploadProgress: f, onDownloadProgress:
|
|
1016
|
+
let { responseType: c, onUploadProgress: f, onDownloadProgress: u } = o, l, d, w, g, p;
|
|
1016
1017
|
function m() {
|
|
1017
|
-
g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(
|
|
1018
|
+
g && g(), p && p(), o.cancelToken && o.cancelToken.unsubscribe(l), o.signal && o.signal.removeEventListener("abort", l);
|
|
1018
1019
|
}
|
|
1019
1020
|
let h = new XMLHttpRequest();
|
|
1020
1021
|
h.open(o.method.toUpperCase(), o.url, !0), h.timeout = o.timeout;
|
|
@@ -1031,7 +1032,7 @@ const Et = (e) => {
|
|
|
1031
1032
|
config: e,
|
|
1032
1033
|
request: h
|
|
1033
1034
|
};
|
|
1034
|
-
|
|
1035
|
+
yt(function(N) {
|
|
1035
1036
|
n(N), m();
|
|
1036
1037
|
}, function(N) {
|
|
1037
1038
|
r(N), m();
|
|
@@ -1045,7 +1046,7 @@ const Et = (e) => {
|
|
|
1045
1046
|
r(new y("Network Error", y.ERR_NETWORK, e, h)), h = null;
|
|
1046
1047
|
}, h.ontimeout = function() {
|
|
1047
1048
|
let k = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
1048
|
-
const O = o.transitional ||
|
|
1049
|
+
const O = o.transitional || pt;
|
|
1049
1050
|
o.timeoutErrorMessage && (k = o.timeoutErrorMessage), r(new y(
|
|
1050
1051
|
k,
|
|
1051
1052
|
O.clarifyTimeoutError ? y.ETIMEDOUT : y.ECONNABORTED,
|
|
@@ -1054,9 +1055,9 @@ const Et = (e) => {
|
|
|
1054
1055
|
)), h = null;
|
|
1055
1056
|
}, s === void 0 && i.setContentType(null), "setRequestHeader" in h && a.forEach(i.toJSON(), function(k, O) {
|
|
1056
1057
|
h.setRequestHeader(O, k);
|
|
1057
|
-
}), a.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), c && c !== "json" && (h.responseType = o.responseType),
|
|
1058
|
-
h && (r(!R || R.type ? new
|
|
1059
|
-
}, o.cancelToken && o.cancelToken.subscribe(
|
|
1058
|
+
}), a.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), c && c !== "json" && (h.responseType = o.responseType), u && ([w, p] = ee(u, !0), h.addEventListener("progress", w)), f && h.upload && ([d, g] = ee(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (l = (R) => {
|
|
1059
|
+
h && (r(!R || R.type ? new I(null, e, h) : R), h.abort(), h = null);
|
|
1060
|
+
}, o.cancelToken && o.cancelToken.subscribe(l), o.signal && (o.signal.aborted ? l() : o.signal.addEventListener("abort", l)));
|
|
1060
1061
|
const S = Qn(o.url);
|
|
1061
1062
|
if (S && T.protocols.indexOf(S) === -1) {
|
|
1062
1063
|
r(new y("Unsupported protocol " + S + ":", y.ERR_BAD_REQUEST, e));
|
|
@@ -1068,22 +1069,22 @@ const Et = (e) => {
|
|
|
1068
1069
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
1069
1070
|
if (t || n) {
|
|
1070
1071
|
let r = new AbortController(), o;
|
|
1071
|
-
const s = function(
|
|
1072
|
+
const s = function(u) {
|
|
1072
1073
|
if (!o) {
|
|
1073
1074
|
o = !0, c();
|
|
1074
|
-
const
|
|
1075
|
-
r.abort(
|
|
1075
|
+
const l = u instanceof Error ? u : this.reason;
|
|
1076
|
+
r.abort(l instanceof y ? l : new I(l instanceof Error ? l.message : l));
|
|
1076
1077
|
}
|
|
1077
1078
|
};
|
|
1078
1079
|
let i = t && setTimeout(() => {
|
|
1079
1080
|
i = null, s(new y(`timeout ${t} of ms exceeded`, y.ETIMEDOUT));
|
|
1080
1081
|
}, t);
|
|
1081
1082
|
const c = () => {
|
|
1082
|
-
e && (i && clearTimeout(i), i = null, e.forEach((
|
|
1083
|
-
|
|
1083
|
+
e && (i && clearTimeout(i), i = null, e.forEach((u) => {
|
|
1084
|
+
u.unsubscribe ? u.unsubscribe(s) : u.removeEventListener("abort", s);
|
|
1084
1085
|
}), e = null);
|
|
1085
1086
|
};
|
|
1086
|
-
e.forEach((
|
|
1087
|
+
e.forEach((u) => u.addEventListener("abort", s));
|
|
1087
1088
|
const { signal: f } = r;
|
|
1088
1089
|
return f.unsubscribe = () => a.asap(c), f;
|
|
1089
1090
|
}
|
|
@@ -1115,7 +1116,7 @@ const Et = (e) => {
|
|
|
1115
1116
|
} finally {
|
|
1116
1117
|
await t.cancel();
|
|
1117
1118
|
}
|
|
1118
|
-
},
|
|
1119
|
+
}, Ie = (e, t, n, r) => {
|
|
1119
1120
|
const o = ir(e, t);
|
|
1120
1121
|
let s = 0, i, c = (f) => {
|
|
1121
1122
|
i || (i = !0, r && r(f));
|
|
@@ -1123,19 +1124,19 @@ const Et = (e) => {
|
|
|
1123
1124
|
return new ReadableStream({
|
|
1124
1125
|
async pull(f) {
|
|
1125
1126
|
try {
|
|
1126
|
-
const { done:
|
|
1127
|
-
if (
|
|
1127
|
+
const { done: u, value: l } = await o.next();
|
|
1128
|
+
if (u) {
|
|
1128
1129
|
c(), f.close();
|
|
1129
1130
|
return;
|
|
1130
1131
|
}
|
|
1131
|
-
let d =
|
|
1132
|
+
let d = l.byteLength;
|
|
1132
1133
|
if (n) {
|
|
1133
1134
|
let w = s += d;
|
|
1134
1135
|
n(w);
|
|
1135
1136
|
}
|
|
1136
|
-
f.enqueue(new Uint8Array(
|
|
1137
|
-
} catch (
|
|
1138
|
-
throw c(
|
|
1137
|
+
f.enqueue(new Uint8Array(l));
|
|
1138
|
+
} catch (u) {
|
|
1139
|
+
throw c(u), u;
|
|
1139
1140
|
}
|
|
1140
1141
|
},
|
|
1141
1142
|
cancel(f) {
|
|
@@ -1144,13 +1145,13 @@ const Et = (e) => {
|
|
|
1144
1145
|
}, {
|
|
1145
1146
|
highWaterMark: 2
|
|
1146
1147
|
});
|
|
1147
|
-
},
|
|
1148
|
+
}, ie = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", bt = ie && typeof ReadableStream == "function", cr = ie && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Et = (e, ...t) => {
|
|
1148
1149
|
try {
|
|
1149
1150
|
return !!e(...t);
|
|
1150
1151
|
} catch {
|
|
1151
1152
|
return !1;
|
|
1152
1153
|
}
|
|
1153
|
-
}, ur =
|
|
1154
|
+
}, ur = bt && Et(() => {
|
|
1154
1155
|
let e = !1;
|
|
1155
1156
|
const t = new Request(T.origin, {
|
|
1156
1157
|
body: new ReadableStream(),
|
|
@@ -1160,12 +1161,12 @@ const Et = (e) => {
|
|
|
1160
1161
|
}
|
|
1161
1162
|
}).headers.has("Content-Type");
|
|
1162
1163
|
return e && !t;
|
|
1163
|
-
}),
|
|
1164
|
-
stream:
|
|
1164
|
+
}), je = 64 * 1024, ye = bt && Et(() => a.isReadableStream(new Response("").body)), te = {
|
|
1165
|
+
stream: ye && ((e) => e.body)
|
|
1165
1166
|
};
|
|
1166
|
-
|
|
1167
|
+
ie && ((e) => {
|
|
1167
1168
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
1168
|
-
!
|
|
1169
|
+
!te[t] && (te[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
|
|
1169
1170
|
throw new y(`Response type '${t}' is not supported`, y.ERR_NOT_SUPPORT, r);
|
|
1170
1171
|
});
|
|
1171
1172
|
});
|
|
@@ -1187,7 +1188,7 @@ const lr = async (e) => {
|
|
|
1187
1188
|
}, fr = async (e, t) => {
|
|
1188
1189
|
const n = a.toFiniteNumber(e.getContentLength());
|
|
1189
1190
|
return n ?? lr(t);
|
|
1190
|
-
}, dr =
|
|
1191
|
+
}, dr = ie && (async (e) => {
|
|
1191
1192
|
let {
|
|
1192
1193
|
url: t,
|
|
1193
1194
|
method: n,
|
|
@@ -1197,30 +1198,30 @@ const lr = async (e) => {
|
|
|
1197
1198
|
timeout: i,
|
|
1198
1199
|
onDownloadProgress: c,
|
|
1199
1200
|
onUploadProgress: f,
|
|
1200
|
-
responseType:
|
|
1201
|
-
headers:
|
|
1201
|
+
responseType: u,
|
|
1202
|
+
headers: l,
|
|
1202
1203
|
withCredentials: d = "same-origin",
|
|
1203
1204
|
fetchOptions: w
|
|
1204
|
-
} =
|
|
1205
|
-
|
|
1205
|
+
} = gt(e);
|
|
1206
|
+
u = u ? (u + "").toLowerCase() : "text";
|
|
1206
1207
|
let g = or([o, s && s.toAbortSignal()], i), p;
|
|
1207
1208
|
const m = g && g.unsubscribe && (() => {
|
|
1208
1209
|
g.unsubscribe();
|
|
1209
1210
|
});
|
|
1210
1211
|
let h;
|
|
1211
1212
|
try {
|
|
1212
|
-
if (f && ur && n !== "get" && n !== "head" && (h = await fr(
|
|
1213
|
+
if (f && ur && n !== "get" && n !== "head" && (h = await fr(l, r)) !== 0) {
|
|
1213
1214
|
let O = new Request(t, {
|
|
1214
1215
|
method: "POST",
|
|
1215
1216
|
body: r,
|
|
1216
1217
|
duplex: "half"
|
|
1217
1218
|
}), P;
|
|
1218
|
-
if (a.isFormData(r) && (P = O.headers.get("content-type")) &&
|
|
1219
|
-
const [N, K] =
|
|
1219
|
+
if (a.isFormData(r) && (P = O.headers.get("content-type")) && l.setContentType(P), O.body) {
|
|
1220
|
+
const [N, K] = Fe(
|
|
1220
1221
|
h,
|
|
1221
|
-
|
|
1222
|
+
ee(ve(f))
|
|
1222
1223
|
);
|
|
1223
|
-
r =
|
|
1224
|
+
r = Ie(O.body, je, N, K);
|
|
1224
1225
|
}
|
|
1225
1226
|
}
|
|
1226
1227
|
a.isString(d) || (d = d ? "include" : "omit");
|
|
@@ -1229,33 +1230,33 @@ const lr = async (e) => {
|
|
|
1229
1230
|
...w,
|
|
1230
1231
|
signal: g,
|
|
1231
1232
|
method: n.toUpperCase(),
|
|
1232
|
-
headers:
|
|
1233
|
+
headers: l.normalize().toJSON(),
|
|
1233
1234
|
body: r,
|
|
1234
1235
|
duplex: "half",
|
|
1235
1236
|
credentials: E ? d : void 0
|
|
1236
1237
|
});
|
|
1237
1238
|
let S = await fetch(p);
|
|
1238
|
-
const R =
|
|
1239
|
-
if (
|
|
1239
|
+
const R = ye && (u === "stream" || u === "response");
|
|
1240
|
+
if (ye && (c || R && m)) {
|
|
1240
1241
|
const O = {};
|
|
1241
|
-
["status", "statusText", "headers"].forEach((
|
|
1242
|
-
O[
|
|
1242
|
+
["status", "statusText", "headers"].forEach((Ce) => {
|
|
1243
|
+
O[Ce] = S[Ce];
|
|
1243
1244
|
});
|
|
1244
|
-
const P = a.toFiniteNumber(S.headers.get("content-length")), [N, K] = c &&
|
|
1245
|
+
const P = a.toFiniteNumber(S.headers.get("content-length")), [N, K] = c && Fe(
|
|
1245
1246
|
P,
|
|
1246
|
-
|
|
1247
|
+
ee(ve(c), !0)
|
|
1247
1248
|
) || [];
|
|
1248
1249
|
S = new Response(
|
|
1249
|
-
|
|
1250
|
+
Ie(S.body, je, N, () => {
|
|
1250
1251
|
K && K(), m && m();
|
|
1251
1252
|
}),
|
|
1252
1253
|
O
|
|
1253
1254
|
);
|
|
1254
1255
|
}
|
|
1255
|
-
|
|
1256
|
-
let k = await
|
|
1256
|
+
u = u || "text";
|
|
1257
|
+
let k = await te[a.findKey(te, u) || "text"](S, e);
|
|
1257
1258
|
return !R && m && m(), await new Promise((O, P) => {
|
|
1258
|
-
|
|
1259
|
+
yt(O, P, {
|
|
1259
1260
|
data: k,
|
|
1260
1261
|
headers: A.from(S.headers),
|
|
1261
1262
|
status: S.status,
|
|
@@ -1272,12 +1273,12 @@ const lr = async (e) => {
|
|
|
1272
1273
|
}
|
|
1273
1274
|
) : y.from(E, E && E.code, e, p);
|
|
1274
1275
|
}
|
|
1275
|
-
}),
|
|
1276
|
+
}), we = {
|
|
1276
1277
|
http: xn,
|
|
1277
1278
|
xhr: rr,
|
|
1278
1279
|
fetch: dr
|
|
1279
1280
|
};
|
|
1280
|
-
a.forEach(
|
|
1281
|
+
a.forEach(we, (e, t) => {
|
|
1281
1282
|
if (e) {
|
|
1282
1283
|
try {
|
|
1283
1284
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1286,7 +1287,7 @@ a.forEach(ge, (e, t) => {
|
|
|
1286
1287
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1287
1288
|
}
|
|
1288
1289
|
});
|
|
1289
|
-
const
|
|
1290
|
+
const qe = (e) => `- ${e}`, pr = (e) => a.isFunction(e) || e === null || e === !1, St = {
|
|
1290
1291
|
getAdapter: (e) => {
|
|
1291
1292
|
e = a.isArray(e) ? e : [e];
|
|
1292
1293
|
const { length: t } = e;
|
|
@@ -1295,7 +1296,7 @@ const He = (e) => `- ${e}`, pr = (e) => a.isFunction(e) || e === null || e === !
|
|
|
1295
1296
|
for (let s = 0; s < t; s++) {
|
|
1296
1297
|
n = e[s];
|
|
1297
1298
|
let i;
|
|
1298
|
-
if (r = n, !pr(n) && (r =
|
|
1299
|
+
if (r = n, !pr(n) && (r = we[(i = String(n)).toLowerCase()], r === void 0))
|
|
1299
1300
|
throw new y(`Unknown adapter '${i}'`);
|
|
1300
1301
|
if (r)
|
|
1301
1302
|
break;
|
|
@@ -1306,8 +1307,8 @@ const He = (e) => `- ${e}`, pr = (e) => a.isFunction(e) || e === null || e === !
|
|
|
1306
1307
|
([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1307
1308
|
);
|
|
1308
1309
|
let i = t ? s.length > 1 ? `since :
|
|
1309
|
-
` + s.map(
|
|
1310
|
-
`) : " " +
|
|
1310
|
+
` + s.map(qe).join(`
|
|
1311
|
+
`) : " " + qe(s[0]) : "as no adapter specified";
|
|
1311
1312
|
throw new y(
|
|
1312
1313
|
"There is no suitable adapter to dispatch the request " + i,
|
|
1313
1314
|
"ERR_NOT_SUPPORT"
|
|
@@ -1315,40 +1316,40 @@ const He = (e) => `- ${e}`, pr = (e) => a.isFunction(e) || e === null || e === !
|
|
|
1315
1316
|
}
|
|
1316
1317
|
return r;
|
|
1317
1318
|
},
|
|
1318
|
-
adapters:
|
|
1319
|
+
adapters: we
|
|
1319
1320
|
};
|
|
1320
|
-
function
|
|
1321
|
+
function de(e) {
|
|
1321
1322
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1322
|
-
throw new
|
|
1323
|
+
throw new I(null, e);
|
|
1323
1324
|
}
|
|
1324
|
-
function
|
|
1325
|
-
return
|
|
1325
|
+
function He(e) {
|
|
1326
|
+
return de(e), e.headers = A.from(e.headers), e.data = fe.call(
|
|
1326
1327
|
e,
|
|
1327
1328
|
e.transformRequest
|
|
1328
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1),
|
|
1329
|
-
return
|
|
1329
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), St.getAdapter(e.adapter || W.adapter)(e).then(function(r) {
|
|
1330
|
+
return de(e), r.data = fe.call(
|
|
1330
1331
|
e,
|
|
1331
1332
|
e.transformResponse,
|
|
1332
1333
|
r
|
|
1333
1334
|
), r.headers = A.from(r.headers), r;
|
|
1334
1335
|
}, function(r) {
|
|
1335
|
-
return
|
|
1336
|
+
return mt(r) || (de(e), r && r.response && (r.response.data = fe.call(
|
|
1336
1337
|
e,
|
|
1337
1338
|
e.transformResponse,
|
|
1338
1339
|
r.response
|
|
1339
1340
|
), r.response.headers = A.from(r.response.headers))), Promise.reject(r);
|
|
1340
1341
|
});
|
|
1341
1342
|
}
|
|
1342
|
-
const
|
|
1343
|
+
const Rt = "1.7.9", ae = {};
|
|
1343
1344
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1344
|
-
|
|
1345
|
+
ae[e] = function(r) {
|
|
1345
1346
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1346
1347
|
};
|
|
1347
1348
|
});
|
|
1348
|
-
const
|
|
1349
|
-
|
|
1349
|
+
const Me = {};
|
|
1350
|
+
ae.transitional = function(t, n, r) {
|
|
1350
1351
|
function o(s, i) {
|
|
1351
|
-
return "[Axios v" +
|
|
1352
|
+
return "[Axios v" + Rt + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
|
|
1352
1353
|
}
|
|
1353
1354
|
return (s, i, c) => {
|
|
1354
1355
|
if (t === !1)
|
|
@@ -1356,10 +1357,10 @@ ce.transitional = function(t, n, r) {
|
|
|
1356
1357
|
o(i, " has been removed" + (n ? " in " + n : "")),
|
|
1357
1358
|
y.ERR_DEPRECATED
|
|
1358
1359
|
);
|
|
1359
|
-
return n &&
|
|
1360
|
+
return n && !Me[i] && (Me[i] = !0), t ? t(s, i, c) : !0;
|
|
1360
1361
|
};
|
|
1361
1362
|
};
|
|
1362
|
-
|
|
1363
|
+
ae.spelling = function(t) {
|
|
1363
1364
|
return (n, r) => !0;
|
|
1364
1365
|
};
|
|
1365
1366
|
function hr(e, t, n) {
|
|
@@ -1381,13 +1382,13 @@ function hr(e, t, n) {
|
|
|
1381
1382
|
}
|
|
1382
1383
|
const Z = {
|
|
1383
1384
|
assertOptions: hr,
|
|
1384
|
-
validators:
|
|
1385
|
+
validators: ae
|
|
1385
1386
|
}, C = Z.validators;
|
|
1386
|
-
let
|
|
1387
|
+
let L = class {
|
|
1387
1388
|
constructor(t) {
|
|
1388
1389
|
this.defaults = t, this.interceptors = {
|
|
1389
|
-
request: new
|
|
1390
|
-
response: new
|
|
1390
|
+
request: new Le(),
|
|
1391
|
+
response: new Le()
|
|
1391
1392
|
};
|
|
1392
1393
|
}
|
|
1393
1394
|
/**
|
|
@@ -1446,16 +1447,16 @@ let U = class {
|
|
|
1446
1447
|
this.interceptors.request.forEach(function(m) {
|
|
1447
1448
|
typeof m.runWhen == "function" && m.runWhen(n) === !1 || (f = f && m.synchronous, c.unshift(m.fulfilled, m.rejected));
|
|
1448
1449
|
});
|
|
1449
|
-
const
|
|
1450
|
+
const u = [];
|
|
1450
1451
|
this.interceptors.response.forEach(function(m) {
|
|
1451
|
-
|
|
1452
|
+
u.push(m.fulfilled, m.rejected);
|
|
1452
1453
|
});
|
|
1453
|
-
let
|
|
1454
|
+
let l, d = 0, w;
|
|
1454
1455
|
if (!f) {
|
|
1455
|
-
const p = [
|
|
1456
|
-
for (p.unshift.apply(p, c), p.push.apply(p,
|
|
1457
|
-
|
|
1458
|
-
return
|
|
1456
|
+
const p = [He.bind(this), void 0];
|
|
1457
|
+
for (p.unshift.apply(p, c), p.push.apply(p, u), w = p.length, l = Promise.resolve(n); d < w; )
|
|
1458
|
+
l = l.then(p[d++], p[d++]);
|
|
1459
|
+
return l;
|
|
1459
1460
|
}
|
|
1460
1461
|
w = c.length;
|
|
1461
1462
|
let g = n;
|
|
@@ -1469,22 +1470,22 @@ let U = class {
|
|
|
1469
1470
|
}
|
|
1470
1471
|
}
|
|
1471
1472
|
try {
|
|
1472
|
-
|
|
1473
|
+
l = He.call(this, g);
|
|
1473
1474
|
} catch (p) {
|
|
1474
1475
|
return Promise.reject(p);
|
|
1475
1476
|
}
|
|
1476
|
-
for (d = 0, w =
|
|
1477
|
-
|
|
1478
|
-
return
|
|
1477
|
+
for (d = 0, w = u.length; d < w; )
|
|
1478
|
+
l = l.then(u[d++], u[d++]);
|
|
1479
|
+
return l;
|
|
1479
1480
|
}
|
|
1480
1481
|
getUri(t) {
|
|
1481
1482
|
t = D(this.defaults, t);
|
|
1482
|
-
const n =
|
|
1483
|
-
return
|
|
1483
|
+
const n = wt(t.baseURL, t.url);
|
|
1484
|
+
return dt(n, t.params, t.paramsSerializer);
|
|
1484
1485
|
}
|
|
1485
1486
|
};
|
|
1486
1487
|
a.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1487
|
-
|
|
1488
|
+
L.prototype[t] = function(n, r) {
|
|
1488
1489
|
return this.request(D(r || {}, {
|
|
1489
1490
|
method: t,
|
|
1490
1491
|
url: n,
|
|
@@ -1505,9 +1506,9 @@ a.forEach(["post", "put", "patch"], function(t) {
|
|
|
1505
1506
|
}));
|
|
1506
1507
|
};
|
|
1507
1508
|
}
|
|
1508
|
-
|
|
1509
|
+
L.prototype[t] = n(), L.prototype[t + "Form"] = n(!0);
|
|
1509
1510
|
});
|
|
1510
|
-
let mr = class
|
|
1511
|
+
let mr = class Tt {
|
|
1511
1512
|
constructor(t) {
|
|
1512
1513
|
if (typeof t != "function")
|
|
1513
1514
|
throw new TypeError("executor must be a function.");
|
|
@@ -1531,7 +1532,7 @@ let mr = class At {
|
|
|
1531
1532
|
r.unsubscribe(s);
|
|
1532
1533
|
}, i;
|
|
1533
1534
|
}, t(function(s, i, c) {
|
|
1534
|
-
r.reason || (r.reason = new
|
|
1535
|
+
r.reason || (r.reason = new I(s, i, c), n(r.reason));
|
|
1535
1536
|
});
|
|
1536
1537
|
}
|
|
1537
1538
|
/**
|
|
@@ -1573,7 +1574,7 @@ let mr = class At {
|
|
|
1573
1574
|
static source() {
|
|
1574
1575
|
let t;
|
|
1575
1576
|
return {
|
|
1576
|
-
token: new
|
|
1577
|
+
token: new Tt(function(o) {
|
|
1577
1578
|
t = o;
|
|
1578
1579
|
}),
|
|
1579
1580
|
cancel: t
|
|
@@ -1588,7 +1589,7 @@ function yr(e) {
|
|
|
1588
1589
|
function wr(e) {
|
|
1589
1590
|
return a.isObject(e) && e.isAxiosError === !0;
|
|
1590
1591
|
}
|
|
1591
|
-
const
|
|
1592
|
+
const ge = {
|
|
1592
1593
|
Continue: 100,
|
|
1593
1594
|
SwitchingProtocols: 101,
|
|
1594
1595
|
Processing: 102,
|
|
@@ -1653,22 +1654,22 @@ const be = {
|
|
|
1653
1654
|
NotExtended: 510,
|
|
1654
1655
|
NetworkAuthenticationRequired: 511
|
|
1655
1656
|
};
|
|
1656
|
-
Object.entries(
|
|
1657
|
-
|
|
1657
|
+
Object.entries(ge).forEach(([e, t]) => {
|
|
1658
|
+
ge[t] = e;
|
|
1658
1659
|
});
|
|
1659
|
-
function
|
|
1660
|
-
const t = new
|
|
1661
|
-
return a.extend(n,
|
|
1662
|
-
return
|
|
1660
|
+
function Ot(e) {
|
|
1661
|
+
const t = new L(e), n = et(L.prototype.request, t);
|
|
1662
|
+
return a.extend(n, L.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
1663
|
+
return Ot(D(e, o));
|
|
1663
1664
|
}, n;
|
|
1664
1665
|
}
|
|
1665
|
-
const b =
|
|
1666
|
-
b.Axios =
|
|
1667
|
-
b.CanceledError =
|
|
1666
|
+
const b = Ot(W);
|
|
1667
|
+
b.Axios = L;
|
|
1668
|
+
b.CanceledError = I;
|
|
1668
1669
|
b.CancelToken = mr;
|
|
1669
|
-
b.isCancel =
|
|
1670
|
-
b.VERSION =
|
|
1671
|
-
b.toFormData =
|
|
1670
|
+
b.isCancel = mt;
|
|
1671
|
+
b.VERSION = Rt;
|
|
1672
|
+
b.toFormData = se;
|
|
1672
1673
|
b.AxiosError = y;
|
|
1673
1674
|
b.Cancel = b.CanceledError;
|
|
1674
1675
|
b.all = function(t) {
|
|
@@ -1678,27 +1679,27 @@ b.spread = yr;
|
|
|
1678
1679
|
b.isAxiosError = wr;
|
|
1679
1680
|
b.mergeConfig = D;
|
|
1680
1681
|
b.AxiosHeaders = A;
|
|
1681
|
-
b.formToJSON = (e) =>
|
|
1682
|
-
b.getAdapter =
|
|
1683
|
-
b.HttpStatusCode =
|
|
1682
|
+
b.formToJSON = (e) => ht(a.isHTMLForm(e) ? new FormData(e) : e);
|
|
1683
|
+
b.getAdapter = St.getAdapter;
|
|
1684
|
+
b.HttpStatusCode = ge;
|
|
1684
1685
|
b.default = b;
|
|
1685
1686
|
const {
|
|
1686
|
-
Axios:
|
|
1687
|
-
AxiosError:
|
|
1688
|
-
CanceledError:
|
|
1689
|
-
isCancel:
|
|
1690
|
-
CancelToken:
|
|
1691
|
-
VERSION:
|
|
1692
|
-
all:
|
|
1693
|
-
Cancel:
|
|
1694
|
-
isAxiosError:
|
|
1695
|
-
spread:
|
|
1696
|
-
toFormData:
|
|
1697
|
-
AxiosHeaders:
|
|
1698
|
-
HttpStatusCode:
|
|
1699
|
-
formToJSON:
|
|
1700
|
-
getAdapter:
|
|
1701
|
-
mergeConfig:
|
|
1687
|
+
Axios: Qr,
|
|
1688
|
+
AxiosError: Gr,
|
|
1689
|
+
CanceledError: Xr,
|
|
1690
|
+
isCancel: Zr,
|
|
1691
|
+
CancelToken: Yr,
|
|
1692
|
+
VERSION: eo,
|
|
1693
|
+
all: to,
|
|
1694
|
+
Cancel: no,
|
|
1695
|
+
isAxiosError: ro,
|
|
1696
|
+
spread: oo,
|
|
1697
|
+
toFormData: so,
|
|
1698
|
+
AxiosHeaders: io,
|
|
1699
|
+
HttpStatusCode: ao,
|
|
1700
|
+
formToJSON: co,
|
|
1701
|
+
getAdapter: uo,
|
|
1702
|
+
mergeConfig: lo
|
|
1702
1703
|
} = b;
|
|
1703
1704
|
/*! js-cookie v3.0.5 | MIT */
|
|
1704
1705
|
function Q(e) {
|
|
@@ -1720,7 +1721,7 @@ var gr = {
|
|
|
1720
1721
|
);
|
|
1721
1722
|
}
|
|
1722
1723
|
};
|
|
1723
|
-
function
|
|
1724
|
+
function be(e, t) {
|
|
1724
1725
|
function n(o, s, i) {
|
|
1725
1726
|
if (!(typeof document > "u")) {
|
|
1726
1727
|
i = Q({}, t, i), typeof i.expires == "number" && (i.expires = new Date(Date.now() + i.expires * 864e5)), i.expires && (i.expires = i.expires.toUTCString()), o = encodeURIComponent(o).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
|
|
@@ -1733,10 +1734,10 @@ function Ee(e, t) {
|
|
|
1733
1734
|
function r(o) {
|
|
1734
1735
|
if (!(typeof document > "u" || arguments.length && !o)) {
|
|
1735
1736
|
for (var s = document.cookie ? document.cookie.split("; ") : [], i = {}, c = 0; c < s.length; c++) {
|
|
1736
|
-
var f = s[c].split("="),
|
|
1737
|
+
var f = s[c].split("="), u = f.slice(1).join("=");
|
|
1737
1738
|
try {
|
|
1738
|
-
var
|
|
1739
|
-
if (i[
|
|
1739
|
+
var l = decodeURIComponent(f[0]);
|
|
1740
|
+
if (i[l] = e.read(u, l), o === l)
|
|
1740
1741
|
break;
|
|
1741
1742
|
} catch {
|
|
1742
1743
|
}
|
|
@@ -1758,10 +1759,10 @@ function Ee(e, t) {
|
|
|
1758
1759
|
);
|
|
1759
1760
|
},
|
|
1760
1761
|
withAttributes: function(o) {
|
|
1761
|
-
return
|
|
1762
|
+
return be(this.converter, Q({}, this.attributes, o));
|
|
1762
1763
|
},
|
|
1763
1764
|
withConverter: function(o) {
|
|
1764
|
-
return
|
|
1765
|
+
return be(Q({}, this.converter, o), this.attributes);
|
|
1765
1766
|
}
|
|
1766
1767
|
},
|
|
1767
1768
|
{
|
|
@@ -1770,11 +1771,11 @@ function Ee(e, t) {
|
|
|
1770
1771
|
}
|
|
1771
1772
|
);
|
|
1772
1773
|
}
|
|
1773
|
-
var br =
|
|
1774
|
-
const
|
|
1774
|
+
var br = be(gr, { path: "/" }), $e;
|
|
1775
|
+
const At = typeof window < "u", Er = (e) => typeof e == "string", ze = () => +Date.now(), Ee = () => {
|
|
1775
1776
|
};
|
|
1776
|
-
|
|
1777
|
-
function
|
|
1777
|
+
At && (($e = window == null ? void 0 : window.navigator) != null && $e.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
1778
|
+
function xe(e) {
|
|
1778
1779
|
return typeof e == "function" ? e() : Ut(e);
|
|
1779
1780
|
}
|
|
1780
1781
|
function Sr(e, t) {
|
|
@@ -1786,15 +1787,15 @@ function Sr(e, t) {
|
|
|
1786
1787
|
return n;
|
|
1787
1788
|
}
|
|
1788
1789
|
function Rr(e, t = !0, n = !0, r = !1) {
|
|
1789
|
-
let o = 0, s, i = !0, c =
|
|
1790
|
-
const
|
|
1791
|
-
s && (clearTimeout(s), s = void 0, c(), c =
|
|
1790
|
+
let o = 0, s, i = !0, c = Ee, f;
|
|
1791
|
+
const u = () => {
|
|
1792
|
+
s && (clearTimeout(s), s = void 0, c(), c = Ee);
|
|
1792
1793
|
};
|
|
1793
1794
|
return (d) => {
|
|
1794
|
-
const w =
|
|
1795
|
-
return
|
|
1795
|
+
const w = xe(e), g = Date.now() - o, p = () => f = d();
|
|
1796
|
+
return u(), w <= 0 ? (o = Date.now(), p()) : (g > w && (n || !i) ? (o = Date.now(), p()) : t && (f = new Promise((m, h) => {
|
|
1796
1797
|
c = r ? h : m, s = setTimeout(() => {
|
|
1797
|
-
o = Date.now(), i = !0, m(p()),
|
|
1798
|
+
o = Date.now(), i = !0, m(p()), u();
|
|
1798
1799
|
}, Math.max(0, w - g));
|
|
1799
1800
|
})), !n && !s && (s = setTimeout(() => i = !0, w)), i = !1, f);
|
|
1800
1801
|
};
|
|
@@ -1803,66 +1804,66 @@ function Tr(e) {
|
|
|
1803
1804
|
return e;
|
|
1804
1805
|
}
|
|
1805
1806
|
function Or(e) {
|
|
1806
|
-
return
|
|
1807
|
+
return Lt() ? (Dt(e), !0) : !1;
|
|
1807
1808
|
}
|
|
1808
1809
|
function Ar(e) {
|
|
1809
1810
|
var t;
|
|
1810
|
-
const n =
|
|
1811
|
+
const n = xe(e);
|
|
1811
1812
|
return (t = n == null ? void 0 : n.$el) != null ? t : n;
|
|
1812
1813
|
}
|
|
1813
|
-
const
|
|
1814
|
-
function
|
|
1814
|
+
const _t = At ? window : void 0;
|
|
1815
|
+
function Je(...e) {
|
|
1815
1816
|
let t, n, r, o;
|
|
1816
|
-
if (Er(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t =
|
|
1817
|
-
return
|
|
1817
|
+
if (Er(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = _t) : [t, n, r, o] = e, !t)
|
|
1818
|
+
return Ee;
|
|
1818
1819
|
Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
|
|
1819
1820
|
const s = [], i = () => {
|
|
1820
|
-
s.forEach((
|
|
1821
|
-
}, c = (
|
|
1822
|
-
i(),
|
|
1823
|
-
}, { immediate: !0, flush: "post" }),
|
|
1821
|
+
s.forEach((l) => l()), s.length = 0;
|
|
1822
|
+
}, c = (l, d, w, g) => (l.addEventListener(d, w, g), () => l.removeEventListener(d, w, g)), f = Re(() => [Ar(t), xe(o)], ([l, d]) => {
|
|
1823
|
+
i(), l && s.push(...n.flatMap((w) => r.map((g) => c(l, w, g, d))));
|
|
1824
|
+
}, { immediate: !0, flush: "post" }), u = () => {
|
|
1824
1825
|
f(), i();
|
|
1825
1826
|
};
|
|
1826
|
-
return Or(
|
|
1827
|
+
return Or(u), u;
|
|
1827
1828
|
}
|
|
1828
|
-
const
|
|
1829
|
-
We
|
|
1829
|
+
const Ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, We = "__vueuse_ssr_handlers__";
|
|
1830
|
+
Ve[We] = Ve[We] || {};
|
|
1830
1831
|
const _r = ["mousemove", "mousedown", "resize", "keydown", "touchstart", "wheel"], xr = 6e4;
|
|
1831
1832
|
function Cr(e = xr, t = {}) {
|
|
1832
1833
|
const {
|
|
1833
1834
|
initialState: n = !1,
|
|
1834
1835
|
listenForVisibilityChange: r = !0,
|
|
1835
1836
|
events: o = _r,
|
|
1836
|
-
window: s =
|
|
1837
|
+
window: s = _t,
|
|
1837
1838
|
eventFilter: i = Rr(50)
|
|
1838
|
-
} = t, c =
|
|
1839
|
-
let
|
|
1840
|
-
const
|
|
1841
|
-
c.value = !1, f.value =
|
|
1839
|
+
} = t, c = Y(n), f = Y(ze());
|
|
1840
|
+
let u;
|
|
1841
|
+
const l = Sr(i, () => {
|
|
1842
|
+
c.value = !1, f.value = ze(), clearTimeout(u), u = setTimeout(() => c.value = !0, e);
|
|
1842
1843
|
});
|
|
1843
1844
|
if (s) {
|
|
1844
1845
|
const d = s.document;
|
|
1845
1846
|
for (const w of o)
|
|
1846
|
-
|
|
1847
|
-
r &&
|
|
1848
|
-
d.hidden ||
|
|
1847
|
+
Je(s, w, l, { passive: !0 });
|
|
1848
|
+
r && Je(d, "visibilitychange", () => {
|
|
1849
|
+
d.hidden || l();
|
|
1849
1850
|
});
|
|
1850
1851
|
}
|
|
1851
|
-
return
|
|
1852
|
+
return u = setTimeout(() => c.value = !0, e), { idle: c, lastActive: f };
|
|
1852
1853
|
}
|
|
1853
|
-
var
|
|
1854
|
+
var Ke;
|
|
1854
1855
|
(function(e) {
|
|
1855
1856
|
e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
|
|
1856
|
-
})(
|
|
1857
|
-
var kr = Object.defineProperty,
|
|
1857
|
+
})(Ke || (Ke = {}));
|
|
1858
|
+
var kr = Object.defineProperty, Qe = Object.getOwnPropertySymbols, Pr = Object.prototype.hasOwnProperty, Nr = Object.prototype.propertyIsEnumerable, Ge = (e, t, n) => t in e ? kr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Ur = (e, t) => {
|
|
1858
1859
|
for (var n in t || (t = {}))
|
|
1859
|
-
Pr.call(t, n) &&
|
|
1860
|
-
if (
|
|
1861
|
-
for (var n of
|
|
1862
|
-
Nr.call(t, n) &&
|
|
1860
|
+
Pr.call(t, n) && Ge(e, n, t[n]);
|
|
1861
|
+
if (Qe)
|
|
1862
|
+
for (var n of Qe(t))
|
|
1863
|
+
Nr.call(t, n) && Ge(e, n, t[n]);
|
|
1863
1864
|
return e;
|
|
1864
1865
|
};
|
|
1865
|
-
const
|
|
1866
|
+
const Lr = {
|
|
1866
1867
|
easeInSine: [0.12, 0, 0.39, 0],
|
|
1867
1868
|
easeOutSine: [0.61, 1, 0.88, 1],
|
|
1868
1869
|
easeInOutSine: [0.37, 0, 0.63, 1],
|
|
@@ -1888,27 +1889,27 @@ const Ur = {
|
|
|
1888
1889
|
easeOutBack: [0.34, 1.56, 0.64, 1],
|
|
1889
1890
|
easeInOutBack: [0.68, -0.6, 0.32, 1.6]
|
|
1890
1891
|
};
|
|
1891
|
-
|
|
1892
|
+
Ur({
|
|
1892
1893
|
linear: Tr
|
|
1893
|
-
},
|
|
1894
|
-
let
|
|
1895
|
-
const
|
|
1896
|
-
|
|
1894
|
+
}, Lr);
|
|
1895
|
+
let Se;
|
|
1896
|
+
const xt = { triggerProxySso: "triggerProxySso" }, Dr = () => {
|
|
1897
|
+
Se = (e) => {
|
|
1897
1898
|
var n;
|
|
1898
1899
|
const { origin: t } = new URL(location.href);
|
|
1899
1900
|
(n = window.top) == null || n.postMessage(
|
|
1900
|
-
{ type:
|
|
1901
|
+
{ type: xt.triggerProxySso, data: { ...e || {}, redirect_uri: `${t}/` } },
|
|
1901
1902
|
t
|
|
1902
1903
|
);
|
|
1903
1904
|
};
|
|
1904
1905
|
}, Fr = (e) => {
|
|
1905
1906
|
window.top === window.self && window.addEventListener("message", (t) => {
|
|
1906
1907
|
const { type: n, data: r } = t.data;
|
|
1907
|
-
n ===
|
|
1908
|
+
n === xt.triggerProxySso && (e == null || e(r));
|
|
1908
1909
|
});
|
|
1909
1910
|
};
|
|
1910
1911
|
window.top !== window.self && Dr();
|
|
1911
|
-
let
|
|
1912
|
+
let Ct = (e = 21) => {
|
|
1912
1913
|
let t = "", n = crypto.getRandomValues(new Uint8Array(e));
|
|
1913
1914
|
for (; e--; ) {
|
|
1914
1915
|
let r = n[e] & 63;
|
|
@@ -1916,131 +1917,131 @@ let Pt = (e = 21) => {
|
|
|
1916
1917
|
}
|
|
1917
1918
|
return t;
|
|
1918
1919
|
};
|
|
1919
|
-
const
|
|
1920
|
+
const kt = (e) => new URL(location.href).searchParams.get(e), v = {
|
|
1920
1921
|
oauth: "/api/justauth/oauth-server/v1/visitor/oauth/authorize",
|
|
1921
1922
|
// 重定向到登录页
|
|
1922
1923
|
logoutCurpage: "/api/justauth/oauth-server/v1/visitor/logout-curpage",
|
|
1923
1924
|
// 清除登录信息
|
|
1924
1925
|
token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
|
|
1925
1926
|
// 通过code获取token
|
|
1926
|
-
}, { baseURL:
|
|
1927
|
+
}, { baseURL: Xe, noRedireLogin: vr = !1 } = Te(), $ = location.origin + "/home", F = {
|
|
1927
1928
|
response_type: "code",
|
|
1928
1929
|
scope: "sever",
|
|
1929
1930
|
client_id: "sys",
|
|
1930
|
-
client_secret:
|
|
1931
|
+
client_secret: Ft("das123"),
|
|
1931
1932
|
state: +/* @__PURE__ */ new Date()
|
|
1932
|
-
},
|
|
1933
|
-
const
|
|
1934
|
-
e
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1933
|
+
}, Br = () => {
|
|
1934
|
+
const e = Ze(location.href, "redirect_url") || "";
|
|
1935
|
+
if (e)
|
|
1936
|
+
window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(e));
|
|
1937
|
+
else {
|
|
1938
|
+
const t = ["code", "state", "kingdee_token", "redirect_url"];
|
|
1939
|
+
window.history.replaceState({}, "", vt(t));
|
|
1940
|
+
}
|
|
1941
|
+
}, Pt = Y(!1), Nt = (e) => {
|
|
1938
1942
|
if (e <= 0) return;
|
|
1939
1943
|
const { idle: t } = Cr(e);
|
|
1940
|
-
|
|
1944
|
+
Re(
|
|
1941
1945
|
() => t.value,
|
|
1942
1946
|
(n) => {
|
|
1943
|
-
n === !0 && (
|
|
1947
|
+
n === !0 && (Pt.value = !0);
|
|
1944
1948
|
}
|
|
1945
1949
|
);
|
|
1946
1950
|
};
|
|
1947
|
-
localStorage.getItem("idelTime") &&
|
|
1948
|
-
|
|
1949
|
-
const
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
et = e, Ye(["code", "state", "kingdee_token", "redirect_url"]);
|
|
1955
|
-
let r = {};
|
|
1956
|
-
const o = {
|
|
1951
|
+
localStorage.getItem("idelTime") && Nt(Number(localStorage.getItem("idelTime")));
|
|
1952
|
+
const Ir = async () => {
|
|
1953
|
+
const e = kt("code") || "";
|
|
1954
|
+
if (!e) return H();
|
|
1955
|
+
const t = Ze(location.href, "kingdee_token") || "";
|
|
1956
|
+
let n = {};
|
|
1957
|
+
const r = {
|
|
1957
1958
|
grant_type: "authorization_code",
|
|
1958
1959
|
code: e,
|
|
1959
|
-
client_id:
|
|
1960
|
-
client_secret:
|
|
1960
|
+
client_id: F.client_id,
|
|
1961
|
+
client_secret: F.client_secret,
|
|
1961
1962
|
redirect_uri: $,
|
|
1962
1963
|
timestamp: (/* @__PURE__ */ new Date()).getTime(),
|
|
1963
|
-
nonce:
|
|
1964
|
+
nonce: Ct()
|
|
1964
1965
|
};
|
|
1965
|
-
|
|
1966
|
+
t && (sessionStorage.setItem("kingdee_token", t), r.redirect_uri = `${r.redirect_uri}?kingdee_token=${t}`);
|
|
1966
1967
|
try {
|
|
1967
|
-
await b.create().get(
|
|
1968
|
+
await b.create().get(v.token, { baseURL: Xe });
|
|
1968
1969
|
} catch {
|
|
1969
1970
|
}
|
|
1970
1971
|
try {
|
|
1971
|
-
|
|
1972
|
-
|
|
1972
|
+
n = await b.create().post(
|
|
1973
|
+
v.token,
|
|
1973
1974
|
{},
|
|
1974
1975
|
{
|
|
1975
|
-
baseURL:
|
|
1976
|
-
params:
|
|
1976
|
+
baseURL: Xe,
|
|
1977
|
+
params: r,
|
|
1977
1978
|
headers: {
|
|
1978
1979
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
1979
1980
|
"csrf-token": br.get("csrf-token")
|
|
1980
1981
|
}
|
|
1981
1982
|
}
|
|
1982
1983
|
);
|
|
1983
|
-
const { access_token:
|
|
1984
|
-
accessToken:
|
|
1985
|
-
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(
|
|
1986
|
-
refreshToken:
|
|
1987
|
-
info:
|
|
1984
|
+
const { access_token: o = "", expires_in: s = 0, refresh_token: i = "", refresh_exp: c = 0 } = n.data, f = {
|
|
1985
|
+
accessToken: o,
|
|
1986
|
+
accessTokenExpiredAt: +/* @__PURE__ */ new Date() + Number(s) * 1e3,
|
|
1987
|
+
refreshToken: i,
|
|
1988
|
+
info: n.data
|
|
1988
1989
|
};
|
|
1989
|
-
J().save(
|
|
1990
|
-
const u = Number(
|
|
1991
|
-
return u && u > 0 && (
|
|
1990
|
+
J().save(f), await Ye(o);
|
|
1991
|
+
const u = Number(c) - (/* @__PURE__ */ new Date()).getTime();
|
|
1992
|
+
return u && u > 0 && (Nt(u), u && localStorage.setItem("idelTime", u.toString())), Br(), o;
|
|
1992
1993
|
} catch {
|
|
1993
|
-
return z({ ...
|
|
1994
|
+
return z({ ...F, redirect_uri: $ });
|
|
1994
1995
|
}
|
|
1995
|
-
},
|
|
1996
|
+
}, q = Y(!1), fo = async (e) => {
|
|
1996
1997
|
if (e.public) return "";
|
|
1997
|
-
if (
|
|
1998
|
-
if (
|
|
1998
|
+
if (Pt.value) return z({ ...F, redirect_uri: $ });
|
|
1999
|
+
if (q.value)
|
|
1999
2000
|
return await new Promise(async (o) => {
|
|
2000
|
-
|
|
2001
|
-
() =>
|
|
2001
|
+
Re(
|
|
2002
|
+
() => q.value,
|
|
2002
2003
|
(s) => {
|
|
2003
2004
|
if (!s) {
|
|
2004
|
-
const i =
|
|
2005
|
+
const i = H();
|
|
2005
2006
|
o(i);
|
|
2006
2007
|
}
|
|
2007
2008
|
}
|
|
2008
2009
|
);
|
|
2009
2010
|
});
|
|
2010
|
-
const { accessTokenExpiredAt: t } = J().getData(), n =
|
|
2011
|
-
if ((!
|
|
2012
|
-
return z({ ...
|
|
2013
|
-
let r =
|
|
2014
|
-
|
|
2011
|
+
const { accessTokenExpiredAt: t } = J().getData(), n = kt("code") || "";
|
|
2012
|
+
if ((!H() || t === 0) && !n)
|
|
2013
|
+
return z({ ...F, redirect_uri: $ });
|
|
2014
|
+
let r = H();
|
|
2015
|
+
q.value = !0;
|
|
2015
2016
|
try {
|
|
2016
|
-
typeof t == "number" && t > 0 && +/* @__PURE__ */ new Date() + 6e4 > t && (r = await
|
|
2017
|
+
typeof t == "number" && t > 0 && +/* @__PURE__ */ new Date() + 6e4 > t && (r = await jr(F)), r = await Ir(), q.value = !1;
|
|
2017
2018
|
} catch {
|
|
2018
|
-
|
|
2019
|
+
q.value = !1;
|
|
2019
2020
|
}
|
|
2020
2021
|
return r;
|
|
2021
2022
|
}, z = (e) => {
|
|
2022
2023
|
if (vr) return;
|
|
2023
|
-
const { baseURL: t, ssoLocale: n } =
|
|
2024
|
-
if (
|
|
2024
|
+
const { baseURL: t, ssoLocale: n } = Te();
|
|
2025
|
+
if (Se) return Se(e);
|
|
2025
2026
|
e.logout = "true", n && (e.locale = "locale");
|
|
2026
|
-
const r = Object.keys(e).filter((s) => s !== "client_secret").map((s) => `${s}=${e[s]}`).join("&"), o = `${t}${
|
|
2027
|
+
const r = Object.keys(e).filter((s) => s !== "client_secret").map((s) => `${s}=${e[s]}`).join("&"), o = `${t}${v.oauth}?${r}`;
|
|
2027
2028
|
localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove();
|
|
2028
2029
|
try {
|
|
2029
|
-
b.create().get(
|
|
2030
|
+
b.create().get(v.logoutCurpage, { baseURL: t });
|
|
2030
2031
|
} catch {
|
|
2031
2032
|
}
|
|
2032
2033
|
window.__isAutoCloseApp = !1, location.replace(o);
|
|
2033
2034
|
};
|
|
2034
2035
|
Fr(z);
|
|
2035
|
-
const
|
|
2036
|
-
const { baseURL: t } =
|
|
2036
|
+
const jr = async (e) => {
|
|
2037
|
+
const { baseURL: t } = Te(), { refreshToken: n } = J().getData();
|
|
2037
2038
|
try {
|
|
2038
|
-
await b.create().get(
|
|
2039
|
+
await b.create().get(v.token, { baseURL: t });
|
|
2039
2040
|
} catch {
|
|
2040
2041
|
}
|
|
2041
2042
|
try {
|
|
2042
2043
|
const r = await b.create().post(
|
|
2043
|
-
|
|
2044
|
+
v.token,
|
|
2044
2045
|
{},
|
|
2045
2046
|
{
|
|
2046
2047
|
baseURL: t,
|
|
@@ -2050,7 +2051,7 @@ const Ir = async (e) => {
|
|
|
2050
2051
|
client_id: e.client_id,
|
|
2051
2052
|
client_secret: e.client_secret,
|
|
2052
2053
|
timestamp: (/* @__PURE__ */ new Date()).getTime(),
|
|
2053
|
-
nonce:
|
|
2054
|
+
nonce: Ct()
|
|
2054
2055
|
}
|
|
2055
2056
|
}
|
|
2056
2057
|
), { access_token: o = "", expires_in: s = 0, refresh_token: i = "" } = r.data, c = {
|
|
@@ -2059,15 +2060,15 @@ const Ir = async (e) => {
|
|
|
2059
2060
|
refreshToken: i,
|
|
2060
2061
|
info: r.data
|
|
2061
2062
|
};
|
|
2062
|
-
return J().save(c), await
|
|
2063
|
+
return J().save(c), await Ye(o), o;
|
|
2063
2064
|
} catch {
|
|
2064
2065
|
return z({ ...e, redirect_uri: $ });
|
|
2065
2066
|
}
|
|
2066
2067
|
}, J = () => ({
|
|
2067
2068
|
getData: () => ({
|
|
2068
|
-
accessToken:
|
|
2069
|
-
accessTokenExpiredAt:
|
|
2070
|
-
refreshToken:
|
|
2069
|
+
accessToken: H(),
|
|
2070
|
+
accessTokenExpiredAt: ce("accessTokenExpiredAt") ? Number(ce("accessTokenExpiredAt")) : "",
|
|
2071
|
+
refreshToken: ce("refreshToken")
|
|
2071
2072
|
}),
|
|
2072
2073
|
save: (e) => {
|
|
2073
2074
|
It(
|
|
@@ -2083,10 +2084,10 @@ const Ir = async (e) => {
|
|
|
2083
2084
|
}
|
|
2084
2085
|
});
|
|
2085
2086
|
export {
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2087
|
+
kt as getQuery,
|
|
2088
|
+
fo as getToken,
|
|
2089
|
+
Ir as getTokenFromCode,
|
|
2090
|
+
F as getTokenParams,
|
|
2090
2091
|
z as login,
|
|
2091
2092
|
$ as real_uri,
|
|
2092
2093
|
J as tokenStorage
|