@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.6
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 +43 -2
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +261 -205
- package/dist/json/importMap.json +175 -219
- package/dist/json/tags.json +74 -104
- package/dist/json/web-types.json +880 -835
- package/dist/vuetify.css +597 -407
- package/dist/vuetify.d.ts +6770 -2144
- package/dist/vuetify.esm.js +9075 -8454
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9074 -8453
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1040
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs +4 -0
- package/lib/blueprints/index.mjs.map +1 -0
- package/lib/blueprints/md1.mjs +63 -0
- package/lib/blueprints/md1.mjs.map +1 -0
- package/lib/blueprints/md2.mjs +60 -0
- package/lib/blueprints/md2.mjs.map +1 -0
- package/lib/blueprints/md3.mjs +74 -0
- package/lib/blueprints/md3.mjs.map +1 -0
- package/lib/components/VAlert/VAlert.css +5 -5
- package/lib/components/VAlert/VAlert.mjs +8 -2
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +0 -2
- package/lib/components/VApp/VApp.css +2 -5
- package/lib/components/VApp/VApp.mjs +3 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +11 -12
- package/lib/components/VApp/variables.scss +6 -0
- package/lib/components/VAppBar/VAppBar.mjs +4 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +0 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -12
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +4 -3
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +54 -21
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -2
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VBadge/VBadge.mjs +8 -7
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +0 -1
- package/lib/components/VBadge/_variables.scss +2 -2
- package/lib/components/VBanner/VBanner.css +7 -7
- package/lib/components/VBanner/VBanner.mjs +24 -17
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +6 -8
- package/lib/components/VBanner/VBannerActions.mjs +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.mjs +0 -2
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +4 -11
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +5 -13
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +30 -19
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +2 -1
- package/lib/components/VBtn/VBtn.css +72 -15
- package/lib/components/VBtn/VBtn.mjs +70 -27
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +70 -13
- package/lib/components/VBtn/_variables.scss +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VBtnToggle/_variables.scss +1 -0
- package/lib/components/VCard/VCard.css +86 -69
- package/lib/components/VCard/VCard.mjs +52 -66
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +74 -62
- package/lib/components/VCard/VCardActions.mjs +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +88 -0
- package/lib/components/VCard/VCardItem.mjs.map +1 -0
- package/lib/components/VCard/_variables.scss +40 -24
- package/lib/components/VCard/index.mjs +1 -5
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +5 -4
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +142 -65
- package/lib/components/VChip/VChip.mjs +77 -38
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +6 -1
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +1 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -1
- package/lib/components/VChipGroup/_variables.scss +1 -1
- package/lib/components/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_variables.scss +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +16 -10
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VCombobox/VCombobox.mjs +52 -36
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -2
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -2
- package/lib/components/VCounter/_variables.scss +2 -1
- package/lib/components/VDialog/VDialog.css +2 -5
- package/lib/components/VDialog/VDialog.mjs +25 -25
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +1 -5
- package/lib/components/VDialog/_variables.scss +0 -1
- package/lib/components/VDivider/VDivider.mjs +16 -17
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +9 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/_variables.scss +15 -10
- package/lib/components/VField/VField.css +11 -11
- package/lib/components/VField/VField.mjs +19 -12
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +8 -10
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VFileInput/VFileInput.css +3 -3
- package/lib/components/VFileInput/VFileInput.mjs +12 -7
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -4
- package/lib/components/VFooter/VFooter.mjs +4 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +0 -1
- package/lib/components/VFooter/_variables.scss +2 -1
- package/lib/components/VForm/VForm.mjs +3 -3
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +0 -8
- package/lib/components/VIcon/VIcon.mjs +20 -21
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +0 -9
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VInput/VInput.mjs +13 -9
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +0 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -0
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VLabel/VLabel.mjs +4 -3
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +0 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLazy/VLazy.mjs +5 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VList.css +2 -2
- package/lib/components/VList/VList.mjs +16 -18
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -2
- package/lib/components/VList/VListChildren.mjs +7 -6
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +45 -31
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +84 -58
- package/lib/components/VList/VListItem.mjs +78 -45
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +68 -40
- package/lib/components/VList/VListItemAction.mjs +8 -9
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -3
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +4 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +11 -5
- package/lib/components/VList/index.mjs +2 -5
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs +4 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +0 -1
- package/lib/components/VMain/_variables.scss +1 -1
- package/lib/components/VMenu/VMenu.mjs +5 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +0 -1
- package/lib/components/VMessages/VMessages.mjs +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +10 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +2 -1
- package/lib/components/VNavigationDrawer/touch.mjs +5 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +10 -8
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +0 -1
- package/lib/components/VOverlay/locationStrategies.mjs +267 -78
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +4 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +3 -3
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +41 -23
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +0 -1
- package/lib/components/VParallax/VParallax.mjs +5 -5
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressCircular/_variables.scss +2 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +6 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -3
- package/lib/components/VRadioGroup/_variables.scss +3 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +6 -5
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +2 -1
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +61 -22
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -2
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +12 -10
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/_variables.scss +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +1 -6
- package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
- package/lib/components/VSheet/VSheet.mjs +3 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSheet/_variables.scss +3 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +47 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +7 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/_variables.scss +0 -5
- package/lib/components/VSlideGroup/index.mjs +2 -2
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +7 -9
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +0 -2
- package/lib/components/VSlider/VSliderThumb.mjs +6 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +0 -2
- package/lib/components/VSlider/VSliderTrack.mjs +11 -10
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +0 -2
- package/lib/components/VSlider/slider.mjs +4 -4
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -5
- package/lib/components/VSnackbar/VSnackbar.mjs +49 -49
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -1
- package/lib/components/VSnackbar/_variables.scss +2 -0
- package/lib/components/VSwitch/VSwitch.css +7 -0
- package/lib/components/VSwitch/VSwitch.mjs +8 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -1
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.mjs +5 -13
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -1
- package/lib/components/VSystemBar/_variables.scss +2 -1
- package/lib/components/VTable/VTable.css +1 -0
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTabs/VTab.css +3 -1
- package/lib/components/VTabs/VTab.mjs +4 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +4 -2
- package/lib/components/VTabs/VTabs.mjs +15 -12
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +0 -1
- package/lib/components/VTabs/_variables.scss +2 -0
- package/lib/components/VTextField/VTextField.mjs +25 -13
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +0 -1
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +22 -12
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +0 -2
- package/lib/components/VTextarea/_variables.scss +1 -0
- package/lib/components/VTimeline/VTimeline.mjs +24 -25
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +3 -3
- package/lib/components/VTimeline/VTimelineDivider.mjs +41 -38
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +10 -11
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_variables.scss +11 -6
- package/lib/components/VToolbar/VToolbar.css +15 -6
- package/lib/components/VToolbar/VToolbar.mjs +9 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +15 -7
- package/lib/components/VToolbar/VToolbarItems.mjs +12 -8
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +6 -2
- package/lib/components/VTooltip/VTooltip.mjs +41 -39
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/VWindow/VWindow.mjs +4 -4
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +21 -11
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/index.d.ts +7316 -2666
- package/lib/components/transitions/dialog-transition.mjs +3 -0
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs +0 -5
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -11
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +6 -6
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/items.mjs +2 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/location.mjs +4 -8
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/size.mjs +2 -2
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +7 -7
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +15 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +15 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +7 -5
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +29 -7
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +68 -70
- package/lib/styles/generic/_transitions.scss +13 -77
- package/lib/styles/main.css +44 -58
- package/lib/styles/tools/_variant.sass +6 -6
- package/lib/util/anchor.mjs +34 -28
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs +2 -2
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +19 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +21 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +16 -10
- package/lib/components/VBanner/VBannerAvatar.mjs +0 -20
- package/lib/components/VBanner/VBannerAvatar.mjs.map +0 -1
- package/lib/components/VBanner/VBannerIcon.mjs +0 -20
- package/lib/components/VBanner/VBannerIcon.mjs.map +0 -1
- package/lib/components/VBreadcrumbs/shared.mjs +0 -2
- package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
- package/lib/components/VCard/VCardAvatar.mjs +0 -3
- package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
- package/lib/components/VCard/VCardContent.mjs +0 -3
- package/lib/components/VCard/VCardContent.mjs.map +0 -1
- package/lib/components/VCard/VCardHeader.mjs +0 -3
- package/lib/components/VCard/VCardHeader.mjs.map +0 -1
- package/lib/components/VCard/VCardHeaderText.mjs +0 -3
- package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
- package/lib/components/VCard/VCardImg.mjs +0 -3
- package/lib/components/VCard/VCardImg.mjs.map +0 -1
- package/lib/components/VList/VListItemAvatar.mjs +0 -23
- package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
- package/lib/components/VList/VListItemHeader.mjs +0 -3
- package/lib/components/VList/VListItemHeader.mjs.map +0 -1
- package/lib/components/VList/VListItemIcon.mjs +0 -23
- package/lib/components/VList/VListItemIcon.mjs.map +0 -1
- package/lib/components/VTimeline/shared.mjs +0 -2
- package/lib/components/VTimeline/shared.mjs.map +0 -1
- package/lib/presets/default/index.mjs +0 -71
- package/lib/presets/default/index.mjs.map +0 -1
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
"v-alert/variant": {
|
|
207
207
|
"type": "string",
|
|
208
|
-
"description": "Applies one of 6 styles
|
|
208
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
209
209
|
},
|
|
210
210
|
"v-alert-title/tag": {
|
|
211
211
|
"type": "string",
|
|
@@ -255,10 +255,18 @@
|
|
|
255
255
|
"type": "boolean",
|
|
256
256
|
"description": ""
|
|
257
257
|
},
|
|
258
|
+
"v-autocomplete/menu": {
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"description": ""
|
|
261
|
+
},
|
|
258
262
|
"v-autocomplete/menu-icon": {
|
|
259
263
|
"type": "string|function|object",
|
|
260
264
|
"description": ""
|
|
261
265
|
},
|
|
266
|
+
"v-autocomplete/menu-props": {
|
|
267
|
+
"type": "object",
|
|
268
|
+
"description": ""
|
|
269
|
+
},
|
|
262
270
|
"v-autocomplete/model-value": {
|
|
263
271
|
"type": "any",
|
|
264
272
|
"description": ""
|
|
@@ -503,78 +511,6 @@
|
|
|
503
511
|
"type": "any",
|
|
504
512
|
"description": ""
|
|
505
513
|
},
|
|
506
|
-
"v-banner-avatar/color": {
|
|
507
|
-
"type": "string",
|
|
508
|
-
"description": ""
|
|
509
|
-
},
|
|
510
|
-
"v-banner-avatar/start": {
|
|
511
|
-
"type": "boolean",
|
|
512
|
-
"description": ""
|
|
513
|
-
},
|
|
514
|
-
"v-banner-avatar/end": {
|
|
515
|
-
"type": "boolean",
|
|
516
|
-
"description": ""
|
|
517
|
-
},
|
|
518
|
-
"v-banner-avatar/icon": {
|
|
519
|
-
"type": "string|function|object",
|
|
520
|
-
"description": ""
|
|
521
|
-
},
|
|
522
|
-
"v-banner-avatar/image": {
|
|
523
|
-
"type": "string",
|
|
524
|
-
"description": ""
|
|
525
|
-
},
|
|
526
|
-
"v-banner-avatar/density": {
|
|
527
|
-
"type": "string",
|
|
528
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
529
|
-
},
|
|
530
|
-
"v-banner-avatar/rounded": {
|
|
531
|
-
"type": "boolean|number|string",
|
|
532
|
-
"description": ""
|
|
533
|
-
},
|
|
534
|
-
"v-banner-avatar/size": {
|
|
535
|
-
"type": "string|number",
|
|
536
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
537
|
-
},
|
|
538
|
-
"v-banner-avatar/tag": {
|
|
539
|
-
"type": "string",
|
|
540
|
-
"description": "Specify a custom tag used on the root element."
|
|
541
|
-
},
|
|
542
|
-
"v-banner-icon/color": {
|
|
543
|
-
"type": "string",
|
|
544
|
-
"description": ""
|
|
545
|
-
},
|
|
546
|
-
"v-banner-icon/start": {
|
|
547
|
-
"type": "boolean",
|
|
548
|
-
"description": ""
|
|
549
|
-
},
|
|
550
|
-
"v-banner-icon/end": {
|
|
551
|
-
"type": "boolean",
|
|
552
|
-
"description": ""
|
|
553
|
-
},
|
|
554
|
-
"v-banner-icon/icon": {
|
|
555
|
-
"type": "string|function|object",
|
|
556
|
-
"description": ""
|
|
557
|
-
},
|
|
558
|
-
"v-banner-icon/image": {
|
|
559
|
-
"type": "string",
|
|
560
|
-
"description": ""
|
|
561
|
-
},
|
|
562
|
-
"v-banner-icon/density": {
|
|
563
|
-
"type": "string",
|
|
564
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
565
|
-
},
|
|
566
|
-
"v-banner-icon/rounded": {
|
|
567
|
-
"type": "boolean|number|string",
|
|
568
|
-
"description": ""
|
|
569
|
-
},
|
|
570
|
-
"v-banner-icon/size": {
|
|
571
|
-
"type": "string|number",
|
|
572
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
573
|
-
},
|
|
574
|
-
"v-banner-icon/tag": {
|
|
575
|
-
"type": "string",
|
|
576
|
-
"description": "Specify a custom tag used on the root element."
|
|
577
|
-
},
|
|
578
514
|
"v-banner-text/tag": {
|
|
579
515
|
"type": "string",
|
|
580
516
|
"description": ""
|
|
@@ -723,7 +659,7 @@
|
|
|
723
659
|
"type": "any",
|
|
724
660
|
"description": ""
|
|
725
661
|
},
|
|
726
|
-
"v-breadcrumbs-item/
|
|
662
|
+
"v-breadcrumbs-item/title": {
|
|
727
663
|
"type": "any",
|
|
728
664
|
"description": ""
|
|
729
665
|
},
|
|
@@ -835,6 +771,10 @@
|
|
|
835
771
|
"type": "string",
|
|
836
772
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
837
773
|
},
|
|
774
|
+
"v-btn/loading": {
|
|
775
|
+
"type": "boolean",
|
|
776
|
+
"description": ""
|
|
777
|
+
},
|
|
838
778
|
"v-btn/location": {
|
|
839
779
|
"type": "string",
|
|
840
780
|
"description": ""
|
|
@@ -873,7 +813,7 @@
|
|
|
873
813
|
},
|
|
874
814
|
"v-btn/variant": {
|
|
875
815
|
"type": "string",
|
|
876
|
-
"description": "Applies one of 6 styles
|
|
816
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
877
817
|
},
|
|
878
818
|
"v-btn-group/divided": {
|
|
879
819
|
"type": "any",
|
|
@@ -909,7 +849,7 @@
|
|
|
909
849
|
},
|
|
910
850
|
"v-btn-group/variant": {
|
|
911
851
|
"type": "string",
|
|
912
|
-
"description": "Applies one of 6 styles
|
|
852
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
913
853
|
},
|
|
914
854
|
"v-btn-toggle/model-value": {
|
|
915
855
|
"type": "any",
|
|
@@ -1027,6 +967,10 @@
|
|
|
1027
967
|
"type": "number|string",
|
|
1028
968
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1029
969
|
},
|
|
970
|
+
"v-card/loading": {
|
|
971
|
+
"type": "boolean",
|
|
972
|
+
"description": ""
|
|
973
|
+
},
|
|
1030
974
|
"v-card/location": {
|
|
1031
975
|
"type": "string",
|
|
1032
976
|
"description": ""
|
|
@@ -1061,28 +1005,36 @@
|
|
|
1061
1005
|
},
|
|
1062
1006
|
"v-card/variant": {
|
|
1063
1007
|
"type": "string",
|
|
1064
|
-
"description": "Applies one of 6 styles
|
|
1008
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1065
1009
|
},
|
|
1066
|
-
"v-card-avatar
|
|
1067
|
-
"type": "
|
|
1010
|
+
"v-card-item/append-avatar": {
|
|
1011
|
+
"type": "any",
|
|
1068
1012
|
"description": ""
|
|
1069
1013
|
},
|
|
1070
|
-
"v-card-
|
|
1071
|
-
"type": "
|
|
1014
|
+
"v-card-item/append-icon": {
|
|
1015
|
+
"type": "any",
|
|
1072
1016
|
"description": ""
|
|
1073
1017
|
},
|
|
1074
|
-
"v-card-
|
|
1075
|
-
"type": "
|
|
1018
|
+
"v-card-item/prepend-avatar": {
|
|
1019
|
+
"type": "any",
|
|
1076
1020
|
"description": ""
|
|
1077
1021
|
},
|
|
1078
|
-
"v-card-
|
|
1079
|
-
"type": "
|
|
1022
|
+
"v-card-item/prepend-icon": {
|
|
1023
|
+
"type": "any",
|
|
1080
1024
|
"description": ""
|
|
1081
1025
|
},
|
|
1082
|
-
"v-card-
|
|
1083
|
-
"type": "
|
|
1026
|
+
"v-card-item/subtitle": {
|
|
1027
|
+
"type": "any",
|
|
1084
1028
|
"description": ""
|
|
1085
1029
|
},
|
|
1030
|
+
"v-card-item/title": {
|
|
1031
|
+
"type": "any",
|
|
1032
|
+
"description": ""
|
|
1033
|
+
},
|
|
1034
|
+
"v-card-item/density": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1037
|
+
},
|
|
1086
1038
|
"v-card-subtitle/tag": {
|
|
1087
1039
|
"type": "string",
|
|
1088
1040
|
"description": ""
|
|
@@ -1143,14 +1095,6 @@
|
|
|
1143
1095
|
"type": "any",
|
|
1144
1096
|
"description": ""
|
|
1145
1097
|
},
|
|
1146
|
-
"v-checkbox/indeterminate": {
|
|
1147
|
-
"type": "any",
|
|
1148
|
-
"description": "Sets an indeterminate state for the checkbox"
|
|
1149
|
-
},
|
|
1150
|
-
"v-checkbox/indeterminate-icon": {
|
|
1151
|
-
"type": "string|function|object",
|
|
1152
|
-
"description": "The icon used when in an indeterminate state"
|
|
1153
|
-
},
|
|
1154
1098
|
"v-checkbox/id": {
|
|
1155
1099
|
"type": "string",
|
|
1156
1100
|
"description": ""
|
|
@@ -1211,6 +1155,18 @@
|
|
|
1211
1155
|
"type": "any",
|
|
1212
1156
|
"description": ""
|
|
1213
1157
|
},
|
|
1158
|
+
"v-checkbox/validation-value": {
|
|
1159
|
+
"type": "any",
|
|
1160
|
+
"description": ""
|
|
1161
|
+
},
|
|
1162
|
+
"v-checkbox/indeterminate": {
|
|
1163
|
+
"type": "boolean",
|
|
1164
|
+
"description": "Sets an indeterminate state for the checkbox"
|
|
1165
|
+
},
|
|
1166
|
+
"v-checkbox/indeterminate-icon": {
|
|
1167
|
+
"type": "string|function|object",
|
|
1168
|
+
"description": "The icon used when in an indeterminate state"
|
|
1169
|
+
},
|
|
1214
1170
|
"v-checkbox/color": {
|
|
1215
1171
|
"type": "string",
|
|
1216
1172
|
"description": ""
|
|
@@ -1263,6 +1219,94 @@
|
|
|
1263
1219
|
"type": "string",
|
|
1264
1220
|
"description": "Specify a theme for this component and all of its children"
|
|
1265
1221
|
},
|
|
1222
|
+
"v-checkbox-btn/indeterminate": {
|
|
1223
|
+
"type": "boolean",
|
|
1224
|
+
"description": ""
|
|
1225
|
+
},
|
|
1226
|
+
"v-checkbox-btn/indeterminate-icon": {
|
|
1227
|
+
"type": "string|function|object",
|
|
1228
|
+
"description": ""
|
|
1229
|
+
},
|
|
1230
|
+
"v-checkbox-btn/color": {
|
|
1231
|
+
"type": "string",
|
|
1232
|
+
"description": ""
|
|
1233
|
+
},
|
|
1234
|
+
"v-checkbox-btn/disabled": {
|
|
1235
|
+
"type": "boolean",
|
|
1236
|
+
"description": ""
|
|
1237
|
+
},
|
|
1238
|
+
"v-checkbox-btn/error": {
|
|
1239
|
+
"type": "boolean",
|
|
1240
|
+
"description": ""
|
|
1241
|
+
},
|
|
1242
|
+
"v-checkbox-btn/id": {
|
|
1243
|
+
"type": "string",
|
|
1244
|
+
"description": ""
|
|
1245
|
+
},
|
|
1246
|
+
"v-checkbox-btn/inline": {
|
|
1247
|
+
"type": "boolean",
|
|
1248
|
+
"description": ""
|
|
1249
|
+
},
|
|
1250
|
+
"v-checkbox-btn/label": {
|
|
1251
|
+
"type": "string",
|
|
1252
|
+
"description": ""
|
|
1253
|
+
},
|
|
1254
|
+
"v-checkbox-btn/false-icon": {
|
|
1255
|
+
"type": "string|function|object",
|
|
1256
|
+
"description": ""
|
|
1257
|
+
},
|
|
1258
|
+
"v-checkbox-btn/true-icon": {
|
|
1259
|
+
"type": "string|function|object",
|
|
1260
|
+
"description": ""
|
|
1261
|
+
},
|
|
1262
|
+
"v-checkbox-btn/ripple": {
|
|
1263
|
+
"type": "boolean",
|
|
1264
|
+
"description": ""
|
|
1265
|
+
},
|
|
1266
|
+
"v-checkbox-btn/multiple": {
|
|
1267
|
+
"type": "boolean",
|
|
1268
|
+
"description": ""
|
|
1269
|
+
},
|
|
1270
|
+
"v-checkbox-btn/name": {
|
|
1271
|
+
"type": "string",
|
|
1272
|
+
"description": ""
|
|
1273
|
+
},
|
|
1274
|
+
"v-checkbox-btn/readonly": {
|
|
1275
|
+
"type": "boolean",
|
|
1276
|
+
"description": ""
|
|
1277
|
+
},
|
|
1278
|
+
"v-checkbox-btn/true-value": {
|
|
1279
|
+
"type": "any",
|
|
1280
|
+
"description": "Sets value for truthy state"
|
|
1281
|
+
},
|
|
1282
|
+
"v-checkbox-btn/false-value": {
|
|
1283
|
+
"type": "any",
|
|
1284
|
+
"description": "Sets value for falsy state"
|
|
1285
|
+
},
|
|
1286
|
+
"v-checkbox-btn/model-value": {
|
|
1287
|
+
"type": "any",
|
|
1288
|
+
"description": ""
|
|
1289
|
+
},
|
|
1290
|
+
"v-checkbox-btn/type": {
|
|
1291
|
+
"type": "string",
|
|
1292
|
+
"description": ""
|
|
1293
|
+
},
|
|
1294
|
+
"v-checkbox-btn/value": {
|
|
1295
|
+
"type": "any",
|
|
1296
|
+
"description": ""
|
|
1297
|
+
},
|
|
1298
|
+
"v-checkbox-btn/value-comparator": {
|
|
1299
|
+
"type": "function",
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1302
|
+
"v-checkbox-btn/theme": {
|
|
1303
|
+
"type": "string",
|
|
1304
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1305
|
+
},
|
|
1306
|
+
"v-checkbox-btn/density": {
|
|
1307
|
+
"type": "string",
|
|
1308
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1309
|
+
},
|
|
1266
1310
|
"v-chip/active-class": {
|
|
1267
1311
|
"type": "any",
|
|
1268
1312
|
"description": ""
|
|
@@ -1389,7 +1433,7 @@
|
|
|
1389
1433
|
},
|
|
1390
1434
|
"v-chip/variant": {
|
|
1391
1435
|
"type": "string",
|
|
1392
|
-
"description": "Applies one of 6 styles
|
|
1436
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1393
1437
|
},
|
|
1394
1438
|
"v-chip-group/column": {
|
|
1395
1439
|
"type": "any",
|
|
@@ -1441,7 +1485,7 @@
|
|
|
1441
1485
|
},
|
|
1442
1486
|
"v-chip-group/variant": {
|
|
1443
1487
|
"type": "string",
|
|
1444
|
-
"description": "Applies one of 6 styles
|
|
1488
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1445
1489
|
},
|
|
1446
1490
|
"v-code/tag": {
|
|
1447
1491
|
"type": "string",
|
|
@@ -1555,10 +1599,18 @@
|
|
|
1555
1599
|
"type": "boolean",
|
|
1556
1600
|
"description": ""
|
|
1557
1601
|
},
|
|
1602
|
+
"v-combobox/menu": {
|
|
1603
|
+
"type": "boolean",
|
|
1604
|
+
"description": ""
|
|
1605
|
+
},
|
|
1558
1606
|
"v-combobox/menu-icon": {
|
|
1559
1607
|
"type": "string|function|object",
|
|
1560
1608
|
"description": ""
|
|
1561
1609
|
},
|
|
1610
|
+
"v-combobox/menu-props": {
|
|
1611
|
+
"type": "object",
|
|
1612
|
+
"description": ""
|
|
1613
|
+
},
|
|
1562
1614
|
"v-combobox/model-value": {
|
|
1563
1615
|
"type": "any",
|
|
1564
1616
|
"description": ""
|
|
@@ -2003,6 +2055,10 @@
|
|
|
2003
2055
|
"type": "array",
|
|
2004
2056
|
"description": ""
|
|
2005
2057
|
},
|
|
2058
|
+
"v-file-input/validation-value": {
|
|
2059
|
+
"type": "any",
|
|
2060
|
+
"description": ""
|
|
2061
|
+
},
|
|
2006
2062
|
"v-file-input/append-inner-icon": {
|
|
2007
2063
|
"type": "string|function|object",
|
|
2008
2064
|
"description": ""
|
|
@@ -2455,6 +2511,10 @@
|
|
|
2455
2511
|
"type": "any",
|
|
2456
2512
|
"description": ""
|
|
2457
2513
|
},
|
|
2514
|
+
"v-input/validation-value": {
|
|
2515
|
+
"type": "any",
|
|
2516
|
+
"description": ""
|
|
2517
|
+
},
|
|
2458
2518
|
"v-item-group/model-value": {
|
|
2459
2519
|
"type": "any",
|
|
2460
2520
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -2701,25 +2761,49 @@
|
|
|
2701
2761
|
},
|
|
2702
2762
|
"v-list/variant": {
|
|
2703
2763
|
"type": "string",
|
|
2704
|
-
"description": "Applies one of 6 styles
|
|
2764
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2705
2765
|
},
|
|
2706
|
-
"v-list-
|
|
2766
|
+
"v-list-group/title": {
|
|
2707
2767
|
"type": "any",
|
|
2708
2768
|
"description": ""
|
|
2709
2769
|
},
|
|
2710
|
-
"v-list-
|
|
2711
|
-
"type": "
|
|
2770
|
+
"v-list-group/active-color": {
|
|
2771
|
+
"type": "string",
|
|
2712
2772
|
"description": ""
|
|
2713
2773
|
},
|
|
2714
|
-
"v-list-
|
|
2715
|
-
"type": "
|
|
2774
|
+
"v-list-group/color": {
|
|
2775
|
+
"type": "string",
|
|
2716
2776
|
"description": ""
|
|
2717
2777
|
},
|
|
2718
|
-
"v-list-
|
|
2719
|
-
"type": "
|
|
2778
|
+
"v-list-group/collapse-icon": {
|
|
2779
|
+
"type": "string|function|object",
|
|
2720
2780
|
"description": ""
|
|
2721
2781
|
},
|
|
2722
|
-
"v-list-
|
|
2782
|
+
"v-list-group/expand-icon": {
|
|
2783
|
+
"type": "string|function|object",
|
|
2784
|
+
"description": ""
|
|
2785
|
+
},
|
|
2786
|
+
"v-list-group/prepend-icon": {
|
|
2787
|
+
"type": "string|function|object",
|
|
2788
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
2789
|
+
},
|
|
2790
|
+
"v-list-group/append-icon": {
|
|
2791
|
+
"type": "string|function|object",
|
|
2792
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
2793
|
+
},
|
|
2794
|
+
"v-list-group/fluid": {
|
|
2795
|
+
"type": "boolean",
|
|
2796
|
+
"description": ""
|
|
2797
|
+
},
|
|
2798
|
+
"v-list-group/subgroup": {
|
|
2799
|
+
"type": "boolean",
|
|
2800
|
+
"description": ""
|
|
2801
|
+
},
|
|
2802
|
+
"v-list-group/value": {
|
|
2803
|
+
"type": "any",
|
|
2804
|
+
"description": "Expands / Collapse the list-group"
|
|
2805
|
+
},
|
|
2806
|
+
"v-list-group/tag": {
|
|
2723
2807
|
"type": "string",
|
|
2724
2808
|
"description": "Specify a custom tag used on the root element."
|
|
2725
2809
|
},
|
|
@@ -2849,7 +2933,7 @@
|
|
|
2849
2933
|
},
|
|
2850
2934
|
"v-list-item/variant": {
|
|
2851
2935
|
"type": "string",
|
|
2852
|
-
"description": "Applies one of 6 styles
|
|
2936
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2853
2937
|
},
|
|
2854
2938
|
"v-list-item-action/start": {
|
|
2855
2939
|
"type": "any",
|
|
@@ -2863,74 +2947,6 @@
|
|
|
2863
2947
|
"type": "string",
|
|
2864
2948
|
"description": "Specify a custom tag used on the root element."
|
|
2865
2949
|
},
|
|
2866
|
-
"v-list-item-avatar/color": {
|
|
2867
|
-
"type": "string",
|
|
2868
|
-
"description": ""
|
|
2869
|
-
},
|
|
2870
|
-
"v-list-item-avatar/start": {
|
|
2871
|
-
"type": "boolean",
|
|
2872
|
-
"description": ""
|
|
2873
|
-
},
|
|
2874
|
-
"v-list-item-avatar/end": {
|
|
2875
|
-
"type": "boolean",
|
|
2876
|
-
"description": ""
|
|
2877
|
-
},
|
|
2878
|
-
"v-list-item-avatar/icon": {
|
|
2879
|
-
"type": "string|function|object",
|
|
2880
|
-
"description": ""
|
|
2881
|
-
},
|
|
2882
|
-
"v-list-item-avatar/image": {
|
|
2883
|
-
"type": "string",
|
|
2884
|
-
"description": ""
|
|
2885
|
-
},
|
|
2886
|
-
"v-list-item-avatar/density": {
|
|
2887
|
-
"type": "string",
|
|
2888
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
2889
|
-
},
|
|
2890
|
-
"v-list-item-avatar/rounded": {
|
|
2891
|
-
"type": "boolean|number|string",
|
|
2892
|
-
"description": ""
|
|
2893
|
-
},
|
|
2894
|
-
"v-list-item-avatar/size": {
|
|
2895
|
-
"type": "string|number",
|
|
2896
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
2897
|
-
},
|
|
2898
|
-
"v-list-item-avatar/tag": {
|
|
2899
|
-
"type": "string",
|
|
2900
|
-
"description": "Specify a custom tag used on the root element."
|
|
2901
|
-
},
|
|
2902
|
-
"v-list-item-header/tag": {
|
|
2903
|
-
"type": "string",
|
|
2904
|
-
"description": ""
|
|
2905
|
-
},
|
|
2906
|
-
"v-list-item-icon/color": {
|
|
2907
|
-
"type": "string",
|
|
2908
|
-
"description": ""
|
|
2909
|
-
},
|
|
2910
|
-
"v-list-item-icon/start": {
|
|
2911
|
-
"type": "boolean",
|
|
2912
|
-
"description": ""
|
|
2913
|
-
},
|
|
2914
|
-
"v-list-item-icon/end": {
|
|
2915
|
-
"type": "boolean",
|
|
2916
|
-
"description": ""
|
|
2917
|
-
},
|
|
2918
|
-
"v-list-item-icon/icon": {
|
|
2919
|
-
"type": "string|function|object",
|
|
2920
|
-
"description": "Designates a specific icon."
|
|
2921
|
-
},
|
|
2922
|
-
"v-list-item-icon/size": {
|
|
2923
|
-
"type": "string|number",
|
|
2924
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
2925
|
-
},
|
|
2926
|
-
"v-list-item-icon/tag": {
|
|
2927
|
-
"type": "string",
|
|
2928
|
-
"description": ""
|
|
2929
|
-
},
|
|
2930
|
-
"v-list-item-icon/theme": {
|
|
2931
|
-
"type": "string",
|
|
2932
|
-
"description": ""
|
|
2933
|
-
},
|
|
2934
2950
|
"v-list-item-media/start": {
|
|
2935
2951
|
"type": "any",
|
|
2936
2952
|
"description": ""
|
|
@@ -2951,27 +2967,23 @@
|
|
|
2951
2967
|
"type": "string",
|
|
2952
2968
|
"description": ""
|
|
2953
2969
|
},
|
|
2954
|
-
"v-list-
|
|
2970
|
+
"v-list-subheader/color": {
|
|
2955
2971
|
"type": "any",
|
|
2956
2972
|
"description": ""
|
|
2957
2973
|
},
|
|
2958
|
-
"v-list-
|
|
2974
|
+
"v-list-subheader/inset": {
|
|
2959
2975
|
"type": "any",
|
|
2960
2976
|
"description": ""
|
|
2961
2977
|
},
|
|
2962
|
-
"v-list-
|
|
2963
|
-
"type": "
|
|
2964
|
-
"description": ""
|
|
2965
|
-
},
|
|
2966
|
-
"v-list-group/expand-icon": {
|
|
2967
|
-
"type": "string|function|object",
|
|
2978
|
+
"v-list-subheader/sticky": {
|
|
2979
|
+
"type": "any",
|
|
2968
2980
|
"description": ""
|
|
2969
2981
|
},
|
|
2970
|
-
"v-list-
|
|
2982
|
+
"v-list-subheader/title": {
|
|
2971
2983
|
"type": "any",
|
|
2972
|
-
"description": "
|
|
2984
|
+
"description": ""
|
|
2973
2985
|
},
|
|
2974
|
-
"v-list-
|
|
2986
|
+
"v-list-subheader/tag": {
|
|
2975
2987
|
"type": "string",
|
|
2976
2988
|
"description": "Specify a custom tag used on the root element."
|
|
2977
2989
|
},
|
|
@@ -3199,6 +3211,10 @@
|
|
|
3199
3211
|
"type": "number|string",
|
|
3200
3212
|
"description": "Sets the width for the component."
|
|
3201
3213
|
},
|
|
3214
|
+
"v-overlay/eager": {
|
|
3215
|
+
"type": "boolean",
|
|
3216
|
+
"description": ""
|
|
3217
|
+
},
|
|
3202
3218
|
"v-overlay/location-strategy": {
|
|
3203
3219
|
"type": "string|function",
|
|
3204
3220
|
"description": ""
|
|
@@ -3212,7 +3228,7 @@
|
|
|
3212
3228
|
"description": ""
|
|
3213
3229
|
},
|
|
3214
3230
|
"v-overlay/offset": {
|
|
3215
|
-
"type": "number|string",
|
|
3231
|
+
"type": "number|string|array",
|
|
3216
3232
|
"description": ""
|
|
3217
3233
|
},
|
|
3218
3234
|
"v-overlay/scroll-strategy": {
|
|
@@ -3227,8 +3243,8 @@
|
|
|
3227
3243
|
"type": "boolean|string|object",
|
|
3228
3244
|
"description": ""
|
|
3229
3245
|
},
|
|
3230
|
-
"v-
|
|
3231
|
-
"type": "
|
|
3246
|
+
"v-pagination/active-color": {
|
|
3247
|
+
"type": "any",
|
|
3232
3248
|
"description": ""
|
|
3233
3249
|
},
|
|
3234
3250
|
"v-pagination/start": {
|
|
@@ -3303,10 +3319,6 @@
|
|
|
3303
3319
|
"type": "any",
|
|
3304
3320
|
"description": "Show buttons for going to first and last page"
|
|
3305
3321
|
},
|
|
3306
|
-
"v-pagination/rounded": {
|
|
3307
|
-
"type": "boolean|number|string",
|
|
3308
|
-
"description": ""
|
|
3309
|
-
},
|
|
3310
3322
|
"v-pagination/border": {
|
|
3311
3323
|
"type": "boolean|number|string",
|
|
3312
3324
|
"description": "Applies border styles to component."
|
|
@@ -3319,6 +3331,10 @@
|
|
|
3319
3331
|
"type": "number|string",
|
|
3320
3332
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3321
3333
|
},
|
|
3334
|
+
"v-pagination/rounded": {
|
|
3335
|
+
"type": "boolean|number|string",
|
|
3336
|
+
"description": ""
|
|
3337
|
+
},
|
|
3322
3338
|
"v-pagination/size": {
|
|
3323
3339
|
"type": "string|number",
|
|
3324
3340
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -3337,7 +3353,7 @@
|
|
|
3337
3353
|
},
|
|
3338
3354
|
"v-pagination/variant": {
|
|
3339
3355
|
"type": "string",
|
|
3340
|
-
"description": "Applies one of 6 styles
|
|
3356
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
3341
3357
|
},
|
|
3342
3358
|
"v-parallax/scale": {
|
|
3343
3359
|
"type": "number|string",
|
|
@@ -3519,6 +3535,10 @@
|
|
|
3519
3535
|
"type": "any",
|
|
3520
3536
|
"description": ""
|
|
3521
3537
|
},
|
|
3538
|
+
"v-radio-group/validation-value": {
|
|
3539
|
+
"type": "any",
|
|
3540
|
+
"description": ""
|
|
3541
|
+
},
|
|
3522
3542
|
"v-radio-group/color": {
|
|
3523
3543
|
"type": "string",
|
|
3524
3544
|
"description": ""
|
|
@@ -3635,6 +3655,10 @@
|
|
|
3635
3655
|
"type": "array",
|
|
3636
3656
|
"description": ""
|
|
3637
3657
|
},
|
|
3658
|
+
"v-range-slider/validation-value": {
|
|
3659
|
+
"type": "any",
|
|
3660
|
+
"description": ""
|
|
3661
|
+
},
|
|
3638
3662
|
"v-range-slider/max": {
|
|
3639
3663
|
"type": "number|string",
|
|
3640
3664
|
"description": ""
|
|
@@ -3835,10 +3859,18 @@
|
|
|
3835
3859
|
"type": "boolean",
|
|
3836
3860
|
"description": "Do not display in the select menu items that are already selected"
|
|
3837
3861
|
},
|
|
3862
|
+
"v-select/menu": {
|
|
3863
|
+
"type": "boolean",
|
|
3864
|
+
"description": ""
|
|
3865
|
+
},
|
|
3838
3866
|
"v-select/menu-icon": {
|
|
3839
3867
|
"type": "string|function|object",
|
|
3840
3868
|
"description": ""
|
|
3841
3869
|
},
|
|
3870
|
+
"v-select/menu-props": {
|
|
3871
|
+
"type": "object",
|
|
3872
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
3873
|
+
},
|
|
3842
3874
|
"v-select/model-value": {
|
|
3843
3875
|
"type": "any",
|
|
3844
3876
|
"description": ""
|
|
@@ -3857,7 +3889,7 @@
|
|
|
3857
3889
|
},
|
|
3858
3890
|
"v-select/items": {
|
|
3859
3891
|
"type": "array",
|
|
3860
|
-
"description": "Can be an array of objects or array of strings. When using objects, will look for a
|
|
3892
|
+
"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."
|
|
3861
3893
|
},
|
|
3862
3894
|
"v-select/item-title": {
|
|
3863
3895
|
"type": "string|array|function",
|
|
@@ -4251,6 +4283,10 @@
|
|
|
4251
4283
|
"type": "number|string",
|
|
4252
4284
|
"description": ""
|
|
4253
4285
|
},
|
|
4286
|
+
"v-slider/validation-value": {
|
|
4287
|
+
"type": "any",
|
|
4288
|
+
"description": ""
|
|
4289
|
+
},
|
|
4254
4290
|
"v-snackbar/app": {
|
|
4255
4291
|
"type": "any",
|
|
4256
4292
|
"description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
|
|
@@ -4293,7 +4329,7 @@
|
|
|
4293
4329
|
},
|
|
4294
4330
|
"v-snackbar/variant": {
|
|
4295
4331
|
"type": "string",
|
|
4296
|
-
"description": "Applies one of 6 styles
|
|
4332
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
4297
4333
|
},
|
|
4298
4334
|
"v-snackbar/transition": {
|
|
4299
4335
|
"type": "boolean|string|object",
|
|
@@ -4375,6 +4411,10 @@
|
|
|
4375
4411
|
"type": "any",
|
|
4376
4412
|
"description": ""
|
|
4377
4413
|
},
|
|
4414
|
+
"v-switch/validation-value": {
|
|
4415
|
+
"type": "any",
|
|
4416
|
+
"description": ""
|
|
4417
|
+
},
|
|
4378
4418
|
"v-switch/color": {
|
|
4379
4419
|
"type": "string",
|
|
4380
4420
|
"description": ""
|
|
@@ -4627,14 +4667,14 @@
|
|
|
4627
4667
|
"type": "string",
|
|
4628
4668
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
4629
4669
|
},
|
|
4630
|
-
"v-table/theme": {
|
|
4631
|
-
"type": "string",
|
|
4632
|
-
"description": "Specify a theme for this component and all of its children"
|
|
4633
|
-
},
|
|
4634
4670
|
"v-table/tag": {
|
|
4635
4671
|
"type": "string",
|
|
4636
4672
|
"description": "Specify a custom tag used on the root element."
|
|
4637
4673
|
},
|
|
4674
|
+
"v-table/theme": {
|
|
4675
|
+
"type": "string",
|
|
4676
|
+
"description": "Specify a theme for this component and all of its children"
|
|
4677
|
+
},
|
|
4638
4678
|
"v-textarea/auto-grow": {
|
|
4639
4679
|
"type": "any",
|
|
4640
4680
|
"description": "Automatically grow the textarea depending on amount of text"
|
|
@@ -4751,6 +4791,10 @@
|
|
|
4751
4791
|
"type": "any",
|
|
4752
4792
|
"description": ""
|
|
4753
4793
|
},
|
|
4794
|
+
"v-textarea/validation-value": {
|
|
4795
|
+
"type": "any",
|
|
4796
|
+
"description": ""
|
|
4797
|
+
},
|
|
4754
4798
|
"v-textarea/append-inner-icon": {
|
|
4755
4799
|
"type": "string|function|object",
|
|
4756
4800
|
"description": ""
|
|
@@ -4915,6 +4959,10 @@
|
|
|
4915
4959
|
"type": "any",
|
|
4916
4960
|
"description": ""
|
|
4917
4961
|
},
|
|
4962
|
+
"v-text-field/validation-value": {
|
|
4963
|
+
"type": "any",
|
|
4964
|
+
"description": ""
|
|
4965
|
+
},
|
|
4918
4966
|
"v-text-field/append-inner-icon": {
|
|
4919
4967
|
"type": "string|function|object",
|
|
4920
4968
|
"description": ""
|
|
@@ -5027,6 +5075,10 @@
|
|
|
5027
5075
|
"type": "string",
|
|
5028
5076
|
"description": "Specify a theme for this component and all of its children"
|
|
5029
5077
|
},
|
|
5078
|
+
"v-timeline-item/density": {
|
|
5079
|
+
"type": "any",
|
|
5080
|
+
"description": ""
|
|
5081
|
+
},
|
|
5030
5082
|
"v-timeline-item/dot-color": {
|
|
5031
5083
|
"type": "any",
|
|
5032
5084
|
"description": ""
|
|
@@ -5169,7 +5221,7 @@
|
|
|
5169
5221
|
},
|
|
5170
5222
|
"v-toolbar-items/variant": {
|
|
5171
5223
|
"type": "string",
|
|
5172
|
-
"description": "Applies one of 6 styles
|
|
5224
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
5173
5225
|
},
|
|
5174
5226
|
"v-tooltip/id": {
|
|
5175
5227
|
"type": "any",
|
|
@@ -5227,6 +5279,10 @@
|
|
|
5227
5279
|
"type": "any",
|
|
5228
5280
|
"description": ""
|
|
5229
5281
|
},
|
|
5282
|
+
"v-validation/validation-value": {
|
|
5283
|
+
"type": "any",
|
|
5284
|
+
"description": ""
|
|
5285
|
+
},
|
|
5230
5286
|
"v-window/touch": {
|
|
5231
5287
|
"type": "object|boolean",
|
|
5232
5288
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
@@ -5287,10 +5343,6 @@
|
|
|
5287
5343
|
"type": "boolean|string",
|
|
5288
5344
|
"description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
5289
5345
|
},
|
|
5290
|
-
"v-window-item/eager": {
|
|
5291
|
-
"type": "boolean",
|
|
5292
|
-
"description": ""
|
|
5293
|
-
},
|
|
5294
5346
|
"v-window-item/value": {
|
|
5295
5347
|
"type": "any",
|
|
5296
5348
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -5302,5 +5354,9 @@
|
|
|
5302
5354
|
"v-window-item/selected-class": {
|
|
5303
5355
|
"type": "string",
|
|
5304
5356
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
5357
|
+
},
|
|
5358
|
+
"v-window-item/eager": {
|
|
5359
|
+
"type": "boolean",
|
|
5360
|
+
"description": ""
|
|
5305
5361
|
}
|
|
5306
5362
|
}
|