* [ADF-3846] Added some doc comments and skeleton doc files
* [ADF-3846] Added basic docs for Extensions library
* [ADF-3846] Fixes to index pages
* [ADF-3846] Did tslint check and fixed error with doc comment
There were 2 issues:
- YAML is indentation-sensitive, so descendants need indentation
- You can't mix object keys with array elements eg:
```yml
- one:
title: Title
- Invalid
```
So if you want to nest, then you can't use the shorthand:
```yml
- file/folder: Pretty name
```
You have to use:
```
- file/folder:
title: Pretty name
children:
- document.md: A document
```
* Extract ComponentRegisterService from ExtensionService
* Make DynamicExtensionComponent smarter
* Add component existence safeguards
* hasComponentById
* Fixing spell check for the sake of mankind
* Add more proper tests and remove double ngOnDestroy call
* Remove lifecycle patches
* Added tests related to process filters
* Adding back a check in task filters tests.
* no message
* Creating a completed process
* Added tests for default process filters
* Wait for the page to be loaded
* Fix process cloud page
* Use FilterParamModel
* Rollback method
* Fix core unit test related to identity service
* Fix process filters cloud
Get user info from different keys
* Select the my-task filter in case the task has been created
* Add family_name and given_name to the jwt token
* * Generated EditProcessFilterComponent by cli
* Added MatExpansionModule
* * Added translation keys related to the editProcessFilterComponent
* Updated editProcessFilterComponent
* * Refactored EditProcessFilter component
* Created delete , save and saveAs filter methods in the service
* Generated ProcessDialog component
* Exported process-cloud
* Added Unit tests to the EditProcessFilter
* * Added unit tests to the processFIlterDialog component* Refactored process-list-cloud-demo component
* * Added editProcessFilter documentaion.
* * Unified process filter cloud models
* * Used new process-filter-cloud model
* * Updated documentation
* * Updated demo component
* * Updated editProcessFilter unit tests
* * After rebase* Fixed missing documentation
* * Fixed conflicts
* Rebased with dev branch
* Fix import
* [ADF-3775] Created breadcrumb component for layout demo
* [ADF-3775] Created filter demo component
* [ADF-3775] Created apps demo component
* [ADF-3775] Created tasks list cloud demo component
* [ADF-3775] Created tasks process cloud demo component
* [ADF-3775] Created new cloud layout component
* [ADF-3775] Improved translation
* [ADF-3775] Fixed translation
* [ADF-3775] Improved layout
* Use the EditTaskFilters
TaskFilterCloud should have a stream of filter
Fix integration issues
* Remove useless route
Enable start task cloud button
* Remove useless pages and handle start task error event
* Fix wrong unit test
* Use the Process Cloud menu name