@vuetify/nightly 3.6.8-master.2024-05-30 → 3.6.8-master.2024-05-31
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 +8 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2809 -2808
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +883 -882
- package/dist/vuetify.d.ts +41 -41
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -0
- package/lib/components/VBanner/VBanner.sass +1 -0
- package/lib/components/VBanner/_variables.scss +1 -0
- package/lib/components/VEmptyState/VEmptyState.css +2 -2
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/components/VEmptyState/_variables.scss +2 -2
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -41
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72855,21 +72855,24 @@ declare module '@vue/runtime-core' {
|
|
72855
72855
|
}
|
72856
72856
|
|
72857
72857
|
export interface GlobalComponents {
|
72858
|
-
VApp: typeof import('vuetify/components')['VApp']
|
72859
72858
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72860
72859
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72861
72860
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72861
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72862
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72862
72863
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72863
72864
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72864
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72865
72865
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72866
72866
|
VBadge: typeof import('vuetify/components')['VBadge']
|
72867
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72868
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72869
72867
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72870
72868
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72871
72869
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72872
72870
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72871
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72872
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72873
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72874
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72875
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72873
72876
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72874
72877
|
VCard: typeof import('vuetify/components')['VCard']
|
72875
72878
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -72877,20 +72880,23 @@ declare module '@vue/runtime-core' {
|
|
72877
72880
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72878
72881
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72879
72882
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72880
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72881
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72882
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72883
72883
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72884
72884
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72885
72885
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72886
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72886
72887
|
VChip: typeof import('vuetify/components')['VChip']
|
72887
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72888
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72889
72888
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72890
72889
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72891
|
-
|
72892
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
72890
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72893
72891
|
VCode: typeof import('vuetify/components')['VCode']
|
72892
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72893
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72894
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72895
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72896
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72897
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72898
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72899
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72894
72900
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72895
72901
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72896
72902
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72898,26 +72904,19 @@ declare module '@vue/runtime-core' {
|
|
72898
72904
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72899
72905
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72900
72906
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72901
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
72902
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72903
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72904
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72905
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72906
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72907
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72908
72907
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72909
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72910
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72911
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72912
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72913
72908
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72914
72909
|
VFab: typeof import('vuetify/components')['VFab']
|
72915
72910
|
VField: typeof import('vuetify/components')['VField']
|
72916
72911
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72912
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72917
72913
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72914
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72915
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72916
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72917
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72918
72918
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72919
72919
|
VImg: typeof import('vuetify/components')['VImg']
|
72920
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
72921
72920
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72922
72921
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72923
72922
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -72925,10 +72924,12 @@ declare module '@vue/runtime-core' {
|
|
72925
72924
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72926
72925
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72927
72926
|
VInput: typeof import('vuetify/components')['VInput']
|
72927
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72928
72928
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72929
72929
|
VItem: typeof import('vuetify/components')['VItem']
|
72930
|
-
|
72930
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72931
72931
|
VMain: typeof import('vuetify/components')['VMain']
|
72932
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72932
72933
|
VList: typeof import('vuetify/components')['VList']
|
72933
72934
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72934
72935
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72938,26 +72939,24 @@ declare module '@vue/runtime-core' {
|
|
72938
72939
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72939
72940
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72940
72941
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72941
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
72942
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72943
72942
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72944
72943
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72944
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72945
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72945
72946
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72946
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72947
72947
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72948
|
-
|
72948
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72949
72949
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72950
|
-
VRating: typeof import('vuetify/components')['VRating']
|
72951
72950
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72951
|
+
VRating: typeof import('vuetify/components')['VRating']
|
72952
72952
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72953
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72954
72953
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72954
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72955
72955
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72956
72956
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72957
72957
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72958
72958
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72959
72959
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72960
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72961
72960
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72962
72961
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72963
72962
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -72965,15 +72964,16 @@ declare module '@vue/runtime-core' {
|
|
72965
72964
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72966
72965
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72967
72966
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72968
|
-
|
72967
|
+
VTable: typeof import('vuetify/components')['VTable']
|
72969
72968
|
VTab: typeof import('vuetify/components')['VTab']
|
72970
72969
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72971
72970
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72972
72971
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72972
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72973
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72974
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72973
72975
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72974
72976
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72975
|
-
VTable: typeof import('vuetify/components')['VTable']
|
72976
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72977
72977
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72978
72978
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72979
72979
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
@@ -72996,13 +72996,13 @@ declare module '@vue/runtime-core' {
|
|
72996
72996
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72997
72997
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72998
72998
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72999
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73000
72999
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73000
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73001
73001
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73002
73002
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73003
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73004
73003
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73005
73004
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73005
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73006
73006
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73007
73007
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73008
73008
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73019,6 +73019,11 @@ declare module '@vue/runtime-core' {
|
|
73019
73019
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73020
73020
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73021
73021
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73022
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73023
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73024
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73025
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73026
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73022
73027
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73023
73028
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73024
73029
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
@@ -73029,11 +73034,6 @@ declare module '@vue/runtime-core' {
|
|
73029
73034
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73030
73035
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73031
73036
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73032
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73033
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73034
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73035
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73036
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73037
73037
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73038
73038
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73039
73039
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.8-master.2024-05-
|
2
|
+
* Vuetify v3.6.8-master.2024-05-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22479,7 +22479,7 @@ const VEmptyState = genericComponent()({
|
|
22479
22479
|
"defaults": {
|
22480
22480
|
VBtn: {
|
22481
22481
|
class: 'v-empty-state__action-btn',
|
22482
|
-
color: props.color,
|
22482
|
+
color: props.color ?? 'surface-variant',
|
22483
22483
|
text: props.actionText
|
22484
22484
|
}
|
22485
22485
|
}
|
@@ -28068,7 +28068,7 @@ function createVuetify$1() {
|
|
28068
28068
|
goTo
|
28069
28069
|
};
|
28070
28070
|
}
|
28071
|
-
const version$1 = "3.6.8-master.2024-05-
|
28071
|
+
const version$1 = "3.6.8-master.2024-05-31";
|
28072
28072
|
createVuetify$1.version = version$1;
|
28073
28073
|
|
28074
28074
|
// Vue's inject() can only be used in setup
|
@@ -28093,7 +28093,7 @@ const createVuetify = function () {
|
|
28093
28093
|
...options
|
28094
28094
|
});
|
28095
28095
|
};
|
28096
|
-
const version = "3.6.8-master.2024-05-
|
28096
|
+
const version = "3.6.8-master.2024-05-31";
|
28097
28097
|
createVuetify.version = version;
|
28098
28098
|
|
28099
28099
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|