Merge in RED/ui from RED-2846 to master
* commit '61d40c67bec00e4c597e815de4183c28432caae6': (22 commits)
fixed overflow
yarn lock update
class.active instead of style.background
reference grey background when selected
fix pr comments
fix rebase & reference dialog back in list component
wip reference service instance for every annotation card
wip has references
ng-container in list component
fixed some pr comments
references service back in providers
removed useless stuff & show button if annotation has references
apply filters when reference is clicked
page indicator and click event on reference
reference cards in dialog
show/hide dialog functionality in separate service
separate annotation card component in list
annotation references in template
references dialog close button
dialog open on button click and annotation input
...
Merge in RED/ui from RED-3132 to master
* commit '46cec7e6b82bd63112af0603063f24a698db4e97':
refactoring && update common
report count in dialog
get by placeholder method for report templates
dossier and file attributes dialog in the same component
Merge in RED/ui from recommendations to master
* commit '125a9a2cb06947ecc3a6a2713db5317be6eb19ca':
accept multiple recommendations
use dialog to change dictionary when accepting a recommendation
add resize action to recommendations
Merge in RED/ui from VM/RED-2614 to master
* commit '5db44d09c477a7d8e2c13c4f39833463aa01fc9d': (21 commits)
fixed one more import in 'can-deactivate.guard.ts'
fixed more imports
extended base dialog for 'add edit justifications' component
extended base dialog for 'add edit user dialog' component
added PendingChangesGuard for Configurations
updates for rules screen to can use PendingChangesGuard
added PendingChangesGuard for dictionary overview component
updated PendingChangesGuard and used it for user profile and notifications preferences screens
added warn box for all needed dialogs
extended base dialog for 'recategorize image dialog' component and 'resize annotation dialog' compoenent
extended base dialog for 'document info dialog' component and 'force annotation dialog' compoenent
extended base dialog for 'change legal basis dialog' component
extended base dialog for 'manual annotation dialog' component
extended base dialog for 'add dossier' component
moved 'base-dialog component' and 'confirmation-dialog service' in common
stored initial form as a simple object instead of a form
changed 'click' to 'action'
removed commented code, updated 'close' and 'changeTab' methods
updated general logic for 'valid' and 'changed' methods to be used by more classes that inherit BaseDialog
updated base dialog component to display the confirmation dialog whenever the user wants to leave the modal or change its tab with unsaved changes
...