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