vuetify 3.10.2 → 3.10.4

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 (226) hide show
  1. package/dist/json/attributes.json +3585 -3581
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6506 -6482
  6. package/dist/vuetify-labs.cjs +124 -92
  7. package/dist/vuetify-labs.css +4941 -4941
  8. package/dist/vuetify-labs.d.ts +1375 -1363
  9. package/dist/vuetify-labs.esm.js +125 -93
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +124 -92
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +116 -87
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +6491 -6491
  16. package/dist/vuetify.d.ts +1120 -1108
  17. package/dist/vuetify.esm.js +116 -87
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +116 -87
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +1435 -1428
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +3 -3
  25. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  26. package/lib/components/VApp/VApp.d.ts +3 -3
  27. package/lib/components/VAppBar/VAppBar.d.ts +3 -3
  28. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  29. package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
  31. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.d.ts +3 -3
  34. package/lib/components/VBadge/VBadge.d.ts +3 -3
  35. package/lib/components/VBanner/VBanner.d.ts +3 -3
  36. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  37. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  38. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
  39. package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
  41. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
  43. package/lib/components/VBtn/VBtn.d.ts +6 -6
  44. package/lib/components/VBtn/VBtn.js +5 -5
  45. package/lib/components/VBtn/VBtn.js.map +1 -1
  46. package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
  47. package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
  48. package/lib/components/VCard/VCard.d.ts +6 -6
  49. package/lib/components/VCard/VCard.js +2 -2
  50. package/lib/components/VCard/VCard.js.map +1 -1
  51. package/lib/components/VCard/VCardActions.d.ts +3 -3
  52. package/lib/components/VCard/VCardItem.d.ts +3 -3
  53. package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
  54. package/lib/components/VCard/VCardText.d.ts +3 -3
  55. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  56. package/lib/components/VCarousel/VCarousel.d.ts +3 -3
  57. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  58. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  59. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  60. package/lib/components/VChip/VChip.d.ts +6 -6
  61. package/lib/components/VChip/VChip.js +15 -4
  62. package/lib/components/VChip/VChip.js.map +1 -1
  63. package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
  64. package/lib/components/VCode/index.d.ts +3 -3
  65. package/lib/components/VCombobox/VCombobox.d.ts +129 -116
  66. package/lib/components/VCombobox/VCombobox.js +8 -25
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.d.ts +3 -3
  69. package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
  70. package/lib/components/VDataTable/VDataTable.d.ts +3 -3
  71. package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
  72. package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
  73. package/lib/components/VDataTable/composables/expand.js +8 -8
  74. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  76. package/lib/components/VDialog/VDialog.d.ts +12 -12
  77. package/lib/components/VDialog/VDialog.js +29 -11
  78. package/lib/components/VDialog/VDialog.js.map +1 -1
  79. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
  80. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  81. package/lib/components/VDivider/VDivider.d.ts +3 -3
  82. package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
  83. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
  84. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  85. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
  86. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
  87. package/lib/components/VFab/VFab.d.ts +6 -6
  88. package/lib/components/VField/VField.d.ts +3 -3
  89. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  90. package/lib/components/VFileInput/VFileInput.d.ts +12 -12
  91. package/lib/components/VFileInput/VFileInput.js +2 -1
  92. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  93. package/lib/components/VFooter/VFooter.d.ts +3 -3
  94. package/lib/components/VForm/VForm.d.ts +6 -6
  95. package/lib/components/VGrid/VCol.d.ts +3 -3
  96. package/lib/components/VGrid/VContainer.d.ts +3 -3
  97. package/lib/components/VGrid/VRow.d.ts +3 -3
  98. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  99. package/lib/components/VIcon/VIcon.d.ts +3 -3
  100. package/lib/components/VImg/VImg.d.ts +3 -3
  101. package/lib/components/VInput/VInput.d.ts +3 -3
  102. package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
  103. package/lib/components/VKbd/VKbd.d.ts +3 -3
  104. package/lib/components/VLabel/VLabel.d.ts +3 -3
  105. package/lib/components/VLayout/VLayout.d.ts +3 -3
  106. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  107. package/lib/components/VLazy/VLazy.d.ts +3 -3
  108. package/lib/components/VList/VList.d.ts +11 -11
  109. package/lib/components/VList/VList.js.map +1 -1
  110. package/lib/components/VList/VListGroup.d.ts +3 -3
  111. package/lib/components/VList/VListImg.d.ts +3 -3
  112. package/lib/components/VList/VListItem.d.ts +6 -6
  113. package/lib/components/VList/VListItem.js +2 -2
  114. package/lib/components/VList/VListItem.js.map +1 -1
  115. package/lib/components/VList/VListItemAction.d.ts +3 -3
  116. package/lib/components/VList/VListItemMedia.d.ts +3 -3
  117. package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
  118. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  119. package/lib/components/VList/VListSubheader.d.ts +3 -3
  120. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  121. package/lib/components/VMain/VMain.d.ts +3 -3
  122. package/lib/components/VMenu/VMenu.d.ts +15 -15
  123. package/lib/components/VMessages/VMessages.d.ts +3 -3
  124. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
  125. package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
  126. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  127. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  128. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  129. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  130. package/lib/components/VPagination/VPagination.d.ts +3 -3
  131. package/lib/components/VParallax/VParallax.d.ts +3 -3
  132. package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
  133. package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
  134. package/lib/components/VRadio/VRadio.d.ts +6 -6
  135. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  136. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  137. package/lib/components/VRating/VRating.d.ts +3 -3
  138. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  139. package/lib/components/VSelect/VSelect.d.ts +140 -140
  140. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  141. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  142. package/lib/components/VSheet/VSheet.d.ts +3 -3
  143. package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
  144. package/lib/components/VSlider/VSlider.d.ts +12 -12
  145. package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
  146. package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
  147. package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
  148. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
  149. package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
  150. package/lib/components/VStepper/VStepper.d.ts +3 -3
  151. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  152. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  153. package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
  154. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  155. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  156. package/lib/components/VSwitch/VSwitch.js +2 -2
  157. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  158. package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
  159. package/lib/components/VTable/VTable.d.ts +3 -3
  160. package/lib/components/VTabs/VTab.d.ts +24 -24
  161. package/lib/components/VTabs/VTabs.d.ts +3 -3
  162. package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
  163. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  164. package/lib/components/VTextField/VTextField.d.ts +21 -21
  165. package/lib/components/VTextarea/VTextarea.d.ts +12 -12
  166. package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
  167. package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
  168. package/lib/components/VTimeline/VTimeline.d.ts +3 -3
  169. package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
  170. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  171. package/lib/components/VToolbar/VToolbar.d.ts +3 -3
  172. package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
  173. package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
  174. package/lib/components/VTooltip/VTooltip.d.ts +15 -15
  175. package/lib/components/VTreeview/VTreeview.d.ts +26 -26
  176. package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
  177. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  178. package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
  179. package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
  180. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
  181. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
  182. package/lib/components/VWindow/VWindow.d.ts +3 -3
  183. package/lib/components/VWindow/VWindowItem.d.ts +3 -3
  184. package/lib/components/transitions/createTransition.d.ts +6 -6
  185. package/lib/components/transitions/index.d.ts +78 -78
  186. package/lib/composables/goto.js +2 -2
  187. package/lib/composables/goto.js.map +1 -1
  188. package/lib/composables/group.d.ts +2 -0
  189. package/lib/composables/group.js +15 -9
  190. package/lib/composables/group.js.map +1 -1
  191. package/lib/composables/router.d.ts +2 -0
  192. package/lib/composables/router.js +6 -1
  193. package/lib/composables/router.js.map +1 -1
  194. package/lib/entry-bundler.js +1 -1
  195. package/lib/framework.d.ts +63 -63
  196. package/lib/framework.js +1 -1
  197. package/lib/labs/VCalendar/VCalendar.js +7 -4
  198. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  199. package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
  200. package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
  201. package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
  202. package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
  203. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  204. package/lib/labs/VFileUpload/VFileUpload.js +2 -1
  205. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  206. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  207. package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
  208. package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
  209. package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
  210. package/lib/labs/VPicker/VPicker.d.ts +3 -3
  211. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  212. package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
  213. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
  214. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
  215. package/lib/labs/VVideo/VVideo.d.ts +87 -87
  216. package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
  217. package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
  218. package/lib/util/animation.js +1 -1
  219. package/lib/util/animation.js.map +1 -1
  220. package/lib/util/box.d.ts +1 -1
  221. package/lib/util/box.js +19 -14
  222. package/lib/util/box.js.map +1 -1
  223. package/lib/util/createSimpleFunctional.d.ts +3 -3
  224. package/lib/util/events.js +2 -2
  225. package/lib/util/events.js.map +1 -1
  226. package/package.json +9 -9
