@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-labs.d.ts
CHANGED
@@ -101806,40 +101806,39 @@ declare module 'vue' {
|
|
101806
101806
|
}
|
101807
101807
|
export interface GlobalComponents {
|
101808
101808
|
VApp: VApp
|
101809
|
+
VAutocomplete: VAutocomplete
|
101809
101810
|
VAppBar: VAppBar
|
101810
101811
|
VAppBarNavIcon: VAppBarNavIcon
|
101811
101812
|
VAppBarTitle: VAppBarTitle
|
101813
|
+
VAlert: VAlert
|
101814
|
+
VAlertTitle: VAlertTitle
|
101812
101815
|
VAvatar: VAvatar
|
101813
|
-
VAutocomplete: VAutocomplete
|
101814
101816
|
VBottomNavigation: VBottomNavigation
|
101817
|
+
VBreadcrumbs: VBreadcrumbs
|
101818
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
101819
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101815
101820
|
VBanner: VBanner
|
101816
101821
|
VBannerActions: VBannerActions
|
101817
101822
|
VBannerText: VBannerText
|
101818
|
-
|
101823
|
+
VBtn: VBtn
|
101819
101824
|
VBadge: VBadge
|
101825
|
+
VBtnGroup: VBtnGroup
|
101826
|
+
VCarousel: VCarousel
|
101827
|
+
VCarouselItem: VCarouselItem
|
101820
101828
|
VBtnToggle: VBtnToggle
|
101821
|
-
|
101822
|
-
|
101823
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101824
|
-
VBtn: VBtn
|
101829
|
+
VChipGroup: VChipGroup
|
101830
|
+
VCombobox: VCombobox
|
101825
101831
|
VCard: VCard
|
101826
101832
|
VCardActions: VCardActions
|
101827
101833
|
VCardItem: VCardItem
|
101828
101834
|
VCardSubtitle: VCardSubtitle
|
101829
101835
|
VCardText: VCardText
|
101830
101836
|
VCardTitle: VCardTitle
|
101831
|
-
|
101832
|
-
VAlertTitle: VAlertTitle
|
101837
|
+
VChip: VChip
|
101833
101838
|
VCheckbox: VCheckbox
|
101834
101839
|
VCheckboxBtn: VCheckboxBtn
|
101835
|
-
VChip: VChip
|
101836
|
-
VBtnGroup: VBtnGroup
|
101837
|
-
VChipGroup: VChipGroup
|
101838
|
-
VCode: VCode
|
101839
101840
|
VCounter: VCounter
|
101840
|
-
|
101841
|
-
VCarouselItem: VCarouselItem
|
101842
|
-
VCombobox: VCombobox
|
101841
|
+
VCode: VCode
|
101843
101842
|
VDataTable: VDataTable
|
101844
101843
|
VDataTableHeaders: VDataTableHeaders
|
101845
101844
|
VDataTableFooter: VDataTableFooter
|
@@ -101847,37 +101846,36 @@ declare module 'vue' {
|
|
101847
101846
|
VDataTableRow: VDataTableRow
|
101848
101847
|
VDataTableVirtual: VDataTableVirtual
|
101849
101848
|
VDataTableServer: VDataTableServer
|
101850
|
-
VColorPicker: VColorPicker
|
101851
101849
|
VDatePicker: VDatePicker
|
101852
101850
|
VDatePickerControls: VDatePickerControls
|
101853
101851
|
VDatePickerHeader: VDatePickerHeader
|
101854
101852
|
VDatePickerMonth: VDatePickerMonth
|
101855
101853
|
VDatePickerMonths: VDatePickerMonths
|
101856
101854
|
VDatePickerYears: VDatePickerYears
|
101857
|
-
VDialog: VDialog
|
101858
101855
|
VEmptyState: VEmptyState
|
101859
101856
|
VDivider: VDivider
|
101860
|
-
|
101857
|
+
VDialog: VDialog
|
101858
|
+
VFab: VFab
|
101859
|
+
VField: VField
|
101860
|
+
VFieldLabel: VFieldLabel
|
101861
101861
|
VExpansionPanels: VExpansionPanels
|
101862
101862
|
VExpansionPanel: VExpansionPanel
|
101863
101863
|
VExpansionPanelText: VExpansionPanelText
|
101864
101864
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101865
|
-
|
101866
|
-
VField: VField
|
101867
|
-
VFieldLabel: VFieldLabel
|
101865
|
+
VFileInput: VFileInput
|
101868
101866
|
VIcon: VIcon
|
101869
101867
|
VComponentIcon: VComponentIcon
|
101870
101868
|
VSvgIcon: VSvgIcon
|
101871
101869
|
VLigatureIcon: VLigatureIcon
|
101872
101870
|
VClassIcon: VClassIcon
|
101873
|
-
|
101874
|
-
VImg: VImg
|
101871
|
+
VFooter: VFooter
|
101875
101872
|
VInput: VInput
|
101873
|
+
VImg: VImg
|
101874
|
+
VInfiniteScroll: VInfiniteScroll
|
101875
|
+
VLabel: VLabel
|
101876
|
+
VKbd: VKbd
|
101876
101877
|
VItemGroup: VItemGroup
|
101877
101878
|
VItem: VItem
|
101878
|
-
VKbd: VKbd
|
101879
|
-
VLabel: VLabel
|
101880
|
-
VInfiniteScroll: VInfiniteScroll
|
101881
101879
|
VList: VList
|
101882
101880
|
VListGroup: VListGroup
|
101883
101881
|
VListImg: VListImg
|
@@ -101888,23 +101886,22 @@ declare module 'vue' {
|
|
101888
101886
|
VListItemTitle: VListItemTitle
|
101889
101887
|
VListSubheader: VListSubheader
|
101890
101888
|
VMenu: VMenu
|
101891
|
-
VMain: VMain
|
101892
101889
|
VMessages: VMessages
|
101893
|
-
|
101890
|
+
VMain: VMain
|
101894
101891
|
VNavigationDrawer: VNavigationDrawer
|
101895
|
-
|
101896
|
-
VProgressCircular: VProgressCircular
|
101892
|
+
VNumberInput: VNumberInput
|
101897
101893
|
VOtpInput: VOtpInput
|
101898
|
-
|
101894
|
+
VProgressCircular: VProgressCircular
|
101899
101895
|
VProgressLinear: VProgressLinear
|
101896
|
+
VOverlay: VOverlay
|
101900
101897
|
VRadioGroup: VRadioGroup
|
101901
|
-
VSelectionControl: VSelectionControl
|
101902
101898
|
VSelectionControlGroup: VSelectionControlGroup
|
101903
101899
|
VRating: VRating
|
101904
|
-
|
101900
|
+
VPagination: VPagination
|
101901
|
+
VSelectionControl: VSelectionControl
|
101902
|
+
VSelect: VSelect
|
101905
101903
|
VSlideGroup: VSlideGroup
|
101906
101904
|
VSlideGroupItem: VSlideGroupItem
|
101907
|
-
VSelect: VSelect
|
101908
101905
|
VSheet: VSheet
|
101909
101906
|
VSnackbar: VSnackbar
|
101910
101907
|
VStepper: VStepper
|
@@ -101914,13 +101911,16 @@ declare module 'vue' {
|
|
101914
101911
|
VStepperWindow: VStepperWindow
|
101915
101912
|
VStepperWindowItem: VStepperWindowItem
|
101916
101913
|
VSlider: VSlider
|
101917
|
-
|
101914
|
+
VSkeletonLoader: VSkeletonLoader
|
101915
|
+
VSystemBar: VSystemBar
|
101918
101916
|
VTab: VTab
|
101919
101917
|
VTabs: VTabs
|
101920
101918
|
VTabsWindow: VTabsWindow
|
101921
101919
|
VTabsWindowItem: VTabsWindowItem
|
101920
|
+
VTextarea: VTextarea
|
101921
|
+
VSwitch: VSwitch
|
101922
101922
|
VTable: VTable
|
101923
|
-
|
101923
|
+
VTextField: VTextField
|
101924
101924
|
VTimeline: VTimeline
|
101925
101925
|
VTimelineItem: VTimelineItem
|
101926
101926
|
VTooltip: VTooltip
|
@@ -101929,32 +101929,30 @@ declare module 'vue' {
|
|
101929
101929
|
VToolbarItems: VToolbarItems
|
101930
101930
|
VWindow: VWindow
|
101931
101931
|
VWindowItem: VWindowItem
|
101932
|
+
VConfirmEdit: VConfirmEdit
|
101932
101933
|
VDataIterator: VDataIterator
|
101933
101934
|
VDefaultsProvider: VDefaultsProvider
|
101934
|
-
|
101935
|
+
VForm: VForm
|
101936
|
+
VHover: VHover
|
101935
101937
|
VContainer: VContainer
|
101936
101938
|
VCol: VCol
|
101937
101939
|
VRow: VRow
|
101938
101940
|
VSpacer: VSpacer
|
101939
|
-
|
101940
|
-
VHover: VHover
|
101941
|
+
VLazy: VLazy
|
101941
101942
|
VLayout: VLayout
|
101942
101943
|
VLayoutItem: VLayoutItem
|
101943
|
-
VLazy: VLazy
|
101944
101944
|
VLocaleProvider: VLocaleProvider
|
101945
101945
|
VNoSsr: VNoSsr
|
101946
101946
|
VParallax: VParallax
|
101947
101947
|
VRadio: VRadio
|
101948
101948
|
VRangeSlider: VRangeSlider
|
101949
101949
|
VResponsive: VResponsive
|
101950
|
-
VSnackbarQueue: VSnackbarQueue
|
101951
101950
|
VSparkline: VSparkline
|
101952
101951
|
VSpeedDial: VSpeedDial
|
101952
|
+
VSnackbarQueue: VSnackbarQueue
|
101953
101953
|
VThemeProvider: VThemeProvider
|
101954
|
-
VValidation: VValidation
|
101955
101954
|
VVirtualScroll: VVirtualScroll
|
101956
|
-
|
101957
|
-
VTextarea: VTextarea
|
101955
|
+
VValidation: VValidation
|
101958
101956
|
VFabTransition: VFabTransition
|
101959
101957
|
VDialogBottomTransition: VDialogBottomTransition
|
101960
101958
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101971,6 +101969,10 @@ declare module 'vue' {
|
|
101971
101969
|
VExpandTransition: VExpandTransition
|
101972
101970
|
VExpandXTransition: VExpandXTransition
|
101973
101971
|
VDialogTransition: VDialogTransition
|
101972
|
+
VColorPicker: VColorPicker
|
101973
|
+
VBottomSheet: VBottomSheet
|
101974
|
+
VFileUpload: VFileUpload
|
101975
|
+
VFileUploadItem: VFileUploadItem
|
101974
101976
|
VColorInput: VColorInput
|
101975
101977
|
VCalendar: VCalendar
|
101976
101978
|
VCalendarDay: VCalendarDay
|
@@ -101978,21 +101980,19 @@ declare module 'vue' {
|
|
101978
101980
|
VCalendarInterval: VCalendarInterval
|
101979
101981
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101980
101982
|
VCalendarMonthDay: VCalendarMonthDay
|
101981
|
-
VIconBtn: VIconBtn
|
101982
|
-
VStepperVertical: VStepperVertical
|
101983
|
-
VStepperVerticalItem: VStepperVerticalItem
|
101984
|
-
VStepperVerticalActions: VStepperVerticalActions
|
101985
101983
|
VPicker: VPicker
|
101986
101984
|
VPickerTitle: VPickerTitle
|
101987
101985
|
VTreeview: VTreeview
|
101988
101986
|
VTreeviewItem: VTreeviewItem
|
101989
101987
|
VTreeviewGroup: VTreeviewGroup
|
101990
|
-
|
101991
|
-
|
101988
|
+
VStepperVertical: VStepperVertical
|
101989
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101990
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101992
101991
|
VTimePicker: VTimePicker
|
101993
101992
|
VTimePickerClock: VTimePickerClock
|
101994
101993
|
VTimePickerControls: VTimePickerControls
|
101995
|
-
|
101994
|
+
VIconBtn: VIconBtn
|
101996
101995
|
VPullToRefresh: VPullToRefresh
|
101996
|
+
VDateInput: VDateInput
|
101997
101997
|
}
|
101998
101998
|
}
|
package/dist/vuetify-labs.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
|
*/
|
@@ -12134,7 +12134,7 @@ const VTextField = genericComponent()({
|
|
12134
12134
|
if (!isFocused.value) focus();
|
12135
12135
|
nextTick(() => {
|
12136
12136
|
if (inputRef.value !== document.activeElement) {
|
12137
|
-
inputRef.value?.focus();
|
12137
|
+
nextTick(() => inputRef.value?.focus());
|
12138
12138
|
}
|
12139
12139
|
});
|
12140
12140
|
}
|
@@ -20012,7 +20012,6 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20012
20012
|
} = _ref;
|
20013
20013
|
const Tag = props.tag ?? 'td';
|
20014
20014
|
return createVNode(Tag, {
|
20015
|
-
"tabindex": "0",
|
20016
20015
|
"class": normalizeClass(['v-data-table__td', {
|
20017
20016
|
'v-data-table-column--fixed': props.fixed,
|
20018
20017
|
'v-data-table-column--last-fixed': props.lastFixed,
|
@@ -20413,14 +20412,14 @@ const VDataTableHeaders = genericComponent()({
|
|
20413
20412
|
},
|
20414
20413
|
"colspan": column.colspan,
|
20415
20414
|
"rowspan": column.rowspan,
|
20416
|
-
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20417
20415
|
"fixed": column.fixed,
|
20418
20416
|
"nowrap": column.nowrap,
|
20419
20417
|
"lastFixed": column.lastFixed,
|
20420
|
-
"noPadding": noPadding
|
20421
|
-
|
20422
|
-
"
|
20423
|
-
|
20418
|
+
"noPadding": noPadding,
|
20419
|
+
"tabindex": column.sortable ? 0 : undefined,
|
20420
|
+
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20421
|
+
"onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
|
20422
|
+
}, headerProps), {
|
20424
20423
|
default: () => {
|
20425
20424
|
const columnSlotName = `header.${column.key}`;
|
20426
20425
|
const columnSlotProps = {
|
@@ -30246,6 +30245,7 @@ const VIconBtn = genericComponent()({
|
|
30246
30245
|
opacity: props.opacity
|
30247
30246
|
};
|
30248
30247
|
return createVNode(props.tag, {
|
30248
|
+
"type": props.tag === 'button' ? 'button' : undefined,
|
30249
30249
|
"class": normalizeClass([{
|
30250
30250
|
'v-icon-btn': true,
|
30251
30251
|
'v-icon-btn--active': isActive.value,
|
@@ -32198,7 +32198,7 @@ function createVuetify$1() {
|
|
32198
32198
|
};
|
32199
32199
|
});
|
32200
32200
|
}
|
32201
|
-
const version$1 = "3.8.11-master.2025-06-
|
32201
|
+
const version$1 = "3.8.11-master.2025-06-27";
|
32202
32202
|
createVuetify$1.version = version$1;
|
32203
32203
|
|
32204
32204
|
// Vue's inject() can only be used in setup
|
@@ -32496,7 +32496,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32496
32496
|
|
32497
32497
|
/* eslint-disable local-rules/sort-imports */
|
32498
32498
|
|
32499
|
-
const version = "3.8.11-master.2025-06-
|
32499
|
+
const version = "3.8.11-master.2025-06-27";
|
32500
32500
|
|
32501
32501
|
/* eslint-disable local-rules/sort-imports */
|
32502
32502
|
|