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