@annalib/anna-core 10.1.5 → 10.1.7
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
|
@@ -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;
|