UNPKG

@totvs-agro/core-mobile

Version:

Core Mobile Totvs Agro (Front-End) para utilização dos estilos do T-Faces

27 lines (26 loc) 967 B
import { ElementRef, Renderer } from '@angular/core'; import { ScreenOrientation } from '@ionic-native/screen-orientation'; import { CardItemModel } from '../../model/card/card-item-model'; import { AccordionItemModel } from '../../model/accordion/accordion-item-model'; export declare class AccordionListComponent { renderer: Renderer; private elRef; private _screenOrientation; expandWrapperText: any; expandWrapperCard: any; expandWrapperCheck: any; expanded: any; firstExpanded: any; clickCard: Function; items: AccordionItemModel[]; icon: string; private _itemCount; constructor(renderer: Renderer, elRef: ElementRef, _screenOrientation: ScreenOrientation); ngAfterViewInit(): void; ngDoCheck(): void; onChangeItems(): void; getItemCount(): number; setContentHeight(index: any): void; expandItem(item: any): void; onClickCard(card: CardItemModel): void; }