@vuetify/nightly 3.6.14-master.2024-08-14 → 3.6.15-master.2024-08-15
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 +12 -12
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4925 -4925
- 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 +1149 -1149
- 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 +10 -9
package/dist/vuetify.d.ts
CHANGED
@@ -66448,45 +66448,49 @@ declare global {
|
|
66448
66448
|
}
|
66449
66449
|
}
|
66450
66450
|
interface _GlobalComponents {
|
66451
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66452
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66453
66451
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66454
66452
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66455
66453
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66456
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66457
66454
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66458
66455
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66456
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66457
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66458
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66459
66459
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66460
66460
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66461
66461
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66462
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66463
66462
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66463
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66464
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66465
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66466
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66464
66467
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66465
|
-
|
66468
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66466
66469
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66467
66470
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66468
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66469
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66470
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66471
66471
|
VCard: typeof import('vuetify/components')['VCard']
|
66472
66472
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66473
66473
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66474
66474
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66475
66475
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66476
66476
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66477
|
-
|
66478
|
-
|
66477
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66478
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66479
66479
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66480
66480
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66481
|
-
|
66481
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66482
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66483
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66484
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66482
66485
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66486
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66483
66487
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66484
66488
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66485
66489
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66486
66490
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66487
66491
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66488
66492
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66489
|
-
|
66493
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66490
66494
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66491
66495
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66492
66496
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66494,12 +66498,8 @@ interface _GlobalComponents {
|
|
66494
66498
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66495
66499
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66496
66500
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66497
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66498
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66499
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66500
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66501
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
66502
66501
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66502
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66503
66503
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66504
66504
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66505
66505
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -66507,20 +66507,22 @@ interface _GlobalComponents {
|
|
66507
66507
|
VFab: typeof import('vuetify/components')['VFab']
|
66508
66508
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66509
66509
|
VFooter: typeof import('vuetify/components')['VFooter']
|
66510
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66510
66511
|
VField: typeof import('vuetify/components')['VField']
|
66511
66512
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66512
|
-
VImg: typeof import('vuetify/components')['VImg']
|
66513
66513
|
VIcon: typeof import('vuetify/components')['VIcon']
|
66514
66514
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
66515
66515
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66516
66516
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66517
66517
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66518
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66518
66519
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66519
|
-
|
66520
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
66520
66521
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66521
66522
|
VItem: typeof import('vuetify/components')['VItem']
|
66522
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
66523
66523
|
VLabel: typeof import('vuetify/components')['VLabel']
|
66524
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
66525
|
+
VMain: typeof import('vuetify/components')['VMain']
|
66524
66526
|
VList: typeof import('vuetify/components')['VList']
|
66525
66527
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66526
66528
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66530,70 +66532,70 @@ interface _GlobalComponents {
|
|
66530
66532
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66531
66533
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66532
66534
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66533
|
-
VMain: typeof import('vuetify/components')['VMain']
|
66534
66535
|
VMessages: typeof import('vuetify/components')['VMessages']
|
66535
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
66536
66536
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66537
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66538
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66539
66537
|
VPagination: typeof import('vuetify/components')['VPagination']
|
66538
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66539
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66540
66540
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66541
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66542
66541
|
VRating: typeof import('vuetify/components')['VRating']
|
66542
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66543
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66544
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66543
66545
|
VSelect: typeof import('vuetify/components')['VSelect']
|
66544
|
-
|
66546
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
66545
66547
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66546
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66547
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66548
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66549
66548
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66550
66549
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66551
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
66552
66550
|
VSlider: typeof import('vuetify/components')['VSlider']
|
66553
|
-
|
66554
|
-
|
66555
|
-
|
66556
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66557
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66551
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66552
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66553
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66558
66554
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66559
66555
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66560
66556
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
66561
66557
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66562
66558
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66563
66559
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66564
|
-
|
66565
|
-
|
66560
|
+
VTab: typeof import('vuetify/components')['VTab']
|
66561
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
66562
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66563
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66566
66564
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66565
|
+
VTable: typeof import('vuetify/components')['VTable']
|
66566
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66567
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66567
66568
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66568
66569
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66569
66570
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66570
66571
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66571
66572
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66572
|
-
VTable: typeof import('vuetify/components')['VTable']
|
66573
66573
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66574
66574
|
VWindow: typeof import('vuetify/components')['VWindow']
|
66575
66575
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66576
66576
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66577
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66578
66577
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66578
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66579
66579
|
VForm: typeof import('vuetify/components')['VForm']
|
66580
66580
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66581
66581
|
VCol: typeof import('vuetify/components')['VCol']
|
66582
66582
|
VRow: typeof import('vuetify/components')['VRow']
|
66583
66583
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
66584
66584
|
VHover: typeof import('vuetify/components')['VHover']
|
66585
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66585
66586
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66586
66587
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66587
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
66588
66588
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66589
66589
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66590
66590
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66591
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66592
66591
|
VRadio: typeof import('vuetify/components')['VRadio']
|
66592
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66593
66593
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66594
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66595
66594
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66595
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66596
66596
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
66597
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
66598
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66597
66599
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
66598
66600
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
66599
66601
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -66610,10 +66612,6 @@ interface _GlobalComponents {
|
|
66610
66612
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
66611
66613
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
66612
66614
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
66613
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
66614
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66615
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66616
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66617
66615
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
66618
66616
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
66619
66617
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -66621,6 +66619,8 @@ interface _GlobalComponents {
|
|
66621
66619
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
66622
66620
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
66623
66621
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66622
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66623
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66624
66624
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
66625
66625
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
66626
66626
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
@@ -66631,8 +66631,8 @@ interface _GlobalComponents {
|
|
66631
66631
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66632
66632
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66633
66633
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
66634
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66635
66634
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66635
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66636
66636
|
}
|
66637
66637
|
declare module 'vue' {
|
66638
66638
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28146,7 +28146,7 @@ function createVuetify$1() {
|
|
28146
28146
|
goTo
|
28147
28147
|
};
|
28148
28148
|
}
|
28149
|
-
const version$1 = "3.6.
|
28149
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
28150
28150
|
createVuetify$1.version = version$1;
|
28151
28151
|
|
28152
28152
|
// Vue's inject() can only be used in setup
|
@@ -28171,7 +28171,7 @@ const createVuetify = function () {
|
|
28171
28171
|
...options
|
28172
28172
|
});
|
28173
28173
|
};
|
28174
|
-
const version = "3.6.
|
28174
|
+
const version = "3.6.15-master.2024-08-15";
|
28175
28175
|
createVuetify.version = version;
|
28176
28176
|
|
28177
28177
|
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.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28150,7 +28150,7 @@
|
|
28150
28150
|
goTo
|
28151
28151
|
};
|
28152
28152
|
}
|
28153
|
-
const version$1 = "3.6.
|
28153
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
28154
28154
|
createVuetify$1.version = version$1;
|
28155
28155
|
|
28156
28156
|
// Vue's inject() can only be used in setup
|
@@ -28175,7 +28175,7 @@
|
|
28175
28175
|
...options
|
28176
28176
|
});
|
28177
28177
|
};
|
28178
|
-
const version = "3.6.
|
28178
|
+
const version = "3.6.15-master.2024-08-15";
|
28179
28179
|
createVuetify.version = version;
|
28180
28180
|
|
28181
28181
|
exports.blueprints = index;
|