@annalib/anna-core 36.0.4 → 36.0.6
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.
|
@@ -2097,6 +2097,8 @@ class AnnaFilterService {
|
|
|
2097
2097
|
"BookedNormalizedImps",
|
|
2098
2098
|
"Cpp",
|
|
2099
2099
|
"Cpm",
|
|
2100
|
+
"StationPoliticalRateValue",
|
|
2101
|
+
"LURComputedByAnnaValue",
|
|
2100
2102
|
];
|
|
2101
2103
|
const calendarArr = [
|
|
2102
2104
|
"period",
|
|
@@ -5452,6 +5454,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
5452
5454
|
this.tooltipRadioTextMap.set("ModifiedFilterEndDate", "End Date");
|
|
5453
5455
|
this.tooltipRadioTextMap.set("Daypart", "Daypart");
|
|
5454
5456
|
this.tooltipRadioTextMap.set("Length", "Len");
|
|
5457
|
+
this.tooltipRadioTextMap.set("StationPoliticalRateValue", "Station Poltical Rate");
|
|
5458
|
+
this.tooltipRadioTextMap.set("LURComputedByAnnaValue", "LUR Computed By ANNA");
|
|
5455
5459
|
}
|
|
5456
5460
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
5457
5461
|
rowData[columnKeys] = !rowData[columnKeys];
|