vuetify 3.7.16 → 3.7.17
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/dist/json/attributes.json +1648 -1648
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +3295 -3295
- package/dist/vuetify-labs.css +3489 -3488
- package/dist/vuetify-labs.esm.js +13 -18
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -18
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4599 -4598
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +12 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +335 -336
- 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/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +2 -2
- 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,47 +67137,49 @@ declare module 'vue' {
|
|
|
67137
67137
|
$children?: VNodeChild
|
|
67138
67138
|
}
|
|
67139
67139
|
export interface GlobalComponents {
|
|
67140
|
-
|
|
67141
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67142
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67143
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67144
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67140
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
67145
67141
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67146
67142
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67143
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67144
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67147
67145
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67148
67146
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67149
67147
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67150
67148
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67151
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67152
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67153
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67154
67149
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67155
67150
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67156
67151
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67157
|
-
|
|
67158
|
-
|
|
67159
|
-
|
|
67152
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67153
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67154
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67155
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67160
67156
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67161
67157
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67162
67158
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67163
67159
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67164
67160
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67165
67161
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67162
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67163
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67164
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67165
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67166
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67167
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67166
67168
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67167
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67168
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67169
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67170
67169
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67171
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
67172
67170
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67173
67171
|
VCode: typeof import('vuetify/components')['VCode']
|
|
67174
67172
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67173
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67174
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67175
67175
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67176
67176
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67177
67177
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67178
67178
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67179
67179
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67180
67180
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67181
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67182
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67181
67183
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67182
67184
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
67183
67185
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -67186,31 +67188,29 @@ declare module 'vue' {
|
|
|
67186
67188
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67187
67189
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67188
67190
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67189
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67190
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67191
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
67192
67191
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67192
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67193
67193
|
VField: typeof import('vuetify/components')['VField']
|
|
67194
67194
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67195
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67195
67196
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67196
67197
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67197
67198
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67198
67199
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67199
67200
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67200
|
-
|
|
67201
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
67201
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67202
67202
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67203
67203
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67204
67204
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67205
67205
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67206
67206
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67207
67207
|
VImg: typeof import('vuetify/components')['VImg']
|
|
67208
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67209
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67208
67210
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67209
67211
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67210
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67211
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
67212
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67213
67212
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67213
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67214
67214
|
VList: typeof import('vuetify/components')['VList']
|
|
67215
67215
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67216
67216
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67222,67 +67222,68 @@ declare module 'vue' {
|
|
|
67222
67222
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67223
67223
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67224
67224
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67225
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67226
67225
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67227
|
-
|
|
67228
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67226
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67229
67227
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67230
|
-
|
|
67231
|
-
|
|
67232
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67228
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67229
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67233
67230
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67231
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67232
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67234
67233
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67234
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67235
67235
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67236
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67237
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67238
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67239
67236
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67240
|
-
|
|
67241
|
-
|
|
67242
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67237
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67238
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67243
67239
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67244
67240
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67245
67241
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67246
67242
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67247
67243
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67248
67244
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67245
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67246
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67247
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67249
67248
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67250
67249
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67251
|
-
|
|
67250
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
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
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67255
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67258
67256
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67259
67257
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67260
67258
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67261
67259
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67260
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67261
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67262
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67262
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67263
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67264
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67265
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
67266
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67267
67266
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67267
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67268
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
67269
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
67268
67270
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67269
67271
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67270
67272
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67271
67273
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67272
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
67273
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
67274
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
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']
|
|
67278
67279
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67279
67280
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67280
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67281
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67282
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67283
67283
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67284
67284
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67285
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67286
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67286
67287
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67287
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67288
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -67300,7 +67301,6 @@ declare module 'vue' {
|
|
|
67300
67301
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67301
67302
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67302
67303
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67303
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67304
67304
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67305
67305
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67306
67306
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
@@ -67309,12 +67309,12 @@ declare module 'vue' {
|
|
|
67309
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67310
67310
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67311
67311
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67312
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67313
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67314
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67315
67312
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
67316
67313
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
67317
67314
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
67315
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67316
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
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']
|
|
@@ -67322,7 +67322,7 @@ declare module 'vue' {
|
|
|
67322
67322
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67323
67323
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67324
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67325
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67326
67325
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67326
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67327
67327
|
}
|
|
67328
67328
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2888,7 +2888,7 @@ function createTheme(options) {
|
|
|
2888
2888
|
function getHead() {
|
|
2889
2889
|
return {
|
|
2890
2890
|
style: [{
|
|
2891
|
-
|
|
2891
|
+
textContent: styles.value,
|
|
2892
2892
|
id: 'vuetify-theme-stylesheet',
|
|
2893
2893
|
nonce: parsedOptions.cspNonce || false
|
|
2894
2894
|
}]
|
|
@@ -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.
|
|
28447
|
+
const version$1 = "3.7.17";
|
|
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.
|
|
28472
|
+
const version = "3.7.17";
|
|
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 };
|