@genesislcap/foundation-forms 15.6.2 → 15.7.0-ts7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/dts/filters/filters.d.ts +1 -367
  2. package/dist/dts/filters/filters.d.ts.map +1 -1
  3. package/dist/dts/filters/filters.template.d.ts.map +1 -1
  4. package/dist/dts/form.d.ts +1 -371
  5. package/dist/dts/form.d.ts.map +1 -1
  6. package/dist/dts/form.styles.d.ts.map +1 -1
  7. package/dist/dts/form.template.d.ts.map +1 -1
  8. package/dist/dts/jsonforms/json-forms.d.ts.map +1 -1
  9. package/dist/dts/jsonforms/renderers/ArrayListWrapperRenderer.d.ts.map +1 -1
  10. package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts.map +1 -1
  11. package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
  12. package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts.map +1 -1
  13. package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts.map +1 -1
  14. package/dist/dts/jsonforms/renderers/ControlWrapperRenderer.d.ts.map +1 -1
  15. package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts.map +1 -1
  16. package/dist/dts/jsonforms/renderers/DividerRenderer.d.ts.map +1 -1
  17. package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts.map +1 -1
  18. package/dist/dts/jsonforms/renderers/EnumRadioGroupControlRenderer.d.ts.map +1 -1
  19. package/dist/dts/jsonforms/renderers/FilterDateControlRenderer.d.ts.map +1 -1
  20. package/dist/dts/jsonforms/renderers/FilterNumberControlRenderer.d.ts.map +1 -1
  21. package/dist/dts/jsonforms/renderers/FilterTimeControlRenderer.d.ts.map +1 -1
  22. package/dist/dts/jsonforms/renderers/LayoutRenderer.d.ts.map +1 -1
  23. package/dist/dts/jsonforms/renderers/MulticolumnDropdownControlRenderer.d.ts.map +1 -1
  24. package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts.map +1 -1
  25. package/dist/dts/jsonforms/renderers/ReactSlotControlRenderer.d.ts.map +1 -1
  26. package/dist/dts/jsonforms/renderers/SegmentedControlRenderer.d.ts.map +1 -1
  27. package/dist/dts/jsonforms/renderers/StepperWrapperRenderer.d.ts.map +1 -1
  28. package/dist/dts/jsonforms/renderers/StringArrayControlRenderer.d.ts.map +1 -1
  29. package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
  30. package/dist/dts/jsonforms/renderers/VerticalCategorizationWrapperRenderer.d.ts.map +1 -1
  31. package/dist/dts/jsonforms/renderers/dispatch-renderer.d.ts.map +1 -1
  32. package/dist/dts/jsonforms/renderers/foundation-react-slot.d.ts.map +1 -1
  33. package/dist/dts/jsonforms/testers/isArray.d.ts.map +1 -1
  34. package/dist/dts/jsonforms/testers/isOneOfNumber.d.ts.map +1 -1
  35. package/dist/dts/jsonforms/testers/optionIs.d.ts.map +1 -1
  36. package/dist/dts/review.template.d.ts.map +1 -1
  37. package/dist/dts/utils/confirmation-dialog-utils.d.ts.map +1 -1
  38. package/dist/dts/utils/filters.d.ts.map +1 -1
  39. package/dist/dts/utils/validation.d.ts.map +1 -1
  40. package/dist/esm/form.js +4 -3
  41. package/dist/esm/jsonforms/json-forms.js +12 -12
  42. package/dist/esm/jsonforms/renderers/ArrayListWrapperRenderer.js +6 -4
  43. package/dist/esm/jsonforms/renderers/CategorizationWrapperRenderer.js +4 -2
  44. package/dist/esm/jsonforms/renderers/ControlWrapperRenderer.js +3 -5
  45. package/dist/esm/jsonforms/renderers/EnumControlRenderer.js +1 -4
  46. package/dist/esm/jsonforms/renderers/EnumRadioGroupControlRenderer.js +2 -2
  47. package/dist/esm/jsonforms/renderers/LayoutVerticalCategorizationRenderer.js +3 -9
  48. package/dist/esm/jsonforms/renderers/MulticolumnDropdownControlRenderer.js +2 -2
  49. package/dist/esm/jsonforms/renderers/NumberControlRenderer.js +3 -6
  50. package/dist/esm/jsonforms/renderers/SegmentedControlRenderer.js +1 -1
  51. package/dist/esm/jsonforms/renderers/StepperWrapperRenderer.js +3 -6
  52. package/dist/esm/jsonforms/renderers/StringControlRenderer.js +2 -1
  53. package/dist/esm/jsonforms/renderers/dispatch-renderer.js +4 -3
  54. package/dist/esm/jsonforms/testers/isInvisible.js +2 -1
  55. package/dist/esm/utils/review-utils.js +13 -9
  56. package/dist/esm/utils/schema-utils.js +4 -3
  57. package/dist/foundation-forms.d.ts +4 -742
  58. package/package.json +15 -15
