UNPKG

@stratio/egeo

Version:
21 lines (20 loc) 576 B
import { OnInit, ChangeDetectorRef } from '@angular/core'; import { StAlert } from '../st-alerts.model'; export declare class StAlertBoxComponent implements OnInit { private _cd; alert: StAlert; showInConsole: boolean; iconValue: string; opacity: number; severityColorValue: string; constructor(_cd: ChangeDetectorRef); ngOnInit(): void; enter(): void; leave(): void; closeAlert(): void; getIcon(): string; getSeverityColor(): string; goTo(): void; changeOpacity(opacity: number): void; private notifyConsole; }