@vuetify/nightly 3.6.9-master.2024-06-15 → 3.6.9-master.2024-06-18
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 +3 -2
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +104 -104
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2527 -2527
- package/dist/vuetify-labs.esm.js +8 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1443 -1443
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +8 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72851,35 +72851,34 @@ declare module '@vue/runtime-core' {
|
|
72851
72851
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72852
72852
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72853
72853
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72854
|
-
|
72854
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72855
72855
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72856
72856
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72857
72857
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72858
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72859
72858
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72860
72859
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72861
72860
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72862
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72863
72861
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72864
72862
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72865
72863
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72866
72864
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72867
|
-
|
72865
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72868
72866
|
VBtn: typeof import('vuetify/components')['VBtn']
|
72867
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72868
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72869
72869
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72870
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72871
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72872
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72873
72870
|
VCard: typeof import('vuetify/components')['VCard']
|
72874
72871
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72875
72872
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72876
72873
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72877
72874
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72878
72875
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72879
|
-
VCode: typeof import('vuetify/components')['VCode']
|
72880
72876
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72881
72877
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72882
|
-
|
72878
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72879
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72880
|
+
VCode: typeof import('vuetify/components')['VCode']
|
72881
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72883
72882
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72884
72883
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72885
72884
|
VCounter: typeof import('vuetify/components')['VCounter']
|
@@ -72889,8 +72888,7 @@ declare module '@vue/runtime-core' {
|
|
72889
72888
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72890
72889
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72891
72890
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72892
|
-
|
72893
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72891
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72894
72892
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72895
72893
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72896
72894
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72899,7 +72897,8 @@ declare module '@vue/runtime-core' {
|
|
72899
72897
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72900
72898
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72901
72899
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72902
|
-
|
72900
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72901
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72903
72902
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72904
72903
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72905
72904
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -72907,20 +72906,17 @@ declare module '@vue/runtime-core' {
|
|
72907
72906
|
VFab: typeof import('vuetify/components')['VFab']
|
72908
72907
|
VField: typeof import('vuetify/components')['VField']
|
72909
72908
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72909
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72910
72910
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72911
72911
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72912
72912
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72913
72913
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72914
72914
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72915
72915
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72916
|
-
VImg: typeof import('vuetify/components')['VImg']
|
72917
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72918
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
72919
|
-
VInput: typeof import('vuetify/components')['VInput']
|
72920
72916
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72921
72917
|
VItem: typeof import('vuetify/components')['VItem']
|
72922
|
-
|
72923
|
-
|
72918
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72919
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72924
72920
|
VList: typeof import('vuetify/components')['VList']
|
72925
72921
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72926
72922
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72930,42 +72926,46 @@ declare module '@vue/runtime-core' {
|
|
72930
72926
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72931
72927
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72932
72928
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72929
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72930
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72933
72931
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72934
|
-
|
72932
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72933
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72935
72934
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72936
72935
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72937
|
-
|
72936
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72938
72937
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72938
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72939
72939
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72940
|
+
VRating: typeof import('vuetify/components')['VRating']
|
72940
72941
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72941
72942
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72942
|
-
VRating: typeof import('vuetify/components')['VRating']
|
72943
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
72944
72943
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72945
|
-
|
72944
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
72946
72945
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72946
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72947
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72948
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72947
72949
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72948
72950
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72949
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72950
72951
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72951
|
-
|
72952
|
+
VTable: typeof import('vuetify/components')['VTable']
|
72952
72953
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72953
72954
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72954
72955
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72955
72956
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72956
72957
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72957
72958
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72958
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72959
72959
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72961
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72962
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72963
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72964
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72960
72965
|
VTab: typeof import('vuetify/components')['VTab']
|
72961
72966
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72962
72967
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72963
72968
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72964
|
-
VTable: typeof import('vuetify/components')['VTable']
|
72965
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72966
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72967
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72968
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
72969
72969
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72970
72970
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72971
72971
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
@@ -72981,9 +72981,9 @@ declare module '@vue/runtime-core' {
|
|
72981
72981
|
VRow: typeof import('vuetify/components')['VRow']
|
72982
72982
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72983
72983
|
VHover: typeof import('vuetify/components')['VHover']
|
72984
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72984
72985
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72985
72986
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72986
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72987
72987
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72988
72988
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
72989
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -72993,7 +72993,6 @@ declare module '@vue/runtime-core' {
|
|
72993
72993
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72994
72994
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72995
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72997
72996
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72998
72997
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72999
72998
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -73011,26 +73010,27 @@ declare module '@vue/runtime-core' {
|
|
73011
73010
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73012
73011
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73013
73012
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73013
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73014
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73015
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73016
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73014
73017
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73015
73018
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73016
73019
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73017
73020
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73018
73021
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73019
73022
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73020
|
-
|
73021
|
-
|
73022
|
-
|
73023
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73024
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73025
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73023
73026
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73024
73027
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73025
73028
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73026
73029
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73027
73030
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73028
73031
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73029
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73030
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73031
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73032
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73034
73033
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73034
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73035
73035
|
}
|
73036
73036
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.9-master.2024-06-
|
2
|
+
* Vuetify v3.6.9-master.2024-06-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22274,8 +22274,11 @@ const VDatePicker = genericComponent()({
|
|
22274
22274
|
emit('update:year', value);
|
22275
22275
|
}
|
22276
22276
|
watch(model, (val, oldVal) => {
|
22277
|
-
const
|
22278
|
-
const
|
22277
|
+
const arrBefore = wrapInArray(oldVal);
|
22278
|
+
const arrAfter = wrapInArray(val);
|
22279
|
+
if (!arrAfter.length) return;
|
22280
|
+
const before = adapter.date(arrBefore[arrBefore.length - 1]);
|
22281
|
+
const after = adapter.date(arrAfter[arrAfter.length - 1]);
|
22279
22282
|
const newMonth = adapter.getMonth(after);
|
22280
22283
|
const newYear = adapter.getYear(after);
|
22281
22284
|
if (newMonth !== month.value) {
|
@@ -28092,7 +28095,7 @@ function createVuetify$1() {
|
|
28092
28095
|
goTo
|
28093
28096
|
};
|
28094
28097
|
}
|
28095
|
-
const version$1 = "3.6.9-master.2024-06-
|
28098
|
+
const version$1 = "3.6.9-master.2024-06-18";
|
28096
28099
|
createVuetify$1.version = version$1;
|
28097
28100
|
|
28098
28101
|
// Vue's inject() can only be used in setup
|
@@ -28117,7 +28120,7 @@ const createVuetify = function () {
|
|
28117
28120
|
...options
|
28118
28121
|
});
|
28119
28122
|
};
|
28120
|
-
const version = "3.6.9-master.2024-06-
|
28123
|
+
const version = "3.6.9-master.2024-06-18";
|
28121
28124
|
createVuetify.version = version;
|
28122
28125
|
|
28123
28126
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|