* [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
* [ADF-1890] - Viewer - Content projection for sidebar only works if sidebarPosition is left
This issue is now fixed using angular flex
Also updated the test suite
Tested on chrome, firefox and safari
* [ADF-1890] - Viewer - Content projection for sidebar only works if sidebarPosition is left
This issue is now fixed using angular flex
Also updated the test suite
Tested on chrome, firefox and safari
* Replaced fit statements with it
* added flex dependenty to the viewer component spec file
* Update for sidebar component template
* Delete npm-debug.log from repo
* Fix sidebar height issues
* Fix tests
* [ADF-1872] - TaskList Component - Doesn't show the currentTaskId highlited
Fixed
* [ADF-1872] TaskList Component - Doesn't show the currentTaskId highlighted
Small code refactoring:
- changed the way the adf-tasklist selectionMode property is initialized
* [ADF-1825] - Form field in start task no aligned
Fixed
* [ADF-1825] - Form field in start task no aligned
Small refactoring - replaced tab indentation with space indentation
* [ADF-1784] - [Mobile] - Empty folder image should not display drag and drop image
Fixed
* [ADF-1784] - [Mobile] Empty folder image should not display drag and drop image
Also, for process-lis-component, i added a small fix for the image size when viewed with small screen devices
* fix for ADF-1772
Enabling translation for application-list-component title
* [ADF-1772] fix translation for default application name
added unit tests for checking this fix
* [ADF-1754] - Viewer's displayName property
Fixed
Added Unit tests for verifying the fix
* resetting file-view component initial properties
* fixing unit test for the case when fileNodeId is not null
small refactoring
* Created language keys for the header labels in proccess atachment list component
Updated the component
* [ADF-1759] updated the process attachments header language keys (using the existing ones)
* added menu actions key for process attachment language support
* updated the view download and remove action (hardcoded)labels with the appropriate translation keys
* bug fix for ADF-1702
updated login component scss (added adf-full-height class)
update login component template (applied the mentioned class to the html markup)
* Login component - issue ADF-1702 issue
update
applying the adf-full-height class to the password input field which has the same issue as the username field
* added general style rules that will override material design form input line height.
this is application specific change, will not impact the adf component framework
reverted the changes made in my previous attempt to fix this issue (login.component.scss and login.component.html)