@lifeintelligencegroup/ngx-lig-ari
Version:
Life Intelligence Group Artificial Intelligence
29 lines (28 loc) • 1.21 kB
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { IAttachmentContentButton } from '../../model/conversation.model';
import { ActionSheetController, Platform } from '@ionic/angular';
import * as i0 from "@angular/core";
export declare class AriCardAttachmentsComponent implements OnInit {
private actionSheetController;
private plt;
sendSelectionEv: EventEmitter<any>;
attachment: any;
imageSrc: string;
subtitle: string;
title: string;
contentText: string;
showSubTitle: boolean;
showTitle: boolean;
showText: boolean;
showImages: boolean;
showAriTrainingCard: boolean;
cardView: any;
constructor(actionSheetController: ActionSheetController, plt: Platform);
ngOnInit(): void;
getFavIconImage(url: string): string;
hasButtons(content: any): IAttachmentContentButton[];
sendSelection(button: any): void;
showMoreButtons(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<AriCardAttachmentsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AriCardAttachmentsComponent, "lig-ari-card-attachments", never, { "attachment": "attachment"; }, { "sendSelectionEv": "sendSelectionEv"; }, never, never>;
}