@vuetify/nightly 3.7.11-master.2025-02-04 → 3.7.11-master.2025-02-05
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 +3230 -3230
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6069 -6069
- package/dist/vuetify-labs.css +4786 -4786
- package/dist/vuetify-labs.d.ts +3 -3
- package/dist/vuetify-labs.esm.js +16 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +16 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3418 -3418
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +15 -5
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66948,22 +66948,23 @@ declare module 'vue' {
|
|
66948
66948
|
$children?: VNodeChild
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66952
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66951
66953
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66952
66954
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66953
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66954
66955
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66955
66956
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66956
66957
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66957
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66958
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66959
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66960
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66961
66958
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66962
66959
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66963
66960
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66961
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66962
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66963
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66964
66964
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66965
66965
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66966
66966
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66967
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66967
66968
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66968
66969
|
VCard: typeof import('vuetify/components')['VCard']
|
66969
66970
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -66971,28 +66972,24 @@ declare module 'vue' {
|
|
66971
66972
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66972
66973
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66973
66974
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66974
|
-
|
66975
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66975
66976
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66976
66977
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66977
|
-
|
66978
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66978
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66979
66979
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66980
66980
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66981
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66982
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66983
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66984
66981
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66985
66982
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66983
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66985
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66986
66986
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66987
66987
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66988
66988
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66989
66989
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66990
66990
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66991
66991
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66992
|
-
|
66993
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66994
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
66995
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66992
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66996
66993
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66997
66994
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66998
66995
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67000,28 +66997,30 @@ declare module 'vue' {
|
|
67000
66997
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67001
66998
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67002
66999
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67000
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67001
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67002
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67003
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67003
67004
|
VField: typeof import('vuetify/components')['VField']
|
67004
67005
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67005
67006
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67006
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67007
67007
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67008
67008
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67009
67009
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67010
67010
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67011
67011
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67012
|
-
|
67012
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67013
67013
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67014
67014
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67015
67015
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67016
67016
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67017
67017
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67018
|
-
|
67018
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67019
67019
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67020
67020
|
VItem: typeof import('vuetify/components')['VItem']
|
67021
67021
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67022
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67023
67022
|
VImg: typeof import('vuetify/components')['VImg']
|
67024
|
-
|
67023
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67025
67024
|
VList: typeof import('vuetify/components')['VList']
|
67026
67025
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67027
67026
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67031,68 +67030,69 @@ declare module 'vue' {
|
|
67031
67030
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67032
67031
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67033
67032
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67034
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67035
67033
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67034
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67036
67035
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67036
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67037
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67037
67038
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67038
67039
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67039
67040
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67040
|
-
|
67041
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67041
67042
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67043
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67042
67044
|
VRating: typeof import('vuetify/components')['VRating']
|
67043
67045
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67044
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67045
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67046
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67047
67046
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67048
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67049
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67050
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67051
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67052
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67053
67047
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67054
67048
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67055
|
-
|
67056
|
-
|
67057
|
-
|
67058
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67059
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67060
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67061
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67062
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67063
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67064
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67049
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67050
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67051
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67065
67052
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67066
67053
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67067
67054
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67068
67055
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67069
67056
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67070
67057
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67071
|
-
|
67072
|
-
|
67058
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67059
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67060
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67061
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67062
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67063
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67064
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67065
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67073
67066
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67067
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67074
67068
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67075
67069
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67070
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67071
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67072
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67073
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67074
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67075
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67076
67076
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67077
67077
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67078
67078
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67079
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67079
67080
|
VForm: typeof import('vuetify/components')['VForm']
|
67080
67081
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67081
67082
|
VCol: typeof import('vuetify/components')['VCol']
|
67082
67083
|
VRow: typeof import('vuetify/components')['VRow']
|
67083
67084
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67084
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67085
67085
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67086
67086
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67087
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67087
67088
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67088
67089
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67089
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67090
67090
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67091
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67091
67092
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67092
67093
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67093
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67094
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67095
67094
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67095
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67096
67096
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
67097
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67098
67098
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -67112,28 +67112,28 @@ declare module 'vue' {
|
|
67112
67112
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67113
67113
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67114
67114
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67115
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67116
67115
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67117
67116
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67117
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67118
67118
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67119
67119
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67120
67120
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67121
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67122
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67123
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67121
67124
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67122
67125
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67123
67126
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67124
67127
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67125
67128
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67126
67129
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67127
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67128
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67129
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67130
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67131
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67132
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67133
67130
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67134
67131
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67135
67132
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67133
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67134
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67136
67135
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67136
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67137
67137
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67138
67138
|
}
|
67139
67139
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28381,7 +28381,7 @@ function createVuetify$1() {
|
|
28381
28381
|
goTo
|
28382
28382
|
};
|
28383
28383
|
}
|
28384
|
-
const version$1 = "3.7.11-master.2025-02-
|
28384
|
+
const version$1 = "3.7.11-master.2025-02-05";
|
28385
28385
|
createVuetify$1.version = version$1;
|
28386
28386
|
|
28387
28387
|
// Vue's inject() can only be used in setup
|
@@ -28406,7 +28406,7 @@ const createVuetify = function () {
|
|
28406
28406
|
...options
|
28407
28407
|
});
|
28408
28408
|
};
|
28409
|
-
const version = "3.7.11-master.2025-02-
|
28409
|
+
const version = "3.7.11-master.2025-02-05";
|
28410
28410
|
createVuetify.version = version;
|
28411
28411
|
|
28412
28412
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28385,7 +28385,7 @@
|
|
28385
28385
|
goTo
|
28386
28386
|
};
|
28387
28387
|
}
|
28388
|
-
const version$1 = "3.7.11-master.2025-02-
|
28388
|
+
const version$1 = "3.7.11-master.2025-02-05";
|
28389
28389
|
createVuetify$1.version = version$1;
|
28390
28390
|
|
28391
28391
|
// Vue's inject() can only be used in setup
|
@@ -28410,7 +28410,7 @@
|
|
28410
28410
|
...options
|
28411
28411
|
});
|
28412
28412
|
};
|
28413
|
-
const version = "3.7.11-master.2025-02-
|
28413
|
+
const version = "3.7.11-master.2025-02-05";
|
28414
28414
|
createVuetify.version = version;
|
28415
28415
|
|
28416
28416
|
exports.blueprints = index;
|