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