@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
@@ -1,544 +1,584 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
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
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
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
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
1
|
+
/* region INPUT */
|
2
|
+
.v-field {
|
3
|
+
display: grid;
|
4
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
5
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
6
|
+
font-size: 16px;
|
7
|
+
letter-spacing: 0.009375em;
|
8
|
+
max-width: 100%;
|
9
|
+
border-radius: 4px;
|
10
|
+
contain: layout;
|
11
|
+
flex: 1 0;
|
12
|
+
grid-area: control;
|
13
|
+
position: relative;
|
14
|
+
--v-theme-overlay-multiplier: 1;
|
15
|
+
--v-field-padding-start: 16px;
|
16
|
+
--v-field-padding-end: 16px;
|
17
|
+
--v-field-padding-top: 8px;
|
18
|
+
--v-field-padding-bottom: 4px;
|
19
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
20
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
21
|
+
}
|
22
|
+
.v-field--disabled {
|
23
|
+
opacity: var(--v-disabled-opacity);
|
24
|
+
pointer-events: none;
|
25
|
+
}
|
26
|
+
.v-field .v-chip {
|
27
|
+
--v-chip-height: 24px;
|
28
|
+
}
|
29
|
+
|
30
|
+
/* endregion */
|
31
|
+
/* region MODIFIERS */
|
32
|
+
.v-field--prepended {
|
33
|
+
padding-inline-start: 12px;
|
34
|
+
}
|
35
|
+
.v-field--appended {
|
36
|
+
padding-inline-end: 12px;
|
37
|
+
}
|
38
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
39
|
+
background: rgb(var(--v-theme-surface));
|
40
|
+
border-color: transparent;
|
41
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
42
|
+
}
|
43
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
44
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
45
|
+
}
|
46
|
+
.v-field--variant-solo-inverted {
|
47
|
+
background: rgb(var(--v-theme-surface));
|
48
|
+
border-color: transparent;
|
49
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
50
|
+
}
|
51
|
+
.v-field--variant-solo-inverted {
|
52
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
53
|
+
}
|
54
|
+
.v-field--variant-solo-inverted.v-field--focused {
|
55
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
56
|
+
}
|
57
|
+
.v-field--variant-filled {
|
58
|
+
border-bottom-left-radius: 0;
|
59
|
+
border-bottom-right-radius: 0;
|
60
|
+
}
|
61
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
62
|
+
--v-input-control-height: 56px;
|
63
|
+
--v-field-padding-bottom: 4px;
|
64
|
+
}
|
65
|
+
|
66
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
67
|
+
--v-input-control-height: 48px;
|
68
|
+
--v-field-padding-bottom: 0px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
72
|
+
--v-input-control-height: 40px;
|
73
|
+
--v-field-padding-bottom: 0px;
|
74
|
+
}
|
75
|
+
|
76
|
+
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
77
|
+
--v-field-padding-top: 0px;
|
78
|
+
}
|
79
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
80
|
+
--v-field-padding-bottom: 16px;
|
81
|
+
}
|
82
|
+
|
83
|
+
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
84
|
+
--v-field-padding-bottom: 12px;
|
85
|
+
}
|
86
|
+
|
87
|
+
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
|
88
|
+
--v-field-padding-bottom: 8px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.v-field--variant-plain, .v-field--variant-underlined {
|
92
|
+
border-radius: 0;
|
93
|
+
padding: 0;
|
94
|
+
}
|
95
|
+
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
96
|
+
--v-field-padding-start: 0px;
|
97
|
+
--v-field-padding-end: 0px;
|
98
|
+
}
|
99
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
100
|
+
--v-input-control-height: 48px;
|
101
|
+
--v-field-padding-top: 4px;
|
102
|
+
--v-field-padding-bottom: 4px;
|
103
|
+
}
|
104
|
+
|
105
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
106
|
+
--v-input-control-height: 40px;
|
107
|
+
--v-field-padding-top: 2px;
|
108
|
+
--v-field-padding-bottom: 0px;
|
109
|
+
}
|
110
|
+
|
111
|
+
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
112
|
+
--v-input-control-height: 32px;
|
113
|
+
--v-field-padding-top: 0px;
|
114
|
+
--v-field-padding-bottom: 0px;
|
115
|
+
}
|
116
|
+
|
117
|
+
.v-field--flat {
|
118
|
+
box-shadow: none;
|
119
|
+
}
|
120
|
+
.v-field--rounded {
|
121
|
+
border-radius: 24px;
|
122
|
+
}
|
123
|
+
.v-field.v-field--prepended {
|
124
|
+
--v-field-padding-start: 6px;
|
125
|
+
}
|
126
|
+
.v-field.v-field--appended {
|
127
|
+
--v-field-padding-end: 6px;
|
128
|
+
}
|
129
|
+
|
130
|
+
/* endregion */
|
131
|
+
/* region ELEMENTS */
|
132
|
+
.v-field__input {
|
133
|
+
align-items: center;
|
134
|
+
color: inherit;
|
135
|
+
column-gap: 2px;
|
136
|
+
display: flex;
|
137
|
+
flex-wrap: wrap;
|
138
|
+
letter-spacing: 0.009375em;
|
139
|
+
opacity: var(--v-high-emphasis-opacity);
|
140
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
141
|
+
min-width: 0;
|
142
|
+
padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
|
143
|
+
padding-top: var(--v-field-input-padding-top);
|
144
|
+
padding-bottom: var(--v-field-input-padding-bottom);
|
145
|
+
position: relative;
|
146
|
+
width: 100%;
|
147
|
+
}
|
148
|
+
.v-input--density-default .v-field__input {
|
149
|
+
row-gap: 8px;
|
150
|
+
}
|
151
|
+
|
152
|
+
.v-input--density-comfortable .v-field__input {
|
153
|
+
row-gap: 6px;
|
154
|
+
}
|
155
|
+
|
156
|
+
.v-input--density-compact .v-field__input {
|
157
|
+
row-gap: 4px;
|
158
|
+
}
|
159
|
+
|
160
|
+
.v-field__input input {
|
161
|
+
letter-spacing: inherit;
|
162
|
+
}
|
163
|
+
.v-field__input input::placeholder,
|
164
|
+
input.v-field__input::placeholder,
|
165
|
+
textarea.v-field__input::placeholder {
|
166
|
+
color: currentColor;
|
167
|
+
opacity: var(--v-disabled-opacity);
|
168
|
+
}
|
169
|
+
|
170
|
+
.v-field__input:focus, .v-field__input:active {
|
171
|
+
outline: none;
|
172
|
+
}
|
173
|
+
.v-field__input:invalid {
|
174
|
+
box-shadow: none;
|
175
|
+
}
|
176
|
+
|
177
|
+
.v-field__field {
|
178
|
+
flex: 1 0;
|
179
|
+
grid-area: field;
|
180
|
+
position: relative;
|
181
|
+
align-items: flex-start;
|
182
|
+
display: flex;
|
183
|
+
}
|
184
|
+
|
185
|
+
/* endregion */
|
186
|
+
/* region AFFIXES */
|
187
|
+
.v-field__prepend-inner {
|
188
|
+
grid-area: prepend-inner;
|
189
|
+
padding-inline-end: var(--v-field-padding-after);
|
190
|
+
}
|
191
|
+
|
192
|
+
.v-field__clearable {
|
193
|
+
grid-area: clear;
|
194
|
+
}
|
195
|
+
|
196
|
+
.v-field__append-inner {
|
197
|
+
grid-area: append-inner;
|
198
|
+
padding-inline-start: var(--v-field-padding-after);
|
199
|
+
}
|
200
|
+
|
201
|
+
.v-field__append-inner,
|
202
|
+
.v-field__clearable,
|
203
|
+
.v-field__prepend-inner {
|
204
|
+
display: flex;
|
205
|
+
align-items: flex-start;
|
206
|
+
padding-top: var(--v-input-padding-top, 8px);
|
207
|
+
}
|
208
|
+
.v-field--center-affix .v-field__append-inner,
|
209
|
+
.v-field--center-affix .v-field__clearable,
|
210
|
+
.v-field--center-affix .v-field__prepend-inner {
|
211
|
+
align-items: center;
|
212
|
+
padding-top: 0;
|
213
|
+
}
|
214
|
+
|
215
|
+
.v-field.v-field--variant-underlined .v-field__append-inner,
|
216
|
+
.v-field.v-field--variant-underlined .v-field__clearable,
|
217
|
+
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
218
|
+
.v-field.v-field--variant-plain .v-field__append-inner,
|
219
|
+
.v-field.v-field--variant-plain .v-field__clearable,
|
220
|
+
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
221
|
+
align-items: flex-start;
|
222
|
+
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
223
|
+
padding-bottom: var(--v-field-padding-bottom, 4px);
|
224
|
+
}
|
225
|
+
|
226
|
+
.v-field--focused .v-field__prepend-inner,
|
227
|
+
.v-field--focused .v-field__append-inner {
|
228
|
+
opacity: 1;
|
229
|
+
}
|
230
|
+
|
231
|
+
.v-field__prepend-inner > .v-icon,
|
232
|
+
.v-field__append-inner > .v-icon,
|
233
|
+
.v-field__clearable > .v-icon {
|
234
|
+
opacity: var(--v-medium-emphasis-opacity);
|
235
|
+
}
|
236
|
+
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon,
|
237
|
+
.v-field--disabled .v-field__append-inner > .v-icon,
|
238
|
+
.v-field--error .v-field__append-inner > .v-icon,
|
239
|
+
.v-field--disabled .v-field__clearable > .v-icon,
|
240
|
+
.v-field--error .v-field__clearable > .v-icon {
|
241
|
+
opacity: 1;
|
242
|
+
}
|
243
|
+
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
|
244
|
+
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
|
245
|
+
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
|
246
|
+
color: rgb(var(--v-theme-error));
|
247
|
+
}
|
248
|
+
|
249
|
+
.v-field__clearable {
|
250
|
+
cursor: pointer;
|
251
|
+
opacity: 0;
|
252
|
+
overflow: hidden;
|
253
|
+
margin-inline: 4px;
|
254
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
255
|
+
transition-property: opacity, transform, width;
|
256
|
+
}
|
257
|
+
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
|
258
|
+
opacity: 1;
|
259
|
+
}
|
260
|
+
@media (hover: hover) {
|
261
|
+
.v-field:hover .v-field__clearable {
|
207
262
|
opacity: 1;
|
208
263
|
}
|
209
|
-
|
210
|
-
|
211
|
-
.v-field__clearable > .v-icon {
|
212
|
-
opacity: var(--v-medium-emphasis-opacity);
|
213
|
-
}
|
214
|
-
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon,
|
215
|
-
.v-field--disabled .v-field__append-inner > .v-icon,
|
216
|
-
.v-field--error .v-field__append-inner > .v-icon,
|
217
|
-
.v-field--disabled .v-field__clearable > .v-icon,
|
218
|
-
.v-field--error .v-field__clearable > .v-icon {
|
219
|
-
opacity: 1;
|
220
|
-
}
|
221
|
-
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
|
222
|
-
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
|
223
|
-
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
|
224
|
-
color: rgb(var(--v-theme-error));
|
225
|
-
}
|
264
|
+
}
|
265
|
+
@media (hover: none) {
|
226
266
|
.v-field__clearable {
|
227
|
-
cursor: pointer;
|
228
|
-
opacity: 0;
|
229
|
-
overflow: hidden;
|
230
|
-
margin-inline: 4px;
|
231
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
232
|
-
transition-property: opacity, transform, width;
|
233
|
-
}
|
234
|
-
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
|
235
|
-
opacity: 1;
|
236
|
-
}
|
237
|
-
@media (hover: hover) {
|
238
|
-
.v-field:hover .v-field__clearable {
|
239
|
-
opacity: 1;
|
240
|
-
}
|
241
|
-
}
|
242
|
-
@media (hover: none) {
|
243
|
-
.v-field__clearable {
|
244
|
-
opacity: 1;
|
245
|
-
}
|
246
|
-
}
|
247
|
-
/* endregion */
|
248
|
-
/* region LABEL */
|
249
|
-
.v-label.v-field-label {
|
250
|
-
contain: layout paint;
|
251
|
-
display: block;
|
252
|
-
margin-inline-start: var(--v-field-padding-start);
|
253
|
-
margin-inline-end: var(--v-field-padding-end);
|
254
|
-
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
255
|
-
pointer-events: none;
|
256
|
-
position: absolute;
|
257
|
-
top: var(--v-input-padding-top);
|
258
|
-
transform-origin: left center;
|
259
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
260
|
-
transition-property: opacity, transform;
|
261
|
-
z-index: 1;
|
262
|
-
}
|
263
|
-
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
264
|
-
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
265
|
-
}
|
266
|
-
.v-field--center-affix .v-label.v-field-label {
|
267
|
-
top: 50%;
|
268
|
-
transform: translateY(-50%);
|
269
|
-
}
|
270
|
-
.v-field--active .v-label.v-field-label {
|
271
|
-
visibility: hidden;
|
272
|
-
}
|
273
|
-
.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
|
274
|
-
opacity: 1;
|
275
|
-
}
|
276
|
-
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
|
277
|
-
color: rgb(var(--v-theme-error));
|
278
|
-
}
|
279
|
-
.v-label.v-field-label--floating {
|
280
|
-
--v-field-label-scale: 0.75em;
|
281
|
-
font-size: var(--v-field-label-scale);
|
282
|
-
visibility: hidden;
|
283
|
-
max-width: 100%;
|
284
|
-
}
|
285
|
-
.v-field--center-affix .v-label.v-field-label--floating {
|
286
|
-
transform: none;
|
287
|
-
}
|
288
|
-
.v-field.v-field--active .v-label.v-field-label--floating {
|
289
|
-
visibility: unset;
|
290
|
-
}
|
291
|
-
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
292
|
-
top: 7px;
|
293
|
-
}
|
294
|
-
.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
295
|
-
top: 5px;
|
296
|
-
}
|
297
|
-
.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
298
|
-
top: 3px;
|
299
|
-
}
|
300
|
-
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
301
|
-
transform: translateY(-16px);
|
302
|
-
margin: 0;
|
303
|
-
top: var(--v-input-padding-top);
|
304
|
-
}
|
305
|
-
.v-field--variant-outlined .v-label.v-field-label--floating {
|
306
|
-
transform: translateY(-50%);
|
307
|
-
transform-origin: center;
|
308
|
-
position: static;
|
309
|
-
margin: 0 4px;
|
310
|
-
}
|
311
|
-
/* endregion */
|
312
|
-
/* region OUTLINE */
|
313
|
-
.v-field__outline {
|
314
|
-
--v-field-border-width: 1px;
|
315
|
-
--v-field-border-opacity: 0.38;
|
316
|
-
align-items: stretch;
|
317
|
-
contain: layout;
|
318
|
-
display: flex;
|
319
|
-
height: 100%;
|
320
|
-
left: 0;
|
321
|
-
pointer-events: none;
|
322
|
-
position: absolute;
|
323
|
-
right: 0;
|
324
|
-
width: 100%;
|
325
|
-
}
|
326
|
-
@media (hover: hover) {
|
327
|
-
.v-field:hover .v-field__outline {
|
328
|
-
--v-field-border-opacity: var(--v-high-emphasis-opacity);
|
329
|
-
}
|
330
|
-
}
|
331
|
-
.v-field--error:not(.v-field--disabled) .v-field__outline {
|
332
|
-
color: rgb(var(--v-theme-error));
|
333
|
-
}
|
334
|
-
.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
|
335
|
-
--v-field-border-opacity: 1;
|
336
|
-
}
|
337
|
-
.v-field--variant-outlined.v-field--focused .v-field__outline {
|
338
|
-
--v-field-border-width: 2px;
|
339
|
-
}
|
340
|
-
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
341
|
-
border-color: currentColor;
|
342
|
-
border-style: solid;
|
343
|
-
border-width: 0 0 var(--v-field-border-width);
|
344
|
-
opacity: var(--v-field-border-opacity);
|
345
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
346
|
-
}
|
347
|
-
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
348
|
-
content: "";
|
349
|
-
position: absolute;
|
350
|
-
top: 0;
|
351
|
-
left: 0;
|
352
|
-
width: 100%;
|
353
|
-
height: 100%;
|
354
|
-
}
|
355
|
-
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
356
|
-
border-color: currentColor;
|
357
|
-
border-style: solid;
|
358
|
-
border-width: 0 0 2px;
|
359
|
-
transform: scaleX(0);
|
360
|
-
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
361
|
-
}
|
362
|
-
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
363
|
-
content: "";
|
364
|
-
position: absolute;
|
365
|
-
top: 0;
|
366
|
-
left: 0;
|
367
|
-
width: 100%;
|
368
|
-
height: 100%;
|
369
|
-
}
|
370
|
-
.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
|
371
|
-
transform: scaleX(1);
|
372
|
-
}
|
373
|
-
.v-field--variant-outlined .v-field__outline {
|
374
|
-
border-radius: inherit;
|
375
|
-
}
|
376
|
-
.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
|
377
|
-
border: 0 solid currentColor;
|
378
|
-
opacity: var(--v-field-border-opacity);
|
379
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
380
|
-
}
|
381
|
-
.v-field--variant-outlined .v-field__outline__start {
|
382
|
-
flex: 0 0 12px;
|
383
|
-
border-top-width: var(--v-field-border-width);
|
384
|
-
border-bottom-width: var(--v-field-border-width);
|
385
|
-
border-inline-start-width: var(--v-field-border-width);
|
386
|
-
border-start-start-radius: inherit;
|
387
|
-
border-start-end-radius: 0;
|
388
|
-
border-end-end-radius: 0;
|
389
|
-
border-end-start-radius: inherit;
|
390
|
-
}
|
391
|
-
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
|
392
|
-
[class^=rounded-].v-field--variant-outlined .v-field__outline__start,
|
393
|
-
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
|
394
|
-
flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
|
395
|
-
}
|
396
|
-
.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
|
397
|
-
border-start-start-radius: 0;
|
398
|
-
border-start-end-radius: inherit;
|
399
|
-
border-end-end-radius: inherit;
|
400
|
-
border-end-start-radius: 0;
|
401
|
-
border-inline-end-width: var(--v-field-border-width);
|
402
|
-
border-inline-start-width: 0;
|
403
|
-
}
|
404
|
-
.v-field--variant-outlined .v-field__outline__notch {
|
405
|
-
flex: none;
|
406
|
-
position: relative;
|
407
|
-
max-width: calc(100% - 12px);
|
408
|
-
}
|
409
|
-
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
410
|
-
opacity: var(--v-field-border-opacity);
|
411
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
412
|
-
}
|
413
|
-
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
414
|
-
content: "";
|
415
|
-
position: absolute;
|
416
|
-
top: 0;
|
417
|
-
left: 0;
|
418
|
-
width: 100%;
|
419
|
-
height: 100%;
|
420
|
-
}
|
421
|
-
.v-field--variant-outlined .v-field__outline__notch::before {
|
422
|
-
border-width: var(--v-field-border-width) 0 0;
|
423
|
-
}
|
424
|
-
.v-field--variant-outlined .v-field__outline__notch::after {
|
425
|
-
bottom: 0;
|
426
|
-
border-width: 0 0 var(--v-field-border-width);
|
427
|
-
}
|
428
|
-
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
|
429
|
-
opacity: 0;
|
430
|
-
}
|
431
|
-
.v-field--variant-outlined .v-field__outline__end {
|
432
|
-
flex: 1;
|
433
|
-
border-top-width: var(--v-field-border-width);
|
434
|
-
border-bottom-width: var(--v-field-border-width);
|
435
|
-
border-inline-end-width: var(--v-field-border-width);
|
436
|
-
border-start-start-radius: 0;
|
437
|
-
border-start-end-radius: inherit;
|
438
|
-
border-end-end-radius: inherit;
|
439
|
-
border-end-start-radius: 0;
|
440
|
-
}
|
441
|
-
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
|
442
|
-
border-start-start-radius: inherit;
|
443
|
-
border-start-end-radius: 0;
|
444
|
-
border-end-end-radius: 0;
|
445
|
-
border-end-start-radius: inherit;
|
446
|
-
border-inline-end-width: 0;
|
447
|
-
border-inline-start-width: var(--v-field-border-width);
|
448
|
-
}
|
449
|
-
/* endregion */
|
450
|
-
/* region LOADER */
|
451
|
-
.v-field__loader {
|
452
|
-
top: calc(100% - 2px);
|
453
|
-
left: 0;
|
454
|
-
position: absolute;
|
455
|
-
right: 0;
|
456
|
-
width: 100%;
|
457
|
-
border-top-left-radius: 0;
|
458
|
-
border-top-right-radius: 0;
|
459
|
-
border-bottom-left-radius: inherit;
|
460
|
-
border-bottom-right-radius: inherit;
|
461
|
-
overflow: hidden;
|
462
|
-
}
|
463
|
-
.v-field--variant-outlined .v-field__loader {
|
464
|
-
top: calc(100% - 3px);
|
465
|
-
width: calc(100% - 1px * 2);
|
466
|
-
left: 1px;
|
467
|
-
}
|
468
|
-
/* endregion */
|
469
|
-
/* region OVERLAY */
|
470
|
-
.v-field__overlay {
|
471
|
-
border-radius: inherit;
|
472
|
-
pointer-events: none;
|
473
|
-
}
|
474
|
-
.v-field__overlay {
|
475
|
-
position: absolute;
|
476
|
-
top: 0;
|
477
|
-
left: 0;
|
478
|
-
width: 100%;
|
479
|
-
height: 100%;
|
480
|
-
}
|
481
|
-
.v-field--variant-filled .v-field__overlay {
|
482
|
-
background-color: currentColor;
|
483
|
-
opacity: 0.04;
|
484
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
485
|
-
}
|
486
|
-
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
487
|
-
opacity: 0;
|
488
|
-
}
|
489
|
-
@media (hover: hover) {
|
490
|
-
.v-field--variant-filled:hover .v-field__overlay {
|
491
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
492
|
-
}
|
493
|
-
}
|
494
|
-
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
495
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
496
|
-
}
|
497
|
-
.v-field--variant-solo-filled .v-field__overlay {
|
498
|
-
background-color: currentColor;
|
499
|
-
opacity: 0.04;
|
500
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
501
|
-
}
|
502
|
-
@media (hover: hover) {
|
503
|
-
.v-field--variant-solo-filled:hover .v-field__overlay {
|
504
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
505
|
-
}
|
506
|
-
}
|
507
|
-
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
508
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
509
|
-
}
|
510
|
-
.v-field--variant-solo-inverted .v-field__overlay {
|
511
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
512
|
-
}
|
513
|
-
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
514
|
-
opacity: 0;
|
515
|
-
}
|
516
|
-
@media (hover: hover) {
|
517
|
-
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
518
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
519
|
-
}
|
520
|
-
}
|
521
|
-
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
522
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
523
267
|
opacity: 1;
|
524
268
|
}
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
.
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
269
|
+
}
|
270
|
+
|
271
|
+
/* endregion */
|
272
|
+
/* region LABEL */
|
273
|
+
.v-label.v-field-label {
|
274
|
+
contain: layout paint;
|
275
|
+
display: block;
|
276
|
+
margin-inline-start: var(--v-field-padding-start);
|
277
|
+
margin-inline-end: var(--v-field-padding-end);
|
278
|
+
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
279
|
+
pointer-events: none;
|
280
|
+
position: absolute;
|
281
|
+
top: var(--v-input-padding-top);
|
282
|
+
transform-origin: left center;
|
283
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
284
|
+
transition-property: opacity, transform;
|
285
|
+
z-index: 1;
|
286
|
+
}
|
287
|
+
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
288
|
+
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
289
|
+
}
|
290
|
+
.v-field--center-affix .v-label.v-field-label {
|
291
|
+
top: 50%;
|
292
|
+
transform: translateY(-50%);
|
293
|
+
}
|
294
|
+
.v-field--active .v-label.v-field-label {
|
295
|
+
visibility: hidden;
|
296
|
+
}
|
297
|
+
.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
|
298
|
+
opacity: 1;
|
299
|
+
}
|
300
|
+
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
|
301
|
+
color: rgb(var(--v-theme-error));
|
302
|
+
}
|
303
|
+
.v-label.v-field-label--floating {
|
304
|
+
--v-field-label-scale: 0.75em;
|
305
|
+
font-size: var(--v-field-label-scale);
|
306
|
+
visibility: hidden;
|
307
|
+
max-width: 100%;
|
308
|
+
}
|
309
|
+
.v-field--center-affix .v-label.v-field-label--floating {
|
310
|
+
transform: none;
|
311
|
+
}
|
312
|
+
.v-field.v-field--active .v-label.v-field-label--floating {
|
313
|
+
visibility: unset;
|
314
|
+
}
|
315
|
+
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
316
|
+
top: 7px;
|
317
|
+
}
|
318
|
+
|
319
|
+
.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
320
|
+
top: 5px;
|
321
|
+
}
|
322
|
+
|
323
|
+
.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
324
|
+
top: 3px;
|
325
|
+
}
|
326
|
+
|
327
|
+
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
328
|
+
transform: translateY(-16px);
|
329
|
+
margin: 0;
|
330
|
+
top: var(--v-input-padding-top);
|
331
|
+
}
|
332
|
+
.v-field--variant-outlined .v-label.v-field-label--floating {
|
333
|
+
transform: translateY(-50%);
|
334
|
+
transform-origin: center;
|
335
|
+
position: static;
|
336
|
+
margin: 0 4px;
|
337
|
+
}
|
338
|
+
|
339
|
+
/* endregion */
|
340
|
+
/* region OUTLINE */
|
341
|
+
.v-field__outline {
|
342
|
+
--v-field-border-width: 1px;
|
343
|
+
--v-field-border-opacity: 0.38;
|
344
|
+
align-items: stretch;
|
345
|
+
contain: layout;
|
346
|
+
display: flex;
|
347
|
+
height: 100%;
|
348
|
+
left: 0;
|
349
|
+
pointer-events: none;
|
350
|
+
position: absolute;
|
351
|
+
right: 0;
|
352
|
+
width: 100%;
|
353
|
+
}
|
354
|
+
@media (hover: hover) {
|
355
|
+
.v-field:hover .v-field__outline {
|
356
|
+
--v-field-border-opacity: var(--v-high-emphasis-opacity);
|
357
|
+
}
|
358
|
+
}
|
359
|
+
.v-field--error:not(.v-field--disabled) .v-field__outline {
|
360
|
+
color: rgb(var(--v-theme-error));
|
361
|
+
}
|
362
|
+
.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
|
363
|
+
--v-field-border-opacity: 1;
|
364
|
+
}
|
365
|
+
.v-field--variant-outlined.v-field--focused .v-field__outline {
|
366
|
+
--v-field-border-width: 2px;
|
367
|
+
}
|
368
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
369
|
+
border-color: currentColor;
|
370
|
+
border-style: solid;
|
371
|
+
border-width: 0 0 var(--v-field-border-width);
|
372
|
+
opacity: var(--v-field-border-opacity);
|
373
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
374
|
+
}
|
375
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
376
|
+
content: "";
|
377
|
+
position: absolute;
|
378
|
+
top: 0;
|
379
|
+
left: 0;
|
380
|
+
width: 100%;
|
381
|
+
height: 100%;
|
382
|
+
}
|
383
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
384
|
+
border-color: currentColor;
|
385
|
+
border-style: solid;
|
386
|
+
border-width: 0 0 2px;
|
387
|
+
transform: scaleX(0);
|
388
|
+
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
389
|
+
}
|
390
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
391
|
+
content: "";
|
392
|
+
position: absolute;
|
393
|
+
top: 0;
|
394
|
+
left: 0;
|
395
|
+
width: 100%;
|
396
|
+
height: 100%;
|
397
|
+
}
|
398
|
+
.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
|
399
|
+
transform: scaleX(1);
|
400
|
+
}
|
401
|
+
|
402
|
+
.v-field--variant-outlined .v-field__outline {
|
403
|
+
border-radius: inherit;
|
404
|
+
}
|
405
|
+
.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
|
406
|
+
border: 0 solid currentColor;
|
407
|
+
opacity: var(--v-field-border-opacity);
|
408
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
409
|
+
}
|
410
|
+
.v-field--variant-outlined .v-field__outline__start {
|
411
|
+
flex: 0 0 12px;
|
412
|
+
border-top-width: var(--v-field-border-width);
|
413
|
+
border-bottom-width: var(--v-field-border-width);
|
414
|
+
border-inline-start-width: var(--v-field-border-width);
|
415
|
+
border-start-start-radius: inherit;
|
416
|
+
border-start-end-radius: 0;
|
417
|
+
border-end-end-radius: 0;
|
418
|
+
border-end-start-radius: inherit;
|
419
|
+
}
|
420
|
+
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
|
421
|
+
[class^=rounded-].v-field--variant-outlined .v-field__outline__start,
|
422
|
+
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
|
423
|
+
flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
|
424
|
+
}
|
425
|
+
|
426
|
+
.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
|
427
|
+
border-start-start-radius: 0;
|
428
|
+
border-start-end-radius: inherit;
|
429
|
+
border-end-end-radius: inherit;
|
430
|
+
border-end-start-radius: 0;
|
431
|
+
border-inline-end-width: var(--v-field-border-width);
|
432
|
+
border-inline-start-width: 0;
|
433
|
+
}
|
434
|
+
|
435
|
+
.v-field--variant-outlined .v-field__outline__notch {
|
436
|
+
flex: none;
|
437
|
+
position: relative;
|
438
|
+
max-width: calc(100% - 12px);
|
439
|
+
}
|
440
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
441
|
+
opacity: var(--v-field-border-opacity);
|
442
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
443
|
+
}
|
444
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
445
|
+
content: "";
|
446
|
+
position: absolute;
|
447
|
+
top: 0;
|
448
|
+
left: 0;
|
449
|
+
width: 100%;
|
450
|
+
height: 100%;
|
451
|
+
}
|
452
|
+
.v-field--variant-outlined .v-field__outline__notch::before {
|
453
|
+
border-width: var(--v-field-border-width) 0 0;
|
454
|
+
}
|
455
|
+
.v-field--variant-outlined .v-field__outline__notch::after {
|
456
|
+
bottom: 0;
|
457
|
+
border-width: 0 0 var(--v-field-border-width);
|
458
|
+
}
|
459
|
+
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
|
460
|
+
opacity: 0;
|
461
|
+
}
|
462
|
+
|
463
|
+
.v-field--variant-outlined .v-field__outline__end {
|
464
|
+
flex: 1;
|
465
|
+
border-top-width: var(--v-field-border-width);
|
466
|
+
border-bottom-width: var(--v-field-border-width);
|
467
|
+
border-inline-end-width: var(--v-field-border-width);
|
468
|
+
border-start-start-radius: 0;
|
469
|
+
border-start-end-radius: inherit;
|
470
|
+
border-end-end-radius: inherit;
|
471
|
+
border-end-start-radius: 0;
|
472
|
+
}
|
473
|
+
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
|
474
|
+
border-start-start-radius: inherit;
|
475
|
+
border-start-end-radius: 0;
|
476
|
+
border-end-end-radius: 0;
|
477
|
+
border-end-start-radius: inherit;
|
478
|
+
border-inline-end-width: 0;
|
479
|
+
border-inline-start-width: var(--v-field-border-width);
|
480
|
+
}
|
481
|
+
|
482
|
+
/* endregion */
|
483
|
+
/* region LOADER */
|
484
|
+
.v-field__loader {
|
485
|
+
top: calc(100% - 2px);
|
486
|
+
left: 0;
|
487
|
+
position: absolute;
|
488
|
+
right: 0;
|
489
|
+
width: 100%;
|
490
|
+
border-top-left-radius: 0;
|
491
|
+
border-top-right-radius: 0;
|
492
|
+
border-bottom-left-radius: inherit;
|
493
|
+
border-bottom-right-radius: inherit;
|
494
|
+
overflow: hidden;
|
495
|
+
}
|
496
|
+
.v-field--variant-outlined .v-field__loader {
|
497
|
+
top: calc(100% - 3px);
|
498
|
+
width: calc(100% - 1px * 2);
|
499
|
+
left: 1px;
|
500
|
+
}
|
501
|
+
|
502
|
+
/* endregion */
|
503
|
+
/* region OVERLAY */
|
504
|
+
.v-field__overlay {
|
505
|
+
border-radius: inherit;
|
506
|
+
pointer-events: none;
|
507
|
+
}
|
508
|
+
.v-field__overlay {
|
509
|
+
position: absolute;
|
510
|
+
top: 0;
|
511
|
+
left: 0;
|
512
|
+
width: 100%;
|
513
|
+
height: 100%;
|
514
|
+
}
|
515
|
+
|
516
|
+
.v-field--variant-filled .v-field__overlay {
|
517
|
+
background-color: currentColor;
|
518
|
+
opacity: 0.04;
|
519
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
520
|
+
}
|
521
|
+
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
522
|
+
opacity: 0;
|
523
|
+
}
|
524
|
+
@media (hover: hover) {
|
525
|
+
.v-field--variant-filled:hover .v-field__overlay {
|
526
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
527
|
+
}
|
528
|
+
}
|
529
|
+
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
530
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
531
|
+
}
|
532
|
+
|
533
|
+
.v-field--variant-solo-filled .v-field__overlay {
|
534
|
+
background-color: currentColor;
|
535
|
+
opacity: 0.04;
|
536
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
537
|
+
}
|
538
|
+
@media (hover: hover) {
|
539
|
+
.v-field--variant-solo-filled:hover .v-field__overlay {
|
540
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
541
|
+
}
|
542
|
+
}
|
543
|
+
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
544
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
545
|
+
}
|
546
|
+
|
547
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
548
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
549
|
+
}
|
550
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
551
|
+
opacity: 0;
|
552
|
+
}
|
553
|
+
@media (hover: hover) {
|
554
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
555
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
556
|
+
}
|
557
|
+
}
|
558
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
559
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
560
|
+
opacity: 1;
|
561
|
+
}
|
562
|
+
|
563
|
+
/* endregion */
|
564
|
+
/* region MODIFIERS */
|
565
|
+
.v-field--reverse .v-field__field,
|
566
|
+
.v-field--reverse .v-field__input,
|
567
|
+
.v-field--reverse .v-field__outline {
|
568
|
+
flex-direction: row-reverse;
|
569
|
+
}
|
570
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
571
|
+
text-align: end;
|
572
|
+
}
|
573
|
+
|
574
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
575
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
576
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
577
|
+
}
|
578
|
+
|
579
|
+
.v-field--loading .v-field__outline::after,
|
580
|
+
.v-field--loading .v-field__outline::before {
|
581
|
+
opacity: 0;
|
582
|
+
}
|
583
|
+
|
584
|
+
/* endregion */
|