mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Added missing properties to Locale interface (#9565)
This commit is contained in:
24
daterangepicker/daterangepicker.d.ts
vendored
24
daterangepicker/daterangepicker.d.ts
vendored
@@ -138,5 +138,29 @@ declare module daterangepicker {
|
||||
* Format of the date string. example: 'YYYY-MM-DD'
|
||||
*/
|
||||
format?: string;
|
||||
/**
|
||||
* Separator between the startDate and endDate in the attached input element. Example: ' - '
|
||||
*/
|
||||
separator?: string;
|
||||
/**
|
||||
* Text for the week label.
|
||||
*/
|
||||
weekLabel?: string;
|
||||
/**
|
||||
* Text for the custom range label.
|
||||
*/
|
||||
customRangeLabel?: string;
|
||||
/**
|
||||
* The first day of the week (0-6, Sunday to Saturday).
|
||||
*/
|
||||
firstDay?: number;
|
||||
/**
|
||||
* Weekday names displayed in the header of calendar.
|
||||
*/
|
||||
daysOfWeek?: string[];
|
||||
/**
|
||||
* Month names used in the month select boxes.
|
||||
*/
|
||||
monthNames?: string[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user