@vuetify/nightly 4.0.0-dev-20230427.0 → 4.0.0-dev-20230511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -23
- package/dist/json/attributes.json +854 -658
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +50 -1
- package/dist/json/web-types.json +1797 -1324
- package/dist/vuetify-labs.css +81 -69
- package/dist/vuetify-labs.d.ts +771 -257
- package/dist/vuetify-labs.esm.js +260 -224
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +259 -223
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -11
- package/dist/vuetify.d.ts +884 -412
- package/dist/vuetify.esm.js +237 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +236 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VField/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +48 -3
- package/lib/components/VInput/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VList/VList.mjs +5 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +10 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +18 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +12 -8
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +10 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +24 -24
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/{index.d.ts → index.d.mts} +679 -208
- package/lib/composables/defaults.mjs +15 -3
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/scroll.mjs +18 -19
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +7 -6
- package/lib/labs/VDataTable/VDataTable.mjs +11 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +0 -5
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +54 -12
- package/lib/labs/{components.d.ts → components.d.mts} +54 -12
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -6
- /package/lib/components/VAlert/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VApp/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VAvatar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBadge/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBanner/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtn/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCard/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCarousel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCode/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCounter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDialog/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDivider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VFooter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VForm/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VGrid/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VHover/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VIcon/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VKbd/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLabel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLayout/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLazy/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMain/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMenu/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMessages/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VOverlay/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VPagination/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VParallax/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRadio/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRating/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSheet/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTable/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTabs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTimeline/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VToolbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTooltip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VWindow/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/labs/date/{index.d.ts → index.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -77,7 +77,7 @@
|
|
77
77
|
},
|
78
78
|
"v-alert/location": {
|
79
79
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
80
|
-
"description": "
|
80
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
81
81
|
},
|
82
82
|
"v-alert/position": {
|
83
83
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -181,7 +181,7 @@
|
|
181
181
|
},
|
182
182
|
"v-app-bar/scroll-behavior": {
|
183
183
|
"type": "string",
|
184
|
-
"description": "
|
184
|
+
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
185
185
|
},
|
186
186
|
"v-app-bar/collapse": {
|
187
187
|
"type": "boolean",
|
@@ -205,15 +205,151 @@
|
|
205
205
|
},
|
206
206
|
"v-app-bar/scroll-target": {
|
207
207
|
"type": "string",
|
208
|
-
"description": "
|
208
|
+
"description": "The element to target for scrolling events. Uses `window` by default."
|
209
209
|
},
|
210
210
|
"v-app-bar/scroll-threshold": {
|
211
211
|
"type": "string | number",
|
212
|
-
"description": "
|
212
|
+
"description": "The amount of scroll distance down before **scroll-behavior** activates."
|
213
|
+
},
|
214
|
+
"v-app-bar-nav-icon/symbol": {
|
215
|
+
"type": "any",
|
216
|
+
"description": "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/) "
|
217
|
+
},
|
218
|
+
"v-app-bar-nav-icon/text": {
|
219
|
+
"type": "string",
|
220
|
+
"description": "Specify content text for the component."
|
221
|
+
},
|
222
|
+
"v-app-bar-nav-icon/flat": {
|
223
|
+
"type": "boolean",
|
224
|
+
"description": "Removes the button box shadow."
|
225
|
+
},
|
226
|
+
"v-app-bar-nav-icon/border": {
|
227
|
+
"type": "string | number | boolean",
|
228
|
+
"description": "Applies border styles to component."
|
213
229
|
},
|
214
230
|
"v-app-bar-nav-icon/icon": {
|
231
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
232
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
233
|
+
},
|
234
|
+
"v-app-bar-nav-icon/density": {
|
235
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
236
|
+
"description": "Adjusts the vertical height used by the component."
|
237
|
+
},
|
238
|
+
"v-app-bar-nav-icon/height": {
|
239
|
+
"type": "string | number",
|
240
|
+
"description": "Sets the height for the component."
|
241
|
+
},
|
242
|
+
"v-app-bar-nav-icon/max-height": {
|
243
|
+
"type": "string | number",
|
244
|
+
"description": "Sets the maximum height for the component."
|
245
|
+
},
|
246
|
+
"v-app-bar-nav-icon/max-width": {
|
247
|
+
"type": "string | number",
|
248
|
+
"description": "Sets the maximum width for the component."
|
249
|
+
},
|
250
|
+
"v-app-bar-nav-icon/min-height": {
|
251
|
+
"type": "string | number",
|
252
|
+
"description": "Sets the minimum height for the component."
|
253
|
+
},
|
254
|
+
"v-app-bar-nav-icon/min-width": {
|
255
|
+
"type": "string | number",
|
256
|
+
"description": "Sets the minimum width for the component."
|
257
|
+
},
|
258
|
+
"v-app-bar-nav-icon/width": {
|
259
|
+
"type": "string | number",
|
260
|
+
"description": "Sets the width for the component."
|
261
|
+
},
|
262
|
+
"v-app-bar-nav-icon/elevation": {
|
263
|
+
"type": "string | number",
|
264
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
265
|
+
},
|
266
|
+
"v-app-bar-nav-icon/location": {
|
267
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
268
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
269
|
+
},
|
270
|
+
"v-app-bar-nav-icon/position": {
|
271
|
+
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
272
|
+
"description": "Specifies the type of positioning method used for the component."
|
273
|
+
},
|
274
|
+
"v-app-bar-nav-icon/rounded": {
|
275
|
+
"type": "string | number | boolean",
|
276
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
277
|
+
},
|
278
|
+
"v-app-bar-nav-icon/tag": {
|
279
|
+
"type": "string",
|
280
|
+
"description": "Specify a custom tag used on the root element."
|
281
|
+
},
|
282
|
+
"v-app-bar-nav-icon/theme": {
|
283
|
+
"type": "string",
|
284
|
+
"description": "Specify a theme for this component and all of its children"
|
285
|
+
},
|
286
|
+
"v-app-bar-nav-icon/color": {
|
287
|
+
"type": "string",
|
288
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
289
|
+
},
|
290
|
+
"v-app-bar-nav-icon/variant": {
|
291
|
+
"type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
292
|
+
"description": "Applies a distinct style to the component"
|
293
|
+
},
|
294
|
+
"v-app-bar-nav-icon/value": {
|
295
|
+
"type": "any",
|
296
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
297
|
+
},
|
298
|
+
"v-app-bar-nav-icon/size": {
|
299
|
+
"type": "string | number",
|
300
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
301
|
+
},
|
302
|
+
"v-app-bar-nav-icon/active": {
|
303
|
+
"type": "boolean",
|
304
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
305
|
+
},
|
306
|
+
"v-app-bar-nav-icon/prepend-icon": {
|
215
307
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
216
|
-
"description": "
|
308
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
309
|
+
},
|
310
|
+
"v-app-bar-nav-icon/append-icon": {
|
311
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
312
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
313
|
+
},
|
314
|
+
"v-app-bar-nav-icon/block": {
|
315
|
+
"type": "boolean",
|
316
|
+
"description": "Expands the button to 100% of available space."
|
317
|
+
},
|
318
|
+
"v-app-bar-nav-icon/stacked": {
|
319
|
+
"type": "boolean",
|
320
|
+
"description": "Displays the button as a flex-column."
|
321
|
+
},
|
322
|
+
"v-app-bar-nav-icon/ripple": {
|
323
|
+
"type": "boolean",
|
324
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
325
|
+
},
|
326
|
+
"v-app-bar-nav-icon/disabled": {
|
327
|
+
"type": "boolean",
|
328
|
+
"description": "Removes the ability to click or target the component"
|
329
|
+
},
|
330
|
+
"v-app-bar-nav-icon/selected-class": {
|
331
|
+
"type": "string",
|
332
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
333
|
+
},
|
334
|
+
"v-app-bar-nav-icon/loading": {
|
335
|
+
"type": "string | boolean",
|
336
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
337
|
+
},
|
338
|
+
"v-app-bar-nav-icon/href": {
|
339
|
+
"type": "string",
|
340
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
341
|
+
},
|
342
|
+
"v-app-bar-nav-icon/replace": {
|
343
|
+
"type": "boolean",
|
344
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
345
|
+
},
|
346
|
+
"v-app-bar-nav-icon/exact": {
|
347
|
+
"type": "boolean",
|
348
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
349
|
+
},
|
350
|
+
"v-app-bar-nav-icon/to": {
|
351
|
+
"type": "unknown",
|
352
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
217
353
|
},
|
218
354
|
"v-app-bar-title/text": {
|
219
355
|
"type": "string",
|
@@ -275,17 +411,37 @@
|
|
275
411
|
"type": "unknown[]",
|
276
412
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
277
413
|
},
|
414
|
+
"v-autocomplete/active": {
|
415
|
+
"type": "boolean",
|
416
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
417
|
+
},
|
418
|
+
"v-autocomplete/prepend-icon": {
|
419
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
420
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
421
|
+
},
|
422
|
+
"v-autocomplete/append-icon": {
|
423
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
424
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
425
|
+
},
|
426
|
+
"v-autocomplete/disabled": {
|
427
|
+
"type": "boolean",
|
428
|
+
"description": "Removes the ability to click or target the input"
|
429
|
+
},
|
430
|
+
"v-autocomplete/loading": {
|
431
|
+
"type": "string | boolean",
|
432
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
433
|
+
},
|
278
434
|
"v-autocomplete/label": {
|
279
435
|
"type": "string",
|
280
436
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
281
437
|
},
|
282
438
|
"v-autocomplete/search": {
|
283
439
|
"type": "string",
|
284
|
-
"description": "
|
440
|
+
"description": "Text input used to filter items."
|
285
441
|
},
|
286
442
|
"v-autocomplete/filter-mode": {
|
287
443
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
288
|
-
"description": "
|
444
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
289
445
|
},
|
290
446
|
"v-autocomplete/no-filter": {
|
291
447
|
"type": "boolean",
|
@@ -293,15 +449,15 @@
|
|
293
449
|
},
|
294
450
|
"v-autocomplete/custom-filter": {
|
295
451
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
296
|
-
"description": "
|
452
|
+
"description": "Function used to filter items."
|
297
453
|
},
|
298
454
|
"v-autocomplete/custom-key-filter": {
|
299
455
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
300
|
-
"description": "
|
456
|
+
"description": "Function used on specific keys within the item object."
|
301
457
|
},
|
302
458
|
"v-autocomplete/filter-keys": {
|
303
459
|
"type": "string | string[]",
|
304
|
-
"description": "
|
460
|
+
"description": "Array of specific keys to filter on the item."
|
305
461
|
},
|
306
462
|
"v-autocomplete/chips": {
|
307
463
|
"type": "boolean",
|
@@ -309,11 +465,11 @@
|
|
309
465
|
},
|
310
466
|
"v-autocomplete/closable-chips": {
|
311
467
|
"type": "boolean",
|
312
|
-
"description": "
|
468
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
313
469
|
},
|
314
470
|
"v-autocomplete/eager": {
|
315
471
|
"type": "boolean",
|
316
|
-
"description": "
|
472
|
+
"description": "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."
|
317
473
|
},
|
318
474
|
"v-autocomplete/hide-no-data": {
|
319
475
|
"type": "boolean",
|
@@ -325,20 +481,16 @@
|
|
325
481
|
},
|
326
482
|
"v-autocomplete/menu": {
|
327
483
|
"type": "boolean",
|
328
|
-
"description": "
|
484
|
+
"description": "Renders with the menu open by default"
|
329
485
|
},
|
330
486
|
"v-autocomplete/menu-icon": {
|
331
487
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
332
|
-
"description": "
|
488
|
+
"description": "Sets the the spin icon"
|
333
489
|
},
|
334
490
|
"v-autocomplete/menu-props": {
|
335
491
|
"type": "unknown",
|
336
492
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
337
493
|
},
|
338
|
-
"v-autocomplete/disabled": {
|
339
|
-
"type": "boolean",
|
340
|
-
"description": "Removes the ability to click or target the input"
|
341
|
-
},
|
342
494
|
"v-autocomplete/transition": {
|
343
495
|
"type": "string | boolean",
|
344
496
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
@@ -361,15 +513,15 @@
|
|
361
513
|
},
|
362
514
|
"v-autocomplete/item-title": {
|
363
515
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
364
|
-
"description": "
|
516
|
+
"description": "Property on supplied `items` that contains its title"
|
365
517
|
},
|
366
518
|
"v-autocomplete/item-value": {
|
367
519
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
368
|
-
"description": "
|
520
|
+
"description": "Property on supplied `items` that contains its value"
|
369
521
|
},
|
370
522
|
"v-autocomplete/item-children": {
|
371
523
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
372
|
-
"description": "
|
524
|
+
"description": "Property on supplied `items` that contains its children"
|
373
525
|
},
|
374
526
|
"v-autocomplete/item-props": {
|
375
527
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -377,7 +529,7 @@
|
|
377
529
|
},
|
378
530
|
"v-autocomplete/return-object": {
|
379
531
|
"type": "boolean",
|
380
|
-
"description": "
|
532
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
381
533
|
},
|
382
534
|
"v-autocomplete/autofocus": {
|
383
535
|
"type": "boolean",
|
@@ -397,20 +549,12 @@
|
|
397
549
|
},
|
398
550
|
"v-autocomplete/persistent-counter": {
|
399
551
|
"type": "boolean",
|
400
|
-
"description": "
|
552
|
+
"description": "Forces counter to always be visible"
|
401
553
|
},
|
402
554
|
"v-autocomplete/suffix": {
|
403
555
|
"type": "string",
|
404
556
|
"description": "Displays suffix text"
|
405
557
|
},
|
406
|
-
"v-autocomplete/append-icon": {
|
407
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
408
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
409
|
-
},
|
410
|
-
"v-autocomplete/prepend-icon": {
|
411
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
412
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
413
|
-
},
|
414
558
|
"v-autocomplete/hint": {
|
415
559
|
"type": "string",
|
416
560
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -421,11 +565,11 @@
|
|
421
565
|
},
|
422
566
|
"v-autocomplete/messages": {
|
423
567
|
"type": "string | string[]",
|
424
|
-
"description": "Displays a list of messages or message if using a string"
|
568
|
+
"description": "Displays a list of messages or a single message if using a string"
|
425
569
|
},
|
426
570
|
"v-autocomplete/direction": {
|
427
571
|
"type": "\"horizontal\" | \"vertical\"",
|
428
|
-
"description": "
|
572
|
+
"description": "Changes the direction of the input"
|
429
573
|
},
|
430
574
|
"v-autocomplete/error-messages": {
|
431
575
|
"type": "string | string[]",
|
@@ -467,13 +611,9 @@
|
|
467
611
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
468
612
|
"description": "The icon used when the **clerable** prop is set to true"
|
469
613
|
},
|
470
|
-
"v-autocomplete/active": {
|
471
|
-
"type": "boolean",
|
472
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
473
|
-
},
|
474
614
|
"v-autocomplete/base-color": {
|
475
615
|
"type": "string",
|
476
|
-
"description": "
|
616
|
+
"description": "Sets the color of the input when it is not focused"
|
477
617
|
},
|
478
618
|
"v-autocomplete/persistent-clear": {
|
479
619
|
"type": "boolean",
|
@@ -487,21 +627,17 @@
|
|
487
627
|
"type": "boolean",
|
488
628
|
"description": "Label does not move on focus/dirty"
|
489
629
|
},
|
490
|
-
"v-autocomplete/loading": {
|
491
|
-
"type": "string | boolean",
|
492
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
493
|
-
},
|
494
630
|
"v-autocomplete/counter": {
|
495
631
|
"type": "string | number | true",
|
496
632
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
497
633
|
},
|
498
634
|
"v-autocomplete/counter-value": {
|
499
635
|
"type": "(value: any) => number",
|
500
|
-
"description": "
|
636
|
+
"description": "Function returns the counter display text"
|
501
637
|
},
|
502
638
|
"v-autocomplete/model-modifiers": {
|
503
639
|
"type": "Record<string, boolean>",
|
504
|
-
"description": "
|
640
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
505
641
|
},
|
506
642
|
"v-avatar/end": {
|
507
643
|
"type": "boolean",
|
@@ -557,7 +693,7 @@
|
|
557
693
|
},
|
558
694
|
"v-badge/location": {
|
559
695
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
560
|
-
"description": "
|
696
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
561
697
|
},
|
562
698
|
"v-badge/rounded": {
|
563
699
|
"type": "string | number | boolean",
|
@@ -665,7 +801,7 @@
|
|
665
801
|
},
|
666
802
|
"v-banner/location": {
|
667
803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
668
|
-
"description": "
|
804
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
669
805
|
},
|
670
806
|
"v-banner/position": {
|
671
807
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -691,17 +827,17 @@
|
|
691
827
|
"type": "string",
|
692
828
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
693
829
|
},
|
694
|
-
"v-banner/avatar": {
|
695
|
-
"type": "string",
|
696
|
-
"description": "Designates a specific src image to pass to the thumbnail."
|
697
|
-
},
|
698
830
|
"v-banner/stacked": {
|
699
831
|
"type": "boolean",
|
700
832
|
"description": "Forces the banner actions onto a new line. This is only applicable when the banner is not **single-line** or using the **actions** slot."
|
701
833
|
},
|
834
|
+
"v-banner/avatar": {
|
835
|
+
"type": "string",
|
836
|
+
"description": "Designates a specific src image to pass to the thumbnail."
|
837
|
+
},
|
702
838
|
"v-banner/lines": {
|
703
839
|
"type": "\"one\" | \"two\" | \"three\"",
|
704
|
-
"description": "
|
840
|
+
"description": "The amount of visible lines of text before it truncates."
|
705
841
|
},
|
706
842
|
"v-banner-actions/density": {
|
707
843
|
"type": "string",
|
@@ -763,10 +899,18 @@
|
|
763
899
|
"type": "string | number",
|
764
900
|
"description": "Adjust the order of the component in relation to its registration order."
|
765
901
|
},
|
902
|
+
"v-bottom-navigation/active": {
|
903
|
+
"type": "boolean",
|
904
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
905
|
+
},
|
766
906
|
"v-bottom-navigation/disabled": {
|
767
907
|
"type": "boolean",
|
768
908
|
"description": "Puts all children components into a disabled state"
|
769
909
|
},
|
910
|
+
"v-bottom-navigation/selected-class": {
|
911
|
+
"type": "string",
|
912
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
913
|
+
},
|
770
914
|
"v-bottom-navigation/multiple": {
|
771
915
|
"type": "boolean",
|
772
916
|
"description": "Allows one to select mulitple items."
|
@@ -775,10 +919,6 @@
|
|
775
919
|
"type": "string",
|
776
920
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `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)"
|
777
921
|
},
|
778
|
-
"v-bottom-navigation/active": {
|
779
|
-
"type": "boolean",
|
780
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
781
|
-
},
|
782
922
|
"v-bottom-navigation/mode": {
|
783
923
|
"type": "string",
|
784
924
|
"description": "Changes the orientation and active state styling of the component."
|
@@ -791,10 +931,6 @@
|
|
791
931
|
"type": "boolean",
|
792
932
|
"description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
|
793
933
|
},
|
794
|
-
"v-bottom-navigation/selected-class": {
|
795
|
-
"type": "string",
|
796
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
797
|
-
},
|
798
934
|
"v-bottom-navigation/mandatory": {
|
799
935
|
"type": "boolean | \"force\"",
|
800
936
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -855,18 +991,30 @@
|
|
855
991
|
"type": "string",
|
856
992
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
857
993
|
},
|
994
|
+
"v-breadcrumbs-item/active": {
|
995
|
+
"type": "boolean",
|
996
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
997
|
+
},
|
858
998
|
"v-breadcrumbs-item/disabled": {
|
859
999
|
"type": "boolean",
|
860
1000
|
"description": "Removes the ability to click or target the component"
|
861
1001
|
},
|
862
|
-
"v-breadcrumbs-item/
|
863
|
-
"type": "
|
864
|
-
"description": "
|
1002
|
+
"v-breadcrumbs-item/href": {
|
1003
|
+
"type": "string",
|
1004
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
865
1005
|
},
|
866
1006
|
"v-breadcrumbs-item/replace": {
|
867
1007
|
"type": "boolean",
|
868
1008
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
869
1009
|
},
|
1010
|
+
"v-breadcrumbs-item/exact": {
|
1011
|
+
"type": "boolean",
|
1012
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1013
|
+
},
|
1014
|
+
"v-breadcrumbs-item/to": {
|
1015
|
+
"type": "unknown",
|
1016
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1017
|
+
},
|
870
1018
|
"v-breadcrumbs-item/active-class": {
|
871
1019
|
"type": "string",
|
872
1020
|
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
@@ -875,18 +1023,6 @@
|
|
875
1023
|
"type": "string",
|
876
1024
|
"description": "The applied color when the component is in an active state"
|
877
1025
|
},
|
878
|
-
"v-breadcrumbs-item/href": {
|
879
|
-
"type": "string",
|
880
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
881
|
-
},
|
882
|
-
"v-breadcrumbs-item/to": {
|
883
|
-
"type": "unknown",
|
884
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
885
|
-
},
|
886
|
-
"v-breadcrumbs-item/exact": {
|
887
|
-
"type": "boolean",
|
888
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
889
|
-
},
|
890
1026
|
"v-btn/symbol": {
|
891
1027
|
"type": "any",
|
892
1028
|
"description": "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/) "
|
@@ -941,7 +1077,7 @@
|
|
941
1077
|
},
|
942
1078
|
"v-btn/location": {
|
943
1079
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
944
|
-
"description": "
|
1080
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
945
1081
|
},
|
946
1082
|
"v-btn/position": {
|
947
1083
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -975,57 +1111,57 @@
|
|
975
1111
|
"type": "string | number",
|
976
1112
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
977
1113
|
},
|
978
|
-
"v-btn/
|
1114
|
+
"v-btn/active": {
|
979
1115
|
"type": "boolean",
|
980
|
-
"description": "
|
1116
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
981
1117
|
},
|
982
|
-
"v-btn/
|
983
|
-
"type": "
|
984
|
-
"description": "
|
1118
|
+
"v-btn/prepend-icon": {
|
1119
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1120
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
985
1121
|
},
|
986
1122
|
"v-btn/append-icon": {
|
987
1123
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
988
1124
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
989
1125
|
},
|
990
|
-
"v-btn/
|
991
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
992
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
993
|
-
},
|
994
|
-
"v-btn/active": {
|
1126
|
+
"v-btn/block": {
|
995
1127
|
"type": "boolean",
|
996
|
-
"description": "
|
1128
|
+
"description": "Expands the button to 100% of available space."
|
997
1129
|
},
|
998
|
-
"v-btn/
|
999
|
-
"type": "
|
1000
|
-
"description": "Displays
|
1130
|
+
"v-btn/stacked": {
|
1131
|
+
"type": "boolean",
|
1132
|
+
"description": "Displays the button as a flex-column."
|
1001
1133
|
},
|
1002
|
-
"v-btn/
|
1134
|
+
"v-btn/ripple": {
|
1003
1135
|
"type": "boolean",
|
1004
|
-
"description": "
|
1136
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1005
1137
|
},
|
1006
|
-
"v-btn/
|
1138
|
+
"v-btn/disabled": {
|
1007
1139
|
"type": "boolean",
|
1008
|
-
"description": "
|
1140
|
+
"description": "Removes the ability to click or target the component"
|
1009
1141
|
},
|
1010
1142
|
"v-btn/selected-class": {
|
1011
1143
|
"type": "string",
|
1012
1144
|
"description": "Configure the active CSS class applied when an item is selected."
|
1013
1145
|
},
|
1146
|
+
"v-btn/loading": {
|
1147
|
+
"type": "string | boolean",
|
1148
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
1149
|
+
},
|
1014
1150
|
"v-btn/href": {
|
1015
1151
|
"type": "string",
|
1016
1152
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1017
1153
|
},
|
1018
|
-
"v-btn/
|
1019
|
-
"type": "
|
1020
|
-
"description": "
|
1154
|
+
"v-btn/replace": {
|
1155
|
+
"type": "boolean",
|
1156
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1021
1157
|
},
|
1022
1158
|
"v-btn/exact": {
|
1023
1159
|
"type": "boolean",
|
1024
1160
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1025
1161
|
},
|
1026
|
-
"v-btn/
|
1027
|
-
"type": "
|
1028
|
-
"description": "
|
1162
|
+
"v-btn/to": {
|
1163
|
+
"type": "unknown",
|
1164
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1029
1165
|
},
|
1030
1166
|
"v-btn-group/border": {
|
1031
1167
|
"type": "string | number | boolean",
|
@@ -1103,6 +1239,10 @@
|
|
1103
1239
|
"type": "boolean",
|
1104
1240
|
"description": "Puts all children components into a disabled state"
|
1105
1241
|
},
|
1242
|
+
"v-btn-toggle/selected-class": {
|
1243
|
+
"type": "string",
|
1244
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
1245
|
+
},
|
1106
1246
|
"v-btn-toggle/multiple": {
|
1107
1247
|
"type": "boolean",
|
1108
1248
|
"description": "Allows one to select mulitple items."
|
@@ -1111,10 +1251,6 @@
|
|
1111
1251
|
"type": "number",
|
1112
1252
|
"description": "Sets a maximum number of selections that can be made."
|
1113
1253
|
},
|
1114
|
-
"v-btn-toggle/selected-class": {
|
1115
|
-
"type": "string",
|
1116
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
1117
|
-
},
|
1118
1254
|
"v-btn-toggle/mandatory": {
|
1119
1255
|
"type": "boolean | \"force\"",
|
1120
1256
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1173,7 +1309,7 @@
|
|
1173
1309
|
},
|
1174
1310
|
"v-card/location": {
|
1175
1311
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
1176
|
-
"description": "
|
1312
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
1177
1313
|
},
|
1178
1314
|
"v-card/position": {
|
1179
1315
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -1203,45 +1339,45 @@
|
|
1203
1339
|
"type": "string",
|
1204
1340
|
"description": "Apply a specific background image to the component."
|
1205
1341
|
},
|
1206
|
-
"v-card/
|
1207
|
-
"type": "
|
1208
|
-
"description": "
|
1342
|
+
"v-card/prepend-icon": {
|
1343
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1344
|
+
"description": "Prepends a [v-icon](/components/icons/) component to the header"
|
1209
1345
|
},
|
1210
1346
|
"v-card/append-icon": {
|
1211
1347
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1212
1348
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1213
1349
|
},
|
1214
|
-
"v-card/
|
1215
|
-
"type": "
|
1216
|
-
"description": "
|
1350
|
+
"v-card/ripple": {
|
1351
|
+
"type": "boolean",
|
1352
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1353
|
+
},
|
1354
|
+
"v-card/disabled": {
|
1355
|
+
"type": "boolean",
|
1356
|
+
"description": "Removes the ability to click or target the component"
|
1217
1357
|
},
|
1218
1358
|
"v-card/loading": {
|
1219
1359
|
"type": "string | boolean",
|
1220
1360
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
1221
1361
|
},
|
1362
|
+
"v-card/href": {
|
1363
|
+
"type": "string",
|
1364
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
1365
|
+
},
|
1222
1366
|
"v-card/replace": {
|
1223
1367
|
"type": "boolean",
|
1224
1368
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1225
1369
|
},
|
1226
|
-
"v-card/
|
1370
|
+
"v-card/exact": {
|
1227
1371
|
"type": "boolean",
|
1228
|
-
"description": "
|
1229
|
-
},
|
1230
|
-
"v-card/href": {
|
1231
|
-
"type": "string",
|
1232
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
1372
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1233
1373
|
},
|
1234
1374
|
"v-card/to": {
|
1235
1375
|
"type": "unknown",
|
1236
1376
|
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1237
1377
|
},
|
1238
|
-
"v-card/
|
1239
|
-
"type": "boolean",
|
1240
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1241
|
-
},
|
1242
|
-
"v-card/ripple": {
|
1378
|
+
"v-card/link": {
|
1243
1379
|
"type": "boolean",
|
1244
|
-
"description": "
|
1380
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1245
1381
|
},
|
1246
1382
|
"v-card/subtitle": {
|
1247
1383
|
"type": "string",
|
@@ -1267,14 +1403,14 @@
|
|
1267
1403
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
1268
1404
|
"description": "Adjusts the vertical height used by the component."
|
1269
1405
|
},
|
1270
|
-
"v-card-item/append-icon": {
|
1271
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1272
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1273
|
-
},
|
1274
1406
|
"v-card-item/prepend-icon": {
|
1275
1407
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1276
1408
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1277
1409
|
},
|
1410
|
+
"v-card-item/append-icon": {
|
1411
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1412
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1413
|
+
},
|
1278
1414
|
"v-card-item/subtitle": {
|
1279
1415
|
"type": "string",
|
1280
1416
|
"description": "Specify a subtitle text for the component."
|
@@ -1327,14 +1463,14 @@
|
|
1327
1463
|
"type": "boolean",
|
1328
1464
|
"description": "Removes the ability to click or target the component"
|
1329
1465
|
},
|
1330
|
-
"v-carousel/direction": {
|
1331
|
-
"type": "string",
|
1332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
1333
|
-
},
|
1334
1466
|
"v-carousel/selected-class": {
|
1335
1467
|
"type": "string",
|
1336
1468
|
"description": "Configure the active CSS class applied when an item is selected."
|
1337
1469
|
},
|
1470
|
+
"v-carousel/direction": {
|
1471
|
+
"type": "string",
|
1472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
1473
|
+
},
|
1338
1474
|
"v-carousel/mandatory": {
|
1339
1475
|
"type": "\"force\"",
|
1340
1476
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1427,14 +1563,26 @@
|
|
1427
1563
|
"type": "string",
|
1428
1564
|
"description": "Sets the DOM id on the component"
|
1429
1565
|
},
|
1430
|
-
"v-checkbox/
|
1431
|
-
"type": "string",
|
1432
|
-
"description": "
|
1566
|
+
"v-checkbox/prepend-icon": {
|
1567
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1568
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
1569
|
+
},
|
1570
|
+
"v-checkbox/append-icon": {
|
1571
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1572
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1573
|
+
},
|
1574
|
+
"v-checkbox/ripple": {
|
1575
|
+
"type": "boolean",
|
1576
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1433
1577
|
},
|
1434
1578
|
"v-checkbox/disabled": {
|
1435
1579
|
"type": "boolean",
|
1436
1580
|
"description": "Removes the ability to click or target the component"
|
1437
1581
|
},
|
1582
|
+
"v-checkbox/label": {
|
1583
|
+
"type": "string",
|
1584
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
1585
|
+
},
|
1438
1586
|
"v-checkbox/multiple": {
|
1439
1587
|
"type": "boolean",
|
1440
1588
|
"description": "Changes expected model to an array"
|
@@ -1443,14 +1591,6 @@
|
|
1443
1591
|
"type": "(a: any, b: any) => boolean",
|
1444
1592
|
"description": "Apply a custom comparison algorithm used for values"
|
1445
1593
|
},
|
1446
|
-
"v-checkbox/append-icon": {
|
1447
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1448
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1449
|
-
},
|
1450
|
-
"v-checkbox/prepend-icon": {
|
1451
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1452
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
1453
|
-
},
|
1454
1594
|
"v-checkbox/hint": {
|
1455
1595
|
"type": "string",
|
1456
1596
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -1461,11 +1601,11 @@
|
|
1461
1601
|
},
|
1462
1602
|
"v-checkbox/messages": {
|
1463
1603
|
"type": "string | string[]",
|
1464
|
-
"description": "
|
1604
|
+
"description": "Displays a list of messages or a single message if using a string"
|
1465
1605
|
},
|
1466
1606
|
"v-checkbox/direction": {
|
1467
1607
|
"type": "\"horizontal\" | \"vertical\"",
|
1468
|
-
"description": "
|
1608
|
+
"description": "Changes the direction of the input"
|
1469
1609
|
},
|
1470
1610
|
"v-checkbox/error-messages": {
|
1471
1611
|
"type": "string | string[]",
|
@@ -1499,10 +1639,6 @@
|
|
1499
1639
|
"type": "boolean | \"auto\"",
|
1500
1640
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
1501
1641
|
},
|
1502
|
-
"v-checkbox/ripple": {
|
1503
|
-
"type": "boolean",
|
1504
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1505
|
-
},
|
1506
1642
|
"v-checkbox/indeterminate": {
|
1507
1643
|
"type": "boolean",
|
1508
1644
|
"description": "Sets an indeterminate state for the checkbox"
|
@@ -1563,14 +1699,18 @@
|
|
1563
1699
|
"type": "string",
|
1564
1700
|
"description": "Sets the DOM id on the component"
|
1565
1701
|
},
|
1566
|
-
"v-checkbox-btn/
|
1567
|
-
"type": "
|
1568
|
-
"description": "
|
1702
|
+
"v-checkbox-btn/ripple": {
|
1703
|
+
"type": "boolean",
|
1704
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1569
1705
|
},
|
1570
1706
|
"v-checkbox-btn/disabled": {
|
1571
1707
|
"type": "boolean",
|
1572
1708
|
"description": "Removes the ability to click or target the component"
|
1573
1709
|
},
|
1710
|
+
"v-checkbox-btn/label": {
|
1711
|
+
"type": "string",
|
1712
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
1713
|
+
},
|
1574
1714
|
"v-checkbox-btn/multiple": {
|
1575
1715
|
"type": "boolean",
|
1576
1716
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -1587,10 +1727,6 @@
|
|
1587
1727
|
"type": "boolean",
|
1588
1728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
1589
1729
|
},
|
1590
|
-
"v-checkbox-btn/ripple": {
|
1591
|
-
"type": "boolean",
|
1592
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1593
|
-
},
|
1594
1730
|
"v-checkbox-btn/indeterminate": {
|
1595
1731
|
"type": "boolean",
|
1596
1732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
@@ -1679,53 +1815,53 @@
|
|
1679
1815
|
"type": "string | number",
|
1680
1816
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
1681
1817
|
},
|
1682
|
-
"v-chip/
|
1683
|
-
"type": "
|
1684
|
-
"description": "
|
1685
|
-
},
|
1686
|
-
"v-chip/disabled": {
|
1687
|
-
"type": "boolean",
|
1688
|
-
"description": "Removes the ability to click or target the component"
|
1818
|
+
"v-chip/prepend-icon": {
|
1819
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1820
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1689
1821
|
},
|
1690
1822
|
"v-chip/append-icon": {
|
1691
1823
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1692
1824
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1693
1825
|
},
|
1694
|
-
"v-chip/
|
1695
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1696
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1697
|
-
},
|
1698
|
-
"v-chip/replace": {
|
1826
|
+
"v-chip/ripple": {
|
1699
1827
|
"type": "boolean",
|
1700
|
-
"description": "
|
1828
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1701
1829
|
},
|
1702
|
-
"v-chip/
|
1830
|
+
"v-chip/disabled": {
|
1703
1831
|
"type": "boolean",
|
1704
|
-
"description": "
|
1832
|
+
"description": "Removes the ability to click or target the component"
|
1705
1833
|
},
|
1706
1834
|
"v-chip/selected-class": {
|
1707
1835
|
"type": "string",
|
1708
1836
|
"description": "Configure the active CSS class applied when an item is selected."
|
1709
1837
|
},
|
1710
|
-
"v-chip/active-class": {
|
1711
|
-
"type": "string",
|
1712
|
-
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
1713
|
-
},
|
1714
1838
|
"v-chip/href": {
|
1715
1839
|
"type": "string",
|
1716
1840
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1717
1841
|
},
|
1842
|
+
"v-chip/replace": {
|
1843
|
+
"type": "boolean",
|
1844
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1845
|
+
},
|
1846
|
+
"v-chip/exact": {
|
1847
|
+
"type": "boolean",
|
1848
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1849
|
+
},
|
1718
1850
|
"v-chip/to": {
|
1719
1851
|
"type": "unknown",
|
1720
1852
|
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1721
1853
|
},
|
1722
|
-
"v-chip/
|
1854
|
+
"v-chip/label": {
|
1723
1855
|
"type": "boolean",
|
1724
|
-
"description": "
|
1856
|
+
"description": "Applies a medium size border radius"
|
1725
1857
|
},
|
1726
|
-
"v-chip/
|
1858
|
+
"v-chip/link": {
|
1727
1859
|
"type": "boolean",
|
1728
|
-
"description": "
|
1860
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1861
|
+
},
|
1862
|
+
"v-chip/active-class": {
|
1863
|
+
"type": "string",
|
1864
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
1729
1865
|
},
|
1730
1866
|
"v-chip/append-avatar": {
|
1731
1867
|
"type": "string",
|
@@ -1775,6 +1911,10 @@
|
|
1775
1911
|
"type": "boolean",
|
1776
1912
|
"description": "Puts all children components into a disabled state"
|
1777
1913
|
},
|
1914
|
+
"v-chip-group/selected-class": {
|
1915
|
+
"type": "string",
|
1916
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
1917
|
+
},
|
1778
1918
|
"v-chip-group/multiple": {
|
1779
1919
|
"type": "boolean",
|
1780
1920
|
"description": "Allows one to select mulitple items."
|
@@ -1787,10 +1927,6 @@
|
|
1787
1927
|
"type": "number",
|
1788
1928
|
"description": "Sets a maximum number of selections that can be made."
|
1789
1929
|
},
|
1790
|
-
"v-chip-group/selected-class": {
|
1791
|
-
"type": "string",
|
1792
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
1793
|
-
},
|
1794
1930
|
"v-chip-group/mandatory": {
|
1795
1931
|
"type": "boolean | \"force\"",
|
1796
1932
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1901,7 +2037,7 @@
|
|
1901
2037
|
},
|
1902
2038
|
"v-color-picker/width": {
|
1903
2039
|
"type": "string | number",
|
1904
|
-
"description": "Sets the width
|
2040
|
+
"description": "Sets the width for the component."
|
1905
2041
|
},
|
1906
2042
|
"v-color-picker/elevation": {
|
1907
2043
|
"type": "string | number",
|
@@ -1932,44 +2068,44 @@
|
|
1932
2068
|
"description": "Removes the ability to click or target the component"
|
1933
2069
|
},
|
1934
2070
|
"v-color-picker/mode": {
|
1935
|
-
"type": "
|
1936
|
-
"description": "Sets
|
2071
|
+
"type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\"",
|
2072
|
+
"description": "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/v2/api/#transition)."
|
1937
2073
|
},
|
1938
2074
|
"v-color-picker/hide-canvas": {
|
1939
2075
|
"type": "boolean",
|
1940
|
-
"description": "
|
2076
|
+
"description": "MISSING DESCRIPTION"
|
1941
2077
|
},
|
1942
2078
|
"v-color-picker/hide-sliders": {
|
1943
2079
|
"type": "boolean",
|
1944
|
-
"description": "
|
2080
|
+
"description": "MISSING DESCRIPTION"
|
1945
2081
|
},
|
1946
2082
|
"v-color-picker/hide-inputs": {
|
1947
2083
|
"type": "boolean",
|
1948
|
-
"description": "
|
2084
|
+
"description": "MISSING DESCRIPTION"
|
1949
2085
|
},
|
1950
2086
|
"v-color-picker/show-swatches": {
|
1951
2087
|
"type": "boolean",
|
1952
|
-
"description": "
|
2088
|
+
"description": "MISSING DESCRIPTION"
|
1953
2089
|
},
|
1954
2090
|
"v-color-picker/canvas-height": {
|
1955
2091
|
"type": "string | number",
|
1956
|
-
"description": "
|
2092
|
+
"description": "MISSING DESCRIPTION"
|
1957
2093
|
},
|
1958
2094
|
"v-color-picker/dot-size": {
|
1959
2095
|
"type": "string | number",
|
1960
|
-
"description": "
|
2096
|
+
"description": "MISSING DESCRIPTION"
|
1961
2097
|
},
|
1962
2098
|
"v-color-picker/modes": {
|
1963
|
-
"type": "
|
1964
|
-
"description": "MISSING DESCRIPTION
|
2099
|
+
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
|
2100
|
+
"description": "MISSING DESCRIPTION"
|
1965
2101
|
},
|
1966
2102
|
"v-color-picker/swatches-max-height": {
|
1967
2103
|
"type": "string | number",
|
1968
|
-
"description": "
|
2104
|
+
"description": "MISSING DESCRIPTION"
|
1969
2105
|
},
|
1970
2106
|
"v-color-picker/swatches": {
|
1971
|
-
"type": "string[][]",
|
1972
|
-
"description": "
|
2107
|
+
"type": "(string | number | HSV | RGB | HSL)[][]",
|
2108
|
+
"description": "MISSING DESCRIPTION"
|
1973
2109
|
},
|
1974
2110
|
"v-combobox/flat": {
|
1975
2111
|
"type": "boolean",
|
@@ -2023,29 +2159,49 @@
|
|
2023
2159
|
"type": "unknown[]",
|
2024
2160
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
2025
2161
|
},
|
2162
|
+
"v-combobox/active": {
|
2163
|
+
"type": "boolean",
|
2164
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
2165
|
+
},
|
2166
|
+
"v-combobox/prepend-icon": {
|
2167
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2168
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
2169
|
+
},
|
2170
|
+
"v-combobox/append-icon": {
|
2171
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2172
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
2173
|
+
},
|
2174
|
+
"v-combobox/disabled": {
|
2175
|
+
"type": "boolean",
|
2176
|
+
"description": "Removes the ability to click or target the input"
|
2177
|
+
},
|
2178
|
+
"v-combobox/loading": {
|
2179
|
+
"type": "string | boolean",
|
2180
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
2181
|
+
},
|
2026
2182
|
"v-combobox/label": {
|
2027
2183
|
"type": "string",
|
2028
2184
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
2029
2185
|
},
|
2030
2186
|
"v-combobox/filter-mode": {
|
2031
2187
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2032
|
-
"description": "
|
2188
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
2033
2189
|
},
|
2034
2190
|
"v-combobox/no-filter": {
|
2035
2191
|
"type": "boolean",
|
2036
|
-
"description": "
|
2192
|
+
"description": "Disables all item filtering."
|
2037
2193
|
},
|
2038
2194
|
"v-combobox/custom-filter": {
|
2039
2195
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
2040
|
-
"description": "
|
2196
|
+
"description": "Function used to filter items."
|
2041
2197
|
},
|
2042
2198
|
"v-combobox/custom-key-filter": {
|
2043
2199
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2044
|
-
"description": "
|
2200
|
+
"description": "Function used on specific keys within the item object."
|
2045
2201
|
},
|
2046
2202
|
"v-combobox/filter-keys": {
|
2047
2203
|
"type": "string | string[]",
|
2048
|
-
"description": "
|
2204
|
+
"description": "Array of specific keys to filter on the item."
|
2049
2205
|
},
|
2050
2206
|
"v-combobox/chips": {
|
2051
2207
|
"type": "boolean",
|
@@ -2053,15 +2209,15 @@
|
|
2053
2209
|
},
|
2054
2210
|
"v-combobox/closable-chips": {
|
2055
2211
|
"type": "boolean",
|
2056
|
-
"description": "
|
2212
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
2057
2213
|
},
|
2058
2214
|
"v-combobox/eager": {
|
2059
2215
|
"type": "boolean",
|
2060
|
-
"description": "
|
2216
|
+
"description": "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."
|
2061
2217
|
},
|
2062
2218
|
"v-combobox/hide-no-data": {
|
2063
2219
|
"type": "boolean",
|
2064
|
-
"description": "
|
2220
|
+
"description": "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."
|
2065
2221
|
},
|
2066
2222
|
"v-combobox/hide-selected": {
|
2067
2223
|
"type": "boolean",
|
@@ -2069,20 +2225,16 @@
|
|
2069
2225
|
},
|
2070
2226
|
"v-combobox/menu": {
|
2071
2227
|
"type": "boolean",
|
2072
|
-
"description": "
|
2228
|
+
"description": "Renders with the menu open by default"
|
2073
2229
|
},
|
2074
2230
|
"v-combobox/menu-icon": {
|
2075
2231
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2076
|
-
"description": "
|
2232
|
+
"description": "Sets the the spin icon"
|
2077
2233
|
},
|
2078
2234
|
"v-combobox/menu-props": {
|
2079
2235
|
"type": "unknown",
|
2080
2236
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
2081
2237
|
},
|
2082
|
-
"v-combobox/disabled": {
|
2083
|
-
"type": "boolean",
|
2084
|
-
"description": "Removes the ability to click or target the input"
|
2085
|
-
},
|
2086
2238
|
"v-combobox/transition": {
|
2087
2239
|
"type": "string | boolean",
|
2088
2240
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
@@ -2105,15 +2257,15 @@
|
|
2105
2257
|
},
|
2106
2258
|
"v-combobox/item-title": {
|
2107
2259
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2108
|
-
"description": "
|
2260
|
+
"description": "Property on supplied `items` that contains its title"
|
2109
2261
|
},
|
2110
2262
|
"v-combobox/item-value": {
|
2111
2263
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2112
|
-
"description": "
|
2264
|
+
"description": "Property on supplied `items` that contains its value"
|
2113
2265
|
},
|
2114
2266
|
"v-combobox/item-children": {
|
2115
2267
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2116
|
-
"description": "
|
2268
|
+
"description": "Property on supplied `items` that contains its children"
|
2117
2269
|
},
|
2118
2270
|
"v-combobox/item-props": {
|
2119
2271
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2121,7 +2273,7 @@
|
|
2121
2273
|
},
|
2122
2274
|
"v-combobox/return-object": {
|
2123
2275
|
"type": "boolean",
|
2124
|
-
"description": "
|
2276
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2125
2277
|
},
|
2126
2278
|
"v-combobox/autofocus": {
|
2127
2279
|
"type": "boolean",
|
@@ -2141,20 +2293,12 @@
|
|
2141
2293
|
},
|
2142
2294
|
"v-combobox/persistent-counter": {
|
2143
2295
|
"type": "boolean",
|
2144
|
-
"description": "
|
2296
|
+
"description": "Forces counter to always be visible"
|
2145
2297
|
},
|
2146
2298
|
"v-combobox/suffix": {
|
2147
2299
|
"type": "string",
|
2148
2300
|
"description": "Displays suffix text"
|
2149
2301
|
},
|
2150
|
-
"v-combobox/append-icon": {
|
2151
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2152
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
2153
|
-
},
|
2154
|
-
"v-combobox/prepend-icon": {
|
2155
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2156
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
2157
|
-
},
|
2158
2302
|
"v-combobox/hint": {
|
2159
2303
|
"type": "string",
|
2160
2304
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -2165,11 +2309,11 @@
|
|
2165
2309
|
},
|
2166
2310
|
"v-combobox/messages": {
|
2167
2311
|
"type": "string | string[]",
|
2168
|
-
"description": "Displays a list of messages or message if using a string"
|
2312
|
+
"description": "Displays a list of messages or a single message if using a string"
|
2169
2313
|
},
|
2170
2314
|
"v-combobox/direction": {
|
2171
2315
|
"type": "\"horizontal\" | \"vertical\"",
|
2172
|
-
"description": "
|
2316
|
+
"description": "Changes the direction of the input"
|
2173
2317
|
},
|
2174
2318
|
"v-combobox/error-messages": {
|
2175
2319
|
"type": "string | string[]",
|
@@ -2211,13 +2355,9 @@
|
|
2211
2355
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2212
2356
|
"description": "The icon used when the **clerable** prop is set to true"
|
2213
2357
|
},
|
2214
|
-
"v-combobox/active": {
|
2215
|
-
"type": "boolean",
|
2216
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
2217
|
-
},
|
2218
2358
|
"v-combobox/base-color": {
|
2219
2359
|
"type": "string",
|
2220
|
-
"description": "
|
2360
|
+
"description": "Sets the color of the input when it is not focused"
|
2221
2361
|
},
|
2222
2362
|
"v-combobox/persistent-clear": {
|
2223
2363
|
"type": "boolean",
|
@@ -2231,21 +2371,17 @@
|
|
2231
2371
|
"type": "boolean",
|
2232
2372
|
"description": "Label does not move on focus/dirty"
|
2233
2373
|
},
|
2234
|
-
"v-combobox/loading": {
|
2235
|
-
"type": "string | boolean",
|
2236
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
2237
|
-
},
|
2238
2374
|
"v-combobox/counter": {
|
2239
2375
|
"type": "string | number | true",
|
2240
2376
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
2241
2377
|
},
|
2242
2378
|
"v-combobox/counter-value": {
|
2243
2379
|
"type": "(value: any) => number",
|
2244
|
-
"description": "
|
2380
|
+
"description": "Function returns the counter display text"
|
2245
2381
|
},
|
2246
2382
|
"v-combobox/model-modifiers": {
|
2247
2383
|
"type": "Record<string, boolean>",
|
2248
|
-
"description": "
|
2384
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
2249
2385
|
},
|
2250
2386
|
"v-combobox/delimiters": {
|
2251
2387
|
"type": "string[]",
|
@@ -2271,14 +2407,14 @@
|
|
2271
2407
|
"type": "string | number",
|
2272
2408
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
2273
2409
|
},
|
2274
|
-
"v-counter/transition": {
|
2275
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
2276
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2277
|
-
},
|
2278
2410
|
"v-counter/active": {
|
2279
2411
|
"type": "boolean",
|
2280
2412
|
"description": "Determines whether the counter is visible or not"
|
2281
2413
|
},
|
2414
|
+
"v-counter/transition": {
|
2415
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
2416
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2417
|
+
},
|
2282
2418
|
"v-counter/max": {
|
2283
2419
|
"type": "string | number",
|
2284
2420
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
@@ -2299,17 +2435,21 @@
|
|
2299
2435
|
"type": "any[]",
|
2300
2436
|
"description": "An array of strings or objects used for automatically generating children components"
|
2301
2437
|
},
|
2438
|
+
"v-data-table/loading": {
|
2439
|
+
"type": "string | boolean",
|
2440
|
+
"description": "MISSING DESCRIPTION"
|
2441
|
+
},
|
2302
2442
|
"v-data-table/search": {
|
2303
2443
|
"type": "string",
|
2304
2444
|
"description": "Text input used to filter items"
|
2305
2445
|
},
|
2306
2446
|
"v-data-table/filter-mode": {
|
2307
2447
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2308
|
-
"description": "
|
2448
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
2309
2449
|
},
|
2310
2450
|
"v-data-table/no-filter": {
|
2311
2451
|
"type": "boolean",
|
2312
|
-
"description": "
|
2452
|
+
"description": "Disables all item filtering."
|
2313
2453
|
},
|
2314
2454
|
"v-data-table/custom-filter": {
|
2315
2455
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
@@ -2317,15 +2457,15 @@
|
|
2317
2457
|
},
|
2318
2458
|
"v-data-table/custom-key-filter": {
|
2319
2459
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2320
|
-
"description": "
|
2460
|
+
"description": "Function used on specific keys within the item object."
|
2321
2461
|
},
|
2322
2462
|
"v-data-table/filter-keys": {
|
2323
2463
|
"type": "string | string[]",
|
2324
|
-
"description": "
|
2464
|
+
"description": "Array of specific keys to filter on the item."
|
2325
2465
|
},
|
2326
2466
|
"v-data-table/hide-no-data": {
|
2327
2467
|
"type": "boolean",
|
2328
|
-
"description": "
|
2468
|
+
"description": "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."
|
2329
2469
|
},
|
2330
2470
|
"v-data-table/no-data-text": {
|
2331
2471
|
"type": "string",
|
@@ -2333,15 +2473,15 @@
|
|
2333
2473
|
},
|
2334
2474
|
"v-data-table/item-title": {
|
2335
2475
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2336
|
-
"description": "
|
2476
|
+
"description": "Property on supplied `items` that contains its title"
|
2337
2477
|
},
|
2338
2478
|
"v-data-table/item-value": {
|
2339
2479
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2340
|
-
"description": "
|
2480
|
+
"description": "Property on supplied `items` that contains its value"
|
2341
2481
|
},
|
2342
2482
|
"v-data-table/item-children": {
|
2343
2483
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2344
|
-
"description": "
|
2484
|
+
"description": "Property on supplied `items` that contains its children"
|
2345
2485
|
},
|
2346
2486
|
"v-data-table/item-props": {
|
2347
2487
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2349,7 +2489,7 @@
|
|
2349
2489
|
},
|
2350
2490
|
"v-data-table/return-object": {
|
2351
2491
|
"type": "boolean",
|
2352
|
-
"description": "
|
2492
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2353
2493
|
},
|
2354
2494
|
"v-data-table/hover": {
|
2355
2495
|
"type": "boolean",
|
@@ -2367,6 +2507,10 @@
|
|
2367
2507
|
"type": "boolean",
|
2368
2508
|
"description": "MISSING DESCRIPTION"
|
2369
2509
|
},
|
2510
|
+
"v-data-table/loading-text": {
|
2511
|
+
"type": "string",
|
2512
|
+
"description": "MISSING DESCRIPTION"
|
2513
|
+
},
|
2370
2514
|
"v-data-table/expand-on-click": {
|
2371
2515
|
"type": "boolean",
|
2372
2516
|
"description": "MISSING DESCRIPTION"
|
@@ -2419,26 +2563,26 @@
|
|
2419
2563
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
|
2420
2564
|
"description": "An array of strings or objects used for automatically generating children components"
|
2421
2565
|
},
|
2566
|
+
"v-data-table-rows/loading": {
|
2567
|
+
"type": "string | boolean",
|
2568
|
+
"description": "MISSING DESCRIPTION"
|
2569
|
+
},
|
2422
2570
|
"v-data-table-rows/hide-no-data": {
|
2423
2571
|
"type": "boolean",
|
2424
|
-
"description": "
|
2572
|
+
"description": "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."
|
2425
2573
|
},
|
2426
2574
|
"v-data-table-rows/no-data-text": {
|
2427
2575
|
"type": "string",
|
2428
2576
|
"description": "Text shown when no items are provided to the component"
|
2429
2577
|
},
|
2430
|
-
"v-data-table-rows/loading": {
|
2431
|
-
"type": "string
|
2578
|
+
"v-data-table-rows/loading-text": {
|
2579
|
+
"type": "string",
|
2432
2580
|
"description": "MISSING DESCRIPTION"
|
2433
2581
|
},
|
2434
2582
|
"v-data-table-rows/row-height": {
|
2435
2583
|
"type": "number",
|
2436
2584
|
"description": "MISSING DESCRIPTION"
|
2437
2585
|
},
|
2438
|
-
"v-data-table-rows/loading-text": {
|
2439
|
-
"type": "string",
|
2440
|
-
"description": "MISSING DESCRIPTION"
|
2441
|
-
},
|
2442
2586
|
"v-data-table-server/model-value": {
|
2443
2587
|
"type": "any[]",
|
2444
2588
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
@@ -2459,13 +2603,17 @@
|
|
2459
2603
|
"type": "any[]",
|
2460
2604
|
"description": "An array of strings or objects used for automatically generating children components"
|
2461
2605
|
},
|
2606
|
+
"v-data-table-server/loading": {
|
2607
|
+
"type": "string | boolean",
|
2608
|
+
"description": "MISSING DESCRIPTION"
|
2609
|
+
},
|
2462
2610
|
"v-data-table-server/search": {
|
2463
2611
|
"type": "string",
|
2464
2612
|
"description": "Text input used to filter items"
|
2465
2613
|
},
|
2466
2614
|
"v-data-table-server/hide-no-data": {
|
2467
2615
|
"type": "boolean",
|
2468
|
-
"description": "
|
2616
|
+
"description": "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."
|
2469
2617
|
},
|
2470
2618
|
"v-data-table-server/no-data-text": {
|
2471
2619
|
"type": "string",
|
@@ -2473,15 +2621,15 @@
|
|
2473
2621
|
},
|
2474
2622
|
"v-data-table-server/item-title": {
|
2475
2623
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2476
|
-
"description": "
|
2624
|
+
"description": "Property on supplied `items` that contains its title"
|
2477
2625
|
},
|
2478
2626
|
"v-data-table-server/item-value": {
|
2479
2627
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2480
|
-
"description": "
|
2628
|
+
"description": "Property on supplied `items` that contains its value"
|
2481
2629
|
},
|
2482
2630
|
"v-data-table-server/item-children": {
|
2483
2631
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2484
|
-
"description": "
|
2632
|
+
"description": "Property on supplied `items` that contains its children"
|
2485
2633
|
},
|
2486
2634
|
"v-data-table-server/item-props": {
|
2487
2635
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2489,11 +2637,7 @@
|
|
2489
2637
|
},
|
2490
2638
|
"v-data-table-server/return-object": {
|
2491
2639
|
"type": "boolean",
|
2492
|
-
"description": "
|
2493
|
-
},
|
2494
|
-
"v-data-table-server/loading": {
|
2495
|
-
"type": "string | boolean",
|
2496
|
-
"description": "MISSING DESCRIPTION"
|
2640
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2497
2641
|
},
|
2498
2642
|
"v-data-table-server/hover": {
|
2499
2643
|
"type": "boolean",
|
@@ -2511,6 +2655,10 @@
|
|
2511
2655
|
"type": "boolean",
|
2512
2656
|
"description": "MISSING DESCRIPTION"
|
2513
2657
|
},
|
2658
|
+
"v-data-table-server/loading-text": {
|
2659
|
+
"type": "string",
|
2660
|
+
"description": "MISSING DESCRIPTION"
|
2661
|
+
},
|
2514
2662
|
"v-data-table-server/expand-on-click": {
|
2515
2663
|
"type": "boolean",
|
2516
2664
|
"description": "MISSING DESCRIPTION"
|
@@ -2551,10 +2699,6 @@
|
|
2551
2699
|
"type": "string | number",
|
2552
2700
|
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
2553
2701
|
},
|
2554
|
-
"v-data-table-server/loading-text": {
|
2555
|
-
"type": "string",
|
2556
|
-
"description": "MISSING DESCRIPTION"
|
2557
|
-
},
|
2558
2702
|
"v-data-table-server/items-length": {
|
2559
2703
|
"type": "string | number",
|
2560
2704
|
"description": "MISSING DESCRIPTION"
|
@@ -2575,17 +2719,21 @@
|
|
2575
2719
|
"type": "any[]",
|
2576
2720
|
"description": "An array of strings or objects used for automatically generating children components"
|
2577
2721
|
},
|
2722
|
+
"v-data-table-virtual/loading": {
|
2723
|
+
"type": "string | boolean",
|
2724
|
+
"description": "MISSING DESCRIPTION"
|
2725
|
+
},
|
2578
2726
|
"v-data-table-virtual/search": {
|
2579
2727
|
"type": "string",
|
2580
2728
|
"description": "Text input used to filter items"
|
2581
2729
|
},
|
2582
2730
|
"v-data-table-virtual/filter-mode": {
|
2583
2731
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2584
|
-
"description": "
|
2732
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
2585
2733
|
},
|
2586
2734
|
"v-data-table-virtual/no-filter": {
|
2587
2735
|
"type": "boolean",
|
2588
|
-
"description": "
|
2736
|
+
"description": "Disables all item filtering."
|
2589
2737
|
},
|
2590
2738
|
"v-data-table-virtual/custom-filter": {
|
2591
2739
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
@@ -2593,15 +2741,15 @@
|
|
2593
2741
|
},
|
2594
2742
|
"v-data-table-virtual/custom-key-filter": {
|
2595
2743
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2596
|
-
"description": "
|
2744
|
+
"description": "Function used on specific keys within the item object."
|
2597
2745
|
},
|
2598
2746
|
"v-data-table-virtual/filter-keys": {
|
2599
2747
|
"type": "string | string[]",
|
2600
|
-
"description": "
|
2748
|
+
"description": "Array of specific keys to filter on the item."
|
2601
2749
|
},
|
2602
2750
|
"v-data-table-virtual/hide-no-data": {
|
2603
2751
|
"type": "boolean",
|
2604
|
-
"description": "
|
2752
|
+
"description": "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."
|
2605
2753
|
},
|
2606
2754
|
"v-data-table-virtual/no-data-text": {
|
2607
2755
|
"type": "string",
|
@@ -2609,15 +2757,15 @@
|
|
2609
2757
|
},
|
2610
2758
|
"v-data-table-virtual/item-title": {
|
2611
2759
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2612
|
-
"description": "
|
2760
|
+
"description": "Property on supplied `items` that contains its title"
|
2613
2761
|
},
|
2614
2762
|
"v-data-table-virtual/item-value": {
|
2615
2763
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2616
|
-
"description": "
|
2764
|
+
"description": "Property on supplied `items` that contains its value"
|
2617
2765
|
},
|
2618
2766
|
"v-data-table-virtual/item-children": {
|
2619
2767
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2620
|
-
"description": "
|
2768
|
+
"description": "Property on supplied `items` that contains its children"
|
2621
2769
|
},
|
2622
2770
|
"v-data-table-virtual/item-props": {
|
2623
2771
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2625,7 +2773,7 @@
|
|
2625
2773
|
},
|
2626
2774
|
"v-data-table-virtual/return-object": {
|
2627
2775
|
"type": "boolean",
|
2628
|
-
"description": "
|
2776
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2629
2777
|
},
|
2630
2778
|
"v-data-table-virtual/hover": {
|
2631
2779
|
"type": "boolean",
|
@@ -2643,6 +2791,10 @@
|
|
2643
2791
|
"type": "boolean",
|
2644
2792
|
"description": "MISSING DESCRIPTION"
|
2645
2793
|
},
|
2794
|
+
"v-data-table-virtual/loading-text": {
|
2795
|
+
"type": "string",
|
2796
|
+
"description": "MISSING DESCRIPTION"
|
2797
|
+
},
|
2646
2798
|
"v-data-table-virtual/expand-on-click": {
|
2647
2799
|
"type": "boolean",
|
2648
2800
|
"description": "MISSING DESCRIPTION"
|
@@ -2733,7 +2885,7 @@
|
|
2733
2885
|
},
|
2734
2886
|
"v-dialog/location": {
|
2735
2887
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
2736
|
-
"description": "
|
2888
|
+
"description": "MISSING DESCRIPTION"
|
2737
2889
|
},
|
2738
2890
|
"v-dialog/absolute": {
|
2739
2891
|
"type": "boolean",
|
@@ -2747,6 +2899,10 @@
|
|
2747
2899
|
"type": "string | number",
|
2748
2900
|
"description": "The z-index used for the component"
|
2749
2901
|
},
|
2902
|
+
"v-dialog/disabled": {
|
2903
|
+
"type": "boolean",
|
2904
|
+
"description": "Removes the ability to click or target the component"
|
2905
|
+
},
|
2750
2906
|
"v-dialog/eager": {
|
2751
2907
|
"type": "boolean",
|
2752
2908
|
"description": "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."
|
@@ -2771,10 +2927,6 @@
|
|
2771
2927
|
"type": "any",
|
2772
2928
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
2773
2929
|
},
|
2774
|
-
"v-dialog/disabled": {
|
2775
|
-
"type": "boolean",
|
2776
|
-
"description": "Removes the ability to click or target the component"
|
2777
|
-
},
|
2778
2930
|
"v-dialog/no-click-animation": {
|
2779
2931
|
"type": "boolean",
|
2780
2932
|
"description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
|
@@ -2817,7 +2969,7 @@
|
|
2817
2969
|
},
|
2818
2970
|
"v-dialog/location-strategy": {
|
2819
2971
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
2820
|
-
"description": "
|
2972
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
2821
2973
|
},
|
2822
2974
|
"v-dialog/origin": {
|
2823
2975
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
@@ -2825,10 +2977,10 @@
|
|
2825
2977
|
},
|
2826
2978
|
"v-dialog/offset": {
|
2827
2979
|
"type": "string | number | number[]",
|
2828
|
-
"description": "
|
2980
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
2829
2981
|
},
|
2830
2982
|
"v-dialog/scroll-strategy": {
|
2831
|
-
"type": "\"close\" | \"
|
2983
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
2832
2984
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
2833
2985
|
},
|
2834
2986
|
"v-dialog/transition": {
|
@@ -2971,14 +3123,22 @@
|
|
2971
3123
|
"type": "any",
|
2972
3124
|
"description": "Controls the opened/closed state of content"
|
2973
3125
|
},
|
2974
|
-
"v-expansion-panel/
|
2975
|
-
"type": "boolean",
|
2976
|
-
"description": "
|
3126
|
+
"v-expansion-panel/ripple": {
|
3127
|
+
"type": "boolean | Record<string, any>",
|
3128
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
2977
3129
|
},
|
2978
3130
|
"v-expansion-panel/disabled": {
|
2979
3131
|
"type": "boolean",
|
2980
3132
|
"description": "Disables the expansion-panel content"
|
2981
3133
|
},
|
3134
|
+
"v-expansion-panel/selected-class": {
|
3135
|
+
"type": "string",
|
3136
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
3137
|
+
},
|
3138
|
+
"v-expansion-panel/eager": {
|
3139
|
+
"type": "boolean",
|
3140
|
+
"description": "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."
|
3141
|
+
},
|
2982
3142
|
"v-expansion-panel/readonly": {
|
2983
3143
|
"type": "boolean",
|
2984
3144
|
"description": "Makes the expansion-panel content read only."
|
@@ -2987,14 +3147,6 @@
|
|
2987
3147
|
"type": "string",
|
2988
3148
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `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)"
|
2989
3149
|
},
|
2990
|
-
"v-expansion-panel/selected-class": {
|
2991
|
-
"type": "string",
|
2992
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
2993
|
-
},
|
2994
|
-
"v-expansion-panel/ripple": {
|
2995
|
-
"type": "boolean | Record<string, any>",
|
2996
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
2997
|
-
},
|
2998
3150
|
"v-expansion-panel/expand-icon": {
|
2999
3151
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3000
3152
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
@@ -3015,14 +3167,14 @@
|
|
3015
3167
|
"type": "string",
|
3016
3168
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
3017
3169
|
},
|
3018
|
-
"v-expansion-panel-title/readonly": {
|
3019
|
-
"type": "boolean",
|
3020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3021
|
-
},
|
3022
3170
|
"v-expansion-panel-title/ripple": {
|
3023
3171
|
"type": "boolean | Record<string, any>",
|
3024
3172
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
3025
3173
|
},
|
3174
|
+
"v-expansion-panel-title/readonly": {
|
3175
|
+
"type": "boolean",
|
3176
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3177
|
+
},
|
3026
3178
|
"v-expansion-panel-title/expand-icon": {
|
3027
3179
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3028
3180
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
@@ -3059,6 +3211,10 @@
|
|
3059
3211
|
"type": "boolean",
|
3060
3212
|
"description": "Puts all children components into a disabled state"
|
3061
3213
|
},
|
3214
|
+
"v-expansion-panels/selected-class": {
|
3215
|
+
"type": "string",
|
3216
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
3217
|
+
},
|
3062
3218
|
"v-expansion-panels/multiple": {
|
3063
3219
|
"type": "boolean",
|
3064
3220
|
"description": "Allows one to select mulitple items."
|
@@ -3071,10 +3227,6 @@
|
|
3071
3227
|
"type": "number",
|
3072
3228
|
"description": "Sets a maximum number of selections that can be made."
|
3073
3229
|
},
|
3074
|
-
"v-expansion-panels/selected-class": {
|
3075
|
-
"type": "string",
|
3076
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
3077
|
-
},
|
3078
3230
|
"v-expansion-panels/mandatory": {
|
3079
3231
|
"type": "boolean | \"force\"",
|
3080
3232
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -3163,14 +3315,22 @@
|
|
3163
3315
|
"type": "string",
|
3164
3316
|
"description": "Sets the DOM id on the component"
|
3165
3317
|
},
|
3166
|
-
"v-field/
|
3167
|
-
"type": "
|
3168
|
-
"description": "
|
3318
|
+
"v-field/active": {
|
3319
|
+
"type": "boolean",
|
3320
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3169
3321
|
},
|
3170
3322
|
"v-field/disabled": {
|
3171
3323
|
"type": "boolean",
|
3172
3324
|
"description": "Removes the ability to click or target the input"
|
3173
3325
|
},
|
3326
|
+
"v-field/loading": {
|
3327
|
+
"type": "string | boolean",
|
3328
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
3329
|
+
},
|
3330
|
+
"v-field/label": {
|
3331
|
+
"type": "string",
|
3332
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
3333
|
+
},
|
3174
3334
|
"v-field/focused": {
|
3175
3335
|
"type": "boolean",
|
3176
3336
|
"description": "Forces a focused state styling on the component."
|
@@ -3191,13 +3351,9 @@
|
|
3191
3351
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3192
3352
|
"description": "The icon used when the **clerable** prop is set to true"
|
3193
3353
|
},
|
3194
|
-
"v-field/active": {
|
3195
|
-
"type": "boolean",
|
3196
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3197
|
-
},
|
3198
3354
|
"v-field/base-color": {
|
3199
3355
|
"type": "string",
|
3200
|
-
"description": "
|
3356
|
+
"description": "Sets the color of the input when it is not focused"
|
3201
3357
|
},
|
3202
3358
|
"v-field/dirty": {
|
3203
3359
|
"type": "boolean",
|
@@ -3215,10 +3371,6 @@
|
|
3215
3371
|
"type": "boolean",
|
3216
3372
|
"description": "Label does not move on focus/dirty"
|
3217
3373
|
},
|
3218
|
-
"v-field/loading": {
|
3219
|
-
"type": "string | boolean",
|
3220
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
3221
|
-
},
|
3222
3374
|
"v-field-label/floating": {
|
3223
3375
|
"type": "boolean",
|
3224
3376
|
"description": "Elevates the label above the slotted content."
|
@@ -3267,6 +3419,26 @@
|
|
3267
3419
|
"type": "string",
|
3268
3420
|
"description": "Sets the DOM id on the component"
|
3269
3421
|
},
|
3422
|
+
"v-file-input/active": {
|
3423
|
+
"type": "boolean",
|
3424
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3425
|
+
},
|
3426
|
+
"v-file-input/prepend-icon": {
|
3427
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3428
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3429
|
+
},
|
3430
|
+
"v-file-input/append-icon": {
|
3431
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3432
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3433
|
+
},
|
3434
|
+
"v-file-input/disabled": {
|
3435
|
+
"type": "boolean",
|
3436
|
+
"description": "Removes the ability to click or target the input"
|
3437
|
+
},
|
3438
|
+
"v-file-input/loading": {
|
3439
|
+
"type": "string | boolean",
|
3440
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
3441
|
+
},
|
3270
3442
|
"v-file-input/label": {
|
3271
3443
|
"type": "string",
|
3272
3444
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
@@ -3275,22 +3447,10 @@
|
|
3275
3447
|
"type": "boolean",
|
3276
3448
|
"description": "Changes display of selections to chips"
|
3277
3449
|
},
|
3278
|
-
"v-file-input/disabled": {
|
3279
|
-
"type": "boolean",
|
3280
|
-
"description": "Removes the ability to click or target the input"
|
3281
|
-
},
|
3282
3450
|
"v-file-input/multiple": {
|
3283
3451
|
"type": "boolean",
|
3284
3452
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
3285
3453
|
},
|
3286
|
-
"v-file-input/append-icon": {
|
3287
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3288
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3289
|
-
},
|
3290
|
-
"v-file-input/prepend-icon": {
|
3291
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3292
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3293
|
-
},
|
3294
3454
|
"v-file-input/hint": {
|
3295
3455
|
"type": "string",
|
3296
3456
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -3301,11 +3461,11 @@
|
|
3301
3461
|
},
|
3302
3462
|
"v-file-input/messages": {
|
3303
3463
|
"type": "string | string[]",
|
3304
|
-
"description": "Displays a list of messages or message if using a string"
|
3464
|
+
"description": "Displays a list of messages or a single message if using a string"
|
3305
3465
|
},
|
3306
3466
|
"v-file-input/direction": {
|
3307
3467
|
"type": "\"horizontal\" | \"vertical\"",
|
3308
|
-
"description": "
|
3468
|
+
"description": "Changes the direction of the input"
|
3309
3469
|
},
|
3310
3470
|
"v-file-input/error-messages": {
|
3311
3471
|
"type": "string | string[]",
|
@@ -3355,13 +3515,9 @@
|
|
3355
3515
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3356
3516
|
"description": "The icon used when the **clerable** prop is set to true"
|
3357
3517
|
},
|
3358
|
-
"v-file-input/active": {
|
3359
|
-
"type": "boolean",
|
3360
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3361
|
-
},
|
3362
3518
|
"v-file-input/base-color": {
|
3363
3519
|
"type": "string",
|
3364
|
-
"description": "
|
3520
|
+
"description": "Sets the color of the input when it is not focused"
|
3365
3521
|
},
|
3366
3522
|
"v-file-input/dirty": {
|
3367
3523
|
"type": "boolean",
|
@@ -3379,10 +3535,6 @@
|
|
3379
3535
|
"type": "boolean",
|
3380
3536
|
"description": "Label does not move on focus/dirty"
|
3381
3537
|
},
|
3382
|
-
"v-file-input/loading": {
|
3383
|
-
"type": "string | boolean",
|
3384
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
3385
|
-
},
|
3386
3538
|
"v-file-input/counter": {
|
3387
3539
|
"type": "boolean",
|
3388
3540
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
@@ -3507,13 +3659,37 @@
|
|
3507
3659
|
"type": "string | number",
|
3508
3660
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
3509
3661
|
},
|
3662
|
+
"v-img/height": {
|
3663
|
+
"type": "string | number",
|
3664
|
+
"description": "Sets the height for the component."
|
3665
|
+
},
|
3666
|
+
"v-img/max-height": {
|
3667
|
+
"type": "string | number",
|
3668
|
+
"description": "Sets the maximum height for the component."
|
3669
|
+
},
|
3670
|
+
"v-img/max-width": {
|
3671
|
+
"type": "string | number",
|
3672
|
+
"description": "Sets the maximum width for the component."
|
3673
|
+
},
|
3674
|
+
"v-img/min-height": {
|
3675
|
+
"type": "string | number",
|
3676
|
+
"description": "Sets the minimum height for the component."
|
3677
|
+
},
|
3678
|
+
"v-img/min-width": {
|
3679
|
+
"type": "string | number",
|
3680
|
+
"description": "Sets the minimum width for the component."
|
3681
|
+
},
|
3510
3682
|
"v-img/width": {
|
3511
3683
|
"type": "string | number",
|
3512
|
-
"description": "
|
3684
|
+
"description": "Sets the width for the component."
|
3513
3685
|
},
|
3514
3686
|
"v-img/eager": {
|
3515
3687
|
"type": "boolean",
|
3516
|
-
"description": "
|
3688
|
+
"description": "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."
|
3689
|
+
},
|
3690
|
+
"v-img/content-class": {
|
3691
|
+
"type": "string",
|
3692
|
+
"description": "Apply a custom class to the internal content element."
|
3517
3693
|
},
|
3518
3694
|
"v-img/transition": {
|
3519
3695
|
"type": "string",
|
@@ -3523,6 +3699,10 @@
|
|
3523
3699
|
"type": "{ root: any; rootMargin: any; threshold: any }",
|
3524
3700
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
3525
3701
|
},
|
3702
|
+
"v-img/inline": {
|
3703
|
+
"type": "boolean",
|
3704
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
3705
|
+
},
|
3526
3706
|
"v-img/alt": {
|
3527
3707
|
"type": "string",
|
3528
3708
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
@@ -3533,7 +3713,7 @@
|
|
3533
3713
|
},
|
3534
3714
|
"v-img/gradient": {
|
3535
3715
|
"type": "string",
|
3536
|
-
"description": "
|
3716
|
+
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
|
3537
3717
|
},
|
3538
3718
|
"v-img/lazy-src": {
|
3539
3719
|
"type": "string",
|
@@ -3547,14 +3727,14 @@
|
|
3547
3727
|
"type": "string",
|
3548
3728
|
"description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
|
3549
3729
|
},
|
3550
|
-
"v-img/aspect-ratio": {
|
3551
|
-
"type": "string | number",
|
3552
|
-
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
3553
|
-
},
|
3554
3730
|
"v-img/src": {
|
3555
3731
|
"type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
|
3556
3732
|
"description": "The image URL. This prop is mandatory."
|
3557
3733
|
},
|
3734
|
+
"v-img/aspect-ratio": {
|
3735
|
+
"type": "string | number",
|
3736
|
+
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
3737
|
+
},
|
3558
3738
|
"v-infinite-scroll/height": {
|
3559
3739
|
"type": "string | number",
|
3560
3740
|
"description": "Sets the height for the component."
|
@@ -3625,23 +3805,23 @@
|
|
3625
3805
|
},
|
3626
3806
|
"v-input/id": {
|
3627
3807
|
"type": "string",
|
3628
|
-
"description": "MISSING DESCRIPTION
|
3629
|
-
},
|
3630
|
-
"v-input/label": {
|
3631
|
-
"type": "string",
|
3632
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
3808
|
+
"description": "MISSING DESCRIPTION"
|
3633
3809
|
},
|
3634
|
-
"v-input/
|
3635
|
-
"type": "
|
3636
|
-
"description": "
|
3810
|
+
"v-input/prepend-icon": {
|
3811
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3812
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3637
3813
|
},
|
3638
3814
|
"v-input/append-icon": {
|
3639
3815
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3640
3816
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3641
3817
|
},
|
3642
|
-
"v-input/
|
3643
|
-
"type": "
|
3644
|
-
"description": "
|
3818
|
+
"v-input/disabled": {
|
3819
|
+
"type": "boolean",
|
3820
|
+
"description": "Removes the ability to click or target the component"
|
3821
|
+
},
|
3822
|
+
"v-input/label": {
|
3823
|
+
"type": "string",
|
3824
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
3645
3825
|
},
|
3646
3826
|
"v-input/hint": {
|
3647
3827
|
"type": "string",
|
@@ -3653,11 +3833,11 @@
|
|
3653
3833
|
},
|
3654
3834
|
"v-input/messages": {
|
3655
3835
|
"type": "string | string[]",
|
3656
|
-
"description": "
|
3836
|
+
"description": "Displays a list of messages or a single message if using a string"
|
3657
3837
|
},
|
3658
3838
|
"v-input/direction": {
|
3659
3839
|
"type": "\"horizontal\" | \"vertical\"",
|
3660
|
-
"description": "
|
3840
|
+
"description": "Changes the direction of the input"
|
3661
3841
|
},
|
3662
3842
|
"v-input/error-messages": {
|
3663
3843
|
"type": "string | string[]",
|
@@ -3719,6 +3899,10 @@
|
|
3719
3899
|
"type": "boolean",
|
3720
3900
|
"description": "Puts all children components into a disabled state"
|
3721
3901
|
},
|
3902
|
+
"v-item-group/selected-class": {
|
3903
|
+
"type": "string",
|
3904
|
+
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
3905
|
+
},
|
3722
3906
|
"v-item-group/multiple": {
|
3723
3907
|
"type": "boolean",
|
3724
3908
|
"description": "Allows one to select mulitple items."
|
@@ -3727,10 +3911,6 @@
|
|
3727
3911
|
"type": "number",
|
3728
3912
|
"description": "Sets a maximum number of selections that can be made."
|
3729
3913
|
},
|
3730
|
-
"v-item-group/selected-class": {
|
3731
|
-
"type": "string",
|
3732
|
-
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
3733
|
-
},
|
3734
3914
|
"v-item-group/mandatory": {
|
3735
3915
|
"type": "boolean | \"force\"",
|
3736
3916
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -3897,15 +4077,15 @@
|
|
3897
4077
|
},
|
3898
4078
|
"v-list/item-title": {
|
3899
4079
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3900
|
-
"description": "
|
4080
|
+
"description": "Property on supplied `items` that contains its title"
|
3901
4081
|
},
|
3902
4082
|
"v-list/item-value": {
|
3903
4083
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3904
|
-
"description": "
|
4084
|
+
"description": "Property on supplied `items` that contains its value"
|
3905
4085
|
},
|
3906
4086
|
"v-list/item-children": {
|
3907
4087
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3908
|
-
"description": "
|
4088
|
+
"description": "Property on supplied `items` that contains its children"
|
3909
4089
|
},
|
3910
4090
|
"v-list/item-props": {
|
3911
4091
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -3913,12 +4093,16 @@
|
|
3913
4093
|
},
|
3914
4094
|
"v-list/return-object": {
|
3915
4095
|
"type": "boolean",
|
3916
|
-
"description": "
|
4096
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
3917
4097
|
},
|
3918
4098
|
"v-list/bg-color": {
|
3919
4099
|
"type": "string",
|
3920
4100
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `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)"
|
3921
4101
|
},
|
4102
|
+
"v-list/base-color": {
|
4103
|
+
"type": "string",
|
4104
|
+
"description": "MISSING DESCRIPTION"
|
4105
|
+
},
|
3922
4106
|
"v-list/lines": {
|
3923
4107
|
"type": "false | \"one\" | \"two\" | \"three\"",
|
3924
4108
|
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
@@ -3975,13 +4159,17 @@
|
|
3975
4159
|
"type": "any",
|
3976
4160
|
"description": "Expands / Collapse the list-group"
|
3977
4161
|
},
|
4162
|
+
"v-list-group/prepend-icon": {
|
4163
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4164
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
4165
|
+
},
|
3978
4166
|
"v-list-group/append-icon": {
|
3979
4167
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3980
4168
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3981
4169
|
},
|
3982
|
-
"v-list-group/
|
3983
|
-
"type": "string
|
3984
|
-
"description": "
|
4170
|
+
"v-list-group/base-color": {
|
4171
|
+
"type": "string",
|
4172
|
+
"description": "MISSING DESCRIPTION"
|
3985
4173
|
},
|
3986
4174
|
"v-list-group/active-color": {
|
3987
4175
|
"type": "string",
|
@@ -4071,26 +4259,46 @@
|
|
4071
4259
|
"type": "any",
|
4072
4260
|
"description": "The value used for selection."
|
4073
4261
|
},
|
4074
|
-
"v-list-item/
|
4262
|
+
"v-list-item/active": {
|
4075
4263
|
"type": "boolean",
|
4076
|
-
"description": "
|
4264
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
4265
|
+
},
|
4266
|
+
"v-list-item/prepend-icon": {
|
4267
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4268
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
4077
4269
|
},
|
4078
4270
|
"v-list-item/append-icon": {
|
4079
4271
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4080
4272
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4081
4273
|
},
|
4082
|
-
"v-list-item/
|
4083
|
-
"type": "
|
4084
|
-
"description": "
|
4274
|
+
"v-list-item/ripple": {
|
4275
|
+
"type": "boolean",
|
4276
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4085
4277
|
},
|
4086
|
-
"v-list-item/
|
4278
|
+
"v-list-item/disabled": {
|
4087
4279
|
"type": "boolean",
|
4088
|
-
"description": "
|
4280
|
+
"description": "Removes the ability to click or target the component"
|
4281
|
+
},
|
4282
|
+
"v-list-item/href": {
|
4283
|
+
"type": "string",
|
4284
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
4089
4285
|
},
|
4090
4286
|
"v-list-item/replace": {
|
4091
4287
|
"type": "boolean",
|
4092
4288
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
4093
4289
|
},
|
4290
|
+
"v-list-item/exact": {
|
4291
|
+
"type": "boolean",
|
4292
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
4293
|
+
},
|
4294
|
+
"v-list-item/to": {
|
4295
|
+
"type": "unknown",
|
4296
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
4297
|
+
},
|
4298
|
+
"v-list-item/base-color": {
|
4299
|
+
"type": "string",
|
4300
|
+
"description": "MISSING DESCRIPTION"
|
4301
|
+
},
|
4094
4302
|
"v-list-item/link": {
|
4095
4303
|
"type": "boolean",
|
4096
4304
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
@@ -4107,22 +4315,6 @@
|
|
4107
4315
|
"type": "string",
|
4108
4316
|
"description": "The applied color when the component is in an active state"
|
4109
4317
|
},
|
4110
|
-
"v-list-item/href": {
|
4111
|
-
"type": "string",
|
4112
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
4113
|
-
},
|
4114
|
-
"v-list-item/to": {
|
4115
|
-
"type": "unknown",
|
4116
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
4117
|
-
},
|
4118
|
-
"v-list-item/exact": {
|
4119
|
-
"type": "boolean",
|
4120
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
4121
|
-
},
|
4122
|
-
"v-list-item/ripple": {
|
4123
|
-
"type": "boolean",
|
4124
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4125
|
-
},
|
4126
4318
|
"v-list-item/subtitle": {
|
4127
4319
|
"type": "string | number | boolean",
|
4128
4320
|
"description": "Specify a subtitle text for the component."
|
@@ -4245,7 +4437,7 @@
|
|
4245
4437
|
},
|
4246
4438
|
"v-menu/location": {
|
4247
4439
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4248
|
-
"description": "
|
4440
|
+
"description": "MISSING DESCRIPTION"
|
4249
4441
|
},
|
4250
4442
|
"v-menu/theme": {
|
4251
4443
|
"type": "string",
|
@@ -4259,6 +4451,10 @@
|
|
4259
4451
|
"type": "string",
|
4260
4452
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-menu.json))"
|
4261
4453
|
},
|
4454
|
+
"v-menu/disabled": {
|
4455
|
+
"type": "boolean",
|
4456
|
+
"description": "Removes the ability to click or target the component"
|
4457
|
+
},
|
4262
4458
|
"v-menu/eager": {
|
4263
4459
|
"type": "boolean",
|
4264
4460
|
"description": "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."
|
@@ -4283,10 +4479,6 @@
|
|
4283
4479
|
"type": "any",
|
4284
4480
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
4285
4481
|
},
|
4286
|
-
"v-menu/disabled": {
|
4287
|
-
"type": "boolean",
|
4288
|
-
"description": "Removes the ability to click or target the component"
|
4289
|
-
},
|
4290
4482
|
"v-menu/no-click-animation": {
|
4291
4483
|
"type": "boolean",
|
4292
4484
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -4329,7 +4521,7 @@
|
|
4329
4521
|
},
|
4330
4522
|
"v-menu/location-strategy": {
|
4331
4523
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
4332
|
-
"description": "
|
4524
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
4333
4525
|
},
|
4334
4526
|
"v-menu/origin": {
|
4335
4527
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
@@ -4337,10 +4529,10 @@
|
|
4337
4529
|
},
|
4338
4530
|
"v-menu/offset": {
|
4339
4531
|
"type": "string | number | number[]",
|
4340
|
-
"description": "
|
4532
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
4341
4533
|
},
|
4342
4534
|
"v-menu/scroll-strategy": {
|
4343
|
-
"type": "\"close\" | \"
|
4535
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
4344
4536
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
4345
4537
|
},
|
4346
4538
|
"v-menu/transition": {
|
@@ -4355,6 +4547,10 @@
|
|
4355
4547
|
"type": "string",
|
4356
4548
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
4357
4549
|
},
|
4550
|
+
"v-messages/active": {
|
4551
|
+
"type": "boolean",
|
4552
|
+
"description": "Determines whether the messages are visible or not"
|
4553
|
+
},
|
4358
4554
|
"v-messages/transition": {
|
4359
4555
|
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }",
|
4360
4556
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
@@ -4363,10 +4559,6 @@
|
|
4363
4559
|
"type": "string | string[]",
|
4364
4560
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-messages.json))"
|
4365
4561
|
},
|
4366
|
-
"v-messages/active": {
|
4367
|
-
"type": "boolean",
|
4368
|
-
"description": "Determines whether the messages are visible or not"
|
4369
|
-
},
|
4370
4562
|
"v-navigation-drawer/border": {
|
4371
4563
|
"type": "string | number | boolean",
|
4372
4564
|
"description": "Applies border styles to component."
|
@@ -4385,7 +4577,7 @@
|
|
4385
4577
|
},
|
4386
4578
|
"v-navigation-drawer/location": {
|
4387
4579
|
"type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
|
4388
|
-
"description": "
|
4580
|
+
"description": "MISSING DESCRIPTION"
|
4389
4581
|
},
|
4390
4582
|
"v-navigation-drawer/absolute": {
|
4391
4583
|
"type": "boolean",
|
@@ -4493,7 +4685,7 @@
|
|
4493
4685
|
},
|
4494
4686
|
"v-overlay/location": {
|
4495
4687
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4496
|
-
"description": "
|
4688
|
+
"description": "MISSING DESCRIPTION"
|
4497
4689
|
},
|
4498
4690
|
"v-overlay/absolute": {
|
4499
4691
|
"type": "boolean",
|
@@ -4507,6 +4699,10 @@
|
|
4507
4699
|
"type": "string | number",
|
4508
4700
|
"description": "The z-index used for the component"
|
4509
4701
|
},
|
4702
|
+
"v-overlay/disabled": {
|
4703
|
+
"type": "boolean",
|
4704
|
+
"description": "Removes the ability to click or target the component"
|
4705
|
+
},
|
4510
4706
|
"v-overlay/eager": {
|
4511
4707
|
"type": "boolean",
|
4512
4708
|
"description": "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."
|
@@ -4531,10 +4727,6 @@
|
|
4531
4727
|
"type": "any",
|
4532
4728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
4533
4729
|
},
|
4534
|
-
"v-overlay/disabled": {
|
4535
|
-
"type": "boolean",
|
4536
|
-
"description": "Removes the ability to click or target the component"
|
4537
|
-
},
|
4538
4730
|
"v-overlay/no-click-animation": {
|
4539
4731
|
"type": "boolean",
|
4540
4732
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -4577,7 +4769,7 @@
|
|
4577
4769
|
},
|
4578
4770
|
"v-overlay/location-strategy": {
|
4579
4771
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
4580
|
-
"description": "
|
4772
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
4581
4773
|
},
|
4582
4774
|
"v-overlay/origin": {
|
4583
4775
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
@@ -4585,10 +4777,10 @@
|
|
4585
4777
|
},
|
4586
4778
|
"v-overlay/offset": {
|
4587
4779
|
"type": "string | number | number[]",
|
4588
|
-
"description": "
|
4780
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
4589
4781
|
},
|
4590
4782
|
"v-overlay/scroll-strategy": {
|
4591
|
-
"type": "\"close\" | \"
|
4783
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
4592
4784
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
4593
4785
|
},
|
4594
4786
|
"v-overlay/transition": {
|
@@ -4765,7 +4957,7 @@
|
|
4765
4957
|
},
|
4766
4958
|
"v-progress-linear/location": {
|
4767
4959
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4768
|
-
"description": "
|
4960
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
4769
4961
|
},
|
4770
4962
|
"v-progress-linear/absolute": {
|
4771
4963
|
"type": "boolean",
|
@@ -4787,14 +4979,14 @@
|
|
4787
4979
|
"type": "string",
|
4788
4980
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
4789
4981
|
},
|
4790
|
-
"v-progress-linear/bg-color": {
|
4791
|
-
"type": "string",
|
4792
|
-
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `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)"
|
4793
|
-
},
|
4794
4982
|
"v-progress-linear/active": {
|
4795
4983
|
"type": "boolean",
|
4796
4984
|
"description": "Reduce the height to 0, hiding component"
|
4797
4985
|
},
|
4986
|
+
"v-progress-linear/bg-color": {
|
4987
|
+
"type": "string",
|
4988
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `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)"
|
4989
|
+
},
|
4798
4990
|
"v-progress-linear/max": {
|
4799
4991
|
"type": "string | number",
|
4800
4992
|
"description": "Sets the maximum value the progress can reach"
|
@@ -4863,14 +5055,18 @@
|
|
4863
5055
|
"type": "string",
|
4864
5056
|
"description": "Sets the DOM id on the component"
|
4865
5057
|
},
|
4866
|
-
"v-radio/
|
4867
|
-
"type": "
|
4868
|
-
"description": "
|
5058
|
+
"v-radio/ripple": {
|
5059
|
+
"type": "boolean",
|
5060
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4869
5061
|
},
|
4870
5062
|
"v-radio/disabled": {
|
4871
5063
|
"type": "boolean",
|
4872
5064
|
"description": "Removes the ability to click or target the component"
|
4873
5065
|
},
|
5066
|
+
"v-radio/label": {
|
5067
|
+
"type": "string",
|
5068
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
5069
|
+
},
|
4874
5070
|
"v-radio/multiple": {
|
4875
5071
|
"type": "boolean",
|
4876
5072
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -4887,10 +5083,6 @@
|
|
4887
5083
|
"type": "boolean",
|
4888
5084
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
4889
5085
|
},
|
4890
|
-
"v-radio/ripple": {
|
4891
|
-
"type": "boolean",
|
4892
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4893
|
-
},
|
4894
5086
|
"v-radio/true-value": {
|
4895
5087
|
"type": "any",
|
4896
5088
|
"description": "Sets value for truthy state"
|
@@ -4943,26 +5135,30 @@
|
|
4943
5135
|
"type": "string",
|
4944
5136
|
"description": "Sets the DOM id on the component"
|
4945
5137
|
},
|
4946
|
-
"v-radio-group/
|
4947
|
-
"type": "string",
|
4948
|
-
"description": "
|
5138
|
+
"v-radio-group/prepend-icon": {
|
5139
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5140
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
5141
|
+
},
|
5142
|
+
"v-radio-group/append-icon": {
|
5143
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5144
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5145
|
+
},
|
5146
|
+
"v-radio-group/ripple": {
|
5147
|
+
"type": "boolean",
|
5148
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4949
5149
|
},
|
4950
5150
|
"v-radio-group/disabled": {
|
4951
5151
|
"type": "boolean",
|
4952
5152
|
"description": "Removes the ability to click or target the component"
|
4953
5153
|
},
|
5154
|
+
"v-radio-group/label": {
|
5155
|
+
"type": "string",
|
5156
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
5157
|
+
},
|
4954
5158
|
"v-radio-group/value-comparator": {
|
4955
5159
|
"type": "(a: any, b: any) => boolean",
|
4956
5160
|
"description": "Apply a custom comparison algorithm used for values"
|
4957
5161
|
},
|
4958
|
-
"v-radio-group/append-icon": {
|
4959
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4960
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4961
|
-
},
|
4962
|
-
"v-radio-group/prepend-icon": {
|
4963
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4964
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
4965
|
-
},
|
4966
5162
|
"v-radio-group/hint": {
|
4967
5163
|
"type": "string",
|
4968
5164
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -4973,11 +5169,11 @@
|
|
4973
5169
|
},
|
4974
5170
|
"v-radio-group/messages": {
|
4975
5171
|
"type": "string | string[]",
|
4976
|
-
"description": "Displays a list of messages or message if using a string"
|
5172
|
+
"description": "Displays a list of messages or a single message if using a string"
|
4977
5173
|
},
|
4978
5174
|
"v-radio-group/direction": {
|
4979
5175
|
"type": "\"horizontal\" | \"vertical\"",
|
4980
|
-
"description": "
|
5176
|
+
"description": "Changes the direction of the input"
|
4981
5177
|
},
|
4982
5178
|
"v-radio-group/error-messages": {
|
4983
5179
|
"type": "string | string[]",
|
@@ -5015,10 +5211,6 @@
|
|
5015
5211
|
"type": "boolean",
|
5016
5212
|
"description": "Displays radio buttons in row"
|
5017
5213
|
},
|
5018
|
-
"v-radio-group/ripple": {
|
5019
|
-
"type": "boolean",
|
5020
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5021
|
-
},
|
5022
5214
|
"v-radio-group/false-icon": {
|
5023
5215
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5024
5216
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
@@ -5061,23 +5253,23 @@
|
|
5061
5253
|
},
|
5062
5254
|
"v-range-slider/id": {
|
5063
5255
|
"type": "string",
|
5064
|
-
"description": "MISSING DESCRIPTION
|
5065
|
-
},
|
5066
|
-
"v-range-slider/label": {
|
5067
|
-
"type": "string",
|
5068
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
5256
|
+
"description": "MISSING DESCRIPTION"
|
5069
5257
|
},
|
5070
|
-
"v-range-slider/
|
5071
|
-
"type": "
|
5072
|
-
"description": "
|
5258
|
+
"v-range-slider/prepend-icon": {
|
5259
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5260
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
5073
5261
|
},
|
5074
5262
|
"v-range-slider/append-icon": {
|
5075
5263
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5076
5264
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5077
5265
|
},
|
5078
|
-
"v-range-slider/
|
5079
|
-
"type": "
|
5080
|
-
"description": "
|
5266
|
+
"v-range-slider/disabled": {
|
5267
|
+
"type": "boolean",
|
5268
|
+
"description": "Removes the ability to click or target the component"
|
5269
|
+
},
|
5270
|
+
"v-range-slider/label": {
|
5271
|
+
"type": "string",
|
5272
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
5081
5273
|
},
|
5082
5274
|
"v-range-slider/hint": {
|
5083
5275
|
"type": "string",
|
@@ -5089,7 +5281,7 @@
|
|
5089
5281
|
},
|
5090
5282
|
"v-range-slider/messages": {
|
5091
5283
|
"type": "string | string[]",
|
5092
|
-
"description": "Displays a list of messages or message if using a string"
|
5284
|
+
"description": "Displays a list of messages or a single message if using a string"
|
5093
5285
|
},
|
5094
5286
|
"v-range-slider/direction": {
|
5095
5287
|
"type": "\"horizontal\" | \"vertical\"",
|
@@ -5211,6 +5403,10 @@
|
|
5211
5403
|
"type": "string | number",
|
5212
5404
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
5213
5405
|
},
|
5406
|
+
"v-rating/ripple": {
|
5407
|
+
"type": "boolean",
|
5408
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5409
|
+
},
|
5214
5410
|
"v-rating/disabled": {
|
5215
5411
|
"type": "boolean",
|
5216
5412
|
"description": "Removes the ability to click or target the component"
|
@@ -5227,10 +5423,6 @@
|
|
5227
5423
|
"type": "string",
|
5228
5424
|
"description": "The applied color when the component is in an active state"
|
5229
5425
|
},
|
5230
|
-
"v-rating/ripple": {
|
5231
|
-
"type": "boolean",
|
5232
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5233
|
-
},
|
5234
5426
|
"v-rating/hover": {
|
5235
5427
|
"type": "boolean",
|
5236
5428
|
"description": "Provides visual feedback when hovering over icons"
|
@@ -5285,7 +5477,11 @@
|
|
5285
5477
|
},
|
5286
5478
|
"v-responsive/content-class": {
|
5287
5479
|
"type": "string",
|
5288
|
-
"description": "
|
5480
|
+
"description": "Apply a custom class to the internal content element."
|
5481
|
+
},
|
5482
|
+
"v-responsive/inline": {
|
5483
|
+
"type": "boolean",
|
5484
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
5289
5485
|
},
|
5290
5486
|
"v-responsive/aspect-ratio": {
|
5291
5487
|
"type": "string | number",
|
@@ -5547,6 +5743,26 @@
|
|
5547
5743
|
"type": "unknown[]",
|
5548
5744
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
5549
5745
|
},
|
5746
|
+
"v-select/active": {
|
5747
|
+
"type": "boolean",
|
5748
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
5749
|
+
},
|
5750
|
+
"v-select/prepend-icon": {
|
5751
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5752
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
5753
|
+
},
|
5754
|
+
"v-select/append-icon": {
|
5755
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5756
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5757
|
+
},
|
5758
|
+
"v-select/disabled": {
|
5759
|
+
"type": "boolean",
|
5760
|
+
"description": "Removes the ability to click or target the input"
|
5761
|
+
},
|
5762
|
+
"v-select/loading": {
|
5763
|
+
"type": "string | boolean",
|
5764
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
5765
|
+
},
|
5550
5766
|
"v-select/label": {
|
5551
5767
|
"type": "string",
|
5552
5768
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
@@ -5557,15 +5773,15 @@
|
|
5557
5773
|
},
|
5558
5774
|
"v-select/closable-chips": {
|
5559
5775
|
"type": "boolean",
|
5560
|
-
"description": "
|
5776
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
5561
5777
|
},
|
5562
5778
|
"v-select/eager": {
|
5563
5779
|
"type": "boolean",
|
5564
|
-
"description": "
|
5780
|
+
"description": "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."
|
5565
5781
|
},
|
5566
5782
|
"v-select/hide-no-data": {
|
5567
5783
|
"type": "boolean",
|
5568
|
-
"description": "
|
5784
|
+
"description": "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."
|
5569
5785
|
},
|
5570
5786
|
"v-select/hide-selected": {
|
5571
5787
|
"type": "boolean",
|
@@ -5573,20 +5789,16 @@
|
|
5573
5789
|
},
|
5574
5790
|
"v-select/menu": {
|
5575
5791
|
"type": "boolean",
|
5576
|
-
"description": "
|
5792
|
+
"description": "Renders with the menu open by default"
|
5577
5793
|
},
|
5578
5794
|
"v-select/menu-icon": {
|
5579
5795
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5580
|
-
"description": "
|
5796
|
+
"description": "Sets the the spin icon"
|
5581
5797
|
},
|
5582
5798
|
"v-select/menu-props": {
|
5583
5799
|
"type": "unknown",
|
5584
5800
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
5585
5801
|
},
|
5586
|
-
"v-select/disabled": {
|
5587
|
-
"type": "boolean",
|
5588
|
-
"description": "Removes the ability to click or target the input"
|
5589
|
-
},
|
5590
5802
|
"v-select/transition": {
|
5591
5803
|
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
5592
5804
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
@@ -5609,7 +5821,7 @@
|
|
5609
5821
|
},
|
5610
5822
|
"v-select/item-title": {
|
5611
5823
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
5612
|
-
"description": "
|
5824
|
+
"description": "Property on supplied `items` that contains its title"
|
5613
5825
|
},
|
5614
5826
|
"v-select/item-value": {
|
5615
5827
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -5617,7 +5829,7 @@
|
|
5617
5829
|
},
|
5618
5830
|
"v-select/item-children": {
|
5619
5831
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
5620
|
-
"description": "
|
5832
|
+
"description": "Property on supplied `items` that contains its children"
|
5621
5833
|
},
|
5622
5834
|
"v-select/item-props": {
|
5623
5835
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -5645,20 +5857,12 @@
|
|
5645
5857
|
},
|
5646
5858
|
"v-select/persistent-counter": {
|
5647
5859
|
"type": "boolean",
|
5648
|
-
"description": "
|
5860
|
+
"description": "Forces counter to always be visible"
|
5649
5861
|
},
|
5650
5862
|
"v-select/suffix": {
|
5651
5863
|
"type": "string",
|
5652
5864
|
"description": "Displays suffix text"
|
5653
5865
|
},
|
5654
|
-
"v-select/append-icon": {
|
5655
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5656
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5657
|
-
},
|
5658
|
-
"v-select/prepend-icon": {
|
5659
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5660
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
5661
|
-
},
|
5662
5866
|
"v-select/hint": {
|
5663
5867
|
"type": "string",
|
5664
5868
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -5669,11 +5873,11 @@
|
|
5669
5873
|
},
|
5670
5874
|
"v-select/messages": {
|
5671
5875
|
"type": "string | string[]",
|
5672
|
-
"description": "Displays a list of messages or message if using a string"
|
5876
|
+
"description": "Displays a list of messages or a single message if using a string"
|
5673
5877
|
},
|
5674
5878
|
"v-select/direction": {
|
5675
5879
|
"type": "\"horizontal\" | \"vertical\"",
|
5676
|
-
"description": "
|
5880
|
+
"description": "Changes the direction of the input"
|
5677
5881
|
},
|
5678
5882
|
"v-select/error-messages": {
|
5679
5883
|
"type": "string | string[]",
|
@@ -5715,13 +5919,9 @@
|
|
5715
5919
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5716
5920
|
"description": "The icon used when the **clerable** prop is set to true"
|
5717
5921
|
},
|
5718
|
-
"v-select/active": {
|
5719
|
-
"type": "boolean",
|
5720
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
5721
|
-
},
|
5722
5922
|
"v-select/base-color": {
|
5723
5923
|
"type": "string",
|
5724
|
-
"description": "
|
5924
|
+
"description": "Sets the color of the input when it is not focused"
|
5725
5925
|
},
|
5726
5926
|
"v-select/persistent-clear": {
|
5727
5927
|
"type": "boolean",
|
@@ -5735,21 +5935,17 @@
|
|
5735
5935
|
"type": "boolean",
|
5736
5936
|
"description": "Label does not move on focus/dirty"
|
5737
5937
|
},
|
5738
|
-
"v-select/loading": {
|
5739
|
-
"type": "string | boolean",
|
5740
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
5741
|
-
},
|
5742
5938
|
"v-select/counter": {
|
5743
5939
|
"type": "string | number | true",
|
5744
5940
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
5745
5941
|
},
|
5746
5942
|
"v-select/counter-value": {
|
5747
5943
|
"type": "(value: any) => number",
|
5748
|
-
"description": "
|
5944
|
+
"description": "Function returns the counter display text"
|
5749
5945
|
},
|
5750
5946
|
"v-select/model-modifiers": {
|
5751
5947
|
"type": "Record<string, boolean>",
|
5752
|
-
"description": "
|
5948
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
5753
5949
|
},
|
5754
5950
|
"v-selection-control/type": {
|
5755
5951
|
"type": "string",
|
@@ -5787,14 +5983,18 @@
|
|
5787
5983
|
"type": "string",
|
5788
5984
|
"description": "Sets the DOM id on the component"
|
5789
5985
|
},
|
5790
|
-
"v-selection-control/
|
5791
|
-
"type": "
|
5792
|
-
"description": "
|
5986
|
+
"v-selection-control/ripple": {
|
5987
|
+
"type": "boolean",
|
5988
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5793
5989
|
},
|
5794
5990
|
"v-selection-control/disabled": {
|
5795
5991
|
"type": "boolean",
|
5796
5992
|
"description": "Removes the ability to click or target the component"
|
5797
5993
|
},
|
5994
|
+
"v-selection-control/label": {
|
5995
|
+
"type": "string",
|
5996
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
5997
|
+
},
|
5798
5998
|
"v-selection-control/multiple": {
|
5799
5999
|
"type": "boolean",
|
5800
6000
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -5811,10 +6011,6 @@
|
|
5811
6011
|
"type": "boolean",
|
5812
6012
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
5813
6013
|
},
|
5814
|
-
"v-selection-control/ripple": {
|
5815
|
-
"type": "boolean",
|
5816
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5817
|
-
},
|
5818
6014
|
"v-selection-control/true-value": {
|
5819
6015
|
"type": "any",
|
5820
6016
|
"description": "Sets value for truthy state"
|
@@ -5863,6 +6059,10 @@
|
|
5863
6059
|
"type": "string",
|
5864
6060
|
"description": "Sets the DOM id on the component"
|
5865
6061
|
},
|
6062
|
+
"v-selection-control-group/ripple": {
|
6063
|
+
"type": "boolean",
|
6064
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6065
|
+
},
|
5866
6066
|
"v-selection-control-group/disabled": {
|
5867
6067
|
"type": "boolean",
|
5868
6068
|
"description": "Removes the ability to click or target the component"
|
@@ -5883,10 +6083,6 @@
|
|
5883
6083
|
"type": "boolean",
|
5884
6084
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
5885
6085
|
},
|
5886
|
-
"v-selection-control-group/ripple": {
|
5887
|
-
"type": "boolean",
|
5888
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5889
|
-
},
|
5890
6086
|
"v-selection-control-group/false-icon": {
|
5891
6087
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5892
6088
|
"description": "The icon used when inactive"
|
@@ -5933,7 +6129,7 @@
|
|
5933
6129
|
},
|
5934
6130
|
"v-sheet/location": {
|
5935
6131
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
5936
|
-
"description": "
|
6132
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
5937
6133
|
},
|
5938
6134
|
"v-sheet/position": {
|
5939
6135
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -5956,7 +6152,7 @@
|
|
5956
6152
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `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)"
|
5957
6153
|
},
|
5958
6154
|
"v-skeleton-loader/type": {
|
5959
|
-
"type": "\"text\" | \"image\" | \"
|
6155
|
+
"type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
|
5960
6156
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
5961
6157
|
},
|
5962
6158
|
"v-skeleton-loader/height": {
|
@@ -6023,6 +6219,10 @@
|
|
6023
6219
|
"type": "boolean",
|
6024
6220
|
"description": "Puts all children components into a disabled state"
|
6025
6221
|
},
|
6222
|
+
"v-slide-group/selected-class": {
|
6223
|
+
"type": "string",
|
6224
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
6225
|
+
},
|
6026
6226
|
"v-slide-group/multiple": {
|
6027
6227
|
"type": "boolean",
|
6028
6228
|
"description": "Allows one to select mulitple items."
|
@@ -6035,10 +6235,6 @@
|
|
6035
6235
|
"type": "number",
|
6036
6236
|
"description": "Sets a maximum number of selections that can be made."
|
6037
6237
|
},
|
6038
|
-
"v-slide-group/selected-class": {
|
6039
|
-
"type": "string",
|
6040
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
6041
|
-
},
|
6042
6238
|
"v-slide-group/mandatory": {
|
6043
6239
|
"type": "boolean | \"force\"",
|
6044
6240
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -6201,23 +6397,23 @@
|
|
6201
6397
|
},
|
6202
6398
|
"v-slider/id": {
|
6203
6399
|
"type": "string",
|
6204
|
-
"description": "MISSING DESCRIPTION
|
6205
|
-
},
|
6206
|
-
"v-slider/label": {
|
6207
|
-
"type": "string",
|
6208
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
6400
|
+
"description": "MISSING DESCRIPTION"
|
6209
6401
|
},
|
6210
|
-
"v-slider/
|
6211
|
-
"type": "
|
6212
|
-
"description": "
|
6402
|
+
"v-slider/prepend-icon": {
|
6403
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6404
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6213
6405
|
},
|
6214
6406
|
"v-slider/append-icon": {
|
6215
6407
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6216
6408
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6217
6409
|
},
|
6218
|
-
"v-slider/
|
6219
|
-
"type": "
|
6220
|
-
"description": "
|
6410
|
+
"v-slider/disabled": {
|
6411
|
+
"type": "boolean",
|
6412
|
+
"description": "Removes the ability to click or target the component"
|
6413
|
+
},
|
6414
|
+
"v-slider/label": {
|
6415
|
+
"type": "string",
|
6416
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
6221
6417
|
},
|
6222
6418
|
"v-slider/hint": {
|
6223
6419
|
"type": "string",
|
@@ -6229,7 +6425,7 @@
|
|
6229
6425
|
},
|
6230
6426
|
"v-slider/messages": {
|
6231
6427
|
"type": "string | string[]",
|
6232
|
-
"description": "Displays a list of messages or message if using a string"
|
6428
|
+
"description": "Displays a list of messages or a single message if using a string"
|
6233
6429
|
},
|
6234
6430
|
"v-slider/direction": {
|
6235
6431
|
"type": "\"horizontal\" | \"vertical\"",
|
@@ -6345,7 +6541,7 @@
|
|
6345
6541
|
},
|
6346
6542
|
"v-snackbar/location": {
|
6347
6543
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
6348
|
-
"description": "
|
6544
|
+
"description": "MISSING DESCRIPTION"
|
6349
6545
|
},
|
6350
6546
|
"v-snackbar/position": {
|
6351
6547
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -6375,6 +6571,10 @@
|
|
6375
6571
|
"type": "string | number",
|
6376
6572
|
"description": "The z-index used for the component"
|
6377
6573
|
},
|
6574
|
+
"v-snackbar/disabled": {
|
6575
|
+
"type": "boolean",
|
6576
|
+
"description": "Removes the ability to click or target the component"
|
6577
|
+
},
|
6378
6578
|
"v-snackbar/eager": {
|
6379
6579
|
"type": "boolean",
|
6380
6580
|
"description": "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."
|
@@ -6399,10 +6599,6 @@
|
|
6399
6599
|
"type": "any",
|
6400
6600
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
6401
6601
|
},
|
6402
|
-
"v-snackbar/disabled": {
|
6403
|
-
"type": "boolean",
|
6404
|
-
"description": "Removes the ability to click or target the component"
|
6405
|
-
},
|
6406
6602
|
"v-snackbar/activator-props": {
|
6407
6603
|
"type": "{ }",
|
6408
6604
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
@@ -6433,7 +6629,7 @@
|
|
6433
6629
|
},
|
6434
6630
|
"v-snackbar/location-strategy": {
|
6435
6631
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
6436
|
-
"description": "
|
6632
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
6437
6633
|
},
|
6438
6634
|
"v-snackbar/origin": {
|
6439
6635
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
@@ -6441,7 +6637,7 @@
|
|
6441
6637
|
},
|
6442
6638
|
"v-snackbar/offset": {
|
6443
6639
|
"type": "string | number | number[]",
|
6444
|
-
"description": "
|
6640
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
6445
6641
|
},
|
6446
6642
|
"v-snackbar/transition": {
|
6447
6643
|
"type": "string",
|
@@ -6515,14 +6711,30 @@
|
|
6515
6711
|
"type": "string",
|
6516
6712
|
"description": "Sets the DOM id on the component"
|
6517
6713
|
},
|
6518
|
-
"v-switch/
|
6519
|
-
"type": "string",
|
6520
|
-
"description": "
|
6714
|
+
"v-switch/prepend-icon": {
|
6715
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6716
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6717
|
+
},
|
6718
|
+
"v-switch/append-icon": {
|
6719
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6720
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6721
|
+
},
|
6722
|
+
"v-switch/ripple": {
|
6723
|
+
"type": "boolean",
|
6724
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6521
6725
|
},
|
6522
6726
|
"v-switch/disabled": {
|
6523
6727
|
"type": "boolean",
|
6524
6728
|
"description": "Removes the ability to click or target the component"
|
6525
6729
|
},
|
6730
|
+
"v-switch/loading": {
|
6731
|
+
"type": "string | boolean",
|
6732
|
+
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
6733
|
+
},
|
6734
|
+
"v-switch/label": {
|
6735
|
+
"type": "string",
|
6736
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
6737
|
+
},
|
6526
6738
|
"v-switch/multiple": {
|
6527
6739
|
"type": "boolean",
|
6528
6740
|
"description": "Changes expected model to an array"
|
@@ -6531,14 +6743,6 @@
|
|
6531
6743
|
"type": "(a: any, b: any) => boolean",
|
6532
6744
|
"description": "Apply a custom comparison algorithm used for values"
|
6533
6745
|
},
|
6534
|
-
"v-switch/append-icon": {
|
6535
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6536
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6537
|
-
},
|
6538
|
-
"v-switch/prepend-icon": {
|
6539
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6540
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6541
|
-
},
|
6542
6746
|
"v-switch/hint": {
|
6543
6747
|
"type": "string",
|
6544
6748
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -6549,11 +6753,11 @@
|
|
6549
6753
|
},
|
6550
6754
|
"v-switch/messages": {
|
6551
6755
|
"type": "string | string[]",
|
6552
|
-
"description": "
|
6756
|
+
"description": "Displays a list of messages or a single message if using a string"
|
6553
6757
|
},
|
6554
6758
|
"v-switch/direction": {
|
6555
6759
|
"type": "\"horizontal\" | \"vertical\"",
|
6556
|
-
"description": "
|
6760
|
+
"description": "Changes the direction of the input"
|
6557
6761
|
},
|
6558
6762
|
"v-switch/error-messages": {
|
6559
6763
|
"type": "string | string[]",
|
@@ -6587,18 +6791,10 @@
|
|
6587
6791
|
"type": "boolean | \"auto\"",
|
6588
6792
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
6589
6793
|
},
|
6590
|
-
"v-switch/loading": {
|
6591
|
-
"type": "string | boolean",
|
6592
|
-
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
6593
|
-
},
|
6594
6794
|
"v-switch/inline": {
|
6595
6795
|
"type": "boolean",
|
6596
6796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
6597
6797
|
},
|
6598
|
-
"v-switch/ripple": {
|
6599
|
-
"type": "boolean",
|
6600
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6601
|
-
},
|
6602
6798
|
"v-switch/indeterminate": {
|
6603
6799
|
"type": "boolean",
|
6604
6800
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-switch.json))"
|
@@ -6673,7 +6869,7 @@
|
|
6673
6869
|
},
|
6674
6870
|
"v-tab/icon": {
|
6675
6871
|
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6676
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6872
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
6677
6873
|
},
|
6678
6874
|
"v-tab/density": {
|
6679
6875
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
@@ -6739,53 +6935,53 @@
|
|
6739
6935
|
"type": "string | number",
|
6740
6936
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
6741
6937
|
},
|
6742
|
-
"v-tab/disabled": {
|
6743
|
-
"type": "boolean",
|
6744
|
-
"description": "Removes the ability to click or target the component"
|
6745
|
-
},
|
6746
|
-
"v-tab/append-icon": {
|
6747
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6748
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6749
|
-
},
|
6750
6938
|
"v-tab/prepend-icon": {
|
6751
6939
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6752
6940
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
6753
6941
|
},
|
6754
|
-
"v-tab/
|
6755
|
-
"type": "
|
6756
|
-
"description": "
|
6942
|
+
"v-tab/append-icon": {
|
6943
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6944
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6757
6945
|
},
|
6758
|
-
"v-tab/
|
6759
|
-
"type": "
|
6760
|
-
"description": "Displays
|
6946
|
+
"v-tab/stacked": {
|
6947
|
+
"type": "boolean",
|
6948
|
+
"description": "Displays the tab as a flex-column."
|
6761
6949
|
},
|
6762
|
-
"v-tab/
|
6950
|
+
"v-tab/ripple": {
|
6763
6951
|
"type": "boolean",
|
6764
|
-
"description": "
|
6952
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6765
6953
|
},
|
6766
|
-
"v-tab/
|
6954
|
+
"v-tab/disabled": {
|
6767
6955
|
"type": "boolean",
|
6768
|
-
"description": "
|
6956
|
+
"description": "Removes the ability to click or target the component"
|
6769
6957
|
},
|
6770
6958
|
"v-tab/selected-class": {
|
6771
6959
|
"type": "string",
|
6772
6960
|
"description": "Configure the active CSS class applied when an item is selected."
|
6773
6961
|
},
|
6962
|
+
"v-tab/loading": {
|
6963
|
+
"type": "string | boolean",
|
6964
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
6965
|
+
},
|
6774
6966
|
"v-tab/href": {
|
6775
6967
|
"type": "string",
|
6776
6968
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
6777
6969
|
},
|
6778
|
-
"v-tab/
|
6779
|
-
"type": "
|
6780
|
-
"description": "
|
6970
|
+
"v-tab/replace": {
|
6971
|
+
"type": "boolean",
|
6972
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
6781
6973
|
},
|
6782
6974
|
"v-tab/exact": {
|
6783
6975
|
"type": "boolean",
|
6784
6976
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
6785
6977
|
},
|
6786
|
-
"v-tab/
|
6787
|
-
"type": "
|
6788
|
-
"description": "
|
6978
|
+
"v-tab/to": {
|
6979
|
+
"type": "unknown",
|
6980
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
6981
|
+
},
|
6982
|
+
"v-tab/direction": {
|
6983
|
+
"type": "\"horizontal\" | \"vertical\"",
|
6984
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
6789
6985
|
},
|
6790
6986
|
"v-tab/slider-color": {
|
6791
6987
|
"type": "string",
|
@@ -6851,10 +7047,18 @@
|
|
6851
7047
|
"type": "(string | Record<string, any>)[]",
|
6852
7048
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
|
6853
7049
|
},
|
7050
|
+
"v-tabs/stacked": {
|
7051
|
+
"type": "boolean",
|
7052
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
7053
|
+
},
|
6854
7054
|
"v-tabs/disabled": {
|
6855
7055
|
"type": "boolean",
|
6856
7056
|
"description": "Puts all children components into a disabled state"
|
6857
7057
|
},
|
7058
|
+
"v-tabs/selected-class": {
|
7059
|
+
"type": "string",
|
7060
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
7061
|
+
},
|
6858
7062
|
"v-tabs/multiple": {
|
6859
7063
|
"type": "boolean",
|
6860
7064
|
"description": "Allows one to select mulitple items."
|
@@ -6871,18 +7075,10 @@
|
|
6871
7075
|
"type": "number",
|
6872
7076
|
"description": "Sets a maximum number of selections that can be made."
|
6873
7077
|
},
|
6874
|
-
"v-tabs/stacked": {
|
6875
|
-
"type": "boolean",
|
6876
|
-
"description": "Apply the stacked prop to all children v-tab components."
|
6877
|
-
},
|
6878
7078
|
"v-tabs/grow": {
|
6879
7079
|
"type": "boolean",
|
6880
7080
|
"description": "Force `v-tab`'s to take up all available space"
|
6881
7081
|
},
|
6882
|
-
"v-tabs/selected-class": {
|
6883
|
-
"type": "string",
|
6884
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
6885
|
-
},
|
6886
7082
|
"v-tabs/mandatory": {
|
6887
7083
|
"type": "boolean | \"force\"",
|
6888
7084
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -6967,14 +7163,30 @@
|
|
6967
7163
|
"type": "string",
|
6968
7164
|
"description": "Sets the DOM id on the component"
|
6969
7165
|
},
|
6970
|
-
"v-text-field/
|
6971
|
-
"type": "
|
6972
|
-
"description": "
|
7166
|
+
"v-text-field/active": {
|
7167
|
+
"type": "boolean",
|
7168
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7169
|
+
},
|
7170
|
+
"v-text-field/prepend-icon": {
|
7171
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7172
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
7173
|
+
},
|
7174
|
+
"v-text-field/append-icon": {
|
7175
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7176
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6973
7177
|
},
|
6974
7178
|
"v-text-field/disabled": {
|
6975
7179
|
"type": "boolean",
|
6976
7180
|
"description": "Removes the ability to click or target the input"
|
6977
7181
|
},
|
7182
|
+
"v-text-field/loading": {
|
7183
|
+
"type": "string | boolean",
|
7184
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
7185
|
+
},
|
7186
|
+
"v-text-field/label": {
|
7187
|
+
"type": "string",
|
7188
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
7189
|
+
},
|
6978
7190
|
"v-text-field/autofocus": {
|
6979
7191
|
"type": "boolean",
|
6980
7192
|
"description": "Enables autofocus"
|
@@ -6993,20 +7205,12 @@
|
|
6993
7205
|
},
|
6994
7206
|
"v-text-field/persistent-counter": {
|
6995
7207
|
"type": "boolean",
|
6996
|
-
"description": "
|
7208
|
+
"description": "Forces counter to always be visible"
|
6997
7209
|
},
|
6998
7210
|
"v-text-field/suffix": {
|
6999
7211
|
"type": "string",
|
7000
7212
|
"description": "Displays suffix text"
|
7001
7213
|
},
|
7002
|
-
"v-text-field/append-icon": {
|
7003
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7004
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
7005
|
-
},
|
7006
|
-
"v-text-field/prepend-icon": {
|
7007
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7008
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
7009
|
-
},
|
7010
7214
|
"v-text-field/hint": {
|
7011
7215
|
"type": "string",
|
7012
7216
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -7017,11 +7221,11 @@
|
|
7017
7221
|
},
|
7018
7222
|
"v-text-field/messages": {
|
7019
7223
|
"type": "string | string[]",
|
7020
|
-
"description": "Displays a list of messages or message if using a string"
|
7224
|
+
"description": "Displays a list of messages or a single message if using a string"
|
7021
7225
|
},
|
7022
7226
|
"v-text-field/direction": {
|
7023
7227
|
"type": "\"horizontal\" | \"vertical\"",
|
7024
|
-
"description": "
|
7228
|
+
"description": "Changes the direction of the input"
|
7025
7229
|
},
|
7026
7230
|
"v-text-field/error-messages": {
|
7027
7231
|
"type": "string | string[]",
|
@@ -7071,13 +7275,9 @@
|
|
7071
7275
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7072
7276
|
"description": "Applied when using **clearable** and the input is dirty"
|
7073
7277
|
},
|
7074
|
-
"v-text-field/active": {
|
7075
|
-
"type": "boolean",
|
7076
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7077
|
-
},
|
7078
7278
|
"v-text-field/base-color": {
|
7079
7279
|
"type": "string",
|
7080
|
-
"description": "
|
7280
|
+
"description": "Sets the color of the input when it is not focused"
|
7081
7281
|
},
|
7082
7282
|
"v-text-field/dirty": {
|
7083
7283
|
"type": "boolean",
|
@@ -7095,21 +7295,17 @@
|
|
7095
7295
|
"type": "boolean",
|
7096
7296
|
"description": "Label does not move on focus/dirty"
|
7097
7297
|
},
|
7098
|
-
"v-text-field/loading": {
|
7099
|
-
"type": "string | boolean",
|
7100
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
7101
|
-
},
|
7102
7298
|
"v-text-field/counter": {
|
7103
7299
|
"type": "string | number | true",
|
7104
7300
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
7105
7301
|
},
|
7106
7302
|
"v-text-field/counter-value": {
|
7107
7303
|
"type": "(value: any) => number",
|
7108
|
-
"description": "
|
7304
|
+
"description": "Function returns the counter display text"
|
7109
7305
|
},
|
7110
7306
|
"v-text-field/model-modifiers": {
|
7111
7307
|
"type": "Record<string, boolean>",
|
7112
|
-
"description": "
|
7308
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7113
7309
|
},
|
7114
7310
|
"v-textarea/flat": {
|
7115
7311
|
"type": "boolean",
|
@@ -7155,14 +7351,30 @@
|
|
7155
7351
|
"type": "string",
|
7156
7352
|
"description": "Sets the DOM id on the component"
|
7157
7353
|
},
|
7158
|
-
"v-textarea/
|
7159
|
-
"type": "
|
7160
|
-
"description": "
|
7354
|
+
"v-textarea/active": {
|
7355
|
+
"type": "boolean",
|
7356
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7357
|
+
},
|
7358
|
+
"v-textarea/prepend-icon": {
|
7359
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7360
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
7361
|
+
},
|
7362
|
+
"v-textarea/append-icon": {
|
7363
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7364
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
7161
7365
|
},
|
7162
7366
|
"v-textarea/disabled": {
|
7163
7367
|
"type": "boolean",
|
7164
7368
|
"description": "Removes the ability to click or target the input"
|
7165
7369
|
},
|
7370
|
+
"v-textarea/loading": {
|
7371
|
+
"type": "string | boolean",
|
7372
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
7373
|
+
},
|
7374
|
+
"v-textarea/label": {
|
7375
|
+
"type": "string",
|
7376
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
7377
|
+
},
|
7166
7378
|
"v-textarea/autofocus": {
|
7167
7379
|
"type": "boolean",
|
7168
7380
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
@@ -7181,20 +7393,12 @@
|
|
7181
7393
|
},
|
7182
7394
|
"v-textarea/persistent-counter": {
|
7183
7395
|
"type": "boolean",
|
7184
|
-
"description": "
|
7396
|
+
"description": "Forces counter to always be visible"
|
7185
7397
|
},
|
7186
7398
|
"v-textarea/suffix": {
|
7187
7399
|
"type": "string",
|
7188
7400
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
7189
7401
|
},
|
7190
|
-
"v-textarea/append-icon": {
|
7191
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7192
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
7193
|
-
},
|
7194
|
-
"v-textarea/prepend-icon": {
|
7195
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7196
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
7197
|
-
},
|
7198
7402
|
"v-textarea/hint": {
|
7199
7403
|
"type": "string",
|
7200
7404
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -7205,11 +7409,11 @@
|
|
7205
7409
|
},
|
7206
7410
|
"v-textarea/messages": {
|
7207
7411
|
"type": "string | string[]",
|
7208
|
-
"description": "Displays a list of messages or message if using a string"
|
7412
|
+
"description": "Displays a list of messages or a single message if using a string"
|
7209
7413
|
},
|
7210
7414
|
"v-textarea/direction": {
|
7211
7415
|
"type": "\"horizontal\" | \"vertical\"",
|
7212
|
-
"description": "
|
7416
|
+
"description": "Changes the direction of the input"
|
7213
7417
|
},
|
7214
7418
|
"v-textarea/error-messages": {
|
7215
7419
|
"type": "string | string[]",
|
@@ -7259,13 +7463,9 @@
|
|
7259
7463
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7260
7464
|
"description": "The icon used when the **clerable** prop is set to true"
|
7261
7465
|
},
|
7262
|
-
"v-textarea/active": {
|
7263
|
-
"type": "boolean",
|
7264
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7265
|
-
},
|
7266
7466
|
"v-textarea/base-color": {
|
7267
7467
|
"type": "string",
|
7268
|
-
"description": "
|
7468
|
+
"description": "Sets the color of the input when it is not focused"
|
7269
7469
|
},
|
7270
7470
|
"v-textarea/dirty": {
|
7271
7471
|
"type": "boolean",
|
@@ -7283,21 +7483,17 @@
|
|
7283
7483
|
"type": "boolean",
|
7284
7484
|
"description": "Label does not move on focus/dirty"
|
7285
7485
|
},
|
7286
|
-
"v-textarea/loading": {
|
7287
|
-
"type": "string | boolean",
|
7288
|
-
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
7289
|
-
},
|
7290
7486
|
"v-textarea/counter": {
|
7291
7487
|
"type": "string | number | true",
|
7292
|
-
"description": "
|
7488
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
7293
7489
|
},
|
7294
7490
|
"v-textarea/counter-value": {
|
7295
7491
|
"type": "(value: any) => number",
|
7296
|
-
"description": "MISSING DESCRIPTION
|
7492
|
+
"description": "MISSING DESCRIPTION"
|
7297
7493
|
},
|
7298
7494
|
"v-textarea/model-modifiers": {
|
7299
7495
|
"type": "Record<string, boolean>",
|
7300
|
-
"description": "
|
7496
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7301
7497
|
},
|
7302
7498
|
"v-textarea/auto-grow": {
|
7303
7499
|
"type": "boolean",
|
@@ -7557,7 +7753,7 @@
|
|
7557
7753
|
},
|
7558
7754
|
"v-tooltip/location": {
|
7559
7755
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
7560
|
-
"description": "
|
7756
|
+
"description": "MISSING DESCRIPTION"
|
7561
7757
|
},
|
7562
7758
|
"v-tooltip/theme": {
|
7563
7759
|
"type": "string",
|
@@ -7571,6 +7767,10 @@
|
|
7571
7767
|
"type": "string",
|
7572
7768
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
|
7573
7769
|
},
|
7770
|
+
"v-tooltip/disabled": {
|
7771
|
+
"type": "boolean",
|
7772
|
+
"description": "Removes the ability to click or target the component"
|
7773
|
+
},
|
7574
7774
|
"v-tooltip/eager": {
|
7575
7775
|
"type": "boolean",
|
7576
7776
|
"description": "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."
|
@@ -7595,10 +7795,6 @@
|
|
7595
7795
|
"type": "any",
|
7596
7796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
7597
7797
|
},
|
7598
|
-
"v-tooltip/disabled": {
|
7599
|
-
"type": "boolean",
|
7600
|
-
"description": "Removes the ability to click or target the component"
|
7601
|
-
},
|
7602
7798
|
"v-tooltip/no-click-animation": {
|
7603
7799
|
"type": "boolean",
|
7604
7800
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -7637,7 +7833,7 @@
|
|
7637
7833
|
},
|
7638
7834
|
"v-tooltip/location-strategy": {
|
7639
7835
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
7640
|
-
"description": "
|
7836
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
7641
7837
|
},
|
7642
7838
|
"v-tooltip/origin": {
|
7643
7839
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
@@ -7645,10 +7841,10 @@
|
|
7645
7841
|
},
|
7646
7842
|
"v-tooltip/offset": {
|
7647
7843
|
"type": "string | number | number[]",
|
7648
|
-
"description": "
|
7844
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
7649
7845
|
},
|
7650
7846
|
"v-tooltip/scroll-strategy": {
|
7651
|
-
"type": "\"close\" | \"
|
7847
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
7652
7848
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
7653
7849
|
},
|
7654
7850
|
"v-tooltip/transition": {
|
@@ -7671,14 +7867,14 @@
|
|
7671
7867
|
"type": "string",
|
7672
7868
|
"description": "Sets the component's name attribute."
|
7673
7869
|
},
|
7674
|
-
"v-validation/label": {
|
7675
|
-
"type": "string",
|
7676
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
7677
|
-
},
|
7678
7870
|
"v-validation/disabled": {
|
7679
7871
|
"type": "boolean",
|
7680
7872
|
"description": "Removes the ability to click or target the component"
|
7681
7873
|
},
|
7874
|
+
"v-validation/label": {
|
7875
|
+
"type": "string",
|
7876
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
7877
|
+
},
|
7682
7878
|
"v-validation/error-messages": {
|
7683
7879
|
"type": "string | string[]",
|
7684
7880
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
|
@@ -7759,14 +7955,14 @@
|
|
7759
7955
|
"type": "boolean",
|
7760
7956
|
"description": "Removes the ability to click or target the component"
|
7761
7957
|
},
|
7762
|
-
"v-window/direction": {
|
7763
|
-
"type": "string",
|
7764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
7765
|
-
},
|
7766
7958
|
"v-window/selected-class": {
|
7767
7959
|
"type": "string",
|
7768
7960
|
"description": "Configure the active CSS class applied when an item is selected."
|
7769
7961
|
},
|
7962
|
+
"v-window/direction": {
|
7963
|
+
"type": "string",
|
7964
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
7965
|
+
},
|
7770
7966
|
"v-window/mandatory": {
|
7771
7967
|
"type": "\"force\"",
|
7772
7968
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -7795,22 +7991,22 @@
|
|
7795
7991
|
"type": "any",
|
7796
7992
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
7797
7993
|
},
|
7798
|
-
"v-window-item/eager": {
|
7799
|
-
"type": "boolean",
|
7800
|
-
"description": "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."
|
7801
|
-
},
|
7802
7994
|
"v-window-item/disabled": {
|
7803
7995
|
"type": "boolean",
|
7804
7996
|
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
7805
7997
|
},
|
7806
|
-
"v-window-item/transition": {
|
7807
|
-
"type": "string | boolean",
|
7808
|
-
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7809
|
-
},
|
7810
7998
|
"v-window-item/selected-class": {
|
7811
7999
|
"type": "string",
|
7812
8000
|
"description": "Configure the active CSS class applied when an item is selected."
|
7813
8001
|
},
|
8002
|
+
"v-window-item/eager": {
|
8003
|
+
"type": "boolean",
|
8004
|
+
"description": "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."
|
8005
|
+
},
|
8006
|
+
"v-window-item/transition": {
|
8007
|
+
"type": "string | boolean",
|
8008
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
8009
|
+
},
|
7814
8010
|
"v-window-item/reverse-transition": {
|
7815
8011
|
"type": "string | boolean",
|
7816
8012
|
"description": "Sets the reverse transition"
|