@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230322.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 +5 -17
- package/dist/json/attributes.json +243 -59
- package/dist/json/tags.json +48 -2
- package/dist/json/web-types.json +1648 -279
- package/dist/vuetify-labs.css +666 -482
- package/dist/vuetify-labs.d.ts +59419 -13475
- package/dist/vuetify-labs.esm.js +797 -531
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +797 -531
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +524 -355
- package/dist/vuetify.d.ts +55670 -14368
- package/dist/vuetify.esm.js +607 -462
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +607 -462
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +793 -793
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -1
- package/lib/components/VAlert/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VAlert/index.d.ts +515 -65
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +161 -17
- package/lib/components/VAppBar/VAppBar.mjs +9 -4
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +624 -82
- package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1744 -113
- package/lib/components/VAvatar/index.d.ts +207 -25
- package/lib/components/VBadge/index.d.ts +286 -36
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +485 -67
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +323 -36
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +346 -42
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +65 -58
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +454 -59
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +187 -22
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +248 -32
- package/lib/components/VCard/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +958 -132
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +585 -87
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +841 -119
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +476 -66
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +229 -28
- package/lib/components/VCode/index.d.ts +112 -13
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VColorPicker/util/index.mjs +2 -5
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +23 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1756 -113
- package/lib/components/VCounter/index.d.ts +1909 -78
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +136 -18
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2403 -124
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +132 -19
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +741 -104
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +179 -23
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +1069 -93
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VFooter/index.d.ts +206 -25
- package/lib/components/VForm/index.d.ts +207 -20
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +745 -64
- package/lib/components/VHover/index.d.ts +188 -29
- package/lib/components/VIcon/index.d.ts +500 -44
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +281 -40
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +321 -47
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +313 -45
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +112 -13
- package/lib/components/VLabel/index.d.ts +115 -16
- package/lib/components/VLayout/index.d.ts +302 -35
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +222 -27
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1500 -191
- package/lib/components/VLocaleProvider/index.d.ts +123 -16
- package/lib/components/VMain/index.d.ts +121 -14
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +8 -7
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2411 -121
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +1934 -87
- package/lib/components/VNavigationDrawer/index.d.ts +382 -47
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +527 -75
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +504 -56
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +144 -19
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +189 -22
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +325 -42
- package/lib/components/VRadio/index.d.ts +318 -46
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +468 -66
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +530 -66
- package/lib/components/VRating/VRating.css +0 -4
- package/lib/components/VRating/VRating.mjs +6 -35
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +0 -5
- package/lib/components/VRating/index.d.ts +309 -38
- package/lib/components/VResponsive/index.d.ts +144 -21
- package/lib/components/VSelect/VSelect.mjs +23 -8
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3150 -247
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +90 -10
- package/lib/components/VSelectionControlGroup/index.d.ts +245 -35
- package/lib/components/VSheet/VSheet.mjs +16 -12
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +196 -27
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +488 -70
- package/lib/components/VSlider/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +523 -65
- package/lib/components/VSlider/slider.mjs +5 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -9
- package/lib/components/VSnackbar/VSnackbar.mjs +10 -11
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -10
- package/lib/components/VSnackbar/index.d.ts +1255 -74
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +503 -75
- package/lib/components/VSystemBar/VSystemBar.css +5 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +5 -1
- package/lib/components/VSystemBar/_variables.scss +4 -1
- package/lib/components/VSystemBar/index.d.ts +186 -23
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +193 -26
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +628 -64
- package/lib/components/VTextField/VTextField.mjs +9 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1447 -101
- package/lib/components/VTextarea/VTextarea.mjs +8 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1043 -93
- package/lib/components/VThemeProvider/index.d.ts +127 -16
- package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +446 -60
- package/lib/components/VToolbar/VToolbar.mjs +10 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +552 -73
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1315 -73
- package/lib/components/VValidation/index.d.ts +204 -27
- package/lib/components/VWindow/index.d.ts +541 -75
- package/lib/components/index.d.ts +55694 -14389
- package/lib/components/transitions/createTransition.mjs +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +2144 -259
- package/lib/composables/defaults.mjs +5 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +15 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +7 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +28 -23
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +6 -9
- package/lib/labs/VDataTable/VDataTable.css +15 -0
- package/lib/labs/VDataTable/VDataTable.mjs +45 -19
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +6 -7
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +41 -19
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +4 -10
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4934 -317
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +41 -7
- package/lib/labs/components.d.ts +4970 -324
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/index.mjs +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +0 -4
- package/lib/styles/generic/_index.scss +0 -1
- package/lib/styles/generic/_transitions.scss +111 -9
- package/lib/styles/main.css +316 -167
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/styles/tools/_sheet.sass +3 -6
- package/lib/styles/utilities/_display.sass +6 -5
- package/lib/styles/utilities/_elevation.scss +13 -0
- package/lib/styles/utilities/_index.sass +3 -2
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +4 -5
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +15 -7
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +15 -7
- package/lib/styles/generic/_elevation.scss +0 -10
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
"v-autocomplete/id": {
|
|
231
231
|
"type": "string",
|
|
232
|
-
"description": "
|
|
232
|
+
"description": "Sets the DOM id on the component"
|
|
233
233
|
},
|
|
234
234
|
"v-autocomplete/items": {
|
|
235
235
|
"type": "unknown[]",
|
|
@@ -272,11 +272,11 @@
|
|
|
272
272
|
"description": "Do not apply filtering when searching. Useful when data is being filtered server side"
|
|
273
273
|
},
|
|
274
274
|
"v-autocomplete/custom-filter": {
|
|
275
|
-
"type": "
|
|
275
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
276
276
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
277
277
|
},
|
|
278
278
|
"v-autocomplete/custom-key-filter": {
|
|
279
|
-
"type": "{
|
|
279
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
280
280
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
281
281
|
},
|
|
282
282
|
"v-autocomplete/filter-keys": {
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
"v-autocomplete/item-props": {
|
|
355
355
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
356
|
-
"description": "
|
|
356
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
357
357
|
},
|
|
358
358
|
"v-autocomplete/return-object": {
|
|
359
359
|
"type": "boolean",
|
|
@@ -1751,14 +1751,6 @@
|
|
|
1751
1751
|
"type": "string",
|
|
1752
1752
|
"description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
|
|
1753
1753
|
},
|
|
1754
|
-
"v-color-picker/canvas-height": {
|
|
1755
|
-
"type": "string | number",
|
|
1756
|
-
"description": "Height of canvas"
|
|
1757
|
-
},
|
|
1758
|
-
"v-color-picker/dot-size": {
|
|
1759
|
-
"type": "string | number",
|
|
1760
|
-
"description": "Changes the size of the selection dot on the canvas"
|
|
1761
|
-
},
|
|
1762
1754
|
"v-color-picker/hide-canvas": {
|
|
1763
1755
|
"type": "boolean",
|
|
1764
1756
|
"description": "Hides canvas"
|
|
@@ -1771,14 +1763,22 @@
|
|
|
1771
1763
|
"type": "boolean",
|
|
1772
1764
|
"description": "Hides inputs"
|
|
1773
1765
|
},
|
|
1774
|
-
"v-color-picker/modes": {
|
|
1775
|
-
"type": "string[]",
|
|
1776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1777
|
-
},
|
|
1778
1766
|
"v-color-picker/show-swatches": {
|
|
1779
1767
|
"type": "boolean",
|
|
1780
1768
|
"description": "Displays color swatches"
|
|
1781
1769
|
},
|
|
1770
|
+
"v-color-picker/canvas-height": {
|
|
1771
|
+
"type": "string | number",
|
|
1772
|
+
"description": "Height of canvas"
|
|
1773
|
+
},
|
|
1774
|
+
"v-color-picker/dot-size": {
|
|
1775
|
+
"type": "string | number",
|
|
1776
|
+
"description": "Changes the size of the selection dot on the canvas"
|
|
1777
|
+
},
|
|
1778
|
+
"v-color-picker/modes": {
|
|
1779
|
+
"type": "string[]",
|
|
1780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1781
|
+
},
|
|
1782
1782
|
"v-color-picker/swatches-max-height": {
|
|
1783
1783
|
"type": "string | number",
|
|
1784
1784
|
"description": "Sets the maximum height of the swatches section"
|
|
@@ -1805,7 +1805,7 @@
|
|
|
1805
1805
|
},
|
|
1806
1806
|
"v-combobox/id": {
|
|
1807
1807
|
"type": "string",
|
|
1808
|
-
"description": "
|
|
1808
|
+
"description": "Sets the DOM id on the component"
|
|
1809
1809
|
},
|
|
1810
1810
|
"v-combobox/items": {
|
|
1811
1811
|
"type": "unknown[]",
|
|
@@ -1844,11 +1844,11 @@
|
|
|
1844
1844
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1845
1845
|
},
|
|
1846
1846
|
"v-combobox/custom-filter": {
|
|
1847
|
-
"type": "
|
|
1847
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
1848
1848
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1849
1849
|
},
|
|
1850
1850
|
"v-combobox/custom-key-filter": {
|
|
1851
|
-
"type": "{
|
|
1851
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
1852
1852
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1853
1853
|
},
|
|
1854
1854
|
"v-combobox/filter-keys": {
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
},
|
|
1926
1926
|
"v-combobox/item-props": {
|
|
1927
1927
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
1928
|
-
"description": "
|
|
1928
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
1929
1929
|
},
|
|
1930
1930
|
"v-combobox/return-object": {
|
|
1931
1931
|
"type": "boolean",
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2057
2057
|
},
|
|
2058
2058
|
"v-counter/transition": {
|
|
2059
|
-
"type": "string | { component:
|
|
2059
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ 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<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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, { 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; } & { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
2060
2060
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2061
2061
|
},
|
|
2062
2062
|
"v-counter/active": {
|
|
@@ -2067,20 +2067,24 @@
|
|
|
2067
2067
|
"type": "string | number",
|
|
2068
2068
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2069
2069
|
},
|
|
2070
|
+
"v-defaults-provider/disabled": {
|
|
2071
|
+
"type": "boolean",
|
|
2072
|
+
"description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
|
|
2073
|
+
},
|
|
2070
2074
|
"v-defaults-provider/root": {
|
|
2071
2075
|
"type": "boolean",
|
|
2072
|
-
"description": "
|
|
2076
|
+
"description": "Force current defaults to match the application root defaults"
|
|
2073
2077
|
},
|
|
2074
2078
|
"v-defaults-provider/scoped": {
|
|
2075
2079
|
"type": "boolean",
|
|
2076
|
-
"description": "
|
|
2080
|
+
"description": "Prevents the ability for default values to be inherited from parent components"
|
|
2077
2081
|
},
|
|
2078
2082
|
"v-defaults-provider/reset": {
|
|
2079
2083
|
"type": "string | number",
|
|
2080
|
-
"description": "
|
|
2084
|
+
"description": "Reset the default values up the nested chain by {n} amount"
|
|
2081
2085
|
},
|
|
2082
2086
|
"v-defaults-provider/defaults": {
|
|
2083
|
-
"type": "{ global: Record<string, unknown> }",
|
|
2087
|
+
"type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
|
|
2084
2088
|
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
|
|
2085
2089
|
},
|
|
2086
2090
|
"v-dialog/theme": {
|
|
@@ -2165,7 +2169,7 @@
|
|
|
2165
2169
|
},
|
|
2166
2170
|
"v-dialog/scrim": {
|
|
2167
2171
|
"type": "string | boolean",
|
|
2168
|
-
"description": "
|
|
2172
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
2169
2173
|
},
|
|
2170
2174
|
"v-dialog/activator-props": {
|
|
2171
2175
|
"type": "{ }",
|
|
@@ -2212,7 +2216,7 @@
|
|
|
2212
2216
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2213
2217
|
},
|
|
2214
2218
|
"v-dialog/transition": {
|
|
2215
|
-
"type": "string | { component:
|
|
2219
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
|
|
2216
2220
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2217
2221
|
},
|
|
2218
2222
|
"v-dialog/attach": {
|
|
@@ -2401,7 +2405,7 @@
|
|
|
2401
2405
|
},
|
|
2402
2406
|
"v-field/id": {
|
|
2403
2407
|
"type": "string",
|
|
2404
|
-
"description": "
|
|
2408
|
+
"description": "Sets the DOM id on the component"
|
|
2405
2409
|
},
|
|
2406
2410
|
"v-field/error": {
|
|
2407
2411
|
"type": "boolean",
|
|
@@ -2489,7 +2493,7 @@
|
|
|
2489
2493
|
},
|
|
2490
2494
|
"v-file-input/id": {
|
|
2491
2495
|
"type": "string",
|
|
2492
|
-
"description": "
|
|
2496
|
+
"description": "Sets the DOM id on the component"
|
|
2493
2497
|
},
|
|
2494
2498
|
"v-file-input/error": {
|
|
2495
2499
|
"type": "boolean",
|
|
@@ -2731,6 +2735,66 @@
|
|
|
2731
2735
|
"type": "string | number | boolean",
|
|
2732
2736
|
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2733
2737
|
},
|
|
2738
|
+
"v-col/sm": {
|
|
2739
|
+
"type": "string | number | boolean",
|
|
2740
|
+
"description": "Changes the number of columns on small and greater breakpoints."
|
|
2741
|
+
},
|
|
2742
|
+
"v-col/md": {
|
|
2743
|
+
"type": "string | number | boolean",
|
|
2744
|
+
"description": "Changes the number of columns on medium and greater breakpoints."
|
|
2745
|
+
},
|
|
2746
|
+
"v-col/lg": {
|
|
2747
|
+
"type": "string | number | boolean",
|
|
2748
|
+
"description": "Changes the number of columns on large and greater breakpoints."
|
|
2749
|
+
},
|
|
2750
|
+
"v-col/xl": {
|
|
2751
|
+
"type": "string | number | boolean",
|
|
2752
|
+
"description": "Changes the number of columns on extra large and greater breakpoints."
|
|
2753
|
+
},
|
|
2754
|
+
"v-col/xxl": {
|
|
2755
|
+
"type": "string | number | boolean",
|
|
2756
|
+
"description": "MISSING DESCRIPTION"
|
|
2757
|
+
},
|
|
2758
|
+
"v-col/offset-sm": {
|
|
2759
|
+
"type": "string | number",
|
|
2760
|
+
"description": "Changes the offset of the component on small and greater breakpoints."
|
|
2761
|
+
},
|
|
2762
|
+
"v-col/offset-md": {
|
|
2763
|
+
"type": "string | number",
|
|
2764
|
+
"description": "Changes the offset of the component on medium and greater breakpoints."
|
|
2765
|
+
},
|
|
2766
|
+
"v-col/offset-lg": {
|
|
2767
|
+
"type": "string | number",
|
|
2768
|
+
"description": "Changes the offset of the component on large and greater breakpoints."
|
|
2769
|
+
},
|
|
2770
|
+
"v-col/offset-xl": {
|
|
2771
|
+
"type": "string | number",
|
|
2772
|
+
"description": "Changes the offset of the component on extra large and greater breakpoints."
|
|
2773
|
+
},
|
|
2774
|
+
"v-col/offset-xxl": {
|
|
2775
|
+
"type": "string | number",
|
|
2776
|
+
"description": "MISSING DESCRIPTION"
|
|
2777
|
+
},
|
|
2778
|
+
"v-col/order-sm": {
|
|
2779
|
+
"type": "string | number",
|
|
2780
|
+
"description": "Changes the order of the component on small and greater breakpoints."
|
|
2781
|
+
},
|
|
2782
|
+
"v-col/order-md": {
|
|
2783
|
+
"type": "string | number",
|
|
2784
|
+
"description": "Changes the order of the component on medium and greater breakpoints."
|
|
2785
|
+
},
|
|
2786
|
+
"v-col/order-lg": {
|
|
2787
|
+
"type": "string | number",
|
|
2788
|
+
"description": "Changes the order of the component on large and greater breakpoints."
|
|
2789
|
+
},
|
|
2790
|
+
"v-col/order-xl": {
|
|
2791
|
+
"type": "string | number",
|
|
2792
|
+
"description": "Changes the order of the component on extra large and greater breakpoints."
|
|
2793
|
+
},
|
|
2794
|
+
"v-col/order-xxl": {
|
|
2795
|
+
"type": "string | number",
|
|
2796
|
+
"description": "MISSING DESCRIPTION"
|
|
2797
|
+
},
|
|
2734
2798
|
"v-col/align-self": {
|
|
2735
2799
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
|
2736
2800
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
|
|
@@ -2751,6 +2815,66 @@
|
|
|
2751
2815
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2752
2816
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
|
2753
2817
|
},
|
|
2818
|
+
"v-row/align-sm": {
|
|
2819
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2820
|
+
"description": "Changes the **align-items** property on small and greater breakpoints."
|
|
2821
|
+
},
|
|
2822
|
+
"v-row/align-md": {
|
|
2823
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2824
|
+
"description": "Changes the **align-items** property on medium and greater breakpoints."
|
|
2825
|
+
},
|
|
2826
|
+
"v-row/align-lg": {
|
|
2827
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2828
|
+
"description": "Changes the **align-items** property on large and greater breakpoints."
|
|
2829
|
+
},
|
|
2830
|
+
"v-row/align-xl": {
|
|
2831
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2832
|
+
"description": "Changes the **align-items** property on extra large and greater breakpoints."
|
|
2833
|
+
},
|
|
2834
|
+
"v-row/align-xxl": {
|
|
2835
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2836
|
+
"description": "MISSING DESCRIPTION"
|
|
2837
|
+
},
|
|
2838
|
+
"v-row/justify-sm": {
|
|
2839
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2840
|
+
"description": "Changes the **justify-content** property on small and greater breakpoints."
|
|
2841
|
+
},
|
|
2842
|
+
"v-row/justify-md": {
|
|
2843
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2844
|
+
"description": "Changes the **justify-content** property on medium and greater breakpoints."
|
|
2845
|
+
},
|
|
2846
|
+
"v-row/justify-lg": {
|
|
2847
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2848
|
+
"description": "Changes the **justify-content** property on large and greater breakpoints."
|
|
2849
|
+
},
|
|
2850
|
+
"v-row/justify-xl": {
|
|
2851
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2852
|
+
"description": "Changes the **justify-content** property on extra large and greater breakpoints."
|
|
2853
|
+
},
|
|
2854
|
+
"v-row/justify-xxl": {
|
|
2855
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2856
|
+
"description": "MISSING DESCRIPTION"
|
|
2857
|
+
},
|
|
2858
|
+
"v-row/align-content-sm": {
|
|
2859
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2860
|
+
"description": "Changes the **align-content** property on small and greater breakpoints."
|
|
2861
|
+
},
|
|
2862
|
+
"v-row/align-content-md": {
|
|
2863
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2864
|
+
"description": "Changes the **align-content** property on medium and greater breakpoints."
|
|
2865
|
+
},
|
|
2866
|
+
"v-row/align-content-lg": {
|
|
2867
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2868
|
+
"description": "Changes the **align-content** property on large and greater breakpoints."
|
|
2869
|
+
},
|
|
2870
|
+
"v-row/align-content-xl": {
|
|
2871
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2872
|
+
"description": "Changes the **align-content** property on extra large and greater breakpoints."
|
|
2873
|
+
},
|
|
2874
|
+
"v-row/align-content-xxl": {
|
|
2875
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2876
|
+
"description": "MISSING DESCRIPTION"
|
|
2877
|
+
},
|
|
2754
2878
|
"v-row/justify": {
|
|
2755
2879
|
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2756
2880
|
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
|
@@ -3173,7 +3297,7 @@
|
|
|
3173
3297
|
},
|
|
3174
3298
|
"v-list/item-props": {
|
|
3175
3299
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3176
|
-
"description": "
|
|
3300
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
3177
3301
|
},
|
|
3178
3302
|
"v-list/return-object": {
|
|
3179
3303
|
"type": "boolean",
|
|
@@ -3208,7 +3332,7 @@
|
|
|
3208
3332
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
3209
3333
|
},
|
|
3210
3334
|
"v-list/select-strategy": {
|
|
3211
|
-
"type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#
|
|
3335
|
+
"type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>",
|
|
3212
3336
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
3213
3337
|
},
|
|
3214
3338
|
"v-list/open-strategy": {
|
|
@@ -3553,15 +3677,15 @@
|
|
|
3553
3677
|
},
|
|
3554
3678
|
"v-menu/no-click-animation": {
|
|
3555
3679
|
"type": "boolean",
|
|
3556
|
-
"description": "
|
|
3680
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3557
3681
|
},
|
|
3558
3682
|
"v-menu/persistent": {
|
|
3559
3683
|
"type": "boolean",
|
|
3560
|
-
"description": "
|
|
3684
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3561
3685
|
},
|
|
3562
3686
|
"v-menu/scrim": {
|
|
3563
3687
|
"type": "string | boolean",
|
|
3564
|
-
"description": "
|
|
3688
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3565
3689
|
},
|
|
3566
3690
|
"v-menu/activator-props": {
|
|
3567
3691
|
"type": "{ }",
|
|
@@ -3608,7 +3732,7 @@
|
|
|
3608
3732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3609
3733
|
},
|
|
3610
3734
|
"v-menu/transition": {
|
|
3611
|
-
"type": "string | { component:
|
|
3735
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
|
|
3612
3736
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3613
3737
|
},
|
|
3614
3738
|
"v-menu/attach": {
|
|
@@ -3620,7 +3744,7 @@
|
|
|
3620
3744
|
"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)"
|
|
3621
3745
|
},
|
|
3622
3746
|
"v-messages/transition": {
|
|
3623
|
-
"type": "string | { component:
|
|
3747
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ 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<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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, { 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; } & { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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, { 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 }",
|
|
3624
3748
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3625
3749
|
},
|
|
3626
3750
|
"v-messages/messages": {
|
|
@@ -3801,15 +3925,15 @@
|
|
|
3801
3925
|
},
|
|
3802
3926
|
"v-overlay/no-click-animation": {
|
|
3803
3927
|
"type": "boolean",
|
|
3804
|
-
"description": "
|
|
3928
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3805
3929
|
},
|
|
3806
3930
|
"v-overlay/persistent": {
|
|
3807
3931
|
"type": "boolean",
|
|
3808
|
-
"description": "
|
|
3932
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3809
3933
|
},
|
|
3810
3934
|
"v-overlay/scrim": {
|
|
3811
3935
|
"type": "string | boolean",
|
|
3812
|
-
"description": "
|
|
3936
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3813
3937
|
},
|
|
3814
3938
|
"v-overlay/activator-props": {
|
|
3815
3939
|
"type": "{ }",
|
|
@@ -4557,7 +4681,7 @@
|
|
|
4557
4681
|
},
|
|
4558
4682
|
"v-select/id": {
|
|
4559
4683
|
"type": "string",
|
|
4560
|
-
"description": "
|
|
4684
|
+
"description": "Sets the DOM id on the component"
|
|
4561
4685
|
},
|
|
4562
4686
|
"v-select/items": {
|
|
4563
4687
|
"type": "unknown[]",
|
|
@@ -4624,7 +4748,7 @@
|
|
|
4624
4748
|
"description": "Removes the ability to click or target the input"
|
|
4625
4749
|
},
|
|
4626
4750
|
"v-select/transition": {
|
|
4627
|
-
"type": "string | { component:
|
|
4751
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
|
|
4628
4752
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
4629
4753
|
},
|
|
4630
4754
|
"v-select/multiple": {
|
|
@@ -4657,7 +4781,7 @@
|
|
|
4657
4781
|
},
|
|
4658
4782
|
"v-select/item-props": {
|
|
4659
4783
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
4660
|
-
"description": "
|
|
4784
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
4661
4785
|
},
|
|
4662
4786
|
"v-select/return-object": {
|
|
4663
4787
|
"type": "boolean",
|
|
@@ -5583,6 +5707,10 @@
|
|
|
5583
5707
|
"type": "any",
|
|
5584
5708
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
5585
5709
|
},
|
|
5710
|
+
"v-tab/size": {
|
|
5711
|
+
"type": "string | number",
|
|
5712
|
+
"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**."
|
|
5713
|
+
},
|
|
5586
5714
|
"v-tab/title": {
|
|
5587
5715
|
"type": "string",
|
|
5588
5716
|
"description": "Specify a title text for the component."
|
|
@@ -5591,6 +5719,26 @@
|
|
|
5591
5719
|
"type": "string",
|
|
5592
5720
|
"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)"
|
|
5593
5721
|
},
|
|
5722
|
+
"v-tab/density": {
|
|
5723
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5724
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5725
|
+
},
|
|
5726
|
+
"v-tab/height": {
|
|
5727
|
+
"type": "string | number",
|
|
5728
|
+
"description": "Sets the height for the component."
|
|
5729
|
+
},
|
|
5730
|
+
"v-tab/border": {
|
|
5731
|
+
"type": "string | number | boolean",
|
|
5732
|
+
"description": "Applies border styles to component."
|
|
5733
|
+
},
|
|
5734
|
+
"v-tab/elevation": {
|
|
5735
|
+
"type": "string | number",
|
|
5736
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
5737
|
+
},
|
|
5738
|
+
"v-tab/rounded": {
|
|
5739
|
+
"type": "string | number | boolean",
|
|
5740
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5741
|
+
},
|
|
5594
5742
|
"v-tab/tag": {
|
|
5595
5743
|
"type": "string",
|
|
5596
5744
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -5599,10 +5747,34 @@
|
|
|
5599
5747
|
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
|
5600
5748
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
5601
5749
|
},
|
|
5750
|
+
"v-tab/max-height": {
|
|
5751
|
+
"type": "string | number",
|
|
5752
|
+
"description": "Sets the maximum height for the component."
|
|
5753
|
+
},
|
|
5754
|
+
"v-tab/max-width": {
|
|
5755
|
+
"type": "string | number",
|
|
5756
|
+
"description": "Sets the maximum width for the component."
|
|
5757
|
+
},
|
|
5758
|
+
"v-tab/min-height": {
|
|
5759
|
+
"type": "string | number",
|
|
5760
|
+
"description": "Sets the minimum height for the component."
|
|
5761
|
+
},
|
|
5762
|
+
"v-tab/min-width": {
|
|
5763
|
+
"type": "string | number",
|
|
5764
|
+
"description": "Sets the minimum width for the component."
|
|
5765
|
+
},
|
|
5766
|
+
"v-tab/width": {
|
|
5767
|
+
"type": "string | number",
|
|
5768
|
+
"description": "Sets the width for the component."
|
|
5769
|
+
},
|
|
5602
5770
|
"v-tab/fixed": {
|
|
5603
5771
|
"type": "boolean",
|
|
5604
5772
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5605
5773
|
},
|
|
5774
|
+
"v-tab/variant": {
|
|
5775
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
|
5776
|
+
"description": "Applies a distinct style to the component"
|
|
5777
|
+
},
|
|
5606
5778
|
"v-tab/replace": {
|
|
5607
5779
|
"type": "boolean",
|
|
5608
5780
|
"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."
|
|
@@ -5623,6 +5795,10 @@
|
|
|
5623
5795
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5624
5796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5625
5797
|
},
|
|
5798
|
+
"v-tab/loading": {
|
|
5799
|
+
"type": "string | boolean",
|
|
5800
|
+
"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"
|
|
5801
|
+
},
|
|
5626
5802
|
"v-tab/stacked": {
|
|
5627
5803
|
"type": "boolean",
|
|
5628
5804
|
"description": "Displays the tab as a flex-column."
|
|
@@ -5673,7 +5849,7 @@
|
|
|
5673
5849
|
},
|
|
5674
5850
|
"v-table/hover": {
|
|
5675
5851
|
"type": "boolean",
|
|
5676
|
-
"description": "
|
|
5852
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
5677
5853
|
},
|
|
5678
5854
|
"v-table/fixed-header": {
|
|
5679
5855
|
"type": "boolean",
|
|
@@ -5697,7 +5873,7 @@
|
|
|
5697
5873
|
},
|
|
5698
5874
|
"v-textarea/id": {
|
|
5699
5875
|
"type": "string",
|
|
5700
|
-
"description": "
|
|
5876
|
+
"description": "Sets the DOM id on the component"
|
|
5701
5877
|
},
|
|
5702
5878
|
"v-textarea/error": {
|
|
5703
5879
|
"type": "boolean",
|
|
@@ -5889,7 +6065,7 @@
|
|
|
5889
6065
|
},
|
|
5890
6066
|
"v-text-field/id": {
|
|
5891
6067
|
"type": "string",
|
|
5892
|
-
"description": "
|
|
6068
|
+
"description": "Sets the DOM id on the component"
|
|
5893
6069
|
},
|
|
5894
6070
|
"v-text-field/error": {
|
|
5895
6071
|
"type": "boolean",
|
|
@@ -6303,6 +6479,10 @@
|
|
|
6303
6479
|
"type": "string | number",
|
|
6304
6480
|
"description": "Sets the width for the component."
|
|
6305
6481
|
},
|
|
6482
|
+
"v-tooltip/eager": {
|
|
6483
|
+
"type": "boolean",
|
|
6484
|
+
"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."
|
|
6485
|
+
},
|
|
6306
6486
|
"v-tooltip/activator": {
|
|
6307
6487
|
"type": "string | ComponentPublicInstance | Element",
|
|
6308
6488
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -6329,11 +6509,11 @@
|
|
|
6329
6509
|
},
|
|
6330
6510
|
"v-tooltip/no-click-animation": {
|
|
6331
6511
|
"type": "boolean",
|
|
6332
|
-
"description": "
|
|
6512
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
6333
6513
|
},
|
|
6334
6514
|
"v-tooltip/scrim": {
|
|
6335
6515
|
"type": "string | boolean",
|
|
6336
|
-
"description": "
|
|
6516
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
6337
6517
|
},
|
|
6338
6518
|
"v-tooltip/activator-props": {
|
|
6339
6519
|
"type": "{ }",
|
|
@@ -6812,11 +6992,11 @@
|
|
|
6812
6992
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6813
6993
|
},
|
|
6814
6994
|
"v-data-table/custom-filter": {
|
|
6815
|
-
"type": "
|
|
6995
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
6816
6996
|
"description": "Function to filter items"
|
|
6817
6997
|
},
|
|
6818
6998
|
"v-data-table/custom-key-filter": {
|
|
6819
|
-
"type": "{
|
|
6999
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
6820
7000
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6821
7001
|
},
|
|
6822
7002
|
"v-data-table/filter-keys": {
|
|
@@ -6845,7 +7025,7 @@
|
|
|
6845
7025
|
},
|
|
6846
7026
|
"v-data-table/item-props": {
|
|
6847
7027
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6848
|
-
"description": "
|
|
7028
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
6849
7029
|
},
|
|
6850
7030
|
"v-data-table/return-object": {
|
|
6851
7031
|
"type": "boolean",
|
|
@@ -6860,7 +7040,7 @@
|
|
|
6860
7040
|
"description": "MISSING DESCRIPTION"
|
|
6861
7041
|
},
|
|
6862
7042
|
"v-data-table/headers": {
|
|
6863
|
-
"type": "
|
|
7043
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
6864
7044
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
6865
7045
|
},
|
|
6866
7046
|
"v-data-table/expand-on-click": {
|
|
@@ -6904,7 +7084,7 @@
|
|
|
6904
7084
|
"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"
|
|
6905
7085
|
},
|
|
6906
7086
|
"v-data-table-rows/items": {
|
|
6907
|
-
"type": "
|
|
7087
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
|
|
6908
7088
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
6909
7089
|
},
|
|
6910
7090
|
"v-data-table-rows/hide-no-data": {
|
|
@@ -6928,7 +7108,11 @@
|
|
|
6928
7108
|
"description": "MISSING DESCRIPTION"
|
|
6929
7109
|
},
|
|
6930
7110
|
"v-data-table-row/item": {
|
|
6931
|
-
"type": "
|
|
7111
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
|
|
7112
|
+
"description": "MISSING DESCRIPTION"
|
|
7113
|
+
},
|
|
7114
|
+
"v-data-table-row/index": {
|
|
7115
|
+
"type": "Number",
|
|
6932
7116
|
"description": "MISSING DESCRIPTION"
|
|
6933
7117
|
},
|
|
6934
7118
|
"v-data-table-virtual/items": {
|
|
@@ -6960,11 +7144,11 @@
|
|
|
6960
7144
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6961
7145
|
},
|
|
6962
7146
|
"v-data-table-virtual/custom-filter": {
|
|
6963
|
-
"type": "
|
|
7147
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
6964
7148
|
"description": "Function to filter items"
|
|
6965
7149
|
},
|
|
6966
7150
|
"v-data-table-virtual/custom-key-filter": {
|
|
6967
|
-
"type": "{
|
|
7151
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
6968
7152
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6969
7153
|
},
|
|
6970
7154
|
"v-data-table-virtual/filter-keys": {
|
|
@@ -6993,7 +7177,7 @@
|
|
|
6993
7177
|
},
|
|
6994
7178
|
"v-data-table-virtual/item-props": {
|
|
6995
7179
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6996
|
-
"description": "
|
|
7180
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
6997
7181
|
},
|
|
6998
7182
|
"v-data-table-virtual/return-object": {
|
|
6999
7183
|
"type": "boolean",
|
|
@@ -7008,7 +7192,7 @@
|
|
|
7008
7192
|
"description": "MISSING DESCRIPTION"
|
|
7009
7193
|
},
|
|
7010
7194
|
"v-data-table-virtual/headers": {
|
|
7011
|
-
"type": "
|
|
7195
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
7012
7196
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
7013
7197
|
},
|
|
7014
7198
|
"v-data-table-virtual/expand-on-click": {
|
|
@@ -7093,7 +7277,7 @@
|
|
|
7093
7277
|
},
|
|
7094
7278
|
"v-data-table-server/item-props": {
|
|
7095
7279
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7096
|
-
"description": "
|
|
7280
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
7097
7281
|
},
|
|
7098
7282
|
"v-data-table-server/return-object": {
|
|
7099
7283
|
"type": "boolean",
|
|
@@ -7112,7 +7296,7 @@
|
|
|
7112
7296
|
"description": "MISSING DESCRIPTION"
|
|
7113
7297
|
},
|
|
7114
7298
|
"v-data-table-server/headers": {
|
|
7115
|
-
"type": "
|
|
7299
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
7116
7300
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
7117
7301
|
},
|
|
7118
7302
|
"v-data-table-server/expand-on-click": {
|