apiuikit 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -6
- package/dist/{CodeSamples-DnUDjxCK.cjs → CodeSamples-D5_WV4f3.cjs} +25 -25
- package/dist/{CodeSamples-BTbc5r5x.js → CodeSamples-DmiNojAj.js} +512 -508
- package/dist/LogoExtension-6P3B9CAh.cjs +1 -0
- package/dist/LogoExtension-DZ8VtlAH.js +17 -0
- package/dist/apiuikit.cjs.js +1 -1
- package/dist/apiuikit.css +1 -1
- package/dist/apiuikit.es.js +16 -15
- package/dist/components/DocumentTopBar.d.ts +13 -0
- package/dist/components/InfoMetadata.d.ts +1 -1
- package/dist/components/MarkdownExportMenu.d.ts +2 -4
- package/dist/components/SearchPanel.d.ts +2 -1
- package/dist/components/Section.d.ts +2 -0
- package/dist/config/config.d.ts +11 -0
- package/dist/containers/AsyncAPI/AsyncAPIDocumentProvider.d.ts +1 -1
- package/dist/containers/Information/Information.d.ts +1 -0
- package/dist/containers/Information/InformationSection.d.ts +9 -1
- package/dist/containers/Information/OpenAPIInformation.d.ts +2 -1
- package/dist/containers/OpenAPI/OpenAPIDocumentProvider.d.ts +1 -1
- package/dist/contexts/useSpec.d.ts +5 -1
- package/dist/helpers/markdownForLlm.d.ts +7 -0
- package/dist/hooks/useDocumentProviderValue.d.ts +2 -0
- package/dist/{index-B_FmNLVS.js → index-BDg1AYkE.js} +3849 -3750
- package/dist/index-B_GqMwc6.cjs +180 -0
- package/dist/{index-B56IGsKQ.cjs → index-BbfpKZY1.cjs} +1 -1
- package/dist/{index-C1wJpOpO.js → index-DggFmM--.js} +4537 -4522
- package/dist/{index-BqoxEOEn.js → index-Mbbr0TR2.js} +1 -1
- package/dist/index-cEBLn6v9.cjs +139 -0
- package/dist/index.d.ts +1 -0
- package/dist/markdown.cjs +16 -13
- package/dist/markdown.d.ts +1 -0
- package/dist/markdown.es.js +201 -189
- package/dist/{protoToJsonSchema-BE53lwwY.cjs → protoToJsonSchema-BBQdrLOM.cjs} +1 -1
- package/dist/{protoToJsonSchema-DuD3V4uf.js → protoToJsonSchema-CuaV2JD7.js} +1 -1
- package/dist/{protobufSchemaParser-SgDax0hE.cjs → protobufSchemaParser-DBjKEuyJ.cjs} +1 -1
- package/dist/{protobufSchemaParser-DYXXb9bI.js → protobufSchemaParser-bHp3BKik.js} +2 -2
- package/dist/utils/scrollLock.d.ts +6 -0
- package/package.json +3 -2
- package/dist/LogoExtension-BOYrY_RE.cjs +0 -1
- package/dist/LogoExtension-HOlSsQf-.js +0 -27
- package/dist/index-Cb-MitPO.cjs +0 -177
- package/dist/index-SjuDObn0.cjs +0 -139
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useId as
|
|
3
|
-
import { g as
|
|
4
|
-
function
|
|
1
|
+
import { jsxs as ar, jsx as qe } from "react/jsx-runtime";
|
|
2
|
+
import { useId as _n, useMemo as ze, useState as gt, useEffect as sr } from "react";
|
|
3
|
+
import { g as Ln, c as rt, a as In, u as Un, b as cr, e as Fn, o as Mn, C as Hn, h as Bn } from "./index-BDg1AYkE.js";
|
|
4
|
+
function Zr(t, e = /* @__PURE__ */ new Set()) {
|
|
5
5
|
if (e.has(t)) return t;
|
|
6
6
|
if (t.type === "object" && t.properties && typeof t.properties == "object") {
|
|
7
7
|
e.add(t);
|
|
@@ -9,7 +9,7 @@ function Yr(t, e = /* @__PURE__ */ new Set()) {
|
|
|
9
9
|
const r = {};
|
|
10
10
|
for (const [n, s] of Object.entries(t.properties)) {
|
|
11
11
|
const o = /id$/i.test(n) && s.type === "string" && !s.format && !s.examples, a = s.type === "string" && !s.format && !s.examples && !s.enum;
|
|
12
|
-
r[n] = o ? { ...s, format: "uuid" } : a ? { ...s, examples: ["string"] } :
|
|
12
|
+
r[n] = o ? { ...s, format: "uuid" } : a ? { ...s, examples: ["string"] } : Zr(s, e);
|
|
13
13
|
}
|
|
14
14
|
return { ...t, properties: r };
|
|
15
15
|
} finally {
|
|
@@ -18,10 +18,10 @@ function Yr(t, e = /* @__PURE__ */ new Set()) {
|
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
20
|
}
|
|
21
|
-
async function
|
|
21
|
+
async function Wn(t) {
|
|
22
22
|
try {
|
|
23
23
|
const { generate: e } = await import("./index-DCDYBZcY.js");
|
|
24
|
-
return await e(
|
|
24
|
+
return await e(Zr(t), {
|
|
25
25
|
seed: 42,
|
|
26
26
|
useExamplesValue: !0,
|
|
27
27
|
optionalsProbability: 1
|
|
@@ -30,7 +30,7 @@ async function Hn(t) {
|
|
|
30
30
|
return;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
const
|
|
33
|
+
const lr = "", fr = `
|
|
34
34
|
`;
|
|
35
35
|
var E = class {
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ var E = class {
|
|
|
38
38
|
* Lines are aggregated in a `code` array, and need to be joined to obtain a proper code snippet.
|
|
39
39
|
*/
|
|
40
40
|
constructor({ indent: t, join: e } = {}) {
|
|
41
|
-
this.postProcessors = [], this.code = [], this.indentationCharacter =
|
|
41
|
+
this.postProcessors = [], this.code = [], this.indentationCharacter = lr, this.lineJoin = fr, this.indentLine = (r, n = 0) => `${this.indentationCharacter.repeat(n)}${r}`, this.unshift = (r, n) => {
|
|
42
42
|
const s = this.indentLine(r, n);
|
|
43
43
|
this.code.unshift(s);
|
|
44
44
|
}, this.push = (r, n) => {
|
|
@@ -55,18 +55,18 @@ var E = class {
|
|
|
55
55
|
return this.postProcessors.reduce((n, s) => s(n), r);
|
|
56
56
|
}, this.addPostProcessor = (r) => {
|
|
57
57
|
this.postProcessors = [...this.postProcessors, r];
|
|
58
|
-
}, this.indentationCharacter = t ||
|
|
58
|
+
}, this.indentationCharacter = t || lr, this.lineJoin = e ?? fr;
|
|
59
59
|
}
|
|
60
|
-
},
|
|
60
|
+
}, Jn = function(t) {
|
|
61
61
|
return Object.prototype.toString.call(t) === "[object RegExp]";
|
|
62
|
-
},
|
|
62
|
+
}, Gn = function(t) {
|
|
63
63
|
var e = typeof t;
|
|
64
64
|
return t !== null && (e === "object" || e === "function");
|
|
65
|
-
},
|
|
66
|
-
Object.defineProperty(
|
|
67
|
-
|
|
68
|
-
const
|
|
69
|
-
var
|
|
65
|
+
}, Xt = {};
|
|
66
|
+
Object.defineProperty(Xt, "__esModule", { value: !0 });
|
|
67
|
+
Xt.default = (t) => Object.getOwnPropertySymbols(t).filter((e) => Object.prototype.propertyIsEnumerable.call(t, e));
|
|
68
|
+
const zn = Jn, Vn = Gn, Kn = Xt.default;
|
|
69
|
+
var Dn = (t, e, r) => {
|
|
70
70
|
const n = [];
|
|
71
71
|
return (function s(o, a, i) {
|
|
72
72
|
a = a || {}, a.indent = a.indent || " ", i = i || "";
|
|
@@ -93,7 +93,7 @@ var Vn = (t, e, r) => {
|
|
|
93
93
|
};
|
|
94
94
|
if (n.indexOf(o) !== -1)
|
|
95
95
|
return '"[Circular]"';
|
|
96
|
-
if (o == null || typeof o == "number" || typeof o == "boolean" || typeof o == "function" || typeof o == "symbol" ||
|
|
96
|
+
if (o == null || typeof o == "number" || typeof o == "boolean" || typeof o == "function" || typeof o == "symbol" || zn(o))
|
|
97
97
|
return String(o);
|
|
98
98
|
if (o instanceof Date)
|
|
99
99
|
return `new Date('${o.toISOString()}')`;
|
|
@@ -108,8 +108,8 @@ var Vn = (t, e, r) => {
|
|
|
108
108
|
}).join("") + c.pad + "]";
|
|
109
109
|
return n.pop(), l(f);
|
|
110
110
|
}
|
|
111
|
-
if (
|
|
112
|
-
let f = Object.keys(o).concat(
|
|
111
|
+
if (Vn(o)) {
|
|
112
|
+
let f = Object.keys(o).concat(Kn(o));
|
|
113
113
|
if (a.filter && (f = f.filter((p) => a.filter(o, p))), f.length === 0)
|
|
114
114
|
return "{}";
|
|
115
115
|
n.push(o);
|
|
@@ -124,17 +124,17 @@ var Vn = (t, e, r) => {
|
|
|
124
124
|
` ? "\\n" : "\\r"), a.singleQuotes === !1 ? (o = o.replace(/"/g, '\\"'), `"${o}"`) : (o = o.replace(/\\?'/g, "\\'"), `'${o}'`);
|
|
125
125
|
})(t, e, r);
|
|
126
126
|
};
|
|
127
|
-
const oe = /* @__PURE__ */
|
|
127
|
+
const oe = /* @__PURE__ */ Ln(Dn), J = (t, e) => Object.keys(t).find((r) => r.toLowerCase() === e.toLowerCase()), se = (t, e) => {
|
|
128
128
|
const r = J(t, e);
|
|
129
129
|
if (r)
|
|
130
130
|
return t[r];
|
|
131
|
-
}, nt = (t, e) => !!J(t, e),
|
|
131
|
+
}, nt = (t, e) => !!J(t, e), Qn = (t) => [
|
|
132
132
|
"application/json",
|
|
133
133
|
"application/x-json",
|
|
134
134
|
"text/json",
|
|
135
135
|
"text/x-json",
|
|
136
136
|
"+json"
|
|
137
|
-
].some((e) => t.indexOf(e) > -1),
|
|
137
|
+
].some((e) => t.indexOf(e) > -1), Yn = {
|
|
138
138
|
info: {
|
|
139
139
|
key: "agent",
|
|
140
140
|
title: "Agent",
|
|
@@ -168,7 +168,7 @@ function Me(t, e = {}) {
|
|
|
168
168
|
return [...t.toString()].map((o) => o === "\b" ? `${n}b` : o === " " ? `${n}t` : o === `
|
|
169
169
|
` ? s ? `${n}n` : o : o === "\f" ? `${n}f` : o === "\r" ? s ? `${n}r` : o : o === n ? n + n : o === r ? n + r : o < " " || o > "~" ? JSON.stringify(o).slice(1, -1) : o).join("");
|
|
170
170
|
}
|
|
171
|
-
const Ce = (t) => Me(t, { delimiter: "'" }), I = (t) => Me(t, { delimiter: '"' }),
|
|
171
|
+
const Ce = (t) => Me(t, { delimiter: "'" }), I = (t) => Me(t, { delimiter: '"' }), Xn = {
|
|
172
172
|
info: {
|
|
173
173
|
key: "c",
|
|
174
174
|
title: "C",
|
|
@@ -193,23 +193,23 @@ const Ce = (t) => Me(t, { delimiter: "'" }), I = (t) => Me(t, { delimiter: '"' }
|
|
|
193
193
|
}
|
|
194
194
|
} }
|
|
195
195
|
};
|
|
196
|
-
var
|
|
196
|
+
var ur = class {
|
|
197
197
|
constructor(t) {
|
|
198
198
|
this.name = "", this.toString = () => `:${this.name}`, this.name = t;
|
|
199
199
|
}
|
|
200
|
-
},
|
|
200
|
+
}, Zn = class {
|
|
201
201
|
constructor(t) {
|
|
202
202
|
this.path = "", this.toString = () => `(clojure.java.io/file "${this.path}")`, this.path = t;
|
|
203
203
|
}
|
|
204
204
|
};
|
|
205
|
-
const
|
|
205
|
+
const en = (t) => t === void 0 ? null : t === null ? "null" : t.constructor.name.toLowerCase(), tn = (t) => t === void 0 ? !0 : en(t) === "object" ? Object.keys(t).length === 0 : !1, pr = (t) => (Object.keys(t).filter((e) => tn(t[e])).forEach((e) => {
|
|
206
206
|
delete t[e];
|
|
207
207
|
}), t), Qe = (t, e) => {
|
|
208
208
|
const r = " ".repeat(t);
|
|
209
209
|
return e.replace(/\n/g, `
|
|
210
210
|
${r}`);
|
|
211
|
-
},
|
|
212
|
-
switch (
|
|
211
|
+
}, Mt = (t) => {
|
|
212
|
+
switch (en(t)) {
|
|
213
213
|
case "string":
|
|
214
214
|
return `"${t.replace(/"/g, '\\"')}"`;
|
|
215
215
|
case "file":
|
|
@@ -221,18 +221,18 @@ ${r}`);
|
|
|
221
221
|
case "regexp":
|
|
222
222
|
return `#"${t.source}"`;
|
|
223
223
|
case "object": {
|
|
224
|
-
const e = Object.keys(t).reduce((r, n) => `${r}:${n} ${Qe(n.length + 2,
|
|
224
|
+
const e = Object.keys(t).reduce((r, n) => `${r}:${n} ${Qe(n.length + 2, Mt(t[n]))}
|
|
225
225
|
`, "").trim();
|
|
226
226
|
return `{${Qe(1, e)}}`;
|
|
227
227
|
}
|
|
228
228
|
case "array": {
|
|
229
|
-
const e = t.reduce((r, n) => `${r} ${
|
|
229
|
+
const e = t.reduce((r, n) => `${r} ${Mt(n)}`, "").trim();
|
|
230
230
|
return `[${Qe(1, e)}]`;
|
|
231
231
|
}
|
|
232
232
|
default:
|
|
233
233
|
return t.toString();
|
|
234
234
|
}
|
|
235
|
-
},
|
|
235
|
+
}, eo = {
|
|
236
236
|
info: {
|
|
237
237
|
key: "clojure",
|
|
238
238
|
title: "Clojure",
|
|
@@ -265,7 +265,7 @@ ${r}`);
|
|
|
265
265
|
switch (r.mimeType) {
|
|
266
266
|
case "application/json":
|
|
267
267
|
{
|
|
268
|
-
l["content-type"] = new
|
|
268
|
+
l["content-type"] = new ur("json"), l["form-params"] = r.jsonObj;
|
|
269
269
|
const f = J(l.headers, "content-type");
|
|
270
270
|
f && delete l.headers[f];
|
|
271
271
|
}
|
|
@@ -288,7 +288,7 @@ ${r}`);
|
|
|
288
288
|
if (r.params) {
|
|
289
289
|
l.multipart = r.params.map((u) => u.fileName && !u.value ? {
|
|
290
290
|
name: u.name,
|
|
291
|
-
content: new
|
|
291
|
+
content: new Zn(u.fileName)
|
|
292
292
|
} : {
|
|
293
293
|
name: u.name,
|
|
294
294
|
content: u.value
|
|
@@ -301,22 +301,22 @@ ${r}`);
|
|
|
301
301
|
switch (se(l.headers, "accept")) {
|
|
302
302
|
case "application/json":
|
|
303
303
|
{
|
|
304
|
-
l.accept = new
|
|
304
|
+
l.accept = new ur("json");
|
|
305
305
|
const f = J(l.headers, "accept");
|
|
306
306
|
f && delete l.headers[f];
|
|
307
307
|
}
|
|
308
308
|
break;
|
|
309
309
|
}
|
|
310
310
|
if (a(`(require '[clj-http.client :as client])
|
|
311
|
-
`),
|
|
311
|
+
`), tn(pr(l))) a(`(client/${e} "${n}")`);
|
|
312
312
|
else {
|
|
313
|
-
const f = 11 + e.length + n.length, u = Qe(f,
|
|
313
|
+
const f = 11 + e.length + n.length, u = Qe(f, Mt(pr(l)));
|
|
314
314
|
a(`(client/${e} "${n}" ${u})`);
|
|
315
315
|
}
|
|
316
316
|
return i();
|
|
317
317
|
}
|
|
318
318
|
} }
|
|
319
|
-
},
|
|
319
|
+
}, to = {
|
|
320
320
|
info: {
|
|
321
321
|
key: "crystal",
|
|
322
322
|
title: "Crystal",
|
|
@@ -349,7 +349,7 @@ ${r}`);
|
|
|
349
349
|
return u.includes(f) ? a(`response = HTTP::Client.${f.toLowerCase()} url${p}${d}${h}`) : a(`response = HTTP::Client.exec "${f}", url${p}${d}${h}`), a("puts response.body"), c();
|
|
350
350
|
}
|
|
351
351
|
} }
|
|
352
|
-
},
|
|
352
|
+
}, ro = (t) => {
|
|
353
353
|
let e = se(t, "accept-encoding");
|
|
354
354
|
if (!e) return [];
|
|
355
355
|
const r = {
|
|
@@ -365,7 +365,7 @@ ${r}`);
|
|
|
365
365
|
}
|
|
366
366
|
});
|
|
367
367
|
}), n;
|
|
368
|
-
},
|
|
368
|
+
}, no = {
|
|
369
369
|
info: {
|
|
370
370
|
key: "httpclient",
|
|
371
371
|
title: "HttpClient",
|
|
@@ -381,7 +381,7 @@ ${r}`);
|
|
|
381
381
|
}.indent });
|
|
382
382
|
o("using System.Net.Http.Headers;");
|
|
383
383
|
let i = "";
|
|
384
|
-
const c = !!t.cookie, l =
|
|
384
|
+
const c = !!t.cookie, l = ro(t);
|
|
385
385
|
(c || l.length) && (i = "clientHandler", o("var clientHandler = new HttpClientHandler"), o("{"), c && o("UseCookies = false,", 1), l.length && o(`AutomaticDecompression = ${l.join(" | ")},`, 1), o("};")), o(`var client = new HttpClient(${i});`), o("var request = new HttpRequestMessage"), o("{");
|
|
386
386
|
const f = [
|
|
387
387
|
"GET",
|
|
@@ -427,10 +427,10 @@ ${r}`);
|
|
|
427
427
|
return o("};"), o("using (var response = await client.SendAsync(request))"), o("{"), o("response.EnsureSuccessStatusCode();", 1), o("var body = await response.Content.ReadAsStringAsync();", 1), o("Console.WriteLine(body);", 1), o("}"), a();
|
|
428
428
|
}
|
|
429
429
|
};
|
|
430
|
-
function
|
|
430
|
+
function oo(t) {
|
|
431
431
|
return t[0].toUpperCase() + t.slice(1).toLowerCase();
|
|
432
432
|
}
|
|
433
|
-
const
|
|
433
|
+
const io = {
|
|
434
434
|
info: {
|
|
435
435
|
key: "csharp",
|
|
436
436
|
title: "C#",
|
|
@@ -438,7 +438,7 @@ const no = {
|
|
|
438
438
|
cli: "dotnet"
|
|
439
439
|
},
|
|
440
440
|
clientsById: {
|
|
441
|
-
httpclient:
|
|
441
|
+
httpclient: no,
|
|
442
442
|
restsharp: {
|
|
443
443
|
info: {
|
|
444
444
|
key: "restsharp",
|
|
@@ -492,13 +492,13 @@ const no = {
|
|
|
492
492
|
if (!s.text) break;
|
|
493
493
|
a(`request.AddStringBody("${s.text}", "${s.mimeType}");`);
|
|
494
494
|
}
|
|
495
|
-
return a(`var response = await client.${
|
|
495
|
+
return a(`var response = await client.${oo(t)}Async(request);
|
|
496
496
|
`), a(`Console.WriteLine("{0}", response.Content);
|
|
497
497
|
`), i();
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
},
|
|
501
|
+
}, ao = {
|
|
502
502
|
info: {
|
|
503
503
|
key: "go",
|
|
504
504
|
title: "Go",
|
|
@@ -524,8 +524,8 @@ const no = {
|
|
|
524
524
|
}), o()), a(`res, ${d} := ${m}.Do(req)`, h), y(), f && (o(), a("defer res.Body.Close()", h), a(`body, ${d} := io.ReadAll(res.Body)`, h), y()), o(), f && a("fmt.Println(string(body))", h), c && (o(), a("}")), i();
|
|
525
525
|
}
|
|
526
526
|
} }
|
|
527
|
-
},
|
|
528
|
-
`,
|
|
527
|
+
}, dr = `\r
|
|
528
|
+
`, so = {
|
|
529
529
|
info: {
|
|
530
530
|
key: "http",
|
|
531
531
|
title: "HTTP",
|
|
@@ -547,7 +547,7 @@ const no = {
|
|
|
547
547
|
...a
|
|
548
548
|
}, { blank: c, push: l, join: f } = new E({
|
|
549
549
|
indent: "",
|
|
550
|
-
join:
|
|
550
|
+
join: dr
|
|
551
551
|
});
|
|
552
552
|
l(`${t} ${i.absoluteURI ? e : r.path} ${n}`);
|
|
553
553
|
const u = Object.keys(s);
|
|
@@ -556,10 +556,10 @@ const no = {
|
|
|
556
556
|
l(`${y}: ${s[h]}`);
|
|
557
557
|
}), i.autoHost && !u.includes("host") && l(`Host: ${r.host}`), i.autoContentLength && o.text && !u.includes("content-length") && l(`Content-Length: ${Buffer.byteLength(o.text, "ascii").toString()}`), c();
|
|
558
558
|
const p = f(), d = o.text || "";
|
|
559
|
-
return `${p}${
|
|
559
|
+
return `${p}${dr}${d}`;
|
|
560
560
|
}
|
|
561
561
|
} }
|
|
562
|
-
},
|
|
562
|
+
}, co = {
|
|
563
563
|
info: {
|
|
564
564
|
key: "java",
|
|
565
565
|
title: "Java",
|
|
@@ -659,7 +659,7 @@ const no = {
|
|
|
659
659
|
}
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
|
-
},
|
|
662
|
+
}, lo = {
|
|
663
663
|
info: {
|
|
664
664
|
key: "javascript",
|
|
665
665
|
title: "JavaScript",
|
|
@@ -835,7 +835,7 @@ const no = {
|
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
|
-
},
|
|
838
|
+
}, fo = {
|
|
839
839
|
info: {
|
|
840
840
|
key: "json",
|
|
841
841
|
title: "JSON",
|
|
@@ -876,7 +876,7 @@ const no = {
|
|
|
876
876
|
return typeof n > "u" || n === "" ? "No JSON body" : JSON.stringify(n, null, r.indent);
|
|
877
877
|
}
|
|
878
878
|
} }
|
|
879
|
-
},
|
|
879
|
+
}, uo = {
|
|
880
880
|
info: {
|
|
881
881
|
key: "kotlin",
|
|
882
882
|
title: "Kotlin",
|
|
@@ -912,7 +912,7 @@ const no = {
|
|
|
912
912
|
}), i(".build()", 1), o(), i("val response = client.newCall(request).execute()"), a();
|
|
913
913
|
}
|
|
914
914
|
} }
|
|
915
|
-
},
|
|
915
|
+
}, po = {
|
|
916
916
|
info: {
|
|
917
917
|
key: "node",
|
|
918
918
|
title: "Node.js",
|
|
@@ -1048,19 +1048,19 @@ const no = {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
}, bt = (t, e, r, n) => {
|
|
1050
1050
|
const s = `${t} *${e} = `;
|
|
1051
|
-
return `${s}${
|
|
1052
|
-
},
|
|
1051
|
+
return `${s}${Ht(r, n ? s.length : void 0)};`;
|
|
1052
|
+
}, Ht = (t, e) => {
|
|
1053
1053
|
const r = e === void 0 ? ", " : `,
|
|
1054
1054
|
${" ".repeat(e)}`;
|
|
1055
1055
|
switch (Object.prototype.toString.call(t)) {
|
|
1056
1056
|
case "[object Number]":
|
|
1057
1057
|
return `@${t}`;
|
|
1058
1058
|
case "[object Array]":
|
|
1059
|
-
return `@[ ${t.map((n) =>
|
|
1059
|
+
return `@[ ${t.map((n) => Ht(n)).join(r)} ]`;
|
|
1060
1060
|
case "[object Object]": {
|
|
1061
1061
|
const n = [];
|
|
1062
1062
|
return Object.keys(t).forEach((s) => {
|
|
1063
|
-
n.push(`@"${s}": ${
|
|
1063
|
+
n.push(`@"${s}": ${Ht(t[s])}`);
|
|
1064
1064
|
}), `@{ ${n.join(r)} }`;
|
|
1065
1065
|
}
|
|
1066
1066
|
case "[object Boolean]":
|
|
@@ -1068,7 +1068,7 @@ const no = {
|
|
|
1068
1068
|
default:
|
|
1069
1069
|
return t == null ? "" : `@"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1070
1070
|
}
|
|
1071
|
-
},
|
|
1071
|
+
}, ho = {
|
|
1072
1072
|
info: {
|
|
1073
1073
|
key: "objc",
|
|
1074
1074
|
title: "Objective-C",
|
|
@@ -1116,7 +1116,7 @@ const no = {
|
|
|
1116
1116
|
return c(), a(`NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"${n}"]`), a(" cachePolicy:NSURLRequestUseProtocolCachePolicy"), a(` timeoutInterval:${o.timeout.toFixed(1)}];`), a(`[request setHTTPMethod:@"${r}"];`), l.hasHeaders && a("[request setAllHTTPHeaderFields:headers];"), l.hasBody && a("[request setHTTPBody:postData];"), c(), a("NSURLSession *session = [NSURLSession sharedSession];"), a("NSURLSessionDataTask *dataTask = [session dataTaskWithRequest:request"), a(" completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {"), a(" if (error) {", 1), a(' NSLog(@"%@", error);', 2), a(" } else {", 1), a(" NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *) response;", 2), a(' NSLog(@"%@", httpResponse);', 2), a(" }", 1), a(" }];"), a("[dataTask resume];"), i();
|
|
1117
1117
|
}
|
|
1118
1118
|
} }
|
|
1119
|
-
},
|
|
1119
|
+
}, yo = {
|
|
1120
1120
|
info: {
|
|
1121
1121
|
key: "ocaml",
|
|
1122
1122
|
title: "OCaml",
|
|
@@ -1184,7 +1184,7 @@ ${r}]`;
|
|
|
1184
1184
|
default:
|
|
1185
1185
|
return "null";
|
|
1186
1186
|
}
|
|
1187
|
-
},
|
|
1187
|
+
}, hr = [
|
|
1188
1188
|
"ACL",
|
|
1189
1189
|
"BASELINE_CONTROL",
|
|
1190
1190
|
"CHECKIN",
|
|
@@ -1212,7 +1212,7 @@ ${r}]`;
|
|
|
1212
1212
|
"UNLOCK",
|
|
1213
1213
|
"UPDATE",
|
|
1214
1214
|
"VERSION_CONTROL"
|
|
1215
|
-
],
|
|
1215
|
+
], mo = {
|
|
1216
1216
|
info: {
|
|
1217
1217
|
key: "php",
|
|
1218
1218
|
title: "PHP",
|
|
@@ -1354,7 +1354,7 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1354
1354
|
},
|
|
1355
1355
|
convert: ({ method: t, url: e, postData: r, queryObj: n, headersObj: s, cookiesObj: o }, a = {}) => {
|
|
1356
1356
|
const { closingTag: i = !1, indent: c = " ", noTags: l = !1, shortTags: f = !1 } = a, { push: u, blank: p, join: d } = new E({ indent: c });
|
|
1357
|
-
switch (l || (u(f ? "<?" : "<?php"), p()),
|
|
1357
|
+
switch (l || (u(f ? "<?" : "<?php"), p()), hr.includes(t.toUpperCase()) || u(`HttpRequest::methodRegister('${t}');`), u("$request = new HttpRequest();"), u(`$request->setUrl(${A(e)});`), hr.includes(t.toUpperCase()) ? u(`$request->setMethod(HTTP_METH_${t.toUpperCase()});`) : u(`$request->setMethod(HttpRequest::HTTP_METH_${t.toUpperCase()});`), p(), Object.keys(n).length && (u(`$request->setQueryData(${A(n, c)});`), p()), Object.keys(s).length && (u(`$request->setHeaders(${A(s, c)});`), p()), Object.keys(o).length && (u(`$request->setCookies(${A(o, c)});`), p()), r.mimeType) {
|
|
1358
1358
|
case "application/x-www-form-urlencoded":
|
|
1359
1359
|
u(`$request->setContentType(${A(r.mimeType)});`), u(`$request->setPostFields(${A(r.paramsObj, c)});`), p();
|
|
1360
1360
|
break;
|
|
@@ -1416,7 +1416,7 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1416
1416
|
}
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
|
-
},
|
|
1419
|
+
}, rn = (t) => ({ method: r, headersObj: n, cookies: s, uriObj: o, fullUrl: a, postData: i, allHeaders: c }) => {
|
|
1420
1420
|
const { push: l, join: f } = new E();
|
|
1421
1421
|
if (![
|
|
1422
1422
|
"GET",
|
|
@@ -1436,7 +1436,7 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1436
1436
|
delimiter: "'",
|
|
1437
1437
|
escapeChar: "`"
|
|
1438
1438
|
})}'`), u.push(`-Body '${i.text}'`)), l(`$response = ${t} -Uri '${a}' -Method ${r} ${u.join(" ")}`.trim()), f();
|
|
1439
|
-
},
|
|
1439
|
+
}, go = {
|
|
1440
1440
|
info: {
|
|
1441
1441
|
key: "restmethod",
|
|
1442
1442
|
title: "Invoke-RestMethod",
|
|
@@ -1444,8 +1444,8 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1444
1444
|
description: "Powershell Invoke-RestMethod client",
|
|
1445
1445
|
extname: ".ps1"
|
|
1446
1446
|
},
|
|
1447
|
-
convert:
|
|
1448
|
-
},
|
|
1447
|
+
convert: rn("Invoke-RestMethod")
|
|
1448
|
+
}, bo = {
|
|
1449
1449
|
info: {
|
|
1450
1450
|
key: "powershell",
|
|
1451
1451
|
title: "Powershell",
|
|
@@ -1460,12 +1460,12 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1460
1460
|
description: "Powershell Invoke-WebRequest client",
|
|
1461
1461
|
extname: ".ps1"
|
|
1462
1462
|
},
|
|
1463
|
-
convert:
|
|
1463
|
+
convert: rn("Invoke-WebRequest")
|
|
1464
1464
|
},
|
|
1465
|
-
restmethod:
|
|
1465
|
+
restmethod: go
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
|
-
function
|
|
1468
|
+
function yr(t, e, r, n, s) {
|
|
1469
1469
|
const o = n.repeat(s), a = n.repeat(s - 1), i = r ? `,
|
|
1470
1470
|
${o}` : ", ", c = t === "object" ? "{" : "[", l = t === "object" ? "}" : "]";
|
|
1471
1471
|
return r ? `${c}
|
|
@@ -1478,12 +1478,12 @@ const Oe = (t, e, r) => {
|
|
|
1478
1478
|
return t;
|
|
1479
1479
|
case "[object Array]": {
|
|
1480
1480
|
let n = !1;
|
|
1481
|
-
return
|
|
1481
|
+
return yr("array", t.map((s) => (Object.prototype.toString.call(s) === "[object Object]" && (n = Object.keys(s).length > 1), Oe(s, e, r))), n, e.indent, r);
|
|
1482
1482
|
}
|
|
1483
1483
|
case "[object Object]": {
|
|
1484
1484
|
const n = [];
|
|
1485
1485
|
for (const s in t) n.push(`"${s}": ${Oe(t[s], e, r)}`);
|
|
1486
|
-
return
|
|
1486
|
+
return yr("object", n, e.pretty && n.length > 1, e.indent, r);
|
|
1487
1487
|
}
|
|
1488
1488
|
case "[object Null]":
|
|
1489
1489
|
return "None";
|
|
@@ -1492,7 +1492,7 @@ const Oe = (t, e, r) => {
|
|
|
1492
1492
|
default:
|
|
1493
1493
|
return t == null ? "" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1494
1494
|
}
|
|
1495
|
-
},
|
|
1495
|
+
}, $o = [
|
|
1496
1496
|
"HEAD",
|
|
1497
1497
|
"GET",
|
|
1498
1498
|
"POST",
|
|
@@ -1500,7 +1500,7 @@ const Oe = (t, e, r) => {
|
|
|
1500
1500
|
"PATCH",
|
|
1501
1501
|
"DELETE",
|
|
1502
1502
|
"OPTIONS"
|
|
1503
|
-
],
|
|
1503
|
+
], vo = {
|
|
1504
1504
|
info: {
|
|
1505
1505
|
key: "python",
|
|
1506
1506
|
title: "Python",
|
|
@@ -1565,11 +1565,11 @@ const Oe = (t, e, r) => {
|
|
|
1565
1565
|
a(m !== g ? `"${b}": "${I(f[b])}",` : `"${b}": "${I(f[b])}"`, 1), m += 1;
|
|
1566
1566
|
}), a("}"), i();
|
|
1567
1567
|
}
|
|
1568
|
-
let $ =
|
|
1568
|
+
let $ = $o.includes(n) ? `response = requests.${n.toLowerCase()}(url` : `response = requests.request("${n}", url`;
|
|
1569
1569
|
return h && (y ? $ += ", json=payload" : $ += ", data=payload"), d && ($ += ", files=files"), g > 0 && ($ += ", headers=headers"), $ += ")", a($), i(), a("print(response.text)"), c();
|
|
1570
1570
|
}
|
|
1571
1571
|
} }
|
|
1572
|
-
},
|
|
1572
|
+
}, wo = {
|
|
1573
1573
|
info: {
|
|
1574
1574
|
key: "r",
|
|
1575
1575
|
title: "R",
|
|
@@ -1623,7 +1623,7 @@ const Oe = (t, e, r) => {
|
|
|
1623
1623
|
return S && (b += `, ${S}`), (n.text || n.jsonObj || n.params) && (b += ", encode = encode"), b += ")", a(b), i(), a('content(response, "text")'), c();
|
|
1624
1624
|
}
|
|
1625
1625
|
} }
|
|
1626
|
-
},
|
|
1626
|
+
}, So = {
|
|
1627
1627
|
info: {
|
|
1628
1628
|
key: "ruby",
|
|
1629
1629
|
title: "Ruby",
|
|
@@ -1711,7 +1711,7 @@ const Oe = (t, e, r) => {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
}
|
|
1713
1713
|
};
|
|
1714
|
-
function
|
|
1714
|
+
function mr(t, e, r, n, s) {
|
|
1715
1715
|
const o = n.repeat(s), a = n.repeat(s - 1), i = r ? `,
|
|
1716
1716
|
${o}` : ", ", c = t === "object" ? "json!({" : "(", l = t === "object" ? "})" : ")";
|
|
1717
1717
|
return r ? `${c}
|
|
@@ -1725,12 +1725,12 @@ const Te = (t, e, r) => {
|
|
|
1725
1725
|
case "[object Array]": {
|
|
1726
1726
|
if (t.length === 0) return "json!([])";
|
|
1727
1727
|
let n = !1;
|
|
1728
|
-
return
|
|
1728
|
+
return mr("array", t.map((s) => (Object.prototype.toString.call(s) === "[object Object]" && (n = Object.keys(s).length > 1), Te(s, e, r))), n, e.indent, r);
|
|
1729
1729
|
}
|
|
1730
1730
|
case "[object Object]": {
|
|
1731
1731
|
const n = [];
|
|
1732
1732
|
for (const s in t) n.push(`"${s}": ${Te(t[s], e, r)}`);
|
|
1733
|
-
return
|
|
1733
|
+
return mr("object", n, e.pretty && n.length > 1, e.indent, r);
|
|
1734
1734
|
}
|
|
1735
1735
|
case "[object Null]":
|
|
1736
1736
|
return "json!(null)";
|
|
@@ -1739,7 +1739,7 @@ const Te = (t, e, r) => {
|
|
|
1739
1739
|
default:
|
|
1740
1740
|
return t == null ? "" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1741
1741
|
}
|
|
1742
|
-
},
|
|
1742
|
+
}, Oo = {
|
|
1743
1743
|
info: {
|
|
1744
1744
|
key: "reqwest",
|
|
1745
1745
|
title: "reqwest",
|
|
@@ -1778,7 +1778,7 @@ const Te = (t, e, r) => {
|
|
|
1778
1778
|
if (h = {}, r.params.forEach((v) => {
|
|
1779
1779
|
v.fileName ? (y[v.name] = v.fileName, g = !0) : h[v.name] = v.value;
|
|
1780
1780
|
}), g) {
|
|
1781
|
-
for (const v of
|
|
1781
|
+
for (const v of To) c(v, i);
|
|
1782
1782
|
l();
|
|
1783
1783
|
}
|
|
1784
1784
|
c("let form = reqwest::multipart::Form::new()", i);
|
|
@@ -1814,22 +1814,22 @@ const Te = (t, e, r) => {
|
|
|
1814
1814
|
return b && c(".json(&payload)", i + 1), $ && c(".form(&payload)", i + 1), m && c(".body(payload)", i + 1), c(".send()", i + 1), c(".await;", i + 1), l(), c("let results = response.unwrap()", i), c(".json::<serde_json::Value>()", i + 1), c(".await", i + 1), c(".unwrap();", i + 1), l(), c('println!("{}", results);', i), c(`}
|
|
1815
1815
|
`), f();
|
|
1816
1816
|
}
|
|
1817
|
-
},
|
|
1817
|
+
}, To = [
|
|
1818
1818
|
"async fn file_to_part(file_name: &'static str) -> reqwest::multipart::Part {",
|
|
1819
1819
|
" let bytes = tokio::fs::read(file_name).await.unwrap();",
|
|
1820
1820
|
" reqwest::multipart::Part::bytes(bytes)",
|
|
1821
1821
|
" .file_name(file_name)",
|
|
1822
1822
|
' .mime_str("text/plain").unwrap()',
|
|
1823
1823
|
"}"
|
|
1824
|
-
],
|
|
1824
|
+
], xo = {
|
|
1825
1825
|
info: {
|
|
1826
1826
|
key: "rust",
|
|
1827
1827
|
title: "Rust",
|
|
1828
1828
|
default: "reqwest",
|
|
1829
1829
|
cli: "rust"
|
|
1830
1830
|
},
|
|
1831
|
-
clientsById: { reqwest:
|
|
1832
|
-
}, H = (t = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(t) ? t : `'${t.replace(/'/g, "'\\''")}'`,
|
|
1831
|
+
clientsById: { reqwest: Oo }
|
|
1832
|
+
}, H = (t = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(t) ? t : `'${t.replace(/'/g, "'\\''")}'`, Eo = (t) => t.replace(/\r/g, "\\r").replace(/\n/g, "\\n"), jo = {
|
|
1833
1833
|
"http1.0": "0",
|
|
1834
1834
|
"url ": "",
|
|
1835
1835
|
cookie: "b",
|
|
@@ -1839,13 +1839,13 @@ const Te = (t, e, r) => {
|
|
|
1839
1839
|
header: "H",
|
|
1840
1840
|
insecure: "k",
|
|
1841
1841
|
request: "X"
|
|
1842
|
-
},
|
|
1842
|
+
}, Po = (t) => (e) => {
|
|
1843
1843
|
if (t) {
|
|
1844
|
-
const r =
|
|
1844
|
+
const r = jo[e];
|
|
1845
1845
|
return r ? `-${r}` : "";
|
|
1846
1846
|
}
|
|
1847
1847
|
return `--${e}`;
|
|
1848
|
-
},
|
|
1848
|
+
}, Co = {
|
|
1849
1849
|
info: {
|
|
1850
1850
|
key: "shell",
|
|
1851
1851
|
title: "Shell",
|
|
@@ -1867,7 +1867,7 @@ const Te = (t, e, r) => {
|
|
|
1867
1867
|
...typeof l == "string" ? { indent: l } : {},
|
|
1868
1868
|
join: l !== !1 ? ` \\
|
|
1869
1869
|
${l}` : " "
|
|
1870
|
-
}), y =
|
|
1870
|
+
}), y = Po(u);
|
|
1871
1871
|
let g = H(t);
|
|
1872
1872
|
if (d(`curl ${y("request")} ${e}`), c && (g = unescape(g), d(y("globoff"))), d(`${y("url ")}${g}`), f && d(y("insecure")), r === "HTTP/1.0" && d(y("http1.0")), se(s, "accept-encoding") && d("--compressed"), o.mimeType === "multipart/form-data") {
|
|
1873
1873
|
const m = J(n, "content-type");
|
|
@@ -1898,7 +1898,7 @@ ${l}` : " "
|
|
|
1898
1898
|
default: {
|
|
1899
1899
|
if (!o.text) break;
|
|
1900
1900
|
let m = !1;
|
|
1901
|
-
if (
|
|
1901
|
+
if (Qn(o.mimeType) && o.text.length > 20)
|
|
1902
1902
|
try {
|
|
1903
1903
|
const b = JSON.parse(o.text);
|
|
1904
1904
|
m = !0, o.text.indexOf("'") > 0 ? d(`${i ? "--data-binary" : y("data")} @- <<EOF
|
|
@@ -1982,29 +1982,29 @@ ${o.indent}` : " "
|
|
|
1982
1982
|
return o.verbose ? a(`wget ${o.short ? "-v" : "--verbose"}`) : a(`wget ${o.short ? "-q" : "--quiet"}`), a(`--method ${H(t)}`), Object.keys(r).forEach((c) => {
|
|
1983
1983
|
const l = `${c}: ${r[c]}`;
|
|
1984
1984
|
a(`--header ${H(l)}`);
|
|
1985
|
-
}), e.text && a(`--body-data ${
|
|
1985
|
+
}), e.text && a(`--body-data ${Eo(H(e.text))}`), a(o.short ? "-O" : "--output-document"), a(`- ${H(n)}`), i();
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
1989
|
-
},
|
|
1990
|
-
const s =
|
|
1989
|
+
}, gr = (t, e) => e.repeat(t), br = (t, e, r, n) => {
|
|
1990
|
+
const s = gr(n, r), o = gr(n - 1, r), a = e ? `,
|
|
1991
1991
|
${s}` : ", ";
|
|
1992
1992
|
return e ? `[
|
|
1993
1993
|
${s}${t.join(a)}
|
|
1994
1994
|
${o}]` : `[${t.join(a)}]`;
|
|
1995
|
-
},
|
|
1995
|
+
}, $r = (t, e, r) => `let ${t} = ${ot(e, r)}`, ot = (t, e, r) => {
|
|
1996
1996
|
switch (r = r === void 0 ? 1 : r + 1, Object.prototype.toString.call(t)) {
|
|
1997
1997
|
case "[object Number]":
|
|
1998
1998
|
return t;
|
|
1999
1999
|
case "[object Array]": {
|
|
2000
2000
|
let n = !1;
|
|
2001
2001
|
const s = t.map((o) => (Object.prototype.toString.call(o) === "[object Object]" && (n = Object.keys(o).length > 1), ot(o, e, r)));
|
|
2002
|
-
return
|
|
2002
|
+
return br(s, n, e.indent, r);
|
|
2003
2003
|
}
|
|
2004
2004
|
case "[object Object]": {
|
|
2005
2005
|
const n = [];
|
|
2006
2006
|
for (const s in t) n.push(`"${s}": ${ot(t[s], e, r)}`);
|
|
2007
|
-
return
|
|
2007
|
+
return br(n, e.pretty && n.length > 1, e.indent, r);
|
|
2008
2008
|
}
|
|
2009
2009
|
case "[object Boolean]":
|
|
2010
2010
|
return t.toString();
|
|
@@ -2012,27 +2012,27 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2012
2012
|
return t == null ? "nil" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
2013
2013
|
}
|
|
2014
2014
|
}, xe = {
|
|
2015
|
-
agent:
|
|
2016
|
-
c:
|
|
2017
|
-
clojure:
|
|
2018
|
-
crystal:
|
|
2019
|
-
csharp:
|
|
2020
|
-
go:
|
|
2021
|
-
http:
|
|
2022
|
-
java:
|
|
2023
|
-
javascript:
|
|
2024
|
-
json:
|
|
2025
|
-
kotlin:
|
|
2026
|
-
node:
|
|
2027
|
-
objc:
|
|
2028
|
-
ocaml:
|
|
2029
|
-
php:
|
|
2030
|
-
powershell:
|
|
2031
|
-
python:
|
|
2032
|
-
r:
|
|
2033
|
-
ruby:
|
|
2034
|
-
rust:
|
|
2035
|
-
shell:
|
|
2015
|
+
agent: Yn,
|
|
2016
|
+
c: Xn,
|
|
2017
|
+
clojure: eo,
|
|
2018
|
+
crystal: to,
|
|
2019
|
+
csharp: io,
|
|
2020
|
+
go: ao,
|
|
2021
|
+
http: so,
|
|
2022
|
+
java: co,
|
|
2023
|
+
javascript: lo,
|
|
2024
|
+
json: fo,
|
|
2025
|
+
kotlin: uo,
|
|
2026
|
+
node: po,
|
|
2027
|
+
objc: ho,
|
|
2028
|
+
ocaml: yo,
|
|
2029
|
+
php: mo,
|
|
2030
|
+
powershell: bo,
|
|
2031
|
+
python: vo,
|
|
2032
|
+
r: wo,
|
|
2033
|
+
ruby: So,
|
|
2034
|
+
rust: xo,
|
|
2035
|
+
shell: Co,
|
|
2036
2036
|
swift: {
|
|
2037
2037
|
info: {
|
|
2038
2038
|
key: "swift",
|
|
@@ -2067,10 +2067,10 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2067
2067
|
}
|
|
2068
2068
|
break;
|
|
2069
2069
|
case "application/json":
|
|
2070
|
-
e.jsonObj && (i(`${
|
|
2070
|
+
e.jsonObj && (i(`${$r("parameters", e.jsonObj, a)} as [String : Any?]`), c(), i("let postData = try JSONSerialization.data(withJSONObject: parameters, options: [])"), c());
|
|
2071
2071
|
break;
|
|
2072
2072
|
case "multipart/form-data":
|
|
2073
|
-
i(
|
|
2073
|
+
i($r("parameters", e.params, a)), c(), i(`let boundary = "${e.boundary}"`), c(), i('var body = ""'), i("for param in parameters {"), i('let paramName = param["name"]!', 1), i('body += "--\\(boundary)\\r\\n"', 1), i('body += "Content-Disposition:form-data; name=\\"\\(paramName)\\""', 1), i('if let filename = param["fileName"] {', 1), i('let contentType = param["contentType"]!', 2), i("let fileContent = try String(contentsOfFile: filename, encoding: .utf8)", 2), i('body += "; filename=\\"\\(filename)\\"\\r\\n"', 2), i('body += "Content-Type: \\(contentType)\\r\\n\\r\\n"', 2), i("body += fileContent", 2), i('} else if let paramValue = param["value"] {', 1), i('body += "\\r\\n\\r\\n\\(paramValue)"', 2), i("}", 1), i("}"), c(), i("let postData = Data(body.utf8)"), c();
|
|
2074
2074
|
break;
|
|
2075
2075
|
default:
|
|
2076
2076
|
i(`let postData = Data("${e.text}".utf8)`), c();
|
|
@@ -2093,13 +2093,13 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2093
2093
|
}
|
|
2094
2094
|
} }
|
|
2095
2095
|
}
|
|
2096
|
-
},
|
|
2096
|
+
}, vr = (t, e) => {
|
|
2097
2097
|
const r = t[e.name];
|
|
2098
2098
|
return r === void 0 ? (t[e.name] = e.value, t) : Array.isArray(r) ? (r.push(e.value), t) : (t[e.name] = [r, e.value], t);
|
|
2099
2099
|
};
|
|
2100
2100
|
var it = { exports: {} };
|
|
2101
2101
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
2102
|
-
var
|
|
2102
|
+
var ko = it.exports;
|
|
2103
2103
|
(function(t, e) {
|
|
2104
2104
|
(function(r) {
|
|
2105
2105
|
var n = e && !e.nodeType && e, s = t && !t.nodeType && t, o = typeof rt == "object" && rt;
|
|
@@ -2216,42 +2216,42 @@ var Po = it.exports;
|
|
|
2216
2216
|
a.hasOwnProperty(P) && (n[P] = a[P]);
|
|
2217
2217
|
else
|
|
2218
2218
|
r.punycode = a;
|
|
2219
|
-
})(
|
|
2219
|
+
})(ko);
|
|
2220
2220
|
})(it, it.exports);
|
|
2221
|
-
var
|
|
2222
|
-
const
|
|
2223
|
-
Object.assign(
|
|
2224
|
-
const
|
|
2221
|
+
var Ao = it.exports, Re = TypeError;
|
|
2222
|
+
const nn = (t) => String(t);
|
|
2223
|
+
Object.assign(nn, { custom: Symbol.for("nodejs.util.inspect.custom") });
|
|
2224
|
+
const Ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2225
2225
|
__proto__: null,
|
|
2226
|
-
default:
|
|
2227
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2228
|
-
var
|
|
2226
|
+
default: nn
|
|
2227
|
+
}, Symbol.toStringTag, { value: "Module" })), qo = /* @__PURE__ */ In(Ro);
|
|
2228
|
+
var Zt = typeof Map == "function" && Map.prototype, $t = Object.getOwnPropertyDescriptor && Zt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, at = Zt && $t && typeof $t.get == "function" ? $t.get : null, wr = Zt && Map.prototype.forEach, er = typeof Set == "function" && Set.prototype, vt = Object.getOwnPropertyDescriptor && er ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, st = er && vt && typeof vt.get == "function" ? vt.get : null, Sr = er && Set.prototype.forEach, No = typeof WeakMap == "function" && WeakMap.prototype, Le = No ? WeakMap.prototype.has : null, _o = typeof WeakSet == "function" && WeakSet.prototype, Ie = _o ? WeakSet.prototype.has : null, Lo = typeof WeakRef == "function" && WeakRef.prototype, Or = Lo ? WeakRef.prototype.deref : null, Io = Boolean.prototype.valueOf, Uo = Object.prototype.toString, Fo = Function.prototype.toString, Mo = String.prototype.match, tr = String.prototype.slice, pe = String.prototype.replace, Ho = String.prototype.toUpperCase, Tr = String.prototype.toLowerCase, on = RegExp.prototype.test, xr = Array.prototype.concat, ie = Array.prototype.join, Bo = Array.prototype.slice, Er = Math.floor, Bt = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, wt = Object.getOwnPropertySymbols, Wt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ke = typeof Symbol == "function" && typeof Symbol.iterator == "object", Ue = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ke || !0) ? Symbol.toStringTag : null, an = Object.prototype.propertyIsEnumerable, jr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
|
|
2229
2229
|
return t.__proto__;
|
|
2230
2230
|
} : null);
|
|
2231
|
-
function
|
|
2232
|
-
if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 ||
|
|
2231
|
+
function Pr(t, e) {
|
|
2232
|
+
if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 || on.call(/e/, e))
|
|
2233
2233
|
return e;
|
|
2234
2234
|
var r = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
|
|
2235
2235
|
if (typeof t == "number") {
|
|
2236
|
-
var n = t < 0 ? -
|
|
2236
|
+
var n = t < 0 ? -Er(-t) : Er(t);
|
|
2237
2237
|
if (n !== t) {
|
|
2238
|
-
var s = String(n), o =
|
|
2238
|
+
var s = String(n), o = tr.call(e, s.length + 1);
|
|
2239
2239
|
return pe.call(s, r, "$&_") + "." + pe.call(pe.call(o, /([0-9]{3})/g, "$&_"), /_$/, "");
|
|
2240
2240
|
}
|
|
2241
2241
|
}
|
|
2242
2242
|
return pe.call(e, r, "$&_");
|
|
2243
2243
|
}
|
|
2244
|
-
var
|
|
2244
|
+
var Jt = qo, Cr = Jt.custom, kr = ln(Cr) ? Cr : null, sn = {
|
|
2245
2245
|
__proto__: null,
|
|
2246
2246
|
double: '"',
|
|
2247
2247
|
single: "'"
|
|
2248
|
-
},
|
|
2248
|
+
}, Wo = {
|
|
2249
2249
|
__proto__: null,
|
|
2250
2250
|
double: /(["\\])/g,
|
|
2251
2251
|
single: /(['\\])/g
|
|
2252
2252
|
}, ft = function t(e, r, n, s) {
|
|
2253
2253
|
var o = r || {};
|
|
2254
|
-
if (le(o, "quoteStyle") && !le(
|
|
2254
|
+
if (le(o, "quoteStyle") && !le(sn, o.quoteStyle))
|
|
2255
2255
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
2256
2256
|
if (le(o, "maxStringLength") && (typeof o.maxStringLength == "number" ? o.maxStringLength < 0 && o.maxStringLength !== 1 / 0 : o.maxStringLength !== null))
|
|
2257
2257
|
throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
|
|
@@ -2270,27 +2270,27 @@ var Wt = Ao, Pr = Wt.custom, Cr = sn(Pr) ? Pr : null, on = {
|
|
|
2270
2270
|
if (typeof e == "boolean")
|
|
2271
2271
|
return e ? "true" : "false";
|
|
2272
2272
|
if (typeof e == "string")
|
|
2273
|
-
return
|
|
2273
|
+
return un(e, o);
|
|
2274
2274
|
if (typeof e == "number") {
|
|
2275
2275
|
if (e === 0)
|
|
2276
2276
|
return 1 / 0 / e > 0 ? "0" : "-0";
|
|
2277
2277
|
var c = String(e);
|
|
2278
|
-
return i ?
|
|
2278
|
+
return i ? Pr(e, c) : c;
|
|
2279
2279
|
}
|
|
2280
2280
|
if (typeof e == "bigint") {
|
|
2281
2281
|
var l = String(e) + "n";
|
|
2282
|
-
return i ?
|
|
2282
|
+
return i ? Pr(e, l) : l;
|
|
2283
2283
|
}
|
|
2284
2284
|
var f = typeof o.depth > "u" ? 5 : o.depth;
|
|
2285
2285
|
if (typeof n > "u" && (n = 0), n >= f && f > 0 && typeof e == "object")
|
|
2286
|
-
return
|
|
2287
|
-
var u =
|
|
2286
|
+
return Gt(e) ? "[Array]" : "[Object]";
|
|
2287
|
+
var u = si(o, n);
|
|
2288
2288
|
if (typeof s > "u")
|
|
2289
2289
|
s = [];
|
|
2290
|
-
else if (
|
|
2290
|
+
else if (fn(s, e) >= 0)
|
|
2291
2291
|
return "[Circular]";
|
|
2292
2292
|
function p(_, G, B) {
|
|
2293
|
-
if (G && (s =
|
|
2293
|
+
if (G && (s = Bo.call(s), s.push(G)), B) {
|
|
2294
2294
|
var V = {
|
|
2295
2295
|
depth: o.depth
|
|
2296
2296
|
};
|
|
@@ -2298,140 +2298,140 @@ var Wt = Ao, Pr = Wt.custom, Cr = sn(Pr) ? Pr : null, on = {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
return t(_, o, n + 1, s);
|
|
2300
2300
|
}
|
|
2301
|
-
if (typeof e == "function" && !
|
|
2302
|
-
var d =
|
|
2301
|
+
if (typeof e == "function" && !Ar(e)) {
|
|
2302
|
+
var d = Xo(e), h = Ve(e, p);
|
|
2303
2303
|
return "[Function" + (d ? ": " + d : " (anonymous)") + "]" + (h.length > 0 ? " { " + ie.call(h, ", ") + " }" : "");
|
|
2304
2304
|
}
|
|
2305
|
-
if (
|
|
2306
|
-
var y = ke ? pe.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") :
|
|
2305
|
+
if (ln(e)) {
|
|
2306
|
+
var y = ke ? pe.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Wt.call(e);
|
|
2307
2307
|
return typeof e == "object" && !ke ? Ne(y) : y;
|
|
2308
2308
|
}
|
|
2309
|
-
if (
|
|
2310
|
-
for (var g = "<" +
|
|
2311
|
-
g += " " + $[m].name + "=" +
|
|
2312
|
-
return g += ">", e.childNodes && e.childNodes.length && (g += "..."), g += "</" +
|
|
2309
|
+
if (oi(e)) {
|
|
2310
|
+
for (var g = "<" + Tr.call(String(e.nodeName)), $ = e.attributes || [], m = 0; m < $.length; m++)
|
|
2311
|
+
g += " " + $[m].name + "=" + cn(Jo($[m].value), "double", o);
|
|
2312
|
+
return g += ">", e.childNodes && e.childNodes.length && (g += "..."), g += "</" + Tr.call(String(e.nodeName)) + ">", g;
|
|
2313
2313
|
}
|
|
2314
|
-
if (
|
|
2314
|
+
if (Gt(e)) {
|
|
2315
2315
|
if (e.length === 0)
|
|
2316
2316
|
return "[]";
|
|
2317
2317
|
var b = Ve(e, p);
|
|
2318
|
-
return u && !
|
|
2318
|
+
return u && !ai(b) ? "[" + zt(b, u) + "]" : "[ " + ie.call(b, ", ") + " ]";
|
|
2319
2319
|
}
|
|
2320
|
-
if (
|
|
2320
|
+
if (zo(e)) {
|
|
2321
2321
|
var S = Ve(e, p);
|
|
2322
|
-
return !("cause" in Error.prototype) && "cause" in e && !
|
|
2322
|
+
return !("cause" in Error.prototype) && "cause" in e && !an.call(e, "cause") ? "{ [" + String(e) + "] " + ie.call(xr.call("[cause]: " + p(e.cause), S), ", ") + " }" : S.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + ie.call(S, ", ") + " }";
|
|
2323
2323
|
}
|
|
2324
2324
|
if (typeof e == "object" && a) {
|
|
2325
|
-
if (
|
|
2326
|
-
return
|
|
2325
|
+
if (kr && typeof e[kr] == "function" && Jt)
|
|
2326
|
+
return Jt(e, { depth: f - n });
|
|
2327
2327
|
if (a !== "symbol" && typeof e.inspect == "function")
|
|
2328
2328
|
return e.inspect();
|
|
2329
2329
|
}
|
|
2330
|
-
if (
|
|
2330
|
+
if (Zo(e)) {
|
|
2331
2331
|
var O = [];
|
|
2332
|
-
return
|
|
2332
|
+
return wr && wr.call(e, function(_, G) {
|
|
2333
2333
|
O.push(p(G, e, !0) + " => " + p(_, e));
|
|
2334
|
-
}),
|
|
2334
|
+
}), Rr("Map", at.call(e), O, u);
|
|
2335
2335
|
}
|
|
2336
|
-
if (
|
|
2336
|
+
if (ri(e)) {
|
|
2337
2337
|
var v = [];
|
|
2338
|
-
return
|
|
2338
|
+
return Sr && Sr.call(e, function(_) {
|
|
2339
2339
|
v.push(p(_, e));
|
|
2340
|
-
}),
|
|
2340
|
+
}), Rr("Set", st.call(e), v, u);
|
|
2341
2341
|
}
|
|
2342
|
-
if (
|
|
2342
|
+
if (ei(e))
|
|
2343
2343
|
return St("WeakMap");
|
|
2344
|
-
if (
|
|
2344
|
+
if (ni(e))
|
|
2345
2345
|
return St("WeakSet");
|
|
2346
|
-
if (
|
|
2346
|
+
if (ti(e))
|
|
2347
2347
|
return St("WeakRef");
|
|
2348
|
-
if (zo(e))
|
|
2349
|
-
return Ne(p(Number(e)));
|
|
2350
2348
|
if (Ko(e))
|
|
2351
|
-
return Ne(p(
|
|
2349
|
+
return Ne(p(Number(e)));
|
|
2350
|
+
if (Qo(e))
|
|
2351
|
+
return Ne(p(Bt.call(e)));
|
|
2352
|
+
if (Do(e))
|
|
2353
|
+
return Ne(Io.call(e));
|
|
2352
2354
|
if (Vo(e))
|
|
2353
|
-
return Ne(_o.call(e));
|
|
2354
|
-
if (Go(e))
|
|
2355
2355
|
return Ne(p(String(e)));
|
|
2356
2356
|
if (typeof window < "u" && e === window)
|
|
2357
2357
|
return "{ [object Window] }";
|
|
2358
2358
|
if (typeof globalThis < "u" && e === globalThis || typeof rt < "u" && e === rt)
|
|
2359
2359
|
return "{ [object globalThis] }";
|
|
2360
|
-
if (!
|
|
2361
|
-
var P = Ve(e, p), T =
|
|
2362
|
-
return P.length === 0 ? Y + "{}" : u ? Y + "{" +
|
|
2360
|
+
if (!Go(e) && !Ar(e)) {
|
|
2361
|
+
var P = Ve(e, p), T = jr ? jr(e) === Object.prototype : e instanceof Object || e.constructor === Object, k = e instanceof Object ? "" : "null prototype", U = !T && Ue && Object(e) === e && Ue in e ? tr.call(de(e), 8, -1) : k ? "Object" : "", Q = T || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", Y = Q + (U || k ? "[" + ie.call(xr.call([], U || [], k || []), ": ") + "] " : "");
|
|
2362
|
+
return P.length === 0 ? Y + "{}" : u ? Y + "{" + zt(P, u) + "}" : Y + "{ " + ie.call(P, ", ") + " }";
|
|
2363
2363
|
}
|
|
2364
2364
|
return String(e);
|
|
2365
2365
|
};
|
|
2366
|
-
function
|
|
2367
|
-
var n = r.quoteStyle || e, s =
|
|
2366
|
+
function cn(t, e, r) {
|
|
2367
|
+
var n = r.quoteStyle || e, s = sn[n];
|
|
2368
2368
|
return s + t + s;
|
|
2369
2369
|
}
|
|
2370
|
-
function
|
|
2370
|
+
function Jo(t) {
|
|
2371
2371
|
return pe.call(String(t), /"/g, """);
|
|
2372
2372
|
}
|
|
2373
2373
|
function $e(t) {
|
|
2374
2374
|
return !Ue || !(typeof t == "object" && (Ue in t || typeof t[Ue] < "u"));
|
|
2375
2375
|
}
|
|
2376
|
-
function
|
|
2376
|
+
function Gt(t) {
|
|
2377
2377
|
return de(t) === "[object Array]" && $e(t);
|
|
2378
2378
|
}
|
|
2379
|
-
function
|
|
2379
|
+
function Go(t) {
|
|
2380
2380
|
return de(t) === "[object Date]" && $e(t);
|
|
2381
2381
|
}
|
|
2382
|
-
function
|
|
2382
|
+
function Ar(t) {
|
|
2383
2383
|
return de(t) === "[object RegExp]" && $e(t);
|
|
2384
2384
|
}
|
|
2385
|
-
function
|
|
2385
|
+
function zo(t) {
|
|
2386
2386
|
return de(t) === "[object Error]" && $e(t);
|
|
2387
2387
|
}
|
|
2388
|
-
function
|
|
2388
|
+
function Vo(t) {
|
|
2389
2389
|
return de(t) === "[object String]" && $e(t);
|
|
2390
2390
|
}
|
|
2391
|
-
function
|
|
2391
|
+
function Ko(t) {
|
|
2392
2392
|
return de(t) === "[object Number]" && $e(t);
|
|
2393
2393
|
}
|
|
2394
|
-
function
|
|
2394
|
+
function Do(t) {
|
|
2395
2395
|
return de(t) === "[object Boolean]" && $e(t);
|
|
2396
2396
|
}
|
|
2397
|
-
function
|
|
2397
|
+
function ln(t) {
|
|
2398
2398
|
if (ke)
|
|
2399
2399
|
return t && typeof t == "object" && t instanceof Symbol;
|
|
2400
2400
|
if (typeof t == "symbol")
|
|
2401
2401
|
return !0;
|
|
2402
|
-
if (!t || typeof t != "object" || !
|
|
2402
|
+
if (!t || typeof t != "object" || !Wt)
|
|
2403
2403
|
return !1;
|
|
2404
2404
|
try {
|
|
2405
|
-
return
|
|
2405
|
+
return Wt.call(t), !0;
|
|
2406
2406
|
} catch {
|
|
2407
2407
|
}
|
|
2408
2408
|
return !1;
|
|
2409
2409
|
}
|
|
2410
|
-
function
|
|
2411
|
-
if (!t || typeof t != "object" || !
|
|
2410
|
+
function Qo(t) {
|
|
2411
|
+
if (!t || typeof t != "object" || !Bt)
|
|
2412
2412
|
return !1;
|
|
2413
2413
|
try {
|
|
2414
|
-
return
|
|
2414
|
+
return Bt.call(t), !0;
|
|
2415
2415
|
} catch {
|
|
2416
2416
|
}
|
|
2417
2417
|
return !1;
|
|
2418
2418
|
}
|
|
2419
|
-
var
|
|
2419
|
+
var Yo = Object.prototype.hasOwnProperty || function(t) {
|
|
2420
2420
|
return t in this;
|
|
2421
2421
|
};
|
|
2422
2422
|
function le(t, e) {
|
|
2423
|
-
return
|
|
2423
|
+
return Yo.call(t, e);
|
|
2424
2424
|
}
|
|
2425
2425
|
function de(t) {
|
|
2426
|
-
return
|
|
2426
|
+
return Uo.call(t);
|
|
2427
2427
|
}
|
|
2428
|
-
function
|
|
2428
|
+
function Xo(t) {
|
|
2429
2429
|
if (t.name)
|
|
2430
2430
|
return t.name;
|
|
2431
|
-
var e =
|
|
2431
|
+
var e = Mo.call(Fo.call(t), /^function\s*([\w$]+)/);
|
|
2432
2432
|
return e ? e[1] : null;
|
|
2433
2433
|
}
|
|
2434
|
-
function
|
|
2434
|
+
function fn(t, e) {
|
|
2435
2435
|
if (t.indexOf)
|
|
2436
2436
|
return t.indexOf(e);
|
|
2437
2437
|
for (var r = 0, n = t.length; r < n; r++)
|
|
@@ -2439,7 +2439,7 @@ function cn(t, e) {
|
|
|
2439
2439
|
return r;
|
|
2440
2440
|
return -1;
|
|
2441
2441
|
}
|
|
2442
|
-
function
|
|
2442
|
+
function Zo(t) {
|
|
2443
2443
|
if (!at || !t || typeof t != "object")
|
|
2444
2444
|
return !1;
|
|
2445
2445
|
try {
|
|
@@ -2454,7 +2454,7 @@ function Yo(t) {
|
|
|
2454
2454
|
}
|
|
2455
2455
|
return !1;
|
|
2456
2456
|
}
|
|
2457
|
-
function
|
|
2457
|
+
function ei(t) {
|
|
2458
2458
|
if (!Le || !t || typeof t != "object")
|
|
2459
2459
|
return !1;
|
|
2460
2460
|
try {
|
|
@@ -2469,16 +2469,16 @@ function Xo(t) {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
return !1;
|
|
2471
2471
|
}
|
|
2472
|
-
function
|
|
2473
|
-
if (!
|
|
2472
|
+
function ti(t) {
|
|
2473
|
+
if (!Or || !t || typeof t != "object")
|
|
2474
2474
|
return !1;
|
|
2475
2475
|
try {
|
|
2476
|
-
return
|
|
2476
|
+
return Or.call(t), !0;
|
|
2477
2477
|
} catch {
|
|
2478
2478
|
}
|
|
2479
2479
|
return !1;
|
|
2480
2480
|
}
|
|
2481
|
-
function
|
|
2481
|
+
function ri(t) {
|
|
2482
2482
|
if (!st || !t || typeof t != "object")
|
|
2483
2483
|
return !1;
|
|
2484
2484
|
try {
|
|
@@ -2493,7 +2493,7 @@ function ei(t) {
|
|
|
2493
2493
|
}
|
|
2494
2494
|
return !1;
|
|
2495
2495
|
}
|
|
2496
|
-
function
|
|
2496
|
+
function ni(t) {
|
|
2497
2497
|
if (!Ie || !t || typeof t != "object")
|
|
2498
2498
|
return !1;
|
|
2499
2499
|
try {
|
|
@@ -2508,20 +2508,20 @@ function ti(t) {
|
|
|
2508
2508
|
}
|
|
2509
2509
|
return !1;
|
|
2510
2510
|
}
|
|
2511
|
-
function
|
|
2511
|
+
function oi(t) {
|
|
2512
2512
|
return !t || typeof t != "object" ? !1 : typeof HTMLElement < "u" && t instanceof HTMLElement ? !0 : typeof t.nodeName == "string" && typeof t.getAttribute == "function";
|
|
2513
2513
|
}
|
|
2514
|
-
function
|
|
2514
|
+
function un(t, e) {
|
|
2515
2515
|
if (t.length > e.maxStringLength) {
|
|
2516
2516
|
var r = t.length - e.maxStringLength, n = "... " + r + " more character" + (r > 1 ? "s" : "");
|
|
2517
|
-
return
|
|
2517
|
+
return un(tr.call(t, 0, e.maxStringLength), e) + n;
|
|
2518
2518
|
}
|
|
2519
|
-
var s =
|
|
2519
|
+
var s = Wo[e.quoteStyle || "single"];
|
|
2520
2520
|
s.lastIndex = 0;
|
|
2521
|
-
var o = pe.call(pe.call(t, s, "\\$1"), /[\x00-\x1f]/g,
|
|
2522
|
-
return
|
|
2521
|
+
var o = pe.call(pe.call(t, s, "\\$1"), /[\x00-\x1f]/g, ii);
|
|
2522
|
+
return cn(o, "single", e);
|
|
2523
2523
|
}
|
|
2524
|
-
function
|
|
2524
|
+
function ii(t) {
|
|
2525
2525
|
var e = t.charCodeAt(0), r = {
|
|
2526
2526
|
8: "b",
|
|
2527
2527
|
9: "t",
|
|
@@ -2529,7 +2529,7 @@ function ni(t) {
|
|
|
2529
2529
|
12: "f",
|
|
2530
2530
|
13: "r"
|
|
2531
2531
|
}[e];
|
|
2532
|
-
return r ? "\\" + r : "\\x" + (e < 16 ? "0" : "") +
|
|
2532
|
+
return r ? "\\" + r : "\\x" + (e < 16 ? "0" : "") + Ho.call(e.toString(16));
|
|
2533
2533
|
}
|
|
2534
2534
|
function Ne(t) {
|
|
2535
2535
|
return "Object(" + t + ")";
|
|
@@ -2537,18 +2537,18 @@ function Ne(t) {
|
|
|
2537
2537
|
function St(t) {
|
|
2538
2538
|
return t + " { ? }";
|
|
2539
2539
|
}
|
|
2540
|
-
function
|
|
2541
|
-
var s = n ?
|
|
2540
|
+
function Rr(t, e, r, n) {
|
|
2541
|
+
var s = n ? zt(r, n) : ie.call(r, ", ");
|
|
2542
2542
|
return t + " (" + e + ") {" + s + "}";
|
|
2543
2543
|
}
|
|
2544
|
-
function
|
|
2544
|
+
function ai(t) {
|
|
2545
2545
|
for (var e = 0; e < t.length; e++)
|
|
2546
|
-
if (
|
|
2546
|
+
if (fn(t[e], `
|
|
2547
2547
|
`) >= 0)
|
|
2548
2548
|
return !1;
|
|
2549
2549
|
return !0;
|
|
2550
2550
|
}
|
|
2551
|
-
function
|
|
2551
|
+
function si(t, e) {
|
|
2552
2552
|
var r;
|
|
2553
2553
|
if (t.indent === " ")
|
|
2554
2554
|
r = " ";
|
|
@@ -2561,7 +2561,7 @@ function ii(t, e) {
|
|
|
2561
2561
|
prev: ie.call(Array(e + 1), r)
|
|
2562
2562
|
};
|
|
2563
2563
|
}
|
|
2564
|
-
function
|
|
2564
|
+
function zt(t, e) {
|
|
2565
2565
|
if (t.length === 0)
|
|
2566
2566
|
return "";
|
|
2567
2567
|
var r = `
|
|
@@ -2570,7 +2570,7 @@ function Gt(t, e) {
|
|
|
2570
2570
|
` + e.prev;
|
|
2571
2571
|
}
|
|
2572
2572
|
function Ve(t, e) {
|
|
2573
|
-
var r =
|
|
2573
|
+
var r = Gt(t), n = [];
|
|
2574
2574
|
if (r) {
|
|
2575
2575
|
n.length = t.length;
|
|
2576
2576
|
for (var s = 0; s < t.length; s++)
|
|
@@ -2583,23 +2583,23 @@ function Ve(t, e) {
|
|
|
2583
2583
|
a["$" + o[i]] = o[i];
|
|
2584
2584
|
}
|
|
2585
2585
|
for (var c in t)
|
|
2586
|
-
le(t, c) && (r && String(Number(c)) === c && c < t.length || ke && a["$" + c] instanceof Symbol || (
|
|
2586
|
+
le(t, c) && (r && String(Number(c)) === c && c < t.length || ke && a["$" + c] instanceof Symbol || (on.call(/[^\w$]/, c) ? n.push(e(c, t) + ": " + e(t[c], t)) : n.push(c + ": " + e(t[c], t))));
|
|
2587
2587
|
if (typeof wt == "function")
|
|
2588
2588
|
for (var l = 0; l < o.length; l++)
|
|
2589
|
-
|
|
2589
|
+
an.call(t, o[l]) && n.push("[" + e(o[l]) + "]: " + e(t[o[l]], t));
|
|
2590
2590
|
return n;
|
|
2591
2591
|
}
|
|
2592
|
-
var
|
|
2592
|
+
var ci = ft, li = Re, ut = function(t, e, r) {
|
|
2593
2593
|
for (var n = t, s; (s = n.next) != null; n = s)
|
|
2594
2594
|
if (s.key === e)
|
|
2595
2595
|
return n.next = s.next, r || (s.next = /** @type {NonNullable<typeof list.next>} */
|
|
2596
2596
|
t.next, t.next = s), s;
|
|
2597
|
-
},
|
|
2597
|
+
}, fi = function(t, e) {
|
|
2598
2598
|
if (t) {
|
|
2599
2599
|
var r = ut(t, e);
|
|
2600
2600
|
return r && r.value;
|
|
2601
2601
|
}
|
|
2602
|
-
},
|
|
2602
|
+
}, ui = function(t, e, r) {
|
|
2603
2603
|
var n = ut(t, e);
|
|
2604
2604
|
n ? n.value = r : t.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
|
|
2605
2605
|
{
|
|
@@ -2608,31 +2608,31 @@ var ai = ft, si = Re, ut = function(t, e, r) {
|
|
|
2608
2608
|
next: t.next,
|
|
2609
2609
|
value: r
|
|
2610
2610
|
};
|
|
2611
|
-
},
|
|
2611
|
+
}, pi = function(t, e) {
|
|
2612
2612
|
return t ? !!ut(t, e) : !1;
|
|
2613
|
-
},
|
|
2613
|
+
}, di = function(t, e) {
|
|
2614
2614
|
if (t)
|
|
2615
2615
|
return ut(t, e, !0);
|
|
2616
|
-
},
|
|
2616
|
+
}, hi = function() {
|
|
2617
2617
|
var e, r = {
|
|
2618
2618
|
assert: function(n) {
|
|
2619
2619
|
if (!r.has(n))
|
|
2620
|
-
throw new
|
|
2620
|
+
throw new li("Side channel does not contain " + ci(n));
|
|
2621
2621
|
},
|
|
2622
2622
|
delete: function(n) {
|
|
2623
|
-
var s =
|
|
2623
|
+
var s = di(e, n);
|
|
2624
2624
|
return s && e && !e.next && (e = void 0), !!s;
|
|
2625
2625
|
},
|
|
2626
2626
|
get: function(n) {
|
|
2627
|
-
return
|
|
2627
|
+
return fi(e, n);
|
|
2628
2628
|
},
|
|
2629
2629
|
has: function(n) {
|
|
2630
|
-
return
|
|
2630
|
+
return pi(e, n);
|
|
2631
2631
|
},
|
|
2632
2632
|
set: function(n, s) {
|
|
2633
2633
|
e || (e = {
|
|
2634
2634
|
next: void 0
|
|
2635
|
-
}),
|
|
2635
|
+
}), ui(
|
|
2636
2636
|
/** @type {NonNullable<typeof $o>} */
|
|
2637
2637
|
e,
|
|
2638
2638
|
n,
|
|
@@ -2641,27 +2641,27 @@ var ai = ft, si = Re, ut = function(t, e, r) {
|
|
|
2641
2641
|
}
|
|
2642
2642
|
};
|
|
2643
2643
|
return r;
|
|
2644
|
-
},
|
|
2644
|
+
}, pn = Object, yi = Error, mi = EvalError, gi = RangeError, bi = ReferenceError, $i = SyntaxError, vi = URIError, wi = Math.abs, Si = Math.floor, Oi = Math.max, Ti = Math.min, xi = Math.pow, Ei = Math.round, ji = Number.isNaN || function(e) {
|
|
2645
2645
|
return e !== e;
|
|
2646
|
-
},
|
|
2647
|
-
return
|
|
2648
|
-
},
|
|
2646
|
+
}, Pi = ji, Ci = function(e) {
|
|
2647
|
+
return Pi(e) || e === 0 ? e : e < 0 ? -1 : 1;
|
|
2648
|
+
}, ki = Object.getOwnPropertyDescriptor, Ye = ki;
|
|
2649
2649
|
if (Ye)
|
|
2650
2650
|
try {
|
|
2651
2651
|
Ye([], "length");
|
|
2652
2652
|
} catch {
|
|
2653
2653
|
Ye = null;
|
|
2654
2654
|
}
|
|
2655
|
-
var
|
|
2655
|
+
var dn = Ye, Xe = Object.defineProperty || !1;
|
|
2656
2656
|
if (Xe)
|
|
2657
2657
|
try {
|
|
2658
2658
|
Xe({}, "a", { value: 1 });
|
|
2659
2659
|
} catch {
|
|
2660
2660
|
Xe = !1;
|
|
2661
2661
|
}
|
|
2662
|
-
var
|
|
2663
|
-
function
|
|
2664
|
-
return
|
|
2662
|
+
var hn = Xe, Ot, qr;
|
|
2663
|
+
function Ai() {
|
|
2664
|
+
return qr || (qr = 1, Ot = function() {
|
|
2665
2665
|
if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
|
|
2666
2666
|
return !1;
|
|
2667
2667
|
if (typeof Symbol.iterator == "symbol")
|
|
@@ -2689,30 +2689,30 @@ function Ci() {
|
|
|
2689
2689
|
return !0;
|
|
2690
2690
|
}), Ot;
|
|
2691
2691
|
}
|
|
2692
|
-
var Tt,
|
|
2693
|
-
function
|
|
2694
|
-
if (
|
|
2695
|
-
|
|
2696
|
-
var t = typeof Symbol < "u" && Symbol, e =
|
|
2692
|
+
var Tt, Nr;
|
|
2693
|
+
function Ri() {
|
|
2694
|
+
if (Nr) return Tt;
|
|
2695
|
+
Nr = 1;
|
|
2696
|
+
var t = typeof Symbol < "u" && Symbol, e = Ai();
|
|
2697
2697
|
return Tt = function() {
|
|
2698
2698
|
return typeof t != "function" || typeof Symbol != "function" || typeof t("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : e();
|
|
2699
2699
|
}, Tt;
|
|
2700
2700
|
}
|
|
2701
|
-
var xt,
|
|
2702
|
-
function
|
|
2703
|
-
return
|
|
2701
|
+
var xt, _r;
|
|
2702
|
+
function yn() {
|
|
2703
|
+
return _r || (_r = 1, xt = typeof Reflect < "u" && Reflect.getPrototypeOf || null), xt;
|
|
2704
2704
|
}
|
|
2705
|
-
var Et,
|
|
2706
|
-
function
|
|
2707
|
-
if (
|
|
2708
|
-
|
|
2709
|
-
var t =
|
|
2705
|
+
var Et, Lr;
|
|
2706
|
+
function mn() {
|
|
2707
|
+
if (Lr) return Et;
|
|
2708
|
+
Lr = 1;
|
|
2709
|
+
var t = pn;
|
|
2710
2710
|
return Et = t.getPrototypeOf || null, Et;
|
|
2711
2711
|
}
|
|
2712
|
-
var jt,
|
|
2713
|
-
function
|
|
2714
|
-
if (
|
|
2715
|
-
|
|
2712
|
+
var jt, Ir;
|
|
2713
|
+
function qi() {
|
|
2714
|
+
if (Ir) return jt;
|
|
2715
|
+
Ir = 1;
|
|
2716
2716
|
var t = "Function.prototype.bind called on incompatible ", e = Object.prototype.toString, r = Math.max, n = "[object Function]", s = function(c, l) {
|
|
2717
2717
|
for (var f = [], u = 0; u < c.length; u += 1)
|
|
2718
2718
|
f[u] = c[u];
|
|
@@ -2754,26 +2754,30 @@ function Ai() {
|
|
|
2754
2754
|
return u;
|
|
2755
2755
|
}, jt;
|
|
2756
2756
|
}
|
|
2757
|
-
var Pt,
|
|
2757
|
+
var Pt, Ur;
|
|
2758
2758
|
function pt() {
|
|
2759
|
-
if (
|
|
2760
|
-
|
|
2761
|
-
var t =
|
|
2759
|
+
if (Ur) return Pt;
|
|
2760
|
+
Ur = 1;
|
|
2761
|
+
var t = qi();
|
|
2762
2762
|
return Pt = Function.prototype.bind || t, Pt;
|
|
2763
2763
|
}
|
|
2764
|
-
var
|
|
2765
|
-
function
|
|
2766
|
-
return
|
|
2764
|
+
var Ct, Fr;
|
|
2765
|
+
function rr() {
|
|
2766
|
+
return Fr || (Fr = 1, Ct = Function.prototype.call), Ct;
|
|
2767
2767
|
}
|
|
2768
|
-
var
|
|
2768
|
+
var kt, Mr;
|
|
2769
|
+
function gn() {
|
|
2770
|
+
return Mr || (Mr = 1, kt = Function.prototype.apply), kt;
|
|
2771
|
+
}
|
|
2772
|
+
var Ni = typeof Reflect < "u" && Reflect && Reflect.apply, _i = pt(), Li = gn(), Ii = rr(), Ui = Ni, Fi = Ui || _i.call(Ii, Li), Mi = pt(), Hi = Re, Bi = rr(), Wi = Fi, bn = function(e) {
|
|
2769
2773
|
if (e.length < 1 || typeof e[0] != "function")
|
|
2770
|
-
throw new
|
|
2771
|
-
return
|
|
2772
|
-
},
|
|
2773
|
-
function
|
|
2774
|
-
if (
|
|
2775
|
-
|
|
2776
|
-
var t =
|
|
2774
|
+
throw new Hi("a function is required");
|
|
2775
|
+
return Wi(Mi, Bi, e);
|
|
2776
|
+
}, At, Hr;
|
|
2777
|
+
function Ji() {
|
|
2778
|
+
if (Hr) return At;
|
|
2779
|
+
Hr = 1;
|
|
2780
|
+
var t = bn, e = dn, r;
|
|
2777
2781
|
try {
|
|
2778
2782
|
r = /** @type {{ __proto__?: typeof Array.prototype }} */
|
|
2779
2783
|
[].__proto__ === Array.prototype;
|
|
@@ -2786,19 +2790,19 @@ function Bi() {
|
|
|
2786
2790
|
/** @type {keyof typeof Object.prototype} */
|
|
2787
2791
|
"__proto__"
|
|
2788
2792
|
), s = Object, o = s.getPrototypeOf;
|
|
2789
|
-
return
|
|
2793
|
+
return At = n && typeof n.get == "function" ? t([n.get]) : typeof o == "function" ? (
|
|
2790
2794
|
/** @type {import('./get')} */
|
|
2791
2795
|
function(i) {
|
|
2792
2796
|
return o(i == null ? i : s(i));
|
|
2793
2797
|
}
|
|
2794
|
-
) : !1,
|
|
2798
|
+
) : !1, At;
|
|
2795
2799
|
}
|
|
2796
|
-
var
|
|
2797
|
-
function
|
|
2798
|
-
if (
|
|
2799
|
-
|
|
2800
|
-
var t =
|
|
2801
|
-
return
|
|
2800
|
+
var Rt, Br;
|
|
2801
|
+
function Gi() {
|
|
2802
|
+
if (Br) return Rt;
|
|
2803
|
+
Br = 1;
|
|
2804
|
+
var t = yn(), e = mn(), r = /* @__PURE__ */ Ji();
|
|
2805
|
+
return Rt = t ? function(s) {
|
|
2802
2806
|
return t(s);
|
|
2803
2807
|
} : e ? function(s) {
|
|
2804
2808
|
if (!s || typeof s != "object" && typeof s != "function")
|
|
@@ -2806,33 +2810,33 @@ function Wi() {
|
|
|
2806
2810
|
return e(s);
|
|
2807
2811
|
} : r ? function(s) {
|
|
2808
2812
|
return r(s);
|
|
2809
|
-
} : null,
|
|
2813
|
+
} : null, Rt;
|
|
2810
2814
|
}
|
|
2811
|
-
var
|
|
2812
|
-
function
|
|
2813
|
-
if (
|
|
2814
|
-
|
|
2815
|
+
var qt, Wr;
|
|
2816
|
+
function zi() {
|
|
2817
|
+
if (Wr) return qt;
|
|
2818
|
+
Wr = 1;
|
|
2815
2819
|
var t = Function.prototype.call, e = Object.prototype.hasOwnProperty, r = pt();
|
|
2816
|
-
return
|
|
2820
|
+
return qt = r.call(t, e), qt;
|
|
2817
2821
|
}
|
|
2818
|
-
var j,
|
|
2822
|
+
var j, Vi = pn, Ki = yi, Di = mi, Qi = gi, Yi = bi, Ae = $i, je = Re, Xi = vi, Zi = wi, ea = Si, ta = Oi, ra = Ti, na = xi, oa = Ei, ia = Ci, $n = Function, Nt = function(t) {
|
|
2819
2823
|
try {
|
|
2820
|
-
return
|
|
2824
|
+
return $n('"use strict"; return (' + t + ").constructor;")();
|
|
2821
2825
|
} catch {
|
|
2822
2826
|
}
|
|
2823
|
-
}, He =
|
|
2827
|
+
}, He = dn, aa = hn, _t = function() {
|
|
2824
2828
|
throw new je();
|
|
2825
|
-
},
|
|
2829
|
+
}, sa = He ? (function() {
|
|
2826
2830
|
try {
|
|
2827
|
-
return arguments.callee,
|
|
2831
|
+
return arguments.callee, _t;
|
|
2828
2832
|
} catch {
|
|
2829
2833
|
try {
|
|
2830
2834
|
return He(arguments, "callee").get;
|
|
2831
2835
|
} catch {
|
|
2832
|
-
return
|
|
2836
|
+
return _t;
|
|
2833
2837
|
}
|
|
2834
2838
|
}
|
|
2835
|
-
})() :
|
|
2839
|
+
})() : _t, ve = Ri()(), F = Gi(), ca = mn(), la = yn(), vn = gn(), Be = rr(), Se = {}, fa = typeof Uint8Array > "u" || !F ? j : F(Uint8Array), be = {
|
|
2836
2840
|
__proto__: null,
|
|
2837
2841
|
"%AggregateError%": typeof AggregateError > "u" ? j : AggregateError,
|
|
2838
2842
|
"%Array%": Array,
|
|
@@ -2854,15 +2858,15 @@ var j, Gi = fn, zi = di, Vi = hi, Ki = yi, Di = mi, Ae = gi, je = Re, Qi = bi, Y
|
|
|
2854
2858
|
"%decodeURIComponent%": decodeURIComponent,
|
|
2855
2859
|
"%encodeURI%": encodeURI,
|
|
2856
2860
|
"%encodeURIComponent%": encodeURIComponent,
|
|
2857
|
-
"%Error%":
|
|
2861
|
+
"%Error%": Ki,
|
|
2858
2862
|
"%eval%": eval,
|
|
2859
2863
|
// eslint-disable-line no-eval
|
|
2860
|
-
"%EvalError%":
|
|
2864
|
+
"%EvalError%": Di,
|
|
2861
2865
|
"%Float16Array%": typeof Float16Array > "u" ? j : Float16Array,
|
|
2862
2866
|
"%Float32Array%": typeof Float32Array > "u" ? j : Float32Array,
|
|
2863
2867
|
"%Float64Array%": typeof Float64Array > "u" ? j : Float64Array,
|
|
2864
2868
|
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? j : FinalizationRegistry,
|
|
2865
|
-
"%Function%":
|
|
2869
|
+
"%Function%": $n,
|
|
2866
2870
|
"%GeneratorFunction%": Se,
|
|
2867
2871
|
"%Int8Array%": typeof Int8Array > "u" ? j : Int8Array,
|
|
2868
2872
|
"%Int16Array%": typeof Int16Array > "u" ? j : Int16Array,
|
|
@@ -2875,14 +2879,14 @@ var j, Gi = fn, zi = di, Vi = hi, Ki = yi, Di = mi, Ae = gi, je = Re, Qi = bi, Y
|
|
|
2875
2879
|
"%MapIteratorPrototype%": typeof Map > "u" || !ve || !F ? j : F((/* @__PURE__ */ new Map())[Symbol.iterator]()),
|
|
2876
2880
|
"%Math%": Math,
|
|
2877
2881
|
"%Number%": Number,
|
|
2878
|
-
"%Object%":
|
|
2882
|
+
"%Object%": Vi,
|
|
2879
2883
|
"%Object.getOwnPropertyDescriptor%": He,
|
|
2880
2884
|
"%parseFloat%": parseFloat,
|
|
2881
2885
|
"%parseInt%": parseInt,
|
|
2882
2886
|
"%Promise%": typeof Promise > "u" ? j : Promise,
|
|
2883
2887
|
"%Proxy%": typeof Proxy > "u" ? j : Proxy,
|
|
2884
|
-
"%RangeError%":
|
|
2885
|
-
"%ReferenceError%":
|
|
2888
|
+
"%RangeError%": Qi,
|
|
2889
|
+
"%ReferenceError%": Yi,
|
|
2886
2890
|
"%Reflect%": typeof Reflect > "u" ? j : Reflect,
|
|
2887
2891
|
"%RegExp%": RegExp,
|
|
2888
2892
|
"%Set%": typeof Set > "u" ? j : Set,
|
|
@@ -2892,45 +2896,45 @@ var j, Gi = fn, zi = di, Vi = hi, Ki = yi, Di = mi, Ae = gi, je = Re, Qi = bi, Y
|
|
|
2892
2896
|
"%StringIteratorPrototype%": ve && F ? F(""[Symbol.iterator]()) : j,
|
|
2893
2897
|
"%Symbol%": ve ? Symbol : j,
|
|
2894
2898
|
"%SyntaxError%": Ae,
|
|
2895
|
-
"%ThrowTypeError%":
|
|
2896
|
-
"%TypedArray%":
|
|
2899
|
+
"%ThrowTypeError%": sa,
|
|
2900
|
+
"%TypedArray%": fa,
|
|
2897
2901
|
"%TypeError%": je,
|
|
2898
2902
|
"%Uint8Array%": typeof Uint8Array > "u" ? j : Uint8Array,
|
|
2899
2903
|
"%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? j : Uint8ClampedArray,
|
|
2900
2904
|
"%Uint16Array%": typeof Uint16Array > "u" ? j : Uint16Array,
|
|
2901
2905
|
"%Uint32Array%": typeof Uint32Array > "u" ? j : Uint32Array,
|
|
2902
|
-
"%URIError%":
|
|
2906
|
+
"%URIError%": Xi,
|
|
2903
2907
|
"%WeakMap%": typeof WeakMap > "u" ? j : WeakMap,
|
|
2904
2908
|
"%WeakRef%": typeof WeakRef > "u" ? j : WeakRef,
|
|
2905
2909
|
"%WeakSet%": typeof WeakSet > "u" ? j : WeakSet,
|
|
2906
2910
|
"%Function.prototype.call%": Be,
|
|
2907
|
-
"%Function.prototype.apply%":
|
|
2908
|
-
"%Object.defineProperty%":
|
|
2909
|
-
"%Object.getPrototypeOf%":
|
|
2910
|
-
"%Math.abs%":
|
|
2911
|
-
"%Math.floor%":
|
|
2912
|
-
"%Math.max%":
|
|
2913
|
-
"%Math.min%":
|
|
2914
|
-
"%Math.pow%":
|
|
2915
|
-
"%Math.round%":
|
|
2916
|
-
"%Math.sign%":
|
|
2917
|
-
"%Reflect.getPrototypeOf%":
|
|
2911
|
+
"%Function.prototype.apply%": vn,
|
|
2912
|
+
"%Object.defineProperty%": aa,
|
|
2913
|
+
"%Object.getPrototypeOf%": ca,
|
|
2914
|
+
"%Math.abs%": Zi,
|
|
2915
|
+
"%Math.floor%": ea,
|
|
2916
|
+
"%Math.max%": ta,
|
|
2917
|
+
"%Math.min%": ra,
|
|
2918
|
+
"%Math.pow%": na,
|
|
2919
|
+
"%Math.round%": oa,
|
|
2920
|
+
"%Math.sign%": ia,
|
|
2921
|
+
"%Reflect.getPrototypeOf%": la
|
|
2918
2922
|
};
|
|
2919
2923
|
if (F)
|
|
2920
2924
|
try {
|
|
2921
2925
|
null.error;
|
|
2922
2926
|
} catch (t) {
|
|
2923
|
-
var
|
|
2924
|
-
be["%Error.prototype%"] =
|
|
2927
|
+
var ua = F(F(t));
|
|
2928
|
+
be["%Error.prototype%"] = ua;
|
|
2925
2929
|
}
|
|
2926
|
-
var
|
|
2930
|
+
var pa = function t(e) {
|
|
2927
2931
|
var r;
|
|
2928
2932
|
if (e === "%AsyncFunction%")
|
|
2929
|
-
r =
|
|
2933
|
+
r = Nt("async function () {}");
|
|
2930
2934
|
else if (e === "%GeneratorFunction%")
|
|
2931
|
-
r =
|
|
2935
|
+
r = Nt("function* () {}");
|
|
2932
2936
|
else if (e === "%AsyncGeneratorFunction%")
|
|
2933
|
-
r =
|
|
2937
|
+
r = Nt("async function* () {}");
|
|
2934
2938
|
else if (e === "%AsyncGenerator%") {
|
|
2935
2939
|
var n = t("%AsyncGeneratorFunction%");
|
|
2936
2940
|
n && (r = n.prototype);
|
|
@@ -2939,7 +2943,7 @@ var fa = function t(e) {
|
|
|
2939
2943
|
s && F && (r = F(s.prototype));
|
|
2940
2944
|
}
|
|
2941
2945
|
return be[e] = r, r;
|
|
2942
|
-
},
|
|
2946
|
+
}, Jr = {
|
|
2943
2947
|
__proto__: null,
|
|
2944
2948
|
"%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
|
|
2945
2949
|
"%ArrayPrototype%": ["Array", "prototype"],
|
|
@@ -2992,21 +2996,21 @@ var fa = function t(e) {
|
|
|
2992
2996
|
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
2993
2997
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
2994
2998
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
2995
|
-
}, We = pt(), ct = /* @__PURE__ */
|
|
2999
|
+
}, We = pt(), ct = /* @__PURE__ */ zi(), da = We.call(Be, Array.prototype.concat), ha = We.call(vn, Array.prototype.splice), Gr = We.call(Be, String.prototype.replace), lt = We.call(Be, String.prototype.slice), ya = We.call(Be, RegExp.prototype.exec), ma = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, ga = /\\(\\)?/g, ba = function(e) {
|
|
2996
3000
|
var r = lt(e, 0, 1), n = lt(e, -1);
|
|
2997
3001
|
if (r === "%" && n !== "%")
|
|
2998
3002
|
throw new Ae("invalid intrinsic syntax, expected closing `%`");
|
|
2999
3003
|
if (n === "%" && r !== "%")
|
|
3000
3004
|
throw new Ae("invalid intrinsic syntax, expected opening `%`");
|
|
3001
3005
|
var s = [];
|
|
3002
|
-
return
|
|
3003
|
-
s[s.length] = i ?
|
|
3006
|
+
return Gr(e, ma, function(o, a, i, c) {
|
|
3007
|
+
s[s.length] = i ? Gr(c, ga, "$1") : a || o;
|
|
3004
3008
|
}), s;
|
|
3005
|
-
},
|
|
3009
|
+
}, $a = function(e, r) {
|
|
3006
3010
|
var n = e, s;
|
|
3007
|
-
if (ct(
|
|
3011
|
+
if (ct(Jr, n) && (s = Jr[n], n = "%" + s[0] + "%"), ct(be, n)) {
|
|
3008
3012
|
var o = be[n];
|
|
3009
|
-
if (o === Se && (o =
|
|
3013
|
+
if (o === Se && (o = pa(n)), typeof o > "u" && !r)
|
|
3010
3014
|
throw new je("intrinsic " + e + " exists, but is not available. Please file an issue!");
|
|
3011
3015
|
return {
|
|
3012
3016
|
alias: s,
|
|
@@ -3015,15 +3019,15 @@ var fa = function t(e) {
|
|
|
3015
3019
|
};
|
|
3016
3020
|
}
|
|
3017
3021
|
throw new Ae("intrinsic " + e + " does not exist!");
|
|
3018
|
-
},
|
|
3022
|
+
}, nr = function(e, r) {
|
|
3019
3023
|
if (typeof e != "string" || e.length === 0)
|
|
3020
3024
|
throw new je("intrinsic name must be a non-empty string");
|
|
3021
3025
|
if (arguments.length > 1 && typeof r != "boolean")
|
|
3022
3026
|
throw new je('"allowMissing" argument must be a boolean');
|
|
3023
|
-
if (
|
|
3027
|
+
if (ya(/^%?[^%]*%?$/, e) === null)
|
|
3024
3028
|
throw new Ae("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
3025
|
-
var n =
|
|
3026
|
-
l && (s = l[0],
|
|
3029
|
+
var n = ba(e), s = n.length > 0 ? n[0] : "", o = $a("%" + s + "%", r), a = o.name, i = o.value, c = !1, l = o.alias;
|
|
3030
|
+
l && (s = l[0], ha(n, da([0, 1], l)));
|
|
3027
3031
|
for (var f = 1, u = !0; f < n.length; f += 1) {
|
|
3028
3032
|
var p = n[f], d = lt(p, 0, 1), h = lt(p, -1);
|
|
3029
3033
|
if ((d === '"' || d === "'" || d === "`" || h === '"' || h === "'" || h === "`") && d !== h)
|
|
@@ -3045,75 +3049,75 @@ var fa = function t(e) {
|
|
|
3045
3049
|
}
|
|
3046
3050
|
}
|
|
3047
3051
|
return i;
|
|
3048
|
-
},
|
|
3052
|
+
}, wn = nr, Sn = bn, va = Sn([wn("%String.prototype.indexOf%")]), On = function(e, r) {
|
|
3049
3053
|
var n = (
|
|
3050
3054
|
/** @type {(this: unknown, ...args: unknown[]) => unknown} */
|
|
3051
|
-
|
|
3055
|
+
wn(e, !!r)
|
|
3052
3056
|
);
|
|
3053
|
-
return typeof n == "function" &&
|
|
3057
|
+
return typeof n == "function" && va(e, ".prototype.") > -1 ? Sn(
|
|
3054
3058
|
/** @type {const} */
|
|
3055
3059
|
[n]
|
|
3056
3060
|
) : n;
|
|
3057
|
-
},
|
|
3061
|
+
}, wa = nr, Je = On, Sa = ft, Oa = Re, zr = wa("%Map%", !0), Ta = Je("Map.prototype.get", !0), xa = Je("Map.prototype.set", !0), Ea = Je("Map.prototype.has", !0), ja = Je("Map.prototype.delete", !0), Pa = Je("Map.prototype.size", !0), Tn = !!zr && /** @type {Exclude<import('.'), false>} */
|
|
3058
3062
|
function() {
|
|
3059
3063
|
var e, r = {
|
|
3060
3064
|
assert: function(n) {
|
|
3061
3065
|
if (!r.has(n))
|
|
3062
|
-
throw new
|
|
3066
|
+
throw new Oa("Side channel does not contain " + Sa(n));
|
|
3063
3067
|
},
|
|
3064
3068
|
delete: function(n) {
|
|
3065
3069
|
if (e) {
|
|
3066
|
-
var s =
|
|
3067
|
-
return
|
|
3070
|
+
var s = ja(e, n);
|
|
3071
|
+
return Pa(e) === 0 && (e = void 0), s;
|
|
3068
3072
|
}
|
|
3069
3073
|
return !1;
|
|
3070
3074
|
},
|
|
3071
3075
|
get: function(n) {
|
|
3072
3076
|
if (e)
|
|
3073
|
-
return
|
|
3077
|
+
return Ta(e, n);
|
|
3074
3078
|
},
|
|
3075
3079
|
has: function(n) {
|
|
3076
|
-
return e ?
|
|
3080
|
+
return e ? Ea(e, n) : !1;
|
|
3077
3081
|
},
|
|
3078
3082
|
set: function(n, s) {
|
|
3079
|
-
e || (e = new
|
|
3083
|
+
e || (e = new zr()), xa(e, n, s);
|
|
3080
3084
|
}
|
|
3081
3085
|
};
|
|
3082
3086
|
return r;
|
|
3083
|
-
},
|
|
3087
|
+
}, Ca = nr, dt = On, ka = ft, Ke = Tn, Aa = Re, we = Ca("%WeakMap%", !0), Ra = dt("WeakMap.prototype.get", !0), qa = dt("WeakMap.prototype.set", !0), Na = dt("WeakMap.prototype.has", !0), _a = dt("WeakMap.prototype.delete", !0), La = we ? (
|
|
3084
3088
|
/** @type {Exclude<import('.'), false>} */
|
|
3085
3089
|
function() {
|
|
3086
3090
|
var e, r, n = {
|
|
3087
3091
|
assert: function(s) {
|
|
3088
3092
|
if (!n.has(s))
|
|
3089
|
-
throw new
|
|
3093
|
+
throw new Aa("Side channel does not contain " + ka(s));
|
|
3090
3094
|
},
|
|
3091
3095
|
delete: function(s) {
|
|
3092
3096
|
if (we && s && (typeof s == "object" || typeof s == "function")) {
|
|
3093
3097
|
if (e)
|
|
3094
|
-
return
|
|
3098
|
+
return _a(e, s);
|
|
3095
3099
|
} else if (Ke && r)
|
|
3096
3100
|
return r.delete(s);
|
|
3097
3101
|
return !1;
|
|
3098
3102
|
},
|
|
3099
3103
|
get: function(s) {
|
|
3100
|
-
return we && s && (typeof s == "object" || typeof s == "function") && e ?
|
|
3104
|
+
return we && s && (typeof s == "object" || typeof s == "function") && e ? Ra(e, s) : r && r.get(s);
|
|
3101
3105
|
},
|
|
3102
3106
|
has: function(s) {
|
|
3103
|
-
return we && s && (typeof s == "object" || typeof s == "function") && e ?
|
|
3107
|
+
return we && s && (typeof s == "object" || typeof s == "function") && e ? Na(e, s) : !!r && r.has(s);
|
|
3104
3108
|
},
|
|
3105
3109
|
set: function(s, o) {
|
|
3106
|
-
we && s && (typeof s == "object" || typeof s == "function") ? (e || (e = new we()),
|
|
3110
|
+
we && s && (typeof s == "object" || typeof s == "function") ? (e || (e = new we()), qa(e, s, o)) : Ke && (r || (r = Ke()), r.set(s, o));
|
|
3107
3111
|
}
|
|
3108
3112
|
};
|
|
3109
3113
|
return n;
|
|
3110
3114
|
}
|
|
3111
|
-
) : Ke,
|
|
3115
|
+
) : Ke, Ia = Re, Ua = ft, Fa = hi, Ma = Tn, Ha = La, Ba = Ha || Ma || Fa, xn = function() {
|
|
3112
3116
|
var e, r = {
|
|
3113
3117
|
assert: function(n) {
|
|
3114
3118
|
if (!r.has(n)) {
|
|
3115
|
-
var s = n && Object(n) === n ? "the given object key" :
|
|
3116
|
-
throw new
|
|
3119
|
+
var s = n && Object(n) === n ? "the given object key" : Ua(n);
|
|
3120
|
+
throw new Ia("Side channel does not contain " + s);
|
|
3117
3121
|
}
|
|
3118
3122
|
},
|
|
3119
3123
|
delete: function(n) {
|
|
@@ -3126,38 +3130,38 @@ function() {
|
|
|
3126
3130
|
return !!e && e.has(n);
|
|
3127
3131
|
},
|
|
3128
3132
|
set: function(n, s) {
|
|
3129
|
-
e || (e =
|
|
3133
|
+
e || (e = Ba()), e.set(n, s);
|
|
3130
3134
|
}
|
|
3131
3135
|
};
|
|
3132
3136
|
return r;
|
|
3133
|
-
},
|
|
3137
|
+
}, Wa = String.prototype.replace, Ja = /%20/g, Lt = {
|
|
3134
3138
|
RFC1738: "RFC1738",
|
|
3135
3139
|
RFC3986: "RFC3986"
|
|
3136
|
-
},
|
|
3137
|
-
default:
|
|
3140
|
+
}, or = {
|
|
3141
|
+
default: Lt.RFC3986,
|
|
3138
3142
|
formatters: {
|
|
3139
3143
|
RFC1738: function(t) {
|
|
3140
|
-
return
|
|
3144
|
+
return Wa.call(t, Ja, "+");
|
|
3141
3145
|
},
|
|
3142
3146
|
RFC3986: function(t) {
|
|
3143
3147
|
return String(t);
|
|
3144
3148
|
}
|
|
3145
3149
|
},
|
|
3146
|
-
RFC1738:
|
|
3147
|
-
RFC3986:
|
|
3148
|
-
},
|
|
3150
|
+
RFC1738: Lt.RFC1738,
|
|
3151
|
+
RFC3986: Lt.RFC3986
|
|
3152
|
+
}, Ga = or, En = xn, Vr = hn, It = Object.prototype.hasOwnProperty, ye = Array.isArray, ht = En(), me = function(e, r) {
|
|
3149
3153
|
return ht.set(e, r), e;
|
|
3150
3154
|
}, ge = function(e) {
|
|
3151
3155
|
return ht.has(e);
|
|
3152
3156
|
}, _e = function(e) {
|
|
3153
3157
|
return ht.get(e);
|
|
3154
|
-
},
|
|
3158
|
+
}, Vt = function(e, r) {
|
|
3155
3159
|
ht.set(e, r);
|
|
3156
3160
|
}, re = (function() {
|
|
3157
3161
|
for (var t = [], e = 0; e < 256; ++e)
|
|
3158
3162
|
t[t.length] = "%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase();
|
|
3159
3163
|
return t;
|
|
3160
|
-
})(),
|
|
3164
|
+
})(), za = function(e) {
|
|
3161
3165
|
for (; e.length > 1; ) {
|
|
3162
3166
|
var r = e.pop(), n = r.obj[r.prop];
|
|
3163
3167
|
if (ye(n)) {
|
|
@@ -3170,14 +3174,14 @@ function() {
|
|
|
3170
3174
|
for (var n = r && r.plainObjects ? { __proto__: null } : {}, s = 0; s < e.length; ++s)
|
|
3171
3175
|
typeof e[s] < "u" && (n[s] = e[s]);
|
|
3172
3176
|
return n;
|
|
3173
|
-
},
|
|
3174
|
-
r === "__proto__" &&
|
|
3177
|
+
}, Kt = function(e, r, n) {
|
|
3178
|
+
r === "__proto__" && Vr ? Vr(e, r, {
|
|
3175
3179
|
configurable: !0,
|
|
3176
3180
|
enumerable: !0,
|
|
3177
3181
|
value: n,
|
|
3178
3182
|
writable: !0
|
|
3179
3183
|
}) : e[r] = n;
|
|
3180
|
-
},
|
|
3184
|
+
}, Va = function t(e, r, n) {
|
|
3181
3185
|
if (!r)
|
|
3182
3186
|
return e;
|
|
3183
3187
|
if (typeof r != "object" && typeof r != "function") {
|
|
@@ -3192,11 +3196,11 @@ function() {
|
|
|
3192
3196
|
} else if (e && typeof e == "object")
|
|
3193
3197
|
if (ge(e)) {
|
|
3194
3198
|
var o = _e(e) + 1;
|
|
3195
|
-
e[o] = r,
|
|
3199
|
+
e[o] = r, Vt(e, o);
|
|
3196
3200
|
} else {
|
|
3197
3201
|
if (n && n.strictMerge)
|
|
3198
3202
|
return [e, r];
|
|
3199
|
-
(n && (n.plainObjects || n.allowPrototypes) || !
|
|
3203
|
+
(n && (n.plainObjects || n.allowPrototypes) || !It.call(Object.prototype, r)) && (e[r] = !0);
|
|
3200
3204
|
}
|
|
3201
3205
|
else
|
|
3202
3206
|
return [e, r];
|
|
@@ -3221,7 +3225,7 @@ function() {
|
|
|
3221
3225
|
var u = e;
|
|
3222
3226
|
if (ye(e) && !ye(r) && (u = Ee(e, n)), ye(e) && ye(r)) {
|
|
3223
3227
|
if (r.forEach(function(p, d) {
|
|
3224
|
-
if (
|
|
3228
|
+
if (It.call(e, d)) {
|
|
3225
3229
|
var h = e[d];
|
|
3226
3230
|
h && typeof h == "object" && p && typeof p == "object" ? e[d] = t(h, p, n) : e[e.length] = p;
|
|
3227
3231
|
} else
|
|
@@ -3235,17 +3239,17 @@ function() {
|
|
|
3235
3239
|
}
|
|
3236
3240
|
return Object.keys(r).reduce(function(p, d) {
|
|
3237
3241
|
var h = r[d];
|
|
3238
|
-
if (
|
|
3242
|
+
if (It.call(p, d) ? Kt(p, d, t(p[d], h, n)) : Kt(p, d, h), ge(r) && !ge(p) && me(p, _e(r)), ge(p)) {
|
|
3239
3243
|
var y = parseInt(d, 10);
|
|
3240
|
-
String(y) === d && y >= 0 && y > _e(p) &&
|
|
3244
|
+
String(y) === d && y >= 0 && y > _e(p) && Vt(p, y);
|
|
3241
3245
|
}
|
|
3242
3246
|
return p;
|
|
3243
3247
|
}, u);
|
|
3244
|
-
},
|
|
3248
|
+
}, Ka = function(e, r) {
|
|
3245
3249
|
return Object.keys(r).reduce(function(n, s) {
|
|
3246
|
-
return
|
|
3250
|
+
return Kt(n, s, r[s]), n;
|
|
3247
3251
|
}, e);
|
|
3248
|
-
},
|
|
3252
|
+
}, Da = function(t, e, r) {
|
|
3249
3253
|
var n = t.replace(/\+/g, " ");
|
|
3250
3254
|
if (r === "iso-8859-1")
|
|
3251
3255
|
return n.replace(/%[0-9a-f]{2}/gi, unescape);
|
|
@@ -3254,7 +3258,7 @@ function() {
|
|
|
3254
3258
|
} catch {
|
|
3255
3259
|
return n;
|
|
3256
3260
|
}
|
|
3257
|
-
}, De = 1024,
|
|
3261
|
+
}, De = 1024, Qa = function(e, r, n, s, o) {
|
|
3258
3262
|
if (e.length === 0)
|
|
3259
3263
|
return e;
|
|
3260
3264
|
var a = e;
|
|
@@ -3270,7 +3274,7 @@ function() {
|
|
|
3270
3274
|
}
|
|
3271
3275
|
for (var u = [], p = 0; p < l.length; ++p) {
|
|
3272
3276
|
var d = l.charCodeAt(p);
|
|
3273
|
-
if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || o ===
|
|
3277
|
+
if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || o === Ga.RFC1738 && (d === 40 || d === 41)) {
|
|
3274
3278
|
u[u.length] = l.charAt(p);
|
|
3275
3279
|
continue;
|
|
3276
3280
|
}
|
|
@@ -3291,23 +3295,23 @@ function() {
|
|
|
3291
3295
|
i += u.join("");
|
|
3292
3296
|
}
|
|
3293
3297
|
return i;
|
|
3294
|
-
},
|
|
3295
|
-
for (var r = [{ obj: { o: e }, prop: "o" }], n =
|
|
3298
|
+
}, Ya = function(e) {
|
|
3299
|
+
for (var r = [{ obj: { o: e }, prop: "o" }], n = En(), s = 0; s < r.length; ++s)
|
|
3296
3300
|
for (var o = r[s], a = o.obj[o.prop], i = Object.keys(a), c = 0; c < i.length; ++c) {
|
|
3297
3301
|
var l = i[c], f = a[l];
|
|
3298
3302
|
typeof f == "object" && f !== null && !n.has(f) && (r[r.length] = { obj: a, prop: l }, n.set(f, !0));
|
|
3299
3303
|
}
|
|
3300
|
-
return
|
|
3301
|
-
},
|
|
3304
|
+
return za(r), e;
|
|
3305
|
+
}, Xa = function(e) {
|
|
3302
3306
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
3303
|
-
},
|
|
3307
|
+
}, Za = function(e) {
|
|
3304
3308
|
return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
|
|
3305
|
-
},
|
|
3309
|
+
}, es = function(e, r, n, s, o) {
|
|
3306
3310
|
if (ge(e)) {
|
|
3307
3311
|
if (o)
|
|
3308
3312
|
throw new RangeError("Array limit exceeded. Only " + n + " element" + (n === 1 ? "" : "s") + " allowed in an array.");
|
|
3309
3313
|
var a = _e(e) + 1;
|
|
3310
|
-
return e[a] = r,
|
|
3314
|
+
return e[a] = r, Vt(e, a), e;
|
|
3311
3315
|
}
|
|
3312
3316
|
var i = [].concat(e, r);
|
|
3313
3317
|
if (i.length > n) {
|
|
@@ -3316,27 +3320,27 @@ function() {
|
|
|
3316
3320
|
return me(Ee(i, { plainObjects: s }), i.length - 1);
|
|
3317
3321
|
}
|
|
3318
3322
|
return i;
|
|
3319
|
-
},
|
|
3323
|
+
}, ts = function(e, r) {
|
|
3320
3324
|
if (ye(e)) {
|
|
3321
3325
|
for (var n = [], s = 0; s < e.length; s += 1)
|
|
3322
3326
|
n[n.length] = r(e[s]);
|
|
3323
3327
|
return n;
|
|
3324
3328
|
}
|
|
3325
3329
|
return r(e);
|
|
3326
|
-
},
|
|
3330
|
+
}, jn = {
|
|
3327
3331
|
arrayToObject: Ee,
|
|
3328
|
-
assign:
|
|
3329
|
-
combine:
|
|
3330
|
-
compact:
|
|
3331
|
-
decode:
|
|
3332
|
-
encode:
|
|
3333
|
-
isBuffer:
|
|
3332
|
+
assign: Ka,
|
|
3333
|
+
combine: es,
|
|
3334
|
+
compact: Ya,
|
|
3335
|
+
decode: Da,
|
|
3336
|
+
encode: Qa,
|
|
3337
|
+
isBuffer: Za,
|
|
3334
3338
|
isOverflow: ge,
|
|
3335
|
-
isRegExp:
|
|
3339
|
+
isRegExp: Xa,
|
|
3336
3340
|
markOverflow: me,
|
|
3337
|
-
maybeMap:
|
|
3338
|
-
merge:
|
|
3339
|
-
},
|
|
3341
|
+
maybeMap: ts,
|
|
3342
|
+
merge: Va
|
|
3343
|
+
}, Pn = xn, Ze = jn, Fe = or, rs = Object.prototype.hasOwnProperty, Cn = {
|
|
3340
3344
|
brackets: function(e) {
|
|
3341
3345
|
return e + "[]";
|
|
3342
3346
|
},
|
|
@@ -3347,9 +3351,9 @@ function() {
|
|
|
3347
3351
|
repeat: function(e) {
|
|
3348
3352
|
return e;
|
|
3349
3353
|
}
|
|
3350
|
-
}, ne = Array.isArray,
|
|
3351
|
-
|
|
3352
|
-
},
|
|
3354
|
+
}, ne = Array.isArray, ns = Array.prototype.push, kn = function(t, e) {
|
|
3355
|
+
ns.apply(t, ne(e) ? e : [e]);
|
|
3356
|
+
}, os = Date.prototype.toISOString, Kr = Fe.default, L = {
|
|
3353
3357
|
addQueryPrefix: !1,
|
|
3354
3358
|
allowDots: !1,
|
|
3355
3359
|
allowEmptyArrays: !1,
|
|
@@ -3363,26 +3367,26 @@ function() {
|
|
|
3363
3367
|
encoder: Ze.encode,
|
|
3364
3368
|
encodeValuesOnly: !1,
|
|
3365
3369
|
filter: void 0,
|
|
3366
|
-
format:
|
|
3367
|
-
formatter: Fe.formatters[
|
|
3370
|
+
format: Kr,
|
|
3371
|
+
formatter: Fe.formatters[Kr],
|
|
3368
3372
|
// deprecated
|
|
3369
3373
|
indices: !1,
|
|
3370
3374
|
serializeDate: function(e) {
|
|
3371
|
-
return
|
|
3375
|
+
return os.call(e);
|
|
3372
3376
|
},
|
|
3373
3377
|
skipNulls: !1,
|
|
3374
3378
|
strictNullHandling: !1
|
|
3375
|
-
},
|
|
3379
|
+
}, is = function(e) {
|
|
3376
3380
|
return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
|
|
3377
|
-
},
|
|
3378
|
-
for (var b = e, S = m, O = 0, v = !1; (S = S.get(
|
|
3381
|
+
}, Ut = {}, as = function t(e, r, n, s, o, a, i, c, l, f, u, p, d, h, y, g, $, m) {
|
|
3382
|
+
for (var b = e, S = m, O = 0, v = !1; (S = S.get(Ut)) !== void 0 && !v; ) {
|
|
3379
3383
|
var P = S.get(e);
|
|
3380
3384
|
if (O += 1, typeof P < "u") {
|
|
3381
3385
|
if (P === O)
|
|
3382
3386
|
throw new RangeError("Cyclic object value");
|
|
3383
3387
|
v = !0;
|
|
3384
3388
|
}
|
|
3385
|
-
typeof S.get(
|
|
3389
|
+
typeof S.get(Ut) > "u" && (O = 0);
|
|
3386
3390
|
}
|
|
3387
3391
|
if (typeof f == "function" ? b = f(r, b) : b instanceof Date ? b = d(b) : n === "comma" && ne(b) && (b = Ze.maybeMap(b, function(w) {
|
|
3388
3392
|
return w instanceof Date ? d(w) : w;
|
|
@@ -3391,7 +3395,7 @@ function() {
|
|
|
3391
3395
|
return y(l && !g ? l(r, L.encoder, $, "key", h) : r);
|
|
3392
3396
|
b = "";
|
|
3393
3397
|
}
|
|
3394
|
-
if (
|
|
3398
|
+
if (is(b) || Ze.isBuffer(b)) {
|
|
3395
3399
|
if (l) {
|
|
3396
3400
|
var T = g ? r : l(r, L.encoder, $, "key", h);
|
|
3397
3401
|
return [y(T) + "=" + y(l(b, L.encoder, $, "value", h))];
|
|
@@ -3420,8 +3424,8 @@ function() {
|
|
|
3420
3424
|
if (!(i && V === null)) {
|
|
3421
3425
|
var fe = p && c ? String(B).replace(/\./g, "%2E") : String(B), yt = ne(b) ? typeof n == "function" ? n(_, fe) : _ : _ + (p ? "." + fe : "[" + fe + "]");
|
|
3422
3426
|
m.set(e, O);
|
|
3423
|
-
var Ge =
|
|
3424
|
-
Ge.set(
|
|
3427
|
+
var Ge = Pn();
|
|
3428
|
+
Ge.set(Ut, m), kn(k, t(
|
|
3425
3429
|
V,
|
|
3426
3430
|
yt,
|
|
3427
3431
|
n,
|
|
@@ -3444,7 +3448,7 @@ function() {
|
|
|
3444
3448
|
}
|
|
3445
3449
|
}
|
|
3446
3450
|
return k;
|
|
3447
|
-
},
|
|
3451
|
+
}, ss = function(e) {
|
|
3448
3452
|
if (!e)
|
|
3449
3453
|
return L;
|
|
3450
3454
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
@@ -3458,14 +3462,14 @@ function() {
|
|
|
3458
3462
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
3459
3463
|
var n = Fe.default;
|
|
3460
3464
|
if (typeof e.format < "u") {
|
|
3461
|
-
if (!
|
|
3465
|
+
if (!rs.call(Fe.formatters, e.format))
|
|
3462
3466
|
throw new TypeError("Unknown format option provided.");
|
|
3463
3467
|
n = e.format;
|
|
3464
3468
|
}
|
|
3465
3469
|
var s = Fe.formatters[n], o = L.filter;
|
|
3466
3470
|
(typeof e.filter == "function" || ne(e.filter)) && (o = e.filter);
|
|
3467
3471
|
var a;
|
|
3468
|
-
if (e.arrayFormat in
|
|
3472
|
+
if (e.arrayFormat in Cn ? a = e.arrayFormat : "indices" in e ? a = e.indices ? "indices" : "repeat" : a = L.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
|
|
3469
3473
|
throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
|
|
3470
3474
|
var i = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : L.allowDots : !!e.allowDots;
|
|
3471
3475
|
return {
|
|
@@ -3489,19 +3493,19 @@ function() {
|
|
|
3489
3493
|
sort: typeof e.sort == "function" ? e.sort : null,
|
|
3490
3494
|
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : L.strictNullHandling
|
|
3491
3495
|
};
|
|
3492
|
-
},
|
|
3493
|
-
var r = t, n =
|
|
3496
|
+
}, cs = function(t, e) {
|
|
3497
|
+
var r = t, n = ss(e), s, o;
|
|
3494
3498
|
typeof n.filter == "function" ? (o = n.filter, r = o("", r)) : ne(n.filter) && (o = n.filter, s = o);
|
|
3495
3499
|
var a = [];
|
|
3496
3500
|
if (typeof r != "object" || r === null)
|
|
3497
3501
|
return "";
|
|
3498
|
-
var i =
|
|
3502
|
+
var i = Cn[n.arrayFormat], c = i === "comma" && n.commaRoundTrip;
|
|
3499
3503
|
s || (s = Object.keys(r)), n.sort && s.sort(n.sort);
|
|
3500
|
-
for (var l =
|
|
3504
|
+
for (var l = Pn(), f = 0; f < s.length; ++f) {
|
|
3501
3505
|
var u = s[f];
|
|
3502
3506
|
if (!(typeof u > "u" || u === null)) {
|
|
3503
3507
|
var p = r[u];
|
|
3504
|
-
n.skipNulls && p === null ||
|
|
3508
|
+
n.skipNulls && p === null || kn(a, as(
|
|
3505
3509
|
p,
|
|
3506
3510
|
u,
|
|
3507
3511
|
i,
|
|
@@ -3525,7 +3529,7 @@ function() {
|
|
|
3525
3529
|
}
|
|
3526
3530
|
var d = a.join(n.delimiter), h = n.addQueryPrefix === !0 ? "?" : "";
|
|
3527
3531
|
return n.charsetSentinel && (n.charset === "iso-8859-1" ? h += "utf8=%26%2310003%3B" + n.delimiter : h += "utf8=%E2%9C%93" + n.delimiter), d.length > 0 ? h + d : "";
|
|
3528
|
-
}, ae =
|
|
3532
|
+
}, ae = jn, et = Object.prototype.hasOwnProperty, Ft = Array.isArray, q = {
|
|
3529
3533
|
allowDots: !1,
|
|
3530
3534
|
allowEmptyArrays: !1,
|
|
3531
3535
|
allowPrototypes: !1,
|
|
@@ -3548,11 +3552,11 @@ function() {
|
|
|
3548
3552
|
strictMerge: !0,
|
|
3549
3553
|
strictNullHandling: !1,
|
|
3550
3554
|
throwOnLimitExceeded: !1
|
|
3551
|
-
},
|
|
3555
|
+
}, ls = function(t) {
|
|
3552
3556
|
return t.replace(/&#(\d+);/g, function(e, r) {
|
|
3553
3557
|
return String.fromCharCode(parseInt(r, 10));
|
|
3554
3558
|
});
|
|
3555
|
-
},
|
|
3559
|
+
}, An = function(t, e, r, n) {
|
|
3556
3560
|
if (t && typeof t == "string" && e.comma && t.indexOf(",") > -1) {
|
|
3557
3561
|
if (n && e.throwOnLimitExceeded)
|
|
3558
3562
|
for (var s = 0, o = t.indexOf(","); o > -1; ) {
|
|
@@ -3565,7 +3569,7 @@ function() {
|
|
|
3565
3569
|
if (e.throwOnLimitExceeded && r >= e.arrayLimit)
|
|
3566
3570
|
throw new RangeError("Array limit exceeded. Only " + e.arrayLimit + " element" + (e.arrayLimit === 1 ? "" : "s") + " allowed in an array.");
|
|
3567
3571
|
return t;
|
|
3568
|
-
},
|
|
3572
|
+
}, fs = "utf8=%26%2310003%3B", us = "utf8=%E2%9C%93", ps = function(e, r) {
|
|
3569
3573
|
var n = { __proto__: null }, s = r.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
|
|
3570
3574
|
s = s.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
3571
3575
|
var o = r.parameterLimit === 1 / 0 ? void 0 : r.parameterLimit, a = s.split(
|
|
@@ -3577,21 +3581,21 @@ function() {
|
|
|
3577
3581
|
var i = -1, c, l = r.charset;
|
|
3578
3582
|
if (r.charsetSentinel)
|
|
3579
3583
|
for (c = 0; c < a.length; ++c)
|
|
3580
|
-
a[c].indexOf("utf8=") === 0 && (a[c] ===
|
|
3584
|
+
a[c].indexOf("utf8=") === 0 && (a[c] === us ? l = "utf-8" : a[c] === fs && (l = "iso-8859-1"), i = c, c = a.length);
|
|
3581
3585
|
for (c = 0; c < a.length; ++c)
|
|
3582
3586
|
if (c !== i) {
|
|
3583
3587
|
var f = a[c], u = f.indexOf("]="), p = u === -1 ? f.indexOf("=") : u + 1, d, h;
|
|
3584
3588
|
if (p === -1 ? (d = r.decoder(f, q.decoder, l, "key"), h = r.strictNullHandling ? null : "") : (d = r.decoder(f.slice(0, p), q.decoder, l, "key"), d !== null && (h = ae.maybeMap(
|
|
3585
|
-
|
|
3589
|
+
An(
|
|
3586
3590
|
f.slice(p + 1),
|
|
3587
3591
|
r,
|
|
3588
|
-
|
|
3592
|
+
Ft(n[d]) ? n[d].length : 0,
|
|
3589
3593
|
f.indexOf("[]=") === -1
|
|
3590
3594
|
),
|
|
3591
3595
|
function(g) {
|
|
3592
3596
|
return r.decoder(g, q.decoder, l, "value");
|
|
3593
3597
|
}
|
|
3594
|
-
))), h && r.interpretNumericEntities && l === "iso-8859-1" && (h =
|
|
3598
|
+
))), h && r.interpretNumericEntities && l === "iso-8859-1" && (h = ls(String(h))), f.indexOf("[]=") > -1 && (h = Ft(h) ? [h] : h), r.comma && Ft(h) && h.length > r.arrayLimit && (h = ae.combine([], h, r.arrayLimit, r.plainObjects, r.throwOnLimitExceeded)), d !== null) {
|
|
3595
3599
|
var y = et.call(n, d);
|
|
3596
3600
|
y && (r.duplicates === "combine" || f.indexOf("[]=") > -1) ? n[d] = ae.combine(
|
|
3597
3601
|
n[d],
|
|
@@ -3603,13 +3607,13 @@ function() {
|
|
|
3603
3607
|
}
|
|
3604
3608
|
}
|
|
3605
3609
|
return n;
|
|
3606
|
-
},
|
|
3610
|
+
}, ds = function(t, e, r, n) {
|
|
3607
3611
|
var s = 0;
|
|
3608
3612
|
if (t.length > 0 && t[t.length - 1] === "[]") {
|
|
3609
3613
|
var o = t.slice(0, -1).join("");
|
|
3610
3614
|
s = Array.isArray(e) && e[o] ? e[o].length : 0;
|
|
3611
3615
|
}
|
|
3612
|
-
for (var a = n ? e :
|
|
3616
|
+
for (var a = n ? e : An(e, r, s), i = t.length - 1; i >= 0; --i) {
|
|
3613
3617
|
var c, l = t[i];
|
|
3614
3618
|
if (l === "[]" && r.parseArrays)
|
|
3615
3619
|
ae.isOverflow(a) ? c = a : c = r.allowEmptyArrays && (a === "" || r.strictNullHandling && a === null) ? [] : ae.combine(
|
|
@@ -3635,7 +3639,7 @@ function() {
|
|
|
3635
3639
|
a = c;
|
|
3636
3640
|
}
|
|
3637
3641
|
return a;
|
|
3638
|
-
},
|
|
3642
|
+
}, hs = function(e, r) {
|
|
3639
3643
|
var n = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e;
|
|
3640
3644
|
if (r.depth <= 0)
|
|
3641
3645
|
return !r.plainObjects && et.call(Object.prototype, n) && !r.allowPrototypes ? void 0 : [n];
|
|
@@ -3663,13 +3667,13 @@ function() {
|
|
|
3663
3667
|
s[s.length] = "[" + n.slice(c) + "]";
|
|
3664
3668
|
}
|
|
3665
3669
|
return s;
|
|
3666
|
-
},
|
|
3670
|
+
}, ys = function(e, r, n, s) {
|
|
3667
3671
|
if (e) {
|
|
3668
|
-
var o =
|
|
3672
|
+
var o = hs(e, n);
|
|
3669
3673
|
if (o)
|
|
3670
|
-
return
|
|
3674
|
+
return ds(o, r, n, s);
|
|
3671
3675
|
}
|
|
3672
|
-
},
|
|
3676
|
+
}, ms = function(e) {
|
|
3673
3677
|
if (!e)
|
|
3674
3678
|
return q;
|
|
3675
3679
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
@@ -3711,24 +3715,24 @@ function() {
|
|
|
3711
3715
|
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : q.strictNullHandling,
|
|
3712
3716
|
throwOnLimitExceeded: typeof e.throwOnLimitExceeded == "boolean" ? e.throwOnLimitExceeded : !1
|
|
3713
3717
|
};
|
|
3714
|
-
},
|
|
3715
|
-
var r =
|
|
3718
|
+
}, gs = function(t, e) {
|
|
3719
|
+
var r = ms(e);
|
|
3716
3720
|
if (t === "" || t === null || typeof t > "u")
|
|
3717
3721
|
return r.plainObjects ? { __proto__: null } : {};
|
|
3718
|
-
for (var n = typeof t == "string" ?
|
|
3719
|
-
var i = o[a], c =
|
|
3722
|
+
for (var n = typeof t == "string" ? ps(t, r) : t, s = r.plainObjects ? { __proto__: null } : {}, o = Object.keys(n), a = 0; a < o.length; ++a) {
|
|
3723
|
+
var i = o[a], c = ys(i, n[i], r, typeof t == "string");
|
|
3720
3724
|
s = ae.merge(s, c, r);
|
|
3721
3725
|
}
|
|
3722
3726
|
return r.allowSparse === !0 ? s : ae.compact(s);
|
|
3723
|
-
},
|
|
3724
|
-
formats:
|
|
3725
|
-
parse:
|
|
3726
|
-
stringify:
|
|
3727
|
-
},
|
|
3727
|
+
}, bs = cs, $s = gs, vs = or, tt = {
|
|
3728
|
+
formats: vs,
|
|
3729
|
+
parse: $s,
|
|
3730
|
+
stringify: bs
|
|
3731
|
+
}, ws = Ao;
|
|
3728
3732
|
function ee() {
|
|
3729
3733
|
this.protocol = null, this.slashes = null, this.auth = null, this.host = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.query = null, this.pathname = null, this.path = null, this.href = null;
|
|
3730
3734
|
}
|
|
3731
|
-
var
|
|
3735
|
+
var Ss = /^([a-z0-9.+-]+:)/i, Os = /:[0-9]*$/, Ts = /^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/, xs = [
|
|
3732
3736
|
"<",
|
|
3733
3737
|
">",
|
|
3734
3738
|
'"',
|
|
@@ -3738,27 +3742,27 @@ var vs = /^([a-z0-9.+-]+:)/i, ws = /:[0-9]*$/, Ss = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
|
|
|
3738
3742
|
`
|
|
3739
3743
|
`,
|
|
3740
3744
|
" "
|
|
3741
|
-
],
|
|
3745
|
+
], Es = [
|
|
3742
3746
|
"{",
|
|
3743
3747
|
"}",
|
|
3744
3748
|
"|",
|
|
3745
3749
|
"\\",
|
|
3746
3750
|
"^",
|
|
3747
3751
|
"`"
|
|
3748
|
-
].concat(
|
|
3752
|
+
].concat(xs), Dt = ["'"].concat(Es), Dr = [
|
|
3749
3753
|
"%",
|
|
3750
3754
|
"/",
|
|
3751
3755
|
"?",
|
|
3752
3756
|
";",
|
|
3753
3757
|
"#"
|
|
3754
|
-
].concat(
|
|
3758
|
+
].concat(Dt), Qr = [
|
|
3755
3759
|
"/",
|
|
3756
3760
|
"?",
|
|
3757
3761
|
"#"
|
|
3758
|
-
],
|
|
3762
|
+
], js = 255, Yr = /^[+a-z0-9A-Z_-]{0,63}$/, Ps = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Cs = {
|
|
3759
3763
|
javascript: !0,
|
|
3760
3764
|
"javascript:": !0
|
|
3761
|
-
},
|
|
3765
|
+
}, Qt = {
|
|
3762
3766
|
javascript: !0,
|
|
3763
3767
|
"javascript:": !0
|
|
3764
3768
|
}, Pe = {
|
|
@@ -3772,8 +3776,8 @@ var vs = /^([a-z0-9.+-]+:)/i, ws = /:[0-9]*$/, Ss = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
|
|
|
3772
3776
|
"ftp:": !0,
|
|
3773
3777
|
"gopher:": !0,
|
|
3774
3778
|
"file:": !0
|
|
3775
|
-
},
|
|
3776
|
-
function
|
|
3779
|
+
}, Yt = tt;
|
|
3780
|
+
function ir(t, e, r) {
|
|
3777
3781
|
if (t && typeof t == "object" && t instanceof ee)
|
|
3778
3782
|
return t;
|
|
3779
3783
|
var n = new ee();
|
|
@@ -3786,11 +3790,11 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3786
3790
|
o[0] = o[0].replace(a, "/"), t = o.join(s);
|
|
3787
3791
|
var i = t;
|
|
3788
3792
|
if (i = i.trim(), !r && t.split("#").length === 1) {
|
|
3789
|
-
var c =
|
|
3793
|
+
var c = Ts.exec(i);
|
|
3790
3794
|
if (c)
|
|
3791
|
-
return this.path = i, this.href = i, this.pathname = c[1], c[2] ? (this.search = c[2], e ? this.query =
|
|
3795
|
+
return this.path = i, this.href = i, this.pathname = c[1], c[2] ? (this.search = c[2], e ? this.query = Yt.parse(this.search.substr(1)) : this.query = this.search.substr(1)) : e && (this.search = "", this.query = {}), this;
|
|
3792
3796
|
}
|
|
3793
|
-
var l =
|
|
3797
|
+
var l = Ss.exec(i);
|
|
3794
3798
|
if (l) {
|
|
3795
3799
|
l = l[0];
|
|
3796
3800
|
var f = l.toLowerCase();
|
|
@@ -3798,17 +3802,17 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3798
3802
|
}
|
|
3799
3803
|
if (r || l || i.match(/^\/\/[^@/]+@[^@/]+/)) {
|
|
3800
3804
|
var u = i.substr(0, 2) === "//";
|
|
3801
|
-
u && !(l &&
|
|
3805
|
+
u && !(l && Qt[l]) && (i = i.substr(2), this.slashes = !0);
|
|
3802
3806
|
}
|
|
3803
|
-
if (!
|
|
3804
|
-
for (var p = -1, d = 0; d <
|
|
3805
|
-
var h = i.indexOf(
|
|
3807
|
+
if (!Qt[l] && (u || l && !Pe[l])) {
|
|
3808
|
+
for (var p = -1, d = 0; d < Qr.length; d++) {
|
|
3809
|
+
var h = i.indexOf(Qr[d]);
|
|
3806
3810
|
h !== -1 && (p === -1 || h < p) && (p = h);
|
|
3807
3811
|
}
|
|
3808
3812
|
var y, g;
|
|
3809
3813
|
p === -1 ? g = i.lastIndexOf("@") : g = i.lastIndexOf("@", p), g !== -1 && (y = i.slice(0, g), i = i.slice(g + 1), this.auth = decodeURIComponent(y)), p = -1;
|
|
3810
|
-
for (var d = 0; d <
|
|
3811
|
-
var h = i.indexOf(
|
|
3814
|
+
for (var d = 0; d < Dr.length; d++) {
|
|
3815
|
+
var h = i.indexOf(Dr[d]);
|
|
3812
3816
|
h !== -1 && (p === -1 || h < p) && (p = h);
|
|
3813
3817
|
}
|
|
3814
3818
|
p === -1 && (p = i.length), this.host = i.slice(0, p), i = i.slice(p), this.parseHost(), this.hostname = this.hostname || "";
|
|
@@ -3816,23 +3820,23 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3816
3820
|
if (!$)
|
|
3817
3821
|
for (var m = this.hostname.split(/\./), d = 0, b = m.length; d < b; d++) {
|
|
3818
3822
|
var S = m[d];
|
|
3819
|
-
if (S && !S.match(
|
|
3823
|
+
if (S && !S.match(Yr)) {
|
|
3820
3824
|
for (var O = "", v = 0, P = S.length; v < P; v++)
|
|
3821
3825
|
S.charCodeAt(v) > 127 ? O += "x" : O += S[v];
|
|
3822
|
-
if (!O.match(
|
|
3823
|
-
var T = m.slice(0, d), k = m.slice(d + 1), U = S.match(
|
|
3826
|
+
if (!O.match(Yr)) {
|
|
3827
|
+
var T = m.slice(0, d), k = m.slice(d + 1), U = S.match(Ps);
|
|
3824
3828
|
U && (T.push(U[1]), k.unshift(U[2])), k.length && (i = "/" + k.join(".") + i), this.hostname = T.join(".");
|
|
3825
3829
|
break;
|
|
3826
3830
|
}
|
|
3827
3831
|
}
|
|
3828
3832
|
}
|
|
3829
|
-
this.hostname.length >
|
|
3833
|
+
this.hostname.length > js ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), $ || (this.hostname = ws.toASCII(this.hostname));
|
|
3830
3834
|
var Q = this.port ? ":" + this.port : "", Y = this.hostname || "";
|
|
3831
3835
|
this.host = Y + Q, this.href += this.host, $ && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), i[0] !== "/" && (i = "/" + i));
|
|
3832
3836
|
}
|
|
3833
|
-
if (!
|
|
3834
|
-
for (var d = 0, b =
|
|
3835
|
-
var _ =
|
|
3837
|
+
if (!Cs[f])
|
|
3838
|
+
for (var d = 0, b = Dt.length; d < b; d++) {
|
|
3839
|
+
var _ = Dt[d];
|
|
3836
3840
|
if (i.indexOf(_) !== -1) {
|
|
3837
3841
|
var G = encodeURIComponent(_);
|
|
3838
3842
|
G === _ && (G = escape(_)), i = i.split(_).join(G);
|
|
@@ -3841,20 +3845,20 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3841
3845
|
var B = i.indexOf("#");
|
|
3842
3846
|
B !== -1 && (this.hash = i.substr(B), i = i.slice(0, B));
|
|
3843
3847
|
var V = i.indexOf("?");
|
|
3844
|
-
if (V !== -1 ? (this.search = i.substr(V), this.query = i.substr(V + 1), e && (this.query =
|
|
3848
|
+
if (V !== -1 ? (this.search = i.substr(V), this.query = i.substr(V + 1), e && (this.query = Yt.parse(this.query)), i = i.slice(0, V)) : e && (this.search = "", this.query = {}), i && (this.pathname = i), Pe[f] && this.hostname && !this.pathname && (this.pathname = "/"), this.pathname || this.search) {
|
|
3845
3849
|
var Q = this.pathname || "", fe = this.search || "";
|
|
3846
3850
|
this.path = Q + fe;
|
|
3847
3851
|
}
|
|
3848
3852
|
return this.href = this.format(), this;
|
|
3849
3853
|
};
|
|
3850
|
-
function
|
|
3851
|
-
return typeof t == "string" && (t =
|
|
3854
|
+
function ks(t) {
|
|
3855
|
+
return typeof t == "string" && (t = ir(t)), t instanceof ee ? t.format() : ee.prototype.format.call(t);
|
|
3852
3856
|
}
|
|
3853
3857
|
ee.prototype.format = function() {
|
|
3854
3858
|
var t = this.auth || "";
|
|
3855
3859
|
t && (t = encodeURIComponent(t), t = t.replace(/%3A/i, ":"), t += "@");
|
|
3856
3860
|
var e = this.protocol || "", r = this.pathname || "", n = this.hash || "", s = !1, o = "";
|
|
3857
|
-
this.host ? s = t + this.host : this.hostname && (s = t + (this.hostname.indexOf(":") === -1 ? this.hostname : "[" + this.hostname + "]"), this.port && (s += ":" + this.port)), this.query && typeof this.query == "object" && Object.keys(this.query).length && (o =
|
|
3861
|
+
this.host ? s = t + this.host : this.hostname && (s = t + (this.hostname.indexOf(":") === -1 ? this.hostname : "[" + this.hostname + "]"), this.port && (s += ":" + this.port)), this.query && typeof this.query == "object" && Object.keys(this.query).length && (o = Yt.stringify(this.query, {
|
|
3858
3862
|
arrayFormat: "repeat",
|
|
3859
3863
|
addQueryPrefix: !1
|
|
3860
3864
|
}));
|
|
@@ -3864,7 +3868,7 @@ ee.prototype.format = function() {
|
|
|
3864
3868
|
}), a = a.replace("#", "%23"), e + s + r + a + n;
|
|
3865
3869
|
};
|
|
3866
3870
|
ee.prototype.resolve = function(t) {
|
|
3867
|
-
return this.resolveObject(
|
|
3871
|
+
return this.resolveObject(ir(t, !1, !0)).format();
|
|
3868
3872
|
};
|
|
3869
3873
|
ee.prototype.resolveObject = function(t) {
|
|
3870
3874
|
if (typeof t == "string") {
|
|
@@ -3892,7 +3896,7 @@ ee.prototype.resolveObject = function(t) {
|
|
|
3892
3896
|
}
|
|
3893
3897
|
return r.href = r.format(), r;
|
|
3894
3898
|
}
|
|
3895
|
-
if (r.protocol = t.protocol, !t.host && !
|
|
3899
|
+
if (r.protocol = t.protocol, !t.host && !Qt[t.protocol]) {
|
|
3896
3900
|
for (var b = (t.pathname || "").split("/"); b.length && !(t.host = b.shift()); )
|
|
3897
3901
|
;
|
|
3898
3902
|
t.host || (t.host = ""), t.hostname || (t.hostname = ""), b[0] !== "" && b.unshift(""), b.length < 2 && b.unshift(""), r.pathname = b.join("/");
|
|
@@ -3934,20 +3938,20 @@ ee.prototype.resolveObject = function(t) {
|
|
|
3934
3938
|
return g = g || r.host && m.length, g && !U && m.unshift(""), m.length > 0 ? r.pathname = m.join("/") : (r.pathname = null, r.path = null), (r.pathname !== null || r.search !== null) && (r.path = (r.pathname ? r.pathname : "") + (r.search ? r.search : "")), r.auth = t.auth || r.auth, r.slashes = r.slashes || t.slashes, r.href = r.format(), r;
|
|
3935
3939
|
};
|
|
3936
3940
|
ee.prototype.parseHost = function() {
|
|
3937
|
-
var t = this.host, e =
|
|
3941
|
+
var t = this.host, e = Os.exec(t);
|
|
3938
3942
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), t = t.substr(0, t.length - e.length)), t && (this.hostname = t);
|
|
3939
3943
|
};
|
|
3940
|
-
var
|
|
3941
|
-
const
|
|
3944
|
+
var As = ir, Xr = ks;
|
|
3945
|
+
const Rs = () => Object.keys(xe).map((t) => ({
|
|
3942
3946
|
...xe[t].info,
|
|
3943
3947
|
clients: Object.keys(xe[t].clientsById).map((e) => xe[t].clientsById[e].info)
|
|
3944
|
-
})),
|
|
3945
|
-
var
|
|
3948
|
+
})), qs = (t) => typeof t == "object" && "log" in t && typeof t.log == "object" && "entries" in t.log && Array.isArray(t.log.entries);
|
|
3949
|
+
var Ns = class {
|
|
3946
3950
|
constructor(t, e = {}) {
|
|
3947
3951
|
this.initCalled = !1, this.entries = [], this.requests = [], this.options = {}, this.options = {
|
|
3948
3952
|
harIsAlreadyEncoded: !1,
|
|
3949
3953
|
...e
|
|
3950
|
-
}, this.requests = [],
|
|
3954
|
+
}, this.requests = [], qs(t) ? this.entries = t.log.entries : this.entries = [{ request: t }];
|
|
3951
3955
|
}
|
|
3952
3956
|
init() {
|
|
3953
3957
|
return this.initCalled = !0, this.requests = this.entries.map(({ request: t }) => {
|
|
@@ -3976,7 +3980,7 @@ var Rs = class {
|
|
|
3976
3980
|
cookiesObj: {},
|
|
3977
3981
|
allHeaders: {}
|
|
3978
3982
|
};
|
|
3979
|
-
if (r != null && r.queryString.length && (r.queryObj = r.queryString.reduce(
|
|
3983
|
+
if (r != null && r.queryString.length && (r.queryObj = r.queryString.reduce(vr, {})), r != null && r.headers.length) {
|
|
3980
3984
|
const d = /^HTTP\/2/;
|
|
3981
3985
|
r.headersObj = r.headers.reduce((h, { name: y, value: g }) => {
|
|
3982
3986
|
const $ = d.exec(r.httpVersion) ? y.toLocaleLowerCase() : y;
|
|
@@ -4011,7 +4015,7 @@ var Rs = class {
|
|
|
4011
4015
|
}
|
|
4012
4016
|
break;
|
|
4013
4017
|
case "application/x-www-form-urlencoded":
|
|
4014
|
-
r.postData.params ? (r.postData.paramsObj = r.postData.params.reduce(
|
|
4018
|
+
r.postData.params ? (r.postData.paramsObj = r.postData.params.reduce(vr, {}), r.postData.text = tt.stringify(r.postData.paramsObj)) : r.postData.text = "";
|
|
4015
4019
|
break;
|
|
4016
4020
|
case "text/json":
|
|
4017
4021
|
case "text/x-json":
|
|
@@ -4027,7 +4031,7 @@ var Rs = class {
|
|
|
4027
4031
|
const s = {
|
|
4028
4032
|
...r.allHeaders,
|
|
4029
4033
|
...r.headersObj
|
|
4030
|
-
}, o =
|
|
4034
|
+
}, o = As(r.url, !0, !0);
|
|
4031
4035
|
r.queryObj = {
|
|
4032
4036
|
...r.queryObj,
|
|
4033
4037
|
...o.query
|
|
@@ -4042,11 +4046,11 @@ var Rs = class {
|
|
|
4042
4046
|
query: r.queryObj,
|
|
4043
4047
|
search: a,
|
|
4044
4048
|
path: a ? `${o.pathname}?${a}` : o.pathname
|
|
4045
|
-
}, c =
|
|
4049
|
+
}, c = Xr({
|
|
4046
4050
|
...o,
|
|
4047
4051
|
query: null,
|
|
4048
4052
|
search: null
|
|
4049
|
-
}), l =
|
|
4053
|
+
}), l = Xr({
|
|
4050
4054
|
...o,
|
|
4051
4055
|
...i
|
|
4052
4056
|
});
|
|
@@ -4073,11 +4077,11 @@ var Rs = class {
|
|
|
4073
4077
|
return this.requests.map((o) => s != null && s.installation ? s.installation(o, r) : !1);
|
|
4074
4078
|
}
|
|
4075
4079
|
};
|
|
4076
|
-
const
|
|
4077
|
-
function
|
|
4078
|
-
return
|
|
4080
|
+
const Rn = "agent", qn = "prompt";
|
|
4081
|
+
function _s() {
|
|
4082
|
+
return Rs();
|
|
4079
4083
|
}
|
|
4080
|
-
function
|
|
4084
|
+
function Ls(t) {
|
|
4081
4085
|
var n;
|
|
4082
4086
|
const e = t == null ? void 0 : t[0];
|
|
4083
4087
|
if (!e) return "http://localhost";
|
|
@@ -4088,12 +4092,12 @@ function Ns(t) {
|
|
|
4088
4092
|
}
|
|
4089
4093
|
return r;
|
|
4090
4094
|
}
|
|
4091
|
-
function
|
|
4095
|
+
function Is(t) {
|
|
4092
4096
|
if (t.example !== void 0 || t.examples && Object.keys(t.examples).length > 0) return !0;
|
|
4093
4097
|
const e = t.schema;
|
|
4094
4098
|
return !!((e == null ? void 0 : e.example) !== void 0 || e != null && e.enum && e.enum.length > 0);
|
|
4095
4099
|
}
|
|
4096
|
-
function
|
|
4100
|
+
function Nn(t) {
|
|
4097
4101
|
if (t.example !== void 0) return String(t.example);
|
|
4098
4102
|
if (t.examples) {
|
|
4099
4103
|
for (const r of Object.values(t.examples))
|
|
@@ -4103,16 +4107,16 @@ function Rn(t) {
|
|
|
4103
4107
|
const e = t.schema;
|
|
4104
4108
|
return (e == null ? void 0 : e.example) !== void 0 ? String(e.example) : e != null && e.enum && e.enum.length > 0 ? String(e.enum[0]) : `{${t.name}}`;
|
|
4105
4109
|
}
|
|
4106
|
-
function
|
|
4110
|
+
function Us(t, e, r) {
|
|
4107
4111
|
const n = e.replace(/\{([^}]+)\}/g, (s, o) => {
|
|
4108
4112
|
const a = r.find((c) => c.in === "path" && c.name === o);
|
|
4109
4113
|
if (!a) return s;
|
|
4110
|
-
const i =
|
|
4114
|
+
const i = Nn(a);
|
|
4111
4115
|
return i === `{${o}}` ? i : encodeURIComponent(i);
|
|
4112
4116
|
});
|
|
4113
4117
|
return `${t.replace(/\/$/, "")}${n}`;
|
|
4114
4118
|
}
|
|
4115
|
-
function
|
|
4119
|
+
function Fs(t, e) {
|
|
4116
4120
|
var s;
|
|
4117
4121
|
const r = t[0];
|
|
4118
4122
|
if (!r || !e) return [];
|
|
@@ -4134,7 +4138,7 @@ function Is(t, e) {
|
|
|
4134
4138
|
}
|
|
4135
4139
|
return n;
|
|
4136
4140
|
}
|
|
4137
|
-
function
|
|
4141
|
+
function Ms(t) {
|
|
4138
4142
|
const e = t == null ? void 0 : t.content;
|
|
4139
4143
|
if (!e) return null;
|
|
4140
4144
|
const r = "application/json" in e ? "application/json" : Object.keys(e)[0];
|
|
@@ -4150,12 +4154,12 @@ function Us(t) {
|
|
|
4150
4154
|
}
|
|
4151
4155
|
return { contentType: r, schema: n.schema, authorExample: s };
|
|
4152
4156
|
}
|
|
4153
|
-
function
|
|
4154
|
-
const e =
|
|
4157
|
+
function Hs(t) {
|
|
4158
|
+
const e = Ls(t.servers), r = Us(e, t.path, t.parameters), n = Fs(t.security, t.securitySchemes), s = [], o = [], a = [];
|
|
4155
4159
|
for (const c of n)
|
|
4156
4160
|
(c.location === "header" ? s : c.location === "query" ? o : a).push({ name: c.name, value: c.value });
|
|
4157
4161
|
for (const c of t.parameters)
|
|
4158
|
-
c.in === "query" && (c.required ||
|
|
4162
|
+
c.in === "query" && (c.required || Is(c)) && o.push({ name: c.name, value: Nn(c) });
|
|
4159
4163
|
const i = {
|
|
4160
4164
|
method: t.method.toUpperCase(),
|
|
4161
4165
|
url: r,
|
|
@@ -4166,32 +4170,32 @@ function Fs(t) {
|
|
|
4166
4170
|
};
|
|
4167
4171
|
return t.media && t.resolvedBodyValue !== void 0 && (s.push({ name: "Content-Type", value: t.media.contentType }), i.postData = { mimeType: t.media.contentType, text: JSON.stringify(t.resolvedBodyValue, null, 2) }), i;
|
|
4168
4172
|
}
|
|
4169
|
-
function
|
|
4173
|
+
function Bs(t, e, r) {
|
|
4170
4174
|
try {
|
|
4171
|
-
const n = new
|
|
4175
|
+
const n = new Ns(t), [s] = n.convert(e, r);
|
|
4172
4176
|
return typeof s == "string" ? s : "";
|
|
4173
4177
|
} catch {
|
|
4174
4178
|
return "";
|
|
4175
4179
|
}
|
|
4176
4180
|
}
|
|
4177
|
-
const
|
|
4178
|
-
function
|
|
4181
|
+
const Ws = `${Rn}:${qn}`;
|
|
4182
|
+
function Vs({ method: t, path: e, parameters: r, requestBody: n, security: s, id: o }) {
|
|
4179
4183
|
var P;
|
|
4180
|
-
const { document: a, deref: i, showCodeSamples: c } =
|
|
4181
|
-
|
|
4184
|
+
const { document: a, deref: i, showCodeSamples: c } = Un(), l = a, f = _n(), u = ze(() => _s(), []), [p, d] = gt(Ws), [h, y] = p.split(":"), g = Bn(h), $ = ze(() => Ms(n), [n]), [m, b] = gt(void 0);
|
|
4185
|
+
sr(() => {
|
|
4182
4186
|
if (b(void 0), !$ || $.authorExample !== void 0 || !$.schema) return;
|
|
4183
4187
|
let T = !1;
|
|
4184
|
-
return
|
|
4188
|
+
return Wn($.schema).then((k) => {
|
|
4185
4189
|
T || b(k);
|
|
4186
4190
|
}), () => {
|
|
4187
4191
|
T = !0;
|
|
4188
4192
|
};
|
|
4189
4193
|
}, [$]);
|
|
4190
|
-
const [, S] = gt(() =>
|
|
4191
|
-
|
|
4192
|
-
S(
|
|
4194
|
+
const [, S] = gt(() => cr(g));
|
|
4195
|
+
sr(() => {
|
|
4196
|
+
S(cr(g));
|
|
4193
4197
|
let T = !1;
|
|
4194
|
-
return
|
|
4198
|
+
return Fn(g).then(() => {
|
|
4195
4199
|
T || S(!0);
|
|
4196
4200
|
}), () => {
|
|
4197
4201
|
T = !0;
|
|
@@ -4200,7 +4204,7 @@ function Gs({ method: t, path: e, parameters: r, requestBody: n, security: s, id
|
|
|
4200
4204
|
const O = ze(
|
|
4201
4205
|
() => {
|
|
4202
4206
|
var T;
|
|
4203
|
-
return
|
|
4207
|
+
return Hs({
|
|
4204
4208
|
method: t,
|
|
4205
4209
|
path: e,
|
|
4206
4210
|
servers: l.servers,
|
|
@@ -4212,9 +4216,9 @@ function Gs({ method: t, path: e, parameters: r, requestBody: n, security: s, id
|
|
|
4212
4216
|
});
|
|
4213
4217
|
},
|
|
4214
4218
|
[t, e, l.servers, r, s, (P = l.components) == null ? void 0 : P.securitySchemes, $, m]
|
|
4215
|
-
), v = ze(() => h ===
|
|
4216
|
-
return c ? /* @__PURE__ */
|
|
4217
|
-
/* @__PURE__ */
|
|
4219
|
+
), v = ze(() => h === Rn && y === qn ? Mn(l, t, e, i) : Bs(O, h, y), [O, h, y, l, t, e, i]);
|
|
4220
|
+
return c ? /* @__PURE__ */ ar("div", { id: `endpoint-${o}-code-samples`, children: [
|
|
4221
|
+
/* @__PURE__ */ ar("div", { className: "flex items-center justify-between mb-2", children: [
|
|
4218
4222
|
/* @__PURE__ */ qe("label", { htmlFor: f, className: "text-xs font-medium text-foreground-muted uppercase tracking-wider", children: "Example Request" }),
|
|
4219
4223
|
/* @__PURE__ */ qe(
|
|
4220
4224
|
"select",
|
|
@@ -4228,9 +4232,9 @@ function Gs({ method: t, path: e, parameters: r, requestBody: n, security: s, id
|
|
|
4228
4232
|
}
|
|
4229
4233
|
)
|
|
4230
4234
|
] }),
|
|
4231
|
-
/* @__PURE__ */ qe(
|
|
4235
|
+
/* @__PURE__ */ qe(Hn, { code: v, language: g })
|
|
4232
4236
|
] }) : null;
|
|
4233
4237
|
}
|
|
4234
4238
|
export {
|
|
4235
|
-
|
|
4239
|
+
Vs as CodeSamples
|
|
4236
4240
|
};
|