@annalib/anna-core 12.1.23 → 12.1.25

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.
@@ -5499,11 +5499,11 @@ class AnnaColumnTimeFilterComponent {
5499
5499
  }
5500
5500
  createFilterTooltipData(header) {
5501
5501
  if (this.showFilterComponent) {
5502
- this.disableCheckboxApply = true;
5502
+ this.disableTimeFilterApplyBtn = true;
5503
5503
  this.getTimeFilterData(header);
5504
5504
  }
5505
5505
  else if (this.showSortComponent) {
5506
- this.disableCheckboxApply = true;
5506
+ this.disableTimeFilterApplyBtn = true;
5507
5507
  }
5508
5508
  }
5509
5509
  getTimeFilterData(header) {