vuetify 3.7.16 → 3.7.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/json/attributes.json +3633 -3633
  2. package/dist/json/importMap-labs.json +34 -34
  3. package/dist/json/importMap.json +146 -146
  4. package/dist/json/web-types.json +6922 -6922
  5. package/dist/vuetify-labs.css +4443 -4442
  6. package/dist/vuetify-labs.d.ts +3 -3
  7. package/dist/vuetify-labs.esm.js +31 -28
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +31 -28
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +3398 -3397
  12. package/dist/vuetify.d.ts +59 -59
  13. package/dist/vuetify.esm.js +30 -27
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +30 -27
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +336 -337
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -5
  21. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  22. package/lib/components/VDatePicker/VDatePickerMonth.mjs +21 -12
  23. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  24. package/lib/components/VDatePicker/index.d.mts +3 -3
  25. package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs +50 -0
  26. package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs.map +1 -0
  27. package/lib/components/VField/VField.mjs +1 -6
  28. package/lib/components/VField/VField.mjs.map +1 -1
  29. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  30. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  31. package/lib/components/VTextField/VTextField.mjs +2 -2
  32. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  33. package/lib/components/VTextarea/VTextarea.mjs +2 -2
  34. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  35. package/lib/components/VToolbar/VToolbar.css +1 -0
  36. package/lib/components/VToolbar/VToolbar.sass +1 -0
  37. package/lib/components/index.d.mts +3 -3
  38. package/lib/composables/theme.mjs +1 -1
  39. package/lib/composables/theme.mjs.map +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +56 -56
  43. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  44. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  45. package/package.json +2 -2
  46. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +0 -39
  47. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +0 -1
