@taiga-ui/layout
Version:
A package with Taiga UI layout components
21 lines (20 loc) • 1.17 kB
TypeScript
import { type AfterContentInit, type QueryList, TemplateRef } from '@angular/core';
import { type TuiSizeS } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/core/components/textfield";
export declare class TuiSearchFiltersComponent implements AfterContentInit {
private readonly rem?;
private readonly button?;
private readonly children;
private readonly controls;
protected readonly templates: QueryList<TemplateRef<any>>;
protected readonly overflown: import("@angular/core").Signal<number>;
protected readonly enabled: import("@angular/core").Signal<boolean>;
size: TuiSizeS;
ngAfterContentInit(): void;
protected onReset(): void;
private get unit();
private get more();
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSearchFiltersComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSearchFiltersComponent, "tui-search-filters", never, { "size": { "alias": "size"; "required": false; }; }, {}, ["children", "templates"], ["*"], true, [{ directive: typeof i1.TuiTextfieldOptionsDirective; inputs: { "tuiTextfieldSize": "size"; }; outputs: {}; }]>;
}