@genesislcap/foundation-fdc3 14.302.0 → 14.302.1-alpha-d11831b.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 +264 -223
  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 +264 -223
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +264 -223
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +264 -223
  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 +845 -178
  13. package/dist/foundation-fdc3.d.ts +1056 -892
  14. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +14 -0
  15. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +62 -0
  16. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +65 -5
  17. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +33 -3
  18. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +49 -4
  19. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +65 -5
  20. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +49 -4
  21. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +49 -4
  22. package/docs/api/foundation-fdc3.fdc3.findintent.md +49 -4
  23. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +33 -3
  24. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +33 -3
  25. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +65 -5
  26. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +33 -3
  27. package/docs/api/foundation-fdc3.fdc3.md +264 -22
  28. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +49 -4
  29. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +33 -3
  30. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +14 -0
  31. package/docs/api/foundation-fdc3.fdc3contextlistener.md +62 -0
  32. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +14 -0
  33. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +14 -0
  34. package/docs/api/foundation-fdc3.fdc3intentlistener.md +81 -0
  35. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +14 -0
  36. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +14 -0
  37. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +14 -0
  38. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +14 -0
  39. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +14 -0
  40. package/docs/api/foundation-fdc3.fdc3raiseintent.md +138 -0
  41. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +14 -0
  42. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +14 -0
  43. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +81 -0
  44. package/docs/api/foundation-fdc3.intentconfig.callback.md +14 -0
  45. package/docs/api/foundation-fdc3.intentconfig.intent.md +14 -0
  46. package/docs/api/foundation-fdc3.intentconfig.md +80 -0
  47. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +41 -1
  48. package/docs/api/foundation-fdc3.interopnotificationslistener.md +70 -6
  49. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +31 -3
  50. package/docs/api/foundation-fdc3.md +236 -18
  51. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +14 -0
  52. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +14 -0
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +80 -0
  54. package/docs/api/index.md +21 -3
  55. package/docs/api-report.md.api.md +281 -0
  56. package/package.json +15 -15
@@ -240,25 +240,26 @@ export declare class Fdc3ChannelEvent extends Fdc3ChannelEvent_base {
240
240
  }
241
241
 
242
242
  declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
243
- "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
244
- "__#1@#_latestTokenCode": string;
245
- "__#1@#_hasFirstLoaded": boolean;
246
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
247
- "__#1@#_shouldForceLifecycle": boolean;
243
+ #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
244
+ #_latestTokenCode: string;
245
+ #_hasFirstLoaded: boolean;
246
+ #_cleanupTimeout: NodeJS.Timeout;
247
+ #_shouldForceLifecycle: boolean;
248
248
  cloneNode(deep?: boolean): Node;
249
249
  deepClone(): Node;
250
- readonly shouldRunDisconnect: boolean;
251
- readonly shouldRunConnect: boolean;
252
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
253
- "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
250
+ get shouldRunDisconnect(): boolean;
251
+ get shouldRunConnect(): boolean;
252
+ #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
253
+ #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
254
254
  connectedCallback(): void;
255
255
  readonly $fastController: Controller;
256
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
256
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "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;
262
263
  dir: string;
263
264
  draggable: boolean;
264
265
  hidden: boolean;
@@ -267,74 +268,90 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
267
268
  lang: string;
268
269
  readonly offsetHeight: number;
269
270
  readonly offsetLeft: number;
270
- readonly offsetParent: Element;
271
+ readonly offsetParent: Element | null;
271
272
  readonly offsetTop: number;
272
273
  readonly offsetWidth: number;
273
274
  outerText: string;
275
+ popover: string | null;
274
276
  spellcheck: boolean;
275
277
  title: string;
276
278
  translate: boolean;
279
+ writingSuggestions: string;
277
280
  attachInternals(): ElementInternals;
278
281
  click(): void;
282
+ hidePopover(): void;
283
+ showPopover(): void;
284
+ togglePopover(options?: boolean): boolean;
279
285
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
280
286
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
281
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
287
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
282
288
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
283
289
  readonly attributes: NamedNodeMap;
284
- readonly classList: DOMTokenList;
290
+ get classList(): DOMTokenList;
291
+ set classList(value: string): any;
285
292
  className: string;
286
293
  readonly clientHeight: number;
287
294
  readonly clientLeft: number;
288
295
  readonly clientTop: number;
289
296
  readonly clientWidth: number;
297
+ readonly currentCSSZoom: number;
290
298
  id: string;
299
+ innerHTML: string;
291
300
  readonly localName: string;
292
- readonly namespaceURI: string;
301
+ readonly namespaceURI: string | null;
293
302
  onfullscreenchange: (this: Element, ev: Event) => any;
