VDatePickerControls API
name | type | default |
|---|---|---|
string | string[] | undefined | |
Controls the active state of the item. This is typically used to highlight the component. | ||
string | number | undefined | |
Sets the height of the controls. | ||
'docked' | 'modal' | 'docked' | |
| ||
string | boolean | string[] | null | |
Removes the ability to click or target the component. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$subgroup' | |
Icon used for the mode button. | ||
string
| undefined | |
Text displayed for the current month. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$next' | |
Icon used for the next button. | ||
boolean
| false | |
Only applies to | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$prev' | |
Icon used for the previous button. | ||
string
| undefined | |
Specify content text for the component. | ||
'month' | 'year' | 'months' | 'month' | |
Sets the view mode of the date picker. | ||
string
| undefined | |
Text displayed for the current year. | ||
name | type | |
|---|---|---|
[] | ||
Event fired when clicking on the month. | ||
[] | ||
Event fired when clicking the next button. | ||
[] | ||
Event fired when clicking the next year button. | ||
[] | ||
Event fired when clicking the previous button. | ||
[] | ||
Event fired when clicking the previous year button. | ||
[] | ||
Event fired when clicking the date text. | ||
The default Vue slot. | ||