@vuetify/nightly 3.1.0-dev-20230104.0 → 3.1.0
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 +14 -14
- package/dist/json/importMap.json +74 -74
- package/dist/vuetify-labs.d.ts +28 -2
- package/dist/vuetify-labs.js +31 -8
- package/dist/vuetify.css +952 -956
- package/dist/vuetify.d.ts +21 -21
- package/dist/vuetify.esm.js +19 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -103
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VDivider/_variables.scss +2 -1
- package/lib/components/VList/VListItem.css +0 -4
- package/lib/components/VList/VListItem.sass +12 -6
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +15 -13
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +21 -21
- package/lib/labs/VDataTable/VDataTable.mjs +5 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +12 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +6 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +28 -2
- package/lib/labs/components.d.ts +28 -2
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -25971,19 +25971,19 @@ declare module '@vue/runtime-core' {
|
|
|
25971
25971
|
|
|
25972
25972
|
export interface GlobalComponents {
|
|
25973
25973
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
25974
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
25975
25974
|
VForm: typeof import('vuetify/components')['VForm']
|
|
25976
25975
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
25977
25976
|
VCol: typeof import('vuetify/components')['VCol']
|
|
25978
25977
|
VRow: typeof import('vuetify/components')['VRow']
|
|
25979
25978
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
25979
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
25980
25980
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
25981
25981
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
25982
25982
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
25983
25983
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
25984
25984
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
25985
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
25986
25985
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
25986
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
25987
25987
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
25988
25988
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
25989
25989
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
@@ -26004,25 +26004,26 @@ declare module '@vue/runtime-core' {
|
|
|
26004
26004
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
26005
26005
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
26006
26006
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
26007
|
-
|
|
26007
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26008
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26008
26009
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
26009
26010
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26010
26011
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26011
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26012
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26013
26012
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
26014
26013
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
26015
26014
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
26016
26015
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
26017
26016
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
26018
26017
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
26019
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26020
26018
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
26021
26019
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
26022
26020
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
26023
|
-
|
|
26021
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26024
26022
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
26023
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
26025
26024
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26025
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26026
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26026
26027
|
VCard: typeof import('vuetify/components')['VCard']
|
|
26027
26028
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
26028
26029
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -26032,15 +26033,15 @@ declare module '@vue/runtime-core' {
|
|
|
26032
26033
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
26033
26034
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26034
26035
|
VChip: typeof import('vuetify/components')['VChip']
|
|
26035
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26036
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26037
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26038
26036
|
VCode: typeof import('vuetify/components')['VCode']
|
|
26037
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26039
26038
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
26040
26039
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
26041
26040
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
26041
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
26042
26042
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
26043
26043
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
26044
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
26044
26045
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
26045
26046
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
26046
26047
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
@@ -26048,17 +26049,16 @@ declare module '@vue/runtime-core' {
|
|
|
26048
26049
|
VField: typeof import('vuetify/components')['VField']
|
|
26049
26050
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
26050
26051
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
26051
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
26052
26052
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
26053
26053
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
26054
26054
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
26055
26055
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
26056
26056
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
26057
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
26058
26057
|
VInput: typeof import('vuetify/components')['VInput']
|
|
26058
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
26059
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
26059
26060
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
26060
26061
|
VItem: typeof import('vuetify/components')['VItem']
|
|
26061
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
26062
26062
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
26063
26063
|
VList: typeof import('vuetify/components')['VList']
|
|
26064
26064
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -26069,38 +26069,38 @@ declare module '@vue/runtime-core' {
|
|
|
26069
26069
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
26070
26070
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
26071
26071
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
26072
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
26073
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
26074
26072
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
26075
26073
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
26074
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
26076
26075
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
26077
26076
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
26078
26077
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26079
26078
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
26080
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26081
26079
|
VRating: typeof import('vuetify/components')['VRating']
|
|
26080
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26082
26081
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
26083
26082
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
26084
26083
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
26085
26084
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
26085
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
26086
26086
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
26087
26087
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
26088
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
26089
26088
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
26090
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26091
26089
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26090
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26091
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
26092
26092
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
26093
26093
|
VTab: typeof import('vuetify/components')['VTab']
|
|
26094
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
26095
26094
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26096
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26097
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26098
26095
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
26099
26096
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
26100
26097
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
26101
26098
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
26099
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26100
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26102
26101
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26103
26102
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
26104
26103
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
26104
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
26105
26105
|
}
|
|
26106
26106
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.0
|
|
2
|
+
* Vuetify v3.1.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6641,7 +6641,8 @@ const VAvatar = defineComponent({
|
|
|
6641
6641
|
default: () => [props.image ? createVNode(VImg, {
|
|
6642
6642
|
"key": "image",
|
|
6643
6643
|
"src": props.image,
|
|
6644
|
-
"alt": ""
|
|
6644
|
+
"alt": "",
|
|
6645
|
+
"cover": true
|
|
6645
6646
|
}, null) : props.icon ? createVNode(VIcon, {
|
|
6646
6647
|
"key": "icon",
|
|
6647
6648
|
"icon": props.icon
|
|
@@ -18280,19 +18281,21 @@ function createVuetify$1() {
|
|
|
18280
18281
|
}
|
|
18281
18282
|
}
|
|
18282
18283
|
getUid.reset();
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18284
|
+
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
|
18285
|
+
app.mixin({
|
|
18286
|
+
computed: {
|
|
18287
|
+
$vuetify() {
|
|
18288
|
+
return reactive({
|
|
18289
|
+
defaults: inject.call(this, DefaultsSymbol),
|
|
18290
|
+
display: inject.call(this, DisplaySymbol),
|
|
18291
|
+
theme: inject.call(this, ThemeSymbol),
|
|
18292
|
+
icons: inject.call(this, IconSymbol),
|
|
18293
|
+
locale: inject.call(this, LocaleSymbol)
|
|
18294
|
+
});
|
|
18295
|
+
}
|
|
18293
18296
|
}
|
|
18294
|
-
}
|
|
18295
|
-
}
|
|
18297
|
+
});
|
|
18298
|
+
}
|
|
18296
18299
|
};
|
|
18297
18300
|
return {
|
|
18298
18301
|
install,
|
|
@@ -18303,7 +18306,7 @@ function createVuetify$1() {
|
|
|
18303
18306
|
locale
|
|
18304
18307
|
};
|
|
18305
18308
|
}
|
|
18306
|
-
const version$1 = "3.1.0
|
|
18309
|
+
const version$1 = "3.1.0";
|
|
18307
18310
|
createVuetify$1.version = version$1;
|
|
18308
18311
|
|
|
18309
18312
|
// Vue's inject() can only be used in setup
|
|
@@ -18324,7 +18327,7 @@ const createVuetify = function () {
|
|
|
18324
18327
|
...options
|
|
18325
18328
|
});
|
|
18326
18329
|
};
|
|
18327
|
-
const version = "3.1.0
|
|
18330
|
+
const version = "3.1.0";
|
|
18328
18331
|
createVuetify.version = version;
|
|
18329
18332
|
|
|
18330
18333
|
export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|