fabric8-analytics-dep-editor
Version:
30 lines (29 loc) • 964 B
TypeScript
import { OnInit, OnChanges } from '@angular/core';
import { StackLicenseAnalysisModel, LicenseStackAnalysisModel, BoosterInfo } from '../model/data.model';
import { AlertBoxComponent } from '../alert-box/alert-box.component';
export declare class LicenseComponent implements OnInit, OnChanges {
licenseData: StackLicenseAnalysisModel;
lisData: LicenseStackAnalysisModel;
allLicenses: Array<any>;
boosterInfo: BoosterInfo;
alertBoxComponent: AlertBoxComponent;
title: string;
icon: string;
stackLicense: string;
stackStatus: string;
hasIssue: boolean | string;
responseReady: boolean;
toHave: boolean;
licenseAll: Array<string>;
licenseIssue: boolean;
licenseDt: Array<any>;
licenseCount: any;
liData: Array<any>;
charts: any;
constructor();
ngOnChanges(): void;
ngOnInit(): void;
getShow(event: any): void;
licenseChange(): void;
displayLicenses(liData: any): void;
}