@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.6-master.2024-05-21
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 +4 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2614 -2613
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +711 -710
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73478,48 +73478,42 @@ declare module '@vue/runtime-core' {
|
|
73478
73478
|
}
|
73479
73479
|
|
73480
73480
|
export interface GlobalComponents {
|
73481
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73482
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73483
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73484
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73485
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73486
73481
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73487
73482
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73483
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73484
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73488
73485
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73489
|
-
|
73490
|
-
|
73491
|
-
|
73492
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73486
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73487
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73488
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73493
73489
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73494
73490
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73495
73491
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73492
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73493
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73494
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73495
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73496
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73497
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73498
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73499
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73496
73500
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73497
73501
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73498
73502
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73503
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73504
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73505
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73506
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73499
73507
|
VCard: typeof import('vuetify/components')['VCard']
|
73500
73508
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73501
73509
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73502
73510
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73503
73511
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73504
73512
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73505
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73506
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73507
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73508
73513
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73509
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73510
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73511
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73512
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73513
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73514
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73515
73514
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73515
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73516
73516
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73517
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73518
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73519
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73520
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73521
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73522
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73523
73517
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73524
73518
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73525
73519
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73528,29 +73522,36 @@ declare module '@vue/runtime-core' {
|
|
73528
73522
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73529
73523
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73530
73524
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73525
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73526
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73527
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73528
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73529
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73530
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73531
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73532
|
+
VField: typeof import('vuetify/components')['VField']
|
73533
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73534
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73531
73535
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73532
73536
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73533
73537
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73534
73538
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73535
73539
|
VFab: typeof import('vuetify/components')['VFab']
|
73536
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73537
73540
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73538
|
-
|
73541
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73539
73542
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73540
|
-
VField: typeof import('vuetify/components')['VField']
|
73541
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73542
73543
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73543
73544
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73544
73545
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73545
73546
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73546
73547
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73547
|
-
|
73548
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73548
73549
|
VImg: typeof import('vuetify/components')['VImg']
|
73550
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73549
73551
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73550
73552
|
VItem: typeof import('vuetify/components')['VItem']
|
73551
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73552
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73553
73553
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73554
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73554
73555
|
VList: typeof import('vuetify/components')['VList']
|
73555
73556
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73556
73557
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73560,26 +73561,25 @@ declare module '@vue/runtime-core' {
|
|
73560
73561
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73561
73562
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73562
73563
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73563
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73564
73564
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73565
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73566
73565
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73566
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73567
73567
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73568
73568
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73569
73569
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73570
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73571
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73572
73570
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73573
73571
|
VRating: typeof import('vuetify/components')['VRating']
|
73572
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73573
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73574
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73574
73575
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73576
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73577
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73578
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73579
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73575
73580
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73576
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73577
73581
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73578
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73579
73582
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73580
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73581
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73582
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73583
73583
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73584
73584
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73585
73585
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -73587,24 +73587,24 @@ declare module '@vue/runtime-core' {
|
|
73587
73587
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73588
73588
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73589
73589
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73590
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73591
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73592
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73593
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73594
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73590
73595
|
VTab: typeof import('vuetify/components')['VTab']
|
73591
73596
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73592
73597
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73593
73598
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73594
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73595
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73596
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73597
73599
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73600
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73598
73601
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73599
73602
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73600
73603
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73601
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73602
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73603
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73604
73604
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73605
73605
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73606
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73607
73606
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73607
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73608
73608
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73609
73609
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73610
73610
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -73616,15 +73616,15 @@ declare module '@vue/runtime-core' {
|
|
73616
73616
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73617
73617
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73618
73618
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73619
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
73620
73619
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73621
73620
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73621
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
73622
73622
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73623
73623
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73624
73624
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73625
73625
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73626
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73627
73626
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73627
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73628
73628
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73629
73629
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73630
73630
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -73648,20 +73648,20 @@ declare module '@vue/runtime-core' {
|
|
73648
73648
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73649
73649
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73650
73650
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73651
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73652
73651
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73653
73652
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73654
73653
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73654
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73655
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73656
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73657
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73655
73658
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73656
73659
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73657
73660
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73658
73661
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73659
73662
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73660
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73661
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73662
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73663
73663
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73664
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73665
73664
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73665
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73666
73666
|
}
|
73667
73667
|
}
|
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-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -314,6 +314,8 @@ function findChildrenWithProvide(key, vnode) {
|
|
314
314
|
if (!vnode || typeof vnode !== 'object') return [];
|
315
315
|
if (Array.isArray(vnode)) {
|
316
316
|
return vnode.map(child => findChildrenWithProvide(key, child)).flat(1);
|
317
|
+
} else if (vnode.suspense) {
|
318
|
+
return findChildrenWithProvide(key, vnode.ssContent);
|
317
319
|
} else if (Array.isArray(vnode.children)) {
|
318
320
|
return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1);
|
319
321
|
} else if (vnode.component) {
|
@@ -28008,7 +28010,7 @@ function createVuetify$1() {
|
|
28008
28010
|
goTo
|
28009
28011
|
};
|
28010
28012
|
}
|
28011
|
-
const version$1 = "3.6.6-master.2024-05-
|
28013
|
+
const version$1 = "3.6.6-master.2024-05-21";
|
28012
28014
|
createVuetify$1.version = version$1;
|
28013
28015
|
|
28014
28016
|
// Vue's inject() can only be used in setup
|
@@ -28033,7 +28035,7 @@ const createVuetify = function () {
|
|
28033
28035
|
...options
|
28034
28036
|
});
|
28035
28037
|
};
|
28036
|
-
const version = "3.6.6-master.2024-05-
|
28038
|
+
const version = "3.6.6-master.2024-05-21";
|
28037
28039
|
createVuetify.version = version;
|
28038
28040
|
|
28039
28041
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|