@arcgis/api-extractor 5.2.0-next.15 → 5.2.0-next.17

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.
@@ -1,31 +1,31 @@
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-yAvp-EMa.js";
3
- import { getDefaultBasePath as ei, buildViewUrl as Gi, getViewUrl as Ue } from "./extractor/processing/links.js";
1
+ import { path as He, existsAsync as ei, getCwd as Li, retrievePackageJson as ct, toPosixPathSeparators as Ii } from "@arcgis/components-build-utils";
2
+ import { b as Ai, p as ki, l as Gi } from "./typeScript-Dh4HV6Pr.js";
3
+ import { getDefaultBasePath as ti, buildViewUrl as Fi, 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 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";
6
+ import { a as ue, b as ii, c as ht, g as me, p as J, f as et, h as ni, d as Fe, e as Oi, i as Ni, j as oi, k as wi } from "./privateContext-CB7P40up.js";
7
+ import { maybeEscapePropertyName as Dt, printTypeAlias as Rt, printInterface as Ui, printFunction as Vi, printVariable as Wi, printClass as _i, printMethod as Bi, printProperty as ve, printGetterSetter as Ki, printSignature as Hi } from "./utils/partPrinter.js";
8
8
  import { styleText as ie } from "node:util";
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";
9
+ import { readFile as Lt, opendir as It, rm as $i } from "node:fs/promises";
10
+ import { pathIsComponentEntrypoint as zi, findDeclaredComponent as ji } 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 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";
13
+ import { readFileSync as qi, existsSync as ye } from "node:fs";
14
+ import { uncapitalize as Qi, camelToKebab as Xi, kebabToPascal as Yi } from "@arcgis/toolkit/string";
15
+ import { globalPackageIdentifier as le, mergeApiNodes as Zi, isApiMethodAsync as en } from "./utils/apiHelpers.js";
16
16
  import "@arcgis/toolkit/array";
17
17
  import { identity as Se } from "@arcgis/toolkit/function";
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";
18
+ import { pathToFileURL as tn } from "node:url";
19
+ import nn from "path";
20
+ import { getWidenedLiteralType as on, unsafeUndocumentedTs as an, unsafeGetUndocumentedPrinter as rn } from "./utils/internalTypeScriptApis.js";
21
21
  const At = "developers.arcgis.com", kt = "next.gha.afd.arcgis.com";
22
- function va(e) {
22
+ function Sa(e) {
23
23
  if (e.isResolvedConfig === !0)
24
24
  return e;
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);
26
- let s = t?.basePath ?? "src/";
27
- s.endsWith("/") || (s += "/");
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) : {
25
+ const t = e.context, n = e.types, i = e.documentation, r = `${t?.cwd === void 0 ? Li() : He.resolve(t?.cwd)}/`, s = t?.packageJson ?? ct(r);
26
+ let l = t?.basePath ?? "src/";
27
+ l.endsWith("/") || (l += "/");
28
+ const c = "customElements" in s && "@arcgis/lumina" in (s.dependencies ?? {}), p = n?.typeCheckedExtraction ?? c, d = n?.fullTypeCheck ?? !1, m = n?.typeScriptConfig ?? (p || d ? Ai(r, n?.typeScriptConfigPath, !0) : {
29
29
  configPath: "",
30
30
  config: {
31
31
  options: {},
@@ -35,9 +35,9 @@ function va(e) {
35
35
  });
36
36
  if (n?.typeScriptConfig?.config.fileNames.length === 0)
37
37
  throw Error(
38
- `${Ai.name}: Provided types.typeScriptConfig has no included files. If you used loadTypeScriptConfig, make sure to set resolveIncludedFiles to true.`
38
+ `${ki.name}: Provided types.typeScriptConfig has no included files. If you used loadTypeScriptConfig, make sure to set resolveIncludedFiles to true.`
39
39
  );
40
- const u = {
40
+ const f = {
41
41
  config: {
42
42
  ...m.config,
43
43
  options: {
@@ -46,7 +46,7 @@ function va(e) {
46
46
  }
47
47
  },
48
48
  configPath: m.configPath
49
- }, f = t?.dtsEmitPath === void 0 || t?.dtsEmitPath === "" ? "" : `${He.resolve(r, t.dtsEmitPath)}/`, S = f !== "", C = t?.environment ?? "production", v = C === "development", P = t?.emptyDtsEmitPath ?? (!v && S), h = i?.omitInternal ?? !1, L = n?.forceProduceDts ?? !1;
49
+ }, u = t?.dtsEmitPath === void 0 || t?.dtsEmitPath === "" ? "" : `${He.resolve(r, t.dtsEmitPath)}/`, S = u !== "", C = t?.environment ?? "production", v = C === "development", P = t?.emptyDtsEmitPath ?? (!v && S), h = i?.omitInternal ?? !1, L = n?.forceProduceDts ?? !1;
50
50
  if (h && (S || L))
51
51
  throw Error(
52
52
  "omitInternal must be false if emitting .d.ts files in order to produce functional types for internal APIs."
@@ -54,13 +54,13 @@ function va(e) {
54
54
  return {
55
55
  isResolvedConfig: !0,
56
56
  context: {
57
- dtsEmitPath: f,
57
+ dtsEmitPath: u,
58
58
  emptyDtsEmitPath: P,
59
59
  apiJsonEmitPath: t?.apiJsonEmitPath ?? "",
60
60
  environment: C,
61
61
  cwd: r,
62
- basePath: s,
63
- packageJson: l,
62
+ basePath: l,
63
+ packageJson: s,
64
64
  logger: t?.logger ?? {
65
65
  // We namespace manually
66
66
  // eslint-disable-next-line webgis/consistent-logging
@@ -79,8 +79,8 @@ function va(e) {
79
79
  afterDiagnostic: n?.afterDiagnostic ?? Se,
80
80
  typeScriptInstanceCreated: n?.typeScriptInstanceCreated ?? Se,
81
81
  typeScriptConfigPath: m.configPath,
82
- typeScriptConfig: u,
83
- compilerOptions: u.config.options,
82
+ typeScriptConfig: f,
83
+ compilerOptions: f.config.options,
84
84
  declarationTextTransformers: n?.declarationTextTransformers ?? [],
85
85
  typeReplacements: n?.typeReplacements ?? {},
86
86
  forceProduceDts: L
@@ -94,7 +94,7 @@ function va(e) {
94
94
  getComponentDemoUrl: i?.getComponentDemoUrl ?? !1,
95
95
  host: i?.host ?? (v ? kt : At),
96
96
  alternativeHost: i?.alternativeHost ?? (v ? At : kt),
97
- basePath: i?.basePath ?? ei(l.name.split("/").at(-1))
97
+ basePath: i?.basePath ?? ti(s.name.split("/").at(-1))
98
98
  },
99
99
  verify: {
100
100
  typeCheckTypes: e.verify?.typeCheckTypes ?? !1,
@@ -115,23 +115,23 @@ function va(e) {
115
115
  afterApiJsonCreate: e.afterApiJsonCreate ?? Se
116
116
  };
117
117
  }
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);
118
+ async function ga(e, t) {
119
+ const n = t !== void 0, i = e ?? process.cwd(), a = He.resolve(i, t ?? "api-extractor.config.ts"), r = await ei(a);
120
120
  if (n && !r)
121
121
  throw Error(`The provided config file at ${a} does not exist.`);
122
122
  if (!r)
123
123
  return e === void 0 ? {} : { context: { cwd: e } };
124
- const l = (await import(en(a).href)).config;
124
+ const s = (await import(tn(a).href)).config;
125
125
  return {
126
- ...l,
126
+ ...s,
127
127
  context: {
128
- ...l.context,
129
- cwd: l.context?.cwd ?? He.dirname(a)
128
+ ...s.context,
129
+ cwd: s.context?.cwd ?? He.dirname(a)
130
130
  }
131
131
  };
132
132
  }
133
- function ga(e, t) {
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;
133
+ function Ta(e, t) {
134
+ const n = e.context, i = t.context, a = e.types, r = t.types, s = e.documentation, l = t.documentation, c = e.verify, p = t.verify, d = e.watch, m = t.watch;
135
135
  return {
136
136
  isResolvedConfig: e.isResolvedConfig || t.isResolvedConfig || void 0,
137
137
  context: {
@@ -164,15 +164,15 @@ function ga(e, t) {
164
164
  forceProduceDts: r?.forceProduceDts ?? a?.forceProduceDts
165
165
  },
166
166
  documentation: {
167
- copyDocDefinitions: s?.copyDocDefinitions ?? l?.copyDocDefinitions,
168
- noInheritMembers: s?.noInheritMembers ?? l?.noInheritMembers,
169
- omitInternal: s?.omitInternal ?? l?.omitInternal,
170
- publicStoryUrlPrefix: s?.publicStoryUrlPrefix ?? l?.publicStoryUrlPrefix,
171
- getComponentDocsUrl: s?.getComponentDocsUrl ?? l?.getComponentDocsUrl,
172
- getComponentDemoUrl: s?.getComponentDemoUrl ?? l?.getComponentDemoUrl,
173
- host: s?.host ?? l?.host,
174
- alternativeHost: s?.alternativeHost ?? l?.alternativeHost,
175
- basePath: s?.basePath ?? l?.basePath
167
+ copyDocDefinitions: l?.copyDocDefinitions ?? s?.copyDocDefinitions,
168
+ noInheritMembers: l?.noInheritMembers ?? s?.noInheritMembers,
169
+ omitInternal: l?.omitInternal ?? s?.omitInternal,
170
+ publicStoryUrlPrefix: l?.publicStoryUrlPrefix ?? s?.publicStoryUrlPrefix,
171
+ getComponentDocsUrl: l?.getComponentDocsUrl ?? s?.getComponentDocsUrl,
172
+ getComponentDemoUrl: l?.getComponentDemoUrl ?? s?.getComponentDemoUrl,
173
+ host: l?.host ?? s?.host,
174
+ alternativeHost: l?.alternativeHost ?? s?.alternativeHost,
175
+ basePath: l?.basePath ?? s?.basePath
176
176
  },
177
177
  verify: {
178
178
  typeCheckTypes: p?.typeCheckTypes ?? c?.typeCheckTypes,
@@ -202,10 +202,10 @@ function Te(e) {
202
202
  name: "default",
203
203
  text: n.default
204
204
  }), i.return !== void 0) {
205
- const l = i.parameters;
206
- if (l !== void 0)
207
- for (let s = 0; s < l.length; ++s) {
208
- const c = l[s];
205
+ const s = i.parameters;
206
+ if (s !== void 0)
207
+ for (let l = 0; l < s.length; ++l) {
208
+ const c = s[l];
209
209
  t.push({
210
210
  name: "param",
211
211
  // Add hyphen as required by TSDoc
@@ -220,28 +220,28 @@ function Te(e) {
220
220
  const a = e;
221
221
  if (a.customElement === !0) {
222
222
  if (a.cssProperties !== void 0)
223
- for (const l of a.cssProperties)
223
+ for (const s of a.cssProperties)
224
224
  t.push({
225
225
  name: "cssproperty",
226
- text: Ne(l)
226
+ text: Ne(s)
227
227
  });
228
228
  if (a.cssParts !== void 0)
229
- for (const l of a.cssParts)
229
+ for (const s of a.cssParts)
230
230
  t.push({
231
231
  name: "csspart",
232
- text: Ne(l)
232
+ text: Ne(s)
233
233
  });
234
234
  if (a.cssStates !== void 0)
235
- for (const l of a.cssStates)
235
+ for (const s of a.cssStates)
236
236
  t.push({
237
237
  name: "cssstate",
238
- text: Ne(l)
238
+ text: Ne(s)
239
239
  });
240
240
  if (a.slots !== void 0)
241
- for (const l of a.slots)
241
+ for (const s of a.slots)
242
242
  t.push({
243
243
  name: "slot",
244
- text: Ne(l)
244
+ text: Ne(s)
245
245
  });
246
246
  }
247
247
  e.docsTags !== void 0 && t.push(...e.docsTags);
@@ -256,7 +256,7 @@ function Ne(e) {
256
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}` : "";
257
257
  return `${i}${r}`;
258
258
  }
259
- function rn(e) {
259
+ function sn(e) {
260
260
  const t = e.description ?? "", n = t.length === 0, i = e.docsTags, a = (
261
261
  // Has 2+ tags, or multi-line description, or single tag and single line description
262
262
  i.length + (n ? 0 : t.includes(`
@@ -268,17 +268,17 @@ function rn(e) {
268
268
  n ? a || (r += " ") : (a ? (r += `
269
269
  * `, r += Gt(t)) : r += ` ${t.replaceAll(" @", " \\@")}`, i.length > 0 && (r += `
270
270
  *`));
271
- for (let l = 0; l < i.length; ++l) {
272
- const s = i[l], c = `@${s.name}`, p = s.text ?? "";
271
+ for (let s = 0; s < i.length; ++s) {
272
+ const l = i[s], c = `@${l.name}`, p = l.text ?? "";
273
273
  r += `${a ? `
274
274
  * ` : ""}${c}`, p.includes(`
275
- `) ? (s.name === "returns" || s.name === "param" ? r += " " : r += `
275
+ `) ? (l.name === "returns" || l.name === "param" ? r += " " : r += `
276
276
  * `, r += Gt(p)) : p.length > 0 && (r += ` ${p.replaceAll(" @", " \\@")}`);
277
277
  }
278
278
  return r += a ? `
279
279
  ` : " ", r;
280
280
  }
281
- const ot = 10, sn = 32, ln = 64;
281
+ const ot = 10, ln = 32, cn = 64;
282
282
  function Gt(e) {
283
283
  let t = "";
284
284
  const n = e.length;
@@ -289,28 +289,28 @@ function Gt(e) {
289
289
  t += e.slice(i, a), e.charCodeAt(a + 1) === ot ? t += `
290
290
  *` : t += `
291
291
  * `, i = a + 1;
292
- else if (r === ln) {
293
- const l = a === 0 ? 0 : e.charCodeAt(a - 1);
294
- (a === 0 || l === sn || l === ot) && (t += e.slice(i, a), t += "\\@", i = a + 1);
292
+ else if (r === cn) {
293
+ const s = a === 0 ? 0 : e.charCodeAt(a - 1);
294
+ (a === 0 || s === ln || s === ot) && (t += e.slice(i, a), t += "\\@", i = a + 1);
295
295
  }
296
296
  }
297
297
  return i < n && (t += e.slice(i)), t;
298
298
  }
299
299
  function ne(e, t, n) {
300
- return oi(e, t, n) ?? void 0;
300
+ return ai(e, t, n) ?? void 0;
301
301
  }
302
302
  function ze(e, t, n, i) {
303
- const a = oi(e, t, n);
303
+ const a = ai(e, t, n);
304
304
  return a === void 0 ? i : a ?? void 0;
305
305
  }
306
- function oi(e, t, n) {
306
+ function ai(e, t, n) {
307
307
  const i = o.getLeadingCommentRanges(n.file.text, e.pos);
308
308
  if (i === void 0)
309
309
  return;
310
310
  let a;
311
- for (const l of i) {
312
- const s = n.file.text.slice(l.pos, l.end);
313
- s.startsWith("/**") && (a !== void 0 && n.config.strict && n.emitError(
311
+ for (const s of i) {
312
+ const l = n.file.text.slice(s.pos, s.end);
313
+ l.startsWith("/**") && (a !== void 0 && n.config.strict && n.emitError(
314
314
  `Found multiple JSDoc comments for the same node. This is not allowed.
315
315
  If one of these was meant to be a file-level comment, read the documentation: https://webgis.esri.com/references/api-extractor/api-node-kinds#module-level-documentation
316
316
  If this is meant to be a function overload, read the documentation: https://webgis.esri.com/references/api-extractor/api-node-kinds#function-overloads`,
@@ -318,68 +318,68 @@ If this is meant to be a function overload, read the documentation: https://webg
318
318
  file: n.file,
319
319
  node: e
320
320
  }
321
- ), a = s);
321
+ ), a = l);
322
322
  }
323
323
  if (a === void 0)
324
324
  return;
325
325
  const r = n.config.documentation.omitInternal;
326
- return cn(a, t, r, n);
326
+ return dn(a, t, r, n);
327
327
  }
328
- function cn(e, t, n, i) {
328
+ function dn(e, t, n, i) {
329
329
  if (t && !e.includes("* @public") && (n || !e.includes("* @internal")))
330
330
  return null;
331
331
  const a = e.length - 2;
332
- let r = 3, l = "";
333
- const s = [];
332
+ let r = 3, s = "";
333
+ const l = [];
334
334
  let c, p, d = !1;
335
335
  for (; r < a; ) {
336
336
  let m = e.indexOf(`
337
337
  `, r);
338
338
  m === -1 && (m = a);
339
- let u = e.slice(r, m).trim();
340
- if (r = m + 1, u === "*" ? u = "" : u.startsWith("*") && (u[1] === " " ? u = u.slice(2) : i.config.strict ? i.emitError(
339
+ let f = e.slice(r, m).trim();
340
+ if (r = m + 1, f === "*" ? f = "" : f.startsWith("*") && (f[1] === " " ? f = f.slice(2) : i.config.strict ? i.emitError(
341
341
  `For consistency, include a space character after '*' in JSDoc. Did not find it in "${e}"`,
342
342
  {
343
343
  file: i.file,
344
344
  node: void 0
345
345
  }
346
- ) : u = u.slice(1)), u.startsWith("@")) {
347
- c !== void 0 && !d && s.push(
346
+ ) : f = f.slice(1)), f.startsWith("@")) {
347
+ c !== void 0 && !d && l.push(
348
348
  N[c] ?? {
349
349
  name: c,
350
350
  text: p.trim().replaceAll("\\@", "@") || void 0
351
351
  }
352
352
  );
353
- const f = u.indexOf(" "), S = f === -1 ? u.slice(1) : u.slice(1, f);
353
+ const u = f.indexOf(" "), S = u === -1 ? f.slice(1) : f.slice(1, u);
354
354
  if (S === "internal") {
355
355
  if (n)
356
356
  return null;
357
357
  t = !1;
358
358
  } else S === "public" ? (t = !1, d = !0) : d = S === "privateRemarks";
359
- const C = f === -1 ? "" : u.slice(f + 1);
359
+ const C = u === -1 ? "" : f.slice(u + 1);
360
360
  c = S, p = C;
361
361
  } else c !== void 0 ? p = `${p}
362
- ${u}` : l += `${u}
362
+ ${f}` : s += `${f}
363
363
  `;
364
364
  }
365
- return t ? null : (c !== void 0 && !d && s.push(
365
+ return t ? null : (c !== void 0 && !d && l.push(
366
366
  N[c] ?? {
367
367
  name: c,
368
368
  text: p.trim().replaceAll("\\@", "@") || void 0
369
369
  }
370
370
  ), {
371
- description: l.trim().replaceAll("\\@", "@") || void 0,
372
- docsTags: s
371
+ description: s.trim().replaceAll("\\@", "@") || void 0,
372
+ docsTags: l
373
373
  });
374
374
  }
375
- function dn(e, t) {
375
+ function pn(e, t) {
376
376
  for (let n = 0; n < t.docsTags.length; ++n) {
377
377
  const i = t.docsTags[n], { name: a, text: r } = i;
378
378
  a === "deprecated" ? e.deprecated = r || !0 : (e.docsTags ??= [], e.docsTags.push(i));
379
379
  }
380
380
  e.description = t.description;
381
381
  }
382
- function ai(e, t) {
382
+ function ri(e, t) {
383
383
  for (let n = 0; n < t.docsTags.length; ++n) {
384
384
  const i = t.docsTags[n], { name: a, text: r } = i;
385
385
  if (a === "deprecated")
@@ -393,40 +393,40 @@ function ai(e, t) {
393
393
  else if (a === "slot")
394
394
  e.slots ??= [], e.slots.push(at(r));
395
395
  else if (a === "esriCompatibilityName") {
396
- const l = ue(e);
397
- l.esriCompatibilityNames ??= [], l.esriCompatibilityNames.push(r ?? "");
396
+ const s = ue(e);
397
+ s.esriCompatibilityNames ??= [], s.esriCompatibilityNames.push(r ?? "");
398
398
  } else a === "readonly" || (e.docsTags ??= [], e.docsTags.push(i));
399
399
  }
400
400
  e.description = t.description;
401
401
  }
402
- function pn(e, t) {
402
+ function mn(e, t) {
403
403
  const n = e, i = [];
404
404
  for (let a = 0; a < t.docsTags.length; ++a) {
405
- const r = t.docsTags[a], { name: l, text: s } = r;
406
- if (l === "deprecated")
407
- e.deprecated = s || !0;
405
+ const r = t.docsTags[a], { name: s, text: l } = r;
406
+ if (s === "deprecated")
407
+ e.deprecated = l || !0;
408
408
  else if (r === N.private)
409
409
  e.privacy = "private";
410
- else if (l === "param")
410
+ else if (s === "param")
411
411
  i.push(r);
412
- else if (l === "returns")
412
+ else if (s === "returns")
413
413
  n.return.description = r.text;
414
- else if (l === "esriCompatibilityName") {
414
+ else if (s === "esriCompatibilityName") {
415
415
  const c = ht(e);
416
- c.esriCompatibilityNames ??= [], c.esriCompatibilityNames.push(s ?? "");
416
+ c.esriCompatibilityNames ??= [], c.esriCompatibilityNames.push(l ?? "");
417
417
  } else
418
418
  e.docsTags ??= [], e.docsTags.push(r);
419
419
  }
420
420
  return e.description = t.description, i;
421
421
  }
422
- function mn(e, t) {
422
+ function un(e, t) {
423
423
  for (let n = 0; n < t.docsTags.length; ++n) {
424
424
  const i = t.docsTags[n], { name: a, text: r } = i;
425
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));
426
426
  }
427
427
  e.description = t.description;
428
428
  }
429
- function un(e, t) {
429
+ function fn(e, t) {
430
430
  for (let n = 0; n < t.docsTags.length; ++n) {
431
431
  const i = t.docsTags[n], { name: a, text: r } = i;
432
432
  if (a === "deprecated")
@@ -434,14 +434,14 @@ function un(e, t) {
434
434
  else if (a === "default")
435
435
  e.default = r;
436
436
  else if (a !== "readonly") if (a === "esriCompatibilityName") {
437
- const l = ti(e);
438
- l.esriCompatibilityNames ??= [], l.esriCompatibilityNames.push(r ?? "");
437
+ const s = ii(e);
438
+ s.esriCompatibilityNames ??= [], s.esriCompatibilityNames.push(r ?? "");
439
439
  } else
440
440
  e.docsTags ??= [], e.docsTags.push(i);
441
441
  }
442
442
  e.description = t.description;
443
443
  }
444
- function fn(e, t) {
444
+ function yn(e, t) {
445
445
  for (let n = 0; n < t.docsTags.length; ++n) {
446
446
  const i = t.docsTags[n], { name: a, text: r } = i;
447
447
  a === "deprecated" ? e.deprecated = r || !0 : i === N.private ? e.privacy = "private" : (e.docsTags ??= [], e.docsTags.push(i));
@@ -477,8 +477,8 @@ function at(e) {
477
477
  };
478
478
  let n, i = e.slice(0, t);
479
479
  if (i.startsWith("[") && i.endsWith("]")) {
480
- const r = i.slice(1, -1), l = r.indexOf("=");
481
- i = r.slice(0, l), n = r.slice(l + 1);
480
+ const r = i.slice(1, -1), s = r.indexOf("=");
481
+ i = r.slice(0, s), n = r.slice(s + 1);
482
482
  }
483
483
  const a = e.slice(t + 3);
484
484
  return {
@@ -508,7 +508,7 @@ const N = {
508
508
  description: void 0,
509
509
  docsTags: [N.private]
510
510
  };
511
- function yn(e, t, n) {
511
+ function vn(e, t, n) {
512
512
  switch (t.path) {
513
513
  case "layers/FeatureLayer": {
514
514
  const i = "export default class FeatureLayer extends FeatureLayerSuperclass {", a = e.indexOf(i);
@@ -517,23 +517,23 @@ function yn(e, t, n) {
517
517
  `Hardcoded behavior error: Expected .d.ts for FeatureLayer to include "${i}".`,
518
518
  { file: me(t).file, node: void 0 }
519
519
  ), e;
520
- const r = 'get type(): "feature";', l = e.indexOf(r);
521
- if (l === -1)
520
+ const r = 'get type(): "feature";', s = e.indexOf(r);
521
+ if (s === -1)
522
522
  return n.emitError(
523
523
  `Hardcoded behavior error: Expected .d.ts for FeatureLayer to include "${r}".`,
524
524
  { file: me(t).file, node: void 0 }
525
525
  ), e;
526
- const s = l + r.length, c = e.lastIndexOf("/**", l);
526
+ const l = s + r.length, c = e.lastIndexOf("/**", s);
527
527
  if (c === -1)
528
528
  return n.emitError(
529
529
  `Hardcoded behavior error: Expected .d.ts for FeatureLayer to include JSDoc for "${r}".`,
530
530
  { file: me(t).file, node: void 0 }
531
531
  ), e;
532
532
  const p = `export default class FeatureLayer extends __FeatureLayerSansType {
533
- ${e.slice(c, s)}
533
+ ${e.slice(c, l)}
534
534
  }
535
535
  export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {`;
536
- return e.slice(0, a) + p + e.slice(a + i.length, c) + e.slice(s);
536
+ return e.slice(0, a) + p + e.slice(a + i.length, c) + e.slice(l);
537
537
  }
538
538
  case "layers/OrientedImageryLayer": {
539
539
  const i = `import type { __FeatureLayerSansType } from "./FeatureLayer.js";
@@ -562,11 +562,11 @@ export namespace tsx {
562
562
  return e;
563
563
  }
564
564
  }
565
- function Ta(e, t) {
565
+ function ha(e, t) {
566
566
  let n = `/// <reference types="../index.d.ts" />
567
567
  `, i = `
568
568
 
569
- `, a = "", r = "", l = "", s = "", c = "", p = "", d = "", m = "", u = "", f = "", S = "", C = "";
569
+ `, a = "", r = "", s = "", l = "", c = "", p = "", d = "", m = "", f = "", u = "", S = "", C = "";
570
570
  for (let T = 0; T < e.length; ++T) {
571
571
  const R = e[T];
572
572
  for (let A = 0; A < R.declarations.length; ++A) {
@@ -580,7 +580,7 @@ function Ta(e, t) {
580
580
  i += `import type { ${G} } from "./${R.path}/customElement.js";
581
581
  `, n += `import type { ${G} } from "../${R.path}/customElement.js";
582
582
  `;
583
- const [fe, ke] = vn(V.name, V.members);
583
+ const [fe, ke] = Sn(V.name, V.members);
584
584
  let te = "", q = "";
585
585
  if (W !== void 0) {
586
586
  for (let de = 0; de < W.length; ++de) {
@@ -599,8 +599,8 @@ function Ta(e, t) {
599
599
  }
600
600
  r += ` type HTML${F}Element = ${G};
601
601
 
602
- `, l += ` "${U}": ${G};
603
- `, s += `interface Lumina${F} extends ${fe}h.JSX.HTMLAttributes<${G}> {
602
+ `, s += ` "${U}": ${G};
603
+ `, l += `interface Lumina${F} extends ${fe}h.JSX.HTMLAttributes<${G}> {
604
604
  ${te}}
605
605
 
606
606
  `, c += ` "${U}": Lumina${F};
@@ -611,8 +611,8 @@ ${te}}
611
611
  `, m += `interface React${F} extends ${fe}HTMLProps<${G}> {
612
612
  ${te}}
613
613
 
614
- `, u += ` "${U}": React${F};
615
- `, f += `interface Stencil${F} extends ${fe}StencilJsx.HTMLAttributes<${G}> {
614
+ `, f += ` "${U}": React${F};
615
+ `, u += `interface Stencil${F} extends ${fe}StencilJsx.HTMLAttributes<${G}> {
616
616
  ${q}}
617
617
 
618
618
  `, S += ` "${U}": Stencil${F};
@@ -631,7 +631,7 @@ ${a}
631
631
 
632
632
  declare global {
633
633
  interface HTMLElementTagNameMap {
634
- ${l}
634
+ ${s}
635
635
  }
636
636
 
637
637
  ${r}
@@ -641,7 +641,7 @@ export declare const defineCustomElements: import("${v}").DefineCustomElements;`
641
641
  t.dtsFiles.set(h, P);
642
642
  const L = `${n}import type { h, EventHandler } from "${v}";
643
643
 
644
- ${C}${s}declare module "@arcgis/lumina" {
644
+ ${C}${l}declare module "@arcgis/lumina" {
645
645
  export namespace h.JSX {
646
646
  interface IntrinsicElements {
647
647
  ${c} }
@@ -660,7 +660,7 @@ ${b}
660
660
  }`, k = `
661
661
  namespace JSX {
662
662
  interface IntrinsicElements {
663
- ${u} }
663
+ ${f} }
664
664
  }
665
665
  `, D = `${n}import type { HTMLProps } from 'react';
666
666
  import type { EventHandler } from "${v}";
@@ -670,7 +670,7 @@ declare module "react/jsx-runtime" {${k}}
670
670
  declare module "react/jsx-dev-runtime" {${k}}`, I = `${n}import { JSXBase as StencilJsx } from "@stencil/core/internal";
671
671
  import type { EventHandler } from "${v}";
672
672
 
673
- ${C}${f}interface ExposedElements {
673
+ ${C}${u}interface ExposedElements {
674
674
  ${S}}
675
675
 
676
676
  export namespace JSX {
@@ -685,12 +685,12 @@ declare module "@stencil/core/internal/stencil-public-runtime" {
685
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`;
686
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);
687
687
  }
688
- function vn(e, t) {
688
+ function Sn(e, t) {
689
689
  const n = [], i = [];
690
690
  let a = !1;
691
691
  if (t !== void 0)
692
- for (let s = 0; s < t.length; ++s) {
693
- const c = t[s];
692
+ for (let l = 0; l < t.length; ++l) {
693
+ const c = t[l];
694
694
  if (c.kind !== "field" || c.readonly !== void 0 || c.privacy !== void 0)
695
695
  continue;
696
696
  if (c.getterType !== void 0) {
@@ -701,20 +701,20 @@ function vn(e, t) {
701
701
  }
702
702
  let r = n.length > 0 ? `Required<Pick<${e}, ${n.join(" | ")}>>` : "";
703
703
  i.length > 0 && (r.length > 0 && (r += ", "), r += `Partial<Pick<${e}, ${i.join(" | ")}>>`), a && (r.length > 0 && (r += ", "), r += `${e}SetterTypes`);
704
- const l = a ? `type ${e}SetterTypes = ${e}["${ri}"];
704
+ const s = a ? `type ${e}SetterTypes = ${e}["${si}"];
705
705
  ` : "";
706
- return [r.length === 0 ? "" : `${r}, `, l];
706
+ return [r.length === 0 ? "" : `${r}, `, s];
707
707
  }
708
- function ha(e, t) {
708
+ function Ea(e, t) {
709
709
  const n = t.moduleMap.get("index");
710
710
  if (n === void 0)
711
- e.unshift(Sn);
711
+ e.unshift(gn);
712
712
  else {
713
713
  const i = me(n);
714
- i.index.named.getAssetPath === void 0 && n.declarations.push(si), i.index.named.setAssetPath === void 0 && n.declarations.push(li);
714
+ i.index.named.getAssetPath === void 0 && n.declarations.push(li), i.index.named.setAssetPath === void 0 && n.declarations.push(ci);
715
715
  }
716
716
  }
717
- const ri = "@setterTypes", si = {
717
+ const si = "@setterTypes", li = {
718
718
  [J]: et(),
719
719
  kind: "function",
720
720
  name: "getAssetPath",
@@ -756,7 +756,7 @@ const ri = "@setterTypes", si = {
756
756
  signature: void 0,
757
757
  privacy: void 0,
758
758
  source: void 0
759
- }, li = {
759
+ }, ci = {
760
760
  [J]: et(),
761
761
  kind: "function",
762
762
  name: "setAssetPath",
@@ -819,10 +819,10 @@ browser will load the assets from.`,
819
819
  signature: void 0,
820
820
  privacy: void 0,
821
821
  source: void 0
822
- }, ci = ii(void 0, "index", {}, { class: void 0, default: void 0, named: {} });
823
- ci.importsText = "";
824
- const Sn = {
825
- [J]: ci,
822
+ }, di = ni(void 0, "index", {}, { class: void 0, default: void 0, named: {} });
823
+ di.importsText = "";
824
+ const gn = {
825
+ [J]: di,
826
826
  kind: "javascript-module",
827
827
  path: "index",
828
828
  sourcePath: "src/index.ts",
@@ -830,7 +830,7 @@ const Sn = {
830
830
  description: void 0,
831
831
  docsTags: void 0,
832
832
  summary: void 0,
833
- declarations: [si, li],
833
+ declarations: [li, ci],
834
834
  exports: void 0
835
835
  };
836
836
  function pt(e, t) {
@@ -843,14 +843,14 @@ function pt(e, t) {
843
843
  return a === "" ? i : `${a}/${i}`;
844
844
  }
845
845
  }
846
- function gn(e, t) {
846
+ function Tn(e, t) {
847
847
  let n = 0;
848
848
  for (; ; ) {
849
849
  const a = e.indexOf("/", n) + 1;
850
850
  if (a === 0)
851
851
  break;
852
- const r = e.slice(n, a), l = t.slice(n, a);
853
- if (r !== l)
852
+ const r = e.slice(n, a), s = t.slice(n, a);
853
+ if (r !== s)
854
854
  break;
855
855
  n = a;
856
856
  }
@@ -889,30 +889,30 @@ function Ot(e, t) {
889
889
  }
890
890
  return !0;
891
891
  }
892
- function Ea(e, t) {
892
+ function Ca(e, t) {
893
893
  const n = Te(e), i = he(n), a = me(e);
894
894
  if (a.index.class?.privacy !== void 0)
895
895
  return e.declarations.length > 1 && t.emitError(
896
- `Did not expect to find any public declarations in a module that declares a private web component. Found: ${e.declarations.filter((s) => s !== a.index.class).map((s) => s.name).join(", ")}`,
896
+ `Did not expect to find any public declarations in a module that declares a private web component. Found: ${e.declarations.filter((l) => l !== a.index.class).map((l) => l.name).join(", ")}`,
897
897
  { file: a.file, node: void 0 }
898
898
  ), "";
899
899
  let r = `${i}${a.importsText}`;
900
900
  if (r !== "" && (r += `
901
901
  `), a.reExports !== void 0) {
902
- for (let s = 0; s < a.reExports.length; ++s) {
903
- const c = a.reExports[s];
902
+ for (let l = 0; l < a.reExports.length; ++l) {
903
+ const c = a.reExports[l];
904
904
  let p = "";
905
905
  if (c.specifiers[0].exportName === "*") {
906
906
  const m = c.specifiers[0];
907
907
  p = (c.isTypeOnly ? "type *" : "*") + (m.aliasName ? ` as ${m.aliasName}` : "");
908
908
  } else {
909
909
  for (let m = 0; m < c.specifiers.length; ++m) {
910
- const u = c.specifiers[m];
911
- p += (m === 0 ? "{" : ",") + (c.isTypeOnly ? " type " : " ") + u.exportName + (u.aliasName ? ` as ${u.aliasName}` : "");
910
+ const f = c.specifiers[m];
911
+ p += (m === 0 ? "{" : ",") + (c.isTypeOnly ? " type " : " ") + f.exportName + (f.aliasName ? ` as ${f.aliasName}` : "");
912
912
  }
913
913
  p += " }";
914
914
  }
915
- const d = c.modulePath === void 0 ? c.externalSpecifier : gn(a.dtsPath, c.modulePath);
915
+ const d = c.modulePath === void 0 ? c.externalSpecifier : Tn(a.dtsPath, c.modulePath);
916
916
  r += `export ${p} from "${d}";
917
917
  `;
918
918
  }
@@ -920,25 +920,25 @@ function Ea(e, t) {
920
920
  `;
921
921
  }
922
922
  if (a.namespaces !== void 0)
923
- for (let s = 0; s < a.namespaces.length; ++s)
924
- r += `${a.namespaces[s]}
923
+ for (let l = 0; l < a.namespaces.length; ++l)
924
+ r += `${a.namespaces[l]}
925
925
 
926
926
  `;
927
- const l = e.declarations;
927
+ const s = e.declarations;
928
928
  a.constructorPropertiesInterface !== void 0 && (r += `${Nt(a.constructorPropertiesInterface)}
929
929
 
930
930
  `);
931
- for (let s = 0; s < l.length; ++s) {
932
- const c = l[s];
933
- r += Nt(c), s < l.length - 1 && (r += `
931
+ for (let l = 0; l < s.length; ++l) {
932
+ const c = s[l];
933
+ r += Nt(c), l < s.length - 1 && (r += `
934
934
 
935
935
  `);
936
936
  }
937
- return t.isJsApi ? yn(r, e, t) : (t.isComponentProject && (e.exports?.[0].kind === "custom-element-definition" ? r = `/// <reference path="../../index.d.ts" />
937
+ return t.isJsApi ? vn(r, e, t) : (t.isComponentProject && (e.exports?.[0].kind === "custom-element-definition" ? r = `/// <reference path="../../index.d.ts" />
938
938
  ${r}` : e.path === "index" && (r += t.vanillaComponentTypes)), r);
939
939
  }
940
940
  function he(e) {
941
- return e === void 0 ? "" : `/*${rn(e)}*/
941
+ return e === void 0 ? "" : `/*${sn(e)}*/
942
942
  `;
943
943
  }
944
944
  function Nt(e) {
@@ -948,34 +948,34 @@ function Nt(e) {
948
948
  else if (e.kind === "interface") {
949
949
  const a = ue(e);
950
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")) {
951
- const l = e.members[0];
952
- let s = di(l, !0);
953
- const c = Te(l)?.docsTags;
951
+ const s = e.members[0];
952
+ let l = pi(s, !0);
953
+ const c = Te(s)?.docsTags;
954
954
  c !== void 0 && (t = {
955
955
  description: t?.description,
956
956
  docsTags: [...c, ...t?.docsTags ?? []]
957
957
  });
958
- const p = s.indexOf("): ");
959
- s = `${s.slice(0, p)}) => ${s.slice(p + 3, -1)}`, n = Rt(e.name, e.typeParameters, void 0, s);
958
+ const p = l.indexOf("): ");
959
+ l = `${l.slice(0, p)}) => ${l.slice(p + 3, -1)}`, n = Rt(e.name, e.typeParameters, void 0, l);
960
960
  } else if (a.isMixinBaseClass === !0)
961
961
  n = wt(e);
962
962
  else if (a.emitAsTypeAlias === !0) {
963
- let l = e.type?.text;
964
- const s = mt(e);
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);
966
- } else {
963
+ let s = e.type?.text;
967
964
  const l = mt(e);
968
- n = wi(
965
+ l !== "" ? s = s === void 0 ? `{${l}}` : `${s} & {${l}}` : s === void 0 && e.supertypes === void 0 && (s = "{}"), n = Rt(e.name, e.typeParameters, e.supertypes, s);
966
+ } else {
967
+ const s = mt(e);
968
+ n = Ui(
969
969
  a.isDefaultExported === !0,
970
970
  e.name,
971
971
  e.typeParameters,
972
972
  e.supertypes,
973
- l
973
+ s
974
974
  );
975
975
  }
976
976
  } else if (e.kind === "function") {
977
977
  const a = ht(e);
978
- n = Ui(
978
+ n = Vi(
979
979
  a.isDefaultExported === !0,
980
980
  e.name,
981
981
  e.typeParameters,
@@ -983,28 +983,28 @@ function Nt(e) {
983
983
  e.return.type.text
984
984
  );
985
985
  } else if (e.kind === "variable") {
986
- const a = ti(e);
987
- n += Vi(a.isDefaultExported === !0, e.name, e.type.text);
986
+ const a = ii(e);
987
+ n += Wi(a.isDefaultExported === !0, e.name, e.type.text);
988
988
  }
989
989
  return `${he(t)}${n}`;
990
990
  }
991
991
  function wt(e) {
992
992
  const t = ue(e), n = t.isDefaultExported === !0, i = mt(e), a = e, r = e;
993
- let l, s = a.mixins ?? r.supertypes;
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`;
995
- let c = Wi(
993
+ let s, l = a.mixins ?? r.supertypes;
994
+ l === void 0 ? a.superclass !== void 0 && (s = Fe(a.superclass)) : a.superclass === void 0 && l.length === 1 ? (s = Fe(l[0]), l = void 0) : s = `${e.name}Superclass`;
995
+ let c = _i(
996
996
  t.hasExplicitAbstract !== void 0,
997
997
  n,
998
998
  e.name,
999
999
  e.typeParameters,
1000
- l,
1000
+ s,
1001
1001
  i
1002
1002
  );
1003
- if (s !== void 0) {
1003
+ if (l !== void 0) {
1004
1004
  c += `
1005
- declare const ${l}:`, a.superclass !== void 0 && (c += ` typeof ${Fe(a.superclass)}`);
1006
- for (let p = 0; p < s.length; ++p) {
1007
- const d = s[p];
1005
+ declare const ${s}:`, a.superclass !== void 0 && (c += ` typeof ${Fe(a.superclass)}`);
1006
+ for (let p = 0; p < l.length; ++p) {
1007
+ const d = l[p];
1008
1008
  c += ` & typeof ${Fe(d)}`;
1009
1009
  }
1010
1010
  }
@@ -1016,52 +1016,52 @@ function mt(e) {
1016
1016
  const i = ue(e);
1017
1017
  if (e.kind === "mixin" && (n += `constructor(...args: any[]);
1018
1018
  `), i.eventTypesProperty !== void 0) {
1019
- let l = hn;
1019
+ let s = En;
1020
1020
  if (i.eventTypesProperty.description !== void 0 || i.eventTypesProperty.docsTags !== void 0) {
1021
1021
  const c = Te(i.eventTypesProperty);
1022
- l = he(c);
1022
+ s = he(c);
1023
1023
  }
1024
- const s = Ut(i.eventTypesProperty);
1025
- n += `${l}${s}
1024
+ const l = Ut(i.eventTypesProperty);
1025
+ n += `${s}${l}
1026
1026
  `;
1027
1027
  }
1028
1028
  const a = e, r = e.customElement === !0;
1029
1029
  if (t !== void 0) {
1030
- let l = "";
1031
- for (let s = 0; s < t.length; ++s) {
1032
- const c = t[s];
1030
+ let s = "";
1031
+ for (let l = 0; l < t.length; ++l) {
1032
+ const c = t[l];
1033
1033
  if (c.inheritedFrom !== void 0 || c.privacy === "private")
1034
1034
  continue;
1035
1035
  const d = Te(c);
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)}
1037
- `), n += Ut(c)) : n += di(c, !1), n += `
1036
+ n += he(d), c.kind === "field" ? (r && c.getterType !== void 0 && (s += ` ${ve(!1, !1, !1, !1, !1, c.docsTags?.includes(N.required) !== !0, c.name, c.type.text)}
1037
+ `), n += Ut(c)) : n += pi(c, !1), n += `
1038
1038
  `;
1039
1039
  }
1040
- l !== "" && (n += `${ve(!1, !1, !1, !1, !1, !1, ri, `{
1041
- ${l}}`)}
1040
+ s !== "" && (n += `${ve(!1, !1, !1, !1, !1, !1, si, `{
1041
+ ${s}}`)}
1042
1042
  `);
1043
1043
  }
1044
1044
  if (r && a.events !== void 0) {
1045
- let l = e.name;
1045
+ let s = e.name;
1046
1046
  if (e.typeParameters !== void 0) {
1047
- l += "<";
1047
+ s += "<";
1048
1048
  for (let c = 0; c < e.typeParameters.length; ++c)
1049
- l += e.typeParameters[c].name, c < e.typeParameters.length - 1 && (l += ", ");
1050
- l += ">";
1049
+ s += e.typeParameters[c].name, c < e.typeParameters.length - 1 && (s += ", ");
1050
+ s += ">";
1051
1051
  }
1052
- let s = "";
1052
+ let l = "";
1053
1053
  for (let c = 0; c < a.events.length; ++c) {
1054
1054
  const p = a.events[c];
1055
1055
  if (p.inheritedFrom === void 0) {
1056
1056
  const d = Te(p);
1057
- n += `${he(d)}${ve(!1, !1, !1, !0, !1, !1, p.name, `import("${Tn}").TargetedEvent<this, ${p.type.text}>`)}
1057
+ n += `${he(d)}${ve(!1, !1, !1, !0, !1, !1, p.name, `import("${hn}").TargetedEvent<this, ${p.type.text}>`)}
1058
1058
  `;
1059
1059
  }
1060
- s += ` ${ve(!1, !1, !1, !1, !1, !1, p.name, `${l}["${p.name}"]["detail"]`)}
1060
+ l += ` ${ve(!1, !1, !1, !1, !1, !1, p.name, `${s}["${p.name}"]["detail"]`)}
1061
1061
  `;
1062
1062
  }
1063
1063
  n += `${ve(!1, !1, !1, !0, !1, !1, "@eventTypes", `{
1064
- ${s}}`)}
1064
+ ${l}}`)}
1065
1065
  `;
1066
1066
  }
1067
1067
  return n === "" ? "" : `
@@ -1069,12 +1069,12 @@ ${s}}`)}
1069
1069
  `, `
1070
1070
  `).slice(0, -2)}`;
1071
1071
  }
1072
- const Tn = "@arcgis/lumina";
1072
+ const hn = "@arcgis/lumina";
1073
1073
  function Ut(e) {
1074
1074
  let t = "";
1075
- const n = Fi(e), i = n.isAccessor === !0, a = e.readonly === !0;
1075
+ const n = Oi(e), i = n.isAccessor === !0, a = e.readonly === !0;
1076
1076
  if (e.getterType !== void 0 || i && a)
1077
- t += Bi(
1077
+ t += Ki(
1078
1078
  e.privacy !== void 0,
1079
1079
  n.isAbstract === !0,
1080
1080
  e.static === !0,
@@ -1083,23 +1083,23 @@ function Ut(e) {
1083
1083
  a ? void 0 : e.type.text
1084
1084
  );
1085
1085
  else {
1086
- const r = n.dtsTypeOverride ?? e.type.text, l = i ? !1 : r.endsWith(" | undefined"), s = l ? r.slice(0, -12) : r;
1086
+ const r = n.dtsTypeOverride ?? e.type.text, s = i ? !1 : r.endsWith(" | undefined"), l = s ? r.slice(0, -12) : r;
1087
1087
  t += ve(
1088
1088
  e.privacy !== void 0,
1089
1089
  n.isAbstract === !0,
1090
1090
  e.static === !0,
1091
1091
  a,
1092
1092
  i,
1093
- l,
1093
+ s,
1094
1094
  e.name,
1095
- s
1095
+ l
1096
1096
  );
1097
1097
  }
1098
1098
  return t;
1099
1099
  }
1100
- function di(e, t) {
1100
+ function pi(e, t) {
1101
1101
  const n = ht(e);
1102
- return _i(
1102
+ return Bi(
1103
1103
  e.privacy !== void 0,
1104
1104
  n.isAbstract === !0,
1105
1105
  e.static === !0,
@@ -1110,7 +1110,7 @@ function di(e, t) {
1110
1110
  e.return?.type.text
1111
1111
  );
1112
1112
  }
1113
- const hn = he({
1113
+ const En = he({
1114
1114
  description: void 0,
1115
1115
  docsTags: [
1116
1116
  {
@@ -1120,19 +1120,19 @@ Use EventNames and EventTypes helpers from @arcgis/core/Evented`
1120
1120
  }
1121
1121
  ]
1122
1122
  });
1123
- function Ca() {
1123
+ function Pa() {
1124
1124
  const e = Date.now();
1125
- return () => (Date.now() - e) / En;
1125
+ return () => (Date.now() - e) / Cn;
1126
1126
  }
1127
- const En = 1e3;
1128
- function Cn(e) {
1127
+ const Cn = 1e3;
1128
+ function Pn(e) {
1129
1129
  const t = e.indexOf("/");
1130
1130
  return t === -1 ? e : e.slice(0, t);
1131
1131
  }
1132
1132
  function Vt(e, t, n) {
1133
1133
  if (!n.isComponentProject || n.config.context.isLuminaMinimalExtraction || n.config.documentation.publicStoryUrlPrefix === !1)
1134
1134
  return;
1135
- const i = e.match(Pn)?.[1];
1135
+ const i = e.match(bn)?.[1];
1136
1136
  if (i === void 0) {
1137
1137
  n.emitError(
1138
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',
@@ -1141,17 +1141,17 @@ function Vt(e, t, n) {
1141
1141
  return;
1142
1142
  }
1143
1143
  const a = [];
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();
1146
- let u = "";
1144
+ for (const s of e.matchAll(Mn)) {
1145
+ const l = s[1], c = Ln(l), p = e.indexOf("{", s.index), d = e.indexOf("}", p), m = e.slice(0, s.index).trimEnd();
1146
+ let f = "";
1147
1147
  if (m.endsWith("*/")) {
1148
1148
  const C = m.lastIndexOf("/**");
1149
- u = m.slice(C + 3, -2).trim().replaceAll(xn, "");
1149
+ f = m.slice(C + 3, -2).trim().replaceAll(Dn, "");
1150
1150
  }
1151
- const f = e.slice(p, d).match(Mn)?.[1] || c, S = Dn(c);
1151
+ const u = e.slice(p, d).match(xn)?.[1] || c, S = Rn(c);
1152
1152
  a.push({
1153
- description: `${f}${u ? `
1154
- ${u}` : ""}`,
1153
+ description: `${u}${f ? `
1154
+ ${f}` : ""}`,
1155
1155
  url: `${n.config.documentation.publicStoryUrlPrefix}?path=/story/${i}--${S}&singleStory=true`,
1156
1156
  source: void 0
1157
1157
  });
@@ -1166,20 +1166,20 @@ ${u}` : ""}`,
1166
1166
  const r = n.componentStories[i];
1167
1167
  r === void 0 ? n.componentStories[i] = a : r.push(...a);
1168
1168
  }
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) {
1169
+ const bn = /component: ["']([^"']+)["']/u, Mn = /export const (\w+)/gu, xn = /name: ["']([^"']+)["']/u, Dn = /^\s*\*\s?/gmu, Rn = (e) => e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]/giu, "-").replace(/-+/gu, "-").replace(/^-+/u, "").replace(/-+$/u, ""), Ln = (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 In(e, t) {
1171
1171
  if (t.config.context.isLuminaMinimalExtraction || t.componentTagName === void 0)
1172
1172
  return;
1173
1173
  const n = e.moduleSpecifier.text, i = /\.(?:css|s[ac]ss|less|styl(?:us)?|postcss|pcss|sss)(\\?|$)/u;
1174
1174
  if (!(n.startsWith(".") && i.test(n)))
1175
1175
  return;
1176
- const r = n.split("?", 1)[0], l = tn.join(t.file.fileName, "..", r), s = Ji(l, "utf-8"), c = In(s);
1176
+ const r = n.split("?", 1)[0], s = nn.join(t.file.fileName, "..", r), l = qi(s, "utf-8"), c = An(l);
1177
1177
  c !== void 0 && (t.componentCssFileDocs = c);
1178
1178
  }
1179
- function In(e) {
1179
+ function An(e) {
1180
1180
  const t = [];
1181
- for (const n of e.matchAll(An)) {
1182
- const i = n.groups.name, a = n.groups.description.replaceAll(kn, " ").trim();
1181
+ for (const n of e.matchAll(kn)) {
1182
+ const i = n.groups.name, a = n.groups.description.replaceAll(Gn, " ").trim();
1183
1183
  t.push({
1184
1184
  name: i,
1185
1185
  deprecated: void 0,
@@ -1191,8 +1191,8 @@ function In(e) {
1191
1191
  }
1192
1192
  return t.length === 0 ? void 0 : t;
1193
1193
  }
1194
- const An = /@prop\s+(?<name>--[\w-]+)\s*:(?<description>[^@/]+)/gu, kn = /\n\s+\*? ?/gu;
1195
- function pi(e, t) {
1194
+ const kn = /@prop\s+(?<name>--[\w-]+)\s*:(?<description>[^@/]+)/gu, Gn = /\n\s+\*? ?/gu;
1195
+ function mi(e, t) {
1196
1196
  if (e === void 0)
1197
1197
  return !1;
1198
1198
  for (let n = 0; n < e.length; ++n)
@@ -1208,25 +1208,25 @@ function tt(e) {
1208
1208
  return e.modifiers[t + 1]?.kind === o.SyntaxKind.DefaultKeyword ? 2 : 1;
1209
1209
  return 0;
1210
1210
  }
1211
- function mi(e, t) {
1211
+ function ui(e, t) {
1212
1212
  return e.endsWith("Properties") && t.apiClassLikeName === e.slice(0, -10);
1213
1213
  }
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
1214
+ const Fn = /* @__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"]}'), On = {
1215
+ globals: Fn
1216
1216
  }, ut = Object.freeze(
1217
- Object.assign(/* @__PURE__ */ Object.create(null), Fn.globals)
1217
+ Object.assign(/* @__PURE__ */ Object.create(null), On.globals)
1218
1218
  ), ft = "https://developer.mozilla.org/docs/Web/API/";
1219
- function ui(e, t, n = "*", i) {
1219
+ function fi(e, t, n = "*", i) {
1220
1220
  if (e === "@arcgis/core")
1221
- return On(t, n, i);
1221
+ return Nn(t, n, i);
1222
1222
  }
1223
- function On(e, t, n) {
1223
+ function Nn(e, t, n) {
1224
1224
  if (!(e === void 0 || e === "interfaces.d.ts")) {
1225
- const i = `https://${n.config.documentation.host}${Nn}${Z(e)}/`;
1226
- return Gi(i, t === "default" || t === "*" ? void 0 : t, void 0);
1225
+ const i = `https://${n.config.documentation.host}${wn}${Z(e)}/`;
1226
+ return Fi(i, t === "default" || t === "*" ? void 0 : t, void 0);
1227
1227
  }
1228
1228
  }
1229
- const Nn = ei("core");
1229
+ const wn = ti("core");
1230
1230
  function je(e, t, n, i) {
1231
1231
  i.implicitPublicModules ??= /* @__PURE__ */ Object.create(null);
1232
1232
  const a = i.implicitPublicModules[e];
@@ -1239,7 +1239,7 @@ function je(e, t, n, i) {
1239
1239
  extractedNames: /* @__PURE__ */ new Set()
1240
1240
  } : a.pendingNames !== void 0 && n !== "*" ? a.pendingNames.add(n) : a.pendingNames = void 0;
1241
1241
  }
1242
- function wn(e, t) {
1242
+ function Un(e, t) {
1243
1243
  const n = tt(e);
1244
1244
  if (t.pendingNames === void 0)
1245
1245
  return n > 0;
@@ -1249,7 +1249,7 @@ function wn(e, t) {
1249
1249
  return t.pendingNames.has(a);
1250
1250
  }
1251
1251
  function Je(e, t, n, i, a) {
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
+ const r = n.program.getTypeChecker(), s = e.flags & o.SymbolFlags.Alias ? r.getAliasedSymbol(e) : e, l = Hn(s), c = t.escapedText, p = l ?? c, d = s?.declarations?.[0];
1253
1253
  if (d === void 0)
1254
1254
  return n.emitError(`Unable to resolve the declaration file name for the type ${p}`, {
1255
1255
  file: n.file,
@@ -1262,24 +1262,24 @@ function Je(e, t, n, i, a) {
1262
1262
  start: i,
1263
1263
  end: a
1264
1264
  };
1265
- const m = d.getSourceFile(), { packageName: u, modulePath: f } = Vn(m.fileName, n, p);
1266
- if (u === "@arcgis/core" && f === "interfaces.js")
1265
+ const m = d.getSourceFile(), { packageName: f, modulePath: u } = Wn(m.fileName, n, p);
1266
+ if (f === "@arcgis/core" && u === "interfaces.js")
1267
1267
  return n.moduleContext.importsMap.__esri = {
1268
1268
  type: "*",
1269
1269
  modulePath: void 0,
1270
- rawSpecifier: `${u}/${f}`,
1270
+ rawSpecifier: `${f}/${u}`,
1271
1271
  replacementName: void 0,
1272
1272
  actualName: void 0,
1273
1273
  wasUsed: !0
1274
1274
  }, {
1275
1275
  name: "__esri",
1276
- module: f,
1277
- package: u,
1276
+ module: u,
1277
+ package: f,
1278
1278
  viewUrl: void 0,
1279
1279
  start: i,
1280
1280
  end: a
1281
1281
  };
1282
- if (u === "typescript" && f?.startsWith("lib/") === !0) {
1282
+ if (f === "typescript" && u?.startsWith("lib/") === !0) {
1283
1283
  let v = ut[p], P, h = p;
1284
1284
  if (v === void 0) {
1285
1285
  for (let L = d.parent; L !== void 0; L = L.parent)
@@ -1298,8 +1298,8 @@ function Je(e, t, n, i, a) {
1298
1298
  };
1299
1299
  }
1300
1300
  let S = p;
1301
- if (u !== void 0 && f === void 0 && s?.startsWith("HTML") === !0 && d.parent.kind === o.SyntaxKind.ModuleBlock && d.parent.parent.kind === o.SyntaxKind.ModuleDeclaration && d.parent.parent.name.escapedText === "global") {
1302
- if (s.endsWith("Element")) {
1301
+ if (f !== void 0 && u === void 0 && l?.startsWith("HTML") === !0 && d.parent.kind === o.SyntaxKind.ModuleBlock && d.parent.parent.kind === o.SyntaxKind.ModuleDeclaration && d.parent.parent.name.escapedText === "global") {
1302
+ if (l.endsWith("Element")) {
1303
1303
  const v = o.isInterfaceDeclaration(d) ? d.heritageClauses?.[0]?.types[0]?.expression : o.isTypeAliasDeclaration(d) && o.isTypeReferenceNode(d.type) ? d.type.typeName : void 0;
1304
1304
  if (v !== void 0 && o.isIdentifier(v)) {
1305
1305
  const P = r.getSymbolAtLocation(v);
@@ -1318,7 +1318,7 @@ function Je(e, t, n, i, a) {
1318
1318
  // Only supporting the syntax after
1319
1319
  // https://devtopia.esri.com/WebGIS/arcgis-web-components/pull/10794
1320
1320
  // As this interface is not likely to be used directly.
1321
- s.endsWith("ElementEventMap") && o.isTypeAliasDeclaration(d) && o.isIndexedAccessTypeNode(d.type) && o.isTypeReferenceNode(d.type.objectType) && o.isIdentifier(d.type.objectType.typeName) && o.isLiteralTypeNode(d.type.indexType) && o.isStringLiteral(d.type.indexType.literal) && d.type.indexType.literal.text === "@eventTypes"
1321
+ l.endsWith("ElementEventMap") && o.isTypeAliasDeclaration(d) && o.isIndexedAccessTypeNode(d.type) && o.isTypeReferenceNode(d.type.objectType) && o.isIdentifier(d.type.objectType.typeName) && o.isLiteralTypeNode(d.type.indexType) && o.isStringLiteral(d.type.indexType.literal) && d.type.indexType.literal.text === "@eventTypes"
1322
1322
  ) {
1323
1323
  const v = r.getSymbolAtLocation(d.type.objectType.typeName);
1324
1324
  if (v !== void 0) {
@@ -1333,30 +1333,30 @@ function Je(e, t, n, i, a) {
1333
1333
  }
1334
1334
  }
1335
1335
  }
1336
- if (u !== void 0 || f !== void 0) {
1337
- const v = s ?? ((f ?? u).split("/").pop()?.replaceAll(Un, "") || "type");
1336
+ if (f !== void 0 || u !== void 0) {
1337
+ const v = l ?? ((u ?? f).split("/").pop()?.replaceAll(Vn, "") || "type");
1338
1338
  for (let P = 1; ; P += 1) {
1339
1339
  const h = P === 1 ? v : `${v}${P}`;
1340
1340
  let L = n.functionLikeTypeParameters?.has(h) === !0 || n.objectLikeTypeParameters?.has(h) === !0 || n.localDeclarations.has(h);
1341
1341
  if (L)
1342
1342
  continue;
1343
- const b = n.moduleContext.importsMap[h], y = b !== void 0 && (u === void 0 ? b.modulePath === f : b.rawSpecifier === u + (f === void 0 ? "" : `/${f}`));
1343
+ const b = n.moduleContext.importsMap[h], y = b !== void 0 && (f === void 0 ? b.modulePath === u : b.rawSpecifier === f + (u === void 0 ? "" : `/${u}`));
1344
1344
  if (y ? b.wasUsed = !0 : L = n.moduleContext.importsMap[h] !== void 0, L)
1345
1345
  continue;
1346
1346
  const k = h !== c;
1347
1347
  k && (be(t, h), a = i + h.length);
1348
- const D = Hn(l), I = D === "named";
1349
- I || (S = D), u === void 0 && !n.config.strict && je(
1350
- f,
1348
+ const D = $n(s), I = D === "named";
1349
+ I || (S = D), f === void 0 && !n.config.strict && je(
1350
+ u,
1351
1351
  m.fileName.slice(n.basePath.length),
1352
1352
  S,
1353
1353
  n
1354
1354
  ), y || (n.moduleContext.importsMap[h] = {
1355
1355
  type: D,
1356
- modulePath: u === void 0 ? f : void 0,
1357
- rawSpecifier: u === void 0 ? "" : u + (f === void 0 ? "" : `/${f}`),
1356
+ modulePath: f === void 0 ? u : void 0,
1357
+ rawSpecifier: f === void 0 ? "" : f + (u === void 0 ? "" : `/${u}`),
1358
1358
  replacementName: void 0,
1359
- actualName: I && k ? s : void 0,
1359
+ actualName: I && k ? l : void 0,
1360
1360
  wasUsed: !0
1361
1361
  });
1362
1362
  break;
@@ -1384,46 +1384,46 @@ function Je(e, t, n, i, a) {
1384
1384
  }
1385
1385
  );
1386
1386
  }
1387
- const C = S === "default" || S === "*" ? void 0 : s;
1388
- return u ? {
1387
+ const C = S === "default" || S === "*" ? void 0 : l;
1388
+ return f ? {
1389
1389
  name: S,
1390
- module: f || void 0,
1391
- package: u,
1392
- viewUrl: ui(u, f ?? "", C, n),
1390
+ module: u || void 0,
1391
+ package: f,
1392
+ viewUrl: fi(f, u ?? "", C, n),
1393
1393
  start: i,
1394
1394
  end: a
1395
1395
  } : {
1396
1396
  name: S,
1397
- module: f,
1397
+ module: u,
1398
1398
  package: void 0,
1399
- viewUrl: Ue(f ?? n.apiModule.path, C, void 0, n),
1399
+ viewUrl: Ue(u ?? n.apiModule.path, C, void 0, n),
1400
1400
  start: i,
1401
1401
  end: a
1402
1402
  };
1403
1403
  }
1404
- const Un = /[^a-zA-Z0-9$_]/gu;
1405
- function Vn(e, t, n) {
1404
+ const Vn = /[^a-zA-Z0-9$_]/gu;
1405
+ function Wn(e, t, n) {
1406
1406
  const i = e.lastIndexOf(rt);
1407
1407
  if (i !== -1) {
1408
- const s = e.slice(i + rt.length), c = fi(s), p = e.slice(
1408
+ const c = e.slice(i + rt.length), p = yi(c), d = e.slice(
1409
1409
  0,
1410
- i + rt.length + c.packageName.length
1411
- ), d = ct(p);
1412
- return Wt(c), c.modulePath = _t(c.modulePath, d, t, n), c;
1410
+ i + rt.length + p.packageName.length
1411
+ ), m = ct(d);
1412
+ return _t(p), p.modulePath = Bt(p.modulePath, m, t, n), p;
1413
1413
  }
1414
- const r = e.indexOf(Wn);
1415
- if (r !== -1) {
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 };
1417
- return Wt(u), u;
1414
+ let r = e.indexOf(_n), s;
1415
+ if (r === -1 && (r = e.indexOf(Wt), r !== -1 && (s = r + Wt.length)), r !== -1) {
1416
+ const c = e.slice(0, r), p = ct(c), d = p.name, m = e.slice(s ?? r + 1), f = Bt(m, p, t, n), u = { packageName: d, modulePath: f };
1417
+ return _t(u), u;
1418
1418
  }
1419
1419
  if (e.startsWith(t.basePath)) {
1420
- const s = e.slice(t.basePath.length), c = Ve(Z(s), t);
1421
- return c === t.apiModule.path ? {
1420
+ const c = e.slice(t.basePath.length), p = Ve(Z(c), t);
1421
+ return p === t.apiModule.path ? {
1422
1422
  packageName: void 0,
1423
1423
  modulePath: void 0
1424
1424
  } : {
1425
1425
  packageName: void 0,
1426
- modulePath: c
1426
+ modulePath: p
1427
1427
  };
1428
1428
  } else
1429
1429
  return t.emitError(
@@ -1437,25 +1437,25 @@ function Vn(e, t, n) {
1437
1437
  modulePath: void 0
1438
1438
  };
1439
1439
  }
1440
- const rt = "/node_modules/", Wn = "/dist/";
1441
- function fi(e) {
1440
+ const rt = "/node_modules/", _n = "/dist/", Wt = "/output/npm/esm/";
1441
+ function yi(e) {
1442
1442
  const t = dt(e), n = e.length === t.length ? void 0 : e.slice(t.length + 1);
1443
1443
  return { packageName: t, modulePath: n };
1444
1444
  }
1445
- function Wt(e) {
1445
+ function _t(e) {
1446
1446
  e.packageName?.startsWith("@types/") === !0 && (e.packageName = e.packageName.slice(7));
1447
1447
  }
1448
- function _t(e, t, n, i) {
1448
+ function Bt(e, t, n, i) {
1449
1449
  const a = Z(e);
1450
1450
  if (t.exports === void 0)
1451
1451
  return `${a}.js`;
1452
- const r = `./${a}`, l = "@arcgis/lumina" in (t.dependencies ?? {}) && r.endsWith("/customElement") ? `${r.slice(0, -13)}index` : r;
1453
- let s = yt(t.exports, ".", l);
1454
- if (s === void 0 && (s = _n[t.name]?.(a)), s !== void 0)
1455
- return s === "." ? void 0 : s.slice(2);
1452
+ const r = `./${a}`, s = "@arcgis/lumina" in (t.dependencies ?? {}) && r.endsWith("/customElement") ? `${r.slice(0, -13)}index` : r;
1453
+ let l = yt(t.exports, ".", s);
1454
+ if (l === void 0 && (l = Bn[t.name]?.(a)), l !== void 0)
1455
+ return l === "." ? void 0 : l.slice(2);
1456
1456
  const c = n.moduleContext.importsMap[i];
1457
1457
  if (c !== void 0 && c.modulePath === void 0) {
1458
- const p = fi(c.rawSpecifier);
1458
+ const p = yi(c.rawSpecifier);
1459
1459
  if (p.packageName === t.name)
1460
1460
  return p.modulePath;
1461
1461
  }
@@ -1464,7 +1464,7 @@ function _t(e, t, n, i) {
1464
1464
  { file: n.file, node: void 0 }
1465
1465
  ), e;
1466
1466
  }
1467
- const _n = {
1467
+ const Bn = {
1468
1468
  // REFACTOR: dissolve barrel files (match @arcgis/core). then this won't be needed
1469
1469
  "@arcgis/lumina"(e) {
1470
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;
@@ -1472,7 +1472,7 @@ const _n = {
1472
1472
  };
1473
1473
  function yt(e, t, n) {
1474
1474
  if (typeof e == "string")
1475
- return Bn(t, e, n);
1475
+ return Kn(t, e, n);
1476
1476
  if (Array.isArray(e))
1477
1477
  for (let i = 0; i < e.length; ++i) {
1478
1478
  const a = yt(e[i], t, n);
@@ -1481,12 +1481,12 @@ function yt(e, t, n) {
1481
1481
  }
1482
1482
  if (typeof e == "object" && e !== null)
1483
1483
  for (const [i, a] of Object.entries(e)) {
1484
- const l = i.startsWith(".") ? i : t, s = yt(a, l, n);
1485
- if (s !== void 0)
1486
- return s;
1484
+ const s = i.startsWith(".") ? i : t, l = yt(a, s, n);
1485
+ if (l !== void 0)
1486
+ return l;
1487
1487
  }
1488
1488
  }
1489
- function Bn(e, t, n) {
1489
+ function Kn(e, t, n) {
1490
1490
  const i = Z(t);
1491
1491
  if (i === n)
1492
1492
  return e;
@@ -1496,28 +1496,28 @@ function Bn(e, t, n) {
1496
1496
  const r = i.slice(0, a);
1497
1497
  if (!n.startsWith(r))
1498
1498
  return;
1499
- const l = i.slice(a + 1), s = n.slice(r.length), c = t.slice(i.length);
1500
- if (l === "") {
1501
- const m = Z(e), u = e.slice(m.length), f = m === e && c === "" ? ".js" : u;
1502
- return m.slice(0, -1) + s + f;
1499
+ const s = i.slice(a + 1), l = n.slice(r.length), c = t.slice(i.length);
1500
+ if (s === "") {
1501
+ const m = Z(e), f = e.slice(m.length), u = m === e && c === "" ? ".js" : f;
1502
+ return m.slice(0, -1) + l + u;
1503
1503
  }
1504
- if (!s.endsWith(l))
1504
+ if (!l.endsWith(s))
1505
1505
  return;
1506
- const p = s.slice(0, -l.length), d = e.indexOf("*");
1506
+ const p = l.slice(0, -s.length), d = e.indexOf("*");
1507
1507
  if (d !== -1)
1508
1508
  return e.slice(0, d) + p + e.slice(d + 1);
1509
1509
  }
1510
- function Kn(e) {
1510
+ function Hn(e) {
1511
1511
  const t = e.getDeclarations()?.[0];
1512
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)))
1513
1513
  return t.name.escapedText;
1514
1514
  const n = e.escapedName;
1515
1515
  return n === "default" || n.startsWith("__") ? void 0 : n;
1516
1516
  }
1517
- function Hn(e) {
1518
- return e.flags & o.SymbolFlags.ValueModule ? "*" : $n(e) ? "default" : "named";
1519
- }
1520
1517
  function $n(e) {
1518
+ return e.flags & o.SymbolFlags.ValueModule ? "*" : zn(e) ? "default" : "named";
1519
+ }
1520
+ function zn(e) {
1521
1521
  const t = e.escapedName;
1522
1522
  if (t === "default" || // CommonJS "export ="
1523
1523
  t === "export=")
@@ -1571,9 +1571,9 @@ function _(e, t, n, i) {
1571
1571
  if (i.isInLuminaMinimalExtraction)
1572
1572
  return we;
1573
1573
  const a = t === O.shallow ? O.false : t, r = new Array(e.elements.length);
1574
- for (let l = 0; l < r.length; ++l) {
1575
- const s = e.elements[l];
1576
- r[l] = _(s, a, { ...n, node: s }, i);
1574
+ for (let s = 0; s < r.length; ++s) {
1575
+ const l = e.elements[s];
1576
+ r[s] = _(l, a, { ...n, node: l }, i);
1577
1577
  }
1578
1578
  return a ? o.factory.createTypeOperatorNode(o.SyntaxKind.ReadonlyKeyword, o.factory.createTupleTypeNode(r)) : o.factory.createArrayTypeNode(
1579
1579
  r.length === 1 ? r[0] : o.factory.createUnionTypeNode(r)
@@ -1583,9 +1583,9 @@ function _(e, t, n, i) {
1583
1583
  if (i.isInLuminaMinimalExtraction)
1584
1584
  return we;
1585
1585
  const a = t === O.shallow ? O.false : t, r = new Array(e.properties.length);
1586
- for (let l = 0; l < r.length; ++l) {
1587
- const s = e.properties[l];
1588
- r[l] = zn(s, a, { ...n, node: s }, i);
1586
+ for (let s = 0; s < r.length; ++s) {
1587
+ const l = e.properties[s];
1588
+ r[s] = jn(l, a, { ...n, node: l }, i);
1589
1589
  }
1590
1590
  return o.factory.createTypeLiteralNode(r);
1591
1591
  }
@@ -1608,8 +1608,8 @@ function _(e, t, n, i) {
1608
1608
  return we;
1609
1609
  if (o.isIdentifier(e.expression)) {
1610
1610
  const r = e.expression.escapedText;
1611
- let l = e.typeArguments, s = !1;
1612
- if ((r === "Set" || r === "WeakSet") && l === void 0)
1611
+ let s = e.typeArguments, l = !1;
1612
+ if ((r === "Set" || r === "WeakSet") && s === void 0)
1613
1613
  if (e.arguments?.[0] !== void 0) {
1614
1614
  const c = _(
1615
1615
  e.arguments[0],
@@ -1617,13 +1617,13 @@ function _(e, t, n, i) {
1617
1617
  { ...n, node: e.arguments[0] },
1618
1618
  i
1619
1619
  );
1620
- c.kind === o.SyntaxKind.ArrayType && (l = [c.elementType]);
1620
+ c.kind === o.SyntaxKind.ArrayType && (s = [c.elementType]);
1621
1621
  } else
1622
- s = !0;
1622
+ l = !0;
1623
1623
  else
1624
- s ||= (r === "Map" || r === "WeakMap") && l?.length !== 2;
1625
- if (!s)
1626
- return o.factory.createTypeReferenceNode(e.expression, l);
1624
+ l ||= (r === "Map" || r === "WeakMap") && s?.length !== 2;
1625
+ if (!l)
1626
+ return o.factory.createTypeReferenceNode(e.expression, s);
1627
1627
  }
1628
1628
  const a = _(e.expression, t, n, i);
1629
1629
  if (o.isTypeReferenceNode(a))
@@ -1651,15 +1651,15 @@ function _(e, t, n, i) {
1651
1651
  o.factory.createTypeReferenceNode(r)
1652
1652
  ]);
1653
1653
  if (a.expression.escapedText === "Symbol" && a.name.escapedText === "for")
1654
- return Kt(t);
1654
+ return Ht(t);
1655
1655
  } else if (o.isIdentifier(a) && a.escapedText === "Symbol")
1656
- return Kt(t);
1657
- const l = ge(n, t, i);
1658
- if (l !== void 0)
1659
- return l;
1660
- const s = _(a, t, n, i);
1661
- return o.isTypeQueryNode(s) ? o.factory.createTypeReferenceNode(o.factory.createIdentifier("ReturnType"), [
1662
- o.factory.createTypeQueryNode(s.exprName, e.typeArguments)
1656
+ return Ht(t);
1657
+ const s = ge(n, t, i);
1658
+ if (s !== void 0)
1659
+ return s;
1660
+ const l = _(a, t, n, i);
1661
+ return o.isTypeQueryNode(l) ? o.factory.createTypeReferenceNode(o.factory.createIdentifier("ReturnType"), [
1662
+ o.factory.createTypeQueryNode(l.exprName, e.typeArguments)
1663
1663
  ]) : Pe(n, Q, t, i);
1664
1664
  }
1665
1665
  if (o.isArrowFunction(e)) {
@@ -1674,8 +1674,8 @@ function _(e, t, n, i) {
1674
1674
  }
1675
1675
  return Pe(n, Q, t, i);
1676
1676
  }
1677
- function zn(e, t, n, i) {
1678
- const a = t === O.false ? void 0 : Yn;
1677
+ function jn(e, t, n, i) {
1678
+ const a = t === O.false ? void 0 : Zn;
1679
1679
  return o.isPropertyAssignment(e) ? o.factory.createPropertySignature(
1680
1680
  a,
1681
1681
  e.name,
@@ -1723,23 +1723,23 @@ function ge(e, t, n) {
1723
1723
  let a;
1724
1724
  const r = t === O.false;
1725
1725
  if (r && e.node.kind === o.SyntaxKind.Identifier) {
1726
- const s = i.getSymbolAtLocation(e.node);
1727
- a = s === void 0 ? void 0 : i.getTypeOfSymbol(s);
1726
+ const l = i.getSymbolAtLocation(e.node);
1727
+ a = l === void 0 ? void 0 : i.getTypeOfSymbol(l);
1728
1728
  }
1729
1729
  a ??= i.getTypeAtLocation(e.node);
1730
- const l = r ? nn(i, a) : a;
1731
- return it(i, l);
1730
+ const s = r ? on(i, a) : a;
1731
+ return it(i, s);
1732
1732
  }
1733
1733
  }
1734
1734
  function it(e, t) {
1735
- const n = t.flags & o.TypeFlags.Union ? t.types.every(Bt) : Bt(t);
1735
+ const n = t.flags & o.TypeFlags.Union ? t.types.every(Kt) : Kt(t);
1736
1736
  return e.typeToTypeNode(
1737
1737
  t,
1738
1738
  void 0,
1739
- qn & (n ? ~o.TypeFormatFlags.MultilineObjectLiterals : -1)
1739
+ Qn & (n ? ~o.TypeFormatFlags.MultilineObjectLiterals : -1)
1740
1740
  );
1741
1741
  }
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);
1742
+ const Jn = o.TypeFormatFlags.NoTruncation | o.TypeFormatFlags.WriteArrayAsGenericType | o.TypeFormatFlags.SuppressAnyReturnType | o.TypeFormatFlags.MultilineObjectLiterals, qn = Jn & o.TypeFormatFlags.NodeBuilderFlagsMask, Qn = qn | o.NodeBuilderFlags.IgnoreErrors | o.NodeBuilderFlags.NoTruncation, Kt = (e) => e.flags & o.TypeFlags.Object ? e.getProperties().length === 1 : !!(e.flags & o.TypeFlags.PossiblyFalsy);
1743
1743
  function qe(e, t) {
1744
1744
  const n = t.program?.getTypeChecker?.();
1745
1745
  if (n === void 0)
@@ -1750,7 +1750,7 @@ function qe(e, t) {
1750
1750
  const a = n.getReturnTypeOfSignature(i);
1751
1751
  return it(n, a);
1752
1752
  }
1753
- function Qn(e, t) {
1753
+ function Xn(e, t) {
1754
1754
  const n = t.program?.getTypeChecker?.();
1755
1755
  if (n === void 0)
1756
1756
  return;
@@ -1760,22 +1760,22 @@ function Qn(e, t) {
1760
1760
  function X(e, t, n) {
1761
1761
  return n.isInLuminaMinimalExtraction || n.emitError(t, e), vt;
1762
1762
  }
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];
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), Yn = o.factory.createToken(o.SyntaxKind.ReadonlyKeyword), Zn = [Yn];
1764
1764
  function St(e, t, n, i) {
1765
1765
  const a = new Array(e.length);
1766
1766
  for (let r = 0; r < a.length; ++r) {
1767
- const l = e[r];
1768
- a[r] = l.initializer === void 0 && o.isIdentifier(l.name) ? l : o.factory.createParameterDeclaration(
1767
+ const s = e[r];
1768
+ a[r] = s.initializer === void 0 && o.isIdentifier(s.name) ? s : o.factory.createParameterDeclaration(
1769
1769
  void 0,
1770
- l.dotDotDotToken,
1771
- o.isIdentifier(l.name) ? l.name : o.factory.createIdentifier(`parameter${r}`),
1772
- l.questionToken,
1773
- l.type ?? (l.initializer === void 0 ? X({ ...n, node: l }, Q, i) : _(
1774
- l.initializer,
1770
+ s.dotDotDotToken,
1771
+ o.isIdentifier(s.name) ? s.name : o.factory.createIdentifier(`parameter${r}`),
1772
+ s.questionToken,
1773
+ s.type ?? (s.initializer === void 0 ? X({ ...n, node: s }, Q, i) : _(
1774
+ s.initializer,
1775
1775
  t,
1776
1776
  {
1777
1777
  ...n,
1778
- node: l.initializer
1778
+ node: s.initializer
1779
1779
  },
1780
1780
  i
1781
1781
  ))
@@ -1783,23 +1783,23 @@ function St(e, t, n, i) {
1783
1783
  }
1784
1784
  return a;
1785
1785
  }
1786
- function Kt(e) {
1786
+ function Ht(e) {
1787
1787
  return e === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword) : o.factory.createTypeOperatorNode(
1788
1788
  o.SyntaxKind.UniqueKeyword,
1789
1789
  o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword)
1790
1790
  );
1791
1791
  }
1792
- function Zn(e, t) {
1792
+ function eo(e, t) {
1793
1793
  const n = t.program?.getTypeChecker?.();
1794
- if (n === void 0 || !eo(e.exprName, t))
1794
+ if (n === void 0 || !to(e.exprName, t))
1795
1795
  return;
1796
1796
  const i = n.getTypeAtLocation(e.exprName);
1797
1797
  return it(n, i);
1798
1798
  }
1799
- function eo(e, t) {
1800
- return e.kind === o.SyntaxKind.QualifiedName ? to(e.left) : t.moduleContext.importsMap[e.escapedText]?.rawSpecifier.endsWith(".json") === !0;
1799
+ function to(e, t) {
1800
+ return e.kind === o.SyntaxKind.QualifiedName ? io(e.left) : t.moduleContext.importsMap[e.escapedText]?.rawSpecifier.endsWith(".json") === !0;
1801
1801
  }
1802
- function to(e) {
1802
+ function io(e) {
1803
1803
  for (; e !== void 0; )
1804
1804
  if (e.kind === o.SyntaxKind.QualifiedName)
1805
1805
  e = e.left;
@@ -1821,7 +1821,7 @@ function j(e, t) {
1821
1821
  Qe.add(r.name.escapedText);
1822
1822
  }
1823
1823
  }
1824
- return io.writeNode(o.EmitHint.Unspecified, e, void 0, _e), {
1824
+ return no.writeNode(o.EmitHint.Unspecified, e, void 0, _e), {
1825
1825
  text: _e.getText(),
1826
1826
  references: z.length > 0 ? z : void 0,
1827
1827
  values: void 0,
@@ -1835,7 +1835,7 @@ const pe = (e, t, n) => {
1835
1835
  const i = t, a = i.typeName;
1836
1836
  switch (a.escapedText) {
1837
1837
  case "nil":
1838
- return pe(e, no, n);
1838
+ return pe(e, oo, n);
1839
1839
  // Used in public typings in 88 files
1840
1840
  // REFACTOR: consider refactoring out Const usages in public API to
1841
1841
  // reduce divergence
@@ -1856,10 +1856,10 @@ const pe = (e, t, n) => {
1856
1856
  Be(a);
1857
1857
  break;
1858
1858
  case o.SyntaxKind.TypeQuery:
1859
- const l = Zn(t, M);
1860
- if (l !== void 0)
1861
- return pe(e, l, n);
1862
- Be(t.exprName, oo);
1859
+ const s = eo(t, M);
1860
+ if (s !== void 0)
1861
+ return pe(e, s, n);
1862
+ Be(t.exprName, ao);
1863
1863
  break;
1864
1864
  case o.SyntaxKind.PropertyAccessExpression:
1865
1865
  Be(t);
@@ -1889,14 +1889,14 @@ const pe = (e, t, n) => {
1889
1889
  );
1890
1890
  break;
1891
1891
  }
1892
- n(e, t), Xe !== void 0 && (yi(), Xe = void 0);
1893
- }, io = an(
1892
+ n(e, t), Xe !== void 0 && (vi(), Xe = void 0);
1893
+ }, no = rn(
1894
1894
  {},
1895
1895
  {
1896
1896
  onEmitNode: pe
1897
1897
  }
1898
- ), no = o.factory.createIdentifier("null | undefined"), _e = on.createTextWriter(`
1899
- `), oo = 7, Qe = /* @__PURE__ */ new Set();
1898
+ ), oo = o.factory.createIdentifier("null | undefined"), _e = an.createTextWriter(`
1899
+ `), ao = 7, Qe = /* @__PURE__ */ new Set();
1900
1900
  let z;
1901
1901
  function Be(e, t = 0) {
1902
1902
  const n = [];
@@ -1911,12 +1911,12 @@ function Be(e, t = 0) {
1911
1911
  const S = i.name;
1912
1912
  n.push(S), i = i.expression;
1913
1913
  }
1914
- const a = n.at(-1), r = a.escapedText, l = _e.getTextPos() + t;
1915
- let s = l + r.length;
1914
+ const a = n.at(-1), r = a.escapedText, s = _e.getTextPos() + t;
1915
+ let l = s + r.length;
1916
1916
  const c = a;
1917
1917
  if (c.pos === -1 && c.symbol !== void 0) {
1918
1918
  z.push(
1919
- Je(c.symbol, c, M, l, s)
1919
+ Je(c.symbol, c, M, s, l)
1920
1920
  );
1921
1921
  return;
1922
1922
  }
@@ -1926,8 +1926,8 @@ function Be(e, t = 0) {
1926
1926
  module: void 0,
1927
1927
  package: void 0,
1928
1928
  viewUrl: void 0,
1929
- start: l,
1930
- end: s
1929
+ start: s,
1930
+ end: l
1931
1931
  });
1932
1932
  return;
1933
1933
  }
@@ -1937,8 +1937,8 @@ function Be(e, t = 0) {
1937
1937
  module: void 0,
1938
1938
  package: void 0,
1939
1939
  viewUrl: void 0,
1940
- start: l,
1941
- end: s
1940
+ start: s,
1941
+ end: l
1942
1942
  });
1943
1943
  return;
1944
1944
  }
@@ -1953,8 +1953,8 @@ function Be(e, t = 0) {
1953
1953
  void 0,
1954
1954
  M
1955
1955
  ),
1956
- start: l,
1957
- end: s
1956
+ start: s,
1957
+ end: l
1958
1958
  });
1959
1959
  return;
1960
1960
  }
@@ -1969,8 +1969,8 @@ function Be(e, t = 0) {
1969
1969
  void 0,
1970
1970
  M
1971
1971
  ),
1972
- start: l,
1973
- end: s
1972
+ start: s,
1973
+ end: l
1974
1974
  });
1975
1975
  return;
1976
1976
  }
@@ -1978,7 +1978,7 @@ function Be(e, t = 0) {
1978
1978
  if (d !== void 0) {
1979
1979
  d.wasUsed = !0;
1980
1980
  const S = d.type === "named";
1981
- d.replacementName !== void 0 && (be(a, d.replacementName), s = l + d.replacementName.length), d.replacementName !== void 0 && (M.functionLikeTypeParameters?.has(d.replacementName) === !0 || M.objectLikeTypeParameters?.has(d.replacementName) === !0) && M.emitError(
1981
+ d.replacementName !== void 0 && (be(a, d.replacementName), l = s + d.replacementName.length), d.replacementName !== void 0 && (M.functionLikeTypeParameters?.has(d.replacementName) === !0 || M.objectLikeTypeParameters?.has(d.replacementName) === !0) && M.emitError(
1982
1982
  `Can't do a type replacement of ${ie("green", r)} to ${ie("red", d.replacementName)} as the latter name conflicts with a type parameter name in the current scope. Rename the type parameter or refactor out the type replacement.`,
1983
1983
  { file: M.file, node: e }
1984
1984
  );
@@ -2005,9 +2005,9 @@ function Be(e, t = 0) {
2005
2005
  name: C ?? d.type,
2006
2006
  module: P,
2007
2007
  package: v,
2008
- viewUrl: d.modulePath === void 0 ? ui(v, P, S ? r : d.type, M) : Ue(d.modulePath, C, void 0, M),
2009
- start: l,
2010
- end: s
2008
+ viewUrl: d.modulePath === void 0 ? fi(v, P, S ? r : d.type, M) : Ue(d.modulePath, C, void 0, M),
2009
+ start: s,
2010
+ end: l
2011
2011
  });
2012
2012
  return;
2013
2013
  }
@@ -2018,12 +2018,12 @@ function Be(e, t = 0) {
2018
2018
  module: void 0,
2019
2019
  package: le,
2020
2020
  viewUrl: m[0]?.startsWith("https") === !1 ? `${ft}${m[0]}` : m[0] ?? void 0,
2021
- start: l,
2022
- end: s
2021
+ start: s,
2022
+ end: l
2023
2023
  });
2024
2024
  let S = m;
2025
2025
  if (S.length > 1) {
2026
- let C = n.length - 2, v = s + 1;
2026
+ let C = n.length - 2, v = l + 1;
2027
2027
  for (; S[1] !== void 0 && C >= 0; ) {
2028
2028
  const P = n[C--];
2029
2029
  if (S = S[1][P.escapedText], S === void 0)
@@ -2048,9 +2048,9 @@ function Be(e, t = 0) {
2048
2048
  }
2049
2049
  if (Qe.has(r))
2050
2050
  return;
2051
- const f = M.program?.getTypeChecker?.()?.getSymbolAtLocation(a);
2052
- if (f !== void 0) {
2053
- z.push(Je(f, a, M, l, s));
2051
+ const u = M.program?.getTypeChecker?.()?.getSymbolAtLocation(a);
2052
+ if (u !== void 0) {
2053
+ z.push(Je(u, a, M, s, l));
2054
2054
  return;
2055
2055
  }
2056
2056
  M.emitError(
@@ -2060,10 +2060,10 @@ function Be(e, t = 0) {
2060
2060
  }
2061
2061
  function be(e, t) {
2062
2062
  const n = e.escapedText;
2063
- Xe = e, gt = t, yi(), gt = n;
2063
+ Xe = e, gt = t, vi(), gt = n;
2064
2064
  }
2065
2065
  let Xe, gt;
2066
- function yi() {
2066
+ function vi() {
2067
2067
  Xe.escapedText = gt;
2068
2068
  }
2069
2069
  function nt(e, t, n) {
@@ -2071,34 +2071,34 @@ function nt(e, t, n) {
2071
2071
  t ? n.objectLikeTypeParameters = void 0 : n.functionLikeTypeParameters = void 0;
2072
2072
  return;
2073
2073
  }
2074
- const i = new Array(e.length), a = t ? ao : ro;
2074
+ const i = new Array(e.length), a = t ? ro : so;
2075
2075
  a.clear();
2076
2076
  for (let r = 0; r < e.length; ++r) {
2077
- const l = e[r], s = l.name.escapedText;
2078
- a.add(s);
2077
+ const s = e[r], l = s.name.escapedText;
2078
+ a.add(l);
2079
2079
  const c = {
2080
- name: s,
2080
+ name: l,
2081
2081
  constraint: void 0,
2082
2082
  default: void 0,
2083
2083
  const: void 0,
2084
2084
  in: void 0,
2085
2085
  out: void 0
2086
2086
  };
2087
- if (l.modifiers !== void 0)
2088
- for (let p = 0; p < l.modifiers.length; ++p) {
2089
- const d = l.modifiers[p];
2087
+ if (s.modifiers !== void 0)
2088
+ for (let p = 0; p < s.modifiers.length; ++p) {
2089
+ const d = s.modifiers[p];
2090
2090
  d.kind === o.SyntaxKind.ConstKeyword ? c.const = !0 : d.kind === o.SyntaxKind.InKeyword ? c.in = !0 : d.kind === o.SyntaxKind.OutKeyword && (c.out = !0);
2091
2091
  }
2092
2092
  i[r] = c;
2093
2093
  }
2094
2094
  t ? n.objectLikeTypeParameters = a : n.functionLikeTypeParameters = a;
2095
2095
  for (let r = 0; r < e.length; ++r) {
2096
- const l = e[r], s = l.constraint, c = l.default;
2097
- s !== void 0 && (i[r].constraint = j(s, n)), c !== void 0 && (i[r].default = j(c, n));
2096
+ const s = e[r], l = s.constraint, c = s.default;
2097
+ l !== void 0 && (i[r].constraint = j(l, n)), c !== void 0 && (i[r].default = j(c, n));
2098
2098
  }
2099
2099
  return i;
2100
2100
  }
2101
- const ao = /* @__PURE__ */ new Set(), ro = /* @__PURE__ */ new Set();
2101
+ const ro = /* @__PURE__ */ new Set(), so = /* @__PURE__ */ new Set();
2102
2102
  function Ee(e, t, n) {
2103
2103
  if (!o.isIdentifier(e) && !o.isQualifiedName(e) && !o.isPropertyAccessExpression(e))
2104
2104
  return n.emitError(
@@ -2117,12 +2117,12 @@ function Ee(e, t, n) {
2117
2117
  package: void 0,
2118
2118
  viewUrl: void 0
2119
2119
  };
2120
- let r, l;
2120
+ let r, s;
2121
2121
  if (r = i.text, t !== void 0) {
2122
- l = new Array(t.length), r += "<";
2123
- for (let s = 0; s < t.length; ++s) {
2124
- const c = t[s], p = j(c, n);
2125
- l[s] = p, r += p.text, s < t.length - 1 && (r += ", ");
2122
+ s = new Array(t.length), r += "<";
2123
+ for (let l = 0; l < t.length; ++l) {
2124
+ const c = t[l], p = j(c, n);
2125
+ s[l] = p, r += p.text, l < t.length - 1 && (r += ", ");
2126
2126
  }
2127
2127
  r += ">";
2128
2128
  }
@@ -2137,21 +2137,21 @@ function Ee(e, t, n) {
2137
2137
  module: a.module,
2138
2138
  package: a.package,
2139
2139
  viewUrl: a.viewUrl,
2140
- typeArguments: l
2140
+ typeArguments: s
2141
2141
  };
2142
2142
  }
2143
2143
  function Ct(e) {
2144
2144
  return o.isTypeReferenceNode(e) && (e.typeName.escapedText === "PublicApiNarrowType" || e.typeName.escapedText === "PublicApiRelaxType") ? e.typeArguments[1] : e;
2145
2145
  }
2146
- function so(e) {
2146
+ function lo(e) {
2147
2147
  return e.expression.escapedText === "PublicApiNarrowType" || e.expression.escapedText === "PublicApiRelaxType" ? e.typeArguments[1] : e;
2148
2148
  }
2149
- const vi = { text: "unknown", references: void 0, values: void 0, source: void 0 }, lo = {
2149
+ const Si = { text: "unknown", references: void 0, values: void 0, source: void 0 }, co = {
2150
2150
  text: "Promise<unknown>",
2151
2151
  references: void 0,
2152
2152
  values: void 0,
2153
2153
  source: void 0
2154
- }, co = {
2154
+ }, po = {
2155
2155
  text: "Record<string, unknown> | undefined",
2156
2156
  references: [
2157
2157
  {
@@ -2166,11 +2166,11 @@ const vi = { text: "unknown", references: void 0, values: void 0, source: void 0
2166
2166
  values: void 0,
2167
2167
  source: void 0
2168
2168
  };
2169
- function po(e, t) {
2169
+ function mo(e, t) {
2170
2170
  if (t.isInLuminaMinimalExtraction)
2171
2171
  return;
2172
- const n = qi(e.name), i = {
2173
- [J]: mo,
2172
+ const n = Qi(e.name), i = {
2173
+ [J]: uo,
2174
2174
  kind: "method",
2175
2175
  name: "componentOnReady",
2176
2176
  static: void 0,
@@ -2190,20 +2190,20 @@ console.log("${e.tagName} is ready to go!");
2190
2190
  ],
2191
2191
  typeParameters: void 0,
2192
2192
  parameters: void 0,
2193
- return: uo,
2193
+ return: fo,
2194
2194
  // Must include .inheritedFrom for this member so that it is excluded from
2195
2195
  // .d.ts printing (TypeScript inherits it from PublicLitElement) and from
2196
2196
  // the docs search index.
2197
- inheritedFrom: fo,
2197
+ inheritedFrom: yo,
2198
2198
  signature: "(): Promise<this>",
2199
2199
  privacy: void 0,
2200
2200
  source: void 0
2201
2201
  };
2202
2202
  e.members.push(i);
2203
- const a = [], r = t.config.documentation.getComponentDocsUrl, l = t.config.documentation.getComponentDemoUrl, s = typeof r == "function" ? r(e.tagName, e.name) : void 0, c = typeof l == "function" ? l(e.tagName, e.name) : void 0;
2204
- typeof s == "string" && a.push({
2203
+ const a = [], r = t.config.documentation.getComponentDocsUrl, s = t.config.documentation.getComponentDemoUrl, l = typeof r == "function" ? r(e.tagName, e.name) : void 0, c = typeof s == "function" ? s(e.tagName, e.name) : void 0;
2204
+ typeof l == "string" && a.push({
2205
2205
  description: "Docs",
2206
- url: s,
2206
+ url: l,
2207
2207
  source: void 0
2208
2208
  }), typeof c == "string" && a.push({
2209
2209
  description: "Demo",
@@ -2221,7 +2221,7 @@ console.log("${e.tagName} is ready to go!");
2221
2221
  }
2222
2222
  a.length > 0 && (e.demos = a);
2223
2223
  }
2224
- const mo = et(), uo = {
2224
+ const uo = et(), fo = {
2225
2225
  summary: void 0,
2226
2226
  description: void 0,
2227
2227
  type: {
@@ -2239,27 +2239,27 @@ const mo = et(), uo = {
2239
2239
  values: void 0,
2240
2240
  source: void 0
2241
2241
  }
2242
- }, fo = {
2242
+ }, yo = {
2243
2243
  name: "this",
2244
2244
  module: void 0,
2245
2245
  package: void 0,
2246
2246
  viewUrl: void 0
2247
- }, yo = ce, vo = ce, So = ce, go = ce, To = ce, ho = ce, Eo = ce, Si = ce;
2247
+ }, vo = ce, So = ce, go = ce, To = ce, ho = ce, Eo = ce, Co = ce, gi = ce;
2248
2248
  function ce(e, t, n, i, a) {
2249
2249
  if (i.docsTags === void 0 || n === void 0)
2250
2250
  return;
2251
2251
  const r = i.docsTags.indexOf(N.copyDoc);
2252
2252
  if (r === -1)
2253
2253
  return;
2254
- const l = i.name;
2255
- let s = n?.[l];
2256
- s === void 0 && e.emitError(
2254
+ const s = i.name;
2255
+ let l = n?.[s];
2256
+ l === void 0 && e.emitError(
2257
2257
  "@copyDoc tag was used, but failed to find copyDoc definition for it. Documentation: https://webgis.esri.com/references/api-extractor/tags-reference#copydoc)",
2258
2258
  {
2259
2259
  file: e.file,
2260
2260
  node: t
2261
2261
  }
2262
- ), !(typeof s == "function" && (s = s(i, a, e.apiModule), s === void 0)) && Yi(s, i, r);
2262
+ ), !(typeof l == "function" && (l = l(i, a, e.apiModule), l === void 0)) && Zi(l, i, r);
2263
2263
  }
2264
2264
  function Pt(e, t, n) {
2265
2265
  n.apiModule.exports.push({
@@ -2274,7 +2274,7 @@ function Pt(e, t, n) {
2274
2274
  }
2275
2275
  });
2276
2276
  }
2277
- const Co = Ae, st = Ae, Po = Ae, Ht = Ae, $t = Ae;
2277
+ const Po = Ae, st = Ae, bo = Ae, $t = Ae, zt = Ae;
2278
2278
  function Ae(e, t, n, i) {
2279
2279
  if (t === void 0) {
2280
2280
  i.emitError("Computed function/method names are not yet supported.", {
@@ -2283,7 +2283,7 @@ function Ae(e, t, n, i) {
2283
2283
  });
2284
2284
  return;
2285
2285
  }
2286
- const a = n ?? e, r = n !== void 0 && !o.isVariableStatement(n), l = o.isMethodDeclaration(e), s = o.isMethodSignature(e), c = l || s || r, p = n !== void 0 && o.isVariableStatement(n), m = o.isFunctionDeclaration(e) || p, u = !r && !p && o.isFunctionTypeNode(e) || o.isCallSignatureDeclaration(e), f = o.isConstructorDeclaration(e), S = f || o.isConstructSignatureDeclaration(e) || o.isConstructorTypeNode(e), C = i.isInLuminaMinimalExtraction || i.jsDoc === Ce, v = et();
2286
+ const a = n ?? e, r = n !== void 0 && !o.isVariableStatement(n), s = o.isMethodDeclaration(e), l = o.isMethodSignature(e), c = s || l || r, p = n !== void 0 && o.isVariableStatement(n), m = o.isFunctionDeclaration(e) || p, f = !r && !p && o.isFunctionTypeNode(e) || o.isCallSignatureDeclaration(e), u = o.isConstructorDeclaration(e), S = u || o.isConstructSignatureDeclaration(e) || o.isConstructorTypeNode(e), C = i.isInLuminaMinimalExtraction || i.jsDoc === Ce, v = et();
2287
2287
  let P, h, L = !1, b = !1;
2288
2288
  if (!m && a.modifiers !== void 0)
2289
2289
  for (let E = 0; E < a.modifiers.length; ++E)
@@ -2303,8 +2303,8 @@ function Ae(e, t, n, i) {
2303
2303
  }
2304
2304
  const y = {
2305
2305
  [J]: v,
2306
- kind: c ? "method" : m ? "function" : u ? "call-signature" : S ? "constructor" : void 0,
2307
- name: S || u ? void 0 : t,
2306
+ kind: c ? "method" : m ? "function" : f ? "call-signature" : S ? "constructor" : void 0,
2307
+ name: S || f ? void 0 : t,
2308
2308
  static: P,
2309
2309
  deprecated: void 0,
2310
2310
  summary: void 0,
@@ -2312,10 +2312,10 @@ function Ae(e, t, n, i) {
2312
2312
  docsTags: void 0,
2313
2313
  typeParameters: nt(e.typeParameters, !1, i),
2314
2314
  parameters: [],
2315
- return: f ? void 0 : {
2315
+ return: u ? void 0 : {
2316
2316
  summary: void 0,
2317
2317
  description: void 0,
2318
- type: C ? b ? lo : vi : j(
2318
+ type: C ? b ? co : Si : j(
2319
2319
  e.type ?? qe(e, i) ?? X(
2320
2320
  { file: i.file, node: e },
2321
2321
  "@public function must have a return type annotation",
@@ -2328,7 +2328,7 @@ function Ae(e, t, n, i) {
2328
2328
  signature: void 0,
2329
2329
  privacy: h,
2330
2330
  source: void 0
2331
- }, k = y, D = pn(y, i.jsDoc), I = C ? [] : e.parameters;
2331
+ }, k = y, D = mn(y, i.jsDoc), I = C ? [] : e.parameters;
2332
2332
  let x = D.length, g = !1, K = 0;
2333
2333
  for (let E = 0; E < I.length; ++E) {
2334
2334
  const T = I[E], A = o.isIdentifier(T.name) ? T.name.escapedText : void 0;
@@ -2336,10 +2336,10 @@ function Ae(e, t, n, i) {
2336
2336
  K -= 1;
2337
2337
  continue;
2338
2338
  }
2339
- const V = f && A !== void 0 && T.modifiers !== void 0 && T.modifiers.length > 0 ? ne(T, !0, i) : void 0;
2339
+ const V = u && A !== void 0 && T.modifiers !== void 0 && T.modifiers.length > 0 ? ne(T, !0, i) : void 0;
2340
2340
  if (V !== void 0) {
2341
2341
  K -= 1, x += 1, i.jsDoc = V;
2342
- const q = Ti(T, A, !1, i);
2342
+ const q = hi(T, A, !1, i);
2343
2343
  if (q === void 0)
2344
2344
  continue;
2345
2345
  i.apiObject.members.push(q);
@@ -2354,7 +2354,7 @@ function Ae(e, t, n, i) {
2354
2354
  type: q.type,
2355
2355
  default: q.default
2356
2356
  };
2357
- de.optional = zt(T, de), y.parameters.push(de);
2357
+ de.optional = jt(T, de), y.parameters.push(de);
2358
2358
  continue;
2359
2359
  }
2360
2360
  let G = D[E + K]?.text, U, F;
@@ -2396,7 +2396,7 @@ function Ae(e, t, n, i) {
2396
2396
  type: ke,
2397
2397
  default: $e(T.initializer, void 0, i.file)
2398
2398
  };
2399
- te.optional = zt(T, te), y.parameters.push(te);
2399
+ te.optional = jt(T, te), y.parameters.push(te);
2400
2400
  }
2401
2401
  if (i.config.strict && !g && !i.isInLuminaMinimalExtraction && x !== y.parameters.length && i.emitError(
2402
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" : ""}`,
@@ -2410,7 +2410,7 @@ function Ae(e, t, n, i) {
2410
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"));
2411
2411
  }
2412
2412
  }
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.", {
2413
+ s && i.componentTagName !== void 0 && (k.signature = Hi(k), b && !en(k) && i.emitError("Public method marked as async must have a Promise<SomeType> return type annotation.", {
2414
2414
  file: i.file,
2415
2415
  node: e
2416
2416
  })), i.functionLikeTypeParameters = void 0;
@@ -2418,13 +2418,13 @@ function Ae(e, t, n, i) {
2418
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.", {
2419
2419
  file: i.file,
2420
2420
  node: e
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(
2421
+ })), i.produceDts && (c || S || f ? (L && (v.isAbstract = !0), v.hasQuestionToken = a.questionToken !== void 0 ? !0 : void 0) : v.isDefaultExported = B || void 0), c ? So(
2422
2422
  i,
2423
2423
  n ?? e,
2424
2424
  i.config.documentation.copyDocDefinitions.methods,
2425
2425
  y,
2426
2426
  i.apiObject
2427
- ) : m && go(
2427
+ ) : m && To(
2428
2428
  i,
2429
2429
  n ?? e,
2430
2430
  i.config.documentation.copyDocDefinitions.functions,
@@ -2432,37 +2432,37 @@ function Ae(e, t, n, i) {
2432
2432
  i.apiModule
2433
2433
  ), y;
2434
2434
  }
2435
- const zt = (e, t) => (
2435
+ const jt = (e, t) => (
2436
2436
  // Keep ? as is
2437
2437
  e.questionToken !== void 0 || // If had default value internally, but not publicly, add ?
2438
2438
  e.initializer !== void 0 && t.default === void 0 ? !0 : void 0
2439
2439
  );
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();
2440
+ function Mo(e, t, n) {
2441
+ return Tt(), Me(e, t), bt && t !== void 0 && n !== void 0 && (Tt(), Mt(t.getTypeAtLocation(n))), Ti();
2442
2442
  }
2443
- function Mo(e) {
2444
- return Tt(), Mt(e), gi();
2443
+ function xo(e) {
2444
+ return Tt(), Mt(e), Ti();
2445
2445
  }
2446
2446
  let Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1;
2447
2447
  const se = [], ee = [];
2448
2448
  function Tt() {
2449
2449
  Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1, se.length = 0, ee.length = 0;
2450
2450
  }
2451
- function gi() {
2451
+ function Ti() {
2452
2452
  if (!ae && !Ie && !re && !Le)
2453
2453
  return;
2454
2454
  const e = [];
2455
2455
  if (se.length > 0)
2456
2456
  for (let t = 0; t < se.length; ++t)
2457
2457
  e.push({ type: "string", value: se[t] });
2458
- else ae && e.push(xo);
2458
+ else ae && e.push(Do);
2459
2459
  if (ee.length > 0)
2460
2460
  for (let t = 0; t < ee.length; ++t)
2461
2461
  e.push({ type: "number", value: ee[t] });
2462
- else re && e.push(Do);
2463
- return Ie && e.push(Ro), Le ? e.push(Lo) : oe && e.push(Io), e;
2462
+ else re && e.push(Ro);
2463
+ return Ie && e.push(Lo), Le ? e.push(Io) : oe && e.push(Ao), e;
2464
2464
  }
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 };
2465
+ const Do = { type: "string", value: void 0 }, Ro = { type: "number", value: void 0 }, Lo = { type: "boolean", value: void 0 }, Io = { type: "any", value: void 0 }, Ao = { type: "object", value: void 0 };
2466
2466
  function Me(e, t) {
2467
2467
  switch (e.kind) {
2468
2468
  case o.SyntaxKind.BooleanKeyword:
@@ -2500,8 +2500,8 @@ function Me(e, t) {
2500
2500
  return;
2501
2501
  case o.SyntaxKind.UnionType:
2502
2502
  const i = e.types, a = Math.min(i.length, Ye);
2503
- for (let l = 0; l < a; ++l)
2504
- Me(i[l], t);
2503
+ for (let s = 0; s < a; ++s)
2504
+ Me(i[s], t);
2505
2505
  i.length > Ye && (se.length = 0, ee.length = 0);
2506
2506
  return;
2507
2507
  case o.SyntaxKind.ParenthesizedType:
@@ -2541,12 +2541,12 @@ function Mt(e) {
2541
2541
  if (e.isUnion()) {
2542
2542
  const t = Math.min(e.types.length, Ye);
2543
2543
  for (let n = 0; n < t; ++n)
2544
- jt(e.types[n]);
2544
+ Jt(e.types[n]);
2545
2545
  e.types.length > Ye && (se.length = 0, ee.length = 0);
2546
2546
  } else
2547
- jt(e);
2547
+ Jt(e);
2548
2548
  }
2549
- function jt(e) {
2549
+ function Jt(e) {
2550
2550
  const t = e.flags;
2551
2551
  let n = !1;
2552
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) {
@@ -2556,10 +2556,10 @@ function jt(e) {
2556
2556
  }
2557
2557
  Le = !0, n = !0;
2558
2558
  }
2559
- t & Ao || n || (oe = !0);
2559
+ t & ko || n || (oe = !0);
2560
2560
  }
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) {
2561
+ const ko = o.TypeFlags.Null | o.TypeFlags.VoidLike, ba = (e) => e.map(Go).join(" | "), Go = (e) => e.type === "string" && e.value !== void 0 ? `"${e.value}"` : e.value ?? e.type;
2562
+ function Fo(e, t, n) {
2563
2563
  let i;
2564
2564
  const a = e.initializer;
2565
2565
  let r;
@@ -2568,12 +2568,12 @@ function Go(e, t, n) {
2568
2568
  if (e.type !== void 0)
2569
2569
  o.isTypeReferenceNode(e.type) && e.type.typeName.escapedText === "EventEmitter" && (i = e.type.typeArguments?.[0] ?? We);
2570
2570
  else if (a !== void 0 && o.isCallExpression(a)) {
2571
- const s = a.expression;
2572
- if (o.isIdentifier(s)) {
2573
- const c = s.escapedText;
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));
2575
- } else if (o.isCallExpression(s) && o.isIdentifier(s.expression)) {
2576
- const c = s.expression.escapedText;
2571
+ const l = a.expression;
2572
+ if (o.isIdentifier(l)) {
2573
+ const c = l.escapedText;
2574
+ c === Ke ? (i = a.typeArguments?.[0] ?? We, r = a.arguments[0]) : c === "reEmitEvent" ? i = a.typeArguments?.[0] ?? We : c.startsWith("use") && (i = qt(e, n));
2575
+ } else if (o.isCallExpression(l) && o.isIdentifier(l.expression)) {
2576
+ const c = l.expression.escapedText;
2577
2577
  if (c === "usePropertyChange") {
2578
2578
  const p = [];
2579
2579
  for (let d = 0; d < a.arguments.length; ++d) {
@@ -2590,12 +2590,12 @@ function Go(e, t, n) {
2590
2590
  p.length === 1 ? p[0] : o.factory.createUnionTypeNode(p)
2591
2591
  )
2592
2592
  ]);
2593
- } else c.startsWith("use") && (i = Jt(e, n));
2593
+ } else c.startsWith("use") && (i = qt(e, n));
2594
2594
  }
2595
2595
  }
2596
2596
  if (i === void 0)
2597
2597
  return;
2598
- const l = {
2598
+ const s = {
2599
2599
  name: t,
2600
2600
  deprecated: void 0,
2601
2601
  summary: void 0,
@@ -2608,16 +2608,16 @@ function Go(e, t, n) {
2608
2608
  cancelable: void 0,
2609
2609
  composed: void 0
2610
2610
  };
2611
- return fn(l, n.jsDoc), r !== void 0 && Fo(e, r, l, n), So(
2611
+ return yn(s, n.jsDoc), r !== void 0 && Oo(e, r, s, n), go(
2612
2612
  n,
2613
2613
  e,
2614
2614
  n.config.documentation.copyDocDefinitions.events,
2615
- l,
2615
+ s,
2616
2616
  n.apiObject
2617
- ), l;
2617
+ ), s;
2618
2618
  }
2619
2619
  const Ke = "createEvent";
2620
- function Fo(e, t, n, i) {
2620
+ function Oo(e, t, n, i) {
2621
2621
  if (t !== void 0) {
2622
2622
  if (!o.isObjectLiteralExpression(t)) {
2623
2623
  i.emitError(`Expected object literal expression as first argument of ${Ke}().`, {
@@ -2640,7 +2640,7 @@ function Fo(e, t, n, i) {
2640
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));
2641
2641
  }
2642
2642
  }
2643
- function Jt(e, t) {
2643
+ function qt(e, t) {
2644
2644
  const n = t.program?.getTypeChecker?.();
2645
2645
  if (n === void 0)
2646
2646
  return;
@@ -2650,24 +2650,24 @@ function Jt(e, t) {
2650
2650
  const r = n.getTypeArguments(i);
2651
2651
  if (r.length === 0)
2652
2652
  return We;
2653
- const l = r[0];
2654
- return n.typeToTypeNode(l, e, o.NodeBuilderFlags.NoTruncation);
2653
+ const s = r[0];
2654
+ return n.typeToTypeNode(s, e, o.NodeBuilderFlags.NoTruncation);
2655
2655
  }
2656
- function Ti(e, t, n, i) {
2656
+ function hi(e, t, n, i) {
2657
2657
  if (t === void 0) {
2658
2658
  i.emitError("Computed property names are not yet supported", { file: i.file, node: e });
2659
2659
  return;
2660
2660
  }
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;
2662
- let u = !1, f = !1, S, C = !1, v, P, h;
2661
+ const a = e, r = xe(a.modifiers, "property") ?? (i.pairedSetter === void 0 ? void 0 : xe(i.pairedSetter.modifiers, "property")), s = r?.arguments[0], l = s !== void 0 && o.isObjectLiteralExpression(s) ? s.properties : void 0, c = o.isPropertyDeclaration(e) || o.isPropertySignature(e), p = o.isGetAccessor(e), d = Ni(), m = i.isInLuminaMinimalExtraction || i.jsDoc === Ce;
2662
+ let f = !1, u = !1, S, C = !1, v, P, h;
2663
2663
  if (c && e.modifiers !== void 0)
2664
2664
  for (let E = 0; E < e.modifiers.length; ++E)
2665
2665
  switch (e.modifiers[E].kind) {
2666
2666
  case o.SyntaxKind.ReadonlyKeyword:
2667
- u = !0;
2667
+ f = !0;
2668
2668
  continue;
2669
2669
  case o.SyntaxKind.AccessorKeyword:
2670
- f = !0;
2670
+ u = !0;
2671
2671
  continue;
2672
2672
  case o.SyntaxKind.ProtectedKeyword:
2673
2673
  S = "protected";
@@ -2679,36 +2679,36 @@ function Ti(e, t, n, i) {
2679
2679
  C = !0;
2680
2680
  continue;
2681
2681
  }
2682
- n ||= u || p && i.pairedSetter === void 0;
2682
+ n ||= f || p && i.pairedSetter === void 0;
2683
2683
  const L = i.apiObject.customElement === !0;
2684
2684
  let b = !1;
2685
2685
  if (i.moduleHasAccessorLikeClass)
2686
- if (s !== void 0) {
2687
- for (let E = 0; E < s.length; ++E) {
2688
- const T = s[E];
2686
+ if (l !== void 0) {
2687
+ for (let E = 0; E < l.length; ++E) {
2688
+ const T = l[E];
2689
2689
  if (!o.isPropertyAssignment(T)) {
2690
2690
  b ||= o.isSpreadAssignment(T);
2691
2691
  continue;
2692
2692
  }
2693
2693
  const R = T.name.escapedText;
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(
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" && No(
2695
2695
  d,
2696
2696
  T.initializer?.kind === o.SyntaxKind.ObjectLiteralExpression ? T.initializer : void 0
2697
2697
  );
2698
2698
  }
2699
2699
  b && d.hasAutoCasting === void 0 && (d.hasAutoCasting = !0, d.autoCastingRequiresType = !0);
2700
- } else l !== void 0 && (d.hasAutoCasting = !0, d.autoCastingRequiresType = !0);
2700
+ } else s !== void 0 && (d.hasAutoCasting = !0, d.autoCastingRequiresType = !0);
2701
2701
  else if (L) {
2702
2702
  const E = i.apiObject;
2703
2703
  if (r === void 0) {
2704
2704
  if (m)
2705
2705
  return;
2706
2706
  {
2707
- const T = c && !v ? Go(e, t, i) : void 0;
2707
+ const T = c && !v ? Fo(e, t, i) : void 0;
2708
2708
  if (T !== void 0) {
2709
2709
  E.events ??= [], E.events.push(T);
2710
2710
  return;
2711
- } else !i.config.strict && hi(e) ? (S = "protected", P = !1, i.jsDoc = {
2711
+ } else !i.config.strict && Ei(e) ? (S = "protected", P = !1, i.jsDoc = {
2712
2712
  ...i.jsDoc,
2713
2713
  docsTags: [...i.jsDoc.docsTags, N.internal]
2714
2714
  }) : r === void 0 && i.emitError(
@@ -2719,9 +2719,9 @@ function Ti(e, t, n, i) {
2719
2719
  }
2720
2720
  );
2721
2721
  }
2722
- } else if (s !== void 0)
2723
- for (let T = 0; T < s.length; ++T) {
2724
- const R = s[T];
2722
+ } else if (l !== void 0)
2723
+ for (let T = 0; T < l.length; ++T) {
2724
+ const R = l[T];
2725
2725
  if (!(!o.isPropertyAssignment(R) || !o.isIdentifier(R.name)))
2726
2726
  switch (R.name.escapedText) {
2727
2727
  case "attribute":
@@ -2741,25 +2741,25 @@ function Ti(e, t, n, i) {
2741
2741
  }
2742
2742
  }
2743
2743
  const y = i.pairedSetter ?? (o.isSetAccessor(e) ? e : void 0), k = n ? void 0 : y;
2744
- f ||= r !== void 0 || p || y !== void 0, d.isAccessor = f || void 0;
2744
+ u ||= r !== void 0 || p || y !== void 0, d.isAccessor = u || void 0;
2745
2745
  const D = k?.parameters[0].type, I = a.type;
2746
2746
  let x = D ?? I;
2747
2747
  if (x === void 0) {
2748
2748
  const E = k?.parameters[0].initializer ?? e.initializer;
2749
2749
  if (c && E !== void 0 && o.isArrowFunction(E)) {
2750
2750
  if (n)
2751
- return $t(E, t, e, i);
2752
- qt(e, i);
2751
+ return zt(E, t, e, i);
2752
+ Qt(e, i);
2753
2753
  }
2754
- x = E === void 0 ? Qn(e, i) ?? X(
2754
+ x = E === void 0 ? Xn(e, i) ?? X(
2755
2755
  { file: i.file, node: e },
2756
2756
  "Public property must have a type annotation or a default value",
2757
2757
  i
2758
2758
  ) : Et(E, n ? O.shallow : O.false, i.file, i);
2759
2759
  } else if (x = Ct(x), c && o.isFunctionTypeNode(x)) {
2760
2760
  if (n)
2761
- return $t(x, t, e, i);
2762
- qt(e, i);
2761
+ return zt(x, t, e, i);
2762
+ Qt(e, i);
2763
2763
  }
2764
2764
  const g = {
2765
2765
  [J]: d,
@@ -2771,25 +2771,25 @@ function Ti(e, t, n, i) {
2771
2771
  description: void 0,
2772
2772
  docsTags: void 0,
2773
2773
  // In minimal extraction, we care only for type.values (set below)
2774
- type: m ? { ...vi } : j(x, i),
2774
+ type: m ? { ...Si } : j(x, i),
2775
2775
  getterType: void 0,
2776
2776
  default: void 0,
2777
2777
  readonly: n || void 0,
2778
2778
  inheritedFrom: void 0,
2779
2779
  privacy: S,
2780
2780
  source: void 0,
2781
- attribute: !L || P === !1 ? void 0 : typeof P == "string" ? P : Qi(t),
2781
+ attribute: !L || P === !1 ? void 0 : typeof P == "string" ? P : Xi(t),
2782
2782
  reflects: h,
2783
2783
  docsOnlyReadonly: void 0
2784
2784
  };
2785
- mn(g, i.jsDoc);
2785
+ un(g, i.jsDoc);
2786
2786
  const K = g.default;
2787
- L && t === "messageOverrides" && (d.dtsTypeOverride = g.type.text, g.type = co);
2787
+ L && t === "messageOverrides" && (d.dtsTypeOverride = g.type.text, g.type = po);
2788
2788
  const w = L && r !== void 0;
2789
2789
  if (w) {
2790
2790
  !n && g.readonly === !0 && (g.docsOnlyReadonly = !0);
2791
2791
  const E = i.program?.getTypeChecker?.();
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);
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) ? xo(E.getTypeAtLocation(y?.parameters[0] ?? e)) : Mo(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);
2793
2793
  const T = E !== void 0 && o.isPropertyDeclaration(e) && // BUG: should not check node.type here? but do check in property.getterType below
2794
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);
2795
2795
  if (("initializer" in e && e.initializer !== void 0 && (!g.default || !g.description) || T) && !m) {
@@ -2829,10 +2829,10 @@ function Ti(e, t, n, i) {
2829
2829
  )), w) {
2830
2830
  const E = K === void 0 && g.default === "true";
2831
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(
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`
2832
+ `${Gi}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`
2833
2833
  ), i.loggedBooleanWarning = !0));
2834
2834
  }
2835
- return yo(
2835
+ return vo(
2836
2836
  i,
2837
2837
  e,
2838
2838
  i.config.documentation.copyDocDefinitions?.properties,
@@ -2840,9 +2840,9 @@ function Ti(e, t, n, i) {
2840
2840
  i.apiObject
2841
2841
  ), i.produceDts && C && (d.isAbstract = !0), c && e.questionToken !== void 0 && (g.type.text.endsWith(" | undefined") || (g.type.text = // Don't need to wrap non-accessors in |undefined as we replace |undefined
2842
2842
  // with ? during printing
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;
2843
+ u && (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;
2844
2844
  }
2845
- function qt(e, t) {
2845
+ function Qt(e, t) {
2846
2846
  if (!t.config.strict)
2847
2847
  return;
2848
2848
  const n = t.jsDoc.docsTags;
@@ -2860,7 +2860,7 @@ function qt(e, t) {
2860
2860
  }
2861
2861
  }
2862
2862
  }
2863
- function Oo(e, t) {
2863
+ function No(e, t) {
2864
2864
  if (e.hasAutoCasting = !0, e.autoCastingRequiresType = !0, t !== void 0)
2865
2865
  for (let n = 0; n < t.properties.length; ++n) {
2866
2866
  const i = t.properties[n];
@@ -2870,19 +2870,19 @@ function Oo(e, t) {
2870
2870
  }
2871
2871
  }
2872
2872
  }
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";
2873
+ const Ei = (e) => o.isPropertyDeclaration(e) && e.initializer !== void 0 && o.isCallExpression(e.initializer) && o.isIdentifier(e.initializer.expression) && e.initializer.expression.escapedText === "useT9n";
2874
2874
  function Ze(e, t) {
2875
2875
  const n = o.isClassDeclaration(e);
2876
2876
  let i = e.name.escapedText;
2877
- const a = n ? t.componentTagName : void 0, r = !n && mi(i, t);
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;
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) {
2880
- wo(i, l.types[0].typeArguments[0], t);
2877
+ const a = n ? t.componentTagName : void 0, r = !n && ui(i, t);
2878
+ let s = 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;
2879
+ if (t.config.context.supportApplyMixinsSyntax && !n && s?.types.length === 1 && o.isExpressionWithTypeArguments(s.types[0]) && s.types[0].expression.escapedText === "MixinInstances" && s.types[0].typeArguments?.length === 1) {
2880
+ Uo(i, s.types[0].typeArguments[0], t);
2881
2881
  return;
2882
2882
  }
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";
2884
- s && (l = void 0, i = t.mixinName);
2885
- const c = ni(), p = {
2883
+ const l = n && t.mixinName !== void 0 && s !== void 0 && o.isExpressionWithTypeArguments(s.types[0]) && o.isIdentifier(s.types[0].expression) && s.types[0].expression.escapedText === "TypedBase";
2884
+ l && (s = void 0, i = t.mixinName);
2885
+ const c = oi(), p = {
2886
2886
  [J]: c,
2887
2887
  kind: n ? "class" : "interface",
2888
2888
  name: i,
@@ -2896,14 +2896,14 @@ function Ze(e, t) {
2896
2896
  * prefix (Arcgis), where as tag name always does. This also matches
2897
2897
  * Stencil's behavior.
2898
2898
  */
2899
- Xi(a)
2899
+ Yi(a)
2900
2900
  ),
2901
2901
  deprecated: void 0,
2902
2902
  summary: void 0,
2903
2903
  description: void 0,
2904
2904
  docsTags: void 0,
2905
2905
  demos: void 0,
2906
- typeParameters: s ? void 0 : nt(e.typeParameters, !0, t),
2906
+ typeParameters: l ? void 0 : nt(e.typeParameters, !0, t),
2907
2907
  superclass: void 0,
2908
2908
  supertypes: void 0,
2909
2909
  mixins: void 0,
@@ -2920,27 +2920,27 @@ function Ze(e, t) {
2920
2920
  source: void 0,
2921
2921
  // REFACTOR: remove this deprecated property
2922
2922
  importPath: a === void 0 ? void 0 : t.apiModule.path
2923
- }, d = p, m = d, u = d;
2924
- ai(p, t.jsDoc);
2925
- const f = r ? (
2923
+ }, d = p, m = d, f = d;
2924
+ ri(p, t.jsDoc);
2925
+ const u = r ? (
2926
2926
  // Members will be added during post-processing
2927
2927
  !1
2928
- ) : Ei(d, e.members, i, t);
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(
2928
+ ) : Ci(d, e.members, i, t);
2929
+ l && (t.mixinMixins !== void 0 && (m.mixins = t.mixinMixins), u && t.emitError("Mixin class is not expected to have a @public constructor", { file: t.file, node: e })), s === void 0 ? a !== void 0 && m.superclass === void 0 && t.emitError(
2930
2930
  "Lumina web component must extend LitElement class. Found a class that does not extend any class.",
2931
2931
  {
2932
2932
  file: t.file,
2933
2933
  node: e
2934
2934
  }
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));
2935
+ ) : wo(s, n, p, e, t), a !== void 0 && mo(m, t), d.members.length === 0 && (a === void 0 && (d.members = void 0), r && (t.moduleContext.constructorPropertiesInterface = f));
2936
2936
  const S = t.exportDefaultName === i, C = tt(e), v = S || C === 2;
2937
- return (v || a !== void 0) && Pt(d, v, t), n ? (a === void 0 ? ho(
2937
+ return (v || a !== void 0) && Pt(d, v, t), n ? (a === void 0 ? Eo(
2938
2938
  t,
2939
2939
  e,
2940
2940
  t.config.documentation.copyDocDefinitions.classes,
2941
2941
  m,
2942
2942
  t.apiModule
2943
- ) : Eo(
2943
+ ) : Co(
2944
2944
  t,
2945
2945
  e,
2946
2946
  t.config.documentation.copyDocDefinitions.customElements,
@@ -2949,22 +2949,22 @@ function Ze(e, t) {
2949
2949
  ), t.moduleHasClass && t.config.strict && t.emitError(
2950
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",
2951
2951
  { file: t.file, node: e }
2952
- ), t.moduleHasClass = !0) : Si(
2952
+ ), t.moduleHasClass = !0) : gi(
2953
2953
  t,
2954
2954
  e,
2955
2955
  t.config.documentation.copyDocDefinitions.interfaces,
2956
- u,
2956
+ f,
2957
2957
  t.apiModule
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.", {
2958
+ ), t.produceDts && (c.isDefaultExported = v || void 0, n && (!l && (!S && C === 0) && t.config.strict && t.emitError("Expected @public class to be exported using named or default export.", {
2959
2959
  file: t.file,
2960
2960
  node: e
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;
2961
+ }), mi(e.modifiers, o.SyntaxKind.AbstractKeyword) ? c.hasExplicitAbstract = !0 : !u && (t.config.strict || a !== void 0) && (c.hasExplicitAbstract = !1))), t.objectLikeTypeParameters = void 0, d;
2962
2962
  }
2963
- function No(e, t, n, i, a) {
2963
+ function wo(e, t, n, i, a) {
2964
2964
  for (let r = 0; r < e.types.length; ++r) {
2965
- const l = e.types[r];
2965
+ const s = e.types[r];
2966
2966
  if (t) {
2967
- let s = l.typeArguments, c = l.expression;
2967
+ let l = s.typeArguments, c = s.expression;
2968
2968
  if (o.isCallExpression(c)) {
2969
2969
  do {
2970
2970
  const d = c.expression;
@@ -2977,7 +2977,7 @@ function No(e, t, n, i, a) {
2977
2977
  });
2978
2978
  break;
2979
2979
  }
2980
- s = [o.factory.createTypeReferenceNode(m)], c = d.expression;
2980
+ l = [o.factory.createTypeReferenceNode(m)], c = d.expression;
2981
2981
  } else {
2982
2982
  n.mixins ??= [];
2983
2983
  const m = c.expression;
@@ -2992,11 +2992,11 @@ function No(e, t, n, i, a) {
2992
2992
  { file: a.file, node: c }
2993
2993
  );
2994
2994
  break;
2995
- } else o.isExpressionWithTypeArguments(c) && (s = c.typeArguments, c = c.expression);
2995
+ } else o.isExpressionWithTypeArguments(c) && (l = c.typeArguments, c = c.expression);
2996
2996
  }
2997
2997
  const p = Ee(
2998
2998
  c,
2999
- a.isInLuminaMinimalExtraction ? void 0 : s,
2999
+ a.isInLuminaMinimalExtraction ? void 0 : l,
3000
3000
  a
3001
3001
  );
3002
3002
  if (a.isComponentProject && p.name === "LitElement") {
@@ -3010,11 +3010,11 @@ function No(e, t, n, i, a) {
3010
3010
  n.superclass = p;
3011
3011
  break;
3012
3012
  } else {
3013
- const s = so(l);
3014
- let c = s, p;
3015
- if (o.isExpressionWithTypeArguments(s))
3016
- c = s.expression, p = s.typeArguments;
3017
- else if (o.isTypeReferenceNode(s) && (c = s.typeName, p = s.typeArguments, c.escapedText === "Record" && p?.length === 2 && p[0].kind === o.SyntaxKind.NeverKeyword && p[1].kind === o.SyntaxKind.NeverKeyword))
3013
+ const l = lo(s);
3014
+ let c = l, p;
3015
+ if (o.isExpressionWithTypeArguments(l))
3016
+ c = l.expression, p = l.typeArguments;
3017
+ else if (o.isTypeReferenceNode(l) && (c = l.typeName, p = l.typeArguments, c.escapedText === "Record" && p?.length === 2 && p[0].kind === o.SyntaxKind.NeverKeyword && p[1].kind === o.SyntaxKind.NeverKeyword))
3018
3018
  continue;
3019
3019
  n.supertypes ??= [], n.supertypes.push(
3020
3020
  Ee(c, p, a)
@@ -3022,60 +3022,60 @@ function No(e, t, n, i, a) {
3022
3022
  }
3023
3023
  }
3024
3024
  }
3025
- function Ei(e, t, n, i) {
3025
+ function Ci(e, t, n, i) {
3026
3026
  i.apiObject = e;
3027
- const a = e.customElement === !0, r = e.members, l = t.length;
3028
- let s, c = t[0], p, d = De(c?.name), m = !1;
3029
- for (let u = 0; u < l; ++u) {
3030
- if (s = c, c = t[u + 1], p = d, d = De(c?.name), i.pairedSetter !== void 0) {
3027
+ const a = e.customElement === !0, r = e.members, s = t.length;
3028
+ let l, c = t[0], p, d = De(c?.name), m = !1;
3029
+ for (let f = 0; f < s; ++f) {
3030
+ if (l = c, c = t[f + 1], p = d, d = De(c?.name), i.pairedSetter !== void 0) {
3031
3031
  i.pairedSetter = void 0;
3032
3032
  continue;
3033
3033
  }
3034
- if (p === void 0 && s.name?.kind === o.SyntaxKind.PrivateIdentifier)
3034
+ if (p === void 0 && l.name?.kind === o.SyntaxKind.PrivateIdentifier)
3035
3035
  continue;
3036
- c !== void 0 && p === d && (o.isGetAccessor(c) ? (i.pairedSetter = s, s = c) : o.isSetAccessor(c) && (i.pairedSetter = c));
3037
- let f = ne(s, !0, i) ?? (i.pairedSetter === void 0 ? void 0 : ne(i.pairedSetter, !0, i));
3038
- if (f === void 0 && !i.config.strict && (a ? p !== void 0 && Qt(s, i.pairedSetter, !0) : !pi(s.modifiers, o.SyntaxKind.PrivateKeyword))) {
3039
- const C = i.pairedSetter === void 0 ? ze(s, !1, i, Re) : ne(s, !1, i) ?? ze(i.pairedSetter, !1, i, Re);
3040
- C?.docsTags.includes(N.private) === !0 ? a && i.config.context.includeLuminaPrivateComponents ? f = Ce : f = void 0 : f = C;
3041
- } else f === void 0 && a && i.config.context.includeLuminaPrivateComponents && Qt(s, i.pairedSetter, !1) && (f = Ce);
3042
- if (f === void 0) {
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));
3036
+ c !== void 0 && p === d && (o.isGetAccessor(c) ? (i.pairedSetter = l, l = c) : o.isSetAccessor(c) && (i.pairedSetter = c));
3037
+ let u = ne(l, !0, i) ?? (i.pairedSetter === void 0 ? void 0 : ne(i.pairedSetter, !0, i));
3038
+ if (u === void 0 && !i.config.strict && (a ? p !== void 0 && Xt(l, i.pairedSetter, !0) : !mi(l.modifiers, o.SyntaxKind.PrivateKeyword))) {
3039
+ const C = i.pairedSetter === void 0 ? ze(l, !1, i, Re) : ne(l, !1, i) ?? ze(i.pairedSetter, !1, i, Re);
3040
+ C?.docsTags.includes(N.private) === !0 ? a && i.config.context.includeLuminaPrivateComponents ? u = Ce : u = void 0 : u = C;
3041
+ } else u === void 0 && a && i.config.context.includeLuminaPrivateComponents && Xt(l, i.pairedSetter, !1) && (u = Ce);
3042
+ if (u === void 0) {
3043
+ a && o.isPropertyDeclaration(l) && o.isIdentifier(l.name) && (l.name.escapedText === "shadowRootOptions" && l.initializer !== void 0 && o.isIdentifier(l.initializer) && l.initializer.escapedText === "noShadowRoot" && (i.apiObject.encapsulation = "none"), l.name.escapedText === "formAssociated" && l.initializer !== void 0 && Y(l.initializer, i) && (i.apiObject.formAssociated = !0));
3044
3044
  continue;
3045
3045
  }
3046
- i.jsDoc = f;
3046
+ i.jsDoc = u;
3047
3047
  let 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(
3048
+ o.isPropertyDeclaration(l) || o.isPropertyAssignment(l) || o.isGetAccessorDeclaration(l) || o.isSetAccessorDeclaration(l) || o.isPropertySignature(l) ? S = hi(l, p, !1, i) : o.isMethodDeclaration(l) || o.isMethodSignature(l) ? S = st(l, p, void 0, i) : o.isConstructorDeclaration(l) || o.isConstructSignatureDeclaration(l) ? (m = !0, S = st(l, n, void 0, i)) : o.isCallSignatureDeclaration(l) ? S = st(l, n, void 0, i) : o.isIndexSignatureDeclaration(l) && e.kind === "interface" ? (lt.members.splice(
3049
3049
  0,
3050
3050
  lt.members.length,
3051
- s
3052
- ), Ci(e, lt, i), ue(e).emitAsTypeAlias = !0) : i.emitError(`@public used on unsupported member kind: ${o.SyntaxKind[s.kind]}`, {
3051
+ l
3052
+ ), Pi(e, lt, i), ue(e).emitAsTypeAlias = !0) : i.emitError(`@public used on unsupported member kind: ${o.SyntaxKind[l.kind]}`, {
3053
3053
  file: i.file,
3054
- node: s
3054
+ node: l
3055
3055
  }), S !== void 0 && r.push(S);
3056
3056
  }
3057
3057
  return i.apiObject = void 0, m;
3058
3058
  }
3059
3059
  const lt = o.factory.createTypeLiteralNode(void 0);
3060
- function Qt(e, t, n) {
3060
+ function Xt(e, t, n) {
3061
3061
  if (e.kind === o.SyntaxKind.PropertyDeclaration || e.kind === o.SyntaxKind.GetAccessor || e.kind === o.SyntaxKind.SetAccessor) {
3062
3062
  const i = e;
3063
3063
  if ((xe(i.modifiers, "property") ?? (t === void 0 ? void 0 : xe(t.modifiers, "property"))) !== void 0)
3064
3064
  return !0;
3065
3065
  if (!n)
3066
3066
  return !1;
3067
- if (hi(e))
3067
+ if (Ei(e))
3068
3068
  return !0;
3069
3069
  if (i.modifiers !== void 0)
3070
3070
  for (let r = 0; r < (i.modifiers?.length ?? 0); ++r) {
3071
- const l = i.modifiers[r];
3072
- if (l.kind === o.SyntaxKind.PrivateKeyword || l.kind === o.SyntaxKind.ProtectedKeyword || l.kind === o.SyntaxKind.StaticKeyword)
3071
+ const s = i.modifiers[r];
3072
+ if (s.kind === o.SyntaxKind.PrivateKeyword || s.kind === o.SyntaxKind.ProtectedKeyword || s.kind === o.SyntaxKind.StaticKeyword)
3073
3073
  return !1;
3074
3074
  }
3075
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;
3076
3076
  } else return e.kind === o.SyntaxKind.MethodDeclaration ? xe(e.modifiers, "method") !== void 0 : !1;
3077
3077
  }
3078
- function Ci(e, t, n) {
3078
+ function Pi(e, t, n) {
3079
3079
  const i = j(t, n);
3080
3080
  if (e.type === void 0)
3081
3081
  e.type = i;
@@ -3090,7 +3090,7 @@ function Ci(e, t, n) {
3090
3090
  };
3091
3091
  }
3092
3092
  }
3093
- function wo(e, t, n) {
3093
+ function Uo(e, t, n) {
3094
3094
  if (!o.isTypeQueryNode(t)) {
3095
3095
  n.emitError("Expected a TypeQueryNode for applyMixins syntax", { file: n.file, node: t });
3096
3096
  return;
@@ -3104,8 +3104,8 @@ function wo(e, t, n) {
3104
3104
  }
3105
3105
  const i = t.exprName.escapedText;
3106
3106
  let a;
3107
- for (let s = n.file.statements.length - 1; s >= 0; --s) {
3108
- const c = n.file.statements[s];
3107
+ for (let l = n.file.statements.length - 1; l >= 0; --l) {
3108
+ const c = n.file.statements[l];
3109
3109
  if (!o.isVariableStatement(c))
3110
3110
  continue;
3111
3111
  const p = c.declarationList.declarations[0];
@@ -3142,10 +3142,10 @@ function wo(e, t, n) {
3142
3142
  );
3143
3143
  return;
3144
3144
  }
3145
- const l = a.initializer.expression.elements;
3145
+ const s = a.initializer.expression.elements;
3146
3146
  r.mixins ??= [];
3147
- for (let s = 0; s < l.length; ++s) {
3148
- const c = l[s];
3147
+ for (let l = 0; l < s.length; ++l) {
3148
+ const c = s[l];
3149
3149
  if (!o.isIdentifier(c)) {
3150
3150
  n.emitError(`Expected an Identifier in the mixins array for ${i} in applyMixins syntax`, {
3151
3151
  file: n.file,
@@ -3156,8 +3156,8 @@ function wo(e, t, n) {
3156
3156
  r.mixins.unshift(Ee(c, void 0, n));
3157
3157
  }
3158
3158
  }
3159
- function Uo(e, t) {
3160
- const n = e.type, i = e.name.escapedText, a = mi(i, t), r = ni(), l = {
3159
+ function Vo(e, t) {
3160
+ const n = e.type, i = e.name.escapedText, a = ui(i, t), r = oi(), s = {
3161
3161
  [J]: r,
3162
3162
  kind: "interface",
3163
3163
  name: i,
@@ -3186,57 +3186,57 @@ function Uo(e, t) {
3186
3186
  type: void 0,
3187
3187
  source: void 0,
3188
3188
  importPath: void 0
3189
- }, s = l;
3190
- if (ai(l, t.jsDoc), a)
3191
- t.moduleContext.constructorPropertiesInterface = s;
3189
+ }, l = s;
3190
+ if (ri(s, t.jsDoc), a)
3191
+ t.moduleContext.constructorPropertiesInterface = l;
3192
3192
  else {
3193
3193
  r.emitAsTypeAlias = !0;
3194
3194
  const c = o.isIntersectionTypeNode(n) ? n.types : [n];
3195
3195
  for (let p = 0; p < c.length; ++p) {
3196
3196
  const d = Ct(c[p]);
3197
3197
  if (o.isTypeLiteralNode(d))
3198
- Ei(s, d.members, i, t);
3198
+ Ci(l, d.members, i, t);
3199
3199
  else if (o.isTypeReferenceNode(d))
3200
- s.supertypes ??= [], s.supertypes.push(Ee(d.typeName, d.typeArguments, t));
3200
+ l.supertypes ??= [], l.supertypes.push(Ee(d.typeName, d.typeArguments, t));
3201
3201
  else if (o.isFunctionTypeNode(d) || o.isConstructorTypeNode(d)) {
3202
- if (t.jsDoc = Re, s.docsTags !== void 0) {
3202
+ if (t.jsDoc = Re, l.docsTags !== void 0) {
3203
3203
  t.jsDoc = { ...Re, docsTags: [] };
3204
- for (let m = 0; m < s.docsTags.length; ++m) {
3205
- const u = s.docsTags[m];
3206
- (u.name === "param" || u.name === "returns") && (t.jsDoc.docsTags.push(u), s.docsTags.splice(m, 1), m -= 1);
3204
+ for (let m = 0; m < l.docsTags.length; ++m) {
3205
+ const f = l.docsTags[m];
3206
+ (f.name === "param" || f.name === "returns") && (t.jsDoc.docsTags.push(f), l.docsTags.splice(m, 1), m -= 1);
3207
3207
  }
3208
- s.docsTags.length === 0 && (s.docsTags = void 0);
3208
+ l.docsTags.length === 0 && (l.docsTags = void 0);
3209
3209
  }
3210
- s.members.push(Po(d, i, void 0, t));
3210
+ l.members.push(bo(d, i, void 0, t));
3211
3211
  } else
3212
- Ci(s, d, t);
3212
+ Pi(l, d, t);
3213
3213
  }
3214
3214
  }
3215
- return t.objectLikeTypeParameters = void 0, Si(
3215
+ return t.objectLikeTypeParameters = void 0, gi(
3216
3216
  t,
3217
3217
  e,
3218
3218
  t.config.documentation.copyDocDefinitions.interfaces,
3219
- s,
3219
+ l,
3220
3220
  t.apiModule
3221
- ), s.members.length === 0 && (s.members = void 0), s;
3221
+ ), l.members.length === 0 && (l.members = void 0), l;
3222
3222
  }
3223
- function Vo(e, t, n) {
3223
+ function Wo(e, t, n) {
3224
3224
  const i = e.initializer, a = i.body;
3225
- let r, l;
3225
+ let r, s;
3226
3226
  for (let d = 0; d < a.statements.length; ++d) {
3227
3227
  const m = a.statements[d];
3228
3228
  if (o.isVariableStatement(m)) {
3229
- const u = m.declarationList.declarations[0];
3230
- if (!o.isIdentifier(u.name) || u.name?.escapedText !== "TypedBase")
3229
+ const f = m.declarationList.declarations[0];
3230
+ if (!o.isIdentifier(f.name) || f.name?.escapedText !== "TypedBase")
3231
3231
  continue;
3232
- let f = u.initializer.expression.expression;
3233
- for (; o.isCallExpression(f); ) {
3234
- const S = f.expression;
3235
- r ??= [], r.push(Ee(S, f.typeArguments, n)), f = f.arguments[0];
3232
+ let u = f.initializer.expression.expression;
3233
+ for (; o.isCallExpression(u); ) {
3234
+ const S = u.expression;
3235
+ r ??= [], r.push(Ee(S, u.typeArguments, n)), u = u.arguments[0];
3236
3236
  }
3237
- } else o.isClassDeclaration(m) && (l = m);
3237
+ } else o.isClassDeclaration(m) && (s = m);
3238
3238
  }
3239
- if (l === void 0) {
3239
+ if (s === void 0) {
3240
3240
  n.emitError(`Failed to find class declaration inside the mixin ${t}`, {
3241
3241
  file: n.file,
3242
3242
  node: e
@@ -3255,10 +3255,10 @@ function Vo(e, t, n) {
3255
3255
  node: e
3256
3256
  }
3257
3257
  ), n.mixinName = t, n.mixinMixins = r;
3258
- const p = Ze(l, n);
3258
+ const p = Ze(s, n);
3259
3259
  return p.kind = "mixin", p;
3260
3260
  }
3261
- function Wo(e, t, n) {
3261
+ function _o(e, t, n) {
3262
3262
  const i = n.moduleHasClass;
3263
3263
  n.moduleHasClass = !1;
3264
3264
  const a = o.factory.createClassDeclaration(
@@ -3271,10 +3271,10 @@ function Wo(e, t, n) {
3271
3271
  ])
3272
3272
  ],
3273
3273
  []
3274
- ), r = Ze(a, n), l = r, s = ue(l);
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;
3274
+ ), r = Ze(a, n), s = r, l = ue(s);
3275
+ return s.kind = "interface", s.supertypes = r.mixins, r.mixins = void 0, r.superclass !== void 0 && (s.supertypes ??= [], s.supertypes.unshift(r.superclass), r.superclass = void 0), n.moduleHasClass = i, l.isMixinBaseClass = !0, s;
3276
3276
  }
3277
- function _o(e, t) {
3277
+ function Bo(e, t) {
3278
3278
  const n = e.declarationList.declarations;
3279
3279
  n.length !== 1 && t.emitError("Public variable statements must have only a single variable declarations. Found multiple.", {
3280
3280
  file: t.file,
@@ -3288,26 +3288,26 @@ function _o(e, t) {
3288
3288
  });
3289
3289
  return;
3290
3290
  }
3291
- const r = a.escapedText, l = t.exportDefaultName === r;
3292
- if (tt(e) === 0 && !l && t.config.strict && t.emitError("Expected @public variable to be exported as named or default export.", {
3291
+ const r = a.escapedText, s = t.exportDefaultName === r;
3292
+ if (tt(e) === 0 && !s && t.config.strict && t.emitError("Expected @public variable to be exported as named or default export.", {
3293
3293
  file: t.file,
3294
3294
  node: e
3295
3295
  }), t.mixinName !== void 0 && i.initializer !== void 0 && o.isCallExpression(i.initializer) && o.isIdentifier(i.initializer.expression) && i.initializer.expression.escapedText === t.mixinName)
3296
- return Wo(i.initializer, r, t);
3296
+ return _o(i.initializer, r, t);
3297
3297
  let c = i.type;
3298
3298
  const p = (e.declarationList.flags & o.NodeFlags.Const) !== 0;
3299
3299
  if (c === void 0) {
3300
- const f = i.initializer;
3301
- if (f !== void 0 && o.isArrowFunction(f) && p)
3302
- return f.typeParameters?.at(0)?.name?.escapedText === "TBase" ? Vo(i, r, t) : Ht(f, r, e, t);
3303
- f === void 0 ? c = X(
3300
+ const u = i.initializer;
3301
+ if (u !== void 0 && o.isArrowFunction(u) && p)
3302
+ return u.typeParameters?.at(0)?.name?.escapedText === "TBase" ? Wo(i, r, t) : $t(u, r, e, t);
3303
+ u === void 0 ? c = X(
3304
3304
  { file: t.file, node: i },
3305
3305
  "Public variable must have a type annotation or a default value",
3306
3306
  t
3307
- ) : c = Et(f, p ? O.shallow : O.false, t.file, t);
3307
+ ) : c = Et(u, p ? O.shallow : O.false, t.file, t);
3308
3308
  } else if (c = Ct(c), o.isFunctionTypeNode(c))
3309
- return Ht(c, r, e, t);
3310
- const d = Ni(), m = {
3309
+ return $t(c, r, e, t);
3310
+ const d = wi(), m = {
3311
3311
  [J]: d,
3312
3312
  kind: "variable",
3313
3313
  name: r,
@@ -3319,37 +3319,37 @@ function _o(e, t) {
3319
3319
  type: j(c, t),
3320
3320
  default: void 0
3321
3321
  };
3322
- return un(m, t.jsDoc), p && c.kind === o.SyntaxKind.LiteralType || (m.default = $e(i.initializer, m.default, t.file)), To(
3322
+ return fn(m, t.jsDoc), p && c.kind === o.SyntaxKind.LiteralType || (m.default = $e(i.initializer, m.default, t.file)), ho(
3323
3323
  t,
3324
3324
  e,
3325
3325
  t.config.documentation.copyDocDefinitions.variables,
3326
3326
  m,
3327
3327
  t.apiModule
3328
- ), l && (Pt(m, !0, t), t.produceDts && (d.isDefaultExported = !0)), m;
3328
+ ), s && (Pt(m, !0, t), t.produceDts && (d.isDefaultExported = !0)), m;
3329
3329
  }
3330
- function Pi(e, t, n) {
3330
+ function bi(e, t, n) {
3331
3331
  const i = n.statementJsDocs[t];
3332
3332
  if (i !== void 0) {
3333
3333
  if (n.jsDoc = i, o.isClassDeclaration(e))
3334
3334
  return Ze(e, n);
3335
3335
  if (o.isFunctionDeclaration(e))
3336
- return Co(e, e.name.escapedText, void 0, n);
3336
+ return Po(e, e.name.escapedText, void 0, n);
3337
3337
  if (o.isInterfaceDeclaration(e))
3338
3338
  return Ze(e, n);
3339
3339
  if (o.isTypeAliasDeclaration(e))
3340
- return Uo(e, n);
3340
+ return Vo(e, n);
3341
3341
  if (o.isVariableStatement(e))
3342
- return _o(e, n);
3342
+ return Bo(e, n);
3343
3343
  }
3344
3344
  }
3345
- function Bo(e, t) {
3345
+ function Ko(e, t) {
3346
3346
  const n = t.apiModule.declarations, i = e.statements;
3347
3347
  for (let a = 0; a < i.length; ++a) {
3348
- const r = i[a], l = Pi(r, a, t);
3349
- l !== void 0 && n.push(l);
3348
+ const r = i[a], s = bi(r, a, t);
3349
+ s !== void 0 && n.push(s);
3350
3350
  }
3351
3351
  }
3352
- function Ko(e, t) {
3352
+ function Ho(e, t) {
3353
3353
  const n = e.fileName.slice(t.config.context.cwd.length), i = t.watchFiles?.get(n);
3354
3354
  if (i !== void 0) {
3355
3355
  if (i.module !== void 0)
@@ -3357,22 +3357,22 @@ function Ko(e, t) {
3357
3357
  if (i.isEmptyModule)
3358
3358
  return;
3359
3359
  }
3360
- const a = n.slice(t.config.context.basePath.length), r = Z(a), l = Ve(r, t, !0), s = t.componentTagName === void 0 ? l : `${l}/customElement`;
3360
+ const a = n.slice(t.config.context.basePath.length), r = Z(a), s = Ve(r, t, !0), l = t.componentTagName === void 0 ? s : `${s}/customElement`;
3361
3361
  t.mixinName = void 0, t.moduleHasClass = !1, t.apiClassLikeName = void 0, t.isInLuminaMinimalExtraction = t.config.context.isLuminaMinimalExtraction;
3362
3362
  const c = /* @__PURE__ */ Object.create(null), p = t.localDeclarations;
3363
3363
  p.clear();
3364
3364
  const d = t.localPrivateDeclarations;
3365
3365
  d?.clear(), t.exportDefaultName = void 0;
3366
3366
  let m;
3367
- const u = {
3367
+ const f = {
3368
3368
  class: void 0,
3369
3369
  default: void 0,
3370
3370
  named: /* @__PURE__ */ Object.create(null)
3371
- }, f = ii(e, s, c, u);
3372
- t.moduleContext = f;
3373
- const S = t.implicitPublicModules?.[l];
3371
+ }, u = ni(e, l, c, f);
3372
+ t.moduleContext = u;
3373
+ const S = t.implicitPublicModules?.[s];
3374
3374
  let C = !1;
3375
- const v = t.isJsApi && l.startsWith("applications/");
3375
+ const v = t.isJsApi && s.startsWith("applications/");
3376
3376
  t.statementJsDocs.length = 0;
3377
3377
  for (let b = 0; b < e.statements.length; ++b) {
3378
3378
  const y = e.statements[b], k = y.kind === o.SyntaxKind.ClassDeclaration || y.kind === o.SyntaxKind.FunctionDeclaration || y.kind === o.SyntaxKind.InterfaceDeclaration || y.kind === o.SyntaxKind.TypeAliasDeclaration || y.kind === o.SyntaxKind.VariableStatement;
@@ -3388,7 +3388,7 @@ function Ko(e, t) {
3388
3388
  description: void 0,
3389
3389
  docsTags: []
3390
3390
  }), x = y.kind === o.SyntaxKind.ClassDeclaration && t.componentTagName !== void 0 && y.heritageClauses !== void 0 && y.modifiers !== 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);
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 && Un(y, S)) && (D = I);
3392
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
3393
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
3394
3394
  y.heritageClauses !== void 0 && y.modifiers !== void 0 && (D = Ce, t.isInLuminaMinimalExtraction = !0);
@@ -3403,7 +3403,7 @@ function Ko(e, t) {
3403
3403
  if (I === void 0)
3404
3404
  continue;
3405
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];
3406
- if (Ln(y, t), I.name !== void 0) {
3406
+ if (In(y, t), I.name !== void 0) {
3407
3407
  const E = I.name.escapedText, T = $?.[E], R = T?.[1], A = T?.[0] ?? w;
3408
3408
  c[E] = {
3409
3409
  type: T?.[2] ?? "default",
@@ -3447,7 +3447,7 @@ function Ko(e, t) {
3447
3447
  } else if (o.isExportDeclaration(y) && y.moduleSpecifier !== void 0 && !t.isInLuminaMinimalExtraction) {
3448
3448
  if (ne(y, !0, t) !== void 0) {
3449
3449
  const x = y.moduleSpecifier.text, g = !x.startsWith("."), K = g ? x : pt(r, Z(x)), w = g ? void 0 : Ve(K, t);
3450
- f.reExports ??= [];
3450
+ u.reExports ??= [];
3451
3451
  const $ = [];
3452
3452
  if (y.exportClause?.kind === o.SyntaxKind.NamedExports) {
3453
3453
  const B = y.exportClause.elements;
@@ -3465,19 +3465,19 @@ function Ko(e, t) {
3465
3465
  aliasName: y.exportClause === void 0 ? void 0 : De(y.exportClause.name),
3466
3466
  isTypeOnly: !1
3467
3467
  }), !t.config.strict && w !== void 0 && je(w, K, "*", t);
3468
- f.reExports.push({
3468
+ u.reExports.push({
3469
3469
  modulePath: w,
3470
3470
  externalSpecifier: g ? x : void 0,
3471
3471
  isTypeOnly: y.isTypeOnly,
3472
3472
  specifiers: $
3473
3473
  });
3474
3474
  }
3475
- } else o.isModuleDeclaration(y) ? ne(y, !0, t) !== void 0 && (f.namespaces ??= [], f.namespaces.push(y.getFullText(e))) : d !== void 0 && k && d.set(
3475
+ } else o.isModuleDeclaration(y) ? ne(y, !0, t) !== void 0 && (u.namespaces ??= [], u.namespaces.push(y.getFullText(e))) : d !== void 0 && k && d.set(
3476
3476
  (y.name ?? y.declarationList?.declarations[0].name).escapedText,
3477
3477
  -b
3478
3478
  );
3479
3479
  }
3480
- const P = t.config.types.typeReplacements[l];
3480
+ const P = t.config.types.typeReplacements[s];
3481
3481
  if (P !== void 0) {
3482
3482
  const b = Object.keys(P);
3483
3483
  for (let y = 0; y < b.length; ++y) {
@@ -3494,9 +3494,9 @@ function Ko(e, t) {
3494
3494
  }
3495
3495
  t.moduleHasAccessorLikeClass = c.subclass?.rawSpecifier.includes("accessorSupport") ?? !1;
3496
3496
  const h = {
3497
- [J]: f,
3497
+ [J]: u,
3498
3498
  kind: "javascript-module",
3499
- path: l,
3499
+ path: s,
3500
3500
  sourcePath: n,
3501
3501
  deprecated: void 0,
3502
3502
  description: void 0,
@@ -3505,7 +3505,7 @@ function Ko(e, t) {
3505
3505
  declarations: [],
3506
3506
  exports: []
3507
3507
  };
3508
- if (t.apiModule = h, Bo(e, t), d !== void 0) {
3508
+ if (t.apiModule = h, Ko(e, t), d !== void 0) {
3509
3509
  let b = !1;
3510
3510
  do {
3511
3511
  b = !1;
@@ -3528,18 +3528,18 @@ function Ko(e, t) {
3528
3528
  );
3529
3529
  else {
3530
3530
  C && !I.docsTags.includes(N.internal) && I.docsTags.push(N.internal), t.statementJsDocs[k] = I;
3531
- const g = Pi(D, k, t);
3531
+ const g = bi(D, k, t);
3532
3532
  g !== void 0 && h.declarations.push(g);
3533
3533
  }
3534
3534
  }
3535
3535
  } while (b);
3536
3536
  }
3537
- if (h.declarations.length === 0 && f.reExports === void 0 && f.namespaces === void 0) {
3537
+ if (h.declarations.length === 0 && u.reExports === void 0 && u.namespaces === void 0) {
3538
3538
  i !== void 0 && (i.isEmptyModule = !0);
3539
3539
  return;
3540
3540
  }
3541
- t.moduleMap.set(l, h), t.watchFiles !== void 0 && (i === void 0 ? t.watchFiles.set(h.sourcePath, {
3542
- file: f.file,
3541
+ t.moduleMap.set(s, h), t.watchFiles !== void 0 && (i === void 0 ? t.watchFiles.set(h.sourcePath, {
3542
+ file: u.file,
3543
3543
  module: h,
3544
3544
  previousModule: void 0,
3545
3545
  isEmptyModule: !1,
@@ -3553,7 +3553,7 @@ function Ko(e, t) {
3553
3553
  h.exports.length === 0 && (h.exports = void 0);
3554
3554
  for (let b = 0; b < h.declarations.length; ++b) {
3555
3555
  const y = h.declarations[b];
3556
- (y.kind === "class" || y.kind === "mixin") && (u.class = y), L === y.name && (u.default = y), u.named[y.name] = y;
3556
+ (y.kind === "class" || y.kind === "mixin") && (f.class = y), L === y.name && (f.default = y), f.named[y.name] = y;
3557
3557
  }
3558
3558
  return m !== void 0 && (t.moduleHasClass ? t.emitError(
3559
3559
  "A module that exports a class must have JSDoc attached to the class, rather than module-top JSDoc. See https://webgis.esri.com/references/api-extractor/api-node-kinds#module-level-documentation",
@@ -3563,55 +3563,55 @@ function Ko(e, t) {
3563
3563
  length: e.statements[0]?.getStart(e) ?? 1,
3564
3564
  node: void 0
3565
3565
  }
3566
- ) : (v && m.docsTags.push(N.internal), dn(h, m))), h;
3566
+ ) : (v && m.docsTags.push(N.internal), pn(h, m))), h;
3567
3567
  }
3568
- async function ba(e) {
3569
- const t = [], n = e.basePath, i = e.config.context.excludedDirectories, a = `${e.basePath}components/`, r = [], l = !e.config.strict || e.config.context.includeLuminaPrivateComponents;
3568
+ async function Ma(e) {
3569
+ const t = [], n = e.basePath, i = e.config.context.excludedDirectories, a = `${e.basePath}components/`, r = [], s = !e.config.strict || e.config.context.includeLuminaPrivateComponents;
3570
3570
  e.componentPathMapping = /* @__PURE__ */ Object.create(null);
3571
- const s = e.isComponentProject ? (m) => $i(m, a) : () => !1, c = e.isComponentProject ? p : d;
3571
+ const l = e.isComponentProject ? (m) => zi(m, a) : () => !1, c = e.isComponentProject ? p : d;
3572
3572
  if (e.program === void 0)
3573
- await Di(n, i, async (m) => {
3574
- if (bi(m))
3573
+ await Ri(n, i, async (m) => {
3574
+ if (Mi(m))
3575
3575
  return;
3576
- const u = await Lt(m);
3576
+ const f = await Lt(m);
3577
3577
  if (m.includes(".stories.")) {
3578
- const C = u.toString("utf8");
3578
+ const C = f.toString("utf8");
3579
3579
  Vt(C, m, e);
3580
3580
  return;
3581
3581
  }
3582
- const f = s(m);
3583
- if (f && l || // Exclude files before paying .toString() cost
3584
- u.includes(jo) && (u.includes(Jo) || u.includes(qo))) {
3585
- const C = u.toString("utf8"), v = Yt(m, C);
3586
- c(v, f);
3582
+ const u = l(m);
3583
+ if (u && s || // Exclude files before paying .toString() cost
3584
+ f.includes(Jo) && (f.includes(qo) || f.includes(Qo))) {
3585
+ const C = f.toString("utf8"), v = Zt(m, C);
3586
+ c(v, u);
3587
3587
  }
3588
3588
  });
3589
3589
  else {
3590
3590
  const m = e.program.getSourceFiles();
3591
- for (let u = 0; u < m.length; ++u) {
3592
- const f = m[u], S = f.fileName;
3593
- if (!Ho(S, e))
3591
+ for (let f = 0; f < m.length; ++f) {
3592
+ const u = m[f], S = u.fileName;
3593
+ if (!$o(S, e))
3594
3594
  continue;
3595
3595
  if (S.includes(".stories.")) {
3596
- Vt(f.text, S, e);
3596
+ Vt(u.text, S, e);
3597
3597
  continue;
3598
3598
  }
3599
- const C = s(S);
3600
- (C && l || f.text.includes(Mi) || f.text.includes(xi)) && c(f, C);
3599
+ const C = l(S);
3600
+ (C && s || u.text.includes(xi) || u.text.includes(Di)) && c(u, C);
3601
3601
  }
3602
3602
  }
3603
- function p(m, u) {
3603
+ function p(m, f) {
3604
3604
  r.push(m);
3605
- const f = u ? zi(m.text)?.[0] : void 0;
3606
- if (f !== void 0) {
3605
+ const u = f ? ji(m.text)?.[0] : void 0;
3606
+ if (u !== void 0) {
3607
3607
  const S = m.fileName.slice(e.basePath.length);
3608
- ji(f, e, S);
3608
+ Ji(u, e, S);
3609
3609
  }
3610
3610
  }
3611
3611
  function d(m) {
3612
3612
  e.file = m;
3613
- const u = Ko(m, e);
3614
- u !== void 0 && t.push(u);
3613
+ const f = Ho(m, e);
3614
+ f !== void 0 && t.push(f);
3615
3615
  }
3616
3616
  for (let m = 0; m < r.length; ++m)
3617
3617
  d(r[m]);
@@ -3619,16 +3619,16 @@ async function ba(e) {
3619
3619
  let m = !1;
3620
3620
  do {
3621
3621
  m = !1;
3622
- for (const u in e.implicitPublicModules) {
3623
- const f = e.implicitPublicModules[u], S = f.actualModulePath ?? u, C = e.moduleMap.get(S);
3624
- if (f.extractedNames === void 0)
3622
+ for (const f in e.implicitPublicModules) {
3623
+ const u = e.implicitPublicModules[f], S = u.actualModulePath ?? f, C = e.moduleMap.get(S);
3624
+ if (u.extractedNames === void 0)
3625
3625
  continue;
3626
- if (f.pendingNames !== void 0) {
3627
- const L = e.watchFiles?.get(e.config.context.basePath + f.sourcePath);
3626
+ if (u.pendingNames !== void 0) {
3627
+ const L = e.watchFiles?.get(e.config.context.basePath + u.sourcePath);
3628
3628
  let y = !(L !== void 0 && L.module === void 0 && !L.isEmptyModule);
3629
3629
  const k = C === void 0 ? void 0 : me(C).index;
3630
- for (const D of f.pendingNames)
3631
- if (!f.extractedNames.has(D) && (k === void 0 || (D === "default" ? k.default === void 0 : k.named[D] === void 0))) {
3630
+ for (const D of u.pendingNames)
3631
+ if (!u.extractedNames.has(D) && (k === void 0 || (D === "default" ? k.default === void 0 : k.named[D] === void 0))) {
3632
3632
  y = !1;
3633
3633
  break;
3634
3634
  }
@@ -3640,49 +3640,49 @@ async function ba(e) {
3640
3640
  const L = e.watchFiles?.get(C.sourcePath);
3641
3641
  L !== void 0 && (L.module = void 0);
3642
3642
  }
3643
- m = !0, f.extractedNames = f.pendingNames === void 0 ? void 0 : new Set(f.pendingNames);
3644
- let v = e.basePath + f.sourcePath, P = !1, h = e.program?.getSourceFile(v) ?? e.program?.getSourceFile(`${v}.ts`) ?? e.program?.getSourceFile(`${v}.tsx`) ?? e.program?.getSourceFile(`${v}.d.ts`);
3643
+ m = !0, u.extractedNames = u.pendingNames === void 0 ? void 0 : new Set(u.pendingNames);
3644
+ let v = e.basePath + u.sourcePath, P = !1, h = e.program?.getSourceFile(v) ?? e.program?.getSourceFile(`${v}.ts`) ?? e.program?.getSourceFile(`${v}.tsx`) ?? e.program?.getSourceFile(`${v}.d.ts`);
3645
3645
  if (h === void 0 && (h = e.program?.getSourceFile(`${v}/index.ts`) ?? e.program?.getSourceFile(`${v}/index.tsx`) ?? e.program?.getSourceFile(`${v}/index.d.ts`), h !== void 0 && (P = !0)), e.program === void 0) {
3646
3646
  if (Z(v) === v) {
3647
3647
  const b = v;
3648
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));
3649
3649
  }
3650
- v !== void 0 && (h = Yt(v, await Lt(v, "utf8")));
3650
+ v !== void 0 && (h = Zt(v, await Lt(v, "utf8")));
3651
3651
  }
3652
3652
  if (h !== void 0) {
3653
3653
  const L = h.fileName.slice(e.basePath.length);
3654
- L !== f.sourcePath && (f.sourcePath = L), P && (f.actualModulePath = `${S}/index`), d(h);
3654
+ L !== u.sourcePath && (u.sourcePath = L), P && (u.actualModulePath = `${S}/index`), d(h);
3655
3655
  }
3656
3656
  }
3657
3657
  } while (m);
3658
3658
  }
3659
3659
  return t;
3660
3660
  }
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);
3661
+ const $o = (e, t) => zo(e) && jo(e, t), zo = (e) => (e.endsWith(".ts") || e.endsWith(".tsx")) && !Mi(e), Mi = (e) => e.includes("__test") || e.includes(".e2e.") || e.includes(".spec.") || e.includes(".test."), jo = (e, t) => e.startsWith(t.basePath) && !t.config.context.excludedDirectories.has(
3662
+ Pn(e.slice(t.basePath.length))
3663
+ ) && !e.includes("node_modules"), Yt = 32, Jo = 64, xi = "@public", qo = Buffer.from(xi), Di = "@internal", Qo = Buffer.from(Di);
3664
+ async function xa(e) {
3665
+ await ei(e) && await Ri(e, /* @__PURE__ */ new Set(), $i);
3666
3666
  }
3667
- async function Di(e, t, n) {
3667
+ async function Ri(e, t, n) {
3668
3668
  const i = [], a = [];
3669
3669
  for await (const d of await It(e)) {
3670
3670
  const m = `${e}${d.name}`;
3671
3671
  d.isDirectory() && !t.has(d.name) ? a.push(m) : (d.name.endsWith(".ts") || d.name.endsWith(".tsx")) && i.push(m);
3672
3672
  }
3673
- const r = i.length === 0 ? [] : [i], l = Promise.withResolvers();
3674
- function s(d) {
3675
- l.reject(d), r.length = 0;
3673
+ const r = i.length === 0 ? [] : [i], s = Promise.withResolvers();
3674
+ function l(d) {
3675
+ s.reject(d), r.length = 0;
3676
3676
  }
3677
- let c = Xt;
3678
- for (let d = 0; d < Xt; ++d)
3679
- p().catch(s);
3677
+ let c = Yt;
3678
+ for (let d = 0; d < Yt; ++d)
3679
+ p().catch(l);
3680
3680
  async function p() {
3681
3681
  for (; ; )
3682
3682
  if (r.length === 0 && a.length > 0) {
3683
3683
  const d = a.shift(), m = [];
3684
- for await (const u of await It(d, { recursive: !0 }))
3685
- u.isFile() && (u.name.endsWith(".ts") || u.name.endsWith(".tsx")) && m.push(`${Li(u.parentPath)}/${u.name}`);
3684
+ for await (const f of await It(d, { recursive: !0 }))
3685
+ f.isFile() && (f.name.endsWith(".ts") || f.name.endsWith(".tsx")) && m.push(`${Ii(f.parentPath)}/${f.name}`);
3686
3686
  if (m.length === 0)
3687
3687
  continue;
3688
3688
  r.push(m);
@@ -3690,13 +3690,13 @@ async function Di(e, t, n) {
3690
3690
  const d = r[0], m = d.shift();
3691
3691
  d.length === 0 && r.shift(), await n(m);
3692
3692
  } else {
3693
- c -= 1, c === 0 && l.resolve();
3693
+ c -= 1, c === 0 && s.resolve();
3694
3694
  return;
3695
3695
  }
3696
3696
  }
3697
- return await l.promise;
3697
+ return await s.promise;
3698
3698
  }
3699
- function Yt(e, t) {
3699
+ function Zt(e, t) {
3700
3700
  return o.createSourceFile(
3701
3701
  e,
3702
3702
  t,
@@ -3715,22 +3715,22 @@ function Yt(e, t) {
3715
3715
  );
3716
3716
  }
3717
3717
  export {
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,
3718
+ Tn as a,
3719
+ Ea as b,
3720
+ xa as c,
3721
+ Ca as d,
3722
+ Ma as e,
3723
+ Pa as f,
3724
+ zo as g,
3725
+ jo as h,
3726
+ $o as i,
3727
+ Mi as j,
3728
+ Zt as k,
3729
+ ga as l,
3730
+ Ta as m,
3731
3731
  Ot as n,
3732
3732
  Ft as o,
3733
- Ta as p,
3734
- va as r,
3735
- Pa as t
3733
+ ha as p,
3734
+ Sa as r,
3735
+ ba as t
3736
3736
  };