@indigina/ui-kit 1.1.523 → 1.1.524
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.
|
@@ -12972,6 +12972,7 @@ class KitFilterDateComponent {
|
|
|
12972
12972
|
this.startDate.set(startDate);
|
|
12973
12973
|
this.endDate.set(endDate);
|
|
12974
12974
|
this.dateRange.set(range);
|
|
12975
|
+
this.applyFilter();
|
|
12975
12976
|
}
|
|
12976
12977
|
initializeSelectedValues() {
|
|
12977
12978
|
const filterValue = this.filter().value?.filters ?? null;
|