@indigina/ui-kit 1.1.534 → 1.1.535
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/package.json
CHANGED
|
@@ -4877,7 +4877,6 @@ declare class KitFilterCheckboxComponent implements OnInit, OnChanges {
|
|
|
4877
4877
|
ngOnInit(): void;
|
|
4878
4878
|
ngOnChanges({ filter }: SimpleChanges): void;
|
|
4879
4879
|
removeFilter(): void;
|
|
4880
|
-
applyButtonDisabled(): boolean;
|
|
4881
4880
|
clearAllFilters(): void;
|
|
4882
4881
|
applyFilter(): void;
|
|
4883
4882
|
onPopupToggle(): void;
|