@annalib/anna-core 6.0.3 → 6.0.4

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.
@@ -1911,7 +1911,7 @@ class AnnaNonEditableGenericTableComponent {
1911
1911
  this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
1912
1912
  this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
1913
1913
  this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
1914
- this.tooltipRadioTextMap.set("orderSource", "Order Source");
1914
+ this.tooltipRadioTextMap.set("orderSource", "Order Route");
1915
1915
  this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
1916
1916
  this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
1917
1917
  this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
@@ -2128,8 +2128,7 @@ class AnnaNonEditableGenericTableComponent {
2128
2128
  }
2129
2129
  disableActiveFilterClearButton() {
2130
2130
  let selectedFilterSet = new Set(this.annaFilterService.appliedFiltersArray);
2131
- let isSortPresent = (this.annaSortService.columnSortState.size > 0 && this.annaSortService.columnSortState.has(this.annaFilterService.selectedRadio)
2132
- && this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio) != "DEFAULT");
2131
+ let isSortPresent = (this.annaSortService.columnSortState.size > 0 && this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio) != "DEFAULT");
2133
2132
  this.disableColumnClearAllBtn = selectedFilterSet.has(this.annaFilterService.selectedRadio) || isSortPresent ? false : true;
2134
2133
  }
2135
2134
  getSliderData(header) {