import { ElementRef, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FilterItem, PagingOptions, TagsInputOptions, TextBoxOptions } from 'bnsights-control-library'; import { SectorModel } from '../../shared/models/SectorModels/SectorModel'; import { NgBlockUI } from 'ng-block-ui'; import { ActivatedRoute } from '@angular/router'; import { DataSecretService } from '../../shared/Services/data.service'; import { SectorService } from '../../shared/Services/SectorService.service'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class SectorInfoComponent implements OnInit { private authService; utilityService: UtilityService; private bbsfTranslateService; private environmentService; private activatedRoute; private dataServices; private sectorService; private pageInfoService; private modalService; SubheaderTitle: string; ShowToolbar: boolean; ShowbreadCrumb: boolean; BreadcrumbTitle: string; Url: string; ApiUrl: string; searchTextBox: TextBoxOptions; SectorIdTextBox: TextBoxOptions; filterForm: FormGroup; DepartmentSectorForm: FormGroup; showFilter: boolean; DepartmentSectorPagingResult: any[]; DepartmentSectorPaging: PagingOptions; TextInputFilter: FilterItem; SectorIdTextInputFilter: FilterItem; IsFilterLoaded: boolean; AuthToken: string; SectorId: string; PageName: string; Sector: SectorModel; input: ElementRef; blockUI: NgBlockUI; ShowPageContent: boolean; AddDepartmentToSectorForm: FormGroup; DepartmentAutoComplete: TagsInputOptions; IsAddDepartmentFormLoaded: boolean; CloseAddDepartmentToSector: ElementRef; language: string; deleteDepartmentId: number; IsOpenDeleteDepartmentFromSectorModal: boolean; CloseDeleteDepartmentFromSectorModal: ElementRef; constructor(authService: AuthService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, activatedRoute: ActivatedRoute, dataServices: DataSecretService, sectorService: SectorService, pageInfoService: PageInfoService, modalService: NgbModal); ngOnInit(): Promise; ReinitializeDepartmentSectorPaging(): void; UpdateDepartmentSectorPaging(): void; setDepartmentSectorListResult(result: any): void; resetFilters(): void; LoadUserList(): void; showAddDepartmentToSectorModal(AddDepartmentToSectorModal: any): void; addDepartmentToSector(): void; showDeleteDepartmentFromSectorModal(department: any, deleteDepartmentModal: any): void; deleteDepartmentFromSector(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }