@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-dev.2025-05-17
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 +3053 -3053
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +5786 -5786
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5495 -5495
- package/dist/vuetify-labs.d.ts +45 -45
- 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 +5456 -5456
- package/dist/vuetify.d.ts +45 -45
- 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/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +45 -45
- package/lib/framework.js +1 -1
- package/package.json +2 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85928,40 +85928,38 @@ declare module 'vue' {
|
|
85928
85928
|
$children?: VNodeChild
|
85929
85929
|
}
|
85930
85930
|
export interface GlobalComponents {
|
85931
|
+
VApp: VApp
|
85931
85932
|
VAppBar: VAppBar
|
85932
85933
|
VAppBarNavIcon: VAppBarNavIcon
|
85933
85934
|
VAppBarTitle: VAppBarTitle
|
85934
|
-
VApp: VApp
|
85935
|
-
VAlert: VAlert
|
85936
|
-
VAlertTitle: VAlertTitle
|
85937
85935
|
VAutocomplete: VAutocomplete
|
85936
|
+
VBadge: VBadge
|
85938
85937
|
VBanner: VBanner
|
85939
85938
|
VBannerActions: VBannerActions
|
85940
85939
|
VBannerText: VBannerText
|
85941
|
-
|
85940
|
+
VAlert: VAlert
|
85941
|
+
VAlertTitle: VAlertTitle
|
85942
85942
|
VBottomNavigation: VBottomNavigation
|
85943
|
-
VBadge: VBadge
|
85944
85943
|
VBottomSheet: VBottomSheet
|
85945
|
-
VBtn: VBtn
|
85946
|
-
VBreadcrumbs: VBreadcrumbs
|
85947
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
85948
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85949
85944
|
VCard: VCard
|
85950
85945
|
VCardActions: VCardActions
|
85951
85946
|
VCardItem: VCardItem
|
85952
85947
|
VCardSubtitle: VCardSubtitle
|
85953
85948
|
VCardText: VCardText
|
85954
85949
|
VCardTitle: VCardTitle
|
85955
|
-
|
85956
|
-
|
85950
|
+
VBtn: VBtn
|
85951
|
+
VBtnGroup: VBtnGroup
|
85957
85952
|
VCheckbox: VCheckbox
|
85958
85953
|
VCheckboxBtn: VCheckboxBtn
|
85959
|
-
|
85954
|
+
VCarousel: VCarousel
|
85955
|
+
VCarouselItem: VCarouselItem
|
85960
85956
|
VCode: VCode
|
85957
|
+
VBreadcrumbs: VBreadcrumbs
|
85958
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
85959
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85961
85960
|
VChipGroup: VChipGroup
|
85962
|
-
|
85963
|
-
|
85964
|
-
VCombobox: VCombobox
|
85961
|
+
VBtnToggle: VBtnToggle
|
85962
|
+
VChip: VChip
|
85965
85963
|
VDataTable: VDataTable
|
85966
85964
|
VDataTableHeaders: VDataTableHeaders
|
85967
85965
|
VDataTableFooter: VDataTableFooter
|
@@ -85969,34 +85967,38 @@ declare module 'vue' {
|
|
85969
85967
|
VDataTableRow: VDataTableRow
|
85970
85968
|
VDataTableVirtual: VDataTableVirtual
|
85971
85969
|
VDataTableServer: VDataTableServer
|
85970
|
+
VCombobox: VCombobox
|
85971
|
+
VColorPicker: VColorPicker
|
85972
85972
|
VDialog: VDialog
|
85973
|
+
VCounter: VCounter
|
85973
85974
|
VDatePicker: VDatePicker
|
85974
85975
|
VDatePickerControls: VDatePickerControls
|
85975
85976
|
VDatePickerHeader: VDatePickerHeader
|
85976
85977
|
VDatePickerMonth: VDatePickerMonth
|
85977
85978
|
VDatePickerMonths: VDatePickerMonths
|
85978
85979
|
VDatePickerYears: VDatePickerYears
|
85979
|
-
VEmptyState: VEmptyState
|
85980
|
-
VDivider: VDivider
|
85981
85980
|
VExpansionPanels: VExpansionPanels
|
85982
85981
|
VExpansionPanel: VExpansionPanel
|
85983
85982
|
VExpansionPanelText: VExpansionPanelText
|
85984
85983
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85984
|
+
VDivider: VDivider
|
85985
|
+
VEmptyState: VEmptyState
|
85986
|
+
VFooter: VFooter
|
85985
85987
|
VFab: VFab
|
85986
85988
|
VField: VField
|
85987
85989
|
VFieldLabel: VFieldLabel
|
85988
|
-
VFooter: VFooter
|
85989
85990
|
VFileInput: VFileInput
|
85990
85991
|
VIcon: VIcon
|
85991
85992
|
VComponentIcon: VComponentIcon
|
85992
85993
|
VSvgIcon: VSvgIcon
|
85993
85994
|
VLigatureIcon: VLigatureIcon
|
85994
85995
|
VClassIcon: VClassIcon
|
85995
|
-
VInfiniteScroll: VInfiniteScroll
|
85996
85996
|
VItemGroup: VItemGroup
|
85997
85997
|
VItem: VItem
|
85998
85998
|
VImg: VImg
|
85999
|
+
VInfiniteScroll: VInfiniteScroll
|
85999
86000
|
VInput: VInput
|
86001
|
+
VKbd: VKbd
|
86000
86002
|
VList: VList
|
86001
86003
|
VListGroup: VListGroup
|
86002
86004
|
VListImg: VListImg
|
@@ -86006,30 +86008,29 @@ declare module 'vue' {
|
|
86006
86008
|
VListItemSubtitle: VListItemSubtitle
|
86007
86009
|
VListItemTitle: VListItemTitle
|
86008
86010
|
VListSubheader: VListSubheader
|
86009
|
-
|
86010
|
-
VLabel: VLabel
|
86011
|
-
VBtnToggle: VBtnToggle
|
86011
|
+
VMessages: VMessages
|
86012
86012
|
VMain: VMain
|
86013
|
+
VLabel: VLabel
|
86013
86014
|
VMenu: VMenu
|
86014
|
-
VMessages: VMessages
|
86015
|
-
VNavigationDrawer: VNavigationDrawer
|
86016
86015
|
VNumberInput: VNumberInput
|
86017
86016
|
VOverlay: VOverlay
|
86018
86017
|
VOtpInput: VOtpInput
|
86018
|
+
VNavigationDrawer: VNavigationDrawer
|
86019
86019
|
VPagination: VPagination
|
86020
|
-
VProgressCircular: VProgressCircular
|
86021
86020
|
VProgressLinear: VProgressLinear
|
86022
|
-
|
86023
|
-
|
86021
|
+
VAvatar: VAvatar
|
86022
|
+
VProgressCircular: VProgressCircular
|
86024
86023
|
VRating: VRating
|
86025
|
-
|
86024
|
+
VSelect: VSelect
|
86025
|
+
VRadioGroup: VRadioGroup
|
86026
86026
|
VSelectionControlGroup: VSelectionControlGroup
|
86027
|
-
VSkeletonLoader: VSkeletonLoader
|
86028
86027
|
VSlideGroup: VSlideGroup
|
86029
86028
|
VSlideGroupItem: VSlideGroupItem
|
86030
86029
|
VSheet: VSheet
|
86031
|
-
|
86030
|
+
VSelectionControl: VSelectionControl
|
86032
86031
|
VSnackbar: VSnackbar
|
86032
|
+
VSkeletonLoader: VSkeletonLoader
|
86033
|
+
VSlider: VSlider
|
86033
86034
|
VStepper: VStepper
|
86034
86035
|
VStepperActions: VStepperActions
|
86035
86036
|
VStepperHeader: VStepperHeader
|
@@ -86037,35 +86038,35 @@ declare module 'vue' {
|
|
86037
86038
|
VStepperWindow: VStepperWindow
|
86038
86039
|
VStepperWindowItem: VStepperWindowItem
|
86039
86040
|
VSystemBar: VSystemBar
|
86040
|
-
VSwitch: VSwitch
|
86041
86041
|
VTab: VTab
|
86042
86042
|
VTabs: VTabs
|
86043
86043
|
VTabsWindow: VTabsWindow
|
86044
86044
|
VTabsWindowItem: VTabsWindowItem
|
86045
|
-
VTextField: VTextField
|
86046
86045
|
VTable: VTable
|
86047
|
-
|
86046
|
+
VSwitch: VSwitch
|
86048
86047
|
VTimeline: VTimeline
|
86049
86048
|
VTimelineItem: VTimelineItem
|
86050
|
-
VWindow: VWindow
|
86051
|
-
VWindowItem: VWindowItem
|
86052
86049
|
VToolbar: VToolbar
|
86053
86050
|
VToolbarTitle: VToolbarTitle
|
86054
86051
|
VToolbarItems: VToolbarItems
|
86052
|
+
VTextarea: VTextarea
|
86053
|
+
VTextField: VTextField
|
86055
86054
|
VTooltip: VTooltip
|
86055
|
+
VWindow: VWindow
|
86056
|
+
VWindowItem: VWindowItem
|
86056
86057
|
VConfirmEdit: VConfirmEdit
|
86057
86058
|
VDataIterator: VDataIterator
|
86058
86059
|
VDefaultsProvider: VDefaultsProvider
|
86059
86060
|
VForm: VForm
|
86060
|
-
VHover: VHover
|
86061
86061
|
VContainer: VContainer
|
86062
86062
|
VCol: VCol
|
86063
86063
|
VRow: VRow
|
86064
86064
|
VSpacer: VSpacer
|
86065
|
-
|
86065
|
+
VHover: VHover
|
86066
86066
|
VLayout: VLayout
|
86067
86067
|
VLayoutItem: VLayoutItem
|
86068
86068
|
VLocaleProvider: VLocaleProvider
|
86069
|
+
VNoSsr: VNoSsr
|
86069
86070
|
VParallax: VParallax
|
86070
86071
|
VRadio: VRadio
|
86071
86072
|
VRangeSlider: VRangeSlider
|
@@ -86074,8 +86075,8 @@ declare module 'vue' {
|
|
86074
86075
|
VSparkline: VSparkline
|
86075
86076
|
VSpeedDial: VSpeedDial
|
86076
86077
|
VThemeProvider: VThemeProvider
|
86077
|
-
VVirtualScroll: VVirtualScroll
|
86078
86078
|
VValidation: VValidation
|
86079
|
+
VVirtualScroll: VVirtualScroll
|
86079
86080
|
VFabTransition: VFabTransition
|
86080
86081
|
VDialogBottomTransition: VDialogBottomTransition
|
86081
86082
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86093,28 +86094,27 @@ declare module 'vue' {
|
|
86093
86094
|
VExpandXTransition: VExpandXTransition
|
86094
86095
|
VDialogTransition: VDialogTransition
|
86095
86096
|
VLazy: VLazy
|
86096
|
-
VNoSsr: VNoSsr
|
86097
86097
|
VCalendar: VCalendar
|
86098
86098
|
VCalendarDay: VCalendarDay
|
86099
86099
|
VCalendarHeader: VCalendarHeader
|
86100
86100
|
VCalendarInterval: VCalendarInterval
|
86101
86101
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86102
86102
|
VCalendarMonthDay: VCalendarMonthDay
|
86103
|
-
VIconBtn: VIconBtn
|
86104
86103
|
VFileUpload: VFileUpload
|
86105
86104
|
VFileUploadItem: VFileUploadItem
|
86105
|
+
VPicker: VPicker
|
86106
|
+
VPickerTitle: VPickerTitle
|
86106
86107
|
VColorInput: VColorInput
|
86108
|
+
VIconBtn: VIconBtn
|
86107
86109
|
VStepperVertical: VStepperVertical
|
86108
86110
|
VStepperVerticalItem: VStepperVerticalItem
|
86109
86111
|
VStepperVerticalActions: VStepperVerticalActions
|
86110
|
-
VPicker: VPicker
|
86111
|
-
VPickerTitle: VPickerTitle
|
86112
|
-
VTreeview: VTreeview
|
86113
|
-
VTreeviewItem: VTreeviewItem
|
86114
|
-
VTreeviewGroup: VTreeviewGroup
|
86115
86112
|
VTimePicker: VTimePicker
|
86116
86113
|
VTimePickerClock: VTimePickerClock
|
86117
86114
|
VTimePickerControls: VTimePickerControls
|
86115
|
+
VTreeview: VTreeview
|
86116
|
+
VTreeviewItem: VTreeviewItem
|
86117
|
+
VTreeviewGroup: VTreeviewGroup
|
86118
86118
|
VDateInput: VDateInput
|
86119
86119
|
VPullToRefresh: VPullToRefresh
|
86120
86120
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.5-dev.2025-05-
|
2
|
+
* Vuetify v3.8.5-dev.2025-05-17
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29343,7 +29343,7 @@ function createVuetify$1() {
|
|
29343
29343
|
};
|
29344
29344
|
});
|
29345
29345
|
}
|
29346
|
-
const version$1 = "3.8.5-dev.2025-05-
|
29346
|
+
const version$1 = "3.8.5-dev.2025-05-17";
|
29347
29347
|
createVuetify$1.version = version$1;
|
29348
29348
|
|
29349
29349
|
// Vue's inject() can only be used in setup
|
@@ -29368,7 +29368,7 @@ const createVuetify = function () {
|
|
29368
29368
|
...options
|
29369
29369
|
});
|
29370
29370
|
};
|
29371
|
-
const version = "3.8.5-dev.2025-05-
|
29371
|
+
const version = "3.8.5-dev.2025-05-17";
|
29372
29372
|
createVuetify.version = version;
|
29373
29373
|
|
29374
29374
|
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.5-dev.2025-05-
|
2
|
+
* Vuetify v3.8.5-dev.2025-05-17
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29347,7 +29347,7 @@
|
|
29347
29347
|
};
|
29348
29348
|
});
|
29349
29349
|
}
|
29350
|
-
const version$1 = "3.8.5-dev.2025-05-
|
29350
|
+
const version$1 = "3.8.5-dev.2025-05-17";
|
29351
29351
|
createVuetify$1.version = version$1;
|
29352
29352
|
|
29353
29353
|
// Vue's inject() can only be used in setup
|
@@ -29372,7 +29372,7 @@
|
|
29372
29372
|
...options
|
29373
29373
|
});
|
29374
29374
|
};
|
29375
|
-
const version = "3.8.5-dev.2025-05-
|
29375
|
+
const version = "3.8.5-dev.2025-05-17";
|
29376
29376
|
createVuetify.version = version;
|
29377
29377
|
|
29378
29378
|
exports.blueprints = index;
|