@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
|
@@ -2056,9 +2056,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2056
2056
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2057
2057
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2058
2058
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2059
|
-
this.tooltipRadioTextMap.set("PostedRating", "Posted
|
|
2059
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
2060
2060
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2061
|
-
this.tooltipRadioTextMap.set("PostedImpressions", "Posted
|
|
2061
|
+
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
2062
2062
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|
|
2063
2063
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
|
|
2064
2064
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
|
|
@@ -2089,7 +2089,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2089
2089
|
this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
|
|
2090
2090
|
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
2091
2091
|
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
2092
|
-
this.tooltipRadioTextMap.set("BookedGRP", "
|
|
2092
|
+
this.tooltipRadioTextMap.set("BookedGRP", "GRP");
|
|
2093
2093
|
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
2094
2094
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
2095
2095
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
@@ -2111,6 +2111,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2111
2111
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2112
2112
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2113
2113
|
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|
|
2114
|
+
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
2114
2115
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2115
2116
|
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
2116
2117
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|