@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
18 lines (17 loc) • 1.09 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ContextService } from '../../common/provider.service';
import { FilterOperatorBase } from './filter-operator.base';
import * as i0 from "@angular/core";
/**
* Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter](slug:filtering_grid#toc-numeric-filter) operator.
*
* [See example](slug:filter_row#toc-default-filter-operator).
*/
export declare class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
constructor(ctx: ContextService);
static ɵfac: i0.ɵɵFactoryDeclaration<LessOrEqualToFilterOperatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LessOrEqualToFilterOperatorComponent, "kendo-filter-lte-operator", never, {}, {}, never, never, true, never>;
}