@annalib/anna-core 5.1.1 → 5.1.2
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 +4 -4
- package/fesm2015/annalib-anna-core.mjs +3 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +3 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3356,9 +3356,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3356
3356
|
}
|
|
3357
3357
|
mouseEnterOnStringTextActionType(rowData) {
|
|
3358
3358
|
this.userActionTableMetaData = {
|
|
3359
|
-
'lastEmailResentAt': rowData.
|
|
3360
|
-
'passwordValidity': rowData.
|
|
3361
|
-
'status': rowData.
|
|
3359
|
+
'lastEmailResentAt': rowData.lastEmailResentAt,
|
|
3360
|
+
'passwordValidity': rowData.passwordValidity,
|
|
3361
|
+
'status': rowData.userActivationStatus
|
|
3362
3362
|
};
|
|
3363
3363
|
}
|
|
3364
3364
|
onClickableDataClicked(Rowdata, id) {
|