@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-master.2024-12-03
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 +1561 -1561
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +2945 -2945
- package/dist/vuetify-labs.css +25432 -23715
- package/dist/vuetify-labs.d.ts +14220 -3389
- package/dist/vuetify-labs.esm.js +73 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -70
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +23969 -22249
- package/dist/vuetify.d.ts +11832 -2652
- package/dist/vuetify.esm.js +62 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +37 -37
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +148 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1396 -237
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.css +77 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +72 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +24 -4
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +190 -24
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +86 -8
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChip/VChip.mjs +4 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +113 -12
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +28 -4
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCombobox/VCombobox.mjs +5 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1396 -237
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +2 -2
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +16 -13
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +281 -29
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- package/lib/components/VDialog/VDialog.css +95 -95
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +389 -143
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +152 -16
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VFab/index.d.mts +78 -9
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +3 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VItemGroup/index.d.mts +65 -8
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.mjs +4 -3
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.mjs +4 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +301 -58
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1388 -236
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlideGroup/index.d.mts +70 -14
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +2 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +2 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepper.mjs +6 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VStepper/VStepperItem.mjs +6 -5
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +301 -69
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +394 -98
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.css +418 -379
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +75 -8
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +47 -8
- package/lib/components/index.d.mts +11793 -2613
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- 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/index.d.mts +44 -44
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +8 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +271 -56
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -5
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/labs/VTreeview/index.d.mts +225 -38
- package/lib/labs/components.d.mts +2940 -1043
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +4 -5
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.5-master.2024-12-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2867,15 +2867,15 @@ function createTheme(options) {
|
|
2867
2867
|
const colors = new Set(Object.values(computedThemes.value).flatMap(theme => Object.keys(theme.colors)));
|
2868
2868
|
for (const key of colors) {
|
2869
2869
|
if (/^on-[a-z]/.test(key)) {
|
2870
|
-
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2870
|
+
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2871
2871
|
} else {
|
2872
|
-
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key}))`, `color: rgb(var(--v-theme-on-${key}))`]);
|
2873
|
-
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2872
|
+
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key})) !important`, `color: rgb(var(--v-theme-on-${key})) !important`]);
|
2873
|
+
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2874
2874
|
createCssClass(fgLines, `.border-${key}`, [`--v-border-color: var(--v-theme-${key})`]);
|
2875
2875
|
}
|
2876
2876
|
}
|
2877
2877
|
lines.push(...bgLines, ...fgLines);
|
2878
|
-
return
|
2878
|
+
return lines.map((str, i) => i === 0 ? str : ` ${str}`).join('');
|
2879
2879
|
});
|
2880
2880
|
function getHead() {
|
2881
2881
|
return {
|
@@ -3245,8 +3245,6 @@ function ExpandTransitionGenerator () {
|
|
3245
3245
|
}
|
3246
3246
|
}
|
3247
3247
|
|
3248
|
-
// Utilities
|
3249
|
-
|
3250
3248
|
// Types
|
3251
3249
|
|
3252
3250
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -6903,8 +6901,13 @@ function createForm(props) {
|
|
6903
6901
|
resetValidation
|
6904
6902
|
};
|
6905
6903
|
}
|
6906
|
-
function useForm() {
|
6907
|
-
|
6904
|
+
function useForm(props) {
|
6905
|
+
const form = inject$1(FormKey, null);
|
6906
|
+
return {
|
6907
|
+
...form,
|
6908
|
+
isReadonly: computed(() => !!(props?.readonly ?? form?.isReadonly.value)),
|
6909
|
+
isDisabled: computed(() => !!(props?.disabled ?? form?.isDisabled.value))
|
6910
|
+
};
|
6908
6911
|
}
|
6909
6912
|
|
6910
6913
|
// Composables
|
@@ -6945,17 +6948,15 @@ function useValidation(props) {
|
|
6945
6948
|
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : getUid();
|
6946
6949
|
const model = useProxiedModel(props, 'modelValue');
|
6947
6950
|
const validationModel = computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6948
|
-
const form = useForm();
|
6951
|
+
const form = useForm(props);
|
6949
6952
|
const internalErrorMessages = ref([]);
|
6950
6953
|
const isPristine = shallowRef(true);
|
6951
6954
|
const isDirty = computed(() => !!(wrapInArray(model.value === '' ? null : model.value).length || wrapInArray(validationModel.value === '' ? null : validationModel.value).length));
|
6952
|
-
const isDisabled = computed(() => !!(props.disabled ?? form?.isDisabled.value));
|
6953
|
-
const isReadonly = computed(() => !!(props.readonly ?? form?.isReadonly.value));
|
6954
6955
|
const errorMessages = computed(() => {
|
6955
6956
|
return props.errorMessages?.length ? wrapInArray(props.errorMessages).concat(internalErrorMessages.value).slice(0, Math.max(0, +props.maxErrors)) : internalErrorMessages.value;
|
6956
6957
|
});
|
6957
6958
|
const validateOn = computed(() => {
|
6958
|
-
let value = (props.validateOn ?? form?.
|
6959
|
+
let value = (props.validateOn ?? form.validateOn?.value) || 'input';
|
6959
6960
|
if (value === 'lazy') value = 'input lazy';
|
6960
6961
|
if (value === 'eager') value = 'input eager';
|
6961
6962
|
const set = new Set(value?.split(' ') ?? []);
|
@@ -6981,14 +6982,14 @@ function useValidation(props) {
|
|
6981
6982
|
return {
|
6982
6983
|
[`${name}--error`]: isValid.value === false,
|
6983
6984
|
[`${name}--dirty`]: isDirty.value,
|
6984
|
-
[`${name}--disabled`]: isDisabled.value,
|
6985
|
-
[`${name}--readonly`]: isReadonly.value
|
6985
|
+
[`${name}--disabled`]: form.isDisabled.value,
|
6986
|
+
[`${name}--readonly`]: form.isReadonly.value
|
6986
6987
|
};
|
6987
6988
|
});
|
6988
6989
|
const vm = getCurrentInstance('validation');
|
6989
6990
|
const uid = computed(() => props.name ?? unref(id));
|
6990
6991
|
onBeforeMount(() => {
|
6991
|
-
form?.
|
6992
|
+
form.register?.({
|
6992
6993
|
id: uid.value,
|
6993
6994
|
vm,
|
6994
6995
|
validate,
|
@@ -6997,13 +6998,13 @@ function useValidation(props) {
|
|
6997
6998
|
});
|
6998
6999
|
});
|
6999
7000
|
onBeforeUnmount(() => {
|
7000
|
-
form?.
|
7001
|
+
form.unregister?.(uid.value);
|
7001
7002
|
});
|
7002
7003
|
onMounted(async () => {
|
7003
7004
|
if (!validateOn.value.lazy) {
|
7004
7005
|
await validate(!validateOn.value.eager);
|
7005
7006
|
}
|
7006
|
-
form?.
|
7007
|
+
form.update?.(uid.value, isValid.value, errorMessages.value);
|
7007
7008
|
});
|
7008
7009
|
useToggleScope(() => validateOn.value.input || validateOn.value.invalidInput && isValid.value === false, () => {
|
7009
7010
|
watch(validationModel, () => {
|
@@ -7023,7 +7024,7 @@ function useValidation(props) {
|
|
7023
7024
|
});
|
7024
7025
|
});
|
7025
7026
|
watch([isValid, errorMessages], () => {
|
7026
|
-
form?.
|
7027
|
+
form.update?.(uid.value, isValid.value, errorMessages.value);
|
7027
7028
|
});
|
7028
7029
|
async function reset() {
|
7029
7030
|
model.value = null;
|
@@ -7064,8 +7065,8 @@ function useValidation(props) {
|
|
7064
7065
|
return {
|
7065
7066
|
errorMessages,
|
7066
7067
|
isDirty,
|
7067
|
-
isDisabled,
|
7068
|
-
isReadonly,
|
7068
|
+
isDisabled: form.isDisabled,
|
7069
|
+
isReadonly: form.isReadonly,
|
7069
7070
|
isPristine,
|
7070
7071
|
isValid,
|
7071
7072
|
isValidating,
|
@@ -8068,7 +8069,7 @@ const makeVChipProps = propsFactory({
|
|
8068
8069
|
draggable: Boolean,
|
8069
8070
|
filter: Boolean,
|
8070
8071
|
filterIcon: {
|
8071
|
-
type:
|
8072
|
+
type: IconValue,
|
8072
8073
|
default: '$complete'
|
8073
8074
|
},
|
8074
8075
|
label: Boolean,
|
@@ -8191,7 +8192,8 @@ const VChip = genericComponent()({
|
|
8191
8192
|
'v-chip--label': props.label,
|
8192
8193
|
'v-chip--link': isClickable.value,
|
8193
8194
|
'v-chip--filter': hasFilter,
|
8194
|
-
'v-chip--pill': props.pill
|
8195
|
+
'v-chip--pill': props.pill,
|
8196
|
+
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
8195
8197
|
}, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
8196
8198
|
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
8197
8199
|
"disabled": props.disabled || undefined,
|
@@ -9165,7 +9167,8 @@ const VListItem = genericComponent()({
|
|
9165
9167
|
const list = useList();
|
9166
9168
|
const isActive = computed(() => props.active !== false && (props.active || link.isActive?.value || (root.activatable.value ? isActivated.value : isSelected.value)));
|
9167
9169
|
const isLink = computed(() => props.link !== false && link.isLink.value);
|
9168
|
-
const
|
9170
|
+
const isSelectable = computed(() => !!list && (root.selectable.value || root.activatable.value || props.value != null));
|
9171
|
+
const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || isSelectable.value));
|
9169
9172
|
const roundedProps = computed(() => props.rounded || props.nav);
|
9170
9173
|
const color = computed(() => props.color ?? props.activeColor);
|
9171
9174
|
const variantProps = computed(() => ({
|
@@ -9256,7 +9259,7 @@ const VListItem = genericComponent()({
|
|
9256
9259
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
9257
9260
|
"style": [colorStyles.value, dimensionStyles.value, props.style],
|
9258
9261
|
"tabindex": isClickable.value ? list ? -2 : 0 : undefined,
|
9259
|
-
"aria-selected": root.activatable.value ? isActivated.value : isSelected.value,
|
9262
|
+
"aria-selected": isSelectable.value ? root.activatable.value ? isActivated.value : root.selectable.value ? isSelected.value : isActive.value : undefined,
|
9260
9263
|
"onClick": onClick,
|
9261
9264
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9262
9265
|
}, link.linkProps), {
|
@@ -9673,8 +9676,8 @@ const makeVListProps = propsFactory({
|
|
9673
9676
|
activeClass: String,
|
9674
9677
|
bgColor: String,
|
9675
9678
|
disabled: Boolean,
|
9676
|
-
expandIcon:
|
9677
|
-
collapseIcon:
|
9679
|
+
expandIcon: IconValue,
|
9680
|
+
collapseIcon: IconValue,
|
9678
9681
|
lines: {
|
9679
9682
|
type: [Boolean, String],
|
9680
9683
|
default: 'one'
|
@@ -11848,7 +11851,8 @@ const VField = genericComponent()({
|
|
11848
11851
|
"style": textColorStyles.value
|
11849
11852
|
}, {
|
11850
11853
|
default: () => [label()]
|
11851
|
-
}), createVNode(VFieldLabel, {
|
11854
|
+
}), hasLabel.value && createVNode(VFieldLabel, {
|
11855
|
+
"key": "label",
|
11852
11856
|
"ref": labelRef,
|
11853
11857
|
"for": id.value
|
11854
11858
|
}, {
|
@@ -12373,7 +12377,7 @@ function useVirtual(props, items) {
|
|
12373
12377
|
updateOffsets.immediate();
|
12374
12378
|
calculateVisibleItems();
|
12375
12379
|
}, {
|
12376
|
-
deep:
|
12380
|
+
deep: true
|
12377
12381
|
});
|
12378
12382
|
return {
|
12379
12383
|
calculateVisibleItems,
|
@@ -12674,7 +12678,7 @@ const VSelect = genericComponent()({
|
|
12674
12678
|
const counterValue = computed(() => {
|
12675
12679
|
return typeof props.counterValue === 'function' ? props.counterValue(model.value) : typeof props.counterValue === 'number' ? props.counterValue : model.value.length;
|
12676
12680
|
});
|
12677
|
-
const form = useForm();
|
12681
|
+
const form = useForm(props);
|
12678
12682
|
const selectedValues = computed(() => model.value.map(selection => selection.value));
|
12679
12683
|
const isFocused = shallowRef(false);
|
12680
12684
|
const label = computed(() => menu.value ? props.closeText : props.openText);
|
@@ -12686,7 +12690,7 @@ const VSelect = genericComponent()({
|
|
12686
12690
|
}
|
12687
12691
|
return items.value;
|
12688
12692
|
});
|
12689
|
-
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length ||
|
12693
|
+
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
12690
12694
|
const computedMenuProps = computed(() => {
|
12691
12695
|
return {
|
12692
12696
|
...props.menuProps,
|
@@ -12713,7 +12717,7 @@ const VSelect = genericComponent()({
|
|
12713
12717
|
}
|
12714
12718
|
}
|
12715
12719
|
function onKeydown(e) {
|
12716
|
-
if (!e.key ||
|
12720
|
+
if (!e.key || form.isReadonly.value) return;
|
12717
12721
|
if (['Enter', ' ', 'ArrowDown', 'ArrowUp', 'Home', 'End'].includes(e.key)) {
|
12718
12722
|
e.preventDefault();
|
12719
12723
|
}
|
@@ -13191,7 +13195,7 @@ const VAutocomplete = genericComponent()({
|
|
13191
13195
|
const counterValue = computed(() => {
|
13192
13196
|
return typeof props.counterValue === 'function' ? props.counterValue(model.value) : typeof props.counterValue === 'number' ? props.counterValue : model.value.length;
|
13193
13197
|
});
|
13194
|
-
const form = useForm();
|
13198
|
+
const form = useForm(props);
|
13195
13199
|
const {
|
13196
13200
|
filteredItems,
|
13197
13201
|
getMatches
|
@@ -13209,7 +13213,7 @@ const VAutocomplete = genericComponent()({
|
|
13209
13213
|
const selectFirst = props.autoSelectFirst === true || props.autoSelectFirst === 'exact' && search.value === displayItems.value[0]?.title;
|
13210
13214
|
return selectFirst && displayItems.value.length > 0 && !isPristine.value && !listHasFocus.value;
|
13211
13215
|
});
|
13212
|
-
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length ||
|
13216
|
+
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
13213
13217
|
const listRef = ref();
|
13214
13218
|
const listEvents = useScrolling(listRef, vTextFieldRef);
|
13215
13219
|
function onClear(e) {
|
@@ -13236,7 +13240,7 @@ const VAutocomplete = genericComponent()({
|
|
13236
13240
|
}
|
13237
13241
|
}
|
13238
13242
|
function onKeydown(e) {
|
13239
|
-
if (
|
13243
|
+
if (form.isReadonly.value) return;
|
13240
13244
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
13241
13245
|
const length = model.value.length;
|
13242
13246
|
if (selectionIndex.value > -1 || ['Enter', 'ArrowDown', 'ArrowUp'].includes(e.key)) {
|
@@ -13413,7 +13417,7 @@ const VAutocomplete = genericComponent()({
|
|
13413
13417
|
'v-autocomplete--selecting-index': selectionIndex.value > -1
|
13414
13418
|
}, props.class],
|
13415
13419
|
"style": props.style,
|
13416
|
-
"readonly":
|
13420
|
+
"readonly": form.isReadonly.value,
|
13417
13421
|
"placeholder": isDirty ? undefined : props.placeholder,
|
13418
13422
|
"onClick:clear": onClear,
|
13419
13423
|
"onMousedown:control": onMousedownControl,
|
@@ -17032,7 +17036,7 @@ const VCombobox = genericComponent()({
|
|
17032
17036
|
const transformed = transformOut(v);
|
17033
17037
|
return props.multiple ? transformed : transformed[0] ?? null;
|
17034
17038
|
});
|
17035
|
-
const form = useForm();
|
17039
|
+
const form = useForm(props);
|
17036
17040
|
const hasChips = computed(() => !!(props.chips || slots.chip));
|
17037
17041
|
const hasSelectionSlot = computed(() => hasChips.value || !!slots.selection);
|
17038
17042
|
const _search = shallowRef(!props.multiple && !hasSelectionSlot.value ? model.value[0]?.title ?? '' : '');
|
@@ -17092,7 +17096,7 @@ const VCombobox = genericComponent()({
|
|
17092
17096
|
const selectFirst = props.autoSelectFirst === true || props.autoSelectFirst === 'exact' && search.value === displayItems.value[0]?.title;
|
17093
17097
|
return selectFirst && displayItems.value.length > 0 && !isPristine.value && !listHasFocus.value;
|
17094
17098
|
});
|
17095
|
-
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length ||
|
17099
|
+
const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
17096
17100
|
const listRef = ref();
|
17097
17101
|
const listEvents = useScrolling(listRef, vTextFieldRef);
|
17098
17102
|
function onClear(e) {
|
@@ -17120,7 +17124,7 @@ const VCombobox = genericComponent()({
|
|
17120
17124
|
}
|
17121
17125
|
// eslint-disable-next-line complexity
|
17122
17126
|
function onKeydown(e) {
|
17123
|
-
if (isComposingIgnoreKey(e) ||
|
17127
|
+
if (isComposingIgnoreKey(e) || form.isReadonly.value) return;
|
17124
17128
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
17125
17129
|
const length = model.value.length;
|
17126
17130
|
if (selectionIndex.value > -1 || ['Enter', 'ArrowDown', 'ArrowUp'].includes(e.key)) {
|
@@ -17292,7 +17296,7 @@ const VCombobox = genericComponent()({
|
|
17292
17296
|
[`v-combobox--${props.multiple ? 'multiple' : 'single'}`]: true
|
17293
17297
|
}, props.class],
|
17294
17298
|
"style": props.style,
|
17295
|
-
"readonly":
|
17299
|
+
"readonly": form.isReadonly.value,
|
17296
17300
|
"placeholder": isDirty ? undefined : props.placeholder,
|
17297
17301
|
"onClick:clear": onClear,
|
17298
17302
|
"onMousedown:control": onMousedownControl,
|
@@ -18336,21 +18340,23 @@ const VConfirmEdit = genericComponent()({
|
|
18336
18340
|
internalModel.value = structuredClone(toRaw(model.value));
|
18337
18341
|
emit('cancel');
|
18338
18342
|
}
|
18339
|
-
|
18340
|
-
|
18341
|
-
const actions = createVNode(Fragment, null, [createVNode(VBtn, {
|
18343
|
+
function actions(actionsProps) {
|
18344
|
+
return createVNode(Fragment, null, [createVNode(VBtn, mergeProps({
|
18342
18345
|
"disabled": isPristine.value,
|
18343
18346
|
"variant": "text",
|
18344
18347
|
"color": props.color,
|
18345
18348
|
"onClick": cancel,
|
18346
18349
|
"text": t(props.cancelText)
|
18347
|
-
}, null), createVNode(VBtn, {
|
18350
|
+
}, actionsProps), null), createVNode(VBtn, mergeProps({
|
18348
18351
|
"disabled": isPristine.value,
|
18349
18352
|
"variant": "text",
|
18350
18353
|
"color": props.color,
|
18351
18354
|
"onClick": save,
|
18352
18355
|
"text": t(props.okText)
|
18353
|
-
}, null)]);
|
18356
|
+
}, actionsProps), null)]);
|
18357
|
+
}
|
18358
|
+
let actionsUsed = false;
|
18359
|
+
useRender(() => {
|
18354
18360
|
return createVNode(Fragment, null, [slots.default?.({
|
18355
18361
|
model: internalModel,
|
18356
18362
|
save,
|
@@ -18360,7 +18366,7 @@ const VConfirmEdit = genericComponent()({
|
|
18360
18366
|
actionsUsed = true;
|
18361
18367
|
return actions;
|
18362
18368
|
}
|
18363
|
-
}), !actionsUsed && actions]);
|
18369
|
+
}), !actionsUsed && actions()]);
|
18364
18370
|
});
|
18365
18371
|
return {
|
18366
18372
|
save,
|
@@ -21650,7 +21656,7 @@ const VDatePickerControls = genericComponent()({
|
|
21650
21656
|
// Types
|
21651
21657
|
|
21652
21658
|
const makeVDatePickerHeaderProps = propsFactory({
|
21653
|
-
appendIcon:
|
21659
|
+
appendIcon: IconValue,
|
21654
21660
|
color: String,
|
21655
21661
|
header: String,
|
21656
21662
|
transition: String,
|
@@ -25756,8 +25762,6 @@ const makeLineProps = propsFactory({
|
|
25756
25762
|
}
|
25757
25763
|
}, 'Line');
|
25758
25764
|
|
25759
|
-
// Utilities
|
25760
|
-
|
25761
25765
|
// Types
|
25762
25766
|
|
25763
25767
|
const makeVBarlineProps = propsFactory({
|
@@ -25954,8 +25958,6 @@ function moveTo(to, from, radius) {
|
|
25954
25958
|
};
|
25955
25959
|
}
|
25956
25960
|
|
25957
|
-
// Utilities
|
25958
|
-
|
25959
25961
|
// Types
|
25960
25962
|
|
25961
25963
|
const makeVTrendlineProps = propsFactory({
|
@@ -26306,20 +26308,20 @@ const makeStepperItemProps = propsFactory({
|
|
26306
26308
|
subtitle: String,
|
26307
26309
|
complete: Boolean,
|
26308
26310
|
completeIcon: {
|
26309
|
-
type:
|
26311
|
+
type: IconValue,
|
26310
26312
|
default: '$complete'
|
26311
26313
|
},
|
26312
26314
|
editable: Boolean,
|
26313
26315
|
editIcon: {
|
26314
|
-
type:
|
26316
|
+
type: IconValue,
|
26315
26317
|
default: '$edit'
|
26316
26318
|
},
|
26317
26319
|
error: Boolean,
|
26318
26320
|
errorIcon: {
|
26319
|
-
type:
|
26321
|
+
type: IconValue,
|
26320
26322
|
default: '$error'
|
26321
26323
|
},
|
26322
|
-
icon:
|
26324
|
+
icon: IconValue,
|
26323
26325
|
ripple: {
|
26324
26326
|
type: [Boolean, Object],
|
26325
26327
|
default: true
|
@@ -26480,10 +26482,10 @@ const VStepperWindowItem = genericComponent()({
|
|
26480
26482
|
const makeStepperProps = propsFactory({
|
26481
26483
|
altLabels: Boolean,
|
26482
26484
|
bgColor: String,
|
26483
|
-
completeIcon:
|
26484
|
-
editIcon:
|
26485
|
+
completeIcon: IconValue,
|
26486
|
+
editIcon: IconValue,
|
26485
26487
|
editable: Boolean,
|
26486
|
-
errorIcon:
|
26488
|
+
errorIcon: IconValue,
|
26487
26489
|
hideActions: Boolean,
|
26488
26490
|
items: {
|
26489
26491
|
type: Array,
|
@@ -28260,7 +28262,7 @@ function createVuetify$1() {
|
|
28260
28262
|
goTo
|
28261
28263
|
};
|
28262
28264
|
}
|
28263
|
-
const version$1 = "3.7.
|
28265
|
+
const version$1 = "3.7.5-master.2024-12-03";
|
28264
28266
|
createVuetify$1.version = version$1;
|
28265
28267
|
|
28266
28268
|
// Vue's inject() can only be used in setup
|
@@ -28285,7 +28287,7 @@ const createVuetify = function () {
|
|
28285
28287
|
...options
|
28286
28288
|
});
|
28287
28289
|
};
|
28288
|
-
const version = "3.7.
|
28290
|
+
const version = "3.7.5-master.2024-12-03";
|
28289
28291
|
createVuetify.version = version;
|
28290
28292
|
|
28291
28293
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|