Name and description | Type | Value |
---|---|---|
[disabledItemHandler] A handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | ()=>!1 |
[showAdjacent] Show adjacent months days | boolean | |
[(hoveredItem)] Hovered date | TuiDay | |
[markerHandler] A handler that gets date and returns null or a tuple with circled marker colors | TuiMarkerHandler | null |
[max] Maximal date to choose | TuiDay | {year: 9999, month: 11, day: 31} |
[maxViewedMonth] Maximal month to access | TuiMonth | {year: 9999, month: 11, day: 31} |
[min] Minimum date to choose | TuiDay | {year: 0, month: 0, day: 1} |
[minViewedMonth] Minimum month to access | TuiMonth | {year: 0, month: 0, day: 1} |
[(month)] Current month | TuiMonth | |
[value] Selected day or range | TuiDayRange | null |
(dayClick) Date click | TuiDay |