@alfresco/adf-core 8.4.0-17724113611 → 8.4.0-17729412276
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.
|
@@ -96,7 +96,7 @@ export declare abstract class FormBaseComponent {
|
|
|
96
96
|
handleError(err: any): any;
|
|
97
97
|
abstract onRefreshClicked(): void;
|
|
98
98
|
abstract saveTaskForm(): void;
|
|
99
|
-
abstract completeTaskForm(outcome?: string): void;
|
|
99
|
+
abstract completeTaskForm(outcome?: string, outcomeId?: string): void;
|
|
100
100
|
protected abstract onTaskSaved(form: FormModel): void;
|
|
101
101
|
protected abstract storeFormAsMetadata(): void;
|
|
102
102
|
protected abstract onExecuteOutcome(outcome: FormOutcomeModel): boolean;
|
|
@@ -64,7 +64,6 @@ export declare class FormModel implements ProcessFormModel {
|
|
|
64
64
|
readonly confirmMessage: ConfirmMessage;
|
|
65
65
|
readonly taskName: string;
|
|
66
66
|
readonly processDefinitionId: string;
|
|
67
|
-
readonly selectedOutcome: string;
|
|
68
67
|
readonly enableFixedSpace: boolean;
|
|
69
68
|
readonly displayMode: any;
|
|
70
69
|
fieldsCache: FormFieldModel[];
|
|
@@ -77,6 +76,8 @@ export declare class FormModel implements ProcessFormModel {
|
|
|
77
76
|
fieldValidators: FormFieldValidator[];
|
|
78
77
|
customFieldTemplates: FormFieldTemplates;
|
|
79
78
|
theme?: ThemeModel;
|
|
79
|
+
selectedOutcomeId?: string;
|
|
80
|
+
selectedOutcome: string;
|
|
80
81
|
className: string;
|
|
81
82
|
readOnly: boolean;
|
|
82
83
|
isValid: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-17729412276",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"types": "./index.d.ts",
|
|
27
27
|
"default": "./fesm2022/adf-core.mjs"
|
|
28
28
|
},
|
|
29
|
-
"./api": {
|
|
30
|
-
"types": "./api/index.d.ts",
|
|
31
|
-
"default": "./fesm2022/alfresco-adf-core-api.mjs"
|
|
32
|
-
},
|
|
33
29
|
"./auth": {
|
|
34
30
|
"types": "./auth/index.d.ts",
|
|
35
31
|
"default": "./fesm2022/alfresco-adf-core-auth.mjs"
|
|
36
32
|
},
|
|
33
|
+
"./api": {
|
|
34
|
+
"types": "./api/index.d.ts",
|
|
35
|
+
"default": "./fesm2022/alfresco-adf-core-api.mjs"
|
|
36
|
+
},
|
|
37
37
|
"./feature-flags": {
|
|
38
38
|
"types": "./feature-flags/index.d.ts",
|
|
39
39
|
"default": "./fesm2022/alfresco-adf-core-feature-flags.mjs"
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-17729412276",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-17729412276",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|