@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-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/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +3132 -3132
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +5875 -5875
- package/dist/vuetify-labs.cjs +90 -80
- package/dist/vuetify-labs.css +3328 -3322
- package/dist/vuetify-labs.d.ts +42 -42
- package/dist/vuetify-labs.esm.js +90 -80
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +90 -80
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +84 -74
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4505 -4499
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +84 -74
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +84 -74
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +265 -265
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VChip/VChip.js +1 -0
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +6 -6
- package/lib/components/VCombobox/VCombobox.sass +3 -9
- package/lib/components/VDataTable/VDataTableColumn.js +3 -3
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +3 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -3
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VImg/VImg.js +7 -7
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.css +6 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSelect/_mixins.scss +14 -0
- package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +16 -10
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +6 -6
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VSlider/slider.js +4 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VTable/VTable.js +3 -3
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -5
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +42 -42
- package/lib/framework.js +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
@@ -101783,38 +101783,39 @@ declare module 'vue' {
|
|
101783
101783
|
$children?: VNodeChild
|
101784
101784
|
}
|
101785
101785
|
export interface GlobalComponents {
|
101786
|
+
VBadge: VBadge
|
101786
101787
|
VApp: VApp
|
101787
|
-
|
101788
|
-
VAlertTitle: VAlertTitle
|
101789
|
-
VAvatar: VAvatar
|
101790
|
-
VAutocomplete: VAutocomplete
|
101788
|
+
VBottomSheet: VBottomSheet
|
101791
101789
|
VBottomNavigation: VBottomNavigation
|
101790
|
+
VAutocomplete: VAutocomplete
|
101791
|
+
VAvatar: VAvatar
|
101792
101792
|
VBanner: VBanner
|
101793
101793
|
VBannerActions: VBannerActions
|
101794
101794
|
VBannerText: VBannerText
|
101795
|
-
|
101796
|
-
|
101795
|
+
VAlert: VAlert
|
101796
|
+
VAlertTitle: VAlertTitle
|
101797
|
+
VBtnGroup: VBtnGroup
|
101797
101798
|
VBreadcrumbs: VBreadcrumbs
|
101798
101799
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101799
101800
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101801
|
+
VBtn: VBtn
|
101800
101802
|
VCard: VCard
|
101801
101803
|
VCardActions: VCardActions
|
101802
101804
|
VCardItem: VCardItem
|
101803
101805
|
VCardSubtitle: VCardSubtitle
|
101804
101806
|
VCardText: VCardText
|
101805
101807
|
VCardTitle: VCardTitle
|
101806
|
-
VBottomSheet: VBottomSheet
|
101807
101808
|
VBtnToggle: VBtnToggle
|
101808
|
-
VCheckbox: VCheckbox
|
101809
|
-
VCheckboxBtn: VCheckboxBtn
|
101810
|
-
VBtnGroup: VBtnGroup
|
101811
|
-
VChip: VChip
|
101812
101809
|
VCarousel: VCarousel
|
101813
101810
|
VCarouselItem: VCarouselItem
|
101814
101811
|
VCode: VCode
|
101812
|
+
VChip: VChip
|
101815
101813
|
VChipGroup: VChipGroup
|
101816
|
-
|
101814
|
+
VCheckbox: VCheckbox
|
101815
|
+
VCheckboxBtn: VCheckboxBtn
|
101817
101816
|
VCombobox: VCombobox
|
101817
|
+
VDialog: VDialog
|
101818
|
+
VColorPicker: VColorPicker
|
101818
101819
|
VDatePicker: VDatePicker
|
101819
101820
|
VDatePickerControls: VDatePickerControls
|
101820
101821
|
VDatePickerHeader: VDatePickerHeader
|
@@ -101829,7 +101830,6 @@ declare module 'vue' {
|
|
101829
101830
|
VDataTableVirtual: VDataTableVirtual
|
101830
101831
|
VDataTableServer: VDataTableServer
|
101831
101832
|
VCounter: VCounter
|
101832
|
-
VDialog: VDialog
|
101833
101833
|
VEmptyState: VEmptyState
|
101834
101834
|
VDivider: VDivider
|
101835
101835
|
VExpansionPanels: VExpansionPanels
|
@@ -101839,20 +101839,21 @@ declare module 'vue' {
|
|
101839
101839
|
VFab: VFab
|
101840
101840
|
VField: VField
|
101841
101841
|
VFieldLabel: VFieldLabel
|
101842
|
+
VFooter: VFooter
|
101842
101843
|
VFileInput: VFileInput
|
101843
101844
|
VIcon: VIcon
|
101844
101845
|
VComponentIcon: VComponentIcon
|
101845
101846
|
VSvgIcon: VSvgIcon
|
101846
101847
|
VLigatureIcon: VLigatureIcon
|
101847
101848
|
VClassIcon: VClassIcon
|
101849
|
+
VInfiniteScroll: VInfiniteScroll
|
101848
101850
|
VItemGroup: VItemGroup
|
101849
101851
|
VItem: VItem
|
101850
|
-
VInfiniteScroll: VInfiniteScroll
|
101851
|
-
VFooter: VFooter
|
101852
|
-
VInput: VInput
|
101853
101852
|
VImg: VImg
|
101854
101853
|
VKbd: VKbd
|
101855
101854
|
VLabel: VLabel
|
101855
|
+
VInput: VInput
|
101856
|
+
VMain: VMain
|
101856
101857
|
VList: VList
|
101857
101858
|
VListGroup: VListGroup
|
101858
101859
|
VListImg: VListImg
|
@@ -101863,28 +101864,25 @@ declare module 'vue' {
|
|
101863
101864
|
VListItemTitle: VListItemTitle
|
101864
101865
|
VListSubheader: VListSubheader
|
101865
101866
|
VMenu: VMenu
|
101866
|
-
VMessages: VMessages
|
101867
101867
|
VNumberInput: VNumberInput
|
101868
|
-
|
101868
|
+
VOtpInput: VOtpInput
|
101869
101869
|
VNavigationDrawer: VNavigationDrawer
|
101870
|
+
VMessages: VMessages
|
101870
101871
|
VOverlay: VOverlay
|
101871
|
-
|
101872
|
+
VPagination: VPagination
|
101872
101873
|
VProgressLinear: VProgressLinear
|
101873
101874
|
VRadioGroup: VRadioGroup
|
101874
|
-
VProgressCircular: VProgressCircular
|
101875
|
-
VSelectionControl: VSelectionControl
|
101876
101875
|
VRating: VRating
|
101876
|
+
VProgressCircular: VProgressCircular
|
101877
101877
|
VSelectionControlGroup: VSelectionControlGroup
|
101878
|
-
VPagination: VPagination
|
101879
101878
|
VSkeletonLoader: VSkeletonLoader
|
101880
101879
|
VSlider: VSlider
|
101881
101880
|
VSheet: VSheet
|
101882
|
-
VSlideGroup: VSlideGroup
|
101883
|
-
VSlideGroupItem: VSlideGroupItem
|
101884
101881
|
VSnackbar: VSnackbar
|
101885
|
-
VSelect: VSelect
|
101886
|
-
VSystemBar: VSystemBar
|
101887
101882
|
VSwitch: VSwitch
|
101883
|
+
VSlideGroup: VSlideGroup
|
101884
|
+
VSlideGroupItem: VSlideGroupItem
|
101885
|
+
VTable: VTable
|
101888
101886
|
VStepper: VStepper
|
101889
101887
|
VStepperActions: VStepperActions
|
101890
101888
|
VStepperHeader: VStepperHeader
|
@@ -101895,23 +101893,23 @@ declare module 'vue' {
|
|
101895
101893
|
VTabs: VTabs
|
101896
101894
|
VTabsWindow: VTabsWindow
|
101897
101895
|
VTabsWindowItem: VTabsWindowItem
|
101898
|
-
VTextarea: VTextarea
|
101899
101896
|
VTextField: VTextField
|
101900
|
-
|
101901
|
-
|
101902
|
-
VToolbar: VToolbar
|
101903
|
-
VToolbarTitle: VToolbarTitle
|
101904
|
-
VToolbarItems: VToolbarItems
|
101897
|
+
VTextarea: VTextarea
|
101898
|
+
VSystemBar: VSystemBar
|
101905
101899
|
VTimeline: VTimeline
|
101906
101900
|
VTimelineItem: VTimelineItem
|
101907
101901
|
VWindow: VWindow
|
101908
101902
|
VWindowItem: VWindowItem
|
101903
|
+
VTooltip: VTooltip
|
101904
|
+
VToolbar: VToolbar
|
101905
|
+
VToolbarTitle: VToolbarTitle
|
101906
|
+
VToolbarItems: VToolbarItems
|
101909
101907
|
VAppBar: VAppBar
|
101910
101908
|
VAppBarNavIcon: VAppBarNavIcon
|
101911
101909
|
VAppBarTitle: VAppBarTitle
|
101912
101910
|
VConfirmEdit: VConfirmEdit
|
101913
|
-
VDefaultsProvider: VDefaultsProvider
|
101914
101911
|
VDataIterator: VDataIterator
|
101912
|
+
VDefaultsProvider: VDefaultsProvider
|
101915
101913
|
VForm: VForm
|
101916
101914
|
VContainer: VContainer
|
101917
101915
|
VCol: VCol
|
@@ -101920,12 +101918,12 @@ declare module 'vue' {
|
|
101920
101918
|
VHover: VHover
|
101921
101919
|
VLayout: VLayout
|
101922
101920
|
VLayoutItem: VLayoutItem
|
101923
|
-
VLazy: VLazy
|
101924
101921
|
VLocaleProvider: VLocaleProvider
|
101922
|
+
VLazy: VLazy
|
101925
101923
|
VParallax: VParallax
|
101926
|
-
VRadio: VRadio
|
101927
101924
|
VNoSsr: VNoSsr
|
101928
101925
|
VRangeSlider: VRangeSlider
|
101926
|
+
VRadio: VRadio
|
101929
101927
|
VResponsive: VResponsive
|
101930
101928
|
VSparkline: VSparkline
|
101931
101929
|
VSnackbarQueue: VSnackbarQueue
|
@@ -101949,27 +101947,29 @@ declare module 'vue' {
|
|
101949
101947
|
VExpandTransition: VExpandTransition
|
101950
101948
|
VExpandXTransition: VExpandXTransition
|
101951
101949
|
VDialogTransition: VDialogTransition
|
101952
|
-
|
101953
|
-
|
101954
|
-
VIconBtn: VIconBtn
|
101950
|
+
VSelectionControl: VSelectionControl
|
101951
|
+
VSelect: VSelect
|
101955
101952
|
VCalendar: VCalendar
|
101956
101953
|
VCalendarDay: VCalendarDay
|
101957
101954
|
VCalendarHeader: VCalendarHeader
|
101958
101955
|
VCalendarInterval: VCalendarInterval
|
101959
101956
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101960
101957
|
VCalendarMonthDay: VCalendarMonthDay
|
101961
|
-
|
101962
|
-
|
101963
|
-
|
101958
|
+
VColorInput: VColorInput
|
101959
|
+
VFileUpload: VFileUpload
|
101960
|
+
VFileUploadItem: VFileUploadItem
|
101961
|
+
VIconBtn: VIconBtn
|
101964
101962
|
VPicker: VPicker
|
101965
101963
|
VPickerTitle: VPickerTitle
|
101966
101964
|
VTimePicker: VTimePicker
|
101967
101965
|
VTimePickerClock: VTimePickerClock
|
101968
101966
|
VTimePickerControls: VTimePickerControls
|
101967
|
+
VStepperVertical: VStepperVertical
|
101968
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101969
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101969
101970
|
VTreeview: VTreeview
|
101970
101971
|
VTreeviewItem: VTreeviewItem
|
101971
101972
|
VTreeviewGroup: VTreeviewGroup
|
101972
|
-
VColorInput: VColorInput
|
101973
101973
|
VDateInput: VDateInput
|
101974
101974
|
VPullToRefresh: VPullToRefresh
|
101975
101975
|
}
|