* Changed the service fetching page sizes in document-list component
* uncommented a line in process-service.component.ts for the tasklist to show page-sizes in task-list
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* removed some unused variables
* [ADF-1958] Process Attachment list - The empty list should be a simple template
* changed the default empty list to a simple template
* changed process-attachment.component.html so that the user can pass custom empty tempate
* [ADF-2095] Start Task - The start button should have the primary colour.
* fixed start button should have the primary colour.
* [ADF-2095] Start Task/Process - The start button should have the primary colour.
* fixed start button should have the primary colour and Uppercase.
* * Start task button should have the primary colour
* [ADF-2109] Task Form - The form doesn't fit in the mobile screen
* Made form mobile compatible
* Fixed issues arising due to the issue ADF-2094
* [ADF-2109] Task Form - The form doesn't fit in the mobile screen
* Made adf form mobile compatible
* Fixed issues arising due to the issue ADF-2094
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select Process definition if it is the only definition.
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select a processDef in start-form if there just one processDef present
* [ADF-2098] Start Process - the default process definition should be selected
* made the start-process component to automatically select a processDef in start-form if there just one processDef present
* Update start-process.component.html
* Update start-process.component.ts
* [ADF-2094] Task Form - Doesn't follow the specification
* Removed icon visible beside title
* Made font-size for title as semibold 20px
* Set the outcome buttons on bottom right side
* set color of Complete button as primary
* [ADF-2094] Task Form - Doesn't follow the specification
* Changed the css for the Adf-form according to zeplin design
* Removed icon visible beside title
* Made font-size for title as semibold 20px
* Set the outcome buttons on bottom right side
* set color of Complete button as primary
* [ADF-2094] Task Form - Doesn't follow the specification
* Changed the css for the adf-form according to zeplin design
* Removed icon visible beside title
* Made font-size for title as semibold 20px
* Set the outcome buttons on bottom right side
* set color of Complete button as primary
* * Removed unused adf-task-list keys from app.config
* Fix can add/remove the static property through the app.config and can put custom columns into the html in adf-tasklist component
* Fix add/remove the static property through the app.config and can put custom columns into the html in adf-tasklist component
* * Fixed support custom html template and static columns.
* Updated tasklist doc.
* Fixed failing test case.
* * Fixed support custom html template and static columns
* * Updated task-list documentation.
* [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
* [ADF-1826] Task Header - The priority property should be editable
* [ADF-1826] - Fixed isEditble typo
* [ADF-1826] - Adding unit test - checking the priority value is displayed
* [ADF-1826] fixed unit test
* [ADF-1826] fixed unit test (replaced fit with it)
* 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