UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

23 lines (22 loc) 1.49 kB
import { TuiControl } from '@taiga-ui/cdk/classes'; import { TuiMonthRange } from '@taiga-ui/cdk/date-time'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/core/components/textfield"; import * as i2 from "@taiga-ui/core/directives/dropdown"; export declare class TuiInputMonthRangeDirective extends TuiControl<TuiMonthRange | null> { private readonly textfield; private readonly formatter; private readonly open; private readonly intermediateValue; private readonly calendar; protected readonly icon: import("@angular/core").Signal<string>; protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>; protected readonly valueEffect: import("@angular/core").EffectRef; protected readonly calendarInit: import("@angular/core").EffectRef; protected readonly calendarSync: import("@angular/core").EffectRef; protected readonly resetIntermediateValue: import("@angular/core").EffectRef; protected onMonthClickEffect: import("@angular/core").EffectRef; protected clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputMonthRangeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputMonthRangeDirective, "input[tuiInputMonthRange]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiSelectLike; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownAuto; inputs: {}; outputs: {}; }]>; }