@annalib/anna-core 10.0.17 → 10.0.19

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.
@@ -2000,6 +2000,10 @@ class AnnaNonEditableGenericTableComponent {
2000
2000
  this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
2001
2001
  this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
2002
2002
  this.tooltipRadioTextMap.set("AdId", "Ad-Id");
2003
+ this.tooltipRadioTextMap.set("displayimps", "IMPS");
2004
+ this.tooltipRadioTextMap.set("displayGrp", "GRP");
2005
+ this.tooltipRadioTextMap.set("bookedSpotsForDisplay", "Spots");
2006
+ this.tooltipRadioTextMap.set("displaySpots", "Spots");
2003
2007
  }
2004
2008
  generateTableDataWrapper() {
2005
2009
  this.showSkeletonLoading = true;