@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
12 lines (11 loc) • 1.2 kB
TypeScript
import { AbstractImmediateFilterTextContentComponent, FilterTextConfiguration, SearchService, BaseFilter, AllowedNetsServiceFactory, AllowedNetsService, CategoryFactory, Category } from '@netgrif/components-core';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare function filterTextBaseFilterFactory(configuration: FilterTextConfiguration): BaseFilter;
export declare function filterTextAllowedNetsFactory(factory: AllowedNetsServiceFactory, configuration: FilterTextConfiguration): AllowedNetsService;
export declare function filterTextCategoriesFactory(factory: CategoryFactory, configuration: FilterTextConfiguration): Array<Category<any>>;
export declare class ImmediateFilterTextContentComponent extends AbstractImmediateFilterTextContentComponent {
constructor(configuration: FilterTextConfiguration, textSearchService: SearchService, translateService: TranslateService);
static ɵfac: i0.ɵɵFactoryDeclaration<ImmediateFilterTextContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImmediateFilterTextContentComponent, "nc-immediate-filter-text-content", never, {}, {}, never, never, false, never>;
}