@vuetify/nightly 3.7.3-master.2024-10-31 → 3.7.3-next.2024-11-01
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 +5540 -5588
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +1 -14
- package/dist/json/web-types.json +10273 -10361
- package/dist/vuetify-labs.css +25568 -27281
- package/dist/vuetify-labs.d.ts +2967 -13803
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.css +22401 -24117
- package/dist/vuetify.d.ts +2722 -11907
- package/dist/vuetify.esm.js +13 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +207 -215
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.css +14 -12
- 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 +12 -148
- package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.css +73 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.css +385 -408
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +4 -72
- package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.css +13 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +4 -24
- package/lib/components/VCard/VCard.css +294 -302
- 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 +24 -190
- package/lib/components/VCarousel/VCarousel.css +63 -65
- 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 +8 -86
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +4 -105
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +4 -28
- package/lib/components/VCode/VCode.css +10 -8
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.css +86 -85
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.css +189 -186
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +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 +36 -389
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.css +99 -99
- 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 +143 -389
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +16 -152
- package/lib/components/VFab/VFab.css +74 -69
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VFab/index.d.mts +9 -78
- package/lib/components/VField/VField.css +539 -579
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.css +31 -29
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/VIcon.css +51 -52
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.css +131 -142
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VItemGroup/index.d.mts +8 -65
- package/lib/components/VKbd/VKbd.css +13 -11
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.mjs +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 +439 -451
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.sass +2 -1
- 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/_variables.scss +11 -0
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.css +60 -63
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.css +54 -52
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -102
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlideGroup/index.d.mts +14 -70
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VStepper/VStepperItem.mjs +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 +24 -250
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/VTable.css +140 -141
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +59 -65
- 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 +98 -394
- package/lib/components/VTextField/VTextField.css +65 -68
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.css +47 -39
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.css +379 -418
- 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 +8 -75
- package/lib/components/VToolbar/VToolbar.css +136 -143
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.css +25 -21
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.css +73 -70
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +8 -47
- package/lib/components/index.d.mts +2950 -12135
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- 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/variant.mjs +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- 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 +57 -57
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +33 -32
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VNumberInput/VNumberInput.css +40 -38
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.css +53 -57
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- 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 +12 -227
- package/lib/labs/VTimePicker/VTimePicker.css +9 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
- package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- 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 +17 -15
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1015 -2912
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14667 -16140
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +1 -2
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +5 -4
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
@@ -90,7 +90,7 @@ type VSlideGroupSlots = {
|
|
90
90
|
next: SlideGroupSlot;
|
91
91
|
};
|
92
92
|
declare const VSlideGroup: {
|
93
|
-
new (...args: any[]): vue.
|
93
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
94
94
|
symbol: any;
|
95
95
|
direction: "horizontal" | "vertical";
|
96
96
|
style: vue.StyleValue;
|
@@ -109,33 +109,15 @@ declare const VSlideGroup: {
|
|
109
109
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
110
110
|
showArrows?: string | boolean | undefined;
|
111
111
|
} & {}, {
|
112
|
-
selected: vue.Ref<readonly number[]>;
|
112
|
+
selected: vue.Ref<readonly number[], readonly number[]>;
|
113
113
|
scrollTo: (location: "prev" | "next") => void;
|
114
|
-
scrollOffset: vue.ShallowRef<number>;
|
114
|
+
scrollOffset: vue.ShallowRef<number, number>;
|
115
115
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
116
116
|
hasPrev: vue.ComputedRef<boolean>;
|
117
117
|
hasNext: vue.ComputedRef<boolean>;
|
118
118
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
119
119
|
'update:modelValue': (value: any) => true;
|
120
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
121
|
-
symbol: any;
|
122
|
-
direction: "horizontal" | "vertical";
|
123
|
-
style: vue.StyleValue;
|
124
|
-
mobile: boolean | null;
|
125
|
-
disabled: boolean;
|
126
|
-
multiple: boolean;
|
127
|
-
tag: string;
|
128
|
-
selectedClass: string;
|
129
|
-
centerActive: boolean;
|
130
|
-
nextIcon: IconValue;
|
131
|
-
prevIcon: IconValue;
|
132
|
-
} & {
|
133
|
-
max?: number | undefined;
|
134
|
-
class?: any;
|
135
|
-
mandatory?: boolean | "force" | undefined;
|
136
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
137
|
-
showArrows?: string | boolean | undefined;
|
138
|
-
} & {}, {
|
120
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
139
121
|
symbol: any;
|
140
122
|
direction: "horizontal" | "vertical";
|
141
123
|
style: vue.StyleValue;
|
@@ -151,7 +133,7 @@ declare const VSlideGroup: {
|
|
151
133
|
default: (arg: SlideGroupSlot) => vue.VNode[];
|
152
134
|
prev: (arg: SlideGroupSlot) => vue.VNode[];
|
153
135
|
next: (arg: SlideGroupSlot) => vue.VNode[];
|
154
|
-
}>>, {
|
136
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
155
137
|
P: {};
|
156
138
|
B: {};
|
157
139
|
D: {};
|
@@ -177,9 +159,9 @@ declare const VSlideGroup: {
|
|
177
159
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
178
160
|
showArrows?: string | boolean | undefined;
|
179
161
|
} & {}, {
|
180
|
-
selected: vue.Ref<readonly number[]>;
|
162
|
+
selected: vue.Ref<readonly number[], readonly number[]>;
|
181
163
|
scrollTo: (location: "prev" | "next") => void;
|
182
|
-
scrollOffset: vue.ShallowRef<number>;
|
164
|
+
scrollOffset: vue.ShallowRef<number, number>;
|
183
165
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
184
166
|
hasPrev: vue.ComputedRef<boolean>;
|
185
167
|
hasNext: vue.ComputedRef<boolean>;
|
@@ -218,9 +200,9 @@ declare const VSlideGroup: {
|
|
218
200
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
219
201
|
showArrows?: string | boolean | undefined;
|
220
202
|
} & {}, {
|
221
|
-
selected: vue.Ref<readonly number[]>;
|
203
|
+
selected: vue.Ref<readonly number[], readonly number[]>;
|
222
204
|
scrollTo: (location: "prev" | "next") => void;
|
223
|
-
scrollOffset: vue.ShallowRef<number>;
|
205
|
+
scrollOffset: vue.ShallowRef<number, number>;
|
224
206
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
225
207
|
hasPrev: vue.ComputedRef<boolean>;
|
226
208
|
hasNext: vue.ComputedRef<boolean>;
|
@@ -242,7 +224,7 @@ declare const VSlideGroup: {
|
|
242
224
|
default: (arg: SlideGroupSlot) => vue.VNode[];
|
243
225
|
prev: (arg: SlideGroupSlot) => vue.VNode[];
|
244
226
|
next: (arg: SlideGroupSlot) => vue.VNode[];
|
245
|
-
}
|
227
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
246
228
|
modelValue?: T;
|
247
229
|
"onUpdate:modelValue"?: (value: T) => void;
|
248
230
|
}, slots: VSlideGroupSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -351,7 +333,7 @@ declare const VSlideGroup: {
|
|
351
333
|
type VSlideGroup = InstanceType<typeof VSlideGroup>;
|
352
334
|
|
353
335
|
declare const VSlideGroupItem: {
|
354
|
-
new (...args: any[]): vue.
|
336
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
355
337
|
disabled: boolean;
|
356
338
|
} & {
|
357
339
|
value?: any;
|
@@ -395,45 +377,7 @@ declare const VSlideGroupItem: {
|
|
395
377
|
'group:selected': (val: {
|
396
378
|
value: boolean;
|
397
379
|
}) => true;
|
398
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
399
|
-
disabled: boolean;
|
400
|
-
} & {
|
401
|
-
value?: any;
|
402
|
-
selectedClass?: string | undefined;
|
403
|
-
} & {
|
404
|
-
$children?: vue.VNodeChild | {
|
405
|
-
default?: ((arg: {
|
406
|
-
isSelected: UnwrapRef<GroupItemProvide["isSelected"]>;
|
407
|
-
select: GroupItemProvide["select"];
|
408
|
-
toggle: GroupItemProvide["toggle"];
|
409
|
-
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
410
|
-
}) => vue.VNodeChild) | undefined;
|
411
|
-
} | ((arg: {
|
412
|
-
isSelected: UnwrapRef<GroupItemProvide["isSelected"]>;
|
413
|
-
select: GroupItemProvide["select"];
|
414
|
-
toggle: GroupItemProvide["toggle"];
|
415
|
-
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
416
|
-
}) => vue.VNodeChild);
|
417
|
-
'v-slots'?: {
|
418
|
-
default?: false | ((arg: {
|
419
|
-
isSelected: UnwrapRef<GroupItemProvide["isSelected"]>;
|
420
|
-
select: GroupItemProvide["select"];
|
421
|
-
toggle: GroupItemProvide["toggle"];
|
422
|
-
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
423
|
-
}) => vue.VNodeChild) | undefined;
|
424
|
-
} | undefined;
|
425
|
-
} & {
|
426
|
-
"v-slot:default"?: false | ((arg: {
|
427
|
-
isSelected: UnwrapRef<GroupItemProvide["isSelected"]>;
|
428
|
-
select: GroupItemProvide["select"];
|
429
|
-
toggle: GroupItemProvide["toggle"];
|
430
|
-
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
431
|
-
}) => vue.VNodeChild) | undefined;
|
432
|
-
} & {
|
433
|
-
"onGroup:selected"?: ((val: {
|
434
|
-
value: boolean;
|
435
|
-
}) => any) | undefined;
|
436
|
-
}, {
|
380
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
437
381
|
disabled: boolean;
|
438
382
|
}, true, {}, vue.SlotsType<Partial<{
|
439
383
|
default: (arg: {
|
@@ -442,7 +386,7 @@ declare const VSlideGroupItem: {
|
|
442
386
|
toggle: GroupItemProvide["toggle"];
|
443
387
|
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
444
388
|
}) => vue.VNode[];
|
445
|
-
}>>, {
|
389
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
446
390
|
P: {};
|
447
391
|
B: {};
|
448
392
|
D: {};
|
@@ -548,7 +492,7 @@ declare const VSlideGroupItem: {
|
|
548
492
|
toggle: GroupItemProvide["toggle"];
|
549
493
|
selectedClass: UnwrapRef<GroupItemProvide["selectedClass"]>;
|
550
494
|
}) => vue.VNode[];
|
551
|
-
}
|
495
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
552
496
|
value: null;
|
553
497
|
disabled: BooleanConstructor;
|
554
498
|
selectedClass: StringConstructor;
|
@@ -1,58 +1,54 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
.v-slider > .v-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
.v-slider__container {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
.v-input--disabled .v-slider__container {
|
23
|
-
|
24
|
-
}
|
25
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
26
|
-
|
27
|
-
}
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
.v-slider.v-
|
49
|
-
|
50
|
-
}
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
}
|
55
|
-
|
56
|
-
.v-slider__label {
|
57
|
-
margin-inline-end: 12px;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-slider .v-slider__container input {
|
3
|
+
cursor: default;
|
4
|
+
padding: 0;
|
5
|
+
width: 100%;
|
6
|
+
display: none;
|
7
|
+
}
|
8
|
+
.v-slider > .v-input__append,
|
9
|
+
.v-slider > .v-input__prepend {
|
10
|
+
padding: 0;
|
11
|
+
}
|
12
|
+
.v-slider__container {
|
13
|
+
position: relative;
|
14
|
+
min-height: inherit;
|
15
|
+
width: 100%;
|
16
|
+
height: 100%;
|
17
|
+
display: flex;
|
18
|
+
justify-content: center;
|
19
|
+
align-items: center;
|
20
|
+
cursor: pointer;
|
21
|
+
}
|
22
|
+
.v-input--disabled .v-slider__container {
|
23
|
+
opacity: var(--v-disabled-opacity);
|
24
|
+
}
|
25
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
26
|
+
color: rgb(var(--v-theme-error));
|
27
|
+
}
|
28
|
+
.v-slider.v-input--horizontal {
|
29
|
+
align-items: center;
|
30
|
+
margin-inline: 8px 8px;
|
31
|
+
}
|
32
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
33
|
+
min-height: 32px;
|
34
|
+
display: flex;
|
35
|
+
align-items: center;
|
36
|
+
}
|
37
|
+
.v-slider.v-input--vertical {
|
38
|
+
justify-content: center;
|
39
|
+
margin-top: 12px;
|
40
|
+
margin-bottom: 12px;
|
41
|
+
}
|
42
|
+
.v-slider.v-input--vertical > .v-input__control {
|
43
|
+
min-height: 300px;
|
44
|
+
}
|
45
|
+
.v-slider.v-input--disabled {
|
46
|
+
pointer-events: none;
|
47
|
+
}
|
48
|
+
.v-slider--has-labels > .v-input__control {
|
49
|
+
margin-bottom: 4px;
|
50
|
+
}
|
51
|
+
.v-slider__label {
|
52
|
+
margin-inline-end: 12px;
|
53
|
+
}
|
58
54
|
}
|
@@ -1,158 +1,147 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
.v-slider-thumb__label {
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
.v-slider-thumb__label::before {
|
14
|
-
|
15
|
-
}
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
|
23
|
-
.v-slider-thumb__surface {
|
24
|
-
cursor: pointer;
|
25
|
-
width: var(--v-slider-thumb-size);
|
26
|
-
height: var(--v-slider-thumb-size);
|
27
|
-
border-radius: 50%;
|
28
|
-
user-select: none;
|
29
|
-
background-color: currentColor;
|
30
|
-
}
|
31
|
-
@media (forced-colors: active) {
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-slider-thumb {
|
3
|
+
touch-action: none;
|
4
|
+
color: rgb(var(--v-theme-surface-variant));
|
5
|
+
}
|
6
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
7
|
+
color: inherit;
|
8
|
+
}
|
9
|
+
.v-slider-thumb__label {
|
10
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
11
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
12
|
+
}
|
13
|
+
.v-slider-thumb__label::before {
|
14
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
15
|
+
}
|
16
|
+
.v-slider-thumb {
|
17
|
+
outline: none;
|
18
|
+
position: absolute;
|
19
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
20
|
+
}
|
32
21
|
.v-slider-thumb__surface {
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
}
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
.v-slider-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
}
|
99
|
-
.v-slider.v-input--horizontal .v-slider-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
opacity: var(--v-focus-opacity);
|
142
|
-
}
|
143
|
-
|
144
|
-
.v-slider-thumb--pressed {
|
145
|
-
transition: none;
|
146
|
-
}
|
147
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
148
|
-
opacity: var(--v-pressed-opacity);
|
149
|
-
}
|
150
|
-
|
151
|
-
@media (hover: hover) {
|
152
|
-
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
22
|
+
cursor: pointer;
|
23
|
+
width: var(--v-slider-thumb-size);
|
24
|
+
height: var(--v-slider-thumb-size);
|
25
|
+
border-radius: 50%;
|
26
|
+
user-select: none;
|
27
|
+
background-color: currentColor;
|
28
|
+
}
|
29
|
+
@media (forced-colors: active) {
|
30
|
+
.v-slider-thumb__surface {
|
31
|
+
background-color: highlight;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
.v-slider-thumb__surface::before {
|
35
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
36
|
+
content: "";
|
37
|
+
color: inherit;
|
38
|
+
top: 0;
|
39
|
+
left: 0;
|
40
|
+
width: 100%;
|
41
|
+
height: 100%;
|
42
|
+
border-radius: 50%;
|
43
|
+
background: currentColor;
|
44
|
+
position: absolute;
|
45
|
+
pointer-events: none;
|
46
|
+
opacity: 0;
|
47
|
+
}
|
48
|
+
.v-slider-thumb__surface::after {
|
49
|
+
content: "";
|
50
|
+
width: 42px;
|
51
|
+
height: 42px;
|
52
|
+
position: absolute;
|
53
|
+
top: 50%;
|
54
|
+
left: 50%;
|
55
|
+
transform: translate(-50%, -50%);
|
56
|
+
}
|
57
|
+
.v-slider-thumb__label-container {
|
58
|
+
position: absolute;
|
59
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
60
|
+
}
|
61
|
+
.v-slider-thumb__label {
|
62
|
+
display: flex;
|
63
|
+
align-items: center;
|
64
|
+
justify-content: center;
|
65
|
+
font-size: 0.75rem;
|
66
|
+
min-width: 35px;
|
67
|
+
height: 25px;
|
68
|
+
border-radius: 4px;
|
69
|
+
padding: 6px;
|
70
|
+
position: absolute;
|
71
|
+
user-select: none;
|
72
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
73
|
+
}
|
74
|
+
.v-slider-thumb__label::before {
|
75
|
+
content: "";
|
76
|
+
width: 0;
|
77
|
+
height: 0;
|
78
|
+
position: absolute;
|
79
|
+
}
|
80
|
+
.v-slider-thumb__ripple {
|
81
|
+
position: absolute;
|
82
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
83
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
84
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
85
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
86
|
+
background: inherit;
|
87
|
+
}
|
88
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
89
|
+
top: 50%;
|
90
|
+
transform: translateY(-50%);
|
91
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
92
|
+
}
|
93
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
94
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
95
|
+
top: 0;
|
96
|
+
}
|
97
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
98
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
99
|
+
}
|
100
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
101
|
+
transform: translateX(-50%);
|
102
|
+
}
|
103
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
104
|
+
transform: translateX(50%);
|
105
|
+
}
|
106
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
107
|
+
border-left: 6px solid transparent;
|
108
|
+
border-right: 6px solid transparent;
|
109
|
+
border-top: 6px solid currentColor;
|
110
|
+
bottom: -6px;
|
111
|
+
}
|
112
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
113
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
114
|
+
}
|
115
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
116
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
117
|
+
right: 0;
|
118
|
+
}
|
119
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
120
|
+
top: -12.5px;
|
121
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
122
|
+
}
|
123
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
124
|
+
border-right: 6px solid currentColor;
|
125
|
+
border-top: 6px solid transparent;
|
126
|
+
border-bottom: 6px solid transparent;
|
127
|
+
left: -6px;
|
128
|
+
}
|
129
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
153
130
|
transform: scale(2);
|
131
|
+
opacity: var(--v-focus-opacity);
|
132
|
+
}
|
133
|
+
.v-slider-thumb--pressed {
|
134
|
+
transition: none;
|
135
|
+
}
|
136
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
137
|
+
opacity: var(--v-pressed-opacity);
|
154
138
|
}
|
155
|
-
|
156
|
-
|
139
|
+
@media (hover: hover) {
|
140
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
141
|
+
transform: scale(2);
|
142
|
+
}
|
143
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
144
|
+
opacity: var(--v-hover-opacity);
|
145
|
+
}
|
157
146
|
}
|
158
147
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { createVNode as _createVNode, resolveDirective as _resolveDirective, withDirectives as _withDirectives, vShow as _vShow } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VSliderThumb.css";
|
4
4
|
|