@nova-ui/dashboards
Version:
Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and
19 lines (18 loc) • 834 B
TypeScript
import { ChangeDetectorRef, OnChanges } from "@angular/core";
import { IHasChangeDetector } from "../../../../types";
import * as i0 from "@angular/core";
export declare class StatusWithIconFormatterComponent implements OnChanges, IHasChangeDetector {
changeDetector: ChangeDetectorRef;
static lateLoadKey: string;
constructor(changeDetector: ChangeDetectorRef);
isValid: boolean;
data: {
name: string;
icon: string;
data: number[];
link?: string;
};
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StatusWithIconFormatterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StatusWithIconFormatterComponent, "nui-dashboards-status-icon-formatter", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
}