@genesislcap/foundation-fdc3 14.302.1-alpha-475e82d.0 → 14.302.1-alpha-ecc0cfb.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/dts/fdc3-channel-event.d.ts +223 -264
  2. package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
  3. package/dist/dts/tsdoc-metadata.json +1 -1
  4. package/dist/dts/util/fdc3-intent-listener.d.ts +223 -264
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +223 -264
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +223 -264
  9. package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
  10. package/dist/dts/util/fdc3-util.d.ts.map +1 -1
  11. package/dist/esm/fdc3.js +4 -4
  12. package/dist/foundation-fdc3.api.json +167 -834
  13. package/dist/foundation-fdc3.d.ts +892 -1056
  14. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +5 -65
  15. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +3 -33
  16. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +4 -49
  17. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +5 -65
  18. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +4 -49
  19. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +4 -49
  20. package/docs/api/foundation-fdc3.fdc3.findintent.md +4 -49
  21. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +3 -33
  22. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +3 -33
  23. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +5 -65
  24. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +3 -33
  25. package/docs/api/foundation-fdc3.fdc3.md +22 -264
  26. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +4 -49
  27. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +3 -33
  28. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -41
  29. package/docs/api/foundation-fdc3.interopnotificationslistener.md +6 -70
  30. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +3 -31
  31. package/docs/api/foundation-fdc3.md +18 -236
  32. package/docs/api/index.md +3 -21
  33. package/package.json +17 -15
  34. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
  35. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -62
  36. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
  37. package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -62
  38. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
  39. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
  40. package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -81
  41. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
  42. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
  43. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
  44. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
  45. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
  46. package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -138
  47. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
  48. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
  49. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -81
  50. package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
  51. package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
  52. package/docs/api/foundation-fdc3.intentconfig.md +0 -80
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
  54. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
  55. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -80
  56. package/docs/api-report.md.api.md +0 -281
@@ -240,26 +240,25 @@ export declare class Fdc3ChannelEvent extends Fdc3ChannelEvent_base {
240
240
  }
241
241
 
242
242
  declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
243
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
244
- #_latestTokenCode: string;
245
- #_hasFirstLoaded: boolean;
246
- #_cleanupTimeout: NodeJS.Timeout;
247
- #_shouldForceLifecycle: boolean;
243
+ "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
244
+ "__#1@#_latestTokenCode": string;
245
+ "__#1@#_hasFirstLoaded": boolean;
246
+ "__#1@#_cleanupTimeout": NodeJS.Timeout;
247
+ "__#1@#_shouldForceLifecycle": boolean;
248
248
  cloneNode(deep?: boolean): Node;
249
249
  deepClone(): Node;
250
- get shouldRunDisconnect(): boolean;
251
- get shouldRunConnect(): boolean;
252
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
253
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
250
+ readonly shouldRunDisconnect: boolean;
251
+ readonly shouldRunConnect: boolean;
252
+ "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
253
+ "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
254
254
  connectedCallback(): void;
255
255
  readonly $fastController: Controller;
256
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
256
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
257
257
  disconnectedCallback(): void;
258
258
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
259
259
  accessKey: string;
260
260
  readonly accessKeyLabel: string;
261
261
  autocapitalize: string;
262
- autocorrect: boolean;
263
262
  dir: string;
264
263
  draggable: boolean;
265
264
  hidden: boolean;
@@ -268,90 +267,74 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
268
267
  lang: string;
269
268
  readonly offsetHeight: number;
270
269
  readonly offsetLeft: number;
271
- readonly offsetParent: Element | null;
270
+ readonly offsetParent: Element;
272
271
  readonly offsetTop: number;
273
272
  readonly offsetWidth: number;
274
273
  outerText: string;
275
- popover: string | null;
276
274
  spellcheck: boolean;
277
275
  title: string;
278
276
  translate: boolean;
279
- writingSuggestions: string;
280
277
  attachInternals(): ElementInternals;
281
278
  click(): void;
282
- hidePopover(): void;
283
- showPopover(): void;
284
- togglePopover(options?: boolean): boolean;
285
279
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
286
280
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
287
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
281
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
288
282
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
289
283
  readonly attributes: NamedNodeMap;
290
- get classList(): DOMTokenList;
291
- set classList(value: string): any;
284
+ readonly classList: DOMTokenList;
292
285
  className: string;
293
286
  readonly clientHeight: number;
294
287
  readonly clientLeft: number;
295
288
  readonly clientTop: number;
296
289
  readonly clientWidth: number;
297
- readonly currentCSSZoom: number;
298
290
  id: string;
299
- innerHTML: string;
300
291
  readonly localName: string;
301
- readonly namespaceURI: string | null;
292
+ readonly namespaceURI: string;
302
293
  onfullscreenchange: (this: Element, ev: Event) => any;
303
294
  onfullscreenerror: (this: Element, ev: Event) => any;
304
295
  outerHTML: string;
305
296
  readonly ownerDocument: Document;
306
- get part(): DOMTokenList;
307
- set part(value: string): any;
308
- readonly prefix: string | null;
297
+ readonly part: DOMTokenList;
298
+ readonly prefix: string;
309
299
  readonly scrollHeight: number;
310
300
  scrollLeft: number;
311
301
  scrollTop: number;
312
302
  readonly scrollWidth: number;
313
- readonly shadowRoot: ShadowRoot | null;
303
+ readonly shadowRoot: ShadowRoot;
314
304
  slot: string;
315
305
  readonly tagName: string;
316
306
  attachShadow(init: ShadowRootInit): ShadowRoot;
317
- checkVisibility(options?: CheckVisibilityOptions): boolean;
318
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
319
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
320
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
307
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
308
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
321
309
  closest<E extends Element = Element>(selectors: string): E;
322
- computedStyleMap(): StylePropertyMapReadOnly;
323
- getAttribute(qualifiedName: string): string | null;
324
- getAttributeNS(namespace: string | null, localName: string): string | null;
310
+ getAttribute(qualifiedName: string): string;
311
+ getAttributeNS(namespace: string, localName: string): string;
325
312
  getAttributeNames(): string[];
326
- getAttributeNode(qualifiedName: string): Attr | null;
327
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
313
+ getAttributeNode(qualifiedName: string): Attr;
314
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
328
315
  getBoundingClientRect(): DOMRect;
329
316
  getClientRects(): DOMRectList;
330
317
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
331
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
332
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
333
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
334
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
318
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
319
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
335
320
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
336
321
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
337
322
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
338
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
339
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
340
- getHTML(options?: GetHTMLOptions): string;
323
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
341
324
  hasAttribute(qualifiedName: string): boolean;
342
- hasAttributeNS(namespace: string | null, localName: string): boolean;
325
+ hasAttributeNS(namespace: string, localName: string): boolean;
343
326
  hasAttributes(): boolean;
344
327
  hasPointerCapture(pointerId: number): boolean;
345
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
346
- insertAdjacentHTML(position: InsertPosition, string: string): void;
328
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
329
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
347
330
  insertAdjacentText(where: InsertPosition, data: string): void;
348
331
  matches(selectors: string): boolean;
349
332
  releasePointerCapture(pointerId: number): void;
350
333
  removeAttribute(qualifiedName: string): void;
351
- removeAttributeNS(namespace: string | null, localName: string): void;
334
+ removeAttributeNS(namespace: string, localName: string): void;
352
335
  removeAttributeNode(attr: Attr): Attr;
353
336
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
354
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
337
+ requestPointerLock(): void;
355
338
  scroll(options?: ScrollToOptions): void;
356
339
  scroll(x: number, y: number): void;
357
340
  scrollBy(options?: ScrollToOptions): void;
@@ -360,244 +343,220 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
360
343
  scrollTo(options?: ScrollToOptions): void;
361
344
  scrollTo(x: number, y: number): void;
362
345
  setAttribute(qualifiedName: string, value: string): void;
363
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
364
- setAttributeNode(attr: Attr): Attr | null;
365
- setAttributeNodeNS(attr: Attr): Attr | null;
366
- setHTMLUnsafe(html: string): void;
346
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
347
+ setAttributeNode(attr: Attr): Attr;
348
+ setAttributeNodeNS(attr: Attr): Attr;
367
349
  setPointerCapture(pointerId: number): void;
368
350
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
369
351
  webkitMatchesSelector(selectors: string): boolean;
370
- textContent: string;
371
352
  readonly baseURI: string;
372
353
  readonly childNodes: NodeListOf<ChildNode>;
373
- readonly firstChild: ChildNode | null;
354
+ readonly firstChild: ChildNode;
374
355
  readonly isConnected: boolean;
375
- readonly lastChild: ChildNode | null;
376
- readonly nextSibling: ChildNode | null;
356
+ readonly lastChild: ChildNode;
357
+ readonly nextSibling: ChildNode;
377
358
  readonly nodeName: string;
378
359
  readonly nodeType: number;
379
- nodeValue: string | null;
380
- readonly parentElement: HTMLElement | null;
381
- readonly parentNode: ParentNode | null;
382
- readonly previousSibling: ChildNode | null;
360
+ nodeValue: string;
361
+ readonly parentElement: HTMLElement;
362
+ readonly parentNode: ParentNode;
363
+ readonly previousSibling: ChildNode;
364
+ textContent: string;
383
365
  appendChild<T_1 extends Node>(node: T_1): T_1;
384
366
  compareDocumentPosition(other: Node): number;
385
- contains(other: Node | null): boolean;
367
+ contains(other: Node): boolean;
386
368
  getRootNode(options?: GetRootNodeOptions): Node;
387
369
  hasChildNodes(): boolean;
