@vuetify/nightly 3.7.0-beta.1-dev.2024-08-15 → 3.7.0-dev.2024-08-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/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3558 -3561
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3138 -3141
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +60 -60
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66694,47 +66694,40 @@ declare global {
|
|
66694
66694
|
interface _GlobalComponents {
|
66695
66695
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66696
66696
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66697
|
-
|
66697
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66698
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66698
66699
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66699
66700
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66700
66701
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66701
|
-
|
66702
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66702
66703
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66703
66704
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66704
66705
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66706
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66707
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66705
66708
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66706
66709
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66707
66710
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66708
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66709
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66710
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66711
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66712
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66713
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66714
66711
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66715
|
-
|
66716
|
-
|
66717
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66718
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66719
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66720
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66712
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66713
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66721
66714
|
VCard: typeof import('vuetify/components')['VCard']
|
66722
66715
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66723
66716
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66724
66717
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66725
66718
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66726
66719
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66727
|
-
|
66728
|
-
|
66720
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66721
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66722
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66723
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66724
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66725
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66726
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66729
66727
|
VCode: typeof import('vuetify/components')['VCode']
|
66730
|
-
|
66731
|
-
|
66732
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66733
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66734
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66735
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66728
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66729
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66736
66730
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66737
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66738
66731
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66739
66732
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66740
66733
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66742,27 +66735,34 @@ interface _GlobalComponents {
|
|
66742
66735
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66743
66736
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66744
66737
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66745
|
-
|
66738
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66739
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66740
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66741
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66742
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66743
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66744
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66746
66745
|
VField: typeof import('vuetify/components')['VField']
|
66747
66746
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66747
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66748
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66748
66749
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66749
66750
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66750
66751
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66751
66752
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66752
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66753
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
66754
|
-
VFab: typeof import('vuetify/components')['VFab']
|
66755
66753
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66756
|
-
|
66754
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66755
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
66757
66756
|
VIcon: typeof import('vuetify/components')['VIcon']
|
66758
66757
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
66759
66758
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66760
66759
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66761
66760
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66762
|
-
|
66763
|
-
|
66761
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66762
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66763
|
+
VItem: typeof import('vuetify/components')['VItem']
|
66764
66764
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66765
|
-
|
66765
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66766
66766
|
VList: typeof import('vuetify/components')['VList']
|
66767
66767
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66768
66768
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66772,74 +66772,74 @@ interface _GlobalComponents {
|
|
66772
66772
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66773
66773
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66774
66774
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66775
|
-
|
66776
|
-
|
66775
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
66776
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
66777
66777
|
VMain: typeof import('vuetify/components')['VMain']
|
66778
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66779
66778
|
VMenu: typeof import('vuetify/components')['VMenu']
|
66779
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66780
66780
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66781
66781
|
VMessages: typeof import('vuetify/components')['VMessages']
|
66782
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
66783
66782
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66784
|
-
|
66783
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
66785
66784
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66785
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66786
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66786
66787
|
VRating: typeof import('vuetify/components')['VRating']
|
66787
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
66788
66788
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66789
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66790
66789
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66791
|
-
|
66792
|
-
|
66790
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66791
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
66793
66792
|
VSheet: typeof import('vuetify/components')['VSheet']
|
66794
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
66795
66793
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66796
|
-
|
66797
|
-
|
66798
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66799
|
-
VTab: typeof import('vuetify/components')['VTab']
|
66800
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
66801
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66802
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66803
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
66794
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66795
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66804
66796
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66805
66797
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66806
66798
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
66807
66799
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66808
66800
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66809
66801
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66810
|
-
|
66802
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
66803
|
+
VTab: typeof import('vuetify/components')['VTab']
|
66804
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
66805
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66806
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66807
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66808
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66811
66809
|
VTable: typeof import('vuetify/components')['VTable']
|
66810
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66812
66811
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66813
66812
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66813
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66814
66814
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66815
66815
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66816
66816
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66817
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66817
66818
|
VWindow: typeof import('vuetify/components')['VWindow']
|
66818
66819
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66819
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66820
66820
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66821
66821
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66822
66822
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66823
|
+
VForm: typeof import('vuetify/components')['VForm']
|
66823
66824
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66824
66825
|
VCol: typeof import('vuetify/components')['VCol']
|
66825
66826
|
VRow: typeof import('vuetify/components')['VRow']
|
66826
66827
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
66827
|
-
VForm: typeof import('vuetify/components')['VForm']
|
66828
66828
|
VHover: typeof import('vuetify/components')['VHover']
|
66829
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66829
66830
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66830
66831
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66831
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
66832
66832
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66833
66833
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66834
66834
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66835
66835
|
VRadio: typeof import('vuetify/components')['VRadio']
|
66836
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66837
66836
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66837
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66838
66838
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66839
66839
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66840
66840
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
66841
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66842
66841
|
VValidation: typeof import('vuetify/components')['VValidation']
|
66842
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66843
66843
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
66844
66844
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
66845
66845
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -66856,27 +66856,27 @@ interface _GlobalComponents {
|
|
66856
66856
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
66857
66857
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
66858
66858
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
66859
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66860
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66861
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66862
66859
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
66863
66860
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
66864
66861
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
66865
66862
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
66866
66863
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
66867
66864
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
66865
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66868
66866
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66869
66867
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66868
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66869
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66870
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66870
66871
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66871
66872
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66872
66873
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66873
66874
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
66874
66875
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
66875
66876
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
66876
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66877
66877
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
66878
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66879
66878
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66879
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66880
66880
|
}
|
66881
66881
|
declare module 'vue' {
|
66882
66882
|
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.7.0-
|
2
|
+
* Vuetify v3.7.0-dev.2024-08-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28208,7 +28208,7 @@ function createVuetify$1() {
|
|
28208
28208
|
goTo
|
28209
28209
|
};
|
28210
28210
|
}
|
28211
|
-
const version$1 = "3.7.0-
|
28211
|
+
const version$1 = "3.7.0-dev.2024-08-16";
|
28212
28212
|
createVuetify$1.version = version$1;
|
28213
28213
|
|
28214
28214
|
// Vue's inject() can only be used in setup
|
@@ -28233,7 +28233,7 @@ const createVuetify = function () {
|
|
28233
28233
|
...options
|
28234
28234
|
});
|
28235
28235
|
};
|
28236
|
-
const version = "3.7.0-
|
28236
|
+
const version = "3.7.0-dev.2024-08-16";
|
28237
28237
|
createVuetify.version = version;
|
28238
28238
|
|
28239
28239
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|