UNPKG

@hmcts/media-viewer

Version:
23 lines 1.46 kB
import { ElementRef, OnInit, OnDestroy, EventEmitter } from '@angular/core'; import { ToolbarEventService } from '../../toolbar/toolbar-event.service'; import { ResponseType, ViewerException } from '../viewer-exception.model'; import { ViewerUtilService } from '../viewer-util.service'; import * as i0 from "@angular/core"; export declare class UnsupportedViewerComponent implements OnInit, OnDestroy { readonly toolbarEvents: ToolbarEventService; private readonly viewerUtilService; url: string; downloadFileName: string; typeException: boolean; loadStatus: EventEmitter<ResponseType>; unsupportedViewerException: EventEmitter<ViewerException>; downloadLink: ElementRef; private subscriptions; private viewerException; constructor(toolbarEvents: ToolbarEventService, viewerUtilService: ViewerUtilService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<UnsupportedViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<UnsupportedViewerComponent, "mv-unsupported-viewer", never, { "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "typeException": { "alias": "typeException"; "required": false; }; }, { "loadStatus": "loadStatus"; "unsupportedViewerException": "unsupportedViewerException"; }, never, never, false, never>; } //# sourceMappingURL=unsupported-viewer.component.d.ts.map