@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
|
@@ -3695,8 +3695,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3695
3695
|
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
3696
3696
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
3697
3697
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
3698
|
-
this.tooltipRadioTextMap.set("bookedRatings", "Booked
|
|
3699
|
-
this.tooltipRadioTextMap.set("postedRatings", "POSTED
|
|
3698
|
+
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
3699
|
+
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
3700
3700
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3701
3701
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
3702
3702
|
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|