* added spinner module and translate text for process-list component
* added spinner loader for data-table in processlist-variable component
* added spinner loader for data-table in processlist component
* added spinner loader for data-table in process-attachmentlist component
* added spinner module and translate text for tasklist component
* changed css for adf-datatable: selector changed in component
* added spinner loader for data-table in tasklist component
* added spinner loader for data-table in task-attachmentlist component
* removed no-content template from task/process attachment list
* fixed tasklist testcase issues
* changed imort order for test cases
* fixed testcase issue in processlist component
* Create two different ProcessUpload service on for task one for process because the API are different
Move the attachment task list and process list in different component outside the activiti demo component
* Move the create task/process attachment in the child component
* add codelyzer in core and datatable
* add codelyzer in the main build
* order imports
* fix import in test
* fix import test
* import reorder form
* tasklist and processlist import reorder
* added service to get all the related content of the process instance
* added new component to create/upload attachment for process instance
* added unit test cases for create-process-attachment component
* exported create-process-attachment component
* added documentation for create-process-attachment component
* added new component to list the process attachments with view, download and delete functionality
* added unit test cases for activit-process-attachment-list component
* exported new process attachment list component
* added documentation for process-attachment-list component
- Improvements to and rename list component
- Add many more processlist components (filters, details, header,
tasks)
- Add dependency on tasklist component
- Glue into demo-shell
- Add Karma config but not actual tests yet
Refs #492