vuetify 3.6.2 → 3.6.3
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/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3553 -3553
- package/dist/vuetify-labs.esm.js +9 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +801 -801
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +9 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +14 -15
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +7 -8
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -73366,41 +73366,47 @@ declare module '@vue/runtime-core' {
|
|
|
73366
73366
|
|
|
73367
73367
|
export interface GlobalComponents {
|
|
73368
73368
|
VApp: typeof import('vuetify/components')['VApp']
|
|
73369
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
73370
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
73371
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
73372
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
73373
73369
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
73374
73370
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
73375
73371
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
73376
|
-
|
|
73372
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
73373
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
73377
73374
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
73378
|
-
|
|
73375
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
73379
73376
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
73380
73377
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
73381
73378
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
73379
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
73380
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
73381
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
73382
73382
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
73383
73383
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
73384
73384
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
73385
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
73386
73385
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
73386
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
73387
73387
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
73388
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
73389
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
73390
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
73388
73391
|
VCard: typeof import('vuetify/components')['VCard']
|
|
73389
73392
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
73390
73393
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
73391
73394
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
73392
73395
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
73393
73396
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
73394
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
73395
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
73396
73397
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
73397
73398
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
73398
73399
|
VCode: typeof import('vuetify/components')['VCode']
|
|
73399
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
73400
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
73401
73400
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
73401
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
73402
73402
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
73403
73403
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
73404
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
73405
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
73406
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
73407
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
73408
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
73409
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
73404
73410
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
73405
73411
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
73406
73412
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -73408,36 +73414,31 @@ declare module '@vue/runtime-core' {
|
|
|
73408
73414
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
73409
73415
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
73410
73416
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
73411
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
73412
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
73413
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
73414
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
73415
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
73416
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
73417
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
73418
73417
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
73419
73418
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
73420
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
73421
|
-
VField: typeof import('vuetify/components')['VField']
|
|
73422
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
73423
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
73424
73419
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
73425
73420
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
73426
73421
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
73427
73422
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
73428
|
-
|
|
73429
|
-
|
|
73423
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
73424
|
+
VField: typeof import('vuetify/components')['VField']
|
|
73425
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
73426
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
73427
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
73430
73428
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
73431
73429
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
73432
73430
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
73433
73431
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
73434
73432
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
73435
|
-
|
|
73433
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
73436
73434
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
73435
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
73436
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
73437
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
73438
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
73437
73439
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
73438
73440
|
VItem: typeof import('vuetify/components')['VItem']
|
|
73439
|
-
|
|
73440
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
73441
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
73441
73442
|
VList: typeof import('vuetify/components')['VList']
|
|
73442
73443
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
73443
73444
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -73447,47 +73448,46 @@ declare module '@vue/runtime-core' {
|
|
|
73447
73448
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
73448
73449
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
73449
73450
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
73450
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
73451
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
73452
73451
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
73452
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
73453
73453
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
73454
73454
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
73455
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
73456
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
73457
73455
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
73456
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
73458
73457
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
73458
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
73459
73459
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
73460
73460
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
73461
|
-
|
|
73461
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
73462
73462
|
VRating: typeof import('vuetify/components')['VRating']
|
|
73463
|
-
|
|
73463
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
73464
73464
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
73465
|
-
|
|
73466
|
-
|
|
73465
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
73466
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
73467
73467
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
73468
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
73468
73469
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
73469
73470
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
73470
73471
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
73471
73472
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
73472
73473
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
73473
73474
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
73474
|
-
|
|
73475
|
-
|
|
73475
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
73476
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
73477
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
73478
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
73476
73479
|
VTab: typeof import('vuetify/components')['VTab']
|
|
73477
73480
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
73478
73481
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
73479
73482
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
73480
|
-
|
|
73481
|
-
|
|
73482
|
-
|
|
73483
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
73483
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
73484
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
73485
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
73484
73486
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
73485
73487
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
73486
73488
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
73487
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
73488
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
73489
73489
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
73490
|
-
|
|
73490
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
73491
73491
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
73492
73492
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
73493
73493
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
@@ -73505,14 +73505,14 @@ declare module '@vue/runtime-core' {
|
|
|
73505
73505
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
73506
73506
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
73507
73507
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
73508
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
73509
73508
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
73509
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
73510
73510
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
73511
73511
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
73512
73512
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
73513
73513
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
73514
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
73515
73514
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
73515
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
73516
73516
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
73517
73517
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
73518
73518
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -73529,7 +73529,6 @@ declare module '@vue/runtime-core' {
|
|
|
73529
73529
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
73530
73530
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
73531
73531
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
73532
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
73533
73532
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
73534
73533
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
73535
73534
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
@@ -73538,14 +73537,15 @@ declare module '@vue/runtime-core' {
|
|
|
73538
73537
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
73539
73538
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
73540
73539
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
73541
|
-
|
|
73542
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
73543
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
73540
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
73544
73541
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
73545
73542
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
73546
73543
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
73547
|
-
|
|
73548
|
-
|
|
73544
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
73545
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
73546
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
73549
73547
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
73548
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
73549
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
73550
73550
|
}
|
|
73551
73551
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.3
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18515,7 +18515,7 @@ const singleSelectStrategy = {
|
|
|
18515
18515
|
items,
|
|
18516
18516
|
value
|
|
18517
18517
|
} = _ref;
|
|
18518
|
-
return new Set(value ? [
|
|
18518
|
+
return new Set(value ? [items[0]?.value] : []);
|
|
18519
18519
|
},
|
|
18520
18520
|
selectAll: _ref2 => {
|
|
18521
18521
|
let {
|
|
@@ -18539,7 +18539,7 @@ const pageSelectStrategy = {
|
|
|
18539
18539
|
selected
|
|
18540
18540
|
} = _ref4;
|
|
18541
18541
|
for (const item of items) {
|
|
18542
|
-
if (value) selected.add(
|
|
18542
|
+
if (value) selected.add(item.value);else selected.delete(item.value);
|
|
18543
18543
|
}
|
|
18544
18544
|
return selected;
|
|
18545
18545
|
},
|
|
@@ -18571,7 +18571,7 @@ const allSelectStrategy = {
|
|
|
18571
18571
|
selected
|
|
18572
18572
|
} = _ref7;
|
|
18573
18573
|
for (const item of items) {
|
|
18574
|
-
if (value) selected.add(
|
|
18574
|
+
if (value) selected.add(item.value);else selected.delete(item.value);
|
|
18575
18575
|
}
|
|
18576
18576
|
return selected;
|
|
18577
18577
|
},
|
|
@@ -18631,10 +18631,10 @@ function provideSelection(props, _ref9) {
|
|
|
18631
18631
|
}
|
|
18632
18632
|
});
|
|
18633
18633
|
function isSelected(items) {
|
|
18634
|
-
return wrapInArray(items).every(item => selected.value.has(
|
|
18634
|
+
return wrapInArray(items).every(item => selected.value.has(item.value));
|
|
18635
18635
|
}
|
|
18636
18636
|
function isSomeSelected(items) {
|
|
18637
|
-
return wrapInArray(items).some(item => selected.value.has(
|
|
18637
|
+
return wrapInArray(items).some(item => selected.value.has(item.value));
|
|
18638
18638
|
}
|
|
18639
18639
|
function select(items, value) {
|
|
18640
18640
|
const newSelected = selectStrategy.value.select({
|
|
@@ -18645,8 +18645,7 @@ function provideSelection(props, _ref9) {
|
|
|
18645
18645
|
selected.value = newSelected;
|
|
18646
18646
|
}
|
|
18647
18647
|
function toggleSelect(item) {
|
|
18648
|
-
|
|
18649
|
-
select([newItem.value], !isSelected([newItem.value]));
|
|
18648
|
+
select([item], !isSelected([item]));
|
|
18650
18649
|
}
|
|
18651
18650
|
function selectAll(value) {
|
|
18652
18651
|
const newSelected = selectStrategy.value.selectAll({
|
|
@@ -27923,7 +27922,7 @@ function createVuetify$1() {
|
|
|
27923
27922
|
goTo
|
|
27924
27923
|
};
|
|
27925
27924
|
}
|
|
27926
|
-
const version$1 = "3.6.
|
|
27925
|
+
const version$1 = "3.6.3";
|
|
27927
27926
|
createVuetify$1.version = version$1;
|
|
27928
27927
|
|
|
27929
27928
|
// Vue's inject() can only be used in setup
|
|
@@ -27948,7 +27947,7 @@ const createVuetify = function () {
|
|
|
27948
27947
|
...options
|
|
27949
27948
|
});
|
|
27950
27949
|
};
|
|
27951
|
-
const version = "3.6.
|
|
27950
|
+
const version = "3.6.3";
|
|
27952
27951
|
createVuetify.version = version;
|
|
27953
27952
|
|
|
27954
27953
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|