* issue #1
Because the input element gets no focus when the search button is clicked, there is no way to toggle off the search input, when user clicks outside the search bar
Added focus on search input when the user click on search input
issue #2
Increased the width of the search results container in order to be able to show more text
translated results container to the left in order to prevent it to overlap the menu items from the navigation bar
* Adding test spec for checking if search input has focus after the user clicks on search button
* removed deprecated render dependency
using this call
" searchInput.nativeElement.focus()"
to enable input focus
* fixed broken animation on input search focus()
* Fix search control component tests
* Fix rebasing
* fix upload for process attachment list
export ActivitiContentService
ProcessService.createOrUpdateProcessInstanceVariables has incorrect method signature
* fix signature methods
* fix test parameters
* 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-2002] added arrow up and down feature
* [ADF-2002] fixed search bar animation and added arrow support
* [ADF-2002] added some test for arrow manage
* [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