@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-labs.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 {
|
@@ -101694,6 +101695,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
101694
101695
|
options: InternalDateOptions;
|
101695
101696
|
instance: {
|
101696
101697
|
locale?: any;
|
101698
|
+
createDateRange: (start: unknown, stop?: unknown) => unknown[];
|
101697
101699
|
date: (value?: any) => unknown;
|
101698
101700
|
format: (date: unknown, formatString: string) => string;
|
101699
101701
|
toJsDate: (value: unknown) => Date;
|
@@ -101737,6 +101739,8 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
101737
101739
|
setHours: (date: unknown, hours: number) => unknown;
|
101738
101740
|
getMinutes: (date: unknown) => number;
|
101739
101741
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
101742
|
+
} & {
|
101743
|
+
createDateRange(start: unknown, stop?: unknown): unknown[];
|
101740
101744
|
};
|
101741
101745
|
};
|
101742
101746
|
goTo: GoToInstance;
|
@@ -101779,36 +101783,41 @@ declare module 'vue' {
|
|
101779
101783
|
$children?: VNodeChild
|
101780
101784
|
}
|
101781
101785
|
export interface GlobalComponents {
|
101786
|
+
VAppBar: VAppBar
|
101787
|
+
VAppBarNavIcon: VAppBarNavIcon
|
101788
|
+
VAppBarTitle: VAppBarTitle
|
101789
|
+
VApp: VApp
|
101782
101790
|
VAlert: VAlert
|
101783
101791
|
VAlertTitle: VAlertTitle
|
101784
|
-
VApp: VApp
|
101785
101792
|
VAutocomplete: VAutocomplete
|
101786
|
-
VAvatar: VAvatar
|
101787
101793
|
VBottomNavigation: VBottomNavigation
|
101794
|
+
VAvatar: VAvatar
|
101795
|
+
VBadge: VBadge
|
101788
101796
|
VBanner: VBanner
|
101789
101797
|
VBannerActions: VBannerActions
|
101790
101798
|
VBannerText: VBannerText
|
101791
101799
|
VBtn: VBtn
|
101792
101800
|
VBottomSheet: VBottomSheet
|
101801
|
+
VBreadcrumbs: VBreadcrumbs
|
101802
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
101803
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101804
|
+
VBtnToggle: VBtnToggle
|
101805
|
+
VCarousel: VCarousel
|
101806
|
+
VCarouselItem: VCarouselItem
|
101793
101807
|
VCard: VCard
|
101794
101808
|
VCardActions: VCardActions
|
101795
101809
|
VCardItem: VCardItem
|
101796
101810
|
VCardSubtitle: VCardSubtitle
|
101797
101811
|
VCardText: VCardText
|
101798
101812
|
VCardTitle: VCardTitle
|
101799
|
-
VBtnGroup: VBtnGroup
|
101800
|
-
VBadge: VBadge
|
101801
|
-
VBreadcrumbs: VBreadcrumbs
|
101802
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
101803
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101804
|
-
VChip: VChip
|
101805
101813
|
VCheckbox: VCheckbox
|
101806
101814
|
VCheckboxBtn: VCheckboxBtn
|
101815
|
+
VBtnGroup: VBtnGroup
|
101807
101816
|
VChipGroup: VChipGroup
|
101808
|
-
|
101809
|
-
VCode: VCode
|
101817
|
+
VChip: VChip
|
101810
101818
|
VCombobox: VCombobox
|
101811
|
-
|
101819
|
+
VCode: VCode
|
101820
|
+
VColorPicker: VColorPicker
|
101812
101821
|
VCounter: VCounter
|
101813
101822
|
VDataTable: VDataTable
|
101814
101823
|
VDataTableHeaders: VDataTableHeaders
|
@@ -101817,8 +101826,6 @@ declare module 'vue' {
|
|
101817
101826
|
VDataTableRow: VDataTableRow
|
101818
101827
|
VDataTableVirtual: VDataTableVirtual
|
101819
101828
|
VDataTableServer: VDataTableServer
|
101820
|
-
VCarousel: VCarousel
|
101821
|
-
VCarouselItem: VCarouselItem
|
101822
101829
|
VDatePicker: VDatePicker
|
101823
101830
|
VDatePickerControls: VDatePickerControls
|
101824
101831
|
VDatePickerHeader: VDatePickerHeader
|
@@ -101826,46 +101833,58 @@ declare module 'vue' {
|
|
101826
101833
|
VDatePickerMonths: VDatePickerMonths
|
101827
101834
|
VDatePickerYears: VDatePickerYears
|
101828
101835
|
VDialog: VDialog
|
101836
|
+
VFab: VFab
|
101829
101837
|
VEmptyState: VEmptyState
|
101830
|
-
VField: VField
|
101831
|
-
VFieldLabel: VFieldLabel
|
101832
101838
|
VExpansionPanels: VExpansionPanels
|
101833
101839
|
VExpansionPanel: VExpansionPanel
|
101834
101840
|
VExpansionPanelText: VExpansionPanelText
|
101835
101841
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101842
|
+
VDivider: VDivider
|
101836
101843
|
VFileInput: VFileInput
|
101837
|
-
|
101844
|
+
VField: VField
|
101845
|
+
VFieldLabel: VFieldLabel
|
101838
101846
|
VFooter: VFooter
|
101839
|
-
VDivider: VDivider
|
101840
101847
|
VImg: VImg
|
101848
|
+
VInput: VInput
|
101849
|
+
VIcon: VIcon
|
101850
|
+
VComponentIcon: VComponentIcon
|
101851
|
+
VSvgIcon: VSvgIcon
|
101852
|
+
VLigatureIcon: VLigatureIcon
|
101853
|
+
VClassIcon: VClassIcon
|
101841
101854
|
VItemGroup: VItemGroup
|
101842
101855
|
VItem: VItem
|
101856
|
+
VList: VList
|
101857
|
+
VListGroup: VListGroup
|
101858
|
+
VListImg: VListImg
|
101859
|
+
VListItem: VListItem
|
101860
|
+
VListItemAction: VListItemAction
|
101861
|
+
VListItemMedia: VListItemMedia
|
101862
|
+
VListItemSubtitle: VListItemSubtitle
|
101863
|
+
VListItemTitle: VListItemTitle
|
101864
|
+
VListSubheader: VListSubheader
|
101843
101865
|
VInfiniteScroll: VInfiniteScroll
|
101844
101866
|
VKbd: VKbd
|
101845
101867
|
VLabel: VLabel
|
101846
|
-
|
101847
|
-
VMain: VMain
|
101848
|
-
VMenu: VMenu
|
101849
|
-
VNumberInput: VNumberInput
|
101868
|
+
VMessages: VMessages
|
101850
101869
|
VNavigationDrawer: VNavigationDrawer
|
101870
|
+
VMenu: VMenu
|
101871
|
+
VMain: VMain
|
101851
101872
|
VOtpInput: VOtpInput
|
101852
|
-
|
101853
|
-
VProgressCircular: VProgressCircular
|
101873
|
+
VNumberInput: VNumberInput
|
101854
101874
|
VOverlay: VOverlay
|
101875
|
+
VProgressCircular: VProgressCircular
|
101855
101876
|
VPagination: VPagination
|
101856
101877
|
VProgressLinear: VProgressLinear
|
101857
101878
|
VRating: VRating
|
101879
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101858
101880
|
VRadioGroup: VRadioGroup
|
101859
101881
|
VSelect: VSelect
|
101860
|
-
VSelectionControl: VSelectionControl
|
101861
101882
|
VSlideGroup: VSlideGroup
|
101862
101883
|
VSlideGroupItem: VSlideGroupItem
|
101863
|
-
|
101884
|
+
VSelectionControl: VSelectionControl
|
101864
101885
|
VSkeletonLoader: VSkeletonLoader
|
101865
101886
|
VSheet: VSheet
|
101866
|
-
VSelectionControlGroup: VSelectionControlGroup
|
101867
101887
|
VSnackbar: VSnackbar
|
101868
|
-
VSwitch: VSwitch
|
101869
101888
|
VStepper: VStepper
|
101870
101889
|
VStepperActions: VStepperActions
|
101871
101890
|
VStepperHeader: VStepperHeader
|
@@ -101876,52 +101895,38 @@ declare module 'vue' {
|
|
101876
101895
|
VTabs: VTabs
|
101877
101896
|
VTabsWindow: VTabsWindow
|
101878
101897
|
VTabsWindowItem: VTabsWindowItem
|
101898
|
+
VSlider: VSlider
|
101879
101899
|
VSystemBar: VSystemBar
|
101900
|
+
VSwitch: VSwitch
|
101880
101901
|
VTable: VTable
|
101881
|
-
VTextarea: VTextarea
|
101882
|
-
VTooltip: VTooltip
|
101883
101902
|
VTimeline: VTimeline
|
101884
101903
|
VTimelineItem: VTimelineItem
|
101904
|
+
VTextarea: VTextarea
|
101905
|
+
VTextField: VTextField
|
101885
101906
|
VToolbar: VToolbar
|
101886
101907
|
VToolbarTitle: VToolbarTitle
|
101887
101908
|
VToolbarItems: VToolbarItems
|
101888
|
-
VTextField: VTextField
|
101889
101909
|
VWindow: VWindow
|
101890
101910
|
VWindowItem: VWindowItem
|
101891
|
-
|
101892
|
-
|
101893
|
-
|
101894
|
-
VLigatureIcon: VLigatureIcon
|
101895
|
-
VClassIcon: VClassIcon
|
101896
|
-
VList: VList
|
101897
|
-
VListGroup: VListGroup
|
101898
|
-
VListImg: VListImg
|
101899
|
-
VListItem: VListItem
|
101900
|
-
VListItemAction: VListItemAction
|
101901
|
-
VListItemMedia: VListItemMedia
|
101902
|
-
VListItemSubtitle: VListItemSubtitle
|
101903
|
-
VListItemTitle: VListItemTitle
|
101904
|
-
VListSubheader: VListSubheader
|
101911
|
+
VTooltip: VTooltip
|
101912
|
+
VConfirmEdit: VConfirmEdit
|
101913
|
+
VDataIterator: VDataIterator
|
101905
101914
|
VDefaultsProvider: VDefaultsProvider
|
101906
101915
|
VForm: VForm
|
101916
|
+
VHover: VHover
|
101907
101917
|
VContainer: VContainer
|
101908
101918
|
VCol: VCol
|
101909
101919
|
VRow: VRow
|
101910
101920
|
VSpacer: VSpacer
|
101911
|
-
VHover: VHover
|
101912
|
-
VLazy: VLazy
|
101913
|
-
VAppBar: VAppBar
|
101914
|
-
VAppBarNavIcon: VAppBarNavIcon
|
101915
|
-
VAppBarTitle: VAppBarTitle
|
101916
|
-
VConfirmEdit: VConfirmEdit
|
101917
101921
|
VLayout: VLayout
|
101918
101922
|
VLayoutItem: VLayoutItem
|
101923
|
+
VLazy: VLazy
|
101919
101924
|
VLocaleProvider: VLocaleProvider
|
101920
101925
|
VNoSsr: VNoSsr
|
101921
101926
|
VParallax: VParallax
|
101922
101927
|
VRadio: VRadio
|
101923
|
-
VRangeSlider: VRangeSlider
|
101924
101928
|
VResponsive: VResponsive
|
101929
|
+
VRangeSlider: VRangeSlider
|
101925
101930
|
VSnackbarQueue: VSnackbarQueue
|
101926
101931
|
VSparkline: VSparkline
|
101927
101932
|
VSpeedDial: VSpeedDial
|
@@ -101944,29 +101949,28 @@ declare module 'vue' {
|
|
101944
101949
|
VExpandTransition: VExpandTransition
|
101945
101950
|
VExpandXTransition: VExpandXTransition
|
101946
101951
|
VDialogTransition: VDialogTransition
|
101947
|
-
|
101952
|
+
VColorInput: VColorInput
|
101948
101953
|
VCalendar: VCalendar
|
101949
101954
|
VCalendarDay: VCalendarDay
|
101950
101955
|
VCalendarHeader: VCalendarHeader
|
101951
101956
|
VCalendarInterval: VCalendarInterval
|
101952
101957
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101953
101958
|
VCalendarMonthDay: VCalendarMonthDay
|
101954
|
-
|
101959
|
+
VIconBtn: VIconBtn
|
101960
|
+
VFileUpload: VFileUpload
|
101961
|
+
VFileUploadItem: VFileUploadItem
|
101955
101962
|
VPicker: VPicker
|
101956
101963
|
VPickerTitle: VPickerTitle
|
101957
101964
|
VStepperVertical: VStepperVertical
|
101958
101965
|
VStepperVerticalItem: VStepperVerticalItem
|
101959
101966
|
VStepperVerticalActions: VStepperVerticalActions
|
101960
|
-
VFileUpload: VFileUpload
|
101961
|
-
VFileUploadItem: VFileUploadItem
|
101962
|
-
VIconBtn: VIconBtn
|
101963
101967
|
VTimePicker: VTimePicker
|
101964
101968
|
VTimePickerClock: VTimePickerClock
|
101965
101969
|
VTimePickerControls: VTimePickerControls
|
101970
|
+
VDateInput: VDateInput
|
101966
101971
|
VTreeview: VTreeview
|
101967
101972
|
VTreeviewItem: VTreeviewItem
|
101968
101973
|
VTreeviewGroup: VTreeviewGroup
|
101969
|
-
VDateInput: VDateInput
|
101970
101974
|
VPullToRefresh: VPullToRefresh
|
101971
101975
|
}
|
101972
101976
|
}
|