@genesislcap/foundation-forms 14.302.0 → 14.302.1-alpha-945e484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/dts/filters/filters.template.d.ts.map +1 -1
  2. package/dist/dts/form.d.ts +272 -226
  3. package/dist/dts/form.d.ts.map +1 -1
  4. package/dist/dts/form.styles.d.ts.map +1 -1
  5. package/dist/dts/form.template.d.ts.map +1 -1
  6. package/dist/dts/jsonforms/json-forms.d.ts.map +1 -1
  7. package/dist/dts/jsonforms/renderers/ArrayListWrapperRenderer.d.ts.map +1 -1
  8. package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts.map +1 -1
  9. package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
  10. package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts.map +1 -1
  11. package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts.map +1 -1
  12. package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts.map +1 -1
  13. package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts.map +1 -1
  14. package/dist/dts/jsonforms/renderers/FilterDateControlRenderer.d.ts.map +1 -1
  15. package/dist/dts/jsonforms/renderers/FilterNumberControlRenderer.d.ts.map +1 -1
  16. package/dist/dts/jsonforms/renderers/FilterTimeControlRenderer.d.ts.map +1 -1
  17. package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts.map +1 -1
  18. package/dist/dts/jsonforms/renderers/StepperWrapperRenderer.d.ts.map +1 -1
  19. package/dist/dts/jsonforms/renderers/StringArrayControlRenderer.d.ts.map +1 -1
  20. package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
  21. package/dist/dts/jsonforms/testers/isArray.d.ts.map +1 -1
  22. package/dist/dts/jsonforms/testers/optionIs.d.ts.map +1 -1
  23. package/dist/dts/tsdoc-metadata.json +1 -1
  24. package/dist/dts/utils/filters.d.ts.map +1 -1
  25. package/dist/dts/utils/validation.d.ts.map +1 -1
  26. package/dist/esm/filters/filters.js +1 -1
  27. package/dist/esm/form.js +1 -1
  28. package/dist/foundation-forms.api.json +29 -11
  29. package/dist/foundation-forms.d.ts +272 -226
  30. package/docs/api/foundation-forms.filters.filternamechanged.md +45 -4
  31. package/docs/api/foundation-forms.filters.loadfilterdata.md +31 -3
  32. package/docs/api/foundation-forms.filters.md +314 -21
  33. package/docs/api/foundation-forms.form.md +224 -14
  34. package/docs/api/foundation-forms.form.reset.md +33 -3
  35. package/docs/api/foundation-forms.md +293 -28
  36. package/docs/api/foundation-forms.mustmatch.md +44 -1
  37. package/docs/api/index.md +21 -3
  38. package/docs/api-report.md.api.md +302 -0
  39. package/package.json +16 -16
@@ -1 +1 @@
1
- {"version":3,"file":"filters.template.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAMzC,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,WAAY,MAAM,iEAoFhD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,8DAErC,CAAC"}
1
+ {"version":3,"file":"filters.template.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAMzC,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,GAAI,QAAQ,MAAM,iEAoFhD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,8DAErC,CAAC"}
@@ -7,25 +7,26 @@ import { RendererEntry, UiSchema } from './types';
7
7
  */
8
8
  export declare const renderers: any[];
