@scalar/fastify-api-reference 0.6.55 → 0.6.56
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/CHANGELOG.md +7 -0
- package/dist/templates/fastify-api-reference.js +487 -476
- package/package.json +2 -2
|
@@ -1304,10 +1304,10 @@ var Spt = are((rht, ql) => {
|
|
|
1304
1304
|
function sv(t, ...e) {
|
|
1305
1305
|
console.warn(`[Vue warn] ${t}`, ...e);
|
|
1306
1306
|
}
|
|
1307
|
-
let
|
|
1307
|
+
let Ii;
|
|
1308
1308
|
class Dre {
|
|
1309
1309
|
constructor(e = !1) {
|
|
1310
|
-
this.detached = e, this._active = !0, this.effects = [], this.cleanups = [], this.parent =
|
|
1310
|
+
this.detached = e, this._active = !0, this.effects = [], this.cleanups = [], this.parent = Ii, !e && Ii && (this.index = (Ii.scopes || (Ii.scopes = [])).push(
|
|
1311
1311
|
this
|
|
1312
1312
|
) - 1);
|
|
1313
1313
|
}
|
|
@@ -1316,11 +1316,11 @@ var Spt = are((rht, ql) => {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
run(e) {
|
|
1318
1318
|
if (this._active) {
|
|
1319
|
-
const r =
|
|
1319
|
+
const r = Ii;
|
|
1320
1320
|
try {
|
|
1321
|
-
return
|
|
1321
|
+
return Ii = this, e();
|
|
1322
1322
|
} finally {
|
|
1323
|
-
|
|
1323
|
+
Ii = r;
|
|
1324
1324
|
}
|
|
1325
1325
|
} else
|
|
1326
1326
|
re.process.env.NODE_ENV !== "production" && sv("cannot run an inactive effect scope.");
|
|
@@ -1330,14 +1330,14 @@ var Spt = are((rht, ql) => {
|
|
|
1330
1330
|
* @internal
|
|
1331
1331
|
*/
|
|
1332
1332
|
on() {
|
|
1333
|
-
|
|
1333
|
+
Ii = this;
|
|
1334
1334
|
}
|
|
1335
1335
|
/**
|
|
1336
1336
|
* This should only be called on non-detached scopes
|
|
1337
1337
|
* @internal
|
|
1338
1338
|
*/
|
|
1339
1339
|
off() {
|
|
1340
|
-
|
|
1340
|
+
Ii = this.parent;
|
|
1341
1341
|
}
|
|
1342
1342
|
stop(e) {
|
|
1343
1343
|
if (this._active) {
|
|
@@ -1357,14 +1357,14 @@ var Spt = are((rht, ql) => {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
1359
|
}
|
|
1360
|
-
function Xre(t, e =
|
|
1360
|
+
function Xre(t, e = Ii) {
|
|
1361
1361
|
e && e.active && e.effects.push(t);
|
|
1362
1362
|
}
|
|
1363
1363
|
function nE() {
|
|
1364
|
-
return
|
|
1364
|
+
return Ii;
|
|
1365
1365
|
}
|
|
1366
1366
|
function hI(t) {
|
|
1367
|
-
|
|
1367
|
+
Ii ? Ii.cleanups.push(t) : re.process.env.NODE_ENV !== "production" && sv(
|
|
1368
1368
|
"onScopeDispose() is called when there is no active effect scope to be associated with."
|
|
1369
1369
|
);
|
|
1370
1370
|
}
|
|
@@ -2683,7 +2683,7 @@ var Spt = are((rht, ql) => {
|
|
|
2683
2683
|
);
|
|
2684
2684
|
}
|
|
2685
2685
|
const X0 = {};
|
|
2686
|
-
function
|
|
2686
|
+
function ht(t, e, r) {
|
|
2687
2687
|
return re.process.env.NODE_ENV !== "production" && !gt(e) && De(
|
|
2688
2688
|
"`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."
|
|
2689
2689
|
), fw(t, e, r);
|
|
@@ -3553,15 +3553,15 @@ If this is a native custom element, make sure to exclude it from component resol
|
|
|
3553
3553
|
const i = n.includes(".") ? VI(r, n) : () => r[n];
|
|
3554
3554
|
if (yr(t)) {
|
|
3555
3555
|
const a = e[t];
|
|
3556
|
-
gt(a) ?
|
|
3556
|
+
gt(a) ? ht(i, a) : re.process.env.NODE_ENV !== "production" && De(`Invalid watch handler specified by key "${t}"`, a);
|
|
3557
3557
|
} else if (gt(t))
|
|
3558
|
-
|
|
3558
|
+
ht(i, t.bind(r));
|
|
3559
3559
|
else if (Mt(t))
|
|
3560
3560
|
if (Fe(t))
|
|
3561
3561
|
t.forEach((a) => JI(a, e, r, n));
|
|
3562
3562
|
else {
|
|
3563
3563
|
const a = gt(t.handler) ? t.handler.bind(r) : e[t.handler];
|
|
3564
|
-
gt(a) ?
|
|
3564
|
+
gt(a) ? ht(i, a, t) : re.process.env.NODE_ENV !== "production" && De(`Invalid watch handler specified by key "${t.handler}"`, a);
|
|
3565
3565
|
}
|
|
3566
3566
|
else
|
|
3567
3567
|
re.process.env.NODE_ENV !== "production" && De(`Invalid watch option: "${n}"`, t);
|
|
@@ -6659,7 +6659,7 @@ Component that was made reactive: `,
|
|
|
6659
6659
|
const r = IA.textContent;
|
|
6660
6660
|
return r.charCodeAt(r.length - 1) === 59 && t !== "semi" || r === e ? !1 : r;
|
|
6661
6661
|
}
|
|
6662
|
-
function
|
|
6662
|
+
function Li(t, e, r, n) {
|
|
6663
6663
|
const i = t.length;
|
|
6664
6664
|
let a = 0, o;
|
|
6665
6665
|
if (e < 0 ? e = -e > i ? 0 : i + e : e = e > i ? i : e, r = r > 0 ? r : 0, n.length < 1e4)
|
|
@@ -6669,7 +6669,7 @@ Component that was made reactive: `,
|
|
|
6669
6669
|
o = n.slice(a, a + 1e4), o.unshift(e, 0), t.splice(...o), a += 1e4, e += 1e4;
|
|
6670
6670
|
}
|
|
6671
6671
|
function sa(t, e) {
|
|
6672
|
-
return t.length > 0 ? (
|
|
6672
|
+
return t.length > 0 ? (Li(t, t.length, 0, e), t) : e;
|
|
6673
6673
|
}
|
|
6674
6674
|
const ZA = {}.hasOwnProperty;
|
|
6675
6675
|
function P9(t) {
|
|
@@ -6701,7 +6701,7 @@ Component that was made reactive: `,
|
|
|
6701
6701
|
const n = [];
|
|
6702
6702
|
for (; ++r < e.length; )
|
|
6703
6703
|
(e[r].add === "after" ? t : n).push(e[r]);
|
|
6704
|
-
|
|
6704
|
+
Li(t, 0, 0, n);
|
|
6705
6705
|
}
|
|
6706
6706
|
function $9(t, e) {
|
|
6707
6707
|
const r = Number.parseInt(t, e);
|
|
@@ -6726,7 +6726,7 @@ Component that was made reactive: `,
|
|
|
6726
6726
|
);
|
|
6727
6727
|
}
|
|
6728
6728
|
const zP = Tc(/\d/), Bae = Tc(/[\dA-Fa-f]/), Q9 = Tc(/[!-/:-@[-`{-~]/);
|
|
6729
|
-
function
|
|
6729
|
+
function ft(t) {
|
|
6730
6730
|
return t !== null && t < -2;
|
|
6731
6731
|
}
|
|
6732
6732
|
function hr(t) {
|
|
@@ -6808,7 +6808,7 @@ Component that was made reactive: `,
|
|
|
6808
6808
|
t.exit("chunkText"), t.exit("paragraph"), t.consume(s);
|
|
6809
6809
|
return;
|
|
6810
6810
|
}
|
|
6811
|
-
return
|
|
6811
|
+
return ft(s) ? (t.consume(s), t.exit("chunkText"), a) : (t.consume(s), o);
|
|
6812
6812
|
}
|
|
6813
6813
|
}
|
|
6814
6814
|
const Kae = {
|
|
@@ -6845,7 +6845,7 @@ Component that was made reactive: `,
|
|
|
6845
6845
|
let C = x;
|
|
6846
6846
|
for (; C < e.events.length; )
|
|
6847
6847
|
e.events[C][1].end = Object.assign({}, _), C++;
|
|
6848
|
-
return
|
|
6848
|
+
return Li(
|
|
6849
6849
|
e.events,
|
|
6850
6850
|
P + 1,
|
|
6851
6851
|
0,
|
|
@@ -6900,7 +6900,7 @@ Component that was made reactive: `,
|
|
|
6900
6900
|
O(t.exit("chunkFlow"), !0), y(0), t.consume(S);
|
|
6901
6901
|
return;
|
|
6902
6902
|
}
|
|
6903
|
-
return
|
|
6903
|
+
return ft(S) ? (t.consume(S), O(t.exit("chunkFlow")), n = 0, e.interrupt = void 0, s) : (t.consume(S), m);
|
|
6904
6904
|
}
|
|
6905
6905
|
function O(S, x) {
|
|
6906
6906
|
const P = e.sliceStream(S);
|
|
@@ -6926,7 +6926,7 @@ Component that was made reactive: `,
|
|
|
6926
6926
|
}
|
|
6927
6927
|
for (y(n), _ = C; _ < e.events.length; )
|
|
6928
6928
|
e.events[_][1].end = Object.assign({}, T), _++;
|
|
6929
|
-
|
|
6929
|
+
Li(
|
|
6930
6930
|
e.events,
|
|
6931
6931
|
N + 1,
|
|
6932
6932
|
0,
|
|
@@ -7024,7 +7024,7 @@ Component that was made reactive: `,
|
|
|
7024
7024
|
]), t[r][1].end.offset - t[r][1].start.offset ? (u = 2, c = sa(c, [
|
|
7025
7025
|
["enter", t[r][1], e],
|
|
7026
7026
|
["exit", t[r][1], e]
|
|
7027
|
-
])) : u = 0,
|
|
7027
|
+
])) : u = 0, Li(t, n - 1, r - n + 3, c), r = n + c.length - u - 2;
|
|
7028
7028
|
break;
|
|
7029
7029
|
}
|
|
7030
7030
|
}
|
|
@@ -7098,7 +7098,7 @@ Component that was made reactive: `,
|
|
|
7098
7098
|
return At(a) ? Zt(t, i, "linePrefix")(a) : i(a);
|
|
7099
7099
|
}
|
|
7100
7100
|
function i(a) {
|
|
7101
|
-
return a === null ||
|
|
7101
|
+
return a === null || ft(a) ? e(a) : r(a);
|
|
7102
7102
|
}
|
|
7103
7103
|
}
|
|
7104
7104
|
const T9 = {
|
|
@@ -7207,20 +7207,20 @@ Component that was made reactive: `,
|
|
|
7207
7207
|
return _ === s ? (o++, t.consume(_), u) : o < 3 ? r(_) : (t.exit("codeFencedFenceSequence"), At(_) ? Zt(t, d, "whitespace")(_) : d(_));
|
|
7208
7208
|
}
|
|
7209
7209
|
function d(_) {
|
|
7210
|
-
return _ === null ||
|
|
7210
|
+
return _ === null || ft(_) ? (t.exit("codeFencedFence"), n.interrupt ? e(_) : t.check(YA, m, x)(_)) : (t.enter("codeFencedFenceInfo"), t.enter("chunkString", {
|
|
7211
7211
|
contentType: "string"
|
|
7212
7212
|
}), p(_));
|
|
7213
7213
|
}
|
|
7214
7214
|
function p(_) {
|
|
7215
|
-
return _ === null ||
|
|
7215
|
+
return _ === null || ft(_) ? (t.exit("chunkString"), t.exit("codeFencedFenceInfo"), d(_)) : At(_) ? (t.exit("chunkString"), t.exit("codeFencedFenceInfo"), Zt(t, h, "whitespace")(_)) : _ === 96 && _ === s ? r(_) : (t.consume(_), p);
|
|
7216
7216
|
}
|
|
7217
7217
|
function h(_) {
|
|
7218
|
-
return _ === null ||
|
|
7218
|
+
return _ === null || ft(_) ? d(_) : (t.enter("codeFencedFenceMeta"), t.enter("chunkString", {
|
|
7219
7219
|
contentType: "string"
|
|
7220
7220
|
}), f(_));
|
|
7221
7221
|
}
|
|
7222
7222
|
function f(_) {
|
|
7223
|
-
return _ === null ||
|
|
7223
|
+
return _ === null || ft(_) ? (t.exit("chunkString"), t.exit("codeFencedFenceMeta"), d(_)) : _ === 96 && _ === s ? r(_) : (t.consume(_), f);
|
|
7224
7224
|
}
|
|
7225
7225
|
function m(_) {
|
|
7226
7226
|
return t.attempt(i, x, O)(_);
|
|
@@ -7237,10 +7237,10 @@ Component that was made reactive: `,
|
|
|
7237
7237
|
)(_) : w(_);
|
|
7238
7238
|
}
|
|
7239
7239
|
function w(_) {
|
|
7240
|
-
return _ === null ||
|
|
7240
|
+
return _ === null || ft(_) ? t.check(YA, m, x)(_) : (t.enter("codeFlowValue"), S(_));
|
|
7241
7241
|
}
|
|
7242
7242
|
function S(_) {
|
|
7243
|
-
return _ === null ||
|
|
7243
|
+
return _ === null || ft(_) ? (t.exit("codeFlowValue"), w(_)) : (t.consume(_), S);
|
|
7244
7244
|
}
|
|
7245
7245
|
function x(_) {
|
|
7246
7246
|
return t.exit("codeFenced"), e(_);
|
|
@@ -7266,7 +7266,7 @@ Component that was made reactive: `,
|
|
|
7266
7266
|
return ve === s ? (Z++, _.consume(ve), J) : Z >= o ? (_.exit("codeFencedFenceSequence"), At(ve) ? Zt(_, ue, "whitespace")(ve) : ue(ve)) : N(ve);
|
|
7267
7267
|
}
|
|
7268
7268
|
function ue(ve) {
|
|
7269
|
-
return ve === null ||
|
|
7269
|
+
return ve === null || ft(ve) ? (_.exit("codeFencedFence"), C(ve)) : N(ve);
|
|
7270
7270
|
}
|
|
7271
7271
|
}
|
|
7272
7272
|
}
|
|
@@ -7298,10 +7298,10 @@ Component that was made reactive: `,
|
|
|
7298
7298
|
return u && u[1].type === "linePrefix" && u[2].sliceSerialize(u[1], !0).length >= 4 ? o(c) : r(c);
|
|
7299
7299
|
}
|
|
7300
7300
|
function o(c) {
|
|
7301
|
-
return c === null ? l(c) :
|
|
7301
|
+
return c === null ? l(c) : ft(c) ? t.attempt(hoe, o, l)(c) : (t.enter("codeFlowValue"), s(c));
|
|
7302
7302
|
}
|
|
7303
7303
|
function s(c) {
|
|
7304
|
-
return c === null ||
|
|
7304
|
+
return c === null || ft(c) ? (t.exit("codeFlowValue"), o(c)) : (t.consume(c), s);
|
|
7305
7305
|
}
|
|
7306
7306
|
function l(c) {
|
|
7307
7307
|
return t.exit("codeIndented"), e(c);
|
|
@@ -7311,11 +7311,11 @@ Component that was made reactive: `,
|
|
|
7311
7311
|
const n = this;
|
|
7312
7312
|
return i;
|
|
7313
7313
|
function i(o) {
|
|
7314
|
-
return n.parser.lazy[n.now().line] ? r(o) :
|
|
7314
|
+
return n.parser.lazy[n.now().line] ? r(o) : ft(o) ? (t.enter("lineEnding"), t.consume(o), t.exit("lineEnding"), i) : Zt(t, a, "linePrefix", 4 + 1)(o);
|
|
7315
7315
|
}
|
|
7316
7316
|
function a(o) {
|
|
7317
7317
|
const s = n.events[n.events.length - 1];
|
|
7318
|
-
return s && s[1].type === "linePrefix" && s[2].sliceSerialize(s[1], !0).length >= 4 ? e(o) :
|
|
7318
|
+
return s && s[1].type === "linePrefix" && s[2].sliceSerialize(s[1], !0).length >= 4 ? e(o) : ft(o) ? i(o) : r(o);
|
|
7319
7319
|
}
|
|
7320
7320
|
}
|
|
7321
7321
|
const Ooe = {
|
|
@@ -7350,10 +7350,10 @@ Component that was made reactive: `,
|
|
|
7350
7350
|
return d === 96 ? (t.consume(d), n++, s) : (t.exit("codeTextSequence"), l(d));
|
|
7351
7351
|
}
|
|
7352
7352
|
function l(d) {
|
|
7353
|
-
return d === null ? r(d) : d === 32 ? (t.enter("space"), t.consume(d), t.exit("space"), l) : d === 96 ? (a = t.enter("codeTextSequence"), i = 0, u(d)) :
|
|
7353
|
+
return d === null ? r(d) : d === 32 ? (t.enter("space"), t.consume(d), t.exit("space"), l) : d === 96 ? (a = t.enter("codeTextSequence"), i = 0, u(d)) : ft(d) ? (t.enter("lineEnding"), t.consume(d), t.exit("lineEnding"), l) : (t.enter("codeTextData"), c(d));
|
|
7354
7354
|
}
|
|
7355
7355
|
function c(d) {
|
|
7356
|
-
return d === null || d === 32 || d === 96 ||
|
|
7356
|
+
return d === null || d === 32 || d === 96 || ft(d) ? (t.exit("codeTextData"), l(d)) : (t.consume(d), c);
|
|
7357
7357
|
}
|
|
7358
7358
|
function u(d) {
|
|
7359
7359
|
return d === 96 ? (t.consume(d), i++, u) : i === n ? (t.exit("codeTextSequence"), t.exit("codeText"), e(d)) : (a.type = "codeTextData", c(d));
|
|
@@ -7373,7 +7373,7 @@ Component that was made reactive: `,
|
|
|
7373
7373
|
else if (n[1]._container) {
|
|
7374
7374
|
for (a = r, i = void 0; a-- && (o = t[a], o[1].type === "lineEnding" || o[1].type === "lineEndingBlank"); )
|
|
7375
7375
|
o[0] === "enter" && (i && (t[i][1].type = "lineEndingBlank"), o[1].type = "lineEnding", i = a);
|
|
7376
|
-
i && (n[1].end = Object.assign({}, t[i][1].start), s = t.slice(i, r), s.unshift(n),
|
|
7376
|
+
i && (n[1].end = Object.assign({}, t[i][1].start), s = t.slice(i, r), s.unshift(n), Li(t, i, r - i + 1, s));
|
|
7377
7377
|
}
|
|
7378
7378
|
}
|
|
7379
7379
|
return !c;
|
|
@@ -7394,7 +7394,7 @@ Component that was made reactive: `,
|
|
|
7394
7394
|
s[p][0] === "exit" && s[p - 1][0] === "enter" && s[p][1].type === s[p - 1][1].type && s[p][1].start.line !== s[p][1].end.line && (m = p + 1, O.push(m), h._tokenizer = void 0, h.previous = void 0, h = h.next);
|
|
7395
7395
|
for (o.events = [], h ? (h._tokenizer = void 0, h.previous = void 0) : O.pop(), p = O.length; p--; ) {
|
|
7396
7396
|
const y = s.slice(O[p], O[p + 1]), w = a.pop();
|
|
7397
|
-
l.unshift([w, w + y.length - 1]),
|
|
7397
|
+
l.unshift([w, w + y.length - 1]), Li(t, w, 2, y);
|
|
7398
7398
|
}
|
|
7399
7399
|
for (p = -1; ++p < l.length; )
|
|
7400
7400
|
c[f + l[p][0]] = f + l[p][1], f += l[p][1] - l[p][0] - 1;
|
|
@@ -7419,7 +7419,7 @@ Component that was made reactive: `,
|
|
|
7419
7419
|
}), i(s);
|
|
7420
7420
|
}
|
|
7421
7421
|
function i(s) {
|
|
7422
|
-
return s === null ? a(s) :
|
|
7422
|
+
return s === null ? a(s) : ft(s) ? t.check(
|
|
7423
7423
|
Soe,
|
|
7424
7424
|
o,
|
|
7425
7425
|
a
|
|
@@ -7442,7 +7442,7 @@ Component that was made reactive: `,
|
|
|
7442
7442
|
return t.exit("chunkContent"), t.enter("lineEnding"), t.consume(o), t.exit("lineEnding"), Zt(t, a, "linePrefix");
|
|
7443
7443
|
}
|
|
7444
7444
|
function a(o) {
|
|
7445
|
-
if (o === null ||
|
|
7445
|
+
if (o === null || ft(o))
|
|
7446
7446
|
return r(o);
|
|
7447
7447
|
const s = n.events[n.events.length - 1];
|
|
7448
7448
|
return !n.parser.constructs.disable.null.includes("codeIndented") && s && s[1].type === "linePrefix" && s[2].sliceSerialize(s[1], !0).length >= 4 ? e(o) : t.interrupt(n.parser.constructs.flow, r, e)(o);
|
|
@@ -7463,7 +7463,7 @@ Component that was made reactive: `,
|
|
|
7463
7463
|
}), h(y));
|
|
7464
7464
|
}
|
|
7465
7465
|
function h(y) {
|
|
7466
|
-
return y === 62 ? (t.exit("chunkString"), t.exit(s), p(y)) : y === null || y === 60 ||
|
|
7466
|
+
return y === 62 ? (t.exit("chunkString"), t.exit(s), p(y)) : y === null || y === 60 || ft(y) ? r(y) : (t.consume(y), y === 92 ? f : h);
|
|
7467
7467
|
}
|
|
7468
7468
|
function f(y) {
|
|
7469
7469
|
return y === 60 || y === 62 || y === 92 ? (t.consume(y), h) : h(y);
|
|
@@ -7488,12 +7488,12 @@ Component that was made reactive: `,
|
|
|
7488
7488
|
// which doesn’t need this.
|
|
7489
7489
|
// Hidden footnotes hook.
|
|
7490
7490
|
/* c8 ignore next 3 */
|
|
7491
|
-
h === 94 && !s && "_hiddenFootnoteSupport" in o.parser.constructs ? r(h) : h === 93 ? (t.exit(a), t.enter(i), t.consume(h), t.exit(i), t.exit(n), e) :
|
|
7491
|
+
h === 94 && !s && "_hiddenFootnoteSupport" in o.parser.constructs ? r(h) : h === 93 ? (t.exit(a), t.enter(i), t.consume(h), t.exit(i), t.exit(n), e) : ft(h) ? (t.enter("lineEnding"), t.consume(h), t.exit("lineEnding"), u) : (t.enter("chunkString", {
|
|
7492
7492
|
contentType: "string"
|
|
7493
7493
|
}), d(h));
|
|
7494
7494
|
}
|
|
7495
7495
|
function d(h) {
|
|
7496
|
-
return h === null || h === 91 || h === 93 ||
|
|
7496
|
+
return h === null || h === 91 || h === 93 || ft(h) || s++ > 999 ? (t.exit("chunkString"), u(h)) : (t.consume(h), l || (l = !At(h)), h === 92 ? p : d);
|
|
7497
7497
|
}
|
|
7498
7498
|
function p(h) {
|
|
7499
7499
|
return h === 91 || h === 92 || h === 93 ? (t.consume(h), s++, d) : d(h);
|
|
@@ -7509,12 +7509,12 @@ Component that was made reactive: `,
|
|
|
7509
7509
|
return p === o ? (t.enter(i), t.consume(p), t.exit(i), t.exit(n), e) : (t.enter(a), c(p));
|
|
7510
7510
|
}
|
|
7511
7511
|
function c(p) {
|
|
7512
|
-
return p === o ? (t.exit(a), l(o)) : p === null ? r(p) :
|
|
7512
|
+
return p === o ? (t.exit(a), l(o)) : p === null ? r(p) : ft(p) ? (t.enter("lineEnding"), t.consume(p), t.exit("lineEnding"), Zt(t, c, "linePrefix")) : (t.enter("chunkString", {
|
|
7513
7513
|
contentType: "string"
|
|
7514
7514
|
}), u(p));
|
|
7515
7515
|
}
|
|
7516
7516
|
function u(p) {
|
|
7517
|
-
return p === o || p === null ||
|
|
7517
|
+
return p === o || p === null || ft(p) ? (t.exit("chunkString"), c(p)) : (t.consume(p), p === 92 ? d : u);
|
|
7518
7518
|
}
|
|
7519
7519
|
function d(p) {
|
|
7520
7520
|
return p === o || p === 92 ? (t.consume(p), u) : u(p);
|
|
@@ -7524,7 +7524,7 @@ Component that was made reactive: `,
|
|
|
7524
7524
|
let r;
|
|
7525
7525
|
return n;
|
|
7526
7526
|
function n(i) {
|
|
7527
|
-
return
|
|
7527
|
+
return ft(i) ? (t.enter("lineEnding"), t.consume(i), t.exit("lineEnding"), r = !0, n) : At(i) ? Zt(
|
|
7528
7528
|
t,
|
|
7529
7529
|
n,
|
|
7530
7530
|
r ? "linePrefix" : "lineSuffix"
|
|
@@ -7585,7 +7585,7 @@ Component that was made reactive: `,
|
|
|
7585
7585
|
return At(h) ? Zt(t, p, "whitespace")(h) : p(h);
|
|
7586
7586
|
}
|
|
7587
7587
|
function p(h) {
|
|
7588
|
-
return h === null ||
|
|
7588
|
+
return h === null || ft(h) ? (t.exit("definition"), n.parser.defined.push(i), e(h)) : r(h);
|
|
7589
7589
|
}
|
|
7590
7590
|
}
|
|
7591
7591
|
function Toe(t, e, r) {
|
|
@@ -7607,7 +7607,7 @@ Component that was made reactive: `,
|
|
|
7607
7607
|
return At(s) ? Zt(t, o, "whitespace")(s) : o(s);
|
|
7608
7608
|
}
|
|
7609
7609
|
function o(s) {
|
|
7610
|
-
return s === null ||
|
|
7610
|
+
return s === null || ft(s) ? e(s) : r(s);
|
|
7611
7611
|
}
|
|
7612
7612
|
}
|
|
7613
7613
|
const Eoe = {
|
|
@@ -7620,7 +7620,7 @@ Component that was made reactive: `,
|
|
|
7620
7620
|
return t.enter("hardBreakEscape"), t.consume(a), i;
|
|
7621
7621
|
}
|
|
7622
7622
|
function i(a) {
|
|
7623
|
-
return
|
|
7623
|
+
return ft(a) ? (t.exit("hardBreakEscape"), e(a)) : r(a);
|
|
7624
7624
|
}
|
|
7625
7625
|
}
|
|
7626
7626
|
const Coe = {
|
|
@@ -7639,7 +7639,7 @@ Component that was made reactive: `,
|
|
|
7639
7639
|
start: t[n][1].start,
|
|
7640
7640
|
end: t[r][1].end,
|
|
7641
7641
|
contentType: "text"
|
|
7642
|
-
},
|
|
7642
|
+
}, Li(t, n, r - n + 1, [
|
|
7643
7643
|
["enter", i, e],
|
|
7644
7644
|
["enter", a, e],
|
|
7645
7645
|
["exit", a, e],
|
|
@@ -7659,7 +7659,7 @@ Component that was made reactive: `,
|
|
|
7659
7659
|
return u === 35 && n++ < 6 ? (t.consume(u), o) : u === null || hr(u) ? (t.exit("atxHeadingSequence"), s(u)) : r(u);
|
|
7660
7660
|
}
|
|
7661
7661
|
function s(u) {
|
|
7662
|
-
return u === 35 ? (t.enter("atxHeadingSequence"), l(u)) : u === null ||
|
|
7662
|
+
return u === 35 ? (t.enter("atxHeadingSequence"), l(u)) : u === null || ft(u) ? (t.exit("atxHeading"), e(u)) : At(u) ? Zt(t, s, "whitespace")(u) : (t.enter("atxHeadingText"), c(u));
|
|
7663
7663
|
}
|
|
7664
7664
|
function l(u) {
|
|
7665
7665
|
return u === 35 ? (t.consume(u), l) : (t.exit("atxHeadingSequence"), s(u));
|
|
@@ -7801,7 +7801,7 @@ Component that was made reactive: `,
|
|
|
7801
7801
|
return $ === null || $ === 60 || $ === 61 || $ === 62 || $ === 96 ? r($) : $ === 34 || $ === 39 ? (t.consume($), l = $, C) : At($) ? (t.consume($), _) : N($);
|
|
7802
7802
|
}
|
|
7803
7803
|
function C($) {
|
|
7804
|
-
return $ === l ? (t.consume($), l = null, Z) : $ === null ||
|
|
7804
|
+
return $ === l ? (t.consume($), l = null, Z) : $ === null || ft($) ? r($) : (t.consume($), C);
|
|
7805
7805
|
}
|
|
7806
7806
|
function N($) {
|
|
7807
7807
|
return $ === null || $ === 34 || $ === 39 || $ === 47 || $ === 60 || $ === 61 || $ === 62 || $ === 96 || hr($) ? P($) : (t.consume($), N);
|
|
@@ -7813,14 +7813,14 @@ Component that was made reactive: `,
|
|
|
7813
7813
|
return $ === 62 ? (t.consume($), Y) : r($);
|
|
7814
7814
|
}
|
|
7815
7815
|
function Y($) {
|
|
7816
|
-
return $ === null ||
|
|
7816
|
+
return $ === null || ft($) ? I($) : At($) ? (t.consume($), Y) : r($);
|
|
7817
7817
|
}
|
|
7818
7818
|
function I($) {
|
|
7819
|
-
return $ === 45 && i === 2 ? (t.consume($), xe) : $ === 60 && i === 1 ? (t.consume($), ee) : $ === 62 && i === 4 ? (t.consume($), M) : $ === 63 && i === 3 ? (t.consume($), Q) : $ === 93 && i === 5 ? (t.consume($), ge) :
|
|
7819
|
+
return $ === 45 && i === 2 ? (t.consume($), xe) : $ === 60 && i === 1 ? (t.consume($), ee) : $ === 62 && i === 4 ? (t.consume($), M) : $ === 63 && i === 3 ? (t.consume($), Q) : $ === 93 && i === 5 ? (t.consume($), ge) : ft($) && (i === 6 || i === 7) ? (t.exit("htmlFlowData"), t.check(
|
|
7820
7820
|
Noe,
|
|
7821
7821
|
q,
|
|
7822
7822
|
J
|
|
7823
|
-
)($)) : $ === null ||
|
|
7823
|
+
)($)) : $ === null || ft($) ? (t.exit("htmlFlowData"), J($)) : (t.consume($), I);
|
|
7824
7824
|
}
|
|
7825
7825
|
function J($) {
|
|
7826
7826
|
return t.check(
|
|
@@ -7833,7 +7833,7 @@ Component that was made reactive: `,
|
|
|
7833
7833
|
return t.enter("lineEnding"), t.consume($), t.exit("lineEnding"), ve;
|
|
7834
7834
|
}
|
|
7835
7835
|
function ve($) {
|
|
7836
|
-
return $ === null ||
|
|
7836
|
+
return $ === null || ft($) ? J($) : (t.enter("htmlFlowData"), I($));
|
|
7837
7837
|
}
|
|
7838
7838
|
function xe($) {
|
|
7839
7839
|
return $ === 45 ? (t.consume($), Q) : I($);
|
|
@@ -7855,7 +7855,7 @@ Component that was made reactive: `,
|
|
|
7855
7855
|
return $ === 62 ? (t.consume($), M) : $ === 45 && i === 2 ? (t.consume($), Q) : I($);
|
|
7856
7856
|
}
|
|
7857
7857
|
function M($) {
|
|
7858
|
-
return $ === null ||
|
|
7858
|
+
return $ === null || ft($) ? (t.exit("htmlFlowData"), q($)) : (t.consume($), M);
|
|
7859
7859
|
}
|
|
7860
7860
|
function q($) {
|
|
7861
7861
|
return t.exit("htmlFlow"), e($);
|
|
@@ -7865,7 +7865,7 @@ Component that was made reactive: `,
|
|
|
7865
7865
|
const n = this;
|
|
7866
7866
|
return i;
|
|
7867
7867
|
function i(o) {
|
|
7868
|
-
return
|
|
7868
|
+
return ft(o) ? (t.enter("lineEnding"), t.consume(o), t.exit("lineEnding"), a) : r(o);
|
|
7869
7869
|
}
|
|
7870
7870
|
function a(o) {
|
|
7871
7871
|
return n.parser.lazy[n.now().line] ? r(o) : e(o);
|
|
@@ -7898,7 +7898,7 @@ Component that was made reactive: `,
|
|
|
7898
7898
|
return Q === 45 ? (t.consume(Q), h) : r(Q);
|
|
7899
7899
|
}
|
|
7900
7900
|
function d(Q) {
|
|
7901
|
-
return Q === null ? r(Q) : Q === 45 ? (t.consume(Q), p) :
|
|
7901
|
+
return Q === null ? r(Q) : Q === 45 ? (t.consume(Q), p) : ft(Q) ? (o = d, ee(Q)) : (t.consume(Q), d);
|
|
7902
7902
|
}
|
|
7903
7903
|
function p(Q) {
|
|
7904
7904
|
return Q === 45 ? (t.consume(Q), h) : d(Q);
|
|
@@ -7911,7 +7911,7 @@ Component that was made reactive: `,
|
|
|
7911
7911
|
return Q === M.charCodeAt(a++) ? (t.consume(Q), a === M.length ? m : f) : r(Q);
|
|
7912
7912
|
}
|
|
7913
7913
|
function m(Q) {
|
|
7914
|
-
return Q === null ? r(Q) : Q === 93 ? (t.consume(Q), O) :
|
|
7914
|
+
return Q === null ? r(Q) : Q === 93 ? (t.consume(Q), O) : ft(Q) ? (o = m, ee(Q)) : (t.consume(Q), m);
|
|
7915
7915
|
}
|
|
7916
7916
|
function O(Q) {
|
|
7917
7917
|
return Q === 93 ? (t.consume(Q), y) : m(Q);
|
|
@@ -7920,10 +7920,10 @@ Component that was made reactive: `,
|
|
|
7920
7920
|
return Q === 62 ? xe(Q) : Q === 93 ? (t.consume(Q), y) : m(Q);
|
|
7921
7921
|
}
|
|
7922
7922
|
function w(Q) {
|
|
7923
|
-
return Q === null || Q === 62 ? xe(Q) :
|
|
7923
|
+
return Q === null || Q === 62 ? xe(Q) : ft(Q) ? (o = w, ee(Q)) : (t.consume(Q), w);
|
|
7924
7924
|
}
|
|
7925
7925
|
function S(Q) {
|
|
7926
|
-
return Q === null ? r(Q) : Q === 63 ? (t.consume(Q), x) :
|
|
7926
|
+
return Q === null ? r(Q) : Q === 63 ? (t.consume(Q), x) : ft(Q) ? (o = S, ee(Q)) : (t.consume(Q), S);
|
|
7927
7927
|
}
|
|
7928
7928
|
function x(Q) {
|
|
7929
7929
|
return Q === 62 ? xe(Q) : S(Q);
|
|
@@ -7935,25 +7935,25 @@ Component that was made reactive: `,
|
|
|
7935
7935
|
return Q === 45 || zn(Q) ? (t.consume(Q), _) : C(Q);
|
|
7936
7936
|
}
|
|
7937
7937
|
function C(Q) {
|
|
7938
|
-
return
|
|
7938
|
+
return ft(Q) ? (o = C, ee(Q)) : At(Q) ? (t.consume(Q), C) : xe(Q);
|
|
7939
7939
|
}
|
|
7940
7940
|
function N(Q) {
|
|
7941
7941
|
return Q === 45 || zn(Q) ? (t.consume(Q), N) : Q === 47 || Q === 62 || hr(Q) ? Z(Q) : r(Q);
|
|
7942
7942
|
}
|
|
7943
7943
|
function Z(Q) {
|
|
7944
|
-
return Q === 47 ? (t.consume(Q), xe) : Q === 58 || Q === 95 || si(Q) ? (t.consume(Q), T) :
|
|
7944
|
+
return Q === 47 ? (t.consume(Q), xe) : Q === 58 || Q === 95 || si(Q) ? (t.consume(Q), T) : ft(Q) ? (o = Z, ee(Q)) : At(Q) ? (t.consume(Q), Z) : xe(Q);
|
|
7945
7945
|
}
|
|
7946
7946
|
function T(Q) {
|
|
7947
7947
|
return Q === 45 || Q === 46 || Q === 58 || Q === 95 || zn(Q) ? (t.consume(Q), T) : Y(Q);
|
|
7948
7948
|
}
|
|
7949
7949
|
function Y(Q) {
|
|
7950
|
-
return Q === 61 ? (t.consume(Q), I) :
|
|
7950
|
+
return Q === 61 ? (t.consume(Q), I) : ft(Q) ? (o = Y, ee(Q)) : At(Q) ? (t.consume(Q), Y) : Z(Q);
|
|
7951
7951
|
}
|
|
7952
7952
|
function I(Q) {
|
|
7953
|
-
return Q === null || Q === 60 || Q === 61 || Q === 62 || Q === 96 ? r(Q) : Q === 34 || Q === 39 ? (t.consume(Q), i = Q, J) :
|
|
7953
|
+
return Q === null || Q === 60 || Q === 61 || Q === 62 || Q === 96 ? r(Q) : Q === 34 || Q === 39 ? (t.consume(Q), i = Q, J) : ft(Q) ? (o = I, ee(Q)) : At(Q) ? (t.consume(Q), I) : (t.consume(Q), ue);
|
|
7954
7954
|
}
|
|
7955
7955
|
function J(Q) {
|
|
7956
|
-
return Q === i ? (t.consume(Q), i = void 0, ve) : Q === null ? r(Q) :
|
|
7956
|
+
return Q === i ? (t.consume(Q), i = void 0, ve) : Q === null ? r(Q) : ft(Q) ? (o = J, ee(Q)) : (t.consume(Q), J);
|
|
7957
7957
|
}
|
|
7958
7958
|
function ue(Q) {
|
|
7959
7959
|
return Q === null || Q === 34 || Q === 39 || Q === 60 || Q === 61 || Q === 96 ? r(Q) : Q === 47 || Q === 62 || hr(Q) ? Z(Q) : (t.consume(Q), ue);
|
|
@@ -8041,7 +8041,7 @@ Component that was made reactive: `,
|
|
|
8041
8041
|
t[o - 2],
|
|
8042
8042
|
t[o - 1],
|
|
8043
8043
|
["exit", c, e]
|
|
8044
|
-
]), s = sa(s, t.slice(o + 1)), s = sa(s, [["exit", l, e]]),
|
|
8044
|
+
]), s = sa(s, t.slice(o + 1)), s = sa(s, [["exit", l, e]]), Li(t, a, t.length, s), t;
|
|
8045
8045
|
}
|
|
8046
8046
|
function Goe(t, e, r) {
|
|
8047
8047
|
const n = this;
|
|
@@ -8222,7 +8222,7 @@ Component that was made reactive: `,
|
|
|
8222
8222
|
return i = c, s(c);
|
|
8223
8223
|
}
|
|
8224
8224
|
function s(c) {
|
|
8225
|
-
return c === i ? (t.enter("thematicBreakSequence"), l(c)) : n >= 3 && (c === null ||
|
|
8225
|
+
return c === i ? (t.enter("thematicBreakSequence"), l(c)) : n >= 3 && (c === null || ft(c)) ? (t.exit("thematicBreak"), e(c)) : r(c);
|
|
8226
8226
|
}
|
|
8227
8227
|
function l(c) {
|
|
8228
8228
|
return c === i ? (t.consume(c), n++, l) : (t.exit("thematicBreakSequence"), At(c) ? Zt(t, s, "whitespace")(c) : s(c));
|
|
@@ -8378,7 +8378,7 @@ Component that was made reactive: `,
|
|
|
8378
8378
|
return c === i ? (t.consume(c), s) : (t.exit("setextHeadingLineSequence"), At(c) ? Zt(t, l, "lineSuffix")(c) : l(c));
|
|
8379
8379
|
}
|
|
8380
8380
|
function l(c) {
|
|
8381
|
-
return c === null ||
|
|
8381
|
+
return c === null || ft(c) ? (t.exit("setextHeadingLine"), e(c)) : r(c);
|
|
8382
8382
|
}
|
|
8383
8383
|
}
|
|
8384
8384
|
const mse = {
|
|
@@ -8588,7 +8588,7 @@ Component that was made reactive: `,
|
|
|
8588
8588
|
u = u(Y);
|
|
8589
8589
|
}
|
|
8590
8590
|
function w(Y) {
|
|
8591
|
-
|
|
8591
|
+
ft(Y) ? (n.line++, n.column = 1, n.offset += Y === -3 ? 2 : 1, T()) : Y !== -1 && (n.column++, n.offset++), n._bufferIndex < 0 ? n._index++ : (n._bufferIndex++, n._bufferIndex === o[n._index].length && (n._bufferIndex = -1, n._index++)), c.previous = Y;
|
|
8592
8592
|
}
|
|
8593
8593
|
function S(Y, I) {
|
|
8594
8594
|
const J = I || {};
|
|
@@ -8650,7 +8650,7 @@ Component that was made reactive: `,
|
|
|
8650
8650
|
}
|
|
8651
8651
|
}
|
|
8652
8652
|
function N(Y, I) {
|
|
8653
|
-
Y.resolveAll && !a.includes(Y) && a.push(Y), Y.resolve &&
|
|
8653
|
+
Y.resolveAll && !a.includes(Y) && a.push(Y), Y.resolve && Li(
|
|
8654
8654
|
c.events,
|
|
8655
8655
|
I,
|
|
8656
8656
|
c.events.length - I,
|
|
@@ -10684,7 +10684,7 @@ Component that was made reactive: `,
|
|
|
10684
10684
|
i(null, o);
|
|
10685
10685
|
}
|
|
10686
10686
|
}
|
|
10687
|
-
class
|
|
10687
|
+
class $i extends Error {
|
|
10688
10688
|
/**
|
|
10689
10689
|
* Create a message for `reason`.
|
|
10690
10690
|
*
|
|
@@ -10758,19 +10758,19 @@ Component that was made reactive: `,
|
|
|
10758
10758
|
this.ancestors = a.ancestors || void 0, this.cause = a.cause || void 0, this.column = s ? s.column : void 0, this.fatal = void 0, this.file, this.message = i, this.line = s ? s.line : void 0, this.name = Nm(a.place) || "1:1", this.place = a.place || void 0, this.reason = this.message, this.ruleId = a.ruleId || void 0, this.source = a.source || void 0, this.stack = o && a.cause && typeof a.cause.stack == "string" ? a.cause.stack : "", this.actual, this.expected, this.note, this.url;
|
|
10759
10759
|
}
|
|
10760
10760
|
}
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
|
|
10764
|
-
|
|
10765
|
-
|
|
10766
|
-
|
|
10767
|
-
|
|
10768
|
-
|
|
10769
|
-
|
|
10770
|
-
|
|
10771
|
-
|
|
10772
|
-
|
|
10773
|
-
|
|
10761
|
+
$i.prototype.file = "";
|
|
10762
|
+
$i.prototype.name = "";
|
|
10763
|
+
$i.prototype.reason = "";
|
|
10764
|
+
$i.prototype.message = "";
|
|
10765
|
+
$i.prototype.stack = "";
|
|
10766
|
+
$i.prototype.column = void 0;
|
|
10767
|
+
$i.prototype.line = void 0;
|
|
10768
|
+
$i.prototype.ancestors = void 0;
|
|
10769
|
+
$i.prototype.cause = void 0;
|
|
10770
|
+
$i.prototype.fatal = void 0;
|
|
10771
|
+
$i.prototype.place = void 0;
|
|
10772
|
+
$i.prototype.ruleId = void 0;
|
|
10773
|
+
$i.prototype.source = void 0;
|
|
10774
10774
|
const yo = { basename: Gle, dirname: Hle, extname: Kle, join: Jle, sep: "/" };
|
|
10775
10775
|
function Gle(t, e) {
|
|
10776
10776
|
if (e !== void 0 && typeof e != "string")
|
|
@@ -11284,7 +11284,7 @@ Component that was made reactive: `,
|
|
|
11284
11284
|
* Message.
|
|
11285
11285
|
*/
|
|
11286
11286
|
message(e, r, n) {
|
|
11287
|
-
const i = new
|
|
11287
|
+
const i = new $i(
|
|
11288
11288
|
// @ts-expect-error: the overloads are fine.
|
|
11289
11289
|
e,
|
|
11290
11290
|
r,
|
|
@@ -26317,7 +26317,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
26317
26317
|
_a.prototype.mustUseProperty = !1;
|
|
26318
26318
|
_a.prototype.defined = !1;
|
|
26319
26319
|
let Epe = 0;
|
|
26320
|
-
const $t = yd(), Lr = yd(), nM = yd(), je = yd(), Or = yd(), Ep = yd(),
|
|
26320
|
+
const $t = yd(), Lr = yd(), nM = yd(), je = yd(), Or = yd(), Ep = yd(), Ni = yd();
|
|
26321
26321
|
function yd() {
|
|
26322
26322
|
return 2 ** ++Epe;
|
|
26323
26323
|
}
|
|
@@ -26325,7 +26325,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
26325
26325
|
__proto__: null,
|
|
26326
26326
|
boolean: $t,
|
|
26327
26327
|
booleanish: Lr,
|
|
26328
|
-
commaOrSpaceSeparated:
|
|
26328
|
+
commaOrSpaceSeparated: Ni,
|
|
26329
26329
|
commaSeparated: Ep,
|
|
26330
26330
|
number: je,
|
|
26331
26331
|
overloadedBoolean: nM,
|
|
@@ -26990,7 +26990,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
26990
26990
|
},
|
|
26991
26991
|
transform: oM,
|
|
26992
26992
|
properties: {
|
|
26993
|
-
about:
|
|
26993
|
+
about: Ni,
|
|
26994
26994
|
accentHeight: je,
|
|
26995
26995
|
accumulate: null,
|
|
26996
26996
|
additive: null,
|
|
@@ -27102,7 +27102,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
27102
27102
|
k2: je,
|
|
27103
27103
|
k3: je,
|
|
27104
27104
|
k4: je,
|
|
27105
|
-
kernelMatrix:
|
|
27105
|
+
kernelMatrix: Ni,
|
|
27106
27106
|
kernelUnitLength: null,
|
|
27107
27107
|
keyPoints: null,
|
|
27108
27108
|
// SEMI_COLON_SEPARATED
|
|
@@ -27259,21 +27259,21 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
27259
27259
|
preserveAspectRatio: null,
|
|
27260
27260
|
primitiveUnits: null,
|
|
27261
27261
|
propagate: null,
|
|
27262
|
-
property:
|
|
27262
|
+
property: Ni,
|
|
27263
27263
|
r: null,
|
|
27264
27264
|
radius: null,
|
|
27265
27265
|
referrerPolicy: null,
|
|
27266
27266
|
refX: null,
|
|
27267
27267
|
refY: null,
|
|
27268
|
-
rel:
|
|
27269
|
-
rev:
|
|
27268
|
+
rel: Ni,
|
|
27269
|
+
rev: Ni,
|
|
27270
27270
|
renderingIntent: null,
|
|
27271
27271
|
repeatCount: null,
|
|
27272
27272
|
repeatDur: null,
|
|
27273
|
-
requiredExtensions:
|
|
27274
|
-
requiredFeatures:
|
|
27275
|
-
requiredFonts:
|
|
27276
|
-
requiredFormats:
|
|
27273
|
+
requiredExtensions: Ni,
|
|
27274
|
+
requiredFeatures: Ni,
|
|
27275
|
+
requiredFonts: Ni,
|
|
27276
|
+
requiredFormats: Ni,
|
|
27277
27277
|
resource: null,
|
|
27278
27278
|
restart: null,
|
|
27279
27279
|
result: null,
|
|
@@ -27301,7 +27301,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
27301
27301
|
strikethroughThickness: je,
|
|
27302
27302
|
string: null,
|
|
27303
27303
|
stroke: null,
|
|
27304
|
-
strokeDashArray:
|
|
27304
|
+
strokeDashArray: Ni,
|
|
27305
27305
|
strokeDashOffset: null,
|
|
27306
27306
|
strokeLineCap: null,
|
|
27307
27307
|
strokeLineJoin: null,
|
|
@@ -27315,7 +27315,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
27315
27315
|
syncMaster: null,
|
|
27316
27316
|
syncTolerance: null,
|
|
27317
27317
|
syncToleranceDefault: null,
|
|
27318
|
-
systemLanguage:
|
|
27318
|
+
systemLanguage: Ni,
|
|
27319
27319
|
tabIndex: je,
|
|
27320
27320
|
tableValues: null,
|
|
27321
27321
|
target: null,
|
|
@@ -27329,7 +27329,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
27329
27329
|
title: null,
|
|
27330
27330
|
transformBehavior: null,
|
|
27331
27331
|
type: null,
|
|
27332
|
-
typeOf:
|
|
27332
|
+
typeOf: Ni,
|
|
27333
27333
|
to: null,
|
|
27334
27334
|
transform: null,
|
|
27335
27335
|
transformOrigin: null,
|
|
@@ -29199,17 +29199,17 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29199
29199
|
["exit", o[c][1], s],
|
|
29200
29200
|
["enter", d, s]
|
|
29201
29201
|
], h = s.parser.constructs.insideSpan.null;
|
|
29202
|
-
h &&
|
|
29202
|
+
h && Li(
|
|
29203
29203
|
p,
|
|
29204
29204
|
p.length,
|
|
29205
29205
|
0,
|
|
29206
29206
|
Sw(h, o.slice(c + 1, l), s)
|
|
29207
|
-
),
|
|
29207
|
+
), Li(p, p.length, 0, [
|
|
29208
29208
|
["exit", d, s],
|
|
29209
29209
|
["enter", o[l][1], s],
|
|
29210
29210
|
["exit", o[l][1], s],
|
|
29211
29211
|
["exit", u, s]
|
|
29212
|
-
]),
|
|
29212
|
+
]), Li(o, c - 1, l - c + 3, p), l = c + p.length - 2;
|
|
29213
29213
|
break;
|
|
29214
29214
|
}
|
|
29215
29215
|
}
|
|
@@ -29360,7 +29360,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29360
29360
|
return T === 124 || (o = !0, a += 1), u(T);
|
|
29361
29361
|
}
|
|
29362
29362
|
function u(T) {
|
|
29363
|
-
return T === null ? r(T) :
|
|
29363
|
+
return T === null ? r(T) : ft(T) ? a > 1 ? (a = 0, n.interrupt = !0, t.exit("tableRow"), t.enter("lineEnding"), t.consume(T), t.exit("lineEnding"), h) : r(T) : At(T) ? Zt(t, u, "whitespace")(T) : (a += 1, o && (o = !1, i += 1), T === 124 ? (t.enter("tableCellDivider"), t.consume(T), t.exit("tableCellDivider"), o = !0, u) : (t.enter("data"), d(T)));
|
|
29364
29364
|
}
|
|
29365
29365
|
function d(T) {
|
|
29366
29366
|
return T === null || T === 124 || hr(T) ? (t.exit("data"), u(T)) : (t.consume(T), T === 92 ? p : d);
|
|
@@ -29383,7 +29383,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29383
29383
|
return At(T) ? Zt(t, O, "whitespace")(T) : O(T);
|
|
29384
29384
|
}
|
|
29385
29385
|
function O(T) {
|
|
29386
|
-
return T === 58 ? (a += 1, o = !0, t.enter("tableDelimiterMarker"), t.consume(T), t.exit("tableDelimiterMarker"), y) : T === 45 ? (a += 1, y(T)) : T === null ||
|
|
29386
|
+
return T === 58 ? (a += 1, o = !0, t.enter("tableDelimiterMarker"), t.consume(T), t.exit("tableDelimiterMarker"), y) : T === 45 ? (a += 1, y(T)) : T === null || ft(T) ? x(T) : P(T);
|
|
29387
29387
|
}
|
|
29388
29388
|
function y(T) {
|
|
29389
29389
|
return T === 45 ? (t.enter("tableDelimiterFiller"), w(T)) : P(T);
|
|
@@ -29395,7 +29395,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29395
29395
|
return At(T) ? Zt(t, x, "whitespace")(T) : x(T);
|
|
29396
29396
|
}
|
|
29397
29397
|
function x(T) {
|
|
29398
|
-
return T === 124 ? f(T) : T === null ||
|
|
29398
|
+
return T === 124 ? f(T) : T === null || ft(T) ? !o || i !== a ? P(T) : (t.exit("tableDelimiterRow"), t.exit("tableHead"), e(T)) : P(T);
|
|
29399
29399
|
}
|
|
29400
29400
|
function P(T) {
|
|
29401
29401
|
return r(T);
|
|
@@ -29404,7 +29404,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29404
29404
|
return t.enter("tableRow"), C(T);
|
|
29405
29405
|
}
|
|
29406
29406
|
function C(T) {
|
|
29407
|
-
return T === 124 ? (t.enter("tableCellDivider"), t.consume(T), t.exit("tableCellDivider"), C) : T === null ||
|
|
29407
|
+
return T === 124 ? (t.enter("tableCellDivider"), t.consume(T), t.exit("tableCellDivider"), C) : T === null || ft(T) ? (t.exit("tableRow"), e(T)) : At(T) ? Zt(t, C, "whitespace")(T) : (t.enter("data"), N(T));
|
|
29408
29408
|
}
|
|
29409
29409
|
function N(T) {
|
|
29410
29410
|
return T === null || T === 124 || hr(T) ? (t.exit("data"), C(T)) : (t.consume(T), T === 92 ? Z : N);
|
|
@@ -29519,7 +29519,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
29519
29519
|
return l === 93 ? (t.enter("taskListCheckMarker"), t.consume(l), t.exit("taskListCheckMarker"), t.exit("taskListCheck"), s) : r(l);
|
|
29520
29520
|
}
|
|
29521
29521
|
function s(l) {
|
|
29522
|
-
return
|
|
29522
|
+
return ft(l) ? e(l) : At(l) ? t.check(
|
|
29523
29523
|
{
|
|
29524
29524
|
tokenize: ame
|
|
29525
29525
|
},
|
|
@@ -30408,7 +30408,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30408
30408
|
return so;
|
|
30409
30409
|
}, d$ = (t) => zOe().has(t), p$ = (t) => aq(wO ? re.process.env[t.toUpperCase()] : XOe.getItem(t)), LOe = (t) => d$("--" + t) || p$(t) !== null;
|
|
30410
30410
|
LOe("production");
|
|
30411
|
-
const sq = wO && WOe(re.process.env.FORCE_COLOR, ["true", "1", "2"]), FOe = !d$("no-colors") && (!wO || re.process.stdout.isTTY || sq) && (!wO || d$("color") || sq || p$("COLORTERM") !== null || (p$("TERM") || "").includes("color")), lq = 1, cq = 2, e_ = 4, t_ = 8, SO = 32, js = 64,
|
|
30411
|
+
const sq = wO && WOe(re.process.env.FORCE_COLOR, ["true", "1", "2"]), FOe = !d$("no-colors") && (!wO || re.process.stdout.isTTY || sq) && (!wO || d$("color") || sq || p$("COLORTERM") !== null || (p$("TERM") || "").includes("color")), lq = 1, cq = 2, e_ = 4, t_ = 8, SO = 32, js = 64, Fi = 128, Qw = 31, h$ = 63, Du = 127, BOe = 2147483647, jM = Number.MAX_SAFE_INTEGER, GOe = Number.isInteger || ((t) => typeof t == "number" && isFinite(t) && hc(t) === t), fc = (t) => new Error(t), Wo = () => {
|
|
30412
30412
|
throw fc("Method unimplemented");
|
|
30413
30413
|
}, Ga = () => {
|
|
30414
30414
|
throw fc("Unexpected case");
|
|
@@ -30424,12 +30424,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30424
30424
|
const Kh = (t) => new Tw(t), HOe = (t) => t.pos !== t.arr.length, KOe = (t, e) => {
|
|
30425
30425
|
const r = FE(t.arr.buffer, t.pos + t.arr.byteOffset, e);
|
|
30426
30426
|
return t.pos += e, r;
|
|
30427
|
-
},
|
|
30427
|
+
}, Ui = (t) => KOe(t, Rt(t)), lh = (t) => t.arr[t.pos++], Rt = (t) => {
|
|
30428
30428
|
let e = 0, r = 1;
|
|
30429
30429
|
const n = t.arr.length;
|
|
30430
30430
|
for (; t.pos < n; ) {
|
|
30431
30431
|
const i = t.arr[t.pos++];
|
|
30432
|
-
if (e = e + (i & Du) * r, r *= 128, i <
|
|
30432
|
+
if (e = e + (i & Du) * r, r *= 128, i < Fi)
|
|
30433
30433
|
return e;
|
|
30434
30434
|
if (e > jM)
|
|
30435
30435
|
throw ZM;
|
|
@@ -30438,11 +30438,11 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30438
30438
|
}, zE = (t) => {
|
|
30439
30439
|
let e = t.arr[t.pos++], r = e & h$, n = 64;
|
|
30440
30440
|
const i = (e & js) > 0 ? -1 : 1;
|
|
30441
|
-
if (!(e &
|
|
30441
|
+
if (!(e & Fi))
|
|
30442
30442
|
return i * r;
|
|
30443
30443
|
const a = t.arr.length;
|
|
30444
30444
|
for (; t.pos < a; ) {
|
|
30445
|
-
if (e = t.arr[t.pos++], r = r + (e & Du) * n, n *= 128, e <
|
|
30445
|
+
if (e = t.arr[t.pos++], r = r + (e & Du) * n, n *= 128, e < Fi)
|
|
30446
30446
|
return i * r;
|
|
30447
30447
|
if (r > jM)
|
|
30448
30448
|
throw ZM;
|
|
@@ -30470,7 +30470,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30470
30470
|
}
|
|
30471
30471
|
}, ege = (t) => (
|
|
30472
30472
|
/** @type any */
|
|
30473
|
-
jm.decode(
|
|
30473
|
+
jm.decode(Ui(t))
|
|
30474
30474
|
), Cp = jm ? ege : JOe, LE = (t, e) => {
|
|
30475
30475
|
const r = new DataView(t.arr.buffer, t.arr.byteOffset + t.pos, e);
|
|
30476
30476
|
return t.pos += e, r;
|
|
@@ -30511,7 +30511,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30511
30511
|
r.push(xO(t));
|
|
30512
30512
|
return r;
|
|
30513
30513
|
},
|
|
30514
|
-
|
|
30514
|
+
Ui
|
|
30515
30515
|
// CASE 116: Uint8Array
|
|
30516
30516
|
], xO = (t) => ige[127 - lh(t)](t);
|
|
30517
30517
|
class uq extends Tw {
|
|
@@ -30607,12 +30607,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30607
30607
|
t.cpos === r && (t.bufs.push(t.cbuf), t.cbuf = new Uint8Array(r * 2), t.cpos = 0), t.cbuf[t.cpos++] = e;
|
|
30608
30608
|
}, f$ = dn, Xt = (t, e) => {
|
|
30609
30609
|
for (; e > Du; )
|
|
30610
|
-
dn(t,
|
|
30610
|
+
dn(t, Fi | Du & e), e = hc(e / 128);
|
|
30611
30611
|
dn(t, Du & e);
|
|
30612
30612
|
}, BE = (t, e) => {
|
|
30613
30613
|
const r = NM(e);
|
|
30614
|
-
for (r && (e = -e), dn(t, (e > h$ ?
|
|
30615
|
-
dn(t, (e > Du ?
|
|
30614
|
+
for (r && (e = -e), dn(t, (e > h$ ? Fi : 0) | (r ? js : 0) | h$ & e), e = hc(e / 64); e > 0; )
|
|
30615
|
+
dn(t, (e > Du ? Fi : 0) | Du & e), e = hc(e / 128);
|
|
30616
30616
|
}, m$ = new Uint8Array(3e4), uge = m$.length / 3, dge = (t, e) => {
|
|
30617
30617
|
if (e.length < uge) {
|
|
30618
30618
|
const r = vO.encodeInto(e, m$).written || 0;
|
|
@@ -30620,7 +30620,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30620
30620
|
for (let n = 0; n < r; n++)
|
|
30621
30621
|
dn(t, m$[n]);
|
|
30622
30622
|
} else
|
|
30623
|
-
|
|
30623
|
+
ji(t, AOe(e));
|
|
30624
30624
|
}, pge = (t, e) => {
|
|
30625
30625
|
const r = unescape(encodeURIComponent(e)), n = r.length;
|
|
30626
30626
|
Xt(t, n);
|
|
@@ -30634,7 +30634,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30634
30634
|
vO.encodeInto ? dge : pge, Rw = (t, e) => {
|
|
30635
30635
|
const r = t.cbuf.length, n = t.cpos, i = XM(r - n, e.length), a = e.length - i;
|
|
30636
30636
|
t.cbuf.set(e.subarray(0, i), n), t.cpos += i, a > 0 && (t.bufs.push(t.cbuf), t.cbuf = new Uint8Array(vd(r * 2, a)), t.cbuf.set(e.subarray(i)), t.cpos = a);
|
|
30637
|
-
},
|
|
30637
|
+
}, ji = (t, e) => {
|
|
30638
30638
|
Xt(t, e.byteLength), Rw(t, e);
|
|
30639
30639
|
}, GE = (t, e) => {
|
|
30640
30640
|
cge(t, e);
|
|
@@ -30662,7 +30662,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
30662
30662
|
for (let r = 0; r < e.length; r++)
|
|
30663
30663
|
_O(t, e[r]);
|
|
30664
30664
|
} else if (e instanceof Uint8Array)
|
|
30665
|
-
dn(t, 116),
|
|
30665
|
+
dn(t, 116), ji(t, e);
|
|
30666
30666
|
else {
|
|
30667
30667
|
dn(t, 118);
|
|
30668
30668
|
const r = Object.keys(e);
|
|
@@ -31240,7 +31240,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31240
31240
|
* @return {Uint8Array}
|
|
31241
31241
|
*/
|
|
31242
31242
|
readBuf() {
|
|
31243
|
-
return sge(
|
|
31243
|
+
return sge(Ui(this.restDecoder));
|
|
31244
31244
|
}
|
|
31245
31245
|
/**
|
|
31246
31246
|
* Legacy implementation uses JSON parse. We use any-decoding in v2.
|
|
@@ -31286,7 +31286,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31286
31286
|
* @param {decoding.Decoder} decoder
|
|
31287
31287
|
*/
|
|
31288
31288
|
constructor(e) {
|
|
31289
|
-
super(e), this.keys = [], Rt(e), this.keyClockDecoder = new r_(
|
|
31289
|
+
super(e), this.keys = [], Rt(e), this.keyClockDecoder = new r_(Ui(e)), this.clientDecoder = new ly(Ui(e)), this.leftClockDecoder = new r_(Ui(e)), this.rightClockDecoder = new r_(Ui(e)), this.infoDecoder = new uq(Ui(e), lh), this.stringDecoder = new age(Ui(e)), this.parentInfoDecoder = new uq(Ui(e), lh), this.typeRefDecoder = new ly(Ui(e)), this.lenDecoder = new ly(Ui(e));
|
|
31290
31290
|
}
|
|
31291
31291
|
/**
|
|
31292
31292
|
* @return {ID}
|
|
@@ -31352,7 +31352,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31352
31352
|
* @return {Uint8Array}
|
|
31353
31353
|
*/
|
|
31354
31354
|
readBuf() {
|
|
31355
|
-
return
|
|
31355
|
+
return Ui(this.restDecoder);
|
|
31356
31356
|
}
|
|
31357
31357
|
/**
|
|
31358
31358
|
* This is mainly here for legacy purposes.
|
|
@@ -31461,7 +31461,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31461
31461
|
* @param {Uint8Array} buf
|
|
31462
31462
|
*/
|
|
31463
31463
|
writeBuf(e) {
|
|
31464
|
-
|
|
31464
|
+
ji(this.restEncoder, e);
|
|
31465
31465
|
}
|
|
31466
31466
|
/**
|
|
31467
31467
|
* @param {any} embed
|
|
@@ -31506,7 +31506,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31506
31506
|
}
|
|
31507
31507
|
toUint8Array() {
|
|
31508
31508
|
const e = Ew();
|
|
31509
|
-
return Xt(e, 0),
|
|
31509
|
+
return Xt(e, 0), ji(e, this.keyClockEncoder.toUint8Array()), ji(e, this.clientEncoder.toUint8Array()), ji(e, this.leftClockEncoder.toUint8Array()), ji(e, this.rightClockEncoder.toUint8Array()), ji(e, Uo(this.infoEncoder)), ji(e, this.stringEncoder.toUint8Array()), ji(e, Uo(this.parentInfoEncoder)), ji(e, this.typeRefEncoder.toUint8Array()), ji(e, this.lenEncoder.toUint8Array()), Rw(e, Uo(this.restEncoder)), Uo(e);
|
|
31510
31510
|
}
|
|
31511
31511
|
/**
|
|
31512
31512
|
* @param {ID} id
|
|
@@ -31568,7 +31568,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31568
31568
|
* @param {Uint8Array} buf
|
|
31569
31569
|
*/
|
|
31570
31570
|
writeBuf(e) {
|
|
31571
|
-
|
|
31571
|
+
ji(this.restEncoder, e);
|
|
31572
31572
|
}
|
|
31573
31573
|
/**
|
|
31574
31574
|
* This is mainly here for legacy purposes.
|
|
@@ -31636,11 +31636,11 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
31636
31636
|
break;
|
|
31637
31637
|
}
|
|
31638
31638
|
default: {
|
|
31639
|
-
const d = (u & (js |
|
|
31639
|
+
const d = (u & (js | Fi)) === 0, p = new pr(
|
|
31640
31640
|
kt(s, l),
|
|
31641
31641
|
null,
|
|
31642
31642
|
// leftd
|
|
31643
|
-
(u &
|
|
31643
|
+
(u & Fi) === Fi ? t.readLeftID() : null,
|
|
31644
31644
|
// origin
|
|
31645
31645
|
null,
|
|
31646
31646
|
// right
|
|
@@ -32332,11 +32332,11 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
32332
32332
|
const l = Rt(t.restDecoder);
|
|
32333
32333
|
yield new ua(kt(i, a), l), a += l;
|
|
32334
32334
|
} else if (Qw & s) {
|
|
32335
|
-
const l = (s & (js |
|
|
32335
|
+
const l = (s & (js | Fi)) === 0, c = new pr(
|
|
32336
32336
|
kt(i, a),
|
|
32337
32337
|
null,
|
|
32338
32338
|
// left
|
|
32339
|
-
(s &
|
|
32339
|
+
(s & Fi) === Fi ? t.readLeftID() : null,
|
|
32340
32340
|
// origin
|
|
32341
32341
|
null,
|
|
32342
32342
|
// right
|
|
@@ -35933,7 +35933,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), M = ee, Q = se), ge =
|
|
|
35933
35933
|
* @param {number} offset
|
|
35934
35934
|
*/
|
|
35935
35935
|
write(e, r) {
|
|
35936
|
-
const n = r > 0 ? kt(this.id.client, this.id.clock + r - 1) : this.origin, i = this.rightOrigin, a = this.parentSub, o = this.content.getRef() & Qw | (n === null ? 0 :
|
|
35936
|
+
const n = r > 0 ? kt(this.id.client, this.id.clock + r - 1) : this.origin, i = this.rightOrigin, a = this.parentSub, o = this.content.getRef() & Qw | (n === null ? 0 : Fi) | // origin is defined
|
|
35937
35937
|
(i === null ? 0 : js) | // right origin is defined
|
|
35938
35938
|
(a === null ? 0 : SO);
|
|
35939
35939
|
if (e.writeInfo(o), n !== null && e.writeLeftID(n), i !== null && e.writeRightID(i), n === null && i === null) {
|
|
@@ -42198,7 +42198,7 @@ ul,
|
|
|
42198
42198
|
},
|
|
42199
42199
|
setup(t) {
|
|
42200
42200
|
const e = t, r = ye("");
|
|
42201
|
-
return
|
|
42201
|
+
return ht(
|
|
42202
42202
|
() => e.value,
|
|
42203
42203
|
async () => {
|
|
42204
42204
|
var n;
|
|
@@ -58997,7 +58997,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
58997
58997
|
"purple",
|
|
58998
58998
|
"solarized"
|
|
58999
58999
|
], i = ye(null);
|
|
59000
|
-
|
|
59000
|
+
ht(i, () => {
|
|
59001
59001
|
i.value && e("updateContent", o(i.value));
|
|
59002
59002
|
});
|
|
59003
59003
|
function a(s) {
|
|
@@ -59006,7 +59006,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59006
59006
|
function o(s) {
|
|
59007
59007
|
return s === "Petstore" ? JSON.stringify(Pve, null, 2) : s === "CoinMarketCap" ? JSON.stringify(bve, null, 2) : s === "Tableau" ? JSON.stringify(qve, null, 2) : "";
|
|
59008
59008
|
}
|
|
59009
|
-
return
|
|
59009
|
+
return ht(
|
|
59010
59010
|
() => r.value,
|
|
59011
59011
|
() => {
|
|
59012
59012
|
a(i.value) || (i.value = null);
|
|
@@ -59460,7 +59460,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59460
59460
|
});
|
|
59461
59461
|
function b1e(t) {
|
|
59462
59462
|
let e = ye(iu.slice());
|
|
59463
|
-
return
|
|
59463
|
+
return ht([t], ([r], [n]) => {
|
|
59464
59464
|
n === !0 && r === !1 ? S5(() => {
|
|
59465
59465
|
e.value.splice(0);
|
|
59466
59466
|
}) : n === !1 && r === !0 && (e.value = iu.slice());
|
|
@@ -59483,7 +59483,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59483
59483
|
function v1e({ ownerDocument: t, container: e, initialFocus: r }, n) {
|
|
59484
59484
|
let i = ye(null), a = ye(!1);
|
|
59485
59485
|
return Qt(() => a.value = !0), vr(() => a.value = !1), Qt(() => {
|
|
59486
|
-
|
|
59486
|
+
ht([e, r, n], (o, s) => {
|
|
59487
59487
|
if (o.every((c, u) => (s == null ? void 0 : s[u]) === c) || !n.value)
|
|
59488
59488
|
return;
|
|
59489
59489
|
let l = Cn(e);
|
|
@@ -59629,7 +59629,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59629
59629
|
n == null || n(...o), i(...o);
|
|
59630
59630
|
}
|
|
59631
59631
|
Qt(() => {
|
|
59632
|
-
|
|
59632
|
+
ht(e, (o, s) => {
|
|
59633
59633
|
o ? a(0, t, r) : s === !0 && a(1, t, r);
|
|
59634
59634
|
}, { immediate: !0, flush: "sync" });
|
|
59635
59635
|
}), vr(() => {
|
|
@@ -59761,7 +59761,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59761
59761
|
let a = t.value ? n.value.get(t.value) : void 0;
|
|
59762
59762
|
return a ? a.count > 0 : !1;
|
|
59763
59763
|
});
|
|
59764
|
-
return
|
|
59764
|
+
return ht([t, e], ([a, o], [s], l) => {
|
|
59765
59765
|
if (!a || !o)
|
|
59766
59766
|
return;
|
|
59767
59767
|
Ou.dispatch("PUSH", a, r);
|
|
@@ -59989,7 +59989,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
59989
59989
|
a && (a.disconnect(), a = void 0);
|
|
59990
59990
|
}, l = Se(
|
|
59991
59991
|
() => Array.isArray(t) ? t.map((d) => Kq(d)) : [Kq(t)]
|
|
59992
|
-
), c =
|
|
59992
|
+
), c = ht(
|
|
59993
59993
|
l,
|
|
59994
59994
|
(d) => {
|
|
59995
59995
|
if (s(), o.value && n) {
|
|
@@ -60049,7 +60049,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
60049
60049
|
let s = "";
|
|
60050
60050
|
e.value.style.height = "1px", n.value = (a = e.value) == null ? void 0 : a.scrollHeight, t != null && t.styleTarget ? qY(t.styleTarget).style.height = `${n.value}px` : s = `${n.value}px`, e.value.style.height = s, (o = t == null ? void 0 : t.onResize) == null || o.call(t);
|
|
60051
60051
|
}
|
|
60052
|
-
return
|
|
60052
|
+
return ht([r, e], () => _i(i), { immediate: !0 }), twe(e, () => i()), t != null && t.watch && ht(t.watch, i, { immediate: !0, deep: !0 }), {
|
|
60053
60053
|
textarea: e,
|
|
60054
60054
|
input: r,
|
|
60055
60055
|
triggerResize: i
|
|
@@ -60157,7 +60157,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
60157
60157
|
console.error("[importUrl]", d), l.value = d;
|
|
60158
60158
|
});
|
|
60159
60159
|
};
|
|
60160
|
-
return
|
|
60160
|
+
return ht(i, () => {
|
|
60161
60161
|
var d;
|
|
60162
60162
|
if ((d = i.value) != null && d.length) {
|
|
60163
60163
|
const p = i.value[0], h = new FileReader();
|
|
@@ -62475,7 +62475,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62475
62475
|
}
|
|
62476
62476
|
}
|
|
62477
62477
|
Mv.prototype.contextual = jp.prototype.fallback = jp.prototype.extend = !1;
|
|
62478
|
-
class
|
|
62478
|
+
class Qi {
|
|
62479
62479
|
/**
|
|
62480
62480
|
Create a tokenizer. The first argument is the function that,
|
|
62481
62481
|
given an input stream, scans for the types of tokens it
|
|
@@ -62529,7 +62529,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62529
62529
|
let i = c8(r, n, e);
|
|
62530
62530
|
return i < 0 || c8(r, n, t) < i;
|
|
62531
62531
|
}
|
|
62532
|
-
const
|
|
62532
|
+
const Ai = typeof re.process < "u" && re.process.env && /\bparse\b/.test(re.process.env.LOG);
|
|
62533
62533
|
let h_ = null;
|
|
62534
62534
|
function u8(t, e, r) {
|
|
62535
62535
|
let n = t.cursor(ur.IncludeAnonymous);
|
|
@@ -62716,15 +62716,15 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62716
62716
|
if (!n.length) {
|
|
62717
62717
|
let o = i && zwe(i);
|
|
62718
62718
|
if (o)
|
|
62719
|
-
return
|
|
62719
|
+
return Ai && console.log("Finish with " + this.stackID(o)), this.stackToTree(o);
|
|
62720
62720
|
if (this.parser.strict)
|
|
62721
|
-
throw
|
|
62721
|
+
throw Ai && i && console.log("Stuck with token " + (this.tokens.mainToken ? this.parser.getName(this.tokens.mainToken.value) : "none")), new SyntaxError("No parse at " + r);
|
|
62722
62722
|
this.recovering || (this.recovering = 5);
|
|
62723
62723
|
}
|
|
62724
62724
|
if (this.recovering && i) {
|
|
62725
62725
|
let o = this.stoppedAt != null && i[0].pos > this.stoppedAt ? i[0] : this.runRecovery(i, a, n);
|
|
62726
62726
|
if (o)
|
|
62727
|
-
return
|
|
62727
|
+
return Ai && console.log("Force-finish " + this.stackID(o)), this.stackToTree(o.forceAll());
|
|
62728
62728
|
}
|
|
62729
62729
|
if (this.recovering) {
|
|
62730
62730
|
let o = this.recovering == 1 ? 1 : this.recovering * 3;
|
|
@@ -62768,7 +62768,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62768
62768
|
// given, stacks split off by ambiguous operations will be pushed to
|
|
62769
62769
|
// `split`, or added to `stacks` if they move `pos` forward.
|
|
62770
62770
|
advanceStack(e, r, n) {
|
|
62771
|
-
let i = e.pos, { parser: a } = this, o =
|
|
62771
|
+
let i = e.pos, { parser: a } = this, o = Ai ? this.stackID(e) + " -> " : "";
|
|
62772
62772
|
if (this.stoppedAt != null && i > this.stoppedAt)
|
|
62773
62773
|
return e.forceReduce() ? e : null;
|
|
62774
62774
|
if (this.fragments) {
|
|
@@ -62776,7 +62776,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62776
62776
|
for (let d = this.fragments.nodeAt(i); d; ) {
|
|
62777
62777
|
let p = this.parser.nodeSet.types[d.type.id] == d.type ? a.getGoto(e.state, d.type.id) : -1;
|
|
62778
62778
|
if (p > -1 && d.length && (!c || (d.prop(Yt.contextHash) || 0) == u))
|
|
62779
|
-
return e.useNode(d, p),
|
|
62779
|
+
return e.useNode(d, p), Ai && console.log(o + this.stackID(e) + ` (via reuse of ${a.getName(d.type.id)})`), !0;
|
|
62780
62780
|
if (!(d instanceof Bt) || d.children.length == 0 || d.positions[0] > 0)
|
|
62781
62781
|
break;
|
|
62782
62782
|
let h = d.children[0];
|
|
@@ -62792,7 +62792,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62792
62792
|
/* ParseState.DefaultReduce */
|
|
62793
62793
|
);
|
|
62794
62794
|
if (s > 0)
|
|
62795
|
-
return e.reduce(s),
|
|
62795
|
+
return e.reduce(s), Ai && console.log(o + this.stackID(e) + ` (via always-reduce ${a.getName(
|
|
62796
62796
|
s & 65535
|
|
62797
62797
|
/* Action.ValueMask */
|
|
62798
62798
|
)})`), !0;
|
|
@@ -62802,7 +62802,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62802
62802
|
let l = this.tokens.getActions(e);
|
|
62803
62803
|
for (let c = 0; c < l.length; ) {
|
|
62804
62804
|
let u = l[c++], d = l[c++], p = l[c++], h = c == l.length || !n, f = h ? e : e.split(), m = this.tokens.mainToken;
|
|
62805
|
-
if (f.apply(u, d, m ? m.start : f.pos, p),
|
|
62805
|
+
if (f.apply(u, d, m ? m.start : f.pos, p), Ai && console.log(o + this.stackID(f) + ` (via ${u & 65536 ? `reduce of ${a.getName(
|
|
62806
62806
|
u & 65535
|
|
62807
62807
|
/* Action.ValueMask */
|
|
62808
62808
|
)}` : "shift"} for ${a.getName(d)} @ ${i}${f == e ? "" : ", split"})`), h)
|
|
@@ -62826,15 +62826,15 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
62826
62826
|
runRecovery(e, r, n) {
|
|
62827
62827
|
let i = null, a = !1;
|
|
62828
62828
|
for (let o = 0; o < e.length; o++) {
|
|
62829
|
-
let s = e[o], l = r[o << 1], c = r[(o << 1) + 1], u =
|
|
62830
|
-
if (s.deadEnd && (a || (a = !0, s.restart(),
|
|
62829
|
+
let s = e[o], l = r[o << 1], c = r[(o << 1) + 1], u = Ai ? this.stackID(s) + " -> " : "";
|
|
62830
|
+
if (s.deadEnd && (a || (a = !0, s.restart(), Ai && console.log(u + this.stackID(s) + " (restarted)"), this.advanceFully(s, n))))
|
|
62831
62831
|
continue;
|
|
62832
62832
|
let d = s.split(), p = u;
|
|
62833
|
-
for (let h = 0; d.forceReduce() && h < 10 && (
|
|
62834
|
-
|
|
62833
|
+
for (let h = 0; d.forceReduce() && h < 10 && (Ai && console.log(p + this.stackID(d) + " (via force-reduce)"), !this.advanceFully(d, n)); h++)
|
|
62834
|
+
Ai && (p = this.stackID(d) + " -> ");
|
|
62835
62835
|
for (let h of s.recoverByInsert(l))
|
|
62836
|
-
|
|
62837
|
-
this.stream.end > s.pos ? (c == s.pos && (c++, l = 0), s.recoverByDelete(l, c),
|
|
62836
|
+
Ai && console.log(u + this.stackID(h) + " (via recover-insert)"), this.advanceFully(h, n);
|
|
62837
|
+
this.stream.end > s.pos ? (c == s.pos && (c++, l = 0), s.recoverByDelete(l, c), Ai && console.log(u + this.stackID(s) + ` (via recover-delete ${this.parser.getName(l)})`), d8(s, n)) : (!i || i.score < s.score) && (i = s);
|
|
62838
62838
|
}
|
|
62839
62839
|
return i;
|
|
62840
62840
|
}
|
|
@@ -63883,7 +63883,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
63883
63883
|
return t ? t.hash : 0;
|
|
63884
63884
|
},
|
|
63885
63885
|
strict: !1
|
|
63886
|
-
}), TSe = new
|
|
63886
|
+
}), TSe = new Qi((t, e) => {
|
|
63887
63887
|
if (t.next != KY) {
|
|
63888
63888
|
t.next < 0 && e.context && t.acceptToken(O_);
|
|
63889
63889
|
return;
|
|
@@ -63919,7 +63919,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
63919
63919
|
return t.acceptToken(LY);
|
|
63920
63920
|
i && g8[i] && g8[i][n] ? t.acceptToken(O_, -1) : t.acceptToken(Wv);
|
|
63921
63921
|
}
|
|
63922
|
-
}, { contextual: !0 }), ESe = new
|
|
63922
|
+
}, { contextual: !0 }), ESe = new Qi((t) => {
|
|
63923
63923
|
for (let e = 0, r = 0; ; r++) {
|
|
63924
63924
|
if (t.next < 0) {
|
|
63925
63925
|
r && t.acceptToken(O8);
|
|
@@ -63941,7 +63941,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
63941
63941
|
return !0;
|
|
63942
63942
|
return !1;
|
|
63943
63943
|
}
|
|
63944
|
-
const CSe = new
|
|
63944
|
+
const CSe = new Qi((t, e) => {
|
|
63945
63945
|
if (t.next == R5 && t.peek(1) == zv) {
|
|
63946
63946
|
let r = e.dialectEnabled(vSe) || RSe(e.context);
|
|
63947
63947
|
t.acceptToken(r ? sSe : m8, 2);
|
|
@@ -63950,7 +63950,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
63950
63950
|
});
|
|
63951
63951
|
function C5(t, e, r) {
|
|
63952
63952
|
let n = 2 + t.length;
|
|
63953
|
-
return new
|
|
63953
|
+
return new Qi((i) => {
|
|
63954
63954
|
for (let a = 0, o = 0, s = 0; ; s++) {
|
|
63955
63955
|
if (i.next < 0) {
|
|
63956
63956
|
s && i.acceptToken(e);
|
|
@@ -64104,7 +64104,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
64104
64104
|
function LSe(t) {
|
|
64105
64105
|
return t >= 48 && t <= 57;
|
|
64106
64106
|
}
|
|
64107
|
-
const FSe = new
|
|
64107
|
+
const FSe = new Qi((t, e) => {
|
|
64108
64108
|
for (let r = !1, n = 0, i = 0; ; i++) {
|
|
64109
64109
|
let { next: a } = t;
|
|
64110
64110
|
if (Lv(a) || a == yy || a == rW || r && LSe(a))
|
|
@@ -64114,12 +64114,12 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
64114
64114
|
break;
|
|
64115
64115
|
}
|
|
64116
64116
|
}
|
|
64117
|
-
}), BSe = new
|
|
64117
|
+
}), BSe = new Qi((t) => {
|
|
64118
64118
|
if (tW.includes(t.peek(-1))) {
|
|
64119
64119
|
let { next: e } = t;
|
|
64120
64120
|
(Lv(e) || e == rW || e == WSe || e == YSe || e == VSe || e == ZSe || e == yy) && t.acceptToken(USe);
|
|
64121
64121
|
}
|
|
64122
|
-
}), GSe = new
|
|
64122
|
+
}), GSe = new Qi((t) => {
|
|
64123
64123
|
if (!tW.includes(t.peek(-1))) {
|
|
64124
64124
|
let { next: e } = t;
|
|
64125
64125
|
if (e == zSe && (t.advance(), t.acceptToken(x8)), Lv(e)) {
|
|
@@ -64828,20 +64828,20 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
64828
64828
|
d += p.length;
|
|
64829
64829
|
t.length += d, sW(t, c, u, s, l, n, 0, i, a);
|
|
64830
64830
|
}
|
|
64831
|
-
let
|
|
64832
|
-
const J$ = /* @__PURE__ */ /Edge\/(\d+)/.exec(
|
|
64831
|
+
let Yi = typeof navigator < "u" ? navigator : { userAgent: "", vendor: "", platform: "" }, K$ = typeof document < "u" ? document : { documentElement: { style: {} } };
|
|
64832
|
+
const J$ = /* @__PURE__ */ /Edge\/(\d+)/.exec(Yi.userAgent), cW = /* @__PURE__ */ /MSIE \d/.test(Yi.userAgent), e2 = /* @__PURE__ */ /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Yi.userAgent), Vw = !!(cW || e2 || J$), R8 = !Vw && /* @__PURE__ */ /gecko\/(\d+)/i.test(Yi.userAgent), y_ = !Vw && /* @__PURE__ */ /Chrome\/(\d+)/.exec(Yi.userAgent), C8 = "webkitFontSmoothing" in K$.documentElement.style, uW = !Vw && /* @__PURE__ */ /Apple Computer/.test(Yi.vendor), A8 = uW && (/* @__PURE__ */ /Mobile\/\w+/.test(Yi.userAgent) || Yi.maxTouchPoints > 2);
|
|
64833
64833
|
var it = {
|
|
64834
|
-
mac: A8 || /* @__PURE__ */ /Mac/.test(
|
|
64835
|
-
windows: /* @__PURE__ */ /Win/.test(
|
|
64836
|
-
linux: /* @__PURE__ */ /Linux|X11/.test(
|
|
64834
|
+
mac: A8 || /* @__PURE__ */ /Mac/.test(Yi.platform),
|
|
64835
|
+
windows: /* @__PURE__ */ /Win/.test(Yi.platform),
|
|
64836
|
+
linux: /* @__PURE__ */ /Linux|X11/.test(Yi.platform),
|
|
64837
64837
|
ie: Vw,
|
|
64838
64838
|
ie_version: cW ? K$.documentMode || 6 : e2 ? +e2[1] : J$ ? +J$[1] : 0,
|
|
64839
64839
|
gecko: R8,
|
|
64840
|
-
gecko_version: R8 ? +(/* @__PURE__ */ /Firefox\/(\d+)/.exec(
|
|
64840
|
+
gecko_version: R8 ? +(/* @__PURE__ */ /Firefox\/(\d+)/.exec(Yi.userAgent) || [0, 0])[1] : 0,
|
|
64841
64841
|
chrome: !!y_,
|
|
64842
64842
|
chrome_version: y_ ? +y_[1] : 0,
|
|
64843
64843
|
ios: A8,
|
|
64844
|
-
android: /* @__PURE__ */ /Android\b/.test(
|
|
64844
|
+
android: /* @__PURE__ */ /Android\b/.test(Yi.userAgent),
|
|
64845
64845
|
webkit: C8,
|
|
64846
64846
|
safari: uW,
|
|
64847
64847
|
webkit_version: C8 ? +(/* @__PURE__ */ /\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0,
|
|
@@ -67358,7 +67358,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67358
67358
|
return a.updateHeight(n, 0);
|
|
67359
67359
|
}
|
|
67360
67360
|
static empty() {
|
|
67361
|
-
return new
|
|
67361
|
+
return new Zi(0, 0);
|
|
67362
67362
|
}
|
|
67363
67363
|
// nodes uses null values to indicate the position of line breaks.
|
|
67364
67364
|
// There are never line breaks at the start or end of the array, or
|
|
@@ -67410,7 +67410,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67410
67410
|
return `block(${this.length})`;
|
|
67411
67411
|
}
|
|
67412
67412
|
}
|
|
67413
|
-
class
|
|
67413
|
+
class Zi extends VW {
|
|
67414
67414
|
constructor(e, r) {
|
|
67415
67415
|
super(e, r, null), this.collapsed = 0, this.widgetHeight = 0, this.breaks = 0;
|
|
67416
67416
|
}
|
|
@@ -67419,7 +67419,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67419
67419
|
}
|
|
67420
67420
|
replace(e, r, n) {
|
|
67421
67421
|
let i = n[0];
|
|
67422
|
-
return n.length == 1 && (i instanceof
|
|
67422
|
+
return n.length == 1 && (i instanceof Zi || i instanceof _n && i.flags & 4) && Math.abs(this.length - i.length) < 10 ? (i instanceof _n ? i = new Zi(i.length, this.height) : i.height = this.height, this.outdated || (i.outdated = !1), i) : fi.of(n);
|
|
67423
67423
|
}
|
|
67424
67424
|
updateHeight(e, r = 0, n = !1, i) {
|
|
67425
67425
|
return i && i.from <= r && i.more ? this.setHeight(e, i.heights[i.index++]) : (n || this.outdated) && this.setHeight(e, Math.max(this.widgetHeight, e.heightForLine(this.length - this.collapsed)) + this.breaks * e.lineHeight), this.outdated = !1, this;
|
|
@@ -67501,7 +67501,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67501
67501
|
o.length && o.push(null);
|
|
67502
67502
|
let d = i.heights[i.index++];
|
|
67503
67503
|
l == -1 ? l = d : Math.abs(d - l) >= Sy && (l = -2);
|
|
67504
|
-
let p = new
|
|
67504
|
+
let p = new Zi(u, d);
|
|
67505
67505
|
p.outdated = !1, o.push(p), s += u + 1;
|
|
67506
67506
|
}
|
|
67507
67507
|
s <= a && o.push(null, new _n(a - s).updateHeight(e, s));
|
|
@@ -67597,7 +67597,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67597
67597
|
span(e, r) {
|
|
67598
67598
|
if (this.lineStart > -1) {
|
|
67599
67599
|
let n = Math.min(r, this.lineEnd), i = this.nodes[this.nodes.length - 1];
|
|
67600
|
-
i instanceof
|
|
67600
|
+
i instanceof Zi ? i.length += n - this.pos : (n > this.pos || !this.isCovered) && this.nodes.push(new Zi(n - this.pos, -1)), this.writtenTo = n, r > n && (this.nodes.push(null), this.writtenTo++, this.lineStart = -1);
|
|
67601
67601
|
}
|
|
67602
67602
|
this.pos = r;
|
|
67603
67603
|
}
|
|
@@ -67615,7 +67615,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67615
67615
|
if (this.lineStart > -1)
|
|
67616
67616
|
return;
|
|
67617
67617
|
let { from: e, to: r } = this.oracle.doc.lineAt(this.pos);
|
|
67618
|
-
this.lineStart = e, this.lineEnd = r, this.writtenTo < e && ((this.writtenTo < e - 1 || this.nodes[this.nodes.length - 1] == null) && this.nodes.push(this.blankContent(this.writtenTo, e - 1)), this.nodes.push(null)), this.pos > e && this.nodes.push(new
|
|
67618
|
+
this.lineStart = e, this.lineEnd = r, this.writtenTo < e && ((this.writtenTo < e - 1 || this.nodes[this.nodes.length - 1] == null) && this.nodes.push(this.blankContent(this.writtenTo, e - 1)), this.nodes.push(null)), this.pos > e && this.nodes.push(new Zi(this.pos - e, -1)), this.writtenTo = this.pos;
|
|
67619
67619
|
}
|
|
67620
67620
|
blankContent(e, r) {
|
|
67621
67621
|
let n = new _n(r - e);
|
|
@@ -67624,9 +67624,9 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67624
67624
|
ensureLine() {
|
|
67625
67625
|
this.enterLine();
|
|
67626
67626
|
let e = this.nodes.length ? this.nodes[this.nodes.length - 1] : null;
|
|
67627
|
-
if (e instanceof
|
|
67627
|
+
if (e instanceof Zi)
|
|
67628
67628
|
return e;
|
|
67629
|
-
let r = new
|
|
67629
|
+
let r = new Zi(0, -1);
|
|
67630
67630
|
return this.nodes.push(r), r;
|
|
67631
67631
|
}
|
|
67632
67632
|
addBlock(e) {
|
|
@@ -67640,10 +67640,10 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
67640
67640
|
}
|
|
67641
67641
|
finish(e) {
|
|
67642
67642
|
let r = this.nodes.length == 0 ? null : this.nodes[this.nodes.length - 1];
|
|
67643
|
-
this.lineStart > -1 && !(r instanceof
|
|
67643
|
+
this.lineStart > -1 && !(r instanceof Zi) && !this.isCovered ? this.nodes.push(new Zi(0, -1)) : (this.writtenTo < this.pos || r == null) && this.nodes.push(this.blankContent(this.writtenTo, this.pos));
|
|
67644
67644
|
let n = e;
|
|
67645
67645
|
for (let i of this.nodes)
|
|
67646
|
-
i instanceof
|
|
67646
|
+
i instanceof Zi && i.updateHeight(this.oracle, n), n += i ? i.length : 1;
|
|
67647
67647
|
return this.nodes;
|
|
67648
67648
|
}
|
|
67649
67649
|
// Always called with a region that on both sides either stretches
|
|
@@ -69927,7 +69927,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
69927
69927
|
*/
|
|
69928
69928
|
constructor(e, r, n = [], i = "") {
|
|
69929
69929
|
this.data = e, this.name = i, Kt.prototype.hasOwnProperty("tree") || Object.defineProperty(Kt.prototype, "tree", { get() {
|
|
69930
|
-
return
|
|
69930
|
+
return Gi(this);
|
|
69931
69931
|
} }), this.parser = r, this.extension = [
|
|
69932
69932
|
vh.of(this),
|
|
69933
69933
|
Kt.languageData.of((a, o, s) => {
|
|
@@ -69989,7 +69989,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
69989
69989
|
c instanceof Bt && i(c, a.positions[l] + o);
|
|
69990
69990
|
}
|
|
69991
69991
|
};
|
|
69992
|
-
return i(
|
|
69992
|
+
return i(Gi(e), 0), n;
|
|
69993
69993
|
}
|
|
69994
69994
|
/**
|
|
69995
69995
|
Indicates whether this language allows nested languages. The
|
|
@@ -70001,7 +70001,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
70001
70001
|
}
|
|
70002
70002
|
pa.setState = /* @__PURE__ */ Cr.define();
|
|
70003
70003
|
function fD(t, e, r) {
|
|
70004
|
-
let n = t.facet(vh), i =
|
|
70004
|
+
let n = t.facet(vh), i = Gi(t).topNode;
|
|
70005
70005
|
if (!n || n.allowsNesting)
|
|
70006
70006
|
for (let a = i; a; a = a.enter(e, r, ur.ExcludeBuffers))
|
|
70007
70007
|
a.type.isTop && (i = a);
|
|
@@ -70031,7 +70031,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
70031
70031
|
return this.parser.hasWrappers();
|
|
70032
70032
|
}
|
|
70033
70033
|
}
|
|
70034
|
-
function
|
|
70034
|
+
function Gi(t) {
|
|
70035
70035
|
let e = t.field(pa.state, !1);
|
|
70036
70036
|
return e ? e.tree : Bt.empty;
|
|
70037
70037
|
}
|
|
@@ -70419,10 +70419,10 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
70419
70419
|
}
|
|
70420
70420
|
class J_e {
|
|
70421
70421
|
constructor(e) {
|
|
70422
|
-
this.markCache = /* @__PURE__ */ Object.create(null), this.tree =
|
|
70422
|
+
this.markCache = /* @__PURE__ */ Object.create(null), this.tree = Gi(e.state), this.decorations = this.buildDeco(e, E_(e.state));
|
|
70423
70423
|
}
|
|
70424
70424
|
update(e) {
|
|
70425
|
-
let r =
|
|
70425
|
+
let r = Gi(e.state), n = E_(e.state), i = n != E_(e.startState);
|
|
70426
70426
|
r.length < e.view.viewport.to && !i && r.type == this.tree.type ? this.decorations = this.decorations.map(e.changes) : (r != this.tree || e.viewportChanged || i) && (this.tree = r, this.decorations = this.buildDeco(e.view, n));
|
|
70427
70427
|
}
|
|
70428
70428
|
buildDeco(e, r) {
|
|
@@ -70610,7 +70610,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
70610
70610
|
return new Nn(e);
|
|
70611
70611
|
}
|
|
70612
70612
|
getIndent(e, r) {
|
|
70613
|
-
let n =
|
|
70613
|
+
let n = Gi(e.state), i = n.resolve(r);
|
|
70614
70614
|
for (; i && i.type != this.topNode; )
|
|
70615
70615
|
i = i.parent;
|
|
70616
70616
|
if (!i)
|
|
@@ -71580,7 +71580,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
71580
71580
|
}
|
|
71581
71581
|
}
|
|
71582
71582
|
const fke = (t) => (e) => {
|
|
71583
|
-
let { state: r, pos: n } = e, i =
|
|
71583
|
+
let { state: r, pos: n } = e, i = Gi(r).resolveInner(n, -1), a = i.type.isError && i.from == i.to - 1 && r.doc.sliceString(i.from, i.to) == "-";
|
|
71584
71584
|
if (i.name == "PropertyName" || (a || i.name == "TagName") && /^(Block|Styles)$/.test(i.resolve(i.to).name))
|
|
71585
71585
|
return { from: i.from, options: A_(), validFor: kl };
|
|
71586
71586
|
if (i.name == "ValueName")
|
|
@@ -71656,13 +71656,13 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
71656
71656
|
return e == Ske || e == xke || e == vke ? t : e == wke;
|
|
71657
71657
|
},
|
|
71658
71658
|
strict: !1
|
|
71659
|
-
}), Eke = new
|
|
71659
|
+
}), Eke = new Qi((t, e) => {
|
|
71660
71660
|
let { next: r } = t;
|
|
71661
71661
|
(r == oz || r == -1 || e.context) && t.acceptToken(yke);
|
|
71662
|
-
}, { contextual: !0, fallback: !0 }), Rke = new
|
|
71662
|
+
}, { contextual: !0, fallback: !0 }), Rke = new Qi((t, e) => {
|
|
71663
71663
|
let { next: r } = t, n;
|
|
71664
71664
|
_ke.indexOf(r) > -1 || r == xD && ((n = t.peek(1)) == xD || n == Pke) || r != oz && r != kke && r != -1 && !e.context && t.acceptToken(gke);
|
|
71665
|
-
}, { contextual: !0 }), Cke = new
|
|
71665
|
+
}, { contextual: !0 }), Cke = new Qi((t, e) => {
|
|
71666
71666
|
let { next: r } = t;
|
|
71667
71667
|
if ((r == $ke || r == Qke) && (t.advance(), r == t.next)) {
|
|
71668
71668
|
t.advance();
|
|
@@ -71772,7 +71772,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
71772
71772
|
}
|
|
71773
71773
|
function lz(t, e) {
|
|
71774
71774
|
return (r) => {
|
|
71775
|
-
for (let n =
|
|
71775
|
+
for (let n = Gi(r.state).resolveInner(r.pos, -1); n; n = n.parent) {
|
|
71776
71776
|
if (t.indexOf(n.name) > -1)
|
|
71777
71777
|
return null;
|
|
71778
71778
|
if (n.type.isTop)
|
|
@@ -72219,7 +72219,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72219
72219
|
"?."
|
|
72220
72220
|
];
|
|
72221
72221
|
function tPe(t) {
|
|
72222
|
-
let e =
|
|
72222
|
+
let e = Gi(t.state).resolveInner(t.pos, -1);
|
|
72223
72223
|
if (fz.indexOf(e.name) > -1)
|
|
72224
72224
|
return null;
|
|
72225
72225
|
let r = e.name == "VariableName" || e.to - e.from < 20 && $D.test(t.state.sliceDoc(e.from, e.to));
|
|
@@ -72320,7 +72320,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72320
72320
|
return !1;
|
|
72321
72321
|
let a = i(), { state: o } = a, s = o.changeByRange((l) => {
|
|
72322
72322
|
var c;
|
|
72323
|
-
let { head: u } = l, d =
|
|
72323
|
+
let { head: u } = l, d = Gi(o).resolveInner(u - 1, -1), p;
|
|
72324
72324
|
if (d.name == "JSXStartTag" && (d = d.parent), !(o.doc.sliceString(u - 1, u) != n || d.name == "JSXAttributeValue" && d.to > u)) {
|
|
72325
72325
|
if (n == ">" && d.name == "JSXFragmentTag")
|
|
72326
72326
|
return { range: l, changes: { from: u, insert: "</>" } };
|
|
@@ -72342,7 +72342,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72342
72342
|
a,
|
|
72343
72343
|
o.update(s, { userEvent: "input.complete", scrollIntoView: !0 })
|
|
72344
72344
|
]), !0);
|
|
72345
|
-
}), If = ["_blank", "_self", "_top", "_parent"], q_ = ["ascii", "utf-8", "utf-16", "latin1", "latin1"], D_ = ["get", "post", "put", "delete"], X_ = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"],
|
|
72345
|
+
}), If = ["_blank", "_self", "_top", "_parent"], q_ = ["ascii", "utf-8", "utf-16", "latin1", "latin1"], D_ = ["get", "post", "put", "delete"], X_ = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"], qi = ["true", "false"], Je = {}, oPe = {
|
|
72346
72346
|
a: {
|
|
72347
72347
|
attrs: {
|
|
72348
72348
|
href: null,
|
|
@@ -72703,7 +72703,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72703
72703
|
}, wz = {
|
|
72704
72704
|
accesskey: null,
|
|
72705
72705
|
class: null,
|
|
72706
|
-
contenteditable:
|
|
72706
|
+
contenteditable: qi,
|
|
72707
72707
|
contextmenu: null,
|
|
72708
72708
|
dir: ["ltr", "rtl", "auto"],
|
|
72709
72709
|
draggable: ["true", "false", "auto"],
|
|
@@ -72717,9 +72717,9 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72717
72717
|
itemscope: ["itemscope"],
|
|
72718
72718
|
itemtype: null,
|
|
72719
72719
|
lang: ["ar", "bn", "de", "en-GB", "en-US", "es", "fr", "hi", "id", "ja", "pa", "pt", "ru", "tr", "zh"],
|
|
72720
|
-
spellcheck:
|
|
72721
|
-
autocorrect:
|
|
72722
|
-
autocapitalize:
|
|
72720
|
+
spellcheck: qi,
|
|
72721
|
+
autocorrect: qi,
|
|
72722
|
+
autocapitalize: qi,
|
|
72723
72723
|
style: null,
|
|
72724
72724
|
tabindex: null,
|
|
72725
72725
|
title: null,
|
|
@@ -72727,32 +72727,32 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72727
72727
|
rel: ["stylesheet", "alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch", "prev", "search", "tag"],
|
|
72728
72728
|
role: /* @__PURE__ */ "alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),
|
|
72729
72729
|
"aria-activedescendant": null,
|
|
72730
|
-
"aria-atomic":
|
|
72730
|
+
"aria-atomic": qi,
|
|
72731
72731
|
"aria-autocomplete": ["inline", "list", "both", "none"],
|
|
72732
|
-
"aria-busy":
|
|
72732
|
+
"aria-busy": qi,
|
|
72733
72733
|
"aria-checked": ["true", "false", "mixed", "undefined"],
|
|
72734
72734
|
"aria-controls": null,
|
|
72735
72735
|
"aria-describedby": null,
|
|
72736
|
-
"aria-disabled":
|
|
72736
|
+
"aria-disabled": qi,
|
|
72737
72737
|
"aria-dropeffect": null,
|
|
72738
72738
|
"aria-expanded": ["true", "false", "undefined"],
|
|
72739
72739
|
"aria-flowto": null,
|
|
72740
72740
|
"aria-grabbed": ["true", "false", "undefined"],
|
|
72741
|
-
"aria-haspopup":
|
|
72742
|
-
"aria-hidden":
|
|
72741
|
+
"aria-haspopup": qi,
|
|
72742
|
+
"aria-hidden": qi,
|
|
72743
72743
|
"aria-invalid": ["true", "false", "grammar", "spelling"],
|
|
72744
72744
|
"aria-label": null,
|
|
72745
72745
|
"aria-labelledby": null,
|
|
72746
72746
|
"aria-level": null,
|
|
72747
72747
|
"aria-live": ["off", "polite", "assertive"],
|
|
72748
|
-
"aria-multiline":
|
|
72749
|
-
"aria-multiselectable":
|
|
72748
|
+
"aria-multiline": qi,
|
|
72749
|
+
"aria-multiselectable": qi,
|
|
72750
72750
|
"aria-owns": null,
|
|
72751
72751
|
"aria-posinset": null,
|
|
72752
72752
|
"aria-pressed": ["true", "false", "mixed", "undefined"],
|
|
72753
|
-
"aria-readonly":
|
|
72753
|
+
"aria-readonly": qi,
|
|
72754
72754
|
"aria-relevant": null,
|
|
72755
|
-
"aria-required":
|
|
72755
|
+
"aria-required": qi,
|
|
72756
72756
|
"aria-selected": ["true", "false", "undefined"],
|
|
72757
72757
|
"aria-setsize": null,
|
|
72758
72758
|
"aria-sort": ["ascending", "descending", "none", "other"],
|
|
@@ -72858,7 +72858,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72858
72858
|
return { from: n, to: i, options: s, validFor: l };
|
|
72859
72859
|
}
|
|
72860
72860
|
function uPe(t, e) {
|
|
72861
|
-
let { state: r, pos: n } = e, i =
|
|
72861
|
+
let { state: r, pos: n } = e, i = Gi(r).resolveInner(n, -1), a = i.resolve(n);
|
|
72862
72862
|
for (let o = n, s; a == i && (s = i.childBefore(o)); ) {
|
|
72863
72863
|
let l = s.lastChild;
|
|
72864
72864
|
if (!l || !l.type.isError || l.from < l.to)
|
|
@@ -72971,7 +72971,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
72971
72971
|
return !1;
|
|
72972
72972
|
let a = i(), { state: o } = a, s = o.changeByRange((l) => {
|
|
72973
72973
|
var c, u, d;
|
|
72974
|
-
let p = o.doc.sliceString(l.from - 1, l.to) == n, { head: h } = l, f =
|
|
72974
|
+
let p = o.doc.sliceString(l.from - 1, l.to) == n, { head: h } = l, f = Gi(o).resolveInner(h - 1, -1), m;
|
|
72975
72975
|
if ((f.name == "TagName" || f.name == "StartTag") && (f = f.parent), p && n == ">" && f.name == "OpenTag") {
|
|
72976
72976
|
if (((u = (c = f.parent) === null || c === void 0 ? void 0 : c.lastChild) === null || u === void 0 ? void 0 : u.name) != "CloseTag" && (m = wh(o.doc, f.parent, h)) && !RD.has(m)) {
|
|
72977
72977
|
let O = h + (o.doc.sliceString(h, h + 1) === ">" ? 1 : 0), y = `</${m}>`;
|
|
@@ -73153,7 +73153,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73153
73153
|
function N_(t) {
|
|
73154
73154
|
return t == MO || t == VO;
|
|
73155
73155
|
}
|
|
73156
|
-
const u$e = new
|
|
73156
|
+
const u$e = new Qi((t, e) => {
|
|
73157
73157
|
let r;
|
|
73158
73158
|
if (t.next < 0)
|
|
73159
73159
|
t.acceptToken($Pe);
|
|
@@ -73166,7 +73166,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73166
73166
|
(t.next == MO || t.next == VO || t.next == F5) && t.acceptToken(CD, -n);
|
|
73167
73167
|
} else
|
|
73168
73168
|
N_(t.next) && t.acceptToken(kPe, 1);
|
|
73169
|
-
}, { contextual: !0 }), d$e = new
|
|
73169
|
+
}, { contextual: !0 }), d$e = new Qi((t, e) => {
|
|
73170
73170
|
let r = e.context.depth;
|
|
73171
73171
|
if (r < 0)
|
|
73172
73172
|
return;
|
|
@@ -73206,7 +73206,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73206
73206
|
hash(t) {
|
|
73207
73207
|
return t.hash;
|
|
73208
73208
|
}
|
|
73209
|
-
}), m$e = new
|
|
73209
|
+
}), m$e = new Qi((t) => {
|
|
73210
73210
|
for (let e = 0; e < 5; e++) {
|
|
73211
73211
|
if (t.next != "print".charCodeAt(e))
|
|
73212
73212
|
return;
|
|
@@ -73222,7 +73222,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73222
73222
|
}
|
|
73223
73223
|
});
|
|
73224
73224
|
function Fw(t, e, r, n, i) {
|
|
73225
|
-
return new
|
|
73225
|
+
return new Qi((a) => {
|
|
73226
73226
|
let o = a.pos;
|
|
73227
73227
|
for (; !(a.next < 0); )
|
|
73228
73228
|
if (a.next == AD)
|
|
@@ -73374,7 +73374,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73374
73374
|
}
|
|
73375
73375
|
const DD = /^[\w\xa1-\uffff][\w\d\xa1-\uffff]*$/, qz = ["String", "FormatString", "Comment", "PropertyName"];
|
|
73376
73376
|
function _$e(t) {
|
|
73377
|
-
let e =
|
|
73377
|
+
let e = Gi(t.state).resolveInner(t.pos, -1);
|
|
73378
73378
|
if (qz.indexOf(e.name) > -1)
|
|
73379
73379
|
return null;
|
|
73380
73380
|
let r = e.name == "VariableName" || e.to - e.from < 20 && DD.test(t.state.sliceDoc(e.from, e.to));
|
|
@@ -73691,7 +73691,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73691
73691
|
t = t.prev;
|
|
73692
73692
|
}
|
|
73693
73693
|
}
|
|
73694
|
-
function
|
|
73694
|
+
function Ki(t) {
|
|
73695
73695
|
var e = t.statementIndentUnit, r = t.dontAlignCalls, n = t.keywords || {}, i = t.types || {}, a = t.builtin || {}, o = t.blockKeywords || {}, s = t.defKeywords || {}, l = t.atoms || {}, c = t.hooks || {}, u = t.multiLineStrings, d = t.indentStatements !== !1, p = t.indentSwitch !== !1, h = t.namespaceSeparator, f = t.isPunctuationChar || /[\[\]{}\(\),;\:\.]/, m = t.numberStart || /[\d\.]/, O = t.number || /^(?:0x[a-f\d]+|0b[01]+|(?:\d+\.?\d*|\.\d+)(?:e[-+]?\d+)?)(u|ll?|l|f)?/i, y = t.isOperatorChar || /[+\-*&%=<>!?|\/]/, w = t.isIdentifierChar || /[\w\$_\xa1-\uffff]/, S = t.isReservedIdentifier || !1, x, P;
|
|
73696
73696
|
function _(T, Y) {
|
|
73697
73697
|
var I = T.next();
|
|
@@ -73885,7 +73885,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73885
73885
|
var r = e.cpp11RawStringDelim.replace(/[^\w\s]/g, "\\$&"), n = t.match(new RegExp(".*?\\)" + r + '"'));
|
|
73886
73886
|
return n ? e.tokenize = null : t.skipToEnd(), "string";
|
|
73887
73887
|
}
|
|
73888
|
-
const R$e =
|
|
73888
|
+
const R$e = Ki({
|
|
73889
73889
|
name: "c",
|
|
73890
73890
|
keywords: Be(Lg),
|
|
73891
73891
|
types: Fg,
|
|
@@ -73899,7 +73899,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73899
73899
|
"*": Gw
|
|
73900
73900
|
}
|
|
73901
73901
|
});
|
|
73902
|
-
|
|
73902
|
+
Ki({
|
|
73903
73903
|
name: "cpp",
|
|
73904
73904
|
keywords: Be(Lg + " " + Dz),
|
|
73905
73905
|
types: Fg,
|
|
@@ -73934,7 +73934,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73934
73934
|
},
|
|
73935
73935
|
namespaceSeparator: "::"
|
|
73936
73936
|
});
|
|
73937
|
-
|
|
73937
|
+
Ki({
|
|
73938
73938
|
name: "java",
|
|
73939
73939
|
keywords: Be("abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while @interface"),
|
|
73940
73940
|
types: Be("var byte short int long float double boolean char void Boolean Byte Character Double Float Integer Long Number Object Short String StringBuffer StringBuilder Void"),
|
|
@@ -73952,7 +73952,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73952
73952
|
}
|
|
73953
73953
|
}
|
|
73954
73954
|
});
|
|
73955
|
-
const C$e =
|
|
73955
|
+
const C$e = Ki({
|
|
73956
73956
|
name: "csharp",
|
|
73957
73957
|
keywords: Be("abstract as async await base break case catch checked class const continue default delegate do else enum event explicit extern finally fixed for foreach goto if implicit in init interface internal is lock namespace new operator out override params private protected public readonly record ref required return sealed sizeof stackalloc static struct switch this throw try typeof unchecked unsafe using virtual void volatile while add alias ascending descending dynamic from get global group into join let orderby partial remove select set value var yield"),
|
|
73958
73958
|
types: Be("Action Boolean Byte Char DateTime DateTimeOffset Decimal Double Func Guid Int16 Int32 Int64 Object SByte Single String Task TimeSpan UInt16 UInt32 UInt64 bool byte char decimal double short int long object sbyte float string ushort uint ulong"),
|
|
@@ -73990,7 +73990,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
73990
73990
|
return "comment";
|
|
73991
73991
|
};
|
|
73992
73992
|
}
|
|
73993
|
-
|
|
73993
|
+
Ki({
|
|
73994
73994
|
name: "scala",
|
|
73995
73995
|
keywords: Be(
|
|
73996
73996
|
/* scala */
|
|
@@ -74044,7 +74044,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74044
74044
|
return (a || !t) && (r.tokenize = null), "string";
|
|
74045
74045
|
};
|
|
74046
74046
|
}
|
|
74047
|
-
const q$e =
|
|
74047
|
+
const q$e = Ki({
|
|
74048
74048
|
name: "kotlin",
|
|
74049
74049
|
keywords: Be(
|
|
74050
74050
|
/*keywords*/
|
|
@@ -74088,7 +74088,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74088
74088
|
closeBrackets: { brackets: ["(", "[", "{", "'", '"', '"""'] }
|
|
74089
74089
|
}
|
|
74090
74090
|
});
|
|
74091
|
-
|
|
74091
|
+
Ki({
|
|
74092
74092
|
name: "shader",
|
|
74093
74093
|
keywords: Be("sampler1D sampler2D sampler3D samplerCube sampler1DShadow sampler2DShadow const attribute uniform varying break continue discard return for while do if else struct in out inout"),
|
|
74094
74094
|
types: Be("float int bool void vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 mat2 mat3 mat4"),
|
|
@@ -74098,7 +74098,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74098
74098
|
indentSwitch: !1,
|
|
74099
74099
|
hooks: { "#": Cc }
|
|
74100
74100
|
});
|
|
74101
|
-
|
|
74101
|
+
Ki({
|
|
74102
74102
|
name: "nesc",
|
|
74103
74103
|
keywords: Be(Lg + " as atomic async call command component components configuration event generic implementation includes interface module new norace nx_struct nx_union post provides signal task uses abstract extends"),
|
|
74104
74104
|
types: Fg,
|
|
@@ -74106,7 +74106,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74106
74106
|
atoms: Be("null true false"),
|
|
74107
74107
|
hooks: { "#": Cc }
|
|
74108
74108
|
});
|
|
74109
|
-
const D$e =
|
|
74109
|
+
const D$e = Ki({
|
|
74110
74110
|
name: "objectivec",
|
|
74111
74111
|
keywords: Be(Lg + " " + Xz),
|
|
74112
74112
|
types: Uz,
|
|
@@ -74122,7 +74122,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74122
74122
|
"*": Gw
|
|
74123
74123
|
}
|
|
74124
74124
|
});
|
|
74125
|
-
|
|
74125
|
+
Ki({
|
|
74126
74126
|
name: "objectivecpp",
|
|
74127
74127
|
keywords: Be(Lg + " " + Xz + " " + Dz),
|
|
74128
74128
|
types: Uz,
|
|
@@ -74157,7 +74157,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74157
74157
|
},
|
|
74158
74158
|
namespaceSeparator: "::"
|
|
74159
74159
|
});
|
|
74160
|
-
|
|
74160
|
+
Ki({
|
|
74161
74161
|
name: "squirrel",
|
|
74162
74162
|
keywords: Be("base break clone continue const default delete enum extends function in class foreach local resume return this throw typeof yield constructor instanceof static"),
|
|
74163
74163
|
types: Fg,
|
|
@@ -74184,7 +74184,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74184
74184
|
return a && (r.tokenize = null), "string";
|
|
74185
74185
|
};
|
|
74186
74186
|
}
|
|
74187
|
-
|
|
74187
|
+
Ki({
|
|
74188
74188
|
name: "ceylon",
|
|
74189
74189
|
keywords: Be("abstracts alias assembly assert assign break case catch class continue dynamic else exists extends finally for function given if import in interface is let module new nonempty object of out outer package return satisfies super switch then this throw try value void while"),
|
|
74190
74190
|
types: function(t) {
|
|
@@ -74262,7 +74262,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
74262
74262
|
function j$e(t, e) {
|
|
74263
74263
|
return t.eatWhile(/[\w_]/), e.tokenize = Mz(e), "variable";
|
|
74264
74264
|
}
|
|
74265
|
-
|
|
74265
|
+
Ki({
|
|
74266
74266
|
name: "dart",
|
|
74267
74267
|
keywords: Be("this super static final const abstract class extends external factory implements mixin get native set typedef with enum throw rethrow assert break case continue default in return new deferred async await covariant try catch finally do else for if switch while import library export part of show hide is as extension on yield late required sealed base interface when inline"),
|
|
74268
74268
|
blockKeywords: Be("try catch finally do else for if switch while"),
|
|
@@ -76821,7 +76821,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
76821
76821
|
]
|
|
76822
76822
|
}), W_ = ye(!1), fQe = (t) => {
|
|
76823
76823
|
const { extensions: e, content: r, forceDarkMode: n, forceLightMode: i, withoutTheme: a } = t, o = ye(r ?? ""), s = ye(null), l = ye(null);
|
|
76824
|
-
|
|
76824
|
+
ht(s, () => {
|
|
76825
76825
|
p(), c(e);
|
|
76826
76826
|
});
|
|
76827
76827
|
const c = (O) => {
|
|
@@ -76856,7 +76856,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
76856
76856
|
u()
|
|
76857
76857
|
].filter((S) => S !== null), O];
|
|
76858
76858
|
};
|
|
76859
|
-
|
|
76859
|
+
ht(W_, () => {
|
|
76860
76860
|
const { extensions: O } = t;
|
|
76861
76861
|
n || f(O);
|
|
76862
76862
|
});
|
|
@@ -77016,18 +77016,18 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
77016
77016
|
withoutTheme: n.withoutTheme,
|
|
77017
77017
|
forceDarkMode: n.forceDarkMode
|
|
77018
77018
|
});
|
|
77019
|
-
return
|
|
77019
|
+
return ht(
|
|
77020
77020
|
() => n.content,
|
|
77021
77021
|
() => {
|
|
77022
77022
|
var d;
|
|
77023
77023
|
(d = n.content) != null && d.length && l(n.content);
|
|
77024
77024
|
}
|
|
77025
|
-
),
|
|
77025
|
+
), ht(
|
|
77026
77026
|
() => n.name,
|
|
77027
77027
|
() => {
|
|
77028
77028
|
u(o());
|
|
77029
77029
|
}
|
|
77030
|
-
),
|
|
77030
|
+
), ht(
|
|
77031
77031
|
[
|
|
77032
77032
|
() => n.disableEnter,
|
|
77033
77033
|
() => n.forceDarkMode,
|
|
@@ -77510,7 +77510,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
77510
77510
|
var u;
|
|
77511
77511
|
(u = s.value) == null || u.setCodeMirrorContent(c);
|
|
77512
77512
|
}
|
|
77513
|
-
}),
|
|
77513
|
+
}), ht(
|
|
77514
77514
|
() => n.hocuspocusConfiguration,
|
|
77515
77515
|
(c, u) => {
|
|
77516
77516
|
if (JSON.stringify(u) === JSON.stringify(c) || (a && (a.destroy(), o.value = null), r("contentUpdate", ""), !n.hocuspocusConfiguration))
|
|
@@ -77627,7 +77627,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
77627
77627
|
return h.startsWith("YAMLException:") ? h.split(`
|
|
77628
77628
|
`)[0] : h;
|
|
77629
77629
|
});
|
|
77630
|
-
|
|
77630
|
+
ht(
|
|
77631
77631
|
() => n.value,
|
|
77632
77632
|
async () => {
|
|
77633
77633
|
n.value && o(n.value);
|
|
@@ -77724,7 +77724,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
77724
77724
|
try {
|
|
77725
77725
|
if (typeof document < "u") {
|
|
77726
77726
|
var t = document.createElement("style");
|
|
77727
|
-
t.appendChild(document.createTextNode('@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900";@import"https://fonts.googleapis.com/css?family=JetBrains%20Mono";:root{--default-theme-border-width: 1px;--default-theme-radius: 3px;--default-theme-radius-lg: 6px;--default-theme-radius-xl: 8px;--default-theme-header-height: 50px;--default-theme-sidebar-width: 250px;--default-theme-toc-width: 250px;--default-theme-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--default-theme-font-code: "JetBrains Mono";--default-theme-heading-1: 40px;--default-theme-page-description: 24px;--default-theme-heading-2: 24px;--default-theme-heading-3: 20px;--default-theme-heading-4: 16px;--default-theme-heading-5: 16px;--default-theme-heading-6: 16px;--default-theme-paragraph: 16px;--default-theme-small: 14px;--default-theme-mini: 13px;--default-theme-micro: 12px;--default-theme-bold: 600;--default-theme-semibold: 500;--default-theme-regular: 400;--default-theme-font-size-1: 24px;--default-theme-font-size-2: 16px;--default-theme-font-size-3: 14px;--default-theme-font-size-4: 13px;--default-theme-font-size-5: 12px;--default-theme-line-height-1: 32px;--default-theme-line-height-2: 24px;--default-theme-line-height-3: 20px;--default-theme-line-height-4: 18px;--default-theme-line-height-5: 16px;--default-theme-font-medium: 500;--default-theme-font-bold: 700}@media (max-width: 460px){:root{--default-theme-font-size-1: 22px;--default-theme-font-size-2: 14px;--default-theme-font-size-3: 12px}}@media (max-width: 720px){:root{--default-theme-heading-1: 24px;--default-theme-page-description: 20px}}.cm-scroller,.custom-scroll{overflow-y:scroll;scrollbar-color:transparent transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.custom-scroll-self-contain-overflow{overscroll-behavior:contain}.custom-scroll-extra-padding-right{padding-right:12px!important}@supports (-moz-appearance: none){.cm-scroller,.custom-scroll{padding-right:12px}.custom-scroll-extra-padding-right{padding-right:24px!important}}.cm-scroller:hover,.custom-scroll:hover{scrollbar-color:var( --theme-scrollbar-color, var(--default-theme-scrollbar-color) ) transparent}.cm-scroller:hover::-webkit-scrollbar-thumb,.custom-scroll:hover::-webkit-scrollbar-thumb{background:var( --theme-scrollbar-color, var(--default-theme-scrollbar-color) );background-clip:content-box;border:3px solid transparent}.cm-scroller::-webkit-scrollbar-thumb:active,.custom-scroll::-webkit-scrollbar-thumb:active{background:var( --theme-scrollbar-color-active, var(--default-theme-scrollbar-color-active) );background-clip:content-box;border:3px solid transparent}.cm-scroller::-webkit-scrollbar-corner,.custom-scroll::-webkit-scrollbar-corner{background:transparent}.cm-scroller::-webkit-scrollbar,.custom-scroll::-webkit-scrollbar{height:12px;width:12px}.cm-scroller::-webkit-scrollbar-track,.custom-scroll::-webkit-scrollbar-track{background:transparent}.cm-scroller::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{border-radius:20px;background:transparent;background-clip:content-box;border:3px solid transparent}@media (pointer: coarse){.cm-scroller,.custom-scroll{padding-right:12px}.custom-scroll-extra-padding-right{padding-right:24px!important}}.scalar-api-client__codemirror__wrapper{width:100%;height:100%;padding-top:4px;min-height:76px;background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-1, var(--default-theme-color-1));display:flex;align-items:stretch}.scalar-api-client__codemirror{flex-grow:1;max-width:100%;cursor:text;font-size:var(--theme-small, var(--default-theme-small))}.scalar-api-client__url-input{font-weight:var(--theme-semibold, var(--default-theme-semibold));min-height:auto;padding-top:0}.scalar-api-client__url-input .ͼ1 .cm-scroller{align-items:center!important}.scalar-api-client__variable{color:var(--scalar-api-client-color, var(--default-scalar-api-client-color))}.cm-focused{outline:none!important}.modal-layout[data-v-046a46e5]{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:1001;background:rgba(0,0,0,.44);padding:20px;opacity:0;animation:modal-fade-046a46e5 .2s forwards}.modal-body[data-v-046a46e5]{padding:24px 12px 18px 24px;max-height:calc(100vh - 240px);background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-family:var(--theme-font, var(--default-theme-font));position:relative}.modal[data-v-046a46e5]{margin:80px auto 0;position:relative;background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-color-1, var(--default-theme-color-1));width:100%;text-align:left;line-height:1.4;opacity:0;transform:scale(.98);animation:modal-pop-046a46e5 .15s .15s forwards;display:flex;flex-direction:column}.modal[data-v-046a46e5]:before{content:"";display:block;width:100%;height:100%;position:absolute;z-index:0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.dark-mode .modal[data-v-046a46e5]:before{background:#1a1a1a}.light-mode .modal[data-v-046a46e5]:before{background:#fff}.modal-content-history[data-v-046a46e5]{background:var(--theme-background-1, var(--default-theme-background-1))}.modal-content-history[data-v-046a46e5],.modal-content-large[data-v-046a46e5]{max-width:800px}.modal-content-normal[data-v-046a46e5]{max-width:640px}.modal-content-small[data-v-046a46e5]{max-width:480px}@keyframes modal-fade-046a46e5{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-046a46e5{0%{opacity:0}to{opacity:1;transform:scale(1)}}.modal-header[data-v-046a46e5]{padding:12px 24px;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));text-align:left;font-weight:600;margin:0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg)) 0 0}.modal-content-history .modal-header[data-v-046a46e5]{padding-bottom:0;padding-top:24px}.modal-content-history .modal-body[data-v-046a46e5]{padding-top:12px}.modal-content-search[data-v-046a46e5]{max-width:540px}.modal-content-search .modal-body[data-v-046a46e5]{padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:440px}.navtable-mock{background-repeat:repeat;width:100%;background-size:31px 31px;background-position:center 1px;flex:1;position:relative;z-index:0;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));background:repeating-linear-gradient(var(--theme-background-1, var(--default-theme-background-1)),var(--theme-background-1, var(--default-theme-background-1)) 34.8px,var(--theme-border-color, var(--default-theme-border-color)) 34.8px,var(--theme-border-color, var(--default-theme-border-color)) 35.8px)}.navtable-mock .navtable-item{position:absolute;width:100%;height:100%;left:0;top:0;background:transparent;box-shadow:none}.radio{height:10px;max-width:10px;width:10px;max-height:10px;background:transparent;border:var(--border, var(--default-border));flex-shrink:0;margin-right:6px;margin-left:0;border-radius:50%;display:flex;align-items:center;justify-content:center;outline:none;padding:0}.radio:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.navtable-item__active:before{content:"";display:block;box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))!important;width:100%;position:absolute;top:0;left:0;height:100%}.radio.post{background:var(--theme-color-green, var(--default-theme-color-green))}.radio.delete{background:var(--theme-color-red, var(--default-theme-color-red))}.radio.patch{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.radio.get{background:var(--theme-color-blue, var(--default-theme-color-blue))}.radio.put{background:var(--theme-color-orange, var(--default-theme-color-orange))}.navtable-item-request span{border:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.navtable-item-request span em{text-transform:uppercase;font-style:normal;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-micro, var(--default-theme-micro));margin-right:6px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-3, var(--default-theme-color-3))}.request-method-select[data-v-01f6175d]{position:relative;display:flex}.request-method-select select[data-v-01f6175d]{border:none;outline:none;cursor:pointer;background:var(--theme-background-3, var(--default-theme-background-3));box-shadow:-2px 0 0 0 var(--theme-background-3, var(--default-theme-background-3));position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.request-method-select select[disabled][data-v-01f6175d]{pointer-events:none}.request-method[data-v-01f6175d]{display:flex;align-items:center;color:var(--theme-color-3, var(--default-theme-color-3));-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.request-method span[data-v-01f6175d]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:500;font-size:var(--theme-micro, var(--default-theme-micro));text-transform:uppercase;display:flex;align-items:center}.request-method:not(.request-method--disabled) span[data-v-01f6175d]:after{content:"";width:7px;height:7px;transform:rotate(45deg) translate3d(-2px,-2px,0);display:block;margin-left:6px;box-shadow:1px 1px 0 currentColor}.request-method i[data-v-01f6175d]{width:10px;height:10px;border-radius:50%;margin-right:6px;text-align:center;line-height:18px;font-style:normal;flex-shrink:0;display:inline-block;color:var(--theme-color-disabled, var(--default-theme-color-disabled));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )}.loader[data-v-00528339]{position:absolute;z-index:3;height:2px;background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) );animation:loading-00528339 5s cubic-bezier(0,.5,.25,1)}@keyframes loading-00528339{0%{width:0}to{width:100%}}.scalar-api-client__address-bar[data-v-00528339]{width:100%;padding:12px 12px 10px;display:flex;align-items:center;position:relative;background:var(--theme-background-1, var(--default-theme-background-1))}.scalar-api-client__url-form[data-v-00528339]{display:flex;width:100%;align-items:stretch;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.scalar-api-client__field[data-v-00528339]{border-right:0;background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius, var(--default-theme-radius)) 0 0 var(--theme-radius, var(--default-theme-radius));display:flex;align-items:stretch;width:100%;overflow:hidden;min-height:31px}.scalar-api-client__address-bar-data[data-v-00528339]{width:100%}.scalar-api-client__address-bar-data-meta[data-v-00528339]{display:flex;margin-top:5px}.scalar-api-client__url-input[data-v-00528339]{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__request-type[data-v-00528339]{display:flex;align-items:center;color:var(--theme-color-3, var(--default-theme-color-3));-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.scalar-api-client__request-type span[data-v-00528339]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-micro, var(--default-theme-micro));text-transform:uppercase}.scalar-api-client__request-type svg[data-v-00528339]{margin-left:6px;width:8px}.scalar-api-client__request-type i[data-v-00528339]{width:10px;height:10px;border-radius:50%;margin-right:6px;text-align:center;line-height:18px;font-style:normal;flex-shrink:0;display:inline-block;color:var(--theme-color-3, var(--default-theme-color-3));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )}.meta-request-break[data-v-00528339]{margin:0 5px}.scalar-api-client__history[data-v-00528339]{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;border-radius:var(--theme-radius, var(--default-theme-radius));height:100%}.scalar-api-client__send-request-button[type=submit][data-v-00528339]{font-size:var(--theme-micro, var(--default-theme-micro));letter-spacing:.25px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:#fff;border:none;white-space:nowrap;padding:0 12px;text-transform:uppercase;cursor:pointer;outline:none;font-family:(--theme-font,var(--default-theme-font));border-radius:0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0;background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) );position:relative;display:flex;align-items:center;overflow:hidden;flex-shrink:0}.scalar-api-client__send-request-button[data-v-00528339]:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius));background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.scalar-api-client__send-request-button[data-v-00528339]:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.scalar-api-client__send-request-button svg[data-v-00528339]{width:12px;height:12px;flex-shrink:0;margin-right:6px;position:relative}.scalar-api-client__send-request-button span[data-v-00528339]{position:relative}@media screen and (max-width: 720px){.scalar-api-client__history-toggle span[data-v-00528339],.scalar-api-client__send-request-button span[data-v-00528339]{display:none}.scalar-api-client__history-toggle svg[data-v-00528339],.scalar-api-client__send-request-button svg[data-v-00528339]{margin-right:0}}.scalar-api-client__send-request-button[disabled][data-v-00528339]{pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));background:var(--theme-background-3, var(--default-theme-background-3));border:1px solid var(--default-theme-border-color)}.scalar-api-client__history-toggle[data-v-00528339]{padding:0 12px;line-height:30px;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));letter-spacing:.125px;font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase;height:100%;display:flex;align-items:center;cursor:pointer;white-space:nowrap;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));margin-left:12px;border-radius:var(--theme-radius, var(--default-theme-radius));-webkit-user-select:none;user-select:none}.scalar-api-client__history-toggle[data-v-00528339]:hover{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__history-toggle svg[data-v-00528339]{height:13px;width:13px;margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3))}.scalar-api-client__address-bar-close[data-v-00528339]{fill:var(--theme-color-3, var(--default-theme-color-3));margin-left:12px;height:24px}.scalar-api-client__address-bar-close[data-v-00528339]:hover{cursor:pointer;fill:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__address-bar__content[data-v-00528339]{width:640px;height:100%;background:var(--theme-background-1, var(--default-theme-background-1));position:fixed;top:0;right:0;z-index:1000;transform:translate3d(640px,0,0);opacity:0;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .01s ease-in-out .5s;pointer-events:none}.scalar-api-client__address-bar-content-item[data-v-00528339]{height:100vh;max-height:100vh;overflow:auto}.scalar-api-client__address-bar__on[data-v-00528339]{z-index:100000}.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-00528339]{transform:translateZ(0);opacity:1;pointer-events:all;transition:transform .5s cubic-bezier(.77,0,.175,1)}.scalar-api-client__address-bar__on .scalar-api-client__address-bar__close[data-v-00528339]{opacity:1;pointer-events:all;cursor:pointer}.scalar-api-client__address-bar .navtable-item__active[data-v-00528339]{background:var(--theme-background-2, var(--default-theme-background-2));cursor:default}.scalar-api-client__address-bar .navtable-item__active .radio[data-v-00528339]:before{display:none}.navigation-back[data-v-00528339]{stroke:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.navigation-back[data-v-00528339]:hover{stroke:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__address-bar__close[data-v-00528339]{width:100%;height:100%;position:fixed;top:0;left:0;pointer-events:none;opacity:0;transition:all .1s ease-in-out;z-index:1000}.navtable-item-time[data-v-00528339]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));text-transform:capitalize;padding:0 9px}.scalar-api-client__item{border-radius:var(--theme-radius, var(--default-theme-radius));margin-bottom:6px;position:relative}.scalar-api-client__item button{background-color:transparent;text-align:left}.scalar-api-client__item:hover{cursor:pointer}.scalar-api-client__toggle:after{content:"";position:absolute;bottom:-6.5px;width:100%;height:6px;left:0}.scalar-api-client__item--open .scalar-api-client__toggle:after{display:none}.scalar-api-client__item:hover,.scalar-api-client__item--open{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__item--open .scalar-api-client__item__content{display:flex}.scalar-api-client__item--open:hover{cursor:default}.scalar-api-client__item--open .scalar-api-client__toggle__icon{transform:rotate(90deg)}.scalar-api-client__toggle{padding:6px;min-height:37px;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;border:none;font-family:(--theme-font,var(--default-theme-font));cursor:pointer}.scalar-api-client__item .scalar-api-client__item__title{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:(--theme-font,var(--default-theme-font));-webkit-user-select:none;user-select:none;flex:1;position:relative;z-index:1}.scalar-api-client__item .scalar-api-client__toggle__icon{width:10px;margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3));z-index:1;position:relative}.scalar-api-client__toggle:hover .scalar-api-client__toggle__icon{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__item__options{position:relative;z-index:1}.scalar-api-client__item__options span{background:transparent;padding:2px 0;border-radius:3px;font-size:var(--theme-small, var(--default-theme-small));pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;justify-content:center}.scalar-api-client__item__options:hover span{color:var(--theme-color-1, var(--default-theme-color-1));border-color:currentColor}.scalar-api-client__item__options span svg{width:15px;height:15px;margin-left:3px}.scalar-api-client__item__options select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper{padding-top:0}.table{border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:transparent;border-radius:var(--theme-radius, var(--default-theme-radius));width:100%}.table-row{border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color));display:flex;position:relative}.table-row__add{border-radius:0 0 var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg));border-bottom:none}.table-row.required-parameter .table-row-item:nth-of-type(2):after{content:"Required";position:absolute;top:4px;right:0;padding:5px 9px 5px 6px;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));background:var(--theme-background-2, var(--default-theme-background-2));box-shadow:-2px 0 4px var(--theme-background-2, var(--default-theme-background-2))}.table-row.required-parameter .table-row-item:nth-of-type(2):focus-within:after{display:none}.table-row:last-of-type{border-bottom:none}.table-row__active{border-radius:0 0 var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg))}.table-row-drag{width:20px;flex-shrink:0;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));align-items:center;justify-content:center;display:none}.table-row-drag svg{width:6px;fill:var(--theme-color-3, var(--default-theme-color-3))}.table-row-drag .table-row-drag-add{width:8px}.table-row-item{width:100%;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.table-row-item-menu{position:absolute;right:6px;background:var(--theme-background-2, var(--default-theme-background-2));width:24px;height:24px;top:50%;transform:translate3d(0,-50%,0);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer}.table-row-item input:focus+.table-row-item-menu,.table-row-item:hover .table-row-item-menu{opacity:1}.table-row-item-menu svg{height:12px;width:initial;fill:var(--theme-color-3, var(--default-theme-color-3))}.table-row-item-menu:hover svg{fill:var(--theme-color-1, var(--default-theme-color-1))}.table-row-item input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;padding:9px;width:100%;min-height:100%;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));background:transparent;font-family:var(--theme-font, var(--default-theme-font))}.table-row-item input[disabled]{background:transparent;font-family:var(--theme-font-code, var(--default-theme-font-code))}.table-row-item input:focus{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.table-row-item label{background:transparent;text-transform:uppercase;display:block;padding:9px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro))}.table-row-meta{overflow:hidden;flex-shrink:0;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;width:51px;-webkit-user-select:none;user-select:none}.table-row-meta-check{width:18px;height:18px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));background:rgba(47,177,228,.1)}.table-row-meta svg{width:13px;height:13px;margin:0 1px;color:var(--theme-color-3, var(--default-theme-color-3));cursor:pointer}.table-row-meta svg:hover{color:var(--theme-color-2, var(--default-theme-color-2))}.meta-check{display:flex;position:relative;cursor:pointer;align-items:center;font-size:var(--theme-micro, var(--default-theme-micro));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));-webkit-user-select:none;user-select:none;margin:0 1px;transition:all .15s ease-in-out}.meta-check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.meta-checkmark{height:17px;width:17px;background:var(--theme-background-3, var(--default-theme-background-3));border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}.meta-checkmark:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.meta-check:focus-within .meta-checkmark{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.meta-check .meta-checkmark:after{content:"";display:none;width:5px;height:8px;border:solid var(--theme-color-1, var(--default-theme-color-1));border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translate3d(0,-1px,0)}.meta-check input:checked~.meta-checkmark:after{display:block}.meta-check input:checked~.meta-checkmark:hover{background:transparent}.navtable{width:100%}.navtable-follow{background-color:#000;color:#fff;font-size:9px;padding:6px;display:-webkit-box;max-width:250px;-webkit-line-clamp:12;border-radius:3px;-webkit-box-orient:vertical;overflow:hidden;line-height:1.24;transform:translate3d(10px,0,0)}.navtable-follow:after{content:"";position:absolute;bottom:0;width:100%;height:6px;background-color:#000}.navtable-follow *{font-family:var( --theme-font-code, var(--default-theme-font-code) )!important}.navtable-table{position:relative;display:flex;flex-direction:column;min-height:389px;border-radius:var(--theme-radius, var(--default-theme-radius));border:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-radios{z-index:1;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-item{display:flex;position:relative;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.navtable-item:first-of-type{border-top:none}.navtable-item>div{word-wrap:break-word}.navtable-item>div:not(:first-child){border-left:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-item-action{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-bold, var(--default-theme-bold));background:var( --scalar-api-client-bg3, var(--default-scalar-api-client-bg3) );border:none;border-radius:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;max-height:25px;margin-left:12px;margin-right:6px;padding:4px 8px;outline:none;cursor:pointer;opacity:0;transition:opacity .15s ease-in-out;white-space:nowrap;position:relative}.navtable-item-action:hover{color:var(--theme-color-1, var(--default-theme-color-1));background:var( --scalar-api-client-gradient, var(--default-scalar-api-client-gradient) );box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.navtable-item-action:focus{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item:hover,.navtable-item:focus-within .navtable-item-action{opacity:1}.navtable-item-add{display:flex;align-items:center;padding:9px;font-weight:var(--theme-bold, var(--default-theme-bold));outline:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--theme-color-1, var(--default-theme-color-1))}.navtable-item-add:hover{background:var(--theme-background-2, var(--default-theme-background-2));cursor:pointer}.navtable-item-25{width:25%;font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center}.navtable-item-33{width:33.33333%;display:flex;font-size:var(--theme-micro, var(--default-theme-micro));align-items:center}.navtable-item-66{width:66.6666%;display:flex;font-size:var(--theme-micro, var(--default-theme-micro));align-items:center}.navtable-item-75{width:75%;display:flex;align-items:center}.navtable-item-75:focus-within{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item-40{width:40%;display:flex;align-items:center;padding:9px}.navtable-item-20{width:20%;display:flex;align-items:center;padding:9px}.navtable-item-50{width:50%;display:flex;align-items:center}.navtable-item-50:focus-within{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item p{padding:9px}.navtable-item input{padding:12px 6px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));background:transparent;width:100%}.navtable-item input:focus{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item-select{position:relative}.navtable-item-select select{background:transparent;outline:none;border:none;font-size:var(--theme-micro, var(--default-theme-micro));-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:12px 6px;top:0;position:relative;cursor:pointer;color:var(--theme-color-2, var(--default-theme-color-2))}.navtable-item-select svg{position:absolute;right:6px;color:var(--theme-color-ghost, var(--default-theme-color-ghost));width:6px;top:12px;pointer-events:none}.navtable-item .option{padding:12px 6px;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));width:100%}.navtable-item label{color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase;display:block;width:100%}.navtable-item-response{padding:0 9px}.navtable-item-response span{font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center;margin-right:9px;min-width:40px}.scalar-api-client__status--1xx:before,.scalar-api-client__status--2xx:before,.scalar-api-client__status--3xx:before,.scalar-api-client__status--4xx:before,.scalar-api-client__status--5xx:before,.scalar-api-client__status--6xx:before{content:"";width:10px;height:10px;border-radius:50%;margin-right:4px;background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__status--2xx:before{background:var(--theme-color-green, var(--default-theme-color-green))}.scalar-api-client__status--3xx:before{background:var(--theme-color-orange, var(--default-theme-color-orange))}.scalar-api-client__status--4xx:before{background:var(--theme-color-red, var(--default-theme-color-red))}.navtable-item-response span:empty{display:none}.simpletable.navtable{padding:0}.simpletable.navtable .navtable-item-66,.simpletable.navtable .navtable-item-33{display:block}.simpletable.navtable .navtable-table{height:fit-content}.meta-delete{position:absolute;right:-9px;background:var( --theme-background-3, var(--default-theme-background-3) )!important;height:20px;width:20px;border:none;outline:none;border-radius:50%;opacity:0;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.meta-delete svg{width:11px;height:11px;color:var(--theme-color-3, var(--default-theme-color-3))}.meta-delete:hover svg{color:var(--theme-color-red, var(--default-theme-color-red))}.meta-delete:focus svg{color:var(--theme-color-1, var(--default-theme-color-1))}.meta-delete:focus{border-color:var(--theme-color-1, var(--default-theme-color-1));color:var(--theme-color-1, var(--default-theme-color-1))}.table-row:hover .meta-delete{opacity:1}@media (pointer: coarse){.table-row:hover .meta-delete{opacity:1}}.meta-add{border:none;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));font-weight:var(--theme-semibold, var(--default-theme-semibold));padding:9px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-3, var(--default-theme-color-3));cursor:pointer;display:flex;align-items:center}.meta-add svg{width:12px;height:12px;margin-right:6px}.meta-add:hover,.meta-add:focus{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client-add{color:var(--theme-color-2, var(--default-theme-color-2));padding:6px;width:fit-content;border-radius:var(--theme-radius, var(--default-theme-radius));cursor:pointer;font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin:0 6px;border:none;font-family:var(--theme-font);-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center}.scalar-api-client-add svg{width:12px;height:12px;margin-right:6px}.scalar-api-client-add:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client-add:focus-within{background:var(--theme-background-3, var(--default-theme-background-3))}.scalar-api-client__main__left{width:50%;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:0 6px 12px 18px}@media screen and (max-width: 820px){.scalar-api-client__main__left{width:100%;border-right:none;padding:0 0 12px 12px}}.scalar-api-client__item__content{flex-flow:wrap;padding:3px 9px 9px;border-radius:3px;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));margin-top:-3px;justify-content:space-between;overflow:auto}.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper{width:100%;min-height:63px}.scalar-api-client__item__content .cm-s-default{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.scalar-api-client__item__content .scalar-api-client__item__content--code{width:100%;max-height:calc(100vh - 200px);overflow:auto}.scalar-api-client__item__content .cm-scroller{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:3px}.scalar-api-client__item__content .cm-editor{outline:none!important}.scalar-api-client__item__content .cm-editor .cm-gutters,.scalar-api-client__item__content .cm-scroll{background:transparent}.scalar-api-client__item__content .cm-editor *{font-size:var(--theme-micro, var(--default-theme-micro))}.scalar-api-client__item__content .cm-editor .cm-line{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__item__content-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )!important;text-align:center;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:var(--theme-font, var(--default-theme-font));padding:6px;width:fit-content;margin:3px 3px 3px auto;text-transform:uppercase;border-radius:var(--theme-radius, var(--default-theme-radius));color:#fff;cursor:pointer;text-align:center!important;position:relative}.scalar-api-client__item__content-button span{position:relative}.scalar-api-client__item__content-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius));background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.scalar-api-client__item__content-button:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.scalar-api-client__item__content__split{justify-content:space-between}.scalar-collapsible-section-flex{width:100%}.input{background:transparent;position:relative;width:100%;text-align:left;display:flex;box-shadow:0 1px 0 var(--theme-border-color, var(--default-theme-border-color))}.input:focus-within{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))!important;z-index:10}.input:first-of-type{border-radius:var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0 0}.input:first-child:last-child{border-radius:var(--theme-radius, var(--default-theme-radius))}.input:last-child{box-shadow:none;border-radius:0 0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius))}.input__half:first-of-type{border-radius:var(--theme-radius, var(--default-theme-radius)) 0 0 0}.input__half:nth-of-type(2){border-radius:0 var(--theme-radius, var(--default-theme-radius)) 0 0}.authentication-form{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius));width:100%;display:flex;flex-flow:wrap}.input__half{width:50%}.input__half+.input__half{border-left:1px solid var(--theme-border-color, var(--default-theme-border-color))}.input__half:focus-within{border-color:transparent}.input label,.input input{padding:9px;border:0;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));width:100%;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;left:0}.input label{color:var(--theme-color-1, var(--default-theme-color-1));width:fit-content;padding-right:0;white-space:nowrap;cursor:text}.input input{position:relative;z-index:99}.input input:not(:placeholder-shown)+label{color:var(--theme-color-2, var(--default-theme-color-2))}.select{background:--theme-background-1;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-size:var(--theme-micro, var(--default-theme-micro));border:1px solid var(--theme-border-color, var(--default-theme-border-color));width:100%;position:relative;margin-bottom:6px}.select:focus-within{background:var(--theme-background-3, var(--default-theme-background-3))}.select:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.select svg{position:absolute;right:9px;pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));width:6px;top:10px}.select label{display:block;font-size:10px;color:var(--theme-color-2, var(--default-theme-color-2));position:absolute;left:9px;top:6px}.select select{background:transparent;outline:none;border:none;-webkit-appearance:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));-moz-appearance:none;appearance:none;width:100%;padding:14px 9px 4px;top:0;position:relative;cursor:pointer}.check{display:flex;position:relative;cursor:pointer;align-items:center;font-size:var(--theme-micro, var(--default-theme-micro));padding:6px 9px;border-radius:0 0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius));-webkit-user-select:none;user-select:none;width:100%;outline:none}.check:focus-within{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.checkmark:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.check:focus-within{border-color:var(--theme-color-1, var(--default-theme-color-1))}.check p{color:var(--theme-color-3, var(--default-theme-color-3))}.check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:17px;width:17px;background:var(--theme-background-3, var(--default-theme-background-3));margin-right:10px;border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}.check input:checked~p{color:var(--theme-color-1, var(--default-theme-color-1))}.check .checkmark:after{content:"";display:none;width:5px;height:8px;border:solid var(--theme-color-1, var(--default-theme-color-1));border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translate3d(0,-1px,0)}.check input:checked~.checkmark:after{display:block}.scalar-api-client__main__scroll-container{height:calc(100vh - 320px)}.scalar-api-client__request-name{outline:none;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-3, var(--default-theme-color-3));width:100%;padding:0;background:transparent;font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-client__request-name::-webkit-input-placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__request-name:-ms-input-placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__request-name::placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}a[data-v-d11ff062]{color:var(--theme-color-3, var(--default-theme-color-3));text-decoration:underline;text-decoration-color:var( --theme-border-color, var(--default-theme-border-color) );text-underline-offset:2px;cursor:help}.simple-cell[data-v-01fffd78]{all:unset;display:table-cell;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative;padding:9px!important;color:var(--theme-color-1, var(--default-theme-color-1));white-space:nowrap}.simple-cell a[data-v-01fffd78]{color:var(--theme-color-1, var(--default-theme-color-1))!important}.simple-cell[data-v-01fffd78]:last-of-type{border-right:none}.simple-cell.wrap[data-v-01fffd78]{white-space:normal}.simple-cell.strong[data-v-01fffd78]{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.simple-header[data-v-b2232089]{color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase}.simple-row[data-v-0982ade4]{all:unset;display:table-row;box-shadow:0 -1px var(--theme-border-color, var(--default-theme-border-color))}.simple-row[data-v-0982ade4]:first-of-type{box-shadow:none}.simple-table[data-v-28fcbcb6]{all:unset;display:table;width:100%;border-spacing:0;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius))}.scalar-api-client__main__right{width:50%;padding:0 6px 12px 18px}@media screen and (max-width: 820px){.scalar-api-client__main__right{width:100%;border-right:none;padding:0 0 12px 12px}}.scalar-api-client__main__right :deep(.scalar-copilot__header-button){position:absolute;top:6px;right:12px}.scalar-api-client,#headlessui-portal-root{background:var(--theme-background-1, var(--default-theme-background-1));position:relative;height:100%;overflow:hidden!important;display:flex;flex-direction:column;font-family:var(--theme-font, var(--default-theme-font));box-sizing:border-box}.scalar-api-client *,.scalar-api-client *:before,.scalar-api-client *:after,#headlessui-portal-root *,#headlessui-portal-root *:before,#headlessui-portal-root *:after{box-sizing:inherit}.scalar-api-client{flex:1;max-height:100vh}@media screen and (max-width: 1000px){.scalar-api-client{width:100%}}.scalar-api-client pre{font-family:var(--theme-font-code, var(--default-theme-font-code))}.scalar-api-client--post{--default-scalar-api-client-color: var( --theme-color-green, var(--default-theme-color-green) );--default-scalar-api-client-background: var( --theme-post-background, var(--default-theme-post-background) )}.scalar-api-client--delete{--default-scalar-api-client-color: var( --theme-color-red, var(--default-theme-color-red) );--default-scalar-api-client-background: var( --theme-delete-background, var(--default-theme-delete-background) )}.scalar-api-client--patch{--default-scalar-api-client-color: var( --theme-color-yellow, var(--default-theme-color-yellow) );--default-scalar-api-client-background: var( --theme-patch-background, var(--default-theme-patch-background) )}.scalar-api-client--get{--default-scalar-api-client-color: var( --theme-color-blue, var(--default-theme-color-blue) );--default-scalar-api-client-background: var( --theme-get-background, var(--default-theme-get-background) )}.scalar-api-client--put{--default-scalar-api-client-color: var( --theme-color-orange, var(--default-theme-color-orange) );--default-scalar-api-client-background: var( --theme-put-background, var(--default-theme-put-background) )}.scalar-api-client__mobile-navigation{padding:12px 12px 0;display:flex;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-bold, var(--default-theme-bold))}.scalar-api-client__mobile-navigation__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;font-size:var(--theme-font-size-2);color:var(--theme-color-2);font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:var(--theme-font, var(--default-theme-font));padding:0;margin-right:9px;cursor:pointer}.scalar-api-client__mobile-navigation--active{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__mobile-navigation--active:hover{cursor:pointer}.scalar-api-client__main{display:flex;height:100%;min-height:0;background:var(--theme-background-1, var(--default-theme-background-1));border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}@media screen and (max-width: 820px){.scalar-api-client__main{flex-direction:column}}.scalar-api-client__main__content{padding:12px 6px;background:var(--theme-background-1, var(--default-theme-background-1));top:0;position:sticky;z-index:100}.scalar-api-client__main__content label{font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));display:flex;align-items:center}@media screen and (max-width: 820px){.scalar-api-client__main__content{padding:3px 0 12px}.scalar-api-client__main__content label{display:none}}.meta{display:flex;margin-top:3px;font-size:var(--theme-font-size-2, var(--default-theme-font-size-2));font-weight:var(--theme-font-size-2, var(--default-theme-font-size-2));color:var( --scalar-api-client-color2, var(--default-scalar-api-client-color2) )}.meta-item svg{fill:var(--theme-color-ghost, var(--default-theme-color-ghost));height:14px;width:14px;margin-right:6px}.meta-item{display:flex;align-items:center;margin-right:12px;white-space:nowrap;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-3, var(--default-theme-color-3));min-height:17px}.meta-item__input{background:transparent;width:100%;margin-right:0}.types{margin:auto;width:580px;display:flex;align-items:center;justify-content:center;flex-flow:wrap}.types-heading{width:100%;text-align:center}.types-heading b{font-size:42px}.types-heading p{margin-bottom:20px;margin-top:12px;font-size:24px}.scalar-api-client__empty-state{border:1px dashed var(--theme-border-color, var(--default-theme-border-color));width:100%;text-align:center;border-radius:var(--theme-radius, var(--default-theme-radius));font-size:var(--theme-small, var(--default-theme-small));min-height:58px;display:flex;align-items:center;justify-content:center}.loader-wrapper[data-v-fdd87947]{position:relative;height:var(--53793cee);width:var(--53793cee);display:flex;align-items:center;justify-content:center;--default-loader-size: 50%}.svg-loader[data-v-fdd87947]{width:var(--loader-size, var(--default-loader-size));height:var(--loader-size, var(--default-loader-size));top:1rem;right:.9rem;overflow:visible;fill:none;background-color:transparent;stroke:currentColor}.svg-path[data-v-fdd87947]{stroke-width:14;fill:none;transition:.3s}.svg-x-mark[data-v-fdd87947]{stroke-dasharray:57;stroke-dashoffset:57;transition-delay:0s}.svg-check-mark[data-v-fdd87947]{stroke-dasharray:149;stroke-dashoffset:149;transition-delay:0s}.icon-is-invalid .svg-x-mark[data-v-fdd87947],.icon-is-valid .svg-check-mark[data-v-fdd87947]{stroke-dashoffset:0;transition-delay:.3s}.circular-loader[data-v-fdd87947]{animation:rotate-fdd87947 .7s linear infinite,fade-in-fdd87947 .4s;transform-origin:center center;transform:scale(5);background:transparent}.loader-path[data-v-fdd87947]{stroke-dasharray:50,200;stroke-dashoffset:-100;stroke-linecap:round}.loader-path-off[data-v-fdd87947]{stroke-dasharray:50,200;stroke-dashoffset:-100;transition:opacity .3s;opacity:0}@keyframes fade-in-fdd87947{0%{opacity:0}70%{opacity:0}to{opacity:1}}@keyframes rotate-fdd87947{0%{transform:scale(5) rotate(0)}to{transform:scale(5) rotate(360deg)}}.flow-button[data-v-262cdfdc]{display:flex;align-items:center;justify-content:center;z-index:1;position:relative;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:40px;padding:0 24px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-button-1-color, var(--default-theme-button-1-color));font-size:var(--theme-font-size-4, var(--default--theme-font-size-4));font-weight:var(--theme-semibold, var(--default-theme-semibold));cursor:pointer;background:var(--theme-button-1, var(--default-theme-button-1));border:none;width:100%;box-shadow:#00000017 0 1px 4px}.flow-button[data-v-262cdfdc]:hover,.flow-button[data-v-262cdfdc]:focus-visible{background:var(--theme-button-1-hover, var(--default-theme-button-1-hover))}.flow-button[data-v-262cdfdc]:active{box-shadow:none;background:var(--theme-button-1, var(--default-theme-button-1))}.flow-button[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button.flow-button-icon-only[data-v-262cdfdc]{width:24px;height:24px;padding:0}.flow-button-outlined[data-v-262cdfdc]{background:var(--theme-background-1, var(--default-theme-background-1));color:var(--theme-color-1, var(--default-theme-color-1));padding:11px 23px;border:1px solid var(--theme-border-color, var(--default-theme-border-color));box-shadow:#00000017 0 1px 4px}.flow-button-outlined[data-v-262cdfdc]:hover,.flow-button-outlined[data-v-262cdfdc]:focus-visible{background:var(--theme-background-2, var(--default-theme-background-2))}.flow-button-outlined[data-v-262cdfdc]:active{background:var(--theme-background-2, var(--default-theme-background-2))}.flow-button-outlined[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button-clear[data-v-262cdfdc]{background:transparent;box-shadow:none;color:var(--theme-color-3, var(--default-theme-color-3))}.flow-button-clear[data-v-262cdfdc]:active{background:transparent}.flow-button-clear[data-v-262cdfdc]:hover,.flow-button-clear[data-v-262cdfdc]:focus-visible{background:var(--theme-background-2, var(--default-theme-background-2));box-shadow:none}.flow-button-clear[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button-text[data-v-262cdfdc]{background:transparent;box-shadow:none;color:var(--theme-color-3, var(--default-theme-color-3))}.flow-button-text[data-v-262cdfdc]:active{background:transparent}.flow-button-text[data-v-262cdfdc]:hover,.flow-button-text[data-v-262cdfdc]:focus-visible{color:var(--theme-color-2, var(--default-theme-color-2));background:transparent;box-shadow:none}.flow-button-text[disabled][data-v-262cdfdc]{background:transparent;color:var(--theme-color-ghost, var(--default-theme-color-ghost));cursor:unset;box-shadow:none}.flow-button--delete[data-v-262cdfdc]{background:var(--theme-error-color, var(--default-theme-color-red));color:#fff}.flow-button--delete[data-v-262cdfdc]:active{background:var(--theme-error-color, var(--default-theme-color-red))}.flow-button--delete[data-v-262cdfdc]:hover{background:var(--theme-error-color, var(--default-theme-color-red));opacity:.86}.flow-button-loader[data-v-262cdfdc]{position:absolute;right:8px}.flow-button-decorator[data-v-262cdfdc]{margin-right:9px;color:currentColor;display:flex;align-items:center;height:14px;width:14px}.flow-button-icon-only .flow-button-decorator[data-v-262cdfdc]{margin-right:0}.action-menu[data-v-2fd8cd87]{position:absolute;top:5px;right:5px;display:flex;gap:6px}.action-menu[data-v-2fd8cd87] .button-wrapper button{opacity:0;width:20px;height:20px;padding:4px}.action-menu[data-v-2fd8cd87]:hover .button-wrapper button,.action-menu[data-v-2fd8cd87] .button-wrapper button:hover,.sidebar-heading:hover~.action-menu[data-v-2fd8cd87] .button-wrapper button,.action-menu[data-v-2fd8cd87] .button-wrapper button[aria-expanded=true]{opacity:1}.sidebar-heading[data-v-2fd8cd87]:has(~.action-menu:hover){color:var(--sidebar-color-1, var(--default-sidebar-color-1), var(--theme-color-1, var(--default-theme-color-1)));background:var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background), var(--theme-background-2, var(--default-theme-background-2)))}.sidebar-heading-type[data-v-2fd8cd87]{width:28px;height:12px;line-height:13px;top:3.5px;margin-left:2px;border-radius:30px;flex-shrink:0;color:var( --sidebar-background-1, var( --default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1)) ) );font-size:0px;font-weight:700;text-align:center;position:relative;font-family:var(--theme-font-code, var(--default-theme-font-code))}.active_page .sidebar-heading-type[data-v-2fd8cd87]{background:transparent;box-shadow:inset 0 0 0 1px var( --sidebar-color-active, var( --default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)) ) );color:var( --sidebar-color-active, var( --default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)) ) )!important}.sidebar-group-item__folder .sidebar-heading-type[data-v-2fd8cd87]{display:none}.sidebar-heading-type[data-v-2fd8cd87]:before{font-size:8px}.sidebar-heading-type--post[data-v-2fd8cd87]{background:var(--theme-color-green, var(--default-theme-color-green))}.sidebar-heading-type--post[data-v-2fd8cd87]:before{content:"POST"}.sidebar-heading-type--delete[data-v-2fd8cd87]{background:var(--theme-color-red, var(--default-theme-color-red))}.sidebar-heading-type--delete[data-v-2fd8cd87]:before{content:"DEL"}.sidebar-heading-type--patch[data-v-2fd8cd87]{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.sidebar-heading-type--patch[data-v-2fd8cd87]:before{content:"PATCH"}.sidebar-heading-type--get[data-v-2fd8cd87]{background:var(--theme-color-blue, var(--default-theme-color-blue))}.sidebar-heading-type--get[data-v-2fd8cd87]:before{content:"GET"}.sidebar-heading-type--put[data-v-2fd8cd87]{background:var(--theme-color-orange, var(--default-theme-color-orange))}.sidebar-heading-type--put[data-v-2fd8cd87]:before{content:"PUT"}.sidebar{--default-theme-sidebar-indent-base: 6px}.sidebar{flex:1;height:100%;display:flex;flex-direction:column;border-right:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );background:var(--sidebar-background-1, var(--default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1))));--default-sidebar-level: 0}.pages{flex:1;padding-top:9px;padding-bottom:9px}.sidebar-group{list-style:none;width:100%}.sidebar-heading{display:flex;gap:6px;color:var(--sidebar-color-2, var(--default-theme-color-2, var(--theme-color-2, var(--default-theme-color-2))));font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));word-break:break-word;line-height:1.385;align-items:center;max-width:100%;position:relative;cursor:pointer;border-radius:0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0;flex:1;padding-right:12px;-webkit-user-select:none;user-select:none}.toggle-nested-icon{border:none;position:absolute!important;top:4px;color:currentColor}.toggle-nested-icon:hover,.toggle-nested-icon:focus-visible{color:currentColor;filter:drop-shadow(0 .125px 0 currentColor) drop-shadow(0 -.125px 0 currentColor)}.sidebar-indent-nested .sidebar-heading{padding-left:calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 24px)!important}.sidebar-indent-nested .sidebar-heading .toggle-nested-icon{left:calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 2px)!important}.sidebar-heading-link{padding:6px 0;display:flex;flex:1;justify-content:space-between;align-items:flex-start!important}.link-icon{position:relative;left:4px}.sidebar-icon{display:flex;align-items:center;justify-content:center;margin-right:6px;width:13px;height:13px}.sidebar-icon>svg{width:13px;height:13px}.sidebar-heading:hover{background:var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background, var(--theme-background-2, var(--default-theme-background-2))))}.sidebar-heading:hover p{color:var( --sidebar-item-hover-color, var( --default-sidebar-item-hover-color, var(--theme-color-accent, var(--default-theme-color-accent)) ) )}.sidebar-group-item{position:relative}.sidebar-group-item--without-parent .sidebar-heading{margin-left:12px;padding-left:12px!important;border-radius:var(--theme-radius, var(--default-theme-radius))}.sidebar-indent-nested .sidebar-heading{color:var(--sidebar-color-1, var(--default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1))))}.sidebar-indent-nested .sidebar-indent-nested .sidebar-heading{color:var(--sidebar-color-2, var(--default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2))))}.sidebar-mobile-header{display:flex;align-items:center;gap:12px;height:100%;width:100%;padding:0 6px}.sidebar-mobile-breadcrumbs{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.sidebar-mobile-actions{display:flex;flex-direction:row;gap:4px;height:24px;align-items:center;padding-left:4px}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle{width:auto;margin:0}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle .darklight{height:24px;width:24px;font-size:0;padding:0;margin-top:0;border-top:0;text-indent:0;color:var(--theme-color-3, var(--default-theme-color-3));display:flex;align-items:center;justify-content:center}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle svg{width:15px;height:15px}.sidebar-mobile-actions .darklight-reference-promo{display:none}.active_page.sidebar-heading:hover,.active_page.sidebar-heading{background:var(--sidebar-item-active-background, var(--default-sidebar-item-active-background, var(--theme-background-accent, var(--default-theme-background-accent))))!important}.active_page.sidebar-heading svg,.active_page.sidebar-heading:hover svg,.active_page.sidebar-heading p,.active_page.sidebar-heading:hover p{color:var(--sidebar-color-active, var(--default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent))))!important}@media (max-width: 1000px){.sidebar{min-height:0}.pages{padding-top:12px}}@media (max-width: 500px){.header-item-link.header-item-active,.sidebar-section,.sidebar-heading{font-size:var(--theme-micro, var(--default-theme-micro))}}.scalar-api-client__container .scalar-api-client[data-v-07cec4a9]{width:calc(100% - var(--refs-sidebar-width))}@media screen and (max-width: 1000px){.scalar-api-client__container .scalar-api-client[data-v-07cec4a9]{width:100%}}.scalar-api-client__container[data-v-07cec4a9]{position:absolute;right:0;left:0;bottom:0;top:0;z-index:9;border-radius:0;box-shadow:none;opacity:1;pointer-events:all;background:var( --theme-background-1, var(--default-theme-background-1) )!important;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-1, var(--default-theme-shadow-1));height:100%;overflow:hidden;display:flex;flex-direction:column}.scalar-api-client__navigation[data-v-07cec4a9]{width:100%;display:flex;align-items:center;padding:11px 12px;height:var(--refs-header-height);background-color:var( --theme-background-1, var(--default-theme-background-1) );z-index:10;position:sticky;border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color));top:0}.scalar-api-client__close[data-v-07cec4a9]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;display:flex;align-items:center;background:transparent;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__close[data-v-07cec4a9]:hover{cursor:pointer}.api-client-drawer[data-v-07cec4a9]{background:var(--theme-background-1, var(--default-theme-background-1));height:calc(100% - 58px);width:calc(100% - 8px);border-radius:12px;overflow:hidden;visibility:visible;position:fixed;bottom:4px;left:4px;z-index:1001;opacity:0;animation:apiclientfadein-07cec4a9 .35s forwards}.api-client-drawer[data-v-07cec4a9]:before{content:"";display:block;width:100%;height:100%;position:absolute;z-index:0}.dark-mode .api-client-drawer[data-v-07cec4a9]:before{background:#1a1a1a}.light-mode .api-client-drawer[data-v-07cec4a9]:before{background:#fff}@keyframes apiclientfadein-07cec4a9{0%{transform:translate3d(0,20px,0) scale(.985);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}.api-client-drawer-exit[data-v-07cec4a9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.44);transition:all .3s ease-in-out;z-index:1000;cursor:pointer;animation:drawerexitfadein-07cec4a9 .35s forwards}.api-client-drawer-exit[data-v-07cec4a9]:before{content:"×";font-family:sans-serif;position:absolute;top:0;font-size:30px;font-weight:100;line-height:50px;right:12px;text-align:center;color:#fff;opacity:.6}.api-client-drawer-exit[data-v-07cec4a9]:hover:before{opacity:1}@keyframes drawerexitfadein-07cec4a9{0%{opacity:0}to{opacity:1}}.scalar-api-client-height[data-v-07cec4a9]{height:100%}.scalar-api-client-height .sidebar[data-v-07cec4a9]{flex:1 1 0%;flex-grow:1;flex-shrink:1;flex-basis:0%;height:100%;display:flex;flex-direction:column;width:var(--refs-sidebar-width);max-width:var(--refs-sidebar-width);border-right:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) )}.progress-ring[data-v-d16794fb]{transform:rotate(-90deg);transform-origin:50% 50%;animation:linear turn-d16794fb reverse forwards}@keyframes turn-d16794fb{0%{stroke-dashoffset:var(--399d17d8)}to{stroke-dashoffset:0}}.toast-layout[data-v-ce041b52]{pointer-events:initial;padding:18px;background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));color:var(--theme-color-1, var(--default-theme-color-1));display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon title timeout" ". description description";align-items:center;position:relative;width:100%}.toast-title[data-v-ce041b52]{grid-area:title;font-weight:var(--theme-font-semibold, var(--default-theme-font-semibold));display:flex;align-items:center}.toast-description[data-v-ce041b52]{grid-area:description;margin-top:5px;line-height:1.45;color:var(--theme-color-2, var(--default-theme-color-2))}.toast-icon[data-v-ce041b52]{grid-area:icon;display:flex;align-items:center;justify-content:center;margin-right:10px;color:var(--theme-color-2, var(--default-theme-color-2))}.toast-icon[data-v-ce041b52]>*{width:14px;height:14px}.toast-timeout[data-v-ce041b52]{grid-area:timeout;margin-left:10px;width:16px;height:16px;display:flex;color:var(--theme-color-ghost, var(--default-theme-color-ghost))}.toast-error .toast-icon[data-v-ce041b52],.toast-error .toast-title[data-v-ce041b52]{color:var(--theme-error-color, var(--default-theme-color-red))}.toast[data-v-4e50f02e]{pointer-events:initial;filter:brightness(var(--theme-lifted-brightness, var(--default-theme-lifted-brightness)));background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-2, var(--default-theme-shadow-2));font-family:var(--theme-font, var(--default-theme-font));width:380px;max-width:100%;min-width:0}.toast-container[data-v-b6c63ea1]{width:100dvw;height:100svh;position:fixed;bottom:0;z-index:1000000;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:12px;padding:48px}@media screen and (max-width: 600px){.toast-container[data-v-b6c63ea1]{padding:24px}}.toasts-move[data-v-b6c63ea1],.toasts-enter-active[data-v-b6c63ea1],.toasts-leave-active[data-v-b6c63ea1]{transition:all .5s ease}.toasts-enter-from[data-v-b6c63ea1],.toasts-leave-to[data-v-b6c63ea1]{opacity:0;transform:translate(30px)}.toast-leave-active[data-v-b6c63ea1]{position:absolute}.section[data-v-30f8611d]{position:relative;display:flex;flex-direction:column;max-width:1120px;margin:auto;padding:90px 0}.references-narrow .section[data-v-30f8611d]{padding:48px 24px}.section[data-v-30f8611d]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.section-column[data-v-7e657da0]{flex:1;min-width:0}.section-column[data-v-7e657da0]:nth-of-type(2){padding-top:48px}.references-narrow .section-column[data-v-7e657da0]:nth-of-type(2){padding-top:0}.section-columns[data-v-0bd51848]{display:flex;gap:48px}.references-narrow .section-columns[data-v-0bd51848]{flex-direction:column;gap:24px}.section-container[data-v-a27b5d0a]{position:relative;padding:0 60px;width:100%}.references-narrow .section-container[data-v-a27b5d0a]{padding:0}.section-container[data-v-a27b5d0a]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.loading[data-v-99d52311]{background:var(--theme-background-3, var(--default-theme-background-3));animation:loading-skeleton-99d52311 1.5s infinite alternate;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));min-height:1.6em;margin:.6em 0;max-width:100%}.loading[data-v-99d52311]:first-of-type{min-height:3em;margin-bottom:24px;margin-top:0}.loading[data-v-99d52311]:last-of-type{width:60%}.loading.single-line[data-v-99d52311]{min-height:3em;margin:.6em 0;max-width:80%}@keyframes loading-skeleton-99d52311{0%{opacity:1}to{opacity:.33}}.references-narrow .section-content--with-columns[data-v-bba63beb]{flex-direction:column;gap:24px}.section-header[data-v-566623fe]{font-size:var( --font-size, var( --default-font-size, var(--theme-heading-2, var(--default-theme-heading-2)) ) );font-weight:var( --font-weight, var(--default-font-weight, var(--theme-bold, var(--default-theme-bold))) );color:var(--theme-color-1, var(--default-theme-color-1));word-wrap:break-word;line-height:1.45;margin-top:0;margin-bottom:0}.section-header.tight[data-v-566623fe]{margin-bottom:6px}.section-header.loading[data-v-566623fe]{width:80%}.scalar-card[data-v-dbd5ab78]{all:unset;font-family:var(--theme-font, var(--default-theme-font));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden;border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-2, var(--default-theme-background-2));display:flex;flex-direction:column;max-height:calc(((var(--full-height) - var(--refs-header-height)) - 60px) / 2);position:relative}.scalar-card-content[data-v-4dc9c56e]{overflow:auto;border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.scalar-card-content[data-v-4dc9c56e] .simple-table .simple-header{display:none}.scalar-card-content[data-v-4dc9c56e]:last-of-type,.scalar-card-content.scalar-card--borderless[data-v-4dc9c56e]{border-bottom:none}.scalar-card--muted[data-v-4dc9c56e]{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-card--contrast[data-v-4dc9c56e]{background:var(--theme-background-3, var(--default-theme-background-3))}.scalar-card--frameless[data-v-4dc9c56e]{padding:0}.scalar-card--transparent[data-v-4dc9c56e]{background:var(--theme-background-1, var(--default-theme-background-1))}.scalar-card-header[data-v-a8e4ead5]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-3, var(--default-theme-color-3));flex-shrink:0}.scalar-card-header-slots[data-v-a8e4ead5]{display:flex;justify-content:space-between;margin:9px 0 9px 12px;line-height:1.35}.scalar-card-header-title[data-v-a8e4ead5]{text-transform:uppercase;word-break:break-all}.scalar-card-header-actions[data-v-a8e4ead5]{display:flex}.scalar-card-footer[data-v-5d002776]{flex-shrink:0}.tab-list[data-v-b81067df]{display:flex;gap:6px;position:relative;flex:1}.tab[data-v-d044c876]{background:none;border:none;font-size:var(--theme-mini, var(--default-theme-mini));font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));line-height:calc(var(--theme-mini, var(--default-theme-mini)) + 2px);white-space:nowrap;cursor:pointer;padding:0;margin-right:3px;text-transform:uppercase;position:relative;line-height:1.35}.tab[data-v-d044c876]:before{content:"";position:absolute;z-index:0;left:-6px;top:-6px;width:calc(100% + 12px);height:calc(100% + 12px);border-radius:var(--theme-radius, var(--default-theme-radius));background:var(--theme-background-3, var(--default-theme-background-3));opacity:0}.tab[data-v-d044c876]:hover:before{opacity:1}.tab span[data-v-d044c876]{z-index:1;position:relative}.tab-selected[data-v-d044c876]{color:var(--theme-color-1, var(--default-theme-color-1));text-decoration:underline;text-underline-offset:var(--theme-micro, var(--default-theme-micro))}.markdown[data-v-38a7def9]{color:var(--theme-color-1, var(--default-theme-color-1));all:unset;word-break:break-word}.markdown[data-v-38a7def9] *{all:unset;margin:12px 0;font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-1, var(--default-theme-color-1))}.markdown[data-v-38a7def9] h1,.markdown[data-v-38a7def9] h2,.markdown[data-v-38a7def9] h3,.markdown[data-v-38a7def9] h4,.markdown[data-v-38a7def9] h5,.markdown[data-v-38a7def9] h6{font-size:var(--font-size, var(--default-font-size));margin:24px 0 6px;font-weight:var(--theme-bold, var(--default-theme-bold));display:block;line-height:1.45}.markdown[data-v-38a7def9] b,.markdown[data-v-38a7def9] strong{font-weight:var(--theme-bold, var(--default-theme-bold))}.markdown[data-v-38a7def9] p{font-size:var( --font-size, var(--default-font-size), var(--theme-paragraph, var(--default-theme-paragraph)) );color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var( --font-weight, var(--default-font-weight), var(--theme-small, var(--default-theme-small)) );line-height:1.5;margin-bottom:0;display:block}.markdown[data-v-38a7def9] ul,.markdown[data-v-38a7def9] ol{padding-left:24px;line-height:1.5;margin:12px 0;display:block}.markdown[data-v-38a7def9] ul{list-style:disc}.markdown[data-v-38a7def9] ol{list-style:decimal}.markdown[data-v-38a7def9] ul.contains-task-list{list-style:none;padding-left:0}.markdown[data-v-38a7def9] li{margin:6px 0;display:list-item}.markdown[data-v-38a7def9] a{color:var( --theme-color-accent, var(--default-theme-color-accent) )!important;text-decoration:none!important;cursor:pointer}.markdown[data-v-38a7def9] a:hover{text-decoration:underline!important}.markdown[data-v-38a7def9] code{font-family:var(--theme-font-code, var(--default-theme-font-code));background-color:var( --theme-background-2, var(--default-theme-background-2) );box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));font-size:var(--theme-micro, var(--default-theme-micro));border-radius:2px;padding:0 3px}.markdown[data-v-38a7def9] pre code{display:block;white-space:pre;padding:12px;line-height:1.5;margin:12px 0;-webkit-overflow-scrolling:touch;overflow-x:auto;max-width:100%;min-width:100px}.markdown[data-v-38a7def9] blockquote{border-left:3px solid var(--theme-border-color, var(--default-theme-border-color));padding-left:12px;margin:0;display:block}.markdown[data-v-38a7def9] table{display:table;position:relative;border-collapse:collapse;table-layout:fixed;width:100%;margin:1em 0;overflow:hidden;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.markdown[data-v-38a7def9] tbody{display:table-row-group;vertical-align:middle}.markdown[data-v-38a7def9] thead{display:table-header-group;vertical-align:middle}.markdown[data-v-38a7def9] tr{display:table-row;border-color:inherit;vertical-align:inherit}.markdown[data-v-38a7def9] td,.markdown[data-v-38a7def9] th{display:table-cell;vertical-align:inherit;min-width:1em;padding:6px 9px;vertical-align:top;box-sizing:border-box;position:relative;word-break:break-all;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.markdown[data-v-38a7def9] td>*,.markdown[data-v-38a7def9] th>*{margin-bottom:0}.markdown[data-v-38a7def9] th:empty{display:none}.markdown.parameter-description[data-v-38a7def9] p{margin-top:4px;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4}.markdown[data-v-38a7def9] td:first-of-type,.markdown[data-v-38a7def9] th:first-of-type{border-left:none}.markdown[data-v-38a7def9] td:last-of-type,.markdown[data-v-38a7def9] th:last-of-type{border-right:none}.markdown[data-v-38a7def9] tr:last-of-type td{border-bottom:none}.markdown[data-v-38a7def9] th{font-weight:var(--theme-semibold, var(--default-theme-semibold))!important;text-align:left;border-left-color:transparent;background:var(--theme-background-2, var(--default-theme-background-2))}.markdown pre code.hljs{display:block;overflow-x:auto;padding:1em}.markdown pre *{font-size:var(--theme-small, var(--default-theme-small))!important;font-family:var( --theme-font-code, var(--default-theme-font-code) )!important}.markdown code.hljs{padding:3px 5px}.markdown .hljs{background:var(--theme-background-4, var(--default-theme-background-4));color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-comment,.markdown .hljs-quote{color:var(--theme-color-3, var(--default-theme-color-3));font-style:italic}.markdown .hljs-addition,.markdown .hljs-keyword,.markdown .hljs-literal,.markdown .hljs-selector-tag,.markdown .hljs-type{color:var(--theme-color-green, var(--default-theme-color-green))}.markdown .hljs-number,.markdown .hljs-selector-attr,.markdown .hljs-selector-pseudo{color:var(--theme-color-orange, var(--default-theme-color-orange))}.markdown .hljs-doctag,.markdown .hljs-regexp,.markdown .hljs-string{color:var(--theme-color-blue, var(--default-theme-color-blue))}.markdown .hljs-built_in,.markdown .hljs-name,.markdown .hljs-section,.markdown .hljs-title,.markdown .hljs-class .hljs-title,.markdown .hljs-selector-id,.markdown .hljs-template-variable,.markdown .hljs-title.class_,.markdown .hljs-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-name,.markdown .hljs-section,.markdown .hljs-strong{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.markdown .hljs-bullet,.markdown .hljs-link,.markdown .hljs-meta,.markdown .hljs-subst,.markdown .hljs-symbol{color:var(--theme-color-blue, var(--default-theme-color-blue))}.markdown .hljs-deletion{color:var(--theme-color-red, var(--default-theme-color-red))}.markdown .hljs-formula{background:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-attr,.markdown .hljs-attribute{color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-emphasis{font-style:italic}.endpoints[data-v-fadd1235]{overflow:auto;background:var(--theme-background-2, var(--default-theme-background-2));padding:10px 12px}@media (max-width: 580px){.endpoints[data-v-fadd1235]{max-height:calc(100vh - 150px)}}.endpoints span+span[data-v-fadd1235]{text-align:left;margin-left:12px;text-transform:initial}.endpoint[data-v-fadd1235]{display:flex;white-space:nowrap;cursor:pointer}.endpoint span[data-v-fadd1235]:first-of-type{text-transform:uppercase}.endpoint .post[data-v-fadd1235]{color:var(--theme-color-green, var(--default-theme-color-green))}.endpoint .patch[data-v-fadd1235]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.endpoint .get[data-v-fadd1235]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.endpoint .delete[data-v-fadd1235]{color:var(--theme-color-red, var(--default-theme-color-red))}.endpoint .put[data-v-fadd1235]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.endpoint .post[data-v-fadd1235],.endpoint .get[data-v-fadd1235],.endpoint .delete[data-v-fadd1235],.endpoint .put[data-v-fadd1235]{white-space:nowrap}.endpoint span[data-v-fadd1235]{color:var(--theme-color-1, var(--default-theme-color-1));min-width:62px;display:inline-block;text-align:right;line-height:1.55;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-small, var(--default-theme-small));cursor:pointer}.security-scheme[data-v-e3793f64]{margin:9px;color:var(--theme-color-1, var(--default-theme-color-1));border-radius:var(--theme-radius, var(--default-theme-radius));position:relative;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.security-scheme[data-v-e3793f64] .input:nth-of-type(3)~.input{height:0px;opacity:0}.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child):before{content:"Show More...";white-space:nowrap;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));pointer-events:none;position:absolute;padding:9px}.security-scheme[data-v-e3793f64] .input:hover:before{color:var(--theme-color-1, var(--default-theme-color-1))!important}.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3):not(:last-child):before{display:none}.security-scheme[data-v-e3793f64]:not(:focus-within) .input:nth-of-type(3):not(:last-child){box-shadow:none!important}.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child) input,.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child) label{opacity:0}.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3) input,.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3) label,.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3)~.input{opacity:1;height:fit-content;transition:opacity .3s ease-in-out}.description[data-v-e3793f64]{margin-bottom:12px}.work-in-progress[data-v-e3793f64]{color:var(--theme-color-1, var(--default-theme-color-1));padding:9px;border-radius:var(--theme-radius, var(--default-theme-radius));font-size:var(--theme-micro, var(--default-theme-micro));display:flex;box-shadow:0 0 0 1px var(--theme-color-yellow, var(--default-theme-color-yellow));position:relative}.work-in-progress[data-v-e3793f64]:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--theme-color-yellow, var(--default-theme-color-yellow));opacity:.1}.work-in-progress-title[data-v-e3793f64]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));margin-top:0;margin-bottom:0;margin-right:6px}.security-scheme-selector[data-v-ee37a3f6]{position:relative;border-radius:var(--theme-radius, var(--default-theme-radius));color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;gap:4px;cursor:pointer}.security-scheme-selector[data-v-ee37a3f6]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.security-scheme-selector span[data-v-ee37a3f6]{font-size:var(--theme-mini, var(--default-theme-mini))}.security-scheme-selector select[data-v-ee37a3f6]{opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;cursor:pointer}.security-scheme-selector svg[data-v-ee37a3f6]{width:12px;stroke:currentColor}.selector[data-v-102a910e]{margin-right:12px}.client-libraries-content[data-v-868f8024]{display:flex;justify-content:center;gap:6px;padding:0 12px;overflow:hidden}.code-languages[data-v-868f8024]{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:68px;width:100%;padding:12px 0;position:relative;cursor:pointer;white-space:nowrap}@media screen and (max-width: 450px){.code-languages[data-v-868f8024]:nth-of-type(4),.code-languages[data-v-868f8024]:nth-of-type(6){display:none}}.code-languages-icon[data-v-868f8024]{max-width:48px;width:100%;max-height:48px;aspect-ratio:1;padding:7px;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;color:var( --theme-code-language-color-supersede, var(--default-theme-code-language-color-supersede, #fff) )}.code-languages-background[data-v-868f8024]{border-radius:12px;position:relative;box-shadow:0 0 0 1px var( --theme-code-languages-border-color, var(--default-theme-code-languages-border-color) )}.code-languages-background[data-v-868f8024]:before{content:"";width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;top:-1px;left:-1px;pointer-events:none;border-radius:12px;background:var( --theme-code-languages-background-supersede, var(--default-theme-code-languages-background-supersede) )}.code-languages-icon__shell[data-v-868f8024]{background:#000}.code-languages-icon__ruby[data-v-868f8024]{background:#d91404}.code-languages-icon__php[data-v-868f8024]{background:#6181b6}.code-languages-icon__python[data-v-868f8024]{background:#306998}.code-languages-icon__more[data-v-868f8024]{background:var(--theme-background-3, var(--default-theme-background-3))}.code-languages-icon__node[data-v-868f8024]{background:#83cd29}.code-languages-icon__c[data-v-868f8024]{background:#03599c}.code-languages-icon__csharp[data-v-868f8024]{background:#68217a}.code-languages-icon__cplusplus[data-v-868f8024]{background:#9c033a}.code-languages-icon__clojure[data-v-868f8024]{background:#5881d8}.code-languages-icon__go[data-v-868f8024]{background:#00acd7}.code-languages-icon__http[data-v-868f8024]{background:#005b9b}.code-languages-icon__java[data-v-868f8024]{background:#ea2d2e}.code-languages-icon__javascript[data-v-868f8024]{background:#f0db4f}.code-languages-icon__kotlin[data-v-868f8024]{background:#7f6cb1}.code-languages-icon__objc[data-v-868f8024]{background:#0b5a9d}.code-languages-icon__ocaml[data-v-868f8024]{background:#f29100}.code-languages-icon__powershell[data-v-868f8024]{background:#2671be}.code-languages-icon__r[data-v-868f8024]{background:#cbced0}.code-languages-icon__swift[data-v-868f8024]{background:#f05138}.code-languages__loading .code-languages-icon[data-v-868f8024]:before{border:1px solid rgba(255,255,255,.44);border-top:1px solid white;animation:codeloader-868f8024 .45s linear infinite;background:transparent;width:18px;height:18px;content:"";border-radius:50%}.code-languages__loading .code-languages-icon svg[data-v-868f8024]{display:none}.code-languages__active[data-v-868f8024]:after{content:"";position:absolute;bottom:0;height:2px;width:100%;background:var(--theme-color-1, var(--default-theme-color-1))}@keyframes codeloader-868f8024{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.code-languages span[data-v-868f8024]{margin-top:3px;color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro))}.code-languages__active span[data-v-868f8024]{color:var(--theme-color-1, var(--default-theme-color-1))}.code-languages__select select[data-v-868f8024]{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;z-index:1}.code-languages__select span[data-v-868f8024]{position:relative;display:flex;align-items:center}.code-languages__select span[data-v-868f8024]:after{content:"";width:8px;height:8px;background:var(--theme-background-1, var(--default-theme-background-1));box-shadow:1px 1px 0 currentColor;display:block;transform:rotate(45deg);margin-left:5px;margin-top:-7px}.download-cta[data-v-fa6b3604]{margin-bottom:24px}.download-cta a[data-v-fa6b3604]{color:var(--theme-color-accent, var(--default-theme-color-accent));text-decoration:none;font-size:var(--theme-paragraph, var(--default-theme-paragraph))}.download-cta a[data-v-fa6b3604]:hover{text-decoration:underline}.base-url-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.base-url[data-v-5ca0a51c]{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer;font-family:var(--theme-font-code, var(--default-theme-font-code));display:inline-block;padding:10px 0;font-size:var(--theme-micro, var(--default-theme-micro))}.input select[data-v-a157de95]{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.input-value[data-v-a157de95]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));padding:9px}.variable-description[data-v-a157de95]{padding:6px 12px;font-size:var(--theme-small, var(--default-theme-small))}.variable-description[data-v-a157de95] .markdown{font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color--1, var(--default-theme-color-1));padding:4px 0;display:block}.variable-description[data-v-a157de95] .markdown>*:first-child{margin-top:0}.input[data-v-a157de95]{align-items:center}.input[data-v-a157de95]:first-of-type{border-radius:0;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.server-item[data-v-e398ce3c]{padding:0 9px}.scalar-card-serverlist[data-v-e398ce3c]{padding:9px}.server-selector[data-v-e398ce3c]{position:relative;display:flex;align-items:center;gap:2px;color:var(--theme-color-2, var(--default-theme-color-2))}.description[data-v-e398ce3c]{padding:6px 12px;font-size:var(--theme-small, var(--default-theme-small))}.description[data-v-e398ce3c] .markdown{font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color--1, var(--default-theme-color-1));padding:4px 0;display:block}.description[data-v-e398ce3c] .markdown>*:first-child{margin-top:0}.server-selector select[data-v-e398ce3c]{position:absolute;bottom:0;left:0;right:0;opacity:0;top:0}.server-selector svg[data-v-e398ce3c]{width:12px}.scalar-card-serverlist-container[data-v-e398ce3c]{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius))}.heading[data-v-37c3f0ff]{margin-top:0!important;word-wrap:break-word}.loading[data-v-37c3f0ff]{background:var(--theme-background-3, var(--default-theme-background-3));animation:loading-skeleton 1.5s infinite alternate;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.heading.loading[data-v-37c3f0ff]{width:80%}.font-mono[data-v-37c3f0ff]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-small, var(--default-theme-small));font-family:var(--theme-font-code, var(--default-theme-font-code));padding:10px 12px}.sticky-cards[data-v-37c3f0ff]{position:sticky;top:24px}.section-version[data-v-37c3f0ff],.section-oas[data-v-37c3f0ff]{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro));background:var(--theme-background-2, var(--default-theme-background-2));padding:2px 6px;border-radius:12px;margin-right:4px;font-weight:var(--theme-semibold, var(--default-theme-semibold));margin-bottom:3px;display:inline-block}.property[data-v-ce036666]{padding:12px 0;overflow:auto}.property-information[data-v-ce036666]{display:flex;align-items:flex-end;gap:9px;white-space:nowrap}.property-description[data-v-ce036666]{margin-top:4px;color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4;font-size:var(--theme-small, var(--default-theme-small))}.property-rule[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));background:var(--theme-color-orange, var(--default-theme-color-orange));padding:0 6px}.property[data-v-ce036666]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.property-name[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-mini, var(--default-theme-mini))}.required[data-v-ce036666],.optional[data-v-ce036666]{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var( --default-theme-font-size-5, var(--default-default-theme-font-size-5) )}.required[data-v-ce036666]{text-transform:uppercase;color:var(--theme-color-orange, var(--default-theme-color-orange))}.property-type[data-v-ce036666]{color:var(--theme-color-2, var(--default-theme-color-2))}.property[data-v-ce036666]{padding:12px}.property-example[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.property-example-value[data-v-ce036666]{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius, var(--default-theme-radius));padding:2px 5px;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var( --default-theme-font-size-5, var(--default-default-theme-font-size-5) )}.rule[data-v-ce036666]{margin-top:12px;padding:0 12px 12px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));background:var(--theme-background-4, var(--default-theme-background-4));border:2px dotted var(--theme-border-color, var(--default-theme-border-color))}.property-enum-value[data-v-ce036666]{padding:3px 0}.property-enum-value[data-v-ce036666]:before{content:"◼";margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3))}.property-enum-values[data-v-ce036666]{margin-top:8px;list-style:none}.property-read-only[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.property-nullable[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));color:var(--theme-color-2, var(--default-theme-color-2))}.error[data-v-6ae0ec2b]{background-color:red}.schema[data-v-6ae0ec2b]{width:100%;font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));color:var(--theme-color-1, var(--default-theme-color-1))}.type[data-v-6ae0ec2b]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-family:var(--theme-font-code, var(--default-theme-font-code));font-weight:var(--theme-bold, var(--default-theme-bold));text-transform:uppercase;background:var(--theme-background-4, var(--default-theme-background-4));padding:10px 12px}.type-icon[data-v-6ae0ec2b]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro))}.properties[data-v-6ae0ec2b]{border:1px solid var(--theme-border-color, var(--default-theme-border-color));margin:24px 0 0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden}.properties .properties[data-v-6ae0ec2b]{margin-top:12px}.show-more[data-v-5ac202a8]{background:var(--theme-background-1, var(--default-theme-background-1));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:8px 12px;border-radius:30px;color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));display:flex;align-items:center;justify-content:center;position:relative;margin:48px auto}.show-more[data-v-5ac202a8]:hover{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.show-more-icon[data-v-5ac202a8]{width:14px;height:14px;margin-left:3px}.show-more[data-v-5ac202a8]:active{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}@media (max-width: 1165px){.show-more[data-v-5ac202a8]{margin:24px auto}}.title[data-v-d173780f]{margin-bottom:12px!important;margin-top:12px!important}.title[data-v-28fef31c]{margin-bottom:12px!important;margin-top:24px!important}.parameter p{margin-top:6px}.parameter .parameter-child{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:20px;margin-top:12px;width:fit-content}.parameter .parameter{border:none!important}.parameter-child-trigger{padding:6px 12px;cursor:pointer;font-weight:500;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center;-webkit-user-select:none;user-select:none}.parameter-child-trigger:has(+.parameter li:first-of-type:last-of-type){display:none}.parameter-child-trigger:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.parameter-child-trigger>span:before{content:"Show "}.parameter-child__open>.parameter-child-trigger span:before{content:"Hide "}.parameter-child-trigger svg{height:10px;width:10px;margin-right:6px}.parameter-child__open .parameter-child-trigger svg{transform:rotate(45deg)}.parameter .parameter li:first-of-type{border-top:none}.parameter .parameter li{padding:10px 12px}.parameter-child__open>.parameter{display:block}.parameter .parameter-child__open{width:100%;border-radius:6px}.parameter .parameter-child__open>svg{transform:rotate(45deg)}.parameter-child__open>.parameter-child-trigger{border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.parameter{list-style:none;font-size:var(--theme-small, var(--default-theme-small))}.parameter li{border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:12px 0}.parameter-name{font-weight:500;margin-right:6px;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-1, var(--default-theme-color-1))}.parameter-type,.parameter-required{color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin-right:6px;position:relative}.parameter-description{margin-top:3px!important;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4}.parameter__required{text-transform:uppercase;font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-orange, var(--default-theme-color-orange))}.parameter-options{position:relative}.copy .title{font-size:var(--theme-heading-4, var(--default-theme-heading-4));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));line-height:1.45;margin:0}.copy .parameter-description:empty{display:none}.description[data-v-d0646332]{margin-bottom:24px}.request-path-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.request[data-v-ca62c0e1]{display:flex;flex-wrap:nowrap}.request-method[data-v-ca62c0e1]{white-space:nowrap}.request-method--post[data-v-ca62c0e1]{color:var(--theme-color-green, var(--default-theme-color-green))}.request-method--patch[data-v-ca62c0e1]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.request-method--get[data-v-ca62c0e1]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.request-method--delete[data-v-ca62c0e1]{color:var(--theme-color-red, var(--default-theme-color-red))}.request-method--put[data-v-ca62c0e1]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.request-path[data-v-ca62c0e1]{margin-left:6px;color:var(--theme-color-2, var(--default-theme-color-2));overflow:hidden;cursor:default;word-wrap:break-word;text-transform:none!important}.language-select[data-v-ca62c0e1]{position:relative;padding-right:9px;height:fit-content;padding-left:12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color))}.language-select select[data-v-ca62c0e1]{border:none;outline:none;cursor:pointer;background:var(--theme-background-3, var(--default-theme-background-3));box-shadow:-2px 0 0 0 var(--theme-background-3, var(--default-theme-background-3));position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.language-select span[data-v-ca62c0e1]{font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));white-space:nowrap;display:flex;align-items:center;justify-content:center}.language-select:hover span[data-v-ca62c0e1]{color:var(--theme-color-1, var(--default-theme-color-1))}.language-select span[data-v-ca62c0e1]:after{content:"";width:7px;height:7px;transform:rotate(45deg) translate3d(-2px,-2px,0);display:block;margin-left:6px;box-shadow:1px 1px 0 currentColor}.language-select span[data-v-ca62c0e1]:hover{background:var(--theme-background-2, var(--default-theme-background-2))}.copy-button[data-v-ca62c0e1]{-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;background:transparent;cursor:pointer;color:var(--theme-color-3, var(--default-theme-color-3));margin-left:6px;margin-right:12px;border:none;border-radius:3px;padding:0;display:flex;align-items:center;height:fit-content}.copy-button[data-v-ca62c0e1]:after{content:".";color:transparent;font-size:var(--theme-mini, var(--default-theme-mini));line-height:1.35;width:0px}.copy-button[data-v-ca62c0e1]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.copy-button svg[data-v-ca62c0e1]{width:13px;height:13px}.show-api-client-button[data-v-ca62c0e1]{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;padding:6px;height:23px;margin:6px 6px 6px auto;border-radius:var(--theme-radius, var(--default-theme-radius));text-transform:uppercase;display:flex;justify-content:center;align-items:center;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-background-2, var(--default-background-2));font-family:var(--theme-font, var(--default-theme-font));position:relative;cursor:pointer;box-sizing:border-box;box-shadow:inset 0 0 0 1px #0000001a}.show-api-client-button span[data-v-ca62c0e1],.show-api-client-button svg[data-v-ca62c0e1]{color:var(--theme-color-1, var(--default-theme-color-1));z-index:1}.show-api-client-button[data-v-ca62c0e1]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius))}.show-api-client-button[data-v-ca62c0e1]:before{background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.show-api-client-button[data-v-ca62c0e1]:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.show-api-client-button svg[data-v-ca62c0e1]{height:12px;width:auto;margin-left:9px}.show-api-client-button--post[data-v-ca62c0e1]{background:var(--theme-color-green, var(--default-theme-color-green))}.show-api-client-button--patch[data-v-ca62c0e1]{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.show-api-client-button--get[data-v-ca62c0e1]{background:var(--theme-color-blue, var(--default-theme-color-blue))}.show-api-client-button--delete[data-v-ca62c0e1]{background:var(--theme-color-red, var(--default-theme-color-red))}.show-api-client-button--put[data-v-ca62c0e1]{background:var(--theme-color-orange, var(--default-theme-color-orange))}.request-method[data-v-ca62c0e1]{font-family:var(--theme-font-code, var(--default-theme-font-code));text-transform:uppercase}.request-path[data-v-ca62c0e1]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.scalar-card-header-actions[data-v-ca62c0e1]{display:flex}@media screen and (max-width: 400px){.language-select[data-v-ca62c0e1]{position:absolute;bottom:9px;left:0;border-right:none}}.example-switcher[data-v-a88a80af]{display:flex;gap:6px;margin:12px 6px;flex-direction:column}.listbox-label[data-v-a88a80af]{font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin:0 4px;color:var(--theme-color-2, var(--default-theme-color-2))}.listbox-button[data-v-a88a80af]{border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-1, var(--default-theme-background-1));padding:6px 12px;border-radius:var(--theme-radius, var(--default-theme-radius));text-align:left;display:block;font-size:var(--theme-mini, var(--default-theme-mini))}.listbox-button-content[data-v-a88a80af]{display:flex;align-items:center;justify-content:space-between}.listbox-button-label[data-v-a88a80af]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listbox-options[data-v-a88a80af]{background:var(--theme-background-1, var(--default-theme-background-1));padding:6px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-2, var(--default-theme-shadow-2));position:absolute;margin:0 1px;transform:translateY(-50%);z-index:100}.listbox-option[data-v-a88a80af]{padding:6px 12px;cursor:pointer;color:var(--theme-color-1, var(--default-theme-color-1));border-radius:var(--theme-radius, var(--default-theme-radius));margin:2px 0}.listbox-option[data-headlessui-state=selected][data-v-a88a80af]{background:var(--theme-background-2, var(--default-theme-background-2))}.listbox-option[data-v-a88a80af]:hover{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-2, var(--default-theme-color-2))}.icon[data-v-a88a80af]{width:13px;height:13px;color:var(--theme-color-3, var(--default-theme-color-3))}.markdown[data-v-d49d8496] *{margin:0}.code-copy[data-v-d49d8496]{display:flex;align-items:center;justify-content:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;background:transparent;cursor:pointer;color:var(--theme-color-3, var(--default-theme-color-3));border:none;padding:0;margin-right:12px}.code-copy[data-v-d49d8496]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.code-copy svg[data-v-d49d8496]{width:13px;height:13px}.description[data-v-d49d8496]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color--1, var(--default-theme-color-1));padding:10px 12px;min-height:35px;display:flex;align-items:center;box-sizing:border-box;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.scalar-api-reference__empty-state[data-v-d49d8496]{margin:10px 0 10px 12px;text-align:center;font-size:var(--theme-micro, var(--default-theme-micro));min-height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-color-2, var(--default-theme-color-2))}.schema-type[data-v-d49d8496]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));background:var(--theme-background-3, var(--default-theme-background-3));padding:2px 4px;border-radius:4px;margin-right:4px}.schema-example[data-v-d49d8496]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.example-response-tab[data-v-d49d8496]{display:block;margin:6px}.scalar-card-container[data-v-d49d8496]{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-card-container[data-v-d49d8496] .cm-scroller{overflow:hidden}.rule-title[data-v-d49d8496]{font-family:var(--theme-font-code, var(--default-theme-font-code));color:var(--theme-color-1, var(--default-theme-color-1));display:inline-block;margin:12px 0 6px;border-radius:var(--theme-radius, var(--default-theme-radius))}.rule[data-v-d49d8496]{margin:0 12px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.rule-items[data-v-d49d8496]{counter-reset:list-number;display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:12px 0}.rule-item[data-v-d49d8496]{counter-increment:list-number;border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden;margin-left:24px}.rule-item[data-v-d49d8496]:before{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-top:0;border-right:0;content:" ";display:block;width:24px;height:6px;border-radius:0 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg));margin-top:6px;color:var(--theme-color-2, var(--default-theme-color-2));transform:translate(-25px);color:var(--theme-color-1, var(--default-theme-color-1));position:absolute}.examples[data-v-5ce28dd4]{position:sticky;top:calc(var(--refs-header-height) + 24px)}.scalar-logo-animation[data-v-16147dd7]{width:38px;height:38px;position:relative;display:flex;align-items:center}.scalar-logo-animation .line[data-v-16147dd7]:before{content:"";width:100%;height:100%;background:#4c4316;display:block;position:absolute}.scalar-logo-animation .line[data-v-16147dd7]{position:absolute;width:100%;height:1px;overflow:hidden}.scalar-logo-animation .line-2[data-v-16147dd7]{transform:rotate(90deg)}.scalar-logo-animation .line-3[data-v-16147dd7]{transform:rotate(45deg)}.scalar-logo-animation .line-4[data-v-16147dd7]{transform:rotate(-45deg)}.scalar-logo-animation-load[data-v-16147dd7]{animation:rotate-16147dd7 2s linear infinite}@keyframes rotate-16147dd7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.render-loading[data-v-5e3320bc]{height:calc(var(--full-height) - var(--refs-header-height));display:flex;align-items:center;justify-content:center}.show-more[data-v-5e3320bc]{background:var(--theme-background-1, var(--default-theme-background-1));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));margin:-48px auto 48px;padding:8px 12px;border-radius:30px;color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));display:flex;align-items:center;justify-content:center;position:relative}.show-more[data-v-5e3320bc]:hover{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.show-more-icon[data-v-5e3320bc]{width:14px;height:14px;margin-left:3px}.show-more[data-v-5e3320bc]:active{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.references-narrow .show-more[data-v-5e3320bc]{margin-top:-25px;margin-bottom:25px}@media (max-width: 1165px){.show-more[data-v-5e3320bc]{margin-top:-24px;margin-bottom:24px}}.ref-search-input[data-v-1ea632ff]{width:100%;background:transparent;padding:12px;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));outline:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));font-family:var(--theme-font, var(--default-theme-font));-webkit-appearance:none;-moz-appearance:none;appearance:none}.ref-search-input[data-v-1ea632ff]:focus{border-color:var(--theme-color-1, var(--default-theme-color-1))}.item-entry[data-v-1ea632ff]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;outline:none;padding:9px 12px;width:100%;color:var(--theme-color-3, var(--default-theme-color-3));text-align:left;border-radius:var(--theme-radius, var(--default-theme-radius));align-items:center;font-family:var(--theme-font);min-height:31px;display:flex;gap:6px;overflow:hidden}.item-entry-http-verb[data-v-1ea632ff]:empty{display:none}.ref-search-list[data-v-1ea632ff]{padding:0 0 12px 12px}.ref-search-container[data-v-1ea632ff]{padding:12px}.item-entry--active[data-v-1ea632ff]{background:var(--theme-background-2, var(--default-theme-background-2));cursor:pointer}.item-entry--tag .item-entry-description[data-v-1ea632ff]:before{content:"–";margin-right:6px}.item-entry-description[data-v-1ea632ff],.item-entry-title[data-v-1ea632ff]{font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-entry-title[data-v-1ea632ff]{min-width:fit-content}.item-entry-http-verb[data-v-1ea632ff],.item-entry-subtitle[data-v-1ea632ff]{display:flex;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));font-family:var(--theme-font-code, var(--default-theme-font-code));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-entry-http-verb[data-v-1ea632ff]{text-transform:uppercase;min-width:45px;position:relative;top:.5px}.item-entry-http-verb--post[data-v-1ea632ff]{color:var(--theme-color-green, var(--default-theme-color-green))}.item-entry-http-verb--patch[data-v-1ea632ff]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.item-entry-http-verb--get[data-v-1ea632ff]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.item-entry-http-verb--delete[data-v-1ea632ff]{color:var(--theme-color-red, var(--default-theme-color-red))}.item-entry-http-verb--delete[data-v-1ea632ff]{font-size:0}.item-entry-http-verb--delete[data-v-1ea632ff]:after{content:"DEL";font-size:var(--theme-font-size-4, var(--default-theme-font-size-4))}.item-entry-http-verb--put[data-v-1ea632ff]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.item-entry-path[data-v-1ea632ff]{color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ref-search-meta[data-v-1ea632ff]{background:var(--theme-background-3, var(--default-theme-background-3));padding:6px 12px;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));display:flex;gap:12px}.scalar-api-reference[data-v-bebf8d3a]{--refs-sidebar-width: var(--theme-sidebar-width, 250px);--refs-header-height: var(--theme-header-height, 0px)}.references-layout[data-v-bebf8d3a]{height:100dvh;max-height:100%;width:100dvw;max-width:100%;flex:1;overflow-y:auto;overflow-x:hidden;--full-height: 100dvh;display:grid;grid-template-rows:var(--refs-header-height) repeat(2,auto);grid-template-columns:var(--refs-sidebar-width) 1fr;grid-template-areas:"header header" "navigation rendered" "footer footer";background:var(--theme-background-1, var(--default-theme-background-1))}.references-header[data-v-bebf8d3a]{grid-area:header;position:sticky;top:0;z-index:10;height:var(--refs-header-height)}.references-editor[data-v-bebf8d3a]{grid-area:editor;display:flex;min-width:0;background:var(--theme-background-1, var(--default-theme-background-1))}.references-navigation[data-v-bebf8d3a]{grid-area:navigation}.references-rendered[data-v-bebf8d3a]{position:relative;grid-area:rendered;min-width:0;background:var(--theme-background-1, var(--default-theme-background-1))}.references-navigation-list[data-v-bebf8d3a]{position:sticky;top:var(--refs-header-height);height:calc(var(--full-height) - var(--refs-header-height));background:var( --sidebar-background-1, var( --default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1)) ) );overflow-y:auto;display:flex;flex-direction:column}.references-editor-textarea[data-v-bebf8d3a]{position:sticky;top:var(--refs-header-height);height:calc(var(--full-height) - var(--refs-header-height));display:flex;min-width:0;flex:1}.references-editable[data-v-bebf8d3a]{grid-template-columns:var(--refs-sidebar-width) 1fr 1fr;grid-template-areas:"header header header" "navigation editor rendered" "footer footer footer"}.references-footer[data-v-bebf8d3a]{grid-area:footer}@media (max-width: 1150px){.references-layout[data-v-bebf8d3a]{grid-template-columns:var(--refs-sidebar-width) 1fr 0px}}@media (max-width: 1000px){.references-layout[data-v-bebf8d3a]{grid-template-columns:auto;grid-template-rows:var(--refs-header-height) 0px auto auto;grid-template-areas:"header" "navigation" "rendered" "footer"}.references-editable[data-v-bebf8d3a]{grid-template-areas:"header" "navigation" "editor"}.references-navigation[data-v-bebf8d3a],.references-rendered[data-v-bebf8d3a]{position:static;max-height:unset}.references-navigation[data-v-bebf8d3a]{height:0px;z-index:10}.references-navigation-list[data-v-bebf8d3a]{position:absolute;top:calc(var(--refs-header-height) - 1px);height:calc(var(--full-height) - var(--refs-header-height) + 1px);width:100%;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));display:flex;flex-direction:column}}.scalar-api-reference p,#headlessui-portal-root p{margin:0}.scalar-api-reference i,#headlessui-portal-root i{font-style:normal}.scalar-api-reference ul,.scalar-api-reference ol,#headlessui-portal-root ul,#headlessui-portal-root ol{margin:0;padding:0}.scalar-api-reference,#headlessui-portal-root{font-family:var(--theme-font, var(--default-theme-font));line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;box-sizing:border-box}.scalar-api-reference *,.scalar-api-reference *:before,.scalar-api-reference *:after,#headlessui-portal-root *,#headlessui-portal-root *:before,#headlessui-portal-root *:after{box-sizing:inherit}.scalar-api-reference *,#headlessui-portal-root *{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scalar-api-reference input::placeholder,#headlessui-portal-root input::placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference input:-ms-input-placeholder,#headlessui-portal-root input:-ms-input-placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference input::-webkit-input-placeholder,#headlessui-portal-root input::-webkit-input-placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference .flex,#headlessui-portal-root .flex{display:flex}.scalar-api-reference .flex-col,#headlessui-portal-root .flex-col{display:flex;min-height:0;flex-direction:column}.scalar-api-reference .flex-mobile,#headlessui-portal-root .flex-mobile{display:flex;min-width:0}@media (max-width: 500px){.scalar-api-reference .flex-mobile,#headlessui-portal-root .flex-mobile{flex-direction:column}}.scalar-api-reference .gap-1,#headlessui-portal-root .gap-1{gap:12px}.scalar-api-reference .sr-only,#headlessui-portal-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.darklight[data-v-264b9b08]{border:none;border-top:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) );font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none;padding:18px 24px 0;display:flex;align-items:center;text-indent:9px;width:100%}.darklight-reference[data-v-264b9b08]{width:100%;margin-top:auto}.darklight[data-v-264b9b08]:hover{cursor:pointer;color:var( --sidebar-color-1, var( --default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1)) ) )}.darklight svg[data-v-264b9b08]{stroke:currentColor;height:12px;width:12px}.darklight-reference-promo[data-v-264b9b08]{padding:6px 24px 12px;display:flex;align-items:center;font-size:var(--theme-mini, var(--default-theme-mini));text-decoration:none;color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) )}.darklight-reference-promo[data-v-264b9b08]:hover{text-decoration:underline}.references-mobile-header[data-v-135ccf3f]{display:flex;align-items:center;gap:12px;height:100%;width:100%;padding:0 8px;background:var(--theme-background-1, var(--default-theme-background-1));border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.references-mobile-breadcrumbs[data-v-135ccf3f]{flex:1;min-width:0;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidebar-search[data-v-e0708451]{display:flex;align-items:center;position:relative;--default-margin-x: 12px;width:calc(100% - 2 * var(--margin-x, var(--default-margin-x)));margin:12px var(--margin-x, var(--default-margin-x)) 6px var(--margin-x, var(--default-margin-x));padding:0 3px 0 12px;background:var( --sidebar-search-background, var( --default-sidebar-search-background, var(--theme-background-1, var(--default-theme-background-1)) ) );color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) );outline:none;border-radius:var(--theme-radius, var(--default-theme-radius));box-shadow:0 0 0 1px var( --sidebar-search-border-color, var( --default-sidebar-search-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.sidebar-search-input[data-v-e0708451]{font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));height:31px;-webkit-user-select:none;user-select:none;z-index:10;position:relative;display:flex;width:100%;justify-content:space-between;align-items:center}.sidebar-search-shortcut[data-v-e0708451]{text-transform:uppercase}.sidebar-search-key[data-v-e0708451]{background-color:var( --theme-background-2, var(--default-theme-background-2) );padding:3px 5px;margin:2px;border-radius:var(--theme-radius, var(--default-theme-radius));color:var( --sidebar-color-2, var(--default-sidebar-color-2), var(--theme-color-2, var(--default-theme-color-2)) )}.search-icon[data-v-e0708451]{padding:0;margin-right:9px;width:12px}@media (max-width: 1000px){:root{--theme-header-height: 50px}}')), document.head.appendChild(t);
|
|
77727
|
+
t.appendChild(document.createTextNode('@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900";@import"https://fonts.googleapis.com/css?family=JetBrains%20Mono";:root{--default-theme-border-width: 1px;--default-theme-radius: 3px;--default-theme-radius-lg: 6px;--default-theme-radius-xl: 8px;--default-theme-header-height: 50px;--default-theme-sidebar-width: 250px;--default-theme-toc-width: 250px;--default-theme-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--default-theme-font-code: "JetBrains Mono";--default-theme-heading-1: 40px;--default-theme-page-description: 24px;--default-theme-heading-2: 24px;--default-theme-heading-3: 20px;--default-theme-heading-4: 16px;--default-theme-heading-5: 16px;--default-theme-heading-6: 16px;--default-theme-paragraph: 16px;--default-theme-small: 14px;--default-theme-mini: 13px;--default-theme-micro: 12px;--default-theme-bold: 600;--default-theme-semibold: 500;--default-theme-regular: 400;--default-theme-font-size-1: 24px;--default-theme-font-size-2: 16px;--default-theme-font-size-3: 14px;--default-theme-font-size-4: 13px;--default-theme-font-size-5: 12px;--default-theme-line-height-1: 32px;--default-theme-line-height-2: 24px;--default-theme-line-height-3: 20px;--default-theme-line-height-4: 18px;--default-theme-line-height-5: 16px;--default-theme-font-medium: 500;--default-theme-font-bold: 700}@media (max-width: 460px){:root{--default-theme-font-size-1: 22px;--default-theme-font-size-2: 14px;--default-theme-font-size-3: 12px}}@media (max-width: 720px){:root{--default-theme-heading-1: 24px;--default-theme-page-description: 20px}}.cm-scroller,.custom-scroll{overflow-y:scroll;scrollbar-color:transparent transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.custom-scroll-self-contain-overflow{overscroll-behavior:contain}.custom-scroll-extra-padding-right{padding-right:12px!important}@supports (-moz-appearance: none){.cm-scroller,.custom-scroll{padding-right:12px}.custom-scroll-extra-padding-right{padding-right:24px!important}}.cm-scroller:hover,.custom-scroll:hover{scrollbar-color:var( --theme-scrollbar-color, var(--default-theme-scrollbar-color) ) transparent}.cm-scroller:hover::-webkit-scrollbar-thumb,.custom-scroll:hover::-webkit-scrollbar-thumb{background:var( --theme-scrollbar-color, var(--default-theme-scrollbar-color) );background-clip:content-box;border:3px solid transparent}.cm-scroller::-webkit-scrollbar-thumb:active,.custom-scroll::-webkit-scrollbar-thumb:active{background:var( --theme-scrollbar-color-active, var(--default-theme-scrollbar-color-active) );background-clip:content-box;border:3px solid transparent}.cm-scroller::-webkit-scrollbar-corner,.custom-scroll::-webkit-scrollbar-corner{background:transparent}.cm-scroller::-webkit-scrollbar,.custom-scroll::-webkit-scrollbar{height:12px;width:12px}.cm-scroller::-webkit-scrollbar-track,.custom-scroll::-webkit-scrollbar-track{background:transparent}.cm-scroller::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{border-radius:20px;background:transparent;background-clip:content-box;border:3px solid transparent}@media (pointer: coarse){.cm-scroller,.custom-scroll{padding-right:12px}.custom-scroll-extra-padding-right{padding-right:24px!important}}.scalar-api-client__codemirror__wrapper{width:100%;height:100%;padding-top:4px;min-height:76px;background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-1, var(--default-theme-color-1));display:flex;align-items:stretch}.scalar-api-client__codemirror{flex-grow:1;max-width:100%;cursor:text;font-size:var(--theme-small, var(--default-theme-small))}.scalar-api-client__url-input{font-weight:var(--theme-semibold, var(--default-theme-semibold));min-height:auto;padding-top:0}.scalar-api-client__url-input .ͼ1 .cm-scroller{align-items:center!important}.scalar-api-client__variable{color:var(--scalar-api-client-color, var(--default-scalar-api-client-color))}.cm-focused{outline:none!important}.modal-layout[data-v-046a46e5]{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:1001;background:rgba(0,0,0,.44);padding:20px;opacity:0;animation:modal-fade-046a46e5 .2s forwards}.modal-body[data-v-046a46e5]{padding:24px 12px 18px 24px;max-height:calc(100vh - 240px);background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-family:var(--theme-font, var(--default-theme-font));position:relative}.modal[data-v-046a46e5]{margin:80px auto 0;position:relative;background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-color-1, var(--default-theme-color-1));width:100%;text-align:left;line-height:1.4;opacity:0;transform:scale(.98);animation:modal-pop-046a46e5 .15s .15s forwards;display:flex;flex-direction:column}.modal[data-v-046a46e5]:before{content:"";display:block;width:100%;height:100%;position:absolute;z-index:0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.dark-mode .modal[data-v-046a46e5]:before{background:#1a1a1a}.light-mode .modal[data-v-046a46e5]:before{background:#fff}.modal-content-history[data-v-046a46e5]{background:var(--theme-background-1, var(--default-theme-background-1))}.modal-content-history[data-v-046a46e5],.modal-content-large[data-v-046a46e5]{max-width:800px}.modal-content-normal[data-v-046a46e5]{max-width:640px}.modal-content-small[data-v-046a46e5]{max-width:480px}@keyframes modal-fade-046a46e5{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-046a46e5{0%{opacity:0}to{opacity:1;transform:scale(1)}}.modal-header[data-v-046a46e5]{padding:12px 24px;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));text-align:left;font-weight:600;margin:0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg)) 0 0}.modal-content-history .modal-header[data-v-046a46e5]{padding-bottom:0;padding-top:24px}.modal-content-history .modal-body[data-v-046a46e5]{padding-top:12px}.modal-content-search[data-v-046a46e5]{max-width:540px}.modal-content-search .modal-body[data-v-046a46e5]{padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:440px}.navtable-mock{background-repeat:repeat;width:100%;background-size:31px 31px;background-position:center 1px;flex:1;position:relative;z-index:0;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));background:repeating-linear-gradient(var(--theme-background-1, var(--default-theme-background-1)),var(--theme-background-1, var(--default-theme-background-1)) 34.8px,var(--theme-border-color, var(--default-theme-border-color)) 34.8px,var(--theme-border-color, var(--default-theme-border-color)) 35.8px)}.navtable-mock .navtable-item{position:absolute;width:100%;height:100%;left:0;top:0;background:transparent;box-shadow:none}.radio{height:10px;max-width:10px;width:10px;max-height:10px;background:transparent;border:var(--border, var(--default-border));flex-shrink:0;margin-right:6px;margin-left:0;border-radius:50%;display:flex;align-items:center;justify-content:center;outline:none;padding:0}.radio:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.navtable-item__active:before{content:"";display:block;box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))!important;width:100%;position:absolute;top:0;left:0;height:100%}.radio.post{background:var(--theme-color-green, var(--default-theme-color-green))}.radio.delete{background:var(--theme-color-red, var(--default-theme-color-red))}.radio.patch{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.radio.get{background:var(--theme-color-blue, var(--default-theme-color-blue))}.radio.put{background:var(--theme-color-orange, var(--default-theme-color-orange))}.navtable-item-request span{border:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.navtable-item-request span em{text-transform:uppercase;font-style:normal;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-micro, var(--default-theme-micro));margin-right:6px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-3, var(--default-theme-color-3))}.request-method-select[data-v-01f6175d]{position:relative;display:flex}.request-method-select select[data-v-01f6175d]{border:none;outline:none;cursor:pointer;background:var(--theme-background-3, var(--default-theme-background-3));box-shadow:-2px 0 0 0 var(--theme-background-3, var(--default-theme-background-3));position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.request-method-select select[disabled][data-v-01f6175d]{pointer-events:none}.request-method[data-v-01f6175d]{display:flex;align-items:center;color:var(--theme-color-3, var(--default-theme-color-3));-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.request-method span[data-v-01f6175d]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:500;font-size:var(--theme-micro, var(--default-theme-micro));text-transform:uppercase;display:flex;align-items:center}.request-method:not(.request-method--disabled) span[data-v-01f6175d]:after{content:"";width:7px;height:7px;transform:rotate(45deg) translate3d(-2px,-2px,0);display:block;margin-left:6px;box-shadow:1px 1px 0 currentColor}.request-method i[data-v-01f6175d]{width:10px;height:10px;border-radius:50%;margin-right:6px;text-align:center;line-height:18px;font-style:normal;flex-shrink:0;display:inline-block;color:var(--theme-color-disabled, var(--default-theme-color-disabled));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )}.loader[data-v-00528339]{position:absolute;z-index:3;height:2px;background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) );animation:loading-00528339 5s cubic-bezier(0,.5,.25,1)}@keyframes loading-00528339{0%{width:0}to{width:100%}}.scalar-api-client__address-bar[data-v-00528339]{width:100%;padding:12px 12px 10px;display:flex;align-items:center;position:relative;background:var(--theme-background-1, var(--default-theme-background-1))}.scalar-api-client__url-form[data-v-00528339]{display:flex;width:100%;align-items:stretch;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.scalar-api-client__field[data-v-00528339]{border-right:0;background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius, var(--default-theme-radius)) 0 0 var(--theme-radius, var(--default-theme-radius));display:flex;align-items:stretch;width:100%;overflow:hidden;min-height:31px}.scalar-api-client__address-bar-data[data-v-00528339]{width:100%}.scalar-api-client__address-bar-data-meta[data-v-00528339]{display:flex;margin-top:5px}.scalar-api-client__url-input[data-v-00528339]{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__request-type[data-v-00528339]{display:flex;align-items:center;color:var(--theme-color-3, var(--default-theme-color-3));-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.scalar-api-client__request-type span[data-v-00528339]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-micro, var(--default-theme-micro));text-transform:uppercase}.scalar-api-client__request-type svg[data-v-00528339]{margin-left:6px;width:8px}.scalar-api-client__request-type i[data-v-00528339]{width:10px;height:10px;border-radius:50%;margin-right:6px;text-align:center;line-height:18px;font-style:normal;flex-shrink:0;display:inline-block;color:var(--theme-color-3, var(--default-theme-color-3));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )}.meta-request-break[data-v-00528339]{margin:0 5px}.scalar-api-client__history[data-v-00528339]{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;border-radius:var(--theme-radius, var(--default-theme-radius));height:100%}.scalar-api-client__send-request-button[type=submit][data-v-00528339]{font-size:var(--theme-micro, var(--default-theme-micro));letter-spacing:.25px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:#fff;border:none;white-space:nowrap;padding:0 12px;text-transform:uppercase;cursor:pointer;outline:none;font-family:(--theme-font,var(--default-theme-font));border-radius:0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0;background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) );position:relative;display:flex;align-items:center;overflow:hidden;flex-shrink:0}.scalar-api-client__send-request-button[data-v-00528339]:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius));background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.scalar-api-client__send-request-button[data-v-00528339]:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.scalar-api-client__send-request-button svg[data-v-00528339]{width:12px;height:12px;flex-shrink:0;margin-right:6px;position:relative}.scalar-api-client__send-request-button span[data-v-00528339]{position:relative}@media screen and (max-width: 720px){.scalar-api-client__history-toggle span[data-v-00528339],.scalar-api-client__send-request-button span[data-v-00528339]{display:none}.scalar-api-client__history-toggle svg[data-v-00528339],.scalar-api-client__send-request-button svg[data-v-00528339]{margin-right:0}}.scalar-api-client__send-request-button[disabled][data-v-00528339]{pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));background:var(--theme-background-3, var(--default-theme-background-3));border:1px solid var(--default-theme-border-color)}.scalar-api-client__history-toggle[data-v-00528339]{padding:0 12px;line-height:30px;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));letter-spacing:.125px;font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase;height:100%;display:flex;align-items:center;cursor:pointer;white-space:nowrap;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));margin-left:12px;border-radius:var(--theme-radius, var(--default-theme-radius));-webkit-user-select:none;user-select:none}.scalar-api-client__history-toggle[data-v-00528339]:hover{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__history-toggle svg[data-v-00528339]{height:13px;width:13px;margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3))}.scalar-api-client__address-bar-close[data-v-00528339]{fill:var(--theme-color-3, var(--default-theme-color-3));margin-left:12px;height:24px}.scalar-api-client__address-bar-close[data-v-00528339]:hover{cursor:pointer;fill:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__address-bar__content[data-v-00528339]{width:640px;height:100%;background:var(--theme-background-1, var(--default-theme-background-1));position:fixed;top:0;right:0;z-index:1000;transform:translate3d(640px,0,0);opacity:0;transition:transform .5s cubic-bezier(.77,0,.175,1),opacity .01s ease-in-out .5s;pointer-events:none}.scalar-api-client__address-bar-content-item[data-v-00528339]{height:100vh;max-height:100vh;overflow:auto}.scalar-api-client__address-bar__on[data-v-00528339]{z-index:100000}.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-00528339]{transform:translateZ(0);opacity:1;pointer-events:all;transition:transform .5s cubic-bezier(.77,0,.175,1)}.scalar-api-client__address-bar__on .scalar-api-client__address-bar__close[data-v-00528339]{opacity:1;pointer-events:all;cursor:pointer}.scalar-api-client__address-bar .navtable-item__active[data-v-00528339]{background:var(--theme-background-2, var(--default-theme-background-2));cursor:default}.scalar-api-client__address-bar .navtable-item__active .radio[data-v-00528339]:before{display:none}.navigation-back[data-v-00528339]{stroke:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.navigation-back[data-v-00528339]:hover{stroke:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__address-bar__close[data-v-00528339]{width:100%;height:100%;position:fixed;top:0;left:0;pointer-events:none;opacity:0;transition:all .1s ease-in-out;z-index:1000}.navtable-item-time[data-v-00528339]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));text-transform:capitalize;padding:0 9px}.scalar-api-client__item{border-radius:var(--theme-radius, var(--default-theme-radius));margin-bottom:6px;position:relative}.scalar-api-client__item button{background-color:transparent;text-align:left}.scalar-api-client__item:hover{cursor:pointer}.scalar-api-client__toggle:after{content:"";position:absolute;bottom:-6.5px;width:100%;height:6px;left:0}.scalar-api-client__item--open .scalar-api-client__toggle:after{display:none}.scalar-api-client__item:hover,.scalar-api-client__item--open{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__item--open .scalar-api-client__item__content{display:flex}.scalar-api-client__item--open:hover{cursor:default}.scalar-api-client__item--open .scalar-api-client__toggle__icon{transform:rotate(90deg)}.scalar-api-client__toggle{padding:6px;min-height:37px;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;border:none;font-family:(--theme-font,var(--default-theme-font));cursor:pointer}.scalar-api-client__item .scalar-api-client__item__title{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:(--theme-font,var(--default-theme-font));-webkit-user-select:none;user-select:none;flex:1;position:relative;z-index:1}.scalar-api-client__item .scalar-api-client__toggle__icon{width:10px;margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3));z-index:1;position:relative}.scalar-api-client__toggle:hover .scalar-api-client__toggle__icon{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__item__options{position:relative;z-index:1}.scalar-api-client__item__options span{background:transparent;padding:2px 0;border-radius:3px;font-size:var(--theme-small, var(--default-theme-small));pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;justify-content:center}.scalar-api-client__item__options:hover span{color:var(--theme-color-1, var(--default-theme-color-1));border-color:currentColor}.scalar-api-client__item__options span svg{width:15px;height:15px;margin-left:3px}.scalar-api-client__item__options select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper{padding-top:0}.table{border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:transparent;border-radius:var(--theme-radius, var(--default-theme-radius));width:100%}.table-row{border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color));display:flex;position:relative}.table-row__add{border-radius:0 0 var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg));border-bottom:none}.table-row.required-parameter .table-row-item:nth-of-type(2):after{content:"Required";position:absolute;top:4px;right:0;padding:5px 9px 5px 6px;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));background:var(--theme-background-2, var(--default-theme-background-2));box-shadow:-2px 0 4px var(--theme-background-2, var(--default-theme-background-2))}.table-row.required-parameter .table-row-item:nth-of-type(2):focus-within:after{display:none}.table-row:last-of-type{border-bottom:none}.table-row__active{border-radius:0 0 var(--theme-radius-lg, var(--default-theme-radius-lg)) var(--theme-radius-lg, var(--default-theme-radius-lg))}.table-row-drag{width:20px;flex-shrink:0;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));align-items:center;justify-content:center;display:none}.table-row-drag svg{width:6px;fill:var(--theme-color-3, var(--default-theme-color-3))}.table-row-drag .table-row-drag-add{width:8px}.table-row-item{width:100%;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative}.table-row-item-menu{position:absolute;right:6px;background:var(--theme-background-2, var(--default-theme-background-2));width:24px;height:24px;top:50%;transform:translate3d(0,-50%,0);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer}.table-row-item input:focus+.table-row-item-menu,.table-row-item:hover .table-row-item-menu{opacity:1}.table-row-item-menu svg{height:12px;width:initial;fill:var(--theme-color-3, var(--default-theme-color-3))}.table-row-item-menu:hover svg{fill:var(--theme-color-1, var(--default-theme-color-1))}.table-row-item input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;padding:9px;width:100%;min-height:100%;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));background:transparent;font-family:var(--theme-font, var(--default-theme-font))}.table-row-item input[disabled]{background:transparent;font-family:var(--theme-font-code, var(--default-theme-font-code))}.table-row-item input:focus{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.table-row-item label{background:transparent;text-transform:uppercase;display:block;padding:9px;font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro))}.table-row-meta{overflow:hidden;flex-shrink:0;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;width:51px;-webkit-user-select:none;user-select:none}.table-row-meta-check{width:18px;height:18px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));background:rgba(47,177,228,.1)}.table-row-meta svg{width:13px;height:13px;margin:0 1px;color:var(--theme-color-3, var(--default-theme-color-3));cursor:pointer}.table-row-meta svg:hover{color:var(--theme-color-2, var(--default-theme-color-2))}.meta-check{display:flex;position:relative;cursor:pointer;align-items:center;font-size:var(--theme-micro, var(--default-theme-micro));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));-webkit-user-select:none;user-select:none;margin:0 1px;transition:all .15s ease-in-out}.meta-check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.meta-checkmark{height:17px;width:17px;background:var(--theme-background-3, var(--default-theme-background-3));border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}.meta-checkmark:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.meta-check:focus-within .meta-checkmark{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.meta-check .meta-checkmark:after{content:"";display:none;width:5px;height:8px;border:solid var(--theme-color-1, var(--default-theme-color-1));border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translate3d(0,-1px,0)}.meta-check input:checked~.meta-checkmark:after{display:block}.meta-check input:checked~.meta-checkmark:hover{background:transparent}.navtable{width:100%}.navtable-follow{background-color:#000;color:#fff;font-size:9px;padding:6px;display:-webkit-box;max-width:250px;-webkit-line-clamp:12;border-radius:3px;-webkit-box-orient:vertical;overflow:hidden;line-height:1.24;transform:translate3d(10px,0,0)}.navtable-follow:after{content:"";position:absolute;bottom:0;width:100%;height:6px;background-color:#000}.navtable-follow *{font-family:var( --theme-font-code, var(--default-theme-font-code) )!important}.navtable-table{position:relative;display:flex;flex-direction:column;min-height:389px;border-radius:var(--theme-radius, var(--default-theme-radius));border:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-radios{z-index:1;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-item{display:flex;position:relative;color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.navtable-item:first-of-type{border-top:none}.navtable-item>div{word-wrap:break-word}.navtable-item>div:not(:first-child){border-left:1px solid var(--theme-border-color, var(--default-theme-border-color))}.navtable-item-action{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-bold, var(--default-theme-bold));background:var( --scalar-api-client-bg3, var(--default-scalar-api-client-bg3) );border:none;border-radius:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;max-height:25px;margin-left:12px;margin-right:6px;padding:4px 8px;outline:none;cursor:pointer;opacity:0;transition:opacity .15s ease-in-out;white-space:nowrap;position:relative}.navtable-item-action:hover{color:var(--theme-color-1, var(--default-theme-color-1));background:var( --scalar-api-client-gradient, var(--default-scalar-api-client-gradient) );box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.navtable-item-action:focus{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item:hover,.navtable-item:focus-within .navtable-item-action{opacity:1}.navtable-item-add{display:flex;align-items:center;padding:9px;font-weight:var(--theme-bold, var(--default-theme-bold));outline:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--theme-color-1, var(--default-theme-color-1))}.navtable-item-add:hover{background:var(--theme-background-2, var(--default-theme-background-2));cursor:pointer}.navtable-item-25{width:25%;font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center}.navtable-item-33{width:33.33333%;display:flex;font-size:var(--theme-micro, var(--default-theme-micro));align-items:center}.navtable-item-66{width:66.6666%;display:flex;font-size:var(--theme-micro, var(--default-theme-micro));align-items:center}.navtable-item-75{width:75%;display:flex;align-items:center}.navtable-item-75:focus-within{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item-40{width:40%;display:flex;align-items:center;padding:9px}.navtable-item-20{width:20%;display:flex;align-items:center;padding:9px}.navtable-item-50{width:50%;display:flex;align-items:center}.navtable-item-50:focus-within{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item p{padding:9px}.navtable-item input{padding:12px 6px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));background:transparent;width:100%}.navtable-item input:focus{background:var(--theme-background-2, var(--default-theme-background-2))}.navtable-item-select{position:relative}.navtable-item-select select{background:transparent;outline:none;border:none;font-size:var(--theme-micro, var(--default-theme-micro));-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:12px 6px;top:0;position:relative;cursor:pointer;color:var(--theme-color-2, var(--default-theme-color-2))}.navtable-item-select svg{position:absolute;right:6px;color:var(--theme-color-ghost, var(--default-theme-color-ghost));width:6px;top:12px;pointer-events:none}.navtable-item .option{padding:12px 6px;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));width:100%}.navtable-item label{color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase;display:block;width:100%}.navtable-item-response{padding:0 9px}.navtable-item-response span{font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center;margin-right:9px;min-width:40px}.scalar-api-client__status--1xx:before,.scalar-api-client__status--2xx:before,.scalar-api-client__status--3xx:before,.scalar-api-client__status--4xx:before,.scalar-api-client__status--5xx:before,.scalar-api-client__status--6xx:before{content:"";width:10px;height:10px;border-radius:50%;margin-right:4px;background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-api-client__status--2xx:before{background:var(--theme-color-green, var(--default-theme-color-green))}.scalar-api-client__status--3xx:before{background:var(--theme-color-orange, var(--default-theme-color-orange))}.scalar-api-client__status--4xx:before{background:var(--theme-color-red, var(--default-theme-color-red))}.navtable-item-response span:empty{display:none}.simpletable.navtable{padding:0}.simpletable.navtable .navtable-item-66,.simpletable.navtable .navtable-item-33{display:block}.simpletable.navtable .navtable-table{height:fit-content}.meta-delete{position:absolute;right:-9px;background:var( --theme-background-3, var(--default-theme-background-3) )!important;height:20px;width:20px;border:none;outline:none;border-radius:50%;opacity:0;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.meta-delete svg{width:11px;height:11px;color:var(--theme-color-3, var(--default-theme-color-3))}.meta-delete:hover svg{color:var(--theme-color-red, var(--default-theme-color-red))}.meta-delete:focus svg{color:var(--theme-color-1, var(--default-theme-color-1))}.meta-delete:focus{border-color:var(--theme-color-1, var(--default-theme-color-1));color:var(--theme-color-1, var(--default-theme-color-1))}.table-row:hover .meta-delete{opacity:1}@media (pointer: coarse){.table-row:hover .meta-delete{opacity:1}}.meta-add{border:none;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));font-weight:var(--theme-semibold, var(--default-theme-semibold));padding:9px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-3, var(--default-theme-color-3));cursor:pointer;display:flex;align-items:center}.meta-add svg{width:12px;height:12px;margin-right:6px}.meta-add:hover,.meta-add:focus{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client-add{color:var(--theme-color-2, var(--default-theme-color-2));padding:6px;width:fit-content;border-radius:var(--theme-radius, var(--default-theme-radius));cursor:pointer;font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin:0 6px;border:none;font-family:var(--theme-font);-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center}.scalar-api-client-add svg{width:12px;height:12px;margin-right:6px}.scalar-api-client-add:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client-add:focus-within{background:var(--theme-background-3, var(--default-theme-background-3))}.scalar-api-client__main__left{width:50%;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:0 6px 12px 18px}@media screen and (max-width: 820px){.scalar-api-client__main__left{width:100%;border-right:none;padding:0 0 12px 12px}}.scalar-api-client__item__content{flex-flow:wrap;padding:3px 9px 9px;border-radius:3px;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));margin-top:-3px;justify-content:space-between;overflow:auto}.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper{width:100%;min-height:63px}.scalar-api-client__item__content .cm-s-default{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.scalar-api-client__item__content .scalar-api-client__item__content--code{width:100%;max-height:calc(100vh - 200px);overflow:auto}.scalar-api-client__item__content .cm-scroller{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:3px}.scalar-api-client__item__content .cm-editor{outline:none!important}.scalar-api-client__item__content .cm-editor .cm-gutters,.scalar-api-client__item__content .cm-scroll{background:transparent}.scalar-api-client__item__content .cm-editor *{font-size:var(--theme-micro, var(--default-theme-micro))}.scalar-api-client__item__content .cm-editor .cm-line{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__item__content-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));background:var( --scalar-api-client-color, var(--default-scalar-api-client-color) )!important;text-align:center;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:var(--theme-font, var(--default-theme-font));padding:6px;width:fit-content;margin:3px 3px 3px auto;text-transform:uppercase;border-radius:var(--theme-radius, var(--default-theme-radius));color:#fff;cursor:pointer;text-align:center!important;position:relative}.scalar-api-client__item__content-button span{position:relative}.scalar-api-client__item__content-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius));background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.scalar-api-client__item__content-button:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.scalar-api-client__item__content__split{justify-content:space-between}.scalar-collapsible-section-flex{width:100%}.input{background:transparent;position:relative;width:100%;text-align:left;display:flex;box-shadow:0 1px 0 var(--theme-border-color, var(--default-theme-border-color))}.input:focus-within{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))!important;z-index:10}.input:first-of-type{border-radius:var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0 0}.input:first-child:last-child{border-radius:var(--theme-radius, var(--default-theme-radius))}.input:last-child{box-shadow:none;border-radius:0 0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius))}.input__half:first-of-type{border-radius:var(--theme-radius, var(--default-theme-radius)) 0 0 0}.input__half:nth-of-type(2){border-radius:0 var(--theme-radius, var(--default-theme-radius)) 0 0}.authentication-form{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius));width:100%;display:flex;flex-flow:wrap}.input__half{width:50%}.input__half+.input__half{border-left:1px solid var(--theme-border-color, var(--default-theme-border-color))}.input__half:focus-within{border-color:transparent}.input label,.input input{padding:9px;border:0;outline:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));width:100%;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;left:0}.input label{color:var(--theme-color-1, var(--default-theme-color-1));width:fit-content;padding-right:0;white-space:nowrap;cursor:text}.input input{position:relative;z-index:99}.input input:not(:placeholder-shown)+label{color:var(--theme-color-2, var(--default-theme-color-2))}.select{background:--theme-background-1;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-size:var(--theme-micro, var(--default-theme-micro));border:1px solid var(--theme-border-color, var(--default-theme-border-color));width:100%;position:relative;margin-bottom:6px}.select:focus-within{background:var(--theme-background-3, var(--default-theme-background-3))}.select:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.select svg{position:absolute;right:9px;pointer-events:none;color:var(--theme-color-2, var(--default-theme-color-2));width:6px;top:10px}.select label{display:block;font-size:10px;color:var(--theme-color-2, var(--default-theme-color-2));position:absolute;left:9px;top:6px}.select select{background:transparent;outline:none;border:none;-webkit-appearance:none;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-1, var(--default-theme-color-1));-moz-appearance:none;appearance:none;width:100%;padding:14px 9px 4px;top:0;position:relative;cursor:pointer}.check{display:flex;position:relative;cursor:pointer;align-items:center;font-size:var(--theme-micro, var(--default-theme-micro));padding:6px 9px;border-radius:0 0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius));-webkit-user-select:none;user-select:none;width:100%;outline:none}.check:focus-within{box-shadow:0 0 0 1px var(--theme-color-1, var(--default-theme-color-1))}.checkmark:hover{background:var(--theme-background-3, var(--default-theme-background-3))}.check:focus-within{border-color:var(--theme-color-1, var(--default-theme-color-1))}.check p{color:var(--theme-color-3, var(--default-theme-color-3))}.check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:17px;width:17px;background:var(--theme-background-3, var(--default-theme-background-3));margin-right:10px;border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}.check input:checked~p{color:var(--theme-color-1, var(--default-theme-color-1))}.check .checkmark:after{content:"";display:none;width:5px;height:8px;border:solid var(--theme-color-1, var(--default-theme-color-1));border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translate3d(0,-1px,0)}.check input:checked~.checkmark:after{display:block}.scalar-api-client__main__scroll-container{height:calc(100vh - 320px)}.scalar-api-client__request-name{outline:none;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-3, var(--default-theme-color-3));width:100%;padding:0;background:transparent;font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-client__request-name::-webkit-input-placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__request-name:-ms-input-placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__request-name::placeholder{font-weight:var(--theme-semibold, var(--default-theme-semibold))}a[data-v-d11ff062]{color:var(--theme-color-3, var(--default-theme-color-3));text-decoration:underline;text-decoration-color:var( --theme-border-color, var(--default-theme-border-color) );text-underline-offset:2px;cursor:help}.simple-cell[data-v-01fffd78]{all:unset;display:table-cell;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));position:relative;padding:9px!important;color:var(--theme-color-1, var(--default-theme-color-1));white-space:nowrap}.simple-cell a[data-v-01fffd78]{color:var(--theme-color-1, var(--default-theme-color-1))!important}.simple-cell[data-v-01fffd78]:last-of-type{border-right:none}.simple-cell.wrap[data-v-01fffd78]{white-space:normal}.simple-cell.strong[data-v-01fffd78]{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.simple-header[data-v-b2232089]{color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));text-transform:uppercase}.simple-row[data-v-0982ade4]{all:unset;display:table-row;box-shadow:0 -1px var(--theme-border-color, var(--default-theme-border-color))}.simple-row[data-v-0982ade4]:first-of-type{box-shadow:none}.simple-table[data-v-28fcbcb6]{all:unset;display:table;width:100%;border-spacing:0;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius))}.scalar-api-client__main__right{width:50%;padding:0 6px 12px 18px}@media screen and (max-width: 820px){.scalar-api-client__main__right{width:100%;border-right:none;padding:0 0 12px 12px}}.scalar-api-client__main__right :deep(.scalar-copilot__header-button){position:absolute;top:6px;right:12px}.scalar-api-client,#headlessui-portal-root{background:var(--theme-background-1, var(--default-theme-background-1));position:relative;height:100%;overflow:hidden!important;display:flex;flex-direction:column;font-family:var(--theme-font, var(--default-theme-font));box-sizing:border-box}.scalar-api-client *,.scalar-api-client *:before,.scalar-api-client *:after,#headlessui-portal-root *,#headlessui-portal-root *:before,#headlessui-portal-root *:after{box-sizing:inherit}.scalar-api-client{flex:1;max-height:100vh}@media screen and (max-width: 1000px){.scalar-api-client{width:100%}}.scalar-api-client pre{font-family:var(--theme-font-code, var(--default-theme-font-code))}.scalar-api-client--post{--default-scalar-api-client-color: var( --theme-color-green, var(--default-theme-color-green) );--default-scalar-api-client-background: var( --theme-post-background, var(--default-theme-post-background) )}.scalar-api-client--delete{--default-scalar-api-client-color: var( --theme-color-red, var(--default-theme-color-red) );--default-scalar-api-client-background: var( --theme-delete-background, var(--default-theme-delete-background) )}.scalar-api-client--patch{--default-scalar-api-client-color: var( --theme-color-yellow, var(--default-theme-color-yellow) );--default-scalar-api-client-background: var( --theme-patch-background, var(--default-theme-patch-background) )}.scalar-api-client--get{--default-scalar-api-client-color: var( --theme-color-blue, var(--default-theme-color-blue) );--default-scalar-api-client-background: var( --theme-get-background, var(--default-theme-get-background) )}.scalar-api-client--put{--default-scalar-api-client-color: var( --theme-color-orange, var(--default-theme-color-orange) );--default-scalar-api-client-background: var( --theme-put-background, var(--default-theme-put-background) )}.scalar-api-client__mobile-navigation{padding:12px 12px 0;display:flex;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-bold, var(--default-theme-bold))}.scalar-api-client__mobile-navigation__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;font-size:var(--theme-font-size-2);color:var(--theme-color-2);font-weight:var(--theme-semibold, var(--default-theme-semibold));font-family:var(--theme-font, var(--default-theme-font));padding:0;margin-right:9px;cursor:pointer}.scalar-api-client__mobile-navigation--active{color:var(--theme-color-1, var(--default-theme-color-1))}.scalar-api-client__mobile-navigation--active:hover{cursor:pointer}.scalar-api-client__main{display:flex;height:100%;min-height:0;background:var(--theme-background-1, var(--default-theme-background-1));border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}@media screen and (max-width: 820px){.scalar-api-client__main{flex-direction:column}}.scalar-api-client__main__content{padding:12px 6px;background:var(--theme-background-1, var(--default-theme-background-1));top:0;position:sticky;z-index:100}.scalar-api-client__main__content label{font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));display:flex;align-items:center}@media screen and (max-width: 820px){.scalar-api-client__main__content{padding:3px 0 12px}.scalar-api-client__main__content label{display:none}}.meta{display:flex;margin-top:3px;font-size:var(--theme-font-size-2, var(--default-theme-font-size-2));font-weight:var(--theme-font-size-2, var(--default-theme-font-size-2));color:var( --scalar-api-client-color2, var(--default-scalar-api-client-color2) )}.meta-item svg{fill:var(--theme-color-ghost, var(--default-theme-color-ghost));height:14px;width:14px;margin-right:6px}.meta-item{display:flex;align-items:center;margin-right:12px;white-space:nowrap;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-3, var(--default-theme-color-3));min-height:17px}.meta-item__input{background:transparent;width:100%;margin-right:0}.types{margin:auto;width:580px;display:flex;align-items:center;justify-content:center;flex-flow:wrap}.types-heading{width:100%;text-align:center}.types-heading b{font-size:42px}.types-heading p{margin-bottom:20px;margin-top:12px;font-size:24px}.scalar-api-client__empty-state{border:1px dashed var(--theme-border-color, var(--default-theme-border-color));width:100%;text-align:center;border-radius:var(--theme-radius, var(--default-theme-radius));font-size:var(--theme-small, var(--default-theme-small));min-height:58px;display:flex;align-items:center;justify-content:center}.loader-wrapper[data-v-fdd87947]{position:relative;height:var(--53793cee);width:var(--53793cee);display:flex;align-items:center;justify-content:center;--default-loader-size: 50%}.svg-loader[data-v-fdd87947]{width:var(--loader-size, var(--default-loader-size));height:var(--loader-size, var(--default-loader-size));top:1rem;right:.9rem;overflow:visible;fill:none;background-color:transparent;stroke:currentColor}.svg-path[data-v-fdd87947]{stroke-width:14;fill:none;transition:.3s}.svg-x-mark[data-v-fdd87947]{stroke-dasharray:57;stroke-dashoffset:57;transition-delay:0s}.svg-check-mark[data-v-fdd87947]{stroke-dasharray:149;stroke-dashoffset:149;transition-delay:0s}.icon-is-invalid .svg-x-mark[data-v-fdd87947],.icon-is-valid .svg-check-mark[data-v-fdd87947]{stroke-dashoffset:0;transition-delay:.3s}.circular-loader[data-v-fdd87947]{animation:rotate-fdd87947 .7s linear infinite,fade-in-fdd87947 .4s;transform-origin:center center;transform:scale(5);background:transparent}.loader-path[data-v-fdd87947]{stroke-dasharray:50,200;stroke-dashoffset:-100;stroke-linecap:round}.loader-path-off[data-v-fdd87947]{stroke-dasharray:50,200;stroke-dashoffset:-100;transition:opacity .3s;opacity:0}@keyframes fade-in-fdd87947{0%{opacity:0}70%{opacity:0}to{opacity:1}}@keyframes rotate-fdd87947{0%{transform:scale(5) rotate(0)}to{transform:scale(5) rotate(360deg)}}.flow-button[data-v-262cdfdc]{display:flex;align-items:center;justify-content:center;z-index:1;position:relative;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:40px;padding:0 24px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-button-1-color, var(--default-theme-button-1-color));font-size:var(--theme-font-size-4, var(--default--theme-font-size-4));font-weight:var(--theme-semibold, var(--default-theme-semibold));cursor:pointer;background:var(--theme-button-1, var(--default-theme-button-1));border:none;width:100%;box-shadow:#00000017 0 1px 4px}.flow-button[data-v-262cdfdc]:hover,.flow-button[data-v-262cdfdc]:focus-visible{background:var(--theme-button-1-hover, var(--default-theme-button-1-hover))}.flow-button[data-v-262cdfdc]:active{box-shadow:none;background:var(--theme-button-1, var(--default-theme-button-1))}.flow-button[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button.flow-button-icon-only[data-v-262cdfdc]{width:24px;height:24px;padding:0}.flow-button-outlined[data-v-262cdfdc]{background:var(--theme-background-1, var(--default-theme-background-1));color:var(--theme-color-1, var(--default-theme-color-1));padding:11px 23px;border:1px solid var(--theme-border-color, var(--default-theme-border-color));box-shadow:#00000017 0 1px 4px}.flow-button-outlined[data-v-262cdfdc]:hover,.flow-button-outlined[data-v-262cdfdc]:focus-visible{background:var(--theme-background-2, var(--default-theme-background-2))}.flow-button-outlined[data-v-262cdfdc]:active{background:var(--theme-background-2, var(--default-theme-background-2))}.flow-button-outlined[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button-clear[data-v-262cdfdc]{background:transparent;box-shadow:none;color:var(--theme-color-3, var(--default-theme-color-3))}.flow-button-clear[data-v-262cdfdc]:active{background:transparent}.flow-button-clear[data-v-262cdfdc]:hover,.flow-button-clear[data-v-262cdfdc]:focus-visible{background:var(--theme-background-2, var(--default-theme-background-2));box-shadow:none}.flow-button-clear[disabled][data-v-262cdfdc]{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-3, var(--default-theme-color-3));cursor:unset;box-shadow:none}.flow-button-text[data-v-262cdfdc]{background:transparent;box-shadow:none;color:var(--theme-color-3, var(--default-theme-color-3))}.flow-button-text[data-v-262cdfdc]:active{background:transparent}.flow-button-text[data-v-262cdfdc]:hover,.flow-button-text[data-v-262cdfdc]:focus-visible{color:var(--theme-color-2, var(--default-theme-color-2));background:transparent;box-shadow:none}.flow-button-text[disabled][data-v-262cdfdc]{background:transparent;color:var(--theme-color-ghost, var(--default-theme-color-ghost));cursor:unset;box-shadow:none}.flow-button--delete[data-v-262cdfdc]{background:var(--theme-error-color, var(--default-theme-color-red));color:#fff}.flow-button--delete[data-v-262cdfdc]:active{background:var(--theme-error-color, var(--default-theme-color-red))}.flow-button--delete[data-v-262cdfdc]:hover{background:var(--theme-error-color, var(--default-theme-color-red));opacity:.86}.flow-button-loader[data-v-262cdfdc]{position:absolute;right:8px}.flow-button-decorator[data-v-262cdfdc]{margin-right:9px;color:currentColor;display:flex;align-items:center;height:14px;width:14px}.flow-button-icon-only .flow-button-decorator[data-v-262cdfdc]{margin-right:0}.action-menu[data-v-2fd8cd87]{position:absolute;top:5px;right:5px;display:flex;gap:6px}.action-menu[data-v-2fd8cd87] .button-wrapper button{opacity:0;width:20px;height:20px;padding:4px}.action-menu[data-v-2fd8cd87]:hover .button-wrapper button,.action-menu[data-v-2fd8cd87] .button-wrapper button:hover,.sidebar-heading:hover~.action-menu[data-v-2fd8cd87] .button-wrapper button,.action-menu[data-v-2fd8cd87] .button-wrapper button[aria-expanded=true]{opacity:1}.sidebar-heading[data-v-2fd8cd87]:has(~.action-menu:hover){color:var(--sidebar-color-1, var(--default-sidebar-color-1), var(--theme-color-1, var(--default-theme-color-1)));background:var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background), var(--theme-background-2, var(--default-theme-background-2)))}.sidebar-heading-type[data-v-2fd8cd87]{width:28px;height:12px;line-height:13px;top:3.5px;margin-left:2px;border-radius:30px;flex-shrink:0;color:var( --sidebar-background-1, var( --default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1)) ) );font-size:0px;font-weight:700;text-align:center;position:relative;font-family:var(--theme-font-code, var(--default-theme-font-code))}.active_page .sidebar-heading-type[data-v-2fd8cd87]{background:transparent;box-shadow:inset 0 0 0 1px var( --sidebar-color-active, var( --default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)) ) );color:var( --sidebar-color-active, var( --default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)) ) )!important}.sidebar-group-item__folder .sidebar-heading-type[data-v-2fd8cd87]{display:none}.sidebar-heading-type[data-v-2fd8cd87]:before{font-size:8px}.sidebar-heading-type--post[data-v-2fd8cd87]{background:var(--theme-color-green, var(--default-theme-color-green))}.sidebar-heading-type--post[data-v-2fd8cd87]:before{content:"POST"}.sidebar-heading-type--delete[data-v-2fd8cd87]{background:var(--theme-color-red, var(--default-theme-color-red))}.sidebar-heading-type--delete[data-v-2fd8cd87]:before{content:"DEL"}.sidebar-heading-type--patch[data-v-2fd8cd87]{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.sidebar-heading-type--patch[data-v-2fd8cd87]:before{content:"PATCH"}.sidebar-heading-type--get[data-v-2fd8cd87]{background:var(--theme-color-blue, var(--default-theme-color-blue))}.sidebar-heading-type--get[data-v-2fd8cd87]:before{content:"GET"}.sidebar-heading-type--put[data-v-2fd8cd87]{background:var(--theme-color-orange, var(--default-theme-color-orange))}.sidebar-heading-type--put[data-v-2fd8cd87]:before{content:"PUT"}.sidebar{--default-theme-sidebar-indent-base: 6px}.sidebar{flex:1;height:100%;display:flex;flex-direction:column;border-right:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );background:var(--sidebar-background-1, var(--default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1))));--default-sidebar-level: 0}.pages{flex:1;padding-top:9px;padding-bottom:9px}.sidebar-group{list-style:none;width:100%}.sidebar-heading{display:flex;gap:6px;color:var(--sidebar-color-2, var(--default-theme-color-2, var(--theme-color-2, var(--default-theme-color-2))));font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));word-break:break-word;line-height:1.385;align-items:center;max-width:100%;position:relative;cursor:pointer;border-radius:0 var(--theme-radius, var(--default-theme-radius)) var(--theme-radius, var(--default-theme-radius)) 0;flex:1;padding-right:12px;-webkit-user-select:none;user-select:none}.toggle-nested-icon{border:none;position:absolute!important;top:4px;color:currentColor}.toggle-nested-icon:hover,.toggle-nested-icon:focus-visible{color:currentColor;filter:drop-shadow(0 .125px 0 currentColor) drop-shadow(0 -.125px 0 currentColor)}.sidebar-indent-nested .sidebar-heading{padding-left:calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 24px)!important}.sidebar-indent-nested .sidebar-heading .toggle-nested-icon{left:calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 2px)!important}.sidebar-heading-link{padding:6px 0;display:flex;flex:1;justify-content:space-between;align-items:flex-start!important}.link-icon{position:relative;left:4px}.sidebar-icon{display:flex;align-items:center;justify-content:center;margin-right:6px;width:13px;height:13px}.sidebar-icon>svg{width:13px;height:13px}.sidebar-heading:hover{background:var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background, var(--theme-background-2, var(--default-theme-background-2))))}.sidebar-heading:hover p{color:var( --sidebar-item-hover-color, var( --default-sidebar-item-hover-color, var(--theme-color-accent, var(--default-theme-color-accent)) ) )}.sidebar-group-item{position:relative}.sidebar-group-item--without-parent .sidebar-heading{margin-left:12px;padding-left:12px!important;border-radius:var(--theme-radius, var(--default-theme-radius))}.sidebar-indent-nested .sidebar-heading{color:var(--sidebar-color-1, var(--default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1))))}.sidebar-indent-nested .sidebar-indent-nested .sidebar-heading{color:var(--sidebar-color-2, var(--default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2))))}.sidebar-mobile-header{display:flex;align-items:center;gap:12px;height:100%;width:100%;padding:0 6px}.sidebar-mobile-breadcrumbs{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.sidebar-mobile-actions{display:flex;flex-direction:row;gap:4px;height:24px;align-items:center;padding-left:4px}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle{width:auto;margin:0}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle .darklight{height:24px;width:24px;font-size:0;padding:0;margin-top:0;border-top:0;text-indent:0;color:var(--theme-color-3, var(--default-theme-color-3));display:flex;align-items:center;justify-content:center}.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle svg{width:15px;height:15px}.sidebar-mobile-actions .darklight-reference-promo{display:none}.active_page.sidebar-heading:hover,.active_page.sidebar-heading{background:var(--sidebar-item-active-background, var(--default-sidebar-item-active-background, var(--theme-background-accent, var(--default-theme-background-accent))))!important}.active_page.sidebar-heading svg,.active_page.sidebar-heading:hover svg,.active_page.sidebar-heading p,.active_page.sidebar-heading:hover p{color:var(--sidebar-color-active, var(--default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent))))!important}@media (max-width: 1000px){.sidebar{min-height:0}.pages{padding-top:12px}}@media (max-width: 500px){.header-item-link.header-item-active,.sidebar-section,.sidebar-heading{font-size:var(--theme-micro, var(--default-theme-micro))}}.scalar-api-client__container .scalar-api-client[data-v-07cec4a9]{width:calc(100% - var(--refs-sidebar-width))}@media screen and (max-width: 1000px){.scalar-api-client__container .scalar-api-client[data-v-07cec4a9]{width:100%}}.scalar-api-client__container[data-v-07cec4a9]{position:absolute;right:0;left:0;bottom:0;top:0;z-index:9;border-radius:0;box-shadow:none;opacity:1;pointer-events:all;background:var( --theme-background-1, var(--default-theme-background-1) )!important;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-1, var(--default-theme-shadow-1));height:100%;overflow:hidden;display:flex;flex-direction:column}.scalar-api-client__navigation[data-v-07cec4a9]{width:100%;display:flex;align-items:center;padding:11px 12px;height:var(--refs-header-height);background-color:var( --theme-background-1, var(--default-theme-background-1) );z-index:10;position:sticky;border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color));top:0}.scalar-api-client__close[data-v-07cec4a9]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;display:flex;align-items:center;background:transparent;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.scalar-api-client__close[data-v-07cec4a9]:hover{cursor:pointer}.api-client-drawer[data-v-07cec4a9]{background:var(--theme-background-1, var(--default-theme-background-1));height:calc(100% - 58px);width:calc(100% - 8px);border-radius:12px;overflow:hidden;visibility:visible;position:fixed;bottom:4px;left:4px;z-index:1001;opacity:0;animation:apiclientfadein-07cec4a9 .35s forwards}.api-client-drawer[data-v-07cec4a9]:before{content:"";display:block;width:100%;height:100%;position:absolute;z-index:0}.dark-mode .api-client-drawer[data-v-07cec4a9]:before{background:#1a1a1a}.light-mode .api-client-drawer[data-v-07cec4a9]:before{background:#fff}@keyframes apiclientfadein-07cec4a9{0%{transform:translate3d(0,20px,0) scale(.985);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}.api-client-drawer-exit[data-v-07cec4a9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.44);transition:all .3s ease-in-out;z-index:1000;cursor:pointer;animation:drawerexitfadein-07cec4a9 .35s forwards}.api-client-drawer-exit[data-v-07cec4a9]:before{content:"×";font-family:sans-serif;position:absolute;top:0;font-size:30px;font-weight:100;line-height:50px;right:12px;text-align:center;color:#fff;opacity:.6}.api-client-drawer-exit[data-v-07cec4a9]:hover:before{opacity:1}@keyframes drawerexitfadein-07cec4a9{0%{opacity:0}to{opacity:1}}.scalar-api-client-height[data-v-07cec4a9]{height:100%}.scalar-api-client-height .sidebar[data-v-07cec4a9]{flex:1 1 0%;flex-grow:1;flex-shrink:1;flex-basis:0%;height:100%;display:flex;flex-direction:column;width:var(--refs-sidebar-width);max-width:var(--refs-sidebar-width);border-right:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) )}.progress-ring[data-v-d16794fb]{transform:rotate(-90deg);transform-origin:50% 50%;animation:linear turn-d16794fb reverse forwards}@keyframes turn-d16794fb{0%{stroke-dashoffset:var(--399d17d8)}to{stroke-dashoffset:0}}.toast-layout[data-v-ce041b52]{pointer-events:initial;padding:18px;background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));color:var(--theme-color-1, var(--default-theme-color-1));display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon title timeout" ". description description";align-items:center;position:relative;width:100%}.toast-title[data-v-ce041b52]{grid-area:title;font-weight:var(--theme-font-semibold, var(--default-theme-font-semibold));display:flex;align-items:center}.toast-description[data-v-ce041b52]{grid-area:description;margin-top:5px;line-height:1.45;color:var(--theme-color-2, var(--default-theme-color-2))}.toast-icon[data-v-ce041b52]{grid-area:icon;display:flex;align-items:center;justify-content:center;margin-right:10px;color:var(--theme-color-2, var(--default-theme-color-2))}.toast-icon[data-v-ce041b52]>*{width:14px;height:14px}.toast-timeout[data-v-ce041b52]{grid-area:timeout;margin-left:10px;width:16px;height:16px;display:flex;color:var(--theme-color-ghost, var(--default-theme-color-ghost))}.toast-error .toast-icon[data-v-ce041b52],.toast-error .toast-title[data-v-ce041b52]{color:var(--theme-error-color, var(--default-theme-color-red))}.toast[data-v-4e50f02e]{pointer-events:initial;filter:brightness(var(--theme-lifted-brightness, var(--default-theme-lifted-brightness)));background:var(--theme-background-1, var(--default-theme-background-1));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-2, var(--default-theme-shadow-2));font-family:var(--theme-font, var(--default-theme-font));width:380px;max-width:100%;min-width:0}.toast-container[data-v-b6c63ea1]{width:100dvw;height:100svh;position:fixed;bottom:0;z-index:1000000;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:12px;padding:48px}@media screen and (max-width: 600px){.toast-container[data-v-b6c63ea1]{padding:24px}}.toasts-move[data-v-b6c63ea1],.toasts-enter-active[data-v-b6c63ea1],.toasts-leave-active[data-v-b6c63ea1]{transition:all .5s ease}.toasts-enter-from[data-v-b6c63ea1],.toasts-leave-to[data-v-b6c63ea1]{opacity:0;transform:translate(30px)}.toast-leave-active[data-v-b6c63ea1]{position:absolute}.section[data-v-30f8611d]{position:relative;display:flex;flex-direction:column;max-width:1120px;margin:auto;padding:90px 0}.references-narrow .section[data-v-30f8611d]{padding:48px 24px}.section[data-v-30f8611d]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.section-column[data-v-7e657da0]{flex:1;min-width:0}.section-column[data-v-7e657da0]:nth-of-type(2){padding-top:48px}.references-narrow .section-column[data-v-7e657da0]:nth-of-type(2){padding-top:0}.section-columns[data-v-0bd51848]{display:flex;gap:48px}.references-narrow .section-columns[data-v-0bd51848]{flex-direction:column;gap:24px}.section-container[data-v-a27b5d0a]{position:relative;padding:0 60px;width:100%}.references-narrow .section-container[data-v-a27b5d0a]{padding:0}.section-container[data-v-a27b5d0a]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.loading[data-v-99d52311]{background:var(--theme-background-3, var(--default-theme-background-3));animation:loading-skeleton-99d52311 1.5s infinite alternate;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));min-height:1.6em;margin:.6em 0;max-width:100%}.loading[data-v-99d52311]:first-of-type{min-height:3em;margin-bottom:24px;margin-top:0}.loading[data-v-99d52311]:last-of-type{width:60%}.loading.single-line[data-v-99d52311]{min-height:3em;margin:.6em 0;max-width:80%}@keyframes loading-skeleton-99d52311{0%{opacity:1}to{opacity:.33}}.references-narrow .section-content--with-columns[data-v-bba63beb]{flex-direction:column;gap:24px}.section-header[data-v-566623fe]{font-size:var( --font-size, var( --default-font-size, var(--theme-heading-2, var(--default-theme-heading-2)) ) );font-weight:var( --font-weight, var(--default-font-weight, var(--theme-bold, var(--default-theme-bold))) );color:var(--theme-color-1, var(--default-theme-color-1));word-wrap:break-word;line-height:1.45;margin-top:0;margin-bottom:0}.section-header.tight[data-v-566623fe]{margin-bottom:6px}.section-header.loading[data-v-566623fe]{width:80%}.scalar-card[data-v-dbd5ab78]{all:unset;font-family:var(--theme-font, var(--default-theme-font));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden;border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-2, var(--default-theme-background-2));display:flex;flex-direction:column;max-height:calc(((var(--full-height) - var(--refs-header-height)) - 60px) / 2);position:relative}.scalar-card-content[data-v-4dc9c56e]{overflow:auto;border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.scalar-card-content[data-v-4dc9c56e] .simple-table .simple-header{display:none}.scalar-card-content[data-v-4dc9c56e]:last-of-type,.scalar-card-content.scalar-card--borderless[data-v-4dc9c56e]{border-bottom:none}.scalar-card--muted[data-v-4dc9c56e]{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-card--contrast[data-v-4dc9c56e]{background:var(--theme-background-3, var(--default-theme-background-3))}.scalar-card--frameless[data-v-4dc9c56e]{padding:0}.scalar-card--transparent[data-v-4dc9c56e]{background:var(--theme-background-1, var(--default-theme-background-1))}.scalar-card-header[data-v-a8e4ead5]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-3, var(--default-theme-color-3));flex-shrink:0}.scalar-card-header-slots[data-v-a8e4ead5]{display:flex;justify-content:space-between;margin:9px 0 9px 12px;line-height:1.35}.scalar-card-header-title[data-v-a8e4ead5]{text-transform:uppercase;word-break:break-all}.scalar-card-header-actions[data-v-a8e4ead5]{display:flex}.scalar-card-footer[data-v-5d002776]{flex-shrink:0}.tab-list[data-v-b81067df]{display:flex;gap:6px;position:relative;flex:1}.tab[data-v-d044c876]{background:none;border:none;font-size:var(--theme-mini, var(--default-theme-mini));font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));line-height:calc(var(--theme-mini, var(--default-theme-mini)) + 2px);white-space:nowrap;cursor:pointer;padding:0;margin-right:3px;text-transform:uppercase;position:relative;line-height:1.35}.tab[data-v-d044c876]:before{content:"";position:absolute;z-index:0;left:-6px;top:-6px;width:calc(100% + 12px);height:calc(100% + 12px);border-radius:var(--theme-radius, var(--default-theme-radius));background:var(--theme-background-3, var(--default-theme-background-3));opacity:0}.tab[data-v-d044c876]:hover:before{opacity:1}.tab span[data-v-d044c876]{z-index:1;position:relative}.tab-selected[data-v-d044c876]{color:var(--theme-color-1, var(--default-theme-color-1));text-decoration:underline;text-underline-offset:var(--theme-micro, var(--default-theme-micro))}.markdown[data-v-38a7def9]{color:var(--theme-color-1, var(--default-theme-color-1));all:unset;word-break:break-word}.markdown[data-v-38a7def9] *{all:unset;margin:12px 0;font-family:var(--theme-font, var(--default-theme-font));color:var(--theme-color-1, var(--default-theme-color-1))}.markdown[data-v-38a7def9] h1,.markdown[data-v-38a7def9] h2,.markdown[data-v-38a7def9] h3,.markdown[data-v-38a7def9] h4,.markdown[data-v-38a7def9] h5,.markdown[data-v-38a7def9] h6{font-size:var(--font-size, var(--default-font-size));margin:24px 0 6px;font-weight:var(--theme-bold, var(--default-theme-bold));display:block;line-height:1.45}.markdown[data-v-38a7def9] b,.markdown[data-v-38a7def9] strong{font-weight:var(--theme-bold, var(--default-theme-bold))}.markdown[data-v-38a7def9] p{font-size:var( --font-size, var(--default-font-size), var(--theme-paragraph, var(--default-theme-paragraph)) );color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var( --font-weight, var(--default-font-weight), var(--theme-small, var(--default-theme-small)) );line-height:1.5;margin-bottom:0;display:block}.markdown[data-v-38a7def9] ul,.markdown[data-v-38a7def9] ol{padding-left:24px;line-height:1.5;margin:12px 0;display:block}.markdown[data-v-38a7def9] ul{list-style:disc}.markdown[data-v-38a7def9] ol{list-style:decimal}.markdown[data-v-38a7def9] ul.contains-task-list{list-style:none;padding-left:0}.markdown[data-v-38a7def9] li{margin:6px 0;display:list-item}.markdown[data-v-38a7def9] a{color:var( --theme-color-accent, var(--default-theme-color-accent) )!important;text-decoration:none!important;cursor:pointer}.markdown[data-v-38a7def9] a:hover{text-decoration:underline!important}.markdown[data-v-38a7def9] code{font-family:var(--theme-font-code, var(--default-theme-font-code));background-color:var( --theme-background-2, var(--default-theme-background-2) );box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));font-size:var(--theme-micro, var(--default-theme-micro));border-radius:2px;padding:0 3px}.markdown[data-v-38a7def9] pre code{display:block;white-space:pre;padding:12px;line-height:1.5;margin:12px 0;-webkit-overflow-scrolling:touch;overflow-x:auto;max-width:100%;min-width:100px}.markdown[data-v-38a7def9] blockquote{border-left:3px solid var(--theme-border-color, var(--default-theme-border-color));padding-left:12px;margin:0;display:block}.markdown[data-v-38a7def9] table{display:table;position:relative;border-collapse:collapse;table-layout:fixed;width:100%;margin:1em 0;overflow:hidden;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.markdown[data-v-38a7def9] tbody{display:table-row-group;vertical-align:middle}.markdown[data-v-38a7def9] thead{display:table-header-group;vertical-align:middle}.markdown[data-v-38a7def9] tr{display:table-row;border-color:inherit;vertical-align:inherit}.markdown[data-v-38a7def9] td,.markdown[data-v-38a7def9] th{display:table-cell;vertical-align:inherit;min-width:1em;padding:6px 9px;vertical-align:top;box-sizing:border-box;position:relative;word-break:break-all;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color));border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.markdown[data-v-38a7def9] td>*,.markdown[data-v-38a7def9] th>*{margin-bottom:0}.markdown[data-v-38a7def9] th:empty{display:none}.markdown.parameter-description[data-v-38a7def9] p{margin-top:4px;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4}.markdown[data-v-38a7def9] td:first-of-type,.markdown[data-v-38a7def9] th:first-of-type{border-left:none}.markdown[data-v-38a7def9] td:last-of-type,.markdown[data-v-38a7def9] th:last-of-type{border-right:none}.markdown[data-v-38a7def9] tr:last-of-type td{border-bottom:none}.markdown[data-v-38a7def9] th{font-weight:var(--theme-semibold, var(--default-theme-semibold))!important;text-align:left;border-left-color:transparent;background:var(--theme-background-2, var(--default-theme-background-2))}.markdown pre code.hljs{display:block;overflow-x:auto;padding:1em}.markdown pre *{font-size:var(--theme-small, var(--default-theme-small))!important;font-family:var( --theme-font-code, var(--default-theme-font-code) )!important}.markdown code.hljs{padding:3px 5px}.markdown .hljs{background:var(--theme-background-4, var(--default-theme-background-4));color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-comment,.markdown .hljs-quote{color:var(--theme-color-3, var(--default-theme-color-3));font-style:italic}.markdown .hljs-addition,.markdown .hljs-keyword,.markdown .hljs-literal,.markdown .hljs-selector-tag,.markdown .hljs-type{color:var(--theme-color-green, var(--default-theme-color-green))}.markdown .hljs-number,.markdown .hljs-selector-attr,.markdown .hljs-selector-pseudo{color:var(--theme-color-orange, var(--default-theme-color-orange))}.markdown .hljs-doctag,.markdown .hljs-regexp,.markdown .hljs-string{color:var(--theme-color-blue, var(--default-theme-color-blue))}.markdown .hljs-built_in,.markdown .hljs-name,.markdown .hljs-section,.markdown .hljs-title,.markdown .hljs-class .hljs-title,.markdown .hljs-selector-id,.markdown .hljs-template-variable,.markdown .hljs-title.class_,.markdown .hljs-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-name,.markdown .hljs-section,.markdown .hljs-strong{font-weight:var(--theme-semibold, var(--default-theme-semibold))}.markdown .hljs-bullet,.markdown .hljs-link,.markdown .hljs-meta,.markdown .hljs-subst,.markdown .hljs-symbol{color:var(--theme-color-blue, var(--default-theme-color-blue))}.markdown .hljs-deletion{color:var(--theme-color-red, var(--default-theme-color-red))}.markdown .hljs-formula{background:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-attr,.markdown .hljs-attribute{color:var(--theme-color-1, var(--default-theme-color-1))}.markdown .hljs-emphasis{font-style:italic}.endpoints[data-v-fadd1235]{overflow:auto;background:var(--theme-background-2, var(--default-theme-background-2));padding:10px 12px}@media (max-width: 580px){.endpoints[data-v-fadd1235]{max-height:calc(100vh - 150px)}}.endpoints span+span[data-v-fadd1235]{text-align:left;margin-left:12px;text-transform:initial}.endpoint[data-v-fadd1235]{display:flex;white-space:nowrap;cursor:pointer}.endpoint span[data-v-fadd1235]:first-of-type{text-transform:uppercase}.endpoint .post[data-v-fadd1235]{color:var(--theme-color-green, var(--default-theme-color-green))}.endpoint .patch[data-v-fadd1235]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.endpoint .get[data-v-fadd1235]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.endpoint .delete[data-v-fadd1235]{color:var(--theme-color-red, var(--default-theme-color-red))}.endpoint .put[data-v-fadd1235]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.endpoint .post[data-v-fadd1235],.endpoint .get[data-v-fadd1235],.endpoint .delete[data-v-fadd1235],.endpoint .put[data-v-fadd1235]{white-space:nowrap}.endpoint span[data-v-fadd1235]{color:var(--theme-color-1, var(--default-theme-color-1));min-width:62px;display:inline-block;text-align:right;line-height:1.55;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-small, var(--default-theme-small));cursor:pointer}.security-scheme[data-v-e3793f64]{margin:9px;color:var(--theme-color-1, var(--default-theme-color-1));border-radius:var(--theme-radius, var(--default-theme-radius));position:relative;box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.security-scheme[data-v-e3793f64] .input:nth-of-type(3)~.input{height:0px;opacity:0}.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child):before{content:"Show More...";white-space:nowrap;font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));pointer-events:none;position:absolute;padding:9px}.security-scheme[data-v-e3793f64] .input:hover:before{color:var(--theme-color-1, var(--default-theme-color-1))!important}.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3):not(:last-child):before{display:none}.security-scheme[data-v-e3793f64]:not(:focus-within) .input:nth-of-type(3):not(:last-child){box-shadow:none!important}.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child) input,.security-scheme[data-v-e3793f64] .input:nth-of-type(3):not(:last-child) label{opacity:0}.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3) input,.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3) label,.security-scheme[data-v-e3793f64]:focus-within .input:nth-of-type(3)~.input{opacity:1;height:fit-content;transition:opacity .3s ease-in-out}.description[data-v-e3793f64]{margin-bottom:12px}.work-in-progress[data-v-e3793f64]{color:var(--theme-color-1, var(--default-theme-color-1));padding:9px;border-radius:var(--theme-radius, var(--default-theme-radius));font-size:var(--theme-micro, var(--default-theme-micro));display:flex;box-shadow:0 0 0 1px var(--theme-color-yellow, var(--default-theme-color-yellow));position:relative}.work-in-progress[data-v-e3793f64]:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--theme-color-yellow, var(--default-theme-color-yellow));opacity:.1}.work-in-progress-title[data-v-e3793f64]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));margin-top:0;margin-bottom:0;margin-right:6px}.security-scheme-selector[data-v-ee37a3f6]{position:relative;border-radius:var(--theme-radius, var(--default-theme-radius));color:var(--theme-color-2, var(--default-theme-color-2));display:flex;align-items:center;gap:4px;cursor:pointer}.security-scheme-selector[data-v-ee37a3f6]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.security-scheme-selector span[data-v-ee37a3f6]{font-size:var(--theme-mini, var(--default-theme-mini))}.security-scheme-selector select[data-v-ee37a3f6]{opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;cursor:pointer}.security-scheme-selector svg[data-v-ee37a3f6]{width:12px;stroke:currentColor}.selector[data-v-102a910e]{margin-right:12px}.client-libraries-content[data-v-868f8024]{display:flex;justify-content:center;gap:6px;padding:0 12px;overflow:hidden}.code-languages[data-v-868f8024]{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:68px;width:100%;padding:12px 0;position:relative;cursor:pointer;white-space:nowrap}@media screen and (max-width: 450px){.code-languages[data-v-868f8024]:nth-of-type(4),.code-languages[data-v-868f8024]:nth-of-type(6){display:none}}.code-languages-icon[data-v-868f8024]{max-width:48px;width:100%;max-height:48px;aspect-ratio:1;padding:7px;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;color:var( --theme-code-language-color-supersede, var(--default-theme-code-language-color-supersede, #fff) )}.code-languages-background[data-v-868f8024]{border-radius:12px;position:relative;box-shadow:0 0 0 1px var( --theme-code-languages-border-color, var(--default-theme-code-languages-border-color) )}.code-languages-background[data-v-868f8024]:before{content:"";width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;top:-1px;left:-1px;pointer-events:none;border-radius:12px;background:var( --theme-code-languages-background-supersede, var(--default-theme-code-languages-background-supersede) )}.code-languages-icon__shell[data-v-868f8024]{background:#000}.code-languages-icon__ruby[data-v-868f8024]{background:#d91404}.code-languages-icon__php[data-v-868f8024]{background:#6181b6}.code-languages-icon__python[data-v-868f8024]{background:#306998}.code-languages-icon__more[data-v-868f8024]{background:var(--theme-background-3, var(--default-theme-background-3))}.code-languages-icon__node[data-v-868f8024]{background:#83cd29}.code-languages-icon__c[data-v-868f8024]{background:#03599c}.code-languages-icon__csharp[data-v-868f8024]{background:#68217a}.code-languages-icon__cplusplus[data-v-868f8024]{background:#9c033a}.code-languages-icon__clojure[data-v-868f8024]{background:#5881d8}.code-languages-icon__go[data-v-868f8024]{background:#00acd7}.code-languages-icon__http[data-v-868f8024]{background:#005b9b}.code-languages-icon__java[data-v-868f8024]{background:#ea2d2e}.code-languages-icon__javascript[data-v-868f8024]{background:#f0db4f}.code-languages-icon__kotlin[data-v-868f8024]{background:#7f6cb1}.code-languages-icon__objc[data-v-868f8024]{background:#0b5a9d}.code-languages-icon__ocaml[data-v-868f8024]{background:#f29100}.code-languages-icon__powershell[data-v-868f8024]{background:#2671be}.code-languages-icon__r[data-v-868f8024]{background:#cbced0}.code-languages-icon__swift[data-v-868f8024]{background:#f05138}.code-languages__loading .code-languages-icon[data-v-868f8024]:before{border:1px solid rgba(255,255,255,.44);border-top:1px solid white;animation:codeloader-868f8024 .45s linear infinite;background:transparent;width:18px;height:18px;content:"";border-radius:50%}.code-languages__loading .code-languages-icon svg[data-v-868f8024]{display:none}.code-languages__active[data-v-868f8024]:after{content:"";position:absolute;bottom:0;height:2px;width:100%;background:var(--theme-color-1, var(--default-theme-color-1))}@keyframes codeloader-868f8024{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.code-languages span[data-v-868f8024]{margin-top:3px;color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro))}.code-languages__active span[data-v-868f8024]{color:var(--theme-color-1, var(--default-theme-color-1))}.code-languages__select select[data-v-868f8024]{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;z-index:1}.code-languages__select span[data-v-868f8024]{position:relative;display:flex;align-items:center}.code-languages__select span[data-v-868f8024]:after{content:"";width:8px;height:8px;background:var(--theme-background-1, var(--default-theme-background-1));box-shadow:1px 1px 0 currentColor;display:block;transform:rotate(45deg);margin-left:5px;margin-top:-7px}.download-cta[data-v-fa6b3604]{margin-bottom:24px}.download-cta a[data-v-fa6b3604]{color:var(--theme-color-accent, var(--default-theme-color-accent));text-decoration:none;font-size:var(--theme-paragraph, var(--default-theme-paragraph))}.download-cta a[data-v-fa6b3604]:hover{text-decoration:underline}.base-url-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.base-url[data-v-5ca0a51c]{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer;font-family:var(--theme-font-code, var(--default-theme-font-code));display:inline-block;padding:10px 0;font-size:var(--theme-micro, var(--default-theme-micro))}.input select[data-v-a157de95]{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.input-value[data-v-a157de95]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro));padding:9px}.variable-description[data-v-a157de95]{padding:6px 12px;font-size:var(--theme-small, var(--default-theme-small))}.variable-description[data-v-a157de95] .markdown{font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color--1, var(--default-theme-color-1));padding:4px 0;display:block}.variable-description[data-v-a157de95] .markdown>*:first-child{margin-top:0}.input[data-v-a157de95]{align-items:center}.input[data-v-a157de95]:first-of-type{border-radius:0;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.server-item[data-v-e398ce3c]{padding:0 9px}.scalar-card-serverlist[data-v-e398ce3c]{padding:9px}.server-selector[data-v-e398ce3c]{position:relative;display:flex;align-items:center;gap:2px;color:var(--theme-color-2, var(--default-theme-color-2))}.description[data-v-e398ce3c]{padding:6px 12px;font-size:var(--theme-small, var(--default-theme-small))}.description[data-v-e398ce3c] .markdown{font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color--1, var(--default-theme-color-1));padding:4px 0;display:block}.description[data-v-e398ce3c] .markdown>*:first-child{margin-top:0}.server-selector select[data-v-e398ce3c]{position:absolute;bottom:0;left:0;right:0;opacity:0;top:0}.server-selector svg[data-v-e398ce3c]{width:12px}.scalar-card-serverlist-container[data-v-e398ce3c]{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius))}.heading[data-v-37c3f0ff]{margin-top:0!important;word-wrap:break-word}.loading[data-v-37c3f0ff]{background:var(--theme-background-3, var(--default-theme-background-3));animation:loading-skeleton 1.5s infinite alternate;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.heading.loading[data-v-37c3f0ff]{width:80%}.font-mono[data-v-37c3f0ff]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-small, var(--default-theme-small));font-family:var(--theme-font-code, var(--default-theme-font-code));padding:10px 12px}.sticky-cards[data-v-37c3f0ff]{position:sticky;top:24px}.section-version[data-v-37c3f0ff],.section-oas[data-v-37c3f0ff]{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var(--theme-micro, var(--default-theme-micro));background:var(--theme-background-2, var(--default-theme-background-2));padding:2px 6px;border-radius:12px;margin-right:4px;font-weight:var(--theme-semibold, var(--default-theme-semibold));margin-bottom:3px;display:inline-block}.property[data-v-ce036666]{padding:12px 0;overflow:auto}.property-information[data-v-ce036666]{display:flex;align-items:flex-end;gap:9px;white-space:nowrap}.property-description[data-v-ce036666]{margin-top:4px;color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4;font-size:var(--theme-small, var(--default-theme-small))}.property-rule[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));background:var(--theme-color-orange, var(--default-theme-color-orange));padding:0 6px}.property[data-v-ce036666]:not(:last-of-type){border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.property-name[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-mini, var(--default-theme-mini))}.required[data-v-ce036666],.optional[data-v-ce036666]{color:var(--theme-color-2, var(--default-theme-color-2));font-size:var( --default-theme-font-size-5, var(--default-default-theme-font-size-5) )}.required[data-v-ce036666]{text-transform:uppercase;color:var(--theme-color-orange, var(--default-theme-color-orange))}.property-type[data-v-ce036666]{color:var(--theme-color-2, var(--default-theme-color-2))}.property[data-v-ce036666]{padding:12px}.property-example[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.property-example-value[data-v-ce036666]{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-2, var(--default-theme-background-2));border-radius:var(--theme-radius, var(--default-theme-radius));padding:2px 5px;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var( --default-theme-font-size-5, var(--default-default-theme-font-size-5) )}.rule[data-v-ce036666]{margin-top:12px;padding:0 12px 12px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));background:var(--theme-background-4, var(--default-theme-background-4));border:2px dotted var(--theme-border-color, var(--default-theme-border-color))}.property-enum-value[data-v-ce036666]{padding:3px 0}.property-enum-value[data-v-ce036666]:before{content:"◼";margin-right:6px;color:var(--theme-color-3, var(--default-theme-color-3))}.property-enum-values[data-v-ce036666]{margin-top:8px;list-style:none}.property-read-only[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.property-nullable[data-v-ce036666]{font-family:var(--theme-font-code, var(--default-theme-font-code));color:var(--theme-color-2, var(--default-theme-color-2))}.error[data-v-6ae0ec2b]{background-color:red}.schema[data-v-6ae0ec2b]{width:100%;font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));color:var(--theme-color-1, var(--default-theme-color-1))}.type[data-v-6ae0ec2b]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-family:var(--theme-font-code, var(--default-theme-font-code));font-weight:var(--theme-bold, var(--default-theme-bold));text-transform:uppercase;background:var(--theme-background-4, var(--default-theme-background-4));padding:10px 12px}.type-icon[data-v-6ae0ec2b]{color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-micro, var(--default-theme-micro))}.properties[data-v-6ae0ec2b]{border:1px solid var(--theme-border-color, var(--default-theme-border-color));margin:24px 0 0;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden}.properties .properties[data-v-6ae0ec2b]{margin-top:12px}.show-more[data-v-5ac202a8]{background:var(--theme-background-1, var(--default-theme-background-1));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:8px 12px;border-radius:30px;color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));display:flex;align-items:center;justify-content:center;position:relative;margin:48px auto}.show-more[data-v-5ac202a8]:hover{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.show-more-icon[data-v-5ac202a8]{width:14px;height:14px;margin-left:3px}.show-more[data-v-5ac202a8]:active{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}@media (max-width: 1165px){.show-more[data-v-5ac202a8]{margin:24px auto}}.title[data-v-d173780f]{margin-bottom:12px!important;margin-top:12px!important}.title[data-v-28fef31c]{margin-bottom:12px!important;margin-top:24px!important}.parameter p{margin-top:6px}.parameter .parameter-child{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:20px;margin-top:12px;width:fit-content}.parameter .parameter{border:none!important}.parameter-child-trigger{padding:6px 12px;cursor:pointer;font-weight:500;color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-micro, var(--default-theme-micro));display:flex;align-items:center;-webkit-user-select:none;user-select:none}.parameter-child-trigger:has(+.parameter li:first-of-type:last-of-type){display:none}.parameter-child-trigger:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.parameter-child-trigger>span:before{content:"Show "}.parameter-child__open>.parameter-child-trigger span:before{content:"Hide "}.parameter-child-trigger svg{height:10px;width:10px;margin-right:6px}.parameter-child__open .parameter-child-trigger svg{transform:rotate(45deg)}.parameter .parameter li:first-of-type{border-top:none}.parameter .parameter li{padding:10px 12px}.parameter-child__open>.parameter{display:block}.parameter .parameter-child__open{width:100%;border-radius:6px}.parameter .parameter-child__open>svg{transform:rotate(45deg)}.parameter-child__open>.parameter-child-trigger{border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.parameter{list-style:none;font-size:var(--theme-small, var(--default-theme-small))}.parameter li{border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:12px 0}.parameter-name{font-weight:500;margin-right:6px;font-family:var(--theme-font-code, var(--default-theme-font-code));font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-1, var(--default-theme-color-1))}.parameter-type,.parameter-required{color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin-right:6px;position:relative}.parameter-description{margin-top:3px!important;font-size:var(--theme-small, var(--default-theme-small));color:var(--theme-color-2, var(--default-theme-color-2));line-height:1.4}.parameter__required{text-transform:uppercase;font-size:var(--theme-micro, var(--default-theme-micro));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-orange, var(--default-theme-color-orange))}.parameter-options{position:relative}.copy .title{font-size:var(--theme-heading-4, var(--default-theme-heading-4));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));line-height:1.45;margin:0}.copy .parameter-description:empty{display:none}.description[data-v-d0646332]{margin-bottom:24px}.request-path-variable{color:var(--theme-color-1, var(--default-theme-color-1))}.request[data-v-ca62c0e1]{display:flex;flex-wrap:nowrap}.request-method[data-v-ca62c0e1]{white-space:nowrap}.request-method--post[data-v-ca62c0e1]{color:var(--theme-color-green, var(--default-theme-color-green))}.request-method--patch[data-v-ca62c0e1]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.request-method--get[data-v-ca62c0e1]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.request-method--delete[data-v-ca62c0e1]{color:var(--theme-color-red, var(--default-theme-color-red))}.request-method--put[data-v-ca62c0e1]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.request-path[data-v-ca62c0e1]{margin-left:6px;color:var(--theme-color-2, var(--default-theme-color-2));overflow:hidden;cursor:default;word-wrap:break-word;text-transform:none!important}.language-select[data-v-ca62c0e1]{position:relative;padding-right:9px;height:fit-content;padding-left:12px;border-right:1px solid var(--theme-border-color, var(--default-theme-border-color))}.language-select select[data-v-ca62c0e1]{border:none;outline:none;cursor:pointer;background:var(--theme-background-3, var(--default-theme-background-3));box-shadow:-2px 0 0 0 var(--theme-background-3, var(--default-theme-background-3));position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.language-select span[data-v-ca62c0e1]{font-size:var(--theme-mini, var(--default-theme-mini));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));white-space:nowrap;display:flex;align-items:center;justify-content:center}.language-select:hover span[data-v-ca62c0e1]{color:var(--theme-color-1, var(--default-theme-color-1))}.language-select span[data-v-ca62c0e1]:after{content:"";width:7px;height:7px;transform:rotate(45deg) translate3d(-2px,-2px,0);display:block;margin-left:6px;box-shadow:1px 1px 0 currentColor}.language-select span[data-v-ca62c0e1]:hover{background:var(--theme-background-2, var(--default-theme-background-2))}.copy-button[data-v-ca62c0e1]{-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;background:transparent;cursor:pointer;color:var(--theme-color-3, var(--default-theme-color-3));margin-left:6px;margin-right:12px;border:none;border-radius:3px;padding:0;display:flex;align-items:center;height:fit-content}.copy-button[data-v-ca62c0e1]:after{content:".";color:transparent;font-size:var(--theme-mini, var(--default-theme-mini));line-height:1.35;width:0px}.copy-button[data-v-ca62c0e1]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.copy-button svg[data-v-ca62c0e1]{width:13px;height:13px}.show-api-client-button[data-v-ca62c0e1]{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;padding:6px;height:23px;margin:6px 6px 6px auto;border-radius:var(--theme-radius, var(--default-theme-radius));text-transform:uppercase;display:flex;justify-content:center;align-items:center;font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-background-2, var(--default-background-2));font-family:var(--theme-font, var(--default-theme-font));position:relative;cursor:pointer;box-sizing:border-box;box-shadow:inset 0 0 0 1px #0000001a}.show-api-client-button span[data-v-ca62c0e1],.show-api-client-button svg[data-v-ca62c0e1]{color:var(--theme-color-1, var(--default-theme-color-1));z-index:1}.show-api-client-button[data-v-ca62c0e1]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;cursor:pointer;border-radius:var(--theme-radius, var(--default-theme-radius))}.show-api-client-button[data-v-ca62c0e1]:before{background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2))}.show-api-client-button[data-v-ca62c0e1]:hover:before{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1))}.show-api-client-button svg[data-v-ca62c0e1]{height:12px;width:auto;margin-left:9px}.show-api-client-button--post[data-v-ca62c0e1]{background:var(--theme-color-green, var(--default-theme-color-green))}.show-api-client-button--patch[data-v-ca62c0e1]{background:var(--theme-color-yellow, var(--default-theme-color-yellow))}.show-api-client-button--get[data-v-ca62c0e1]{background:var(--theme-color-blue, var(--default-theme-color-blue))}.show-api-client-button--delete[data-v-ca62c0e1]{background:var(--theme-color-red, var(--default-theme-color-red))}.show-api-client-button--put[data-v-ca62c0e1]{background:var(--theme-color-orange, var(--default-theme-color-orange))}.request-method[data-v-ca62c0e1]{font-family:var(--theme-font-code, var(--default-theme-font-code));text-transform:uppercase}.request-path[data-v-ca62c0e1]{font-family:var(--theme-font-code, var(--default-theme-font-code))}.scalar-card-header-actions[data-v-ca62c0e1]{display:flex}@media screen and (max-width: 400px){.language-select[data-v-ca62c0e1]{position:absolute;bottom:9px;left:0;border-right:none}}.example-switcher[data-v-a88a80af]{display:flex;gap:6px;margin:12px 6px;flex-direction:column}.listbox-label[data-v-a88a80af]{font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));margin:0 4px;color:var(--theme-color-2, var(--default-theme-color-2))}.listbox-button[data-v-a88a80af]{border:1px solid var(--theme-border-color, var(--default-theme-border-color));background:var(--theme-background-1, var(--default-theme-background-1));padding:6px 12px;border-radius:var(--theme-radius, var(--default-theme-radius));text-align:left;display:block;font-size:var(--theme-mini, var(--default-theme-mini))}.listbox-button-content[data-v-a88a80af]{display:flex;align-items:center;justify-content:space-between}.listbox-button-label[data-v-a88a80af]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listbox-options[data-v-a88a80af]{background:var(--theme-background-1, var(--default-theme-background-1));padding:6px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));box-shadow:var(--theme-shadow-2, var(--default-theme-shadow-2));position:absolute;margin:0 1px;transform:translateY(-50%);z-index:100}.listbox-option[data-v-a88a80af]{padding:6px 12px;cursor:pointer;color:var(--theme-color-1, var(--default-theme-color-1));border-radius:var(--theme-radius, var(--default-theme-radius));margin:2px 0}.listbox-option[data-headlessui-state=selected][data-v-a88a80af]{background:var(--theme-background-2, var(--default-theme-background-2))}.listbox-option[data-v-a88a80af]:hover{background:var(--theme-background-2, var(--default-theme-background-2));color:var(--theme-color-2, var(--default-theme-color-2))}.icon[data-v-a88a80af]{width:13px;height:13px;color:var(--theme-color-3, var(--default-theme-color-3))}.markdown[data-v-d49d8496] *{margin:0}.code-copy[data-v-d49d8496]{display:flex;align-items:center;justify-content:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;background:transparent;cursor:pointer;color:var(--theme-color-3, var(--default-theme-color-3));border:none;padding:0;margin-right:12px}.code-copy[data-v-d49d8496]:hover{color:var(--theme-color-1, var(--default-theme-color-1))}.code-copy svg[data-v-d49d8496]{width:13px;height:13px}.description[data-v-d49d8496]{font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color--1, var(--default-theme-color-1));padding:10px 12px;min-height:35px;display:flex;align-items:center;box-sizing:border-box;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color))}.scalar-api-reference__empty-state[data-v-d49d8496]{margin:10px 0 10px 12px;text-align:center;font-size:var(--theme-micro, var(--default-theme-micro));min-height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));color:var(--theme-color-2, var(--default-theme-color-2))}.schema-type[data-v-d49d8496]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold));background:var(--theme-background-3, var(--default-theme-background-3));padding:2px 4px;border-radius:4px;margin-right:4px}.schema-example[data-v-d49d8496]{font-size:var(--theme-micro, var(--default-theme-micro));color:var(--theme-color-2, var(--default-theme-color-2));font-weight:var(--theme-semibold, var(--default-theme-semibold))}.example-response-tab[data-v-d49d8496]{display:block;margin:6px}.scalar-card-container[data-v-d49d8496]{background:var(--theme-background-2, var(--default-theme-background-2))}.scalar-card-container[data-v-d49d8496] .cm-scroller{overflow:hidden}.rule-title[data-v-d49d8496]{font-family:var(--theme-font-code, var(--default-theme-font-code));color:var(--theme-color-1, var(--default-theme-color-1));display:inline-block;margin:12px 0 6px;border-radius:var(--theme-radius, var(--default-theme-radius))}.rule[data-v-d49d8496]{margin:0 12px;border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg))}.rule-items[data-v-d49d8496]{counter-reset:list-number;display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--theme-border-color, var(--default-theme-border-color));padding:12px 0}.rule-item[data-v-d49d8496]{counter-increment:list-number;border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius-lg, var(--default-theme-radius-lg));overflow:hidden;margin-left:24px}.rule-item[data-v-d49d8496]:before{border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-top:0;border-right:0;content:" ";display:block;width:24px;height:6px;border-radius:0 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg));margin-top:6px;color:var(--theme-color-2, var(--default-theme-color-2));transform:translate(-25px);color:var(--theme-color-1, var(--default-theme-color-1));position:absolute}.examples[data-v-5ce28dd4]{position:sticky;top:calc(var(--refs-header-height) + 24px)}.scalar-logo-animation[data-v-16147dd7]{width:38px;height:38px;position:relative;display:flex;align-items:center}.scalar-logo-animation .line[data-v-16147dd7]:before{content:"";width:100%;height:100%;background:#4c4316;display:block;position:absolute}.scalar-logo-animation .line[data-v-16147dd7]{position:absolute;width:100%;height:1px;overflow:hidden}.scalar-logo-animation .line-2[data-v-16147dd7]{transform:rotate(90deg)}.scalar-logo-animation .line-3[data-v-16147dd7]{transform:rotate(45deg)}.scalar-logo-animation .line-4[data-v-16147dd7]{transform:rotate(-45deg)}.scalar-logo-animation-load[data-v-16147dd7]{animation:rotate-16147dd7 2s linear infinite}@keyframes rotate-16147dd7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.render-loading[data-v-5e3320bc]{height:calc(var(--full-height) - var(--refs-header-height));display:flex;align-items:center;justify-content:center}.show-more[data-v-5e3320bc]{background:var(--theme-background-1, var(--default-theme-background-1));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));margin:-48px auto 48px;padding:8px 12px;border-radius:30px;color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-small, var(--default-theme-small));display:flex;align-items:center;justify-content:center;position:relative}.show-more[data-v-5e3320bc]:hover{color:var(--theme-color-2, var(--default-theme-color-2));cursor:pointer}.show-more-icon[data-v-5e3320bc]{width:14px;height:14px;margin-left:3px}.show-more[data-v-5e3320bc]:active{box-shadow:0 0 0 1px var(--theme-border-color, var(--default-theme-border-color))}.references-narrow .show-more[data-v-5e3320bc]{margin-top:-25px;margin-bottom:25px}@media (max-width: 1165px){.show-more[data-v-5e3320bc]{margin-top:-24px;margin-bottom:24px}}.ref-search-input[data-v-1ea632ff]{width:100%;background:transparent;padding:12px;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));outline:none;border:1px solid var(--theme-border-color, var(--default-theme-border-color));border-radius:var(--theme-radius, var(--default-theme-radius));color:var(--theme-color-1, var(--default-theme-color-1));font-weight:var(--theme-semibold, var(--default-theme-semibold));font-size:var(--theme-font-size-3, var(--default-theme-font-size-3));font-family:var(--theme-font, var(--default-theme-font));-webkit-appearance:none;-moz-appearance:none;appearance:none}.ref-search-input[data-v-1ea632ff]:focus{border-color:var(--theme-color-1, var(--default-theme-color-1))}.item-entry[data-v-1ea632ff]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;outline:none;padding:9px 12px;width:100%;color:var(--theme-color-3, var(--default-theme-color-3));text-align:left;border-radius:var(--theme-radius, var(--default-theme-radius));align-items:center;font-family:var(--theme-font);min-height:31px;display:flex;gap:6px;overflow:hidden}.item-entry-http-verb[data-v-1ea632ff]:empty{display:none}.ref-search-list[data-v-1ea632ff]{padding:0 0 12px 12px}.ref-search-container[data-v-1ea632ff]{padding:12px}.item-entry--active[data-v-1ea632ff]{background:var(--theme-background-2, var(--default-theme-background-2));cursor:pointer}.item-entry--tag .item-entry-description[data-v-1ea632ff]:before{content:"–";margin-right:6px}.item-entry-description[data-v-1ea632ff],.item-entry-title[data-v-1ea632ff]{font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-entry-title[data-v-1ea632ff]{min-width:fit-content}.item-entry-http-verb[data-v-1ea632ff],.item-entry-subtitle[data-v-1ea632ff]{display:flex;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));font-family:var(--theme-font-code, var(--default-theme-font-code));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-entry-http-verb[data-v-1ea632ff]{text-transform:uppercase;min-width:45px;position:relative;top:.5px}.item-entry-http-verb--post[data-v-1ea632ff]{color:var(--theme-color-green, var(--default-theme-color-green))}.item-entry-http-verb--patch[data-v-1ea632ff]{color:var(--theme-color-yellow, var(--default-theme-color-yellow))}.item-entry-http-verb--get[data-v-1ea632ff]{color:var(--theme-color-blue, var(--default-theme-color-blue))}.item-entry-http-verb--delete[data-v-1ea632ff]{color:var(--theme-color-red, var(--default-theme-color-red))}.item-entry-http-verb--delete[data-v-1ea632ff]{font-size:0}.item-entry-http-verb--delete[data-v-1ea632ff]:after{content:"DEL";font-size:var(--theme-font-size-4, var(--default-theme-font-size-4))}.item-entry-http-verb--put[data-v-1ea632ff]{color:var(--theme-color-orange, var(--default-theme-color-orange))}.item-entry-path[data-v-1ea632ff]{color:var(--theme-color-3, var(--default-theme-color-3));font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ref-search-meta[data-v-1ea632ff]{background:var(--theme-background-3, var(--default-theme-background-3));padding:6px 12px;font-size:var(--theme-font-size-4, var(--default-theme-font-size-4));color:var(--theme-color-3, var(--default-theme-color-3));font-weight:var(--theme-semibold, var(--default-theme-semibold));display:flex;gap:12px}.scalar-api-reference[data-v-fb816437]{--refs-sidebar-width: var(--theme-sidebar-width, 250px);--refs-header-height: var(--theme-header-height, 0px)}.references-layout[data-v-fb816437]{height:100dvh;max-height:100%;width:100dvw;max-width:100%;flex:1;overflow-y:auto;overflow-x:hidden;--full-height: 100dvh;display:grid;grid-template-rows:var(--refs-header-height) repeat(2,auto);grid-template-columns:var(--refs-sidebar-width) 1fr;grid-template-areas:"header header" "navigation rendered" "footer footer";background:var(--theme-background-1, var(--default-theme-background-1))}.references-header[data-v-fb816437]{grid-area:header;position:sticky;top:0;z-index:10;height:var(--refs-header-height)}.references-editor[data-v-fb816437]{grid-area:editor;display:flex;min-width:0;background:var(--theme-background-1, var(--default-theme-background-1))}.references-navigation[data-v-fb816437]{grid-area:navigation}.references-rendered[data-v-fb816437]{position:relative;grid-area:rendered;min-width:0;background:var(--theme-background-1, var(--default-theme-background-1))}.references-navigation-list[data-v-fb816437]{position:sticky;top:var(--refs-header-height);height:calc(var(--full-height) - var(--refs-header-height));background:var( --sidebar-background-1, var( --default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1)) ) );overflow-y:auto;display:flex;flex-direction:column}.references-editor-textarea[data-v-fb816437]{position:sticky;top:var(--refs-header-height);height:calc(var(--full-height) - var(--refs-header-height));display:flex;min-width:0;flex:1}.references-editable[data-v-fb816437]{grid-template-columns:var(--refs-sidebar-width) 1fr 1fr;grid-template-areas:"header header header" "navigation editor rendered" "footer footer footer"}.references-footer[data-v-fb816437]{grid-area:footer}@media (max-width: 1150px){.references-layout[data-v-fb816437]{grid-template-columns:var(--refs-sidebar-width) 1fr 0px}}@media (max-width: 1000px){.references-layout[data-v-fb816437]{grid-template-columns:auto;grid-template-rows:var(--refs-header-height) 0px auto auto;grid-template-areas:"header" "navigation" "rendered" "footer"}.references-editable[data-v-fb816437]{grid-template-areas:"header" "navigation" "editor"}.references-navigation[data-v-fb816437],.references-rendered[data-v-fb816437]{position:static;max-height:unset}.references-navigation[data-v-fb816437]{height:0px;z-index:10}.references-navigation-list[data-v-fb816437]{position:absolute;top:calc(var(--refs-header-height) - 1px);height:calc(var(--full-height) - var(--refs-header-height) + 1px);width:100%;border-top:1px solid var(--theme-border-color, var(--default-theme-border-color));display:flex;flex-direction:column}}.scalar-api-reference p,#headlessui-portal-root p{margin:0}.scalar-api-reference i,#headlessui-portal-root i{font-style:normal}.scalar-api-reference ul,.scalar-api-reference ol,#headlessui-portal-root ul,#headlessui-portal-root ol{margin:0;padding:0}.scalar-api-reference,#headlessui-portal-root{font-family:var(--theme-font, var(--default-theme-font));line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;box-sizing:border-box}.scalar-api-reference *,.scalar-api-reference *:before,.scalar-api-reference *:after,#headlessui-portal-root *,#headlessui-portal-root *:before,#headlessui-portal-root *:after{box-sizing:inherit}.scalar-api-reference *,#headlessui-portal-root *{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scalar-api-reference input::placeholder,#headlessui-portal-root input::placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference input:-ms-input-placeholder,#headlessui-portal-root input:-ms-input-placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference input::-webkit-input-placeholder,#headlessui-portal-root input::-webkit-input-placeholder{color:var(--theme-color-3, var(--default-theme-color-3));font-family:var(--theme-font, var(--default-theme-font))}.scalar-api-reference .flex,#headlessui-portal-root .flex{display:flex}.scalar-api-reference .flex-col,#headlessui-portal-root .flex-col{display:flex;min-height:0;flex-direction:column}.scalar-api-reference .flex-mobile,#headlessui-portal-root .flex-mobile{display:flex;min-width:0}@media (max-width: 500px){.scalar-api-reference .flex-mobile,#headlessui-portal-root .flex-mobile{flex-direction:column}}.scalar-api-reference .gap-1,#headlessui-portal-root .gap-1{gap:12px}.scalar-api-reference .sr-only,#headlessui-portal-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.darklight[data-v-264b9b08]{border:none;border-top:1px solid var( --sidebar-border-color, var( --default-sidebar-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) );font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none;padding:18px 24px 0;display:flex;align-items:center;text-indent:9px;width:100%}.darklight-reference[data-v-264b9b08]{width:100%;margin-top:auto}.darklight[data-v-264b9b08]:hover{cursor:pointer;color:var( --sidebar-color-1, var( --default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1)) ) )}.darklight svg[data-v-264b9b08]{stroke:currentColor;height:12px;width:12px}.darklight-reference-promo[data-v-264b9b08]{padding:6px 24px 12px;display:flex;align-items:center;font-size:var(--theme-mini, var(--default-theme-mini));text-decoration:none;color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) )}.darklight-reference-promo[data-v-264b9b08]:hover{text-decoration:underline}.references-mobile-header[data-v-135ccf3f]{display:flex;align-items:center;gap:12px;height:100%;width:100%;padding:0 8px;background:var(--theme-background-1, var(--default-theme-background-1));border-bottom:1px solid var(--theme-border-color, var(--default-theme-border-color))}.references-mobile-breadcrumbs[data-v-135ccf3f]{flex:1;min-width:0;font-size:var(--theme-small, var(--default-theme-small));font-weight:var(--theme-semibold, var(--default-theme-semibold));color:var(--theme-color-1, var(--default-theme-color-1));overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidebar-search[data-v-e0708451]{display:flex;align-items:center;position:relative;--default-margin-x: 12px;width:calc(100% - 2 * var(--margin-x, var(--default-margin-x)));margin:12px var(--margin-x, var(--default-margin-x)) 6px var(--margin-x, var(--default-margin-x));padding:0 3px 0 12px;background:var( --sidebar-search-background, var( --default-sidebar-search-background, var(--theme-background-1, var(--default-theme-background-1)) ) );color:var( --sidebar-color-2, var( --default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2)) ) );outline:none;border-radius:var(--theme-radius, var(--default-theme-radius));box-shadow:0 0 0 1px var( --sidebar-search-border-color, var( --default-sidebar-search-border-color, var(--theme-border-color, var(--default-theme-border-color)) ) );cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.sidebar-search-input[data-v-e0708451]{font-size:var(--theme-mini, var(--default-theme-mini));font-weight:var(--theme-semibold, var(--default-theme-semibold));height:31px;-webkit-user-select:none;user-select:none;z-index:10;position:relative;display:flex;width:100%;justify-content:space-between;align-items:center}.sidebar-search-shortcut[data-v-e0708451]{text-transform:uppercase}.sidebar-search-key[data-v-e0708451]{background-color:var( --theme-background-2, var(--default-theme-background-2) );padding:3px 5px;margin:2px;border-radius:var(--theme-radius, var(--default-theme-radius));color:var( --sidebar-color-2, var(--default-sidebar-color-2), var(--theme-color-2, var(--default-theme-color-2)) )}.search-icon[data-v-e0708451]{padding:0;margin-right:9px;width:12px}@media (max-width: 1000px){:root{--theme-header-height: 50px}}')), document.head.appendChild(t);
|
|
77728
77728
|
}
|
|
77729
77729
|
} catch (e) {
|
|
77730
77730
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
@@ -77866,7 +77866,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
77866
77866
|
return t == null || t.value == null ? null : (e = t.value.$el) != null ? e : t.value;
|
|
77867
77867
|
}
|
|
77868
77868
|
let cL = Symbol("Context");
|
|
77869
|
-
var
|
|
77869
|
+
var zi = ((t) => (t[t.Open = 1] = "Open", t[t.Closed = 2] = "Closed", t[t.Closing = 4] = "Closing", t[t.Opening = 8] = "Opening", t))(zi || {});
|
|
77870
77870
|
function nR() {
|
|
77871
77871
|
return rr(cL, null);
|
|
77872
77872
|
}
|
|
@@ -78211,7 +78211,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78211
78211
|
});
|
|
78212
78212
|
function kTe(t) {
|
|
78213
78213
|
let e = ye(ou.slice());
|
|
78214
|
-
return
|
|
78214
|
+
return ht([t], ([r], [n]) => {
|
|
78215
78215
|
n === !0 && r === !1 ? oS(() => {
|
|
78216
78216
|
e.value.splice(0);
|
|
78217
78217
|
}) : n === !1 && r === !0 && (e.value = ou.slice());
|
|
@@ -78234,7 +78234,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78234
78234
|
function $Te({ ownerDocument: t, container: e, initialFocus: r }, n) {
|
|
78235
78235
|
let i = ye(null), a = ye(!1);
|
|
78236
78236
|
return Qt(() => a.value = !0), vr(() => a.value = !1), Qt(() => {
|
|
78237
|
-
|
|
78237
|
+
ht([e, r, n], (o, s) => {
|
|
78238
78238
|
if (o.every((c, u) => (s == null ? void 0 : s[u]) === c) || !n.value)
|
|
78239
78239
|
return;
|
|
78240
78240
|
let l = nt(e);
|
|
@@ -78380,7 +78380,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78380
78380
|
n == null || n(...o), i(...o);
|
|
78381
78381
|
}
|
|
78382
78382
|
Qt(() => {
|
|
78383
|
-
|
|
78383
|
+
ht(e, (o, s) => {
|
|
78384
78384
|
o ? a(0, t, r) : s === !0 && a(1, t, r);
|
|
78385
78385
|
}, { immediate: !0, flush: "sync" });
|
|
78386
78386
|
}), vr(() => {
|
|
@@ -78512,7 +78512,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78512
78512
|
let a = t.value ? n.value.get(t.value) : void 0;
|
|
78513
78513
|
return a ? a.count > 0 : !1;
|
|
78514
78514
|
});
|
|
78515
|
-
return
|
|
78515
|
+
return ht([t, e], ([a, o], [s], l) => {
|
|
78516
78516
|
if (!a || !o)
|
|
78517
78517
|
return;
|
|
78518
78518
|
yu.dispatch("PUSH", a, r);
|
|
@@ -78558,7 +78558,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78558
78558
|
Qt(() => {
|
|
78559
78559
|
o.value = !0;
|
|
78560
78560
|
});
|
|
78561
|
-
let s = ye(0), l = nR(), c = Se(() => t.open === Sb && l !== null ? (l.value &
|
|
78561
|
+
let s = ye(0), l = nR(), c = Se(() => t.open === Sb && l !== null ? (l.value & zi.Open) === zi.Open : t.open), u = ye(null), d = Se(() => _d(u));
|
|
78562
78562
|
if (i({ el: u, $el: u }), !(t.open !== Sb || l !== null))
|
|
78563
78563
|
throw new Error("You forgot to provide an `open` prop to the `Dialog`.");
|
|
78564
78564
|
if (typeof c.value != "boolean")
|
|
@@ -78566,7 +78566,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78566
78566
|
let p = Se(() => o.value && c.value ? 0 : 1), h = Se(() => p.value === 0), f = Se(() => s.value > 1), m = rr(T2, null) !== null, [O, y] = CTe(), { resolveContainers: w, mainTreeNodeRef: S, MainTreeNode: x } = zTe({ portals: O, defaultContainers: [Se(() => {
|
|
78567
78567
|
var ee;
|
|
78568
78568
|
return (ee = J.panelRef.value) != null ? ee : u.value;
|
|
78569
|
-
})] }), P = Se(() => f.value ? "parent" : "leaf"), _ = Se(() => l !== null ? (l.value &
|
|
78569
|
+
})] }), P = Se(() => f.value ? "parent" : "leaf"), _ = Se(() => l !== null ? (l.value & zi.Closing) === zi.Closing : !1), C = Se(() => m || _.value ? !1 : h.value), N = Se(() => {
|
|
78570
78570
|
var ee, se, ge;
|
|
78571
78571
|
return (ge = Array.from((se = (ee = d.value) == null ? void 0 : ee.querySelectorAll("body > *")) != null ? se : []).find((Q) => Q.id === "headlessui-portal-root" ? !1 : Q.contains(nt(S)) && Q instanceof HTMLElement)) != null ? ge : null;
|
|
78572
78572
|
});
|
|
@@ -78657,7 +78657,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78657
78657
|
let l = (() => s ? s instanceof HTMLElement ? s : s.value instanceof HTMLElement ? nt(s) : nt(o.button) : nt(o.button))();
|
|
78658
78658
|
l == null || l.focus();
|
|
78659
78659
|
} };
|
|
78660
|
-
return sn(kL, o), uL(Se(() => Ir(n.value, { 0:
|
|
78660
|
+
return sn(kL, o), uL(Se(() => Ir(n.value, { 0: zi.Open, 1: zi.Closed }))), () => {
|
|
78661
78661
|
let { defaultOpen: s, ...l } = t, c = { open: n.value === 0, close: o.close };
|
|
78662
78662
|
return Vr({ theirProps: l, ourProps: {}, slot: c, slots: e, attrs: r, name: "Disclosure" });
|
|
78663
78663
|
};
|
|
@@ -78714,7 +78714,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78714
78714
|
}), vr(() => {
|
|
78715
78715
|
i.panelId.value = null;
|
|
78716
78716
|
}), n({ el: i.panel, $el: i.panel }), sn(PL, i.panelId);
|
|
78717
|
-
let a = nR(), o = Se(() => a !== null ? (a.value &
|
|
78717
|
+
let a = nR(), o = Se(() => a !== null ? (a.value & zi.Open) === zi.Open : i.disclosureState.value === 0);
|
|
78718
78718
|
return () => {
|
|
78719
78719
|
var s;
|
|
78720
78720
|
let l = { open: i.disclosureState.value === 0, close: i.close }, { id: c, ...u } = t, d = { id: (s = i.panelId.value) != null ? s : c, ref: i.panel };
|
|
@@ -78830,13 +78830,13 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78830
78830
|
hL([o, s], (S, x) => {
|
|
78831
78831
|
var P;
|
|
78832
78832
|
y.closeListbox(), dL(x, aR.Loose) || (S.preventDefault(), (P = nt(o)) == null || P.focus());
|
|
78833
|
-
}, Se(() => i.value === 0)), sn($L, y), uL(Se(() => Ir(i.value, { 0:
|
|
78833
|
+
}, Se(() => i.value === 0)), sn($L, y), uL(Se(() => Ir(i.value, { 0: zi.Open, 1: zi.Closed })));
|
|
78834
78834
|
let w = Se(() => {
|
|
78835
78835
|
var S;
|
|
78836
78836
|
return (S = nt(o)) == null ? void 0 : S.closest("form");
|
|
78837
78837
|
});
|
|
78838
78838
|
return Qt(() => {
|
|
78839
|
-
|
|
78839
|
+
ht([w], () => {
|
|
78840
78840
|
if (!w.value || t.defaultValue === void 0)
|
|
78841
78841
|
return;
|
|
78842
78842
|
function S() {
|
|
@@ -78936,7 +78936,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78936
78936
|
break;
|
|
78937
78937
|
}
|
|
78938
78938
|
}
|
|
78939
|
-
let s = nR(), l = Se(() => s !== null ? (s.value &
|
|
78939
|
+
let s = nR(), l = Se(() => s !== null ? (s.value & zi.Open) === zi.Open : i.listboxState.value === 0);
|
|
78940
78940
|
return () => {
|
|
78941
78941
|
var c, u, d, p;
|
|
78942
78942
|
let h = { open: i.listboxState.value === 0 }, { id: f, ...m } = t, O = { "aria-activedescendant": i.activeOptionIndex.value === null || (c = i.options.value[i.activeOptionIndex.value]) == null ? void 0 : c.id, "aria-multiselectable": i.mode.value === 1 ? !0 : void 0, "aria-labelledby": (p = (u = nt(i.labelRef)) == null ? void 0 : u.id) != null ? p : (d = nt(i.buttonRef)) == null ? void 0 : d.id, "aria-orientation": i.orientation.value, id: f, onKeydown: o, role: "listbox", tabIndex: 0, ref: i.optionsRef };
|
|
@@ -78953,7 +78953,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
78953
78953
|
return c();
|
|
78954
78954
|
}, domRef: a }));
|
|
78955
78955
|
Qt(() => i.registerOption(t.id, u)), vr(() => i.unregisterOption(t.id)), Qt(() => {
|
|
78956
|
-
|
|
78956
|
+
ht([i.listboxState, s], () => {
|
|
78957
78957
|
i.listboxState.value === 0 && s.value && Ir(i.mode.value, { 1: () => {
|
|
78958
78958
|
l.value && i.goToOption(oi.Specific, t.id);
|
|
78959
78959
|
}, 0: () => {
|
|
@@ -79072,7 +79072,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
79072
79072
|
}), sn(cR, Se(() => h.value ? null : p.value));
|
|
79073
79073
|
let f = Se(() => t.selectedIndex);
|
|
79074
79074
|
return Qt(() => {
|
|
79075
|
-
|
|
79075
|
+
ht([f], () => {
|
|
79076
79076
|
var m;
|
|
79077
79077
|
return u((m = t.selectedIndex) != null ? m : t.defaultIndex);
|
|
79078
79078
|
}, { immediate: !0 });
|
|
@@ -79228,7 +79228,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
79228
79228
|
l() && (p.preventDefault(), r(p));
|
|
79229
79229
|
};
|
|
79230
79230
|
return Qt(() => {
|
|
79231
|
-
|
|
79231
|
+
ht(
|
|
79232
79232
|
c,
|
|
79233
79233
|
(p, h) => {
|
|
79234
79234
|
const f = h === "document" ? document : h;
|
|
@@ -80547,7 +80547,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
80547
80547
|
a && (a.disconnect(), a = void 0);
|
|
80548
80548
|
}, l = Se(
|
|
80549
80549
|
() => Array.isArray(t) ? t.map((d) => Lm(d)) : [Lm(t)]
|
|
80550
|
-
), c =
|
|
80550
|
+
), c = ht(
|
|
80551
80551
|
l,
|
|
80552
80552
|
(d) => {
|
|
80553
80553
|
if (s(), o.value && n) {
|
|
@@ -80577,7 +80577,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
80577
80577
|
return (Array.isArray(f) ? f : [f]).map(Lm).filter(XEe);
|
|
80578
80578
|
});
|
|
80579
80579
|
let u = Vp;
|
|
80580
|
-
const d = ye(s), p = l.value ?
|
|
80580
|
+
const d = ye(s), p = l.value ? ht(
|
|
80581
80581
|
() => [c.value, Lm(n), d.value],
|
|
80582
80582
|
([f, m]) => {
|
|
80583
80583
|
if (u(), !d.value || !f.length)
|
|
@@ -80693,7 +80693,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
80693
80693
|
() => zO.value ? cS[zO.value].response : null
|
|
80694
80694
|
), r5e = (t) => {
|
|
80695
80695
|
Object.assign(gR, t);
|
|
80696
|
-
}, n5e = ye(!0),
|
|
80696
|
+
}, n5e = ye(!0), Ti = () => ({
|
|
80697
80697
|
authState: KEe,
|
|
80698
80698
|
readOnly: n5e,
|
|
80699
80699
|
activeRequest: gR,
|
|
@@ -82943,7 +82943,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
82943
82943
|
}
|
|
82944
82944
|
}
|
|
82945
82945
|
l1.prototype.contextual = Yp.prototype.fallback = Yp.prototype.extend = !1;
|
|
82946
|
-
class
|
|
82946
|
+
class Ei {
|
|
82947
82947
|
/**
|
|
82948
82948
|
Create a tokenizer. The first argument is the function that,
|
|
82949
82949
|
given an input stream, scans for the types of tokens it
|
|
@@ -82997,7 +82997,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
82997
82997
|
let i = yX(r, n, e);
|
|
82998
82998
|
return i < 0 || yX(r, n, t) < i;
|
|
82999
82999
|
}
|
|
83000
|
-
const
|
|
83000
|
+
const Di = typeof We.process < "u" && We.process.env && /\bparse\b/.test(We.process.env.LOG);
|
|
83001
83001
|
let G_ = null;
|
|
83002
83002
|
function vX(t, e, r) {
|
|
83003
83003
|
let n = t.cursor(dr.IncludeAnonymous);
|
|
@@ -83184,15 +83184,15 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83184
83184
|
if (!r.length) {
|
|
83185
83185
|
let a = n && k5e(n);
|
|
83186
83186
|
if (a)
|
|
83187
|
-
return
|
|
83187
|
+
return Di && console.log("Finish with " + this.stackID(a)), this.stackToTree(a);
|
|
83188
83188
|
if (this.parser.strict)
|
|
83189
|
-
throw
|
|
83189
|
+
throw Di && n && console.log("Stuck with token " + (this.tokens.mainToken ? this.parser.getName(this.tokens.mainToken.value) : "none")), new SyntaxError("No parse at " + e);
|
|
83190
83190
|
this.recovering || (this.recovering = 5);
|
|
83191
83191
|
}
|
|
83192
83192
|
if (this.recovering && n) {
|
|
83193
83193
|
let a = this.stoppedAt != null && n[0].pos > this.stoppedAt ? n[0] : this.runRecovery(n, i, r);
|
|
83194
83194
|
if (a)
|
|
83195
|
-
return
|
|
83195
|
+
return Di && console.log("Force-finish " + this.stackID(a)), this.stackToTree(a.forceAll());
|
|
83196
83196
|
}
|
|
83197
83197
|
if (this.recovering) {
|
|
83198
83198
|
let a = this.recovering == 1 ? 1 : this.recovering * 3;
|
|
@@ -83236,7 +83236,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83236
83236
|
// given, stacks split off by ambiguous operations will be pushed to
|
|
83237
83237
|
// `split`, or added to `stacks` if they move `pos` forward.
|
|
83238
83238
|
advanceStack(t, e, r) {
|
|
83239
|
-
let n = t.pos, { parser: i } = this, a =
|
|
83239
|
+
let n = t.pos, { parser: i } = this, a = Di ? this.stackID(t) + " -> " : "";
|
|
83240
83240
|
if (this.stoppedAt != null && n > this.stoppedAt)
|
|
83241
83241
|
return t.forceReduce() ? t : null;
|
|
83242
83242
|
if (this.fragments) {
|
|
@@ -83244,7 +83244,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83244
83244
|
for (let u = this.fragments.nodeAt(n); u; ) {
|
|
83245
83245
|
let d = this.parser.nodeSet.types[u.type.id] == u.type ? i.getGoto(t.state, u.type.id) : -1;
|
|
83246
83246
|
if (d > -1 && u.length && (!l || (u.prop(Wt.contextHash) || 0) == c))
|
|
83247
|
-
return t.useNode(u, d),
|
|
83247
|
+
return t.useNode(u, d), Di && console.log(a + this.stackID(t) + ` (via reuse of ${i.getName(u.type.id)})`), !0;
|
|
83248
83248
|
if (!(u instanceof Gt) || u.children.length == 0 || u.positions[0] > 0)
|
|
83249
83249
|
break;
|
|
83250
83250
|
let p = u.children[0];
|
|
@@ -83260,7 +83260,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83260
83260
|
/* ParseState.DefaultReduce */
|
|
83261
83261
|
);
|
|
83262
83262
|
if (o > 0)
|
|
83263
|
-
return t.reduce(o),
|
|
83263
|
+
return t.reduce(o), Di && console.log(a + this.stackID(t) + ` (via always-reduce ${i.getName(
|
|
83264
83264
|
o & 65535
|
|
83265
83265
|
/* Action.ValueMask */
|
|
83266
83266
|
)})`), !0;
|
|
@@ -83270,7 +83270,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83270
83270
|
let s = this.tokens.getActions(t);
|
|
83271
83271
|
for (let l = 0; l < s.length; ) {
|
|
83272
83272
|
let c = s[l++], u = s[l++], d = s[l++], p = l == s.length || !r, h = p ? t : t.split(), f = this.tokens.mainToken;
|
|
83273
|
-
if (h.apply(c, u, f ? f.start : h.pos, d),
|
|
83273
|
+
if (h.apply(c, u, f ? f.start : h.pos, d), Di && console.log(a + this.stackID(h) + ` (via ${c & 65536 ? `reduce of ${i.getName(
|
|
83274
83274
|
c & 65535
|
|
83275
83275
|
/* Action.ValueMask */
|
|
83276
83276
|
)}` : "shift"} for ${i.getName(u)} @ ${n}${h == t ? "" : ", split"})`), p)
|
|
@@ -83294,15 +83294,15 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
83294
83294
|
runRecovery(t, e, r) {
|
|
83295
83295
|
let n = null, i = !1;
|
|
83296
83296
|
for (let a = 0; a < t.length; a++) {
|
|
83297
|
-
let o = t[a], s = e[a << 1], l = e[(a << 1) + 1], c =
|
|
83298
|
-
if (o.deadEnd && (i || (i = !0, o.restart(),
|
|
83297
|
+
let o = t[a], s = e[a << 1], l = e[(a << 1) + 1], c = Di ? this.stackID(o) + " -> " : "";
|
|
83298
|
+
if (o.deadEnd && (i || (i = !0, o.restart(), Di && console.log(c + this.stackID(o) + " (restarted)"), this.advanceFully(o, r))))
|
|
83299
83299
|
continue;
|
|
83300
83300
|
let u = o.split(), d = c;
|
|
83301
|
-
for (let p = 0; u.forceReduce() && p < 10 && (
|
|
83302
|
-
|
|
83301
|
+
for (let p = 0; u.forceReduce() && p < 10 && (Di && console.log(d + this.stackID(u) + " (via force-reduce)"), !this.advanceFully(u, r)); p++)
|
|
83302
|
+
Di && (d = this.stackID(u) + " -> ");
|
|
83303
83303
|
for (let p of o.recoverByInsert(s))
|
|
83304
|
-
|
|
83305
|
-
this.stream.end > o.pos ? (l == o.pos && (l++, s = 0), o.recoverByDelete(s, l),
|
|
83304
|
+
Di && console.log(c + this.stackID(p) + " (via recover-insert)"), this.advanceFully(p, r);
|
|
83305
|
+
this.stream.end > o.pos ? (l == o.pos && (l++, s = 0), o.recoverByDelete(s, l), Di && console.log(c + this.stackID(o) + ` (via recover-delete ${this.parser.getName(s)})`), wX(o, r)) : (!n || n.score < o.score) && (n = o);
|
|
83306
83306
|
}
|
|
83307
83307
|
return n;
|
|
83308
83308
|
}
|
|
@@ -84351,7 +84351,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84351
84351
|
return t ? t.hash : 0;
|
|
84352
84352
|
},
|
|
84353
84353
|
strict: !1
|
|
84354
|
-
}), lRe = new
|
|
84354
|
+
}), lRe = new Ei((t, e) => {
|
|
84355
84355
|
if (t.next != eF) {
|
|
84356
84356
|
t.next < 0 && e.context && t.acceptToken(J_);
|
|
84357
84357
|
return;
|
|
@@ -84387,7 +84387,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84387
84387
|
return t.acceptToken(BL);
|
|
84388
84388
|
i && $X[i] && $X[i][n] ? t.acceptToken(J_, -1) : t.acceptToken(d1);
|
|
84389
84389
|
}
|
|
84390
|
-
}, { contextual: !0 }), cRe = new
|
|
84390
|
+
}, { contextual: !0 }), cRe = new Ei((t) => {
|
|
84391
84391
|
for (let e = 0, r = 0; ; r++) {
|
|
84392
84392
|
if (t.next < 0) {
|
|
84393
84393
|
r && t.acceptToken(PX);
|
|
@@ -84409,7 +84409,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84409
84409
|
return !0;
|
|
84410
84410
|
return !1;
|
|
84411
84411
|
}
|
|
84412
|
-
const dRe = new
|
|
84412
|
+
const dRe = new Ei((t, e) => {
|
|
84413
84413
|
if (t.next == _R && t.peek(1) == p1) {
|
|
84414
84414
|
let r = e.dialectEnabled(J5e) || uRe(e.context);
|
|
84415
84415
|
t.acceptToken(r ? I5e : kX, 2);
|
|
@@ -84418,7 +84418,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84418
84418
|
});
|
|
84419
84419
|
function kR(t, e, r) {
|
|
84420
84420
|
let n = 2 + t.length;
|
|
84421
|
-
return new
|
|
84421
|
+
return new Ei((i) => {
|
|
84422
84422
|
for (let a = 0, o = 0, s = 0; ; s++) {
|
|
84423
84423
|
if (i.next < 0) {
|
|
84424
84424
|
s && i.acceptToken(e);
|
|
@@ -84572,7 +84572,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84572
84572
|
function PRe(t) {
|
|
84573
84573
|
return t >= 48 && t <= 57;
|
|
84574
84574
|
}
|
|
84575
|
-
const $Re = new
|
|
84575
|
+
const $Re = new Ei((t, e) => {
|
|
84576
84576
|
for (let r = !1, n = 0, i = 0; ; i++) {
|
|
84577
84577
|
let { next: a } = t;
|
|
84578
84578
|
if (h1(a) || a == Ty || a == iF || r && PRe(a))
|
|
@@ -84582,12 +84582,12 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
84582
84582
|
break;
|
|
84583
84583
|
}
|
|
84584
84584
|
}
|
|
84585
|
-
}), QRe = new
|
|
84585
|
+
}), QRe = new Ei((t) => {
|
|
84586
84586
|
if (nF.includes(t.peek(-1))) {
|
|
84587
84587
|
let { next: e } = t;
|
|
84588
84588
|
(h1(e) || e == iF || e == _Re || e == xRe || e == SRe || e == vRe || e == Ty) && t.acceptToken(gRe);
|
|
84589
84589
|
}
|
|
84590
|
-
}), TRe = new
|
|
84590
|
+
}), TRe = new Ei((t) => {
|
|
84591
84591
|
if (!nF.includes(t.peek(-1))) {
|
|
84592
84592
|
let { next: e } = t;
|
|
84593
84593
|
if (e == kRe && (t.advance(), t.acceptToken(AX)), h1(e)) {
|
|
@@ -87906,20 +87906,20 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
87906
87906
|
d += p.length;
|
|
87907
87907
|
t.length += d, $F(t, c, u, s, l, n, 0, i, a);
|
|
87908
87908
|
}
|
|
87909
|
-
let
|
|
87910
|
-
const K2 = /* @__PURE__ */ /Edge\/(\d+)/.exec(
|
|
87909
|
+
let Wi = typeof navigator < "u" ? navigator : { userAgent: "", vendor: "", platform: "" }, H2 = typeof document < "u" ? document : { documentElement: { style: {} } };
|
|
87910
|
+
const K2 = /* @__PURE__ */ /Edge\/(\d+)/.exec(Wi.userAgent), TF = /* @__PURE__ */ /MSIE \d/.test(Wi.userAgent), J2 = /* @__PURE__ */ /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Wi.userAgent), hS = !!(TF || J2 || K2), BX = !hS && /* @__PURE__ */ /gecko\/(\d+)/i.test(Wi.userAgent), nk = !hS && /* @__PURE__ */ /Chrome\/(\d+)/.exec(Wi.userAgent), GX = "webkitFontSmoothing" in H2.documentElement.style, EF = !hS && /* @__PURE__ */ /Apple Computer/.test(Wi.vendor), HX = EF && (/* @__PURE__ */ /Mobile\/\w+/.test(Wi.userAgent) || Wi.maxTouchPoints > 2);
|
|
87911
87911
|
var at = {
|
|
87912
|
-
mac: HX || /* @__PURE__ */ /Mac/.test(
|
|
87913
|
-
windows: /* @__PURE__ */ /Win/.test(
|
|
87914
|
-
linux: /* @__PURE__ */ /Linux|X11/.test(
|
|
87912
|
+
mac: HX || /* @__PURE__ */ /Mac/.test(Wi.platform),
|
|
87913
|
+
windows: /* @__PURE__ */ /Win/.test(Wi.platform),
|
|
87914
|
+
linux: /* @__PURE__ */ /Linux|X11/.test(Wi.platform),
|
|
87915
87915
|
ie: hS,
|
|
87916
87916
|
ie_version: TF ? H2.documentMode || 6 : J2 ? +J2[1] : K2 ? +K2[1] : 0,
|
|
87917
87917
|
gecko: BX,
|
|
87918
|
-
gecko_version: BX ? +(/* @__PURE__ */ /Firefox\/(\d+)/.exec(
|
|
87918
|
+
gecko_version: BX ? +(/* @__PURE__ */ /Firefox\/(\d+)/.exec(Wi.userAgent) || [0, 0])[1] : 0,
|
|
87919
87919
|
chrome: !!nk,
|
|
87920
87920
|
chrome_version: nk ? +nk[1] : 0,
|
|
87921
87921
|
ios: HX,
|
|
87922
|
-
android: /* @__PURE__ */ /Android\b/.test(
|
|
87922
|
+
android: /* @__PURE__ */ /Android\b/.test(Wi.userAgent),
|
|
87923
87923
|
webkit: GX,
|
|
87924
87924
|
safari: EF,
|
|
87925
87925
|
webkit_version: GX ? +(/* @__PURE__ */ /\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0,
|
|
@@ -90436,7 +90436,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90436
90436
|
return a.updateHeight(n, 0);
|
|
90437
90437
|
}
|
|
90438
90438
|
static empty() {
|
|
90439
|
-
return new
|
|
90439
|
+
return new Mi(0, 0);
|
|
90440
90440
|
}
|
|
90441
90441
|
// nodes uses null values to indicate the position of line breaks.
|
|
90442
90442
|
// There are never line breaks at the start or end of the array, or
|
|
@@ -90488,7 +90488,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90488
90488
|
return `block(${this.length})`;
|
|
90489
90489
|
}
|
|
90490
90490
|
}
|
|
90491
|
-
class
|
|
90491
|
+
class Mi extends cB {
|
|
90492
90492
|
constructor(e, r) {
|
|
90493
90493
|
super(e, r, null), this.collapsed = 0, this.widgetHeight = 0, this.breaks = 0;
|
|
90494
90494
|
}
|
|
@@ -90497,7 +90497,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90497
90497
|
}
|
|
90498
90498
|
replace(e, r, n) {
|
|
90499
90499
|
let i = n[0];
|
|
90500
|
-
return n.length == 1 && (i instanceof
|
|
90500
|
+
return n.length == 1 && (i instanceof Mi || i instanceof kn && i.flags & 4) && Math.abs(this.length - i.length) < 10 ? (i instanceof kn ? i = new Mi(i.length, this.height) : i.height = this.height, this.outdated || (i.outdated = !1), i) : Oi.of(n);
|
|
90501
90501
|
}
|
|
90502
90502
|
updateHeight(e, r = 0, n = !1, i) {
|
|
90503
90503
|
return i && i.from <= r && i.more ? this.setHeight(e, i.heights[i.index++]) : (n || this.outdated) && this.setHeight(e, Math.max(this.widgetHeight, e.heightForLine(this.length - this.collapsed)) + this.breaks * e.lineHeight), this.outdated = !1, this;
|
|
@@ -90579,7 +90579,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90579
90579
|
o.length && o.push(null);
|
|
90580
90580
|
let d = i.heights[i.index++];
|
|
90581
90581
|
l == -1 ? l = d : Math.abs(d - l) >= Dy && (l = -2);
|
|
90582
|
-
let p = new
|
|
90582
|
+
let p = new Mi(u, d);
|
|
90583
90583
|
p.outdated = !1, o.push(p), s += u + 1;
|
|
90584
90584
|
}
|
|
90585
90585
|
s <= a && o.push(null, new kn(a - s).updateHeight(e, s));
|
|
@@ -90675,7 +90675,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90675
90675
|
span(e, r) {
|
|
90676
90676
|
if (this.lineStart > -1) {
|
|
90677
90677
|
let n = Math.min(r, this.lineEnd), i = this.nodes[this.nodes.length - 1];
|
|
90678
|
-
i instanceof
|
|
90678
|
+
i instanceof Mi ? i.length += n - this.pos : (n > this.pos || !this.isCovered) && this.nodes.push(new Mi(n - this.pos, -1)), this.writtenTo = n, r > n && (this.nodes.push(null), this.writtenTo++, this.lineStart = -1);
|
|
90679
90679
|
}
|
|
90680
90680
|
this.pos = r;
|
|
90681
90681
|
}
|
|
@@ -90693,7 +90693,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90693
90693
|
if (this.lineStart > -1)
|
|
90694
90694
|
return;
|
|
90695
90695
|
let { from: e, to: r } = this.oracle.doc.lineAt(this.pos);
|
|
90696
|
-
this.lineStart = e, this.lineEnd = r, this.writtenTo < e && ((this.writtenTo < e - 1 || this.nodes[this.nodes.length - 1] == null) && this.nodes.push(this.blankContent(this.writtenTo, e - 1)), this.nodes.push(null)), this.pos > e && this.nodes.push(new
|
|
90696
|
+
this.lineStart = e, this.lineEnd = r, this.writtenTo < e && ((this.writtenTo < e - 1 || this.nodes[this.nodes.length - 1] == null) && this.nodes.push(this.blankContent(this.writtenTo, e - 1)), this.nodes.push(null)), this.pos > e && this.nodes.push(new Mi(this.pos - e, -1)), this.writtenTo = this.pos;
|
|
90697
90697
|
}
|
|
90698
90698
|
blankContent(e, r) {
|
|
90699
90699
|
let n = new kn(r - e);
|
|
@@ -90702,9 +90702,9 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90702
90702
|
ensureLine() {
|
|
90703
90703
|
this.enterLine();
|
|
90704
90704
|
let e = this.nodes.length ? this.nodes[this.nodes.length - 1] : null;
|
|
90705
|
-
if (e instanceof
|
|
90705
|
+
if (e instanceof Mi)
|
|
90706
90706
|
return e;
|
|
90707
|
-
let r = new
|
|
90707
|
+
let r = new Mi(0, -1);
|
|
90708
90708
|
return this.nodes.push(r), r;
|
|
90709
90709
|
}
|
|
90710
90710
|
addBlock(e) {
|
|
@@ -90718,10 +90718,10 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
90718
90718
|
}
|
|
90719
90719
|
finish(e) {
|
|
90720
90720
|
let r = this.nodes.length == 0 ? null : this.nodes[this.nodes.length - 1];
|
|
90721
|
-
this.lineStart > -1 && !(r instanceof
|
|
90721
|
+
this.lineStart > -1 && !(r instanceof Mi) && !this.isCovered ? this.nodes.push(new Mi(0, -1)) : (this.writtenTo < this.pos || r == null) && this.nodes.push(this.blankContent(this.writtenTo, this.pos));
|
|
90722
90722
|
let n = e;
|
|
90723
90723
|
for (let i of this.nodes)
|
|
90724
|
-
i instanceof
|
|
90724
|
+
i instanceof Mi && i.updateHeight(this.oracle, n), n += i ? i.length : 1;
|
|
90725
90725
|
return this.nodes;
|
|
90726
90726
|
}
|
|
90727
90727
|
// Always called with a region that on both sides either stretches
|
|
@@ -93005,7 +93005,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93005
93005
|
*/
|
|
93006
93006
|
constructor(e, r, n = [], i = "") {
|
|
93007
93007
|
this.data = e, this.name = i, Jt.prototype.hasOwnProperty("tree") || Object.defineProperty(Jt.prototype, "tree", { get() {
|
|
93008
|
-
return
|
|
93008
|
+
return Hi(this);
|
|
93009
93009
|
} }), this.parser = r, this.extension = [
|
|
93010
93010
|
Eh.of(this),
|
|
93011
93011
|
Jt.languageData.of((a, o, s) => {
|
|
@@ -93067,7 +93067,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93067
93067
|
c instanceof Gt && i(c, a.positions[l] + o);
|
|
93068
93068
|
}
|
|
93069
93069
|
};
|
|
93070
|
-
return i(
|
|
93070
|
+
return i(Hi(e), 0), n;
|
|
93071
93071
|
}
|
|
93072
93072
|
/**
|
|
93073
93073
|
Indicates whether this language allows nested languages. The
|
|
@@ -93079,7 +93079,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93079
93079
|
}
|
|
93080
93080
|
fa.setState = /* @__PURE__ */ Ar.define();
|
|
93081
93081
|
function CN(t, e, r) {
|
|
93082
|
-
let n = t.facet(Eh), i =
|
|
93082
|
+
let n = t.facet(Eh), i = Hi(t).topNode;
|
|
93083
93083
|
if (!n || n.allowsNesting)
|
|
93084
93084
|
for (let a = i; a; a = a.enter(e, r, dr.ExcludeBuffers))
|
|
93085
93085
|
a.type.isTop && (i = a);
|
|
@@ -93109,7 +93109,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93109
93109
|
return this.parser.hasWrappers();
|
|
93110
93110
|
}
|
|
93111
93111
|
}
|
|
93112
|
-
function
|
|
93112
|
+
function Hi(t) {
|
|
93113
93113
|
let e = t.field(fa.state, !1);
|
|
93114
93114
|
return e ? e.tree : Gt.empty;
|
|
93115
93115
|
}
|
|
@@ -93497,10 +93497,10 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93497
93497
|
}
|
|
93498
93498
|
class G3e {
|
|
93499
93499
|
constructor(e) {
|
|
93500
|
-
this.markCache = /* @__PURE__ */ Object.create(null), this.tree =
|
|
93500
|
+
this.markCache = /* @__PURE__ */ Object.create(null), this.tree = Hi(e.state), this.decorations = this.buildDeco(e, fk(e.state));
|
|
93501
93501
|
}
|
|
93502
93502
|
update(e) {
|
|
93503
|
-
let r =
|
|
93503
|
+
let r = Hi(e.state), n = fk(e.state), i = n != fk(e.startState);
|
|
93504
93504
|
r.length < e.view.viewport.to && !i && r.type == this.tree.type ? this.decorations = this.decorations.map(e.changes) : (r != this.tree || e.viewportChanged || i) && (this.tree = r, this.decorations = this.buildDeco(e.view, n));
|
|
93505
93505
|
}
|
|
93506
93506
|
buildDeco(e, r) {
|
|
@@ -93688,7 +93688,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
93688
93688
|
return new Un(e);
|
|
93689
93689
|
}
|
|
93690
93690
|
getIndent(e, r) {
|
|
93691
|
-
let n =
|
|
93691
|
+
let n = Hi(e.state), i = n.resolve(r);
|
|
93692
93692
|
for (; i && i.type != this.topNode; )
|
|
93693
93693
|
i = i.parent;
|
|
93694
93694
|
if (!i)
|
|
@@ -94658,7 +94658,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
94658
94658
|
}
|
|
94659
94659
|
}
|
|
94660
94660
|
const dAe = (t) => (e) => {
|
|
94661
|
-
let { state: r, pos: n } = e, i =
|
|
94661
|
+
let { state: r, pos: n } = e, i = Hi(r).resolveInner(n, -1), a = i.type.isError && i.from == i.to - 1 && r.doc.sliceString(i.from, i.to) == "-";
|
|
94662
94662
|
if (i.name == "PropertyName" || (a || i.name == "TagName") && /^(Block|Styles)$/.test(i.resolve(i.to).name))
|
|
94663
94663
|
return { from: i.from, options: gk(), validFor: Pl };
|
|
94664
94664
|
if (i.name == "ValueName")
|
|
@@ -94734,13 +94734,13 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
94734
94734
|
return e == yAe || e == vAe || e == gAe ? t : e == bAe;
|
|
94735
94735
|
},
|
|
94736
94736
|
strict: !1
|
|
94737
|
-
}), $Ae = new
|
|
94737
|
+
}), $Ae = new Ei((t, e) => {
|
|
94738
94738
|
let { next: r } = t;
|
|
94739
94739
|
(r == PB || r == -1 || e.context) && t.acceptToken(OAe);
|
|
94740
|
-
}, { contextual: !0, fallback: !0 }), QAe = new
|
|
94740
|
+
}, { contextual: !0, fallback: !0 }), QAe = new Ei((t, e) => {
|
|
94741
94741
|
let { next: r } = t, n;
|
|
94742
94742
|
wAe.indexOf(r) > -1 || r == ZN && ((n = t.peek(1)) == ZN || n == xAe) || r != PB && r != SAe && r != -1 && !e.context && t.acceptToken(fAe);
|
|
94743
|
-
}, { contextual: !0 }), TAe = new
|
|
94743
|
+
}, { contextual: !0 }), TAe = new Ei((t, e) => {
|
|
94744
94744
|
let { next: r } = t;
|
|
94745
94745
|
if ((r == _Ae || r == kAe) && (t.advance(), r == t.next)) {
|
|
94746
94746
|
t.advance();
|
|
@@ -94850,7 +94850,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
94850
94850
|
}
|
|
94851
94851
|
function QB(t, e) {
|
|
94852
94852
|
return (r) => {
|
|
94853
|
-
for (let n =
|
|
94853
|
+
for (let n = Hi(r.state).resolveInner(r.pos, -1); n; n = n.parent) {
|
|
94854
94854
|
if (t.indexOf(n.name) > -1)
|
|
94855
94855
|
return null;
|
|
94856
94856
|
if (n.type.isTop)
|
|
@@ -95297,7 +95297,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95297
95297
|
"?."
|
|
95298
95298
|
];
|
|
95299
95299
|
function KAe(t) {
|
|
95300
|
-
let e =
|
|
95300
|
+
let e = Hi(t.state).resolveInner(t.pos, -1);
|
|
95301
95301
|
if (qB.indexOf(e.name) > -1)
|
|
95302
95302
|
return null;
|
|
95303
95303
|
let r = e.name == "VariableName" || e.to - e.from < 20 && WN.test(t.state.sliceDoc(e.from, e.to));
|
|
@@ -95398,7 +95398,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95398
95398
|
return !1;
|
|
95399
95399
|
let a = i(), { state: o } = a, s = o.changeByRange((l) => {
|
|
95400
95400
|
var c;
|
|
95401
|
-
let { head: u } = l, d =
|
|
95401
|
+
let { head: u } = l, d = Hi(o).resolveInner(u - 1, -1), p;
|
|
95402
95402
|
if (d.name == "JSXStartTag" && (d = d.parent), !(o.doc.sliceString(u - 1, u) != n || d.name == "JSXAttributeValue" && d.to > u)) {
|
|
95403
95403
|
if (n == ">" && d.name == "JSXFragmentTag")
|
|
95404
95404
|
return { range: l, changes: { from: u, insert: "</>" } };
|
|
@@ -95420,7 +95420,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95420
95420
|
a,
|
|
95421
95421
|
o.update(s, { userEvent: "input.complete", scrollIntoView: !0 })
|
|
95422
95422
|
]), !0);
|
|
95423
|
-
}), Hf = ["_blank", "_self", "_top", "_parent"], bk = ["ascii", "utf-8", "utf-16", "latin1", "latin1"], yk = ["get", "post", "put", "delete"], vk = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"],
|
|
95423
|
+
}), Hf = ["_blank", "_self", "_top", "_parent"], bk = ["ascii", "utf-8", "utf-16", "latin1", "latin1"], yk = ["get", "post", "put", "delete"], vk = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"], Xi = ["true", "false"], et = {}, n4e = {
|
|
95424
95424
|
a: {
|
|
95425
95425
|
attrs: {
|
|
95426
95426
|
href: null,
|
|
@@ -95781,7 +95781,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95781
95781
|
}, ZB = {
|
|
95782
95782
|
accesskey: null,
|
|
95783
95783
|
class: null,
|
|
95784
|
-
contenteditable:
|
|
95784
|
+
contenteditable: Xi,
|
|
95785
95785
|
contextmenu: null,
|
|
95786
95786
|
dir: ["ltr", "rtl", "auto"],
|
|
95787
95787
|
draggable: ["true", "false", "auto"],
|
|
@@ -95795,9 +95795,9 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95795
95795
|
itemscope: ["itemscope"],
|
|
95796
95796
|
itemtype: null,
|
|
95797
95797
|
lang: ["ar", "bn", "de", "en-GB", "en-US", "es", "fr", "hi", "id", "ja", "pa", "pt", "ru", "tr", "zh"],
|
|
95798
|
-
spellcheck:
|
|
95799
|
-
autocorrect:
|
|
95800
|
-
autocapitalize:
|
|
95798
|
+
spellcheck: Xi,
|
|
95799
|
+
autocorrect: Xi,
|
|
95800
|
+
autocapitalize: Xi,
|
|
95801
95801
|
style: null,
|
|
95802
95802
|
tabindex: null,
|
|
95803
95803
|
title: null,
|
|
@@ -95805,32 +95805,32 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95805
95805
|
rel: ["stylesheet", "alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch", "prev", "search", "tag"],
|
|
95806
95806
|
role: /* @__PURE__ */ "alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),
|
|
95807
95807
|
"aria-activedescendant": null,
|
|
95808
|
-
"aria-atomic":
|
|
95808
|
+
"aria-atomic": Xi,
|
|
95809
95809
|
"aria-autocomplete": ["inline", "list", "both", "none"],
|
|
95810
|
-
"aria-busy":
|
|
95810
|
+
"aria-busy": Xi,
|
|
95811
95811
|
"aria-checked": ["true", "false", "mixed", "undefined"],
|
|
95812
95812
|
"aria-controls": null,
|
|
95813
95813
|
"aria-describedby": null,
|
|
95814
|
-
"aria-disabled":
|
|
95814
|
+
"aria-disabled": Xi,
|
|
95815
95815
|
"aria-dropeffect": null,
|
|
95816
95816
|
"aria-expanded": ["true", "false", "undefined"],
|
|
95817
95817
|
"aria-flowto": null,
|
|
95818
95818
|
"aria-grabbed": ["true", "false", "undefined"],
|
|
95819
|
-
"aria-haspopup":
|
|
95820
|
-
"aria-hidden":
|
|
95819
|
+
"aria-haspopup": Xi,
|
|
95820
|
+
"aria-hidden": Xi,
|
|
95821
95821
|
"aria-invalid": ["true", "false", "grammar", "spelling"],
|
|
95822
95822
|
"aria-label": null,
|
|
95823
95823
|
"aria-labelledby": null,
|
|
95824
95824
|
"aria-level": null,
|
|
95825
95825
|
"aria-live": ["off", "polite", "assertive"],
|
|
95826
|
-
"aria-multiline":
|
|
95827
|
-
"aria-multiselectable":
|
|
95826
|
+
"aria-multiline": Xi,
|
|
95827
|
+
"aria-multiselectable": Xi,
|
|
95828
95828
|
"aria-owns": null,
|
|
95829
95829
|
"aria-posinset": null,
|
|
95830
95830
|
"aria-pressed": ["true", "false", "mixed", "undefined"],
|
|
95831
|
-
"aria-readonly":
|
|
95831
|
+
"aria-readonly": Xi,
|
|
95832
95832
|
"aria-relevant": null,
|
|
95833
|
-
"aria-required":
|
|
95833
|
+
"aria-required": Xi,
|
|
95834
95834
|
"aria-selected": ["true", "false", "undefined"],
|
|
95835
95835
|
"aria-setsize": null,
|
|
95836
95836
|
"aria-sort": ["ascending", "descending", "none", "other"],
|
|
@@ -95936,7 +95936,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
95936
95936
|
return { from: n, to: i, options: s, validFor: l };
|
|
95937
95937
|
}
|
|
95938
95938
|
function s4e(t, e) {
|
|
95939
|
-
let { state: r, pos: n } = e, i =
|
|
95939
|
+
let { state: r, pos: n } = e, i = Hi(r).resolveInner(n, -1), a = i.resolve(n);
|
|
95940
95940
|
for (let o = n, s; a == i && (s = i.childBefore(o)); ) {
|
|
95941
95941
|
let l = s.lastChild;
|
|
95942
95942
|
if (!l || !l.type.isError || l.from < l.to)
|
|
@@ -96049,7 +96049,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96049
96049
|
return !1;
|
|
96050
96050
|
let a = i(), { state: o } = a, s = o.changeByRange((l) => {
|
|
96051
96051
|
var c, u, d;
|
|
96052
|
-
let p = o.doc.sliceString(l.from - 1, l.to) == n, { head: h } = l, f =
|
|
96052
|
+
let p = o.doc.sliceString(l.from - 1, l.to) == n, { head: h } = l, f = Hi(o).resolveInner(h - 1, -1), m;
|
|
96053
96053
|
if ((f.name == "TagName" || f.name == "StartTag") && (f = f.parent), p && n == ">" && f.name == "OpenTag") {
|
|
96054
96054
|
if (((u = (c = f.parent) === null || c === void 0 ? void 0 : c.lastChild) === null || u === void 0 ? void 0 : u.name) != "CloseTag" && (m = Rh(o.doc, f.parent, h)) && !BN.has(m)) {
|
|
96055
96055
|
let O = h + (o.doc.sliceString(h, h + 1) === ">" ? 1 : 0), y = `</${m}>`;
|
|
@@ -96231,7 +96231,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96231
96231
|
function wk(t) {
|
|
96232
96232
|
return t == ig || t == ag;
|
|
96233
96233
|
}
|
|
96234
|
-
const sqe = new
|
|
96234
|
+
const sqe = new Ei((t, e) => {
|
|
96235
96235
|
let r;
|
|
96236
96236
|
if (t.next < 0)
|
|
96237
96237
|
t.acceptToken(_4e);
|
|
@@ -96244,7 +96244,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96244
96244
|
(t.next == ig || t.next == ag || t.next == YR) && t.acceptToken(GN, -n);
|
|
96245
96245
|
} else
|
|
96246
96246
|
wk(t.next) && t.acceptToken(S4e, 1);
|
|
96247
|
-
}, { contextual: !0 }), lqe = new
|
|
96247
|
+
}, { contextual: !0 }), lqe = new Ei((t, e) => {
|
|
96248
96248
|
let r = e.context.depth;
|
|
96249
96249
|
if (r < 0)
|
|
96250
96250
|
return;
|
|
@@ -96284,7 +96284,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96284
96284
|
hash(t) {
|
|
96285
96285
|
return t.hash;
|
|
96286
96286
|
}
|
|
96287
|
-
}), pqe = new
|
|
96287
|
+
}), pqe = new Ei((t) => {
|
|
96288
96288
|
for (let e = 0; e < 5; e++) {
|
|
96289
96289
|
if (t.next != "print".charCodeAt(e))
|
|
96290
96290
|
return;
|
|
@@ -96300,7 +96300,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96300
96300
|
}
|
|
96301
96301
|
});
|
|
96302
96302
|
function yS(t, e, r, n, i) {
|
|
96303
|
-
return new
|
|
96303
|
+
return new Ei((a) => {
|
|
96304
96304
|
let o = a.pos;
|
|
96305
96305
|
for (; !(a.next < 0); )
|
|
96306
96306
|
if (a.next == HN)
|
|
@@ -96452,7 +96452,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96452
96452
|
}
|
|
96453
96453
|
const JN = /^[\w\xa1-\uffff][\w\d\xa1-\uffff]*$/, eG = ["String", "FormatString", "Comment", "PropertyName"];
|
|
96454
96454
|
function wqe(t) {
|
|
96455
|
-
let e =
|
|
96455
|
+
let e = Hi(t.state).resolveInner(t.pos, -1);
|
|
96456
96456
|
if (eG.indexOf(e.name) > -1)
|
|
96457
96457
|
return null;
|
|
96458
96458
|
let r = e.name == "VariableName" || e.to - e.from < 20 && JN.test(t.state.sliceDoc(e.from, e.to));
|
|
@@ -96769,7 +96769,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96769
96769
|
t = t.prev;
|
|
96770
96770
|
}
|
|
96771
96771
|
}
|
|
96772
|
-
function
|
|
96772
|
+
function Ji(t) {
|
|
96773
96773
|
var e = t.statementIndentUnit, r = t.dontAlignCalls, n = t.keywords || {}, i = t.types || {}, a = t.builtin || {}, o = t.blockKeywords || {}, s = t.defKeywords || {}, l = t.atoms || {}, c = t.hooks || {}, u = t.multiLineStrings, d = t.indentStatements !== !1, p = t.indentSwitch !== !1, h = t.namespaceSeparator, f = t.isPunctuationChar || /[\[\]{}\(\),;\:\.]/, m = t.numberStart || /[\d\.]/, O = t.number || /^(?:0x[a-f\d]+|0b[01]+|(?:\d+\.?\d*|\.\d+)(?:e[-+]?\d+)?)(u|ll?|l|f)?/i, y = t.isOperatorChar || /[+\-*&%=<>!?|\/]/, w = t.isIdentifierChar || /[\w\$_\xa1-\uffff]/, S = t.isReservedIdentifier || !1, x, P;
|
|
96774
96774
|
function _(T, Y) {
|
|
96775
96775
|
var I = T.next();
|
|
@@ -96963,7 +96963,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96963
96963
|
var r = e.cpp11RawStringDelim.replace(/[^\w\s]/g, "\\$&"), n = t.match(new RegExp(".*?\\)" + r + '"'));
|
|
96964
96964
|
return n ? e.tokenize = null : t.skipToEnd(), "string";
|
|
96965
96965
|
}
|
|
96966
|
-
const Qqe =
|
|
96966
|
+
const Qqe = Ji({
|
|
96967
96967
|
name: "c",
|
|
96968
96968
|
keywords: Ge(r0),
|
|
96969
96969
|
types: n0,
|
|
@@ -96977,7 +96977,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
96977
96977
|
"*": wS
|
|
96978
96978
|
}
|
|
96979
96979
|
});
|
|
96980
|
-
|
|
96980
|
+
Ji({
|
|
96981
96981
|
name: "cpp",
|
|
96982
96982
|
keywords: Ge(r0 + " " + tG),
|
|
96983
96983
|
types: n0,
|
|
@@ -97012,7 +97012,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97012
97012
|
},
|
|
97013
97013
|
namespaceSeparator: "::"
|
|
97014
97014
|
});
|
|
97015
|
-
|
|
97015
|
+
Ji({
|
|
97016
97016
|
name: "java",
|
|
97017
97017
|
keywords: Ge("abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while @interface"),
|
|
97018
97018
|
types: Ge("var byte short int long float double boolean char void Boolean Byte Character Double Float Integer Long Number Object Short String StringBuffer StringBuilder Void"),
|
|
@@ -97030,7 +97030,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97030
97030
|
}
|
|
97031
97031
|
}
|
|
97032
97032
|
});
|
|
97033
|
-
const Tqe =
|
|
97033
|
+
const Tqe = Ji({
|
|
97034
97034
|
name: "csharp",
|
|
97035
97035
|
keywords: Ge("abstract as async await base break case catch checked class const continue default delegate do else enum event explicit extern finally fixed for foreach goto if implicit in init interface internal is lock namespace new operator out override params private protected public readonly record ref required return sealed sizeof stackalloc static struct switch this throw try typeof unchecked unsafe using virtual void volatile while add alias ascending descending dynamic from get global group into join let orderby partial remove select set value var yield"),
|
|
97036
97036
|
types: Ge("Action Boolean Byte Char DateTime DateTimeOffset Decimal Double Func Guid Int16 Int32 Int64 Object SByte Single String Task TimeSpan UInt16 UInt32 UInt64 bool byte char decimal double short int long object sbyte float string ushort uint ulong"),
|
|
@@ -97068,7 +97068,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97068
97068
|
return "comment";
|
|
97069
97069
|
};
|
|
97070
97070
|
}
|
|
97071
|
-
|
|
97071
|
+
Ji({
|
|
97072
97072
|
name: "scala",
|
|
97073
97073
|
keywords: Ge(
|
|
97074
97074
|
/* scala */
|
|
@@ -97122,7 +97122,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97122
97122
|
return (a || !t) && (r.tokenize = null), "string";
|
|
97123
97123
|
};
|
|
97124
97124
|
}
|
|
97125
|
-
const Rqe =
|
|
97125
|
+
const Rqe = Ji({
|
|
97126
97126
|
name: "kotlin",
|
|
97127
97127
|
keywords: Ge(
|
|
97128
97128
|
/*keywords*/
|
|
@@ -97166,7 +97166,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97166
97166
|
closeBrackets: { brackets: ["(", "[", "{", "'", '"', '"""'] }
|
|
97167
97167
|
}
|
|
97168
97168
|
});
|
|
97169
|
-
|
|
97169
|
+
Ji({
|
|
97170
97170
|
name: "shader",
|
|
97171
97171
|
keywords: Ge("sampler1D sampler2D sampler3D samplerCube sampler1DShadow sampler2DShadow const attribute uniform varying break continue discard return for while do if else struct in out inout"),
|
|
97172
97172
|
types: Ge("float int bool void vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 mat2 mat3 mat4"),
|
|
@@ -97176,7 +97176,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97176
97176
|
indentSwitch: !1,
|
|
97177
97177
|
hooks: { "#": qc }
|
|
97178
97178
|
});
|
|
97179
|
-
|
|
97179
|
+
Ji({
|
|
97180
97180
|
name: "nesc",
|
|
97181
97181
|
keywords: Ge(r0 + " as atomic async call command component components configuration event generic implementation includes interface module new norace nx_struct nx_union post provides signal task uses abstract extends"),
|
|
97182
97182
|
types: n0,
|
|
@@ -97184,7 +97184,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97184
97184
|
atoms: Ge("null true false"),
|
|
97185
97185
|
hooks: { "#": qc }
|
|
97186
97186
|
});
|
|
97187
|
-
const Cqe =
|
|
97187
|
+
const Cqe = Ji({
|
|
97188
97188
|
name: "objectivec",
|
|
97189
97189
|
keywords: Ge(r0 + " " + rG),
|
|
97190
97190
|
types: iG,
|
|
@@ -97200,7 +97200,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97200
97200
|
"*": wS
|
|
97201
97201
|
}
|
|
97202
97202
|
});
|
|
97203
|
-
|
|
97203
|
+
Ji({
|
|
97204
97204
|
name: "objectivecpp",
|
|
97205
97205
|
keywords: Ge(r0 + " " + rG + " " + tG),
|
|
97206
97206
|
types: iG,
|
|
@@ -97235,7 +97235,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97235
97235
|
},
|
|
97236
97236
|
namespaceSeparator: "::"
|
|
97237
97237
|
});
|
|
97238
|
-
|
|
97238
|
+
Ji({
|
|
97239
97239
|
name: "squirrel",
|
|
97240
97240
|
keywords: Ge("base break clone continue const default delete enum extends function in class foreach local resume return this throw typeof yield constructor instanceof static"),
|
|
97241
97241
|
types: n0,
|
|
@@ -97262,7 +97262,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97262
97262
|
return a && (r.tokenize = null), "string";
|
|
97263
97263
|
};
|
|
97264
97264
|
}
|
|
97265
|
-
|
|
97265
|
+
Ji({
|
|
97266
97266
|
name: "ceylon",
|
|
97267
97267
|
keywords: Ge("abstracts alias assembly assert assign break case catch class continue dynamic else exists extends finally for function given if import in interface is let module new nonempty object of out outer package return satisfies super switch then this throw try value void while"),
|
|
97268
97268
|
types: function(t) {
|
|
@@ -97340,7 +97340,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
97340
97340
|
function Xqe(t, e) {
|
|
97341
97341
|
return t.eatWhile(/[\w_]/), e.tokenize = lG(e), "variable";
|
|
97342
97342
|
}
|
|
97343
|
-
|
|
97343
|
+
Ji({
|
|
97344
97344
|
name: "dart",
|
|
97345
97345
|
keywords: Ge("this super static final const abstract class extends external factory implements mixin get native set typedef with enum throw rethrow assert break case continue default in return new deferred async await covariant try catch finally do else for if switch while import library export part of show hide is as extension on yield late required sealed base interface when inline"),
|
|
97346
97346
|
blockKeywords: Ge("try catch finally do else for if switch while"),
|
|
@@ -99899,7 +99899,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
99899
99899
|
]
|
|
99900
99900
|
}), Tk = ye(!1), pDe = (t) => {
|
|
99901
99901
|
const { extensions: e, content: r, forceDarkMode: n, forceLightMode: i, withoutTheme: a } = t, o = ye(r ?? ""), s = ye(null), l = ye(null);
|
|
99902
|
-
|
|
99902
|
+
ht(s, () => {
|
|
99903
99903
|
p(), c(e);
|
|
99904
99904
|
});
|
|
99905
99905
|
const c = (m) => {
|
|
@@ -99934,7 +99934,7 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
99934
99934
|
u()
|
|
99935
99935
|
].filter((y) => y !== null), m];
|
|
99936
99936
|
};
|
|
99937
|
-
|
|
99937
|
+
ht(Tk, () => {
|
|
99938
99938
|
const { extensions: m } = t;
|
|
99939
99939
|
n || f(m);
|
|
99940
99940
|
});
|
|
@@ -100094,18 +100094,18 @@ Downloads a flow in .tfl or .tflx format.`,
|
|
|
100094
100094
|
withoutTheme: n.withoutTheme,
|
|
100095
100095
|
forceDarkMode: n.forceDarkMode
|
|
100096
100096
|
});
|
|
100097
|
-
return
|
|
100097
|
+
return ht(
|
|
100098
100098
|
() => n.content,
|
|
100099
100099
|
() => {
|
|
100100
100100
|
var d;
|
|
100101
100101
|
(d = n.content) != null && d.length && l(n.content);
|
|
100102
100102
|
}
|
|
100103
|
-
),
|
|
100103
|
+
), ht(
|
|
100104
100104
|
() => n.name,
|
|
100105
100105
|
() => {
|
|
100106
100106
|
u(o());
|
|
100107
100107
|
}
|
|
100108
|
-
),
|
|
100108
|
+
), ht(
|
|
100109
100109
|
[
|
|
100110
100110
|
() => n.disableEnter,
|
|
100111
100111
|
() => n.forceDarkMode,
|
|
@@ -101709,7 +101709,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
101709
101709
|
function EXe(t, e, r) {
|
|
101710
101710
|
return e && G6(t.prototype, e), r && G6(t, r), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
101711
101711
|
}
|
|
101712
|
-
var
|
|
101712
|
+
var Bi = /* @__PURE__ */ function() {
|
|
101713
101713
|
function t() {
|
|
101714
101714
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = r.polyfill;
|
|
101715
101715
|
TXe(this, t), typeof e == "string" && (e = [e]), this.locale = VDe(e.concat(t.getDefaultLocale()), mp), typeof Intl < "u" && Intl.NumberFormat && (this.numberFormat = new Intl.NumberFormat(this.locale)), n === !1 ? (this.IntlRelativeTimeFormat = Intl.RelativeTimeFormat, this.IntlPluralRules = Intl.PluralRules) : (this.IntlRelativeTimeFormat = xc, this.IntlPluralRules = xc.PluralRules), this.relativeTimeFormatCache = new T6(), this.pluralRulesCache = new T6();
|
|
@@ -101912,23 +101912,23 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
101912
101912
|
}
|
|
101913
101913
|
}]), t;
|
|
101914
101914
|
}(), ZG = "en";
|
|
101915
|
-
|
|
101915
|
+
Bi.getDefaultLocale = function() {
|
|
101916
101916
|
return ZG;
|
|
101917
101917
|
};
|
|
101918
|
-
|
|
101918
|
+
Bi.setDefaultLocale = function(t) {
|
|
101919
101919
|
return ZG = t;
|
|
101920
101920
|
};
|
|
101921
|
-
|
|
101921
|
+
Bi.addDefaultLocale = function(t) {
|
|
101922
101922
|
if (H6)
|
|
101923
101923
|
return console.error("[javascript-time-ago] `TimeAgo.addDefaultLocale()` can only be called once. To add other locales, use `TimeAgo.addLocale()`.");
|
|
101924
|
-
H6 = !0,
|
|
101924
|
+
H6 = !0, Bi.setDefaultLocale(t.locale), Bi.addLocale(t);
|
|
101925
101925
|
};
|
|
101926
101926
|
var H6;
|
|
101927
|
-
|
|
101927
|
+
Bi.addLocale = function(t) {
|
|
101928
101928
|
NG(t), xc.addLocale(t);
|
|
101929
101929
|
};
|
|
101930
|
-
|
|
101931
|
-
|
|
101930
|
+
Bi.locale = Bi.addLocale;
|
|
101931
|
+
Bi.addLabels = function(t, e, r) {
|
|
101932
101932
|
var n = mp(t);
|
|
101933
101933
|
n || (NG({
|
|
101934
101934
|
locale: t
|
|
@@ -104765,8 +104765,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
104765
104765
|
history: {}
|
|
104766
104766
|
},
|
|
104767
104767
|
setup(t) {
|
|
104768
|
-
|
|
104769
|
-
const e = new
|
|
104768
|
+
Bi.addLocale(MG);
|
|
104769
|
+
const e = new Bi("en-US"), { requestHistory: r, activeRequestId: n, setActiveResponse: i } = Ti(), a = (o) => {
|
|
104770
104770
|
var s;
|
|
104771
104771
|
return (s = o == null ? void 0 : o.headers) != null && s["X-API-Client-Content-Length"] ? R1(
|
|
104772
104772
|
parseFloat(o.headers["X-API-Client-Content-Length"])
|
|
@@ -104804,7 +104804,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
104804
104804
|
__name: "RequestHistory",
|
|
104805
104805
|
emits: ["toggle"],
|
|
104806
104806
|
setup(t) {
|
|
104807
|
-
const { requestHistoryOrder: e } =
|
|
104807
|
+
const { requestHistoryOrder: e } = Ti();
|
|
104808
104808
|
return (r, n) => (X(), ne("div", x6e, [
|
|
104809
104809
|
U("div", _6e, [
|
|
104810
104810
|
U("div", k6e, [
|
|
@@ -104916,8 +104916,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
104916
104916
|
emits: ["onSend"],
|
|
104917
104917
|
setup(t, { emit: e }) {
|
|
104918
104918
|
const r = t;
|
|
104919
|
-
|
|
104920
|
-
const n = new
|
|
104919
|
+
Bi.addLocale(MG);
|
|
104920
|
+
const n = new Bi("en-US"), i = ye(!1), a = ye(!1), {
|
|
104921
104921
|
activeRequest: o,
|
|
104922
104922
|
addRequestToHistory: s,
|
|
104923
104923
|
requestHistory: l,
|
|
@@ -104925,7 +104925,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
104925
104925
|
readOnly: u,
|
|
104926
104926
|
setActiveRequest: d,
|
|
104927
104927
|
authState: p
|
|
104928
|
-
} =
|
|
104928
|
+
} = Ti(), h = $G(), f = Se(() => o.url), m = Se(() => o.type), O = Se(() => o.path), y = Se(() => `${f.value}${O.value}`);
|
|
104929
104929
|
async function w() {
|
|
104930
104930
|
const _ = YXe({
|
|
104931
104931
|
request: { ...o },
|
|
@@ -105086,7 +105086,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105086
105086
|
], -1), E7e = { class: "input" }, R7e = /* @__PURE__ */ U("label", { for: "Username" }, "Token", -1), C7e = { class: "check" }, A7e = /* @__PURE__ */ U("span", { class: "checkmark" }, null, -1), q7e = /* @__PURE__ */ U("p", null, "Enabled", -1), D7e = /* @__PURE__ */ $e({
|
|
105087
105087
|
__name: "RequestAuth",
|
|
105088
105088
|
setup(t) {
|
|
105089
|
-
const e =
|
|
105089
|
+
const e = Ti(), { authState: r } = e, n = {
|
|
105090
105090
|
basic: "Basic Auth",
|
|
105091
105091
|
digest: "Digest Auth",
|
|
105092
105092
|
oauthOne: "OAuth 1.0",
|
|
@@ -105490,7 +105490,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105490
105490
|
formData: {}
|
|
105491
105491
|
},
|
|
105492
105492
|
setup(t) {
|
|
105493
|
-
const { activeRequest: e, setActiveRequest: r } =
|
|
105493
|
+
const { activeRequest: e, setActiveRequest: r } = Ti(), n = (i) => {
|
|
105494
105494
|
e.body !== i && r({
|
|
105495
105495
|
...e,
|
|
105496
105496
|
body: i
|
|
@@ -105537,7 +105537,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105537
105537
|
cookies: {}
|
|
105538
105538
|
},
|
|
105539
105539
|
setup(t) {
|
|
105540
|
-
const { activeRequest: e } =
|
|
105540
|
+
const { activeRequest: e } = Ti();
|
|
105541
105541
|
function r(i) {
|
|
105542
105542
|
var a;
|
|
105543
105543
|
(a = e.cookies) == null || a.splice(i, 1);
|
|
@@ -105593,7 +105593,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105593
105593
|
headers: {}
|
|
105594
105594
|
},
|
|
105595
105595
|
setup(t) {
|
|
105596
|
-
const { activeRequest: e } =
|
|
105596
|
+
const { activeRequest: e } = Ti();
|
|
105597
105597
|
function r(i) {
|
|
105598
105598
|
var a;
|
|
105599
105599
|
(a = e.headers) == null || a.splice(i, 1);
|
|
@@ -105649,7 +105649,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105649
105649
|
queries: {}
|
|
105650
105650
|
},
|
|
105651
105651
|
setup(t) {
|
|
105652
|
-
const { activeRequest: e } =
|
|
105652
|
+
const { activeRequest: e } = Ti();
|
|
105653
105653
|
function r(i) {
|
|
105654
105654
|
var a;
|
|
105655
105655
|
(a = e.query) == null || a.splice(i, 1);
|
|
@@ -105705,7 +105705,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105705
105705
|
variables: {}
|
|
105706
105706
|
},
|
|
105707
105707
|
setup(t) {
|
|
105708
|
-
const { activeRequest: e } =
|
|
105708
|
+
const { activeRequest: e } = Ti();
|
|
105709
105709
|
function r(i) {
|
|
105710
105710
|
var a;
|
|
105711
105711
|
(a = e.parameters) == null || a.splice(i, 1);
|
|
@@ -105739,7 +105739,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
105739
105739
|
}), SUe = { class: "scalar-api-client__main__left custom-scroll" }, xUe = { class: "scalar-api-client__main__content" }, _Ue = /* @__PURE__ */ U("label", null, "Request", -1), kUe = { class: "meta" }, PUe = { class: "meta-item meta-item__input" }, $Ue = ["disabled"], QUe = /* @__PURE__ */ U("div", { class: "scalar-api-client__main__scroll-container" }, null, -1), u7 = /* @__PURE__ */ $e({
|
|
105740
105740
|
__name: "Request",
|
|
105741
105741
|
setup(t) {
|
|
105742
|
-
const { activeRequest: e, readOnly: r } =
|
|
105742
|
+
const { activeRequest: e, readOnly: r } = Ti();
|
|
105743
105743
|
return (n, i) => (X(), ne("div", SUe, [
|
|
105744
105744
|
U("div", xUe, [
|
|
105745
105745
|
_Ue,
|
|
@@ -106073,7 +106073,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
106073
106073
|
}, dje = /* @__PURE__ */ U("div", { class: "scalar-api-client__main__scroll-container" }, null, -1), f7 = /* @__PURE__ */ $e({
|
|
106074
106074
|
__name: "Response",
|
|
106075
106075
|
setup(t) {
|
|
106076
|
-
const { activeResponse: e, activeRequestId: r } =
|
|
106076
|
+
const { activeResponse: e, activeRequestId: r } = Ti(), n = Se(() => {
|
|
106077
106077
|
var o;
|
|
106078
106078
|
const s = (o = e.value) == null ? void 0 : o.headers;
|
|
106079
106079
|
return s ? Object.keys(s).map((l) => ({ name: l, value: s[l] })).filter(
|
|
@@ -106130,14 +106130,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
106130
106130
|
},
|
|
106131
106131
|
emits: ["escapeKeyPress"],
|
|
106132
106132
|
setup(t, { emit: e }) {
|
|
106133
|
-
const r = t, { activeRequest: n, readOnly: i } =
|
|
106133
|
+
const r = t, { activeRequest: n, readOnly: i } = Ti(), a = Hg("(max-width: 820px)"), o = ye(0), s = {
|
|
106134
106134
|
Request: 0,
|
|
106135
106135
|
Response: 1
|
|
106136
106136
|
};
|
|
106137
106137
|
function l(c) {
|
|
106138
106138
|
o.value = c;
|
|
106139
106139
|
}
|
|
106140
|
-
return
|
|
106140
|
+
return ht(
|
|
106141
106141
|
() => r.readOnly,
|
|
106142
106142
|
() => {
|
|
106143
106143
|
i.value = r.readOnly;
|
|
@@ -110218,7 +110218,7 @@ ${a}]` : `[${t.join(o)}]`;
|
|
|
110218
110218
|
var e, r;
|
|
110219
110219
|
return ((r = (e = XS().find((n) => n.key === t.targetKey)) == null ? void 0 : e.clients.find((n) => n.key === t.clientKey)) == null ? void 0 : r.title) ?? t.clientKey;
|
|
110220
110220
|
}
|
|
110221
|
-
const
|
|
110221
|
+
const Pi = () => ({
|
|
110222
110222
|
state: Fh(Wu),
|
|
110223
110223
|
resetState: NMe,
|
|
110224
110224
|
setItem: DMe(Wu),
|
|
@@ -110723,8 +110723,8 @@ ${a}]` : `[${t.join(o)}]`;
|
|
|
110723
110723
|
state: r,
|
|
110724
110724
|
toggleCollapsedSidebarItem: n,
|
|
110725
110725
|
setCollapsedSidebarItem: i
|
|
110726
|
-
} =
|
|
110727
|
-
|
|
110726
|
+
} = Pi();
|
|
110727
|
+
ht(
|
|
110728
110728
|
e.parsedSpec,
|
|
110729
110729
|
() => {
|
|
110730
110730
|
var x;
|
|
@@ -110733,7 +110733,7 @@ ${a}]` : `[${t.join(o)}]`;
|
|
|
110733
110733
|
},
|
|
110734
110734
|
{ immediate: !0 }
|
|
110735
110735
|
);
|
|
110736
|
-
const { server: a, authentication: o } = Td(), { state: s, toggleApiClient: l } = kd(), { setActiveRequest: c } =
|
|
110736
|
+
const { server: a, authentication: o } = Td(), { state: s, toggleApiClient: l } = kd(), { setActiveRequest: c } = Ti();
|
|
110737
110737
|
function u(x) {
|
|
110738
110738
|
const P = YQ({
|
|
110739
110739
|
serverState: a,
|
|
@@ -110746,7 +110746,7 @@ ${a}]` : `[${t.join(o)}]`;
|
|
|
110746
110746
|
var P, _;
|
|
110747
110747
|
return ((_ = (P = e.parsedSpec) == null ? void 0 : P.tags) == null ? void 0 : _.length) !== 1 || (x == null ? void 0 : x.name) !== "default" || (x == null ? void 0 : x.description) !== "";
|
|
110748
110748
|
}, p = ye([]);
|
|
110749
|
-
|
|
110749
|
+
ht(
|
|
110750
110750
|
() => {
|
|
110751
110751
|
var x, P;
|
|
110752
110752
|
return (P = (x = e == null ? void 0 : e.parsedSpec) == null ? void 0 : x.info) == null ? void 0 : P.description;
|
|
@@ -110809,7 +110809,7 @@ ${a}]` : `[${t.join(o)}]`;
|
|
|
110809
110809
|
var x;
|
|
110810
110810
|
return ((x = m.value.reduce((P, _) => (P.push(_), _.children && P.push(..._.children), P), []).find((P) => f(P.id))) == null ? void 0 : x.id) ?? null;
|
|
110811
110811
|
}), y = ye(null), w = ye({});
|
|
110812
|
-
|
|
110812
|
+
ht(O, (x) => {
|
|
110813
110813
|
var P, _, C, N, Z;
|
|
110814
110814
|
const T = w.value[x];
|
|
110815
110815
|
if (!T || !y.value)
|
|
@@ -128117,7 +128117,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128117
128117
|
input: t
|
|
128118
128118
|
}) {
|
|
128119
128119
|
const e = vn({ ...bP }), r = ye(null);
|
|
128120
|
-
Qr(t) ?
|
|
128120
|
+
Qr(t) ? ht(
|
|
128121
128121
|
t,
|
|
128122
128122
|
jEe((a) => {
|
|
128123
128123
|
n(a);
|
|
@@ -128178,7 +128178,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128178
128178
|
configuration: t,
|
|
128179
128179
|
proxy: e
|
|
128180
128180
|
}) {
|
|
128181
|
-
t !== void 0 && (Qr(t) ?
|
|
128181
|
+
t !== void 0 && (Qr(t) ? ht(
|
|
128182
128182
|
t,
|
|
128183
128183
|
async () => {
|
|
128184
128184
|
t.value !== void 0 && ZT(t.value, e).then((n) => {
|
|
@@ -128439,7 +128439,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128439
128439
|
},
|
|
128440
128440
|
setup(t) {
|
|
128441
128441
|
const e = t, r = ye("");
|
|
128442
|
-
return
|
|
128442
|
+
return ht(
|
|
128443
128443
|
() => e.value,
|
|
128444
128444
|
async () => {
|
|
128445
128445
|
var n;
|
|
@@ -128466,7 +128466,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128466
128466
|
tag: {}
|
|
128467
128467
|
},
|
|
128468
128468
|
setup(t) {
|
|
128469
|
-
const e = t, { setCollapsedSidebarItem: r } =
|
|
128469
|
+
const e = t, { setCollapsedSidebarItem: r } = Pi();
|
|
128470
128470
|
async function n(i) {
|
|
128471
128471
|
r(Fo(e.tag), !0), await _i(), ug(Dh(i, e.tag));
|
|
128472
128472
|
}
|
|
@@ -128702,7 +128702,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128702
128702
|
const l = (s = (o = (a = e.parsedSpec) == null ? void 0 : a.components) == null ? void 0 : o.securitySchemes) == null ? void 0 : s[r.securitySchemeKey];
|
|
128703
128703
|
return !!(l != null && l.type);
|
|
128704
128704
|
});
|
|
128705
|
-
return
|
|
128705
|
+
return ht(
|
|
128706
128706
|
() => {
|
|
128707
128707
|
var a, o;
|
|
128708
128708
|
return (o = (a = e.parsedSpec) == null ? void 0 : a.components) == null ? void 0 : o.securitySchemes;
|
|
@@ -128769,7 +128769,7 @@ Parsed value is empty`)) : n(u);
|
|
|
128769
128769
|
], Ust = /* @__PURE__ */ dte(() => /* @__PURE__ */ U("span", null, "More", -1)), jst = /* @__PURE__ */ $e({
|
|
128770
128770
|
__name: "ClientSelector",
|
|
128771
128771
|
setup(t) {
|
|
128772
|
-
const { state: e, setItem: r, getClientTitle: n, getTargetTitle: i } =
|
|
128772
|
+
const { state: e, setItem: r, getClientTitle: n, getTargetTitle: i } = Pi(), a = (d) => {
|
|
128773
128773
|
r("selectedClient", d), !s.value.filter((p) => c(p)).length && (s.value = [
|
|
128774
128774
|
...s.value.slice(1),
|
|
128775
128775
|
e.selectedClient
|
|
@@ -129050,7 +129050,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129050
129050
|
},
|
|
129051
129051
|
setup(t) {
|
|
129052
129052
|
const e = t, { server: r, setServer: n } = Td(), i = ye(0);
|
|
129053
|
-
return
|
|
129053
|
+
return ht(
|
|
129054
129054
|
i,
|
|
129055
129055
|
() => {
|
|
129056
129056
|
var a, o, s;
|
|
@@ -129078,7 +129078,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129078
129078
|
{
|
|
129079
129079
|
immediate: !0
|
|
129080
129080
|
}
|
|
129081
|
-
),
|
|
129081
|
+
), ht(
|
|
129082
129082
|
() => e.value,
|
|
129083
129083
|
() => {
|
|
129084
129084
|
n({
|
|
@@ -129157,7 +129157,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129157
129157
|
rawSpec: {}
|
|
129158
129158
|
},
|
|
129159
129159
|
setup(t) {
|
|
129160
|
-
const e = t, { state: r, getClientTitle: n, getTargetTitle: i } =
|
|
129160
|
+
const e = t, { state: r, getClientTitle: n, getTargetTitle: i } = Pi(), a = Se(() => e.parsedSpec.openapi ?? e.parsedSpec.swagger ?? "");
|
|
129161
129161
|
return (o, s) => (X(), Ne(j(T3), null, {
|
|
129162
129162
|
default: ke(() => [
|
|
129163
129163
|
fe(j(px), null, {
|
|
@@ -129454,7 +129454,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129454
129454
|
id: {}
|
|
129455
129455
|
},
|
|
129456
129456
|
setup(t) {
|
|
129457
|
-
const { setCollapsedSidebarItem: e } =
|
|
129457
|
+
const { setCollapsedSidebarItem: e } = Pi();
|
|
129458
129458
|
return (r, n) => (X(), ne("button", {
|
|
129459
129459
|
class: "show-more",
|
|
129460
129460
|
type: "button",
|
|
@@ -129473,7 +129473,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129473
129473
|
components: {}
|
|
129474
129474
|
},
|
|
129475
129475
|
setup(t) {
|
|
129476
|
-
const e = t, { state: r } =
|
|
129476
|
+
const e = t, { state: r } = Pi(), n = Se(
|
|
129477
129477
|
() => {
|
|
129478
129478
|
var a;
|
|
129479
129479
|
return Object.keys(((a = e.components) == null ? void 0 : a.schemas) ?? {}).length <= 3 || r.collapsedSidebarItems[Km()];
|
|
@@ -129746,7 +129746,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129746
129746
|
operation: {}
|
|
129747
129747
|
},
|
|
129748
129748
|
setup(t) {
|
|
129749
|
-
const e = t, r = ye(""), { copyToClipboard: n } = R3(), { setActiveRequest: i } =
|
|
129749
|
+
const e = t, r = ye(""), { copyToClipboard: n } = R3(), { setActiveRequest: i } = Ti(), { toggleApiClient: a } = kd(), { state: o, setItem: s, getClientTitle: l, getTargetTitle: c } = Pi(), { server: u, authentication: d } = Td(), p = Se(() => [o.selectedClient.targetKey]), h = async () => {
|
|
129750
129750
|
const O = bH(
|
|
129751
129751
|
{
|
|
129752
129752
|
url: LQ(u) ?? window.location.origin
|
|
@@ -129765,7 +129765,7 @@ Parsed value is empty`)) : n(u);
|
|
|
129765
129765
|
return console.error("[ExampleRequest]", y), "";
|
|
129766
129766
|
}
|
|
129767
129767
|
};
|
|
129768
|
-
|
|
129768
|
+
ht(
|
|
129769
129769
|
[
|
|
129770
129770
|
// Update snippet when a different client is selected
|
|
129771
129771
|
() => o.selectedClient,
|
|
@@ -130194,7 +130194,7 @@ Parsed value is empty`)) : n(u);
|
|
|
130194
130194
|
r,
|
|
130195
130195
|
(c) => n.value = c[0].contentRect.width < 900
|
|
130196
130196
|
);
|
|
130197
|
-
const { state: i, setCollapsedSidebarItem: a } =
|
|
130197
|
+
const { state: i, setCollapsedSidebarItem: a } = Pi();
|
|
130198
130198
|
Qt(() => {
|
|
130199
130199
|
e.parsedSpec.tags.length > 0 && a(e.parsedSpec.tags[0].name, !0);
|
|
130200
130200
|
});
|
|
@@ -130291,7 +130291,7 @@ Parsed value is empty`)) : n(u);
|
|
|
130291
130291
|
function wut(t) {
|
|
130292
130292
|
return hte(t) && t !== null;
|
|
130293
130293
|
}
|
|
130294
|
-
function
|
|
130294
|
+
function Vi(t) {
|
|
130295
130295
|
return t != null;
|
|
130296
130296
|
}
|
|
130297
130297
|
function vP(t) {
|
|
@@ -130345,13 +130345,13 @@ Parsed value is empty`)) : n(u);
|
|
|
130345
130345
|
function Qut(t, e) {
|
|
130346
130346
|
let r = [], n = !1;
|
|
130347
130347
|
const i = (a, o, s) => {
|
|
130348
|
-
if (
|
|
130348
|
+
if (Vi(a))
|
|
130349
130349
|
if (!o[s])
|
|
130350
130350
|
r.push(a);
|
|
130351
130351
|
else {
|
|
130352
130352
|
let l = o[s];
|
|
130353
130353
|
const c = a[l];
|
|
130354
|
-
if (!
|
|
130354
|
+
if (!Vi(c))
|
|
130355
130355
|
return;
|
|
130356
130356
|
if (s === o.length - 1 && (Yo(c) || pte(c) || vut(c)))
|
|
130357
130357
|
r.push(yut(c));
|
|
@@ -130481,7 +130481,7 @@ Parsed value is empty`)) : n(u);
|
|
|
130481
130481
|
return this.records.length;
|
|
130482
130482
|
}
|
|
130483
130483
|
_addString(e, r) {
|
|
130484
|
-
if (!
|
|
130484
|
+
if (!Vi(e) || vP(e))
|
|
130485
130485
|
return;
|
|
130486
130486
|
let n = {
|
|
130487
130487
|
v: e,
|
|
@@ -130494,13 +130494,13 @@ Parsed value is empty`)) : n(u);
|
|
|
130494
130494
|
let n = { i: r, $: {} };
|
|
130495
130495
|
this.keys.forEach((i, a) => {
|
|
130496
130496
|
let o = i.getFn ? i.getFn(e) : this.getFn(e, i.path);
|
|
130497
|
-
if (
|
|
130497
|
+
if (Vi(o)) {
|
|
130498
130498
|
if (pl(o)) {
|
|
130499
130499
|
let s = [];
|
|
130500
130500
|
const l = [{ nestedArrIndex: -1, value: o }];
|
|
130501
130501
|
for (; l.length; ) {
|
|
130502
130502
|
const { nestedArrIndex: c, value: u } = l.pop();
|
|
130503
|
-
if (
|
|
130503
|
+
if (Vi(u))
|
|
130504
130504
|
if (Yo(u) && !vP(u)) {
|
|
130505
130505
|
let d = {
|
|
130506
130506
|
v: u,
|
|
@@ -131104,8 +131104,8 @@ Parsed value is empty`)) : n(u);
|
|
|
131104
131104
|
}
|
|
131105
131105
|
function edt(t, e) {
|
|
131106
131106
|
const r = t.matches;
|
|
131107
|
-
e.matches = [],
|
|
131108
|
-
if (!
|
|
131107
|
+
e.matches = [], Vi(r) && r.forEach((n) => {
|
|
131108
|
+
if (!Vi(n.indices) || !n.indices.length)
|
|
131109
131109
|
return;
|
|
131110
131110
|
const { indices: i, value: a } = n;
|
|
131111
131111
|
let o = {
|
|
@@ -131146,7 +131146,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131146
131146
|
});
|
|
131147
131147
|
}
|
|
131148
131148
|
add(e) {
|
|
131149
|
-
|
|
131149
|
+
Vi(e) && (this._docs.push(e), this._myIndex.add(e));
|
|
131150
131150
|
}
|
|
131151
131151
|
remove(e = () => !1) {
|
|
131152
131152
|
const r = [];
|
|
@@ -131179,7 +131179,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131179
131179
|
_searchStringList(e) {
|
|
131180
131180
|
const r = WT(e, this.options), { records: n } = this._myIndex, i = [];
|
|
131181
131181
|
return n.forEach(({ v: a, i: o, n: s }) => {
|
|
131182
|
-
if (!
|
|
131182
|
+
if (!Vi(a))
|
|
131183
131183
|
return;
|
|
131184
131184
|
const { isMatch: l, score: c, indices: u } = r.searchIn(a);
|
|
131185
131185
|
l && i.push({
|
|
@@ -131216,7 +131216,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131216
131216
|
return u;
|
|
131217
131217
|
}, i = this._myIndex.records, a = {}, o = [];
|
|
131218
131218
|
return i.forEach(({ $: s, i: l }) => {
|
|
131219
|
-
if (
|
|
131219
|
+
if (Vi(s)) {
|
|
131220
131220
|
let c = n(r, s, l);
|
|
131221
131221
|
c.length && (a[l] || (a[l] = { idx: l, item: s, matches: [] }, o.push(a[l])), c.forEach(({ matches: u }) => {
|
|
131222
131222
|
a[l].matches.push(...u);
|
|
@@ -131227,7 +131227,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131227
131227
|
_searchObjectList(e) {
|
|
131228
131228
|
const r = WT(e, this.options), { keys: n, records: i } = this._myIndex, a = [];
|
|
131229
131229
|
return i.forEach(({ $: o, i: s }) => {
|
|
131230
|
-
if (!
|
|
131230
|
+
if (!Vi(o))
|
|
131231
131231
|
return;
|
|
131232
131232
|
let l = [];
|
|
131233
131233
|
n.forEach((c, u) => {
|
|
@@ -131246,12 +131246,12 @@ Parsed value is empty`)) : n(u);
|
|
|
131246
131246
|
}), a;
|
|
131247
131247
|
}
|
|
131248
131248
|
_findMatches({ key: e, value: r, searcher: n }) {
|
|
131249
|
-
if (!
|
|
131249
|
+
if (!Vi(r))
|
|
131250
131250
|
return [];
|
|
131251
131251
|
let i = [];
|
|
131252
131252
|
if (pl(r))
|
|
131253
131253
|
r.forEach(({ v: a, i: o, n: s }) => {
|
|
131254
|
-
if (!
|
|
131254
|
+
if (!Vi(a))
|
|
131255
131255
|
return;
|
|
131256
131256
|
const { isMatch: l, score: c, indices: u } = n.searchIn(a);
|
|
131257
131257
|
l && i.push({
|
|
@@ -131329,15 +131329,15 @@ Parsed value is empty`)) : n(u);
|
|
|
131329
131329
|
let i = [];
|
|
131330
131330
|
const a = ye([]), o = ye(0), s = ye(""), l = ye(null), c = new kf(i, {
|
|
131331
131331
|
keys: ["title", "description", "body"]
|
|
131332
|
-
}), { state: u, setItem: d, setCollapsedSidebarItem: p } =
|
|
131332
|
+
}), { state: u, setItem: d, setCollapsedSidebarItem: p } = Pi(), h = () => {
|
|
131333
131333
|
o.value = 0, a.value = c.search(s.value);
|
|
131334
131334
|
};
|
|
131335
|
-
|
|
131335
|
+
ht(
|
|
131336
131336
|
() => u.showSearch,
|
|
131337
131337
|
() => {
|
|
131338
131338
|
u.showSearch ? (s.value = "", o.value = 0, a.value = [], n.show()) : n.hide();
|
|
131339
131339
|
}
|
|
131340
|
-
),
|
|
131340
|
+
), ht(
|
|
131341
131341
|
() => n.open,
|
|
131342
131342
|
() => {
|
|
131343
131343
|
n.open || d("showSearch", !1);
|
|
@@ -131354,7 +131354,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131354
131354
|
};
|
|
131355
131355
|
p(Fo(w), !0), n.hide(), await _i(), O.item.operation ? ug(Dh(O.item.operation, w)) : ug(Fo(w));
|
|
131356
131356
|
}
|
|
131357
|
-
|
|
131357
|
+
ht(
|
|
131358
131358
|
r.value,
|
|
131359
131359
|
() => {
|
|
131360
131360
|
var O;
|
|
@@ -131471,109 +131471,120 @@ Parsed value is empty`)) : n(u);
|
|
|
131471
131471
|
emits: ["changeTheme", "updateContent", "toggleDarkMode"],
|
|
131472
131472
|
setup(t) {
|
|
131473
131473
|
const e = t, r = Hg("(min-width: 1150px)"), n = ye(0), i = ye(null);
|
|
131474
|
-
OR(i, (
|
|
131475
|
-
n.value =
|
|
131474
|
+
OR(i, (f) => {
|
|
131475
|
+
n.value = f[0].contentRect.height;
|
|
131476
131476
|
});
|
|
131477
|
-
const { state: a, setItem: o } =
|
|
131477
|
+
const { state: a, setItem: o } = Pi(), s = Se(() => e.configuration.searchHotKey || "k");
|
|
131478
131478
|
Zp({
|
|
131479
131479
|
keyList: [s.value],
|
|
131480
131480
|
withCtrlCmd: !0,
|
|
131481
131481
|
handler: () => o("showSearch", !a.showSearch)
|
|
131482
|
-
})
|
|
131483
|
-
|
|
131484
|
-
|
|
131482
|
+
});
|
|
131483
|
+
const l = ye(!1), c = /#(tag\/[^/]*)/, { setCollapsedSidebarItem: u } = Pi();
|
|
131484
|
+
ht(e.parsedSpec, async (f) => {
|
|
131485
|
+
var m, O;
|
|
131486
|
+
if (l.value || !((m = f == null ? void 0 : f.info) != null && m.title))
|
|
131487
|
+
return;
|
|
131488
|
+
l.value = !0;
|
|
131489
|
+
const y = document.location.hash;
|
|
131490
|
+
y || (O = document.querySelector("#tippy")) == null || O.scrollTo({
|
|
131485
131491
|
top: 0,
|
|
131486
131492
|
left: 0
|
|
131487
131493
|
});
|
|
131494
|
+
const w = y.match(c);
|
|
131495
|
+
w && w.length > 1 && u(w[1], !0), setTimeout(() => {
|
|
131496
|
+
const S = document.getElementById(y.replace(/^#/, ""));
|
|
131497
|
+
S == null || S.scrollIntoView();
|
|
131498
|
+
}, 0);
|
|
131488
131499
|
});
|
|
131489
|
-
const
|
|
131500
|
+
const d = Se(
|
|
131490
131501
|
() => r.value || !e.configuration.isEditable
|
|
131491
|
-
),
|
|
131492
|
-
var
|
|
131493
|
-
return !((
|
|
131494
|
-
}), { state:
|
|
131495
|
-
return (
|
|
131496
|
-
var
|
|
131502
|
+
), p = Se(() => {
|
|
131503
|
+
var f, m;
|
|
131504
|
+
return !((f = e.configuration.spec) != null && f.preparsedContent) && ((m = e.configuration) == null ? void 0 : m.isEditable);
|
|
131505
|
+
}), { state: h } = kd();
|
|
131506
|
+
return (f, m) => {
|
|
131507
|
+
var O, y;
|
|
131497
131508
|
return X(), ne("div", {
|
|
131498
131509
|
ref_key: "documentEl",
|
|
131499
131510
|
ref: i,
|
|
131500
131511
|
class: tt(["scalar-api-reference references-layout", [
|
|
131501
131512
|
{
|
|
131502
|
-
"references-editable":
|
|
131513
|
+
"references-editable": p.value
|
|
131503
131514
|
}
|
|
131504
131515
|
]]),
|
|
131505
131516
|
style: ml({ "--full-height": `${n.value}px` })
|
|
131506
131517
|
}, [
|
|
131507
131518
|
U("div", mdt, [
|
|
131508
|
-
st(
|
|
131509
|
-
breadcrumb: j(
|
|
131519
|
+
st(f.$slots, "header", {
|
|
131520
|
+
breadcrumb: j(h).activeBreadcrumb
|
|
131510
131521
|
}, void 0, !0)
|
|
131511
131522
|
]),
|
|
131512
131523
|
zt(U("aside", Odt, [
|
|
131513
131524
|
U("div", gdt, [
|
|
131514
|
-
fe(oT, { parsedSpec:
|
|
131525
|
+
fe(oT, { parsedSpec: f.parsedSpec }, {
|
|
131515
131526
|
"sidebar-start": ke(() => [
|
|
131516
|
-
st(
|
|
131527
|
+
st(f.$slots, "sidebar-start", {}, void 0, !0)
|
|
131517
131528
|
]),
|
|
131518
131529
|
"sidebar-end": ke(() => [
|
|
131519
|
-
st(
|
|
131530
|
+
st(f.$slots, "sidebar-end", {}, void 0, !0)
|
|
131520
131531
|
]),
|
|
131521
131532
|
_: 3
|
|
131522
131533
|
}, 8, ["parsedSpec"])
|
|
131523
131534
|
])
|
|
131524
131535
|
], 512), [
|
|
131525
|
-
[Ba,
|
|
131536
|
+
[Ba, f.configuration.showSidebar]
|
|
131526
131537
|
]),
|
|
131527
131538
|
zt(U("div", bdt, [
|
|
131528
131539
|
U("div", ydt, [
|
|
131529
|
-
st(
|
|
131540
|
+
st(f.$slots, "editor", {}, void 0, !0)
|
|
131530
131541
|
])
|
|
131531
131542
|
], 512), [
|
|
131532
|
-
[Ba,
|
|
131543
|
+
[Ba, p.value]
|
|
131533
131544
|
]),
|
|
131534
|
-
|
|
131545
|
+
d.value ? (X(), ne(Xe, { key: 0 }, [
|
|
131535
131546
|
U("div", vdt, [
|
|
131536
|
-
st(
|
|
131547
|
+
st(f.$slots, "content-start", {}, void 0, !0),
|
|
131537
131548
|
fe(j(Out), {
|
|
131538
|
-
parsedSpec:
|
|
131539
|
-
rawSpec:
|
|
131549
|
+
parsedSpec: f.parsedSpec,
|
|
131550
|
+
rawSpec: f.rawSpec,
|
|
131540
131551
|
ready: !0
|
|
131541
131552
|
}, pO({ _: 2 }, [
|
|
131542
|
-
(
|
|
131553
|
+
(O = f.configuration) != null && O.isEditable ? {
|
|
131543
131554
|
name: "empty-state",
|
|
131544
131555
|
fn: ke(() => {
|
|
131545
|
-
var
|
|
131556
|
+
var w, S;
|
|
131546
131557
|
return [
|
|
131547
131558
|
fe(j(w5), {
|
|
131548
|
-
theme: ((
|
|
131549
|
-
value:
|
|
131550
|
-
onChangeTheme:
|
|
131551
|
-
onOpenSwaggerEditor: (
|
|
131552
|
-
onUpdateContent:
|
|
131559
|
+
theme: ((w = f.configuration) == null ? void 0 : w.theme) || "default",
|
|
131560
|
+
value: f.rawSpec,
|
|
131561
|
+
onChangeTheme: m[0] || (m[0] = (x) => f.$emit("changeTheme", x)),
|
|
131562
|
+
onOpenSwaggerEditor: (S = f.swaggerEditorRef) == null ? void 0 : S.handleOpenSwaggerEditor,
|
|
131563
|
+
onUpdateContent: m[1] || (m[1] = (x) => f.$emit("updateContent", x))
|
|
131553
131564
|
}, null, 8, ["theme", "value", "onOpenSwaggerEditor"])
|
|
131554
131565
|
];
|
|
131555
131566
|
}),
|
|
131556
131567
|
key: "0"
|
|
131557
131568
|
} : void 0
|
|
131558
131569
|
]), 1032, ["parsedSpec", "rawSpec"]),
|
|
131559
|
-
st(
|
|
131570
|
+
st(f.$slots, "content-end", {}, void 0, !0)
|
|
131560
131571
|
]),
|
|
131561
|
-
|
|
131562
|
-
st(
|
|
131572
|
+
f.$slots.footer ? (X(), ne("div", wdt, [
|
|
131573
|
+
st(f.$slots, "footer", {}, void 0, !0)
|
|
131563
131574
|
])) : Ae("", !0)
|
|
131564
131575
|
], 64)) : Ae("", !0),
|
|
131565
131576
|
fe(fdt, {
|
|
131566
|
-
parsedSpec:
|
|
131577
|
+
parsedSpec: f.parsedSpec,
|
|
131567
131578
|
variant: "search"
|
|
131568
131579
|
}, null, 8, ["parsedSpec"]),
|
|
131569
131580
|
fe(RYe, {
|
|
131570
|
-
parsedSpec:
|
|
131571
|
-
proxyUrl: (
|
|
131581
|
+
parsedSpec: f.parsedSpec,
|
|
131582
|
+
proxyUrl: (y = f.configuration) == null ? void 0 : y.proxy
|
|
131572
131583
|
}, null, 8, ["parsedSpec", "proxyUrl"])
|
|
131573
131584
|
], 6);
|
|
131574
131585
|
};
|
|
131575
131586
|
}
|
|
131576
|
-
}), xdt = /* @__PURE__ */ lt(Sdt, [["__scopeId", "data-v-
|
|
131587
|
+
}), xdt = /* @__PURE__ */ lt(Sdt, [["__scopeId", "data-v-fb816437"]]), _dt = /* @__PURE__ */ $e({
|
|
131577
131588
|
__name: "ApiReferenceBase",
|
|
131578
131589
|
props: {
|
|
131579
131590
|
configuration: {}
|
|
@@ -131590,9 +131601,9 @@ Parsed value is empty`)) : n(u);
|
|
|
131590
131601
|
}), { parsedSpecRef: l, overwriteParsedSpecRef: c, errorRef: u } = got({
|
|
131591
131602
|
input: o
|
|
131592
131603
|
});
|
|
131593
|
-
|
|
131604
|
+
ht(o, () => {
|
|
131594
131605
|
e("updateContent", o.value);
|
|
131595
|
-
}),
|
|
131606
|
+
}), ht(
|
|
131596
131607
|
() => {
|
|
131597
131608
|
var m;
|
|
131598
131609
|
return (m = i.value.spec) == null ? void 0 : m.preparsedContent;
|
|
@@ -131706,7 +131717,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131706
131717
|
state: r,
|
|
131707
131718
|
setItem: n,
|
|
131708
131719
|
toggleItem: i
|
|
131709
|
-
} =
|
|
131720
|
+
} = Pi();
|
|
131710
131721
|
return (a, o) => (X(), ne("div", Cdt, [
|
|
131711
131722
|
fe(aT, {
|
|
131712
131723
|
icon: j(r).showMobileDrawer ? "Close" : "Menu",
|
|
@@ -131739,7 +131750,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131739
131750
|
searchHotKey: { default: "k" }
|
|
131740
131751
|
},
|
|
131741
131752
|
setup(t) {
|
|
131742
|
-
const { setItem: e } =
|
|
131753
|
+
const { setItem: e } = Pi();
|
|
131743
131754
|
return (r, n) => (X(), ne("button", {
|
|
131744
131755
|
class: "sidebar-search",
|
|
131745
131756
|
type: "button",
|
|
@@ -131763,7 +131774,7 @@ Parsed value is empty`)) : n(u);
|
|
|
131763
131774
|
configuration: {}
|
|
131764
131775
|
},
|
|
131765
131776
|
setup(t) {
|
|
131766
|
-
const e = t, { state: r } =
|
|
131777
|
+
const e = t, { state: r } = Pi(), n = Hg("(max-width: 1000px)"), i = ye(""), a = Se(() => {
|
|
131767
131778
|
var s, l;
|
|
131768
131779
|
const c = n.value ? r.showMobileDrawer : (s = e.configuration) == null ? void 0 : s.showSidebar, u = ((l = e.configuration) == null ? void 0 : l.spec) || {
|
|
131769
131780
|
content: i.value
|
|
@@ -132002,7 +132013,7 @@ Parsed value is empty`)) : n(u);
|
|
|
132002
132013
|
for (var r in t)
|
|
132003
132014
|
Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]);
|
|
132004
132015
|
}
|
|
132005
|
-
function
|
|
132016
|
+
function Ri(t, e) {
|
|
132006
132017
|
var r = t.prototype;
|
|
132007
132018
|
if (!(r instanceof e)) {
|
|
132008
132019
|
let i = function() {
|
|
@@ -132012,7 +132023,7 @@ Parsed value is empty`)) : n(u);
|
|
|
132012
132023
|
}
|
|
132013
132024
|
r.constructor != t && (typeof t != "function" && console.error("unknown Class:" + t), r.constructor = t);
|
|
132014
132025
|
}
|
|
132015
|
-
var
|
|
132026
|
+
var Ci = {}, La = Ci.ELEMENT_NODE = 1, Yh = Ci.ATTRIBUTE_NODE = 2, nw = Ci.TEXT_NODE = 3, xte = Ci.CDATA_SECTION_NODE = 4, _te = Ci.ENTITY_REFERENCE_NODE = 5, tpt = Ci.ENTITY_NODE = 6, kte = Ci.PROCESSING_INSTRUCTION_NODE = 7, Pte = Ci.COMMENT_NODE = 8, $te = Ci.DOCUMENT_NODE = 9, Qte = Ci.DOCUMENT_TYPE_NODE = 10, hl = Ci.DOCUMENT_FRAGMENT_NODE = 11, rpt = Ci.NOTATION_NODE = 12, ri = {}, yn = {};
|
|
132016
132027
|
ri.INDEX_SIZE_ERR = (yn[1] = "Index size error", 1);
|
|
132017
132028
|
ri.DOMSTRING_SIZE_ERR = (yn[2] = "DOMString size error", 2);
|
|
132018
132029
|
var xs = ri.HIERARCHY_REQUEST_ERR = (yn[3] = "Hierarchy request error", 3);
|
|
@@ -132099,7 +132110,7 @@ Parsed value is empty`)) : n(u);
|
|
|
132099
132110
|
Wh.prototype.item = function(t) {
|
|
132100
132111
|
return q3(this), this[t];
|
|
132101
132112
|
};
|
|
132102
|
-
|
|
132113
|
+
Ri(Wh, Bs);
|
|
132103
132114
|
function iw() {
|
|
132104
132115
|
}
|
|
132105
132116
|
function Ete(t, e) {
|
|
@@ -132341,8 +132352,8 @@ Parsed value is empty`)) : n(u);
|
|
|
132341
132352
|
function Cte(t) {
|
|
132342
132353
|
return t == "<" && "<" || t == ">" && ">" || t == "&" && "&" || t == '"' && """ || "&#" + t.charCodeAt() + ";";
|
|
132343
132354
|
}
|
|
132344
|
-
x0(
|
|
132345
|
-
x0(
|
|
132355
|
+
x0(Ci, nr);
|
|
132356
|
+
x0(Ci, nr.prototype);
|
|
132346
132357
|
function xg(t, e) {
|
|
132347
132358
|
if (e(t))
|
|
132348
132359
|
return !0;
|
|
@@ -132574,7 +132585,7 @@ Parsed value is empty`)) : n(u);
|
|
|
132574
132585
|
return r.ownerDocument = this, r.nodeName = e, r.name = e, r.namespaceURI = t, r.specified = !0, n.length == 2 ? (r.prefix = n[0], r.localName = n[1]) : r.localName = e, r;
|
|
132575
132586
|
}
|
|
132576
132587
|
};
|
|
132577
|
-
|
|
132588
|
+
Ri(_0, nr);
|
|
132578
132589
|
function md() {
|
|
132579
132590
|
this._nsMap = {};
|
|
132580
132591
|
}
|
|
@@ -132649,11 +132660,11 @@ Parsed value is empty`)) : n(u);
|
|
|
132649
132660
|
};
|
|
132650
132661
|
_0.prototype.getElementsByTagName = md.prototype.getElementsByTagName;
|
|
132651
132662
|
_0.prototype.getElementsByTagNameNS = md.prototype.getElementsByTagNameNS;
|
|
132652
|
-
|
|
132663
|
+
Ri(md, nr);
|
|
132653
132664
|
function aw() {
|
|
132654
132665
|
}
|
|
132655
132666
|
aw.prototype.nodeType = Yh;
|
|
132656
|
-
|
|
132667
|
+
Ri(aw, nr);
|
|
132657
132668
|
function k0() {
|
|
132658
132669
|
}
|
|
132659
132670
|
k0.prototype = {
|
|
@@ -132678,7 +132689,7 @@ Parsed value is empty`)) : n(u);
|
|
|
132678
132689
|
r = n + r + i, this.nodeValue = this.data = r, this.length = r.length;
|
|
132679
132690
|
}
|
|
132680
132691
|
};
|
|
132681
|
-
|
|
132692
|
+
Ri(k0, nr);
|
|
132682
132693
|
function X3() {
|
|
132683
132694
|
}
|
|
132684
132695
|
X3.prototype = {
|
|
@@ -132691,46 +132702,46 @@ Parsed value is empty`)) : n(u);
|
|
|
132691
132702
|
return this.parentNode && this.parentNode.insertBefore(n, this.nextSibling), n;
|
|
132692
132703
|
}
|
|
132693
132704
|
};
|
|
132694
|
-
|
|
132705
|
+
Ri(X3, k0);
|
|
132695
132706
|
function N3() {
|
|
132696
132707
|
}
|
|
132697
132708
|
N3.prototype = {
|
|
132698
132709
|
nodeName: "#comment",
|
|
132699
132710
|
nodeType: Pte
|
|
132700
132711
|
};
|
|
132701
|
-
|
|
132712
|
+
Ri(N3, k0);
|
|
132702
132713
|
function U3() {
|
|
132703
132714
|
}
|
|
132704
132715
|
U3.prototype = {
|
|
132705
132716
|
nodeName: "#cdata-section",
|
|
132706
132717
|
nodeType: xte
|
|
132707
132718
|
};
|
|
132708
|
-
|
|
132719
|
+
Ri(U3, k0);
|
|
132709
132720
|
function gx() {
|
|
132710
132721
|
}
|
|
132711
132722
|
gx.prototype.nodeType = Qte;
|
|
132712
|
-
|
|
132723
|
+
Ri(gx, nr);
|
|
132713
132724
|
function Nte() {
|
|
132714
132725
|
}
|
|
132715
132726
|
Nte.prototype.nodeType = rpt;
|
|
132716
|
-
|
|
132727
|
+
Ri(Nte, nr);
|
|
132717
132728
|
function Ute() {
|
|
132718
132729
|
}
|
|
132719
132730
|
Ute.prototype.nodeType = tpt;
|
|
132720
|
-
|
|
132731
|
+
Ri(Ute, nr);
|
|
132721
132732
|
function j3() {
|
|
132722
132733
|
}
|
|
132723
132734
|
j3.prototype.nodeType = _te;
|
|
132724
|
-
|
|
132735
|
+
Ri(j3, nr);
|
|
132725
132736
|
function bx() {
|
|
132726
132737
|
}
|
|
132727
132738
|
bx.prototype.nodeName = "#document-fragment";
|
|
132728
132739
|
bx.prototype.nodeType = hl;
|
|
132729
|
-
|
|
132740
|
+
Ri(bx, nr);
|
|
132730
132741
|
function I3() {
|
|
132731
132742
|
}
|
|
132732
132743
|
I3.prototype.nodeType = kte;
|
|
132733
|
-
|
|
132744
|
+
Ri(I3, nr);
|
|
132734
132745
|
function jte() {
|
|
132735
132746
|
}
|
|
132736
132747
|
jte.prototype.serializeToString = function(t, e, r) {
|