@annalib/anna-core 13.1.8 → 13.1.9
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 -5
- package/fesm2015/annalib-anna-core.mjs +4 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2103,18 +2103,18 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2103
2103
|
this.tooltipRadioTextMap.set("WeeklyAUR", " Avg Rate");
|
|
2104
2104
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2105
2105
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2106
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
2106
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|
|
2107
2107
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2108
|
-
this.tooltipRadioTextMap.set("AUIMPS", "Avg
|
|
2108
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
2109
2109
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
2110
2110
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
2111
2111
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
2112
2112
|
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
2113
2113
|
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
2114
2114
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
2115
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked
|
|
2115
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMP('000)");
|
|
2116
2116
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
2117
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted
|
|
2117
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
2118
2118
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2119
2119
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
2120
2120
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|