@genesislcap/foundation-forms 14.353.5 → 14.354.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/custom-elements.json +90 -0
- package/dist/dts/filters/filters.d.ts +371 -4
- package/dist/dts/filters/filters.d.ts.map +1 -1
- package/dist/esm/filters/filters.js +17 -8
- package/dist/foundation-forms.api.json +2 -2
- package/dist/foundation-forms.d.ts +371 -4
- package/docs/api/foundation-forms.filters.md +2 -2
- package/docs/api-report.md.api.md +5 -3
- package/package.json +15 -15
|
@@ -720,6 +720,90 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "method",
|
|
725
|
+
"name": "cloneNode",
|
|
726
|
+
"return": {
|
|
727
|
+
"type": {
|
|
728
|
+
"text": "Node"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"parameters": [
|
|
732
|
+
{
|
|
733
|
+
"name": "deep",
|
|
734
|
+
"optional": true,
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "boolean"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"inheritedFrom": {
|
|
741
|
+
"name": "LifecycleMixin",
|
|
742
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "method",
|
|
747
|
+
"name": "deepClone",
|
|
748
|
+
"return": {
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "Node"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"inheritedFrom": {
|
|
754
|
+
"name": "LifecycleMixin",
|
|
755
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "field",
|
|
760
|
+
"name": "shouldRunDisconnect",
|
|
761
|
+
"return": {
|
|
762
|
+
"type": {
|
|
763
|
+
"text": ""
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"readonly": true,
|
|
767
|
+
"inheritedFrom": {
|
|
768
|
+
"name": "LifecycleMixin",
|
|
769
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "field",
|
|
774
|
+
"name": "shouldRunConnect",
|
|
775
|
+
"return": {
|
|
776
|
+
"type": {
|
|
777
|
+
"text": ""
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"readonly": true,
|
|
781
|
+
"inheritedFrom": {
|
|
782
|
+
"name": "LifecycleMixin",
|
|
783
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"kind": "method",
|
|
788
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
789
|
+
"return": {
|
|
790
|
+
"type": {
|
|
791
|
+
"text": "boolean"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"parameters": [
|
|
795
|
+
{
|
|
796
|
+
"name": "lifecycleType",
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "Lifecycletype"
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"inheritedFrom": {
|
|
803
|
+
"name": "LifecycleMixin",
|
|
804
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
723
807
|
{
|
|
724
808
|
"kind": "field",
|
|
725
809
|
"name": "_presentation",
|
|
@@ -867,6 +951,12 @@
|
|
|
867
951
|
"fieldName": "prefix"
|
|
868
952
|
}
|
|
869
953
|
],
|
|
954
|
+
"mixins": [
|
|
955
|
+
{
|
|
956
|
+
"name": "LifecycleMixin",
|
|
957
|
+
"package": "@genesislcap/foundation-utils"
|
|
958
|
+
}
|
|
959
|
+
],
|
|
870
960
|
"superclass": {
|
|
871
961
|
"name": "FoundationElement",
|
|
872
962
|
"package": "@microsoft/fast-foundation"
|
|
@@ -9,13 +9,379 @@ 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
|
+
cloneNode(deep?: boolean): Node;
|
|
19
|
+
deepClone(): Node;
|
|
20
|
+
get shouldRunDisconnect(): boolean;
|
|
21
|
+
get shouldRunConnect(): boolean;
|
|
22
|
+
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
23
|
+
#_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
24
|
+
connectedCallback(): void;
|
|
25
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
26
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
29
|
+
accessKey: string;
|
|
30
|
+
readonly accessKeyLabel: string;
|
|
31
|
+
autocapitalize: string;
|
|
32
|
+
autocorrect: boolean;
|
|
33
|
+
dir: string;
|
|
34
|
+
draggable: boolean;
|
|
35
|
+
hidden: boolean;
|
|
36
|
+
inert: boolean;
|
|
37
|
+
innerText: string;
|
|
38
|
+
lang: string;
|
|
39
|
+
readonly offsetHeight: number;
|
|
40
|
+
readonly offsetLeft: number;
|
|
41
|
+
readonly offsetParent: Element | null;
|
|
42
|
+
readonly offsetTop: number;
|
|
43
|
+
readonly offsetWidth: number;
|
|
44
|
+
outerText: string;
|
|
45
|
+
popover: string | null;
|
|
46
|
+
spellcheck: boolean;
|
|
47
|
+
title: string;
|
|
48
|
+
translate: boolean;
|
|
49
|
+
writingSuggestions: string;
|
|
50
|
+
attachInternals(): ElementInternals;
|
|
51
|
+
click(): void;
|
|
52
|
+
hidePopover(): void;
|
|
53
|
+
showPopover(): void;
|
|
54
|
+
togglePopover(options?: boolean): boolean;
|
|
55
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
56
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
57
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
58
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
59
|
+
readonly attributes: NamedNodeMap;
|
|
60
|
+
get classList(): DOMTokenList;
|
|
61
|
+
set classList(value: string): any;
|
|
62
|
+
className: string;
|
|
63
|
+
readonly clientHeight: number;
|
|
64
|
+
readonly clientLeft: number;
|
|
65
|
+
readonly clientTop: number;
|
|
66
|
+
readonly clientWidth: number;
|
|
67
|
+
readonly currentCSSZoom: number;
|
|
68
|
+
id: string;
|
|
69
|
+
innerHTML: string;
|
|
70
|
+
readonly localName: string;
|
|
71
|
+
readonly namespaceURI: string | null;
|
|
72
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
73
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
74
|
+
outerHTML: string;
|
|
75
|
+
readonly ownerDocument: Document;
|
|
76
|
+
get part(): DOMTokenList;
|
|
77
|
+
set part(value: string): any;
|
|
78
|
+
readonly prefix: string | null;
|
|
79
|
+
readonly scrollHeight: number;
|
|
80
|
+
scrollLeft: number;
|
|
81
|
+
scrollTop: number;
|
|
82
|
+
readonly scrollWidth: number;
|
|
83
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
84
|
+
slot: string;
|
|
85
|
+
readonly tagName: string;
|
|
86
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
87
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
88
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
89
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
90
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
91
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
92
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
93
|
+
getAttribute(qualifiedName: string): string | null;
|
|
94
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
95
|
+
getAttributeNames(): string[];
|
|
96
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
97
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
98
|
+
getBoundingClientRect(): DOMRect;
|
|
99
|
+
getClientRects(): DOMRectList;
|
|
100
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
101
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
102
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
103
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
104
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
105
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
106
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
107
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
108
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
109
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
110
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
111
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
112
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
113
|
+
hasAttributes(): boolean;
|
|
114
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
115
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
116
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
117
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
118
|
+
matches(selectors: string): boolean;
|
|
119
|
+
releasePointerCapture(pointerId: number): void;
|
|
120
|
+
removeAttribute(qualifiedName: string): void;
|
|
121
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
122
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
123
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
124
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
125
|
+
scroll(options?: ScrollToOptions): void;
|
|
126
|
+
scroll(x: number, y: number): void;
|
|
127
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
128
|
+
scrollBy(x: number, y: number): void;
|
|
129
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
130
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
131
|
+
scrollTo(x: number, y: number): void;
|
|
132
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
133
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
134
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
135
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
136
|
+
setHTMLUnsafe(html: string): void;
|
|
137
|
+
setPointerCapture(pointerId: number): void;
|
|
138
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
139
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
140
|
+
textContent: string;
|
|
141
|
+
readonly baseURI: string;
|
|
142
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
143
|
+
readonly firstChild: ChildNode | null;
|
|
144
|
+
readonly isConnected: boolean;
|
|
145
|
+
readonly lastChild: ChildNode | null;
|
|
146
|
+
readonly nextSibling: ChildNode | null;
|
|
147
|
+
readonly nodeName: string;
|
|
148
|
+
readonly nodeType: number;
|
|
149
|
+
nodeValue: string | null;
|
|
150
|
+
readonly parentElement: HTMLElement | null;
|
|
151
|
+
readonly parentNode: ParentNode | null;
|
|
152
|
+
readonly previousSibling: ChildNode | null;
|
|
153
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
154
|
+
compareDocumentPosition(other: Node): number;
|
|
155
|
+
contains(other: Node | null): boolean;
|
|
156
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
157
|
+
hasChildNodes(): boolean;
|
|
158
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
159
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
160
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
161
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
162
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
163
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
164
|
+
normalize(): void;
|
|
165
|
+
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
166
|
+
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
167
|
+
readonly ELEMENT_NODE: 1;
|
|
168
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
169
|
+
readonly TEXT_NODE: 3;
|
|
170
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
171
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
172
|
+
readonly ENTITY_NODE: 6;
|
|
173
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
174
|
+
readonly COMMENT_NODE: 8;
|
|
175
|
+
readonly DOCUMENT_NODE: 9;
|
|
176
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
177
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
178
|
+
readonly NOTATION_NODE: 12;
|
|
179
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
180
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
181
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
182
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
183
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
184
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
185
|
+
dispatchEvent(event: Event): boolean;
|
|
186
|
+
ariaActiveDescendantElement: Element | null;
|
|
187
|
+
ariaAtomic: string | null;
|
|
188
|
+
ariaAutoComplete: string | null;
|
|
189
|
+
ariaBrailleLabel: string | null;
|
|
190
|
+
ariaBrailleRoleDescription: string | null;
|
|
191
|
+
ariaBusy: string | null;
|
|
192
|
+
ariaChecked: string | null;
|
|
193
|
+
ariaColCount: string | null;
|
|
194
|
+
ariaColIndex: string | null;
|
|
195
|
+
ariaColIndexText: string | null;
|
|
196
|
+
ariaColSpan: string | null;
|
|
197
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
198
|
+
ariaCurrent: string | null;
|
|
199
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
200
|
+
ariaDescription: string | null;
|
|
201
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
202
|
+
ariaDisabled: string | null;
|
|
203
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
204
|
+
ariaExpanded: string | null;
|
|
205
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
206
|
+
ariaHasPopup: string | null;
|
|
207
|
+
ariaHidden: string | null;
|
|
208
|
+
ariaInvalid: string | null;
|
|
209
|
+
ariaKeyShortcuts: string | null;
|
|
210
|
+
ariaLabel: string | null;
|
|
211
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
212
|
+
ariaLevel: string | null;
|
|
213
|
+
ariaLive: string | null;
|
|
214
|
+
ariaModal: string | null;
|
|
215
|
+
ariaMultiLine: string | null;
|
|
216
|
+
ariaMultiSelectable: string | null;
|
|
217
|
+
ariaOrientation: string | null;
|
|
218
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
219
|
+
ariaPlaceholder: string | null;
|
|
220
|
+
ariaPosInSet: string | null;
|
|
221
|
+
ariaPressed: string | null;
|
|
222
|
+
ariaReadOnly: string | null;
|
|
223
|
+
ariaRelevant: string | null;
|
|
224
|
+
ariaRequired: string | null;
|
|
225
|
+
ariaRoleDescription: string | null;
|
|
226
|
+
ariaRowCount: string | null;
|
|
227
|
+
ariaRowIndex: string | null;
|
|
228
|
+
ariaRowIndexText: string | null;
|
|
229
|
+
ariaRowSpan: string | null;
|
|
230
|
+
ariaSelected: string | null;
|
|
231
|
+
ariaSetSize: string | null;
|
|
232
|
+
ariaSort: string | null;
|
|
233
|
+
ariaValueMax: string | null;
|
|
234
|
+
ariaValueMin: string | null;
|
|
235
|
+
ariaValueNow: string | null;
|
|
236
|
+
ariaValueText: string | null;
|
|
237
|
+
role: string | null;
|
|
238
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
239
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
240
|
+
after(...nodes: (Node | string)[]): void;
|
|
241
|
+
before(...nodes: (Node | string)[]): void;
|
|
242
|
+
remove(): void;
|
|
243
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
244
|
+
readonly nextElementSibling: Element | null;
|
|
245
|
+
readonly previousElementSibling: Element | null;
|
|
246
|
+
readonly childElementCount: number;
|
|
247
|
+
readonly children: HTMLCollection;
|
|
248
|
+
readonly firstElementChild: Element | null;
|
|
249
|
+
readonly lastElementChild: Element | null;
|
|
250
|
+
append(...nodes: (Node | string)[]): void;
|
|
251
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
252
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
253
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
254
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
255
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
256
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
257
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
258
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
259
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
260
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
261
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
262
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
263
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
264
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
265
|
+
get style(): CSSStyleDeclaration;
|
|
266
|
+
set style(cssText: string): any;
|
|
267
|
+
contentEditable: string;
|
|
268
|
+
enterKeyHint: string;
|
|
269
|
+
inputMode: string;
|
|
270
|
+
readonly isContentEditable: boolean;
|
|
271
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
272
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
273
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
274
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
275
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
276
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
278
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
280
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
281
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
289
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
291
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
293
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
294
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
295
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
296
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
297
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
298
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
299
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
300
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
301
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onerror: OnErrorEventHandler;
|
|
305
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
306
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
307
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
308
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
311
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
312
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
313
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
318
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
319
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
320
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
321
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
322
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
323
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
324
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
325
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
326
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
336
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
338
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
339
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
342
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
345
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
353
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
356
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
357
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
358
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
359
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
360
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
361
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
362
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
363
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
364
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
369
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
370
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
371
|
+
autofocus: boolean;
|
|
372
|
+
readonly dataset: DOMStringMap;
|
|
373
|
+
nonce?: string;
|
|
374
|
+
tabIndex: number;
|
|
375
|
+
blur(): void;
|
|
376
|
+
focus(options?: FocusOptions): void;
|
|
377
|
+
}) & typeof FoundationElement;
|
|
12
378
|
/**
|
|
13
379
|
* Foundation filters component for automatically generated filters based on json schema
|
|
14
380
|
* obtained from the api, supplied initial data or supplied JSON schema.
|
|
15
381
|
* Allowing customisable filters elements using UI schema and set of custom renderers
|
|
16
382
|
* @public
|
|
17
383
|
*/
|
|
18
|
-
export declare class Filters extends
|
|
384
|
+
export declare class Filters extends Filters_base {
|
|
19
385
|
kvStorage: KVStorage;
|
|
20
386
|
filterName: string;
|
|
21
387
|
/**
|
|
@@ -110,15 +476,15 @@ export declare class Filters extends FoundationElement {
|
|
|
110
476
|
/**
|
|
111
477
|
* @internal
|
|
112
478
|
*/
|
|
113
|
-
|
|
479
|
+
deepClone(): Node;
|
|
114
480
|
/**
|
|
115
481
|
* @internal
|
|
116
482
|
*/
|
|
117
|
-
|
|
483
|
+
searchFilters(): Promise<void>;
|
|
118
484
|
/**
|
|
119
485
|
* @internal
|
|
120
486
|
*/
|
|
121
|
-
|
|
487
|
+
onChange(event: CustomEvent): void;
|
|
122
488
|
saveFilter(): Promise<void>;
|
|
123
489
|
deleteFilter(): Promise<void>;
|
|
124
490
|
connectedCallback(): Promise<void>;
|
|
@@ -126,4 +492,5 @@ export declare class Filters extends FoundationElement {
|
|
|
126
492
|
filterNameChanged(oldValue: string, newValue: string): void;
|
|
127
493
|
loadFilterData(filterKey: string): Promise<void>;
|
|
128
494
|
}
|
|
495
|
+
export {};
|
|
129
496
|
//# sourceMappingURL=filters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAO1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAMnD,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE;;;GAGG;AACH,eAAO,MAAM,gBAAgB,OAa5B,CAAC;;;;;;;kBAG8B,CAAC;;;;;;;;8BAyD0C,CAAC,cAEvE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsCK,CAAC;4IAGgC,CAAC;wFAGvB,CAAC;+IAOjB,CAAC;2FAOE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6CJ,CAAH;;;;;;;;;;;;;;;;;;;;;;;mBAmF0C,CAAC;;;;;;;;;;;;;6BAgC/B,CAAC;8BAEJ,CAAC;kBAC2C,CAAC;;oBAI1C,CAAC;;sBAEP,CAAC;oBAIgB,CAAC;;;;;;;;gDAgBc,CAAC;;;;;;;;;;;;;;;;;;uBAUqd,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;;AA1T/zc;;;;;GAKG;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;;;OAGG;IAEH,6BAA6B,EAAE,OAAO,CAAC;YAEzB,mBAAmB;IAWjC;;OAEG;IACI,gBAAgB;IAMvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;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;IAOjB,mBAAmB;IAsBzB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAW9C,cAAc,CAAC,SAAS,EAAE,MAAM;CAcvC"}
|
|
@@ -4,6 +4,7 @@ import { KVStorage } from '@genesislcap/foundation-comms';
|
|
|
4
4
|
import { CriteriaBuilder, Join } from '@genesislcap/foundation-criteria';
|
|
5
5
|
import { createLogger } from '@genesislcap/foundation-logger';
|
|
6
6
|
import { showNotificationToast } from '@genesislcap/foundation-notifications';
|
|
7
|
+
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
7
8
|
import { isControl, isStringControl, mapStateToControlProps, rankWith } from '@jsonforms/core';
|
|
8
9
|
import { attr, customElement, DOM, observable } from '@microsoft/fast-element';
|
|
9
10
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
@@ -60,7 +61,7 @@ const FORM_FILTER_PREFIX = 'formFilter:';
|
|
|
60
61
|
* Allowing customisable filters elements using UI schema and set of custom renderers
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
|
-
let Filters = class Filters extends FoundationElement {
|
|
64
|
+
let Filters = class Filters extends LifecycleMixin(FoundationElement) {
|
|
64
65
|
constructor() {
|
|
65
66
|
super(...arguments);
|
|
66
67
|
this.allSavedFilters = [];
|
|
@@ -105,6 +106,21 @@ let Filters = class Filters extends FoundationElement {
|
|
|
105
106
|
valueChanged() {
|
|
106
107
|
this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true }));
|
|
107
108
|
}
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
deepClone() {
|
|
113
|
+
const copy = super.deepClone();
|
|
114
|
+
try {
|
|
115
|
+
copy.uischema = structuredClone(this.uischema);
|
|
116
|
+
copy.jsonSchema = structuredClone(this.jsonSchema);
|
|
117
|
+
copy.data = structuredClone(this.data);
|
|
118
|
+
}
|
|
119
|
+
catch (e) {
|
|
120
|
+
filtersLogger.error('Error cloning filters', e);
|
|
121
|
+
}
|
|
122
|
+
return copy;
|
|
123
|
+
}
|
|
108
124
|
/**
|
|
109
125
|
* @internal
|
|
110
126
|
*/
|
|
@@ -147,13 +163,6 @@ let Filters = class Filters extends FoundationElement {
|
|
|
147
163
|
this.data = event.detail.data;
|
|
148
164
|
}
|
|
149
165
|
}
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
disconnectedCallback() {
|
|
154
|
-
super.disconnectedCallback();
|
|
155
|
-
this.data = {};
|
|
156
|
-
}
|
|
157
166
|
saveFilter() {
|
|
158
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
159
168
|
if (!this.value) {
|
|
@@ -297,8 +297,8 @@
|
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"kind": "Reference",
|
|
300
|
-
"text": "
|
|
301
|
-
"canonicalReference": "@
|
|
300
|
+
"text": "Filters_base",
|
|
301
|
+
"canonicalReference": "@genesislcap/foundation-forms!~Filters_base"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"kind": "Content",
|
|
@@ -196,7 +196,7 @@ declare type Expressions = {
|
|
|
196
196
|
* Allowing customisable filters elements using UI schema and set of custom renderers
|
|
197
197
|
* @public
|
|
198
198
|
*/
|
|
199
|
-
export declare class Filters extends
|
|
199
|
+
export declare class Filters extends Filters_base {
|
|
200
200
|
kvStorage: KVStorage;
|
|
201
201
|
filterName: string;
|
|
202
202
|
/**
|
|
@@ -291,15 +291,15 @@ export declare class Filters extends FoundationElement {
|
|
|
291
291
|
/**
|
|
292
292
|
* @internal
|
|
293
293
|
*/
|
|
294
|
-
|
|
294
|
+
deepClone(): Node;
|
|
295
295
|
/**
|
|
296
296
|
* @internal
|
|
297
297
|
*/
|
|
298
|
-
|
|
298
|
+
searchFilters(): Promise<void>;
|
|
299
299
|
/**
|
|
300
300
|
* @internal
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
onChange(event: CustomEvent): void;
|
|
303
303
|
saveFilter(): Promise<void>;
|
|
304
304
|
deleteFilter(): Promise<void>;
|
|
305
305
|
connectedCallback(): Promise<void>;
|
|
@@ -308,6 +308,373 @@ export declare class Filters extends FoundationElement {
|
|
|
308
308
|
loadFilterData(filterKey: string): Promise<void>;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
+
declare const Filters_base: (new (...args: any[]) => {
|
|
312
|
+
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
313
|
+
#_latestTokenCode: string;
|
|
314
|
+
#_hasFirstLoaded: boolean;
|
|
315
|
+
#_cleanupTimeout: NodeJS.Timeout;
|
|
316
|
+
#_shouldForceLifecycle: boolean;
|
|
317
|
+
cloneNode(deep?: boolean): Node;
|
|
318
|
+
deepClone(): Node;
|
|
319
|
+
get shouldRunDisconnect(): boolean;
|
|
320
|
+
get shouldRunConnect(): boolean;
|
|
321
|
+
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
322
|
+
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
323
|
+
connectedCallback(): void;
|
|
324
|
+
readonly $fastController: Controller;
|
|
325
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
326
|
+
disconnectedCallback(): void;
|
|
327
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
328
|
+
accessKey: string;
|
|
329
|
+
readonly accessKeyLabel: string;
|
|
330
|
+
autocapitalize: string;
|
|
331
|
+
autocorrect: boolean;
|
|
332
|
+
dir: string;
|
|
333
|
+
draggable: boolean;
|
|
334
|
+
hidden: boolean;
|
|
335
|
+
inert: boolean;
|
|
336
|
+
innerText: string;
|
|
337
|
+
lang: string;
|
|
338
|
+
readonly offsetHeight: number;
|
|
339
|
+
readonly offsetLeft: number;
|
|
340
|
+
readonly offsetParent: Element | null;
|
|
341
|
+
readonly offsetTop: number;
|
|
342
|
+
readonly offsetWidth: number;
|
|
343
|
+
outerText: string;
|
|
344
|
+
popover: string | null;
|
|
345
|
+
spellcheck: boolean;
|
|
346
|
+
title: string;
|
|
347
|
+
translate: boolean;
|
|
348
|
+
writingSuggestions: string;
|
|
349
|
+
attachInternals(): ElementInternals;
|
|
350
|
+
click(): void;
|
|
351
|
+
hidePopover(): void;
|
|
352
|
+
showPopover(): void;
|
|
353
|
+
togglePopover(options?: boolean): boolean;
|
|
354
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
355
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
356
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
357
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
358
|
+
readonly attributes: NamedNodeMap;
|
|
359
|
+
get classList(): DOMTokenList;
|
|
360
|
+
set classList(value: string): any;
|
|
361
|
+
className: string;
|
|
362
|
+
readonly clientHeight: number;
|
|
363
|
+
readonly clientLeft: number;
|
|
364
|
+
readonly clientTop: number;
|
|
365
|
+
readonly clientWidth: number;
|
|
366
|
+
readonly currentCSSZoom: number;
|
|
367
|
+
id: string;
|
|
368
|
+
innerHTML: string;
|
|
369
|
+
readonly localName: string;
|
|
370
|
+
readonly namespaceURI: string | null;
|
|
371
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
372
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
373
|
+
outerHTML: string;
|
|
374
|
+
readonly ownerDocument: Document;
|
|
375
|
+
get part(): DOMTokenList;
|
|
376
|
+
set part(value: string): any;
|
|
377
|
+
readonly prefix: string | null;
|
|
378
|
+
readonly scrollHeight: number;
|
|
379
|
+
scrollLeft: number;
|
|
380
|
+
scrollTop: number;
|
|
381
|
+
readonly scrollWidth: number;
|
|
382
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
383
|
+
slot: string;
|
|
384
|
+
readonly tagName: string;
|
|
385
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
386
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
387
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
388
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
389
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
390
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
391
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
392
|
+
getAttribute(qualifiedName: string): string | null;
|
|
393
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
394
|
+
getAttributeNames(): string[];
|
|
395
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
396
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
397
|
+
getBoundingClientRect(): DOMRect;
|
|
398
|
+
getClientRects(): DOMRectList;
|
|
399
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
400
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
401
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
402
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
403
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
404
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
405
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
406
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
407
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
408
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
409
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
410
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
411
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
412
|
+
hasAttributes(): boolean;
|
|
413
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
414
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
415
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
416
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
417
|
+
matches(selectors: string): boolean;
|
|
418
|
+
releasePointerCapture(pointerId: number): void;
|
|
419
|
+
removeAttribute(qualifiedName: string): void;
|
|
420
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
421
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
422
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
423
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
424
|
+
scroll(options?: ScrollToOptions): void;
|
|
425
|
+
scroll(x: number, y: number): void;
|
|
426
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
427
|
+
scrollBy(x: number, y: number): void;
|
|
428
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
429
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
430
|
+
scrollTo(x: number, y: number): void;
|
|
431
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
432
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
433
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
434
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
435
|
+
setHTMLUnsafe(html: string): void;
|
|
436
|
+
setPointerCapture(pointerId: number): void;
|
|
437
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
438
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
439
|
+
textContent: string;
|
|
440
|
+
readonly baseURI: string;
|
|
441
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
442
|
+
readonly firstChild: ChildNode | null;
|
|
443
|
+
readonly isConnected: boolean;
|
|
444
|
+
readonly lastChild: ChildNode | null;
|
|
445
|
+
readonly nextSibling: ChildNode | null;
|
|
446
|
+
readonly nodeName: string;
|
|
447
|
+
readonly nodeType: number;
|
|
448
|
+
nodeValue: string | null;
|
|
449
|
+
readonly parentElement: HTMLElement | null;
|
|
450
|
+
readonly parentNode: ParentNode | null;
|
|
451
|
+
readonly previousSibling: ChildNode | null;
|
|
452
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
453
|
+
compareDocumentPosition(other: Node): number;
|
|
454
|
+
contains(other: Node | null): boolean;
|
|
455
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
456
|
+
hasChildNodes(): boolean;
|
|
457
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
458
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
459
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
460
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
461
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
462
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
463
|
+
normalize(): void;
|
|
464
|
+
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
465
|
+
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
466
|
+
readonly ELEMENT_NODE: 1;
|
|
467
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
468
|
+
readonly TEXT_NODE: 3;
|
|
469
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
470
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
471
|
+
readonly ENTITY_NODE: 6;
|
|
472
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
473
|
+
readonly COMMENT_NODE: 8;
|
|
474
|
+
readonly DOCUMENT_NODE: 9;
|
|
475
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
476
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
477
|
+
readonly NOTATION_NODE: 12;
|
|
478
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
479
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
480
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
481
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
482
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
483
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
484
|
+
dispatchEvent(event: Event): boolean;
|
|
485
|
+
ariaActiveDescendantElement: Element | null;
|
|
486
|
+
ariaAtomic: string | null;
|
|
487
|
+
ariaAutoComplete: string | null;
|
|
488
|
+
ariaBrailleLabel: string | null;
|
|
489
|
+
ariaBrailleRoleDescription: string | null;
|
|
490
|
+
ariaBusy: string | null;
|
|
491
|
+
ariaChecked: string | null;
|
|
492
|
+
ariaColCount: string | null;
|
|
493
|
+
ariaColIndex: string | null;
|
|
494
|
+
ariaColIndexText: string | null;
|
|
495
|
+
ariaColSpan: string | null;
|
|
496
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
497
|
+
ariaCurrent: string | null;
|
|
498
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
499
|
+
ariaDescription: string | null;
|
|
500
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
501
|
+
ariaDisabled: string | null;
|
|
502
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
503
|
+
ariaExpanded: string | null;
|
|
504
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
505
|
+
ariaHasPopup: string | null;
|
|
506
|
+
ariaHidden: string | null;
|
|
507
|
+
ariaInvalid: string | null;
|
|
508
|
+
ariaKeyShortcuts: string | null;
|
|
509
|
+
ariaLabel: string | null;
|
|
510
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
511
|
+
ariaLevel: string | null;
|
|
512
|
+
ariaLive: string | null;
|
|
513
|
+
ariaModal: string | null;
|
|
514
|
+
ariaMultiLine: string | null;
|
|
515
|
+
ariaMultiSelectable: string | null;
|
|
516
|
+
ariaOrientation: string | null;
|
|
517
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
518
|
+
ariaPlaceholder: string | null;
|
|
519
|
+
ariaPosInSet: string | null;
|
|
520
|
+
ariaPressed: string | null;
|
|
521
|
+
ariaReadOnly: string | null;
|
|
522
|
+
ariaRelevant: string | null;
|
|
523
|
+
ariaRequired: string | null;
|
|
524
|
+
ariaRoleDescription: string | null;
|
|
525
|
+
ariaRowCount: string | null;
|
|
526
|
+
ariaRowIndex: string | null;
|
|
527
|
+
ariaRowIndexText: string | null;
|
|
528
|
+
ariaRowSpan: string | null;
|
|
529
|
+
ariaSelected: string | null;
|
|
530
|
+
ariaSetSize: string | null;
|
|
531
|
+
ariaSort: string | null;
|
|
532
|
+
ariaValueMax: string | null;
|
|
533
|
+
ariaValueMin: string | null;
|
|
534
|
+
ariaValueNow: string | null;
|
|
535
|
+
ariaValueText: string | null;
|
|
536
|
+
role: string | null;
|
|
537
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
538
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
539
|
+
after(...nodes: (Node | string)[]): void;
|
|
540
|
+
before(...nodes: (Node | string)[]): void;
|
|
541
|
+
remove(): void;
|
|
542
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
543
|
+
readonly nextElementSibling: Element | null;
|
|
544
|
+
readonly previousElementSibling: Element | null;
|
|
545
|
+
readonly childElementCount: number;
|
|
546
|
+
readonly children: HTMLCollection;
|
|
547
|
+
readonly firstElementChild: Element | null;
|
|
548
|
+
readonly lastElementChild: Element | null;
|
|
549
|
+
append(...nodes: (Node | string)[]): void;
|
|
550
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
551
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
552
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
553
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
554
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
555
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
556
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
557
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
558
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
559
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
560
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
561
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
562
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
563
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
564
|
+
get style(): CSSStyleDeclaration;
|
|
565
|
+
set style(cssText: string): any;
|
|
566
|
+
contentEditable: string;
|
|
567
|
+
enterKeyHint: string;
|
|
568
|
+
inputMode: string;
|
|
569
|
+
readonly isContentEditable: boolean;
|
|
570
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
571
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
572
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
573
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
574
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
575
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
576
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
577
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
578
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
579
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
580
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
581
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
582
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
583
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
584
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
585
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
586
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
587
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
588
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
589
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
590
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
591
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
592
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
593
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
594
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
595
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
596
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
597
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
598
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
599
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
600
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
|
+
onerror: OnErrorEventHandler;
|
|
604
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
605
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
606
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
607
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
608
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
609
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
610
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
611
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
612
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
613
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
614
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
615
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
616
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
617
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
618
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
619
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
620
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
621
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
622
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
623
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
624
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
625
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
626
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
629
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
630
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
631
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
632
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
633
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
634
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
635
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
636
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
637
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
638
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
639
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
640
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
641
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
642
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
643
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
644
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
645
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
646
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
647
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
648
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
649
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
650
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
651
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
652
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
653
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
654
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
655
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
656
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
657
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
658
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
659
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
660
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
661
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
662
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
663
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
664
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
670
|
+
autofocus: boolean;
|
|
671
|
+
readonly dataset: DOMStringMap;
|
|
672
|
+
nonce?: string;
|
|
673
|
+
tabIndex: number;
|
|
674
|
+
blur(): void;
|
|
675
|
+
focus(options?: FocusOptions): void;
|
|
676
|
+
}) & typeof FoundationElement;
|
|
677
|
+
|
|
311
678
|
/** @internal */
|
|
312
679
|
export declare const filtersLogger: Logger;
|
|
313
680
|
|
|
@@ -9,9 +9,9 @@ Foundation filters component for automatically generated filters based on json s
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export declare class Filters extends
|
|
12
|
+
export declare class Filters extends Filters_base
|
|
13
13
|
```
|
|
14
|
-
**Extends:**
|
|
14
|
+
**Extends:** Filters\_base
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
@@ -66,8 +66,10 @@ export type ConnectedRenderersOptions = {
|
|
|
66
66
|
// @internal
|
|
67
67
|
export const createExpressions: (payload: any) => Expressions;
|
|
68
68
|
|
|
69
|
+
// Warning: (ae-forgotten-export) The symbol "Filters_base" needs to be exported by the entry point index.d.ts
|
|
70
|
+
//
|
|
69
71
|
// @public
|
|
70
|
-
export class Filters extends
|
|
72
|
+
export class Filters extends Filters_base {
|
|
71
73
|
// (undocumented)
|
|
72
74
|
allSavedFilters: any[];
|
|
73
75
|
// @internal (undocumented)
|
|
@@ -75,10 +77,10 @@ export class Filters extends FoundationElement {
|
|
|
75
77
|
// (undocumented)
|
|
76
78
|
connectedCallback(): Promise<void>;
|
|
77
79
|
data: any;
|
|
80
|
+
// @internal (undocumented)
|
|
81
|
+
deepClone(): Node;
|
|
78
82
|
// (undocumented)
|
|
79
83
|
deleteFilter(): Promise<void>;
|
|
80
|
-
// @internal (undocumented)
|
|
81
|
-
disconnectedCallback(): void;
|
|
82
84
|
// (undocumented)
|
|
83
85
|
filterName: string;
|
|
84
86
|
// (undocumented)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.354.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -48,22 +48,22 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "14.
|
|
52
|
-
"@genesislcap/genx": "14.
|
|
53
|
-
"@genesislcap/rollup-builder": "14.
|
|
54
|
-
"@genesislcap/ts-builder": "14.
|
|
55
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
56
|
-
"@genesislcap/vite-builder": "14.
|
|
57
|
-
"@genesislcap/webpack-builder": "14.
|
|
51
|
+
"@genesislcap/foundation-testing": "14.354.0",
|
|
52
|
+
"@genesislcap/genx": "14.354.0",
|
|
53
|
+
"@genesislcap/rollup-builder": "14.354.0",
|
|
54
|
+
"@genesislcap/ts-builder": "14.354.0",
|
|
55
|
+
"@genesislcap/uvu-playwright-builder": "14.354.0",
|
|
56
|
+
"@genesislcap/vite-builder": "14.354.0",
|
|
57
|
+
"@genesislcap/webpack-builder": "14.354.0",
|
|
58
58
|
"@types/json-schema": "^7.0.11"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@genesislcap/foundation-comms": "14.
|
|
62
|
-
"@genesislcap/foundation-criteria": "14.
|
|
63
|
-
"@genesislcap/foundation-logger": "14.
|
|
64
|
-
"@genesislcap/foundation-notifications": "14.
|
|
65
|
-
"@genesislcap/foundation-ui": "14.
|
|
66
|
-
"@genesislcap/foundation-utils": "14.
|
|
61
|
+
"@genesislcap/foundation-comms": "14.354.0",
|
|
62
|
+
"@genesislcap/foundation-criteria": "14.354.0",
|
|
63
|
+
"@genesislcap/foundation-logger": "14.354.0",
|
|
64
|
+
"@genesislcap/foundation-notifications": "14.354.0",
|
|
65
|
+
"@genesislcap/foundation-ui": "14.354.0",
|
|
66
|
+
"@genesislcap/foundation-utils": "14.354.0",
|
|
67
67
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
68
68
|
"@jsonforms/core": "^3.2.1",
|
|
69
69
|
"@microsoft/fast-components": "2.30.6",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
86
|
"customElements": "dist/custom-elements.json",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "a039dbb62a416e049fb61d2e2451bac4c2e56950"
|
|
88
88
|
}
|