@das-fed/utils 6.4.0-hot.5 → 6.4.0-hot.50

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.
Files changed (111) hide show
  1. package/api-services/i18n/index.d.ts +53 -0
  2. package/api-services/i18n/index.js +27 -0
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.js +1443 -1270
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +1869 -1708
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +1869 -1708
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +1873 -1712
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +1869 -1708
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +1860 -1699
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +1776 -1629
  17. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  18. package/api-services/modules/file/index.d.ts +1 -0
  19. package/api-services/modules/file/index.js +3109 -156
  20. package/api-services/modules/file/index.js.gz +0 -0
  21. package/api-services/modules/gateway-edge/index.js +1869 -1708
  22. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  23. package/api-services/modules/index.js +1670 -1504
  24. package/api-services/modules/index.js.gz +0 -0
  25. package/api-services/modules/iot/index.d.ts +1 -0
  26. package/api-services/modules/iot/index.js +1885 -1723
  27. package/api-services/modules/iot/index.js.gz +0 -0
  28. package/api-services/modules/justauth/index.js +1813 -1670
  29. package/api-services/modules/justauth/index.js.gz +0 -0
  30. package/api-services/modules/knowledge/index.js +1869 -1708
  31. package/api-services/modules/knowledge/index.js.gz +0 -0
  32. package/api-services/modules/link/index.js +1869 -1708
  33. package/api-services/modules/link/index.js.gz +0 -0
  34. package/api-services/modules/permission/index.js +1769 -1626
  35. package/api-services/modules/permission/index.js.gz +0 -0
  36. package/api-services/modules/platformManage/index.js +1881 -1720
  37. package/api-services/modules/platformManage/index.js.gz +0 -0
  38. package/api-services/modules/portal/index.js +1853 -1692
  39. package/api-services/modules/portal/index.js.gz +0 -0
  40. package/api-services/modules/space-manage/index.js +1869 -1708
  41. package/api-services/modules/space-manage/index.js.gz +0 -0
  42. package/api-services/modules/super-admin/index.js +1817 -1674
  43. package/api-services/modules/super-admin/index.js.gz +0 -0
  44. package/api-services/modules/supplier/index.js +1816 -1673
  45. package/api-services/modules/supplier/index.js.gz +0 -0
  46. package/api-services/modules/supplychain-manage/index.js +1853 -1692
  47. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  48. package/api-services/modules/systemConfiguration/index.js +1868 -1707
  49. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  50. package/api-services/modules/tool/index.js +1869 -1708
  51. package/api-services/modules/tool/index.js.gz +0 -0
  52. package/api-services/src/create-service/index.js +1811 -1668
  53. package/api-services/src/create-service/index.js.gz +0 -0
  54. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  55. package/common-info/index.d.ts +11 -3
  56. package/common-info/index.js +112 -56
  57. package/common-info/index.js.gz +0 -0
  58. package/common-info/set-personal-info/index.js +265 -241
  59. package/common-info/set-personal-info/index.js.gz +0 -0
  60. package/common-info/type.d.ts +218 -104
  61. package/common-tools/calc-text-width/index.d.ts +1 -0
  62. package/common-tools/calc-text-width/index.js +10 -0
  63. package/common-tools/extract-file-name/index.d.ts +1 -0
  64. package/common-tools/extract-file-name/index.js +1466 -0
  65. package/common-tools/extract-file-name/index.js.gz +0 -0
  66. package/common-tools/get-file-extension/index.d.ts +6 -0
  67. package/common-tools/get-file-extension/index.js +7 -0
  68. package/common-tools/get-url-params/index.d.ts +1 -1
  69. package/common-tools/get-url-params/index.js.gz +0 -0
  70. package/common-tools/index.d.ts +4 -0
  71. package/common-tools/index.js +4 -0
  72. package/common-tools/nest-tree-format/index.d.ts +1 -1
  73. package/common-tools/nest-tree-format/index.js +15 -15
  74. package/common-tools/setHtmlMinWH/index.js +4 -8
  75. package/common-tools/update-browser-title/index.d.ts +1 -0
  76. package/common-tools/update-browser-title/index.js +12 -0
  77. package/common-tools/update-fav-icon/index.js +15 -14
  78. package/create-api-service/i18n/index.d.ts +33 -0
  79. package/create-api-service/i18n/index.js +15 -0
  80. package/create-api-service/index.d.ts +3 -1
  81. package/create-api-service/index.js +1872 -1711
  82. package/create-api-service/index.js.gz +0 -0
  83. package/create-api-service/sso/index.d.ts +0 -2
  84. package/create-api-service/sso/index.js +753 -629
  85. package/create-api-service/sso/index.js.gz +0 -0
  86. package/curring-http/index.js +338 -320
  87. package/curring-http/index.js.gz +0 -0
  88. package/curring-http/type.d.ts +87 -87
  89. package/directive/auth/index.js.gz +0 -0
  90. package/directive/hoverInside/index.d.ts +1 -1
  91. package/dom-check-in/index.js +2 -2
  92. package/dom-watcher/index.d.ts +1 -1
  93. package/esm-map.json +9 -2
  94. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  95. package/hooks/popup-manager/use-zindex/index.js +7 -20
  96. package/hooks/use-get-auth/index.js.gz +0 -0
  97. package/nextTiken/index.js.gz +0 -0
  98. package/package.json +4 -4
  99. package/pinyin-first-character/index.js +6 -1
  100. package/pinyin-first-character/index.js.gz +0 -0
  101. package/style/index.js.gz +0 -0
  102. package/style/math.d.ts +4 -4
  103. package/token-tools/index.d.ts +6 -6
  104. package/token-tools/index.js +8 -84
  105. package/use-low-code/index.js +13 -13
  106. package/use-low-code/index.js.gz +0 -0
  107. package/use-low-code/style.css +1 -1
  108. package/vue/hooks/use-model-value/index.d.ts +5 -1
  109. package/webSocket-service/index.js.gz +0 -0
  110. package/webSocket-service/type.d.ts +28 -28
  111. package/token-tools/index.js.gz +0 -0
