import { OnInit, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { ConfigurationCommonsComponent } from '../configuration.commons.component'; import { CommonService } from '../../services/common.service'; import { ConfigurationDocumentService } from '../../services/configuration-document.service'; import { Idioma, PdfConfig, EPdfOrientation, EPdfSize } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PdfConfigComponent extends ConfigurationCommonsComponent implements OnInit { protected cdRef: ChangeDetectorRef; protected commonService: CommonService; protected configurationDocumentService: ConfigurationDocumentService; /** it contains the prom codigo */ promCodigo: number; /** Inputs to show the fields */ showFormula: boolean; showSnapshot: boolean; showSnapshotForm: boolean; showName: boolean; showIdiCodigo: boolean; showCdocCodigo: boolean; showTemplate: boolean; showVisibles: boolean; showVisiblesDirectTo: boolean; showMargins: boolean; showHeader: boolean; showFooter: boolean; showFont: boolean; showTokens: boolean; /** It contains if visible frm tokens */ showFrm: boolean; /** It contains if visible static tokens */ showStatic: boolean; /** It contains if visible budget tokens */ showBudget: boolean; /** It contains if visible calculated tokens */ showCalculated: boolean; /** It contains if visible calculated form */ showCalculatedForm: boolean; showSize: boolean; showOrientation: boolean; showRepeatHeader: boolean; showRepeatFooter: boolean; showPager: boolean; showHeaderFooterHeight: boolean; /** it contains the gropup document */ tgdocCodigo: number; /** it contains the pdf config */ pdfConfig: PdfConfig; pdfConfigChange: EventEmitter; /** it contains the list language */ listLanguage: Idioma[]; /** it contains the list documents */ listDocument: Array; /** it contains the list fonts */ listFont: Array; /** it contains the orientations list */ listOrientation: Array; /** it contains the sizes list */ listSizes: Array; /** it handles the space between margins and checks */ showBr: boolean; /** */ configurationPdf: PdfConfig; /** It contians the list of token */ listStaticToken: any; /** Optional input for rich text toolbar */ toolbar: string; /** It contains the custom options for rich text*/ options: any; constructor(cdRef: ChangeDetectorRef, commonService: CommonService, configurationDocumentService: ConfigurationDocumentService); ngOnInit(): void; handleOptions(): void; /** it initialiazes the lists */ private initLists; /** It sets the list of token */ setListToken(listToken: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }