{"version":3,"file":"application-tray.d.ts","sources":["application-tray.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { QueryList, EventEmitter } from '@angular/core';\r\nimport { NgbModal } from '../../modal/modal.module';\r\nexport declare class CloApplicationTrayItem {\r\n    /**\r\n     *  The notification type\r\n     *\r\n     *  Available types include ['transit']\r\n     */\r\n    link: string;\r\n    name: string;\r\n    categoryName: string;\r\n    /**\r\n     *  An image url to display for the app\r\n     *\r\n     */\r\n    image: string;\r\n}\r\nexport declare class CloApplicationTray {\r\n    private modalService;\r\n    items: QueryList<CloApplicationTrayItem>;\r\n    /**\r\n     * URL to the logo image\r\n     */\r\n    unread: string;\r\n    listOfItems: any;\r\n    appListClicked: EventEmitter<any>;\r\n    constructor(modalService: NgbModal);\r\n    open(content: any): void;\r\n    openApplication(categoryName: string, itemName: string): void;\r\n}\r\n"]}