@alfresco/adf-process-services-cloud 8.1.0-14496925302 → 8.1.0-14504310492
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 +1 -1
- package/esm2022/lib/task/task-list/components/task-list/task-list-cloud.component.mjs +3 -1
- package/fesm2022/adf-process-services-cloud.mjs +2 -0
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/task/task-list/components/task-list/task-list-cloud.component.d.ts +19 -1
- package/package.json +4 -4
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import { AfterViewInit } from '@angular/core';
|
|
1
18
|
import { AppConfigService, UserPreferencesService } from '@alfresco/adf-core';
|
|
2
19
|
import { BaseTaskListCloudComponent } from '../base-task-list-cloud.component';
|
|
3
20
|
import { TaskCloudService } from '../../../services/task-cloud.service';
|
|
@@ -9,7 +26,7 @@ import { TaskInstanceCloudListViewModel } from '../../models/task-cloud-view.mod
|
|
|
9
26
|
import { TasksListDatatableAdapter } from './datatable/task-list-datatable-adapter';
|
|
10
27
|
import { ProcessVariableFilterModel } from '../../../../models/process-variable-filter.model';
|
|
11
28
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<ProcessListDataColumnCustomData> {
|
|
29
|
+
export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<ProcessListDataColumnCustomData> implements AfterViewInit {
|
|
13
30
|
taskListCloudService: TaskListCloudServiceInterface;
|
|
14
31
|
private viewModelCreator;
|
|
15
32
|
/**
|
|
@@ -129,6 +146,7 @@ export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<P
|
|
|
129
146
|
isLoading$: import("rxjs").Observable<boolean>;
|
|
130
147
|
private fetchProcessesTrigger$;
|
|
131
148
|
constructor(taskListCloudService: TaskListCloudServiceInterface, appConfigService: AppConfigService, taskCloudService: TaskCloudService, userPreferences: UserPreferencesService, cloudPreferenceService: PreferenceCloudServiceInterface, viewModelCreator: VariableMapperService);
|
|
149
|
+
ngAfterViewInit(): void;
|
|
132
150
|
reload(): void;
|
|
133
151
|
private createTaskListRequestNode;
|
|
134
152
|
private createRequestNode;
|
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-14504310492",
|
|
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-14504310492",
|
|
41
|
+
"@alfresco/adf-core": ">=8.1.0-14504310492",
|
|
42
|
+
"@alfresco/adf-content-services": ">=8.1.0-14504310492",
|
|
43
43
|
"@apollo/client": ">=3.7.2",
|
|
44
44
|
"@ngx-translate/core": ">=14.0.0",
|
|
45
45
|
"apollo-angular": ">=4.0.1"
|