@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.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -4
- package/fesm2015/annalib-anna-core.mjs +2 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1913,7 +1913,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1913
1913
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
1914
1914
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
1915
1915
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
1916
|
-
this.tooltipRadioTextMap.set("orderSource", "Order
|
|
1916
|
+
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
1917
1917
|
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
1918
1918
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
1919
1919
|
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|
|
@@ -2130,8 +2130,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2130
2130
|
}
|
|
2131
2131
|
disableActiveFilterClearButton() {
|
|
2132
2132
|
let selectedFilterSet = new Set(this.annaFilterService.appliedFiltersArray);
|
|
2133
|
-
let isSortPresent = (this.annaSortService.columnSortState.size > 0 && this.annaSortService.columnSortState.
|
|
2134
|
-
&& this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio) != "DEFAULT");
|
|
2133
|
+
let isSortPresent = (this.annaSortService.columnSortState.size > 0 && this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio) != "DEFAULT");
|
|
2135
2134
|
this.disableColumnClearAllBtn = selectedFilterSet.has(this.annaFilterService.selectedRadio) || isSortPresent ? false : true;
|
|
2136
2135
|
}
|
|
2137
2136
|
getSliderData(header) {
|