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