UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

35 lines 1.58 kB
import { DynamicComponentErrorStrategy } from '@c8y/ngx-components'; export declare const recentAlarmsDefinition: { id: "Recent Alarms"; label: "Recent alarms"; description: "Log of recent alarms from all devices with any severity and status"; loadComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/alarms").AlarmListWidgetComponent>; loadConfigComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/alarms").AlarmListWidgetConfigComponent>; errorStrategy: DynamicComponentErrorStrategy.OVERLAY_ERROR; data: { schema: () => Promise<{ default: typeof import("c8y-schema-loader?interfaceName=*"); schema: import("json-schema").JSONSchema7; }>; settings: { recentAlarmsWidget: boolean; noNewWidgets: true; widgetDefaults: { _width: number; _height: number; }; ng1: { options: { noDeviceTarget: false; groupsSelectable: true; deviceTargetNotRequired: boolean; }; }; }; displaySettings: { globalAutoRefreshContext: true; }; }; }; export declare const recentAlarmsWidgetProviders: (import("@angular/core").ValueProvider | import("@angular/core").ClassProvider | import("@angular/core").ExistingProvider)[]; //# sourceMappingURL=index.d.ts.map