@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.
- package/dist/dts/filters/filters.template.d.ts.map +1 -1
- package/dist/dts/form.d.ts +272 -226
- package/dist/dts/form.d.ts.map +1 -1
- package/dist/dts/form.styles.d.ts.map +1 -1
- package/dist/dts/form.template.d.ts.map +1 -1
- package/dist/dts/jsonforms/json-forms.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ArrayListWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterDateControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterNumberControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/FilterTimeControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StepperWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StringArrayControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -1
- package/dist/dts/jsonforms/testers/isArray.d.ts.map +1 -1
- package/dist/dts/jsonforms/testers/optionIs.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/utils/filters.d.ts.map +1 -1
- package/dist/dts/utils/validation.d.ts.map +1 -1
- package/dist/esm/filters/filters.js +1 -1
- package/dist/esm/form.js +1 -1
- package/dist/foundation-forms.api.json +29 -11
- package/dist/foundation-forms.d.ts +272 -226
- package/docs/api/foundation-forms.filters.filternamechanged.md +45 -4
- package/docs/api/foundation-forms.filters.loadfilterdata.md +31 -3
- package/docs/api/foundation-forms.filters.md +314 -21
- package/docs/api/foundation-forms.form.md +224 -14
- package/docs/api/foundation-forms.form.reset.md +33 -3
- package/docs/api/foundation-forms.md +293 -28
- package/docs/api/foundation-forms.mustmatch.md +44 -1
- package/docs/api/index.md +21 -3
- package/docs/api-report.md.api.md +302 -0
- 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,
|
|
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"}
|
package/dist/dts/form.d.ts
CHANGED
|
@@ -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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
|
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<
|
|
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
|
-
|
|
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
|
-
|
|
65
|
-
|
|
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
|
-
|
|
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
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
-
|
|
81
|
-
|
|
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<
|
|
89
|
-
getElementsByTagName<
|
|
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(
|
|
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,
|
|
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<
|
|
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<
|
|
148
|
-
replaceChild<
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
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
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
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: (
|
|
211
|
-
before(...nodes: (
|
|
245
|
+
after(...nodes: (Node | string)[]): void;
|
|
246
|
+
before(...nodes: (Node | string)[]): void;
|
|
212
247
|
remove(): void;
|
|
213
|
-
replaceWith(...nodes: (
|
|
214
|
-
|
|
215
|
-
readonly
|
|
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: (
|
|
222
|
-
prepend(...nodes: (
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelector<
|
|
225
|
-
querySelector<
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
readonly
|
|
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:
|
|
245
|
-
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
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;
|
package/dist/dts/form.d.ts.map
CHANGED
|
@@ -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
|
|
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"}
|