/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VTextField.json
30 строк
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": "Form component used for collecting single-line text.", "props": { "autofocus": "Enables autofocus.", "clearIcon": "Applied when using **clearable** and the input is dirty.", "counterValue": "Function returns the counter display text.", "flat": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props.", "persistentPlaceholder": "Forces placeholder to always be visible.", "placeholder": "Sets the input’s placeholder text.", "prefix": "Displays prefix text.", "prependIcon": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`.", "prependInnerIcon": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`.", "reverse": "Reverses the input orientation.", "role": "The role attribute applied to the input.", "rounded": "Adds a border radius to the input.", "suffix": "Displays suffix text.", "type": "Sets input type." }, "events": { "click:append": "Emitted when append icon is clicked.", "click:appendInner": "Emitted when appended inner icon is clicked.", "click:clear": "Emitted when clearable icon clicked.", "click:prepend": "Emitted when prepended icon is clicked.", "click:prependInner": "Emitted when prepended inner icon is clicked.", "mousedown:control": "Event that is emitted when using mousedown on the main control area." }, "slots": { "counter": "Slot for the input’s counter text." } }