/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/generic.json
123 строки
12 KB
J-Sek
fix(VOverlay): make `location` and `origin` actually useful (#22720)
19 мар 2026, 12:51
Не верифицирован
19 мар 2026, 12:51
13c9af0
Код
Авторство
О чём код?
{ "props": { "active": "Controls the **active** state of the item. This is typically used to highlight the component.", "activeClass": "The class applied to the component when it is in an active state.", "activeColor": "The applied color when the component is in an active state.", "appendAvatar": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot.", "appendIcon": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.", "auto": "Centers list on selected element.", "baseColor": "Sets the color of component when not focused.", "bgColor": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors with or without `bg-` prefix (for example `success`, `purple` or `bg-purple`) or CSS color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).", "captureFocus": "When enabled, focus will be trapped within the component's content, preventing Tab navigation from moving focus outside. Useful for modals, dialogs, and overlays to maintain accessibility.", "clearable": "Allows for the component to be cleared.", "color": "Applies specified color to the control - supports utility colors with or without `text-` prefix (for example `success`, `purple` or `text-purple`) or CSS color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).", "contentClass": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component.", "counter": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.", "disabled": "Removes the ability to click or target the component.", "density": "Adjusts the vertical height used by the component.", "eager": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.", "end": "Applies margin at the start of the component.", "falseIcon": "The icon used when inactive.", "falseValue": "Sets value for falsy state.", "firstDayOfWeek": "Sets the first day of the week, starting with 0 for Sunday. (Note: not guaranteed to work when using custom date adapters.)", "firstDayOfYear": "Sets the day that determines the first week of the year, starting with 0 for Sunday. For ISO 8601 this should be 4. (Note: not guaranteed to work when using custom date adapters.)", "retainFocus": "Captures and keeps focus within the content element when using **Tab** and **Shift**+**Tab**. Recommended to be `false` when using external tools that require focus such as TinyMCE or vue-clipboard.", "fullWidth": "Sets the component width to 100%.", "height": "Sets the height for the component.", "hideNoData": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.", "hideOnLeave": "Hides the leaving element (no exit animation).", "group": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).", "icon": "Apply a specific icon using the [v-icon](/components/icons/) component.", "iconSize": "The specific size of the icon, can use named sizes.", "iconSizes": "An array of tuples that define the icon sizes for each named size.", "image": "Apply a specific image using [v-img](/components/images/).", "items": "An array of strings or objects used for automatically generating children components.", "label": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.", "leaveAbsolute": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/)).", "link": "Designates that the component is a link. This is automatic when using the href or to prop.", "mandatory": "Forces at least one item to always be selected (if available).", "menu": "Renders with the menu open by default.", "menuIcon": "Sets the the spin icon.", "menuProps": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.", "messages": "Displays a list of messages or a single message if using a string.", "mode": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).", "modelModifiers": "**FOR INTERNAL USE ONLY**", "modelValue": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.", "name": "Sets the component's name attribute.", "noDataText": "Text shown when no items are provided to the component.", "opacity": "Sets the component's opacity value", "origin": "Sets the anchor point on the overlay content that aligns to the `location` anchor on the target. `auto` uses the opposing side of `location`; `overlap` uses the same anchor, causing the overlay to cover the target. Also sets the CSS `transform-origin` for enter/leave transitions.", "persistent": "Clicking outside or pressing **esc** key will not dismiss the dialog.", "persistentCounter": "Forces counter to always be visible.", "prependGap": "Sets the horizontal spacing between prepend slot and the main content. Also affects indent to ensure expected alignment of group children.", "pickerProps": "Pass props through to the picker component. Intended for props that conflict with `v-text-field` (`color`, `width`, `rounded`, etc.)", "prependAvatar": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content.", "prependIcon": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.", "ripple": "Applies the [v-ripple](/directives/ripple) directive.", "search": "Text input used to filter items.", "scrollToActive": "Keeps the last active element visible when resizing the scrollable container.", "selectedClass": "Configure the active CSS class applied when an item is selected.", "size": "Sets the height and width of the component.", "subtitle": "Specify a subtitle text for the component.", "start": "Applies margin at the end of the component.", "filterByType": "Make the input accept only files matched by one or more [unique file type specifiers](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers). Applies to drag & drop and selecting folders. Emits `rejected` event when some files do not pass through to make it possible to notify user and deliver better user experience.", "symbol": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/).", "tag": "Specify a custom tag used on the root element.", "text": "Specify content text for the component.", "textColor": "Applies a specified color to the control text - supports utility colors with or without `text-` prefix (for example `success`, `purple` or `text-purple`) or CSS color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).", "title": "Specify a title text for the component.", "trueIcon": "The icon used when active.", "trueValue": "Sets value for truthy state.", "valueComparator": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.", "variant": "Applies a distinct style to the component.", "weekdayFormat": "Allows you to customize the format of the weekday string that appears in the body of the calendar. Uses `'narrow'` by default. (Note: not guaranteed to work when using custom date adapters.)", "weekdays": "An array of weekdays to display. Does not affect the order.", "width": "Sets the width for the component." }, "slots": { "activator": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation.", "append": "Adds an item inside the input and after input content.", "append-item": "Adds an item after menu content.", "append-inner": "Adds an item inside the input content.", "chip": "Slot for custom chip when using the [chip](#property-chip) prop.", "details": "Slot for custom input details to modifying the display of [messages](#props-messages).", "default": "The default Vue slot.", "item": "Define a custom item appearance.", "label": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.", "loader": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).", "message": "Slot used to customize the message content.", "no-data": "Defines content for when no items are provided.", "prepend": "Adds an item outside the input and before input content.", "prepend-inner": "Adds an item inside the input content.", "prepend-item": "Adds an item before menu content.", "progress": "Slot for custom progress linear (displayed when **loading** prop is not equal to Boolean False).", "selection": "Define a custom selection appearance.", "subtitle": "Slot for the component's subtitle content.", "text": "Slot for the component's text content.", "title": "Slot for the component's title content." }, "events": { "click": "Event that is emitted when the component is clicked.", "click:close": "Emitted when close icon is clicked.", "click:append": "Emitted when appended icon is clicked.", "click:appendInner": "Emitted when appended inner icon is clicked.", "click:clear": "Emitted when clear icon is clicked.", "click:prepend": "Emitted when prepended icon is clicked.", "click:prependInner": "Emitted when prepended inner icon is clicked.", "input": "The updated bound model.", "group:selected": "Event that is emitted when an item is selected within a group.", "rejected": "Emitted when some of the files from user input, drop or folder selection did not pass through `strict-accept` filter.", "update:focused": "Event that is emitted when the component's focus state changes.", "update:menu": "Event that is emitted when the component's menu state changes.", "update:modelValue": "Event that is emitted when the component's model changes.", "update:search": "Event emitted when the search value changes." }, "exposed": { "filteredItems": "The current array of items based upon the current search text.", "isFocused": "Returns true if the input is focused.", "isPristine": "Returns true if the input has not been modified in any way.", "menu": "Returns true if the menu is currently open.", "search": "The current search text.", "select": "The function used to select an items. The first argument expects the value of the item." } }