@alfresco/adf-core
Version:
17 lines (16 loc) • 742 B
TypeScript
import { OnInit } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { UntypedFormControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class PdfPasswordDialogComponent implements OnInit {
private dialogRef;
data: any;
passwordFormControl: UntypedFormControl;
constructor(dialogRef: MatDialogRef<PdfPasswordDialogComponent>, data: any);
ngOnInit(): void;
isError(): boolean;
isValid(): boolean;
submit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfPasswordDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfPasswordDialogComponent, "adf-pdf-viewer-password-dialog", never, {}, {}, never, never, true, never>;
}