* Process-services:
Making sure you can run
ng build process-services
ng test process-services
* Fix the path of the styles
* move the file in the right place
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* [ADF-4829] [ADF] [TaskListCloudComponent] Add action and context menu.
* Exposed action and contect menu on tasklist page.
* * Added documentation.
* * Fixed typo
* * After rebase
* * Fixed failing e2e test on cloud demo tasklist
* * Added providedIn in Task/process cloud service.
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* * Fixed comments.
* [ADF-4738] [Process -Cloud] Move GroupCloudService to adf-core lib.
* * Changed GroupModel to IdentityGroupModel
* Updated unit tests the recent changes.
* * Added documentation to the identityGroupService
* Updated GroupInitial and GroupCoudcomponent doc.
* * Created groupCount model. * Updated unit test to the recent changes
* * After rebase updated doc
* * Fixed comments.
* * Use local storage for community version.
* * Created a communityModule.
* * Updated unit tests the recent changes
* * Updated documents.
* * Modified process/task filters doc.
* [ADF-4734] Update docs for preference service in filters
* Update docs/process-services-cloud/components/edit-process-filter-cloud.component.md
Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com>
* Update docs/process-services-cloud/components/edit-task-filter-cloud.component.md
Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com>
* [ADF-4441] Save button should be disabled when form inputs are invalid, Refactored disable custom outcome buttons unit tests
* [ADF-4441] add missing space
* [ADF-4441] Refactor failing unit tests
* [ADF-4441] Added documentation for disableSaveButton property
* [ADF-4432] FormCloud - should be read only if the task is unclaimed.* Modifed formCloud component related claim/unclaim custom buttons.* Added unit tests to the recent changes* Created an component to project custom form outcomes.
* * Added documentation to the formcloudcustomoutcome component.
* [ADF-3876] Added form cloud model
* [ADF-3876] Added service to get forms
* [ADF-3876] Added form selection to start task
* [ADF-3876] Added tests
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] Added form cloud model
* [ADF-3876] Added service to get forms
* [ADF-3876] Added form selection to start task
* [ADF-3876] Added tests
* [ADF-3876] StartTaskCloud - Be able to start a task with a form
* [ADF-3876] StartTaskCloud - changed name to component
* [ADF-3876] StartTaskCloud - Renamed component
* Rename form-selector-cloud.component.md to form-definition-selector-cloud.component.md
* [ADF-3876] Improve and clean code and fix service
* [ADF-3876] Fix unit test
* Update app.module.ts
* fix module
* move components in the right folders
* fix e2e task list
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* Update form-cloud.component.md
* Update form-cloud.service.md
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* [ADF-4248] Moved documentation to process services
* [ADF-4248] Removed duplicate import
* [ADF-4248] Fixed wrong imports
* [ADF-4248] Renamed form renderer input
* [ADF-4248] Show translated name for nameless form
* Enable the uploadWidget
* Make the form great again!
* Move the class style on the parent
* Fix the debugMode
* [ADF-3986][ProcessListCloudComponent] Be able to filter process with all possible params* Added missing parameters* Added unit test the recent changes* Updated docs
* * Removed unwanted appVersion from process list
* * Removed unwanted properties
* * Reverted changes related status
* Update edit-task-filter-cloud.component.ts
* Fix the task and process filters value
* Rollback the process instance id
* * Added more process list properties in the demo
* * After rebase
* Used application query api.
* * Fixed failing unit test
* * After rebase
* * Fixed message
* * Fixed conflicts.
* * Fixed Lint error
* * Documentation conflicts fixed.
* [ADF-3841] Improve edit-task-filter-cloud by adding inputs to control filters, sort and actions* Provided an input to pass sort properties* Provided an input to pass filter actions
* * Provided way to configure sort and action properties from app.config
* Updated unit tests the recent changes
* * Added missing properties* Removed unwanted properties* Provided a way to to show range when the lastModified is passed* Fixed order should be visible if sort as been passed
* * Provided way to show checkbox
* * Changed to state, assignment to status and assignee* Updated Document* Updated unit tests
* * Removed unnecessary mock object
* * Removed FilterActionType * Updated documentation
* * Modified editTaskFilterCLoud component e2e tests to the recent changes
* * Fixed e2e tests
* * Fixed failing e2e test
* * Removed unwanted comment
* * After rebase
* * After rebase
* * After rebase
* * Fixed e2e conflict