@annalib/anna-core 31.0.12 → 31.0.16
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-core-shared-lib/services/anna-filter.service.mjs +2 -1
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -1
- package/fesm2022/annalib-anna-core.mjs +2 -0
- 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
|
@@ -1965,6 +1965,7 @@ class AnnaFilterService {
|
|
|
1965
1965
|
"scheduledADUs",
|
|
1966
1966
|
"postedADUs",
|
|
1967
1967
|
"bookedVal",
|
|
1968
|
+
"userMGValue"
|
|
1968
1969
|
];
|
|
1969
1970
|
const calendarArr = [
|
|
1970
1971
|
"period",
|
|
@@ -4848,6 +4849,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4848
4849
|
this.tooltipRadioTextMap.set("reviewedBySM", "SM Reviewed By");
|
|
4849
4850
|
this.tooltipRadioTextMap.set("offerId", "Offer Id");
|
|
4850
4851
|
this.tooltipRadioTextMap.set("offerType", "Offer Type");
|
|
4852
|
+
this.tooltipRadioTextMap.set("reviewedByUser", "Reviewed By");
|
|
4851
4853
|
}
|
|
4852
4854
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4853
4855
|
rowData[columnKeys] = !rowData[columnKeys];
|