@annalib/anna-core 10.3.0 → 10.5.0

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.
@@ -1316,10 +1316,6 @@ class AnnaFilterService {
1316
1316
  "AURTG",
1317
1317
  "PostedRating",
1318
1318
  "PostedImpressions",
1319
- "NormalizedOrderedRating",
1320
- "NormalizedOrderedImpressions",
1321
- "NormalizedPostedRating",
1322
- "NormalizedPostedImpressions",
1323
1319
  "BookedGRP",
1324
1320
  "BookedIMPSRevTab",
1325
1321
  "BookedCPP",
@@ -1992,12 +1988,8 @@ class AnnaNonEditableGenericTableComponent {
1992
1988
  this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
1993
1989
  this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
1994
1990
  this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
1995
- this.tooltipRadioTextMap.set("AirStatus", "Air Status");
1996
- this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
1997
- this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
1998
- this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
1999
- this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
2000
- this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
1991
+ this.tooltipRadioTextMap.set("AirStatus", "Aired Status");
1992
+ this.tooltipRadioTextMap.set("AirDateAndTime", "Aired Date & Time");
2001
1993
  this.tooltipRadioTextMap.set("AdId", "Ad-Id");
2002
1994
  }
2003
1995
  generateTableDataWrapper() {