UNPKG

@lifeintelligencegroup/ngx-lig-ari

Version:

Life Intelligence Group Artificial Intelligence

17 lines (16 loc) 799 B
import { EventEmitter } from '@angular/core'; import { IAttachmentContentButton } from '../../model/conversation.model'; import * as i0 from "@angular/core"; export declare class AriMultipleSelectionComponent { attachment: any; sendSelectionEv: EventEmitter<any>; selectedDays: any; defaultSelection: string; constructor(); ngOnInit(): void; selectionUpdated(e: any): void; hasActionButtons(content: any): IAttachmentContentButton[]; sendSelection(button: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<AriMultipleSelectionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AriMultipleSelectionComponent, "lig-ari-multiple-selection-card", never, { "attachment": "attachment"; }, { "sendSelectionEv": "sendSelectionEv"; }, never, never>; }