UNPKG

sb-element

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]

23 lines (22 loc) 1.21 kB
import { ControlValueAccessor } from "@angular/forms"; import { SbDoubleInput } from "../input"; import * as i0 from "@angular/core"; declare const SbTimeInputCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanFocus> & import("../../core").AbstractConstructor<import("../../core").CanFocus> & { new (): {}; }; export declare class SbTimeInputComponent extends SbTimeInputCore implements ControlValueAccessor { color: string; size: string; private onChange; private onTouch; private innerValue; set value(value: SbDoubleInput<number>); get value(): SbDoubleInput<number>; writeValue(value: SbDoubleInput<number>): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SbTimeInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SbTimeInputComponent, "sb-input[type=time]", never, { "disabled": "disabled"; "color": "color"; "size": "size"; }, { "focus": "focus"; "blur": "blur"; }, never, never>; } export {};