package/dist/vuetify.d.ts CHANGED
@@ -28760,7 +28760,7 @@ declare const VDatePickerMonth: {
28760
28760
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28761
28761
  "onUpdate:month"?: ((date: number) => any) | undefined;
28762
28762
  "onUpdate:year"?: ((date: number) => any) | undefined;
28763
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28763
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28764
28764
  'update:modelValue': (date: unknown) => true;
28765
28765
  'update:month': (date: number) => true;
28766
28766
  'update:year': (date: number) => true;
@@ -28888,7 +28888,7 @@ declare const VDatePickerMonth: {
28888
28888
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28889
28889
  "onUpdate:month"?: ((date: number) => any) | undefined;
28890
28890
  "onUpdate:year"?: ((date: number) => any) | undefined;
28891
- }, {}, {}, {}, {}, {
28891
+ }, () => JSX.Element, {}, {}, {}, {
28892
28892
  transition: string;
28893
28893
  disabled: boolean;
28894
28894
  reverseTransition: string;
@@ -28951,7 +28951,7 @@ declare const VDatePickerMonth: {
28951
28951
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28952
28952
  "onUpdate:month"?: ((date: number) => any) | undefined;
28953
28953
  "onUpdate:year"?: ((date: number) => any) | undefined;
28954
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28954
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28955
28955
  'update:modelValue': (date: unknown) => true;
28956
28956
  'update:month': (date: number) => true;
28957
28957
  'update:year': (date: number) => true;
@@ -67137,47 +67137,42 @@ declare module 'vue' {
67137
67137
  $children?: VNodeChild
67138
67138
  }
67139
67139
  export interface GlobalComponents {
67140
- VAlert: typeof import('vuetify/components')['VAlert']
67141
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67142
67140
  VAppBar: typeof import('vuetify/components')['VAppBar']
67143
67141
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67144
67142
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67143
+ VApp: typeof import('vuetify/components')['VApp']
67144
+ VAlert: typeof import('vuetify/components')['VAlert']
67145
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67145
67146
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67146
- VBadge: typeof import('vuetify/components')['VBadge']
67147
67147
  VAvatar: typeof import('vuetify/components')['VAvatar']
67148
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67148
67149
  VBanner: typeof import('vuetify/components')['VBanner']
67149
67150
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67150
67151
  VBannerText: typeof import('vuetify/components')['VBannerText']
67152
+ VBadge: typeof import('vuetify/components')['VBadge']
67151
67153
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67154
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67152
67155
  VBtn: typeof import('vuetify/components')['VBtn']
67153
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67154
67156
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67155
67157
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67156
67158
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67157
- VCarousel: typeof import('vuetify/components')['VCarousel']
67158
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67159
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67160
67159
  VCard: typeof import('vuetify/components')['VCard']
67161
67160
  VCardActions: typeof import('vuetify/components')['VCardActions']
67162
67161
  VCardItem: typeof import('vuetify/components')['VCardItem']
67163
67162
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67164
67163
  VCardText: typeof import('vuetify/components')['VCardText']
67165
67164
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67165
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67166
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67167
+ VCode: typeof import('vuetify/components')['VCode']
67166
67168
  VChip: typeof import('vuetify/components')['VChip']
67167
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67168
67169
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
67169
67170
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67170
67171
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
67171
- VApp: typeof import('vuetify/components')['VApp']
67172
67172
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67173
- VCode: typeof import('vuetify/components')['VCode']
67174
67173
  VCombobox: typeof import('vuetify/components')['VCombobox']
67175
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67176
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67177
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67178
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67179
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67180
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67174
+ VDivider: typeof import('vuetify/components')['VDivider']
67175
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67181
67176
  VDataTable: typeof import('vuetify/components')['VDataTable']
67182
67177
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67183
67178
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67185,32 +67180,34 @@ declare module 'vue' {
67185
67180
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67186
67181
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67187
67182
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67188
- VDialog: typeof import('vuetify/components')['VDialog']
67189
- VDivider: typeof import('vuetify/components')['VDivider']
67183
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67184
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67185
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67186
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67187
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67188
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67190
67189
  VCounter: typeof import('vuetify/components')['VCounter']
67191
- VFab: typeof import('vuetify/components')['VFab']
67190
+ VDialog: typeof import('vuetify/components')['VDialog']
67192
67191
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67193
- VField: typeof import('vuetify/components')['VField']
67194
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67195
67192
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67196
67193
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67197
67194
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67198
67195
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67199
- VFooter: typeof import('vuetify/components')['VFooter']
67200
67196
  VFileInput: typeof import('vuetify/components')['VFileInput']
67201
- VInput: typeof import('vuetify/components')['VInput']
67197
+ VField: typeof import('vuetify/components')['VField']
67198
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67199
+ VFooter: typeof import('vuetify/components')['VFooter']
67202
67200
  VIcon: typeof import('vuetify/components')['VIcon']
67203
67201
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67204
67202
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67205
67203
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67206
67204
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67207
- VImg: typeof import('vuetify/components')['VImg']
67208
67205
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67209
67206
  VItem: typeof import('vuetify/components')['VItem']
67210
- VKbd: typeof import('vuetify/components')['VKbd']
67211
- VMain: typeof import('vuetify/components')['VMain']
67207
+ VImg: typeof import('vuetify/components')['VImg']
67212
67208
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67213
- VLabel: typeof import('vuetify/components')['VLabel']
67209
+ VFab: typeof import('vuetify/components')['VFab']
67210
+ VInput: typeof import('vuetify/components')['VInput']
67214
67211
  VList: typeof import('vuetify/components')['VList']
67215
67212
  VListGroup: typeof import('vuetify/components')['VListGroup']
67216
67213
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67220,70 +67217,74 @@ declare module 'vue' {
67220
67217
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67221
67218
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67222
67219
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67220
+ VLabel: typeof import('vuetify/components')['VLabel']
67221
+ VKbd: typeof import('vuetify/components')['VKbd']
67222
+ VMain: typeof import('vuetify/components')['VMain']
67223
67223
  VMenu: typeof import('vuetify/components')['VMenu']
67224
67224
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67225
67225
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67226
67226
  VMessages: typeof import('vuetify/components')['VMessages']
67227
67227
  VOverlay: typeof import('vuetify/components')['VOverlay']
67228
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67229
67228
  VPagination: typeof import('vuetify/components')['VPagination']
67230
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67231
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67229
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67232
67230
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67233
67231
  VRating: typeof import('vuetify/components')['VRating']
67234
- VSheet: typeof import('vuetify/components')['VSheet']
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']
67232
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67233
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67239
67234
  VSelect: typeof import('vuetify/components')['VSelect']
67240
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67235
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67236
+ VSheet: typeof import('vuetify/components')['VSheet']
67241
67237
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67242
67238
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67239
+ VSlider: typeof import('vuetify/components')['VSlider']
67240
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67241
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67242
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67243
67243
  VStepper: typeof import('vuetify/components')['VStepper']
67244
67244
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67245
67245
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67246
67246
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67247
67247
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67248
67248
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67249
- VTable: typeof import('vuetify/components')['VTable']
67250
- VSwitch: typeof import('vuetify/components')['VSwitch']
67251
- VTextarea: typeof import('vuetify/components')['VTextarea']
67249
+ VTextField: typeof import('vuetify/components')['VTextField']
67252
67250
  VTab: typeof import('vuetify/components')['VTab']
67253
67251
  VTabs: typeof import('vuetify/components')['VTabs']
67254
67252
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67255
67253
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67254
+ VTable: typeof import('vuetify/components')['VTable']
67255
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67256
67256
  VTimeline: typeof import('vuetify/components')['VTimeline']
67257
67257
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67258
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67258
67259
  VTooltip: typeof import('vuetify/components')['VTooltip']
67259
67260
  VToolbar: typeof import('vuetify/components')['VToolbar']
67260
67261
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67261
67262
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
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
+ VForm: typeof import('vuetify/components')['VForm']
67268
67269
  VContainer: typeof import('vuetify/components')['VContainer']
67269
67270
  VCol: typeof import('vuetify/components')['VCol']
67270
67271
  VRow: typeof import('vuetify/components')['VRow']
67271
67272
  VSpacer: typeof import('vuetify/components')['VSpacer']
67272
- VForm: typeof import('vuetify/components')['VForm']
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
67276
  VLazy: typeof import('vuetify/components')['VLazy']
67277
67277
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67278
- VParallax: typeof import('vuetify/components')['VParallax']
67279
- VRadio: typeof import('vuetify/components')['VRadio']
67280
67278
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67279
+ VRadio: typeof import('vuetify/components')['VRadio']
67280
+ VParallax: typeof import('vuetify/components')['VParallax']
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']
67284
+ VSparkline: typeof import('vuetify/components')['VSparkline']
67285
67285
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67286
67286
  VValidation: typeof import('vuetify/components')['VValidation']
67287
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67287
67288
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67288
67289
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67289
67290
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67300,18 +67301,11 @@ 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
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67305
- VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67306
- VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67307
- VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67308
- VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67309
- VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67310
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67311
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67312
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67313
67304
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67314
67305
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67306
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67307
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67308
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67315
67309
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67316
67310
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67317
67311
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
@@ -67322,7 +67316,13 @@ declare module 'vue' {
67322
67316
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67323
67317
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67324
67318
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67325
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67326
67319
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67320
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67321
+ VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67322
+ VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67323
+ VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67324
+ VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67325
+ VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67326
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67327
67327
  }
67328
67328
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.16
2
+ * Vuetify v3.7.18
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
- children: styles.value,
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 = filterFieldProps(props);
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",
@@ -22154,7 +22149,7 @@ const VDatePickerMonth = genericComponent()({
22154
22149
  model.value = [value];
22155
22150
  }
22156
22151
  }
22157
- useRender(() => createVNode("div", {
22152
+ return () => createVNode("div", {
22158
22153
  "class": "v-date-picker-month"
22159
22154
  }, [props.showWeek && createVNode("div", {
22160
22155
  "key": "weeks",
@@ -22176,13 +22171,6 @@ const VDatePickerMonth = genericComponent()({
22176
22171
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22177
22172
  const slotProps = {
22178
22173
  props: {
22179
- class: 'v-date-picker-month__day-btn',
22180
- color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
22181
- disabled: item.isDisabled,
22182
- icon: true,
22183
- ripple: false,
22184
- text: item.localized,
22185
- variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
22186
22174
  onClick: () => onClick(item.date)
22187
22175
  },
22188
22176
  item,
@@ -22200,9 +22188,24 @@ const VDatePickerMonth = genericComponent()({
22200
22188
  'v-date-picker-month__day--week-start': item.isWeekStart
22201
22189
  }],
22202
22190
  "data-v-date": !item.isDisabled ? item.isoDate : undefined
22203
- }, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
22191
+ }, [(props.showAdjacentMonths || !item.isAdjacent) && createVNode(VDefaultsProvider, {
22192
+ "defaults": {
22193
+ VBtn: {
22194
+ class: 'v-date-picker-month__day-btn',
22195
+ color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
22196
+ disabled: item.isDisabled,
22197
+ icon: true,
22198
+ ripple: false,
22199
+ text: item.localized,
22200
+ variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
22201
+ onClick: () => onClick(item.date)
22202
+ }
22203
+ }
22204
+ }, {
22205
+ default: () => [slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null)]
22206
+ })]);
22204
22207
  })])]
22205
- })]));
22208
+ })]);
22206
22209
  }
