import { AfterViewChecked, AfterViewInit, EventEmitter, OnInit } from "@angular/core"; import { AutoComplete } from "primeng/autocomplete"; import { DvDbFactoryService } from "tikops-ux/services"; import { DvSearchConfig } from "tikops-ux/utils"; import * as i0 from "@angular/core"; export declare class DvSearchDynamicComponent implements OnInit, AfterViewInit, AfterViewChecked { private dbService; value: any; searchParams: any; disabled: boolean; config: DvSearchConfig; cancelText: string; inputId: string; valueChange: EventEmitter; pAutoComplete: AutoComplete; serviceUri: string; serviceMode: string; displayField: string; labelField: string; placeholder: string; emptyMessage: string; required: boolean; results: any[]; showEmptyMessage: boolean; inputStyleClass: string; panelStyleClass: string; private INPUT_STYLE_CLASS; private NECESSORY_SUCCESS_STYLE_CLASS; private NECESSORY_FAIL_STYLE_CLASS; private beforeObj; private inputEl; constructor(dbService: DvDbFactoryService); ngOnInit(): void; ngAfterViewInit(): void; ngAfterViewChecked(): void; search({ query }: { query: any; }): void; onFocus(): void; onSelect(event: any): void; onClear(): void; private initConfig; private setInputStyleClass; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }