Skip to content

Commit 179ee16

Browse files
Publish new API docs (automated commit)
1 parent d517619 commit 179ee16

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/calendar_container.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `calendar_container` (component)
22

3-
| name | type | default value | description |
4-
| ----------- | -------- | ------------- | ----------- |
5-
| `children` | `node` | | |
6-
| `className` | `string` | | |
3+
| name | type | default value | description |
4+
| ------------ | -------- | ------------- | ----------- |
5+
| `arrowProps` | `object` | `{}` | |
6+
| `children` | `node` | | |
7+
| `className` | `string` | | |

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ General datepicker component.
4949
| `onChangeRaw` | `func` | | |
5050
| `onClickOutside` | `func` | `function() {}` | |
5151
| `onFocus` | `func` | `function() {}` | |
52+
| `onInputClick` | `func` | `function() {}` | |
5253
| `onKeyDown` | `func` | `function() {}` | |
5354
| `onMonthChange` | `func` | `function() {}` | |
5455
| `onSelect` | `func` | `function() {}` | |
5556
| `onWeekSelect` | `func` | | |
5657
| `onYearChange` | `func` | `function() {}` | |
58+
| `open` | `bool` | | |
5759
| `openToDate` | `object` | | |
5860
| `peekNextMonth` | `bool` | | |
5961
| `placeholderText` | `string` | | |
@@ -64,6 +66,7 @@ General datepicker component.
6466
| `preventOpenOnFocus` | `bool` | `false` | |
6567
| `previousMonthButtonLabel` | `string` | `"Previous Month"` | |
6668
| `readOnly` | `bool` | `false` | |
69+
| `renderCustomHeader` | `func` | | |
6770
| `required` | `bool` | | |
6871
| `scrollableMonthYearDropdown` | `bool` | | |
6972
| `scrollableYearDropdown` | `bool` | | |

docs/popper_component.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
| `hidePopper` | `bool` | `true` | |
77
| `popperComponent` | `element` | | |
88
| `popperContainer` | `func` | | |
9-
| `popperModifiers` | `object` | `{ preventOverflow: { enabled: true, escapeWithReference: true, boundariesElement: "viewport" } }` | |
10-
|`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"` | |
11-
|`targetComponent` | `element` | | |
9+
| `popperModifiers` | `object` | `{ |
1210

11+
preventOverflow: {
12+
enabled: true,
13+
escapeWithReference: true,
14+
boundariesElement: "viewport"
15+
}
16+
}`|| |`popperPlacement`|`enum("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 commit comments

Comments
 (0)