UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

40 lines (37 loc) 1.58 kB
import * as json_schema from 'json-schema'; import * as c8y_schema_loader_interfaceName__ from 'c8y-schema-loader?interfaceName=*'; import * as _c8y_ngx_components_widgets_implementations_asset_notes from '@c8y/ngx-components/widgets/implementations/asset-notes'; import * as _angular_core from '@angular/core'; import { DynamicManagedObjectResolver, DynamicComponentErrorStrategy } from '@c8y/ngx-components'; declare const assetNotesWidgetDefinition: { id: "Asset Notes"; label: "Asset notes"; description: "Displays editable asset notes."; loadComponent: () => Promise<_angular_core.Type<any> | typeof _c8y_ngx_components_widgets_implementations_asset_notes.AssetNotesWidgetComponent>; previewImage: string; resolve: { device: typeof DynamicManagedObjectResolver; }; errorStrategy: DynamicComponentErrorStrategy.OVERLAY_ERROR; data: { schema: () => Promise<{ default: typeof c8y_schema_loader_interfaceName__; schema: json_schema.JSONSchema7; }>; settings: { noNewWidgets: false; widgetDefaults: { _width: number; _height: number; }; ng1: { options: { groupsSelectable: true; }; }; }; }; }; declare const assetNotesWidgetProviders: (_angular_core.ValueProvider | _angular_core.ClassProvider | _angular_core.ExistingProvider)[]; export { assetNotesWidgetDefinition, assetNotesWidgetProviders }; //# sourceMappingURL=index.d.ts.map