@vuetify/nightly 3.7.3-master.2024-10-31 → 3.7.3-next.2024-11-01

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 (394) hide show
  1. package/dist/json/attributes.json +5540 -5588
  2. package/dist/json/importMap-labs.json +10 -10
  3. package/dist/json/importMap.json +164 -164
  4. package/dist/json/tags.json +1 -14
  5. package/dist/json/web-types.json +10273 -10361
  6. package/dist/vuetify-labs.css +25568 -27281
  7. package/dist/vuetify-labs.d.ts +2967 -13803
  8. package/dist/vuetify-labs.esm.js +13 -7
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -7
  11. package/dist/vuetify-labs.min.css +3 -4
  12. package/dist/vuetify.css +22401 -24117
  13. package/dist/vuetify.d.ts +2722 -11907
  14. package/dist/vuetify.esm.js +13 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -4
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +207 -215
  22. package/lib/components/VAlert/VAlert.mjs +1 -1
  23. package/lib/components/VAlert/index.d.mts +8 -86
  24. package/lib/components/VApp/VApp.css +16 -15
  25. package/lib/components/VApp/index.d.mts +4 -20
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  29. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  30. package/lib/components/VAppBar/index.d.mts +12 -148
  31. package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  33. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  34. package/lib/components/VAvatar/VAvatar.css +108 -106
  35. package/lib/components/VAvatar/index.d.mts +4 -31
  36. package/lib/components/VBadge/VBadge.css +73 -73
  37. package/lib/components/VBadge/VBadge.mjs +1 -1
  38. package/lib/components/VBadge/index.d.mts +4 -41
  39. package/lib/components/VBanner/VBanner.css +161 -166
  40. package/lib/components/VBanner/VBanner.mjs +1 -1
  41. package/lib/components/VBanner/index.d.mts +12 -88
  42. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
  43. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  44. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  45. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  46. package/lib/components/VBottomSheet/index.d.mts +4 -88
  47. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  49. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.mts +12 -65
  51. package/lib/components/VBtn/VBtn.css +385 -408
  52. package/lib/components/VBtn/VBtn.mjs +1 -1
  53. package/lib/components/VBtn/VBtn.sass +4 -4
  54. package/lib/components/VBtn/index.d.mts +4 -72
  55. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  56. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  57. package/lib/components/VBtnGroup/index.d.mts +4 -28
  58. package/lib/components/VBtnToggle/VBtnToggle.css +13 -11
  59. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  60. package/lib/components/VBtnToggle/index.d.mts +4 -24
  61. package/lib/components/VCard/VCard.css +294 -302
  62. package/lib/components/VCard/VCard.mjs +1 -1
  63. package/lib/components/VCard/VCardItem.mjs +1 -1
  64. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  65. package/lib/components/VCard/VCardText.mjs +1 -1
  66. package/lib/components/VCard/index.d.mts +24 -190
  67. package/lib/components/VCarousel/VCarousel.css +63 -65
  68. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  69. package/lib/components/VCarousel/VCarousel.sass +1 -1
  70. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  71. package/lib/components/VCarousel/index.d.mts +8 -86
  72. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  73. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  74. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  75. package/lib/components/VCheckbox/index.d.mts +8 -90
  76. package/lib/components/VChip/VChip.css +378 -411
  77. package/lib/components/VChip/VChip.mjs +1 -1
  78. package/lib/components/VChip/index.d.mts +4 -105
  79. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  80. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  81. package/lib/components/VChipGroup/index.d.mts +4 -28
  82. package/lib/components/VCode/VCode.css +10 -8
  83. package/lib/components/VCode/index.d.mts +4 -18
  84. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  85. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  87. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  88. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  89. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  90. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  91. package/lib/components/VColorPicker/index.d.mts +4 -68
  92. package/lib/components/VCombobox/VCombobox.css +86 -85
  93. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  94. package/lib/components/VCombobox/index.d.mts +201 -1360
  95. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  96. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  97. package/lib/components/VConfirmEdit/index.d.mts +6 -13
  98. package/lib/components/VCounter/VCounter.css +7 -5
  99. package/lib/components/VCounter/VCounter.mjs +1 -1
  100. package/lib/components/VCounter/index.d.mts +9 -31
  101. package/lib/components/VDataIterator/index.d.mts +12 -56
  102. package/lib/components/VDataTable/VDataTable.css +189 -186
  103. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  104. package/lib/components/VDataTable/VDataTable.sass +20 -10
  105. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  106. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  107. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  108. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  109. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  110. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  111. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  112. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  113. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  114. package/lib/components/VDataTable/index.d.mts +36 -389
  115. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  116. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  117. package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
  118. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  119. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  120. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  121. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  122. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  123. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  124. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  125. package/lib/components/VDatePicker/index.d.mts +24 -276
  126. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  127. package/lib/components/VDialog/VDialog.css +99 -99
  128. package/lib/components/VDialog/VDialog.mjs +1 -1
  129. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  130. package/lib/components/VDialog/index.d.mts +143 -389
  131. package/lib/components/VDivider/VDivider.css +52 -52
  132. package/lib/components/VDivider/index.d.mts +4 -24
  133. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  134. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  135. package/lib/components/VEmptyState/index.d.mts +4 -66
  136. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  137. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  138. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  139. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  140. package/lib/components/VExpansionPanel/index.d.mts +16 -152
  141. package/lib/components/VFab/VFab.css +74 -69
  142. package/lib/components/VFab/VFab.mjs +1 -1
  143. package/lib/components/VFab/VFab.sass +5 -4
  144. package/lib/components/VFab/index.d.mts +9 -78
  145. package/lib/components/VField/VField.css +539 -579
  146. package/lib/components/VField/VField.mjs +1 -1
  147. package/lib/components/VField/VFieldLabel.mjs +1 -1
  148. package/lib/components/VField/index.d.mts +11 -59
  149. package/lib/components/VFileInput/VFileInput.css +31 -29
  150. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  151. package/lib/components/VFileInput/index.d.mts +71 -256
  152. package/lib/components/VFooter/VFooter.css +38 -36
  153. package/lib/components/VFooter/VFooter.mjs +1 -1
  154. package/lib/components/VFooter/index.d.mts +4 -29
  155. package/lib/components/VForm/index.d.mts +267 -175
  156. package/lib/components/VGrid/VContainer.mjs +1 -1
  157. package/lib/components/VGrid/VGrid.css +565 -592
  158. package/lib/components/VGrid/index.d.mts +16 -118
  159. package/lib/components/VHover/index.d.mts +4 -33
  160. package/lib/components/VIcon/VIcon.css +51 -52
  161. package/lib/components/VIcon/index.d.mts +17 -75
  162. package/lib/components/VImg/VImg.css +50 -51
  163. package/lib/components/VImg/VImg.mjs +1 -1
  164. package/lib/components/VImg/index.d.mts +19 -74
  165. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  166. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  167. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  168. package/lib/components/VInput/VInput.css +131 -142
  169. package/lib/components/VInput/VInput.mjs +1 -1
  170. package/lib/components/VInput/index.d.mts +4 -37
  171. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  172. package/lib/components/VItemGroup/index.d.mts +8 -65
  173. package/lib/components/VKbd/VKbd.css +13 -11
  174. package/lib/components/VKbd/index.d.mts +4 -18
  175. package/lib/components/VLabel/VLabel.css +16 -15
  176. package/lib/components/VLabel/index.d.mts +4 -20
  177. package/lib/components/VLayout/VLayout.css +10 -8
  178. package/lib/components/VLayout/VLayoutItem.css +8 -7
  179. package/lib/components/VLayout/index.d.mts +8 -48
  180. package/lib/components/VLazy/VLazy.mjs +1 -1
  181. package/lib/components/VLazy/index.d.mts +4 -31
  182. package/lib/components/VList/VList.css +104 -108
  183. package/lib/components/VList/VList.mjs +1 -1
  184. package/lib/components/VList/VList.sass +1 -1
  185. package/lib/components/VList/VListChildren.mjs +1 -1
  186. package/lib/components/VList/VListGroup.mjs +1 -1
  187. package/lib/components/VList/VListItem.css +439 -451
  188. package/lib/components/VList/VListItem.mjs +1 -1
  189. package/lib/components/VList/VListItem.sass +2 -1
  190. package/lib/components/VList/VListItemAction.mjs +1 -1
  191. package/lib/components/VList/VListItemMedia.mjs +1 -1
  192. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  193. package/lib/components/VList/_variables.scss +11 -0
  194. package/lib/components/VList/index.d.mts +48 -291
  195. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  196. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  197. package/lib/components/VMain/VMain.css +32 -30
  198. package/lib/components/VMain/index.d.mts +4 -25
  199. package/lib/components/VMenu/VMenu.css +21 -19
  200. package/lib/components/VMenu/VMenu.mjs +1 -1
  201. package/lib/components/VMenu/index.d.mts +155 -397
  202. package/lib/components/VMessages/VMessages.css +17 -15
  203. package/lib/components/VMessages/index.d.mts +4 -27
  204. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
  205. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  206. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  207. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  208. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  209. package/lib/components/VOtpInput/index.d.mts +7 -52
  210. package/lib/components/VOverlay/VOverlay.css +60 -63
  211. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  212. package/lib/components/VOverlay/VOverlay.sass +14 -13
  213. package/lib/components/VOverlay/index.d.mts +19 -101
  214. package/lib/components/VPagination/VPagination.css +10 -8
  215. package/lib/components/VPagination/VPagination.mjs +1 -1
  216. package/lib/components/VPagination/index.d.mts +4 -64
  217. package/lib/components/VParallax/VParallax.css +8 -6
  218. package/lib/components/VParallax/VParallax.mjs +1 -1
  219. package/lib/components/VParallax/index.d.mts +4 -27
  220. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  221. package/lib/components/VProgressCircular/index.d.mts +4 -34
  222. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  223. package/lib/components/VProgressLinear/index.d.mts +4 -54
  224. package/lib/components/VRadio/VRadio.mjs +1 -1
  225. package/lib/components/VRadio/index.d.mts +4 -68
  226. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  227. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  228. package/lib/components/VRadioGroup/index.d.mts +4 -48
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  230. package/lib/components/VRangeSlider/index.d.mts +4 -107
  231. package/lib/components/VRating/VRating.css +52 -53
  232. package/lib/components/VRating/VRating.mjs +1 -1
  233. package/lib/components/VRating/index.d.mts +4 -42
  234. package/lib/components/VResponsive/VResponsive.css +25 -26
  235. package/lib/components/VResponsive/index.d.mts +4 -29
  236. package/lib/components/VSelect/VSelect.css +54 -52
  237. package/lib/components/VSelect/VSelect.mjs +1 -1
  238. package/lib/components/VSelect/index.d.mts +200 -1352
  239. package/lib/components/VSelectionControl/VSelectionControl.css +100 -102
  240. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  241. package/lib/components/VSelectionControl/index.d.mts +10 -37
  242. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  243. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  244. package/lib/components/VSheet/VSheet.css +38 -36
  245. package/lib/components/VSheet/VSheet.mjs +1 -1
  246. package/lib/components/VSheet/index.d.mts +4 -32
  247. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  248. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  249. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  250. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  251. package/lib/components/VSlideGroup/index.d.mts +14 -70
  252. package/lib/components/VSlider/VSlider.css +53 -57
  253. package/lib/components/VSlider/VSlider.mjs +1 -1
  254. package/lib/components/VSlider/VSliderThumb.css +142 -153
  255. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  256. package/lib/components/VSlider/VSliderTrack.css +155 -174
  257. package/lib/components/VSlider/index.d.mts +4 -106
  258. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  259. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  260. package/lib/components/VSnackbar/index.d.mts +152 -398
  261. package/lib/components/VSparkline/VBarline.mjs +1 -2
  262. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  263. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  264. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  265. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  266. package/lib/components/VSparkline/index.d.mts +4 -49
  267. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  268. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  269. package/lib/components/VSpeedDial/index.d.mts +4 -85
  270. package/lib/components/VStepper/VStepper.css +55 -56
  271. package/lib/components/VStepper/VStepper.mjs +1 -1
  272. package/lib/components/VStepper/VStepperItem.css +112 -115
  273. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  274. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  275. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  276. package/lib/components/VStepper/index.d.mts +24 -250
  277. package/lib/components/VSwitch/VSwitch.css +129 -139
  278. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  279. package/lib/components/VSwitch/index.d.mts +4 -59
  280. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  281. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  282. package/lib/components/VSystemBar/index.d.mts +4 -28
  283. package/lib/components/VTable/VTable.css +140 -141
  284. package/lib/components/VTable/VTable.sass +4 -2
  285. package/lib/components/VTable/index.d.mts +4 -33
  286. package/lib/components/VTabs/VTab.css +30 -29
  287. package/lib/components/VTabs/VTab.mjs +1 -1
  288. package/lib/components/VTabs/VTabs.css +59 -65
  289. package/lib/components/VTabs/VTabs.mjs +1 -1
  290. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  291. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  292. package/lib/components/VTabs/index.d.mts +98 -394
  293. package/lib/components/VTextField/VTextField.css +65 -68
  294. package/lib/components/VTextField/VTextField.mjs +1 -1
  295. package/lib/components/VTextField/index.d.mts +152 -374
  296. package/lib/components/VTextarea/VTextarea.css +47 -39
  297. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  298. package/lib/components/VTextarea/VTextarea.sass +4 -2
  299. package/lib/components/VTextarea/index.d.mts +71 -244
  300. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  301. package/lib/components/VThemeProvider/index.d.mts +4 -20
  302. package/lib/components/VTimeline/VTimeline.css +379 -418
  303. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  304. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  305. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  306. package/lib/components/VTimeline/index.d.mts +8 -75
  307. package/lib/components/VToolbar/VToolbar.css +136 -143
  308. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  309. package/lib/components/VToolbar/index.d.mts +12 -90
  310. package/lib/components/VTooltip/VTooltip.css +25 -21
  311. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  312. package/lib/components/VTooltip/VTooltip.sass +8 -6
  313. package/lib/components/VTooltip/index.d.mts +147 -386
  314. package/lib/components/VValidation/index.d.mts +10 -24
  315. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  316. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  317. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  318. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  319. package/lib/components/VWindow/VWindow.css +73 -70
  320. package/lib/components/VWindow/VWindow.mjs +1 -1
  321. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  322. package/lib/components/VWindow/index.d.mts +8 -47
  323. package/lib/components/index.d.mts +2950 -12135
  324. package/lib/components/transitions/dialog-transition.mjs +1 -2
  325. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  326. package/lib/components/transitions/index.d.mts +64 -309
  327. package/lib/composables/icons.mjs +1 -1
  328. package/lib/composables/theme.mjs +4 -4
  329. package/lib/composables/theme.mjs.map +1 -1
  330. package/lib/composables/variant.mjs +1 -1
  331. package/lib/directives/ripple/VRipple.css +38 -36
  332. package/lib/entry-bundler.mjs +1 -1
  333. package/lib/entry-bundler.mjs.map +1 -1
  334. package/lib/framework.mjs +1 -1
  335. package/lib/framework.mjs.map +1 -1
  336. package/lib/index.d.mts +57 -57
  337. package/lib/labs/VCalendar/VCalendar.css +219 -225
  338. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  339. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  340. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  341. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  342. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  343. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  344. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  345. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  346. package/lib/labs/VCalendar/index.d.mts +24 -211
  347. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  348. package/lib/labs/VDateInput/index.d.mts +4 -115
  349. package/lib/labs/VNumberInput/VNumberInput.css +40 -38
  350. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  351. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  352. package/lib/labs/VPicker/VPicker.css +53 -57
  353. package/lib/labs/VPicker/VPicker.mjs +1 -1
  354. package/lib/labs/VPicker/index.d.mts +8 -63
  355. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  356. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  357. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  358. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  359. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  360. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  361. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  362. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  363. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  364. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  365. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  366. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  367. package/lib/labs/VTimePicker/index.d.mts +12 -122
  368. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  369. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  370. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  371. package/lib/labs/VTreeview/VTreeviewItem.css +17 -15
  372. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  373. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -1
  374. package/lib/labs/VTreeview/index.d.mts +18 -205
  375. package/lib/labs/components.d.mts +1015 -2912
  376. package/lib/styles/elements/_global.sass +1 -1
  377. package/lib/styles/generic/_colors.scss +3 -3
  378. package/lib/styles/generic/_layers.scss +13 -1
  379. package/lib/styles/generic/_transitions.scss +32 -32
  380. package/lib/styles/main.css +14667 -16140
  381. package/lib/styles/settings/_utilities.scss +0 -5
  382. package/lib/styles/settings/_variables.scss +1 -2
  383. package/lib/styles/tools/_border.sass +4 -4
  384. package/lib/styles/tools/_display.sass +0 -10
  385. package/lib/styles/tools/_elevation.sass +2 -2
  386. package/lib/styles/tools/_index.sass +0 -2
  387. package/lib/styles/tools/_layer.scss +4 -2
  388. package/lib/styles/tools/_position.sass +2 -2
  389. package/lib/styles/tools/_rounded.sass +2 -2
  390. package/lib/styles/tools/_utilities.sass +1 -5
  391. package/lib/styles/utilities/_elevation.scss +1 -1
  392. package/package.json +5 -4
  393. package/lib/styles/tools/_bootable.sass +0 -3
  394. package/lib/styles/tools/_radius.sass +0 -10
