@vuetify/nightly 3.8.7-master.2025-05-29 → 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 +9 -3
- package/dist/json/attributes.json +3246 -3246
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +184 -184
- package/dist/json/web-types.json +6070 -6070
- package/dist/vuetify-labs.cjs +90 -88
- package/dist/vuetify-labs.css +6727 -6727
- package/dist/vuetify-labs.d.ts +61 -57
- package/dist/vuetify-labs.esm.js +90 -88
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +90 -88
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +82 -76
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2975 -2975
- package/dist/vuetify.d.ts +61 -57
- package/dist/vuetify.esm.js +82 -76
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +82 -76
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +264 -265
- 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 +4 -11
- 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/composables/date/date.d.ts +4 -0
- package/lib/composables/date/date.js +14 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +3 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +3 -0
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
@@ -86,6 +86,7 @@ declare function useRtl(): {
|
|
86
86
|
|
87
87
|
interface DateInstance extends DateModule.InternalAdapter {
|
88
88
|
locale?: any;
|
89
|
+
createDateRange: (start: unknown, stop?: unknown) => unknown[];
|
89
90
|
}
|
90
91
|
/** Supports module augmentation to specify date adapter types */
|
91
92
|
declare namespace DateModule {
|
@@ -85809,6 +85810,7 @@ declare const createVuetify: {
|
|
85809
85810
|
options: InternalDateOptions;
|
85810
85811
|
instance: {
|
85811
85812
|
locale?: any;
|
85813
|
+
createDateRange: (start: unknown, stop?: unknown) => unknown[];
|
85812
85814
|
date: (value?: any) => unknown;
|
85813
85815
|
format: (date: unknown, formatString: string) => string;
|
85814
85816
|
toJsDate: (value: unknown) => Date;
|
@@ -85852,6 +85854,8 @@ declare const createVuetify: {
|
|
85852
85854
|
setHours: (date: unknown, hours: number) => unknown;
|
85853
85855
|
getMinutes: (date: unknown) => number;
|
85854
85856
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
85857
|
+
} & {
|
85858
|
+
createDateRange(start: unknown, stop?: unknown): unknown[];
|
85855
85859
|
};
|
85856
85860
|
};
|
85857
85861
|
goTo: GoToInstance;
|
@@ -85897,36 +85901,41 @@ declare module 'vue' {
|
|
85897
85901
|
$children?: VNodeChild
|
85898
85902
|
}
|
85899
85903
|
export interface GlobalComponents {
|
85904
|
+
VAppBar: VAppBar
|
85905
|
+
VAppBarNavIcon: VAppBarNavIcon
|
85906
|
+
VAppBarTitle: VAppBarTitle
|
85907
|
+
VApp: VApp
|
85900
85908
|
VAlert: VAlert
|
85901
85909
|
VAlertTitle: VAlertTitle
|
85902
|
-
VApp: VApp
|
85903
85910
|
VAutocomplete: VAutocomplete
|
85904
|
-
VAvatar: VAvatar
|
85905
85911
|
VBottomNavigation: VBottomNavigation
|
85912
|
+
VAvatar: VAvatar
|
85913
|
+
VBadge: VBadge
|
85906
85914
|
VBanner: VBanner
|
85907
85915
|
VBannerActions: VBannerActions
|
85908
85916
|
VBannerText: VBannerText
|
85909
85917
|
VBtn: VBtn
|
85910
85918
|
VBottomSheet: VBottomSheet
|
85919
|
+
VBreadcrumbs: VBreadcrumbs
|
85920
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
85921
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85922
|
+
VBtnToggle: VBtnToggle
|
85923
|
+
VCarousel: VCarousel
|
85924
|
+
VCarouselItem: VCarouselItem
|
85911
85925
|
VCard: VCard
|
85912
85926
|
VCardActions: VCardActions
|
85913
85927
|
VCardItem: VCardItem
|
85914
85928
|
VCardSubtitle: VCardSubtitle
|
85915
85929
|
VCardText: VCardText
|
85916
85930
|
VCardTitle: VCardTitle
|
85917
|
-
VBtnGroup: VBtnGroup
|
85918
|
-
VBadge: VBadge
|
85919
|
-
VBreadcrumbs: VBreadcrumbs
|
85920
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
85921
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85922
|
-
VChip: VChip
|
85923
85931
|
VCheckbox: VCheckbox
|
85924
85932
|
VCheckboxBtn: VCheckboxBtn
|
85933
|
+
VBtnGroup: VBtnGroup
|
85925
85934
|
VChipGroup: VChipGroup
|
85926
|
-
|
85927
|
-
VCode: VCode
|
85935
|
+
VChip: VChip
|
85928
85936
|
VCombobox: VCombobox
|
85929
|
-
|
85937
|
+
VCode: VCode
|
85938
|
+
VColorPicker: VColorPicker
|
85930
85939
|
VCounter: VCounter
|
85931
85940
|
VDataTable: VDataTable
|
85932
85941
|
VDataTableHeaders: VDataTableHeaders
|
@@ -85935,8 +85944,6 @@ declare module 'vue' {
|
|
85935
85944
|
VDataTableRow: VDataTableRow
|
85936
85945
|
VDataTableVirtual: VDataTableVirtual
|
85937
85946
|
VDataTableServer: VDataTableServer
|
85938
|
-
VCarousel: VCarousel
|
85939
|
-
VCarouselItem: VCarouselItem
|
85940
85947
|
VDatePicker: VDatePicker
|
85941
85948
|
VDatePickerControls: VDatePickerControls
|
85942
85949
|
VDatePickerHeader: VDatePickerHeader
|
@@ -85944,46 +85951,58 @@ declare module 'vue' {
|
|
85944
85951
|
VDatePickerMonths: VDatePickerMonths
|
85945
85952
|
VDatePickerYears: VDatePickerYears
|
85946
85953
|
VDialog: VDialog
|
85954
|
+
VFab: VFab
|
85947
85955
|
VEmptyState: VEmptyState
|
85948
|
-
VField: VField
|
85949
|
-
VFieldLabel: VFieldLabel
|
85950
85956
|
VExpansionPanels: VExpansionPanels
|
85951
85957
|
VExpansionPanel: VExpansionPanel
|
85952
85958
|
VExpansionPanelText: VExpansionPanelText
|
85953
85959
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85960
|
+
VDivider: VDivider
|
85954
85961
|
VFileInput: VFileInput
|
85955
|
-
|
85962
|
+
VField: VField
|
85963
|
+
VFieldLabel: VFieldLabel
|
85956
85964
|
VFooter: VFooter
|
85957
|
-
VDivider: VDivider
|
85958
85965
|
VImg: VImg
|
85966
|
+
VInput: VInput
|
85967
|
+
VIcon: VIcon
|
85968
|
+
VComponentIcon: VComponentIcon
|
85969
|
+
VSvgIcon: VSvgIcon
|
85970
|
+
VLigatureIcon: VLigatureIcon
|
85971
|
+
VClassIcon: VClassIcon
|
85959
85972
|
VItemGroup: VItemGroup
|
85960
85973
|
VItem: VItem
|
85974
|
+
VList: VList
|
85975
|
+
VListGroup: VListGroup
|
85976
|
+
VListImg: VListImg
|
85977
|
+
VListItem: VListItem
|
85978
|
+
VListItemAction: VListItemAction
|
85979
|
+
VListItemMedia: VListItemMedia
|
85980
|
+
VListItemSubtitle: VListItemSubtitle
|
85981
|
+
VListItemTitle: VListItemTitle
|
85982
|
+
VListSubheader: VListSubheader
|
85961
85983
|
VInfiniteScroll: VInfiniteScroll
|
85962
85984
|
VKbd: VKbd
|
85963
85985
|
VLabel: VLabel
|
85964
|
-
|
85965
|
-
VMain: VMain
|
85966
|
-
VMenu: VMenu
|
85967
|
-
VNumberInput: VNumberInput
|
85986
|
+
VMessages: VMessages
|
85968
85987
|
VNavigationDrawer: VNavigationDrawer
|
85988
|
+
VMenu: VMenu
|
85989
|
+
VMain: VMain
|
85969
85990
|
VOtpInput: VOtpInput
|
85970
|
-
|
85971
|
-
VProgressCircular: VProgressCircular
|
85991
|
+
VNumberInput: VNumberInput
|
85972
85992
|
VOverlay: VOverlay
|
85993
|
+
VProgressCircular: VProgressCircular
|
85973
85994
|
VPagination: VPagination
|
85974
85995
|
VProgressLinear: VProgressLinear
|
85975
85996
|
VRating: VRating
|
85997
|
+
VSelectionControlGroup: VSelectionControlGroup
|
85976
85998
|
VRadioGroup: VRadioGroup
|
85977
85999
|
VSelect: VSelect
|
85978
|
-
VSelectionControl: VSelectionControl
|
85979
86000
|
VSlideGroup: VSlideGroup
|
85980
86001
|
VSlideGroupItem: VSlideGroupItem
|
85981
|
-
|
86002
|
+
VSelectionControl: VSelectionControl
|
85982
86003
|
VSkeletonLoader: VSkeletonLoader
|
85983
86004
|
VSheet: VSheet
|
85984
|
-
VSelectionControlGroup: VSelectionControlGroup
|
85985
86005
|
VSnackbar: VSnackbar
|
85986
|
-
VSwitch: VSwitch
|
85987
86006
|
VStepper: VStepper
|
85988
86007
|
VStepperActions: VStepperActions
|
85989
86008
|
VStepperHeader: VStepperHeader
|
@@ -85994,52 +86013,38 @@ declare module 'vue' {
|
|
85994
86013
|
VTabs: VTabs
|
85995
86014
|
VTabsWindow: VTabsWindow
|
85996
86015
|
VTabsWindowItem: VTabsWindowItem
|
86016
|
+
VSlider: VSlider
|
85997
86017
|
VSystemBar: VSystemBar
|
86018
|
+
VSwitch: VSwitch
|
85998
86019
|
VTable: VTable
|
85999
|
-
VTextarea: VTextarea
|
86000
|
-
VTooltip: VTooltip
|
86001
86020
|
VTimeline: VTimeline
|
86002
86021
|
VTimelineItem: VTimelineItem
|
86022
|
+
VTextarea: VTextarea
|
86023
|
+
VTextField: VTextField
|
86003
86024
|
VToolbar: VToolbar
|
86004
86025
|
VToolbarTitle: VToolbarTitle
|
86005
86026
|
VToolbarItems: VToolbarItems
|
86006
|
-
VTextField: VTextField
|
86007
86027
|
VWindow: VWindow
|
86008
86028
|
VWindowItem: VWindowItem
|
86009
|
-
|
86010
|
-
|
86011
|
-
|
86012
|
-
VLigatureIcon: VLigatureIcon
|
86013
|
-
VClassIcon: VClassIcon
|
86014
|
-
VList: VList
|
86015
|
-
VListGroup: VListGroup
|
86016
|
-
VListImg: VListImg
|
86017
|
-
VListItem: VListItem
|
86018
|
-
VListItemAction: VListItemAction
|
86019
|
-
VListItemMedia: VListItemMedia
|
86020
|
-
VListItemSubtitle: VListItemSubtitle
|
86021
|
-
VListItemTitle: VListItemTitle
|
86022
|
-
VListSubheader: VListSubheader
|
86029
|
+
VTooltip: VTooltip
|
86030
|
+
VConfirmEdit: VConfirmEdit
|
86031
|
+
VDataIterator: VDataIterator
|
86023
86032
|
VDefaultsProvider: VDefaultsProvider
|
86024
86033
|
VForm: VForm
|
86034
|
+
VHover: VHover
|
86025
86035
|
VContainer: VContainer
|
86026
86036
|
VCol: VCol
|
86027
86037
|
VRow: VRow
|
86028
86038
|
VSpacer: VSpacer
|
86029
|
-
VHover: VHover
|
86030
|
-
VLazy: VLazy
|
86031
|
-
VAppBar: VAppBar
|
86032
|
-
VAppBarNavIcon: VAppBarNavIcon
|
86033
|
-
VAppBarTitle: VAppBarTitle
|
86034
|
-
VConfirmEdit: VConfirmEdit
|
86035
86039
|
VLayout: VLayout
|
86036
86040
|
VLayoutItem: VLayoutItem
|
86041
|
+
VLazy: VLazy
|
86037
86042
|
VLocaleProvider: VLocaleProvider
|
86038
86043
|
VNoSsr: VNoSsr
|
86039
86044
|
VParallax: VParallax
|
86040
86045
|
VRadio: VRadio
|
86041
|
-
VRangeSlider: VRangeSlider
|
86042
86046
|
VResponsive: VResponsive
|
86047
|
+
VRangeSlider: VRangeSlider
|
86043
86048
|
VSnackbarQueue: VSnackbarQueue
|
86044
86049
|
VSparkline: VSparkline
|
86045
86050
|
VSpeedDial: VSpeedDial
|
@@ -86062,29 +86067,28 @@ declare module 'vue' {
|
|
86062
86067
|
VExpandTransition: VExpandTransition
|
86063
86068
|
VExpandXTransition: VExpandXTransition
|
86064
86069
|
VDialogTransition: VDialogTransition
|
86065
|
-
|
86070
|
+
VColorInput: VColorInput
|
86066
86071
|
VCalendar: VCalendar
|
86067
86072
|
VCalendarDay: VCalendarDay
|
86068
86073
|
VCalendarHeader: VCalendarHeader
|
86069
86074
|
VCalendarInterval: VCalendarInterval
|
86070
86075
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86071
86076
|
VCalendarMonthDay: VCalendarMonthDay
|
86072
|
-
|
86077
|
+
VIconBtn: VIconBtn
|
86078
|
+
VFileUpload: VFileUpload
|
86079
|
+
VFileUploadItem: VFileUploadItem
|
86073
86080
|
VPicker: VPicker
|
86074
86081
|
VPickerTitle: VPickerTitle
|
86075
86082
|
VStepperVertical: VStepperVertical
|
86076
86083
|
VStepperVerticalItem: VStepperVerticalItem
|
86077
86084
|
VStepperVerticalActions: VStepperVerticalActions
|
86078
|
-
VFileUpload: VFileUpload
|
86079
|
-
VFileUploadItem: VFileUploadItem
|
86080
|
-
VIconBtn: VIconBtn
|
86081
86085
|
VTimePicker: VTimePicker
|
86082
86086
|
VTimePickerClock: VTimePickerClock
|
86083
86087
|
VTimePickerControls: VTimePickerControls
|
86088
|
+
VDateInput: VDateInput
|
86084
86089
|
VTreeview: VTreeview
|
86085
86090
|
VTreeviewItem: VTreeviewItem
|
86086
86091
|
VTreeviewGroup: VTreeviewGroup
|
86087
|
-
VDateInput: VDateInput
|
86088
86092
|
VPullToRefresh: VPullToRefresh
|
86089
86093
|
}
|
86090
86094
|
}
|