@alfresco/adf-process-services-cloud 8.4.0-19535580979 → 8.4.0-19535715289
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/fesm2022/adf-process-services-cloud.mjs +17 -15
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.d.ts +2 -3
- package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +3 -3
- package/package.json +4 -4
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { EventEmitter, OnChanges,
|
|
17
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
18
18
|
import { AbstractControl, FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
19
19
|
import { DateAdapter } from '@angular/material/core';
|
|
20
20
|
import { MatDialog } from '@angular/material/dialog';
|
|
@@ -49,7 +49,7 @@ interface ProcessFilterFormProps {
|
|
|
49
49
|
completedDateType?: FormControl<DateCloudFilterType>;
|
|
50
50
|
[x: string]: FormControl<unknown>;
|
|
51
51
|
}
|
|
52
|
-
export declare class EditProcessFilterCloudComponent implements
|
|
52
|
+
export declare class EditProcessFilterCloudComponent implements OnChanges {
|
|
53
53
|
private formBuilder;
|
|
54
54
|
dialog: MatDialog;
|
|
55
55
|
private dateAdapter;
|
|
@@ -105,7 +105,6 @@ export declare class EditProcessFilterCloudComponent implements OnInit, OnChange
|
|
|
105
105
|
private filterChangeSub;
|
|
106
106
|
private readonly destroyRef;
|
|
107
107
|
constructor(formBuilder: FormBuilder, dialog: MatDialog, dateAdapter: DateAdapter<Date>, userPreferencesService: UserPreferencesService, translateService: TranslationService, processFilterCloudService: ProcessFilterCloudService, appsProcessCloudService: AppsProcessCloudService, processCloudService: ProcessCloudService);
|
|
108
|
-
ngOnInit(): void;
|
|
109
108
|
ngOnChanges(changes: SimpleChanges): void;
|
|
110
109
|
filterTracker(_index: number, item: ProcessFilterProperties): string;
|
|
111
110
|
buildForm(processFilterProperties: ProcessFilterProperties[]): void;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { DestroyRef, EventEmitter, OnChanges,
|
|
17
|
+
import { DestroyRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
18
18
|
import { AssignmentType, FilterOptions, TaskFilterAction, TaskFilterProperties, TaskStatusFilter } from '../../models/filter-cloud.model';
|
|
19
19
|
import { TaskCloudService } from './../../../services/task-cloud.service';
|
|
20
20
|
import { AppsProcessCloudService } from './../../../../app/services/apps-process-cloud.service';
|
|
@@ -33,7 +33,7 @@ export interface DropdownOption {
|
|
|
33
33
|
value: string;
|
|
34
34
|
label: string;
|
|
35
35
|
}
|
|
36
|
-
export declare abstract class BaseEditTaskFilterCloudComponent<T> implements
|
|
36
|
+
export declare abstract class BaseEditTaskFilterCloudComponent<T> implements OnChanges {
|
|
37
37
|
static ACTIONS_DISABLED_BY_DEFAULT: string[];
|
|
38
38
|
/** (required) Name of the app. */
|
|
39
39
|
appName: string;
|
|
@@ -83,7 +83,7 @@ export declare abstract class BaseEditTaskFilterCloudComponent<T> implements OnI
|
|
|
83
83
|
protected dialog: MatDialog;
|
|
84
84
|
protected formBuilder: UntypedFormBuilder;
|
|
85
85
|
protected dateAdapter: DateAdapter<Date, any>;
|
|
86
|
-
|
|
86
|
+
constructor();
|
|
87
87
|
ngOnChanges(changes: SimpleChanges): void;
|
|
88
88
|
createFilterActions(): TaskFilterAction[];
|
|
89
89
|
hasFormChanged(action: TaskFilterAction): 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.4.0-
|
|
4
|
+
"version": "8.4.0-19535715289",
|
|
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-19535715289",
|
|
25
|
+
"@alfresco/adf-core": ">=8.4.0-19535715289",
|
|
26
|
+
"@alfresco/adf-content-services": ">=8.4.0-19535715289",
|
|
27
27
|
"@apollo/client": ">=3.7.2",
|
|
28
28
|
"@ngx-translate/core": ">=14.0.0",
|
|
29
29
|
"apollo-angular": ">=4.0.1",
|