UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

15 lines 1.2 kB
import { ComparisonResult } from '../device-profile.model'; import * as i0 from "@angular/core"; export declare class DeviceTabProfileDetailComponent { sectionTitle: string; sectionIcon: string; emptyStateText: string; emptyStateDetails: string; isProfileSelected: boolean; isEmpty: boolean; items: ComparisonResult[]; showTextLabel: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<DeviceTabProfileDetailComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DeviceTabProfileDetailComponent, "c8y-device-tab-profile-detail", never, { "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "sectionIcon": { "alias": "sectionIcon"; "required": false; }; "emptyStateText": { "alias": "emptyStateText"; "required": false; }; "emptyStateDetails": { "alias": "emptyStateDetails"; "required": false; }; "isProfileSelected": { "alias": "isProfileSelected"; "required": false; }; "isEmpty": { "alias": "isEmpty"; "required": false; }; "items": { "alias": "items"; "required": false; }; "showTextLabel": { "alias": "showTextLabel"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=device-tab-profile-detail.component.d.ts.map