UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

16 lines (15 loc) 812 B
import { AbstractSingleTaskViewComponent, TaskViewService } from "@netgrif/components-core"; import { ActivatedRoute } from "@angular/router"; import * as i0 from "@angular/core"; export declare class DefaultSingleTaskViewComponent extends AbstractSingleTaskViewComponent { hidePanelHeader: boolean; hideActionRow: boolean; showPageHeader: boolean; showPageFooter: boolean; actionRowJustifyContent: "center"; showFinishButton: boolean; constructor(taskViewService: TaskViewService, activatedRoute: ActivatedRoute); getFinishTitle(): string; static ɵfac: i0.ɵɵFactoryDeclaration<DefaultSingleTaskViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DefaultSingleTaskViewComponent, "nc-default-single-task-view", never, {}, {}, never, never, false, never>; }