@vuetify/nightly 3.6.6-master.2024-05-15 → 3.6.6-master.2024-05-16
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 +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2396 -2396
- 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 +2874 -2874
- package/dist/vuetify.d.ts +45 -45
- 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 +45 -45
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73457,50 +73457,42 @@ declare module '@vue/runtime-core' {
|
|
73457
73457
|
}
|
73458
73458
|
|
73459
73459
|
export interface GlobalComponents {
|
73460
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73461
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73462
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73463
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73460
73464
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73461
73465
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73462
73466
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73463
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73464
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73465
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73466
73467
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73467
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73468
73468
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73469
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73470
73469
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73471
|
-
|
73470
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73472
73471
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73473
73472
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73474
73473
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73475
|
-
|
73474
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73476
73475
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73477
73476
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73478
73477
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73479
|
-
|
73480
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73481
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73482
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73478
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73483
73479
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73484
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73485
73480
|
VCard: typeof import('vuetify/components')['VCard']
|
73486
73481
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73487
73482
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73488
73483
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73489
73484
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73490
73485
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73486
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73487
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73491
73488
|
VChip: typeof import('vuetify/components')['VChip']
|
73492
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73493
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73494
73489
|
VCode: typeof import('vuetify/components')['VCode']
|
73495
|
-
|
73496
|
-
|
73497
|
-
|
73498
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73499
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73500
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73490
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73491
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73492
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73501
73493
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73502
|
-
|
73503
|
-
|
73494
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73495
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73504
73496
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73505
73497
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73506
73498
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73508,6 +73500,15 @@ declare module '@vue/runtime-core' {
|
|
73508
73500
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73509
73501
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73510
73502
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73503
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73504
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73505
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73506
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73507
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73508
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73509
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73510
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73511
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73511
73512
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73512
73513
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73513
73514
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
@@ -73515,21 +73516,19 @@ declare module '@vue/runtime-core' {
|
|
73515
73516
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73516
73517
|
VField: typeof import('vuetify/components')['VField']
|
73517
73518
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73518
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73519
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73520
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73521
73519
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73520
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73522
73521
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73523
73522
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73524
73523
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73525
73524
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73526
73525
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73527
|
-
|
73526
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73528
73527
|
VInput: typeof import('vuetify/components')['VInput']
|
73528
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73529
73529
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73530
73530
|
VItem: typeof import('vuetify/components')['VItem']
|
73531
73531
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73532
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73533
73532
|
VList: typeof import('vuetify/components')['VList']
|
73534
73533
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73535
73534
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73539,23 +73538,23 @@ declare module '@vue/runtime-core' {
|
|
73539
73538
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73540
73539
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73541
73540
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73541
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73542
73542
|
VMain: typeof import('vuetify/components')['VMain']
|
73543
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73544
73543
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73545
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
73546
73544
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73547
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73548
73545
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73546
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73547
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73549
73548
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73550
|
-
|
73549
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73551
73550
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73551
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73552
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73552
73553
|
VRating: typeof import('vuetify/components')['VRating']
|
73553
73554
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73554
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73555
73555
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73556
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73557
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73558
73556
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73557
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73559
73558
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73560
73559
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73561
73560
|
VSlider: typeof import('vuetify/components')['VSlider']
|
@@ -73566,30 +73565,31 @@ declare module '@vue/runtime-core' {
|
|
73566
73565
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73567
73566
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73568
73567
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73569
|
-
|
73568
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73569
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73570
73570
|
VTab: typeof import('vuetify/components')['VTab']
|
73571
73571
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73572
73572
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73573
73573
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73574
73574
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73575
73575
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73576
|
-
|
73577
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73576
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73578
73577
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73578
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73579
73579
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73580
73580
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73581
73581
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73582
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73582
73583
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73583
73584
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73584
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73585
73585
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73586
73586
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73587
73587
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73588
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73588
73589
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73589
73590
|
VCol: typeof import('vuetify/components')['VCol']
|
73590
73591
|
VRow: typeof import('vuetify/components')['VRow']
|
73591
73592
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73592
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73593
73593
|
VHover: typeof import('vuetify/components')['VHover']
|
73594
73594
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73595
73595
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -73597,11 +73597,11 @@ declare module '@vue/runtime-core' {
|
|
73597
73597
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73598
73598
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73599
73599
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73600
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73601
73600
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73601
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73602
73602
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73603
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73604
73603
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73604
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73605
73605
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73606
73606
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73607
73607
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73621,26 +73621,26 @@ declare module '@vue/runtime-core' {
|
|
73621
73621
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73622
73622
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73623
73623
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73624
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73625
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73626
73624
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73627
73625
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73628
73626
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73629
73627
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73630
73628
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73631
73629
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73632
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73633
73630
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73634
73631
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73635
73632
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73633
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73634
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73636
73635
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73637
73636
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73638
73637
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73638
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73639
73639
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73640
73640
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73641
73641
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73642
73642
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73643
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73644
73643
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73644
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73645
73645
|
}
|
73646
73646
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28000,7 +28000,7 @@ function createVuetify$1() {
|
|
28000
28000
|
goTo
|
28001
28001
|
};
|
28002
28002
|
}
|
28003
|
-
const version$1 = "3.6.6-master.2024-05-
|
28003
|
+
const version$1 = "3.6.6-master.2024-05-16";
|
28004
28004
|
createVuetify$1.version = version$1;
|
28005
28005
|
|
28006
28006
|
// Vue's inject() can only be used in setup
|
@@ -28025,7 +28025,7 @@ const createVuetify = function () {
|
|
28025
28025
|
...options
|
28026
28026
|
});
|
28027
28027
|
};
|
28028
|
-
const version = "3.6.6-master.2024-05-
|
28028
|
+
const version = "3.6.6-master.2024-05-16";
|
28029
28029
|
createVuetify.version = version;
|
28030
28030
|
|
28031
28031
|
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.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28004,7 +28004,7 @@
|
|
28004
28004
|
goTo
|
28005
28005
|
};
|
28006
28006
|
}
|
28007
|
-
const version$1 = "3.6.6-master.2024-05-
|
28007
|
+
const version$1 = "3.6.6-master.2024-05-16";
|
28008
28008
|
createVuetify$1.version = version$1;
|
28009
28009
|
|
28010
28010
|
// Vue's inject() can only be used in setup
|
@@ -28029,7 +28029,7 @@
|
|
28029
28029
|
...options
|
28030
28030
|
});
|
28031
28031
|
};
|
28032
|
-
const version = "3.6.6-master.2024-05-
|
28032
|
+
const version = "3.6.6-master.2024-05-16";
|
28033
28033
|
createVuetify.version = version;
|
28034
28034
|
|
28035
28035
|
exports.blueprints = index;
|