@vuetify/nightly 3.8.2-master.2025-04-23 → 3.8.2-master.2025-04-24
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 +4 -3
- package/dist/json/attributes.json +2427 -2427
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +4691 -4691
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4225 -4225
- package/dist/vuetify-labs.d.ts +62 -62
- 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.cjs +3 -3
- package/dist/vuetify.css +5031 -5031
- package/dist/vuetify.d.ts +62 -62
- 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.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -82960,39 +82960,40 @@ declare module 'vue' {
|
|
82960
82960
|
$children?: VNodeChild
|
82961
82961
|
}
|
82962
82962
|
export interface GlobalComponents {
|
82963
|
-
|
82964
|
-
VAlertTitle: VAlertTitle
|
82963
|
+
VApp: VApp
|
82965
82964
|
VAppBar: VAppBar
|
82966
82965
|
VAppBarNavIcon: VAppBarNavIcon
|
82967
82966
|
VAppBarTitle: VAppBarTitle
|
82967
|
+
VAutocomplete: VAutocomplete
|
82968
|
+
VAlert: VAlert
|
82969
|
+
VAlertTitle: VAlertTitle
|
82968
82970
|
VAvatar: VAvatar
|
82971
|
+
VBreadcrumbs: VBreadcrumbs
|
82972
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
82973
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82969
82974
|
VBadge: VBadge
|
82970
|
-
VAutocomplete: VAutocomplete
|
82971
|
-
VApp: VApp
|
82972
|
-
VBottomNavigation: VBottomNavigation
|
82973
82975
|
VBottomSheet: VBottomSheet
|
82976
|
+
VBottomNavigation: VBottomNavigation
|
82977
|
+
VBtnGroup: VBtnGroup
|
82978
|
+
VBtnToggle: VBtnToggle
|
82974
82979
|
VBanner: VBanner
|
82975
82980
|
VBannerActions: VBannerActions
|
82976
82981
|
VBannerText: VBannerText
|
82977
|
-
VBreadcrumbs: VBreadcrumbs
|
82978
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
82979
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82980
|
-
VBtnGroup: VBtnGroup
|
82981
|
-
VBtn: VBtn
|
82982
82982
|
VCard: VCard
|
82983
82983
|
VCardActions: VCardActions
|
82984
82984
|
VCardItem: VCardItem
|
82985
82985
|
VCardSubtitle: VCardSubtitle
|
82986
82986
|
VCardText: VCardText
|
82987
82987
|
VCardTitle: VCardTitle
|
82988
|
-
VColorPicker: VColorPicker
|
82989
|
-
VBtnToggle: VBtnToggle
|
82990
|
-
VChipGroup: VChipGroup
|
82991
|
-
VCarousel: VCarousel
|
82992
|
-
VCarouselItem: VCarouselItem
|
82993
|
-
VChip: VChip
|
82994
82988
|
VCheckbox: VCheckbox
|
82995
82989
|
VCheckboxBtn: VCheckboxBtn
|
82990
|
+
VChip: VChip
|
82991
|
+
VCarousel: VCarousel
|
82992
|
+
VCarouselItem: VCarouselItem
|
82993
|
+
VCode: VCode
|
82994
|
+
VColorPicker: VColorPicker
|
82995
|
+
VChipGroup: VChipGroup
|
82996
|
+
VCounter: VCounter
|
82996
82997
|
VCombobox: VCombobox
|
82997
82998
|
VDatePicker: VDatePicker
|
82998
82999
|
VDatePickerControls: VDatePickerControls
|
@@ -83007,29 +83008,29 @@ declare module 'vue' {
|
|
83007
83008
|
VDataTableRow: VDataTableRow
|
83008
83009
|
VDataTableVirtual: VDataTableVirtual
|
83009
83010
|
VDataTableServer: VDataTableServer
|
83010
|
-
|
83011
|
+
VDivider: VDivider
|
83011
83012
|
VDialog: VDialog
|
83012
|
-
VCounter: VCounter
|
83013
|
-
VEmptyState: VEmptyState
|
83014
83013
|
VExpansionPanels: VExpansionPanels
|
83015
83014
|
VExpansionPanel: VExpansionPanel
|
83016
83015
|
VExpansionPanelText: VExpansionPanelText
|
83017
83016
|
VExpansionPanelTitle: VExpansionPanelTitle
|
83018
|
-
|
83019
|
-
VField: VField
|
83020
|
-
VFieldLabel: VFieldLabel
|
83017
|
+
VEmptyState: VEmptyState
|
83021
83018
|
VFab: VFab
|
83022
|
-
VFooter: VFooter
|
83023
83019
|
VFileInput: VFileInput
|
83024
|
-
|
83020
|
+
VFooter: VFooter
|
83021
|
+
VField: VField
|
83022
|
+
VFieldLabel: VFieldLabel
|
83023
|
+
VIcon: VIcon
|
83024
|
+
VComponentIcon: VComponentIcon
|
83025
|
+
VSvgIcon: VSvgIcon
|
83026
|
+
VLigatureIcon: VLigatureIcon
|
83027
|
+
VClassIcon: VClassIcon
|
83025
83028
|
VImg: VImg
|
83026
|
-
|
83029
|
+
VInfiniteScroll: VInfiniteScroll
|
83030
|
+
VKbd: VKbd
|
83031
|
+
VInput: VInput
|
83027
83032
|
VItemGroup: VItemGroup
|
83028
83033
|
VItem: VItem
|
83029
|
-
VKbd: VKbd
|
83030
|
-
VMenu: VMenu
|
83031
|
-
VMain: VMain
|
83032
|
-
VMessages: VMessages
|
83033
83034
|
VList: VList
|
83034
83035
|
VListGroup: VListGroup
|
83035
83036
|
VListImg: VListImg
|
@@ -83039,26 +83040,23 @@ declare module 'vue' {
|
|
83039
83040
|
VListItemSubtitle: VListItemSubtitle
|
83040
83041
|
VListItemTitle: VListItemTitle
|
83041
83042
|
VListSubheader: VListSubheader
|
83042
|
-
|
83043
|
+
VMain: VMain
|
83044
|
+
VMenu: VMenu
|
83043
83045
|
VNavigationDrawer: VNavigationDrawer
|
83046
|
+
VNumberInput: VNumberInput
|
83047
|
+
VMessages: VMessages
|
83044
83048
|
VOverlay: VOverlay
|
83045
83049
|
VOtpInput: VOtpInput
|
83046
|
-
|
83050
|
+
VProgressLinear: VProgressLinear
|
83047
83051
|
VProgressCircular: VProgressCircular
|
83052
|
+
VPagination: VPagination
|
83048
83053
|
VRadioGroup: VRadioGroup
|
83049
|
-
VIcon: VIcon
|
83050
|
-
VComponentIcon: VComponentIcon
|
83051
|
-
VSvgIcon: VSvgIcon
|
83052
|
-
VLigatureIcon: VLigatureIcon
|
83053
|
-
VClassIcon: VClassIcon
|
83054
|
-
VProgressLinear: VProgressLinear
|
83055
83054
|
VRating: VRating
|
83056
|
-
VSelectionControl: VSelectionControl
|
83057
83055
|
VSelect: VSelect
|
83056
|
+
VSheet: VSheet
|
83057
|
+
VSelectionControl: VSelectionControl
|
83058
83058
|
VSelectionControlGroup: VSelectionControlGroup
|
83059
83059
|
VSkeletonLoader: VSkeletonLoader
|
83060
|
-
VSheet: VSheet
|
83061
|
-
VSnackbar: VSnackbar
|
83062
83060
|
VSlideGroup: VSlideGroup
|
83063
83061
|
VSlideGroupItem: VSlideGroupItem
|
83064
83062
|
VSlider: VSlider
|
@@ -83068,48 +83066,50 @@ declare module 'vue' {
|
|
83068
83066
|
VStepperItem: VStepperItem
|
83069
83067
|
VStepperWindow: VStepperWindow
|
83070
83068
|
VStepperWindowItem: VStepperWindowItem
|
83071
|
-
|
83069
|
+
VSnackbar: VSnackbar
|
83072
83070
|
VSystemBar: VSystemBar
|
83071
|
+
VSwitch: VSwitch
|
83073
83072
|
VTab: VTab
|
83074
83073
|
VTabs: VTabs
|
83075
83074
|
VTabsWindow: VTabsWindow
|
83076
83075
|
VTabsWindowItem: VTabsWindowItem
|
83077
|
-
VTextarea: VTextarea
|
83078
83076
|
VTable: VTable
|
83079
|
-
|
83077
|
+
VTextarea: VTextarea
|
83080
83078
|
VTextField: VTextField
|
83081
|
-
VTimeline: VTimeline
|
83082
|
-
VTimelineItem: VTimelineItem
|
83083
83079
|
VToolbar: VToolbar
|
83084
83080
|
VToolbarTitle: VToolbarTitle
|
83085
83081
|
VToolbarItems: VToolbarItems
|
83082
|
+
VTimeline: VTimeline
|
83083
|
+
VTimelineItem: VTimelineItem
|
83084
|
+
VTooltip: VTooltip
|
83086
83085
|
VWindow: VWindow
|
83087
83086
|
VWindowItem: VWindowItem
|
83088
|
-
|
83089
|
-
|
83087
|
+
VLabel: VLabel
|
83088
|
+
VBtn: VBtn
|
83090
83089
|
VDataIterator: VDataIterator
|
83091
|
-
|
83090
|
+
VConfirmEdit: VConfirmEdit
|
83092
83091
|
VForm: VForm
|
83092
|
+
VDefaultsProvider: VDefaultsProvider
|
83093
83093
|
VContainer: VContainer
|
83094
83094
|
VCol: VCol
|
83095
83095
|
VRow: VRow
|
83096
83096
|
VSpacer: VSpacer
|
83097
|
+
VHover: VHover
|
83097
83098
|
VLayout: VLayout
|
83098
83099
|
VLayoutItem: VLayoutItem
|
83099
|
-
VLazy: VLazy
|
83100
83100
|
VLocaleProvider: VLocaleProvider
|
83101
|
+
VLazy: VLazy
|
83101
83102
|
VNoSsr: VNoSsr
|
83102
|
-
VHover: VHover
|
83103
|
-
VRadio: VRadio
|
83104
83103
|
VParallax: VParallax
|
83104
|
+
VRadio: VRadio
|
83105
83105
|
VRangeSlider: VRangeSlider
|
83106
83106
|
VResponsive: VResponsive
|
83107
|
-
VSparkline: VSparkline
|
83108
|
-
VSnackbarQueue: VSnackbarQueue
|
83109
83107
|
VSpeedDial: VSpeedDial
|
83110
|
-
|
83108
|
+
VSnackbarQueue: VSnackbarQueue
|
83109
|
+
VSparkline: VSparkline
|
83111
83110
|
VThemeProvider: VThemeProvider
|
83112
83111
|
VValidation: VValidation
|
83112
|
+
VVirtualScroll: VVirtualScroll
|
83113
83113
|
VFabTransition: VFabTransition
|
83114
83114
|
VDialogBottomTransition: VDialogBottomTransition
|
83115
83115
|
VDialogTopTransition: VDialogTopTransition
|
@@ -83126,8 +83126,6 @@ declare module 'vue' {
|
|
83126
83126
|
VExpandTransition: VExpandTransition
|
83127
83127
|
VExpandXTransition: VExpandXTransition
|
83128
83128
|
VDialogTransition: VDialogTransition
|
83129
|
-
VFileUpload: VFileUpload
|
83130
|
-
VFileUploadItem: VFileUploadItem
|
83131
83129
|
VCalendar: VCalendar
|
83132
83130
|
VCalendarDay: VCalendarDay
|
83133
83131
|
VCalendarHeader: VCalendarHeader
|
@@ -83135,17 +83133,19 @@ declare module 'vue' {
|
|
83135
83133
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83136
83134
|
VCalendarMonthDay: VCalendarMonthDay
|
83137
83135
|
VIconBtn: VIconBtn
|
83138
|
-
VTreeview: VTreeview
|
83139
|
-
VTreeviewItem: VTreeviewItem
|
83140
|
-
VTreeviewGroup: VTreeviewGroup
|
83141
83136
|
VPicker: VPicker
|
83142
83137
|
VPickerTitle: VPickerTitle
|
83143
|
-
VStepperVertical: VStepperVertical
|
83144
|
-
VStepperVerticalItem: VStepperVerticalItem
|
83145
|
-
VStepperVerticalActions: VStepperVerticalActions
|
83146
83138
|
VTimePicker: VTimePicker
|
83147
83139
|
VTimePickerClock: VTimePickerClock
|
83148
83140
|
VTimePickerControls: VTimePickerControls
|
83141
|
+
VFileUpload: VFileUpload
|
83142
|
+
VFileUploadItem: VFileUploadItem
|
83143
|
+
VStepperVertical: VStepperVertical
|
83144
|
+
VStepperVerticalItem: VStepperVerticalItem
|
83145
|
+
VStepperVerticalActions: VStepperVerticalActions
|
83146
|
+
VTreeview: VTreeview
|
83147
|
+
VTreeviewItem: VTreeviewItem
|
83148
|
+
VTreeviewGroup: VTreeviewGroup
|
83149
83149
|
VDateInput: VDateInput
|
83150
83150
|
VPullToRefresh: VPullToRefresh
|
83151
83151
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.2-master.2025-04-
|
2
|
+
* Vuetify v3.8.2-master.2025-04-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29180,7 +29180,7 @@ function createVuetify$1() {
|
|
29180
29180
|
};
|
29181
29181
|
});
|
29182
29182
|
}
|
29183
|
-
const version$1 = "3.8.2-master.2025-04-
|
29183
|
+
const version$1 = "3.8.2-master.2025-04-24";
|
29184
29184
|
createVuetify$1.version = version$1;
|
29185
29185
|
|
29186
29186
|
// Vue's inject() can only be used in setup
|
@@ -29205,7 +29205,7 @@ const createVuetify = function () {
|
|
29205
29205
|
...options
|
29206
29206
|
});
|
29207
29207
|
};
|
29208
|
-
const version = "3.8.2-master.2025-04-
|
29208
|
+
const version = "3.8.2-master.2025-04-24";
|
29209
29209
|
createVuetify.version = version;
|
29210
29210
|
|
29211
29211
|
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.8.2-master.2025-04-
|
2
|
+
* Vuetify v3.8.2-master.2025-04-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29184,7 +29184,7 @@
|
|
29184
29184
|
};
|
29185
29185
|
});
|
29186
29186
|
}
|
29187
|
-
const version$1 = "3.8.2-master.2025-04-
|
29187
|
+
const version$1 = "3.8.2-master.2025-04-24";
|
29188
29188
|
createVuetify$1.version = version$1;
|
29189
29189
|
|
29190
29190
|
// Vue's inject() can only be used in setup
|
@@ -29209,7 +29209,7 @@
|
|
29209
29209
|
...options
|
29210
29210
|
});
|
29211
29211
|
};
|
29212
|
-
const version = "3.8.2-master.2025-04-
|
29212
|
+
const version = "3.8.2-master.2025-04-24";
|
29213
29213
|
createVuetify.version = version;
|
29214
29214
|
|
29215
29215
|
exports.blueprints = index;
|