import { ChangeDetectorRef, OnInit } from "@angular/core"; import { CfDialog } from "codefoxui"; import { Modification, ModificationAction, ModificationChange } from "../../interfaces"; import { HistoryService } from "../../services/history.service"; import * as i0 from "@angular/core"; export declare class HistoryComponent extends CfDialog implements OnInit { cdr: ChangeDetectorRef; historyService: HistoryService; historyModel: string | null; historyId: number | null; modifications: Modification[]; ModificationAction: typeof ModificationAction; getHistory(): void; collapseAll(): void; openAll(): void; setAllModifications(modifications: Modification[], collapsed: boolean): void; setAllChanges(modificationChanges: ModificationChange[], collapsed: boolean): void; toggleCollapse(modificationChange: ModificationChange): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }