-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish new API docs (automated commit)
- Loading branch information
1 parent
2c271f1
commit 66ab790
Showing
14 changed files
with
250 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# `calendar_container` (component) | ||
`calendar_container` (component) | ||
================================ | ||
|
||
| name | type | default value | description | | ||
| -------------------- | ---- | ------------- | ----------- | | ||
| `className` | | | | | ||
| `showTime` | | `false` | | | ||
| `showTimeSelectOnly` | | `false` | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`showTime`||`false`|| | ||
|`showTimeSelectOnly`||`false`|| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# `click_outside_wrapper` (component) | ||
`click_outside_wrapper` (component) | ||
=================================== | ||
|
||
| name | type | default value | description | | ||
| --------------------------- | ---- | ------------- | ----------- | | ||
| `children` (required) | | | | | ||
| `className` | | | | | ||
| `containerRef` | | | | | ||
| `ignoreClass` | | | | | ||
| `onClickOutside` (required) | | | | | ||
| `style` | | | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`children` (required)|||| | ||
|`className`|||| | ||
|`containerRef`|||| | ||
|`ignoreClass`|||| | ||
|`onClickOutside` (required)|||| | ||
|`style`|||| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,96 @@ | ||
# `index` (component) | ||
`index` (component) | ||
=================== | ||
|
||
| name | type | default value | description | | ||
| ------------------------------- | ---- | ------------------ | ----------- | | ||
| `allowSameDay` | | `false` | | | ||
| `ariaDescribedBy` | | | | | ||
| `ariaInvalid` | | | | | ||
| `ariaLabelClose` | | | | | ||
| `ariaLabelledBy` | | | | | ||
| `ariaRequired` | | | | | ||
| `autoComplete` | | | | | ||
| `autoFocus` | | | | | ||
| `calendarClassName` | | | | | ||
| `calendarContainer` | | | | | ||
| `calendarIconClassName` | | | | | ||
| `calendarIconClassname` | | | | | ||
| `calendarStartDay` | | `undefined` | | | ||
| `className` | | | | | ||
| `clearButtonClassName` | | | | | ||
| `clearButtonTitle` | | | | | ||
| `closeOnScroll` | | | | | ||
| `customInput` | | | | | ||
| `customInputRef` | | | | | ||
| `customTimeInput` | | `null` | | | ||
| `dateFormat` | | `"MM/dd/yyyy"` | | | ||
| `dateFormatCalendar` | | `"LLLL yyyy"` | | | ||
| `disabled` | | `false` | | | ||
| `disabledKeyboardNavigation` | | `false` | | | ||
| `dropdownMode` | | `"scroll"` | | | ||
| `enableTabLoop` | | `true` | | | ||
| `excludeScrollbar` | | `true` | | | ||
| `focusSelectedMonth` | | `false` | | | ||
| `form` | | | | | ||
| `highlightDates` | | | | | ||
| `holidays` | | | | | ||
| `id` | | | | | ||
| `isClearable` | | | | | ||
| `monthsShown` | | `1` | | | ||
| `name` | | | | | ||
| `nextMonthAriaLabel` | | `"Next Month"` | | | ||
| `nextMonthButtonLabel` | | `"Next Month"` | | | ||
| `nextYearAriaLabel` | | `"Next Year"` | | | ||
| `nextYearButtonLabel` | | `"Next Year"` | | | ||
| `onBlur` | | | | | ||
| `onCalendarClose` | | | | | ||
| `onCalendarOpen` | | | | | ||
| `onChangeRaw` | | | | | ||
| `onClickOutside` | | | | | ||
| `onFocus` | | | | | ||
| `onInputClick` | | | | | ||
| `onInputError` | | | | | ||
| `onKeyDown` | | | | | ||
| `onSelect` | | | | | ||
| `open` | | | | | ||
| `placeholderText` | | | | | ||
| `popperClassName` | | | | | ||
| `preventOpenOnFocus` | | `false` | | | ||
| `previousMonthAriaLabel` | | `"Previous Month"` | | | ||
| `previousMonthButtonLabel` | | `"Previous Month"` | | | ||
| `previousYearAriaLabel` | | `"Previous Year"` | | | ||
| `previousYearButtonLabel` | | `"Previous Year"` | | | ||
| `readOnly` | | `false` | | | ||
| `required` | | | | | ||
| `selected` | | | | | ||
| `selectsDisabledDaysInRange` | | `false` | | | ||
| `shouldCloseOnSelect` | | `true` | | | ||
| `showDateSelect` | | | | | ||
| `showFourColumnMonthYearPicker` | | `false` | | | ||
| `showFullMonthYearPicker` | | `false` | | | ||
| `showIcon` | | | | | ||
| `showMonthYearPicker` | | `false` | | | ||
| `showPopperArrow` | | `true` | | | ||
| `showPreviousMonths` | | `false` | | | ||
| `showQuarterYearPicker` | | `false` | | | ||
| `showTimeInput` | | `false` | | | ||
| `showTimeSelect` | | `false` | | | ||
| `showTwoColumnMonthYearPicker` | | `false` | | | ||
| `showWeekPicker` | | `false` | | | ||
| `showYearPicker` | | `false` | | | ||
| `startDate` | | | | | ||
| `startOpen` | | | | | ||
| `strictParsing` | | `false` | | | ||
| `swapRange` | | `false` | | | ||
| `tabIndex` | | | | | ||
| `timeCaption` | | `"Time"` | | | ||
| `timeInputLabel` | | `"Time"` | | | ||
| `timeIntervals` | | `30` | | | ||
| `title` | | | | | ||
| `toggleCalendarOnIconClick` | | `false` | | | ||
| `usePointerEvent` | | `false` | | | ||
| `value` | | | | | ||
| `withPortal` | | `false` | | | ||
| `yearItemNumber` | | `12` | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`allowSameDay`||`false`|| | ||
|`ariaDescribedBy`|||| | ||
|`ariaInvalid`|||| | ||
|`ariaLabelClose`|||| | ||
|`ariaLabelledBy`|||| | ||
|`ariaRequired`|||| | ||
|`autoComplete`|||| | ||
|`autoFocus`|||| | ||
|`calendarClassName`|||| | ||
|`calendarContainer`|||| | ||
|`calendarIconClassName`|||| | ||
|`calendarIconClassname`|||| | ||
|`calendarStartDay`||`undefined`|| | ||
|`className`|||| | ||
|`clearButtonClassName`|||| | ||
|`clearButtonTitle`|||| | ||
|`closeOnScroll`|||| | ||
|`customInput`|||| | ||
|`customInputRef`|||| | ||
|`customTimeInput`||`null`|| | ||
|`dateFormat`||`"MM/dd/yyyy"`|| | ||
|`dateFormatCalendar`||`"LLLL yyyy"`|| | ||
|`disabled`||`false`|| | ||
|`disabledKeyboardNavigation`||`false`|| | ||
|`dropdownMode`||`"scroll"`|| | ||
|`enableTabLoop`||`true`|| | ||
|`endDate`|||| | ||
|`excludeScrollbar`||`true`|| | ||
|`focusSelectedMonth`||`false`|| | ||
|`form`|||| | ||
|`highlightDates`|||| | ||
|`holidays`|||| | ||
|`id`|||| | ||
|`isClearable`|||| | ||
|`monthsShown`||`1`|| | ||
|`name`|||| | ||
|`nextMonthAriaLabel`||`"Next Month"`|| | ||
|`nextMonthButtonLabel`||`"Next Month"`|| | ||
|`nextYearAriaLabel`||`"Next Year"`|| | ||
|`nextYearButtonLabel`||`"Next Year"`|| | ||
|`onBlur`|||| | ||
|`onCalendarClose`|||| | ||
|`onCalendarOpen`|||| | ||
|`onChangeRaw`|||| | ||
|`onClickOutside`|||| | ||
|`onFocus`|||| | ||
|`onInputClick`|||| | ||
|`onInputError`|||| | ||
|`onKeyDown`|||| | ||
|`onSelect`|||| | ||
|`open`|||| | ||
|`placeholderText`|||| | ||
|`popperClassName`|||| | ||
|`preventOpenOnFocus`||`false`|| | ||
|`previousMonthAriaLabel`||`"Previous Month"`|| | ||
|`previousMonthButtonLabel`||`"Previous Month"`|| | ||
|`previousYearAriaLabel`||`"Previous Year"`|| | ||
|`previousYearButtonLabel`||`"Previous Year"`|| | ||
|`readOnly`||`false`|| | ||
|`required`|||| | ||
|`selected`|||| | ||
|`selectsDisabledDaysInRange`||`false`|| | ||
|`shouldCloseOnSelect`||`true`|| | ||
|`showDateSelect`|||| | ||
|`showFourColumnMonthYearPicker`||`false`|| | ||
|`showFullMonthYearPicker`||`false`|| | ||
|`showIcon`|||| | ||
|`showMonthYearPicker`||`false`|| | ||
|`showPopperArrow`||`true`|| | ||
|`showPreviousMonths`||`false`|| | ||
|`showQuarterYearPicker`||`false`|| | ||
|`showTimeInput`||`false`|| | ||
|`showTimeSelect`||`false`|| | ||
|`showTwoColumnMonthYearPicker`||`false`|| | ||
|`showWeekPicker`||`false`|| | ||
|`showYearPicker`||`false`|| | ||
|`startDate`|||| | ||
|`startOpen`|||| | ||
|`strictParsing`||`false`|| | ||
|`swapRange`||`false`|| | ||
|`tabIndex`|||| | ||
|`timeCaption`||`"Time"`|| | ||
|`timeInputLabel`||`"Time"`|| | ||
|`timeIntervals`||`30`|| | ||
|`title`|||| | ||
|`toggleCalendarOnIconClick`||`false`|| | ||
|`usePointerEvent`||`false`|| | ||
|`value`|||| | ||
|`withPortal`||`false`|| | ||
|`yearItemNumber`||`12`|| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# `month_dropdown` (component) | ||
`month_dropdown` (component) | ||
============================ | ||
|
||
| name | type | default value | description | | ||
| ------------------------- | ---- | ------------- | ----------- | | ||
| `dropdownMode` (required) | | | | | ||
| `locale` | | | | | ||
| `onChange` (required) | | | | | ||
| `useShortMonthInDropdown` | | | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`dropdownMode` (required)|||| | ||
|`locale`|||| | ||
|`onChange` (required)|||| | ||
|`useShortMonthInDropdown`|||| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# `month_dropdown_options` (component) | ||
`month_dropdown_options` (component) | ||
==================================== | ||
|
||
| name | type | default value | description | | ||
| ----------------------- | ---- | ------------- | ----------- | | ||
| `month` (required) | | | | | ||
| `monthNames` (required) | | | | | ||
| `onCancel` (required) | | | | | ||
| `onChange` (required) | | | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`month` (required)|||| | ||
|`monthNames` (required)|||| | ||
|`onCancel` (required)|||| | ||
|`onChange` (required)|||| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# `month_year_dropdown` (component) | ||
`month_year_dropdown` (component) | ||
================================= | ||
|
||
| name | type | default value | description | | ||
| ------------------------- | ---- | ------------- | ----------- | | ||
| `dropdownMode` (required) | | | | | ||
| `locale` | | | | | ||
| `onChange` (required) | | | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`dropdownMode` (required)|||| | ||
|`locale`|||| | ||
|`onChange` (required)|||| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# `month_year_dropdown_options` (component) | ||
`month_year_dropdown_options` (component) | ||
========================================= | ||
|
||
| name | type | default value | description | | ||
| ----------------------------- | ---- | ------------- | ----------- | | ||
| `date` (required) | | | | | ||
| `dateFormat` (required) | | | | | ||
| `locale` | | | | | ||
| `maxDate` (required) | | | | | ||
| `minDate` (required) | | | | | ||
| `onCancel` (required) | | | | | ||
| `onChange` (required) | | | | | ||
| `scrollableMonthYearDropdown` | | | | | ||
|
||
| name | type | default value | description | | ||
|---|---|---|---| | ||
|`date` (required)|||| | ||
|`dateFormat` (required)|||| | ||
|`locale`|||| | ||
|`maxDate` (required)|||| | ||
|`minDate` (required)|||| | ||
|`onCancel` (required)|||| | ||
|`onChange` (required)|||| | ||
|`scrollableMonthYearDropdown`|||| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.