@annalib/anna-core 14.0.1 → 14.0.3
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 +2 -2
- package/fesm2015/annalib-anna-core.mjs +1 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2047,7 +2047,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2047
2047
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2048
2048
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2049
2049
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2050
|
-
this.tooltipRadioTextMap.set("
|
|
2050
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted Rating");
|
|
2051
2051
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2052
2052
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMPS");
|
|
2053
2053
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|