@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230512.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 +6 -14
- package/dist/json/attributes.json +564 -256
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +80 -2
- package/dist/json/web-types.json +2399 -606
- package/dist/vuetify-labs.css +45 -42
- package/dist/vuetify-labs.d.ts +26350 -24518
- package/dist/vuetify-labs.esm.js +2485 -2382
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2485 -2382
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -8
- package/dist/vuetify.d.ts +23046 -23682
- package/dist/vuetify.esm.js +1865 -1748
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1865 -1748
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +658 -658
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -3
- package/lib/blueprints/md1.d.mts +1 -3
- package/lib/blueprints/md2.d.mts +1 -3
- package/lib/blueprints/md3.d.mts +1 -3
- package/lib/components/VAlert/VAlert.mjs +48 -48
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +228 -71
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +65 -19
- package/lib/components/VAppBar/VAppBar.mjs +23 -22
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +314 -123
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.mts +1264 -2467
- package/lib/components/VAvatar/index.d.mts +70 -30
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +86 -42
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +227 -65
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +78 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +311 -208
- package/lib/components/VBtn/index.d.mts +112 -53
- package/lib/components/VBtnGroup/index.d.mts +69 -27
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +73 -35
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +764 -368
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +600 -103
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +304 -125
- package/lib/components/VChip/VChip.css +7 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -0
- package/lib/components/VChip/index.d.mts +318 -90
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +204 -53
- package/lib/components/VCode/index.d.mts +63 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +74 -85
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +39 -42
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1264 -2488
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +113 -1817
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +67 -20
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +551 -1401
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +66 -21
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +317 -125
- package/lib/components/VField/VField.mjs +7 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +310 -230
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +760 -320
- package/lib/components/VFooter/VFooter.mjs +21 -20
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +70 -29
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +568 -52
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +274 -100
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +93 -37
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +292 -81
- package/lib/components/VImg/VImg.mjs +34 -33
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +118 -53
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +137 -50
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +414 -111
- package/lib/components/VKbd/index.d.mts +63 -17
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +64 -18
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +131 -42
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +67 -27
- package/lib/components/VList/VList.mjs +37 -36
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -12
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +44 -43
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1069 -617
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +65 -19
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +64 -19
- package/lib/components/VMenu/VMenu.mjs +21 -20
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +479 -1327
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +88 -1799
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +115 -60
- package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +120 -75
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +84 -83
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +203 -130
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +91 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +125 -45
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +97 -57
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +121 -51
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +189 -76
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +192 -80
- package/lib/components/VRating/VRating.mjs +49 -45
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +94 -54
- package/lib/components/VResponsive/index.d.mts +73 -18
- package/lib/components/VSelect/VSelect.mjs +22 -21
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1192 -3713
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +212 -194
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +66 -21
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +181 -64
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +194 -81
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +444 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/index.d.mts +206 -86
- package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +69 -27
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +95 -26
- package/lib/components/VTabs/VTab.mjs +19 -19
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +175 -115
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1254 -770
- package/lib/components/VTextarea/VTextarea.mjs +32 -28
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +683 -313
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +65 -20
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +163 -62
- package/lib/components/VToolbar/VToolbar.mjs +8 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +265 -82
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +442 -297
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +358 -50
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +110 -82
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +18 -17
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +204 -75
- package/lib/components/index.d.mts +23230 -23871
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +1207 -472
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -5
- package/lib/labs/VDataTable/VDataTable.mjs +54 -66
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +2974 -631
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
- package/lib/labs/components.d.mts +3188 -708
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +1 -3
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -7,18 +7,6 @@
|
|
7
7
|
"type": "string",
|
8
8
|
"description": "Specify content text for the component."
|
9
9
|
},
|
10
|
-
"v-alert/border-color": {
|
11
|
-
"type": "string",
|
12
|
-
"description": "Specifies the color of the border. Accepts any color value."
|
13
|
-
},
|
14
|
-
"v-alert/closable": {
|
15
|
-
"type": "boolean",
|
16
|
-
"description": "Adds a close icon that can hide the alert."
|
17
|
-
},
|
18
|
-
"v-alert/prominent": {
|
19
|
-
"type": "boolean",
|
20
|
-
"description": "Displays a larger vertically centered icon to draw more attention."
|
21
|
-
},
|
22
10
|
"v-alert/border": {
|
23
11
|
"type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\"",
|
24
12
|
"description": "Adds a colored border to the component."
|
@@ -27,6 +15,14 @@
|
|
27
15
|
"type": "\"success\" | \"info\" | \"warning\" | \"error\"",
|
28
16
|
"description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
|
29
17
|
},
|
18
|
+
"v-alert/border-color": {
|
19
|
+
"type": "string",
|
20
|
+
"description": "Specifies the color of the border. Accepts any color value."
|
21
|
+
},
|
22
|
+
"v-alert/closable": {
|
23
|
+
"type": "boolean",
|
24
|
+
"description": "Adds a close icon that can hide the alert."
|
25
|
+
},
|
30
26
|
"v-alert/close-icon": {
|
31
27
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
32
28
|
"description": "Change the default icon used for **closable** alerts."
|
@@ -43,6 +39,10 @@
|
|
43
39
|
"type": "boolean",
|
44
40
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
45
41
|
},
|
42
|
+
"v-alert/prominent": {
|
43
|
+
"type": "boolean",
|
44
|
+
"description": "Displays a larger vertically centered icon to draw more attention."
|
45
|
+
},
|
46
46
|
"v-alert/density": {
|
47
47
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
48
48
|
"description": "Adjusts the vertical height used by the component."
|
@@ -408,8 +408,8 @@
|
|
408
408
|
"description": "Sets the DOM id on the component"
|
409
409
|
},
|
410
410
|
"v-autocomplete/items": {
|
411
|
-
"type": "
|
412
|
-
"description": "
|
411
|
+
"type": "any[]",
|
412
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
413
413
|
},
|
414
414
|
"v-autocomplete/active": {
|
415
415
|
"type": "boolean",
|
@@ -461,11 +461,11 @@
|
|
461
461
|
},
|
462
462
|
"v-autocomplete/chips": {
|
463
463
|
"type": "boolean",
|
464
|
-
"description": "
|
464
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
465
465
|
},
|
466
466
|
"v-autocomplete/closable-chips": {
|
467
467
|
"type": "boolean",
|
468
|
-
"description": "
|
468
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
469
469
|
},
|
470
470
|
"v-autocomplete/eager": {
|
471
471
|
"type": "boolean",
|
@@ -477,7 +477,7 @@
|
|
477
477
|
},
|
478
478
|
"v-autocomplete/hide-selected": {
|
479
479
|
"type": "boolean",
|
480
|
-
"description": "
|
480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
481
481
|
},
|
482
482
|
"v-autocomplete/menu": {
|
483
483
|
"type": "boolean",
|
@@ -489,7 +489,7 @@
|
|
489
489
|
},
|
490
490
|
"v-autocomplete/menu-props": {
|
491
491
|
"type": "unknown",
|
492
|
-
"description": "
|
492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
493
493
|
},
|
494
494
|
"v-autocomplete/transition": {
|
495
495
|
"type": "string | boolean",
|
@@ -497,7 +497,7 @@
|
|
497
497
|
},
|
498
498
|
"v-autocomplete/multiple": {
|
499
499
|
"type": "boolean",
|
500
|
-
"description": "
|
500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
501
501
|
},
|
502
502
|
"v-autocomplete/no-data-text": {
|
503
503
|
"type": "string",
|
@@ -505,7 +505,7 @@
|
|
505
505
|
},
|
506
506
|
"v-autocomplete/open-on-clear": {
|
507
507
|
"type": "boolean",
|
508
|
-
"description": "
|
508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
509
509
|
},
|
510
510
|
"v-autocomplete/value-comparator": {
|
511
511
|
"type": "(a: any, b: any) => boolean",
|
@@ -727,6 +727,10 @@
|
|
727
727
|
"type": "boolean",
|
728
728
|
"description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
|
729
729
|
},
|
730
|
+
"v-badge/content": {
|
731
|
+
"type": "string | number",
|
732
|
+
"description": "Text content to show in the badge."
|
733
|
+
},
|
730
734
|
"v-badge/dot": {
|
731
735
|
"type": "boolean",
|
732
736
|
"description": "Reduce the size of the badge and hide its contents."
|
@@ -735,14 +739,6 @@
|
|
735
739
|
"type": "boolean",
|
736
740
|
"description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop."
|
737
741
|
},
|
738
|
-
"v-badge/text-color": {
|
739
|
-
"type": "string",
|
740
|
-
"description": "Applies a specified color to the control text - 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)"
|
741
|
-
},
|
742
|
-
"v-badge/content": {
|
743
|
-
"type": "string | number",
|
744
|
-
"description": "Text content to show in the badge."
|
745
|
-
},
|
746
742
|
"v-badge/max": {
|
747
743
|
"type": "string | number",
|
748
744
|
"description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
|
@@ -755,6 +751,10 @@
|
|
755
751
|
"type": "string | number",
|
756
752
|
"description": "Offset the badge on the y-axis."
|
757
753
|
},
|
754
|
+
"v-badge/text-color": {
|
755
|
+
"type": "string",
|
756
|
+
"description": "Applies a specified color to the control text - 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)"
|
757
|
+
},
|
758
758
|
"v-banner/text": {
|
759
759
|
"type": "string",
|
760
760
|
"description": "Specify content text for the component."
|
@@ -979,6 +979,10 @@
|
|
979
979
|
"type": "string",
|
980
980
|
"description": "The applied color when the component is in an active state"
|
981
981
|
},
|
982
|
+
"v-breadcrumbs-divider/divider": {
|
983
|
+
"type": "string | number",
|
984
|
+
"description": "Specifies the dividing character between items."
|
985
|
+
},
|
982
986
|
"v-breadcrumbs-item/title": {
|
983
987
|
"type": "string",
|
984
988
|
"description": "Specify a title text for the component."
|
@@ -1468,8 +1472,8 @@
|
|
1468
1472
|
"description": "Configure the active CSS class applied when an item is selected."
|
1469
1473
|
},
|
1470
1474
|
"v-carousel/direction": {
|
1471
|
-
"type": "
|
1472
|
-
"description": "
|
1475
|
+
"type": "\"horizontal\" | \"vertical\"",
|
1476
|
+
"description": "The transition direction when changing windows."
|
1473
1477
|
},
|
1474
1478
|
"v-carousel/mandatory": {
|
1475
1479
|
"type": "\"force\"",
|
@@ -1479,6 +1483,10 @@
|
|
1479
1483
|
"type": "boolean",
|
1480
1484
|
"description": "Determines if the carousel should cycle through images."
|
1481
1485
|
},
|
1486
|
+
"v-carousel/delimiter-icon": {
|
1487
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1488
|
+
"description": "Sets icon for carousel delimiter"
|
1489
|
+
},
|
1482
1490
|
"v-carousel/hide-delimiters": {
|
1483
1491
|
"type": "boolean",
|
1484
1492
|
"description": "Hides the carousel's bottom delimiters."
|
@@ -1487,10 +1495,6 @@
|
|
1487
1495
|
"type": "boolean",
|
1488
1496
|
"description": "Hides the bottom delimiter background."
|
1489
1497
|
},
|
1490
|
-
"v-carousel/delimiter-icon": {
|
1491
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1492
|
-
"description": "Sets icon for carousel delimiter"
|
1493
|
-
},
|
1494
1498
|
"v-carousel/interval": {
|
1495
1499
|
"type": "string | number",
|
1496
1500
|
"description": "The duration between image cycles. Requires the **cycle** prop."
|
@@ -1523,13 +1527,101 @@
|
|
1523
1527
|
"type": "boolean | \"left\" | \"right\"",
|
1524
1528
|
"description": "Displays carousel delimiters vertically."
|
1525
1529
|
},
|
1530
|
+
"v-carousel-item/height": {
|
1531
|
+
"type": "string | number",
|
1532
|
+
"description": "Sets the height for the component."
|
1533
|
+
},
|
1534
|
+
"v-carousel-item/max-height": {
|
1535
|
+
"type": "string | number",
|
1536
|
+
"description": "Sets the maximum height for the component."
|
1537
|
+
},
|
1538
|
+
"v-carousel-item/max-width": {
|
1539
|
+
"type": "string | number",
|
1540
|
+
"description": "Sets the maximum width for the component."
|
1541
|
+
},
|
1542
|
+
"v-carousel-item/min-height": {
|
1543
|
+
"type": "string | number",
|
1544
|
+
"description": "Sets the minimum height for the component."
|
1545
|
+
},
|
1546
|
+
"v-carousel-item/min-width": {
|
1547
|
+
"type": "string | number",
|
1548
|
+
"description": "Sets the minimum width for the component."
|
1549
|
+
},
|
1550
|
+
"v-carousel-item/width": {
|
1551
|
+
"type": "string | number",
|
1552
|
+
"description": "Sets the width for the component."
|
1553
|
+
},
|
1526
1554
|
"v-carousel-item/value": {
|
1527
1555
|
"type": "any",
|
1528
|
-
"description": "
|
1556
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
1557
|
+
},
|
1558
|
+
"v-carousel-item/disabled": {
|
1559
|
+
"type": "boolean",
|
1560
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
1561
|
+
},
|
1562
|
+
"v-carousel-item/selected-class": {
|
1563
|
+
"type": "string",
|
1564
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
1565
|
+
},
|
1566
|
+
"v-carousel-item/eager": {
|
1567
|
+
"type": "boolean",
|
1568
|
+
"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."
|
1569
|
+
},
|
1570
|
+
"v-carousel-item/content-class": {
|
1571
|
+
"type": "string",
|
1572
|
+
"description": "Apply a custom class to the internal content element."
|
1573
|
+
},
|
1574
|
+
"v-carousel-item/transition": {
|
1575
|
+
"type": "string | boolean",
|
1576
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
1577
|
+
},
|
1578
|
+
"v-carousel-item/options": {
|
1579
|
+
"type": "{ root: any; rootMargin: any; threshold: any }",
|
1580
|
+
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
1581
|
+
},
|
1582
|
+
"v-carousel-item/inline": {
|
1583
|
+
"type": "boolean",
|
1584
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
1585
|
+
},
|
1586
|
+
"v-carousel-item/alt": {
|
1587
|
+
"type": "string",
|
1588
|
+
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
1589
|
+
},
|
1590
|
+
"v-carousel-item/cover": {
|
1591
|
+
"type": "boolean",
|
1592
|
+
"description": "Resizes the background image to cover the entire container."
|
1593
|
+
},
|
1594
|
+
"v-carousel-item/gradient": {
|
1595
|
+
"type": "string",
|
1596
|
+
"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)."
|
1597
|
+
},
|
1598
|
+
"v-carousel-item/lazy-src": {
|
1599
|
+
"type": "string",
|
1600
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
|
1601
|
+
},
|
1602
|
+
"v-carousel-item/sizes": {
|
1603
|
+
"type": "string",
|
1604
|
+
"description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
|
1605
|
+
},
|
1606
|
+
"v-carousel-item/src": {
|
1607
|
+
"type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
|
1608
|
+
"description": "The image URL. This prop is mandatory."
|
1609
|
+
},
|
1610
|
+
"v-carousel-item/srcset": {
|
1611
|
+
"type": "string",
|
1612
|
+
"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)."
|
1613
|
+
},
|
1614
|
+
"v-carousel-item/aspect-ratio": {
|
1615
|
+
"type": "string | number",
|
1616
|
+
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content"
|
1617
|
+
},
|
1618
|
+
"v-carousel-item/reverse-transition": {
|
1619
|
+
"type": "string | boolean",
|
1620
|
+
"description": "Sets the reverse transition"
|
1529
1621
|
},
|
1530
1622
|
"v-checkbox/type": {
|
1531
1623
|
"type": "string",
|
1532
|
-
"description": "MISSING DESCRIPTION
|
1624
|
+
"description": "MISSING DESCRIPTION"
|
1533
1625
|
},
|
1534
1626
|
"v-checkbox/model-value": {
|
1535
1627
|
"type": "any",
|
@@ -1557,11 +1649,11 @@
|
|
1557
1649
|
},
|
1558
1650
|
"v-checkbox/value": {
|
1559
1651
|
"type": "any",
|
1560
|
-
"description": "The
|
1652
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
1561
1653
|
},
|
1562
1654
|
"v-checkbox/id": {
|
1563
1655
|
"type": "string",
|
1564
|
-
"description": "
|
1656
|
+
"description": "MISSING DESCRIPTION"
|
1565
1657
|
},
|
1566
1658
|
"v-checkbox/prepend-icon": {
|
1567
1659
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
@@ -1655,6 +1747,10 @@
|
|
1655
1747
|
"type": "any",
|
1656
1748
|
"description": "Sets value for falsy state"
|
1657
1749
|
},
|
1750
|
+
"v-checkbox/defaults-target": {
|
1751
|
+
"type": "string",
|
1752
|
+
"description": "MISSING DESCRIPTION"
|
1753
|
+
},
|
1658
1754
|
"v-checkbox/false-icon": {
|
1659
1755
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1660
1756
|
"description": "The icon used when inactive"
|
@@ -1665,7 +1761,7 @@
|
|
1665
1761
|
},
|
1666
1762
|
"v-checkbox-btn/type": {
|
1667
1763
|
"type": "string",
|
1668
|
-
"description": "MISSING DESCRIPTION
|
1764
|
+
"description": "MISSING DESCRIPTION"
|
1669
1765
|
},
|
1670
1766
|
"v-checkbox-btn/model-value": {
|
1671
1767
|
"type": "any",
|
@@ -1673,7 +1769,7 @@
|
|
1673
1769
|
},
|
1674
1770
|
"v-checkbox-btn/error": {
|
1675
1771
|
"type": "boolean",
|
1676
|
-
"description": "
|
1772
|
+
"description": "MISSING DESCRIPTION"
|
1677
1773
|
},
|
1678
1774
|
"v-checkbox-btn/density": {
|
1679
1775
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
@@ -1693,11 +1789,11 @@
|
|
1693
1789
|
},
|
1694
1790
|
"v-checkbox-btn/value": {
|
1695
1791
|
"type": "any",
|
1696
|
-
"description": "
|
1792
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
1697
1793
|
},
|
1698
1794
|
"v-checkbox-btn/id": {
|
1699
1795
|
"type": "string",
|
1700
|
-
"description": "
|
1796
|
+
"description": "MISSING DESCRIPTION"
|
1701
1797
|
},
|
1702
1798
|
"v-checkbox-btn/ripple": {
|
1703
1799
|
"type": "boolean",
|
@@ -1713,7 +1809,7 @@
|
|
1713
1809
|
},
|
1714
1810
|
"v-checkbox-btn/multiple": {
|
1715
1811
|
"type": "boolean",
|
1716
|
-
"description": "
|
1812
|
+
"description": "MISSING DESCRIPTION"
|
1717
1813
|
},
|
1718
1814
|
"v-checkbox-btn/value-comparator": {
|
1719
1815
|
"type": "(a: any, b: any) => boolean",
|
@@ -1721,19 +1817,19 @@
|
|
1721
1817
|
},
|
1722
1818
|
"v-checkbox-btn/readonly": {
|
1723
1819
|
"type": "boolean",
|
1724
|
-
"description": "
|
1820
|
+
"description": "MISSING DESCRIPTION"
|
1725
1821
|
},
|
1726
1822
|
"v-checkbox-btn/inline": {
|
1727
1823
|
"type": "boolean",
|
1728
|
-
"description": "MISSING DESCRIPTION
|
1824
|
+
"description": "MISSING DESCRIPTION"
|
1729
1825
|
},
|
1730
1826
|
"v-checkbox-btn/indeterminate": {
|
1731
1827
|
"type": "boolean",
|
1732
|
-
"description": "
|
1828
|
+
"description": "Puts the control in an indeterminate state. Used with the [indeterminate-icon](#props-indeterminate-icon) property."
|
1733
1829
|
},
|
1734
1830
|
"v-checkbox-btn/indeterminate-icon": {
|
1735
1831
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1736
|
-
"description": "
|
1832
|
+
"description": "Icon used when the component is in an indeterminate state."
|
1737
1833
|
},
|
1738
1834
|
"v-checkbox-btn/true-value": {
|
1739
1835
|
"type": "any",
|
@@ -1743,13 +1839,17 @@
|
|
1743
1839
|
"type": "any",
|
1744
1840
|
"description": "Sets value for falsy state"
|
1745
1841
|
},
|
1842
|
+
"v-checkbox-btn/defaults-target": {
|
1843
|
+
"type": "string",
|
1844
|
+
"description": "MISSING DESCRIPTION"
|
1845
|
+
},
|
1746
1846
|
"v-checkbox-btn/false-icon": {
|
1747
1847
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1748
|
-
"description": "
|
1848
|
+
"description": "MISSING DESCRIPTION"
|
1749
1849
|
},
|
1750
1850
|
"v-checkbox-btn/true-icon": {
|
1751
1851
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1752
|
-
"description": "
|
1852
|
+
"description": "MISSING DESCRIPTION"
|
1753
1853
|
},
|
1754
1854
|
"v-chip/text": {
|
1755
1855
|
"type": "string",
|
@@ -1759,14 +1859,14 @@
|
|
1759
1859
|
"type": "boolean",
|
1760
1860
|
"description": "Displays a selection icon when selected"
|
1761
1861
|
},
|
1762
|
-
"v-chip/closable": {
|
1763
|
-
"type": "boolean",
|
1764
|
-
"description": "Adds remove button and then a chip can be closed"
|
1765
|
-
},
|
1766
1862
|
"v-chip/border": {
|
1767
1863
|
"type": "string | number | boolean",
|
1768
1864
|
"description": "Applies border styles to component."
|
1769
1865
|
},
|
1866
|
+
"v-chip/closable": {
|
1867
|
+
"type": "boolean",
|
1868
|
+
"description": "Adds remove button and then a chip can be closed"
|
1869
|
+
},
|
1770
1870
|
"v-chip/close-icon": {
|
1771
1871
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1772
1872
|
"description": "Change the default icon used for **close** chips"
|
@@ -1875,14 +1975,14 @@
|
|
1875
1975
|
"type": "boolean",
|
1876
1976
|
"description": "Makes the chip draggable"
|
1877
1977
|
},
|
1878
|
-
"v-chip/pill": {
|
1879
|
-
"type": "boolean",
|
1880
|
-
"description": "Remove `v-avatar` padding"
|
1881
|
-
},
|
1882
1978
|
"v-chip/filter-icon": {
|
1883
1979
|
"type": "string",
|
1884
1980
|
"description": "Change the default icon used for **filter** chips"
|
1885
1981
|
},
|
1982
|
+
"v-chip/pill": {
|
1983
|
+
"type": "boolean",
|
1984
|
+
"description": "Remove `v-avatar` padding"
|
1985
|
+
},
|
1886
1986
|
"v-chip-group/filter": {
|
1887
1987
|
"type": "boolean",
|
1888
1988
|
"description": "Applies an checkmark icon in front of every chip for using it like a filter"
|
@@ -1981,7 +2081,7 @@
|
|
1981
2081
|
},
|
1982
2082
|
"v-col/xxl": {
|
1983
2083
|
"type": "string | number | boolean",
|
1984
|
-
"description": "
|
2084
|
+
"description": "Changes the number of columns on extra extra large and greater breakpoints."
|
1985
2085
|
},
|
1986
2086
|
"v-col/offset-sm": {
|
1987
2087
|
"type": "string | number",
|
@@ -2001,7 +2101,7 @@
|
|
2001
2101
|
},
|
2002
2102
|
"v-col/offset-xxl": {
|
2003
2103
|
"type": "string | number",
|
2004
|
-
"description": "
|
2104
|
+
"description": "Changes the offset of the component on extra extra large and greater breakpoints."
|
2005
2105
|
},
|
2006
2106
|
"v-col/order-sm": {
|
2007
2107
|
"type": "string | number",
|
@@ -2021,7 +2121,7 @@
|
|
2021
2121
|
},
|
2022
2122
|
"v-col/order-xxl": {
|
2023
2123
|
"type": "string | number",
|
2024
|
-
"description": "
|
2124
|
+
"description": "Changes the order of the component on extra extra large and greater breakpoints."
|
2025
2125
|
},
|
2026
2126
|
"v-col/align-self": {
|
2027
2127
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
@@ -2071,34 +2171,34 @@
|
|
2071
2171
|
"type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\"",
|
2072
2172
|
"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)."
|
2073
2173
|
},
|
2074
|
-
"v-color-picker/
|
2075
|
-
"type": "
|
2174
|
+
"v-color-picker/canvas-height": {
|
2175
|
+
"type": "string | number",
|
2076
2176
|
"description": "MISSING DESCRIPTION"
|
2077
2177
|
},
|
2078
|
-
"v-color-picker/
|
2079
|
-
"type": "
|
2178
|
+
"v-color-picker/dot-size": {
|
2179
|
+
"type": "string | number",
|
2080
2180
|
"description": "MISSING DESCRIPTION"
|
2081
2181
|
},
|
2082
|
-
"v-color-picker/hide-
|
2182
|
+
"v-color-picker/hide-canvas": {
|
2083
2183
|
"type": "boolean",
|
2084
2184
|
"description": "MISSING DESCRIPTION"
|
2085
2185
|
},
|
2086
|
-
"v-color-picker/
|
2186
|
+
"v-color-picker/hide-sliders": {
|
2087
2187
|
"type": "boolean",
|
2088
2188
|
"description": "MISSING DESCRIPTION"
|
2089
2189
|
},
|
2090
|
-
"v-color-picker/
|
2091
|
-
"type": "
|
2092
|
-
"description": "MISSING DESCRIPTION"
|
2093
|
-
},
|
2094
|
-
"v-color-picker/dot-size": {
|
2095
|
-
"type": "string | number",
|
2190
|
+
"v-color-picker/hide-inputs": {
|
2191
|
+
"type": "boolean",
|
2096
2192
|
"description": "MISSING DESCRIPTION"
|
2097
2193
|
},
|
2098
2194
|
"v-color-picker/modes": {
|
2099
2195
|
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
|
2100
2196
|
"description": "MISSING DESCRIPTION"
|
2101
2197
|
},
|
2198
|
+
"v-color-picker/show-swatches": {
|
2199
|
+
"type": "boolean",
|
2200
|
+
"description": "MISSING DESCRIPTION"
|
2201
|
+
},
|
2102
2202
|
"v-color-picker/swatches-max-height": {
|
2103
2203
|
"type": "string | number",
|
2104
2204
|
"description": "MISSING DESCRIPTION"
|
@@ -2156,8 +2256,8 @@
|
|
2156
2256
|
"description": "Sets the DOM id on the component"
|
2157
2257
|
},
|
2158
2258
|
"v-combobox/items": {
|
2159
|
-
"type": "
|
2160
|
-
"description": "
|
2259
|
+
"type": "any[]",
|
2260
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
2161
2261
|
},
|
2162
2262
|
"v-combobox/active": {
|
2163
2263
|
"type": "boolean",
|
@@ -2205,11 +2305,11 @@
|
|
2205
2305
|
},
|
2206
2306
|
"v-combobox/chips": {
|
2207
2307
|
"type": "boolean",
|
2208
|
-
"description": "
|
2308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2209
2309
|
},
|
2210
2310
|
"v-combobox/closable-chips": {
|
2211
2311
|
"type": "boolean",
|
2212
|
-
"description": "
|
2312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2213
2313
|
},
|
2214
2314
|
"v-combobox/eager": {
|
2215
2315
|
"type": "boolean",
|
@@ -2221,7 +2321,7 @@
|
|
2221
2321
|
},
|
2222
2322
|
"v-combobox/hide-selected": {
|
2223
2323
|
"type": "boolean",
|
2224
|
-
"description": "
|
2324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2225
2325
|
},
|
2226
2326
|
"v-combobox/menu": {
|
2227
2327
|
"type": "boolean",
|
@@ -2233,7 +2333,7 @@
|
|
2233
2333
|
},
|
2234
2334
|
"v-combobox/menu-props": {
|
2235
2335
|
"type": "unknown",
|
2236
|
-
"description": "
|
2336
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2237
2337
|
},
|
2238
2338
|
"v-combobox/transition": {
|
2239
2339
|
"type": "string | boolean",
|
@@ -2241,7 +2341,7 @@
|
|
2241
2341
|
},
|
2242
2342
|
"v-combobox/multiple": {
|
2243
2343
|
"type": "boolean",
|
2244
|
-
"description": "
|
2344
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2245
2345
|
},
|
2246
2346
|
"v-combobox/no-data-text": {
|
2247
2347
|
"type": "string",
|
@@ -2249,7 +2349,7 @@
|
|
2249
2349
|
},
|
2250
2350
|
"v-combobox/open-on-clear": {
|
2251
2351
|
"type": "boolean",
|
2252
|
-
"description": "
|
2352
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
2253
2353
|
},
|
2254
2354
|
"v-combobox/value-comparator": {
|
2255
2355
|
"type": "(a: any, b: any) => boolean",
|
@@ -2405,24 +2505,28 @@
|
|
2405
2505
|
},
|
2406
2506
|
"v-counter/value": {
|
2407
2507
|
"type": "string | number",
|
2408
|
-
"description": "
|
2508
|
+
"description": "Sets the current counter value."
|
2409
2509
|
},
|
2410
2510
|
"v-counter/active": {
|
2411
2511
|
"type": "boolean",
|
2412
|
-
"description": "Determines whether the counter is visible or not"
|
2512
|
+
"description": "Determines whether the counter is visible or not."
|
2413
2513
|
},
|
2414
2514
|
"v-counter/transition": {
|
2415
|
-
"type": "string | { component:
|
2515
|
+
"type": "string | { component: Component }",
|
2416
2516
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2417
2517
|
},
|
2418
2518
|
"v-counter/max": {
|
2419
2519
|
"type": "string | number",
|
2420
|
-
"description": "
|
2520
|
+
"description": "Sets the maximum allowed value."
|
2421
2521
|
},
|
2422
2522
|
"v-data-table/model-value": {
|
2423
2523
|
"type": "any[]",
|
2424
2524
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
2425
2525
|
},
|
2526
|
+
"v-data-table/density": {
|
2527
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
2528
|
+
"description": "Adjusts the vertical height of the table rows"
|
2529
|
+
},
|
2426
2530
|
"v-data-table/height": {
|
2427
2531
|
"type": "string | number",
|
2428
2532
|
"description": "Set an explicit height of table"
|
@@ -2431,13 +2535,29 @@
|
|
2431
2535
|
"type": "string | number",
|
2432
2536
|
"description": "Sets the width for the component"
|
2433
2537
|
},
|
2538
|
+
"v-data-table/sticky": {
|
2539
|
+
"type": "boolean",
|
2540
|
+
"description": "MISSING DESCRIPTION"
|
2541
|
+
},
|
2542
|
+
"v-data-table/tag": {
|
2543
|
+
"type": "string",
|
2544
|
+
"description": "Specify a custom tag used on the root element."
|
2545
|
+
},
|
2546
|
+
"v-data-table/theme": {
|
2547
|
+
"type": "string",
|
2548
|
+
"description": "Specify a theme for this component and all of its children"
|
2549
|
+
},
|
2550
|
+
"v-data-table/color": {
|
2551
|
+
"type": "string",
|
2552
|
+
"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)"
|
2553
|
+
},
|
2434
2554
|
"v-data-table/items": {
|
2435
2555
|
"type": "any[]",
|
2436
2556
|
"description": "An array of strings or objects used for automatically generating children components"
|
2437
2557
|
},
|
2438
2558
|
"v-data-table/loading": {
|
2439
2559
|
"type": "string | boolean",
|
2440
|
-
"description": "
|
2560
|
+
"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"
|
2441
2561
|
},
|
2442
2562
|
"v-data-table/search": {
|
2443
2563
|
"type": "string",
|
@@ -2495,22 +2615,34 @@
|
|
2495
2615
|
"type": "boolean",
|
2496
2616
|
"description": "Adds a hover effects to a table rows"
|
2497
2617
|
},
|
2618
|
+
"v-data-table/next-icon": {
|
2619
|
+
"type": "string",
|
2620
|
+
"description": "MISSING DESCRIPTION"
|
2621
|
+
},
|
2622
|
+
"v-data-table/prev-icon": {
|
2623
|
+
"type": "string",
|
2624
|
+
"description": "MISSING DESCRIPTION"
|
2625
|
+
},
|
2498
2626
|
"v-data-table/headers": {
|
2499
2627
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
2500
2628
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
2501
2629
|
},
|
2502
|
-
"v-data-table/
|
2503
|
-
"type": "
|
2504
|
-
"description": "
|
2630
|
+
"v-data-table/page": {
|
2631
|
+
"type": "string | number",
|
2632
|
+
"description": "The current displayed page number (1-indexed)"
|
2505
2633
|
},
|
2506
|
-
"v-data-table/
|
2507
|
-
"type": "
|
2508
|
-
"description": "
|
2634
|
+
"v-data-table/items-per-page": {
|
2635
|
+
"type": "string | number",
|
2636
|
+
"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"
|
2509
2637
|
},
|
2510
2638
|
"v-data-table/loading-text": {
|
2511
2639
|
"type": "string",
|
2512
2640
|
"description": "MISSING DESCRIPTION"
|
2513
2641
|
},
|
2642
|
+
"v-data-table/row-height": {
|
2643
|
+
"type": "number",
|
2644
|
+
"description": "MISSING DESCRIPTION"
|
2645
|
+
},
|
2514
2646
|
"v-data-table/expand-on-click": {
|
2515
2647
|
"type": "boolean",
|
2516
2648
|
"description": "MISSING DESCRIPTION"
|
@@ -2543,13 +2675,61 @@
|
|
2543
2675
|
"type": "boolean",
|
2544
2676
|
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
|
2545
2677
|
},
|
2546
|
-
"v-data-table/
|
2547
|
-
"type": "string | number",
|
2548
|
-
"description": "
|
2678
|
+
"v-data-table/sort-asc-icon": {
|
2679
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2680
|
+
"description": "MISSING DESCRIPTION"
|
2549
2681
|
},
|
2550
|
-
"v-data-table/
|
2551
|
-
"type": "string | number",
|
2552
|
-
"description": "
|
2682
|
+
"v-data-table/sort-desc-icon": {
|
2683
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2684
|
+
"description": "MISSING DESCRIPTION"
|
2685
|
+
},
|
2686
|
+
"v-data-table/fixed-header": {
|
2687
|
+
"type": "boolean",
|
2688
|
+
"description": "Fixed header to top of table"
|
2689
|
+
},
|
2690
|
+
"v-data-table/fixed-footer": {
|
2691
|
+
"type": "boolean",
|
2692
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
2693
|
+
},
|
2694
|
+
"v-data-table/first-icon": {
|
2695
|
+
"type": "string",
|
2696
|
+
"description": "MISSING DESCRIPTION"
|
2697
|
+
},
|
2698
|
+
"v-data-table/last-icon": {
|
2699
|
+
"type": "string",
|
2700
|
+
"description": "MISSING DESCRIPTION"
|
2701
|
+
},
|
2702
|
+
"v-data-table/items-per-page-text": {
|
2703
|
+
"type": "string",
|
2704
|
+
"description": "MISSING DESCRIPTION"
|
2705
|
+
},
|
2706
|
+
"v-data-table/page-text": {
|
2707
|
+
"type": "string",
|
2708
|
+
"description": "MISSING DESCRIPTION"
|
2709
|
+
},
|
2710
|
+
"v-data-table/first-page-label": {
|
2711
|
+
"type": "string",
|
2712
|
+
"description": "MISSING DESCRIPTION"
|
2713
|
+
},
|
2714
|
+
"v-data-table/prev-page-label": {
|
2715
|
+
"type": "string",
|
2716
|
+
"description": "MISSING DESCRIPTION"
|
2717
|
+
},
|
2718
|
+
"v-data-table/next-page-label": {
|
2719
|
+
"type": "string",
|
2720
|
+
"description": "MISSING DESCRIPTION"
|
2721
|
+
},
|
2722
|
+
"v-data-table/last-page-label": {
|
2723
|
+
"type": "string",
|
2724
|
+
"description": "MISSING DESCRIPTION"
|
2725
|
+
},
|
2726
|
+
"v-data-table/items-per-page-options": {
|
2727
|
+
"type": "{ title: string; value: number }[]",
|
2728
|
+
"description": "MISSING DESCRIPTION"
|
2729
|
+
},
|
2730
|
+
"v-data-table/show-current-page": {
|
2731
|
+
"type": "boolean",
|
2732
|
+
"description": "MISSING DESCRIPTION"
|
2553
2733
|
},
|
2554
2734
|
"v-data-table-row/item": {
|
2555
2735
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
|
@@ -2587,14 +2767,30 @@
|
|
2587
2767
|
"type": "any[]",
|
2588
2768
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
2589
2769
|
},
|
2770
|
+
"v-data-table-server/density": {
|
2771
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
2772
|
+
"description": "Adjusts the vertical height used by the component."
|
2773
|
+
},
|
2590
2774
|
"v-data-table-server/height": {
|
2591
2775
|
"type": "string | number",
|
2592
|
-
"description": "
|
2776
|
+
"description": "Use the height prop to set the height of the table."
|
2593
2777
|
},
|
2594
2778
|
"v-data-table-server/width": {
|
2595
2779
|
"type": "string | number",
|
2596
2780
|
"description": "Sets the width for the component"
|
2597
2781
|
},
|
2782
|
+
"v-data-table-server/sticky": {
|
2783
|
+
"type": "boolean",
|
2784
|
+
"description": "MISSING DESCRIPTION"
|
2785
|
+
},
|
2786
|
+
"v-data-table-server/tag": {
|
2787
|
+
"type": "string",
|
2788
|
+
"description": "Specify a custom tag used on the root element."
|
2789
|
+
},
|
2790
|
+
"v-data-table-server/theme": {
|
2791
|
+
"type": "string",
|
2792
|
+
"description": "Specify a theme for this component and all of its children"
|
2793
|
+
},
|
2598
2794
|
"v-data-table-server/color": {
|
2599
2795
|
"type": "string",
|
2600
2796
|
"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)"
|
@@ -2605,11 +2801,11 @@
|
|
2605
2801
|
},
|
2606
2802
|
"v-data-table-server/loading": {
|
2607
2803
|
"type": "string | boolean",
|
2608
|
-
"description": "
|
2804
|
+
"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"
|
2609
2805
|
},
|
2610
2806
|
"v-data-table-server/search": {
|
2611
2807
|
"type": "string",
|
2612
|
-
"description": "Text input used to filter items"
|
2808
|
+
"description": "Text input used to filter items."
|
2613
2809
|
},
|
2614
2810
|
"v-data-table-server/hide-no-data": {
|
2615
2811
|
"type": "boolean",
|
@@ -2641,31 +2837,43 @@
|
|
2641
2837
|
},
|
2642
2838
|
"v-data-table-server/hover": {
|
2643
2839
|
"type": "boolean",
|
2644
|
-
"description": "
|
2840
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
2841
|
+
},
|
2842
|
+
"v-data-table-server/next-icon": {
|
2843
|
+
"type": "string",
|
2844
|
+
"description": "MISSING DESCRIPTION"
|
2845
|
+
},
|
2846
|
+
"v-data-table-server/prev-icon": {
|
2847
|
+
"type": "string",
|
2848
|
+
"description": "MISSING DESCRIPTION"
|
2645
2849
|
},
|
2646
2850
|
"v-data-table-server/headers": {
|
2647
2851
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
2648
|
-
"description": "
|
2852
|
+
"description": "Array of header items to display"
|
2649
2853
|
},
|
2650
|
-
"v-data-table-server/
|
2651
|
-
"type": "
|
2652
|
-
"description": "
|
2854
|
+
"v-data-table-server/page": {
|
2855
|
+
"type": "string | number",
|
2856
|
+
"description": "MISSING DESCRIPTION"
|
2653
2857
|
},
|
2654
|
-
"v-data-table-server/
|
2655
|
-
"type": "
|
2858
|
+
"v-data-table-server/items-per-page": {
|
2859
|
+
"type": "string | number",
|
2656
2860
|
"description": "MISSING DESCRIPTION"
|
2657
2861
|
},
|
2658
2862
|
"v-data-table-server/loading-text": {
|
2659
2863
|
"type": "string",
|
2660
2864
|
"description": "MISSING DESCRIPTION"
|
2661
2865
|
},
|
2866
|
+
"v-data-table-server/row-height": {
|
2867
|
+
"type": "number",
|
2868
|
+
"description": "MISSING DESCRIPTION"
|
2869
|
+
},
|
2662
2870
|
"v-data-table-server/expand-on-click": {
|
2663
2871
|
"type": "boolean",
|
2664
2872
|
"description": "MISSING DESCRIPTION"
|
2665
2873
|
},
|
2666
2874
|
"v-data-table-server/show-expand": {
|
2667
2875
|
"type": "boolean",
|
2668
|
-
"description": "
|
2876
|
+
"description": "MISSING DESCRIPTION"
|
2669
2877
|
},
|
2670
2878
|
"v-data-table-server/expanded": {
|
2671
2879
|
"type": "string[]",
|
@@ -2673,31 +2881,79 @@
|
|
2673
2881
|
},
|
2674
2882
|
"v-data-table-server/group-by": {
|
2675
2883
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
2676
|
-
"description": "
|
2884
|
+
"description": "MISSING DESCRIPTION"
|
2677
2885
|
},
|
2678
2886
|
"v-data-table-server/show-select": {
|
2679
2887
|
"type": "boolean",
|
2680
|
-
"description": "
|
2888
|
+
"description": "MISSING DESCRIPTION"
|
2681
2889
|
},
|
2682
2890
|
"v-data-table-server/sort-by": {
|
2683
2891
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
2684
|
-
"description": "
|
2892
|
+
"description": "MISSING DESCRIPTION"
|
2685
2893
|
},
|
2686
2894
|
"v-data-table-server/multi-sort": {
|
2687
2895
|
"type": "boolean",
|
2688
|
-
"description": "
|
2896
|
+
"description": "MISSING DESCRIPTION"
|
2689
2897
|
},
|
2690
2898
|
"v-data-table-server/must-sort": {
|
2691
2899
|
"type": "boolean",
|
2692
|
-
"description": "
|
2900
|
+
"description": "MISSING DESCRIPTION"
|
2693
2901
|
},
|
2694
|
-
"v-data-table-server/
|
2695
|
-
"type": "string | number",
|
2696
|
-
"description": "
|
2902
|
+
"v-data-table-server/sort-asc-icon": {
|
2903
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2904
|
+
"description": "MISSING DESCRIPTION"
|
2697
2905
|
},
|
2698
|
-
"v-data-table-server/
|
2699
|
-
"type": "string | number",
|
2700
|
-
"description": "
|
2906
|
+
"v-data-table-server/sort-desc-icon": {
|
2907
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2908
|
+
"description": "MISSING DESCRIPTION"
|
2909
|
+
},
|
2910
|
+
"v-data-table-server/fixed-header": {
|
2911
|
+
"type": "boolean",
|
2912
|
+
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
|
2913
|
+
},
|
2914
|
+
"v-data-table-server/fixed-footer": {
|
2915
|
+
"type": "boolean",
|
2916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
2917
|
+
},
|
2918
|
+
"v-data-table-server/first-icon": {
|
2919
|
+
"type": "string",
|
2920
|
+
"description": "MISSING DESCRIPTION"
|
2921
|
+
},
|
2922
|
+
"v-data-table-server/last-icon": {
|
2923
|
+
"type": "string",
|
2924
|
+
"description": "MISSING DESCRIPTION"
|
2925
|
+
},
|
2926
|
+
"v-data-table-server/items-per-page-text": {
|
2927
|
+
"type": "string",
|
2928
|
+
"description": "MISSING DESCRIPTION"
|
2929
|
+
},
|
2930
|
+
"v-data-table-server/page-text": {
|
2931
|
+
"type": "string",
|
2932
|
+
"description": "MISSING DESCRIPTION"
|
2933
|
+
},
|
2934
|
+
"v-data-table-server/first-page-label": {
|
2935
|
+
"type": "string",
|
2936
|
+
"description": "MISSING DESCRIPTION"
|
2937
|
+
},
|
2938
|
+
"v-data-table-server/prev-page-label": {
|
2939
|
+
"type": "string",
|
2940
|
+
"description": "MISSING DESCRIPTION"
|
2941
|
+
},
|
2942
|
+
"v-data-table-server/next-page-label": {
|
2943
|
+
"type": "string",
|
2944
|
+
"description": "MISSING DESCRIPTION"
|
2945
|
+
},
|
2946
|
+
"v-data-table-server/last-page-label": {
|
2947
|
+
"type": "string",
|
2948
|
+
"description": "MISSING DESCRIPTION"
|
2949
|
+
},
|
2950
|
+
"v-data-table-server/items-per-page-options": {
|
2951
|
+
"type": "{ title: string; value: number }[]",
|
2952
|
+
"description": "MISSING DESCRIPTION"
|
2953
|
+
},
|
2954
|
+
"v-data-table-server/show-current-page": {
|
2955
|
+
"type": "boolean",
|
2956
|
+
"description": "MISSING DESCRIPTION"
|
2701
2957
|
},
|
2702
2958
|
"v-data-table-server/items-length": {
|
2703
2959
|
"type": "string | number",
|
@@ -2707,13 +2963,33 @@
|
|
2707
2963
|
"type": "any[]",
|
2708
2964
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
2709
2965
|
},
|
2710
|
-
"v-data-table-virtual/
|
2711
|
-
"type": "
|
2712
|
-
"description": "
|
2966
|
+
"v-data-table-virtual/density": {
|
2967
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
2968
|
+
"description": "Adjusts the vertical height used by the component."
|
2969
|
+
},
|
2970
|
+
"v-data-table-virtual/height": {
|
2971
|
+
"type": "string | number",
|
2972
|
+
"description": "Use the height prop to set the height of the table."
|
2973
|
+
},
|
2974
|
+
"v-data-table-virtual/width": {
|
2975
|
+
"type": "string | number",
|
2976
|
+
"description": "Sets the width for the component"
|
2977
|
+
},
|
2978
|
+
"v-data-table-virtual/sticky": {
|
2979
|
+
"type": "boolean",
|
2980
|
+
"description": "MISSING DESCRIPTION"
|
2981
|
+
},
|
2982
|
+
"v-data-table-virtual/tag": {
|
2983
|
+
"type": "string",
|
2984
|
+
"description": "Specify a custom tag used on the root element."
|
2985
|
+
},
|
2986
|
+
"v-data-table-virtual/theme": {
|
2987
|
+
"type": "string",
|
2988
|
+
"description": "Specify a theme for this component and all of its children"
|
2713
2989
|
},
|
2714
|
-
"v-data-table-virtual/
|
2715
|
-
"type": "string
|
2716
|
-
"description": "
|
2990
|
+
"v-data-table-virtual/color": {
|
2991
|
+
"type": "string",
|
2992
|
+
"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)"
|
2717
2993
|
},
|
2718
2994
|
"v-data-table-virtual/items": {
|
2719
2995
|
"type": "any[]",
|
@@ -2721,11 +2997,11 @@
|
|
2721
2997
|
},
|
2722
2998
|
"v-data-table-virtual/loading": {
|
2723
2999
|
"type": "string | boolean",
|
2724
|
-
"description": "
|
3000
|
+
"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"
|
2725
3001
|
},
|
2726
3002
|
"v-data-table-virtual/search": {
|
2727
3003
|
"type": "string",
|
2728
|
-
"description": "Text input used to filter items"
|
3004
|
+
"description": "Text input used to filter items."
|
2729
3005
|
},
|
2730
3006
|
"v-data-table-virtual/filter-mode": {
|
2731
3007
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
@@ -2737,7 +3013,7 @@
|
|
2737
3013
|
},
|
2738
3014
|
"v-data-table-virtual/custom-filter": {
|
2739
3015
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
2740
|
-
"description": "Function to filter items"
|
3016
|
+
"description": "Function used to filter items."
|
2741
3017
|
},
|
2742
3018
|
"v-data-table-virtual/custom-key-filter": {
|
2743
3019
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
@@ -2777,31 +3053,27 @@
|
|
2777
3053
|
},
|
2778
3054
|
"v-data-table-virtual/hover": {
|
2779
3055
|
"type": "boolean",
|
2780
|
-
"description": "
|
3056
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
2781
3057
|
},
|
2782
3058
|
"v-data-table-virtual/headers": {
|
2783
3059
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
2784
|
-
"description": "
|
2785
|
-
},
|
2786
|
-
"v-data-table-virtual/fixed-header": {
|
2787
|
-
"type": "boolean",
|
2788
|
-
"description": "Fixed header to top of table"
|
2789
|
-
},
|
2790
|
-
"v-data-table-virtual/fixed-footer": {
|
2791
|
-
"type": "boolean",
|
2792
|
-
"description": "MISSING DESCRIPTION"
|
3060
|
+
"description": "Array of header items to display"
|
2793
3061
|
},
|
2794
3062
|
"v-data-table-virtual/loading-text": {
|
2795
3063
|
"type": "string",
|
2796
3064
|
"description": "MISSING DESCRIPTION"
|
2797
3065
|
},
|
3066
|
+
"v-data-table-virtual/row-height": {
|
3067
|
+
"type": "number",
|
3068
|
+
"description": "MISSING DESCRIPTION"
|
3069
|
+
},
|
2798
3070
|
"v-data-table-virtual/expand-on-click": {
|
2799
3071
|
"type": "boolean",
|
2800
3072
|
"description": "MISSING DESCRIPTION"
|
2801
3073
|
},
|
2802
3074
|
"v-data-table-virtual/show-expand": {
|
2803
3075
|
"type": "boolean",
|
2804
|
-
"description": "
|
3076
|
+
"description": "MISSING DESCRIPTION"
|
2805
3077
|
},
|
2806
3078
|
"v-data-table-virtual/expanded": {
|
2807
3079
|
"type": "string[]",
|
@@ -2809,23 +3081,39 @@
|
|
2809
3081
|
},
|
2810
3082
|
"v-data-table-virtual/group-by": {
|
2811
3083
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
2812
|
-
"description": "
|
3084
|
+
"description": "MISSING DESCRIPTION"
|
2813
3085
|
},
|
2814
3086
|
"v-data-table-virtual/show-select": {
|
2815
3087
|
"type": "boolean",
|
2816
|
-
"description": "
|
3088
|
+
"description": "MISSING DESCRIPTION"
|
2817
3089
|
},
|
2818
3090
|
"v-data-table-virtual/sort-by": {
|
2819
3091
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
2820
|
-
"description": "
|
3092
|
+
"description": "MISSING DESCRIPTION"
|
2821
3093
|
},
|
2822
3094
|
"v-data-table-virtual/multi-sort": {
|
2823
3095
|
"type": "boolean",
|
2824
|
-
"description": "
|
3096
|
+
"description": "MISSING DESCRIPTION"
|
2825
3097
|
},
|
2826
3098
|
"v-data-table-virtual/must-sort": {
|
2827
3099
|
"type": "boolean",
|
2828
|
-
"description": "
|
3100
|
+
"description": "MISSING DESCRIPTION"
|
3101
|
+
},
|
3102
|
+
"v-data-table-virtual/sort-asc-icon": {
|
3103
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3104
|
+
"description": "MISSING DESCRIPTION"
|
3105
|
+
},
|
3106
|
+
"v-data-table-virtual/sort-desc-icon": {
|
3107
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3108
|
+
"description": "MISSING DESCRIPTION"
|
3109
|
+
},
|
3110
|
+
"v-data-table-virtual/fixed-header": {
|
3111
|
+
"type": "boolean",
|
3112
|
+
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
|
3113
|
+
},
|
3114
|
+
"v-data-table-virtual/fixed-footer": {
|
3115
|
+
"type": "boolean",
|
3116
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
2829
3117
|
},
|
2830
3118
|
"v-data-table-virtual/visible-items": {
|
2831
3119
|
"type": "string | number",
|
@@ -2843,14 +3131,14 @@
|
|
2843
3131
|
"type": "boolean",
|
2844
3132
|
"description": "Force current defaults to match the application root defaults"
|
2845
3133
|
},
|
2846
|
-
"v-defaults-provider/scoped": {
|
2847
|
-
"type": "boolean",
|
2848
|
-
"description": "Prevents the ability for default values to be inherited from parent components"
|
2849
|
-
},
|
2850
3134
|
"v-defaults-provider/reset": {
|
2851
3135
|
"type": "string | number",
|
2852
3136
|
"description": "Reset the default values up the nested chain by {n} amount"
|
2853
3137
|
},
|
3138
|
+
"v-defaults-provider/scoped": {
|
3139
|
+
"type": "boolean",
|
3140
|
+
"description": "Prevents the ability for default values to be inherited from parent components"
|
3141
|
+
},
|
2854
3142
|
"v-defaults-provider/defaults": {
|
2855
3143
|
"type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
|
2856
3144
|
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
|
@@ -2957,7 +3245,7 @@
|
|
2957
3245
|
},
|
2958
3246
|
"v-dialog/close-on-content-click": {
|
2959
3247
|
"type": "boolean",
|
2960
|
-
"description": "
|
3248
|
+
"description": "Closes component when you click on its content"
|
2961
3249
|
},
|
2962
3250
|
"v-dialog/close-delay": {
|
2963
3251
|
"type": "string | number",
|
@@ -2984,25 +3272,25 @@
|
|
2984
3272
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
2985
3273
|
},
|
2986
3274
|
"v-dialog/transition": {
|
2987
|
-
"type": "string | { component:
|
3275
|
+
"type": "string | { component: Component }",
|
2988
3276
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2989
3277
|
},
|
2990
3278
|
"v-dialog/attach": {
|
2991
3279
|
"type": "string | boolean | Element",
|
2992
|
-
"description": "Specifies which DOM element
|
3280
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
2993
3281
|
},
|
2994
3282
|
"v-dialog/fullscreen": {
|
2995
3283
|
"type": "boolean",
|
2996
3284
|
"description": "Changes layout for fullscreen display."
|
2997
3285
|
},
|
2998
|
-
"v-dialog/scrollable": {
|
2999
|
-
"type": "boolean",
|
3000
|
-
"description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
|
3001
|
-
},
|
3002
3286
|
"v-dialog/retain-focus": {
|
3003
3287
|
"type": "boolean",
|
3004
3288
|
"description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
|
3005
3289
|
},
|
3290
|
+
"v-dialog/scrollable": {
|
3291
|
+
"type": "boolean",
|
3292
|
+
"description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
|
3293
|
+
},
|
3006
3294
|
"v-dialog-bottom-transition/disabled": {
|
3007
3295
|
"type": "boolean",
|
3008
3296
|
"description": "Removes the ability to click or target the component"
|
@@ -3723,14 +4011,14 @@
|
|
3723
4011
|
"type": "string",
|
3724
4012
|
"description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
|
3725
4013
|
},
|
3726
|
-
"v-img/srcset": {
|
3727
|
-
"type": "string",
|
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)."
|
3729
|
-
},
|
3730
4014
|
"v-img/src": {
|
3731
4015
|
"type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
|
3732
4016
|
"description": "The image URL. This prop is mandatory."
|
3733
4017
|
},
|
4018
|
+
"v-img/srcset": {
|
4019
|
+
"type": "string",
|
4020
|
+
"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)."
|
4021
|
+
},
|
3734
4022
|
"v-img/aspect-ratio": {
|
3735
4023
|
"type": "string | number",
|
3736
4024
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
@@ -3759,6 +4047,10 @@
|
|
3759
4047
|
"type": "string | number",
|
3760
4048
|
"description": "Sets the width for the component."
|
3761
4049
|
},
|
4050
|
+
"v-infinite-scroll/tag": {
|
4051
|
+
"type": "string",
|
4052
|
+
"description": "Specify a custom tag used on the root element."
|
4053
|
+
},
|
3762
4054
|
"v-infinite-scroll/color": {
|
3763
4055
|
"type": "string",
|
3764
4056
|
"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)"
|
@@ -4132,7 +4424,7 @@
|
|
4132
4424
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
4133
4425
|
},
|
4134
4426
|
"v-list/open-strategy": {
|
4135
|
-
"type": "\"multiple\" | \"
|
4427
|
+
"type": "\"multiple\" | \"list\" | \"single\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
|
4136
4428
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
4137
4429
|
},
|
4138
4430
|
"v-list/opened": {
|
@@ -4536,12 +4828,12 @@
|
|
4536
4828
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
4537
4829
|
},
|
4538
4830
|
"v-menu/transition": {
|
4539
|
-
"type": "string | { component:
|
4831
|
+
"type": "string | { component: Component }",
|
4540
4832
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4541
4833
|
},
|
4542
4834
|
"v-menu/attach": {
|
4543
4835
|
"type": "string | boolean | Element",
|
4544
|
-
"description": "Specifies which DOM element
|
4836
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
|
4545
4837
|
},
|
4546
4838
|
"v-messages/color": {
|
4547
4839
|
"type": "string",
|
@@ -4552,7 +4844,7 @@
|
|
4552
4844
|
"description": "Determines whether the messages are visible or not"
|
4553
4845
|
},
|
4554
4846
|
"v-messages/transition": {
|
4555
|
-
"type": "string | { component:
|
4847
|
+
"type": "string | { component: Component; leaveAbsolute: boolean; group: boolean }",
|
4556
4848
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4557
4849
|
},
|
4558
4850
|
"v-messages/messages": {
|
@@ -4639,14 +4931,6 @@
|
|
4639
4931
|
"type": "boolean",
|
4640
4932
|
"description": "The drawer remains visible regardless of screen size"
|
4641
4933
|
},
|
4642
|
-
"v-navigation-drawer/temporary": {
|
4643
|
-
"type": "boolean",
|
4644
|
-
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
|
4645
|
-
},
|
4646
|
-
"v-navigation-drawer/touchless": {
|
4647
|
-
"type": "boolean",
|
4648
|
-
"description": "Disable mobile touch functionality"
|
4649
|
-
},
|
4650
4934
|
"v-navigation-drawer/rail": {
|
4651
4935
|
"type": "boolean",
|
4652
4936
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
@@ -4655,6 +4939,14 @@
|
|
4655
4939
|
"type": "string | number",
|
4656
4940
|
"description": "Sets the width for the component when `rail` is enabled."
|
4657
4941
|
},
|
4942
|
+
"v-navigation-drawer/temporary": {
|
4943
|
+
"type": "boolean",
|
4944
|
+
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
|
4945
|
+
},
|
4946
|
+
"v-navigation-drawer/touchless": {
|
4947
|
+
"type": "boolean",
|
4948
|
+
"description": "Disable mobile touch functionality"
|
4949
|
+
},
|
4658
4950
|
"v-overlay/model-value": {
|
4659
4951
|
"type": "boolean",
|
4660
4952
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
@@ -4757,7 +5049,7 @@
|
|
4757
5049
|
},
|
4758
5050
|
"v-overlay/close-on-content-click": {
|
4759
5051
|
"type": "boolean",
|
4760
|
-
"description": "
|
5052
|
+
"description": "Closes component when you click on its content"
|
4761
5053
|
},
|
4762
5054
|
"v-overlay/close-delay": {
|
4763
5055
|
"type": "string | number",
|
@@ -4789,7 +5081,7 @@
|
|
4789
5081
|
},
|
4790
5082
|
"v-overlay/attach": {
|
4791
5083
|
"type": "string | boolean | Element",
|
4792
|
-
"description": "Specifies which DOM element
|
5084
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
4793
5085
|
},
|
4794
5086
|
"v-pagination/length": {
|
4795
5087
|
"type": "string | number",
|
@@ -4855,14 +5147,6 @@
|
|
4855
5147
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4856
5148
|
"description": "The icon to use for the prev button"
|
4857
5149
|
},
|
4858
|
-
"v-pagination/show-first-last-page": {
|
4859
|
-
"type": "boolean",
|
4860
|
-
"description": "Show buttons for going to first and last page"
|
4861
|
-
},
|
4862
|
-
"v-pagination/total-visible": {
|
4863
|
-
"type": "string | number",
|
4864
|
-
"description": "Specify the total visible pagination numbers"
|
4865
|
-
},
|
4866
5150
|
"v-pagination/first-icon": {
|
4867
5151
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4868
5152
|
"description": "The icon to use for the first button"
|
@@ -4875,6 +5159,10 @@
|
|
4875
5159
|
"type": "string",
|
4876
5160
|
"description": "Label for the root element"
|
4877
5161
|
},
|
5162
|
+
"v-pagination/total-visible": {
|
5163
|
+
"type": "string | number",
|
5164
|
+
"description": "Specify the total visible pagination numbers"
|
5165
|
+
},
|
4878
5166
|
"v-pagination/page-aria-label": {
|
4879
5167
|
"type": "string",
|
4880
5168
|
"description": "Label for each page button"
|
@@ -4903,6 +5191,10 @@
|
|
4903
5191
|
"type": "string",
|
4904
5192
|
"description": "Text to show between page buttons when truncating the list"
|
4905
5193
|
},
|
5194
|
+
"v-pagination/show-first-last-page": {
|
5195
|
+
"type": "boolean",
|
5196
|
+
"description": "Show buttons for going to first and last page"
|
5197
|
+
},
|
4906
5198
|
"v-parallax/scale": {
|
4907
5199
|
"type": "string | number",
|
4908
5200
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
|
@@ -4999,6 +5291,14 @@
|
|
4999
5291
|
"type": "boolean",
|
5000
5292
|
"description": "Clicking on the progress track will automatically set the value"
|
5001
5293
|
},
|
5294
|
+
"v-progress-linear/bg-opacity": {
|
5295
|
+
"type": "string | number",
|
5296
|
+
"description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
|
5297
|
+
},
|
5298
|
+
"v-progress-linear/buffer-value": {
|
5299
|
+
"type": "string | number",
|
5300
|
+
"description": "The percentage value for the buffer"
|
5301
|
+
},
|
5002
5302
|
"v-progress-linear/stream": {
|
5003
5303
|
"type": "boolean",
|
5004
5304
|
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**"
|
@@ -5011,17 +5311,9 @@
|
|
5011
5311
|
"type": "boolean",
|
5012
5312
|
"description": "Applies a border radius to the progress bar"
|
5013
5313
|
},
|
5014
|
-
"v-progress-linear/bg-opacity": {
|
5015
|
-
"type": "string | number",
|
5016
|
-
"description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
|
5017
|
-
},
|
5018
|
-
"v-progress-linear/buffer-value": {
|
5019
|
-
"type": "string | number",
|
5020
|
-
"description": "The percentage value for the buffer"
|
5021
|
-
},
|
5022
5314
|
"v-radio/type": {
|
5023
5315
|
"type": "string",
|
5024
|
-
"description": "MISSING DESCRIPTION
|
5316
|
+
"description": "MISSING DESCRIPTION"
|
5025
5317
|
},
|
5026
5318
|
"v-radio/model-value": {
|
5027
5319
|
"type": "any",
|
@@ -5029,7 +5321,7 @@
|
|
5029
5321
|
},
|
5030
5322
|
"v-radio/error": {
|
5031
5323
|
"type": "boolean",
|
5032
|
-
"description": "
|
5324
|
+
"description": "MISSING DESCRIPTION"
|
5033
5325
|
},
|
5034
5326
|
"v-radio/density": {
|
5035
5327
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
@@ -5049,11 +5341,11 @@
|
|
5049
5341
|
},
|
5050
5342
|
"v-radio/value": {
|
5051
5343
|
"type": "any",
|
5052
|
-
"description": "
|
5344
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
5053
5345
|
},
|
5054
5346
|
"v-radio/id": {
|
5055
5347
|
"type": "string",
|
5056
|
-
"description": "
|
5348
|
+
"description": "MISSING DESCRIPTION"
|
5057
5349
|
},
|
5058
5350
|
"v-radio/ripple": {
|
5059
5351
|
"type": "boolean",
|
@@ -5069,7 +5361,7 @@
|
|
5069
5361
|
},
|
5070
5362
|
"v-radio/multiple": {
|
5071
5363
|
"type": "boolean",
|
5072
|
-
"description": "
|
5364
|
+
"description": "MISSING DESCRIPTION"
|
5073
5365
|
},
|
5074
5366
|
"v-radio/value-comparator": {
|
5075
5367
|
"type": "(a: any, b: any) => boolean",
|
@@ -5077,11 +5369,11 @@
|
|
5077
5369
|
},
|
5078
5370
|
"v-radio/readonly": {
|
5079
5371
|
"type": "boolean",
|
5080
|
-
"description": "
|
5372
|
+
"description": "MISSING DESCRIPTION"
|
5081
5373
|
},
|
5082
5374
|
"v-radio/inline": {
|
5083
5375
|
"type": "boolean",
|
5084
|
-
"description": "MISSING DESCRIPTION
|
5376
|
+
"description": "MISSING DESCRIPTION"
|
5085
5377
|
},
|
5086
5378
|
"v-radio/true-value": {
|
5087
5379
|
"type": "any",
|
@@ -5091,6 +5383,10 @@
|
|
5091
5383
|
"type": "any",
|
5092
5384
|
"description": "Sets value for falsy state"
|
5093
5385
|
},
|
5386
|
+
"v-radio/defaults-target": {
|
5387
|
+
"type": "string",
|
5388
|
+
"description": "MISSING DESCRIPTION"
|
5389
|
+
},
|
5094
5390
|
"v-radio/false-icon": {
|
5095
5391
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5096
5392
|
"description": "The icon used when inactive"
|
@@ -5133,7 +5429,7 @@
|
|
5133
5429
|
},
|
5134
5430
|
"v-radio-group/id": {
|
5135
5431
|
"type": "string",
|
5136
|
-
"description": "
|
5432
|
+
"description": "MISSING DESCRIPTION"
|
5137
5433
|
},
|
5138
5434
|
"v-radio-group/prepend-icon": {
|
5139
5435
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
@@ -5211,6 +5507,10 @@
|
|
5211
5507
|
"type": "boolean",
|
5212
5508
|
"description": "Displays radio buttons in row"
|
5213
5509
|
},
|
5510
|
+
"v-radio-group/defaults-target": {
|
5511
|
+
"type": "string",
|
5512
|
+
"description": "MISSING DESCRIPTION"
|
5513
|
+
},
|
5214
5514
|
"v-radio-group/false-icon": {
|
5215
5515
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5216
5516
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
@@ -5323,10 +5623,6 @@
|
|
5323
5623
|
"type": "string | number",
|
5324
5624
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
5325
5625
|
},
|
5326
|
-
"v-range-slider/strict": {
|
5327
|
-
"type": "boolean",
|
5328
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
|
5329
|
-
},
|
5330
5626
|
"v-range-slider/min": {
|
5331
5627
|
"type": "string | number",
|
5332
5628
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
@@ -5371,6 +5667,10 @@
|
|
5371
5667
|
"type": "string | number",
|
5372
5668
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
5373
5669
|
},
|
5670
|
+
"v-range-slider/strict": {
|
5671
|
+
"type": "boolean",
|
5672
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
|
5673
|
+
},
|
5374
5674
|
"v-rating/length": {
|
5375
5675
|
"type": "string | number",
|
5376
5676
|
"description": "The amount of items to show"
|
@@ -5427,10 +5727,6 @@
|
|
5427
5727
|
"type": "boolean",
|
5428
5728
|
"description": "Provides visual feedback when hovering over icons"
|
5429
5729
|
},
|
5430
|
-
"v-rating/half-increments": {
|
5431
|
-
"type": "boolean",
|
5432
|
-
"description": "Allows the selection of half increments"
|
5433
|
-
},
|
5434
5730
|
"v-rating/item-aria-label": {
|
5435
5731
|
"type": "string",
|
5436
5732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
|
@@ -5443,6 +5739,10 @@
|
|
5443
5739
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5444
5740
|
"description": "The icon displayed when full"
|
5445
5741
|
},
|
5742
|
+
"v-rating/half-increments": {
|
5743
|
+
"type": "boolean",
|
5744
|
+
"description": "Allows the selection of half increments"
|
5745
|
+
},
|
5446
5746
|
"v-rating/item-label-position": {
|
5447
5747
|
"type": "string",
|
5448
5748
|
"description": "Position of item labels. Accepts 'top' and 'bottom'."
|
@@ -5491,6 +5791,10 @@
|
|
5491
5791
|
"type": "string",
|
5492
5792
|
"description": "Specify a custom tag used on the root element."
|
5493
5793
|
},
|
5794
|
+
"v-row/align": {
|
5795
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
5796
|
+
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
5797
|
+
},
|
5494
5798
|
"v-row/dense": {
|
5495
5799
|
"type": "boolean",
|
5496
5800
|
"description": "Reduces the gutter between `v-col`s."
|
@@ -5499,10 +5803,6 @@
|
|
5499
5803
|
"type": "boolean",
|
5500
5804
|
"description": "Removes the gutter between `v-col`s."
|
5501
5805
|
},
|
5502
|
-
"v-row/align": {
|
5503
|
-
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
5504
|
-
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
5505
|
-
},
|
5506
5806
|
"v-row/align-sm": {
|
5507
5807
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
5508
5808
|
"description": "Changes the **align-items** property on small and greater breakpoints."
|
@@ -5740,7 +6040,7 @@
|
|
5740
6040
|
"description": "Sets the DOM id on the component"
|
5741
6041
|
},
|
5742
6042
|
"v-select/items": {
|
5743
|
-
"type": "
|
6043
|
+
"type": "any[]",
|
5744
6044
|
"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."
|
5745
6045
|
},
|
5746
6046
|
"v-select/active": {
|
@@ -5800,7 +6100,7 @@
|
|
5800
6100
|
"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."
|
5801
6101
|
},
|
5802
6102
|
"v-select/transition": {
|
5803
|
-
"type": "string | { component:
|
6103
|
+
"type": "string | { component: Component }",
|
5804
6104
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
5805
6105
|
},
|
5806
6106
|
"v-select/multiple": {
|
@@ -5949,7 +6249,7 @@
|
|
5949
6249
|
},
|
5950
6250
|
"v-selection-control/type": {
|
5951
6251
|
"type": "string",
|
5952
|
-
"description": "MISSING DESCRIPTION
|
6252
|
+
"description": "MISSING DESCRIPTION"
|
5953
6253
|
},
|
5954
6254
|
"v-selection-control/model-value": {
|
5955
6255
|
"type": "unknown",
|
@@ -5957,7 +6257,7 @@
|
|
5957
6257
|
},
|
5958
6258
|
"v-selection-control/error": {
|
5959
6259
|
"type": "boolean",
|
5960
|
-
"description": "
|
6260
|
+
"description": "MISSING DESCRIPTION"
|
5961
6261
|
},
|
5962
6262
|
"v-selection-control/density": {
|
5963
6263
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
@@ -5977,11 +6277,11 @@
|
|
5977
6277
|
},
|
5978
6278
|
"v-selection-control/value": {
|
5979
6279
|
"type": "any",
|
5980
|
-
"description": "
|
6280
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
5981
6281
|
},
|
5982
6282
|
"v-selection-control/id": {
|
5983
6283
|
"type": "string",
|
5984
|
-
"description": "
|
6284
|
+
"description": "MISSING DESCRIPTION"
|
5985
6285
|
},
|
5986
6286
|
"v-selection-control/ripple": {
|
5987
6287
|
"type": "boolean",
|
@@ -5997,7 +6297,7 @@
|
|
5997
6297
|
},
|
5998
6298
|
"v-selection-control/multiple": {
|
5999
6299
|
"type": "boolean",
|
6000
|
-
"description": "
|
6300
|
+
"description": "MISSING DESCRIPTION"
|
6001
6301
|
},
|
6002
6302
|
"v-selection-control/value-comparator": {
|
6003
6303
|
"type": "(a: any, b: any) => boolean",
|
@@ -6005,11 +6305,11 @@
|
|
6005
6305
|
},
|
6006
6306
|
"v-selection-control/readonly": {
|
6007
6307
|
"type": "boolean",
|
6008
|
-
"description": "
|
6308
|
+
"description": "MISSING DESCRIPTION"
|
6009
6309
|
},
|
6010
6310
|
"v-selection-control/inline": {
|
6011
6311
|
"type": "boolean",
|
6012
|
-
"description": "MISSING DESCRIPTION
|
6312
|
+
"description": "MISSING DESCRIPTION"
|
6013
6313
|
},
|
6014
6314
|
"v-selection-control/true-value": {
|
6015
6315
|
"type": "any",
|
@@ -6019,17 +6319,21 @@
|
|
6019
6319
|
"type": "any",
|
6020
6320
|
"description": "Sets value for falsy state"
|
6021
6321
|
},
|
6322
|
+
"v-selection-control/defaults-target": {
|
6323
|
+
"type": "string",
|
6324
|
+
"description": "MISSING DESCRIPTION"
|
6325
|
+
},
|
6022
6326
|
"v-selection-control/false-icon": {
|
6023
6327
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6024
|
-
"description": "
|
6328
|
+
"description": "MISSING DESCRIPTION"
|
6025
6329
|
},
|
6026
6330
|
"v-selection-control/true-icon": {
|
6027
6331
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6028
|
-
"description": "
|
6332
|
+
"description": "MISSING DESCRIPTION"
|
6029
6333
|
},
|
6030
6334
|
"v-selection-control-group/type": {
|
6031
6335
|
"type": "string",
|
6032
|
-
"description": "
|
6336
|
+
"description": "Provides the default type for children selection controls."
|
6033
6337
|
},
|
6034
6338
|
"v-selection-control-group/model-value": {
|
6035
6339
|
"type": "any",
|
@@ -6081,7 +6385,11 @@
|
|
6081
6385
|
},
|
6082
6386
|
"v-selection-control-group/inline": {
|
6083
6387
|
"type": "boolean",
|
6084
|
-
"description": "
|
6388
|
+
"description": "Puts children inputs into a row."
|
6389
|
+
},
|
6390
|
+
"v-selection-control-group/defaults-target": {
|
6391
|
+
"type": "string",
|
6392
|
+
"description": "The target component to provide defaults values for."
|
6085
6393
|
},
|
6086
6394
|
"v-selection-control-group/false-icon": {
|
6087
6395
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
@@ -6091,10 +6399,6 @@
|
|
6091
6399
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6092
6400
|
"description": "The icon used when active"
|
6093
6401
|
},
|
6094
|
-
"v-selection-control-group/defaults-target": {
|
6095
|
-
"type": "string",
|
6096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
6097
|
-
},
|
6098
6402
|
"v-sheet/border": {
|
6099
6403
|
"type": "string | number | boolean",
|
6100
6404
|
"description": "Applies border styles to component."
|
@@ -6152,7 +6456,7 @@
|
|
6152
6456
|
"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)"
|
6153
6457
|
},
|
6154
6458
|
"v-skeleton-loader/type": {
|
6155
|
-
"type": "
|
6459
|
+
"type": "string | string[]",
|
6156
6460
|
"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."
|
6157
6461
|
},
|
6158
6462
|
"v-skeleton-loader/height": {
|
@@ -6617,7 +6921,7 @@
|
|
6617
6921
|
},
|
6618
6922
|
"v-snackbar/close-on-content-click": {
|
6619
6923
|
"type": "boolean",
|
6620
|
-
"description": "
|
6924
|
+
"description": "Closes component when you click on its content"
|
6621
6925
|
},
|
6622
6926
|
"v-snackbar/close-delay": {
|
6623
6927
|
"type": "string | number",
|
@@ -6645,7 +6949,7 @@
|
|
6645
6949
|
},
|
6646
6950
|
"v-snackbar/attach": {
|
6647
6951
|
"type": "string | boolean | Element",
|
6648
|
-
"description": "Specifies which DOM element
|
6952
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
6649
6953
|
},
|
6650
6954
|
"v-snackbar/vertical": {
|
6651
6955
|
"type": "boolean",
|
@@ -6677,7 +6981,7 @@
|
|
6677
6981
|
},
|
6678
6982
|
"v-switch/type": {
|
6679
6983
|
"type": "string",
|
6680
|
-
"description": "MISSING DESCRIPTION
|
6984
|
+
"description": "MISSING DESCRIPTION"
|
6681
6985
|
},
|
6682
6986
|
"v-switch/model-value": {
|
6683
6987
|
"type": "any",
|
@@ -6705,11 +7009,11 @@
|
|
6705
7009
|
},
|
6706
7010
|
"v-switch/value": {
|
6707
7011
|
"type": "any",
|
6708
|
-
"description": "The
|
7012
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
6709
7013
|
},
|
6710
7014
|
"v-switch/id": {
|
6711
7015
|
"type": "string",
|
6712
|
-
"description": "
|
7016
|
+
"description": "MISSING DESCRIPTION"
|
6713
7017
|
},
|
6714
7018
|
"v-switch/prepend-icon": {
|
6715
7019
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
@@ -6793,7 +7097,7 @@
|
|
6793
7097
|
},
|
6794
7098
|
"v-switch/inline": {
|
6795
7099
|
"type": "boolean",
|
6796
|
-
"description": "MISSING DESCRIPTION
|
7100
|
+
"description": "MISSING DESCRIPTION"
|
6797
7101
|
},
|
6798
7102
|
"v-switch/indeterminate": {
|
6799
7103
|
"type": "boolean",
|
@@ -6807,13 +7111,17 @@
|
|
6807
7111
|
"type": "any",
|
6808
7112
|
"description": "Sets value for falsy state"
|
6809
7113
|
},
|
7114
|
+
"v-switch/defaults-target": {
|
7115
|
+
"type": "string",
|
7116
|
+
"description": "MISSING DESCRIPTION"
|
7117
|
+
},
|
6810
7118
|
"v-switch/false-icon": {
|
6811
7119
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6812
|
-
"description": "
|
7120
|
+
"description": "MISSING DESCRIPTION"
|
6813
7121
|
},
|
6814
7122
|
"v-switch/true-icon": {
|
6815
7123
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6816
|
-
"description": "
|
7124
|
+
"description": "MISSING DESCRIPTION"
|
6817
7125
|
},
|
6818
7126
|
"v-switch/inset": {
|
6819
7127
|
"type": "boolean",
|
@@ -6921,7 +7229,7 @@
|
|
6921
7229
|
},
|
6922
7230
|
"v-tab/color": {
|
6923
7231
|
"type": "string",
|
6924
|
-
"description": "Applies specified color to the
|
7232
|
+
"description": "Applies specified color to the selected tab - 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)"
|
6925
7233
|
},
|
6926
7234
|
"v-tab/variant": {
|
6927
7235
|
"type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
@@ -7107,14 +7415,14 @@
|
|
7107
7415
|
"type": "boolean",
|
7108
7416
|
"description": "Hide's the generated `v-tabs-slider`"
|
7109
7417
|
},
|
7110
|
-
"v-tabs/fixed-tabs": {
|
7111
|
-
"type": "boolean",
|
7112
|
-
"description": "`v-tabs-item` min-width 160px, max-width 360px"
|
7113
|
-
},
|
7114
7418
|
"v-tabs/align-tabs": {
|
7115
7419
|
"type": "\"title\" | \"end\" | \"start\" | \"center\"",
|
7116
7420
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
|
7117
7421
|
},
|
7422
|
+
"v-tabs/fixed-tabs": {
|
7423
|
+
"type": "boolean",
|
7424
|
+
"description": "`v-tabs-item` min-width 160px, max-width 360px"
|
7425
|
+
},
|
7118
7426
|
"v-text-field/flat": {
|
7119
7427
|
"type": "boolean",
|
7120
7428
|
"description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
|
@@ -7539,19 +7847,15 @@
|
|
7539
7847
|
"type": "\"horizontal\" | \"vertical\"",
|
7540
7848
|
"description": "Display timeline in a **vertical** or **horizontal** direction"
|
7541
7849
|
},
|
7542
|
-
"v-timeline/side": {
|
7543
|
-
"type": "\"end\" | \"start\"",
|
7544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7545
|
-
},
|
7546
7850
|
"v-timeline/align": {
|
7547
7851
|
"type": "\"start\" | \"center\"",
|
7548
7852
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7549
7853
|
},
|
7550
|
-
"v-timeline/
|
7551
|
-
"type": "
|
7854
|
+
"v-timeline/side": {
|
7855
|
+
"type": "\"end\" | \"start\"",
|
7552
7856
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7553
7857
|
},
|
7554
|
-
"v-timeline/
|
7858
|
+
"v-timeline/justify": {
|
7555
7859
|
"type": "string",
|
7556
7860
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7557
7861
|
},
|
@@ -7563,6 +7867,10 @@
|
|
7563
7867
|
"type": "string | number",
|
7564
7868
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7565
7869
|
},
|
7870
|
+
"v-timeline/line-color": {
|
7871
|
+
"type": "string",
|
7872
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7873
|
+
},
|
7566
7874
|
"v-timeline/truncate-line": {
|
7567
7875
|
"type": "\"end\" | \"start\" | \"both\"",
|
7568
7876
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
|
@@ -7631,14 +7939,14 @@
|
|
7631
7939
|
"type": "boolean",
|
7632
7940
|
"description": "Hide the timeline item dot"
|
7633
7941
|
},
|
7634
|
-
"v-timeline-item/icon-color": {
|
7635
|
-
"type": "string",
|
7636
|
-
"description": "Color of the icon"
|
7637
|
-
},
|
7638
7942
|
"v-timeline-item/hide-opposite": {
|
7639
7943
|
"type": "boolean",
|
7640
7944
|
"description": "Hide opposite content if it exists"
|
7641
7945
|
},
|
7946
|
+
"v-timeline-item/icon-color": {
|
7947
|
+
"type": "string",
|
7948
|
+
"description": "Color of the icon"
|
7949
|
+
},
|
7642
7950
|
"v-toolbar/title": {
|
7643
7951
|
"type": "string",
|
7644
7952
|
"description": "Specify a title text for the component."
|
@@ -7708,7 +8016,7 @@
|
|
7708
8016
|
"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)"
|
7709
8017
|
},
|
7710
8018
|
"v-toolbar-items/variant": {
|
7711
|
-
"type": "
|
8019
|
+
"type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
7712
8020
|
"description": "Applies a distinct style to the component"
|
7713
8021
|
},
|
7714
8022
|
"v-toolbar-title/text": {
|
@@ -7821,7 +8129,7 @@
|
|
7821
8129
|
},
|
7822
8130
|
"v-tooltip/close-on-content-click": {
|
7823
8131
|
"type": "boolean",
|
7824
|
-
"description": "
|
8132
|
+
"description": "Closes component when you click on its content"
|
7825
8133
|
},
|
7826
8134
|
"v-tooltip/close-delay": {
|
7827
8135
|
"type": "string | number",
|
@@ -7853,7 +8161,7 @@
|
|
7853
8161
|
},
|
7854
8162
|
"v-tooltip/attach": {
|
7855
8163
|
"type": "string | boolean | Element",
|
7856
|
-
"description": "Specifies which DOM element
|
8164
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
7857
8165
|
},
|
7858
8166
|
"v-validation/model-value": {
|
7859
8167
|
"type": "any",
|
@@ -7960,8 +8268,8 @@
|
|
7960
8268
|
"description": "Configure the active CSS class applied when an item is selected."
|
7961
8269
|
},
|
7962
8270
|
"v-window/direction": {
|
7963
|
-
"type": "
|
7964
|
-
"description": "
|
8271
|
+
"type": "\"horizontal\" | \"vertical\"",
|
8272
|
+
"description": "The transition direction when changing windows."
|
7965
8273
|
},
|
7966
8274
|
"v-window/mandatory": {
|
7967
8275
|
"type": "\"force\"",
|