import { ChangeDetectorRef, OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { DateRange, NormalizedCondition, OperatorOption, OperatorType } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class YapSearchConditionComponent implements OnDestroy { private store; private _detect; class: string; set attributeId(val: string); set id(val: string); set useTextDateInputs(val: boolean); private attributeId$; private conditionId$; private conditionId; attributeName$?: Observable; operatorOptions$: Observable; condition$: Observable; pattern?: string; isDate: boolean; firstValueInvalid: boolean; secondValueInvalid: boolean; conditionValue: string; secondConditionValue: string; twoValues: boolean; operatorSelectedValue?: OperatorType; textDateInputs: boolean; dateConditionValue: string | DateRange; private sub; constructor(store: Store, _detect: ChangeDetectorRef); ngOnDestroy(): void; onSelectedOperator(operatorType: OperatorType): void; updateFirstValue(): void; onCheckValidity(evt: any, first: boolean): void; onDeleteAttributeCondition(): void; updateSecondValue(): void; updateDateCondition(): void; private assignOperatorOption$; private assignCondition$; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }