@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-02
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 +4 -3
- package/dist/json/attributes.json +3145 -3145
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +5896 -5896
- package/dist/vuetify-labs.cjs +73 -73
- package/dist/vuetify-labs.css +5220 -5220
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +73 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +67 -67
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3183 -3183
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +67 -67
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +67 -67
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +260 -260
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.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/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/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +4 -4
- 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/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 +58 -58
- 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,44 +101783,42 @@ declare module 'vue' {
|
|
101783
101783
|
$children?: VNodeChild
|
101784
101784
|
}
|
101785
101785
|
export interface GlobalComponents {
|
101786
|
+
VAppBar: VAppBar
|
101787
|
+
VAppBarNavIcon: VAppBarNavIcon
|
101788
|
+
VAppBarTitle: VAppBarTitle
|
101786
101789
|
VApp: VApp
|
101787
101790
|
VAlert: VAlert
|
101788
101791
|
VAlertTitle: VAlertTitle
|
101789
|
-
VAvatar: VAvatar
|
101790
101792
|
VAutocomplete: VAutocomplete
|
101791
101793
|
VBottomNavigation: VBottomNavigation
|
101794
|
+
VAvatar: VAvatar
|
101795
|
+
VBadge: VBadge
|
101792
101796
|
VBanner: VBanner
|
101793
101797
|
VBannerActions: VBannerActions
|
101794
101798
|
VBannerText: VBannerText
|
101795
|
-
VBadge: VBadge
|
101796
101799
|
VBtn: VBtn
|
101800
|
+
VBottomSheet: VBottomSheet
|
101797
101801
|
VBreadcrumbs: VBreadcrumbs
|
101798
101802
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101799
101803
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101804
|
+
VBtnToggle: VBtnToggle
|
101805
|
+
VCarousel: VCarousel
|
101806
|
+
VCarouselItem: VCarouselItem
|
101800
101807
|
VCard: VCard
|
101801
101808
|
VCardActions: VCardActions
|
101802
101809
|
VCardItem: VCardItem
|
101803
101810
|
VCardSubtitle: VCardSubtitle
|
101804
101811
|
VCardText: VCardText
|
101805
101812
|
VCardTitle: VCardTitle
|
101806
|
-
VBottomSheet: VBottomSheet
|
101807
|
-
VBtnToggle: VBtnToggle
|
101808
101813
|
VCheckbox: VCheckbox
|
101809
101814
|
VCheckboxBtn: VCheckboxBtn
|
101810
101815
|
VBtnGroup: VBtnGroup
|
101816
|
+
VChipGroup: VChipGroup
|
101811
101817
|
VChip: VChip
|
101812
|
-
|
101813
|
-
VCarouselItem: VCarouselItem
|
101818
|
+
VCombobox: VCombobox
|
101814
101819
|
VCode: VCode
|
101815
|
-
VChipGroup: VChipGroup
|
101816
101820
|
VColorPicker: VColorPicker
|
101817
|
-
|
101818
|
-
VDatePicker: VDatePicker
|
101819
|
-
VDatePickerControls: VDatePickerControls
|
101820
|
-
VDatePickerHeader: VDatePickerHeader
|
101821
|
-
VDatePickerMonth: VDatePickerMonth
|
101822
|
-
VDatePickerMonths: VDatePickerMonths
|
101823
|
-
VDatePickerYears: VDatePickerYears
|
101821
|
+
VCounter: VCounter
|
101824
101822
|
VDataTable: VDataTable
|
101825
101823
|
VDataTableHeaders: VDataTableHeaders
|
101826
101824
|
VDataTableFooter: VDataTableFooter
|
@@ -101828,18 +101826,26 @@ declare module 'vue' {
|
|
101828
101826
|
VDataTableRow: VDataTableRow
|
101829
101827
|
VDataTableVirtual: VDataTableVirtual
|
101830
101828
|
VDataTableServer: VDataTableServer
|
101831
|
-
|
101829
|
+
VDatePicker: VDatePicker
|
101830
|
+
VDatePickerControls: VDatePickerControls
|
101831
|
+
VDatePickerHeader: VDatePickerHeader
|
101832
|
+
VDatePickerMonth: VDatePickerMonth
|
101833
|
+
VDatePickerMonths: VDatePickerMonths
|
101834
|
+
VDatePickerYears: VDatePickerYears
|
101832
101835
|
VDialog: VDialog
|
101836
|
+
VFab: VFab
|
101833
101837
|
VEmptyState: VEmptyState
|
101834
|
-
VDivider: VDivider
|
101835
101838
|
VExpansionPanels: VExpansionPanels
|
101836
101839
|
VExpansionPanel: VExpansionPanel
|
101837
101840
|
VExpansionPanelText: VExpansionPanelText
|
101838
101841
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101839
|
-
|
101842
|
+
VDivider: VDivider
|
101843
|
+
VFileInput: VFileInput
|
101840
101844
|
VField: VField
|
101841
101845
|
VFieldLabel: VFieldLabel
|
101842
|
-
|
101846
|
+
VFooter: VFooter
|
101847
|
+
VImg: VImg
|
101848
|
+
VInput: VInput
|
101843
101849
|
VIcon: VIcon
|
101844
101850
|
VComponentIcon: VComponentIcon
|
101845
101851
|
VSvgIcon: VSvgIcon
|
@@ -101847,12 +101853,6 @@ declare module 'vue' {
|
|
101847
101853
|
VClassIcon: VClassIcon
|
101848
101854
|
VItemGroup: VItemGroup
|
101849
101855
|
VItem: VItem
|
101850
|
-
VInfiniteScroll: VInfiniteScroll
|
101851
|
-
VFooter: VFooter
|
101852
|
-
VInput: VInput
|
101853
|
-
VImg: VImg
|
101854
|
-
VKbd: VKbd
|
101855
|
-
VLabel: VLabel
|
101856
101856
|
VList: VList
|
101857
101857
|
VListGroup: VListGroup
|
101858
101858
|
VListImg: VListImg
|
@@ -101862,29 +101862,29 @@ declare module 'vue' {
|
|
101862
101862
|
VListItemSubtitle: VListItemSubtitle
|
101863
101863
|
VListItemTitle: VListItemTitle
|
101864
101864
|
VListSubheader: VListSubheader
|
101865
|
-
|
101865
|
+
VInfiniteScroll: VInfiniteScroll
|
101866
|
+
VKbd: VKbd
|
101867
|
+
VLabel: VLabel
|
101866
101868
|
VMessages: VMessages
|
101867
|
-
VNumberInput: VNumberInput
|
101868
|
-
VMain: VMain
|
101869
101869
|
VNavigationDrawer: VNavigationDrawer
|
101870
|
-
|
101870
|
+
VMenu: VMenu
|
101871
|
+
VMain: VMain
|
101871
101872
|
VOtpInput: VOtpInput
|
101872
|
-
|
101873
|
-
|
101873
|
+
VNumberInput: VNumberInput
|
101874
|
+
VOverlay: VOverlay
|
101874
101875
|
VProgressCircular: VProgressCircular
|
101875
|
-
|
101876
|
+
VPagination: VPagination
|
101877
|
+
VProgressLinear: VProgressLinear
|
101876
101878
|
VRating: VRating
|
101877
101879
|
VSelectionControlGroup: VSelectionControlGroup
|
101878
|
-
|
101879
|
-
|
101880
|
-
VSlider: VSlider
|
101881
|
-
VSheet: VSheet
|
101880
|
+
VRadioGroup: VRadioGroup
|
101881
|
+
VSelect: VSelect
|
101882
101882
|
VSlideGroup: VSlideGroup
|
101883
101883
|
VSlideGroupItem: VSlideGroupItem
|
101884
|
+
VSelectionControl: VSelectionControl
|
101885
|
+
VSkeletonLoader: VSkeletonLoader
|
101886
|
+
VSheet: VSheet
|
101884
101887
|
VSnackbar: VSnackbar
|
101885
|
-
VSelect: VSelect
|
101886
|
-
VSystemBar: VSystemBar
|
101887
|
-
VSwitch: VSwitch
|
101888
101888
|
VStepper: VStepper
|
101889
101889
|
VStepperActions: VStepperActions
|
101890
101890
|
VStepperHeader: VStepperHeader
|
@@ -101895,44 +101895,44 @@ declare module 'vue' {
|
|
101895
101895
|
VTabs: VTabs
|
101896
101896
|
VTabsWindow: VTabsWindow
|
101897
101897
|
VTabsWindowItem: VTabsWindowItem
|
101898
|
+
VSlider: VSlider
|
101899
|
+
VSystemBar: VSystemBar
|
101900
|
+
VSwitch: VSwitch
|
101901
|
+
VTable: VTable
|
101902
|
+
VTimeline: VTimeline
|
101903
|
+
VTimelineItem: VTimelineItem
|
101898
101904
|
VTextarea: VTextarea
|
101899
101905
|
VTextField: VTextField
|
101900
|
-
VTable: VTable
|
101901
|
-
VTooltip: VTooltip
|
101902
101906
|
VToolbar: VToolbar
|
101903
101907
|
VToolbarTitle: VToolbarTitle
|
101904
101908
|
VToolbarItems: VToolbarItems
|
101905
|
-
VTimeline: VTimeline
|
101906
|
-
VTimelineItem: VTimelineItem
|
101907
101909
|
VWindow: VWindow
|
101908
101910
|
VWindowItem: VWindowItem
|
101909
|
-
|
101910
|
-
VAppBarNavIcon: VAppBarNavIcon
|
101911
|
-
VAppBarTitle: VAppBarTitle
|
101911
|
+
VTooltip: VTooltip
|
101912
101912
|
VConfirmEdit: VConfirmEdit
|
101913
|
-
VDefaultsProvider: VDefaultsProvider
|
101914
101913
|
VDataIterator: VDataIterator
|
101914
|
+
VDefaultsProvider: VDefaultsProvider
|
101915
101915
|
VForm: VForm
|
101916
|
+
VHover: VHover
|
101916
101917
|
VContainer: VContainer
|
101917
101918
|
VCol: VCol
|
101918
101919
|
VRow: VRow
|
101919
101920
|
VSpacer: VSpacer
|
101920
|
-
VHover: VHover
|
101921
101921
|
VLayout: VLayout
|
101922
101922
|
VLayoutItem: VLayoutItem
|
101923
101923
|
VLazy: VLazy
|
101924
101924
|
VLocaleProvider: VLocaleProvider
|
101925
|
+
VNoSsr: VNoSsr
|
101925
101926
|
VParallax: VParallax
|
101926
101927
|
VRadio: VRadio
|
101927
|
-
VNoSsr: VNoSsr
|
101928
|
-
VRangeSlider: VRangeSlider
|
101929
101928
|
VResponsive: VResponsive
|
101930
|
-
|
101929
|
+
VRangeSlider: VRangeSlider
|
101931
101930
|
VSnackbarQueue: VSnackbarQueue
|
101931
|
+
VSparkline: VSparkline
|
101932
101932
|
VSpeedDial: VSpeedDial
|
101933
101933
|
VThemeProvider: VThemeProvider
|
101934
|
-
VValidation: VValidation
|
101935
101934
|
VVirtualScroll: VVirtualScroll
|
101935
|
+
VValidation: VValidation
|
101936
101936
|
VFabTransition: VFabTransition
|
101937
101937
|
VDialogBottomTransition: VDialogBottomTransition
|
101938
101938
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101949,28 +101949,28 @@ declare module 'vue' {
|
|
101949
101949
|
VExpandTransition: VExpandTransition
|
101950
101950
|
VExpandXTransition: VExpandXTransition
|
101951
101951
|
VDialogTransition: VDialogTransition
|
101952
|
-
|
101953
|
-
VFileUploadItem: VFileUploadItem
|
101954
|
-
VIconBtn: VIconBtn
|
101952
|
+
VColorInput: VColorInput
|
101955
101953
|
VCalendar: VCalendar
|
101956
101954
|
VCalendarDay: VCalendarDay
|
101957
101955
|
VCalendarHeader: VCalendarHeader
|
101958
101956
|
VCalendarInterval: VCalendarInterval
|
101959
101957
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101960
101958
|
VCalendarMonthDay: VCalendarMonthDay
|
101959
|
+
VIconBtn: VIconBtn
|
101960
|
+
VFileUpload: VFileUpload
|
101961
|
+
VFileUploadItem: VFileUploadItem
|
101962
|
+
VPicker: VPicker
|
101963
|
+
VPickerTitle: VPickerTitle
|
101961
101964
|
VStepperVertical: VStepperVertical
|
101962
101965
|
VStepperVerticalItem: VStepperVerticalItem
|
101963
101966
|
VStepperVerticalActions: VStepperVerticalActions
|
101964
|
-
VPicker: VPicker
|
101965
|
-
VPickerTitle: VPickerTitle
|
101966
101967
|
VTimePicker: VTimePicker
|
101967
101968
|
VTimePickerClock: VTimePickerClock
|
101968
101969
|
VTimePickerControls: VTimePickerControls
|
101970
|
+
VDateInput: VDateInput
|
101969
101971
|
VTreeview: VTreeview
|
101970
101972
|
VTreeviewItem: VTreeviewItem
|
101971
101973
|
VTreeviewGroup: VTreeviewGroup
|
101972
|
-
VColorInput: VColorInput
|
101973
|
-
VDateInput: VDateInput
|
101974
101974
|
VPullToRefresh: VPullToRefresh
|
101975
101975
|
}
|
101976
101976
|
}
|