* [ADF-4949] Add SUSPENDED state to the edit task filter
* [ADF-4949] Add unit test
* [ADF-4949] change order of status filters
* [ADF-4949] Change order of status filters
* [ADF-4949] Remove unnecessary unit test
* [ADF-4949] Add e2e for SUSPENDED filter
* [ADF-4949] fix lint errors
* Move the resources in the cloud lib
* Use adf cli
* Add missing process definitions
* Add debug points
* Print new class
* Use the resources under the adf-testing
* Use the resources from testing package
* Fix adf-testing bugs
* remove empty row
* Remove the npm install
* Remove log stuff
* Remove the console log
* Fix typo on process def names
Improve the debug e2e command
* Fix lowercase name
* Check the process cloud env and content env
* Add the new process definitions
* Add missing process definitions
* Use the latest simpleapp
* Rollback the bigFile
* Use relative link
* Trasnpile the adf-testing before using it
* actions accessibility
* lint
* access setEditMode by keyboard
* fix test
* update action automation id reference
* update element finder reference
* update automation id reference
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* make nullable variable optional in cookie
* make nullable variable optional in cookie
* added message events api
* added export
* added the getProcessInstance method in the queryservice
* added form-cloud.service with method to submit the form.
* added form-cloud.service with method to submit the form.
* returning the error instead of throwing, which can be used in expected negative api assertions in the test.
* added getTaskByNAme method to filter a task by unique task-name within a process-instance
* linting fix
* made correlation key as optional parameter
* removed the unnecessary tslint disable statements
* removed the unnecessary tslint disable statements and reverted the throw error statement
* logging response is not needed
* added return type
* added return type
* Angular 9 compatibility: add explicit types to prevent automatic deep imports
If you do not provide an explicit return type to a function then TypeScript
will try to guess it and create a dynamic import type for the `.d.ts` files.
Often the imports incorrectly point to a path deep within a package,
rather than accessing the type via the correct public facing import.
From Angular v9, using ivy, such deep imports cause compilation
errors and will prevent this library from being used for ivy enabled
applications.
This commit fixes this problem for a component and a service that
the adf-core library exports.
* Angular 9 compatibility: import DOCUMENT from `@angular/common`
In Angular 7 importing `DOCUMENT` from `platform-browser` was
deprecated, and it was removed completely in Angular 8.
* fix type afterlast alpha
* fix type after last alpha
* fix types demo shell
* [ADF-4893] Fix visibility condition in datatable action menu
* Add filtering for when menu cache is disabled
* Fix unit test and improve code
* Fix linting
* Fix linting
* Add missing return type
* migrate IdentityRoleService implementation
* update unit tests
* move interfaces to the origin
* move models to proper places
* migrate model to interface
* fix test
* update docs
* fix test
* update-js-api
* update-js-api
* invert test order for some reason
* split before save publicUrls
* split before save publicUrls
* [ADF-4810] split if publicUrls is not Array
* [ADF-4810]better check for string