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 May 7, 2020
1 parent b83e215 commit 7294cf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.md
Expand Up @@ -20,7 +20,6 @@
| `dateFormat` | `union(string\|array)` | `"MM/dd/yyyy"` | |
| `dateFormatCalendar` | `string` | `"LLLL yyyy"` | |
| `dayClassName` | `func` | | |
| `weekDayClassName` | `func` | | |
| `disabled` | `bool` | `false` | |
| `disabledDayAriaLabelPrefix` | `string` | | |
| `disabledKeyboardNavigation` | `bool` | `false` | |
Expand Down Expand Up @@ -51,7 +50,7 @@
| `monthClassName` | `func` | | |
| `monthsShown` | `number` | `1` | |
| `name` | `string` | | |
| `nextMonthButtonLabel` | `string` | `"Next Month"` | |
| `nextMonthButtonLabel` | `union(string\|node)` | `"Next Month"` | |
| `nextYearButtonLabel` | `string` | `"Next Year"` | |
| `onBlur` | `func` | `function() {}` | |
| `onCalendarClose` | `func` | `function() {}` | |
Expand Down Expand Up @@ -80,10 +79,10 @@
| `popperProps` | `object` | | |
| `preventOpenOnFocus` | `bool` | `false` | |
| `previousMonthButtonLabel` | `union(string\|node)` | `"Previous Month"` | |
| `previousYearButtonLabel` | `union(string\|node)` | `"Previous Year"` | |
| `previousYearButtonLabel` | `string` | `"Previous Year"` | |
| `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`||| |`showMonthYearPicker`|`bool`|`false`|| |`showPopperArrow`|`bool`|`true`|| |`showPreviousMonths`|`bool`|`false`|| |`showQuarterYearPicker`|`bool`|`false`|| |`showTimeInput`|`bool`|`false`|| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`strictParsing`|`bool`|`false`|| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeClassName`|`func`||| |`timeFormat`|`string`||| |`timeInputLabel`|`string`|`"Time"`|| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekAriaLabelPrefix`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`wrapperClassName`|`string`||| |`yearDropdownItemNumber`|`number`|||
}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showFullMonthYearPicker`|`bool`|`false`|| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showMonthYearPicker`|`bool`|`false`|| |`showPopperArrow`|`bool`|`true`|| |`showPreviousMonths`|`bool`|`false`|| |`showQuarterYearPicker`|`bool`|`false`|| |`showTimeInput`|`bool`|`false`|| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`showYearPicker`|`bool`|`false`|| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`strictParsing`|`bool`|`false`|| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeClassName`|`func`||| |`timeFormat`|`string`||| |`timeInputLabel`|`string`|`"Time"`|| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekAriaLabelPrefix`|`string`||| |`weekDayClassName`|`func`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`wrapperClassName`|`string`||| |`yearDropdownItemNumber`|`number`|||
6 changes: 6 additions & 0 deletions docs/year.md
@@ -0,0 +1,6 @@
# `year` (component)

| name | type | default value | description |
| ------------ | -------- | ------------- | ----------- |
| `date` | `string` | | |
| `onDayClick` | `func` | | |

0 comments on commit 7294cf9

Please sign in to comment.