@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
23 lines (22 loc) • 999 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuTimePickerCommon {
private localeId;
disabled: boolean;
get value(): string;
set value(val: string | Date | null);
private _value;
get minTime(): string;
set minTime(val: string | Date | null);
private _minTime;
get maxTime(): string;
set maxTime(val: string | Date | null);
private _maxTime;
labelSelectTime?: string;
timeChange: EventEmitter<string>;
constructor(localeId: string);
protected get textSelectTIme(): string;
private normalizeTime;
static ɵfac: i0.ɵɵFactoryDeclaration<DokuTimePickerCommon, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DokuTimePickerCommon, "doku-time-picker-common", ["dokuTimePickerCommon"], { "disabled": "disabled"; "value": "value"; "minTime": "minTime"; "maxTime": "maxTime"; "labelSelectTime": "labelSelectTime"; }, { "timeChange": "timeChange"; }, never, never, true>;
}