@annalib/anna-core 10.5.1 → 10.5.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.
@@ -1991,6 +1991,10 @@ class AnnaNonEditableGenericTableComponent {
1991
1991
  this.tooltipRadioTextMap.set("AirStatus", "Aired Status");
1992
1992
  this.tooltipRadioTextMap.set("AirDateAndTime", "Aired Date & Time");
1993
1993
  this.tooltipRadioTextMap.set("AdId", "Ad-Id");
1994
+ this.tooltipRadioTextMap.set("displayimps", "IMPS");
1995
+ this.tooltipRadioTextMap.set("displayGrp", "GRP");
1996
+ this.tooltipRadioTextMap.set("bookedSpotsForDisplay", "Spots");
1997
+ this.tooltipRadioTextMap.set("displaySpots", "Spots");
1994
1998
  }
1995
1999
  generateTableDataWrapper() {
1996
2000
  this.showSkeletonLoading = true;