* [ADF-2065] created dialog component for content node selector
* [ADF-2065] removing SiteModel from site dropdown to use SitePaging model of js-api
* [ADF-2065] - removed site model and updated documentation
* [ADF-2065] fixed test for site component
* [ADF-2065] refactored content node selector and created content node selector dialog
* [ADF-2065] fixed test on site-api service
* [ADF-2065] added a new content node dialog service to centralise the logic for content node dialog
* [ADF-2065] start adding test for node-actions service|
* [ADF-2065] added test for node-actions service
* [ADF-2065] added test for node action service
* [ADF-2065] renamed components to keep backward compatibility
* [ADF-2065] added input just for backward compatibility
* [ADF-2065] added some changes for backward compatibility and updated documentation
* [ADF-2065] updated documentation for content node selector
* update dependencies
add ban for fdescribe in tslint
reenable test
add badge codacy
check bundles esm5 and esm2015
travis run new vuild script
* remove fdescribe
* material 5.0.0 stable release
* 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
* 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
* fix viewer script
export insights and diagram
remove requires svg
fix new data adapter path
dist working with diagrams commented out
change use of minimatch
fix unused import
remove unused component
fix test
new import moment es6 and throw rxjs
fix import analytics test
fix imports rxjs
new pacakging
* fix after rebase
* fix test upload services
* exclude temporarily button event test
* restore commented demo shell files
* fix process spy
* [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