Skip to content

Commit 1f69594

Browse files
Publish new API docs (automated commit)
1 parent 9e02bd6 commit 1f69594

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/week_number.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# `week_number` (component)
22

3-
| name | type | default value | description |
4-
| ----------------------- | -------- | ------------- | ----------- |
5-
| `ariaLabelPrefix` | `string` | `"week "` | |
6-
| `onClick` | `func` | | |
7-
| `weekNumber` (required) | `number` | | |
3+
| name | type | default value | description |
4+
| ---------------------------- | -------------------- | ------------- | ----------- |
5+
| `ariaLabelPrefix` | `string` | `"week "` | |
6+
| `containerRef` | `union(func\|shape)` | | |
7+
| `date` (required) | `instanceOfDate` | | |
8+
| `disabledKeyboardNavigation` | `bool` | | |
9+
| `handleOnKeyDown` | `func` | | |
10+
| `inline` | `bool` | | |
11+
| `onClick` | `func` | | |
12+
| `preSelection` | `instanceOfDate` | | |
13+
| `selected` | `instanceOfDate` | | |
14+
| `shouldFocusDayInline` | `bool` | | |
15+
| `showWeekNumber` | `bool` | | |
16+
| `showWeekPicker` | `bool` | | |
17+
| `weekNumber` (required) | `number` | | |

0 commit comments

Comments
 (0)