@genesislcap/foundation-fdc3 14.301.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.
- package/dist/dts/fdc3-channel-event.d.ts +264 -223
- package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/util/fdc3-intent-listener.d.ts +264 -223
- package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-raise-intent.d.ts +264 -223
- package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
- package/dist/dts/util/fdc3-system-channel-listener.d.ts +264 -223
- package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-util.d.ts.map +1 -1
- package/dist/esm/fdc3.js +4 -4
- package/dist/foundation-fdc3.api.json +845 -178
- package/dist/foundation-fdc3.d.ts +1056 -892
- package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +14 -0
- package/docs/api/foundation-fdc3.appchannellistenerconfig.md +62 -0
- package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +65 -5
- package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +33 -3
- package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +49 -4
- package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +65 -5
- package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +49 -4
- package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +49 -4
- package/docs/api/foundation-fdc3.fdc3.findintent.md +49 -4
- package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +33 -3
- package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +33 -3
- package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +65 -5
- package/docs/api/foundation-fdc3.fdc3.joinchannel.md +33 -3
- package/docs/api/foundation-fdc3.fdc3.md +264 -22
- package/docs/api/foundation-fdc3.fdc3.raiseintent.md +49 -4
- package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +33 -3
- package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +14 -0
- package/docs/api/foundation-fdc3.fdc3contextlistener.md +62 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +14 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.md +81 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.md +138 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +14 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +81 -0
- package/docs/api/foundation-fdc3.intentconfig.callback.md +14 -0
- package/docs/api/foundation-fdc3.intentconfig.intent.md +14 -0
- package/docs/api/foundation-fdc3.intentconfig.md +80 -0
- package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +41 -1
- package/docs/api/foundation-fdc3.interopnotificationslistener.md +70 -6
- package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +31 -3
- package/docs/api/foundation-fdc3.md +236 -18
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +14 -0
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +14 -0
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +80 -0
- package/docs/api/index.md +21 -3
- package/docs/api-report.md.api.md +281 -0
- 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
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
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
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
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
|
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<
|
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
|
-
|
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
|
-
|
298
|
-
|
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
|
-
|
308
|
-
closest<
|
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
|
-
|
311
|
-
|
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<
|
319
|
-
getElementsByTagName<
|
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(
|
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,
|
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<
|
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<
|
378
|
-
replaceChild<
|
379
|
-
readonly
|
380
|
-
readonly
|
381
|
-
readonly
|
382
|
-
readonly
|
383
|
-
readonly
|
384
|
-
readonly
|
385
|
-
readonly
|
386
|
-
readonly
|
387
|
-
readonly
|
388
|
-
readonly
|
389
|
-
readonly
|
390
|
-
readonly
|
391
|
-
readonly
|
392
|
-
readonly
|
393
|
-
readonly
|
394
|
-
readonly
|
395
|
-
readonly
|
396
|
-
readonly
|
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
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
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: (
|
441
|
-
before(...nodes: (
|
470
|
+
after(...nodes: (Node | string)[]): void;
|
471
|
+
before(...nodes: (Node | string)[]): void;
|
442
472
|
remove(): void;
|
443
|
-
replaceWith(...nodes: (
|
444
|
-
|
445
|
-
readonly
|
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: (
|
452
|
-
prepend(...nodes: (
|
453
|
-
querySelector<
|
454
|
-
querySelector<
|
455
|
-
querySelector<
|
456
|
-
|
457
|
-
|
458
|
-
querySelectorAll<
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
readonly
|
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:
|
475
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
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
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
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
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
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
|
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<
|
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
|
-
|
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
|
-
|
661
|
-
|
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
|
-
|
671
|
-
closest<
|
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
|
-
|
674
|
-
|
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<
|
682
|
-
getElementsByTagName<
|
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(
|
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,
|
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<
|
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<
|
741
|
-
replaceChild<
|
742
|
-
readonly
|
743
|
-
readonly
|
744
|
-
readonly
|
745
|
-
readonly
|
746
|
-
readonly
|
747
|
-
readonly
|
748
|
-
readonly
|
749
|
-
readonly
|
750
|
-
readonly
|
751
|
-
readonly
|
752
|
-
readonly
|
753
|
-
readonly
|
754
|
-
readonly
|
755
|
-
readonly
|
756
|
-
readonly
|
757
|
-
readonly
|
758
|
-
readonly
|
759
|
-
readonly
|
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
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
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: (
|
804
|
-
before(...nodes: (
|
874
|
+
after(...nodes: (Node | string)[]): void;
|
875
|
+
before(...nodes: (Node | string)[]): void;
|
805
876
|
remove(): void;
|
806
|
-
replaceWith(...nodes: (
|
807
|
-
|
808
|
-
readonly
|
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: (
|
815
|
-
prepend(...nodes: (
|
816
|
-
querySelector<
|
817
|
-
querySelector<
|
818
|
-
querySelector<
|
819
|
-
|
820
|
-
|
821
|
-
querySelectorAll<
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
readonly
|
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:
|
838
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
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
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
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
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
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
|
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<
|
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
|
-
|
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
|
-
|
1018
|
-
|
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
|
-
|
1028
|
-
closest<
|
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
|
-
|
1031
|
-
|
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<
|
1039
|
-
getElementsByTagName<
|
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(
|
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,
|
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<
|
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<
|
1098
|
-
replaceChild<
|
1099
|
-
readonly
|
1100
|
-
readonly
|
1101
|
-
readonly
|
1102
|
-
readonly
|
1103
|
-
readonly
|
1104
|
-
readonly
|
1105
|
-
readonly
|
1106
|
-
readonly
|
1107
|
-
readonly
|
1108
|
-
readonly
|
1109
|
-
readonly
|
1110
|
-
readonly
|
1111
|
-
readonly
|
1112
|
-
readonly
|
1113
|
-
readonly
|
1114
|
-
readonly
|
1115
|
-
readonly
|
1116
|
-
readonly
|
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
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
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: (
|
1161
|
-
before(...nodes: (
|
1272
|
+
after(...nodes: (Node | string)[]): void;
|
1273
|
+
before(...nodes: (Node | string)[]): void;
|
1162
1274
|
remove(): void;
|
1163
|
-
replaceWith(...nodes: (
|
1164
|
-
|
1165
|
-
readonly
|
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: (
|
1172
|
-
prepend(...nodes: (
|
1173
|
-
querySelector<
|
1174
|
-
querySelector<
|
1175
|
-
querySelector<
|
1176
|
-
|
1177
|
-
|
1178
|
-
querySelectorAll<
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
readonly
|
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:
|
1195
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
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
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
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
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
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
|
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<
|
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
|
-
|
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
|
-
|
1359
|
-
|
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
|
-
|
1369
|
-
closest<
|
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
|
-
|
1372
|
-
|
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<
|
1380
|
-
getElementsByTagName<
|
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(
|
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,
|
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<
|
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<
|
1439
|
-
replaceChild<
|
1440
|
-
readonly
|
1441
|
-
readonly
|
1442
|
-
readonly
|
1443
|
-
readonly
|
1444
|
-
readonly
|
1445
|
-
readonly
|
1446
|
-
readonly
|
1447
|
-
readonly
|
1448
|
-
readonly
|
1449
|
-
readonly
|
1450
|
-
readonly
|
1451
|
-
readonly
|
1452
|
-
readonly
|
1453
|
-
readonly
|
1454
|
-
readonly
|
1455
|
-
readonly
|
1456
|
-
readonly
|
1457
|
-
readonly
|
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
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
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: (
|
1502
|
-
before(...nodes: (
|
1654
|
+
after(...nodes: (Node | string)[]): void;
|
1655
|
+
before(...nodes: (Node | string)[]): void;
|
1503
1656
|
remove(): void;
|
1504
|
-
replaceWith(...nodes: (
|
1505
|
-
|
1506
|
-
readonly
|
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: (
|
1513
|
-
prepend(...nodes: (
|
1514
|
-
querySelector<
|
1515
|
-
querySelector<
|
1516
|
-
querySelector<
|
1517
|
-
|
1518
|
-
|
1519
|
-
querySelectorAll<
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
readonly
|
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:
|
1536
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
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;
|