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 committed Jul 9, 2017
1 parent 7dfbb8a commit fc6d22e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/datepicker.md
Expand Up @@ -12,11 +12,12 @@ General datepicker component.
|`children`|`node`|||
|`className`|`string`|||
|`customInput`|`element`|||
|`dateFormat`|`union(string|array)`|`'L'`||
|`dateFormat`|`union(string\|array)`|`'L'`||
|`dateFormatCalendar`|`string`|`'MMMM YYYY'`||
|`dayClassName`|`func`|||
|`disabled`|`bool`|`false`||
|`disabledKeyboardNavigation`|`bool`|`false`||
|`dropdownMode` (required)|`enum('scroll'|'select')`|`'scroll'`||
|`dropdownMode` (required)|`enum('scroll'\|'select')`|`'scroll'`||
|`endDate`|`object`|||
|`excludeDates`|`array`|||
|`filterDate`|`func`|||
Expand All @@ -42,11 +43,10 @@ General datepicker component.
|`openToDate`|`object`|||
|`peekNextMonth`|`bool`|||
|`placeholderText`|`string`|||
|`popoverAttachment`|`string`|`'top left'`||
|`popoverTargetAttachment`|`string`|`'bottom left'`||
|`popoverTargetOffset`|`string`|`'10px 0'`||
|`popperClassName`|`string`|||
|`popperModifiers`|`object`|||
|`popperPlacement`|`enumpopperPlacementPositions`|||
|`readOnly`|`bool`|||
|`renderCalendarTo`|`any`|||
|`required`|`bool`|||
|`scrollableYearDropdown`|`bool`|||
|`selected`|`object`|||
Expand All @@ -57,7 +57,6 @@ General datepicker component.
|`showYearDropdown`|`bool`|||
|`startDate`|`object`|||
|`tabIndex`|`number`|||
|`tetherConstraints`|`array`|`[{ to: 'window', attachment: 'together' }]`||
|`title`|`string`|||
|`todayButton`|`string`|||
|`utcOffset`|`number`|`moment().utcOffset()`||
Expand Down
2 changes: 1 addition & 1 deletion docs/month_dropdown.md
Expand Up @@ -5,7 +5,7 @@
| name | type | default value | description |
|---|---|---|---|
|`dateFormat` (required)|`string`|||
|`dropdownMode` (required)|`enum('scroll'|'select')`|||
|`dropdownMode` (required)|`enum('scroll'\|'select')`|||
|`locale`|`string`|||
|`month` (required)|`number`|||
|`onChange` (required)|`func`|||
17 changes: 17 additions & 0 deletions docs/popper_component.md
@@ -0,0 +1,17 @@
`popper_component` (component)
==============================


| name | type | default value | description |
|---|---|---|---|
|`hidePopper`|`bool`|`true`||
|`popperComponent`|`element`|||
|`popperModifiers`|`object`|`{
preventOverflow: {
enabled: true,
escapeWithReference: true,
boundariesElement: 'viewport'
}
}`||
|`popperPlacement`|`enum('auto'\|'auto-left'\|'auto-right'\|'bottom'\|'bottom-end'\|'bottom-start'\|'left'\|'left-end'\|'left-start'\|'right'\|'right-end'\|'right-start'\|'top'\|'top-end'\|'top-start')`|`'bottom-start'`||
|`targetComponent`|`element`|||

0 comments on commit fc6d22e

Please sign in to comment.