@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
22 lines (21 loc) • 1.25 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 { FilterService } from '../filter.service';
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
import { CompositeFilterDescriptor } from "@progress/kendo-data-query";
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class FilterCellWrapperComponent extends FilterInputWrapperComponent {
get hostClasses(): boolean;
get overrideBaseClasses(): boolean;
showOperators: boolean;
get showButton(): boolean;
constructor(filterService: FilterService);
protected filterChange(filter: CompositeFilterDescriptor): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellWrapperComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-grid-filter-wrapper-cell", never, { "showOperators": { "alias": "showOperators"; "required": false; }; }, {}, never, ["*"], true, never>;
}