@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-labs.d.ts
CHANGED
@@ -114147,78 +114147,75 @@ declare module 'vue' {
|
|
114147
114147
|
$children?: VNodeChild
|
114148
114148
|
}
|
114149
114149
|
export interface GlobalComponents {
|
114150
|
-
VApp: VApp
|
114151
114150
|
VAlert: VAlert
|
114152
114151
|
VAlertTitle: VAlertTitle
|
114152
|
+
VApp: VApp
|
114153
|
+
VAvatar: VAvatar
|
114153
114154
|
VAppBar: VAppBar
|
114154
114155
|
VAppBarNavIcon: VAppBarNavIcon
|
114155
114156
|
VAppBarTitle: VAppBarTitle
|
114156
|
-
|
114157
|
+
VBadge: VBadge
|
114158
|
+
VBanner: VBanner
|
114159
|
+
VBannerActions: VBannerActions
|
114160
|
+
VBannerText: VBannerText
|
114157
114161
|
VAutocomplete: VAutocomplete
|
114158
|
-
|
114162
|
+
VBottomNavigation: VBottomNavigation
|
114159
114163
|
VBreadcrumbs: VBreadcrumbs
|
114160
114164
|
VBreadcrumbsItem: VBreadcrumbsItem
|
114161
114165
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114162
|
-
|
114163
|
-
VBtnGroup: VBtnGroup
|
114164
|
-
VBanner: VBanner
|
114165
|
-
VBannerActions: VBannerActions
|
114166
|
-
VBannerText: VBannerText
|
114167
|
-
VBadge: VBadge
|
114168
|
-
VCarousel: VCarousel
|
114169
|
-
VCarouselItem: VCarouselItem
|
114166
|
+
VBottomSheet: VBottomSheet
|
114170
114167
|
VBtn: VBtn
|
114171
114168
|
VCheckbox: VCheckbox
|
114172
114169
|
VCheckboxBtn: VCheckboxBtn
|
114173
|
-
|
114170
|
+
VCarousel: VCarousel
|
114171
|
+
VCarouselItem: VCarouselItem
|
114172
|
+
VBtnToggle: VBtnToggle
|
114173
|
+
VBtnGroup: VBtnGroup
|
114174
114174
|
VCard: VCard
|
114175
114175
|
VCardActions: VCardActions
|
114176
114176
|
VCardItem: VCardItem
|
114177
114177
|
VCardSubtitle: VCardSubtitle
|
114178
114178
|
VCardText: VCardText
|
114179
114179
|
VCardTitle: VCardTitle
|
114180
|
-
VBtnToggle: VBtnToggle
|
114181
114180
|
VChip: VChip
|
114182
|
-
|
114181
|
+
VChipGroup: VChipGroup
|
114183
114182
|
VCombobox: VCombobox
|
114184
|
-
VCounter: VCounter
|
114185
|
-
VDataTable: VDataTable
|
114186
|
-
VDataTableHeaders: VDataTableHeaders
|
114187
|
-
VDataTableFooter: VDataTableFooter
|
114188
|
-
VDataTableRows: VDataTableRows
|
114189
|
-
VDataTableRow: VDataTableRow
|
114190
|
-
VDataTableVirtual: VDataTableVirtual
|
114191
|
-
VDataTableServer: VDataTableServer
|
114192
|
-
VDialog: VDialog
|
114193
|
-
VColorPicker: VColorPicker
|
114194
|
-
VDivider: VDivider
|
114195
114183
|
VDatePicker: VDatePicker
|
114196
114184
|
VDatePickerControls: VDatePickerControls
|
114197
114185
|
VDatePickerHeader: VDatePickerHeader
|
114198
114186
|
VDatePickerMonth: VDatePickerMonth
|
114199
114187
|
VDatePickerMonths: VDatePickerMonths
|
114200
114188
|
VDatePickerYears: VDatePickerYears
|
114189
|
+
VCounter: VCounter
|
114190
|
+
VColorPicker: VColorPicker
|
114191
|
+
VCode: VCode
|
114201
114192
|
VExpansionPanels: VExpansionPanels
|
114202
114193
|
VExpansionPanel: VExpansionPanel
|
114203
114194
|
VExpansionPanelText: VExpansionPanelText
|
114204
114195
|
VExpansionPanelTitle: VExpansionPanelTitle
|
114196
|
+
VDivider: VDivider
|
114197
|
+
VEmptyState: VEmptyState
|
114198
|
+
VDataTable: VDataTable
|
114199
|
+
VDataTableHeaders: VDataTableHeaders
|
114200
|
+
VDataTableFooter: VDataTableFooter
|
114201
|
+
VDataTableRows: VDataTableRows
|
114202
|
+
VDataTableRow: VDataTableRow
|
114203
|
+
VDataTableVirtual: VDataTableVirtual
|
114204
|
+
VDataTableServer: VDataTableServer
|
114205
|
+
VDialog: VDialog
|
114205
114206
|
VField: VField
|
114206
114207
|
VFieldLabel: VFieldLabel
|
114207
|
-
VFab: VFab
|
114208
|
-
VEmptyState: VEmptyState
|
114209
|
-
VFooter: VFooter
|
114210
|
-
VIcon: VIcon
|
114211
|
-
VComponentIcon: VComponentIcon
|
114212
|
-
VSvgIcon: VSvgIcon
|
114213
|
-
VLigatureIcon: VLigatureIcon
|
114214
|
-
VClassIcon: VClassIcon
|
114215
114208
|
VFileInput: VFileInput
|
114216
|
-
|
114217
|
-
|
114218
|
-
VKbd: VKbd
|
114219
|
-
VImg: VImg
|
114209
|
+
VFooter: VFooter
|
114210
|
+
VFab: VFab
|
114220
114211
|
VItemGroup: VItemGroup
|
114221
114212
|
VItem: VItem
|
114213
|
+
VImg: VImg
|
114214
|
+
VLabel: VLabel
|
114215
|
+
VKbd: VKbd
|
114216
|
+
VInfiniteScroll: VInfiniteScroll
|
114217
|
+
VInput: VInput
|
114218
|
+
VMenu: VMenu
|
114222
114219
|
VList: VList
|
114223
114220
|
VListGroup: VListGroup
|
114224
114221
|
VListImg: VListImg
|
@@ -114228,34 +114225,36 @@ declare module 'vue' {
|
|
114228
114225
|
VListItemSubtitle: VListItemSubtitle
|
114229
114226
|
VListItemTitle: VListItemTitle
|
114230
114227
|
VListSubheader: VListSubheader
|
114231
|
-
VLabel: VLabel
|
114232
|
-
VMenu: VMenu
|
114233
114228
|
VMain: VMain
|
114234
|
-
VMessages: VMessages
|
114235
114229
|
VNavigationDrawer: VNavigationDrawer
|
114236
|
-
|
114230
|
+
VIcon: VIcon
|
114231
|
+
VComponentIcon: VComponentIcon
|
114232
|
+
VSvgIcon: VSvgIcon
|
114233
|
+
VLigatureIcon: VLigatureIcon
|
114234
|
+
VClassIcon: VClassIcon
|
114235
|
+
VMessages: VMessages
|
114237
114236
|
VNumberInput: VNumberInput
|
114237
|
+
VOtpInput: VOtpInput
|
114238
|
+
VProgressCircular: VProgressCircular
|
114238
114239
|
VOverlay: VOverlay
|
114240
|
+
VProgressLinear: VProgressLinear
|
114239
114241
|
VPagination: VPagination
|
114240
|
-
VProgressCircular: VProgressCircular
|
114241
114242
|
VRadioGroup: VRadioGroup
|
114242
|
-
VProgressLinear: VProgressLinear
|
114243
114243
|
VSelect: VSelect
|
114244
114244
|
VRating: VRating
|
114245
|
-
VSelectionControl: VSelectionControl
|
114246
|
-
VSheet: VSheet
|
114247
|
-
VSelectionControlGroup: VSelectionControlGroup
|
114248
114245
|
VSlider: VSlider
|
114246
|
+
VSelectionControlGroup: VSelectionControlGroup
|
114247
|
+
VSkeletonLoader: VSkeletonLoader
|
114249
114248
|
VSlideGroup: VSlideGroup
|
114250
114249
|
VSlideGroupItem: VSlideGroupItem
|
114251
|
-
|
114250
|
+
VSheet: VSheet
|
114252
114251
|
VSnackbar: VSnackbar
|
114253
|
-
|
114252
|
+
VSelectionControl: VSelectionControl
|
114254
114253
|
VTab: VTab
|
114255
114254
|
VTabs: VTabs
|
114256
114255
|
VTabsWindow: VTabsWindow
|
114257
114256
|
VTabsWindowItem: VTabsWindowItem
|
114258
|
-
|
114257
|
+
VSystemBar: VSystemBar
|
114259
114258
|
VStepper: VStepper
|
114260
114259
|
VStepperActions: VStepperActions
|
114261
114260
|
VStepperHeader: VStepperHeader
|
@@ -114263,22 +114262,23 @@ declare module 'vue' {
|
|
114263
114262
|
VStepperWindow: VStepperWindow
|
114264
114263
|
VStepperWindowItem: VStepperWindowItem
|
114265
114264
|
VTable: VTable
|
114265
|
+
VTextarea: VTextarea
|
114266
|
+
VSwitch: VSwitch
|
114266
114267
|
VTimeline: VTimeline
|
114267
114268
|
VTimelineItem: VTimelineItem
|
114268
|
-
VSystemBar: VSystemBar
|
114269
|
-
VTimePicker: VTimePicker
|
114270
|
-
VTimePickerClock: VTimePickerClock
|
114271
|
-
VTimePickerControls: VTimePickerControls
|
114272
|
-
VWindow: VWindow
|
114273
|
-
VWindowItem: VWindowItem
|
114274
|
-
VTextarea: VTextarea
|
114275
|
-
VTooltip: VTooltip
|
114276
114269
|
VToolbar: VToolbar
|
114277
114270
|
VToolbarTitle: VToolbarTitle
|
114278
114271
|
VToolbarItems: VToolbarItems
|
114272
|
+
VTooltip: VTooltip
|
114273
|
+
VTimePicker: VTimePicker
|
114274
|
+
VTimePickerClock: VTimePickerClock
|
114275
|
+
VTimePickerControls: VTimePickerControls
|
114276
|
+
VTextField: VTextField
|
114279
114277
|
VTreeview: VTreeview
|
114280
114278
|
VTreeviewItem: VTreeviewItem
|
114281
114279
|
VTreeviewGroup: VTreeviewGroup
|
114280
|
+
VWindow: VWindow
|
114281
|
+
VWindowItem: VWindowItem
|
114282
114282
|
VConfirmEdit: VConfirmEdit
|
114283
114283
|
VDataIterator: VDataIterator
|
114284
114284
|
VDefaultsProvider: VDefaultsProvider
|
@@ -114287,22 +114287,21 @@ declare module 'vue' {
|
|
114287
114287
|
VCol: VCol
|
114288
114288
|
VRow: VRow
|
114289
114289
|
VSpacer: VSpacer
|
114290
|
-
|
114290
|
+
VLazy: VLazy
|
114291
114291
|
VLayout: VLayout
|
114292
114292
|
VLayoutItem: VLayoutItem
|
114293
|
-
|
114293
|
+
VHover: VHover
|
114294
114294
|
VLocaleProvider: VLocaleProvider
|
114295
114295
|
VNoSsr: VNoSsr
|
114296
114296
|
VParallax: VParallax
|
114297
|
-
VRangeSlider: VRangeSlider
|
114298
114297
|
VRadio: VRadio
|
114299
|
-
|
114298
|
+
VResponsive: VResponsive
|
114300
114299
|
VSnackbarQueue: VSnackbarQueue
|
114300
|
+
VSparkline: VSparkline
|
114301
114301
|
VSpeedDial: VSpeedDial
|
114302
|
-
VResponsive: VResponsive
|
114303
114302
|
VThemeProvider: VThemeProvider
|
114304
|
-
VVirtualScroll: VVirtualScroll
|
114305
114303
|
VValidation: VValidation
|
114304
|
+
VVirtualScroll: VVirtualScroll
|
114306
114305
|
VFabTransition: VFabTransition
|
114307
114306
|
VDialogBottomTransition: VDialogBottomTransition
|
114308
114307
|
VDialogTopTransition: VDialogTopTransition
|
@@ -114319,8 +114318,10 @@ declare module 'vue' {
|
|
114319
114318
|
VExpandTransition: VExpandTransition
|
114320
114319
|
VExpandXTransition: VExpandXTransition
|
114321
114320
|
VDialogTransition: VDialogTransition
|
114321
|
+
VRangeSlider: VRangeSlider
|
114322
114322
|
VFileUpload: VFileUpload
|
114323
114323
|
VFileUploadItem: VFileUploadItem
|
114324
|
+
VColorInput: VColorInput
|
114324
114325
|
VCalendar: VCalendar
|
114325
114326
|
VCalendarDay: VCalendarDay
|
114326
114327
|
VCalendarHeader: VCalendarHeader
|
@@ -114333,11 +114334,10 @@ declare module 'vue' {
|
|
114333
114334
|
VStepperVerticalActions: VStepperVerticalActions
|
114334
114335
|
VPicker: VPicker
|
114335
114336
|
VPickerTitle: VPickerTitle
|
114336
|
-
VColorInput: VColorInput
|
114337
114337
|
VHotkey: VHotkey
|
114338
114338
|
VDateInput: VDateInput
|
114339
|
-
VPullToRefresh: VPullToRefresh
|
114340
114339
|
VMaskInput: VMaskInput
|
114340
|
+
VPullToRefresh: VPullToRefresh
|
114341
114341
|
}
|
114342
114342
|
export interface GlobalDirectives {
|
114343
114343
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.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
|
*/
|
@@ -9558,6 +9558,11 @@ const VListItem = genericComponent()({
|
|
9558
9558
|
const isLink = toRef(() => props.link !== false && link.isLink.value);
|
9559
9559
|
const isSelectable = computed(() => !!list && (root.selectable.value || root.activatable.value || props.value != null));
|
9560
9560
|
const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || isSelectable.value));
|
9561
|
+
const role = computed(() => list ? isSelectable.value ? 'option' : 'listitem' : undefined);
|
9562
|
+
const ariaSelected = computed(() => {
|
9563
|
+
if (!isSelectable.value) return undefined;
|
9564
|
+
return root.activatable.value ? isActivated.value : root.selectable.value ? isSelected.value : isActive.value;
|
9565
|
+
});
|
9561
9566
|
const roundedProps = toRef(() => props.rounded || props.nav);
|
9562
9567
|
const color = toRef(() => props.color ?? props.activeColor);
|
9563
9568
|
const variantProps = toRef(() => ({
|
@@ -9661,7 +9666,8 @@ const VListItem = genericComponent()({
|
|
9661
9666
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
9662
9667
|
"style": [colorStyles.value, dimensionStyles.value, props.style],
|
9663
9668
|
"tabindex": isClickable.value ? list ? -2 : 0 : undefined,
|
9664
|
-
"aria-selected":
|
9669
|
+
"aria-selected": ariaSelected.value,
|
9670
|
+
"role": role.value,
|
9665
9671
|
"onClick": onClick,
|
9666
9672
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9667
9673
|
}, link.linkProps), {
|
@@ -10153,6 +10159,7 @@ const VList = genericComponent()({
|
|
10153
10159
|
const activeColor = toRef(() => props.activeColor);
|
10154
10160
|
const baseColor = toRef(() => props.baseColor);
|
10155
10161
|
const color = toRef(() => props.color);
|
10162
|
+
const isSelectable = toRef(() => props.selectable || props.activatable);
|
10156
10163
|
createList({
|
10157
10164
|
filterable: props.filterable
|
10158
10165
|
});
|
@@ -10222,7 +10229,7 @@ const VList = genericComponent()({
|
|
10222
10229
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
10223
10230
|
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
10224
10231
|
"tabindex": props.disabled ? -1 : 0,
|
10225
|
-
"role":
|
10232
|
+
"role": isSelectable.value ? 'listbox' : 'list',
|
10226
10233
|
"aria-activedescendant": undefined,
|
10227
10234
|
"onFocusin": onFocusin,
|
10228
10235
|
"onFocusout": onFocusout,
|
@@ -13287,6 +13294,7 @@ const VSelect = genericComponent()({
|
|
13287
13294
|
"onKeydown": onListKeydown,
|
13288
13295
|
"onFocusin": onFocusin,
|
13289
13296
|
"tabindex": "-1",
|
13297
|
+
"selectable": true,
|
13290
13298
|
"aria-live": "polite",
|
13291
13299
|
"aria-label": `${props.label}-list`,
|
13292
13300
|
"color": props.itemColor ?? props.color
|
@@ -13906,6 +13914,7 @@ const VAutocomplete = genericComponent()({
|
|
13906
13914
|
"onFocusin": onFocusin,
|
13907
13915
|
"onFocusout": onFocusout,
|
13908
13916
|
"tabindex": "-1",
|
13917
|
+
"selectable": true,
|
13909
13918
|
"aria-live": "polite",
|
13910
13919
|
"color": props.itemColor ?? props.color
|
13911
13920
|
}, listEvents, props.listProps), {
|
@@ -18993,6 +19002,7 @@ const VCombobox = genericComponent()({
|
|
18993
19002
|
"selected": selectedValues.value,
|
18994
19003
|
"selectStrategy": props.multiple ? 'independent' : 'single-independent',
|
18995
19004
|
"onMousedown": e => e.preventDefault(),
|
19005
|
+
"selectable": true,
|
18996
19006
|
"onKeydown": onListKeydown,
|
18997
19007
|
"onFocusin": onFocusin,
|
18998
19008
|
"onFocusout": onFocusout,
|
@@ -33672,7 +33682,7 @@ function createVuetify$1() {
|
|
33672
33682
|
};
|
33673
33683
|
});
|
33674
33684
|
}
|
33675
|
-
const version$1 = "3.9.0-dev.2025-07-
|
33685
|
+
const version$1 = "3.9.0-dev.2025-07-15";
|
33676
33686
|
createVuetify$1.version = version$1;
|
33677
33687
|
|
33678
33688
|
// Vue's inject() can only be used in setup
|
@@ -33970,7 +33980,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33970
33980
|
|
33971
33981
|
/* eslint-disable local-rules/sort-imports */
|
33972
33982
|
|
33973
|
-
const version = "3.9.0-dev.2025-07-
|
33983
|
+
const version = "3.9.0-dev.2025-07-15";
|
33974
33984
|
|
33975
33985
|
/* eslint-disable local-rules/sort-imports */
|
33976
33986
|
|