@das-fed/utils 7.1.0-dev.22 → 7.1.0-dev.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-services/modules/bems/index.js +746 -728
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +743 -725
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/file/index.js +636 -640
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +743 -725
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +726 -744
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +752 -734
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +743 -725
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +727 -745
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +745 -727
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +699 -717
- package/api-services/src/create-service/index.js.gz +0 -0
- package/create-api-service/sso/index.d.ts +1 -1
- package/create-api-service/sso/index.js +329 -329
- package/create-api-service/sso/index.js.gz +0 -0
- package/package.json +4 -4
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { unref as
|
|
2
|
-
import { encryption as
|
|
1
|
+
import { unref as Bt, getCurrentScope as jt, onScopeDispose as qt, ref as ne, watch as xe } from "vue";
|
|
2
|
+
import { encryption as Mt } from "@das-fed/utils/atob";
|
|
3
3
|
import { getConfig as se } from "@das-fed/utils/config";
|
|
4
|
-
import { getAccessToken as $, removeAccessToken as
|
|
4
|
+
import { getAccessToken as $, removeAccessToken as Ht, setAccessToken as $t, getAccessTokenInfo as de } from "@das-fed/utils/token-tools";
|
|
5
5
|
import { appendQueryParams as Ce } from "@das-fed/utils/common-tools";
|
|
6
|
-
import { removeProcessEngineToken as
|
|
7
|
-
import { setPersonalInfo as
|
|
8
|
-
function
|
|
6
|
+
import { removeProcessEngineToken as zt, setProcessEngineToken as Jt } from "@das-fed/utils/process-engine-info";
|
|
7
|
+
import { setPersonalInfo as it } from "@das-fed/utils/common-info/set-personal-info";
|
|
8
|
+
function at(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: Vt } = Object.prototype, { getPrototypeOf: ke } = Object, { iterator: ie, toStringTag: ct } = Symbol, ae = /* @__PURE__ */ ((e) => (t) => {
|
|
14
|
+
const n = Vt.call(t);
|
|
15
15
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
16
16
|
})(/* @__PURE__ */ Object.create(null)), x = (e) => (e = e.toLowerCase(), (t) => ae(t) === e), ce = (e) => (t) => typeof t === e, { isArray: q } = Array, z = ce("undefined");
|
|
17
17
|
function V(e) {
|
|
18
18
|
return e !== null && !z(e) && e.constructor !== null && !z(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
21
|
-
function
|
|
20
|
+
const ut = x("ArrayBuffer");
|
|
21
|
+
function Wt(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 && ut(e.buffer), t;
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const Kt = ce("string"), A = ce("function"), lt = ce("number"), W = (e) => e !== null && typeof e == "object", Qt = (e) => e === !0 || e === !1, Y = (e) => {
|
|
26
26
|
if (ae(e) !== "object")
|
|
27
27
|
return !1;
|
|
28
28
|
const t = ke(e);
|
|
29
|
-
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(
|
|
30
|
-
},
|
|
29
|
+
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(ct in e) && !(ie in e);
|
|
30
|
+
}, Xt = (e) => {
|
|
31
31
|
if (!W(e) || V(e))
|
|
32
32
|
return !1;
|
|
33
33
|
try {
|
|
@@ -35,11 +35,11 @@ const Wt = ce("string"), A = ce("function"), ut = ce("number"), W = (e) => e !==
|
|
|
35
35
|
} catch {
|
|
36
36
|
return !1;
|
|
37
37
|
}
|
|
38
|
-
},
|
|
38
|
+
}, Gt = x("Date"), Zt = x("File"), Yt = x("Blob"), en = x("FileList"), tn = (e) => W(e) && A(e.pipe), nn = (e) => {
|
|
39
39
|
let t;
|
|
40
40
|
return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = ae(e)) === "formdata" || // detect form-data instance
|
|
41
41
|
t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
|
|
42
|
-
},
|
|
42
|
+
}, rn = x("URLSearchParams"), [on, sn, an, cn] = ["ReadableStream", "Request", "Response", "Headers"].map(x), un = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
43
43
|
function K(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
44
44
|
if (e === null || typeof e > "u")
|
|
45
45
|
return;
|
|
@@ -56,7 +56,7 @@ function K(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
56
56
|
a = s[r], t.call(null, e[a], a, e);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function ft(e, t) {
|
|
60
60
|
if (V(e))
|
|
61
61
|
return null;
|
|
62
62
|
t = t.toLowerCase();
|
|
@@ -67,23 +67,23 @@ function lt(e, t) {
|
|
|
67
67
|
return o;
|
|
68
68
|
return null;
|
|
69
69
|
}
|
|
70
|
-
const
|
|
70
|
+
const I = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, dt = (e) => !z(e) && e !== I;
|
|
71
71
|
function we() {
|
|
72
|
-
const { caseless: e } =
|
|
73
|
-
const s = e &&
|
|
72
|
+
const { caseless: e } = dt(this) && this || {}, t = {}, n = (r, o) => {
|
|
73
|
+
const s = e && ft(t, o) || o;
|
|
74
74
|
Y(t[s]) && Y(r) ? t[s] = we(t[s], r) : Y(r) ? t[s] = we({}, r) : q(r) ? t[s] = r.slice() : t[s] = r;
|
|
75
75
|
};
|
|
76
76
|
for (let r = 0, o = arguments.length; r < o; r++)
|
|
77
77
|
arguments[r] && K(arguments[r], n);
|
|
78
78
|
return t;
|
|
79
79
|
}
|
|
80
|
-
const
|
|
81
|
-
n && A(o) ? e[s] =
|
|
82
|
-
}, { allOwnKeys: r }), e),
|
|
80
|
+
const ln = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, s) => {
|
|
81
|
+
n && A(o) ? e[s] = at(o, n) : e[s] = o;
|
|
82
|
+
}, { allOwnKeys: r }), e), fn = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), dn = (e, t, n, r) => {
|
|
83
83
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
84
84
|
value: t.prototype
|
|
85
85
|
}), n && Object.assign(e.prototype, n);
|
|
86
|
-
},
|
|
86
|
+
}, pn = (e, t, n, r) => {
|
|
87
87
|
let o, s, i;
|
|
88
88
|
const a = {};
|
|
89
89
|
if (t = t || {}, e == null) return t;
|
|
@@ -93,45 +93,45 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, s) => {
|
|
|
93
93
|
e = n !== !1 && ke(e);
|
|
94
94
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
95
95
|
return t;
|
|
96
|
-
},
|
|
96
|
+
}, hn = (e, t, n) => {
|
|
97
97
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
|
98
98
|
const r = e.indexOf(t, n);
|
|
99
99
|
return r !== -1 && r === n;
|
|
100
|
-
},
|
|
100
|
+
}, mn = (e) => {
|
|
101
101
|
if (!e) return null;
|
|
102
102
|
if (q(e)) return e;
|
|
103
103
|
let t = e.length;
|
|
104
|
-
if (!
|
|
104
|
+
if (!lt(t)) return null;
|
|
105
105
|
const n = new Array(t);
|
|
106
106
|
for (; t-- > 0; )
|
|
107
107
|
n[t] = e[t];
|
|
108
108
|
return n;
|
|
109
|
-
},
|
|
109
|
+
}, yn = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ke(Uint8Array)), wn = (e, t) => {
|
|
110
110
|
const r = (e && e[ie]).call(e);
|
|
111
111
|
let o;
|
|
112
112
|
for (; (o = r.next()) && !o.done; ) {
|
|
113
113
|
const s = o.value;
|
|
114
114
|
t.call(e, s[0], s[1]);
|
|
115
115
|
}
|
|
116
|
-
},
|
|
116
|
+
}, gn = (e, t) => {
|
|
117
117
|
let n;
|
|
118
118
|
const r = [];
|
|
119
119
|
for (; (n = e.exec(t)) !== null; )
|
|
120
120
|
r.push(n);
|
|
121
121
|
return r;
|
|
122
|
-
},
|
|
122
|
+
}, bn = x("HTMLFormElement"), En = (e) => e.toLowerCase().replace(
|
|
123
123
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
124
124
|
function(n, r, o) {
|
|
125
125
|
return r.toUpperCase() + o;
|
|
126
126
|
}
|
|
127
|
-
), Fe = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
|
127
|
+
), Fe = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Sn = x("RegExp"), pt = (e, t) => {
|
|
128
128
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
129
129
|
K(n, (o, s) => {
|
|
130
130
|
let i;
|
|
131
131
|
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
132
132
|
}), Object.defineProperties(e, r);
|
|
133
133
|
}, Rn = (e) => {
|
|
134
|
-
|
|
134
|
+
pt(e, (t, n) => {
|
|
135
135
|
if (A(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
136
136
|
return !1;
|
|
137
137
|
const r = e[n];
|
|
@@ -145,19 +145,19 @@ const un = (e, t, n, { allOwnKeys: r } = {}) => (K(t, (o, s) => {
|
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
147
|
});
|
|
148
|
-
},
|
|
148
|
+
}, Tn = (e, t) => {
|
|
149
149
|
const n = {}, r = (o) => {
|
|
150
150
|
o.forEach((s) => {
|
|
151
151
|
n[s] = !0;
|
|
152
152
|
});
|
|
153
153
|
};
|
|
154
154
|
return q(e) ? r(e) : r(String(e).split(t)), n;
|
|
155
|
-
},
|
|
156
|
-
},
|
|
157
|
-
function
|
|
158
|
-
return !!(e && A(e.append) && e[
|
|
155
|
+
}, On = () => {
|
|
156
|
+
}, An = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
157
|
+
function _n(e) {
|
|
158
|
+
return !!(e && A(e.append) && e[ct] === "FormData" && e[ie]);
|
|
159
159
|
}
|
|
160
|
-
const
|
|
160
|
+
const xn = (e) => {
|
|
161
161
|
const t = new Array(10), n = (r, o) => {
|
|
162
162
|
if (W(r)) {
|
|
163
163
|
if (t.indexOf(r) >= 0)
|
|
@@ -176,72 +176,72 @@ const _n = (e) => {
|
|
|
176
176
|
return r;
|
|
177
177
|
};
|
|
178
178
|
return n(e, 0);
|
|
179
|
-
},
|
|
180
|
-
o ===
|
|
179
|
+
}, Cn = x("AsyncFunction"), kn = (e) => e && (W(e) || A(e)) && A(e.then) && A(e.catch), ht = ((e, t) => e ? setImmediate : t ? ((n, r) => (I.addEventListener("message", ({ source: o, data: s }) => {
|
|
180
|
+
o === I && s === n && r.length && r.shift()();
|
|
181
181
|
}, !1), (o) => {
|
|
182
|
-
r.push(o),
|
|
182
|
+
r.push(o), I.postMessage(n, "*");
|
|
183
183
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
184
184
|
typeof setImmediate == "function",
|
|
185
|
-
A(
|
|
186
|
-
),
|
|
185
|
+
A(I.postMessage)
|
|
186
|
+
), Pn = typeof queueMicrotask < "u" ? queueMicrotask.bind(I) : typeof process < "u" && process.nextTick || ht, Ln = (e) => e != null && A(e[ie]), c = {
|
|
187
187
|
isArray: q,
|
|
188
|
-
isArrayBuffer:
|
|
188
|
+
isArrayBuffer: ut,
|
|
189
189
|
isBuffer: V,
|
|
190
|
-
isFormData:
|
|
191
|
-
isArrayBufferView:
|
|
192
|
-
isString:
|
|
193
|
-
isNumber:
|
|
194
|
-
isBoolean:
|
|
190
|
+
isFormData: nn,
|
|
191
|
+
isArrayBufferView: Wt,
|
|
192
|
+
isString: Kt,
|
|
193
|
+
isNumber: lt,
|
|
194
|
+
isBoolean: Qt,
|
|
195
195
|
isObject: W,
|
|
196
196
|
isPlainObject: Y,
|
|
197
|
-
isEmptyObject:
|
|
198
|
-
isReadableStream:
|
|
199
|
-
isRequest:
|
|
200
|
-
isResponse:
|
|
201
|
-
isHeaders:
|
|
197
|
+
isEmptyObject: Xt,
|
|
198
|
+
isReadableStream: on,
|
|
199
|
+
isRequest: sn,
|
|
200
|
+
isResponse: an,
|
|
201
|
+
isHeaders: cn,
|
|
202
202
|
isUndefined: z,
|
|
203
|
-
isDate:
|
|
204
|
-
isFile:
|
|
205
|
-
isBlob:
|
|
206
|
-
isRegExp:
|
|
203
|
+
isDate: Gt,
|
|
204
|
+
isFile: Zt,
|
|
205
|
+
isBlob: Yt,
|
|
206
|
+
isRegExp: Sn,
|
|
207
207
|
isFunction: A,
|
|
208
|
-
isStream:
|
|
209
|
-
isURLSearchParams:
|
|
210
|
-
isTypedArray:
|
|
211
|
-
isFileList:
|
|
208
|
+
isStream: tn,
|
|
209
|
+
isURLSearchParams: rn,
|
|
210
|
+
isTypedArray: yn,
|
|
211
|
+
isFileList: en,
|
|
212
212
|
forEach: K,
|
|
213
213
|
merge: we,
|
|
214
|
-
extend:
|
|
215
|
-
trim:
|
|
216
|
-
stripBOM:
|
|
217
|
-
inherits:
|
|
218
|
-
toFlatObject:
|
|
214
|
+
extend: ln,
|
|
215
|
+
trim: un,
|
|
216
|
+
stripBOM: fn,
|
|
217
|
+
inherits: dn,
|
|
218
|
+
toFlatObject: pn,
|
|
219
219
|
kindOf: ae,
|
|
220
220
|
kindOfTest: x,
|
|
221
|
-
endsWith:
|
|
222
|
-
toArray:
|
|
223
|
-
forEachEntry:
|
|
224
|
-
matchAll:
|
|
225
|
-
isHTMLForm:
|
|
221
|
+
endsWith: hn,
|
|
222
|
+
toArray: mn,
|
|
223
|
+
forEachEntry: wn,
|
|
224
|
+
matchAll: gn,
|
|
225
|
+
isHTMLForm: bn,
|
|
226
226
|
hasOwnProperty: Fe,
|
|
227
227
|
hasOwnProp: Fe,
|
|
228
228
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
229
|
-
reduceDescriptors:
|
|
229
|
+
reduceDescriptors: pt,
|
|
230
230
|
freezeMethods: Rn,
|
|
231
|
-
toObjectSet:
|
|
232
|
-
toCamelCase:
|
|
233
|
-
noop:
|
|
234
|
-
toFiniteNumber:
|
|
235
|
-
findKey:
|
|
236
|
-
global:
|
|
237
|
-
isContextDefined:
|
|
238
|
-
isSpecCompliantForm:
|
|
239
|
-
toJSONObject:
|
|
240
|
-
isAsyncFn:
|
|
241
|
-
isThenable:
|
|
242
|
-
setImmediate:
|
|
243
|
-
asap:
|
|
244
|
-
isIterable:
|
|
231
|
+
toObjectSet: Tn,
|
|
232
|
+
toCamelCase: En,
|
|
233
|
+
noop: On,
|
|
234
|
+
toFiniteNumber: An,
|
|
235
|
+
findKey: ft,
|
|
236
|
+
global: I,
|
|
237
|
+
isContextDefined: dt,
|
|
238
|
+
isSpecCompliantForm: _n,
|
|
239
|
+
toJSONObject: xn,
|
|
240
|
+
isAsyncFn: Cn,
|
|
241
|
+
isThenable: kn,
|
|
242
|
+
setImmediate: ht,
|
|
243
|
+
asap: Pn,
|
|
244
|
+
isIterable: Ln
|
|
245
245
|
};
|
|
246
246
|
function w(e, t, n, r, o) {
|
|
247
247
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
|
|
@@ -267,7 +267,7 @@ c.inherits(w, Error, {
|
|
|
267
267
|
};
|
|
268
268
|
}
|
|
269
269
|
});
|
|
270
|
-
const
|
|
270
|
+
const mt = w.prototype, yt = {};
|
|
271
271
|
[
|
|
272
272
|
"ERR_BAD_OPTION_VALUE",
|
|
273
273
|
"ERR_BAD_OPTION",
|
|
@@ -283,32 +283,32 @@ const ht = w.prototype, mt = {};
|
|
|
283
283
|
"ERR_INVALID_URL"
|
|
284
284
|
// eslint-disable-next-line func-names
|
|
285
285
|
].forEach((e) => {
|
|
286
|
-
|
|
286
|
+
yt[e] = { value: e };
|
|
287
287
|
});
|
|
288
|
-
Object.defineProperties(w,
|
|
289
|
-
Object.defineProperty(
|
|
288
|
+
Object.defineProperties(w, yt);
|
|
289
|
+
Object.defineProperty(mt, "isAxiosError", { value: !0 });
|
|
290
290
|
w.from = (e, t, n, r, o, s) => {
|
|
291
|
-
const i = Object.create(
|
|
291
|
+
const i = Object.create(mt);
|
|
292
292
|
return c.toFlatObject(e, i, function(f) {
|
|
293
293
|
return f !== Error.prototype;
|
|
294
294
|
}, (a) => a !== "isAxiosError"), w.call(i, e.message, t, n, r, o), i.cause = e, i.name = e.name, s && Object.assign(i, s), i;
|
|
295
295
|
};
|
|
296
|
-
const
|
|
296
|
+
const Un = null;
|
|
297
297
|
function ge(e) {
|
|
298
298
|
return c.isPlainObject(e) || c.isArray(e);
|
|
299
299
|
}
|
|
300
|
-
function
|
|
300
|
+
function wt(e) {
|
|
301
301
|
return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
302
302
|
}
|
|
303
|
-
function
|
|
303
|
+
function Ie(e, t, n) {
|
|
304
304
|
return e ? e.concat(t).map(function(o, s) {
|
|
305
|
-
return o =
|
|
305
|
+
return o = wt(o), !n && s ? "[" + o + "]" : o;
|
|
306
306
|
}).join(n ? "." : "") : t;
|
|
307
307
|
}
|
|
308
|
-
function
|
|
308
|
+
function Nn(e) {
|
|
309
309
|
return c.isArray(e) && !e.some(ge);
|
|
310
310
|
}
|
|
311
|
-
const
|
|
311
|
+
const Fn = c.toFlatObject(c, {}, null, function(t) {
|
|
312
312
|
return /^is[A-Z]/.test(t);
|
|
313
313
|
});
|
|
314
314
|
function ue(e, t, n) {
|
|
@@ -339,18 +339,18 @@ function ue(e, t, n) {
|
|
|
339
339
|
if (p && !h && typeof p == "object") {
|
|
340
340
|
if (c.endsWith(y, "{}"))
|
|
341
341
|
y = r ? y : y.slice(0, -2), p = JSON.stringify(p);
|
|
342
|
-
else if (c.isArray(p) &&
|
|
343
|
-
return y =
|
|
344
|
-
!(c.isUndefined(
|
|
342
|
+
else if (c.isArray(p) && Nn(p) || (c.isFileList(p) || c.endsWith(y, "[]")) && (E = c.toArray(p)))
|
|
343
|
+
return y = wt(y), E.forEach(function(R, k) {
|
|
344
|
+
!(c.isUndefined(R) || R === null) && t.append(
|
|
345
345
|
// eslint-disable-next-line no-nested-ternary
|
|
346
|
-
i === !0 ?
|
|
347
|
-
l(
|
|
346
|
+
i === !0 ? Ie([y], k, s) : i === null ? y : y + "[]",
|
|
347
|
+
l(R)
|
|
348
348
|
);
|
|
349
349
|
}), !1;
|
|
350
350
|
}
|
|
351
|
-
return ge(p) ? !0 : (t.append(
|
|
351
|
+
return ge(p) ? !0 : (t.append(Ie(h, y, s), l(p)), !1);
|
|
352
352
|
}
|
|
353
|
-
const d = [], m = Object.assign(
|
|
353
|
+
const d = [], m = Object.assign(Fn, {
|
|
354
354
|
defaultVisitor: u,
|
|
355
355
|
convertValue: l,
|
|
356
356
|
isVisitable: ge
|
|
@@ -359,14 +359,14 @@ function ue(e, t, n) {
|
|
|
359
359
|
if (!c.isUndefined(p)) {
|
|
360
360
|
if (d.indexOf(p) !== -1)
|
|
361
361
|
throw Error("Circular reference detected in " + y.join("."));
|
|
362
|
-
d.push(p), c.forEach(p, function(E,
|
|
362
|
+
d.push(p), c.forEach(p, function(E, S) {
|
|
363
363
|
(!(c.isUndefined(E) || E === null) && o.call(
|
|
364
364
|
t,
|
|
365
365
|
E,
|
|
366
|
-
c.isString(
|
|
366
|
+
c.isString(S) ? S.trim() : S,
|
|
367
367
|
y,
|
|
368
368
|
m
|
|
369
|
-
)) === !0 && g(E, y ? y.concat(
|
|
369
|
+
)) === !0 && g(E, y ? y.concat(S) : [S]);
|
|
370
370
|
}), d.pop();
|
|
371
371
|
}
|
|
372
372
|
}
|
|
@@ -374,7 +374,7 @@ function ue(e, t, n) {
|
|
|
374
374
|
throw new TypeError("data must be an object");
|
|
375
375
|
return g(e), t;
|
|
376
376
|
}
|
|
377
|
-
function
|
|
377
|
+
function De(e) {
|
|
378
378
|
const t = {
|
|
379
379
|
"!": "%21",
|
|
380
380
|
"'": "%27",
|
|
@@ -391,25 +391,25 @@ function Ie(e) {
|
|
|
391
391
|
function Pe(e, t) {
|
|
392
392
|
this._pairs = [], e && ue(e, this, t);
|
|
393
393
|
}
|
|
394
|
-
const
|
|
395
|
-
|
|
394
|
+
const gt = Pe.prototype;
|
|
395
|
+
gt.append = function(t, n) {
|
|
396
396
|
this._pairs.push([t, n]);
|
|
397
397
|
};
|
|
398
|
-
|
|
398
|
+
gt.toString = function(t) {
|
|
399
399
|
const n = t ? function(r) {
|
|
400
|
-
return t.call(this, r,
|
|
401
|
-
} :
|
|
400
|
+
return t.call(this, r, De);
|
|
401
|
+
} : De;
|
|
402
402
|
return this._pairs.map(function(o) {
|
|
403
403
|
return n(o[0]) + "=" + n(o[1]);
|
|
404
404
|
}, "").join("&");
|
|
405
405
|
};
|
|
406
|
-
function
|
|
406
|
+
function In(e) {
|
|
407
407
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
408
408
|
}
|
|
409
|
-
function
|
|
409
|
+
function bt(e, t, n) {
|
|
410
410
|
if (!t)
|
|
411
411
|
return e;
|
|
412
|
-
const r = n && n.encode ||
|
|
412
|
+
const r = n && n.encode || In;
|
|
413
413
|
c.isFunction(n) && (n = {
|
|
414
414
|
serialize: n
|
|
415
415
|
});
|
|
@@ -475,31 +475,31 @@ class ve {
|
|
|
475
475
|
});
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
|
-
const
|
|
478
|
+
const Et = {
|
|
479
479
|
silentJSONParsing: !0,
|
|
480
480
|
forcedJSONParsing: !0,
|
|
481
481
|
clarifyTimeoutError: !1
|
|
482
|
-
}, Dn = typeof URLSearchParams < "u" ? URLSearchParams : Pe,
|
|
482
|
+
}, Dn = typeof URLSearchParams < "u" ? URLSearchParams : Pe, vn = typeof FormData < "u" ? FormData : null, Bn = typeof Blob < "u" ? Blob : null, jn = {
|
|
483
483
|
isBrowser: !0,
|
|
484
484
|
classes: {
|
|
485
485
|
URLSearchParams: Dn,
|
|
486
|
-
FormData:
|
|
487
|
-
Blob:
|
|
486
|
+
FormData: vn,
|
|
487
|
+
Blob: Bn
|
|
488
488
|
},
|
|
489
489
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
490
|
-
}, Le = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0,
|
|
491
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
490
|
+
}, Le = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0, qn = Le && (!be || ["ReactNative", "NativeScript", "NS"].indexOf(be.product) < 0), Mn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
491
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Hn = Le && window.location.href || "http://localhost", $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
492
492
|
__proto__: null,
|
|
493
493
|
hasBrowserEnv: Le,
|
|
494
|
-
hasStandardBrowserEnv:
|
|
495
|
-
hasStandardBrowserWebWorkerEnv:
|
|
494
|
+
hasStandardBrowserEnv: qn,
|
|
495
|
+
hasStandardBrowserWebWorkerEnv: Mn,
|
|
496
496
|
navigator: be,
|
|
497
|
-
origin:
|
|
497
|
+
origin: Hn
|
|
498
498
|
}, Symbol.toStringTag, { value: "Module" })), T = {
|
|
499
|
-
|
|
500
|
-
...
|
|
499
|
+
...$n,
|
|
500
|
+
...jn
|
|
501
501
|
};
|
|
502
|
-
function
|
|
502
|
+
function zn(e, t) {
|
|
503
503
|
return ue(e, new T.classes.URLSearchParams(), {
|
|
504
504
|
visitor: function(n, r, o, s) {
|
|
505
505
|
return T.isNode && c.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
@@ -507,10 +507,10 @@ function $n(e, t) {
|
|
|
507
507
|
...t
|
|
508
508
|
});
|
|
509
509
|
}
|
|
510
|
-
function
|
|
510
|
+
function Jn(e) {
|
|
511
511
|
return c.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
512
512
|
}
|
|
513
|
-
function
|
|
513
|
+
function Vn(e) {
|
|
514
514
|
const t = {}, n = Object.keys(e);
|
|
515
515
|
let r;
|
|
516
516
|
const o = n.length;
|
|
@@ -519,22 +519,22 @@ function Jn(e) {
|
|
|
519
519
|
s = n[r], t[s] = e[s];
|
|
520
520
|
return t;
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function St(e) {
|
|
523
523
|
function t(n, r, o, s) {
|
|
524
524
|
let i = n[s++];
|
|
525
525
|
if (i === "__proto__") return !0;
|
|
526
526
|
const a = Number.isFinite(+i), f = s >= n.length;
|
|
527
|
-
return i = !i && c.isArray(o) ? o.length : i, f ? (c.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !a) : ((!o[i] || !c.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && c.isArray(o[i]) && (o[i] =
|
|
527
|
+
return i = !i && c.isArray(o) ? o.length : i, f ? (c.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !a) : ((!o[i] || !c.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && c.isArray(o[i]) && (o[i] = Vn(o[i])), !a);
|
|
528
528
|
}
|
|
529
529
|
if (c.isFormData(e) && c.isFunction(e.entries)) {
|
|
530
530
|
const n = {};
|
|
531
531
|
return c.forEachEntry(e, (r, o) => {
|
|
532
|
-
t(
|
|
532
|
+
t(Jn(r), o, n, 0);
|
|
533
533
|
}), n;
|
|
534
534
|
}
|
|
535
535
|
return null;
|
|
536
536
|
}
|
|
537
|
-
function
|
|
537
|
+
function Wn(e, t, n) {
|
|
538
538
|
if (c.isString(e))
|
|
539
539
|
try {
|
|
540
540
|
return (t || JSON.parse)(e), c.trim(e);
|
|
@@ -545,12 +545,12 @@ function Vn(e, t, n) {
|
|
|
545
545
|
return (n || JSON.stringify)(e);
|
|
546
546
|
}
|
|
547
547
|
const Q = {
|
|
548
|
-
transitional:
|
|
548
|
+
transitional: Et,
|
|
549
549
|
adapter: ["xhr", "http", "fetch"],
|
|
550
550
|
transformRequest: [function(t, n) {
|
|
551
551
|
const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, s = c.isObject(t);
|
|
552
552
|
if (s && c.isHTMLForm(t) && (t = new FormData(t)), c.isFormData(t))
|
|
553
|
-
return o ? JSON.stringify(
|
|
553
|
+
return o ? JSON.stringify(St(t)) : t;
|
|
554
554
|
if (c.isArrayBuffer(t) || c.isBuffer(t) || c.isStream(t) || c.isFile(t) || c.isBlob(t) || c.isReadableStream(t))
|
|
555
555
|
return t;
|
|
556
556
|
if (c.isArrayBufferView(t))
|
|
@@ -560,7 +560,7 @@ const Q = {
|
|
|
560
560
|
let a;
|
|
561
561
|
if (s) {
|
|
562
562
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
563
|
-
return
|
|
563
|
+
return zn(t, this.formSerializer).toString();
|
|
564
564
|
if ((a = c.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
565
565
|
const f = this.env && this.env.FormData;
|
|
566
566
|
return ue(
|
|
@@ -570,7 +570,7 @@ const Q = {
|
|
|
570
570
|
);
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
-
return s || o ? (n.setContentType("application/json", !1),
|
|
573
|
+
return s || o ? (n.setContentType("application/json", !1), Wn(t)) : t;
|
|
574
574
|
}],
|
|
575
575
|
transformResponse: [function(t) {
|
|
576
576
|
const n = this.transitional || Q.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
@@ -613,7 +613,7 @@ const Q = {
|
|
|
613
613
|
c.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
614
614
|
Q.headers[e] = {};
|
|
615
615
|
});
|
|
616
|
-
const
|
|
616
|
+
const Kn = c.toObjectSet([
|
|
617
617
|
"age",
|
|
618
618
|
"authorization",
|
|
619
619
|
"content-length",
|
|
@@ -631,12 +631,12 @@ const Wn = c.toObjectSet([
|
|
|
631
631
|
"referer",
|
|
632
632
|
"retry-after",
|
|
633
633
|
"user-agent"
|
|
634
|
-
]),
|
|
634
|
+
]), Qn = (e) => {
|
|
635
635
|
const t = {};
|
|
636
636
|
let n, r, o;
|
|
637
637
|
return e && e.split(`
|
|
638
638
|
`).forEach(function(i) {
|
|
639
|
-
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] &&
|
|
639
|
+
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Kn[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
640
640
|
}), t;
|
|
641
641
|
}, Be = Symbol("internals");
|
|
642
642
|
function H(e) {
|
|
@@ -645,14 +645,14 @@ function H(e) {
|
|
|
645
645
|
function ee(e) {
|
|
646
646
|
return e === !1 || e == null ? e : c.isArray(e) ? e.map(ee) : String(e);
|
|
647
647
|
}
|
|
648
|
-
function
|
|
648
|
+
function Xn(e) {
|
|
649
649
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
650
650
|
let r;
|
|
651
651
|
for (; r = n.exec(e); )
|
|
652
652
|
t[r[1]] = r[2];
|
|
653
653
|
return t;
|
|
654
654
|
}
|
|
655
|
-
const
|
|
655
|
+
const Gn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
656
656
|
function pe(e, t, n, r, o) {
|
|
657
657
|
if (c.isFunction(r))
|
|
658
658
|
return r.call(this, t, n);
|
|
@@ -663,10 +663,10 @@ function pe(e, t, n, r, o) {
|
|
|
663
663
|
return r.test(t);
|
|
664
664
|
}
|
|
665
665
|
}
|
|
666
|
-
function
|
|
666
|
+
function Zn(e) {
|
|
667
667
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
|
|
668
668
|
}
|
|
669
|
-
function
|
|
669
|
+
function Yn(e, t) {
|
|
670
670
|
const n = c.toCamelCase(" " + t);
|
|
671
671
|
["get", "set", "has"].forEach((r) => {
|
|
672
672
|
Object.defineProperty(e, r + n, {
|
|
@@ -693,8 +693,8 @@ let _ = class {
|
|
|
693
693
|
const i = (a, f) => c.forEach(a, (l, u) => s(l, u, f));
|
|
694
694
|
if (c.isPlainObject(t) || t instanceof this.constructor)
|
|
695
695
|
i(t, n);
|
|
696
|
-
else if (c.isString(t) && (t = t.trim()) && !
|
|
697
|
-
i(
|
|
696
|
+
else if (c.isString(t) && (t = t.trim()) && !Gn(t))
|
|
697
|
+
i(Qn(t), n);
|
|
698
698
|
else if (c.isObject(t) && c.isIterable(t)) {
|
|
699
699
|
let a = {}, f, l;
|
|
700
700
|
for (const u of t) {
|
|
@@ -715,7 +715,7 @@ let _ = class {
|
|
|
715
715
|
if (!n)
|
|
716
716
|
return o;
|
|
717
717
|
if (n === !0)
|
|
718
|
-
return
|
|
718
|
+
return Xn(o);
|
|
719
719
|
if (c.isFunction(n))
|
|
720
720
|
return n.call(this, o, r);
|
|
721
721
|
if (c.isRegExp(n))
|
|
@@ -759,7 +759,7 @@ let _ = class {
|
|
|
759
759
|
n[i] = ee(o), delete n[s];
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
762
|
-
const a = t ?
|
|
762
|
+
const a = t ? Zn(s) : String(s).trim();
|
|
763
763
|
a !== s && delete n[s], n[a] = ee(o), r[a] = !0;
|
|
764
764
|
}), this;
|
|
765
765
|
}
|
|
@@ -798,7 +798,7 @@ let _ = class {
|
|
|
798
798
|
}).accessors, o = this.prototype;
|
|
799
799
|
function s(i) {
|
|
800
800
|
const a = H(i);
|
|
801
|
-
r[a] || (
|
|
801
|
+
r[a] || (Yn(o, i), r[a] = !0);
|
|
802
802
|
}
|
|
803
803
|
return c.isArray(t) ? t.forEach(s) : s(t), this;
|
|
804
804
|
}
|
|
@@ -830,7 +830,7 @@ function M(e, t, n) {
|
|
|
830
830
|
c.inherits(M, w, {
|
|
831
831
|
__CANCEL__: !0
|
|
832
832
|
});
|
|
833
|
-
function
|
|
833
|
+
function Tt(e, t, n) {
|
|
834
834
|
const r = n.config.validateStatus;
|
|
835
835
|
!n.status || !r || r(n.status) ? e(n) : t(new w(
|
|
836
836
|
"Request failed with status code " + n.status,
|
|
@@ -840,11 +840,11 @@ function St(e, t, n) {
|
|
|
840
840
|
n
|
|
841
841
|
));
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function er(e) {
|
|
844
844
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
845
845
|
return t && t[1] || "";
|
|
846
846
|
}
|
|
847
|
-
function
|
|
847
|
+
function tr(e, t) {
|
|
848
848
|
e = e || 10;
|
|
849
849
|
const n = new Array(e), r = new Array(e);
|
|
850
850
|
let o = 0, s = 0, i;
|
|
@@ -860,7 +860,7 @@ function er(e, t) {
|
|
|
860
860
|
return g ? Math.round(m * 1e3 / g) : void 0;
|
|
861
861
|
};
|
|
862
862
|
}
|
|
863
|
-
function
|
|
863
|
+
function nr(e, t) {
|
|
864
864
|
let n = 0, r = 1e3 / t, o, s;
|
|
865
865
|
const i = (l, u = Date.now()) => {
|
|
866
866
|
n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
|
|
@@ -874,8 +874,8 @@ function tr(e, t) {
|
|
|
874
874
|
}
|
|
875
875
|
const re = (e, t, n = 3) => {
|
|
876
876
|
let r = 0;
|
|
877
|
-
const o =
|
|
878
|
-
return
|
|
877
|
+
const o = tr(50, 250);
|
|
878
|
+
return nr((s) => {
|
|
879
879
|
const i = s.loaded, a = s.lengthComputable ? s.total : void 0, f = i - r, l = o(f), u = i <= a;
|
|
880
880
|
r = i;
|
|
881
881
|
const d = {
|
|
@@ -898,10 +898,10 @@ const re = (e, t, n = 3) => {
|
|
|
898
898
|
total: e,
|
|
899
899
|
loaded: r
|
|
900
900
|
}), t[1]];
|
|
901
|
-
}, qe = (e) => (...t) => c.asap(() => e(...t)),
|
|
901
|
+
}, qe = (e) => (...t) => c.asap(() => e(...t)), rr = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, T.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
|
|
902
902
|
new URL(T.origin),
|
|
903
903
|
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
|
|
904
|
-
) : () => !0,
|
|
904
|
+
) : () => !0, or = T.hasStandardBrowserEnv ? (
|
|
905
905
|
// Standard browser envs support document.cookie
|
|
906
906
|
{
|
|
907
907
|
write(e, t, n, r, o, s) {
|
|
@@ -928,15 +928,15 @@ const re = (e, t, n = 3) => {
|
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
930
|
);
|
|
931
|
-
function
|
|
931
|
+
function sr(e) {
|
|
932
932
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
933
933
|
}
|
|
934
|
-
function
|
|
934
|
+
function ir(e, t) {
|
|
935
935
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
936
936
|
}
|
|
937
|
-
function
|
|
938
|
-
let r = !
|
|
939
|
-
return e && (r || n == !1) ?
|
|
937
|
+
function Ot(e, t, n) {
|
|
938
|
+
let r = !sr(t);
|
|
939
|
+
return e && (r || n == !1) ? ir(e, t) : t;
|
|
940
940
|
}
|
|
941
941
|
const Me = (e) => e instanceof _ ? { ...e } : e;
|
|
942
942
|
function B(e, t) {
|
|
@@ -1003,10 +1003,10 @@ function B(e, t) {
|
|
|
1003
1003
|
c.isUndefined(m) && d !== a || (n[u] = m);
|
|
1004
1004
|
}), n;
|
|
1005
1005
|
}
|
|
1006
|
-
const
|
|
1006
|
+
const At = (e) => {
|
|
1007
1007
|
const t = B({}, e);
|
|
1008
1008
|
let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: s, headers: i, auth: a } = t;
|
|
1009
|
-
t.headers = i = _.from(i), t.url =
|
|
1009
|
+
t.headers = i = _.from(i), t.url = bt(Ot(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && i.set(
|
|
1010
1010
|
"Authorization",
|
|
1011
1011
|
"Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
|
|
1012
1012
|
);
|
|
@@ -1019,14 +1019,14 @@ const Ot = (e) => {
|
|
|
1019
1019
|
i.setContentType([l || "multipart/form-data", ...u].join("; "));
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
if (T.hasStandardBrowserEnv && (r && c.isFunction(r) && (r = r(t)), r || r !== !1 &&
|
|
1023
|
-
const l = o && s &&
|
|
1022
|
+
if (T.hasStandardBrowserEnv && (r && c.isFunction(r) && (r = r(t)), r || r !== !1 && rr(t.url))) {
|
|
1023
|
+
const l = o && s && or.read(s);
|
|
1024
1024
|
l && i.set(o, l);
|
|
1025
1025
|
}
|
|
1026
1026
|
return t;
|
|
1027
|
-
},
|
|
1027
|
+
}, ar = typeof XMLHttpRequest < "u", cr = ar && function(e) {
|
|
1028
1028
|
return new Promise(function(n, r) {
|
|
1029
|
-
const o =
|
|
1029
|
+
const o = At(e);
|
|
1030
1030
|
let s = o.data;
|
|
1031
1031
|
const i = _.from(o.headers).normalize();
|
|
1032
1032
|
let { responseType: a, onUploadProgress: f, onDownloadProgress: l } = o, u, d, m, g, p;
|
|
@@ -1038,17 +1038,17 @@ const Ot = (e) => {
|
|
|
1038
1038
|
function E() {
|
|
1039
1039
|
if (!h)
|
|
1040
1040
|
return;
|
|
1041
|
-
const
|
|
1041
|
+
const R = _.from(
|
|
1042
1042
|
"getAllResponseHeaders" in h && h.getAllResponseHeaders()
|
|
1043
1043
|
), O = {
|
|
1044
1044
|
data: !a || a === "text" || a === "json" ? h.responseText : h.response,
|
|
1045
1045
|
status: h.status,
|
|
1046
1046
|
statusText: h.statusText,
|
|
1047
|
-
headers:
|
|
1047
|
+
headers: R,
|
|
1048
1048
|
config: e,
|
|
1049
1049
|
request: h
|
|
1050
1050
|
};
|
|
1051
|
-
|
|
1051
|
+
Tt(function(F) {
|
|
1052
1052
|
n(F), y();
|
|
1053
1053
|
}, function(F) {
|
|
1054
1054
|
r(F), y();
|
|
@@ -1062,7 +1062,7 @@ const Ot = (e) => {
|
|
|
1062
1062
|
r(new w("Network Error", w.ERR_NETWORK, e, h)), h = null;
|
|
1063
1063
|
}, h.ontimeout = function() {
|
|
1064
1064
|
let k = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
1065
|
-
const O = o.transitional ||
|
|
1065
|
+
const O = o.transitional || Et;
|
|
1066
1066
|
o.timeoutErrorMessage && (k = o.timeoutErrorMessage), r(new w(
|
|
1067
1067
|
k,
|
|
1068
1068
|
O.clarifyTimeoutError ? w.ETIMEDOUT : w.ECONNABORTED,
|
|
@@ -1071,17 +1071,17 @@ const Ot = (e) => {
|
|
|
1071
1071
|
)), h = null;
|
|
1072
1072
|
}, s === void 0 && i.setContentType(null), "setRequestHeader" in h && c.forEach(i.toJSON(), function(k, O) {
|
|
1073
1073
|
h.setRequestHeader(O, k);
|
|
1074
|
-
}), c.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), a && a !== "json" && (h.responseType = o.responseType), l && ([m, p] = re(l, !0), h.addEventListener("progress", m)), f && h.upload && ([d, g] = re(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (u = (
|
|
1075
|
-
h && (r(!
|
|
1074
|
+
}), c.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), a && a !== "json" && (h.responseType = o.responseType), l && ([m, p] = re(l, !0), h.addEventListener("progress", m)), f && h.upload && ([d, g] = re(f), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (u = (R) => {
|
|
1075
|
+
h && (r(!R || R.type ? new M(null, e, h) : R), h.abort(), h = null);
|
|
1076
1076
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
|
1077
|
-
const
|
|
1078
|
-
if (
|
|
1079
|
-
r(new w("Unsupported protocol " +
|
|
1077
|
+
const S = er(o.url);
|
|
1078
|
+
if (S && T.protocols.indexOf(S) === -1) {
|
|
1079
|
+
r(new w("Unsupported protocol " + S + ":", w.ERR_BAD_REQUEST, e));
|
|
1080
1080
|
return;
|
|
1081
1081
|
}
|
|
1082
1082
|
h.send(s || null);
|
|
1083
1083
|
});
|
|
1084
|
-
},
|
|
1084
|
+
}, ur = (e, t) => {
|
|
1085
1085
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
1086
1086
|
if (t || n) {
|
|
1087
1087
|
let r = new AbortController(), o;
|
|
@@ -1104,7 +1104,7 @@ const Ot = (e) => {
|
|
|
1104
1104
|
const { signal: f } = r;
|
|
1105
1105
|
return f.unsubscribe = () => c.asap(a), f;
|
|
1106
1106
|
}
|
|
1107
|
-
},
|
|
1107
|
+
}, lr = function* (e, t) {
|
|
1108
1108
|
let n = e.byteLength;
|
|
1109
1109
|
if (n < t) {
|
|
1110
1110
|
yield e;
|
|
@@ -1113,10 +1113,10 @@ const Ot = (e) => {
|
|
|
1113
1113
|
let r = 0, o;
|
|
1114
1114
|
for (; r < n; )
|
|
1115
1115
|
o = r + t, yield e.slice(r, o), r = o;
|
|
1116
|
-
},
|
|
1117
|
-
for await (const n of
|
|
1118
|
-
yield*
|
|
1119
|
-
},
|
|
1116
|
+
}, fr = async function* (e, t) {
|
|
1117
|
+
for await (const n of dr(e))
|
|
1118
|
+
yield* lr(n, t);
|
|
1119
|
+
}, dr = async function* (e) {
|
|
1120
1120
|
if (e[Symbol.asyncIterator]) {
|
|
1121
1121
|
yield* e;
|
|
1122
1122
|
return;
|
|
@@ -1133,7 +1133,7 @@ const Ot = (e) => {
|
|
|
1133
1133
|
await t.cancel();
|
|
1134
1134
|
}
|
|
1135
1135
|
}, He = (e, t, n, r) => {
|
|
1136
|
-
const o =
|
|
1136
|
+
const o = fr(e, t);
|
|
1137
1137
|
let s = 0, i, a = (f) => {
|
|
1138
1138
|
i || (i = !0, r && r(f));
|
|
1139
1139
|
};
|
|
@@ -1161,13 +1161,13 @@ const Ot = (e) => {
|
|
|
1161
1161
|
}, {
|
|
1162
1162
|
highWaterMark: 2
|
|
1163
1163
|
});
|
|
1164
|
-
}, le = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function",
|
|
1164
|
+
}, le = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", _t = le && typeof ReadableStream == "function", pr = le && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), xt = (e, ...t) => {
|
|
1165
1165
|
try {
|
|
1166
1166
|
return !!e(...t);
|
|
1167
1167
|
} catch {
|
|
1168
1168
|
return !1;
|
|
1169
1169
|
}
|
|
1170
|
-
},
|
|
1170
|
+
}, hr = _t && xt(() => {
|
|
1171
1171
|
let e = !1;
|
|
1172
1172
|
const t = new Request(T.origin, {
|
|
1173
1173
|
body: new ReadableStream(),
|
|
@@ -1177,7 +1177,7 @@ const Ot = (e) => {
|
|
|
1177
1177
|
}
|
|
1178
1178
|
}).headers.has("Content-Type");
|
|
1179
1179
|
return e && !t;
|
|
1180
|
-
}), $e = 64 * 1024, Ee =
|
|
1180
|
+
}), $e = 64 * 1024, Ee = _t && xt(() => c.isReadableStream(new Response("").body)), oe = {
|
|
1181
1181
|
stream: Ee && ((e) => e.body)
|
|
1182
1182
|
};
|
|
1183
1183
|
le && ((e) => {
|
|
@@ -1187,7 +1187,7 @@ le && ((e) => {
|
|
|
1187
1187
|
});
|
|
1188
1188
|
});
|
|
1189
1189
|
})(new Response());
|
|
1190
|
-
const
|
|
1190
|
+
const mr = async (e) => {
|
|
1191
1191
|
if (e == null)
|
|
1192
1192
|
return 0;
|
|
1193
1193
|
if (c.isBlob(e))
|
|
@@ -1200,11 +1200,11 @@ const hr = async (e) => {
|
|
|
1200
1200
|
if (c.isArrayBufferView(e) || c.isArrayBuffer(e))
|
|
1201
1201
|
return e.byteLength;
|
|
1202
1202
|
if (c.isURLSearchParams(e) && (e = e + ""), c.isString(e))
|
|
1203
|
-
return (await
|
|
1204
|
-
},
|
|
1203
|
+
return (await pr(e)).byteLength;
|
|
1204
|
+
}, yr = async (e, t) => {
|
|
1205
1205
|
const n = c.toFiniteNumber(e.getContentLength());
|
|
1206
|
-
return n ??
|
|
1207
|
-
},
|
|
1206
|
+
return n ?? mr(t);
|
|
1207
|
+
}, wr = le && (async (e) => {
|
|
1208
1208
|
let {
|
|
1209
1209
|
url: t,
|
|
1210
1210
|
method: n,
|
|
@@ -1218,15 +1218,15 @@ const hr = async (e) => {
|
|
|
1218
1218
|
headers: u,
|
|
1219
1219
|
withCredentials: d = "same-origin",
|
|
1220
1220
|
fetchOptions: m
|
|
1221
|
-
} =
|
|
1221
|
+
} = At(e);
|
|
1222
1222
|
l = l ? (l + "").toLowerCase() : "text";
|
|
1223
|
-
let g =
|
|
1223
|
+
let g = ur([o, s && s.toAbortSignal()], i), p;
|
|
1224
1224
|
const y = g && g.unsubscribe && (() => {
|
|
1225
1225
|
g.unsubscribe();
|
|
1226
1226
|
});
|
|
1227
1227
|
let h;
|
|
1228
1228
|
try {
|
|
1229
|
-
if (f &&
|
|
1229
|
+
if (f && hr && n !== "get" && n !== "head" && (h = await yr(u, r)) !== 0) {
|
|
1230
1230
|
let O = new Request(t, {
|
|
1231
1231
|
method: "POST",
|
|
1232
1232
|
body: r,
|
|
@@ -1251,32 +1251,32 @@ const hr = async (e) => {
|
|
|
1251
1251
|
duplex: "half",
|
|
1252
1252
|
credentials: E ? d : void 0
|
|
1253
1253
|
});
|
|
1254
|
-
let
|
|
1255
|
-
const
|
|
1256
|
-
if (Ee && (a ||
|
|
1254
|
+
let S = await fetch(p, m);
|
|
1255
|
+
const R = Ee && (l === "stream" || l === "response");
|
|
1256
|
+
if (Ee && (a || R && y)) {
|
|
1257
1257
|
const O = {};
|
|
1258
1258
|
["status", "statusText", "headers"].forEach((Ne) => {
|
|
1259
|
-
O[Ne] =
|
|
1259
|
+
O[Ne] = S[Ne];
|
|
1260
1260
|
});
|
|
1261
|
-
const P = c.toFiniteNumber(
|
|
1261
|
+
const P = c.toFiniteNumber(S.headers.get("content-length")), [F, X] = a && je(
|
|
1262
1262
|
P,
|
|
1263
1263
|
re(qe(a), !0)
|
|
1264
1264
|
) || [];
|
|
1265
|
-
|
|
1266
|
-
He(
|
|
1265
|
+
S = new Response(
|
|
1266
|
+
He(S.body, $e, F, () => {
|
|
1267
1267
|
X && X(), y && y();
|
|
1268
1268
|
}),
|
|
1269
1269
|
O
|
|
1270
1270
|
);
|
|
1271
1271
|
}
|
|
1272
1272
|
l = l || "text";
|
|
1273
|
-
let k = await oe[c.findKey(oe, l) || "text"](
|
|
1274
|
-
return !
|
|
1275
|
-
|
|
1273
|
+
let k = await oe[c.findKey(oe, l) || "text"](S, e);
|
|
1274
|
+
return !R && y && y(), await new Promise((O, P) => {
|
|
1275
|
+
Tt(O, P, {
|
|
1276
1276
|
data: k,
|
|
1277
|
-
headers: _.from(
|
|
1278
|
-
status:
|
|
1279
|
-
statusText:
|
|
1277
|
+
headers: _.from(S.headers),
|
|
1278
|
+
status: S.status,
|
|
1279
|
+
statusText: S.statusText,
|
|
1280
1280
|
config: e,
|
|
1281
1281
|
request: p
|
|
1282
1282
|
});
|
|
@@ -1289,12 +1289,12 @@ const hr = async (e) => {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
) : w.from(E, E && E.code, e, p);
|
|
1291
1291
|
}
|
|
1292
|
-
}),
|
|
1293
|
-
http:
|
|
1294
|
-
xhr:
|
|
1295
|
-
fetch:
|
|
1292
|
+
}), Se = {
|
|
1293
|
+
http: Un,
|
|
1294
|
+
xhr: cr,
|
|
1295
|
+
fetch: wr
|
|
1296
1296
|
};
|
|
1297
|
-
c.forEach(
|
|
1297
|
+
c.forEach(Se, (e, t) => {
|
|
1298
1298
|
if (e) {
|
|
1299
1299
|
try {
|
|
1300
1300
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1303,7 +1303,7 @@ c.forEach(Re, (e, t) => {
|
|
|
1303
1303
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1304
1304
|
}
|
|
1305
1305
|
});
|
|
1306
|
-
const ze = (e) => `- ${e}`,
|
|
1306
|
+
const ze = (e) => `- ${e}`, gr = (e) => c.isFunction(e) || e === null || e === !1, Ct = {
|
|
1307
1307
|
getAdapter: (e) => {
|
|
1308
1308
|
e = c.isArray(e) ? e : [e];
|
|
1309
1309
|
const { length: t } = e;
|
|
@@ -1312,7 +1312,7 @@ const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !
|
|
|
1312
1312
|
for (let s = 0; s < t; s++) {
|
|
1313
1313
|
n = e[s];
|
|
1314
1314
|
let i;
|
|
1315
|
-
if (r = n, !
|
|
1315
|
+
if (r = n, !gr(n) && (r = Se[(i = String(n)).toLowerCase()], r === void 0))
|
|
1316
1316
|
throw new w(`Unknown adapter '${i}'`);
|
|
1317
1317
|
if (r)
|
|
1318
1318
|
break;
|
|
@@ -1332,7 +1332,7 @@ const ze = (e) => `- ${e}`, wr = (e) => c.isFunction(e) || e === null || e === !
|
|
|
1332
1332
|
}
|
|
1333
1333
|
return r;
|
|
1334
1334
|
},
|
|
1335
|
-
adapters:
|
|
1335
|
+
adapters: Se
|
|
1336
1336
|
};
|
|
1337
1337
|
function me(e) {
|
|
1338
1338
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
@@ -1342,7 +1342,7 @@ function Je(e) {
|
|
|
1342
1342
|
return me(e), e.headers = _.from(e.headers), e.data = he.call(
|
|
1343
1343
|
e,
|
|
1344
1344
|
e.transformRequest
|
|
1345
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1),
|
|
1345
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Ct.getAdapter(e.adapter || Q.adapter)(e).then(function(r) {
|
|
1346
1346
|
return me(e), r.data = he.call(
|
|
1347
1347
|
e,
|
|
1348
1348
|
e.transformResponse,
|
|
@@ -1356,7 +1356,7 @@ function Je(e) {
|
|
|
1356
1356
|
), r.response.headers = _.from(r.response.headers))), Promise.reject(r);
|
|
1357
1357
|
});
|
|
1358
1358
|
}
|
|
1359
|
-
const
|
|
1359
|
+
const kt = "1.11.0", fe = {};
|
|
1360
1360
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1361
1361
|
fe[e] = function(r) {
|
|
1362
1362
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
@@ -1365,7 +1365,7 @@ const Ct = "1.11.0", fe = {};
|
|
|
1365
1365
|
const Ve = {};
|
|
1366
1366
|
fe.transitional = function(t, n, r) {
|
|
1367
1367
|
function o(s, i) {
|
|
1368
|
-
return "[Axios v" +
|
|
1368
|
+
return "[Axios v" + kt + "] Transitional option '" + s + "'" + i + (r ? ". " + r : "");
|
|
1369
1369
|
}
|
|
1370
1370
|
return (s, i, a) => {
|
|
1371
1371
|
if (t === !1)
|
|
@@ -1379,7 +1379,7 @@ fe.transitional = function(t, n, r) {
|
|
|
1379
1379
|
fe.spelling = function(t) {
|
|
1380
1380
|
return (n, r) => !0;
|
|
1381
1381
|
};
|
|
1382
|
-
function
|
|
1382
|
+
function br(e, t, n) {
|
|
1383
1383
|
if (typeof e != "object")
|
|
1384
1384
|
throw new w("options must be an object", w.ERR_BAD_OPTION_VALUE);
|
|
1385
1385
|
const r = Object.keys(e);
|
|
@@ -1397,10 +1397,10 @@ function gr(e, t, n) {
|
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|
|
1399
1399
|
const te = {
|
|
1400
|
-
assertOptions:
|
|
1400
|
+
assertOptions: br,
|
|
1401
1401
|
validators: fe
|
|
1402
1402
|
}, C = te.validators;
|
|
1403
|
-
let
|
|
1403
|
+
let D = class {
|
|
1404
1404
|
constructor(t) {
|
|
1405
1405
|
this.defaults = t || {}, this.interceptors = {
|
|
1406
1406
|
request: new ve(),
|
|
@@ -1496,12 +1496,12 @@ let I = class {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
getUri(t) {
|
|
1498
1498
|
t = B(this.defaults, t);
|
|
1499
|
-
const n =
|
|
1500
|
-
return
|
|
1499
|
+
const n = Ot(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
1500
|
+
return bt(n, t.params, t.paramsSerializer);
|
|
1501
1501
|
}
|
|
1502
1502
|
};
|
|
1503
1503
|
c.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1504
|
-
|
|
1504
|
+
D.prototype[t] = function(n, r) {
|
|
1505
1505
|
return this.request(B(r || {}, {
|
|
1506
1506
|
method: t,
|
|
1507
1507
|
url: n,
|
|
@@ -1522,9 +1522,9 @@ c.forEach(["post", "put", "patch"], function(t) {
|
|
|
1522
1522
|
}));
|
|
1523
1523
|
};
|
|
1524
1524
|
}
|
|
1525
|
-
|
|
1525
|
+
D.prototype[t] = n(), D.prototype[t + "Form"] = n(!0);
|
|
1526
1526
|
});
|
|
1527
|
-
let
|
|
1527
|
+
let Er = class Pt {
|
|
1528
1528
|
constructor(t) {
|
|
1529
1529
|
if (typeof t != "function")
|
|
1530
1530
|
throw new TypeError("executor must be a function.");
|
|
@@ -1590,14 +1590,14 @@ let br = class kt {
|
|
|
1590
1590
|
static source() {
|
|
1591
1591
|
let t;
|
|
1592
1592
|
return {
|
|
1593
|
-
token: new
|
|
1593
|
+
token: new Pt(function(o) {
|
|
1594
1594
|
t = o;
|
|
1595
1595
|
}),
|
|
1596
1596
|
cancel: t
|
|
1597
1597
|
};
|
|
1598
1598
|
}
|
|
1599
1599
|
};
|
|
1600
|
-
function
|
|
1600
|
+
function Sr(e) {
|
|
1601
1601
|
return function(n) {
|
|
1602
1602
|
return e.apply(null, n);
|
|
1603
1603
|
};
|
|
@@ -1605,7 +1605,7 @@ function Er(e) {
|
|
|
1605
1605
|
function Rr(e) {
|
|
1606
1606
|
return c.isObject(e) && e.isAxiosError === !0;
|
|
1607
1607
|
}
|
|
1608
|
-
const
|
|
1608
|
+
const Re = {
|
|
1609
1609
|
Continue: 100,
|
|
1610
1610
|
SwitchingProtocols: 101,
|
|
1611
1611
|
Processing: 102,
|
|
@@ -1670,52 +1670,52 @@ const Se = {
|
|
|
1670
1670
|
NotExtended: 510,
|
|
1671
1671
|
NetworkAuthenticationRequired: 511
|
|
1672
1672
|
};
|
|
1673
|
-
Object.entries(
|
|
1674
|
-
|
|
1673
|
+
Object.entries(Re).forEach(([e, t]) => {
|
|
1674
|
+
Re[t] = e;
|
|
1675
1675
|
});
|
|
1676
|
-
function
|
|
1677
|
-
const t = new
|
|
1678
|
-
return c.extend(n,
|
|
1679
|
-
return
|
|
1676
|
+
function Lt(e) {
|
|
1677
|
+
const t = new D(e), n = at(D.prototype.request, t);
|
|
1678
|
+
return c.extend(n, D.prototype, t, { allOwnKeys: !0 }), c.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
1679
|
+
return Lt(B(e, o));
|
|
1680
1680
|
}, n;
|
|
1681
1681
|
}
|
|
1682
|
-
const b =
|
|
1683
|
-
b.Axios =
|
|
1682
|
+
const b = Lt(Q);
|
|
1683
|
+
b.Axios = D;
|
|
1684
1684
|
b.CanceledError = M;
|
|
1685
|
-
b.CancelToken =
|
|
1685
|
+
b.CancelToken = Er;
|
|
1686
1686
|
b.isCancel = Rt;
|
|
1687
|
-
b.VERSION =
|
|
1687
|
+
b.VERSION = kt;
|
|
1688
1688
|
b.toFormData = ue;
|
|
1689
1689
|
b.AxiosError = w;
|
|
1690
1690
|
b.Cancel = b.CanceledError;
|
|
1691
1691
|
b.all = function(t) {
|
|
1692
1692
|
return Promise.all(t);
|
|
1693
1693
|
};
|
|
1694
|
-
b.spread =
|
|
1694
|
+
b.spread = Sr;
|
|
1695
1695
|
b.isAxiosError = Rr;
|
|
1696
1696
|
b.mergeConfig = B;
|
|
1697
1697
|
b.AxiosHeaders = _;
|
|
1698
|
-
b.formToJSON = (e) =>
|
|
1699
|
-
b.getAdapter =
|
|
1700
|
-
b.HttpStatusCode =
|
|
1698
|
+
b.formToJSON = (e) => St(c.isHTMLForm(e) ? new FormData(e) : e);
|
|
1699
|
+
b.getAdapter = Ct.getAdapter;
|
|
1700
|
+
b.HttpStatusCode = Re;
|
|
1701
1701
|
b.default = b;
|
|
1702
1702
|
const {
|
|
1703
|
-
Axios:
|
|
1704
|
-
AxiosError:
|
|
1705
|
-
CanceledError:
|
|
1706
|
-
isCancel:
|
|
1707
|
-
CancelToken:
|
|
1708
|
-
VERSION:
|
|
1709
|
-
all:
|
|
1710
|
-
Cancel:
|
|
1711
|
-
isAxiosError:
|
|
1712
|
-
spread:
|
|
1713
|
-
toFormData:
|
|
1714
|
-
AxiosHeaders:
|
|
1715
|
-
HttpStatusCode:
|
|
1716
|
-
formToJSON:
|
|
1717
|
-
getAdapter:
|
|
1718
|
-
mergeConfig:
|
|
1703
|
+
Axios: no,
|
|
1704
|
+
AxiosError: ro,
|
|
1705
|
+
CanceledError: oo,
|
|
1706
|
+
isCancel: so,
|
|
1707
|
+
CancelToken: io,
|
|
1708
|
+
VERSION: ao,
|
|
1709
|
+
all: co,
|
|
1710
|
+
Cancel: uo,
|
|
1711
|
+
isAxiosError: lo,
|
|
1712
|
+
spread: fo,
|
|
1713
|
+
toFormData: po,
|
|
1714
|
+
AxiosHeaders: ho,
|
|
1715
|
+
HttpStatusCode: mo,
|
|
1716
|
+
formToJSON: yo,
|
|
1717
|
+
getAdapter: wo,
|
|
1718
|
+
mergeConfig: go
|
|
1719
1719
|
} = b;
|
|
1720
1720
|
/*! js-cookie v3.0.5 | MIT */
|
|
1721
1721
|
function G(e) {
|
|
@@ -1726,7 +1726,7 @@ function G(e) {
|
|
|
1726
1726
|
}
|
|
1727
1727
|
return e;
|
|
1728
1728
|
}
|
|
1729
|
-
var
|
|
1729
|
+
var Tr = {
|
|
1730
1730
|
read: function(e) {
|
|
1731
1731
|
return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
|
|
1732
1732
|
},
|
|
@@ -1787,14 +1787,14 @@ function Te(e, t) {
|
|
|
1787
1787
|
}
|
|
1788
1788
|
);
|
|
1789
1789
|
}
|
|
1790
|
-
var
|
|
1791
|
-
const
|
|
1790
|
+
var Or = Te(Tr, { path: "/" }), We;
|
|
1791
|
+
const Ut = typeof window < "u", Ar = (e) => typeof e == "string", Ke = () => +Date.now(), Oe = () => {
|
|
1792
1792
|
};
|
|
1793
|
-
|
|
1793
|
+
Ut && ((We = window == null ? void 0 : window.navigator) != null && We.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
1794
1794
|
function Ue(e) {
|
|
1795
|
-
return typeof e == "function" ? e() :
|
|
1795
|
+
return typeof e == "function" ? e() : Bt(e);
|
|
1796
1796
|
}
|
|
1797
|
-
function
|
|
1797
|
+
function _r(e, t) {
|
|
1798
1798
|
function n(...r) {
|
|
1799
1799
|
return new Promise((o, s) => {
|
|
1800
1800
|
Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(s);
|
|
@@ -1802,7 +1802,7 @@ function Ar(e, t) {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
return n;
|
|
1804
1804
|
}
|
|
1805
|
-
function
|
|
1805
|
+
function xr(e, t = !0, n = !0, r = !1) {
|
|
1806
1806
|
let o = 0, s, i = !0, a = Oe, f;
|
|
1807
1807
|
const l = () => {
|
|
1808
1808
|
s && (clearTimeout(s), s = void 0, a(), a = Oe);
|
|
@@ -1816,45 +1816,45 @@ function _r(e, t = !0, n = !0, r = !1) {
|
|
|
1816
1816
|
})), !n && !s && (s = setTimeout(() => i = !0, m)), i = !1, f);
|
|
1817
1817
|
};
|
|
1818
1818
|
}
|
|
1819
|
-
function xr(e) {
|
|
1820
|
-
return e;
|
|
1821
|
-
}
|
|
1822
1819
|
function Cr(e) {
|
|
1823
|
-
return
|
|
1820
|
+
return e;
|
|
1824
1821
|
}
|
|
1825
1822
|
function kr(e) {
|
|
1823
|
+
return jt() ? (qt(e), !0) : !1;
|
|
1824
|
+
}
|
|
1825
|
+
function Pr(e) {
|
|
1826
1826
|
var t;
|
|
1827
1827
|
const n = Ue(e);
|
|
1828
1828
|
return (t = n == null ? void 0 : n.$el) != null ? t : n;
|
|
1829
1829
|
}
|
|
1830
|
-
const
|
|
1830
|
+
const Nt = Ut ? window : void 0;
|
|
1831
1831
|
function Qe(...e) {
|
|
1832
1832
|
let t, n, r, o;
|
|
1833
|
-
if (
|
|
1833
|
+
if (Ar(e[0]) || Array.isArray(e[0]) ? ([n, r, o] = e, t = Nt) : [t, n, r, o] = e, !t)
|
|
1834
1834
|
return Oe;
|
|
1835
1835
|
Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
|
|
1836
1836
|
const s = [], i = () => {
|
|
1837
1837
|
s.forEach((u) => u()), s.length = 0;
|
|
1838
|
-
}, a = (u, d, m, g) => (u.addEventListener(d, m, g), () => u.removeEventListener(d, m, g)), f = xe(() => [
|
|
1838
|
+
}, a = (u, d, m, g) => (u.addEventListener(d, m, g), () => u.removeEventListener(d, m, g)), f = xe(() => [Pr(t), Ue(o)], ([u, d]) => {
|
|
1839
1839
|
i(), u && s.push(...n.flatMap((m) => r.map((g) => a(u, m, g, d))));
|
|
1840
1840
|
}, { immediate: !0, flush: "post" }), l = () => {
|
|
1841
1841
|
f(), i();
|
|
1842
1842
|
};
|
|
1843
|
-
return
|
|
1843
|
+
return kr(l), l;
|
|
1844
1844
|
}
|
|
1845
1845
|
const Xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ge = "__vueuse_ssr_handlers__";
|
|
1846
1846
|
Xe[Ge] = Xe[Ge] || {};
|
|
1847
|
-
const
|
|
1848
|
-
function
|
|
1847
|
+
const Lr = ["mousemove", "mousedown", "resize", "keydown", "touchstart", "wheel"], Ur = 6e4;
|
|
1848
|
+
function Nr(e = Ur, t = {}) {
|
|
1849
1849
|
const {
|
|
1850
1850
|
initialState: n = !1,
|
|
1851
1851
|
listenForVisibilityChange: r = !0,
|
|
1852
|
-
events: o =
|
|
1853
|
-
window: s =
|
|
1854
|
-
eventFilter: i =
|
|
1852
|
+
events: o = Lr,
|
|
1853
|
+
window: s = Nt,
|
|
1854
|
+
eventFilter: i = xr(50)
|
|
1855
1855
|
} = t, a = ne(n), f = ne(Ke());
|
|
1856
1856
|
let l;
|
|
1857
|
-
const u =
|
|
1857
|
+
const u = _r(i, () => {
|
|
1858
1858
|
a.value = !1, f.value = Ke(), clearTimeout(l), l = setTimeout(() => a.value = !0, e);
|
|
1859
1859
|
});
|
|
1860
1860
|
if (s) {
|
|
@@ -1871,15 +1871,15 @@ var Ze;
|
|
|
1871
1871
|
(function(e) {
|
|
1872
1872
|
e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
|
|
1873
1873
|
})(Ze || (Ze = {}));
|
|
1874
|
-
var
|
|
1874
|
+
var Fr = Object.defineProperty, Ye = Object.getOwnPropertySymbols, Ir = Object.prototype.hasOwnProperty, Dr = Object.prototype.propertyIsEnumerable, et = (e, t, n) => t in e ? Fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, vr = (e, t) => {
|
|
1875
1875
|
for (var n in t || (t = {}))
|
|
1876
|
-
|
|
1876
|
+
Ir.call(t, n) && et(e, n, t[n]);
|
|
1877
1877
|
if (Ye)
|
|
1878
1878
|
for (var n of Ye(t))
|
|
1879
1879
|
Dr.call(t, n) && et(e, n, t[n]);
|
|
1880
1880
|
return e;
|
|
1881
1881
|
};
|
|
1882
|
-
const
|
|
1882
|
+
const Br = {
|
|
1883
1883
|
easeInSine: [0.12, 0, 0.39, 0],
|
|
1884
1884
|
easeOutSine: [0.61, 1, 0.88, 1],
|
|
1885
1885
|
easeInOutSine: [0.37, 0, 0.63, 1],
|
|
@@ -1905,27 +1905,27 @@ const vr = {
|
|
|
1905
1905
|
easeOutBack: [0.34, 1.56, 0.64, 1],
|
|
1906
1906
|
easeInOutBack: [0.68, -0.6, 0.32, 1.6]
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1909
|
-
linear:
|
|
1910
|
-
},
|
|
1908
|
+
vr({
|
|
1909
|
+
linear: Cr
|
|
1910
|
+
}, Br);
|
|
1911
1911
|
let Ae;
|
|
1912
|
-
const
|
|
1912
|
+
const Ft = { triggerProxySso: "triggerProxySso" }, jr = () => {
|
|
1913
1913
|
Ae = (e) => {
|
|
1914
1914
|
var n;
|
|
1915
1915
|
const { origin: t } = new URL(location.href);
|
|
1916
1916
|
(n = window.top) == null || n.postMessage(
|
|
1917
|
-
{ type:
|
|
1917
|
+
{ type: Ft.triggerProxySso, data: { ...e || {}, redirect_uri: `${t}/` } },
|
|
1918
1918
|
t
|
|
1919
1919
|
);
|
|
1920
1920
|
};
|
|
1921
|
-
},
|
|
1921
|
+
}, qr = (e) => {
|
|
1922
1922
|
window.top === window.self && window.addEventListener("message", (t) => {
|
|
1923
1923
|
const { type: n, data: r } = t.data;
|
|
1924
|
-
n ===
|
|
1924
|
+
n === Ft.triggerProxySso && (e == null || e(r));
|
|
1925
1925
|
});
|
|
1926
1926
|
};
|
|
1927
|
-
window.top !== window.self &&
|
|
1928
|
-
let
|
|
1927
|
+
window.top !== window.self && jr();
|
|
1928
|
+
let It = (e = 21) => {
|
|
1929
1929
|
let t = "", n = crypto.getRandomValues(new Uint8Array(e));
|
|
1930
1930
|
for (; e--; ) {
|
|
1931
1931
|
let r = n[e] & 63;
|
|
@@ -1943,7 +1943,7 @@ const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
1943
1943
|
login: "/api/justauth/client/v1/visitor/feishu/login",
|
|
1944
1944
|
ssoParam: "/api/justauth/client/v1/visitor/sso-param"
|
|
1945
1945
|
}
|
|
1946
|
-
},
|
|
1946
|
+
}, Mr = async () => {
|
|
1947
1947
|
const e = L("authorizer") || "", t = L("_redirect_url") || "";
|
|
1948
1948
|
if (_e(["authorizer", "_redirect_url"]), e === "feishu") {
|
|
1949
1949
|
if (!window.tt) return "";
|
|
@@ -1998,15 +1998,15 @@ const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
1998
1998
|
// 清除登录信息
|
|
1999
1999
|
token: "/api/justauth/oauth-server/v1/visitor/oauth/token"
|
|
2000
2000
|
// 通过code获取token
|
|
2001
|
-
}, { baseURL: rt, noRedireLogin:
|
|
2001
|
+
}, { baseURL: rt, noRedireLogin: Hr = !1 } = se(), ot = sessionStorage.getItem("oauth-redirect_url") || "", U = ot || location.origin + "/home", N = {
|
|
2002
2002
|
response_type: "code",
|
|
2003
2003
|
scope: "sever",
|
|
2004
2004
|
client_id: "sys",
|
|
2005
|
-
client_secret:
|
|
2005
|
+
client_secret: Mt("das123"),
|
|
2006
2006
|
state: +/* @__PURE__ */ new Date()
|
|
2007
|
-
}, Dt = ne(!1),
|
|
2007
|
+
}, Dt = ne(!1), vt = (e) => {
|
|
2008
2008
|
if (e <= 0) return;
|
|
2009
|
-
const { idle: t } =
|
|
2009
|
+
const { idle: t } = Nr(e);
|
|
2010
2010
|
xe(
|
|
2011
2011
|
() => t.value,
|
|
2012
2012
|
(n) => {
|
|
@@ -2014,15 +2014,15 @@ const L = (e) => new URL(location.href).searchParams.get(e), _e = (e) => {
|
|
|
2014
2014
|
}
|
|
2015
2015
|
);
|
|
2016
2016
|
};
|
|
2017
|
-
localStorage.getItem("idelTime") &&
|
|
2018
|
-
let
|
|
2019
|
-
const
|
|
2017
|
+
localStorage.getItem("idelTime") && vt(Number(localStorage.getItem("idelTime")));
|
|
2018
|
+
let st = "";
|
|
2019
|
+
const $r = async () => {
|
|
2020
2020
|
const e = L("code") || "", t = L("redirect_url") || "/", n = L("kingdee_token") || "", r = L("loginType") || "";
|
|
2021
2021
|
if (r && localStorage.setItem("loginType", r), !e) return $();
|
|
2022
2022
|
const o = ["code", "state", "kingdee_token", "redirect_url", "source"];
|
|
2023
|
-
if (e ===
|
|
2024
|
-
return _e(o), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), $();
|
|
2025
|
-
|
|
2023
|
+
if (e === st)
|
|
2024
|
+
return _e(o), window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t)), localStorage.removeItem("oauth-redirect_url"), $();
|
|
2025
|
+
st = e, _e(o);
|
|
2026
2026
|
let s = {};
|
|
2027
2027
|
const i = {
|
|
2028
2028
|
grant_type: "authorization_code",
|
|
@@ -2031,7 +2031,7 @@ const Hr = async () => {
|
|
|
2031
2031
|
client_secret: N.client_secret,
|
|
2032
2032
|
redirect_uri: r ? Ce(U, { loginType: r }) : U,
|
|
2033
2033
|
timestamp: (/* @__PURE__ */ new Date()).getTime(),
|
|
2034
|
-
nonce:
|
|
2034
|
+
nonce: It()
|
|
2035
2035
|
};
|
|
2036
2036
|
n && (sessionStorage.setItem("kingdee_token", n), i.redirect_uri = `${i.redirect_uri}?kingdee_token=${n}`);
|
|
2037
2037
|
try {
|
|
@@ -2047,7 +2047,7 @@ const Hr = async () => {
|
|
|
2047
2047
|
params: i,
|
|
2048
2048
|
headers: {
|
|
2049
2049
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
2050
|
-
"csrf-token":
|
|
2050
|
+
"csrf-token": Or.get("csrf-token")
|
|
2051
2051
|
}
|
|
2052
2052
|
}
|
|
2053
2053
|
);
|
|
@@ -2057,13 +2057,13 @@ const Hr = async () => {
|
|
|
2057
2057
|
refreshToken: f,
|
|
2058
2058
|
info: s.data
|
|
2059
2059
|
};
|
|
2060
|
-
J().save(d), await
|
|
2060
|
+
J().save(d), await it(a);
|
|
2061
2061
|
const m = Number(u) - (/* @__PURE__ */ new Date()).getTime();
|
|
2062
|
-
return m && m > 0 && (
|
|
2062
|
+
return m && m > 0 && (vt(m), m && localStorage.setItem("idelTime", m.toString())), t && (window.__isAutoCloseApp = !1, window.location.replace(decodeURIComponent(t))), localStorage.removeItem("oauth-redirect_url"), a;
|
|
2063
2063
|
} catch {
|
|
2064
2064
|
return v({ ...N, redirect_uri: U });
|
|
2065
2065
|
}
|
|
2066
|
-
}, Z = ne(!1),
|
|
2066
|
+
}, Z = ne(!1), bo = async (e) => {
|
|
2067
2067
|
if (e.public) return "";
|
|
2068
2068
|
if (Dt.value)
|
|
2069
2069
|
return v({ ...N, redirect_uri: U });
|
|
@@ -2085,22 +2085,22 @@ const Hr = async () => {
|
|
|
2085
2085
|
try {
|
|
2086
2086
|
const r = L("code") || "";
|
|
2087
2087
|
if ((L("authorizer") || "") === "feishu")
|
|
2088
|
-
await
|
|
2088
|
+
await Mr();
|
|
2089
2089
|
else if (r)
|
|
2090
|
-
t = await
|
|
2090
|
+
t = await $r();
|
|
2091
2091
|
else {
|
|
2092
2092
|
const s = Date.now() + 6e4;
|
|
2093
|
-
n > 0 && s > n && (t = await
|
|
2093
|
+
n > 0 && s > n && (t = await Vr(N));
|
|
2094
2094
|
}
|
|
2095
2095
|
} catch {
|
|
2096
2096
|
} finally {
|
|
2097
2097
|
Z.value = !1;
|
|
2098
2098
|
}
|
|
2099
2099
|
return t;
|
|
2100
|
-
},
|
|
2100
|
+
}, zr = () => {
|
|
2101
2101
|
let e = !1;
|
|
2102
2102
|
return localStorage.getItem("thirdLogouSource") === "zhongshen" && (e = !0), e;
|
|
2103
|
-
},
|
|
2103
|
+
}, Jr = (e) => {
|
|
2104
2104
|
if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
|
|
2105
2105
|
const r = `https://iam.shenyejituan.com:443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(e)}&entityId=AIoT&redirectToLogin=true`;
|
|
2106
2106
|
localStorage.removeItem("thirdLogouSource"), location.href = r;
|
|
@@ -2108,7 +2108,7 @@ const Hr = async () => {
|
|
|
2108
2108
|
};
|
|
2109
2109
|
let ye = !1;
|
|
2110
2110
|
const v = (e) => {
|
|
2111
|
-
if (!
|
|
2111
|
+
if (!Hr && !ye) {
|
|
2112
2112
|
ye = !0;
|
|
2113
2113
|
try {
|
|
2114
2114
|
const t = { ...e }, n = localStorage.getItem("loginType") || "";
|
|
@@ -2121,8 +2121,8 @@ const v = (e) => {
|
|
|
2121
2121
|
f !== "client_secret" && s.set(f, String(l));
|
|
2122
2122
|
});
|
|
2123
2123
|
const i = s.toString(), a = `${r}${j.oauth}?${i}`;
|
|
2124
|
-
if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(),
|
|
2125
|
-
|
|
2124
|
+
if (localStorage.removeItem("idelTime"), sessionStorage.clear(), J().remove(), zr())
|
|
2125
|
+
Jr(a);
|
|
2126
2126
|
else {
|
|
2127
2127
|
try {
|
|
2128
2128
|
b.create().get(j.logoutCurpage, { baseURL: r });
|
|
@@ -2135,8 +2135,8 @@ const v = (e) => {
|
|
|
2135
2135
|
}
|
|
2136
2136
|
}
|
|
2137
2137
|
};
|
|
2138
|
-
|
|
2139
|
-
const
|
|
2138
|
+
qr(v);
|
|
2139
|
+
const Vr = async (e) => {
|
|
2140
2140
|
const { baseURL: t } = se(), { refreshToken: n } = J().getData();
|
|
2141
2141
|
try {
|
|
2142
2142
|
await b.create().get(j.token, { baseURL: t });
|
|
@@ -2154,7 +2154,7 @@ const Jr = async (e) => {
|
|
|
2154
2154
|
client_id: e.client_id,
|
|
2155
2155
|
client_secret: e.client_secret,
|
|
2156
2156
|
timestamp: (/* @__PURE__ */ new Date()).getTime(),
|
|
2157
|
-
nonce:
|
|
2157
|
+
nonce: It()
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
2160
|
), { access_token: o = "", refresh_token: s = "", exp: i = 0 } = r.data, a = {
|
|
@@ -2163,7 +2163,7 @@ const Jr = async (e) => {
|
|
|
2163
2163
|
refreshToken: s,
|
|
2164
2164
|
info: r.data
|
|
2165
2165
|
};
|
|
2166
|
-
return J().save(a), await
|
|
2166
|
+
return J().save(a), await it(o), o;
|
|
2167
2167
|
} catch {
|
|
2168
2168
|
return v({ ...e, redirect_uri: U });
|
|
2169
2169
|
}
|
|
@@ -2174,22 +2174,22 @@ const Jr = async (e) => {
|
|
|
2174
2174
|
refreshToken: de("refreshToken")
|
|
2175
2175
|
}),
|
|
2176
2176
|
save: (e) => {
|
|
2177
|
-
|
|
2177
|
+
$t(e.accessToken ?? "", {
|
|
2178
2178
|
accessTokenExpiredAt: e.accessTokenExpiredAt,
|
|
2179
2179
|
refreshToken: e.refreshToken
|
|
2180
|
-
}),
|
|
2180
|
+
}), Jt(e);
|
|
2181
2181
|
},
|
|
2182
2182
|
remove: () => {
|
|
2183
|
-
|
|
2183
|
+
Ht(), zt();
|
|
2184
2184
|
}
|
|
2185
2185
|
});
|
|
2186
2186
|
export {
|
|
2187
2187
|
L as getQuery,
|
|
2188
|
-
|
|
2189
|
-
|
|
2188
|
+
bo as getToken,
|
|
2189
|
+
$r as getTokenFromCode,
|
|
2190
2190
|
N as getTokenParams,
|
|
2191
2191
|
v as login,
|
|
2192
2192
|
U as real_uri,
|
|
2193
|
-
|
|
2193
|
+
Vr as refreshToken,
|
|
2194
2194
|
J as tokenStorage
|
|
2195
2195
|
};
|