388
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
389
- isDefaultNamespace(namespace: string | null): boolean;
390
- isEqualNode(otherNode: Node | null): boolean;
391
- isSameNode(otherNode: Node | null): boolean;
392
- lookupNamespaceURI(prefix: string | null): string | null;
393
- lookupPrefix(namespace: string | null): string | null;
370
+ insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
371
+ isDefaultNamespace(namespace: string): boolean;
372
+ isEqualNode(otherNode: Node): boolean;
373
+ isSameNode(otherNode: Node): boolean;
374
+ lookupNamespaceURI(prefix: string): string;
375
+ lookupPrefix(namespace: string): string;
394
376
  normalize(): void;
395
- removeChild<T_1 extends Node>(child: T_1): T_1;
396
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
397
- readonly ELEMENT_NODE: 1;
398
- readonly ATTRIBUTE_NODE: 2;
399
- readonly TEXT_NODE: 3;
400
- readonly CDATA_SECTION_NODE: 4;
401
- readonly ENTITY_REFERENCE_NODE: 5;
402
- readonly ENTITY_NODE: 6;
403
- readonly PROCESSING_INSTRUCTION_NODE: 7;
404
- readonly COMMENT_NODE: 8;
405
- readonly DOCUMENT_NODE: 9;
406
- readonly DOCUMENT_TYPE_NODE: 10;
407
- readonly DOCUMENT_FRAGMENT_NODE: 11;
408
- readonly NOTATION_NODE: 12;
409
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
410
- readonly DOCUMENT_POSITION_PRECEDING: 2;
411
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
412
- readonly DOCUMENT_POSITION_CONTAINS: 8;
413
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
414
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
377
+ removeChild<T_3 extends Node>(child: T_3): T_3;
378
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
379
+ readonly ATTRIBUTE_NODE: number;
380
+ readonly CDATA_SECTION_NODE: number;
381
+ readonly COMMENT_NODE: number;
382
+ readonly DOCUMENT_FRAGMENT_NODE: number;
383
+ readonly DOCUMENT_NODE: number;
384
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
385
+ readonly DOCUMENT_POSITION_CONTAINS: number;
386
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
387
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
388
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
389
+ readonly DOCUMENT_POSITION_PRECEDING: number;
390
+ readonly DOCUMENT_TYPE_NODE: number;
391
+ readonly ELEMENT_NODE: number;
392
+ readonly ENTITY_NODE: number;
393
+ readonly ENTITY_REFERENCE_NODE: number;
394
+ readonly NOTATION_NODE: number;
395
+ readonly PROCESSING_INSTRUCTION_NODE: number;
396
+ readonly TEXT_NODE: number;
415
397
  dispatchEvent(event: Event): boolean;
416
- ariaActiveDescendantElement: Element | null;
417
- ariaAtomic: string | null;
418
- ariaAutoComplete: string | null;
419
- ariaBrailleLabel: string | null;
420
- ariaBrailleRoleDescription: string | null;
421
- ariaBusy: string | null;
422
- ariaChecked: string | null;
423
- ariaColCount: string | null;
424
- ariaColIndex: string | null;
425
- ariaColIndexText: string | null;
426
- ariaColSpan: string | null;
427
- ariaControlsElements: ReadonlyArray<Element> | null;
428
- ariaCurrent: string | null;
429
- ariaDescribedByElements: ReadonlyArray<Element> | null;
430
- ariaDescription: string | null;
431
- ariaDetailsElements: ReadonlyArray<Element> | null;
432
- ariaDisabled: string | null;
433
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
434
- ariaExpanded: string | null;
435
- ariaFlowToElements: ReadonlyArray<Element> | null;
436
- ariaHasPopup: string | null;
437
- ariaHidden: string | null;
438
- ariaInvalid: string | null;
439
- ariaKeyShortcuts: string | null;
440
- ariaLabel: string | null;
441
- ariaLabelledByElements: ReadonlyArray<Element> | null;
442
- ariaLevel: string | null;
443
- ariaLive: string | null;
444
- ariaModal: string | null;
445
- ariaMultiLine: string | null;
446
- ariaMultiSelectable: string | null;
447
- ariaOrientation: string | null;
448
- ariaOwnsElements: ReadonlyArray<Element> | null;
449
- ariaPlaceholder: string | null;
450
- ariaPosInSet: string | null;
451
- ariaPressed: string | null;
452
- ariaReadOnly: string | null;
453
- ariaRelevant: string | null;
454
- ariaRequired: string | null;
455
- ariaRoleDescription: string | null;
456
- ariaRowCount: string | null;
457
- ariaRowIndex: string | null;
458
- ariaRowIndexText: string | null;
459
- ariaRowSpan: string | null;
460
- ariaSelected: string | null;
461
- ariaSetSize: string | null;
462
- ariaSort: string | null;
463
- ariaValueMax: string | null;
464
- ariaValueMin: string | null;
465
- ariaValueNow: string | null;
466
- ariaValueText: string | null;
467
- role: string | null;
468
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
398
+ ariaAtomic: string;
399
+ ariaAutoComplete: string;
400
+ ariaBusy: string;
401
+ ariaChecked: string;
402
+ ariaColCount: string;
403
+ ariaColIndex: string;
404
+ ariaColIndexText: string;
405
+ ariaColSpan: string;
406
+ ariaCurrent: string;
407
+ ariaDisabled: string;
408
+ ariaExpanded: string;
409
+ ariaHasPopup: string;
410
+ ariaHidden: string;
411
+ ariaInvalid: string;
412
+ ariaKeyShortcuts: string;
413
+ ariaLabel: string;
414
+ ariaLevel: string;
415
+ ariaLive: string;
416
+ ariaModal: string;
417
+ ariaMultiLine: string;
418
+ ariaMultiSelectable: string;
419
+ ariaOrientation: string;
420
+ ariaPlaceholder: string;
421
+ ariaPosInSet: string;
422
+ ariaPressed: string;
423
+ ariaReadOnly: string;
424
+ ariaRequired: string;
425
+ ariaRoleDescription: string;
426
+ ariaRowCount: string;
427
+ ariaRowIndex: string;
428
+ ariaRowIndexText: string;
429
+ ariaRowSpan: string;
430
+ ariaSelected: string;
431
+ ariaSetSize: string;
432
+ ariaSort: string;
433
+ ariaValueMax: string;
434
+ ariaValueMin: string;
435
+ ariaValueNow: string;
436
+ ariaValueText: string;
437
+ role: string;
438
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
469
439
  getAnimations(options?: GetAnimationsOptions): Animation[];
470
- after(...nodes: (Node | string)[]): void;
471
- before(...nodes: (Node | string)[]): void;
440
+ after(...nodes: (string | Node)[]): void;
441
+ before(...nodes: (string | Node)[]): void;
472
442
  remove(): void;
473
- replaceWith(...nodes: (Node | string)[]): void;
474
- readonly nextElementSibling: Element | null;
475
- readonly previousElementSibling: Element | null;
443
+ replaceWith(...nodes: (string | Node)[]): void;
444
+ innerHTML: string;
445
+ readonly nextElementSibling: Element;
446
+ readonly previousElementSibling: Element;
476
447
  readonly childElementCount: number;
477
448
  readonly children: HTMLCollection;
478
- readonly firstElementChild: Element | null;
479
- readonly lastElementChild: Element | null;
480
- append(...nodes: (Node | string)[]): void;
481
- prepend(...nodes: (Node | string)[]): void;
482
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
483
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
484
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
485
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
486
- querySelector<E extends Element = Element>(selectors: string): E | null;
487
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
488
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
489
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
490
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
491
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
492
- replaceChildren(...nodes: (Node | string)[]): void;
493
- readonly assignedSlot: HTMLSlotElement | null;
494
- readonly attributeStyleMap: StylePropertyMap;
495
- get style(): CSSStyleDeclaration;
496
- set style(cssText: string): any;
449
+ readonly firstElementChild: Element;
450
+ readonly lastElementChild: Element;
451
+ append(...nodes: (string | Node)[]): void;
452
+ prepend(...nodes: (string | Node)[]): void;
453
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
454
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
455
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
456
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
457
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
458
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
459
+ replaceChildren(...nodes: (string | Node)[]): void;
460
+ readonly assignedSlot: HTMLSlotElement;
461
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
462
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
463
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
464
+ readonly style: CSSStyleDeclaration;
497
465
  contentEditable: string;
498
466
  enterKeyHint: string;
499
467
  inputMode: string;
500
468
  readonly isContentEditable: boolean;
501
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
502
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
503
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
504
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
505
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
506
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
507
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
508
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
509
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
510
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
511
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
512
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
513
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
514
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
515
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
516
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
517
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
518
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
519
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
520
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
521
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
522
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
523
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
524
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
525
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
526
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
527
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
528
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
529
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
530
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
531
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
532
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
533
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
534
- onerror: OnErrorEventHandler;
535
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
536
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
537
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
538
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
539
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
540
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
541
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
542
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
543
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
544
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
545
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
546
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
547
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
548
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
549
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
550
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
551
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
552
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
553
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
554
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
555
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
556
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
557
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
558
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
559
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
560
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
561
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
562
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
563
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
564
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
565
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
566
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
567
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
568
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
569
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
570
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
571
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
572
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
573
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
574
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
575
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
576
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
577
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
578
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
579
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
580
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
581
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
582
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
583
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
584
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
585
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
586
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
587
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
588
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
589
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
590
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
591
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
592
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
593
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
594
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
595
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
596
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
597
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
598
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
599
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
600
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
469
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
470
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
471
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
472
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
473
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
474
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
475
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
476
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
477
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
478
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
479
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
480
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
481
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
482
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
483
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
484
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
485
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
486
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
487
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
488
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
489
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
490
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
491
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
492
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
493
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
494
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
495
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
496
+ onerror: OnErrorEventHandlerNonNull;
497
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
498
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
499
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
500
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
501
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
502
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
503
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
504
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
505
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
506
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
507
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
508
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
509
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
510
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
511
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
512
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
513
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
514
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
515
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
516
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
517
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
518
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
519
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
520
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
521
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
522
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
523
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
524
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
525
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
526
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
527
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
528
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
529
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
530
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
531
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
532
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
533
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
534
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
535
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
536
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
537
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
538
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
539
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
540
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
541
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
542
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
543
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
544
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
545
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
546
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
547
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
548
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
549
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
550
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
551
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
552
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
553
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
554
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
555
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
556
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
557
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
558
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
559
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
601
560
  autofocus: boolean;
