@annalib/anna-core 8.5.0 → 8.5.1
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 +3 -3
- package/fesm2015/annalib-anna-core.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1982,8 +1982,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1982
1982
|
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
1983
1983
|
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
1984
1984
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
1985
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked
|
|
1986
|
-
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted
|
|
1985
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
|
|
1986
|
+
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
1987
1987
|
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
|
|
1988
1988
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
1989
1989
|
}
|