@vuetify/nightly 3.0.0-beta.2 → 3.0.0-beta.3
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 +2 -53
- package/dist/json/attributes.json +170 -242
- package/dist/json/tags.json +32 -50
- package/dist/json/web-types.json +596 -570
- package/dist/vuetify.css +338 -356
- package/dist/vuetify.d.ts +5952 -5468
- package/dist/vuetify.esm.js +2272 -2010
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +2271 -2009
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +912 -886
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +11 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +4 -4
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +4 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +3 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +31 -41
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +3 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +3 -6
- package/lib/components/VBadge/VBadge.mjs +16 -44
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +2 -4
- package/lib/components/VBadge/_variables.scss +1 -2
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +10 -5
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -1
- package/lib/components/VBanner/VBannerIcon.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -1
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +3 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/shared.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +18 -9
- package/lib/components/VBtn/VBtn.mjs +19 -10
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +5 -2
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/index.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
- package/lib/components/VCalendar/modes/column.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/index.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/parser.mjs.map +1 -1
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +8 -7
- package/lib/components/VCard/VCard.mjs +11 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
- package/lib/components/VCard/VCardContent.mjs.map +1 -1
- package/lib/components/VCard/VCardHeader.mjs.map +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
- package/lib/components/VCard/VCardImg.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +3 -2
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +5 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +5 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +46 -52
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VData/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +0 -1
- package/lib/components/VDialog/VDialog.mjs +8 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +0 -1
- package/lib/components/VDialog/_variables.scss +0 -1
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +2 -4
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +4 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.mjs.map +1 -1
- 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.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +0 -6
- package/lib/components/VList/VList.mjs +47 -31
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +0 -1
- package/lib/components/VList/VListChildren.mjs +41 -3
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +4 -3
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +8 -7
- package/lib/components/VList/VListItem.mjs +6 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemHeader.mjs.map +1 -1
- package/lib/components/VList/VListItemIcon.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- 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 +0 -1
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +6 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/_variables.scss +0 -1
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +0 -1
- package/lib/components/VOverlay/VOverlay.mjs +45 -21
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +0 -1
- package/lib/components/VOverlay/_variables.scss +0 -1
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/{positionStrategies.mjs → locationStrategies.mjs} +32 -33
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +7 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +6 -5
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VPicker/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +5 -3
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +5 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +4 -3
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +40 -27
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -6
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs +7 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +4 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +2 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +0 -18
- package/lib/components/VSnackbar/VSnackbar.mjs +19 -12
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -18
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +1 -1
- package/lib/components/VTabs/VTab.mjs +5 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +1 -1
- package/lib/components/VTabs/VTabs.css +8 -9
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +4 -5
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +3 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimePicker/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +3 -2
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +3 -2
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VTimeline/shared.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +16 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +12 -7
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs +2 -2
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +3689 -3205
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +61 -8
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs +33 -13
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRef.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -3
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/items.mjs +39 -11
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +11 -8
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs +70 -0
- package/lib/composables/location.mjs.map +1 -0
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs +4 -25
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +25 -23
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +11 -0
- package/lib/composables/scopeId.mjs.map +1 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +23 -22
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +89 -92
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +18 -0
- package/lib/composables/toggleScope.mjs.map +1 -0
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -0
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +10 -22
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.d.ts +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +81 -80
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vue-intl.mjs.map +1 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/presets/default/index.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/tools/_states.sass +9 -2
- package/lib/styles/tools/_utilities.sass +1 -1
- package/lib/{components/VOverlay/util → util}/anchor.mjs +0 -0
- package/lib/util/anchor.mjs.map +1 -0
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +0 -3
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +22 -22
- package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
- package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
- package/lib/composables/overlay.mjs +0 -34
- package/lib/composables/overlay.mjs.map +0 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"type": "boolean",
|
|
16
16
|
"description": ""
|
|
17
17
|
},
|
|
18
|
-
"v-app-bar/
|
|
18
|
+
"v-app-bar/location": {
|
|
19
19
|
"type": "string",
|
|
20
20
|
"description": ""
|
|
21
21
|
},
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"type": "string",
|
|
88
88
|
"description": ""
|
|
89
89
|
},
|
|
90
|
-
"v-app-bar/
|
|
90
|
+
"v-app-bar/order": {
|
|
91
91
|
"type": "number|string",
|
|
92
92
|
"description": ""
|
|
93
93
|
},
|
|
94
94
|
"v-app-bar-nav-icon/icon": {
|
|
95
|
-
"type": "string",
|
|
95
|
+
"type": "string|function|object",
|
|
96
96
|
"description": ""
|
|
97
97
|
},
|
|
98
98
|
"v-app-bar-title/text": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": ""
|
|
117
117
|
},
|
|
118
118
|
"v-alert/close-icon": {
|
|
119
|
-
"type": "string",
|
|
119
|
+
"type": "string|function|object",
|
|
120
120
|
"description": "Change the default icon used for **dismissible** alerts."
|
|
121
121
|
},
|
|
122
122
|
"v-alert/close-label": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
|
|
125
125
|
},
|
|
126
126
|
"v-alert/icon": {
|
|
127
|
-
"type": "boolean|string",
|
|
127
|
+
"type": "boolean|string|function|object",
|
|
128
128
|
"description": "Designates a specific icon."
|
|
129
129
|
},
|
|
130
130
|
"v-alert/model-value": {
|
|
@@ -179,34 +179,14 @@
|
|
|
179
179
|
"type": "number|string",
|
|
180
180
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
181
181
|
},
|
|
182
|
-
"v-alert/
|
|
183
|
-
"type": "
|
|
184
|
-
"description": "
|
|
185
|
-
},
|
|
186
|
-
"v-alert/bottom": {
|
|
187
|
-
"type": "boolean|number|string",
|
|
188
|
-
"description": "Aligns the component towards the bottom."
|
|
189
|
-
},
|
|
190
|
-
"v-alert/fixed": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"description": "Applies **position: fixed** to the component."
|
|
193
|
-
},
|
|
194
|
-
"v-alert/left": {
|
|
195
|
-
"type": "boolean|number|string",
|
|
196
|
-
"description": "Aligns the component towards the left."
|
|
182
|
+
"v-alert/location": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"description": ""
|
|
197
185
|
},
|
|
198
186
|
"v-alert/position": {
|
|
199
187
|
"type": "string",
|
|
200
188
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
201
189
|
},
|
|
202
|
-
"v-alert/right": {
|
|
203
|
-
"type": "boolean|number|string",
|
|
204
|
-
"description": "Aligns the component towards the right."
|
|
205
|
-
},
|
|
206
|
-
"v-alert/top": {
|
|
207
|
-
"type": "boolean|number|string",
|
|
208
|
-
"description": "Aligns the content towards the top."
|
|
209
|
-
},
|
|
210
190
|
"v-alert/rounded": {
|
|
211
191
|
"type": "boolean|number|string",
|
|
212
192
|
"description": ""
|
|
@@ -276,11 +256,11 @@
|
|
|
276
256
|
"description": ""
|
|
277
257
|
},
|
|
278
258
|
"v-autocomplete/menu-icon": {
|
|
279
|
-
"type": "string",
|
|
259
|
+
"type": "string|function|object",
|
|
280
260
|
"description": ""
|
|
281
261
|
},
|
|
282
262
|
"v-autocomplete/model-value": {
|
|
283
|
-
"type": "
|
|
263
|
+
"type": "any",
|
|
284
264
|
"description": ""
|
|
285
265
|
},
|
|
286
266
|
"v-autocomplete/multiple": {
|
|
@@ -308,11 +288,15 @@
|
|
|
308
288
|
"description": ""
|
|
309
289
|
},
|
|
310
290
|
"v-autocomplete/item-children": {
|
|
311
|
-
"type": "string",
|
|
291
|
+
"type": "boolean|string|array|function",
|
|
312
292
|
"description": ""
|
|
313
293
|
},
|
|
314
294
|
"v-autocomplete/item-props": {
|
|
315
|
-
"type": "function",
|
|
295
|
+
"type": "boolean|string|array|function",
|
|
296
|
+
"description": ""
|
|
297
|
+
},
|
|
298
|
+
"v-autocomplete/return-object": {
|
|
299
|
+
"type": "boolean",
|
|
316
300
|
"description": ""
|
|
317
301
|
},
|
|
318
302
|
"v-autocomplete/transition": {
|
|
@@ -332,7 +316,7 @@
|
|
|
332
316
|
"description": ""
|
|
333
317
|
},
|
|
334
318
|
"v-avatar/icon": {
|
|
335
|
-
"type": "string",
|
|
319
|
+
"type": "string|function|object",
|
|
336
320
|
"description": ""
|
|
337
321
|
},
|
|
338
322
|
"v-avatar/image": {
|
|
@@ -387,10 +371,6 @@
|
|
|
387
371
|
"type": "string",
|
|
388
372
|
"description": "The **aria-label** used for the badge."
|
|
389
373
|
},
|
|
390
|
-
"v-badge/location": {
|
|
391
|
-
"type": "string",
|
|
392
|
-
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
393
|
-
},
|
|
394
374
|
"v-badge/max": {
|
|
395
375
|
"type": "any",
|
|
396
376
|
"description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
|
|
@@ -411,6 +391,10 @@
|
|
|
411
391
|
"type": "any",
|
|
412
392
|
"description": "Defines the text color of the badge."
|
|
413
393
|
},
|
|
394
|
+
"v-badge/location": {
|
|
395
|
+
"type": "string",
|
|
396
|
+
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
397
|
+
},
|
|
414
398
|
"v-badge/rounded": {
|
|
415
399
|
"type": "boolean|number|string",
|
|
416
400
|
"description": ""
|
|
@@ -491,34 +475,14 @@
|
|
|
491
475
|
"type": "number|string",
|
|
492
476
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
493
477
|
},
|
|
494
|
-
"v-banner/
|
|
495
|
-
"type": "
|
|
496
|
-
"description": "
|
|
497
|
-
},
|
|
498
|
-
"v-banner/bottom": {
|
|
499
|
-
"type": "boolean|number|string",
|
|
500
|
-
"description": "Aligns the component towards the bottom."
|
|
501
|
-
},
|
|
502
|
-
"v-banner/fixed": {
|
|
503
|
-
"type": "boolean",
|
|
504
|
-
"description": "Applies **position: fixed** to the component."
|
|
505
|
-
},
|
|
506
|
-
"v-banner/left": {
|
|
507
|
-
"type": "boolean|number|string",
|
|
508
|
-
"description": "Aligns the component towards the left."
|
|
478
|
+
"v-banner/location": {
|
|
479
|
+
"type": "string",
|
|
480
|
+
"description": ""
|
|
509
481
|
},
|
|
510
482
|
"v-banner/position": {
|
|
511
483
|
"type": "string",
|
|
512
484
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
513
485
|
},
|
|
514
|
-
"v-banner/right": {
|
|
515
|
-
"type": "boolean|number|string",
|
|
516
|
-
"description": "Aligns the component towards the right."
|
|
517
|
-
},
|
|
518
|
-
"v-banner/top": {
|
|
519
|
-
"type": "boolean|number|string",
|
|
520
|
-
"description": "Aligns the content towards the top."
|
|
521
|
-
},
|
|
522
486
|
"v-banner/rounded": {
|
|
523
487
|
"type": "boolean|number|string",
|
|
524
488
|
"description": ""
|
|
@@ -552,7 +516,7 @@
|
|
|
552
516
|
"description": ""
|
|
553
517
|
},
|
|
554
518
|
"v-banner-avatar/icon": {
|
|
555
|
-
"type": "string",
|
|
519
|
+
"type": "string|function|object",
|
|
556
520
|
"description": ""
|
|
557
521
|
},
|
|
558
522
|
"v-banner-avatar/image": {
|
|
@@ -588,7 +552,7 @@
|
|
|
588
552
|
"description": ""
|
|
589
553
|
},
|
|
590
554
|
"v-banner-icon/icon": {
|
|
591
|
-
"type": "string",
|
|
555
|
+
"type": "string|function|object",
|
|
592
556
|
"description": ""
|
|
593
557
|
},
|
|
594
558
|
"v-banner-icon/image": {
|
|
@@ -655,7 +619,7 @@
|
|
|
655
619
|
"type": "string",
|
|
656
620
|
"description": ""
|
|
657
621
|
},
|
|
658
|
-
"v-bottom-navigation/
|
|
622
|
+
"v-bottom-navigation/order": {
|
|
659
623
|
"type": "number|string",
|
|
660
624
|
"description": ""
|
|
661
625
|
},
|
|
@@ -871,34 +835,14 @@
|
|
|
871
835
|
"type": "string",
|
|
872
836
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
873
837
|
},
|
|
874
|
-
"v-btn/
|
|
875
|
-
"type": "
|
|
876
|
-
"description": "
|
|
877
|
-
},
|
|
878
|
-
"v-btn/bottom": {
|
|
879
|
-
"type": "boolean|number|string",
|
|
880
|
-
"description": "Aligns the component towards the bottom."
|
|
881
|
-
},
|
|
882
|
-
"v-btn/fixed": {
|
|
883
|
-
"type": "boolean",
|
|
884
|
-
"description": "Applies **position: fixed** to the component."
|
|
885
|
-
},
|
|
886
|
-
"v-btn/left": {
|
|
887
|
-
"type": "boolean|number|string",
|
|
888
|
-
"description": "Aligns the component towards the left."
|
|
838
|
+
"v-btn/location": {
|
|
839
|
+
"type": "string",
|
|
840
|
+
"description": ""
|
|
889
841
|
},
|
|
890
842
|
"v-btn/position": {
|
|
891
843
|
"type": "string",
|
|
892
844
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
893
845
|
},
|
|
894
|
-
"v-btn/right": {
|
|
895
|
-
"type": "boolean|number|string",
|
|
896
|
-
"description": "Aligns the component towards the right."
|
|
897
|
-
},
|
|
898
|
-
"v-btn/top": {
|
|
899
|
-
"type": "boolean|number|string",
|
|
900
|
-
"description": "Aligns the content towards the top."
|
|
901
|
-
},
|
|
902
846
|
"v-btn/href": {
|
|
903
847
|
"type": "string",
|
|
904
848
|
"description": ""
|
|
@@ -1083,34 +1027,14 @@
|
|
|
1083
1027
|
"type": "number|string",
|
|
1084
1028
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1085
1029
|
},
|
|
1086
|
-
"v-card/
|
|
1087
|
-
"type": "
|
|
1088
|
-
"description": "
|
|
1089
|
-
},
|
|
1090
|
-
"v-card/bottom": {
|
|
1091
|
-
"type": "boolean|number|string",
|
|
1092
|
-
"description": "Aligns the component towards the bottom."
|
|
1093
|
-
},
|
|
1094
|
-
"v-card/fixed": {
|
|
1095
|
-
"type": "boolean",
|
|
1096
|
-
"description": "Applies **position: fixed** to the component."
|
|
1097
|
-
},
|
|
1098
|
-
"v-card/left": {
|
|
1099
|
-
"type": "boolean|number|string",
|
|
1100
|
-
"description": "Aligns the component towards the left."
|
|
1030
|
+
"v-card/location": {
|
|
1031
|
+
"type": "string",
|
|
1032
|
+
"description": ""
|
|
1101
1033
|
},
|
|
1102
1034
|
"v-card/position": {
|
|
1103
1035
|
"type": "string",
|
|
1104
1036
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
1105
1037
|
},
|
|
1106
|
-
"v-card/right": {
|
|
1107
|
-
"type": "boolean|number|string",
|
|
1108
|
-
"description": "Aligns the component towards the right."
|
|
1109
|
-
},
|
|
1110
|
-
"v-card/top": {
|
|
1111
|
-
"type": "boolean|number|string",
|
|
1112
|
-
"description": "Aligns the content towards the top."
|
|
1113
|
-
},
|
|
1114
1038
|
"v-card/rounded": {
|
|
1115
1039
|
"type": "boolean|number|string",
|
|
1116
1040
|
"description": ""
|
|
@@ -1180,7 +1104,7 @@
|
|
|
1180
1104
|
"description": "Determines if the carousel should cycle through images."
|
|
1181
1105
|
},
|
|
1182
1106
|
"v-carousel/delimiter-icon": {
|
|
1183
|
-
"type": "string",
|
|
1107
|
+
"type": "string|function|object",
|
|
1184
1108
|
"description": "Sets icon for carousel delimiter"
|
|
1185
1109
|
},
|
|
1186
1110
|
"v-carousel/height": {
|
|
@@ -1224,7 +1148,7 @@
|
|
|
1224
1148
|
"description": "Sets an indeterminate state for the checkbox"
|
|
1225
1149
|
},
|
|
1226
1150
|
"v-checkbox/indeterminate-icon": {
|
|
1227
|
-
"type": "string",
|
|
1151
|
+
"type": "string|function|object",
|
|
1228
1152
|
"description": "The icon used when in an indeterminate state"
|
|
1229
1153
|
},
|
|
1230
1154
|
"v-checkbox/id": {
|
|
@@ -1232,11 +1156,11 @@
|
|
|
1232
1156
|
"description": ""
|
|
1233
1157
|
},
|
|
1234
1158
|
"v-checkbox/append-icon": {
|
|
1235
|
-
"type": "string",
|
|
1159
|
+
"type": "string|function|object",
|
|
1236
1160
|
"description": ""
|
|
1237
1161
|
},
|
|
1238
1162
|
"v-checkbox/prepend-icon": {
|
|
1239
|
-
"type": "string",
|
|
1163
|
+
"type": "string|function|object",
|
|
1240
1164
|
"description": ""
|
|
1241
1165
|
},
|
|
1242
1166
|
"v-checkbox/hide-details": {
|
|
@@ -1300,11 +1224,11 @@
|
|
|
1300
1224
|
"description": ""
|
|
1301
1225
|
},
|
|
1302
1226
|
"v-checkbox/false-icon": {
|
|
1303
|
-
"type": "string",
|
|
1227
|
+
"type": "string|function|object",
|
|
1304
1228
|
"description": "The icon used when inactive"
|
|
1305
1229
|
},
|
|
1306
1230
|
"v-checkbox/true-icon": {
|
|
1307
|
-
"type": "string",
|
|
1231
|
+
"type": "string|function|object",
|
|
1308
1232
|
"description": "The icon used when active"
|
|
1309
1233
|
},
|
|
1310
1234
|
"v-checkbox/ripple": {
|
|
@@ -1356,7 +1280,7 @@
|
|
|
1356
1280
|
"description": ""
|
|
1357
1281
|
},
|
|
1358
1282
|
"v-chip/close-icon": {
|
|
1359
|
-
"type": "string",
|
|
1283
|
+
"type": "string|function|object",
|
|
1360
1284
|
"description": "Change the default icon used for **close** chips"
|
|
1361
1285
|
},
|
|
1362
1286
|
"v-chip/close-label": {
|
|
@@ -1632,11 +1556,11 @@
|
|
|
1632
1556
|
"description": ""
|
|
1633
1557
|
},
|
|
1634
1558
|
"v-combobox/menu-icon": {
|
|
1635
|
-
"type": "string",
|
|
1559
|
+
"type": "string|function|object",
|
|
1636
1560
|
"description": ""
|
|
1637
1561
|
},
|
|
1638
1562
|
"v-combobox/model-value": {
|
|
1639
|
-
"type": "
|
|
1563
|
+
"type": "any",
|
|
1640
1564
|
"description": ""
|
|
1641
1565
|
},
|
|
1642
1566
|
"v-combobox/multiple": {
|
|
@@ -1664,11 +1588,15 @@
|
|
|
1664
1588
|
"description": ""
|
|
1665
1589
|
},
|
|
1666
1590
|
"v-combobox/item-children": {
|
|
1667
|
-
"type": "string",
|
|
1591
|
+
"type": "boolean|string|array|function",
|
|
1668
1592
|
"description": ""
|
|
1669
1593
|
},
|
|
1670
1594
|
"v-combobox/item-props": {
|
|
1671
|
-
"type": "function",
|
|
1595
|
+
"type": "boolean|string|array|function",
|
|
1596
|
+
"description": ""
|
|
1597
|
+
},
|
|
1598
|
+
"v-combobox/return-object": {
|
|
1599
|
+
"type": "boolean",
|
|
1672
1600
|
"description": ""
|
|
1673
1601
|
},
|
|
1674
1602
|
"v-combobox/transition": {
|
|
@@ -1852,11 +1780,11 @@
|
|
|
1852
1780
|
"description": ""
|
|
1853
1781
|
},
|
|
1854
1782
|
"v-expansion-panel/expand-icon": {
|
|
1855
|
-
"type": "string",
|
|
1783
|
+
"type": "string|function|object",
|
|
1856
1784
|
"description": ""
|
|
1857
1785
|
},
|
|
1858
1786
|
"v-expansion-panel/collapse-icon": {
|
|
1859
|
-
"type": "string",
|
|
1787
|
+
"type": "string|function|object",
|
|
1860
1788
|
"description": ""
|
|
1861
1789
|
},
|
|
1862
1790
|
"v-expansion-panel/hide-actions": {
|
|
@@ -1880,11 +1808,11 @@
|
|
|
1880
1808
|
"description": ""
|
|
1881
1809
|
},
|
|
1882
1810
|
"v-expansion-panel-title/expand-icon": {
|
|
1883
|
-
"type": "string",
|
|
1811
|
+
"type": "string|function|object",
|
|
1884
1812
|
"description": ""
|
|
1885
1813
|
},
|
|
1886
1814
|
"v-expansion-panel-title/collapse-icon": {
|
|
1887
|
-
"type": "string",
|
|
1815
|
+
"type": "string|function|object",
|
|
1888
1816
|
"description": ""
|
|
1889
1817
|
},
|
|
1890
1818
|
"v-expansion-panel-title/hide-actions": {
|
|
@@ -1908,7 +1836,7 @@
|
|
|
1908
1836
|
"description": ""
|
|
1909
1837
|
},
|
|
1910
1838
|
"v-field/append-inner-icon": {
|
|
1911
|
-
"type": "string",
|
|
1839
|
+
"type": "string|function|object",
|
|
1912
1840
|
"description": ""
|
|
1913
1841
|
},
|
|
1914
1842
|
"v-field/bg-color": {
|
|
@@ -1920,7 +1848,7 @@
|
|
|
1920
1848
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
1921
1849
|
},
|
|
1922
1850
|
"v-field/clear-icon": {
|
|
1923
|
-
"type": "string",
|
|
1851
|
+
"type": "string|function|object",
|
|
1924
1852
|
"description": ""
|
|
1925
1853
|
},
|
|
1926
1854
|
"v-field/active": {
|
|
@@ -1952,7 +1880,7 @@
|
|
|
1952
1880
|
"description": ""
|
|
1953
1881
|
},
|
|
1954
1882
|
"v-field/prepend-inner-icon": {
|
|
1955
|
-
"type": "string",
|
|
1883
|
+
"type": "string|function|object",
|
|
1956
1884
|
"description": ""
|
|
1957
1885
|
},
|
|
1958
1886
|
"v-field/reverse": {
|
|
@@ -2020,11 +1948,11 @@
|
|
|
2020
1948
|
"description": ""
|
|
2021
1949
|
},
|
|
2022
1950
|
"v-file-input/append-icon": {
|
|
2023
|
-
"type": "string",
|
|
1951
|
+
"type": "string|function|object",
|
|
2024
1952
|
"description": ""
|
|
2025
1953
|
},
|
|
2026
1954
|
"v-file-input/prepend-icon": {
|
|
2027
|
-
"type": "string",
|
|
1955
|
+
"type": "string|function|object",
|
|
2028
1956
|
"description": ""
|
|
2029
1957
|
},
|
|
2030
1958
|
"v-file-input/hide-details": {
|
|
@@ -2076,7 +2004,7 @@
|
|
|
2076
2004
|
"description": ""
|
|
2077
2005
|
},
|
|
2078
2006
|
"v-file-input/append-inner-icon": {
|
|
2079
|
-
"type": "string",
|
|
2007
|
+
"type": "string|function|object",
|
|
2080
2008
|
"description": ""
|
|
2081
2009
|
},
|
|
2082
2010
|
"v-file-input/bg-color": {
|
|
@@ -2088,7 +2016,7 @@
|
|
|
2088
2016
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
2089
2017
|
},
|
|
2090
2018
|
"v-file-input/clear-icon": {
|
|
2091
|
-
"type": "string",
|
|
2019
|
+
"type": "string|function|object",
|
|
2092
2020
|
"description": ""
|
|
2093
2021
|
},
|
|
2094
2022
|
"v-file-input/active": {
|
|
@@ -2112,7 +2040,7 @@
|
|
|
2112
2040
|
"description": ""
|
|
2113
2041
|
},
|
|
2114
2042
|
"v-file-input/prepend-inner-icon": {
|
|
2115
|
-
"type": "string",
|
|
2043
|
+
"type": "string|function|object",
|
|
2116
2044
|
"description": ""
|
|
2117
2045
|
},
|
|
2118
2046
|
"v-file-input/reverse": {
|
|
@@ -2159,7 +2087,7 @@
|
|
|
2159
2087
|
"type": "string",
|
|
2160
2088
|
"description": ""
|
|
2161
2089
|
},
|
|
2162
|
-
"v-footer/
|
|
2090
|
+
"v-footer/order": {
|
|
2163
2091
|
"type": "number|string",
|
|
2164
2092
|
"description": ""
|
|
2165
2093
|
},
|
|
@@ -2404,7 +2332,7 @@
|
|
|
2404
2332
|
"description": ""
|
|
2405
2333
|
},
|
|
2406
2334
|
"v-icon/icon": {
|
|
2407
|
-
"type": "string|object",
|
|
2335
|
+
"type": "string|function|object",
|
|
2408
2336
|
"description": "Designates a specific icon."
|
|
2409
2337
|
},
|
|
2410
2338
|
"v-icon/size": {
|
|
@@ -2472,11 +2400,11 @@
|
|
|
2472
2400
|
"description": ""
|
|
2473
2401
|
},
|
|
2474
2402
|
"v-input/append-icon": {
|
|
2475
|
-
"type": "string",
|
|
2403
|
+
"type": "string|function|object",
|
|
2476
2404
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
2477
2405
|
},
|
|
2478
2406
|
"v-input/prepend-icon": {
|
|
2479
|
-
"type": "string",
|
|
2407
|
+
"type": "string|function|object",
|
|
2480
2408
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
2481
2409
|
},
|
|
2482
2410
|
"v-input/hide-details": {
|
|
@@ -2599,7 +2527,7 @@
|
|
|
2599
2527
|
"type": "string",
|
|
2600
2528
|
"description": ""
|
|
2601
2529
|
},
|
|
2602
|
-
"v-layout-item/
|
|
2530
|
+
"v-layout-item/order": {
|
|
2603
2531
|
"type": "number|string",
|
|
2604
2532
|
"description": ""
|
|
2605
2533
|
},
|
|
@@ -2671,10 +2599,6 @@
|
|
|
2671
2599
|
"type": "any",
|
|
2672
2600
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
2673
2601
|
},
|
|
2674
|
-
"v-list/items": {
|
|
2675
|
-
"type": "any",
|
|
2676
|
-
"description": ""
|
|
2677
|
-
},
|
|
2678
2602
|
"v-list/select-strategy": {
|
|
2679
2603
|
"type": "string|function",
|
|
2680
2604
|
"description": ""
|
|
@@ -2731,6 +2655,34 @@
|
|
|
2731
2655
|
"type": "number|string",
|
|
2732
2656
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2733
2657
|
},
|
|
2658
|
+
"v-list/item-type": {
|
|
2659
|
+
"type": "string",
|
|
2660
|
+
"description": ""
|
|
2661
|
+
},
|
|
2662
|
+
"v-list/items": {
|
|
2663
|
+
"type": "array",
|
|
2664
|
+
"description": ""
|
|
2665
|
+
},
|
|
2666
|
+
"v-list/item-title": {
|
|
2667
|
+
"type": "string|array|function",
|
|
2668
|
+
"description": ""
|
|
2669
|
+
},
|
|
2670
|
+
"v-list/item-value": {
|
|
2671
|
+
"type": "string|array|function",
|
|
2672
|
+
"description": ""
|
|
2673
|
+
},
|
|
2674
|
+
"v-list/item-children": {
|
|
2675
|
+
"type": "boolean|string|array|function",
|
|
2676
|
+
"description": ""
|
|
2677
|
+
},
|
|
2678
|
+
"v-list/item-props": {
|
|
2679
|
+
"type": "boolean|string|array|function",
|
|
2680
|
+
"description": ""
|
|
2681
|
+
},
|
|
2682
|
+
"v-list/return-object": {
|
|
2683
|
+
"type": "boolean",
|
|
2684
|
+
"description": ""
|
|
2685
|
+
},
|
|
2734
2686
|
"v-list/rounded": {
|
|
2735
2687
|
"type": "boolean|number|string",
|
|
2736
2688
|
"description": ""
|
|
@@ -2763,7 +2715,7 @@
|
|
|
2763
2715
|
"type": "any",
|
|
2764
2716
|
"description": ""
|
|
2765
2717
|
},
|
|
2766
|
-
"v-list-subheader/
|
|
2718
|
+
"v-list-subheader/title": {
|
|
2767
2719
|
"type": "any",
|
|
2768
2720
|
"description": ""
|
|
2769
2721
|
},
|
|
@@ -2924,7 +2876,7 @@
|
|
|
2924
2876
|
"description": ""
|
|
2925
2877
|
},
|
|
2926
2878
|
"v-list-item-avatar/icon": {
|
|
2927
|
-
"type": "string",
|
|
2879
|
+
"type": "string|function|object",
|
|
2928
2880
|
"description": ""
|
|
2929
2881
|
},
|
|
2930
2882
|
"v-list-item-avatar/image": {
|
|
@@ -2964,7 +2916,7 @@
|
|
|
2964
2916
|
"description": ""
|
|
2965
2917
|
},
|
|
2966
2918
|
"v-list-item-icon/icon": {
|
|
2967
|
-
"type": "string|object",
|
|
2919
|
+
"type": "string|function|object",
|
|
2968
2920
|
"description": "Designates a specific icon."
|
|
2969
2921
|
},
|
|
2970
2922
|
"v-list-item-icon/size": {
|
|
@@ -3008,11 +2960,11 @@
|
|
|
3008
2960
|
"description": ""
|
|
3009
2961
|
},
|
|
3010
2962
|
"v-list-group/collapse-icon": {
|
|
3011
|
-
"type": "string",
|
|
2963
|
+
"type": "string|function|object",
|
|
3012
2964
|
"description": ""
|
|
3013
2965
|
},
|
|
3014
2966
|
"v-list-group/expand-icon": {
|
|
3015
|
-
"type": "string",
|
|
2967
|
+
"type": "string|function|object",
|
|
3016
2968
|
"description": ""
|
|
3017
2969
|
},
|
|
3018
2970
|
"v-list-group/value": {
|
|
@@ -3107,7 +3059,7 @@
|
|
|
3107
3059
|
"type": "number|string",
|
|
3108
3060
|
"description": "Sets the width for the component."
|
|
3109
3061
|
},
|
|
3110
|
-
"v-navigation-drawer/
|
|
3062
|
+
"v-navigation-drawer/location": {
|
|
3111
3063
|
"type": "string",
|
|
3112
3064
|
"description": ""
|
|
3113
3065
|
},
|
|
@@ -3123,7 +3075,7 @@
|
|
|
3123
3075
|
"type": "string",
|
|
3124
3076
|
"description": ""
|
|
3125
3077
|
},
|
|
3126
|
-
"v-navigation-drawer/
|
|
3078
|
+
"v-navigation-drawer/order": {
|
|
3127
3079
|
"type": "number|string",
|
|
3128
3080
|
"description": ""
|
|
3129
3081
|
},
|
|
@@ -3151,6 +3103,10 @@
|
|
|
3151
3103
|
"type": "any",
|
|
3152
3104
|
"description": ""
|
|
3153
3105
|
},
|
|
3106
|
+
"v-overlay/close-on-back": {
|
|
3107
|
+
"type": "boolean",
|
|
3108
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
3109
|
+
},
|
|
3154
3110
|
"v-overlay/contained": {
|
|
3155
3111
|
"type": "any",
|
|
3156
3112
|
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
@@ -3159,6 +3115,14 @@
|
|
|
3159
3115
|
"type": "any",
|
|
3160
3116
|
"description": ""
|
|
3161
3117
|
},
|
|
3118
|
+
"v-overlay/content-props": {
|
|
3119
|
+
"type": "any",
|
|
3120
|
+
"description": ""
|
|
3121
|
+
},
|
|
3122
|
+
"v-overlay/disabled": {
|
|
3123
|
+
"type": "any",
|
|
3124
|
+
"description": ""
|
|
3125
|
+
},
|
|
3162
3126
|
"v-overlay/no-click-animation": {
|
|
3163
3127
|
"type": "any",
|
|
3164
3128
|
"description": ""
|
|
@@ -3175,6 +3139,10 @@
|
|
|
3175
3139
|
"type": "string|boolean",
|
|
3176
3140
|
"description": ""
|
|
3177
3141
|
},
|
|
3142
|
+
"v-overlay/z-index": {
|
|
3143
|
+
"type": "number|string",
|
|
3144
|
+
"description": "The z-index used for the component"
|
|
3145
|
+
},
|
|
3178
3146
|
"v-overlay/activator": {
|
|
3179
3147
|
"type": "string|object",
|
|
3180
3148
|
"description": ""
|
|
@@ -3231,11 +3199,11 @@
|
|
|
3231
3199
|
"type": "number|string",
|
|
3232
3200
|
"description": "Sets the width for the component."
|
|
3233
3201
|
},
|
|
3234
|
-
"v-overlay/
|
|
3202
|
+
"v-overlay/location-strategy": {
|
|
3235
3203
|
"type": "string|function",
|
|
3236
3204
|
"description": ""
|
|
3237
3205
|
},
|
|
3238
|
-
"v-overlay/
|
|
3206
|
+
"v-overlay/location": {
|
|
3239
3207
|
"type": "string",
|
|
3240
3208
|
"description": ""
|
|
3241
3209
|
},
|
|
@@ -3284,19 +3252,19 @@
|
|
|
3284
3252
|
"description": "Specify the total visible pagination numbers"
|
|
3285
3253
|
},
|
|
3286
3254
|
"v-pagination/first-icon": {
|
|
3287
|
-
"type": "string",
|
|
3255
|
+
"type": "string|function|object",
|
|
3288
3256
|
"description": "The icon to use for the first button"
|
|
3289
3257
|
},
|
|
3290
3258
|
"v-pagination/prev-icon": {
|
|
3291
|
-
"type": "string",
|
|
3259
|
+
"type": "string|function|object",
|
|
3292
3260
|
"description": "The icon to use for the prev button"
|
|
3293
3261
|
},
|
|
3294
3262
|
"v-pagination/next-icon": {
|
|
3295
|
-
"type": "string",
|
|
3263
|
+
"type": "string|function|object",
|
|
3296
3264
|
"description": "The icon to use for the next button"
|
|
3297
3265
|
},
|
|
3298
3266
|
"v-pagination/last-icon": {
|
|
3299
|
-
"type": "string",
|
|
3267
|
+
"type": "string|function|object",
|
|
3300
3268
|
"description": "The icon to use for the last button"
|
|
3301
3269
|
},
|
|
3302
3270
|
"v-pagination/aria-label": {
|
|
@@ -3480,11 +3448,11 @@
|
|
|
3480
3448
|
"description": "Specify a theme for this component and all of its children"
|
|
3481
3449
|
},
|
|
3482
3450
|
"v-radio/false-icon": {
|
|
3483
|
-
"type": "string",
|
|
3451
|
+
"type": "string|function|object",
|
|
3484
3452
|
"description": "The icon used when inactive"
|
|
3485
3453
|
},
|
|
3486
3454
|
"v-radio/true-icon": {
|
|
3487
|
-
"type": "string",
|
|
3455
|
+
"type": "string|function|object",
|
|
3488
3456
|
"description": "The icon used when active"
|
|
3489
3457
|
},
|
|
3490
3458
|
"v-radio-group/height": {
|
|
@@ -3496,11 +3464,11 @@
|
|
|
3496
3464
|
"description": ""
|
|
3497
3465
|
},
|
|
3498
3466
|
"v-radio-group/append-icon": {
|
|
3499
|
-
"type": "string",
|
|
3467
|
+
"type": "string|function|object",
|
|
3500
3468
|
"description": ""
|
|
3501
3469
|
},
|
|
3502
3470
|
"v-radio-group/prepend-icon": {
|
|
3503
|
-
"type": "string",
|
|
3471
|
+
"type": "string|function|object",
|
|
3504
3472
|
"description": ""
|
|
3505
3473
|
},
|
|
3506
3474
|
"v-radio-group/hide-details": {
|
|
@@ -3564,11 +3532,11 @@
|
|
|
3564
3532
|
"description": ""
|
|
3565
3533
|
},
|
|
3566
3534
|
"v-radio-group/false-icon": {
|
|
3567
|
-
"type": "string",
|
|
3535
|
+
"type": "string|function|object",
|
|
3568
3536
|
"description": ""
|
|
3569
3537
|
},
|
|
3570
3538
|
"v-radio-group/true-icon": {
|
|
3571
|
-
"type": "string",
|
|
3539
|
+
"type": "string|function|object",
|
|
3572
3540
|
"description": ""
|
|
3573
3541
|
},
|
|
3574
3542
|
"v-radio-group/ripple": {
|
|
@@ -3612,11 +3580,11 @@
|
|
|
3612
3580
|
"description": ""
|
|
3613
3581
|
},
|
|
3614
3582
|
"v-range-slider/append-icon": {
|
|
3615
|
-
"type": "string",
|
|
3583
|
+
"type": "string|function|object",
|
|
3616
3584
|
"description": ""
|
|
3617
3585
|
},
|
|
3618
3586
|
"v-range-slider/prepend-icon": {
|
|
3619
|
-
"type": "string",
|
|
3587
|
+
"type": "string|function|object",
|
|
3620
3588
|
"description": ""
|
|
3621
3589
|
},
|
|
3622
3590
|
"v-range-slider/hide-details": {
|
|
@@ -3760,11 +3728,11 @@
|
|
|
3760
3728
|
"description": ""
|
|
3761
3729
|
},
|
|
3762
3730
|
"v-rating/empty-icon": {
|
|
3763
|
-
"type": "string",
|
|
3731
|
+
"type": "string|function|object",
|
|
3764
3732
|
"description": "The icon displayed when empty"
|
|
3765
3733
|
},
|
|
3766
3734
|
"v-rating/full-icon": {
|
|
3767
|
-
"type": "string",
|
|
3735
|
+
"type": "string|function|object",
|
|
3768
3736
|
"description": "The icon displayed when full"
|
|
3769
3737
|
},
|
|
3770
3738
|
"v-rating/half-increments": {
|
|
@@ -3868,11 +3836,11 @@
|
|
|
3868
3836
|
"description": "Do not display in the select menu items that are already selected"
|
|
3869
3837
|
},
|
|
3870
3838
|
"v-select/menu-icon": {
|
|
3871
|
-
"type": "string",
|
|
3839
|
+
"type": "string|function|object",
|
|
3872
3840
|
"description": ""
|
|
3873
3841
|
},
|
|
3874
3842
|
"v-select/model-value": {
|
|
3875
|
-
"type": "
|
|
3843
|
+
"type": "any",
|
|
3876
3844
|
"description": ""
|
|
3877
3845
|
},
|
|
3878
3846
|
"v-select/multiple": {
|
|
@@ -3900,13 +3868,17 @@
|
|
|
3900
3868
|
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
|
|
3901
3869
|
},
|
|
3902
3870
|
"v-select/item-children": {
|
|
3903
|
-
"type": "string",
|
|
3871
|
+
"type": "boolean|string|array|function",
|
|
3904
3872
|
"description": ""
|
|
3905
3873
|
},
|
|
3906
3874
|
"v-select/item-props": {
|
|
3907
|
-
"type": "function",
|
|
3875
|
+
"type": "boolean|string|array|function",
|
|
3908
3876
|
"description": ""
|
|
3909
3877
|
},
|
|
3878
|
+
"v-select/return-object": {
|
|
3879
|
+
"type": "boolean",
|
|
3880
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
3881
|
+
},
|
|
3910
3882
|
"v-select/transition": {
|
|
3911
3883
|
"type": "boolean|string|object",
|
|
3912
3884
|
"description": ""
|
|
@@ -3936,11 +3908,11 @@
|
|
|
3936
3908
|
"description": ""
|
|
3937
3909
|
},
|
|
3938
3910
|
"v-selection-control/false-icon": {
|
|
3939
|
-
"type": "string",
|
|
3911
|
+
"type": "string|function|object",
|
|
3940
3912
|
"description": ""
|
|
3941
3913
|
},
|
|
3942
3914
|
"v-selection-control/true-icon": {
|
|
3943
|
-
"type": "string",
|
|
3915
|
+
"type": "string|function|object",
|
|
3944
3916
|
"description": ""
|
|
3945
3917
|
},
|
|
3946
3918
|
"v-selection-control/ripple": {
|
|
@@ -4067,34 +4039,14 @@
|
|
|
4067
4039
|
"type": "number|string",
|
|
4068
4040
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4069
4041
|
},
|
|
4070
|
-
"v-sheet/
|
|
4071
|
-
"type": "
|
|
4072
|
-
"description": "
|
|
4073
|
-
},
|
|
4074
|
-
"v-sheet/bottom": {
|
|
4075
|
-
"type": "boolean|number|string",
|
|
4076
|
-
"description": "Aligns the component towards the bottom."
|
|
4077
|
-
},
|
|
4078
|
-
"v-sheet/fixed": {
|
|
4079
|
-
"type": "boolean",
|
|
4080
|
-
"description": "Applies **position: fixed** to the component."
|
|
4081
|
-
},
|
|
4082
|
-
"v-sheet/left": {
|
|
4083
|
-
"type": "boolean|number|string",
|
|
4084
|
-
"description": "Aligns the component towards the left."
|
|
4042
|
+
"v-sheet/location": {
|
|
4043
|
+
"type": "string",
|
|
4044
|
+
"description": ""
|
|
4085
4045
|
},
|
|
4086
4046
|
"v-sheet/position": {
|
|
4087
4047
|
"type": "string",
|
|
4088
4048
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
4089
4049
|
},
|
|
4090
|
-
"v-sheet/right": {
|
|
4091
|
-
"type": "boolean|number|string",
|
|
4092
|
-
"description": "Aligns the component towards the right."
|
|
4093
|
-
},
|
|
4094
|
-
"v-sheet/top": {
|
|
4095
|
-
"type": "boolean|number|string",
|
|
4096
|
-
"description": "Aligns the content towards the top."
|
|
4097
|
-
},
|
|
4098
4050
|
"v-sheet/rounded": {
|
|
4099
4051
|
"type": "boolean|number|string",
|
|
4100
4052
|
"description": ""
|
|
@@ -4120,11 +4072,11 @@
|
|
|
4120
4072
|
"description": ""
|
|
4121
4073
|
},
|
|
4122
4074
|
"v-slide-group/next-icon": {
|
|
4123
|
-
"type": "string",
|
|
4075
|
+
"type": "string|function|object",
|
|
4124
4076
|
"description": "The appended slot when arrows are shown"
|
|
4125
4077
|
},
|
|
4126
4078
|
"v-slide-group/prev-icon": {
|
|
4127
|
-
"type": "string",
|
|
4079
|
+
"type": "string|function|object",
|
|
4128
4080
|
"description": "The prepended slot when arrows are shown"
|
|
4129
4081
|
},
|
|
4130
4082
|
"v-slide-group/show-arrows": {
|
|
@@ -4260,11 +4212,11 @@
|
|
|
4260
4212
|
"description": ""
|
|
4261
4213
|
},
|
|
4262
4214
|
"v-slider/append-icon": {
|
|
4263
|
-
"type": "string",
|
|
4215
|
+
"type": "string|function|object",
|
|
4264
4216
|
"description": ""
|
|
4265
4217
|
},
|
|
4266
4218
|
"v-slider/prepend-icon": {
|
|
4267
|
-
"type": "string",
|
|
4219
|
+
"type": "string|function|object",
|
|
4268
4220
|
"description": ""
|
|
4269
4221
|
},
|
|
4270
4222
|
"v-slider/hide-details": {
|
|
@@ -4303,10 +4255,6 @@
|
|
|
4303
4255
|
"type": "any",
|
|
4304
4256
|
"description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
|
|
4305
4257
|
},
|
|
4306
|
-
"v-snackbar/centered": {
|
|
4307
|
-
"type": "any",
|
|
4308
|
-
"description": "Positions the snackbar in the center of the screen, (x and y axis)."
|
|
4309
|
-
},
|
|
4310
4258
|
"v-snackbar/content-class": {
|
|
4311
4259
|
"type": "string",
|
|
4312
4260
|
"description": "Apply a custom class to the snackbar content"
|
|
@@ -4327,34 +4275,14 @@
|
|
|
4327
4275
|
"type": "any",
|
|
4328
4276
|
"description": ""
|
|
4329
4277
|
},
|
|
4330
|
-
"v-snackbar/
|
|
4331
|
-
"type": "
|
|
4332
|
-
"description": "
|
|
4333
|
-
},
|
|
4334
|
-
"v-snackbar/bottom": {
|
|
4335
|
-
"type": "boolean|number|string",
|
|
4336
|
-
"description": "Aligns the component towards the bottom."
|
|
4337
|
-
},
|
|
4338
|
-
"v-snackbar/fixed": {
|
|
4339
|
-
"type": "boolean",
|
|
4340
|
-
"description": "Applies **position: fixed** to the component."
|
|
4341
|
-
},
|
|
4342
|
-
"v-snackbar/left": {
|
|
4343
|
-
"type": "boolean|number|string",
|
|
4344
|
-
"description": "Aligns the component towards the left."
|
|
4278
|
+
"v-snackbar/location": {
|
|
4279
|
+
"type": "string",
|
|
4280
|
+
"description": ""
|
|
4345
4281
|
},
|
|
4346
4282
|
"v-snackbar/position": {
|
|
4347
4283
|
"type": "string",
|
|
4348
4284
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
4349
4285
|
},
|
|
4350
|
-
"v-snackbar/right": {
|
|
4351
|
-
"type": "boolean|number|string",
|
|
4352
|
-
"description": "Aligns the component towards the right."
|
|
4353
|
-
},
|
|
4354
|
-
"v-snackbar/top": {
|
|
4355
|
-
"type": "boolean|number|string",
|
|
4356
|
-
"description": "Aligns the content towards the top."
|
|
4357
|
-
},
|
|
4358
4286
|
"v-snackbar/rounded": {
|
|
4359
4287
|
"type": "boolean|number|string",
|
|
4360
4288
|
"description": ""
|
|
@@ -4392,11 +4320,11 @@
|
|
|
4392
4320
|
"description": ""
|
|
4393
4321
|
},
|
|
4394
4322
|
"v-switch/append-icon": {
|
|
4395
|
-
"type": "string",
|
|
4323
|
+
"type": "string|function|object",
|
|
4396
4324
|
"description": ""
|
|
4397
4325
|
},
|
|
4398
4326
|
"v-switch/prepend-icon": {
|
|
4399
|
-
"type": "string",
|
|
4327
|
+
"type": "string|function|object",
|
|
4400
4328
|
"description": ""
|
|
4401
4329
|
},
|
|
4402
4330
|
"v-switch/hide-details": {
|
|
@@ -4460,11 +4388,11 @@
|
|
|
4460
4388
|
"description": ""
|
|
4461
4389
|
},
|
|
4462
4390
|
"v-switch/false-icon": {
|
|
4463
|
-
"type": "string",
|
|
4391
|
+
"type": "string|function|object",
|
|
4464
4392
|
"description": ""
|
|
4465
4393
|
},
|
|
4466
4394
|
"v-switch/true-icon": {
|
|
4467
|
-
"type": "string",
|
|
4395
|
+
"type": "string|function|object",
|
|
4468
4396
|
"description": ""
|
|
4469
4397
|
},
|
|
4470
4398
|
"v-switch/ripple": {
|
|
@@ -4519,7 +4447,7 @@
|
|
|
4519
4447
|
"type": "string",
|
|
4520
4448
|
"description": ""
|
|
4521
4449
|
},
|
|
4522
|
-
"v-system-bar/
|
|
4450
|
+
"v-system-bar/order": {
|
|
4523
4451
|
"type": "number|string",
|
|
4524
4452
|
"description": ""
|
|
4525
4453
|
},
|
|
@@ -4768,11 +4696,11 @@
|
|
|
4768
4696
|
"description": ""
|
|
4769
4697
|
},
|
|
4770
4698
|
"v-textarea/append-icon": {
|
|
4771
|
-
"type": "string",
|
|
4699
|
+
"type": "string|function|object",
|
|
4772
4700
|
"description": ""
|
|
4773
4701
|
},
|
|
4774
4702
|
"v-textarea/prepend-icon": {
|
|
4775
|
-
"type": "string",
|
|
4703
|
+
"type": "string|function|object",
|
|
4776
4704
|
"description": ""
|
|
4777
4705
|
},
|
|
4778
4706
|
"v-textarea/hide-details": {
|
|
@@ -4824,7 +4752,7 @@
|
|
|
4824
4752
|
"description": ""
|
|
4825
4753
|
},
|
|
4826
4754
|
"v-textarea/append-inner-icon": {
|
|
4827
|
-
"type": "string",
|
|
4755
|
+
"type": "string|function|object",
|
|
4828
4756
|
"description": ""
|
|
4829
4757
|
},
|
|
4830
4758
|
"v-textarea/bg-color": {
|
|
@@ -4836,7 +4764,7 @@
|
|
|
4836
4764
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
4837
4765
|
},
|
|
4838
4766
|
"v-textarea/clear-icon": {
|
|
4839
|
-
"type": "string",
|
|
4767
|
+
"type": "string|function|object",
|
|
4840
4768
|
"description": ""
|
|
4841
4769
|
},
|
|
4842
4770
|
"v-textarea/active": {
|
|
@@ -4860,7 +4788,7 @@
|
|
|
4860
4788
|
"description": ""
|
|
4861
4789
|
},
|
|
4862
4790
|
"v-textarea/prepend-inner-icon": {
|
|
4863
|
-
"type": "string",
|
|
4791
|
+
"type": "string|function|object",
|
|
4864
4792
|
"description": ""
|
|
4865
4793
|
},
|
|
4866
4794
|
"v-textarea/reverse": {
|
|
@@ -4932,11 +4860,11 @@
|
|
|
4932
4860
|
"description": ""
|
|
4933
4861
|
},
|
|
4934
4862
|
"v-text-field/append-icon": {
|
|
4935
|
-
"type": "string",
|
|
4863
|
+
"type": "string|function|object",
|
|
4936
4864
|
"description": ""
|
|
4937
4865
|
},
|
|
4938
4866
|
"v-text-field/prepend-icon": {
|
|
4939
|
-
"type": "string",
|
|
4867
|
+
"type": "string|function|object",
|
|
4940
4868
|
"description": ""
|
|
4941
4869
|
},
|
|
4942
4870
|
"v-text-field/hide-details": {
|
|
@@ -4988,7 +4916,7 @@
|
|
|
4988
4916
|
"description": ""
|
|
4989
4917
|
},
|
|
4990
4918
|
"v-text-field/append-inner-icon": {
|
|
4991
|
-
"type": "string",
|
|
4919
|
+
"type": "string|function|object",
|
|
4992
4920
|
"description": ""
|
|
4993
4921
|
},
|
|
4994
4922
|
"v-text-field/bg-color": {
|
|
@@ -5000,7 +4928,7 @@
|
|
|
5000
4928
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
5001
4929
|
},
|
|
5002
4930
|
"v-text-field/clear-icon": {
|
|
5003
|
-
"type": "string",
|
|
4931
|
+
"type": "string|function|object",
|
|
5004
4932
|
"description": "Applied when using **clearable** and the input is dirty"
|
|
5005
4933
|
},
|
|
5006
4934
|
"v-text-field/active": {
|
|
@@ -5024,7 +4952,7 @@
|
|
|
5024
4952
|
"description": ""
|
|
5025
4953
|
},
|
|
5026
4954
|
"v-text-field/prepend-inner-icon": {
|
|
5027
|
-
"type": "string",
|
|
4955
|
+
"type": "string|function|object",
|
|
5028
4956
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
|
5029
4957
|
},
|
|
5030
4958
|
"v-text-field/reverse": {
|
|
@@ -5255,7 +5183,7 @@
|
|
|
5255
5183
|
"type": "any",
|
|
5256
5184
|
"description": ""
|
|
5257
5185
|
},
|
|
5258
|
-
"v-tooltip/
|
|
5186
|
+
"v-tooltip/location": {
|
|
5259
5187
|
"type": "string",
|
|
5260
5188
|
"description": ""
|
|
5261
5189
|
},
|
|
@@ -5308,11 +5236,11 @@
|
|
|
5308
5236
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
|
5309
5237
|
},
|
|
5310
5238
|
"v-window/next-icon": {
|
|
5311
|
-
"type": "boolean|string",
|
|
5239
|
+
"type": "boolean|string|function|object",
|
|
5312
5240
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
|
5313
5241
|
},
|
|
5314
5242
|
"v-window/prev-icon": {
|
|
5315
|
-
"type": "boolean|string",
|
|
5243
|
+
"type": "boolean|string|function|object",
|
|
5316
5244
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
|
5317
5245
|
},
|
|
5318
5246
|
"v-window/reverse": {
|