@vuetify/nightly 3.9.0-dev.2025-07-08 → 3.9.0-dev.2025-07-15
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 +8 -3
- package/dist/json/attributes.json +3136 -3136
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +5861 -5861
- package/dist/vuetify-labs.cjs +15 -5
- package/dist/vuetify-labs.css +2933 -2933
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +15 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2538 -2538
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +15 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VList/VList.js +2 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +7 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -93573,78 +93573,75 @@ declare module 'vue' {
|
|
93573
93573
|
$children?: VNodeChild
|
93574
93574
|
}
|
93575
93575
|
export interface GlobalComponents {
|
93576
|
-
VApp: VApp
|
93577
93576
|
VAlert: VAlert
|
93578
93577
|
VAlertTitle: VAlertTitle
|
93578
|
+
VApp: VApp
|
93579
|
+
VAvatar: VAvatar
|
93579
93580
|
VAppBar: VAppBar
|
93580
93581
|
VAppBarNavIcon: VAppBarNavIcon
|
93581
93582
|
VAppBarTitle: VAppBarTitle
|
93582
|
-
|
93583
|
+
VBadge: VBadge
|
93584
|
+
VBanner: VBanner
|
93585
|
+
VBannerActions: VBannerActions
|
93586
|
+
VBannerText: VBannerText
|
93583
93587
|
VAutocomplete: VAutocomplete
|
93584
|
-
|
93588
|
+
VBottomNavigation: VBottomNavigation
|
93585
93589
|
VBreadcrumbs: VBreadcrumbs
|
93586
93590
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93587
93591
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93588
|
-
|
93589
|
-
VBtnGroup: VBtnGroup
|
93590
|
-
VBanner: VBanner
|
93591
|
-
VBannerActions: VBannerActions
|
93592
|
-
VBannerText: VBannerText
|
93593
|
-
VBadge: VBadge
|
93594
|
-
VCarousel: VCarousel
|
93595
|
-
VCarouselItem: VCarouselItem
|
93592
|
+
VBottomSheet: VBottomSheet
|
93596
93593
|
VBtn: VBtn
|
93597
93594
|
VCheckbox: VCheckbox
|
93598
93595
|
VCheckboxBtn: VCheckboxBtn
|
93599
|
-
|
93596
|
+
VCarousel: VCarousel
|
93597
|
+
VCarouselItem: VCarouselItem
|
93598
|
+
VBtnToggle: VBtnToggle
|
93599
|
+
VBtnGroup: VBtnGroup
|
93600
93600
|
VCard: VCard
|
93601
93601
|
VCardActions: VCardActions
|
93602
93602
|
VCardItem: VCardItem
|
93603
93603
|
VCardSubtitle: VCardSubtitle
|
93604
93604
|
VCardText: VCardText
|
93605
93605
|
VCardTitle: VCardTitle
|
93606
|
-
VBtnToggle: VBtnToggle
|
93607
93606
|
VChip: VChip
|
93608
|
-
|
93607
|
+
VChipGroup: VChipGroup
|
93609
93608
|
VCombobox: VCombobox
|
93610
|
-
VCounter: VCounter
|
93611
|
-
VDataTable: VDataTable
|
93612
|
-
VDataTableHeaders: VDataTableHeaders
|
93613
|
-
VDataTableFooter: VDataTableFooter
|
93614
|
-
VDataTableRows: VDataTableRows
|
93615
|
-
VDataTableRow: VDataTableRow
|
93616
|
-
VDataTableVirtual: VDataTableVirtual
|
93617
|
-
VDataTableServer: VDataTableServer
|
93618
|
-
VDialog: VDialog
|
93619
|
-
VColorPicker: VColorPicker
|
93620
|
-
VDivider: VDivider
|
93621
93609
|
VDatePicker: VDatePicker
|
93622
93610
|
VDatePickerControls: VDatePickerControls
|
93623
93611
|
VDatePickerHeader: VDatePickerHeader
|
93624
93612
|
VDatePickerMonth: VDatePickerMonth
|
93625
93613
|
VDatePickerMonths: VDatePickerMonths
|
93626
93614
|
VDatePickerYears: VDatePickerYears
|
93615
|
+
VCounter: VCounter
|
93616
|
+
VColorPicker: VColorPicker
|
93617
|
+
VCode: VCode
|
93627
93618
|
VExpansionPanels: VExpansionPanels
|
93628
93619
|
VExpansionPanel: VExpansionPanel
|
93629
93620
|
VExpansionPanelText: VExpansionPanelText
|
93630
93621
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93622
|
+
VDivider: VDivider
|
93623
|
+
VEmptyState: VEmptyState
|
93624
|
+
VDataTable: VDataTable
|
93625
|
+
VDataTableHeaders: VDataTableHeaders
|
93626
|
+
VDataTableFooter: VDataTableFooter
|
93627
|
+
VDataTableRows: VDataTableRows
|
93628
|
+
VDataTableRow: VDataTableRow
|
93629
|
+
VDataTableVirtual: VDataTableVirtual
|
93630
|
+
VDataTableServer: VDataTableServer
|
93631
|
+
VDialog: VDialog
|
93631
93632
|
VField: VField
|
93632
93633
|
VFieldLabel: VFieldLabel
|
93633
|
-
VFab: VFab
|
93634
|
-
VEmptyState: VEmptyState
|
93635
|
-
VFooter: VFooter
|
93636
|
-
VIcon: VIcon
|
93637
|
-
VComponentIcon: VComponentIcon
|
93638
|
-
VSvgIcon: VSvgIcon
|
93639
|
-
VLigatureIcon: VLigatureIcon
|
93640
|
-
VClassIcon: VClassIcon
|
93641
93634
|
VFileInput: VFileInput
|
93642
|
-
|
93643
|
-
|
93644
|
-
VKbd: VKbd
|
93645
|
-
VImg: VImg
|
93635
|
+
VFooter: VFooter
|
93636
|
+
VFab: VFab
|
93646
93637
|
VItemGroup: VItemGroup
|
93647
93638
|
VItem: VItem
|
93639
|
+
VImg: VImg
|
93640
|
+
VLabel: VLabel
|
93641
|
+
VKbd: VKbd
|
93642
|
+
VInfiniteScroll: VInfiniteScroll
|
93643
|
+
VInput: VInput
|
93644
|
+
VMenu: VMenu
|
93648
93645
|
VList: VList
|
93649
93646
|
VListGroup: VListGroup
|
93650
93647
|
VListImg: VListImg
|
@@ -93654,34 +93651,36 @@ declare module 'vue' {
|
|
93654
93651
|
VListItemSubtitle: VListItemSubtitle
|
93655
93652
|
VListItemTitle: VListItemTitle
|
93656
93653
|
VListSubheader: VListSubheader
|
93657
|
-
VLabel: VLabel
|
93658
|
-
VMenu: VMenu
|
93659
93654
|
VMain: VMain
|
93660
|
-
VMessages: VMessages
|
93661
93655
|
VNavigationDrawer: VNavigationDrawer
|
93662
|
-
|
93656
|
+
VIcon: VIcon
|
93657
|
+
VComponentIcon: VComponentIcon
|
93658
|
+
VSvgIcon: VSvgIcon
|
93659
|
+
VLigatureIcon: VLigatureIcon
|
93660
|
+
VClassIcon: VClassIcon
|
93661
|
+
VMessages: VMessages
|
93663
93662
|
VNumberInput: VNumberInput
|
93663
|
+
VOtpInput: VOtpInput
|
93664
|
+
VProgressCircular: VProgressCircular
|
93664
93665
|
VOverlay: VOverlay
|
93666
|
+
VProgressLinear: VProgressLinear
|
93665
93667
|
VPagination: VPagination
|
93666
|
-
VProgressCircular: VProgressCircular
|
93667
93668
|
VRadioGroup: VRadioGroup
|
93668
|
-
VProgressLinear: VProgressLinear
|
93669
93669
|
VSelect: VSelect
|
93670
93670
|
VRating: VRating
|
93671
|
-
VSelectionControl: VSelectionControl
|
93672
|
-
VSheet: VSheet
|
93673
|
-
VSelectionControlGroup: VSelectionControlGroup
|
93674
93671
|
VSlider: VSlider
|
93672
|
+
VSelectionControlGroup: VSelectionControlGroup
|
93673
|
+
VSkeletonLoader: VSkeletonLoader
|
93675
93674
|
VSlideGroup: VSlideGroup
|
93676
93675
|
VSlideGroupItem: VSlideGroupItem
|
93677
|
-
|
93676
|
+
VSheet: VSheet
|
93678
93677
|
VSnackbar: VSnackbar
|
93679
|
-
|
93678
|
+
VSelectionControl: VSelectionControl
|
93680
93679
|
VTab: VTab
|
93681
93680
|
VTabs: VTabs
|
93682
93681
|
VTabsWindow: VTabsWindow
|
93683
93682
|
VTabsWindowItem: VTabsWindowItem
|
93684
|
-
|
93683
|
+
VSystemBar: VSystemBar
|
93685
93684
|
VStepper: VStepper
|
93686
93685
|
VStepperActions: VStepperActions
|
93687
93686
|
VStepperHeader: VStepperHeader
|
@@ -93689,22 +93688,23 @@ declare module 'vue' {
|
|
93689
93688
|
VStepperWindow: VStepperWindow
|
93690
93689
|
VStepperWindowItem: VStepperWindowItem
|
93691
93690
|
VTable: VTable
|
93691
|
+
VTextarea: VTextarea
|
93692
|
+
VSwitch: VSwitch
|
93692
93693
|
VTimeline: VTimeline
|
93693
93694
|
VTimelineItem: VTimelineItem
|
93694
|
-
VSystemBar: VSystemBar
|
93695
|
-
VTimePicker: VTimePicker
|
93696
|
-
VTimePickerClock: VTimePickerClock
|
93697
|
-
VTimePickerControls: VTimePickerControls
|
93698
|
-
VWindow: VWindow
|
93699
|
-
VWindowItem: VWindowItem
|
93700
|
-
VTextarea: VTextarea
|
93701
|
-
VTooltip: VTooltip
|
93702
93695
|
VToolbar: VToolbar
|
93703
93696
|
VToolbarTitle: VToolbarTitle
|
93704
93697
|
VToolbarItems: VToolbarItems
|
93698
|
+
VTooltip: VTooltip
|
93699
|
+
VTimePicker: VTimePicker
|
93700
|
+
VTimePickerClock: VTimePickerClock
|
93701
|
+
VTimePickerControls: VTimePickerControls
|
93702
|
+
VTextField: VTextField
|
93705
93703
|
VTreeview: VTreeview
|
93706
93704
|
VTreeviewItem: VTreeviewItem
|
93707
93705
|
VTreeviewGroup: VTreeviewGroup
|
93706
|
+
VWindow: VWindow
|
93707
|
+
VWindowItem: VWindowItem
|
93708
93708
|
VConfirmEdit: VConfirmEdit
|
93709
93709
|
VDataIterator: VDataIterator
|
93710
93710
|
VDefaultsProvider: VDefaultsProvider
|
@@ -93713,22 +93713,21 @@ declare module 'vue' {
|
|
93713
93713
|
VCol: VCol
|
93714
93714
|
VRow: VRow
|
93715
93715
|
VSpacer: VSpacer
|
93716
|
-
|
93716
|
+
VLazy: VLazy
|
93717
93717
|
VLayout: VLayout
|
93718
93718
|
VLayoutItem: VLayoutItem
|
93719
|
-
|
93719
|
+
VHover: VHover
|
93720
93720
|
VLocaleProvider: VLocaleProvider
|
93721
93721
|
VNoSsr: VNoSsr
|
93722
93722
|
VParallax: VParallax
|
93723
|
-
VRangeSlider: VRangeSlider
|
93724
93723
|
VRadio: VRadio
|
93725
|
-
|
93724
|
+
VResponsive: VResponsive
|
93726
93725
|
VSnackbarQueue: VSnackbarQueue
|
93726
|
+
VSparkline: VSparkline
|
93727
93727
|
VSpeedDial: VSpeedDial
|
93728
|
-
VResponsive: VResponsive
|
93729
93728
|
VThemeProvider: VThemeProvider
|
93730
|
-
VVirtualScroll: VVirtualScroll
|
93731
93729
|
VValidation: VValidation
|
93730
|
+
VVirtualScroll: VVirtualScroll
|
93732
93731
|
VFabTransition: VFabTransition
|
93733
93732
|
VDialogBottomTransition: VDialogBottomTransition
|
93734
93733
|
VDialogTopTransition: VDialogTopTransition
|
@@ -93745,8 +93744,10 @@ declare module 'vue' {
|
|
93745
93744
|
VExpandTransition: VExpandTransition
|
93746
93745
|
VExpandXTransition: VExpandXTransition
|
93747
93746
|
VDialogTransition: VDialogTransition
|
93747
|
+
VRangeSlider: VRangeSlider
|
93748
93748
|
VFileUpload: VFileUpload
|
93749
93749
|
VFileUploadItem: VFileUploadItem
|
93750
|
+
VColorInput: VColorInput
|
93750
93751
|
VCalendar: VCalendar
|
93751
93752
|
VCalendarDay: VCalendarDay
|
93752
93753
|
VCalendarHeader: VCalendarHeader
|
@@ -93759,11 +93760,10 @@ declare module 'vue' {
|
|
93759
93760
|
VStepperVerticalActions: VStepperVerticalActions
|
93760
93761
|
VPicker: VPicker
|
93761
93762
|
VPickerTitle: VPickerTitle
|
93762
|
-
VColorInput: VColorInput
|
93763
93763
|
VHotkey: VHotkey
|
93764
93764
|
VDateInput: VDateInput
|
93765
|
-
VPullToRefresh: VPullToRefresh
|
93766
93765
|
VMaskInput: VMaskInput
|
93766
|
+
VPullToRefresh: VPullToRefresh
|
93767
93767
|
}
|
93768
93768
|
export interface GlobalDirectives {
|
93769
93769
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-dev.2025-07-
|
2
|
+
* Vuetify v3.9.0-dev.2025-07-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9836,6 +9836,11 @@ const VListItem = genericComponent()({
|
|
9836
9836
|
const isLink = toRef(() => props.link !== false && link.isLink.value);
|
9837
9837
|
const isSelectable = computed(() => !!list && (root.selectable.value || root.activatable.value || props.value != null));
|
9838
9838
|
const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || isSelectable.value));
|
9839
|
+
const role = computed(() => list ? isSelectable.value ? 'option' : 'listitem' : undefined);
|
9840
|
+
const ariaSelected = computed(() => {
|
9841
|
+
if (!isSelectable.value) return undefined;
|
9842
|
+
return root.activatable.value ? isActivated.value : root.selectable.value ? isSelected.value : isActive.value;
|
9843
|
+
});
|
9839
9844
|
const roundedProps = toRef(() => props.rounded || props.nav);
|
9840
9845
|
const color = toRef(() => props.color ?? props.activeColor);
|
9841
9846
|
const variantProps = toRef(() => ({
|
@@ -9939,7 +9944,8 @@ const VListItem = genericComponent()({
|
|
9939
9944
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
9940
9945
|
"style": [colorStyles.value, dimensionStyles.value, props.style],
|
9941
9946
|
"tabindex": isClickable.value ? list ? -2 : 0 : undefined,
|
9942
|
-
"aria-selected":
|
9947
|
+
"aria-selected": ariaSelected.value,
|
9948
|
+
"role": role.value,
|
9943
9949
|
"onClick": onClick,
|
9944
9950
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9945
9951
|
}, link.linkProps), {
|
@@ -10431,6 +10437,7 @@ const VList = genericComponent()({
|
|
10431
10437
|
const activeColor = toRef(() => props.activeColor);
|
10432
10438
|
const baseColor = toRef(() => props.baseColor);
|
10433
10439
|
const color = toRef(() => props.color);
|
10440
|
+
const isSelectable = toRef(() => props.selectable || props.activatable);
|
10434
10441
|
createList({
|
10435
10442
|
filterable: props.filterable
|
10436
10443
|
});
|
@@ -10500,7 +10507,7 @@ const VList = genericComponent()({
|
|
10500
10507
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
10501
10508
|
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
10502
10509
|
"tabindex": props.disabled ? -1 : 0,
|
10503
|
-
"role":
|
10510
|
+
"role": isSelectable.value ? 'listbox' : 'list',
|
10504
10511
|
"aria-activedescendant": undefined,
|
10505
10512
|
"onFocusin": onFocusin,
|
10506
10513
|
"onFocusout": onFocusout,
|
@@ -13565,6 +13572,7 @@ const VSelect = genericComponent()({
|
|
13565
13572
|
"onKeydown": onListKeydown,
|
13566
13573
|
"onFocusin": onFocusin,
|
13567
13574
|
"tabindex": "-1",
|
13575
|
+
"selectable": true,
|
13568
13576
|
"aria-live": "polite",
|
13569
13577
|
"aria-label": `${props.label}-list`,
|
13570
13578
|
"color": props.itemColor ?? props.color
|
@@ -14184,6 +14192,7 @@ const VAutocomplete = genericComponent()({
|
|
14184
14192
|
"onFocusin": onFocusin,
|
14185
14193
|
"onFocusout": onFocusout,
|
14186
14194
|
"tabindex": "-1",
|
14195
|
+
"selectable": true,
|
14187
14196
|
"aria-live": "polite",
|
14188
14197
|
"color": props.itemColor ?? props.color
|
14189
14198
|
}, listEvents, props.listProps), {
|
@@ -19271,6 +19280,7 @@ const VCombobox = genericComponent()({
|
|
19271
19280
|
"selected": selectedValues.value,
|
19272
19281
|
"selectStrategy": props.multiple ? 'independent' : 'single-independent',
|
19273
19282
|
"onMousedown": e => e.preventDefault(),
|
19283
|
+
"selectable": true,
|
19274
19284
|
"onKeydown": onListKeydown,
|
19275
19285
|
"onFocusin": onFocusin,
|
19276
19286
|
"onFocusout": onFocusout,
|
@@ -31382,7 +31392,7 @@ function createVuetify$1() {
|
|
31382
31392
|
};
|
31383
31393
|
});
|
31384
31394
|
}
|
31385
|
-
const version$1 = "3.9.0-dev.2025-07-
|
31395
|
+
const version$1 = "3.9.0-dev.2025-07-15";
|
31386
31396
|
createVuetify$1.version = version$1;
|
31387
31397
|
|
31388
31398
|
// Vue's inject() can only be used in setup
|
@@ -31407,7 +31417,7 @@ const createVuetify = function () {
|
|
31407
31417
|
...options
|
31408
31418
|
});
|
31409
31419
|
};
|
31410
|
-
const version = "3.9.0-dev.2025-07-
|
31420
|
+
const version = "3.9.0-dev.2025-07-15";
|
31411
31421
|
createVuetify.version = version;
|
31412
31422
|
|
31413
31423
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|