/** * @description : * @author : Marat * @group : * @created : 28/06/2021 - 13:40:04 * * MODIFICATION LOG * - Version : 1.0.0 * - Date : 28/06/2021 * - Author : Marat * - Modification : **/ import { EventEmitter } from "@angular/core"; import { ComponentService } from "../../services/component.service"; import { NotificationsService } from "../../services/notifications.service"; import { BaseSibscriber } from "../../common/BaseSibscriber"; import { MenuItem } from "../../common/menu/page-onfo"; import * as i0 from "@angular/core"; export declare enum Icon { hamburgerOpen = "ic-hamburger", hamburgerClose = "ic-hamburger-arrow", arrowDown = "ic-select-arr-down", notice = "notice", noticeActive = "notice-active", categorization = "ic-categorization", numeric = "ic-numeric", textual = "ic-textual", date = "ic-calendar" } export declare class MainHeaderComponent extends BaseSibscriber { componentService: ComponentService; notificationsService: NotificationsService; dateValue: boolean; dateFormat: string; dateValueUrl: string; uiRoute: any; companyName: string; imagePath: string; headerSelect: any; userName: string; isShowLogOut: boolean; menuItems: Array; bottomTemplate: any; docLinks: any; subLinks: Array<{ name: string; href: string; }>; isSuperAdmin: boolean; isAdmin: boolean; showHelpLinks: boolean; adminDoc: string; userDoc: string; companyLogo: string; onLogout: EventEmitter; get sideBarOpened(): boolean; icon: typeof Icon; rotateTimeoutID: any; onNavigate: EventEmitter; hasNewNotice: boolean; constructor(componentService: ComponentService, notificationsService: NotificationsService); navigate(event: MenuItem): void; newCss: string; logOut(event: any): void; onMouseClick(event: any): void; isNoticeOver: boolean; noticeClick(event: any): void; isShowNotifications: boolean; showNotifications(event: any): void; toggleSideBar(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=main-header.component.d.ts.map