@@ -1,5 +1,6 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+ import * as _vue_reactivity from '@vue/reactivity';
3
4
 
4
5
  type ClassValue = any;
5
6
 
@@ -128,7 +129,7 @@ type ControlSlot = {
128
129
  };
129
130
  type ControlVariant = 'default' | 'stacked' | 'split';
130
131
  declare const VNumberInput: {
131
- new (...args: any[]): vue.CreateComponentPublicInstance<{
132
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
132
133
  flat: boolean;
133
134
  reverse: boolean;
134
135
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -408,131 +409,7 @@ declare const VNumberInput: {
408
409
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
409
410
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
410
411
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
411
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
412
- flat: boolean;
413
- reverse: boolean;
414
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
415
- type: string;
416
- error: boolean;
417
- active: boolean;
418
- direction: "horizontal" | "vertical";
419
- style: vue.StyleValue;
420
- autofocus: boolean;
421
- disabled: boolean;
422
- readonly: boolean | null;
423
- messages: string | readonly string[];
424
- focused: boolean;
425
- errorMessages: string | readonly string[] | null;
426
- maxErrors: string | number;
427
- rules: readonly ValidationRule[];
428
- tile: boolean;
429
- density: Density;
430
- clearIcon: IconValue;
431
- hideSpinButtons: boolean;
432
- persistentHint: boolean;
433
- clearable: boolean;
434
- dirty: boolean;
435
- persistentClear: boolean;
436
- singleLine: boolean;
437
- persistentPlaceholder: boolean;
438
- persistentCounter: boolean;
439
- } & {
440
- name?: string | undefined;
441
- id?: string | undefined;
442
- width?: string | number | undefined;
443
- color?: string | undefined;
444
- maxWidth?: string | number | undefined;
445
- minWidth?: string | number | undefined;
446
- loading?: string | boolean | undefined;
447
- label?: string | undefined;
448
- prefix?: string | undefined;
449
- role?: string | undefined;
450
- class?: any;
451
- theme?: string | undefined;
452
- placeholder?: string | undefined;
453
- counter?: string | number | boolean | undefined;
454
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
455
- modelValue?: any;
456
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
457
- validationValue?: any;
458
- rounded?: string | number | boolean | undefined;
459
- baseColor?: string | undefined;
460
- bgColor?: string | undefined;
461
- prependIcon?: IconValue | undefined;
462
- appendIcon?: IconValue | undefined;
463
- appendInnerIcon?: IconValue | undefined;
464
- prependInnerIcon?: IconValue | undefined;
465
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
466
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
467
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
468
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
469
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
470
- centerAffix?: boolean | undefined;
471
- hint?: string | undefined;
472
- hideDetails?: boolean | "auto" | undefined;
473
- suffix?: string | undefined;
474
- counterValue?: number | ((value: any) => number) | undefined;
475
- modelModifiers?: Record<string, boolean> | undefined;
476
- } & {
477
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
478
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
479
- clear?: ((arg: DefaultInputSlot & {
480
- props: Record<string, any>;
481
- }) => vue.VNodeChild) | undefined;
482
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
483
- label?: ((arg: DefaultInputSlot & {
484
- label: string | undefined;
485
- props: Record<string, any>;
486
- }) => vue.VNodeChild) | undefined;
487
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
488
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
489
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
490
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
491
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
492
- default?: (() => vue.VNodeChild) | undefined;
493
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
494
- };
495
- 'v-slots'?: {
496
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
497
- clear?: false | ((arg: DefaultInputSlot & {
498
- props: Record<string, any>;
499
- }) => vue.VNodeChild) | undefined;
500
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
501
- label?: false | ((arg: DefaultInputSlot & {
502
- label: string | undefined;
503
- props: Record<string, any>;
504
- }) => vue.VNodeChild) | undefined;
505
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
506
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
507
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
508
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
509
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
510
- default?: false | (() => vue.VNodeChild) | undefined;
511
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
512
- } | undefined;
513
- } & {
514
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
515
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
516
- props: Record<string, any>;
517
- }) => vue.VNodeChild) | undefined;
518
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
519
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
520
- label: string | undefined;
521
- props: Record<string, any>;
522
- }) => vue.VNodeChild) | undefined;
523
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
524
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
525
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
526
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
527
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
528
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
529
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
530
- } & {
531
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
532
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
533
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
534
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
535
- }, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
412
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
536
413
  $attrs: {
537
414
  [x: string]: unknown;
538
415
  };
@@ -559,6 +436,7 @@ declare const VNumberInput: {
559
436
  }>;
560
437
  $root: vue.ComponentPublicInstance | null;
561
438
  $parent: vue.ComponentPublicInstance | null;
439
+ $host: Element | null;
562
440
  $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
563
441
  $el: any;