22207
22210
  });
22208
22211
 
@@ -23340,7 +23343,7 @@ const VFileInput = genericComponent()({
23340
23343
  modelValue: _,
23341
23344
  ...inputProps
23342
23345
  } = VInput.filterProps(props);
23343
- const fieldProps = filterFieldProps(props);
23346
+ const fieldProps = VField.filterProps(props);
23344
23347
  return createVNode(VInput, mergeProps({
23345
23348
  "ref": vInputRef,
23346
23349
  "modelValue": props.multiple ? model.value : model.value[0],
@@ -27475,7 +27478,7 @@ const VTextarea = genericComponent()({
27475
27478
  modelValue: _,
27476
27479
  ...inputProps
27477
27480
  } = VInput.filterProps(props);
27478
- const fieldProps = filterFieldProps(props);
27481
+ const fieldProps = VField.filterProps(props);
27479
27482
  return createVNode(VInput, mergeProps({
27480
27483
  "ref": vInputRef,
27481
27484
  "modelValue": model.value,
@@ -28449,7 +28452,7 @@ function createVuetify$1() {
28449
28452
  goTo
28450
28453
  };
28451
28454
  }
28452
- const version$1 = "3.7.16";
28455
+ const version$1 = "3.7.18";
28453
28456
  createVuetify$1.version = version$1;
28454
28457
 
28455
28458
  // Vue's inject() can only be used in setup
@@ -28474,7 +28477,7 @@ const createVuetify = function () {
28474
28477
  ...options
28475
28478
  });
28476
28479
  };
28477
- const version = "3.7.16";
28480
+ const version = "3.7.18";
28478
28481
  createVuetify.version = version;
28479
28482
 
28480
28483
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };