File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ` week_number ` (component)
2
2
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 ` | | |
You can’t perform that action at this time.
0 commit comments