* 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
* user preferences service
* unit tests and code improvements
* fix tests
* fix tests
* fix tests
* add missing production settings
* readme updates
* integrate with the core module
* stub for custom form service
* demo polishing
- use in-memory formService only for the corresponding demo page 'Form'
- support for mocking rest field values
- demo of the typeahead data mocked
* load data from app config
* fix lint errors
* separate Form and Form List demos
* aot compatibility updates
- remove index files where needed
- move material dependencies to a separete module
- use aot compatible lambda functions for module export
* remove unused imports
* re-export Material module
* core module enhancements
- fix AOT issue with providers (use lambda instead of variable)
- move context menu to a separate module
* core module enhancements
* feature modules
* Add people component
* exported people service
* added people-list component to show the involved user list
* changed people-search component layout
* changed people-list usage in people component
* changed people-list data table from custom template to data adapter
* changes people-search component related to people-list
* changes in activiti-people related to people-list and people-search component
* changed data adapter to direct data column setting to data-table
* removed ngChanges and added User and UserEvent models
* added User and UserEvent model in emitter and other emitter handler
* added user event model
* changed activiti-people component with latest UX changes
* addedand changed translate keys to the components
* added hasUser method to check the condition in html
* fixed tslint issue and test case issue in activiti-people component
* added test case for actviti-people-list component
* test case added for activiti-people-search component
* changed activiti-people test cases according to latest UX changes
* added description for activiti-people component
* changed test case to fix component.upgradeElement issue
* changes requested by Vito Albano #1
* splitted getDisplayUser into getDisplayUser and getInitialUsername
- custom app setttings service to use isolated storage (demo shell)
- restore settings UI
- redirect angular and rxjs to the same version as components use.
* Style changes and button
* Convert to PDF button
* Convert to PDF button part II.
* Convert within the Not Supported Format component
* Rendition loading skeleton
* Conversion is working.
* Convert button behaviour tests
* Rebasing fix.