import { ChangeDetectorRef, OnInit, NgZone } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { CfDialogService, CfDestroyRef, CfPermissionsService } from 'codefoxui'; import { ErpService } from '../../services/erp.service'; import { ElectronService } from '../../services/electron.service'; import { CommandMethod, HomeInitResponseBoard, HomeModule } from '../../interfaces/general.interfaces'; import * as i0 from "@angular/core"; export declare class HomeComponent extends CfDestroyRef implements OnInit { #private; activatedRoute: ActivatedRoute; dialogService: CfDialogService; cdr: ChangeDetectorRef; permissionsService: CfPermissionsService; erpService: ErpService; electronService: ElectronService; router: Router; ngZone: NgZone; backDropFilterVisible: boolean; eeActive: boolean; CommandMethod: typeof CommandMethod; boards: HomeInitResponseBoard[]; changeLogDate: string | null; showHelp: boolean; allowedModuleTags: string[]; get modules(): HomeModule[]; set modules(modules: HomeModule[]); setBackdropFilterVisible(status: boolean): void; showDialog(url: string): void; showClientHistoryDialog(changeLogDate?: string | null): void; openBoard(url: string, title: string): void; openHelp(): void; ngOnInit(): void; changeEE(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }