@vuetify/nightly 3.6.1-dev.2024-05-01 → 3.6.1-master.2024-05-01
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 +7 -2
- package/dist/json/attributes.json +88 -88
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +175 -175
- package/dist/vuetify-labs.css +2555 -2555
- package/dist/vuetify-labs.esm.js +6 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +770 -770
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +6 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -0
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73330,35 +73330,36 @@ declare module '@vue/runtime-core' {
|
|
73330
73330
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73331
73331
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73332
73332
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73333
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73334
73333
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73335
73334
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73336
73335
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73337
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73338
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73339
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73340
73336
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73341
73337
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73342
73338
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73343
73339
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73344
|
-
|
73345
|
-
|
73340
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73341
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73342
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73343
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73344
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73346
73345
|
VCard: typeof import('vuetify/components')['VCard']
|
73347
73346
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73348
73347
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73349
73348
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73350
73349
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73351
73350
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73352
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73353
73351
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73352
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73353
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73354
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73355
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73354
73356
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73355
73357
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73356
73358
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73357
73359
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73358
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73359
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73360
73360
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73361
73361
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73362
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73362
73363
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73363
73364
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73364
73365
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73372,29 +73373,28 @@ declare module '@vue/runtime-core' {
|
|
73372
73373
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73373
73374
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73374
73375
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73375
|
-
|
73376
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73377
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73376
73378
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73377
73379
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73378
73380
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73379
73381
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73380
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73381
73382
|
VField: typeof import('vuetify/components')['VField']
|
73382
73383
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73383
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73384
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73385
73384
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73386
|
-
|
73387
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73385
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73388
73386
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73389
73387
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73390
73388
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73391
73389
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73392
73390
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73391
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73392
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73393
73393
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73394
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73395
73394
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73396
73395
|
VItem: typeof import('vuetify/components')['VItem']
|
73397
|
-
|
73396
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73397
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73398
73398
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73399
73399
|
VList: typeof import('vuetify/components')['VList']
|
73400
73400
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73405,34 +73405,34 @@ declare module '@vue/runtime-core' {
|
|
73405
73405
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73406
73406
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73407
73407
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73408
|
-
|
73409
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73410
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73408
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73411
73409
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73410
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73411
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73412
73412
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73413
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73414
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73413
73415
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73416
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73414
73417
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73415
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
73416
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73417
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73418
73418
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73419
|
-
|
73419
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73420
73420
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73421
73421
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73422
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73422
73423
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73423
73424
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73424
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73425
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73426
73425
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73427
|
-
|
73426
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73427
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73428
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73428
73429
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73429
73430
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73430
73431
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73431
73432
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73432
73433
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73433
73434
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73434
|
-
|
73435
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73435
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73436
73436
|
VTab: typeof import('vuetify/components')['VTab']
|
73437
73437
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73438
73438
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
@@ -73443,20 +73443,20 @@ declare module '@vue/runtime-core' {
|
|
73443
73443
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73444
73444
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73445
73445
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73446
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
73447
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73448
73446
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73449
73447
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73450
73448
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73451
|
-
|
73449
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
73450
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73452
73451
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73452
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73453
73453
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73454
73454
|
VForm: typeof import('vuetify/components')['VForm']
|
73455
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73456
73455
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73457
73456
|
VCol: typeof import('vuetify/components')['VCol']
|
73458
73457
|
VRow: typeof import('vuetify/components')['VRow']
|
73459
73458
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73459
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73460
73460
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73461
73461
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73462
73462
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -73469,8 +73469,8 @@ declare module '@vue/runtime-core' {
|
|
73469
73469
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73470
73470
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73471
73471
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73472
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73473
73472
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73473
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73474
73474
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73475
73475
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73476
73476
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73488,6 +73488,12 @@ declare module '@vue/runtime-core' {
|
|
73488
73488
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73489
73489
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73490
73490
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73491
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73492
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73493
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73494
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73495
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73496
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73491
73497
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73492
73498
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73493
73499
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
@@ -73496,12 +73502,6 @@ declare module '@vue/runtime-core' {
|
|
73496
73502
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73497
73503
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73498
73504
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73499
|
-
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73500
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73501
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73502
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73503
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73504
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73505
73505
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73506
73506
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73507
73507
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.1-
|
2
|
+
* Vuetify v3.6.1-master.2024-05-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17757,6 +17757,7 @@ function addWeeks(date, amount) {
|
|
17757
17757
|
}
|
17758
17758
|
function addMonths(date, amount) {
|
17759
17759
|
const d = new Date(date);
|
17760
|
+
d.setDate(1);
|
17760
17761
|
d.setMonth(d.getMonth() + amount);
|
17761
17762
|
return d;
|
17762
17763
|
}
|
@@ -22091,9 +22092,9 @@ const VDatePicker = genericComponent()({
|
|
22091
22092
|
});
|
22092
22093
|
const text = computed(() => {
|
22093
22094
|
let date = adapter.date();
|
22094
|
-
date = adapter.setYear(date, year.value);
|
22095
|
-
date = adapter.setMonth(date, month.value);
|
22096
22095
|
date = adapter.setDate(date, 1);
|
22096
|
+
date = adapter.setMonth(date, month.value);
|
22097
|
+
date = adapter.setYear(date, year.value);
|
22097
22098
|
return adapter.format(date, 'monthAndYear');
|
22098
22099
|
});
|
22099
22100
|
// const headerIcon = computed(() => props.inputMode === 'calendar' ? props.keyboardIcon : props.calendarIcon)
|
@@ -27917,7 +27918,7 @@ function createVuetify$1() {
|
|
27917
27918
|
goTo
|
27918
27919
|
};
|
27919
27920
|
}
|
27920
|
-
const version$1 = "3.6.1-
|
27921
|
+
const version$1 = "3.6.1-master.2024-05-01";
|
27921
27922
|
createVuetify$1.version = version$1;
|
27922
27923
|
|
27923
27924
|
// Vue's inject() can only be used in setup
|
@@ -27942,7 +27943,7 @@ const createVuetify = function () {
|
|
27942
27943
|
...options
|
27943
27944
|
});
|
27944
27945
|
};
|
27945
|
-
const version = "3.6.1-
|
27946
|
+
const version = "3.6.1-master.2024-05-01";
|
27946
27947
|
createVuetify.version = version;
|
27947
27948
|
|
27948
27949
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|