294
303
  onfullscreenerror: (this: Element, ev: Event) => any;
295
304
  outerHTML: string;
296
305
  readonly ownerDocument: Document;
297
- readonly part: DOMTokenList;
298
- readonly prefix: string;
306
+ get part(): DOMTokenList;
307
+ set part(value: string): any;
308
+ readonly prefix: string | null;
299
309
  readonly scrollHeight: number;
300
310
  scrollLeft: number;
301
311
  scrollTop: number;
302
312
  readonly scrollWidth: number;
303
- readonly shadowRoot: ShadowRoot;
313
+ readonly shadowRoot: ShadowRoot | null;
304
314
  slot: string;
305
315
  readonly tagName: string;
306
316
  attachShadow(init: ShadowRootInit): ShadowRoot;
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];
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];
309
321
  closest<E extends Element = Element>(selectors: string): E;
310
- getAttribute(qualifiedName: string): string;
311
- getAttributeNS(namespace: string, localName: string): string;
322
+ computedStyleMap(): StylePropertyMapReadOnly;
323
+ getAttribute(qualifiedName: string): string | null;
324
+ getAttributeNS(namespace: string | null, localName: string): string | null;
312
325
  getAttributeNames(): string[];
313
- getAttributeNode(qualifiedName: string): Attr;
314
- getAttributeNodeNS(namespace: string, localName: string): Attr;
326
+ getAttributeNode(qualifiedName: string): Attr | null;
327
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
315
328
  getBoundingClientRect(): DOMRect;
316
329
  getClientRects(): DOMRectList;
317
330
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
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]>;
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]>;
320
335
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
321
336
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
322
337
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
323
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
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;
324
341
  hasAttribute(qualifiedName: string): boolean;
325
- hasAttributeNS(namespace: string, localName: string): boolean;
342
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
326
343
  hasAttributes(): boolean;
327
344
  hasPointerCapture(pointerId: number): boolean;
328
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
329
- insertAdjacentHTML(position: InsertPosition, text: string): void;
345
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
346
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
330
347
  insertAdjacentText(where: InsertPosition, data: string): void;
331
348
  matches(selectors: string): boolean;
332
349
  releasePointerCapture(pointerId: number): void;
333
350
  removeAttribute(qualifiedName: string): void;
334
- removeAttributeNS(namespace: string, localName: string): void;
351
+ removeAttributeNS(namespace: string | null, localName: string): void;
335
352
  removeAttributeNode(attr: Attr): Attr;
336
353
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
337
- requestPointerLock(): void;
354
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
338
355
  scroll(options?: ScrollToOptions): void;
339
356
  scroll(x: number, y: number): void;
340
357
  scrollBy(options?: ScrollToOptions): void;
@@ -343,220 +360,244 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
343
360
  scrollTo(options?: ScrollToOptions): void;
344
361
  scrollTo(x: number, y: number): void;
345
362
  setAttribute(qualifiedName: string, value: string): void;
346
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
347
- setAttributeNode(attr: Attr): Attr;
348
- setAttributeNodeNS(attr: Attr): Attr;
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;
349
367
  setPointerCapture(pointerId: number): void;
350
368
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
351
369
  webkitMatchesSelector(selectors: string): boolean;
370
+ textContent: string;
352
371
  readonly baseURI: string;
353
372
  readonly childNodes: NodeListOf<ChildNode>;
354
- readonly firstChild: ChildNode;
373
+ readonly firstChild: ChildNode | null;
355
374
  readonly isConnected: boolean;
356
- readonly lastChild: ChildNode;
357
- readonly nextSibling: ChildNode;
375
+ readonly lastChild: ChildNode | null;
376
+ readonly nextSibling: ChildNode | null;
358
377
  readonly nodeName: string;
359
378
  readonly nodeType: number;
360
- nodeValue: string;
361
- readonly parentElement: HTMLElement;
362
- readonly parentNode: ParentNode;
363
- readonly previousSibling: ChildNode;
364
- textContent: string;
379
+ nodeValue: string | null;
380
+ readonly parentElement: HTMLElement | null;
381
+ readonly parentNode: ParentNode | null;
382
+ readonly previousSibling: ChildNode | null;
365
383
  appendChild<T_1 extends Node>(node: T_1): T_1;
366
384
  compareDocumentPosition(other: Node): number;
367
- contains(other: Node): boolean;
385
+ contains(other: Node | null): boolean;
368
386
  getRootNode(options?: GetRootNodeOptions): Node;
369
387
  hasChildNodes(): boolean;
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;
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;
376
394
  normalize(): void;
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;
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;
397
415
  dispatchEvent(event: Event): boolean;
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;
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;
439
469
  getAnimations(options?: GetAnimationsOptions): Animation[];
