@vuetify/nightly 3.7.7-master.2025-01-20 → 3.7.7-master.2025-01-21
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 +22 -3
- package/dist/json/attributes.json +3278 -3278
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +188 -188
- package/dist/json/web-types.json +6023 -6023
- package/dist/vuetify-labs.css +3202 -3196
- package/dist/vuetify-labs.esm.js +19 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4101 -4101
- package/dist/vuetify.d.ts +67 -67
- package/dist/vuetify.esm.js +14 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -12
- 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/VField/VField.mjs +0 -8
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs +10 -2
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +67 -67
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +3 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +6 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +6 -0
- package/lib/labs/VTreeview/_variables.scss +1 -0
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67100,38 +67100,36 @@ declare module 'vue' {
|
|
67100
67100
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67101
67101
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67102
67102
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67104
67103
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67105
67104
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67106
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67107
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67108
67105
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67109
|
-
|
67110
|
-
|
67111
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67112
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67106
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67107
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67113
67108
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67114
67109
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67115
67110
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67116
|
-
|
67117
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67111
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67118
67112
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67113
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67119
67114
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67120
|
-
|
67121
|
-
|
67122
|
-
|
67123
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67124
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67115
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67116
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67117
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67125
67118
|
VCard: typeof import('vuetify/components')['VCard']
|
67126
67119
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67127
67120
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67128
67121
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67129
67122
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67130
67123
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67131
|
-
|
67132
|
-
|
67124
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67125
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67126
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67127
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67133
67128
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67134
|
-
|
67129
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67130
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67131
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67132
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67135
67133
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67136
67134
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67137
67135
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67139,108 +67137,111 @@ declare module 'vue' {
|
|
67139
67137
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67140
67138
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67141
67139
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67140
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67141
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67142
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67143
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67144
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67142
67145
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67143
67146
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67144
67147
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67145
67148
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67146
67149
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67147
67150
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67148
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67149
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67150
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67151
67151
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67152
67152
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67153
67153
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67154
67154
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67155
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67155
67156
|
VFab: typeof import('vuetify/components')['VFab']
|
67156
67157
|
VField: typeof import('vuetify/components')['VField']
|
67157
67158
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67158
67159
|
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
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67164
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67165
67160
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67166
67161
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67167
67162
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67168
67163
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67169
67164
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67170
|
-
|
67171
|
-
|
67172
|
-
|
67173
|
-
VListImg: typeof import('vuetify/components')['VListImg']
|
67174
|
-
VListItem: typeof import('vuetify/components')['VListItem']
|
67175
|
-
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
67176
|
-
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
67177
|
-
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67178
|
-
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67179
|
-
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67165
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67166
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67167
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67180
67168
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67181
|
-
|
67169
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67170
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67171
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67172
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67182
67173
|
VMain: typeof import('vuetify/components')['VMain']
|
67174
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67175
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67183
67176
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67184
67177
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67185
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67186
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67187
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67188
67178
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67189
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67190
67179
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67180
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67181
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67191
67182
|
VRating: typeof import('vuetify/components')['VRating']
|
67192
67183
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67193
67184
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67194
|
-
|
67185
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67195
67186
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
67187
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67197
|
-
|
67198
|
-
|
67199
|
-
|
67200
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67201
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67202
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67188
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67189
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67190
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67203
67191
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67204
67192
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67205
67193
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67206
67194
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67207
67195
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67208
67196
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67209
|
-
|
67210
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67211
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67197
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67212
67198
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67199
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67200
|
+
VList: typeof import('vuetify/components')['VList']
|
67201
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67202
|
+
VListImg: typeof import('vuetify/components')['VListImg']
|
67203
|
+
VListItem: typeof import('vuetify/components')['VListItem']
|
67204
|
+
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
67205
|
+
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
67206
|
+
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67207
|
+
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67208
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67213
67209
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67210
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67211
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67212
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67213
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67214
67214
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67215
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67215
67216
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67216
67217
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67218
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67219
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67220
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67217
67221
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67218
67222
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67219
67223
|
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']
|
67224
67224
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67225
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67226
67225
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67226
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67227
67227
|
VForm: typeof import('vuetify/components')['VForm']
|
67228
67228
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67229
67229
|
VCol: typeof import('vuetify/components')['VCol']
|
67230
67230
|
VRow: typeof import('vuetify/components')['VRow']
|
67231
67231
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67232
67232
|
VHover: typeof import('vuetify/components')['VHover']
|
67233
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67234
67233
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67235
67234
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67236
67235
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67236
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67237
67237
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67238
67238
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67239
67239
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67240
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67241
67240
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67242
|
-
|
67241
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67243
67242
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67243
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67244
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67244
67245
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67245
67246
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67246
67247
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -67259,7 +67260,6 @@ 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
67263
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67264
67264
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67265
67265
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67267,19 +67267,19 @@ declare module 'vue' {
|
|
67267
67267
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67268
67268
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67269
67269
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67270
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67271
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67272
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67273
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
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']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.7-master.2025-01-
|
2
|
+
* Vuetify v3.7.7-master.2025-01-21
|
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-
|
28308
|
+
const version$1 = "3.7.7-master.2025-01-21";
|
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-
|
28333
|
+
const version = "3.7.7-master.2025-01-21";
|
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 };
|