@vuetify/nightly 3.6.5-master.2024-05-11 → 3.6.5-master.2024-05-12
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/importMap-labs.json +8 -8
- package/dist/json/importMap.json +116 -116
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2540 -2800
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +4355 -4615
- package/dist/vuetify.d.ts +37 -37
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +3 -3
- 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 +37 -37
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73434,40 +73434,41 @@ declare module '@vue/runtime-core' {
|
|
73434
73434
|
|
73435
73435
|
export interface GlobalComponents {
|
73436
73436
|
VApp: typeof import('vuetify/components')['VApp']
|
73437
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73438
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73439
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73437
73440
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73438
73441
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73439
73442
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73440
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73441
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73442
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73443
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73444
73443
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73444
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73445
73445
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73446
73446
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73447
73447
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73448
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73449
73448
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73450
73449
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73451
73450
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73452
73451
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73452
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73453
73453
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73454
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73455
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73456
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73457
73454
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73458
|
-
|
73455
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73456
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73457
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73459
73458
|
VCard: typeof import('vuetify/components')['VCard']
|
73460
73459
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73461
73460
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73462
73461
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73463
73462
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73464
73463
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73465
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73466
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73467
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73468
73464
|
VCode: typeof import('vuetify/components')['VCode']
|
73469
|
-
|
73465
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73466
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73467
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73470
73468
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73469
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73470
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73471
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73471
73472
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73472
73473
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73473
73474
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73475,25 +73476,24 @@ declare module '@vue/runtime-core' {
|
|
73475
73476
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73476
73477
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73477
73478
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73478
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73479
73479
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73480
73480
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73481
73481
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73482
73482
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73483
73483
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73484
73484
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73485
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73486
73485
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73486
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73487
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73488
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73489
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73490
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73487
73491
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73488
73492
|
VField: typeof import('vuetify/components')['VField']
|
73489
73493
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73490
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73491
73494
|
VFab: typeof import('vuetify/components')['VFab']
|
73495
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73492
73496
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73493
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73494
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73495
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73496
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73497
73497
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73498
73498
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73499
73499
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -73504,7 +73504,6 @@ declare module '@vue/runtime-core' {
|
|
73504
73504
|
VImg: typeof import('vuetify/components')['VImg']
|
73505
73505
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73506
73506
|
VItem: typeof import('vuetify/components')['VItem']
|
73507
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73508
73507
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73509
73508
|
VList: typeof import('vuetify/components')['VList']
|
73510
73509
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73515,49 +73514,50 @@ declare module '@vue/runtime-core' {
|
|
73515
73514
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73516
73515
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73517
73516
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73518
|
-
|
73517
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73519
73518
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73520
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73521
73519
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73520
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73521
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73522
73522
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73523
73523
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73524
73524
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73525
73525
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73526
73526
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73527
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73528
73527
|
VRating: typeof import('vuetify/components')['VRating']
|
73529
73528
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73529
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73530
73530
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73531
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73532
73531
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73533
73532
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73534
73533
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73534
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73535
73535
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73536
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73537
73536
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73538
|
-
|
73539
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73537
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73540
73538
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73541
73539
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73542
73540
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73543
73541
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73544
73542
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73545
73543
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73546
|
-
|
73544
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73545
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73546
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73547
73547
|
VTab: typeof import('vuetify/components')['VTab']
|
73548
73548
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73549
73549
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73550
73550
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73551
|
-
|
73551
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73552
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73552
73553
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73554
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73553
73555
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73554
73556
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73555
73557
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73556
73558
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73557
73559
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73558
73560
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73559
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73560
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73561
73561
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73562
73562
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73563
73563
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -73567,20 +73567,20 @@ declare module '@vue/runtime-core' {
|
|
73567
73567
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73568
73568
|
VForm: typeof import('vuetify/components')['VForm']
|
73569
73569
|
VHover: typeof import('vuetify/components')['VHover']
|
73570
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73571
73570
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73572
73571
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73572
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73573
73573
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73574
73574
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73575
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
73576
73575
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73576
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
73577
73577
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73578
73578
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73579
73579
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73580
73580
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73581
73581
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73582
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73583
73582
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73583
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73584
73584
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73585
73585
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73586
73586
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73597,8 +73597,6 @@ declare module '@vue/runtime-core' {
|
|
73597
73597
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73598
73598
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73599
73599
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73600
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73601
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73602
73600
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73603
73601
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73604
73602
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73606,6 +73604,8 @@ declare module '@vue/runtime-core' {
|
|
73606
73604
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73607
73605
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73608
73606
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73607
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73608
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73609
73609
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73610
73610
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73611
73611
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27994,7 +27994,7 @@ function createVuetify$1() {
|
|
27994
27994
|
goTo
|
27995
27995
|
};
|
27996
27996
|
}
|
27997
|
-
const version$1 = "3.6.5-master.2024-05-
|
27997
|
+
const version$1 = "3.6.5-master.2024-05-12";
|
27998
27998
|
createVuetify$1.version = version$1;
|
27999
27999
|
|
28000
28000
|
// Vue's inject() can only be used in setup
|
@@ -28019,7 +28019,7 @@ const createVuetify = function () {
|
|
28019
28019
|
...options
|
28020
28020
|
});
|
28021
28021
|
};
|
28022
|
-
const version = "3.6.5-master.2024-05-
|
28022
|
+
const version = "3.6.5-master.2024-05-12";
|
28023
28023
|
createVuetify.version = version;
|
28024
28024
|
|
28025
28025
|
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.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27998,7 +27998,7 @@
|
|
27998
27998
|
goTo
|
27999
27999
|
};
|
28000
28000
|
}
|
28001
|
-
const version$1 = "3.6.5-master.2024-05-
|
28001
|
+
const version$1 = "3.6.5-master.2024-05-12";
|
28002
28002
|
createVuetify$1.version = version$1;
|
28003
28003
|
|
28004
28004
|
// Vue's inject() can only be used in setup
|
@@ -28023,7 +28023,7 @@
|
|
28023
28023
|
...options
|
28024
28024
|
});
|
28025
28025
|
};
|
28026
|
-
const version = "3.6.5-master.2024-05-
|
28026
|
+
const version = "3.6.5-master.2024-05-12";
|
28027
28027
|
createVuetify.version = version;
|
28028
28028
|
|
28029
28029
|
exports.blueprints = index;
|