440
- after(...nodes: (string | Node)[]): void;
441
- before(...nodes: (string | Node)[]): void;
470
+ after(...nodes: (Node | string)[]): void;
471
+ before(...nodes: (Node | string)[]): void;
442
472
  remove(): void;
443
- replaceWith(...nodes: (string | Node)[]): void;
444
- innerHTML: string;
445
- readonly nextElementSibling: Element;
446
- readonly previousElementSibling: Element;
473
+ replaceWith(...nodes: (Node | string)[]): void;
474
+ readonly nextElementSibling: Element | null;
475
+ readonly previousElementSibling: Element | null;
447
476
  readonly childElementCount: number;
448
477
  readonly children: HTMLCollection;
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;
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;
465
497
  contentEditable: string;
466
498
  enterKeyHint: string;
467
499
  inputMode: string;
468
500
  readonly isContentEditable: boolean;
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;
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;
560
601
  autofocus: boolean;
561
602
  readonly dataset: DOMStringMap;
562
603
  nonce?: string;
@@ -603,25 +644,26 @@ export declare class Fdc3IntentListener extends Fdc3IntentListener_base {
603
644
  }
604
645
 
605
646
  declare const Fdc3IntentListener_base: (new (...args: any[]) => {
606
- "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
607
- "__#1@#_latestTokenCode": string;
608
- "__#1@#_hasFirstLoaded": boolean;
609
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
610
- "__#1@#_shouldForceLifecycle": boolean;
647
+ #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
648
+ #_latestTokenCode: string;
649
+ #_hasFirstLoaded: boolean;
650
+ #_cleanupTimeout: NodeJS.Timeout;
651
+ #_shouldForceLifecycle: boolean;
611
652
  cloneNode(deep?: boolean): Node;
612
653
  deepClone(): Node;
613
- readonly shouldRunDisconnect: boolean;
614
- readonly shouldRunConnect: boolean;
615
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
616
- "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
654
+ get shouldRunDisconnect(): boolean;
655
+ get shouldRunConnect(): boolean;
656
+ #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
657
+ #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
617
658
  connectedCallback(): void;
618
659
  readonly $fastController: Controller;
619
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
660
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
620
661
  disconnectedCallback(): void;
621
662
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
622
663
  accessKey: string;
623
664
  readonly accessKeyLabel: string;
624
665
  autocapitalize: string;
666
+ autocorrect: boolean;
625
667
  dir: string;
626
668
  draggable: boolean;
627
669
  hidden: boolean;
@@ -630,74 +672,90 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
630
672
  lang: string;
631
673
  readonly offsetHeight: number;
632
674
  readonly offsetLeft: number;
633
- readonly offsetParent: Element;
675
+ readonly offsetParent: Element | null;
634
676
  readonly offsetTop: number;
635
677
  readonly offsetWidth: number;
636
678
  outerText: string;
679
+ popover: string | null;
637
680
  spellcheck: boolean;
638
681
  title: string;
639
682
  translate: boolean;
683
+ writingSuggestions: string;
640
684
  attachInternals(): ElementInternals;
641
685
  click(): void;
686
+ hidePopover(): void;
687
+ showPopover(): void;
688
+ togglePopover(options?: boolean): boolean;
642
689
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
643
690
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
644
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
691
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
645
692
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
646
693
  readonly attributes: NamedNodeMap;
647
- readonly classList: DOMTokenList;
694
+ get classList(): DOMTokenList;
695
+ set classList(value: string): any;
648
696
  className: string;
649
697
  readonly clientHeight: number;
650
698
  readonly clientLeft: number;
651
699
  readonly clientTop: number;
652
700
  readonly clientWidth: number;
701
+ readonly currentCSSZoom: number;
653
702
  id: string;
703
+ innerHTML: string;
654
704
  readonly localName: string;
655
- readonly namespaceURI: string;
705
+ readonly namespaceURI: string | null;
656
706
  onfullscreenchange: (this: Element, ev: Event) => any;
657
707
  onfullscreenerror: (this: Element, ev: Event) => any;
658
708
  outerHTML: string;
659
709
  readonly ownerDocument: Document;
660
- readonly part: DOMTokenList;
661
- readonly prefix: string;
710
+ get part(): DOMTokenList;
711
+ set part(value: string): any;
712
+ readonly prefix: string | null;
662
713
  readonly scrollHeight: number;
663
714
  scrollLeft: number;
664
715
  scrollTop: number;
665
716
  readonly scrollWidth: number;
666
- readonly shadowRoot: ShadowRoot;
717
+ readonly shadowRoot: ShadowRoot | null;
667
718
  slot: string;
668
719
  readonly tagName: string;
669
720
  attachShadow(init: ShadowRootInit): ShadowRoot;
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];
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];
672
725
  closest<E extends Element = Element>(selectors: string): E;
