@annalib/anna-core 15.0.17 → 15.0.18

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.
@@ -2054,9 +2054,9 @@ class AnnaNonEditableGenericTableComponent {
2054
2054
  this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
2055
2055
  this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
2056
2056
  this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
2057
- this.tooltipRadioTextMap.set("PostedRating", "Posted Rating");
2057
+ this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
2058
2058
  this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
2059
- this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMPS");
2059
+ this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
2060
2060
  this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
2061
2061
  this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
2062
2062
  this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
@@ -2087,7 +2087,7 @@ class AnnaNonEditableGenericTableComponent {
2087
2087
  this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
2088
2088
  this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
2089
2089
  this.tooltipRadioTextMap.set("BookedSpots", "Spots");
2090
- this.tooltipRadioTextMap.set("BookedGRP", "Rating");
2090
+ this.tooltipRadioTextMap.set("BookedGRP", "GRP");
2091
2091
  this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
2092
2092
  this.tooltipRadioTextMap.set("BookedCPP", "CPP");
2093
2093
  this.tooltipRadioTextMap.set("BookedCPM", "CPM");
@@ -2109,6 +2109,7 @@ class AnnaNonEditableGenericTableComponent {
2109
2109
  this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
2110
2110
  this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
2111
2111
  this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
2112
+ this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
2112
2113
  this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
2113
2114
  this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
2114
2115
  this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");