@alfresco/adf-core 8.1.0-15022524077 → 8.1.0-15030749955

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.
@@ -14,10 +14,10 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { ComponentRef, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
17
+ import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
18
18
  import { FormFieldModel } from '../widgets/core/form-field.model';
19
19
  import * as i0 from "@angular/core";
20
- export declare class FormFieldComponent implements OnInit, OnDestroy, OnChanges {
20
+ export declare class FormFieldComponent implements OnInit, OnDestroy {
21
21
  container: ViewContainerRef;
22
22
  /**
23
23
  * Contains all the necessary data needed to determine what UI Widget
@@ -33,7 +33,6 @@ export declare class FormFieldComponent implements OnInit, OnDestroy, OnChanges
33
33
  private readonly destroyRef;
34
34
  private readonly compiler;
35
35
  ngOnInit(): void;
36
- ngOnChanges(changes: SimpleChanges): void;
37
36
  private updateReactiveFormControlOnFormRulesEvent;
38
37
  private triggerFormFieldChanged;
39
38
  ngOnDestroy(): void;
@@ -20,6 +20,7 @@ import { MatDialog } from '@angular/material/dialog';
20
20
  import { Track } from '../../models/viewer.model';
21
21
  import { ViewUtilService } from '../../services/view-util.service';
22
22
  import * as i0 from "@angular/core";
23
+ type ViewerType = 'media' | 'image' | 'pdf' | 'unknown';
23
24
  export declare class ViewerRenderComponent implements OnChanges, OnInit {
24
25
  private viewUtilService;
25
26
  private extensionService;
@@ -77,7 +78,7 @@ export declare class ViewerRenderComponent implements OnChanges, OnInit {
77
78
  extensionsSupportedByTemplates: string[];
78
79
  extension: string;
79
80
  internalFileName: string;
80
- viewerType: string;
81
+ viewerType: ViewerType;
81
82
  isContentReady: boolean;
82
83
  /**
83
84
  * Returns a list of the active Viewer content extensions.
@@ -97,6 +98,7 @@ export declare class ViewerRenderComponent implements OnChanges, OnInit {
97
98
  constructor(viewUtilService: ViewUtilService, extensionService: AppExtensionService, dialog: MatDialog, injector: Injector);
98
99
  ngOnInit(): void;
99
100
  ngOnChanges(): void;
101
+ private updateLoadingState;
100
102
  private setUpBlobData;
101
103
  private setUpUrlFile;
102
104
  scrollTop(): void;
@@ -107,3 +109,4 @@ export declare class ViewerRenderComponent implements OnChanges, OnInit {
107
109
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewerRenderComponent, never>;
108
110
  static ɵcmp: i0.ɵɵComponentDeclaration<ViewerRenderComponent, "adf-viewer-render", never, { "urlFile": { "alias": "urlFile"; "required": false; }; "blobFile": { "alias": "blobFile"; "required": false; }; "allowFullScreen": { "alias": "allowFullScreen"; "required": false; }; "allowThumbnails": { "alias": "allowThumbnails"; "required": false; }; "thumbnailsTemplate": { "alias": "thumbnailsTemplate"; "required": false; }; "mimeType": { "alias": "mimeType"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "allowedEditActions": { "alias": "allowedEditActions"; "required": false; }; "tracks": { "alias": "tracks"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "viewerTemplateExtensions": { "alias": "viewerTemplateExtensions"; "required": false; }; "customError": { "alias": "customError"; "required": false; }; }, { "extensionChange": "extensionChange"; "submitFile": "submitFile"; "close": "close"; "isSaving": "isSaving"; }, never, never, true, never>;
109
111
  }
112
+ export {};
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.1.0-15022524077",
4
+ "version": "8.1.0-15030749955",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,8 +75,8 @@
75
75
  "@angular/router": ">=16.0.0",
76
76
  "@mat-datetimepicker/core": ">=12.0.1",
77
77
  "@ngx-translate/core": ">=14.0.0",
78
- "@alfresco/js-api": ">=9.1.0-15022524077",
79
- "@alfresco/adf-extensions": ">=8.1.0-15022524077",
78
+ "@alfresco/js-api": ">=9.1.0-15030749955",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15030749955",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"