@alfresco/adf-process-services-cloud 8.1.0-14714311489 → 8.1.0-14726086968
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.mjs +8 -3
- package/fesm2022/adf-process-services-cloud.mjs +7 -2
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +5 -0
- package/package.json +4 -4
|
@@ -87,6 +87,11 @@ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
|
|
|
87
87
|
readonly Screen: "screen";
|
|
88
88
|
readonly None: "";
|
|
89
89
|
};
|
|
90
|
+
/**
|
|
91
|
+
* The `Open next task` feature is currently disabled for forms only.
|
|
92
|
+
* See https://hyland.atlassian.net/browse/AAE-34514 for further details.
|
|
93
|
+
*/
|
|
94
|
+
readonly nextTaskCheckboxForFormsActivated = false;
|
|
90
95
|
private taskCloudService;
|
|
91
96
|
private readonly destroyRef;
|
|
92
97
|
ngOnChanges(changes: SimpleChanges): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-process-services-cloud",
|
|
3
3
|
"description": "Alfresco ADF process services cloud",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-14726086968",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@angular/platform-browser": ">=14.1.3",
|
|
38
38
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
39
39
|
"@angular/router": ">=14.1.3",
|
|
40
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
41
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
42
|
-
"@alfresco/adf-content-services": ">=8.1.0-
|
|
40
|
+
"@alfresco/js-api": ">=9.1.0-14726086968",
|
|
41
|
+
"@alfresco/adf-core": ">=8.1.0-14726086968",
|
|
42
|
+
"@alfresco/adf-content-services": ">=8.1.0-14726086968",
|
|
43
43
|
"@apollo/client": ">=3.7.2",
|
|
44
44
|
"@ngx-translate/core": ">=14.0.0",
|
|
45
45
|
"apollo-angular": ">=4.0.1"
|