/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VFileUpload.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": "Combines drag and drop area for files and a list that represents current selection.", "props": { "browseText": "Text for the browse button.", "dividerText": "Text in the divider.", "hideBrowse": "Hides the browse button.", "multiple": "Allows multiple files to be uploaded.", "scrim": "Determines whether an overlay is used when hovering over the component with files. Accepts true/false to enable background, and string to define color.", "insetFileList": "Renders the file list inside the dropzone container instead of below it.", "showSize": "Shows the size of the file." }, "slots": { "browse": "Slot for the browse button.", "divider": "Slot for the divider between icon and the browse button.", "icon": "Slot for a custom appearance in icon section.", "input": "Define a custom native input.", "single": "Slot for customizing the appearance of a single file when using inset file list mode." }, "exposed": { "controlRef": "Reference to the underlying input control element." } }