@vuetify/nightly 3.7.13-master.2025-02-22 → 3.7.13-master.2025-02-25
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 -3
- package/dist/json/attributes.json +3178 -3174
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5800 -5790
- package/dist/vuetify-labs.css +4259 -4253
- package/dist/vuetify-labs.d.ts +9 -0
- package/dist/vuetify-labs.esm.js +18 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3279 -3279
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/lib/labs/VNumberInput/VNumberInput.mjs +2 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +5 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +4 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +9 -0
- package/lib/labs/components.d.mts +9 -0
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66957,41 +66957,33 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66961
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66962
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66963
66960
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66964
66961
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66962
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66963
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66964
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66965
66965
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66966
66966
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66967
66967
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66968
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66969
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66970
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66968
66971
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66969
|
-
|
66972
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66970
66973
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66971
66974
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66972
66975
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66973
66976
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66974
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66975
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66976
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66977
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
66977
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66979
|
-
|
66980
|
-
VCard: typeof import('vuetify/components')['VCard']
|
66981
|
-
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66982
|
-
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66983
|
-
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66984
|
-
VCardText: typeof import('vuetify/components')['VCardText']
|
66985
|
-
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66986
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66978
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66987
66979
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66988
66980
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66989
|
-
|
66990
|
-
|
66991
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66992
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66993
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66981
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66982
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66994
66983
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66985
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66986
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66995
66987
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66996
66988
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66997
66989
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67005,28 +66997,29 @@ declare module 'vue' {
|
|
67005
66997
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67006
66998
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67007
66999
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67008
|
-
|
67009
|
-
|
67000
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67001
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67002
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67003
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67004
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67005
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67006
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67010
67007
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67008
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67009
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67011
67010
|
VField: typeof import('vuetify/components')['VField']
|
67012
67011
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67013
67012
|
VFab: typeof import('vuetify/components')['VFab']
|
67014
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67015
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67016
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67017
67013
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67014
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67018
67015
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67019
67016
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67020
67017
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67021
67018
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67022
67019
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67023
|
-
|
67024
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67025
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67026
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67027
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67028
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67020
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67029
67021
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67022
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67030
67023
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67031
67024
|
VItem: typeof import('vuetify/components')['VItem']
|
67032
67025
|
VLabel: typeof import('vuetify/components')['VLabel']
|
@@ -67039,70 +67032,77 @@ declare module 'vue' {
|
|
67039
67032
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67040
67033
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67041
67034
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67035
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67042
67036
|
VMain: typeof import('vuetify/components')['VMain']
|
67037
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67043
67038
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67044
67039
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67045
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67046
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67047
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67048
67040
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67049
|
-
|
67041
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67042
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67050
67043
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67051
67044
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67052
67045
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67053
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67054
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67055
67046
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67047
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67048
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67049
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67050
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67056
67051
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67057
67052
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67058
|
-
|
67059
|
-
|
67053
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67054
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67060
67055
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67056
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67057
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67058
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67059
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67060
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67061
67061
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67062
67062
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67063
67063
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67064
67064
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67065
67065
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67066
67066
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67067
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67068
|
-
VTab: typeof import('vuetify/components')['VTab']
|
67069
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67070
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67071
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67072
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67073
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67074
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67075
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67076
67067
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67077
67068
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67078
67069
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67079
|
-
|
67080
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67070
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67081
67071
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67082
67072
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67083
67073
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67084
|
-
|
67085
|
-
|
67074
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67075
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67076
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67077
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67078
|
+
VCard: typeof import('vuetify/components')['VCard']
|
67079
|
+
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67080
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67081
|
+
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67082
|
+
VCardText: typeof import('vuetify/components')['VCardText']
|
67083
|
+
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67086
67084
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67085
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67086
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67087
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
67088
|
VHover: typeof import('vuetify/components')['VHover']
|
67089
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67090
|
-
VContainer: typeof import('vuetify/components')['VContainer']
|
67091
|
-
VCol: typeof import('vuetify/components')['VCol']
|
67092
|
-
VRow: typeof import('vuetify/components')['VRow']
|
67093
|
-
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67094
67089
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67095
67090
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67096
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
67091
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67098
|
-
|
67099
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67092
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67100
67093
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67094
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
67095
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
67096
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67097
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67103
67098
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67099
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67104
67100
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67101
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67102
|
+
VContainer: typeof import('vuetify/components')['VContainer']
|
67103
|
+
VCol: typeof import('vuetify/components')['VCol']
|
67104
|
+
VRow: typeof import('vuetify/components')['VRow']
|
67105
|
+
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67106
67106
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67107
67107
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67108
67108
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67121,23 +67121,23 @@ declare module 'vue' {
|
|
67121
67121
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67122
67122
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67123
67123
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67124
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67125
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67124
67126
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67125
67127
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67126
67128
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67127
67129
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67128
67130
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67129
67131
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67132
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67130
67133
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67131
67134
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67132
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67133
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67134
67135
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67135
67136
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67136
67137
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67137
67138
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67138
67139
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67139
67140
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67140
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67141
67141
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67142
67142
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67143
67143
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.13-master.2025-02-
|
2
|
+
* Vuetify v3.7.13-master.2025-02-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4449,7 +4449,7 @@ const VAppBar = genericComponent()({
|
|
4449
4449
|
|
4450
4450
|
const allowedDensities = [null, 'default', 'comfortable', 'compact'];
|
4451
4451
|
|
4452
|
-
// typeof allowedDensities[number]
|
4452
|
+
// typeof allowedDensities[number] evaluates to any
|
4453
4453
|
// when generating api types for whatever reason.
|
4454
4454
|
|
4455
4455
|
// Composables
|
@@ -28416,7 +28416,7 @@ function createVuetify$1() {
|
|
28416
28416
|
goTo
|
28417
28417
|
};
|
28418
28418
|
}
|
28419
|
-
const version$1 = "3.7.13-master.2025-02-
|
28419
|
+
const version$1 = "3.7.13-master.2025-02-25";
|
28420
28420
|
createVuetify$1.version = version$1;
|
28421
28421
|
|
28422
28422
|
// Vue's inject() can only be used in setup
|
@@ -28441,7 +28441,7 @@ const createVuetify = function () {
|
|
28441
28441
|
...options
|
28442
28442
|
});
|
28443
28443
|
};
|
28444
|
-
const version = "3.7.13-master.2025-02-
|
28444
|
+
const version = "3.7.13-master.2025-02-25";
|
28445
28445
|
createVuetify.version = version;
|
28446
28446
|
|
28447
28447
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|