564
442
  $options: vue.ComponentOptionsBase<{
@@ -735,40 +613,7 @@ declare const VNumberInput: {
735
613
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
736
614
  hint?: string | undefined;
737
615
  hideDetails?: boolean | "auto" | undefined;
738
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
739
- error: boolean;
740
- direction: "horizontal" | "vertical";
741
- style: vue.StyleValue;
742
- disabled: boolean | null;
743
- readonly: boolean | null;
744
- messages: string | readonly string[];
745
- focused: boolean;
746
- errorMessages: string | readonly string[] | null;
747
- maxErrors: string | number;
748
- rules: readonly ValidationRule[];
749
- density: Density;
750
- centerAffix: boolean;
751
- hideSpinButtons: boolean;
752
- persistentHint: boolean;
753
- } & {
754
- name?: string | undefined;
755
- id?: string | undefined;
756
- width?: string | number | undefined;
757
- maxWidth?: string | number | undefined;
758
- minWidth?: string | number | undefined;
759
- label?: string | undefined;
760
- class?: any;
761
- theme?: string | undefined;
762
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
763
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
764
- validationValue?: any;
765
- prependIcon?: IconValue | undefined;
766
- appendIcon?: IconValue | undefined;
767
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
768
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
769
- hint?: string | undefined;
770
- hideDetails?: boolean | "auto" | undefined;
771
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
616
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
772
617
  $attrs: {
773
618
  [x: string]: unknown;
774
619
  };
@@ -784,6 +629,7 @@ declare const VNumberInput: {
784
629
  }>;
785
630
  $root: vue.ComponentPublicInstance | null;
786
631
  $parent: vue.ComponentPublicInstance | null;
632
+ $host: Element | null;
787
633
  $emit: (event: string, ...args: any[]) => void;
788
634
  $el: any;
789
635
  $options: vue.ComponentOptionsBase<{
@@ -848,7 +694,7 @@ declare const VNumberInput: {
848
694
  append: (arg: VInputSlot) => vue.VNode[];
849
695
  details: (arg: VInputSlot) => vue.VNode[];
850
696
  message: (arg: VMessageSlot) => vue.VNode[];
851
- }>>> & {
697
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
852
698
  beforeCreate?: (() => void) | (() => void)[];
853
699
  created?: (() => void) | (() => void)[];
854
700
  beforeMount?: (() => void) | (() => void)[];
@@ -867,8 +713,23 @@ declare const VNumberInput: {
867
713
  };
868
714
  $forceUpdate: () => void;
869
715
  $nextTick: typeof nextTick;
870
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
871
- } & Omit<{
716
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
717
+ } & Readonly<{
718
+ error: boolean;
719
+ direction: "horizontal" | "vertical";
720
+ style: vue.StyleValue;
721
+ disabled: boolean | null;
722
+ readonly: boolean | null;
723
+ messages: string | readonly string[];
724
+ focused: boolean;
725
+ errorMessages: string | readonly string[] | null;
726
+ maxErrors: string | number;
727
+ rules: readonly ValidationRule[];
728
+ density: Density;
729
+ centerAffix: boolean;
730
+ hideSpinButtons: boolean;
731
+ persistentHint: boolean;
732
+ }> & Omit<{
872
733
  error: boolean;
873
734
  direction: "horizontal" | "vertical";
874
735
  style: vue.StyleValue;
@@ -901,7 +762,7 @@ declare const VNumberInput: {
901
762
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
902
763
  hint?: string | undefined;
903
764
  hideDetails?: boolean | "auto" | undefined;
904
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
765
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
905
766
  reset: () => Promise<void>;
906
767
  resetValidation: () => Promise<void>;
907
768
  validate: (silent?: boolean) => Promise<string[]>;
@@ -910,7 +771,7 @@ declare const VNumberInput: {
910
771
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
911
772
  modelValue?: unknown;
912
773
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
913
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
774
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
914
775
  $: vue.ComponentInternalInstance;
915
776
  $data: {};
916
777
  $props: Partial<{
@@ -961,41 +822,7 @@ declare const VNumberInput: {
961
822
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
962
823
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
963
824
  centerAffix?: boolean | undefined;
964
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
965
- flat: boolean;
966
- reverse: boolean;
967
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
968
- error: boolean;
969
- active: boolean;
970
- style: vue.StyleValue;
971
- disabled: boolean;
972
- focused: boolean;
973
- tile: boolean;
974
- clearIcon: IconValue;
975
- clearable: boolean;
976
- dirty: boolean;
977
- persistentClear: boolean;
978
- singleLine: boolean;
979
- } & {
980
- id?: string | undefined;
981
- color?: string | undefined;
982
- loading?: string | boolean | undefined;
983
- label?: string | undefined;
984
- class?: any;
985
- theme?: string | undefined;
986
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
987
- rounded?: string | number | boolean | undefined;
988
- baseColor?: string | undefined;
989
- bgColor?: string | undefined;
990
- appendInnerIcon?: IconValue | undefined;
991
- prependInnerIcon?: IconValue | undefined;
992
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
993
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
994
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
995
- centerAffix?: boolean | undefined;
996
- } & {
997
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
998
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
825
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
999
826
  $attrs: {
1000
827
  [x: string]: unknown;
1001
828
  };
@@ -1017,6 +844,7 @@ declare const VNumberInput: {
1017
844
  }>;
1018
845
  $root: vue.ComponentPublicInstance | null;
1019
846
  $parent: vue.ComponentPublicInstance | null;
847
+ $host: Element | null;
1020
848
  $emit: (event: "update:focused", focused: boolean) => void;
1021
849
  $el: any;
1022
850
  $options: vue.ComponentOptionsBase<{
@@ -1054,7 +882,7 @@ declare const VNumberInput: {
1054
882
  } & {
1055
883
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1056
884
  }, {
1057
- controlRef: vue.Ref<HTMLElement | undefined>;
885
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1058
886
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1059
887
  'update:focused': (focused: boolean) => true;
1060
888
  'update:modelValue': (value: any) => true;
@@ -1087,7 +915,7 @@ declare const VNumberInput: {
1087
915
  }) => vue.VNode[];
1088
916
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1089
917
  default: (arg: VFieldSlot) => vue.VNode[];
1090
- }>>> & {
918
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1091
919
  beforeCreate?: (() => void) | (() => void)[];
1092
920
  created?: (() => void) | (() => void)[];
1093
921
  beforeMount?: (() => void) | (() => void)[];
@@ -1106,8 +934,25 @@ declare const VNumberInput: {
1106
934
  };
1107
935
  $forceUpdate: () => void;
1108
936
  $nextTick: typeof nextTick;
1109
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1110
- } & Omit<{
937
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
938
+ } & Readonly<{
939
+ flat: boolean;
940
+ reverse: boolean;
941
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
942
+ error: boolean;
943
+ active: boolean;
944
+ style: vue.StyleValue;
945
+ disabled: boolean;
946
+ focused: boolean;
947
+ rounded: string | number | boolean;
948
+ tile: boolean;
949
+ clearIcon: IconValue;
950
+ centerAffix: boolean;
951
+ clearable: boolean;
952
+ dirty: boolean;
953
+ persistentClear: boolean;
954
+ singleLine: boolean;
955
+ }> & Omit<{
1111
956
  flat: boolean;
1112
957
  reverse: boolean;
1113
958
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1141,12 +986,12 @@ declare const VNumberInput: {
1141
986
  centerAffix?: boolean | undefined;
1142
987
  } & {
1143
988
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1144
- }, "controlRef"> & vue.ShallowUnwrapRef<{
1145
- controlRef: vue.Ref<HTMLElement | undefined>;
989
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
990
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1146
991
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1147
992
  modelValue?: unknown;
1148
993
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1149
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
994
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1150
995
  _allExposed: {
1151
996
  reset: () => Promise<void>;
1152
997
  resetValidation: () => Promise<void>;
@@ -1154,7 +999,7 @@ declare const VNumberInput: {
1154
999
  isValid: vue.ComputedRef<boolean | null>;
1155
1000
  errorMessages: vue.ComputedRef<string[]>;
1156
1001
  } | {
1157
- controlRef: vue.Ref<HTMLElement | undefined>;
1002
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1158
1003
  } | {};
1159
1004
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1160
1005
  'click:control': (e: MouseEvent) => true;
@@ -1208,7 +1053,7 @@ declare const VNumberInput: {
1208
1053
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1209
1054
  default: () => vue.VNode[];
1210
1055
  counter: (arg: VCounterSlot) => vue.VNode[];
1211
- }>>> & {
1056
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1212
1057
  beforeCreate?: (() => void) | (() => void)[];
1213
1058
  created?: (() => void) | (() => void)[];
1214
1059
  beforeMount?: (() => void) | (() => void)[];
@@ -1227,8 +1072,38 @@ declare const VNumberInput: {
1227
1072
  };
1228
1073
  $forceUpdate: () => void;
1229
1074
  $nextTick: typeof nextTick;
1230
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1231
- } & Omit<{
1075
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1076
+ } & Readonly<{
1077
+ flat: boolean;
1078
+ reverse: boolean;
1079
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1080
+ type: string;
1081
+ error: boolean;
1082
+ active: boolean;
1083
+ direction: "horizontal" | "vertical";
1084
+ style: vue.StyleValue;
1085
+ autofocus: boolean;
1086
+ disabled: boolean;
1087
+ readonly: boolean | null;
1088
+ messages: string | readonly string[];
1089
+ focused: boolean;
1090
+ errorMessages: string | readonly string[] | null;
1091
+ maxErrors: string | number;
1092
+ rules: readonly ValidationRule[];
1093
+ rounded: string | number | boolean;
1094
+ tile: boolean;
1095
+ density: Density;
1096
+ clearIcon: IconValue;
1097
+ centerAffix: boolean;
1098
+ hideSpinButtons: boolean;
1099
+ persistentHint: boolean;
1100
+ clearable: boolean;
1101
+ dirty: boolean;
1102
+ persistentClear: boolean;
1103
+ singleLine: boolean;
1104
+ persistentPlaceholder: boolean;
1105
+ persistentCounter: boolean;
1106
+ }> & Omit<{
1232
1107
  flat: boolean;
1233
1108
  reverse: boolean;
1234
1109
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1352,7 +1227,7 @@ declare const VNumberInput: {
1352
1227
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1353
1228
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1354
1229
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1355
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1230
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1356
1231
  $: vue.ComponentInternalInstance;
1357
1232
  $data: {};
1358
1233
  $props: Partial<{
@@ -1402,40 +1277,7 @@ declare const VNumberInput: {
1402
1277
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1403
1278
  hint?: string | undefined;
1404
1279
  hideDetails?: boolean | "auto" | undefined;
1405
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1406
- error: boolean;
1407
- direction: "horizontal" | "vertical";
1408
- style: vue.StyleValue;
1409
- disabled: boolean | null;
1410
- readonly: boolean | null;
1411
- messages: string | readonly string[];
1412
- focused: boolean;
1413
- errorMessages: string | readonly string[] | null;
1414
- maxErrors: string | number;
1415
- rules: readonly ValidationRule[];
1416
- density: Density;
1417
- centerAffix: boolean;
1418
- hideSpinButtons: boolean;
1419
- persistentHint: boolean;
1420
- } & {
1421
- name?: string | undefined;
1422
- id?: string | undefined;
1423
- width?: string | number | undefined;
1424
- maxWidth?: string | number | undefined;
1425
- minWidth?: string | number | undefined;
1426
- label?: string | undefined;
1427
- class?: any;
1428
- theme?: string | undefined;
1429
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1430
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1431
- validationValue?: any;
1432
- prependIcon?: IconValue | undefined;
1433
- appendIcon?: IconValue | undefined;
1434
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1435
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1436
- hint?: string | undefined;
1437
- hideDetails?: boolean | "auto" | undefined;
1438
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1280
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1439
1281
  $attrs: {
1440
1282
  [x: string]: unknown;
1441
1283
  };
@@ -1451,6 +1293,7 @@ declare const VNumberInput: {
1451
1293
  }>;
1452
1294
  $root: vue.ComponentPublicInstance | null;
1453
1295
  $parent: vue.ComponentPublicInstance | null;
1296
+ $host: Element | null;
1454
1297
  $emit: (event: string, ...args: any[]) => void;
1455
1298
  $el: any;
1456
1299
  $options: vue.ComponentOptionsBase<{
@@ -1515,7 +1358,7 @@ declare const VNumberInput: {
1515
1358
  append: (arg: VInputSlot) => vue.VNode[];
1516
1359
  details: (arg: VInputSlot) => vue.VNode[];
1517
1360
  message: (arg: VMessageSlot) => vue.VNode[];
1518
- }>>> & {
1361
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1519
1362
  beforeCreate?: (() => void) | (() => void)[];
1520
1363
  created?: (() => void) | (() => void)[];
1521
1364
  beforeMount?: (() => void) | (() => void)[];
@@ -1534,8 +1377,23 @@ declare const VNumberInput: {
1534
1377
  };
1535
1378
  $forceUpdate: () => void;
1536
1379
  $nextTick: typeof nextTick;
1537
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1538
- } & Omit<{
1380
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1381
+ } & Readonly<{
1382
+ error: boolean;
1383
+ direction: "horizontal" | "vertical";
1384
+ style: vue.StyleValue;
1385
+ disabled: boolean | null;
1386
+ readonly: boolean | null;
1387
+ messages: string | readonly string[];
1388
+ focused: boolean;
1389
+ errorMessages: string | readonly string[] | null;
1390
+ maxErrors: string | number;
1391
+ rules: readonly ValidationRule[];
1392
+ density: Density;
1393
+ centerAffix: boolean;
1394
+ hideSpinButtons: boolean;
1395
+ persistentHint: boolean;
1396
+ }> & Omit<{
1539
1397
  error: boolean;
1540
1398
  direction: "horizontal" | "vertical";
1541
1399
  style: vue.StyleValue;
@@ -1568,7 +1426,7 @@ declare const VNumberInput: {
1568
1426
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1569
1427
  hint?: string | undefined;
1570
1428
  hideDetails?: boolean | "auto" | undefined;
1571
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1429
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1572
1430
  reset: () => Promise<void>;
1573
1431
  resetValidation: () => Promise<void>;
1574
1432
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1577,7 +1435,7 @@ declare const VNumberInput: {
1577
1435
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1578
1436
  modelValue?: unknown;
1579
1437
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1580
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1438
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1581
1439
  $: vue.ComponentInternalInstance;
1582
1440
  $data: {};
1583
1441
  $props: Partial<{
@@ -1628,41 +1486,7 @@ declare const VNumberInput: {
1628
1486
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1629
1487
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1630
1488
  centerAffix?: boolean | undefined;
1631
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1632
- flat: boolean;
1633
- reverse: boolean;
1634
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1635
- error: boolean;
1636
- active: boolean;
1637
- style: vue.StyleValue;
1638
- disabled: boolean;
1639
- focused: boolean;
1640
- tile: boolean;
1641
- clearIcon: IconValue;
1642
- clearable: boolean;
1643
- dirty: boolean;
1644
- persistentClear: boolean;
1645
- singleLine: boolean;
1646
- } & {
1647
- id?: string | undefined;
1648
- color?: string | undefined;
1649
- loading?: string | boolean | undefined;
1650
- label?: string | undefined;
1651
- class?: any;
1652
- theme?: string | undefined;
1653
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1654
- rounded?: string | number | boolean | undefined;
1655
- baseColor?: string | undefined;
1656
- bgColor?: string | undefined;
1657
- appendInnerIcon?: IconValue | undefined;
1658
- prependInnerIcon?: IconValue | undefined;
1659
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1660
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1661
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1662
- centerAffix?: boolean | undefined;
1663
- } & {
1664
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1665
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1489
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1666
1490
  $attrs: {
1667
1491
  [x: string]: unknown;
1668
1492
  };
@@ -1684,6 +1508,7 @@ declare const VNumberInput: {
1684
1508
  }>;
1685
1509
  $root: vue.ComponentPublicInstance | null;
1686
1510
  $parent: vue.ComponentPublicInstance | null;
1511
+ $host: Element | null;
1687
1512
  $emit: (event: "update:focused", focused: boolean) => void;
1688
1513
  $el: any;
1689
1514
  $options: vue.ComponentOptionsBase<{
@@ -1721,7 +1546,7 @@ declare const VNumberInput: {
1721
1546
  } & {
1722
1547
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1723
1548
  }, {
1724
- controlRef: vue.Ref<HTMLElement | undefined>;
1549
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1725
1550
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1726
1551
  'update:focused': (focused: boolean) => true;
1727
1552
  'update:modelValue': (value: any) => true;
@@ -1754,7 +1579,7 @@ declare const VNumberInput: {
1754
1579
  }) => vue.VNode[];
1755
1580
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1756
1581
  default: (arg: VFieldSlot) => vue.VNode[];
1757
- }>>> & {
1582
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1758
1583
  beforeCreate?: (() => void) | (() => void)[];
1759
1584
  created?: (() => void) | (() => void)[];
1760
1585
  beforeMount?: (() => void) | (() => void)[];
@@ -1773,8 +1598,25 @@ declare const VNumberInput: {
1773
1598
  };
1774
1599
  $forceUpdate: () => void;
1775
1600
  $nextTick: typeof nextTick;
1776
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1777
- } & Omit<{
1601
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1602
+ } & Readonly<{
1603
+ flat: boolean;
1604
+ reverse: boolean;
1605
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1606
+ error: boolean;
1607
+ active: boolean;
1608
+ style: vue.StyleValue;
1609
+ disabled: boolean;
1610
+ focused: boolean;
1611
+ rounded: string | number | boolean;
1612
+ tile: boolean;
1613
+ clearIcon: IconValue;
1614
+ centerAffix: boolean;
1615
+ clearable: boolean;
1616
+ dirty: boolean;
1617
+ persistentClear: boolean;
1618
+ singleLine: boolean;
1619
+ }> & Omit<{
1778
1620
  flat: boolean;
1779
1621
  reverse: boolean;
1780
1622
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1808,12 +1650,12 @@ declare const VNumberInput: {
1808
1650
  centerAffix?: boolean | undefined;
1809
1651
  } & {
1810
1652
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1811
- }, "controlRef"> & vue.ShallowUnwrapRef<{
1812
- controlRef: vue.Ref<HTMLElement | undefined>;
1653
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
1654
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1813
1655
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1814
1656
  modelValue?: unknown;
1815
1657
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1816
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1658
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1817
1659
  _allExposed: {
1818
1660
  reset: () => Promise<void>;
1819
1661
  resetValidation: () => Promise<void>;
@@ -1821,9 +1663,9 @@ declare const VNumberInput: {
1821
1663
  isValid: vue.ComputedRef<boolean | null>;
1822
1664
  errorMessages: vue.ComputedRef<string[]>;
1823
1665
  } | {
1824
- controlRef: vue.Ref<HTMLElement | undefined>;
1666
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1825
1667
  } | {};
1826
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1668
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1827
1669
  _allExposed: (HTMLInputElement & Omit<Omit<{
1828
1670
  $: vue.ComponentInternalInstance;
1829
1671
  $data: {};
@@ -1874,40 +1716,7 @@ declare const VNumberInput: {
1874
1716
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1875
1717
  hint?: string | undefined;
1876
1718
  hideDetails?: boolean | "auto" | undefined;
1877
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1878
- error: boolean;
1879
- direction: "horizontal" | "vertical";
1880
- style: vue.StyleValue;
1881
- disabled: boolean | null;
1882
- readonly: boolean | null;
1883
- messages: string | readonly string[];
1884
- focused: boolean;
1885
- errorMessages: string | readonly string[] | null;
1886
- maxErrors: string | number;
1887
- rules: readonly ValidationRule[];
1888
- density: Density;
1889
- centerAffix: boolean;
1890
- hideSpinButtons: boolean;
1891
- persistentHint: boolean;
1892
- } & {
1893
- name?: string | undefined;
1894
- id?: string | undefined;
1895
- width?: string | number | undefined;
1896
- maxWidth?: string | number | undefined;
1897
- minWidth?: string | number | undefined;
1898
- label?: string | undefined;
1899
- class?: any;
1900
- theme?: string | undefined;
1901
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1902
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1903
- validationValue?: any;
1904
- prependIcon?: IconValue | undefined;
1905
- appendIcon?: IconValue | undefined;
1906
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1907
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1908
- hint?: string | undefined;
1909
- hideDetails?: boolean | "auto" | undefined;
1910
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1719
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1911
1720
  $attrs: {
1912
1721
  [x: string]: unknown;
1913
1722
  };
@@ -1923,6 +1732,7 @@ declare const VNumberInput: {
1923
1732
  }>;
1924
1733
  $root: vue.ComponentPublicInstance | null;
1925
1734
  $parent: vue.ComponentPublicInstance | null;
1735
+ $host: Element | null;
1926
1736
  $emit: (event: string, ...args: any[]) => void;
1927
1737
  $el: any;
1928
1738
  $options: vue.ComponentOptionsBase<{
@@ -1987,7 +1797,7 @@ declare const VNumberInput: {
1987
1797
  append: (arg: VInputSlot) => vue.VNode[];
1988
1798
  details: (arg: VInputSlot) => vue.VNode[];
1989
1799
  message: (arg: VMessageSlot) => vue.VNode[];
1990
- }>>> & {
1800
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1991
1801
  beforeCreate?: (() => void) | (() => void)[];
1992
1802
  created?: (() => void) | (() => void)[];
1993
1803
  beforeMount?: (() => void) | (() => void)[];
@@ -2006,8 +1816,23 @@ declare const VNumberInput: {
2006
1816
  };
2007
1817
  $forceUpdate: () => void;
2008
1818
  $nextTick: typeof nextTick;
2009
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2010
- } & Omit<{
1819
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1820
+ } & Readonly<{
1821
+ error: boolean;
1822
+ direction: "horizontal" | "vertical";
1823
+ style: vue.StyleValue;
1824
+ disabled: boolean | null;
1825
+ readonly: boolean | null;
1826
+ messages: string | readonly string[];
1827
+ focused: boolean;
1828
+ errorMessages: string | readonly string[] | null;
1829
+ maxErrors: string | number;
1830
+ rules: readonly ValidationRule[];
1831
+ density: Density;
1832
+ centerAffix: boolean;
1833
+ hideSpinButtons: boolean;
1834
+ persistentHint: boolean;
1835
+ }> & Omit<{
2011
1836
  error: boolean;
2012
1837
  direction: "horizontal" | "vertical";
2013
1838
  style: vue.StyleValue;
@@ -2040,7 +1865,7 @@ declare const VNumberInput: {
2040
1865
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2041
1866
  hint?: string | undefined;
2042
1867
  hideDetails?: boolean | "auto" | undefined;
2043
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1868
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
2044
1869
  reset: () => Promise<void>;
2045
1870
  resetValidation: () => Promise<void>;
2046
1871
  validate: (silent?: boolean) => Promise<string[]>;
@@ -2049,7 +1874,7 @@ declare const VNumberInput: {
2049
1874
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2050
1875
  modelValue?: unknown;
2051
1876
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2052
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1877
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2053
1878
  $: vue.ComponentInternalInstance;
2054
1879
  $data: {};
2055
1880
  $props: Partial<{
@@ -2100,41 +1925,7 @@ declare const VNumberInput: {
2100
1925
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2101
1926
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2102
1927
  centerAffix?: boolean | undefined;
2103
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2104
- flat: boolean;
2105
- reverse: boolean;
2106
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2107
- error: boolean;
2108
- active: boolean;
2109
- style: vue.StyleValue;
2110
- disabled: boolean;
2111
- focused: boolean;
2112
- tile: boolean;
2113
- clearIcon: IconValue;
2114
- clearable: boolean;
2115
- dirty: boolean;
2116
- persistentClear: boolean;
2117
- singleLine: boolean;
2118
- } & {
2119
- id?: string | undefined;
2120
- color?: string | undefined;
2121
- loading?: string | boolean | undefined;
2122
- label?: string | undefined;
2123
- class?: any;
2124
- theme?: string | undefined;
2125
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2126
- rounded?: string | number | boolean | undefined;
2127
- baseColor?: string | undefined;
2128
- bgColor?: string | undefined;
2129
- appendInnerIcon?: IconValue | undefined;
2130
- prependInnerIcon?: IconValue | undefined;
2131
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2132
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2133
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2134
- centerAffix?: boolean | undefined;
2135
- } & {
2136
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2137
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1928
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2138
1929
  $attrs: {
2139
1930
  [x: string]: unknown;
2140
1931
  };
@@ -2156,6 +1947,7 @@ declare const VNumberInput: {
2156
1947
  }>;
2157
1948
  $root: vue.ComponentPublicInstance | null;
2158
1949
  $parent: vue.ComponentPublicInstance | null;
1950
+ $host: Element | null;
2159
1951
  $emit: (event: "update:focused", focused: boolean) => void;
2160
1952
  $el: any;
2161
1953
  $options: vue.ComponentOptionsBase<{
@@ -2193,7 +1985,7 @@ declare const VNumberInput: {
2193
1985
  } & {
2194
1986
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2195
1987
  }, {
2196
- controlRef: vue.Ref<HTMLElement | undefined>;
1988
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2197
1989
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2198
1990
  'update:focused': (focused: boolean) => true;
2199
1991
  'update:modelValue': (value: any) => true;
@@ -2226,7 +2018,7 @@ declare const VNumberInput: {
2226
2018
  }) => vue.VNode[];
2227
2019
  loader: (arg: LoaderSlotProps) => vue.VNode[];
2228
2020
  default: (arg: VFieldSlot) => vue.VNode[];
2229
- }>>> & {
2021
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
2230
2022
  beforeCreate?: (() => void) | (() => void)[];
2231
2023
  created?: (() => void) | (() => void)[];
2232
2024
  beforeMount?: (() => void) | (() => void)[];
@@ -2245,8 +2037,25 @@ declare const VNumberInput: {
2245
2037
  };
2246
2038
  $forceUpdate: () => void;
2247
2039
  $nextTick: typeof nextTick;
2248
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2249
- } & Omit<{
2040
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2041
+ } & Readonly<{
2042
+ flat: boolean;
2043
+ reverse: boolean;
2044
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2045
+ error: boolean;
2046
+ active: boolean;
2047
+ style: vue.StyleValue;
2048
+ disabled: boolean;
2049
+ focused: boolean;
2050
+ rounded: string | number | boolean;
2051
+ tile: boolean;
2052
+ clearIcon: IconValue;
2053
+ centerAffix: boolean;
2054
+ clearable: boolean;
2055
+ dirty: boolean;
2056
+ persistentClear: boolean;
2057
+ singleLine: boolean;
2058
+ }> & Omit<{
2250
2059
  flat: boolean;
2251
2060
  reverse: boolean;
2252
2061
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2280,12 +2089,12 @@ declare const VNumberInput: {
2280
2089
  centerAffix?: boolean | undefined;
2281
2090
  } & {
2282
2091
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2283
- }, "controlRef"> & vue.ShallowUnwrapRef<{
2284
- controlRef: vue.Ref<HTMLElement | undefined>;
2092
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
2093
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2285
2094
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2286
2095
  modelValue?: unknown;
2287
2096
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2288
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2097
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2289
2098
  _allExposed: {
2290
2099
  reset: () => Promise<void>;
2291
2100
  resetValidation: () => Promise<void>;
@@ -2293,140 +2102,12 @@ declare const VNumberInput: {
2293
2102
  isValid: vue.ComputedRef<boolean | null>;
2294
2103
  errorMessages: vue.ComputedRef<string[]>;
2295
2104
  } | {
2296
- controlRef: vue.Ref<HTMLElement | undefined>;
2105
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2297
2106
  } | {};
2298
2107
  }) | {};
2299
2108
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2300
2109
  'update:modelValue': (val: number) => true;
2301
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2302
- flat: boolean;
2303
- reverse: boolean;
2304
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2305
- max: number;
2306
- type: string;
2307
- error: boolean;
2308
- active: boolean;
2309
- min: number;
2310
- direction: "horizontal" | "vertical";
2311
- inset: boolean;
2312
- style: vue.StyleValue;
2313
- autofocus: boolean;
2314
- disabled: boolean;
2315
- readonly: boolean | null;
2316
- step: number;
2317
- messages: string | readonly string[];
2318
- focused: boolean;
2319
- errorMessages: string | readonly string[] | null;
2320
- maxErrors: string | number;
2321
- rules: readonly ValidationRule[];
2322
- modelValue: Number | null;
2323
- tile: boolean;
2324
- density: Density;
2325
- clearIcon: IconValue;
2326
- hideSpinButtons: boolean;
2327
- persistentHint: boolean;
2328
- clearable: boolean;
2329
- dirty: boolean;
2330
- persistentClear: boolean;
2331
- singleLine: boolean;
2332
- persistentPlaceholder: boolean;
2333
- persistentCounter: boolean;
2334
- hideInput: boolean;
2335
- controlVariant: ControlVariant;
2336
- } & {
2337
- name?: string | undefined;
2338
- id?: string | undefined;
2339
- width?: string | number | undefined;
2340
- color?: string | undefined;
2341
- maxWidth?: string | number | undefined;
2342
- minWidth?: string | number | undefined;
2343
- loading?: string | boolean | undefined;
2344
- label?: string | undefined;
2345
- prefix?: string | undefined;
2346
- role?: string | undefined;
2347
- class?: any;
2348
- theme?: string | undefined;
2349
- placeholder?: string | undefined;
2350
- counter?: string | number | boolean | undefined;
2351
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2352
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2353
- validationValue?: any;
2354
- rounded?: string | number | boolean | undefined;
2355
- baseColor?: string | undefined;
2356
- bgColor?: string | undefined;
2357
- prependIcon?: IconValue | undefined;
2358
- appendIcon?: IconValue | undefined;
2359
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2360
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2361
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2362
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2363
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2364
- centerAffix?: boolean | undefined;
2365
- hint?: string | undefined;
2366
- hideDetails?: boolean | "auto" | undefined;
2367
- suffix?: string | undefined;
2368
- counterValue?: number | ((value: any) => number) | undefined;
2369
- modelModifiers?: Record<string, boolean> | undefined;
2370
- } & {
2371
- $children?: {} | vue.VNodeChild | {
2372
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2373
- clear?: ((arg: DefaultInputSlot & {
2374
- props: Record<string, any>;
2375
- }) => vue.VNodeChild) | undefined;
2376
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2377
- label?: ((arg: DefaultInputSlot & {
2378
- label: string | undefined;
2379
- props: Record<string, any>;
2380
- }) => vue.VNodeChild) | undefined;
2381
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2382
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2383
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2384
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2385
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2386
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2387
- increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2388
- decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2389
- };
2390
- 'v-slots'?: {
2391
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2392
- clear?: false | ((arg: DefaultInputSlot & {
2393
- props: Record<string, any>;
2394
- }) => vue.VNodeChild) | undefined;
2395
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2396
- label?: false | ((arg: DefaultInputSlot & {
2397
- label: string | undefined;
2398
- props: Record<string, any>;
2399
- }) => vue.VNodeChild) | undefined;
2400
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2401
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2402
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2403
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2404
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2405
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2406
- increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2407
- decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2408
- } | undefined;
2409
- } & {
2410
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2411
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
2412
- props: Record<string, any>;
2413
- }) => vue.VNodeChild) | undefined;
2414
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2415
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
2416
- label: string | undefined;
2417
- props: Record<string, any>;
2418
- }) => vue.VNodeChild) | undefined;
2419
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2420
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2421
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2422
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2423
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2424
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2425
- "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2426
- "v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2427
- } & {
2428
- "onUpdate:modelValue"?: ((val: number) => any) | undefined;
2429
- }, {
2110
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
2430
2111
  flat: boolean;
2431
2112
  reverse: boolean;
2432
2113
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2481,7 +2162,7 @@ declare const VNumberInput: {
2481
2162
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2482
2163
  increment: (arg: ControlSlot) => vue.VNode[];
2483
2164
  decrement: (arg: ControlSlot) => vue.VNode[];
2484
- }>>, {
2165
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
2485
2166
  P: {};
2486
2167
  B: {};
2487
2168
  D: {};
@@ -2768,131 +2449,7 @@ declare const VNumberInput: {
2768
2449
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2769
2450
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
2770
2451
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2771
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2772
- flat: boolean;
2773
- reverse: boolean;
2774
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2775
- type: string;
2776
- error: boolean;
2777
- active: boolean;
2778
- direction: "horizontal" | "vertical";
2779
- style: vue.StyleValue;
2780
- autofocus: boolean;
2781
- disabled: boolean;
2782
- readonly: boolean | null;
2783
- messages: string | readonly string[];
2784
- focused: boolean;
2785
- errorMessages: string | readonly string[] | null;
2786
- maxErrors: string | number;
2787
- rules: readonly ValidationRule[];
2788
- tile: boolean;
2789
- density: Density;
2790
- clearIcon: IconValue;
2791
- hideSpinButtons: boolean;
2792
- persistentHint: boolean;
2793
- clearable: boolean;
2794
- dirty: boolean;
2795
- persistentClear: boolean;
2796
- singleLine: boolean;
2797
- persistentPlaceholder: boolean;
2798
- persistentCounter: boolean;
2799
- } & {
2800
- name?: string | undefined;
2801
- id?: string | undefined;
2802
- width?: string | number | undefined;
2803
- color?: string | undefined;
2804
- maxWidth?: string | number | undefined;
2805
- minWidth?: string | number | undefined;
2806
- loading?: string | boolean | undefined;
2807
- label?: string | undefined;
2808
- prefix?: string | undefined;
2809
- role?: string | undefined;
2810
- class?: any;
2811
- theme?: string | undefined;
2812
- placeholder?: string | undefined;
2813
- counter?: string | number | boolean | undefined;
2814
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2815
- modelValue?: any;
2816
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2817
- validationValue?: any;
2818
- rounded?: string | number | boolean | undefined;
2819
- baseColor?: string | undefined;
2820
- bgColor?: string | undefined;
2821
- prependIcon?: IconValue | undefined;
2822
- appendIcon?: IconValue | undefined;
2823
- appendInnerIcon?: IconValue | undefined;
2824
- prependInnerIcon?: IconValue | undefined;
2825
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2826
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2827
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2828
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2829
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2830
- centerAffix?: boolean | undefined;
2831
- hint?: string | undefined;
2832
- hideDetails?: boolean | "auto" | undefined;
2833
- suffix?: string | undefined;
2834
- counterValue?: number | ((value: any) => number) | undefined;
2835
- modelModifiers?: Record<string, boolean> | undefined;
2836
- } & {
2837
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2838
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2839
- clear?: ((arg: DefaultInputSlot & {
2840
- props: Record<string, any>;
2841
- }) => vue.VNodeChild) | undefined;
2842
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2843
- label?: ((arg: DefaultInputSlot & {
2844
- label: string | undefined;
2845
- props: Record<string, any>;
2846
- }) => vue.VNodeChild) | undefined;
2847
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2848
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2849
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2850
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2851
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2852
- default?: (() => vue.VNodeChild) | undefined;
2853
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2854
- };
2855
- 'v-slots'?: {
2856
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2857
- clear?: false | ((arg: DefaultInputSlot & {
2858
- props: Record<string, any>;
2859
- }) => vue.VNodeChild) | undefined;
2860
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2861
- label?: false | ((arg: DefaultInputSlot & {
2862
- label: string | undefined;
2863
- props: Record<string, any>;
2864
- }) => vue.VNodeChild) | undefined;
2865
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2866
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2867
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2868
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2869
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2870
- default?: false | (() => vue.VNodeChild) | undefined;
2871
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2872
- } | undefined;
2873
- } & {
2874
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2875
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
2876
- props: Record<string, any>;
2877
- }) => vue.VNodeChild) | undefined;
2878
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2879
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
2880
- label: string | undefined;
2881
- props: Record<string, any>;
2882
- }) => vue.VNodeChild) | undefined;
2883
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2884
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2885
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2886
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2887
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2888
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2889
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2890
- } & {
2891
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2892
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2893
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
2894
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2895
- }, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
2452
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
2896
2453
  $attrs: {
2897
2454
  [x: string]: unknown;
2898
2455
  };
@@ -2919,6 +2476,7 @@ declare const VNumberInput: {
2919
2476
  }>;
2920
2477
  $root: vue.ComponentPublicInstance | null;
2921
2478
  $parent: vue.ComponentPublicInstance | null;
2479
+ $host: Element | null;
2922
2480
  $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
2923
2481
  $el: any;
2924
2482
  $options: vue.ComponentOptionsBase<{
@@ -3095,40 +2653,7 @@ declare const VNumberInput: {
3095
2653
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3096
2654
  hint?: string | undefined;
3097
2655
  hideDetails?: boolean | "auto" | undefined;
3098
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3099
- error: boolean;
3100
- direction: "horizontal" | "vertical";
3101
- style: vue.StyleValue;
3102
- disabled: boolean | null;
3103
- readonly: boolean | null;
3104
- messages: string | readonly string[];
3105
- focused: boolean;
3106
- errorMessages: string | readonly string[] | null;
3107
- maxErrors: string | number;
3108
- rules: readonly ValidationRule[];
3109
- density: Density;
3110
- centerAffix: boolean;
3111
- hideSpinButtons: boolean;
3112
- persistentHint: boolean;
3113
- } & {
3114
- name?: string | undefined;
3115
- id?: string | undefined;
3116
- width?: string | number | undefined;
3117
- maxWidth?: string | number | undefined;
3118
- minWidth?: string | number | undefined;
3119
- label?: string | undefined;
3120
- class?: any;
3121
- theme?: string | undefined;
3122
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3123
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3124
- validationValue?: any;
3125
- prependIcon?: IconValue | undefined;
3126
- appendIcon?: IconValue | undefined;
3127
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3128
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3129
- hint?: string | undefined;
3130
- hideDetails?: boolean | "auto" | undefined;
3131
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
2656
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
3132
2657
  $attrs: {
3133
2658
  [x: string]: unknown;
3134
2659
  };
@@ -3144,6 +2669,7 @@ declare const VNumberInput: {
3144
2669
  }>;
3145
2670
  $root: vue.ComponentPublicInstance | null;
3146
2671
  $parent: vue.ComponentPublicInstance | null;
2672
+ $host: Element | null;
3147
2673
  $emit: (event: string, ...args: any[]) => void;
3148
2674
  $el: any;
3149
2675
  $options: vue.ComponentOptionsBase<{
@@ -3208,7 +2734,7 @@ declare const VNumberInput: {
3208
2734
  append: (arg: VInputSlot) => vue.VNode[];
3209
2735
  details: (arg: VInputSlot) => vue.VNode[];
3210
2736
  message: (arg: VMessageSlot) => vue.VNode[];
3211
- }>>> & {
2737
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3212
2738
  beforeCreate?: (() => void) | (() => void)[];
3213
2739
  created?: (() => void) | (() => void)[];
3214
2740
  beforeMount?: (() => void) | (() => void)[];
@@ -3227,8 +2753,23 @@ declare const VNumberInput: {
3227
2753
  };
3228
2754
  $forceUpdate: () => void;
3229
2755
  $nextTick: typeof nextTick;
3230
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3231
- } & Omit<{
2756
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2757
+ } & Readonly<{
2758
+ error: boolean;
2759
+ direction: "horizontal" | "vertical";
2760
+ style: vue.StyleValue;
2761
+ disabled: boolean | null;
2762
+ readonly: boolean | null;
2763
+ messages: string | readonly string[];
2764
+ focused: boolean;
2765
+ errorMessages: string | readonly string[] | null;
2766
+ maxErrors: string | number;
2767
+ rules: readonly ValidationRule[];
2768
+ density: Density;
2769
+ centerAffix: boolean;
2770
+ hideSpinButtons: boolean;
2771
+ persistentHint: boolean;
2772
+ }> & Omit<{
3232
2773
  error: boolean;
3233
2774
  direction: "horizontal" | "vertical";
3234
2775
  style: vue.StyleValue;
@@ -3261,7 +2802,7 @@ declare const VNumberInput: {
3261
2802
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3262
2803
  hint?: string | undefined;
3263
2804
  hideDetails?: boolean | "auto" | undefined;
3264
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
2805
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
3265
2806
  reset: () => Promise<void>;
3266
2807
  resetValidation: () => Promise<void>;
3267
2808
  validate: (silent?: boolean) => Promise<string[]>;
@@ -3270,7 +2811,7 @@ declare const VNumberInput: {
3270
2811
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3271
2812
  modelValue?: unknown;
3272
2813
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3273
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2814
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3274
2815
  $: vue.ComponentInternalInstance;
3275
2816
  $data: {};
3276
2817
  $props: Partial<{
@@ -3321,41 +2862,7 @@ declare const VNumberInput: {
3321
2862
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3322
2863
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3323
2864
  centerAffix?: boolean | undefined;
3324
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3325
- flat: boolean;
3326
- reverse: boolean;
3327
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3328
- error: boolean;
3329
- active: boolean;
3330
- style: vue.StyleValue;
3331
- disabled: boolean;
3332
- focused: boolean;
3333
- tile: boolean;
3334
- clearIcon: IconValue;
3335
- clearable: boolean;
3336
- dirty: boolean;
3337
- persistentClear: boolean;
3338
- singleLine: boolean;
3339
- } & {
3340
- id?: string | undefined;
3341
- color?: string | undefined;
3342
- loading?: string | boolean | undefined;
3343
- label?: string | undefined;
3344
- class?: any;
3345
- theme?: string | undefined;
3346
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3347
- rounded?: string | number | boolean | undefined;
3348
- baseColor?: string | undefined;
3349
- bgColor?: string | undefined;
3350
- appendInnerIcon?: IconValue | undefined;
3351
- prependInnerIcon?: IconValue | undefined;
3352
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3353
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3354
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3355
- centerAffix?: boolean | undefined;
3356
- } & {
3357
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3358
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2865
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3359
2866
  $attrs: {
3360
2867
  [x: string]: unknown;
3361
2868
  };
@@ -3377,6 +2884,7 @@ declare const VNumberInput: {
3377
2884
  }>;
3378
2885
  $root: vue.ComponentPublicInstance | null;
3379
2886
  $parent: vue.ComponentPublicInstance | null;
2887
+ $host: Element | null;
3380
2888
  $emit: (event: "update:focused", focused: boolean) => void;
3381
2889
  $el: any;
3382
2890
  $options: vue.ComponentOptionsBase<{
@@ -3414,7 +2922,7 @@ declare const VNumberInput: {
3414
2922
  } & {
3415
2923
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3416
2924
  }, {
3417
- controlRef: vue.Ref<HTMLElement | undefined>;
2925
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
3418
2926
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3419
2927
  'update:focused': (focused: boolean) => true;
3420
2928
  'update:modelValue': (value: any) => true;
@@ -3447,7 +2955,7 @@ declare const VNumberInput: {
3447
2955
  }) => vue.VNode[];
3448
2956
  loader: (arg: LoaderSlotProps) => vue.VNode[];
3449
2957
  default: (arg: VFieldSlot) => vue.VNode[];
3450
- }>>> & {
2958
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3451
2959
  beforeCreate?: (() => void) | (() => void)[];
3452
2960
  created?: (() => void) | (() => void)[];
3453
2961
  beforeMount?: (() => void) | (() => void)[];
@@ -3466,8 +2974,25 @@ declare const VNumberInput: {
3466
2974
  };
3467
2975
  $forceUpdate: () => void;
3468
2976
  $nextTick: typeof nextTick;
3469
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3470
- } & Omit<{
2977
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2978
+ } & Readonly<{
2979
+ flat: boolean;
2980
+ reverse: boolean;
2981
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2982
+ error: boolean;
2983
+ active: boolean;
2984
+ style: vue.StyleValue;
2985
+ disabled: boolean;
2986
+ focused: boolean;
2987
+ rounded: string | number | boolean;
2988
+ tile: boolean;
2989
+ clearIcon: IconValue;
2990
+ centerAffix: boolean;
2991
+ clearable: boolean;
2992
+ dirty: boolean;
2993
+ persistentClear: boolean;
2994
+ singleLine: boolean;
2995
+ }> & Omit<{
3471
2996
  flat: boolean;
3472
2997
  reverse: boolean;
3473
2998
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3501,12 +3026,12 @@ declare const VNumberInput: {
3501
3026
  centerAffix?: boolean | undefined;
3502
3027
  } & {
3503
3028
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3504
- }, "controlRef"> & vue.ShallowUnwrapRef<{
3505
- controlRef: vue.Ref<HTMLElement | undefined>;
3029
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
3030
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
3506
3031
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3507
3032
  modelValue?: unknown;
3508
3033
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3509
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3034
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3510
3035
  _allExposed: {
3511
3036
  reset: () => Promise<void>;
3512
3037
  resetValidation: () => Promise<void>;
@@ -3514,7 +3039,7 @@ declare const VNumberInput: {
3514
3039
  isValid: vue.ComputedRef<boolean | null>;
3515
3040
  errorMessages: vue.ComputedRef<string[]>;
3516
3041
  } | {
3517
- controlRef: vue.Ref<HTMLElement | undefined>;
3042
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
3518
3043
  } | {};
3519
3044
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3520
3045
  'click:control': (e: MouseEvent) => true;
@@ -3568,7 +3093,7 @@ declare const VNumberInput: {
3568
3093
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
3569
3094
  default: () => vue.VNode[];
3570
3095
  counter: (arg: VCounterSlot) => vue.VNode[];
3571
- }>>> & {
3096
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3572
3097
  beforeCreate?: (() => void) | (() => void)[];
3573
3098
  created?: (() => void) | (() => void)[];
3574
3099
  beforeMount?: (() => void) | (() => void)[];
@@ -3587,8 +3112,38 @@ declare const VNumberInput: {
3587
3112
  };
3588
3113
  $forceUpdate: () => void;
3589
3114
  $nextTick: typeof nextTick;
3590
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3591
- } & Omit<{
3115
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3116
+ } & Readonly<{
3117
+ flat: boolean;
3118
+ reverse: boolean;
3119
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3120
+ type: string;
3121
+ error: boolean;
3122
+ active: boolean;
3123
+ direction: "horizontal" | "vertical";
3124
+ style: vue.StyleValue;
3125
+ autofocus: boolean;
3126
+ disabled: boolean;
3127
+ readonly: boolean | null;
3128
+ messages: string | readonly string[];
3129
+ focused: boolean;
3130
+ errorMessages: string | readonly string[] | null;
3131
+ maxErrors: string | number;
3132
+ rules: readonly ValidationRule[];
3133
+ rounded: string | number | boolean;
3134
+ tile: boolean;
3135
+ density: Density;
3136
+ clearIcon: IconValue;
3137
+ centerAffix: boolean;
3138
+ hideSpinButtons: boolean;
3139
+ persistentHint: boolean;
3140
+ clearable: boolean;
3141
+ dirty: boolean;
3142
+ persistentClear: boolean;
3143
+ singleLine: boolean;
3144
+ persistentPlaceholder: boolean;
3145
+ persistentCounter: boolean;
3146
+ }> & Omit<{
3592
3147
  flat: boolean;
3593
3148
  reverse: boolean;
3594
3149
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3712,7 +3267,7 @@ declare const VNumberInput: {
3712
3267
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
3713
3268
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
3714
3269
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
3715
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3270
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3716
3271
  $: vue.ComponentInternalInstance;
3717
3272
  $data: {};
3718
3273
  $props: Partial<{
@@ -3762,40 +3317,7 @@ declare const VNumberInput: {
3762
3317
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3763
3318
  hint?: string | undefined;
3764
3319
  hideDetails?: boolean | "auto" | undefined;
3765
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3766
- error: boolean;
3767
- direction: "horizontal" | "vertical";
3768
- style: vue.StyleValue;
3769
- disabled: boolean | null;
3770
- readonly: boolean | null;
3771
- messages: string | readonly string[];
3772
- focused: boolean;
3773
- errorMessages: string | readonly string[] | null;
3774
- maxErrors: string | number;
3775
- rules: readonly ValidationRule[];
3776
- density: Density;
3777
- centerAffix: boolean;
3778
- hideSpinButtons: boolean;
3779
- persistentHint: boolean;
3780
- } & {
3781
- name?: string | undefined;
3782
- id?: string | undefined;
3783
- width?: string | number | undefined;
3784
- maxWidth?: string | number | undefined;
3785
- minWidth?: string | number | undefined;
3786
- label?: string | undefined;
3787
- class?: any;
3788
- theme?: string | undefined;
3789
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3790
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3791
- validationValue?: any;
3792
- prependIcon?: IconValue | undefined;
3793
- appendIcon?: IconValue | undefined;
3794
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3795
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3796
- hint?: string | undefined;
3797
- hideDetails?: boolean | "auto" | undefined;
3798
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
3320
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
3799
3321
  $attrs: {
3800
3322
  [x: string]: unknown;
3801
3323
  };
@@ -3811,6 +3333,7 @@ declare const VNumberInput: {
3811
3333
  }>;
3812
3334
  $root: vue.ComponentPublicInstance | null;
3813
3335
  $parent: vue.ComponentPublicInstance | null;
3336
+ $host: Element | null;
3814
3337
  $emit: (event: string, ...args: any[]) => void;
3815
3338
  $el: any;
3816
3339
  $options: vue.ComponentOptionsBase<{
@@ -3875,7 +3398,7 @@ declare const VNumberInput: {
3875
3398
  append: (arg: VInputSlot) => vue.VNode[];
3876
3399
  details: (arg: VInputSlot) => vue.VNode[];
3877
3400
  message: (arg: VMessageSlot) => vue.VNode[];
3878
- }>>> & {
3401
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3879
3402
  beforeCreate?: (() => void) | (() => void)[];
3880
3403
  created?: (() => void) | (() => void)[];
3881
3404
  beforeMount?: (() => void) | (() => void)[];
@@ -3894,8 +3417,23 @@ declare const VNumberInput: {
3894
3417
  };
3895
3418
  $forceUpdate: () => void;
3896
3419
  $nextTick: typeof nextTick;
3897
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3898
- } & Omit<{
3420
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3421
+ } & Readonly<{
3422
+ error: boolean;
3423
+ direction: "horizontal" | "vertical";
3424
+ style: vue.StyleValue;
3425
+ disabled: boolean | null;
3426
+ readonly: boolean | null;
3427
+ messages: string | readonly string[];
3428
+ focused: boolean;
3429
+ errorMessages: string | readonly string[] | null;
3430
+ maxErrors: string | number;
3431
+ rules: readonly ValidationRule[];
3432
+ density: Density;
3433
+ centerAffix: boolean;
3434
+ hideSpinButtons: boolean;
3435
+ persistentHint: boolean;
3436
+ }> & Omit<{
3899
3437
  error: boolean;
3900
3438
  direction: "horizontal" | "vertical";
3901
3439
  style: vue.StyleValue;
@@ -3928,7 +3466,7 @@ declare const VNumberInput: {
3928
3466
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3929
3467
  hint?: string | undefined;
3930
3468
  hideDetails?: boolean | "auto" | undefined;
3931
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3469
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
3932
3470
  reset: () => Promise<void>;
3933
3471
  resetValidation: () => Promise<void>;
3934
3472
  validate: (silent?: boolean) => Promise<string[]>;
@@ -3937,7 +3475,7 @@ declare const VNumberInput: {
3937
3475
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3938
3476
  modelValue?: unknown;
3939
3477
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3940
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3478
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3941
3479
  $: vue.ComponentInternalInstance;
3942
3480
  $data: {};
3943
3481
  $props: Partial<{
@@ -3988,41 +3526,7 @@ declare const VNumberInput: {
3988
3526
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3989
3527
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3990
3528
  centerAffix?: boolean | undefined;
3991
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3992
- flat: boolean;
3993
- reverse: boolean;
3994
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3995
- error: boolean;
3996
- active: boolean;
3997
- style: vue.StyleValue;
3998
- disabled: boolean;
3999
- focused: boolean;
4000
- tile: boolean;
4001
- clearIcon: IconValue;
4002
- clearable: boolean;
4003
- dirty: boolean;
4004
- persistentClear: boolean;
4005
- singleLine: boolean;
4006
- } & {
4007
- id?: string | undefined;
4008
- color?: string | undefined;
4009
- loading?: string | boolean | undefined;
4010
- label?: string | undefined;
4011
- class?: any;
4012
- theme?: string | undefined;
4013
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4014
- rounded?: string | number | boolean | undefined;
4015
- baseColor?: string | undefined;
4016
- bgColor?: string | undefined;
4017
- appendInnerIcon?: IconValue | undefined;
4018
- prependInnerIcon?: IconValue | undefined;
4019
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4020
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4021
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4022
- centerAffix?: boolean | undefined;
4023
- } & {
4024
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4025
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3529
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4026
3530
  $attrs: {
4027
3531
  [x: string]: unknown;
4028
3532
  };
@@ -4044,6 +3548,7 @@ declare const VNumberInput: {
4044
3548
  }>;
4045
3549
  $root: vue.ComponentPublicInstance | null;
4046
3550
  $parent: vue.ComponentPublicInstance | null;
3551
+ $host: Element | null;
4047
3552
  $emit: (event: "update:focused", focused: boolean) => void;
4048
3553
  $el: any;
4049
3554
  $options: vue.ComponentOptionsBase<{
@@ -4081,7 +3586,7 @@ declare const VNumberInput: {
4081
3586
  } & {
4082
3587
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4083
3588
  }, {
4084
- controlRef: vue.Ref<HTMLElement | undefined>;
3589
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4085
3590
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4086
3591
  'update:focused': (focused: boolean) => true;
4087
3592
  'update:modelValue': (value: any) => true;
@@ -4114,7 +3619,7 @@ declare const VNumberInput: {
4114
3619
  }) => vue.VNode[];
4115
3620
  loader: (arg: LoaderSlotProps) => vue.VNode[];
4116
3621
  default: (arg: VFieldSlot) => vue.VNode[];
4117
- }>>> & {
3622
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4118
3623
  beforeCreate?: (() => void) | (() => void)[];
4119
3624
  created?: (() => void) | (() => void)[];
4120
3625
  beforeMount?: (() => void) | (() => void)[];
@@ -4133,8 +3638,25 @@ declare const VNumberInput: {
4133
3638
  };
4134
3639
  $forceUpdate: () => void;
4135
3640
  $nextTick: typeof nextTick;
4136
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4137
- } & Omit<{
3641
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3642
+ } & Readonly<{
3643
+ flat: boolean;
3644
+ reverse: boolean;
3645
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3646
+ error: boolean;
3647
+ active: boolean;
3648
+ style: vue.StyleValue;
3649
+ disabled: boolean;
3650
+ focused: boolean;
3651
+ rounded: string | number | boolean;
3652
+ tile: boolean;
3653
+ clearIcon: IconValue;
3654
+ centerAffix: boolean;
3655
+ clearable: boolean;
3656
+ dirty: boolean;
3657
+ persistentClear: boolean;
3658
+ singleLine: boolean;
3659
+ }> & Omit<{
4138
3660
  flat: boolean;
4139
3661
  reverse: boolean;
4140
3662
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4168,12 +3690,12 @@ declare const VNumberInput: {
4168
3690
  centerAffix?: boolean | undefined;
4169
3691
  } & {
4170
3692
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4171
- }, "controlRef"> & vue.ShallowUnwrapRef<{
4172
- controlRef: vue.Ref<HTMLElement | undefined>;
3693
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
3694
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4173
3695
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4174
3696
  modelValue?: unknown;
4175
3697
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4176
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3698
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4177
3699
  _allExposed: {
4178
3700
  reset: () => Promise<void>;
4179
3701
  resetValidation: () => Promise<void>;
@@ -4181,9 +3703,9 @@ declare const VNumberInput: {
4181
3703
  isValid: vue.ComputedRef<boolean | null>;
4182
3704
  errorMessages: vue.ComputedRef<string[]>;
4183
3705
  } | {
4184
- controlRef: vue.Ref<HTMLElement | undefined>;
3706
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4185
3707
  } | {};
4186
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
3708
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4187
3709
  _allExposed: (HTMLInputElement & Omit<Omit<{
4188
3710
  $: vue.ComponentInternalInstance;
4189
3711
  $data: {};
@@ -4234,40 +3756,7 @@ declare const VNumberInput: {
4234
3756
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4235
3757
  hint?: string | undefined;
4236
3758
  hideDetails?: boolean | "auto" | undefined;
4237
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4238
- error: boolean;
4239
- direction: "horizontal" | "vertical";
4240
- style: vue.StyleValue;
4241
- disabled: boolean | null;
4242
- readonly: boolean | null;
4243
- messages: string | readonly string[];
4244
- focused: boolean;
4245
- errorMessages: string | readonly string[] | null;
4246
- maxErrors: string | number;
4247
- rules: readonly ValidationRule[];
4248
- density: Density;
4249
- centerAffix: boolean;
4250
- hideSpinButtons: boolean;
4251
- persistentHint: boolean;
4252
- } & {
4253
- name?: string | undefined;
4254
- id?: string | undefined;
4255
- width?: string | number | undefined;
4256
- maxWidth?: string | number | undefined;
4257
- minWidth?: string | number | undefined;
4258
- label?: string | undefined;
4259
- class?: any;
4260
- theme?: string | undefined;
4261
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4262
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4263
- validationValue?: any;
4264
- prependIcon?: IconValue | undefined;
4265
- appendIcon?: IconValue | undefined;
4266
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4267
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4268
- hint?: string | undefined;
4269
- hideDetails?: boolean | "auto" | undefined;
4270
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
3759
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
4271
3760
  $attrs: {
4272
3761
  [x: string]: unknown;
4273
3762
  };
@@ -4283,6 +3772,7 @@ declare const VNumberInput: {
4283
3772
  }>;
4284
3773
  $root: vue.ComponentPublicInstance | null;
4285
3774
  $parent: vue.ComponentPublicInstance | null;
3775
+ $host: Element | null;
4286
3776
  $emit: (event: string, ...args: any[]) => void;
4287
3777
  $el: any;
4288
3778
  $options: vue.ComponentOptionsBase<{
@@ -4347,7 +3837,7 @@ declare const VNumberInput: {
4347
3837
  append: (arg: VInputSlot) => vue.VNode[];
4348
3838
  details: (arg: VInputSlot) => vue.VNode[];
4349
3839
  message: (arg: VMessageSlot) => vue.VNode[];
4350
- }>>> & {
3840
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4351
3841
  beforeCreate?: (() => void) | (() => void)[];
4352
3842
  created?: (() => void) | (() => void)[];
4353
3843
  beforeMount?: (() => void) | (() => void)[];
@@ -4366,8 +3856,23 @@ declare const VNumberInput: {
4366
3856
  };
4367
3857
  $forceUpdate: () => void;
4368
3858
  $nextTick: typeof nextTick;
4369
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4370
- } & Omit<{
3859
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3860
+ } & Readonly<{
3861
+ error: boolean;
3862
+ direction: "horizontal" | "vertical";
3863
+ style: vue.StyleValue;
3864
+ disabled: boolean | null;
3865
+ readonly: boolean | null;
3866
+ messages: string | readonly string[];
3867
+ focused: boolean;
3868
+ errorMessages: string | readonly string[] | null;
3869
+ maxErrors: string | number;
3870
+ rules: readonly ValidationRule[];
3871
+ density: Density;
3872
+ centerAffix: boolean;
3873
+ hideSpinButtons: boolean;
3874
+ persistentHint: boolean;
3875
+ }> & Omit<{
4371
3876
  error: boolean;
4372
3877
  direction: "horizontal" | "vertical";
4373
3878
  style: vue.StyleValue;
@@ -4400,7 +3905,7 @@ declare const VNumberInput: {
4400
3905
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4401
3906
  hint?: string | undefined;
4402
3907
  hideDetails?: boolean | "auto" | undefined;
4403
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3908
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
4404
3909
  reset: () => Promise<void>;
4405
3910
  resetValidation: () => Promise<void>;
4406
3911
  validate: (silent?: boolean) => Promise<string[]>;
@@ -4409,27 +3914,10 @@ declare const VNumberInput: {
4409
3914
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4410
3915
  modelValue?: unknown;
4411
3916
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4412
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3917
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4413
3918
  $: vue.ComponentInternalInstance;
4414
- $data: {};
4415
- $props: Partial<{
4416
- flat: boolean;
4417
- reverse: boolean;
4418
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4419
- error: boolean;
4420
- active: boolean;
4421
- style: vue.StyleValue;
4422
- disabled: boolean;
4423
- focused: boolean;
4424
- rounded: string | number | boolean;
4425
- tile: boolean;
4426
- clearIcon: IconValue;
4427
- centerAffix: boolean;
4428
- clearable: boolean;
4429
- dirty: boolean;
4430
- persistentClear: boolean;
4431
- singleLine: boolean;
4432
- }> & Omit<{
3919
+ $data: {};
3920
+ $props: Partial<{
4433
3921
  flat: boolean;
4434
3922
  reverse: boolean;
4435
3923
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4438,29 +3926,15 @@ declare const VNumberInput: {
4438
3926
  style: vue.StyleValue;
4439
3927
  disabled: boolean;
4440
3928
  focused: boolean;
3929
+ rounded: string | number | boolean;
4441
3930
  tile: boolean;
4442
3931
  clearIcon: IconValue;
3932
+ centerAffix: boolean;
4443
3933
  clearable: boolean;
4444
3934
  dirty: boolean;
4445
3935
  persistentClear: boolean;
4446
3936
  singleLine: boolean;
4447
- id?: string | undefined;
4448
- color?: string | undefined;
4449
- loading?: string | boolean | undefined;
4450
- label?: string | undefined;
4451
- class?: any;
4452
- theme?: string | undefined;
4453
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4454
- rounded?: string | number | boolean | undefined;
4455
- baseColor?: string | undefined;
4456
- bgColor?: string | undefined;
4457
- appendInnerIcon?: IconValue | undefined;
4458
- prependInnerIcon?: IconValue | undefined;
4459
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4460
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4461
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4462
- centerAffix?: boolean | undefined;
4463
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3937
+ }> & Omit<{
4464
3938
  flat: boolean;
4465
3939
  reverse: boolean;
4466
3940
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4475,14 +3949,13 @@ declare const VNumberInput: {
4475
3949
  dirty: boolean;
4476
3950
  persistentClear: boolean;
4477
3951
  singleLine: boolean;
4478
- } & {
4479
3952
  id?: string | undefined;
4480
3953
  color?: string | undefined;
4481
3954
  loading?: string | boolean | undefined;
4482
3955
  label?: string | undefined;
4483
3956
  class?: any;
4484
3957
  theme?: string | undefined;
4485
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3958
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4486
3959
  rounded?: string | number | boolean | undefined;
4487
3960
  baseColor?: string | undefined;
4488
3961
  bgColor?: string | undefined;
@@ -4492,9 +3965,7 @@ declare const VNumberInput: {
4492
3965
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4493
3966
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4494
3967
  centerAffix?: boolean | undefined;
4495
- } & {
4496
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4497
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3968
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4498
3969
  $attrs: {
4499
3970
  [x: string]: unknown;
4500
3971
  };
@@ -4516,6 +3987,7 @@ declare const VNumberInput: {
4516
3987
  }>;
4517
3988
  $root: vue.ComponentPublicInstance | null;
4518
3989
  $parent: vue.ComponentPublicInstance | null;
3990
+ $host: Element | null;
4519
3991
  $emit: (event: "update:focused", focused: boolean) => void;
4520
3992
  $el: any;
4521
3993
  $options: vue.ComponentOptionsBase<{
@@ -4553,7 +4025,7 @@ declare const VNumberInput: {
4553
4025
  } & {
4554
4026
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4555
4027
  }, {
4556
- controlRef: vue.Ref<HTMLElement | undefined>;
4028
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4557
4029
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4558
4030
  'update:focused': (focused: boolean) => true;
4559
4031
  'update:modelValue': (value: any) => true;
@@ -4586,7 +4058,7 @@ declare const VNumberInput: {
4586
4058
  }) => vue.VNode[];
4587
4059
  loader: (arg: LoaderSlotProps) => vue.VNode[];
4588
4060
  default: (arg: VFieldSlot) => vue.VNode[];
4589
- }>>> & {
4061
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4590
4062
  beforeCreate?: (() => void) | (() => void)[];
4591
4063
  created?: (() => void) | (() => void)[];
4592
4064
  beforeMount?: (() => void) | (() => void)[];
@@ -4605,8 +4077,25 @@ declare const VNumberInput: {
4605
4077
  };
4606
4078
  $forceUpdate: () => void;
4607
4079
  $nextTick: typeof nextTick;
4608
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4609
- } & Omit<{
4080
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4081
+ } & Readonly<{
4082
+ flat: boolean;
4083
+ reverse: boolean;
4084
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4085
+ error: boolean;
4086
+ active: boolean;
4087
+ style: vue.StyleValue;
4088
+ disabled: boolean;
4089
+ focused: boolean;
4090
+ rounded: string | number | boolean;
4091
+ tile: boolean;
4092
+ clearIcon: IconValue;
4093
+ centerAffix: boolean;
4094
+ clearable: boolean;
4095
+ dirty: boolean;
4096
+ persistentClear: boolean;
4097
+ singleLine: boolean;
4098
+ }> & Omit<{
4610
4099
  flat: boolean;
4611
4100
  reverse: boolean;
4612
4101
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4640,12 +4129,12 @@ declare const VNumberInput: {
4640
4129
  centerAffix?: boolean | undefined;
4641
4130
  } & {
4642
4131
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4643
- }, "controlRef"> & vue.ShallowUnwrapRef<{
4644
- controlRef: vue.Ref<HTMLElement | undefined>;
4132
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
4133
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4645
4134
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4646
4135
  modelValue?: unknown;
4647
4136
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4648
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4137
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4649
4138
  _allExposed: {
4650
4139
  reset: () => Promise<void>;
4651
4140
  resetValidation: () => Promise<void>;
@@ -4653,7 +4142,7 @@ declare const VNumberInput: {
4653
4142
  isValid: vue.ComputedRef<boolean | null>;
4654
4143
  errorMessages: vue.ComputedRef<string[]>;
4655
4144
  } | {
4656
- controlRef: vue.Ref<HTMLElement | undefined>;
4145
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4657
4146
  } | {};
4658
4147
  }) | {};
4659
4148
  }, {}, {}, {}, {
@@ -4977,131 +4466,7 @@ declare const VNumberInput: {
4977
4466
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
4978
4467
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
4979
4468
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
4980
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4981
- flat: boolean;
4982
- reverse: boolean;
4983
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4984
- type: string;
4985
- error: boolean;
4986
- active: boolean;
4987
- direction: "horizontal" | "vertical";
4988
- style: vue.StyleValue;
4989
- autofocus: boolean;
4990
- disabled: boolean;
4991
- readonly: boolean | null;
4992
- messages: string | readonly string[];
4993
- focused: boolean;
4994
- errorMessages: string | readonly string[] | null;
4995
- maxErrors: string | number;
4996
- rules: readonly ValidationRule[];
4997
- tile: boolean;
4998
- density: Density;
4999
- clearIcon: IconValue;
5000
- hideSpinButtons: boolean;
5001
- persistentHint: boolean;
5002
- clearable: boolean;
5003
- dirty: boolean;
5004
- persistentClear: boolean;
5005
- singleLine: boolean;
5006
- persistentPlaceholder: boolean;
5007
- persistentCounter: boolean;
5008
- } & {
5009
- name?: string | undefined;
5010
- id?: string | undefined;
5011
- width?: string | number | undefined;
5012
- color?: string | undefined;
5013
- maxWidth?: string | number | undefined;
5014
- minWidth?: string | number | undefined;
5015
- loading?: string | boolean | undefined;
5016
- label?: string | undefined;
5017
- prefix?: string | undefined;
5018
- role?: string | undefined;
5019
- class?: any;
5020
- theme?: string | undefined;
5021
- placeholder?: string | undefined;
5022
- counter?: string | number | boolean | undefined;
5023
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5024
- modelValue?: any;
5025
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5026
- validationValue?: any;
5027
- rounded?: string | number | boolean | undefined;
5028
- baseColor?: string | undefined;
5029
- bgColor?: string | undefined;
5030
- prependIcon?: IconValue | undefined;
5031
- appendIcon?: IconValue | undefined;
5032
- appendInnerIcon?: IconValue | undefined;
5033
- prependInnerIcon?: IconValue | undefined;
5034
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5035
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5036
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5037
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5038
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5039
- centerAffix?: boolean | undefined;
5040
- hint?: string | undefined;
5041
- hideDetails?: boolean | "auto" | undefined;
5042
- suffix?: string | undefined;
5043
- counterValue?: number | ((value: any) => number) | undefined;
5044
- modelModifiers?: Record<string, boolean> | undefined;
5045
- } & {
5046
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
5047
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
5048
- clear?: ((arg: DefaultInputSlot & {
5049
- props: Record<string, any>;
5050
- }) => vue.VNodeChild) | undefined;
5051
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5052
- label?: ((arg: DefaultInputSlot & {
5053
- label: string | undefined;
5054
- props: Record<string, any>;
5055
- }) => vue.VNodeChild) | undefined;
5056
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5057
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5058
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5059
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5060
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5061
- default?: (() => vue.VNodeChild) | undefined;
5062
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5063
- };
5064
- 'v-slots'?: {
5065
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
5066
- clear?: false | ((arg: DefaultInputSlot & {
5067
- props: Record<string, any>;
5068
- }) => vue.VNodeChild) | undefined;
5069
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5070
- label?: false | ((arg: DefaultInputSlot & {
5071
- label: string | undefined;
5072
- props: Record<string, any>;
5073
- }) => vue.VNodeChild) | undefined;
5074
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5075
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5076
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5077
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5078
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5079
- default?: false | (() => vue.VNodeChild) | undefined;
5080
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5081
- } | undefined;
5082
- } & {
5083
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
5084
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
5085
- props: Record<string, any>;
5086
- }) => vue.VNodeChild) | undefined;
5087
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5088
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
5089
- label: string | undefined;
5090
- props: Record<string, any>;
5091
- }) => vue.VNodeChild) | undefined;
5092
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5093
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
5094
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
5095
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5096
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
5097
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
5098
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
5099
- } & {
5100
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5101
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5102
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
5103
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
5104
- }, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
4469
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
5105
4470
  $attrs: {
5106
4471
  [x: string]: unknown;
5107
4472
  };
@@ -5128,6 +4493,7 @@ declare const VNumberInput: {
5128
4493
  }>;
5129
4494
  $root: vue.ComponentPublicInstance | null;
5130
4495
  $parent: vue.ComponentPublicInstance | null;
4496
+ $host: Element | null;
5131
4497
  $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
5132
4498
  $el: any;
5133
4499
  $options: vue.ComponentOptionsBase<{
@@ -5304,40 +4670,7 @@ declare const VNumberInput: {
5304
4670
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5305
4671
  hint?: string | undefined;
5306
4672
  hideDetails?: boolean | "auto" | undefined;
5307
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5308
- error: boolean;
5309
- direction: "horizontal" | "vertical";
5310
- style: vue.StyleValue;
5311
- disabled: boolean | null;
5312
- readonly: boolean | null;
5313
- messages: string | readonly string[];
5314
- focused: boolean;
5315
- errorMessages: string | readonly string[] | null;
5316
- maxErrors: string | number;
5317
- rules: readonly ValidationRule[];
5318
- density: Density;
5319
- centerAffix: boolean;
5320
- hideSpinButtons: boolean;
5321
- persistentHint: boolean;
5322
- } & {
5323
- name?: string | undefined;
5324
- id?: string | undefined;
5325
- width?: string | number | undefined;
5326
- maxWidth?: string | number | undefined;
5327
- minWidth?: string | number | undefined;
5328
- label?: string | undefined;
5329
- class?: any;
5330
- theme?: string | undefined;
5331
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5332
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5333
- validationValue?: any;
5334
- prependIcon?: IconValue | undefined;
5335
- appendIcon?: IconValue | undefined;
5336
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5337
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5338
- hint?: string | undefined;
5339
- hideDetails?: boolean | "auto" | undefined;
5340
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
4673
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
5341
4674
  $attrs: {
5342
4675
  [x: string]: unknown;
5343
4676
  };
@@ -5353,6 +4686,7 @@ declare const VNumberInput: {
5353
4686
  }>;
5354
4687
  $root: vue.ComponentPublicInstance | null;
5355
4688
  $parent: vue.ComponentPublicInstance | null;
4689
+ $host: Element | null;
5356
4690
  $emit: (event: string, ...args: any[]) => void;
5357
4691
  $el: any;
5358
4692
  $options: vue.ComponentOptionsBase<{
@@ -5417,7 +4751,7 @@ declare const VNumberInput: {
5417
4751
  append: (arg: VInputSlot) => vue.VNode[];
5418
4752
  details: (arg: VInputSlot) => vue.VNode[];
5419
4753
  message: (arg: VMessageSlot) => vue.VNode[];
5420
- }>>> & {
4754
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5421
4755
  beforeCreate?: (() => void) | (() => void)[];
5422
4756
  created?: (() => void) | (() => void)[];
5423
4757
  beforeMount?: (() => void) | (() => void)[];
@@ -5436,8 +4770,23 @@ declare const VNumberInput: {
5436
4770
  };
5437
4771
  $forceUpdate: () => void;
5438
4772
  $nextTick: typeof nextTick;
5439
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5440
- } & Omit<{
4773
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4774
+ } & Readonly<{
4775
+ error: boolean;
4776
+ direction: "horizontal" | "vertical";
4777
+ style: vue.StyleValue;
4778
+ disabled: boolean | null;
4779
+ readonly: boolean | null;
4780
+ messages: string | readonly string[];
4781
+ focused: boolean;
4782
+ errorMessages: string | readonly string[] | null;
4783
+ maxErrors: string | number;
4784
+ rules: readonly ValidationRule[];
4785
+ density: Density;
4786
+ centerAffix: boolean;
4787
+ hideSpinButtons: boolean;
4788
+ persistentHint: boolean;
4789
+ }> & Omit<{
5441
4790
  error: boolean;
5442
4791
  direction: "horizontal" | "vertical";
5443
4792
  style: vue.StyleValue;
@@ -5470,7 +4819,7 @@ declare const VNumberInput: {
5470
4819
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5471
4820
  hint?: string | undefined;
5472
4821
  hideDetails?: boolean | "auto" | undefined;
5473
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
4822
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
5474
4823
  reset: () => Promise<void>;
5475
4824
  resetValidation: () => Promise<void>;
5476
4825
  validate: (silent?: boolean) => Promise<string[]>;
@@ -5479,7 +4828,7 @@ declare const VNumberInput: {
5479
4828
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5480
4829
  modelValue?: unknown;
5481
4830
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5482
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4831
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5483
4832
  $: vue.ComponentInternalInstance;
5484
4833
  $data: {};
5485
4834
  $props: Partial<{
@@ -5487,50 +4836,19 @@ declare const VNumberInput: {
5487
4836
  reverse: boolean;
5488
4837
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5489
4838
  error: boolean;
5490
- active: boolean;
5491
- style: vue.StyleValue;
5492
- disabled: boolean;
5493
- focused: boolean;
5494
- rounded: string | number | boolean;
5495
- tile: boolean;
5496
- clearIcon: IconValue;
5497
- centerAffix: boolean;
5498
- clearable: boolean;
5499
- dirty: boolean;
5500
- persistentClear: boolean;
5501
- singleLine: boolean;
5502
- }> & Omit<{
5503
- flat: boolean;
5504
- reverse: boolean;
5505
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5506
- error: boolean;
5507
- active: boolean;
5508
- style: vue.StyleValue;
5509
- disabled: boolean;
5510
- focused: boolean;
5511
- tile: boolean;
5512
- clearIcon: IconValue;
5513
- clearable: boolean;
5514
- dirty: boolean;
5515
- persistentClear: boolean;
5516
- singleLine: boolean;
5517
- id?: string | undefined;
5518
- color?: string | undefined;
5519
- loading?: string | boolean | undefined;
5520
- label?: string | undefined;
5521
- class?: any;
5522
- theme?: string | undefined;
5523
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5524
- rounded?: string | number | boolean | undefined;
5525
- baseColor?: string | undefined;
5526
- bgColor?: string | undefined;
5527
- appendInnerIcon?: IconValue | undefined;
5528
- prependInnerIcon?: IconValue | undefined;
5529
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5530
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5531
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5532
- centerAffix?: boolean | undefined;
5533
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4839
+ active: boolean;
4840
+ style: vue.StyleValue;
4841
+ disabled: boolean;
4842
+ focused: boolean;
4843
+ rounded: string | number | boolean;
4844
+ tile: boolean;
4845
+ clearIcon: IconValue;
4846
+ centerAffix: boolean;
4847
+ clearable: boolean;
4848
+ dirty: boolean;
4849
+ persistentClear: boolean;
4850
+ singleLine: boolean;
4851
+ }> & Omit<{
5534
4852
  flat: boolean;
5535
4853
  reverse: boolean;
5536
4854
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5545,14 +4863,13 @@ declare const VNumberInput: {
5545
4863
  dirty: boolean;
5546
4864
  persistentClear: boolean;
5547
4865
  singleLine: boolean;
5548
- } & {
5549
4866
  id?: string | undefined;
5550
4867
  color?: string | undefined;
5551
4868
  loading?: string | boolean | undefined;
5552
4869
  label?: string | undefined;
5553
4870
  class?: any;
5554
4871
  theme?: string | undefined;
5555
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4872
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5556
4873
  rounded?: string | number | boolean | undefined;
5557
4874
  baseColor?: string | undefined;
5558
4875
  bgColor?: string | undefined;
@@ -5562,9 +4879,7 @@ declare const VNumberInput: {
5562
4879
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5563
4880
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5564
4881
  centerAffix?: boolean | undefined;
5565
- } & {
5566
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5567
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4882
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5568
4883
  $attrs: {
5569
4884
  [x: string]: unknown;
5570
4885
  };
@@ -5586,6 +4901,7 @@ declare const VNumberInput: {
5586
4901
  }>;
5587
4902
  $root: vue.ComponentPublicInstance | null;
5588
4903
  $parent: vue.ComponentPublicInstance | null;
4904
+ $host: Element | null;
5589
4905
  $emit: (event: "update:focused", focused: boolean) => void;
5590
4906
  $el: any;
5591
4907
  $options: vue.ComponentOptionsBase<{
@@ -5623,7 +4939,7 @@ declare const VNumberInput: {
5623
4939
  } & {
5624
4940
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5625
4941
  }, {
5626
- controlRef: vue.Ref<HTMLElement | undefined>;
4942
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
5627
4943
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5628
4944
  'update:focused': (focused: boolean) => true;
5629
4945
  'update:modelValue': (value: any) => true;
@@ -5656,7 +4972,7 @@ declare const VNumberInput: {
5656
4972
  }) => vue.VNode[];
5657
4973
  loader: (arg: LoaderSlotProps) => vue.VNode[];
5658
4974
  default: (arg: VFieldSlot) => vue.VNode[];
5659
- }>>> & {
4975
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5660
4976
  beforeCreate?: (() => void) | (() => void)[];
5661
4977
  created?: (() => void) | (() => void)[];
5662
4978
  beforeMount?: (() => void) | (() => void)[];
@@ -5675,8 +4991,25 @@ declare const VNumberInput: {
5675
4991
  };
5676
4992
  $forceUpdate: () => void;
5677
4993
  $nextTick: typeof nextTick;
5678
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5679
- } & Omit<{
4994
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4995
+ } & Readonly<{
4996
+ flat: boolean;
4997
+ reverse: boolean;
4998
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4999
+ error: boolean;
5000
+ active: boolean;
5001
+ style: vue.StyleValue;
5002
+ disabled: boolean;
5003
+ focused: boolean;
5004
+ rounded: string | number | boolean;
5005
+ tile: boolean;
5006
+ clearIcon: IconValue;
5007
+ centerAffix: boolean;
5008
+ clearable: boolean;
5009
+ dirty: boolean;
5010
+ persistentClear: boolean;
5011
+ singleLine: boolean;
5012
+ }> & Omit<{
5680
5013
  flat: boolean;
5681
5014
  reverse: boolean;
5682
5015
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5710,12 +5043,12 @@ declare const VNumberInput: {
5710
5043
  centerAffix?: boolean | undefined;
5711
5044
  } & {
5712
5045
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5713
- }, "controlRef"> & vue.ShallowUnwrapRef<{
5714
- controlRef: vue.Ref<HTMLElement | undefined>;
5046
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
5047
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
5715
5048
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5716
5049
  modelValue?: unknown;
5717
5050
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5718
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5051
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5719
5052
  _allExposed: {
5720
5053
  reset: () => Promise<void>;
5721
5054
  resetValidation: () => Promise<void>;
@@ -5723,7 +5056,7 @@ declare const VNumberInput: {
5723
5056
  isValid: vue.ComputedRef<boolean | null>;
5724
5057
  errorMessages: vue.ComputedRef<string[]>;
5725
5058
  } | {
5726
- controlRef: vue.Ref<HTMLElement | undefined>;
5059
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
5727
5060
  } | {};
5728
5061
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5729
5062
  'click:control': (e: MouseEvent) => true;
@@ -5777,7 +5110,7 @@ declare const VNumberInput: {
5777
5110
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5778
5111
  default: () => vue.VNode[];
5779
5112
  counter: (arg: VCounterSlot) => vue.VNode[];
5780
- }>>> & {
5113
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5781
5114
  beforeCreate?: (() => void) | (() => void)[];
5782
5115
  created?: (() => void) | (() => void)[];
5783
5116
  beforeMount?: (() => void) | (() => void)[];
@@ -5796,8 +5129,38 @@ declare const VNumberInput: {
5796
5129
  };
5797
5130
  $forceUpdate: () => void;
5798
5131
  $nextTick: typeof nextTick;
5799
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5800
- } & Omit<{
5132
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5133
+ } & Readonly<{
5134
+ flat: boolean;
5135
+ reverse: boolean;
5136
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5137
+ type: string;
5138
+ error: boolean;
5139
+ active: boolean;
5140
+ direction: "horizontal" | "vertical";
5141
+ style: vue.StyleValue;
5142
+ autofocus: boolean;
5143
+ disabled: boolean;
5144
+ readonly: boolean | null;
5145
+ messages: string | readonly string[];
5146
+ focused: boolean;
5147
+ errorMessages: string | readonly string[] | null;
5148
+ maxErrors: string | number;
5149
+ rules: readonly ValidationRule[];
5150
+ rounded: string | number | boolean;
5151
+ tile: boolean;
5152
+ density: Density;
5153
+ clearIcon: IconValue;
5154
+ centerAffix: boolean;
5155
+ hideSpinButtons: boolean;
5156
+ persistentHint: boolean;
5157
+ clearable: boolean;
5158
+ dirty: boolean;
5159
+ persistentClear: boolean;
5160
+ singleLine: boolean;
5161
+ persistentPlaceholder: boolean;
5162
+ persistentCounter: boolean;
5163
+ }> & Omit<{
5801
5164
  flat: boolean;
5802
5165
  reverse: boolean;
5803
5166
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5921,7 +5284,7 @@ declare const VNumberInput: {
5921
5284
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5922
5285
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
5923
5286
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
5924
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5287
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5925
5288
  $: vue.ComponentInternalInstance;
5926
5289
  $data: {};
5927
5290
  $props: Partial<{
@@ -5971,40 +5334,7 @@ declare const VNumberInput: {
5971
5334
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5972
5335
  hint?: string | undefined;
5973
5336
  hideDetails?: boolean | "auto" | undefined;
5974
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5975
- error: boolean;
5976
- direction: "horizontal" | "vertical";
5977
- style: vue.StyleValue;
5978
- disabled: boolean | null;
5979
- readonly: boolean | null;
5980
- messages: string | readonly string[];
5981
- focused: boolean;
5982
- errorMessages: string | readonly string[] | null;
5983
- maxErrors: string | number;
5984
- rules: readonly ValidationRule[];
5985
- density: Density;
5986
- centerAffix: boolean;
5987
- hideSpinButtons: boolean;
5988
- persistentHint: boolean;
5989
- } & {
5990
- name?: string | undefined;
5991
- id?: string | undefined;
5992
- width?: string | number | undefined;
5993
- maxWidth?: string | number | undefined;
5994
- minWidth?: string | number | undefined;
5995
- label?: string | undefined;
5996
- class?: any;
5997
- theme?: string | undefined;
5998
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5999
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6000
- validationValue?: any;
6001
- prependIcon?: IconValue | undefined;
6002
- appendIcon?: IconValue | undefined;
6003
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6004
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6005
- hint?: string | undefined;
6006
- hideDetails?: boolean | "auto" | undefined;
6007
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
5337
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6008
5338
  $attrs: {
6009
5339
  [x: string]: unknown;
6010
5340
  };
@@ -6020,6 +5350,7 @@ declare const VNumberInput: {
6020
5350
  }>;
6021
5351
  $root: vue.ComponentPublicInstance | null;
6022
5352
  $parent: vue.ComponentPublicInstance | null;
5353
+ $host: Element | null;
6023
5354
  $emit: (event: string, ...args: any[]) => void;
6024
5355
  $el: any;
6025
5356
  $options: vue.ComponentOptionsBase<{
@@ -6084,7 +5415,7 @@ declare const VNumberInput: {
6084
5415
  append: (arg: VInputSlot) => vue.VNode[];
6085
5416
  details: (arg: VInputSlot) => vue.VNode[];
6086
5417
  message: (arg: VMessageSlot) => vue.VNode[];
6087
- }>>> & {
5418
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6088
5419
  beforeCreate?: (() => void) | (() => void)[];
6089
5420
  created?: (() => void) | (() => void)[];
6090
5421
  beforeMount?: (() => void) | (() => void)[];
@@ -6103,8 +5434,23 @@ declare const VNumberInput: {
6103
5434
  };
6104
5435
  $forceUpdate: () => void;
6105
5436
  $nextTick: typeof nextTick;
6106
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6107
- } & Omit<{
5437
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5438
+ } & Readonly<{
5439
+ error: boolean;
5440
+ direction: "horizontal" | "vertical";
5441
+ style: vue.StyleValue;
5442
+ disabled: boolean | null;
5443
+ readonly: boolean | null;
5444
+ messages: string | readonly string[];
5445
+ focused: boolean;
5446
+ errorMessages: string | readonly string[] | null;
5447
+ maxErrors: string | number;
5448
+ rules: readonly ValidationRule[];
5449
+ density: Density;
5450
+ centerAffix: boolean;
5451
+ hideSpinButtons: boolean;
5452
+ persistentHint: boolean;
5453
+ }> & Omit<{
6108
5454
  error: boolean;
6109
5455
  direction: "horizontal" | "vertical";
6110
5456
  style: vue.StyleValue;
@@ -6137,7 +5483,7 @@ declare const VNumberInput: {
6137
5483
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6138
5484
  hint?: string | undefined;
6139
5485
  hideDetails?: boolean | "auto" | undefined;
6140
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5486
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
6141
5487
  reset: () => Promise<void>;
6142
5488
  resetValidation: () => Promise<void>;
6143
5489
  validate: (silent?: boolean) => Promise<string[]>;
@@ -6146,7 +5492,7 @@ declare const VNumberInput: {
6146
5492
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6147
5493
  modelValue?: unknown;
6148
5494
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6149
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5495
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6150
5496
  $: vue.ComponentInternalInstance;
6151
5497
  $data: {};
6152
5498
  $props: Partial<{
@@ -6197,41 +5543,7 @@ declare const VNumberInput: {
6197
5543
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6198
5544
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6199
5545
  centerAffix?: boolean | undefined;
6200
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6201
- flat: boolean;
6202
- reverse: boolean;
6203
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6204
- error: boolean;
6205
- active: boolean;
6206
- style: vue.StyleValue;
6207
- disabled: boolean;
6208
- focused: boolean;
6209
- tile: boolean;
6210
- clearIcon: IconValue;
6211
- clearable: boolean;
6212
- dirty: boolean;
6213
- persistentClear: boolean;
6214
- singleLine: boolean;
6215
- } & {
6216
- id?: string | undefined;
6217
- color?: string | undefined;
6218
- loading?: string | boolean | undefined;
6219
- label?: string | undefined;
6220
- class?: any;
6221
- theme?: string | undefined;
6222
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6223
- rounded?: string | number | boolean | undefined;
6224
- baseColor?: string | undefined;
6225
- bgColor?: string | undefined;
6226
- appendInnerIcon?: IconValue | undefined;
6227
- prependInnerIcon?: IconValue | undefined;
6228
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6229
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6230
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6231
- centerAffix?: boolean | undefined;
6232
- } & {
6233
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6234
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5546
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6235
5547
  $attrs: {
6236
5548
  [x: string]: unknown;
6237
5549
  };
@@ -6253,6 +5565,7 @@ declare const VNumberInput: {
6253
5565
  }>;
6254
5566
  $root: vue.ComponentPublicInstance | null;
6255
5567
  $parent: vue.ComponentPublicInstance | null;
5568
+ $host: Element | null;
6256
5569
  $emit: (event: "update:focused", focused: boolean) => void;
6257
5570
  $el: any;
6258
5571
  $options: vue.ComponentOptionsBase<{
@@ -6290,7 +5603,7 @@ declare const VNumberInput: {
6290
5603
  } & {
6291
5604
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6292
5605
  }, {
6293
- controlRef: vue.Ref<HTMLElement | undefined>;
5606
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6294
5607
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6295
5608
  'update:focused': (focused: boolean) => true;
6296
5609
  'update:modelValue': (value: any) => true;
@@ -6323,7 +5636,7 @@ declare const VNumberInput: {
6323
5636
  }) => vue.VNode[];
6324
5637
  loader: (arg: LoaderSlotProps) => vue.VNode[];
6325
5638
  default: (arg: VFieldSlot) => vue.VNode[];
6326
- }>>> & {
5639
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6327
5640
  beforeCreate?: (() => void) | (() => void)[];
6328
5641
  created?: (() => void) | (() => void)[];
6329
5642
  beforeMount?: (() => void) | (() => void)[];
@@ -6342,8 +5655,25 @@ declare const VNumberInput: {
6342
5655
  };
6343
5656
  $forceUpdate: () => void;
6344
5657
  $nextTick: typeof nextTick;
6345
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6346
- } & Omit<{
5658
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5659
+ } & Readonly<{
5660
+ flat: boolean;
5661
+ reverse: boolean;
5662
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5663
+ error: boolean;
5664
+ active: boolean;
5665
+ style: vue.StyleValue;
5666
+ disabled: boolean;
5667
+ focused: boolean;
5668
+ rounded: string | number | boolean;
5669
+ tile: boolean;
5670
+ clearIcon: IconValue;
5671
+ centerAffix: boolean;
5672
+ clearable: boolean;
5673
+ dirty: boolean;
5674
+ persistentClear: boolean;
5675
+ singleLine: boolean;
5676
+ }> & Omit<{
6347
5677
  flat: boolean;
6348
5678
  reverse: boolean;
6349
5679
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -6377,12 +5707,12 @@ declare const VNumberInput: {
6377
5707
  centerAffix?: boolean | undefined;
6378
5708
  } & {
6379
5709
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6380
- }, "controlRef"> & vue.ShallowUnwrapRef<{
6381
- controlRef: vue.Ref<HTMLElement | undefined>;
5710
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
5711
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6382
5712
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6383
5713
  modelValue?: unknown;
6384
5714
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6385
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5715
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6386
5716
  _allExposed: {
6387
5717
  reset: () => Promise<void>;
6388
5718
  resetValidation: () => Promise<void>;
@@ -6390,9 +5720,9 @@ declare const VNumberInput: {
6390
5720
  isValid: vue.ComputedRef<boolean | null>;
6391
5721
  errorMessages: vue.ComputedRef<string[]>;
6392
5722
  } | {
6393
- controlRef: vue.Ref<HTMLElement | undefined>;
5723
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6394
5724
  } | {};
6395
- }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
5725
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6396
5726
  _allExposed: (HTMLInputElement & Omit<Omit<{
6397
5727
  $: vue.ComponentInternalInstance;
6398
5728
  $data: {};
@@ -6443,40 +5773,7 @@ declare const VNumberInput: {
6443
5773
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6444
5774
  hint?: string | undefined;
6445
5775
  hideDetails?: boolean | "auto" | undefined;
6446
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6447
- error: boolean;
6448
- direction: "horizontal" | "vertical";
6449
- style: vue.StyleValue;
6450
- disabled: boolean | null;
6451
- readonly: boolean | null;
6452
- messages: string | readonly string[];
6453
- focused: boolean;
6454
- errorMessages: string | readonly string[] | null;
6455
- maxErrors: string | number;
6456
- rules: readonly ValidationRule[];
6457
- density: Density;
6458
- centerAffix: boolean;
6459
- hideSpinButtons: boolean;
6460
- persistentHint: boolean;
6461
- } & {
6462
- name?: string | undefined;
6463
- id?: string | undefined;
6464
- width?: string | number | undefined;
6465
- maxWidth?: string | number | undefined;
6466
- minWidth?: string | number | undefined;
6467
- label?: string | undefined;
6468
- class?: any;
6469
- theme?: string | undefined;
6470
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6471
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6472
- validationValue?: any;
6473
- prependIcon?: IconValue | undefined;
6474
- appendIcon?: IconValue | undefined;
6475
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6476
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6477
- hint?: string | undefined;
6478
- hideDetails?: boolean | "auto" | undefined;
6479
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
5776
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6480
5777
  $attrs: {
6481
5778
  [x: string]: unknown;
6482
5779
  };
@@ -6492,6 +5789,7 @@ declare const VNumberInput: {
6492
5789
  }>;
6493
5790
  $root: vue.ComponentPublicInstance | null;
6494
5791
  $parent: vue.ComponentPublicInstance | null;
5792
+ $host: Element | null;
6495
5793
  $emit: (event: string, ...args: any[]) => void;
6496
5794
  $el: any;
6497
5795
  $options: vue.ComponentOptionsBase<{
@@ -6556,7 +5854,7 @@ declare const VNumberInput: {
6556
5854
  append: (arg: VInputSlot) => vue.VNode[];
6557
5855
  details: (arg: VInputSlot) => vue.VNode[];
6558
5856
  message: (arg: VMessageSlot) => vue.VNode[];
6559
- }>>> & {
5857
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6560
5858
  beforeCreate?: (() => void) | (() => void)[];
6561
5859
  created?: (() => void) | (() => void)[];
6562
5860
  beforeMount?: (() => void) | (() => void)[];
@@ -6575,8 +5873,23 @@ declare const VNumberInput: {
6575
5873
  };
6576
5874
  $forceUpdate: () => void;
6577
5875
  $nextTick: typeof nextTick;
6578
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6579
- } & Omit<{
5876
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5877
+ } & Readonly<{
5878
+ error: boolean;
5879
+ direction: "horizontal" | "vertical";
5880
+ style: vue.StyleValue;
5881
+ disabled: boolean | null;
5882
+ readonly: boolean | null;
5883
+ messages: string | readonly string[];
5884
+ focused: boolean;
5885
+ errorMessages: string | readonly string[] | null;
5886
+ maxErrors: string | number;
5887
+ rules: readonly ValidationRule[];
5888
+ density: Density;
5889
+ centerAffix: boolean;
5890
+ hideSpinButtons: boolean;
5891
+ persistentHint: boolean;
5892
+ }> & Omit<{
6580
5893
  error: boolean;
6581
5894
  direction: "horizontal" | "vertical";
6582
5895
  style: vue.StyleValue;
@@ -6609,7 +5922,7 @@ declare const VNumberInput: {
6609
5922
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6610
5923
  hint?: string | undefined;
6611
5924
  hideDetails?: boolean | "auto" | undefined;
6612
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5925
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
6613
5926
  reset: () => Promise<void>;
6614
5927
  resetValidation: () => Promise<void>;
6615
5928
  validate: (silent?: boolean) => Promise<string[]>;
@@ -6618,7 +5931,7 @@ declare const VNumberInput: {
6618
5931
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6619
5932
  modelValue?: unknown;
6620
5933
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6621
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5934
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6622
5935
  $: vue.ComponentInternalInstance;
6623
5936
  $data: {};
6624
5937
  $props: Partial<{
@@ -6669,41 +5982,7 @@ declare const VNumberInput: {
6669
5982
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6670
5983
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6671
5984
  centerAffix?: boolean | undefined;
6672
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6673
- flat: boolean;
6674
- reverse: boolean;
6675
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6676
- error: boolean;
6677
- active: boolean;
6678
- style: vue.StyleValue;
6679
- disabled: boolean;
6680
- focused: boolean;
6681
- tile: boolean;
6682
- clearIcon: IconValue;
6683
- clearable: boolean;
6684
- dirty: boolean;
6685
- persistentClear: boolean;
6686
- singleLine: boolean;
6687
- } & {
6688
- id?: string | undefined;
6689
- color?: string | undefined;
6690
- loading?: string | boolean | undefined;
6691
- label?: string | undefined;
6692
- class?: any;
6693
- theme?: string | undefined;
6694
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6695
- rounded?: string | number | boolean | undefined;
6696
- baseColor?: string | undefined;
6697
- bgColor?: string | undefined;
6698
- appendInnerIcon?: IconValue | undefined;
6699
- prependInnerIcon?: IconValue | undefined;
6700
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6701
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6702
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6703
- centerAffix?: boolean | undefined;
6704
- } & {
6705
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6706
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5985
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6707
5986
  $attrs: {
6708
5987
  [x: string]: unknown;
6709
5988
  };
@@ -6725,6 +6004,7 @@ declare const VNumberInput: {
6725
6004
  }>;
6726
6005
  $root: vue.ComponentPublicInstance | null;
6727
6006
  $parent: vue.ComponentPublicInstance | null;
6007
+ $host: Element | null;
6728
6008
  $emit: (event: "update:focused", focused: boolean) => void;
6729
6009
  $el: any;
6730
6010
  $options: vue.ComponentOptionsBase<{
@@ -6762,7 +6042,7 @@ declare const VNumberInput: {
6762
6042
  } & {
6763
6043
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6764
6044
  }, {
6765
- controlRef: vue.Ref<HTMLElement | undefined>;
6045
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6766
6046
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6767
6047
  'update:focused': (focused: boolean) => true;
6768
6048
  'update:modelValue': (value: any) => true;
@@ -6795,7 +6075,7 @@ declare const VNumberInput: {
6795
6075
  }) => vue.VNode[];
6796
6076
  loader: (arg: LoaderSlotProps) => vue.VNode[];
6797
6077
  default: (arg: VFieldSlot) => vue.VNode[];
6798
- }>>> & {
6078
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6799
6079
  beforeCreate?: (() => void) | (() => void)[];
6800
6080
  created?: (() => void) | (() => void)[];
6801
6081
  beforeMount?: (() => void) | (() => void)[];
@@ -6814,8 +6094,25 @@ declare const VNumberInput: {
6814
6094
  };
6815
6095
  $forceUpdate: () => void;
6816
6096
  $nextTick: typeof nextTick;
6817
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6818
- } & Omit<{
6097
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6098
+ } & Readonly<{
6099
+ flat: boolean;
6100
+ reverse: boolean;
6101
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6102
+ error: boolean;
6103
+ active: boolean;
6104
+ style: vue.StyleValue;
6105
+ disabled: boolean;
6106
+ focused: boolean;
6107
+ rounded: string | number | boolean;
6108
+ tile: boolean;
6109
+ clearIcon: IconValue;
6110
+ centerAffix: boolean;
6111
+ clearable: boolean;
6112
+ dirty: boolean;
6113
+ persistentClear: boolean;
6114
+ singleLine: boolean;
6115
+ }> & Omit<{
6819
6116
  flat: boolean;
6820
6117
  reverse: boolean;
6821
6118
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -6849,12 +6146,12 @@ declare const VNumberInput: {
6849
6146
  centerAffix?: boolean | undefined;
6850
6147
  } & {
6851
6148
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6852
- }, "controlRef"> & vue.ShallowUnwrapRef<{
6853
- controlRef: vue.Ref<HTMLElement | undefined>;
6149
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
6150
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6854
6151
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6855
6152
  modelValue?: unknown;
6856
6153
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6857
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6154
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6858
6155
  _allExposed: {
6859
6156
  reset: () => Promise<void>;
6860
6157
  resetValidation: () => Promise<void>;
@@ -6862,7 +6159,7 @@ declare const VNumberInput: {
6862
6159
  isValid: vue.ComputedRef<boolean | null>;
6863
6160
  errorMessages: vue.ComputedRef<string[]>;
6864
6161
  } | {
6865
- controlRef: vue.Ref<HTMLElement | undefined>;
6162
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6866
6163
  } | {};
6867
6164
  }) | {};
6868
6165
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -6922,7 +6219,7 @@ declare const VNumberInput: {
6922
6219
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6923
6220
  increment: (arg: ControlSlot) => vue.VNode[];
6924
6221
  decrement: (arg: ControlSlot) => vue.VNode[];
6925
- }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
6222
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
6926
6223
  flat: BooleanConstructor;
6927
6224
  reverse: BooleanConstructor;
6928
6225
  variant: {