@vuetify/nightly 3.7.4-master.2024-11-15 → 3.7.4-master.2024-11-24

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.
Files changed (37) hide show
  1. package/dist/json/attributes.json +3032 -3032
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +176 -176
  4. package/dist/json/web-types.json +5731 -5731
  5. package/dist/vuetify-labs.css +2236 -2232
  6. package/dist/vuetify-labs.d.ts +3 -7
  7. package/dist/vuetify-labs.esm.js +15 -12
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +15 -12
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1058 -1054
  12. package/dist/vuetify.d.ts +59 -63
  13. package/dist/vuetify.esm.js +14 -11
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -11
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -10
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBadge/VBadge.css +4 -0
  21. package/lib/components/VBadge/VBadge.sass +4 -0
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  25. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  26. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  27. package/lib/components/VList/VListItem.mjs +3 -2
  28. package/lib/components/VList/VListItem.mjs.map +1 -1
  29. package/lib/components/index.d.mts +3 -7
  30. package/lib/entry-bundler.mjs +1 -1
  31. package/lib/framework.mjs +1 -1
  32. package/lib/index.d.mts +56 -56
  33. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  34. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  35. package/lib/locale/fr.mjs +1 -1
  36. package/lib/locale/fr.mjs.map +1 -1
  37. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -23109,7 +23109,7 @@ type VConfirmEditSlots<T> = {
23109
23109
  save: () => void;
23110
23110
  cancel: () => void;
23111
23111
  isPristine: boolean;
23112
- get actions(): VNode;
23112
+ get actions(): (props?: {}) => VNode;
23113
23113
  };
23114
23114
  };
23115
23115
  declare const VConfirmEdit: {
@@ -23144,9 +23144,7 @@ declare const VConfirmEdit: {
23144
23144
  save: () => void;
23145
23145
  cancel: () => void;
23146
23146
  isPristine: boolean;
23147
- readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
23148
- [key: string]: any;
23149
- }>;
23147
+ readonly actions: (props?: {}) => VNode;
23150
23148
  }) => VNode[];
23151
23149
  }>>, {
23152
23150
  P: {};
@@ -23197,9 +23195,7 @@ declare const VConfirmEdit: {
23197
23195
  save: () => void;
23198
23196
  cancel: () => void;
23199
23197
  isPristine: boolean;
23200
- readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
23201
- [key: string]: any;
23202
- }>;
23198
+ readonly actions: (props?: {}) => VNode;
23203
23199
  }) => VNode[];
23204
23200
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
23205
23201
  modelValue?: T;
