@vuetify/nightly 3.6.7-master.2024-05-23 → 3.6.7-master.2024-05-24
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 +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2641 -2641
- 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 +1606 -1606
- package/dist/vuetify.d.ts +43 -43
- 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 +43 -43
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73559,42 +73559,41 @@ declare module '@vue/runtime-core' {
|
|
73559
73559
|
}
|
73560
73560
|
|
73561
73561
|
export interface GlobalComponents {
|
73562
|
-
|
73562
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73563
73563
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73564
73564
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73565
73565
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73566
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73567
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73568
73566
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73569
73567
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73568
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73570
73569
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73570
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73571
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73572
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73573
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73571
73574
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73572
|
-
|
73575
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73573
73576
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73574
73577
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73575
73578
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73576
|
-
|
73577
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73578
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73579
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73579
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73580
73580
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73581
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73582
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73583
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73584
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73581
73585
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73586
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73582
73587
|
VCard: typeof import('vuetify/components')['VCard']
|
73583
73588
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73584
73589
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73585
73590
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73586
73591
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73587
73592
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73588
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73589
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73590
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73591
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73592
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73593
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73594
73593
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73595
73594
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73595
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73596
73596
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73597
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73598
73597
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73599
73598
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73600
73599
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73602,6 +73601,7 @@ declare module '@vue/runtime-core' {
|
|
73602
73601
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73603
73602
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73604
73603
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73604
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73605
73605
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73606
73606
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73607
73607
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73609,30 +73609,28 @@ declare module '@vue/runtime-core' {
|
|
73609
73609
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73610
73610
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73611
73611
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73612
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73613
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73614
73612
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73615
73613
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73616
73614
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73617
73615
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73618
73616
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73619
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73620
73617
|
VField: typeof import('vuetify/components')['VField']
|
73621
73618
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73622
73619
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73620
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73621
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73622
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73623
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73623
73624
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73624
73625
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73625
73626
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73626
73627
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73627
73628
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73628
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73629
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73630
73629
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73631
73630
|
VItem: typeof import('vuetify/components')['VItem']
|
73632
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73633
73631
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73634
|
-
|
73635
|
-
|
73632
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73633
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73636
73634
|
VList: typeof import('vuetify/components')['VList']
|
73637
73635
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73638
73636
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73642,57 +73640,59 @@ declare module '@vue/runtime-core' {
|
|
73642
73640
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73643
73641
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73644
73642
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73645
|
-
|
73643
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73646
73644
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73645
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73646
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73647
73647
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73648
73648
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73649
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73650
73649
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73651
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73652
73650
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73653
73651
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73652
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73654
73653
|
VRating: typeof import('vuetify/components')['VRating']
|
73655
73654
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73656
73655
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73657
73656
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73658
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73659
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73660
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73661
73657
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73658
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73662
73659
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73663
73660
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73661
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73662
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73663
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73664
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73665
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73666
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73664
73667
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73665
73668
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73666
73669
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73667
73670
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73668
73671
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73669
73672
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73670
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73671
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73672
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73673
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73674
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73675
73673
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73676
|
-
|
73674
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73677
73675
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73676
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73677
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73678
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73678
73679
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73679
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73680
73680
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73681
73681
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73682
73682
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73683
|
-
|
73684
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73683
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73685
73684
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73686
73685
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73686
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73687
73687
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73688
73688
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73689
73689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73690
73690
|
VForm: typeof import('vuetify/components')['VForm']
|
73691
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73692
73691
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73693
73692
|
VCol: typeof import('vuetify/components')['VCol']
|
73694
73693
|
VRow: typeof import('vuetify/components')['VRow']
|
73695
73694
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73695
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73696
73696
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73697
73697
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73698
73698
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -73702,8 +73702,8 @@ declare module '@vue/runtime-core' {
|
|
73702
73702
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73703
73703
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73704
73704
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73705
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73706
73705
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73706
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73707
73707
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73708
73708
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73709
73709
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73730,11 +73730,11 @@ declare module '@vue/runtime-core' {
|
|
73730
73730
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73731
73731
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73732
73732
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73733
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73734
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73733
73735
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73734
73736
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73735
73737
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73736
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73737
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73738
73738
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73739
73739
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73740
73740
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -73742,7 +73742,7 @@ declare module '@vue/runtime-core' {
|
|
73742
73742
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73743
73743
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73744
73744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73745
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73746
73745
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73746
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73747
73747
|
}
|
73748
73748
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28036,7 +28036,7 @@ function createVuetify$1() {
|
|
28036
28036
|
goTo
|
28037
28037
|
};
|
28038
28038
|
}
|
28039
|
-
const version$1 = "3.6.7-master.2024-05-
|
28039
|
+
const version$1 = "3.6.7-master.2024-05-24";
|
28040
28040
|
createVuetify$1.version = version$1;
|
28041
28041
|
|
28042
28042
|
// Vue's inject() can only be used in setup
|
@@ -28061,7 +28061,7 @@ const createVuetify = function () {
|
|
28061
28061
|
...options
|
28062
28062
|
});
|
28063
28063
|
};
|
28064
|
-
const version = "3.6.7-master.2024-05-
|
28064
|
+
const version = "3.6.7-master.2024-05-24";
|
28065
28065
|
createVuetify.version = version;
|
28066
28066
|
|
28067
28067
|
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.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28040,7 +28040,7 @@
|
|
28040
28040
|
goTo
|
28041
28041
|
};
|
28042
28042
|
}
|
28043
|
-
const version$1 = "3.6.7-master.2024-05-
|
28043
|
+
const version$1 = "3.6.7-master.2024-05-24";
|
28044
28044
|
createVuetify$1.version = version$1;
|
28045
28045
|
|
28046
28046
|
// Vue's inject() can only be used in setup
|
@@ -28065,7 +28065,7 @@
|
|
28065
28065
|
...options
|
28066
28066
|
});
|
28067
28067
|
};
|
28068
|
-
const version = "3.6.7-master.2024-05-
|
28068
|
+
const version = "3.6.7-master.2024-05-24";
|
28069
28069
|
createVuetify.version = version;
|
28070
28070
|
|
28071
28071
|
exports.blueprints = index;
|