@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-14

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/dist/vuetify.d.ts CHANGED
@@ -3349,7 +3349,11 @@ declare const index_d$2_md1: typeof md1;
3349
3349
  declare const index_d$2_md2: typeof md2;
3350
3350
  declare const index_d$2_md3: typeof md3;
3351
3351
  declare namespace index_d$2 {
3352
- export { index_d$2_md1 as md1, index_d$2_md2 as md2, index_d$2_md3 as md3 };
3352
+ export {
3353
+ index_d$2_md1 as md1,
3354
+ index_d$2_md2 as md2,
3355
+ index_d$2_md3 as md3,
3356
+ };
3353
3357
  }
3354
3358
 
3355
3359
  declare const VApp: {
@@ -82828,7 +82832,16 @@ declare const index_d_Scroll: typeof Scroll;
82828
82832
  declare const index_d_Tooltip: typeof Tooltip;
82829
82833
  declare const index_d_Touch: typeof Touch;
82830
82834
  declare namespace index_d {
82831
- export { index_d_ClickOutside as ClickOutside, index_d_Intersect as Intersect, index_d_Mutate as Mutate, index_d_Resize as Resize, index_d_Ripple as Ripple, index_d_Scroll as Scroll, index_d_Tooltip as Tooltip, index_d_Touch as Touch };
82835
+ export {
82836
+ index_d_ClickOutside as ClickOutside,
82837
+ index_d_Intersect as Intersect,
82838
+ index_d_Mutate as Mutate,
82839
+ index_d_Resize as Resize,
82840
+ index_d_Ripple as Ripple,
82841
+ index_d_Scroll as Scroll,
82842
+ index_d_Tooltip as Tooltip,
82843
+ index_d_Touch as Touch,
82844
+ };
82832
82845
  }
82833
82846
 
82834
82847
  declare const createVuetify: {
@@ -82948,75 +82961,76 @@ declare module 'vue' {
82948
82961
  VApp: VApp
82949
82962
  VAlert: VAlert
82950
82963
  VAlertTitle: VAlertTitle
82951
- VAvatar: VAvatar
82952
- VBanner: VBanner
82953
- VBannerActions: VBannerActions
82954
- VBannerText: VBannerText
82955
- VBottomSheet: VBottomSheet
82956
- VBtn: VBtn
82957
- VAutocomplete: VAutocomplete
82958
82964
  VBottomNavigation: VBottomNavigation
82965
+ VAutocomplete: VAutocomplete
82966
+ VAppBar: VAppBar
82967
+ VAppBarNavIcon: VAppBarNavIcon
82968
+ VAppBarTitle: VAppBarTitle
82969
+ VAvatar: VAvatar
82970
+ VBtnToggle: VBtnToggle
82959
82971
  VBreadcrumbs: VBreadcrumbs
82960
82972
  VBreadcrumbsItem: VBreadcrumbsItem
82961
82973
  VBreadcrumbsDivider: VBreadcrumbsDivider
82974
+ VBadge: VBadge
82975
+ VBottomSheet: VBottomSheet
82976
+ VBtn: VBtn
82977
+ VBanner: VBanner
82978
+ VBannerActions: VBannerActions
82979
+ VBannerText: VBannerText
82962
82980
  VBtnGroup: VBtnGroup
82963
- VCarousel: VCarousel
82964
- VCarouselItem: VCarouselItem
82981
+ VCheckbox: VCheckbox
82982
+ VCheckboxBtn: VCheckboxBtn
82965
82983
  VCard: VCard
82966
82984
  VCardActions: VCardActions
82967
82985
  VCardItem: VCardItem
82968
82986
  VCardSubtitle: VCardSubtitle
82969
82987
  VCardText: VCardText
82970
82988
  VCardTitle: VCardTitle
82971
- VBtnToggle: VBtnToggle
82972
- VCheckbox: VCheckbox
82973
- VCheckboxBtn: VCheckboxBtn
82974
- VChip: VChip
82975
- VChipGroup: VChipGroup
82976
82989
  VCode: VCode
82977
- VBadge: VBadge
82978
- VCombobox: VCombobox
82990
+ VCarousel: VCarousel
82991
+ VCarouselItem: VCarouselItem
82992
+ VChipGroup: VChipGroup
82993
+ VChip: VChip
82979
82994
  VColorPicker: VColorPicker
82980
- VDataTable: VDataTable
82981
- VDataTableHeaders: VDataTableHeaders
82982
- VDataTableFooter: VDataTableFooter
82983
- VDataTableRows: VDataTableRows
82984
- VDataTableRow: VDataTableRow
82985
- VDataTableVirtual: VDataTableVirtual
82986
- VDataTableServer: VDataTableServer
82995
+ VCombobox: VCombobox
82987
82996
  VDialog: VDialog
82988
- VAppBar: VAppBar
82989
- VAppBarNavIcon: VAppBarNavIcon
82990
- VAppBarTitle: VAppBarTitle
82991
- VCounter: VCounter
82992
- VDivider: VDivider
82993
82997
  VDatePicker: VDatePicker
82994
82998
  VDatePickerControls: VDatePickerControls
82995
82999
  VDatePickerHeader: VDatePickerHeader
82996
83000
  VDatePickerMonth: VDatePickerMonth
82997
83001
  VDatePickerMonths: VDatePickerMonths
82998
83002
  VDatePickerYears: VDatePickerYears
82999
- VEmptyState: VEmptyState
83000
- VFab: VFab
83001
- VFileInput: VFileInput
83003
+ VCounter: VCounter
83004
+ VDataTable: VDataTable
83005
+ VDataTableHeaders: VDataTableHeaders
83006
+ VDataTableFooter: VDataTableFooter
83007
+ VDataTableRows: VDataTableRows
83008
+ VDataTableRow: VDataTableRow
83009
+ VDataTableVirtual: VDataTableVirtual
83010
+ VDataTableServer: VDataTableServer
83002
83011
  VExpansionPanels: VExpansionPanels
83003
83012
  VExpansionPanel: VExpansionPanel
83004
83013
  VExpansionPanelText: VExpansionPanelText
83005
83014
  VExpansionPanelTitle: VExpansionPanelTitle
83006
- VFooter: VFooter
83015
+ VDivider: VDivider
83016
+ VEmptyState: VEmptyState
83017
+ VFab: VFab
83007
83018
  VField: VField
83008
83019
  VFieldLabel: VFieldLabel
83020
+ VFileInput: VFileInput
83021
+ VFooter: VFooter
83009
83022
  VIcon: VIcon
83010
83023
  VComponentIcon: VComponentIcon
83011
83024
  VSvgIcon: VSvgIcon
83012
83025
  VLigatureIcon: VLigatureIcon
83013
83026
  VClassIcon: VClassIcon
83027
+ VInfiniteScroll: VInfiniteScroll
83014
83028
  VImg: VImg
83029
+ VLabel: VLabel
83030
+ VKbd: VKbd
83015
83031
  VItemGroup: VItemGroup
83016
83032
  VItem: VItem
83017
- VLabel: VLabel
83018
83033
  VInput: VInput
83019
- VInfiniteScroll: VInfiniteScroll
83020
83034
  VList: VList
83021
83035
  VListGroup: VListGroup
83022
83036
  VListImg: VListImg
@@ -83026,75 +83040,74 @@ declare module 'vue' {
83026
83040
  VListItemSubtitle: VListItemSubtitle
83027
83041
  VListItemTitle: VListItemTitle
83028
83042
  VListSubheader: VListSubheader
83029
- VKbd: VKbd
83030
- VMenu: VMenu
83031
- VMessages: VMessages
83032
83043
  VMain: VMain
83033
- VNumberInput: VNumberInput
83034
- VOtpInput: VOtpInput
83035
- VOverlay: VOverlay
83036
83044
  VNavigationDrawer: VNavigationDrawer
83037
- VRadioGroup: VRadioGroup
83045
+ VMessages: VMessages
83046
+ VOverlay: VOverlay
83047
+ VMenu: VMenu
83048
+ VOtpInput: VOtpInput
83049
+ VNumberInput: VNumberInput
83038
83050
  VProgressLinear: VProgressLinear
83039
83051
  VPagination: VPagination
83040
- VRating: VRating
83052
+ VProgressCircular: VProgressCircular
83041
83053
  VSelectionControl: VSelectionControl
83054
+ VRadioGroup: VRadioGroup
83055
+ VRating: VRating
83042
83056
  VSelect: VSelect
83043
- VProgressCircular: VProgressCircular
83044
83057
  VSheet: VSheet
83045
- VSkeletonLoader: VSkeletonLoader
83046
83058
  VSelectionControlGroup: VSelectionControlGroup
83047
- VSlideGroup: VSlideGroup
83048
- VSlideGroupItem: VSlideGroupItem
83059
+ VSkeletonLoader: VSkeletonLoader
83049
83060
  VSnackbar: VSnackbar
83050
- VSlider: VSlider
83051
83061
  VSwitch: VSwitch
83062
+ VSlider: VSlider
83063
+ VTab: VTab
83064
+ VTabs: VTabs
83065
+ VTabsWindow: VTabsWindow
83066
+ VTabsWindowItem: VTabsWindowItem
83067
+ VSlideGroup: VSlideGroup
83068
+ VSlideGroupItem: VSlideGroupItem
83069
+ VSystemBar: VSystemBar
83070
+ VTextarea: VTextarea
83052
83071
  VStepper: VStepper
83053
83072
  VStepperActions: VStepperActions
83054
83073
  VStepperHeader: VStepperHeader
83055
83074
  VStepperItem: VStepperItem
83056
83075
  VStepperWindow: VStepperWindow
83057
83076
  VStepperWindowItem: VStepperWindowItem
83058
- VTab: VTab
83059
- VTabs: VTabs
83060
- VTabsWindow: VTabsWindow
83061
- VTabsWindowItem: VTabsWindowItem
83062
- VSystemBar: VSystemBar
83063
83077
  VTable: VTable
83064
83078
  VTextField: VTextField
83079
+ VToolbar: VToolbar
83080
+ VToolbarTitle: VToolbarTitle
83081
+ VToolbarItems: VToolbarItems
83065
83082
  VTimeline: VTimeline
83066
83083
  VTimelineItem: VTimelineItem
83067
83084
  VTooltip: VTooltip
83068
- VTextarea: VTextarea
83069
83085
  VWindow: VWindow
83070
83086
  VWindowItem: VWindowItem
83071
- VToolbar: VToolbar
83072
- VToolbarTitle: VToolbarTitle
83073
- VToolbarItems: VToolbarItems
83074
- VDataIterator: VDataIterator
83075
83087
  VConfirmEdit: VConfirmEdit
83076
- VDefaultsProvider: VDefaultsProvider
83077
- VForm: VForm
83088
+ VDataIterator: VDataIterator
83078
83089
  VContainer: VContainer
83079
83090
  VCol: VCol
83080
83091
  VRow: VRow
83081
83092
  VSpacer: VSpacer
83093
+ VDefaultsProvider: VDefaultsProvider
83082
83094
  VHover: VHover
83095
+ VForm: VForm
83083
83096
  VLayout: VLayout
83084
83097
  VLayoutItem: VLayoutItem
83085
83098
  VLazy: VLazy
83086
83099
  VLocaleProvider: VLocaleProvider
83087
- VNoSsr: VNoSsr
83088
83100
  VParallax: VParallax
83101
+ VNoSsr: VNoSsr
83089
83102
  VRadio: VRadio
83090
83103
  VRangeSlider: VRangeSlider
83091
83104
  VResponsive: VResponsive
83092
- VSparkline: VSparkline
83093
83105
  VSnackbarQueue: VSnackbarQueue
83106
+ VSparkline: VSparkline
83094
83107
  VSpeedDial: VSpeedDial
83095
83108
  VThemeProvider: VThemeProvider
83096
- VVirtualScroll: VVirtualScroll
83097
83109
  VValidation: VValidation
83110
+ VVirtualScroll: VVirtualScroll
83098
83111
  VFabTransition: VFabTransition
83099
83112
  VDialogBottomTransition: VDialogBottomTransition
83100
83113
  VDialogTopTransition: VDialogTopTransition
@@ -83111,26 +83124,26 @@ declare module 'vue' {
83111
83124
  VExpandTransition: VExpandTransition
83112
83125
  VExpandXTransition: VExpandXTransition
83113
83126
  VDialogTransition: VDialogTransition
83114
- VFileUpload: VFileUpload
83115
- VFileUploadItem: VFileUploadItem
83116
83127
  VCalendar: VCalendar
83117
83128
  VCalendarDay: VCalendarDay
83118
83129
  VCalendarHeader: VCalendarHeader
83119
83130
  VCalendarInterval: VCalendarInterval
83120
83131
  VCalendarIntervalEvent: VCalendarIntervalEvent
83121
83132
  VCalendarMonthDay: VCalendarMonthDay
83133
+ VIconBtn: VIconBtn
83122
83134
  VPicker: VPicker
83123
83135
  VPickerTitle: VPickerTitle
83124
83136
  VStepperVertical: VStepperVertical
83125
83137
  VStepperVerticalItem: VStepperVerticalItem
83126
83138
  VStepperVerticalActions: VStepperVerticalActions
83127
- VIconBtn: VIconBtn
83128
83139
  VTimePicker: VTimePicker
83129
83140
  VTimePickerClock: VTimePickerClock
83130
83141
  VTimePickerControls: VTimePickerControls
83131
83142
  VTreeview: VTreeview
83132
83143
  VTreeviewItem: VTreeviewItem
83133
83144
  VTreeviewGroup: VTreeviewGroup
83145
+ VFileUpload: VFileUpload
83146
+ VFileUploadItem: VFileUploadItem
83134
83147
  VDateInput: VDateInput
83135
83148
  VPullToRefresh: VPullToRefresh
83136
83149
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.1-master.2025-04-13
2
+ * Vuetify v3.8.1-master.2025-04-14
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29163,7 +29163,7 @@ function createVuetify$1() {
29163
29163
  };
29164
29164
  });
29165
29165
  }
29166
- const version$1 = "3.8.1-master.2025-04-13";
29166
+ const version$1 = "3.8.1-master.2025-04-14";
29167
29167
  createVuetify$1.version = version$1;
29168
29168
 
29169
29169
  // Vue's inject() can only be used in setup
@@ -29188,7 +29188,7 @@ const createVuetify = function () {
29188
29188
  ...options
29189
29189
  });
29190
29190
  };
29191
- const version = "3.8.1-master.2025-04-13";
29191
+ const version = "3.8.1-master.2025-04-14";
29192
29192
  createVuetify.version = version;
29193
29193
 
29194
29194
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };