@annalib/anna-core 14.6.19 → 14.6.20
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 -1
- package/fesm2015/annalib-anna-core.mjs +2 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2081,6 +2081,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2081
2081
|
this.tooltipRadioTextMap.set("role", "role");
|
|
2082
2082
|
this.tooltipRadioTextMap.set("stationCount", "stationCount");
|
|
2083
2083
|
this.tooltipRadioTextMap.set("stationList", "stationList");
|
|
2084
|
+
this.tooltipRadioTextMap.set("approvedOn", "Approved On");
|
|
2085
|
+
this.tooltipRadioTextMap.set("approvedBy", "Approved By");
|
|
2084
2086
|
this.tooltipRadioTextMap.set("ODImps", "OD IMPS");
|
|
2085
2087
|
this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
|
|
2086
2088
|
this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
|