@alfresco/adf-process-services-cloud 8.1.0-15157222665 → 8.1.0-15164245071
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/bundles/assets/adf-process-services-cloud/i18n/de.json +2 -2
- package/esm2022/lib/form/components/form-cloud.component.mjs +5 -5
- package/esm2022/lib/process/start-process/components/start-process-cloud.component.mjs +12 -10
- package/fesm2022/adf-process-services-cloud.mjs +15 -13
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/process/start-process/components/start-process-cloud.component.d.ts +2 -2
- package/package.json +4 -4
|
@@ -24,13 +24,11 @@ import { Observable } from 'rxjs';
|
|
|
24
24
|
import { ProcessDefinitionCloud } from '../../../models/process-definition-cloud.model';
|
|
25
25
|
import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
|
|
26
26
|
import { FormCloudDisplayModeConfiguration } from '../../../services/form-fields.interfaces';
|
|
27
|
-
import { FormCloudComponent } from '../../../form/components/form-cloud.component';
|
|
28
27
|
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
29
28
|
import * as i0 from "@angular/core";
|
|
30
29
|
export declare class StartProcessCloudComponent implements OnChanges, OnInit {
|
|
31
30
|
private translateService;
|
|
32
31
|
inputAutocomplete: MatAutocompleteTrigger;
|
|
33
|
-
startForm: FormCloudComponent;
|
|
34
32
|
/** (required) Name of the app. */
|
|
35
33
|
appName: string;
|
|
36
34
|
/** Maximum length of the process name. */
|
|
@@ -96,6 +94,8 @@ export declare class StartProcessCloudComponent implements OnChanges, OnInit {
|
|
|
96
94
|
private readonly displayStartSubject;
|
|
97
95
|
private readonly hasVisibleOutcomesSubject;
|
|
98
96
|
private readonly dialog;
|
|
97
|
+
showSaveButton: boolean;
|
|
98
|
+
showCompleteButton: boolean;
|
|
99
99
|
get isProcessFormValid(): boolean;
|
|
100
100
|
get disableStartButton(): boolean;
|
|
101
101
|
get isProcessDefinitionsEmpty(): boolean;
|
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-15164245071",
|
|
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-15164245071",
|
|
41
|
+
"@alfresco/adf-core": ">=8.1.0-15164245071",
|
|
42
|
+
"@alfresco/adf-content-services": ">=8.1.0-15164245071",
|
|
43
43
|
"@apollo/client": ">=3.7.2",
|
|
44
44
|
"@ngx-translate/core": ">=14.0.0",
|
|
45
45
|
"apollo-angular": ">=4.0.1"
|