@vuetify/nightly 3.1.0 → 3.1.1-dev-20230107.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 +3 -18
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +68 -68
- package/dist/vuetify-labs.js +8 -8
- package/dist/vuetify.css +1085 -1085
- package/dist/vuetify.d.ts +19 -19
- 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/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.ts +19 -19
- package/lib/labs/VDataTable/VDataTable.mjs +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -26004,26 +26004,25 @@ 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
|
-
|
|
26008
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26007
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
26009
26008
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
26010
26009
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26011
26010
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26011
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26012
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26012
26013
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
26013
26014
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
26014
26015
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
26015
26016
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
26016
26017
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
26017
26018
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
26019
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26018
26020
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
26019
26021
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
26020
26022
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
26021
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26022
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
26023
26023
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
26024
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
26024
26025
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26025
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26026
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26027
26026
|
VCard: typeof import('vuetify/components')['VCard']
|
|
26028
26027
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
26029
26028
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -26032,33 +26031,34 @@ declare module '@vue/runtime-core' {
|
|
|
26032
26031
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
26033
26032
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
26034
26033
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26034
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26035
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26035
26036
|
VChip: typeof import('vuetify/components')['VChip']
|
|
26036
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
26037
26037
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26038
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
26038
26039
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
26039
26040
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
26040
26041
|
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']
|
|
26045
26044
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
26046
26045
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
26047
26046
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
26048
26047
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
26049
26048
|
VField: typeof import('vuetify/components')['VField']
|
|
26050
26049
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
26050
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
26051
26051
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
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
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
26058
26057
|
VImg: typeof import('vuetify/components')['VImg']
|
|
26059
|
-
|
|
26058
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
26060
26059
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
26061
26060
|
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']
|
|
26072
26074
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
26073
26075
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
26074
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
26075
26076
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
26076
26077
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
26077
26078
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26078
26079
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
26079
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
26080
26080
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26081
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
26081
26082
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
26082
26083
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
26083
26084
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
26084
26085
|
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']
|
|
26088
26089
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
26089
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26090
26090
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26091
|
-
|
|
26091
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26092
26092
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
26093
26093
|
VTab: typeof import('vuetify/components')['VTab']
|
|
26094
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
26094
26095
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26095
26096
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
26097
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26098
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26096
26099
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
26097
26100
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
26098
26101
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
26099
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26100
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26101
26102
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26102
26103
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
26103
26104
|
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.1-dev-20230107.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18306,7 +18306,7 @@ function createVuetify$1() {
|
|
|
18306
18306
|
locale
|
|
18307
18307
|
};
|
|
18308
18308
|
}
|
|
18309
|
-
const version$1 = "3.1.0";
|
|
18309
|
+
const version$1 = "3.1.1-dev-20230107.0";
|
|
18310
18310
|
createVuetify$1.version = version$1;
|
|
18311
18311
|
|
|
18312
18312
|
// Vue's inject() can only be used in setup
|
|
@@ -18327,7 +18327,7 @@ const createVuetify = function () {
|
|
|
18327
18327
|
...options
|
|
18328
18328
|
});
|
|
18329
18329
|
};
|
|
18330
|
-
const version = "3.1.0";
|
|
18330
|
+
const version = "3.1.1-dev-20230107.0";
|
|
18331
18331
|
createVuetify.version = version;
|
|
18332
18332
|
|
|
18333
18333
|
export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|