Mssing datepticker orientation options: (#24827)

https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#orientation
taken from author's online demo:
https://uxsolutions.github.io/bootstrap-datepicker/
This commit is contained in:
Zbyszek Wieczorek
2018-04-09 23:08:31 +02:00
committed by Mohamed Hegazy
parent c63b81da94
commit 467b78e8b1

View File

@@ -10,7 +10,20 @@ type DatepickerEvents = "show"|"hide"|"clearDate"|"changeDate"|"changeMonth"|"ch
type DatepickerViewModes = 0|"days"|1|"months"|2|"years"|3|"decades"|4|"centuries"|"millenium";
type DatepickerOrientations = "auto"|"left top"|"left bottom"|"right top"|"right bottom";
type DatepickerOrientations =
"auto"
| "left top"
| "left bottom"
| "right top"
| "right bottom"
| "top auto"
| "bottom auto"
| "auto left"
| "top left"
| "bottom left"
| "auto right"
| "top right"
| "bottom right"
/**
* All options that take a “Date” can handle a Date object; a String