import { dxFilterBuilderField, FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; import { DataType, Format as Format$1 } from 'devextreme/common'; import { CollectionNestedOption, NestedOptionHost, NestedOption } from 'devextreme-angular/core'; import * as i0 from '@angular/core'; import { OnDestroy, OnInit } from '@angular/core'; import { Format } from 'devextreme/common/core/localization'; import { DataSourceOptions } from 'devextreme/data/data_source'; import { Store } from 'devextreme/data/store'; declare class DxiFilterBuilderCustomOperationComponent extends CollectionNestedOption { get calculateFilterExpression(): ((filterValue: any, field: dxFilterBuilderField) => string | Function | Array); set calculateFilterExpression(value: ((filterValue: any, field: dxFilterBuilderField) => string | Function | Array)); get caption(): string | undefined; set caption(value: string | undefined); get customizeText(): ((fieldInfo: FieldInfo) => string); set customizeText(value: ((fieldInfo: FieldInfo) => string)); get dataTypes(): Array | undefined; set dataTypes(value: Array | undefined); get editorTemplate(): any; set editorTemplate(value: any); get hasValue(): boolean; set hasValue(value: boolean); get icon(): string | undefined; set icon(value: string | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiFilterBuilderCustomOperationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiFilterBuilderFieldComponent extends CollectionNestedOption { get calculateFilterExpression(): ((filterValue: any, selectedFilterOperation: string) => string | Function | Array); set calculateFilterExpression(value: ((filterValue: any, selectedFilterOperation: string) => string | Function | Array)); get caption(): string | undefined; set caption(value: string | undefined); get customizeText(): ((fieldInfo: FieldInfo) => string); set customizeText(value: ((fieldInfo: FieldInfo) => string)); get dataField(): string | undefined; set dataField(value: string | undefined); get dataType(): DataType; set dataType(value: DataType); get editorOptions(): any; set editorOptions(value: any); get editorTemplate(): any; set editorTemplate(value: any); get falseText(): string; set falseText(value: string); get filterOperations(): Array; set filterOperations(value: Array); get format(): Format; set format(value: Format); get lookup(): { allowClearing?: boolean; dataSource?: Array | DataSourceOptions | Store | undefined; displayExpr?: ((data: any) => string) | string | undefined; valueExpr?: ((data: any) => string | number | boolean) | string | undefined; }; set lookup(value: { allowClearing?: boolean; dataSource?: Array | DataSourceOptions | Store | undefined; displayExpr?: ((data: any) => string) | string | undefined; valueExpr?: ((data: any) => string | number | boolean) | string | undefined; }); get name(): string | undefined; set name(value: string | undefined); get trueText(): string; set trueText(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiFilterBuilderFieldModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ declare class DxoFilterBuilderFilterOperationDescriptionsComponent extends NestedOption implements OnDestroy, OnInit { get between(): string; set between(value: string); get contains(): string; set contains(value: string); get endsWith(): string; set endsWith(value: string); get equal(): string; set equal(value: string); get greaterThan(): string; set greaterThan(value: string); get greaterThanOrEqual(): string; set greaterThanOrEqual(value: string); get isBlank(): string; set isBlank(value: string); get isNotBlank(): string; set isNotBlank(value: string); get lessThan(): string; set lessThan(value: string); get lessThanOrEqual(): string; set lessThanOrEqual(value: string); get notContains(): string; set notContains(value: string); get notEqual(): string; set notEqual(value: string); get startsWith(): string; set startsWith(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoFilterBuilderFilterOperationDescriptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ declare class DxoFilterBuilderFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format$1 | string; set type(value: Format$1 | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoFilterBuilderFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ declare class DxoFilterBuilderGroupOperationDescriptionsComponent extends NestedOption implements OnDestroy, OnInit { get and(): string; set and(value: string); get notAnd(): string; set notAnd(value: string); get notOr(): string; set notOr(value: string); get or(): string; set or(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoFilterBuilderGroupOperationDescriptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ declare class DxoFilterBuilderLookupComponent extends NestedOption implements OnDestroy, OnInit { get allowClearing(): boolean; set allowClearing(value: boolean); get dataSource(): Array | DataSourceOptions | Store | undefined; set dataSource(value: Array | DataSourceOptions | Store | undefined); get displayExpr(): ((data: any) => string) | string | undefined; set displayExpr(value: ((data: any) => string) | string | undefined); get valueExpr(): ((data: any) => string | number | boolean) | string | undefined; set valueExpr(value: ((data: any) => string | number | boolean) | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoFilterBuilderLookupModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiFilterBuilderCustomOperationComponent, DxiFilterBuilderCustomOperationModule, DxiFilterBuilderFieldComponent, DxiFilterBuilderFieldModule, DxoFilterBuilderFilterOperationDescriptionsComponent, DxoFilterBuilderFilterOperationDescriptionsModule, DxoFilterBuilderFormatComponent, DxoFilterBuilderFormatModule, DxoFilterBuilderGroupOperationDescriptionsComponent, DxoFilterBuilderGroupOperationDescriptionsModule, DxoFilterBuilderLookupComponent, DxoFilterBuilderLookupModule }; //# sourceMappingURL=index.d.ts.map