@vuetify/nightly 3.6.11-master.2024-07-06 → 3.6.11-master.2024-07-07
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 +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2187 -2187
- 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 +1184 -1184
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72847,47 +72847,41 @@ declare module '@vue/runtime-core' {
|
|
72847
72847
|
}
|
72848
72848
|
|
72849
72849
|
export interface GlobalComponents {
|
72850
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72851
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72850
72852
|
VApp: typeof import('vuetify/components')['VApp']
|
72851
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72852
72853
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72853
72854
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72854
72855
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72855
|
-
|
72856
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
72857
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72856
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72858
72857
|
VBadge: typeof import('vuetify/components')['VBadge']
|
72858
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72859
72859
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72860
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72861
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72860
72862
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72861
72863
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72862
72864
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72863
|
-
|
72865
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72864
72866
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72865
72867
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72866
72868
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72867
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72868
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72869
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72870
72869
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72871
72870
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72872
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72873
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72874
72871
|
VCard: typeof import('vuetify/components')['VCard']
|
72875
72872
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72876
72873
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72877
72874
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72878
72875
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72879
72876
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72877
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72878
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72879
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72880
72880
|
VChip: typeof import('vuetify/components')['VChip']
|
72881
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72882
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72883
72881
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72884
72882
|
VCode: typeof import('vuetify/components')['VCode']
|
72885
|
-
|
72886
|
-
|
72887
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72888
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72889
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72890
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72883
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72884
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72891
72885
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72892
72886
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72893
72887
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72895,30 +72889,37 @@ declare module '@vue/runtime-core' {
|
|
72895
72889
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72896
72890
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72897
72891
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72892
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72893
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72894
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72895
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72896
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72897
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72898
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72898
72899
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72899
|
-
|
72900
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72901
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72902
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72900
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72903
72901
|
VFab: typeof import('vuetify/components')['VFab']
|
72904
72902
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72905
72903
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72906
72904
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72907
72905
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72908
|
-
|
72906
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72909
72907
|
VField: typeof import('vuetify/components')['VField']
|
72910
72908
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72909
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72910
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72911
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72911
72912
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72912
72913
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72913
72914
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72914
72915
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72915
72916
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72916
72917
|
VImg: typeof import('vuetify/components')['VImg']
|
72917
|
-
|
72918
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72918
72919
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72919
72920
|
VItem: typeof import('vuetify/components')['VItem']
|
72921
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72920
72922
|
VInput: typeof import('vuetify/components')['VInput']
|
72921
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72922
72923
|
VList: typeof import('vuetify/components')['VList']
|
72923
72924
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72924
72925
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72928,48 +72929,47 @@ declare module '@vue/runtime-core' {
|
|
72928
72929
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72929
72930
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72930
72931
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72931
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
72932
72932
|
VMain: typeof import('vuetify/components')['VMain']
|
72933
72933
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72934
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72934
72935
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72935
72936
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72936
|
-
|
72937
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72937
72938
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72938
72939
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72939
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72940
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72941
72940
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72941
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72942
72942
|
VRating: typeof import('vuetify/components')['VRating']
|
72943
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
72944
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72945
72943
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72946
|
-
|
72947
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72944
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
72948
72945
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72949
72946
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72950
|
-
|
72947
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72948
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72949
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72951
72950
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72951
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72952
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72952
72953
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72953
72954
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72954
72955
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72955
72956
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72956
72957
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72957
72958
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72959
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72958
72961
|
VTab: typeof import('vuetify/components')['VTab']
|
72959
72962
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72960
72963
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72961
72964
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72962
|
-
|
72963
|
-
|
72964
|
-
|
72965
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72966
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72967
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72965
72968
|
VTable: typeof import('vuetify/components')['VTable']
|
72966
72969
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72967
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72968
72970
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72969
72971
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72970
|
-
|
72971
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72972
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72972
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72973
72973
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72974
72974
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72975
72975
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -72981,20 +72981,20 @@ declare module '@vue/runtime-core' {
|
|
72981
72981
|
VRow: typeof import('vuetify/components')['VRow']
|
72982
72982
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72983
72983
|
VHover: typeof import('vuetify/components')['VHover']
|
72984
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72984
72985
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72985
72986
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72986
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72987
72987
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72988
72988
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
72989
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72990
72990
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72991
72991
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72992
72992
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72993
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72994
72993
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72995
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72997
72996
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72997
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72998
72998
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72999
72999
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73000
73000
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73020,15 +73020,15 @@ declare module '@vue/runtime-core' {
|
|
73020
73020
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73021
73021
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73022
73022
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73023
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73024
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73025
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73023
73026
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73024
73027
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73025
73028
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73026
73029
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73027
73030
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73028
73031
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73029
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73030
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73031
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73032
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
73033
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73034
73034
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28097,7 +28097,7 @@ function createVuetify$1() {
|
|
28097
28097
|
goTo
|
28098
28098
|
};
|
28099
28099
|
}
|
28100
|
-
const version$1 = "3.6.11-master.2024-07-
|
28100
|
+
const version$1 = "3.6.11-master.2024-07-07";
|
28101
28101
|
createVuetify$1.version = version$1;
|
28102
28102
|
|
28103
28103
|
// Vue's inject() can only be used in setup
|
@@ -28122,7 +28122,7 @@ const createVuetify = function () {
|
|
28122
28122
|
...options
|
28123
28123
|
});
|
28124
28124
|
};
|
28125
|
-
const version = "3.6.11-master.2024-07-
|
28125
|
+
const version = "3.6.11-master.2024-07-07";
|
28126
28126
|
createVuetify.version = version;
|
28127
28127
|
|
28128
28128
|
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.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28101,7 +28101,7 @@
|
|
28101
28101
|
goTo
|
28102
28102
|
};
|
28103
28103
|
}
|
28104
|
-
const version$1 = "3.6.11-master.2024-07-
|
28104
|
+
const version$1 = "3.6.11-master.2024-07-07";
|
28105
28105
|
createVuetify$1.version = version$1;
|
28106
28106
|
|
28107
28107
|
// Vue's inject() can only be used in setup
|
@@ -28126,7 +28126,7 @@
|
|
28126
28126
|
...options
|
28127
28127
|
});
|
28128
28128
|
};
|
28129
|
-
const version = "3.6.11-master.2024-07-
|
28129
|
+
const version = "3.6.11-master.2024-07-07";
|
28130
28130
|
createVuetify.version = version;
|
28131
28131
|
|
28132
28132
|
exports.blueprints = index;
|