@@ -67107,35 +67103,38 @@ declare module 'vue' {
67107
67103
  VAppBar: typeof import('vuetify/components')['VAppBar']
67108
67104
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67109
67105
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67106
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67107
+ VBadge: typeof import('vuetify/components')['VBadge']
67110
67108
  VAlert: typeof import('vuetify/components')['VAlert']
67111
67109
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67112
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67110
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67113
67111
  VBanner: typeof import('vuetify/components')['VBanner']
67114
67112
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
67113
  VBannerText: typeof import('vuetify/components')['VBannerText']
67116
67114
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67117
- VAvatar: typeof import('vuetify/components')['VAvatar']
67118
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67119
- VBadge: typeof import('vuetify/components')['VBadge']
67120
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67121
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67122
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67123
67115
  VBtn: typeof import('vuetify/components')['VBtn']
67124
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67125
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67126
- VChip: typeof import('vuetify/components')['VChip']
67127
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67128
67116
  VCard: typeof import('vuetify/components')['VCard']
67129
67117
  VCardActions: typeof import('vuetify/components')['VCardActions']
67130
67118
  VCardItem: typeof import('vuetify/components')['VCardItem']
67131
67119
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67132
67120
  VCardText: typeof import('vuetify/components')['VCardText']
67133
67121
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67122
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67123
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67124
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67125
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67126
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67134
67127
  VCarousel: typeof import('vuetify/components')['VCarousel']
67135
67128
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67129
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67130
+ VChip: typeof import('vuetify/components')['VChip']
67131
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67132
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67136
67133
  VCode: typeof import('vuetify/components')['VCode']
67137
67134
  VCombobox: typeof import('vuetify/components')['VCombobox']
67135
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67138
67136
  VCounter: typeof import('vuetify/components')['VCounter']
67137
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67139
67138
  VDataTable: typeof import('vuetify/components')['VDataTable']
67140
67139
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67141
67140
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67143,38 +67142,36 @@ declare module 'vue' {
67143
67142
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67144
67143
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67145
67144
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67145
+ VDivider: typeof import('vuetify/components')['VDivider']
67146
67146
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67147
67147
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67148
67148
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67149
67149
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67150
67150
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67151
67151
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67152
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67153
67152
  VDialog: typeof import('vuetify/components')['VDialog']
67154
- VDivider: typeof import('vuetify/components')['VDivider']
67155
67153
  VFab: typeof import('vuetify/components')['VFab']
67156
- VField: typeof import('vuetify/components')['VField']
67157
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67154
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67155
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67156
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67157
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67158
67158
  VFileInput: typeof import('vuetify/components')['VFileInput']
67159
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67159
67160
  VFooter: typeof import('vuetify/components')['VFooter']
67160
67161
  VImg: typeof import('vuetify/components')['VImg']
67162
+ VField: typeof import('vuetify/components')['VField']
67163
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67164
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67161
67165
  VIcon: typeof import('vuetify/components')['VIcon']
67162
67166
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67163
67167
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67164
67168
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67165
67169
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67166
- VInput: typeof import('vuetify/components')['VInput']
67170
+ VKbd: typeof import('vuetify/components')['VKbd']
67167
67171
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67168
67172
  VItem: typeof import('vuetify/components')['VItem']
67169
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
- VKbd: typeof import('vuetify/components')['VKbd']
67171
- VMain: typeof import('vuetify/components')['VMain']
67173
+ VInput: typeof import('vuetify/components')['VInput']
67172
67174
  VLabel: typeof import('vuetify/components')['VLabel']
67173
- VMenu: typeof import('vuetify/components')['VMenu']
67174
- VPagination: typeof import('vuetify/components')['VPagination']
67175
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67176
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67177
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67178
67175
  VList: typeof import('vuetify/components')['VList']
67179
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
67180
67177
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67184,69 +67181,72 @@ declare module 'vue' {
67184
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67185
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67186
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67187
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67188
- VOverlay: typeof import('vuetify/components')['VOverlay']
67184
+ VMenu: typeof import('vuetify/components')['VMenu']
67185
+ VMain: typeof import('vuetify/components')['VMain']
67186
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67187
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67188
+ VPagination: typeof import('vuetify/components')['VPagination']
67189
67189
  VMessages: typeof import('vuetify/components')['VMessages']
67190
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67191
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67190
67192
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67193
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67191
67194
  VRating: typeof import('vuetify/components')['VRating']
67192
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67195
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67193
67196
  VSelect: typeof import('vuetify/components')['VSelect']
67194
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67195
- VSheet: typeof import('vuetify/components')['VSheet']
67196
67197
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67197
67198
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67198
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67199
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67200
- VTextarea: typeof import('vuetify/components')['VTextarea']
67199
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67200
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67201
67201
  VSlider: typeof import('vuetify/components')['VSlider']
67202
- VTable: typeof import('vuetify/components')['VTable']
67202
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67203
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67204
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
67206
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
67207
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
+ VSheet: typeof import('vuetify/components')['VSheet']
67209
67210
  VSwitch: typeof import('vuetify/components')['VSwitch']
67211
+ VTable: typeof import('vuetify/components')['VTable']
67212
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67210
67213
  VTab: typeof import('vuetify/components')['VTab']
67211
67214
  VTabs: typeof import('vuetify/components')['VTabs']
67212
67215
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67213
67216
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67217
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67218
+ VTextField: typeof import('vuetify/components')['VTextField']
67219
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67220
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67214
67221
  VToolbar: typeof import('vuetify/components')['VToolbar']
67215
67222
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67216
67223
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67217
67224
  VTooltip: typeof import('vuetify/components')['VTooltip']
67218
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67219
- VTimeline: typeof import('vuetify/components')['VTimeline']
67220
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
67225
  VWindow: typeof import('vuetify/components')['VWindow']
67222
67226
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67223
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67224
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67225
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67226
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67227
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67228
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67229
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67230
67227
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67228
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67231
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67230
+ VForm: typeof import('vuetify/components')['VForm']
67232
67231
  VContainer: typeof import('vuetify/components')['VContainer']
67233
67232
  VCol: typeof import('vuetify/components')['VCol']
67234
67233
  VRow: typeof import('vuetify/components')['VRow']
67235
67234
  VSpacer: typeof import('vuetify/components')['VSpacer']
67236
- VForm: typeof import('vuetify/components')['VForm']
67237
67235
  VHover: typeof import('vuetify/components')['VHover']
67236
+ VLazy: typeof import('vuetify/components')['VLazy']
67237
+ VLayout: typeof import('vuetify/components')['VLayout']
67238
+ VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67238
67239
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67239
67240
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67240
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67241
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67242
67242
  VRadio: typeof import('vuetify/components')['VRadio']
67243
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
67244
  VResponsive: typeof import('vuetify/components')['VResponsive']
67244
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67245
67246
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67246
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67247
67248
  VValidation: typeof import('vuetify/components')['VValidation']
67248
67249
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67249
- VLazy: typeof import('vuetify/components')['VLazy']
67250
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67251
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67252
67252
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67263,30 +67263,26 @@ declare module 'vue' {
67263
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67266
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67267
- VLayout: typeof import('vuetify/components')['VLayout']
67268
- VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67269
- VTextField: typeof import('vuetify/components')['VTextField']
67270
67266
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67271
67267
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67272
67268
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67273
67269
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67274
67270
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67275
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67273
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67274
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67275
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67276
67276
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67277
67277
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67278
67278
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67279
67279
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67280
67280
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67281
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67282
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67283
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67284
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67285
67281
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67286
67282
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67287
67283
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67288
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67289
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67290
67284
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67285
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67286
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67291
67287
  }
67292
67288
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-15
2
+ * Vuetify v3.7.4-master.2024-11-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -9163,7 +9163,8 @@ const VListItem = genericComponent()({
9163
9163
  const list = useList();
9164
9164
  const isActive = computed(() => props.active !== false && (props.active || link.isActive?.value || (root.activatable.value ? isActivated.value : isSelected.value)));
9165
9165
  const isLink = computed(() => props.link !== false && link.isLink.value);
9166
- const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || !!list && (root.selectable.value || root.activatable.value || props.value != null)));
9166
+ const isSelectable = computed(() => !!list && (root.selectable.value || root.activatable.value || props.value != null));
9167
+ const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || isSelectable.value));
9167
9168
  const roundedProps = computed(() => props.rounded || props.nav);
9168
9169
  const color = computed(() => props.color ?? props.activeColor);
9169
9170
  const variantProps = computed(() => ({
@@ -9254,7 +9255,7 @@ const VListItem = genericComponent()({
9254
9255
  }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
9255
9256
  "style": [colorStyles.value, dimensionStyles.value, props.style],
9256
9257
  "tabindex": isClickable.value ? list ? -2 : 0 : undefined,
9257
- "aria-selected": root.activatable.value ? isActivated.value : isSelected.value,
9258
+ "aria-selected": isSelectable.value ? root.activatable.value ? isActivated.value : root.selectable.value ? isSelected.value : isActive.value : undefined,
9258
9259
  "onClick": onClick,
9259
9260
  "onKeydown": isClickable.value && !isLink.value && onKeyDown
9260
9261
  }, link.linkProps), {
@@ -18334,21 +18335,23 @@ const VConfirmEdit = genericComponent()({
18334
18335
  internalModel.value = structuredClone(toRaw(model.value));
18335
18336
  emit('cancel');
18336
18337
  }
18337
- let actionsUsed = false;
18338
- useRender(() => {
18339
- const actions = createVNode(Fragment, null, [createVNode(VBtn, {
18338
+ function actions(actionsProps) {
18339
+ return createVNode(Fragment, null, [createVNode(VBtn, mergeProps({
18340
18340
  "disabled": isPristine.value,
18341
18341
  "variant": "text",
18342
18342
  "color": props.color,
18343
18343
  "onClick": cancel,
18344
18344
  "text": t(props.cancelText)
18345
- }, null), createVNode(VBtn, {
18345
+ }, actionsProps), null), createVNode(VBtn, mergeProps({
18346
18346
  "disabled": isPristine.value,
18347
18347
  "variant": "text",
18348
18348
  "color": props.color,
18349
18349
  "onClick": save,
18350
18350
  "text": t(props.okText)
18351
- }, null)]);
18351
+ }, actionsProps), null)]);
18352
+ }
18353
+ let actionsUsed = false;
18354
+ useRender(() => {
18352
18355
  return createVNode(Fragment, null, [slots.default?.({
18353
18356
  model: internalModel,
18354
18357
  save,
@@ -18358,7 +18361,7 @@ const VConfirmEdit = genericComponent()({
18358
18361
  actionsUsed = true;
18359
18362
  return actions;
18360
18363
  }
18361
- }), !actionsUsed && actions]);
18364
+ }), !actionsUsed && actions()]);
18362
18365
  });
18363
18366
  return {
18364
18367
  save,
@@ -28254,7 +28257,7 @@ function createVuetify$1() {
28254
28257
  goTo
28255
28258
  };
28256
28259
  }
28257
- const version$1 = "3.7.4-master.2024-11-15";
28260
+ const version$1 = "3.7.4-master.2024-11-24";
28258
28261
  createVuetify$1.version = version$1;
28259
28262
 
28260
28263
  // Vue's inject() can only be used in setup
@@ -28279,7 +28282,7 @@ const createVuetify = function () {
28279
28282
  ...options
28280
28283
  });
28281
28284
  };
28282
- const version = "3.7.4-master.2024-11-15";
28285
+ const version = "3.7.4-master.2024-11-24";
28283
28286
  createVuetify.version = version;
28284
28287
 
28285
28288
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };