@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.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +5 -1
- package/fesm2015/annalib-anna-core.mjs +4 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|