@@ -851,7 +851,7 @@ export declare const makeVDateInputProps: <Defaults extends {
851
851
  };
852
852
  export declare const VDateInput: {
853
853
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
854
- style: import("vue").StyleValue;
854
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
855
855
  mobile: boolean | null;
856
856
  focused: boolean;
857
857
  errorMessages: string | readonly string[] | null;
@@ -1007,7 +1007,7 @@ export declare const VDateInput: {
1007
1007
  }> & Omit<{
1008
1008
  theme?: string | undefined;
1009
1009
  class?: any;
1010
- style: import("vue").StyleValue;
1010
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1011
1011
  $children?: {
1012
1012
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1013
1013
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1182,7 +1182,7 @@ export declare const VDateInput: {
1182
1182
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
1183
1183
  $el: any;
1184
1184
  $options: import("vue").ComponentOptionsBase<{
1185
- style: import("vue").StyleValue;
1185
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1186
1186
  focused: boolean;
1187
1187
  errorMessages: string | readonly string[] | null;
1188
1188
  maxErrors: string | number;
@@ -1333,7 +1333,7 @@ export declare const VDateInput: {
1333
1333
  }> & Omit<{
1334
1334
  theme?: string | undefined;
1335
1335
  class?: any;
1336
- style: import("vue").StyleValue;
1336
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1337
1337
  focused: boolean;
1338
1338
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1339
1339
  disabled: boolean | null;
@@ -1396,7 +1396,7 @@ export declare const VDateInput: {
1396
1396
  $emit: (event: string, ...args: any[]) => void;
1397
1397
  $el: any;
1398
1398
  $options: import("vue").ComponentOptionsBase<{
1399
- style: import("vue").StyleValue;
1399
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1400
1400
  focused: boolean;
1401
1401
  disabled: boolean | null;
1402
1402
  error: boolean;
@@ -1509,7 +1509,7 @@ export declare const VDateInput: {
1509
1509
  messages: string | readonly string[];
1510
1510
  direction: "horizontal" | "vertical";
1511
1511
  }> & Omit<{
1512
- style: import("vue").StyleValue;
1512
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1513
1513
  focused: boolean;
1514
1514
  disabled: boolean | null;
1515
1515
  error: boolean;
@@ -1579,7 +1579,7 @@ export declare const VDateInput: {
1579
1579
  }> & Omit<{
1580
1580
  theme?: string | undefined;
1581
1581
  class?: any;
1582
- style: import("vue").StyleValue;
1582
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1583
1583
  focused: boolean;
1584
1584
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1585
1585
  rounded?: string | number | boolean | undefined;
@@ -1648,7 +1648,7 @@ export declare const VDateInput: {
1648
1648
  $emit: (event: "update:focused", focused: boolean) => void;
1649
1649
  $el: any;
1650
1650
  $options: import("vue").ComponentOptionsBase<{
1651
- style: import("vue").StyleValue;
1651
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1652
1652
  focused: boolean;
1653
1653
  tile: boolean;
1654
1654
  clearable: boolean;
@@ -1773,7 +1773,7 @@ export declare const VDateInput: {
1773
1773
  singleLine: boolean;
1774
1774
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1775
1775
  }> & Omit<{
1776
- style: import("vue").StyleValue;
1776
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1777
1777
  focused: boolean;
1778
1778
  tile: boolean;
1779
1779
  clearable: boolean;
@@ -1955,7 +1955,7 @@ export declare const VDateInput: {
1955
1955
  persistentCounter: boolean;
1956
1956
  type: string;
1957
1957
  }> & Omit<{
1958
- style: import("vue").StyleValue;
1958
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1959
1959
  focused: boolean;
1960
1960
  errorMessages: string | readonly string[] | null;
1961
1961
  maxErrors: string | number;
@@ -2106,7 +2106,7 @@ export declare const VDateInput: {
2106
2106
  }> & Omit<{
2107
2107
  theme?: string | undefined;
2108
2108
  class?: any;
2109
- style: import("vue").StyleValue;
2109
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2110
2110
  focused: boolean;
2111
2111
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2112
2112
  disabled: boolean | null;
@@ -2169,7 +2169,7 @@ export declare const VDateInput: {
2169
2169
  $emit: (event: string, ...args: any[]) => void;
2170
2170
  $el: any;
2171
2171
  $options: import("vue").ComponentOptionsBase<{
2172
- style: import("vue").StyleValue;
2172
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2173
2173
  focused: boolean;
2174
2174
  disabled: boolean | null;
2175
2175
  error: boolean;
@@ -2282,7 +2282,7 @@ export declare const VDateInput: {
2282
2282
  messages: string | readonly string[];
2283
2283
  direction: "horizontal" | "vertical";
2284
2284
  }> & Omit<{
2285
- style: import("vue").StyleValue;
2285
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2286
2286
  focused: boolean;
2287
2287
  disabled: boolean | null;
2288
2288
  error: boolean;
@@ -2352,7 +2352,7 @@ export declare const VDateInput: {
2352
2352
  }> & Omit<{
2353
2353
  theme?: string | undefined;
2354
2354
  class?: any;
2355
- style: import("vue").StyleValue;
2355
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2356
2356
  focused: boolean;
2357
2357
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2358
2358
  rounded?: string | number | boolean | undefined;
@@ -2421,7 +2421,7 @@ export declare const VDateInput: {
2421
2421
  $emit: (event: "update:focused", focused: boolean) => void;
2422
2422
  $el: any;
2423
2423
  $options: import("vue").ComponentOptionsBase<{
2424
- style: import("vue").StyleValue;
2424
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2425
2425
  focused: boolean;
2426
2426
  tile: boolean;
2427
2427
  clearable: boolean;
@@ -2546,7 +2546,7 @@ export declare const VDateInput: {
2546
2546
  singleLine: boolean;
2547
2547
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2548
2548
  }> & Omit<{
2549
- style: import("vue").StyleValue;
2549
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2550
2550
  focused: boolean;
2551
2551
  tile: boolean;
2552
2552
  clearable: boolean;
@@ -2622,7 +2622,7 @@ export declare const VDateInput: {
2622
2622
  }> & Omit<{
2623
2623
  theme?: string | undefined;
2624
2624
  class?: any;
2625
- style: import("vue").StyleValue;
2625
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2626
2626
  focused: boolean;
2627
2627
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2628
2628
  disabled: boolean | null;
@@ -2685,7 +2685,7 @@ export declare const VDateInput: {
2685
2685
  $emit: (event: string, ...args: any[]) => void;
2686
2686
  $el: any;
2687
2687
  $options: import("vue").ComponentOptionsBase<{
2688
- style: import("vue").StyleValue;
2688
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2689
2689
  focused: boolean;
2690
2690
  disabled: boolean | null;
2691
2691
  error: boolean;
@@ -2798,7 +2798,7 @@ export declare const VDateInput: {
2798
2798
  messages: string | readonly string[];
2799
2799
  direction: "horizontal" | "vertical";
2800
2800
  }> & Omit<{
2801
- style: import("vue").StyleValue;
2801
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2802
2802
  focused: boolean;
2803
2803
  disabled: boolean | null;
2804
2804
  error: boolean;
@@ -2868,7 +2868,7 @@ export declare const VDateInput: {
2868
2868
  }> & Omit<{
2869
2869
  theme?: string | undefined;
2870
2870
  class?: any;
2871
- style: import("vue").StyleValue;
2871
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2872
2872
  focused: boolean;
2873
2873
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2874
2874
  rounded?: string | number | boolean | undefined;
@@ -2937,7 +2937,7 @@ export declare const VDateInput: {
2937
2937
  $emit: (event: "update:focused", focused: boolean) => void;
2938
2938
  $el: any;
2939
2939
  $options: import("vue").ComponentOptionsBase<{
2940
- style: import("vue").StyleValue;
2940
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2941
2941
  focused: boolean;
2942
2942
  tile: boolean;
2943
2943
  clearable: boolean;
@@ -3062,7 +3062,7 @@ export declare const VDateInput: {
3062
3062
  singleLine: boolean;
3063
3063
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3064
3064
  }> & Omit<{
3065
- style: import("vue").StyleValue;
3065
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3066
3066
  focused: boolean;
3067
3067
  tile: boolean;
3068
3068
  clearable: boolean;
@@ -3280,7 +3280,7 @@ export declare const VDateInput: {
3280
3280
  M: {};
3281
3281
  Defaults: {};
3282
3282
  }, {
3283
- style: import("vue").StyleValue;
3283
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3284
3284
  mobile: boolean | null;
3285
3285
  focused: boolean;
3286
3286
  errorMessages: string | readonly string[] | null;
@@ -3436,7 +3436,7 @@ export declare const VDateInput: {
3436
3436
  }> & Omit<{
3437
3437
  theme?: string | undefined;
3438
3438
  class?: any;
3439
- style: import("vue").StyleValue;
3439
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3440
3440
  $children?: {
3441
3441
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3442
3442
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3611,7 +3611,7 @@ export declare const VDateInput: {
3611
3611
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
3612
3612
  $el: any;
3613
3613
  $options: import("vue").ComponentOptionsBase<{
3614
- style: import("vue").StyleValue;
3614
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3615
3615
  focused: boolean;
3616
3616
  errorMessages: string | readonly string[] | null;
3617
3617
  maxErrors: string | number;
@@ -3762,7 +3762,7 @@ export declare const VDateInput: {
3762
3762
  }> & Omit<{
3763
3763
  theme?: string | undefined;
3764
3764
  class?: any;
3765
- style: import("vue").StyleValue;
3765
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3766
3766
  focused: boolean;
3767
3767
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
3768
3768
  disabled: boolean | null;
@@ -3825,7 +3825,7 @@ export declare const VDateInput: {
3825
3825
  $emit: (event: string, ...args: any[]) => void;
3826
3826
  $el: any;
3827
3827
  $options: import("vue").ComponentOptionsBase<{
3828
- style: import("vue").StyleValue;
3828
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3829
3829
  focused: boolean;
3830
3830
  disabled: boolean | null;
3831
3831
  error: boolean;
@@ -3938,7 +3938,7 @@ export declare const VDateInput: {
3938
3938
  messages: string | readonly string[];
3939
3939
  direction: "horizontal" | "vertical";
3940
3940
  }> & Omit<{
3941
- style: import("vue").StyleValue;
3941
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3942
3942
  focused: boolean;
3943
3943
  disabled: boolean | null;
3944
3944
  error: boolean;
@@ -4008,7 +4008,7 @@ export declare const VDateInput: {
4008
4008
  }> & Omit<{
4009
4009
  theme?: string | undefined;
4010
4010
  class?: any;
4011
- style: import("vue").StyleValue;
4011
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4012
4012
  focused: boolean;
4013
4013
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4014
4014
  rounded?: string | number | boolean | undefined;
@@ -4077,7 +4077,7 @@ export declare const VDateInput: {
4077
4077
  $emit: (event: "update:focused", focused: boolean) => void;
4078
4078
  $el: any;
4079
4079
  $options: import("vue").ComponentOptionsBase<{
4080
- style: import("vue").StyleValue;
4080
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4081
4081
  focused: boolean;
4082
4082
  tile: boolean;
4083
4083
  clearable: boolean;
@@ -4202,7 +4202,7 @@ export declare const VDateInput: {
4202
4202
  singleLine: boolean;
4203
4203
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4204
4204
  }> & Omit<{
4205
- style: import("vue").StyleValue;
4205
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4206
4206
  focused: boolean;
4207
4207
  tile: boolean;
4208
4208
  clearable: boolean;
@@ -4384,7 +4384,7 @@ export declare const VDateInput: {
4384
4384
  persistentCounter: boolean;
4385
4385
  type: string;
4386
4386
  }> & Omit<{
4387
- style: import("vue").StyleValue;
4387
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4388
4388
  focused: boolean;
4389
4389
  errorMessages: string | readonly string[] | null;
4390
4390
  maxErrors: string | number;
@@ -4535,7 +4535,7 @@ export declare const VDateInput: {
4535
4535
  }> & Omit<{
4536
4536
  theme?: string | undefined;
4537
4537
  class?: any;
4538
- style: import("vue").StyleValue;
4538
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4539
4539
  focused: boolean;
4540
4540
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
4541
4541
  disabled: boolean | null;
@@ -4598,7 +4598,7 @@ export declare const VDateInput: {
4598
4598
  $emit: (event: string, ...args: any[]) => void;
4599
4599
  $el: any;
4600
4600
  $options: import("vue").ComponentOptionsBase<{
4601
- style: import("vue").StyleValue;
4601
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4602
4602
  focused: boolean;
4603
4603
  disabled: boolean | null;
4604
4604
  error: boolean;
@@ -4711,7 +4711,7 @@ export declare const VDateInput: {
4711
4711
  messages: string | readonly string[];
4712
4712
  direction: "horizontal" | "vertical";
4713
4713
  }> & Omit<{
4714
- style: import("vue").StyleValue;
4714
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4715
4715
  focused: boolean;
4716
4716
  disabled: boolean | null;
4717
4717
  error: boolean;
@@ -4781,7 +4781,7 @@ export declare const VDateInput: {
4781
4781
  }> & Omit<{
4782
4782
  theme?: string | undefined;
4783
4783
  class?: any;
4784
- style: import("vue").StyleValue;
4784
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4785
4785
  focused: boolean;
4786
4786
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4787
4787
  rounded?: string | number | boolean | undefined;
@@ -4850,7 +4850,7 @@ export declare const VDateInput: {
4850
4850
  $emit: (event: "update:focused", focused: boolean) => void;
4851
4851
  $el: any;
4852
4852
  $options: import("vue").ComponentOptionsBase<{
4853
- style: import("vue").StyleValue;
4853
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4854
4854
  focused: boolean;
4855
4855
  tile: boolean;
4856
4856
  clearable: boolean;
@@ -4975,7 +4975,7 @@ export declare const VDateInput: {
4975
4975
  singleLine: boolean;
4976
4976
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4977
4977
  }> & Omit<{
4978
- style: import("vue").StyleValue;
4978
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4979
4979
  focused: boolean;
4980
4980
  tile: boolean;
4981
4981
  clearable: boolean;
@@ -5051,7 +5051,7 @@ export declare const VDateInput: {
5051
5051
  }> & Omit<{
5052
5052
  theme?: string | undefined;
5053
5053
  class?: any;
5054
- style: import("vue").StyleValue;
5054
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5055
5055
  focused: boolean;
5056
5056
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
5057
5057
  disabled: boolean | null;
@@ -5114,7 +5114,7 @@ export declare const VDateInput: {
5114
5114
  $emit: (event: string, ...args: any[]) => void;
5115
5115
  $el: any;
5116
5116
  $options: import("vue").ComponentOptionsBase<{
5117
- style: import("vue").StyleValue;
5117
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5118
5118
  focused: boolean;
5119
5119
  disabled: boolean | null;
5120
5120
  error: boolean;
@@ -5227,7 +5227,7 @@ export declare const VDateInput: {
5227
5227
  messages: string | readonly string[];
5228
5228
  direction: "horizontal" | "vertical";
5229
5229
  }> & Omit<{
5230
- style: import("vue").StyleValue;
5230
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5231
5231
  focused: boolean;
5232
5232
  disabled: boolean | null;
5233
5233
  error: boolean;
@@ -5297,7 +5297,7 @@ export declare const VDateInput: {
5297
5297
  }> & Omit<{
5298
5298
  theme?: string | undefined;
5299
5299
  class?: any;
5300
- style: import("vue").StyleValue;
5300
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5301
5301
  focused: boolean;
5302
5302
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5303
5303
  rounded?: string | number | boolean | undefined;
@@ -5366,7 +5366,7 @@ export declare const VDateInput: {
5366
5366
  $emit: (event: "update:focused", focused: boolean) => void;
5367
5367
  $el: any;
5368
5368
  $options: import("vue").ComponentOptionsBase<{
5369
- style: import("vue").StyleValue;
5369
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5370
5370
  focused: boolean;
5371
5371
  tile: boolean;
5372
5372
  clearable: boolean;
@@ -5491,7 +5491,7 @@ export declare const VDateInput: {
5491
5491
  singleLine: boolean;
5492
5492
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5493
5493
  }> & Omit<{
5494
- style: import("vue").StyleValue;
5494
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5495
5495
  focused: boolean;
5496
5496
  tile: boolean;
5497
5497
  clearable: boolean;
@@ -5611,7 +5611,7 @@ export declare const VDateInput: {
5611
5611
  __isTeleport?: undefined;
5612
5612
  __isSuspense?: undefined;
5613
5613
  } & import("vue").ComponentOptionsBase<{
5614
- style: import("vue").StyleValue;
5614
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5615
5615
  mobile: boolean | null;
5616
5616
  focused: boolean;
5617
5617
  errorMessages: string | readonly string[] | null;
@@ -5767,7 +5767,7 @@ export declare const VDateInput: {
5767
5767
  }> & Omit<{
5768
5768
  theme?: string | undefined;
5769
5769
  class?: any;
5770
- style: import("vue").StyleValue;
5770
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5771
5771
  $children?: {
5772
5772
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
5773
5773
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -5942,7 +5942,7 @@ export declare const VDateInput: {
5942
5942
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
5943
5943
  $el: any;
5944
5944
  $options: import("vue").ComponentOptionsBase<{
5945
- style: import("vue").StyleValue;
5945
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5946
5946
  focused: boolean;
5947
5947
  errorMessages: string | readonly string[] | null;
5948
5948
  maxErrors: string | number;
@@ -6093,7 +6093,7 @@ export declare const VDateInput: {
6093
6093
  }> & Omit<{
6094
6094
  theme?: string | undefined;
6095
6095
  class?: any;
6096
- style: import("vue").StyleValue;
6096
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6097
6097
  focused: boolean;
6098
6098
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6099
6099
  disabled: boolean | null;
@@ -6156,7 +6156,7 @@ export declare const VDateInput: {
6156
6156
  $emit: (event: string, ...args: any[]) => void;
6157
6157
  $el: any;
6158
6158
  $options: import("vue").ComponentOptionsBase<{
6159
- style: import("vue").StyleValue;
6159
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6160
6160
  focused: boolean;
6161
6161
  disabled: boolean | null;
6162
6162
  error: boolean;
@@ -6269,7 +6269,7 @@ export declare const VDateInput: {
6269
6269
  messages: string | readonly string[];
6270
6270
  direction: "horizontal" | "vertical";
6271
6271
  }> & Omit<{
6272
- style: import("vue").StyleValue;
6272
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6273
6273
  focused: boolean;
6274
6274
  disabled: boolean | null;
6275
6275
  error: boolean;
@@ -6339,7 +6339,7 @@ export declare const VDateInput: {
6339
6339
  }> & Omit<{
6340
6340
  theme?: string | undefined;
6341
6341
  class?: any;
6342
- style: import("vue").StyleValue;
6342
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6343
6343
  focused: boolean;
6344
6344
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6345
6345
  rounded?: string | number | boolean | undefined;
@@ -6408,7 +6408,7 @@ export declare const VDateInput: {
6408
6408
  $emit: (event: "update:focused", focused: boolean) => void;
6409
6409
  $el: any;
6410
6410
  $options: import("vue").ComponentOptionsBase<{
6411
- style: import("vue").StyleValue;
6411
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6412
6412
  focused: boolean;
6413
6413
  tile: boolean;
6414
6414
  clearable: boolean;
@@ -6533,7 +6533,7 @@ export declare const VDateInput: {
6533
6533
  singleLine: boolean;
6534
6534
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6535
6535
  }> & Omit<{
6536
- style: import("vue").StyleValue;
6536
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6537
6537
  focused: boolean;
6538
6538
  tile: boolean;
6539
6539
  clearable: boolean;
@@ -6715,7 +6715,7 @@ export declare const VDateInput: {
6715
6715
  persistentCounter: boolean;
6716
6716
  type: string;
6717
6717
  }> & Omit<{
6718
- style: import("vue").StyleValue;
6718
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6719
6719
  focused: boolean;
6720
6720
  errorMessages: string | readonly string[] | null;
6721
6721
  maxErrors: string | number;
@@ -6866,7 +6866,7 @@ export declare const VDateInput: {
6866
6866
  }> & Omit<{
6867
6867
  theme?: string | undefined;
6868
6868
  class?: any;
6869
- style: import("vue").StyleValue;
6869
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6870
6870
  focused: boolean;
6871
6871
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6872
6872
  disabled: boolean | null;
@@ -6929,7 +6929,7 @@ export declare const VDateInput: {
6929
6929
  $emit: (event: string, ...args: any[]) => void;
6930
6930
  $el: any;
6931
6931
  $options: import("vue").ComponentOptionsBase<{
6932
- style: import("vue").StyleValue;
6932
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6933
6933
  focused: boolean;
6934
6934
  disabled: boolean | null;
6935
6935
  error: boolean;
@@ -7042,7 +7042,7 @@ export declare const VDateInput: {
7042
7042
  messages: string | readonly string[];
7043
7043
  direction: "horizontal" | "vertical";
7044
7044
  }> & Omit<{
7045
- style: import("vue").StyleValue;
7045
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7046
7046
  focused: boolean;
7047
7047
  disabled: boolean | null;
7048
7048
  error: boolean;
@@ -7112,7 +7112,7 @@ export declare const VDateInput: {
7112
7112
  }> & Omit<{
7113
7113
  theme?: string | undefined;
7114
7114
  class?: any;
7115
- style: import("vue").StyleValue;
7115
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7116
7116
  focused: boolean;
7117
7117
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7118
7118
  rounded?: string | number | boolean | undefined;
@@ -7181,7 +7181,7 @@ export declare const VDateInput: {
7181
7181
  $emit: (event: "update:focused", focused: boolean) => void;
7182
7182
  $el: any;
7183
7183
  $options: import("vue").ComponentOptionsBase<{
7184
- style: import("vue").StyleValue;
7184
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7185
7185
  focused: boolean;
7186
7186
  tile: boolean;
7187
7187
  clearable: boolean;
@@ -7306,7 +7306,7 @@ export declare const VDateInput: {
7306
7306
  singleLine: boolean;
7307
7307
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7308
7308
  }> & Omit<{
7309
- style: import("vue").StyleValue;
7309
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7310
7310
  focused: boolean;
7311
7311
  tile: boolean;
7312
7312
  clearable: boolean;
@@ -7382,7 +7382,7 @@ export declare const VDateInput: {
7382
7382
  }> & Omit<{
7383
7383
  theme?: string | undefined;
7384
7384
  class?: any;
7385
- style: import("vue").StyleValue;
7385
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7386
7386
  focused: boolean;
7387
7387
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
7388
7388
  disabled: boolean | null;
@@ -7445,7 +7445,7 @@ export declare const VDateInput: {
7445
7445
  $emit: (event: string, ...args: any[]) => void;
7446
7446
  $el: any;
7447
7447
  $options: import("vue").ComponentOptionsBase<{
7448
- style: import("vue").StyleValue;
7448
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7449
7449
  focused: boolean;
7450
7450
  disabled: boolean | null;
7451
7451
  error: boolean;
@@ -7558,7 +7558,7 @@ export declare const VDateInput: {
7558
7558
  messages: string | readonly string[];
7559
7559
  direction: "horizontal" | "vertical";
7560
7560
  }> & Omit<{
7561
- style: import("vue").StyleValue;
7561
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7562
7562
  focused: boolean;
7563
7563
  disabled: boolean | null;
7564
7564
  error: boolean;
@@ -7628,7 +7628,7 @@ export declare const VDateInput: {
7628
7628
  }> & Omit<{
7629
7629
  theme?: string | undefined;
7630
7630
  class?: any;
7631
- style: import("vue").StyleValue;
7631
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7632
7632
  focused: boolean;
7633
7633
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7634
7634
  rounded?: string | number | boolean | undefined;
@@ -7697,7 +7697,7 @@ export declare const VDateInput: {
7697
7697
  $emit: (event: "update:focused", focused: boolean) => void;
7698
7698
  $el: any;
7699
7699
  $options: import("vue").ComponentOptionsBase<{
7700
- style: import("vue").StyleValue;
7700
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7701
7701
  focused: boolean;
7702
7702
  tile: boolean;
7703
7703
  clearable: boolean;
@@ -7822,7 +7822,7 @@ export declare const VDateInput: {
7822
7822
  singleLine: boolean;
7823
7823
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7824
7824
  }> & Omit<{
7825
- style: import("vue").StyleValue;
7825
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7826
7826
  focused: boolean;
7827
7827
  tile: boolean;
7828
7828
  clearable: boolean;
@@ -295,7 +295,7 @@ export declare const makeVFileUploadProps: <Defaults extends {
295
295
  };
296
296
  export declare const VFileUpload: {
297
297
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
298
- style: import("vue").StyleValue;
298
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
299
299
  density: import("../../composables/density.js").Density;
300
300
  tile: boolean;
301
301
  tag: string | import("../../util/index.js").JSXComponent;
@@ -468,7 +468,7 @@ export declare const VFileUpload: {
468
468
  M: {};
469
469
  Defaults: {};
470
470
  }, {
471
- style: import("vue").StyleValue;
471
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
472
472
  density: import("../../composables/density.js").Density;
473
473
  tile: boolean;
474
474
  tag: string | import("../../util/index.js").JSXComponent;
@@ -600,7 +600,7 @@ export declare const VFileUpload: {
600
600
  __isTeleport?: undefined;
601
601
  __isSuspense?: undefined;
602
602
  } & import("vue").ComponentOptionsBase<{
603
- style: import("vue").StyleValue;
603
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
604
604
  density: import("../../composables/density.js").Density;
605
605
  tile: boolean;
606
606
  tag: string | import("../../util/index.js").JSXComponent;
@@ -156,7 +156,8 @@ export const VFileUpload = genericComponent()({
156
156
  const dividerProps = VDivider.filterProps(props);
157
157
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
158
158
  const expectsDirectory = attrs.webkitdirectory !== undefined && attrs.webkitdirectory !== false;
159
- const inputAccept = expectsDirectory ? undefined : props.filterByType ?? String(attrs.accept);
159
+ const acceptFallback = attrs.accept ? String(attrs.accept) : undefined;
160
+ const inputAccept = expectsDirectory ? undefined : props.filterByType ?? acceptFallback;
160
161
  const inputNode = _createElementVNode("input", _mergeProps({
161
162
  "ref": inputRef,
162
163
  "type": "file",