/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/time-validation.json
9 строк
678 B
J-Sek
docs: fill some of the missing prop descriptions
08 мар 2026, 00:26
08 мар 2026, 00:26
22f20f5
Код
Авторство
О чём код?
{ "props": { "max": "Maximum allowed time.", "min": "Minimum allowed time.", "allowedHours": "Restricts which hours can be selected. Can be an array of allowed hours, a function that returns true for allowed hours, or an object with `min` and `max` properties.", "allowedMinutes": "Restricts which minutes can be selected. Can be an array of allowed minutes, a function that returns true for allowed minutes, or an object with `min` and `max` properties.", "allowedSeconds": "Restricts which seconds can be selected. Can be an array of allowed seconds, a function that returns true for allowed seconds, or an object with `min` and `max` properties." } }