@alfresco/adf-process-services-cloud 8.1.0-14504310492 → 8.1.0-14517305114

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.
@@ -1,3 +1,11 @@
1
1
  .adf-data-table-widget-failed-message {
2
2
  margin: 10px;
3
3
  }
4
+
5
+ .adf-preview-placeholder {
6
+ background-color: var(--adf-theme-mat-grey-color-50);
7
+ height: 100%;
8
+ width: 100%;
9
+ min-height: 100px;
10
+ margin-bottom: 10px;
11
+ }
@@ -1,20 +1,3 @@
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';
18
1
  import { AppConfigService, UserPreferencesService } from '@alfresco/adf-core';
19
2
  import { BaseTaskListCloudComponent } from '../base-task-list-cloud.component';
20
3
  import { TaskCloudService } from '../../../services/task-cloud.service';
@@ -26,7 +9,7 @@ import { TaskInstanceCloudListViewModel } from '../../models/task-cloud-view.mod
26
9
  import { TasksListDatatableAdapter } from './datatable/task-list-datatable-adapter';
27
10
  import { ProcessVariableFilterModel } from '../../../../models/process-variable-filter.model';
28
11
  import * as i0 from "@angular/core";
29
- export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<ProcessListDataColumnCustomData> implements AfterViewInit {
12
+ export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<ProcessListDataColumnCustomData> {
30
13
  taskListCloudService: TaskListCloudServiceInterface;
31
14
  private viewModelCreator;
32
15
  /**
@@ -146,7 +129,6 @@ export declare class TaskListCloudComponent extends BaseTaskListCloudComponent<P
146
129
  isLoading$: import("rxjs").Observable<boolean>;
147
130
  private fetchProcessesTrigger$;
148
131
  constructor(taskListCloudService: TaskListCloudServiceInterface, appConfigService: AppConfigService, taskCloudService: TaskCloudService, userPreferences: UserPreferencesService, cloudPreferenceService: PreferenceCloudServiceInterface, viewModelCreator: VariableMapperService);
149
- ngAfterViewInit(): void;
150
132
  reload(): void;
151
133
  private createTaskListRequestNode;
152
134
  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-14504310492",
4
+ "version": "8.1.0-14517305114",
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-14504310492",
41
- "@alfresco/adf-core": ">=8.1.0-14504310492",
42
- "@alfresco/adf-content-services": ">=8.1.0-14504310492",
40
+ "@alfresco/js-api": ">=9.1.0-14517305114",
41
+ "@alfresco/adf-core": ">=8.1.0-14517305114",
42
+ "@alfresco/adf-content-services": ">=8.1.0-14517305114",
43
43
  "@apollo/client": ">=3.7.2",
44
44
  "@ngx-translate/core": ">=14.0.0",
45
45
  "apollo-angular": ">=4.0.1"