UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

17 lines (16 loc) 1.13 kB
import { AfterViewInit } from '@angular/core'; import { AbstractCaseViewComponent, Case, CaseViewService, UserImpersonateInjectionData } from '@netgrif/components-core'; import { HeaderComponent } from '../../header/header.component'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class UserImpersonateDialogComponent extends AbstractCaseViewComponent implements AfterViewInit { protected _dialogRef: MatDialogRef<UserImpersonateDialogComponent>; protected _data: UserImpersonateInjectionData; caseHeaderComponent: HeaderComponent; protected _injectedData: UserImpersonateInjectionData; constructor(_dialogRef: MatDialogRef<UserImpersonateDialogComponent>, _data: UserImpersonateInjectionData, caseViewService: CaseViewService); handleCaseClick(clickedCase: Case): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<UserImpersonateDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<UserImpersonateDialogComponent, "nc-user-impersonate-dialog", never, {}, {}, never, never, false, never>; }