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
@@ -10,7 +10,7 @@ type ControlSlot = {
10
10
  type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
11
11
  export declare const VNumberInput: {
12
12
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
13
- style: import("vue").StyleValue;
13
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14
14
  focused: boolean;
15
15
  errorMessages: string | readonly string[] | null;
16
16
  maxErrors: string | number;
@@ -186,7 +186,7 @@ export declare const VNumberInput: {
186
186
  }> & Omit<{
187
187
  theme?: string | undefined;
188
188
  class?: any;
189
- style: import("vue").StyleValue;
189
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
190
190
  $children?: {
191
191
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
192
192
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -361,7 +361,7 @@ export declare const VNumberInput: {
361
361
  $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);
362
362
  $el: any;
363
363
  $options: import("vue").ComponentOptionsBase<{
364
- style: import("vue").StyleValue;
364
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
365
365
  focused: boolean;
366
366
  errorMessages: string | readonly string[] | null;
367
367
  maxErrors: string | number;
@@ -512,7 +512,7 @@ export declare const VNumberInput: {
512
512
  }> & Omit<{
513
513
  theme?: string | undefined;
514
514
  class?: any;
515
- style: import("vue").StyleValue;
515
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
516
516
  focused: boolean;
517
517
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
518
518
  disabled: boolean | null;
@@ -575,7 +575,7 @@ export declare const VNumberInput: {
575
575
  $emit: (event: string, ...args: any[]) => void;
576
576
  $el: any;
577
577
  $options: import("vue").ComponentOptionsBase<{
578
- style: import("vue").StyleValue;
578
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
579
579
  focused: boolean;
580
580
  disabled: boolean | null;
581
581
  error: boolean;
@@ -688,7 +688,7 @@ export declare const VNumberInput: {
688
688
  messages: string | readonly string[];
689
689
  direction: "horizontal" | "vertical";
690
690
  }> & Omit<{
691
- style: import("vue").StyleValue;
691
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
692
692
  focused: boolean;
693
693
  disabled: boolean | null;
694
694
  error: boolean;
@@ -758,7 +758,7 @@ export declare const VNumberInput: {
758
758
  }> & Omit<{
759
759
  theme?: string | undefined;
760
760
  class?: any;
761
- style: import("vue").StyleValue;
761
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
762
762
  focused: boolean;
763
763
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
764
764
  rounded?: string | number | boolean | undefined;
@@ -827,7 +827,7 @@ export declare const VNumberInput: {
827
827
  $emit: (event: "update:focused", focused: boolean) => void;
828
828
  $el: any;
829
829
  $options: import("vue").ComponentOptionsBase<{
830
- style: import("vue").StyleValue;
830
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
831
831
  focused: boolean;
832
832
  tile: boolean;
833
833
  clearable: boolean;
@@ -952,7 +952,7 @@ export declare const VNumberInput: {
952
952
  singleLine: boolean;
953
953
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
954
954
  }> & Omit<{
955
- style: import("vue").StyleValue;
955
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
956
956
  focused: boolean;
957
957
  tile: boolean;
958
958
  clearable: boolean;
@@ -1134,7 +1134,7 @@ export declare const VNumberInput: {
1134
1134
  persistentCounter: boolean;
1135
1135
  type: string;
1136
1136
  }> & Omit<{
1137
- style: import("vue").StyleValue;
1137
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1138
1138
  focused: boolean;
1139
1139
  errorMessages: string | readonly string[] | null;
1140
1140
  maxErrors: string | number;
@@ -1285,7 +1285,7 @@ export declare const VNumberInput: {
1285
1285
  }> & Omit<{
1286
1286
  theme?: string | undefined;
1287
1287
  class?: any;
1288
- style: import("vue").StyleValue;
1288
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1289
1289
  focused: boolean;
1290
1290
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1291
1291
  disabled: boolean | null;
@@ -1348,7 +1348,7 @@ export declare const VNumberInput: {
1348
1348
  $emit: (event: string, ...args: any[]) => void;
1349
1349
  $el: any;
1350
1350
  $options: import("vue").ComponentOptionsBase<{
1351
- style: import("vue").StyleValue;
1351
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1352
1352
  focused: boolean;
1353
1353
  disabled: boolean | null;
1354
1354
  error: boolean;
@@ -1461,7 +1461,7 @@ export declare const VNumberInput: {
1461
1461
  messages: string | readonly string[];
1462
1462
  direction: "horizontal" | "vertical";
1463
1463
  }> & Omit<{
1464
- style: import("vue").StyleValue;
1464
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1465
1465
  focused: boolean;
1466
1466
  disabled: boolean | null;
1467
1467
  error: boolean;
@@ -1531,7 +1531,7 @@ export declare const VNumberInput: {
1531
1531
  }> & Omit<{
1532
1532
  theme?: string | undefined;
1533
1533
  class?: any;
1534
- style: import("vue").StyleValue;
1534
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1535
1535
  focused: boolean;
1536
1536
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1537
1537
  rounded?: string | number | boolean | undefined;
@@ -1600,7 +1600,7 @@ export declare const VNumberInput: {
1600
1600
  $emit: (event: "update:focused", focused: boolean) => void;
1601
1601
  $el: any;
1602
1602
  $options: import("vue").ComponentOptionsBase<{
1603
- style: import("vue").StyleValue;
1603
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1604
1604
  focused: boolean;
1605
1605
  tile: boolean;
1606
1606
  clearable: boolean;
@@ -1725,7 +1725,7 @@ export declare const VNumberInput: {
1725
1725
  singleLine: boolean;
1726
1726
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1727
1727
  }> & Omit<{
1728
- style: import("vue").StyleValue;
1728
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1729
1729
  focused: boolean;
1730
1730
  tile: boolean;
1731
1731
  clearable: boolean;
@@ -1801,7 +1801,7 @@ export declare const VNumberInput: {
1801
1801
  }> & Omit<{
1802
1802
  theme?: string | undefined;
1803
1803
  class?: any;
1804
- style: import("vue").StyleValue;
1804
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1805
1805
  focused: boolean;
1806
1806
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1807
1807
  disabled: boolean | null;
@@ -1864,7 +1864,7 @@ export declare const VNumberInput: {
1864
1864
  $emit: (event: string, ...args: any[]) => void;
1865
1865
  $el: any;
1866
1866
  $options: import("vue").ComponentOptionsBase<{
1867
- style: import("vue").StyleValue;
1867
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1868
1868
  focused: boolean;
1869
1869
  disabled: boolean | null;
1870
1870
  error: boolean;
@@ -1977,7 +1977,7 @@ export declare const VNumberInput: {
1977
1977
  messages: string | readonly string[];
1978
1978
  direction: "horizontal" | "vertical";
1979
1979
  }> & Omit<{
1980
- style: import("vue").StyleValue;
1980
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1981
1981
  focused: boolean;
1982
1982
  disabled: boolean | null;
1983
1983
  error: boolean;
@@ -2047,7 +2047,7 @@ export declare const VNumberInput: {
2047
2047
  }> & Omit<{
2048
2048
  theme?: string | undefined;
2049
2049
  class?: any;
2050
- style: import("vue").StyleValue;
2050
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2051
2051
  focused: boolean;
2052
2052
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2053
2053
  rounded?: string | number | boolean | undefined;
@@ -2116,7 +2116,7 @@ export declare const VNumberInput: {
2116
2116
  $emit: (event: "update:focused", focused: boolean) => void;
2117
2117
  $el: any;
2118
2118
  $options: import("vue").ComponentOptionsBase<{
2119
- style: import("vue").StyleValue;
2119
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2120
2120
  focused: boolean;
2121
2121
  tile: boolean;
2122
2122
  clearable: boolean;
@@ -2241,7 +2241,7 @@ export declare const VNumberInput: {
2241
2241
  singleLine: boolean;
2242
2242
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2243
2243
  }> & Omit<{
2244
- style: import("vue").StyleValue;
2244
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2245
2245
  focused: boolean;
2246
2246
  tile: boolean;
2247
2247
  clearable: boolean;
@@ -2389,7 +2389,7 @@ export declare const VNumberInput: {
2389
2389
  M: {};
2390
2390
  Defaults: {};
2391
2391
  }, {
2392
- style: import("vue").StyleValue;
2392
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2393
2393
  focused: boolean;
2394
2394
  errorMessages: string | readonly string[] | null;
2395
2395
  maxErrors: string | number;
@@ -2565,7 +2565,7 @@ export declare const VNumberInput: {
2565
2565
  }> & Omit<{
2566
2566
  theme?: string | undefined;
2567
2567
  class?: any;
2568
- style: import("vue").StyleValue;
2568
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2569
2569
  $children?: {
2570
2570
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2571
2571
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2740,7 +2740,7 @@ export declare const VNumberInput: {
2740
2740
  $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);
2741
2741
  $el: any;
2742
2742
  $options: import("vue").ComponentOptionsBase<{
2743
- style: import("vue").StyleValue;
2743
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2744
2744
  focused: boolean;
2745
2745
  errorMessages: string | readonly string[] | null;
2746
2746
  maxErrors: string | number;
@@ -2891,7 +2891,7 @@ export declare const VNumberInput: {
2891
2891
  }> & Omit<{
2892
2892
  theme?: string | undefined;
2893
2893
  class?: any;
2894
- style: import("vue").StyleValue;
2894
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2895
2895
  focused: boolean;
2896
2896
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2897
2897
  disabled: boolean | null;
@@ -2954,7 +2954,7 @@ export declare const VNumberInput: {
2954
2954
  $emit: (event: string, ...args: any[]) => void;
2955
2955
  $el: any;
2956
2956
  $options: import("vue").ComponentOptionsBase<{
2957
- style: import("vue").StyleValue;
2957
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2958
2958
  focused: boolean;
2959
2959
  disabled: boolean | null;
2960
2960
  error: boolean;
@@ -3067,7 +3067,7 @@ export declare const VNumberInput: {
3067
3067
  messages: string | readonly string[];
3068
3068
  direction: "horizontal" | "vertical";
3069
3069
  }> & Omit<{
3070
- style: import("vue").StyleValue;
3070
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3071
3071
  focused: boolean;
3072
3072
  disabled: boolean | null;
3073
3073
  error: boolean;
@@ -3137,7 +3137,7 @@ export declare const VNumberInput: {
3137
3137
  }> & Omit<{
3138
3138
  theme?: string | undefined;
3139
3139
  class?: any;
3140
- style: import("vue").StyleValue;
3140
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3141
3141
  focused: boolean;
3142
3142
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3143
3143
  rounded?: string | number | boolean | undefined;
@@ -3206,7 +3206,7 @@ export declare const VNumberInput: {
3206
3206
  $emit: (event: "update:focused", focused: boolean) => void;
3207
3207
  $el: any;
3208
3208
  $options: import("vue").ComponentOptionsBase<{
3209
- style: import("vue").StyleValue;
3209
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3210
3210
  focused: boolean;
3211
3211
  tile: boolean;
3212
3212
  clearable: boolean;
@@ -3331,7 +3331,7 @@ export declare const VNumberInput: {
3331
3331
  singleLine: boolean;
3332
3332
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3333
3333
  }> & Omit<{
3334
- style: import("vue").StyleValue;
3334
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3335
3335
  focused: boolean;
3336
3336
  tile: boolean;
3337
3337
  clearable: boolean;
@@ -3513,7 +3513,7 @@ export declare const VNumberInput: {
3513
3513
  persistentCounter: boolean;
3514
3514
  type: string;
3515
3515
  }> & Omit<{
3516
- style: import("vue").StyleValue;
3516
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3517
3517
  focused: boolean;
3518
3518
  errorMessages: string | readonly string[] | null;
3519
3519
  maxErrors: string | number;
@@ -3664,7 +3664,7 @@ export declare const VNumberInput: {
3664
3664
  }> & Omit<{
3665
3665
  theme?: string | undefined;
3666
3666
  class?: any;
3667
- style: import("vue").StyleValue;
3667
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3668
3668
  focused: boolean;
3669
3669
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
3670
3670
  disabled: boolean | null;
@@ -3727,7 +3727,7 @@ export declare const VNumberInput: {
3727
3727
  $emit: (event: string, ...args: any[]) => void;
3728
3728
  $el: any;
3729
3729
  $options: import("vue").ComponentOptionsBase<{
3730
- style: import("vue").StyleValue;
3730
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3731
3731
  focused: boolean;
3732
3732
  disabled: boolean | null;
3733
3733
  error: boolean;
@@ -3840,7 +3840,7 @@ export declare const VNumberInput: {
3840
3840
  messages: string | readonly string[];
3841
3841
  direction: "horizontal" | "vertical";
3842
3842
  }> & Omit<{
3843
- style: import("vue").StyleValue;
3843
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3844
3844
  focused: boolean;
3845
3845
  disabled: boolean | null;
3846
3846
  error: boolean;
@@ -3910,7 +3910,7 @@ export declare const VNumberInput: {
3910
3910
  }> & Omit<{
3911
3911
  theme?: string | undefined;
3912
3912
  class?: any;
3913
- style: import("vue").StyleValue;
3913
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3914
3914
  focused: boolean;
3915
3915
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3916
3916
  rounded?: string | number | boolean | undefined;
@@ -3979,7 +3979,7 @@ export declare const VNumberInput: {
3979
3979
  $emit: (event: "update:focused", focused: boolean) => void;
3980
3980
  $el: any;
3981
3981
  $options: import("vue").ComponentOptionsBase<{
3982
- style: import("vue").StyleValue;
3982
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3983
3983
  focused: boolean;
3984
3984
  tile: boolean;
3985
3985
  clearable: boolean;
@@ -4104,7 +4104,7 @@ export declare const VNumberInput: {
4104
4104
  singleLine: boolean;
4105
4105
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4106
4106
  }> & Omit<{
4107
- style: import("vue").StyleValue;
4107
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4108
4108
  focused: boolean;
4109
4109
  tile: boolean;
4110
4110
  clearable: boolean;
@@ -4180,7 +4180,7 @@ export declare const VNumberInput: {
4180
4180
  }> & Omit<{
4181
4181
  theme?: string | undefined;
4182
4182
  class?: any;
4183
- style: import("vue").StyleValue;
4183
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4184
4184
  focused: boolean;
4185
4185
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
4186
4186
  disabled: boolean | null;
@@ -4243,7 +4243,7 @@ export declare const VNumberInput: {
4243
4243
  $emit: (event: string, ...args: any[]) => void;
4244
4244
  $el: any;
4245
4245
  $options: import("vue").ComponentOptionsBase<{
4246
- style: import("vue").StyleValue;
4246
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4247
4247
  focused: boolean;
4248
4248
  disabled: boolean | null;
4249
4249
  error: boolean;
@@ -4356,7 +4356,7 @@ export declare const VNumberInput: {
4356
4356
  messages: string | readonly string[];
4357
4357
  direction: "horizontal" | "vertical";
4358
4358
  }> & Omit<{
4359
- style: import("vue").StyleValue;
4359
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4360
4360
  focused: boolean;
4361
4361
  disabled: boolean | null;
4362
4362
  error: boolean;
@@ -4426,7 +4426,7 @@ export declare const VNumberInput: {
4426
4426
  }> & Omit<{
4427
4427
  theme?: string | undefined;
4428
4428
  class?: any;
4429
- style: import("vue").StyleValue;
4429
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4430
4430
  focused: boolean;
4431
4431
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4432
4432
  rounded?: string | number | boolean | undefined;
@@ -4495,7 +4495,7 @@ export declare const VNumberInput: {
4495
4495
  $emit: (event: "update:focused", focused: boolean) => void;
4496
4496
  $el: any;
4497
4497
  $options: import("vue").ComponentOptionsBase<{
4498
- style: import("vue").StyleValue;
4498
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4499
4499
  focused: boolean;
4500
4500
  tile: boolean;
4501
4501
  clearable: boolean;
@@ -4620,7 +4620,7 @@ export declare const VNumberInput: {
4620
4620
  singleLine: boolean;
4621
4621
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4622
4622
  }> & Omit<{
4623
- style: import("vue").StyleValue;
4623
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4624
4624
  focused: boolean;
4625
4625
  tile: boolean;
4626
4626
  clearable: boolean;
@@ -4720,7 +4720,7 @@ export declare const VNumberInput: {
4720
4720
  __isTeleport?: undefined;
4721
4721
  __isSuspense?: undefined;
4722
4722
  } & import("vue").ComponentOptionsBase<{
4723
- style: import("vue").StyleValue;
4723
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4724
4724
  focused: boolean;
4725
4725
  errorMessages: string | readonly string[] | null;
4726
4726
  maxErrors: string | number;
@@ -4896,7 +4896,7 @@ export declare const VNumberInput: {
4896
4896
  }> & Omit<{
4897
4897
  theme?: string | undefined;
4898
4898
  class?: any;
4899
- style: import("vue").StyleValue;
4899
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4900
4900
  $children?: {
4901
4901
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
4902
4902
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -5071,7 +5071,7 @@ export declare const VNumberInput: {
5071
5071
  $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);
5072
5072
  $el: any;
5073
5073
  $options: import("vue").ComponentOptionsBase<{
5074
- style: import("vue").StyleValue;
5074
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5075
5075
  focused: boolean;
5076
5076
  errorMessages: string | readonly string[] | null;
5077
5077
  maxErrors: string | number;
@@ -5222,7 +5222,7 @@ export declare const VNumberInput: {
5222
5222
  }> & Omit<{
5223
5223
  theme?: string | undefined;
5224
5224
  class?: any;
5225
- style: import("vue").StyleValue;
5225
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5226
5226
  focused: boolean;
5227
5227
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
5228
5228
  disabled: boolean | null;
@@ -5285,7 +5285,7 @@ export declare const VNumberInput: {
5285
5285
  $emit: (event: string, ...args: any[]) => void;
5286
5286
  $el: any;
5287
5287
  $options: import("vue").ComponentOptionsBase<{
5288
- style: import("vue").StyleValue;
5288
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5289
5289
  focused: boolean;
5290
5290
  disabled: boolean | null;
5291
5291
  error: boolean;
@@ -5398,7 +5398,7 @@ export declare const VNumberInput: {
5398
5398
  messages: string | readonly string[];
5399
5399
  direction: "horizontal" | "vertical";
5400
5400
  }> & Omit<{
5401
- style: import("vue").StyleValue;
5401
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5402
5402
  focused: boolean;
5403
5403
  disabled: boolean | null;
5404
5404
  error: boolean;
@@ -5468,7 +5468,7 @@ export declare const VNumberInput: {
5468
5468
  }> & Omit<{
5469
5469
  theme?: string | undefined;
5470
5470
  class?: any;
5471
- style: import("vue").StyleValue;
5471
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5472
5472
  focused: boolean;
5473
5473
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5474
5474
  rounded?: string | number | boolean | undefined;
@@ -5537,7 +5537,7 @@ export declare const VNumberInput: {
5537
5537
  $emit: (event: "update:focused", focused: boolean) => void;
5538
5538
  $el: any;
5539
5539
  $options: import("vue").ComponentOptionsBase<{
5540
- style: import("vue").StyleValue;
5540
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5541
5541
  focused: boolean;
5542
5542
  tile: boolean;
5543
5543
  clearable: boolean;
@@ -5662,7 +5662,7 @@ export declare const VNumberInput: {
5662
5662
  singleLine: boolean;
5663
5663
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5664
5664
  }> & Omit<{
5665
- style: import("vue").StyleValue;
5665
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5666
5666
  focused: boolean;
5667
5667
  tile: boolean;
5668
5668
  clearable: boolean;
@@ -5844,7 +5844,7 @@ export declare const VNumberInput: {
5844
5844
  persistentCounter: boolean;
5845
5845
  type: string;
5846
5846
  }> & Omit<{
5847
- style: import("vue").StyleValue;
5847
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5848
5848
  focused: boolean;
5849
5849
  errorMessages: string | readonly string[] | null;
5850
5850
  maxErrors: string | number;
@@ -5995,7 +5995,7 @@ export declare const VNumberInput: {
5995
5995
  }> & Omit<{
5996
5996
  theme?: string | undefined;
5997
5997
  class?: any;
5998
- style: import("vue").StyleValue;
5998
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5999
5999
  focused: boolean;
6000
6000
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6001
6001
  disabled: boolean | null;
@@ -6058,7 +6058,7 @@ export declare const VNumberInput: {
6058
6058
  $emit: (event: string, ...args: any[]) => void;
6059
6059
  $el: any;
6060
6060
  $options: import("vue").ComponentOptionsBase<{
6061
- style: import("vue").StyleValue;
6061
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6062
6062
  focused: boolean;
6063
6063
  disabled: boolean | null;
6064
6064
  error: boolean;
@@ -6171,7 +6171,7 @@ export declare const VNumberInput: {
6171
6171
  messages: string | readonly string[];
6172
6172
  direction: "horizontal" | "vertical";
6173
6173
  }> & Omit<{
6174
- style: import("vue").StyleValue;
6174
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6175
6175
  focused: boolean;
6176
6176
  disabled: boolean | null;
6177
6177
  error: boolean;
@@ -6241,7 +6241,7 @@ export declare const VNumberInput: {
6241
6241
  }> & Omit<{
6242
6242
  theme?: string | undefined;
6243
6243
  class?: any;
6244
- style: import("vue").StyleValue;
6244
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6245
6245
  focused: boolean;
6246
6246
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6247
6247
  rounded?: string | number | boolean | undefined;
@@ -6310,7 +6310,7 @@ export declare const VNumberInput: {
6310
6310
  $emit: (event: "update:focused", focused: boolean) => void;
6311
6311
  $el: any;
6312
6312
  $options: import("vue").ComponentOptionsBase<{
6313
- style: import("vue").StyleValue;
6313
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6314
6314
  focused: boolean;
6315
6315
  tile: boolean;
6316
6316
  clearable: boolean;
@@ -6435,7 +6435,7 @@ export declare const VNumberInput: {
6435
6435
  singleLine: boolean;
6436
6436
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6437
6437
  }> & Omit<{
6438
- style: import("vue").StyleValue;
6438
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6439
6439
  focused: boolean;
6440
6440
  tile: boolean;
6441
6441
  clearable: boolean;
@@ -6511,7 +6511,7 @@ export declare const VNumberInput: {
6511
6511
  }> & Omit<{
6512
6512
  theme?: string | undefined;
6513
6513
  class?: any;
6514
- style: import("vue").StyleValue;
6514
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6515
6515
  focused: boolean;
6516
6516
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6517
6517
  disabled: boolean | null;
@@ -6574,7 +6574,7 @@ export declare const VNumberInput: {
6574
6574
  $emit: (event: string, ...args: any[]) => void;
6575
6575
  $el: any;
6576
6576
  $options: import("vue").ComponentOptionsBase<{
6577
- style: import("vue").StyleValue;
6577
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6578
6578
  focused: boolean;
6579
6579
  disabled: boolean | null;
6580
6580
  error: boolean;
@@ -6687,7 +6687,7 @@ export declare const VNumberInput: {
6687
6687
  messages: string | readonly string[];
6688
6688
  direction: "horizontal" | "vertical";
6689
6689
  }> & Omit<{
6690
- style: import("vue").StyleValue;
6690
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6691
6691
  focused: boolean;
6692
6692
  disabled: boolean | null;
6693
6693
  error: boolean;
@@ -6757,7 +6757,7 @@ export declare const VNumberInput: {
6757
6757
  }> & Omit<{
6758
6758
  theme?: string | undefined;
6759
6759
  class?: any;
6760
- style: import("vue").StyleValue;
6760
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6761
6761
  focused: boolean;
6762
6762
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6763
6763
  rounded?: string | number | boolean | undefined;
@@ -6826,7 +6826,7 @@ export declare const VNumberInput: {
6826
6826
  $emit: (event: "update:focused", focused: boolean) => void;
6827
6827
  $el: any;
6828
6828
  $options: import("vue").ComponentOptionsBase<{
6829
- style: import("vue").StyleValue;
6829
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6830
6830
  focused: boolean;
6831
6831
  tile: boolean;
6832
6832
  clearable: boolean;
@@ -6951,7 +6951,7 @@ export declare const VNumberInput: {
6951
6951
  singleLine: boolean;
6952
6952
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6953
6953
  }> & Omit<{
6954
- style: import("vue").StyleValue;
6954
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6955
6955
  focused: boolean;
6956
6956
  tile: boolean;
6957
6957
  clearable: boolean;
@@ -281,6 +281,7 @@ export const VNumberInput = genericComponent()({
281
281
  useRender(() => {
282
282
  const {
283
283
  modelValue: _,
284
+ type,
284
285
  ...textFieldProps
285
286
  } = VTextField.filterProps(props);
286
287
  function incrementControlNode() {