Skip to content

Commit

Permalink
Publish new API docs (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Russchen authored and Martijn Russchen committed Feb 2, 2019
1 parent 6668f44 commit 164d10d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
| `clearButtonTitle` | `string` | | |
| `customInput` | `element` | | |
| `customInputRef` | `string` | | |
| `dateFormat` | `union(string\|array)` | `'MM/dd/yyyy'` | |
| `dateFormatCalendar` | `string` | `'LLLL yyyy'` | |
| `dateFormat` | `union(string\|array)` | `"MM/dd/yyyy"` | |
| `dateFormatCalendar` | `string` | `"LLLL yyyy"` | |
| `dayClassName` | `func` | | |
| `disabled` | `bool` | `false` | |
| `disabledKeyboardNavigation` | `bool` | `false` | |
| `dropdownMode` | `enum('scroll'\|'select')` | `'scroll'` | |
| `dropdownMode` | `enum("scroll"\|"select")` | `"scroll"` | |
| `endDate` | `instanceOfDate` | | |
| `excludeDates` | `array` | | |
| `excludeTimes` | `array` | | |
Expand All @@ -33,6 +33,7 @@
| `includeTimes` | `array` | | |
| `injectTimes` | `array` | | |
| `inline` | `bool` | | |
| `inlineFocusSelectedMonth` | `bool` | `false` | |
| `isClearable` | `bool` | | |
| `locale` | `string` | | |
| `maxDate` | `instanceOfDate` | | |
Expand All @@ -41,7 +42,7 @@
| `minTime` | `instanceOfDate` | | |
| `monthsShown` | `number` | `1` | |
| `name` | `string` | | |
| `nextMonthButtonLabel` | `string` | `'Next month'` | |
| `nextMonthButtonLabel` | `string` | `"Next month"` | |
| `onBlur` | `func` | `function() {}` | |
| `onChange` | `func` | `function() {}` | |
| `onChangeRaw` | `func` | | |
Expand All @@ -64,10 +65,10 @@
| `popperPlacement` | `enumpopperPlacementPositions` | | |
| `popperProps` | `object` | | |
| `preventOpenOnFocus` | `bool` | `false` | |
| `previousMonthButtonLabel` | `string` | `'Previous Month'` | |
| `previousMonthButtonLabel` | `string` | `"Previous Month"` | |
| `readOnly` | `bool` | `false` | |
| `renderCustomHeader` | `func` | | |
| `renderDayContents` | `func` | `function(date) { |

return date;
}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`'Time'`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`|||
}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`|||
2 changes: 1 addition & 1 deletion docs/popper_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ enabled: true,
escapeWithReference: true,
boundariesElement: "viewport"
}
}`|| |`popperPlacement`|`enum("bottom"\|"bottom-end"\|"bottom-start"\|"left"\|"left-end"\|"left-start"\|"right"\|"right-end"\|"right-start"\|"top"\|"top-end"\|"top-start")`|`"bottom-start"`|| |`popperProps`|`object`|`{}`|| |`targetComponent`|`element`|||
}`|| |`popperPlacement`|`enumpopperPlacementPositions`|`"bottom-start"`|| |`popperProps`|`object`|`{}`|| |`targetComponent`|`element`|||

0 comments on commit 164d10d

Please sign in to comment.