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

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
@@ -82945,42 +82945,38 @@ declare module 'vue' {
82945
82945
  $children?: VNodeChild
82946
82946
  }
82947
82947
  export interface GlobalComponents {
82948
- VAppBar: VAppBar
82949
- VAppBarNavIcon: VAppBarNavIcon
82950
- VAppBarTitle: VAppBarTitle
82951
82948
  VApp: VApp
82952
- VAvatar: VAvatar
82953
- VAutocomplete: VAutocomplete
82954
82949
  VAlert: VAlert
82955
82950
  VAlertTitle: VAlertTitle
82951
+ VAvatar: VAvatar
82956
82952
  VBanner: VBanner
82957
82953
  VBannerActions: VBannerActions
82958
82954
  VBannerText: VBannerText
82959
- VBottomNavigation: VBottomNavigation
82960
- VBadge: VBadge
82955
+ VBottomSheet: VBottomSheet
82961
82956
  VBtn: VBtn
82957
+ VAutocomplete: VAutocomplete
82958
+ VBottomNavigation: VBottomNavigation
82959
+ VBreadcrumbs: VBreadcrumbs
82960
+ VBreadcrumbsItem: VBreadcrumbsItem
82961
+ VBreadcrumbsDivider: VBreadcrumbsDivider
82962
+ VBtnGroup: VBtnGroup
82963
+ VCarousel: VCarousel
82964
+ VCarouselItem: VCarouselItem
82962
82965
  VCard: VCard
82963
82966
  VCardActions: VCardActions
82964
82967
  VCardItem: VCardItem
82965
82968
  VCardSubtitle: VCardSubtitle
82966
82969
  VCardText: VCardText
82967
82970
  VCardTitle: VCardTitle
82968
- VBreadcrumbs: VBreadcrumbs
82969
- VBreadcrumbsItem: VBreadcrumbsItem
82970
- VBreadcrumbsDivider: VBreadcrumbsDivider
82971
- VBottomSheet: VBottomSheet
82972
82971
  VBtnToggle: VBtnToggle
82973
- VBtnGroup: VBtnGroup
82974
82972
  VCheckbox: VCheckbox
82975
82973
  VCheckboxBtn: VCheckboxBtn
82976
82974
  VChip: VChip
82977
- VCounter: VCounter
82978
- VCarousel: VCarousel
82979
- VCarouselItem: VCarouselItem
82980
82975
  VChipGroup: VChipGroup
82981
- VColorPicker: VColorPicker
82982
- VCombobox: VCombobox
82983
82976
  VCode: VCode
82977
+ VBadge: VBadge
82978
+ VCombobox: VCombobox
82979
+ VColorPicker: VColorPicker
82984
82980
  VDataTable: VDataTable
82985
82981
  VDataTableHeaders: VDataTableHeaders
82986
82982
  VDataTableFooter: VDataTableFooter
@@ -82988,38 +82984,39 @@ declare module 'vue' {
82988
82984
  VDataTableRow: VDataTableRow
82989
82985
  VDataTableVirtual: VDataTableVirtual
82990
82986
  VDataTableServer: VDataTableServer
82987
+ VDialog: VDialog
82988
+ VAppBar: VAppBar
82989
+ VAppBarNavIcon: VAppBarNavIcon
82990
+ VAppBarTitle: VAppBarTitle
82991
+ VCounter: VCounter
82992
+ VDivider: VDivider
82991
82993
  VDatePicker: VDatePicker
82992
82994
  VDatePickerControls: VDatePickerControls
82993
82995
  VDatePickerHeader: VDatePickerHeader
82994
82996
  VDatePickerMonth: VDatePickerMonth
82995
82997
  VDatePickerMonths: VDatePickerMonths
82996
82998
  VDatePickerYears: VDatePickerYears
82997
- VDialog: VDialog
82998
- VDivider: VDivider
82999
82999
  VEmptyState: VEmptyState
83000
83000
  VFab: VFab
83001
- VIcon: VIcon
83002
- VComponentIcon: VComponentIcon
83003
- VSvgIcon: VSvgIcon
83004
- VLigatureIcon: VLigatureIcon
83005
- VClassIcon: VClassIcon
83006
- VField: VField
83007
- VFieldLabel: VFieldLabel
83001
+ VFileInput: VFileInput
83008
83002
  VExpansionPanels: VExpansionPanels
83009
83003
  VExpansionPanel: VExpansionPanel
83010
83004
  VExpansionPanelText: VExpansionPanelText
83011
83005
  VExpansionPanelTitle: VExpansionPanelTitle
83012
83006
  VFooter: VFooter
83013
- VFileInput: VFileInput
83007
+ VField: VField
83008
+ VFieldLabel: VFieldLabel
83009
+ VIcon: VIcon
83010
+ VComponentIcon: VComponentIcon
83011
+ VSvgIcon: VSvgIcon
83012
+ VLigatureIcon: VLigatureIcon
83013
+ VClassIcon: VClassIcon
83014
83014
  VImg: VImg
83015
83015
  VItemGroup: VItemGroup
83016
83016
  VItem: VItem
83017
+ VLabel: VLabel
83017
83018
  VInput: VInput
83018
83019
  VInfiniteScroll: VInfiniteScroll
83019
- VLabel: VLabel
83020
- VKbd: VKbd
83021
- VMain: VMain
83022
- VNavigationDrawer: VNavigationDrawer
83023
83020
  VList: VList
83024
83021
  VListGroup: VListGroup
83025
83022
  VListImg: VListImg
@@ -83029,72 +83026,75 @@ declare module 'vue' {
83029
83026
  VListItemSubtitle: VListItemSubtitle
83030
83027
  VListItemTitle: VListItemTitle
83031
83028
  VListSubheader: VListSubheader
83029
+ VKbd: VKbd
83032
83030
  VMenu: VMenu
83033
83031
  VMessages: VMessages
83032
+ VMain: VMain
83034
83033
  VNumberInput: VNumberInput
83035
83034
  VOtpInput: VOtpInput
83036
83035
  VOverlay: VOverlay
83036
+ VNavigationDrawer: VNavigationDrawer
83037
+ VRadioGroup: VRadioGroup
83037
83038
  VProgressLinear: VProgressLinear
83038
- VProgressCircular: VProgressCircular
83039
83039
  VPagination: VPagination
83040
83040
  VRating: VRating
83041
- VRadioGroup: VRadioGroup
83042
- VSelect: VSelect
83043
- VSelectionControlGroup: VSelectionControlGroup
83044
83041
  VSelectionControl: VSelectionControl
83042
+ VSelect: VSelect
83043
+ VProgressCircular: VProgressCircular
83045
83044
  VSheet: VSheet
83045
+ VSkeletonLoader: VSkeletonLoader
83046
+ VSelectionControlGroup: VSelectionControlGroup
83046
83047
  VSlideGroup: VSlideGroup
83047
83048
  VSlideGroupItem: VSlideGroupItem
83048
- VSkeletonLoader: VSkeletonLoader
83049
83049
  VSnackbar: VSnackbar
83050
83050
  VSlider: VSlider
83051
+ VSwitch: VSwitch
83051
83052
  VStepper: VStepper
83052
83053
  VStepperActions: VStepperActions
83053
83054
  VStepperHeader: VStepperHeader
83054
83055
  VStepperItem: VStepperItem
83055
83056
  VStepperWindow: VStepperWindow
83056
83057
  VStepperWindowItem: VStepperWindowItem
83057
- VTextarea: VTextarea
83058
- VSwitch: VSwitch
83059
- VSystemBar: VSystemBar
83060
83058
  VTab: VTab
83061
83059
  VTabs: VTabs
83062
83060
  VTabsWindow: VTabsWindow
83063
83061
  VTabsWindowItem: VTabsWindowItem
83062
+ VSystemBar: VSystemBar
83064
83063
  VTable: VTable
83065
83064
  VTextField: VTextField
83066
83065
  VTimeline: VTimeline
83067
83066
  VTimelineItem: VTimelineItem
83068
- VToolbar: VToolbar
83069
- VToolbarTitle: VToolbarTitle
83070
- VToolbarItems: VToolbarItems
83071
83067
  VTooltip: VTooltip
83068
+ VTextarea: VTextarea
83072
83069
  VWindow: VWindow
83073
83070
  VWindowItem: VWindowItem
83074
- VConfirmEdit: VConfirmEdit
83071
+ VToolbar: VToolbar
83072
+ VToolbarTitle: VToolbarTitle
83073
+ VToolbarItems: VToolbarItems
83075
83074
  VDataIterator: VDataIterator
83075
+ VConfirmEdit: VConfirmEdit
83076
83076
  VDefaultsProvider: VDefaultsProvider
83077
- VHover: VHover
83078
83077
  VForm: VForm
83079
83078
  VContainer: VContainer
83080
83079
  VCol: VCol
83081
83080
  VRow: VRow
83082
83081
  VSpacer: VSpacer
83082
+ VHover: VHover
83083
83083
  VLayout: VLayout
83084
83084
  VLayoutItem: VLayoutItem
83085
83085
  VLazy: VLazy
83086
83086
  VLocaleProvider: VLocaleProvider
83087
83087
  VNoSsr: VNoSsr
83088
83088
  VParallax: VParallax
83089
+ VRadio: VRadio
83089
83090
  VRangeSlider: VRangeSlider
83090
83091
  VResponsive: VResponsive
83091
- VRadio: VRadio
83092
- VSnackbarQueue: VSnackbarQueue
83093
83092
  VSparkline: VSparkline
83093
+ VSnackbarQueue: VSnackbarQueue
83094
83094
  VSpeedDial: VSpeedDial
83095
83095
  VThemeProvider: VThemeProvider
83096
- VValidation: VValidation
83097
83096
  VVirtualScroll: VVirtualScroll
83097
+ VValidation: VValidation
83098
83098
  VFabTransition: VFabTransition
83099
83099
  VDialogBottomTransition: VDialogBottomTransition
83100
83100
  VDialogTopTransition: VDialogTopTransition
@@ -83111,26 +83111,26 @@ declare module 'vue' {
83111
83111
  VExpandTransition: VExpandTransition
83112
83112
  VExpandXTransition: VExpandXTransition
83113
83113
  VDialogTransition: VDialogTransition
83114
+ VFileUpload: VFileUpload
83115
+ VFileUploadItem: VFileUploadItem
83114
83116
  VCalendar: VCalendar
83115
83117
  VCalendarDay: VCalendarDay
83116
83118
  VCalendarHeader: VCalendarHeader
83117
83119
  VCalendarInterval: VCalendarInterval
83118
83120
  VCalendarIntervalEvent: VCalendarIntervalEvent
83119
83121
  VCalendarMonthDay: VCalendarMonthDay
83120
- VIconBtn: VIconBtn
83121
- VFileUpload: VFileUpload
83122
- VFileUploadItem: VFileUploadItem
83123
- VTreeview: VTreeview
83124
- VTreeviewItem: VTreeviewItem
83125
- VTreeviewGroup: VTreeviewGroup
83122
+ VPicker: VPicker
83123
+ VPickerTitle: VPickerTitle
83126
83124
  VStepperVertical: VStepperVertical
83127
83125
  VStepperVerticalItem: VStepperVerticalItem
83128
83126
  VStepperVerticalActions: VStepperVerticalActions
83129
- VPicker: VPicker
83130
- VPickerTitle: VPickerTitle
83127
+ VIconBtn: VIconBtn
83131
83128
  VTimePicker: VTimePicker
83132
83129
  VTimePickerClock: VTimePickerClock
83133
83130
  VTimePickerControls: VTimePickerControls
83131
+ VTreeview: VTreeview
83132
+ VTreeviewItem: VTreeviewItem
83133
+ VTreeviewGroup: VTreeviewGroup
83134
83134
  VDateInput: VDateInput
83135
83135
  VPullToRefresh: VPullToRefresh
83136
83136
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.1-master.2025-04-09
2
+ * Vuetify v3.8.1-master.2025-04-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2804,8 +2804,8 @@ function genDefaults$1() {
2804
2804
  surface: '#212121',
2805
2805
  'surface-bright': '#ccbfd6',
2806
2806
  'surface-light': '#424242',
2807
- 'surface-variant': '#a3a3a3',
2808
- 'on-surface-variant': '#424242',
2807
+ 'surface-variant': '#c8c8c8',
2808
+ 'on-surface-variant': '#000000',
2809
2809
  primary: '#2196F3',
2810
2810
  'primary-darken-1': '#277CC1',
2811
2811
  secondary: '#54B6B2',
@@ -7159,6 +7159,11 @@ function useValidation(props) {
7159
7159
  }
7160
7160
  async function validate() {
7161
7161
  let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
7162
+ if (props.disabled || props.readonly) {
7163
+ internalErrorMessages.value = [];
7164
+ isValidating.value = false;
7165
+ return internalErrorMessages.value;
7166
+ }
7162
7167
  const results = [];
7163
7168
  isValidating.value = true;
7164
7169
  for (const rule of props.rules) {
@@ -29158,7 +29163,7 @@ function createVuetify$1() {
29158
29163
  };
29159
29164
  });
29160
29165
  }
29161
- const version$1 = "3.8.1-master.2025-04-09";
29166
+ const version$1 = "3.8.1-master.2025-04-13";
29162
29167
  createVuetify$1.version = version$1;
29163
29168
 
29164
29169
  // Vue's inject() can only be used in setup
@@ -29183,7 +29188,7 @@ const createVuetify = function () {
29183
29188
  ...options
29184
29189
  });
29185
29190
  };
29186
- const version = "3.8.1-master.2025-04-09";
29191
+ const version = "3.8.1-master.2025-04-13";
29187
29192
  createVuetify.version = version;
29188
29193
 
29189
29194
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };