ca-components 2.1.1421 → 2.1.1422
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/fesm2022/ca-components.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1591,8 +1591,8 @@ declare class CaFilterComponent implements OnDestroy {
|
|
|
1591
1591
|
icon: string;
|
|
1592
1592
|
usaStates: ArrayStatus[];
|
|
1593
1593
|
canadaStates: ArrayStatus[];
|
|
1594
|
-
setFilter: EventEmitter<
|
|
1595
|
-
clearAll: EventEmitter<
|
|
1594
|
+
setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
1595
|
+
clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
1596
1596
|
private destroy$;
|
|
1597
1597
|
isSearchExpanded: boolean;
|
|
1598
1598
|
isFilterActive: boolean;
|