UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

12 lines (11 loc) 1.05 kB
import { Type } from '@angular/core'; import { AbstractFilterFieldContentComponent, SearchService, AllowedNetsService, AllowedNetsServiceFactory, FilterField, BaseFilter, CategoryResolverService, Category } from '@netgrif/components-core'; import * as i0 from "@angular/core"; export declare function filterFieldBaseFilterFactory(filterField: FilterField): BaseFilter; export declare function filterFieldAllowedNetsFactory(factory: AllowedNetsServiceFactory, filterField: FilterField): AllowedNetsService; export declare function filterFieldCategoriesFactory(factory: CategoryResolverService, filterField: FilterField): Array<Type<Category<any>>>; export declare class FilterFieldContentComponent extends AbstractFilterFieldContentComponent { constructor(filterField: FilterField, fieldSearchService: SearchService); static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldContentComponent, "nc-filter-field-content", never, {}, {}, never, never, false, never>; }