@@ -1,6 +1,5 @@
1
- import { Controller } from '@microsoft/fast-element';
1
+ import { Constructable } from '@microsoft/fast-element';
2
2
  import { DatasourceOptions } from '@genesislcap/foundation-comms';
3
- import { DOMContainer } from '@genesislcap/foundation-utils';
4
3
  import { ElementStyles } from '@microsoft/fast-element';
5
4
  import { ErrorObject } from 'ajv';
6
5
  import { ErrorTranslator } from '@jsonforms/core';
@@ -8,14 +7,13 @@ import { Expression } from '@genesislcap/foundation-criteria';
8
7
  import { FASTElement } from '@microsoft/fast-element';
9
8
  import { FilterMode } from '@genesislcap/foundation-ui';
10
9
  import { FoundationElement } from '@microsoft/fast-foundation';
11
- import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
12
10
  import { JsonFormsCore } from '@jsonforms/core';
13
11
  import { JsonFormsState } from '@jsonforms/core';
14
12
  import type { JsonSchema } from '@jsonforms/core';
15
13
  import { JSONSchema7 } from 'json-schema';
16
14
  import { KVStorage } from '@genesislcap/foundation-comms';
17
15
  import { Layout } from '@jsonforms/core';
18
- import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
16
+ import { LifecycleElement } from '@genesislcap/foundation-utils';
19
17
  import { Logger } from '@genesislcap/foundation-logger';
20
18
  import type { Message } from '@genesislcap/foundation-comms';
21
19
  import type { MessageError } from '@genesislcap/foundation-comms';
@@ -767,373 +765,7 @@ export declare class Filters extends Filters_base {
767
765
  loadFilterData(filterKey: string): Promise<void>;
768
766
  }
769
767
 