673
- getAttribute(qualifiedName: string): string;
674
- getAttributeNS(namespace: string, localName: string): string;
726
+ computedStyleMap(): StylePropertyMapReadOnly;
727
+ getAttribute(qualifiedName: string): string | null;
728
+ getAttributeNS(namespace: string | null, localName: string): string | null;
675
729
  getAttributeNames(): string[];
676
- getAttributeNode(qualifiedName: string): Attr;
677
- getAttributeNodeNS(namespace: string, localName: string): Attr;
730
+ getAttributeNode(qualifiedName: string): Attr | null;
731
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
678
732
  getBoundingClientRect(): DOMRect;
679
733
  getClientRects(): DOMRectList;
680
734
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
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]>;
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]>;
683
739
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
684
740
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
685
741
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
686
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
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;
687
745
  hasAttribute(qualifiedName: string): boolean;
688
- hasAttributeNS(namespace: string, localName: string): boolean;
746
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
689
747
  hasAttributes(): boolean;
690
748
  hasPointerCapture(pointerId: number): boolean;
691
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
692
- insertAdjacentHTML(position: InsertPosition, text: string): void;
749
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
750
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
693
751
  insertAdjacentText(where: InsertPosition, data: string): void;
694
752
  matches(selectors: string): boolean;
695
753
  releasePointerCapture(pointerId: number): void;
696
754
  removeAttribute(qualifiedName: string): void;
697
- removeAttributeNS(namespace: string, localName: string): void;
755
+ removeAttributeNS(namespace: string | null, localName: string): void;
698
756
  removeAttributeNode(attr: Attr): Attr;
699
757
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
700
- requestPointerLock(): void;
758
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
701
759
  scroll(options?: ScrollToOptions): void;
702
760
  scroll(x: number, y: number): void;
703
761
  scrollBy(options?: ScrollToOptions): void;
@@ -706,220 +764,244 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
706
764
  scrollTo(options?: ScrollToOptions): void;
707
765
  scrollTo(x: number, y: number): void;
708
766
  setAttribute(qualifiedName: string, value: string): void;
709
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
710
- setAttributeNode(attr: Attr): Attr;
711
- setAttributeNodeNS(attr: Attr): Attr;
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;
712
771
  setPointerCapture(pointerId: number): void;
713
772
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
714
773
  webkitMatchesSelector(selectors: string): boolean;
774
+ textContent: string;
715
775
  readonly baseURI: string;
716
776
  readonly childNodes: NodeListOf<ChildNode>;
717
- readonly firstChild: ChildNode;
777
+ readonly firstChild: ChildNode | null;
718
778
  readonly isConnected: boolean;
719
- readonly lastChild: ChildNode;
720
- readonly nextSibling: ChildNode;
779
+ readonly lastChild: ChildNode | null;
780
+ readonly nextSibling: ChildNode | null;
721
781
  readonly nodeName: string;
722
782
  readonly nodeType: number;
723
- nodeValue: string;
724
- readonly parentElement: HTMLElement;
725
- readonly parentNode: ParentNode;
726
- readonly previousSibling: ChildNode;
727
- textContent: string;
783
+ nodeValue: string | null;
784
+ readonly parentElement: HTMLElement | null;
785
+ readonly parentNode: ParentNode | null;
786
+ readonly previousSibling: ChildNode | null;
728
787
  appendChild<T_1 extends Node>(node: T_1): T_1;
729
788
  compareDocumentPosition(other: Node): number;
730
- contains(other: Node): boolean;
789
+ contains(other: Node | null): boolean;
731
790
  getRootNode(options?: GetRootNodeOptions): Node;
732
791
  hasChildNodes(): boolean;
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;
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;
739
798
  normalize(): void;
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;
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;
760
819
  dispatchEvent(event: Event): boolean;
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;
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;
802
873
  getAnimations(options?: GetAnimationsOptions): Animation[];
803
- after(...nodes: (string | Node)[]): void;
804
- before(...nodes: (string | Node)[]): void;
874
+ after(...nodes: (Node | string)[]): void;
875
+ before(...nodes: (Node | string)[]): void;
805
876
  remove(): void;
806
- replaceWith(...nodes: (string | Node)[]): void;
807
- innerHTML: string;
808
- readonly nextElementSibling: Element;
809
- readonly previousElementSibling: Element;
877
+ replaceWith(...nodes: (Node | string)[]): void;
878
+ readonly nextElementSibling: Element | null;
879
+ readonly previousElementSibling: Element | null;
810
880
  readonly childElementCount: number;
