/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VTimePickerControls.json
22 строки
1 KB
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Subcomponent for `v-time-picker` that provides the controls for selecting hours, minutes, seconds, and AM/PM.", "props": { "ampm": "Enables AM/PM mode.", "hour": "The current hour value.", "minute": "The current minute value.", "second": "The current second value.", "period": "The current period value. either `am` or `pm`.", "readonly": "Makes the timepicker readonly.", "useSeconds": "Enables the display and selection of seconds in the timepicker.", "value": "The current value of the timepicker.", "inputHints": "Displays labels below the time input controls.", "viewMode": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`." }, "events": { "update:period": "Emitted when the period is changed. The event payload is either `am` or `pm`.", "update:hour": "Emitted when the hour value changes.", "update:minute": "Emitted when the minute value changes.", "update:second": "Emitted when the second value changes.", "update:viewMode": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`." } }