UNPKG

@totvs-agro/mobile-components

Version:

Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3

29 lines (28 loc) 940 B
import { ElementRef, Renderer } from '@angular/core'; import { CardItemModel } from '../../model/card/card-item-model'; import { AccordionItemModel } from '../../model/accordion/accordion-item-model'; export declare class AccordionListComponent { renderer: Renderer; private elRef; expandWrapperText: any; expandWrapperCard: any; expandWrapperCheck: any; expanded: any; firstExpanded: any; clickCard: Function; items: AccordionItemModel[]; clickCheck: Function; icon: string; private _itemCount; constructor(renderer: Renderer, elRef: ElementRef); ngAfterViewInit(): void; ngDoCheck(): void; onChangeItems(): void; getItemCount(): number; setContentHeight(index: any): void; expandItem(item: any): void; collapseAllItem(): void; showTitle(item: any): any; onClickCard(card: CardItemModel): void; onClickCheck(): void; }