@annalib/anna-core 9.0.4 → 9.0.6
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 -1
- package/fesm2015/annalib-anna-core.mjs +1 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1954,6 +1954,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1954
1954
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
1955
1955
|
this.tooltipRadioTextMap.set("GeneratedOn", "Generated On");
|
|
1956
1956
|
this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
|
|
1957
|
+
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
1957
1958
|
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
1958
1959
|
this.tooltipRadioTextMap.set("BookedGRP", "Rating");
|
|
1959
1960
|
this.tooltipRadioTextMap.set("BookedIMPS", "IMPS'(000)");
|