* Get the variables from the process instance API
/api/enterprise/process-instances/XXX
instead of
/api/enterprise/process-instances/382/variables
because the latest api returns 404 if the process is completed
* Fix unit test
* Add field id
* routed viewer (demo app)
* toolbar support
* app menu component for demo shell
* navigate back button
* fix unit tests
* improve viewer type detection and rendering
* download button
* automatic pdf rendition, spinners, ui tweaks
* border for pdf pages
* scroll top support
* docs update
* info drawer placeholder
* 508 fixes to bring the comments table into compliance. The <thead> element must be visible to users and <th> must display text that indicates what resides in the columns below.
* Updated to properly use the i18 translation
* This is a 508 Compliance fix to add a keyup.enter, role, and tabindex to both the icon and span associated with the file upload widget. This will allow keyboard-only users the ability to tab to a file loaded with the Upload Widget and select the element using the enter key.
* * Covered more test case scenarios for start-form component
* [ADF-1608] Start Form - Improve the unit test cases.
* Refactored start-form.component.spec.ts
* Covered more test case scenarios for start-form component
* Get the typeahead value from the process variables. We should not use the processDefinition to get again all the values
* Improve the dropdown widget
* [ADF-1291] Attachment list after upload list is not instantly refreshed
* Implemented NgZone to ensure change detection
* [#2377 Github] Attachments control won't let you add a document you removed
* Reset the value of input after each upload so that change will be detected if the same file is selected repeatedly
* [#2377 Github] Attachments control won't let you add a document you removed
* Added test to make sure the input value is rest after upload
* 508 fixes to bring the comments table into compliance. The <thead> element must be visible to users and <th> must display text that indicates what resides in the columns below.
* Updated to properly use the i18 translation
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters
* Added property [cursor: pointer] in accordion-group.component.scss
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters
* Added property [cursor: pointer] in accordion-group.component.scss
* Added css property for expand/collapse problem on heading click