@arcgis/api-extractor 5.2.0-next.10 → 5.2.0-next.12
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/dist/{ApiExtractor-CE7LmkJj.js → ApiExtractor-DJ54KoUM.js} +236 -216
- package/dist/apiJson.d.ts +4 -4
- package/dist/extractor/ApiExtractor.js +3 -3
- package/dist/extractor/config.js +6 -5
- package/dist/{typeScript-B79ma30F.js → typeScript-DI0FVnqf.js} +1 -1
- package/dist/utils/hydrateApiType.js +14 -13
- package/dist/vite/plugin.js +3 -3
- package/dist/vite/typeScript.js +1 -1
- package/dist/{worker-DDand5P_.js → worker-Der__ngY.js} +320 -305
- package/package.json +3 -3
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { path as He, existsAsync as
|
|
2
|
-
import { b as
|
|
3
|
-
import { getDefaultBasePath as
|
|
1
|
+
import { path as He, existsAsync as Zt, getCwd as Ri, retrievePackageJson as ct, toPosixPathSeparators as Li } from "@arcgis/components-build-utils";
|
|
2
|
+
import { b as Ii, p as Ai, l as ki } from "./typeScript-DI0FVnqf.js";
|
|
3
|
+
import { getDefaultBasePath as ei, buildViewUrl as Gi, getViewUrl as Ue } from "./extractor/processing/links.js";
|
|
4
4
|
import o from "typescript";
|
|
5
5
|
import "fs/promises";
|
|
6
|
-
import { a as ue, b as
|
|
7
|
-
import { maybeEscapePropertyName as Dt, printTypeAlias as Rt, printInterface as
|
|
6
|
+
import { a as ue, b as ti, c as ht, g as me, p as J, f as et, h as ii, d as Fe, e as Fi, i as Oi, j as ni, k as Ni } from "./privateContext-CB7P40up.js";
|
|
7
|
+
import { maybeEscapePropertyName as Dt, printTypeAlias as Rt, printInterface as wi, printFunction as Ui, printVariable as Vi, printClass as Wi, printMethod as _i, printProperty as ve, printGetterSetter as Bi, printSignature as Ki } from "./utils/partPrinter.js";
|
|
8
8
|
import { styleText as ie } from "node:util";
|
|
9
|
-
import { readFile as Lt, opendir as It, rm as
|
|
10
|
-
import { pathIsComponentEntrypoint as
|
|
11
|
-
import { renameComponentFolder as Ve, addComponentPathMapping as
|
|
9
|
+
import { readFile as Lt, opendir as It, rm as Hi } from "node:fs/promises";
|
|
10
|
+
import { pathIsComponentEntrypoint as $i, findDeclaredComponent as zi } from "./extractor/webComponent/findComponents.js";
|
|
11
|
+
import { renameComponentFolder as Ve, addComponentPathMapping as ji } from "./extractor/webComponent/pathMapping.js";
|
|
12
12
|
import { getBasename as Z, getPackageNameFromExternalSpecifier as dt, extractInitializer as $e, extractBooleanInitializer as Y, findDecorator as xe, getMemberName as De } from "./utils/astHelpers.js";
|
|
13
|
-
import { readFileSync as
|
|
14
|
-
import { uncapitalize as
|
|
15
|
-
import { globalPackageIdentifier as le, mergeApiNodes as
|
|
13
|
+
import { readFileSync as Ji, existsSync as ye } from "node:fs";
|
|
14
|
+
import { uncapitalize as qi, camelToKebab as Qi, kebabToPascal as Xi } from "@arcgis/toolkit/string";
|
|
15
|
+
import { globalPackageIdentifier as le, mergeApiNodes as Yi, isApiMethodAsync as Zi } from "./utils/apiHelpers.js";
|
|
16
|
+
import "@arcgis/toolkit/array";
|
|
16
17
|
import { identity as Se } from "@arcgis/toolkit/function";
|
|
17
|
-
import { pathToFileURL as
|
|
18
|
-
import
|
|
19
|
-
import { getWidenedLiteralType as
|
|
18
|
+
import { pathToFileURL as en } from "node:url";
|
|
19
|
+
import tn from "path";
|
|
20
|
+
import { getWidenedLiteralType as nn, unsafeUndocumentedTs as on, unsafeGetUndocumentedPrinter as an } from "./utils/internalTypeScriptApis.js";
|
|
20
21
|
const At = "developers.arcgis.com", kt = "next.gha.afd.arcgis.com";
|
|
21
|
-
function
|
|
22
|
+
function va(e) {
|
|
22
23
|
if (e.isResolvedConfig === !0)
|
|
23
24
|
return e;
|
|
24
|
-
const t = e.context, n = e.types, i = e.documentation, r = `${t?.cwd === void 0 ?
|
|
25
|
+
const t = e.context, n = e.types, i = e.documentation, r = `${t?.cwd === void 0 ? Ri() : He.resolve(t?.cwd)}/`, l = t?.packageJson ?? ct(r);
|
|
25
26
|
let s = t?.basePath ?? "src/";
|
|
26
27
|
s.endsWith("/") || (s += "/");
|
|
27
|
-
const c = "customElements" in l && "@arcgis/lumina" in (l.dependencies ?? {}), p = n?.typeCheckedExtraction ?? c, d = n?.fullTypeCheck ?? !1, m = n?.typeScriptConfig ?? (p || d ?
|
|
28
|
+
const c = "customElements" in l && "@arcgis/lumina" in (l.dependencies ?? {}), p = n?.typeCheckedExtraction ?? c, d = n?.fullTypeCheck ?? !1, m = n?.typeScriptConfig ?? (p || d ? Ii(r, n?.typeScriptConfigPath, !0) : {
|
|
28
29
|
configPath: "",
|
|
29
30
|
config: {
|
|
30
31
|
options: {},
|
|
@@ -34,7 +35,7 @@ function fa(e) {
|
|
|
34
35
|
});
|
|
35
36
|
if (n?.typeScriptConfig?.config.fileNames.length === 0)
|
|
36
37
|
throw Error(
|
|
37
|
-
`${
|
|
38
|
+
`${Ai.name}: Provided types.typeScriptConfig has no included files. If you used loadTypeScriptConfig, make sure to set resolveIncludedFiles to true.`
|
|
38
39
|
);
|
|
39
40
|
const u = {
|
|
40
41
|
config: {
|
|
@@ -93,7 +94,7 @@ function fa(e) {
|
|
|
93
94
|
getComponentDemoUrl: i?.getComponentDemoUrl ?? !1,
|
|
94
95
|
host: i?.host ?? (v ? kt : At),
|
|
95
96
|
alternativeHost: i?.alternativeHost ?? (v ? At : kt),
|
|
96
|
-
basePath: i?.basePath ??
|
|
97
|
+
basePath: i?.basePath ?? ei(l.name.split("/").at(-1))
|
|
97
98
|
},
|
|
98
99
|
verify: {
|
|
99
100
|
typeCheckTypes: e.verify?.typeCheckTypes ?? !1,
|
|
@@ -114,13 +115,13 @@ function fa(e) {
|
|
|
114
115
|
afterApiJsonCreate: e.afterApiJsonCreate ?? Se
|
|
115
116
|
};
|
|
116
117
|
}
|
|
117
|
-
async function
|
|
118
|
-
const n = t !== void 0, i = e ?? process.cwd(), a = He.resolve(i, t ?? "api-extractor.config.ts"), r = await
|
|
118
|
+
async function Sa(e, t) {
|
|
119
|
+
const n = t !== void 0, i = e ?? process.cwd(), a = He.resolve(i, t ?? "api-extractor.config.ts"), r = await Zt(a);
|
|
119
120
|
if (n && !r)
|
|
120
121
|
throw Error(`The provided config file at ${a} does not exist.`);
|
|
121
122
|
if (!r)
|
|
122
123
|
return e === void 0 ? {} : { context: { cwd: e } };
|
|
123
|
-
const l = (await import(
|
|
124
|
+
const l = (await import(en(a).href)).config;
|
|
124
125
|
return {
|
|
125
126
|
...l,
|
|
126
127
|
context: {
|
|
@@ -129,7 +130,7 @@ async function ya(e, t) {
|
|
|
129
130
|
}
|
|
130
131
|
};
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
+
function ga(e, t) {
|
|
133
134
|
const n = e.context, i = t.context, a = e.types, r = t.types, l = e.documentation, s = t.documentation, c = e.verify, p = t.verify, d = e.watch, m = t.watch;
|
|
134
135
|
return {
|
|
135
136
|
isResolvedConfig: e.isResolvedConfig || t.isResolvedConfig || void 0,
|
|
@@ -255,7 +256,7 @@ function Ne(e) {
|
|
|
255
256
|
const t = e, n = e.name + (t.default !== void 0 ? `=${t.default}` : ""), i = n.length > 0 ? `[${n}]` : "", a = e.description ?? "", r = a.length > 0 ? ` - ${a}` : "";
|
|
256
257
|
return `${i}${r}`;
|
|
257
258
|
}
|
|
258
|
-
function
|
|
259
|
+
function rn(e) {
|
|
259
260
|
const t = e.description ?? "", n = t.length === 0, i = e.docsTags, a = (
|
|
260
261
|
// Has 2+ tags, or multi-line description, or single tag and single line description
|
|
261
262
|
i.length + (n ? 0 : t.includes(`
|
|
@@ -277,7 +278,7 @@ function an(e) {
|
|
|
277
278
|
return r += a ? `
|
|
278
279
|
` : " ", r;
|
|
279
280
|
}
|
|
280
|
-
const ot = 10,
|
|
281
|
+
const ot = 10, sn = 32, ln = 64;
|
|
281
282
|
function Gt(e) {
|
|
282
283
|
let t = "";
|
|
283
284
|
const n = e.length;
|
|
@@ -288,21 +289,21 @@ function Gt(e) {
|
|
|
288
289
|
t += e.slice(i, a), e.charCodeAt(a + 1) === ot ? t += `
|
|
289
290
|
*` : t += `
|
|
290
291
|
* `, i = a + 1;
|
|
291
|
-
else if (r ===
|
|
292
|
+
else if (r === ln) {
|
|
292
293
|
const l = a === 0 ? 0 : e.charCodeAt(a - 1);
|
|
293
|
-
(a === 0 || l ===
|
|
294
|
+
(a === 0 || l === sn || l === ot) && (t += e.slice(i, a), t += "\\@", i = a + 1);
|
|
294
295
|
}
|
|
295
296
|
}
|
|
296
297
|
return i < n && (t += e.slice(i)), t;
|
|
297
298
|
}
|
|
298
299
|
function ne(e, t, n) {
|
|
299
|
-
return
|
|
300
|
+
return oi(e, t, n) ?? void 0;
|
|
300
301
|
}
|
|
301
302
|
function ze(e, t, n, i) {
|
|
302
|
-
const a =
|
|
303
|
+
const a = oi(e, t, n);
|
|
303
304
|
return a === void 0 ? i : a ?? void 0;
|
|
304
305
|
}
|
|
305
|
-
function
|
|
306
|
+
function oi(e, t, n) {
|
|
306
307
|
const i = o.getLeadingCommentRanges(n.file.text, e.pos);
|
|
307
308
|
if (i === void 0)
|
|
308
309
|
return;
|
|
@@ -322,9 +323,9 @@ If this is meant to be a function overload, read the documentation: https://webg
|
|
|
322
323
|
if (a === void 0)
|
|
323
324
|
return;
|
|
324
325
|
const r = n.config.documentation.omitInternal;
|
|
325
|
-
return
|
|
326
|
+
return cn(a, t, r, n);
|
|
326
327
|
}
|
|
327
|
-
function
|
|
328
|
+
function cn(e, t, n, i) {
|
|
328
329
|
if (t && !e.includes("* @public") && (n || !e.includes("* @internal")))
|
|
329
330
|
return null;
|
|
330
331
|
const a = e.length - 2;
|
|
@@ -371,14 +372,14 @@ ${u}` : l += `${u}
|
|
|
371
372
|
docsTags: s
|
|
372
373
|
});
|
|
373
374
|
}
|
|
374
|
-
function
|
|
375
|
+
function dn(e, t) {
|
|
375
376
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
376
377
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
377
378
|
a === "deprecated" ? e.deprecated = r || !0 : (e.docsTags ??= [], e.docsTags.push(i));
|
|
378
379
|
}
|
|
379
380
|
e.description = t.description;
|
|
380
381
|
}
|
|
381
|
-
function
|
|
382
|
+
function ai(e, t) {
|
|
382
383
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
383
384
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
384
385
|
if (a === "deprecated")
|
|
@@ -398,7 +399,7 @@ function oi(e, t) {
|
|
|
398
399
|
}
|
|
399
400
|
e.description = t.description;
|
|
400
401
|
}
|
|
401
|
-
function
|
|
402
|
+
function pn(e, t) {
|
|
402
403
|
const n = e, i = [];
|
|
403
404
|
for (let a = 0; a < t.docsTags.length; ++a) {
|
|
404
405
|
const r = t.docsTags[a], { name: l, text: s } = r;
|
|
@@ -418,14 +419,14 @@ function dn(e, t) {
|
|
|
418
419
|
}
|
|
419
420
|
return e.description = t.description, i;
|
|
420
421
|
}
|
|
421
|
-
function
|
|
422
|
+
function mn(e, t) {
|
|
422
423
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
423
424
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
424
425
|
a === "deprecated" ? e.deprecated = r || !0 : a === "default" ? e.default = r : i === N.readonly ? e.readonly = !0 : i === N.private ? e.privacy = "private" : (e.docsTags ??= [], e.docsTags.push(i));
|
|
425
426
|
}
|
|
426
427
|
e.description = t.description;
|
|
427
428
|
}
|
|
428
|
-
function
|
|
429
|
+
function un(e, t) {
|
|
429
430
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
430
431
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
431
432
|
if (a === "deprecated")
|
|
@@ -433,14 +434,14 @@ function mn(e, t) {
|
|
|
433
434
|
else if (a === "default")
|
|
434
435
|
e.default = r;
|
|
435
436
|
else if (a !== "readonly") if (a === "esriCompatibilityName") {
|
|
436
|
-
const l =
|
|
437
|
+
const l = ti(e);
|
|
437
438
|
l.esriCompatibilityNames ??= [], l.esriCompatibilityNames.push(r ?? "");
|
|
438
439
|
} else
|
|
439
440
|
e.docsTags ??= [], e.docsTags.push(i);
|
|
440
441
|
}
|
|
441
442
|
e.description = t.description;
|
|
442
443
|
}
|
|
443
|
-
function
|
|
444
|
+
function fn(e, t) {
|
|
444
445
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
445
446
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
446
447
|
a === "deprecated" ? e.deprecated = r || !0 : i === N.private ? e.privacy = "private" : (e.docsTags ??= [], e.docsTags.push(i));
|
|
@@ -507,7 +508,7 @@ const N = {
|
|
|
507
508
|
description: void 0,
|
|
508
509
|
docsTags: [N.private]
|
|
509
510
|
};
|
|
510
|
-
function
|
|
511
|
+
function yn(e, t, n) {
|
|
511
512
|
switch (t.path) {
|
|
512
513
|
case "layers/FeatureLayer": {
|
|
513
514
|
const i = "export default class FeatureLayer extends FeatureLayerSuperclass {", a = e.indexOf(i);
|
|
@@ -561,7 +562,7 @@ export namespace tsx {
|
|
|
561
562
|
return e;
|
|
562
563
|
}
|
|
563
564
|
}
|
|
564
|
-
function
|
|
565
|
+
function Ta(e, t) {
|
|
565
566
|
let n = `/// <reference types="../index.d.ts" />
|
|
566
567
|
`, i = `
|
|
567
568
|
|
|
@@ -579,7 +580,7 @@ function Sa(e, t) {
|
|
|
579
580
|
i += `import type { ${G} } from "./${R.path}/customElement.js";
|
|
580
581
|
`, n += `import type { ${G} } from "../${R.path}/customElement.js";
|
|
581
582
|
`;
|
|
582
|
-
const [fe, ke] =
|
|
583
|
+
const [fe, ke] = vn(V.name, V.members);
|
|
583
584
|
let te = "", q = "";
|
|
584
585
|
if (W !== void 0) {
|
|
585
586
|
for (let de = 0; de < W.length; ++de) {
|
|
@@ -684,7 +685,7 @@ declare module "@stencil/core/internal/stencil-public-runtime" {
|
|
|
684
685
|
export * from "./stencil.js";`, g = `${t.config.context.dtsEmitPath}types/`, K = `${g}lumina.d.ts`, w = `${g}preact.d.ts`, $ = `${g}react.d.ts`, B = `${g}stencil.d.ts`, E = `${g}components.d.ts`;
|
|
685
686
|
t.dtsFiles.set(K, L), t.dtsFiles.set(w, y), t.dtsFiles.set($, D), t.dtsFiles.set(B, I), t.dtsFiles.set(E, x);
|
|
686
687
|
}
|
|
687
|
-
function
|
|
688
|
+
function vn(e, t) {
|
|
688
689
|
const n = [], i = [];
|
|
689
690
|
let a = !1;
|
|
690
691
|
if (t !== void 0)
|
|
@@ -700,20 +701,20 @@ function yn(e, t) {
|
|
|
700
701
|
}
|
|
701
702
|
let r = n.length > 0 ? `Required<Pick<${e}, ${n.join(" | ")}>>` : "";
|
|
702
703
|
i.length > 0 && (r.length > 0 && (r += ", "), r += `Partial<Pick<${e}, ${i.join(" | ")}>>`), a && (r.length > 0 && (r += ", "), r += `${e}SetterTypes`);
|
|
703
|
-
const l = a ? `type ${e}SetterTypes = ${e}["${
|
|
704
|
+
const l = a ? `type ${e}SetterTypes = ${e}["${ri}"];
|
|
704
705
|
` : "";
|
|
705
706
|
return [r.length === 0 ? "" : `${r}, `, l];
|
|
706
707
|
}
|
|
707
|
-
function
|
|
708
|
+
function ha(e, t) {
|
|
708
709
|
const n = t.moduleMap.get("index");
|
|
709
710
|
if (n === void 0)
|
|
710
|
-
e.unshift(
|
|
711
|
+
e.unshift(Sn);
|
|
711
712
|
else {
|
|
712
713
|
const i = me(n);
|
|
713
|
-
i.index.named.getAssetPath === void 0 && n.declarations.push(
|
|
714
|
+
i.index.named.getAssetPath === void 0 && n.declarations.push(si), i.index.named.setAssetPath === void 0 && n.declarations.push(li);
|
|
714
715
|
}
|
|
715
716
|
}
|
|
716
|
-
const
|
|
717
|
+
const ri = "@setterTypes", si = {
|
|
717
718
|
[J]: et(),
|
|
718
719
|
kind: "function",
|
|
719
720
|
name: "getAssetPath",
|
|
@@ -755,7 +756,7 @@ const ai = "@setterTypes", ri = {
|
|
|
755
756
|
signature: void 0,
|
|
756
757
|
privacy: void 0,
|
|
757
758
|
source: void 0
|
|
758
|
-
},
|
|
759
|
+
}, li = {
|
|
759
760
|
[J]: et(),
|
|
760
761
|
kind: "function",
|
|
761
762
|
name: "setAssetPath",
|
|
@@ -818,10 +819,10 @@ browser will load the assets from.`,
|
|
|
818
819
|
signature: void 0,
|
|
819
820
|
privacy: void 0,
|
|
820
821
|
source: void 0
|
|
821
|
-
},
|
|
822
|
-
|
|
823
|
-
const
|
|
824
|
-
[J]:
|
|
822
|
+
}, ci = ii(void 0, "index", {}, { class: void 0, default: void 0, named: {} });
|
|
823
|
+
ci.importsText = "";
|
|
824
|
+
const Sn = {
|
|
825
|
+
[J]: ci,
|
|
825
826
|
kind: "javascript-module",
|
|
826
827
|
path: "index",
|
|
827
828
|
sourcePath: "src/index.ts",
|
|
@@ -829,7 +830,7 @@ const vn = {
|
|
|
829
830
|
description: void 0,
|
|
830
831
|
docsTags: void 0,
|
|
831
832
|
summary: void 0,
|
|
832
|
-
declarations: [
|
|
833
|
+
declarations: [si, li],
|
|
833
834
|
exports: void 0
|
|
834
835
|
};
|
|
835
836
|
function pt(e, t) {
|
|
@@ -842,7 +843,7 @@ function pt(e, t) {
|
|
|
842
843
|
return a === "" ? i : `${a}/${i}`;
|
|
843
844
|
}
|
|
844
845
|
}
|
|
845
|
-
function
|
|
846
|
+
function gn(e, t) {
|
|
846
847
|
let n = 0;
|
|
847
848
|
for (; ; ) {
|
|
848
849
|
const a = e.indexOf("/", n) + 1;
|
|
@@ -888,7 +889,7 @@ function Ot(e, t) {
|
|
|
888
889
|
}
|
|
889
890
|
return !0;
|
|
890
891
|
}
|
|
891
|
-
function
|
|
892
|
+
function Ea(e, t) {
|
|
892
893
|
const n = Te(e), i = he(n), a = me(e);
|
|
893
894
|
if (a.index.class?.privacy !== void 0)
|
|
894
895
|
return e.declarations.length > 1 && t.emitError(
|
|
@@ -911,7 +912,7 @@ function Ta(e, t) {
|
|
|
911
912
|
}
|
|
912
913
|
p += " }";
|
|
913
914
|
}
|
|
914
|
-
const d = c.modulePath === void 0 ? c.externalSpecifier :
|
|
915
|
+
const d = c.modulePath === void 0 ? c.externalSpecifier : gn(a.dtsPath, c.modulePath);
|
|
915
916
|
r += `export ${p} from "${d}";
|
|
916
917
|
`;
|
|
917
918
|
}
|
|
@@ -933,11 +934,11 @@ function Ta(e, t) {
|
|
|
933
934
|
|
|
934
935
|
`);
|
|
935
936
|
}
|
|
936
|
-
return t.isJsApi ?
|
|
937
|
+
return t.isJsApi ? yn(r, e, t) : (t.isComponentProject && (e.exports?.[0].kind === "custom-element-definition" ? r = `/// <reference path="../../index.d.ts" />
|
|
937
938
|
${r}` : e.path === "index" && (r += t.vanillaComponentTypes)), r);
|
|
938
939
|
}
|
|
939
940
|
function he(e) {
|
|
940
|
-
return e === void 0 ? "" : `/*${
|
|
941
|
+
return e === void 0 ? "" : `/*${rn(e)}*/
|
|
941
942
|
`;
|
|
942
943
|
}
|
|
943
944
|
function Nt(e) {
|
|
@@ -948,7 +949,7 @@ function Nt(e) {
|
|
|
948
949
|
const a = ue(e);
|
|
949
950
|
if (e.supertypes === void 0 && e.type === void 0 && e.members?.length === 1 && (e.members[0].kind === "call-signature" || e.members[0].kind === "constructor")) {
|
|
950
951
|
const l = e.members[0];
|
|
951
|
-
let s =
|
|
952
|
+
let s = di(l, !0);
|
|
952
953
|
const c = Te(l)?.docsTags;
|
|
953
954
|
c !== void 0 && (t = {
|
|
954
955
|
description: t?.description,
|
|
@@ -964,7 +965,7 @@ function Nt(e) {
|
|
|
964
965
|
s !== "" ? l = l === void 0 ? `{${s}}` : `${l} & {${s}}` : l === void 0 && e.supertypes === void 0 && (l = "{}"), n = Rt(e.name, e.typeParameters, e.supertypes, l);
|
|
965
966
|
} else {
|
|
966
967
|
const l = mt(e);
|
|
967
|
-
n =
|
|
968
|
+
n = wi(
|
|
968
969
|
a.isDefaultExported === !0,
|
|
969
970
|
e.name,
|
|
970
971
|
e.typeParameters,
|
|
@@ -974,7 +975,7 @@ function Nt(e) {
|
|
|
974
975
|
}
|
|
975
976
|
} else if (e.kind === "function") {
|
|
976
977
|
const a = ht(e);
|
|
977
|
-
n =
|
|
978
|
+
n = Ui(
|
|
978
979
|
a.isDefaultExported === !0,
|
|
979
980
|
e.name,
|
|
980
981
|
e.typeParameters,
|
|
@@ -982,8 +983,8 @@ function Nt(e) {
|
|
|
982
983
|
e.return.type.text
|
|
983
984
|
);
|
|
984
985
|
} else if (e.kind === "variable") {
|
|
985
|
-
const a =
|
|
986
|
-
n +=
|
|
986
|
+
const a = ti(e);
|
|
987
|
+
n += Vi(a.isDefaultExported === !0, e.name, e.type.text);
|
|
987
988
|
}
|
|
988
989
|
return `${he(t)}${n}`;
|
|
989
990
|
}
|
|
@@ -991,7 +992,7 @@ function wt(e) {
|
|
|
991
992
|
const t = ue(e), n = t.isDefaultExported === !0, i = mt(e), a = e, r = e;
|
|
992
993
|
let l, s = a.mixins ?? r.supertypes;
|
|
993
994
|
s === void 0 ? a.superclass !== void 0 && (l = Fe(a.superclass)) : a.superclass === void 0 && s.length === 1 ? (l = Fe(s[0]), s = void 0) : l = `${e.name}Superclass`;
|
|
994
|
-
let c =
|
|
995
|
+
let c = Wi(
|
|
995
996
|
t.hasExplicitAbstract !== void 0,
|
|
996
997
|
n,
|
|
997
998
|
e.name,
|
|
@@ -1015,7 +1016,7 @@ function mt(e) {
|
|
|
1015
1016
|
const i = ue(e);
|
|
1016
1017
|
if (e.kind === "mixin" && (n += `constructor(...args: any[]);
|
|
1017
1018
|
`), i.eventTypesProperty !== void 0) {
|
|
1018
|
-
let l =
|
|
1019
|
+
let l = hn;
|
|
1019
1020
|
if (i.eventTypesProperty.description !== void 0 || i.eventTypesProperty.docsTags !== void 0) {
|
|
1020
1021
|
const c = Te(i.eventTypesProperty);
|
|
1021
1022
|
l = he(c);
|
|
@@ -1033,10 +1034,10 @@ function mt(e) {
|
|
|
1033
1034
|
continue;
|
|
1034
1035
|
const d = Te(c);
|
|
1035
1036
|
n += he(d), c.kind === "field" ? (r && c.getterType !== void 0 && (l += ` ${ve(!1, !1, !1, !1, !1, c.docsTags?.includes(N.required) !== !0, c.name, c.type.text)}
|
|
1036
|
-
`), n += Ut(c)) : n +=
|
|
1037
|
+
`), n += Ut(c)) : n += di(c, !1), n += `
|
|
1037
1038
|
`;
|
|
1038
1039
|
}
|
|
1039
|
-
l !== "" && (n += `${ve(!1, !1, !1, !1, !1, !1,
|
|
1040
|
+
l !== "" && (n += `${ve(!1, !1, !1, !1, !1, !1, ri, `{
|
|
1040
1041
|
${l}}`)}
|
|
1041
1042
|
`);
|
|
1042
1043
|
}
|
|
@@ -1053,7 +1054,7 @@ ${l}}`)}
|
|
|
1053
1054
|
const p = a.events[c];
|
|
1054
1055
|
if (p.inheritedFrom === void 0) {
|
|
1055
1056
|
const d = Te(p);
|
|
1056
|
-
n += `${he(d)}${ve(!1, !1, !1, !0, !1, !1, p.name, `import("${
|
|
1057
|
+
n += `${he(d)}${ve(!1, !1, !1, !0, !1, !1, p.name, `import("${Tn}").TargetedEvent<this, ${p.type.text}>`)}
|
|
1057
1058
|
`;
|
|
1058
1059
|
}
|
|
1059
1060
|
s += ` ${ve(!1, !1, !1, !1, !1, !1, p.name, `${l}["${p.name}"]["detail"]`)}
|
|
@@ -1068,12 +1069,12 @@ ${s}}`)}
|
|
|
1068
1069
|
`, `
|
|
1069
1070
|
`).slice(0, -2)}`;
|
|
1070
1071
|
}
|
|
1071
|
-
const
|
|
1072
|
+
const Tn = "@arcgis/lumina";
|
|
1072
1073
|
function Ut(e) {
|
|
1073
1074
|
let t = "";
|
|
1074
|
-
const n =
|
|
1075
|
+
const n = Fi(e), i = n.isAccessor === !0, a = e.readonly === !0;
|
|
1075
1076
|
if (e.getterType !== void 0 || i && a)
|
|
1076
|
-
t +=
|
|
1077
|
+
t += Bi(
|
|
1077
1078
|
e.privacy !== void 0,
|
|
1078
1079
|
n.isAbstract === !0,
|
|
1079
1080
|
e.static === !0,
|
|
@@ -1096,9 +1097,9 @@ function Ut(e) {
|
|
|
1096
1097
|
}
|
|
1097
1098
|
return t;
|
|
1098
1099
|
}
|
|
1099
|
-
function
|
|
1100
|
+
function di(e, t) {
|
|
1100
1101
|
const n = ht(e);
|
|
1101
|
-
return
|
|
1102
|
+
return _i(
|
|
1102
1103
|
e.privacy !== void 0,
|
|
1103
1104
|
n.isAbstract === !0,
|
|
1104
1105
|
e.static === !0,
|
|
@@ -1109,7 +1110,7 @@ function ci(e, t) {
|
|
|
1109
1110
|
e.return?.type.text
|
|
1110
1111
|
);
|
|
1111
1112
|
}
|
|
1112
|
-
const
|
|
1113
|
+
const hn = he({
|
|
1113
1114
|
description: void 0,
|
|
1114
1115
|
docsTags: [
|
|
1115
1116
|
{
|
|
@@ -1119,19 +1120,19 @@ Use EventNames and EventTypes helpers from @arcgis/core/Evented`
|
|
|
1119
1120
|
}
|
|
1120
1121
|
]
|
|
1121
1122
|
});
|
|
1122
|
-
function
|
|
1123
|
+
function Ca() {
|
|
1123
1124
|
const e = Date.now();
|
|
1124
|
-
return () => (Date.now() - e) /
|
|
1125
|
+
return () => (Date.now() - e) / En;
|
|
1125
1126
|
}
|
|
1126
|
-
const
|
|
1127
|
-
function
|
|
1127
|
+
const En = 1e3;
|
|
1128
|
+
function Cn(e) {
|
|
1128
1129
|
const t = e.indexOf("/");
|
|
1129
1130
|
return t === -1 ? e : e.slice(0, t);
|
|
1130
1131
|
}
|
|
1131
1132
|
function Vt(e, t, n) {
|
|
1132
1133
|
if (!n.isComponentProject || n.config.context.isLuminaMinimalExtraction || n.config.documentation.publicStoryUrlPrefix === !1)
|
|
1133
1134
|
return;
|
|
1134
|
-
const i = e.match(
|
|
1135
|
+
const i = e.match(Pn)?.[1];
|
|
1135
1136
|
if (i === void 0) {
|
|
1136
1137
|
n.emitError(
|
|
1137
1138
|
'Failed to find component tag name. Make sure the "component" property is present in the story meta. Documentation: https://webgis.esri.com/references/support-packages/storybook',
|
|
@@ -1140,14 +1141,14 @@ function Vt(e, t, n) {
|
|
|
1140
1141
|
return;
|
|
1141
1142
|
}
|
|
1142
1143
|
const a = [];
|
|
1143
|
-
for (const l of e.matchAll(
|
|
1144
|
-
const s = l[1], c =
|
|
1144
|
+
for (const l of e.matchAll(bn)) {
|
|
1145
|
+
const s = l[1], c = Rn(s), p = e.indexOf("{", l.index), d = e.indexOf("}", p), m = e.slice(0, l.index).trimEnd();
|
|
1145
1146
|
let u = "";
|
|
1146
1147
|
if (m.endsWith("*/")) {
|
|
1147
1148
|
const C = m.lastIndexOf("/**");
|
|
1148
|
-
u = m.slice(C + 3, -2).trim().replaceAll(
|
|
1149
|
+
u = m.slice(C + 3, -2).trim().replaceAll(xn, "");
|
|
1149
1150
|
}
|
|
1150
|
-
const f = e.slice(p, d).match(
|
|
1151
|
+
const f = e.slice(p, d).match(Mn)?.[1] || c, S = Dn(c);
|
|
1151
1152
|
a.push({
|
|
1152
1153
|
description: `${f}${u ? `
|
|
1153
1154
|
${u}` : ""}`,
|
|
@@ -1165,20 +1166,20 @@ ${u}` : ""}`,
|
|
|
1165
1166
|
const r = n.componentStories[i];
|
|
1166
1167
|
r === void 0 ? n.componentStories[i] = a : r.push(...a);
|
|
1167
1168
|
}
|
|
1168
|
-
const
|
|
1169
|
-
function
|
|
1169
|
+
const Pn = /component: ["']([^"']+)["']/u, bn = /export const (\w+)/gu, Mn = /name: ["']([^"']+)["']/u, xn = /^\s*\*\s?/gmu, Dn = (e) => e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]/giu, "-").replace(/-+/gu, "-").replace(/^-+/u, "").replace(/-+$/u, ""), Rn = (e) => e.replace(/_/gu, " ").replace(/-/gu, " ").replace(/\./gu, " ").replace(/([^\n])([A-Z])([a-z])/gu, (t, n, i, a) => `${n} ${i}${a}`).replace(/([a-z])([A-Z])/gu, (t, n, i) => `${n} ${i}`).replace(/([a-z])([0-9])/giu, (t, n, i) => `${n} ${i}`).replace(/([0-9])([a-z])/giu, (t, n, i) => `${n} ${i}`).replace(/(\s|^)(\w)/gu, (t, n, i) => `${n}${i.toUpperCase()}`).replace(/ +/gu, " ").trim();
|
|
1170
|
+
function Ln(e, t) {
|
|
1170
1171
|
if (t.config.context.isLuminaMinimalExtraction || t.componentTagName === void 0)
|
|
1171
1172
|
return;
|
|
1172
1173
|
const n = e.moduleSpecifier.text, i = /\.(?:css|s[ac]ss|less|styl(?:us)?|postcss|pcss|sss)(\\?|$)/u;
|
|
1173
1174
|
if (!(n.startsWith(".") && i.test(n)))
|
|
1174
1175
|
return;
|
|
1175
|
-
const r = n.split("?", 1)[0], l =
|
|
1176
|
+
const r = n.split("?", 1)[0], l = tn.join(t.file.fileName, "..", r), s = Ji(l, "utf-8"), c = In(s);
|
|
1176
1177
|
c !== void 0 && (t.componentCssFileDocs = c);
|
|
1177
1178
|
}
|
|
1178
|
-
function
|
|
1179
|
+
function In(e) {
|
|
1179
1180
|
const t = [];
|
|
1180
|
-
for (const n of e.matchAll(
|
|
1181
|
-
const i = n.groups.name, a = n.groups.description.replaceAll(
|
|
1181
|
+
for (const n of e.matchAll(An)) {
|
|
1182
|
+
const i = n.groups.name, a = n.groups.description.replaceAll(kn, " ").trim();
|
|
1182
1183
|
t.push({
|
|
1183
1184
|
name: i,
|
|
1184
1185
|
deprecated: void 0,
|
|
@@ -1190,8 +1191,8 @@ function Ln(e) {
|
|
|
1190
1191
|
}
|
|
1191
1192
|
return t.length === 0 ? void 0 : t;
|
|
1192
1193
|
}
|
|
1193
|
-
const
|
|
1194
|
-
function
|
|
1194
|
+
const An = /@prop\s+(?<name>--[\w-]+)\s*:(?<description>[^@/]+)/gu, kn = /\n\s+\*? ?/gu;
|
|
1195
|
+
function pi(e, t) {
|
|
1195
1196
|
if (e === void 0)
|
|
1196
1197
|
return !1;
|
|
1197
1198
|
for (let n = 0; n < e.length; ++n)
|
|
@@ -1207,25 +1208,25 @@ function tt(e) {
|
|
|
1207
1208
|
return e.modifiers[t + 1]?.kind === o.SyntaxKind.DefaultKeyword ? 2 : 1;
|
|
1208
1209
|
return 0;
|
|
1209
1210
|
}
|
|
1210
|
-
function
|
|
1211
|
+
function mi(e, t) {
|
|
1211
1212
|
return e.endsWith("Properties") && t.apiClassLikeName === e.slice(0, -10);
|
|
1212
1213
|
}
|
|
1213
|
-
const kn = /* @__PURE__ */ JSON.parse('{"AacBitstreamFormat":[],"AacEncoderConfig":[],"AbortController":["AbortController"],"AbortSignal":["AbortSignal"],"AbortSignalEventMap":[],"AbstractRange":["AbstractRange"],"AbstractWorker":["error_event"],"AbstractWorkerEventMap":[],"ActiveXObject":[],"addEventListener":[],"AddEventListenerOptions":[],"AddressErrors":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"AggregateError":[],"AggregateErrorConstructor":[],"alert":["Window/alert"],"Algorithm":[],"AlgorithmIdentifier":[],"AlignSetting":[],"AllAcceptedCredentialsOptions":[],"AllowSharedBufferSource":[],"AlphaOption":[],"AnalyserNode":["AnalyserNode"],"AnalyserOptions":[],"ANGLE_instanced_arrays":["ANGLE_instanced_arrays"],"Animatable":["animate"],"Animation":["Animation"],"AnimationEffect":["AnimationEffect"],"AnimationEvent":["AnimationEvent"],"AnimationEventInit":[],"AnimationEventMap":[],"AnimationFrameProvider":["cancelAnimationFrame"],"AnimationPlaybackEvent":["AnimationPlaybackEvent"],"AnimationPlaybackEventInit":[],"AnimationPlayState":[],"AnimationReplaceState":[],"AnimationTimeline":["AnimationTimeline"],"AppendMode":[],"ARIAMixin":["ariaActiveDescendantElement"],"Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array"],"ArrayBuffer":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer"],"ArrayBufferConstructor":[],"ArrayBufferLike":[],"ArrayBufferTypes":[],"ArrayBufferView":[],"ArrayConstructor":[],"ArrayIterator":[],"ArrayLike":[],"AssignedNodesOptions":[],"AsyncDisposable":[],"AsyncDisposableStack":[],"AsyncDisposableStackConstructor":[],"AsyncGenerator":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator"],"AsyncGeneratorFunction":[],"AsyncGeneratorFunctionConstructor":[],"AsyncIterable":[],"AsyncIterableIterator":[],"AsyncIterator":[],"AsyncIteratorObject":[],"atob":["Window/atob"],"Atomics":[],"AttestationConveyancePreference":[],"Attr":["Attr"],"Audio":[],"AudioBuffer":["AudioBuffer"],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioBufferSourceNode"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["AudioContext"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":["AudioData"],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDataOutputCallback":[],"AudioDecoder":["AudioDecoder"],"AudioDecoderConfig":[],"AudioDecoderEventMap":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioDestinationNode"],"AudioEncoder":["AudioEncoder"],"AudioEncoderConfig":[],"AudioEncoderEventMap":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":["AudioListener"],"AudioNode":["AudioNode"],"AudioNodeOptions":[],"AudioParam":["AudioParam"],"AudioParamMap":["AudioParamMap"],"AudioProcessingEvent":["AudioProcessingEvent"],"AudioProcessingEventInit":[],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioScheduledSourceNode"],"AudioScheduledSourceNodeEventMap":[],"AudioTimestamp":[],"AudioWorklet":["AudioWorklet"],"AudioWorkletNode":["AudioWorkletNode"],"AudioWorkletNodeEventMap":[],"AudioWorkletNodeOptions":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJSON":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJSON":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobInputsJSON":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsLargeBlobOutputsJSON":[],"AuthenticationExtensionsPRFInputs":[],"AuthenticationExtensionsPRFInputsJSON":[],"AuthenticationExtensionsPRFOutputs":[],"AuthenticationExtensionsPRFOutputsJSON":[],"AuthenticationExtensionsPRFValues":[],"AuthenticationExtensionsPRFValuesJSON":[],"AuthenticationResponseJSON":[],"AuthenticatorAssertionResponse":["AuthenticatorAssertionResponse"],"AuthenticatorAssertionResponseJSON":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorAttestationResponse"],"AuthenticatorAttestationResponseJSON":[],"AuthenticatorResponse":["AuthenticatorResponse"],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoFill":[],"AutoFillAddressKind":[],"AutoFillBase":[],"AutoFillContactField":[],"AutoFillContactKind":[],"AutoFillCredentialField":[],"AutoFillField":[],"AutoFillNormalField":[],"AutoFillSection":[],"AutoKeyword":[],"AutomationRate":[],"AvcBitstreamFormat":[],"AvcEncoderConfig":[],"Awaited":["https://www.typescriptlang.org/docs/handbook/utility-types.html#awaitedtype"],"BarProp":["BarProp"],"Base64URLString":[],"BaseAudioContext":["BaseAudioContext"],"BaseAudioContextEventMap":[],"BeforeUnloadEvent":["BeforeUnloadEvent"],"BigInt":[],"BigInt64Array":[],"BigInt64ArrayConstructor":[],"BigIntConstructor":[],"BigInteger":[],"BigIntToLocaleStringOptions":[],"BigUint64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint64Array"],"BigUint64ArrayConstructor":[],"BinaryType":[],"BiquadFilterNode":["BiquadFilterNode"],"BiquadFilterOptions":[],"BiquadFilterType":[],"BitrateMode":[],"Blob":["Blob"],"BlobCallback":[],"BlobEvent":["BlobEvent"],"BlobEventInit":[],"BlobPart":[],"BlobPropertyBag":[],"blur":["Window/blur"],"Body":["body"],"BodyInit":[],"Boolean":[],"BooleanConstructor":[],"BroadcastChannel":["BroadcastChannel"],"BroadcastChannelEventMap":[],"btoa":["Window/btoa"],"BufferSource":[],"BuiltinIteratorReturn":[],"ByteLengthQueuingStrategy":["ByteLengthQueuingStrategy"],"Cache":["Cache"],"CacheQueryOptions":[],"caches":[],"CacheStorage":["CacheStorage"],"CallableFunction":[],"cancelAnimationFrame":["DedicatedWorkerGlobalScope/cancelAnimationFrame"],"cancelIdleCallback":["Window/cancelIdleCallback"],"CanPlayTypeResult":[],"CanvasCaptureMediaStreamTrack":["CanvasCaptureMediaStreamTrack"],"CanvasCompositing":["globalAlpha"],"CanvasDirection":[],"CanvasDrawImage":["drawImage"],"CanvasDrawPath":["beginPath"],"CanvasFillRule":[],"CanvasFillStrokeStyles":["fillStyle"],"CanvasFilters":["filter"],"CanvasFontKerning":[],"CanvasFontStretch":[],"CanvasFontVariantCaps":[],"CanvasGradient":["CanvasGradient"],"CanvasImageData":["createImageData"],"CanvasImageSmoothing":["imageSmoothingEnabled"],"CanvasImageSource":[],"CanvasLineCap":[],"CanvasLineJoin":[],"CanvasPath":["arc"],"CanvasPathDrawingStyles":["lineCap"],"CanvasPattern":["CanvasPattern"],"CanvasRect":["clearRect"],"CanvasRenderingContext2D":["CanvasRenderingContext2D"],"CanvasRenderingContext2DSettings":[],"CanvasSettings":["getContextAttributes"],"CanvasShadowStyles":["shadowBlur"],"CanvasState":["isContextLost"],"CanvasText":["fillText"],"CanvasTextAlign":[],"CanvasTextBaseline":[],"CanvasTextDrawingStyles":["direction"],"CanvasTextRendering":[],"CanvasTransform":["getTransform"],"CanvasUserInterface":["drawFocusIfNeeded"],"Capitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"captureEvents":["Window/captureEvents"],"CaretPosition":["CaretPosition"],"CaretPositionFromPointOptions":[],"CDATASection":["CDATASection"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["ChannelMergerNode"],"ChannelMergerOptions":[],"ChannelSplitterNode":["ChannelSplitterNode"],"ChannelSplitterOptions":[],"CharacterData":["CharacterData"],"CheckVisibilityOptions":[],"ChildNode":["after"],"ClassAccessorDecoratorContext":[],"ClassAccessorDecoratorResult":[],"ClassAccessorDecoratorTarget":[],"ClassDecorator":[],"ClassDecoratorContext":[],"ClassFieldDecoratorContext":[],"ClassGetterDecoratorContext":[],"ClassMemberDecoratorContext":[],"ClassMethodDecoratorContext":[],"ClassSetterDecoratorContext":[],"clearInterval":["Window/clearInterval"],"clearTimeout":["Window/clearTimeout"],"Client":["Client"],"clientInformation":[],"ClientQueryOptions":[],"ClientRect":[],"Clients":["Clients"],"ClientTypes":[],"Clipboard":["Clipboard"],"ClipboardEvent":["ClipboardEvent"],"ClipboardEventInit":[],"ClipboardItem":["ClipboardItem"],"ClipboardItemData":[],"ClipboardItemOptions":[],"ClipboardItems":[],"close":["DedicatedWorkerGlobalScope/close"],"closed":[],"CloseEvent":["CloseEvent"],"CloseEventInit":[],"CodecState":[],"ColorGamut":[],"ColorSpaceConversion":[],"CommandEvent":["CommandEvent"],"CommandEventInit":[],"Comment":["Comment"],"CompositeOperation":[],"CompositeOperationOrAuto":[],"CompositionEvent":["CompositionEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":["CompressionStream"],"ComputedEffectTiming":[],"ComputedKeyframe":[],"ConcatArray":[],"confirm":["Window/confirm"],"console":[],"Console":["console"],"ConstantSourceNode":["ConstantSourceNode"],"ConstantSourceOptions":[],"ConstrainBoolean":[],"ConstrainBooleanOrDOMString":[],"ConstrainBooleanOrDOMStringParameters":[],"ConstrainBooleanParameters":[],"ConstrainDOMString":[],"ConstrainDOMStringParameters":[],"ConstrainDouble":[],"ConstrainDoubleRange":[],"ConstrainULong":[],"ConstrainULongRange":[],"ConstructorParameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#constructorparameterstype"],"ContentVisibilityAutoStateChangeEvent":["ContentVisibilityAutoStateChangeEvent"],"ContentVisibilityAutoStateChangeEventInit":[],"ConvolverNode":["ConvolverNode"],"ConvolverOptions":[],"CookieChangeEvent":["CookieChangeEvent"],"CookieChangeEventInit":[],"CookieInit":[],"CookieList":[],"CookieListItem":[],"CookieSameSite":[],"cookieStore":[],"CookieStore":["CookieStore"],"CookieStoreDeleteOptions":[],"CookieStoreEventMap":[],"CookieStoreGetOptions":[],"CookieStoreManager":["CookieStoreManager"],"COSEAlgorithmIdentifier":[],"CountQueuingStrategy":["CountQueuingStrategy"],"createImageBitmap":["Window/createImageBitmap"],"Credential":["Credential"],"CredentialCreationOptions":[],"CredentialMediationRequirement":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":["CredentialsContainer"],"crossOriginIsolated":[],"crypto":[],"Crypto":["Crypto"],"CryptoKey":["CryptoKey"],"CryptoKeyPair":[],"CSS":[null,{"cap":[],"ch":["CSS/factory_functions_static"],"cm":["CSS/factory_functions_static"],"cqb":["CSS/factory_functions_static"],"cqh":["CSS/factory_functions_static"],"cqi":["CSS/factory_functions_static"],"cqmax":["CSS/factory_functions_static"],"cqmin":["CSS/factory_functions_static"],"cqw":["CSS/factory_functions_static"],"deg":["CSS/factory_functions_static"],"dpcm":["CSS/factory_functions_static"],"dpi":["CSS/factory_functions_static"],"dppx":["CSS/factory_functions_static"],"dvb":["CSS/factory_functions_static"],"dvh":["CSS/factory_functions_static"],"dvi":["CSS/factory_functions_static"],"dvmax":["CSS/factory_functions_static"],"dvmin":["CSS/factory_functions_static"],"dvw":["CSS/factory_functions_static"],"em":["CSS/factory_functions_static"],"escape":["CSS/escape_static"],"ex":["CSS/factory_functions_static"],"fr":["CSS/factory_functions_static"],"grad":["CSS/factory_functions_static"],"highlights":[],"Hz":["CSS/factory_functions_static"],"ic":[],"kHz":["CSS/factory_functions_static"],"lh":[],"lvb":["CSS/factory_functions_static"],"lvh":["CSS/factory_functions_static"],"lvi":["CSS/factory_functions_static"],"lvmax":["CSS/factory_functions_static"],"lvmin":["CSS/factory_functions_static"],"lvw":["CSS/factory_functions_static"],"mm":["CSS/factory_functions_static"],"ms":["CSS/factory_functions_static"],"number":["CSS/factory_functions_static"],"pc":["CSS/factory_functions_static"],"percent":["CSS/factory_functions_static"],"pt":["CSS/factory_functions_static"],"px":["CSS/factory_functions_static"],"Q":["CSS/factory_functions_static"],"rad":["CSS/factory_functions_static"],"rcap":[],"rch":[],"registerProperty":["CSS/registerProperty_static"],"rem":["CSS/factory_functions_static"],"rex":[],"ric":[],"rlh":[],"s":["CSS/factory_functions_static"],"supports":["CSS/supports_static"],"svb":["CSS/factory_functions_static"],"svh":["CSS/factory_functions_static"],"svi":["CSS/factory_functions_static"],"svmax":["CSS/factory_functions_static"],"svmin":["CSS/factory_functions_static"],"svw":["CSS/factory_functions_static"],"turn":["CSS/factory_functions_static"],"vb":["CSS/factory_functions_static"],"vh":["CSS/factory_functions_static"],"vi":["CSS/factory_functions_static"],"vmax":["CSS/factory_functions_static"],"vmin":["CSS/factory_functions_static"],"vw":["CSS/factory_functions_static"]}],"CSSAnimation":["CSSAnimation"],"CSSConditionRule":["CSSConditionRule"],"CSSContainerRule":["CSSContainerRule"],"CSSCounterStyleRule":["CSSCounterStyleRule"],"CSSFontFaceRule":["CSSFontFaceRule"],"CSSFontFeatureValuesRule":["CSSFontFeatureValuesRule"],"CSSFontPaletteValuesRule":["CSSFontPaletteValuesRule"],"CSSGroupingRule":["CSSGroupingRule"],"CSSImageValue":["CSSImageValue"],"CSSImportRule":["CSSImportRule"],"CSSKeyframeRule":["CSSKeyframeRule"],"CSSKeyframesRule":["CSSKeyframesRule"],"CSSKeywordish":[],"CSSKeywordValue":["CSSKeywordValue"],"CSSLayerBlockRule":["CSSLayerBlockRule"],"CSSLayerStatementRule":["CSSLayerStatementRule"],"CSSMathClamp":[],"CSSMathInvert":["CSSMathInvert"],"CSSMathMax":["CSSMathMax"],"CSSMathMin":["CSSMathMin"],"CSSMathNegate":["CSSMathNegate"],"CSSMathOperator":[],"CSSMathProduct":["CSSMathProduct"],"CSSMathSum":["CSSMathSum"],"CSSMathValue":["CSSMathValue"],"CSSMatrixComponent":["CSSMatrixComponent"],"CSSMatrixComponentOptions":[],"CSSMediaRule":["CSSMediaRule"],"CSSNamespaceRule":["CSSNamespaceRule"],"CSSNestedDeclarations":["CSSNestedDeclarations"],"CSSNumberish":[],"CSSNumericArray":["CSSNumericArray"],"CSSNumericBaseType":[],"CSSNumericType":[],"CSSNumericValue":["CSSNumericValue"],"CSSPageDescriptors":["CSSPageDescriptors"],"CSSPageRule":["CSSPageRule"],"CSSPerspective":["CSSPerspective"],"CSSPerspectiveValue":[],"CSSPositionTryDescriptors":["CSSPositionTryDescriptors"],"CSSPositionTryRule":["CSSPositionTryRule"],"CSSPropertyRule":["CSSPropertyRule"],"CSSRotate":["CSSRotate"],"CSSRule":["CSSRule"],"CSSRuleList":["CSSRuleList"],"CSSScale":["CSSScale"],"CSSScopeRule":["CSSScopeRule"],"CSSSkew":["CSSSkew"],"CSSSkewX":["CSSSkewX"],"CSSSkewY":["CSSSkewY"],"CSSStartingStyleRule":["CSSStartingStyleRule"],"CSSStyleDeclaration":[],"CSSStyleDeclarationBase":["CSSStyleDeclaration"],"CSSStyleProperties":["CSSStyleProperties"],"CSSStyleRule":["CSSStyleRule"],"CSSStyleSheet":["CSSStyleSheet"],"CSSStyleSheetInit":[],"CSSStyleValue":["CSSStyleValue"],"CSSSupportsRule":["CSSSupportsRule"],"CSSTransformComponent":["CSSTransformComponent"],"CSSTransformValue":["CSSTransformValue"],"CSSTransition":["CSSTransition"],"CSSTranslate":["CSSTranslate"],"CSSUnitValue":["CSSUnitValue"],"CSSUnparsedSegment":[],"CSSUnparsedValue":["CSSUnparsedValue"],"CSSVariableReferenceValue":["CSSVariableReferenceValue"],"CSSViewTransitionRule":["CSSViewTransitionRule"],"CurrentUserDetailsOptions":[],"CustomElementConstructor":[],"CustomElementRegistry":["CustomElementRegistry"],"customElements":[],"CustomEvent":["CustomEvent"],"CustomEventInit":[],"CustomStateSet":["CustomStateSet"],"DataTransfer":["DataTransfer"],"DataTransferItem":["DataTransferItem"],"DataTransferItemList":["DataTransferItemList"],"DataView":[],"DataViewConstructor":[],"Date":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date"],"DateConstructor":[],"DecodeErrorCallback":[],"DecodeSuccessCallback":[],"decodeURI":[],"decodeURIComponent":[],"DecompressionStream":["DecompressionStream"],"DecoratorContext":[],"DecoratorMetadata":[],"DecoratorMetadataObject":[],"DedicatedWorkerGlobalScope":["DedicatedWorkerGlobalScope"],"DedicatedWorkerGlobalScopeEventMap":[],"DelayNode":["DelayNode"],"DelayOptions":[],"DeviceMotionEvent":["DeviceMotionEvent"],"DeviceMotionEventAcceleration":["DeviceMotionEventAcceleration"],"DeviceMotionEventAccelerationInit":[],"DeviceMotionEventInit":[],"DeviceMotionEventRotationRate":["DeviceMotionEventRotationRate"],"DeviceMotionEventRotationRateInit":[],"DeviceOrientationEvent":["DeviceOrientationEvent"],"DeviceOrientationEventInit":[],"devicePixelRatio":[],"DigitalCredential":[],"DirectionSetting":[],"dispatchEvent":["EventTarget/dispatchEvent"],"DisplayCaptureSurfaceType":[],"DisplayMediaStreamOptions":[],"Disposable":[],"DisposableStack":[],"DisposableStackConstructor":[],"DistanceModelType":[],"document":[],"Document":["Document"],"DocumentEventMap":[],"DocumentFragment":["DocumentFragment"],"DocumentOrShadowRoot":["activeElement"],"DocumentReadyState":[],"DocumentTimeline":["DocumentTimeline"],"DocumentTimelineOptions":[],"DocumentType":["DocumentType"],"DocumentVisibilityState":[],"DOMException":["DOMException"],"DOMHighResTimeStamp":[],"DOMImplementation":["DOMImplementation"],"DOMMatrix":["DOMMatrix"],"DOMMatrix2DInit":[],"DOMMatrixInit":[],"DOMMatrixReadOnly":["DOMMatrixReadOnly"],"DOMParser":["DOMParser"],"DOMParserSupportedType":[],"DOMPoint":["DOMPoint"],"DOMPointInit":[],"DOMPointReadOnly":["DOMPointReadOnly"],"DOMQuad":["DOMQuad"],"DOMQuadInit":[],"DOMRect":["DOMRect"],"DOMRectInit":[],"DOMRectList":["DOMRectList"],"DOMRectReadOnly":["DOMRectReadOnly"],"DOMStringList":["DOMStringList"],"DOMStringMap":["DOMStringMap"],"DOMTokenList":["DOMTokenList"],"DoubleRange":[],"DragEvent":["DragEvent"],"DragEventInit":[],"DynamicsCompressorNode":["DynamicsCompressorNode"],"DynamicsCompressorOptions":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EffectTiming":[],"Element":["Element"],"ElementContentEditable":["contentEditable"],"ElementCreationOptions":[],"ElementCSSInlineStyle":["attributeStyleMap"],"ElementDefinitionOptions":[],"ElementEventMap":[],"ElementInternals":["ElementInternals"],"ElementTagNameMap":[],"EncodedAudioChunk":["EncodedAudioChunk"],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkOutputCallback":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":["EncodedVideoChunk"],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkOutputCallback":[],"EncodedVideoChunkType":[],"encodeURI":[],"encodeURIComponent":[],"EndingType":[],"EndOfStreamError":[],"Enumerator":[],"EnumeratorConstructor":[],"EpochTimeStamp":[],"Error":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error"],"ErrorCallback":[],"ErrorConstructor":[],"ErrorEvent":["ErrorEvent"],"ErrorEventInit":[],"ErrorOptions":[],"escape":[],"eval":[],"EvalError":[],"EvalErrorConstructor":[],"event":[],"Event":["Event"],"EventCounts":["EventCounts"],"EventInit":[],"EventListener":[],"EventListenerObject":[],"EventListenerOptions":[],"EventListenerOrEventListenerObject":[],"EventModifierInit":[],"EventSource":["EventSource"],"EventSourceEventMap":[],"EventSourceInit":[],"EventTarget":["EventTarget"],"Exclude":["https://www.typescriptlang.org/docs/handbook/utility-types.html#excludeuniontype-excludedmembers"],"EXT_blend_minmax":["EXT_blend_minmax"],"EXT_color_buffer_float":["EXT_color_buffer_float"],"EXT_color_buffer_half_float":["EXT_color_buffer_half_float"],"EXT_float_blend":["EXT_float_blend"],"EXT_frag_depth":["EXT_frag_depth"],"EXT_shader_texture_lod":["EXT_shader_texture_lod"],"EXT_sRGB":["EXT_sRGB"],"EXT_texture_compression_bptc":["EXT_texture_compression_bptc"],"EXT_texture_compression_rgtc":["EXT_texture_compression_rgtc"],"EXT_texture_filter_anisotropic":["EXT_texture_filter_anisotropic"],"EXT_texture_norm16":["EXT_texture_norm16"],"ExtendableCookieChangeEvent":["ExtendableCookieChangeEvent"],"ExtendableCookieChangeEventInit":[],"ExtendableEvent":["ExtendableEvent"],"ExtendableEventInit":[],"ExtendableMessageEvent":["ExtendableMessageEvent"],"ExtendableMessageEventInit":[],"external":[],"External":[],"Extract":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"fetch":["Window/fetch"],"FetchEvent":["FetchEvent"],"FetchEventInit":[],"File":["File"],"FileCallback":[],"FileList":["FileList"],"FilePropertyBag":[],"FileReader":["FileReader"],"FileReaderEventMap":[],"FileReaderSync":["FileReaderSync"],"FileSystem":["FileSystem"],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemDirectoryEntry"],"FileSystemDirectoryHandle":["FileSystemDirectoryHandle"],"FileSystemDirectoryHandleAsyncIterator":[],"FileSystemDirectoryReader":["FileSystemDirectoryReader"],"FileSystemEntriesCallback":[],"FileSystemEntry":["FileSystemEntry"],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemFileEntry"],"FileSystemFileHandle":["FileSystemFileHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":["FileSystemHandle"],"FileSystemHandleKind":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":["FileSystemSyncAccessHandle"],"FileSystemWritableFileStream":["FileSystemWritableFileStream"],"FileSystemWriteChunkType":[],"FillLightMode":[],"FillMode":[],"FinalizationRegistry":[],"FinalizationRegistryConstructor":[],"FlatArray":[],"Float16Array":[],"Float16ArrayConstructor":[],"Float32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float32Array"],"Float32ArrayConstructor":[],"Float32List":[],"Float64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float64Array"],"Float64ArrayConstructor":[],"focus":["Window/focus"],"FocusEvent":["FocusEvent"],"FocusEventInit":[],"FocusOptions":[],"FontDisplay":[],"FontFace":["FontFace"],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["FontFaceSet"],"FontFaceSetEventMap":[],"FontFaceSetLoadEvent":["FontFaceSetLoadEvent"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FontFaceSource":["fonts"],"fonts":[],"FormData":["FormData"],"FormDataEntryValue":[],"FormDataEvent":["FormDataEvent"],"FormDataEventInit":[],"FormDataIterator":[],"FragmentDirective":["FragmentDirective"],"frameElement":[],"FrameRequestCallback":[],"frames":[],"FrameType":[],"FullscreenNavigationUI":[],"FullscreenOptions":[],"Function":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function"],"FunctionConstructor":[],"FunctionStringCallback":[],"GainNode":["GainNode"],"GainOptions":[],"Gamepad":["Gamepad"],"GamepadButton":["GamepadButton"],"GamepadEffectParameters":[],"GamepadEvent":["GamepadEvent"],"GamepadEventInit":[],"GamepadHapticActuator":["GamepadHapticActuator"],"GamepadHapticEffectType":[],"GamepadHapticsResult":[],"GamepadMappingType":[],"Generator":[],"GeneratorFunction":[],"GeneratorFunctionConstructor":[],"GenericTransformStream":["readable"],"Geolocation":["Geolocation"],"GeolocationCoordinates":["GeolocationCoordinates"],"GeolocationPosition":["GeolocationPosition"],"GeolocationPositionError":["GeolocationPositionError"],"GetAnimationsOptions":[],"GetComposedRangesOptions":[],"getComputedStyle":["Window/getComputedStyle"],"GetHTMLOptions":[],"GetNotificationOptions":[],"GetRootNodeOptions":[],"getSelection":["Window/getSelection"],"GLbitfield":[],"GLboolean":[],"GLclampf":[],"GLenum":[],"GLfloat":[],"GLint":[],"GLint64":[],"GLintptr":[],"global":[],"GlobalCompositeOperation":[],"GlobalEventHandlers":["abort_event"],"GlobalEventHandlersEventMap":[],"GLsizei":[],"GLsizeiptr":[],"GLuint":[],"GLuint64":[],"GPU":["GPU"],"GPUAdapter":["GPUAdapter"],"GPUAdapterInfo":["GPUAdapterInfo"],"GPUAddressMode":[],"GPUAutoLayoutMode":[],"GPUBindGroup":["GPUBindGroup"],"GPUBindGroupDescriptor":[],"GPUBindGroupEntry":[],"GPUBindGroupLayout":["GPUBindGroupLayout"],"GPUBindGroupLayoutDescriptor":[],"GPUBindGroupLayoutEntry":[],"GPUBindingCommandsMixin":["setBindGroup"],"GPUBindingResource":[],"GPUBlendComponent":[],"GPUBlendFactor":[],"GPUBlendOperation":[],"GPUBlendState":[],"GPUBuffer":["GPUBuffer"],"GPUBufferBinding":[],"GPUBufferBindingLayout":[],"GPUBufferBindingType":[],"GPUBufferDescriptor":[],"GPUBufferDynamicOffset":[],"GPUBufferMapState":[],"GPUBufferUsageFlags":[],"GPUCanvasAlphaMode":[],"GPUCanvasConfiguration":[],"GPUCanvasContext":["GPUCanvasContext"],"GPUCanvasToneMapping":[],"GPUCanvasToneMappingMode":[],"GPUColor":[],"GPUColorDict":[],"GPUColorTargetState":[],"GPUColorWriteFlags":[],"GPUCommandBuffer":["GPUCommandBuffer"],"GPUCommandBufferDescriptor":[],"GPUCommandEncoder":["GPUCommandEncoder"],"GPUCommandEncoderDescriptor":[],"GPUCompareFunction":[],"GPUCompilationInfo":["GPUCompilationInfo"],"GPUCompilationMessage":["GPUCompilationMessage"],"GPUCompilationMessageType":[],"GPUComputePassDescriptor":[],"GPUComputePassEncoder":["GPUComputePassEncoder"],"GPUComputePassTimestampWrites":[],"GPUComputePipeline":["GPUComputePipeline"],"GPUComputePipelineDescriptor":[],"GPUCopyExternalImageDestInfo":[],"GPUCopyExternalImageSource":[],"GPUCopyExternalImageSourceInfo":[],"GPUCullMode":[],"GPUDebugCommandsMixin":["insertDebugMarker"],"GPUDepthBias":[],"GPUDepthStencilState":[],"GPUDevice":["GPUDevice"],"GPUDeviceDescriptor":[],"GPUDeviceEventMap":[],"GPUDeviceLostInfo":["GPUDeviceLostInfo"],"GPUDeviceLostReason":[],"GPUError":["GPUError"],"GPUErrorFilter":[],"GPUExtent3D":[],"GPUExtent3DDict":[],"GPUExternalTexture":["GPUExternalTexture"],"GPUExternalTextureBindingLayout":[],"GPUExternalTextureDescriptor":[],"GPUFeatureName":[],"GPUFilterMode":[],"GPUFlagsConstant":[],"GPUFragmentState":[],"GPUFrontFace":[],"GPUIndex32":[],"GPUIndexFormat":[],"GPUIntegerCoordinate":[],"GPUIntegerCoordinateOut":[],"GPUInternalError":["GPUInternalError"],"GPULoadOp":[],"GPUMapModeFlags":[],"GPUMipmapFilterMode":[],"GPUMultisampleState":[],"GPUObjectBase":["label"],"GPUObjectDescriptorBase":[],"GPUOrigin2D":[],"GPUOrigin2DDict":[],"GPUOrigin3D":[],"GPUOrigin3DDict":[],"GPUOutOfMemoryError":["GPUOutOfMemoryError"],"GPUPipelineBase":["getBindGroupLayout"],"GPUPipelineConstantValue":[],"GPUPipelineDescriptorBase":[],"GPUPipelineError":["GPUPipelineError"],"GPUPipelineErrorInit":[],"GPUPipelineErrorReason":[],"GPUPipelineLayout":["GPUPipelineLayout"],"GPUPipelineLayoutDescriptor":[],"GPUPowerPreference":[],"GPUPrimitiveState":[],"GPUPrimitiveTopology":[],"GPUProgrammableStage":[],"GPUQuerySet":["GPUQuerySet"],"GPUQuerySetDescriptor":[],"GPUQueryType":[],"GPUQueue":["GPUQueue"],"GPUQueueDescriptor":[],"GPURenderBundle":["GPURenderBundle"],"GPURenderBundleDescriptor":[],"GPURenderBundleEncoder":["GPURenderBundleEncoder"],"GPURenderBundleEncoderDescriptor":[],"GPURenderCommandsMixin":["draw"],"GPURenderPassColorAttachment":[],"GPURenderPassDepthStencilAttachment":[],"GPURenderPassDescriptor":[],"GPURenderPassEncoder":["GPURenderPassEncoder"],"GPURenderPassLayout":[],"GPURenderPassTimestampWrites":[],"GPURenderPipeline":["GPURenderPipeline"],"GPURenderPipelineDescriptor":[],"GPURequestAdapterOptions":[],"GPUSampleMask":[],"GPUSampler":["GPUSampler"],"GPUSamplerBindingLayout":[],"GPUSamplerBindingType":[],"GPUSamplerDescriptor":[],"GPUShaderModule":["GPUShaderModule"],"GPUShaderModuleDescriptor":[],"GPUShaderStageFlags":[],"GPUSignedOffset32":[],"GPUSize32":[],"GPUSize32Out":[],"GPUSize64":[],"GPUSize64Out":[],"GPUStencilFaceState":[],"GPUStencilOperation":[],"GPUStencilValue":[],"GPUStorageTextureAccess":[],"GPUStorageTextureBindingLayout":[],"GPUStoreOp":[],"GPUSupportedFeatures":["GPUSupportedFeatures"],"GPUSupportedLimits":["GPUSupportedLimits"],"GPUTexelCopyBufferInfo":[],"GPUTexelCopyBufferLayout":[],"GPUTexelCopyTextureInfo":[],"GPUTexture":["GPUTexture"],"GPUTextureAspect":[],"GPUTextureBindingLayout":[],"GPUTextureDescriptor":[],"GPUTextureDimension":[],"GPUTextureFormat":[],"GPUTextureSampleType":[],"GPUTextureUsageFlags":[],"GPUTextureView":["GPUTextureView"],"GPUTextureViewDescriptor":[],"GPUTextureViewDimension":[],"GPUUncapturedErrorEvent":["GPUUncapturedErrorEvent"],"GPUUncapturedErrorEventInit":[],"GPUValidationError":["GPUValidationError"],"GPUVertexAttribute":[],"GPUVertexBufferLayout":[],"GPUVertexFormat":[],"GPUVertexState":[],"GPUVertexStepMode":[],"HardwareAcceleration":[],"HashAlgorithmIdentifier":[],"HashChangeEvent":["HashChangeEvent"],"HashChangeEventInit":[],"HdrMetadataType":[],"Headers":["Headers"],"HeadersInit":[],"HeadersIterator":[],"Highlight":["Highlight"],"HighlightRegistry":["HighlightRegistry"],"HighlightType":[],"history":[],"History":["History"],"HkdfParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HTMLAllCollection":["HTMLAllCollection"],"HTMLAnchorElement":["HTMLAnchorElement"],"HTMLAreaElement":["HTMLAreaElement"],"HTMLAudioElement":["HTMLAudioElement"],"HTMLBaseElement":["HTMLBaseElement"],"HTMLBodyElement":["HTMLBodyElement"],"HTMLBodyElementEventMap":[],"HTMLBRElement":["HTMLBRElement"],"HTMLButtonElement":["HTMLButtonElement"],"HTMLCanvasElement":["HTMLCanvasElement"],"HTMLCollection":["namedItem"],"HTMLCollectionBase":["HTMLCollection"],"HTMLCollectionOf":[],"HTMLDataElement":["HTMLDataElement"],"HTMLDataListElement":["HTMLDataListElement"],"HTMLDetailsElement":["HTMLDetailsElement"],"HTMLDialogElement":["HTMLDialogElement"],"HTMLDirectoryElement":[],"HTMLDivElement":["HTMLDivElement"],"HTMLDListElement":["HTMLDListElement"],"HTMLDocument":[],"HTMLElement":["HTMLElement"],"HTMLElementDeprecatedTagNameMap":[],"HTMLElementEventMap":[],"HTMLElementTagNameMap":[],"HTMLEmbedElement":["HTMLEmbedElement"],"HTMLFieldSetElement":["HTMLFieldSetElement"],"HTMLFontElement":["HTMLFontElement"],"HTMLFormControlsCollection":["HTMLFormControlsCollection"],"HTMLFormElement":["HTMLFormElement"],"HTMLFrameElement":[],"HTMLFrameSetElement":["HTMLFrameSetElement"],"HTMLFrameSetElementEventMap":[],"HTMLHeadElement":["HTMLHeadElement"],"HTMLHeadingElement":["HTMLHeadingElement"],"HTMLHRElement":["HTMLHRElement"],"HTMLHtmlElement":["HTMLHtmlElement"],"HTMLHyperlinkElementUtils":["hash"],"HTMLIFrameElement":["HTMLIFrameElement"],"HTMLImageElement":["HTMLImageElement"],"HTMLInputElement":["HTMLInputElement"],"HTMLLabelElement":["HTMLLabelElement"],"HTMLLegendElement":["HTMLLegendElement"],"HTMLLIElement":["HTMLLIElement"],"HTMLLinkElement":["HTMLLinkElement"],"HTMLMapElement":["HTMLMapElement"],"HTMLMarqueeElement":["HTMLMarqueeElement"],"HTMLMediaElement":["HTMLMediaElement"],"HTMLMediaElementEventMap":[],"HTMLMenuElement":["HTMLMenuElement"],"HTMLMetaElement":["HTMLMetaElement"],"HTMLMeterElement":["HTMLMeterElement"],"HTMLModElement":["HTMLModElement"],"HTMLObjectElement":["HTMLObjectElement"],"HTMLOListElement":["HTMLOListElement"],"HTMLOptGroupElement":["HTMLOptGroupElement"],"HTMLOptionElement":["HTMLOptionElement"],"HTMLOptionsCollection":["HTMLOptionsCollection"],"HTMLOrSVGElement":["autofocus"],"HTMLOrSVGImageElement":[],"HTMLOrSVGScriptElement":[],"HTMLOutputElement":["HTMLOutputElement"],"HTMLParagraphElement":["HTMLParagraphElement"],"HTMLParamElement":["HTMLParamElement"],"HTMLPictureElement":["HTMLPictureElement"],"HTMLPreElement":["HTMLPreElement"],"HTMLProgressElement":["HTMLProgressElement"],"HTMLQuoteElement":["HTMLQuoteElement"],"HTMLScriptElement":["HTMLScriptElement"],"HTMLSelectElement":["HTMLSelectElement"],"HTMLSlotElement":["HTMLSlotElement"],"HTMLSourceElement":["HTMLSourceElement"],"HTMLSpanElement":["HTMLSpanElement"],"HTMLStyleElement":["HTMLStyleElement"],"HTMLTableCaptionElement":["HTMLTableCaptionElement"],"HTMLTableCellElement":["HTMLTableCellElement"],"HTMLTableColElement":["HTMLTableColElement"],"HTMLTableDataCellElement":[],"HTMLTableElement":["HTMLTableElement"],"HTMLTableHeaderCellElement":[],"HTMLTableRowElement":["HTMLTableRowElement"],"HTMLTableSectionElement":["HTMLTableSectionElement"],"HTMLTemplateElement":["HTMLTemplateElement"],"HTMLTextAreaElement":["HTMLTextAreaElement"],"HTMLTimeElement":["HTMLTimeElement"],"HTMLTitleElement":["HTMLTitleElement"],"HTMLTrackElement":["HTMLTrackElement"],"HTMLUListElement":["HTMLUListElement"],"HTMLUnknownElement":["HTMLUnknownElement"],"HTMLVideoElement":["HTMLVideoElement"],"HTMLVideoElementEventMap":[],"IArguments":[],"IDBCursor":["IDBCursor"],"IDBCursorDirection":[],"IDBCursorWithValue":["IDBCursorWithValue"],"IDBDatabase":["IDBDatabase"],"IDBDatabaseEventMap":[],"IDBDatabaseInfo":[],"IDBFactory":["IDBFactory"],"IDBIndex":["IDBIndex"],"IDBIndexParameters":[],"IDBKeyRange":["IDBKeyRange"],"IDBObjectStore":["IDBObjectStore"],"IDBObjectStoreParameters":[],"IDBOpenDBRequest":["IDBOpenDBRequest"],"IDBOpenDBRequestEventMap":[],"IDBRequest":["IDBRequest"],"IDBRequestEventMap":[],"IDBRequestReadyState":[],"IDBTransaction":["IDBTransaction"],"IDBTransactionDurability":[],"IDBTransactionEventMap":[],"IDBTransactionMode":[],"IDBTransactionOptions":[],"IDBValidKey":[],"IDBVersionChangeEvent":["IDBVersionChangeEvent"],"IDBVersionChangeEventInit":[],"IdleDeadline":["IdleDeadline"],"IdleRequestCallback":[],"IdleRequestOptions":[],"IIRFilterNode":["IIRFilterNode"],"IIRFilterOptions":[],"Image":[],"ImageBitmap":["ImageBitmap"],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":["ImageBitmapRenderingContext"],"ImageBitmapRenderingContextSettings":[],"ImageBitmapSource":[],"ImageBufferSource":[],"ImageCapture":["ImageCapture"],"ImageData":["ImageData"],"ImageDataArray":[],"ImageDataPixelFormat":[],"ImageDataSettings":[],"ImageDecodeOptions":[],"ImageDecoder":["ImageDecoder"],"ImageDecodeResult":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageSmoothingQuality":[],"ImageTrack":["ImageTrack"],"ImageTrackList":["ImageTrackList"],"ImportAssertions":[],"ImportAttributes":[],"ImportCallOptions":[],"ImportMeta":[],"ImportNodeOptions":[],"importScripts":["WorkerGlobalScope/importScripts"],"indexedDB":[],"Infinity":[],"innerHeight":[],"innerWidth":[],"InputDeviceInfo":["InputDeviceInfo"],"InputEvent":["InputEvent"],"InputEventInit":[],"InsertPosition":[],"InstanceType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#instancetypetype"],"Int16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int16Array"],"Int16ArrayConstructor":[],"Int32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int32Array"],"Int32ArrayConstructor":[],"Int32List":[],"Int8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int8Array"],"Int8ArrayConstructor":[],"IntersectionObserver":["IntersectionObserver"],"IntersectionObserverCallback":[],"IntersectionObserverEntry":["IntersectionObserverEntry"],"IntersectionObserverInit":[],"Intl":[null,{"Collator":[],"CollatorConstructor":[],"CollatorOptions":[],"DateTimeFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat"],"DateTimeFormatConstructor":[],"DateTimeFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat"],"DateTimeFormatPart":[],"DateTimeFormatPartTypes":[],"DateTimeFormatPartTypesRegistry":[],"DateTimeRangeFormatPart":[],"DisplayNames":[],"DisplayNamesFallback":[],"DisplayNamesLanguageDisplay":[],"DisplayNamesOptions":[],"DisplayNamesType":[],"DurationFormat":[],"DurationFormatDisplayOption":[],"DurationFormatLocaleMatcher":[],"DurationFormatOptions":[],"DurationFormatPart":[],"DurationFormatStyle":[],"DurationFormatUnit":[],"DurationFormatUnitSingular":[],"FormattableTemporalObject":[],"getCanonicalLocales":[],"LDMLPluralRule":[],"ListFormat":[],"ListFormatLocaleMatcher":[],"ListFormatOptions":[],"ListFormatStyle":[],"ListFormatType":[],"Locale":["getCalendars"],"LocaleCollationCaseFirst":[],"LocaleHourCycleKey":[],"LocaleOptions":[],"LocalesArgument":[],"NumberFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat"],"NumberFormatConstructor":[],"NumberFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat"],"NumberFormatOptionsCurrencyDisplay":[],"NumberFormatOptionsCurrencyDisplayRegistry":[],"NumberFormatOptionsSignDisplay":[],"NumberFormatOptionsSignDisplayRegistry":[],"NumberFormatOptionsStyle":[],"NumberFormatOptionsStyleRegistry":[],"NumberFormatOptionsUseGrouping":[],"NumberFormatOptionsUseGroupingRegistry":[],"NumberFormatPart":[],"NumberFormatPartTypeRegistry":[],"NumberFormatPartTypes":[],"NumberFormatRangePartTypeRegistry":[],"NumberFormatRangePartTypes":[],"NumberRangeFormatPart":[],"PluralRules":[],"PluralRulesConstructor":[],"PluralRulesOptions":[],"PluralRuleType":[],"RelativeTimeFormat":[],"RelativeTimeFormatLocaleMatcher":[],"RelativeTimeFormatNumeric":[],"RelativeTimeFormatOptions":[],"RelativeTimeFormatPart":[],"RelativeTimeFormatStyle":[],"RelativeTimeFormatUnit":[],"RelativeTimeFormatUnitSingular":[],"ResolvedCollatorOptions":[],"ResolvedDateTimeFormatOptions":[],"ResolvedDisplayNamesOptions":[],"ResolvedDurationFormatOptions":[],"ResolvedListFormatOptions":[],"ResolvedNumberFormatOptions":[],"ResolvedNumberFormatOptionsUseGrouping":[],"ResolvedPluralRulesOptions":[],"ResolvedRelativeTimeFormatOptions":[],"ResolvedSegmenterOptions":[],"SegmentData":[],"Segmenter":[],"SegmenterOptions":[],"SegmentIterator":[],"Segments":[],"StringNumericLiteral":[],"supportedValuesOf":[],"TextInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo#return_value"],"UnicodeBCP47LocaleIdentifier":[],"WeekInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#return_value"]}],"isFinite":[],"isNaN":[],"isSecureContext":[],"Iterable":[],"IterableIterator":[],"IterationCompositeOperation":[],"Iterator":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator"],"IteratorConstructor":[],"IteratorObject":[],"IteratorObjectConstructor":[],"IteratorResult":[],"IteratorReturnResult":[],"IteratorYieldResult":[],"ITextWriter":[],"JSON":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyboardEvent":["KeyboardEvent"],"KeyboardEventInit":[],"KeyFormat":[],"Keyframe":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["KeyframeEffect"],"KeyframeEffectOptions":[],"KeySystemTrackConfiguration":[],"KeyType":[],"KeyUsage":[],"KHR_parallel_shader_compile":["KHR_parallel_shader_compile"],"LargestContentfulPaint":["LargestContentfulPaint"],"LatencyMode":[],"length":[],"LineAlignSetting":[],"LineAndPositionSetting":[],"LinkStyle":["sheet"],"localStorage":[],"location":[],"Location":["Location"],"locationbar":[],"Lock":["Lock"],"LockGrantedCallback":[],"LockInfo":[],"LockManager":["LockManager"],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"LoginStatus":[],"Lowercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"Map":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map"],"MapConstructor":[],"MapIterator":[],"matchMedia":["Window/matchMedia"],"Math":[],"MathMLElement":["MathMLElement"],"MathMLElementEventMap":[],"MathMLElementTagNameMap":[],"MediaCapabilities":["MediaCapabilities"],"MediaCapabilitiesDecodingInfo":[],"MediaCapabilitiesEncodingInfo":[],"MediaCapabilitiesInfo":[],"MediaCapabilitiesKeySystemConfiguration":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":["MediaDeviceInfo"],"MediaDeviceKind":[],"MediaDevices":["MediaDevices"],"MediaDevicesEventMap":[],"MediaElementAudioSourceNode":["MediaElementAudioSourceNode"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["MediaEncryptedEvent"],"MediaEncryptedEventInit":[],"MediaError":["MediaError"],"MediaImage":[],"MediaKeyMessageEvent":["MediaKeyMessageEvent"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeys":["MediaKeys"],"MediaKeySession":["MediaKeySession"],"MediaKeySessionClosedReason":[],"MediaKeySessionEventMap":[],"MediaKeySessionType":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaKeyStatus":[],"MediaKeyStatusMap":["MediaKeyStatusMap"],"MediaKeyStatusMapIterator":[],"MediaKeySystemAccess":["MediaKeySystemAccess"],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaList":["MediaList"],"MediaMetadata":["MediaMetadata"],"MediaMetadataInit":[],"MediaPositionState":[],"MediaProvider":[],"MediaQueryList":["MediaQueryList"],"MediaQueryListEvent":["MediaQueryListEvent"],"MediaQueryListEventInit":[],"MediaQueryListEventMap":[],"MediaRecorder":["MediaRecorder"],"MediaRecorderEventMap":[],"MediaRecorderOptions":[],"MediaSession":["MediaSession"],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionActionHandler":[],"MediaSessionPlaybackState":[],"MediaSettingsRange":[],"MediaSource":["MediaSource"],"MediaSourceEventMap":[],"MediaSourceHandle":["MediaSourceHandle"],"MediaStream":["MediaStream"],"MediaStreamAudioDestinationNode":["MediaStreamAudioDestinationNode"],"MediaStreamAudioSourceNode":["MediaStreamAudioSourceNode"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamEventMap":[],"MediaStreamTrack":["MediaStreamTrack"],"MediaStreamTrackEvent":["MediaStreamTrackEvent"],"MediaStreamTrackEventInit":[],"MediaStreamTrackEventMap":[],"MediaStreamTrackProcessor":["MediaStreamTrackProcessor"],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackCapabilities":[],"MediaTrackConstraints":[],"MediaTrackConstraintSet":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"menubar":[],"MessageChannel":["MessageChannel"],"MessageEvent":["MessageEvent"],"MessageEventInit":[],"MessageEventSource":[],"MessageEventTarget":["message_event"],"MessageEventTargetEventMap":[],"MessagePort":["MessagePort"],"MessagePortEventMap":[],"MethodDecorator":[],"MIDIAccess":["MIDIAccess"],"MIDIAccessEventMap":[],"MIDIConnectionEvent":["MIDIConnectionEvent"],"MIDIConnectionEventInit":[],"MIDIInput":["MIDIInput"],"MIDIInputEventMap":[],"MIDIInputMap":["MIDIInputMap"],"MIDIMessageEvent":["MIDIMessageEvent"],"MIDIMessageEventInit":[],"MIDIOptions":[],"MIDIOutput":["MIDIOutput"],"MIDIOutputMap":["MIDIOutputMap"],"MIDIPort":["MIDIPort"],"MIDIPortConnectionState":[],"MIDIPortDeviceState":[],"MIDIPortEventMap":[],"MIDIPortType":[],"MimeType":["MimeType"],"MimeTypeArray":["MimeTypeArray"],"MouseEvent":["MouseEvent"],"MouseEventInit":[],"moveBy":["Window/moveBy"],"moveTo":["Window/moveTo"],"MultiCacheQueryOptions":[],"MutationCallback":[],"MutationObserver":["MutationObserver"],"MutationObserverInit":[],"MutationRecord":["MutationRecord"],"MutationRecordType":[],"name":[],"NamedCurve":[],"NamedNodeMap":["NamedNodeMap"],"NaN":[],"NavigateEvent":["NavigateEvent"],"NavigateEventInit":[],"navigation":[],"Navigation":["Navigation"],"NavigationActivation":["NavigationActivation"],"NavigationCurrentEntryChangeEvent":["NavigationCurrentEntryChangeEvent"],"NavigationCurrentEntryChangeEventInit":[],"NavigationDestination":["NavigationDestination"],"NavigationEventMap":[],"NavigationFocusReset":[],"NavigationHistoryBehavior":[],"NavigationHistoryEntry":["NavigationHistoryEntry"],"NavigationHistoryEntryEventMap":[],"NavigationInterceptHandler":[],"NavigationInterceptOptions":[],"NavigationNavigateOptions":[],"NavigationOptions":[],"NavigationPrecommitController":["NavigationPrecommitController"],"NavigationPrecommitHandler":[],"NavigationPreloadManager":["NavigationPreloadManager"],"NavigationPreloadState":[],"NavigationReloadOptions":[],"NavigationResult":[],"NavigationScrollBehavior":[],"NavigationTimingType":[],"NavigationTransition":["NavigationTransition"],"NavigationType":[],"NavigationUpdateCurrentEntryOptions":[],"navigator":[],"Navigator":["Navigator"],"NavigatorAutomationInformation":["webdriver"],"NavigatorBadge":["clearAppBadge"],"NavigatorConcurrentHardware":["hardwareConcurrency"],"NavigatorContentUtils":["registerProtocolHandler"],"NavigatorCookies":["cookieEnabled"],"NavigatorGPU":["gpu"],"NavigatorID":["appCodeName"],"NavigatorLanguage":["language"],"NavigatorLocks":["locks"],"NavigatorLogin":["NavigatorLogin"],"NavigatorOnLine":["onLine"],"NavigatorPlugins":["mimeTypes"],"NavigatorStorage":["storage"],"NewableFunction":[],"Node":["Node"],"NodeFilter":[],"NodeIterator":["NodeIterator"],"NodeList":["NodeList"],"NodeListOf":[],"NoInfer":["https://www.typescriptlang.org/docs/handbook/utility-types.html#noinfertype"],"NonDocumentTypeChildNode":["nextElementSibling"],"NonElementParentNode":["getElementById"],"NonNullable":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"Notification":["Notification"],"NotificationDirection":[],"NotificationEvent":["NotificationEvent"],"NotificationEventInit":[],"NotificationEventMap":[],"NotificationOptions":[],"NotificationPermission":[],"NotificationPermissionCallback":[],"Number":[],"NumberConstructor":[],"Object":[],"ObjectConstructor":[],"OES_draw_buffers_indexed":["OES_draw_buffers_indexed"],"OES_element_index_uint":["OES_element_index_uint"],"OES_fbo_render_mipmap":["OES_fbo_render_mipmap"],"OES_standard_derivatives":["OES_standard_derivatives"],"OES_texture_float":["OES_texture_float"],"OES_texture_float_linear":["OES_texture_float_linear"],"OES_texture_half_float":["OES_texture_half_float"],"OES_texture_half_float_linear":["OES_texture_half_float_linear"],"OES_vertex_array_object":["OES_vertex_array_object"],"OfflineAudioCompletionEvent":["OfflineAudioCompletionEvent"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["OfflineAudioContext"],"OfflineAudioContextEventMap":[],"OfflineAudioContextOptions":[],"OffscreenCanvas":["OffscreenCanvas"],"OffscreenCanvasEventMap":[],"OffscreenCanvasRenderingContext2D":["OffscreenCanvasRenderingContext2D"],"OffscreenRenderingContext":[],"OffscreenRenderingContextId":[],"Omit":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys"],"OmitThisParameter":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omitthisparametertype"],"onabort":[],"onafterprint":[],"onanimationcancel":[],"onanimationend":[],"onanimationiteration":[],"onanimationstart":[],"onauxclick":[],"onbeforeinput":[],"onbeforematch":[],"onbeforeprint":[],"onbeforetoggle":[],"onbeforeunload":[],"OnBeforeUnloadEventHandler":[],"OnBeforeUnloadEventHandlerNonNull":[],"onblur":[],"oncancel":[],"oncanplay":[],"oncanplaythrough":[],"onchange":[],"onclick":[],"onclose":[],"oncommand":[],"oncontextlost":[],"oncontextmenu":[],"oncontextrestored":[],"oncopy":[],"oncuechange":[],"oncut":[],"ondblclick":[],"ondevicemotion":[],"ondeviceorientation":[],"ondeviceorientationabsolute":[],"ondrag":[],"ondragend":[],"ondragenter":[],"ondragleave":[],"ondragover":[],"ondragstart":[],"ondrop":[],"ondurationchange":[],"onemptied":[],"onended":[],"onerror":[],"OnErrorEventHandler":[],"OnErrorEventHandlerNonNull":[],"onfocus":[],"onformdata":[],"ongamepadconnected":[],"ongamepaddisconnected":[],"ongotpointercapture":[],"onhashchange":[],"oninput":[],"oninvalid":[],"onkeydown":[],"onkeypress":[],"onkeyup":[],"onlanguagechange":[],"onload":[],"onloadeddata":[],"onloadedmetadata":[],"onloadstart":[],"onlostpointercapture":[],"onmessage":[],"onmessageerror":[],"onmousedown":[],"onmouseenter":[],"onmouseleave":[],"onmousemove":[],"onmouseout":[],"onmouseover":[],"onmouseup":[],"onoffline":[],"ononline":[],"onorientationchange":[],"onpagehide":[],"onpagereveal":[],"onpageshow":[],"onpageswap":[],"onpaste":[],"onpause":[],"onplay":[],"onplaying":[],"onpointercancel":[],"onpointerdown":[],"onpointerenter":[],"onpointerleave":[],"onpointermove":[],"onpointerout":[],"onpointerover":[],"onpointerrawupdate":[],"onpointerup":[],"onpopstate":[],"onprogress":[],"onratechange":[],"onrejectionhandled":[],"onreset":[],"onresize":[],"onrtctransform":[],"onscroll":[],"onscrollend":[],"onsecuritypolicyviolation":[],"onseeked":[],"onseeking":[],"onselect":[],"onselectionchange":[],"onselectstart":[],"onslotchange":[],"onstalled":[],"onstorage":[],"onsubmit":[],"onsuspend":[],"ontimeupdate":[],"ontoggle":[],"ontouchcancel":[],"ontouchend":[],"ontouchmove":[],"ontouchstart":[],"ontransitioncancel":[],"ontransitionend":[],"ontransitionrun":[],"ontransitionstart":[],"onunhandledrejection":[],"onunload":[],"onvolumechange":[],"onwaiting":[],"onwebkitanimationend":[],"onwebkitanimationiteration":[],"onwebkitanimationstart":[],"onwebkittransitionend":[],"onwheel":[],"open":["Window/open"],"opener":[],"Option":[],"OptionalEffectTiming":[],"OptionalPostfixToken":[],"OptionalPrefixToken":[],"OpusBitstreamFormat":[],"OpusEncoderConfig":[],"orientation":[],"OrientationLockType":[],"OrientationType":[],"origin":[],"originAgentCluster":[],"OscillatorNode":["OscillatorNode"],"OscillatorOptions":[],"OscillatorType":[],"outerHeight":[],"outerWidth":[],"OverconstrainedError":["OverconstrainedError"],"OverSampleType":[],"OVR_multiview2":["OVR_multiview2"],"PageRevealEvent":["PageRevealEvent"],"PageRevealEventInit":[],"PageSwapEvent":["PageSwapEvent"],"PageSwapEventInit":[],"PageTransitionEvent":["PageTransitionEvent"],"PageTransitionEventInit":[],"pageXOffset":[],"pageYOffset":[],"PaintTimingMixin":[],"PannerNode":["PannerNode"],"PannerOptions":[],"PanningModelType":[],"ParameterDecorator":[],"Parameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#parameterstype"],"parent":[],"ParentNode":["childElementCount"],"parseFloat":[],"parseInt":[],"Partial":["https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype"],"Path2D":["Path2D"],"PayerErrors":[],"PaymentAddress":["ContactAddress"],"PaymentComplete":[],"PaymentCurrencyAmount":[],"PaymentDetailsBase":[],"PaymentDetailsInit":[],"PaymentDetailsModifier":[],"PaymentDetailsUpdate":[],"PaymentItem":[],"PaymentMethodChangeEvent":["PaymentMethodChangeEvent"],"PaymentMethodChangeEventInit":[],"PaymentMethodData":[],"PaymentOptions":[],"PaymentRequest":["PaymentRequest"],"PaymentRequestEventMap":[],"PaymentRequestUpdateEvent":["PaymentRequestUpdateEvent"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":["PaymentResponse"],"PaymentResponseEventMap":[],"PaymentShippingOption":[],"PaymentShippingType":[],"PaymentValidationErrors":[],"Pbkdf2Params":[],"performance":[],"Performance":["Performance"],"PerformanceEntry":["PerformanceEntry"],"PerformanceEntryList":[],"PerformanceEventMap":[],"PerformanceEventTiming":["PerformanceEventTiming"],"PerformanceMark":["PerformanceMark"],"PerformanceMarkOptions":[],"PerformanceMeasure":["PerformanceMeasure"],"PerformanceMeasureOptions":[],"PerformanceNavigation":["PerformanceNavigation"],"PerformanceNavigationTiming":["PerformanceNavigationTiming"],"PerformanceObserver":["PerformanceObserver"],"PerformanceObserverCallback":[],"PerformanceObserverEntryList":["PerformanceObserverEntryList"],"PerformanceObserverInit":[],"PerformancePaintTiming":["PerformancePaintTiming"],"PerformanceResourceTiming":["PerformanceResourceTiming"],"PerformanceServerTiming":["PerformanceServerTiming"],"PerformanceTiming":["PerformanceTiming"],"PeriodicWave":["PeriodicWave"],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"Permissions":["Permissions"],"PermissionState":[],"PermissionStatus":["PermissionStatus"],"PermissionStatusEventMap":[],"personalbar":[],"PhotoCapabilities":[],"PhotoSettings":[],"Pick":["https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys"],"PictureInPictureEvent":["PictureInPictureEvent"],"PictureInPictureEventInit":[],"PictureInPictureWindow":["PictureInPictureWindow"],"PictureInPictureWindowEventMap":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":["Plugin"],"PluginArray":["PluginArray"],"PointerEvent":["PointerEvent"],"PointerEventInit":[],"PointerLockOptions":[],"PopoverTargetAttributes":["popoverTargetAction"],"PopStateEvent":["PopStateEvent"],"PopStateEventInit":[],"PositionAlignSetting":[],"PositionCallback":[],"PositionErrorCallback":[],"PositionOptions":[],"postMessage":["DedicatedWorkerGlobalScope/postMessage"],"PredefinedColorSpace":[],"PremultiplyAlpha":[],"PresentationStyle":[],"print":["Window/print"],"ProcessingInstruction":["ProcessingInstruction"],"ProgressEvent":["ProgressEvent"],"ProgressEventInit":[],"Promise":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise"],"PromiseConstructor":[],"PromiseConstructorLike":[],"PromiseFulfilledResult":[],"PromiseLike":[],"PromiseRejectedResult":[],"PromiseRejectionEvent":["PromiseRejectionEvent"],"PromiseRejectionEventInit":[],"PromiseSettledResult":[],"PromiseWithResolvers":[],"prompt":["Window/prompt"],"PropertyDecorator":[],"PropertyDefinition":[],"PropertyDescriptor":[],"PropertyDescriptorMap":[],"PropertyIndexedKeyframes":[],"PropertyKey":[],"Proxy":[],"ProxyConstructor":[],"ProxyHandler":[],"PublicKeyCredential":["PublicKeyCredential"],"PublicKeyCredentialClientCapabilities":[],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialCreationOptionsJSON":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialDescriptorJSON":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJSON":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJSON":[],"PushEncryptionKeyName":[],"PushEvent":["PushEvent"],"PushEventInit":[],"PushManager":["PushManager"],"PushManagerAttribute":["pushManager"],"PushMessageData":["PushMessageData"],"PushMessageDataInit":[],"PushSubscription":["PushSubscription"],"PushSubscriptionChangeEvent":[],"PushSubscriptionChangeEventInit":[],"PushSubscriptionJSON":[],"PushSubscriptionOptions":["PushSubscriptionOptions"],"PushSubscriptionOptionsInit":[],"queueMicrotask":["Window/queueMicrotask"],"QueuingStrategy":[],"QueuingStrategyInit":[],"QueuingStrategySize":[],"RadioNodeList":["RadioNodeList"],"Range":["Range"],"RangeError":[],"RangeErrorConstructor":[],"ReadableByteStreamController":["ReadableByteStreamController"],"ReadableStream":["ReadableStream"],"ReadableStreamAsyncIterator":[],"ReadableStreamBYOBReader":["ReadableStreamBYOBReader"],"ReadableStreamBYOBReaderReadOptions":[],"ReadableStreamBYOBRequest":["ReadableStreamBYOBRequest"],"ReadableStreamController":[],"ReadableStreamDefaultController":["ReadableStreamDefaultController"],"ReadableStreamDefaultReader":["ReadableStreamDefaultReader"],"ReadableStreamGenericReader":["closed"],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadDoneResult":[],"ReadableStreamReader":[],"ReadableStreamReaderMode":[],"ReadableStreamReadResult":[],"ReadableStreamReadValueResult":[],"ReadableStreamType":[],"ReadableWritablePair":[],"Readonly":["https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype"],"ReadonlyArray":[],"ReadonlyMap":[],"ReadonlySet":[],"ReadonlySetLike":[],"ReadyState":[],"Record":["https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type"],"RecordingState":[],"RedEyeReduction":[],"ReferenceError":[],"ReferenceErrorConstructor":[],"ReferrerPolicy":[],"Reflect":[null,{"apply":[],"construct":[],"defineProperty":[],"deleteProperty":[],"get":[],"getOwnPropertyDescriptor":[],"getPrototypeOf":[],"has":[],"isExtensible":[],"ownKeys":[],"preventExtensions":[],"set":[],"setPrototypeOf":[]}],"RegExp":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp"],"RegExpConstructor":[],"RegExpExecArray":[],"RegExpIndicesArray":[],"RegExpMatchArray":[],"RegExpStringIterator":[],"RegistrationOptions":[],"RegistrationResponseJSON":[],"releaseEvents":["Window/releaseEvents"],"RemotePlayback":["RemotePlayback"],"RemotePlaybackAvailabilityCallback":[],"RemotePlaybackEventMap":[],"RemotePlaybackState":[],"removeEventListener":[],"RenderingContext":[],"Report":[],"ReportBody":[],"reportError":["Window/reportError"],"ReportingObserver":["ReportingObserver"],"ReportingObserverCallback":[],"ReportingObserverOptions":[],"ReportList":[],"Request":["Request"],"requestAnimationFrame":["DedicatedWorkerGlobalScope/requestAnimationFrame"],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"requestIdleCallback":["Window/requestIdleCallback"],"RequestInfo":[],"RequestInit":[],"RequestMode":[],"RequestPriority":[],"RequestRedirect":[],"Required":["https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype"],"ResidentKeyRequirement":[],"resizeBy":["Window/resizeBy"],"ResizeObserver":["ResizeObserver"],"ResizeObserverBoxOptions":[],"ResizeObserverCallback":[],"ResizeObserverEntry":["ResizeObserverEntry"],"ResizeObserverOptions":[],"ResizeObserverSize":["ResizeObserverSize"],"ResizeQuality":[],"resizeTo":["Window/resizeTo"],"Response":["Response"],"ResponseInit":[],"ResponseType":[],"ReturnType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype"],"RsaHashedImportParams":[],"RsaHashedKeyAlgorithm":[],"RsaHashedKeyGenParams":[],"RsaKeyAlgorithm":[],"RsaKeyGenParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RTCAnswerOptions":[],"RTCBundlePolicy":[],"RTCCertificate":["RTCCertificate"],"RTCCertificateExpiration":[],"RTCConfiguration":[],"RTCDataChannel":["RTCDataChannel"],"RTCDataChannelEvent":["RTCDataChannelEvent"],"RTCDataChannelEventInit":[],"RTCDataChannelEventMap":[],"RTCDataChannelInit":[],"RTCDataChannelState":[],"RTCDegradationPreference":[],"RTCDtlsFingerprint":[],"RTCDtlsRole":[],"RTCDtlsTransport":["RTCDtlsTransport"],"RTCDtlsTransportEventMap":[],"RTCDtlsTransportState":[],"RTCDTMFSender":["RTCDTMFSender"],"RTCDTMFSenderEventMap":[],"RTCDTMFToneChangeEvent":["RTCDTMFToneChangeEvent"],"RTCDTMFToneChangeEventInit":[],"RTCEncodedAudioFrame":["RTCEncodedAudioFrame"],"RTCEncodedAudioFrameMetadata":[],"RTCEncodedFrameMetadata":[],"RTCEncodedVideoFrame":["RTCEncodedVideoFrame"],"RTCEncodedVideoFrameMetadata":[],"RTCError":["RTCError"],"RTCErrorDetailType":[],"RTCErrorEvent":["RTCErrorEvent"],"RTCErrorEventInit":[],"RTCErrorInit":[],"RTCIceCandidate":["RTCIceCandidate"],"RTCIceCandidateInit":[],"RTCIceCandidatePair":[],"RTCIceCandidatePairStats":[],"RTCIceCandidateType":[],"RTCIceComponent":[],"RTCIceConnectionState":[],"RTCIceGathererState":[],"RTCIceGatheringState":[],"RTCIceProtocol":[],"RTCIceRole":[],"RTCIceServer":[],"RTCIceTcpCandidateType":[],"RTCIceTransport":["RTCIceTransport"],"RTCIceTransportEventMap":[],"RTCIceTransportPolicy":[],"RTCIceTransportState":[],"RTCInboundRtpStreamStats":[],"RTCLocalIceCandidateInit":[],"RTCLocalSessionDescriptionInit":[],"RTCOfferAnswerOptions":[],"RTCOfferOptions":[],"RTCOutboundRtpStreamStats":[],"RTCPeerConnection":["RTCPeerConnection"],"RTCPeerConnectionErrorCallback":[],"RTCPeerConnectionEventMap":[],"RTCPeerConnectionIceErrorEvent":["RTCPeerConnectionIceErrorEvent"],"RTCPeerConnectionIceErrorEventInit":[],"RTCPeerConnectionIceEvent":["RTCPeerConnectionIceEvent"],"RTCPeerConnectionIceEventInit":[],"RTCPeerConnectionState":[],"RTCPriorityType":[],"RTCQualityLimitationReason":[],"RTCReceivedRtpStreamStats":[],"RTCRtcpMuxPolicy":[],"RTCRtcpParameters":[],"RTCRtpCapabilities":[],"RTCRtpCodec":[],"RTCRtpCodecParameters":[],"RTCRtpCodingParameters":[],"RTCRtpContributingSource":[],"RTCRtpEncodingParameters":[],"RTCRtpHeaderExtensionCapability":[],"RTCRtpHeaderExtensionParameters":[],"RTCRtpParameters":[],"RTCRtpReceiveParameters":[],"RTCRtpReceiver":["RTCRtpReceiver"],"RTCRtpReceiverTransform":[],"RTCRtpScriptTransform":["RTCRtpScriptTransform"],"RTCRtpScriptTransformer":["RTCRtpScriptTransformer"],"RTCRtpSender":["RTCRtpSender"],"RTCRtpSenderTransform":[],"RTCRtpSendParameters":[],"RTCRtpStreamStats":[],"RTCRtpSynchronizationSource":[],"RTCRtpTransceiver":["RTCRtpTransceiver"],"RTCRtpTransceiverDirection":[],"RTCRtpTransceiverInit":[],"RTCSctpTransport":["RTCSctpTransport"],"RTCSctpTransportEventMap":[],"RTCSctpTransportState":[],"RTCSdpType":[],"RTCSentRtpStreamStats":[],"RTCSessionDescription":["RTCSessionDescription"],"RTCSessionDescriptionCallback":[],"RTCSessionDescriptionInit":[],"RTCSetParameterOptions":[],"RTCSignalingState":[],"RTCStats":[],"RTCStatsIceCandidatePairState":[],"RTCStatsReport":["RTCStatsReport"],"RTCStatsType":[],"RTCTrackEvent":["RTCTrackEvent"],"RTCTrackEventInit":[],"RTCTransformEvent":["RTCTransformEvent"],"RTCTransportStats":[],"SafeArray":[],"Sanitizer":["allowAttribute"],"SanitizerAttribute":[],"SanitizerAttributeNamespace":[],"SanitizerConfig":[],"SanitizerElement":[],"SanitizerElementNamespace":[],"SanitizerElementNamespaceWithAttributes":[],"SanitizerElementWithAttributes":[],"SanitizerPresets":[],"scheduler":[],"Scheduler":["Scheduler"],"SchedulerPostTaskCallback":[],"SchedulerPostTaskOptions":[],"screen":[],"Screen":["Screen"],"screenLeft":[],"ScreenOrientation":["ScreenOrientation"],"ScreenOrientationEventMap":[],"screenTop":[],"screenX":[],"screenY":[],"ScriptProcessorNode":["ScriptProcessorNode"],"ScriptProcessorNodeEventMap":[],"scroll":["Window/scroll"],"ScrollAxis":[],"scrollbars":[],"ScrollBehavior":[],"scrollBy":["Window/scrollBy"],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollTimeline":["ScrollTimeline"],"ScrollTimelineOptions":[],"scrollTo":["Window/scrollTo"],"ScrollToOptions":[],"scrollX":[],"scrollY":[],"SecurityPolicyViolationEvent":["SecurityPolicyViolationEvent"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":["Selection"],"SelectionDirection":[],"SelectionMode":[],"self":[],"ServiceWorker":["ServiceWorker"],"ServiceWorkerContainer":["ServiceWorkerContainer"],"ServiceWorkerContainerEventMap":[],"ServiceWorkerEventMap":[],"ServiceWorkerGlobalScope":["ServiceWorkerGlobalScope"],"ServiceWorkerGlobalScopeEventMap":[],"ServiceWorkerRegistration":["ServiceWorkerRegistration"],"ServiceWorkerRegistrationEventMap":[],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"sessionStorage":[],"Set":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set"],"SetConstructor":[],"setInterval":["Window/setInterval"],"SetIterator":[],"setTimeout":["Window/setTimeout"],"ShadowRoot":["ShadowRoot"],"ShadowRootEventMap":[],"ShadowRootInit":[],"ShadowRootMode":[],"SharedArrayBuffer":[],"SharedArrayBufferConstructor":[],"ShareData":[],"SharedWorker":["SharedWorker"],"SharedWorkerGlobalScope":["SharedWorkerGlobalScope"],"SharedWorkerGlobalScopeEventMap":[],"ShowPopoverOptions":[],"SlotAssignmentMode":[],"Slottable":["assignedSlot"],"SourceBuffer":["SourceBuffer"],"SourceBufferEventMap":[],"SourceBufferList":["SourceBufferList"],"SourceBufferListEventMap":[],"SpeechRecognitionAlternative":["SpeechRecognitionAlternative"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorEvent":["SpeechRecognitionErrorEvent"],"SpeechRecognitionErrorEventInit":[],"SpeechRecognitionEvent":["SpeechRecognitionEvent"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":["SpeechRecognitionResult"],"SpeechRecognitionResultList":["SpeechRecognitionResultList"],"speechSynthesis":[],"SpeechSynthesis":["SpeechSynthesis"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["SpeechSynthesisErrorEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["SpeechSynthesisEvent"],"SpeechSynthesisEventInit":[],"SpeechSynthesisEventMap":[],"SpeechSynthesisUtterance":["SpeechSynthesisUtterance"],"SpeechSynthesisUtteranceEventMap":[],"SpeechSynthesisVoice":["SpeechSynthesisVoice"],"StartViewTransitionOptions":[],"StaticRange":["StaticRange"],"StaticRangeInit":[],"status":[],"statusbar":[],"StereoPannerNode":["StereoPannerNode"],"StereoPannerOptions":[],"stop":["Window/stop"],"Storage":["Storage"],"StorageEstimate":[],"StorageEvent":["StorageEvent"],"StorageEventInit":[],"StorageManager":["StorageManager"],"StreamPipeOptions":[],"String":[],"StringConstructor":[],"StringIterator":[],"structuredClone":["Window/structuredClone"],"StructuredSerializeOptions":[],"StylePropertyMap":["StylePropertyMap"],"StylePropertyMapReadOnly":["StylePropertyMapReadOnly"],"StylePropertyMapReadOnlyIterator":[],"StyleSheet":["StyleSheet"],"StyleSheetList":["StyleSheetList"],"SubmitEvent":["SubmitEvent"],"SubmitEventInit":[],"SubtleCrypto":["SubtleCrypto"],"SuppressedError":[],"SuppressedErrorConstructor":[],"SvcOutputMetadata":[],"SVGAElement":["SVGAElement"],"SVGAngle":["SVGAngle"],"SVGAnimatedAngle":["SVGAnimatedAngle"],"SVGAnimatedBoolean":["SVGAnimatedBoolean"],"SVGAnimatedEnumeration":["SVGAnimatedEnumeration"],"SVGAnimatedInteger":["SVGAnimatedInteger"],"SVGAnimatedLength":["SVGAnimatedLength"],"SVGAnimatedLengthList":["SVGAnimatedLengthList"],"SVGAnimatedNumber":["SVGAnimatedNumber"],"SVGAnimatedNumberList":["SVGAnimatedNumberList"],"SVGAnimatedPoints":["animatedPoints"],"SVGAnimatedPreserveAspectRatio":["SVGAnimatedPreserveAspectRatio"],"SVGAnimatedRect":["SVGAnimatedRect"],"SVGAnimatedString":["SVGAnimatedString"],"SVGAnimatedTransformList":["SVGAnimatedTransformList"],"SVGAnimateElement":["SVGAnimateElement"],"SVGAnimateMotionElement":["SVGAnimateMotionElement"],"SVGAnimateTransformElement":["SVGAnimateTransformElement"],"SVGAnimationElement":["SVGAnimationElement"],"SVGBoundingBoxOptions":[],"SVGCircleElement":["SVGCircleElement"],"SVGClipPathElement":["SVGClipPathElement"],"SVGComponentTransferFunctionElement":["SVGComponentTransferFunctionElement"],"SVGDefsElement":["SVGDefsElement"],"SVGDescElement":["SVGDescElement"],"SVGElement":["SVGElement"],"SVGElementEventMap":[],"SVGElementTagNameMap":[],"SVGEllipseElement":["SVGEllipseElement"],"SVGFEBlendElement":["SVGFEBlendElement"],"SVGFEColorMatrixElement":["SVGFEColorMatrixElement"],"SVGFEComponentTransferElement":["SVGFEComponentTransferElement"],"SVGFECompositeElement":["SVGFECompositeElement"],"SVGFEConvolveMatrixElement":["SVGFEConvolveMatrixElement"],"SVGFEDiffuseLightingElement":["SVGFEDiffuseLightingElement"],"SVGFEDisplacementMapElement":["SVGFEDisplacementMapElement"],"SVGFEDistantLightElement":["SVGFEDistantLightElement"],"SVGFEDropShadowElement":["SVGFEDropShadowElement"],"SVGFEFloodElement":["SVGFEFloodElement"],"SVGFEFuncAElement":["SVGFEFuncAElement"],"SVGFEFuncBElement":["SVGFEFuncBElement"],"SVGFEFuncGElement":["SVGFEFuncGElement"],"SVGFEFuncRElement":["SVGFEFuncRElement"],"SVGFEGaussianBlurElement":["SVGFEGaussianBlurElement"],"SVGFEImageElement":["SVGFEImageElement"],"SVGFEMergeElement":["SVGFEMergeElement"],"SVGFEMergeNodeElement":["SVGFEMergeNodeElement"],"SVGFEMorphologyElement":["SVGFEMorphologyElement"],"SVGFEOffsetElement":["SVGFEOffsetElement"],"SVGFEPointLightElement":["SVGFEPointLightElement"],"SVGFESpecularLightingElement":["SVGFESpecularLightingElement"],"SVGFESpotLightElement":["SVGFESpotLightElement"],"SVGFETileElement":["SVGFETileElement"],"SVGFETurbulenceElement":["SVGFETurbulenceElement"],"SVGFilterElement":["SVGFilterElement"],"SVGFilterPrimitiveStandardAttributes":["height"],"SVGFitToViewBox":["preserveAspectRatio"],"SVGForeignObjectElement":["SVGForeignObjectElement"],"SVGGElement":["SVGGElement"],"SVGGeometryElement":["SVGGeometryElement"],"SVGGradientElement":["SVGGradientElement"],"SVGGraphicsElement":["SVGGraphicsElement"],"SVGImageElement":["SVGImageElement"],"SVGLength":["SVGLength"],"SVGLengthList":["SVGLengthList"],"SVGLinearGradientElement":["SVGLinearGradientElement"],"SVGLineElement":["SVGLineElement"],"SVGMarkerElement":["SVGMarkerElement"],"SVGMaskElement":["SVGMaskElement"],"SVGMatrix":[],"SVGMetadataElement":["SVGMetadataElement"],"SVGMPathElement":["SVGMPathElement"],"SVGNumber":["SVGNumber"],"SVGNumberList":["SVGNumberList"],"SVGPathElement":["SVGPathElement"],"SVGPatternElement":["SVGPatternElement"],"SVGPoint":[],"SVGPointList":["SVGPointList"],"SVGPolygonElement":["SVGPolygonElement"],"SVGPolylineElement":["SVGPolylineElement"],"SVGPreserveAspectRatio":["SVGPreserveAspectRatio"],"SVGRadialGradientElement":["SVGRadialGradientElement"],"SVGRect":[],"SVGRectElement":["SVGRectElement"],"SVGScriptElement":["SVGScriptElement"],"SVGSetElement":["SVGSetElement"],"SVGStopElement":["SVGStopElement"],"SVGStringList":["SVGStringList"],"SVGStyleElement":["SVGStyleElement"],"SVGSVGElement":["SVGSVGElement"],"SVGSVGElementEventMap":[],"SVGSwitchElement":["SVGSwitchElement"],"SVGSymbolElement":["SVGSymbolElement"],"SVGTests":["requiredExtensions"],"SVGTextContentElement":["SVGTextContentElement"],"SVGTextElement":["SVGTextElement"],"SVGTextPathElement":["SVGTextPathElement"],"SVGTextPositioningElement":["SVGTextPositioningElement"],"SVGTitleElement":["SVGTitleElement"],"SVGTransform":["SVGTransform"],"SVGTransformList":["SVGTransformList"],"SVGTSpanElement":["SVGTSpanElement"],"SVGUnitTypes":["SVGUnitTypes"],"SVGURIReference":["href"],"SVGUseElement":["SVGUseElement"],"SVGViewElement":["SVGViewElement"],"Symbol":[],"SymbolConstructor":[],"SyntaxError":[],"SyntaxErrorConstructor":[],"TaskController":["TaskController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["TaskPriorityChangeEvent"],"TaskPriorityChangeEventInit":[],"TaskSignal":["TaskSignal"],"TaskSignalAnyInit":[],"TaskSignalEventMap":[],"TemplateStringsArray":[],"Temporal":[null,{"CalendarLike":[],"DateLikeObject":[],"DateTimeLikeObject":[],"DateUnit":[],"DisambiguationOptions":[],"Duration":[],"DurationConstructor":[],"DurationLike":[],"DurationLikeObject":[],"DurationRelativeToOptions":[],"DurationRoundingOptions":[],"DurationToStringOptions":[],"DurationTotalOptions":[],"Instant":[],"InstantConstructor":[],"InstantLike":[],"InstantToStringOptions":[],"Now":[null,{"instant":[],"plainDateISO":[],"plainDateTimeISO":[],"plainTimeISO":[],"timeZoneId":[],"zonedDateTimeISO":[]}],"OverflowOptions":[],"PartialTemporalLike":[],"PlainDate":[],"PlainDateConstructor":[],"PlainDateLike":[],"PlainDateTime":[],"PlainDateTimeConstructor":[],"PlainDateTimeLike":[],"PlainDateTimeToStringOptions":[],"PlainDateToStringOptions":[],"PlainDateToZonedDateTimeOptions":[],"PlainMonthDay":[],"PlainMonthDayConstructor":[],"PlainMonthDayLike":[],"PlainMonthDayToPlainDateOptions":[],"PlainTime":[],"PlainTimeConstructor":[],"PlainTimeLike":[],"PlainTimeToStringOptions":[],"PlainYearMonth":[],"PlainYearMonthConstructor":[],"PlainYearMonthLike":[],"PlainYearMonthToPlainDateOptions":[],"PluralizeUnit":[],"RoundingOptions":[],"RoundingOptionsWithLargestUnit":[],"TimeLikeObject":[],"TimeUnit":[],"TimeZoneLike":[],"ToStringRoundingOptions":[],"ToStringRoundingOptionsWithFractionalSeconds":[],"TransitionOptions":[],"YearMonthLikeObject":[],"ZonedDateTime":[],"ZonedDateTimeConstructor":[],"ZonedDateTimeFromOptions":[],"ZonedDateTimeLike":[],"ZonedDateTimeLikeObject":[],"ZonedDateTimeToStringOptions":[]}],"TexImageSource":[],"Text":["Text"],"TextDecodeOptions":[],"TextDecoder":["TextDecoder"],"TextDecoderCommon":["encoding"],"TextDecoderOptions":[],"TextDecoderStream":["TextDecoderStream"],"TextEncoder":["TextEncoder"],"TextEncoderCommon":["encoding"],"TextEncoderEncodeIntoResult":[],"TextEncoderStream":["TextEncoderStream"],"TextEvent":["TextEvent"],"TextMetrics":["TextMetrics"],"TextStreamBase":[],"TextStreamReader":[],"TextStreamWriter":[],"TextTrack":["TextTrack"],"TextTrackCue":["TextTrackCue"],"TextTrackCueEventMap":[],"TextTrackCueList":["TextTrackCueList"],"TextTrackEventMap":[],"TextTrackKind":[],"TextTrackList":["TextTrackList"],"TextTrackListEventMap":[],"TextTrackMode":[],"ThisParameterType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thisparametertypetype"],"ThisType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypetype"],"TimelineRangeOffset":[],"TimeRanges":["TimeRanges"],"TimerHandler":[],"ToggleEvent":["ToggleEvent"],"ToggleEventInit":[],"TogglePopoverOptions":[],"toolbar":[],"top":[],"Touch":["Touch"],"TouchEvent":["TouchEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":["TouchList"],"TouchType":[],"TrackEvent":["TrackEvent"],"TrackEventInit":[],"Transferable":[],"TransferFunction":[],"Transformer":[],"TransformerFlushCallback":[],"TransformerStartCallback":[],"TransformerTransformCallback":[],"TransformStream":["TransformStream"],"TransformStreamDefaultController":["TransformStreamDefaultController"],"TransitionEvent":["TransitionEvent"],"TransitionEventInit":[],"TreeWalker":["TreeWalker"],"TypedPropertyDescriptor":[],"TypeError":[],"TypeErrorConstructor":[],"UIEvent":["UIEvent"],"UIEventInit":[],"Uint16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array"],"Uint16ArrayConstructor":[],"Uint32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array"],"Uint32ArrayConstructor":[],"Uint32List":[],"Uint8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array"],"Uint8ArrayConstructor":[],"Uint8ClampedArray":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray"],"Uint8ClampedArrayConstructor":[],"ULongRange":[],"Uncapitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"UnderlyingByteSource":[],"UnderlyingDefaultSource":[],"UnderlyingSink":[],"UnderlyingSinkAbortCallback":[],"UnderlyingSinkCloseCallback":[],"UnderlyingSinkStartCallback":[],"UnderlyingSinkWriteCallback":[],"UnderlyingSource":[],"UnderlyingSourceCancelCallback":[],"UnderlyingSourcePullCallback":[],"UnderlyingSourceStartCallback":[],"unescape":[],"UnknownCredentialOptions":[],"Uppercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"URIError":[],"URIErrorConstructor":[],"URL":["URL"],"URLPattern":["URLPattern"],"URLPatternComponentResult":[],"URLPatternInit":[],"URLPatternInput":[],"URLPatternOptions":[],"URLPatternResult":[],"URLSearchParams":["URLSearchParams"],"URLSearchParamsIterator":[],"UserActivation":["UserActivation"],"UserVerificationRequirement":[],"ValidityState":["ValidityState"],"ValidityStateFlags":[],"VarDate":[],"VBArray":[],"VBArrayConstructor":[],"VibratePattern":[],"VideoColorPrimaries":[],"VideoColorSpace":["VideoColorSpace"],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":["VideoDecoder"],"VideoDecoderConfig":[],"VideoDecoderEventMap":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":["VideoEncoder"],"VideoEncoderBitrateMode":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderEncodeOptionsForAvc":[],"VideoEncoderEventMap":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":["VideoFrame"],"VideoFrameBufferInit":[],"VideoFrameCallbackMetadata":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoFrameOutputCallback":[],"VideoFrameRequestCallback":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":["VideoPlaybackQuality"],"VideoTransferCharacteristics":[],"ViewTimeline":["ViewTimeline"],"ViewTimelineOptions":[],"ViewTransition":["ViewTransition"],"ViewTransitionTypeSet":["ViewTransitionTypeSet"],"ViewTransitionUpdateCallback":[],"visualViewport":[],"VisualViewport":["VisualViewport"],"VisualViewportEventMap":[],"VoidFunction":[],"VTTCue":["VTTCue"],"VTTRegion":["VTTRegion"],"WakeLock":["WakeLock"],"WakeLockSentinel":["WakeLockSentinel"],"WakeLockSentinelEventMap":[],"WakeLockType":[],"WaveShaperNode":["WaveShaperNode"],"WaveShaperOptions":[],"WeakKey":[],"WeakKeyTypes":[],"WeakMap":[],"WeakMapConstructor":[],"WeakRef":[],"WeakRefConstructor":[],"WeakSet":[],"WeakSetConstructor":[],"WebAssembly":[null,{"AddressType":[],"AddressValue":[],"compile":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compile_static"],"CompileError":[],"compileStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compileStreaming_static"],"Exception":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception"],"ExceptionOptions":[],"Exports":[],"ExportValue":[],"Global":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global"],"GlobalDescriptor":[],"ImportExportKind":[],"Imports":[],"ImportValue":[],"Instance":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Instance"],"instantiate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiate_static"],"instantiateStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiateStreaming_static"],"JSTag":[],"LinkError":[],"Memory":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Memory"],"MemoryDescriptor":[],"Module":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Module"],"ModuleExportDescriptor":[],"ModuleImportDescriptor":[],"ModuleImports":[],"RuntimeError":[],"Table":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Table"],"TableDescriptor":[],"TableKind":[],"Tag":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Tag"],"TagType":[],"validate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/validate_static"],"ValueType":[],"ValueTypeMap":[],"WebAssemblyCompileOptions":[],"WebAssemblyInstantiatedSource":[]}],"WebCodecsErrorCallback":[],"WEBGL_color_buffer_float":["WEBGL_color_buffer_float"],"WEBGL_compressed_texture_astc":["WEBGL_compressed_texture_astc"],"WEBGL_compressed_texture_etc":["WEBGL_compressed_texture_etc"],"WEBGL_compressed_texture_etc1":["WEBGL_compressed_texture_etc1"],"WEBGL_compressed_texture_pvrtc":["WEBGL_compressed_texture_pvrtc"],"WEBGL_compressed_texture_s3tc":["WEBGL_compressed_texture_s3tc"],"WEBGL_compressed_texture_s3tc_srgb":["WEBGL_compressed_texture_s3tc_srgb"],"WEBGL_debug_renderer_info":["WEBGL_debug_renderer_info"],"WEBGL_debug_shaders":["WEBGL_debug_shaders"],"WEBGL_depth_texture":["WEBGL_depth_texture"],"WEBGL_draw_buffers":["WEBGL_draw_buffers"],"WEBGL_lose_context":["WEBGL_lose_context"],"WEBGL_multi_draw":["WEBGL_multi_draw"],"WebGL2RenderingContext":["WebGL2RenderingContext"],"WebGL2RenderingContextBase":["beginQuery"],"WebGL2RenderingContextOverloads":["bufferData"],"WebGLActiveInfo":["WebGLActiveInfo"],"WebGLBuffer":["WebGLBuffer"],"WebGLContextAttributes":[],"WebGLContextEvent":["WebGLContextEvent"],"WebGLContextEventInit":[],"WebGLFramebuffer":["WebGLFramebuffer"],"WebGLPowerPreference":[],"WebGLProgram":["WebGLProgram"],"WebGLQuery":["WebGLQuery"],"WebGLRenderbuffer":["WebGLRenderbuffer"],"WebGLRenderingContext":["WebGLRenderingContext"],"WebGLRenderingContextBase":["drawingBufferColorSpace"],"WebGLRenderingContextOverloads":["bufferData"],"WebGLSampler":["WebGLSampler"],"WebGLShader":["WebGLShader"],"WebGLShaderPrecisionFormat":["WebGLShaderPrecisionFormat"],"WebGLSync":["WebGLSync"],"WebGLTexture":["WebGLTexture"],"WebGLTransformFeedback":["WebGLTransformFeedback"],"WebGLUniformLocation":["WebGLUniformLocation"],"WebGLVertexArrayObject":["WebGLVertexArrayObject"],"WebGLVertexArrayObjectOES":["WebGLVertexArrayObject"],"WebKitCSSMatrix":[],"webkitURL":[],"WebSocket":["WebSocket"],"WebSocketEventMap":[],"WebTransport":["WebTransport"],"WebTransportBidirectionalStream":["WebTransportBidirectionalStream"],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":["WebTransportDatagramDuplexStream"],"WebTransportError":["WebTransportError"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportSendOptions":[],"WebTransportSendStreamOptions":[],"WGSLLanguageFeatures":["WGSLLanguageFeatures"],"WheelEvent":["WheelEvent"],"WheelEventInit":[],"window":[],"Window":["Window"],"WindowClient":["WindowClient"],"WindowEventHandlers":["afterprint_event"],"WindowEventHandlersEventMap":[],"WindowEventMap":[],"WindowLocalStorage":["localStorage"],"WindowOrWorkerGlobalScope":["caches"],"WindowPostMessageOptions":[],"WindowProxy":[],"WindowSessionStorage":["sessionStorage"],"Worker":["Worker"],"WorkerEventMap":[],"WorkerGlobalScope":["WorkerGlobalScope"],"WorkerGlobalScopeEventMap":[],"WorkerLocation":["WorkerLocation"],"WorkerNavigator":["WorkerNavigator"],"WorkerOptions":[],"WorkerType":[],"Worklet":["Worklet"],"WorkletOptions":[],"WritableStream":["WritableStream"],"WritableStreamDefaultController":["WritableStreamDefaultController"],"WritableStreamDefaultWriter":["WritableStreamDefaultWriter"],"WriteCommandType":[],"WriteParams":[],"WScript":[],"WSH":[],"XMLDocument":["XMLDocument"],"XMLHttpRequest":["XMLHttpRequest"],"XMLHttpRequestBodyInit":[],"XMLHttpRequestEventMap":[],"XMLHttpRequestEventTarget":["XMLHttpRequestEventTarget"],"XMLHttpRequestEventTargetEventMap":[],"XMLHttpRequestResponseType":[],"XMLHttpRequestUpload":["XMLHttpRequestUpload"],"XMLSerializer":["XMLSerializer"],"XPathEvaluator":["XPathEvaluator"],"XPathEvaluatorBase":["createExpression"],"XPathExpression":["XPathExpression"],"XPathNSResolver":[],"XPathResult":["XPathResult"],"XSLTProcessor":["XSLTProcessor"]}'), Gn = {
|
|
1214
|
-
globals:
|
|
1214
|
+
const Gn = /* @__PURE__ */ JSON.parse('{"AacBitstreamFormat":[],"AacEncoderConfig":[],"AbortController":["AbortController"],"AbortSignal":["AbortSignal"],"AbortSignalEventMap":[],"AbstractRange":["AbstractRange"],"AbstractWorker":["error_event"],"AbstractWorkerEventMap":[],"ActiveXObject":[],"addEventListener":[],"AddEventListenerOptions":[],"AddressErrors":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"AggregateError":[],"AggregateErrorConstructor":[],"alert":["Window/alert"],"Algorithm":[],"AlgorithmIdentifier":[],"AlignSetting":[],"AllAcceptedCredentialsOptions":[],"AllowSharedBufferSource":[],"AlphaOption":[],"AnalyserNode":["AnalyserNode"],"AnalyserOptions":[],"ANGLE_instanced_arrays":["ANGLE_instanced_arrays"],"Animatable":["animate"],"Animation":["Animation"],"AnimationEffect":["AnimationEffect"],"AnimationEvent":["AnimationEvent"],"AnimationEventInit":[],"AnimationEventMap":[],"AnimationFrameProvider":["cancelAnimationFrame"],"AnimationPlaybackEvent":["AnimationPlaybackEvent"],"AnimationPlaybackEventInit":[],"AnimationPlayState":[],"AnimationReplaceState":[],"AnimationTimeline":["AnimationTimeline"],"AppendMode":[],"ARIAMixin":["ariaActiveDescendantElement"],"Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array"],"ArrayBuffer":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer"],"ArrayBufferConstructor":[],"ArrayBufferLike":[],"ArrayBufferTypes":[],"ArrayBufferView":[],"ArrayConstructor":[],"ArrayIterator":[],"ArrayLike":[],"AssignedNodesOptions":[],"AsyncDisposable":[],"AsyncDisposableStack":[],"AsyncDisposableStackConstructor":[],"AsyncGenerator":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator"],"AsyncGeneratorFunction":[],"AsyncGeneratorFunctionConstructor":[],"AsyncIterable":[],"AsyncIterableIterator":[],"AsyncIterator":[],"AsyncIteratorObject":[],"atob":["Window/atob"],"Atomics":[],"AttestationConveyancePreference":[],"Attr":["Attr"],"Audio":[],"AudioBuffer":["AudioBuffer"],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioBufferSourceNode"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["AudioContext"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":["AudioData"],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDataOutputCallback":[],"AudioDecoder":["AudioDecoder"],"AudioDecoderConfig":[],"AudioDecoderEventMap":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioDestinationNode"],"AudioEncoder":["AudioEncoder"],"AudioEncoderConfig":[],"AudioEncoderEventMap":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":["AudioListener"],"AudioNode":["AudioNode"],"AudioNodeOptions":[],"AudioParam":["AudioParam"],"AudioParamMap":["AudioParamMap"],"AudioProcessingEvent":["AudioProcessingEvent"],"AudioProcessingEventInit":[],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioScheduledSourceNode"],"AudioScheduledSourceNodeEventMap":[],"AudioTimestamp":[],"AudioWorklet":["AudioWorklet"],"AudioWorkletNode":["AudioWorkletNode"],"AudioWorkletNodeEventMap":[],"AudioWorkletNodeOptions":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJSON":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJSON":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobInputsJSON":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsLargeBlobOutputsJSON":[],"AuthenticationExtensionsPRFInputs":[],"AuthenticationExtensionsPRFInputsJSON":[],"AuthenticationExtensionsPRFOutputs":[],"AuthenticationExtensionsPRFOutputsJSON":[],"AuthenticationExtensionsPRFValues":[],"AuthenticationExtensionsPRFValuesJSON":[],"AuthenticationResponseJSON":[],"AuthenticatorAssertionResponse":["AuthenticatorAssertionResponse"],"AuthenticatorAssertionResponseJSON":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorAttestationResponse"],"AuthenticatorAttestationResponseJSON":[],"AuthenticatorResponse":["AuthenticatorResponse"],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoFill":[],"AutoFillAddressKind":[],"AutoFillBase":[],"AutoFillContactField":[],"AutoFillContactKind":[],"AutoFillCredentialField":[],"AutoFillField":[],"AutoFillNormalField":[],"AutoFillSection":[],"AutoKeyword":[],"AutomationRate":[],"AvcBitstreamFormat":[],"AvcEncoderConfig":[],"Awaited":["https://www.typescriptlang.org/docs/handbook/utility-types.html#awaitedtype"],"BarProp":["BarProp"],"Base64URLString":[],"BaseAudioContext":["BaseAudioContext"],"BaseAudioContextEventMap":[],"BeforeUnloadEvent":["BeforeUnloadEvent"],"BigInt":[],"BigInt64Array":[],"BigInt64ArrayConstructor":[],"BigIntConstructor":[],"BigInteger":[],"BigIntToLocaleStringOptions":[],"BigUint64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint64Array"],"BigUint64ArrayConstructor":[],"BinaryType":[],"BiquadFilterNode":["BiquadFilterNode"],"BiquadFilterOptions":[],"BiquadFilterType":[],"BitrateMode":[],"Blob":["Blob"],"BlobCallback":[],"BlobEvent":["BlobEvent"],"BlobEventInit":[],"BlobPart":[],"BlobPropertyBag":[],"blur":["Window/blur"],"Body":["body"],"BodyInit":[],"Boolean":[],"BooleanConstructor":[],"BroadcastChannel":["BroadcastChannel"],"BroadcastChannelEventMap":[],"btoa":["Window/btoa"],"BufferSource":[],"BuiltinIteratorReturn":[],"ByteLengthQueuingStrategy":["ByteLengthQueuingStrategy"],"Cache":["Cache"],"CacheQueryOptions":[],"caches":[],"CacheStorage":["CacheStorage"],"CallableFunction":[],"cancelAnimationFrame":["DedicatedWorkerGlobalScope/cancelAnimationFrame"],"cancelIdleCallback":["Window/cancelIdleCallback"],"CanPlayTypeResult":[],"CanvasCaptureMediaStreamTrack":["CanvasCaptureMediaStreamTrack"],"CanvasCompositing":["globalAlpha"],"CanvasDirection":[],"CanvasDrawImage":["drawImage"],"CanvasDrawPath":["beginPath"],"CanvasFillRule":[],"CanvasFillStrokeStyles":["fillStyle"],"CanvasFilters":["filter"],"CanvasFontKerning":[],"CanvasFontStretch":[],"CanvasFontVariantCaps":[],"CanvasGradient":["CanvasGradient"],"CanvasImageData":["createImageData"],"CanvasImageSmoothing":["imageSmoothingEnabled"],"CanvasImageSource":[],"CanvasLineCap":[],"CanvasLineJoin":[],"CanvasPath":["arc"],"CanvasPathDrawingStyles":["lineCap"],"CanvasPattern":["CanvasPattern"],"CanvasRect":["clearRect"],"CanvasRenderingContext2D":["CanvasRenderingContext2D"],"CanvasRenderingContext2DSettings":[],"CanvasSettings":["getContextAttributes"],"CanvasShadowStyles":["shadowBlur"],"CanvasState":["isContextLost"],"CanvasText":["fillText"],"CanvasTextAlign":[],"CanvasTextBaseline":[],"CanvasTextDrawingStyles":["direction"],"CanvasTextRendering":[],"CanvasTransform":["getTransform"],"CanvasUserInterface":["drawFocusIfNeeded"],"Capitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"captureEvents":["Window/captureEvents"],"CaretPosition":["CaretPosition"],"CaretPositionFromPointOptions":[],"CDATASection":["CDATASection"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["ChannelMergerNode"],"ChannelMergerOptions":[],"ChannelSplitterNode":["ChannelSplitterNode"],"ChannelSplitterOptions":[],"CharacterData":["CharacterData"],"CheckVisibilityOptions":[],"ChildNode":["after"],"ClassAccessorDecoratorContext":[],"ClassAccessorDecoratorResult":[],"ClassAccessorDecoratorTarget":[],"ClassDecorator":[],"ClassDecoratorContext":[],"ClassFieldDecoratorContext":[],"ClassGetterDecoratorContext":[],"ClassMemberDecoratorContext":[],"ClassMethodDecoratorContext":[],"ClassSetterDecoratorContext":[],"clearInterval":["Window/clearInterval"],"clearTimeout":["Window/clearTimeout"],"Client":["Client"],"clientInformation":[],"ClientQueryOptions":[],"ClientRect":[],"Clients":["Clients"],"ClientTypes":[],"Clipboard":["Clipboard"],"ClipboardEvent":["ClipboardEvent"],"ClipboardEventInit":[],"ClipboardItem":["ClipboardItem"],"ClipboardItemData":[],"ClipboardItemOptions":[],"ClipboardItems":[],"close":["DedicatedWorkerGlobalScope/close"],"closed":[],"CloseEvent":["CloseEvent"],"CloseEventInit":[],"CodecState":[],"ColorGamut":[],"ColorSpaceConversion":[],"CommandEvent":["CommandEvent"],"CommandEventInit":[],"Comment":["Comment"],"CompositeOperation":[],"CompositeOperationOrAuto":[],"CompositionEvent":["CompositionEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":["CompressionStream"],"ComputedEffectTiming":[],"ComputedKeyframe":[],"ConcatArray":[],"confirm":["Window/confirm"],"console":[],"Console":["console"],"ConstantSourceNode":["ConstantSourceNode"],"ConstantSourceOptions":[],"ConstrainBoolean":[],"ConstrainBooleanOrDOMString":[],"ConstrainBooleanOrDOMStringParameters":[],"ConstrainBooleanParameters":[],"ConstrainDOMString":[],"ConstrainDOMStringParameters":[],"ConstrainDouble":[],"ConstrainDoubleRange":[],"ConstrainULong":[],"ConstrainULongRange":[],"ConstructorParameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#constructorparameterstype"],"ContentVisibilityAutoStateChangeEvent":["ContentVisibilityAutoStateChangeEvent"],"ContentVisibilityAutoStateChangeEventInit":[],"ConvolverNode":["ConvolverNode"],"ConvolverOptions":[],"CookieChangeEvent":["CookieChangeEvent"],"CookieChangeEventInit":[],"CookieInit":[],"CookieList":[],"CookieListItem":[],"CookieSameSite":[],"cookieStore":[],"CookieStore":["CookieStore"],"CookieStoreDeleteOptions":[],"CookieStoreEventMap":[],"CookieStoreGetOptions":[],"CookieStoreManager":["CookieStoreManager"],"COSEAlgorithmIdentifier":[],"CountQueuingStrategy":["CountQueuingStrategy"],"createImageBitmap":["Window/createImageBitmap"],"Credential":["Credential"],"CredentialCreationOptions":[],"CredentialMediationRequirement":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":["CredentialsContainer"],"crossOriginIsolated":[],"crypto":[],"Crypto":["Crypto"],"CryptoKey":["CryptoKey"],"CryptoKeyPair":[],"CSS":[null,{"cap":[],"ch":["CSS/factory_functions_static"],"cm":["CSS/factory_functions_static"],"cqb":["CSS/factory_functions_static"],"cqh":["CSS/factory_functions_static"],"cqi":["CSS/factory_functions_static"],"cqmax":["CSS/factory_functions_static"],"cqmin":["CSS/factory_functions_static"],"cqw":["CSS/factory_functions_static"],"deg":["CSS/factory_functions_static"],"dpcm":["CSS/factory_functions_static"],"dpi":["CSS/factory_functions_static"],"dppx":["CSS/factory_functions_static"],"dvb":["CSS/factory_functions_static"],"dvh":["CSS/factory_functions_static"],"dvi":["CSS/factory_functions_static"],"dvmax":["CSS/factory_functions_static"],"dvmin":["CSS/factory_functions_static"],"dvw":["CSS/factory_functions_static"],"em":["CSS/factory_functions_static"],"escape":["CSS/escape_static"],"ex":["CSS/factory_functions_static"],"fr":["CSS/factory_functions_static"],"grad":["CSS/factory_functions_static"],"highlights":[],"Hz":["CSS/factory_functions_static"],"ic":[],"kHz":["CSS/factory_functions_static"],"lh":[],"lvb":["CSS/factory_functions_static"],"lvh":["CSS/factory_functions_static"],"lvi":["CSS/factory_functions_static"],"lvmax":["CSS/factory_functions_static"],"lvmin":["CSS/factory_functions_static"],"lvw":["CSS/factory_functions_static"],"mm":["CSS/factory_functions_static"],"ms":["CSS/factory_functions_static"],"number":["CSS/factory_functions_static"],"pc":["CSS/factory_functions_static"],"percent":["CSS/factory_functions_static"],"pt":["CSS/factory_functions_static"],"px":["CSS/factory_functions_static"],"Q":["CSS/factory_functions_static"],"rad":["CSS/factory_functions_static"],"rcap":[],"rch":[],"registerProperty":["CSS/registerProperty_static"],"rem":["CSS/factory_functions_static"],"rex":[],"ric":[],"rlh":[],"s":["CSS/factory_functions_static"],"supports":["CSS/supports_static"],"svb":["CSS/factory_functions_static"],"svh":["CSS/factory_functions_static"],"svi":["CSS/factory_functions_static"],"svmax":["CSS/factory_functions_static"],"svmin":["CSS/factory_functions_static"],"svw":["CSS/factory_functions_static"],"turn":["CSS/factory_functions_static"],"vb":["CSS/factory_functions_static"],"vh":["CSS/factory_functions_static"],"vi":["CSS/factory_functions_static"],"vmax":["CSS/factory_functions_static"],"vmin":["CSS/factory_functions_static"],"vw":["CSS/factory_functions_static"]}],"CSSAnimation":["CSSAnimation"],"CSSConditionRule":["CSSConditionRule"],"CSSContainerRule":["CSSContainerRule"],"CSSCounterStyleRule":["CSSCounterStyleRule"],"CSSFontFaceRule":["CSSFontFaceRule"],"CSSFontFeatureValuesRule":["CSSFontFeatureValuesRule"],"CSSFontPaletteValuesRule":["CSSFontPaletteValuesRule"],"CSSGroupingRule":["CSSGroupingRule"],"CSSImageValue":["CSSImageValue"],"CSSImportRule":["CSSImportRule"],"CSSKeyframeRule":["CSSKeyframeRule"],"CSSKeyframesRule":["CSSKeyframesRule"],"CSSKeywordish":[],"CSSKeywordValue":["CSSKeywordValue"],"CSSLayerBlockRule":["CSSLayerBlockRule"],"CSSLayerStatementRule":["CSSLayerStatementRule"],"CSSMathClamp":[],"CSSMathInvert":["CSSMathInvert"],"CSSMathMax":["CSSMathMax"],"CSSMathMin":["CSSMathMin"],"CSSMathNegate":["CSSMathNegate"],"CSSMathOperator":[],"CSSMathProduct":["CSSMathProduct"],"CSSMathSum":["CSSMathSum"],"CSSMathValue":["CSSMathValue"],"CSSMatrixComponent":["CSSMatrixComponent"],"CSSMatrixComponentOptions":[],"CSSMediaRule":["CSSMediaRule"],"CSSNamespaceRule":["CSSNamespaceRule"],"CSSNestedDeclarations":["CSSNestedDeclarations"],"CSSNumberish":[],"CSSNumericArray":["CSSNumericArray"],"CSSNumericBaseType":[],"CSSNumericType":[],"CSSNumericValue":["CSSNumericValue"],"CSSPageDescriptors":["CSSPageDescriptors"],"CSSPageRule":["CSSPageRule"],"CSSPerspective":["CSSPerspective"],"CSSPerspectiveValue":[],"CSSPositionTryDescriptors":["CSSPositionTryDescriptors"],"CSSPositionTryRule":["CSSPositionTryRule"],"CSSPropertyRule":["CSSPropertyRule"],"CSSRotate":["CSSRotate"],"CSSRule":["CSSRule"],"CSSRuleList":["CSSRuleList"],"CSSScale":["CSSScale"],"CSSScopeRule":["CSSScopeRule"],"CSSSkew":["CSSSkew"],"CSSSkewX":["CSSSkewX"],"CSSSkewY":["CSSSkewY"],"CSSStartingStyleRule":["CSSStartingStyleRule"],"CSSStyleDeclaration":[],"CSSStyleDeclarationBase":["CSSStyleDeclaration"],"CSSStyleProperties":["CSSStyleProperties"],"CSSStyleRule":["CSSStyleRule"],"CSSStyleSheet":["CSSStyleSheet"],"CSSStyleSheetInit":[],"CSSStyleValue":["CSSStyleValue"],"CSSSupportsRule":["CSSSupportsRule"],"CSSTransformComponent":["CSSTransformComponent"],"CSSTransformValue":["CSSTransformValue"],"CSSTransition":["CSSTransition"],"CSSTranslate":["CSSTranslate"],"CSSUnitValue":["CSSUnitValue"],"CSSUnparsedSegment":[],"CSSUnparsedValue":["CSSUnparsedValue"],"CSSVariableReferenceValue":["CSSVariableReferenceValue"],"CSSViewTransitionRule":["CSSViewTransitionRule"],"CurrentUserDetailsOptions":[],"CustomElementConstructor":[],"CustomElementRegistry":["CustomElementRegistry"],"customElements":[],"CustomEvent":["CustomEvent"],"CustomEventInit":[],"CustomStateSet":["CustomStateSet"],"DataTransfer":["DataTransfer"],"DataTransferItem":["DataTransferItem"],"DataTransferItemList":["DataTransferItemList"],"DataView":[],"DataViewConstructor":[],"Date":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date"],"DateConstructor":[],"DecodeErrorCallback":[],"DecodeSuccessCallback":[],"decodeURI":[],"decodeURIComponent":[],"DecompressionStream":["DecompressionStream"],"DecoratorContext":[],"DecoratorMetadata":[],"DecoratorMetadataObject":[],"DedicatedWorkerGlobalScope":["DedicatedWorkerGlobalScope"],"DedicatedWorkerGlobalScopeEventMap":[],"DelayNode":["DelayNode"],"DelayOptions":[],"DeviceMotionEvent":["DeviceMotionEvent"],"DeviceMotionEventAcceleration":["DeviceMotionEventAcceleration"],"DeviceMotionEventAccelerationInit":[],"DeviceMotionEventInit":[],"DeviceMotionEventRotationRate":["DeviceMotionEventRotationRate"],"DeviceMotionEventRotationRateInit":[],"DeviceOrientationEvent":["DeviceOrientationEvent"],"DeviceOrientationEventInit":[],"devicePixelRatio":[],"DigitalCredential":[],"DirectionSetting":[],"dispatchEvent":["EventTarget/dispatchEvent"],"DisplayCaptureSurfaceType":[],"DisplayMediaStreamOptions":[],"Disposable":[],"DisposableStack":[],"DisposableStackConstructor":[],"DistanceModelType":[],"document":[],"Document":["Document"],"DocumentEventMap":[],"DocumentFragment":["DocumentFragment"],"DocumentOrShadowRoot":["activeElement"],"DocumentReadyState":[],"DocumentTimeline":["DocumentTimeline"],"DocumentTimelineOptions":[],"DocumentType":["DocumentType"],"DocumentVisibilityState":[],"DOMException":["DOMException"],"DOMHighResTimeStamp":[],"DOMImplementation":["DOMImplementation"],"DOMMatrix":["DOMMatrix"],"DOMMatrix2DInit":[],"DOMMatrixInit":[],"DOMMatrixReadOnly":["DOMMatrixReadOnly"],"DOMParser":["DOMParser"],"DOMParserSupportedType":[],"DOMPoint":["DOMPoint"],"DOMPointInit":[],"DOMPointReadOnly":["DOMPointReadOnly"],"DOMQuad":["DOMQuad"],"DOMQuadInit":[],"DOMRect":["DOMRect"],"DOMRectInit":[],"DOMRectList":["DOMRectList"],"DOMRectReadOnly":["DOMRectReadOnly"],"DOMStringList":["DOMStringList"],"DOMStringMap":["DOMStringMap"],"DOMTokenList":["DOMTokenList"],"DoubleRange":[],"DragEvent":["DragEvent"],"DragEventInit":[],"DynamicsCompressorNode":["DynamicsCompressorNode"],"DynamicsCompressorOptions":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EffectTiming":[],"Element":["Element"],"ElementContentEditable":["contentEditable"],"ElementCreationOptions":[],"ElementCSSInlineStyle":["attributeStyleMap"],"ElementDefinitionOptions":[],"ElementEventMap":[],"ElementInternals":["ElementInternals"],"ElementTagNameMap":[],"EncodedAudioChunk":["EncodedAudioChunk"],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkOutputCallback":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":["EncodedVideoChunk"],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkOutputCallback":[],"EncodedVideoChunkType":[],"encodeURI":[],"encodeURIComponent":[],"EndingType":[],"EndOfStreamError":[],"Enumerator":[],"EnumeratorConstructor":[],"EpochTimeStamp":[],"Error":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error"],"ErrorCallback":[],"ErrorConstructor":[],"ErrorEvent":["ErrorEvent"],"ErrorEventInit":[],"ErrorOptions":[],"escape":[],"eval":[],"EvalError":[],"EvalErrorConstructor":[],"event":[],"Event":["Event"],"EventCounts":["EventCounts"],"EventInit":[],"EventListener":[],"EventListenerObject":[],"EventListenerOptions":[],"EventListenerOrEventListenerObject":[],"EventModifierInit":[],"EventSource":["EventSource"],"EventSourceEventMap":[],"EventSourceInit":[],"EventTarget":["EventTarget"],"Exclude":["https://www.typescriptlang.org/docs/handbook/utility-types.html#excludeuniontype-excludedmembers"],"EXT_blend_minmax":["EXT_blend_minmax"],"EXT_color_buffer_float":["EXT_color_buffer_float"],"EXT_color_buffer_half_float":["EXT_color_buffer_half_float"],"EXT_float_blend":["EXT_float_blend"],"EXT_frag_depth":["EXT_frag_depth"],"EXT_shader_texture_lod":["EXT_shader_texture_lod"],"EXT_sRGB":["EXT_sRGB"],"EXT_texture_compression_bptc":["EXT_texture_compression_bptc"],"EXT_texture_compression_rgtc":["EXT_texture_compression_rgtc"],"EXT_texture_filter_anisotropic":["EXT_texture_filter_anisotropic"],"EXT_texture_norm16":["EXT_texture_norm16"],"ExtendableCookieChangeEvent":["ExtendableCookieChangeEvent"],"ExtendableCookieChangeEventInit":[],"ExtendableEvent":["ExtendableEvent"],"ExtendableEventInit":[],"ExtendableMessageEvent":["ExtendableMessageEvent"],"ExtendableMessageEventInit":[],"external":[],"External":[],"Extract":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"fetch":["Window/fetch"],"FetchEvent":["FetchEvent"],"FetchEventInit":[],"File":["File"],"FileCallback":[],"FileList":["FileList"],"FilePropertyBag":[],"FileReader":["FileReader"],"FileReaderEventMap":[],"FileReaderSync":["FileReaderSync"],"FileSystem":["FileSystem"],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemDirectoryEntry"],"FileSystemDirectoryHandle":["FileSystemDirectoryHandle"],"FileSystemDirectoryHandleAsyncIterator":[],"FileSystemDirectoryReader":["FileSystemDirectoryReader"],"FileSystemEntriesCallback":[],"FileSystemEntry":["FileSystemEntry"],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemFileEntry"],"FileSystemFileHandle":["FileSystemFileHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":["FileSystemHandle"],"FileSystemHandleKind":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":["FileSystemSyncAccessHandle"],"FileSystemWritableFileStream":["FileSystemWritableFileStream"],"FileSystemWriteChunkType":[],"FillLightMode":[],"FillMode":[],"FinalizationRegistry":[],"FinalizationRegistryConstructor":[],"FlatArray":[],"Float16Array":[],"Float16ArrayConstructor":[],"Float32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float32Array"],"Float32ArrayConstructor":[],"Float32List":[],"Float64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float64Array"],"Float64ArrayConstructor":[],"focus":["Window/focus"],"FocusEvent":["FocusEvent"],"FocusEventInit":[],"FocusOptions":[],"FontDisplay":[],"FontFace":["FontFace"],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["FontFaceSet"],"FontFaceSetEventMap":[],"FontFaceSetLoadEvent":["FontFaceSetLoadEvent"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FontFaceSource":["fonts"],"fonts":[],"FormData":["FormData"],"FormDataEntryValue":[],"FormDataEvent":["FormDataEvent"],"FormDataEventInit":[],"FormDataIterator":[],"FragmentDirective":["FragmentDirective"],"frameElement":[],"FrameRequestCallback":[],"frames":[],"FrameType":[],"FullscreenNavigationUI":[],"FullscreenOptions":[],"Function":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function"],"FunctionConstructor":[],"FunctionStringCallback":[],"GainNode":["GainNode"],"GainOptions":[],"Gamepad":["Gamepad"],"GamepadButton":["GamepadButton"],"GamepadEffectParameters":[],"GamepadEvent":["GamepadEvent"],"GamepadEventInit":[],"GamepadHapticActuator":["GamepadHapticActuator"],"GamepadHapticEffectType":[],"GamepadHapticsResult":[],"GamepadMappingType":[],"Generator":[],"GeneratorFunction":[],"GeneratorFunctionConstructor":[],"GenericTransformStream":["readable"],"Geolocation":["Geolocation"],"GeolocationCoordinates":["GeolocationCoordinates"],"GeolocationPosition":["GeolocationPosition"],"GeolocationPositionError":["GeolocationPositionError"],"GetAnimationsOptions":[],"GetComposedRangesOptions":[],"getComputedStyle":["Window/getComputedStyle"],"GetHTMLOptions":[],"GetNotificationOptions":[],"GetRootNodeOptions":[],"getSelection":["Window/getSelection"],"GLbitfield":[],"GLboolean":[],"GLclampf":[],"GLenum":[],"GLfloat":[],"GLint":[],"GLint64":[],"GLintptr":[],"global":[],"GlobalCompositeOperation":[],"GlobalEventHandlers":["abort_event"],"GlobalEventHandlersEventMap":[],"globalThis":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/globalThis"],"GLsizei":[],"GLsizeiptr":[],"GLuint":[],"GLuint64":[],"GPU":["GPU"],"GPUAdapter":["GPUAdapter"],"GPUAdapterInfo":["GPUAdapterInfo"],"GPUAddressMode":[],"GPUAutoLayoutMode":[],"GPUBindGroup":["GPUBindGroup"],"GPUBindGroupDescriptor":[],"GPUBindGroupEntry":[],"GPUBindGroupLayout":["GPUBindGroupLayout"],"GPUBindGroupLayoutDescriptor":[],"GPUBindGroupLayoutEntry":[],"GPUBindingCommandsMixin":["setBindGroup"],"GPUBindingResource":[],"GPUBlendComponent":[],"GPUBlendFactor":[],"GPUBlendOperation":[],"GPUBlendState":[],"GPUBuffer":["GPUBuffer"],"GPUBufferBinding":[],"GPUBufferBindingLayout":[],"GPUBufferBindingType":[],"GPUBufferDescriptor":[],"GPUBufferDynamicOffset":[],"GPUBufferMapState":[],"GPUBufferUsageFlags":[],"GPUCanvasAlphaMode":[],"GPUCanvasConfiguration":[],"GPUCanvasContext":["GPUCanvasContext"],"GPUCanvasToneMapping":[],"GPUCanvasToneMappingMode":[],"GPUColor":[],"GPUColorDict":[],"GPUColorTargetState":[],"GPUColorWriteFlags":[],"GPUCommandBuffer":["GPUCommandBuffer"],"GPUCommandBufferDescriptor":[],"GPUCommandEncoder":["GPUCommandEncoder"],"GPUCommandEncoderDescriptor":[],"GPUCompareFunction":[],"GPUCompilationInfo":["GPUCompilationInfo"],"GPUCompilationMessage":["GPUCompilationMessage"],"GPUCompilationMessageType":[],"GPUComputePassDescriptor":[],"GPUComputePassEncoder":["GPUComputePassEncoder"],"GPUComputePassTimestampWrites":[],"GPUComputePipeline":["GPUComputePipeline"],"GPUComputePipelineDescriptor":[],"GPUCopyExternalImageDestInfo":[],"GPUCopyExternalImageSource":[],"GPUCopyExternalImageSourceInfo":[],"GPUCullMode":[],"GPUDebugCommandsMixin":["insertDebugMarker"],"GPUDepthBias":[],"GPUDepthStencilState":[],"GPUDevice":["GPUDevice"],"GPUDeviceDescriptor":[],"GPUDeviceEventMap":[],"GPUDeviceLostInfo":["GPUDeviceLostInfo"],"GPUDeviceLostReason":[],"GPUError":["GPUError"],"GPUErrorFilter":[],"GPUExtent3D":[],"GPUExtent3DDict":[],"GPUExternalTexture":["GPUExternalTexture"],"GPUExternalTextureBindingLayout":[],"GPUExternalTextureDescriptor":[],"GPUFeatureName":[],"GPUFilterMode":[],"GPUFlagsConstant":[],"GPUFragmentState":[],"GPUFrontFace":[],"GPUIndex32":[],"GPUIndexFormat":[],"GPUIntegerCoordinate":[],"GPUIntegerCoordinateOut":[],"GPUInternalError":["GPUInternalError"],"GPULoadOp":[],"GPUMapModeFlags":[],"GPUMipmapFilterMode":[],"GPUMultisampleState":[],"GPUObjectBase":["label"],"GPUObjectDescriptorBase":[],"GPUOrigin2D":[],"GPUOrigin2DDict":[],"GPUOrigin3D":[],"GPUOrigin3DDict":[],"GPUOutOfMemoryError":["GPUOutOfMemoryError"],"GPUPipelineBase":["getBindGroupLayout"],"GPUPipelineConstantValue":[],"GPUPipelineDescriptorBase":[],"GPUPipelineError":["GPUPipelineError"],"GPUPipelineErrorInit":[],"GPUPipelineErrorReason":[],"GPUPipelineLayout":["GPUPipelineLayout"],"GPUPipelineLayoutDescriptor":[],"GPUPowerPreference":[],"GPUPrimitiveState":[],"GPUPrimitiveTopology":[],"GPUProgrammableStage":[],"GPUQuerySet":["GPUQuerySet"],"GPUQuerySetDescriptor":[],"GPUQueryType":[],"GPUQueue":["GPUQueue"],"GPUQueueDescriptor":[],"GPURenderBundle":["GPURenderBundle"],"GPURenderBundleDescriptor":[],"GPURenderBundleEncoder":["GPURenderBundleEncoder"],"GPURenderBundleEncoderDescriptor":[],"GPURenderCommandsMixin":["draw"],"GPURenderPassColorAttachment":[],"GPURenderPassDepthStencilAttachment":[],"GPURenderPassDescriptor":[],"GPURenderPassEncoder":["GPURenderPassEncoder"],"GPURenderPassLayout":[],"GPURenderPassTimestampWrites":[],"GPURenderPipeline":["GPURenderPipeline"],"GPURenderPipelineDescriptor":[],"GPURequestAdapterOptions":[],"GPUSampleMask":[],"GPUSampler":["GPUSampler"],"GPUSamplerBindingLayout":[],"GPUSamplerBindingType":[],"GPUSamplerDescriptor":[],"GPUShaderModule":["GPUShaderModule"],"GPUShaderModuleDescriptor":[],"GPUShaderStageFlags":[],"GPUSignedOffset32":[],"GPUSize32":[],"GPUSize32Out":[],"GPUSize64":[],"GPUSize64Out":[],"GPUStencilFaceState":[],"GPUStencilOperation":[],"GPUStencilValue":[],"GPUStorageTextureAccess":[],"GPUStorageTextureBindingLayout":[],"GPUStoreOp":[],"GPUSupportedFeatures":["GPUSupportedFeatures"],"GPUSupportedLimits":["GPUSupportedLimits"],"GPUTexelCopyBufferInfo":[],"GPUTexelCopyBufferLayout":[],"GPUTexelCopyTextureInfo":[],"GPUTexture":["GPUTexture"],"GPUTextureAspect":[],"GPUTextureBindingLayout":[],"GPUTextureDescriptor":[],"GPUTextureDimension":[],"GPUTextureFormat":[],"GPUTextureSampleType":[],"GPUTextureUsageFlags":[],"GPUTextureView":["GPUTextureView"],"GPUTextureViewDescriptor":[],"GPUTextureViewDimension":[],"GPUUncapturedErrorEvent":["GPUUncapturedErrorEvent"],"GPUUncapturedErrorEventInit":[],"GPUValidationError":["GPUValidationError"],"GPUVertexAttribute":[],"GPUVertexBufferLayout":[],"GPUVertexFormat":[],"GPUVertexState":[],"GPUVertexStepMode":[],"HardwareAcceleration":[],"HashAlgorithmIdentifier":[],"HashChangeEvent":["HashChangeEvent"],"HashChangeEventInit":[],"HdrMetadataType":[],"Headers":["Headers"],"HeadersInit":[],"HeadersIterator":[],"Highlight":["Highlight"],"HighlightRegistry":["HighlightRegistry"],"HighlightType":[],"history":[],"History":["History"],"HkdfParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HTMLAllCollection":["HTMLAllCollection"],"HTMLAnchorElement":["HTMLAnchorElement"],"HTMLAreaElement":["HTMLAreaElement"],"HTMLAudioElement":["HTMLAudioElement"],"HTMLBaseElement":["HTMLBaseElement"],"HTMLBodyElement":["HTMLBodyElement"],"HTMLBodyElementEventMap":[],"HTMLBRElement":["HTMLBRElement"],"HTMLButtonElement":["HTMLButtonElement"],"HTMLCanvasElement":["HTMLCanvasElement"],"HTMLCollection":["namedItem"],"HTMLCollectionBase":["HTMLCollection"],"HTMLCollectionOf":[],"HTMLDataElement":["HTMLDataElement"],"HTMLDataListElement":["HTMLDataListElement"],"HTMLDetailsElement":["HTMLDetailsElement"],"HTMLDialogElement":["HTMLDialogElement"],"HTMLDirectoryElement":[],"HTMLDivElement":["HTMLDivElement"],"HTMLDListElement":["HTMLDListElement"],"HTMLDocument":[],"HTMLElement":["HTMLElement"],"HTMLElementDeprecatedTagNameMap":[],"HTMLElementEventMap":[],"HTMLElementTagNameMap":[],"HTMLEmbedElement":["HTMLEmbedElement"],"HTMLFieldSetElement":["HTMLFieldSetElement"],"HTMLFontElement":["HTMLFontElement"],"HTMLFormControlsCollection":["HTMLFormControlsCollection"],"HTMLFormElement":["HTMLFormElement"],"HTMLFrameElement":[],"HTMLFrameSetElement":["HTMLFrameSetElement"],"HTMLFrameSetElementEventMap":[],"HTMLHeadElement":["HTMLHeadElement"],"HTMLHeadingElement":["HTMLHeadingElement"],"HTMLHRElement":["HTMLHRElement"],"HTMLHtmlElement":["HTMLHtmlElement"],"HTMLHyperlinkElementUtils":["hash"],"HTMLIFrameElement":["HTMLIFrameElement"],"HTMLImageElement":["HTMLImageElement"],"HTMLInputElement":["HTMLInputElement"],"HTMLLabelElement":["HTMLLabelElement"],"HTMLLegendElement":["HTMLLegendElement"],"HTMLLIElement":["HTMLLIElement"],"HTMLLinkElement":["HTMLLinkElement"],"HTMLMapElement":["HTMLMapElement"],"HTMLMarqueeElement":["HTMLMarqueeElement"],"HTMLMediaElement":["HTMLMediaElement"],"HTMLMediaElementEventMap":[],"HTMLMenuElement":["HTMLMenuElement"],"HTMLMetaElement":["HTMLMetaElement"],"HTMLMeterElement":["HTMLMeterElement"],"HTMLModElement":["HTMLModElement"],"HTMLObjectElement":["HTMLObjectElement"],"HTMLOListElement":["HTMLOListElement"],"HTMLOptGroupElement":["HTMLOptGroupElement"],"HTMLOptionElement":["HTMLOptionElement"],"HTMLOptionsCollection":["HTMLOptionsCollection"],"HTMLOrSVGElement":["autofocus"],"HTMLOrSVGImageElement":[],"HTMLOrSVGScriptElement":[],"HTMLOutputElement":["HTMLOutputElement"],"HTMLParagraphElement":["HTMLParagraphElement"],"HTMLParamElement":["HTMLParamElement"],"HTMLPictureElement":["HTMLPictureElement"],"HTMLPreElement":["HTMLPreElement"],"HTMLProgressElement":["HTMLProgressElement"],"HTMLQuoteElement":["HTMLQuoteElement"],"HTMLScriptElement":["HTMLScriptElement"],"HTMLSelectElement":["HTMLSelectElement"],"HTMLSlotElement":["HTMLSlotElement"],"HTMLSourceElement":["HTMLSourceElement"],"HTMLSpanElement":["HTMLSpanElement"],"HTMLStyleElement":["HTMLStyleElement"],"HTMLTableCaptionElement":["HTMLTableCaptionElement"],"HTMLTableCellElement":["HTMLTableCellElement"],"HTMLTableColElement":["HTMLTableColElement"],"HTMLTableDataCellElement":[],"HTMLTableElement":["HTMLTableElement"],"HTMLTableHeaderCellElement":[],"HTMLTableRowElement":["HTMLTableRowElement"],"HTMLTableSectionElement":["HTMLTableSectionElement"],"HTMLTemplateElement":["HTMLTemplateElement"],"HTMLTextAreaElement":["HTMLTextAreaElement"],"HTMLTimeElement":["HTMLTimeElement"],"HTMLTitleElement":["HTMLTitleElement"],"HTMLTrackElement":["HTMLTrackElement"],"HTMLUListElement":["HTMLUListElement"],"HTMLUnknownElement":["HTMLUnknownElement"],"HTMLVideoElement":["HTMLVideoElement"],"HTMLVideoElementEventMap":[],"IArguments":[],"IDBCursor":["IDBCursor"],"IDBCursorDirection":[],"IDBCursorWithValue":["IDBCursorWithValue"],"IDBDatabase":["IDBDatabase"],"IDBDatabaseEventMap":[],"IDBDatabaseInfo":[],"IDBFactory":["IDBFactory"],"IDBIndex":["IDBIndex"],"IDBIndexParameters":[],"IDBKeyRange":["IDBKeyRange"],"IDBObjectStore":["IDBObjectStore"],"IDBObjectStoreParameters":[],"IDBOpenDBRequest":["IDBOpenDBRequest"],"IDBOpenDBRequestEventMap":[],"IDBRequest":["IDBRequest"],"IDBRequestEventMap":[],"IDBRequestReadyState":[],"IDBTransaction":["IDBTransaction"],"IDBTransactionDurability":[],"IDBTransactionEventMap":[],"IDBTransactionMode":[],"IDBTransactionOptions":[],"IDBValidKey":[],"IDBVersionChangeEvent":["IDBVersionChangeEvent"],"IDBVersionChangeEventInit":[],"IdleDeadline":["IdleDeadline"],"IdleRequestCallback":[],"IdleRequestOptions":[],"IIRFilterNode":["IIRFilterNode"],"IIRFilterOptions":[],"Image":[],"ImageBitmap":["ImageBitmap"],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":["ImageBitmapRenderingContext"],"ImageBitmapRenderingContextSettings":[],"ImageBitmapSource":[],"ImageBufferSource":[],"ImageCapture":["ImageCapture"],"ImageData":["ImageData"],"ImageDataArray":[],"ImageDataPixelFormat":[],"ImageDataSettings":[],"ImageDecodeOptions":[],"ImageDecoder":["ImageDecoder"],"ImageDecodeResult":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageSmoothingQuality":[],"ImageTrack":["ImageTrack"],"ImageTrackList":["ImageTrackList"],"ImportAssertions":[],"ImportAttributes":[],"ImportCallOptions":[],"ImportMeta":[],"ImportNodeOptions":[],"importScripts":["WorkerGlobalScope/importScripts"],"indexedDB":[],"Infinity":[],"innerHeight":[],"innerWidth":[],"InputDeviceInfo":["InputDeviceInfo"],"InputEvent":["InputEvent"],"InputEventInit":[],"InsertPosition":[],"InstanceType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#instancetypetype"],"Int16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int16Array"],"Int16ArrayConstructor":[],"Int32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int32Array"],"Int32ArrayConstructor":[],"Int32List":[],"Int8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int8Array"],"Int8ArrayConstructor":[],"IntersectionObserver":["IntersectionObserver"],"IntersectionObserverCallback":[],"IntersectionObserverEntry":["IntersectionObserverEntry"],"IntersectionObserverInit":[],"Intl":[null,{"Collator":[],"CollatorConstructor":[],"CollatorOptions":[],"DateTimeFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat"],"DateTimeFormatConstructor":[],"DateTimeFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat"],"DateTimeFormatPart":[],"DateTimeFormatPartTypes":[],"DateTimeFormatPartTypesRegistry":[],"DateTimeRangeFormatPart":[],"DisplayNames":[],"DisplayNamesFallback":[],"DisplayNamesLanguageDisplay":[],"DisplayNamesOptions":[],"DisplayNamesType":[],"DurationFormat":[],"DurationFormatDisplayOption":[],"DurationFormatLocaleMatcher":[],"DurationFormatOptions":[],"DurationFormatPart":[],"DurationFormatStyle":[],"DurationFormatUnit":[],"DurationFormatUnitSingular":[],"FormattableTemporalObject":[],"getCanonicalLocales":[],"LDMLPluralRule":[],"ListFormat":[],"ListFormatLocaleMatcher":[],"ListFormatOptions":[],"ListFormatStyle":[],"ListFormatType":[],"Locale":["getCalendars"],"LocaleCollationCaseFirst":[],"LocaleHourCycleKey":[],"LocaleOptions":[],"LocalesArgument":[],"NumberFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat"],"NumberFormatConstructor":[],"NumberFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat"],"NumberFormatOptionsCurrencyDisplay":[],"NumberFormatOptionsCurrencyDisplayRegistry":[],"NumberFormatOptionsSignDisplay":[],"NumberFormatOptionsSignDisplayRegistry":[],"NumberFormatOptionsStyle":[],"NumberFormatOptionsStyleRegistry":[],"NumberFormatOptionsUseGrouping":[],"NumberFormatOptionsUseGroupingRegistry":[],"NumberFormatPart":[],"NumberFormatPartTypeRegistry":[],"NumberFormatPartTypes":[],"NumberFormatRangePartTypeRegistry":[],"NumberFormatRangePartTypes":[],"NumberRangeFormatPart":[],"PluralRules":[],"PluralRulesConstructor":[],"PluralRulesOptions":[],"PluralRuleType":[],"RelativeTimeFormat":[],"RelativeTimeFormatLocaleMatcher":[],"RelativeTimeFormatNumeric":[],"RelativeTimeFormatOptions":[],"RelativeTimeFormatPart":[],"RelativeTimeFormatStyle":[],"RelativeTimeFormatUnit":[],"RelativeTimeFormatUnitSingular":[],"ResolvedCollatorOptions":[],"ResolvedDateTimeFormatOptions":[],"ResolvedDisplayNamesOptions":[],"ResolvedDurationFormatOptions":[],"ResolvedListFormatOptions":[],"ResolvedNumberFormatOptions":[],"ResolvedNumberFormatOptionsUseGrouping":[],"ResolvedPluralRulesOptions":[],"ResolvedRelativeTimeFormatOptions":[],"ResolvedSegmenterOptions":[],"SegmentData":[],"Segmenter":[],"SegmenterOptions":[],"SegmentIterator":[],"Segments":[],"StringNumericLiteral":[],"supportedValuesOf":[],"TextInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo#return_value"],"UnicodeBCP47LocaleIdentifier":[],"WeekInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#return_value"]}],"isFinite":[],"isNaN":[],"isSecureContext":[],"Iterable":[],"IterableIterator":[],"IterationCompositeOperation":[],"Iterator":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator"],"IteratorConstructor":[],"IteratorObject":[],"IteratorObjectConstructor":[],"IteratorResult":[],"IteratorReturnResult":[],"IteratorYieldResult":[],"ITextWriter":[],"JSON":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyboardEvent":["KeyboardEvent"],"KeyboardEventInit":[],"KeyFormat":[],"Keyframe":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["KeyframeEffect"],"KeyframeEffectOptions":[],"KeySystemTrackConfiguration":[],"KeyType":[],"KeyUsage":[],"KHR_parallel_shader_compile":["KHR_parallel_shader_compile"],"LargestContentfulPaint":["LargestContentfulPaint"],"LatencyMode":[],"length":[],"LineAlignSetting":[],"LineAndPositionSetting":[],"LinkStyle":["sheet"],"localStorage":[],"location":[],"Location":["Location"],"locationbar":[],"Lock":["Lock"],"LockGrantedCallback":[],"LockInfo":[],"LockManager":["LockManager"],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"LoginStatus":[],"Lowercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"Map":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map"],"MapConstructor":[],"MapIterator":[],"matchMedia":["Window/matchMedia"],"Math":[],"MathMLElement":["MathMLElement"],"MathMLElementEventMap":[],"MathMLElementTagNameMap":[],"MediaCapabilities":["MediaCapabilities"],"MediaCapabilitiesDecodingInfo":[],"MediaCapabilitiesEncodingInfo":[],"MediaCapabilitiesInfo":[],"MediaCapabilitiesKeySystemConfiguration":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":["MediaDeviceInfo"],"MediaDeviceKind":[],"MediaDevices":["MediaDevices"],"MediaDevicesEventMap":[],"MediaElementAudioSourceNode":["MediaElementAudioSourceNode"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["MediaEncryptedEvent"],"MediaEncryptedEventInit":[],"MediaError":["MediaError"],"MediaImage":[],"MediaKeyMessageEvent":["MediaKeyMessageEvent"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeys":["MediaKeys"],"MediaKeySession":["MediaKeySession"],"MediaKeySessionClosedReason":[],"MediaKeySessionEventMap":[],"MediaKeySessionType":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaKeyStatus":[],"MediaKeyStatusMap":["MediaKeyStatusMap"],"MediaKeyStatusMapIterator":[],"MediaKeySystemAccess":["MediaKeySystemAccess"],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaList":["MediaList"],"MediaMetadata":["MediaMetadata"],"MediaMetadataInit":[],"MediaPositionState":[],"MediaProvider":[],"MediaQueryList":["MediaQueryList"],"MediaQueryListEvent":["MediaQueryListEvent"],"MediaQueryListEventInit":[],"MediaQueryListEventMap":[],"MediaRecorder":["MediaRecorder"],"MediaRecorderEventMap":[],"MediaRecorderOptions":[],"MediaSession":["MediaSession"],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionActionHandler":[],"MediaSessionPlaybackState":[],"MediaSettingsRange":[],"MediaSource":["MediaSource"],"MediaSourceEventMap":[],"MediaSourceHandle":["MediaSourceHandle"],"MediaStream":["MediaStream"],"MediaStreamAudioDestinationNode":["MediaStreamAudioDestinationNode"],"MediaStreamAudioSourceNode":["MediaStreamAudioSourceNode"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamEventMap":[],"MediaStreamTrack":["MediaStreamTrack"],"MediaStreamTrackEvent":["MediaStreamTrackEvent"],"MediaStreamTrackEventInit":[],"MediaStreamTrackEventMap":[],"MediaStreamTrackProcessor":["MediaStreamTrackProcessor"],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackCapabilities":[],"MediaTrackConstraints":[],"MediaTrackConstraintSet":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"menubar":[],"MessageChannel":["MessageChannel"],"MessageEvent":["MessageEvent"],"MessageEventInit":[],"MessageEventSource":[],"MessageEventTarget":["message_event"],"MessageEventTargetEventMap":[],"MessagePort":["MessagePort"],"MessagePortEventMap":[],"MethodDecorator":[],"MIDIAccess":["MIDIAccess"],"MIDIAccessEventMap":[],"MIDIConnectionEvent":["MIDIConnectionEvent"],"MIDIConnectionEventInit":[],"MIDIInput":["MIDIInput"],"MIDIInputEventMap":[],"MIDIInputMap":["MIDIInputMap"],"MIDIMessageEvent":["MIDIMessageEvent"],"MIDIMessageEventInit":[],"MIDIOptions":[],"MIDIOutput":["MIDIOutput"],"MIDIOutputMap":["MIDIOutputMap"],"MIDIPort":["MIDIPort"],"MIDIPortConnectionState":[],"MIDIPortDeviceState":[],"MIDIPortEventMap":[],"MIDIPortType":[],"MimeType":["MimeType"],"MimeTypeArray":["MimeTypeArray"],"MouseEvent":["MouseEvent"],"MouseEventInit":[],"moveBy":["Window/moveBy"],"moveTo":["Window/moveTo"],"MultiCacheQueryOptions":[],"MutationCallback":[],"MutationObserver":["MutationObserver"],"MutationObserverInit":[],"MutationRecord":["MutationRecord"],"MutationRecordType":[],"name":[],"NamedCurve":[],"NamedNodeMap":["NamedNodeMap"],"NaN":[],"NavigateEvent":["NavigateEvent"],"NavigateEventInit":[],"navigation":[],"Navigation":["Navigation"],"NavigationActivation":["NavigationActivation"],"NavigationCurrentEntryChangeEvent":["NavigationCurrentEntryChangeEvent"],"NavigationCurrentEntryChangeEventInit":[],"NavigationDestination":["NavigationDestination"],"NavigationEventMap":[],"NavigationFocusReset":[],"NavigationHistoryBehavior":[],"NavigationHistoryEntry":["NavigationHistoryEntry"],"NavigationHistoryEntryEventMap":[],"NavigationInterceptHandler":[],"NavigationInterceptOptions":[],"NavigationNavigateOptions":[],"NavigationOptions":[],"NavigationPrecommitController":["NavigationPrecommitController"],"NavigationPrecommitHandler":[],"NavigationPreloadManager":["NavigationPreloadManager"],"NavigationPreloadState":[],"NavigationReloadOptions":[],"NavigationResult":[],"NavigationScrollBehavior":[],"NavigationTimingType":[],"NavigationTransition":["NavigationTransition"],"NavigationType":[],"NavigationUpdateCurrentEntryOptions":[],"navigator":[],"Navigator":["Navigator"],"NavigatorAutomationInformation":["webdriver"],"NavigatorBadge":["clearAppBadge"],"NavigatorConcurrentHardware":["hardwareConcurrency"],"NavigatorContentUtils":["registerProtocolHandler"],"NavigatorCookies":["cookieEnabled"],"NavigatorGPU":["gpu"],"NavigatorID":["appCodeName"],"NavigatorLanguage":["language"],"NavigatorLocks":["locks"],"NavigatorLogin":["NavigatorLogin"],"NavigatorOnLine":["onLine"],"NavigatorPlugins":["mimeTypes"],"NavigatorStorage":["storage"],"NewableFunction":[],"Node":["Node"],"NodeFilter":[],"NodeIterator":["NodeIterator"],"NodeList":["NodeList"],"NodeListOf":[],"NoInfer":["https://www.typescriptlang.org/docs/handbook/utility-types.html#noinfertype"],"NonDocumentTypeChildNode":["nextElementSibling"],"NonElementParentNode":["getElementById"],"NonNullable":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"Notification":["Notification"],"NotificationDirection":[],"NotificationEvent":["NotificationEvent"],"NotificationEventInit":[],"NotificationEventMap":[],"NotificationOptions":[],"NotificationPermission":[],"NotificationPermissionCallback":[],"Number":[],"NumberConstructor":[],"Object":[],"ObjectConstructor":[],"OES_draw_buffers_indexed":["OES_draw_buffers_indexed"],"OES_element_index_uint":["OES_element_index_uint"],"OES_fbo_render_mipmap":["OES_fbo_render_mipmap"],"OES_standard_derivatives":["OES_standard_derivatives"],"OES_texture_float":["OES_texture_float"],"OES_texture_float_linear":["OES_texture_float_linear"],"OES_texture_half_float":["OES_texture_half_float"],"OES_texture_half_float_linear":["OES_texture_half_float_linear"],"OES_vertex_array_object":["OES_vertex_array_object"],"OfflineAudioCompletionEvent":["OfflineAudioCompletionEvent"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["OfflineAudioContext"],"OfflineAudioContextEventMap":[],"OfflineAudioContextOptions":[],"OffscreenCanvas":["OffscreenCanvas"],"OffscreenCanvasEventMap":[],"OffscreenCanvasRenderingContext2D":["OffscreenCanvasRenderingContext2D"],"OffscreenRenderingContext":[],"OffscreenRenderingContextId":[],"Omit":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys"],"OmitThisParameter":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omitthisparametertype"],"onabort":[],"onafterprint":[],"onanimationcancel":[],"onanimationend":[],"onanimationiteration":[],"onanimationstart":[],"onauxclick":[],"onbeforeinput":[],"onbeforematch":[],"onbeforeprint":[],"onbeforetoggle":[],"onbeforeunload":[],"OnBeforeUnloadEventHandler":[],"OnBeforeUnloadEventHandlerNonNull":[],"onblur":[],"oncancel":[],"oncanplay":[],"oncanplaythrough":[],"onchange":[],"onclick":[],"onclose":[],"oncommand":[],"oncontextlost":[],"oncontextmenu":[],"oncontextrestored":[],"oncopy":[],"oncuechange":[],"oncut":[],"ondblclick":[],"ondevicemotion":[],"ondeviceorientation":[],"ondeviceorientationabsolute":[],"ondrag":[],"ondragend":[],"ondragenter":[],"ondragleave":[],"ondragover":[],"ondragstart":[],"ondrop":[],"ondurationchange":[],"onemptied":[],"onended":[],"onerror":[],"OnErrorEventHandler":[],"OnErrorEventHandlerNonNull":[],"onfocus":[],"onformdata":[],"ongamepadconnected":[],"ongamepaddisconnected":[],"ongotpointercapture":[],"onhashchange":[],"oninput":[],"oninvalid":[],"onkeydown":[],"onkeypress":[],"onkeyup":[],"onlanguagechange":[],"onload":[],"onloadeddata":[],"onloadedmetadata":[],"onloadstart":[],"onlostpointercapture":[],"onmessage":[],"onmessageerror":[],"onmousedown":[],"onmouseenter":[],"onmouseleave":[],"onmousemove":[],"onmouseout":[],"onmouseover":[],"onmouseup":[],"onoffline":[],"ononline":[],"onorientationchange":[],"onpagehide":[],"onpagereveal":[],"onpageshow":[],"onpageswap":[],"onpaste":[],"onpause":[],"onplay":[],"onplaying":[],"onpointercancel":[],"onpointerdown":[],"onpointerenter":[],"onpointerleave":[],"onpointermove":[],"onpointerout":[],"onpointerover":[],"onpointerrawupdate":[],"onpointerup":[],"onpopstate":[],"onprogress":[],"onratechange":[],"onrejectionhandled":[],"onreset":[],"onresize":[],"onrtctransform":[],"onscroll":[],"onscrollend":[],"onsecuritypolicyviolation":[],"onseeked":[],"onseeking":[],"onselect":[],"onselectionchange":[],"onselectstart":[],"onslotchange":[],"onstalled":[],"onstorage":[],"onsubmit":[],"onsuspend":[],"ontimeupdate":[],"ontoggle":[],"ontouchcancel":[],"ontouchend":[],"ontouchmove":[],"ontouchstart":[],"ontransitioncancel":[],"ontransitionend":[],"ontransitionrun":[],"ontransitionstart":[],"onunhandledrejection":[],"onunload":[],"onvolumechange":[],"onwaiting":[],"onwebkitanimationend":[],"onwebkitanimationiteration":[],"onwebkitanimationstart":[],"onwebkittransitionend":[],"onwheel":[],"open":["Window/open"],"opener":[],"Option":[],"OptionalEffectTiming":[],"OptionalPostfixToken":[],"OptionalPrefixToken":[],"OpusBitstreamFormat":[],"OpusEncoderConfig":[],"orientation":[],"OrientationLockType":[],"OrientationType":[],"origin":[],"originAgentCluster":[],"OscillatorNode":["OscillatorNode"],"OscillatorOptions":[],"OscillatorType":[],"outerHeight":[],"outerWidth":[],"OverconstrainedError":["OverconstrainedError"],"OverSampleType":[],"OVR_multiview2":["OVR_multiview2"],"PageRevealEvent":["PageRevealEvent"],"PageRevealEventInit":[],"PageSwapEvent":["PageSwapEvent"],"PageSwapEventInit":[],"PageTransitionEvent":["PageTransitionEvent"],"PageTransitionEventInit":[],"pageXOffset":[],"pageYOffset":[],"PaintTimingMixin":[],"PannerNode":["PannerNode"],"PannerOptions":[],"PanningModelType":[],"ParameterDecorator":[],"Parameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#parameterstype"],"parent":[],"ParentNode":["childElementCount"],"parseFloat":[],"parseInt":[],"Partial":["https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype"],"Path2D":["Path2D"],"PayerErrors":[],"PaymentAddress":["ContactAddress"],"PaymentComplete":[],"PaymentCurrencyAmount":[],"PaymentDetailsBase":[],"PaymentDetailsInit":[],"PaymentDetailsModifier":[],"PaymentDetailsUpdate":[],"PaymentItem":[],"PaymentMethodChangeEvent":["PaymentMethodChangeEvent"],"PaymentMethodChangeEventInit":[],"PaymentMethodData":[],"PaymentOptions":[],"PaymentRequest":["PaymentRequest"],"PaymentRequestEventMap":[],"PaymentRequestUpdateEvent":["PaymentRequestUpdateEvent"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":["PaymentResponse"],"PaymentResponseEventMap":[],"PaymentShippingOption":[],"PaymentShippingType":[],"PaymentValidationErrors":[],"Pbkdf2Params":[],"performance":[],"Performance":["Performance"],"PerformanceEntry":["PerformanceEntry"],"PerformanceEntryList":[],"PerformanceEventMap":[],"PerformanceEventTiming":["PerformanceEventTiming"],"PerformanceMark":["PerformanceMark"],"PerformanceMarkOptions":[],"PerformanceMeasure":["PerformanceMeasure"],"PerformanceMeasureOptions":[],"PerformanceNavigation":["PerformanceNavigation"],"PerformanceNavigationTiming":["PerformanceNavigationTiming"],"PerformanceObserver":["PerformanceObserver"],"PerformanceObserverCallback":[],"PerformanceObserverEntryList":["PerformanceObserverEntryList"],"PerformanceObserverInit":[],"PerformancePaintTiming":["PerformancePaintTiming"],"PerformanceResourceTiming":["PerformanceResourceTiming"],"PerformanceServerTiming":["PerformanceServerTiming"],"PerformanceTiming":["PerformanceTiming"],"PeriodicWave":["PeriodicWave"],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"Permissions":["Permissions"],"PermissionState":[],"PermissionStatus":["PermissionStatus"],"PermissionStatusEventMap":[],"personalbar":[],"PhotoCapabilities":[],"PhotoSettings":[],"Pick":["https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys"],"PictureInPictureEvent":["PictureInPictureEvent"],"PictureInPictureEventInit":[],"PictureInPictureWindow":["PictureInPictureWindow"],"PictureInPictureWindowEventMap":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":["Plugin"],"PluginArray":["PluginArray"],"PointerEvent":["PointerEvent"],"PointerEventInit":[],"PointerLockOptions":[],"PopoverTargetAttributes":["popoverTargetAction"],"PopStateEvent":["PopStateEvent"],"PopStateEventInit":[],"PositionAlignSetting":[],"PositionCallback":[],"PositionErrorCallback":[],"PositionOptions":[],"postMessage":["DedicatedWorkerGlobalScope/postMessage"],"PredefinedColorSpace":[],"PremultiplyAlpha":[],"PresentationStyle":[],"print":["Window/print"],"ProcessingInstruction":["ProcessingInstruction"],"ProgressEvent":["ProgressEvent"],"ProgressEventInit":[],"Promise":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise"],"PromiseConstructor":[],"PromiseConstructorLike":[],"PromiseFulfilledResult":[],"PromiseLike":[],"PromiseRejectedResult":[],"PromiseRejectionEvent":["PromiseRejectionEvent"],"PromiseRejectionEventInit":[],"PromiseSettledResult":[],"PromiseWithResolvers":[],"prompt":["Window/prompt"],"PropertyDecorator":[],"PropertyDefinition":[],"PropertyDescriptor":[],"PropertyDescriptorMap":[],"PropertyIndexedKeyframes":[],"PropertyKey":[],"Proxy":[],"ProxyConstructor":[],"ProxyHandler":[],"PublicKeyCredential":["PublicKeyCredential"],"PublicKeyCredentialClientCapabilities":[],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialCreationOptionsJSON":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialDescriptorJSON":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJSON":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJSON":[],"PushEncryptionKeyName":[],"PushEvent":["PushEvent"],"PushEventInit":[],"PushManager":["PushManager"],"PushManagerAttribute":["pushManager"],"PushMessageData":["PushMessageData"],"PushMessageDataInit":[],"PushSubscription":["PushSubscription"],"PushSubscriptionChangeEvent":[],"PushSubscriptionChangeEventInit":[],"PushSubscriptionJSON":[],"PushSubscriptionOptions":["PushSubscriptionOptions"],"PushSubscriptionOptionsInit":[],"queueMicrotask":["Window/queueMicrotask"],"QueuingStrategy":[],"QueuingStrategyInit":[],"QueuingStrategySize":[],"RadioNodeList":["RadioNodeList"],"Range":["Range"],"RangeError":[],"RangeErrorConstructor":[],"ReadableByteStreamController":["ReadableByteStreamController"],"ReadableStream":["ReadableStream"],"ReadableStreamAsyncIterator":[],"ReadableStreamBYOBReader":["ReadableStreamBYOBReader"],"ReadableStreamBYOBReaderReadOptions":[],"ReadableStreamBYOBRequest":["ReadableStreamBYOBRequest"],"ReadableStreamController":[],"ReadableStreamDefaultController":["ReadableStreamDefaultController"],"ReadableStreamDefaultReader":["ReadableStreamDefaultReader"],"ReadableStreamGenericReader":["closed"],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadDoneResult":[],"ReadableStreamReader":[],"ReadableStreamReaderMode":[],"ReadableStreamReadResult":[],"ReadableStreamReadValueResult":[],"ReadableStreamType":[],"ReadableWritablePair":[],"Readonly":["https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype"],"ReadonlyArray":[],"ReadonlyMap":[],"ReadonlySet":[],"ReadonlySetLike":[],"ReadyState":[],"Record":["https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type"],"RecordingState":[],"RedEyeReduction":[],"ReferenceError":[],"ReferenceErrorConstructor":[],"ReferrerPolicy":[],"Reflect":[null,{"apply":[],"construct":[],"defineProperty":[],"deleteProperty":[],"get":[],"getOwnPropertyDescriptor":[],"getPrototypeOf":[],"has":[],"isExtensible":[],"ownKeys":[],"preventExtensions":[],"set":[],"setPrototypeOf":[]}],"RegExp":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp"],"RegExpConstructor":[],"RegExpExecArray":[],"RegExpIndicesArray":[],"RegExpMatchArray":[],"RegExpStringIterator":[],"RegistrationOptions":[],"RegistrationResponseJSON":[],"releaseEvents":["Window/releaseEvents"],"RemotePlayback":["RemotePlayback"],"RemotePlaybackAvailabilityCallback":[],"RemotePlaybackEventMap":[],"RemotePlaybackState":[],"removeEventListener":[],"RenderingContext":[],"Report":[],"ReportBody":[],"reportError":["Window/reportError"],"ReportingObserver":["ReportingObserver"],"ReportingObserverCallback":[],"ReportingObserverOptions":[],"ReportList":[],"Request":["Request"],"requestAnimationFrame":["DedicatedWorkerGlobalScope/requestAnimationFrame"],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"requestIdleCallback":["Window/requestIdleCallback"],"RequestInfo":[],"RequestInit":[],"RequestMode":[],"RequestPriority":[],"RequestRedirect":[],"Required":["https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype"],"ResidentKeyRequirement":[],"resizeBy":["Window/resizeBy"],"ResizeObserver":["ResizeObserver"],"ResizeObserverBoxOptions":[],"ResizeObserverCallback":[],"ResizeObserverEntry":["ResizeObserverEntry"],"ResizeObserverOptions":[],"ResizeObserverSize":["ResizeObserverSize"],"ResizeQuality":[],"resizeTo":["Window/resizeTo"],"Response":["Response"],"ResponseInit":[],"ResponseType":[],"ReturnType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype"],"RsaHashedImportParams":[],"RsaHashedKeyAlgorithm":[],"RsaHashedKeyGenParams":[],"RsaKeyAlgorithm":[],"RsaKeyGenParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RTCAnswerOptions":[],"RTCBundlePolicy":[],"RTCCertificate":["RTCCertificate"],"RTCCertificateExpiration":[],"RTCConfiguration":[],"RTCDataChannel":["RTCDataChannel"],"RTCDataChannelEvent":["RTCDataChannelEvent"],"RTCDataChannelEventInit":[],"RTCDataChannelEventMap":[],"RTCDataChannelInit":[],"RTCDataChannelState":[],"RTCDegradationPreference":[],"RTCDtlsFingerprint":[],"RTCDtlsRole":[],"RTCDtlsTransport":["RTCDtlsTransport"],"RTCDtlsTransportEventMap":[],"RTCDtlsTransportState":[],"RTCDTMFSender":["RTCDTMFSender"],"RTCDTMFSenderEventMap":[],"RTCDTMFToneChangeEvent":["RTCDTMFToneChangeEvent"],"RTCDTMFToneChangeEventInit":[],"RTCEncodedAudioFrame":["RTCEncodedAudioFrame"],"RTCEncodedAudioFrameMetadata":[],"RTCEncodedFrameMetadata":[],"RTCEncodedVideoFrame":["RTCEncodedVideoFrame"],"RTCEncodedVideoFrameMetadata":[],"RTCError":["RTCError"],"RTCErrorDetailType":[],"RTCErrorEvent":["RTCErrorEvent"],"RTCErrorEventInit":[],"RTCErrorInit":[],"RTCIceCandidate":["RTCIceCandidate"],"RTCIceCandidateInit":[],"RTCIceCandidatePair":[],"RTCIceCandidatePairStats":[],"RTCIceCandidateType":[],"RTCIceComponent":[],"RTCIceConnectionState":[],"RTCIceGathererState":[],"RTCIceGatheringState":[],"RTCIceProtocol":[],"RTCIceRole":[],"RTCIceServer":[],"RTCIceTcpCandidateType":[],"RTCIceTransport":["RTCIceTransport"],"RTCIceTransportEventMap":[],"RTCIceTransportPolicy":[],"RTCIceTransportState":[],"RTCInboundRtpStreamStats":[],"RTCLocalIceCandidateInit":[],"RTCLocalSessionDescriptionInit":[],"RTCOfferAnswerOptions":[],"RTCOfferOptions":[],"RTCOutboundRtpStreamStats":[],"RTCPeerConnection":["RTCPeerConnection"],"RTCPeerConnectionErrorCallback":[],"RTCPeerConnectionEventMap":[],"RTCPeerConnectionIceErrorEvent":["RTCPeerConnectionIceErrorEvent"],"RTCPeerConnectionIceErrorEventInit":[],"RTCPeerConnectionIceEvent":["RTCPeerConnectionIceEvent"],"RTCPeerConnectionIceEventInit":[],"RTCPeerConnectionState":[],"RTCPriorityType":[],"RTCQualityLimitationReason":[],"RTCReceivedRtpStreamStats":[],"RTCRtcpMuxPolicy":[],"RTCRtcpParameters":[],"RTCRtpCapabilities":[],"RTCRtpCodec":[],"RTCRtpCodecParameters":[],"RTCRtpCodingParameters":[],"RTCRtpContributingSource":[],"RTCRtpEncodingParameters":[],"RTCRtpHeaderExtensionCapability":[],"RTCRtpHeaderExtensionParameters":[],"RTCRtpParameters":[],"RTCRtpReceiveParameters":[],"RTCRtpReceiver":["RTCRtpReceiver"],"RTCRtpReceiverTransform":[],"RTCRtpScriptTransform":["RTCRtpScriptTransform"],"RTCRtpScriptTransformer":["RTCRtpScriptTransformer"],"RTCRtpSender":["RTCRtpSender"],"RTCRtpSenderTransform":[],"RTCRtpSendParameters":[],"RTCRtpStreamStats":[],"RTCRtpSynchronizationSource":[],"RTCRtpTransceiver":["RTCRtpTransceiver"],"RTCRtpTransceiverDirection":[],"RTCRtpTransceiverInit":[],"RTCSctpTransport":["RTCSctpTransport"],"RTCSctpTransportEventMap":[],"RTCSctpTransportState":[],"RTCSdpType":[],"RTCSentRtpStreamStats":[],"RTCSessionDescription":["RTCSessionDescription"],"RTCSessionDescriptionCallback":[],"RTCSessionDescriptionInit":[],"RTCSetParameterOptions":[],"RTCSignalingState":[],"RTCStats":[],"RTCStatsIceCandidatePairState":[],"RTCStatsReport":["RTCStatsReport"],"RTCStatsType":[],"RTCTrackEvent":["RTCTrackEvent"],"RTCTrackEventInit":[],"RTCTransformEvent":["RTCTransformEvent"],"RTCTransportStats":[],"SafeArray":[],"Sanitizer":["allowAttribute"],"SanitizerAttribute":[],"SanitizerAttributeNamespace":[],"SanitizerConfig":[],"SanitizerElement":[],"SanitizerElementNamespace":[],"SanitizerElementNamespaceWithAttributes":[],"SanitizerElementWithAttributes":[],"SanitizerPresets":[],"scheduler":[],"Scheduler":["Scheduler"],"SchedulerPostTaskCallback":[],"SchedulerPostTaskOptions":[],"screen":[],"Screen":["Screen"],"screenLeft":[],"ScreenOrientation":["ScreenOrientation"],"ScreenOrientationEventMap":[],"screenTop":[],"screenX":[],"screenY":[],"ScriptProcessorNode":["ScriptProcessorNode"],"ScriptProcessorNodeEventMap":[],"scroll":["Window/scroll"],"ScrollAxis":[],"scrollbars":[],"ScrollBehavior":[],"scrollBy":["Window/scrollBy"],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollTimeline":["ScrollTimeline"],"ScrollTimelineOptions":[],"scrollTo":["Window/scrollTo"],"ScrollToOptions":[],"scrollX":[],"scrollY":[],"SecurityPolicyViolationEvent":["SecurityPolicyViolationEvent"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":["Selection"],"SelectionDirection":[],"SelectionMode":[],"self":[],"ServiceWorker":["ServiceWorker"],"ServiceWorkerContainer":["ServiceWorkerContainer"],"ServiceWorkerContainerEventMap":[],"ServiceWorkerEventMap":[],"ServiceWorkerGlobalScope":["ServiceWorkerGlobalScope"],"ServiceWorkerGlobalScopeEventMap":[],"ServiceWorkerRegistration":["ServiceWorkerRegistration"],"ServiceWorkerRegistrationEventMap":[],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"sessionStorage":[],"Set":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set"],"SetConstructor":[],"setInterval":["Window/setInterval"],"SetIterator":[],"setTimeout":["Window/setTimeout"],"ShadowRoot":["ShadowRoot"],"ShadowRootEventMap":[],"ShadowRootInit":[],"ShadowRootMode":[],"SharedArrayBuffer":[],"SharedArrayBufferConstructor":[],"ShareData":[],"SharedWorker":["SharedWorker"],"SharedWorkerGlobalScope":["SharedWorkerGlobalScope"],"SharedWorkerGlobalScopeEventMap":[],"ShowPopoverOptions":[],"SlotAssignmentMode":[],"Slottable":["assignedSlot"],"SourceBuffer":["SourceBuffer"],"SourceBufferEventMap":[],"SourceBufferList":["SourceBufferList"],"SourceBufferListEventMap":[],"SpeechRecognitionAlternative":["SpeechRecognitionAlternative"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorEvent":["SpeechRecognitionErrorEvent"],"SpeechRecognitionErrorEventInit":[],"SpeechRecognitionEvent":["SpeechRecognitionEvent"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":["SpeechRecognitionResult"],"SpeechRecognitionResultList":["SpeechRecognitionResultList"],"speechSynthesis":[],"SpeechSynthesis":["SpeechSynthesis"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["SpeechSynthesisErrorEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["SpeechSynthesisEvent"],"SpeechSynthesisEventInit":[],"SpeechSynthesisEventMap":[],"SpeechSynthesisUtterance":["SpeechSynthesisUtterance"],"SpeechSynthesisUtteranceEventMap":[],"SpeechSynthesisVoice":["SpeechSynthesisVoice"],"StartViewTransitionOptions":[],"StaticRange":["StaticRange"],"StaticRangeInit":[],"status":[],"statusbar":[],"StereoPannerNode":["StereoPannerNode"],"StereoPannerOptions":[],"stop":["Window/stop"],"Storage":["Storage"],"StorageEstimate":[],"StorageEvent":["StorageEvent"],"StorageEventInit":[],"StorageManager":["StorageManager"],"StreamPipeOptions":[],"String":[],"StringConstructor":[],"StringIterator":[],"structuredClone":["Window/structuredClone"],"StructuredSerializeOptions":[],"StylePropertyMap":["StylePropertyMap"],"StylePropertyMapReadOnly":["StylePropertyMapReadOnly"],"StylePropertyMapReadOnlyIterator":[],"StyleSheet":["StyleSheet"],"StyleSheetList":["StyleSheetList"],"SubmitEvent":["SubmitEvent"],"SubmitEventInit":[],"SubtleCrypto":["SubtleCrypto"],"SuppressedError":[],"SuppressedErrorConstructor":[],"SvcOutputMetadata":[],"SVGAElement":["SVGAElement"],"SVGAngle":["SVGAngle"],"SVGAnimatedAngle":["SVGAnimatedAngle"],"SVGAnimatedBoolean":["SVGAnimatedBoolean"],"SVGAnimatedEnumeration":["SVGAnimatedEnumeration"],"SVGAnimatedInteger":["SVGAnimatedInteger"],"SVGAnimatedLength":["SVGAnimatedLength"],"SVGAnimatedLengthList":["SVGAnimatedLengthList"],"SVGAnimatedNumber":["SVGAnimatedNumber"],"SVGAnimatedNumberList":["SVGAnimatedNumberList"],"SVGAnimatedPoints":["animatedPoints"],"SVGAnimatedPreserveAspectRatio":["SVGAnimatedPreserveAspectRatio"],"SVGAnimatedRect":["SVGAnimatedRect"],"SVGAnimatedString":["SVGAnimatedString"],"SVGAnimatedTransformList":["SVGAnimatedTransformList"],"SVGAnimateElement":["SVGAnimateElement"],"SVGAnimateMotionElement":["SVGAnimateMotionElement"],"SVGAnimateTransformElement":["SVGAnimateTransformElement"],"SVGAnimationElement":["SVGAnimationElement"],"SVGBoundingBoxOptions":[],"SVGCircleElement":["SVGCircleElement"],"SVGClipPathElement":["SVGClipPathElement"],"SVGComponentTransferFunctionElement":["SVGComponentTransferFunctionElement"],"SVGDefsElement":["SVGDefsElement"],"SVGDescElement":["SVGDescElement"],"SVGElement":["SVGElement"],"SVGElementEventMap":[],"SVGElementTagNameMap":[],"SVGEllipseElement":["SVGEllipseElement"],"SVGFEBlendElement":["SVGFEBlendElement"],"SVGFEColorMatrixElement":["SVGFEColorMatrixElement"],"SVGFEComponentTransferElement":["SVGFEComponentTransferElement"],"SVGFECompositeElement":["SVGFECompositeElement"],"SVGFEConvolveMatrixElement":["SVGFEConvolveMatrixElement"],"SVGFEDiffuseLightingElement":["SVGFEDiffuseLightingElement"],"SVGFEDisplacementMapElement":["SVGFEDisplacementMapElement"],"SVGFEDistantLightElement":["SVGFEDistantLightElement"],"SVGFEDropShadowElement":["SVGFEDropShadowElement"],"SVGFEFloodElement":["SVGFEFloodElement"],"SVGFEFuncAElement":["SVGFEFuncAElement"],"SVGFEFuncBElement":["SVGFEFuncBElement"],"SVGFEFuncGElement":["SVGFEFuncGElement"],"SVGFEFuncRElement":["SVGFEFuncRElement"],"SVGFEGaussianBlurElement":["SVGFEGaussianBlurElement"],"SVGFEImageElement":["SVGFEImageElement"],"SVGFEMergeElement":["SVGFEMergeElement"],"SVGFEMergeNodeElement":["SVGFEMergeNodeElement"],"SVGFEMorphologyElement":["SVGFEMorphologyElement"],"SVGFEOffsetElement":["SVGFEOffsetElement"],"SVGFEPointLightElement":["SVGFEPointLightElement"],"SVGFESpecularLightingElement":["SVGFESpecularLightingElement"],"SVGFESpotLightElement":["SVGFESpotLightElement"],"SVGFETileElement":["SVGFETileElement"],"SVGFETurbulenceElement":["SVGFETurbulenceElement"],"SVGFilterElement":["SVGFilterElement"],"SVGFilterPrimitiveStandardAttributes":["height"],"SVGFitToViewBox":["preserveAspectRatio"],"SVGForeignObjectElement":["SVGForeignObjectElement"],"SVGGElement":["SVGGElement"],"SVGGeometryElement":["SVGGeometryElement"],"SVGGradientElement":["SVGGradientElement"],"SVGGraphicsElement":["SVGGraphicsElement"],"SVGImageElement":["SVGImageElement"],"SVGLength":["SVGLength"],"SVGLengthList":["SVGLengthList"],"SVGLinearGradientElement":["SVGLinearGradientElement"],"SVGLineElement":["SVGLineElement"],"SVGMarkerElement":["SVGMarkerElement"],"SVGMaskElement":["SVGMaskElement"],"SVGMatrix":[],"SVGMetadataElement":["SVGMetadataElement"],"SVGMPathElement":["SVGMPathElement"],"SVGNumber":["SVGNumber"],"SVGNumberList":["SVGNumberList"],"SVGPathElement":["SVGPathElement"],"SVGPatternElement":["SVGPatternElement"],"SVGPoint":[],"SVGPointList":["SVGPointList"],"SVGPolygonElement":["SVGPolygonElement"],"SVGPolylineElement":["SVGPolylineElement"],"SVGPreserveAspectRatio":["SVGPreserveAspectRatio"],"SVGRadialGradientElement":["SVGRadialGradientElement"],"SVGRect":[],"SVGRectElement":["SVGRectElement"],"SVGScriptElement":["SVGScriptElement"],"SVGSetElement":["SVGSetElement"],"SVGStopElement":["SVGStopElement"],"SVGStringList":["SVGStringList"],"SVGStyleElement":["SVGStyleElement"],"SVGSVGElement":["SVGSVGElement"],"SVGSVGElementEventMap":[],"SVGSwitchElement":["SVGSwitchElement"],"SVGSymbolElement":["SVGSymbolElement"],"SVGTests":["requiredExtensions"],"SVGTextContentElement":["SVGTextContentElement"],"SVGTextElement":["SVGTextElement"],"SVGTextPathElement":["SVGTextPathElement"],"SVGTextPositioningElement":["SVGTextPositioningElement"],"SVGTitleElement":["SVGTitleElement"],"SVGTransform":["SVGTransform"],"SVGTransformList":["SVGTransformList"],"SVGTSpanElement":["SVGTSpanElement"],"SVGUnitTypes":["SVGUnitTypes"],"SVGURIReference":["href"],"SVGUseElement":["SVGUseElement"],"SVGViewElement":["SVGViewElement"],"Symbol":[],"SymbolConstructor":[],"SyntaxError":[],"SyntaxErrorConstructor":[],"TaskController":["TaskController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["TaskPriorityChangeEvent"],"TaskPriorityChangeEventInit":[],"TaskSignal":["TaskSignal"],"TaskSignalAnyInit":[],"TaskSignalEventMap":[],"TemplateStringsArray":[],"Temporal":[null,{"CalendarLike":[],"DateLikeObject":[],"DateTimeLikeObject":[],"DateUnit":[],"DisambiguationOptions":[],"Duration":[],"DurationConstructor":[],"DurationLike":[],"DurationLikeObject":[],"DurationRelativeToOptions":[],"DurationRoundingOptions":[],"DurationToStringOptions":[],"DurationTotalOptions":[],"Instant":[],"InstantConstructor":[],"InstantLike":[],"InstantToStringOptions":[],"Now":[null,{"instant":[],"plainDateISO":[],"plainDateTimeISO":[],"plainTimeISO":[],"timeZoneId":[],"zonedDateTimeISO":[]}],"OverflowOptions":[],"PartialTemporalLike":[],"PlainDate":[],"PlainDateConstructor":[],"PlainDateLike":[],"PlainDateTime":[],"PlainDateTimeConstructor":[],"PlainDateTimeLike":[],"PlainDateTimeToStringOptions":[],"PlainDateToStringOptions":[],"PlainDateToZonedDateTimeOptions":[],"PlainMonthDay":[],"PlainMonthDayConstructor":[],"PlainMonthDayLike":[],"PlainMonthDayToPlainDateOptions":[],"PlainTime":[],"PlainTimeConstructor":[],"PlainTimeLike":[],"PlainTimeToStringOptions":[],"PlainYearMonth":[],"PlainYearMonthConstructor":[],"PlainYearMonthLike":[],"PlainYearMonthToPlainDateOptions":[],"PluralizeUnit":[],"RoundingOptions":[],"RoundingOptionsWithLargestUnit":[],"TimeLikeObject":[],"TimeUnit":[],"TimeZoneLike":[],"ToStringRoundingOptions":[],"ToStringRoundingOptionsWithFractionalSeconds":[],"TransitionOptions":[],"YearMonthLikeObject":[],"ZonedDateTime":[],"ZonedDateTimeConstructor":[],"ZonedDateTimeFromOptions":[],"ZonedDateTimeLike":[],"ZonedDateTimeLikeObject":[],"ZonedDateTimeToStringOptions":[]}],"TexImageSource":[],"Text":["Text"],"TextDecodeOptions":[],"TextDecoder":["TextDecoder"],"TextDecoderCommon":["encoding"],"TextDecoderOptions":[],"TextDecoderStream":["TextDecoderStream"],"TextEncoder":["TextEncoder"],"TextEncoderCommon":["encoding"],"TextEncoderEncodeIntoResult":[],"TextEncoderStream":["TextEncoderStream"],"TextEvent":["TextEvent"],"TextMetrics":["TextMetrics"],"TextStreamBase":[],"TextStreamReader":[],"TextStreamWriter":[],"TextTrack":["TextTrack"],"TextTrackCue":["TextTrackCue"],"TextTrackCueEventMap":[],"TextTrackCueList":["TextTrackCueList"],"TextTrackEventMap":[],"TextTrackKind":[],"TextTrackList":["TextTrackList"],"TextTrackListEventMap":[],"TextTrackMode":[],"ThisParameterType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thisparametertypetype"],"ThisType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypetype"],"TimelineRangeOffset":[],"TimeRanges":["TimeRanges"],"TimerHandler":[],"ToggleEvent":["ToggleEvent"],"ToggleEventInit":[],"TogglePopoverOptions":[],"toolbar":[],"top":[],"Touch":["Touch"],"TouchEvent":["TouchEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":["TouchList"],"TouchType":[],"TrackEvent":["TrackEvent"],"TrackEventInit":[],"Transferable":[],"TransferFunction":[],"Transformer":[],"TransformerFlushCallback":[],"TransformerStartCallback":[],"TransformerTransformCallback":[],"TransformStream":["TransformStream"],"TransformStreamDefaultController":["TransformStreamDefaultController"],"TransitionEvent":["TransitionEvent"],"TransitionEventInit":[],"TreeWalker":["TreeWalker"],"TypedPropertyDescriptor":[],"TypeError":[],"TypeErrorConstructor":[],"UIEvent":["UIEvent"],"UIEventInit":[],"Uint16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array"],"Uint16ArrayConstructor":[],"Uint32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array"],"Uint32ArrayConstructor":[],"Uint32List":[],"Uint8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array"],"Uint8ArrayConstructor":[],"Uint8ClampedArray":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray"],"Uint8ClampedArrayConstructor":[],"ULongRange":[],"Uncapitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"UnderlyingByteSource":[],"UnderlyingDefaultSource":[],"UnderlyingSink":[],"UnderlyingSinkAbortCallback":[],"UnderlyingSinkCloseCallback":[],"UnderlyingSinkStartCallback":[],"UnderlyingSinkWriteCallback":[],"UnderlyingSource":[],"UnderlyingSourceCancelCallback":[],"UnderlyingSourcePullCallback":[],"UnderlyingSourceStartCallback":[],"unescape":[],"UnknownCredentialOptions":[],"Uppercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"URIError":[],"URIErrorConstructor":[],"URL":["URL"],"URLPattern":["URLPattern"],"URLPatternComponentResult":[],"URLPatternInit":[],"URLPatternInput":[],"URLPatternOptions":[],"URLPatternResult":[],"URLSearchParams":["URLSearchParams"],"URLSearchParamsIterator":[],"UserActivation":["UserActivation"],"UserVerificationRequirement":[],"ValidityState":["ValidityState"],"ValidityStateFlags":[],"VarDate":[],"VBArray":[],"VBArrayConstructor":[],"VibratePattern":[],"VideoColorPrimaries":[],"VideoColorSpace":["VideoColorSpace"],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":["VideoDecoder"],"VideoDecoderConfig":[],"VideoDecoderEventMap":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":["VideoEncoder"],"VideoEncoderBitrateMode":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderEncodeOptionsForAvc":[],"VideoEncoderEventMap":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":["VideoFrame"],"VideoFrameBufferInit":[],"VideoFrameCallbackMetadata":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoFrameOutputCallback":[],"VideoFrameRequestCallback":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":["VideoPlaybackQuality"],"VideoTransferCharacteristics":[],"ViewTimeline":["ViewTimeline"],"ViewTimelineOptions":[],"ViewTransition":["ViewTransition"],"ViewTransitionTypeSet":["ViewTransitionTypeSet"],"ViewTransitionUpdateCallback":[],"visualViewport":[],"VisualViewport":["VisualViewport"],"VisualViewportEventMap":[],"VoidFunction":[],"VTTCue":["VTTCue"],"VTTRegion":["VTTRegion"],"WakeLock":["WakeLock"],"WakeLockSentinel":["WakeLockSentinel"],"WakeLockSentinelEventMap":[],"WakeLockType":[],"WaveShaperNode":["WaveShaperNode"],"WaveShaperOptions":[],"WeakKey":[],"WeakKeyTypes":[],"WeakMap":[],"WeakMapConstructor":[],"WeakRef":[],"WeakRefConstructor":[],"WeakSet":[],"WeakSetConstructor":[],"WebAssembly":[null,{"AddressType":[],"AddressValue":[],"compile":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compile_static"],"CompileError":[],"compileStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compileStreaming_static"],"Exception":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception"],"ExceptionOptions":[],"Exports":[],"ExportValue":[],"Global":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global"],"GlobalDescriptor":[],"ImportExportKind":[],"Imports":[],"ImportValue":[],"Instance":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Instance"],"instantiate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiate_static"],"instantiateStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiateStreaming_static"],"JSTag":[],"LinkError":[],"Memory":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Memory"],"MemoryDescriptor":[],"Module":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Module"],"ModuleExportDescriptor":[],"ModuleImportDescriptor":[],"ModuleImports":[],"RuntimeError":[],"Table":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Table"],"TableDescriptor":[],"TableKind":[],"Tag":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Tag"],"TagType":[],"validate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/validate_static"],"ValueType":[],"ValueTypeMap":[],"WebAssemblyCompileOptions":[],"WebAssemblyInstantiatedSource":[]}],"WebCodecsErrorCallback":[],"WEBGL_color_buffer_float":["WEBGL_color_buffer_float"],"WEBGL_compressed_texture_astc":["WEBGL_compressed_texture_astc"],"WEBGL_compressed_texture_etc":["WEBGL_compressed_texture_etc"],"WEBGL_compressed_texture_etc1":["WEBGL_compressed_texture_etc1"],"WEBGL_compressed_texture_pvrtc":["WEBGL_compressed_texture_pvrtc"],"WEBGL_compressed_texture_s3tc":["WEBGL_compressed_texture_s3tc"],"WEBGL_compressed_texture_s3tc_srgb":["WEBGL_compressed_texture_s3tc_srgb"],"WEBGL_debug_renderer_info":["WEBGL_debug_renderer_info"],"WEBGL_debug_shaders":["WEBGL_debug_shaders"],"WEBGL_depth_texture":["WEBGL_depth_texture"],"WEBGL_draw_buffers":["WEBGL_draw_buffers"],"WEBGL_lose_context":["WEBGL_lose_context"],"WEBGL_multi_draw":["WEBGL_multi_draw"],"WebGL2RenderingContext":["WebGL2RenderingContext"],"WebGL2RenderingContextBase":["beginQuery"],"WebGL2RenderingContextOverloads":["bufferData"],"WebGLActiveInfo":["WebGLActiveInfo"],"WebGLBuffer":["WebGLBuffer"],"WebGLContextAttributes":[],"WebGLContextEvent":["WebGLContextEvent"],"WebGLContextEventInit":[],"WebGLFramebuffer":["WebGLFramebuffer"],"WebGLPowerPreference":[],"WebGLProgram":["WebGLProgram"],"WebGLQuery":["WebGLQuery"],"WebGLRenderbuffer":["WebGLRenderbuffer"],"WebGLRenderingContext":["WebGLRenderingContext"],"WebGLRenderingContextBase":["drawingBufferColorSpace"],"WebGLRenderingContextOverloads":["bufferData"],"WebGLSampler":["WebGLSampler"],"WebGLShader":["WebGLShader"],"WebGLShaderPrecisionFormat":["WebGLShaderPrecisionFormat"],"WebGLSync":["WebGLSync"],"WebGLTexture":["WebGLTexture"],"WebGLTransformFeedback":["WebGLTransformFeedback"],"WebGLUniformLocation":["WebGLUniformLocation"],"WebGLVertexArrayObject":["WebGLVertexArrayObject"],"WebGLVertexArrayObjectOES":["WebGLVertexArrayObject"],"WebKitCSSMatrix":[],"webkitURL":[],"WebSocket":["WebSocket"],"WebSocketEventMap":[],"WebTransport":["WebTransport"],"WebTransportBidirectionalStream":["WebTransportBidirectionalStream"],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":["WebTransportDatagramDuplexStream"],"WebTransportError":["WebTransportError"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportSendOptions":[],"WebTransportSendStreamOptions":[],"WGSLLanguageFeatures":["WGSLLanguageFeatures"],"WheelEvent":["WheelEvent"],"WheelEventInit":[],"window":[],"Window":["Window"],"WindowClient":["WindowClient"],"WindowEventHandlers":["afterprint_event"],"WindowEventHandlersEventMap":[],"WindowEventMap":[],"WindowLocalStorage":["localStorage"],"WindowOrWorkerGlobalScope":["caches"],"WindowPostMessageOptions":[],"WindowProxy":[],"WindowSessionStorage":["sessionStorage"],"Worker":["Worker"],"WorkerEventMap":[],"WorkerGlobalScope":["WorkerGlobalScope"],"WorkerGlobalScopeEventMap":[],"WorkerLocation":["WorkerLocation"],"WorkerNavigator":["WorkerNavigator"],"WorkerOptions":[],"WorkerType":[],"Worklet":["Worklet"],"WorkletOptions":[],"WritableStream":["WritableStream"],"WritableStreamDefaultController":["WritableStreamDefaultController"],"WritableStreamDefaultWriter":["WritableStreamDefaultWriter"],"WriteCommandType":[],"WriteParams":[],"WScript":[],"WSH":[],"XMLDocument":["XMLDocument"],"XMLHttpRequest":["XMLHttpRequest"],"XMLHttpRequestBodyInit":[],"XMLHttpRequestEventMap":[],"XMLHttpRequestEventTarget":["XMLHttpRequestEventTarget"],"XMLHttpRequestEventTargetEventMap":[],"XMLHttpRequestResponseType":[],"XMLHttpRequestUpload":["XMLHttpRequestUpload"],"XMLSerializer":["XMLSerializer"],"XPathEvaluator":["XPathEvaluator"],"XPathEvaluatorBase":["createExpression"],"XPathExpression":["XPathExpression"],"XPathNSResolver":[],"XPathResult":["XPathResult"],"XSLTProcessor":["XSLTProcessor"]}'), Fn = {
|
|
1215
|
+
globals: Gn
|
|
1215
1216
|
}, ut = Object.freeze(
|
|
1216
|
-
Object.assign(/* @__PURE__ */ Object.create(null),
|
|
1217
|
+
Object.assign(/* @__PURE__ */ Object.create(null), Fn.globals)
|
|
1217
1218
|
), ft = "https://developer.mozilla.org/docs/Web/API/";
|
|
1218
|
-
function
|
|
1219
|
+
function ui(e, t, n = "*", i) {
|
|
1219
1220
|
if (e === "@arcgis/core")
|
|
1220
|
-
return
|
|
1221
|
+
return On(t, n, i);
|
|
1221
1222
|
}
|
|
1222
|
-
function
|
|
1223
|
+
function On(e, t, n) {
|
|
1223
1224
|
if (!(e === void 0 || e === "interfaces.d.ts")) {
|
|
1224
|
-
const i = `https://${n.config.documentation.host}${
|
|
1225
|
-
return
|
|
1225
|
+
const i = `https://${n.config.documentation.host}${Nn}${Z(e)}/`;
|
|
1226
|
+
return Gi(i, t === "default" || t === "*" ? void 0 : t, void 0);
|
|
1226
1227
|
}
|
|
1227
1228
|
}
|
|
1228
|
-
const
|
|
1229
|
+
const Nn = ei("core");
|
|
1229
1230
|
function je(e, t, n, i) {
|
|
1230
1231
|
i.implicitPublicModules ??= /* @__PURE__ */ Object.create(null);
|
|
1231
1232
|
const a = i.implicitPublicModules[e];
|
|
@@ -1238,7 +1239,7 @@ function je(e, t, n, i) {
|
|
|
1238
1239
|
extractedNames: /* @__PURE__ */ new Set()
|
|
1239
1240
|
} : a.pendingNames !== void 0 && n !== "*" ? a.pendingNames.add(n) : a.pendingNames = void 0;
|
|
1240
1241
|
}
|
|
1241
|
-
function
|
|
1242
|
+
function wn(e, t) {
|
|
1242
1243
|
const n = tt(e);
|
|
1243
1244
|
if (t.pendingNames === void 0)
|
|
1244
1245
|
return n > 0;
|
|
@@ -1248,7 +1249,7 @@ function Nn(e, t) {
|
|
|
1248
1249
|
return t.pendingNames.has(a);
|
|
1249
1250
|
}
|
|
1250
1251
|
function Je(e, t, n, i, a) {
|
|
1251
|
-
const r = n.program.getTypeChecker(), l = e.flags & o.SymbolFlags.Alias ? r.getAliasedSymbol(e) : e, s =
|
|
1252
|
+
const r = n.program.getTypeChecker(), l = e.flags & o.SymbolFlags.Alias ? r.getAliasedSymbol(e) : e, s = Kn(l), c = t.escapedText, p = s ?? c, d = l?.declarations?.[0];
|
|
1252
1253
|
if (d === void 0)
|
|
1253
1254
|
return n.emitError(`Unable to resolve the declaration file name for the type ${p}`, {
|
|
1254
1255
|
file: n.file,
|
|
@@ -1261,7 +1262,7 @@ function Je(e, t, n, i, a) {
|
|
|
1261
1262
|
start: i,
|
|
1262
1263
|
end: a
|
|
1263
1264
|
};
|
|
1264
|
-
const m = d.getSourceFile(), { packageName: u, modulePath: f } =
|
|
1265
|
+
const m = d.getSourceFile(), { packageName: u, modulePath: f } = Vn(m.fileName, n, p);
|
|
1265
1266
|
if (u === "@arcgis/core" && f === "interfaces.js")
|
|
1266
1267
|
return n.moduleContext.importsMap.__esri = {
|
|
1267
1268
|
type: "*",
|
|
@@ -1333,7 +1334,7 @@ function Je(e, t, n, i, a) {
|
|
|
1333
1334
|
}
|
|
1334
1335
|
}
|
|
1335
1336
|
if (u !== void 0 || f !== void 0) {
|
|
1336
|
-
const v = s ?? ((f ?? u).split("/").pop()?.replaceAll(
|
|
1337
|
+
const v = s ?? ((f ?? u).split("/").pop()?.replaceAll(Un, "") || "type");
|
|
1337
1338
|
for (let P = 1; ; P += 1) {
|
|
1338
1339
|
const h = P === 1 ? v : `${v}${P}`;
|
|
1339
1340
|
let L = n.functionLikeTypeParameters?.has(h) === !0 || n.objectLikeTypeParameters?.has(h) === !0 || n.localDeclarations.has(h);
|
|
@@ -1344,7 +1345,7 @@ function Je(e, t, n, i, a) {
|
|
|
1344
1345
|
continue;
|
|
1345
1346
|
const k = h !== c;
|
|
1346
1347
|
k && (be(t, h), a = i + h.length);
|
|
1347
|
-
const D =
|
|
1348
|
+
const D = Hn(l), I = D === "named";
|
|
1348
1349
|
I || (S = D), u === void 0 && !n.config.strict && je(
|
|
1349
1350
|
f,
|
|
1350
1351
|
m.fileName.slice(n.basePath.length),
|
|
@@ -1388,7 +1389,7 @@ function Je(e, t, n, i, a) {
|
|
|
1388
1389
|
name: S,
|
|
1389
1390
|
module: f || void 0,
|
|
1390
1391
|
package: u,
|
|
1391
|
-
viewUrl:
|
|
1392
|
+
viewUrl: ui(u, f ?? "", C, n),
|
|
1392
1393
|
start: i,
|
|
1393
1394
|
end: a
|
|
1394
1395
|
} : {
|
|
@@ -1400,17 +1401,17 @@ function Je(e, t, n, i, a) {
|
|
|
1400
1401
|
end: a
|
|
1401
1402
|
};
|
|
1402
1403
|
}
|
|
1403
|
-
const
|
|
1404
|
-
function
|
|
1404
|
+
const Un = /[^a-zA-Z0-9$_]/gu;
|
|
1405
|
+
function Vn(e, t, n) {
|
|
1405
1406
|
const i = e.lastIndexOf(rt);
|
|
1406
1407
|
if (i !== -1) {
|
|
1407
|
-
const s = e.slice(i + rt.length), c =
|
|
1408
|
+
const s = e.slice(i + rt.length), c = fi(s), p = e.slice(
|
|
1408
1409
|
0,
|
|
1409
1410
|
i + rt.length + c.packageName.length
|
|
1410
1411
|
), d = ct(p);
|
|
1411
1412
|
return Wt(c), c.modulePath = _t(c.modulePath, d, t, n), c;
|
|
1412
1413
|
}
|
|
1413
|
-
const r = e.indexOf(
|
|
1414
|
+
const r = e.indexOf(Wn);
|
|
1414
1415
|
if (r !== -1) {
|
|
1415
1416
|
const s = e.slice(0, r), c = ct(s), p = c.name, d = e.slice(r + 1), m = _t(d, c, t, n), u = { packageName: p, modulePath: m };
|
|
1416
1417
|
return Wt(u), u;
|
|
@@ -1436,8 +1437,8 @@ function Un(e, t, n) {
|
|
|
1436
1437
|
modulePath: void 0
|
|
1437
1438
|
};
|
|
1438
1439
|
}
|
|
1439
|
-
const rt = "/node_modules/",
|
|
1440
|
-
function
|
|
1440
|
+
const rt = "/node_modules/", Wn = "/dist/";
|
|
1441
|
+
function fi(e) {
|
|
1441
1442
|
const t = dt(e), n = e.length === t.length ? void 0 : e.slice(t.length + 1);
|
|
1442
1443
|
return { packageName: t, modulePath: n };
|
|
1443
1444
|
}
|
|
@@ -1450,11 +1451,11 @@ function _t(e, t, n, i) {
|
|
|
1450
1451
|
return `${a}.js`;
|
|
1451
1452
|
const r = `./${a}`, l = "@arcgis/lumina" in (t.dependencies ?? {}) && r.endsWith("/customElement") ? `${r.slice(0, -13)}index` : r;
|
|
1452
1453
|
let s = yt(t.exports, ".", l);
|
|
1453
|
-
if (s === void 0 && (s =
|
|
1454
|
+
if (s === void 0 && (s = _n[t.name]?.(a)), s !== void 0)
|
|
1454
1455
|
return s === "." ? void 0 : s.slice(2);
|
|
1455
1456
|
const c = n.moduleContext.importsMap[i];
|
|
1456
1457
|
if (c !== void 0 && c.modulePath === void 0) {
|
|
1457
|
-
const p =
|
|
1458
|
+
const p = fi(c.rawSpecifier);
|
|
1458
1459
|
if (p.packageName === t.name)
|
|
1459
1460
|
return p.modulePath;
|
|
1460
1461
|
}
|
|
@@ -1463,7 +1464,7 @@ function _t(e, t, n, i) {
|
|
|
1463
1464
|
{ file: n.file, node: void 0 }
|
|
1464
1465
|
), e;
|
|
1465
1466
|
}
|
|
1466
|
-
const
|
|
1467
|
+
const _n = {
|
|
1467
1468
|
// REFACTOR: dissolve barrel files (match @arcgis/core). then this won't be needed
|
|
1468
1469
|
"@arcgis/lumina"(e) {
|
|
1469
1470
|
return e.startsWith("dist/globalTypes/") || e.startsWith("dist/typings/") ? "./globalTypes" : e.startsWith("dist/controllers/accessor/") ? "./controllers/accessor" : e.startsWith("dist/controllers/") ? "./controllers" : e.startsWith("dist/jsx/") || !e.slice(5).includes("/") ? "." : void 0;
|
|
@@ -1471,7 +1472,7 @@ const Wn = {
|
|
|
1471
1472
|
};
|
|
1472
1473
|
function yt(e, t, n) {
|
|
1473
1474
|
if (typeof e == "string")
|
|
1474
|
-
return
|
|
1475
|
+
return Bn(t, e, n);
|
|
1475
1476
|
if (Array.isArray(e))
|
|
1476
1477
|
for (let i = 0; i < e.length; ++i) {
|
|
1477
1478
|
const a = yt(e[i], t, n);
|
|
@@ -1485,7 +1486,7 @@ function yt(e, t, n) {
|
|
|
1485
1486
|
return s;
|
|
1486
1487
|
}
|
|
1487
1488
|
}
|
|
1488
|
-
function
|
|
1489
|
+
function Bn(e, t, n) {
|
|
1489
1490
|
const i = Z(t);
|
|
1490
1491
|
if (i === n)
|
|
1491
1492
|
return e;
|
|
@@ -1506,17 +1507,17 @@ function _n(e, t, n) {
|
|
|
1506
1507
|
if (d !== -1)
|
|
1507
1508
|
return e.slice(0, d) + p + e.slice(d + 1);
|
|
1508
1509
|
}
|
|
1509
|
-
function
|
|
1510
|
+
function Kn(e) {
|
|
1510
1511
|
const t = e.getDeclarations()?.[0];
|
|
1511
1512
|
if (t !== void 0 && ((o.isClassDeclaration(t) || o.isFunctionDeclaration(t) || o.isInterfaceDeclaration(t) || o.isTypeAliasDeclaration(t) || o.isEnumDeclaration(t)) && t.name !== void 0 && o.isIdentifier(t.name) || o.isVariableDeclaration(t) && o.isIdentifier(t.name) || o.isBindingElement(t) && o.isIdentifier(t.name)))
|
|
1512
1513
|
return t.name.escapedText;
|
|
1513
1514
|
const n = e.escapedName;
|
|
1514
1515
|
return n === "default" || n.startsWith("__") ? void 0 : n;
|
|
1515
1516
|
}
|
|
1516
|
-
function Kn(e) {
|
|
1517
|
-
return e.flags & o.SymbolFlags.ValueModule ? "*" : Hn(e) ? "default" : "named";
|
|
1518
|
-
}
|
|
1519
1517
|
function Hn(e) {
|
|
1518
|
+
return e.flags & o.SymbolFlags.ValueModule ? "*" : $n(e) ? "default" : "named";
|
|
1519
|
+
}
|
|
1520
|
+
function $n(e) {
|
|
1520
1521
|
const t = e.escapedName;
|
|
1521
1522
|
if (t === "default" || // CommonJS "export ="
|
|
1522
1523
|
t === "export=")
|
|
@@ -1584,7 +1585,7 @@ function _(e, t, n, i) {
|
|
|
1584
1585
|
const a = t === O.shallow ? O.false : t, r = new Array(e.properties.length);
|
|
1585
1586
|
for (let l = 0; l < r.length; ++l) {
|
|
1586
1587
|
const s = e.properties[l];
|
|
1587
|
-
r[l] =
|
|
1588
|
+
r[l] = zn(s, a, { ...n, node: s }, i);
|
|
1588
1589
|
}
|
|
1589
1590
|
return o.factory.createTypeLiteralNode(r);
|
|
1590
1591
|
}
|
|
@@ -1644,10 +1645,15 @@ function _(e, t, n, i) {
|
|
|
1644
1645
|
}
|
|
1645
1646
|
if (o.isCallExpression(e)) {
|
|
1646
1647
|
const a = e.expression, r = e.arguments.at(0);
|
|
1647
|
-
if (o.isPropertyAccessExpression(a) && o.isIdentifier(a.expression) && o.isIdentifier(a.name)
|
|
1648
|
-
|
|
1649
|
-
o.factory.createTypeReferenceNode(
|
|
1650
|
-
|
|
1648
|
+
if (o.isPropertyAccessExpression(a) && o.isIdentifier(a.expression) && o.isIdentifier(a.name)) {
|
|
1649
|
+
if (a.expression.escapedText === "Collection" && a.name.escapedText === "ofType" && r !== void 0 && o.isIdentifier(r))
|
|
1650
|
+
return o.factory.createTypeReferenceNode(a.expression, [
|
|
1651
|
+
o.factory.createTypeReferenceNode(r)
|
|
1652
|
+
]);
|
|
1653
|
+
if (a.expression.escapedText === "Symbol" && a.name.escapedText === "for")
|
|
1654
|
+
return Kt(t);
|
|
1655
|
+
} else if (o.isIdentifier(a) && a.escapedText === "Symbol")
|
|
1656
|
+
return Kt(t);
|
|
1651
1657
|
const l = ge(n, t, i);
|
|
1652
1658
|
if (l !== void 0)
|
|
1653
1659
|
return l;
|
|
@@ -1668,8 +1674,8 @@ function _(e, t, n, i) {
|
|
|
1668
1674
|
}
|
|
1669
1675
|
return Pe(n, Q, t, i);
|
|
1670
1676
|
}
|
|
1671
|
-
function
|
|
1672
|
-
const a = t === O.false ? void 0 :
|
|
1677
|
+
function zn(e, t, n, i) {
|
|
1678
|
+
const a = t === O.false ? void 0 : Yn;
|
|
1673
1679
|
return o.isPropertyAssignment(e) ? o.factory.createPropertySignature(
|
|
1674
1680
|
a,
|
|
1675
1681
|
e.name,
|
|
@@ -1721,7 +1727,7 @@ function ge(e, t, n) {
|
|
|
1721
1727
|
a = s === void 0 ? void 0 : i.getTypeOfSymbol(s);
|
|
1722
1728
|
}
|
|
1723
1729
|
a ??= i.getTypeAtLocation(e.node);
|
|
1724
|
-
const l = r ?
|
|
1730
|
+
const l = r ? nn(i, a) : a;
|
|
1725
1731
|
return it(i, l);
|
|
1726
1732
|
}
|
|
1727
1733
|
}
|
|
@@ -1730,10 +1736,10 @@ function it(e, t) {
|
|
|
1730
1736
|
return e.typeToTypeNode(
|
|
1731
1737
|
t,
|
|
1732
1738
|
void 0,
|
|
1733
|
-
|
|
1739
|
+
qn & (n ? ~o.TypeFormatFlags.MultilineObjectLiterals : -1)
|
|
1734
1740
|
);
|
|
1735
1741
|
}
|
|
1736
|
-
const
|
|
1742
|
+
const jn = o.TypeFormatFlags.NoTruncation | o.TypeFormatFlags.WriteArrayAsGenericType | o.TypeFormatFlags.SuppressAnyReturnType | o.TypeFormatFlags.MultilineObjectLiterals, Jn = jn & o.TypeFormatFlags.NodeBuilderFlagsMask, qn = Jn | o.NodeBuilderFlags.IgnoreErrors | o.NodeBuilderFlags.NoTruncation, Bt = (e) => e.flags & o.TypeFlags.Object ? e.getProperties().length === 1 : !!(e.flags & o.TypeFlags.PossiblyFalsy);
|
|
1737
1743
|
function qe(e, t) {
|
|
1738
1744
|
const n = t.program?.getTypeChecker?.();
|
|
1739
1745
|
if (n === void 0)
|
|
@@ -1744,7 +1750,7 @@ function qe(e, t) {
|
|
|
1744
1750
|
const a = n.getReturnTypeOfSignature(i);
|
|
1745
1751
|
return it(n, a);
|
|
1746
1752
|
}
|
|
1747
|
-
function
|
|
1753
|
+
function Qn(e, t) {
|
|
1748
1754
|
const n = t.program?.getTypeChecker?.();
|
|
1749
1755
|
if (n === void 0)
|
|
1750
1756
|
return;
|
|
@@ -1754,7 +1760,7 @@ function qn(e, t) {
|
|
|
1754
1760
|
function X(e, t, n) {
|
|
1755
1761
|
return n.isInLuminaMinimalExtraction || n.emitError(t, e), vt;
|
|
1756
1762
|
}
|
|
1757
|
-
const Q = "Failed to infer the type of the expression. Please provide an explicit type annotation or simplify the expression.", vt = o.factory.createKeywordTypeNode(o.SyntaxKind.AnyKeyword), we = o.factory.createKeywordTypeNode(o.SyntaxKind.UnknownKeyword), We = o.factory.createKeywordTypeNode(o.SyntaxKind.VoidKeyword),
|
|
1763
|
+
const Q = "Failed to infer the type of the expression. Please provide an explicit type annotation or simplify the expression.", vt = o.factory.createKeywordTypeNode(o.SyntaxKind.AnyKeyword), we = o.factory.createKeywordTypeNode(o.SyntaxKind.UnknownKeyword), We = o.factory.createKeywordTypeNode(o.SyntaxKind.VoidKeyword), Xn = o.factory.createToken(o.SyntaxKind.ReadonlyKeyword), Yn = [Xn];
|
|
1758
1764
|
function St(e, t, n, i) {
|
|
1759
1765
|
const a = new Array(e.length);
|
|
1760
1766
|
for (let r = 0; r < a.length; ++r) {
|
|
@@ -1777,17 +1783,23 @@ function St(e, t, n, i) {
|
|
|
1777
1783
|
}
|
|
1778
1784
|
return a;
|
|
1779
1785
|
}
|
|
1780
|
-
function
|
|
1786
|
+
function Kt(e) {
|
|
1787
|
+
return e === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword) : o.factory.createTypeOperatorNode(
|
|
1788
|
+
o.SyntaxKind.UniqueKeyword,
|
|
1789
|
+
o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword)
|
|
1790
|
+
);
|
|
1791
|
+
}
|
|
1792
|
+
function Zn(e, t) {
|
|
1781
1793
|
const n = t.program?.getTypeChecker?.();
|
|
1782
|
-
if (n === void 0 || !
|
|
1794
|
+
if (n === void 0 || !eo(e.exprName, t))
|
|
1783
1795
|
return;
|
|
1784
1796
|
const i = n.getTypeAtLocation(e.exprName);
|
|
1785
1797
|
return it(n, i);
|
|
1786
1798
|
}
|
|
1787
|
-
function
|
|
1788
|
-
return e.kind === o.SyntaxKind.QualifiedName ?
|
|
1799
|
+
function eo(e, t) {
|
|
1800
|
+
return e.kind === o.SyntaxKind.QualifiedName ? to(e.left) : t.moduleContext.importsMap[e.escapedText]?.rawSpecifier.endsWith(".json") === !0;
|
|
1789
1801
|
}
|
|
1790
|
-
function
|
|
1802
|
+
function to(e) {
|
|
1791
1803
|
for (; e !== void 0; )
|
|
1792
1804
|
if (e.kind === o.SyntaxKind.QualifiedName)
|
|
1793
1805
|
e = e.left;
|
|
@@ -1809,7 +1821,7 @@ function j(e, t) {
|
|
|
1809
1821
|
Qe.add(r.name.escapedText);
|
|
1810
1822
|
}
|
|
1811
1823
|
}
|
|
1812
|
-
return
|
|
1824
|
+
return io.writeNode(o.EmitHint.Unspecified, e, void 0, _e), {
|
|
1813
1825
|
text: _e.getText(),
|
|
1814
1826
|
references: z.length > 0 ? z : void 0,
|
|
1815
1827
|
values: void 0,
|
|
@@ -1823,7 +1835,7 @@ const pe = (e, t, n) => {
|
|
|
1823
1835
|
const i = t, a = i.typeName;
|
|
1824
1836
|
switch (a.escapedText) {
|
|
1825
1837
|
case "nil":
|
|
1826
|
-
return pe(e,
|
|
1838
|
+
return pe(e, no, n);
|
|
1827
1839
|
// Used in public typings in 88 files
|
|
1828
1840
|
// REFACTOR: consider refactoring out Const usages in public API to
|
|
1829
1841
|
// reduce divergence
|
|
@@ -1844,10 +1856,10 @@ const pe = (e, t, n) => {
|
|
|
1844
1856
|
Be(a);
|
|
1845
1857
|
break;
|
|
1846
1858
|
case o.SyntaxKind.TypeQuery:
|
|
1847
|
-
const l =
|
|
1859
|
+
const l = Zn(t, M);
|
|
1848
1860
|
if (l !== void 0)
|
|
1849
1861
|
return pe(e, l, n);
|
|
1850
|
-
Be(t.exprName,
|
|
1862
|
+
Be(t.exprName, oo);
|
|
1851
1863
|
break;
|
|
1852
1864
|
case o.SyntaxKind.PropertyAccessExpression:
|
|
1853
1865
|
Be(t);
|
|
@@ -1877,14 +1889,14 @@ const pe = (e, t, n) => {
|
|
|
1877
1889
|
);
|
|
1878
1890
|
break;
|
|
1879
1891
|
}
|
|
1880
|
-
n(e, t), Xe !== void 0 && (
|
|
1881
|
-
},
|
|
1892
|
+
n(e, t), Xe !== void 0 && (yi(), Xe = void 0);
|
|
1893
|
+
}, io = an(
|
|
1882
1894
|
{},
|
|
1883
1895
|
{
|
|
1884
1896
|
onEmitNode: pe
|
|
1885
1897
|
}
|
|
1886
|
-
),
|
|
1887
|
-
`),
|
|
1898
|
+
), no = o.factory.createIdentifier("null | undefined"), _e = on.createTextWriter(`
|
|
1899
|
+
`), oo = 7, Qe = /* @__PURE__ */ new Set();
|
|
1888
1900
|
let z;
|
|
1889
1901
|
function Be(e, t = 0) {
|
|
1890
1902
|
const n = [];
|
|
@@ -1993,7 +2005,7 @@ function Be(e, t = 0) {
|
|
|
1993
2005
|
name: C ?? d.type,
|
|
1994
2006
|
module: P,
|
|
1995
2007
|
package: v,
|
|
1996
|
-
viewUrl: d.modulePath === void 0 ?
|
|
2008
|
+
viewUrl: d.modulePath === void 0 ? ui(v, P, S ? r : d.type, M) : Ue(d.modulePath, C, void 0, M),
|
|
1997
2009
|
start: l,
|
|
1998
2010
|
end: s
|
|
1999
2011
|
});
|
|
@@ -2048,10 +2060,10 @@ function Be(e, t = 0) {
|
|
|
2048
2060
|
}
|
|
2049
2061
|
function be(e, t) {
|
|
2050
2062
|
const n = e.escapedText;
|
|
2051
|
-
Xe = e, gt = t,
|
|
2063
|
+
Xe = e, gt = t, yi(), gt = n;
|
|
2052
2064
|
}
|
|
2053
2065
|
let Xe, gt;
|
|
2054
|
-
function
|
|
2066
|
+
function yi() {
|
|
2055
2067
|
Xe.escapedText = gt;
|
|
2056
2068
|
}
|
|
2057
2069
|
function nt(e, t, n) {
|
|
@@ -2059,7 +2071,7 @@ function nt(e, t, n) {
|
|
|
2059
2071
|
t ? n.objectLikeTypeParameters = void 0 : n.functionLikeTypeParameters = void 0;
|
|
2060
2072
|
return;
|
|
2061
2073
|
}
|
|
2062
|
-
const i = new Array(e.length), a = t ?
|
|
2074
|
+
const i = new Array(e.length), a = t ? ao : ro;
|
|
2063
2075
|
a.clear();
|
|
2064
2076
|
for (let r = 0; r < e.length; ++r) {
|
|
2065
2077
|
const l = e[r], s = l.name.escapedText;
|
|
@@ -2086,7 +2098,7 @@ function nt(e, t, n) {
|
|
|
2086
2098
|
}
|
|
2087
2099
|
return i;
|
|
2088
2100
|
}
|
|
2089
|
-
const
|
|
2101
|
+
const ao = /* @__PURE__ */ new Set(), ro = /* @__PURE__ */ new Set();
|
|
2090
2102
|
function Ee(e, t, n) {
|
|
2091
2103
|
if (!o.isIdentifier(e) && !o.isQualifiedName(e) && !o.isPropertyAccessExpression(e))
|
|
2092
2104
|
return n.emitError(
|
|
@@ -2131,15 +2143,15 @@ function Ee(e, t, n) {
|
|
|
2131
2143
|
function Ct(e) {
|
|
2132
2144
|
return o.isTypeReferenceNode(e) && (e.typeName.escapedText === "PublicApiNarrowType" || e.typeName.escapedText === "PublicApiRelaxType") ? e.typeArguments[1] : e;
|
|
2133
2145
|
}
|
|
2134
|
-
function
|
|
2146
|
+
function so(e) {
|
|
2135
2147
|
return e.expression.escapedText === "PublicApiNarrowType" || e.expression.escapedText === "PublicApiRelaxType" ? e.typeArguments[1] : e;
|
|
2136
2148
|
}
|
|
2137
|
-
const
|
|
2149
|
+
const vi = { text: "unknown", references: void 0, values: void 0, source: void 0 }, lo = {
|
|
2138
2150
|
text: "Promise<unknown>",
|
|
2139
2151
|
references: void 0,
|
|
2140
2152
|
values: void 0,
|
|
2141
2153
|
source: void 0
|
|
2142
|
-
},
|
|
2154
|
+
}, co = {
|
|
2143
2155
|
text: "Record<string, unknown> | undefined",
|
|
2144
2156
|
references: [
|
|
2145
2157
|
{
|
|
@@ -2154,11 +2166,11 @@ const yi = { text: "unknown", references: void 0, values: void 0, source: void 0
|
|
|
2154
2166
|
values: void 0,
|
|
2155
2167
|
source: void 0
|
|
2156
2168
|
};
|
|
2157
|
-
function
|
|
2169
|
+
function po(e, t) {
|
|
2158
2170
|
if (t.isInLuminaMinimalExtraction)
|
|
2159
2171
|
return;
|
|
2160
|
-
const n =
|
|
2161
|
-
[J]:
|
|
2172
|
+
const n = qi(e.name), i = {
|
|
2173
|
+
[J]: mo,
|
|
2162
2174
|
kind: "method",
|
|
2163
2175
|
name: "componentOnReady",
|
|
2164
2176
|
static: void 0,
|
|
@@ -2178,11 +2190,11 @@ console.log("${e.tagName} is ready to go!");
|
|
|
2178
2190
|
],
|
|
2179
2191
|
typeParameters: void 0,
|
|
2180
2192
|
parameters: void 0,
|
|
2181
|
-
return:
|
|
2193
|
+
return: uo,
|
|
2182
2194
|
// Must include .inheritedFrom for this member so that it is excluded from
|
|
2183
2195
|
// .d.ts printing (TypeScript inherits it from PublicLitElement) and from
|
|
2184
2196
|
// the docs search index.
|
|
2185
|
-
inheritedFrom:
|
|
2197
|
+
inheritedFrom: fo,
|
|
2186
2198
|
signature: "(): Promise<this>",
|
|
2187
2199
|
privacy: void 0,
|
|
2188
2200
|
source: void 0
|
|
@@ -2209,7 +2221,7 @@ console.log("${e.tagName} is ready to go!");
|
|
|
2209
2221
|
}
|
|
2210
2222
|
a.length > 0 && (e.demos = a);
|
|
2211
2223
|
}
|
|
2212
|
-
const
|
|
2224
|
+
const mo = et(), uo = {
|
|
2213
2225
|
summary: void 0,
|
|
2214
2226
|
description: void 0,
|
|
2215
2227
|
type: {
|
|
@@ -2227,12 +2239,12 @@ const po = et(), mo = {
|
|
|
2227
2239
|
values: void 0,
|
|
2228
2240
|
source: void 0
|
|
2229
2241
|
}
|
|
2230
|
-
},
|
|
2242
|
+
}, fo = {
|
|
2231
2243
|
name: "this",
|
|
2232
2244
|
module: void 0,
|
|
2233
2245
|
package: void 0,
|
|
2234
2246
|
viewUrl: void 0
|
|
2235
|
-
},
|
|
2247
|
+
}, yo = ce, vo = ce, So = ce, go = ce, To = ce, ho = ce, Eo = ce, Si = ce;
|
|
2236
2248
|
function ce(e, t, n, i, a) {
|
|
2237
2249
|
if (i.docsTags === void 0 || n === void 0)
|
|
2238
2250
|
return;
|
|
@@ -2247,7 +2259,7 @@ function ce(e, t, n, i, a) {
|
|
|
2247
2259
|
file: e.file,
|
|
2248
2260
|
node: t
|
|
2249
2261
|
}
|
|
2250
|
-
), !(typeof s == "function" && (s = s(i, a, e.apiModule), s === void 0)) &&
|
|
2262
|
+
), !(typeof s == "function" && (s = s(i, a, e.apiModule), s === void 0)) && Yi(s, i, r);
|
|
2251
2263
|
}
|
|
2252
2264
|
function Pt(e, t, n) {
|
|
2253
2265
|
n.apiModule.exports.push({
|
|
@@ -2262,7 +2274,7 @@ function Pt(e, t, n) {
|
|
|
2262
2274
|
}
|
|
2263
2275
|
});
|
|
2264
2276
|
}
|
|
2265
|
-
const
|
|
2277
|
+
const Co = Ae, st = Ae, Po = Ae, Ht = Ae, $t = Ae;
|
|
2266
2278
|
function Ae(e, t, n, i) {
|
|
2267
2279
|
if (t === void 0) {
|
|
2268
2280
|
i.emitError("Computed function/method names are not yet supported.", {
|
|
@@ -2303,7 +2315,7 @@ function Ae(e, t, n, i) {
|
|
|
2303
2315
|
return: f ? void 0 : {
|
|
2304
2316
|
summary: void 0,
|
|
2305
2317
|
description: void 0,
|
|
2306
|
-
type: C ? b ?
|
|
2318
|
+
type: C ? b ? lo : vi : j(
|
|
2307
2319
|
e.type ?? qe(e, i) ?? X(
|
|
2308
2320
|
{ file: i.file, node: e },
|
|
2309
2321
|
"@public function must have a return type annotation",
|
|
@@ -2316,7 +2328,7 @@ function Ae(e, t, n, i) {
|
|
|
2316
2328
|
signature: void 0,
|
|
2317
2329
|
privacy: h,
|
|
2318
2330
|
source: void 0
|
|
2319
|
-
}, k = y, D =
|
|
2331
|
+
}, k = y, D = pn(y, i.jsDoc), I = C ? [] : e.parameters;
|
|
2320
2332
|
let x = D.length, g = !1, K = 0;
|
|
2321
2333
|
for (let E = 0; E < I.length; ++E) {
|
|
2322
2334
|
const T = I[E], A = o.isIdentifier(T.name) ? T.name.escapedText : void 0;
|
|
@@ -2327,7 +2339,7 @@ function Ae(e, t, n, i) {
|
|
|
2327
2339
|
const V = f && A !== void 0 && T.modifiers !== void 0 && T.modifiers.length > 0 ? ne(T, !0, i) : void 0;
|
|
2328
2340
|
if (V !== void 0) {
|
|
2329
2341
|
K -= 1, x += 1, i.jsDoc = V;
|
|
2330
|
-
const q =
|
|
2342
|
+
const q = Ti(T, A, !1, i);
|
|
2331
2343
|
if (q === void 0)
|
|
2332
2344
|
continue;
|
|
2333
2345
|
i.apiObject.members.push(q);
|
|
@@ -2342,7 +2354,7 @@ function Ae(e, t, n, i) {
|
|
|
2342
2354
|
type: q.type,
|
|
2343
2355
|
default: q.default
|
|
2344
2356
|
};
|
|
2345
|
-
de.optional =
|
|
2357
|
+
de.optional = zt(T, de), y.parameters.push(de);
|
|
2346
2358
|
continue;
|
|
2347
2359
|
}
|
|
2348
2360
|
let G = D[E + K]?.text, U, F;
|
|
@@ -2384,7 +2396,7 @@ function Ae(e, t, n, i) {
|
|
|
2384
2396
|
type: ke,
|
|
2385
2397
|
default: $e(T.initializer, void 0, i.file)
|
|
2386
2398
|
};
|
|
2387
|
-
te.optional =
|
|
2399
|
+
te.optional = zt(T, te), y.parameters.push(te);
|
|
2388
2400
|
}
|
|
2389
2401
|
if (i.config.strict && !g && !i.isInLuminaMinimalExtraction && x !== y.parameters.length && i.emitError(
|
|
2390
2402
|
`Expected @param tags to match the number of parameters on a public function. Found ${D.length} @param tags for ${y.parameters.length} TypeScript parameters. Documentation: https://webgis.esri.com/references/api-extractor/tags-reference#param)${S ? " and https://webgis.esri.com/references/api-extractor/api-node-kinds#constructor" : ""}`,
|
|
@@ -2398,7 +2410,7 @@ function Ae(e, t, n, i) {
|
|
|
2398
2410
|
E &&= R.optional === !0 || R.rest === !0 || R.default !== void 0, !E && R.optional && (R.optional = void 0, R.type.text.endsWith(" | undefined") || (R.type.text += " | undefined"));
|
|
2399
2411
|
}
|
|
2400
2412
|
}
|
|
2401
|
-
l && i.componentTagName !== void 0 && (k.signature =
|
|
2413
|
+
l && i.componentTagName !== void 0 && (k.signature = Ki(k), b && !Zi(k) && i.emitError("Public method marked as async must have a Promise<SomeType> return type annotation.", {
|
|
2402
2414
|
file: i.file,
|
|
2403
2415
|
node: e
|
|
2404
2416
|
})), i.functionLikeTypeParameters = void 0;
|
|
@@ -2406,13 +2418,13 @@ function Ae(e, t, n, i) {
|
|
|
2406
2418
|
return m && (B ? Pt(y, !0, i) : w === 0 && i.config.strict && i.emitError("Expected @public function to be exported using named or default export.", {
|
|
2407
2419
|
file: i.file,
|
|
2408
2420
|
node: e
|
|
2409
|
-
})), i.produceDts && (c || S || u ? (L && (v.isAbstract = !0), v.hasQuestionToken = a.questionToken !== void 0 ? !0 : void 0) : v.isDefaultExported = B || void 0), c ?
|
|
2421
|
+
})), i.produceDts && (c || S || u ? (L && (v.isAbstract = !0), v.hasQuestionToken = a.questionToken !== void 0 ? !0 : void 0) : v.isDefaultExported = B || void 0), c ? vo(
|
|
2410
2422
|
i,
|
|
2411
2423
|
n ?? e,
|
|
2412
2424
|
i.config.documentation.copyDocDefinitions.methods,
|
|
2413
2425
|
y,
|
|
2414
2426
|
i.apiObject
|
|
2415
|
-
) : m &&
|
|
2427
|
+
) : m && go(
|
|
2416
2428
|
i,
|
|
2417
2429
|
n ?? e,
|
|
2418
2430
|
i.config.documentation.copyDocDefinitions.functions,
|
|
@@ -2420,37 +2432,37 @@ function Ae(e, t, n, i) {
|
|
|
2420
2432
|
i.apiModule
|
|
2421
2433
|
), y;
|
|
2422
2434
|
}
|
|
2423
|
-
const
|
|
2435
|
+
const zt = (e, t) => (
|
|
2424
2436
|
// Keep ? as is
|
|
2425
2437
|
e.questionToken !== void 0 || // If had default value internally, but not publicly, add ?
|
|
2426
2438
|
e.initializer !== void 0 && t.default === void 0 ? !0 : void 0
|
|
2427
2439
|
);
|
|
2428
|
-
function
|
|
2429
|
-
return Tt(), Me(e, t), bt && t !== void 0 && n !== void 0 && (Tt(), Mt(t.getTypeAtLocation(n))),
|
|
2440
|
+
function bo(e, t, n) {
|
|
2441
|
+
return Tt(), Me(e, t), bt && t !== void 0 && n !== void 0 && (Tt(), Mt(t.getTypeAtLocation(n))), gi();
|
|
2430
2442
|
}
|
|
2431
|
-
function
|
|
2432
|
-
return Tt(), Mt(e),
|
|
2443
|
+
function Mo(e) {
|
|
2444
|
+
return Tt(), Mt(e), gi();
|
|
2433
2445
|
}
|
|
2434
2446
|
let Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1;
|
|
2435
2447
|
const se = [], ee = [];
|
|
2436
2448
|
function Tt() {
|
|
2437
2449
|
Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1, se.length = 0, ee.length = 0;
|
|
2438
2450
|
}
|
|
2439
|
-
function
|
|
2451
|
+
function gi() {
|
|
2440
2452
|
if (!ae && !Ie && !re && !Le)
|
|
2441
2453
|
return;
|
|
2442
2454
|
const e = [];
|
|
2443
2455
|
if (se.length > 0)
|
|
2444
2456
|
for (let t = 0; t < se.length; ++t)
|
|
2445
2457
|
e.push({ type: "string", value: se[t] });
|
|
2446
|
-
else ae && e.push(
|
|
2458
|
+
else ae && e.push(xo);
|
|
2447
2459
|
if (ee.length > 0)
|
|
2448
2460
|
for (let t = 0; t < ee.length; ++t)
|
|
2449
2461
|
e.push({ type: "number", value: ee[t] });
|
|
2450
|
-
else re && e.push(
|
|
2451
|
-
return Ie && e.push(
|
|
2462
|
+
else re && e.push(Do);
|
|
2463
|
+
return Ie && e.push(Ro), Le ? e.push(Lo) : oe && e.push(Io), e;
|
|
2452
2464
|
}
|
|
2453
|
-
const
|
|
2465
|
+
const xo = { type: "string", value: void 0 }, Do = { type: "number", value: void 0 }, Ro = { type: "boolean", value: void 0 }, Lo = { type: "any", value: void 0 }, Io = { type: "object", value: void 0 };
|
|
2454
2466
|
function Me(e, t) {
|
|
2455
2467
|
switch (e.kind) {
|
|
2456
2468
|
case o.SyntaxKind.BooleanKeyword:
|
|
@@ -2529,12 +2541,12 @@ function Mt(e) {
|
|
|
2529
2541
|
if (e.isUnion()) {
|
|
2530
2542
|
const t = Math.min(e.types.length, Ye);
|
|
2531
2543
|
for (let n = 0; n < t; ++n)
|
|
2532
|
-
|
|
2544
|
+
jt(e.types[n]);
|
|
2533
2545
|
e.types.length > Ye && (se.length = 0, ee.length = 0);
|
|
2534
2546
|
} else
|
|
2535
|
-
|
|
2547
|
+
jt(e);
|
|
2536
2548
|
}
|
|
2537
|
-
function
|
|
2549
|
+
function jt(e) {
|
|
2538
2550
|
const t = e.flags;
|
|
2539
2551
|
let n = !1;
|
|
2540
2552
|
if (t & o.TypeFlags.StringLiteral ? (n = !0, ae = !0, se.push(e.value)) : t & o.TypeFlags.StringLike && (n = !0, ae = !0), t & o.TypeFlags.NumberLiteral ? (n = !0, re = !0, ee.push(e.value.toString())) : t & o.TypeFlags.NumberLike && (n = !0, re = !0), t & o.TypeFlags.BooleanLike && (n = !0, Ie = !0), t & o.TypeFlags.Any) {
|
|
@@ -2544,10 +2556,10 @@ function zt(e) {
|
|
|
2544
2556
|
}
|
|
2545
2557
|
Le = !0, n = !0;
|
|
2546
2558
|
}
|
|
2547
|
-
t &
|
|
2559
|
+
t & Ao || n || (oe = !0);
|
|
2548
2560
|
}
|
|
2549
|
-
const
|
|
2550
|
-
function
|
|
2561
|
+
const Ao = o.TypeFlags.Null | o.TypeFlags.VoidLike, Pa = (e) => e.map(ko).join(" | "), ko = (e) => e.type === "string" && e.value !== void 0 ? `"${e.value}"` : e.value ?? e.type;
|
|
2562
|
+
function Go(e, t, n) {
|
|
2551
2563
|
let i;
|
|
2552
2564
|
const a = e.initializer;
|
|
2553
2565
|
let r;
|
|
@@ -2559,7 +2571,7 @@ function ko(e, t, n) {
|
|
|
2559
2571
|
const s = a.expression;
|
|
2560
2572
|
if (o.isIdentifier(s)) {
|
|
2561
2573
|
const c = s.escapedText;
|
|
2562
|
-
c === Ke ? (i = a.typeArguments?.[0] ?? We, r = a.arguments[0]) : c === "reEmitEvent" ? i = a.typeArguments?.[0] ?? We : c.startsWith("use") && (i =
|
|
2574
|
+
c === Ke ? (i = a.typeArguments?.[0] ?? We, r = a.arguments[0]) : c === "reEmitEvent" ? i = a.typeArguments?.[0] ?? We : c.startsWith("use") && (i = Jt(e, n));
|
|
2563
2575
|
} else if (o.isCallExpression(s) && o.isIdentifier(s.expression)) {
|
|
2564
2576
|
const c = s.expression.escapedText;
|
|
2565
2577
|
if (c === "usePropertyChange") {
|
|
@@ -2578,7 +2590,7 @@ function ko(e, t, n) {
|
|
|
2578
2590
|
p.length === 1 ? p[0] : o.factory.createUnionTypeNode(p)
|
|
2579
2591
|
)
|
|
2580
2592
|
]);
|
|
2581
|
-
} else c.startsWith("use") && (i =
|
|
2593
|
+
} else c.startsWith("use") && (i = Jt(e, n));
|
|
2582
2594
|
}
|
|
2583
2595
|
}
|
|
2584
2596
|
if (i === void 0)
|
|
@@ -2596,7 +2608,7 @@ function ko(e, t, n) {
|
|
|
2596
2608
|
cancelable: void 0,
|
|
2597
2609
|
composed: void 0
|
|
2598
2610
|
};
|
|
2599
|
-
return
|
|
2611
|
+
return fn(l, n.jsDoc), r !== void 0 && Fo(e, r, l, n), So(
|
|
2600
2612
|
n,
|
|
2601
2613
|
e,
|
|
2602
2614
|
n.config.documentation.copyDocDefinitions.events,
|
|
@@ -2605,7 +2617,7 @@ function ko(e, t, n) {
|
|
|
2605
2617
|
), l;
|
|
2606
2618
|
}
|
|
2607
2619
|
const Ke = "createEvent";
|
|
2608
|
-
function
|
|
2620
|
+
function Fo(e, t, n, i) {
|
|
2609
2621
|
if (t !== void 0) {
|
|
2610
2622
|
if (!o.isObjectLiteralExpression(t)) {
|
|
2611
2623
|
i.emitError(`Expected object literal expression as first argument of ${Ke}().`, {
|
|
@@ -2628,7 +2640,7 @@ function Go(e, t, n, i) {
|
|
|
2628
2640
|
!o.isPropertyAssignment(a) || !o.isIdentifier(a.name) || (a.name.text === "cancelable" && !Y(a.initializer, i) && (n.cancelable = !1), a.name.text === "bubbles" && !Y(a.initializer, i) && (n.bubbles = !1), a.name.text === "composed" && !Y(a.initializer, i) && (n.composed = !1));
|
|
2629
2641
|
}
|
|
2630
2642
|
}
|
|
2631
|
-
function
|
|
2643
|
+
function Jt(e, t) {
|
|
2632
2644
|
const n = t.program?.getTypeChecker?.();
|
|
2633
2645
|
if (n === void 0)
|
|
2634
2646
|
return;
|
|
@@ -2641,12 +2653,12 @@ function jt(e, t) {
|
|
|
2641
2653
|
const l = r[0];
|
|
2642
2654
|
return n.typeToTypeNode(l, e, o.NodeBuilderFlags.NoTruncation);
|
|
2643
2655
|
}
|
|
2644
|
-
function
|
|
2656
|
+
function Ti(e, t, n, i) {
|
|
2645
2657
|
if (t === void 0) {
|
|
2646
2658
|
i.emitError("Computed property names are not yet supported", { file: i.file, node: e });
|
|
2647
2659
|
return;
|
|
2648
2660
|
}
|
|
2649
|
-
const a = e, r = xe(a.modifiers, "property") ?? (i.pairedSetter === void 0 ? void 0 : xe(i.pairedSetter.modifiers, "property")), l = r?.arguments[0], s = l !== void 0 && o.isObjectLiteralExpression(l) ? l.properties : void 0, c = o.isPropertyDeclaration(e) || o.isPropertySignature(e), p = o.isGetAccessor(e), d =
|
|
2661
|
+
const a = e, r = xe(a.modifiers, "property") ?? (i.pairedSetter === void 0 ? void 0 : xe(i.pairedSetter.modifiers, "property")), l = r?.arguments[0], s = l !== void 0 && o.isObjectLiteralExpression(l) ? l.properties : void 0, c = o.isPropertyDeclaration(e) || o.isPropertySignature(e), p = o.isGetAccessor(e), d = Oi(), m = i.isInLuminaMinimalExtraction || i.jsDoc === Ce;
|
|
2650
2662
|
let u = !1, f = !1, S, C = !1, v, P, h;
|
|
2651
2663
|
if (c && e.modifiers !== void 0)
|
|
2652
2664
|
for (let E = 0; E < e.modifiers.length; ++E)
|
|
@@ -2679,7 +2691,7 @@ function gi(e, t, n, i) {
|
|
|
2679
2691
|
continue;
|
|
2680
2692
|
}
|
|
2681
2693
|
const R = T.name.escapedText;
|
|
2682
|
-
R === "readOnly" && Y(T.initializer, i) ? n = !0 : R === "constructOnly" && Y(T.initializer, i) ? d.isConstructorOnly = !0 : R === "type" ? d.hasAutoCasting = !0 : R === "types" &&
|
|
2694
|
+
R === "readOnly" && Y(T.initializer, i) ? n = !0 : R === "constructOnly" && Y(T.initializer, i) ? d.isConstructorOnly = !0 : R === "type" ? d.hasAutoCasting = !0 : R === "types" && Oo(
|
|
2683
2695
|
d,
|
|
2684
2696
|
T.initializer?.kind === o.SyntaxKind.ObjectLiteralExpression ? T.initializer : void 0
|
|
2685
2697
|
);
|
|
@@ -2692,11 +2704,11 @@ function gi(e, t, n, i) {
|
|
|
2692
2704
|
if (m)
|
|
2693
2705
|
return;
|
|
2694
2706
|
{
|
|
2695
|
-
const T = c && !v ?
|
|
2707
|
+
const T = c && !v ? Go(e, t, i) : void 0;
|
|
2696
2708
|
if (T !== void 0) {
|
|
2697
2709
|
E.events ??= [], E.events.push(T);
|
|
2698
2710
|
return;
|
|
2699
|
-
} else !i.config.strict &&
|
|
2711
|
+
} else !i.config.strict && hi(e) ? (S = "protected", P = !1, i.jsDoc = {
|
|
2700
2712
|
...i.jsDoc,
|
|
2701
2713
|
docsTags: [...i.jsDoc.docsTags, N.internal]
|
|
2702
2714
|
}) : r === void 0 && i.emitError(
|
|
@@ -2736,18 +2748,18 @@ function gi(e, t, n, i) {
|
|
|
2736
2748
|
const E = k?.parameters[0].initializer ?? e.initializer;
|
|
2737
2749
|
if (c && E !== void 0 && o.isArrowFunction(E)) {
|
|
2738
2750
|
if (n)
|
|
2739
|
-
return
|
|
2740
|
-
|
|
2751
|
+
return $t(E, t, e, i);
|
|
2752
|
+
qt(e, i);
|
|
2741
2753
|
}
|
|
2742
|
-
x = E === void 0 ?
|
|
2754
|
+
x = E === void 0 ? Qn(e, i) ?? X(
|
|
2743
2755
|
{ file: i.file, node: e },
|
|
2744
2756
|
"Public property must have a type annotation or a default value",
|
|
2745
2757
|
i
|
|
2746
2758
|
) : Et(E, n ? O.shallow : O.false, i.file, i);
|
|
2747
2759
|
} else if (x = Ct(x), c && o.isFunctionTypeNode(x)) {
|
|
2748
2760
|
if (n)
|
|
2749
|
-
return
|
|
2750
|
-
|
|
2761
|
+
return $t(x, t, e, i);
|
|
2762
|
+
qt(e, i);
|
|
2751
2763
|
}
|
|
2752
2764
|
const g = {
|
|
2753
2765
|
[J]: d,
|
|
@@ -2759,25 +2771,25 @@ function gi(e, t, n, i) {
|
|
|
2759
2771
|
description: void 0,
|
|
2760
2772
|
docsTags: void 0,
|
|
2761
2773
|
// In minimal extraction, we care only for type.values (set below)
|
|
2762
|
-
type: m ? { ...
|
|
2774
|
+
type: m ? { ...vi } : j(x, i),
|
|
2763
2775
|
getterType: void 0,
|
|
2764
2776
|
default: void 0,
|
|
2765
2777
|
readonly: n || void 0,
|
|
2766
2778
|
inheritedFrom: void 0,
|
|
2767
2779
|
privacy: S,
|
|
2768
2780
|
source: void 0,
|
|
2769
|
-
attribute: !L || P === !1 ? void 0 : typeof P == "string" ? P :
|
|
2781
|
+
attribute: !L || P === !1 ? void 0 : typeof P == "string" ? P : Qi(t),
|
|
2770
2782
|
reflects: h,
|
|
2771
2783
|
docsOnlyReadonly: void 0
|
|
2772
2784
|
};
|
|
2773
|
-
|
|
2785
|
+
mn(g, i.jsDoc);
|
|
2774
2786
|
const K = g.default;
|
|
2775
|
-
L && t === "messageOverrides" && (d.dtsTypeOverride = g.type.text, g.type =
|
|
2787
|
+
L && t === "messageOverrides" && (d.dtsTypeOverride = g.type.text, g.type = co);
|
|
2776
2788
|
const w = L && r !== void 0;
|
|
2777
2789
|
if (w) {
|
|
2778
2790
|
!n && g.readonly === !0 && (g.docsOnlyReadonly = !0);
|
|
2779
2791
|
const E = i.program?.getTypeChecker?.();
|
|
2780
|
-
g.type.values = E !== void 0 && x.pos === -1 && (x.kind === o.SyntaxKind.TypeQuery || x.kind === o.SyntaxKind.IndexedAccessType || x.kind === o.SyntaxKind.ImportType || x.kind === o.SyntaxKind.TypeReference) ?
|
|
2792
|
+
g.type.values = E !== void 0 && x.pos === -1 && (x.kind === o.SyntaxKind.TypeQuery || x.kind === o.SyntaxKind.IndexedAccessType || x.kind === o.SyntaxKind.ImportType || x.kind === o.SyntaxKind.TypeReference) ? Mo(E.getTypeAtLocation(y?.parameters[0] ?? e)) : bo(x, E, y?.parameters[0] ?? e), (P === void 0 && g.type.values === void 0 && !i.config.context.isLuminaMinimalExtraction || g.readonly && !g.reflects) && (g.attribute = void 0);
|
|
2781
2793
|
const T = E !== void 0 && o.isPropertyDeclaration(e) && // BUG: should not check node.type here? but do check in property.getterType below
|
|
2782
2794
|
e.type !== void 0 && e.initializer !== void 0 && o.isPropertyAccessExpression(e.initializer) && o.isPropertyAccessExpression(e.initializer.expression) && e.initializer.expression.expression.kind === o.SyntaxKind.ThisKeyword && o.isIdentifier(e.initializer.expression.name) && o.isIdentifier(e.initializer.name);
|
|
2783
2795
|
if (("initializer" in e && e.initializer !== void 0 && (!g.default || !g.description) || T) && !m) {
|
|
@@ -2817,10 +2829,10 @@ function gi(e, t, n, i) {
|
|
|
2817
2829
|
)), w) {
|
|
2818
2830
|
const E = K === void 0 && g.default === "true";
|
|
2819
2831
|
g.type.values?.length === 1 && g.type.values[0].type === "boolean" && (g.default === void 0 ? g.default = "false" : E && g.deprecated === void 0 && (i.loggedBooleanWarning || i.config.context.logger.error(
|
|
2820
|
-
`${
|
|
2832
|
+
`${ki}Boolean properties should default to "false". Found default value "true" in ${i.apiObject.name}.${g.name}. See https://webgis.esri.com/references/lumina/properties#boolean-properties`
|
|
2821
2833
|
), i.loggedBooleanWarning = !0));
|
|
2822
2834
|
}
|
|
2823
|
-
return
|
|
2835
|
+
return yo(
|
|
2824
2836
|
i,
|
|
2825
2837
|
e,
|
|
2826
2838
|
i.config.documentation.copyDocDefinitions?.properties,
|
|
@@ -2830,7 +2842,7 @@ function gi(e, t, n, i) {
|
|
|
2830
2842
|
// with ? during printing
|
|
2831
2843
|
f && (x.kind === o.SyntaxKind.FunctionType || x.kind === o.SyntaxKind.ConstructorType || x.kind === o.SyntaxKind.ConditionalType || x.kind === o.SyntaxKind.InferType) ? `(${g.type.text}) | undefined` : `${g.type.text} | undefined`), g.getterType !== void 0 && !g.getterType.text.endsWith(" | undefined") && (g.getterType.text += " | undefined")), g;
|
|
2832
2844
|
}
|
|
2833
|
-
function
|
|
2845
|
+
function qt(e, t) {
|
|
2834
2846
|
if (!t.config.strict)
|
|
2835
2847
|
return;
|
|
2836
2848
|
const n = t.jsDoc.docsTags;
|
|
@@ -2848,7 +2860,7 @@ function Jt(e, t) {
|
|
|
2848
2860
|
}
|
|
2849
2861
|
}
|
|
2850
2862
|
}
|
|
2851
|
-
function
|
|
2863
|
+
function Oo(e, t) {
|
|
2852
2864
|
if (e.hasAutoCasting = !0, e.autoCastingRequiresType = !0, t !== void 0)
|
|
2853
2865
|
for (let n = 0; n < t.properties.length; ++n) {
|
|
2854
2866
|
const i = t.properties[n];
|
|
@@ -2858,19 +2870,19 @@ function Fo(e, t) {
|
|
|
2858
2870
|
}
|
|
2859
2871
|
}
|
|
2860
2872
|
}
|
|
2861
|
-
const
|
|
2873
|
+
const hi = (e) => o.isPropertyDeclaration(e) && e.initializer !== void 0 && o.isCallExpression(e.initializer) && o.isIdentifier(e.initializer.expression) && e.initializer.expression.escapedText === "useT9n";
|
|
2862
2874
|
function Ze(e, t) {
|
|
2863
2875
|
const n = o.isClassDeclaration(e);
|
|
2864
2876
|
let i = e.name.escapedText;
|
|
2865
|
-
const a = n ? t.componentTagName : void 0, r = !n &&
|
|
2877
|
+
const a = n ? t.componentTagName : void 0, r = !n && mi(i, t);
|
|
2866
2878
|
let l = e.heritageClauses === void 0 || r ? void 0 : e.heritageClauses[0]?.token === o.SyntaxKind.ExtendsKeyword ? e.heritageClauses[0] : e.heritageClauses[1]?.token === o.SyntaxKind.ExtendsKeyword ? e.heritageClauses[1] : void 0;
|
|
2867
2879
|
if (t.config.context.supportApplyMixinsSyntax && !n && l?.types.length === 1 && o.isExpressionWithTypeArguments(l.types[0]) && l.types[0].expression.escapedText === "MixinInstances" && l.types[0].typeArguments?.length === 1) {
|
|
2868
|
-
|
|
2880
|
+
wo(i, l.types[0].typeArguments[0], t);
|
|
2869
2881
|
return;
|
|
2870
2882
|
}
|
|
2871
2883
|
const s = n && t.mixinName !== void 0 && l !== void 0 && o.isExpressionWithTypeArguments(l.types[0]) && o.isIdentifier(l.types[0].expression) && l.types[0].expression.escapedText === "TypedBase";
|
|
2872
2884
|
s && (l = void 0, i = t.mixinName);
|
|
2873
|
-
const c =
|
|
2885
|
+
const c = ni(), p = {
|
|
2874
2886
|
[J]: c,
|
|
2875
2887
|
kind: n ? "class" : "interface",
|
|
2876
2888
|
name: i,
|
|
@@ -2884,7 +2896,7 @@ function Ze(e, t) {
|
|
|
2884
2896
|
* prefix (Arcgis), where as tag name always does. This also matches
|
|
2885
2897
|
* Stencil's behavior.
|
|
2886
2898
|
*/
|
|
2887
|
-
|
|
2899
|
+
Xi(a)
|
|
2888
2900
|
),
|
|
2889
2901
|
deprecated: void 0,
|
|
2890
2902
|
summary: void 0,
|
|
@@ -2909,26 +2921,26 @@ function Ze(e, t) {
|
|
|
2909
2921
|
// REFACTOR: remove this deprecated property
|
|
2910
2922
|
importPath: a === void 0 ? void 0 : t.apiModule.path
|
|
2911
2923
|
}, d = p, m = d, u = d;
|
|
2912
|
-
|
|
2924
|
+
ai(p, t.jsDoc);
|
|
2913
2925
|
const f = r ? (
|
|
2914
2926
|
// Members will be added during post-processing
|
|
2915
2927
|
!1
|
|
2916
|
-
) :
|
|
2928
|
+
) : Ei(d, e.members, i, t);
|
|
2917
2929
|
s && (t.mixinMixins !== void 0 && (m.mixins = t.mixinMixins), f && t.emitError("Mixin class is not expected to have a @public constructor", { file: t.file, node: e })), l === void 0 ? a !== void 0 && m.superclass === void 0 && t.emitError(
|
|
2918
2930
|
"Lumina web component must extend LitElement class. Found a class that does not extend any class.",
|
|
2919
2931
|
{
|
|
2920
2932
|
file: t.file,
|
|
2921
2933
|
node: e
|
|
2922
2934
|
}
|
|
2923
|
-
) :
|
|
2935
|
+
) : No(l, n, p, e, t), a !== void 0 && po(m, t), d.members.length === 0 && (a === void 0 && (d.members = void 0), r && (t.moduleContext.constructorPropertiesInterface = u));
|
|
2924
2936
|
const S = t.exportDefaultName === i, C = tt(e), v = S || C === 2;
|
|
2925
|
-
return (v || a !== void 0) && Pt(d, v, t), n ? (a === void 0 ?
|
|
2937
|
+
return (v || a !== void 0) && Pt(d, v, t), n ? (a === void 0 ? ho(
|
|
2926
2938
|
t,
|
|
2927
2939
|
e,
|
|
2928
2940
|
t.config.documentation.copyDocDefinitions.classes,
|
|
2929
2941
|
m,
|
|
2930
2942
|
t.apiModule
|
|
2931
|
-
) :
|
|
2943
|
+
) : Eo(
|
|
2932
2944
|
t,
|
|
2933
2945
|
e,
|
|
2934
2946
|
t.config.documentation.copyDocDefinitions.customElements,
|
|
@@ -2937,7 +2949,7 @@ function Ze(e, t) {
|
|
|
2937
2949
|
), t.moduleHasClass && t.config.strict && t.emitError(
|
|
2938
2950
|
"A module may only export at most one public class/mixin/custom element. Documentation: https://webgis.esri.com/references/api-extractor/api-node-kinds#module-level-documentation",
|
|
2939
2951
|
{ file: t.file, node: e }
|
|
2940
|
-
), t.moduleHasClass = !0) :
|
|
2952
|
+
), t.moduleHasClass = !0) : Si(
|
|
2941
2953
|
t,
|
|
2942
2954
|
e,
|
|
2943
2955
|
t.config.documentation.copyDocDefinitions.interfaces,
|
|
@@ -2946,9 +2958,9 @@ function Ze(e, t) {
|
|
|
2946
2958
|
), t.produceDts && (c.isDefaultExported = v || void 0, n && (!s && (!S && C === 0) && t.config.strict && t.emitError("Expected @public class to be exported using named or default export.", {
|
|
2947
2959
|
file: t.file,
|
|
2948
2960
|
node: e
|
|
2949
|
-
}),
|
|
2961
|
+
}), pi(e.modifiers, o.SyntaxKind.AbstractKeyword) ? c.hasExplicitAbstract = !0 : !f && (t.config.strict || a !== void 0) && (c.hasExplicitAbstract = !1))), t.objectLikeTypeParameters = void 0, d;
|
|
2950
2962
|
}
|
|
2951
|
-
function
|
|
2963
|
+
function No(e, t, n, i, a) {
|
|
2952
2964
|
for (let r = 0; r < e.types.length; ++r) {
|
|
2953
2965
|
const l = e.types[r];
|
|
2954
2966
|
if (t) {
|
|
@@ -2987,15 +2999,18 @@ function Oo(e, t, n, i, a) {
|
|
|
2987
2999
|
a.isInLuminaMinimalExtraction ? void 0 : s,
|
|
2988
3000
|
a
|
|
2989
3001
|
);
|
|
2990
|
-
if (p.name === "LitElement") {
|
|
3002
|
+
if (a.isComponentProject && p.name === "LitElement") {
|
|
2991
3003
|
p.name = "HTMLElement", p.package = le, p.viewUrl = "https://developer.mozilla.org/docs/Web/API/HTMLElement";
|
|
2992
3004
|
const d = a.moduleContext.importsMap.LitElement;
|
|
2993
|
-
d === void 0 ? a.emitError("Expected LitElement import to be defined", {
|
|
3005
|
+
d === void 0 ? a.emitError("API Extractor bug: Expected LitElement import to be defined", {
|
|
3006
|
+
file: a.file,
|
|
3007
|
+
node: i
|
|
3008
|
+
}) : d.actualName = "PublicLitElement";
|
|
2994
3009
|
}
|
|
2995
3010
|
n.superclass = p;
|
|
2996
3011
|
break;
|
|
2997
3012
|
} else {
|
|
2998
|
-
const s =
|
|
3013
|
+
const s = so(l);
|
|
2999
3014
|
let c = s, p;
|
|
3000
3015
|
if (o.isExpressionWithTypeArguments(s))
|
|
3001
3016
|
c = s.expression, p = s.typeArguments;
|
|
@@ -3007,7 +3022,7 @@ function Oo(e, t, n, i, a) {
|
|
|
3007
3022
|
}
|
|
3008
3023
|
}
|
|
3009
3024
|
}
|
|
3010
|
-
function
|
|
3025
|
+
function Ei(e, t, n, i) {
|
|
3011
3026
|
i.apiObject = e;
|
|
3012
3027
|
const a = e.customElement === !0, r = e.members, l = t.length;
|
|
3013
3028
|
let s, c = t[0], p, d = De(c?.name), m = !1;
|
|
@@ -3020,21 +3035,21 @@ function hi(e, t, n, i) {
|
|
|
3020
3035
|
continue;
|
|
3021
3036
|
c !== void 0 && p === d && (o.isGetAccessor(c) ? (i.pairedSetter = s, s = c) : o.isSetAccessor(c) && (i.pairedSetter = c));
|
|
3022
3037
|
let f = ne(s, !0, i) ?? (i.pairedSetter === void 0 ? void 0 : ne(i.pairedSetter, !0, i));
|
|
3023
|
-
if (f === void 0 && !i.config.strict && (a ? p !== void 0 &&
|
|
3038
|
+
if (f === void 0 && !i.config.strict && (a ? p !== void 0 && Qt(s, i.pairedSetter, !0) : !pi(s.modifiers, o.SyntaxKind.PrivateKeyword))) {
|
|
3024
3039
|
const C = i.pairedSetter === void 0 ? ze(s, !1, i, Re) : ne(s, !1, i) ?? ze(i.pairedSetter, !1, i, Re);
|
|
3025
3040
|
C?.docsTags.includes(N.private) === !0 ? a && i.config.context.includeLuminaPrivateComponents ? f = Ce : f = void 0 : f = C;
|
|
3026
|
-
} else f === void 0 && a && i.config.context.includeLuminaPrivateComponents &&
|
|
3041
|
+
} else f === void 0 && a && i.config.context.includeLuminaPrivateComponents && Qt(s, i.pairedSetter, !1) && (f = Ce);
|
|
3027
3042
|
if (f === void 0) {
|
|
3028
3043
|
a && o.isPropertyDeclaration(s) && o.isIdentifier(s.name) && (s.name.escapedText === "shadowRootOptions" && s.initializer !== void 0 && o.isIdentifier(s.initializer) && s.initializer.escapedText === "noShadowRoot" && (i.apiObject.encapsulation = "none"), s.name.escapedText === "formAssociated" && s.initializer !== void 0 && Y(s.initializer, i) && (i.apiObject.formAssociated = !0));
|
|
3029
3044
|
continue;
|
|
3030
3045
|
}
|
|
3031
3046
|
i.jsDoc = f;
|
|
3032
3047
|
let S;
|
|
3033
|
-
o.isPropertyDeclaration(s) || o.isPropertyAssignment(s) || o.isGetAccessorDeclaration(s) || o.isSetAccessorDeclaration(s) || o.isPropertySignature(s) ? S =
|
|
3048
|
+
o.isPropertyDeclaration(s) || o.isPropertyAssignment(s) || o.isGetAccessorDeclaration(s) || o.isSetAccessorDeclaration(s) || o.isPropertySignature(s) ? S = Ti(s, p, !1, i) : o.isMethodDeclaration(s) || o.isMethodSignature(s) ? S = st(s, p, void 0, i) : o.isConstructorDeclaration(s) || o.isConstructSignatureDeclaration(s) ? (m = !0, S = st(s, n, void 0, i)) : o.isCallSignatureDeclaration(s) ? S = st(s, n, void 0, i) : o.isIndexSignatureDeclaration(s) && e.kind === "interface" ? (lt.members.splice(
|
|
3034
3049
|
0,
|
|
3035
3050
|
lt.members.length,
|
|
3036
3051
|
s
|
|
3037
|
-
),
|
|
3052
|
+
), Ci(e, lt, i), ue(e).emitAsTypeAlias = !0) : i.emitError(`@public used on unsupported member kind: ${o.SyntaxKind[s.kind]}`, {
|
|
3038
3053
|
file: i.file,
|
|
3039
3054
|
node: s
|
|
3040
3055
|
}), S !== void 0 && r.push(S);
|
|
@@ -3042,14 +3057,14 @@ function hi(e, t, n, i) {
|
|
|
3042
3057
|
return i.apiObject = void 0, m;
|
|
3043
3058
|
}
|
|
3044
3059
|
const lt = o.factory.createTypeLiteralNode(void 0);
|
|
3045
|
-
function
|
|
3060
|
+
function Qt(e, t, n) {
|
|
3046
3061
|
if (e.kind === o.SyntaxKind.PropertyDeclaration || e.kind === o.SyntaxKind.GetAccessor || e.kind === o.SyntaxKind.SetAccessor) {
|
|
3047
3062
|
const i = e;
|
|
3048
3063
|
if ((xe(i.modifiers, "property") ?? (t === void 0 ? void 0 : xe(t.modifiers, "property"))) !== void 0)
|
|
3049
3064
|
return !0;
|
|
3050
3065
|
if (!n)
|
|
3051
3066
|
return !1;
|
|
3052
|
-
if (
|
|
3067
|
+
if (hi(e))
|
|
3053
3068
|
return !0;
|
|
3054
3069
|
if (i.modifiers !== void 0)
|
|
3055
3070
|
for (let r = 0; r < (i.modifiers?.length ?? 0); ++r) {
|
|
@@ -3060,7 +3075,7 @@ function qt(e, t, n) {
|
|
|
3060
3075
|
return e.kind === o.SyntaxKind.PropertyDeclaration && i.initializer !== void 0 && o.isCallExpression(i.initializer) ? o.isIdentifier(i.initializer.expression) && (i.initializer.expression.escapedText === "createEvent" || i.initializer.expression.escapedText === "useCloseEvent" || i.initializer.expression.escapedText === "useArcgisLoadError" || i.initializer.expression.escapedText === "useArcgisViewReadyError" || i.initializer.expression.escapedText === "reEmitEvent") || o.isCallExpression(i.initializer.expression) && o.isIdentifier(i.initializer.expression.expression) && i.initializer.expression.expression.escapedText === "usePropertyChange" : !1;
|
|
3061
3076
|
} else return e.kind === o.SyntaxKind.MethodDeclaration ? xe(e.modifiers, "method") !== void 0 : !1;
|
|
3062
3077
|
}
|
|
3063
|
-
function
|
|
3078
|
+
function Ci(e, t, n) {
|
|
3064
3079
|
const i = j(t, n);
|
|
3065
3080
|
if (e.type === void 0)
|
|
3066
3081
|
e.type = i;
|
|
@@ -3075,7 +3090,7 @@ function Ei(e, t, n) {
|
|
|
3075
3090
|
};
|
|
3076
3091
|
}
|
|
3077
3092
|
}
|
|
3078
|
-
function
|
|
3093
|
+
function wo(e, t, n) {
|
|
3079
3094
|
if (!o.isTypeQueryNode(t)) {
|
|
3080
3095
|
n.emitError("Expected a TypeQueryNode for applyMixins syntax", { file: n.file, node: t });
|
|
3081
3096
|
return;
|
|
@@ -3141,8 +3156,8 @@ function No(e, t, n) {
|
|
|
3141
3156
|
r.mixins.unshift(Ee(c, void 0, n));
|
|
3142
3157
|
}
|
|
3143
3158
|
}
|
|
3144
|
-
function
|
|
3145
|
-
const n = e.type, i = e.name.escapedText, a =
|
|
3159
|
+
function Uo(e, t) {
|
|
3160
|
+
const n = e.type, i = e.name.escapedText, a = mi(i, t), r = ni(), l = {
|
|
3146
3161
|
[J]: r,
|
|
3147
3162
|
kind: "interface",
|
|
3148
3163
|
name: i,
|
|
@@ -3172,7 +3187,7 @@ function wo(e, t) {
|
|
|
3172
3187
|
source: void 0,
|
|
3173
3188
|
importPath: void 0
|
|
3174
3189
|
}, s = l;
|
|
3175
|
-
if (
|
|
3190
|
+
if (ai(l, t.jsDoc), a)
|
|
3176
3191
|
t.moduleContext.constructorPropertiesInterface = s;
|
|
3177
3192
|
else {
|
|
3178
3193
|
r.emitAsTypeAlias = !0;
|
|
@@ -3180,7 +3195,7 @@ function wo(e, t) {
|
|
|
3180
3195
|
for (let p = 0; p < c.length; ++p) {
|
|
3181
3196
|
const d = Ct(c[p]);
|
|
3182
3197
|
if (o.isTypeLiteralNode(d))
|
|
3183
|
-
|
|
3198
|
+
Ei(s, d.members, i, t);
|
|
3184
3199
|
else if (o.isTypeReferenceNode(d))
|
|
3185
3200
|
s.supertypes ??= [], s.supertypes.push(Ee(d.typeName, d.typeArguments, t));
|
|
3186
3201
|
else if (o.isFunctionTypeNode(d) || o.isConstructorTypeNode(d)) {
|
|
@@ -3192,12 +3207,12 @@ function wo(e, t) {
|
|
|
3192
3207
|
}
|
|
3193
3208
|
s.docsTags.length === 0 && (s.docsTags = void 0);
|
|
3194
3209
|
}
|
|
3195
|
-
s.members.push(
|
|
3210
|
+
s.members.push(Po(d, i, void 0, t));
|
|
3196
3211
|
} else
|
|
3197
|
-
|
|
3212
|
+
Ci(s, d, t);
|
|
3198
3213
|
}
|
|
3199
3214
|
}
|
|
3200
|
-
return t.objectLikeTypeParameters = void 0,
|
|
3215
|
+
return t.objectLikeTypeParameters = void 0, Si(
|
|
3201
3216
|
t,
|
|
3202
3217
|
e,
|
|
3203
3218
|
t.config.documentation.copyDocDefinitions.interfaces,
|
|
@@ -3205,7 +3220,7 @@ function wo(e, t) {
|
|
|
3205
3220
|
t.apiModule
|
|
3206
3221
|
), s.members.length === 0 && (s.members = void 0), s;
|
|
3207
3222
|
}
|
|
3208
|
-
function
|
|
3223
|
+
function Vo(e, t, n) {
|
|
3209
3224
|
const i = e.initializer, a = i.body;
|
|
3210
3225
|
let r, l;
|
|
3211
3226
|
for (let d = 0; d < a.statements.length; ++d) {
|
|
@@ -3243,7 +3258,7 @@ function Uo(e, t, n) {
|
|
|
3243
3258
|
const p = Ze(l, n);
|
|
3244
3259
|
return p.kind = "mixin", p;
|
|
3245
3260
|
}
|
|
3246
|
-
function
|
|
3261
|
+
function Wo(e, t, n) {
|
|
3247
3262
|
const i = n.moduleHasClass;
|
|
3248
3263
|
n.moduleHasClass = !1;
|
|
3249
3264
|
const a = o.factory.createClassDeclaration(
|
|
@@ -3259,7 +3274,7 @@ function Vo(e, t, n) {
|
|
|
3259
3274
|
), r = Ze(a, n), l = r, s = ue(l);
|
|
3260
3275
|
return l.kind = "interface", l.supertypes = r.mixins, r.mixins = void 0, r.superclass !== void 0 && (l.supertypes ??= [], l.supertypes.unshift(r.superclass), r.superclass = void 0), n.moduleHasClass = i, s.isMixinBaseClass = !0, l;
|
|
3261
3276
|
}
|
|
3262
|
-
function
|
|
3277
|
+
function _o(e, t) {
|
|
3263
3278
|
const n = e.declarationList.declarations;
|
|
3264
3279
|
n.length !== 1 && t.emitError("Public variable statements must have only a single variable declarations. Found multiple.", {
|
|
3265
3280
|
file: t.file,
|
|
@@ -3278,21 +3293,21 @@ function Wo(e, t) {
|
|
|
3278
3293
|
file: t.file,
|
|
3279
3294
|
node: e
|
|
3280
3295
|
}), t.mixinName !== void 0 && i.initializer !== void 0 && o.isCallExpression(i.initializer) && o.isIdentifier(i.initializer.expression) && i.initializer.expression.escapedText === t.mixinName)
|
|
3281
|
-
return
|
|
3296
|
+
return Wo(i.initializer, r, t);
|
|
3282
3297
|
let c = i.type;
|
|
3283
3298
|
const p = (e.declarationList.flags & o.NodeFlags.Const) !== 0;
|
|
3284
3299
|
if (c === void 0) {
|
|
3285
3300
|
const f = i.initializer;
|
|
3286
3301
|
if (f !== void 0 && o.isArrowFunction(f) && p)
|
|
3287
|
-
return f.typeParameters?.at(0)?.name?.escapedText === "TBase" ?
|
|
3302
|
+
return f.typeParameters?.at(0)?.name?.escapedText === "TBase" ? Vo(i, r, t) : Ht(f, r, e, t);
|
|
3288
3303
|
f === void 0 ? c = X(
|
|
3289
3304
|
{ file: t.file, node: i },
|
|
3290
3305
|
"Public variable must have a type annotation or a default value",
|
|
3291
3306
|
t
|
|
3292
3307
|
) : c = Et(f, p ? O.shallow : O.false, t.file, t);
|
|
3293
3308
|
} else if (c = Ct(c), o.isFunctionTypeNode(c))
|
|
3294
|
-
return
|
|
3295
|
-
const d =
|
|
3309
|
+
return Ht(c, r, e, t);
|
|
3310
|
+
const d = Ni(), m = {
|
|
3296
3311
|
[J]: d,
|
|
3297
3312
|
kind: "variable",
|
|
3298
3313
|
name: r,
|
|
@@ -3304,7 +3319,7 @@ function Wo(e, t) {
|
|
|
3304
3319
|
type: j(c, t),
|
|
3305
3320
|
default: void 0
|
|
3306
3321
|
};
|
|
3307
|
-
return
|
|
3322
|
+
return un(m, t.jsDoc), p && c.kind === o.SyntaxKind.LiteralType || (m.default = $e(i.initializer, m.default, t.file)), To(
|
|
3308
3323
|
t,
|
|
3309
3324
|
e,
|
|
3310
3325
|
t.config.documentation.copyDocDefinitions.variables,
|
|
@@ -3312,29 +3327,29 @@ function Wo(e, t) {
|
|
|
3312
3327
|
t.apiModule
|
|
3313
3328
|
), l && (Pt(m, !0, t), t.produceDts && (d.isDefaultExported = !0)), m;
|
|
3314
3329
|
}
|
|
3315
|
-
function
|
|
3330
|
+
function Pi(e, t, n) {
|
|
3316
3331
|
const i = n.statementJsDocs[t];
|
|
3317
3332
|
if (i !== void 0) {
|
|
3318
3333
|
if (n.jsDoc = i, o.isClassDeclaration(e))
|
|
3319
3334
|
return Ze(e, n);
|
|
3320
3335
|
if (o.isFunctionDeclaration(e))
|
|
3321
|
-
return
|
|
3336
|
+
return Co(e, e.name.escapedText, void 0, n);
|
|
3322
3337
|
if (o.isInterfaceDeclaration(e))
|
|
3323
3338
|
return Ze(e, n);
|
|
3324
3339
|
if (o.isTypeAliasDeclaration(e))
|
|
3325
|
-
return
|
|
3340
|
+
return Uo(e, n);
|
|
3326
3341
|
if (o.isVariableStatement(e))
|
|
3327
|
-
return
|
|
3342
|
+
return _o(e, n);
|
|
3328
3343
|
}
|
|
3329
3344
|
}
|
|
3330
|
-
function
|
|
3345
|
+
function Bo(e, t) {
|
|
3331
3346
|
const n = t.apiModule.declarations, i = e.statements;
|
|
3332
3347
|
for (let a = 0; a < i.length; ++a) {
|
|
3333
|
-
const r = i[a], l =
|
|
3348
|
+
const r = i[a], l = Pi(r, a, t);
|
|
3334
3349
|
l !== void 0 && n.push(l);
|
|
3335
3350
|
}
|
|
3336
3351
|
}
|
|
3337
|
-
function
|
|
3352
|
+
function Ko(e, t) {
|
|
3338
3353
|
const n = e.fileName.slice(t.config.context.cwd.length), i = t.watchFiles?.get(n);
|
|
3339
3354
|
if (i !== void 0) {
|
|
3340
3355
|
if (i.module !== void 0)
|
|
@@ -3353,7 +3368,7 @@ function Bo(e, t) {
|
|
|
3353
3368
|
class: void 0,
|
|
3354
3369
|
default: void 0,
|
|
3355
3370
|
named: /* @__PURE__ */ Object.create(null)
|
|
3356
|
-
}, f =
|
|
3371
|
+
}, f = ii(e, s, c, u);
|
|
3357
3372
|
t.moduleContext = f;
|
|
3358
3373
|
const S = t.implicitPublicModules?.[l];
|
|
3359
3374
|
let C = !1;
|
|
@@ -3373,7 +3388,7 @@ function Bo(e, t) {
|
|
|
3373
3388
|
description: void 0,
|
|
3374
3389
|
docsTags: []
|
|
3375
3390
|
}), x = y.kind === o.SyntaxKind.ClassDeclaration && t.componentTagName !== void 0 && y.heritageClauses !== void 0 && y.modifiers !== void 0;
|
|
3376
|
-
I?.docsTags.includes(N.private) === !0 ? x && t.config.context.includeLuminaPrivateComponents ? (D = Ce, t.isInLuminaMinimalExtraction = !0) : D = void 0 : I !== void 0 && (x || S !== void 0 &&
|
|
3391
|
+
I?.docsTags.includes(N.private) === !0 ? x && t.config.context.includeLuminaPrivateComponents ? (D = Ce, t.isInLuminaMinimalExtraction = !0) : D = void 0 : I !== void 0 && (x || S !== void 0 && wn(y, S)) && (D = I);
|
|
3377
3392
|
} else D === void 0 && t.componentTagName !== void 0 && t.config.context.includeLuminaPrivateComponents && y.kind === o.SyntaxKind.ClassDeclaration && // Avoid the following from being falsely considered a component class
|
|
3378
3393
|
// https://devtopia.esri.com/WebGIS/arcgis-web-components/blob/223ebb8df0067bf332013a4cfc6032152c14fe58/packages/common-packages/common-components/src/components/ramp-color/ramp-color.tsx#L19-L26
|
|
3379
3394
|
y.heritageClauses !== void 0 && y.modifiers !== void 0 && (D = Ce, t.isInLuminaMinimalExtraction = !0);
|
|
@@ -3388,7 +3403,7 @@ function Bo(e, t) {
|
|
|
3388
3403
|
if (I === void 0)
|
|
3389
3404
|
continue;
|
|
3390
3405
|
const x = y.moduleSpecifier.text, g = !x.startsWith("."), K = g ? x : Z(x), w = g ? void 0 : Ve(pt(r, K), t), $ = w === void 0 ? void 0 : t.config.types.typeReplacements[w];
|
|
3391
|
-
if (
|
|
3406
|
+
if (Ln(y, t), I.name !== void 0) {
|
|
3392
3407
|
const E = I.name.escapedText, T = $?.[E], R = T?.[1], A = T?.[0] ?? w;
|
|
3393
3408
|
c[E] = {
|
|
3394
3409
|
type: T?.[2] ?? "default",
|
|
@@ -3490,7 +3505,7 @@ function Bo(e, t) {
|
|
|
3490
3505
|
declarations: [],
|
|
3491
3506
|
exports: []
|
|
3492
3507
|
};
|
|
3493
|
-
if (t.apiModule = h,
|
|
3508
|
+
if (t.apiModule = h, Bo(e, t), d !== void 0) {
|
|
3494
3509
|
let b = !1;
|
|
3495
3510
|
do {
|
|
3496
3511
|
b = !1;
|
|
@@ -3513,7 +3528,7 @@ function Bo(e, t) {
|
|
|
3513
3528
|
);
|
|
3514
3529
|
else {
|
|
3515
3530
|
C && !I.docsTags.includes(N.internal) && I.docsTags.push(N.internal), t.statementJsDocs[k] = I;
|
|
3516
|
-
const g =
|
|
3531
|
+
const g = Pi(D, k, t);
|
|
3517
3532
|
g !== void 0 && h.declarations.push(g);
|
|
3518
3533
|
}
|
|
3519
3534
|
}
|
|
@@ -3548,15 +3563,15 @@ function Bo(e, t) {
|
|
|
3548
3563
|
length: e.statements[0]?.getStart(e) ?? 1,
|
|
3549
3564
|
node: void 0
|
|
3550
3565
|
}
|
|
3551
|
-
) : (v && m.docsTags.push(N.internal),
|
|
3566
|
+
) : (v && m.docsTags.push(N.internal), dn(h, m))), h;
|
|
3552
3567
|
}
|
|
3553
|
-
async function
|
|
3568
|
+
async function ba(e) {
|
|
3554
3569
|
const t = [], n = e.basePath, i = e.config.context.excludedDirectories, a = `${e.basePath}components/`, r = [], l = !e.config.strict || e.config.context.includeLuminaPrivateComponents;
|
|
3555
3570
|
e.componentPathMapping = /* @__PURE__ */ Object.create(null);
|
|
3556
|
-
const s = e.isComponentProject ? (m) =>
|
|
3571
|
+
const s = e.isComponentProject ? (m) => $i(m, a) : () => !1, c = e.isComponentProject ? p : d;
|
|
3557
3572
|
if (e.program === void 0)
|
|
3558
|
-
await
|
|
3559
|
-
if (
|
|
3573
|
+
await Di(n, i, async (m) => {
|
|
3574
|
+
if (bi(m))
|
|
3560
3575
|
return;
|
|
3561
3576
|
const u = await Lt(m);
|
|
3562
3577
|
if (m.includes(".stories.")) {
|
|
@@ -3566,8 +3581,8 @@ async function Ca(e) {
|
|
|
3566
3581
|
}
|
|
3567
3582
|
const f = s(m);
|
|
3568
3583
|
if (f && l || // Exclude files before paying .toString() cost
|
|
3569
|
-
u.includes(
|
|
3570
|
-
const C = u.toString("utf8"), v =
|
|
3584
|
+
u.includes(jo) && (u.includes(Jo) || u.includes(qo))) {
|
|
3585
|
+
const C = u.toString("utf8"), v = Yt(m, C);
|
|
3571
3586
|
c(v, f);
|
|
3572
3587
|
}
|
|
3573
3588
|
});
|
|
@@ -3575,27 +3590,27 @@ async function Ca(e) {
|
|
|
3575
3590
|
const m = e.program.getSourceFiles();
|
|
3576
3591
|
for (let u = 0; u < m.length; ++u) {
|
|
3577
3592
|
const f = m[u], S = f.fileName;
|
|
3578
|
-
if (!
|
|
3593
|
+
if (!Ho(S, e))
|
|
3579
3594
|
continue;
|
|
3580
3595
|
if (S.includes(".stories.")) {
|
|
3581
3596
|
Vt(f.text, S, e);
|
|
3582
3597
|
continue;
|
|
3583
3598
|
}
|
|
3584
3599
|
const C = s(S);
|
|
3585
|
-
(C && l || f.text.includes(
|
|
3600
|
+
(C && l || f.text.includes(Mi) || f.text.includes(xi)) && c(f, C);
|
|
3586
3601
|
}
|
|
3587
3602
|
}
|
|
3588
3603
|
function p(m, u) {
|
|
3589
3604
|
r.push(m);
|
|
3590
|
-
const f = u ?
|
|
3605
|
+
const f = u ? zi(m.text)?.[0] : void 0;
|
|
3591
3606
|
if (f !== void 0) {
|
|
3592
3607
|
const S = m.fileName.slice(e.basePath.length);
|
|
3593
|
-
|
|
3608
|
+
ji(f, e, S);
|
|
3594
3609
|
}
|
|
3595
3610
|
}
|
|
3596
3611
|
function d(m) {
|
|
3597
3612
|
e.file = m;
|
|
3598
|
-
const u =
|
|
3613
|
+
const u = Ko(m, e);
|
|
3599
3614
|
u !== void 0 && t.push(u);
|
|
3600
3615
|
}
|
|
3601
3616
|
for (let m = 0; m < r.length; ++m)
|
|
@@ -3632,7 +3647,7 @@ async function Ca(e) {
|
|
|
3632
3647
|
const b = v;
|
|
3633
3648
|
v = ye(`${b}.ts`) ? `${b}.ts` : ye(`${b}.tsx`) ? `${b}.tsx` : ye(`${b}.d.ts`) ? `${b}.d.ts` : void 0, v === void 0 && (v = ye(`${b}/index.ts`) ? `${b}/index.ts` : ye(`${b}/index.tsx`) ? `${b}/index.tsx` : ye(`${b}/index.d.ts`) ? `${b}/index.d.ts` : void 0, v !== void 0 && (P = !0));
|
|
3634
3649
|
}
|
|
3635
|
-
v !== void 0 && (h =
|
|
3650
|
+
v !== void 0 && (h = Yt(v, await Lt(v, "utf8")));
|
|
3636
3651
|
}
|
|
3637
3652
|
if (h !== void 0) {
|
|
3638
3653
|
const L = h.fileName.slice(e.basePath.length);
|
|
@@ -3643,13 +3658,13 @@ async function Ca(e) {
|
|
|
3643
3658
|
}
|
|
3644
3659
|
return t;
|
|
3645
3660
|
}
|
|
3646
|
-
const
|
|
3647
|
-
|
|
3648
|
-
) && !e.includes("node_modules"),
|
|
3649
|
-
async function
|
|
3650
|
-
await
|
|
3661
|
+
const Ho = (e, t) => $o(e) && zo(e, t), $o = (e) => (e.endsWith(".ts") || e.endsWith(".tsx")) && !bi(e), bi = (e) => e.includes("__test") || e.includes(".e2e.") || e.includes(".spec.") || e.includes(".test."), zo = (e, t) => e.startsWith(t.basePath) && !t.config.context.excludedDirectories.has(
|
|
3662
|
+
Cn(e.slice(t.basePath.length))
|
|
3663
|
+
) && !e.includes("node_modules"), Xt = 32, jo = 64, Mi = "@public", Jo = Buffer.from(Mi), xi = "@internal", qo = Buffer.from(xi);
|
|
3664
|
+
async function Ma(e) {
|
|
3665
|
+
await Zt(e) && await Di(e, /* @__PURE__ */ new Set(), Hi);
|
|
3651
3666
|
}
|
|
3652
|
-
async function
|
|
3667
|
+
async function Di(e, t, n) {
|
|
3653
3668
|
const i = [], a = [];
|
|
3654
3669
|
for await (const d of await It(e)) {
|
|
3655
3670
|
const m = `${e}${d.name}`;
|
|
@@ -3659,15 +3674,15 @@ async function xi(e, t, n) {
|
|
|
3659
3674
|
function s(d) {
|
|
3660
3675
|
l.reject(d), r.length = 0;
|
|
3661
3676
|
}
|
|
3662
|
-
let c =
|
|
3663
|
-
for (let d = 0; d <
|
|
3677
|
+
let c = Xt;
|
|
3678
|
+
for (let d = 0; d < Xt; ++d)
|
|
3664
3679
|
p().catch(s);
|
|
3665
3680
|
async function p() {
|
|
3666
3681
|
for (; ; )
|
|
3667
3682
|
if (r.length === 0 && a.length > 0) {
|
|
3668
3683
|
const d = a.shift(), m = [];
|
|
3669
3684
|
for await (const u of await It(d, { recursive: !0 }))
|
|
3670
|
-
u.isFile() && (u.name.endsWith(".ts") || u.name.endsWith(".tsx")) && m.push(`${
|
|
3685
|
+
u.isFile() && (u.name.endsWith(".ts") || u.name.endsWith(".tsx")) && m.push(`${Li(u.parentPath)}/${u.name}`);
|
|
3671
3686
|
if (m.length === 0)
|
|
3672
3687
|
continue;
|
|
3673
3688
|
r.push(m);
|
|
@@ -3681,7 +3696,7 @@ async function xi(e, t, n) {
|
|
|
3681
3696
|
}
|
|
3682
3697
|
return await l.promise;
|
|
3683
3698
|
}
|
|
3684
|
-
function
|
|
3699
|
+
function Yt(e, t) {
|
|
3685
3700
|
return o.createSourceFile(
|
|
3686
3701
|
e,
|
|
3687
3702
|
t,
|
|
@@ -3700,22 +3715,22 @@ function Xt(e, t) {
|
|
|
3700
3715
|
);
|
|
3701
3716
|
}
|
|
3702
3717
|
export {
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3718
|
+
gn as a,
|
|
3719
|
+
ha as b,
|
|
3720
|
+
Ma as c,
|
|
3721
|
+
Ea as d,
|
|
3722
|
+
ba as e,
|
|
3723
|
+
Ca as f,
|
|
3724
|
+
$o as g,
|
|
3725
|
+
zo as h,
|
|
3726
|
+
Ho as i,
|
|
3727
|
+
bi as j,
|
|
3728
|
+
Yt as k,
|
|
3729
|
+
Sa as l,
|
|
3730
|
+
ga as m,
|
|
3716
3731
|
Ot as n,
|
|
3717
3732
|
Ft as o,
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3733
|
+
Ta as p,
|
|
3734
|
+
va as r,
|
|
3735
|
+
Pa as t
|
|
3721
3736
|
};
|