UNPKG

@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

14 lines (13 loc) 723 B
import { ChangeDetectorRef, OnChanges } from "@angular/core"; import { IFormatterData } from "../types"; import * as i0 from "@angular/core"; export declare class DonutContentSumFormatterComponent implements OnChanges { changeDetector: ChangeDetectorRef; static lateLoadKey: string; sum: number; constructor(changeDetector: ChangeDetectorRef); data: IFormatterData[]; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DonutContentSumFormatterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DonutContentSumFormatterComponent, "nui-dashboards-donut-content-sum-formatter", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>; }