811
881
  readonly children: HTMLCollection;
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;
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;
828
901
  contentEditable: string;
829
902
  enterKeyHint: string;
830
903
  inputMode: string;
831
904
  readonly isContentEditable: boolean;
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;
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;
923
1005
  autofocus: boolean;
924
1006
  readonly dataset: DOMStringMap;
925
1007
  nonce?: string;
@@ -960,25 +1042,26 @@ export declare class Fdc3RaiseIntent extends Fdc3RaiseIntent_base {
960
1042
  }
961
1043
 
962
1044
  declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
963
- "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
964
- "__#1@#_latestTokenCode": string;
965
- "__#1@#_hasFirstLoaded": boolean;
966
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
967
- "__#1@#_shouldForceLifecycle": boolean;
1045
+ #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1046
+ #_latestTokenCode: string;
1047
+ #_hasFirstLoaded: boolean;
1048
+ #_cleanupTimeout: NodeJS.Timeout;
1049
+ #_shouldForceLifecycle: boolean;
968
1050
  cloneNode(deep?: boolean): Node;
969
1051
  deepClone(): Node;
970
- readonly shouldRunDisconnect: boolean;
971
- readonly shouldRunConnect: boolean;
972
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
973
- "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1052
+ get shouldRunDisconnect(): boolean;
1053
+ get shouldRunConnect(): boolean;
1054
+ #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1055
+ #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
974
1056
  connectedCallback(): void;
975
1057
  readonly $fastController: Controller;
976
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
1058
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
977
1059
  disconnectedCallback(): void;
978
1060
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
979
1061
  accessKey: string;
980
1062
  readonly accessKeyLabel: string;
981
1063
  autocapitalize: string;
1064
+ autocorrect: boolean;
982
1065
  dir: string;
983
1066
  draggable: boolean;
984
1067
  hidden: boolean;
@@ -987,74 +1070,90 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
987
1070
  lang: string;
988
1071
  readonly offsetHeight: number;
989
1072
  readonly offsetLeft: number;
990
- readonly offsetParent: Element;
1073
+ readonly offsetParent: Element | null;
991
1074
  readonly offsetTop: number;
992
1075
  readonly offsetWidth: number;
993
1076
  outerText: string;
1077
+ popover: string | null;
994
1078
  spellcheck: boolean;
995
1079
  title: string;
996
1080
  translate: boolean;
1081
+ writingSuggestions: string;
997
1082
  attachInternals(): ElementInternals;
998
1083
  click(): void;
1084
+ hidePopover(): void;
1085
+ showPopover(): void;
1086
+ togglePopover(options?: boolean): boolean;
999
1087
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1000
1088
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1001
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
1089
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1002
1090
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1003
1091
  readonly attributes: NamedNodeMap;
1004
- readonly classList: DOMTokenList;
1092
+ get classList(): DOMTokenList;
1093
+ set classList(value: string): any;
1005
1094
  className: string;
1006
1095
  readonly clientHeight: number;
1007
1096
  readonly clientLeft: number;
1008
1097
  readonly clientTop: number;
1009
1098
  readonly clientWidth: number;
1099
+ readonly currentCSSZoom: number;
1010
1100
  id: string;
1101
+ innerHTML: string;
1011
1102
  readonly localName: string;
1012
- readonly namespaceURI: string;
1103
+ readonly namespaceURI: string | null;
1013
1104
  onfullscreenchange: (this: Element, ev: Event) => any;
1014
1105
  onfullscreenerror: (this: Element, ev: Event) => any;
1015
1106
  outerHTML: string;
1016
1107
  readonly ownerDocument: Document;
1017
- readonly part: DOMTokenList;
1018
- readonly prefix: string;
1108
+ get part(): DOMTokenList;
1109
+ set part(value: string): any;
1110
+ readonly prefix: string | null;
1019
1111
  readonly scrollHeight: number;
1020
1112
  scrollLeft: number;
1021
1113
  scrollTop: number;
1022
1114
  readonly scrollWidth: number;
1023
- readonly shadowRoot: ShadowRoot;
1115
+ readonly shadowRoot: ShadowRoot | null;
1024
1116
  slot: string;
1025
1117
  readonly tagName: string;
1026
1118
  attachShadow(init: ShadowRootInit): ShadowRoot;
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];
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];
1029
1123
  closest<E extends Element = Element>(selectors: string): E;
1030
- getAttribute(qualifiedName: string): string;
1031
- getAttributeNS(namespace: string, localName: string): string;
1124
+ computedStyleMap(): StylePropertyMapReadOnly;
1125
+ getAttribute(qualifiedName: string): string | null;
1126
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1032
1127
  getAttributeNames(): string[];
