import { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core'; import { ServicedHousesListBuildingsInterface, ServicedHousesListService } from '../../services/serviced-houses-list/serviced-houses-list.service'; import { FormBuilder, FormGroup } from '@angular/forms'; import { MainFilterInterface } from '../../constants/filter.conts'; import { MatSnackBar } from '@angular/material/snack-bar'; import * as i0 from "@angular/core"; export declare class ServicedHousesComponent implements OnInit, OnDestroy { private servicedHousesListService; private fb; private snackBar; private cd; private loadingPrivate; private paginationShowPrivate; private subscriptions; private servicedHousesListPrivate; searchProvider: any; formGroup: FormGroup; items: MainFilterInterface; paginatorConfig: PaginatorInterface; countSortControl: { pageSize: number; }; scId: number; constructor(servicedHousesListService: ServicedHousesListService, fb: FormBuilder, snackBar: MatSnackBar, cd: ChangeDetectorRef); set servicedHousesList(value: ServicedHousesListBuildingsInterface); get servicedHousesList(): ServicedHousesListBuildingsInterface; set loading(value: boolean); get loading(): boolean; set paginationShow(value: boolean); get paginationShow(): boolean; trackByFn(index: any): number; private sortDirection; private sortField; pageChanged(event: any): void; getPageSize(): number; getPage(): number; private formGroupInit; openItem(building: any): void; setPaginationShow(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export interface PaginatorInterface { count: number; pageSize: number; activePage: number; } //# sourceMappingURL=serviced-houses.component.d.ts.map