@qeydar/datepicker
Version:
A comprehensive Date and Time Picker for Angular with Jalali calendar support
92 lines (91 loc) • 2.22 kB
TypeScript
import * as i0 from "@angular/core";
export interface CustomLabels {
label: string;
value: Array<Date> | 'custom';
arrow?: boolean;
}
export interface YearRange {
start: number;
end: number;
}
export interface DateRange {
start: Date | string;
end: Date | string;
}
export interface RangeInputLabels {
start: string;
end: string;
}
export interface Lang_Locale {
today: string;
lastDay: string;
lastWeek: string;
lastMonth: string;
custom: string;
previousMonth: string;
nextMonth: string;
previousYear: string;
nextYear: string;
selectTime: string;
selectDate: string;
selectMonth: string;
selectYear: string;
selectDateRange: string;
startDate: string;
endDate: string;
pm: string;
am: string;
ok: string;
cancel: string;
now: string;
}
export declare class lang_Fa implements Lang_Locale {
today: string;
lastDay: string;
lastWeek: string;
lastMonth: string;
custom: string;
previousMonth: string;
nextMonth: string;
previousYear: string;
nextYear: string;
selectTime: string;
selectDate: string;
selectMonth: string;
selectYear: string;
selectDateRange: string;
startDate: string;
endDate: string;
pm: string;
am: string;
ok: string;
cancel: string;
now: string;
static ɵfac: i0.ɵɵFactoryDeclaration<lang_Fa, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<lang_Fa>;
}
export declare class lang_En implements Lang_Locale {
today: string;
lastDay: string;
lastWeek: string;
lastMonth: string;
custom: string;
previousMonth: string;
nextMonth: string;
previousYear: string;
nextYear: string;
selectTime: string;
selectDate: string;
selectMonth: string;
selectYear: string;
selectDateRange: string;
startDate: string;
endDate: string;
pm: string;
am: string;
ok: string;
cancel: string;
now: string;
static ɵfac: i0.ɵɵFactoryDeclaration<lang_En, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<lang_En>;
}