@progress/kendo-angular-dropdowns
Version:
A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree
20 lines (19 loc) • 961 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef, NgZone, OnChanges } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class FilterInputDirective implements OnChanges {
private element;
private zone;
focused: boolean;
constructor(element: ElementRef, zone: NgZone);
ngOnChanges(): void;
private nextTick;
static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[filterInput]", never, { "focused": { "alias": "filterInput"; "required": false; }; }, {}, never, never, true, never>;
}