kwikui
Version:
KwikID's UI Component Library in Angular
46 lines (45 loc) • 1.03 kB
TypeScript
import { EKwikUIInputDateSize } from "./input-date.definitions";
export declare const DEFAULT_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: string;
id: string;
invalid: boolean;
label: string;
hintContent: string;
icon: string;
max: {};
maxCalculatedFromToday: {
year: number;
month: number;
day: number;
};
min: {};
minCalculatedFromToday: {
year: number;
month: number;
day: number;
};
placeholder: string;
postfix: string;
prefix: string;
size: EKwikUIInputDateSize;
};
export declare const VALIDATE_KEY_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: boolean;
hintContent: boolean;
icon: boolean;
id: boolean;
invalid: boolean;
label: boolean;
max: boolean;
maxCalculatedFromToday: boolean;
min: boolean;
minCalculatedFromToday: boolean;
placeholder: boolean;
postfix: boolean;
prefix: boolean;
size: boolean;
};