@vuetify/nightly 3.7.16-master.2025-03-12 → 3.7.16-master.2025-03-13
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 +15 -3
- package/dist/json/attributes.json +1889 -1889
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +3956 -3956
- package/dist/vuetify-labs.css +3606 -3606
- 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 +5481 -5481
- package/dist/vuetify.d.ts +65 -65
- 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/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 +65 -65
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,42 +67137,46 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
-
|
67140
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67141
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67142
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67141
67143
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67142
67144
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67143
67145
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67144
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67145
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67146
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67147
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
67146
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67147
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
67149
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
67150
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
67151
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67153
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67154
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67155
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67156
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67157
67152
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67158
|
-
|
67159
|
-
|
67160
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67161
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67153
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67154
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67162
67155
|
VCard: typeof import('vuetify/components')['VCard']
|
67163
67156
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67164
67157
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67165
67158
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67166
67159
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67167
67160
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67161
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67162
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67163
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67164
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67165
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67166
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67168
67167
|
VCode: typeof import('vuetify/components')['VCode']
|
67169
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67170
67168
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67171
67169
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67172
67170
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67171
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67173
67172
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67174
|
-
|
67175
|
-
|
67173
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67175
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67176
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67177
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67178
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67179
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67176
67180
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67177
67181
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67178
67182
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67180,34 +67184,32 @@ declare module 'vue' {
|
|
67180
67184
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67181
67185
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67182
67186
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67183
|
-
|
67184
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
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']
|
67189
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67187
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67195
67188
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67189
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67190
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67196
67191
|
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
-
|
67192
|
+
VField: typeof import('vuetify/components')['VField']
|
67193
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67198
67194
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67199
67195
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67200
67196
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67201
67197
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67202
67198
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67203
67199
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67204
|
-
|
67205
|
-
|
67206
|
-
|
67200
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67201
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67202
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67203
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67204
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67207
67205
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67208
|
-
|
67206
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67209
67207
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67210
67208
|
VItem: typeof import('vuetify/components')['VItem']
|
67209
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67210
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67211
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67212
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67211
67213
|
VList: typeof import('vuetify/components')['VList']
|
67212
67214
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67213
67215
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67217,28 +67219,25 @@ declare module 'vue' {
|
|
67217
67219
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67218
67220
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67219
67221
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67220
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67221
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67222
67222
|
VMain: typeof import('vuetify/components')['VMain']
|
67223
|
-
|
67223
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67224
67224
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67225
|
-
|
67225
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
67226
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67227
|
-
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
67227
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67232
|
-
|
67233
|
-
|
67228
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67234
67230
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67231
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67232
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67233
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67234
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67235
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67235
67236
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67236
67237
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67238
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67237
67239
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67238
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67239
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67240
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']
|
@@ -67246,24 +67245,25 @@ declare module 'vue' {
|
|
67246
67245
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67247
67246
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67248
67247
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67248
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67249
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67249
67250
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67250
67251
|
VTable: typeof import('vuetify/components')['VTable']
|
67251
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67252
67252
|
VTab: typeof import('vuetify/components')['VTab']
|
67253
67253
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67254
67254
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67255
67255
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67256
|
-
|
67256
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67257
67257
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67258
67258
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67259
|
-
|
67259
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67260
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67260
67261
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67261
67262
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
67263
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67263
|
-
|
67264
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67265
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67264
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67266
67265
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67266
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67268
67268
|
VForm: typeof import('vuetify/components')['VForm']
|
67269
67269
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -67275,16 +67275,16 @@ declare module 'vue' {
|
|
67275
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
67276
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
67277
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67278
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67279
67278
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67279
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
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
|
-
|
67286
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67284
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67287
67285
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67286
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67287
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67288
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67290
67290
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67307,20 +67307,20 @@ declare module 'vue' {
|
|
67307
67307
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67308
67308
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67309
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
-
|
67311
|
-
|
67310
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67311
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67312
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67313
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67314
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67315
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67312
67316
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67313
67317
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67314
67318
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67315
|
-
|
67316
|
-
|
67317
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67319
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67320
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67318
67321
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67319
67322
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67320
67323
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67322
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67323
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
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-13
|
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-13";
|
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-13";
|
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 };
|