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
martijnrusschen committed Jun 16, 2023
1 parent c9ff593 commit 24ccc36
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
| `onKeyDown` | `func` | `() {}` | |
| `onMonthChange` | `func` | `() {}` | |
| `onMonthMouseLeave` | `func` | | |
| `onYearMouseEnter` | `func` | | |
| `onYearMouseLeave` | `func` | | |
| `onSelect` | `func` | `() {}` | |
| `onWeekSelect` | `func` | | |
| `onYearChange` | `func` | `() {}` | |
| `onYearMouseEnter` | `func` | | |
| `onYearMouseLeave` | `func` | | |
| `open` | `bool` | | |
| `openToDate` | `instanceOfDate` | | |
| `peekNextMonth` | `bool` | | |
Expand Down
39 changes: 24 additions & 15 deletions docs/year.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
# `year` (component)

| name | type | default value | description |
| ---------------------------- | ---------------- | ------------- | ----------- |
| `date` | `string` | | |
| `disabledKeyboardNavigation` | `bool` | | |
| `excludeDates` | `array` | | |
| `filterDate` | `func` | | |
| `includeDates` | `array` | | |
| `inline` | `bool` | | |
| `maxDate` | `instanceOfDate` | | |
| `minDate` | `instanceOfDate` | | |
| `onDayClick` | `func` | | |
| `preSelection` | `instanceOfDate` | | |
| `selected` | `object` | | |
| `setPreSelection` | `func` | | |
| `yearItemNumber` | `number` | | |
| name | type | default value | description |
| ----------------------------- | ---------------- | ------------- | ----------- |
| `clearSelectingDate` | `func` | | |
| `date` | `instanceOfDate` | | |
| `disabledKeyboardNavigation` | `bool` | | |
| `endDate` | `instanceOfDate` | | |
| `excludeDates` | `array` | | |
| `filterDate` | `func` | | |
| `includeDates` | `array` | | |
| `inline` | `bool` | | |
| `maxDate` | `instanceOfDate` | | |
| `minDate` | `instanceOfDate` | | |
| `onDayClick` | `func` | | |
| `onYearMouseEnter` (required) | `func` | | |
| `onYearMouseLeave` (required) | `func` | | |
| `preSelection` | `instanceOfDate` | | |
| `selected` | `object` | | |
| `selectingDate` | `instanceOfDate` | | |
| `selectsEnd` | `bool` | | |
| `selectsRange` | `bool` | | |
| `selectsStart` | `bool` | | |
| `setPreSelection` | `func` | | |
| `startDate` | `instanceOfDate` | | |
| `yearItemNumber` | `number` | | |

0 comments on commit 24ccc36

Please sign in to comment.