1033
- getAttributeNode(qualifiedName: string): Attr;
1034
- getAttributeNodeNS(namespace: string, localName: string): Attr;
1128
+ getAttributeNode(qualifiedName: string): Attr | null;
1129
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1035
1130
  getBoundingClientRect(): DOMRect;
1036
1131
  getClientRects(): DOMRectList;
1037
1132
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
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]>;
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]>;
1040
1137
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1041
1138
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1042
1139
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1043
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
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;
1044
1143
  hasAttribute(qualifiedName: string): boolean;
1045
- hasAttributeNS(namespace: string, localName: string): boolean;
1144
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1046
1145
  hasAttributes(): boolean;
1047
1146
  hasPointerCapture(pointerId: number): boolean;
1048
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
1049
- insertAdjacentHTML(position: InsertPosition, text: string): void;
1147
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1148
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1050
1149
  insertAdjacentText(where: InsertPosition, data: string): void;
1051
1150
  matches(selectors: string): boolean;
1052
1151
  releasePointerCapture(pointerId: number): void;
1053
1152
  removeAttribute(qualifiedName: string): void;
1054
- removeAttributeNS(namespace: string, localName: string): void;
1153
+ removeAttributeNS(namespace: string | null, localName: string): void;
1055
1154
  removeAttributeNode(attr: Attr): Attr;
1056
1155
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
1057
- requestPointerLock(): void;
1156
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
1058
1157
  scroll(options?: ScrollToOptions): void;
1059
1158
  scroll(x: number, y: number): void;
1060
1159
  scrollBy(options?: ScrollToOptions): void;
@@ -1063,220 +1162,244 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
1063
1162
  scrollTo(options?: ScrollToOptions): void;
1064
1163
  scrollTo(x: number, y: number): void;
1065
1164
  setAttribute(qualifiedName: string, value: string): void;
1066
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1067
- setAttributeNode(attr: Attr): Attr;
1068
- setAttributeNodeNS(attr: Attr): Attr;
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;
1069
1169
  setPointerCapture(pointerId: number): void;
1070
1170
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1071
1171
  webkitMatchesSelector(selectors: string): boolean;
1172
+ textContent: string;
1072
1173
  readonly baseURI: string;
1073
1174
  readonly childNodes: NodeListOf<ChildNode>;
1074
- readonly firstChild: ChildNode;
1175
+ readonly firstChild: ChildNode | null;
1075
1176
  readonly isConnected: boolean;
1076
- readonly lastChild: ChildNode;
1077
- readonly nextSibling: ChildNode;
1177
+ readonly lastChild: ChildNode | null;
1178
+ readonly nextSibling: ChildNode | null;
1078
1179
  readonly nodeName: string;
1079
1180
  readonly nodeType: number;
1080
- nodeValue: string;
1081
- readonly parentElement: HTMLElement;
1082
- readonly parentNode: ParentNode;
1083
- readonly previousSibling: ChildNode;
1084
- textContent: string;
1181
+ nodeValue: string | null;
1182
+ readonly parentElement: HTMLElement | null;
1183
+ readonly parentNode: ParentNode | null;
1184
+ readonly previousSibling: ChildNode | null;
1085
1185
  appendChild<T_1 extends Node>(node: T_1): T_1;
1086
1186
  compareDocumentPosition(other: Node): number;
1087
- contains(other: Node): boolean;
1187
+ contains(other: Node | null): boolean;
1088
1188
  getRootNode(options?: GetRootNodeOptions): Node;
1089
1189
  hasChildNodes(): boolean;
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;
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;
1096
1196
  normalize(): void;
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;
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;
1117
1217
  dispatchEvent(event: Event): boolean;
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;
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;
1159
1271
  getAnimations(options?: GetAnimationsOptions): Animation[];
1160
- after(...nodes: (string | Node)[]): void;
1161
- before(...nodes: (string | Node)[]): void;
1272
+ after(...nodes: (Node | string)[]): void;
1273
+ before(...nodes: (Node | string)[]): void;
1162
1274
  remove(): void;
1163
- replaceWith(...nodes: (string | Node)[]): void;
1164
- innerHTML: string;
1165
- readonly nextElementSibling: Element;
1166
- readonly previousElementSibling: Element;
1275
+ replaceWith(...nodes: (Node | string)[]): void;
1276
+ readonly nextElementSibling: Element | null;
1277
+ readonly previousElementSibling: Element | null;
1167
1278
  readonly childElementCount: number;
1168
1279
  readonly children: HTMLCollection;
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;
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;
1185
1299
  contentEditable: string;
1186
1300
  enterKeyHint: string;
1187
1301
  inputMode: string;
