@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
33 lines (30 loc) • 1.38 kB
TypeScript
import * as _c8y_ngx_components_widgets_implementations_device_management_welcome from '@c8y/ngx-components/widgets/implementations/device-management-welcome';
import * as _angular_core from '@angular/core';
declare const deviceManagementWelcomeWidgetDefinition: {
id: "devicemanagement.welcome.widget";
label: "Welcome to Device Management";
description: "Displays a welcome message and quick links for Device Management";
loadComponent: () => Promise<_angular_core.Type<any> | typeof _c8y_ngx_components_widgets_implementations_device_management_welcome.WelcomeToDeviceManagementComponent>;
previewImage: string;
data: {
settings: {
noNewWidgets: false;
widgetDefaults: {
_width: number;
_height: number;
classes: {
'panel-title-hidden': boolean;
};
};
ng1: {
options: {
noDeviceTarget: true;
groupsSelectable: false;
};
};
};
};
};
declare const deviceManagementWelcomeWidgetProviders: (_angular_core.ValueProvider | _angular_core.ClassProvider | _angular_core.ExistingProvider)[];
export { deviceManagementWelcomeWidgetDefinition, deviceManagementWelcomeWidgetProviders };
//# sourceMappingURL=index.d.ts.map