* adding debounce time in object picker
unify search api
fix multiples duplicate result
remove limit of 4 character to search
* remove three.min.js
* remove unused import
* tlsint fix and remove file
* rename sitesApiService to sitesService as all the other services
* fix test timeout async
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* fix test for remove upload deprecated properties
* remove duplicate identifier
* [ADF-1599] fix design issues
Search Term Highlight text to be orange (primary color)
Main action button text label to be orange (primary color)
Main action button text to be in Uppercase
Main action button to relate to the action i.e. MOVE or COPY
Dialog title: Name of item to move/copy should be in 'quotes'
* [ADF-1599] fix Dropdown Placeholder text from 'Site List' to 'Select Location'
* [ADF-1599] fix Dropdown Placeholder text from 'Site List' to 'Select Location'
* fix 'Select Location' width and bottom margin
* [ADF-1599] update document picker to match design
* [ADF-1599] fix failing tests
* [ADF-1599] update the unit tests
* [ADF-1599] use only colors from $theme on component scss file
* [ADF-1599] change needed after resolving conflict on merge
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* Made the drag and drop area working in demo shell for task attachment
* Provided a way to pass custom no content template for drag and drop to the user
* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working
* Made the drag and drop area working in demo shell for task attachment
* Provided a way to pass custom no content template for drag and drop to the user
* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component
* [ADF-1949] Allow customization of the dropdown menu on document picker
- add as input properties the 'dropdownHideMyFiles' and the 'dropdownSiteList' to the destination picker, so the list of sites from the dropdown can be customized, if wanted
- add navigation on '-mysites-' entries on document-list
- use custom dropdown on the copy/move document picker
* [ADF-1949] do not use a custom dropdown on the copy/move document picker on ADF side, because this can be done only on ACA side
* [ADF-1949] handling the node-dblclick event on content-node-selector.component instead of doing it on the document-list component
- and update the sites-dropdown documentation file
* [ADF-1949] changes requested on code review
* [ADF-1949] fix failing tests
* [ADF-1918] added new search api service to search component
* [ADF-1918] fixed close panel on empty search word
* [ADF-1918] added documentation for search changes
* [ADF-1918] fixed closing of subscription on destroy
* [ADF-1761] refactoring search
* [ADF-1761] added click exit strategy and selection for list items
* [ADF-1761] removed old search component replaced with the new implementation
* [ADF-1761] removed old component and replaced with the refactored version
* [ADF-1761] added the new tests for search control component
* [ADF-1761] added test for refactored search component
* [ADF-1761] fixed minor twitch start styling the list
* [ADF-1761] fixed test
* [ADF-1761] removed unused import
* [ADF-1761] added search integrations with files component
* [ADF-1761] rebased branch on lates development
* [ADF-1761] added blur management for search
* [ADF-1761] fixed wrong behaviour on blur
* [ADF - 1761] fixed responsiveness on smaller resolution
* [ADF-1761] reduced font and added white line
* [ADF-1761] fixed some blur behaviour
* [ADF-1761] added some fix for on blur behaviour
* [ADF-1761] fixed some behaviour on blur
* [ADF-1761] fix for angular 5
* [ADF-1761] changed name from search integration to search result into demoshell
* [ADF-1761] fixed wrong change name
* [ADF-1761] added documentation for search control component
* [ADF-1761] added documentation for search component
* [ADF-1761] fixed wrong link into documentation
* [ADF-1761] fixed image for simple example
* [ADF-1761] added some improvements and removed duplicated code
* [ADF-1761] renamed directive to searchAutocomplete
* [ADF-1761] added some changes after Peer review