vuetify 3.5.15 → 3.5.16
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 +1 -5
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +100 -100
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +57 -18
- package/dist/vuetify-labs.css +2067 -2023
- package/dist/vuetify-labs.d.ts +10744 -10489
- package/dist/vuetify-labs.esm.js +163 -143
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +163 -143
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +2408 -2408
- package/dist/vuetify.d.ts +9305 -9254
- package/dist/vuetify.esm.js +120 -122
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +120 -122
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1083 -1087
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs.map +1 -1
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- 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.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +162 -162
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +609 -609
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +50 -50
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +60 -60
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- 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.d.mts +34 -34
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +6 -7
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +100 -100
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.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.d.mts +85 -85
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +154 -154
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +37 -37
- 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.d.mts +96 -96
- 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.map +1 -1
- package/lib/components/VCombobox/index.d.mts +609 -609
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +20 -20
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +35 -35
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +8 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +217 -217
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +110 -110
- package/lib/components/VDatePicker/index.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.mjs +20 -12
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +396 -381
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +11 -11
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +111 -111
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +199 -199
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +9 -9
- 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.d.mts +142 -142
- 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.map +1 -1
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +41 -41
- 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.d.mts +17 -17
- 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.d.mts +8 -8
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +24 -24
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.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.map +1 -1
- package/lib/components/VList/index.d.mts +172 -172
- 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.d.mts +7 -7
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +438 -423
- 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.d.mts +20 -20
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +63 -63
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.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.d.mts +88 -88
- 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.mjs +5 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +110 -104
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -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.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -11
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +41 -62
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +85 -85
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +82 -82
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +609 -609
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- 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.d.mts +24 -24
- 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.map +1 -1
- package/lib/components/VSlider/index.d.mts +75 -75
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +455 -440
- 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/VStepperActions.mjs.map +1 -1
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +115 -115
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +88 -88
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +437 -437
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +353 -353
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +230 -230
- 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/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VTimeline/index.mjs.map +1 -1
- 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.d.mts +53 -53
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +469 -454
- 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.d.mts +19 -19
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.mts +9401 -9350
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- 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.d.mts +200 -200
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +7 -6
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.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/directiveComponent.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.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/goto.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 +2 -2
- 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/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.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.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 +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs.map +1 -1
- 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.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/composables/virtual.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 +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VCalendar/VCalendar.mjs +15 -11
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +12 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +200 -52
- package/lib/labs/VCalendar/index.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/index.d.mts +2 -2
- package/lib/labs/VConfirmEdit/index.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.css +7 -2
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +5 -0
- package/lib/labs/VEmptyState/_variables.scss +9 -6
- package/lib/labs/VEmptyState/index.d.mts +47 -47
- package/lib/labs/VEmptyState/index.mjs.map +1 -1
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/index.d.mts +223 -223
- package/lib/labs/VFab/index.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +108 -108
- package/lib/labs/VNumberInput/index.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VPicker/index.mjs.map +1 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +38 -38
- package/lib/labs/VSparkline/index.mjs.map +1 -1
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSparkline/util/path.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +39 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +19 -9
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +22 -0
- package/lib/labs/VSpeedDial/index.d.mts +297 -241
- package/lib/labs/VSpeedDial/index.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +117 -117
- package/lib/labs/VTimePicker/index.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +201 -201
- package/lib/labs/VTreeview/index.mjs.map +1 -1
- package/lib/labs/VTreeview/shared.mjs.map +1 -1
- package/lib/labs/allComponents.mjs.map +1 -1
- package/lib/labs/components.d.mts +1251 -1047
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/labs/index.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.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/km.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/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/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/bindProps.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/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/events.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.map +1 -1
- package/lib/util/helpers.mjs +8 -16
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.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 +25 -25
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.16
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -84,11 +84,9 @@ const SUPPORTS_EYE_DROPPER = IN_BROWSER && 'EyeDropper' in window;
|
|
|
84
84
|
|
|
85
85
|
function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
|
|
86
86
|
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
|
87
|
-
function _classPrivateFieldSet(
|
|
88
|
-
function
|
|
89
|
-
function
|
|
90
|
-
function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
|
|
91
|
-
function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
|
|
87
|
+
function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
|
|
88
|
+
function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
|
|
89
|
+
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
|
|
92
90
|
|
|
93
91
|
// Types
|
|
94
92
|
|
|
@@ -408,22 +406,16 @@ var _arr = /*#__PURE__*/new WeakMap();
|
|
|
408
406
|
var _pointer = /*#__PURE__*/new WeakMap();
|
|
409
407
|
class CircularBuffer {
|
|
410
408
|
constructor(size) {
|
|
411
|
-
_classPrivateFieldInitSpec(this, _arr,
|
|
412
|
-
|
|
413
|
-
value: []
|
|
414
|
-
});
|
|
415
|
-
_classPrivateFieldInitSpec(this, _pointer, {
|
|
416
|
-
writable: true,
|
|
417
|
-
value: 0
|
|
418
|
-
});
|
|
409
|
+
_classPrivateFieldInitSpec(this, _arr, []);
|
|
410
|
+
_classPrivateFieldInitSpec(this, _pointer, 0);
|
|
419
411
|
this.size = size;
|
|
420
412
|
}
|
|
421
413
|
push(val) {
|
|
422
|
-
_classPrivateFieldGet(
|
|
423
|
-
_classPrivateFieldSet(
|
|
414
|
+
_classPrivateFieldGet(_arr, this)[_classPrivateFieldGet(_pointer, this)] = val;
|
|
415
|
+
_classPrivateFieldSet(_pointer, this, (_classPrivateFieldGet(_pointer, this) + 1) % this.size);
|
|
424
416
|
}
|
|
425
417
|
values() {
|
|
426
|
-
return _classPrivateFieldGet(
|
|
418
|
+
return _classPrivateFieldGet(_arr, this).slice(_classPrivateFieldGet(_pointer, this)).concat(_classPrivateFieldGet(_arr, this).slice(0, _classPrivateFieldGet(_pointer, this)));
|
|
427
419
|
}
|
|
428
420
|
}
|
|
429
421
|
function getEventCoordinates(e) {
|
|
@@ -3133,7 +3125,7 @@ function useRounded(props) {
|
|
|
3133
3125
|
for (const value of String(rounded).split(' ')) {
|
|
3134
3126
|
classes.push(`rounded-${value}`);
|
|
3135
3127
|
}
|
|
3136
|
-
} else if (tile) {
|
|
3128
|
+
} else if (tile || rounded === false) {
|
|
3137
3129
|
classes.push('rounded-0');
|
|
3138
3130
|
}
|
|
3139
3131
|
return classes;
|
|
@@ -4514,7 +4506,7 @@ const useIcon = props => {
|
|
|
4514
4506
|
icon = icons.aliases?.[icon.slice(1)];
|
|
4515
4507
|
}
|
|
4516
4508
|
}
|
|
4517
|
-
if (!icon)
|
|
4509
|
+
if (!icon) consoleWarn(`Could not find aliased icon "${iconAlias}"`);
|
|
4518
4510
|
if (Array.isArray(icon)) {
|
|
4519
4511
|
return {
|
|
4520
4512
|
component: VSvgIcon,
|
|
@@ -4783,65 +4775,6 @@ const VProgressCircular = genericComponent()({
|
|
|
4783
4775
|
}
|
|
4784
4776
|
});
|
|
4785
4777
|
|
|
4786
|
-
// Composables
|
|
4787
|
-
|
|
4788
|
-
// Types
|
|
4789
|
-
|
|
4790
|
-
const oppositeMap = {
|
|
4791
|
-
center: 'center',
|
|
4792
|
-
top: 'bottom',
|
|
4793
|
-
bottom: 'top',
|
|
4794
|
-
left: 'right',
|
|
4795
|
-
right: 'left'
|
|
4796
|
-
};
|
|
4797
|
-
const makeLocationProps = propsFactory({
|
|
4798
|
-
location: String
|
|
4799
|
-
}, 'location');
|
|
4800
|
-
function useLocation(props) {
|
|
4801
|
-
let opposite = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
4802
|
-
let offset = arguments.length > 2 ? arguments[2] : undefined;
|
|
4803
|
-
const {
|
|
4804
|
-
isRtl
|
|
4805
|
-
} = useRtl();
|
|
4806
|
-
const locationStyles = computed(() => {
|
|
4807
|
-
if (!props.location) return {};
|
|
4808
|
-
const {
|
|
4809
|
-
side,
|
|
4810
|
-
align
|
|
4811
|
-
} = parseAnchor(props.location.split(' ').length > 1 ? props.location : `${props.location} center`, isRtl.value);
|
|
4812
|
-
function getOffset(side) {
|
|
4813
|
-
return offset ? offset(side) : 0;
|
|
4814
|
-
}
|
|
4815
|
-
const styles = {};
|
|
4816
|
-
if (side !== 'center') {
|
|
4817
|
-
if (opposite) styles[oppositeMap[side]] = `calc(100% - ${getOffset(side)}px)`;else styles[side] = 0;
|
|
4818
|
-
}
|
|
4819
|
-
if (align !== 'center') {
|
|
4820
|
-
if (opposite) styles[oppositeMap[align]] = `calc(100% - ${getOffset(align)}px)`;else styles[align] = 0;
|
|
4821
|
-
} else {
|
|
4822
|
-
if (side === 'center') styles.top = styles.left = '50%';else {
|
|
4823
|
-
styles[{
|
|
4824
|
-
top: 'left',
|
|
4825
|
-
bottom: 'left',
|
|
4826
|
-
left: 'top',
|
|
4827
|
-
right: 'top'
|
|
4828
|
-
}[side]] = '50%';
|
|
4829
|
-
}
|
|
4830
|
-
styles.transform = {
|
|
4831
|
-
top: 'translateX(-50%)',
|
|
4832
|
-
bottom: 'translateX(-50%)',
|
|
4833
|
-
left: 'translateY(-50%)',
|
|
4834
|
-
right: 'translateY(-50%)',
|
|
4835
|
-
center: 'translate(-50%, -50%)'
|
|
4836
|
-
}[side];
|
|
4837
|
-
}
|
|
4838
|
-
return styles;
|
|
4839
|
-
});
|
|
4840
|
-
return {
|
|
4841
|
-
locationStyles
|
|
4842
|
-
};
|
|
4843
|
-
}
|
|
4844
|
-
|
|
4845
4778
|
const makeVProgressLinearProps = propsFactory({
|
|
4846
4779
|
absolute: Boolean,
|
|
4847
4780
|
active: {
|
|
@@ -4874,9 +4807,6 @@ const makeVProgressLinearProps = propsFactory({
|
|
|
4874
4807
|
striped: Boolean,
|
|
4875
4808
|
roundedBar: Boolean,
|
|
4876
4809
|
...makeComponentProps(),
|
|
4877
|
-
...makeLocationProps({
|
|
4878
|
-
location: 'top'
|
|
4879
|
-
}),
|
|
4880
4810
|
...makeRoundedProps(),
|
|
4881
4811
|
...makeTagProps(),
|
|
4882
4812
|
...makeThemeProps()
|
|
@@ -4899,9 +4829,6 @@ const VProgressLinear = genericComponent()({
|
|
|
4899
4829
|
const {
|
|
4900
4830
|
themeClasses
|
|
4901
4831
|
} = provideTheme(props);
|
|
4902
|
-
const {
|
|
4903
|
-
locationStyles
|
|
4904
|
-
} = useLocation(props);
|
|
4905
4832
|
const {
|
|
4906
4833
|
textColorClasses,
|
|
4907
4834
|
textColorStyles
|
|
@@ -4951,11 +4878,8 @@ const VProgressLinear = genericComponent()({
|
|
|
4951
4878
|
'v-progress-linear--striped': props.striped
|
|
4952
4879
|
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
|
4953
4880
|
"style": [{
|
|
4954
|
-
bottom: props.location === 'bottom' ? 0 : undefined,
|
|
4955
|
-
top: props.location === 'top' ? 0 : undefined,
|
|
4956
4881
|
height: props.active ? convertToUnit(height.value) : 0,
|
|
4957
|
-
'--v-progress-linear-height': convertToUnit(height.value)
|
|
4958
|
-
...locationStyles.value
|
|
4882
|
+
'--v-progress-linear-height': convertToUnit(height.value)
|
|
4959
4883
|
}, props.style],
|
|
4960
4884
|
"role": "progressbar",
|
|
4961
4885
|
"aria-hidden": props.active ? 'false' : 'true',
|
|
@@ -5041,6 +4965,65 @@ function LoaderSlot(props, _ref) {
|
|
|
5041
4965
|
}, null)]);
|
|
5042
4966
|
}
|
|
5043
4967
|
|
|
4968
|
+
// Composables
|
|
4969
|
+
|
|
4970
|
+
// Types
|
|
4971
|
+
|
|
4972
|
+
const oppositeMap = {
|
|
4973
|
+
center: 'center',
|
|
4974
|
+
top: 'bottom',
|
|
4975
|
+
bottom: 'top',
|
|
4976
|
+
left: 'right',
|
|
4977
|
+
right: 'left'
|
|
4978
|
+
};
|
|
4979
|
+
const makeLocationProps = propsFactory({
|
|
4980
|
+
location: String
|
|
4981
|
+
}, 'location');
|
|
4982
|
+
function useLocation(props) {
|
|
4983
|
+
let opposite = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
4984
|
+
let offset = arguments.length > 2 ? arguments[2] : undefined;
|
|
4985
|
+
const {
|
|
4986
|
+
isRtl
|
|
4987
|
+
} = useRtl();
|
|
4988
|
+
const locationStyles = computed(() => {
|
|
4989
|
+
if (!props.location) return {};
|
|
4990
|
+
const {
|
|
4991
|
+
side,
|
|
4992
|
+
align
|
|
4993
|
+
} = parseAnchor(props.location.split(' ').length > 1 ? props.location : `${props.location} center`, isRtl.value);
|
|
4994
|
+
function getOffset(side) {
|
|
4995
|
+
return offset ? offset(side) : 0;
|
|
4996
|
+
}
|
|
4997
|
+
const styles = {};
|
|
4998
|
+
if (side !== 'center') {
|
|
4999
|
+
if (opposite) styles[oppositeMap[side]] = `calc(100% - ${getOffset(side)}px)`;else styles[side] = 0;
|
|
5000
|
+
}
|
|
5001
|
+
if (align !== 'center') {
|
|
5002
|
+
if (opposite) styles[oppositeMap[align]] = `calc(100% - ${getOffset(align)}px)`;else styles[align] = 0;
|
|
5003
|
+
} else {
|
|
5004
|
+
if (side === 'center') styles.top = styles.left = '50%';else {
|
|
5005
|
+
styles[{
|
|
5006
|
+
top: 'left',
|
|
5007
|
+
bottom: 'left',
|
|
5008
|
+
left: 'top',
|
|
5009
|
+
right: 'top'
|
|
5010
|
+
}[side]] = '50%';
|
|
5011
|
+
}
|
|
5012
|
+
styles.transform = {
|
|
5013
|
+
top: 'translateX(-50%)',
|
|
5014
|
+
bottom: 'translateX(-50%)',
|
|
5015
|
+
left: 'translateY(-50%)',
|
|
5016
|
+
right: 'translateY(-50%)',
|
|
5017
|
+
center: 'translate(-50%, -50%)'
|
|
5018
|
+
}[side];
|
|
5019
|
+
}
|
|
5020
|
+
return styles;
|
|
5021
|
+
});
|
|
5022
|
+
return {
|
|
5023
|
+
locationStyles
|
|
5024
|
+
};
|
|
5025
|
+
}
|
|
5026
|
+
|
|
5044
5027
|
// Utilities
|
|
5045
5028
|
|
|
5046
5029
|
// Types
|
|
@@ -5090,7 +5073,7 @@ function useLink(props, attrs) {
|
|
|
5090
5073
|
// vue-router useLink `to` prop needs to be reactive and useLink will crash if undefined
|
|
5091
5074
|
const linkProps = computed(() => ({
|
|
5092
5075
|
...props,
|
|
5093
|
-
to: toRef(() => props.to ||
|
|
5076
|
+
to: toRef(() => props.to || '')
|
|
5094
5077
|
}));
|
|
5095
5078
|
const routerLink = RouterLink.useLink(linkProps.value);
|
|
5096
5079
|
// Actual link needs to be undefined when to prop is not used
|
|
@@ -5496,9 +5479,6 @@ const makeVBtnProps = propsFactory({
|
|
|
5496
5479
|
}, 'VBtn');
|
|
5497
5480
|
const VBtn = genericComponent()({
|
|
5498
5481
|
name: 'VBtn',
|
|
5499
|
-
directives: {
|
|
5500
|
-
Ripple
|
|
5501
|
-
},
|
|
5502
5482
|
props: makeVBtnProps(),
|
|
5503
5483
|
emits: {
|
|
5504
5484
|
'group:selected': val => true
|
|
@@ -5648,7 +5628,9 @@ const VBtn = genericComponent()({
|
|
|
5648
5628
|
"indeterminate": true,
|
|
5649
5629
|
"width": "2"
|
|
5650
5630
|
}, null)])]
|
|
5651
|
-
}), [[
|
|
5631
|
+
}), [[Ripple, !isDisabled.value && !!props.ripple, '', {
|
|
5632
|
+
center: !!props.icon
|
|
5633
|
+
}]]);
|
|
5652
5634
|
});
|
|
5653
5635
|
return {
|
|
5654
5636
|
group
|
|
@@ -10465,6 +10447,7 @@ const VOverlay = genericComponent()({
|
|
|
10465
10447
|
emits: {
|
|
10466
10448
|
'click:outside': e => true,
|
|
10467
10449
|
'update:modelValue': value => true,
|
|
10450
|
+
afterEnter: () => true,
|
|
10468
10451
|
afterLeave: () => true
|
|
10469
10452
|
},
|
|
10470
10453
|
setup(props, _ref) {
|
|
@@ -10611,6 +10594,9 @@ const VOverlay = genericComponent()({
|
|
|
10611
10594
|
easing: standardEasing
|
|
10612
10595
|
});
|
|
10613
10596
|
}
|
|
10597
|
+
function onAfterEnter() {
|
|
10598
|
+
emit('afterEnter');
|
|
10599
|
+
}
|
|
10614
10600
|
function onAfterLeave() {
|
|
10615
10601
|
_onAfterLeave();
|
|
10616
10602
|
emit('afterLeave');
|
|
@@ -10645,6 +10631,7 @@ const VOverlay = genericComponent()({
|
|
|
10645
10631
|
"persisted": true,
|
|
10646
10632
|
"transition": props.transition,
|
|
10647
10633
|
"target": target.value,
|
|
10634
|
+
"onAfterEnter": onAfterEnter,
|
|
10648
10635
|
"onAfterLeave": onAfterLeave
|
|
10649
10636
|
}, {
|
|
10650
10637
|
default: () => [withDirectives(createVNode("div", mergeProps({
|
|
@@ -12141,7 +12128,7 @@ const VSelect = genericComponent()({
|
|
|
12141
12128
|
vTextFieldRef.value.value = '';
|
|
12142
12129
|
}
|
|
12143
12130
|
}
|
|
12144
|
-
watch(menu, () => {
|
|
12131
|
+
watch([menu, model], () => {
|
|
12145
12132
|
if (!props.hideSelected && menu.value && model.value.length) {
|
|
12146
12133
|
const index = displayItems.value.findIndex(item => model.value.some(s => props.valueComparator(s.value, item.value)));
|
|
12147
12134
|
IN_BROWSER && window.requestAnimationFrame(() => {
|
|
@@ -13331,24 +13318,30 @@ const VDialog = genericComponent()({
|
|
|
13331
13318
|
immediate: true
|
|
13332
13319
|
});
|
|
13333
13320
|
}
|
|
13334
|
-
|
|
13335
|
-
|
|
13336
|
-
|
|
13337
|
-
overlay.value.contentEl?.focus({
|
|
13321
|
+
function onAfterEnter() {
|
|
13322
|
+
if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
|
13323
|
+
overlay.value.contentEl.focus({
|
|
13338
13324
|
preventScroll: true
|
|
13339
13325
|
});
|
|
13340
|
-
}
|
|
13326
|
+
}
|
|
13327
|
+
}
|
|
13328
|
+
watch(isActive, async val => {
|
|
13329
|
+
if (!val) {
|
|
13330
|
+
await nextTick();
|
|
13341
13331
|
overlay.value.activatorEl?.focus({
|
|
13342
13332
|
preventScroll: true
|
|
13343
13333
|
});
|
|
13344
13334
|
}
|
|
13345
13335
|
});
|
|
13346
|
-
const activatorProps = computed(() => mergeProps({
|
|
13347
|
-
'aria-haspopup': 'dialog',
|
|
13348
|
-
'aria-expanded': String(isActive.value)
|
|
13349
|
-
}, props.activatorProps));
|
|
13350
13336
|
useRender(() => {
|
|
13351
13337
|
const overlayProps = VOverlay.filterProps(props);
|
|
13338
|
+
const activatorProps = mergeProps({
|
|
13339
|
+
'aria-haspopup': 'dialog',
|
|
13340
|
+
'aria-expanded': String(isActive.value)
|
|
13341
|
+
}, props.activatorProps);
|
|
13342
|
+
const contentProps = mergeProps({
|
|
13343
|
+
tabindex: -1
|
|
13344
|
+
}, props.contentProps);
|
|
13352
13345
|
return createVNode(VOverlay, mergeProps({
|
|
13353
13346
|
"ref": overlay,
|
|
13354
13347
|
"class": ['v-dialog', {
|
|
@@ -13360,8 +13353,10 @@ const VDialog = genericComponent()({
|
|
|
13360
13353
|
"modelValue": isActive.value,
|
|
13361
13354
|
"onUpdate:modelValue": $event => isActive.value = $event,
|
|
13362
13355
|
"aria-modal": "true",
|
|
13363
|
-
"activatorProps": activatorProps
|
|
13364
|
-
"
|
|
13356
|
+
"activatorProps": activatorProps,
|
|
13357
|
+
"contentProps": contentProps,
|
|
13358
|
+
"role": "dialog",
|
|
13359
|
+
"onAfterEnter": onAfterEnter
|
|
13365
13360
|
}, scopeId), {
|
|
13366
13361
|
activator: slots.activator,
|
|
13367
13362
|
default: function () {
|
|
@@ -17429,16 +17424,17 @@ function getWeekArray(date, locale) {
|
|
|
17429
17424
|
}
|
|
17430
17425
|
return weeks;
|
|
17431
17426
|
}
|
|
17432
|
-
function startOfWeek(date) {
|
|
17427
|
+
function startOfWeek(date, locale) {
|
|
17433
17428
|
const d = new Date(date);
|
|
17434
|
-
while (d.getDay() !== 0) {
|
|
17429
|
+
while (d.getDay() !== (firstDay[locale.slice(-2).toUpperCase()] ?? 0)) {
|
|
17435
17430
|
d.setDate(d.getDate() - 1);
|
|
17436
17431
|
}
|
|
17437
17432
|
return d;
|
|
17438
17433
|
}
|
|
17439
|
-
function endOfWeek(date) {
|
|
17434
|
+
function endOfWeek(date, locale) {
|
|
17440
17435
|
const d = new Date(date);
|
|
17441
|
-
|
|
17436
|
+
const lastDay = ((firstDay[locale.slice(-2).toUpperCase()] ?? 0) + 6) % 7;
|
|
17437
|
+
while (d.getDay() !== lastDay) {
|
|
17442
17438
|
d.setDate(d.getDate() + 1);
|
|
17443
17439
|
}
|
|
17444
17440
|
return d;
|
|
@@ -17741,10 +17737,10 @@ class VuetifyDateAdapter {
|
|
|
17741
17737
|
return getWeekArray(date, this.locale);
|
|
17742
17738
|
}
|
|
17743
17739
|
startOfWeek(date) {
|
|
17744
|
-
return startOfWeek(date);
|
|
17740
|
+
return startOfWeek(date, this.locale);
|
|
17745
17741
|
}
|
|
17746
17742
|
endOfWeek(date) {
|
|
17747
|
-
return endOfWeek(date);
|
|
17743
|
+
return endOfWeek(date, this.locale);
|
|
17748
17744
|
}
|
|
17749
17745
|
startOfMonth(date) {
|
|
17750
17746
|
return startOfMonth(date);
|
|
@@ -18125,6 +18121,7 @@ function sortItems(items, sortByItems, locale, customSorters, customRawSorters)
|
|
|
18125
18121
|
});
|
|
18126
18122
|
return [...items].sort((a, b) => {
|
|
18127
18123
|
for (let i = 0; i < sortByItems.length; i++) {
|
|
18124
|
+
let hasCustomResult = false;
|
|
18128
18125
|
const sortKey = sortByItems[i].key;
|
|
18129
18126
|
const sortOrder = sortByItems[i].order ?? 'asc';
|
|
18130
18127
|
if (sortOrder === false) continue;
|
|
@@ -18138,14 +18135,17 @@ function sortItems(items, sortByItems, locale, customSorters, customRawSorters)
|
|
|
18138
18135
|
}
|
|
18139
18136
|
if (customRawSorters?.[sortKey]) {
|
|
18140
18137
|
const customResult = customRawSorters[sortKey](sortARaw, sortBRaw);
|
|
18141
|
-
if (
|
|
18142
|
-
|
|
18138
|
+
if (customResult == null) continue;
|
|
18139
|
+
hasCustomResult = true;
|
|
18140
|
+
if (customResult) return customResult;
|
|
18143
18141
|
}
|
|
18144
18142
|
if (customSorters?.[sortKey]) {
|
|
18145
18143
|
const customResult = customSorters[sortKey](sortA, sortB);
|
|
18146
|
-
if (
|
|
18147
|
-
|
|
18144
|
+
if (customResult == null) continue;
|
|
18145
|
+
hasCustomResult = true;
|
|
18146
|
+
if (customResult) return customResult;
|
|
18148
18147
|
}
|
|
18148
|
+
if (hasCustomResult) continue;
|
|
18149
18149
|
|
|
18150
18150
|
// Dates should be compared numerically
|
|
18151
18151
|
if (sortA instanceof Date && sortB instanceof Date) {
|
|
@@ -20785,7 +20785,7 @@ function useCalendar(props) {
|
|
|
20785
20785
|
});
|
|
20786
20786
|
}
|
|
20787
20787
|
const daysInWeek = computed(() => {
|
|
20788
|
-
const lastDay = adapter.startOfWeek(
|
|
20788
|
+
const lastDay = adapter.startOfWeek(displayValue.value);
|
|
20789
20789
|
const week = [];
|
|
20790
20790
|
for (let day = 0; day <= 6; day++) {
|
|
20791
20791
|
week.push(adapter.addDays(lastDay, day));
|
|
@@ -21877,10 +21877,8 @@ const VFileInput = genericComponent()({
|
|
|
21877
21877
|
}) : props.chips ? fileNames.value.map(text => createVNode(VChip, {
|
|
21878
21878
|
"key": text,
|
|
21879
21879
|
"size": "small",
|
|
21880
|
-
"
|
|
21881
|
-
},
|
|
21882
|
-
default: () => [text]
|
|
21883
|
-
})) : fileNames.value.join(', '))])]);
|
|
21880
|
+
"text": text
|
|
21881
|
+
}, null)) : fileNames.value.join(', '))])]);
|
|
21884
21882
|
}
|
|
21885
21883
|
});
|
|
21886
21884
|
},
|
|
@@ -26057,21 +26055,29 @@ const VCalendarMonthDay = genericComponent()({
|
|
|
26057
26055
|
"variant": props.day?.isToday ? undefined : 'flat'
|
|
26058
26056
|
}, {
|
|
26059
26057
|
default: () => [props.title]
|
|
26060
|
-
})]), createVNode("div", {
|
|
26058
|
+
})]), !props.day?.isHidden && createVNode("div", {
|
|
26061
26059
|
"key": "content",
|
|
26062
26060
|
"class": "v-calendar-weekly__day-content"
|
|
26063
26061
|
}, [slots.content?.() ?? createVNode("div", null, [createVNode("div", {
|
|
26064
26062
|
"class": "v-calendar-weekly__day-alldayevents-container"
|
|
26065
|
-
}, [props.events?.filter(event => event.allDay).map(event =>
|
|
26063
|
+
}, [props.events?.filter(event => event.allDay).map(event => slots.event ? slots.event({
|
|
26064
|
+
day: props.day,
|
|
26065
|
+
allDay: true,
|
|
26066
|
+
event
|
|
26067
|
+
}) : createVNode(VCalendarEvent, {
|
|
26066
26068
|
"day": props.day,
|
|
26067
26069
|
"event": event,
|
|
26068
26070
|
"allDay": true
|
|
26069
26071
|
}, null))]), createVNode("div", {
|
|
26070
26072
|
"class": "v-calendar-weekly__day-events-container"
|
|
26071
|
-
}, [props.events?.filter(event => !event.allDay).map(event =>
|
|
26073
|
+
}, [props.events?.filter(event => !event.allDay).map(event => slots.event ? slots.event({
|
|
26074
|
+
day: props.day,
|
|
26075
|
+
event,
|
|
26076
|
+
allDay: false
|
|
26077
|
+
}) : createVNode(VCalendarEvent, {
|
|
26072
26078
|
"day": props.day,
|
|
26073
26079
|
"event": event
|
|
26074
|
-
}, null))])])]), slots.default?.()]);
|
|
26080
|
+
}, null))])])]), !props.day?.isHidden && slots.default?.()]);
|
|
26075
26081
|
});
|
|
26076
26082
|
return {};
|
|
26077
26083
|
}
|
|
@@ -26103,36 +26109,37 @@ const VCalendar = genericComponent()({
|
|
|
26103
26109
|
daysInWeek,
|
|
26104
26110
|
genDays,
|
|
26105
26111
|
model,
|
|
26112
|
+
displayValue,
|
|
26106
26113
|
weekNumbers
|
|
26107
26114
|
} = useCalendar(props);
|
|
26108
26115
|
const dayNames = adapter.getWeekdays();
|
|
26109
26116
|
function onClickNext() {
|
|
26110
26117
|
if (props.viewMode === 'month') {
|
|
26111
|
-
model.value = [adapter.addMonths(
|
|
26118
|
+
model.value = [adapter.addMonths(displayValue.value, 1)];
|
|
26112
26119
|
}
|
|
26113
26120
|
if (props.viewMode === 'week') {
|
|
26114
|
-
model.value = [adapter.addDays(
|
|
26121
|
+
model.value = [adapter.addDays(displayValue.value, 7)];
|
|
26115
26122
|
}
|
|
26116
26123
|
if (props.viewMode === 'day') {
|
|
26117
|
-
model.value = [adapter.addDays(
|
|
26124
|
+
model.value = [adapter.addDays(displayValue.value, 1)];
|
|
26118
26125
|
}
|
|
26119
26126
|
}
|
|
26120
26127
|
function onClickPrev() {
|
|
26121
26128
|
if (props.viewMode === 'month') {
|
|
26122
|
-
model.value = [adapter.addMonths(
|
|
26129
|
+
model.value = [adapter.addMonths(displayValue.value, -1)];
|
|
26123
26130
|
}
|
|
26124
26131
|
if (props.viewMode === 'week') {
|
|
26125
|
-
model.value = [adapter.addDays(
|
|
26132
|
+
model.value = [adapter.addDays(displayValue.value, -7)];
|
|
26126
26133
|
}
|
|
26127
26134
|
if (props.viewMode === 'day') {
|
|
26128
|
-
model.value = [adapter.addDays(
|
|
26135
|
+
model.value = [adapter.addDays(displayValue.value, -1)];
|
|
26129
26136
|
}
|
|
26130
26137
|
}
|
|
26131
26138
|
function onClickToday() {
|
|
26132
26139
|
model.value = [new Date()];
|
|
26133
26140
|
}
|
|
26134
26141
|
const title = computed(() => {
|
|
26135
|
-
return adapter.format(
|
|
26142
|
+
return adapter.format(displayValue.value, 'monthAndYear');
|
|
26136
26143
|
});
|
|
26137
26144
|
useRender(() => {
|
|
26138
26145
|
const calendarDayProps = VCalendarDay.filterProps(props);
|
|
@@ -26172,13 +26179,16 @@ const VCalendar = genericComponent()({
|
|
|
26172
26179
|
"day": day,
|
|
26173
26180
|
"title": day ? adapter.format(day.date, 'dayOfMonth') : 'NaN',
|
|
26174
26181
|
"events": props.events?.filter(e => adapter.isSameDay(day.date, e.start) || adapter.isSameDay(day.date, e.end))
|
|
26175
|
-
},
|
|
26182
|
+
}, {
|
|
26183
|
+
event: slots.event
|
|
26184
|
+
}))])]), props.viewMode === 'week' && daysInWeek.value.map((day, i) => createVNode(VCalendarDay, mergeProps(calendarDayProps, {
|
|
26176
26185
|
"day": day,
|
|
26177
26186
|
"dayIndex": i,
|
|
26178
26187
|
"events": props.events?.filter(e => adapter.isSameDay(e.start, day.date) || adapter.isSameDay(e.end, day.date))
|
|
26179
26188
|
}), null)), props.viewMode === 'day' && createVNode(VCalendarDay, mergeProps(calendarDayProps, {
|
|
26180
|
-
"day": genDays([
|
|
26181
|
-
"
|
|
26189
|
+
"day": genDays([displayValue.value], adapter.date())[0],
|
|
26190
|
+
"dayIndex": 0,
|
|
26191
|
+
"events": props.events?.filter(e => adapter.isSameDay(e.start, genDays([displayValue.value], adapter.date())[0].date) || adapter.isSameDay(e.end, genDays([displayValue.value], adapter.date())[0].date))
|
|
26182
26192
|
}), null)])]);
|
|
26183
26193
|
});
|
|
26184
26194
|
return {
|
|
@@ -27143,10 +27153,10 @@ const makeVSpeedDialProps = propsFactory({
|
|
|
27143
27153
|
...makeVMenuProps({
|
|
27144
27154
|
offset: 8,
|
|
27145
27155
|
minWidth: 0,
|
|
27146
|
-
|
|
27147
|
-
|
|
27148
|
-
|
|
27149
|
-
transition: '
|
|
27156
|
+
openDelay: 0,
|
|
27157
|
+
closeDelay: 100,
|
|
27158
|
+
location: 'top center',
|
|
27159
|
+
transition: 'scale-transition'
|
|
27150
27160
|
})
|
|
27151
27161
|
}, 'VSpeedDial');
|
|
27152
27162
|
const VSpeedDial = genericComponent()({
|
|
@@ -27157,13 +27167,22 @@ const VSpeedDial = genericComponent()({
|
|
|
27157
27167
|
slots
|
|
27158
27168
|
} = _ref;
|
|
27159
27169
|
const menuRef = ref();
|
|
27170
|
+
const location = computed(() => {
|
|
27171
|
+
const [y, x = 'center'] = props.location.split(' ');
|
|
27172
|
+
return `${y} ${x}`;
|
|
27173
|
+
});
|
|
27174
|
+
const locationClasses = computed(() => ({
|
|
27175
|
+
[`v-speed-dial__content--${location.value.replace(' ', '-')}`]: true
|
|
27176
|
+
}));
|
|
27160
27177
|
useRender(() => {
|
|
27161
27178
|
const menuProps = VMenu.filterProps(props);
|
|
27162
27179
|
return createVNode(VMenu, mergeProps(menuProps, {
|
|
27163
27180
|
"class": props.class,
|
|
27164
27181
|
"style": props.style,
|
|
27165
|
-
"contentClass":
|
|
27166
|
-
"
|
|
27182
|
+
"contentClass": ['v-speed-dial__content', locationClasses.value],
|
|
27183
|
+
"location": location.value,
|
|
27184
|
+
"ref": menuRef,
|
|
27185
|
+
"transition": "fade-transition"
|
|
27167
27186
|
}), {
|
|
27168
27187
|
...slots,
|
|
27169
27188
|
default: slotProps => createVNode(VDefaultsProvider, {
|
|
@@ -27176,7 +27195,8 @@ const VSpeedDial = genericComponent()({
|
|
|
27176
27195
|
default: () => [createVNode(MaybeTransition, {
|
|
27177
27196
|
"appear": true,
|
|
27178
27197
|
"group": true,
|
|
27179
|
-
"transition": props.transition
|
|
27198
|
+
"transition": props.transition,
|
|
27199
|
+
"mode": "out-in"
|
|
27180
27200
|
}, {
|
|
27181
27201
|
default: () => [slots.default?.(slotProps)]
|
|
27182
27202
|
})]
|
|
@@ -28581,7 +28601,7 @@ function createVuetify$1() {
|
|
|
28581
28601
|
goTo
|
|
28582
28602
|
};
|
|
28583
28603
|
}
|
|
28584
|
-
const version$1 = "3.5.
|
|
28604
|
+
const version$1 = "3.5.16";
|
|
28585
28605
|
createVuetify$1.version = version$1;
|
|
28586
28606
|
|
|
28587
28607
|
// Vue's inject() can only be used in setup
|
|
@@ -28834,7 +28854,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
28834
28854
|
|
|
28835
28855
|
/* eslint-disable local-rules/sort-imports */
|
|
28836
28856
|
|
|
28837
|
-
const version = "3.5.
|
|
28857
|
+
const version = "3.5.16";
|
|
28838
28858
|
|
|
28839
28859
|
/* eslint-disable local-rules/sort-imports */
|
|
28840
28860
|
|