@annalib/anna-core 30.0.16 → 30.0.17
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/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
- package/fesm2022/annalib-anna-core.mjs +2 -2
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4866,8 +4866,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4866
4866
|
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
|
|
4867
4867
|
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
|
|
4868
4868
|
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
|
|
4869
|
-
this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
|
|
4870
|
-
this.tooltipRadioTextMap.set("postedADUs", "Posted ADUs");
|
|
4869
|
+
this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
|
|
4870
|
+
this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
|
|
4871
4871
|
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4872
4872
|
}
|
|
4873
4873
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|