@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
26 lines (25 loc) • 1.32 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 { ColumnComponent } from '../../columns/column.component';
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
import { GridSize } from '../../common/size-options';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class FilterCellComponent {
hostRole: string;
column: ColumnComponent;
get filter(): CompositeFilterDescriptor;
set filter(value: CompositeFilterDescriptor);
size: GridSize;
private _templateContext;
private _filter;
get templateContext(): any;
get hasTemplate(): boolean;
get isFilterable(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoGridFilterCell]", never, { "column": { "alias": "column"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}