@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
@@ -9,373 +9,7 @@ export declare const filtersLogger: import("@genesislcap/foundation-logger").Log
9
9
  * @public
10
10
  */
11
11
  export declare const filtersRenderers: any[];
12
- declare const Filters_base: (new (...args: any[]) => {
13
- #_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
14
- #_latestTokenCode: string;
15
- #_hasFirstLoaded: boolean;
16
- #_cleanupTimeout: NodeJS.Timeout;
17
- #_shouldForceLifecycle: boolean;
18
- #_blockedDisconnectSurvivedGracePeriod: boolean;
19
- cloneNode(deep?: boolean): Node;
20
- deepClone(): Node;
21
- get shouldRunDisconnect(): boolean;
22
- get shouldRunConnect(): boolean;
23
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
24
- #_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
25
- connectedCallback(): void;
26
- readonly $fastController: import("@microsoft/fast-element").Controller;
27
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
28
- disconnectedCallback(): void;
29
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
30
- accessKey: string;
31
- readonly accessKeyLabel: string;
32
- autocapitalize: string;
33
- autocorrect: boolean;
34
- dir: string;
35
- draggable: boolean;
36
- hidden: boolean;
37
- inert: boolean;
38
- innerText: string;
39
- lang: string;
40
- readonly offsetHeight: number;
41
- readonly offsetLeft: number;
42
- readonly offsetParent: Element | null;
43
- readonly offsetTop: number;
44
- readonly offsetWidth: number;
45
- outerText: string;
46
- popover: string | null;
47
- spellcheck: boolean;
48
- title: string;
49
- translate: boolean;
50
- writingSuggestions: string;
51
- attachInternals(): ElementInternals;
52
- click(): void;
53
- hidePopover(): void;
54
- showPopover(): void;
55
- togglePopover(options?: boolean): boolean;
56
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
57
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
58
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
59
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
60
- readonly attributes: NamedNodeMap;
61
- get classList(): DOMTokenList;
62
- set classList(value: string): any;
63
- className: string;
64
- readonly clientHeight: number;
65
- readonly clientLeft: number;
66
- readonly clientTop: number;
67
- readonly clientWidth: number;
68
- readonly currentCSSZoom: number;
69
- id: string;
70
- innerHTML: string;
71
- readonly localName: string;
72
- readonly namespaceURI: string | null;
73
- onfullscreenchange: (this: Element, ev: Event) => any;
74
- onfullscreenerror: (this: Element, ev: Event) => any;
75
- outerHTML: string;
76
- readonly ownerDocument: Document;
77
- get part(): DOMTokenList;
78
- set part(value: string): any;
79
- readonly prefix: string | null;
80
- readonly scrollHeight: number;
81
- scrollLeft: number;
82
- scrollTop: number;
83
- readonly scrollWidth: number;
84
- readonly shadowRoot: ShadowRoot | null;
85
- slot: string;
86
- readonly tagName: string;
87
- attachShadow(init: ShadowRootInit): ShadowRoot;
88
- checkVisibility(options?: CheckVisibilityOptions): boolean;
89
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
90
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
91
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
92
- closest<E extends Element = Element>(selectors: string): E;
93
- computedStyleMap(): StylePropertyMapReadOnly;
94
- getAttribute(qualifiedName: string): string | null;
95
- getAttributeNS(namespace: string | null, localName: string): string | null;
96
- getAttributeNames(): string[];
97
- getAttributeNode(qualifiedName: string): Attr | null;
98
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
99
- getBoundingClientRect(): DOMRect;
100
- getClientRects(): DOMRectList;
101
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
102
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
103
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
104
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
105
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
106
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
107
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
108
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
109
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
110
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
111
- getHTML(options?: GetHTMLOptions): string;
112
- hasAttribute(qualifiedName: string): boolean;
113
- hasAttributeNS(namespace: string | null, localName: string): boolean;
114
- hasAttributes(): boolean;
115
- hasPointerCapture(pointerId: number): boolean;
116
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
117
- insertAdjacentHTML(position: InsertPosition, string: string): void;
118
- insertAdjacentText(where: InsertPosition, data: string): void;
119
- matches(selectors: string): boolean;
120
- releasePointerCapture(pointerId: number): void;
121
- removeAttribute(qualifiedName: string): void;
122
- removeAttributeNS(namespace: string | null, localName: string): void;
123
- removeAttributeNode(attr: Attr): Attr;
124
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
125
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
126
- scroll(options?: ScrollToOptions): void;
127
- scroll(x: number, y: number): void;
128
- scrollBy(options?: ScrollToOptions): void;
129
- scrollBy(x: number, y: number): void;
130
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
131
- scrollTo(options?: ScrollToOptions): void;
132
- scrollTo(x: number, y: number): void;
133
- setAttribute(qualifiedName: string, value: string): void;
134
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
135
- setAttributeNode(attr: Attr): Attr | null;
136
- setAttributeNodeNS(attr: Attr): Attr | null;
137
- setHTMLUnsafe(html: string): void;
138
- setPointerCapture(pointerId: number): void;
139
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
140
- webkitMatchesSelector(selectors: string): boolean;
141
- textContent: string;
142
- readonly baseURI: string;
143
- readonly childNodes: NodeListOf<ChildNode>;
144
- readonly firstChild: ChildNode | null;
145
- readonly isConnected: boolean;
146
- readonly lastChild: ChildNode | null;
147
- readonly nextSibling: ChildNode | null;
148
- readonly nodeName: string;
149
- readonly nodeType: number;
150
- nodeValue: string | null;
151
- readonly parentElement: HTMLElement | null;
152
- readonly parentNode: ParentNode | null;
153
- readonly previousSibling: ChildNode | null;
154
- appendChild<T_1 extends Node>(node: T_1): T_1;
155
- compareDocumentPosition(other: Node): number;
156
- contains(other: Node | null): boolean;
157
- getRootNode(options?: GetRootNodeOptions): Node;
158
- hasChildNodes(): boolean;
159
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
160
- isDefaultNamespace(namespace: string | null): boolean;
161
- isEqualNode(otherNode: Node | null): boolean;
162
- isSameNode(otherNode: Node | null): boolean;
163
- lookupNamespaceURI(prefix: string | null): string | null;
164
- lookupPrefix(namespace: string | null): string | null;
165
- normalize(): void;
166
- removeChild<T_1 extends Node>(child: T_1): T_1;
167
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
168
- readonly ELEMENT_NODE: 1;
169
- readonly ATTRIBUTE_NODE: 2;
170
- readonly TEXT_NODE: 3;
171
- readonly CDATA_SECTION_NODE: 4;
172
- readonly ENTITY_REFERENCE_NODE: 5;
173
- readonly ENTITY_NODE: 6;
174
- readonly PROCESSING_INSTRUCTION_NODE: 7;
175
- readonly COMMENT_NODE: 8;
176
- readonly DOCUMENT_NODE: 9;
177
- readonly DOCUMENT_TYPE_NODE: 10;
178
- readonly DOCUMENT_FRAGMENT_NODE: 11;
179
- readonly NOTATION_NODE: 12;
180
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
181
- readonly DOCUMENT_POSITION_PRECEDING: 2;
182
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
183
- readonly DOCUMENT_POSITION_CONTAINS: 8;
184
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
185
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
186
- dispatchEvent(event: Event): boolean;
187
- ariaActiveDescendantElement: Element | null;
188
- ariaAtomic: string | null;
189
- ariaAutoComplete: string | null;
190
- ariaBrailleLabel: string | null;
191
- ariaBrailleRoleDescription: string | null;
192
- ariaBusy: string | null;
193
- ariaChecked: string | null;
194
- ariaColCount: string | null;
195
- ariaColIndex: string | null;
196
- ariaColIndexText: string | null;
197
- ariaColSpan: string | null;
198
- ariaControlsElements: ReadonlyArray<Element> | null;
199
- ariaCurrent: string | null;
200
- ariaDescribedByElements: ReadonlyArray<Element> | null;
201
- ariaDescription: string | null;
202
- ariaDetailsElements: ReadonlyArray<Element> | null;
203
- ariaDisabled: string | null;
204
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
205
- ariaExpanded: string | null;
206
- ariaFlowToElements: ReadonlyArray<Element> | null;
207
- ariaHasPopup: string | null;
208
- ariaHidden: string | null;
209
- ariaInvalid: string | null;
210
- ariaKeyShortcuts: string | null;
211
- ariaLabel: string | null;
212
- ariaLabelledByElements: ReadonlyArray<Element> | null;
213
- ariaLevel: string | null;
214
- ariaLive: string | null;
215
- ariaModal: string | null;
216
- ariaMultiLine: string | null;
217
- ariaMultiSelectable: string | null;
218
- ariaOrientation: string | null;
219
- ariaOwnsElements: ReadonlyArray<Element> | null;
220
- ariaPlaceholder: string | null;
221
- ariaPosInSet: string | null;
222
- ariaPressed: string | null;
223
- ariaReadOnly: string | null;
224
- ariaRelevant: string | null;
225
- ariaRequired: string | null;
226
- ariaRoleDescription: string | null;
227
- ariaRowCount: string | null;
228
- ariaRowIndex: string | null;
229
- ariaRowIndexText: string | null;
230
- ariaRowSpan: string | null;
231
- ariaSelected: string | null;
232
- ariaSetSize: string | null;
233
- ariaSort: string | null;
234
- ariaValueMax: string | null;
235
- ariaValueMin: string | null;
236
- ariaValueNow: string | null;
237
- ariaValueText: string | null;
238
- role: string | null;
239
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
240
- getAnimations(options?: GetAnimationsOptions): Animation[];
241
- after(...nodes: (Node | string)[]): void;
242
- before(...nodes: (Node | string)[]): void;
243
- remove(): void;
244
- replaceWith(...nodes: (Node | string)[]): void;
245
- readonly nextElementSibling: Element | null;
246
- readonly previousElementSibling: Element | null;
247
- readonly childElementCount: number;
248
- readonly children: HTMLCollection;
249
- readonly firstElementChild: Element | null;
250
- readonly lastElementChild: Element | null;
251
- append(...nodes: (Node | string)[]): void;
252
- prepend(...nodes: (Node | string)[]): void;
253
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
254
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
255
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
256
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
257
- querySelector<E extends Element = Element>(selectors: string): E | null;
258
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
259
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
260
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
261
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
262
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
263
- replaceChildren(...nodes: (Node | string)[]): void;
264
- readonly assignedSlot: HTMLSlotElement | null;
265
- readonly attributeStyleMap: StylePropertyMap;
266
- get style(): CSSStyleDeclaration;
267
- set style(cssText: string): any;
268
- contentEditable: string;
269
- enterKeyHint: string;
270
- inputMode: string;
271
- readonly isContentEditable: boolean;
272
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
273
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
274
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
275
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
276
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
277
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
278
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
279
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
281
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
282
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
283
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
287
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
288
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
290
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
292
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
294
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
295
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
296
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
297
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
298
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
299
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
300
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
301
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
302
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
- onerror: OnErrorEventHandler;
306
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
307
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
308
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
312
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
313
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
314
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
317
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
319
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
320
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
321
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
322
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
323
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
324
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
325
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
326
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
327
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
330
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
331
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
332
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
333
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
334
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
335
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
336
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
337
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
338
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
339
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
340
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
343
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
346
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
354
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
355
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
356
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
357
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
358
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
359
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
360
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
361
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
362
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
363
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
364
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
365
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
366
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
367
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
368
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
369
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
370
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
372
- autofocus: boolean;
373
- readonly dataset: DOMStringMap;
374
- nonce?: string;
375
- tabIndex: number;
376
- blur(): void;
377
- focus(options?: FocusOptions): void;
378
- }) & typeof FoundationElement;
12
+ declare const Filters_base: typeof FoundationElement & import("@microsoft/fast-element").Constructable<import("@genesislcap/foundation-utils").LifecycleElement>;
379
13
  /**
380
14
  * Foundation filters component for automatically generated filters based on json schema
381
15
  * obtained from the api, supplied initial data or supplied JSON schema.
@@ -1 +1 @@
1
- {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAOnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1C,OAAO,EAA2B,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAM5E,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE;;;GAGG;AACH,eAAO,MAAM,gBAAgB,OAc5B,CAAC;;;;;;;;kBAcG,CAAC;;;;;;;;8BAuDwD,CAAA,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAwClB,CAAC;4IAMrD,CAAC;wFAKuE,CAAC;+IAOrD,CAAC;2FAK+C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAwC9C,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBA8EhB,CAAC;;;;;;;;;;;;;6BAkCE,CAAA;8BAER,CAAC;kBAGD,CAAH;;oBAGK,CAAD;;sBAIe,CAAC;oBAMhB,CAAC;;;;;;;;gDAgBI,CAAC;;;;;;;;;;;;;;;;;;uBA4BkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAWgoG,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;;AAhWl9a;;;;;;;;GAQG;AACH,qBAKa,OAAQ,SAAQ,YAAiC;IACjD,SAAS,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,GAAG,EAAE,CAAM;IAExC;;;;;;OAMG;IAEH,6BAA6B,EAAE,OAAO,CAAC;YAEzB,mBAAmB;IAkBjC;;OAEG;IACI,gBAAgB;IAMvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAE/B;;;OAGG;IAEH,eAAe,EAAE,UAAU,GAAG,YAAY,CAAc;IAExD,eAAe;IAIf;;;OAGG;IACH,IAAI,UAAU,IAAI,UAAU,GAAG,YAAY,CAE1C;IAED,OAAO,CAAC,mBAAmB;IAI3B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IACpC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IAE7D,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,YAAY;IAIZ;;OAEG;IACM,SAAS,IAAI,IAAI;IAY1B;;OAEG;IACG,aAAa;IAmCnB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAOrB,UAAU;IA0CV,YAAY;IA4BZ,iBAAiB;IAQjB,mBAAmB;IAsBzB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAW9C,cAAc,CAAC,SAAS,EAAE,MAAM;CAcvC"}
1
+ {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAOnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1C,OAAO,EAA2B,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAM5E,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE;;;GAGG;AACH,eAAO,MAAM,gBAAgB,OAc5B,CAAC;;AAKF;;;;;;;;GAQG;AACH,qBAKa,OAAQ,SAAQ,YAAiC;IACjD,SAAS,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,GAAG,EAAE,CAAM;IAExC;;;;;;OAMG;IAEH,6BAA6B,EAAE,OAAO,CAAC;YAEzB,mBAAmB;IAkBjC;;OAEG;IACI,gBAAgB,SAItB;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAE/B;;;OAGG;IAEH,eAAe,EAAE,UAAU,GAAG,YAAY,CAAc;IAExD,eAAe,SAEd;IAED;;;OAGG;IACH,IAAI,UAAU,IAAI,UAAU,GAAG,YAAY,CAE1C;IAED,OAAO,CAAC,mBAAmB;IAI3B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IACpC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IAE7D,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,YAAY,SAEX;IAED;;OAEG;IACM,SAAS,IAAI,IAAI,CAUzB;IAED;;OAEG;IACG,aAAa,kBAiClB;IAED;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,QAK1B;IAEK,UAAU,kBAwCf;IAEK,YAAY,kBA0BjB;IAEK,iBAAiB,kBAMtB;IAEK,mBAAmB,kBAoBxB;IAED,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QASnD;IAEK,cAAc,CAAC,SAAS,EAAE,MAAM,iBAarC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"filters.template.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIzC,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,GAAI,QAAQ,MAAM,iEAwFhD,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":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIzC,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,WAAY,MAAM,iEAwFhD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,8DAErC,CAAC"}