@vuetify/nightly 4.0.0-dev-20230426.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 -15
- package/dist/json/attributes.json +949 -729
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +57 -2
- package/dist/json/web-types.json +1966 -1440
- package/dist/vuetify-labs.css +1504 -1493
- package/dist/vuetify-labs.d.ts +6175 -8100
- package/dist/vuetify-labs.esm.js +1462 -1230
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1461 -1229
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +51 -40
- package/dist/vuetify.d.ts +6327 -7380
- package/dist/vuetify.esm.js +1401 -1194
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1400 -1193
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +805 -805
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +6 -2
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +6 -2
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +6 -2
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +6 -2
- package/lib/components/VAlert/VAlert.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +10 -14
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -13
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +479 -118
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -3
- 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} +231 -409
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +134 -93
- package/lib/components/VBtn/VBtn.mjs +12 -9
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +33 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +75 -109
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/{index.d.ts → index.d.mts} +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VCode/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +12 -7
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -9
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +131 -32
- 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 +11 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +231 -409
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +22 -145
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -12
- package/lib/components/VDialog/VDialog.mjs +4 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +109 -81
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.mjs +9 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/{index.d.ts → index.d.mts} +125 -76
- package/lib/components/VFileInput/VFileInput.mjs +4 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +114 -165
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +104 -60
- package/lib/components/VHover/{index.d.ts → index.d.mts} +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +23 -26
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +27 -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} +73 -31
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/{index.d.ts → index.d.mts} +37 -40
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +30 -33
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VList/VList.mjs +12 -24
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +12 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +950 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -10
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.mts +8 -0
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +45 -68
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +33 -44
- package/lib/components/VRating/VRating.mjs +4 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/{index.d.ts → index.d.mts} +23 -18
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +14 -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} +52 -31
- package/lib/components/VSelect/VSelect.mjs +11 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +200 -558
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +23 -14
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +59 -90
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +33 -44
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +45 -72
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/{index.d.ts → index.d.mts} +26 -29
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +45 -27
- package/lib/components/VTextField/VTextField.mjs +3 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +232 -293
- package/lib/components/VTextarea/VTextarea.mjs +3 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +94 -137
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +67 -57
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +104 -150
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -18
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +70 -30
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +61 -79
- package/lib/components/{index.d.ts → index.d.mts} +6475 -7529
- package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +63 -5
- 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/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/loader.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 +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +1 -1
- package/lib/iconsets/{fa.d.ts → fa.d.mts} +1 -1
- package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +1 -1
- package/lib/iconsets/{md.d.ts → md.d.mts} +1 -1
- package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +1 -1
- package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +1 -1
- package/lib/{index.d.ts → index.d.mts} +13 -12
- package/lib/labs/VDataTable/VDataTable.mjs +12 -3
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -6
- 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} +113 -943
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +8 -36
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -12
- package/lib/labs/{components.d.ts → components.d.mts} +161 -1031
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.mts +52 -0
- package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/{composables → labs/date}/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.mts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- 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/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +31 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +11 -6
- package/lib/adapters/date-adapter.mjs +0 -2
- package/lib/adapters/date-adapter.mjs.map +0 -1
- package/lib/adapters/vuetify.mjs.map +0 -1
- package/lib/components/VNoSsr/index.d.ts +0 -18
- package/lib/composables/date.mjs.map +0 -1
- /package/lib/directives/{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
@@ -28,7 +28,7 @@
|
|
28
28
|
"description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
|
29
29
|
},
|
30
30
|
"v-alert/close-icon": {
|
31
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
31
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
32
32
|
"description": "Change the default icon used for **closable** alerts."
|
33
33
|
},
|
34
34
|
"v-alert/close-label": {
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"description": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization)."
|
37
37
|
},
|
38
38
|
"v-alert/icon": {
|
39
|
-
"type": "false | string | (new () => any) | FunctionalComponent",
|
39
|
+
"type": "false | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
40
40
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
41
41
|
},
|
42
42
|
"v-alert/model-value": {
|
@@ -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": {
|
215
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
216
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
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": {
|
307
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
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
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
332
|
-
"description": "
|
487
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
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 | (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 | (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[]",
|
@@ -464,40 +608,36 @@
|
|
464
608
|
"description": "Allows for the component to be cleared"
|
465
609
|
},
|
466
610
|
"v-autocomplete/clear-icon": {
|
467
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
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/
|
471
|
-
"type": "
|
472
|
-
"description": "
|
614
|
+
"v-autocomplete/base-color": {
|
615
|
+
"type": "string",
|
616
|
+
"description": "Sets the color of the input when it is not focused"
|
473
617
|
},
|
474
618
|
"v-autocomplete/persistent-clear": {
|
475
619
|
"type": "boolean",
|
476
620
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
477
621
|
},
|
478
622
|
"v-autocomplete/prepend-inner-icon": {
|
479
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
623
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
480
624
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
481
625
|
},
|
482
626
|
"v-autocomplete/single-line": {
|
483
627
|
"type": "boolean",
|
484
628
|
"description": "Label does not move on focus/dirty"
|
485
629
|
},
|
486
|
-
"v-autocomplete/loading": {
|
487
|
-
"type": "string | boolean",
|
488
|
-
"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"
|
489
|
-
},
|
490
630
|
"v-autocomplete/counter": {
|
491
631
|
"type": "string | number | true",
|
492
632
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
493
633
|
},
|
494
634
|
"v-autocomplete/counter-value": {
|
495
635
|
"type": "(value: any) => number",
|
496
|
-
"description": "
|
636
|
+
"description": "Function returns the counter display text"
|
497
637
|
},
|
498
638
|
"v-autocomplete/model-modifiers": {
|
499
639
|
"type": "Record<string, boolean>",
|
500
|
-
"description": "
|
640
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
501
641
|
},
|
502
642
|
"v-avatar/end": {
|
503
643
|
"type": "boolean",
|
@@ -508,7 +648,7 @@
|
|
508
648
|
"description": "Applies margin at the end of the component."
|
509
649
|
},
|
510
650
|
"v-avatar/icon": {
|
511
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
651
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
512
652
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
513
653
|
},
|
514
654
|
"v-avatar/density": {
|
@@ -544,7 +684,7 @@
|
|
544
684
|
"description": "Apply a specific image using [v-img](/components/images/)."
|
545
685
|
},
|
546
686
|
"v-badge/icon": {
|
547
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
687
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
548
688
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
549
689
|
},
|
550
690
|
"v-badge/model-value": {
|
@@ -553,7 +693,7 @@
|
|
553
693
|
},
|
554
694
|
"v-badge/location": {
|
555
695
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
556
|
-
"description": "
|
696
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
557
697
|
},
|
558
698
|
"v-badge/rounded": {
|
559
699
|
"type": "string | number | boolean",
|
@@ -624,7 +764,7 @@
|
|
624
764
|
"description": "Applies border styles to component."
|
625
765
|
},
|
626
766
|
"v-banner/icon": {
|
627
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
767
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
628
768
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
629
769
|
},
|
630
770
|
"v-banner/density": {
|
@@ -661,7 +801,7 @@
|
|
661
801
|
},
|
662
802
|
"v-banner/location": {
|
663
803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
664
|
-
"description": "
|
804
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
665
805
|
},
|
666
806
|
"v-banner/position": {
|
667
807
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -687,17 +827,17 @@
|
|
687
827
|
"type": "string",
|
688
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)"
|
689
829
|
},
|
690
|
-
"v-banner/avatar": {
|
691
|
-
"type": "string",
|
692
|
-
"description": "Designates a specific src image to pass to the thumbnail."
|
693
|
-
},
|
694
830
|
"v-banner/stacked": {
|
695
831
|
"type": "boolean",
|
696
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."
|
697
833
|
},
|
834
|
+
"v-banner/avatar": {
|
835
|
+
"type": "string",
|
836
|
+
"description": "Designates a specific src image to pass to the thumbnail."
|
837
|
+
},
|
698
838
|
"v-banner/lines": {
|
699
839
|
"type": "\"one\" | \"two\" | \"three\"",
|
700
|
-
"description": "
|
840
|
+
"description": "The amount of visible lines of text before it truncates."
|
701
841
|
},
|
702
842
|
"v-banner-actions/density": {
|
703
843
|
"type": "string",
|
@@ -759,10 +899,18 @@
|
|
759
899
|
"type": "string | number",
|
760
900
|
"description": "Adjust the order of the component in relation to its registration order."
|
761
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
|
+
},
|
762
906
|
"v-bottom-navigation/disabled": {
|
763
907
|
"type": "boolean",
|
764
908
|
"description": "Puts all children components into a disabled state"
|
765
909
|
},
|
910
|
+
"v-bottom-navigation/selected-class": {
|
911
|
+
"type": "string",
|
912
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
913
|
+
},
|
766
914
|
"v-bottom-navigation/multiple": {
|
767
915
|
"type": "boolean",
|
768
916
|
"description": "Allows one to select mulitple items."
|
@@ -771,10 +919,6 @@
|
|
771
919
|
"type": "string",
|
772
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)"
|
773
921
|
},
|
774
|
-
"v-bottom-navigation/active": {
|
775
|
-
"type": "boolean",
|
776
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
777
|
-
},
|
778
922
|
"v-bottom-navigation/mode": {
|
779
923
|
"type": "string",
|
780
924
|
"description": "Changes the orientation and active state styling of the component."
|
@@ -787,16 +931,12 @@
|
|
787
931
|
"type": "boolean",
|
788
932
|
"description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
|
789
933
|
},
|
790
|
-
"v-bottom-navigation/selected-class": {
|
791
|
-
"type": "string",
|
792
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
793
|
-
},
|
794
934
|
"v-bottom-navigation/mandatory": {
|
795
935
|
"type": "boolean | \"force\"",
|
796
936
|
"description": "Forces at least one item to always be selected (if available)."
|
797
937
|
},
|
798
938
|
"v-breadcrumbs/icon": {
|
799
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
939
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
800
940
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
801
941
|
},
|
802
942
|
"v-breadcrumbs/density": {
|
@@ -816,7 +956,7 @@
|
|
816
956
|
"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)"
|
817
957
|
},
|
818
958
|
"v-breadcrumbs/items": {
|
819
|
-
"type": "
|
959
|
+
"type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]",
|
820
960
|
"description": "An array of strings or objects used for automatically generating children components"
|
821
961
|
},
|
822
962
|
"v-breadcrumbs/disabled": {
|
@@ -851,21 +991,13 @@
|
|
851
991
|
"type": "string",
|
852
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)"
|
853
993
|
},
|
854
|
-
"v-breadcrumbs-item/disabled": {
|
855
|
-
"type": "boolean",
|
856
|
-
"description": "Removes the ability to click or target the component"
|
857
|
-
},
|
858
994
|
"v-breadcrumbs-item/active": {
|
859
995
|
"type": "boolean",
|
860
996
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
861
997
|
},
|
862
|
-
"v-breadcrumbs-item/
|
863
|
-
"type": "
|
864
|
-
"description": "
|
865
|
-
},
|
866
|
-
"v-breadcrumbs-item/active-color": {
|
867
|
-
"type": "string",
|
868
|
-
"description": "The applied color when the component is in an active state"
|
998
|
+
"v-breadcrumbs-item/disabled": {
|
999
|
+
"type": "boolean",
|
1000
|
+
"description": "Removes the ability to click or target the component"
|
869
1001
|
},
|
870
1002
|
"v-breadcrumbs-item/href": {
|
871
1003
|
"type": "string",
|
@@ -883,6 +1015,14 @@
|
|
883
1015
|
"type": "unknown",
|
884
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."
|
885
1017
|
},
|
1018
|
+
"v-breadcrumbs-item/active-class": {
|
1019
|
+
"type": "string",
|
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"
|
1021
|
+
},
|
1022
|
+
"v-breadcrumbs-item/active-color": {
|
1023
|
+
"type": "string",
|
1024
|
+
"description": "The applied color when the component is in an active state"
|
1025
|
+
},
|
886
1026
|
"v-btn/symbol": {
|
887
1027
|
"type": "any",
|
888
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/) "
|
@@ -900,7 +1040,7 @@
|
|
900
1040
|
"description": "Applies border styles to component."
|
901
1041
|
},
|
902
1042
|
"v-btn/icon": {
|
903
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
1043
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
904
1044
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
905
1045
|
},
|
906
1046
|
"v-btn/density": {
|
@@ -937,7 +1077,7 @@
|
|
937
1077
|
},
|
938
1078
|
"v-btn/location": {
|
939
1079
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
940
|
-
"description": "
|
1080
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
941
1081
|
},
|
942
1082
|
"v-btn/position": {
|
943
1083
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -971,38 +1111,42 @@
|
|
971
1111
|
"type": "string | number",
|
972
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**."
|
973
1113
|
},
|
974
|
-
"v-btn/
|
1114
|
+
"v-btn/active": {
|
975
1115
|
"type": "boolean",
|
976
|
-
"description": "
|
1116
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
977
1117
|
},
|
978
|
-
"v-btn/
|
979
|
-
"type": "
|
980
|
-
"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"
|
981
1121
|
},
|
982
1122
|
"v-btn/append-icon": {
|
983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1123
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
984
1124
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
985
1125
|
},
|
986
|
-
"v-btn/
|
987
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
988
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
989
|
-
},
|
990
|
-
"v-btn/active": {
|
1126
|
+
"v-btn/block": {
|
991
1127
|
"type": "boolean",
|
992
|
-
"description": "
|
993
|
-
},
|
994
|
-
"v-btn/loading": {
|
995
|
-
"type": "string | boolean",
|
996
|
-
"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"
|
1128
|
+
"description": "Expands the button to 100% of available space."
|
997
1129
|
},
|
998
1130
|
"v-btn/stacked": {
|
999
1131
|
"type": "boolean",
|
1000
1132
|
"description": "Displays the button as a flex-column."
|
1001
1133
|
},
|
1134
|
+
"v-btn/ripple": {
|
1135
|
+
"type": "boolean",
|
1136
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1137
|
+
},
|
1138
|
+
"v-btn/disabled": {
|
1139
|
+
"type": "boolean",
|
1140
|
+
"description": "Removes the ability to click or target the component"
|
1141
|
+
},
|
1002
1142
|
"v-btn/selected-class": {
|
1003
1143
|
"type": "string",
|
1004
1144
|
"description": "Configure the active CSS class applied when an item is selected."
|
1005
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
|
+
},
|
1006
1150
|
"v-btn/href": {
|
1007
1151
|
"type": "string",
|
1008
1152
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
@@ -1019,10 +1163,6 @@
|
|
1019
1163
|
"type": "unknown",
|
1020
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."
|
1021
1165
|
},
|
1022
|
-
"v-btn/ripple": {
|
1023
|
-
"type": "boolean",
|
1024
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1025
|
-
},
|
1026
1166
|
"v-btn-group/border": {
|
1027
1167
|
"type": "string | number | boolean",
|
1028
1168
|
"description": "Applies border styles to component."
|
@@ -1099,6 +1239,10 @@
|
|
1099
1239
|
"type": "boolean",
|
1100
1240
|
"description": "Puts all children components into a disabled state"
|
1101
1241
|
},
|
1242
|
+
"v-btn-toggle/selected-class": {
|
1243
|
+
"type": "string",
|
1244
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
1245
|
+
},
|
1102
1246
|
"v-btn-toggle/multiple": {
|
1103
1247
|
"type": "boolean",
|
1104
1248
|
"description": "Allows one to select mulitple items."
|
@@ -1107,10 +1251,6 @@
|
|
1107
1251
|
"type": "number",
|
1108
1252
|
"description": "Sets a maximum number of selections that can be made."
|
1109
1253
|
},
|
1110
|
-
"v-btn-toggle/selected-class": {
|
1111
|
-
"type": "string",
|
1112
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
1113
|
-
},
|
1114
1254
|
"v-btn-toggle/mandatory": {
|
1115
1255
|
"type": "boolean | \"force\"",
|
1116
1256
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1169,7 +1309,7 @@
|
|
1169
1309
|
},
|
1170
1310
|
"v-card/location": {
|
1171
1311
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
1172
|
-
"description": "
|
1312
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
1173
1313
|
},
|
1174
1314
|
"v-card/position": {
|
1175
1315
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -1199,17 +1339,21 @@
|
|
1199
1339
|
"type": "string",
|
1200
1340
|
"description": "Apply a specific background image to the component."
|
1201
1341
|
},
|
1202
|
-
"v-card/
|
1203
|
-
"type": "
|
1204
|
-
"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"
|
1205
1345
|
},
|
1206
1346
|
"v-card/append-icon": {
|
1207
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1347
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1208
1348
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1209
1349
|
},
|
1210
|
-
"v-card/
|
1211
|
-
"type": "
|
1212
|
-
"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"
|
1213
1357
|
},
|
1214
1358
|
"v-card/loading": {
|
1215
1359
|
"type": "string | boolean",
|
@@ -1231,9 +1375,9 @@
|
|
1231
1375
|
"type": "unknown",
|
1232
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."
|
1233
1377
|
},
|
1234
|
-
"v-card/
|
1378
|
+
"v-card/link": {
|
1235
1379
|
"type": "boolean",
|
1236
|
-
"description": "
|
1380
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1237
1381
|
},
|
1238
1382
|
"v-card/subtitle": {
|
1239
1383
|
"type": "string",
|
@@ -1251,10 +1395,6 @@
|
|
1251
1395
|
"type": "string",
|
1252
1396
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
1253
1397
|
},
|
1254
|
-
"v-card/link": {
|
1255
|
-
"type": "boolean",
|
1256
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1257
|
-
},
|
1258
1398
|
"v-card-item/title": {
|
1259
1399
|
"type": "string",
|
1260
1400
|
"description": "Specify a title text for the component."
|
@@ -1263,14 +1403,14 @@
|
|
1263
1403
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
1264
1404
|
"description": "Adjusts the vertical height used by the component."
|
1265
1405
|
},
|
1266
|
-
"v-card-item/append-icon": {
|
1267
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1268
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1269
|
-
},
|
1270
1406
|
"v-card-item/prepend-icon": {
|
1271
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1407
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1272
1408
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1273
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
|
+
},
|
1274
1414
|
"v-card-item/subtitle": {
|
1275
1415
|
"type": "string",
|
1276
1416
|
"description": "Specify a subtitle text for the component."
|
@@ -1323,14 +1463,14 @@
|
|
1323
1463
|
"type": "boolean",
|
1324
1464
|
"description": "Removes the ability to click or target the component"
|
1325
1465
|
},
|
1326
|
-
"v-carousel/direction": {
|
1327
|
-
"type": "string",
|
1328
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
1329
|
-
},
|
1330
1466
|
"v-carousel/selected-class": {
|
1331
1467
|
"type": "string",
|
1332
1468
|
"description": "Configure the active CSS class applied when an item is selected."
|
1333
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
|
+
},
|
1334
1474
|
"v-carousel/mandatory": {
|
1335
1475
|
"type": "\"force\"",
|
1336
1476
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1348,7 +1488,7 @@
|
|
1348
1488
|
"description": "Hides the bottom delimiter background."
|
1349
1489
|
},
|
1350
1490
|
"v-carousel/delimiter-icon": {
|
1351
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1491
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1352
1492
|
"description": "Sets icon for carousel delimiter"
|
1353
1493
|
},
|
1354
1494
|
"v-carousel/interval": {
|
@@ -1364,11 +1504,11 @@
|
|
1364
1504
|
"description": "Determines whether carousel is continuous"
|
1365
1505
|
},
|
1366
1506
|
"v-carousel/next-icon": {
|
1367
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1507
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1368
1508
|
"description": "The displayed icon for forcing pagination to the next item."
|
1369
1509
|
},
|
1370
1510
|
"v-carousel/prev-icon": {
|
1371
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1511
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1372
1512
|
"description": "The displayed icon for forcing pagination to the previous item."
|
1373
1513
|
},
|
1374
1514
|
"v-carousel/show-arrows": {
|
@@ -1417,20 +1557,32 @@
|
|
1417
1557
|
},
|
1418
1558
|
"v-checkbox/value": {
|
1419
1559
|
"type": "any",
|
1420
|
-
"description": "
|
1560
|
+
"description": "The input's value"
|
1421
1561
|
},
|
1422
1562
|
"v-checkbox/id": {
|
1423
1563
|
"type": "string",
|
1424
1564
|
"description": "Sets the DOM id on the component"
|
1425
1565
|
},
|
1426
|
-
"v-checkbox/
|
1427
|
-
"type": "string",
|
1428
|
-
"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."
|
1429
1577
|
},
|
1430
1578
|
"v-checkbox/disabled": {
|
1431
1579
|
"type": "boolean",
|
1432
1580
|
"description": "Removes the ability to click or target the component"
|
1433
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
|
+
},
|
1434
1586
|
"v-checkbox/multiple": {
|
1435
1587
|
"type": "boolean",
|
1436
1588
|
"description": "Changes expected model to an array"
|
@@ -1439,14 +1591,6 @@
|
|
1439
1591
|
"type": "(a: any, b: any) => boolean",
|
1440
1592
|
"description": "Apply a custom comparison algorithm used for values"
|
1441
1593
|
},
|
1442
|
-
"v-checkbox/append-icon": {
|
1443
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1444
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1445
|
-
},
|
1446
|
-
"v-checkbox/prepend-icon": {
|
1447
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1448
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
1449
|
-
},
|
1450
1594
|
"v-checkbox/hint": {
|
1451
1595
|
"type": "string",
|
1452
1596
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -1457,11 +1601,11 @@
|
|
1457
1601
|
},
|
1458
1602
|
"v-checkbox/messages": {
|
1459
1603
|
"type": "string | string[]",
|
1460
|
-
"description": "
|
1604
|
+
"description": "Displays a list of messages or a single message if using a string"
|
1461
1605
|
},
|
1462
1606
|
"v-checkbox/direction": {
|
1463
1607
|
"type": "\"horizontal\" | \"vertical\"",
|
1464
|
-
"description": "
|
1608
|
+
"description": "Changes the direction of the input"
|
1465
1609
|
},
|
1466
1610
|
"v-checkbox/error-messages": {
|
1467
1611
|
"type": "string | string[]",
|
@@ -1495,32 +1639,28 @@
|
|
1495
1639
|
"type": "boolean | \"auto\"",
|
1496
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"
|
1497
1641
|
},
|
1498
|
-
"v-checkbox/ripple": {
|
1499
|
-
"type": "boolean",
|
1500
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1501
|
-
},
|
1502
1642
|
"v-checkbox/indeterminate": {
|
1503
1643
|
"type": "boolean",
|
1504
1644
|
"description": "Sets an indeterminate state for the checkbox"
|
1505
1645
|
},
|
1506
1646
|
"v-checkbox/indeterminate-icon": {
|
1507
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1647
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1508
1648
|
"description": "The icon used when in an indeterminate state"
|
1509
1649
|
},
|
1510
1650
|
"v-checkbox/true-value": {
|
1511
1651
|
"type": "any",
|
1512
|
-
"description": "
|
1652
|
+
"description": "Sets value for truthy state"
|
1513
1653
|
},
|
1514
1654
|
"v-checkbox/false-value": {
|
1515
1655
|
"type": "any",
|
1516
|
-
"description": "
|
1656
|
+
"description": "Sets value for falsy state"
|
1517
1657
|
},
|
1518
1658
|
"v-checkbox/false-icon": {
|
1519
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1659
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1520
1660
|
"description": "The icon used when inactive"
|
1521
1661
|
},
|
1522
1662
|
"v-checkbox/true-icon": {
|
1523
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1663
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1524
1664
|
"description": "The icon used when active"
|
1525
1665
|
},
|
1526
1666
|
"v-checkbox-btn/type": {
|
@@ -1553,20 +1693,24 @@
|
|
1553
1693
|
},
|
1554
1694
|
"v-checkbox-btn/value": {
|
1555
1695
|
"type": "any",
|
1556
|
-
"description": "MISSING DESCRIPTION
|
1696
|
+
"description": "MISSING DESCRIPTION"
|
1557
1697
|
},
|
1558
1698
|
"v-checkbox-btn/id": {
|
1559
1699
|
"type": "string",
|
1560
1700
|
"description": "Sets the DOM id on the component"
|
1561
1701
|
},
|
1562
|
-
"v-checkbox-btn/
|
1563
|
-
"type": "
|
1564
|
-
"description": "
|
1702
|
+
"v-checkbox-btn/ripple": {
|
1703
|
+
"type": "boolean",
|
1704
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1565
1705
|
},
|
1566
1706
|
"v-checkbox-btn/disabled": {
|
1567
1707
|
"type": "boolean",
|
1568
1708
|
"description": "Removes the ability to click or target the component"
|
1569
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
|
+
},
|
1570
1714
|
"v-checkbox-btn/multiple": {
|
1571
1715
|
"type": "boolean",
|
1572
1716
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -1583,32 +1727,28 @@
|
|
1583
1727
|
"type": "boolean",
|
1584
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))"
|
1585
1729
|
},
|
1586
|
-
"v-checkbox-btn/ripple": {
|
1587
|
-
"type": "boolean",
|
1588
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1589
|
-
},
|
1590
1730
|
"v-checkbox-btn/indeterminate": {
|
1591
1731
|
"type": "boolean",
|
1592
1732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
1593
1733
|
},
|
1594
1734
|
"v-checkbox-btn/indeterminate-icon": {
|
1595
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1735
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1596
1736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
1597
1737
|
},
|
1598
1738
|
"v-checkbox-btn/true-value": {
|
1599
1739
|
"type": "any",
|
1600
|
-
"description": "
|
1740
|
+
"description": "Sets value for truthy state"
|
1601
1741
|
},
|
1602
1742
|
"v-checkbox-btn/false-value": {
|
1603
1743
|
"type": "any",
|
1604
|
-
"description": "
|
1744
|
+
"description": "Sets value for falsy state"
|
1605
1745
|
},
|
1606
1746
|
"v-checkbox-btn/false-icon": {
|
1607
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1747
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1608
1748
|
"description": "The icon used when inactive"
|
1609
1749
|
},
|
1610
1750
|
"v-checkbox-btn/true-icon": {
|
1611
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1751
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1612
1752
|
"description": "The icon used when active"
|
1613
1753
|
},
|
1614
1754
|
"v-chip/text": {
|
@@ -1628,7 +1768,7 @@
|
|
1628
1768
|
"description": "Applies border styles to component."
|
1629
1769
|
},
|
1630
1770
|
"v-chip/close-icon": {
|
1631
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1771
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1632
1772
|
"description": "Change the default icon used for **close** chips"
|
1633
1773
|
},
|
1634
1774
|
"v-chip/close-label": {
|
@@ -1675,30 +1815,26 @@
|
|
1675
1815
|
"type": "string | number",
|
1676
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**."
|
1677
1817
|
},
|
1678
|
-
"v-chip/
|
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"
|
1821
|
+
},
|
1822
|
+
"v-chip/append-icon": {
|
1823
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1824
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1825
|
+
},
|
1826
|
+
"v-chip/ripple": {
|
1679
1827
|
"type": "boolean",
|
1680
|
-
"description": "Applies
|
1828
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
1681
1829
|
},
|
1682
1830
|
"v-chip/disabled": {
|
1683
1831
|
"type": "boolean",
|
1684
1832
|
"description": "Removes the ability to click or target the component"
|
1685
1833
|
},
|
1686
|
-
"v-chip/append-icon": {
|
1687
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1688
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1689
|
-
},
|
1690
|
-
"v-chip/prepend-icon": {
|
1691
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1692
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1693
|
-
},
|
1694
1834
|
"v-chip/selected-class": {
|
1695
1835
|
"type": "string",
|
1696
1836
|
"description": "Configure the active CSS class applied when an item is selected."
|
1697
1837
|
},
|
1698
|
-
"v-chip/active-class": {
|
1699
|
-
"type": "string",
|
1700
|
-
"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"
|
1701
|
-
},
|
1702
1838
|
"v-chip/href": {
|
1703
1839
|
"type": "string",
|
1704
1840
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
@@ -1715,9 +1851,17 @@
|
|
1715
1851
|
"type": "unknown",
|
1716
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."
|
1717
1853
|
},
|
1718
|
-
"v-chip/
|
1854
|
+
"v-chip/label": {
|
1719
1855
|
"type": "boolean",
|
1720
|
-
"description": "Applies
|
1856
|
+
"description": "Applies a medium size border radius"
|
1857
|
+
},
|
1858
|
+
"v-chip/link": {
|
1859
|
+
"type": "boolean",
|
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"
|
1721
1865
|
},
|
1722
1866
|
"v-chip/append-avatar": {
|
1723
1867
|
"type": "string",
|
@@ -1727,10 +1871,6 @@
|
|
1727
1871
|
"type": "string",
|
1728
1872
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
1729
1873
|
},
|
1730
|
-
"v-chip/link": {
|
1731
|
-
"type": "boolean",
|
1732
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1733
|
-
},
|
1734
1874
|
"v-chip/draggable": {
|
1735
1875
|
"type": "boolean",
|
1736
1876
|
"description": "Makes the chip draggable"
|
@@ -1771,6 +1911,10 @@
|
|
1771
1911
|
"type": "boolean",
|
1772
1912
|
"description": "Puts all children components into a disabled state"
|
1773
1913
|
},
|
1914
|
+
"v-chip-group/selected-class": {
|
1915
|
+
"type": "string",
|
1916
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
1917
|
+
},
|
1774
1918
|
"v-chip-group/multiple": {
|
1775
1919
|
"type": "boolean",
|
1776
1920
|
"description": "Allows one to select mulitple items."
|
@@ -1783,10 +1927,6 @@
|
|
1783
1927
|
"type": "number",
|
1784
1928
|
"description": "Sets a maximum number of selections that can be made."
|
1785
1929
|
},
|
1786
|
-
"v-chip-group/selected-class": {
|
1787
|
-
"type": "string",
|
1788
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
1789
|
-
},
|
1790
1930
|
"v-chip-group/mandatory": {
|
1791
1931
|
"type": "boolean | \"force\"",
|
1792
1932
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -1796,7 +1936,7 @@
|
|
1796
1936
|
"description": "Remove horizontal pagination and wrap items as needed"
|
1797
1937
|
},
|
1798
1938
|
"v-class-icon/icon": {
|
1799
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1939
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1800
1940
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
1801
1941
|
},
|
1802
1942
|
"v-class-icon/tag": {
|
@@ -1897,7 +2037,7 @@
|
|
1897
2037
|
},
|
1898
2038
|
"v-color-picker/width": {
|
1899
2039
|
"type": "string | number",
|
1900
|
-
"description": "Sets the width
|
2040
|
+
"description": "Sets the width for the component."
|
1901
2041
|
},
|
1902
2042
|
"v-color-picker/elevation": {
|
1903
2043
|
"type": "string | number",
|
@@ -1928,44 +2068,44 @@
|
|
1928
2068
|
"description": "Removes the ability to click or target the component"
|
1929
2069
|
},
|
1930
2070
|
"v-color-picker/mode": {
|
1931
|
-
"type": "
|
1932
|
-
"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)."
|
1933
2073
|
},
|
1934
2074
|
"v-color-picker/hide-canvas": {
|
1935
2075
|
"type": "boolean",
|
1936
|
-
"description": "
|
2076
|
+
"description": "MISSING DESCRIPTION"
|
1937
2077
|
},
|
1938
2078
|
"v-color-picker/hide-sliders": {
|
1939
2079
|
"type": "boolean",
|
1940
|
-
"description": "
|
2080
|
+
"description": "MISSING DESCRIPTION"
|
1941
2081
|
},
|
1942
2082
|
"v-color-picker/hide-inputs": {
|
1943
2083
|
"type": "boolean",
|
1944
|
-
"description": "
|
2084
|
+
"description": "MISSING DESCRIPTION"
|
1945
2085
|
},
|
1946
2086
|
"v-color-picker/show-swatches": {
|
1947
2087
|
"type": "boolean",
|
1948
|
-
"description": "
|
2088
|
+
"description": "MISSING DESCRIPTION"
|
1949
2089
|
},
|
1950
2090
|
"v-color-picker/canvas-height": {
|
1951
2091
|
"type": "string | number",
|
1952
|
-
"description": "
|
2092
|
+
"description": "MISSING DESCRIPTION"
|
1953
2093
|
},
|
1954
2094
|
"v-color-picker/dot-size": {
|
1955
2095
|
"type": "string | number",
|
1956
|
-
"description": "
|
2096
|
+
"description": "MISSING DESCRIPTION"
|
1957
2097
|
},
|
1958
2098
|
"v-color-picker/modes": {
|
1959
|
-
"type": "
|
1960
|
-
"description": "MISSING DESCRIPTION
|
2099
|
+
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
|
2100
|
+
"description": "MISSING DESCRIPTION"
|
1961
2101
|
},
|
1962
2102
|
"v-color-picker/swatches-max-height": {
|
1963
2103
|
"type": "string | number",
|
1964
|
-
"description": "
|
2104
|
+
"description": "MISSING DESCRIPTION"
|
1965
2105
|
},
|
1966
2106
|
"v-color-picker/swatches": {
|
1967
|
-
"type": "string[][]",
|
1968
|
-
"description": "
|
2107
|
+
"type": "(string | number | HSV | RGB | HSL)[][]",
|
2108
|
+
"description": "MISSING DESCRIPTION"
|
1969
2109
|
},
|
1970
2110
|
"v-combobox/flat": {
|
1971
2111
|
"type": "boolean",
|
@@ -2019,29 +2159,49 @@
|
|
2019
2159
|
"type": "unknown[]",
|
2020
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."
|
2021
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
|
+
},
|
2022
2182
|
"v-combobox/label": {
|
2023
2183
|
"type": "string",
|
2024
2184
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
2025
2185
|
},
|
2026
2186
|
"v-combobox/filter-mode": {
|
2027
2187
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2028
|
-
"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."
|
2029
2189
|
},
|
2030
2190
|
"v-combobox/no-filter": {
|
2031
2191
|
"type": "boolean",
|
2032
|
-
"description": "
|
2192
|
+
"description": "Disables all item filtering."
|
2033
2193
|
},
|
2034
2194
|
"v-combobox/custom-filter": {
|
2035
2195
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
2036
|
-
"description": "
|
2196
|
+
"description": "Function used to filter items."
|
2037
2197
|
},
|
2038
2198
|
"v-combobox/custom-key-filter": {
|
2039
2199
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2040
|
-
"description": "
|
2200
|
+
"description": "Function used on specific keys within the item object."
|
2041
2201
|
},
|
2042
2202
|
"v-combobox/filter-keys": {
|
2043
2203
|
"type": "string | string[]",
|
2044
|
-
"description": "
|
2204
|
+
"description": "Array of specific keys to filter on the item."
|
2045
2205
|
},
|
2046
2206
|
"v-combobox/chips": {
|
2047
2207
|
"type": "boolean",
|
@@ -2049,15 +2209,15 @@
|
|
2049
2209
|
},
|
2050
2210
|
"v-combobox/closable-chips": {
|
2051
2211
|
"type": "boolean",
|
2052
|
-
"description": "
|
2212
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
2053
2213
|
},
|
2054
2214
|
"v-combobox/eager": {
|
2055
2215
|
"type": "boolean",
|
2056
|
-
"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."
|
2057
2217
|
},
|
2058
2218
|
"v-combobox/hide-no-data": {
|
2059
2219
|
"type": "boolean",
|
2060
|
-
"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."
|
2061
2221
|
},
|
2062
2222
|
"v-combobox/hide-selected": {
|
2063
2223
|
"type": "boolean",
|
@@ -2065,20 +2225,16 @@
|
|
2065
2225
|
},
|
2066
2226
|
"v-combobox/menu": {
|
2067
2227
|
"type": "boolean",
|
2068
|
-
"description": "
|
2228
|
+
"description": "Renders with the menu open by default"
|
2069
2229
|
},
|
2070
2230
|
"v-combobox/menu-icon": {
|
2071
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2072
|
-
"description": "
|
2231
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2232
|
+
"description": "Sets the the spin icon"
|
2073
2233
|
},
|
2074
2234
|
"v-combobox/menu-props": {
|
2075
2235
|
"type": "unknown",
|
2076
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."
|
2077
2237
|
},
|
2078
|
-
"v-combobox/disabled": {
|
2079
|
-
"type": "boolean",
|
2080
|
-
"description": "Removes the ability to click or target the input"
|
2081
|
-
},
|
2082
2238
|
"v-combobox/transition": {
|
2083
2239
|
"type": "string | boolean",
|
2084
2240
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
@@ -2101,15 +2257,15 @@
|
|
2101
2257
|
},
|
2102
2258
|
"v-combobox/item-title": {
|
2103
2259
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2104
|
-
"description": "
|
2260
|
+
"description": "Property on supplied `items` that contains its title"
|
2105
2261
|
},
|
2106
2262
|
"v-combobox/item-value": {
|
2107
2263
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2108
|
-
"description": "
|
2264
|
+
"description": "Property on supplied `items` that contains its value"
|
2109
2265
|
},
|
2110
2266
|
"v-combobox/item-children": {
|
2111
2267
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2112
|
-
"description": "
|
2268
|
+
"description": "Property on supplied `items` that contains its children"
|
2113
2269
|
},
|
2114
2270
|
"v-combobox/item-props": {
|
2115
2271
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2117,7 +2273,7 @@
|
|
2117
2273
|
},
|
2118
2274
|
"v-combobox/return-object": {
|
2119
2275
|
"type": "boolean",
|
2120
|
-
"description": "
|
2276
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2121
2277
|
},
|
2122
2278
|
"v-combobox/autofocus": {
|
2123
2279
|
"type": "boolean",
|
@@ -2137,20 +2293,12 @@
|
|
2137
2293
|
},
|
2138
2294
|
"v-combobox/persistent-counter": {
|
2139
2295
|
"type": "boolean",
|
2140
|
-
"description": "
|
2296
|
+
"description": "Forces counter to always be visible"
|
2141
2297
|
},
|
2142
2298
|
"v-combobox/suffix": {
|
2143
2299
|
"type": "string",
|
2144
2300
|
"description": "Displays suffix text"
|
2145
2301
|
},
|
2146
|
-
"v-combobox/append-icon": {
|
2147
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2148
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
2149
|
-
},
|
2150
|
-
"v-combobox/prepend-icon": {
|
2151
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2152
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
2153
|
-
},
|
2154
2302
|
"v-combobox/hint": {
|
2155
2303
|
"type": "string",
|
2156
2304
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -2161,11 +2309,11 @@
|
|
2161
2309
|
},
|
2162
2310
|
"v-combobox/messages": {
|
2163
2311
|
"type": "string | string[]",
|
2164
|
-
"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"
|
2165
2313
|
},
|
2166
2314
|
"v-combobox/direction": {
|
2167
2315
|
"type": "\"horizontal\" | \"vertical\"",
|
2168
|
-
"description": "
|
2316
|
+
"description": "Changes the direction of the input"
|
2169
2317
|
},
|
2170
2318
|
"v-combobox/error-messages": {
|
2171
2319
|
"type": "string | string[]",
|
@@ -2204,47 +2352,43 @@
|
|
2204
2352
|
"description": "Allows for the component to be cleared"
|
2205
2353
|
},
|
2206
2354
|
"v-combobox/clear-icon": {
|
2207
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2355
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2208
2356
|
"description": "The icon used when the **clerable** prop is set to true"
|
2209
2357
|
},
|
2210
|
-
"v-combobox/
|
2211
|
-
"type": "
|
2212
|
-
"description": "
|
2358
|
+
"v-combobox/base-color": {
|
2359
|
+
"type": "string",
|
2360
|
+
"description": "Sets the color of the input when it is not focused"
|
2213
2361
|
},
|
2214
2362
|
"v-combobox/persistent-clear": {
|
2215
2363
|
"type": "boolean",
|
2216
2364
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
2217
2365
|
},
|
2218
2366
|
"v-combobox/prepend-inner-icon": {
|
2219
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2367
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2220
2368
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
2221
2369
|
},
|
2222
2370
|
"v-combobox/single-line": {
|
2223
2371
|
"type": "boolean",
|
2224
2372
|
"description": "Label does not move on focus/dirty"
|
2225
2373
|
},
|
2226
|
-
"v-combobox/loading": {
|
2227
|
-
"type": "string | boolean",
|
2228
|
-
"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"
|
2229
|
-
},
|
2230
2374
|
"v-combobox/counter": {
|
2231
2375
|
"type": "string | number | true",
|
2232
2376
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
2233
2377
|
},
|
2234
2378
|
"v-combobox/counter-value": {
|
2235
2379
|
"type": "(value: any) => number",
|
2236
|
-
"description": "
|
2380
|
+
"description": "Function returns the counter display text"
|
2237
2381
|
},
|
2238
2382
|
"v-combobox/model-modifiers": {
|
2239
2383
|
"type": "Record<string, boolean>",
|
2240
|
-
"description": "
|
2384
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
2241
2385
|
},
|
2242
2386
|
"v-combobox/delimiters": {
|
2243
2387
|
"type": "string[]",
|
2244
2388
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
2245
2389
|
},
|
2246
2390
|
"v-component-icon/icon": {
|
2247
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2391
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2248
2392
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
2249
2393
|
},
|
2250
2394
|
"v-component-icon/tag": {
|
@@ -2263,14 +2407,14 @@
|
|
2263
2407
|
"type": "string | number",
|
2264
2408
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
2265
2409
|
},
|
2266
|
-
"v-counter/transition": {
|
2267
|
-
"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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: 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, { 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?: 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<{ disabled: boolean; 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, { 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>] } }",
|
2268
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2269
|
-
},
|
2270
2410
|
"v-counter/active": {
|
2271
2411
|
"type": "boolean",
|
2272
2412
|
"description": "Determines whether the counter is visible or not"
|
2273
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
|
+
},
|
2274
2418
|
"v-counter/max": {
|
2275
2419
|
"type": "string | number",
|
2276
2420
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
@@ -2291,17 +2435,21 @@
|
|
2291
2435
|
"type": "any[]",
|
2292
2436
|
"description": "An array of strings or objects used for automatically generating children components"
|
2293
2437
|
},
|
2438
|
+
"v-data-table/loading": {
|
2439
|
+
"type": "string | boolean",
|
2440
|
+
"description": "MISSING DESCRIPTION"
|
2441
|
+
},
|
2294
2442
|
"v-data-table/search": {
|
2295
2443
|
"type": "string",
|
2296
2444
|
"description": "Text input used to filter items"
|
2297
2445
|
},
|
2298
2446
|
"v-data-table/filter-mode": {
|
2299
2447
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2300
|
-
"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."
|
2301
2449
|
},
|
2302
2450
|
"v-data-table/no-filter": {
|
2303
2451
|
"type": "boolean",
|
2304
|
-
"description": "
|
2452
|
+
"description": "Disables all item filtering."
|
2305
2453
|
},
|
2306
2454
|
"v-data-table/custom-filter": {
|
2307
2455
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
@@ -2309,15 +2457,15 @@
|
|
2309
2457
|
},
|
2310
2458
|
"v-data-table/custom-key-filter": {
|
2311
2459
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2312
|
-
"description": "
|
2460
|
+
"description": "Function used on specific keys within the item object."
|
2313
2461
|
},
|
2314
2462
|
"v-data-table/filter-keys": {
|
2315
2463
|
"type": "string | string[]",
|
2316
|
-
"description": "
|
2464
|
+
"description": "Array of specific keys to filter on the item."
|
2317
2465
|
},
|
2318
2466
|
"v-data-table/hide-no-data": {
|
2319
2467
|
"type": "boolean",
|
2320
|
-
"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."
|
2321
2469
|
},
|
2322
2470
|
"v-data-table/no-data-text": {
|
2323
2471
|
"type": "string",
|
@@ -2325,15 +2473,15 @@
|
|
2325
2473
|
},
|
2326
2474
|
"v-data-table/item-title": {
|
2327
2475
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2328
|
-
"description": "
|
2476
|
+
"description": "Property on supplied `items` that contains its title"
|
2329
2477
|
},
|
2330
2478
|
"v-data-table/item-value": {
|
2331
2479
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2332
|
-
"description": "
|
2480
|
+
"description": "Property on supplied `items` that contains its value"
|
2333
2481
|
},
|
2334
2482
|
"v-data-table/item-children": {
|
2335
2483
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2336
|
-
"description": "
|
2484
|
+
"description": "Property on supplied `items` that contains its children"
|
2337
2485
|
},
|
2338
2486
|
"v-data-table/item-props": {
|
2339
2487
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2341,7 +2489,7 @@
|
|
2341
2489
|
},
|
2342
2490
|
"v-data-table/return-object": {
|
2343
2491
|
"type": "boolean",
|
2344
|
-
"description": "
|
2492
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2345
2493
|
},
|
2346
2494
|
"v-data-table/hover": {
|
2347
2495
|
"type": "boolean",
|
@@ -2359,6 +2507,10 @@
|
|
2359
2507
|
"type": "boolean",
|
2360
2508
|
"description": "MISSING DESCRIPTION"
|
2361
2509
|
},
|
2510
|
+
"v-data-table/loading-text": {
|
2511
|
+
"type": "string",
|
2512
|
+
"description": "MISSING DESCRIPTION"
|
2513
|
+
},
|
2362
2514
|
"v-data-table/expand-on-click": {
|
2363
2515
|
"type": "boolean",
|
2364
2516
|
"description": "MISSING DESCRIPTION"
|
@@ -2411,26 +2563,26 @@
|
|
2411
2563
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
|
2412
2564
|
"description": "An array of strings or objects used for automatically generating children components"
|
2413
2565
|
},
|
2566
|
+
"v-data-table-rows/loading": {
|
2567
|
+
"type": "string | boolean",
|
2568
|
+
"description": "MISSING DESCRIPTION"
|
2569
|
+
},
|
2414
2570
|
"v-data-table-rows/hide-no-data": {
|
2415
2571
|
"type": "boolean",
|
2416
|
-
"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."
|
2417
2573
|
},
|
2418
2574
|
"v-data-table-rows/no-data-text": {
|
2419
2575
|
"type": "string",
|
2420
2576
|
"description": "Text shown when no items are provided to the component"
|
2421
2577
|
},
|
2422
|
-
"v-data-table-rows/loading": {
|
2423
|
-
"type": "string
|
2578
|
+
"v-data-table-rows/loading-text": {
|
2579
|
+
"type": "string",
|
2424
2580
|
"description": "MISSING DESCRIPTION"
|
2425
2581
|
},
|
2426
2582
|
"v-data-table-rows/row-height": {
|
2427
2583
|
"type": "number",
|
2428
2584
|
"description": "MISSING DESCRIPTION"
|
2429
2585
|
},
|
2430
|
-
"v-data-table-rows/loading-text": {
|
2431
|
-
"type": "string",
|
2432
|
-
"description": "MISSING DESCRIPTION"
|
2433
|
-
},
|
2434
2586
|
"v-data-table-server/model-value": {
|
2435
2587
|
"type": "any[]",
|
2436
2588
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
@@ -2451,13 +2603,17 @@
|
|
2451
2603
|
"type": "any[]",
|
2452
2604
|
"description": "An array of strings or objects used for automatically generating children components"
|
2453
2605
|
},
|
2606
|
+
"v-data-table-server/loading": {
|
2607
|
+
"type": "string | boolean",
|
2608
|
+
"description": "MISSING DESCRIPTION"
|
2609
|
+
},
|
2454
2610
|
"v-data-table-server/search": {
|
2455
2611
|
"type": "string",
|
2456
2612
|
"description": "Text input used to filter items"
|
2457
2613
|
},
|
2458
2614
|
"v-data-table-server/hide-no-data": {
|
2459
2615
|
"type": "boolean",
|
2460
|
-
"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."
|
2461
2617
|
},
|
2462
2618
|
"v-data-table-server/no-data-text": {
|
2463
2619
|
"type": "string",
|
@@ -2465,15 +2621,15 @@
|
|
2465
2621
|
},
|
2466
2622
|
"v-data-table-server/item-title": {
|
2467
2623
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2468
|
-
"description": "
|
2624
|
+
"description": "Property on supplied `items` that contains its title"
|
2469
2625
|
},
|
2470
2626
|
"v-data-table-server/item-value": {
|
2471
2627
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2472
|
-
"description": "
|
2628
|
+
"description": "Property on supplied `items` that contains its value"
|
2473
2629
|
},
|
2474
2630
|
"v-data-table-server/item-children": {
|
2475
2631
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2476
|
-
"description": "
|
2632
|
+
"description": "Property on supplied `items` that contains its children"
|
2477
2633
|
},
|
2478
2634
|
"v-data-table-server/item-props": {
|
2479
2635
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2481,11 +2637,7 @@
|
|
2481
2637
|
},
|
2482
2638
|
"v-data-table-server/return-object": {
|
2483
2639
|
"type": "boolean",
|
2484
|
-
"description": "
|
2485
|
-
},
|
2486
|
-
"v-data-table-server/loading": {
|
2487
|
-
"type": "string | boolean",
|
2488
|
-
"description": "MISSING DESCRIPTION"
|
2640
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2489
2641
|
},
|
2490
2642
|
"v-data-table-server/hover": {
|
2491
2643
|
"type": "boolean",
|
@@ -2503,6 +2655,10 @@
|
|
2503
2655
|
"type": "boolean",
|
2504
2656
|
"description": "MISSING DESCRIPTION"
|
2505
2657
|
},
|
2658
|
+
"v-data-table-server/loading-text": {
|
2659
|
+
"type": "string",
|
2660
|
+
"description": "MISSING DESCRIPTION"
|
2661
|
+
},
|
2506
2662
|
"v-data-table-server/expand-on-click": {
|
2507
2663
|
"type": "boolean",
|
2508
2664
|
"description": "MISSING DESCRIPTION"
|
@@ -2543,10 +2699,6 @@
|
|
2543
2699
|
"type": "string | number",
|
2544
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"
|
2545
2701
|
},
|
2546
|
-
"v-data-table-server/loading-text": {
|
2547
|
-
"type": "string",
|
2548
|
-
"description": "MISSING DESCRIPTION"
|
2549
|
-
},
|
2550
2702
|
"v-data-table-server/items-length": {
|
2551
2703
|
"type": "string | number",
|
2552
2704
|
"description": "MISSING DESCRIPTION"
|
@@ -2567,17 +2719,21 @@
|
|
2567
2719
|
"type": "any[]",
|
2568
2720
|
"description": "An array of strings or objects used for automatically generating children components"
|
2569
2721
|
},
|
2722
|
+
"v-data-table-virtual/loading": {
|
2723
|
+
"type": "string | boolean",
|
2724
|
+
"description": "MISSING DESCRIPTION"
|
2725
|
+
},
|
2570
2726
|
"v-data-table-virtual/search": {
|
2571
2727
|
"type": "string",
|
2572
2728
|
"description": "Text input used to filter items"
|
2573
2729
|
},
|
2574
2730
|
"v-data-table-virtual/filter-mode": {
|
2575
2731
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
2576
|
-
"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."
|
2577
2733
|
},
|
2578
2734
|
"v-data-table-virtual/no-filter": {
|
2579
2735
|
"type": "boolean",
|
2580
|
-
"description": "
|
2736
|
+
"description": "Disables all item filtering."
|
2581
2737
|
},
|
2582
2738
|
"v-data-table-virtual/custom-filter": {
|
2583
2739
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
@@ -2585,15 +2741,15 @@
|
|
2585
2741
|
},
|
2586
2742
|
"v-data-table-virtual/custom-key-filter": {
|
2587
2743
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
2588
|
-
"description": "
|
2744
|
+
"description": "Function used on specific keys within the item object."
|
2589
2745
|
},
|
2590
2746
|
"v-data-table-virtual/filter-keys": {
|
2591
2747
|
"type": "string | string[]",
|
2592
|
-
"description": "
|
2748
|
+
"description": "Array of specific keys to filter on the item."
|
2593
2749
|
},
|
2594
2750
|
"v-data-table-virtual/hide-no-data": {
|
2595
2751
|
"type": "boolean",
|
2596
|
-
"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."
|
2597
2753
|
},
|
2598
2754
|
"v-data-table-virtual/no-data-text": {
|
2599
2755
|
"type": "string",
|
@@ -2601,15 +2757,15 @@
|
|
2601
2757
|
},
|
2602
2758
|
"v-data-table-virtual/item-title": {
|
2603
2759
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2604
|
-
"description": "
|
2760
|
+
"description": "Property on supplied `items` that contains its title"
|
2605
2761
|
},
|
2606
2762
|
"v-data-table-virtual/item-value": {
|
2607
2763
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2608
|
-
"description": "
|
2764
|
+
"description": "Property on supplied `items` that contains its value"
|
2609
2765
|
},
|
2610
2766
|
"v-data-table-virtual/item-children": {
|
2611
2767
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
2612
|
-
"description": "
|
2768
|
+
"description": "Property on supplied `items` that contains its children"
|
2613
2769
|
},
|
2614
2770
|
"v-data-table-virtual/item-props": {
|
2615
2771
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -2617,7 +2773,7 @@
|
|
2617
2773
|
},
|
2618
2774
|
"v-data-table-virtual/return-object": {
|
2619
2775
|
"type": "boolean",
|
2620
|
-
"description": "
|
2776
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
2621
2777
|
},
|
2622
2778
|
"v-data-table-virtual/hover": {
|
2623
2779
|
"type": "boolean",
|
@@ -2635,6 +2791,10 @@
|
|
2635
2791
|
"type": "boolean",
|
2636
2792
|
"description": "MISSING DESCRIPTION"
|
2637
2793
|
},
|
2794
|
+
"v-data-table-virtual/loading-text": {
|
2795
|
+
"type": "string",
|
2796
|
+
"description": "MISSING DESCRIPTION"
|
2797
|
+
},
|
2638
2798
|
"v-data-table-virtual/expand-on-click": {
|
2639
2799
|
"type": "boolean",
|
2640
2800
|
"description": "MISSING DESCRIPTION"
|
@@ -2725,7 +2885,7 @@
|
|
2725
2885
|
},
|
2726
2886
|
"v-dialog/location": {
|
2727
2887
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
2728
|
-
"description": "
|
2888
|
+
"description": "MISSING DESCRIPTION"
|
2729
2889
|
},
|
2730
2890
|
"v-dialog/absolute": {
|
2731
2891
|
"type": "boolean",
|
@@ -2739,6 +2899,10 @@
|
|
2739
2899
|
"type": "string | number",
|
2740
2900
|
"description": "The z-index used for the component"
|
2741
2901
|
},
|
2902
|
+
"v-dialog/disabled": {
|
2903
|
+
"type": "boolean",
|
2904
|
+
"description": "Removes the ability to click or target the component"
|
2905
|
+
},
|
2742
2906
|
"v-dialog/eager": {
|
2743
2907
|
"type": "boolean",
|
2744
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."
|
@@ -2763,10 +2927,6 @@
|
|
2763
2927
|
"type": "any",
|
2764
2928
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
2765
2929
|
},
|
2766
|
-
"v-dialog/disabled": {
|
2767
|
-
"type": "boolean",
|
2768
|
-
"description": "Removes the ability to click or target the component"
|
2769
|
-
},
|
2770
2930
|
"v-dialog/no-click-animation": {
|
2771
2931
|
"type": "boolean",
|
2772
2932
|
"description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
|
@@ -2809,7 +2969,7 @@
|
|
2809
2969
|
},
|
2810
2970
|
"v-dialog/location-strategy": {
|
2811
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>",
|
2812
|
-
"description": "
|
2972
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
2813
2973
|
},
|
2814
2974
|
"v-dialog/origin": {
|
2815
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\"",
|
@@ -2817,14 +2977,14 @@
|
|
2817
2977
|
},
|
2818
2978
|
"v-dialog/offset": {
|
2819
2979
|
"type": "string | number | number[]",
|
2820
|
-
"description": "
|
2980
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
2821
2981
|
},
|
2822
2982
|
"v-dialog/scroll-strategy": {
|
2823
|
-
"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>",
|
2824
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))"
|
2825
2985
|
},
|
2826
2986
|
"v-dialog/transition": {
|
2827
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
2987
|
+
"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>] } }",
|
2828
2988
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2829
2989
|
},
|
2830
2990
|
"v-dialog/attach": {
|
@@ -2963,14 +3123,22 @@
|
|
2963
3123
|
"type": "any",
|
2964
3124
|
"description": "Controls the opened/closed state of content"
|
2965
3125
|
},
|
2966
|
-
"v-expansion-panel/
|
2967
|
-
"type": "boolean",
|
2968
|
-
"description": "
|
3126
|
+
"v-expansion-panel/ripple": {
|
3127
|
+
"type": "boolean | Record<string, any>",
|
3128
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
2969
3129
|
},
|
2970
3130
|
"v-expansion-panel/disabled": {
|
2971
3131
|
"type": "boolean",
|
2972
3132
|
"description": "Disables the expansion-panel content"
|
2973
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
|
+
},
|
2974
3142
|
"v-expansion-panel/readonly": {
|
2975
3143
|
"type": "boolean",
|
2976
3144
|
"description": "Makes the expansion-panel content read only."
|
@@ -2979,20 +3147,12 @@
|
|
2979
3147
|
"type": "string",
|
2980
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)"
|
2981
3149
|
},
|
2982
|
-
"v-expansion-panel/selected-class": {
|
2983
|
-
"type": "string",
|
2984
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
2985
|
-
},
|
2986
|
-
"v-expansion-panel/ripple": {
|
2987
|
-
"type": "boolean | Record<string, any>",
|
2988
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
2989
|
-
},
|
2990
3150
|
"v-expansion-panel/expand-icon": {
|
2991
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3151
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2992
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))"
|
2993
3153
|
},
|
2994
3154
|
"v-expansion-panel/collapse-icon": {
|
2995
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3155
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2996
3156
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
2997
3157
|
},
|
2998
3158
|
"v-expansion-panel/hide-actions": {
|
@@ -3007,20 +3167,20 @@
|
|
3007
3167
|
"type": "string",
|
3008
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)"
|
3009
3169
|
},
|
3010
|
-
"v-expansion-panel-title/readonly": {
|
3011
|
-
"type": "boolean",
|
3012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3013
|
-
},
|
3014
3170
|
"v-expansion-panel-title/ripple": {
|
3015
3171
|
"type": "boolean | Record<string, any>",
|
3016
3172
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
3017
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
|
+
},
|
3018
3178
|
"v-expansion-panel-title/expand-icon": {
|
3019
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3179
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3020
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))"
|
3021
3181
|
},
|
3022
3182
|
"v-expansion-panel-title/collapse-icon": {
|
3023
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3183
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3024
3184
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3025
3185
|
},
|
3026
3186
|
"v-expansion-panel-title/hide-actions": {
|
@@ -3051,6 +3211,10 @@
|
|
3051
3211
|
"type": "boolean",
|
3052
3212
|
"description": "Puts all children components into a disabled state"
|
3053
3213
|
},
|
3214
|
+
"v-expansion-panels/selected-class": {
|
3215
|
+
"type": "string",
|
3216
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
3217
|
+
},
|
3054
3218
|
"v-expansion-panels/multiple": {
|
3055
3219
|
"type": "boolean",
|
3056
3220
|
"description": "Allows one to select mulitple items."
|
@@ -3063,10 +3227,6 @@
|
|
3063
3227
|
"type": "number",
|
3064
3228
|
"description": "Sets a maximum number of selections that can be made."
|
3065
3229
|
},
|
3066
|
-
"v-expansion-panels/selected-class": {
|
3067
|
-
"type": "string",
|
3068
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
3069
|
-
},
|
3070
3230
|
"v-expansion-panels/mandatory": {
|
3071
3231
|
"type": "boolean | \"force\"",
|
3072
3232
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -3155,20 +3315,28 @@
|
|
3155
3315
|
"type": "string",
|
3156
3316
|
"description": "Sets the DOM id on the component"
|
3157
3317
|
},
|
3158
|
-
"v-field/
|
3159
|
-
"type": "
|
3160
|
-
"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"
|
3161
3321
|
},
|
3162
3322
|
"v-field/disabled": {
|
3163
3323
|
"type": "boolean",
|
3164
3324
|
"description": "Removes the ability to click or target the input"
|
3165
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
|
+
},
|
3166
3334
|
"v-field/focused": {
|
3167
3335
|
"type": "boolean",
|
3168
3336
|
"description": "Forces a focused state styling on the component."
|
3169
3337
|
},
|
3170
3338
|
"v-field/append-inner-icon": {
|
3171
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3339
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3172
3340
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
3173
3341
|
},
|
3174
3342
|
"v-field/bg-color": {
|
@@ -3180,12 +3348,12 @@
|
|
3180
3348
|
"description": "Allows for the component to be cleared"
|
3181
3349
|
},
|
3182
3350
|
"v-field/clear-icon": {
|
3183
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3351
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3184
3352
|
"description": "The icon used when the **clerable** prop is set to true"
|
3185
3353
|
},
|
3186
|
-
"v-field/
|
3187
|
-
"type": "
|
3188
|
-
"description": "
|
3354
|
+
"v-field/base-color": {
|
3355
|
+
"type": "string",
|
3356
|
+
"description": "Sets the color of the input when it is not focused"
|
3189
3357
|
},
|
3190
3358
|
"v-field/dirty": {
|
3191
3359
|
"type": "boolean",
|
@@ -3196,17 +3364,13 @@
|
|
3196
3364
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
3197
3365
|
},
|
3198
3366
|
"v-field/prepend-inner-icon": {
|
3199
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3367
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3200
3368
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
3201
3369
|
},
|
3202
3370
|
"v-field/single-line": {
|
3203
3371
|
"type": "boolean",
|
3204
3372
|
"description": "Label does not move on focus/dirty"
|
3205
3373
|
},
|
3206
|
-
"v-field/loading": {
|
3207
|
-
"type": "string | boolean",
|
3208
|
-
"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"
|
3209
|
-
},
|
3210
3374
|
"v-field-label/floating": {
|
3211
3375
|
"type": "boolean",
|
3212
3376
|
"description": "Elevates the label above the slotted content."
|
@@ -3255,6 +3419,26 @@
|
|
3255
3419
|
"type": "string",
|
3256
3420
|
"description": "Sets the DOM id on the component"
|
3257
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
|
+
},
|
3258
3442
|
"v-file-input/label": {
|
3259
3443
|
"type": "string",
|
3260
3444
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
@@ -3263,22 +3447,10 @@
|
|
3263
3447
|
"type": "boolean",
|
3264
3448
|
"description": "Changes display of selections to chips"
|
3265
3449
|
},
|
3266
|
-
"v-file-input/disabled": {
|
3267
|
-
"type": "boolean",
|
3268
|
-
"description": "Removes the ability to click or target the input"
|
3269
|
-
},
|
3270
3450
|
"v-file-input/multiple": {
|
3271
3451
|
"type": "boolean",
|
3272
3452
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
3273
3453
|
},
|
3274
|
-
"v-file-input/append-icon": {
|
3275
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3276
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3277
|
-
},
|
3278
|
-
"v-file-input/prepend-icon": {
|
3279
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3280
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3281
|
-
},
|
3282
3454
|
"v-file-input/hint": {
|
3283
3455
|
"type": "string",
|
3284
3456
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -3289,11 +3461,11 @@
|
|
3289
3461
|
},
|
3290
3462
|
"v-file-input/messages": {
|
3291
3463
|
"type": "string | string[]",
|
3292
|
-
"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"
|
3293
3465
|
},
|
3294
3466
|
"v-file-input/direction": {
|
3295
3467
|
"type": "\"horizontal\" | \"vertical\"",
|
3296
|
-
"description": "
|
3468
|
+
"description": "Changes the direction of the input"
|
3297
3469
|
},
|
3298
3470
|
"v-file-input/error-messages": {
|
3299
3471
|
"type": "string | string[]",
|
@@ -3328,7 +3500,7 @@
|
|
3328
3500
|
"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"
|
3329
3501
|
},
|
3330
3502
|
"v-file-input/append-inner-icon": {
|
3331
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3503
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3332
3504
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
3333
3505
|
},
|
3334
3506
|
"v-file-input/bg-color": {
|
@@ -3340,12 +3512,12 @@
|
|
3340
3512
|
"description": "Allows for the component to be cleared"
|
3341
3513
|
},
|
3342
3514
|
"v-file-input/clear-icon": {
|
3343
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3515
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3344
3516
|
"description": "The icon used when the **clerable** prop is set to true"
|
3345
3517
|
},
|
3346
|
-
"v-file-input/
|
3347
|
-
"type": "
|
3348
|
-
"description": "
|
3518
|
+
"v-file-input/base-color": {
|
3519
|
+
"type": "string",
|
3520
|
+
"description": "Sets the color of the input when it is not focused"
|
3349
3521
|
},
|
3350
3522
|
"v-file-input/dirty": {
|
3351
3523
|
"type": "boolean",
|
@@ -3356,17 +3528,13 @@
|
|
3356
3528
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
3357
3529
|
},
|
3358
3530
|
"v-file-input/prepend-inner-icon": {
|
3359
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3531
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3360
3532
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
3361
3533
|
},
|
3362
3534
|
"v-file-input/single-line": {
|
3363
3535
|
"type": "boolean",
|
3364
3536
|
"description": "Label does not move on focus/dirty"
|
3365
3537
|
},
|
3366
|
-
"v-file-input/loading": {
|
3367
|
-
"type": "string | boolean",
|
3368
|
-
"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"
|
3369
|
-
},
|
3370
3538
|
"v-file-input/counter": {
|
3371
3539
|
"type": "boolean",
|
3372
3540
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
@@ -3425,7 +3593,7 @@
|
|
3425
3593
|
},
|
3426
3594
|
"v-footer/app": {
|
3427
3595
|
"type": "boolean",
|
3428
|
-
"description": "
|
3596
|
+
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page"
|
3429
3597
|
},
|
3430
3598
|
"v-form/model-value": {
|
3431
3599
|
"type": "boolean",
|
@@ -3472,7 +3640,7 @@
|
|
3472
3640
|
"description": "Applies margin at the end of the component."
|
3473
3641
|
},
|
3474
3642
|
"v-icon/icon": {
|
3475
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3643
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3476
3644
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
3477
3645
|
},
|
3478
3646
|
"v-icon/tag": {
|
@@ -3491,13 +3659,37 @@
|
|
3491
3659
|
"type": "string | number",
|
3492
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**."
|
3493
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
|
+
},
|
3494
3682
|
"v-img/width": {
|
3495
3683
|
"type": "string | number",
|
3496
|
-
"description": "
|
3684
|
+
"description": "Sets the width for the component."
|
3497
3685
|
},
|
3498
3686
|
"v-img/eager": {
|
3499
3687
|
"type": "boolean",
|
3500
|
-
"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."
|
3501
3693
|
},
|
3502
3694
|
"v-img/transition": {
|
3503
3695
|
"type": "string",
|
@@ -3507,6 +3699,10 @@
|
|
3507
3699
|
"type": "{ root: any; rootMargin: any; threshold: any }",
|
3508
3700
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
3509
3701
|
},
|
3702
|
+
"v-img/inline": {
|
3703
|
+
"type": "boolean",
|
3704
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
3705
|
+
},
|
3510
3706
|
"v-img/alt": {
|
3511
3707
|
"type": "string",
|
3512
3708
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
@@ -3517,7 +3713,7 @@
|
|
3517
3713
|
},
|
3518
3714
|
"v-img/gradient": {
|
3519
3715
|
"type": "string",
|
3520
|
-
"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)."
|
3521
3717
|
},
|
3522
3718
|
"v-img/lazy-src": {
|
3523
3719
|
"type": "string",
|
@@ -3531,14 +3727,14 @@
|
|
3531
3727
|
"type": "string",
|
3532
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)."
|
3533
3729
|
},
|
3534
|
-
"v-img/aspect-ratio": {
|
3535
|
-
"type": "string | number",
|
3536
|
-
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
3537
|
-
},
|
3538
3730
|
"v-img/src": {
|
3539
3731
|
"type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
|
3540
3732
|
"description": "The image URL. This prop is mandatory."
|
3541
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
|
+
},
|
3542
3738
|
"v-infinite-scroll/height": {
|
3543
3739
|
"type": "string | number",
|
3544
3740
|
"description": "Sets the height for the component."
|
@@ -3609,23 +3805,23 @@
|
|
3609
3805
|
},
|
3610
3806
|
"v-input/id": {
|
3611
3807
|
"type": "string",
|
3612
|
-
"description": "MISSING DESCRIPTION
|
3808
|
+
"description": "MISSING DESCRIPTION"
|
3613
3809
|
},
|
3614
|
-
"v-input/
|
3615
|
-
"type": "string",
|
3616
|
-
"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`"
|
3813
|
+
},
|
3814
|
+
"v-input/append-icon": {
|
3815
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3816
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3617
3817
|
},
|
3618
3818
|
"v-input/disabled": {
|
3619
3819
|
"type": "boolean",
|
3620
3820
|
"description": "Removes the ability to click or target the component"
|
3621
3821
|
},
|
3622
|
-
"v-input/
|
3623
|
-
"type": "string
|
3624
|
-
"description": "
|
3625
|
-
},
|
3626
|
-
"v-input/prepend-icon": {
|
3627
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3628
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
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"
|
3629
3825
|
},
|
3630
3826
|
"v-input/hint": {
|
3631
3827
|
"type": "string",
|
@@ -3637,11 +3833,11 @@
|
|
3637
3833
|
},
|
3638
3834
|
"v-input/messages": {
|
3639
3835
|
"type": "string | string[]",
|
3640
|
-
"description": "
|
3836
|
+
"description": "Displays a list of messages or a single message if using a string"
|
3641
3837
|
},
|
3642
3838
|
"v-input/direction": {
|
3643
3839
|
"type": "\"horizontal\" | \"vertical\"",
|
3644
|
-
"description": "
|
3840
|
+
"description": "Changes the direction of the input"
|
3645
3841
|
},
|
3646
3842
|
"v-input/error-messages": {
|
3647
3843
|
"type": "string | string[]",
|
@@ -3703,6 +3899,10 @@
|
|
3703
3899
|
"type": "boolean",
|
3704
3900
|
"description": "Puts all children components into a disabled state"
|
3705
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
|
+
},
|
3706
3906
|
"v-item-group/multiple": {
|
3707
3907
|
"type": "boolean",
|
3708
3908
|
"description": "Allows one to select mulitple items."
|
@@ -3711,10 +3911,6 @@
|
|
3711
3911
|
"type": "number",
|
3712
3912
|
"description": "Sets a maximum number of selections that can be made."
|
3713
3913
|
},
|
3714
|
-
"v-item-group/selected-class": {
|
3715
|
-
"type": "string",
|
3716
|
-
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
3717
|
-
},
|
3718
3914
|
"v-item-group/mandatory": {
|
3719
3915
|
"type": "boolean | \"force\"",
|
3720
3916
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -3808,7 +4004,7 @@
|
|
3808
4004
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
3809
4005
|
},
|
3810
4006
|
"v-ligature-icon/icon": {
|
3811
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4007
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3812
4008
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
3813
4009
|
},
|
3814
4010
|
"v-ligature-icon/tag": {
|
@@ -3881,15 +4077,15 @@
|
|
3881
4077
|
},
|
3882
4078
|
"v-list/item-title": {
|
3883
4079
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3884
|
-
"description": "
|
4080
|
+
"description": "Property on supplied `items` that contains its title"
|
3885
4081
|
},
|
3886
4082
|
"v-list/item-value": {
|
3887
4083
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3888
|
-
"description": "
|
4084
|
+
"description": "Property on supplied `items` that contains its value"
|
3889
4085
|
},
|
3890
4086
|
"v-list/item-children": {
|
3891
4087
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
3892
|
-
"description": "
|
4088
|
+
"description": "Property on supplied `items` that contains its children"
|
3893
4089
|
},
|
3894
4090
|
"v-list/item-props": {
|
3895
4091
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -3897,12 +4093,16 @@
|
|
3897
4093
|
},
|
3898
4094
|
"v-list/return-object": {
|
3899
4095
|
"type": "boolean",
|
3900
|
-
"description": "
|
4096
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
3901
4097
|
},
|
3902
4098
|
"v-list/bg-color": {
|
3903
4099
|
"type": "string",
|
3904
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)"
|
3905
4101
|
},
|
4102
|
+
"v-list/base-color": {
|
4103
|
+
"type": "string",
|
4104
|
+
"description": "MISSING DESCRIPTION"
|
4105
|
+
},
|
3906
4106
|
"v-list/lines": {
|
3907
4107
|
"type": "false | \"one\" | \"two\" | \"three\"",
|
3908
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."
|
@@ -3959,13 +4159,17 @@
|
|
3959
4159
|
"type": "any",
|
3960
4160
|
"description": "Expands / Collapse the list-group"
|
3961
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
|
+
},
|
3962
4166
|
"v-list-group/append-icon": {
|
3963
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4167
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3964
4168
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3965
4169
|
},
|
3966
|
-
"v-list-group/
|
3967
|
-
"type": "string
|
3968
|
-
"description": "
|
4170
|
+
"v-list-group/base-color": {
|
4171
|
+
"type": "string",
|
4172
|
+
"description": "MISSING DESCRIPTION"
|
3969
4173
|
},
|
3970
4174
|
"v-list-group/active-color": {
|
3971
4175
|
"type": "string",
|
@@ -3976,11 +4180,11 @@
|
|
3976
4180
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3977
4181
|
},
|
3978
4182
|
"v-list-group/expand-icon": {
|
3979
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4183
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3980
4184
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3981
4185
|
},
|
3982
4186
|
"v-list-group/collapse-icon": {
|
3983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4187
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3984
4188
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3985
4189
|
},
|
3986
4190
|
"v-list-group/subgroup": {
|
@@ -4055,33 +4259,25 @@
|
|
4055
4259
|
"type": "any",
|
4056
4260
|
"description": "The value used for selection."
|
4057
4261
|
},
|
4058
|
-
"v-list-item/
|
4262
|
+
"v-list-item/active": {
|
4059
4263
|
"type": "boolean",
|
4060
|
-
"description": "
|
4061
|
-
},
|
4062
|
-
"v-list-item/append-icon": {
|
4063
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4064
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4264
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
4065
4265
|
},
|
4066
4266
|
"v-list-item/prepend-icon": {
|
4067
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4267
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4068
4268
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
4069
4269
|
},
|
4070
|
-
"v-list-item/
|
4071
|
-
"type": "
|
4072
|
-
"description": "
|
4073
|
-
},
|
4074
|
-
"v-list-item/lines": {
|
4075
|
-
"type": "\"one\" | \"two\" | \"three\"",
|
4076
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
4270
|
+
"v-list-item/append-icon": {
|
4271
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4272
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4077
4273
|
},
|
4078
|
-
"v-list-item/
|
4079
|
-
"type": "
|
4080
|
-
"description": "
|
4274
|
+
"v-list-item/ripple": {
|
4275
|
+
"type": "boolean",
|
4276
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4081
4277
|
},
|
4082
|
-
"v-list-item/
|
4083
|
-
"type": "
|
4084
|
-
"description": "
|
4278
|
+
"v-list-item/disabled": {
|
4279
|
+
"type": "boolean",
|
4280
|
+
"description": "Removes the ability to click or target the component"
|
4085
4281
|
},
|
4086
4282
|
"v-list-item/href": {
|
4087
4283
|
"type": "string",
|
@@ -4099,9 +4295,25 @@
|
|
4099
4295
|
"type": "unknown",
|
4100
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."
|
4101
4297
|
},
|
4102
|
-
"v-list-item/
|
4298
|
+
"v-list-item/base-color": {
|
4299
|
+
"type": "string",
|
4300
|
+
"description": "MISSING DESCRIPTION"
|
4301
|
+
},
|
4302
|
+
"v-list-item/link": {
|
4103
4303
|
"type": "boolean",
|
4104
|
-
"description": "
|
4304
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
4305
|
+
},
|
4306
|
+
"v-list-item/lines": {
|
4307
|
+
"type": "\"one\" | \"two\" | \"three\"",
|
4308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
4309
|
+
},
|
4310
|
+
"v-list-item/active-class": {
|
4311
|
+
"type": "string",
|
4312
|
+
"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"
|
4313
|
+
},
|
4314
|
+
"v-list-item/active-color": {
|
4315
|
+
"type": "string",
|
4316
|
+
"description": "The applied color when the component is in an active state"
|
4105
4317
|
},
|
4106
4318
|
"v-list-item/subtitle": {
|
4107
4319
|
"type": "string | number | boolean",
|
@@ -4115,10 +4327,6 @@
|
|
4115
4327
|
"type": "string",
|
4116
4328
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
4117
4329
|
},
|
4118
|
-
"v-list-item/link": {
|
4119
|
-
"type": "boolean",
|
4120
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
4121
|
-
},
|
4122
4330
|
"v-list-item/nav": {
|
4123
4331
|
"type": "boolean",
|
4124
4332
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
@@ -4229,7 +4437,7 @@
|
|
4229
4437
|
},
|
4230
4438
|
"v-menu/location": {
|
4231
4439
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4232
|
-
"description": "
|
4440
|
+
"description": "MISSING DESCRIPTION"
|
4233
4441
|
},
|
4234
4442
|
"v-menu/theme": {
|
4235
4443
|
"type": "string",
|
@@ -4243,6 +4451,10 @@
|
|
4243
4451
|
"type": "string",
|
4244
4452
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-menu.json))"
|
4245
4453
|
},
|
4454
|
+
"v-menu/disabled": {
|
4455
|
+
"type": "boolean",
|
4456
|
+
"description": "Removes the ability to click or target the component"
|
4457
|
+
},
|
4246
4458
|
"v-menu/eager": {
|
4247
4459
|
"type": "boolean",
|
4248
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."
|
@@ -4267,10 +4479,6 @@
|
|
4267
4479
|
"type": "any",
|
4268
4480
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
4269
4481
|
},
|
4270
|
-
"v-menu/disabled": {
|
4271
|
-
"type": "boolean",
|
4272
|
-
"description": "Removes the ability to click or target the component"
|
4273
|
-
},
|
4274
4482
|
"v-menu/no-click-animation": {
|
4275
4483
|
"type": "boolean",
|
4276
4484
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -4313,7 +4521,7 @@
|
|
4313
4521
|
},
|
4314
4522
|
"v-menu/location-strategy": {
|
4315
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>",
|
4316
|
-
"description": "
|
4524
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
4317
4525
|
},
|
4318
4526
|
"v-menu/origin": {
|
4319
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\"",
|
@@ -4321,14 +4529,14 @@
|
|
4321
4529
|
},
|
4322
4530
|
"v-menu/offset": {
|
4323
4531
|
"type": "string | number | number[]",
|
4324
|
-
"description": "
|
4532
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
4325
4533
|
},
|
4326
4534
|
"v-menu/scroll-strategy": {
|
4327
|
-
"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>",
|
4328
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))"
|
4329
4537
|
},
|
4330
4538
|
"v-menu/transition": {
|
4331
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
4539
|
+
"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>] } }",
|
4332
4540
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4333
4541
|
},
|
4334
4542
|
"v-menu/attach": {
|
@@ -4339,18 +4547,18 @@
|
|
4339
4547
|
"type": "string",
|
4340
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)"
|
4341
4549
|
},
|
4550
|
+
"v-messages/active": {
|
4551
|
+
"type": "boolean",
|
4552
|
+
"description": "Determines whether the messages are visible or not"
|
4553
|
+
},
|
4342
4554
|
"v-messages/transition": {
|
4343
|
-
"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?:
|
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 }",
|
4344
4556
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4345
4557
|
},
|
4346
4558
|
"v-messages/messages": {
|
4347
4559
|
"type": "string | string[]",
|
4348
4560
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-messages.json))"
|
4349
4561
|
},
|
4350
|
-
"v-messages/active": {
|
4351
|
-
"type": "boolean",
|
4352
|
-
"description": "Determines whether the messages are visible or not"
|
4353
|
-
},
|
4354
4562
|
"v-navigation-drawer/border": {
|
4355
4563
|
"type": "string | number | boolean",
|
4356
4564
|
"description": "Applies border styles to component."
|
@@ -4361,7 +4569,7 @@
|
|
4361
4569
|
},
|
4362
4570
|
"v-navigation-drawer/width": {
|
4363
4571
|
"type": "string | number",
|
4364
|
-
"description": "
|
4572
|
+
"description": "Sets the width for the component"
|
4365
4573
|
},
|
4366
4574
|
"v-navigation-drawer/elevation": {
|
4367
4575
|
"type": "string | number",
|
@@ -4369,7 +4577,7 @@
|
|
4369
4577
|
},
|
4370
4578
|
"v-navigation-drawer/location": {
|
4371
4579
|
"type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
|
4372
|
-
"description": "MISSING DESCRIPTION
|
4580
|
+
"description": "MISSING DESCRIPTION"
|
4373
4581
|
},
|
4374
4582
|
"v-navigation-drawer/absolute": {
|
4375
4583
|
"type": "boolean",
|
@@ -4445,7 +4653,7 @@
|
|
4445
4653
|
},
|
4446
4654
|
"v-navigation-drawer/rail-width": {
|
4447
4655
|
"type": "string | number",
|
4448
|
-
"description": "
|
4656
|
+
"description": "Sets the width for the component when `rail` is enabled."
|
4449
4657
|
},
|
4450
4658
|
"v-overlay/model-value": {
|
4451
4659
|
"type": "boolean",
|
@@ -4477,7 +4685,7 @@
|
|
4477
4685
|
},
|
4478
4686
|
"v-overlay/location": {
|
4479
4687
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4480
|
-
"description": "
|
4688
|
+
"description": "MISSING DESCRIPTION"
|
4481
4689
|
},
|
4482
4690
|
"v-overlay/absolute": {
|
4483
4691
|
"type": "boolean",
|
@@ -4491,6 +4699,10 @@
|
|
4491
4699
|
"type": "string | number",
|
4492
4700
|
"description": "The z-index used for the component"
|
4493
4701
|
},
|
4702
|
+
"v-overlay/disabled": {
|
4703
|
+
"type": "boolean",
|
4704
|
+
"description": "Removes the ability to click or target the component"
|
4705
|
+
},
|
4494
4706
|
"v-overlay/eager": {
|
4495
4707
|
"type": "boolean",
|
4496
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."
|
@@ -4515,10 +4727,6 @@
|
|
4515
4727
|
"type": "any",
|
4516
4728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
4517
4729
|
},
|
4518
|
-
"v-overlay/disabled": {
|
4519
|
-
"type": "boolean",
|
4520
|
-
"description": "Removes the ability to click or target the component"
|
4521
|
-
},
|
4522
4730
|
"v-overlay/no-click-animation": {
|
4523
4731
|
"type": "boolean",
|
4524
4732
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -4561,7 +4769,7 @@
|
|
4561
4769
|
},
|
4562
4770
|
"v-overlay/location-strategy": {
|
4563
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>",
|
4564
|
-
"description": "
|
4772
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
4565
4773
|
},
|
4566
4774
|
"v-overlay/origin": {
|
4567
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\"",
|
@@ -4569,10 +4777,10 @@
|
|
4569
4777
|
},
|
4570
4778
|
"v-overlay/offset": {
|
4571
4779
|
"type": "string | number | number[]",
|
4572
|
-
"description": "
|
4780
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
4573
4781
|
},
|
4574
4782
|
"v-overlay/scroll-strategy": {
|
4575
|
-
"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>",
|
4576
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))"
|
4577
4785
|
},
|
4578
4786
|
"v-overlay/transition": {
|
@@ -4640,11 +4848,11 @@
|
|
4640
4848
|
"description": "The applied color when the component is in an active state"
|
4641
4849
|
},
|
4642
4850
|
"v-pagination/next-icon": {
|
4643
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4851
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4644
4852
|
"description": "The icon to use for the next button"
|
4645
4853
|
},
|
4646
4854
|
"v-pagination/prev-icon": {
|
4647
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4855
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4648
4856
|
"description": "The icon to use for the prev button"
|
4649
4857
|
},
|
4650
4858
|
"v-pagination/show-first-last-page": {
|
@@ -4656,11 +4864,11 @@
|
|
4656
4864
|
"description": "Specify the total visible pagination numbers"
|
4657
4865
|
},
|
4658
4866
|
"v-pagination/first-icon": {
|
4659
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4867
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4660
4868
|
"description": "The icon to use for the first button"
|
4661
4869
|
},
|
4662
4870
|
"v-pagination/last-icon": {
|
4663
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4871
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4664
4872
|
"description": "The icon to use for the last button"
|
4665
4873
|
},
|
4666
4874
|
"v-pagination/aria-label": {
|
@@ -4749,7 +4957,7 @@
|
|
4749
4957
|
},
|
4750
4958
|
"v-progress-linear/location": {
|
4751
4959
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
4752
|
-
"description": "
|
4960
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
4753
4961
|
},
|
4754
4962
|
"v-progress-linear/absolute": {
|
4755
4963
|
"type": "boolean",
|
@@ -4771,14 +4979,14 @@
|
|
4771
4979
|
"type": "string",
|
4772
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)"
|
4773
4981
|
},
|
4774
|
-
"v-progress-linear/bg-color": {
|
4775
|
-
"type": "string",
|
4776
|
-
"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)"
|
4777
|
-
},
|
4778
4982
|
"v-progress-linear/active": {
|
4779
4983
|
"type": "boolean",
|
4780
4984
|
"description": "Reduce the height to 0, hiding component"
|
4781
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
|
+
},
|
4782
4990
|
"v-progress-linear/max": {
|
4783
4991
|
"type": "string | number",
|
4784
4992
|
"description": "Sets the maximum value the progress can reach"
|
@@ -4841,20 +5049,24 @@
|
|
4841
5049
|
},
|
4842
5050
|
"v-radio/value": {
|
4843
5051
|
"type": "any",
|
4844
|
-
"description": "MISSING DESCRIPTION
|
5052
|
+
"description": "MISSING DESCRIPTION"
|
4845
5053
|
},
|
4846
5054
|
"v-radio/id": {
|
4847
5055
|
"type": "string",
|
4848
5056
|
"description": "Sets the DOM id on the component"
|
4849
5057
|
},
|
4850
|
-
"v-radio/
|
4851
|
-
"type": "
|
4852
|
-
"description": "
|
5058
|
+
"v-radio/ripple": {
|
5059
|
+
"type": "boolean",
|
5060
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4853
5061
|
},
|
4854
5062
|
"v-radio/disabled": {
|
4855
5063
|
"type": "boolean",
|
4856
5064
|
"description": "Removes the ability to click or target the component"
|
4857
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
|
+
},
|
4858
5070
|
"v-radio/multiple": {
|
4859
5071
|
"type": "boolean",
|
4860
5072
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -4871,24 +5083,20 @@
|
|
4871
5083
|
"type": "boolean",
|
4872
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))"
|
4873
5085
|
},
|
4874
|
-
"v-radio/ripple": {
|
4875
|
-
"type": "boolean",
|
4876
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
4877
|
-
},
|
4878
5086
|
"v-radio/true-value": {
|
4879
5087
|
"type": "any",
|
4880
|
-
"description": "
|
5088
|
+
"description": "Sets value for truthy state"
|
4881
5089
|
},
|
4882
5090
|
"v-radio/false-value": {
|
4883
5091
|
"type": "any",
|
4884
|
-
"description": "
|
5092
|
+
"description": "Sets value for falsy state"
|
4885
5093
|
},
|
4886
5094
|
"v-radio/false-icon": {
|
4887
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5095
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4888
5096
|
"description": "The icon used when inactive"
|
4889
5097
|
},
|
4890
5098
|
"v-radio/true-icon": {
|
4891
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5099
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4892
5100
|
"description": "The icon used when active"
|
4893
5101
|
},
|
4894
5102
|
"v-radio-group/type": {
|
@@ -4927,26 +5135,30 @@
|
|
4927
5135
|
"type": "string",
|
4928
5136
|
"description": "Sets the DOM id on the component"
|
4929
5137
|
},
|
4930
|
-
"v-radio-group/
|
4931
|
-
"type": "string",
|
4932
|
-
"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."
|
4933
5149
|
},
|
4934
5150
|
"v-radio-group/disabled": {
|
4935
5151
|
"type": "boolean",
|
4936
5152
|
"description": "Removes the ability to click or target the component"
|
4937
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
|
+
},
|
4938
5158
|
"v-radio-group/value-comparator": {
|
4939
5159
|
"type": "(a: any, b: any) => boolean",
|
4940
5160
|
"description": "Apply a custom comparison algorithm used for values"
|
4941
5161
|
},
|
4942
|
-
"v-radio-group/append-icon": {
|
4943
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4944
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4945
|
-
},
|
4946
|
-
"v-radio-group/prepend-icon": {
|
4947
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4948
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
4949
|
-
},
|
4950
5162
|
"v-radio-group/hint": {
|
4951
5163
|
"type": "string",
|
4952
5164
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -4957,11 +5169,11 @@
|
|
4957
5169
|
},
|
4958
5170
|
"v-radio-group/messages": {
|
4959
5171
|
"type": "string | string[]",
|
4960
|
-
"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"
|
4961
5173
|
},
|
4962
5174
|
"v-radio-group/direction": {
|
4963
5175
|
"type": "\"horizontal\" | \"vertical\"",
|
4964
|
-
"description": "
|
5176
|
+
"description": "Changes the direction of the input"
|
4965
5177
|
},
|
4966
5178
|
"v-radio-group/error-messages": {
|
4967
5179
|
"type": "string | string[]",
|
@@ -4999,16 +5211,12 @@
|
|
4999
5211
|
"type": "boolean",
|
5000
5212
|
"description": "Displays radio buttons in row"
|
5001
5213
|
},
|
5002
|
-
"v-radio-group/ripple": {
|
5003
|
-
"type": "boolean",
|
5004
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5005
|
-
},
|
5006
5214
|
"v-radio-group/false-icon": {
|
5007
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5215
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5008
5216
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
5009
5217
|
},
|
5010
5218
|
"v-radio-group/true-icon": {
|
5011
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5219
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5012
5220
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
5013
5221
|
},
|
5014
5222
|
"v-range-slider/model-value": {
|
@@ -5045,23 +5253,23 @@
|
|
5045
5253
|
},
|
5046
5254
|
"v-range-slider/id": {
|
5047
5255
|
"type": "string",
|
5048
|
-
"description": "MISSING DESCRIPTION
|
5256
|
+
"description": "MISSING DESCRIPTION"
|
5049
5257
|
},
|
5050
|
-
"v-range-slider/
|
5051
|
-
"type": "string",
|
5052
|
-
"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`"
|
5261
|
+
},
|
5262
|
+
"v-range-slider/append-icon": {
|
5263
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5264
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5053
5265
|
},
|
5054
5266
|
"v-range-slider/disabled": {
|
5055
5267
|
"type": "boolean",
|
5056
5268
|
"description": "Removes the ability to click or target the component"
|
5057
5269
|
},
|
5058
|
-
"v-range-slider/
|
5059
|
-
"type": "string
|
5060
|
-
"description": "
|
5061
|
-
},
|
5062
|
-
"v-range-slider/prepend-icon": {
|
5063
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5064
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
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"
|
5065
5273
|
},
|
5066
5274
|
"v-range-slider/hint": {
|
5067
5275
|
"type": "string",
|
@@ -5073,7 +5281,7 @@
|
|
5073
5281
|
},
|
5074
5282
|
"v-range-slider/messages": {
|
5075
5283
|
"type": "string | string[]",
|
5076
|
-
"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"
|
5077
5285
|
},
|
5078
5286
|
"v-range-slider/direction": {
|
5079
5287
|
"type": "\"horizontal\" | \"vertical\"",
|
@@ -5195,6 +5403,10 @@
|
|
5195
5403
|
"type": "string | number",
|
5196
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**."
|
5197
5405
|
},
|
5406
|
+
"v-rating/ripple": {
|
5407
|
+
"type": "boolean",
|
5408
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5409
|
+
},
|
5198
5410
|
"v-rating/disabled": {
|
5199
5411
|
"type": "boolean",
|
5200
5412
|
"description": "Removes the ability to click or target the component"
|
@@ -5211,10 +5423,6 @@
|
|
5211
5423
|
"type": "string",
|
5212
5424
|
"description": "The applied color when the component is in an active state"
|
5213
5425
|
},
|
5214
|
-
"v-rating/ripple": {
|
5215
|
-
"type": "boolean",
|
5216
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5217
|
-
},
|
5218
5426
|
"v-rating/hover": {
|
5219
5427
|
"type": "boolean",
|
5220
5428
|
"description": "Provides visual feedback when hovering over icons"
|
@@ -5228,11 +5436,11 @@
|
|
5228
5436
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
|
5229
5437
|
},
|
5230
5438
|
"v-rating/empty-icon": {
|
5231
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5439
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5232
5440
|
"description": "The icon displayed when empty"
|
5233
5441
|
},
|
5234
5442
|
"v-rating/full-icon": {
|
5235
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5443
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5236
5444
|
"description": "The icon displayed when full"
|
5237
5445
|
},
|
5238
5446
|
"v-rating/item-label-position": {
|
@@ -5269,7 +5477,11 @@
|
|
5269
5477
|
},
|
5270
5478
|
"v-responsive/content-class": {
|
5271
5479
|
"type": "string",
|
5272
|
-
"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."
|
5273
5485
|
},
|
5274
5486
|
"v-responsive/aspect-ratio": {
|
5275
5487
|
"type": "string | number",
|
@@ -5531,6 +5743,26 @@
|
|
5531
5743
|
"type": "unknown[]",
|
5532
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."
|
5533
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
|
+
},
|
5534
5766
|
"v-select/label": {
|
5535
5767
|
"type": "string",
|
5536
5768
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
@@ -5541,15 +5773,15 @@
|
|
5541
5773
|
},
|
5542
5774
|
"v-select/closable-chips": {
|
5543
5775
|
"type": "boolean",
|
5544
|
-
"description": "
|
5776
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
5545
5777
|
},
|
5546
5778
|
"v-select/eager": {
|
5547
5779
|
"type": "boolean",
|
5548
|
-
"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."
|
5549
5781
|
},
|
5550
5782
|
"v-select/hide-no-data": {
|
5551
5783
|
"type": "boolean",
|
5552
|
-
"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."
|
5553
5785
|
},
|
5554
5786
|
"v-select/hide-selected": {
|
5555
5787
|
"type": "boolean",
|
@@ -5557,22 +5789,18 @@
|
|
5557
5789
|
},
|
5558
5790
|
"v-select/menu": {
|
5559
5791
|
"type": "boolean",
|
5560
|
-
"description": "
|
5792
|
+
"description": "Renders with the menu open by default"
|
5561
5793
|
},
|
5562
5794
|
"v-select/menu-icon": {
|
5563
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5564
|
-
"description": "
|
5795
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5796
|
+
"description": "Sets the the spin icon"
|
5565
5797
|
},
|
5566
5798
|
"v-select/menu-props": {
|
5567
5799
|
"type": "unknown",
|
5568
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."
|
5569
5801
|
},
|
5570
|
-
"v-select/disabled": {
|
5571
|
-
"type": "boolean",
|
5572
|
-
"description": "Removes the ability to click or target the input"
|
5573
|
-
},
|
5574
5802
|
"v-select/transition": {
|
5575
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
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>] } }",
|
5576
5804
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
5577
5805
|
},
|
5578
5806
|
"v-select/multiple": {
|
@@ -5593,7 +5821,7 @@
|
|
5593
5821
|
},
|
5594
5822
|
"v-select/item-title": {
|
5595
5823
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
5596
|
-
"description": "
|
5824
|
+
"description": "Property on supplied `items` that contains its title"
|
5597
5825
|
},
|
5598
5826
|
"v-select/item-value": {
|
5599
5827
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -5601,7 +5829,7 @@
|
|
5601
5829
|
},
|
5602
5830
|
"v-select/item-children": {
|
5603
5831
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
5604
|
-
"description": "
|
5832
|
+
"description": "Property on supplied `items` that contains its children"
|
5605
5833
|
},
|
5606
5834
|
"v-select/item-props": {
|
5607
5835
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
@@ -5629,20 +5857,12 @@
|
|
5629
5857
|
},
|
5630
5858
|
"v-select/persistent-counter": {
|
5631
5859
|
"type": "boolean",
|
5632
|
-
"description": "
|
5860
|
+
"description": "Forces counter to always be visible"
|
5633
5861
|
},
|
5634
5862
|
"v-select/suffix": {
|
5635
5863
|
"type": "string",
|
5636
5864
|
"description": "Displays suffix text"
|
5637
5865
|
},
|
5638
|
-
"v-select/append-icon": {
|
5639
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5640
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5641
|
-
},
|
5642
|
-
"v-select/prepend-icon": {
|
5643
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5644
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
5645
|
-
},
|
5646
5866
|
"v-select/hint": {
|
5647
5867
|
"type": "string",
|
5648
5868
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -5653,11 +5873,11 @@
|
|
5653
5873
|
},
|
5654
5874
|
"v-select/messages": {
|
5655
5875
|
"type": "string | string[]",
|
5656
|
-
"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"
|
5657
5877
|
},
|
5658
5878
|
"v-select/direction": {
|
5659
5879
|
"type": "\"horizontal\" | \"vertical\"",
|
5660
|
-
"description": "
|
5880
|
+
"description": "Changes the direction of the input"
|
5661
5881
|
},
|
5662
5882
|
"v-select/error-messages": {
|
5663
5883
|
"type": "string | string[]",
|
@@ -5696,40 +5916,36 @@
|
|
5696
5916
|
"description": "Allows for the component to be cleared"
|
5697
5917
|
},
|
5698
5918
|
"v-select/clear-icon": {
|
5699
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5919
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5700
5920
|
"description": "The icon used when the **clerable** prop is set to true"
|
5701
5921
|
},
|
5702
|
-
"v-select/
|
5703
|
-
"type": "
|
5704
|
-
"description": "
|
5922
|
+
"v-select/base-color": {
|
5923
|
+
"type": "string",
|
5924
|
+
"description": "Sets the color of the input when it is not focused"
|
5705
5925
|
},
|
5706
5926
|
"v-select/persistent-clear": {
|
5707
5927
|
"type": "boolean",
|
5708
5928
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
5709
5929
|
},
|
5710
5930
|
"v-select/prepend-inner-icon": {
|
5711
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5931
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5712
5932
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
5713
5933
|
},
|
5714
5934
|
"v-select/single-line": {
|
5715
5935
|
"type": "boolean",
|
5716
5936
|
"description": "Label does not move on focus/dirty"
|
5717
5937
|
},
|
5718
|
-
"v-select/loading": {
|
5719
|
-
"type": "string | boolean",
|
5720
|
-
"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"
|
5721
|
-
},
|
5722
5938
|
"v-select/counter": {
|
5723
5939
|
"type": "string | number | true",
|
5724
5940
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
5725
5941
|
},
|
5726
5942
|
"v-select/counter-value": {
|
5727
5943
|
"type": "(value: any) => number",
|
5728
|
-
"description": "
|
5944
|
+
"description": "Function returns the counter display text"
|
5729
5945
|
},
|
5730
5946
|
"v-select/model-modifiers": {
|
5731
5947
|
"type": "Record<string, boolean>",
|
5732
|
-
"description": "
|
5948
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
5733
5949
|
},
|
5734
5950
|
"v-selection-control/type": {
|
5735
5951
|
"type": "string",
|
@@ -5761,20 +5977,24 @@
|
|
5761
5977
|
},
|
5762
5978
|
"v-selection-control/value": {
|
5763
5979
|
"type": "any",
|
5764
|
-
"description": "MISSING DESCRIPTION
|
5980
|
+
"description": "MISSING DESCRIPTION"
|
5765
5981
|
},
|
5766
5982
|
"v-selection-control/id": {
|
5767
5983
|
"type": "string",
|
5768
5984
|
"description": "Sets the DOM id on the component"
|
5769
5985
|
},
|
5770
|
-
"v-selection-control/
|
5771
|
-
"type": "
|
5772
|
-
"description": "
|
5986
|
+
"v-selection-control/ripple": {
|
5987
|
+
"type": "boolean",
|
5988
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5773
5989
|
},
|
5774
5990
|
"v-selection-control/disabled": {
|
5775
5991
|
"type": "boolean",
|
5776
5992
|
"description": "Removes the ability to click or target the component"
|
5777
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
|
+
},
|
5778
5998
|
"v-selection-control/multiple": {
|
5779
5999
|
"type": "boolean",
|
5780
6000
|
"description": "Changes select to multiple. Accepts array for value"
|
@@ -5791,24 +6011,20 @@
|
|
5791
6011
|
"type": "boolean",
|
5792
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))"
|
5793
6013
|
},
|
5794
|
-
"v-selection-control/ripple": {
|
5795
|
-
"type": "boolean",
|
5796
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5797
|
-
},
|
5798
6014
|
"v-selection-control/true-value": {
|
5799
6015
|
"type": "any",
|
5800
|
-
"description": "
|
6016
|
+
"description": "Sets value for truthy state"
|
5801
6017
|
},
|
5802
6018
|
"v-selection-control/false-value": {
|
5803
6019
|
"type": "any",
|
5804
|
-
"description": "
|
6020
|
+
"description": "Sets value for falsy state"
|
5805
6021
|
},
|
5806
6022
|
"v-selection-control/false-icon": {
|
5807
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6023
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5808
6024
|
"description": "The icon used when inactive"
|
5809
6025
|
},
|
5810
6026
|
"v-selection-control/true-icon": {
|
5811
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6027
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5812
6028
|
"description": "The icon used when active"
|
5813
6029
|
},
|
5814
6030
|
"v-selection-control-group/type": {
|
@@ -5843,6 +6059,10 @@
|
|
5843
6059
|
"type": "string",
|
5844
6060
|
"description": "Sets the DOM id on the component"
|
5845
6061
|
},
|
6062
|
+
"v-selection-control-group/ripple": {
|
6063
|
+
"type": "boolean",
|
6064
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6065
|
+
},
|
5846
6066
|
"v-selection-control-group/disabled": {
|
5847
6067
|
"type": "boolean",
|
5848
6068
|
"description": "Removes the ability to click or target the component"
|
@@ -5863,16 +6083,12 @@
|
|
5863
6083
|
"type": "boolean",
|
5864
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))"
|
5865
6085
|
},
|
5866
|
-
"v-selection-control-group/ripple": {
|
5867
|
-
"type": "boolean",
|
5868
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5869
|
-
},
|
5870
6086
|
"v-selection-control-group/false-icon": {
|
5871
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6087
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5872
6088
|
"description": "The icon used when inactive"
|
5873
6089
|
},
|
5874
6090
|
"v-selection-control-group/true-icon": {
|
5875
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6091
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5876
6092
|
"description": "The icon used when active"
|
5877
6093
|
},
|
5878
6094
|
"v-selection-control-group/defaults-target": {
|
@@ -5913,7 +6129,7 @@
|
|
5913
6129
|
},
|
5914
6130
|
"v-sheet/location": {
|
5915
6131
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
5916
|
-
"description": "
|
6132
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
5917
6133
|
},
|
5918
6134
|
"v-sheet/position": {
|
5919
6135
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -5936,7 +6152,7 @@
|
|
5936
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)"
|
5937
6153
|
},
|
5938
6154
|
"v-skeleton-loader/type": {
|
5939
|
-
"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\")[]",
|
5940
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."
|
5941
6157
|
},
|
5942
6158
|
"v-skeleton-loader/height": {
|
@@ -6003,6 +6219,10 @@
|
|
6003
6219
|
"type": "boolean",
|
6004
6220
|
"description": "Puts all children components into a disabled state"
|
6005
6221
|
},
|
6222
|
+
"v-slide-group/selected-class": {
|
6223
|
+
"type": "string",
|
6224
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
6225
|
+
},
|
6006
6226
|
"v-slide-group/multiple": {
|
6007
6227
|
"type": "boolean",
|
6008
6228
|
"description": "Allows one to select mulitple items."
|
@@ -6015,20 +6235,16 @@
|
|
6015
6235
|
"type": "number",
|
6016
6236
|
"description": "Sets a maximum number of selections that can be made."
|
6017
6237
|
},
|
6018
|
-
"v-slide-group/selected-class": {
|
6019
|
-
"type": "string",
|
6020
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
6021
|
-
},
|
6022
6238
|
"v-slide-group/mandatory": {
|
6023
6239
|
"type": "boolean | \"force\"",
|
6024
6240
|
"description": "Forces at least one item to always be selected (if available)."
|
6025
6241
|
},
|
6026
6242
|
"v-slide-group/next-icon": {
|
6027
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6243
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6028
6244
|
"description": "The appended slot when arrows are shown"
|
6029
6245
|
},
|
6030
6246
|
"v-slide-group/prev-icon": {
|
6031
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6247
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6032
6248
|
"description": "The prepended slot when arrows are shown"
|
6033
6249
|
},
|
6034
6250
|
"v-slide-group/show-arrows": {
|
@@ -6181,23 +6397,23 @@
|
|
6181
6397
|
},
|
6182
6398
|
"v-slider/id": {
|
6183
6399
|
"type": "string",
|
6184
|
-
"description": "MISSING DESCRIPTION
|
6400
|
+
"description": "MISSING DESCRIPTION"
|
6185
6401
|
},
|
6186
|
-
"v-slider/
|
6187
|
-
"type": "string",
|
6188
|
-
"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`"
|
6405
|
+
},
|
6406
|
+
"v-slider/append-icon": {
|
6407
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6408
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6189
6409
|
},
|
6190
6410
|
"v-slider/disabled": {
|
6191
6411
|
"type": "boolean",
|
6192
6412
|
"description": "Removes the ability to click or target the component"
|
6193
6413
|
},
|
6194
|
-
"v-slider/
|
6195
|
-
"type": "string
|
6196
|
-
"description": "
|
6197
|
-
},
|
6198
|
-
"v-slider/prepend-icon": {
|
6199
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6200
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
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"
|
6201
6417
|
},
|
6202
6418
|
"v-slider/hint": {
|
6203
6419
|
"type": "string",
|
@@ -6209,7 +6425,7 @@
|
|
6209
6425
|
},
|
6210
6426
|
"v-slider/messages": {
|
6211
6427
|
"type": "string | string[]",
|
6212
|
-
"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"
|
6213
6429
|
},
|
6214
6430
|
"v-slider/direction": {
|
6215
6431
|
"type": "\"horizontal\" | \"vertical\"",
|
@@ -6325,7 +6541,7 @@
|
|
6325
6541
|
},
|
6326
6542
|
"v-snackbar/location": {
|
6327
6543
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
6328
|
-
"description": "
|
6544
|
+
"description": "MISSING DESCRIPTION"
|
6329
6545
|
},
|
6330
6546
|
"v-snackbar/position": {
|
6331
6547
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
@@ -6355,6 +6571,10 @@
|
|
6355
6571
|
"type": "string | number",
|
6356
6572
|
"description": "The z-index used for the component"
|
6357
6573
|
},
|
6574
|
+
"v-snackbar/disabled": {
|
6575
|
+
"type": "boolean",
|
6576
|
+
"description": "Removes the ability to click or target the component"
|
6577
|
+
},
|
6358
6578
|
"v-snackbar/eager": {
|
6359
6579
|
"type": "boolean",
|
6360
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."
|
@@ -6379,10 +6599,6 @@
|
|
6379
6599
|
"type": "any",
|
6380
6600
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
6381
6601
|
},
|
6382
|
-
"v-snackbar/disabled": {
|
6383
|
-
"type": "boolean",
|
6384
|
-
"description": "Removes the ability to click or target the component"
|
6385
|
-
},
|
6386
6602
|
"v-snackbar/activator-props": {
|
6387
6603
|
"type": "{ }",
|
6388
6604
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
@@ -6413,7 +6629,7 @@
|
|
6413
6629
|
},
|
6414
6630
|
"v-snackbar/location-strategy": {
|
6415
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>",
|
6416
|
-
"description": "
|
6632
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
6417
6633
|
},
|
6418
6634
|
"v-snackbar/origin": {
|
6419
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\"",
|
@@ -6421,7 +6637,7 @@
|
|
6421
6637
|
},
|
6422
6638
|
"v-snackbar/offset": {
|
6423
6639
|
"type": "string | number | number[]",
|
6424
|
-
"description": "
|
6640
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
6425
6641
|
},
|
6426
6642
|
"v-snackbar/transition": {
|
6427
6643
|
"type": "string",
|
@@ -6448,7 +6664,7 @@
|
|
6448
6664
|
"description": "Specify a custom tag used on the root element"
|
6449
6665
|
},
|
6450
6666
|
"v-svg-icon/icon": {
|
6451
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6667
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6452
6668
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6453
6669
|
},
|
6454
6670
|
"v-svg-icon/tag": {
|
@@ -6489,20 +6705,36 @@
|
|
6489
6705
|
},
|
6490
6706
|
"v-switch/value": {
|
6491
6707
|
"type": "any",
|
6492
|
-
"description": "
|
6708
|
+
"description": "The input's value"
|
6493
6709
|
},
|
6494
6710
|
"v-switch/id": {
|
6495
6711
|
"type": "string",
|
6496
6712
|
"description": "Sets the DOM id on the component"
|
6497
6713
|
},
|
6498
|
-
"v-switch/
|
6499
|
-
"type": "string",
|
6500
|
-
"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."
|
6501
6725
|
},
|
6502
6726
|
"v-switch/disabled": {
|
6503
6727
|
"type": "boolean",
|
6504
6728
|
"description": "Removes the ability to click or target the component"
|
6505
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
|
+
},
|
6506
6738
|
"v-switch/multiple": {
|
6507
6739
|
"type": "boolean",
|
6508
6740
|
"description": "Changes expected model to an array"
|
@@ -6511,14 +6743,6 @@
|
|
6511
6743
|
"type": "(a: any, b: any) => boolean",
|
6512
6744
|
"description": "Apply a custom comparison algorithm used for values"
|
6513
6745
|
},
|
6514
|
-
"v-switch/append-icon": {
|
6515
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6516
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6517
|
-
},
|
6518
|
-
"v-switch/prepend-icon": {
|
6519
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6520
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6521
|
-
},
|
6522
6746
|
"v-switch/hint": {
|
6523
6747
|
"type": "string",
|
6524
6748
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -6529,11 +6753,11 @@
|
|
6529
6753
|
},
|
6530
6754
|
"v-switch/messages": {
|
6531
6755
|
"type": "string | string[]",
|
6532
|
-
"description": "
|
6756
|
+
"description": "Displays a list of messages or a single message if using a string"
|
6533
6757
|
},
|
6534
6758
|
"v-switch/direction": {
|
6535
6759
|
"type": "\"horizontal\" | \"vertical\"",
|
6536
|
-
"description": "
|
6760
|
+
"description": "Changes the direction of the input"
|
6537
6761
|
},
|
6538
6762
|
"v-switch/error-messages": {
|
6539
6763
|
"type": "string | string[]",
|
@@ -6567,36 +6791,28 @@
|
|
6567
6791
|
"type": "boolean | \"auto\"",
|
6568
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"
|
6569
6793
|
},
|
6570
|
-
"v-switch/loading": {
|
6571
|
-
"type": "string | boolean",
|
6572
|
-
"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"
|
6573
|
-
},
|
6574
6794
|
"v-switch/inline": {
|
6575
6795
|
"type": "boolean",
|
6576
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))"
|
6577
6797
|
},
|
6578
|
-
"v-switch/ripple": {
|
6579
|
-
"type": "boolean",
|
6580
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6581
|
-
},
|
6582
6798
|
"v-switch/indeterminate": {
|
6583
6799
|
"type": "boolean",
|
6584
6800
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-switch.json))"
|
6585
6801
|
},
|
6586
6802
|
"v-switch/true-value": {
|
6587
6803
|
"type": "any",
|
6588
|
-
"description": "
|
6804
|
+
"description": "Sets value for truthy state"
|
6589
6805
|
},
|
6590
6806
|
"v-switch/false-value": {
|
6591
6807
|
"type": "any",
|
6592
|
-
"description": "
|
6808
|
+
"description": "Sets value for falsy state"
|
6593
6809
|
},
|
6594
6810
|
"v-switch/false-icon": {
|
6595
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6811
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6596
6812
|
"description": "The icon used when inactive"
|
6597
6813
|
},
|
6598
6814
|
"v-switch/true-icon": {
|
6599
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6815
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6600
6816
|
"description": "The icon used when active"
|
6601
6817
|
},
|
6602
6818
|
"v-switch/inset": {
|
@@ -6652,8 +6868,8 @@
|
|
6652
6868
|
"description": "Applies border styles to component."
|
6653
6869
|
},
|
6654
6870
|
"v-tab/icon": {
|
6655
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
6656
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6871
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6872
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
6657
6873
|
},
|
6658
6874
|
"v-tab/density": {
|
6659
6875
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
@@ -6719,34 +6935,34 @@
|
|
6719
6935
|
"type": "string | number",
|
6720
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**."
|
6721
6937
|
},
|
6722
|
-
"v-tab/disabled": {
|
6723
|
-
"type": "boolean",
|
6724
|
-
"description": "Removes the ability to click or target the component"
|
6725
|
-
},
|
6726
|
-
"v-tab/append-icon": {
|
6727
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6728
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6729
|
-
},
|
6730
6938
|
"v-tab/prepend-icon": {
|
6731
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6939
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6732
6940
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
6733
6941
|
},
|
6734
|
-
"v-tab/
|
6735
|
-
"type": "
|
6736
|
-
"description": "
|
6737
|
-
},
|
6738
|
-
"v-tab/loading": {
|
6739
|
-
"type": "string | boolean",
|
6740
|
-
"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"
|
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"
|
6741
6945
|
},
|
6742
6946
|
"v-tab/stacked": {
|
6743
6947
|
"type": "boolean",
|
6744
6948
|
"description": "Displays the tab as a flex-column."
|
6745
6949
|
},
|
6950
|
+
"v-tab/ripple": {
|
6951
|
+
"type": "boolean",
|
6952
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6953
|
+
},
|
6954
|
+
"v-tab/disabled": {
|
6955
|
+
"type": "boolean",
|
6956
|
+
"description": "Removes the ability to click or target the component"
|
6957
|
+
},
|
6746
6958
|
"v-tab/selected-class": {
|
6747
6959
|
"type": "string",
|
6748
6960
|
"description": "Configure the active CSS class applied when an item is selected."
|
6749
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
|
+
},
|
6750
6966
|
"v-tab/href": {
|
6751
6967
|
"type": "string",
|
6752
6968
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
@@ -6763,9 +6979,9 @@
|
|
6763
6979
|
"type": "unknown",
|
6764
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."
|
6765
6981
|
},
|
6766
|
-
"v-tab/
|
6767
|
-
"type": "
|
6768
|
-
"description": "
|
6982
|
+
"v-tab/direction": {
|
6983
|
+
"type": "\"horizontal\" | \"vertical\"",
|
6984
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
6769
6985
|
},
|
6770
6986
|
"v-tab/slider-color": {
|
6771
6987
|
"type": "string",
|
@@ -6831,10 +7047,18 @@
|
|
6831
7047
|
"type": "(string | Record<string, any>)[]",
|
6832
7048
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
|
6833
7049
|
},
|
7050
|
+
"v-tabs/stacked": {
|
7051
|
+
"type": "boolean",
|
7052
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
7053
|
+
},
|
6834
7054
|
"v-tabs/disabled": {
|
6835
7055
|
"type": "boolean",
|
6836
7056
|
"description": "Puts all children components into a disabled state"
|
6837
7057
|
},
|
7058
|
+
"v-tabs/selected-class": {
|
7059
|
+
"type": "string",
|
7060
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
7061
|
+
},
|
6838
7062
|
"v-tabs/multiple": {
|
6839
7063
|
"type": "boolean",
|
6840
7064
|
"description": "Allows one to select mulitple items."
|
@@ -6851,28 +7075,20 @@
|
|
6851
7075
|
"type": "number",
|
6852
7076
|
"description": "Sets a maximum number of selections that can be made."
|
6853
7077
|
},
|
6854
|
-
"v-tabs/stacked": {
|
6855
|
-
"type": "boolean",
|
6856
|
-
"description": "Apply the stacked prop to all children v-tab components."
|
6857
|
-
},
|
6858
7078
|
"v-tabs/grow": {
|
6859
7079
|
"type": "boolean",
|
6860
7080
|
"description": "Force `v-tab`'s to take up all available space"
|
6861
7081
|
},
|
6862
|
-
"v-tabs/selected-class": {
|
6863
|
-
"type": "string",
|
6864
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
6865
|
-
},
|
6866
7082
|
"v-tabs/mandatory": {
|
6867
7083
|
"type": "boolean | \"force\"",
|
6868
7084
|
"description": "Forces at least one item to always be selected (if available)."
|
6869
7085
|
},
|
6870
7086
|
"v-tabs/next-icon": {
|
6871
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7087
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6872
7088
|
"description": "Right pagination icon"
|
6873
7089
|
},
|
6874
7090
|
"v-tabs/prev-icon": {
|
6875
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7091
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6876
7092
|
"description": "Left pagination icon"
|
6877
7093
|
},
|
6878
7094
|
"v-tabs/show-arrows": {
|
@@ -6947,14 +7163,30 @@
|
|
6947
7163
|
"type": "string",
|
6948
7164
|
"description": "Sets the DOM id on the component"
|
6949
7165
|
},
|
6950
|
-
"v-text-field/
|
6951
|
-
"type": "
|
6952
|
-
"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"
|
6953
7177
|
},
|
6954
7178
|
"v-text-field/disabled": {
|
6955
7179
|
"type": "boolean",
|
6956
7180
|
"description": "Removes the ability to click or target the input"
|
6957
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
|
+
},
|
6958
7190
|
"v-text-field/autofocus": {
|
6959
7191
|
"type": "boolean",
|
6960
7192
|
"description": "Enables autofocus"
|
@@ -6973,20 +7205,12 @@
|
|
6973
7205
|
},
|
6974
7206
|
"v-text-field/persistent-counter": {
|
6975
7207
|
"type": "boolean",
|
6976
|
-
"description": "
|
7208
|
+
"description": "Forces counter to always be visible"
|
6977
7209
|
},
|
6978
7210
|
"v-text-field/suffix": {
|
6979
7211
|
"type": "string",
|
6980
7212
|
"description": "Displays suffix text"
|
6981
7213
|
},
|
6982
|
-
"v-text-field/append-icon": {
|
6983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6984
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6985
|
-
},
|
6986
|
-
"v-text-field/prepend-icon": {
|
6987
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6988
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
6989
|
-
},
|
6990
7214
|
"v-text-field/hint": {
|
6991
7215
|
"type": "string",
|
6992
7216
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -6997,11 +7221,11 @@
|
|
6997
7221
|
},
|
6998
7222
|
"v-text-field/messages": {
|
6999
7223
|
"type": "string | string[]",
|
7000
|
-
"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"
|
7001
7225
|
},
|
7002
7226
|
"v-text-field/direction": {
|
7003
7227
|
"type": "\"horizontal\" | \"vertical\"",
|
7004
|
-
"description": "
|
7228
|
+
"description": "Changes the direction of the input"
|
7005
7229
|
},
|
7006
7230
|
"v-text-field/error-messages": {
|
7007
7231
|
"type": "string | string[]",
|
@@ -7036,7 +7260,7 @@
|
|
7036
7260
|
"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"
|
7037
7261
|
},
|
7038
7262
|
"v-text-field/append-inner-icon": {
|
7039
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7263
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7040
7264
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
7041
7265
|
},
|
7042
7266
|
"v-text-field/bg-color": {
|
@@ -7048,12 +7272,12 @@
|
|
7048
7272
|
"description": "Allows for the component to be cleared"
|
7049
7273
|
},
|
7050
7274
|
"v-text-field/clear-icon": {
|
7051
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7275
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7052
7276
|
"description": "Applied when using **clearable** and the input is dirty"
|
7053
7277
|
},
|
7054
|
-
"v-text-field/
|
7055
|
-
"type": "
|
7056
|
-
"description": "
|
7278
|
+
"v-text-field/base-color": {
|
7279
|
+
"type": "string",
|
7280
|
+
"description": "Sets the color of the input when it is not focused"
|
7057
7281
|
},
|
7058
7282
|
"v-text-field/dirty": {
|
7059
7283
|
"type": "boolean",
|
@@ -7064,28 +7288,24 @@
|
|
7064
7288
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
7065
7289
|
},
|
7066
7290
|
"v-text-field/prepend-inner-icon": {
|
7067
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7291
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7068
7292
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
7069
7293
|
},
|
7070
7294
|
"v-text-field/single-line": {
|
7071
7295
|
"type": "boolean",
|
7072
7296
|
"description": "Label does not move on focus/dirty"
|
7073
7297
|
},
|
7074
|
-
"v-text-field/loading": {
|
7075
|
-
"type": "string | boolean",
|
7076
|
-
"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"
|
7077
|
-
},
|
7078
7298
|
"v-text-field/counter": {
|
7079
7299
|
"type": "string | number | true",
|
7080
7300
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
7081
7301
|
},
|
7082
7302
|
"v-text-field/counter-value": {
|
7083
7303
|
"type": "(value: any) => number",
|
7084
|
-
"description": "
|
7304
|
+
"description": "Function returns the counter display text"
|
7085
7305
|
},
|
7086
7306
|
"v-text-field/model-modifiers": {
|
7087
7307
|
"type": "Record<string, boolean>",
|
7088
|
-
"description": "
|
7308
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7089
7309
|
},
|
7090
7310
|
"v-textarea/flat": {
|
7091
7311
|
"type": "boolean",
|
@@ -7131,14 +7351,30 @@
|
|
7131
7351
|
"type": "string",
|
7132
7352
|
"description": "Sets the DOM id on the component"
|
7133
7353
|
},
|
7134
|
-
"v-textarea/
|
7135
|
-
"type": "
|
7136
|
-
"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"
|
7137
7365
|
},
|
7138
7366
|
"v-textarea/disabled": {
|
7139
7367
|
"type": "boolean",
|
7140
7368
|
"description": "Removes the ability to click or target the input"
|
7141
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
|
+
},
|
7142
7378
|
"v-textarea/autofocus": {
|
7143
7379
|
"type": "boolean",
|
7144
7380
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
@@ -7157,20 +7393,12 @@
|
|
7157
7393
|
},
|
7158
7394
|
"v-textarea/persistent-counter": {
|
7159
7395
|
"type": "boolean",
|
7160
|
-
"description": "
|
7396
|
+
"description": "Forces counter to always be visible"
|
7161
7397
|
},
|
7162
7398
|
"v-textarea/suffix": {
|
7163
7399
|
"type": "string",
|
7164
7400
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
7165
7401
|
},
|
7166
|
-
"v-textarea/append-icon": {
|
7167
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7168
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
7169
|
-
},
|
7170
|
-
"v-textarea/prepend-icon": {
|
7171
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7172
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
7173
|
-
},
|
7174
7402
|
"v-textarea/hint": {
|
7175
7403
|
"type": "string",
|
7176
7404
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
@@ -7181,11 +7409,11 @@
|
|
7181
7409
|
},
|
7182
7410
|
"v-textarea/messages": {
|
7183
7411
|
"type": "string | string[]",
|
7184
|
-
"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"
|
7185
7413
|
},
|
7186
7414
|
"v-textarea/direction": {
|
7187
7415
|
"type": "\"horizontal\" | \"vertical\"",
|
7188
|
-
"description": "
|
7416
|
+
"description": "Changes the direction of the input"
|
7189
7417
|
},
|
7190
7418
|
"v-textarea/error-messages": {
|
7191
7419
|
"type": "string | string[]",
|
@@ -7220,7 +7448,7 @@
|
|
7220
7448
|
"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"
|
7221
7449
|
},
|
7222
7450
|
"v-textarea/append-inner-icon": {
|
7223
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7451
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7224
7452
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
7225
7453
|
},
|
7226
7454
|
"v-textarea/bg-color": {
|
@@ -7232,12 +7460,12 @@
|
|
7232
7460
|
"description": "Allows for the component to be cleared"
|
7233
7461
|
},
|
7234
7462
|
"v-textarea/clear-icon": {
|
7235
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7463
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7236
7464
|
"description": "The icon used when the **clerable** prop is set to true"
|
7237
7465
|
},
|
7238
|
-
"v-textarea/
|
7239
|
-
"type": "
|
7240
|
-
"description": "
|
7466
|
+
"v-textarea/base-color": {
|
7467
|
+
"type": "string",
|
7468
|
+
"description": "Sets the color of the input when it is not focused"
|
7241
7469
|
},
|
7242
7470
|
"v-textarea/dirty": {
|
7243
7471
|
"type": "boolean",
|
@@ -7248,28 +7476,24 @@
|
|
7248
7476
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
7249
7477
|
},
|
7250
7478
|
"v-textarea/prepend-inner-icon": {
|
7251
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7479
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7252
7480
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
7253
7481
|
},
|
7254
7482
|
"v-textarea/single-line": {
|
7255
7483
|
"type": "boolean",
|
7256
7484
|
"description": "Label does not move on focus/dirty"
|
7257
7485
|
},
|
7258
|
-
"v-textarea/loading": {
|
7259
|
-
"type": "string | boolean",
|
7260
|
-
"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"
|
7261
|
-
},
|
7262
7486
|
"v-textarea/counter": {
|
7263
7487
|
"type": "string | number | true",
|
7264
|
-
"description": "
|
7488
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
7265
7489
|
},
|
7266
7490
|
"v-textarea/counter-value": {
|
7267
7491
|
"type": "(value: any) => number",
|
7268
|
-
"description": "MISSING DESCRIPTION
|
7492
|
+
"description": "MISSING DESCRIPTION"
|
7269
7493
|
},
|
7270
7494
|
"v-textarea/model-modifiers": {
|
7271
7495
|
"type": "Record<string, boolean>",
|
7272
|
-
"description": "
|
7496
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7273
7497
|
},
|
7274
7498
|
"v-textarea/auto-grow": {
|
7275
7499
|
"type": "boolean",
|
@@ -7344,7 +7568,7 @@
|
|
7344
7568
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
|
7345
7569
|
},
|
7346
7570
|
"v-timeline-item/icon": {
|
7347
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7571
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7348
7572
|
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
7349
7573
|
},
|
7350
7574
|
"v-timeline-item/density": {
|
@@ -7529,7 +7753,7 @@
|
|
7529
7753
|
},
|
7530
7754
|
"v-tooltip/location": {
|
7531
7755
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
7532
|
-
"description": "
|
7756
|
+
"description": "MISSING DESCRIPTION"
|
7533
7757
|
},
|
7534
7758
|
"v-tooltip/theme": {
|
7535
7759
|
"type": "string",
|
@@ -7543,6 +7767,10 @@
|
|
7543
7767
|
"type": "string",
|
7544
7768
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
|
7545
7769
|
},
|
7770
|
+
"v-tooltip/disabled": {
|
7771
|
+
"type": "boolean",
|
7772
|
+
"description": "Removes the ability to click or target the component"
|
7773
|
+
},
|
7546
7774
|
"v-tooltip/eager": {
|
7547
7775
|
"type": "boolean",
|
7548
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."
|
@@ -7567,10 +7795,6 @@
|
|
7567
7795
|
"type": "any",
|
7568
7796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
7569
7797
|
},
|
7570
|
-
"v-tooltip/disabled": {
|
7571
|
-
"type": "boolean",
|
7572
|
-
"description": "Removes the ability to click or target the component"
|
7573
|
-
},
|
7574
7798
|
"v-tooltip/no-click-animation": {
|
7575
7799
|
"type": "boolean",
|
7576
7800
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
@@ -7609,7 +7833,7 @@
|
|
7609
7833
|
},
|
7610
7834
|
"v-tooltip/location-strategy": {
|
7611
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>",
|
7612
|
-
"description": "
|
7836
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
7613
7837
|
},
|
7614
7838
|
"v-tooltip/origin": {
|
7615
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\"",
|
@@ -7617,10 +7841,10 @@
|
|
7617
7841
|
},
|
7618
7842
|
"v-tooltip/offset": {
|
7619
7843
|
"type": "string | number | number[]",
|
7620
|
-
"description": "
|
7844
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
7621
7845
|
},
|
7622
7846
|
"v-tooltip/scroll-strategy": {
|
7623
|
-
"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>",
|
7624
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))"
|
7625
7849
|
},
|
7626
7850
|
"v-tooltip/transition": {
|
@@ -7643,14 +7867,14 @@
|
|
7643
7867
|
"type": "string",
|
7644
7868
|
"description": "Sets the component's name attribute."
|
7645
7869
|
},
|
7646
|
-
"v-validation/label": {
|
7647
|
-
"type": "string",
|
7648
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
7649
|
-
},
|
7650
7870
|
"v-validation/disabled": {
|
7651
7871
|
"type": "boolean",
|
7652
7872
|
"description": "Removes the ability to click or target the component"
|
7653
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
|
+
},
|
7654
7878
|
"v-validation/error-messages": {
|
7655
7879
|
"type": "string | string[]",
|
7656
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"
|
@@ -7707,10 +7931,6 @@
|
|
7707
7931
|
"type": "unknown[]",
|
7708
7932
|
"description": "The array of items to display"
|
7709
7933
|
},
|
7710
|
-
"v-virtual-scroll/visible-items": {
|
7711
|
-
"type": "string | number",
|
7712
|
-
"description": "MISSING DESCRIPTION"
|
7713
|
-
},
|
7714
7934
|
"v-virtual-scroll/item-height": {
|
7715
7935
|
"type": "string | number",
|
7716
7936
|
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
|
@@ -7735,14 +7955,14 @@
|
|
7735
7955
|
"type": "boolean",
|
7736
7956
|
"description": "Removes the ability to click or target the component"
|
7737
7957
|
},
|
7738
|
-
"v-window/direction": {
|
7739
|
-
"type": "string",
|
7740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
7741
|
-
},
|
7742
7958
|
"v-window/selected-class": {
|
7743
7959
|
"type": "string",
|
7744
7960
|
"description": "Configure the active CSS class applied when an item is selected."
|
7745
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
|
+
},
|
7746
7966
|
"v-window/mandatory": {
|
7747
7967
|
"type": "\"force\"",
|
7748
7968
|
"description": "Forces at least one item to always be selected (if available)."
|
@@ -7752,11 +7972,11 @@
|
|
7752
7972
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
7753
7973
|
},
|
7754
7974
|
"v-window/next-icon": {
|
7755
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7975
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7756
7976
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
7757
7977
|
},
|
7758
7978
|
"v-window/prev-icon": {
|
7759
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7979
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7760
7980
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
7761
7981
|
},
|
7762
7982
|
"v-window/show-arrows": {
|
@@ -7771,22 +7991,22 @@
|
|
7771
7991
|
"type": "any",
|
7772
7992
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
7773
7993
|
},
|
7774
|
-
"v-window-item/eager": {
|
7775
|
-
"type": "boolean",
|
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."
|
7777
|
-
},
|
7778
7994
|
"v-window-item/disabled": {
|
7779
7995
|
"type": "boolean",
|
7780
7996
|
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
7781
7997
|
},
|
7782
|
-
"v-window-item/transition": {
|
7783
|
-
"type": "string | boolean",
|
7784
|
-
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7785
|
-
},
|
7786
7998
|
"v-window-item/selected-class": {
|
7787
7999
|
"type": "string",
|
7788
8000
|
"description": "Configure the active CSS class applied when an item is selected."
|
7789
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
|
+
},
|
7790
8010
|
"v-window-item/reverse-transition": {
|
7791
8011
|
"type": "string | boolean",
|
7792
8012
|
"description": "Sets the reverse transition"
|