@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
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.0-beta.
|
|
5
|
+
"version": "3.0.0-beta.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -686,9 +686,9 @@
|
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
"name": "variant",
|
|
689
|
-
"description": "Applies one of 6 styles
|
|
689
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
690
690
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
691
|
-
"default": "'
|
|
691
|
+
"default": "'flat'",
|
|
692
692
|
"value": {
|
|
693
693
|
"kind": "expression",
|
|
694
694
|
"type": "string"
|
|
@@ -903,6 +903,17 @@
|
|
|
903
903
|
},
|
|
904
904
|
"type": "boolean"
|
|
905
905
|
},
|
|
906
|
+
{
|
|
907
|
+
"name": "menu",
|
|
908
|
+
"description": "",
|
|
909
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
910
|
+
"default": "false",
|
|
911
|
+
"value": {
|
|
912
|
+
"kind": "expression",
|
|
913
|
+
"type": "boolean"
|
|
914
|
+
},
|
|
915
|
+
"type": "boolean"
|
|
916
|
+
},
|
|
906
917
|
{
|
|
907
918
|
"name": "menu-icon",
|
|
908
919
|
"description": "",
|
|
@@ -917,6 +928,15 @@
|
|
|
917
928
|
]
|
|
918
929
|
}
|
|
919
930
|
},
|
|
931
|
+
{
|
|
932
|
+
"name": "menu-props",
|
|
933
|
+
"description": "",
|
|
934
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
935
|
+
"value": {
|
|
936
|
+
"kind": "expression",
|
|
937
|
+
"type": "object"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
920
940
|
{
|
|
921
941
|
"name": "model-value",
|
|
922
942
|
"description": "",
|
|
@@ -1083,6 +1103,16 @@
|
|
|
1083
1103
|
"name": "argument"
|
|
1084
1104
|
}
|
|
1085
1105
|
]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "update:menu",
|
|
1109
|
+
"description": "",
|
|
1110
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1111
|
+
"arguments": [
|
|
1112
|
+
{
|
|
1113
|
+
"name": "argument"
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1086
1116
|
}
|
|
1087
1117
|
],
|
|
1088
1118
|
"slots": [],
|
|
@@ -1693,240 +1723,6 @@
|
|
|
1693
1723
|
"event": "update:modelValue"
|
|
1694
1724
|
}
|
|
1695
1725
|
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "VBannerAvatar",
|
|
1698
|
-
"source": {
|
|
1699
|
-
"module": "./src/components/index.ts",
|
|
1700
|
-
"symbol": "VBannerAvatar"
|
|
1701
|
-
},
|
|
1702
|
-
"description": "",
|
|
1703
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar",
|
|
1704
|
-
"attributes": [
|
|
1705
|
-
{
|
|
1706
|
-
"name": "color",
|
|
1707
|
-
"description": "",
|
|
1708
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1709
|
-
"value": {
|
|
1710
|
-
"kind": "expression",
|
|
1711
|
-
"type": "string"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "start",
|
|
1716
|
-
"description": "",
|
|
1717
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1718
|
-
"default": "false",
|
|
1719
|
-
"value": {
|
|
1720
|
-
"kind": "expression",
|
|
1721
|
-
"type": "boolean"
|
|
1722
|
-
},
|
|
1723
|
-
"type": "boolean"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "end",
|
|
1727
|
-
"description": "",
|
|
1728
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1729
|
-
"default": "false",
|
|
1730
|
-
"value": {
|
|
1731
|
-
"kind": "expression",
|
|
1732
|
-
"type": "boolean"
|
|
1733
|
-
},
|
|
1734
|
-
"type": "boolean"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "icon",
|
|
1738
|
-
"description": "",
|
|
1739
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1740
|
-
"value": {
|
|
1741
|
-
"kind": "expression",
|
|
1742
|
-
"type": [
|
|
1743
|
-
"string",
|
|
1744
|
-
"function",
|
|
1745
|
-
"object"
|
|
1746
|
-
]
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "image",
|
|
1751
|
-
"description": "",
|
|
1752
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1753
|
-
"value": {
|
|
1754
|
-
"kind": "expression",
|
|
1755
|
-
"type": "string"
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"name": "density",
|
|
1760
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1761
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1762
|
-
"default": "'default'",
|
|
1763
|
-
"value": {
|
|
1764
|
-
"kind": "expression",
|
|
1765
|
-
"type": "string"
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "rounded",
|
|
1770
|
-
"description": "",
|
|
1771
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1772
|
-
"default": "false",
|
|
1773
|
-
"value": {
|
|
1774
|
-
"kind": "expression",
|
|
1775
|
-
"type": [
|
|
1776
|
-
"boolean",
|
|
1777
|
-
"number",
|
|
1778
|
-
"string"
|
|
1779
|
-
]
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"name": "size",
|
|
1784
|
-
"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**.",
|
|
1785
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1786
|
-
"default": "'default'",
|
|
1787
|
-
"value": {
|
|
1788
|
-
"kind": "expression",
|
|
1789
|
-
"type": [
|
|
1790
|
-
"string",
|
|
1791
|
-
"number"
|
|
1792
|
-
]
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"name": "tag",
|
|
1797
|
-
"description": "Specify a custom tag used on the root element.",
|
|
1798
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1799
|
-
"default": "'div'",
|
|
1800
|
-
"value": {
|
|
1801
|
-
"kind": "expression",
|
|
1802
|
-
"type": "string"
|
|
1803
|
-
}
|
|
1804
|
-
}
|
|
1805
|
-
],
|
|
1806
|
-
"events": [],
|
|
1807
|
-
"slots": [],
|
|
1808
|
-
"vue-model": {
|
|
1809
|
-
"prop": "modelValue",
|
|
1810
|
-
"event": "update:modelValue"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "VBannerIcon",
|
|
1815
|
-
"source": {
|
|
1816
|
-
"module": "./src/components/index.ts",
|
|
1817
|
-
"symbol": "VBannerIcon"
|
|
1818
|
-
},
|
|
1819
|
-
"description": "",
|
|
1820
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon",
|
|
1821
|
-
"attributes": [
|
|
1822
|
-
{
|
|
1823
|
-
"name": "color",
|
|
1824
|
-
"description": "",
|
|
1825
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1826
|
-
"value": {
|
|
1827
|
-
"kind": "expression",
|
|
1828
|
-
"type": "string"
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "start",
|
|
1833
|
-
"description": "",
|
|
1834
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1835
|
-
"default": "false",
|
|
1836
|
-
"value": {
|
|
1837
|
-
"kind": "expression",
|
|
1838
|
-
"type": "boolean"
|
|
1839
|
-
},
|
|
1840
|
-
"type": "boolean"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "end",
|
|
1844
|
-
"description": "",
|
|
1845
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1846
|
-
"default": "false",
|
|
1847
|
-
"value": {
|
|
1848
|
-
"kind": "expression",
|
|
1849
|
-
"type": "boolean"
|
|
1850
|
-
},
|
|
1851
|
-
"type": "boolean"
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"name": "icon",
|
|
1855
|
-
"description": "",
|
|
1856
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1857
|
-
"value": {
|
|
1858
|
-
"kind": "expression",
|
|
1859
|
-
"type": [
|
|
1860
|
-
"string",
|
|
1861
|
-
"function",
|
|
1862
|
-
"object"
|
|
1863
|
-
]
|
|
1864
|
-
}
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"name": "image",
|
|
1868
|
-
"description": "",
|
|
1869
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1870
|
-
"value": {
|
|
1871
|
-
"kind": "expression",
|
|
1872
|
-
"type": "string"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "density",
|
|
1877
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1878
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1879
|
-
"default": "'default'",
|
|
1880
|
-
"value": {
|
|
1881
|
-
"kind": "expression",
|
|
1882
|
-
"type": "string"
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": "rounded",
|
|
1887
|
-
"description": "",
|
|
1888
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1889
|
-
"default": "false",
|
|
1890
|
-
"value": {
|
|
1891
|
-
"kind": "expression",
|
|
1892
|
-
"type": [
|
|
1893
|
-
"boolean",
|
|
1894
|
-
"number",
|
|
1895
|
-
"string"
|
|
1896
|
-
]
|
|
1897
|
-
}
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "size",
|
|
1901
|
-
"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**.",
|
|
1902
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1903
|
-
"default": "'default'",
|
|
1904
|
-
"value": {
|
|
1905
|
-
"kind": "expression",
|
|
1906
|
-
"type": [
|
|
1907
|
-
"string",
|
|
1908
|
-
"number"
|
|
1909
|
-
]
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "tag",
|
|
1914
|
-
"description": "Specify a custom tag used on the root element.",
|
|
1915
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1916
|
-
"default": "'div'",
|
|
1917
|
-
"value": {
|
|
1918
|
-
"kind": "expression",
|
|
1919
|
-
"type": "string"
|
|
1920
|
-
}
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"events": [],
|
|
1924
|
-
"slots": [],
|
|
1925
|
-
"vue-model": {
|
|
1926
|
-
"prop": "modelValue",
|
|
1927
|
-
"event": "update:modelValue"
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
1726
|
{
|
|
1931
1727
|
"name": "VBannerText",
|
|
1932
1728
|
"source": {
|
|
@@ -2428,7 +2224,7 @@
|
|
|
2428
2224
|
}
|
|
2429
2225
|
},
|
|
2430
2226
|
{
|
|
2431
|
-
"name": "
|
|
2227
|
+
"name": "title",
|
|
2432
2228
|
"description": "",
|
|
2433
2229
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
|
2434
2230
|
"value": {
|
|
@@ -2762,6 +2558,17 @@
|
|
|
2762
2558
|
"type": "string"
|
|
2763
2559
|
}
|
|
2764
2560
|
},
|
|
2561
|
+
{
|
|
2562
|
+
"name": "loading",
|
|
2563
|
+
"description": "",
|
|
2564
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2565
|
+
"default": "false",
|
|
2566
|
+
"value": {
|
|
2567
|
+
"kind": "expression",
|
|
2568
|
+
"type": "boolean"
|
|
2569
|
+
},
|
|
2570
|
+
"type": "boolean"
|
|
2571
|
+
},
|
|
2765
2572
|
{
|
|
2766
2573
|
"name": "location",
|
|
2767
2574
|
"description": "",
|
|
@@ -2855,9 +2662,9 @@
|
|
|
2855
2662
|
},
|
|
2856
2663
|
{
|
|
2857
2664
|
"name": "variant",
|
|
2858
|
-
"description": "Applies one of 6 styles
|
|
2665
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
2859
2666
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2860
|
-
"default": "'
|
|
2667
|
+
"default": "'elevated'",
|
|
2861
2668
|
"value": {
|
|
2862
2669
|
"kind": "expression",
|
|
2863
2670
|
"type": "string"
|
|
@@ -2875,12 +2682,22 @@
|
|
|
2875
2682
|
"type": "Event"
|
|
2876
2683
|
}
|
|
2877
2684
|
]
|
|
2878
|
-
}
|
|
2879
|
-
],
|
|
2880
|
-
"slots": [
|
|
2685
|
+
},
|
|
2881
2686
|
{
|
|
2882
|
-
"name": "
|
|
2883
|
-
"description": "
|
|
2687
|
+
"name": "group:selected",
|
|
2688
|
+
"description": "",
|
|
2689
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#events",
|
|
2690
|
+
"arguments": [
|
|
2691
|
+
{
|
|
2692
|
+
"name": "argument"
|
|
2693
|
+
}
|
|
2694
|
+
]
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"slots": [
|
|
2698
|
+
{
|
|
2699
|
+
"name": "default",
|
|
2700
|
+
"description": "The default Vue slot.",
|
|
2884
2701
|
"doc-url": "https://vuetifyjs.com/api/v-btn#slots"
|
|
2885
2702
|
},
|
|
2886
2703
|
{
|
|
@@ -2992,9 +2809,9 @@
|
|
|
2992
2809
|
},
|
|
2993
2810
|
{
|
|
2994
2811
|
"name": "variant",
|
|
2995
|
-
"description": "Applies one of 6 styles
|
|
2812
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
2996
2813
|
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
2997
|
-
"default": "'
|
|
2814
|
+
"default": "'elevated'",
|
|
2998
2815
|
"value": {
|
|
2999
2816
|
"kind": "expression",
|
|
3000
2817
|
"type": "string"
|
|
@@ -3359,6 +3176,17 @@
|
|
|
3359
3176
|
]
|
|
3360
3177
|
}
|
|
3361
3178
|
},
|
|
3179
|
+
{
|
|
3180
|
+
"name": "loading",
|
|
3181
|
+
"description": "",
|
|
3182
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3183
|
+
"default": "false",
|
|
3184
|
+
"value": {
|
|
3185
|
+
"kind": "expression",
|
|
3186
|
+
"type": "boolean"
|
|
3187
|
+
},
|
|
3188
|
+
"type": "boolean"
|
|
3189
|
+
},
|
|
3362
3190
|
{
|
|
3363
3191
|
"name": "location",
|
|
3364
3192
|
"description": "",
|
|
@@ -3444,9 +3272,9 @@
|
|
|
3444
3272
|
},
|
|
3445
3273
|
{
|
|
3446
3274
|
"name": "variant",
|
|
3447
|
-
"description": "Applies one of 6 styles
|
|
3275
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
3448
3276
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3449
|
-
"default": "'
|
|
3277
|
+
"default": "'elevated'",
|
|
3450
3278
|
"value": {
|
|
3451
3279
|
"kind": "expression",
|
|
3452
3280
|
"type": "string"
|
|
@@ -3531,127 +3359,73 @@
|
|
|
3531
3359
|
}
|
|
3532
3360
|
},
|
|
3533
3361
|
{
|
|
3534
|
-
"name": "
|
|
3362
|
+
"name": "VCardItem",
|
|
3535
3363
|
"source": {
|
|
3536
3364
|
"module": "./src/components/index.ts",
|
|
3537
|
-
"symbol": "
|
|
3365
|
+
"symbol": "VCardItem"
|
|
3538
3366
|
},
|
|
3539
3367
|
"description": "",
|
|
3540
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3368
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item",
|
|
3541
3369
|
"attributes": [
|
|
3542
3370
|
{
|
|
3543
|
-
"name": "
|
|
3371
|
+
"name": "append-avatar",
|
|
3544
3372
|
"description": "",
|
|
3545
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3546
|
-
"default": "'div'",
|
|
3373
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3547
3374
|
"value": {
|
|
3548
3375
|
"kind": "expression",
|
|
3549
|
-
"type": "
|
|
3376
|
+
"type": "any"
|
|
3550
3377
|
}
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"events": [],
|
|
3554
|
-
"slots": [],
|
|
3555
|
-
"vue-model": {
|
|
3556
|
-
"prop": "modelValue",
|
|
3557
|
-
"event": "update:modelValue"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "VCardContent",
|
|
3562
|
-
"source": {
|
|
3563
|
-
"module": "./src/components/index.ts",
|
|
3564
|
-
"symbol": "VCardContent"
|
|
3565
|
-
},
|
|
3566
|
-
"description": "",
|
|
3567
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-content",
|
|
3568
|
-
"attributes": [
|
|
3378
|
+
},
|
|
3569
3379
|
{
|
|
3570
|
-
"name": "
|
|
3380
|
+
"name": "append-icon",
|
|
3571
3381
|
"description": "",
|
|
3572
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3573
|
-
"default": "'div'",
|
|
3382
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3574
3383
|
"value": {
|
|
3575
3384
|
"kind": "expression",
|
|
3576
|
-
"type": "
|
|
3385
|
+
"type": "any"
|
|
3577
3386
|
}
|
|
3578
|
-
}
|
|
3579
|
-
],
|
|
3580
|
-
"events": [],
|
|
3581
|
-
"slots": [],
|
|
3582
|
-
"vue-model": {
|
|
3583
|
-
"prop": "modelValue",
|
|
3584
|
-
"event": "update:modelValue"
|
|
3585
|
-
}
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"name": "VCardHeader",
|
|
3589
|
-
"source": {
|
|
3590
|
-
"module": "./src/components/index.ts",
|
|
3591
|
-
"symbol": "VCardHeader"
|
|
3592
|
-
},
|
|
3593
|
-
"description": "",
|
|
3594
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-header",
|
|
3595
|
-
"attributes": [
|
|
3387
|
+
},
|
|
3596
3388
|
{
|
|
3597
|
-
"name": "
|
|
3389
|
+
"name": "prepend-avatar",
|
|
3598
3390
|
"description": "",
|
|
3599
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3600
|
-
"default": "'div'",
|
|
3391
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3601
3392
|
"value": {
|
|
3602
3393
|
"kind": "expression",
|
|
3603
|
-
"type": "
|
|
3394
|
+
"type": "any"
|
|
3604
3395
|
}
|
|
3605
|
-
}
|
|
3606
|
-
],
|
|
3607
|
-
"events": [],
|
|
3608
|
-
"slots": [],
|
|
3609
|
-
"vue-model": {
|
|
3610
|
-
"prop": "modelValue",
|
|
3611
|
-
"event": "update:modelValue"
|
|
3612
|
-
}
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "VCardHeaderText",
|
|
3616
|
-
"source": {
|
|
3617
|
-
"module": "./src/components/index.ts",
|
|
3618
|
-
"symbol": "VCardHeaderText"
|
|
3619
|
-
},
|
|
3620
|
-
"description": "",
|
|
3621
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-header-text",
|
|
3622
|
-
"attributes": [
|
|
3396
|
+
},
|
|
3623
3397
|
{
|
|
3624
|
-
"name": "
|
|
3398
|
+
"name": "prepend-icon",
|
|
3625
3399
|
"description": "",
|
|
3626
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3627
|
-
"default": "'div'",
|
|
3400
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3628
3401
|
"value": {
|
|
3629
3402
|
"kind": "expression",
|
|
3630
|
-
"type": "
|
|
3403
|
+
"type": "any"
|
|
3631
3404
|
}
|
|
3632
|
-
}
|
|
3633
|
-
],
|
|
3634
|
-
"events": [],
|
|
3635
|
-
"slots": [],
|
|
3636
|
-
"vue-model": {
|
|
3637
|
-
"prop": "modelValue",
|
|
3638
|
-
"event": "update:modelValue"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"name": "VCardImg",
|
|
3643
|
-
"source": {
|
|
3644
|
-
"module": "./src/components/index.ts",
|
|
3645
|
-
"symbol": "VCardImg"
|
|
3646
|
-
},
|
|
3647
|
-
"description": "",
|
|
3648
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-img",
|
|
3649
|
-
"attributes": [
|
|
3405
|
+
},
|
|
3650
3406
|
{
|
|
3651
|
-
"name": "
|
|
3407
|
+
"name": "subtitle",
|
|
3652
3408
|
"description": "",
|
|
3653
|
-
"doc-url": "https://vuetifyjs.com/api/v-card-
|
|
3654
|
-
"
|
|
3409
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3410
|
+
"value": {
|
|
3411
|
+
"kind": "expression",
|
|
3412
|
+
"type": "any"
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "title",
|
|
3417
|
+
"description": "",
|
|
3418
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3419
|
+
"value": {
|
|
3420
|
+
"kind": "expression",
|
|
3421
|
+
"type": "any"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"name": "density",
|
|
3426
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
3427
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3428
|
+
"default": "'default'",
|
|
3655
3429
|
"value": {
|
|
3656
3430
|
"kind": "expression",
|
|
3657
3431
|
"type": "string"
|
|
@@ -3996,29 +3770,6 @@
|
|
|
3996
3770
|
"description": "",
|
|
3997
3771
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox",
|
|
3998
3772
|
"attributes": [
|
|
3999
|
-
{
|
|
4000
|
-
"name": "indeterminate",
|
|
4001
|
-
"description": "Sets an indeterminate state for the checkbox",
|
|
4002
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4003
|
-
"value": {
|
|
4004
|
-
"kind": "expression",
|
|
4005
|
-
"type": "any"
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
|
-
{
|
|
4009
|
-
"name": "indeterminate-icon",
|
|
4010
|
-
"description": "The icon used when in an indeterminate state",
|
|
4011
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4012
|
-
"default": "'$checkboxIndeterminate'",
|
|
4013
|
-
"value": {
|
|
4014
|
-
"kind": "expression",
|
|
4015
|
-
"type": [
|
|
4016
|
-
"string",
|
|
4017
|
-
"function",
|
|
4018
|
-
"object"
|
|
4019
|
-
]
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
3773
|
{
|
|
4023
3774
|
"name": "id",
|
|
4024
3775
|
"description": "",
|
|
@@ -4187,6 +3938,40 @@
|
|
|
4187
3938
|
"type": "any"
|
|
4188
3939
|
}
|
|
4189
3940
|
},
|
|
3941
|
+
{
|
|
3942
|
+
"name": "validation-value",
|
|
3943
|
+
"description": "",
|
|
3944
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3945
|
+
"value": {
|
|
3946
|
+
"kind": "expression",
|
|
3947
|
+
"type": "any"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"name": "indeterminate",
|
|
3952
|
+
"description": "Sets an indeterminate state for the checkbox",
|
|
3953
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3954
|
+
"default": "false",
|
|
3955
|
+
"value": {
|
|
3956
|
+
"kind": "expression",
|
|
3957
|
+
"type": "boolean"
|
|
3958
|
+
},
|
|
3959
|
+
"type": "boolean"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "indeterminate-icon",
|
|
3963
|
+
"description": "The icon used when in an indeterminate state",
|
|
3964
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3965
|
+
"default": "'$checkboxIndeterminate'",
|
|
3966
|
+
"value": {
|
|
3967
|
+
"kind": "expression",
|
|
3968
|
+
"type": [
|
|
3969
|
+
"string",
|
|
3970
|
+
"function",
|
|
3971
|
+
"object"
|
|
3972
|
+
]
|
|
3973
|
+
}
|
|
3974
|
+
},
|
|
4190
3975
|
{
|
|
4191
3976
|
"name": "color",
|
|
4192
3977
|
"description": "",
|
|
@@ -4321,18 +4106,7 @@
|
|
|
4321
4106
|
}
|
|
4322
4107
|
}
|
|
4323
4108
|
],
|
|
4324
|
-
"events": [
|
|
4325
|
-
{
|
|
4326
|
-
"name": "update:indeterminate",
|
|
4327
|
-
"description": "The **indeterminate.sync** event.",
|
|
4328
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
|
|
4329
|
-
"arguments": [
|
|
4330
|
-
{
|
|
4331
|
-
"name": "argument"
|
|
4332
|
-
}
|
|
4333
|
-
]
|
|
4334
|
-
}
|
|
4335
|
-
],
|
|
4109
|
+
"events": [],
|
|
4336
4110
|
"slots": [],
|
|
4337
4111
|
"vue-model": {
|
|
4338
4112
|
"prop": "modelValue",
|
|
@@ -4340,78 +4114,344 @@
|
|
|
4340
4114
|
}
|
|
4341
4115
|
},
|
|
4342
4116
|
{
|
|
4343
|
-
"name": "
|
|
4117
|
+
"name": "VCheckboxBtn",
|
|
4344
4118
|
"source": {
|
|
4345
4119
|
"module": "./src/components/index.ts",
|
|
4346
|
-
"symbol": "
|
|
4120
|
+
"symbol": "VCheckboxBtn"
|
|
4347
4121
|
},
|
|
4348
4122
|
"description": "",
|
|
4349
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4123
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
|
|
4350
4124
|
"attributes": [
|
|
4351
4125
|
{
|
|
4352
|
-
"name": "
|
|
4126
|
+
"name": "indeterminate",
|
|
4353
4127
|
"description": "",
|
|
4354
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4128
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4129
|
+
"default": "false",
|
|
4355
4130
|
"value": {
|
|
4356
4131
|
"kind": "expression",
|
|
4357
|
-
"type": "
|
|
4358
|
-
}
|
|
4132
|
+
"type": "boolean"
|
|
4133
|
+
},
|
|
4134
|
+
"type": "boolean"
|
|
4359
4135
|
},
|
|
4360
4136
|
{
|
|
4361
|
-
"name": "
|
|
4137
|
+
"name": "indeterminate-icon",
|
|
4362
4138
|
"description": "",
|
|
4363
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4139
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4140
|
+
"default": "'$checkboxIndeterminate'",
|
|
4364
4141
|
"value": {
|
|
4365
4142
|
"kind": "expression",
|
|
4366
|
-
"type":
|
|
4143
|
+
"type": [
|
|
4144
|
+
"string",
|
|
4145
|
+
"function",
|
|
4146
|
+
"object"
|
|
4147
|
+
]
|
|
4367
4148
|
}
|
|
4368
4149
|
},
|
|
4369
4150
|
{
|
|
4370
|
-
"name": "
|
|
4151
|
+
"name": "color",
|
|
4371
4152
|
"description": "",
|
|
4372
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4153
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4373
4154
|
"value": {
|
|
4374
4155
|
"kind": "expression",
|
|
4375
|
-
"type": "
|
|
4156
|
+
"type": "string"
|
|
4376
4157
|
}
|
|
4377
4158
|
},
|
|
4378
4159
|
{
|
|
4379
|
-
"name": "
|
|
4160
|
+
"name": "disabled",
|
|
4380
4161
|
"description": "",
|
|
4381
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4162
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4163
|
+
"default": "false",
|
|
4382
4164
|
"value": {
|
|
4383
4165
|
"kind": "expression",
|
|
4384
|
-
"type": "
|
|
4385
|
-
}
|
|
4166
|
+
"type": "boolean"
|
|
4167
|
+
},
|
|
4168
|
+
"type": "boolean"
|
|
4386
4169
|
},
|
|
4387
4170
|
{
|
|
4388
|
-
"name": "
|
|
4389
|
-
"description": "
|
|
4390
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4391
|
-
"default": "
|
|
4171
|
+
"name": "error",
|
|
4172
|
+
"description": "",
|
|
4173
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4174
|
+
"default": "false",
|
|
4392
4175
|
"value": {
|
|
4393
4176
|
"kind": "expression",
|
|
4394
|
-
"type":
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
"object"
|
|
4398
|
-
]
|
|
4399
|
-
}
|
|
4177
|
+
"type": "boolean"
|
|
4178
|
+
},
|
|
4179
|
+
"type": "boolean"
|
|
4400
4180
|
},
|
|
4401
4181
|
{
|
|
4402
|
-
"name": "
|
|
4403
|
-
"description": "
|
|
4404
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4405
|
-
"default": "'$vuetify.close'",
|
|
4182
|
+
"name": "id",
|
|
4183
|
+
"description": "",
|
|
4184
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4406
4185
|
"value": {
|
|
4407
4186
|
"kind": "expression",
|
|
4408
4187
|
"type": "string"
|
|
4409
4188
|
}
|
|
4410
4189
|
},
|
|
4411
4190
|
{
|
|
4412
|
-
"name": "
|
|
4413
|
-
"description": "
|
|
4414
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
4191
|
+
"name": "inline",
|
|
4192
|
+
"description": "",
|
|
4193
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4194
|
+
"default": "false",
|
|
4195
|
+
"value": {
|
|
4196
|
+
"kind": "expression",
|
|
4197
|
+
"type": "boolean"
|
|
4198
|
+
},
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "label",
|
|
4203
|
+
"description": "",
|
|
4204
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4205
|
+
"value": {
|
|
4206
|
+
"kind": "expression",
|
|
4207
|
+
"type": "string"
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "false-icon",
|
|
4212
|
+
"description": "",
|
|
4213
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4214
|
+
"default": "'$checkboxOff'",
|
|
4215
|
+
"value": {
|
|
4216
|
+
"kind": "expression",
|
|
4217
|
+
"type": [
|
|
4218
|
+
"string",
|
|
4219
|
+
"function",
|
|
4220
|
+
"object"
|
|
4221
|
+
]
|
|
4222
|
+
}
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "true-icon",
|
|
4226
|
+
"description": "",
|
|
4227
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4228
|
+
"default": "'$checkboxOn'",
|
|
4229
|
+
"value": {
|
|
4230
|
+
"kind": "expression",
|
|
4231
|
+
"type": [
|
|
4232
|
+
"string",
|
|
4233
|
+
"function",
|
|
4234
|
+
"object"
|
|
4235
|
+
]
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "ripple",
|
|
4240
|
+
"description": "",
|
|
4241
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4242
|
+
"default": "true",
|
|
4243
|
+
"value": {
|
|
4244
|
+
"kind": "expression",
|
|
4245
|
+
"type": "boolean"
|
|
4246
|
+
},
|
|
4247
|
+
"type": "boolean"
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "multiple",
|
|
4251
|
+
"description": "",
|
|
4252
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4253
|
+
"default": "false",
|
|
4254
|
+
"value": {
|
|
4255
|
+
"kind": "expression",
|
|
4256
|
+
"type": "boolean"
|
|
4257
|
+
},
|
|
4258
|
+
"type": "boolean"
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"name": "name",
|
|
4262
|
+
"description": "",
|
|
4263
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4264
|
+
"value": {
|
|
4265
|
+
"kind": "expression",
|
|
4266
|
+
"type": "string"
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "readonly",
|
|
4271
|
+
"description": "",
|
|
4272
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4273
|
+
"default": "false",
|
|
4274
|
+
"value": {
|
|
4275
|
+
"kind": "expression",
|
|
4276
|
+
"type": "boolean"
|
|
4277
|
+
},
|
|
4278
|
+
"type": "boolean"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "true-value",
|
|
4282
|
+
"description": "Sets value for truthy state",
|
|
4283
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4284
|
+
"value": {
|
|
4285
|
+
"kind": "expression",
|
|
4286
|
+
"type": "any"
|
|
4287
|
+
}
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"name": "false-value",
|
|
4291
|
+
"description": "Sets value for falsy state",
|
|
4292
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4293
|
+
"value": {
|
|
4294
|
+
"kind": "expression",
|
|
4295
|
+
"type": "any"
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "model-value",
|
|
4300
|
+
"description": "",
|
|
4301
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4302
|
+
"value": {
|
|
4303
|
+
"kind": "expression",
|
|
4304
|
+
"type": "any"
|
|
4305
|
+
}
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "type",
|
|
4309
|
+
"description": "",
|
|
4310
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4311
|
+
"value": {
|
|
4312
|
+
"kind": "expression",
|
|
4313
|
+
"type": "string"
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "value",
|
|
4318
|
+
"description": "",
|
|
4319
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4320
|
+
"value": {
|
|
4321
|
+
"kind": "expression",
|
|
4322
|
+
"type": "any"
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "value-comparator",
|
|
4327
|
+
"description": "",
|
|
4328
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4329
|
+
"value": {
|
|
4330
|
+
"kind": "expression",
|
|
4331
|
+
"type": "function"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "theme",
|
|
4336
|
+
"description": "Specify a theme for this component and all of its children",
|
|
4337
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4338
|
+
"value": {
|
|
4339
|
+
"kind": "expression",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
}
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "density",
|
|
4345
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
4346
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4347
|
+
"default": "'default'",
|
|
4348
|
+
"value": {
|
|
4349
|
+
"kind": "expression",
|
|
4350
|
+
"type": "string"
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
],
|
|
4354
|
+
"events": [
|
|
4355
|
+
{
|
|
4356
|
+
"name": "update:modelValue",
|
|
4357
|
+
"description": "",
|
|
4358
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
|
|
4359
|
+
"arguments": [
|
|
4360
|
+
{
|
|
4361
|
+
"name": "argument"
|
|
4362
|
+
}
|
|
4363
|
+
]
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "update:indeterminate",
|
|
4367
|
+
"description": "",
|
|
4368
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
|
|
4369
|
+
"arguments": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "argument"
|
|
4372
|
+
}
|
|
4373
|
+
]
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"slots": [],
|
|
4377
|
+
"vue-model": {
|
|
4378
|
+
"prop": "modelValue",
|
|
4379
|
+
"event": "update:modelValue"
|
|
4380
|
+
}
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "VChip",
|
|
4384
|
+
"source": {
|
|
4385
|
+
"module": "./src/components/index.ts",
|
|
4386
|
+
"symbol": "VChip"
|
|
4387
|
+
},
|
|
4388
|
+
"description": "",
|
|
4389
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip",
|
|
4390
|
+
"attributes": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "active-class",
|
|
4393
|
+
"description": "",
|
|
4394
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4395
|
+
"value": {
|
|
4396
|
+
"kind": "expression",
|
|
4397
|
+
"type": "any"
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "append-avatar",
|
|
4402
|
+
"description": "",
|
|
4403
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4404
|
+
"value": {
|
|
4405
|
+
"kind": "expression",
|
|
4406
|
+
"type": "any"
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "append-icon",
|
|
4411
|
+
"description": "",
|
|
4412
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4413
|
+
"value": {
|
|
4414
|
+
"kind": "expression",
|
|
4415
|
+
"type": "any"
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "closable",
|
|
4420
|
+
"description": "",
|
|
4421
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4422
|
+
"value": {
|
|
4423
|
+
"kind": "expression",
|
|
4424
|
+
"type": "any"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "close-icon",
|
|
4429
|
+
"description": "Change the default icon used for **close** chips",
|
|
4430
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4431
|
+
"default": "'$delete'",
|
|
4432
|
+
"value": {
|
|
4433
|
+
"kind": "expression",
|
|
4434
|
+
"type": [
|
|
4435
|
+
"string",
|
|
4436
|
+
"function",
|
|
4437
|
+
"object"
|
|
4438
|
+
]
|
|
4439
|
+
}
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "close-label",
|
|
4443
|
+
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization).",
|
|
4444
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4445
|
+
"default": "'$vuetify.close'",
|
|
4446
|
+
"value": {
|
|
4447
|
+
"kind": "expression",
|
|
4448
|
+
"type": "string"
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "draggable",
|
|
4453
|
+
"description": "Makes the chip draggable",
|
|
4454
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4415
4455
|
"value": {
|
|
4416
4456
|
"kind": "expression",
|
|
4417
4457
|
"type": "any"
|
|
@@ -4666,9 +4706,9 @@
|
|
|
4666
4706
|
},
|
|
4667
4707
|
{
|
|
4668
4708
|
"name": "variant",
|
|
4669
|
-
"description": "Applies one of 6 styles
|
|
4709
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
4670
4710
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4671
|
-
"default": "'
|
|
4711
|
+
"default": "'tonal'",
|
|
4672
4712
|
"value": {
|
|
4673
4713
|
"kind": "expression",
|
|
4674
4714
|
"type": "string"
|
|
@@ -4729,6 +4769,16 @@
|
|
|
4729
4769
|
"name": "argument"
|
|
4730
4770
|
}
|
|
4731
4771
|
]
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "group:selected",
|
|
4775
|
+
"description": "",
|
|
4776
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
4777
|
+
"arguments": [
|
|
4778
|
+
{
|
|
4779
|
+
"name": "argument"
|
|
4780
|
+
}
|
|
4781
|
+
]
|
|
4732
4782
|
}
|
|
4733
4783
|
],
|
|
4734
4784
|
"slots": [
|
|
@@ -4872,9 +4922,9 @@
|
|
|
4872
4922
|
},
|
|
4873
4923
|
{
|
|
4874
4924
|
"name": "variant",
|
|
4875
|
-
"description": "Applies one of 6 styles
|
|
4925
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
4876
4926
|
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
4877
|
-
"default": "'
|
|
4927
|
+
"default": "'tonal'",
|
|
4878
4928
|
"value": {
|
|
4879
4929
|
"kind": "expression",
|
|
4880
4930
|
"type": "string"
|
|
@@ -5303,7 +5353,18 @@
|
|
|
5303
5353
|
"type": "boolean"
|
|
5304
5354
|
},
|
|
5305
5355
|
{
|
|
5306
|
-
"name": "menu
|
|
5356
|
+
"name": "menu",
|
|
5357
|
+
"description": "",
|
|
5358
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5359
|
+
"default": "false",
|
|
5360
|
+
"value": {
|
|
5361
|
+
"kind": "expression",
|
|
5362
|
+
"type": "boolean"
|
|
5363
|
+
},
|
|
5364
|
+
"type": "boolean"
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"name": "menu-icon",
|
|
5307
5368
|
"description": "",
|
|
5308
5369
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5309
5370
|
"default": "'$dropdown'",
|
|
@@ -5316,6 +5377,15 @@
|
|
|
5316
5377
|
]
|
|
5317
5378
|
}
|
|
5318
5379
|
},
|
|
5380
|
+
{
|
|
5381
|
+
"name": "menu-props",
|
|
5382
|
+
"description": "",
|
|
5383
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5384
|
+
"value": {
|
|
5385
|
+
"kind": "expression",
|
|
5386
|
+
"type": "object"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5319
5389
|
{
|
|
5320
5390
|
"name": "model-value",
|
|
5321
5391
|
"description": "",
|
|
@@ -5472,6 +5542,16 @@
|
|
|
5472
5542
|
"name": "argument"
|
|
5473
5543
|
}
|
|
5474
5544
|
]
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "update:menu",
|
|
5548
|
+
"description": "",
|
|
5549
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
5550
|
+
"arguments": [
|
|
5551
|
+
{
|
|
5552
|
+
"name": "argument"
|
|
5553
|
+
}
|
|
5554
|
+
]
|
|
5475
5555
|
}
|
|
5476
5556
|
],
|
|
5477
5557
|
"slots": [],
|
|
@@ -6165,6 +6245,16 @@
|
|
|
6165
6245
|
"type": "MouseEvent"
|
|
6166
6246
|
}
|
|
6167
6247
|
]
|
|
6248
|
+
},
|
|
6249
|
+
{
|
|
6250
|
+
"name": "group:selected",
|
|
6251
|
+
"description": "",
|
|
6252
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel#events",
|
|
6253
|
+
"arguments": [
|
|
6254
|
+
{
|
|
6255
|
+
"name": "argument"
|
|
6256
|
+
}
|
|
6257
|
+
]
|
|
6168
6258
|
}
|
|
6169
6259
|
],
|
|
6170
6260
|
"slots": [],
|
|
@@ -6845,6 +6935,15 @@
|
|
|
6845
6935
|
"type": "array"
|
|
6846
6936
|
}
|
|
6847
6937
|
},
|
|
6938
|
+
{
|
|
6939
|
+
"name": "validation-value",
|
|
6940
|
+
"description": "",
|
|
6941
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
6942
|
+
"value": {
|
|
6943
|
+
"kind": "expression",
|
|
6944
|
+
"type": "any"
|
|
6945
|
+
}
|
|
6946
|
+
},
|
|
6848
6947
|
{
|
|
6849
6948
|
"name": "append-inner-icon",
|
|
6850
6949
|
"description": "",
|
|
@@ -8384,6 +8483,15 @@
|
|
|
8384
8483
|
"kind": "expression",
|
|
8385
8484
|
"type": "any"
|
|
8386
8485
|
}
|
|
8486
|
+
},
|
|
8487
|
+
{
|
|
8488
|
+
"name": "validation-value",
|
|
8489
|
+
"description": "",
|
|
8490
|
+
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
8491
|
+
"value": {
|
|
8492
|
+
"kind": "expression",
|
|
8493
|
+
"type": "any"
|
|
8494
|
+
}
|
|
8387
8495
|
}
|
|
8388
8496
|
],
|
|
8389
8497
|
"events": [
|
|
@@ -8586,7 +8694,18 @@
|
|
|
8586
8694
|
}
|
|
8587
8695
|
}
|
|
8588
8696
|
],
|
|
8589
|
-
"events": [
|
|
8697
|
+
"events": [
|
|
8698
|
+
{
|
|
8699
|
+
"name": "group:selected",
|
|
8700
|
+
"description": "",
|
|
8701
|
+
"doc-url": "https://vuetifyjs.com/api/v-item#events",
|
|
8702
|
+
"arguments": [
|
|
8703
|
+
{
|
|
8704
|
+
"name": "argument"
|
|
8705
|
+
}
|
|
8706
|
+
]
|
|
8707
|
+
}
|
|
8708
|
+
],
|
|
8590
8709
|
"slots": [
|
|
8591
8710
|
{
|
|
8592
8711
|
"name": "default",
|
|
@@ -9283,7 +9402,7 @@
|
|
|
9283
9402
|
},
|
|
9284
9403
|
{
|
|
9285
9404
|
"name": "variant",
|
|
9286
|
-
"description": "Applies one of 6 styles
|
|
9405
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
9287
9406
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9288
9407
|
"default": "'text'",
|
|
9289
9408
|
"value": {
|
|
@@ -9347,45 +9466,121 @@
|
|
|
9347
9466
|
}
|
|
9348
9467
|
},
|
|
9349
9468
|
{
|
|
9350
|
-
"name": "
|
|
9469
|
+
"name": "VListGroup",
|
|
9351
9470
|
"source": {
|
|
9352
9471
|
"module": "./src/components/index.ts",
|
|
9353
|
-
"symbol": "
|
|
9472
|
+
"symbol": "VListGroup"
|
|
9354
9473
|
},
|
|
9355
9474
|
"description": "",
|
|
9356
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9475
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
9357
9476
|
"attributes": [
|
|
9358
9477
|
{
|
|
9359
|
-
"name": "
|
|
9478
|
+
"name": "title",
|
|
9360
9479
|
"description": "",
|
|
9361
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9480
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9362
9481
|
"value": {
|
|
9363
9482
|
"kind": "expression",
|
|
9364
9483
|
"type": "any"
|
|
9365
9484
|
}
|
|
9366
9485
|
},
|
|
9367
9486
|
{
|
|
9368
|
-
"name": "
|
|
9487
|
+
"name": "active-color",
|
|
9369
9488
|
"description": "",
|
|
9370
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9489
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9371
9490
|
"value": {
|
|
9372
9491
|
"kind": "expression",
|
|
9373
|
-
"type": "
|
|
9492
|
+
"type": "string"
|
|
9374
9493
|
}
|
|
9375
9494
|
},
|
|
9376
9495
|
{
|
|
9377
|
-
"name": "
|
|
9496
|
+
"name": "color",
|
|
9378
9497
|
"description": "",
|
|
9379
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9498
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9380
9499
|
"value": {
|
|
9381
9500
|
"kind": "expression",
|
|
9382
|
-
"type": "
|
|
9501
|
+
"type": "string"
|
|
9383
9502
|
}
|
|
9384
9503
|
},
|
|
9385
9504
|
{
|
|
9386
|
-
"name": "
|
|
9505
|
+
"name": "collapse-icon",
|
|
9387
9506
|
"description": "",
|
|
9388
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9507
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9508
|
+
"default": "'$collapse'",
|
|
9509
|
+
"value": {
|
|
9510
|
+
"kind": "expression",
|
|
9511
|
+
"type": [
|
|
9512
|
+
"string",
|
|
9513
|
+
"function",
|
|
9514
|
+
"object"
|
|
9515
|
+
]
|
|
9516
|
+
}
|
|
9517
|
+
},
|
|
9518
|
+
{
|
|
9519
|
+
"name": "expand-icon",
|
|
9520
|
+
"description": "",
|
|
9521
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9522
|
+
"default": "'$expand'",
|
|
9523
|
+
"value": {
|
|
9524
|
+
"kind": "expression",
|
|
9525
|
+
"type": [
|
|
9526
|
+
"string",
|
|
9527
|
+
"function",
|
|
9528
|
+
"object"
|
|
9529
|
+
]
|
|
9530
|
+
}
|
|
9531
|
+
},
|
|
9532
|
+
{
|
|
9533
|
+
"name": "prepend-icon",
|
|
9534
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
9535
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9536
|
+
"value": {
|
|
9537
|
+
"kind": "expression",
|
|
9538
|
+
"type": [
|
|
9539
|
+
"string",
|
|
9540
|
+
"function",
|
|
9541
|
+
"object"
|
|
9542
|
+
]
|
|
9543
|
+
}
|
|
9544
|
+
},
|
|
9545
|
+
{
|
|
9546
|
+
"name": "append-icon",
|
|
9547
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
9548
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9549
|
+
"value": {
|
|
9550
|
+
"kind": "expression",
|
|
9551
|
+
"type": [
|
|
9552
|
+
"string",
|
|
9553
|
+
"function",
|
|
9554
|
+
"object"
|
|
9555
|
+
]
|
|
9556
|
+
}
|
|
9557
|
+
},
|
|
9558
|
+
{
|
|
9559
|
+
"name": "fluid",
|
|
9560
|
+
"description": "",
|
|
9561
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9562
|
+
"default": "false",
|
|
9563
|
+
"value": {
|
|
9564
|
+
"kind": "expression",
|
|
9565
|
+
"type": "boolean"
|
|
9566
|
+
},
|
|
9567
|
+
"type": "boolean"
|
|
9568
|
+
},
|
|
9569
|
+
{
|
|
9570
|
+
"name": "subgroup",
|
|
9571
|
+
"description": "",
|
|
9572
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9573
|
+
"default": "false",
|
|
9574
|
+
"value": {
|
|
9575
|
+
"kind": "expression",
|
|
9576
|
+
"type": "boolean"
|
|
9577
|
+
},
|
|
9578
|
+
"type": "boolean"
|
|
9579
|
+
},
|
|
9580
|
+
{
|
|
9581
|
+
"name": "value",
|
|
9582
|
+
"description": "Expands / Collapse the list-group",
|
|
9583
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9389
9584
|
"value": {
|
|
9390
9585
|
"kind": "expression",
|
|
9391
9586
|
"type": "any"
|
|
@@ -9394,7 +9589,7 @@
|
|
|
9394
9589
|
{
|
|
9395
9590
|
"name": "tag",
|
|
9396
9591
|
"description": "Specify a custom tag used on the root element.",
|
|
9397
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
9592
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
9398
9593
|
"default": "'div'",
|
|
9399
9594
|
"value": {
|
|
9400
9595
|
"kind": "expression",
|
|
@@ -9402,8 +9597,41 @@
|
|
|
9402
9597
|
}
|
|
9403
9598
|
}
|
|
9404
9599
|
],
|
|
9405
|
-
"events": [
|
|
9406
|
-
|
|
9600
|
+
"events": [
|
|
9601
|
+
{
|
|
9602
|
+
"name": "click",
|
|
9603
|
+
"description": "Event that is emitted when the component is clicked",
|
|
9604
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#events",
|
|
9605
|
+
"arguments": [
|
|
9606
|
+
{
|
|
9607
|
+
"name": "argument",
|
|
9608
|
+
"type": "MouseEvent"
|
|
9609
|
+
}
|
|
9610
|
+
]
|
|
9611
|
+
}
|
|
9612
|
+
],
|
|
9613
|
+
"slots": [
|
|
9614
|
+
{
|
|
9615
|
+
"name": "default",
|
|
9616
|
+
"description": "The default Vue slot.",
|
|
9617
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
|
|
9618
|
+
},
|
|
9619
|
+
{
|
|
9620
|
+
"name": "activator",
|
|
9621
|
+
"description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation",
|
|
9622
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
|
|
9623
|
+
},
|
|
9624
|
+
{
|
|
9625
|
+
"name": "appendIcon",
|
|
9626
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
9627
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
|
|
9628
|
+
},
|
|
9629
|
+
{
|
|
9630
|
+
"name": "prependIcon",
|
|
9631
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
9632
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
|
|
9633
|
+
}
|
|
9634
|
+
],
|
|
9407
9635
|
"vue-model": {
|
|
9408
9636
|
"prop": "modelValue",
|
|
9409
9637
|
"event": "update:modelValue"
|
|
@@ -9755,7 +9983,7 @@
|
|
|
9755
9983
|
},
|
|
9756
9984
|
{
|
|
9757
9985
|
"name": "variant",
|
|
9758
|
-
"description": "Applies one of 6 styles
|
|
9986
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
9759
9987
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9760
9988
|
"default": "'text'",
|
|
9761
9989
|
"value": {
|
|
@@ -9861,255 +10089,6 @@
|
|
|
9861
10089
|
"event": "update:modelValue"
|
|
9862
10090
|
}
|
|
9863
10091
|
},
|
|
9864
|
-
{
|
|
9865
|
-
"name": "VListItemAvatar",
|
|
9866
|
-
"source": {
|
|
9867
|
-
"module": "./src/components/index.ts",
|
|
9868
|
-
"symbol": "VListItemAvatar"
|
|
9869
|
-
},
|
|
9870
|
-
"description": "",
|
|
9871
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar",
|
|
9872
|
-
"attributes": [
|
|
9873
|
-
{
|
|
9874
|
-
"name": "color",
|
|
9875
|
-
"description": "",
|
|
9876
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9877
|
-
"value": {
|
|
9878
|
-
"kind": "expression",
|
|
9879
|
-
"type": "string"
|
|
9880
|
-
}
|
|
9881
|
-
},
|
|
9882
|
-
{
|
|
9883
|
-
"name": "start",
|
|
9884
|
-
"description": "",
|
|
9885
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9886
|
-
"default": "false",
|
|
9887
|
-
"value": {
|
|
9888
|
-
"kind": "expression",
|
|
9889
|
-
"type": "boolean"
|
|
9890
|
-
},
|
|
9891
|
-
"type": "boolean"
|
|
9892
|
-
},
|
|
9893
|
-
{
|
|
9894
|
-
"name": "end",
|
|
9895
|
-
"description": "",
|
|
9896
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9897
|
-
"default": "false",
|
|
9898
|
-
"value": {
|
|
9899
|
-
"kind": "expression",
|
|
9900
|
-
"type": "boolean"
|
|
9901
|
-
},
|
|
9902
|
-
"type": "boolean"
|
|
9903
|
-
},
|
|
9904
|
-
{
|
|
9905
|
-
"name": "icon",
|
|
9906
|
-
"description": "",
|
|
9907
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9908
|
-
"value": {
|
|
9909
|
-
"kind": "expression",
|
|
9910
|
-
"type": [
|
|
9911
|
-
"string",
|
|
9912
|
-
"function",
|
|
9913
|
-
"object"
|
|
9914
|
-
]
|
|
9915
|
-
}
|
|
9916
|
-
},
|
|
9917
|
-
{
|
|
9918
|
-
"name": "image",
|
|
9919
|
-
"description": "",
|
|
9920
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9921
|
-
"value": {
|
|
9922
|
-
"kind": "expression",
|
|
9923
|
-
"type": "string"
|
|
9924
|
-
}
|
|
9925
|
-
},
|
|
9926
|
-
{
|
|
9927
|
-
"name": "density",
|
|
9928
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
9929
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9930
|
-
"default": "'default'",
|
|
9931
|
-
"value": {
|
|
9932
|
-
"kind": "expression",
|
|
9933
|
-
"type": "string"
|
|
9934
|
-
}
|
|
9935
|
-
},
|
|
9936
|
-
{
|
|
9937
|
-
"name": "rounded",
|
|
9938
|
-
"description": "",
|
|
9939
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9940
|
-
"default": "false",
|
|
9941
|
-
"value": {
|
|
9942
|
-
"kind": "expression",
|
|
9943
|
-
"type": [
|
|
9944
|
-
"boolean",
|
|
9945
|
-
"number",
|
|
9946
|
-
"string"
|
|
9947
|
-
]
|
|
9948
|
-
}
|
|
9949
|
-
},
|
|
9950
|
-
{
|
|
9951
|
-
"name": "size",
|
|
9952
|
-
"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**.",
|
|
9953
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9954
|
-
"default": "'default'",
|
|
9955
|
-
"value": {
|
|
9956
|
-
"kind": "expression",
|
|
9957
|
-
"type": [
|
|
9958
|
-
"string",
|
|
9959
|
-
"number"
|
|
9960
|
-
]
|
|
9961
|
-
}
|
|
9962
|
-
},
|
|
9963
|
-
{
|
|
9964
|
-
"name": "tag",
|
|
9965
|
-
"description": "Specify a custom tag used on the root element.",
|
|
9966
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9967
|
-
"default": "'div'",
|
|
9968
|
-
"value": {
|
|
9969
|
-
"kind": "expression",
|
|
9970
|
-
"type": "string"
|
|
9971
|
-
}
|
|
9972
|
-
}
|
|
9973
|
-
],
|
|
9974
|
-
"events": [],
|
|
9975
|
-
"slots": [
|
|
9976
|
-
{
|
|
9977
|
-
"name": "default",
|
|
9978
|
-
"description": "The default Vue slot.",
|
|
9979
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#slots"
|
|
9980
|
-
}
|
|
9981
|
-
],
|
|
9982
|
-
"vue-model": {
|
|
9983
|
-
"prop": "modelValue",
|
|
9984
|
-
"event": "update:modelValue"
|
|
9985
|
-
}
|
|
9986
|
-
},
|
|
9987
|
-
{
|
|
9988
|
-
"name": "VListItemHeader",
|
|
9989
|
-
"source": {
|
|
9990
|
-
"module": "./src/components/index.ts",
|
|
9991
|
-
"symbol": "VListItemHeader"
|
|
9992
|
-
},
|
|
9993
|
-
"description": "",
|
|
9994
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-header",
|
|
9995
|
-
"attributes": [
|
|
9996
|
-
{
|
|
9997
|
-
"name": "tag",
|
|
9998
|
-
"description": "",
|
|
9999
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-header#props",
|
|
10000
|
-
"default": "'div'",
|
|
10001
|
-
"value": {
|
|
10002
|
-
"kind": "expression",
|
|
10003
|
-
"type": "string"
|
|
10004
|
-
}
|
|
10005
|
-
}
|
|
10006
|
-
],
|
|
10007
|
-
"events": [],
|
|
10008
|
-
"slots": [],
|
|
10009
|
-
"vue-model": {
|
|
10010
|
-
"prop": "modelValue",
|
|
10011
|
-
"event": "update:modelValue"
|
|
10012
|
-
}
|
|
10013
|
-
},
|
|
10014
|
-
{
|
|
10015
|
-
"name": "VListItemIcon",
|
|
10016
|
-
"source": {
|
|
10017
|
-
"module": "./src/components/index.ts",
|
|
10018
|
-
"symbol": "VListItemIcon"
|
|
10019
|
-
},
|
|
10020
|
-
"description": "",
|
|
10021
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon",
|
|
10022
|
-
"attributes": [
|
|
10023
|
-
{
|
|
10024
|
-
"name": "color",
|
|
10025
|
-
"description": "",
|
|
10026
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10027
|
-
"value": {
|
|
10028
|
-
"kind": "expression",
|
|
10029
|
-
"type": "string"
|
|
10030
|
-
}
|
|
10031
|
-
},
|
|
10032
|
-
{
|
|
10033
|
-
"name": "start",
|
|
10034
|
-
"description": "",
|
|
10035
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10036
|
-
"default": "false",
|
|
10037
|
-
"value": {
|
|
10038
|
-
"kind": "expression",
|
|
10039
|
-
"type": "boolean"
|
|
10040
|
-
},
|
|
10041
|
-
"type": "boolean"
|
|
10042
|
-
},
|
|
10043
|
-
{
|
|
10044
|
-
"name": "end",
|
|
10045
|
-
"description": "",
|
|
10046
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10047
|
-
"default": "false",
|
|
10048
|
-
"value": {
|
|
10049
|
-
"kind": "expression",
|
|
10050
|
-
"type": "boolean"
|
|
10051
|
-
},
|
|
10052
|
-
"type": "boolean"
|
|
10053
|
-
},
|
|
10054
|
-
{
|
|
10055
|
-
"name": "icon",
|
|
10056
|
-
"description": "Designates a specific icon.",
|
|
10057
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10058
|
-
"value": {
|
|
10059
|
-
"kind": "expression",
|
|
10060
|
-
"type": [
|
|
10061
|
-
"string",
|
|
10062
|
-
"function",
|
|
10063
|
-
"object"
|
|
10064
|
-
]
|
|
10065
|
-
}
|
|
10066
|
-
},
|
|
10067
|
-
{
|
|
10068
|
-
"name": "size",
|
|
10069
|
-
"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**.",
|
|
10070
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10071
|
-
"default": "'default'",
|
|
10072
|
-
"value": {
|
|
10073
|
-
"kind": "expression",
|
|
10074
|
-
"type": [
|
|
10075
|
-
"string",
|
|
10076
|
-
"number"
|
|
10077
|
-
]
|
|
10078
|
-
}
|
|
10079
|
-
},
|
|
10080
|
-
{
|
|
10081
|
-
"name": "tag",
|
|
10082
|
-
"description": "",
|
|
10083
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10084
|
-
"default": "'i'",
|
|
10085
|
-
"value": {
|
|
10086
|
-
"kind": "expression",
|
|
10087
|
-
"type": "string"
|
|
10088
|
-
}
|
|
10089
|
-
},
|
|
10090
|
-
{
|
|
10091
|
-
"name": "theme",
|
|
10092
|
-
"description": "",
|
|
10093
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10094
|
-
"value": {
|
|
10095
|
-
"kind": "expression",
|
|
10096
|
-
"type": "string"
|
|
10097
|
-
}
|
|
10098
|
-
}
|
|
10099
|
-
],
|
|
10100
|
-
"events": [],
|
|
10101
|
-
"slots": [
|
|
10102
|
-
{
|
|
10103
|
-
"name": "default",
|
|
10104
|
-
"description": "The default Vue slot.",
|
|
10105
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#slots"
|
|
10106
|
-
}
|
|
10107
|
-
],
|
|
10108
|
-
"vue-model": {
|
|
10109
|
-
"prop": "modelValue",
|
|
10110
|
-
"event": "update:modelValue"
|
|
10111
|
-
}
|
|
10112
|
-
},
|
|
10113
10092
|
{
|
|
10114
10093
|
"name": "VListItemMedia",
|
|
10115
10094
|
"source": {
|
|
@@ -10222,115 +10201,63 @@
|
|
|
10222
10201
|
}
|
|
10223
10202
|
},
|
|
10224
10203
|
{
|
|
10225
|
-
"name": "
|
|
10204
|
+
"name": "VListSubheader",
|
|
10226
10205
|
"source": {
|
|
10227
10206
|
"module": "./src/components/index.ts",
|
|
10228
|
-
"symbol": "
|
|
10207
|
+
"symbol": "VListSubheader"
|
|
10229
10208
|
},
|
|
10230
10209
|
"description": "",
|
|
10231
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10210
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader",
|
|
10232
10211
|
"attributes": [
|
|
10233
|
-
{
|
|
10234
|
-
"name": "active-color",
|
|
10235
|
-
"description": "",
|
|
10236
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10237
|
-
"value": {
|
|
10238
|
-
"kind": "expression",
|
|
10239
|
-
"type": "any"
|
|
10240
|
-
}
|
|
10241
|
-
},
|
|
10242
10212
|
{
|
|
10243
10213
|
"name": "color",
|
|
10244
10214
|
"description": "",
|
|
10245
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10215
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
10246
10216
|
"value": {
|
|
10247
10217
|
"kind": "expression",
|
|
10248
10218
|
"type": "any"
|
|
10249
10219
|
}
|
|
10250
10220
|
},
|
|
10251
10221
|
{
|
|
10252
|
-
"name": "
|
|
10253
|
-
"description": "",
|
|
10254
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10255
|
-
"default": "'$collapse'",
|
|
10256
|
-
"value": {
|
|
10257
|
-
"kind": "expression",
|
|
10258
|
-
"type": [
|
|
10259
|
-
"string",
|
|
10260
|
-
"function",
|
|
10261
|
-
"object"
|
|
10262
|
-
]
|
|
10263
|
-
}
|
|
10264
|
-
},
|
|
10265
|
-
{
|
|
10266
|
-
"name": "expand-icon",
|
|
10222
|
+
"name": "inset",
|
|
10267
10223
|
"description": "",
|
|
10268
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10269
|
-
"default": "'$expand'",
|
|
10270
|
-
"value": {
|
|
10271
|
-
"kind": "expression",
|
|
10272
|
-
"type": [
|
|
10273
|
-
"string",
|
|
10274
|
-
"function",
|
|
10275
|
-
"object"
|
|
10276
|
-
]
|
|
10277
|
-
}
|
|
10278
|
-
},
|
|
10279
|
-
{
|
|
10280
|
-
"name": "value",
|
|
10281
|
-
"description": "Expands / Collapse the list-group",
|
|
10282
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10224
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
10283
10225
|
"value": {
|
|
10284
10226
|
"kind": "expression",
|
|
10285
10227
|
"type": "any"
|
|
10286
|
-
}
|
|
10287
|
-
},
|
|
10288
|
-
{
|
|
10289
|
-
"name": "tag",
|
|
10290
|
-
"description": "Specify a custom tag used on the root element.",
|
|
10291
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10292
|
-
"default": "'div'",
|
|
10293
|
-
"value": {
|
|
10294
|
-
"kind": "expression",
|
|
10295
|
-
"type": "string"
|
|
10296
|
-
}
|
|
10297
|
-
}
|
|
10298
|
-
],
|
|
10299
|
-
"events": [
|
|
10300
|
-
{
|
|
10301
|
-
"name": "click",
|
|
10302
|
-
"description": "Event that is emitted when the component is clicked",
|
|
10303
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#events",
|
|
10304
|
-
"arguments": [
|
|
10305
|
-
{
|
|
10306
|
-
"name": "argument",
|
|
10307
|
-
"type": "MouseEvent"
|
|
10308
|
-
}
|
|
10309
|
-
]
|
|
10310
|
-
}
|
|
10311
|
-
],
|
|
10312
|
-
"slots": [
|
|
10313
|
-
{
|
|
10314
|
-
"name": "default",
|
|
10315
|
-
"description": "The default Vue slot.",
|
|
10316
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
|
|
10228
|
+
}
|
|
10317
10229
|
},
|
|
10318
10230
|
{
|
|
10319
|
-
"name": "
|
|
10320
|
-
"description": "
|
|
10321
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10231
|
+
"name": "sticky",
|
|
10232
|
+
"description": "",
|
|
10233
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
10234
|
+
"value": {
|
|
10235
|
+
"kind": "expression",
|
|
10236
|
+
"type": "any"
|
|
10237
|
+
}
|
|
10322
10238
|
},
|
|
10323
10239
|
{
|
|
10324
|
-
"name": "
|
|
10325
|
-
"description": "
|
|
10326
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10240
|
+
"name": "title",
|
|
10241
|
+
"description": "",
|
|
10242
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
10243
|
+
"value": {
|
|
10244
|
+
"kind": "expression",
|
|
10245
|
+
"type": "any"
|
|
10246
|
+
}
|
|
10327
10247
|
},
|
|
10328
10248
|
{
|
|
10329
|
-
"name": "
|
|
10330
|
-
"description": "
|
|
10331
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-
|
|
10249
|
+
"name": "tag",
|
|
10250
|
+
"description": "Specify a custom tag used on the root element.",
|
|
10251
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
10252
|
+
"default": "'div'",
|
|
10253
|
+
"value": {
|
|
10254
|
+
"kind": "expression",
|
|
10255
|
+
"type": "string"
|
|
10256
|
+
}
|
|
10332
10257
|
}
|
|
10333
10258
|
],
|
|
10259
|
+
"events": [],
|
|
10260
|
+
"slots": [],
|
|
10334
10261
|
"vue-model": {
|
|
10335
10262
|
"prop": "modelValue",
|
|
10336
10263
|
"event": "update:modelValue"
|
|
@@ -11140,6 +11067,17 @@
|
|
|
11140
11067
|
]
|
|
11141
11068
|
}
|
|
11142
11069
|
},
|
|
11070
|
+
{
|
|
11071
|
+
"name": "eager",
|
|
11072
|
+
"description": "",
|
|
11073
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11074
|
+
"default": "false",
|
|
11075
|
+
"value": {
|
|
11076
|
+
"kind": "expression",
|
|
11077
|
+
"type": "boolean"
|
|
11078
|
+
},
|
|
11079
|
+
"type": "boolean"
|
|
11080
|
+
},
|
|
11143
11081
|
{
|
|
11144
11082
|
"name": "location-strategy",
|
|
11145
11083
|
"description": "",
|
|
@@ -11181,7 +11119,8 @@
|
|
|
11181
11119
|
"kind": "expression",
|
|
11182
11120
|
"type": [
|
|
11183
11121
|
"number",
|
|
11184
|
-
"string"
|
|
11122
|
+
"string",
|
|
11123
|
+
"array"
|
|
11185
11124
|
]
|
|
11186
11125
|
}
|
|
11187
11126
|
},
|
|
@@ -11220,17 +11159,6 @@
|
|
|
11220
11159
|
"object"
|
|
11221
11160
|
]
|
|
11222
11161
|
}
|
|
11223
|
-
},
|
|
11224
|
-
{
|
|
11225
|
-
"name": "eager",
|
|
11226
|
-
"description": "",
|
|
11227
|
-
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11228
|
-
"default": "false",
|
|
11229
|
-
"value": {
|
|
11230
|
-
"kind": "expression",
|
|
11231
|
-
"type": "boolean"
|
|
11232
|
-
},
|
|
11233
|
-
"type": "boolean"
|
|
11234
11162
|
}
|
|
11235
11163
|
],
|
|
11236
11164
|
"events": [
|
|
@@ -11286,6 +11214,15 @@
|
|
|
11286
11214
|
"description": "",
|
|
11287
11215
|
"doc-url": "https://vuetifyjs.com/api/v-pagination",
|
|
11288
11216
|
"attributes": [
|
|
11217
|
+
{
|
|
11218
|
+
"name": "active-color",
|
|
11219
|
+
"description": "",
|
|
11220
|
+
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11221
|
+
"value": {
|
|
11222
|
+
"kind": "expression",
|
|
11223
|
+
"type": "any"
|
|
11224
|
+
}
|
|
11225
|
+
},
|
|
11289
11226
|
{
|
|
11290
11227
|
"name": "start",
|
|
11291
11228
|
"description": "Specify the starting page",
|
|
@@ -11484,20 +11421,6 @@
|
|
|
11484
11421
|
"type": "any"
|
|
11485
11422
|
}
|
|
11486
11423
|
},
|
|
11487
|
-
{
|
|
11488
|
-
"name": "rounded",
|
|
11489
|
-
"description": "",
|
|
11490
|
-
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11491
|
-
"default": "false",
|
|
11492
|
-
"value": {
|
|
11493
|
-
"kind": "expression",
|
|
11494
|
-
"type": [
|
|
11495
|
-
"boolean",
|
|
11496
|
-
"number",
|
|
11497
|
-
"string"
|
|
11498
|
-
]
|
|
11499
|
-
}
|
|
11500
|
-
},
|
|
11501
11424
|
{
|
|
11502
11425
|
"name": "border",
|
|
11503
11426
|
"description": "Applies border styles to component.",
|
|
@@ -11534,6 +11457,20 @@
|
|
|
11534
11457
|
]
|
|
11535
11458
|
}
|
|
11536
11459
|
},
|
|
11460
|
+
{
|
|
11461
|
+
"name": "rounded",
|
|
11462
|
+
"description": "",
|
|
11463
|
+
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11464
|
+
"default": "false",
|
|
11465
|
+
"value": {
|
|
11466
|
+
"kind": "expression",
|
|
11467
|
+
"type": [
|
|
11468
|
+
"boolean",
|
|
11469
|
+
"number",
|
|
11470
|
+
"string"
|
|
11471
|
+
]
|
|
11472
|
+
}
|
|
11473
|
+
},
|
|
11537
11474
|
{
|
|
11538
11475
|
"name": "size",
|
|
11539
11476
|
"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**.",
|
|
@@ -11577,7 +11514,7 @@
|
|
|
11577
11514
|
},
|
|
11578
11515
|
{
|
|
11579
11516
|
"name": "variant",
|
|
11580
|
-
"description": "Applies one of 6 styles
|
|
11517
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
11581
11518
|
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11582
11519
|
"default": "'text'",
|
|
11583
11520
|
"value": {
|
|
@@ -12279,6 +12216,15 @@
|
|
|
12279
12216
|
"type": "any"
|
|
12280
12217
|
}
|
|
12281
12218
|
},
|
|
12219
|
+
{
|
|
12220
|
+
"name": "validation-value",
|
|
12221
|
+
"description": "",
|
|
12222
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
12223
|
+
"value": {
|
|
12224
|
+
"kind": "expression",
|
|
12225
|
+
"type": "any"
|
|
12226
|
+
}
|
|
12227
|
+
},
|
|
12282
12228
|
{
|
|
12283
12229
|
"name": "color",
|
|
12284
12230
|
"description": "",
|
|
@@ -12610,6 +12556,15 @@
|
|
|
12610
12556
|
"type": "array"
|
|
12611
12557
|
}
|
|
12612
12558
|
},
|
|
12559
|
+
{
|
|
12560
|
+
"name": "validation-value",
|
|
12561
|
+
"description": "",
|
|
12562
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
12563
|
+
"value": {
|
|
12564
|
+
"kind": "expression",
|
|
12565
|
+
"type": "any"
|
|
12566
|
+
}
|
|
12567
|
+
},
|
|
12613
12568
|
{
|
|
12614
12569
|
"name": "max",
|
|
12615
12570
|
"description": "",
|
|
@@ -13424,6 +13379,17 @@
|
|
|
13424
13379
|
},
|
|
13425
13380
|
"type": "boolean"
|
|
13426
13381
|
},
|
|
13382
|
+
{
|
|
13383
|
+
"name": "menu",
|
|
13384
|
+
"description": "",
|
|
13385
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13386
|
+
"default": "false",
|
|
13387
|
+
"value": {
|
|
13388
|
+
"kind": "expression",
|
|
13389
|
+
"type": "boolean"
|
|
13390
|
+
},
|
|
13391
|
+
"type": "boolean"
|
|
13392
|
+
},
|
|
13427
13393
|
{
|
|
13428
13394
|
"name": "menu-icon",
|
|
13429
13395
|
"description": "",
|
|
@@ -13438,6 +13404,15 @@
|
|
|
13438
13404
|
]
|
|
13439
13405
|
}
|
|
13440
13406
|
},
|
|
13407
|
+
{
|
|
13408
|
+
"name": "menu-props",
|
|
13409
|
+
"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 }\"`",
|
|
13410
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13411
|
+
"value": {
|
|
13412
|
+
"kind": "expression",
|
|
13413
|
+
"type": "object"
|
|
13414
|
+
}
|
|
13415
|
+
},
|
|
13441
13416
|
{
|
|
13442
13417
|
"name": "model-value",
|
|
13443
13418
|
"description": "",
|
|
@@ -13482,7 +13457,7 @@
|
|
|
13482
13457
|
},
|
|
13483
13458
|
{
|
|
13484
13459
|
"name": "items",
|
|
13485
|
-
"description": "Can be an array of objects or array of strings. When using objects, will look for a
|
|
13460
|
+
"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.",
|
|
13486
13461
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13487
13462
|
"default": "[]",
|
|
13488
13463
|
"value": {
|
|
@@ -13584,6 +13559,16 @@
|
|
|
13584
13559
|
"name": "argument"
|
|
13585
13560
|
}
|
|
13586
13561
|
]
|
|
13562
|
+
},
|
|
13563
|
+
{
|
|
13564
|
+
"name": "update:menu",
|
|
13565
|
+
"description": "",
|
|
13566
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
13567
|
+
"arguments": [
|
|
13568
|
+
{
|
|
13569
|
+
"name": "argument"
|
|
13570
|
+
}
|
|
13571
|
+
]
|
|
13587
13572
|
}
|
|
13588
13573
|
],
|
|
13589
13574
|
"slots": [],
|
|
@@ -14116,22 +14101,6 @@
|
|
|
14116
14101
|
"event": "update:modelValue"
|
|
14117
14102
|
}
|
|
14118
14103
|
},
|
|
14119
|
-
{
|
|
14120
|
-
"name": "VSlideGroupSymbol",
|
|
14121
|
-
"source": {
|
|
14122
|
-
"module": "./src/components/index.ts",
|
|
14123
|
-
"symbol": "VSlideGroupSymbol"
|
|
14124
|
-
},
|
|
14125
|
-
"description": "",
|
|
14126
|
-
"doc-url": "https://vuetifyjs.com/api/v-slide-group-symbol",
|
|
14127
|
-
"attributes": [],
|
|
14128
|
-
"events": [],
|
|
14129
|
-
"slots": [],
|
|
14130
|
-
"vue-model": {
|
|
14131
|
-
"prop": "modelValue",
|
|
14132
|
-
"event": "update:modelValue"
|
|
14133
|
-
}
|
|
14134
|
-
},
|
|
14135
14104
|
{
|
|
14136
14105
|
"name": "VSlideGroup",
|
|
14137
14106
|
"source": {
|
|
@@ -14390,7 +14359,18 @@
|
|
|
14390
14359
|
}
|
|
14391
14360
|
}
|
|
14392
14361
|
],
|
|
14393
|
-
"events": [
|
|
14362
|
+
"events": [
|
|
14363
|
+
{
|
|
14364
|
+
"name": "group:selected",
|
|
14365
|
+
"description": "",
|
|
14366
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-group-item#events",
|
|
14367
|
+
"arguments": [
|
|
14368
|
+
{
|
|
14369
|
+
"name": "argument"
|
|
14370
|
+
}
|
|
14371
|
+
]
|
|
14372
|
+
}
|
|
14373
|
+
],
|
|
14394
14374
|
"slots": [],
|
|
14395
14375
|
"vue-model": {
|
|
14396
14376
|
"prop": "modelValue",
|
|
@@ -14778,6 +14758,15 @@
|
|
|
14778
14758
|
"string"
|
|
14779
14759
|
]
|
|
14780
14760
|
}
|
|
14761
|
+
},
|
|
14762
|
+
{
|
|
14763
|
+
"name": "validation-value",
|
|
14764
|
+
"description": "",
|
|
14765
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
14766
|
+
"value": {
|
|
14767
|
+
"kind": "expression",
|
|
14768
|
+
"type": "any"
|
|
14769
|
+
}
|
|
14781
14770
|
}
|
|
14782
14771
|
],
|
|
14783
14772
|
"events": [
|
|
@@ -14920,9 +14909,9 @@
|
|
|
14920
14909
|
},
|
|
14921
14910
|
{
|
|
14922
14911
|
"name": "variant",
|
|
14923
|
-
"description": "Applies one of 6 styles
|
|
14912
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
14924
14913
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14925
|
-
"default": "'
|
|
14914
|
+
"default": "'elevated'",
|
|
14926
14915
|
"value": {
|
|
14927
14916
|
"kind": "expression",
|
|
14928
14917
|
"type": "string"
|
|
@@ -15200,6 +15189,15 @@
|
|
|
15200
15189
|
"type": "any"
|
|
15201
15190
|
}
|
|
15202
15191
|
},
|
|
15192
|
+
{
|
|
15193
|
+
"name": "validation-value",
|
|
15194
|
+
"description": "",
|
|
15195
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
15196
|
+
"value": {
|
|
15197
|
+
"kind": "expression",
|
|
15198
|
+
"type": "any"
|
|
15199
|
+
}
|
|
15200
|
+
},
|
|
15203
15201
|
{
|
|
15204
15202
|
"name": "color",
|
|
15205
15203
|
"description": "",
|
|
@@ -15964,19 +15962,19 @@
|
|
|
15964
15962
|
}
|
|
15965
15963
|
},
|
|
15966
15964
|
{
|
|
15967
|
-
"name": "
|
|
15968
|
-
"description": "Specify a
|
|
15965
|
+
"name": "tag",
|
|
15966
|
+
"description": "Specify a custom tag used on the root element.",
|
|
15969
15967
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
15968
|
+
"default": "'div'",
|
|
15970
15969
|
"value": {
|
|
15971
15970
|
"kind": "expression",
|
|
15972
15971
|
"type": "string"
|
|
15973
15972
|
}
|
|
15974
15973
|
},
|
|
15975
15974
|
{
|
|
15976
|
-
"name": "
|
|
15977
|
-
"description": "Specify a
|
|
15975
|
+
"name": "theme",
|
|
15976
|
+
"description": "Specify a theme for this component and all of its children",
|
|
15978
15977
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
15979
|
-
"default": "'div'",
|
|
15980
15978
|
"value": {
|
|
15981
15979
|
"kind": "expression",
|
|
15982
15980
|
"type": "string"
|
|
@@ -16300,6 +16298,15 @@
|
|
|
16300
16298
|
"type": "any"
|
|
16301
16299
|
}
|
|
16302
16300
|
},
|
|
16301
|
+
{
|
|
16302
|
+
"name": "validation-value",
|
|
16303
|
+
"description": "",
|
|
16304
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
16305
|
+
"value": {
|
|
16306
|
+
"kind": "expression",
|
|
16307
|
+
"type": "any"
|
|
16308
|
+
}
|
|
16309
|
+
},
|
|
16303
16310
|
{
|
|
16304
16311
|
"name": "append-inner-icon",
|
|
16305
16312
|
"description": "",
|
|
@@ -16779,6 +16786,15 @@
|
|
|
16779
16786
|
"type": "any"
|
|
16780
16787
|
}
|
|
16781
16788
|
},
|
|
16789
|
+
{
|
|
16790
|
+
"name": "validation-value",
|
|
16791
|
+
"description": "",
|
|
16792
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
16793
|
+
"value": {
|
|
16794
|
+
"kind": "expression",
|
|
16795
|
+
"type": "any"
|
|
16796
|
+
}
|
|
16797
|
+
},
|
|
16782
16798
|
{
|
|
16783
16799
|
"name": "append-inner-icon",
|
|
16784
16800
|
"description": "",
|
|
@@ -17170,6 +17186,15 @@
|
|
|
17170
17186
|
"description": "",
|
|
17171
17187
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item",
|
|
17172
17188
|
"attributes": [
|
|
17189
|
+
{
|
|
17190
|
+
"name": "density",
|
|
17191
|
+
"description": "",
|
|
17192
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
|
|
17193
|
+
"value": {
|
|
17194
|
+
"kind": "expression",
|
|
17195
|
+
"type": "any"
|
|
17196
|
+
}
|
|
17197
|
+
},
|
|
17173
17198
|
{
|
|
17174
17199
|
"name": "dot-color",
|
|
17175
17200
|
"description": "",
|
|
@@ -17481,7 +17506,7 @@
|
|
|
17481
17506
|
"name": "height",
|
|
17482
17507
|
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc.",
|
|
17483
17508
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar#props",
|
|
17484
|
-
"default": "
|
|
17509
|
+
"default": "64",
|
|
17485
17510
|
"value": {
|
|
17486
17511
|
"kind": "expression",
|
|
17487
17512
|
"type": [
|
|
@@ -17659,9 +17684,9 @@
|
|
|
17659
17684
|
},
|
|
17660
17685
|
{
|
|
17661
17686
|
"name": "variant",
|
|
17662
|
-
"description": "Applies one of 6 styles
|
|
17687
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
17663
17688
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
17664
|
-
"default": "'
|
|
17689
|
+
"default": "'text'",
|
|
17665
17690
|
"value": {
|
|
17666
17691
|
"kind": "expression",
|
|
17667
17692
|
"type": "string"
|
|
@@ -17886,6 +17911,15 @@
|
|
|
17886
17911
|
"kind": "expression",
|
|
17887
17912
|
"type": "any"
|
|
17888
17913
|
}
|
|
17914
|
+
},
|
|
17915
|
+
{
|
|
17916
|
+
"name": "validation-value",
|
|
17917
|
+
"description": "",
|
|
17918
|
+
"doc-url": "https://vuetifyjs.com/api/v-validation#props",
|
|
17919
|
+
"value": {
|
|
17920
|
+
"kind": "expression",
|
|
17921
|
+
"type": "any"
|
|
17922
|
+
}
|
|
17889
17923
|
}
|
|
17890
17924
|
],
|
|
17891
17925
|
"events": [
|
|
@@ -18157,17 +18191,6 @@
|
|
|
18157
18191
|
]
|
|
18158
18192
|
}
|
|
18159
18193
|
},
|
|
18160
|
-
{
|
|
18161
|
-
"name": "eager",
|
|
18162
|
-
"description": "",
|
|
18163
|
-
"doc-url": "https://vuetifyjs.com/api/v-window-item#props",
|
|
18164
|
-
"default": "false",
|
|
18165
|
-
"value": {
|
|
18166
|
-
"kind": "expression",
|
|
18167
|
-
"type": "boolean"
|
|
18168
|
-
},
|
|
18169
|
-
"type": "boolean"
|
|
18170
|
-
},
|
|
18171
18194
|
{
|
|
18172
18195
|
"name": "value",
|
|
18173
18196
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -18196,9 +18219,31 @@
|
|
|
18196
18219
|
"kind": "expression",
|
|
18197
18220
|
"type": "string"
|
|
18198
18221
|
}
|
|
18222
|
+
},
|
|
18223
|
+
{
|
|
18224
|
+
"name": "eager",
|
|
18225
|
+
"description": "",
|
|
18226
|
+
"doc-url": "https://vuetifyjs.com/api/v-window-item#props",
|
|
18227
|
+
"default": "false",
|
|
18228
|
+
"value": {
|
|
18229
|
+
"kind": "expression",
|
|
18230
|
+
"type": "boolean"
|
|
18231
|
+
},
|
|
18232
|
+
"type": "boolean"
|
|
18233
|
+
}
|
|
18234
|
+
],
|
|
18235
|
+
"events": [
|
|
18236
|
+
{
|
|
18237
|
+
"name": "group:selected",
|
|
18238
|
+
"description": "",
|
|
18239
|
+
"doc-url": "https://vuetifyjs.com/api/v-window-item#events",
|
|
18240
|
+
"arguments": [
|
|
18241
|
+
{
|
|
18242
|
+
"name": "argument"
|
|
18243
|
+
}
|
|
18244
|
+
]
|
|
18199
18245
|
}
|
|
18200
18246
|
],
|
|
18201
|
-
"events": [],
|
|
18202
18247
|
"slots": [
|
|
18203
18248
|
{
|
|
18204
18249
|
"name": "default",
|