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
martijnrusschen committed Aug 5, 2018
1 parent bfd9048 commit 3feb10c
Showing 1 changed file with 91 additions and 89 deletions.
180 changes: 91 additions & 89 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,92 +2,94 @@

General datepicker component.

| name | type | default value | description |
| ----------------------------- | ------------------------------ | --------------- | ----------- |
| `adjustDateOnChange` | `bool` | | |
| `allowSameDay` | `bool` | `false` | |
| `autoComplete` | `string` | | |
| `autoFocus` | `bool` | | |
| `calendarClassName` | `string` | | |
| `calendarContainer` | `func` | | |
| `children` | `node` | | |
| `className` | `string` | | |
| `clearButtonTitle` | `string` | | |
| `customInput` | `element` | | |
| `customInputRef` | `string` | | |
| `dateFormat` | `union(string\|array)` | `"L"` | |
| `dateFormatCalendar` | `string` | `"MMMM YYYY"` | |
| `dayClassName` | `func` | | |
| `disabled` | `bool` | `false` | |
| `disabledKeyboardNavigation` | `bool` | `false` | |
| `dropdownMode` | `enum("scroll"\|"select")` | `"scroll"` | |
| `endDate` | `object` | | |
| `excludeDates` | `array` | | |
| `excludeTimes` | `array` | | |
| `filterDate` | `func` | | |
| `fixedHeight` | `bool` | | |
| `forceShowMonthNavigation` | `bool` | | |
| `formatWeekDay` | `func` | | |
| `formatWeekNumber` | `func` | | |
| `highlightDates` | `array` | | |
| `id` | `string` | | |
| `includeDates` | `array` | | |
| `includeTimes` | `array` | | |
| `injectTimes` | `array` | | |
| `inline` | `bool` | | |
| `isClearable` | `bool` | | |
| `locale` | `string` | | |
| `maxDate` | `object` | | |
| `maxTime` | `object` | | |
| `minDate` | `object` | | |
| `minTime` | `object` | | |
| `monthsShown` | `number` | `1` | |
| `name` | `string` | | |
| `onBlur` | `func` | `function() {}` | |
| `onChange` | `func` | `function() {}` | |
| `onChangeRaw` | `func` | | |
| `onClickOutside` | `func` | `function() {}` | |
| `onFocus` | `func` | `function() {}` | |
| `onKeyDown` | `func` | `function() {}` | |
| `onMonthChange` | `func` | `function() {}` | |
| `onSelect` | `func` | `function() {}` | |
| `onWeekSelect` | `func` | | |
| `onYearChange` | `func` | `function() {}` | |
| `openToDate` | `object` | | |
| `peekNextMonth` | `bool` | | |
| `placeholderText` | `string` | | |
| `popperClassName` | `string` | | |
| `popperContainer` | `func` | | |
| `popperModifiers` | `object` | | |
| `popperPlacement` | `enumpopperPlacementPositions` | | |
| `preventOpenOnFocus` | `bool` | `false` | |
| `readOnly` | `bool` | | |
| `required` | `bool` | | |
| `scrollableMonthYearDropdown` | `bool` | | |
| `scrollableYearDropdown` | `bool` | | |
| `selected` | `object` | | |
| `selectsEnd` | `bool` | | |
| `selectsStart` | `bool` | | |
| `shouldCloseOnSelect` | `bool` | `true` | |
| `showDisabledMonthNavigation` | `bool` | | |
| `showMonthDropdown` | `bool` | | |
| `showMonthYearDropdown` | `bool` | | |
| `showTimeSelect` | `bool` | `false` | |
| `showTimeSelectOnly` | `bool` | | |
| `showWeekNumbers` | `bool` | | |
| `showYearDropdown` | `bool` | | |
| `startDate` | `object` | | |
| `startOpen` | `bool` | | |
| `tabIndex` | `number` | | |
| `timeCaption` | `string` | `"Time"` | |
| `timeFormat` | `string` | | |
| `timeIntervals` | `number` | `30` | |
| `title` | `string` | | |
| `todayButton` | `string` | | |
| `useShortMonthInDropdown` | `bool` | | |
| `useWeekdaysShort` | `bool` | | |
| `utcOffset` | `number` | | |
| `value` | `string` | | |
| `weekLabel` | `string` | | |
| `withPortal` | `bool` | `false` | |
| `yearDropdownItemNumber` | `number` | | |
| name | type | default value | description |
| ----------------------------- | ------------------------------ | ------------------ | ----------- |
| `adjustDateOnChange` | `bool` | | |
| `allowSameDay` | `bool` | `false` | |
| `autoComplete` | `string` | | |
| `autoFocus` | `bool` | | |
| `calendarClassName` | `string` | | |
| `calendarContainer` | `func` | | |
| `children` | `node` | | |
| `className` | `string` | | |
| `clearButtonTitle` | `string` | | |
| `customInput` | `element` | | |
| `customInputRef` | `string` | | |
| `dateFormat` | `union(string\|array)` | `"L"` | |
| `dateFormatCalendar` | `string` | `"MMMM YYYY"` | |
| `dayClassName` | `func` | | |
| `disabled` | `bool` | `false` | |
| `disabledKeyboardNavigation` | `bool` | `false` | |
| `dropdownMode` | `enum("scroll"\|"select")` | `"scroll"` | |
| `endDate` | `object` | | |
| `excludeDates` | `array` | | |
| `excludeTimes` | `array` | | |
| `filterDate` | `func` | | |
| `fixedHeight` | `bool` | | |
| `forceShowMonthNavigation` | `bool` | | |
| `formatWeekDay` | `func` | | |
| `formatWeekNumber` | `func` | | |
| `highlightDates` | `array` | | |
| `id` | `string` | | |
| `includeDates` | `array` | | |
| `includeTimes` | `array` | | |
| `injectTimes` | `array` | | |
| `inline` | `bool` | | |
| `isClearable` | `bool` | | |
| `locale` | `string` | | |
| `maxDate` | `object` | | |
| `maxTime` | `object` | | |
| `minDate` | `object` | | |
| `minTime` | `object` | | |
| `monthsShown` | `number` | `1` | |
| `name` | `string` | | |
| `nextMonthButtonLabel` | `string` | `"Next month"` | |
| `onBlur` | `func` | `function() {}` | |
| `onChange` | `func` | `function() {}` | |
| `onChangeRaw` | `func` | | |
| `onClickOutside` | `func` | `function() {}` | |
| `onFocus` | `func` | `function() {}` | |
| `onKeyDown` | `func` | `function() {}` | |
| `onMonthChange` | `func` | `function() {}` | |
| `onSelect` | `func` | `function() {}` | |
| `onWeekSelect` | `func` | | |
| `onYearChange` | `func` | `function() {}` | |
| `openToDate` | `object` | | |
| `peekNextMonth` | `bool` | | |
| `placeholderText` | `string` | | |
| `popperClassName` | `string` | | |
| `popperContainer` | `func` | | |
| `popperModifiers` | `object` | | |
| `popperPlacement` | `enumpopperPlacementPositions` | | |
| `preventOpenOnFocus` | `bool` | `false` | |
| `previousMonthButtonLabel` | `string` | `"Previous Month"` | |
| `readOnly` | `bool` | `false` | |
| `required` | `bool` | | |
| `scrollableMonthYearDropdown` | `bool` | | |
| `scrollableYearDropdown` | `bool` | | |
| `selected` | `object` | | |
| `selectsEnd` | `bool` | | |
| `selectsStart` | `bool` | | |
| `shouldCloseOnSelect` | `bool` | `true` | |
| `showDisabledMonthNavigation` | `bool` | | |
| `showMonthDropdown` | `bool` | | |
| `showMonthYearDropdown` | `bool` | | |
| `showTimeSelect` | `bool` | `false` | |
| `showTimeSelectOnly` | `bool` | | |
| `showWeekNumbers` | `bool` | | |
| `showYearDropdown` | `bool` | | |
| `startDate` | `object` | | |
| `startOpen` | `bool` | | |
| `tabIndex` | `number` | | |
| `timeCaption` | `string` | `"Time"` | |
| `timeFormat` | `string` | | |
| `timeIntervals` | `number` | `30` | |
| `title` | `string` | | |
| `todayButton` | `string` | | |
| `useShortMonthInDropdown` | `bool` | | |
| `useWeekdaysShort` | `bool` | | |
| `utcOffset` | `number` | | |
| `value` | `string` | | |
| `weekLabel` | `string` | | |
| `withPortal` | `bool` | `false` | |
| `yearDropdownItemNumber` | `number` | | |

0 comments on commit 3feb10c

Please sign in to comment.