UNPKG

@stratio/egeo

Version:
22 lines (21 loc) 694 B
import { EventEmitter, OnDestroy } from '@angular/core'; import { AnimationEvent } from '@angular/animations'; export declare class StModal2Component implements OnDestroy { disabledAnimation: boolean; emptyModal: boolean; width: number; modalTitle: string; closeOnEscape: boolean; hideCloseBtn: boolean; endAnimation: EventEmitter<boolean>; onClose: EventEmitter<void>; onEnter: EventEmitter<void>; visibility: string; private _subscriptions; private ESCAPE_KEYCODE; private ENTER_KEYCODE; onKeydownHandler(event: KeyboardEvent): void; ngOnDestroy(): void; animationDone(event: AnimationEvent): void; onCloseButton(): void; }