@@ -1,180 +1,3133 @@
1
- import { iotMinio as I, iotProgress as Q } from "@das-fed/utils/api-services/modules/iot";
2
- import { ref as f } from "vue";
3
- import W from "dayjs";
4
- import { getConfig as B } from "@das-fed/utils/config";
5
- let Z = (e = 21) => {
6
- let o = "", i = crypto.getRandomValues(new Uint8Array(e));
7
- for (; e--; ) {
8
- let t = i[e] & 63;
9
- t < 36 ? o += t.toString(36) : t < 62 ? o += (t - 26).toString(36).toUpperCase() : t < 63 ? o += "_" : o += "-";
1
+ import { setI18nRule as Hn, currentLang as zn, t as P } from "@das-fed/web/packages/i18n/index";
2
+ import { curringHttp as Wn } from "@das-fed/utils/curring-http";
3
+ import { getToken as Gn, getQuery as Jn, login as Vn, real_uri as Kn, getTokenParams as Qn } from "@das-fed/utils/create-api-service/sso";
4
+ import Qe from "dayjs";
5
+ import Xn from "dayjs/plugin/utc";
6
+ import Yn from "dayjs/plugin/timezone";
7
+ import { getProjectInfo as Zn, getInstanceInfo as eo } from "@das-fed/utils/common-info";
8
+ import { getAccessToken as to } from "@das-fed/utils/token-tools";
9
+ import { getConfig as We } from "@das-fed/utils/config";
10
+ import { extractFilename as rr } from "@das-fed/utils/common-tools";
11
+ import { ref as D } from "vue";
12
+ function zr(t, e) {
13
+ return function() {
14
+ return t.apply(e, arguments);
15
+ };
16
+ }
17
+ const { toString: ro } = Object.prototype, { getPrototypeOf: Ht } = Object, Xe = /* @__PURE__ */ ((t) => (e) => {
18
+ const n = ro.call(e);
19
+ return t[n] || (t[n] = n.slice(8, -1).toLowerCase());
20
+ })(/* @__PURE__ */ Object.create(null)), Q = (t) => (t = t.toLowerCase(), (e) => Xe(e) === t), Ye = (t) => (e) => typeof e === t, { isArray: Se } = Array, xe = Ye("undefined");
21
+ function no(t) {
22
+ return t !== null && !xe(t) && t.constructor !== null && !xe(t.constructor) && B(t.constructor.isBuffer) && t.constructor.isBuffer(t);
23
+ }
24
+ const Wr = Q("ArrayBuffer");
25
+ function oo(t) {
26
+ let e;
27
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Wr(t.buffer), e;
28
+ }
29
+ const ao = Ye("string"), B = Ye("function"), Gr = Ye("number"), Ze = (t) => t !== null && typeof t == "object", io = (t) => t === !0 || t === !1, Le = (t) => {
30
+ if (Xe(t) !== "object")
31
+ return !1;
32
+ const e = Ht(t);
33
+ return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in t) && !(Symbol.iterator in t);
34
+ }, so = Q("Date"), lo = Q("File"), co = Q("Blob"), uo = Q("FileList"), fo = (t) => Ze(t) && B(t.pipe), po = (t) => {
35
+ let e;
36
+ return t && (typeof FormData == "function" && t instanceof FormData || B(t.append) && ((e = Xe(t)) === "formdata" || // detect form-data instance
37
+ e === "object" && B(t.toString) && t.toString() === "[object FormData]"));
38
+ }, yo = Q("URLSearchParams"), ho = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
39
+ function Ce(t, e, { allOwnKeys: n = !1 } = {}) {
40
+ if (t === null || typeof t > "u")
41
+ return;
42
+ let r, o;
43
+ if (typeof t != "object" && (t = [t]), Se(t))
44
+ for (r = 0, o = t.length; r < o; r++)
45
+ e.call(null, t[r], r, t);
46
+ else {
47
+ const a = n ? Object.getOwnPropertyNames(t) : Object.keys(t), i = a.length;
48
+ let s;
49
+ for (r = 0; r < i; r++)
50
+ s = a[r], e.call(null, t[s], s, t);
10
51
  }
11
- return o;
52
+ }
53
+ function Jr(t, e) {
54
+ e = e.toLowerCase();
55
+ const n = Object.keys(t);
56
+ let r = n.length, o;
57
+ for (; r-- > 0; )
58
+ if (o = n[r], e === o.toLowerCase())
59
+ return o;
60
+ return null;
61
+ }
62
+ const Vr = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Kr = (t) => !xe(t) && t !== Vr;
63
+ function Nt() {
64
+ const { caseless: t } = Kr(this) && this || {}, e = {}, n = (r, o) => {
65
+ const a = t && Jr(e, o) || o;
66
+ Le(e[a]) && Le(r) ? e[a] = Nt(e[a], r) : Le(r) ? e[a] = Nt({}, r) : Se(r) ? e[a] = r.slice() : e[a] = r;
67
+ };
68
+ for (let r = 0, o = arguments.length; r < o; r++)
69
+ arguments[r] && Ce(arguments[r], n);
70
+ return e;
71
+ }
72
+ const mo = (t, e, n, { allOwnKeys: r } = {}) => (Ce(e, (o, a) => {
73
+ n && B(o) ? t[a] = zr(o, n) : t[a] = o;
74
+ }, { allOwnKeys: r }), t), vo = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), go = (t, e, n, r) => {
75
+ t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
76
+ value: e.prototype
77
+ }), n && Object.assign(t.prototype, n);
78
+ }, So = (t, e, n, r) => {
79
+ let o, a, i;
80
+ const s = {};
81
+ if (e = e || {}, t == null) return e;
82
+ do {
83
+ for (o = Object.getOwnPropertyNames(t), a = o.length; a-- > 0; )
84
+ i = o[a], (!r || r(i, t, e)) && !s[i] && (e[i] = t[i], s[i] = !0);
85
+ t = n !== !1 && Ht(t);
86
+ } while (t && (!n || n(t, e)) && t !== Object.prototype);
87
+ return e;
88
+ }, bo = (t, e, n) => {
89
+ t = String(t), (n === void 0 || n > t.length) && (n = t.length), n -= e.length;
90
+ const r = t.indexOf(e, n);
91
+ return r !== -1 && r === n;
92
+ }, wo = (t) => {
93
+ if (!t) return null;
94
+ if (Se(t)) return t;
95
+ let e = t.length;
96
+ if (!Gr(e)) return null;
97
+ const n = new Array(e);
98
+ for (; e-- > 0; )
99
+ n[e] = t[e];
100
+ return n;
101
+ }, Eo = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" && Ht(Uint8Array)), Oo = (t, e) => {
102
+ const r = (t && t[Symbol.iterator]).call(t);
103
+ let o;
104
+ for (; (o = r.next()) && !o.done; ) {
105
+ const a = o.value;
106
+ e.call(t, a[0], a[1]);
107
+ }
108
+ }, Ao = (t, e) => {
109
+ let n;
110
+ const r = [];
111
+ for (; (n = t.exec(e)) !== null; )
112
+ r.push(n);
113
+ return r;
114
+ }, Ro = Q("HTMLFormElement"), Po = (t) => t.toLowerCase().replace(
115
+ /[-_\s]([a-z\d])(\w*)/g,
116
+ function(n, r, o) {
117
+ return r.toUpperCase() + o;
118
+ }
119
+ ), nr = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), xo = Q("RegExp"), Qr = (t, e) => {
120
+ const n = Object.getOwnPropertyDescriptors(t), r = {};
121
+ Ce(n, (o, a) => {
122
+ let i;
123
+ (i = e(o, a, t)) !== !1 && (r[a] = i || o);
124
+ }), Object.defineProperties(t, r);
125
+ }, To = (t) => {
126
+ Qr(t, (e, n) => {
127
+ if (B(t) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
128
+ return !1;
129
+ const r = t[n];
130
+ if (B(r)) {
131
+ if (e.enumerable = !1, "writable" in e) {
132
+ e.writable = !1;
133
+ return;
134
+ }
135
+ e.set || (e.set = () => {
136
+ throw Error("Can not rewrite read-only method '" + n + "'");
137
+ });
138
+ }
139
+ });
140
+ }, Co = (t, e) => {
141
+ const n = {}, r = (o) => {
142
+ o.forEach((a) => {
143
+ n[a] = !0;
144
+ });
145
+ };
146
+ return Se(t) ? r(t) : r(String(t).split(e)), n;
147
+ }, $o = () => {
148
+ }, No = (t, e) => (t = +t, Number.isFinite(t) ? t : e), st = "abcdefghijklmnopqrstuvwxyz", or = "0123456789", Xr = {
149
+ DIGIT: or,
150
+ ALPHA: st,
151
+ ALPHA_DIGIT: st + st.toUpperCase() + or
152
+ }, _o = (t = 16, e = Xr.ALPHA_DIGIT) => {
153
+ let n = "";
154
+ const { length: r } = e;
155
+ for (; t--; )
156
+ n += e[Math.random() * r | 0];
157
+ return n;
158
+ };
159
+ function Fo(t) {
160
+ return !!(t && B(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
161
+ }
162
+ const Io = (t) => {
163
+ const e = new Array(10), n = (r, o) => {
164
+ if (Ze(r)) {
165
+ if (e.indexOf(r) >= 0)
166
+ return;
167
+ if (!("toJSON" in r)) {
168
+ e[o] = r;
169
+ const a = Se(r) ? [] : {};
170
+ return Ce(r, (i, s) => {
171
+ const c = n(i, o + 1);
172
+ !xe(c) && (a[s] = c);
173
+ }), e[o] = void 0, a;
174
+ }
175
+ }
176
+ return r;
177
+ };
178
+ return n(t, 0);
179
+ }, Mo = Q("AsyncFunction"), Do = (t) => t && (Ze(t) || B(t)) && B(t.then) && B(t.catch), p = {
180
+ isArray: Se,
181
+ isArrayBuffer: Wr,
182
+ isBuffer: no,
183
+ isFormData: po,
184
+ isArrayBufferView: oo,
185
+ isString: ao,
186
+ isNumber: Gr,
187
+ isBoolean: io,
188
+ isObject: Ze,
189
+ isPlainObject: Le,
190
+ isUndefined: xe,
191
+ isDate: so,
192
+ isFile: lo,
193
+ isBlob: co,
194
+ isRegExp: xo,
195
+ isFunction: B,
196
+ isStream: fo,
197
+ isURLSearchParams: yo,
198
+ isTypedArray: Eo,
199
+ isFileList: uo,
200
+ forEach: Ce,
201
+ merge: Nt,
202
+ extend: mo,
203
+ trim: ho,
204
+ stripBOM: vo,
205
+ inherits: go,
206
+ toFlatObject: So,
207
+ kindOf: Xe,
208
+ kindOfTest: Q,
209
+ endsWith: bo,
210
+ toArray: wo,
211
+ forEachEntry: Oo,
212
+ matchAll: Ao,
213
+ isHTMLForm: Ro,
214
+ hasOwnProperty: nr,
215
+ hasOwnProp: nr,
216
+ // an alias to avoid ESLint no-prototype-builtins detection
217
+ reduceDescriptors: Qr,
218
+ freezeMethods: To,
219
+ toObjectSet: Co,
220
+ toCamelCase: Po,
221
+ noop: $o,
222
+ toFiniteNumber: No,
223
+ findKey: Jr,
224
+ global: Vr,
225
+ isContextDefined: Kr,
226
+ ALPHABET: Xr,
227
+ generateString: _o,
228
+ isSpecCompliantForm: Fo,
229
+ toJSONObject: Io,
230
+ isAsyncFn: Mo,
231
+ isThenable: Do
232
+ };
233
+ function E(t, e, n, r, o) {
234
+ 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);
235
+ }
236
+ p.inherits(E, Error, {
237
+ toJSON: function() {
238
+ return {
239
+ // Standard
240
+ message: this.message,
241
+ name: this.name,
242
+ // Microsoft
243
+ description: this.description,
244
+ number: this.number,
245
+ // Mozilla
246
+ fileName: this.fileName,
247
+ lineNumber: this.lineNumber,
248
+ columnNumber: this.columnNumber,
249
+ stack: this.stack,
250
+ // Axios
251
+ config: p.toJSONObject(this.config),
252
+ code: this.code,
253
+ status: this.response && this.response.status ? this.response.status : null
254
+ };
255
+ }
256
+ });
257
+ const Yr = E.prototype, Zr = {};
258
+ [
259
+ "ERR_BAD_OPTION_VALUE",
260
+ "ERR_BAD_OPTION",
261
+ "ECONNABORTED",
262
+ "ETIMEDOUT",
263
+ "ERR_NETWORK",
264
+ "ERR_FR_TOO_MANY_REDIRECTS",
265
+ "ERR_DEPRECATED",
266
+ "ERR_BAD_RESPONSE",
267
+ "ERR_BAD_REQUEST",
268
+ "ERR_CANCELED",
269
+ "ERR_NOT_SUPPORT",
270
+ "ERR_INVALID_URL"
271
+ // eslint-disable-next-line func-names
272
+ ].forEach((t) => {
273
+ Zr[t] = { value: t };
274
+ });
275
+ Object.defineProperties(E, Zr);
276
+ Object.defineProperty(Yr, "isAxiosError", { value: !0 });
277
+ E.from = (t, e, n, r, o, a) => {
278
+ const i = Object.create(Yr);
279
+ return p.toFlatObject(t, i, function(c) {
280
+ return c !== Error.prototype;
281
+ }, (s) => s !== "isAxiosError"), E.call(i, t.message, e, n, r, o), i.cause = t, i.name = t.name, a && Object.assign(i, a), i;
12
282
  };
13
- const F = I.get("token"), ee = I.post("put-object", (e) => (e.headers || (e.headers = {}), e.headers["Content-Type"] = "multipart/form-data", e.responseType = "blob", e)), te = I.post("upload-objects", (e) => (e.headers || (e.headers = {}), e.headers["Content-Type"] = "multipart/form-data", e.responseType = "blob", e)), se = Q.get("progress"), ce = () => {
14
- let e = f(!1), o = f(""), i = f(0), t = f("normal"), g = f(!1), p, h = f(""), v = f(""), y = f(""), w = f(""), T = f(!1), P = f(""), L = "", U;
15
- const q = () => {
16
- v.value = "", y.value = "", w.value = "", T.value = !1, P.value = "";
17
- }, Y = async () => {
18
- const [s, r] = await F().run();
19
- return s ? { stauts: !1 } : { status: !0, data: r };
20
- }, K = (s) => new Promise((r, l) => {
21
- const u = [];
22
- let a = 0;
23
- for (; a < s.size; ) {
24
- const m = s.slice(a, a + 1048576);
25
- u.push(m), a += 1048576;
26
- }
27
- const d = new Blob(u, { type: s.type });
28
- r(d);
29
- }), J = async (s, r, l, n = !0, u = "", a = !1) => {
30
- var E, O;
31
- L = u, n && (t.value = "normal", i.value = 0, o.value = "导入进度", e.value = !0, h.value = ""), U = r;
32
- const d = await Y();
33
- if (!d.status) return;
34
- let m = d.data, c = null, { autoContentType: $, bucketName: x, importFileName: j } = l;
35
- const N = a ? te : ee;
283
+ const Bo = null;
284
+ function _t(t) {
285
+ return p.isPlainObject(t) || p.isArray(t);
286
+ }
287
+ function en(t) {
288
+ return p.endsWith(t, "[]") ? t.slice(0, -2) : t;
289
+ }
290
+ function ar(t, e, n) {
291
+ return t ? t.concat(e).map(function(o, a) {
292
+ return o = en(o), !n && a ? "[" + o + "]" : o;
293
+ }).join(n ? "." : "") : e;
294
+ }
295
+ function Uo(t) {
296
+ return p.isArray(t) && !t.some(_t);
297
+ }
298
+ const ko = p.toFlatObject(p, {}, null, function(e) {
299
+ return /^is[A-Z]/.test(e);
300
+ });
301
+ function et(t, e, n) {
302
+ if (!p.isObject(t))
303
+ throw new TypeError("target must be an object");
304
+ e = e || new FormData(), n = p.toFlatObject(n, {
305
+ metaTokens: !0,
306
+ dots: !1,
307
+ indexes: !1
308
+ }, !1, function(h, O) {
309
+ return !p.isUndefined(O[h]);
310
+ });
311
+ const r = n.metaTokens, o = n.visitor || f, a = n.dots, i = n.indexes, c = (n.Blob || typeof Blob < "u" && Blob) && p.isSpecCompliantForm(e);
312
+ if (!p.isFunction(o))
313
+ throw new TypeError("visitor must be a function");
314
+ function l(d) {
315
+ if (d === null) return "";
316
+ if (p.isDate(d))
317
+ return d.toISOString();
318
+ if (!c && p.isBlob(d))
319
+ throw new E("Blob is not supported. Use a Buffer instead.");
320
+ return p.isArrayBuffer(d) || p.isTypedArray(d) ? c && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
321
+ }
322
+ function f(d, h, O) {
323
+ let m = d;
324
+ if (d && !O && typeof d == "object") {
325
+ if (p.endsWith(h, "{}"))
326
+ h = r ? h : h.slice(0, -2), d = JSON.stringify(d);
327
+ else if (p.isArray(d) && Uo(d) || (p.isFileList(d) || p.endsWith(h, "[]")) && (m = p.toArray(d)))
328
+ return h = en(h), m.forEach(function(C, H) {
329
+ !(p.isUndefined(C) || C === null) && e.append(
330
+ // eslint-disable-next-line no-nested-ternary
331
+ i === !0 ? ar([h], H, a) : i === null ? h : h + "[]",
332
+ l(C)
333
+ );
334
+ }), !1;
335
+ }
336
+ return _t(d) ? !0 : (e.append(ar(O, h, a), l(d)), !1);
337
+ }
338
+ const u = [], y = Object.assign(ko, {
339
+ defaultVisitor: f,
340
+ convertValue: l,
341
+ isVisitable: _t
342
+ });
343
+ function v(d, h) {
344
+ if (!p.isUndefined(d)) {
345
+ if (u.indexOf(d) !== -1)
346
+ throw Error("Circular reference detected in " + h.join("."));
347
+ u.push(d), p.forEach(d, function(m, T) {
348
+ (!(p.isUndefined(m) || m === null) && o.call(
349
+ e,
350
+ m,
351
+ p.isString(T) ? T.trim() : T,
352
+ h,
353
+ y
354
+ )) === !0 && v(m, h ? h.concat(T) : [T]);
355
+ }), u.pop();
356
+ }
357
+ }
358
+ if (!p.isObject(t))
359
+ throw new TypeError("data must be an object");
360
+ return v(t), e;
361
+ }
362
+ function ir(t) {
363
+ const e = {
364
+ "!": "%21",
365
+ "'": "%27",
366
+ "(": "%28",
367
+ ")": "%29",
368
+ "~": "%7E",
369
+ "%20": "+",
370
+ "%00": "\0"
371
+ };
372
+ return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g, function(r) {
373
+ return e[r];
374
+ });
375
+ }
376
+ function zt(t, e) {
377
+ this._pairs = [], t && et(t, this, e);
378
+ }
379
+ const tn = zt.prototype;
380
+ tn.append = function(e, n) {
381
+ this._pairs.push([e, n]);
382
+ };
383
+ tn.toString = function(e) {
384
+ const n = e ? function(r) {
385
+ return e.call(this, r, ir);
386
+ } : ir;
387
+ return this._pairs.map(function(o) {
388
+ return n(o[0]) + "=" + n(o[1]);
389
+ }, "").join("&");
390
+ };
391
+ function Lo(t) {
392
+ return encodeURIComponent(t).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
393
+ }
394
+ function rn(t, e, n) {
395
+ if (!e)
396
+ return t;
397
+ const r = n && n.encode || Lo, o = n && n.serialize;
398
+ let a;
399
+ if (o ? a = o(e, n) : a = p.isURLSearchParams(e) ? e.toString() : new zt(e, n).toString(r), a) {
400
+ const i = t.indexOf("#");
401
+ i !== -1 && (t = t.slice(0, i)), t += (t.indexOf("?") === -1 ? "?" : "&") + a;
402
+ }
403
+ return t;
404
+ }
405
+ class sr {
406
+ constructor() {
407
+ this.handlers = [];
408
+ }
409
+ /**
410
+ * Add a new interceptor to the stack
411
+ *
412
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
413
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
414
+ *
415
+ * @return {Number} An ID used to remove interceptor later
416
+ */
417
+ use(e, n, r) {
418
+ return this.handlers.push({
419
+ fulfilled: e,
420
+ rejected: n,
421
+ synchronous: r ? r.synchronous : !1,
422
+ runWhen: r ? r.runWhen : null
423
+ }), this.handlers.length - 1;
424
+ }
425
+ /**
426
+ * Remove an interceptor from the stack
427
+ *
428
+ * @param {Number} id The ID that was returned by `use`
429
+ *
430
+ * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
431
+ */
432
+ eject(e) {
433
+ this.handlers[e] && (this.handlers[e] = null);
434
+ }
435
+ /**
436
+ * Clear all interceptors from the stack
437
+ *
438
+ * @returns {void}
439
+ */
440
+ clear() {
441
+ this.handlers && (this.handlers = []);
442
+ }
443
+ /**
444
+ * Iterate over all the registered interceptors
445
+ *
446
+ * This method is particularly useful for skipping over any
447
+ * interceptors that may have become `null` calling `eject`.
448
+ *
449
+ * @param {Function} fn The function to call for each interceptor
450
+ *
451
+ * @returns {void}
452
+ */
453
+ forEach(e) {
454
+ p.forEach(this.handlers, function(r) {
455
+ r !== null && e(r);
456
+ });
457
+ }
458
+ }
459
+ const nn = {
460
+ silentJSONParsing: !0,
461
+ forcedJSONParsing: !0,
462
+ clarifyTimeoutError: !1
463
+ }, jo = typeof URLSearchParams < "u" ? URLSearchParams : zt, qo = typeof FormData < "u" ? FormData : null, Ho = typeof Blob < "u" ? Blob : null, zo = {
464
+ isBrowser: !0,
465
+ classes: {
466
+ URLSearchParams: jo,
467
+ FormData: qo,
468
+ Blob: Ho
469
+ },
470
+ protocols: ["http", "https", "file", "blob", "url", "data"]
471
+ }, on = typeof window < "u" && typeof document < "u", Wo = ((t) => on && ["ReactNative", "NativeScript", "NS"].indexOf(t) < 0)(typeof navigator < "u" && navigator.product), Go = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
472
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
473
+ __proto__: null,
474
+ hasBrowserEnv: on,
475
+ hasStandardBrowserEnv: Wo,
476
+ hasStandardBrowserWebWorkerEnv: Go
477
+ }, Symbol.toStringTag, { value: "Module" })), K = {
478
+ ...Jo,
479
+ ...zo
480
+ };
481
+ function Vo(t, e) {
482
+ return et(t, new K.classes.URLSearchParams(), Object.assign({
483
+ visitor: function(n, r, o, a) {
484
+ return K.isNode && p.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
485
+ }
486
+ }, e));
487
+ }
488
+ function Ko(t) {
489
+ return p.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
490
+ }
491
+ function Qo(t) {
492
+ const e = {}, n = Object.keys(t);
493
+ let r;
494
+ const o = n.length;
495
+ let a;
496
+ for (r = 0; r < o; r++)
497
+ a = n[r], e[a] = t[a];
498
+ return e;
499
+ }
500
+ function an(t) {
501
+ function e(n, r, o, a) {
502
+ let i = n[a++];
503
+ if (i === "__proto__") return !0;
504
+ const s = Number.isFinite(+i), c = a >= n.length;
505
+ return i = !i && p.isArray(o) ? o.length : i, c ? (p.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !s) : ((!o[i] || !p.isObject(o[i])) && (o[i] = []), e(n, r, o[i], a) && p.isArray(o[i]) && (o[i] = Qo(o[i])), !s);
506
+ }
507
+ if (p.isFormData(t) && p.isFunction(t.entries)) {
508
+ const n = {};
509
+ return p.forEachEntry(t, (r, o) => {
510
+ e(Ko(r), o, n, 0);
511
+ }), n;
512
+ }
513
+ return null;
514
+ }
515
+ function Xo(t, e, n) {
516
+ if (p.isString(t))
517
+ try {
518
+ return (e || JSON.parse)(t), p.trim(t);
519
+ } catch (r) {
520
+ if (r.name !== "SyntaxError")
521
+ throw r;
522
+ }
523
+ return (n || JSON.stringify)(t);
524
+ }
525
+ const $e = {
526
+ transitional: nn,
527
+ adapter: ["xhr", "http"],
528
+ transformRequest: [function(e, n) {
529
+ const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, a = p.isObject(e);
530
+ if (a && p.isHTMLForm(e) && (e = new FormData(e)), p.isFormData(e))
531
+ return o ? JSON.stringify(an(e)) : e;
532
+ if (p.isArrayBuffer(e) || p.isBuffer(e) || p.isStream(e) || p.isFile(e) || p.isBlob(e))
533
+ return e;
534
+ if (p.isArrayBufferView(e))
535
+ return e.buffer;
536
+ if (p.isURLSearchParams(e))
537
+ return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), e.toString();
538
+ let s;
36
539
  if (a) {
37
- let M = [];
38
- await r.forEach(async (R) => {
39
- let A = await K(R);
40
- M.push(A);
41
- }), c = new FormData(), c.append("accessKeyId", m.accessKeyId), c.append("secretAccessKey", m.secretAccessKey), c.append("sessionToken", m.sessionToken), c.append("bucketName", x), r.forEach((R, A) => {
42
- c.append("file", M[A]);
43
- }), j.forEach((R) => {
44
- c.append("filePaths", R);
540
+ if (r.indexOf("application/x-www-form-urlencoded") > -1)
541
+ return Vo(e, this.formSerializer).toString();
542
+ if ((s = p.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
543
+ const c = this.env && this.env.FormData;
544
+ return et(
545
+ s ? { "files[]": e } : e,
546
+ c && new c(),
547
+ this.formSerializer
548
+ );
549
+ }
550
+ }
551
+ return a || o ? (n.setContentType("application/json", !1), Xo(e)) : e;
552
+ }],
553
+ transformResponse: [function(e) {
554
+ const n = this.transitional || $e.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
555
+ if (e && p.isString(e) && (r && !this.responseType || o)) {
556
+ const i = !(n && n.silentJSONParsing) && o;
557
+ try {
558
+ return JSON.parse(e);
559
+ } catch (s) {
560
+ if (i)
561
+ throw s.name === "SyntaxError" ? E.from(s, E.ERR_BAD_RESPONSE, this, null, this.response) : s;
562
+ }
563
+ }
564
+ return e;
565
+ }],
566
+ /**
567
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
568
+ * timeout is not created.
569
+ */
570
+ timeout: 0,
571
+ xsrfCookieName: "XSRF-TOKEN",
572
+ xsrfHeaderName: "X-XSRF-TOKEN",
573
+ maxContentLength: -1,
574
+ maxBodyLength: -1,
575
+ env: {
576
+ FormData: K.classes.FormData,
577
+ Blob: K.classes.Blob
578
+ },
579
+ validateStatus: function(e) {
580
+ return e >= 200 && e < 300;
581
+ },
582
+ headers: {
583
+ common: {
584
+ Accept: "application/json, text/plain, */*",
585
+ "Content-Type": void 0
586
+ }
587
+ }
588
+ };
589
+ p.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
590
+ $e.headers[t] = {};
591
+ });
592
+ const Yo = p.toObjectSet([
593
+ "age",
594
+ "authorization",
595
+ "content-length",
596
+ "content-type",
597
+ "etag",
598
+ "expires",
599
+ "from",
600
+ "host",
601
+ "if-modified-since",
602
+ "if-unmodified-since",
603
+ "last-modified",
604
+ "location",
605
+ "max-forwards",
606
+ "proxy-authorization",
607
+ "referer",
608
+ "retry-after",
609
+ "user-agent"
610
+ ]), Zo = (t) => {
611
+ const e = {};
612
+ let n, r, o;
613
+ return t && t.split(`
614
+ `).forEach(function(i) {
615
+ o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || e[n] && Yo[n]) && (n === "set-cookie" ? e[n] ? e[n].push(r) : e[n] = [r] : e[n] = e[n] ? e[n] + ", " + r : r);
616
+ }), e;
617
+ }, lr = Symbol("internals");
618
+ function we(t) {
619
+ return t && String(t).trim().toLowerCase();
620
+ }
621
+ function je(t) {
622
+ return t === !1 || t == null ? t : p.isArray(t) ? t.map(je) : String(t);
623
+ }
624
+ function ea(t) {
625
+ const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
626
+ let r;
627
+ for (; r = n.exec(t); )
628
+ e[r[1]] = r[2];
629
+ return e;
630
+ }
631
+ const ta = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
632
+ function lt(t, e, n, r, o) {
633
+ if (p.isFunction(r))
634
+ return r.call(this, e, n);
635
+ if (o && (e = n), !!p.isString(e)) {
636
+ if (p.isString(r))
637
+ return e.indexOf(r) !== -1;
638
+ if (p.isRegExp(r))
639
+ return r.test(e);
640
+ }
641
+ }
642
+ function ra(t) {
643
+ return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, n, r) => n.toUpperCase() + r);
644
+ }
645
+ function na(t, e) {
646
+ const n = p.toCamelCase(" " + e);
647
+ ["get", "set", "has"].forEach((r) => {
648
+ Object.defineProperty(t, r + n, {
649
+ value: function(o, a, i) {
650
+ return this[r].call(this, e, o, a, i);
651
+ },
652
+ configurable: !0
653
+ });
654
+ });
655
+ }
656
+ let U = class {
657
+ constructor(e) {
658
+ e && this.set(e);
659
+ }
660
+ set(e, n, r) {
661
+ const o = this;
662
+ function a(s, c, l) {
663
+ const f = we(c);
664
+ if (!f)
665
+ throw new Error("header name must be a non-empty string");
666
+ const u = p.findKey(o, f);
667
+ (!u || o[u] === void 0 || l === !0 || l === void 0 && o[u] !== !1) && (o[u || c] = je(s));
668
+ }
669
+ const i = (s, c) => p.forEach(s, (l, f) => a(l, f, c));
670
+ return p.isPlainObject(e) || e instanceof this.constructor ? i(e, n) : p.isString(e) && (e = e.trim()) && !ta(e) ? i(Zo(e), n) : e != null && a(n, e, r), this;
671
+ }
672
+ get(e, n) {
673
+ if (e = we(e), e) {
674
+ const r = p.findKey(this, e);
675
+ if (r) {
676
+ const o = this[r];
677
+ if (!n)
678
+ return o;
679
+ if (n === !0)
680
+ return ea(o);
681
+ if (p.isFunction(n))
682
+ return n.call(this, o, r);
683
+ if (p.isRegExp(n))
684
+ return n.exec(o);
685
+ throw new TypeError("parser must be boolean|regexp|function");
686
+ }
687
+ }
688
+ }
689
+ has(e, n) {
690
+ if (e = we(e), e) {
691
+ const r = p.findKey(this, e);
692
+ return !!(r && this[r] !== void 0 && (!n || lt(this, this[r], r, n)));
693
+ }
694
+ return !1;
695
+ }
696
+ delete(e, n) {
697
+ const r = this;
698
+ let o = !1;
699
+ function a(i) {
700
+ if (i = we(i), i) {
701
+ const s = p.findKey(r, i);
702
+ s && (!n || lt(r, r[s], s, n)) && (delete r[s], o = !0);
703
+ }
704
+ }
705
+ return p.isArray(e) ? e.forEach(a) : a(e), o;
706
+ }
707
+ clear(e) {
708
+ const n = Object.keys(this);
709
+ let r = n.length, o = !1;
710
+ for (; r--; ) {
711
+ const a = n[r];
712
+ (!e || lt(this, this[a], a, e, !0)) && (delete this[a], o = !0);
713
+ }
714
+ return o;
715
+ }
716
+ normalize(e) {
717
+ const n = this, r = {};
718
+ return p.forEach(this, (o, a) => {
719
+ const i = p.findKey(r, a);
720
+ if (i) {
721
+ n[i] = je(o), delete n[a];
722
+ return;
723
+ }
724
+ const s = e ? ra(a) : String(a).trim();
725
+ s !== a && delete n[a], n[s] = je(o), r[s] = !0;
726
+ }), this;
727
+ }
728
+ concat(...e) {
729
+ return this.constructor.concat(this, ...e);
730
+ }
731
+ toJSON(e) {
732
+ const n = /* @__PURE__ */ Object.create(null);
733
+ return p.forEach(this, (r, o) => {
734
+ r != null && r !== !1 && (n[o] = e && p.isArray(r) ? r.join(", ") : r);
735
+ }), n;
736
+ }
737
+ [Symbol.iterator]() {
738
+ return Object.entries(this.toJSON())[Symbol.iterator]();
739
+ }
740
+ toString() {
741
+ return Object.entries(this.toJSON()).map(([e, n]) => e + ": " + n).join(`
742
+ `);
743
+ }
744
+ get [Symbol.toStringTag]() {
745
+ return "AxiosHeaders";
746
+ }
747
+ static from(e) {
748
+ return e instanceof this ? e : new this(e);
749
+ }
750
+ static concat(e, ...n) {
751
+ const r = new this(e);
752
+ return n.forEach((o) => r.set(o)), r;
753
+ }
754
+ static accessor(e) {
755
+ const r = (this[lr] = this[lr] = {
756
+ accessors: {}
757
+ }).accessors, o = this.prototype;
758
+ function a(i) {
759
+ const s = we(i);
760
+ r[s] || (na(o, i), r[s] = !0);
761
+ }
762
+ return p.isArray(e) ? e.forEach(a) : a(e), this;
763
+ }
764
+ };
765
+ U.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
766
+ p.reduceDescriptors(U.prototype, ({ value: t }, e) => {
767
+ let n = e[0].toUpperCase() + e.slice(1);
768
+ return {
769
+ get: () => t,
770
+ set(r) {
771
+ this[n] = r;
772
+ }
773
+ };
774
+ });
775
+ p.freezeMethods(U);
776
+ function ct(t, e) {
777
+ const n = this || $e, r = e || n, o = U.from(r.headers);
778
+ let a = r.data;
779
+ return p.forEach(t, function(s) {
780
+ a = s.call(n, a, o.normalize(), e ? e.status : void 0);
781
+ }), o.normalize(), a;
782
+ }
783
+ function sn(t) {
784
+ return !!(t && t.__CANCEL__);
785
+ }
786
+ function Ne(t, e, n) {
787
+ E.call(this, t ?? "canceled", E.ERR_CANCELED, e, n), this.name = "CanceledError";
788
+ }
789
+ p.inherits(Ne, E, {
790
+ __CANCEL__: !0
791
+ });
792
+ function oa(t, e, n) {
793
+ const r = n.config.validateStatus;
794
+ !n.status || !r || r(n.status) ? t(n) : e(new E(
795
+ "Request failed with status code " + n.status,
796
+ [E.ERR_BAD_REQUEST, E.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
797
+ n.config,
798
+ n.request,
799
+ n
800
+ ));
801
+ }
802
+ const aa = K.hasStandardBrowserEnv ? (
803
+ // Standard browser envs support document.cookie
804
+ {
805
+ write(t, e, n, r, o, a) {
806
+ const i = [t + "=" + encodeURIComponent(e)];
807
+ p.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), p.isString(r) && i.push("path=" + r), p.isString(o) && i.push("domain=" + o), a === !0 && i.push("secure"), document.cookie = i.join("; ");
808
+ },
809
+ read(t) {
810
+ const e = document.cookie.match(new RegExp("(^|;\\s*)(" + t + ")=([^;]*)"));
811
+ return e ? decodeURIComponent(e[3]) : null;
812
+ },
813
+ remove(t) {
814
+ this.write(t, "", Date.now() - 864e5);
815
+ }
816
+ }
817
+ ) : (
818
+ // Non-standard browser env (web workers, react-native) lack needed support.
819
+ {
820
+ write() {
821
+ },
822
+ read() {
823
+ return null;
824
+ },
825
+ remove() {
826
+ }
827
+ }
828
+ );
829
+ function ia(t) {
830
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
831
+ }
832
+ function sa(t, e) {
833
+ return e ? t.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : t;
834
+ }
835
+ function ln(t, e) {
836
+ return t && !ia(e) ? sa(t, e) : e;
837
+ }
838
+ const la = K.hasStandardBrowserEnv ? (
839
+ // Standard browser envs have full support of the APIs needed to test
840
+ // whether the request URL is of the same origin as current location.
841
+ function() {
842
+ const e = /(msie|trident)/i.test(navigator.userAgent), n = document.createElement("a");
843
+ let r;
844
+ function o(a) {
845
+ let i = a;
846
+ return e && (n.setAttribute("href", i), i = n.href), n.setAttribute("href", i), {
847
+ href: n.href,
848
+ protocol: n.protocol ? n.protocol.replace(/:$/, "") : "",
849
+ host: n.host,
850
+ search: n.search ? n.search.replace(/^\?/, "") : "",
851
+ hash: n.hash ? n.hash.replace(/^#/, "") : "",
852
+ hostname: n.hostname,
853
+ port: n.port,
854
+ pathname: n.pathname.charAt(0) === "/" ? n.pathname : "/" + n.pathname
855
+ };
856
+ }
857
+ return r = o(window.location.href), function(i) {
858
+ const s = p.isString(i) ? o(i) : i;
859
+ return s.protocol === r.protocol && s.host === r.host;
860
+ };
861
+ }()
862
+ ) : (
863
+ // Non standard browser envs (web workers, react-native) lack needed support.
864
+ /* @__PURE__ */ function() {
865
+ return function() {
866
+ return !0;
867
+ };
868
+ }()
869
+ );
870
+ function ca(t) {
871
+ const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(t);
872
+ return e && e[1] || "";
873
+ }
874
+ function ua(t, e) {
875
+ t = t || 10;
876
+ const n = new Array(t), r = new Array(t);
877
+ let o = 0, a = 0, i;
878
+ return e = e !== void 0 ? e : 1e3, function(c) {
879
+ const l = Date.now(), f = r[a];
880
+ i || (i = l), n[o] = c, r[o] = l;
881
+ let u = a, y = 0;
882
+ for (; u !== o; )
883
+ y += n[u++], u = u % t;
884
+ if (o = (o + 1) % t, o === a && (a = (a + 1) % t), l - i < e)
885
+ return;
886
+ const v = f && l - f;
887
+ return v ? Math.round(y * 1e3 / v) : void 0;
888
+ };
889
+ }
890
+ function cr(t, e) {
891
+ let n = 0;
892
+ const r = ua(50, 250);
893
+ return (o) => {
894
+ const a = o.loaded, i = o.lengthComputable ? o.total : void 0, s = a - n, c = r(s), l = a <= i;
895
+ n = a;
896
+ const f = {
897
+ loaded: a,
898
+ total: i,
899
+ progress: i ? a / i : void 0,
900
+ bytes: s,
901
+ rate: c || void 0,
902
+ estimated: c && i && l ? (i - a) / c : void 0,
903
+ event: o
904
+ };
905
+ f[e ? "download" : "upload"] = !0, t(f);
906
+ };
907
+ }
908
+ const fa = typeof XMLHttpRequest < "u", pa = fa && function(t) {
909
+ return new Promise(function(n, r) {
910
+ let o = t.data;
911
+ const a = U.from(t.headers).normalize();
912
+ let { responseType: i, withXSRFToken: s } = t, c;
913
+ function l() {
914
+ t.cancelToken && t.cancelToken.unsubscribe(c), t.signal && t.signal.removeEventListener("abort", c);
915
+ }
916
+ let f;
917
+ if (p.isFormData(o)) {
918
+ if (K.hasStandardBrowserEnv || K.hasStandardBrowserWebWorkerEnv)
919
+ a.setContentType(!1);
920
+ else if ((f = a.getContentType()) !== !1) {
921
+ const [h, ...O] = f ? f.split(";").map((m) => m.trim()).filter(Boolean) : [];
922
+ a.setContentType([h || "multipart/form-data", ...O].join("; "));
923
+ }
924
+ }
925
+ let u = new XMLHttpRequest();
926
+ if (t.auth) {
927
+ const h = t.auth.username || "", O = t.auth.password ? unescape(encodeURIComponent(t.auth.password)) : "";
928
+ a.set("Authorization", "Basic " + btoa(h + ":" + O));
929
+ }
930
+ const y = ln(t.baseURL, t.url);
931
+ u.open(t.method.toUpperCase(), rn(y, t.params, t.paramsSerializer), !0), u.timeout = t.timeout;
932
+ function v() {
933
+ if (!u)
934
+ return;
935
+ const h = U.from(
936
+ "getAllResponseHeaders" in u && u.getAllResponseHeaders()
937
+ ), m = {
938
+ data: !i || i === "text" || i === "json" ? u.responseText : u.response,
939
+ status: u.status,
940
+ statusText: u.statusText,
941
+ headers: h,
942
+ config: t,
943
+ request: u
944
+ };
945
+ oa(function(C) {
946
+ n(C), l();
947
+ }, function(C) {
948
+ r(C), l();
949
+ }, m), u = null;
950
+ }
951
+ if ("onloadend" in u ? u.onloadend = v : u.onreadystatechange = function() {
952
+ !u || u.readyState !== 4 || u.status === 0 && !(u.responseURL && u.responseURL.indexOf("file:") === 0) || setTimeout(v);
953
+ }, u.onabort = function() {
954
+ u && (r(new E("Request aborted", E.ECONNABORTED, t, u)), u = null);
955
+ }, u.onerror = function() {
956
+ r(new E("Network Error", E.ERR_NETWORK, t, u)), u = null;
957
+ }, u.ontimeout = function() {
958
+ let O = t.timeout ? "timeout of " + t.timeout + "ms exceeded" : "timeout exceeded";
959
+ const m = t.transitional || nn;
960
+ t.timeoutErrorMessage && (O = t.timeoutErrorMessage), r(new E(
961
+ O,
962
+ m.clarifyTimeoutError ? E.ETIMEDOUT : E.ECONNABORTED,
963
+ t,
964
+ u
965
+ )), u = null;
966
+ }, K.hasStandardBrowserEnv && (s && p.isFunction(s) && (s = s(t)), s || s !== !1 && la(y))) {
967
+ const h = t.xsrfHeaderName && t.xsrfCookieName && aa.read(t.xsrfCookieName);
968
+ h && a.set(t.xsrfHeaderName, h);
969
+ }
970
+ o === void 0 && a.setContentType(null), "setRequestHeader" in u && p.forEach(a.toJSON(), function(O, m) {
971
+ u.setRequestHeader(m, O);
972
+ }), p.isUndefined(t.withCredentials) || (u.withCredentials = !!t.withCredentials), i && i !== "json" && (u.responseType = t.responseType), typeof t.onDownloadProgress == "function" && u.addEventListener("progress", cr(t.onDownloadProgress, !0)), typeof t.onUploadProgress == "function" && u.upload && u.upload.addEventListener("progress", cr(t.onUploadProgress)), (t.cancelToken || t.signal) && (c = (h) => {
973
+ u && (r(!h || h.type ? new Ne(null, t, u) : h), u.abort(), u = null);
974
+ }, t.cancelToken && t.cancelToken.subscribe(c), t.signal && (t.signal.aborted ? c() : t.signal.addEventListener("abort", c)));
975
+ const d = ca(y);
976
+ if (d && K.protocols.indexOf(d) === -1) {
977
+ r(new E("Unsupported protocol " + d + ":", E.ERR_BAD_REQUEST, t));
978
+ return;
979
+ }
980
+ u.send(o || null);
981
+ });
982
+ }, Ft = {
983
+ http: Bo,
984
+ xhr: pa
985
+ };
986
+ p.forEach(Ft, (t, e) => {
987
+ if (t) {
988
+ try {
989
+ Object.defineProperty(t, "name", { value: e });
990
+ } catch {
991
+ }
992
+ Object.defineProperty(t, "adapterName", { value: e });
993
+ }
994
+ });
995
+ const ur = (t) => `- ${t}`, da = (t) => p.isFunction(t) || t === null || t === !1, cn = {
996
+ getAdapter: (t) => {
997
+ t = p.isArray(t) ? t : [t];
998
+ const { length: e } = t;
999
+ let n, r;
1000
+ const o = {};
1001
+ for (let a = 0; a < e; a++) {
1002
+ n = t[a];
1003
+ let i;
1004
+ if (r = n, !da(n) && (r = Ft[(i = String(n)).toLowerCase()], r === void 0))
1005
+ throw new E(`Unknown adapter '${i}'`);
1006
+ if (r)
1007
+ break;
1008
+ o[i || "#" + a] = r;
1009
+ }
1010
+ if (!r) {
1011
+ const a = Object.entries(o).map(
1012
+ ([s, c]) => `adapter ${s} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
1013
+ );
1014
+ let i = e ? a.length > 1 ? `since :
1015
+ ` + a.map(ur).join(`
1016
+ `) : " " + ur(a[0]) : "as no adapter specified";
1017
+ throw new E(
1018
+ "There is no suitable adapter to dispatch the request " + i,
1019
+ "ERR_NOT_SUPPORT"
1020
+ );
1021
+ }
1022
+ return r;
1023
+ },
1024
+ adapters: Ft
1025
+ };
1026
+ function ut(t) {
1027
+ if (t.cancelToken && t.cancelToken.throwIfRequested(), t.signal && t.signal.aborted)
1028
+ throw new Ne(null, t);
1029
+ }
1030
+ function fr(t) {
1031
+ return ut(t), t.headers = U.from(t.headers), t.data = ct.call(
1032
+ t,
1033
+ t.transformRequest
1034
+ ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), cn.getAdapter(t.adapter || $e.adapter)(t).then(function(r) {
1035
+ return ut(t), r.data = ct.call(
1036
+ t,
1037
+ t.transformResponse,
1038
+ r
1039
+ ), r.headers = U.from(r.headers), r;
1040
+ }, function(r) {
1041
+ return sn(r) || (ut(t), r && r.response && (r.response.data = ct.call(
1042
+ t,
1043
+ t.transformResponse,
1044
+ r.response
1045
+ ), r.response.headers = U.from(r.response.headers))), Promise.reject(r);
1046
+ });
1047
+ }
1048
+ const pr = (t) => t instanceof U ? t.toJSON() : t;
1049
+ function he(t, e) {
1050
+ e = e || {};
1051
+ const n = {};
1052
+ function r(l, f, u) {
1053
+ return p.isPlainObject(l) && p.isPlainObject(f) ? p.merge.call({ caseless: u }, l, f) : p.isPlainObject(f) ? p.merge({}, f) : p.isArray(f) ? f.slice() : f;
1054
+ }
1055
+ function o(l, f, u) {
1056
+ if (p.isUndefined(f)) {
1057
+ if (!p.isUndefined(l))
1058
+ return r(void 0, l, u);
1059
+ } else return r(l, f, u);
1060
+ }
1061
+ function a(l, f) {
1062
+ if (!p.isUndefined(f))
1063
+ return r(void 0, f);
1064
+ }
1065
+ function i(l, f) {
1066
+ if (p.isUndefined(f)) {
1067
+ if (!p.isUndefined(l))
1068
+ return r(void 0, l);
1069
+ } else return r(void 0, f);
1070
+ }
1071
+ function s(l, f, u) {
1072
+ if (u in e)
1073
+ return r(l, f);
1074
+ if (u in t)
1075
+ return r(void 0, l);
1076
+ }
1077
+ const c = {
1078
+ url: a,
1079
+ method: a,
1080
+ data: a,
1081
+ baseURL: i,
1082
+ transformRequest: i,
1083
+ transformResponse: i,
1084
+ paramsSerializer: i,
1085
+ timeout: i,
1086
+ timeoutMessage: i,
1087
+ withCredentials: i,
1088
+ withXSRFToken: i,
1089
+ adapter: i,
1090
+ responseType: i,
1091
+ xsrfCookieName: i,
1092
+ xsrfHeaderName: i,
1093
+ onUploadProgress: i,
1094
+ onDownloadProgress: i,
1095
+ decompress: i,
1096
+ maxContentLength: i,
1097
+ maxBodyLength: i,
1098
+ beforeRedirect: i,
1099
+ transport: i,
1100
+ httpAgent: i,
1101
+ httpsAgent: i,
1102
+ cancelToken: i,
1103
+ socketPath: i,
1104
+ responseEncoding: i,
1105
+ validateStatus: s,
1106
+ headers: (l, f) => o(pr(l), pr(f), !0)
1107
+ };
1108
+ return p.forEach(Object.keys(Object.assign({}, t, e)), function(f) {
1109
+ const u = c[f] || o, y = u(t[f], e[f], f);
1110
+ p.isUndefined(y) && u !== s || (n[f] = y);
1111
+ }), n;
1112
+ }
1113
+ const un = "1.6.7", Wt = {};
1114
+ ["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
1115
+ Wt[t] = function(r) {
1116
+ return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
1117
+ };
1118
+ });
1119
+ const dr = {};
1120
+ Wt.transitional = function(e, n, r) {
1121
+ function o(a, i) {
1122
+ return "[Axios v" + un + "] Transitional option '" + a + "'" + i + (r ? ". " + r : "");
1123
+ }
1124
+ return (a, i, s) => {
1125
+ if (e === !1)
1126
+ throw new E(
1127
+ o(i, " has been removed" + (n ? " in " + n : "")),
1128
+ E.ERR_DEPRECATED
1129
+ );
1130
+ return n && !dr[i] && (dr[i] = !0), e ? e(a, i, s) : !0;
1131
+ };
1132
+ };
1133
+ function ya(t, e, n) {
1134
+ if (typeof t != "object")
1135
+ throw new E("options must be an object", E.ERR_BAD_OPTION_VALUE);
1136
+ const r = Object.keys(t);
1137
+ let o = r.length;
1138
+ for (; o-- > 0; ) {
1139
+ const a = r[o], i = e[a];
1140
+ if (i) {
1141
+ const s = t[a], c = s === void 0 || i(s, a, t);
1142
+ if (c !== !0)
1143
+ throw new E("option " + a + " must be " + c, E.ERR_BAD_OPTION_VALUE);
1144
+ continue;
1145
+ }
1146
+ if (n !== !0)
1147
+ throw new E("Unknown option " + a, E.ERR_BAD_OPTION);
1148
+ }
1149
+ }
1150
+ const It = {
1151
+ assertOptions: ya,
1152
+ validators: Wt
1153
+ }, te = It.validators;
1154
+ let se = class {
1155
+ constructor(e) {
1156
+ this.defaults = e, this.interceptors = {
1157
+ request: new sr(),
1158
+ response: new sr()
1159
+ };
1160
+ }
1161
+ /**
1162
+ * Dispatch a request
1163
+ *
1164
+ * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
1165
+ * @param {?Object} config
1166
+ *
1167
+ * @returns {Promise} The Promise to be fulfilled
1168
+ */
1169
+ async request(e, n) {
1170
+ try {
1171
+ return await this._request(e, n);
1172
+ } catch (r) {
1173
+ if (r instanceof Error) {
1174
+ let o;
1175
+ Error.captureStackTrace ? Error.captureStackTrace(o = {}) : o = new Error();
1176
+ const a = o.stack ? o.stack.replace(/^.+\n/, "") : "";
1177
+ r.stack ? a && !String(r.stack).endsWith(a.replace(/^.+\n.+\n/, "")) && (r.stack += `
1178
+ ` + a) : r.stack = a;
1179
+ }
1180
+ throw r;
1181
+ }
1182
+ }
1183
+ _request(e, n) {
1184
+ typeof e == "string" ? (n = n || {}, n.url = e) : n = e || {}, n = he(this.defaults, n);
1185
+ const { transitional: r, paramsSerializer: o, headers: a } = n;
1186
+ r !== void 0 && It.assertOptions(r, {
1187
+ silentJSONParsing: te.transitional(te.boolean),
1188
+ forcedJSONParsing: te.transitional(te.boolean),
1189
+ clarifyTimeoutError: te.transitional(te.boolean)
1190
+ }, !1), o != null && (p.isFunction(o) ? n.paramsSerializer = {
1191
+ serialize: o
1192
+ } : It.assertOptions(o, {
1193
+ encode: te.function,
1194
+ serialize: te.function
1195
+ }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1196
+ let i = a && p.merge(
1197
+ a.common,
1198
+ a[n.method]
1199
+ );
1200
+ a && p.forEach(
1201
+ ["delete", "get", "head", "post", "put", "patch", "common"],
1202
+ (d) => {
1203
+ delete a[d];
1204
+ }
1205
+ ), n.headers = U.concat(i, a);
1206
+ const s = [];
1207
+ let c = !0;
1208
+ this.interceptors.request.forEach(function(h) {
1209
+ typeof h.runWhen == "function" && h.runWhen(n) === !1 || (c = c && h.synchronous, s.unshift(h.fulfilled, h.rejected));
1210
+ });
1211
+ const l = [];
1212
+ this.interceptors.response.forEach(function(h) {
1213
+ l.push(h.fulfilled, h.rejected);
1214
+ });
1215
+ let f, u = 0, y;
1216
+ if (!c) {
1217
+ const d = [fr.bind(this), void 0];
1218
+ for (d.unshift.apply(d, s), d.push.apply(d, l), y = d.length, f = Promise.resolve(n); u < y; )
1219
+ f = f.then(d[u++], d[u++]);
1220
+ return f;
1221
+ }
1222
+ y = s.length;
1223
+ let v = n;
1224
+ for (u = 0; u < y; ) {
1225
+ const d = s[u++], h = s[u++];
1226
+ try {
1227
+ v = d(v);
1228
+ } catch (O) {
1229
+ h.call(this, O);
1230
+ break;
1231
+ }
1232
+ }
1233
+ try {
1234
+ f = fr.call(this, v);
1235
+ } catch (d) {
1236
+ return Promise.reject(d);
1237
+ }
1238
+ for (u = 0, y = l.length; u < y; )
1239
+ f = f.then(l[u++], l[u++]);
1240
+ return f;
1241
+ }
1242
+ getUri(e) {
1243
+ e = he(this.defaults, e);
1244
+ const n = ln(e.baseURL, e.url);
1245
+ return rn(n, e.params, e.paramsSerializer);
1246
+ }
1247
+ };
1248
+ p.forEach(["delete", "get", "head", "options"], function(e) {
1249
+ se.prototype[e] = function(n, r) {
1250
+ return this.request(he(r || {}, {
1251
+ method: e,
1252
+ url: n,
1253
+ data: (r || {}).data
1254
+ }));
1255
+ };
1256
+ });
1257
+ p.forEach(["post", "put", "patch"], function(e) {
1258
+ function n(r) {
1259
+ return function(a, i, s) {
1260
+ return this.request(he(s || {}, {
1261
+ method: e,
1262
+ headers: r ? {
1263
+ "Content-Type": "multipart/form-data"
1264
+ } : {},
1265
+ url: a,
1266
+ data: i
1267
+ }));
1268
+ };
1269
+ }
1270
+ se.prototype[e] = n(), se.prototype[e + "Form"] = n(!0);
1271
+ });
1272
+ let ha = class fn {
1273
+ constructor(e) {
1274
+ if (typeof e != "function")
1275
+ throw new TypeError("executor must be a function.");
1276
+ let n;
1277
+ this.promise = new Promise(function(a) {
1278
+ n = a;
1279
+ });
1280
+ const r = this;
1281
+ this.promise.then((o) => {
1282
+ if (!r._listeners) return;
1283
+ let a = r._listeners.length;
1284
+ for (; a-- > 0; )
1285
+ r._listeners[a](o);
1286
+ r._listeners = null;
1287
+ }), this.promise.then = (o) => {
1288
+ let a;
1289
+ const i = new Promise((s) => {
1290
+ r.subscribe(s), a = s;
1291
+ }).then(o);
1292
+ return i.cancel = function() {
1293
+ r.unsubscribe(a);
1294
+ }, i;
1295
+ }, e(function(a, i, s) {
1296
+ r.reason || (r.reason = new Ne(a, i, s), n(r.reason));
1297
+ });
1298
+ }
1299
+ /**
1300
+ * Throws a `CanceledError` if cancellation has been requested.
1301
+ */
1302
+ throwIfRequested() {
1303
+ if (this.reason)
1304
+ throw this.reason;
1305
+ }
1306
+ /**
1307
+ * Subscribe to the cancel signal
1308
+ */
1309
+ subscribe(e) {
1310
+ if (this.reason) {
1311
+ e(this.reason);
1312
+ return;
1313
+ }
1314
+ this._listeners ? this._listeners.push(e) : this._listeners = [e];
1315
+ }
1316
+ /**
1317
+ * Unsubscribe from the cancel signal
1318
+ */
1319
+ unsubscribe(e) {
1320
+ if (!this._listeners)
1321
+ return;
1322
+ const n = this._listeners.indexOf(e);
1323
+ n !== -1 && this._listeners.splice(n, 1);
1324
+ }
1325
+ /**
1326
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
1327
+ * cancels the `CancelToken`.
1328
+ */
1329
+ static source() {
1330
+ let e;
1331
+ return {
1332
+ token: new fn(function(o) {
1333
+ e = o;
1334
+ }),
1335
+ cancel: e
1336
+ };
1337
+ }
1338
+ };
1339
+ function ma(t) {
1340
+ return function(n) {
1341
+ return t.apply(null, n);
1342
+ };
1343
+ }
1344
+ function va(t) {
1345
+ return p.isObject(t) && t.isAxiosError === !0;
1346
+ }
1347
+ const Mt = {
1348
+ Continue: 100,
1349
+ SwitchingProtocols: 101,
1350
+ Processing: 102,
1351
+ EarlyHints: 103,
1352
+ Ok: 200,
1353
+ Created: 201,
1354
+ Accepted: 202,
1355
+ NonAuthoritativeInformation: 203,
1356
+ NoContent: 204,
1357
+ ResetContent: 205,
1358
+ PartialContent: 206,
1359
+ MultiStatus: 207,
1360
+ AlreadyReported: 208,
1361
+ ImUsed: 226,
1362
+ MultipleChoices: 300,
1363
+ MovedPermanently: 301,
1364
+ Found: 302,
1365
+ SeeOther: 303,
1366
+ NotModified: 304,
1367
+ UseProxy: 305,
1368
+ Unused: 306,
1369
+ TemporaryRedirect: 307,
1370
+ PermanentRedirect: 308,
1371
+ BadRequest: 400,
1372
+ Unauthorized: 401,
1373
+ PaymentRequired: 402,
1374
+ Forbidden: 403,
1375
+ NotFound: 404,
1376
+ MethodNotAllowed: 405,
1377
+ NotAcceptable: 406,
1378
+ ProxyAuthenticationRequired: 407,
1379
+ RequestTimeout: 408,
1380
+ Conflict: 409,
1381
+ Gone: 410,
1382
+ LengthRequired: 411,
1383
+ PreconditionFailed: 412,
1384
+ PayloadTooLarge: 413,
1385
+ UriTooLong: 414,
1386
+ UnsupportedMediaType: 415,
1387
+ RangeNotSatisfiable: 416,
1388
+ ExpectationFailed: 417,
1389
+ ImATeapot: 418,
1390
+ MisdirectedRequest: 421,
1391
+ UnprocessableEntity: 422,
1392
+ Locked: 423,
1393
+ FailedDependency: 424,
1394
+ TooEarly: 425,
1395
+ UpgradeRequired: 426,
1396
+ PreconditionRequired: 428,
1397
+ TooManyRequests: 429,
1398
+ RequestHeaderFieldsTooLarge: 431,
1399
+ UnavailableForLegalReasons: 451,
1400
+ InternalServerError: 500,
1401
+ NotImplemented: 501,
1402
+ BadGateway: 502,
1403
+ ServiceUnavailable: 503,
1404
+ GatewayTimeout: 504,
1405
+ HttpVersionNotSupported: 505,
1406
+ VariantAlsoNegotiates: 506,
1407
+ InsufficientStorage: 507,
1408
+ LoopDetected: 508,
1409
+ NotExtended: 510,
1410
+ NetworkAuthenticationRequired: 511
1411
+ };
1412
+ Object.entries(Mt).forEach(([t, e]) => {
1413
+ Mt[e] = t;
1414
+ });
1415
+ function pn(t) {
1416
+ const e = new se(t), n = zr(se.prototype.request, e);
1417
+ return p.extend(n, se.prototype, e, { allOwnKeys: !0 }), p.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(o) {
1418
+ return pn(he(t, o));
1419
+ }, n;
1420
+ }
1421
+ const x = pn($e);
1422
+ x.Axios = se;
1423
+ x.CanceledError = Ne;
1424
+ x.CancelToken = ha;
1425
+ x.isCancel = sn;
1426
+ x.VERSION = un;
1427
+ x.toFormData = et;
1428
+ x.AxiosError = E;
1429
+ x.Cancel = x.CanceledError;
1430
+ x.all = function(e) {
1431
+ return Promise.all(e);
1432
+ };
1433
+ x.spread = ma;
1434
+ x.isAxiosError = va;
1435
+ x.mergeConfig = he;
1436
+ x.AxiosHeaders = U;
1437
+ x.formToJSON = (t) => an(p.isHTMLForm(t) ? new FormData(t) : t);
1438
+ x.getAdapter = cn.getAdapter;
1439
+ x.HttpStatusCode = Mt;
1440
+ x.default = x;
1441
+ const {
1442
+ Axios: jl,
1443
+ AxiosError: ql,
1444
+ CanceledError: Hl,
1445
+ isCancel: zl,
1446
+ CancelToken: Wl,
1447
+ VERSION: Gl,
1448
+ all: Jl,
1449
+ Cancel: Vl,
1450
+ isAxiosError: Kl,
1451
+ spread: Ql,
1452
+ toFormData: Xl,
1453
+ AxiosHeaders: Yl,
1454
+ HttpStatusCode: Zl,
1455
+ formToJSON: ec,
1456
+ getAdapter: tc,
1457
+ mergeConfig: rc
1458
+ } = x;
1459
+ var yr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1460
+ function ga(t) {
1461
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
1462
+ }
1463
+ function Sa(t) {
1464
+ if (t.__esModule) return t;
1465
+ var e = t.default;
1466
+ if (typeof e == "function") {
1467
+ var n = function r() {
1468
+ return this instanceof r ? Reflect.construct(e, arguments, this.constructor) : e.apply(this, arguments);
1469
+ };
1470
+ n.prototype = e.prototype;
1471
+ } else n = {};
1472
+ return Object.defineProperty(n, "__esModule", { value: !0 }), Object.keys(t).forEach(function(r) {
1473
+ var o = Object.getOwnPropertyDescriptor(t, r);
1474
+ Object.defineProperty(n, r, o.get ? o : {
1475
+ enumerable: !0,
1476
+ get: function() {
1477
+ return t[r];
1478
+ }
1479
+ });
1480
+ }), n;
1481
+ }
1482
+ var be = TypeError;
1483
+ const ba = {}, wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1484
+ __proto__: null,
1485
+ default: ba
1486
+ }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Sa(wa);
1487
+ var Gt = typeof Map == "function" && Map.prototype, ft = Object.getOwnPropertyDescriptor && Gt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Ge = Gt && ft && typeof ft.get == "function" ? ft.get : null, hr = Gt && Map.prototype.forEach, Jt = typeof Set == "function" && Set.prototype, pt = Object.getOwnPropertyDescriptor && Jt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Je = Jt && pt && typeof pt.get == "function" ? pt.get : null, mr = Jt && Set.prototype.forEach, Oa = typeof WeakMap == "function" && WeakMap.prototype, Oe = Oa ? WeakMap.prototype.has : null, Aa = typeof WeakSet == "function" && WeakSet.prototype, Ae = Aa ? WeakSet.prototype.has : null, Ra = typeof WeakRef == "function" && WeakRef.prototype, vr = Ra ? WeakRef.prototype.deref : null, Pa = Boolean.prototype.valueOf, xa = Object.prototype.toString, Ta = Function.prototype.toString, Ca = String.prototype.match, Vt = String.prototype.slice, re = String.prototype.replace, $a = String.prototype.toUpperCase, gr = String.prototype.toLowerCase, dn = RegExp.prototype.test, Sr = Array.prototype.concat, V = Array.prototype.join, Na = Array.prototype.slice, br = Math.floor, Dt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, dt = Object.getOwnPropertySymbols, Bt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, me = typeof Symbol == "function" && typeof Symbol.iterator == "object", Re = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === me || !0) ? Symbol.toStringTag : null, yn = Object.prototype.propertyIsEnumerable, wr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
1488
+ return t.__proto__;
1489
+ } : null);
1490
+ function Er(t, e) {
1491
+ if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 || dn.call(/e/, e))
1492
+ return e;
1493
+ var n = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
1494
+ if (typeof t == "number") {
1495
+ var r = t < 0 ? -br(-t) : br(t);
1496
+ if (r !== t) {
1497
+ var o = String(r), a = Vt.call(e, o.length + 1);
1498
+ return re.call(o, n, "$&_") + "." + re.call(re.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
1499
+ }
1500
+ }
1501
+ return re.call(e, n, "$&_");
1502
+ }
1503
+ var Ut = Ea, Or = Ut.custom, Ar = vn(Or) ? Or : null, hn = {
1504
+ __proto__: null,
1505
+ double: '"',
1506
+ single: "'"
1507
+ }, _a = {
1508
+ __proto__: null,
1509
+ double: /(["\\])/g,
1510
+ single: /(['\\])/g
1511
+ }, tt = function t(e, n, r, o) {
1512
+ var a = n || {};
1513
+ if (Y(a, "quoteStyle") && !Y(hn, a.quoteStyle))
1514
+ throw new TypeError('option "quoteStyle" must be "single" or "double"');
1515
+ if (Y(a, "maxStringLength") && (typeof a.maxStringLength == "number" ? a.maxStringLength < 0 && a.maxStringLength !== 1 / 0 : a.maxStringLength !== null))
1516
+ throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
1517
+ var i = Y(a, "customInspect") ? a.customInspect : !0;
1518
+ if (typeof i != "boolean" && i !== "symbol")
1519
+ throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");
1520
+ if (Y(a, "indent") && a.indent !== null && a.indent !== " " && !(parseInt(a.indent, 10) === a.indent && a.indent > 0))
1521
+ throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');
1522
+ if (Y(a, "numericSeparator") && typeof a.numericSeparator != "boolean")
1523
+ throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');
1524
+ var s = a.numericSeparator;
1525
+ if (typeof e > "u")
1526
+ return "undefined";
1527
+ if (e === null)
1528
+ return "null";
1529
+ if (typeof e == "boolean")
1530
+ return e ? "true" : "false";
1531
+ if (typeof e == "string")
1532
+ return Sn(e, a);
1533
+ if (typeof e == "number") {
1534
+ if (e === 0)
1535
+ return 1 / 0 / e > 0 ? "0" : "-0";
1536
+ var c = String(e);
1537
+ return s ? Er(e, c) : c;
1538
+ }
1539
+ if (typeof e == "bigint") {
1540
+ var l = String(e) + "n";
1541
+ return s ? Er(e, l) : l;
1542
+ }
1543
+ var f = typeof a.depth > "u" ? 5 : a.depth;
1544
+ if (typeof r > "u" && (r = 0), r >= f && f > 0 && typeof e == "object")
1545
+ return kt(e) ? "[Array]" : "[Object]";
1546
+ var u = Qa(a, r);
1547
+ if (typeof o > "u")
1548
+ o = [];
1549
+ else if (gn(o, e) >= 0)
1550
+ return "[Circular]";
1551
+ function y(R, $, g) {
1552
+ if ($ && (o = Na.call(o), o.push($)), g) {
1553
+ var I = {
1554
+ depth: a.depth
1555
+ };
1556
+ return Y(a, "quoteStyle") && (I.quoteStyle = a.quoteStyle), t(R, I, r + 1, o);
1557
+ }
1558
+ return t(R, a, r + 1, o);
1559
+ }
1560
+ if (typeof e == "function" && !Rr(e)) {
1561
+ var v = ja(e), d = Be(e, y);
1562
+ return "[Function" + (v ? ": " + v : " (anonymous)") + "]" + (d.length > 0 ? " { " + V.call(d, ", ") + " }" : "");
1563
+ }
1564
+ if (vn(e)) {
1565
+ var h = me ? re.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Bt.call(e);
1566
+ return typeof e == "object" && !me ? Ee(h) : h;
1567
+ }
1568
+ if (Ja(e)) {
1569
+ for (var O = "<" + gr.call(String(e.nodeName)), m = e.attributes || [], T = 0; T < m.length; T++)
1570
+ O += " " + m[T].name + "=" + mn(Fa(m[T].value), "double", a);
1571
+ return O += ">", e.childNodes && e.childNodes.length && (O += "..."), O += "</" + gr.call(String(e.nodeName)) + ">", O;
1572
+ }
1573
+ if (kt(e)) {
1574
+ if (e.length === 0)
1575
+ return "[]";
1576
+ var C = Be(e, y);
1577
+ return u && !Ka(C) ? "[" + Lt(C, u) + "]" : "[ " + V.call(C, ", ") + " ]";
1578
+ }
1579
+ if (Ma(e)) {
1580
+ var H = Be(e, y);
1581
+ return !("cause" in Error.prototype) && "cause" in e && !yn.call(e, "cause") ? "{ [" + String(e) + "] " + V.call(Sr.call("[cause]: " + y(e.cause), H), ", ") + " }" : H.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + V.call(H, ", ") + " }";
1582
+ }
1583
+ if (typeof e == "object" && i) {
1584
+ if (Ar && typeof e[Ar] == "function" && Ut)
1585
+ return Ut(e, { depth: f - r });
1586
+ if (i !== "symbol" && typeof e.inspect == "function")
1587
+ return e.inspect();
1588
+ }
1589
+ if (qa(e)) {
1590
+ var z = [];
1591
+ return hr && hr.call(e, function(R, $) {
1592
+ z.push(y($, e, !0) + " => " + y(R, e));
1593
+ }), Pr("Map", Ge.call(e), z, u);
1594
+ }
1595
+ if (Wa(e)) {
1596
+ var oe = [];
1597
+ return mr && mr.call(e, function(R) {
1598
+ oe.push(y(R, e));
1599
+ }), Pr("Set", Je.call(e), oe, u);
1600
+ }
1601
+ if (Ha(e))
1602
+ return yt("WeakMap");
1603
+ if (Ga(e))
1604
+ return yt("WeakSet");
1605
+ if (za(e))
1606
+ return yt("WeakRef");
1607
+ if (Ba(e))
1608
+ return Ee(y(Number(e)));
1609
+ if (ka(e))
1610
+ return Ee(y(Dt.call(e)));
1611
+ if (Ua(e))
1612
+ return Ee(Pa.call(e));
1613
+ if (Da(e))
1614
+ return Ee(y(String(e)));
1615
+ if (typeof window < "u" && e === window)
1616
+ return "{ [object Window] }";
1617
+ if (typeof globalThis < "u" && e === globalThis || typeof yr < "u" && e === yr)
1618
+ return "{ [object globalThis] }";
1619
+ if (!Ia(e) && !Rr(e)) {
1620
+ var W = Be(e, y), k = wr ? wr(e) === Object.prototype : e instanceof Object || e.constructor === Object, ae = e instanceof Object ? "" : "null prototype", S = !k && Re && Object(e) === e && Re in e ? Vt.call(ne(e), 8, -1) : ae ? "Object" : "", b = k || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", A = b + (S || ae ? "[" + V.call(Sr.call([], S || [], ae || []), ": ") + "] " : "");
1621
+ return W.length === 0 ? A + "{}" : u ? A + "{" + Lt(W, u) + "}" : A + "{ " + V.call(W, ", ") + " }";
1622
+ }
1623
+ return String(e);
1624
+ };
1625
+ function mn(t, e, n) {
1626
+ var r = n.quoteStyle || e, o = hn[r];
1627
+ return o + t + o;
1628
+ }
1629
+ function Fa(t) {
1630
+ return re.call(String(t), /"/g, "&quot;");
1631
+ }
1632
+ function ce(t) {
1633
+ return !Re || !(typeof t == "object" && (Re in t || typeof t[Re] < "u"));
1634
+ }
1635
+ function kt(t) {
1636
+ return ne(t) === "[object Array]" && ce(t);
1637
+ }
1638
+ function Ia(t) {
1639
+ return ne(t) === "[object Date]" && ce(t);
1640
+ }
1641
+ function Rr(t) {
1642
+ return ne(t) === "[object RegExp]" && ce(t);
1643
+ }
1644
+ function Ma(t) {
1645
+ return ne(t) === "[object Error]" && ce(t);
1646
+ }
1647
+ function Da(t) {
1648
+ return ne(t) === "[object String]" && ce(t);
1649
+ }
1650
+ function Ba(t) {
1651
+ return ne(t) === "[object Number]" && ce(t);
1652
+ }
1653
+ function Ua(t) {
1654
+ return ne(t) === "[object Boolean]" && ce(t);
1655
+ }
1656
+ function vn(t) {
1657
+ if (me)
1658
+ return t && typeof t == "object" && t instanceof Symbol;
1659
+ if (typeof t == "symbol")
1660
+ return !0;
1661
+ if (!t || typeof t != "object" || !Bt)
1662
+ return !1;
1663
+ try {
1664
+ return Bt.call(t), !0;
1665
+ } catch {
1666
+ }
1667
+ return !1;
1668
+ }
1669
+ function ka(t) {
1670
+ if (!t || typeof t != "object" || !Dt)
1671
+ return !1;
1672
+ try {
1673
+ return Dt.call(t), !0;
1674
+ } catch {
1675
+ }
1676
+ return !1;
1677
+ }
1678
+ var La = Object.prototype.hasOwnProperty || function(t) {
1679
+ return t in this;
1680
+ };
1681
+ function Y(t, e) {
1682
+ return La.call(t, e);
1683
+ }
1684
+ function ne(t) {
1685
+ return xa.call(t);
1686
+ }
1687
+ function ja(t) {
1688
+ if (t.name)
1689
+ return t.name;
1690
+ var e = Ca.call(Ta.call(t), /^function\s*([\w$]+)/);
1691
+ return e ? e[1] : null;
1692
+ }
1693
+ function gn(t, e) {
1694
+ if (t.indexOf)
1695
+ return t.indexOf(e);
1696
+ for (var n = 0, r = t.length; n < r; n++)
1697
+ if (t[n] === e)
1698
+ return n;
1699
+ return -1;
1700
+ }
1701
+ function qa(t) {
1702
+ if (!Ge || !t || typeof t != "object")
1703
+ return !1;
1704
+ try {
1705
+ Ge.call(t);
1706
+ try {
1707
+ Je.call(t);
1708
+ } catch {
1709
+ return !0;
1710
+ }
1711
+ return t instanceof Map;
1712
+ } catch {
1713
+ }
1714
+ return !1;
1715
+ }
1716
+ function Ha(t) {
1717
+ if (!Oe || !t || typeof t != "object")
1718
+ return !1;
1719
+ try {
1720
+ Oe.call(t, Oe);
1721
+ try {
1722
+ Ae.call(t, Ae);
1723
+ } catch {
1724
+ return !0;
1725
+ }
1726
+ return t instanceof WeakMap;
1727
+ } catch {
1728
+ }
1729
+ return !1;
1730
+ }
1731
+ function za(t) {
1732
+ if (!vr || !t || typeof t != "object")
1733
+ return !1;
1734
+ try {
1735
+ return vr.call(t), !0;
1736
+ } catch {
1737
+ }
1738
+ return !1;
1739
+ }
1740
+ function Wa(t) {
1741
+ if (!Je || !t || typeof t != "object")
1742
+ return !1;
1743
+ try {
1744
+ Je.call(t);
1745
+ try {
1746
+ Ge.call(t);
1747
+ } catch {
1748
+ return !0;
1749
+ }
1750
+ return t instanceof Set;
1751
+ } catch {
1752
+ }
1753
+ return !1;
1754
+ }
1755
+ function Ga(t) {
1756
+ if (!Ae || !t || typeof t != "object")
1757
+ return !1;
1758
+ try {
1759
+ Ae.call(t, Ae);
1760
+ try {
1761
+ Oe.call(t, Oe);
1762
+ } catch {
1763
+ return !0;
1764
+ }
1765
+ return t instanceof WeakSet;
1766
+ } catch {
1767
+ }
1768
+ return !1;
1769
+ }
1770
+ function Ja(t) {
1771
+ return !t || typeof t != "object" ? !1 : typeof HTMLElement < "u" && t instanceof HTMLElement ? !0 : typeof t.nodeName == "string" && typeof t.getAttribute == "function";
1772
+ }
1773
+ function Sn(t, e) {
1774
+ if (t.length > e.maxStringLength) {
1775
+ var n = t.length - e.maxStringLength, r = "... " + n + " more character" + (n > 1 ? "s" : "");
1776
+ return Sn(Vt.call(t, 0, e.maxStringLength), e) + r;
1777
+ }
1778
+ var o = _a[e.quoteStyle || "single"];
1779
+ o.lastIndex = 0;
1780
+ var a = re.call(re.call(t, o, "\\$1"), /[\x00-\x1f]/g, Va);
1781
+ return mn(a, "single", e);
1782
+ }
1783
+ function Va(t) {
1784
+ var e = t.charCodeAt(0), n = {
1785
+ 8: "b",
1786
+ 9: "t",
1787
+ 10: "n",
1788
+ 12: "f",
1789
+ 13: "r"
1790
+ }[e];
1791
+ return n ? "\\" + n : "\\x" + (e < 16 ? "0" : "") + $a.call(e.toString(16));
1792
+ }
1793
+ function Ee(t) {
1794
+ return "Object(" + t + ")";
1795
+ }
1796
+ function yt(t) {
1797
+ return t + " { ? }";
1798
+ }
1799
+ function Pr(t, e, n, r) {
1800
+ var o = r ? Lt(n, r) : V.call(n, ", ");
1801
+ return t + " (" + e + ") {" + o + "}";
1802
+ }
1803
+ function Ka(t) {
1804
+ for (var e = 0; e < t.length; e++)
1805
+ if (gn(t[e], `
1806
+ `) >= 0)
1807
+ return !1;
1808
+ return !0;
1809
+ }
1810
+ function Qa(t, e) {
1811
+ var n;
1812
+ if (t.indent === " ")
1813
+ n = " ";
1814
+ else if (typeof t.indent == "number" && t.indent > 0)
1815
+ n = V.call(Array(t.indent + 1), " ");
1816
+ else
1817
+ return null;
1818
+ return {
1819
+ base: n,
1820
+ prev: V.call(Array(e + 1), n)
1821
+ };
1822
+ }
1823
+ function Lt(t, e) {
1824
+ if (t.length === 0)
1825
+ return "";
1826
+ var n = `
1827
+ ` + e.prev + e.base;
1828
+ return n + V.call(t, "," + n) + `
1829
+ ` + e.prev;
1830
+ }
1831
+ function Be(t, e) {
1832
+ var n = kt(t), r = [];
1833
+ if (n) {
1834
+ r.length = t.length;
1835
+ for (var o = 0; o < t.length; o++)
1836
+ r[o] = Y(t, o) ? e(t[o], t) : "";
1837
+ }
1838
+ var a = typeof dt == "function" ? dt(t) : [], i;
1839
+ if (me) {
1840
+ i = {};
1841
+ for (var s = 0; s < a.length; s++)
1842
+ i["$" + a[s]] = a[s];
1843
+ }
1844
+ for (var c in t)
1845
+ Y(t, c) && (n && String(Number(c)) === c && c < t.length || me && i["$" + c] instanceof Symbol || (dn.call(/[^\w$]/, c) ? r.push(e(c, t) + ": " + e(t[c], t)) : r.push(c + ": " + e(t[c], t))));
1846
+ if (typeof dt == "function")
1847
+ for (var l = 0; l < a.length; l++)
1848
+ yn.call(t, a[l]) && r.push("[" + e(a[l]) + "]: " + e(t[a[l]], t));
1849
+ return r;
1850
+ }
1851
+ var Xa = tt, Ya = be, rt = function(t, e, n) {
1852
+ for (var r = t, o; (o = r.next) != null; r = o)
1853
+ if (o.key === e)
1854
+ return r.next = o.next, n || (o.next = /** @type {NonNullable<typeof list.next>} */
1855
+ t.next, t.next = o), o;
1856
+ }, Za = function(t, e) {
1857
+ if (t) {
1858
+ var n = rt(t, e);
1859
+ return n && n.value;
1860
+ }
1861
+ }, ei = function(t, e, n) {
1862
+ var r = rt(t, e);
1863
+ r ? r.value = n : t.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
1864
+ {
1865
+ // eslint-disable-line no-param-reassign, no-extra-parens
1866
+ key: e,
1867
+ next: t.next,
1868
+ value: n
1869
+ };
1870
+ }, ti = function(t, e) {
1871
+ return t ? !!rt(t, e) : !1;
1872
+ }, ri = function(t, e) {
1873
+ if (t)
1874
+ return rt(t, e, !0);
1875
+ }, ni = function() {
1876
+ var e, n = {
1877
+ assert: function(r) {
1878
+ if (!n.has(r))
1879
+ throw new Ya("Side channel does not contain " + Xa(r));
1880
+ },
1881
+ delete: function(r) {
1882
+ var o = e && e.next, a = ri(e, r);
1883
+ return a && o && o === a && (e = void 0), !!a;
1884
+ },
1885
+ get: function(r) {
1886
+ return Za(e, r);
1887
+ },
1888
+ has: function(r) {
1889
+ return ti(e, r);
1890
+ },
1891
+ set: function(r, o) {
1892
+ e || (e = {
1893
+ next: void 0
1894
+ }), ei(
1895
+ /** @type {NonNullable<typeof $o>} */
1896
+ e,
1897
+ r,
1898
+ o
1899
+ );
1900
+ }
1901
+ };
1902
+ return n;
1903
+ }, bn = Object, oi = Error, ai = EvalError, ii = RangeError, si = ReferenceError, li = SyntaxError, ci = URIError, ui = Math.abs, fi = Math.floor, pi = Math.max, di = Math.min, yi = Math.pow, hi = Math.round, mi = Number.isNaN || function(e) {
1904
+ return e !== e;
1905
+ }, vi = mi, gi = function(e) {
1906
+ return vi(e) || e === 0 ? e : e < 0 ? -1 : 1;
1907
+ }, Si = Object.getOwnPropertyDescriptor, qe = Si;
1908
+ if (qe)
1909
+ try {
1910
+ qe([], "length");
1911
+ } catch {
1912
+ qe = null;
1913
+ }
1914
+ var wn = qe, He = Object.defineProperty || !1;
1915
+ if (He)
1916
+ try {
1917
+ He({}, "a", { value: 1 });
1918
+ } catch {
1919
+ He = !1;
1920
+ }
1921
+ var bi = He, ht, xr;
1922
+ function wi() {
1923
+ return xr || (xr = 1, ht = function() {
1924
+ if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
1925
+ return !1;
1926
+ if (typeof Symbol.iterator == "symbol")
1927
+ return !0;
1928
+ var e = {}, n = Symbol("test"), r = Object(n);
1929
+ if (typeof n == "string" || Object.prototype.toString.call(n) !== "[object Symbol]" || Object.prototype.toString.call(r) !== "[object Symbol]")
1930
+ return !1;
1931
+ var o = 42;
1932
+ e[n] = o;
1933
+ for (var a in e)
1934
+ return !1;
1935
+ if (typeof Object.keys == "function" && Object.keys(e).length !== 0 || typeof Object.getOwnPropertyNames == "function" && Object.getOwnPropertyNames(e).length !== 0)
1936
+ return !1;
1937
+ var i = Object.getOwnPropertySymbols(e);
1938
+ if (i.length !== 1 || i[0] !== n || !Object.prototype.propertyIsEnumerable.call(e, n))
1939
+ return !1;
1940
+ if (typeof Object.getOwnPropertyDescriptor == "function") {
1941
+ var s = (
1942
+ /** @type {PropertyDescriptor} */
1943
+ Object.getOwnPropertyDescriptor(e, n)
1944
+ );
1945
+ if (s.value !== o || s.enumerable !== !0)
1946
+ return !1;
1947
+ }
1948
+ return !0;
1949
+ }), ht;
1950
+ }
1951
+ var mt, Tr;
1952
+ function Ei() {
1953
+ if (Tr) return mt;
1954
+ Tr = 1;
1955
+ var t = typeof Symbol < "u" && Symbol, e = wi();
1956
+ return mt = function() {
1957
+ return typeof t != "function" || typeof Symbol != "function" || typeof t("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : e();
1958
+ }, mt;
1959
+ }
1960
+ var vt, Cr;
1961
+ function En() {
1962
+ return Cr || (Cr = 1, vt = typeof Reflect < "u" && Reflect.getPrototypeOf || null), vt;
1963
+ }
1964
+ var gt, $r;
1965
+ function On() {
1966
+ if ($r) return gt;
1967
+ $r = 1;
1968
+ var t = bn;
1969
+ return gt = t.getPrototypeOf || null, gt;
1970
+ }
1971
+ var St, Nr;
1972
+ function Oi() {
1973
+ if (Nr) return St;
1974
+ Nr = 1;
1975
+ var t = "Function.prototype.bind called on incompatible ", e = Object.prototype.toString, n = Math.max, r = "[object Function]", o = function(c, l) {
1976
+ for (var f = [], u = 0; u < c.length; u += 1)
1977
+ f[u] = c[u];
1978
+ for (var y = 0; y < l.length; y += 1)
1979
+ f[y + c.length] = l[y];
1980
+ return f;
1981
+ }, a = function(c, l) {
1982
+ for (var f = [], u = l, y = 0; u < c.length; u += 1, y += 1)
1983
+ f[y] = c[u];
1984
+ return f;
1985
+ }, i = function(s, c) {
1986
+ for (var l = "", f = 0; f < s.length; f += 1)
1987
+ l += s[f], f + 1 < s.length && (l += c);
1988
+ return l;
1989
+ };
1990
+ return St = function(c) {
1991
+ var l = this;
1992
+ if (typeof l != "function" || e.apply(l) !== r)
1993
+ throw new TypeError(t + l);
1994
+ for (var f = a(arguments, 1), u, y = function() {
1995
+ if (this instanceof u) {
1996
+ var m = l.apply(
1997
+ this,
1998
+ o(f, arguments)
1999
+ );
2000
+ return Object(m) === m ? m : this;
2001
+ }
2002
+ return l.apply(
2003
+ c,
2004
+ o(f, arguments)
2005
+ );
2006
+ }, v = n(0, l.length - f.length), d = [], h = 0; h < v; h++)
2007
+ d[h] = "$" + h;
2008
+ if (u = Function("binder", "return function (" + i(d, ",") + "){ return binder.apply(this,arguments); }")(y), l.prototype) {
2009
+ var O = function() {
2010
+ };
2011
+ O.prototype = l.prototype, u.prototype = new O(), O.prototype = null;
2012
+ }
2013
+ return u;
2014
+ }, St;
2015
+ }
2016
+ var bt, _r;
2017
+ function nt() {
2018
+ if (_r) return bt;
2019
+ _r = 1;
2020
+ var t = Oi();
2021
+ return bt = Function.prototype.bind || t, bt;
2022
+ }
2023
+ var wt, Fr;
2024
+ function Kt() {
2025
+ return Fr || (Fr = 1, wt = Function.prototype.call), wt;
2026
+ }
2027
+ var Et, Ir;
2028
+ function An() {
2029
+ return Ir || (Ir = 1, Et = Function.prototype.apply), Et;
2030
+ }
2031
+ var Ai = typeof Reflect < "u" && Reflect && Reflect.apply, Ri = nt(), Pi = An(), xi = Kt(), Ti = Ai, Ci = Ti || Ri.call(xi, Pi), $i = nt(), Ni = be, _i = Kt(), Fi = Ci, Rn = function(e) {
2032
+ if (e.length < 1 || typeof e[0] != "function")
2033
+ throw new Ni("a function is required");
2034
+ return Fi($i, _i, e);
2035
+ }, Ot, Mr;
2036
+ function Ii() {
2037
+ if (Mr) return Ot;
2038
+ Mr = 1;
2039
+ var t = Rn, e = wn, n;
2040
+ try {
2041
+ n = /** @type {{ __proto__?: typeof Array.prototype }} */
2042
+ [].__proto__ === Array.prototype;
2043
+ } catch (i) {
2044
+ if (!i || typeof i != "object" || !("code" in i) || i.code !== "ERR_PROTO_ACCESS")
2045
+ throw i;
2046
+ }
2047
+ var r = !!n && e && e(
2048
+ Object.prototype,
2049
+ /** @type {keyof typeof Object.prototype} */
2050
+ "__proto__"
2051
+ ), o = Object, a = o.getPrototypeOf;
2052
+ return Ot = r && typeof r.get == "function" ? t([r.get]) : typeof a == "function" ? (
2053
+ /** @type {import('./get')} */
2054
+ function(s) {
2055
+ return a(s == null ? s : o(s));
2056
+ }
2057
+ ) : !1, Ot;
2058
+ }
2059
+ var At, Dr;
2060
+ function Mi() {
2061
+ if (Dr) return At;
2062
+ Dr = 1;
2063
+ var t = En(), e = On(), n = Ii();
2064
+ return At = t ? function(o) {
2065
+ return t(o);
2066
+ } : e ? function(o) {
2067
+ if (!o || typeof o != "object" && typeof o != "function")
2068
+ throw new TypeError("getProto: not an object");
2069
+ return e(o);
2070
+ } : n ? function(o) {
2071
+ return n(o);
2072
+ } : null, At;
2073
+ }
2074
+ var Rt, Br;
2075
+ function Di() {
2076
+ if (Br) return Rt;
2077
+ Br = 1;
2078
+ var t = Function.prototype.call, e = Object.prototype.hasOwnProperty, n = nt();
2079
+ return Rt = n.call(t, e), Rt;
2080
+ }
2081
+ var w, Bi = bn, Ui = oi, ki = ai, Li = ii, ji = si, ve = li, ye = be, qi = ci, Hi = ui, zi = fi, Wi = pi, Gi = di, Ji = yi, Vi = hi, Ki = gi, Pn = Function, Pt = function(t) {
2082
+ try {
2083
+ return Pn('"use strict"; return (' + t + ").constructor;")();
2084
+ } catch {
2085
+ }
2086
+ }, Te = wn, Qi = bi, xt = function() {
2087
+ throw new ye();
2088
+ }, Xi = Te ? function() {
2089
+ try {
2090
+ return arguments.callee, xt;
2091
+ } catch {
2092
+ try {
2093
+ return Te(arguments, "callee").get;
2094
+ } catch {
2095
+ return xt;
2096
+ }
2097
+ }
2098
+ }() : xt, fe = Ei()(), _ = Mi(), Yi = On(), Zi = En(), xn = An(), _e = Kt(), de = {}, es = typeof Uint8Array > "u" || !_ ? w : _(Uint8Array), le = {
2099
+ __proto__: null,
2100
+ "%AggregateError%": typeof AggregateError > "u" ? w : AggregateError,
2101
+ "%Array%": Array,
2102
+ "%ArrayBuffer%": typeof ArrayBuffer > "u" ? w : ArrayBuffer,
2103
+ "%ArrayIteratorPrototype%": fe && _ ? _([][Symbol.iterator]()) : w,
2104
+ "%AsyncFromSyncIteratorPrototype%": w,
2105
+ "%AsyncFunction%": de,
2106
+ "%AsyncGenerator%": de,
2107
+ "%AsyncGeneratorFunction%": de,
2108
+ "%AsyncIteratorPrototype%": de,
2109
+ "%Atomics%": typeof Atomics > "u" ? w : Atomics,
2110
+ "%BigInt%": typeof BigInt > "u" ? w : BigInt,
2111
+ "%BigInt64Array%": typeof BigInt64Array > "u" ? w : BigInt64Array,
2112
+ "%BigUint64Array%": typeof BigUint64Array > "u" ? w : BigUint64Array,
2113
+ "%Boolean%": Boolean,
2114
+ "%DataView%": typeof DataView > "u" ? w : DataView,
2115
+ "%Date%": Date,
2116
+ "%decodeURI%": decodeURI,
2117
+ "%decodeURIComponent%": decodeURIComponent,
2118
+ "%encodeURI%": encodeURI,
2119
+ "%encodeURIComponent%": encodeURIComponent,
2120
+ "%Error%": Ui,
2121
+ "%eval%": eval,
2122
+ // eslint-disable-line no-eval
2123
+ "%EvalError%": ki,
2124
+ "%Float16Array%": typeof Float16Array > "u" ? w : Float16Array,
2125
+ "%Float32Array%": typeof Float32Array > "u" ? w : Float32Array,
2126
+ "%Float64Array%": typeof Float64Array > "u" ? w : Float64Array,
2127
+ "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? w : FinalizationRegistry,
2128
+ "%Function%": Pn,
2129
+ "%GeneratorFunction%": de,
2130
+ "%Int8Array%": typeof Int8Array > "u" ? w : Int8Array,
2131
+ "%Int16Array%": typeof Int16Array > "u" ? w : Int16Array,
2132
+ "%Int32Array%": typeof Int32Array > "u" ? w : Int32Array,
2133
+ "%isFinite%": isFinite,
2134
+ "%isNaN%": isNaN,
2135
+ "%IteratorPrototype%": fe && _ ? _(_([][Symbol.iterator]())) : w,
2136
+ "%JSON%": typeof JSON == "object" ? JSON : w,
2137
+ "%Map%": typeof Map > "u" ? w : Map,
2138
+ "%MapIteratorPrototype%": typeof Map > "u" || !fe || !_ ? w : _((/* @__PURE__ */ new Map())[Symbol.iterator]()),
2139
+ "%Math%": Math,
2140
+ "%Number%": Number,
2141
+ "%Object%": Bi,
2142
+ "%Object.getOwnPropertyDescriptor%": Te,
2143
+ "%parseFloat%": parseFloat,
2144
+ "%parseInt%": parseInt,
2145
+ "%Promise%": typeof Promise > "u" ? w : Promise,
2146
+ "%Proxy%": typeof Proxy > "u" ? w : Proxy,
2147
+ "%RangeError%": Li,
2148
+ "%ReferenceError%": ji,
2149
+ "%Reflect%": typeof Reflect > "u" ? w : Reflect,
2150
+ "%RegExp%": RegExp,
2151
+ "%Set%": typeof Set > "u" ? w : Set,
2152
+ "%SetIteratorPrototype%": typeof Set > "u" || !fe || !_ ? w : _((/* @__PURE__ */ new Set())[Symbol.iterator]()),
2153
+ "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? w : SharedArrayBuffer,
2154
+ "%String%": String,
2155
+ "%StringIteratorPrototype%": fe && _ ? _(""[Symbol.iterator]()) : w,
2156
+ "%Symbol%": fe ? Symbol : w,
2157
+ "%SyntaxError%": ve,
2158
+ "%ThrowTypeError%": Xi,
2159
+ "%TypedArray%": es,
2160
+ "%TypeError%": ye,
2161
+ "%Uint8Array%": typeof Uint8Array > "u" ? w : Uint8Array,
2162
+ "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? w : Uint8ClampedArray,
2163
+ "%Uint16Array%": typeof Uint16Array > "u" ? w : Uint16Array,
2164
+ "%Uint32Array%": typeof Uint32Array > "u" ? w : Uint32Array,
2165
+ "%URIError%": qi,
2166
+ "%WeakMap%": typeof WeakMap > "u" ? w : WeakMap,
2167
+ "%WeakRef%": typeof WeakRef > "u" ? w : WeakRef,
2168
+ "%WeakSet%": typeof WeakSet > "u" ? w : WeakSet,
2169
+ "%Function.prototype.call%": _e,
2170
+ "%Function.prototype.apply%": xn,
2171
+ "%Object.defineProperty%": Qi,
2172
+ "%Object.getPrototypeOf%": Yi,
2173
+ "%Math.abs%": Hi,
2174
+ "%Math.floor%": zi,
2175
+ "%Math.max%": Wi,
2176
+ "%Math.min%": Gi,
2177
+ "%Math.pow%": Ji,
2178
+ "%Math.round%": Vi,
2179
+ "%Math.sign%": Ki,
2180
+ "%Reflect.getPrototypeOf%": Zi
2181
+ };
2182
+ if (_)
2183
+ try {
2184
+ null.error;
2185
+ } catch (t) {
2186
+ var ts = _(_(t));
2187
+ le["%Error.prototype%"] = ts;
2188
+ }
2189
+ var rs = function t(e) {
2190
+ var n;
2191
+ if (e === "%AsyncFunction%")
2192
+ n = Pt("async function () {}");
2193
+ else if (e === "%GeneratorFunction%")
2194
+ n = Pt("function* () {}");
2195
+ else if (e === "%AsyncGeneratorFunction%")
2196
+ n = Pt("async function* () {}");
2197
+ else if (e === "%AsyncGenerator%") {
2198
+ var r = t("%AsyncGeneratorFunction%");
2199
+ r && (n = r.prototype);
2200
+ } else if (e === "%AsyncIteratorPrototype%") {
2201
+ var o = t("%AsyncGenerator%");
2202
+ o && _ && (n = _(o.prototype));
2203
+ }
2204
+ return le[e] = n, n;
2205
+ }, Ur = {
2206
+ __proto__: null,
2207
+ "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
2208
+ "%ArrayPrototype%": ["Array", "prototype"],
2209
+ "%ArrayProto_entries%": ["Array", "prototype", "entries"],
2210
+ "%ArrayProto_forEach%": ["Array", "prototype", "forEach"],
2211
+ "%ArrayProto_keys%": ["Array", "prototype", "keys"],
2212
+ "%ArrayProto_values%": ["Array", "prototype", "values"],
2213
+ "%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"],
2214
+ "%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"],
2215
+ "%AsyncGeneratorPrototype%": ["AsyncGeneratorFunction", "prototype", "prototype"],
2216
+ "%BooleanPrototype%": ["Boolean", "prototype"],
2217
+ "%DataViewPrototype%": ["DataView", "prototype"],
2218
+ "%DatePrototype%": ["Date", "prototype"],
2219
+ "%ErrorPrototype%": ["Error", "prototype"],
2220
+ "%EvalErrorPrototype%": ["EvalError", "prototype"],
2221
+ "%Float32ArrayPrototype%": ["Float32Array", "prototype"],
2222
+ "%Float64ArrayPrototype%": ["Float64Array", "prototype"],
2223
+ "%FunctionPrototype%": ["Function", "prototype"],
2224
+ "%Generator%": ["GeneratorFunction", "prototype"],
2225
+ "%GeneratorPrototype%": ["GeneratorFunction", "prototype", "prototype"],
2226
+ "%Int8ArrayPrototype%": ["Int8Array", "prototype"],
2227
+ "%Int16ArrayPrototype%": ["Int16Array", "prototype"],
2228
+ "%Int32ArrayPrototype%": ["Int32Array", "prototype"],
2229
+ "%JSONParse%": ["JSON", "parse"],
2230
+ "%JSONStringify%": ["JSON", "stringify"],
2231
+ "%MapPrototype%": ["Map", "prototype"],
2232
+ "%NumberPrototype%": ["Number", "prototype"],
2233
+ "%ObjectPrototype%": ["Object", "prototype"],
2234
+ "%ObjProto_toString%": ["Object", "prototype", "toString"],
2235
+ "%ObjProto_valueOf%": ["Object", "prototype", "valueOf"],
2236
+ "%PromisePrototype%": ["Promise", "prototype"],
2237
+ "%PromiseProto_then%": ["Promise", "prototype", "then"],
2238
+ "%Promise_all%": ["Promise", "all"],
2239
+ "%Promise_reject%": ["Promise", "reject"],
2240
+ "%Promise_resolve%": ["Promise", "resolve"],
2241
+ "%RangeErrorPrototype%": ["RangeError", "prototype"],
2242
+ "%ReferenceErrorPrototype%": ["ReferenceError", "prototype"],
2243
+ "%RegExpPrototype%": ["RegExp", "prototype"],
2244
+ "%SetPrototype%": ["Set", "prototype"],
2245
+ "%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"],
2246
+ "%StringPrototype%": ["String", "prototype"],
2247
+ "%SymbolPrototype%": ["Symbol", "prototype"],
2248
+ "%SyntaxErrorPrototype%": ["SyntaxError", "prototype"],
2249
+ "%TypedArrayPrototype%": ["TypedArray", "prototype"],
2250
+ "%TypeErrorPrototype%": ["TypeError", "prototype"],
2251
+ "%Uint8ArrayPrototype%": ["Uint8Array", "prototype"],
2252
+ "%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"],
2253
+ "%Uint16ArrayPrototype%": ["Uint16Array", "prototype"],
2254
+ "%Uint32ArrayPrototype%": ["Uint32Array", "prototype"],
2255
+ "%URIErrorPrototype%": ["URIError", "prototype"],
2256
+ "%WeakMapPrototype%": ["WeakMap", "prototype"],
2257
+ "%WeakSetPrototype%": ["WeakSet", "prototype"]
2258
+ }, Fe = nt(), Ve = Di(), ns = Fe.call(_e, Array.prototype.concat), os = Fe.call(xn, Array.prototype.splice), kr = Fe.call(_e, String.prototype.replace), Ke = Fe.call(_e, String.prototype.slice), as = Fe.call(_e, RegExp.prototype.exec), is = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, ss = /\\(\\)?/g, ls = function(e) {
2259
+ var n = Ke(e, 0, 1), r = Ke(e, -1);
2260
+ if (n === "%" && r !== "%")
2261
+ throw new ve("invalid intrinsic syntax, expected closing `%`");
2262
+ if (r === "%" && n !== "%")
2263
+ throw new ve("invalid intrinsic syntax, expected opening `%`");
2264
+ var o = [];
2265
+ return kr(e, is, function(a, i, s, c) {
2266
+ o[o.length] = s ? kr(c, ss, "$1") : i || a;
2267
+ }), o;
2268
+ }, cs = function(e, n) {
2269
+ var r = e, o;
2270
+ if (Ve(Ur, r) && (o = Ur[r], r = "%" + o[0] + "%"), Ve(le, r)) {
2271
+ var a = le[r];
2272
+ if (a === de && (a = rs(r)), typeof a > "u" && !n)
2273
+ throw new ye("intrinsic " + e + " exists, but is not available. Please file an issue!");
2274
+ return {
2275
+ alias: o,
2276
+ name: r,
2277
+ value: a
2278
+ };
2279
+ }
2280
+ throw new ve("intrinsic " + e + " does not exist!");
2281
+ }, Qt = function(e, n) {
2282
+ if (typeof e != "string" || e.length === 0)
2283
+ throw new ye("intrinsic name must be a non-empty string");
2284
+ if (arguments.length > 1 && typeof n != "boolean")
2285
+ throw new ye('"allowMissing" argument must be a boolean');
2286
+ if (as(/^%?[^%]*%?$/, e) === null)
2287
+ throw new ve("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
2288
+ var r = ls(e), o = r.length > 0 ? r[0] : "", a = cs("%" + o + "%", n), i = a.name, s = a.value, c = !1, l = a.alias;
2289
+ l && (o = l[0], os(r, ns([0, 1], l)));
2290
+ for (var f = 1, u = !0; f < r.length; f += 1) {
2291
+ var y = r[f], v = Ke(y, 0, 1), d = Ke(y, -1);
2292
+ if ((v === '"' || v === "'" || v === "`" || d === '"' || d === "'" || d === "`") && v !== d)
2293
+ throw new ve("property names with quotes must have matching quotes");
2294
+ if ((y === "constructor" || !u) && (c = !0), o += "." + y, i = "%" + o + "%", Ve(le, i))
2295
+ s = le[i];
2296
+ else if (s != null) {
2297
+ if (!(y in s)) {
2298
+ if (!n)
2299
+ throw new ye("base intrinsic for " + e + " exists, but the property is not available.");
2300
+ return;
2301
+ }
2302
+ if (Te && f + 1 >= r.length) {
2303
+ var h = Te(s, y);
2304
+ u = !!h, u && "get" in h && !("originalValue" in h.get) ? s = h.get : s = s[y];
2305
+ } else
2306
+ u = Ve(s, y), s = s[y];
2307
+ u && !c && (le[i] = s);
2308
+ }
2309
+ }
2310
+ return s;
2311
+ }, Tn = Qt, Cn = Rn, us = Cn([Tn("%String.prototype.indexOf%")]), $n = function(e, n) {
2312
+ var r = (
2313
+ /** @type {(this: unknown, ...args: unknown[]) => unknown} */
2314
+ Tn(e, !!n)
2315
+ );
2316
+ return typeof r == "function" && us(e, ".prototype.") > -1 ? Cn(
2317
+ /** @type {const} */
2318
+ [r]
2319
+ ) : r;
2320
+ }, fs = Qt, Ie = $n, ps = tt, ds = be, Lr = fs("%Map%", !0), ys = Ie("Map.prototype.get", !0), hs = Ie("Map.prototype.set", !0), ms = Ie("Map.prototype.has", !0), vs = Ie("Map.prototype.delete", !0), gs = Ie("Map.prototype.size", !0), Nn = !!Lr && /** @type {Exclude<import('.'), false>} */
2321
+ function() {
2322
+ var e, n = {
2323
+ assert: function(r) {
2324
+ if (!n.has(r))
2325
+ throw new ds("Side channel does not contain " + ps(r));
2326
+ },
2327
+ delete: function(r) {
2328
+ if (e) {
2329
+ var o = vs(e, r);
2330
+ return gs(e) === 0 && (e = void 0), o;
2331
+ }
2332
+ return !1;
2333
+ },
2334
+ get: function(r) {
2335
+ if (e)
2336
+ return ys(e, r);
2337
+ },
2338
+ has: function(r) {
2339
+ return e ? ms(e, r) : !1;
2340
+ },
2341
+ set: function(r, o) {
2342
+ e || (e = new Lr()), hs(e, r, o);
2343
+ }
2344
+ };
2345
+ return n;
2346
+ }, Ss = Qt, ot = $n, bs = tt, Ue = Nn, ws = be, pe = Ss("%WeakMap%", !0), Es = ot("WeakMap.prototype.get", !0), Os = ot("WeakMap.prototype.set", !0), As = ot("WeakMap.prototype.has", !0), Rs = ot("WeakMap.prototype.delete", !0), Ps = pe ? (
2347
+ /** @type {Exclude<import('.'), false>} */
2348
+ function() {
2349
+ var e, n, r = {
2350
+ assert: function(o) {
2351
+ if (!r.has(o))
2352
+ throw new ws("Side channel does not contain " + bs(o));
2353
+ },
2354
+ delete: function(o) {
2355
+ if (pe && o && (typeof o == "object" || typeof o == "function")) {
2356
+ if (e)
2357
+ return Rs(e, o);
2358
+ } else if (Ue && n)
2359
+ return n.delete(o);
2360
+ return !1;
2361
+ },
2362
+ get: function(o) {
2363
+ return pe && o && (typeof o == "object" || typeof o == "function") && e ? Es(e, o) : n && n.get(o);
2364
+ },
2365
+ has: function(o) {
2366
+ return pe && o && (typeof o == "object" || typeof o == "function") && e ? As(e, o) : !!n && n.has(o);
2367
+ },
2368
+ set: function(o, a) {
2369
+ pe && o && (typeof o == "object" || typeof o == "function") ? (e || (e = new pe()), Os(e, o, a)) : Ue && (n || (n = Ue()), n.set(o, a));
2370
+ }
2371
+ };
2372
+ return r;
2373
+ }
2374
+ ) : Ue, xs = be, Ts = tt, Cs = ni, $s = Nn, Ns = Ps, _s = Ns || $s || Cs, Fs = function() {
2375
+ var e, n = {
2376
+ assert: function(r) {
2377
+ if (!n.has(r))
2378
+ throw new xs("Side channel does not contain " + Ts(r));
2379
+ },
2380
+ delete: function(r) {
2381
+ return !!e && e.delete(r);
2382
+ },
2383
+ get: function(r) {
2384
+ return e && e.get(r);
2385
+ },
2386
+ has: function(r) {
2387
+ return !!e && e.has(r);
2388
+ },
2389
+ set: function(r, o) {
2390
+ e || (e = _s()), e.set(r, o);
2391
+ }
2392
+ };
2393
+ return n;
2394
+ }, Is = String.prototype.replace, Ms = /%20/g, Tt = {
2395
+ RFC1738: "RFC1738",
2396
+ RFC3986: "RFC3986"
2397
+ }, Xt = {
2398
+ default: Tt.RFC3986,
2399
+ formatters: {
2400
+ RFC1738: function(t) {
2401
+ return Is.call(t, Ms, "+");
2402
+ },
2403
+ RFC3986: function(t) {
2404
+ return String(t);
2405
+ }
2406
+ },
2407
+ RFC1738: Tt.RFC1738,
2408
+ RFC3986: Tt.RFC3986
2409
+ }, Ds = Xt, Ct = Object.prototype.hasOwnProperty, ie = Array.isArray, J = function() {
2410
+ for (var t = [], e = 0; e < 256; ++e)
2411
+ t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
2412
+ return t;
2413
+ }(), Bs = function(e) {
2414
+ for (; e.length > 1; ) {
2415
+ var n = e.pop(), r = n.obj[n.prop];
2416
+ if (ie(r)) {
2417
+ for (var o = [], a = 0; a < r.length; ++a)
2418
+ typeof r[a] < "u" && o.push(r[a]);
2419
+ n.obj[n.prop] = o;
2420
+ }
2421
+ }
2422
+ }, _n = function(e, n) {
2423
+ for (var r = n && n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, o = 0; o < e.length; ++o)
2424
+ typeof e[o] < "u" && (r[o] = e[o]);
2425
+ return r;
2426
+ }, Us = function t(e, n, r) {
2427
+ if (!n)
2428
+ return e;
2429
+ if (typeof n != "object") {
2430
+ if (ie(e))
2431
+ e.push(n);
2432
+ else if (e && typeof e == "object")
2433
+ (r && (r.plainObjects || r.allowPrototypes) || !Ct.call(Object.prototype, n)) && (e[n] = !0);
2434
+ else
2435
+ return [e, n];
2436
+ return e;
2437
+ }
2438
+ if (!e || typeof e != "object")
2439
+ return [e].concat(n);
2440
+ var o = e;
2441
+ return ie(e) && !ie(n) && (o = _n(e, r)), ie(e) && ie(n) ? (n.forEach(function(a, i) {
2442
+ if (Ct.call(e, i)) {
2443
+ var s = e[i];
2444
+ s && typeof s == "object" && a && typeof a == "object" ? e[i] = t(s, a, r) : e.push(a);
2445
+ } else
2446
+ e[i] = a;
2447
+ }), e) : Object.keys(n).reduce(function(a, i) {
2448
+ var s = n[i];
2449
+ return Ct.call(a, i) ? a[i] = t(a[i], s, r) : a[i] = s, a;
2450
+ }, o);
2451
+ }, ks = function(e, n) {
2452
+ return Object.keys(n).reduce(function(r, o) {
2453
+ return r[o] = n[o], r;
2454
+ }, e);
2455
+ }, Ls = function(t, e, n) {
2456
+ var r = t.replace(/\+/g, " ");
2457
+ if (n === "iso-8859-1")
2458
+ return r.replace(/%[0-9a-f]{2}/gi, unescape);
2459
+ try {
2460
+ return decodeURIComponent(r);
2461
+ } catch {
2462
+ return r;
2463
+ }
2464
+ }, js = function(e, n, r, o, a) {
2465
+ if (e.length === 0)
2466
+ return e;
2467
+ var i = e;
2468
+ if (typeof e == "symbol" ? i = Symbol.prototype.toString.call(e) : typeof e != "string" && (i = String(e)), r === "iso-8859-1")
2469
+ return escape(i).replace(/%u[0-9a-f]{4}/gi, function(f) {
2470
+ return "%26%23" + parseInt(f.slice(2), 16) + "%3B";
2471
+ });
2472
+ for (var s = "", c = 0; c < i.length; ++c) {
2473
+ var l = i.charCodeAt(c);
2474
+ if (l === 45 || l === 46 || l === 95 || l === 126 || l >= 48 && l <= 57 || l >= 65 && l <= 90 || l >= 97 && l <= 122 || a === Ds.RFC1738 && (l === 40 || l === 41)) {
2475
+ s += i.charAt(c);
2476
+ continue;
2477
+ }
2478
+ if (l < 128) {
2479
+ s = s + J[l];
2480
+ continue;
2481
+ }
2482
+ if (l < 2048) {
2483
+ s = s + (J[192 | l >> 6] + J[128 | l & 63]);
2484
+ continue;
2485
+ }
2486
+ if (l < 55296 || l >= 57344) {
2487
+ s = s + (J[224 | l >> 12] + J[128 | l >> 6 & 63] + J[128 | l & 63]);
2488
+ continue;
2489
+ }
2490
+ c += 1, l = 65536 + ((l & 1023) << 10 | i.charCodeAt(c) & 1023), s += J[240 | l >> 18] + J[128 | l >> 12 & 63] + J[128 | l >> 6 & 63] + J[128 | l & 63];
2491
+ }
2492
+ return s;
2493
+ }, qs = function(e) {
2494
+ for (var n = [{ obj: { o: e }, prop: "o" }], r = [], o = 0; o < n.length; ++o)
2495
+ for (var a = n[o], i = a.obj[a.prop], s = Object.keys(i), c = 0; c < s.length; ++c) {
2496
+ var l = s[c], f = i[l];
2497
+ typeof f == "object" && f !== null && r.indexOf(f) === -1 && (n.push({ obj: i, prop: l }), r.push(f));
2498
+ }
2499
+ return Bs(n), e;
2500
+ }, Hs = function(e) {
2501
+ return Object.prototype.toString.call(e) === "[object RegExp]";
2502
+ }, zs = function(e) {
2503
+ return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
2504
+ }, Ws = function(e, n) {
2505
+ return [].concat(e, n);
2506
+ }, Gs = function(e, n) {
2507
+ if (ie(e)) {
2508
+ for (var r = [], o = 0; o < e.length; o += 1)
2509
+ r.push(n(e[o]));
2510
+ return r;
2511
+ }
2512
+ return n(e);
2513
+ }, Fn = {
2514
+ arrayToObject: _n,
2515
+ assign: ks,
2516
+ combine: Ws,
2517
+ compact: qs,
2518
+ decode: Ls,
2519
+ encode: js,
2520
+ isBuffer: zs,
2521
+ isRegExp: Hs,
2522
+ maybeMap: Gs,
2523
+ merge: Us
2524
+ }, In = Fs, ze = Fn, Pe = Xt, Js = Object.prototype.hasOwnProperty, jr = {
2525
+ brackets: function(e) {
2526
+ return e + "[]";
2527
+ },
2528
+ comma: "comma",
2529
+ indices: function(e, n) {
2530
+ return e + "[" + n + "]";
2531
+ },
2532
+ repeat: function(e) {
2533
+ return e;
2534
+ }
2535
+ }, Z = Array.isArray, Vs = Array.prototype.push, Mn = function(t, e) {
2536
+ Vs.apply(t, Z(e) ? e : [e]);
2537
+ }, Ks = Date.prototype.toISOString, qr = Pe.default, F = {
2538
+ addQueryPrefix: !1,
2539
+ allowDots: !1,
2540
+ charset: "utf-8",
2541
+ charsetSentinel: !1,
2542
+ delimiter: "&",
2543
+ encode: !0,
2544
+ encoder: ze.encode,
2545
+ encodeValuesOnly: !1,
2546
+ format: qr,
2547
+ formatter: Pe.formatters[qr],
2548
+ // deprecated
2549
+ indices: !1,
2550
+ serializeDate: function(e) {
2551
+ return Ks.call(e);
2552
+ },
2553
+ skipNulls: !1,
2554
+ strictNullHandling: !1
2555
+ }, Qs = function(e) {
2556
+ return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
2557
+ }, $t = {}, Xs = function t(e, n, r, o, a, i, s, c, l, f, u, y, v, d, h, O) {
2558
+ for (var m = e, T = O, C = 0, H = !1; (T = T.get($t)) !== void 0 && !H; ) {
2559
+ var z = T.get(e);
2560
+ if (C += 1, typeof z < "u") {
2561
+ if (z === C)
2562
+ throw new RangeError("Cyclic object value");
2563
+ H = !0;
2564
+ }
2565
+ typeof T.get($t) > "u" && (C = 0);
2566
+ }
2567
+ if (typeof c == "function" ? m = c(n, m) : m instanceof Date ? m = u(m) : r === "comma" && Z(m) && (m = ze.maybeMap(m, function(I) {
2568
+ return I instanceof Date ? u(I) : I;
2569
+ })), m === null) {
2570
+ if (a)
2571
+ return s && !d ? s(n, F.encoder, h, "key", y) : n;
2572
+ m = "";
2573
+ }
2574
+ if (Qs(m) || ze.isBuffer(m)) {
2575
+ if (s) {
2576
+ var oe = d ? n : s(n, F.encoder, h, "key", y);
2577
+ return [v(oe) + "=" + v(s(m, F.encoder, h, "value", y))];
2578
+ }
2579
+ return [v(n) + "=" + v(String(m))];
2580
+ }
2581
+ var W = [];
2582
+ if (typeof m > "u")
2583
+ return W;
2584
+ var k;
2585
+ if (r === "comma" && Z(m))
2586
+ d && s && (m = ze.maybeMap(m, s)), k = [{ value: m.length > 0 ? m.join(",") || null : void 0 }];
2587
+ else if (Z(c))
2588
+ k = c;
2589
+ else {
2590
+ var ae = Object.keys(m);
2591
+ k = l ? ae.sort(l) : ae;
2592
+ }
2593
+ for (var S = o && Z(m) && m.length === 1 ? n + "[]" : n, b = 0; b < k.length; ++b) {
2594
+ var A = k[b], R = typeof A == "object" && typeof A.value < "u" ? A.value : m[A];
2595
+ if (!(i && R === null)) {
2596
+ var $ = Z(m) ? typeof r == "function" ? r(S, A) : S : S + (f ? "." + A : "[" + A + "]");
2597
+ O.set(e, C);
2598
+ var g = In();
2599
+ g.set($t, O), Mn(W, t(
2600
+ R,
2601
+ $,
2602
+ r,
2603
+ o,
2604
+ a,
2605
+ i,
2606
+ r === "comma" && d && Z(m) ? null : s,
2607
+ c,
2608
+ l,
2609
+ f,
2610
+ u,
2611
+ y,
2612
+ v,
2613
+ d,
2614
+ h,
2615
+ g
2616
+ ));
2617
+ }
2618
+ }
2619
+ return W;
2620
+ }, Ys = function(e) {
2621
+ if (!e)
2622
+ return F;
2623
+ if (e.encoder !== null && typeof e.encoder < "u" && typeof e.encoder != "function")
2624
+ throw new TypeError("Encoder has to be a function.");
2625
+ var n = e.charset || F.charset;
2626
+ if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
2627
+ throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
2628
+ var r = Pe.default;
2629
+ if (typeof e.format < "u") {
2630
+ if (!Js.call(Pe.formatters, e.format))
2631
+ throw new TypeError("Unknown format option provided.");
2632
+ r = e.format;
2633
+ }
2634
+ var o = Pe.formatters[r], a = F.filter;
2635
+ return (typeof e.filter == "function" || Z(e.filter)) && (a = e.filter), {
2636
+ addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : F.addQueryPrefix,
2637
+ allowDots: typeof e.allowDots > "u" ? F.allowDots : !!e.allowDots,
2638
+ charset: n,
2639
+ charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : F.charsetSentinel,
2640
+ delimiter: typeof e.delimiter > "u" ? F.delimiter : e.delimiter,
2641
+ encode: typeof e.encode == "boolean" ? e.encode : F.encode,
2642
+ encoder: typeof e.encoder == "function" ? e.encoder : F.encoder,
2643
+ encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : F.encodeValuesOnly,
2644
+ filter: a,
2645
+ format: r,
2646
+ formatter: o,
2647
+ serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : F.serializeDate,
2648
+ skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : F.skipNulls,
2649
+ sort: typeof e.sort == "function" ? e.sort : null,
2650
+ strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : F.strictNullHandling
2651
+ };
2652
+ }, Zs = function(t, e) {
2653
+ var n = t, r = Ys(e), o, a;
2654
+ typeof r.filter == "function" ? (a = r.filter, n = a("", n)) : Z(r.filter) && (a = r.filter, o = a);
2655
+ var i = [];
2656
+ if (typeof n != "object" || n === null)
2657
+ return "";
2658
+ var s;
2659
+ e && e.arrayFormat in jr ? s = e.arrayFormat : e && "indices" in e ? s = e.indices ? "indices" : "repeat" : s = "indices";
2660
+ var c = jr[s];
2661
+ if (e && "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
2662
+ throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
2663
+ var l = c === "comma" && e && e.commaRoundTrip;
2664
+ o || (o = Object.keys(n)), r.sort && o.sort(r.sort);
2665
+ for (var f = In(), u = 0; u < o.length; ++u) {
2666
+ var y = o[u];
2667
+ r.skipNulls && n[y] === null || Mn(i, Xs(
2668
+ n[y],
2669
+ y,
2670
+ c,
2671
+ l,
2672
+ r.strictNullHandling,
2673
+ r.skipNulls,
2674
+ r.encode ? r.encoder : null,
2675
+ r.filter,
2676
+ r.sort,
2677
+ r.allowDots,
2678
+ r.serializeDate,
2679
+ r.format,
2680
+ r.formatter,
2681
+ r.encodeValuesOnly,
2682
+ r.charset,
2683
+ f
2684
+ ));
2685
+ }
2686
+ var v = i.join(r.delimiter), d = r.addQueryPrefix === !0 ? "?" : "";
2687
+ return r.charsetSentinel && (r.charset === "iso-8859-1" ? d += "utf8=%26%2310003%3B&" : d += "utf8=%E2%9C%93&"), v.length > 0 ? d + v : "";
2688
+ }, ge = Fn, jt = Object.prototype.hasOwnProperty, el = Array.isArray, N = {
2689
+ allowDots: !1,
2690
+ allowPrototypes: !1,
2691
+ allowSparse: !1,
2692
+ arrayLimit: 20,
2693
+ charset: "utf-8",
2694
+ charsetSentinel: !1,
2695
+ comma: !1,
2696
+ decoder: ge.decode,
2697
+ delimiter: "&",
2698
+ depth: 5,
2699
+ ignoreQueryPrefix: !1,
2700
+ interpretNumericEntities: !1,
2701
+ parameterLimit: 1e3,
2702
+ parseArrays: !0,
2703
+ plainObjects: !1,
2704
+ strictNullHandling: !1
2705
+ }, tl = function(t) {
2706
+ return t.replace(/&#(\d+);/g, function(e, n) {
2707
+ return String.fromCharCode(parseInt(n, 10));
2708
+ });
2709
+ }, Dn = function(t, e) {
2710
+ return t && typeof t == "string" && e.comma && t.indexOf(",") > -1 ? t.split(",") : t;
2711
+ }, rl = "utf8=%26%2310003%3B", nl = "utf8=%E2%9C%93", ol = function(e, n) {
2712
+ var r = { __proto__: null }, o = n.ignoreQueryPrefix ? e.replace(/^\?/, "") : e, a = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, i = o.split(n.delimiter, a), s = -1, c, l = n.charset;
2713
+ if (n.charsetSentinel)
2714
+ for (c = 0; c < i.length; ++c)
2715
+ i[c].indexOf("utf8=") === 0 && (i[c] === nl ? l = "utf-8" : i[c] === rl && (l = "iso-8859-1"), s = c, c = i.length);
2716
+ for (c = 0; c < i.length; ++c)
2717
+ if (c !== s) {
2718
+ var f = i[c], u = f.indexOf("]="), y = u === -1 ? f.indexOf("=") : u + 1, v, d;
2719
+ y === -1 ? (v = n.decoder(f, N.decoder, l, "key"), d = n.strictNullHandling ? null : "") : (v = n.decoder(f.slice(0, y), N.decoder, l, "key"), d = ge.maybeMap(
2720
+ Dn(f.slice(y + 1), n),
2721
+ function(h) {
2722
+ return n.decoder(h, N.decoder, l, "value");
2723
+ }
2724
+ )), d && n.interpretNumericEntities && l === "iso-8859-1" && (d = tl(d)), f.indexOf("[]=") > -1 && (d = el(d) ? [d] : d), jt.call(r, v) ? r[v] = ge.combine(r[v], d) : r[v] = d;
2725
+ }
2726
+ return r;
2727
+ }, al = function(t, e, n, r) {
2728
+ for (var o = r ? e : Dn(e, n), a = t.length - 1; a >= 0; --a) {
2729
+ var i, s = t[a];
2730
+ if (s === "[]" && n.parseArrays)
2731
+ i = [].concat(o);
2732
+ else {
2733
+ i = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
2734
+ var c = s.charAt(0) === "[" && s.charAt(s.length - 1) === "]" ? s.slice(1, -1) : s, l = parseInt(c, 10);
2735
+ !n.parseArrays && c === "" ? i = { 0: o } : !isNaN(l) && s !== c && String(l) === c && l >= 0 && n.parseArrays && l <= n.arrayLimit ? (i = [], i[l] = o) : c !== "__proto__" && (i[c] = o);
2736
+ }
2737
+ o = i;
2738
+ }
2739
+ return o;
2740
+ }, il = function(e, n, r, o) {
2741
+ if (e) {
2742
+ var a = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, s = /(\[[^[\]]*])/g, c = r.depth > 0 && i.exec(a), l = c ? a.slice(0, c.index) : a, f = [];
2743
+ if (l) {
2744
+ if (!r.plainObjects && jt.call(Object.prototype, l) && !r.allowPrototypes)
2745
+ return;
2746
+ f.push(l);
2747
+ }
2748
+ for (var u = 0; r.depth > 0 && (c = s.exec(a)) !== null && u < r.depth; ) {
2749
+ if (u += 1, !r.plainObjects && jt.call(Object.prototype, c[1].slice(1, -1)) && !r.allowPrototypes)
2750
+ return;
2751
+ f.push(c[1]);
2752
+ }
2753
+ return c && f.push("[" + a.slice(c.index) + "]"), al(f, n, r, o);
2754
+ }
2755
+ }, sl = function(e) {
2756
+ if (!e)
2757
+ return N;
2758
+ if (e.decoder !== null && e.decoder !== void 0 && typeof e.decoder != "function")
2759
+ throw new TypeError("Decoder has to be a function.");
2760
+ if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
2761
+ throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
2762
+ var n = typeof e.charset > "u" ? N.charset : e.charset;
2763
+ return {
2764
+ allowDots: typeof e.allowDots > "u" ? N.allowDots : !!e.allowDots,
2765
+ allowPrototypes: typeof e.allowPrototypes == "boolean" ? e.allowPrototypes : N.allowPrototypes,
2766
+ allowSparse: typeof e.allowSparse == "boolean" ? e.allowSparse : N.allowSparse,
2767
+ arrayLimit: typeof e.arrayLimit == "number" ? e.arrayLimit : N.arrayLimit,
2768
+ charset: n,
2769
+ charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : N.charsetSentinel,
2770
+ comma: typeof e.comma == "boolean" ? e.comma : N.comma,
2771
+ decoder: typeof e.decoder == "function" ? e.decoder : N.decoder,
2772
+ delimiter: typeof e.delimiter == "string" || ge.isRegExp(e.delimiter) ? e.delimiter : N.delimiter,
2773
+ // eslint-disable-next-line no-implicit-coercion, no-extra-parens
2774
+ depth: typeof e.depth == "number" || e.depth === !1 ? +e.depth : N.depth,
2775
+ ignoreQueryPrefix: e.ignoreQueryPrefix === !0,
2776
+ interpretNumericEntities: typeof e.interpretNumericEntities == "boolean" ? e.interpretNumericEntities : N.interpretNumericEntities,
2777
+ parameterLimit: typeof e.parameterLimit == "number" ? e.parameterLimit : N.parameterLimit,
2778
+ parseArrays: e.parseArrays !== !1,
2779
+ plainObjects: typeof e.plainObjects == "boolean" ? e.plainObjects : N.plainObjects,
2780
+ strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : N.strictNullHandling
2781
+ };
2782
+ }, ll = function(t, e) {
2783
+ var n = sl(e);
2784
+ if (t === "" || t === null || typeof t > "u")
2785
+ return n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
2786
+ for (var r = typeof t == "string" ? ol(t, n) : t, o = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, a = Object.keys(r), i = 0; i < a.length; ++i) {
2787
+ var s = a[i], c = il(s, r[s], n, typeof t == "string");
2788
+ o = ge.merge(o, c, n);
2789
+ }
2790
+ return n.allowSparse === !0 ? o : ge.compact(o);
2791
+ }, cl = Zs, ul = ll, fl = Xt, pl = {
2792
+ formats: fl,
2793
+ parse: ul,
2794
+ stringify: cl
2795
+ };
2796
+ const dl = /* @__PURE__ */ ga(pl);
2797
+ /*! js-cookie v3.0.5 | MIT */
2798
+ function ke(t) {
2799
+ for (var e = 1; e < arguments.length; e++) {
2800
+ var n = arguments[e];
2801
+ for (var r in n)
2802
+ t[r] = n[r];
2803
+ }
2804
+ return t;
2805
+ }
2806
+ var yl = {
2807
+ read: function(t) {
2808
+ return t[0] === '"' && (t = t.slice(1, -1)), t.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
2809
+ },
2810
+ write: function(t) {
2811
+ return encodeURIComponent(t).replace(
2812
+ /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
2813
+ decodeURIComponent
2814
+ );
2815
+ }
2816
+ };
2817
+ function qt(t, e) {
2818
+ function n(o, a, i) {
2819
+ if (!(typeof document > "u")) {
2820
+ i = ke({}, 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);
2821
+ var s = "";
2822
+ for (var c in i)
2823
+ i[c] && (s += "; " + c, i[c] !== !0 && (s += "=" + i[c].split(";")[0]));
2824
+ return document.cookie = o + "=" + t.write(a, o) + s;
2825
+ }
2826
+ }
2827
+ function r(o) {
2828
+ if (!(typeof document > "u" || arguments.length && !o)) {
2829
+ for (var a = document.cookie ? document.cookie.split("; ") : [], i = {}, s = 0; s < a.length; s++) {
2830
+ var c = a[s].split("="), l = c.slice(1).join("=");
2831
+ try {
2832
+ var f = decodeURIComponent(c[0]);
2833
+ if (i[f] = t.read(l, f), o === f)
2834
+ break;
2835
+ } catch {
2836
+ }
2837
+ }
2838
+ return o ? i[o] : i;
2839
+ }
2840
+ }
2841
+ return Object.create(
2842
+ {
2843
+ set: n,
2844
+ get: r,
2845
+ remove: function(o, a) {
2846
+ n(
2847
+ o,
2848
+ "",
2849
+ ke({}, a, {
2850
+ expires: -1
2851
+ })
2852
+ );
2853
+ },
2854
+ withAttributes: function(o) {
2855
+ return qt(this.converter, ke({}, this.attributes, o));
2856
+ },
2857
+ withConverter: function(o) {
2858
+ return qt(ke({}, this.converter, o), this.attributes);
2859
+ }
2860
+ },
2861
+ {
2862
+ attributes: { value: Object.freeze(e) },
2863
+ converter: { value: Object.freeze(t) }
2864
+ }
2865
+ );
2866
+ }
2867
+ var hl = qt(yl, { path: "/" });
2868
+ const ml = {
2869
+ 参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter Validation Error", _appCode: "framework" },
2870
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "Api endpoint not found", _appCode: "framework" },
2871
+ 服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal Server Error", _appCode: "framework" },
2872
+ 解析错误: { "zh-CN": "解析错误", en: "Parsing Error", _appCode: "framework" },
2873
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request Configuration Error", _appCode: "framework" },
2874
+ "网络异常,请检查您的网络情况": {
2875
+ "zh-CN": "网络异常,请检查您的网络情况",
2876
+ en: "Network error, please check your network status",
2877
+ _appCode: "framework"
2878
+ }
2879
+ };
2880
+ Hn(ml);
2881
+ Qe.extend(Xn);
2882
+ Qe.extend(Yn);
2883
+ const Yt = We(), Bn = Yt.sso ?? !0, vl = Yt.i18n ?? !0, Un = Yt.noRedireLogin ?? !1, kn = () => {
2884
+ if (Un) return;
2885
+ const t = "/login";
2886
+ location.pathname !== t && (sessionStorage.clear(), window.__isAutoCloseApp = !1, location.replace(t));
2887
+ }, gl = async (t) => {
2888
+ var n;
2889
+ return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
2890
+ }, Sl = async (t, e) => {
2891
+ var c, l, f, u, y;
2892
+ let n = ((c = t.response) == null ? void 0 : c.status) || 500, r = (l = t.response) == null ? void 0 : l.message, o = {};
2893
+ const a = { 400: P("参数校验错误"), 404: P("接口地址未找到"), 500: P("服务器内部错误") };
2894
+ let i = ((f = t == null ? void 0 : t.response) == null ? void 0 : f.data) || {};
2895
+ if (!(Jn("code") || "") && !Un && (n === 401 || (i == null ? void 0 : i.code) === 401))
2896
+ Bn ? Vn({ ...Qn, redirect_uri: Kn }) : kn(), o = i;
2897
+ else {
2898
+ if (t.response) {
2899
+ if (i instanceof Blob && (i = await new Promise((v) => {
2900
+ const d = new FileReader();
2901
+ d.readAsText(i, "utf-8"), d.onload = () => {
2902
+ try {
2903
+ v(JSON.parse(d.result || "{}"));
2904
+ } catch {
2905
+ v({ code: 400, msg: P("blob解析错误") });
2906
+ }
2907
+ };
2908
+ })), i.code) {
2909
+ n = i.code;
2910
+ const v = (e == null ? void 0 : e.i18n) ?? !0;
2911
+ if (vl && v) {
2912
+ const d = (i == null ? void 0 : i.status) ?? "";
2913
+ r = !(i != null && i.data) || !i.data.length ? P(d) : P(d, ...i.data);
2914
+ } else
2915
+ r = (i == null ? void 0 : i.msg) ?? "";
2916
+ o = i;
2917
+ }
2918
+ r || (r = a[t.response.status] || t.message);
2919
+ } else t.request ? t.code === "ERR_CANCELED" ? t.abortReason && (r = t.abortReason) : r = P("网络异常,请检查您的网络情况") : t.code === "ERR_CANCELED" ? t.abortReason && (r = t.abortReason) : r = P("请求配置异常");
2920
+ e != null && e.customErrorMessage && (r = e == null ? void 0 : e.customErrorMessage(r, t)), !(e != null && e.ignoreErrorMessage) && r && ((y = (u = window.DasMessage) == null ? void 0 : u.error) == null || y.call(u, { message: r, showClose: !0 }));
2921
+ }
2922
+ return { ...o, code: n, msg: r, error: t };
2923
+ }, j = (t, e) => {
2924
+ const n = x.create();
2925
+ return Wn(n, async (r) => {
2926
+ const o = We();
2927
+ if (r.headers || (r.headers = {}), !(r != null && r.public)) {
2928
+ let l = "";
2929
+ if (o.token && (l = o.token), !l) {
2930
+ const f = new URL(location.href).searchParams;
2931
+ l = f.get("token") || f.get("accessToken") || f.get("accesstoken") || "";
2932
+ }
2933
+ Bn ? l || (l = await Gn(r)) : (l || (l = to()), l || kn()), l && !r.headers.Authorization && (r.headers.Authorization = `Bearer ${l}`);
2934
+ }
2935
+ r.baseURL || (r.baseURL = o.baseURL || ""), r.urlPrefix || (r.urlPrefix = t), r.paramsSerializer || (r.paramsSerializer = { serialize: (l) => dl.stringify(l, { indices: !1 }) }), r.onSuccess || (r.onSuccess = gl), r.onError || (r.onError = Sl), (r.csrf ?? !1) && (r.headers["csrf-token"] = hl.get("csrf-token"));
2936
+ const s = r.params || {};
2937
+ if (s.project === void 0) {
2938
+ let l = 0;
2939
+ const f = new URL(location.href).searchParams;
2940
+ l = f.get("project") || f.get("projectId") || 0, l || (l = Zn().id ?? 0), (l || l === 0) && (s.project = l);
2941
+ }
2942
+ if (new URL(location.href).pathname.startsWith("/iot/iot") || new URL(location.href).searchParams.get("app") === "iot") {
2943
+ const { instanceInfo: l } = eo();
2944
+ l != null && l.instanceId && (s.instance = l.instanceId);
2945
+ }
2946
+ return r.params = s, r.headers.Timezone = Qe.tz.guess(), r.headers["X-Origin"] = location.origin, r.headers["Accept-Language"] = zn.value, r;
2947
+ });
2948
+ }, q = "v1";
2949
+ j(`/api/iot/${q}`);
2950
+ j(`/api/iot-device/thingmodel/${q}`), j(`/api/iot-device/devicemanage/${q}`), j(`/api/iot-device/product/${q}`), j(`/api/iot-device/product-storage/${q}`);
2951
+ j(`/api/device-relation/deviceproject/${q}`), j(`/api/device-relation/devicerule/${q}`), j(`/api/device-relation/project/${q}`);
2952
+ const Zt = j(`/api/oss/minio/${q}`), bl = j(`/api/progress/accessor/${q}`);
2953
+ j(`/api/dms/analysis/${q}`);
2954
+ let wl = (t = 21) => {
2955
+ let e = "", n = crypto.getRandomValues(new Uint8Array(t));
2956
+ for (; t--; ) {
2957
+ let r = n[t] & 63;
2958
+ r < 36 ? e += r.toString(36) : r < 62 ? e += (r - 26).toString(36).toUpperCase() : r < 63 ? e += "_" : e += "-";
2959
+ }
2960
+ return e;
2961
+ };
2962
+ const El = Zt.get("token"), Ol = Zt.post("put-object", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), Al = Zt.post("upload-objects", (t) => (t.headers || (t.headers = {}), t.headers["Content-Type"] = "multipart/form-data", t.responseType = "blob", t)), Rl = bl.get("progress"), nc = () => {
2963
+ let t = D(!1), e = D(""), n = D(0), r = D("normal"), o = D(!1), a, i = D(""), s = D(""), c = D(""), l = D(""), f = D(!1), u = D(""), y = "", v = D(""), d;
2964
+ const h = () => {
2965
+ s.value = "", c.value = "", l.value = "", f.value = !1, u.value = "";
2966
+ }, O = async () => {
2967
+ const [S, b] = await El().run();
2968
+ return S ? { stauts: !1 } : { status: !0, data: b };
2969
+ }, m = (S) => new Promise((b, A) => {
2970
+ const $ = [];
2971
+ let g = 0;
2972
+ for (; g < S.size; ) {
2973
+ const L = S.slice(g, g + 1048576);
2974
+ $.push(L), g += 1048576;
2975
+ }
2976
+ const I = new Blob($, { type: S.type });
2977
+ b(I);
2978
+ }), T = async (S, b, A, R = !0, $ = "", g = !1) => {
2979
+ var er, tr;
2980
+ y = $, v.value = "import", R && (r.value = "normal", n.value = 0, e.value = P("导入进度"), t.value = !0, i.value = ""), d = b;
2981
+ const I = await O();
2982
+ if (!I.status) return;
2983
+ let L = I.data, M = null, { autoContentType: X, bucketName: ue, importFileName: Me } = A;
2984
+ const Ln = g ? Al : Ol;
2985
+ if (g) {
2986
+ let ee = [];
2987
+ await b.forEach(async (De) => {
2988
+ let it = await m(De);
2989
+ ee.push(it);
2990
+ }), M = new FormData(), M.append("accessKeyId", L.accessKeyId), M.append("secretAccessKey", L.secretAccessKey), M.append("sessionToken", L.sessionToken), M.append("bucketName", ue), b.forEach((De, it) => {
2991
+ M.append("file", ee[it]);
2992
+ }), Me.forEach((De) => {
2993
+ M.append("filePaths", De);
45
2994
  });
46
2995
  } else {
47
- const M = await K(r);
48
- c = {
49
- accessKeyId: m.accessKeyId,
50
- secretAccessKey: m.secretAccessKey,
51
- sessionToken: m.sessionToken,
52
- file: M,
53
- bucketName: x,
54
- filePath: j,
55
- autoContentType: $
2996
+ const ee = await m(b);
2997
+ M = {
2998
+ accessKeyId: L.accessKeyId,
2999
+ secretAccessKey: L.secretAccessKey,
3000
+ sessionToken: L.sessionToken,
3001
+ file: ee,
3002
+ bucketName: ue,
3003
+ filePath: Me,
3004
+ autoContentType: X
56
3005
  };
57
3006
  }
58
- const [_, G] = await N(c).run();
59
- if (_) return e.value = !1;
60
- const b = await re(G.data);
61
- if ((b == null ? void 0 : b.statusCode) != 200) {
62
- e.value = !1, (E = window.DasMessage) == null || E.error({
63
- message: (b == null ? void 0 : b.errorMsg) || "上传失败",
3007
+ const [jn, qn] = await Ln(M).run();
3008
+ if (jn) return t.value = !1;
3009
+ const G = await xl(qn.data);
3010
+ if (!g && (G == null ? void 0 : G.statusCode) != 200 || g && (G != null && G.some((ee) => (ee == null ? void 0 : ee.statusCode) != 200))) {
3011
+ t.value = !1, (er = window.DasMessage) == null || er.error({
3012
+ message: (G == null ? void 0 : G.errorMsg) || P("上传失败"),
64
3013
  grouping: !0,
65
3014
  repeatNum: 1
66
3015
  });
67
3016
  return;
68
3017
  }
69
- const C = await (s == null ? void 0 : s(b));
70
- if (n) {
71
- if (!C.status) {
72
- e.value = !1, t.value = "error";
3018
+ const at = await (S == null ? void 0 : S(G));
3019
+ if (R) {
3020
+ if (!at.status) {
3021
+ t.value = !1, r.value = "error";
73
3022
  return;
74
3023
  }
75
- o.value = "导入进度", e.value = !0, k(C.taskId, "import", "");
3024
+ e.value = P("导入进度"), t.value = !0, z(at.taskId, "import", "");
76
3025
  } else {
77
- if (!C.status) return;
78
- t.value = "success", (O = window.DasMessage) == null || O.success({
79
- message: "导入成功",
3026
+ if (!at.status) return;
3027
+ r.value = "success", (tr = window.DasMessage) == null || tr.success({
3028
+ message: P("导入成功"),
80
3029
  grouping: !0,
81
3030
  repeatNum: 1
82
3031
  });
83
3032
  }
84
- }, V = async (s, r = "", l = "") => {
85
- t.value = "normal", i.value = 0, o.value = l || "导出进度", e.value = !0;
86
- const n = await (s == null ? void 0 : s());
87
- if (!n.status) {
88
- e.value = !1, t.value = "error";
3033
+ }, C = async (S, b = "", A = "") => {
3034
+ r.value = "normal", n.value = 0, e.value = A || P("导出进度"), t.value = !0;
3035
+ const R = await (S == null ? void 0 : S());
3036
+ if (!R.status) {
3037
+ t.value = !1, r.value = "error";
89
3038
  return;
90
3039
  }
91
- k(n.taskId, "action", "");
92
- }, X = async (s, r = "", l = "", n = !0) => {
93
- n && (t.value = "normal", i.value = 0, o.value = "导出进度", e.value = !0);
94
- const u = await (s == null ? void 0 : s());
95
- if (!u.status) {
96
- e.value = !1, t.value = "error";
3040
+ z(R.taskId, "action", "");
3041
+ }, H = async (S, b = "", A = "", R = !0) => {
3042
+ v.value = "export", R && (r.value = "normal", n.value = 0, e.value = P("导出进度"), t.value = !0);
3043
+ const $ = await (S == null ? void 0 : S());
3044
+ if (!$.status) {
3045
+ t.value = !1, r.value = "error";
97
3046
  return;
98
3047
  }
99
- W().format("YYYYMMDDHHmmss") + "", k(u.taskId, "export", r || "", l);
100
- }, k = async (s, r, l, n = "") => {
101
- g.value = !0, D(s, r, l, n), p = setTimeout(() => {
3048
+ Qe().format("YYYYMMDDHHmmss") + "", z($.taskId, "export", b || "", A);
3049
+ }, z = async (S, b, A, R = "") => {
3050
+ o.value = !0, W(S, b, A, R), a = setTimeout(() => {
102
3051
  }, 50);
103
- }, S = () => {
104
- clearTimeout(p), p = null, e.value = !1;
105
- }, D = async (s, r = "export", l, n = "") => {
106
- var m, c, $;
107
- const [u, a] = await se("", {
108
- url: `progress/${s}`
3052
+ }, oe = () => {
3053
+ clearTimeout(a), a = null, t.value = !1;
3054
+ }, W = async (S, b = "export", A, R = "") => {
3055
+ var I, L, M;
3056
+ const [$, g] = await Rl("", {
3057
+ url: `progress/${S}`
109
3058
  }).run();
110
- if (u) {
111
- g.value = !1;
3059
+ if ($) {
3060
+ o.value = !1;
112
3061
  return;
113
3062
  }
114
- i.value = a.percentage;
115
- const d = r == "export" ? "导出" : "导入";
116
- if (i.value == 100)
117
- if (h.value = a, g.value = !1, S(), r == "export")
118
- a.status == 1 ? (t.value = "success", H(`${B().baseURL}/oss${a.filePath}`, l, n), g.value = !1) : a.status == 2 && (w.value = a.message || `${d}失败`, (m = window.DasMessage) == null || m.error({
119
- message: a.message || `${d}失败`,
3063
+ if (n.value = g.percentage, n.value == 100)
3064
+ if (i.value = g, o.value = !1, oe(), b == "export")
3065
+ if (g.status == 1) {
3066
+ r.value = "success";
3067
+ let X = await rr(`/oss/${g == null ? void 0 : g.filePath}`);
3068
+ const ue = ((I = X == null ? void 0 : X.split("/")) == null ? void 0 : I.pop()) || "";
3069
+ let Me = A || ue;
3070
+ Hr(`${We().baseURL}/oss${g.filePath}`, Me, R), o.value = !1;
3071
+ } else g.status == 2 && (l.value = g.message || (b == "export" ? P("导出失败") : P("导入失败")), (L = window.DasMessage) == null || L.error({
3072
+ message: l.value,
120
3073
  grouping: !0,
121
3074
  repeatNum: 1
122
3075
  }));
123
- else if (r == "import") {
124
- if (a.filePath) {
125
- t.value = "error";
126
- const x = (c = U.name) == null ? void 0 : c.match(/(.*?)(\.[^.]*$|$)/), j = x.length ? x[2] : "";
127
- T.value = !0;
128
- const N = ($ = a.filePath) == null ? void 0 : $.replace(/(.*\/)*([^.]+).*/gi, "$2");
129
- v.value = L || `${N}${j}`, y.value = U.sizeText, w.value = "部分数据校验不通过,请下载附件并修改,重新导入!", P.value = `${B().baseURL}/oss${a.filePath}`;
3076
+ else if (b == "import") {
3077
+ if (g.filePath) {
3078
+ r.value = "error", f.value = !0;
3079
+ let X = await rr(`/oss/${g == null ? void 0 : g.filePath}`);
3080
+ const ue = ((M = X == null ? void 0 : X.split("/")) == null ? void 0 : M.pop()) || "";
3081
+ s.value = y || ue, c.value = d.sizeText, l.value = P("部分数据校验不通过,请下载附件并修改,重新导入!"), u.value = `${We().baseURL}/oss/${g == null ? void 0 : g.filePath}`;
130
3082
  }
131
- z(a.status, d, a.message);
132
- } else r == "action" && (t.value = "success");
3083
+ k(g.status, b, g.message);
3084
+ } else b == "action" && (r.value = "success");
133
3085
  else
134
- p && a.status != 2 ? p = setTimeout(() => {
135
- D(s, r, l, n);
136
- }, 50) : (h.value = a, g.value = !1, z(a.status, d, a.message), S(), T.value = !0, w.value = (a == null ? void 0 : a.message) || "");
137
- }, z = (s, r, l) => {
138
- var n, u, a;
139
- s == 1 ? (t.value = "success", (n = window.DasMessage) == null || n.success({
140
- message: `${r}成功`,
3086
+ a && g.status != 2 ? a = setTimeout(() => {
3087
+ W(S, b, A, R);
3088
+ }, 50) : (i.value = g, o.value = !1, k(g.status, b, g.message), oe(), f.value = !0, l.value = (g == null ? void 0 : g.message) || "");
3089
+ }, k = (S, b = "export", A) => {
3090
+ var R, $, g;
3091
+ S == 1 ? (r.value = "success", (R = window.DasMessage) == null || R.success({
3092
+ message: b == "export" ? P("导出成功") : P("导入成功"),
141
3093
  grouping: !0,
142
3094
  repeatNum: 1
143
- }), v.value = "", y.value = "", w.value = "") : s == 2 ? (t.value = "error", (u = window.DasMessage) == null || u.error({
144
- message: l || `${r}失败`,
3095
+ }), s.value = "", c.value = "", l.value = "") : S == 2 ? (r.value = "error", ($ = window.DasMessage) == null || $.error({
3096
+ message: A || (b == "export" ? P("导出失败") : P("导入失败")),
145
3097
  grouping: !0,
146
3098
  repeatNum: 1
147
- }), w.value = l || "部分数据校验不通过,请下载附件并修改,重新导入!") : s == 3 && (t.value = "error", (a = window.DasMessage) == null || a.error({
148
- message: `部分${r}失败`,
3099
+ }), l.value = A || P("部分数据校验不通过,请下载附件并修改,重新导入!")) : S == 3 && (r.value = "error", (g = window.DasMessage) == null || g.error({
3100
+ message: b == "export" ? P("部分导出失败") : P("部分导入失败"),
149
3101
  grouping: !0,
150
3102
  repeatNum: 1
151
3103
  }));
152
3104
  };
153
3105
  return {
154
- showProgressDialog: e,
155
- progressTitle: o,
156
- percent: i,
157
- progressStatus: t,
158
- progressLoading: g,
159
- progressResult: h,
160
- errorFileName: v,
161
- errorFileSize: y,
162
- errorMessage: w,
163
- errorImport: T,
164
- errorFilePath: P,
165
- fileImport: J,
166
- fileExport: X,
167
- fileAction: V,
168
- generateUniqueName: (s) => {
169
- const r = s == null ? void 0 : s.match(/(.*?)(\.[^.]*$|$)/), l = r.length ? r[2] : "";
170
- return `${r.length ? r[1] : s}${Z()}${l}`;
171
- },
172
- downloadFile: H,
173
- resetStataus: q,
174
- checkProgress: k
175
- };
176
- }, ae = (e) => {
177
- let o = e == null ? void 0 : e.toLocaleLowerCase();
3106
+ showProgressDialog: t,
3107
+ progressTitle: e,
3108
+ percent: n,
3109
+ progressStatus: r,
3110
+ progressLoading: o,
3111
+ progressResult: i,
3112
+ errorFileName: s,
3113
+ errorFileSize: c,
3114
+ errorMessage: l,
3115
+ errorImport: f,
3116
+ errorFilePath: u,
3117
+ fileImport: T,
3118
+ fileExport: H,
3119
+ fileAction: C,
3120
+ generateUniqueName: (S) => {
3121
+ const b = S == null ? void 0 : S.match(/(.*?)(\.[^.]*$|$)/), A = b.length ? b[2] : "";
3122
+ return `${b.length ? b[1] : S}${wl()}${A}`;
3123
+ },
3124
+ downloadFile: Hr,
3125
+ resetStataus: h,
3126
+ checkProgress: z,
3127
+ fileHandleType: v
3128
+ };
3129
+ }, Pl = (t) => {
3130
+ let e = t == null ? void 0 : t.toLocaleLowerCase();
178
3131
  return {
179
3132
  excel: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
180
3133
  pdf: "application/pdf",
@@ -201,28 +3154,28 @@ const F = I.get("token"), ee = I.post("put-object", (e) => (e.headers || (e.head
201
3154
  crt: "application/x-x509-ca-cert",
202
3155
  der: "application/x-x509-ca-cert",
203
3156
  cer: "application/pkix-cert"
204
- }[o];
205
- }, H = (e, o, i = "excel") => {
206
- const t = new XMLHttpRequest();
207
- t.open("get", e), t.setRequestHeader("Content-Type", "application/json; charset=UTF-8"), t.responseType = "blob", t.onload = function(g) {
208
- const p = new Blob([this.response], {
209
- type: ae(i)
210
- }), h = URL.createObjectURL(p);
3157
+ }[e];
3158
+ }, Hr = (t, e, n = "excel") => {
3159
+ const r = new XMLHttpRequest();
3160
+ r.open("get", t), r.setRequestHeader("Content-Type", "application/json; charset=UTF-8"), r.responseType = "blob", r.onload = function(o) {
3161
+ const a = new Blob([this.response], {
3162
+ type: Pl(n)
3163
+ }), i = URL.createObjectURL(a);
211
3164
  if (window.navigator.msSaveOrOpenBlob)
212
- navigator.msSaveBlob(p, o);
3165
+ navigator.msSaveBlob(a, e);
213
3166
  else {
214
- const v = document.createElement("a");
215
- v.href = h, v.download = o, v.click(), window.URL.revokeObjectURL(h);
216
- }
217
- }, t.send();
218
- }, re = (e) => new Promise((o, i) => {
219
- var t = new FileReader();
220
- t.onload = function(g) {
221
- let p = "";
222
- typeof t.result == "string" && (p = JSON.parse(t.result)), o(p);
223
- }, t.readAsText(e);
3167
+ const s = document.createElement("a");
3168
+ s.href = i, s.download = e, s.click(), window.URL.revokeObjectURL(i);
3169
+ }
3170
+ }, r.send();
3171
+ }, xl = (t) => new Promise((e, n) => {
3172
+ var r = new FileReader();
3173
+ r.onload = function(o) {
3174
+ let a = "";
3175
+ typeof r.result == "string" && (a = JSON.parse(r.result)), e(a);
3176
+ }, r.readAsText(t);
224
3177
  });
225
3178
  export {
226
- H as downloadFile,
227
- ce as useFile
3179
+ Hr as downloadFile,
3180
+ nc as useFile
228
3181
  };