@annalib/anna-core 20.0.28 → 20.0.29
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
|
@@ -3691,8 +3691,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3691
3691
|
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
3692
3692
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
3693
3693
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
3694
|
-
this.tooltipRadioTextMap.set("bookedRatings", "Booked
|
|
3695
|
-
this.tooltipRadioTextMap.set("postedRatings", "POSTED
|
|
3694
|
+
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
3695
|
+
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
3696
3696
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3697
3697
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
3698
3698
|
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|