* [Document List] IE11 select icon is not aligned
[Document List] Login is not aligned
Register Alfresco file type icons within the mat-icon
remove old material-icons pice of code
* fix lint 180 in thumbnailservice
* remove unnecessary duplicate code
* fix thumbnail test
* fix issues with the icons column in DT/DL
- fix issue with screen reader label not being translated
- fix issue with column taking the width of the screen reader label
* fix custom selection icon position
* First steps
* Every package have separate entry points for styling mixins
* Moving to config dir, and using it in demo shell
* Remove webpack config include path magic from activiti-form package
* Fixing all the webpack common configs and using relative paths in the prebuilt themes
* Datatable header fix
* Update documentation
* [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error
* Added directives for the custom tags
* Replaced empty list tags with new directives
* Removed CUSTOM_ELEMENTS_SCHEMA document-list, task-list and process-list
* Handled empty attachment list sceeenario in attachment list
* [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error
* Added tests for disabled and non empty attachments scenario
* support 'timeAgo' format for data-column
* file size column type and bug fixes
* readme updates
* location column type
* readme fixes
* update unit tests
* file size pipe tests
* row select/unselect dom events for DT
- new events for datatable
- improved unit tests for empty content placeholders
* improved selection management for DT
* selection management for document list
* fix tests
* improve datatable style
* datatable and document list enhancements
- support to toggle header in DataTable
- Document List automatically hides header for empty content
* upgrade to md-menu
- upgrade to md-menu
- fix issue with missing icons
- extend demo shell to show icons for actions
- fix issue with border problems in Firefox
- remove commented out samples in demo shell (there's readme for that instead)
* fix unit tests
* fix tests
* use the same upload component between the content and process service
* Create a BaseUploadServe inside the core
The AlfrescoUpload should extend the BaseUpload
* Improve the code
* Move the process service from the demo shell to form component
* Merge [ADF-917] added exlcluded files into app config to prevent special files
* Remove typo
* Fix import
* Fix FileModel import
* Fix Denys comment
* Fix unit test with the new path of UploadService
* Add missing implementation
* 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
* Create a new empty list component
Share the component between attachment list and document list
Add unit test
Add basic documentation
* Use the adf empty list also in the process attachment component
* Fix unit test
* delete wrong file
* [ADF - 966] added a setTimeout to test the async loading of datatable
* [ADF-966] added the ability to reflect changes on data change
* [ADF-917] changed due PR