UNPKG

@taiga-ui/legacy

Version:

Legacy Taiga UI entities from the previous major release to simplify migration

18 lines (17 loc) 974 B
import { type TuiDay, type TuiTime } from '@taiga-ui/cdk/date-time'; import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes'; import { type TuiInputDateTimeComponent } from './input-date-time.component'; import * as i0 from "@angular/core"; /** * TODO(v5): delete it * @deprecated use new version of {@link https://taiga-ui.dev/components/input-date-time TuiInputDateTime} (from @taiga-ui/kit) instead */ export declare class TuiInputDateTimeDirective extends AbstractTuiTextfieldHost<TuiInputDateTimeComponent> { get value(): string; get rawValue(): [TuiDay, TuiTime | null] | null; onValueChange(value: string): void; writeValue(value: [TuiDay, TuiTime | null] | null): void; process(input: HTMLInputElement): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateTimeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateTimeDirective, "tui-input-date-time", never, {}, {}, never, never, false, never>; }