@vuetify/nightly 3.7.0-beta.1-dev.2024-08-15 → 3.7.0-master.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/attributes.json +98 -98
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +191 -191
- package/dist/vuetify-labs.css +1833 -1836
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1780 -1783
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66692,40 +66692,42 @@ declare global {
|
|
66692
66692
|
}
|
66693
66693
|
}
|
66694
66694
|
interface _GlobalComponents {
|
66695
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66696
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66697
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66698
66695
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66699
66696
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66700
66697
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66698
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66699
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66700
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66701
66701
|
VApp: typeof import('vuetify/components')['VApp']
|
66702
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66703
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66702
66704
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66703
66705
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66704
66706
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66707
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66708
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66705
66709
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66706
66710
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66707
66711
|
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
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66715
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66716
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
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']
|
66721
66712
|
VCard: typeof import('vuetify/components')['VCard']
|
66722
66713
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66723
66714
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66724
66715
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66725
66716
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66726
66717
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66727
|
-
|
66718
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66719
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66720
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66721
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66722
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66723
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66724
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66725
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66726
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66728
66727
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66728
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66729
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66730
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66729
66731
|
VCode: typeof import('vuetify/components')['VCode']
|
66730
66732
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66731
66733
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -66734,7 +66736,6 @@ interface _GlobalComponents {
|
|
66734
66736
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66735
66737
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66736
66738
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66737
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66738
66739
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66739
66740
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66740
66741
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66742,27 +66743,29 @@ interface _GlobalComponents {
|
|
66742
66743
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66743
66744
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66744
66745
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66745
|
-
|
66746
|
-
|
66747
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66746
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66747
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66748
66748
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66749
66749
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66750
66750
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66751
66751
|
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
66752
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66756
|
-
|
66753
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
66754
|
+
VField: typeof import('vuetify/components')['VField']
|
66755
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
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']
|
66761
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66762
66762
|
VInput: typeof import('vuetify/components')['VInput']
|
66763
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
66764
66763
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66764
|
+
VMain: typeof import('vuetify/components')['VMain']
|
66765
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66766
|
+
VItem: typeof import('vuetify/components')['VItem']
|
66765
66767
|
VKbd: typeof import('vuetify/components')['VKbd']
|
66768
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
66766
66769
|
VList: typeof import('vuetify/components')['VList']
|
66767
66770
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66768
66771
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66772,54 +66775,51 @@ interface _GlobalComponents {
|
|
66772
66775
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66773
66776
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66774
66777
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66775
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66776
|
-
VItem: typeof import('vuetify/components')['VItem']
|
66777
|
-
VMain: typeof import('vuetify/components')['VMain']
|
66778
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66779
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
66780
66778
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66779
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66781
66780
|
VMessages: typeof import('vuetify/components')['VMessages']
|
66782
66781
|
VPagination: typeof import('vuetify/components')['VPagination']
|
66783
66782
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66783
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
66784
66784
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66785
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66785
66786
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66786
|
-
VRating: typeof import('vuetify/components')['VRating']
|
66787
66787
|
VSelect: typeof import('vuetify/components')['VSelect']
|
66788
|
-
|
66789
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66788
|
+
VRating: typeof import('vuetify/components')['VRating']
|
66790
66789
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66790
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66791
66791
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66792
66792
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66793
66793
|
VSheet: typeof import('vuetify/components')['VSheet']
|
66794
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66795
|
+
VTable: typeof import('vuetify/components')['VTable']
|
66794
66796
|
VSlider: typeof import('vuetify/components')['VSlider']
|
66795
66797
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66796
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66797
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
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']
|
66804
66798
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66805
66799
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66806
66800
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
66807
66801
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66808
66802
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66809
66803
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66804
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66805
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66806
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66807
|
+
VTab: typeof import('vuetify/components')['VTab']
|
66808
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
66809
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66810
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66811
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66812
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
66813
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66810
66814
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66811
|
-
VTable: typeof import('vuetify/components')['VTable']
|
66812
66815
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66813
66816
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66814
66817
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66815
66818
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66816
66819
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66817
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
66818
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66819
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66820
66820
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66821
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66822
66821
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66822
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66823
66823
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66824
66824
|
VCol: typeof import('vuetify/components')['VCol']
|
66825
66825
|
VRow: typeof import('vuetify/components')['VRow']
|
@@ -66828,18 +66828,18 @@ interface _GlobalComponents {
|
|
66828
66828
|
VHover: typeof import('vuetify/components')['VHover']
|
66829
66829
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66830
66830
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66831
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
66832
66831
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66833
|
-
|
66832
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66834
66833
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66834
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66835
66835
|
VRadio: typeof import('vuetify/components')['VRadio']
|
66836
66836
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66837
66837
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
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,24 +66856,24 @@ 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']
|
66870
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66871
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66872
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66873
66868
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
66874
66869
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
66875
66870
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
66876
|
-
|
66871
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66872
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66873
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66874
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66875
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66876
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66877
66877
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
66878
66878
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66879
66879
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-
|
2
|
+
* Vuetify v3.7.0-master.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-master.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-master.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 };
|