@das-fed/utils 7.0.0-zhongshen.1 → 7.0.0-zhongshen.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-services/index.js +560 -541
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +880 -843
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +880 -843
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +867 -830
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +350 -331
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +862 -829
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +880 -843
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +535 -516
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +350 -331
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +573 -554
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +922 -921
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +431 -412
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +350 -331
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +350 -331
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +834 -833
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +350 -331
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +834 -833
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +834 -833
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +861 -828
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +352 -333
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +874 -841
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +350 -331
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +350 -331
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +350 -331
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/index.js +13 -12
- package/common-info/index.js.gz +0 -0
- package/common-info/set-personal-info/index.d.ts +1 -1
- package/common-info/set-personal-info/index.js +253 -237
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-info/type.d.ts +2 -0
- package/common-tools/extract-file-name/index.js +566 -550
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/common-tools/get-url-params/index.d.ts +7 -0
- package/common-tools/get-url-params/index.js +45 -38
- package/common-tools/get-url-params/index.js.gz +0 -0
- package/common-tools/platform-tools/index.d.ts +1 -1
- package/common-tools/platform-tools/index.js +22 -15
- package/create-api-service/index.js +849 -848
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.d.ts +3 -3
- package/create-api-service/sso/index.js +590 -563
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +582 -566
- package/curring-http/index.js.gz +0 -0
- package/esm-map.json +2 -1
- package/package.json +4 -4
- package/process-engine-info/index.js +8 -7
- package/style/index.js +1 -1
- package/style/index.js.gz +0 -0
- package/token-tools/index.js +80 -8
- package/token-tools/index.js.gz +0 -0
|
@@ -1,42 +1,50 @@
|
|
|
1
1
|
import { setI18nRule as Zn, currentLang as eo, t as C } from "@das-fed/web/packages/i18n/index";
|
|
2
2
|
import { curringHttp as to } from "@das-fed/utils/curring-http";
|
|
3
3
|
import { getToken as ro, getQuery as no, login as oo, real_uri as ao, getTokenParams as io } from "@das-fed/utils/create-api-service/sso";
|
|
4
|
-
import
|
|
4
|
+
import rt from "dayjs";
|
|
5
5
|
import so from "dayjs/plugin/utc";
|
|
6
6
|
import lo from "dayjs/plugin/timezone";
|
|
7
7
|
import { getProjectInfo as co, getInstanceInfo as uo } from "@das-fed/utils/common-info";
|
|
8
8
|
import { getAccessToken as fo } from "@das-fed/utils/token-tools";
|
|
9
|
-
import { getConfig as
|
|
10
|
-
import { extractFilename as
|
|
11
|
-
import { ref as
|
|
9
|
+
import { getConfig as Ve } from "@das-fed/utils/config";
|
|
10
|
+
import { extractFilename as lr } from "@das-fed/utils/common-tools";
|
|
11
|
+
import { ref as K } from "vue";
|
|
12
12
|
function Qr(t, e) {
|
|
13
13
|
return function() {
|
|
14
14
|
return t.apply(e, arguments);
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
const { toString: po } = Object.prototype, { getPrototypeOf:
|
|
17
|
+
const { toString: po } = Object.prototype, { getPrototypeOf: Vt } = Object, { iterator: nt, toStringTag: Xr } = Symbol, ot = /* @__PURE__ */ ((t) => (e) => {
|
|
18
18
|
const n = po.call(e);
|
|
19
19
|
return t[n] || (t[n] = n.slice(8, -1).toLowerCase());
|
|
20
|
-
})(/* @__PURE__ */ Object.create(null)), Q = (t) => (t = t.toLowerCase(), (e) =>
|
|
21
|
-
function
|
|
22
|
-
return t !== null && !Ce(t) && t.constructor !== null && !Ce(t.constructor) &&
|
|
20
|
+
})(/* @__PURE__ */ Object.create(null)), Q = (t) => (t = t.toLowerCase(), (e) => ot(e) === t), at = (t) => (e) => typeof e === t, { isArray: be } = Array, Ce = at("undefined");
|
|
21
|
+
function _e(t) {
|
|
22
|
+
return t !== null && !Ce(t) && t.constructor !== null && !Ce(t.constructor) && j(t.constructor.isBuffer) && t.constructor.isBuffer(t);
|
|
23
23
|
}
|
|
24
|
-
const
|
|
25
|
-
function
|
|
24
|
+
const Yr = Q("ArrayBuffer");
|
|
25
|
+
function yo(t) {
|
|
26
26
|
let e;
|
|
27
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer &&
|
|
27
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Yr(t.buffer), e;
|
|
28
28
|
}
|
|
29
|
-
const
|
|
30
|
-
if (
|
|
29
|
+
const ho = at("string"), j = at("function"), Zr = at("number"), Ne = (t) => t !== null && typeof t == "object", mo = (t) => t === !0 || t === !1, He = (t) => {
|
|
30
|
+
if (ot(t) !== "object")
|
|
31
|
+
return !1;
|
|
32
|
+
const e = Vt(t);
|
|
33
|
+
return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Xr in t) && !(nt in t);
|
|
34
|
+
}, go = (t) => {
|
|
35
|
+
if (!Ne(t) || _e(t))
|
|
36
|
+
return !1;
|
|
37
|
+
try {
|
|
38
|
+
return Object.keys(t).length === 0 && Object.getPrototypeOf(t) === Object.prototype;
|
|
39
|
+
} catch {
|
|
31
40
|
return !1;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, vo = Q("Date"), wo = Q("File"), bo = Q("Blob"), So = Q("FileList"), Eo = (t) => nt(t) && H(t.pipe), Ao = (t) => {
|
|
41
|
+
}
|
|
42
|
+
}, vo = Q("Date"), wo = Q("File"), bo = Q("Blob"), So = Q("FileList"), Eo = (t) => Ne(t) && j(t.pipe), Ao = (t) => {
|
|
35
43
|
let e;
|
|
36
|
-
return t && (typeof FormData == "function" && t instanceof FormData ||
|
|
37
|
-
e === "object" &&
|
|
44
|
+
return t && (typeof FormData == "function" && t instanceof FormData || j(t.append) && ((e = ot(t)) === "formdata" || // detect form-data instance
|
|
45
|
+
e === "object" && j(t.toString) && t.toString() === "[object FormData]"));
|
|
38
46
|
}, Oo = Q("URLSearchParams"), [Ro, Po, xo, To] = ["ReadableStream", "Request", "Response", "Headers"].map(Q), Co = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
39
|
-
function
|
|
47
|
+
function Fe(t, e, { allOwnKeys: n = !1 } = {}) {
|
|
40
48
|
if (t === null || typeof t > "u")
|
|
41
49
|
return;
|
|
42
50
|
let r, o;
|
|
@@ -44,13 +52,17 @@ function _e(t, e, { allOwnKeys: n = !1 } = {}) {
|
|
|
44
52
|
for (r = 0, o = t.length; r < o; r++)
|
|
45
53
|
e.call(null, t[r], r, t);
|
|
46
54
|
else {
|
|
55
|
+
if (_e(t))
|
|
56
|
+
return;
|
|
47
57
|
const a = n ? Object.getOwnPropertyNames(t) : Object.keys(t), i = a.length;
|
|
48
58
|
let s;
|
|
49
59
|
for (r = 0; r < i; r++)
|
|
50
60
|
s = a[r], e.call(null, t[s], s, t);
|
|
51
61
|
}
|
|
52
62
|
}
|
|
53
|
-
function
|
|
63
|
+
function en(t, e) {
|
|
64
|
+
if (_e(t))
|
|
65
|
+
return null;
|
|
54
66
|
e = e.toLowerCase();
|
|
55
67
|
const n = Object.keys(t);
|
|
56
68
|
let r = n.length, o;
|
|
@@ -59,33 +71,33 @@ function Zr(t, e) {
|
|
|
59
71
|
return o;
|
|
60
72
|
return null;
|
|
61
73
|
}
|
|
62
|
-
const le = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global,
|
|
63
|
-
function
|
|
64
|
-
const { caseless: t } =
|
|
65
|
-
const a = t &&
|
|
66
|
-
|
|
74
|
+
const le = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, tn = (t) => !Ce(t) && t !== le;
|
|
75
|
+
function Lt() {
|
|
76
|
+
const { caseless: t } = tn(this) && this || {}, e = {}, n = (r, o) => {
|
|
77
|
+
const a = t && en(e, o) || o;
|
|
78
|
+
He(e[a]) && He(r) ? e[a] = Lt(e[a], r) : He(r) ? e[a] = Lt({}, r) : be(r) ? e[a] = r.slice() : e[a] = r;
|
|
67
79
|
};
|
|
68
80
|
for (let r = 0, o = arguments.length; r < o; r++)
|
|
69
|
-
arguments[r] &&
|
|
81
|
+
arguments[r] && Fe(arguments[r], n);
|
|
70
82
|
return e;
|
|
71
83
|
}
|
|
72
|
-
const $o = (t, e, n, { allOwnKeys: r } = {}) => (
|
|
73
|
-
n &&
|
|
84
|
+
const $o = (t, e, n, { allOwnKeys: r } = {}) => (Fe(e, (o, a) => {
|
|
85
|
+
n && j(o) ? t[a] = Qr(o, n) : t[a] = o;
|
|
74
86
|
}, { allOwnKeys: r }), t), _o = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), No = (t, e, n, r) => {
|
|
75
87
|
t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
|
|
76
88
|
value: e.prototype
|
|
77
89
|
}), n && Object.assign(t.prototype, n);
|
|
78
|
-
},
|
|
90
|
+
}, Fo = (t, e, n, r) => {
|
|
79
91
|
let o, a, i;
|
|
80
92
|
const s = {};
|
|
81
93
|
if (e = e || {}, t == null) return e;
|
|
82
94
|
do {
|
|
83
95
|
for (o = Object.getOwnPropertyNames(t), a = o.length; a-- > 0; )
|
|
84
96
|
i = o[a], (!r || r(i, t, e)) && !s[i] && (e[i] = t[i], s[i] = !0);
|
|
85
|
-
t = n !== !1 &&
|
|
97
|
+
t = n !== !1 && Vt(t);
|
|
86
98
|
} while (t && (!n || n(t, e)) && t !== Object.prototype);
|
|
87
99
|
return e;
|
|
88
|
-
},
|
|
100
|
+
}, Do = (t, e, n) => {
|
|
89
101
|
t = String(t), (n === void 0 || n > t.length) && (n = t.length), n -= e.length;
|
|
90
102
|
const r = t.indexOf(e, n);
|
|
91
103
|
return r !== -1 && r === n;
|
|
@@ -93,19 +105,19 @@ const $o = (t, e, n, { allOwnKeys: r } = {}) => (_e(e, (o, a) => {
|
|
|
93
105
|
if (!t) return null;
|
|
94
106
|
if (be(t)) return t;
|
|
95
107
|
let e = t.length;
|
|
96
|
-
if (!
|
|
108
|
+
if (!Zr(e)) return null;
|
|
97
109
|
const n = new Array(e);
|
|
98
110
|
for (; e-- > 0; )
|
|
99
111
|
n[e] = t[e];
|
|
100
112
|
return n;
|
|
101
|
-
}, Lo = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" &&
|
|
102
|
-
const r = (t && t[
|
|
113
|
+
}, Lo = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" && Vt(Uint8Array)), Uo = (t, e) => {
|
|
114
|
+
const r = (t && t[nt]).call(t);
|
|
103
115
|
let o;
|
|
104
116
|
for (; (o = r.next()) && !o.done; ) {
|
|
105
117
|
const a = o.value;
|
|
106
118
|
e.call(t, a[0], a[1]);
|
|
107
119
|
}
|
|
108
|
-
},
|
|
120
|
+
}, Mo = (t, e) => {
|
|
109
121
|
let n;
|
|
110
122
|
const r = [];
|
|
111
123
|
for (; (n = t.exec(e)) !== null; )
|
|
@@ -116,18 +128,18 @@ const $o = (t, e, n, { allOwnKeys: r } = {}) => (_e(e, (o, a) => {
|
|
|
116
128
|
function(n, r, o) {
|
|
117
129
|
return r.toUpperCase() + o;
|
|
118
130
|
}
|
|
119
|
-
),
|
|
131
|
+
), cr = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), jo = Q("RegExp"), rn = (t, e) => {
|
|
120
132
|
const n = Object.getOwnPropertyDescriptors(t), r = {};
|
|
121
|
-
|
|
133
|
+
Fe(n, (o, a) => {
|
|
122
134
|
let i;
|
|
123
135
|
(i = e(o, a, t)) !== !1 && (r[a] = i || o);
|
|
124
136
|
}), Object.defineProperties(t, r);
|
|
125
137
|
}, qo = (t) => {
|
|
126
|
-
|
|
127
|
-
if (
|
|
138
|
+
rn(t, (e, n) => {
|
|
139
|
+
if (j(t) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
128
140
|
return !1;
|
|
129
141
|
const r = t[n];
|
|
130
|
-
if (
|
|
142
|
+
if (j(r)) {
|
|
131
143
|
if (e.enumerable = !1, "writable" in e) {
|
|
132
144
|
e.writable = !1;
|
|
133
145
|
return;
|
|
@@ -145,29 +157,21 @@ const $o = (t, e, n, { allOwnKeys: r } = {}) => (_e(e, (o, a) => {
|
|
|
145
157
|
};
|
|
146
158
|
return be(t) ? r(t) : r(String(t).split(e)), n;
|
|
147
159
|
}, zo = () => {
|
|
148
|
-
}, Wo = (t, e) => t != null && Number.isFinite(t = +t) ? t : e
|
|
149
|
-
DIGIT: cr,
|
|
150
|
-
ALPHA: dt,
|
|
151
|
-
ALPHA_DIGIT: dt + dt.toUpperCase() + cr
|
|
152
|
-
}, Go = (t = 16, e = rn.ALPHA_DIGIT) => {
|
|
153
|
-
let n = "";
|
|
154
|
-
const { length: r } = e;
|
|
155
|
-
for (; t--; )
|
|
156
|
-
n += e[Math.random() * r | 0];
|
|
157
|
-
return n;
|
|
158
|
-
};
|
|
160
|
+
}, Wo = (t, e) => t != null && Number.isFinite(t = +t) ? t : e;
|
|
159
161
|
function Ko(t) {
|
|
160
|
-
return !!(t &&
|
|
162
|
+
return !!(t && j(t.append) && t[Xr] === "FormData" && t[nt]);
|
|
161
163
|
}
|
|
162
|
-
const
|
|
164
|
+
const Go = (t) => {
|
|
163
165
|
const e = new Array(10), n = (r, o) => {
|
|
164
|
-
if (
|
|
166
|
+
if (Ne(r)) {
|
|
165
167
|
if (e.indexOf(r) >= 0)
|
|
166
168
|
return;
|
|
169
|
+
if (_e(r))
|
|
170
|
+
return r;
|
|
167
171
|
if (!("toJSON" in r)) {
|
|
168
172
|
e[o] = r;
|
|
169
173
|
const a = be(r) ? [] : {};
|
|
170
|
-
return
|
|
174
|
+
return Fe(r, (i, s) => {
|
|
171
175
|
const u = n(i, o + 1);
|
|
172
176
|
!Ce(u) && (a[s] = u);
|
|
173
177
|
}), e[o] = void 0, a;
|
|
@@ -176,24 +180,25 @@ const Jo = (t) => {
|
|
|
176
180
|
return r;
|
|
177
181
|
};
|
|
178
182
|
return n(t, 0);
|
|
179
|
-
},
|
|
183
|
+
}, Jo = Q("AsyncFunction"), Vo = (t) => t && (Ne(t) || j(t)) && j(t.then) && j(t.catch), nn = ((t, e) => t ? setImmediate : e ? ((n, r) => (le.addEventListener("message", ({ source: o, data: a }) => {
|
|
180
184
|
o === le && a === n && r.length && r.shift()();
|
|
181
185
|
}, !1), (o) => {
|
|
182
186
|
r.push(o), le.postMessage(n, "*");
|
|
183
187
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
184
188
|
typeof setImmediate == "function",
|
|
185
|
-
|
|
186
|
-
),
|
|
189
|
+
j(le.postMessage)
|
|
190
|
+
), Qo = typeof queueMicrotask < "u" ? queueMicrotask.bind(le) : typeof process < "u" && process.nextTick || nn, Xo = (t) => t != null && j(t[nt]), f = {
|
|
187
191
|
isArray: be,
|
|
188
|
-
isArrayBuffer:
|
|
189
|
-
isBuffer:
|
|
192
|
+
isArrayBuffer: Yr,
|
|
193
|
+
isBuffer: _e,
|
|
190
194
|
isFormData: Ao,
|
|
191
|
-
isArrayBufferView:
|
|
192
|
-
isString:
|
|
193
|
-
isNumber:
|
|
194
|
-
isBoolean:
|
|
195
|
-
isObject:
|
|
196
|
-
isPlainObject:
|
|
195
|
+
isArrayBufferView: yo,
|
|
196
|
+
isString: ho,
|
|
197
|
+
isNumber: Zr,
|
|
198
|
+
isBoolean: mo,
|
|
199
|
+
isObject: Ne,
|
|
200
|
+
isPlainObject: He,
|
|
201
|
+
isEmptyObject: go,
|
|
197
202
|
isReadableStream: Ro,
|
|
198
203
|
isRequest: Po,
|
|
199
204
|
isResponse: xo,
|
|
@@ -203,45 +208,44 @@ const Jo = (t) => {
|
|
|
203
208
|
isFile: wo,
|
|
204
209
|
isBlob: bo,
|
|
205
210
|
isRegExp: jo,
|
|
206
|
-
isFunction:
|
|
211
|
+
isFunction: j,
|
|
207
212
|
isStream: Eo,
|
|
208
213
|
isURLSearchParams: Oo,
|
|
209
214
|
isTypedArray: Lo,
|
|
210
215
|
isFileList: So,
|
|
211
|
-
forEach:
|
|
212
|
-
merge:
|
|
216
|
+
forEach: Fe,
|
|
217
|
+
merge: Lt,
|
|
213
218
|
extend: $o,
|
|
214
219
|
trim: Co,
|
|
215
220
|
stripBOM: _o,
|
|
216
221
|
inherits: No,
|
|
217
|
-
toFlatObject:
|
|
218
|
-
kindOf:
|
|
222
|
+
toFlatObject: Fo,
|
|
223
|
+
kindOf: ot,
|
|
219
224
|
kindOfTest: Q,
|
|
220
|
-
endsWith:
|
|
225
|
+
endsWith: Do,
|
|
221
226
|
toArray: Io,
|
|
222
|
-
forEachEntry:
|
|
223
|
-
matchAll:
|
|
227
|
+
forEachEntry: Uo,
|
|
228
|
+
matchAll: Mo,
|
|
224
229
|
isHTMLForm: Bo,
|
|
225
|
-
hasOwnProperty:
|
|
226
|
-
hasOwnProp:
|
|
230
|
+
hasOwnProperty: cr,
|
|
231
|
+
hasOwnProp: cr,
|
|
227
232
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
228
|
-
reduceDescriptors:
|
|
233
|
+
reduceDescriptors: rn,
|
|
229
234
|
freezeMethods: qo,
|
|
230
235
|
toObjectSet: Ho,
|
|
231
236
|
toCamelCase: ko,
|
|
232
237
|
noop: zo,
|
|
233
238
|
toFiniteNumber: Wo,
|
|
234
|
-
findKey:
|
|
239
|
+
findKey: en,
|
|
235
240
|
global: le,
|
|
236
|
-
isContextDefined:
|
|
237
|
-
ALPHABET: rn,
|
|
238
|
-
generateString: Go,
|
|
241
|
+
isContextDefined: tn,
|
|
239
242
|
isSpecCompliantForm: Ko,
|
|
240
|
-
toJSONObject:
|
|
241
|
-
isAsyncFn:
|
|
242
|
-
isThenable:
|
|
243
|
+
toJSONObject: Go,
|
|
244
|
+
isAsyncFn: Jo,
|
|
245
|
+
isThenable: Vo,
|
|
243
246
|
setImmediate: nn,
|
|
244
|
-
asap:
|
|
247
|
+
asap: Qo,
|
|
248
|
+
isIterable: Xo
|
|
245
249
|
};
|
|
246
250
|
function b(t, e, n, r, o) {
|
|
247
251
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", e && (this.code = e), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
|
|
@@ -294,7 +298,7 @@ b.from = (t, e, n, r, o, a) => {
|
|
|
294
298
|
}, (s) => s !== "isAxiosError"), b.call(i, t.message, e, n, r, o), i.cause = t, i.name = t.name, a && Object.assign(i, a), i;
|
|
295
299
|
};
|
|
296
300
|
const Yo = null;
|
|
297
|
-
function
|
|
301
|
+
function Ut(t) {
|
|
298
302
|
return f.isPlainObject(t) || f.isArray(t);
|
|
299
303
|
}
|
|
300
304
|
function sn(t) {
|
|
@@ -306,12 +310,12 @@ function ur(t, e, n) {
|
|
|
306
310
|
}).join(n ? "." : "") : e;
|
|
307
311
|
}
|
|
308
312
|
function Zo(t) {
|
|
309
|
-
return f.isArray(t) && !t.some(
|
|
313
|
+
return f.isArray(t) && !t.some(Ut);
|
|
310
314
|
}
|
|
311
315
|
const ea = f.toFlatObject(f, {}, null, function(e) {
|
|
312
316
|
return /^is[A-Z]/.test(e);
|
|
313
317
|
});
|
|
314
|
-
function
|
|
318
|
+
function it(t, e, n) {
|
|
315
319
|
if (!f.isObject(t))
|
|
316
320
|
throw new TypeError("target must be an object");
|
|
317
321
|
e = e || new FormData(), n = f.toFlatObject(n, {
|
|
@@ -328,6 +332,8 @@ function ot(t, e, n) {
|
|
|
328
332
|
if (y === null) return "";
|
|
329
333
|
if (f.isDate(y))
|
|
330
334
|
return y.toISOString();
|
|
335
|
+
if (f.isBoolean(y))
|
|
336
|
+
return y.toString();
|
|
331
337
|
if (!u && f.isBlob(y))
|
|
332
338
|
throw new b("Blob is not supported. Use a Buffer instead.");
|
|
333
339
|
return f.isArrayBuffer(y) || f.isTypedArray(y) ? u && typeof Blob == "function" ? new Blob([y]) : Buffer.from(y) : y;
|
|
@@ -338,20 +344,20 @@ function ot(t, e, n) {
|
|
|
338
344
|
if (f.endsWith(m, "{}"))
|
|
339
345
|
m = r ? m : m.slice(0, -2), y = JSON.stringify(y);
|
|
340
346
|
else if (f.isArray(y) && Zo(y) || (f.isFileList(y) || f.endsWith(m, "[]")) && (O = f.toArray(y)))
|
|
341
|
-
return m = sn(m), O.forEach(function(v,
|
|
347
|
+
return m = sn(m), O.forEach(function(v, F) {
|
|
342
348
|
!(f.isUndefined(v) || v === null) && e.append(
|
|
343
349
|
// eslint-disable-next-line no-nested-ternary
|
|
344
|
-
i === !0 ? ur([m],
|
|
350
|
+
i === !0 ? ur([m], F, a) : i === null ? m : m + "[]",
|
|
345
351
|
l(v)
|
|
346
352
|
);
|
|
347
353
|
}), !1;
|
|
348
354
|
}
|
|
349
|
-
return
|
|
355
|
+
return Ut(y) ? !0 : (e.append(ur(h, m, a), l(y)), !1);
|
|
350
356
|
}
|
|
351
357
|
const p = [], d = Object.assign(ea, {
|
|
352
358
|
defaultVisitor: c,
|
|
353
359
|
convertValue: l,
|
|
354
|
-
isVisitable:
|
|
360
|
+
isVisitable: Ut
|
|
355
361
|
});
|
|
356
362
|
function g(y, m) {
|
|
357
363
|
if (!f.isUndefined(y)) {
|
|
@@ -386,10 +392,10 @@ function fr(t) {
|
|
|
386
392
|
return e[r];
|
|
387
393
|
});
|
|
388
394
|
}
|
|
389
|
-
function
|
|
390
|
-
this._pairs = [], t &&
|
|
395
|
+
function Qt(t, e) {
|
|
396
|
+
this._pairs = [], t && it(t, this, e);
|
|
391
397
|
}
|
|
392
|
-
const ln =
|
|
398
|
+
const ln = Qt.prototype;
|
|
393
399
|
ln.append = function(e, n) {
|
|
394
400
|
this._pairs.push([e, n]);
|
|
395
401
|
};
|
|
@@ -413,7 +419,7 @@ function cn(t, e, n) {
|
|
|
413
419
|
});
|
|
414
420
|
const o = n && n.serialize;
|
|
415
421
|
let a;
|
|
416
|
-
if (o ? a = o(e, n) : a = f.isURLSearchParams(e) ? e.toString() : new
|
|
422
|
+
if (o ? a = o(e, n) : a = f.isURLSearchParams(e) ? e.toString() : new Qt(e, n).toString(r), a) {
|
|
417
423
|
const i = t.indexOf("#");
|
|
418
424
|
i !== -1 && (t = t.slice(0, i)), t += (t.indexOf("?") === -1 ? "?" : "&") + a;
|
|
419
425
|
}
|
|
@@ -477,7 +483,7 @@ const un = {
|
|
|
477
483
|
silentJSONParsing: !0,
|
|
478
484
|
forcedJSONParsing: !0,
|
|
479
485
|
clarifyTimeoutError: !1
|
|
480
|
-
}, ra = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
486
|
+
}, ra = typeof URLSearchParams < "u" ? URLSearchParams : Qt, na = typeof FormData < "u" ? FormData : null, oa = typeof Blob < "u" ? Blob : null, aa = {
|
|
481
487
|
isBrowser: !0,
|
|
482
488
|
classes: {
|
|
483
489
|
URLSearchParams: ra,
|
|
@@ -485,24 +491,25 @@ const un = {
|
|
|
485
491
|
Blob: oa
|
|
486
492
|
},
|
|
487
493
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
488
|
-
},
|
|
489
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", la =
|
|
494
|
+
}, Xt = typeof window < "u" && typeof document < "u", Mt = typeof navigator == "object" && navigator || void 0, ia = Xt && (!Mt || ["ReactNative", "NativeScript", "NS"].indexOf(Mt.product) < 0), sa = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
495
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", la = Xt && window.location.href || "http://localhost", ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
490
496
|
__proto__: null,
|
|
491
|
-
hasBrowserEnv:
|
|
497
|
+
hasBrowserEnv: Xt,
|
|
492
498
|
hasStandardBrowserEnv: ia,
|
|
493
499
|
hasStandardBrowserWebWorkerEnv: sa,
|
|
494
500
|
navigator: Mt,
|
|
495
501
|
origin: la
|
|
496
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
502
|
+
}, Symbol.toStringTag, { value: "Module" })), M = {
|
|
497
503
|
...ca,
|
|
498
504
|
...aa
|
|
499
505
|
};
|
|
500
506
|
function ua(t, e) {
|
|
501
|
-
return
|
|
507
|
+
return it(t, new M.classes.URLSearchParams(), {
|
|
502
508
|
visitor: function(n, r, o, a) {
|
|
503
|
-
return
|
|
504
|
-
}
|
|
505
|
-
|
|
509
|
+
return M.isNode && f.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
|
|
510
|
+
},
|
|
511
|
+
...e
|
|
512
|
+
});
|
|
506
513
|
}
|
|
507
514
|
function fa(t) {
|
|
508
515
|
return f.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
@@ -541,7 +548,7 @@ function da(t, e, n) {
|
|
|
541
548
|
}
|
|
542
549
|
return (n || JSON.stringify)(t);
|
|
543
550
|
}
|
|
544
|
-
const
|
|
551
|
+
const De = {
|
|
545
552
|
transitional: un,
|
|
546
553
|
adapter: ["xhr", "http", "fetch"],
|
|
547
554
|
transformRequest: [function(e, n) {
|
|
@@ -560,7 +567,7 @@ const Ne = {
|
|
|
560
567
|
return ua(e, this.formSerializer).toString();
|
|
561
568
|
if ((s = f.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
|
|
562
569
|
const u = this.env && this.env.FormData;
|
|
563
|
-
return
|
|
570
|
+
return it(
|
|
564
571
|
s ? { "files[]": e } : e,
|
|
565
572
|
u && new u(),
|
|
566
573
|
this.formSerializer
|
|
@@ -570,7 +577,7 @@ const Ne = {
|
|
|
570
577
|
return a || o ? (n.setContentType("application/json", !1), da(e)) : e;
|
|
571
578
|
}],
|
|
572
579
|
transformResponse: [function(e) {
|
|
573
|
-
const n = this.transitional ||
|
|
580
|
+
const n = this.transitional || De.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
574
581
|
if (f.isResponse(e) || f.isReadableStream(e))
|
|
575
582
|
return e;
|
|
576
583
|
if (e && f.isString(e) && (r && !this.responseType || o)) {
|
|
@@ -594,8 +601,8 @@ const Ne = {
|
|
|
594
601
|
maxContentLength: -1,
|
|
595
602
|
maxBodyLength: -1,
|
|
596
603
|
env: {
|
|
597
|
-
FormData:
|
|
598
|
-
Blob:
|
|
604
|
+
FormData: M.classes.FormData,
|
|
605
|
+
Blob: M.classes.Blob
|
|
599
606
|
},
|
|
600
607
|
validateStatus: function(e) {
|
|
601
608
|
return e >= 200 && e < 300;
|
|
@@ -608,7 +615,7 @@ const Ne = {
|
|
|
608
615
|
}
|
|
609
616
|
};
|
|
610
617
|
f.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
|
|
611
|
-
|
|
618
|
+
De.headers[t] = {};
|
|
612
619
|
});
|
|
613
620
|
const ya = f.toObjectSet([
|
|
614
621
|
"age",
|
|
@@ -639,8 +646,8 @@ const ya = f.toObjectSet([
|
|
|
639
646
|
function Ae(t) {
|
|
640
647
|
return t && String(t).trim().toLowerCase();
|
|
641
648
|
}
|
|
642
|
-
function
|
|
643
|
-
return t === !1 || t == null ? t : f.isArray(t) ? t.map(
|
|
649
|
+
function ze(t) {
|
|
650
|
+
return t === !1 || t == null ? t : f.isArray(t) ? t.map(ze) : String(t);
|
|
644
651
|
}
|
|
645
652
|
function ma(t) {
|
|
646
653
|
const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -650,7 +657,7 @@ function ma(t) {
|
|
|
650
657
|
return e;
|
|
651
658
|
}
|
|
652
659
|
const ga = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
|
|
653
|
-
function
|
|
660
|
+
function ht(t, e, n, r, o) {
|
|
654
661
|
if (f.isFunction(r))
|
|
655
662
|
return r.call(this, e, n);
|
|
656
663
|
if (o && (e = n), !!f.isString(e)) {
|
|
@@ -674,7 +681,7 @@ function wa(t, e) {
|
|
|
674
681
|
});
|
|
675
682
|
});
|
|
676
683
|
}
|
|
677
|
-
let
|
|
684
|
+
let q = class {
|
|
678
685
|
constructor(e) {
|
|
679
686
|
e && this.set(e);
|
|
680
687
|
}
|
|
@@ -685,17 +692,22 @@ let j = class {
|
|
|
685
692
|
if (!c)
|
|
686
693
|
throw new Error("header name must be a non-empty string");
|
|
687
694
|
const p = f.findKey(o, c);
|
|
688
|
-
(!p || o[p] === void 0 || l === !0 || l === void 0 && o[p] !== !1) && (o[p || u] =
|
|
695
|
+
(!p || o[p] === void 0 || l === !0 || l === void 0 && o[p] !== !1) && (o[p || u] = ze(s));
|
|
689
696
|
}
|
|
690
697
|
const i = (s, u) => f.forEach(s, (l, c) => a(l, c, u));
|
|
691
698
|
if (f.isPlainObject(e) || e instanceof this.constructor)
|
|
692
699
|
i(e, n);
|
|
693
700
|
else if (f.isString(e) && (e = e.trim()) && !ga(e))
|
|
694
701
|
i(ha(e), n);
|
|
695
|
-
else if (f.
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
702
|
+
else if (f.isObject(e) && f.isIterable(e)) {
|
|
703
|
+
let s = {}, u, l;
|
|
704
|
+
for (const c of e) {
|
|
705
|
+
if (!f.isArray(c))
|
|
706
|
+
throw TypeError("Object iterator must return a key-value pair");
|
|
707
|
+
s[l = c[0]] = (u = s[l]) ? f.isArray(u) ? [...u, c[1]] : [u, c[1]] : c[1];
|
|
708
|
+
}
|
|
709
|
+
i(s, n);
|
|
710
|
+
} else
|
|
699
711
|
e != null && a(n, e, r);
|
|
700
712
|
return this;
|
|
701
713
|
}
|
|
@@ -719,7 +731,7 @@ let j = class {
|
|
|
719
731
|
has(e, n) {
|
|
720
732
|
if (e = Ae(e), e) {
|
|
721
733
|
const r = f.findKey(this, e);
|
|
722
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
734
|
+
return !!(r && this[r] !== void 0 && (!n || ht(this, this[r], r, n)));
|
|
723
735
|
}
|
|
724
736
|
return !1;
|
|
725
737
|
}
|
|
@@ -729,7 +741,7 @@ let j = class {
|
|
|
729
741
|
function a(i) {
|
|
730
742
|
if (i = Ae(i), i) {
|
|
731
743
|
const s = f.findKey(r, i);
|
|
732
|
-
s && (!n ||
|
|
744
|
+
s && (!n || ht(r, r[s], s, n)) && (delete r[s], o = !0);
|
|
733
745
|
}
|
|
734
746
|
}
|
|
735
747
|
return f.isArray(e) ? e.forEach(a) : a(e), o;
|
|
@@ -739,7 +751,7 @@ let j = class {
|
|
|
739
751
|
let r = n.length, o = !1;
|
|
740
752
|
for (; r--; ) {
|
|
741
753
|
const a = n[r];
|
|
742
|
-
(!e ||
|
|
754
|
+
(!e || ht(this, this[a], a, e, !0)) && (delete this[a], o = !0);
|
|
743
755
|
}
|
|
744
756
|
return o;
|
|
745
757
|
}
|
|
@@ -748,11 +760,11 @@ let j = class {
|
|
|
748
760
|
return f.forEach(this, (o, a) => {
|
|
749
761
|
const i = f.findKey(r, a);
|
|
750
762
|
if (i) {
|
|
751
|
-
n[i] =
|
|
763
|
+
n[i] = ze(o), delete n[a];
|
|
752
764
|
return;
|
|
753
765
|
}
|
|
754
766
|
const s = e ? va(a) : String(a).trim();
|
|
755
|
-
s !== a && delete n[a], n[s] =
|
|
767
|
+
s !== a && delete n[a], n[s] = ze(o), r[s] = !0;
|
|
756
768
|
}), this;
|
|
757
769
|
}
|
|
758
770
|
concat(...e) {
|
|
@@ -771,6 +783,9 @@ let j = class {
|
|
|
771
783
|
return Object.entries(this.toJSON()).map(([e, n]) => e + ": " + n).join(`
|
|
772
784
|
`);
|
|
773
785
|
}
|
|
786
|
+
getSetCookie() {
|
|
787
|
+
return this.get("set-cookie") || [];
|
|
788
|
+
}
|
|
774
789
|
get [Symbol.toStringTag]() {
|
|
775
790
|
return "AxiosHeaders";
|
|
776
791
|
}
|
|
@@ -792,8 +807,8 @@ let j = class {
|
|
|
792
807
|
return f.isArray(e) ? e.forEach(a) : a(e), this;
|
|
793
808
|
}
|
|
794
809
|
};
|
|
795
|
-
|
|
796
|
-
f.reduceDescriptors(
|
|
810
|
+
q.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
811
|
+
f.reduceDescriptors(q.prototype, ({ value: t }, e) => {
|
|
797
812
|
let n = e[0].toUpperCase() + e.slice(1);
|
|
798
813
|
return {
|
|
799
814
|
get: () => t,
|
|
@@ -802,9 +817,9 @@ f.reduceDescriptors(j.prototype, ({ value: t }, e) => {
|
|
|
802
817
|
}
|
|
803
818
|
};
|
|
804
819
|
});
|
|
805
|
-
f.freezeMethods(
|
|
806
|
-
function
|
|
807
|
-
const n = this ||
|
|
820
|
+
f.freezeMethods(q);
|
|
821
|
+
function mt(t, e) {
|
|
822
|
+
const n = this || De, r = e || n, o = q.from(r.headers);
|
|
808
823
|
let a = r.data;
|
|
809
824
|
return f.forEach(t, function(s) {
|
|
810
825
|
a = s.call(n, a, o.normalize(), e ? e.status : void 0);
|
|
@@ -852,7 +867,7 @@ function Sa(t, e) {
|
|
|
852
867
|
function Ea(t, e) {
|
|
853
868
|
let n = 0, r = 1e3 / e, o, a;
|
|
854
869
|
const i = (l, c = Date.now()) => {
|
|
855
|
-
n = c, o = null, a && (clearTimeout(a), a = null), t
|
|
870
|
+
n = c, o = null, a && (clearTimeout(a), a = null), t(...l);
|
|
856
871
|
};
|
|
857
872
|
return [(...l) => {
|
|
858
873
|
const c = Date.now(), p = c - n;
|
|
@@ -861,7 +876,7 @@ function Ea(t, e) {
|
|
|
861
876
|
}, r - p)));
|
|
862
877
|
}, () => o && i(o)];
|
|
863
878
|
}
|
|
864
|
-
const
|
|
879
|
+
const Qe = (t, e, n = 3) => {
|
|
865
880
|
let r = 0;
|
|
866
881
|
const o = Sa(50, 250);
|
|
867
882
|
return Ea((a) => {
|
|
@@ -887,10 +902,10 @@ const Je = (t, e, n = 3) => {
|
|
|
887
902
|
total: t,
|
|
888
903
|
loaded: r
|
|
889
904
|
}), e[1]];
|
|
890
|
-
}, hr = (t) => (...e) => f.asap(() => t(...e)), Aa =
|
|
891
|
-
new URL(
|
|
892
|
-
|
|
893
|
-
) : () => !0, Oa =
|
|
905
|
+
}, hr = (t) => (...e) => f.asap(() => t(...e)), Aa = M.hasStandardBrowserEnv ? /* @__PURE__ */ ((t, e) => (n) => (n = new URL(n, M.origin), t.protocol === n.protocol && t.host === n.host && (e || t.port === n.port)))(
|
|
906
|
+
new URL(M.origin),
|
|
907
|
+
M.navigator && /(msie|trident)/i.test(M.navigator.userAgent)
|
|
908
|
+
) : () => !0, Oa = M.hasStandardBrowserEnv ? (
|
|
894
909
|
// Standard browser envs support document.cookie
|
|
895
910
|
{
|
|
896
911
|
write(t, e, n, r, o, a) {
|
|
@@ -923,10 +938,11 @@ function Ra(t) {
|
|
|
923
938
|
function Pa(t, e) {
|
|
924
939
|
return e ? t.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : t;
|
|
925
940
|
}
|
|
926
|
-
function yn(t, e) {
|
|
927
|
-
|
|
941
|
+
function yn(t, e, n) {
|
|
942
|
+
let r = !Ra(e);
|
|
943
|
+
return t && (r || n == !1) ? Pa(t, e) : e;
|
|
928
944
|
}
|
|
929
|
-
const mr = (t) => t instanceof
|
|
945
|
+
const mr = (t) => t instanceof q ? { ...t } : t;
|
|
930
946
|
function fe(t, e) {
|
|
931
947
|
e = e || {};
|
|
932
948
|
const n = {};
|
|
@@ -986,7 +1002,7 @@ function fe(t, e) {
|
|
|
986
1002
|
validateStatus: s,
|
|
987
1003
|
headers: (l, c, p) => o(mr(l), mr(c), p, !0)
|
|
988
1004
|
};
|
|
989
|
-
return f.forEach(Object.keys(
|
|
1005
|
+
return f.forEach(Object.keys({ ...t, ...e }), function(c) {
|
|
990
1006
|
const p = u[c] || o, d = p(t[c], e[c], c);
|
|
991
1007
|
f.isUndefined(d) && p !== s || (n[c] = d);
|
|
992
1008
|
}), n;
|
|
@@ -994,20 +1010,20 @@ function fe(t, e) {
|
|
|
994
1010
|
const hn = (t) => {
|
|
995
1011
|
const e = fe({}, t);
|
|
996
1012
|
let { data: n, withXSRFToken: r, xsrfHeaderName: o, xsrfCookieName: a, headers: i, auth: s } = e;
|
|
997
|
-
e.headers = i =
|
|
1013
|
+
e.headers = i = q.from(i), e.url = cn(yn(e.baseURL, e.url, e.allowAbsoluteUrls), t.params, t.paramsSerializer), s && i.set(
|
|
998
1014
|
"Authorization",
|
|
999
1015
|
"Basic " + btoa((s.username || "") + ":" + (s.password ? unescape(encodeURIComponent(s.password)) : ""))
|
|
1000
1016
|
);
|
|
1001
1017
|
let u;
|
|
1002
1018
|
if (f.isFormData(n)) {
|
|
1003
|
-
if (
|
|
1019
|
+
if (M.hasStandardBrowserEnv || M.hasStandardBrowserWebWorkerEnv)
|
|
1004
1020
|
i.setContentType(void 0);
|
|
1005
1021
|
else if ((u = i.getContentType()) !== !1) {
|
|
1006
1022
|
const [l, ...c] = u ? u.split(";").map((p) => p.trim()).filter(Boolean) : [];
|
|
1007
1023
|
i.setContentType([l || "multipart/form-data", ...c].join("; "));
|
|
1008
1024
|
}
|
|
1009
1025
|
}
|
|
1010
|
-
if (
|
|
1026
|
+
if (M.hasStandardBrowserEnv && (r && f.isFunction(r) && (r = r(e)), r || r !== !1 && Aa(e.url))) {
|
|
1011
1027
|
const l = o && a && Oa.read(a);
|
|
1012
1028
|
l && i.set(o, l);
|
|
1013
1029
|
}
|
|
@@ -1016,7 +1032,7 @@ const hn = (t) => {
|
|
|
1016
1032
|
return new Promise(function(n, r) {
|
|
1017
1033
|
const o = hn(t);
|
|
1018
1034
|
let a = o.data;
|
|
1019
|
-
const i =
|
|
1035
|
+
const i = q.from(o.headers).normalize();
|
|
1020
1036
|
let { responseType: s, onUploadProgress: u, onDownloadProgress: l } = o, c, p, d, g, y;
|
|
1021
1037
|
function m() {
|
|
1022
1038
|
g && g(), y && y(), o.cancelToken && o.cancelToken.unsubscribe(c), o.signal && o.signal.removeEventListener("abort", c);
|
|
@@ -1026,7 +1042,7 @@ const hn = (t) => {
|
|
|
1026
1042
|
function O() {
|
|
1027
1043
|
if (!h)
|
|
1028
1044
|
return;
|
|
1029
|
-
const v =
|
|
1045
|
+
const v = q.from(
|
|
1030
1046
|
"getAllResponseHeaders" in h && h.getAllResponseHeaders()
|
|
1031
1047
|
), x = {
|
|
1032
1048
|
data: !s || s === "text" || s === "json" ? h.responseText : h.response,
|
|
@@ -1036,10 +1052,10 @@ const hn = (t) => {
|
|
|
1036
1052
|
config: t,
|
|
1037
1053
|
request: h
|
|
1038
1054
|
};
|
|
1039
|
-
dn(function(
|
|
1040
|
-
n(
|
|
1041
|
-
}, function(
|
|
1042
|
-
r(
|
|
1055
|
+
dn(function(U) {
|
|
1056
|
+
n(U), m();
|
|
1057
|
+
}, function(U) {
|
|
1058
|
+
r(U), m();
|
|
1043
1059
|
}, x), h = null;
|
|
1044
1060
|
}
|
|
1045
1061
|
"onloadend" in h ? h.onloadend = O : h.onreadystatechange = function() {
|
|
@@ -1049,21 +1065,21 @@ const hn = (t) => {
|
|
|
1049
1065
|
}, h.onerror = function() {
|
|
1050
1066
|
r(new b("Network Error", b.ERR_NETWORK, t, h)), h = null;
|
|
1051
1067
|
}, h.ontimeout = function() {
|
|
1052
|
-
let
|
|
1068
|
+
let F = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
1053
1069
|
const x = o.transitional || un;
|
|
1054
|
-
o.timeoutErrorMessage && (
|
|
1055
|
-
|
|
1070
|
+
o.timeoutErrorMessage && (F = o.timeoutErrorMessage), r(new b(
|
|
1071
|
+
F,
|
|
1056
1072
|
x.clarifyTimeoutError ? b.ETIMEDOUT : b.ECONNABORTED,
|
|
1057
1073
|
t,
|
|
1058
1074
|
h
|
|
1059
1075
|
)), h = null;
|
|
1060
|
-
}, a === void 0 && i.setContentType(null), "setRequestHeader" in h && f.forEach(i.toJSON(), function(
|
|
1061
|
-
h.setRequestHeader(x,
|
|
1062
|
-
}), f.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), s && s !== "json" && (h.responseType = o.responseType), l && ([d, y] =
|
|
1076
|
+
}, a === void 0 && i.setContentType(null), "setRequestHeader" in h && f.forEach(i.toJSON(), function(F, x) {
|
|
1077
|
+
h.setRequestHeader(x, F);
|
|
1078
|
+
}), f.isUndefined(o.withCredentials) || (h.withCredentials = !!o.withCredentials), s && s !== "json" && (h.responseType = o.responseType), l && ([d, y] = Qe(l, !0), h.addEventListener("progress", d)), u && h.upload && ([p, g] = Qe(u), h.upload.addEventListener("progress", p), h.upload.addEventListener("loadend", g)), (o.cancelToken || o.signal) && (c = (v) => {
|
|
1063
1079
|
h && (r(!v || v.type ? new Se(null, t, h) : v), h.abort(), h = null);
|
|
1064
1080
|
}, o.cancelToken && o.cancelToken.subscribe(c), o.signal && (o.signal.aborted ? c() : o.signal.addEventListener("abort", c)));
|
|
1065
1081
|
const R = ba(o.url);
|
|
1066
|
-
if (R &&
|
|
1082
|
+
if (R && M.protocols.indexOf(R) === -1) {
|
|
1067
1083
|
r(new b("Unsupported protocol " + R + ":", b.ERR_BAD_REQUEST, t));
|
|
1068
1084
|
return;
|
|
1069
1085
|
}
|
|
@@ -1149,15 +1165,15 @@ const hn = (t) => {
|
|
|
1149
1165
|
}, {
|
|
1150
1166
|
highWaterMark: 2
|
|
1151
1167
|
});
|
|
1152
|
-
},
|
|
1168
|
+
}, st = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", mn = st && typeof ReadableStream == "function", Fa = st && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((t) => (e) => t.encode(e))(new TextEncoder()) : async (t) => new Uint8Array(await new Response(t).arrayBuffer())), gn = (t, ...e) => {
|
|
1153
1169
|
try {
|
|
1154
1170
|
return !!t(...e);
|
|
1155
1171
|
} catch {
|
|
1156
1172
|
return !1;
|
|
1157
1173
|
}
|
|
1158
|
-
},
|
|
1174
|
+
}, Da = mn && gn(() => {
|
|
1159
1175
|
let t = !1;
|
|
1160
|
-
const e = new Request(
|
|
1176
|
+
const e = new Request(M.origin, {
|
|
1161
1177
|
body: new ReadableStream(),
|
|
1162
1178
|
method: "POST",
|
|
1163
1179
|
get duplex() {
|
|
@@ -1165,12 +1181,12 @@ const hn = (t) => {
|
|
|
1165
1181
|
}
|
|
1166
1182
|
}).headers.has("Content-Type");
|
|
1167
1183
|
return t && !e;
|
|
1168
|
-
}), vr = 64 * 1024,
|
|
1169
|
-
stream:
|
|
1184
|
+
}), vr = 64 * 1024, Bt = mn && gn(() => f.isReadableStream(new Response("").body)), Xe = {
|
|
1185
|
+
stream: Bt && ((t) => t.body)
|
|
1170
1186
|
};
|
|
1171
|
-
|
|
1187
|
+
st && ((t) => {
|
|
1172
1188
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((e) => {
|
|
1173
|
-
!
|
|
1189
|
+
!Xe[e] && (Xe[e] = f.isFunction(t[e]) ? (n) => n[e]() : (n, r) => {
|
|
1174
1190
|
throw new b(`Response type '${e}' is not supported`, b.ERR_NOT_SUPPORT, r);
|
|
1175
1191
|
});
|
|
1176
1192
|
});
|
|
@@ -1181,18 +1197,18 @@ const Ia = async (t) => {
|
|
|
1181
1197
|
if (f.isBlob(t))
|
|
1182
1198
|
return t.size;
|
|
1183
1199
|
if (f.isSpecCompliantForm(t))
|
|
1184
|
-
return (await new Request(
|
|
1200
|
+
return (await new Request(M.origin, {
|
|
1185
1201
|
method: "POST",
|
|
1186
1202
|
body: t
|
|
1187
1203
|
}).arrayBuffer()).byteLength;
|
|
1188
1204
|
if (f.isArrayBufferView(t) || f.isArrayBuffer(t))
|
|
1189
1205
|
return t.byteLength;
|
|
1190
1206
|
if (f.isURLSearchParams(t) && (t = t + ""), f.isString(t))
|
|
1191
|
-
return (await
|
|
1207
|
+
return (await Fa(t)).byteLength;
|
|
1192
1208
|
}, La = async (t, e) => {
|
|
1193
1209
|
const n = f.toFiniteNumber(t.getContentLength());
|
|
1194
1210
|
return n ?? Ia(e);
|
|
1195
|
-
},
|
|
1211
|
+
}, Ua = st && (async (t) => {
|
|
1196
1212
|
let {
|
|
1197
1213
|
url: e,
|
|
1198
1214
|
method: n,
|
|
@@ -1214,18 +1230,18 @@ const Ia = async (t) => {
|
|
|
1214
1230
|
});
|
|
1215
1231
|
let h;
|
|
1216
1232
|
try {
|
|
1217
|
-
if (u &&
|
|
1233
|
+
if (u && Da && n !== "get" && n !== "head" && (h = await La(c, r)) !== 0) {
|
|
1218
1234
|
let x = new Request(e, {
|
|
1219
1235
|
method: "POST",
|
|
1220
1236
|
body: r,
|
|
1221
1237
|
duplex: "half"
|
|
1222
1238
|
}), L;
|
|
1223
1239
|
if (f.isFormData(r) && (L = x.headers.get("content-type")) && c.setContentType(L), x.body) {
|
|
1224
|
-
const [
|
|
1240
|
+
const [U, z] = yr(
|
|
1225
1241
|
h,
|
|
1226
|
-
|
|
1242
|
+
Qe(hr(u))
|
|
1227
1243
|
);
|
|
1228
|
-
r = gr(x.body, vr,
|
|
1244
|
+
r = gr(x.body, vr, U, z);
|
|
1229
1245
|
}
|
|
1230
1246
|
}
|
|
1231
1247
|
f.isString(p) || (p = p ? "include" : "omit");
|
|
@@ -1239,30 +1255,30 @@ const Ia = async (t) => {
|
|
|
1239
1255
|
duplex: "half",
|
|
1240
1256
|
credentials: O ? p : void 0
|
|
1241
1257
|
});
|
|
1242
|
-
let R = await fetch(y);
|
|
1243
|
-
const v =
|
|
1244
|
-
if (
|
|
1258
|
+
let R = await fetch(y, d);
|
|
1259
|
+
const v = Bt && (l === "stream" || l === "response");
|
|
1260
|
+
if (Bt && (s || v && m)) {
|
|
1245
1261
|
const x = {};
|
|
1246
|
-
["status", "statusText", "headers"].forEach((
|
|
1247
|
-
x[
|
|
1262
|
+
["status", "statusText", "headers"].forEach((G) => {
|
|
1263
|
+
x[G] = R[G];
|
|
1248
1264
|
});
|
|
1249
|
-
const L = f.toFiniteNumber(R.headers.get("content-length")), [
|
|
1265
|
+
const L = f.toFiniteNumber(R.headers.get("content-length")), [U, z] = s && yr(
|
|
1250
1266
|
L,
|
|
1251
|
-
|
|
1267
|
+
Qe(hr(s), !0)
|
|
1252
1268
|
) || [];
|
|
1253
1269
|
R = new Response(
|
|
1254
|
-
gr(R.body, vr,
|
|
1270
|
+
gr(R.body, vr, U, () => {
|
|
1255
1271
|
z && z(), m && m();
|
|
1256
1272
|
}),
|
|
1257
1273
|
x
|
|
1258
1274
|
);
|
|
1259
1275
|
}
|
|
1260
1276
|
l = l || "text";
|
|
1261
|
-
let
|
|
1277
|
+
let F = await Xe[f.findKey(Xe, l) || "text"](R, t);
|
|
1262
1278
|
return !v && m && m(), await new Promise((x, L) => {
|
|
1263
1279
|
dn(x, L, {
|
|
1264
|
-
data:
|
|
1265
|
-
headers:
|
|
1280
|
+
data: F,
|
|
1281
|
+
headers: q.from(R.headers),
|
|
1266
1282
|
status: R.status,
|
|
1267
1283
|
statusText: R.statusText,
|
|
1268
1284
|
config: t,
|
|
@@ -1270,19 +1286,19 @@ const Ia = async (t) => {
|
|
|
1270
1286
|
});
|
|
1271
1287
|
});
|
|
1272
1288
|
} catch (O) {
|
|
1273
|
-
throw m && m(), O && O.name === "TypeError" && /fetch/i.test(O.message) ? Object.assign(
|
|
1289
|
+
throw m && m(), O && O.name === "TypeError" && /Load failed|fetch/i.test(O.message) ? Object.assign(
|
|
1274
1290
|
new b("Network Error", b.ERR_NETWORK, t, y),
|
|
1275
1291
|
{
|
|
1276
1292
|
cause: O.cause || O
|
|
1277
1293
|
}
|
|
1278
1294
|
) : b.from(O, O && O.code, t, y);
|
|
1279
1295
|
}
|
|
1280
|
-
}),
|
|
1296
|
+
}), kt = {
|
|
1281
1297
|
http: Yo,
|
|
1282
1298
|
xhr: Ta,
|
|
1283
|
-
fetch:
|
|
1299
|
+
fetch: Ua
|
|
1284
1300
|
};
|
|
1285
|
-
f.forEach(
|
|
1301
|
+
f.forEach(kt, (t, e) => {
|
|
1286
1302
|
if (t) {
|
|
1287
1303
|
try {
|
|
1288
1304
|
Object.defineProperty(t, "name", { value: e });
|
|
@@ -1291,7 +1307,7 @@ f.forEach(Bt, (t, e) => {
|
|
|
1291
1307
|
Object.defineProperty(t, "adapterName", { value: e });
|
|
1292
1308
|
}
|
|
1293
1309
|
});
|
|
1294
|
-
const wr = (t) => `- ${t}`,
|
|
1310
|
+
const wr = (t) => `- ${t}`, Ma = (t) => f.isFunction(t) || t === null || t === !1, vn = {
|
|
1295
1311
|
getAdapter: (t) => {
|
|
1296
1312
|
t = f.isArray(t) ? t : [t];
|
|
1297
1313
|
const { length: e } = t;
|
|
@@ -1300,7 +1316,7 @@ const wr = (t) => `- ${t}`, Ua = (t) => f.isFunction(t) || t === null || t === !
|
|
|
1300
1316
|
for (let a = 0; a < e; a++) {
|
|
1301
1317
|
n = t[a];
|
|
1302
1318
|
let i;
|
|
1303
|
-
if (r = n, !
|
|
1319
|
+
if (r = n, !Ma(n) && (r = kt[(i = String(n)).toLowerCase()], r === void 0))
|
|
1304
1320
|
throw new b(`Unknown adapter '${i}'`);
|
|
1305
1321
|
if (r)
|
|
1306
1322
|
break;
|
|
@@ -1320,38 +1336,38 @@ const wr = (t) => `- ${t}`, Ua = (t) => f.isFunction(t) || t === null || t === !
|
|
|
1320
1336
|
}
|
|
1321
1337
|
return r;
|
|
1322
1338
|
},
|
|
1323
|
-
adapters:
|
|
1339
|
+
adapters: kt
|
|
1324
1340
|
};
|
|
1325
|
-
function
|
|
1341
|
+
function gt(t) {
|
|
1326
1342
|
if (t.cancelToken && t.cancelToken.throwIfRequested(), t.signal && t.signal.aborted)
|
|
1327
1343
|
throw new Se(null, t);
|
|
1328
1344
|
}
|
|
1329
1345
|
function br(t) {
|
|
1330
|
-
return
|
|
1346
|
+
return gt(t), t.headers = q.from(t.headers), t.data = mt.call(
|
|
1331
1347
|
t,
|
|
1332
1348
|
t.transformRequest
|
|
1333
|
-
), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), vn.getAdapter(t.adapter ||
|
|
1334
|
-
return
|
|
1349
|
+
), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), vn.getAdapter(t.adapter || De.adapter)(t).then(function(r) {
|
|
1350
|
+
return gt(t), r.data = mt.call(
|
|
1335
1351
|
t,
|
|
1336
1352
|
t.transformResponse,
|
|
1337
1353
|
r
|
|
1338
|
-
), r.headers =
|
|
1354
|
+
), r.headers = q.from(r.headers), r;
|
|
1339
1355
|
}, function(r) {
|
|
1340
|
-
return pn(r) || (
|
|
1356
|
+
return pn(r) || (gt(t), r && r.response && (r.response.data = mt.call(
|
|
1341
1357
|
t,
|
|
1342
1358
|
t.transformResponse,
|
|
1343
1359
|
r.response
|
|
1344
|
-
), r.response.headers =
|
|
1360
|
+
), r.response.headers = q.from(r.response.headers))), Promise.reject(r);
|
|
1345
1361
|
});
|
|
1346
1362
|
}
|
|
1347
|
-
const wn = "1.
|
|
1363
|
+
const wn = "1.11.0", lt = {};
|
|
1348
1364
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
|
|
1349
|
-
|
|
1365
|
+
lt[t] = function(r) {
|
|
1350
1366
|
return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
|
|
1351
1367
|
};
|
|
1352
1368
|
});
|
|
1353
1369
|
const Sr = {};
|
|
1354
|
-
|
|
1370
|
+
lt.transitional = function(e, n, r) {
|
|
1355
1371
|
function o(a, i) {
|
|
1356
1372
|
return "[Axios v" + wn + "] Transitional option '" + a + "'" + i + (r ? ". " + r : "");
|
|
1357
1373
|
}
|
|
@@ -1364,7 +1380,7 @@ it.transitional = function(e, n, r) {
|
|
|
1364
1380
|
return n && !Sr[i] && (Sr[i] = !0), e ? e(a, i, s) : !0;
|
|
1365
1381
|
};
|
|
1366
1382
|
};
|
|
1367
|
-
|
|
1383
|
+
lt.spelling = function(e) {
|
|
1368
1384
|
return (n, r) => !0;
|
|
1369
1385
|
};
|
|
1370
1386
|
function Ba(t, e, n) {
|
|
@@ -1384,13 +1400,13 @@ function Ba(t, e, n) {
|
|
|
1384
1400
|
throw new b("Unknown option " + a, b.ERR_BAD_OPTION);
|
|
1385
1401
|
}
|
|
1386
1402
|
}
|
|
1387
|
-
const
|
|
1403
|
+
const We = {
|
|
1388
1404
|
assertOptions: Ba,
|
|
1389
|
-
validators:
|
|
1390
|
-
}, Z =
|
|
1405
|
+
validators: lt
|
|
1406
|
+
}, Z = We.validators;
|
|
1391
1407
|
let ce = class {
|
|
1392
1408
|
constructor(e) {
|
|
1393
|
-
this.defaults = e, this.interceptors = {
|
|
1409
|
+
this.defaults = e || {}, this.interceptors = {
|
|
1394
1410
|
request: new pr(),
|
|
1395
1411
|
response: new pr()
|
|
1396
1412
|
};
|
|
@@ -1423,16 +1439,16 @@ let ce = class {
|
|
|
1423
1439
|
_request(e, n) {
|
|
1424
1440
|
typeof e == "string" ? (n = n || {}, n.url = e) : n = e || {}, n = fe(this.defaults, n);
|
|
1425
1441
|
const { transitional: r, paramsSerializer: o, headers: a } = n;
|
|
1426
|
-
r !== void 0 &&
|
|
1442
|
+
r !== void 0 && We.assertOptions(r, {
|
|
1427
1443
|
silentJSONParsing: Z.transitional(Z.boolean),
|
|
1428
1444
|
forcedJSONParsing: Z.transitional(Z.boolean),
|
|
1429
1445
|
clarifyTimeoutError: Z.transitional(Z.boolean)
|
|
1430
1446
|
}, !1), o != null && (f.isFunction(o) ? n.paramsSerializer = {
|
|
1431
1447
|
serialize: o
|
|
1432
|
-
} :
|
|
1448
|
+
} : We.assertOptions(o, {
|
|
1433
1449
|
encode: Z.function,
|
|
1434
1450
|
serialize: Z.function
|
|
1435
|
-
}, !0)),
|
|
1451
|
+
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), We.assertOptions(n, {
|
|
1436
1452
|
baseUrl: Z.spelling("baseURL"),
|
|
1437
1453
|
withXsrfToken: Z.spelling("withXSRFToken")
|
|
1438
1454
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
@@ -1445,7 +1461,7 @@ let ce = class {
|
|
|
1445
1461
|
(y) => {
|
|
1446
1462
|
delete a[y];
|
|
1447
1463
|
}
|
|
1448
|
-
), n.headers =
|
|
1464
|
+
), n.headers = q.concat(i, a);
|
|
1449
1465
|
const s = [];
|
|
1450
1466
|
let u = !0;
|
|
1451
1467
|
this.interceptors.request.forEach(function(m) {
|
|
@@ -1458,7 +1474,7 @@ let ce = class {
|
|
|
1458
1474
|
let c, p = 0, d;
|
|
1459
1475
|
if (!u) {
|
|
1460
1476
|
const y = [br.bind(this), void 0];
|
|
1461
|
-
for (y.unshift
|
|
1477
|
+
for (y.unshift(...s), y.push(...l), d = y.length, c = Promise.resolve(n); p < d; )
|
|
1462
1478
|
c = c.then(y[p++], y[p++]);
|
|
1463
1479
|
return c;
|
|
1464
1480
|
}
|
|
@@ -1484,7 +1500,7 @@ let ce = class {
|
|
|
1484
1500
|
}
|
|
1485
1501
|
getUri(e) {
|
|
1486
1502
|
e = fe(this.defaults, e);
|
|
1487
|
-
const n = yn(e.baseURL, e.url);
|
|
1503
|
+
const n = yn(e.baseURL, e.url, e.allowAbsoluteUrls);
|
|
1488
1504
|
return cn(n, e.params, e.paramsSerializer);
|
|
1489
1505
|
}
|
|
1490
1506
|
};
|
|
@@ -1593,7 +1609,7 @@ function ja(t) {
|
|
|
1593
1609
|
function qa(t) {
|
|
1594
1610
|
return f.isObject(t) && t.isAxiosError === !0;
|
|
1595
1611
|
}
|
|
1596
|
-
const
|
|
1612
|
+
const jt = {
|
|
1597
1613
|
Continue: 100,
|
|
1598
1614
|
SwitchingProtocols: 101,
|
|
1599
1615
|
Processing: 102,
|
|
@@ -1658,8 +1674,8 @@ const kt = {
|
|
|
1658
1674
|
NotExtended: 510,
|
|
1659
1675
|
NetworkAuthenticationRequired: 511
|
|
1660
1676
|
};
|
|
1661
|
-
Object.entries(
|
|
1662
|
-
|
|
1677
|
+
Object.entries(jt).forEach(([t, e]) => {
|
|
1678
|
+
jt[e] = t;
|
|
1663
1679
|
});
|
|
1664
1680
|
function Sn(t) {
|
|
1665
1681
|
const e = new ce(t), n = Qr(ce.prototype.request, e);
|
|
@@ -1667,13 +1683,13 @@ function Sn(t) {
|
|
|
1667
1683
|
return Sn(fe(t, o));
|
|
1668
1684
|
}, n;
|
|
1669
1685
|
}
|
|
1670
|
-
const N = Sn(
|
|
1686
|
+
const N = Sn(De);
|
|
1671
1687
|
N.Axios = ce;
|
|
1672
1688
|
N.CanceledError = Se;
|
|
1673
1689
|
N.CancelToken = ka;
|
|
1674
1690
|
N.isCancel = pn;
|
|
1675
1691
|
N.VERSION = wn;
|
|
1676
|
-
N.toFormData =
|
|
1692
|
+
N.toFormData = it;
|
|
1677
1693
|
N.AxiosError = b;
|
|
1678
1694
|
N.Cancel = N.CanceledError;
|
|
1679
1695
|
N.all = function(e) {
|
|
@@ -1682,10 +1698,10 @@ N.all = function(e) {
|
|
|
1682
1698
|
N.spread = ja;
|
|
1683
1699
|
N.isAxiosError = qa;
|
|
1684
1700
|
N.mergeConfig = fe;
|
|
1685
|
-
N.AxiosHeaders =
|
|
1701
|
+
N.AxiosHeaders = q;
|
|
1686
1702
|
N.formToJSON = (t) => fn(f.isHTMLForm(t) ? new FormData(t) : t);
|
|
1687
1703
|
N.getAdapter = vn.getAdapter;
|
|
1688
|
-
N.HttpStatusCode =
|
|
1704
|
+
N.HttpStatusCode = jt;
|
|
1689
1705
|
N.default = N;
|
|
1690
1706
|
const {
|
|
1691
1707
|
Axios: vc,
|
|
@@ -1703,7 +1719,7 @@ const {
|
|
|
1703
1719
|
HttpStatusCode: $c,
|
|
1704
1720
|
formToJSON: _c,
|
|
1705
1721
|
getAdapter: Nc,
|
|
1706
|
-
mergeConfig:
|
|
1722
|
+
mergeConfig: Fc
|
|
1707
1723
|
} = N;
|
|
1708
1724
|
var Er = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1709
1725
|
function Ha(t) {
|
|
@@ -1729,11 +1745,11 @@ function za(t) {
|
|
|
1729
1745
|
}), n;
|
|
1730
1746
|
}
|
|
1731
1747
|
var Ee = TypeError;
|
|
1732
|
-
const Wa = {},
|
|
1748
|
+
const Wa = {}, Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1733
1749
|
__proto__: null,
|
|
1734
1750
|
default: Wa
|
|
1735
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1736
|
-
var
|
|
1751
|
+
}, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ za(Ka);
|
|
1752
|
+
var Yt = typeof Map == "function" && Map.prototype, vt = Object.getOwnPropertyDescriptor && Yt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Ye = Yt && vt && typeof vt.get == "function" ? vt.get : null, Ar = Yt && Map.prototype.forEach, Zt = typeof Set == "function" && Set.prototype, wt = Object.getOwnPropertyDescriptor && Zt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Ze = Zt && wt && typeof wt.get == "function" ? wt.get : null, Or = Zt && Set.prototype.forEach, Ja = typeof WeakMap == "function" && WeakMap.prototype, Re = Ja ? WeakMap.prototype.has : null, Va = typeof WeakSet == "function" && WeakSet.prototype, Pe = Va ? WeakSet.prototype.has : null, Qa = typeof WeakRef == "function" && WeakRef.prototype, Rr = Qa ? WeakRef.prototype.deref : null, Xa = Boolean.prototype.valueOf, Ya = Object.prototype.toString, Za = Function.prototype.toString, ei = String.prototype.match, er = String.prototype.slice, ae = String.prototype.replace, ti = String.prototype.toUpperCase, Pr = String.prototype.toLowerCase, En = RegExp.prototype.test, xr = Array.prototype.concat, re = Array.prototype.join, ri = Array.prototype.slice, Tr = Math.floor, qt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, bt = Object.getOwnPropertySymbols, Ht = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ve = typeof Symbol == "function" && typeof Symbol.iterator == "object", xe = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ve || !0) ? Symbol.toStringTag : null, An = Object.prototype.propertyIsEnumerable, Cr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
|
|
1737
1753
|
return t.__proto__;
|
|
1738
1754
|
} : null);
|
|
1739
1755
|
function $r(t, e) {
|
|
@@ -1743,13 +1759,13 @@ function $r(t, e) {
|
|
|
1743
1759
|
if (typeof t == "number") {
|
|
1744
1760
|
var r = t < 0 ? -Tr(-t) : Tr(t);
|
|
1745
1761
|
if (r !== t) {
|
|
1746
|
-
var o = String(r), a =
|
|
1762
|
+
var o = String(r), a = er.call(e, o.length + 1);
|
|
1747
1763
|
return ae.call(o, n, "$&_") + "." + ae.call(ae.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
|
|
1748
1764
|
}
|
|
1749
1765
|
}
|
|
1750
1766
|
return ae.call(e, n, "$&_");
|
|
1751
1767
|
}
|
|
1752
|
-
var
|
|
1768
|
+
var zt = Ga, _r = zt.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
1753
1769
|
__proto__: null,
|
|
1754
1770
|
double: '"',
|
|
1755
1771
|
single: "'"
|
|
@@ -1757,7 +1773,7 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1757
1773
|
__proto__: null,
|
|
1758
1774
|
double: /(["\\])/g,
|
|
1759
1775
|
single: /(['\\])/g
|
|
1760
|
-
},
|
|
1776
|
+
}, ct = function t(e, n, r, o) {
|
|
1761
1777
|
var a = n || {};
|
|
1762
1778
|
if (ne(a, "quoteStyle") && !ne(On, a.quoteStyle))
|
|
1763
1779
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
@@ -1791,7 +1807,7 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1791
1807
|
}
|
|
1792
1808
|
var c = typeof a.depth > "u" ? 5 : a.depth;
|
|
1793
1809
|
if (typeof r > "u" && (r = 0), r >= c && c > 0 && typeof e == "object")
|
|
1794
|
-
return
|
|
1810
|
+
return Wt(e) ? "[Array]" : "[Object]";
|
|
1795
1811
|
var p = Si(a, r);
|
|
1796
1812
|
if (typeof o > "u")
|
|
1797
1813
|
o = [];
|
|
@@ -1799,19 +1815,19 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1799
1815
|
return "[Circular]";
|
|
1800
1816
|
function d(P, _, w) {
|
|
1801
1817
|
if (_ && (o = ri.call(o), o.push(_)), w) {
|
|
1802
|
-
var
|
|
1818
|
+
var H = {
|
|
1803
1819
|
depth: a.depth
|
|
1804
1820
|
};
|
|
1805
|
-
return ne(a, "quoteStyle") && (
|
|
1821
|
+
return ne(a, "quoteStyle") && (H.quoteStyle = a.quoteStyle), t(P, H, r + 1, o);
|
|
1806
1822
|
}
|
|
1807
1823
|
return t(P, a, r + 1, o);
|
|
1808
1824
|
}
|
|
1809
|
-
if (typeof e == "function" && !
|
|
1810
|
-
var g = pi(e), y =
|
|
1825
|
+
if (typeof e == "function" && !Fr(e)) {
|
|
1826
|
+
var g = pi(e), y = ke(e, d);
|
|
1811
1827
|
return "[Function" + (g ? ": " + g : " (anonymous)") + "]" + (y.length > 0 ? " { " + re.call(y, ", ") + " }" : "");
|
|
1812
1828
|
}
|
|
1813
1829
|
if (Pn(e)) {
|
|
1814
|
-
var m = ve ? ae.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") :
|
|
1830
|
+
var m = ve ? ae.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Ht.call(e);
|
|
1815
1831
|
return typeof e == "object" && !ve ? Oe(m) : m;
|
|
1816
1832
|
}
|
|
1817
1833
|
if (vi(e)) {
|
|
@@ -1819,19 +1835,19 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1819
1835
|
h += " " + O[R].name + "=" + Rn(oi(O[R].value), "double", a);
|
|
1820
1836
|
return h += ">", e.childNodes && e.childNodes.length && (h += "..."), h += "</" + Pr.call(String(e.nodeName)) + ">", h;
|
|
1821
1837
|
}
|
|
1822
|
-
if (
|
|
1838
|
+
if (Wt(e)) {
|
|
1823
1839
|
if (e.length === 0)
|
|
1824
1840
|
return "[]";
|
|
1825
|
-
var v =
|
|
1826
|
-
return p && !bi(v) ? "[" +
|
|
1841
|
+
var v = ke(e, d);
|
|
1842
|
+
return p && !bi(v) ? "[" + Kt(v, p) + "]" : "[ " + re.call(v, ", ") + " ]";
|
|
1827
1843
|
}
|
|
1828
1844
|
if (ii(e)) {
|
|
1829
|
-
var
|
|
1830
|
-
return !("cause" in Error.prototype) && "cause" in e && !An.call(e, "cause") ? "{ [" + String(e) + "] " + re.call(xr.call("[cause]: " + d(e.cause),
|
|
1845
|
+
var F = ke(e, d);
|
|
1846
|
+
return !("cause" in Error.prototype) && "cause" in e && !An.call(e, "cause") ? "{ [" + String(e) + "] " + re.call(xr.call("[cause]: " + d(e.cause), F), ", ") + " }" : F.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + re.call(F, ", ") + " }";
|
|
1831
1847
|
}
|
|
1832
1848
|
if (typeof e == "object" && i) {
|
|
1833
|
-
if (Nr && typeof e[Nr] == "function" &&
|
|
1834
|
-
return
|
|
1849
|
+
if (Nr && typeof e[Nr] == "function" && zt)
|
|
1850
|
+
return zt(e, { depth: c - r });
|
|
1835
1851
|
if (i !== "symbol" && typeof e.inspect == "function")
|
|
1836
1852
|
return e.inspect();
|
|
1837
1853
|
}
|
|
@@ -1839,24 +1855,24 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1839
1855
|
var x = [];
|
|
1840
1856
|
return Ar && Ar.call(e, function(P, _) {
|
|
1841
1857
|
x.push(d(_, e, !0) + " => " + d(P, e));
|
|
1842
|
-
}),
|
|
1858
|
+
}), Dr("Map", Ye.call(e), x, p);
|
|
1843
1859
|
}
|
|
1844
1860
|
if (mi(e)) {
|
|
1845
1861
|
var L = [];
|
|
1846
1862
|
return Or && Or.call(e, function(P) {
|
|
1847
1863
|
L.push(d(P, e));
|
|
1848
|
-
}),
|
|
1864
|
+
}), Dr("Set", Ze.call(e), L, p);
|
|
1849
1865
|
}
|
|
1850
1866
|
if (yi(e))
|
|
1851
|
-
return
|
|
1867
|
+
return St("WeakMap");
|
|
1852
1868
|
if (gi(e))
|
|
1853
|
-
return
|
|
1869
|
+
return St("WeakSet");
|
|
1854
1870
|
if (hi(e))
|
|
1855
|
-
return
|
|
1871
|
+
return St("WeakRef");
|
|
1856
1872
|
if (li(e))
|
|
1857
1873
|
return Oe(d(Number(e)));
|
|
1858
1874
|
if (ui(e))
|
|
1859
|
-
return Oe(d(
|
|
1875
|
+
return Oe(d(qt.call(e)));
|
|
1860
1876
|
if (ci(e))
|
|
1861
1877
|
return Oe(Xa.call(e));
|
|
1862
1878
|
if (si(e))
|
|
@@ -1865,9 +1881,9 @@ var Ht = Ka, _r = Ht.custom, Nr = Pn(_r) ? _r : null, On = {
|
|
|
1865
1881
|
return "{ [object Window] }";
|
|
1866
1882
|
if (typeof globalThis < "u" && e === globalThis || typeof Er < "u" && e === Er)
|
|
1867
1883
|
return "{ [object globalThis] }";
|
|
1868
|
-
if (!ai(e) && !
|
|
1869
|
-
var
|
|
1870
|
-
return
|
|
1884
|
+
if (!ai(e) && !Fr(e)) {
|
|
1885
|
+
var U = ke(e, d), z = Cr ? Cr(e) === Object.prototype : e instanceof Object || e.constructor === Object, G = e instanceof Object ? "" : "null prototype", S = !z && xe && Object(e) === e && xe in e ? er.call(ie(e), 8, -1) : G ? "Object" : "", A = z || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", T = A + (S || G ? "[" + re.call(xr.call([], S || [], G || []), ": ") + "] " : "");
|
|
1886
|
+
return U.length === 0 ? T + "{}" : p ? T + "{" + Kt(U, p) + "}" : T + "{ " + re.call(U, ", ") + " }";
|
|
1871
1887
|
}
|
|
1872
1888
|
return String(e);
|
|
1873
1889
|
};
|
|
@@ -1881,13 +1897,13 @@ function oi(t) {
|
|
|
1881
1897
|
function de(t) {
|
|
1882
1898
|
return !xe || !(typeof t == "object" && (xe in t || typeof t[xe] < "u"));
|
|
1883
1899
|
}
|
|
1884
|
-
function
|
|
1900
|
+
function Wt(t) {
|
|
1885
1901
|
return ie(t) === "[object Array]" && de(t);
|
|
1886
1902
|
}
|
|
1887
1903
|
function ai(t) {
|
|
1888
1904
|
return ie(t) === "[object Date]" && de(t);
|
|
1889
1905
|
}
|
|
1890
|
-
function
|
|
1906
|
+
function Fr(t) {
|
|
1891
1907
|
return ie(t) === "[object RegExp]" && de(t);
|
|
1892
1908
|
}
|
|
1893
1909
|
function ii(t) {
|
|
@@ -1907,19 +1923,19 @@ function Pn(t) {
|
|
|
1907
1923
|
return t && typeof t == "object" && t instanceof Symbol;
|
|
1908
1924
|
if (typeof t == "symbol")
|
|
1909
1925
|
return !0;
|
|
1910
|
-
if (!t || typeof t != "object" || !
|
|
1926
|
+
if (!t || typeof t != "object" || !Ht)
|
|
1911
1927
|
return !1;
|
|
1912
1928
|
try {
|
|
1913
|
-
return
|
|
1929
|
+
return Ht.call(t), !0;
|
|
1914
1930
|
} catch {
|
|
1915
1931
|
}
|
|
1916
1932
|
return !1;
|
|
1917
1933
|
}
|
|
1918
1934
|
function ui(t) {
|
|
1919
|
-
if (!t || typeof t != "object" || !
|
|
1935
|
+
if (!t || typeof t != "object" || !qt)
|
|
1920
1936
|
return !1;
|
|
1921
1937
|
try {
|
|
1922
|
-
return
|
|
1938
|
+
return qt.call(t), !0;
|
|
1923
1939
|
} catch {
|
|
1924
1940
|
}
|
|
1925
1941
|
return !1;
|
|
@@ -1948,12 +1964,12 @@ function xn(t, e) {
|
|
|
1948
1964
|
return -1;
|
|
1949
1965
|
}
|
|
1950
1966
|
function di(t) {
|
|
1951
|
-
if (!
|
|
1967
|
+
if (!Ye || !t || typeof t != "object")
|
|
1952
1968
|
return !1;
|
|
1953
1969
|
try {
|
|
1954
|
-
|
|
1970
|
+
Ye.call(t);
|
|
1955
1971
|
try {
|
|
1956
|
-
|
|
1972
|
+
Ze.call(t);
|
|
1957
1973
|
} catch {
|
|
1958
1974
|
return !0;
|
|
1959
1975
|
}
|
|
@@ -1987,12 +2003,12 @@ function hi(t) {
|
|
|
1987
2003
|
return !1;
|
|
1988
2004
|
}
|
|
1989
2005
|
function mi(t) {
|
|
1990
|
-
if (!
|
|
2006
|
+
if (!Ze || !t || typeof t != "object")
|
|
1991
2007
|
return !1;
|
|
1992
2008
|
try {
|
|
1993
|
-
|
|
2009
|
+
Ze.call(t);
|
|
1994
2010
|
try {
|
|
1995
|
-
|
|
2011
|
+
Ye.call(t);
|
|
1996
2012
|
} catch {
|
|
1997
2013
|
return !0;
|
|
1998
2014
|
}
|
|
@@ -2022,7 +2038,7 @@ function vi(t) {
|
|
|
2022
2038
|
function Tn(t, e) {
|
|
2023
2039
|
if (t.length > e.maxStringLength) {
|
|
2024
2040
|
var n = t.length - e.maxStringLength, r = "... " + n + " more character" + (n > 1 ? "s" : "");
|
|
2025
|
-
return Tn(
|
|
2041
|
+
return Tn(er.call(t, 0, e.maxStringLength), e) + r;
|
|
2026
2042
|
}
|
|
2027
2043
|
var o = ni[e.quoteStyle || "single"];
|
|
2028
2044
|
o.lastIndex = 0;
|
|
@@ -2042,11 +2058,11 @@ function wi(t) {
|
|
|
2042
2058
|
function Oe(t) {
|
|
2043
2059
|
return "Object(" + t + ")";
|
|
2044
2060
|
}
|
|
2045
|
-
function
|
|
2061
|
+
function St(t) {
|
|
2046
2062
|
return t + " { ? }";
|
|
2047
2063
|
}
|
|
2048
|
-
function
|
|
2049
|
-
var o = r ?
|
|
2064
|
+
function Dr(t, e, n, r) {
|
|
2065
|
+
var o = r ? Kt(n, r) : re.call(n, ", ");
|
|
2050
2066
|
return t + " (" + e + ") {" + o + "}";
|
|
2051
2067
|
}
|
|
2052
2068
|
function bi(t) {
|
|
@@ -2069,7 +2085,7 @@ function Si(t, e) {
|
|
|
2069
2085
|
prev: re.call(Array(e + 1), n)
|
|
2070
2086
|
};
|
|
2071
2087
|
}
|
|
2072
|
-
function
|
|
2088
|
+
function Kt(t, e) {
|
|
2073
2089
|
if (t.length === 0)
|
|
2074
2090
|
return "";
|
|
2075
2091
|
var n = `
|
|
@@ -2077,14 +2093,14 @@ function Wt(t, e) {
|
|
|
2077
2093
|
return n + re.call(t, "," + n) + `
|
|
2078
2094
|
` + e.prev;
|
|
2079
2095
|
}
|
|
2080
|
-
function
|
|
2081
|
-
var n =
|
|
2096
|
+
function ke(t, e) {
|
|
2097
|
+
var n = Wt(t), r = [];
|
|
2082
2098
|
if (n) {
|
|
2083
2099
|
r.length = t.length;
|
|
2084
2100
|
for (var o = 0; o < t.length; o++)
|
|
2085
2101
|
r[o] = ne(t, o) ? e(t[o], t) : "";
|
|
2086
2102
|
}
|
|
2087
|
-
var a = typeof
|
|
2103
|
+
var a = typeof bt == "function" ? bt(t) : [], i;
|
|
2088
2104
|
if (ve) {
|
|
2089
2105
|
i = {};
|
|
2090
2106
|
for (var s = 0; s < a.length; s++)
|
|
@@ -2092,23 +2108,23 @@ function Ue(t, e) {
|
|
|
2092
2108
|
}
|
|
2093
2109
|
for (var u in t)
|
|
2094
2110
|
ne(t, u) && (n && String(Number(u)) === u && u < t.length || ve && i["$" + u] instanceof Symbol || (En.call(/[^\w$]/, u) ? r.push(e(u, t) + ": " + e(t[u], t)) : r.push(u + ": " + e(t[u], t))));
|
|
2095
|
-
if (typeof
|
|
2111
|
+
if (typeof bt == "function")
|
|
2096
2112
|
for (var l = 0; l < a.length; l++)
|
|
2097
2113
|
An.call(t, a[l]) && r.push("[" + e(a[l]) + "]: " + e(t[a[l]], t));
|
|
2098
2114
|
return r;
|
|
2099
2115
|
}
|
|
2100
|
-
var Ei =
|
|
2116
|
+
var Ei = ct, Ai = Ee, ut = function(t, e, n) {
|
|
2101
2117
|
for (var r = t, o; (o = r.next) != null; r = o)
|
|
2102
2118
|
if (o.key === e)
|
|
2103
2119
|
return r.next = o.next, n || (o.next = /** @type {NonNullable<typeof list.next>} */
|
|
2104
2120
|
t.next, t.next = o), o;
|
|
2105
2121
|
}, Oi = function(t, e) {
|
|
2106
2122
|
if (t) {
|
|
2107
|
-
var n =
|
|
2123
|
+
var n = ut(t, e);
|
|
2108
2124
|
return n && n.value;
|
|
2109
2125
|
}
|
|
2110
2126
|
}, Ri = function(t, e, n) {
|
|
2111
|
-
var r =
|
|
2127
|
+
var r = ut(t, e);
|
|
2112
2128
|
r ? r.value = n : t.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
|
|
2113
2129
|
{
|
|
2114
2130
|
// eslint-disable-line no-param-reassign, no-extra-parens
|
|
@@ -2117,10 +2133,10 @@ var Ei = st, Ai = Ee, lt = function(t, e, n) {
|
|
|
2117
2133
|
value: n
|
|
2118
2134
|
};
|
|
2119
2135
|
}, Pi = function(t, e) {
|
|
2120
|
-
return t ? !!
|
|
2136
|
+
return t ? !!ut(t, e) : !1;
|
|
2121
2137
|
}, xi = function(t, e) {
|
|
2122
2138
|
if (t)
|
|
2123
|
-
return
|
|
2139
|
+
return ut(t, e, !0);
|
|
2124
2140
|
}, Ti = function() {
|
|
2125
2141
|
var e, n = {
|
|
2126
2142
|
assert: function(r) {
|
|
@@ -2149,27 +2165,27 @@ var Ei = st, Ai = Ee, lt = function(t, e, n) {
|
|
|
2149
2165
|
}
|
|
2150
2166
|
};
|
|
2151
2167
|
return n;
|
|
2152
|
-
}, Cn = Object, Ci = Error, $i = EvalError, _i = RangeError, Ni = ReferenceError,
|
|
2168
|
+
}, Cn = Object, Ci = Error, $i = EvalError, _i = RangeError, Ni = ReferenceError, Fi = SyntaxError, Di = URIError, Ii = Math.abs, Li = Math.floor, Ui = Math.max, Mi = Math.min, Bi = Math.pow, ki = Math.round, ji = Number.isNaN || function(e) {
|
|
2153
2169
|
return e !== e;
|
|
2154
2170
|
}, qi = ji, Hi = function(e) {
|
|
2155
2171
|
return qi(e) || e === 0 ? e : e < 0 ? -1 : 1;
|
|
2156
|
-
}, zi = Object.getOwnPropertyDescriptor,
|
|
2157
|
-
if (
|
|
2172
|
+
}, zi = Object.getOwnPropertyDescriptor, Ke = zi;
|
|
2173
|
+
if (Ke)
|
|
2158
2174
|
try {
|
|
2159
|
-
|
|
2175
|
+
Ke([], "length");
|
|
2160
2176
|
} catch {
|
|
2161
|
-
|
|
2177
|
+
Ke = null;
|
|
2162
2178
|
}
|
|
2163
|
-
var $n =
|
|
2164
|
-
if (
|
|
2179
|
+
var $n = Ke, Ge = Object.defineProperty || !1;
|
|
2180
|
+
if (Ge)
|
|
2165
2181
|
try {
|
|
2166
|
-
|
|
2182
|
+
Ge({}, "a", { value: 1 });
|
|
2167
2183
|
} catch {
|
|
2168
|
-
|
|
2184
|
+
Ge = !1;
|
|
2169
2185
|
}
|
|
2170
|
-
var Wi =
|
|
2171
|
-
function
|
|
2172
|
-
return Ir || (Ir = 1,
|
|
2186
|
+
var Wi = Ge, Et, Ir;
|
|
2187
|
+
function Ki() {
|
|
2188
|
+
return Ir || (Ir = 1, Et = function() {
|
|
2173
2189
|
if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
|
|
2174
2190
|
return !1;
|
|
2175
2191
|
if (typeof Symbol.iterator == "symbol")
|
|
@@ -2195,27 +2211,27 @@ function Gi() {
|
|
|
2195
2211
|
return !1;
|
|
2196
2212
|
}
|
|
2197
2213
|
return !0;
|
|
2198
|
-
}),
|
|
2214
|
+
}), Et;
|
|
2199
2215
|
}
|
|
2200
|
-
var
|
|
2201
|
-
function
|
|
2202
|
-
if (Lr) return
|
|
2216
|
+
var At, Lr;
|
|
2217
|
+
function Gi() {
|
|
2218
|
+
if (Lr) return At;
|
|
2203
2219
|
Lr = 1;
|
|
2204
|
-
var t = typeof Symbol < "u" && Symbol, e =
|
|
2205
|
-
return
|
|
2220
|
+
var t = typeof Symbol < "u" && Symbol, e = Ki();
|
|
2221
|
+
return At = function() {
|
|
2206
2222
|
return typeof t != "function" || typeof Symbol != "function" || typeof t("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : e();
|
|
2207
|
-
},
|
|
2223
|
+
}, At;
|
|
2208
2224
|
}
|
|
2209
|
-
var
|
|
2225
|
+
var Ot, Ur;
|
|
2210
2226
|
function _n() {
|
|
2211
|
-
return
|
|
2227
|
+
return Ur || (Ur = 1, Ot = typeof Reflect < "u" && Reflect.getPrototypeOf || null), Ot;
|
|
2212
2228
|
}
|
|
2213
|
-
var
|
|
2229
|
+
var Rt, Mr;
|
|
2214
2230
|
function Nn() {
|
|
2215
|
-
if (
|
|
2216
|
-
|
|
2231
|
+
if (Mr) return Rt;
|
|
2232
|
+
Mr = 1;
|
|
2217
2233
|
var t = Cn;
|
|
2218
|
-
return
|
|
2234
|
+
return Rt = t.getPrototypeOf || null, Rt;
|
|
2219
2235
|
}
|
|
2220
2236
|
var Ji = "Function.prototype.bind called on incompatible ", Vi = Object.prototype.toString, Qi = Math.max, Xi = "[object Function]", Br = function(e, n) {
|
|
2221
2237
|
for (var r = [], o = 0; o < e.length; o += 1)
|
|
@@ -2255,19 +2271,19 @@ var Ji = "Function.prototype.bind called on incompatible ", Vi = Object.prototyp
|
|
|
2255
2271
|
l.prototype = n.prototype, o.prototype = new l(), l.prototype = null;
|
|
2256
2272
|
}
|
|
2257
2273
|
return o;
|
|
2258
|
-
}, ts = es,
|
|
2259
|
-
function
|
|
2260
|
-
return kr || (kr = 1,
|
|
2274
|
+
}, ts = es, ft = Function.prototype.bind || ts, tr = Function.prototype.call, Pt, kr;
|
|
2275
|
+
function Fn() {
|
|
2276
|
+
return kr || (kr = 1, Pt = Function.prototype.apply), Pt;
|
|
2261
2277
|
}
|
|
2262
|
-
var rs = typeof Reflect < "u" && Reflect && Reflect.apply, ns =
|
|
2278
|
+
var rs = typeof Reflect < "u" && Reflect && Reflect.apply, ns = ft, os = Fn(), as = tr, is = rs, ss = is || ns.call(as, os), ls = ft, cs = Ee, us = tr, fs = ss, Dn = function(e) {
|
|
2263
2279
|
if (e.length < 1 || typeof e[0] != "function")
|
|
2264
2280
|
throw new cs("a function is required");
|
|
2265
2281
|
return fs(ls, us, e);
|
|
2266
|
-
},
|
|
2282
|
+
}, xt, jr;
|
|
2267
2283
|
function ps() {
|
|
2268
|
-
if (jr) return
|
|
2284
|
+
if (jr) return xt;
|
|
2269
2285
|
jr = 1;
|
|
2270
|
-
var t =
|
|
2286
|
+
var t = Dn, e = $n, n;
|
|
2271
2287
|
try {
|
|
2272
2288
|
n = /** @type {{ __proto__?: typeof Array.prototype }} */
|
|
2273
2289
|
[].__proto__ === Array.prototype;
|
|
@@ -2280,19 +2296,19 @@ function ps() {
|
|
|
2280
2296
|
/** @type {keyof typeof Object.prototype} */
|
|
2281
2297
|
"__proto__"
|
|
2282
2298
|
), o = Object, a = o.getPrototypeOf;
|
|
2283
|
-
return
|
|
2299
|
+
return xt = r && typeof r.get == "function" ? t([r.get]) : typeof a == "function" ? (
|
|
2284
2300
|
/** @type {import('./get')} */
|
|
2285
2301
|
function(s) {
|
|
2286
2302
|
return a(s == null ? s : o(s));
|
|
2287
2303
|
}
|
|
2288
|
-
) : !1,
|
|
2304
|
+
) : !1, xt;
|
|
2289
2305
|
}
|
|
2290
|
-
var
|
|
2306
|
+
var Tt, qr;
|
|
2291
2307
|
function ds() {
|
|
2292
|
-
if (qr) return
|
|
2308
|
+
if (qr) return Tt;
|
|
2293
2309
|
qr = 1;
|
|
2294
2310
|
var t = _n(), e = Nn(), n = ps();
|
|
2295
|
-
return
|
|
2311
|
+
return Tt = t ? function(o) {
|
|
2296
2312
|
return t(o);
|
|
2297
2313
|
} : e ? function(o) {
|
|
2298
2314
|
if (!o || typeof o != "object" && typeof o != "function")
|
|
@@ -2300,49 +2316,49 @@ function ds() {
|
|
|
2300
2316
|
return e(o);
|
|
2301
2317
|
} : n ? function(o) {
|
|
2302
2318
|
return n(o);
|
|
2303
|
-
} : null,
|
|
2319
|
+
} : null, Tt;
|
|
2304
2320
|
}
|
|
2305
|
-
var
|
|
2321
|
+
var Ct, Hr;
|
|
2306
2322
|
function ys() {
|
|
2307
|
-
if (Hr) return
|
|
2323
|
+
if (Hr) return Ct;
|
|
2308
2324
|
Hr = 1;
|
|
2309
|
-
var t = Function.prototype.call, e = Object.prototype.hasOwnProperty, n =
|
|
2310
|
-
return
|
|
2325
|
+
var t = Function.prototype.call, e = Object.prototype.hasOwnProperty, n = ft;
|
|
2326
|
+
return Ct = n.call(t, e), Ct;
|
|
2311
2327
|
}
|
|
2312
|
-
var
|
|
2328
|
+
var E, hs = Cn, ms = Ci, gs = $i, vs = _i, ws = Ni, we = Fi, ge = Ee, bs = Di, Ss = Ii, Es = Li, As = Ui, Os = Mi, Rs = Bi, Ps = ki, xs = Hi, In = Function, $t = function(t) {
|
|
2313
2329
|
try {
|
|
2314
2330
|
return In('"use strict"; return (' + t + ").constructor;")();
|
|
2315
2331
|
} catch {
|
|
2316
2332
|
}
|
|
2317
|
-
}, $e = $n, Ts = Wi,
|
|
2333
|
+
}, $e = $n, Ts = Wi, _t = function() {
|
|
2318
2334
|
throw new ge();
|
|
2319
2335
|
}, Cs = $e ? function() {
|
|
2320
2336
|
try {
|
|
2321
|
-
return arguments.callee,
|
|
2337
|
+
return arguments.callee, _t;
|
|
2322
2338
|
} catch {
|
|
2323
2339
|
try {
|
|
2324
2340
|
return $e(arguments, "callee").get;
|
|
2325
2341
|
} catch {
|
|
2326
|
-
return
|
|
2342
|
+
return _t;
|
|
2327
2343
|
}
|
|
2328
2344
|
}
|
|
2329
|
-
}() :
|
|
2345
|
+
}() : _t, ye = Gi()(), I = ds(), $s = Nn(), _s = _n(), Ln = Fn(), Ie = tr, me = {}, Ns = typeof Uint8Array > "u" || !I ? E : I(Uint8Array), ue = {
|
|
2330
2346
|
__proto__: null,
|
|
2331
|
-
"%AggregateError%": typeof AggregateError > "u" ?
|
|
2347
|
+
"%AggregateError%": typeof AggregateError > "u" ? E : AggregateError,
|
|
2332
2348
|
"%Array%": Array,
|
|
2333
|
-
"%ArrayBuffer%": typeof ArrayBuffer > "u" ?
|
|
2334
|
-
"%ArrayIteratorPrototype%": ye && I ? I([][Symbol.iterator]()) :
|
|
2335
|
-
"%AsyncFromSyncIteratorPrototype%":
|
|
2349
|
+
"%ArrayBuffer%": typeof ArrayBuffer > "u" ? E : ArrayBuffer,
|
|
2350
|
+
"%ArrayIteratorPrototype%": ye && I ? I([][Symbol.iterator]()) : E,
|
|
2351
|
+
"%AsyncFromSyncIteratorPrototype%": E,
|
|
2336
2352
|
"%AsyncFunction%": me,
|
|
2337
2353
|
"%AsyncGenerator%": me,
|
|
2338
2354
|
"%AsyncGeneratorFunction%": me,
|
|
2339
2355
|
"%AsyncIteratorPrototype%": me,
|
|
2340
|
-
"%Atomics%": typeof Atomics > "u" ?
|
|
2341
|
-
"%BigInt%": typeof BigInt > "u" ?
|
|
2342
|
-
"%BigInt64Array%": typeof BigInt64Array > "u" ?
|
|
2343
|
-
"%BigUint64Array%": typeof BigUint64Array > "u" ?
|
|
2356
|
+
"%Atomics%": typeof Atomics > "u" ? E : Atomics,
|
|
2357
|
+
"%BigInt%": typeof BigInt > "u" ? E : BigInt,
|
|
2358
|
+
"%BigInt64Array%": typeof BigInt64Array > "u" ? E : BigInt64Array,
|
|
2359
|
+
"%BigUint64Array%": typeof BigUint64Array > "u" ? E : BigUint64Array,
|
|
2344
2360
|
"%Boolean%": Boolean,
|
|
2345
|
-
"%DataView%": typeof DataView > "u" ?
|
|
2361
|
+
"%DataView%": typeof DataView > "u" ? E : DataView,
|
|
2346
2362
|
"%Date%": Date,
|
|
2347
2363
|
"%decodeURI%": decodeURI,
|
|
2348
2364
|
"%decodeURIComponent%": decodeURIComponent,
|
|
@@ -2352,52 +2368,52 @@ var A, hs = Cn, ms = Ci, gs = $i, vs = _i, ws = Ni, we = Di, ge = Ee, bs = Fi, S
|
|
|
2352
2368
|
"%eval%": eval,
|
|
2353
2369
|
// eslint-disable-line no-eval
|
|
2354
2370
|
"%EvalError%": gs,
|
|
2355
|
-
"%Float16Array%": typeof Float16Array > "u" ?
|
|
2356
|
-
"%Float32Array%": typeof Float32Array > "u" ?
|
|
2357
|
-
"%Float64Array%": typeof Float64Array > "u" ?
|
|
2358
|
-
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ?
|
|
2371
|
+
"%Float16Array%": typeof Float16Array > "u" ? E : Float16Array,
|
|
2372
|
+
"%Float32Array%": typeof Float32Array > "u" ? E : Float32Array,
|
|
2373
|
+
"%Float64Array%": typeof Float64Array > "u" ? E : Float64Array,
|
|
2374
|
+
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? E : FinalizationRegistry,
|
|
2359
2375
|
"%Function%": In,
|
|
2360
2376
|
"%GeneratorFunction%": me,
|
|
2361
|
-
"%Int8Array%": typeof Int8Array > "u" ?
|
|
2362
|
-
"%Int16Array%": typeof Int16Array > "u" ?
|
|
2363
|
-
"%Int32Array%": typeof Int32Array > "u" ?
|
|
2377
|
+
"%Int8Array%": typeof Int8Array > "u" ? E : Int8Array,
|
|
2378
|
+
"%Int16Array%": typeof Int16Array > "u" ? E : Int16Array,
|
|
2379
|
+
"%Int32Array%": typeof Int32Array > "u" ? E : Int32Array,
|
|
2364
2380
|
"%isFinite%": isFinite,
|
|
2365
2381
|
"%isNaN%": isNaN,
|
|
2366
|
-
"%IteratorPrototype%": ye && I ? I(I([][Symbol.iterator]())) :
|
|
2367
|
-
"%JSON%": typeof JSON == "object" ? JSON :
|
|
2368
|
-
"%Map%": typeof Map > "u" ?
|
|
2369
|
-
"%MapIteratorPrototype%": typeof Map > "u" || !ye || !I ?
|
|
2382
|
+
"%IteratorPrototype%": ye && I ? I(I([][Symbol.iterator]())) : E,
|
|
2383
|
+
"%JSON%": typeof JSON == "object" ? JSON : E,
|
|
2384
|
+
"%Map%": typeof Map > "u" ? E : Map,
|
|
2385
|
+
"%MapIteratorPrototype%": typeof Map > "u" || !ye || !I ? E : I((/* @__PURE__ */ new Map())[Symbol.iterator]()),
|
|
2370
2386
|
"%Math%": Math,
|
|
2371
2387
|
"%Number%": Number,
|
|
2372
2388
|
"%Object%": hs,
|
|
2373
2389
|
"%Object.getOwnPropertyDescriptor%": $e,
|
|
2374
2390
|
"%parseFloat%": parseFloat,
|
|
2375
2391
|
"%parseInt%": parseInt,
|
|
2376
|
-
"%Promise%": typeof Promise > "u" ?
|
|
2377
|
-
"%Proxy%": typeof Proxy > "u" ?
|
|
2392
|
+
"%Promise%": typeof Promise > "u" ? E : Promise,
|
|
2393
|
+
"%Proxy%": typeof Proxy > "u" ? E : Proxy,
|
|
2378
2394
|
"%RangeError%": vs,
|
|
2379
2395
|
"%ReferenceError%": ws,
|
|
2380
|
-
"%Reflect%": typeof Reflect > "u" ?
|
|
2396
|
+
"%Reflect%": typeof Reflect > "u" ? E : Reflect,
|
|
2381
2397
|
"%RegExp%": RegExp,
|
|
2382
|
-
"%Set%": typeof Set > "u" ?
|
|
2383
|
-
"%SetIteratorPrototype%": typeof Set > "u" || !ye || !I ?
|
|
2384
|
-
"%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ?
|
|
2398
|
+
"%Set%": typeof Set > "u" ? E : Set,
|
|
2399
|
+
"%SetIteratorPrototype%": typeof Set > "u" || !ye || !I ? E : I((/* @__PURE__ */ new Set())[Symbol.iterator]()),
|
|
2400
|
+
"%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? E : SharedArrayBuffer,
|
|
2385
2401
|
"%String%": String,
|
|
2386
|
-
"%StringIteratorPrototype%": ye && I ? I(""[Symbol.iterator]()) :
|
|
2387
|
-
"%Symbol%": ye ? Symbol :
|
|
2402
|
+
"%StringIteratorPrototype%": ye && I ? I(""[Symbol.iterator]()) : E,
|
|
2403
|
+
"%Symbol%": ye ? Symbol : E,
|
|
2388
2404
|
"%SyntaxError%": we,
|
|
2389
2405
|
"%ThrowTypeError%": Cs,
|
|
2390
2406
|
"%TypedArray%": Ns,
|
|
2391
2407
|
"%TypeError%": ge,
|
|
2392
|
-
"%Uint8Array%": typeof Uint8Array > "u" ?
|
|
2393
|
-
"%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ?
|
|
2394
|
-
"%Uint16Array%": typeof Uint16Array > "u" ?
|
|
2395
|
-
"%Uint32Array%": typeof Uint32Array > "u" ?
|
|
2408
|
+
"%Uint8Array%": typeof Uint8Array > "u" ? E : Uint8Array,
|
|
2409
|
+
"%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? E : Uint8ClampedArray,
|
|
2410
|
+
"%Uint16Array%": typeof Uint16Array > "u" ? E : Uint16Array,
|
|
2411
|
+
"%Uint32Array%": typeof Uint32Array > "u" ? E : Uint32Array,
|
|
2396
2412
|
"%URIError%": bs,
|
|
2397
|
-
"%WeakMap%": typeof WeakMap > "u" ?
|
|
2398
|
-
"%WeakRef%": typeof WeakRef > "u" ?
|
|
2399
|
-
"%WeakSet%": typeof WeakSet > "u" ?
|
|
2400
|
-
"%Function.prototype.call%":
|
|
2413
|
+
"%WeakMap%": typeof WeakMap > "u" ? E : WeakMap,
|
|
2414
|
+
"%WeakRef%": typeof WeakRef > "u" ? E : WeakRef,
|
|
2415
|
+
"%WeakSet%": typeof WeakSet > "u" ? E : WeakSet,
|
|
2416
|
+
"%Function.prototype.call%": Ie,
|
|
2401
2417
|
"%Function.prototype.apply%": Ln,
|
|
2402
2418
|
"%Object.defineProperty%": Ts,
|
|
2403
2419
|
"%Object.getPrototypeOf%": $s,
|
|
@@ -2414,17 +2430,17 @@ if (I)
|
|
|
2414
2430
|
try {
|
|
2415
2431
|
null.error;
|
|
2416
2432
|
} catch (t) {
|
|
2417
|
-
var
|
|
2418
|
-
ue["%Error.prototype%"] =
|
|
2433
|
+
var Fs = I(I(t));
|
|
2434
|
+
ue["%Error.prototype%"] = Fs;
|
|
2419
2435
|
}
|
|
2420
|
-
var
|
|
2436
|
+
var Ds = function t(e) {
|
|
2421
2437
|
var n;
|
|
2422
2438
|
if (e === "%AsyncFunction%")
|
|
2423
|
-
n =
|
|
2439
|
+
n = $t("async function () {}");
|
|
2424
2440
|
else if (e === "%GeneratorFunction%")
|
|
2425
|
-
n =
|
|
2441
|
+
n = $t("function* () {}");
|
|
2426
2442
|
else if (e === "%AsyncGeneratorFunction%")
|
|
2427
|
-
n =
|
|
2443
|
+
n = $t("async function* () {}");
|
|
2428
2444
|
else if (e === "%AsyncGenerator%") {
|
|
2429
2445
|
var r = t("%AsyncGeneratorFunction%");
|
|
2430
2446
|
r && (n = r.prototype);
|
|
@@ -2486,21 +2502,21 @@ var Fs = function t(e) {
|
|
|
2486
2502
|
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
2487
2503
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
2488
2504
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
2489
|
-
},
|
|
2490
|
-
var n =
|
|
2505
|
+
}, Le = ft, et = ys(), Is = Le.call(Ie, Array.prototype.concat), Ls = Le.call(Ln, Array.prototype.splice), Wr = Le.call(Ie, String.prototype.replace), tt = Le.call(Ie, String.prototype.slice), Us = Le.call(Ie, RegExp.prototype.exec), Ms = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Bs = /\\(\\)?/g, ks = function(e) {
|
|
2506
|
+
var n = tt(e, 0, 1), r = tt(e, -1);
|
|
2491
2507
|
if (n === "%" && r !== "%")
|
|
2492
2508
|
throw new we("invalid intrinsic syntax, expected closing `%`");
|
|
2493
2509
|
if (r === "%" && n !== "%")
|
|
2494
2510
|
throw new we("invalid intrinsic syntax, expected opening `%`");
|
|
2495
2511
|
var o = [];
|
|
2496
|
-
return Wr(e,
|
|
2512
|
+
return Wr(e, Ms, function(a, i, s, u) {
|
|
2497
2513
|
o[o.length] = s ? Wr(u, Bs, "$1") : i || a;
|
|
2498
2514
|
}), o;
|
|
2499
2515
|
}, js = function(e, n) {
|
|
2500
2516
|
var r = e, o;
|
|
2501
|
-
if (
|
|
2517
|
+
if (et(zr, r) && (o = zr[r], r = "%" + o[0] + "%"), et(ue, r)) {
|
|
2502
2518
|
var a = ue[r];
|
|
2503
|
-
if (a === me && (a =
|
|
2519
|
+
if (a === me && (a = Ds(r)), typeof a > "u" && !n)
|
|
2504
2520
|
throw new ge("intrinsic " + e + " exists, but is not available. Please file an issue!");
|
|
2505
2521
|
return {
|
|
2506
2522
|
alias: o,
|
|
@@ -2509,20 +2525,20 @@ var Fs = function t(e) {
|
|
|
2509
2525
|
};
|
|
2510
2526
|
}
|
|
2511
2527
|
throw new we("intrinsic " + e + " does not exist!");
|
|
2512
|
-
},
|
|
2528
|
+
}, rr = function(e, n) {
|
|
2513
2529
|
if (typeof e != "string" || e.length === 0)
|
|
2514
2530
|
throw new ge("intrinsic name must be a non-empty string");
|
|
2515
2531
|
if (arguments.length > 1 && typeof n != "boolean")
|
|
2516
2532
|
throw new ge('"allowMissing" argument must be a boolean');
|
|
2517
|
-
if (
|
|
2533
|
+
if (Us(/^%?[^%]*%?$/, e) === null)
|
|
2518
2534
|
throw new we("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
2519
2535
|
var r = ks(e), o = r.length > 0 ? r[0] : "", a = js("%" + o + "%", n), i = a.name, s = a.value, u = !1, l = a.alias;
|
|
2520
2536
|
l && (o = l[0], Ls(r, Is([0, 1], l)));
|
|
2521
2537
|
for (var c = 1, p = !0; c < r.length; c += 1) {
|
|
2522
|
-
var d = r[c], g =
|
|
2538
|
+
var d = r[c], g = tt(d, 0, 1), y = tt(d, -1);
|
|
2523
2539
|
if ((g === '"' || g === "'" || g === "`" || y === '"' || y === "'" || y === "`") && g !== y)
|
|
2524
2540
|
throw new we("property names with quotes must have matching quotes");
|
|
2525
|
-
if ((d === "constructor" || !p) && (u = !0), o += "." + d, i = "%" + o + "%",
|
|
2541
|
+
if ((d === "constructor" || !p) && (u = !0), o += "." + d, i = "%" + o + "%", et(ue, i))
|
|
2526
2542
|
s = ue[i];
|
|
2527
2543
|
else if (s != null) {
|
|
2528
2544
|
if (!(d in s)) {
|
|
@@ -2534,18 +2550,21 @@ var Fs = function t(e) {
|
|
|
2534
2550
|
var m = $e(s, d);
|
|
2535
2551
|
p = !!m, p && "get" in m && !("originalValue" in m.get) ? s = m.get : s = s[d];
|
|
2536
2552
|
} else
|
|
2537
|
-
p =
|
|
2553
|
+
p = et(s, d), s = s[d];
|
|
2538
2554
|
p && !u && (ue[i] = s);
|
|
2539
2555
|
}
|
|
2540
2556
|
}
|
|
2541
2557
|
return s;
|
|
2542
|
-
},
|
|
2558
|
+
}, Un = rr, Mn = Dn, qs = Mn([Un("%String.prototype.indexOf%")]), Bn = function(e, n) {
|
|
2543
2559
|
var r = (
|
|
2544
|
-
/** @type {
|
|
2545
|
-
|
|
2560
|
+
/** @type {(this: unknown, ...args: unknown[]) => unknown} */
|
|
2561
|
+
Un(e, !!n)
|
|
2546
2562
|
);
|
|
2547
|
-
return typeof r == "function" && qs(e, ".prototype.") > -1 ?
|
|
2548
|
-
|
|
2563
|
+
return typeof r == "function" && qs(e, ".prototype.") > -1 ? Mn(
|
|
2564
|
+
/** @type {const} */
|
|
2565
|
+
[r]
|
|
2566
|
+
) : r;
|
|
2567
|
+
}, Hs = rr, Ue = Bn, zs = ct, Ws = Ee, Kr = Hs("%Map%", !0), Ks = Ue("Map.prototype.get", !0), Gs = Ue("Map.prototype.set", !0), Js = Ue("Map.prototype.has", !0), Vs = Ue("Map.prototype.delete", !0), Qs = Ue("Map.prototype.size", !0), kn = !!Kr && /** @type {Exclude<import('.'), false>} */
|
|
2549
2568
|
function() {
|
|
2550
2569
|
var e, n = {
|
|
2551
2570
|
assert: function(r) {
|
|
@@ -2561,17 +2580,17 @@ function() {
|
|
|
2561
2580
|
},
|
|
2562
2581
|
get: function(r) {
|
|
2563
2582
|
if (e)
|
|
2564
|
-
return
|
|
2583
|
+
return Ks(e, r);
|
|
2565
2584
|
},
|
|
2566
2585
|
has: function(r) {
|
|
2567
2586
|
return e ? Js(e, r) : !1;
|
|
2568
2587
|
},
|
|
2569
2588
|
set: function(r, o) {
|
|
2570
|
-
e || (e = new
|
|
2589
|
+
e || (e = new Kr()), Gs(e, r, o);
|
|
2571
2590
|
}
|
|
2572
2591
|
};
|
|
2573
2592
|
return n;
|
|
2574
|
-
}, Xs =
|
|
2593
|
+
}, Xs = rr, pt = Bn, Ys = ct, je = kn, Zs = Ee, he = Xs("%WeakMap%", !0), el = pt("WeakMap.prototype.get", !0), tl = pt("WeakMap.prototype.set", !0), rl = pt("WeakMap.prototype.has", !0), nl = pt("WeakMap.prototype.delete", !0), ol = he ? (
|
|
2575
2594
|
/** @type {Exclude<import('.'), false>} */
|
|
2576
2595
|
function() {
|
|
2577
2596
|
var e, n, r = {
|
|
@@ -2583,7 +2602,7 @@ function() {
|
|
|
2583
2602
|
if (he && o && (typeof o == "object" || typeof o == "function")) {
|
|
2584
2603
|
if (e)
|
|
2585
2604
|
return nl(e, o);
|
|
2586
|
-
} else if (
|
|
2605
|
+
} else if (je && n)
|
|
2587
2606
|
return n.delete(o);
|
|
2588
2607
|
return !1;
|
|
2589
2608
|
},
|
|
@@ -2594,12 +2613,12 @@ function() {
|
|
|
2594
2613
|
return he && o && (typeof o == "object" || typeof o == "function") && e ? rl(e, o) : !!n && n.has(o);
|
|
2595
2614
|
},
|
|
2596
2615
|
set: function(o, a) {
|
|
2597
|
-
he && o && (typeof o == "object" || typeof o == "function") ? (e || (e = new he()), tl(e, o, a)) :
|
|
2616
|
+
he && o && (typeof o == "object" || typeof o == "function") ? (e || (e = new he()), tl(e, o, a)) : je && (n || (n = je()), n.set(o, a));
|
|
2598
2617
|
}
|
|
2599
2618
|
};
|
|
2600
2619
|
return r;
|
|
2601
2620
|
}
|
|
2602
|
-
) :
|
|
2621
|
+
) : je, al = Ee, il = ct, sl = Ti, ll = kn, cl = ol, ul = cl || ll || sl, fl = function() {
|
|
2603
2622
|
var e, n = {
|
|
2604
2623
|
assert: function(r) {
|
|
2605
2624
|
if (!n.has(r))
|
|
@@ -2619,11 +2638,11 @@ function() {
|
|
|
2619
2638
|
}
|
|
2620
2639
|
};
|
|
2621
2640
|
return n;
|
|
2622
|
-
}, pl = String.prototype.replace, dl = /%20/g,
|
|
2641
|
+
}, pl = String.prototype.replace, dl = /%20/g, Nt = {
|
|
2623
2642
|
RFC1738: "RFC1738",
|
|
2624
2643
|
RFC3986: "RFC3986"
|
|
2625
|
-
},
|
|
2626
|
-
default:
|
|
2644
|
+
}, nr = {
|
|
2645
|
+
default: Nt.RFC3986,
|
|
2627
2646
|
formatters: {
|
|
2628
2647
|
RFC1738: function(t) {
|
|
2629
2648
|
return pl.call(t, dl, "+");
|
|
@@ -2632,9 +2651,9 @@ function() {
|
|
|
2632
2651
|
return String(t);
|
|
2633
2652
|
}
|
|
2634
2653
|
},
|
|
2635
|
-
RFC1738:
|
|
2636
|
-
RFC3986:
|
|
2637
|
-
}, yl =
|
|
2654
|
+
RFC1738: Nt.RFC1738,
|
|
2655
|
+
RFC3986: Nt.RFC3986
|
|
2656
|
+
}, yl = nr, Ft = Object.prototype.hasOwnProperty, se = Array.isArray, ee = function() {
|
|
2638
2657
|
for (var t = [], e = 0; e < 256; ++e)
|
|
2639
2658
|
t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
|
|
2640
2659
|
return t;
|
|
@@ -2658,7 +2677,7 @@ function() {
|
|
|
2658
2677
|
if (se(e))
|
|
2659
2678
|
e.push(n);
|
|
2660
2679
|
else if (e && typeof e == "object")
|
|
2661
|
-
(r && (r.plainObjects || r.allowPrototypes) || !
|
|
2680
|
+
(r && (r.plainObjects || r.allowPrototypes) || !Ft.call(Object.prototype, n)) && (e[n] = !0);
|
|
2662
2681
|
else
|
|
2663
2682
|
return [e, n];
|
|
2664
2683
|
return e;
|
|
@@ -2667,14 +2686,14 @@ function() {
|
|
|
2667
2686
|
return [e].concat(n);
|
|
2668
2687
|
var o = e;
|
|
2669
2688
|
return se(e) && !se(n) && (o = jn(e, r)), se(e) && se(n) ? (n.forEach(function(a, i) {
|
|
2670
|
-
if (
|
|
2689
|
+
if (Ft.call(e, i)) {
|
|
2671
2690
|
var s = e[i];
|
|
2672
2691
|
s && typeof s == "object" && a && typeof a == "object" ? e[i] = t(s, a, r) : e.push(a);
|
|
2673
2692
|
} else
|
|
2674
2693
|
e[i] = a;
|
|
2675
2694
|
}), e) : Object.keys(n).reduce(function(a, i) {
|
|
2676
2695
|
var s = n[i];
|
|
2677
|
-
return
|
|
2696
|
+
return Ft.call(a, i) ? a[i] = t(a[i], s, r) : a[i] = s, a;
|
|
2678
2697
|
}, o);
|
|
2679
2698
|
}, gl = function(e, n) {
|
|
2680
2699
|
return Object.keys(n).reduce(function(r, o) {
|
|
@@ -2752,7 +2771,7 @@ function() {
|
|
|
2752
2771
|
isRegExp: Sl,
|
|
2753
2772
|
maybeMap: Ol,
|
|
2754
2773
|
merge: ml
|
|
2755
|
-
}, Hn = fl,
|
|
2774
|
+
}, Hn = fl, Je = qn, Te = nr, Rl = Object.prototype.hasOwnProperty, zn = {
|
|
2756
2775
|
brackets: function(e) {
|
|
2757
2776
|
return e + "[]";
|
|
2758
2777
|
},
|
|
@@ -2765,7 +2784,7 @@ function() {
|
|
|
2765
2784
|
}
|
|
2766
2785
|
}, te = Array.isArray, Pl = Array.prototype.push, Wn = function(t, e) {
|
|
2767
2786
|
Pl.apply(t, te(e) ? e : [e]);
|
|
2768
|
-
}, xl = Date.prototype.toISOString,
|
|
2787
|
+
}, xl = Date.prototype.toISOString, Gr = Te.default, D = {
|
|
2769
2788
|
addQueryPrefix: !1,
|
|
2770
2789
|
allowDots: !1,
|
|
2771
2790
|
allowEmptyArrays: !1,
|
|
@@ -2776,11 +2795,11 @@ function() {
|
|
|
2776
2795
|
delimiter: "&",
|
|
2777
2796
|
encode: !0,
|
|
2778
2797
|
encodeDotInKeys: !1,
|
|
2779
|
-
encoder:
|
|
2798
|
+
encoder: Je.encode,
|
|
2780
2799
|
encodeValuesOnly: !1,
|
|
2781
2800
|
filter: void 0,
|
|
2782
|
-
format:
|
|
2783
|
-
formatter: Te.formatters[
|
|
2801
|
+
format: Gr,
|
|
2802
|
+
formatter: Te.formatters[Gr],
|
|
2784
2803
|
// deprecated
|
|
2785
2804
|
indices: !1,
|
|
2786
2805
|
serializeDate: function(e) {
|
|
@@ -2790,53 +2809,53 @@ function() {
|
|
|
2790
2809
|
strictNullHandling: !1
|
|
2791
2810
|
}, Tl = function(e) {
|
|
2792
2811
|
return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
|
|
2793
|
-
},
|
|
2794
|
-
for (var v = e,
|
|
2795
|
-
var
|
|
2796
|
-
if (x += 1, typeof
|
|
2797
|
-
if (
|
|
2812
|
+
}, It = {}, Cl = function t(e, n, r, o, a, i, s, u, l, c, p, d, g, y, m, h, O, R) {
|
|
2813
|
+
for (var v = e, F = R, x = 0, L = !1; (F = F.get(It)) !== void 0 && !L; ) {
|
|
2814
|
+
var U = F.get(e);
|
|
2815
|
+
if (x += 1, typeof U < "u") {
|
|
2816
|
+
if (U === x)
|
|
2798
2817
|
throw new RangeError("Cyclic object value");
|
|
2799
2818
|
L = !0;
|
|
2800
2819
|
}
|
|
2801
|
-
typeof
|
|
2820
|
+
typeof F.get(It) > "u" && (x = 0);
|
|
2802
2821
|
}
|
|
2803
|
-
if (typeof c == "function" ? v = c(n, v) : v instanceof Date ? v = g(v) : r === "comma" && te(v) && (v =
|
|
2822
|
+
if (typeof c == "function" ? v = c(n, v) : v instanceof Date ? v = g(v) : r === "comma" && te(v) && (v = Je.maybeMap(v, function(X) {
|
|
2804
2823
|
return X instanceof Date ? g(X) : X;
|
|
2805
2824
|
})), v === null) {
|
|
2806
2825
|
if (i)
|
|
2807
|
-
return l && !h ? l(n,
|
|
2826
|
+
return l && !h ? l(n, D.encoder, O, "key", y) : n;
|
|
2808
2827
|
v = "";
|
|
2809
2828
|
}
|
|
2810
|
-
if (Tl(v) ||
|
|
2829
|
+
if (Tl(v) || Je.isBuffer(v)) {
|
|
2811
2830
|
if (l) {
|
|
2812
|
-
var z = h ? n : l(n,
|
|
2813
|
-
return [m(z) + "=" + m(l(v,
|
|
2831
|
+
var z = h ? n : l(n, D.encoder, O, "key", y);
|
|
2832
|
+
return [m(z) + "=" + m(l(v, D.encoder, O, "value", y))];
|
|
2814
2833
|
}
|
|
2815
2834
|
return [m(n) + "=" + m(String(v))];
|
|
2816
2835
|
}
|
|
2817
|
-
var
|
|
2836
|
+
var G = [];
|
|
2818
2837
|
if (typeof v > "u")
|
|
2819
|
-
return
|
|
2838
|
+
return G;
|
|
2820
2839
|
var S;
|
|
2821
2840
|
if (r === "comma" && te(v))
|
|
2822
|
-
h && l && (v =
|
|
2841
|
+
h && l && (v = Je.maybeMap(v, l)), S = [{ value: v.length > 0 ? v.join(",") || null : void 0 }];
|
|
2823
2842
|
else if (te(c))
|
|
2824
2843
|
S = c;
|
|
2825
2844
|
else {
|
|
2826
|
-
var
|
|
2827
|
-
S = p ?
|
|
2845
|
+
var A = Object.keys(v);
|
|
2846
|
+
S = p ? A.sort(p) : A;
|
|
2828
2847
|
}
|
|
2829
2848
|
var T = u ? String(n).replace(/\./g, "%2E") : String(n), P = o && te(v) && v.length === 1 ? T + "[]" : T;
|
|
2830
2849
|
if (a && te(v) && v.length === 0)
|
|
2831
2850
|
return P + "[]";
|
|
2832
2851
|
for (var _ = 0; _ < S.length; ++_) {
|
|
2833
|
-
var w = S[_],
|
|
2834
|
-
if (!(s &&
|
|
2852
|
+
var w = S[_], H = typeof w == "object" && w && typeof w.value < "u" ? w.value : v[w];
|
|
2853
|
+
if (!(s && H === null)) {
|
|
2835
2854
|
var B = d && u ? String(w).replace(/\./g, "%2E") : String(w), k = te(v) ? typeof r == "function" ? r(P, B) : P : P + (d ? "." + B : "[" + B + "]");
|
|
2836
2855
|
R.set(e, x);
|
|
2837
2856
|
var W = Hn();
|
|
2838
|
-
W.set(
|
|
2839
|
-
|
|
2857
|
+
W.set(It, R), Wn(G, t(
|
|
2858
|
+
H,
|
|
2840
2859
|
k,
|
|
2841
2860
|
r,
|
|
2842
2861
|
o,
|
|
@@ -2857,17 +2876,17 @@ function() {
|
|
|
2857
2876
|
));
|
|
2858
2877
|
}
|
|
2859
2878
|
}
|
|
2860
|
-
return
|
|
2879
|
+
return G;
|
|
2861
2880
|
}, $l = function(e) {
|
|
2862
2881
|
if (!e)
|
|
2863
|
-
return
|
|
2882
|
+
return D;
|
|
2864
2883
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
2865
2884
|
throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
|
|
2866
2885
|
if (typeof e.encodeDotInKeys < "u" && typeof e.encodeDotInKeys != "boolean")
|
|
2867
2886
|
throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");
|
|
2868
2887
|
if (e.encoder !== null && typeof e.encoder < "u" && typeof e.encoder != "function")
|
|
2869
2888
|
throw new TypeError("Encoder has to be a function.");
|
|
2870
|
-
var n = e.charset ||
|
|
2889
|
+
var n = e.charset || D.charset;
|
|
2871
2890
|
if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
|
|
2872
2891
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
2873
2892
|
var r = Te.default;
|
|
@@ -2876,32 +2895,32 @@ function() {
|
|
|
2876
2895
|
throw new TypeError("Unknown format option provided.");
|
|
2877
2896
|
r = e.format;
|
|
2878
2897
|
}
|
|
2879
|
-
var o = Te.formatters[r], a =
|
|
2898
|
+
var o = Te.formatters[r], a = D.filter;
|
|
2880
2899
|
(typeof e.filter == "function" || te(e.filter)) && (a = e.filter);
|
|
2881
2900
|
var i;
|
|
2882
|
-
if (e.arrayFormat in zn ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i =
|
|
2901
|
+
if (e.arrayFormat in zn ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = D.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
|
|
2883
2902
|
throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
|
|
2884
|
-
var s = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 :
|
|
2903
|
+
var s = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : D.allowDots : !!e.allowDots;
|
|
2885
2904
|
return {
|
|
2886
|
-
addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix :
|
|
2905
|
+
addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : D.addQueryPrefix,
|
|
2887
2906
|
allowDots: s,
|
|
2888
|
-
allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays :
|
|
2907
|
+
allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : D.allowEmptyArrays,
|
|
2889
2908
|
arrayFormat: i,
|
|
2890
2909
|
charset: n,
|
|
2891
|
-
charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel :
|
|
2910
|
+
charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : D.charsetSentinel,
|
|
2892
2911
|
commaRoundTrip: !!e.commaRoundTrip,
|
|
2893
|
-
delimiter: typeof e.delimiter > "u" ?
|
|
2894
|
-
encode: typeof e.encode == "boolean" ? e.encode :
|
|
2895
|
-
encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys :
|
|
2896
|
-
encoder: typeof e.encoder == "function" ? e.encoder :
|
|
2897
|
-
encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly :
|
|
2912
|
+
delimiter: typeof e.delimiter > "u" ? D.delimiter : e.delimiter,
|
|
2913
|
+
encode: typeof e.encode == "boolean" ? e.encode : D.encode,
|
|
2914
|
+
encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys : D.encodeDotInKeys,
|
|
2915
|
+
encoder: typeof e.encoder == "function" ? e.encoder : D.encoder,
|
|
2916
|
+
encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : D.encodeValuesOnly,
|
|
2898
2917
|
filter: a,
|
|
2899
2918
|
format: r,
|
|
2900
2919
|
formatter: o,
|
|
2901
|
-
serializeDate: typeof e.serializeDate == "function" ? e.serializeDate :
|
|
2902
|
-
skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls :
|
|
2920
|
+
serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : D.serializeDate,
|
|
2921
|
+
skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : D.skipNulls,
|
|
2903
2922
|
sort: typeof e.sort == "function" ? e.sort : null,
|
|
2904
|
-
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling :
|
|
2923
|
+
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : D.strictNullHandling
|
|
2905
2924
|
};
|
|
2906
2925
|
}, _l = function(t, e) {
|
|
2907
2926
|
var n = t, r = $l(e), o, a;
|
|
@@ -2962,13 +2981,13 @@ function() {
|
|
|
2962
2981
|
return t.replace(/&#(\d+);/g, function(e, n) {
|
|
2963
2982
|
return String.fromCharCode(parseInt(n, 10));
|
|
2964
2983
|
});
|
|
2965
|
-
},
|
|
2984
|
+
}, Kn = function(t, e, n) {
|
|
2966
2985
|
if (t && typeof t == "string" && e.comma && t.indexOf(",") > -1)
|
|
2967
2986
|
return t.split(",");
|
|
2968
2987
|
if (e.throwOnLimitExceeded && n >= e.arrayLimit)
|
|
2969
2988
|
throw new RangeError("Array limit exceeded. Only " + e.arrayLimit + " element" + (e.arrayLimit === 1 ? "" : "s") + " allowed in an array.");
|
|
2970
2989
|
return t;
|
|
2971
|
-
},
|
|
2990
|
+
}, Fl = "utf8=%26%2310003%3B", Dl = "utf8=%E2%9C%93", Il = function(e, n) {
|
|
2972
2991
|
var r = { __proto__: null }, o = n.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
|
|
2973
2992
|
o = o.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
2974
2993
|
var a = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, i = o.split(
|
|
@@ -2980,12 +2999,12 @@ function() {
|
|
|
2980
2999
|
var s = -1, u, l = n.charset;
|
|
2981
3000
|
if (n.charsetSentinel)
|
|
2982
3001
|
for (u = 0; u < i.length; ++u)
|
|
2983
|
-
i[u].indexOf("utf8=") === 0 && (i[u] ===
|
|
3002
|
+
i[u].indexOf("utf8=") === 0 && (i[u] === Dl ? l = "utf-8" : i[u] === Fl && (l = "iso-8859-1"), s = u, u = i.length);
|
|
2984
3003
|
for (u = 0; u < i.length; ++u)
|
|
2985
3004
|
if (u !== s) {
|
|
2986
3005
|
var c = i[u], p = c.indexOf("]="), d = p === -1 ? c.indexOf("=") : p + 1, g, y;
|
|
2987
3006
|
d === -1 ? (g = n.decoder(c, $.decoder, l, "key"), y = n.strictNullHandling ? null : "") : (g = n.decoder(c.slice(0, d), $.decoder, l, "key"), y = pe.maybeMap(
|
|
2988
|
-
|
|
3007
|
+
Kn(
|
|
2989
3008
|
c.slice(d + 1),
|
|
2990
3009
|
n,
|
|
2991
3010
|
Jr(r[g]) ? r[g].length : 0
|
|
@@ -3004,7 +3023,7 @@ function() {
|
|
|
3004
3023
|
var a = t.slice(0, -1).join("");
|
|
3005
3024
|
o = Array.isArray(e) && e[a] ? e[a].length : 0;
|
|
3006
3025
|
}
|
|
3007
|
-
for (var i = r ? e :
|
|
3026
|
+
for (var i = r ? e : Kn(e, n, o), s = t.length - 1; s >= 0; --s) {
|
|
3008
3027
|
var u, l = t[s];
|
|
3009
3028
|
if (l === "[]" && n.parseArrays)
|
|
3010
3029
|
u = n.allowEmptyArrays && (i === "" || n.strictNullHandling && i === null) ? [] : pe.combine([], i);
|
|
@@ -3016,7 +3035,7 @@ function() {
|
|
|
3016
3035
|
i = u;
|
|
3017
3036
|
}
|
|
3018
3037
|
return i;
|
|
3019
|
-
},
|
|
3038
|
+
}, Ul = function(e, n, r, o) {
|
|
3020
3039
|
if (e) {
|
|
3021
3040
|
var a = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, s = /(\[[^[\]]*])/g, u = r.depth > 0 && i.exec(a), l = u ? a.slice(0, u.index) : a, c = [];
|
|
3022
3041
|
if (l) {
|
|
@@ -3036,7 +3055,7 @@ function() {
|
|
|
3036
3055
|
}
|
|
3037
3056
|
return Ll(c, n, r, o);
|
|
3038
3057
|
}
|
|
3039
|
-
},
|
|
3058
|
+
}, Ml = function(e) {
|
|
3040
3059
|
if (!e)
|
|
3041
3060
|
return $;
|
|
3042
3061
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
@@ -3078,22 +3097,22 @@ function() {
|
|
|
3078
3097
|
throwOnLimitExceeded: typeof e.throwOnLimitExceeded == "boolean" ? e.throwOnLimitExceeded : !1
|
|
3079
3098
|
};
|
|
3080
3099
|
}, Bl = function(t, e) {
|
|
3081
|
-
var n =
|
|
3100
|
+
var n = Ml(e);
|
|
3082
3101
|
if (t === "" || t === null || typeof t > "u")
|
|
3083
3102
|
return n.plainObjects ? { __proto__: null } : {};
|
|
3084
3103
|
for (var r = typeof t == "string" ? Il(t, n) : t, o = n.plainObjects ? { __proto__: null } : {}, a = Object.keys(r), i = 0; i < a.length; ++i) {
|
|
3085
|
-
var s = a[i], u =
|
|
3104
|
+
var s = a[i], u = Ul(s, r[s], n, typeof t == "string");
|
|
3086
3105
|
o = pe.merge(o, u, n);
|
|
3087
3106
|
}
|
|
3088
3107
|
return n.allowSparse === !0 ? o : pe.compact(o);
|
|
3089
|
-
}, kl = _l, jl = Bl, ql =
|
|
3108
|
+
}, kl = _l, jl = Bl, ql = nr, Hl = {
|
|
3090
3109
|
formats: ql,
|
|
3091
3110
|
parse: jl,
|
|
3092
3111
|
stringify: kl
|
|
3093
3112
|
};
|
|
3094
3113
|
const zl = /* @__PURE__ */ Ha(Hl);
|
|
3095
3114
|
/*! js-cookie v3.0.5 | MIT */
|
|
3096
|
-
function
|
|
3115
|
+
function qe(t) {
|
|
3097
3116
|
for (var e = 1; e < arguments.length; e++) {
|
|
3098
3117
|
var n = arguments[e];
|
|
3099
3118
|
for (var r in n)
|
|
@@ -3112,10 +3131,10 @@ var Wl = {
|
|
|
3112
3131
|
);
|
|
3113
3132
|
}
|
|
3114
3133
|
};
|
|
3115
|
-
function
|
|
3134
|
+
function Jt(t, e) {
|
|
3116
3135
|
function n(o, a, i) {
|
|
3117
3136
|
if (!(typeof document > "u")) {
|
|
3118
|
-
i =
|
|
3137
|
+
i = qe({}, e, 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);
|
|
3119
3138
|
var s = "";
|
|
3120
3139
|
for (var u in i)
|
|
3121
3140
|
i[u] && (s += "; " + u, i[u] !== !0 && (s += "=" + i[u].split(";")[0]));
|
|
@@ -3144,16 +3163,16 @@ function Kt(t, e) {
|
|
|
3144
3163
|
n(
|
|
3145
3164
|
o,
|
|
3146
3165
|
"",
|
|
3147
|
-
|
|
3166
|
+
qe({}, a, {
|
|
3148
3167
|
expires: -1
|
|
3149
3168
|
})
|
|
3150
3169
|
);
|
|
3151
3170
|
},
|
|
3152
3171
|
withAttributes: function(o) {
|
|
3153
|
-
return
|
|
3172
|
+
return Jt(this.converter, qe({}, this.attributes, o));
|
|
3154
3173
|
},
|
|
3155
3174
|
withConverter: function(o) {
|
|
3156
|
-
return
|
|
3175
|
+
return Jt(qe({}, this.converter, o), this.attributes);
|
|
3157
3176
|
}
|
|
3158
3177
|
},
|
|
3159
3178
|
{
|
|
@@ -3162,8 +3181,8 @@ function Kt(t, e) {
|
|
|
3162
3181
|
}
|
|
3163
3182
|
);
|
|
3164
3183
|
}
|
|
3165
|
-
var
|
|
3166
|
-
const
|
|
3184
|
+
var Kl = Jt(Wl, { path: "/" });
|
|
3185
|
+
const Gl = {
|
|
3167
3186
|
参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter Validation Error", _appCode: "framework" },
|
|
3168
3187
|
接口地址未找到: { "zh-CN": "接口地址未找到", en: "Api endpoint not found", _appCode: "framework" },
|
|
3169
3188
|
服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal Server Error", _appCode: "framework" },
|
|
@@ -3175,10 +3194,10 @@ const Kl = {
|
|
|
3175
3194
|
_appCode: "framework"
|
|
3176
3195
|
}
|
|
3177
3196
|
};
|
|
3178
|
-
Zn(
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
const
|
|
3197
|
+
Zn(Gl);
|
|
3198
|
+
rt.extend(so);
|
|
3199
|
+
rt.extend(lo);
|
|
3200
|
+
const or = Ve(), Gn = or.sso ?? !0, Jl = or.i18n ?? !0, Jn = or.noRedireLogin ?? !1, Vn = () => {
|
|
3182
3201
|
if (Jn) return;
|
|
3183
3202
|
const t = "/login";
|
|
3184
3203
|
location.pathname !== t && (sessionStorage.clear(), window.__isAutoCloseApp = !1, location.replace(t));
|
|
@@ -3191,7 +3210,7 @@ const nr = Ke(), Kn = nr.sso ?? !0, Jl = nr.i18n ?? !0, Jn = nr.noRedireLogin ??
|
|
|
3191
3210
|
const a = { 400: C("参数校验错误"), 404: C("接口地址未找到"), 500: C("服务器内部错误") };
|
|
3192
3211
|
let i = ((c = t == null ? void 0 : t.response) == null ? void 0 : c.data) || {};
|
|
3193
3212
|
if (!(no("code") || "") && !Jn && (n === 401 || (i == null ? void 0 : i.code) === 401))
|
|
3194
|
-
|
|
3213
|
+
Gn ? oo({ ...io, redirect_uri: ao }) : Vn(), o = i;
|
|
3195
3214
|
else {
|
|
3196
3215
|
if (t.response) {
|
|
3197
3216
|
if (i instanceof Blob && (i = await new Promise((g) => {
|
|
@@ -3221,16 +3240,16 @@ const nr = Ke(), Kn = nr.sso ?? !0, Jl = nr.i18n ?? !0, Jn = nr.noRedireLogin ??
|
|
|
3221
3240
|
}, J = (t, e) => {
|
|
3222
3241
|
const n = N.create();
|
|
3223
3242
|
return to(n, async (r) => {
|
|
3224
|
-
const o =
|
|
3243
|
+
const o = Ve();
|
|
3225
3244
|
if (r.headers || (r.headers = {}), !(r != null && r.public)) {
|
|
3226
3245
|
let l = "";
|
|
3227
3246
|
if (o.token && (l = o.token), !l) {
|
|
3228
3247
|
const c = new URL(location.href).searchParams;
|
|
3229
3248
|
l = c.get("token") || c.get("accessToken") || c.get("accesstoken") || "";
|
|
3230
3249
|
}
|
|
3231
|
-
|
|
3250
|
+
Gn ? l || (l = await ro(r)) : (l || (l = fo()), l || Vn()), l && !r.headers.Authorization && (r.headers.Authorization = `Bearer ${l}`);
|
|
3232
3251
|
}
|
|
3233
|
-
r.baseURL || (r.baseURL = o.baseURL || ""), r.urlPrefix || (r.urlPrefix = t), r.paramsSerializer || (r.paramsSerializer = { serialize: (l) => zl.stringify(l, { indices: !1 }) }), r.onSuccess || (r.onSuccess = Vl), r.onError || (r.onError = Ql), (r.csrf ?? !1) && (r.headers["csrf-token"] =
|
|
3252
|
+
r.baseURL || (r.baseURL = o.baseURL || ""), r.urlPrefix || (r.urlPrefix = t), r.paramsSerializer || (r.paramsSerializer = { serialize: (l) => zl.stringify(l, { indices: !1 }) }), r.onSuccess || (r.onSuccess = Vl), r.onError || (r.onError = Ql), (r.csrf ?? !1) && (r.headers["csrf-token"] = Kl.get("csrf-token"));
|
|
3234
3253
|
const s = r.params || {};
|
|
3235
3254
|
if (s.project === void 0) {
|
|
3236
3255
|
let l = 0;
|
|
@@ -3241,13 +3260,13 @@ const nr = Ke(), Kn = nr.sso ?? !0, Jl = nr.i18n ?? !0, Jn = nr.noRedireLogin ??
|
|
|
3241
3260
|
const { instanceInfo: l } = uo();
|
|
3242
3261
|
l != null && l.instanceId && (s.instance = l.instanceId);
|
|
3243
3262
|
}
|
|
3244
|
-
return r.params = s, r.headers.Timezone =
|
|
3263
|
+
return r.params = s, r.headers.Timezone = rt.tz.guess(), r.headers["X-Origin"] = location.origin, r.headers["Accept-Language"] = eo.value, r;
|
|
3245
3264
|
});
|
|
3246
3265
|
}, V = "v1";
|
|
3247
3266
|
J(`/api/iot/${V}`);
|
|
3248
3267
|
J(`/api/iot-device/thingmodel/${V}`), J(`/api/iot-device/devicemanage/${V}`), J(`/api/iot-device/product/${V}`), J(`/api/iot-device/product-storage/${V}`);
|
|
3249
3268
|
J(`/api/device-relation/deviceproject/${V}`), J(`/api/device-relation/devicerule/${V}`), J(`/api/device-relation/project/${V}`);
|
|
3250
|
-
const
|
|
3269
|
+
const ar = J(`/api/oss/minio/${V}`), Xl = J(`/api/progress/accessor/${V}`);
|
|
3251
3270
|
J(`/api/dms/analysis/${V}`);
|
|
3252
3271
|
let Yl = (t = 21) => {
|
|
3253
3272
|
let e = "", n = crypto.getRandomValues(new Uint8Array(t));
|
|
@@ -3257,48 +3276,48 @@ let Yl = (t = 21) => {
|
|
|
3257
3276
|
}
|
|
3258
3277
|
return e;
|
|
3259
3278
|
};
|
|
3260
|
-
const Zl =
|
|
3261
|
-
let t =
|
|
3279
|
+
const Zl = ar.get("token"), ec = ar.post("put-object", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), tc = ar.post("upload-objects", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), rc = Xl.get("progress"), Dc = () => {
|
|
3280
|
+
let t = K(!1), e = K(""), n = K(0), r = K("normal"), o = K(!1), a, i = K(""), s = K(""), u = K(""), l = K(""), c = K(!1), p = K(""), d = "", g = K(""), y;
|
|
3262
3281
|
const m = () => {
|
|
3263
3282
|
s.value = "", u.value = "", l.value = "", c.value = !1, p.value = "";
|
|
3264
3283
|
}, h = async () => {
|
|
3265
|
-
const [S,
|
|
3266
|
-
return S ? { stauts: !1 } : { status: !0, data:
|
|
3267
|
-
}, O = (S) => new Promise((
|
|
3284
|
+
const [S, A] = await Zl().run();
|
|
3285
|
+
return S ? { stauts: !1 } : { status: !0, data: A };
|
|
3286
|
+
}, O = (S) => new Promise((A, T) => {
|
|
3268
3287
|
const _ = [];
|
|
3269
3288
|
let w = 0;
|
|
3270
3289
|
for (; w < S.size; ) {
|
|
3271
3290
|
const B = S.slice(w, w + 1048576);
|
|
3272
3291
|
_.push(B), w += 1048576;
|
|
3273
3292
|
}
|
|
3274
|
-
const
|
|
3275
|
-
|
|
3276
|
-
}), R = async (S,
|
|
3277
|
-
var
|
|
3278
|
-
d = _, g.value = "import", P && (r.value = "normal", n.value = 0, e.value = C("导入进度"), t.value = !0, i.value = ""), y =
|
|
3279
|
-
const
|
|
3280
|
-
if (!
|
|
3281
|
-
let B =
|
|
3293
|
+
const H = new Blob(_, { type: S.type });
|
|
3294
|
+
A(H);
|
|
3295
|
+
}), R = async (S, A, T, P = !0, _ = "", w = !1) => {
|
|
3296
|
+
var ir, sr;
|
|
3297
|
+
d = _, g.value = "import", P && (r.value = "normal", n.value = 0, e.value = C("导入进度"), t.value = !0, i.value = ""), y = A;
|
|
3298
|
+
const H = await h();
|
|
3299
|
+
if (!H.status) return;
|
|
3300
|
+
let B = H.data, k = null, { autoContentType: W, bucketName: X, importFileName: Me } = T;
|
|
3282
3301
|
const Qn = w ? tc : ec;
|
|
3283
3302
|
if (w) {
|
|
3284
3303
|
let oe = [];
|
|
3285
|
-
await
|
|
3286
|
-
let
|
|
3287
|
-
oe.push(
|
|
3288
|
-
}), k = new FormData(), k.append("accessKeyId", B.accessKeyId), k.append("secretAccessKey", B.secretAccessKey), k.append("sessionToken", B.sessionToken), k.append("bucketName", X),
|
|
3289
|
-
k.append("file", oe[
|
|
3290
|
-
}),
|
|
3291
|
-
k.append("filePaths",
|
|
3304
|
+
await A.forEach(async (Be) => {
|
|
3305
|
+
let yt = await O(Be);
|
|
3306
|
+
oe.push(yt);
|
|
3307
|
+
}), k = new FormData(), k.append("accessKeyId", B.accessKeyId), k.append("secretAccessKey", B.secretAccessKey), k.append("sessionToken", B.sessionToken), k.append("bucketName", X), A.forEach((Be, yt) => {
|
|
3308
|
+
k.append("file", oe[yt]);
|
|
3309
|
+
}), Me.forEach((Be) => {
|
|
3310
|
+
k.append("filePaths", Be);
|
|
3292
3311
|
});
|
|
3293
3312
|
} else {
|
|
3294
|
-
const oe = await O(
|
|
3313
|
+
const oe = await O(A);
|
|
3295
3314
|
k = {
|
|
3296
3315
|
accessKeyId: B.accessKeyId,
|
|
3297
3316
|
secretAccessKey: B.secretAccessKey,
|
|
3298
3317
|
sessionToken: B.sessionToken,
|
|
3299
3318
|
file: oe,
|
|
3300
3319
|
bucketName: X,
|
|
3301
|
-
filePath:
|
|
3320
|
+
filePath: Me,
|
|
3302
3321
|
autoContentType: W
|
|
3303
3322
|
};
|
|
3304
3323
|
}
|
|
@@ -3306,29 +3325,29 @@ const Zl = or.get("token"), ec = or.post("put-object", (t) => (t.headers || (t.h
|
|
|
3306
3325
|
if (Xn) return t.value = !1;
|
|
3307
3326
|
const Y = await oc(Yn.data);
|
|
3308
3327
|
if (!w && (Y == null ? void 0 : Y.statusCode) != 200 || w && (Y != null && Y.some((oe) => (oe == null ? void 0 : oe.statusCode) != 200))) {
|
|
3309
|
-
t.value = !1, (
|
|
3328
|
+
t.value = !1, (ir = window.DasMessage) == null || ir.error({
|
|
3310
3329
|
message: (Y == null ? void 0 : Y.errorMsg) || C("上传失败"),
|
|
3311
3330
|
grouping: !0,
|
|
3312
3331
|
repeatNum: 1
|
|
3313
3332
|
});
|
|
3314
3333
|
return;
|
|
3315
3334
|
}
|
|
3316
|
-
const
|
|
3335
|
+
const dt = await (S == null ? void 0 : S(Y));
|
|
3317
3336
|
if (P) {
|
|
3318
|
-
if (!
|
|
3337
|
+
if (!dt.status) {
|
|
3319
3338
|
t.value = !1, r.value = "error";
|
|
3320
3339
|
return;
|
|
3321
3340
|
}
|
|
3322
|
-
e.value = C("导入进度"), t.value = !0, x(
|
|
3341
|
+
e.value = C("导入进度"), t.value = !0, x(dt.taskId, "import", "");
|
|
3323
3342
|
} else {
|
|
3324
|
-
if (!
|
|
3325
|
-
r.value = "success", (
|
|
3343
|
+
if (!dt.status) return;
|
|
3344
|
+
r.value = "success", (sr = window.DasMessage) == null || sr.success({
|
|
3326
3345
|
message: C("导入成功"),
|
|
3327
3346
|
grouping: !0,
|
|
3328
3347
|
repeatNum: 1
|
|
3329
3348
|
});
|
|
3330
3349
|
}
|
|
3331
|
-
}, v = async (S,
|
|
3350
|
+
}, v = async (S, A = "", T = "") => {
|
|
3332
3351
|
r.value = "normal", n.value = 0, e.value = T || C("导出进度"), t.value = !0;
|
|
3333
3352
|
const P = await (S == null ? void 0 : S());
|
|
3334
3353
|
if (!P.status) {
|
|
@@ -3336,21 +3355,21 @@ const Zl = or.get("token"), ec = or.post("put-object", (t) => (t.headers || (t.h
|
|
|
3336
3355
|
return;
|
|
3337
3356
|
}
|
|
3338
3357
|
x(P.taskId, "action", "");
|
|
3339
|
-
},
|
|
3358
|
+
}, F = async (S, A = "", T = "", P = !0) => {
|
|
3340
3359
|
g.value = "export", P && (r.value = "normal", n.value = 0, e.value = C("导出进度"), t.value = !0);
|
|
3341
3360
|
const _ = await (S == null ? void 0 : S());
|
|
3342
3361
|
if (!_.status) {
|
|
3343
3362
|
t.value = !1, r.value = "error";
|
|
3344
3363
|
return;
|
|
3345
3364
|
}
|
|
3346
|
-
|
|
3347
|
-
}, x = async (S,
|
|
3348
|
-
o.value = !0,
|
|
3365
|
+
rt().format("YYYYMMDDHHmmss") + "", x(_.taskId, "export", A || "", T);
|
|
3366
|
+
}, x = async (S, A, T, P = "") => {
|
|
3367
|
+
o.value = !0, U(S, A, T, P), a = setTimeout(() => {
|
|
3349
3368
|
}, 50);
|
|
3350
3369
|
}, L = () => {
|
|
3351
3370
|
clearTimeout(a), a = null, t.value = !1;
|
|
3352
|
-
},
|
|
3353
|
-
var
|
|
3371
|
+
}, U = async (S, A = "export", T, P = "") => {
|
|
3372
|
+
var H, B, k;
|
|
3354
3373
|
const [_, w] = await rc("", {
|
|
3355
3374
|
url: `progress/${S}`
|
|
3356
3375
|
}).run();
|
|
@@ -3359,43 +3378,43 @@ const Zl = or.get("token"), ec = or.post("put-object", (t) => (t.headers || (t.h
|
|
|
3359
3378
|
return;
|
|
3360
3379
|
}
|
|
3361
3380
|
if (n.value = w.percentage, n.value == 100)
|
|
3362
|
-
if (i.value = w, o.value = !1, L(),
|
|
3381
|
+
if (i.value = w, o.value = !1, L(), A == "export")
|
|
3363
3382
|
if (w.status == 1) {
|
|
3364
3383
|
r.value = "success";
|
|
3365
|
-
let W = await
|
|
3366
|
-
const X = ((
|
|
3367
|
-
let
|
|
3368
|
-
Vr(`${
|
|
3369
|
-
} else w.status == 2 && (l.value = w.message || (
|
|
3384
|
+
let W = await lr(`/oss/${w == null ? void 0 : w.filePath}`);
|
|
3385
|
+
const X = ((H = W == null ? void 0 : W.split("/")) == null ? void 0 : H.pop()) || "";
|
|
3386
|
+
let Me = T || X;
|
|
3387
|
+
Vr(`${Ve().baseURL}/oss${w.filePath}`, Me, P), o.value = !1;
|
|
3388
|
+
} else w.status == 2 && (l.value = w.message || (A == "export" ? C("导出失败") : C("导入失败")), (B = window.DasMessage) == null || B.error({
|
|
3370
3389
|
message: l.value,
|
|
3371
3390
|
grouping: !0,
|
|
3372
3391
|
repeatNum: 1
|
|
3373
3392
|
}));
|
|
3374
|
-
else if (
|
|
3393
|
+
else if (A == "import") {
|
|
3375
3394
|
if (w.filePath) {
|
|
3376
3395
|
r.value = "error", c.value = !0;
|
|
3377
|
-
let W = await
|
|
3396
|
+
let W = await lr(`/oss/${w == null ? void 0 : w.filePath}`);
|
|
3378
3397
|
const X = ((k = W == null ? void 0 : W.split("/")) == null ? void 0 : k.pop()) || "";
|
|
3379
|
-
s.value = d || X, u.value = y.sizeText, l.value = C("部分数据校验不通过,请下载附件并修改,重新导入!"), p.value = `${
|
|
3398
|
+
s.value = d || X, u.value = y.sizeText, l.value = C("部分数据校验不通过,请下载附件并修改,重新导入!"), p.value = `${Ve().baseURL}/oss/${w == null ? void 0 : w.filePath}`;
|
|
3380
3399
|
}
|
|
3381
|
-
z(w.status,
|
|
3382
|
-
} else
|
|
3400
|
+
z(w.status, A, w.message);
|
|
3401
|
+
} else A == "action" && (r.value = "success");
|
|
3383
3402
|
else
|
|
3384
3403
|
a && w.status != 2 ? a = setTimeout(() => {
|
|
3385
|
-
|
|
3386
|
-
}, 50) : (i.value = w, o.value = !1, z(w.status,
|
|
3387
|
-
}, z = (S,
|
|
3404
|
+
U(S, A, T, P);
|
|
3405
|
+
}, 50) : (i.value = w, o.value = !1, z(w.status, A, w.message), L(), c.value = !0, l.value = (w == null ? void 0 : w.message) || "");
|
|
3406
|
+
}, z = (S, A = "export", T) => {
|
|
3388
3407
|
var P, _, w;
|
|
3389
3408
|
S == 1 ? (r.value = "success", (P = window.DasMessage) == null || P.success({
|
|
3390
|
-
message:
|
|
3409
|
+
message: A == "export" ? C("导出成功") : C("导入成功"),
|
|
3391
3410
|
grouping: !0,
|
|
3392
3411
|
repeatNum: 1
|
|
3393
3412
|
}), s.value = "", u.value = "", l.value = "") : S == 2 ? (r.value = "error", (_ = window.DasMessage) == null || _.error({
|
|
3394
|
-
message: T || (
|
|
3413
|
+
message: T || (A == "export" ? C("导出失败") : C("导入失败")),
|
|
3395
3414
|
grouping: !0,
|
|
3396
3415
|
repeatNum: 1
|
|
3397
3416
|
}), l.value = T || C("部分数据校验不通过,请下载附件并修改,重新导入!")) : S == 3 && (r.value = "error", (w = window.DasMessage) == null || w.error({
|
|
3398
|
-
message:
|
|
3417
|
+
message: A == "export" ? C("部分导出失败") : C("部分导入失败"),
|
|
3399
3418
|
grouping: !0,
|
|
3400
3419
|
repeatNum: 1
|
|
3401
3420
|
}));
|
|
@@ -3413,11 +3432,11 @@ const Zl = or.get("token"), ec = or.post("put-object", (t) => (t.headers || (t.h
|
|
|
3413
3432
|
errorImport: c,
|
|
3414
3433
|
errorFilePath: p,
|
|
3415
3434
|
fileImport: R,
|
|
3416
|
-
fileExport:
|
|
3435
|
+
fileExport: F,
|
|
3417
3436
|
fileAction: v,
|
|
3418
3437
|
generateUniqueName: (S) => {
|
|
3419
|
-
const
|
|
3420
|
-
return `${
|
|
3438
|
+
const A = S == null ? void 0 : S.match(/(.*?)(\.[^.]*$|$)/), T = A.length ? A[2] : "";
|
|
3439
|
+
return `${A.length ? A[1] : S}${Yl()}${T}`;
|
|
3421
3440
|
},
|
|
3422
3441
|
downloadFile: Vr,
|
|
3423
3442
|
resetStataus: m,
|
|
@@ -3475,5 +3494,5 @@ const Zl = or.get("token"), ec = or.post("put-object", (t) => (t.headers || (t.h
|
|
|
3475
3494
|
});
|
|
3476
3495
|
export {
|
|
3477
3496
|
Vr as downloadFile,
|
|
3478
|
-
|
|
3497
|
+
Dc as useFile
|
|
3479
3498
|
};
|