@alfresco/adf-process-services-cloud 8.4.0-18001505377 → 8.4.0-18004620407
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.
|
@@ -73,9 +73,8 @@ export declare class StartProcessCloudComponent implements OnChanges, OnInit {
|
|
|
73
73
|
customOutcomeId: string;
|
|
74
74
|
isProcessStarting: boolean;
|
|
75
75
|
isFormCloudLoaded: boolean;
|
|
76
|
-
isFormCloudLoading:
|
|
77
|
-
processDefinitionLoaded:
|
|
78
|
-
showStartProcess: import("@angular/core").Signal<boolean>;
|
|
76
|
+
isFormCloudLoading: boolean;
|
|
77
|
+
processDefinitionLoaded: boolean;
|
|
79
78
|
showStartProcessButton$: Observable<boolean>;
|
|
80
79
|
startProcessButtonLabel: string;
|
|
81
80
|
cancelButtonLabel: string;
|
|
@@ -107,7 +106,10 @@ export declare class StartProcessCloudComponent implements OnChanges, OnInit {
|
|
|
107
106
|
onFormLoaded(form: FormModel): void;
|
|
108
107
|
private getMaxNameLength;
|
|
109
108
|
private selectProcessDefinitionByProcessDefinitionName;
|
|
109
|
+
private fetchStaticVariablesAndConstants;
|
|
110
|
+
private onFetchStaticVariablesAndConstants;
|
|
110
111
|
setProcessDefinitionOnForm(selectedProcessDefinitionName: string): void;
|
|
112
|
+
selectProcessDefinition(keyOrName: string): ProcessDefinitionCloud | undefined;
|
|
111
113
|
private getProcessDefinitionListByNameOrKey;
|
|
112
114
|
private getProcessIfExists;
|
|
113
115
|
private getProcessDefinitionByName;
|
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.4.0-
|
|
4
|
+
"version": "8.4.0-18004620407",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
25
|
-
"@alfresco/adf-core": ">=8.4.0-
|
|
26
|
-
"@alfresco/adf-content-services": ">=8.4.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.4.0-18004620407",
|
|
25
|
+
"@alfresco/adf-core": ">=8.4.0-18004620407",
|
|
26
|
+
"@alfresco/adf-content-services": ">=8.4.0-18004620407",
|
|
27
27
|
"@apollo/client": ">=3.7.2",
|
|
28
28
|
"@ngx-translate/core": ">=14.0.0",
|
|
29
29
|
"apollo-angular": ">=4.0.1",
|