1188
1302
  readonly isContentEditable: boolean;
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;
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;
1280
1403
  autofocus: boolean;
1281
1404
  readonly dataset: DOMStringMap;
1282
1405
  nonce?: string;
@@ -1301,25 +1424,26 @@ export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener
1301
1424
  }
1302
1425
 
1303
1426
  declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1304
- "__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1305
- "__#1@#_latestTokenCode": string;
1306
- "__#1@#_hasFirstLoaded": boolean;
1307
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
1308
- "__#1@#_shouldForceLifecycle": boolean;
1427
+ #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1428
+ #_latestTokenCode: string;
1429
+ #_hasFirstLoaded: boolean;
1430
+ #_cleanupTimeout: NodeJS.Timeout;
1431
+ #_shouldForceLifecycle: boolean;
1309
1432
  cloneNode(deep?: boolean): Node;
1310
1433
  deepClone(): Node;
1311
- readonly shouldRunDisconnect: boolean;
1312
- readonly shouldRunConnect: boolean;
1313
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1314
- "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1434
+ get shouldRunDisconnect(): boolean;
1435
+ get shouldRunConnect(): boolean;
1436
+ #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1437
+ #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1315
1438
  connectedCallback(): void;
1316
1439
  readonly $fastController: Controller;
1317
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
1440
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1318
1441
  disconnectedCallback(): void;
1319
1442
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1320
1443
  accessKey: string;
1321
1444
  readonly accessKeyLabel: string;
1322
1445
  autocapitalize: string;
1446
+ autocorrect: boolean;
1323
1447
  dir: string;
1324
1448
  draggable: boolean;
1325
1449
  hidden: boolean;
@@ -1328,74 +1452,90 @@ declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1328
1452
  lang: string;
1329
1453
  readonly offsetHeight: number;
1330
1454
  readonly offsetLeft: number;
1331
- readonly offsetParent: Element;
1455
+ readonly offsetParent: Element | null;
1332
1456
  readonly offsetTop: number;
1333
1457
  readonly offsetWidth: number;
1334
1458
  outerText: string;
1459
+ popover: string | null;
1335
1460
  spellcheck: boolean;
1336
1461
  title: string;
1337
1462
  translate: boolean;
1463
+ writingSuggestions: string;
1338
1464
  attachInternals(): ElementInternals;
1339
1465
  click(): void;
1466
+ hidePopover(): void;
1467
+ showPopover(): void;
1468
+ togglePopover(options?: boolean): boolean;
1340
1469
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1341
1470
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1342
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
1471
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1343
1472
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1344
1473
  readonly attributes: NamedNodeMap;
1345
- readonly classList: DOMTokenList;
1474
+ get classList(): DOMTokenList;
1475
+ set classList(value: string): any;
1346
1476
  className: string;
1347
1477
  readonly clientHeight: number;
1348
1478
  readonly clientLeft: number;
1349
1479
  readonly clientTop: number;
1350
1480
  readonly clientWidth: number;
1481
+ readonly currentCSSZoom: number;
1351
1482
  id: string;
1483
+ innerHTML: string;
1352
1484
  readonly localName: string;
1353
- readonly namespaceURI: string;
1485
+ readonly namespaceURI: string | null;
1354
1486
  onfullscreenchange: (this: Element, ev: Event) => any;
1355
1487
  onfullscreenerror: (this: Element, ev: Event) => any;
1356
1488
  outerHTML: string;
1357
1489
  readonly ownerDocument: Document;
1358
- readonly part: DOMTokenList;
1359
- readonly prefix: string;
1490
+ get part(): DOMTokenList;
1491
+ set part(value: string): any;
1492
+ readonly prefix: string | null;
1360
1493
  readonly scrollHeight: number;
1361
1494
  scrollLeft: number;
1362
1495
  scrollTop: number;
1363
1496
  readonly scrollWidth: number;
1364
- readonly shadowRoot: ShadowRoot;
1497
+ readonly shadowRoot: ShadowRoot | null;
1365
1498
  slot: string;
1366
1499
  readonly tagName: string;
1367
1500
  attachShadow(init: ShadowRootInit): ShadowRoot;
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];
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];
1370
1505
  closest<E extends Element = Element>(selectors: string): E;
1371
- getAttribute(qualifiedName: string): string;
1372
- getAttributeNS(namespace: string, localName: string): string;
1506
+ computedStyleMap(): StylePropertyMapReadOnly;
1507
+ getAttribute(qualifiedName: string): string | null;
1508
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1373
1509
  getAttributeNames(): string[];
1374
- getAttributeNode(qualifiedName: string): Attr;
1375
- getAttributeNodeNS(namespace: string, localName: string): Attr;
1510
+ getAttributeNode(qualifiedName: string): Attr | null;
1511
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1376
1512
  getBoundingClientRect(): DOMRect;
