* [ADF-2984] Show date invalid message on search date range picker
* [ADF-2984] test that required format is displayed when date input is invalid
* [ADF-2984] More space above buttons
* sorting configuration
* detect primary sorting and use with document list
* search results sorting
* docs update
* unit tests and code updates
* update code
* update code
* generic sorting picker, test updates
* ability to switch off client side sorting
* update docs for document list
* [ADF-2997] restrict 'to' field not to allow dates in the future
* [ADF-2997] more clear labels for start and end date fields
the translation team will decide what will be the best values for the date fields
* change input with textarea
* update file version use now the update content API
* provide way to test read only mode version list
* fix test
* test fix
* [ADF-2739] Long names in breadcrumb fixed
* [ADF-2739] Updated styles
* [ADF-2739] Fixing @mixin for breadcrumb
* [ADF-2739] Waiting for changes in demo-shell
* [ADF-2739] Fixed @mixin
* [ADF-2739] Fixed issue related to breadcrumb position
* [ADF-2739] Improved ngOnChanges call for breadcrumb
* [ADF-2739] Fixed issues with lint
* [ADF-2739] Removed comment in dropdown breadcrumb component file
* [ADF-2739] Changed recalculateNodes method from public to protected
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
* [ADF-2912] added group everyone as constant result for add permissions
* [ADF-2912] readded jsdoc
* [ADF-2699] added localisation to the time-ago pipe
* [ADF-2699] added lang to time ago pipe
* [ADF-2699] added localisation for time ago pipe
* [ADF-2699] removed fdescribe
* [ADF-2699] removed comments
* [ADF-2699] removed useless default values
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
* [ADF-2826] added a check for duplicate permission add
* [ADF-2826] removed fdescribe
* [ADF-2826] applied peer review changes
* format date chosen from the datePicker's calendar
* format date on focusout event
* fix tests & some code refactoring
* more validation messages
* unit tests
* fix typecast error
* move "dateFormat" to be part of the "date range" widget settings block
* fix error on Moment
"...Type 'moment.Moment' is not assignable to type 'moment.Moment'. Two different types with this name exist, but they are unrelated.
Property 'isLocal' is missing in type 'Moment'..."
* moment - use old version
* change script - use recent version of moment
* "show less" button for search filter container
* consistent button styles across widgets
* i18n support for facets
* page sizes for check list
* display page buttons only when needed
* page sizes for all facet fields
* test fixes
* update lib versions
* fix angular configuration
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
* schema and configuration improvements
* check list search widget
* "Clear all" button to reset the list
* page size and "show more" for response facet fields
* test fixes
* fix tests
* fix pagination bug (skipCount reseting)
* integrate date range picker from #3248
* i18n support for date and number range
* some docs for search filter
* docs update
* docs update
* cleanup code as per review