@vuetify/nightly 3.7.16-master.2025-03-12 → 3.7.16-master.2025-03-14
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 +18 -3
- package/dist/json/attributes.json +3637 -3637
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +6776 -6776
- package/dist/vuetify-labs.css +3586 -3586
- package/dist/vuetify-labs.esm.js +12 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +6281 -6281
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +11 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +334 -335
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -5
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs +50 -0
- package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs.map +1 -0
- package/lib/components/VField/VField.mjs +1 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +2 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +2 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +0 -39
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +0 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,42 +67137,40 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67141
67140
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67142
67141
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67143
67142
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67143
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67144
67144
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67145
67145
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67146
67146
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67147
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67148
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67149
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67147
67150
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
67151
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67152
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67153
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
67154
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
67155
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
67156
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67153
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67154
67157
|
VChip: typeof import('vuetify/components')['VChip']
|
67155
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67156
67158
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67159
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67157
67160
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67158
|
-
|
67159
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67161
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67160
67162
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67161
67163
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67164
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67165
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67166
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67167
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67162
67168
|
VCard: typeof import('vuetify/components')['VCard']
|
67163
67169
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67164
67170
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67165
67171
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67166
67172
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67167
67173
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67168
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67169
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67170
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67171
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67172
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67173
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67174
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67175
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
67174
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67177
67175
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67178
67176
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67180,20 +67178,24 @@ declare module 'vue' {
|
|
67180
67178
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67181
67179
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67182
67180
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67183
|
-
|
67184
|
-
|
67185
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67186
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67187
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67188
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67181
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67182
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67189
67183
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
67184
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
67185
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
67186
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
67187
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
67188
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67189
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67190
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67191
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67192
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67193
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67195
67194
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67195
|
+
VField: typeof import('vuetify/components')['VField']
|
67196
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67196
67197
|
VFab: typeof import('vuetify/components')['VFab']
|
67198
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67197
67199
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67198
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67199
67201
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -67202,12 +67204,15 @@ declare module 'vue' {
|
|
67202
67204
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67203
67205
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67204
67206
|
VImg: typeof import('vuetify/components')['VImg']
|
67205
|
-
VField: typeof import('vuetify/components')['VField']
|
67206
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67207
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67208
67207
|
VInput: typeof import('vuetify/components')['VInput']
|
67208
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67209
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67209
67210
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67210
67211
|
VItem: typeof import('vuetify/components')['VItem']
|
67212
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67213
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67214
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67215
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67211
67216
|
VList: typeof import('vuetify/components')['VList']
|
67212
67217
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67213
67218
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67217,49 +67222,44 @@ declare module 'vue' {
|
|
67217
67222
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67218
67223
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67219
67224
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67220
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67221
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67222
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67223
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67224
67225
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67225
67226
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67226
67227
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67227
67228
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67228
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67229
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67230
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67231
67229
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67230
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67232
67231
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67233
|
-
|
67232
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67233
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67234
67234
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67235
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67236
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67237
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67235
67238
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67236
67239
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67237
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67238
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67239
67240
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67240
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67241
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67242
67241
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67243
67242
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67244
67243
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67245
67244
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67246
67245
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67247
67246
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67247
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67248
67248
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67249
|
-
|
67249
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67250
67250
|
VTable: typeof import('vuetify/components')['VTable']
|
67251
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67252
67251
|
VTab: typeof import('vuetify/components')['VTab']
|
67253
67252
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67254
67253
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67255
67254
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67256
|
-
|
67257
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67258
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67259
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67255
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67260
67256
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67261
67257
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
67258
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67259
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67260
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67261
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67262
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67263
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67264
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67265
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -67273,17 +67273,17 @@ declare module 'vue' {
|
|
67273
67273
|
VHover: typeof import('vuetify/components')['VHover']
|
67274
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67275
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
67276
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67277
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67278
67278
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67279
67279
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67280
67280
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67281
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67282
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67283
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67284
67283
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67285
|
-
|
67284
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67286
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67286
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67287
67287
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67288
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67301,26 +67301,26 @@ declare module 'vue' {
|
|
67301
67301
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67302
67302
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67303
67303
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67304
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67305
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67306
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67307
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67308
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67309
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67304
67310
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67305
67311
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67306
67312
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67307
67313
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67308
67314
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67309
67315
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67311
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67312
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67313
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67314
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67315
67316
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
67317
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67317
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67318
67318
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67319
67319
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67320
67320
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
|
-
|
67322
|
-
|
67323
|
-
|
67321
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67322
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67323
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67324
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67325
67325
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67326
67326
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12058,11 +12058,6 @@ const VField = genericComponent()({
|
|
12058
12058
|
};
|
12059
12059
|
}
|
12060
12060
|
});
|
12061
|
-
// TODO: this is kinda slow, might be better to implicitly inherit props instead
|
12062
|
-
function filterFieldProps(attrs) {
|
12063
|
-
const keys = Object.keys(VField.props).filter(k => !isOn(k) && k !== 'class' && k !== 'style');
|
12064
|
-
return pick(attrs, keys);
|
12065
|
-
}
|
12066
12061
|
|
12067
12062
|
// Types
|
12068
12063
|
|
@@ -12170,7 +12165,7 @@ const VTextField = genericComponent()({
|
|
12170
12165
|
modelValue: _,
|
12171
12166
|
...inputProps
|
12172
12167
|
} = VInput.filterProps(props);
|
12173
|
-
const fieldProps =
|
12168
|
+
const fieldProps = VField.filterProps(props);
|
12174
12169
|
return createVNode(VInput, mergeProps({
|
12175
12170
|
"ref": vInputRef,
|
12176
12171
|
"modelValue": model.value,
|
@@ -21784,30 +21779,30 @@ const VDatePickerControls = genericComponent()({
|
|
21784
21779
|
"class": ['v-date-picker-controls']
|
21785
21780
|
}, [createVNode(VBtn, {
|
21786
21781
|
"class": "v-date-picker-controls__month-btn",
|
21782
|
+
"data-testid": "month-btn",
|
21787
21783
|
"disabled": disableMonth.value,
|
21788
21784
|
"text": props.text,
|
21789
21785
|
"variant": "text",
|
21790
21786
|
"rounded": true,
|
21791
21787
|
"onClick": onClickMonth
|
21792
21788
|
}, null), createVNode(VBtn, {
|
21793
|
-
"key": "mode-btn",
|
21794
21789
|
"class": "v-date-picker-controls__mode-btn",
|
21790
|
+
"data-testid": "year-btn",
|
21795
21791
|
"disabled": disableYear.value,
|
21796
21792
|
"density": "comfortable",
|
21797
21793
|
"icon": props.modeIcon,
|
21798
21794
|
"variant": "text",
|
21799
21795
|
"onClick": onClickYear
|
21800
|
-
}, null), createVNode(VSpacer, {
|
21801
|
-
"key": "mode-spacer"
|
21802
|
-
}, null), createVNode("div", {
|
21803
|
-
"key": "month-buttons",
|
21796
|
+
}, null), createVNode(VSpacer, null, null), createVNode("div", {
|
21804
21797
|
"class": "v-date-picker-controls__month"
|
21805
21798
|
}, [createVNode(VBtn, {
|
21799
|
+
"data-testid": "prev-month",
|
21806
21800
|
"disabled": disablePrev.value,
|
21807
21801
|
"icon": props.prevIcon,
|
21808
21802
|
"variant": "text",
|
21809
21803
|
"onClick": onClickPrev
|
21810
21804
|
}, null), createVNode(VBtn, {
|
21805
|
+
"data-testid": "next-month",
|
21811
21806
|
"disabled": disableNext.value,
|
21812
21807
|
"icon": props.nextIcon,
|
21813
21808
|
"variant": "text",
|
@@ -23340,7 +23335,7 @@ const VFileInput = genericComponent()({
|
|
23340
23335
|
modelValue: _,
|
23341
23336
|
...inputProps
|
23342
23337
|
} = VInput.filterProps(props);
|
23343
|
-
const fieldProps =
|
23338
|
+
const fieldProps = VField.filterProps(props);
|
23344
23339
|
return createVNode(VInput, mergeProps({
|
23345
23340
|
"ref": vInputRef,
|
23346
23341
|
"modelValue": props.multiple ? model.value : model.value[0],
|
@@ -27475,7 +27470,7 @@ const VTextarea = genericComponent()({
|
|
27475
27470
|
modelValue: _,
|
27476
27471
|
...inputProps
|
27477
27472
|
} = VInput.filterProps(props);
|
27478
|
-
const fieldProps =
|
27473
|
+
const fieldProps = VField.filterProps(props);
|
27479
27474
|
return createVNode(VInput, mergeProps({
|
27480
27475
|
"ref": vInputRef,
|
27481
27476
|
"modelValue": model.value,
|
@@ -28449,7 +28444,7 @@ function createVuetify$1() {
|
|
28449
28444
|
goTo
|
28450
28445
|
};
|
28451
28446
|
}
|
28452
|
-
const version$1 = "3.7.16-master.2025-03-
|
28447
|
+
const version$1 = "3.7.16-master.2025-03-14";
|
28453
28448
|
createVuetify$1.version = version$1;
|
28454
28449
|
|
28455
28450
|
// Vue's inject() can only be used in setup
|
@@ -28474,7 +28469,7 @@ const createVuetify = function () {
|
|
28474
28469
|
...options
|
28475
28470
|
});
|
28476
28471
|
};
|
28477
|
-
const version = "3.7.16-master.2025-03-
|
28472
|
+
const version = "3.7.16-master.2025-03-14";
|
28478
28473
|
createVuetify.version = version;
|
28479
28474
|
|
28480
28475
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|