UNPKG

@porscheinformatik/clr-addons

Version:
34 lines (33 loc) 1.07 kB
import { EventEmitter } from '@angular/core'; import { TimeModel } from '../../models/time.model'; import * as i0 from "@angular/core"; export declare class ClrTimepickerComponent { /** * Input value. */ value: string; /** * Activate/Deactivate seconds handling. */ activateSeconds: boolean; /** * Input control. */ private inputElm; /** * Event triggered when value changes. */ valueChange: EventEmitter<TimeModel>; protected get time(): any | undefined | null; /** * Set time. */ protected set time(val: string | undefined | null); constructor(); /** * Focus input. */ focus(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ClrTimepickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ClrTimepickerComponent, "clr-timepicker", never, { "value": { "alias": "value"; "required": false; }; "activateSeconds": { "alias": "activateSeconds"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>; }