import { ChangeDetectorRef, ElementRef, OnInit, QueryList } from "@angular/core"; import { DashboardService } from "../../dashboard.service"; import { DashboardPorletsService } from "../../dashboardPorlets.service"; import { ColorPickerComponent } from "@syncfusion/ej2-angular-inputs"; import { ColorPickerEventArgs } from "@syncfusion/ej2-inputs"; import { MatDialogRef } from "@angular/material/dialog"; import { DialogService } from "../../../service/dialog.service"; import * as i0 from "@angular/core"; export declare class FieldFormatComponent implements OnInit { private DashboardService; dashboardPorletsService: DashboardPorletsService; private ref; pbf: any; dialogRef: MatDialogRef; data: any; private dialogService; colorPicker: QueryList; colorPickerFont: QueryList; PreviewColor: QueryList; colorpickerBurden: QueryList; colorpickerFontBurden: QueryList; previewColorBurden: QueryList; translation: any; alignList: Array; fontSizeList: Array; compareList: Array; stringAndDateCompareList: Array; fontFamilyList: Array; compareSelect: string; config: any; Conditional: boolean; fieldslist: any[]; currentField: any; currentFieldFormatInfo: any; private quarterFormat; private dateFormat; dateTypeList: { value: string; text: string; }[]; constructor(DashboardService: DashboardService, dashboardPorletsService: DashboardPorletsService, ref: ChangeDetectorRef, pbf: any, dialogRef: MatDialogRef, data: any, dialogService: DialogService); ngOnInit(): void; private getConditionalData; openFormat(item: any): void; goBack(): void; selectOption(value: any, type: any): void; private getFiledFormat; private optionFilter; changeAligh(code: any): void; private addColorPickerStyle; colorOnChange(args: ColorPickerEventArgs, type?: any): void; changeHideStatus(e: any, code: any): void; saveFormat(): void; close(): void; clearFormat_All(): void; clearFormat_Current(): void; disabledGrandTotal(): boolean; private setAlignList; private setFontSizeList; private setCompareList; private setStringAndDateCompareList; private setFontFamilyList; private setFormatGroupDefaultData; private setQuarterFormat; private setDateFormat; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }