@vuetify/nightly 3.7.7-master.2025-01-20 → 3.7.7-master.2025-01-22

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 (38) hide show
  1. package/CHANGELOG.md +24 -3
  2. package/dist/json/attributes.json +3480 -3480
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +182 -182
  5. package/dist/json/web-types.json +6396 -6396
  6. package/dist/vuetify-labs.css +4332 -4326
  7. package/dist/vuetify-labs.esm.js +20 -16
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +20 -16
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +3627 -3627
  12. package/dist/vuetify.d.ts +65 -65
  13. package/dist/vuetify.esm.js +14 -12
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -12
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +6 -6
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VField/VField.mjs +0 -8
  21. package/lib/components/VField/VField.mjs.map +1 -1
  22. package/lib/components/VInput/InputIcon.mjs +10 -2
  23. package/lib/components/VInput/InputIcon.mjs.map +1 -1
  24. package/lib/entry-bundler.mjs +1 -1
  25. package/lib/framework.mjs +1 -1
  26. package/lib/index.d.mts +65 -65
  27. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  28. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  29. package/lib/labs/VTreeview/VTreeviewChildren.mjs +3 -1
  30. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  31. package/lib/labs/VTreeview/VTreeviewItem.css +6 -0
  32. package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
  33. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  34. package/lib/labs/VTreeview/VTreeviewItem.sass +6 -0
  35. package/lib/labs/VTreeview/_variables.scss +1 -0
  36. package/lib/util/helpers.mjs +3 -0
  37. package/lib/util/helpers.mjs.map +1 -1
  38. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67096,42 +67096,47 @@ declare module 'vue' {
67096
67096
  $children?: VNodeChild
67097
67097
  }
67098
67098
  export interface GlobalComponents {
67099
+ VAlert: typeof import('vuetify/components')['VAlert']
67100
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67101
+ VApp: typeof import('vuetify/components')['VApp']
67099
67102
  VAppBar: typeof import('vuetify/components')['VAppBar']
67100
67103
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67101
67104
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67102
- VApp: typeof import('vuetify/components')['VApp']
67105
+ VBadge: typeof import('vuetify/components')['VBadge']
67103
67106
  VAvatar: typeof import('vuetify/components')['VAvatar']
67104
- VAlert: typeof import('vuetify/components')['VAlert']
67105
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67106
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67107
67107
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67108
- VBadge: typeof import('vuetify/components')['VBadge']
67109
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67110
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67111
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67112
67108
  VBtn: typeof import('vuetify/components')['VBtn']
67113
67109
  VBanner: typeof import('vuetify/components')['VBanner']
67114
67110
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
67111
  VBannerText: typeof import('vuetify/components')['VBannerText']
67116
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67117
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67118
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67119
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67120
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67121
- VChip: typeof import('vuetify/components')['VChip']
67122
67112
  VCarousel: typeof import('vuetify/components')['VCarousel']
67123
67113
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67124
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67114
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67115
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67116
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67117
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67120
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67121
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67122
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67123
+ VCode: typeof import('vuetify/components')['VCode']
67125
67124
  VCard: typeof import('vuetify/components')['VCard']
67126
67125
  VCardActions: typeof import('vuetify/components')['VCardActions']
67127
67126
  VCardItem: typeof import('vuetify/components')['VCardItem']
67128
67127
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67129
67128
  VCardText: typeof import('vuetify/components')['VCardText']
67130
67129
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67131
- VCode: typeof import('vuetify/components')['VCode']
67132
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67130
+ VChip: typeof import('vuetify/components')['VChip']
67131
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67133
67132
  VCombobox: typeof import('vuetify/components')['VCombobox']
67134
- VCounter: typeof import('vuetify/components')['VCounter']
67133
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67134
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67135
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67136
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67137
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67138
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67139
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67135
67140
  VDataTable: typeof import('vuetify/components')['VDataTable']
67136
67141
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67137
67142
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67139,27 +67144,19 @@ declare module 'vue' {
67139
67144
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67140
67145
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67141
67146
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67142
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67143
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67144
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67145
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67146
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67147
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67147
+ VCounter: typeof import('vuetify/components')['VCounter']
67148
67148
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67149
- VDialog: typeof import('vuetify/components')['VDialog']
67150
67149
  VDivider: typeof import('vuetify/components')['VDivider']
67151
67150
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67152
67151
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67153
67152
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67154
67153
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67154
+ VDialog: typeof import('vuetify/components')['VDialog']
67155
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67156
+ VFooter: typeof import('vuetify/components')['VFooter']
67155
67157
  VFab: typeof import('vuetify/components')['VFab']
67156
67158
  VField: typeof import('vuetify/components')['VField']
67157
67159
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67158
- VFooter: typeof import('vuetify/components')['VFooter']
67159
- VFileInput: typeof import('vuetify/components')['VFileInput']
67160
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67161
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67162
- VItem: typeof import('vuetify/components')['VItem']
67163
67160
  VImg: typeof import('vuetify/components')['VImg']
67164
67161
  VInput: typeof import('vuetify/components')['VInput']
67165
67162
  VIcon: typeof import('vuetify/components')['VIcon']
@@ -67167,7 +67164,12 @@ declare module 'vue' {
67167
67164
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67168
67165
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67169
67166
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67167
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67168
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67169
+ VItem: typeof import('vuetify/components')['VItem']
67170
+ VKbd: typeof import('vuetify/components')['VKbd']
67170
67171
  VLabel: typeof import('vuetify/components')['VLabel']
67172
+ VMain: typeof import('vuetify/components')['VMain']
67171
67173
  VList: typeof import('vuetify/components')['VList']
67172
67174
  VListGroup: typeof import('vuetify/components')['VListGroup']
67173
67175
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67177,72 +67179,71 @@ declare module 'vue' {
67177
67179
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67178
67180
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67179
67181
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67180
- VKbd: typeof import('vuetify/components')['VKbd']
67181
- VMessages: typeof import('vuetify/components')['VMessages']
67182
- VMain: typeof import('vuetify/components')['VMain']
67183
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67184
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67185
67182
  VMenu: typeof import('vuetify/components')['VMenu']
67186
- VPagination: typeof import('vuetify/components')['VPagination']
67183
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67184
+ VMessages: typeof import('vuetify/components')['VMessages']
67187
67185
  VOverlay: typeof import('vuetify/components')['VOverlay']
67188
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67189
67186
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67187
+ VPagination: typeof import('vuetify/components')['VPagination']
67190
67188
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
- VRating: typeof import('vuetify/components')['VRating']
67189
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67190
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67192
67191
  VSelect: typeof import('vuetify/components')['VSelect']
67193
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67194
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67195
67192
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
- VSlider: typeof import('vuetify/components')['VSlider']
67197
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67193
+ VRating: typeof import('vuetify/components')['VRating']
67194
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67198
67195
  VSheet: typeof import('vuetify/components')['VSheet']
67199
- VTab: typeof import('vuetify/components')['VTab']
67200
- VTabs: typeof import('vuetify/components')['VTabs']
67201
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67202
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67196
+ VSlider: typeof import('vuetify/components')['VSlider']
67197
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67198
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67203
67199
  VStepper: typeof import('vuetify/components')['VStepper']
67204
67200
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
67201
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
67202
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
67203
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
67204
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
- VTable: typeof import('vuetify/components')['VTable']
67210
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67211
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67205
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67212
67206
  VSwitch: typeof import('vuetify/components')['VSwitch']
67207
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67208
+ VTable: typeof import('vuetify/components')['VTable']
67209
+ VTab: typeof import('vuetify/components')['VTab']
67210
+ VTabs: typeof import('vuetify/components')['VTabs']
67211
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67212
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
67213
  VTextarea: typeof import('vuetify/components')['VTextarea']
67214
- VTextField: typeof import('vuetify/components')['VTextField']
67215
67214
  VTimeline: typeof import('vuetify/components')['VTimeline']
67216
67215
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67216
+ VTextField: typeof import('vuetify/components')['VTextField']
67217
+ VWindow: typeof import('vuetify/components')['VWindow']
67218
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67219
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67217
67220
  VToolbar: typeof import('vuetify/components')['VToolbar']
67218
67221
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67219
67222
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67220
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67221
- VTooltip: typeof import('vuetify/components')['VTooltip']
67222
- VWindow: typeof import('vuetify/components')['VWindow']
67223
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67223
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67224
67224
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67225
67225
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67226
67226
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67227
- VForm: typeof import('vuetify/components')['VForm']
67228
67227
  VContainer: typeof import('vuetify/components')['VContainer']
67229
67228
  VCol: typeof import('vuetify/components')['VCol']
67230
67229
  VRow: typeof import('vuetify/components')['VRow']
67231
67230
  VSpacer: typeof import('vuetify/components')['VSpacer']
67231
+ VForm: typeof import('vuetify/components')['VForm']
67232
67232
  VHover: typeof import('vuetify/components')['VHover']
67233
67233
  VLazy: typeof import('vuetify/components')['VLazy']
67234
67234
  VLayout: typeof import('vuetify/components')['VLayout']
67235
67235
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67236
67236
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67237
67237
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67238
- VParallax: typeof import('vuetify/components')['VParallax']
67239
67238
  VRadio: typeof import('vuetify/components')['VRadio']
67240
67239
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67241
67240
  VResponsive: typeof import('vuetify/components')['VResponsive']
67242
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67241
+ VParallax: typeof import('vuetify/components')['VParallax']
67243
67242
  VSparkline: typeof import('vuetify/components')['VSparkline']
67244
67243
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67244
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67245
67245
  VValidation: typeof import('vuetify/components')['VValidation']
67246
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67246
67247
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67247
67248
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67248
67249
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67259,7 +67260,8 @@ declare module 'vue' {
67259
67260
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67260
67261
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67261
67262
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67262
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67263
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67264
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67263
67265
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67264
67266
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67265
67267
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67267,19 +67269,17 @@ declare module 'vue' {
67267
67269
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67268
67270
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67269
67271
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67272
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67270
67274
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67271
67275
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67272
67276
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67273
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67274
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67275
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67276
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67277
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67278
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67279
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67280
67277
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67281
67278
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67282
67279
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67280
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67281
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67282
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67283
67283
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67284
67284
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67285
67285
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.7-master.2025-01-20
2
+ * Vuetify v3.7.7-master.2025-01-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -387,6 +387,9 @@ function includes(arr, val) {
387
387
  function eventName(propName) {
388
388
  return propName[2].toLowerCase() + propName.slice(3);
389
389
  }
390
+
391
+ // TODO: this should be an array but vue's types don't accept arrays: vuejs/core#8025
392
+
390
393
  const EventProp = () => [Function, Array];
391
394
  function hasEvent(props, name) {
392
395
  name = 'on' + capitalize(name);
@@ -6690,11 +6693,18 @@ function useInputIcon(props) {
6690
6693
  clear: 'clear'
6691
6694
  }[name];
6692
6695
  const listener = props[`onClick:${name}`];
6696
+ function onKeydown(e) {
6697
+ if (e.key !== 'Enter' && e.key !== ' ') return;
6698
+ e.preventDefault();
6699
+ e.stopPropagation();
6700
+ callEvent(listener, new PointerEvent('click', e));
6701
+ }
6693
6702
  const label = listener && localeKey ? t(`$vuetify.input.${localeKey}`, props.label ?? '') : undefined;
6694
6703
  return createVNode(VIcon, {
6695
6704
  "icon": props[`${name}Icon`],
6696
6705
  "aria-label": label,
6697
- "onClick": listener
6706
+ "onClick": listener,
6707
+ "onKeydown": onKeydown
6698
6708
  }, null);
6699
6709
  }
6700
6710
  return {
@@ -11812,12 +11822,6 @@ const VField = genericComponent()({
11812
11822
  e.preventDefault();
11813
11823
  }
11814
11824
  }
11815
- function onKeydownClear(e) {
11816
- if (e.key !== 'Enter' && e.key !== ' ') return;
11817
- e.preventDefault();
11818
- e.stopPropagation();
11819
- props['onClick:clear']?.(new MouseEvent('click'));
11820
- }
11821
11825
  useRender(() => {
11822
11826
  const isOutlined = props.variant === 'outlined';
11823
11827
  const hasPrepend = !!(slots['prepend-inner'] || props.prependInnerIcon);
@@ -11909,14 +11913,12 @@ const VField = genericComponent()({
11909
11913
  default: () => [slots.clear ? slots.clear({
11910
11914
  ...slotProps.value,
11911
11915
  props: {
11912
- onKeydown: onKeydownClear,
11913
11916
  onFocus: focus,
11914
11917
  onBlur: blur,
11915
11918
  onClick: props['onClick:clear']
11916
11919
  }
11917
11920
  }) : createVNode(InputIcon, {
11918
11921
  "name": "clear",
11919
- "onKeydown": onKeydownClear,
11920
11922
  "onFocus": focus,
11921
11923
  "onBlur": blur
11922
11924
  }, null)]
@@ -28303,7 +28305,7 @@ function createVuetify$1() {
28303
28305
  goTo
28304
28306
  };
28305
28307
  }
28306
- const version$1 = "3.7.7-master.2025-01-20";
28308
+ const version$1 = "3.7.7-master.2025-01-22";
28307
28309
  createVuetify$1.version = version$1;
28308
28310
 
28309
28311
  // Vue's inject() can only be used in setup
@@ -28328,7 +28330,7 @@ const createVuetify = function () {
28328
28330
  ...options
28329
28331
  });
28330
28332
  };
28331
- const version = "3.7.7-master.2025-01-20";
28333
+ const version = "3.7.7-master.2025-01-22";
28332
28334
  createVuetify.version = version;
28333
28335
 
28334
28336
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };