fabric8-analytics-dep-editor
Version:
28 lines (27 loc) • 722 B
TypeScript
import { OnInit, OnChanges } from '@angular/core';
import { BoosterInfo } from '../model/data.model';
export declare class AlertBoxComponent implements OnInit, OnChanges {
title: string;
colored: string;
issueStatus: string;
issueSymbol: string;
issueType: string;
licolor: string;
secureIssue: boolean;
licenseIssue: boolean;
itSecurity: boolean;
licenseAll: Array<string>;
hasIssue: boolean;
cveName: Array<any>;
liData: Array<any>;
charts: any;
boosterInfo: BoosterInfo;
isLoading: boolean;
cveId: Array<any>;
cvePackage: Array<any>;
constructor();
ngOnInit(): void;
ngOnChanges(): void;
get_secure(): void;
getCves(): void;
}