/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VNumberInput.json
21 строка
1 KB
J-Sek
Merge branch 'master' into dev
08 май 2026, 22:54
08 май 2026, 22:54
3ddf8b6
Код
Авторство
О чём код?
{ "description": "Replacement for standard HTML number-type input.", "props": { "controlVariant": "Controls layout of the stepper buttons.", "decimalSeparator": "Expects single character to be used as decimal separator.", "grouping": "Enables grouping using current locale or specific character passed to `group-separator`. Note: `'auto'` is recommended over `true`.", "group-separator": "Expects single character to be used for grouping digits in large numbers.", "hideInput": "Hide the input field.", "inset": "Applies an indentation to the dividers used in the stepper buttons.", "max": "Specifies the maximum allowable value for the input.", "min": "Specifies the minimum allowable value for the input.", "minFractionDigits": "Specifies the minimum fraction digits to be displayed (capped to `precision`). Defaults to `precision` when not explicitly set.", "precision": "Enforces strict precision. It is expected to be an integer value in range between `0` and `15`, or null for unrestricted.", "step": "Defines the interval between allowed values when the user increments or decrements the input", "type": "**IGNORED** underlying input is always of type 'text'" }, "slots": { "decrement": "Slot for customizing the decrement button or icon used to decrease the value of the input.", "increment": "Slot for customizing the increment button or icon used to increase the value of the input." } }