@vuetify/nightly 3.8.1-master.2025-04-10 → 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/CHANGELOG.md +29 -22
- package/dist/json/attributes.json +3421 -3421
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6072 -6072
- package/dist/vuetify-labs.cjs +34 -23
- package/dist/vuetify-labs.css +5148 -5148
- package/dist/vuetify-labs.d.ts +71 -58
- package/dist/vuetify-labs.esm.js +34 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3928 -3928
- package/dist/vuetify.d.ts +71 -58
- package/dist/vuetify.esm.js +10 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.js +2 -2
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/package.json +56 -51
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 {
|
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 {
|
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: {
|
@@ -82945,48 +82958,49 @@ declare module 'vue' {
|
|
82945
82958
|
$children?: VNodeChild
|
82946
82959
|
}
|
82947
82960
|
export interface GlobalComponents {
|
82961
|
+
VApp: VApp
|
82948
82962
|
VAlert: VAlert
|
82949
82963
|
VAlertTitle: VAlertTitle
|
82964
|
+
VBottomNavigation: VBottomNavigation
|
82965
|
+
VAutocomplete: VAutocomplete
|
82950
82966
|
VAppBar: VAppBar
|
82951
82967
|
VAppBarNavIcon: VAppBarNavIcon
|
82952
82968
|
VAppBarTitle: VAppBarTitle
|
82953
|
-
VApp: VApp
|
82954
|
-
VAutocomplete: VAutocomplete
|
82955
82969
|
VAvatar: VAvatar
|
82970
|
+
VBtnToggle: VBtnToggle
|
82971
|
+
VBreadcrumbs: VBreadcrumbs
|
82972
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
82973
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82974
|
+
VBadge: VBadge
|
82975
|
+
VBottomSheet: VBottomSheet
|
82976
|
+
VBtn: VBtn
|
82956
82977
|
VBanner: VBanner
|
82957
82978
|
VBannerActions: VBannerActions
|
82958
82979
|
VBannerText: VBannerText
|
82959
|
-
VBottomNavigation: VBottomNavigation
|
82960
|
-
VBottomSheet: VBottomSheet
|
82961
|
-
VBadge: VBadge
|
82962
82980
|
VBtnGroup: VBtnGroup
|
82963
|
-
|
82964
|
-
|
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
|
-
|
82972
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
82973
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82989
|
+
VCode: VCode
|
82974
82990
|
VCarousel: VCarousel
|
82975
82991
|
VCarouselItem: VCarouselItem
|
82976
|
-
VCode: VCode
|
82977
|
-
VCheckbox: VCheckbox
|
82978
|
-
VCheckboxBtn: VCheckboxBtn
|
82979
82992
|
VChipGroup: VChipGroup
|
82993
|
+
VChip: VChip
|
82980
82994
|
VColorPicker: VColorPicker
|
82981
82995
|
VCombobox: VCombobox
|
82982
|
-
|
82983
|
-
VCounter: VCounter
|
82996
|
+
VDialog: VDialog
|
82984
82997
|
VDatePicker: VDatePicker
|
82985
82998
|
VDatePickerControls: VDatePickerControls
|
82986
82999
|
VDatePickerHeader: VDatePickerHeader
|
82987
83000
|
VDatePickerMonth: VDatePickerMonth
|
82988
83001
|
VDatePickerMonths: VDatePickerMonths
|
82989
83002
|
VDatePickerYears: VDatePickerYears
|
83003
|
+
VCounter: VCounter
|
82990
83004
|
VDataTable: VDataTable
|
82991
83005
|
VDataTableHeaders: VDataTableHeaders
|
82992
83006
|
VDataTableFooter: VDataTableFooter
|
@@ -82994,7 +83008,6 @@ declare module 'vue' {
|
|
82994
83008
|
VDataTableRow: VDataTableRow
|
82995
83009
|
VDataTableVirtual: VDataTableVirtual
|
82996
83010
|
VDataTableServer: VDataTableServer
|
82997
|
-
VDialog: VDialog
|
82998
83011
|
VExpansionPanels: VExpansionPanels
|
82999
83012
|
VExpansionPanel: VExpansionPanel
|
83000
83013
|
VExpansionPanelText: VExpansionPanelText
|
@@ -83002,22 +83015,22 @@ declare module 'vue' {
|
|
83002
83015
|
VDivider: VDivider
|
83003
83016
|
VEmptyState: VEmptyState
|
83004
83017
|
VFab: VFab
|
83005
|
-
VFileInput: VFileInput
|
83006
|
-
VFooter: VFooter
|
83007
83018
|
VField: VField
|
83008
83019
|
VFieldLabel: VFieldLabel
|
83009
|
-
|
83010
|
-
|
83011
|
-
VItemGroup: VItemGroup
|
83012
|
-
VItem: VItem
|
83020
|
+
VFileInput: VFileInput
|
83021
|
+
VFooter: VFooter
|
83013
83022
|
VIcon: VIcon
|
83014
83023
|
VComponentIcon: VComponentIcon
|
83015
83024
|
VSvgIcon: VSvgIcon
|
83016
83025
|
VLigatureIcon: VLigatureIcon
|
83017
83026
|
VClassIcon: VClassIcon
|
83018
|
-
|
83019
|
-
|
83027
|
+
VInfiniteScroll: VInfiniteScroll
|
83028
|
+
VImg: VImg
|
83020
83029
|
VLabel: VLabel
|
83030
|
+
VKbd: VKbd
|
83031
|
+
VItemGroup: VItemGroup
|
83032
|
+
VItem: VItem
|
83033
|
+
VInput: VInput
|
83021
83034
|
VList: VList
|
83022
83035
|
VListGroup: VListGroup
|
83023
83036
|
VListImg: VListImg
|
@@ -83028,26 +83041,33 @@ declare module 'vue' {
|
|
83028
83041
|
VListItemTitle: VListItemTitle
|
83029
83042
|
VListSubheader: VListSubheader
|
83030
83043
|
VMain: VMain
|
83031
|
-
VMenu: VMenu
|
83032
|
-
VMessages: VMessages
|
83033
83044
|
VNavigationDrawer: VNavigationDrawer
|
83034
|
-
|
83045
|
+
VMessages: VMessages
|
83046
|
+
VOverlay: VOverlay
|
83047
|
+
VMenu: VMenu
|
83035
83048
|
VOtpInput: VOtpInput
|
83049
|
+
VNumberInput: VNumberInput
|
83050
|
+
VProgressLinear: VProgressLinear
|
83036
83051
|
VPagination: VPagination
|
83037
|
-
VRadioGroup: VRadioGroup
|
83038
83052
|
VProgressCircular: VProgressCircular
|
83039
|
-
VOverlay: VOverlay
|
83040
|
-
VProgressLinear: VProgressLinear
|
83041
|
-
VSelect: VSelect
|
83042
|
-
VRating: VRating
|
83043
83053
|
VSelectionControl: VSelectionControl
|
83054
|
+
VRadioGroup: VRadioGroup
|
83055
|
+
VRating: VRating
|
83056
|
+
VSelect: VSelect
|
83044
83057
|
VSheet: VSheet
|
83045
|
-
VSkeletonLoader: VSkeletonLoader
|
83046
83058
|
VSelectionControlGroup: VSelectionControlGroup
|
83059
|
+
VSkeletonLoader: VSkeletonLoader
|
83060
|
+
VSnackbar: VSnackbar
|
83061
|
+
VSwitch: VSwitch
|
83062
|
+
VSlider: VSlider
|
83063
|
+
VTab: VTab
|
83064
|
+
VTabs: VTabs
|
83065
|
+
VTabsWindow: VTabsWindow
|
83066
|
+
VTabsWindowItem: VTabsWindowItem
|
83047
83067
|
VSlideGroup: VSlideGroup
|
83048
83068
|
VSlideGroupItem: VSlideGroupItem
|
83049
|
-
|
83050
|
-
|
83069
|
+
VSystemBar: VSystemBar
|
83070
|
+
VTextarea: VTextarea
|
83051
83071
|
VStepper: VStepper
|
83052
83072
|
VStepperActions: VStepperActions
|
83053
83073
|
VStepperHeader: VStepperHeader
|
@@ -83055,43 +83075,36 @@ declare module 'vue' {
|
|
83055
83075
|
VStepperWindow: VStepperWindow
|
83056
83076
|
VStepperWindowItem: VStepperWindowItem
|
83057
83077
|
VTable: VTable
|
83058
|
-
VSwitch: VSwitch
|
83059
|
-
VTab: VTab
|
83060
|
-
VTabs: VTabs
|
83061
|
-
VTabsWindow: VTabsWindow
|
83062
|
-
VTabsWindowItem: VTabsWindowItem
|
83063
83078
|
VTextField: VTextField
|
83064
|
-
VTextarea: VTextarea
|
83065
|
-
VTimeline: VTimeline
|
83066
|
-
VTimelineItem: VTimelineItem
|
83067
|
-
VSystemBar: VSystemBar
|
83068
83079
|
VToolbar: VToolbar
|
83069
83080
|
VToolbarTitle: VToolbarTitle
|
83070
83081
|
VToolbarItems: VToolbarItems
|
83082
|
+
VTimeline: VTimeline
|
83083
|
+
VTimelineItem: VTimelineItem
|
83071
83084
|
VTooltip: VTooltip
|
83072
83085
|
VWindow: VWindow
|
83073
83086
|
VWindowItem: VWindowItem
|
83074
83087
|
VConfirmEdit: VConfirmEdit
|
83075
83088
|
VDataIterator: VDataIterator
|
83076
|
-
VDefaultsProvider: VDefaultsProvider
|
83077
|
-
VForm: VForm
|
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
|
-
VSparkline: VSparkline
|
83092
83104
|
VResponsive: VResponsive
|
83093
|
-
VSpeedDial: VSpeedDial
|
83094
83105
|
VSnackbarQueue: VSnackbarQueue
|
83106
|
+
VSparkline: VSparkline
|
83107
|
+
VSpeedDial: VSpeedDial
|
83095
83108
|
VThemeProvider: VThemeProvider
|
83096
83109
|
VValidation: VValidation
|
83097
83110
|
VVirtualScroll: VVirtualScroll
|
@@ -83111,27 +83124,27 @@ declare module 'vue' {
|
|
83111
83124
|
VExpandTransition: VExpandTransition
|
83112
83125
|
VExpandXTransition: VExpandXTransition
|
83113
83126
|
VDialogTransition: VDialogTransition
|
83114
|
-
VIconBtn: VIconBtn
|
83115
83127
|
VCalendar: VCalendar
|
83116
83128
|
VCalendarDay: VCalendarDay
|
83117
83129
|
VCalendarHeader: VCalendarHeader
|
83118
83130
|
VCalendarInterval: VCalendarInterval
|
83119
83131
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83120
83132
|
VCalendarMonthDay: VCalendarMonthDay
|
83133
|
+
VIconBtn: VIconBtn
|
83121
83134
|
VPicker: VPicker
|
83122
83135
|
VPickerTitle: VPickerTitle
|
83123
|
-
VFileUpload: VFileUpload
|
83124
|
-
VFileUploadItem: VFileUploadItem
|
83125
83136
|
VStepperVertical: VStepperVertical
|
83126
83137
|
VStepperVerticalItem: VStepperVerticalItem
|
83127
83138
|
VStepperVerticalActions: VStepperVerticalActions
|
83128
|
-
VTreeview: VTreeview
|
83129
|
-
VTreeviewItem: VTreeviewItem
|
83130
|
-
VTreeviewGroup: VTreeviewGroup
|
83131
83139
|
VTimePicker: VTimePicker
|
83132
83140
|
VTimePickerClock: VTimePickerClock
|
83133
83141
|
VTimePickerControls: VTimePickerControls
|
83134
|
-
|
83142
|
+
VTreeview: VTreeview
|
83143
|
+
VTreeviewItem: VTreeviewItem
|
83144
|
+
VTreeviewGroup: VTreeviewGroup
|
83145
|
+
VFileUpload: VFileUpload
|
83146
|
+
VFileUploadItem: VFileUploadItem
|
83135
83147
|
VDateInput: VDateInput
|
83148
|
+
VPullToRefresh: VPullToRefresh
|
83136
83149
|
}
|
83137
83150
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-14
|
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': '#
|
2808
|
-
'on-surface-variant': '#
|
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-
|
29166
|
+
const version$1 = "3.8.1-master.2025-04-14";
|
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-
|
29191
|
+
const version = "3.8.1-master.2025-04-14";
|
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 };
|