770
- declare const Filters_base: (new (...args: any[]) => {
771
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
772
- #_latestTokenCode: string;
773
- #_hasFirstLoaded: boolean;
774
- #_cleanupTimeout: NodeJS.Timeout;
775
- #_shouldForceLifecycle: boolean;
776
- #_blockedDisconnectSurvivedGracePeriod: boolean;
777
- cloneNode(deep?: boolean): Node;
778
- deepClone(): Node;
779
- get shouldRunDisconnect(): boolean;
780
- get shouldRunConnect(): boolean;
781
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
782
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
783
- connectedCallback(): void;
784
- readonly $fastController: Controller;
785
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
786
- disconnectedCallback(): void;
787
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
788
- accessKey: string;
789
- readonly accessKeyLabel: string;
790
- autocapitalize: string;
791
- autocorrect: boolean;
792
- dir: string;
793
- draggable: boolean;
794
- hidden: boolean;
795
- inert: boolean;
796
- innerText: string;
797
- lang: string;
798
- readonly offsetHeight: number;
799
- readonly offsetLeft: number;
800
- readonly offsetParent: Element | null;
801
- readonly offsetTop: number;
802
- readonly offsetWidth: number;
803
- outerText: string;
804
- popover: string | null;
805
- spellcheck: boolean;
806
- title: string;
807
- translate: boolean;
808
- writingSuggestions: string;
809
- attachInternals(): ElementInternals;
810
- click(): void;
811
- hidePopover(): void;
812
- showPopover(): void;
813
- togglePopover(options?: boolean): boolean;
814
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
815
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
816
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
817
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
818
- readonly attributes: NamedNodeMap;
819
- get classList(): DOMTokenList;
820
- set classList(value: string): any;
821
- className: string;
822
- readonly clientHeight: number;
823
- readonly clientLeft: number;
824
- readonly clientTop: number;
825
- readonly clientWidth: number;
826
- readonly currentCSSZoom: number;
827
- id: string;
828
- innerHTML: string;
829
- readonly localName: string;
830
- readonly namespaceURI: string | null;
831
- onfullscreenchange: (this: Element, ev: Event) => any;
832
- onfullscreenerror: (this: Element, ev: Event) => any;
833
- outerHTML: string;
834
- readonly ownerDocument: Document;
835
- get part(): DOMTokenList;
836
- set part(value: string): any;
837
- readonly prefix: string | null;
838
- readonly scrollHeight: number;
839
- scrollLeft: number;
840
- scrollTop: number;
841
- readonly scrollWidth: number;
842
- readonly shadowRoot: ShadowRoot | null;
843
- slot: string;
844
- readonly tagName: string;
845
- attachShadow(init: ShadowRootInit): ShadowRoot;
846
- checkVisibility(options?: CheckVisibilityOptions): boolean;
847
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
848
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
849
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
850
- closest<E extends Element = Element>(selectors: string): E;
851
- computedStyleMap(): StylePropertyMapReadOnly;
852
- getAttribute(qualifiedName: string): string | null;
853
- getAttributeNS(namespace: string | null, localName: string): string | null;
854
- getAttributeNames(): string[];
855
- getAttributeNode(qualifiedName: string): Attr | null;
856
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
857
- getBoundingClientRect(): DOMRect;
858
- getClientRects(): DOMRectList;
859
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
860
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
861
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
862
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
863
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
864
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
865
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
866
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
867
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
868
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
869
- getHTML(options?: GetHTMLOptions): string;
870
- hasAttribute(qualifiedName: string): boolean;
871
- hasAttributeNS(namespace: string | null, localName: string): boolean;
872
- hasAttributes(): boolean;
873
- hasPointerCapture(pointerId: number): boolean;
874
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
875
- insertAdjacentHTML(position: InsertPosition, string: string): void;
876
- insertAdjacentText(where: InsertPosition, data: string): void;
877
- matches(selectors: string): boolean;
878
- releasePointerCapture(pointerId: number): void;
879
- removeAttribute(qualifiedName: string): void;
880
- removeAttributeNS(namespace: string | null, localName: string): void;
881
- removeAttributeNode(attr: Attr): Attr;
882
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
883
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
884
- scroll(options?: ScrollToOptions): void;
885
- scroll(x: number, y: number): void;
886
- scrollBy(options?: ScrollToOptions): void;
887
- scrollBy(x: number, y: number): void;
888
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
889
- scrollTo(options?: ScrollToOptions): void;
890
- scrollTo(x: number, y: number): void;
891
- setAttribute(qualifiedName: string, value: string): void;
892
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
893
- setAttributeNode(attr: Attr): Attr | null;
894
- setAttributeNodeNS(attr: Attr): Attr | null;
895
- setHTMLUnsafe(html: string): void;
896
- setPointerCapture(pointerId: number): void;
897
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
898
- webkitMatchesSelector(selectors: string): boolean;
899
- textContent: string;
900
- readonly baseURI: string;
901
- readonly childNodes: NodeListOf<ChildNode>;
902
- readonly firstChild: ChildNode | null;
903
- readonly isConnected: boolean;
904
- readonly lastChild: ChildNode | null;
905
- readonly nextSibling: ChildNode | null;
906
- readonly nodeName: string;
907
- readonly nodeType: number;
908
- nodeValue: string | null;
909
- readonly parentElement: HTMLElement | null;
910
- readonly parentNode: ParentNode | null;
911
- readonly previousSibling: ChildNode | null;
912
- appendChild<T_1 extends Node>(node: T_1): T_1;
913
- compareDocumentPosition(other: Node): number;
914
- contains(other: Node | null): boolean;
915
- getRootNode(options?: GetRootNodeOptions): Node;
916
- hasChildNodes(): boolean;
917
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
918
- isDefaultNamespace(namespace: string | null): boolean;
919
- isEqualNode(otherNode: Node | null): boolean;
920
- isSameNode(otherNode: Node | null): boolean;
921
- lookupNamespaceURI(prefix: string | null): string | null;
922
- lookupPrefix(namespace: string | null): string | null;
923
- normalize(): void;
924
- removeChild<T_1 extends Node>(child: T_1): T_1;
925
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
926
- readonly ELEMENT_NODE: 1;
927
- readonly ATTRIBUTE_NODE: 2;
928
- readonly TEXT_NODE: 3;
929
- readonly CDATA_SECTION_NODE: 4;
930
- readonly ENTITY_REFERENCE_NODE: 5;
931
- readonly ENTITY_NODE: 6;
932
- readonly PROCESSING_INSTRUCTION_NODE: 7;
933
- readonly COMMENT_NODE: 8;
934
- readonly DOCUMENT_NODE: 9;
935
- readonly DOCUMENT_TYPE_NODE: 10;
936
- readonly DOCUMENT_FRAGMENT_NODE: 11;
937
- readonly NOTATION_NODE: 12;
938
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
939
- readonly DOCUMENT_POSITION_PRECEDING: 2;
940
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
941
- readonly DOCUMENT_POSITION_CONTAINS: 8;
942
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
943
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
944
- dispatchEvent(event: Event): boolean;
945
- ariaActiveDescendantElement: Element | null;
946
- ariaAtomic: string | null;
947
- ariaAutoComplete: string | null;
948
- ariaBrailleLabel: string | null;
949
- ariaBrailleRoleDescription: string | null;
950
- ariaBusy: string | null;
951
- ariaChecked: string | null;
952
- ariaColCount: string | null;
953
- ariaColIndex: string | null;
954
- ariaColIndexText: string | null;
955
- ariaColSpan: string | null;
956
- ariaControlsElements: ReadonlyArray<Element> | null;
957
- ariaCurrent: string | null;
958
- ariaDescribedByElements: ReadonlyArray<Element> | null;
959
- ariaDescription: string | null;
960
- ariaDetailsElements: ReadonlyArray<Element> | null;
961
- ariaDisabled: string | null;
962
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
963
- ariaExpanded: string | null;
964
- ariaFlowToElements: ReadonlyArray<Element> | null;
965
- ariaHasPopup: string | null;
966
- ariaHidden: string | null;
967
- ariaInvalid: string | null;
968
- ariaKeyShortcuts: string | null;
969
- ariaLabel: string | null;
970
- ariaLabelledByElements: ReadonlyArray<Element> | null;
971
- ariaLevel: string | null;
972
- ariaLive: string | null;
973
- ariaModal: string | null;
974
- ariaMultiLine: string | null;
975
- ariaMultiSelectable: string | null;
976
- ariaOrientation: string | null;
977
- ariaOwnsElements: ReadonlyArray<Element> | null;
978
- ariaPlaceholder: string | null;
979
- ariaPosInSet: string | null;
980
- ariaPressed: string | null;
981
- ariaReadOnly: string | null;
982
- ariaRelevant: string | null;
983
- ariaRequired: string | null;
984
- ariaRoleDescription: string | null;
985
- ariaRowCount: string | null;
986
- ariaRowIndex: string | null;
987
- ariaRowIndexText: string | null;
988
- ariaRowSpan: string | null;
989
- ariaSelected: string | null;
990
- ariaSetSize: string | null;
991
- ariaSort: string | null;
992
- ariaValueMax: string | null;
993
- ariaValueMin: string | null;
994
- ariaValueNow: string | null;
995
- ariaValueText: string | null;
996
- role: string | null;
997
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
998
- getAnimations(options?: GetAnimationsOptions): Animation[];
999
- after(...nodes: (Node | string)[]): void;
1000
- before(...nodes: (Node | string)[]): void;
1001
- remove(): void;
1002
- replaceWith(...nodes: (Node | string)[]): void;
1003
- readonly nextElementSibling: Element | null;
1004
- readonly previousElementSibling: Element | null;
1005
- readonly childElementCount: number;
1006
- readonly children: HTMLCollection;
1007
- readonly firstElementChild: Element | null;
1008
- readonly lastElementChild: Element | null;
1009
- append(...nodes: (Node | string)[]): void;
1010
- prepend(...nodes: (Node | string)[]): void;
1011
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
1012
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
1013
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
1014
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
1015
- querySelector<E extends Element = Element>(selectors: string): E | null;
1016
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
1017
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
1018
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
1019
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
1020
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
1021
- replaceChildren(...nodes: (Node | string)[]): void;
1022
- readonly assignedSlot: HTMLSlotElement | null;
1023
- readonly attributeStyleMap: StylePropertyMap;
1024
- get style(): CSSStyleDeclaration;
1025
- set style(cssText: string): any;
1026
- contentEditable: string;
1027
- enterKeyHint: string;
1028
- inputMode: string;
1029
- readonly isContentEditable: boolean;
1030
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1031
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1032
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1033
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1034
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1035
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1036
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1037
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1038
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1039
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1040
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1041
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1042
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1043
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1044
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1045
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1046
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1047
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1048
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1049
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1050
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1051
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1052
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1053
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1054
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1055
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1056
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1057
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1058
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1059
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1060
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1061
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1062
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1063
- onerror: OnErrorEventHandler;
1064
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1065
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1066
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1067
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1068
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1069
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1070
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1071
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1072
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1073
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1074
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1075
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1076
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1077
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1078
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1079
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1080
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1081
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1082
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1083
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1084
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1085
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1086
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1087
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1088
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1089
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1090
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1091
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1092
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1093
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1094
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1095
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1096
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1097
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1098
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1099
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1100
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1101
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1102
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1103
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1104
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1105
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1106
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1107
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1108
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1109
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1110
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1111
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1112
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1113
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1114
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1115
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1116
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1117
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1118
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1119
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1120
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1121
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1122
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1123
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1124
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1125
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1126
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1127
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1128
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1129
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1130
- autofocus: boolean;
1131
- readonly dataset: DOMStringMap;
1132
- nonce?: string;
1133
- tabIndex: number;
1134
- blur(): void;
1135
- focus(options?: FocusOptions): void;
1136
- }) & typeof FoundationElement;
768
+ declare const Filters_base: typeof FoundationElement & Constructable<LifecycleElement>;
1137
769
 
