@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230513.0
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/CHANGELOG.md +6 -14
- package/dist/json/attributes.json +564 -256
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +80 -2
- package/dist/json/web-types.json +2399 -606
- package/dist/vuetify-labs.css +192 -189
- package/dist/vuetify-labs.d.ts +26350 -24518
- package/dist/vuetify-labs.esm.js +2485 -2382
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2485 -2382
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -8
- package/dist/vuetify.d.ts +23046 -23682
- package/dist/vuetify.esm.js +1865 -1748
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1865 -1748
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +658 -658
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -3
- package/lib/blueprints/md1.d.mts +1 -3
- package/lib/blueprints/md2.d.mts +1 -3
- package/lib/blueprints/md3.d.mts +1 -3
- package/lib/components/VAlert/VAlert.mjs +48 -48
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +228 -71
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +65 -19
- package/lib/components/VAppBar/VAppBar.mjs +23 -22
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +314 -123
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.mts +1264 -2467
- package/lib/components/VAvatar/index.d.mts +70 -30
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +86 -42
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +227 -65
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +78 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +311 -208
- package/lib/components/VBtn/index.d.mts +112 -53
- package/lib/components/VBtnGroup/index.d.mts +69 -27
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +73 -35
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +764 -368
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +600 -103
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +304 -125
- package/lib/components/VChip/VChip.css +7 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -0
- package/lib/components/VChip/index.d.mts +318 -90
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +204 -53
- package/lib/components/VCode/index.d.mts +63 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +74 -85
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +39 -42
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1264 -2488
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +113 -1817
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +67 -20
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +551 -1401
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +66 -21
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +317 -125
- package/lib/components/VField/VField.mjs +7 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +310 -230
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +760 -320
- package/lib/components/VFooter/VFooter.mjs +21 -20
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +70 -29
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +568 -52
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +274 -100
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +93 -37
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +292 -81
- package/lib/components/VImg/VImg.mjs +34 -33
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +118 -53
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +137 -50
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +414 -111
- package/lib/components/VKbd/index.d.mts +63 -17
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +64 -18
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +131 -42
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +67 -27
- package/lib/components/VList/VList.mjs +37 -36
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -12
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +44 -43
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1069 -617
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +65 -19
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +64 -19
- package/lib/components/VMenu/VMenu.mjs +21 -20
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +479 -1327
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +88 -1799
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +115 -60
- package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +120 -75
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +84 -83
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +203 -130
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +91 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +125 -45
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +97 -57
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +121 -51
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +189 -76
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +192 -80
- package/lib/components/VRating/VRating.mjs +49 -45
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +94 -54
- package/lib/components/VResponsive/index.d.mts +73 -18
- package/lib/components/VSelect/VSelect.mjs +22 -21
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1192 -3713
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +212 -194
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +66 -21
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +181 -64
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +194 -81
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +444 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/index.d.mts +206 -86
- package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +69 -27
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +95 -26
- package/lib/components/VTabs/VTab.mjs +19 -19
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +175 -115
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1254 -770
- package/lib/components/VTextarea/VTextarea.mjs +32 -28
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +683 -313
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +65 -20
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +163 -62
- package/lib/components/VToolbar/VToolbar.mjs +8 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +265 -82
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +442 -297
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +358 -50
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +110 -82
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +18 -17
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +204 -75
- package/lib/components/index.d.mts +23230 -23871
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +1207 -472
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -5
- package/lib/labs/VDataTable/VDataTable.mjs +54 -66
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +2974 -631
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
- package/lib/labs/components.d.mts +3188 -708
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +1 -3
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230513.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -15954,169 +15954,6 @@ html.overflow-y-hidden {
|
|
15954
15954
|
font-weight: normal;
|
15955
15955
|
padding: 0.2em 0.4rem;
|
15956
15956
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
15957
|
-
}.v-data-table {
|
15958
|
-
width: 100%;
|
15959
|
-
}
|
15960
|
-
|
15961
|
-
.v-data-table__table {
|
15962
|
-
width: 100%;
|
15963
|
-
border-collapse: separate;
|
15964
|
-
border-spacing: 0;
|
15965
|
-
}
|
15966
|
-
|
15967
|
-
.v-data-table__tr--focus {
|
15968
|
-
border: 1px dotted black;
|
15969
|
-
}
|
15970
|
-
.v-data-table__tr--clickable {
|
15971
|
-
cursor: pointer;
|
15972
|
-
}
|
15973
|
-
|
15974
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
15975
|
-
.v-data-table .v-table__wrapper > table > thead > tr th,
|
15976
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
15977
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
15978
|
-
background: rgb(var(--v-theme-surface));
|
15979
|
-
}
|
15980
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
15981
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
15982
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
15983
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
15984
|
-
text-align: end;
|
15985
|
-
}
|
15986
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
15987
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
15988
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
15989
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
15990
|
-
flex-direction: row-reverse;
|
15991
|
-
}
|
15992
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
15993
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
15994
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
15995
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
15996
|
-
text-align: center;
|
15997
|
-
}
|
15998
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
15999
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
16000
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16001
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
16002
|
-
justify-content: center;
|
16003
|
-
}
|
16004
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
16005
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
16006
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
16007
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
16008
|
-
padding: 0 8px;
|
16009
|
-
}
|
16010
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
16011
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
16012
|
-
align-items: center;
|
16013
|
-
}
|
16014
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
16015
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
16016
|
-
cursor: pointer;
|
16017
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
16018
|
-
}
|
16019
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
16020
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
16021
|
-
opacity: 0;
|
16022
|
-
}
|
16023
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
16024
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
16025
|
-
opacity: 0.5;
|
16026
|
-
}
|
16027
|
-
|
16028
|
-
.v-data-table-column--fixed {
|
16029
|
-
position: sticky;
|
16030
|
-
z-index: 2;
|
16031
|
-
left: 0;
|
16032
|
-
}
|
16033
|
-
|
16034
|
-
.v-data-table-column--last-fixed {
|
16035
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
16036
|
-
}
|
16037
|
-
|
16038
|
-
.v-data-table-group-header-row td {
|
16039
|
-
background: lightgrey;
|
16040
|
-
}
|
16041
|
-
.v-data-table-group-header-row td > span {
|
16042
|
-
padding-left: 5px;
|
16043
|
-
}
|
16044
|
-
|
16045
|
-
.v-data-table--loading .v-data-table__td {
|
16046
|
-
opacity: 0.3;
|
16047
|
-
}
|
16048
|
-
|
16049
|
-
.v-data-table__progress th {
|
16050
|
-
position: relative;
|
16051
|
-
border: none !important;
|
16052
|
-
height: auto !important;
|
16053
|
-
}
|
16054
|
-
|
16055
|
-
.v-data-table-group-header-row__column {
|
16056
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
16057
|
-
}
|
16058
|
-
|
16059
|
-
.v-data-table-header__content {
|
16060
|
-
display: flex;
|
16061
|
-
align-items: center;
|
16062
|
-
}
|
16063
|
-
|
16064
|
-
.v-data-table-header__sort-badge {
|
16065
|
-
display: inline-flex;
|
16066
|
-
justify-content: center;
|
16067
|
-
align-items: center;
|
16068
|
-
font-size: 0.875rem;
|
16069
|
-
padding: 4px;
|
16070
|
-
border-radius: 50%;
|
16071
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
16072
|
-
min-width: 20px;
|
16073
|
-
min-height: 20px;
|
16074
|
-
width: 20px;
|
16075
|
-
height: 20px;
|
16076
|
-
}
|
16077
|
-
|
16078
|
-
.v-data-table-headers__loader {
|
16079
|
-
bottom: auto;
|
16080
|
-
top: 0;
|
16081
|
-
left: 0;
|
16082
|
-
position: absolute;
|
16083
|
-
right: 0;
|
16084
|
-
width: 100%;
|
16085
|
-
z-index: 1;
|
16086
|
-
}
|
16087
|
-
|
16088
|
-
.v-data-table-rows-no-data {
|
16089
|
-
text-align: center;
|
16090
|
-
}.v-data-table-footer {
|
16091
|
-
display: flex;
|
16092
|
-
align-items: center;
|
16093
|
-
flex-wrap: wrap;
|
16094
|
-
padding: 0 8px;
|
16095
|
-
justify-content: flex-end;
|
16096
|
-
}
|
16097
|
-
|
16098
|
-
.v-data-table-footer__items-per-page {
|
16099
|
-
padding-inline-end: 24px;
|
16100
|
-
display: flex;
|
16101
|
-
align-items: center;
|
16102
|
-
justify-content: space-between;
|
16103
|
-
}
|
16104
|
-
.v-data-table-footer__items-per-page > span {
|
16105
|
-
padding-inline-end: 24px;
|
16106
|
-
}
|
16107
|
-
|
16108
|
-
.v-data-table-footer__info {
|
16109
|
-
display: flex;
|
16110
|
-
padding-inline-end: 24px;
|
16111
|
-
}
|
16112
|
-
|
16113
|
-
.v-data-table-footer__pagination {
|
16114
|
-
display: flex;
|
16115
|
-
align-items: center;
|
16116
|
-
}
|
16117
|
-
|
16118
|
-
.v-data-table-footer__page {
|
16119
|
-
padding: 0 8px;
|
16120
15957
|
}.v-infinite-scroll--horizontal {
|
16121
15958
|
display: flex;
|
16122
15959
|
flex-direction: row;
|
@@ -16362,6 +16199,169 @@ html.overflow-y-hidden {
|
|
16362
16199
|
100% {
|
16363
16200
|
transform: translateX(100%);
|
16364
16201
|
}
|
16202
|
+
}.v-data-table {
|
16203
|
+
width: 100%;
|
16204
|
+
}
|
16205
|
+
|
16206
|
+
.v-data-table__table {
|
16207
|
+
width: 100%;
|
16208
|
+
border-collapse: separate;
|
16209
|
+
border-spacing: 0;
|
16210
|
+
}
|
16211
|
+
|
16212
|
+
.v-data-table__tr--focus {
|
16213
|
+
border: 1px dotted black;
|
16214
|
+
}
|
16215
|
+
.v-data-table__tr--clickable {
|
16216
|
+
cursor: pointer;
|
16217
|
+
}
|
16218
|
+
|
16219
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
16220
|
+
.v-data-table .v-table__wrapper > table > thead > tr th,
|
16221
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
16222
|
+
.v-data-table .v-table__wrapper > table tbody > tr th {
|
16223
|
+
background: rgb(var(--v-theme-surface));
|
16224
|
+
}
|
16225
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
16226
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
16227
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
16228
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
16229
|
+
text-align: end;
|
16230
|
+
}
|
16231
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
16232
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
16233
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
16234
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
16235
|
+
flex-direction: row-reverse;
|
16236
|
+
}
|
16237
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
16238
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
16239
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
16240
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
16241
|
+
text-align: center;
|
16242
|
+
}
|
16243
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16244
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
16245
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16246
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
16247
|
+
justify-content: center;
|
16248
|
+
}
|
16249
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
16250
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
16251
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
16252
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
16253
|
+
padding: 0 8px;
|
16254
|
+
}
|
16255
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
16256
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
16257
|
+
align-items: center;
|
16258
|
+
}
|
16259
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
16260
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
16261
|
+
cursor: pointer;
|
16262
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
16263
|
+
}
|
16264
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
16265
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
16266
|
+
opacity: 0;
|
16267
|
+
}
|
16268
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
16269
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
16270
|
+
opacity: 0.5;
|
16271
|
+
}
|
16272
|
+
|
16273
|
+
.v-data-table-column--fixed {
|
16274
|
+
position: sticky;
|
16275
|
+
z-index: 2;
|
16276
|
+
left: 0;
|
16277
|
+
}
|
16278
|
+
|
16279
|
+
.v-data-table-column--last-fixed {
|
16280
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
16281
|
+
}
|
16282
|
+
|
16283
|
+
.v-data-table-group-header-row td {
|
16284
|
+
background: lightgrey;
|
16285
|
+
}
|
16286
|
+
.v-data-table-group-header-row td > span {
|
16287
|
+
padding-left: 5px;
|
16288
|
+
}
|
16289
|
+
|
16290
|
+
.v-data-table--loading .v-data-table__td {
|
16291
|
+
opacity: 0.3;
|
16292
|
+
}
|
16293
|
+
|
16294
|
+
.v-data-table__progress th {
|
16295
|
+
position: relative;
|
16296
|
+
border: none !important;
|
16297
|
+
height: auto !important;
|
16298
|
+
}
|
16299
|
+
|
16300
|
+
.v-data-table-group-header-row__column {
|
16301
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
16302
|
+
}
|
16303
|
+
|
16304
|
+
.v-data-table-header__content {
|
16305
|
+
display: flex;
|
16306
|
+
align-items: center;
|
16307
|
+
}
|
16308
|
+
|
16309
|
+
.v-data-table-header__sort-badge {
|
16310
|
+
display: inline-flex;
|
16311
|
+
justify-content: center;
|
16312
|
+
align-items: center;
|
16313
|
+
font-size: 0.875rem;
|
16314
|
+
padding: 4px;
|
16315
|
+
border-radius: 50%;
|
16316
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
16317
|
+
min-width: 20px;
|
16318
|
+
min-height: 20px;
|
16319
|
+
width: 20px;
|
16320
|
+
height: 20px;
|
16321
|
+
}
|
16322
|
+
|
16323
|
+
.v-data-table-headers__loader {
|
16324
|
+
bottom: auto;
|
16325
|
+
top: 0;
|
16326
|
+
left: 0;
|
16327
|
+
position: absolute;
|
16328
|
+
right: 0;
|
16329
|
+
width: 100%;
|
16330
|
+
z-index: 1;
|
16331
|
+
}
|
16332
|
+
|
16333
|
+
.v-data-table-rows-no-data {
|
16334
|
+
text-align: center;
|
16335
|
+
}.v-data-table-footer {
|
16336
|
+
display: flex;
|
16337
|
+
align-items: center;
|
16338
|
+
flex-wrap: wrap;
|
16339
|
+
padding: 0 8px;
|
16340
|
+
justify-content: flex-end;
|
16341
|
+
}
|
16342
|
+
|
16343
|
+
.v-data-table-footer__items-per-page {
|
16344
|
+
padding-inline-end: 24px;
|
16345
|
+
display: flex;
|
16346
|
+
align-items: center;
|
16347
|
+
justify-content: space-between;
|
16348
|
+
}
|
16349
|
+
.v-data-table-footer__items-per-page > span {
|
16350
|
+
padding-inline-end: 24px;
|
16351
|
+
}
|
16352
|
+
|
16353
|
+
.v-data-table-footer__info {
|
16354
|
+
display: flex;
|
16355
|
+
padding-inline-end: 24px;
|
16356
|
+
}
|
16357
|
+
|
16358
|
+
.v-data-table-footer__pagination {
|
16359
|
+
display: flex;
|
16360
|
+
align-items: center;
|
16361
|
+
}
|
16362
|
+
|
16363
|
+
.v-data-table-footer__page {
|
16364
|
+
padding: 0 8px;
|
16365
16365
|
}.v-application {
|
16366
16366
|
display: flex;
|
16367
16367
|
background: rgb(var(--v-theme-background));
|
@@ -16688,10 +16688,6 @@ html.overflow-y-hidden {
|
|
16688
16688
|
}
|
16689
16689
|
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
16690
16690
|
opacity: 0;
|
16691
|
-
}
|
16692
|
-
.v-autocomplete--selection-slot.v-text-field input {
|
16693
|
-
position: relative;
|
16694
|
-
padding-inline-start: 0;
|
16695
16691
|
}.v-avatar {
|
16696
16692
|
flex: none;
|
16697
16693
|
align-items: center;
|
@@ -17522,8 +17518,6 @@ html.overflow-y-hidden {
|
|
17522
17518
|
|
17523
17519
|
.v-snackbar-actions .v-btn {
|
17524
17520
|
padding: 0 8px;
|
17525
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
17526
|
-
opacity: var(--v-activated-opacity);
|
17527
17521
|
}/** if false, disabled buttons will be greyed out */
|
17528
17522
|
.v-btn-group {
|
17529
17523
|
display: inline-flex;
|
@@ -17581,6 +17575,8 @@ html.overflow-y-hidden {
|
|
17581
17575
|
}
|
17582
17576
|
.v-btn-group--tile {
|
17583
17577
|
border-radius: 0;
|
17578
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
17579
|
+
opacity: var(--v-activated-opacity);
|
17584
17580
|
}.v-card {
|
17585
17581
|
display: block;
|
17586
17582
|
overflow: hidden;
|
@@ -17941,6 +17937,7 @@ html.overflow-y-hidden {
|
|
17941
17937
|
display: inline-flex;
|
17942
17938
|
font-weight: 400;
|
17943
17939
|
max-width: 100%;
|
17940
|
+
min-width: 0;
|
17944
17941
|
overflow: hidden;
|
17945
17942
|
position: relative;
|
17946
17943
|
text-decoration: none;
|
@@ -18287,6 +18284,12 @@ html.overflow-y-hidden {
|
|
18287
18284
|
border-radius: 4px;
|
18288
18285
|
}
|
18289
18286
|
|
18287
|
+
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
18288
|
+
overflow: hidden;
|
18289
|
+
text-overflow: ellipsis;
|
18290
|
+
white-space: nowrap;
|
18291
|
+
}
|
18292
|
+
|
18290
18293
|
.v-chip__filter,
|
18291
18294
|
.v-chip__prepend,
|
18292
18295
|
.v-chip__append,
|
@@ -20940,6 +20943,22 @@ textarea.v-field__input::placeholder {
|
|
20940
20943
|
overflow: auto;
|
20941
20944
|
height: 100%;
|
20942
20945
|
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
20946
|
+
}.v-messages {
|
20947
|
+
flex: 1 1 auto;
|
20948
|
+
font-size: 12px;
|
20949
|
+
min-height: 14px;
|
20950
|
+
min-width: 1px;
|
20951
|
+
opacity: var(--v-medium-emphasis-opacity);
|
20952
|
+
position: relative;
|
20953
|
+
}
|
20954
|
+
.v-messages__message {
|
20955
|
+
line-height: 12px;
|
20956
|
+
word-break: break-word;
|
20957
|
+
overflow-wrap: break-word;
|
20958
|
+
word-wrap: break-word;
|
20959
|
+
-webkit-hyphens: auto;
|
20960
|
+
hyphens: auto;
|
20961
|
+
transition-duration: 150ms;
|
20943
20962
|
}.v-navigation-drawer {
|
20944
20963
|
-webkit-overflow-scrolling: touch;
|
20945
20964
|
background: rgb(var(--v-theme-surface));
|
@@ -21984,9 +22003,6 @@ html.v-overlay-scroll-blocked {
|
|
21984
22003
|
.v-switch .v-selection-control {
|
21985
22004
|
min-height: var(--v-input-control-height);
|
21986
22005
|
}
|
21987
|
-
.v-switch .v-selection-control__wrapper {
|
21988
|
-
width: auto;
|
21989
|
-
}
|
21990
22006
|
.v-switch .v-selection-control__input {
|
21991
22007
|
border-radius: 50%;
|
21992
22008
|
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -22002,6 +22018,9 @@ html.v-overlay-scroll-blocked {
|
|
22002
22018
|
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
22003
22019
|
transform: scale(0.75);
|
22004
22020
|
box-shadow: none;
|
22021
|
+
}
|
22022
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
22023
|
+
width: auto;
|
22005
22024
|
}.v-system-bar {
|
22006
22025
|
align-items: center;
|
22007
22026
|
display: flex;
|
@@ -23052,22 +23071,6 @@ html.v-overlay-scroll-blocked {
|
|
23052
23071
|
}
|
23053
23072
|
.v-window-y-reverse-transition-leave-to {
|
23054
23073
|
transform: translateY(100%);
|
23055
|
-
}.v-messages {
|
23056
|
-
flex: 1 1 auto;
|
23057
|
-
font-size: 12px;
|
23058
|
-
min-height: 14px;
|
23059
|
-
min-width: 1px;
|
23060
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23061
|
-
position: relative;
|
23062
|
-
}
|
23063
|
-
.v-messages__message {
|
23064
|
-
line-height: 12px;
|
23065
|
-
word-break: break-word;
|
23066
|
-
overflow-wrap: break-word;
|
23067
|
-
word-wrap: break-word;
|
23068
|
-
-webkit-hyphens: auto;
|
23069
|
-
hyphens: auto;
|
23070
|
-
transition-duration: 150ms;
|
23071
23074
|
}.v-color-picker-canvas {
|
23072
23075
|
display: flex;
|
23073
23076
|
position: relative;
|