vuetify 3.3.0 → 3.3.2
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/dist/json/attributes.json +88 -60
- package/dist/json/importMap.json +26 -26
- package/dist/json/tags.json +8 -1
- package/dist/json/web-types.json +836 -899
- package/dist/vuetify-labs.css +136 -114
- package/dist/vuetify-labs.d.ts +6688 -11806
- package/dist/vuetify-labs.esm.js +8271 -8060
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8270 -8059
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +133 -112
- package/dist/vuetify.d.ts +4441 -8286
- package/dist/vuetify.esm.js +6686 -6548
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6685 -6547
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +979 -975
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +31 -31
- package/lib/blueprints/md1.d.mts +31 -31
- package/lib/blueprints/md2.d.mts +31 -31
- package/lib/blueprints/md3.d.mts +31 -31
- package/lib/components/VAlert/VAlert.mjs +6 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAlert/index.d.mts +16 -74
- package/lib/components/VApp/VApp.mjs +4 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +0 -15
- package/lib/components/VAppBar/VAppBar.mjs +9 -6
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -82
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -11
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +205 -259
- package/lib/components/VAvatar/VAvatar.mjs +4 -4
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +0 -15
- package/lib/components/VBadge/VBadge.mjs +6 -6
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +0 -19
- package/lib/components/VBanner/VBanner.mjs +7 -10
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +2 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs +1 -0
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +1 -58
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +0 -15
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +30 -60
- package/lib/components/VBtn/VBtn.mjs +6 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/_variables.scss +15 -15
- package/lib/components/VBtn/index.d.mts +0 -27
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +0 -15
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +19 -34
- package/lib/components/VCard/VCard.mjs +7 -7
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +2 -2
- package/lib/components/VCard/VCardItem.mjs +4 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -0
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs +1 -0
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +10 -11
- package/lib/components/VCard/index.d.mts +16 -158
- package/lib/components/VCarousel/VCarousel.mjs +4 -7
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +79 -237
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +191 -277
- package/lib/components/VChip/VChip.mjs +7 -7
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +19 -82
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +19 -58
- package/lib/components/VCode/index.d.mts +0 -15
- package/lib/components/VCode/index.mjs +3 -0
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +13 -12
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +205 -259
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +19 -34
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +7 -24
- package/lib/components/VDialog/VDialog.mjs +7 -7
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +175 -301
- package/lib/components/VDivider/VDivider.mjs +3 -3
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +0 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +35 -107
- package/lib/components/VField/VField.mjs +8 -8
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VField/index.d.mts +39 -54
- package/lib/components/VFileInput/VFileInput.mjs +5 -5
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +381 -537
- package/lib/components/VFooter/VFooter.mjs +4 -4
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/_variables.scss +1 -1
- package/lib/components/VFooter/index.d.mts +0 -15
- package/lib/components/VForm/VForm.mjs +3 -3
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +19 -146
- package/lib/components/VGrid/VCol.mjs +2 -2
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +3 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +2 -2
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +0 -60
- package/lib/components/VHover/VHover.mjs +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +19 -46
- package/lib/components/VIcon/VIcon.mjs +4 -4
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +0 -30
- package/lib/components/VImg/VImg.mjs +5 -4
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +0 -27
- package/lib/components/VInput/InputIcon.mjs +3 -2
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +9 -5
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/_variables.scss +1 -1
- package/lib/components/VInput/index.d.mts +88 -119
- package/lib/components/VItemGroup/VItem.mjs +2 -2
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +38 -120
- package/lib/components/VKbd/index.d.mts +0 -15
- package/lib/components/VKbd/index.mjs +3 -0
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +0 -15
- package/lib/components/VLayout/VLayout.mjs +3 -3
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +0 -30
- package/lib/components/VLazy/VLazy.mjs +3 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +0 -15
- package/lib/components/VList/VList.css +1 -0
- package/lib/components/VList/VList.mjs +5 -4
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -0
- package/lib/components/VList/VListChildren.mjs +3 -3
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -8
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs +1 -0
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +18 -0
- package/lib/components/VList/VListItem.mjs +9 -9
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +12 -0
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -0
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs +1 -0
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +6 -6
- package/lib/components/VList/index.d.mts +185 -337
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +0 -15
- package/lib/components/VMain/VMain.mjs +3 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +0 -15
- package/lib/components/VMenu/VMenu.mjs +7 -7
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +222 -348
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs +3 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +15 -42
- package/lib/components/VOverlay/VOverlay.mjs +11 -14
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +55 -94
- package/lib/components/VOverlay/locationStrategies.mjs +5 -5
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +6 -10
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +2 -0
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +9 -9
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +75 -106
- package/lib/components/VParallax/VParallax.mjs +3 -6
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +0 -27
- package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +19 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +19 -46
- package/lib/components/VRadio/VRadio.mjs +3 -3
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +33 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +140 -191
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +100 -143
- package/lib/components/VRating/VRating.mjs +6 -9
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +30 -49
- package/lib/components/VResponsive/VResponsive.css +1 -0
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +1 -0
- package/lib/components/VResponsive/index.d.mts +0 -19
- package/lib/components/VSelect/VSelect.mjs +9 -9
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +205 -259
- package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +24 -24
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
- package/lib/components/VSheet/VSheet.mjs +4 -4
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +0 -15
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +68 -126
- package/lib/components/VSlider/VSlider.css +5 -4
- package/lib/components/VSlider/VSlider.mjs +6 -6
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +5 -4
- package/lib/components/VSlider/VSliderThumb.mjs +6 -6
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +3 -3
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +100 -143
- package/lib/components/VSlider/slider.mjs +4 -7
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -1
- package/lib/components/VSnackbar/index.d.mts +167 -289
- package/lib/components/VStepper/index.mjs +3 -2
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +6 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +164 -219
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VSystemBar/index.d.mts +0 -15
- package/lib/components/VTable/VTable.mjs +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/_variables.scss +1 -1
- package/lib/components/VTable/index.d.mts +0 -27
- package/lib/components/VTabs/VTab.mjs +3 -3
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +7 -7
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +0 -30
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +6 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +423 -559
- package/lib/components/VTextarea/VTextarea.mjs +8 -11
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +362 -494
- package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +0 -15
- package/lib/components/VTimeline/VTimeline.mjs +4 -4
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +0 -38
- package/lib/components/VToolbar/VToolbar.mjs +8 -8
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VToolbar/index.d.mts +1 -70
- package/lib/components/VTooltip/VTooltip.mjs +6 -6
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +222 -348
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -90
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +25 -25
- package/lib/components/VWindow/VWindow.mjs +6 -6
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +5 -5
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +64 -138
- package/lib/components/index.d.mts +4688 -8535
- package/lib/components/transitions/createTransition.mjs +5 -8
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +1 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +117 -357
- package/lib/composables/defaults.mjs +5 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +2 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/hydration.mjs +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +7 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/lazy.mjs +1 -3
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +2 -5
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +1 -0
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +3 -3
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs +4 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +4 -4
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -4
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +1 -0
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +4 -0
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -0
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +108 -0
- package/lib/composables/virtual.mjs.map +1 -0
- package/lib/directives/click-outside/index.mjs +2 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +2 -0
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +2 -0
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +1 -2
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +7 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +4 -6
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +4 -3
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +4 -3
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +4 -3
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +40 -38
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/labs/VBottomSheet/index.d.mts +55 -94
- package/lib/labs/VDataIterator/VDataIterator.mjs +13 -10
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/labs/VDataIterator/composables/items.mjs +9 -3
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/labs/VDataIterator/index.d.mts +143 -132
- package/lib/labs/VDataTable/VDataTable.css +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +14 -11
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +1 -0
- package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +10 -9
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +15 -10
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +40 -25
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +4 -4
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +1 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -2
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +12 -9
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +125 -9
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +4 -9
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +1792 -2979
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
- package/lib/labs/components.d.mts +2049 -3320
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs +3 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.d.mts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +5 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs +1 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/styles/settings/_colors.scss +18 -15
- package/lib/util/anchor.mjs +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs +1 -0
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/color/APCA.mjs +1 -0
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs +2 -0
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs +3 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +1 -0
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +2 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +5 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -2
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +1 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -2
- package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
- package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
77
77
|
},
|
|
78
78
|
"v-alert/location": {
|
|
79
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
79
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
80
80
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
81
81
|
},
|
|
82
82
|
"v-alert/position": {
|
|
83
83
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
84
|
-
"description": "
|
|
84
|
+
"description": "MISSING DESCRIPTION"
|
|
85
85
|
},
|
|
86
86
|
"v-alert/rounded": {
|
|
87
87
|
"type": "string | number | boolean\n",
|
|
@@ -264,12 +264,12 @@
|
|
|
264
264
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
265
265
|
},
|
|
266
266
|
"v-app-bar-nav-icon/location": {
|
|
267
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
267
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
268
268
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
269
269
|
},
|
|
270
270
|
"v-app-bar-nav-icon/position": {
|
|
271
271
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
272
|
-
"description": "
|
|
272
|
+
"description": "MISSING DESCRIPTION"
|
|
273
273
|
},
|
|
274
274
|
"v-app-bar-nav-icon/rounded": {
|
|
275
275
|
"type": "string | number | boolean\n",
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
"v-autocomplete/custom-filter": {
|
|
455
455
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
|
|
456
|
-
"description": "Function used to filter items."
|
|
456
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
|
|
457
457
|
},
|
|
458
458
|
"v-autocomplete/custom-key-filter": {
|
|
459
459
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
701
701
|
},
|
|
702
702
|
"v-badge/location": {
|
|
703
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
703
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
704
704
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
705
705
|
},
|
|
706
706
|
"v-badge/rounded": {
|
|
@@ -808,12 +808,12 @@
|
|
|
808
808
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
809
809
|
},
|
|
810
810
|
"v-banner/location": {
|
|
811
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
811
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
812
812
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
813
813
|
},
|
|
814
814
|
"v-banner/position": {
|
|
815
815
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
816
|
-
"description": "
|
|
816
|
+
"description": "MISSING DESCRIPTION"
|
|
817
817
|
},
|
|
818
818
|
"v-banner/sticky": {
|
|
819
819
|
"type": "boolean\n",
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
"description": "Sets the width for the component."
|
|
973
973
|
},
|
|
974
974
|
"v-bottom-sheet/location": {
|
|
975
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
975
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
976
976
|
"description": "MISSING DESCRIPTION"
|
|
977
977
|
},
|
|
978
978
|
"v-bottom-sheet/absolute": {
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
1061
1061
|
},
|
|
1062
1062
|
"v-bottom-sheet/origin": {
|
|
1063
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
1063
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
1064
1064
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
1065
1065
|
},
|
|
1066
1066
|
"v-bottom-sheet/offset": {
|
|
@@ -1240,12 +1240,12 @@
|
|
|
1240
1240
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1241
1241
|
},
|
|
1242
1242
|
"v-btn/location": {
|
|
1243
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
1243
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
1244
1244
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
1245
1245
|
},
|
|
1246
1246
|
"v-btn/position": {
|
|
1247
1247
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
1248
|
-
"description": "
|
|
1248
|
+
"description": "MISSING DESCRIPTION"
|
|
1249
1249
|
},
|
|
1250
1250
|
"v-btn/rounded": {
|
|
1251
1251
|
"type": "string | number | boolean\n",
|
|
@@ -1472,12 +1472,12 @@
|
|
|
1472
1472
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1473
1473
|
},
|
|
1474
1474
|
"v-card/location": {
|
|
1475
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
1475
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
1476
1476
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
1477
1477
|
},
|
|
1478
1478
|
"v-card/position": {
|
|
1479
1479
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
1480
|
-
"description": "
|
|
1480
|
+
"description": "MISSING DESCRIPTION"
|
|
1481
1481
|
},
|
|
1482
1482
|
"v-card/rounded": {
|
|
1483
1483
|
"type": "string | number | boolean\n",
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
},
|
|
2310
2310
|
"v-color-picker/position": {
|
|
2311
2311
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
2312
|
-
"description": "
|
|
2312
|
+
"description": "MISSING DESCRIPTION"
|
|
2313
2313
|
},
|
|
2314
2314
|
"v-color-picker/rounded": {
|
|
2315
2315
|
"type": "string | number | boolean\n",
|
|
@@ -2461,7 +2461,7 @@
|
|
|
2461
2461
|
},
|
|
2462
2462
|
"v-combobox/custom-filter": {
|
|
2463
2463
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
|
|
2464
|
-
"description": "Function used to filter items."
|
|
2464
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
|
|
2465
2465
|
},
|
|
2466
2466
|
"v-combobox/custom-key-filter": {
|
|
2467
2467
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
@@ -2739,10 +2739,22 @@
|
|
|
2739
2739
|
"type": "boolean\n",
|
|
2740
2740
|
"description": "MISSING DESCRIPTION"
|
|
2741
2741
|
},
|
|
2742
|
+
"v-data-iterator/item-selectable": {
|
|
2743
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2744
|
+
"description": "MISSING DESCRIPTION"
|
|
2745
|
+
},
|
|
2742
2746
|
"v-data-iterator/show-select": {
|
|
2743
2747
|
"type": "boolean\n",
|
|
2744
2748
|
"description": "MISSING DESCRIPTION"
|
|
2745
2749
|
},
|
|
2750
|
+
"v-data-iterator/select-strategy": {
|
|
2751
|
+
"type": "'single' | 'page' | 'all'\n",
|
|
2752
|
+
"description": "MISSING DESCRIPTION"
|
|
2753
|
+
},
|
|
2754
|
+
"v-data-iterator/page": {
|
|
2755
|
+
"type": "string | number\n",
|
|
2756
|
+
"description": "MISSING DESCRIPTION"
|
|
2757
|
+
},
|
|
2746
2758
|
"v-data-iterator/sort-by": {
|
|
2747
2759
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
2748
2760
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
|
|
@@ -2759,10 +2771,6 @@
|
|
|
2759
2771
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
2760
2772
|
"description": "MISSING DESCRIPTION"
|
|
2761
2773
|
},
|
|
2762
|
-
"v-data-iterator/page": {
|
|
2763
|
-
"type": "string | number\n",
|
|
2764
|
-
"description": "MISSING DESCRIPTION"
|
|
2765
|
-
},
|
|
2766
2774
|
"v-data-iterator/items-per-page": {
|
|
2767
2775
|
"type": "string | number\n",
|
|
2768
2776
|
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
@@ -2875,10 +2883,22 @@
|
|
|
2875
2883
|
"type": "string\n",
|
|
2876
2884
|
"description": "MISSING DESCRIPTION"
|
|
2877
2885
|
},
|
|
2886
|
+
"v-data-table/item-selectable": {
|
|
2887
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2888
|
+
"description": "MISSING DESCRIPTION"
|
|
2889
|
+
},
|
|
2878
2890
|
"v-data-table/show-select": {
|
|
2879
2891
|
"type": "boolean\n",
|
|
2880
2892
|
"description": "Shows the select checkboxes in both the header and rows (if using default rows)"
|
|
2881
2893
|
},
|
|
2894
|
+
"v-data-table/select-strategy": {
|
|
2895
|
+
"type": "'single' | 'page' | 'all'\n",
|
|
2896
|
+
"description": "MISSING DESCRIPTION"
|
|
2897
|
+
},
|
|
2898
|
+
"v-data-table/page": {
|
|
2899
|
+
"type": "string | number\n",
|
|
2900
|
+
"description": "The current displayed page number (1-indexed)"
|
|
2901
|
+
},
|
|
2882
2902
|
"v-data-table/sort-by": {
|
|
2883
2903
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
2884
2904
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
|
|
@@ -2895,10 +2915,6 @@
|
|
|
2895
2915
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
2896
2916
|
"description": "MISSING DESCRIPTION"
|
|
2897
2917
|
},
|
|
2898
|
-
"v-data-table/page": {
|
|
2899
|
-
"type": "string | number\n",
|
|
2900
|
-
"description": "The current displayed page number (1-indexed)"
|
|
2901
|
-
},
|
|
2902
2918
|
"v-data-table/items-per-page": {
|
|
2903
2919
|
"type": "string | number\n",
|
|
2904
2920
|
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
@@ -2988,7 +3004,7 @@
|
|
|
2988
3004
|
"description": "MISSING DESCRIPTION"
|
|
2989
3005
|
},
|
|
2990
3006
|
"v-data-table-row/item": {
|
|
2991
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
3007
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>\n",
|
|
2992
3008
|
"description": "MISSING DESCRIPTION"
|
|
2993
3009
|
},
|
|
2994
3010
|
"v-data-table-row/index": {
|
|
@@ -2996,7 +3012,7 @@
|
|
|
2996
3012
|
"description": "MISSING DESCRIPTION"
|
|
2997
3013
|
},
|
|
2998
3014
|
"v-data-table-rows/items": {
|
|
2999
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
3015
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3000
3016
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
3001
3017
|
},
|
|
3002
3018
|
"v-data-table-rows/loading": {
|
|
@@ -3091,10 +3107,22 @@
|
|
|
3091
3107
|
"type": "string\n",
|
|
3092
3108
|
"description": "MISSING DESCRIPTION"
|
|
3093
3109
|
},
|
|
3110
|
+
"v-data-table-server/item-selectable": {
|
|
3111
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3112
|
+
"description": "MISSING DESCRIPTION"
|
|
3113
|
+
},
|
|
3094
3114
|
"v-data-table-server/show-select": {
|
|
3095
3115
|
"type": "boolean\n",
|
|
3096
3116
|
"description": "MISSING DESCRIPTION"
|
|
3097
3117
|
},
|
|
3118
|
+
"v-data-table-server/select-strategy": {
|
|
3119
|
+
"type": "'single' | 'page' | 'all'\n",
|
|
3120
|
+
"description": "MISSING DESCRIPTION"
|
|
3121
|
+
},
|
|
3122
|
+
"v-data-table-server/page": {
|
|
3123
|
+
"type": "string | number\n",
|
|
3124
|
+
"description": "MISSING DESCRIPTION"
|
|
3125
|
+
},
|
|
3098
3126
|
"v-data-table-server/sort-by": {
|
|
3099
3127
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3100
3128
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3111,10 +3139,6 @@
|
|
|
3111
3139
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
3112
3140
|
"description": "MISSING DESCRIPTION"
|
|
3113
3141
|
},
|
|
3114
|
-
"v-data-table-server/page": {
|
|
3115
|
-
"type": "string | number\n",
|
|
3116
|
-
"description": "MISSING DESCRIPTION"
|
|
3117
|
-
},
|
|
3118
3142
|
"v-data-table-server/items-per-page": {
|
|
3119
3143
|
"type": "string | number\n",
|
|
3120
3144
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3141,7 +3165,7 @@
|
|
|
3141
3165
|
},
|
|
3142
3166
|
"v-data-table-server/headers": {
|
|
3143
3167
|
"type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
|
|
3144
|
-
"description": "
|
|
3168
|
+
"description": "MISSING DESCRIPTION"
|
|
3145
3169
|
},
|
|
3146
3170
|
"v-data-table-server/loading-text": {
|
|
3147
3171
|
"type": "string\n",
|
|
@@ -3261,7 +3285,7 @@
|
|
|
3261
3285
|
},
|
|
3262
3286
|
"v-data-table-virtual/custom-filter": {
|
|
3263
3287
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
|
|
3264
|
-
"description": "Function used to filter items."
|
|
3288
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
|
|
3265
3289
|
},
|
|
3266
3290
|
"v-data-table-virtual/custom-key-filter": {
|
|
3267
3291
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
@@ -3291,10 +3315,18 @@
|
|
|
3291
3315
|
"type": "boolean\n",
|
|
3292
3316
|
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
3293
3317
|
},
|
|
3318
|
+
"v-data-table-virtual/item-selectable": {
|
|
3319
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3320
|
+
"description": "MISSING DESCRIPTION"
|
|
3321
|
+
},
|
|
3294
3322
|
"v-data-table-virtual/show-select": {
|
|
3295
3323
|
"type": "boolean\n",
|
|
3296
3324
|
"description": "MISSING DESCRIPTION"
|
|
3297
3325
|
},
|
|
3326
|
+
"v-data-table-virtual/select-strategy": {
|
|
3327
|
+
"type": "'single' | 'page' | 'all'\n",
|
|
3328
|
+
"description": "MISSING DESCRIPTION"
|
|
3329
|
+
},
|
|
3298
3330
|
"v-data-table-virtual/sort-by": {
|
|
3299
3331
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3300
3332
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3329,7 +3361,7 @@
|
|
|
3329
3361
|
},
|
|
3330
3362
|
"v-data-table-virtual/headers": {
|
|
3331
3363
|
"type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
|
|
3332
|
-
"description": "
|
|
3364
|
+
"description": "MISSING DESCRIPTION"
|
|
3333
3365
|
},
|
|
3334
3366
|
"v-data-table-virtual/loading-text": {
|
|
3335
3367
|
"type": "string\n",
|
|
@@ -3355,10 +3387,6 @@
|
|
|
3355
3387
|
"type": "boolean\n",
|
|
3356
3388
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
|
3357
3389
|
},
|
|
3358
|
-
"v-data-table-virtual/visible-items": {
|
|
3359
|
-
"type": "string | number\n",
|
|
3360
|
-
"description": "MISSING DESCRIPTION"
|
|
3361
|
-
},
|
|
3362
3390
|
"v-data-table-virtual/item-height": {
|
|
3363
3391
|
"type": "string | number\n",
|
|
3364
3392
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3368,7 +3396,7 @@
|
|
|
3368
3396
|
"description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
|
|
3369
3397
|
},
|
|
3370
3398
|
"v-defaults-provider/root": {
|
|
3371
|
-
"type": "boolean\n",
|
|
3399
|
+
"type": "string | boolean\n",
|
|
3372
3400
|
"description": "Force current defaults to match the application root defaults"
|
|
3373
3401
|
},
|
|
3374
3402
|
"v-defaults-provider/reset": {
|
|
@@ -3412,7 +3440,7 @@
|
|
|
3412
3440
|
"description": "Sets the width for the component."
|
|
3413
3441
|
},
|
|
3414
3442
|
"v-dialog/location": {
|
|
3415
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
3443
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
3416
3444
|
"description": "MISSING DESCRIPTION"
|
|
3417
3445
|
},
|
|
3418
3446
|
"v-dialog/absolute": {
|
|
@@ -3500,7 +3528,7 @@
|
|
|
3500
3528
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
3501
3529
|
},
|
|
3502
3530
|
"v-dialog/origin": {
|
|
3503
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
3531
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
3504
3532
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
3505
3533
|
},
|
|
3506
3534
|
"v-dialog/offset": {
|
|
@@ -3613,7 +3641,7 @@
|
|
|
3613
3641
|
},
|
|
3614
3642
|
"v-expand-transition/mode": {
|
|
3615
3643
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
3616
|
-
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
3644
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
|
|
3617
3645
|
},
|
|
3618
3646
|
"v-expand-x-transition/disabled": {
|
|
3619
3647
|
"type": "boolean\n",
|
|
@@ -3621,7 +3649,7 @@
|
|
|
3621
3649
|
},
|
|
3622
3650
|
"v-expand-x-transition/mode": {
|
|
3623
3651
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
3624
|
-
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
3652
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
|
|
3625
3653
|
},
|
|
3626
3654
|
"v-expansion-panel/title": {
|
|
3627
3655
|
"type": "string\n",
|
|
@@ -4667,16 +4695,16 @@
|
|
|
4667
4695
|
"type": "unknown[]\n",
|
|
4668
4696
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
4669
4697
|
},
|
|
4698
|
+
"v-list/select-strategy": {
|
|
4699
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
4700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
4701
|
+
},
|
|
4670
4702
|
"v-list/nav": {
|
|
4671
4703
|
"type": "boolean\n",
|
|
4672
4704
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
4673
4705
|
},
|
|
4674
|
-
"v-list/select-strategy": {
|
|
4675
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
4676
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
4677
|
-
},
|
|
4678
4706
|
"v-list/open-strategy": {
|
|
4679
|
-
"type": " | 'multiple'\n | '
|
|
4707
|
+
"type": " | 'multiple'\n | 'single'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }\n",
|
|
4680
4708
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
4681
4709
|
},
|
|
4682
4710
|
"v-list/opened": {
|
|
@@ -4980,7 +5008,7 @@
|
|
|
4980
5008
|
"description": "Sets the width for the component."
|
|
4981
5009
|
},
|
|
4982
5010
|
"v-menu/location": {
|
|
4983
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
5011
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
4984
5012
|
"description": "MISSING DESCRIPTION"
|
|
4985
5013
|
},
|
|
4986
5014
|
"v-menu/theme": {
|
|
@@ -5068,7 +5096,7 @@
|
|
|
5068
5096
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
5069
5097
|
},
|
|
5070
5098
|
"v-menu/origin": {
|
|
5071
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
5099
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
5072
5100
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
5073
5101
|
},
|
|
5074
5102
|
"v-menu/offset": {
|
|
@@ -5228,7 +5256,7 @@
|
|
|
5228
5256
|
"description": "Sets the width for the component."
|
|
5229
5257
|
},
|
|
5230
5258
|
"v-overlay/location": {
|
|
5231
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
5259
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
5232
5260
|
"description": "MISSING DESCRIPTION"
|
|
5233
5261
|
},
|
|
5234
5262
|
"v-overlay/absolute": {
|
|
@@ -5316,7 +5344,7 @@
|
|
|
5316
5344
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
5317
5345
|
},
|
|
5318
5346
|
"v-overlay/origin": {
|
|
5319
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
5347
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
5320
5348
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
5321
5349
|
},
|
|
5322
5350
|
"v-overlay/offset": {
|
|
@@ -5500,7 +5528,7 @@
|
|
|
5500
5528
|
"description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
|
|
5501
5529
|
},
|
|
5502
5530
|
"v-progress-linear/location": {
|
|
5503
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
5531
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
5504
5532
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
5505
5533
|
},
|
|
5506
5534
|
"v-progress-linear/absolute": {
|
|
@@ -6696,12 +6724,12 @@
|
|
|
6696
6724
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
6697
6725
|
},
|
|
6698
6726
|
"v-sheet/location": {
|
|
6699
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
6727
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
6700
6728
|
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
6701
6729
|
},
|
|
6702
6730
|
"v-sheet/position": {
|
|
6703
6731
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
6704
|
-
"description": "
|
|
6732
|
+
"description": "MISSING DESCRIPTION"
|
|
6705
6733
|
},
|
|
6706
6734
|
"v-sheet/rounded": {
|
|
6707
6735
|
"type": "string | number | boolean\n",
|
|
@@ -7112,12 +7140,12 @@
|
|
|
7112
7140
|
"description": "Sets the width for the component."
|
|
7113
7141
|
},
|
|
7114
7142
|
"v-snackbar/location": {
|
|
7115
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
7143
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
7116
7144
|
"description": "MISSING DESCRIPTION"
|
|
7117
7145
|
},
|
|
7118
7146
|
"v-snackbar/position": {
|
|
7119
7147
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
7120
|
-
"description": "
|
|
7148
|
+
"description": "MISSING DESCRIPTION"
|
|
7121
7149
|
},
|
|
7122
7150
|
"v-snackbar/absolute": {
|
|
7123
7151
|
"type": "boolean\n",
|
|
@@ -7204,7 +7232,7 @@
|
|
|
7204
7232
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
7205
7233
|
},
|
|
7206
7234
|
"v-snackbar/origin": {
|
|
7207
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
7235
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
7208
7236
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
7209
7237
|
},
|
|
7210
7238
|
"v-snackbar/offset": {
|
|
@@ -7501,7 +7529,7 @@
|
|
|
7501
7529
|
},
|
|
7502
7530
|
"v-tab/color": {
|
|
7503
7531
|
"type": "string\n",
|
|
7504
|
-
"description": "Applies specified color to the
|
|
7532
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
7505
7533
|
},
|
|
7506
7534
|
"v-tab/variant": {
|
|
7507
7535
|
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
@@ -8340,7 +8368,7 @@
|
|
|
8340
8368
|
"description": "Sets the width for the component."
|
|
8341
8369
|
},
|
|
8342
8370
|
"v-tooltip/location": {
|
|
8343
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
8371
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
8344
8372
|
"description": "MISSING DESCRIPTION"
|
|
8345
8373
|
},
|
|
8346
8374
|
"v-tooltip/theme": {
|
|
@@ -8424,7 +8452,7 @@
|
|
|
8424
8452
|
"description": "A function used to specifies how the component should position relative to its activator"
|
|
8425
8453
|
},
|
|
8426
8454
|
"v-tooltip/origin": {
|
|
8427
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
8455
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
8428
8456
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
8429
8457
|
},
|
|
8430
8458
|
"v-tooltip/offset": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -76,14 +76,6 @@
|
|
|
76
76
|
"from": "components/VBtnToggle/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
79
|
"VCard": {
|
|
88
80
|
"from": "components/VCard/index.mjs",
|
|
89
81
|
"styles": []
|
|
@@ -108,6 +100,14 @@
|
|
|
108
100
|
"from": "components/VCard/index.mjs",
|
|
109
101
|
"styles": []
|
|
110
102
|
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
111
|
"VCheckbox": {
|
|
112
112
|
"from": "components/VCheckbox/index.mjs",
|
|
113
113
|
"styles": []
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"from": "components/VColorPicker/index.mjs",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"VCounter": {
|
|
136
|
-
"from": "components/VCounter/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
135
|
"VCombobox": {
|
|
140
136
|
"from": "components/VCombobox/index.mjs",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
143
|
"VDialog": {
|
|
144
144
|
"from": "components/VDialog/index.mjs",
|
|
145
145
|
"styles": []
|
|
@@ -180,10 +180,6 @@
|
|
|
180
180
|
"from": "components/VFooter/index.mjs",
|
|
181
181
|
"styles": []
|
|
182
182
|
},
|
|
183
|
-
"VImg": {
|
|
184
|
-
"from": "components/VImg/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
183
|
"VIcon": {
|
|
188
184
|
"from": "components/VIcon/index.mjs",
|
|
189
185
|
"styles": []
|
|
@@ -204,6 +200,10 @@
|
|
|
204
200
|
"from": "components/VIcon/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
203
|
+
"VImg": {
|
|
204
|
+
"from": "components/VImg/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
207
|
"VInput": {
|
|
208
208
|
"from": "components/VInput/index.mjs",
|
|
209
209
|
"styles": []
|
|
@@ -264,10 +264,6 @@
|
|
|
264
264
|
"from": "components/VMain/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"VMenu": {
|
|
268
|
-
"from": "components/VMenu/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
267
|
"VMessages": {
|
|
272
268
|
"from": "components/VMessages/index.mjs",
|
|
273
269
|
"styles": []
|
|
@@ -332,16 +328,12 @@
|
|
|
332
328
|
"from": "components/VSnackbar/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"VSystemBar": {
|
|
336
|
-
"from": "components/VSystemBar/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
331
|
"VSwitch": {
|
|
340
332
|
"from": "components/VSwitch/index.mjs",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
335
|
+
"VSystemBar": {
|
|
336
|
+
"from": "components/VSystemBar/index.mjs",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
339
|
"VTabs": {
|
|
@@ -352,6 +344,10 @@
|
|
|
352
344
|
"from": "components/VTabs/index.mjs",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
347
|
+
"VTable": {
|
|
348
|
+
"from": "components/VTable/index.mjs",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
355
351
|
"VTextarea": {
|
|
356
352
|
"from": "components/VTextarea/index.mjs",
|
|
357
353
|
"styles": []
|
|
@@ -456,6 +452,10 @@
|
|
|
456
452
|
"from": "components/VResponsive/index.mjs",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
455
|
+
"VMenu": {
|
|
456
|
+
"from": "components/VMenu/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
459
|
"VThemeProvider": {
|
|
460
460
|
"from": "components/VThemeProvider/index.mjs",
|
|
461
461
|
"styles": []
|