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:
Rylan Cottrell
2017-07-17 13:48:09 -04:00
committed by Andy
parent b15d47c31d
commit 86bc2813fb

View File

@@ -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";