Pull request #30: Feature/extnol/private dataMerge in WEC/egraviditet from feature/extnol/private-data to develop
* commit '5c2718299fc9bd5f8c8476ed8f434dd7a365d987': (69 commits)
Revert "Added new error.service and moved exported error to this service"
Revert "Added new error.service and moved exported error to this service"
Added new error.service and moved exported error to this service
Renamed and inverted canAccess to needCo...
Pull request #29: Feature/extnol/DGAF-500 deselect radio buttonsMerge in WEC/egraviditet from feature/extnol/DGAF-500-deselect-radio-buttons to develop
* commit '4cd26588379b65cd00825f40d6ca2375f962f4ae':
Phrasing of test name
Added test for clicking another button while 1 button is active.
Replaced type of event from any to MouseEvent
Replaced null with undefined for 'clear' value.
Added unit tests that asserts default values for dirtyAble and v...
Pull request #31: add dependency for new autogenerated apiMerge in WEC/egraviditet from feature/mwt/misc-changes to develop
* commit '4d8d9fd32c9bb40303f6cdcc87edd2820a617d14':
add dependency for new autogenerated api
Added setCprSearchFABVisibility and setCprSearchFABDisabled to cpr-does-not-exist.component.cprSearchComponentEvent handlers now enables/disables the FAB depending on focus or blur.
Added a dummy setCprSearchFABVisibility function for cpr-does-not-exist.component.handleCprSearchComponent Focus and Blur events now calls cpr-does-not-exist.component's setCprSearchFABVisibility function
Renamed inputTextFieldFAB and corresponding event cprTextFieldFocusEvent to cprSearchFAB and cprSearchFABClick event respectively.Added events for cprSearchComponent focus and blur.