* use viewNodeExtras when calling action
* open viewer based on ViewNodeExtras data
* resolve closing destination based on ViewNodeExtras query params
* remove unused param
* call ViewNodeAction with correct params
* update tests
* update docs
* viewer outlet over preview route
* use ViewNodeAction over ViewFileAction
* pass data to dynamic component
* ViewNodeComponent for view file custom actions
* update docs
* pass primary url to show preview outlet
* update tests
* reset selection on navigation event
* document list update selection action when not viewer
* close viewer for move and delete from viewer
* location as router commands to work with search query
* make viewer to behave like former preview
* viewer error route
* call correct preview method
* remove view/error route
* navigate to show error
* span element for action name
* fix folder navigation
* fix test
* page title fix
* update tests
* locate better the viewer toolbar
* fix viewer url link
* update navigation rules
* document-list directive tests
* try workaround for chrome 76
* try another workaround for using chromedriver 75 instead of 76
* ViewerEffects tests
* reset selection over reload
* fix tests
* add reset event test
* remove actions
* context menu action refresh on favourite
* reset selection on navigation
* add delete and upload events
* takeUntil after operators
* remove chrome workaround parameter
* filter navigation event
* [ACA-2139] remove style override
- was added on ADF component since 3.0.0
* [ACA-2149] prepare for moving adf-upload-dialog style to ADF
- separate new styling from overrides
* [ACA-2148] just delete without moving to ADF
- since we no longer use the adf-upload-button anywhere in ACA
* [ACA-2150] refactor adf-upload-drag-area code
* [ACA-2150] more refactor adf-upload-drag-area scss
* [ACA-2150] change variable naming on adf-upload-drag-area scss
* [ACA-2141] fix adf-info-drawer height
- and mark code that could be removed in the future - without moving to ADF
* [ACA-2147] prepare adf-toolbar code to be moved to ADF
* [ACA-2141] remove not needed styles
- already set inside the adf-version-manager styling
* [ACA-2146] prepare adf-sidenav-layout code to be moved to ADF
* [ACA-2144] remove no more needed styles for facet-buttons
- styles for adf-facet-buttons are applied in ADF 3.1.0
* [ACA-2150] fix reset 'parent' color on adf-upload-drag-area
* [ACA-2150] refactor adf-upload-drag-area code
- to easier to move to ADF
* [ACA-2141] better fix for adf-info-drawer height
* [ACA-2147] rename css class to prepare adf-toolbar code to be moved to ADF
* use standard date columns
* use standard file size column
* name column component
* library name template
* library status column
* enable tests
* trashcan name column template
* split create menu into separate component
* toolbar menu item component
* toolbar menu component
* component updates
* unified property name
* code and style improvements
* login module (lazy)
* context menu
* make same structure check
* align naming
* lazy loading support
* update module import implementation
* close context menu on Escape
* focus and navigate context menu items
* update with material cdk 'keycodes' name
* changed module folder name
* toolbar separators
* remove the need for "target" for separators
* simplify code
* menu stub, reducing separators
* toolbar action component
* render menu items
* menu items
* introduce "create folder" action
* track opened folder via store
* "create folder" action, support mulitple targets
* fix card view colors and toolbar layouts
* basic support for permissions
* simplify create menu and add permissions
* add toolbar separators for extension entries
* "edit folder" extension command
* minor code improvements
* initial structure scaffold
* core extensions module
* simple navbar composition
* allow using app routes instead of registered
* migrate to new navbar setup
* remove commented out tests
* populate toolbar
* evaluate expressions
* redirect to url from toolbar
* populate "open with" viewer menu
* update test setup
* experimental flag for extensions
* test fixes
* fix tests
* code improvements, order support
* improve routing management
* populate "create" menu
* extra dictionaries for spellcheck
* allow disabling extension content
* support file/folder targets for toolbar actions
* add safety check
* navigate directly
* toolbar actions for all pages
* support route data
* "experimental" flag for "create" menu extensions
* code fixes