UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

20 lines 796 B
import { BsModalRef } from 'ngx-bootstrap/modal'; import * as i0 from "@angular/core"; export declare class IconSelectorModalComponent { private bsModal; title: string; currentSelection: string; saveButtonLabel: string; iconCategoriesToExclude: string[]; showIconClass: boolean; readonly result: Promise<string>; private save; private cancel; constructor(bsModal: BsModalRef); close(): void; saveChanges(): void; selectionChange(newSelection: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectorModalComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IconSelectorModalComponent, "c8y-icon-selector-modal", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=icon-selector-modal.component.d.ts.map