@annalib/anna-core 35.9.0 → 35.9.2

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.
@@ -2093,7 +2093,9 @@ class AnnaFilterService {
2093
2093
  "createdVsSentTimeDifference",
2094
2094
  "userActionVsCreatedTimeDifference",
2095
2095
  "estimateVsCompletedTimeDifference",
2096
- "actionVsCompletedTimeDifference"
2096
+ "actionVsCompletedTimeDifference",
2097
+ "StationPoliticalRateValue",
2098
+ "LURComputedByAnnaValue",
2097
2099
  ];
2098
2100
  const calendarArr = [
2099
2101
  "period",
@@ -5455,6 +5457,8 @@ class AnnaNonEditableGenericTableComponent {
5455
5457
  this.tooltipRadioTextMap.set("ModifiedFilterEndDate", "End Date");
5456
5458
  this.tooltipRadioTextMap.set("Daypart", "Daypart");
5457
5459
  this.tooltipRadioTextMap.set("Length", "Len");
5460
+ this.tooltipRadioTextMap.set("StationPoliticalRateValue", "Station Poltical Rate");
5461
+ this.tooltipRadioTextMap.set("LURComputedByAnnaValue", "LUR Computed By ANNA");
5458
5462
  }
5459
5463
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
5460
5464
  rowData[columnKeys] = !rowData[columnKeys];