UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

34 lines (33 loc) 3.15 kB
import { Injector } from '@angular/core'; import { AbstractTaskPanelComponent, AssignPolicyService, AssignTaskService, CallChainService, CancelTaskService, ChangedFieldsService, DelegateTaskService, DisableButtonFuntions, FinishPolicyService, FinishTaskService, LoggerService, OverflowService, PaperViewService, PermissionService, SubjectTaskOperations, TaskContentService, TaskDataService, TaskEventService, TaskRequestStateService, TaskViewService, InjectedTabData } from '@netgrif/components-core'; import { TranslateService } from '@ngx-translate/core'; import { CurrencyPipe } from '@angular/common'; import * as i0 from "@angular/core"; export declare class TaskPanelComponent extends AbstractTaskPanelComponent { protected _taskContentService: TaskContentService; protected _log: LoggerService; protected _taskViewService: TaskViewService; protected _paperView: PaperViewService; protected _taskEventService: TaskEventService; protected _assignTaskService: AssignTaskService; protected _delegateTaskService: DelegateTaskService; protected _cancelTaskService: CancelTaskService; protected _finishTaskService: FinishTaskService; protected _taskState: TaskRequestStateService; protected _taskDataService: TaskDataService; protected _assignPolicyService: AssignPolicyService; protected _finishPolicyService: FinishPolicyService; protected _callChain: CallChainService; protected _translate: TranslateService; protected _disableFunctions: DisableButtonFuntions; protected isEnabled: boolean; protected _parentInjector: Injector; protected _currencyPipe: CurrencyPipe; protected _changedFieldsService: ChangedFieldsService; protected _permissionService: PermissionService; protected _taskForceOpen: boolean; constructor(_taskContentService: TaskContentService, _log: LoggerService, _taskViewService: TaskViewService, _paperView: PaperViewService, _taskEventService: TaskEventService, _assignTaskService: AssignTaskService, _delegateTaskService: DelegateTaskService, _cancelTaskService: CancelTaskService, _finishTaskService: FinishTaskService, _taskState: TaskRequestStateService, _taskDataService: TaskDataService, _assignPolicyService: AssignPolicyService, _finishPolicyService: FinishPolicyService, _callChain: CallChainService, _translate: TranslateService, _taskOperations: SubjectTaskOperations, _disableFunctions: DisableButtonFuntions, isEnabled: boolean, _parentInjector: Injector, _currencyPipe: CurrencyPipe, _changedFieldsService: ChangedFieldsService, _permissionService: PermissionService, overflowService: OverflowService, _taskForceOpen: boolean, injectedTabData: InjectedTabData); protected createContentPortal(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TaskPanelComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<TaskPanelComponent, "nc-task-panel", never, {}, {}, never, never, false, never>; }