9
9
  declare const Form_base: (new (...args: any[]) => {
10
- "__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
11
- "__#1@#_latestTokenCode": string;
12
- "__#1@#_hasFirstLoaded": boolean;
13
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
14
- "__#1@#_shouldForceLifecycle": boolean;
10
+ #_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
11
+ #_latestTokenCode: string;
12
+ #_hasFirstLoaded: boolean;
13
+ #_cleanupTimeout: NodeJS.Timeout;
14
+ #_shouldForceLifecycle: boolean;
15
15
  cloneNode(deep?: boolean): Node;
16
16
  deepClone(): Node;
17
- readonly shouldRunDisconnect: boolean;
18
- readonly shouldRunConnect: boolean;
19
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
20
- "__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
17
+ get shouldRunDisconnect(): boolean;
18
+ get shouldRunConnect(): boolean;
19
+ #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
20
+ #_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
21
21
  connectedCallback(): void;
22
22
  readonly $fastController: import("@microsoft/fast-element").Controller;
23
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
23
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
24
24
  disconnectedCallback(): void;
25
25
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
26
26
  accessKey: string;
27
27
  readonly accessKeyLabel: string;
28
28
  autocapitalize: string;
29
+ autocorrect: boolean;
29
30
  dir: string;
30
31
  draggable: boolean;
31
32
  hidden: boolean;
@@ -34,77 +35,98 @@ declare const Form_base: (new (...args: any[]) => {
34
35
  lang: string;
35
36
  readonly offsetHeight: number;
36
37
  readonly offsetLeft: number;
37
- readonly offsetParent: Element;
38
+ readonly offsetParent: Element | null;
38
39
  readonly offsetTop: number;
39
40
  readonly offsetWidth: number;
40
41
  outerText: string;
42
+ popover: string | null;
41
43
  spellcheck: boolean;
42
44
  title: string;
43
45
  translate: boolean;
46
+ writingSuggestions: string;
44
47
  attachInternals(): ElementInternals;
45
48
  click(): void;
49
+ hidePopover(): void;
50
+ showPopover(): void;
51
+ togglePopover(options?: boolean): boolean;
46
52
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
47
53
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
48
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
54
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
49
55
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
50
56
  readonly attributes: NamedNodeMap;
51
- readonly classList: DOMTokenList;
57
+ get classList(): DOMTokenList;
58
+ set classList(value: string): any;
52
59
  className: string;
53
60
  readonly clientHeight: number;
54
61
  readonly clientLeft: number;
55
62
  readonly clientTop: number;
56
63
  readonly clientWidth: number;
64
+ readonly currentCSSZoom: number;
57
65
  id: string;
66
+ innerHTML: string;
58
67
  readonly localName: string;
59
- readonly namespaceURI: string;
68
+ readonly namespaceURI: string | null;
60
69
  onfullscreenchange: (this: Element, ev: Event) => any;
61
70
  onfullscreenerror: (this: Element, ev: Event) => any;
62
71
  outerHTML: string;
63
72
  readonly ownerDocument: Document;
64
- readonly part: DOMTokenList;
65
- readonly prefix: string;
73
+ get part(): DOMTokenList;
74
+ set part(value: string): any;
75
+ readonly prefix: string | null;
66
76
  readonly scrollHeight: number;
67
77
  scrollLeft: number;
68
78
  scrollTop: number;
69
79
  readonly scrollWidth: number;
70
- readonly shadowRoot: ShadowRoot;
80
+ readonly shadowRoot: ShadowRoot | null;
71
81
  slot: string;
72
- readonly tagName: string; /**
73
- * Initial data for the form.
82
+ readonly tagName: string;
83
+ attachShadow(init: ShadowRootInit): ShadowRoot;
84
+ checkVisibility(options
85
+ /**
86
+ * Controls the visibility of the submit button.
74
87
  * @public
75
88
  */
76
- attachShadow(init: ShadowRootInit): ShadowRoot;
77
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
78
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
89
+ ? /**
90
+ * Controls the visibility of the submit button.
91
+ * @public
92
+ */: CheckVisibilityOptions): boolean;
93
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
94
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
95
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
79
96
  closest<E extends Element = Element>(selectors: string): E;
80
- getAttribute(qualifiedName: string): string;
81
- getAttributeNS(namespace: string, localName: string): string;
97
+ computedStyleMap(): StylePropertyMapReadOnly;
98
+ getAttribute(qualifiedName: string): string | null;
99
+ getAttributeNS(namespace: string | null, localName: string): string | null;
82
100
  getAttributeNames(): string[];
83
- getAttributeNode(qualifiedName: string): Attr;
84
- getAttributeNodeNS(namespace: string, localName: string): Attr;
101
+ getAttributeNode(qualifiedName: string): Attr | null;
102
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
85
103
  getBoundingClientRect(): DOMRect;
86
104
  getClientRects(): DOMRectList;
87
105
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
88
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
89
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
106
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
107
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
108
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
109
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
90
110
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
91
111
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
92
112
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
93
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
113
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
114
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
115
+ getHTML(options?: GetHTMLOptions): string;
94
116
  hasAttribute(qualifiedName: string): boolean;
95
- hasAttributeNS(namespace: string, localName: string): boolean;
117
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
96
118
  hasAttributes(): boolean;
97
119
  hasPointerCapture(pointerId: number): boolean;
98
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
99
- insertAdjacentHTML(position: InsertPosition, text: string): void;
120
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
121
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
100
122
  insertAdjacentText(where: InsertPosition, data: string): void;
101
123
  matches(selectors: string): boolean;
102
124
  releasePointerCapture(pointerId: number): void;
103
125
  removeAttribute(qualifiedName: string): void;
104
- removeAttributeNS(namespace: string, localName: string): void;
126
+ removeAttributeNS(namespace: string | null, localName: string): void;
105
127
  removeAttributeNode(attr: Attr): Attr;
106
128
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
107
- requestPointerLock(): void;
129
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
108
130
  scroll(options?: ScrollToOptions): void;
109
131
  scroll(x: number, y: number): void;
110
132
  scrollBy(options?: ScrollToOptions): void;
@@ -113,220 +135,244 @@ declare const Form_base: (new (...args: any[]) => {
113
135
  scrollTo(options?: ScrollToOptions): void;
114
136
  scrollTo(x: number, y: number): void;
115
137
  setAttribute(qualifiedName: string, value: string): void;
116
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
117
- setAttributeNode(attr: Attr): Attr;
118
- setAttributeNodeNS(attr: Attr): Attr;
138
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
139
+ setAttributeNode(attr: Attr): Attr | null;
140
+ setAttributeNodeNS(attr: Attr): Attr | null;
141
+ setHTMLUnsafe(html: string): void;
119
142
  setPointerCapture(pointerId: number): void;
120
143
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
121
144
  webkitMatchesSelector(selectors: string): boolean;
145
+ textContent: string;
122
146
  readonly baseURI: string;
123
147
  readonly childNodes: NodeListOf<ChildNode>;
124
- readonly firstChild: ChildNode;
148
+ readonly firstChild: ChildNode | null;
125
149
  readonly isConnected: boolean;
126
- readonly lastChild: ChildNode;
127
- readonly nextSibling: ChildNode;
150
+ readonly lastChild: ChildNode | null;
151
+ readonly nextSibling: ChildNode | null;
128
152
  readonly nodeName: string;
129
153
  readonly nodeType: number;
130
- nodeValue: string;
131
- readonly parentElement: HTMLElement;
132
- readonly parentNode: ParentNode;
133
- readonly previousSibling: ChildNode;
134
- textContent: string;
154
+ nodeValue: string | null;
155
+ readonly parentElement: HTMLElement | null;
156
+ readonly parentNode: ParentNode | null;
157
+ readonly previousSibling: ChildNode | null;
135
158
  appendChild<T_1 extends Node>(node: T_1): T_1;
136
159
  compareDocumentPosition(other: Node): number;
137
- contains(other: Node): boolean;
160
+ contains(other: Node | null): boolean;
138
161
  getRootNode(options?: GetRootNodeOptions): Node;
139
162
  hasChildNodes(): boolean;
140
- insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
141
- isDefaultNamespace(namespace: string): boolean;
142
- isEqualNode(otherNode: Node): boolean;
143
- isSameNode(otherNode: Node): boolean;
144
- lookupNamespaceURI(prefix: string): string;
145
- lookupPrefix(namespace: string): string;
163
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
164
+ isDefaultNamespace(namespace: string | null): boolean;
165
+ isEqualNode(otherNode: Node | null): boolean;
166
+ isSameNode(otherNode: Node | null): boolean;
167
+ lookupNamespaceURI(prefix: string | null): string | null;
168
+ lookupPrefix(namespace: string | null): string | null;
146
169
  normalize(): void;
147
- removeChild<T_3 extends Node>(child: T_3): T_3;
148
- replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
149
- readonly ATTRIBUTE_NODE: number;
150
- readonly CDATA_SECTION_NODE: number;
151
- readonly COMMENT_NODE: number;
152
- readonly DOCUMENT_FRAGMENT_NODE: number;
153
- readonly DOCUMENT_NODE: number;
154
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
155
- readonly DOCUMENT_POSITION_CONTAINS: number;
156
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
157
- readonly DOCUMENT_POSITION_FOLLOWING: number;
158
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
159
- readonly DOCUMENT_POSITION_PRECEDING: number;
160
- readonly DOCUMENT_TYPE_NODE: number;
161
- readonly ELEMENT_NODE: number;
162
- readonly ENTITY_NODE: number;
163
- readonly ENTITY_REFERENCE_NODE: number;
164
- readonly NOTATION_NODE: number;
165
- readonly PROCESSING_INSTRUCTION_NODE: number;
166
- readonly TEXT_NODE: number;
170
+ removeChild<T_1 extends Node>(child: T_1): T_1;
171
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
172
+ readonly ELEMENT_NODE: 1;
173
+ readonly ATTRIBUTE_NODE: 2;
174
+ readonly TEXT_NODE: 3;
175
+ readonly CDATA_SECTION_NODE: 4;
176
+ readonly ENTITY_REFERENCE_NODE: 5;
177
+ readonly ENTITY_NODE: 6;
178
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
179
+ readonly COMMENT_NODE: 8;
180
+ readonly DOCUMENT_NODE: 9;
181
+ readonly DOCUMENT_TYPE_NODE: 10;
182
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
183
+ readonly NOTATION_NODE: 12;
184
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
185
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
186
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
187
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
188
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
189
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
167
190
  dispatchEvent(event: Event): boolean;
168
- ariaAtomic: string;
169
- ariaAutoComplete: string;
170
- ariaBusy: string;
171
- ariaChecked: string;
172
- ariaColCount: string;
173
- ariaColIndex: string;
174
- ariaColIndexText: string;
175
- ariaColSpan: string;
176
- ariaCurrent: string;
177
- ariaDisabled: string;
178
- ariaExpanded: string;
179
- ariaHasPopup: string;
180
- ariaHidden: string;
181
- ariaInvalid: string;
182
- ariaKeyShortcuts: string;
183
- ariaLabel: string;
184
- ariaLevel: string;
185
- ariaLive: string;
186
- ariaModal: string;
187
- ariaMultiLine: string;
188
- ariaMultiSelectable: string;
189
- ariaOrientation: string;
190
- ariaPlaceholder: string;
191
- ariaPosInSet: string;
192
- ariaPressed: string;
193
- ariaReadOnly: string;
194
- ariaRequired: string;
195
- ariaRoleDescription: string;
196
- ariaRowCount: string;
197
- ariaRowIndex: string;
198
- ariaRowIndexText: string;
199
- ariaRowSpan: string;
200
- ariaSelected: string;
201
- ariaSetSize: string;
202
- ariaSort: string;
203
- ariaValueMax: string;
204
- ariaValueMin: string;
205
- ariaValueNow: string;
206
- ariaValueText: string;
207
- role: string;
208
- animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
191
+ ariaActiveDescendantElement: Element | null;
192
+ ariaAtomic: string | null;
193
+ ariaAutoComplete: string | null;
194
+ ariaBrailleLabel: string | null;
195
+ ariaBrailleRoleDescription: string | null;
196
+ ariaBusy: string | null;
197
+ ariaChecked: string | null;
198
+ ariaColCount: string | null;
199
+ ariaColIndex: string | null;
200
+ ariaColIndexText: string | null;
201
+ ariaColSpan: string | null;
202
+ ariaControlsElements: ReadonlyArray<Element> | null;
203
+ ariaCurrent: string | null;
204
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
205
+ ariaDescription: string | null;
206
+ ariaDetailsElements: ReadonlyArray<Element> | null;
207
+ ariaDisabled: string | null;
208
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
209
+ ariaExpanded: string | null;
210
+ ariaFlowToElements: ReadonlyArray<Element> | null;
211
+ ariaHasPopup: string | null;
212
+ ariaHidden: string | null;
213
+ ariaInvalid: string | null;
214
+ ariaKeyShortcuts: string | null;
215
+ ariaLabel: string | null;
216
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
217
+ ariaLevel: string | null;
218
+ ariaLive: string | null;
219
+ ariaModal: string | null;
220
+ ariaMultiLine: string | null;
221
+ ariaMultiSelectable: string | null;
222
+ ariaOrientation: string | null;
223
+ ariaOwnsElements: ReadonlyArray<Element> | null;
224
+ ariaPlaceholder: string | null;
225
+ ariaPosInSet: string | null;
226
+ ariaPressed: string | null;
227
+ ariaReadOnly: string | null;
228
+ ariaRelevant: string | null;
229
+ ariaRequired: string | null;
230
+ ariaRoleDescription: string | null;
231
+ ariaRowCount: string | null;
232
+ ariaRowIndex: string | null;
233
+ ariaRowIndexText: string | null;
234
+ ariaRowSpan: string | null;
235
+ ariaSelected: string | null;
236
+ ariaSetSize: string | null;
237
+ ariaSort: string | null;
238
+ ariaValueMax: string | null;
239
+ ariaValueMin: string | null;
240
+ ariaValueNow: string | null;
241
+ ariaValueText: string | null;
242
+ role: string | null;
243
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
209
244
  getAnimations(options?: GetAnimationsOptions): Animation[];
210
- after(...nodes: (string | Node)[]): void;
211
- before(...nodes: (string | Node)[]): void;
245
+ after(...nodes: (Node | string)[]): void;
246
+ before(...nodes: (Node | string)[]): void;
212
247
  remove(): void;
213
- replaceWith(...nodes: (string | Node)[]): void;
214
- innerHTML: string;
215
- readonly nextElementSibling: Element;
216
- readonly previousElementSibling: Element;
248
+ replaceWith(...nodes: (Node | string)[]): void;
249
+ readonly nextElementSibling: Element | null;
250
+ readonly previousElementSibling: Element | null;
217
251
  readonly childElementCount: number;
218
252
  readonly children: HTMLCollection;
219
- readonly firstElementChild: Element;
220
- readonly lastElementChild: Element;
221
- append(...nodes: (string | Node)[]): void;
222
- prepend(...nodes: (string | Node)[]): void;
223
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
224
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
225
- querySelector<E_1 extends Element = Element>(selectors: string): E_1;
226
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
227
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
228
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
229
- replaceChildren(...nodes: (string | Node)[]): void;
230
- readonly assignedSlot: HTMLSlotElement;
231
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
232
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
233
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
234
- readonly style: CSSStyleDeclaration;
253
+ readonly firstElementChild: Element | null;
254
+ readonly lastElementChild: Element | null;
255
+ append(...nodes: (Node | string)[]): void;
256
+ prepend(...nodes: (Node | string)[]): void;
257
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
258
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
259
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
260
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
261
+ querySelector<E extends Element = Element>(selectors: string): E | null;
262
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
263
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
264
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
265
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
266
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
267
+ replaceChildren(...nodes: (Node | string)[]): void;
268
+ readonly assignedSlot: HTMLSlotElement | null;
269
+ readonly attributeStyleMap: StylePropertyMap;
270
+ get style(): CSSStyleDeclaration;
271
+ set style(cssText: string): any;
235
272
  contentEditable: string;
236
273
  enterKeyHint: string;
237
274
  inputMode: string;
238
275
  readonly isContentEditable: boolean;
239
- onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
240
- onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
241
- onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
242
- onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
243
- onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
244
- onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
245
- onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
246
- onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
247
- oncancel: (this: GlobalEventHandlers, ev: Event) => any;
248
- oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
249
- oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
250
- onchange: (this: GlobalEventHandlers, ev: Event) => any;
251
- onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
252
- onclose: (this: GlobalEventHandlers, ev: Event) => any;
253
- oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
254
- oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
255
- ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
256
- ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
257
- ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
258
- ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
259
- ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
260
- ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
261
- ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
262
- ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
263
- ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
264
- onemptied: (this: GlobalEventHandlers, ev: Event) => any;
265
- onended: (this: GlobalEventHandlers, ev: Event) => any;
266
- onerror: OnErrorEventHandlerNonNull;
267
- onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
268
- onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
269
- ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
270
- oninput: (this: GlobalEventHandlers, ev: Event) => any;
271
- oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
272
- onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
273
- onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
274
- onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
275
- onload: (this: GlobalEventHandlers, ev: Event) => any;
276
- onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
277
- onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
278
- onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
279
- onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
280
- onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
281
- onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
282
- onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
283
- onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
284
- onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
285
- onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
286
- onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
287
- onpause: (this: GlobalEventHandlers, ev: Event) => any;
288
- onplay: (this: GlobalEventHandlers, ev: Event) => any;
289
- onplaying: (this: GlobalEventHandlers, ev: Event) => any;
290
- onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
291
- onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
292
- onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
293
- onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
294
- onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
295
- onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
296
- onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
297
- onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
298
- onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
299
- onratechange: (this: GlobalEventHandlers, ev: Event) => any;
300
- onreset: (this: GlobalEventHandlers, ev: Event) => any;
301
- onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
302
- onscroll: (this: GlobalEventHandlers, ev: Event) => any;
303
- onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
304
- onseeked: (this: GlobalEventHandlers, ev: Event) => any;
305
- onseeking: (this: GlobalEventHandlers, ev: Event) => any;
306
- onselect: (this: GlobalEventHandlers, ev: Event) => any;
307
- onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
308
- onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
309
- onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
310
- onstalled: (this: GlobalEventHandlers, ev: Event) => any;
311
- onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
312
- onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
313
- ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
314
- ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
315
- ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
316
- ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
317
- ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
318
- ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
319
- ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
320
- ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
321
- ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
322
- ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
323
- onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
324
- onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
325
- onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
326
- onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
327
- onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
328
- onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
329
- onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
276
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
277
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
278
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
279
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
280
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
281
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
282
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
283
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
285
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
286
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
288
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
291
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
292
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
294
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
295
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
296
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
298
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
299
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
300
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
301
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
302
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
303
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
304
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
305
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
306
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
+ onerror: OnErrorEventHandler;
310
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
311
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
312
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
313
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
316
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
317
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
318
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
320
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
321
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
323
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
324
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
325
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
326
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
327
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
328
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
329
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
330
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
331
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
332
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
333
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
335
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
336
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
337
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
338
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
339
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
340
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
341
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
343
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
344
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
347
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
350
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
354
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
355
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
356
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
357
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
358
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
359
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
361
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
362
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
363
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
364
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
365
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
366
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
367
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
368
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
369
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
370
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
372
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
373
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
374
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
375
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
330
376
  autofocus: boolean;
331
377
  readonly dataset: DOMStringMap;
332
378
  nonce?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAoB1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgBlD;;;GAGG;AACH,eAAO,MAAM,SAAS,OAkBrB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAyHA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3HL;;;;;GAKG;AACH,qBAKa,IAAK,SAAQ,SAAiC;IACzD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IACtE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;OAEG;IACH,gBAAgB;IAGhB;;;OAGG;IACS,mBAAmB,EAAE,aAAa,EAAE,CAAM;IACtD;;OAEG;IACH,0BAA0B;IAG1B;;;;;OAKG;IACS,eAAe,EAAE,aAAa,EAAE,CAAa;IACzD,OAAO,CAAC,qBAAqB;IAI7B;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACwB,QAAQ,EAAE,OAAO,CAAC;IAC7C;;;OAGG;IACyD,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA4Bb;;;OAGG;IACH,IAAc,cAAc,YAM3B;IAED;;OAEG;IACM,SAAS,IAAI,IAAI;IAW1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAY3B;;OAEG;IACH,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAoB1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgBlD;;;GAGG;AACH,eAAO,MAAM,SAAS,OAkBrB,CAAC;;;;;;;kBANoB,CAAC;;;;;;;;8BAsDV,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyCvB,CAAC;4IAOL,CAAD;wFAI2D,CAAC;+IACkE,CAAA;2FACb,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuCjH;;;OAGG;IACH,CAJF,CAAE;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;mBAsFyB,CAAC;;;;;;;;;;;;;6BAeikB,CAAC;8BAAuE,CAAC;kBAA4D,CAAC;;oBAA8F,CAAC;;sBAAkG,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AApP7jgB;;;;;GAKG;AACH,qBAKa,IAAK,SAAQ,SAAiC;IACzD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IACtE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;OAEG;IACH,gBAAgB;IAGhB;;;OAGG;IACS,mBAAmB,EAAE,aAAa,EAAE,CAAM;IACtD;;OAEG;IACH,0BAA0B;IAG1B;;;;;OAKG;IACS,eAAe,EAAE,aAAa,EAAE,CAAa;IACzD,OAAO,CAAC,qBAAqB;IAI7B;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACwB,QAAQ,EAAE,OAAO,CAAC;IAC7C;;;OAGG;IACyD,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA4Bb;;;OAGG;IACH,IAAc,cAAc,YAM3B;IAED;;OAEG;IACM,SAAS,IAAI,IAAI;IAW1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAY3B;;OAEG;IACH,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}