mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Added missing option maxViewMode (#17953)
maxViewMode has the same type as minViewMode. http://bootstrap-datepicker.readthedocs.io/en/latest/options.html#maxviewmode
This commit is contained in:
1
types/bootstrap-datepicker/index.d.ts
vendored
1
types/bootstrap-datepicker/index.d.ts
vendored
@@ -36,6 +36,7 @@ interface DatepickerOptions {
|
||||
forceParse?: boolean;
|
||||
inputs?: any[];
|
||||
minViewMode?: 0|"days"|1|"months"|2|"years"|3|"decades"|4|"centuries"|"millenium";
|
||||
maxViewMode?: 0|"days"|1|"months"|2|"years"|3|"decades"|4|"centuries"|"millenium";
|
||||
multidate?: boolean|number;
|
||||
multidateSeparator?: string;
|
||||
orientation?: "auto"|"left top"|"left bottom"|"right top"|"right bottom";
|
||||
|
||||
Reference in New Issue
Block a user