@alfresco/adf-process-services-cloud 8.4.0-19066638615 → 8.4.0-19067731876

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.
@@ -213,7 +213,8 @@ export declare enum FormFieldType {
213
213
  uploadFolder = "uploadFolder",
214
214
  displayValue = "readonly",
215
215
  displayText = "readonly-text",
216
- fileViewer = "file-viewer"
216
+ fileViewer = "file-viewer",
217
+ button = "button"
217
218
  }
218
219
  export interface FormCloudDisplayModeConfigurationOptions {
219
220
  onCompleteTask(id?: string): void;
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-19066638615",
4
+ "version": "8.4.0-19067731876",
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-19066638615",
25
- "@alfresco/adf-core": ">=8.4.0-19066638615",
26
- "@alfresco/adf-content-services": ">=8.4.0-19066638615",
24
+ "@alfresco/js-api": ">=9.4.0-19067731876",
25
+ "@alfresco/adf-core": ">=8.4.0-19067731876",
26
+ "@alfresco/adf-content-services": ">=8.4.0-19067731876",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1",