[ACA-2365] infodrawer metadata in expanded card (#1090)

* feat(info-drawer):- infodrawer default metadata in expanded card

* * test added

* * initial state fixed

* * package updated with beta
This commit is contained in:
dhrn
2019-05-01 18:52:11 +05:30
committed by Denys Vuika
parent f45145f3a6
commit 6d3b6407bc
11 changed files with 139 additions and 58 deletions

View File

@@ -39,6 +39,7 @@ export enum AppActionTypes {
Logout = 'LOGOUT',
ReloadDocumentList = 'RELOAD_DOCUMENT_LIST',
SetInfoDrawerState = 'SET_INFO_DRAWER_STATE',
SetInfoDrawerMetadataAspect = 'SET_INFO_DRAWER_METADATA_ASPECT',
CloseModalDialogs = 'CLOSE_MODAL_DIALOGS'
}