@annalib/anna-core 15.0.17 → 15.0.18
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 -4
- package/fesm2015/annalib-anna-core.mjs +4 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2054,9 +2054,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2054
2054
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2055
2055
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2056
2056
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2057
|
-
this.tooltipRadioTextMap.set("PostedRating", "Posted
|
|
2057
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
2058
2058
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2059
|
-
this.tooltipRadioTextMap.set("PostedImpressions", "Posted
|
|
2059
|
+
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
2060
2060
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|
|
2061
2061
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
|
|
2062
2062
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
|
|
@@ -2087,7 +2087,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2087
2087
|
this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
|
|
2088
2088
|
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
2089
2089
|
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
2090
|
-
this.tooltipRadioTextMap.set("BookedGRP", "
|
|
2090
|
+
this.tooltipRadioTextMap.set("BookedGRP", "GRP");
|
|
2091
2091
|
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
2092
2092
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
2093
2093
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
@@ -2109,6 +2109,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2109
2109
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2110
2110
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2111
2111
|
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|
|
2112
|
+
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
2112
2113
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2113
2114
|
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
2114
2115
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|