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