@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-27
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 +16 -3
- package/dist/json/attributes.json +3469 -3469
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +6059 -6059
- package/dist/vuetify-labs.cjs +10 -10
- package/dist/vuetify-labs.css +5010 -5010
- package/dist/vuetify-labs.d.ts +51 -51
- package/dist/vuetify-labs.esm.js +10 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +9 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4410 -4410
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +9 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85914,40 +85914,39 @@ declare module 'vue' {
|
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
85916
|
VApp: VApp
|
85917
|
+
VAutocomplete: VAutocomplete
|
85917
85918
|
VAppBar: VAppBar
|
85918
85919
|
VAppBarNavIcon: VAppBarNavIcon
|
85919
85920
|
VAppBarTitle: VAppBarTitle
|
85921
|
+
VAlert: VAlert
|
85922
|
+
VAlertTitle: VAlertTitle
|
85920
85923
|
VAvatar: VAvatar
|
85921
|
-
VAutocomplete: VAutocomplete
|
85922
85924
|
VBottomNavigation: VBottomNavigation
|
85925
|
+
VBreadcrumbs: VBreadcrumbs
|
85926
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
85927
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85923
85928
|
VBanner: VBanner
|
85924
85929
|
VBannerActions: VBannerActions
|
85925
85930
|
VBannerText: VBannerText
|
85926
|
-
|
85931
|
+
VBtn: VBtn
|
85927
85932
|
VBadge: VBadge
|
85933
|
+
VBtnGroup: VBtnGroup
|
85934
|
+
VCarousel: VCarousel
|
85935
|
+
VCarouselItem: VCarouselItem
|
85928
85936
|
VBtnToggle: VBtnToggle
|
85929
|
-
|
85930
|
-
|
85931
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
VBtn: VBtn
|
85937
|
+
VChipGroup: VChipGroup
|
85938
|
+
VCombobox: VCombobox
|
85933
85939
|
VCard: VCard
|
85934
85940
|
VCardActions: VCardActions
|
85935
85941
|
VCardItem: VCardItem
|
85936
85942
|
VCardSubtitle: VCardSubtitle
|
85937
85943
|
VCardText: VCardText
|
85938
85944
|
VCardTitle: VCardTitle
|
85939
|
-
|
85940
|
-
VAlertTitle: VAlertTitle
|
85945
|
+
VChip: VChip
|
85941
85946
|
VCheckbox: VCheckbox
|
85942
85947
|
VCheckboxBtn: VCheckboxBtn
|
85943
|
-
VChip: VChip
|
85944
|
-
VBtnGroup: VBtnGroup
|
85945
|
-
VChipGroup: VChipGroup
|
85946
|
-
VCode: VCode
|
85947
85948
|
VCounter: VCounter
|
85948
|
-
|
85949
|
-
VCarouselItem: VCarouselItem
|
85950
|
-
VCombobox: VCombobox
|
85949
|
+
VCode: VCode
|
85951
85950
|
VDataTable: VDataTable
|
85952
85951
|
VDataTableHeaders: VDataTableHeaders
|
85953
85952
|
VDataTableFooter: VDataTableFooter
|
@@ -85955,37 +85954,36 @@ declare module 'vue' {
|
|
85955
85954
|
VDataTableRow: VDataTableRow
|
85956
85955
|
VDataTableVirtual: VDataTableVirtual
|
85957
85956
|
VDataTableServer: VDataTableServer
|
85958
|
-
VColorPicker: VColorPicker
|
85959
85957
|
VDatePicker: VDatePicker
|
85960
85958
|
VDatePickerControls: VDatePickerControls
|
85961
85959
|
VDatePickerHeader: VDatePickerHeader
|
85962
85960
|
VDatePickerMonth: VDatePickerMonth
|
85963
85961
|
VDatePickerMonths: VDatePickerMonths
|
85964
85962
|
VDatePickerYears: VDatePickerYears
|
85965
|
-
VDialog: VDialog
|
85966
85963
|
VEmptyState: VEmptyState
|
85967
85964
|
VDivider: VDivider
|
85968
|
-
|
85965
|
+
VDialog: VDialog
|
85966
|
+
VFab: VFab
|
85967
|
+
VField: VField
|
85968
|
+
VFieldLabel: VFieldLabel
|
85969
85969
|
VExpansionPanels: VExpansionPanels
|
85970
85970
|
VExpansionPanel: VExpansionPanel
|
85971
85971
|
VExpansionPanelText: VExpansionPanelText
|
85972
85972
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85973
|
-
|
85974
|
-
VField: VField
|
85975
|
-
VFieldLabel: VFieldLabel
|
85973
|
+
VFileInput: VFileInput
|
85976
85974
|
VIcon: VIcon
|
85977
85975
|
VComponentIcon: VComponentIcon
|
85978
85976
|
VSvgIcon: VSvgIcon
|
85979
85977
|
VLigatureIcon: VLigatureIcon
|
85980
85978
|
VClassIcon: VClassIcon
|
85981
|
-
|
85982
|
-
VImg: VImg
|
85979
|
+
VFooter: VFooter
|
85983
85980
|
VInput: VInput
|
85981
|
+
VImg: VImg
|
85982
|
+
VInfiniteScroll: VInfiniteScroll
|
85983
|
+
VLabel: VLabel
|
85984
|
+
VKbd: VKbd
|
85984
85985
|
VItemGroup: VItemGroup
|
85985
85986
|
VItem: VItem
|
85986
|
-
VKbd: VKbd
|
85987
|
-
VLabel: VLabel
|
85988
|
-
VInfiniteScroll: VInfiniteScroll
|
85989
85987
|
VList: VList
|
85990
85988
|
VListGroup: VListGroup
|
85991
85989
|
VListImg: VListImg
|
@@ -85996,23 +85994,22 @@ declare module 'vue' {
|
|
85996
85994
|
VListItemTitle: VListItemTitle
|
85997
85995
|
VListSubheader: VListSubheader
|
85998
85996
|
VMenu: VMenu
|
85999
|
-
VMain: VMain
|
86000
85997
|
VMessages: VMessages
|
86001
|
-
|
85998
|
+
VMain: VMain
|
86002
85999
|
VNavigationDrawer: VNavigationDrawer
|
86003
|
-
|
86004
|
-
VProgressCircular: VProgressCircular
|
86000
|
+
VNumberInput: VNumberInput
|
86005
86001
|
VOtpInput: VOtpInput
|
86006
|
-
|
86002
|
+
VProgressCircular: VProgressCircular
|
86007
86003
|
VProgressLinear: VProgressLinear
|
86004
|
+
VOverlay: VOverlay
|
86008
86005
|
VRadioGroup: VRadioGroup
|
86009
|
-
VSelectionControl: VSelectionControl
|
86010
86006
|
VSelectionControlGroup: VSelectionControlGroup
|
86011
86007
|
VRating: VRating
|
86012
|
-
|
86008
|
+
VPagination: VPagination
|
86009
|
+
VSelectionControl: VSelectionControl
|
86010
|
+
VSelect: VSelect
|
86013
86011
|
VSlideGroup: VSlideGroup
|
86014
86012
|
VSlideGroupItem: VSlideGroupItem
|
86015
|
-
VSelect: VSelect
|
86016
86013
|
VSheet: VSheet
|
86017
86014
|
VSnackbar: VSnackbar
|
86018
86015
|
VStepper: VStepper
|
@@ -86022,13 +86019,16 @@ declare module 'vue' {
|
|
86022
86019
|
VStepperWindow: VStepperWindow
|
86023
86020
|
VStepperWindowItem: VStepperWindowItem
|
86024
86021
|
VSlider: VSlider
|
86025
|
-
|
86022
|
+
VSkeletonLoader: VSkeletonLoader
|
86023
|
+
VSystemBar: VSystemBar
|
86026
86024
|
VTab: VTab
|
86027
86025
|
VTabs: VTabs
|
86028
86026
|
VTabsWindow: VTabsWindow
|
86029
86027
|
VTabsWindowItem: VTabsWindowItem
|
86028
|
+
VTextarea: VTextarea
|
86029
|
+
VSwitch: VSwitch
|
86030
86030
|
VTable: VTable
|
86031
|
-
|
86031
|
+
VTextField: VTextField
|
86032
86032
|
VTimeline: VTimeline
|
86033
86033
|
VTimelineItem: VTimelineItem
|
86034
86034
|
VTooltip: VTooltip
|
@@ -86037,32 +86037,30 @@ declare module 'vue' {
|
|
86037
86037
|
VToolbarItems: VToolbarItems
|
86038
86038
|
VWindow: VWindow
|
86039
86039
|
VWindowItem: VWindowItem
|
86040
|
+
VConfirmEdit: VConfirmEdit
|
86040
86041
|
VDataIterator: VDataIterator
|
86041
86042
|
VDefaultsProvider: VDefaultsProvider
|
86042
|
-
|
86043
|
+
VForm: VForm
|
86044
|
+
VHover: VHover
|
86043
86045
|
VContainer: VContainer
|
86044
86046
|
VCol: VCol
|
86045
86047
|
VRow: VRow
|
86046
86048
|
VSpacer: VSpacer
|
86047
|
-
|
86048
|
-
VHover: VHover
|
86049
|
+
VLazy: VLazy
|
86049
86050
|
VLayout: VLayout
|
86050
86051
|
VLayoutItem: VLayoutItem
|
86051
|
-
VLazy: VLazy
|
86052
86052
|
VLocaleProvider: VLocaleProvider
|
86053
86053
|
VNoSsr: VNoSsr
|
86054
86054
|
VParallax: VParallax
|
86055
86055
|
VRadio: VRadio
|
86056
86056
|
VRangeSlider: VRangeSlider
|
86057
86057
|
VResponsive: VResponsive
|
86058
|
-
VSnackbarQueue: VSnackbarQueue
|
86059
86058
|
VSparkline: VSparkline
|
86060
86059
|
VSpeedDial: VSpeedDial
|
86060
|
+
VSnackbarQueue: VSnackbarQueue
|
86061
86061
|
VThemeProvider: VThemeProvider
|
86062
|
-
VValidation: VValidation
|
86063
86062
|
VVirtualScroll: VVirtualScroll
|
86064
|
-
|
86065
|
-
VTextarea: VTextarea
|
86063
|
+
VValidation: VValidation
|
86066
86064
|
VFabTransition: VFabTransition
|
86067
86065
|
VDialogBottomTransition: VDialogBottomTransition
|
86068
86066
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86079,6 +86077,10 @@ declare module 'vue' {
|
|
86079
86077
|
VExpandTransition: VExpandTransition
|
86080
86078
|
VExpandXTransition: VExpandXTransition
|
86081
86079
|
VDialogTransition: VDialogTransition
|
86080
|
+
VColorPicker: VColorPicker
|
86081
|
+
VBottomSheet: VBottomSheet
|
86082
|
+
VFileUpload: VFileUpload
|
86083
|
+
VFileUploadItem: VFileUploadItem
|
86082
86084
|
VColorInput: VColorInput
|
86083
86085
|
VCalendar: VCalendar
|
86084
86086
|
VCalendarDay: VCalendarDay
|
@@ -86086,21 +86088,19 @@ declare module 'vue' {
|
|
86086
86088
|
VCalendarInterval: VCalendarInterval
|
86087
86089
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86088
86090
|
VCalendarMonthDay: VCalendarMonthDay
|
86089
|
-
VIconBtn: VIconBtn
|
86090
|
-
VStepperVertical: VStepperVertical
|
86091
|
-
VStepperVerticalItem: VStepperVerticalItem
|
86092
|
-
VStepperVerticalActions: VStepperVerticalActions
|
86093
86091
|
VPicker: VPicker
|
86094
86092
|
VPickerTitle: VPickerTitle
|
86095
86093
|
VTreeview: VTreeview
|
86096
86094
|
VTreeviewItem: VTreeviewItem
|
86097
86095
|
VTreeviewGroup: VTreeviewGroup
|
86098
|
-
|
86099
|
-
|
86096
|
+
VStepperVertical: VStepperVertical
|
86097
|
+
VStepperVerticalItem: VStepperVerticalItem
|
86098
|
+
VStepperVerticalActions: VStepperVerticalActions
|
86100
86099
|
VTimePicker: VTimePicker
|
86101
86100
|
VTimePickerClock: VTimePickerClock
|
86102
86101
|
VTimePickerControls: VTimePickerControls
|
86103
|
-
|
86102
|
+
VIconBtn: VIconBtn
|
86104
86103
|
VPullToRefresh: VPullToRefresh
|
86104
|
+
VDateInput: VDateInput
|
86105
86105
|
}
|
86106
86106
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.11-master.2025-06-
|
2
|
+
* Vuetify v3.8.11-master.2025-06-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12412,7 +12412,7 @@ const VTextField = genericComponent()({
|
|
12412
12412
|
if (!isFocused.value) focus();
|
12413
12413
|
nextTick(() => {
|
12414
12414
|
if (inputRef.value !== document.activeElement) {
|
12415
|
-
inputRef.value?.focus();
|
12415
|
+
nextTick(() => inputRef.value?.focus());
|
12416
12416
|
}
|
12417
12417
|
});
|
12418
12418
|
}
|
@@ -20290,7 +20290,6 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20290
20290
|
} = _ref;
|
20291
20291
|
const Tag = props.tag ?? 'td';
|
20292
20292
|
return createVNode(Tag, {
|
20293
|
-
"tabindex": "0",
|
20294
20293
|
"class": normalizeClass(['v-data-table__td', {
|
20295
20294
|
'v-data-table-column--fixed': props.fixed,
|
20296
20295
|
'v-data-table-column--last-fixed': props.lastFixed,
|
@@ -20691,14 +20690,14 @@ const VDataTableHeaders = genericComponent()({
|
|
20691
20690
|
},
|
20692
20691
|
"colspan": column.colspan,
|
20693
20692
|
"rowspan": column.rowspan,
|
20694
|
-
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20695
20693
|
"fixed": column.fixed,
|
20696
20694
|
"nowrap": column.nowrap,
|
20697
20695
|
"lastFixed": column.lastFixed,
|
20698
|
-
"noPadding": noPadding
|
20699
|
-
|
20700
|
-
"
|
20701
|
-
|
20696
|
+
"noPadding": noPadding,
|
20697
|
+
"tabindex": column.sortable ? 0 : undefined,
|
20698
|
+
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20699
|
+
"onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
|
20700
|
+
}, headerProps), {
|
20702
20701
|
default: () => {
|
20703
20702
|
const columnSlotName = `header.${column.key}`;
|
20704
20703
|
const columnSlotProps = {
|
@@ -29508,7 +29507,7 @@ function createVuetify$1() {
|
|
29508
29507
|
};
|
29509
29508
|
});
|
29510
29509
|
}
|
29511
|
-
const version$1 = "3.8.11-master.2025-06-
|
29510
|
+
const version$1 = "3.8.11-master.2025-06-27";
|
29512
29511
|
createVuetify$1.version = version$1;
|
29513
29512
|
|
29514
29513
|
// Vue's inject() can only be used in setup
|
@@ -29533,7 +29532,7 @@ const createVuetify = function () {
|
|
29533
29532
|
...options
|
29534
29533
|
});
|
29535
29534
|
};
|
29536
|
-
const version = "3.8.11-master.2025-06-
|
29535
|
+
const version = "3.8.11-master.2025-06-27";
|
29537
29536
|
createVuetify.version = version;
|
29538
29537
|
|
29539
29538
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|