@genesislcap/foundation-forms 14.302.1-alpha-475e82d.0 → 14.302.1-alpha-ecc0cfb.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/filters/filters.template.d.ts.map +1 -1
- package/dist/dts/form.d.ts +226 -272
- package/dist/dts/form.d.ts.map +1 -1
- package/dist/dts/form.styles.d.ts.map +1 -1
- package/dist/dts/form.template.d.ts.map +1 -1
- package/dist/dts/jsonforms/json-forms.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ArrayListWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterDateControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterNumberControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterTimeControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StepperWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StringArrayControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/testers/isArray.d.ts.map +1 -1
- package/dist/dts/jsonforms/testers/optionIs.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/utils/filters.d.ts.map +1 -1
- package/dist/dts/utils/validation.d.ts.map +1 -1
- package/dist/esm/filters/filters.js +1 -1
- package/dist/esm/form.js +1 -1
- package/dist/foundation-forms.api.json +11 -29
- package/dist/foundation-forms.d.ts +226 -272
- package/docs/api/foundation-forms.filters.filternamechanged.md +4 -45
- package/docs/api/foundation-forms.filters.loadfilterdata.md +3 -31
- package/docs/api/foundation-forms.filters.md +21 -314
- package/docs/api/foundation-forms.form.md +14 -224
- package/docs/api/foundation-forms.form.reset.md +3 -33
- package/docs/api/foundation-forms.md +28 -293
- package/docs/api/foundation-forms.mustmatch.md +1 -44
- package/docs/api/index.md +3 -21
- package/package.json +19 -17
- package/docs/api-report.md.api.md +0 -302
|
@@ -462,26 +462,25 @@ export declare class Form extends Form_base {
|
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
declare const Form_base: (new (...args: any[]) => {
|
|
465
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
466
|
-
#_latestTokenCode: string;
|
|
467
|
-
#_hasFirstLoaded: boolean;
|
|
468
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
469
|
-
#_shouldForceLifecycle: boolean;
|
|
465
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
466
|
+
"__#1@#_latestTokenCode": string;
|
|
467
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
468
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
469
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
470
470
|
cloneNode(deep?: boolean): Node;
|
|
471
471
|
deepClone(): Node;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
475
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
472
|
+
readonly shouldRunDisconnect: boolean;
|
|
473
|
+
readonly shouldRunConnect: boolean;
|
|
474
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
475
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
476
476
|
connectedCallback(): void;
|
|
477
477
|
readonly $fastController: Controller;
|
|
478
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
478
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
479
479
|
disconnectedCallback(): void;
|
|
480
480
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
481
481
|
accessKey: string;
|
|
482
482
|
readonly accessKeyLabel: string;
|
|
483
483
|
autocapitalize: string;
|
|
484
|
-
autocorrect: boolean;
|
|
485
484
|
dir: string;
|
|
486
485
|
draggable: boolean;
|
|
487
486
|
hidden: boolean;
|
|
@@ -490,98 +489,77 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
490
489
|
lang: string;
|
|
491
490
|
readonly offsetHeight: number;
|
|
492
491
|
readonly offsetLeft: number;
|
|
493
|
-
readonly offsetParent: Element
|
|
492
|
+
readonly offsetParent: Element;
|
|
494
493
|
readonly offsetTop: number;
|
|
495
494
|
readonly offsetWidth: number;
|
|
496
495
|
outerText: string;
|
|
497
|
-
popover: string | null;
|
|
498
496
|
spellcheck: boolean;
|
|
499
497
|
title: string;
|
|
500
498
|
translate: boolean;
|
|
501
|
-
writingSuggestions: string;
|
|
502
499
|
attachInternals(): ElementInternals;
|
|
503
500
|
click(): void;
|
|
504
|
-
hidePopover(): void;
|
|
505
|
-
showPopover(): void;
|
|
506
|
-
togglePopover(options?: boolean): boolean;
|
|
507
501
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
508
502
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
509
|
-
removeEventListener<
|
|
503
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
510
504
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
511
505
|
readonly attributes: NamedNodeMap;
|
|
512
|
-
|
|
513
|
-
set classList(value: string): any;
|
|
506
|
+
readonly classList: DOMTokenList;
|
|
514
507
|
className: string;
|
|
515
508
|
readonly clientHeight: number;
|
|
516
509
|
readonly clientLeft: number;
|
|
517
510
|
readonly clientTop: number;
|
|
518
511
|
readonly clientWidth: number;
|
|
519
|
-
readonly currentCSSZoom: number;
|
|
520
512
|
id: string;
|
|
521
|
-
innerHTML: string;
|
|
522
513
|
readonly localName: string;
|
|
523
|
-
readonly namespaceURI: string
|
|
514
|
+
readonly namespaceURI: string;
|
|
524
515
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
525
516
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
526
517
|
outerHTML: string;
|
|
527
518
|
readonly ownerDocument: Document;
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
readonly prefix: string | null;
|
|
519
|
+
readonly part: DOMTokenList;
|
|
520
|
+
readonly prefix: string;
|
|
531
521
|
readonly scrollHeight: number;
|
|
532
522
|
scrollLeft: number;
|
|
533
523
|
scrollTop: number;
|
|
534
524
|
readonly scrollWidth: number;
|
|
535
|
-
readonly shadowRoot: ShadowRoot
|
|
525
|
+
readonly shadowRoot: ShadowRoot;
|
|
536
526
|
slot: string;
|
|
537
|
-
readonly tagName: string;
|
|
538
|
-
|
|
539
|
-
checkVisibility(options
|
|
540
|
-
/**
|
|
541
|
-
* Controls the visibility of the submit button.
|
|
527
|
+
readonly tagName: string; /**
|
|
528
|
+
* Initial data for the form.
|
|
542
529
|
* @public
|
|
543
530
|
*/
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
*/: CheckVisibilityOptions): boolean;
|
|
548
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
549
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
550
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
531
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
532
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
533
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
551
534
|
closest<E extends Element = Element>(selectors: string): E;
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
535
|
+
getAttribute(qualifiedName: string): string;
|
|
536
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
555
537
|
getAttributeNames(): string[];
|
|
556
|
-
getAttributeNode(qualifiedName: string): Attr
|
|
557
|
-
getAttributeNodeNS(namespace: string
|
|
538
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
539
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
558
540
|
getBoundingClientRect(): DOMRect;
|
|
559
541
|
getClientRects(): DOMRectList;
|
|
560
542
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
561
|
-
getElementsByTagName<
|
|
562
|
-
getElementsByTagName<
|
|
563
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
564
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
543
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
544
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
565
545
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
566
546
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
567
547
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
568
|
-
getElementsByTagNameNS(
|
|
569
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
570
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
548
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
571
549
|
hasAttribute(qualifiedName: string): boolean;
|
|
572
|
-
hasAttributeNS(namespace: string
|
|
550
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
573
551
|
hasAttributes(): boolean;
|
|
574
552
|
hasPointerCapture(pointerId: number): boolean;
|
|
575
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element
|
|
576
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
553
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
554
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
577
555
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
578
556
|
matches(selectors: string): boolean;
|
|
579
557
|
releasePointerCapture(pointerId: number): void;
|
|
580
558
|
removeAttribute(qualifiedName: string): void;
|
|
581
|
-
removeAttributeNS(namespace: string
|
|
559
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
582
560
|
removeAttributeNode(attr: Attr): Attr;
|
|
583
561
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
584
|
-
requestPointerLock(
|
|
562
|
+
requestPointerLock(): void;
|
|
585
563
|
scroll(options?: ScrollToOptions): void;
|
|
586
564
|
scroll(x: number, y: number): void;
|
|
587
565
|
scrollBy(options?: ScrollToOptions): void;
|
|
@@ -590,244 +568,220 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
590
568
|
scrollTo(options?: ScrollToOptions): void;
|
|
591
569
|
scrollTo(x: number, y: number): void;
|
|
592
570
|
setAttribute(qualifiedName: string, value: string): void;
|
|
593
|
-
setAttributeNS(namespace: string
|
|
594
|
-
setAttributeNode(attr: Attr): Attr
|
|
595
|
-
setAttributeNodeNS(attr: Attr): Attr
|
|
596
|
-
setHTMLUnsafe(html: string): void;
|
|
571
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
572
|
+
setAttributeNode(attr: Attr): Attr;
|
|
573
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
597
574
|
setPointerCapture(pointerId: number): void;
|
|
598
575
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
599
576
|
webkitMatchesSelector(selectors: string): boolean;
|
|
600
|
-
textContent: string;
|
|
601
577
|
readonly baseURI: string;
|
|
602
578
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
603
|
-
readonly firstChild: ChildNode
|
|
579
|
+
readonly firstChild: ChildNode;
|
|
604
580
|
readonly isConnected: boolean;
|
|
605
|
-
readonly lastChild: ChildNode
|
|
606
|
-
readonly nextSibling: ChildNode
|
|
581
|
+
readonly lastChild: ChildNode;
|
|
582
|
+
readonly nextSibling: ChildNode;
|
|
607
583
|
readonly nodeName: string;
|
|
608
584
|
readonly nodeType: number;
|
|
609
|
-
nodeValue: string
|
|
610
|
-
readonly parentElement: HTMLElement
|
|
611
|
-
readonly parentNode: ParentNode
|
|
612
|
-
readonly previousSibling: ChildNode
|
|
585
|
+
nodeValue: string;
|
|
586
|
+
readonly parentElement: HTMLElement;
|
|
587
|
+
readonly parentNode: ParentNode;
|
|
588
|
+
readonly previousSibling: ChildNode;
|
|
589
|
+
textContent: string;
|
|
613
590
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
614
591
|
compareDocumentPosition(other: Node): number;
|
|
615
|
-
contains(other: Node
|
|
592
|
+
contains(other: Node): boolean;
|
|
616
593
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
617
594
|
hasChildNodes(): boolean;
|
|
618
|
-
insertBefore<
|
|
619
|
-
isDefaultNamespace(namespace: string
|
|
620
|
-
isEqualNode(otherNode: Node
|
|
621
|
-
isSameNode(otherNode: Node
|
|
622
|
-
lookupNamespaceURI(prefix: string
|
|
623
|
-
lookupPrefix(namespace: string
|
|
595
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
596
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
597
|
+
isEqualNode(otherNode: Node): boolean;
|
|
598
|
+
isSameNode(otherNode: Node): boolean;
|
|
599
|
+
lookupNamespaceURI(prefix: string): string;
|
|
600
|
+
lookupPrefix(namespace: string): string;
|
|
624
601
|
normalize(): void;
|
|
625
|
-
removeChild<
|
|
626
|
-
replaceChild<
|
|
627
|
-
readonly
|
|
628
|
-
readonly
|
|
629
|
-
readonly
|
|
630
|
-
readonly
|
|
631
|
-
readonly
|
|
632
|
-
readonly
|
|
633
|
-
readonly
|
|
634
|
-
readonly
|
|
635
|
-
readonly
|
|
636
|
-
readonly
|
|
637
|
-
readonly
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
642
|
-
readonly
|
|
643
|
-
readonly
|
|
644
|
-
readonly
|
|
602
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
603
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
604
|
+
readonly ATTRIBUTE_NODE: number;
|
|
605
|
+
readonly CDATA_SECTION_NODE: number;
|
|
606
|
+
readonly COMMENT_NODE: number;
|
|
607
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
608
|
+
readonly DOCUMENT_NODE: number;
|
|
609
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
610
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
611
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
612
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
613
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
614
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
615
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
616
|
+
readonly ELEMENT_NODE: number;
|
|
617
|
+
readonly ENTITY_NODE: number;
|
|
618
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
619
|
+
readonly NOTATION_NODE: number;
|
|
620
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
621
|
+
readonly TEXT_NODE: number;
|
|
645
622
|
dispatchEvent(event: Event): boolean;
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
ariaRowIndex: string | null;
|
|
688
|
-
ariaRowIndexText: string | null;
|
|
689
|
-
ariaRowSpan: string | null;
|
|
690
|
-
ariaSelected: string | null;
|
|
691
|
-
ariaSetSize: string | null;
|
|
692
|
-
ariaSort: string | null;
|
|
693
|
-
ariaValueMax: string | null;
|
|
694
|
-
ariaValueMin: string | null;
|
|
695
|
-
ariaValueNow: string | null;
|
|
696
|
-
ariaValueText: string | null;
|
|
697
|
-
role: string | null;
|
|
698
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
623
|
+
ariaAtomic: string;
|
|
624
|
+
ariaAutoComplete: string;
|
|
625
|
+
ariaBusy: string;
|
|
626
|
+
ariaChecked: string;
|
|
627
|
+
ariaColCount: string;
|
|
628
|
+
ariaColIndex: string;
|
|
629
|
+
ariaColIndexText: string;
|
|
630
|
+
ariaColSpan: string;
|
|
631
|
+
ariaCurrent: string;
|
|
632
|
+
ariaDisabled: string;
|
|
633
|
+
ariaExpanded: string;
|
|
634
|
+
ariaHasPopup: string;
|
|
635
|
+
ariaHidden: string;
|
|
636
|
+
ariaInvalid: string;
|
|
637
|
+
ariaKeyShortcuts: string;
|
|
638
|
+
ariaLabel: string;
|
|
639
|
+
ariaLevel: string;
|
|
640
|
+
ariaLive: string;
|
|
641
|
+
ariaModal: string;
|
|
642
|
+
ariaMultiLine: string;
|
|
643
|
+
ariaMultiSelectable: string;
|
|
644
|
+
ariaOrientation: string;
|
|
645
|
+
ariaPlaceholder: string;
|
|
646
|
+
ariaPosInSet: string;
|
|
647
|
+
ariaPressed: string;
|
|
648
|
+
ariaReadOnly: string;
|
|
649
|
+
ariaRequired: string;
|
|
650
|
+
ariaRoleDescription: string;
|
|
651
|
+
ariaRowCount: string;
|
|
652
|
+
ariaRowIndex: string;
|
|
653
|
+
ariaRowIndexText: string;
|
|
654
|
+
ariaRowSpan: string;
|
|
655
|
+
ariaSelected: string;
|
|
656
|
+
ariaSetSize: string;
|
|
657
|
+
ariaSort: string;
|
|
658
|
+
ariaValueMax: string;
|
|
659
|
+
ariaValueMin: string;
|
|
660
|
+
ariaValueNow: string;
|
|
661
|
+
ariaValueText: string;
|
|
662
|
+
role: string;
|
|
663
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
699
664
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
700
|
-
after(...nodes: (
|
|
701
|
-
before(...nodes: (
|
|
665
|
+
after(...nodes: (string | Node)[]): void;
|
|
666
|
+
before(...nodes: (string | Node)[]): void;
|
|
702
667
|
remove(): void;
|
|
703
|
-
replaceWith(...nodes: (
|
|
704
|
-
|
|
705
|
-
readonly
|
|
668
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
669
|
+
innerHTML: string;
|
|
670
|
+
readonly nextElementSibling: Element;
|
|
671
|
+
readonly previousElementSibling: Element;
|
|
706
672
|
readonly childElementCount: number;
|
|
707
673
|
readonly children: HTMLCollection;
|
|
708
|
-
readonly firstElementChild: Element
|
|
709
|
-
readonly lastElementChild: Element
|
|
710
|
-
append(...nodes: (
|
|
711
|
-
prepend(...nodes: (
|
|
712
|
-
querySelector<
|
|
713
|
-
querySelector<
|
|
714
|
-
querySelector<
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
querySelectorAll<
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
readonly
|
|
724
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
725
|
-
get style(): CSSStyleDeclaration;
|
|
726
|
-
set style(cssText: string): any;
|
|
674
|
+
readonly firstElementChild: Element;
|
|
675
|
+
readonly lastElementChild: Element;
|
|
676
|
+
append(...nodes: (string | Node)[]): void;
|
|
677
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
678
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
679
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
680
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
681
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
682
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
683
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
684
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
685
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
686
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
687
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
688
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
689
|
+
readonly style: CSSStyleDeclaration;
|
|
727
690
|
contentEditable: string;
|
|
728
691
|
enterKeyHint: string;
|
|
729
692
|
inputMode: string;
|
|
730
693
|
readonly isContentEditable: boolean;
|
|
731
|
-
onabort: (
|
|
732
|
-
onanimationcancel: (
|
|
733
|
-
onanimationend: (
|
|
734
|
-
onanimationiteration: (
|
|
735
|
-
onanimationstart: (
|
|
736
|
-
onauxclick: (
|
|
737
|
-
onbeforeinput: (
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
823
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
824
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
825
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
826
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
827
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
828
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
829
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
830
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
694
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
695
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
696
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
697
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
698
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
699
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
700
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
701
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
702
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
703
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
704
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
705
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
706
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
707
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
708
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
709
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
710
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
711
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
712
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
713
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
714
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
715
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
716
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
717
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
718
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
719
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
720
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
721
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
722
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
723
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
724
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
725
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
726
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
727
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
728
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
729
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
730
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
731
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
732
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
733
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
734
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
735
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
736
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
737
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
738
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
739
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
740
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
741
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
742
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
743
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
744
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
745
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
746
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
747
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
748
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
749
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
750
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
751
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
752
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
753
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
754
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
755
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
756
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
757
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
758
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
759
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
760
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
761
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
762
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
763
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
764
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
765
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
766
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
767
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
768
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
769
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
770
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
771
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
772
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
773
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
774
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
775
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
776
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
777
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
778
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
779
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
780
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
781
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
782
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
783
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
784
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
831
785
|
autofocus: boolean;
|
|
832
786
|
readonly dataset: DOMStringMap;
|
|
833
787
|
nonce?: string;
|