import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { ConfirmationModalComponent, ConfirmationModalOptions, FilterItem, PagingComponent, PagingOptions, TextAreaOptions, TextBoxOptions } from '@bnsights/bbsf-controls'; import { ClipboardService } from 'ngx-clipboard'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService, RequestHandlerService } from '@bnsights/bbsf-utilities'; import { Observable } from 'rxjs'; import { DocumentHeaderAndFooterTemplateService } from '../../shared/Services/DocumentHeaderAndFooterTemplate.service'; import * as i0 from "@angular/core"; export declare class DocumentMasterLayoutsComponent implements OnInit { private authService; private pageInfoService; utilityService: UtilityService; private bbsfTranslateService; private environmentService; private documentHeaderAndFooterTemplateService; private _clipboardService; private modalService; private requestHandlerService; showPageContent: boolean; apiUrl: string; productionMode: boolean; documentHeaderAndFooterTemplateForm: FormGroup<{}>; searchTextBox: TextBoxOptions; textInputFilter: FilterItem; documentHeaderAndFooterTemplatePagingResult: any[]; clientSidePagingResult: any[]; documentHeaderAndFooterTemplatePaging: PagingOptions; isFilterLoaded: boolean; pagingElement: PagingComponent; deleteDocumentHeaderAndFooterTemplateId: string; DeleteConfirmationOptions: ConfirmationModalOptions; deleteControlLoaded: boolean; ConfirmationModalControl: ConfirmationModalComponent; GenerateCodeForm: FormGroup<{}>; GenerateCodeTextArea: TextAreaOptions; ValueToCopy: string; constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, documentHeaderAndFooterTemplateService: DocumentHeaderAndFooterTemplateService, _clipboardService: ClipboardService, modalService: NgbModal, requestHandlerService: RequestHandlerService); ngOnInit(): Promise; initializePage(): void; setDocumentHeaderAndFooterTemplateResult(result: any): void; searchClientSide(searchValue: any): void; showDeleteDocumentHeaderAndFooterTemplateModal(DocumentHeaderandFooterIdEnc: any): void; deleteDocumentHeaderAndFooterTemplate: (id: string) => Observable; showGenerateCodeModal(GenerateCodeModal: any): void; copyInputMessage(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }