@annalib/anna-core 21.0.10 → 21.0.12
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
|
@@ -3706,8 +3706,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3706
3706
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
3707
3707
|
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
3708
3708
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3709
|
-
this.tooltipRadioTextMap.set("bookedImpressions", "Booked
|
|
3710
|
-
this.tooltipRadioTextMap.set("postedImpressions", "Posted
|
|
3709
|
+
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMP('000)");
|
|
3710
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMP('000)");
|
|
3711
3711
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
3712
3712
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
3713
3713
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|