UNPKG

@logo-software/menu-cards

Version:
35 lines (34 loc) 1.15 kB
/** * @license * Copyright LOGO YAZILIM SANAYİ VE TİCARET A.Ş. All Rights Reserved. * * Save to the extent permitted by law, you may not use, copy, modify, * distribute or create derivative works of this material or any part * of it without the prior written consent of LOGO YAZILIM SANAYİ VE TİCARET A.Ş. Limited. * Any reproduction of this material must contain this notice. */ import { EventEmitter, OnInit, SimpleChanges } from '@angular/core'; export declare class MenuCardsComponent implements OnInit { lang: string; cards: any; cardClick: EventEmitter<any>; cardFolderClick: EventEmitter<any>; activeId: any; activeRow: number; chunkedCards: any[]; mainCard: any; folder: any; bread: any[]; rowCount: number; parentColor: any; onWindowResize(): void; constructor(); ngOnInit(): void; ngOnChanges(change: SimpleChanges): void; clickDesktopCard(desktop: any, i: number): void; clickMenuCard(menu: any): void; clickBread(menu: any): void; chunkedArray(array: any, chunkSize: any): any[]; closeFolder(): void; getDisplayName(item: any): any; }