* unit test for veryfing if changing to a custom site the current breadcrumb folder is the title of the site.
* fixed the problem when changing to a custom site the breadcrumb current folder title is not changing. fixed the issue when navigating inside a node after changing to a custom site the path to the root in the breadcrumb was not the correct path.
* updated the styling for the data rows to match the styling of the breadcrumb
* if there is an error the loader should stop not only if there is a message. updated to fix the node-selector site problem when adding a non existing site, the loader would previously keep spinning even though in console was thrown an error but the clients never had an UI update about the issue.
* changing the event on row from keyup to keydown to fix the issue of reopening the file after closing ussing only keyboard (opening and closing the file by enter)
* Reverting the 'onRowKeyDown' to not make a breaking change and added a new method to handle the opening file using 'enter' key
* Added unit test - it should emit double click if keydown "enter key" on row
* Small changes for clean coding
* header row as adf-datatable-row
* remove tabindex if header is hidden
* adjust logic if no row data is passed
* skip row focus if disabled
* set active row index on header interaction
* take in account header row
* fix header row and cells focus
* tests
* fix reference
* fix tests
* [ADF-4893] Fix visibility condition in datatable action menu
* Add filtering for when menu cache is disabled
* Fix unit test and improve code
* Fix linting
* Fix linting
* Add missing return type
* move download-zip to its own folder
* json dialog
* update docs
* update test
* disable e2e test
* json widget for the Form
* remove deprecated test
* fix tests, update display text name
* [ADF-4846] add $data-table-cell-link-color variable
- move style fix needed on ACA to ADF
* [ADF-4846] add $adf-permission-list-width variable
- moved style fix for adf-permission-lists from ACA to ADF
* [ADF-4457] StorageService should be independent of AppConfigService
* [ADF-4457] Fix e2e tests
* [ADF-4457] Fix e2e tests
* [ADF-4457] Improve storage service workflow
* Fix linting
* Fix unit tests
* Fix e2e test
* Add missing class to constructor
* Fix e2e test
* Rebase branch
* Improve unit test
* fix test
* next 3.4.0
* next 3.4.0
* [ADF-4426] Move CSS overrides from ACA to ADF - 2nd round (#4837)
* [ADF-4426] align toolbar icon color with design
* [ADF-4426] clean-up style - it is never applied
* [ADF-4426] display title for name location cell - useful for long names
* [ADF-4426] move content-node-selector cell fix from ACA
- fixes https://github.com/Alfresco/alfresco-ng2-components/issues/4686
* [ADF-4426] move content-node-selector cell fix from ACA
- fixes https://github.com/Alfresco/alfresco-ng2-components/issues/4686
* [ADF-4426] move image width fix from ACA
* [ADF-4426] allow more customization of data-table borders
* [ADF-4426] move fix from ACA
[ACA-2363] fixes issue with text being visible underneath the info drawer
* [ADF-4426] get adf-datatable-link style from ACA
* [ADF-4426] allow set of DL selected row icon color
* [ADF-4426] allow more document list customization
- code moved from ACA
- more css variables
- removed non used and duplicated outline styles
- some code clean-up...
* [ADF-4635] The Status drop-down is looking different for Processes than for Tasks (#4822)
* [ADF-4342] Date Format defined in app config
* [ADF-4342] Create localized pipe and centralize date format
* Add unit test for new date pipe
* Add info internationalization docs
* Fix lining
* Fix linting
* Fix date pipe unit test
* [ADF-4342] Add supported language files
* Fix e2e tests