@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-labs.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
|
*/
|
@@ -2431,15 +2431,15 @@
|
|
2431
2431
|
const colors = new Set(Object.values(computedThemes.value).flatMap(theme => Object.keys(theme.colors)));
|
2432
2432
|
for (const key of colors) {
|
2433
2433
|
if (/^on-[a-z]/.test(key)) {
|
2434
|
-
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2434
|
+
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2435
2435
|
} else {
|
2436
|
-
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}))`]);
|
2437
|
-
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2436
|
+
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`]);
|
2437
|
+
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2438
2438
|
createCssClass(fgLines, `.border-${key}`, [`--v-border-color: var(--v-theme-${key})`]);
|
2439
2439
|
}
|
2440
2440
|
}
|
2441
2441
|
lines.push(...bgLines, ...fgLines);
|
2442
|
-
return
|
2442
|
+
return lines.map((str, i) => i === 0 ? str : ` ${str}`).join('');
|
2443
2443
|
});
|
2444
2444
|
function getHead() {
|
2445
2445
|
return {
|
@@ -2809,8 +2809,6 @@
|
|
2809
2809
|
}
|
2810
2810
|
}
|
2811
2811
|
|
2812
|
-
// Utilities
|
2813
|
-
|
2814
2812
|
// Types
|
2815
2813
|
|
2816
2814
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -6674,8 +6672,13 @@
|
|
6674
6672
|
resetValidation
|
6675
6673
|
};
|
6676
6674
|
}
|
6677
|
-
function useForm() {
|
6678
|
-
|
6675
|
+
function useForm(props) {
|
6676
|
+
const form = vue.inject(FormKey, null);
|
6677
|
+
return {
|
6678
|
+
...form,
|
6679
|
+
isReadonly: vue.computed(() => !!(props?.readonly ?? form?.isReadonly.value)),
|
6680
|
+
isDisabled: vue.computed(() => !!(props?.disabled ?? form?.isDisabled.value))
|
6681
|
+
};
|
6679
6682
|
}
|
6680
6683
|
|
6681
6684
|
// Composables
|
@@ -6716,17 +6719,15 @@
|
|
6716
6719
|
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : getUid();
|
6717
6720
|
const model = useProxiedModel(props, 'modelValue');
|
6718
6721
|
const validationModel = vue.computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6719
|
-
const form = useForm();
|
6722
|
+
const form = useForm(props);
|
6720
6723
|
const internalErrorMessages = vue.ref([]);
|
6721
6724
|
const isPristine = vue.shallowRef(true);
|
6722
6725
|
const isDirty = vue.computed(() => !!(wrapInArray(model.value === '' ? null : model.value).length || wrapInArray(validationModel.value === '' ? null : validationModel.value).length));
|
6723
|
-
const isDisabled = vue.computed(() => !!(props.disabled ?? form?.isDisabled.value));
|
6724
|
-
const isReadonly = vue.computed(() => !!(props.readonly ?? form?.isReadonly.value));
|
6725
6726
|
const errorMessages = vue.computed(() => {
|
6726
6727
|
return props.errorMessages?.length ? wrapInArray(props.errorMessages).concat(internalErrorMessages.value).slice(0, Math.max(0, +props.maxErrors)) : internalErrorMessages.value;
|
6727
6728
|
});
|
6728
6729
|
const validateOn = vue.computed(() => {
|
6729
|
-
let value = (props.validateOn ?? form?.
|
6730
|
+
let value = (props.validateOn ?? form.validateOn?.value) || 'input';
|
6730
6731
|
if (value === 'lazy') value = 'input lazy';
|
6731
6732
|
if (value === 'eager') value = 'input eager';
|
6732
6733
|
const set = new Set(value?.split(' ') ?? []);
|
@@ -6752,14 +6753,14 @@
|
|
6752
6753
|
return {
|
6753
6754
|
[`${name}--error`]: isValid.value === false,
|
6754
6755
|
[`${name}--dirty`]: isDirty.value,
|
6755
|
-
[`${name}--disabled`]: isDisabled.value,
|
6756
|
-
[`${name}--readonly`]: isReadonly.value
|
6756
|
+
[`${name}--disabled`]: form.isDisabled.value,
|
6757
|
+
[`${name}--readonly`]: form.isReadonly.value
|
6757
6758
|
};
|
6758
6759
|
});
|
6759
6760
|
const vm = getCurrentInstance('validation');
|
6760
6761
|
const uid = vue.computed(() => props.name ?? vue.unref(id));
|
6761
6762
|
vue.onBeforeMount(() => {
|
6762
|
-
form?.
|
6763
|
+
form.register?.({
|
6763
6764
|
id: uid.value,
|
6764
6765
|
vm,
|
6765
6766
|
validate,
|
@@ -6768,13 +6769,13 @@
|
|
6768
6769
|
});
|
6769
6770
|
});
|
6770
6771
|
vue.onBeforeUnmount(() => {
|
6771
|
-
form?.
|
6772
|
+
form.unregister?.(uid.value);
|
6772
6773
|
});
|
6773
6774
|
vue.onMounted(async () => {
|
6774
6775
|
if (!validateOn.value.lazy) {
|
6775
6776
|
await validate(!validateOn.value.eager);
|
6776
6777
|
}
|
6777
|
-
form?.
|
6778
|
+
form.update?.(uid.value, isValid.value, errorMessages.value);
|
6778
6779
|
});
|
6779
6780
|
useToggleScope(() => validateOn.value.input || validateOn.value.invalidInput && isValid.value === false, () => {
|
6780
6781
|
vue.watch(validationModel, () => {
|
@@ -6794,7 +6795,7 @@
|
|
6794
6795
|
});
|
6795
6796
|
});
|
6796
6797
|
vue.watch([isValid, errorMessages], () => {
|
6797
|
-
form?.
|
6798
|
+
form.update?.(uid.value, isValid.value, errorMessages.value);
|
6798
6799
|
});
|
6799
6800
|
async function reset() {
|
6800
6801
|
model.value = null;
|
@@ -6835,8 +6836,8 @@
|
|
6835
6836
|
return {
|
6836
6837
|
errorMessages,
|
6837
6838
|
isDirty,
|
6838
|
-
isDisabled,
|
6839
|
-
isReadonly,
|
6839
|
+
isDisabled: form.isDisabled,
|
6840
|
+
isReadonly: form.isReadonly,
|
6840
6841
|
isPristine,
|
6841
6842
|
isValid,
|
6842
6843
|
isValidating,
|
@@ -7839,7 +7840,7 @@
|
|
7839
7840
|
draggable: Boolean,
|
7840
7841
|
filter: Boolean,
|
7841
7842
|
filterIcon: {
|
7842
|
-
type:
|
7843
|
+
type: IconValue,
|
7843
7844
|
default: '$complete'
|
7844
7845
|
},
|
7845
7846
|
label: Boolean,
|
@@ -7962,7 +7963,8 @@
|
|
7962
7963
|
'v-chip--label': props.label,
|
7963
7964
|
'v-chip--link': isClickable.value,
|
7964
7965
|
'v-chip--filter': hasFilter,
|
7965
|
-
'v-chip--pill': props.pill
|
7966
|
+
'v-chip--pill': props.pill,
|
7967
|
+
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
7966
7968
|
}, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
7967
7969
|
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
7968
7970
|
"disabled": props.disabled || undefined,
|
@@ -8936,7 +8938,8 @@
|
|
8936
8938
|
const list = useList();
|
8937
8939
|
const isActive = vue.computed(() => props.active !== false && (props.active || link.isActive?.value || (root.activatable.value ? isActivated.value : isSelected.value)));
|
8938
8940
|
const isLink = vue.computed(() => props.link !== false && link.isLink.value);
|
8939
|
-
const
|
8941
|
+
const isSelectable = vue.computed(() => !!list && (root.selectable.value || root.activatable.value || props.value != null));
|
8942
|
+
const isClickable = vue.computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || isSelectable.value));
|
8940
8943
|
const roundedProps = vue.computed(() => props.rounded || props.nav);
|
8941
8944
|
const color = vue.computed(() => props.color ?? props.activeColor);
|
8942
8945
|
const variantProps = vue.computed(() => ({
|
@@ -9027,7 +9030,7 @@
|
|
9027
9030
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
9028
9031
|
"style": [colorStyles.value, dimensionStyles.value, props.style],
|
9029
9032
|
"tabindex": isClickable.value ? list ? -2 : 0 : undefined,
|
9030
|
-
"aria-selected": root.activatable.value ? isActivated.value : isSelected.value,
|
9033
|
+
"aria-selected": isSelectable.value ? root.activatable.value ? isActivated.value : root.selectable.value ? isSelected.value : isActive.value : undefined,
|
9031
9034
|
"onClick": onClick,
|
9032
9035
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9033
9036
|
}, link.linkProps), {
|
@@ -9444,8 +9447,8 @@
|
|
9444
9447
|
activeClass: String,
|
9445
9448
|
bgColor: String,
|
9446
9449
|
disabled: Boolean,
|
9447
|
-
expandIcon:
|
9448
|
-
collapseIcon:
|
9450
|
+
expandIcon: IconValue,
|
9451
|
+
collapseIcon: IconValue,
|
9449
9452
|
lines: {
|
9450
9453
|
type: [Boolean, String],
|
9451
9454
|
default: 'one'
|
@@ -11619,7 +11622,8 @@
|
|
11619
11622
|
"style": textColorStyles.value
|
11620
11623
|
}, {
|
11621
11624
|
default: () => [label()]
|
11622
|
-
}), vue.createVNode(VFieldLabel, {
|
11625
|
+
}), hasLabel.value && vue.createVNode(VFieldLabel, {
|
11626
|
+
"key": "label",
|
11623
11627
|
"ref": labelRef,
|
11624
11628
|
"for": id.value
|
11625
11629
|
}, {
|
@@ -12144,7 +12148,7 @@
|
|
12144
12148
|
updateOffsets.immediate();
|
12145
12149
|
calculateVisibleItems();
|
12146
12150
|
}, {
|
12147
|
-
deep:
|
12151
|
+
deep: true
|
12148
12152
|
});
|
12149
12153
|
return {
|
12150
12154
|
calculateVisibleItems,
|
@@ -12445,7 +12449,7 @@
|
|
12445
12449
|
const counterValue = vue.computed(() => {
|
12446
12450
|
return typeof props.counterValue === 'function' ? props.counterValue(model.value) : typeof props.counterValue === 'number' ? props.counterValue : model.value.length;
|
12447
12451
|
});
|
12448
|
-
const form = useForm();
|
12452
|
+
const form = useForm(props);
|
12449
12453
|
const selectedValues = vue.computed(() => model.value.map(selection => selection.value));
|
12450
12454
|
const isFocused = vue.shallowRef(false);
|
12451
12455
|
const label = vue.computed(() => menu.value ? props.closeText : props.openText);
|
@@ -12457,7 +12461,7 @@
|
|
12457
12461
|
}
|
12458
12462
|
return items.value;
|
12459
12463
|
});
|
12460
|
-
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length ||
|
12464
|
+
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
12461
12465
|
const computedMenuProps = vue.computed(() => {
|
12462
12466
|
return {
|
12463
12467
|
...props.menuProps,
|
@@ -12484,7 +12488,7 @@
|
|
12484
12488
|
}
|
12485
12489
|
}
|
12486
12490
|
function onKeydown(e) {
|
12487
|
-
if (!e.key ||
|
12491
|
+
if (!e.key || form.isReadonly.value) return;
|
12488
12492
|
if (['Enter', ' ', 'ArrowDown', 'ArrowUp', 'Home', 'End'].includes(e.key)) {
|
12489
12493
|
e.preventDefault();
|
12490
12494
|
}
|
@@ -12962,7 +12966,7 @@
|
|
12962
12966
|
const counterValue = vue.computed(() => {
|
12963
12967
|
return typeof props.counterValue === 'function' ? props.counterValue(model.value) : typeof props.counterValue === 'number' ? props.counterValue : model.value.length;
|
12964
12968
|
});
|
12965
|
-
const form = useForm();
|
12969
|
+
const form = useForm(props);
|
12966
12970
|
const {
|
12967
12971
|
filteredItems,
|
12968
12972
|
getMatches
|
@@ -12980,7 +12984,7 @@
|
|
12980
12984
|
const selectFirst = props.autoSelectFirst === true || props.autoSelectFirst === 'exact' && search.value === displayItems.value[0]?.title;
|
12981
12985
|
return selectFirst && displayItems.value.length > 0 && !isPristine.value && !listHasFocus.value;
|
12982
12986
|
});
|
12983
|
-
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length ||
|
12987
|
+
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
12984
12988
|
const listRef = vue.ref();
|
12985
12989
|
const listEvents = useScrolling(listRef, vTextFieldRef);
|
12986
12990
|
function onClear(e) {
|
@@ -13007,7 +13011,7 @@
|
|
13007
13011
|
}
|
13008
13012
|
}
|
13009
13013
|
function onKeydown(e) {
|
13010
|
-
if (
|
13014
|
+
if (form.isReadonly.value) return;
|
13011
13015
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
13012
13016
|
const length = model.value.length;
|
13013
13017
|
if (selectionIndex.value > -1 || ['Enter', 'ArrowDown', 'ArrowUp'].includes(e.key)) {
|
@@ -13184,7 +13188,7 @@
|
|
13184
13188
|
'v-autocomplete--selecting-index': selectionIndex.value > -1
|
13185
13189
|
}, props.class],
|
13186
13190
|
"style": props.style,
|
13187
|
-
"readonly":
|
13191
|
+
"readonly": form.isReadonly.value,
|
13188
13192
|
"placeholder": isDirty ? undefined : props.placeholder,
|
13189
13193
|
"onClick:clear": onClear,
|
13190
13194
|
"onMousedown:control": onMousedownControl,
|
@@ -16803,7 +16807,7 @@
|
|
16803
16807
|
const transformed = transformOut(v);
|
16804
16808
|
return props.multiple ? transformed : transformed[0] ?? null;
|
16805
16809
|
});
|
16806
|
-
const form = useForm();
|
16810
|
+
const form = useForm(props);
|
16807
16811
|
const hasChips = vue.computed(() => !!(props.chips || slots.chip));
|
16808
16812
|
const hasSelectionSlot = vue.computed(() => hasChips.value || !!slots.selection);
|
16809
16813
|
const _search = vue.shallowRef(!props.multiple && !hasSelectionSlot.value ? model.value[0]?.title ?? '' : '');
|
@@ -16863,7 +16867,7 @@
|
|
16863
16867
|
const selectFirst = props.autoSelectFirst === true || props.autoSelectFirst === 'exact' && search.value === displayItems.value[0]?.title;
|
16864
16868
|
return selectFirst && displayItems.value.length > 0 && !isPristine.value && !listHasFocus.value;
|
16865
16869
|
});
|
16866
|
-
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length ||
|
16870
|
+
const menuDisabled = vue.computed(() => props.hideNoData && !displayItems.value.length || form.isReadonly.value || form.isDisabled.value);
|
16867
16871
|
const listRef = vue.ref();
|
16868
16872
|
const listEvents = useScrolling(listRef, vTextFieldRef);
|
16869
16873
|
function onClear(e) {
|
@@ -16891,7 +16895,7 @@
|
|
16891
16895
|
}
|
16892
16896
|
// eslint-disable-next-line complexity
|
16893
16897
|
function onKeydown(e) {
|
16894
|
-
if (isComposingIgnoreKey(e) ||
|
16898
|
+
if (isComposingIgnoreKey(e) || form.isReadonly.value) return;
|
16895
16899
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
16896
16900
|
const length = model.value.length;
|
16897
16901
|
if (selectionIndex.value > -1 || ['Enter', 'ArrowDown', 'ArrowUp'].includes(e.key)) {
|
@@ -17063,7 +17067,7 @@
|
|
17063
17067
|
[`v-combobox--${props.multiple ? 'multiple' : 'single'}`]: true
|
17064
17068
|
}, props.class],
|
17065
17069
|
"style": props.style,
|
17066
|
-
"readonly":
|
17070
|
+
"readonly": form.isReadonly.value,
|
17067
17071
|
"placeholder": isDirty ? undefined : props.placeholder,
|
17068
17072
|
"onClick:clear": onClear,
|
17069
17073
|
"onMousedown:control": onMousedownControl,
|
@@ -18107,21 +18111,23 @@
|
|
18107
18111
|
internalModel.value = structuredClone(vue.toRaw(model.value));
|
18108
18112
|
emit('cancel');
|
18109
18113
|
}
|
18110
|
-
|
18111
|
-
|
18112
|
-
const actions = vue.createVNode(vue.Fragment, null, [vue.createVNode(VBtn, {
|
18114
|
+
function actions(actionsProps) {
|
18115
|
+
return vue.createVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
|
18113
18116
|
"disabled": isPristine.value,
|
18114
18117
|
"variant": "text",
|
18115
18118
|
"color": props.color,
|
18116
18119
|
"onClick": cancel,
|
18117
18120
|
"text": t(props.cancelText)
|
18118
|
-
}, null), vue.createVNode(VBtn, {
|
18121
|
+
}, actionsProps), null), vue.createVNode(VBtn, vue.mergeProps({
|
18119
18122
|
"disabled": isPristine.value,
|
18120
18123
|
"variant": "text",
|
18121
18124
|
"color": props.color,
|
18122
18125
|
"onClick": save,
|
18123
18126
|
"text": t(props.okText)
|
18124
|
-
}, null)]);
|
18127
|
+
}, actionsProps), null)]);
|
18128
|
+
}
|
18129
|
+
let actionsUsed = false;
|
18130
|
+
useRender(() => {
|
18125
18131
|
return vue.createVNode(vue.Fragment, null, [slots.default?.({
|
18126
18132
|
model: internalModel,
|
18127
18133
|
save,
|
@@ -18131,7 +18137,7 @@
|
|
18131
18137
|
actionsUsed = true;
|
18132
18138
|
return actions;
|
18133
18139
|
}
|
18134
|
-
}), !actionsUsed && actions]);
|
18140
|
+
}), !actionsUsed && actions()]);
|
18135
18141
|
});
|
18136
18142
|
return {
|
18137
18143
|
save,
|
@@ -21421,7 +21427,7 @@
|
|
21421
21427
|
// Types
|
21422
21428
|
|
21423
21429
|
const makeVDatePickerHeaderProps = propsFactory({
|
21424
|
-
appendIcon:
|
21430
|
+
appendIcon: IconValue,
|
21425
21431
|
color: String,
|
21426
21432
|
header: String,
|
21427
21433
|
transition: String,
|
@@ -25527,8 +25533,6 @@
|
|
25527
25533
|
}
|
25528
25534
|
}, 'Line');
|
25529
25535
|
|
25530
|
-
// Utilities
|
25531
|
-
|
25532
25536
|
// Types
|
25533
25537
|
|
25534
25538
|
const makeVBarlineProps = propsFactory({
|
@@ -25725,8 +25729,6 @@
|
|
25725
25729
|
};
|
25726
25730
|
}
|
25727
25731
|
|
25728
|
-
// Utilities
|
25729
|
-
|
25730
25732
|
// Types
|
25731
25733
|
|
25732
25734
|
const makeVTrendlineProps = propsFactory({
|
@@ -26077,20 +26079,20 @@
|
|
26077
26079
|
subtitle: String,
|
26078
26080
|
complete: Boolean,
|
26079
26081
|
completeIcon: {
|
26080
|
-
type:
|
26082
|
+
type: IconValue,
|
26081
26083
|
default: '$complete'
|
26082
26084
|
},
|
26083
26085
|
editable: Boolean,
|
26084
26086
|
editIcon: {
|
26085
|
-
type:
|
26087
|
+
type: IconValue,
|
26086
26088
|
default: '$edit'
|
26087
26089
|
},
|
26088
26090
|
error: Boolean,
|
26089
26091
|
errorIcon: {
|
26090
|
-
type:
|
26092
|
+
type: IconValue,
|
26091
26093
|
default: '$error'
|
26092
26094
|
},
|
26093
|
-
icon:
|
26095
|
+
icon: IconValue,
|
26094
26096
|
ripple: {
|
26095
26097
|
type: [Boolean, Object],
|
26096
26098
|
default: true
|
@@ -26251,10 +26253,10 @@
|
|
26251
26253
|
const makeStepperProps = propsFactory({
|
26252
26254
|
altLabels: Boolean,
|
26253
26255
|
bgColor: String,
|
26254
|
-
completeIcon:
|
26255
|
-
editIcon:
|
26256
|
+
completeIcon: IconValue,
|
26257
|
+
editIcon: IconValue,
|
26256
26258
|
editable: Boolean,
|
26257
|
-
errorIcon:
|
26259
|
+
errorIcon: IconValue,
|
26258
26260
|
hideActions: Boolean,
|
26259
26261
|
items: {
|
26260
26262
|
type: Array,
|
@@ -28152,7 +28154,7 @@
|
|
28152
28154
|
},
|
28153
28155
|
"onMousedown": e => e.preventDefault()
|
28154
28156
|
}), {
|
28155
|
-
actions: !props.hideActions ?
|
28157
|
+
actions: !props.hideActions ? actions : undefined
|
28156
28158
|
});
|
28157
28159
|
}
|
28158
28160
|
})]
|
@@ -28217,8 +28219,8 @@
|
|
28217
28219
|
const vTextFieldRef = vue.ref();
|
28218
28220
|
const stepDecimals = vue.computed(() => getDecimals(props.step));
|
28219
28221
|
const modelDecimals = vue.computed(() => typeof model.value === 'number' ? getDecimals(model.value) : 0);
|
28220
|
-
const form = useForm();
|
28221
|
-
const controlsDisabled = vue.computed(() =>
|
28222
|
+
const form = useForm(props);
|
28223
|
+
const controlsDisabled = vue.computed(() => form.isDisabled.value || form.isReadonly.value);
|
28222
28224
|
const canIncrease = vue.computed(() => {
|
28223
28225
|
if (controlsDisabled.value) return false;
|
28224
28226
|
return (model.value ?? 0) + props.step <= props.max;
|
@@ -28241,7 +28243,7 @@
|
|
28241
28243
|
click: onClickDown
|
28242
28244
|
}));
|
28243
28245
|
vue.onMounted(() => {
|
28244
|
-
if (!
|
28246
|
+
if (!controlsDisabled.value) {
|
28245
28247
|
clampModel();
|
28246
28248
|
}
|
28247
28249
|
});
|
@@ -28317,7 +28319,8 @@
|
|
28317
28319
|
"flat": true,
|
28318
28320
|
"key": "increment-btn",
|
28319
28321
|
"height": controlNodeDefaultHeight.value,
|
28320
|
-
"
|
28322
|
+
"data-testid": "increment",
|
28323
|
+
"aria-hidden": "true",
|
28321
28324
|
"icon": incrementIcon.value,
|
28322
28325
|
"onClick": onClickUp,
|
28323
28326
|
"onMousedown": onControlMousedown,
|
@@ -28344,7 +28347,8 @@
|
|
28344
28347
|
"flat": true,
|
28345
28348
|
"key": "decrement-btn",
|
28346
28349
|
"height": controlNodeDefaultHeight.value,
|
28347
|
-
"
|
28350
|
+
"data-testid": "decrement",
|
28351
|
+
"aria-hidden": "true",
|
28348
28352
|
"icon": decrementIcon.value,
|
28349
28353
|
"size": controlNodeSize.value,
|
28350
28354
|
"tabindex": "-1",
|
@@ -29596,9 +29600,8 @@
|
|
29596
29600
|
const vListItemRef = vue.ref();
|
29597
29601
|
const isActivatableGroupActivator = vue.computed(() => vListItemRef.value?.root.activatable.value && vListItemRef.value?.isGroupActivator);
|
29598
29602
|
const isClickable = vue.computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || props.value != null && !!vListItemRef.value?.list || isActivatableGroupActivator.value));
|
29599
|
-
function
|
29600
|
-
if (
|
29601
|
-
if (vListItemRef.value?.root.activatable.value) {
|
29603
|
+
function activateGroupActivator(e) {
|
29604
|
+
if (isClickable.value && isActivatableGroupActivator.value) {
|
29602
29605
|
vListItemRef.value?.activate(!vListItemRef.value?.isActivated, e);
|
29603
29606
|
}
|
29604
29607
|
}
|
@@ -29617,7 +29620,7 @@
|
|
29617
29620
|
'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
|
29618
29621
|
}, props.class],
|
29619
29622
|
"ripple": false,
|
29620
|
-
"onClick": props.onClick ??
|
29623
|
+
"onClick": props.onClick ?? activateGroupActivator
|
29621
29624
|
}), {
|
29622
29625
|
...slots,
|
29623
29626
|
prepend: hasPrepend ? slotProps => {
|
@@ -30407,7 +30410,7 @@
|
|
30407
30410
|
goTo
|
30408
30411
|
};
|
30409
30412
|
}
|
30410
|
-
const version$1 = "3.7.
|
30413
|
+
const version$1 = "3.7.5-master.2024-12-03";
|
30411
30414
|
createVuetify$1.version = version$1;
|
30412
30415
|
|
30413
30416
|
// Vue's inject() can only be used in setup
|
@@ -30660,7 +30663,7 @@
|
|
30660
30663
|
|
30661
30664
|
/* eslint-disable local-rules/sort-imports */
|
30662
30665
|
|
30663
|
-
const version = "3.7.
|
30666
|
+
const version = "3.7.5-master.2024-12-03";
|
30664
30667
|
|
30665
30668
|
/* eslint-disable local-rules/sort-imports */
|
30666
30669
|
|