UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

19 lines (18 loc) 1.04 kB
import { FormBuilder } from "@angular/forms"; import { LogExceptionFilter } from "../shared/data/log-exception.filter"; import { MessageService } from "../../shared/service/message.service"; import { SessionSharedService } from "../../shared/service/session-shared.service"; import { BaseFilterComponent } from "../../base/component/base-filter.component"; import * as i0 from "@angular/core"; export declare class ExceptionListFilterComponent extends BaseFilterComponent { private formBuilder; private messageService; private sessionShared; filter: LogExceptionFilter; constructor(formBuilder: FormBuilder, messageService: MessageService, sessionShared: SessionSharedService); /** Crea un nuevo filtro para realizar la búsqueda */ createNewFilter(): LogExceptionFilter; submit(value?: string): void; static ɵfac: i0.ɵɵFactoryDef<ExceptionListFilterComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<ExceptionListFilterComponent, "exception-list-filter", never, {}, {}, never, never>; }