UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

34 lines 1.52 kB
import { DynamicComponentErrorStrategy, DynamicDatapointsResolver } from '@c8y/ngx-components'; export declare const siloWidgetDefinition: { id: "KPI Silo"; label: "Silo"; description: "A silo displaying current values for selected measurements"; loadComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/linear-gauge").LinearGaugeWidgetViewComponent>; loadConfigComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/linear-gauge").LinearGaugeWidgetConfigComponent>; previewImage: string; resolve: { datapoints: typeof DynamicDatapointsResolver; }; errorStrategy: DynamicComponentErrorStrategy.OVERLAY_ERROR; data: { schema: () => Promise<{ default: typeof import("c8y-schema-loader?interfaceName=*"); schema: import("json-schema").JSONSchema7; }>; settings: { noNewWidgets: false; widgetDefaults: { _width: number; _height: number; }; ng1: { options: { noDeviceTarget: true; groupsSelectable: false; }; }; }; }; }; export declare const siloWidgetProviders: (import("@angular/core").ValueProvider | import("@angular/core").ClassProvider | import("@angular/core").ExistingProvider)[]; //# sourceMappingURL=index.d.ts.map