UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

18 lines 1.02 kB
import { OnChanges } from '@angular/core'; import type { KPIDetails } from '@c8y/ngx-components/datapoint-selector'; import { ContextDashboardComponent } from '@c8y/ngx-components/context-dashboard'; import { InfoGaugeWidgetConfig } from '../info-gauge.model'; import * as i0 from "@angular/core"; export declare class InfoGaugeWidgetViewComponent implements OnChanges { private dashboard; config: InfoGaugeWidgetConfig; activeDatapointLabels: any[]; activeDatapointGauge: KPIDetails; fractionSize: string; constructor(dashboard: ContextDashboardComponent); ngOnChanges(): void; private assignContextFromContextDashboard; static ɵfac: i0.ɵɵFactoryDeclaration<InfoGaugeWidgetViewComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<InfoGaugeWidgetViewComponent, "c8y-info-gauge-widget-view", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>; } //# sourceMappingURL=info-gauge-widget-view.component.d.ts.map