@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 871 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import { ISelectedSoftware } from './select-software.model';
import * as i0 from "@angular/core";
export declare class ConfirmSoftwareSelectionStepComponent implements OnChanges {
selectedItems: ISelectedSoftware[];
title: string;
ngOnChanges(changes: SimpleChanges): void;
get selectedToInstall(): ISelectedSoftware[];
get selectedToDelete(): ISelectedSoftware[];
get deviceTypes(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmSoftwareSelectionStepComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmSoftwareSelectionStepComponent, "c8y-confirm-software-selection-step", never, { "selectedItems": { "alias": "selectedItems"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=confirm-software-selection-step.component.d.ts.map