@vuetify/nightly 3.6.3-master.2024-05-03 → 3.6.3-master.2024-05-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 +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2191 -2191
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2153 -2153
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73375,44 +73375,38 @@ declare module '@vue/runtime-core' {
|
|
73375
73375
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73376
73376
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73377
73377
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73378
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73379
73378
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73380
73379
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73381
73380
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73382
|
-
|
73383
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73384
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73385
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73381
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73386
73382
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73387
73383
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73388
73384
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73389
|
-
|
73385
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73390
73386
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73391
|
-
|
73392
|
-
|
73393
|
-
|
73387
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73388
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73389
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73390
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73394
73391
|
VCard: typeof import('vuetify/components')['VCard']
|
73395
73392
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73396
73393
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73397
73394
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73398
73395
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73399
73396
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73400
|
-
|
73397
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73398
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73401
73399
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73402
73400
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73403
73401
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73404
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73405
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73406
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73407
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73408
73402
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73409
73403
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73410
|
-
|
73411
|
-
|
73412
|
-
|
73413
|
-
|
73414
|
-
|
73415
|
-
|
73404
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73405
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73406
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73407
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73408
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73409
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73416
73410
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73417
73411
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73418
73412
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73420,29 +73414,37 @@ declare module '@vue/runtime-core' {
|
|
73420
73414
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73421
73415
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73422
73416
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73423
|
-
|
73417
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73418
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73419
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73420
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73421
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73422
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73424
73423
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73425
73424
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73425
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73426
|
+
VField: typeof import('vuetify/components')['VField']
|
73427
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73428
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73426
73429
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73427
73430
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73428
73431
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73429
73432
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73430
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73431
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73432
|
-
VField: typeof import('vuetify/components')['VField']
|
73433
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73434
73433
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73434
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73435
73435
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73436
73436
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73437
73437
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73438
73438
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73439
73439
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73440
73440
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73441
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73442
73441
|
VImg: typeof import('vuetify/components')['VImg']
|
73442
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73443
73443
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73444
73444
|
VItem: typeof import('vuetify/components')['VItem']
|
73445
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73445
73446
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73447
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73446
73448
|
VList: typeof import('vuetify/components')['VList']
|
73447
73449
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73448
73450
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73452,28 +73454,29 @@ declare module '@vue/runtime-core' {
|
|
73452
73454
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73453
73455
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73454
73456
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73455
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73456
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73457
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73458
73457
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73458
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73459
73459
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73460
73460
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73461
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73462
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73463
73461
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73464
|
-
|
73465
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73462
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73466
73463
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73464
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73465
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73467
73466
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73467
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73468
73468
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73469
73469
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73470
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73471
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73472
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73470
73473
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73471
73474
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73472
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73473
73475
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73474
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73475
73476
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73476
|
-
|
73477
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73478
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73479
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73477
73480
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73478
73481
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73479
73482
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -73484,27 +73487,24 @@ declare module '@vue/runtime-core' {
|
|
73484
73487
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73485
73488
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73486
73489
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73487
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73488
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73489
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73490
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73491
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73492
73490
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73493
73491
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73494
73492
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73495
73493
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73496
73494
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73495
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73496
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73497
73497
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73498
73498
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73499
73499
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73500
73500
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73501
73501
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73502
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73502
73503
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73503
73504
|
VCol: typeof import('vuetify/components')['VCol']
|
73504
73505
|
VRow: typeof import('vuetify/components')['VRow']
|
73505
73506
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73506
73507
|
VHover: typeof import('vuetify/components')['VHover']
|
73507
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73508
73508
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73509
73509
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73510
73510
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -73518,6 +73518,7 @@ declare module '@vue/runtime-core' {
|
|
73518
73518
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73519
73519
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73520
73520
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73521
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73521
73522
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73522
73523
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73523
73524
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73534,7 +73535,10 @@ declare module '@vue/runtime-core' {
|
|
73534
73535
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73535
73536
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73536
73537
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73537
|
-
|
73538
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73539
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73540
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73541
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73538
73542
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73539
73543
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73540
73544
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73543,13 +73547,9 @@ declare module '@vue/runtime-core' {
|
|
73543
73547
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73544
73548
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73545
73549
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73546
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73547
73550
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73548
73551
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73549
73552
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73550
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73551
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73552
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73553
73553
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73554
73554
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73555
73555
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27924,7 +27924,7 @@ function createVuetify$1() {
|
|
27924
27924
|
goTo
|
27925
27925
|
};
|
27926
27926
|
}
|
27927
|
-
const version$1 = "3.6.3-master.2024-05-
|
27927
|
+
const version$1 = "3.6.3-master.2024-05-05";
|
27928
27928
|
createVuetify$1.version = version$1;
|
27929
27929
|
|
27930
27930
|
// Vue's inject() can only be used in setup
|
@@ -27949,7 +27949,7 @@ const createVuetify = function () {
|
|
27949
27949
|
...options
|
27950
27950
|
});
|
27951
27951
|
};
|
27952
|
-
const version = "3.6.3-master.2024-05-
|
27952
|
+
const version = "3.6.3-master.2024-05-05";
|
27953
27953
|
createVuetify.version = version;
|
27954
27954
|
|
27955
27955
|
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.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27928,7 +27928,7 @@
|
|
27928
27928
|
goTo
|
27929
27929
|
};
|
27930
27930
|
}
|
27931
|
-
const version$1 = "3.6.3-master.2024-05-
|
27931
|
+
const version$1 = "3.6.3-master.2024-05-05";
|
27932
27932
|
createVuetify$1.version = version$1;
|
27933
27933
|
|
27934
27934
|
// Vue's inject() can only be used in setup
|
@@ -27953,7 +27953,7 @@
|
|
27953
27953
|
...options
|
27954
27954
|
});
|
27955
27955
|
};
|
27956
|
-
const version = "3.6.3-master.2024-05-
|
27956
|
+
const version = "3.6.3-master.2024-05-05";
|
27957
27957
|
createVuetify.version = version;
|
27958
27958
|
|
27959
27959
|
exports.blueprints = index;
|