@vuetify/nightly 3.7.15-master.2025-03-05 → 3.7.15-master.2025-03-06
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 +6 -3
- package/dist/json/attributes.json +3973 -3973
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +7296 -7296
- package/dist/vuetify-labs.css +3851 -3851
- 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 +2698 -2698
- package/dist/vuetify.d.ts +56 -56
- 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 +56 -56
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66957,38 +66957,51 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66960
66961
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66961
66962
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66962
66963
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66963
66964
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66964
66965
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66965
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66966
66966
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66967
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66968
66967
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66969
|
-
VCard: typeof import('vuetify/components')['VCard']
|
66970
|
-
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66971
|
-
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66972
|
-
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66973
|
-
VCardText: typeof import('vuetify/components')['VCardText']
|
66974
|
-
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66975
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66976
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66977
66968
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66978
66969
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66979
66970
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66971
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66972
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66973
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66974
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66975
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66980
66976
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66981
66977
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66982
66978
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66983
|
-
|
66984
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66985
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66986
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66979
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66987
66980
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66988
66981
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66989
|
-
|
66982
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66983
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66984
|
+
VCard: typeof import('vuetify/components')['VCard']
|
66985
|
+
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66986
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66987
|
+
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66988
|
+
VCardText: typeof import('vuetify/components')['VCardText']
|
66989
|
+
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66990
66990
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66991
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66992
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66993
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66994
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66995
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66996
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66997
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66998
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66991
66999
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67000
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67001
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67002
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67003
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67004
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66992
67005
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66993
67006
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66994
67007
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66996,25 +67009,12 @@ declare module 'vue' {
|
|
66996
67009
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66997
67010
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66998
67011
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66999
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67000
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67001
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67002
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67003
67012
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67004
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67005
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67006
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67007
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67008
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67009
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67010
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67011
67013
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67012
67014
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67013
67015
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67014
67016
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67015
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67016
67017
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67017
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67018
67018
|
VField: typeof import('vuetify/components')['VField']
|
67019
67019
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67020
67020
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
@@ -67023,13 +67023,14 @@ declare module 'vue' {
|
|
67023
67023
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67024
67024
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67025
67025
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67026
|
-
|
67026
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67027
67027
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67028
67028
|
VItem: typeof import('vuetify/components')['VItem']
|
67029
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67030
67029
|
VInput: typeof import('vuetify/components')['VInput']
|
67031
|
-
|
67030
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67031
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67032
67032
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67033
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67033
67034
|
VList: typeof import('vuetify/components')['VList']
|
67034
67035
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67035
67036
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67039,25 +67040,27 @@ declare module 'vue' {
|
|
67039
67040
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67040
67041
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67041
67042
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67042
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67043
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67044
67043
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67045
|
-
|
67046
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67044
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67047
67045
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67046
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67047
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67048
67048
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67049
67049
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67050
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67051
67050
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67052
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67053
67051
|
VRating: typeof import('vuetify/components')['VRating']
|
67052
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67053
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67054
67054
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67055
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67056
67055
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67057
67056
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67058
|
-
|
67057
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67059
67058
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67060
67059
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67060
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67061
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67062
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67063
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67061
67064
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67062
67065
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67063
67066
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -67065,43 +67068,40 @@ declare module 'vue' {
|
|
67065
67068
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67066
67069
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67067
67070
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67068
|
-
|
67071
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67069
67072
|
VTab: typeof import('vuetify/components')['VTab']
|
67070
67073
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67071
67074
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67072
67075
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67073
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67075
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67076
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67077
67076
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67078
67077
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67078
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67079
67079
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67080
67080
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67081
67081
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67082
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67082
67083
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67083
67084
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67084
|
-
|
67085
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67085
67086
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67086
67087
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67087
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67089
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67090
67088
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67091
67089
|
VCol: typeof import('vuetify/components')['VCol']
|
67092
67090
|
VRow: typeof import('vuetify/components')['VRow']
|
67093
67091
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67094
|
-
|
67095
|
-
|
67092
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67093
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67096
67094
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
67095
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67096
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
67097
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67098
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67100
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
67100
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67101
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67102
67102
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67104
67103
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67104
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67105
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67106
67106
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67107
67107
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -67135,14 +67135,14 @@ declare module 'vue' {
|
|
67135
67135
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67136
67136
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67137
67137
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67138
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67139
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67140
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67141
67138
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67142
67139
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67143
67140
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67141
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67142
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67143
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67145
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67146
67145
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67146
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67147
67147
|
}
|
67148
67148
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28419,7 +28419,7 @@ function createVuetify$1() {
|
|
28419
28419
|
goTo
|
28420
28420
|
};
|
28421
28421
|
}
|
28422
|
-
const version$1 = "3.7.15-master.2025-03-
|
28422
|
+
const version$1 = "3.7.15-master.2025-03-06";
|
28423
28423
|
createVuetify$1.version = version$1;
|
28424
28424
|
|
28425
28425
|
// Vue's inject() can only be used in setup
|
@@ -28444,7 +28444,7 @@ const createVuetify = function () {
|
|
28444
28444
|
...options
|
28445
28445
|
});
|
28446
28446
|
};
|
28447
|
-
const version = "3.7.15-master.2025-03-
|
28447
|
+
const version = "3.7.15-master.2025-03-06";
|
28448
28448
|
createVuetify.version = version;
|
28449
28449
|
|
28450
28450
|
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.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28423,7 +28423,7 @@
|
|
28423
28423
|
goTo
|
28424
28424
|
};
|
28425
28425
|
}
|
28426
|
-
const version$1 = "3.7.15-master.2025-03-
|
28426
|
+
const version$1 = "3.7.15-master.2025-03-06";
|
28427
28427
|
createVuetify$1.version = version$1;
|
28428
28428
|
|
28429
28429
|
// Vue's inject() can only be used in setup
|
@@ -28448,7 +28448,7 @@
|
|
28448
28448
|
...options
|
28449
28449
|
});
|
28450
28450
|
};
|
28451
|
-
const version = "3.7.15-master.2025-03-
|
28451
|
+
const version = "3.7.15-master.2025-03-06";
|
28452
28452
|
createVuetify.version = version;
|
28453
28453
|
|
28454
28454
|
exports.blueprints = index;
|