import { OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { ClassState, DataSourceState, FieldState, NamedQuery, NamedQueryTypes } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import { SearchFulltextChange } from '../search-fulltext/search-fulltext/search-fulltext.component'; import { SearchMultiClassState } from '../search-multi-class/store/search-multi-class.reducer'; import * as i0 from "@angular/core"; export declare class YapSearchToolsComponent implements OnDestroy { private store; class: boolean; searchToolsClose: boolean; searchMultiClassValid$: Observable; searchMonoClassValid$: Observable; loading$: Observable; isRename$: Observable; isSearchCriteria: boolean; isSearchMono: boolean; isSearchFullText: boolean; isSearchFulltextValid: boolean; isMoreList: boolean; widgetType: string; get isNewMono(): boolean; get isEditMono$(): Observable; getIcon: { [clazz: string]: string; }; items: Observable; editInProgress$: Observable; currentEdit$: Observable; currentEditType$: Observable; readonly FULL_TEXT = NamedQueryTypes.FULL_TEXT; readonly MONO_CLASS = NamedQueryTypes.MONO_CLASS; readonly MULTI_CLASS = NamedQueryTypes.MULTI_CLASS; searchFulltextTemp?: SearchFulltextChange; private sub; constructor(store: Store); ngOnDestroy(): void; onSearchCriteria(): void; onSearchTools(): void; back(): void; onMonoSearch(): void; onChangeListView(isMoreList: boolean): void; onSearchFulltextChange(payload: SearchFulltextChange): void; onSearch(): void; onChangePanel(): void; private resizeScreen; selectWidget($event: string): void; reset(): void; updateVisibility($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }