UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

17 lines (16 loc) 1.29 kB
import { AfterViewInit } from '@angular/core'; import { AbstractTabbedCaseViewComponent, AllowedNetsService, AllowedNetsServiceFactory, CaseViewService, InjectedTabbedCaseViewData, LoggerService, NewCaseCreationConfigurationData } from '@netgrif/components-core'; import { HeaderComponent } from '../../header/header.component'; import * as i0 from "@angular/core"; export declare const newCaseConfigFactory: () => { useCachedProcesses: boolean; }; export declare function localAllowedNetsFactory(factory: AllowedNetsServiceFactory): AllowedNetsService; export declare class FilterFieldTabbedCaseViewComponent extends AbstractTabbedCaseViewComponent implements AfterViewInit { protected _newCaseCreationConfig: NewCaseCreationConfigurationData; caseHeaderComponent: HeaderComponent; constructor(caseViewService: CaseViewService, loggerService: LoggerService, injectedTabData: InjectedTabbedCaseViewData, _newCaseCreationConfig?: NewCaseCreationConfigurationData); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldTabbedCaseViewComponent, [null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldTabbedCaseViewComponent, "nc-filter-field-tabbed-case-view", never, {}, {}, never, never, false, never>; }