/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VTimePicker.json
27 строк
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": "A picker for selecting time: hours, minutes and optionally seconds.", "props": { "allowedHours": "Restricts which hours can be selected.", "allowedMinutes": "Restricts which minutes can be selected.", "allowedSeconds": "Restricts which seconds can be selected.", "format": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`.", "max": "Maximum allowed time.", "min": "Minimum allowed time.", "period": "Sets period for 12hr format.", "readonly": "Puts picker in readonly state.", "scrollable": "Allows changing hour/minute with mouse scroll.", "useSeconds": "Toggles the use of seconds in picker.", "width": "Width of the picker.", "viewMode": "The current view mode of the picker.`" }, "slots": { "default": "Displayed below the clock, can be used for example for adding action button (`OK` and `Cancel`)" }, "events": { "update:hour": "Emitted when user selects the hour.", "update:minute": "Emitted when user selects the minute.", "update:second": "Emitted when user selects the second.", "update:period": "Emitted when user clicks the AM/PM button.", "update:viewMode": "Emitted when the view mode changes." } }