vuetify 3.4.1 → 3.4.2
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 +1763 -1763
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +3327 -3327
- package/dist/vuetify-labs.css +2597 -2600
- 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 +2211 -2214
- package/dist/vuetify.d.ts +39 -39
- 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/components/VDataTable/VDataTable.css +0 -3
- package/lib/components/VDataTable/VDataTable.sass +0 -2
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -72840,10 +72840,12 @@ declare module '@vue/runtime-core' {
|
|
|
72840
72840
|
|
|
72841
72841
|
export interface GlobalComponents {
|
|
72842
72842
|
VApp: typeof import('vuetify/components')['VApp']
|
|
72843
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
72844
72843
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
72845
72844
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
72846
72845
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
72846
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
72847
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
72848
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
72847
72849
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
72848
72850
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
72849
72851
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
@@ -72851,64 +72853,61 @@ declare module '@vue/runtime-core' {
|
|
|
72851
72853
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
72852
72854
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
72853
72855
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
72854
|
-
|
|
72855
|
-
|
|
72856
|
-
|
|
72856
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
72857
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
72858
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
72857
72859
|
VCard: typeof import('vuetify/components')['VCard']
|
|
72858
72860
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
72859
72861
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
72860
72862
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
72861
72863
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
72862
72864
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
72863
|
-
|
|
72864
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
72865
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
72866
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
72867
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
72868
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
72865
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
72869
72866
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
72870
72867
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
72871
|
-
|
|
72868
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
72869
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
72870
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
72872
72871
|
VChip: typeof import('vuetify/components')['VChip']
|
|
72873
72872
|
VCode: typeof import('vuetify/components')['VCode']
|
|
72874
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
72875
72873
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
72876
72874
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
72877
|
-
|
|
72878
|
-
|
|
72879
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
72880
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
72881
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
72882
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
72875
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
72876
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
72883
72877
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
72884
72878
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
72885
72879
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
72886
72880
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
72887
72881
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
72888
72882
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
72889
|
-
|
|
72890
|
-
|
|
72883
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
72884
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
72885
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
72886
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
72887
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
72888
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
72891
72889
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
72892
|
-
VField: typeof import('vuetify/components')['VField']
|
|
72893
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
72894
72890
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
72895
72891
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
72896
72892
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
72897
72893
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
72894
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
72898
72895
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
72899
72896
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
72897
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
72898
|
+
VField: typeof import('vuetify/components')['VField']
|
|
72899
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
72900
72900
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
72901
72901
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
72902
72902
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
72903
72903
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
72904
72904
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
72905
|
-
|
|
72905
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
72906
72906
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
72907
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
72907
72908
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
72908
72909
|
VItem: typeof import('vuetify/components')['VItem']
|
|
72909
|
-
|
|
72910
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
72911
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
72910
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
72912
72911
|
VList: typeof import('vuetify/components')['VList']
|
|
72913
72912
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
72914
72913
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -72918,23 +72917,24 @@ declare module '@vue/runtime-core' {
|
|
|
72918
72917
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
72919
72918
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
72920
72919
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
72921
|
-
|
|
72920
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
72922
72921
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
72922
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
72923
72923
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
72924
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
72925
72924
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
72926
72925
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
72926
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
72927
72927
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
72928
72928
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
72929
72929
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
72930
72930
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
72931
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
72932
72931
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
72932
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
72933
72933
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
72934
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
72934
72935
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
72935
72936
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
72936
72937
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
72937
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
72938
72938
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
72939
72939
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
72940
72940
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
@@ -72944,41 +72944,41 @@ declare module '@vue/runtime-core' {
|
|
|
72944
72944
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
72945
72945
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
72946
72946
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
72947
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
72948
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
72949
72947
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
72950
72948
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
72949
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
72950
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
72951
72951
|
VTable: typeof import('vuetify/components')['VTable']
|
|
72952
72952
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
72953
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
72954
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
72955
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
72956
72953
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
72957
72954
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
72958
72955
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
72956
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
72957
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
72958
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
72959
72959
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
72960
72960
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
72961
72961
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
72962
72962
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
72963
72963
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
72964
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
72965
72964
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
72966
72965
|
VCol: typeof import('vuetify/components')['VCol']
|
|
72967
72966
|
VRow: typeof import('vuetify/components')['VRow']
|
|
72968
72967
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
72968
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
72969
72969
|
VHover: typeof import('vuetify/components')['VHover']
|
|
72970
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
72970
72971
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
72971
72972
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
72972
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
72973
72973
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
72974
72974
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
72975
72975
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
72976
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
72977
72976
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
72977
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
72978
72978
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
72979
72979
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
72980
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
72981
72980
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
72981
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
72982
72982
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
72983
72983
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
72984
72984
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25115,7 +25115,7 @@ function createVuetify$1() {
|
|
|
25115
25115
|
date
|
|
25116
25116
|
};
|
|
25117
25117
|
}
|
|
25118
|
-
const version$1 = "3.4.
|
|
25118
|
+
const version$1 = "3.4.2";
|
|
25119
25119
|
createVuetify$1.version = version$1;
|
|
25120
25120
|
|
|
25121
25121
|
// Vue's inject() can only be used in setup
|
|
@@ -25140,7 +25140,7 @@ const createVuetify = function () {
|
|
|
25140
25140
|
...options
|
|
25141
25141
|
});
|
|
25142
25142
|
};
|
|
25143
|
-
const version = "3.4.
|
|
25143
|
+
const version = "3.4.2";
|
|
25144
25144
|
createVuetify.version = version;
|
|
25145
25145
|
|
|
25146
25146
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25119,7 +25119,7 @@
|
|
|
25119
25119
|
date
|
|
25120
25120
|
};
|
|
25121
25121
|
}
|
|
25122
|
-
const version$1 = "3.4.
|
|
25122
|
+
const version$1 = "3.4.2";
|
|
25123
25123
|
createVuetify$1.version = version$1;
|
|
25124
25124
|
|
|
25125
25125
|
// Vue's inject() can only be used in setup
|
|
@@ -25144,7 +25144,7 @@
|
|
|
25144
25144
|
...options
|
|
25145
25145
|
});
|
|
25146
25146
|
};
|
|
25147
|
-
const version = "3.4.
|
|
25147
|
+
const version = "3.4.2";
|
|
25148
25148
|
createVuetify.version = version;
|
|
25149
25149
|
|
|
25150
25150
|
exports.components = components;
|