1377
1513
  getClientRects(): DOMRectList;
1378
1514
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
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]>;
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]>;
1381
1519
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1382
1520
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1383
1521
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1384
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
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;
1385
1525
  hasAttribute(qualifiedName: string): boolean;
1386
- hasAttributeNS(namespace: string, localName: string): boolean;
1526
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1387
1527
  hasAttributes(): boolean;
1388
1528
  hasPointerCapture(pointerId: number): boolean;
1389
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
1390
- insertAdjacentHTML(position: InsertPosition, text: string): void;
1529
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1530
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1391
1531
  insertAdjacentText(where: InsertPosition, data: string): void;
1392
1532
  matches(selectors: string): boolean;
1393
1533
  releasePointerCapture(pointerId: number): void;
1394
1534
  removeAttribute(qualifiedName: string): void;
1395
- removeAttributeNS(namespace: string, localName: string): void;
1535
+ removeAttributeNS(namespace: string | null, localName: string): void;
1396
1536
  removeAttributeNode(attr: Attr): Attr;
1397
1537
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
1398
- requestPointerLock(): void;
1538
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
1399
1539
  scroll(options?: ScrollToOptions): void;
1400
1540
  scroll(x: number, y: number): void;
1401
1541
  scrollBy(options?: ScrollToOptions): void;
@@ -1404,220 +1544,244 @@ declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
1404
1544
  scrollTo(options?: ScrollToOptions): void;
1405
1545
  scrollTo(x: number, y: number): void;
1406
1546
  setAttribute(qualifiedName: string, value: string): void;
1407
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1408
- setAttributeNode(attr: Attr): Attr;
1409
- setAttributeNodeNS(attr: Attr): Attr;
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;
1410
1551
  setPointerCapture(pointerId: number): void;
1411
1552
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1412
1553
  webkitMatchesSelector(selectors: string): boolean;
1554
+ textContent: string;
1413
1555
  readonly baseURI: string;
1414
1556
  readonly childNodes: NodeListOf<ChildNode>;
1415
- readonly firstChild: ChildNode;
1557
+ readonly firstChild: ChildNode | null;
1416
1558
  readonly isConnected: boolean;
1417
- readonly lastChild: ChildNode;
1418
- readonly nextSibling: ChildNode;
1559
+ readonly lastChild: ChildNode | null;
1560
+ readonly nextSibling: ChildNode | null;
1419
1561
  readonly nodeName: string;
1420
1562
  readonly nodeType: number;
1421
- nodeValue: string;
1422
- readonly parentElement: HTMLElement;
1423
- readonly parentNode: ParentNode;
1424
- readonly previousSibling: ChildNode;
1425
- textContent: string;
1563
+ nodeValue: string | null;
1564
+ readonly parentElement: HTMLElement | null;
1565
+ readonly parentNode: ParentNode | null;
1566
+ readonly previousSibling: ChildNode | null;
1426
1567
  appendChild<T_1 extends Node>(node: T_1): T_1;
1427
1568
  compareDocumentPosition(other: Node): number;
1428
- contains(other: Node): boolean;
1569
+ contains(other: Node | null): boolean;
1429
1570
  getRootNode(options?: GetRootNodeOptions): Node;
1430
1571
  hasChildNodes(): boolean;
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;
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;
1437
1578
  normalize(): void;
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;
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;
1458
1599
  dispatchEvent(event: Event): boolean;
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;
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;
1500
1653
  getAnimations(options?: GetAnimationsOptions): Animation[];
1501
- after(...nodes: (string | Node)[]): void;
1502
- before(...nodes: (string | Node)[]): void;
1654
+ after(...nodes: (Node | string)[]): void;
1655
+ before(...nodes: (Node | string)[]): void;
1503
1656
  remove(): void;
1504
- replaceWith(...nodes: (string | Node)[]): void;
1505
- innerHTML: string;
1506
- readonly nextElementSibling: Element;
1507
- readonly previousElementSibling: Element;
1657
+ replaceWith(...nodes: (Node | string)[]): void;
1658
+ readonly nextElementSibling: Element | null;
1659
+ readonly previousElementSibling: Element | null;
1508
1660
  readonly childElementCount: number;
1509
1661
  readonly children: HTMLCollection;
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;
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;
1526
1681
  contentEditable: string;
1527
1682
  enterKeyHint: string;
1528
1683
  inputMode: string;
1529
1684
  readonly isContentEditable: boolean;
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;
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;
1621
1785
  autofocus: boolean;
1622
1786
  readonly dataset: DOMStringMap;
1623
1787
  nonce?: string;