1138
770
  /** @internal */
1139
771
  export declare const filtersLogger: Logger;
@@ -1598,377 +1230,7 @@ export declare class Form extends Form_base {
1598
1230
  downloadCsvTemplate(): void;
1599
1231
  }
1600
1232
 
1601
- declare const Form_base: (new (...args: any[]) => {
1602
- #_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1603
- #_latestTokenCode: string;
1604
- #_hasFirstLoaded: boolean;
1605
- #_cleanupTimeout: NodeJS.Timeout;
1606
- #_shouldForceLifecycle: boolean;
1607
- #_blockedDisconnectSurvivedGracePeriod: boolean;
1608
- cloneNode(deep?: boolean): Node;
1609
- deepClone(): Node;
1610
- get shouldRunDisconnect(): boolean;
1611
- get shouldRunConnect(): boolean;
1612
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1613
- #_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
1614
- connectedCallback(): void;
1615
- readonly $fastController: Controller;
1616
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1617
- disconnectedCallback(): void;
1618
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1619
- accessKey: string;
1620
- readonly accessKeyLabel: string;
1621
- autocapitalize: string;
1622
- autocorrect: boolean;
1623
- dir: string;
1624
- draggable: boolean;
1625
- hidden: boolean;
1626
- inert: boolean;
1627
- innerText: string;
1628
- lang: string;
1629
- readonly offsetHeight: number;
1630
- readonly offsetLeft: number;
1631
- readonly offsetParent: Element | null;
1632
- readonly offsetTop: number;
1633
- readonly offsetWidth: number;
1634
- outerText: string;
1635
- popover: string | null;
1636
- spellcheck: boolean;
1637
- title: string;
1638
- translate: boolean;
1639
- writingSuggestions: string;
1640
- attachInternals(): ElementInternals;
1641
- click(): void;
1642
- hidePopover(): void;
1643
- showPopover(): void;
1644
- togglePopover(options?: boolean): boolean;
1645
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1646
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1647
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1648
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1649
- readonly attributes: NamedNodeMap;
1650
- get classList(): DOMTokenList;
1651
- set classList(value: string): any;
1652
- className: string;
1653
- readonly clientHeight: number;
1654
- readonly clientLeft: number;
1655
- readonly clientTop: number;
1656
- readonly clientWidth: number;
1657
- readonly currentCSSZoom: number;
1658
- id: string;
1659
- innerHTML: string;
1660
- readonly localName: string;
1661
- readonly namespaceURI: string | null;
1662
- onfullscreenchange: (this: Element, ev: Event) => any;
1663
- onfullscreenerror: (this: Element, ev: Event) => any;
1664
- outerHTML: string;
1665
- readonly ownerDocument: Document;
1666
- get part(): DOMTokenList;
1667
- set part(value: string): any;
1668
- readonly prefix: string | null;
1669
- readonly scrollHeight: number;
1670
- scrollLeft: number;
1671
- scrollTop: number;
1672
- readonly scrollWidth: number;
1673
- readonly shadowRoot: ShadowRoot | null;
1674
- slot: string;
1675
- readonly tagName: string;
1676
- attachShadow(init: ShadowRootInit): ShadowRoot;
1677
- checkVisibility(options?: CheckVisibilityOptions): boolean;
1678
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
1679
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
1680
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
1681
- closest<E extends Element = Element>(selectors: string): E;
1682
- computedStyleMap(): StylePropertyMapReadOnly;
1683
- getAttribute(qualifiedName: string): string | null;
1684
- getAttributeNS(namespace: string | null, localName: string): string | null;
1685
- getAttributeNames(): string[];
1686
- getAttributeNode(qualifiedName: string): Attr | null;
1687
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1688
- getBoundingClientRect(): DOMRect;
1689
- getClientRects(): DOMRectList;
1690
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1691
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
1692
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
1693
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
1694
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1695
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1696
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1697
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1698
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1699
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1700
- getHTML(options?: GetHTMLOptions): string;
1701
- hasAttribute(qualifiedName: string): boolean;
1702
- hasAttributeNS(namespace: string | null, localName: string): boolean;
1703
- hasAttributes(): boolean;
1704
- hasPointerCapture(pointerId: number): boolean;
1705
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1706
- insertAdjacentHTML(position: InsertPosition, string: string): void;
1707
- insertAdjacentText(where: InsertPosition, data: string): void;
1708
- matches(selectors: string): boolean;
1709
- releasePointerCapture(pointerId: number): void;
1710
- removeAttribute(qualifiedName: string): void;
1711
- removeAttributeNS(namespace: string | null, localName: string): void;
1712
- removeAttributeNode(attr: Attr): Attr;
1713
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
1714
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
1715
- scroll(options?: ScrollToOptions): void;
1716
- scroll(x: number, y: number): void;
1717
- scrollBy(options?: ScrollToOptions): void;
1718
- scrollBy(x: number, y: number): void;
1719
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
1720
- scrollTo(options?: ScrollToOptions): void;
1721
- scrollTo(x: number, y: number): void;
1722
- setAttribute(qualifiedName: string, value: string): void;
1723
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1724
- setAttributeNode(attr: Attr): Attr | null;
1725
- setAttributeNodeNS(attr: Attr): Attr | null;
1726
- setHTMLUnsafe(html: string): void;
1727
- setPointerCapture(pointerId: number): void;
1728
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1729
- webkitMatchesSelector(selectors: string): boolean;
1730
- textContent: string;
1731
- readonly baseURI: string;
1732
- readonly childNodes: NodeListOf<ChildNode>;
1733
- readonly firstChild: ChildNode | null;
1734
- readonly isConnected: boolean;
1735
- readonly lastChild: ChildNode | null;
1736
- readonly nextSibling: ChildNode | null;
1737
- readonly nodeName: string;
1738
- readonly nodeType: number;
1739
- nodeValue: string | null;
1740
- readonly parentElement: HTMLElement | null;
1741
- readonly parentNode: ParentNode | null;
1742
- readonly previousSibling: ChildNode | null;
1743
- appendChild<T_1 extends Node>(node: T_1): T_1;
1744
- compareDocumentPosition(other: Node): number;
1745
- contains(other: Node | null): boolean;
1746
- getRootNode(options?: GetRootNodeOptions): Node;
1747
- hasChildNodes(): boolean;
1748
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1749
- isDefaultNamespace(namespace: string | null): boolean;
1750
- isEqualNode(otherNode: Node | null): boolean;
1751
- isSameNode(otherNode: Node | null): boolean;
1752
- lookupNamespaceURI(prefix: string | null): string | null;
1753
- lookupPrefix(namespace: string | null): string | null;
1754
- normalize(): void;
1755
- removeChild<T_1 extends Node>(child: T_1): T_1;
1756
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1757
- readonly ELEMENT_NODE: 1;
1758
- readonly ATTRIBUTE_NODE: 2;
1759
- readonly TEXT_NODE: 3;
1760
- readonly CDATA_SECTION_NODE: 4;
1761
- readonly ENTITY_REFERENCE_NODE: 5;
1762
- readonly ENTITY_NODE: 6;
1763
- readonly PROCESSING_INSTRUCTION_NODE: 7;
1764
- readonly COMMENT_NODE: 8;
1765
- readonly DOCUMENT_NODE: 9;
1766
- readonly DOCUMENT_TYPE_NODE: 10;
1767
- readonly DOCUMENT_FRAGMENT_NODE: 11;
1768
- readonly NOTATION_NODE: 12;
1769
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1770
- readonly DOCUMENT_POSITION_PRECEDING: 2;
1771
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
1772
- readonly DOCUMENT_POSITION_CONTAINS: 8;
1773
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1774
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1775
- dispatchEvent(event: Event): boolean;
1776
- ariaActiveDescendantElement: Element | null;
1777
- ariaAtomic: string | null;
1778
- ariaAutoComplete: string | null;
1779
- ariaBrailleLabel: string | null;
1780
- ariaBrailleRoleDescription: string | null;
1781
- ariaBusy: string | null;
1782
- ariaChecked: string | null;
1783
- ariaColCount: string | null;
1784
- ariaColIndex: string | null;
1785
- ariaColIndexText: string | null;
1786
- ariaColSpan: string | null;
1787
- ariaControlsElements: ReadonlyArray<Element> | null;
1788
- ariaCurrent: string | null;
1789
- ariaDescribedByElements: ReadonlyArray<Element> | null;
1790
- ariaDescription: string | null;
1791
- ariaDetailsElements: ReadonlyArray<Element> | null;
1792
- ariaDisabled: string | null;
1793
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
1794
- ariaExpanded: string | null;
1795
- ariaFlowToElements: ReadonlyArray<Element> | null;
1796
- ariaHasPopup: string | null;
1797
- ariaHidden: string | null;
1798
- ariaInvalid: string | null;
1799
- ariaKeyShortcuts: string | null;
1800
- ariaLabel: string | null;
1801
- ariaLabelledByElements: ReadonlyArray<Element> | null;
1802
- ariaLevel: string | null;
1803
- ariaLive: string | null;
1804
- ariaModal: string | null;
1805
- ariaMultiLine: string | null;
1806
- ariaMultiSelectable: string | null;
1807
- ariaOrientation: string | null;
1808
- ariaOwnsElements: ReadonlyArray<Element> | null;
1809
- ariaPlaceholder: string | null;
1810
- ariaPosInSet: string | null;
1811
- ariaPressed: string | null;
1812
- ariaReadOnly: string | null;
1813
- ariaRelevant: string | null;
1814
- ariaRequired: string | null;
1815
- ariaRoleDescription: string | null;
1816
- ariaRowCount: string | null;
1817
- ariaRowIndex: string | null;
1818
- ariaRowIndexText: string | null;
1819
- ariaRowSpan: string | null;
1820
- ariaSelected: string | null;
1821
- ariaSetSize: string | null;
1822
- ariaSort: string | null;
1823
- ariaValueMax: string | null;
1824
- ariaValueMin: string | null;
1825
- ariaValueNow: string | null;
1826
- ariaValueText: string | null;
1827
- role: string | null;
1828
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
1829
- getAnimations(options?: GetAnimationsOptions): Animation[];
1830
- after(...nodes: (Node | string)[]): void;
1831
- before(...nodes: (Node | string)[]): void;
1832
- remove(): void;
1833
- replaceWith(...nodes: (Node | string)[]): void;
1834
- readonly nextElementSibling: Element | null;
1835
- readonly previousElementSibling: Element | null;
1836
- readonly childElementCount: number;
1837
- readonly children: HTMLCollection;
1838
- readonly firstElementChild: Element | null;
1839
- readonly lastElementChild: Element | null;
1840
- append(...nodes: (Node | string)[]): void;
1841
- prepend(...nodes: (Node | string)[]): void;
1842
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
1843
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
1844
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
1845
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
1846
- querySelector<E extends Element = Element>(selectors: string): E | null;
1847
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
1848
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
1849
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
1850
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
1851
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
1852
- replaceChildren(... /**
1853
- * Tracks the submission status for each row in bulk insert mode.
1854
- * Key is the row index, value is the status object.
1855
- * @public
1856
- */nodes: (Node | string)[]): void;
1857
- readonly assignedSlot: HTMLSlotElement | null;
1858
- readonly attributeStyleMap: StylePropertyMap;
1859
- get style(): CSSStyleDeclaration;
1860
- set style(cssText: string): any;
1861
- contentEditable: string;
1862
- enterKeyHint: string;
1863
- inputMode: string;
1864
- readonly isContentEditable: boolean;
1865
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1866
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1867
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1868
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1869
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1870
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1871
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1872
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1873
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1874
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1875
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1876
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1877
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1878
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1879
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1880
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1881
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1882
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1883
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1884
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1885
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1886
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1887
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1888
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1889
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1890
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1891
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1892
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1893
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1894
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1895
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1896
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1897
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1898
- onerror: OnErrorEventHandler;
1899
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1900
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1901
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1902
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1903
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1904
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1905
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1906
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1907
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1908
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1909
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1910
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1911
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1912
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1913
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1914
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1915
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1916
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1917
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1918
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1919
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1920
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1921
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1922
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1923
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1924
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1925
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1926
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1927
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1928
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1929
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1930
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1931
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1932
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1933
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1934
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1935
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1936
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1937
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1938
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1939
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1940
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1941
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1942
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1943
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1944
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1945
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1946
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1947
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1948
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1949
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1950
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1951
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1952
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1953
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1954
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1955
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1956
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1957
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1958
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1959
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1960
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1961
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1962
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1963
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1964
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1965
- autofocus: boolean;
1966
- readonly dataset: DOMStringMap;
1967
- nonce?: string;
1968
- tabIndex: number;
1969
- blur(): void;
1970
- focus(options?: FocusOptions): void;
1971
- }) & typeof FoundationElement;
1233
+ declare const Form_base: typeof FoundationElement & Constructable<LifecycleElement>;
1972
1234
 
1973
1235
  /**
1974
1236
  * Formats a raw value for the review panel by the same renderer type