602
561
  readonly dataset: DOMStringMap;
603
562
  nonce?: string;
@@ -644,26 +603,25 @@ export declare class Fdc3IntentListener extends Fdc3IntentListener_base {
644
603
  }
645
604
 
646
605
  declare const Fdc3IntentListener_base: (new (...args: any[]) => {
647
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
648
- #_latestTokenCode: string;
649
- #_hasFirstLoaded: boolean;
650
- #_cleanupTimeout: NodeJS.Timeout;
651
- #_shouldForceLifecycle: boolean;
606
+ "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
607
+ "__#1@#_latestTokenCode": string;
608
+ "__#1@#_hasFirstLoaded": boolean;
609
+ "__#1@#_cleanupTimeout": NodeJS.Timeout;
610
+ "__#1@#_shouldForceLifecycle": boolean;
652
611
  cloneNode(deep?: boolean): Node;
653
612
  deepClone(): Node;
654
- get shouldRunDisconnect(): boolean;
655
- get shouldRunConnect(): boolean;
656
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
657
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
613
+ readonly shouldRunDisconnect: boolean;
614
+ readonly shouldRunConnect: boolean;
615
+ "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
616
+ "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
658
617
  connectedCallback(): void;
659
618
  readonly $fastController: Controller;
660
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
619
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
661
620
  disconnectedCallback(): void;
662
621
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
663
622
  accessKey: string;
664
623
  readonly accessKeyLabel: string;
665
624
  autocapitalize: string;
666
- autocorrect: boolean;
667
625
  dir: string;
668
626
  draggable: boolean;
669
627
  hidden: boolean;
@@ -672,90 +630,74 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
672
630
  lang: string;
673
631
  readonly offsetHeight: number;
674
632
  readonly offsetLeft: number;
675
- readonly offsetParent: Element | null;
633
+ readonly offsetParent: Element;
676
634
  readonly offsetTop: number;
677
635
  readonly offsetWidth: number;
678
636
  outerText: string;
679
- popover: string | null;
680
637
  spellcheck: boolean;
681
638
  title: string;
682
639
  translate: boolean;
683
- writingSuggestions: string;
684
640
  attachInternals(): ElementInternals;
685
641
  click(): void;
686
- hidePopover(): void;
687
- showPopover(): void;
688
- togglePopover(options?: boolean): boolean;
689
642
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
690
643
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
691
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
644
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
692
645
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
693
646
  readonly attributes: NamedNodeMap;
694
- get classList(): DOMTokenList;
695
- set classList(value: string): any;
647
+ readonly classList: DOMTokenList;
696
648
  className: string;
697
649
  readonly clientHeight: number;
698
650
  readonly clientLeft: number;
699
651
  readonly clientTop: number;
700
652
  readonly clientWidth: number;
701
- readonly currentCSSZoom: number;
702
653
  id: string;
703
- innerHTML: string;
704
654
  readonly localName: string;
705
- readonly namespaceURI: string | null;
655
+ readonly namespaceURI: string;
706
656
  onfullscreenchange: (this: Element, ev: Event) => any;
707
657
  onfullscreenerror: (this: Element, ev: Event) => any;
708
658
  outerHTML: string;
709
659
  readonly ownerDocument: Document;
710
- get part(): DOMTokenList;
711
- set part(value: string): any;
712
- readonly prefix: string | null;
660
+ readonly part: DOMTokenList;
661
+ readonly prefix: string;
713
662
  readonly scrollHeight: number;
714
663
  scrollLeft: number;
715
664
  scrollTop: number;
716
665
  readonly scrollWidth: number;
717
- readonly shadowRoot: ShadowRoot | null;
666
+ readonly shadowRoot: ShadowRoot;
718
667
  slot: string;
719
668
  readonly tagName: string;
720
669
  attachShadow(init: ShadowRootInit): ShadowRoot;
721
- checkVisibility(options?: CheckVisibilityOptions): boolean;
722
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
723
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
724
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
670
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
671
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
725
672
  closest<E extends Element = Element>(selectors: string): E;
726
- computedStyleMap(): StylePropertyMapReadOnly;
727
- getAttribute(qualifiedName: string): string | null;
728
- getAttributeNS(namespace: string | null, localName: string): string | null;
673
+ getAttribute(qualifiedName: string): string;
674
+ getAttributeNS(namespace: string, localName: string): string;
729
675
  getAttributeNames(): string[];
730
- getAttributeNode(qualifiedName: string): Attr | null;
731
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
676
+ getAttributeNode(qualifiedName: string): Attr;
677
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
732
678
  getBoundingClientRect(): DOMRect;
733
679
  getClientRects(): DOMRectList;
734
680
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
735
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
736
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
737
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
738
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
681
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
682
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
739
683
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
740
684
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
741
685
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
742
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
743
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
744
- getHTML(options?: GetHTMLOptions): string;
686
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
745
687
  hasAttribute(qualifiedName: string): boolean;
746
- hasAttributeNS(namespace: string | null, localName: string): boolean;
688
+ hasAttributeNS(namespace: string, localName: string): boolean;
747
689
  hasAttributes(): boolean;
748
690
  hasPointerCapture(pointerId: number): boolean;
749
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
750
- insertAdjacentHTML(position: InsertPosition, string: string): void;
691
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
692
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
751
693
  insertAdjacentText(where: InsertPosition, data: string): void;
752
694
  matches(selectors: string): boolean;
753
695
  releasePointerCapture(pointerId: number): void;
754
696
  removeAttribute(qualifiedName: string): void;
755
- removeAttributeNS(namespace: string | null, localName: string): void;
697
+ removeAttributeNS(namespace: string, localName: string): void;
756
698
  removeAttributeNode(attr: Attr): Attr;
757
699
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
758
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
700
+ requestPointerLock(): void;
759
701
  scroll(options?: ScrollToOptions): void;
760
702
  scroll(x: number, y: number): void;
761
703
  scrollBy(options?: ScrollToOptions): void;
@@ -764,244 +706,220 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
764
706
  scrollTo(options?: ScrollToOptions): void;
765
707
  scrollTo(x: number, y: number): void;
766
708
  setAttribute(qualifiedName: string, value: string): void;
767
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
768
- setAttributeNode(attr: Attr): Attr | null;
769
- setAttributeNodeNS(attr: Attr): Attr | null;
770
- setHTMLUnsafe(html: string): void;
709
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
710
+ setAttributeNode(attr: Attr): Attr;
711
+ setAttributeNodeNS(attr: Attr): Attr;
771
712
  setPointerCapture(pointerId: number): void;
772
713
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
773
714
  webkitMatchesSelector(selectors: string): boolean;
774
- textContent: string;
775
715
  readonly baseURI: string;
776
716
  readonly childNodes: NodeListOf<ChildNode>;
777
- readonly firstChild: ChildNode | null;
717
+ readonly firstChild: ChildNode;
778
718
  readonly isConnected: boolean;
779
- readonly lastChild: ChildNode | null;
780
- readonly nextSibling: ChildNode | null;
719
+ readonly lastChild: ChildNode;
720
+ readonly nextSibling: ChildNode;
781
721
  readonly nodeName: string;
782
722
  readonly nodeType: number;
783
- nodeValue: string | null;
784
- readonly parentElement: HTMLElement | null;
785
- readonly parentNode: ParentNode | null;
786
- readonly previousSibling: ChildNode | null;
723
+ nodeValue: string;
724
+ readonly parentElement: HTMLElement;
725
+ readonly parentNode: ParentNode;
726
+ readonly previousSibling: ChildNode;
727
+ textContent: string;
787
728
  appendChild<T_1 extends Node>(node: T_1): T_1;
788
729
  compareDocumentPosition(other: Node): number;
789
- contains(other: Node | null): boolean;
730
+ contains(other: Node): boolean;
790
731
  getRootNode(options?: GetRootNodeOptions): Node;
791
732
  hasChildNodes(): boolean;
792
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
793
- isDefaultNamespace(namespace: string | null): boolean;
794
- isEqualNode(otherNode: Node | null): boolean;
795
- isSameNode(otherNode: Node | null): boolean;
796
- lookupNamespaceURI(prefix: string | null): string | null;
797
- lookupPrefix(namespace: string | null): string | null;
733
+ insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
734
+ isDefaultNamespace(namespace: string): boolean;
735
+ isEqualNode(otherNode: Node): boolean;
736
+ isSameNode(otherNode: Node): boolean;
737
+ lookupNamespaceURI(prefix: string): string;
738
+ lookupPrefix(namespace: string): string;
798
739
  normalize(): void;
799
- removeChild<T_1 extends Node>(child: T_1): T_1;
800
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
801
- readonly ELEMENT_NODE: 1;
802
- readonly ATTRIBUTE_NODE: 2;
803
- readonly TEXT_NODE: 3;
804
- readonly CDATA_SECTION_NODE: 4;
805
- readonly ENTITY_REFERENCE_NODE: 5;
806
- readonly ENTITY_NODE: 6;
807
- readonly PROCESSING_INSTRUCTION_NODE: 7;
808
- readonly COMMENT_NODE: 8;
809
- readonly DOCUMENT_NODE: 9;
810
- readonly DOCUMENT_TYPE_NODE: 10;
811
- readonly DOCUMENT_FRAGMENT_NODE: 11;
812
- readonly NOTATION_NODE: 12;
813
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
814
- readonly DOCUMENT_POSITION_PRECEDING: 2;
815
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
816
- readonly DOCUMENT_POSITION_CONTAINS: 8;
817
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
818
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
740
+ removeChild<T_3 extends Node>(child: T_3): T_3;
741
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
742
+ readonly ATTRIBUTE_NODE: number;
743
+ readonly CDATA_SECTION_NODE: number;
744
+ readonly COMMENT_NODE: number;
745
+ readonly DOCUMENT_FRAGMENT_NODE: number;
746
+ readonly DOCUMENT_NODE: number;
747
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
748
+ readonly DOCUMENT_POSITION_CONTAINS: number;
749
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
750
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
751
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
752
+ readonly DOCUMENT_POSITION_PRECEDING: number;
753
+ readonly DOCUMENT_TYPE_NODE: number;
754
+ readonly ELEMENT_NODE: number;
755
+ readonly ENTITY_NODE: number;
756
+ readonly ENTITY_REFERENCE_NODE: number;
757
+ readonly NOTATION_NODE: number;
758
+ readonly PROCESSING_INSTRUCTION_NODE: number;
759
+ readonly TEXT_NODE: number;
819
760
  dispatchEvent(event: Event): boolean;
820
- ariaActiveDescendantElement: Element | null;
821
- ariaAtomic: string | null;
822
- ariaAutoComplete: string | null;
823
- ariaBrailleLabel: string | null;
824
- ariaBrailleRoleDescription: string | null;
825
- ariaBusy: string | null;
826
- ariaChecked: string | null;
827
- ariaColCount: string | null;
828
- ariaColIndex: string | null;
829
- ariaColIndexText: string | null;
830
- ariaColSpan: string | null;
831
- ariaControlsElements: ReadonlyArray<Element> | null;
832
- ariaCurrent: string | null;
833
- ariaDescribedByElements: ReadonlyArray<Element> | null;
834
- ariaDescription: string | null;
835
- ariaDetailsElements: ReadonlyArray<Element> | null;
836
- ariaDisabled: string | null;
837
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
838
- ariaExpanded: string | null;
839
- ariaFlowToElements: ReadonlyArray<Element> | null;
840
- ariaHasPopup: string | null;
841
- ariaHidden: string | null;
842
- ariaInvalid: string | null;
843
- ariaKeyShortcuts: string | null;
844
- ariaLabel: string | null;
845
- ariaLabelledByElements: ReadonlyArray<Element> | null;
846
- ariaLevel: string | null;
847
- ariaLive: string | null;
848
- ariaModal: string | null;
849
- ariaMultiLine: string | null;
850
- ariaMultiSelectable: string | null;
851
- ariaOrientation: string | null;
852
- ariaOwnsElements: ReadonlyArray<Element> | null;
853
- ariaPlaceholder: string | null;
854
- ariaPosInSet: string | null;
855
- ariaPressed: string | null;
856
- ariaReadOnly: string | null;
857
- ariaRelevant: string | null;
858
- ariaRequired: string | null;
859
- ariaRoleDescription: string | null;
860
- ariaRowCount: string | null;
861
- ariaRowIndex: string | null;
862
- ariaRowIndexText: string | null;
863
- ariaRowSpan: string | null;
864
- ariaSelected: string | null;
865
- ariaSetSize: string | null;
866
- ariaSort: string | null;
867
- ariaValueMax: string | null;
868
- ariaValueMin: string | null;
869
- ariaValueNow: string | null;
870
- ariaValueText: string | null;
871
- role: string | null;
872
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
761
+ ariaAtomic: string;
762
+ ariaAutoComplete: string;
763
+ ariaBusy: string;
764
+ ariaChecked: string;
765
+ ariaColCount: string;
766
+ ariaColIndex: string;
767
+ ariaColIndexText: string;
768
+ ariaColSpan: string;
769
+ ariaCurrent: string;
770
+ ariaDisabled: string;
771
+ ariaExpanded: string;
772
+ ariaHasPopup: string;
773
+ ariaHidden: string;
774
+ ariaInvalid: string;
775
+ ariaKeyShortcuts: string;
776
+ ariaLabel: string;
777
+ ariaLevel: string;
778
+ ariaLive: string;
779
+ ariaModal: string;
780
+ ariaMultiLine: string;
781
+ ariaMultiSelectable: string;
782
+ ariaOrientation: string;
783
+ ariaPlaceholder: string;
784
+ ariaPosInSet: string;
785
+ ariaPressed: string;
786
+ ariaReadOnly: string;
787
+ ariaRequired: string;
788
+ ariaRoleDescription: string;
789
+ ariaRowCount: string;
790
+ ariaRowIndex: string;
791
+ ariaRowIndexText: string;
792
+ ariaRowSpan: string;
793
+ ariaSelected: string;
794
+ ariaSetSize: string;
795
+ ariaSort: string;
796
+ ariaValueMax: string;
797
+ ariaValueMin: string;
798
+ ariaValueNow: string;
799
+ ariaValueText: string;
800
+ role: string;
801
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
873
802
  getAnimations(options?: GetAnimationsOptions): Animation[];
874
- after(...nodes: (Node | string)[]): void;
875
- before(...nodes: (Node | string)[]): void;
803
+ after(...nodes: (string | Node)[]): void;
804
+ before(...nodes: (string | Node)[]): void;
876
805
  remove(): void;
877
- replaceWith(...nodes: (Node | string)[]): void;
878
- readonly nextElementSibling: Element | null;
879
- readonly previousElementSibling: Element | null;
806
+ replaceWith(...nodes: (string | Node)[]): void;
807
+ innerHTML: string;
808
+ readonly nextElementSibling: Element;
809
+ readonly previousElementSibling: Element;
880
810
  readonly childElementCount: number;
881
811
  readonly children: HTMLCollection;
882
- readonly firstElementChild: Element | null;
883
- readonly lastElementChild: Element | null;
884
- append(...nodes: (Node | string)[]): void;
885
- prepend(...nodes: (Node | string)[]): void;
886
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
887
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
888
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
889
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
890
- querySelector<E extends Element = Element>(selectors: string): E | null;
891
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
892
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
893
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
894
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
895
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
896
- replaceChildren(...nodes: (Node | string)[]): void;
897
- readonly assignedSlot: HTMLSlotElement | null;
898
- readonly attributeStyleMap: StylePropertyMap;
899
- get style(): CSSStyleDeclaration;
900
- set style(cssText: string): any;
812
+ readonly firstElementChild: Element;
813
+ readonly lastElementChild: Element;
814
+ append(...nodes: (string | Node)[]): void;
815
+ prepend(...nodes: (string | Node)[]): void;
816
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
817
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
818
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
819
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
820
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
821
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
822
+ replaceChildren(...nodes: (string | Node)[]): void;
823
+ readonly assignedSlot: HTMLSlotElement;
824
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
825
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
826
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
827
+ readonly style: CSSStyleDeclaration;
901
828
  contentEditable: string;
902
829
  enterKeyHint: string;
903
830
  inputMode: string;
904
831
  readonly isContentEditable: boolean;
905
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
906
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
907
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
908
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
909
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
910
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
911
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
912
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
913
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
914
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
915
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
916
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
917
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
918
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
919
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
920
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
921
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
922
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
923
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
924
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
925
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
926
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
927
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
928
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
929
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
930
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
931
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
932
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
933
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
934
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
935
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
936
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
937
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
938
- onerror: OnErrorEventHandler;
939
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
940
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
941
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
942
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
943
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
944
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
945
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
946
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
947
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
948
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
949
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
950
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
951
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
952
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
953
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
954
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
955
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
956
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
957
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
958
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
959
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
960
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
961
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
962
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
963
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
964
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
965
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
966
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
967
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
968
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
969
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
970
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
971
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
972
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
973
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
974
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
975
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
976
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
977
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
978
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
979
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
980
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
981
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
982
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
983
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
984
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
985
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
986
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
987
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
988
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
989
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
990
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
991
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
992
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
993
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
994
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
995
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
996
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
997
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
998
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
999
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1000
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1001
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1002
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1003
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1004
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
832
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
833
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
834
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
835
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
836
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
837
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
838
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
839
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
840
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
841
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
842
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
843
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
844
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
845
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
846
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
847
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
848
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
849
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
850
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
851
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
852
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
853
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
854
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
855
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
856
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
857
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
858
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
859
+ onerror: OnErrorEventHandlerNonNull;
860
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
861
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
862
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
863
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
864
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
865
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
866
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
867
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
868
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
869
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
870
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
871
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
872
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
873
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
874
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
875
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
876
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
877
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
878
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
879
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
880
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
881
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
882
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
883
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
884
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
885
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
886
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
887
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
888
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
889
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
890
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
891
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
892
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
893
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
894
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
895
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
896
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
897
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
898
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
899
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
900
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
901
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
902
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
903
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
904
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
905
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
906
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
907
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
908
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
909
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
910
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
911
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
912
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
913
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
914
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
915
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
916
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
917
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
918
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
919
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
920
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
921
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
922
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
1005
923
  autofocus: boolean;
1006
924
  readonly dataset: DOMStringMap;
1007
925
  nonce?: string;
@@ -1042,26 +960,25 @@ export declare class Fdc3RaiseIntent extends Fdc3RaiseIntent_base {
1042
960
  }
1043
961
 
1044
962
  declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
1045
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1046
- #_latestTokenCode: string;
1047
- #_hasFirstLoaded: boolean;
1048
- #_cleanupTimeout: NodeJS.Timeout;
1049
- #_shouldForceLifecycle: boolean;
963
+ "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
964
+ "__#1@#_latestTokenCode": string;
965
+ "__#1@#_hasFirstLoaded": boolean;
966
+ "__#1@#_cleanupTimeout": NodeJS.Timeout;
967
+ "__#1@#_shouldForceLifecycle": boolean;
1050
968
  cloneNode(deep?: boolean): Node;
1051
969
  deepClone(): Node;
1052
- get shouldRunDisconnect(): boolean;
1053
- get shouldRunConnect(): boolean;
1054
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1055
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
970
+ readonly shouldRunDisconnect: boolean;
971
+ readonly shouldRunConnect: boolean;
972
+ "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
973
+ "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1056
974
  connectedCallback(): void;
1057
975
  readonly $fastController: Controller;
1058
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
976
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
1059
977
  disconnectedCallback(): void;
1060
978
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1061
979
  accessKey: string;
1062
980
  readonly accessKeyLabel: string;
1063
981
  autocapitalize: string;
1064
- autocorrect: boolean;
1065
982
  dir: string;
1066
983
  draggable: boolean;
1067
984
  hidden: boolean;
@@ -1070,90 +987,74 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
1070
987
  lang: string;
1071
988
  readonly offsetHeight: number;
1072
989
  readonly offsetLeft: number;
1073
- readonly offsetParent: Element | null;
990
+ readonly offsetParent: Element;
1074
991
  readonly offsetTop: number;
1075
992
  readonly offsetWidth: number;
1076
993
  outerText: string;
1077
- popover: string | null;
1078
994
  spellcheck: boolean;
1079
995
  title: string;
1080
996
  translate: boolean;
1081
- writingSuggestions: string;
1082
997
  attachInternals(): ElementInternals;
1083
998
  click(): void;
1084
- hidePopover(): void;
1085
- showPopover(): void;
1086
- togglePopover(options?: boolean): boolean;
1087
999
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1088
1000
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1089
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1001
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
1090
1002
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1091
1003
  readonly attributes: NamedNodeMap;
1092
- get classList(): DOMTokenList;
1093
- set classList(value: string): any;
1004
+ readonly classList: DOMTokenList;
1094
1005
  className: string;
1095
1006
  readonly clientHeight: number;
1096
1007
  readonly clientLeft: number;
1097
1008
  readonly clientTop: number;
1098
1009
  readonly clientWidth: number;
1099
- readonly currentCSSZoom: number;
1100
1010
  id: string;
1101
- innerHTML: string;
1102
1011
  readonly localName: string;
1103
- readonly namespaceURI: string | null;
1012
+ readonly namespaceURI: string;
1104
1013
  onfullscreenchange: (this: Element, ev: Event) => any;
1105
1014
  onfullscreenerror: (this: Element, ev: Event) => any;
1106
1015
  outerHTML: string;
1107
1016
  readonly ownerDocument: Document;
1108
- get part(): DOMTokenList;
1109
- set part(value: string): any;
1110
- readonly prefix: string | null;
1017
+ readonly part: DOMTokenList;
1018
+ readonly prefix: string;
1111
1019
  readonly scrollHeight: number;
1112
1020
  scrollLeft: number;
1113
1021
  scrollTop: number;
1114
1022
  readonly scrollWidth: number;
1115
- readonly shadowRoot: ShadowRoot | null;
1023
+ readonly shadowRoot: ShadowRoot;
1116
1024
  slot: string;
1117
1025
  readonly tagName: string;
1118
1026
  attachShadow(init: ShadowRootInit): ShadowRoot;
1119
- checkVisibility(options?: CheckVisibilityOptions): boolean;
1120
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
1121
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
1122
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
1027
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
1028
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
1123
1029
  closest<E extends Element = Element>(selectors: string): E;
1124
- computedStyleMap(): StylePropertyMapReadOnly;
1125
- getAttribute(qualifiedName: string): string | null;
1126
- getAttributeNS(namespace: string | null, localName: string): string | null;
1030
+ getAttribute(qualifiedName: string): string;
1031
+ getAttributeNS(namespace: string, localName: string): string;
1127
1032
  getAttributeNames(): string[];
1128
- getAttributeNode(qualifiedName: string): Attr | null;
1129
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1033
+ getAttributeNode(qualifiedName: string): Attr;
1034
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
1130
1035
  getBoundingClientRect(): DOMRect;
1131
1036
  getClientRects(): DOMRectList;
1132
1037
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1133
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
1134
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
1135
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
1136
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1038
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
1039
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
1137
1040
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1138
1041
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1139
1042
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1140
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1141
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1142
- getHTML(options?: GetHTMLOptions): string;
1043
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
1143
1044
  hasAttribute(qualifiedName: string): boolean;
1144
- hasAttributeNS(namespace: string | null, localName: string): boolean;
1045
+ hasAttributeNS(namespace: string, localName: string): boolean;
1145
1046
  hasAttributes(): boolean;
1146
1047
  hasPointerCapture(pointerId: number): boolean;
1147
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1148
- insertAdjacentHTML(position: InsertPosition, string: string): void;
1048
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
1049
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1149
1050
  insertAdjacentText(where: InsertPosition, data: string): void;
1150
1051
  matches(selectors: string): boolean;
1151
1052
  releasePointerCapture(pointerId: number): void;
1152
1053
  removeAttribute(qualifiedName: string): void;
1153
- removeAttributeNS(namespace: string | null, localName: string): void;
1054
+ removeAttributeNS(namespace: string, localName: string): void;
1154
1055
  removeAttributeNode(attr: Attr): Attr;
1155
1056
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
1156
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
1057
+ requestPointerLock(): void;
1157
1058
  scroll(options?: ScrollToOptions): void;
1158
1059
  scroll(x: number, y: number): void;
1159
1060
  scrollBy(options?: ScrollToOptions): void;
@@ -1162,244 +1063,220 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
1162
1063
  scrollTo(options?: ScrollToOptions): void;
1163
1064
  scrollTo(x: number, y: number): void;
1164
1065
  setAttribute(qualifiedName: string, value: string): void;
1165
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1166
- setAttributeNode(attr: Attr): Attr | null;
1167
- setAttributeNodeNS(attr: Attr): Attr | null;
1168
- setHTMLUnsafe(html: string): void;
1066
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1067
+ setAttributeNode(attr: Attr): Attr;
1068
+ setAttributeNodeNS(attr: Attr): Attr;
1169
1069
  setPointerCapture(pointerId: number): void;
1170
1070
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1171
1071
  webkitMatchesSelector(selectors: string): boolean;
1172
- textContent: string;
1173
1072
  readonly baseURI: string;
1174
1073
  readonly childNodes: NodeListOf<ChildNode>;
1175
- readonly firstChild: ChildNode | null;
1074
+ readonly firstChild: ChildNode;
1176
1075
  readonly isConnected: boolean;
1177
- readonly lastChild: ChildNode | null;
1178
- readonly nextSibling: ChildNode | null;
1076
+ readonly lastChild: ChildNode;
1077
+ readonly nextSibling: ChildNode;
1179
1078
  readonly nodeName: string;
1180
1079
  readonly nodeType: number;
1181
- nodeValue: string | null;
1182
- readonly parentElement: HTMLElement | null;
1183
- readonly parentNode: ParentNode | null;
1184
- readonly previousSibling: ChildNode | null;
1080
+ nodeValue: string;
1081
+ readonly parentElement: HTMLElement;
1082
+ readonly parentNode: ParentNode;
1083
+ readonly previousSibling: ChildNode;
1084
+ textContent: string;
1185
1085
  appendChild<T_1 extends Node>(node: T_1): T_1;
1186
1086
  compareDocumentPosition(other: Node): number;
1187
- contains(other: Node | null): boolean;
1087
+ contains(other: Node): boolean;
1188
1088
  getRootNode(options?: GetRootNodeOptions): Node;
1189
1089
  hasChildNodes(): boolean;
1190
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1191
- isDefaultNamespace(namespace: string | null): boolean;
1192
- isEqualNode(otherNode: Node | null): boolean;
1193
- isSameNode(otherNode: Node | null): boolean;
1194
- lookupNamespaceURI(prefix: string | null): string | null;
1195
- lookupPrefix(namespace: string | null): string | null;
1090
+ insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
1091
+ isDefaultNamespace(namespace: string): boolean;
1092
+ isEqualNode(otherNode: Node): boolean;
1093
+ isSameNode(otherNode: Node): boolean;
1094
+ lookupNamespaceURI(prefix: string): string;
1095
+ lookupPrefix(namespace: string): string;
1196
1096
  normalize(): void;
1197
- removeChild<T_1 extends Node>(child: T_1): T_1;
1198
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1199
- readonly ELEMENT_NODE: 1;
1200
- readonly ATTRIBUTE_NODE: 2;
1201
- readonly TEXT_NODE: 3;
1202
- readonly CDATA_SECTION_NODE: 4;
1203
- readonly ENTITY_REFERENCE_NODE: 5;
1204
- readonly ENTITY_NODE: 6;
1205
- readonly PROCESSING_INSTRUCTION_NODE: 7;
1206
- readonly COMMENT_NODE: 8;
1207
- readonly DOCUMENT_NODE: 9;
1208
- readonly DOCUMENT_TYPE_NODE: 10;
1209
- readonly DOCUMENT_FRAGMENT_NODE: 11;
1210
- readonly NOTATION_NODE: 12;
1211
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1212
- readonly DOCUMENT_POSITION_PRECEDING: 2;
1213
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
1214
- readonly DOCUMENT_POSITION_CONTAINS: 8;
1215
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1216
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1097
+ removeChild<T_3 extends Node>(child: T_3): T_3;
1098
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
1099
+ readonly ATTRIBUTE_NODE: number;
1100
+ readonly CDATA_SECTION_NODE: number;
1101
+ readonly COMMENT_NODE: number;
1102
+ readonly DOCUMENT_FRAGMENT_NODE: number;
1103
+ readonly DOCUMENT_NODE: number;
1104
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
1105
+ readonly DOCUMENT_POSITION_CONTAINS: number;
1106
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
1107
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
1108
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
1109
+ readonly DOCUMENT_POSITION_PRECEDING: number;
1110
+ readonly DOCUMENT_TYPE_NODE: number;
1111
+ readonly ELEMENT_NODE: number;
1112
+ readonly ENTITY_NODE: number;
1113
+ readonly ENTITY_REFERENCE_NODE: number;
1114
+ readonly NOTATION_NODE: number;
1115
+ readonly PROCESSING_INSTRUCTION_NODE: number;
1116
+ readonly TEXT_NODE: number;
1217
1117
  dispatchEvent(event: Event): boolean;
1218
- ariaActiveDescendantElement: Element | null;
1219
- ariaAtomic: string | null;
1220
- ariaAutoComplete: string | null;
1221
- ariaBrailleLabel: string | null;
1222
- ariaBrailleRoleDescription: string | null;
1223
- ariaBusy: string | null;
1224
- ariaChecked: string | null;
1225
- ariaColCount: string | null;
1226
- ariaColIndex: string | null;
1227
- ariaColIndexText: string | null;
1228
- ariaColSpan: string | null;
1229
- ariaControlsElements: ReadonlyArray<Element> | null;
1230
- ariaCurrent: string | null;
1231
- ariaDescribedByElements: ReadonlyArray<Element> | null;
1232
- ariaDescription: string | null;
1233
- ariaDetailsElements: ReadonlyArray<Element> | null;
1234
- ariaDisabled: string | null;
1235
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
1236
- ariaExpanded: string | null;
1237
- ariaFlowToElements: ReadonlyArray<Element> | null;
1238
- ariaHasPopup: string | null;
1239
- ariaHidden: string | null;
1240
- ariaInvalid: string | null;
1241
- ariaKeyShortcuts: string | null;
1242
- ariaLabel: string | null;
1243
- ariaLabelledByElements: ReadonlyArray<Element> | null;
1244
- ariaLevel: string | null;
1245
- ariaLive: string | null;
1246
- ariaModal: string | null;
1247
- ariaMultiLine: string | null;
1248
- ariaMultiSelectable: string | null;
1249
- ariaOrientation: string | null;
1250
- ariaOwnsElements: ReadonlyArray<Element> | null;
1251
- ariaPlaceholder: string | null;
1252
- ariaPosInSet: string | null;
1253
- ariaPressed: string | null;
1254
- ariaReadOnly: string | null;
1255
- ariaRelevant: string | null;
1256
- ariaRequired: string | null;
1257
- ariaRoleDescription: string | null;
1258
- ariaRowCount: string | null;
1259
- ariaRowIndex: string | null;
1260
- ariaRowIndexText: string | null;
1261
- ariaRowSpan: string | null;
1262
- ariaSelected: string | null;
1263
- ariaSetSize: string | null;
1264
- ariaSort: string | null;
1265
- ariaValueMax: string | null;
1266
- ariaValueMin: string | null;
1267
- ariaValueNow: string | null;
1268
- ariaValueText: string | null;
1269
- role: string | null;
1270
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
1118
+ ariaAtomic: string;
1119
+ ariaAutoComplete: string;
1120
+ ariaBusy: string;
1121
+ ariaChecked: string;
1122
+ ariaColCount: string;
1123
+ ariaColIndex: string;
1124
+ ariaColIndexText: string;
1125
+ ariaColSpan: string;
1126
+ ariaCurrent: string;
1127
+ ariaDisabled: string;
1128
+ ariaExpanded: string;
1129
+ ariaHasPopup: string;
1130
+ ariaHidden: string;
1131
+ ariaInvalid: string;
1132
+ ariaKeyShortcuts: string;
1133
+ ariaLabel: string;
1134
+ ariaLevel: string;
1135
+ ariaLive: string;
1136
+ ariaModal: string;
1137
+ ariaMultiLine: string;
1138
+ ariaMultiSelectable: string;
1139
+ ariaOrientation: string;
1140
+ ariaPlaceholder: string;
1141
+ ariaPosInSet: string;
1142
+ ariaPressed: string;
1143
+ ariaReadOnly: string;
1144
+ ariaRequired: string;
1145
+ ariaRoleDescription: string;
1146
+ ariaRowCount: string;
1147
+ ariaRowIndex: string;
1148
+ ariaRowIndexText: string;
1149
+ ariaRowSpan: string;
1150
+ ariaSelected: string;
1151
+ ariaSetSize: string;
1152
+ ariaSort: string;
1153
+ ariaValueMax: string;
1154
+ ariaValueMin: string;
1155
+ ariaValueNow: string;
1156
+ ariaValueText: string;
1157
+ role: string;
1158
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
1271
1159
  getAnimations(options?: GetAnimationsOptions): Animation[];
1272
- after(...nodes: (Node | string)[]): void;
1273
- before(...nodes: (Node | string)[]): void;
1160
+ after(...nodes: (string | Node)[]): void;
1161
+ before(...nodes: (string | Node)[]): void;
1274
1162
  remove(): void;
1275
- replaceWith(...nodes: (Node | string)[]): void;
1276
- readonly nextElementSibling: Element | null;
1277
- readonly previousElementSibling: Element | null;
1163
+ replaceWith(...nodes: (string | Node)[]): void;
1164
+ innerHTML: string;
1165
+ readonly nextElementSibling: Element;
1166
+ readonly previousElementSibling: Element;
1278
1167
  readonly childElementCount: number;
1279
1168
  readonly children: HTMLCollection;
1280
- readonly firstElementChild: Element | null;
1281
- readonly lastElementChild: Element | null;
1282
- append(...nodes: (Node | string)[]): void;
1283
- prepend(...nodes: (Node | string)[]): void;
1284
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
1285
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
1286
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
1287
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
1288
- querySelector<E extends Element = Element>(selectors: string): E | null;
1289
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
1290
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
1291
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
1292
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
1293
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
1294
- replaceChildren(...nodes: (Node | string)[]): void;
1295
- readonly assignedSlot: HTMLSlotElement | null;
1296
- readonly attributeStyleMap: StylePropertyMap;
1297
- get style(): CSSStyleDeclaration;
1298
- set style(cssText: string): any;
1169
+ readonly firstElementChild: Element;
1170
+ readonly lastElementChild: Element;
1171
+ append(...nodes: (string | Node)[]): void;
1172
+ prepend(...nodes: (string | Node)[]): void;
1173
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
1174
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
1175
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
1176
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1177
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1178
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1179
+ replaceChildren(...nodes: (string | Node)[]): void;
1180
+ readonly assignedSlot: HTMLSlotElement;
1181
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1182
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1183
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1184
+ readonly style: CSSStyleDeclaration;
1299
1185
  contentEditable: string;
1300
1186
  enterKeyHint: string;
1301
1187
  inputMode: string;
1302
1188
  readonly isContentEditable: boolean;
1303
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1304
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1305
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1306
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1307
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1308
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1309
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1310
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1311
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1312
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1313
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1314
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1315
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1316
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1317
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1318
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1319
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1320
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1321
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1322
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1323
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1324
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1325
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1326
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1327
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1328
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1329
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1330
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1331
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1332
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1333
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1334
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1335
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1336
- onerror: OnErrorEventHandler;
1337
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1338
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1339
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1340
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1341
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1342
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1343
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1344
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1345
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1346
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1347
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1348
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1349
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1350
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1351
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1352
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1353
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1354
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1355
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1356
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1357
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1358
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1359
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1360
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1361
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1362
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1363
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1364
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1365
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1366
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1367
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1368
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1369
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1370
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1371
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1372
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1373
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1374
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1375
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1376
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1377
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1378
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1379
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1380
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1381
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1382
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1383
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1384
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1385
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1386
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1387
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1388
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1389
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1390
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1391
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1392
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1393
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1394
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1395
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1396
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1397
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1398
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1399
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1400
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1401
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1402
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1189
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
1190
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1191
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1192
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1193
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1194
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1195
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
1196
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1197
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1198
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
1199
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
1200
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
1201
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1202
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
1203
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1204
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
1205
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1206
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
1207
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
1208
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
1209
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
1210
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
1211
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
1212
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
1213
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
1214
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
1215
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
1216
+ onerror: OnErrorEventHandlerNonNull;
1217
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1218
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
1219
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1220
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
1221
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
1222
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1223
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1224
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1225
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
1226
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
1227
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
1228
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
1229
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1230
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1231
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1232
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1233
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1234
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1235
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1236
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1237
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
1238
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
1239
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
1240
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1241
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1242
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1243
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1244
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1245
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1246
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1247
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1248
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
1249
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
1250
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
1251
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
1252
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
1253
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
1254
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
1255
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
1256
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
1257
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
1258
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
1259
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
1260
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
1261
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
1262
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
1263
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
1264
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
1265
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1266
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1267
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1268
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1269
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1270
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1271
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1272
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1273
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
1274
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
1275
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
1276
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
1277
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
1278
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
1279
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
1403
1280
  autofocus: boolean;
1404
1281
  readonly dataset: DOMStringMap;
1405
1282
  nonce?: string;
@@ -1424,26 +1301,25 @@ export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener
1424
1301
  }
1425
1302
 
1426
1303
  declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1427
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1428
- #_latestTokenCode: string;
1429
- #_hasFirstLoaded: boolean;
1430
- #_cleanupTimeout: NodeJS.Timeout;
1431
- #_shouldForceLifecycle: boolean;
1304
+ "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1305
+ "__#1@#_latestTokenCode": string;
1306
+ "__#1@#_hasFirstLoaded": boolean;
1307
+ "__#1@#_cleanupTimeout": NodeJS.Timeout;
1308
+ "__#1@#_shouldForceLifecycle": boolean;
1432
1309
  cloneNode(deep?: boolean): Node;
1433
1310
  deepClone(): Node;
1434
- get shouldRunDisconnect(): boolean;
1435
- get shouldRunConnect(): boolean;
1436
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1437
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1311
+ readonly shouldRunDisconnect: boolean;
1312
+ readonly shouldRunConnect: boolean;
1313
+ "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1314
+ "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1438
1315
  connectedCallback(): void;
1439
1316
  readonly $fastController: Controller;
1440
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1317
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
1441
1318
  disconnectedCallback(): void;
1442
1319
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1443
1320
  accessKey: string;
1444
1321
  readonly accessKeyLabel: string;
1445
1322
  autocapitalize: string;
1446
- autocorrect: boolean;
1447
1323
  dir: string;
1448
1324
  draggable: boolean;
1449
1325
  hidden: boolean;
@@ -1452,90 +1328,74 @@ declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1452
1328
  lang: string;
1453
1329
  readonly offsetHeight: number;
1454
1330
  readonly offsetLeft: number;
1455
- readonly offsetParent: Element | null;
1331
+ readonly offsetParent: Element;
1456
1332
  readonly offsetTop: number;
1457
1333
  readonly offsetWidth: number;
1458
1334
  outerText: string;
1459
- popover: string | null;
1460
1335
  spellcheck: boolean;
1461
1336
  title: string;
1462
1337
  translate: boolean;
1463
- writingSuggestions: string;
1464
1338
  attachInternals(): ElementInternals;
1465
1339
  click(): void;
1466
- hidePopover(): void;
1467
- showPopover(): void;
1468
- togglePopover(options?: boolean): boolean;
1469
1340
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1470
1341
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1471
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1342
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
1472
1343
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1473
1344
  readonly attributes: NamedNodeMap;
1474
- get classList(): DOMTokenList;
1475
- set classList(value: string): any;
1345
+ readonly classList: DOMTokenList;
1476
1346
  className: string;
1477
1347
  readonly clientHeight: number;
1478
1348
  readonly clientLeft: number;
1479
1349
  readonly clientTop: number;
1480
1350
  readonly clientWidth: number;
1481
- readonly currentCSSZoom: number;
1482
1351
  id: string;
1483
- innerHTML: string;
1484
1352
  readonly localName: string;
1485
- readonly namespaceURI: string | null;
1353
+ readonly namespaceURI: string;
1486
1354
  onfullscreenchange: (this: Element, ev: Event) => any;
1487
1355
  onfullscreenerror: (this: Element, ev: Event) => any;
1488
1356
  outerHTML: string;
1489
1357
  readonly ownerDocument: Document;
1490
- get part(): DOMTokenList;
1491
- set part(value: string): any;
1492
- readonly prefix: string | null;
1358
+ readonly part: DOMTokenList;
1359
+ readonly prefix: string;
1493
1360
  readonly scrollHeight: number;
1494
1361
  scrollLeft: number;
1495
1362
  scrollTop: number;
1496
1363
  readonly scrollWidth: number;
1497
- readonly shadowRoot: ShadowRoot | null;
1364
+ readonly shadowRoot: ShadowRoot;
1498
1365
  slot: string;
1499
1366
  readonly tagName: string;
1500
1367
  attachShadow(init: ShadowRootInit): ShadowRoot;
1501
- checkVisibility(options?: CheckVisibilityOptions): boolean;
1502
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
1503
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
1504
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
1368
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
1369
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
1505
1370
  closest<E extends Element = Element>(selectors: string): E;
1506
- computedStyleMap(): StylePropertyMapReadOnly;
1507
- getAttribute(qualifiedName: string): string | null;
1508
- getAttributeNS(namespace: string | null, localName: string): string | null;
1371
+ getAttribute(qualifiedName: string): string;
1372
+ getAttributeNS(namespace: string, localName: string): string;
1509
1373
  getAttributeNames(): string[];
1510
- getAttributeNode(qualifiedName: string): Attr | null;
1511
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1374
+ getAttributeNode(qualifiedName: string): Attr;
1375
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
1512
1376
  getBoundingClientRect(): DOMRect;
1513
1377
  getClientRects(): DOMRectList;
1514
1378
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1515
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
1516
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
1517
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
1518
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1379
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
1380
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
1519
1381
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1520
1382
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1521
1383
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1522
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1523
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1524
- getHTML(options?: GetHTMLOptions): string;
1384
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
1525
1385
  hasAttribute(qualifiedName: string): boolean;
1526
- hasAttributeNS(namespace: string | null, localName: string): boolean;
1386
+ hasAttributeNS(namespace: string, localName: string): boolean;
1527
1387
  hasAttributes(): boolean;
1528
1388
  hasPointerCapture(pointerId: number): boolean;
1529
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1530
- insertAdjacentHTML(position: InsertPosition, string: string): void;
1389
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
1390
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1531
1391
  insertAdjacentText(where: InsertPosition, data: string): void;
1532
1392
  matches(selectors: string): boolean;
1533
1393
  releasePointerCapture(pointerId: number): void;
1534
1394
  removeAttribute(qualifiedName: string): void;
1535
- removeAttributeNS(namespace: string | null, localName: string): void;
1395
+ removeAttributeNS(namespace: string, localName: string): void;
1536
1396
  removeAttributeNode(attr: Attr): Attr;
1537
1397
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
1538
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
1398
+ requestPointerLock(): void;
1539
1399
  scroll(options?: ScrollToOptions): void;
1540
1400
  scroll(x: number, y: number): void;
1541
1401
  scrollBy(options?: ScrollToOptions): void;
@@ -1544,244 +1404,220 @@ declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1544
1404
  scrollTo(options?: ScrollToOptions): void;
1545
1405
  scrollTo(x: number, y: number): void;
1546
1406
  setAttribute(qualifiedName: string, value: string): void;
1547
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1548
- setAttributeNode(attr: Attr): Attr | null;
1549
- setAttributeNodeNS(attr: Attr): Attr | null;
1550
- setHTMLUnsafe(html: string): void;
1407
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1408
+ setAttributeNode(attr: Attr): Attr;
1409
+ setAttributeNodeNS(attr: Attr): Attr;
1551
1410
  setPointerCapture(pointerId: number): void;
1552
1411
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1553
1412
  webkitMatchesSelector(selectors: string): boolean;
1554
- textContent: string;
1555
1413
  readonly baseURI: string;
1556
1414
  readonly childNodes: NodeListOf<ChildNode>;
1557
- readonly firstChild: ChildNode | null;
1415
+ readonly firstChild: ChildNode;
1558
1416
  readonly isConnected: boolean;
1559
- readonly lastChild: ChildNode | null;
1560
- readonly nextSibling: ChildNode | null;
1417
+ readonly lastChild: ChildNode;
1418
+ readonly nextSibling: ChildNode;
1561
1419
  readonly nodeName: string;
1562
1420
  readonly nodeType: number;
1563
- nodeValue: string | null;
1564
- readonly parentElement: HTMLElement | null;
1565
- readonly parentNode: ParentNode | null;
1566
- readonly previousSibling: ChildNode | null;
1421
+ nodeValue: string;
1422
+ readonly parentElement: HTMLElement;
1423
+ readonly parentNode: ParentNode;
1424
+ readonly previousSibling: ChildNode;
1425
+ textContent: string;
1567
1426
  appendChild<T_1 extends Node>(node: T_1): T_1;
1568
1427
  compareDocumentPosition(other: Node): number;
1569
- contains(other: Node | null): boolean;
1428
+ contains(other: Node): boolean;
1570
1429
  getRootNode(options?: GetRootNodeOptions): Node;
1571
1430
  hasChildNodes(): boolean;
1572
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1573
- isDefaultNamespace(namespace: string | null): boolean;
1574
- isEqualNode(otherNode: Node | null): boolean;
1575
- isSameNode(otherNode: Node | null): boolean;
1576
- lookupNamespaceURI(prefix: string | null): string | null;
1577
- lookupPrefix(namespace: string | null): string | null;
1431
+ insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
1432
+ isDefaultNamespace(namespace: string): boolean;
1433
+ isEqualNode(otherNode: Node): boolean;
1434
+ isSameNode(otherNode: Node): boolean;
1435
+ lookupNamespaceURI(prefix: string): string;
1436
+ lookupPrefix(namespace: string): string;
1578
1437
  normalize(): void;
1579
- removeChild<T_1 extends Node>(child: T_1): T_1;
1580
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1581
- readonly ELEMENT_NODE: 1;
1582
- readonly ATTRIBUTE_NODE: 2;
1583
- readonly TEXT_NODE: 3;
1584
- readonly CDATA_SECTION_NODE: 4;
1585
- readonly ENTITY_REFERENCE_NODE: 5;
1586
- readonly ENTITY_NODE: 6;
1587
- readonly PROCESSING_INSTRUCTION_NODE: 7;
1588
- readonly COMMENT_NODE: 8;
1589
- readonly DOCUMENT_NODE: 9;
1590
- readonly DOCUMENT_TYPE_NODE: 10;
1591
- readonly DOCUMENT_FRAGMENT_NODE: 11;
1592
- readonly NOTATION_NODE: 12;
1593
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1594
- readonly DOCUMENT_POSITION_PRECEDING: 2;
1595
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
1596
- readonly DOCUMENT_POSITION_CONTAINS: 8;
1597
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1598
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1438
+ removeChild<T_3 extends Node>(child: T_3): T_3;
1439
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
1440
+ readonly ATTRIBUTE_NODE: number;
1441
+ readonly CDATA_SECTION_NODE: number;
1442
+ readonly COMMENT_NODE: number;
1443
+ readonly DOCUMENT_FRAGMENT_NODE: number;
1444
+ readonly DOCUMENT_NODE: number;
1445
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
1446
+ readonly DOCUMENT_POSITION_CONTAINS: number;
1447
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
1448
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
1449
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
1450
+ readonly DOCUMENT_POSITION_PRECEDING: number;
1451
+ readonly DOCUMENT_TYPE_NODE: number;
1452
+ readonly ELEMENT_NODE: number;
1453
+ readonly ENTITY_NODE: number;
1454
+ readonly ENTITY_REFERENCE_NODE: number;
1455
+ readonly NOTATION_NODE: number;
1456
+ readonly PROCESSING_INSTRUCTION_NODE: number;
1457
+ readonly TEXT_NODE: number;
1599
1458
  dispatchEvent(event: Event): boolean;
1600
- ariaActiveDescendantElement: Element | null;
1601
- ariaAtomic: string | null;
1602
- ariaAutoComplete: string | null;
1603
- ariaBrailleLabel: string | null;
1604
- ariaBrailleRoleDescription: string | null;
1605
- ariaBusy: string | null;
1606
- ariaChecked: string | null;
1607
- ariaColCount: string | null;
1608
- ariaColIndex: string | null;
1609
- ariaColIndexText: string | null;
1610
- ariaColSpan: string | null;
1611
- ariaControlsElements: ReadonlyArray<Element> | null;
1612
- ariaCurrent: string | null;
1613
- ariaDescribedByElements: ReadonlyArray<Element> | null;
1614
- ariaDescription: string | null;
1615
- ariaDetailsElements: ReadonlyArray<Element> | null;
1616
- ariaDisabled: string | null;
1617
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
1618
- ariaExpanded: string | null;
1619
- ariaFlowToElements: ReadonlyArray<Element> | null;
1620
- ariaHasPopup: string | null;
1621
- ariaHidden: string | null;
1622
- ariaInvalid: string | null;
1623
- ariaKeyShortcuts: string | null;
1624
- ariaLabel: string | null;
1625
- ariaLabelledByElements: ReadonlyArray<Element> | null;
1626
- ariaLevel: string | null;
1627
- ariaLive: string | null;
1628
- ariaModal: string | null;
1629
- ariaMultiLine: string | null;
1630
- ariaMultiSelectable: string | null;
1631
- ariaOrientation: string | null;
1632
- ariaOwnsElements: ReadonlyArray<Element> | null;
1633
- ariaPlaceholder: string | null;
1634
- ariaPosInSet: string | null;
1635
- ariaPressed: string | null;
1636
- ariaReadOnly: string | null;
1637
- ariaRelevant: string | null;
1638
- ariaRequired: string | null;
1639
- ariaRoleDescription: string | null;
1640
- ariaRowCount: string | null;
1641
- ariaRowIndex: string | null;
1642
- ariaRowIndexText: string | null;
1643
- ariaRowSpan: string | null;
1644
- ariaSelected: string | null;
1645
- ariaSetSize: string | null;
1646
- ariaSort: string | null;
1647
- ariaValueMax: string | null;
1648
- ariaValueMin: string | null;
1649
- ariaValueNow: string | null;
1650
- ariaValueText: string | null;
1651
- role: string | null;
1652
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
1459
+ ariaAtomic: string;
1460
+ ariaAutoComplete: string;
1461
+ ariaBusy: string;
1462
+ ariaChecked: string;
1463
+ ariaColCount: string;
1464
+ ariaColIndex: string;
1465
+ ariaColIndexText: string;
1466
+ ariaColSpan: string;
1467
+ ariaCurrent: string;
1468
+ ariaDisabled: string;
1469
+ ariaExpanded: string;
1470
+ ariaHasPopup: string;
1471
+ ariaHidden: string;
1472
+ ariaInvalid: string;
1473
+ ariaKeyShortcuts: string;
1474
+ ariaLabel: string;
1475
+ ariaLevel: string;
1476
+ ariaLive: string;
1477
+ ariaModal: string;
1478
+ ariaMultiLine: string;
1479
+ ariaMultiSelectable: string;
1480
+ ariaOrientation: string;
1481
+ ariaPlaceholder: string;
1482
+ ariaPosInSet: string;
1483
+ ariaPressed: string;
1484
+ ariaReadOnly: string;
1485
+ ariaRequired: string;
1486
+ ariaRoleDescription: string;
1487
+ ariaRowCount: string;
1488
+ ariaRowIndex: string;
1489
+ ariaRowIndexText: string;
1490
+ ariaRowSpan: string;
1491
+ ariaSelected: string;
1492
+ ariaSetSize: string;
1493
+ ariaSort: string;
1494
+ ariaValueMax: string;
1495
+ ariaValueMin: string;
1496
+ ariaValueNow: string;
1497
+ ariaValueText: string;
1498
+ role: string;
1499
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
1653
1500
  getAnimations(options?: GetAnimationsOptions): Animation[];
1654
- after(...nodes: (Node | string)[]): void;
1655
- before(...nodes: (Node | string)[]): void;
1501
+ after(...nodes: (string | Node)[]): void;
1502
+ before(...nodes: (string | Node)[]): void;
1656
1503
  remove(): void;
1657
- replaceWith(...nodes: (Node | string)[]): void;
1658
- readonly nextElementSibling: Element | null;
1659
- readonly previousElementSibling: Element | null;
1504
+ replaceWith(...nodes: (string | Node)[]): void;
1505
+ innerHTML: string;
1506
+ readonly nextElementSibling: Element;
1507
+ readonly previousElementSibling: Element;
1660
1508
  readonly childElementCount: number;
1661
1509
  readonly children: HTMLCollection;
1662
- readonly firstElementChild: Element | null;
1663
- readonly lastElementChild: Element | null;
1664
- append(...nodes: (Node | string)[]): void;
1665
- prepend(...nodes: (Node | string)[]): void;
1666
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
1667
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
1668
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
1669
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
1670
- querySelector<E extends Element = Element>(selectors: string): E | null;
1671
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
1672
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
1673
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
1674
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
1675
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
1676
- replaceChildren(...nodes: (Node | string)[]): void;
1677
- readonly assignedSlot: HTMLSlotElement | null;
1678
- readonly attributeStyleMap: StylePropertyMap;
1679
- get style(): CSSStyleDeclaration;
1680
- set style(cssText: string): any;
1510
+ readonly firstElementChild: Element;
1511
+ readonly lastElementChild: Element;
1512
+ append(...nodes: (string | Node)[]): void;
1513
+ prepend(...nodes: (string | Node)[]): void;
1514
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
1515
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
1516
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
1517
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1518
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1519
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1520
+ replaceChildren(...nodes: (string | Node)[]): void;
1521
+ readonly assignedSlot: HTMLSlotElement;
1522
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1523
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1524
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1525
+ readonly style: CSSStyleDeclaration;
1681
1526
  contentEditable: string;
1682
1527
  enterKeyHint: string;
1683
1528
  inputMode: string;
1684
1529
  readonly isContentEditable: boolean;
1685
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1686
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1687
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1688
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1689
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1690
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1691
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1692
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1693
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1694
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1695
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1696
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1697
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1698
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1699
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1700
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1701
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1702
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1703
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1704
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1705
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1706
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1707
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1708
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1709
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1710
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1711
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1712
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1713
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1714
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1715
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1716
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1717
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1718
- onerror: OnErrorEventHandler;
1719
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1720
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1721
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1722
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1723
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1724
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1725
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1726
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1727
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1728
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1729
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1730
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1731
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1732
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1733
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1734
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1735
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1736
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1737
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1738
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1739
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1740
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1741
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1742
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1743
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1744
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1745
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1746
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1747
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1748
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1749
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1750
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1751
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1752
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1753
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1754
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1755
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1756
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1757
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1758
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1759
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1760
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1761
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1762
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1763
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1764
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1765
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1766
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1767
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1768
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1769
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1770
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1771
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1772
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1773
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1774
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1775
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1776
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1777
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1778
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1779
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1780
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1781
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1782
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1783
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1784
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1530
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
1531
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1532
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1533
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1534
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1535
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1536
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
1537
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1538
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1539
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
1540
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
1541
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
1542
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1543
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
1544
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1545
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
1546
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1547
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
1548
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
1549
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
1550
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
1551
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
1552
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
1553
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
1554
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
1555
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
1556
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
1557
+ onerror: OnErrorEventHandlerNonNull;
1558
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1559
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
1560
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1561
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
1562
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
1563
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1564
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1565
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1566
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
1567
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
1568
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
1569
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
1570
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1571
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1572
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1573
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1574
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1575
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1576
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1577
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1578
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
1579
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
1580
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
1581
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1582
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1583
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1584
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1585
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1586
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1587
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1588
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1589
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
1590
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
1591
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
1592
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
1593
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
1594
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
1595
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
1596
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
1597
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
1598
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
1599
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
1600
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
1601
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
1602
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
1603
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
1604
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
1605
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
1606
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1607
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1608
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1609
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1610
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1611
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1612
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1613
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1614
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
1615
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
1616
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
1617
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
1618
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
1619
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
1620
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
1785
1621
  autofocus: boolean;
1786
1622
  readonly dataset: DOMStringMap;
1787
1623
  nonce?: string;