[disabledItemHandler] a handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | |
[showAdjacent] show adjacent months days | boolean | |
[(hoveredItem)] hovered date | TuiDay | null | |
[markerHandler] a handler that gets date and returns null or a tuple with circled marker colors | TuiMarkerHandler | null | |
[max] maximal date to choose | TuiDay | null | |
[maxViewedMonth] maximal month to access | TuiMonth | null | |
[min] minimum date to choose | TuiDay | null | |
[minViewedMonth] minimum month to access | TuiMonth | null | |
[(month)] current month | TuiMonth | |
[value] selected day or range | TuiDayRange | TuiDay | null | |
(dayClick) date click | TuiDay |