@vuetify/nightly 3.7.6-dev.2024-12-18 → 3.7.6-master.2024-12-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/dist/json/attributes.json +2045 -2053
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +174 -174
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +4154 -4172
  6. package/dist/vuetify-labs.css +3035 -3035
  7. package/dist/vuetify-labs.d.ts +14357 -3345
  8. package/dist/vuetify-labs.esm.js +47 -45
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +46 -44
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3397 -3397
  13. package/dist/vuetify.d.ts +11515 -2341
  14. package/dist/vuetify.esm.js +47 -45
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +46 -44
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +883 -878
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +86 -8
  23. package/lib/components/VApp/index.d.mts +20 -4
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +154 -18
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  30. package/lib/components/VAvatar/index.d.mts +31 -4
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +41 -4
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +88 -12
  35. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +88 -4
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +79 -11
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +28 -4
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +33 -13
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +190 -24
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  54. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  55. package/lib/components/VCarousel/index.d.mts +95 -17
  56. package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
  57. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  59. package/lib/components/VCheckbox/index.d.mts +90 -8
  60. package/lib/components/VChip/VChip.mjs +9 -16
  61. package/lib/components/VChip/VChip.mjs.map +1 -1
  62. package/lib/components/VChip/index.d.mts +105 -9
  63. package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
  64. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  65. package/lib/components/VChipGroup/index.d.mts +43 -24
  66. package/lib/components/VCode/index.d.mts +18 -4
  67. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  68. package/lib/components/VColorPicker/index.d.mts +68 -4
  69. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  70. package/lib/components/VCombobox/index.d.mts +1380 -221
  71. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  74. package/lib/components/VCounter/VCounter.mjs +1 -1
  75. package/lib/components/VCounter/index.d.mts +31 -9
  76. package/lib/components/VDataIterator/index.d.mts +56 -12
  77. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  84. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  85. package/lib/components/VDataTable/index.d.mts +388 -36
  86. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  88. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  90. package/lib/components/VDatePicker/index.d.mts +276 -24
  91. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  92. package/lib/components/VDialog/VDialog.mjs +1 -1
  93. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  94. package/lib/components/VDialog/index.d.mts +389 -143
  95. package/lib/components/VDivider/index.d.mts +24 -4
  96. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  97. package/lib/components/VEmptyState/index.d.mts +66 -4
  98. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  100. package/lib/components/VExpansionPanel/index.d.mts +159 -23
  101. package/lib/components/VFab/VFab.mjs +1 -1
  102. package/lib/components/VFab/index.d.mts +84 -15
  103. package/lib/components/VField/VField.mjs +4 -4
  104. package/lib/components/VField/VField.mjs.map +1 -1
  105. package/lib/components/VField/VFieldLabel.mjs +1 -1
  106. package/lib/components/VField/index.d.mts +59 -11
  107. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  108. package/lib/components/VFileInput/index.d.mts +256 -71
  109. package/lib/components/VFooter/VFooter.mjs +1 -1
  110. package/lib/components/VFooter/index.d.mts +29 -4
  111. package/lib/components/VForm/index.d.mts +175 -267
  112. package/lib/components/VGrid/VContainer.mjs +1 -1
  113. package/lib/components/VGrid/index.d.mts +118 -16
  114. package/lib/components/VHover/index.d.mts +33 -4
  115. package/lib/components/VIcon/index.d.mts +75 -17
  116. package/lib/components/VImg/VImg.mjs +1 -1
  117. package/lib/components/VImg/index.d.mts +74 -19
  118. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  119. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  120. package/lib/components/VInput/VInput.mjs +4 -4
  121. package/lib/components/VInput/VInput.mjs.map +1 -1
  122. package/lib/components/VInput/index.d.mts +37 -4
  123. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  124. package/lib/components/VItemGroup/index.d.mts +74 -17
  125. package/lib/components/VKbd/index.d.mts +18 -4
  126. package/lib/components/VLabel/index.d.mts +20 -4
  127. package/lib/components/VLayout/index.d.mts +48 -8
  128. package/lib/components/VLazy/VLazy.mjs +1 -1
  129. package/lib/components/VLazy/index.d.mts +31 -4
  130. package/lib/components/VList/VList.mjs +1 -1
  131. package/lib/components/VList/VListChildren.mjs +1 -1
  132. package/lib/components/VList/VListGroup.mjs +1 -1
  133. package/lib/components/VList/VListItem.mjs +1 -1
  134. package/lib/components/VList/VListItemAction.mjs +1 -1
  135. package/lib/components/VList/VListItemMedia.mjs +1 -1
  136. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  137. package/lib/components/VList/index.d.mts +291 -48
  138. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  139. package/lib/components/VMain/index.d.mts +25 -4
  140. package/lib/components/VMenu/VMenu.mjs +4 -4
  141. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  142. package/lib/components/VMenu/index.d.mts +397 -155
  143. package/lib/components/VMessages/index.d.mts +27 -4
  144. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  145. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  146. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  147. package/lib/components/VOtpInput/index.d.mts +52 -7
  148. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  149. package/lib/components/VOverlay/index.d.mts +101 -19
  150. package/lib/components/VPagination/VPagination.mjs +1 -1
  151. package/lib/components/VPagination/index.d.mts +64 -4
  152. package/lib/components/VParallax/VParallax.mjs +1 -1
  153. package/lib/components/VParallax/index.d.mts +27 -4
  154. package/lib/components/VProgressCircular/index.d.mts +34 -4
  155. package/lib/components/VProgressLinear/index.d.mts +54 -4
  156. package/lib/components/VRadio/VRadio.mjs +1 -1
  157. package/lib/components/VRadio/index.d.mts +68 -4
  158. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  159. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  160. package/lib/components/VRadioGroup/index.d.mts +48 -4
  161. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  162. package/lib/components/VRangeSlider/index.d.mts +107 -4
  163. package/lib/components/VRating/VRating.mjs +4 -5
  164. package/lib/components/VRating/VRating.mjs.map +1 -1
  165. package/lib/components/VRating/index.d.mts +42 -4
  166. package/lib/components/VResponsive/index.d.mts +29 -4
  167. package/lib/components/VSelect/VSelect.mjs +1 -1
  168. package/lib/components/VSelect/index.d.mts +1372 -220
  169. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
  170. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  171. package/lib/components/VSelectionControl/index.d.mts +37 -10
  172. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  173. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  174. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  175. package/lib/components/VSheet/VSheet.mjs +1 -1
  176. package/lib/components/VSheet/index.d.mts +32 -4
  177. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  178. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  179. package/lib/components/VSlideGroup/index.d.mts +77 -21
  180. package/lib/components/VSlider/VSlider.mjs +1 -1
  181. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  182. package/lib/components/VSlider/index.d.mts +106 -4
  183. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  184. package/lib/components/VSnackbar/index.d.mts +398 -152
  185. package/lib/components/VSparkline/VBarline.mjs +4 -3
  186. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  187. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  188. package/lib/components/VSparkline/VTrendline.mjs +4 -3
  189. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  190. package/lib/components/VSparkline/index.d.mts +49 -4
  191. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  192. package/lib/components/VSpeedDial/index.d.mts +85 -4
  193. package/lib/components/VStepper/VStepper.mjs +1 -1
  194. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  195. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  196. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  197. package/lib/components/VStepper/index.d.mts +250 -24
  198. package/lib/components/VSwitch/VSwitch.mjs +4 -4
  199. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  200. package/lib/components/VSwitch/index.d.mts +59 -4
  201. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  202. package/lib/components/VSystemBar/index.d.mts +28 -4
  203. package/lib/components/VTable/index.d.mts +33 -4
  204. package/lib/components/VTabs/VTab.mjs +1 -1
  205. package/lib/components/VTabs/VTabs.mjs +1 -1
  206. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  207. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  208. package/lib/components/VTabs/index.d.mts +401 -105
  209. package/lib/components/VTextField/VTextField.mjs +1 -1
  210. package/lib/components/VTextField/index.d.mts +374 -152
  211. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  212. package/lib/components/VTextarea/index.d.mts +244 -71
  213. package/lib/components/VThemeProvider/index.d.mts +20 -4
  214. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  215. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  216. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  217. package/lib/components/VTimeline/index.d.mts +75 -8
  218. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  219. package/lib/components/VToolbar/index.d.mts +90 -12
  220. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  221. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  222. package/lib/components/VTooltip/index.d.mts +386 -147
  223. package/lib/components/VValidation/index.d.mts +24 -10
  224. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  225. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  226. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  227. package/lib/components/VWindow/VWindow.mjs +1 -1
  228. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  229. package/lib/components/VWindow/index.d.mts +54 -15
  230. package/lib/components/index.d.mts +11736 -2562
  231. package/lib/components/transitions/dialog-transition.mjs +2 -1
  232. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  233. package/lib/components/transitions/index.d.mts +309 -64
  234. package/lib/composables/group.mjs +3 -3
  235. package/lib/composables/group.mjs.map +1 -1
  236. package/lib/composables/icons.mjs +1 -1
  237. package/lib/composables/layout.mjs +3 -3
  238. package/lib/composables/layout.mjs.map +1 -1
  239. package/lib/composables/nested/nested.mjs +2 -2
  240. package/lib/composables/nested/nested.mjs.map +1 -1
  241. package/lib/composables/validation.mjs +3 -3
  242. package/lib/composables/validation.mjs.map +1 -1
  243. package/lib/composables/variant.mjs +1 -1
  244. package/lib/composables/virtual.mjs +1 -1
  245. package/lib/composables/virtual.mjs.map +1 -1
  246. package/lib/entry-bundler.mjs +1 -1
  247. package/lib/entry-bundler.mjs.map +1 -1
  248. package/lib/framework.mjs +3 -2
  249. package/lib/framework.mjs.map +1 -1
  250. package/lib/index.d.mts +65 -65
  251. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  252. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  253. package/lib/labs/VCalendar/index.d.mts +211 -24
  254. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  255. package/lib/labs/VDateInput/index.d.mts +115 -4
  256. package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
  257. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  258. package/lib/labs/VFileUpload/index.d.mts +195 -8
  259. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  260. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  261. package/lib/labs/VPicker/VPicker.mjs +1 -1
  262. package/lib/labs/VPicker/index.d.mts +63 -8
  263. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  264. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  265. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  266. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  267. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  268. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  269. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  270. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  271. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  272. package/lib/labs/VTimePicker/index.d.mts +122 -12
  273. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  274. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  275. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  276. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  277. package/lib/labs/VTreeview/index.d.mts +205 -18
  278. package/lib/labs/components.d.mts +3056 -972
  279. package/lib/util/getCurrentInstance.mjs +15 -1
  280. package/lib/util/getCurrentInstance.mjs.map +1 -1
  281. package/package.json +4 -5
@@ -1,6 +1,5 @@
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';
4
3
 
5
4
  type ClassValue = any;
6
5
 
@@ -129,7 +128,7 @@ type ControlSlot = {
129
128
  };
130
129
  type ControlVariant = 'default' | 'stacked' | 'split';
131
130
  declare const VNumberInput: {
132
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
131
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
133
132
  flat: boolean;
134
133
  reverse: boolean;
135
134
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -409,7 +408,131 @@ declare const VNumberInput: {
409
408
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
410
409
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
411
410
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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">;
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">;
413
536
  $attrs: {
414
537
  [x: string]: unknown;
415
538
  };
@@ -436,7 +559,6 @@ declare const VNumberInput: {
436
559
  }>;
437
560
  $root: vue.ComponentPublicInstance | null;
438
561
  $parent: vue.ComponentPublicInstance | null;
439
- $host: Element | null;
440
562
  $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);
441
563
  $el: any;
442
564
  $options: vue.ComponentOptionsBase<{
@@ -613,7 +735,40 @@ declare const VNumberInput: {
613
735
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
614
736
  hint?: string | undefined;
615
737
  hideDetails?: boolean | "auto" | undefined;
616
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
617
772
  $attrs: {
618
773
  [x: string]: unknown;
619
774
  };
@@ -629,7 +784,6 @@ declare const VNumberInput: {
629
784
  }>;
630
785
  $root: vue.ComponentPublicInstance | null;
631
786
  $parent: vue.ComponentPublicInstance | null;
632
- $host: Element | null;
633
787
  $emit: (event: string, ...args: any[]) => void;
634
788
  $el: any;
635
789
  $options: vue.ComponentOptionsBase<{
@@ -694,7 +848,7 @@ declare const VNumberInput: {
694
848
  append: (arg: VInputSlot) => vue.VNode[];
695
849
  details: (arg: VInputSlot) => vue.VNode[];
696
850
  message: (arg: VMessageSlot) => vue.VNode[];
697
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
851
+ }>>> & {
698
852
  beforeCreate?: (() => void) | (() => void)[];
699
853
  created?: (() => void) | (() => void)[];
700
854
  beforeMount?: (() => void) | (() => void)[];
@@ -713,23 +867,8 @@ declare const VNumberInput: {
713
867
  };
714
868
  $forceUpdate: () => void;
715
869
  $nextTick: typeof nextTick;
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<{
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<{
733
872
  error: boolean;
734
873
  direction: "horizontal" | "vertical";
735
874
  style: vue.StyleValue;
@@ -762,7 +901,7 @@ declare const VNumberInput: {
762
901
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
763
902
  hint?: string | undefined;
764
903
  hideDetails?: boolean | "auto" | undefined;
765
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
904
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
766
905
  reset: () => Promise<void>;
767
906
  resetValidation: () => Promise<void>;
768
907
  validate: (silent?: boolean) => Promise<string[]>;
@@ -771,7 +910,7 @@ declare const VNumberInput: {
771
910
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
772
911
  modelValue?: unknown;
773
912
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
775
914
  $: vue.ComponentInternalInstance;
776
915
  $data: {};
777
916
  $props: Partial<{
@@ -822,7 +961,41 @@ declare const VNumberInput: {
822
961
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
823
962
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
824
963
  centerAffix?: boolean | undefined;
825
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
826
999
  $attrs: {
827
1000
  [x: string]: unknown;
828
1001
  };
@@ -844,7 +1017,6 @@ declare const VNumberInput: {
844
1017
  }>;
845
1018
  $root: vue.ComponentPublicInstance | null;
846
1019
  $parent: vue.ComponentPublicInstance | null;
847
- $host: Element | null;
848
1020
  $emit: (event: "update:focused", focused: boolean) => void;
849
1021
  $el: any;
850
1022
  $options: vue.ComponentOptionsBase<{
@@ -882,7 +1054,7 @@ declare const VNumberInput: {
882
1054
  } & {
883
1055
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
884
1056
  }, {
885
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1057
+ controlRef: vue.Ref<HTMLElement | undefined>;
886
1058
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
887
1059
  'update:focused': (focused: boolean) => true;
888
1060
  'update:modelValue': (value: any) => true;
@@ -915,7 +1087,7 @@ declare const VNumberInput: {
915
1087
  }) => vue.VNode[];
916
1088
  loader: (arg: LoaderSlotProps) => vue.VNode[];
917
1089
  default: (arg: VFieldSlot) => vue.VNode[];
918
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1090
+ }>>> & {
919
1091
  beforeCreate?: (() => void) | (() => void)[];
920
1092
  created?: (() => void) | (() => void)[];
921
1093
  beforeMount?: (() => void) | (() => void)[];
@@ -934,25 +1106,8 @@ declare const VNumberInput: {
934
1106
  };
935
1107
  $forceUpdate: () => void;
936
1108
  $nextTick: typeof nextTick;
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<{
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<{
956
1111
  flat: boolean;
957
1112
  reverse: boolean;
958
1113
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -986,12 +1141,12 @@ declare const VNumberInput: {
986
1141
  centerAffix?: boolean | undefined;
987
1142
  } & {
988
1143
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
1144
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
1145
+ controlRef: vue.Ref<HTMLElement | undefined>;
991
1146
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
992
1147
  modelValue?: unknown;
993
1148
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
995
1150
  _allExposed: {
996
1151
  reset: () => Promise<void>;
997
1152
  resetValidation: () => Promise<void>;
@@ -999,7 +1154,7 @@ declare const VNumberInput: {
999
1154
  isValid: vue.ComputedRef<boolean | null>;
1000
1155
  errorMessages: vue.ComputedRef<string[]>;
1001
1156
  } | {
1002
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1157
+ controlRef: vue.Ref<HTMLElement | undefined>;
1003
1158
  } | {};
1004
1159
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1005
1160
  'click:control': (e: MouseEvent) => true;
@@ -1053,7 +1208,7 @@ declare const VNumberInput: {
1053
1208
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1054
1209
  default: () => vue.VNode[];
1055
1210
  counter: (arg: VCounterSlot) => vue.VNode[];
1056
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1211
+ }>>> & {
1057
1212
  beforeCreate?: (() => void) | (() => void)[];
1058
1213
  created?: (() => void) | (() => void)[];
1059
1214
  beforeMount?: (() => void) | (() => void)[];
@@ -1072,38 +1227,8 @@ declare const VNumberInput: {
1072
1227
  };
1073
1228
  $forceUpdate: () => void;
1074
1229
  $nextTick: typeof nextTick;
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<{
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<{
1107
1232
  flat: boolean;
1108
1233
  reverse: boolean;
1109
1234
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1227,7 +1352,7 @@ declare const VNumberInput: {
1227
1352
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1228
1353
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1229
1354
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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<{
1355
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1231
1356
  $: vue.ComponentInternalInstance;
1232
1357
  $data: {};
1233
1358
  $props: Partial<{
@@ -1277,13 +1402,46 @@ declare const VNumberInput: {
1277
1402
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1278
1403
  hint?: string | undefined;
1279
1404
  hideDetails?: boolean | "auto" | undefined;
1280
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1281
- $attrs: {
1282
- [x: string]: unknown;
1283
- };
1284
- $refs: {
1285
- [x: string]: unknown;
1286
- };
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">;
1439
+ $attrs: {
1440
+ [x: string]: unknown;
1441
+ };
1442
+ $refs: {
1443
+ [x: string]: unknown;
1444
+ };
1287
1445
  $slots: Readonly<{
1288
1446
  default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1289
1447
  prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
@@ -1293,7 +1451,6 @@ declare const VNumberInput: {
1293
1451
  }>;
1294
1452
  $root: vue.ComponentPublicInstance | null;
1295
1453
  $parent: vue.ComponentPublicInstance | null;
1296
- $host: Element | null;
1297
1454
  $emit: (event: string, ...args: any[]) => void;
1298
1455
  $el: any;
1299
1456
  $options: vue.ComponentOptionsBase<{
@@ -1358,7 +1515,7 @@ declare const VNumberInput: {
1358
1515
  append: (arg: VInputSlot) => vue.VNode[];
1359
1516
  details: (arg: VInputSlot) => vue.VNode[];
1360
1517
  message: (arg: VMessageSlot) => vue.VNode[];
1361
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1518
+ }>>> & {
1362
1519
  beforeCreate?: (() => void) | (() => void)[];
1363
1520
  created?: (() => void) | (() => void)[];
1364
1521
  beforeMount?: (() => void) | (() => void)[];
@@ -1377,23 +1534,8 @@ declare const VNumberInput: {
1377
1534
  };
1378
1535
  $forceUpdate: () => void;
1379
1536
  $nextTick: typeof nextTick;
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<{
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<{
1397
1539
  error: boolean;
1398
1540
  direction: "horizontal" | "vertical";
1399
1541
  style: vue.StyleValue;
@@ -1426,7 +1568,7 @@ declare const VNumberInput: {
1426
1568
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1427
1569
  hint?: string | undefined;
1428
1570
  hideDetails?: boolean | "auto" | undefined;
1429
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1571
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1430
1572
  reset: () => Promise<void>;
1431
1573
  resetValidation: () => Promise<void>;
1432
1574
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1435,7 +1577,7 @@ declare const VNumberInput: {
1435
1577
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1436
1578
  modelValue?: unknown;
1437
1579
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
1439
1581
  $: vue.ComponentInternalInstance;
1440
1582
  $data: {};
1441
1583
  $props: Partial<{
@@ -1486,7 +1628,41 @@ declare const VNumberInput: {
1486
1628
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1487
1629
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1488
1630
  centerAffix?: boolean | undefined;
1489
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
1490
1666
  $attrs: {
1491
1667
  [x: string]: unknown;
1492
1668
  };
@@ -1508,7 +1684,6 @@ declare const VNumberInput: {
1508
1684
  }>;
1509
1685
  $root: vue.ComponentPublicInstance | null;
1510
1686
  $parent: vue.ComponentPublicInstance | null;
1511
- $host: Element | null;
1512
1687
  $emit: (event: "update:focused", focused: boolean) => void;
1513
1688
  $el: any;
1514
1689
  $options: vue.ComponentOptionsBase<{
@@ -1546,7 +1721,7 @@ declare const VNumberInput: {
1546
1721
  } & {
1547
1722
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1548
1723
  }, {
1549
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1724
+ controlRef: vue.Ref<HTMLElement | undefined>;
1550
1725
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1551
1726
  'update:focused': (focused: boolean) => true;
1552
1727
  'update:modelValue': (value: any) => true;
@@ -1579,7 +1754,7 @@ declare const VNumberInput: {
1579
1754
  }) => vue.VNode[];
1580
1755
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1581
1756
  default: (arg: VFieldSlot) => vue.VNode[];
1582
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1757
+ }>>> & {
1583
1758
  beforeCreate?: (() => void) | (() => void)[];
1584
1759
  created?: (() => void) | (() => void)[];
1585
1760
  beforeMount?: (() => void) | (() => void)[];
@@ -1598,25 +1773,8 @@ declare const VNumberInput: {
1598
1773
  };
1599
1774
  $forceUpdate: () => void;
1600
1775
  $nextTick: typeof nextTick;
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<{
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<{
1620
1778
  flat: boolean;
1621
1779
  reverse: boolean;
1622
1780
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1650,12 +1808,12 @@ declare const VNumberInput: {
1650
1808
  centerAffix?: boolean | undefined;
1651
1809
  } & {
1652
1810
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
1811
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
1812
+ controlRef: vue.Ref<HTMLElement | undefined>;
1655
1813
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1656
1814
  modelValue?: unknown;
1657
1815
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
1659
1817
  _allExposed: {
1660
1818
  reset: () => Promise<void>;
1661
1819
  resetValidation: () => Promise<void>;
@@ -1663,9 +1821,9 @@ declare const VNumberInput: {
1663
1821
  isValid: vue.ComputedRef<boolean | null>;
1664
1822
  errorMessages: vue.ComputedRef<string[]>;
1665
1823
  } | {
1666
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1824
+ controlRef: vue.Ref<HTMLElement | undefined>;
1667
1825
  } | {};
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}`> & {
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}`> & {
1669
1827
  _allExposed: (HTMLInputElement & Omit<Omit<{
1670
1828
  $: vue.ComponentInternalInstance;
1671
1829
  $data: {};
@@ -1716,7 +1874,40 @@ declare const VNumberInput: {
1716
1874
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1717
1875
  hint?: string | undefined;
1718
1876
  hideDetails?: boolean | "auto" | undefined;
1719
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
1720
1911
  $attrs: {
1721
1912
  [x: string]: unknown;
1722
1913
  };
@@ -1732,7 +1923,6 @@ declare const VNumberInput: {
1732
1923
  }>;
1733
1924
  $root: vue.ComponentPublicInstance | null;
1734
1925
  $parent: vue.ComponentPublicInstance | null;
1735
- $host: Element | null;
1736
1926
  $emit: (event: string, ...args: any[]) => void;
1737
1927
  $el: any;
1738
1928
  $options: vue.ComponentOptionsBase<{
@@ -1797,7 +1987,7 @@ declare const VNumberInput: {
1797
1987
  append: (arg: VInputSlot) => vue.VNode[];
1798
1988
  details: (arg: VInputSlot) => vue.VNode[];
1799
1989
  message: (arg: VMessageSlot) => vue.VNode[];
1800
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1990
+ }>>> & {
1801
1991
  beforeCreate?: (() => void) | (() => void)[];
1802
1992
  created?: (() => void) | (() => void)[];
1803
1993
  beforeMount?: (() => void) | (() => void)[];
@@ -1816,23 +2006,8 @@ declare const VNumberInput: {
1816
2006
  };
1817
2007
  $forceUpdate: () => void;
1818
2008
  $nextTick: typeof nextTick;
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<{
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<{
1836
2011
  error: boolean;
1837
2012
  direction: "horizontal" | "vertical";
1838
2013
  style: vue.StyleValue;
@@ -1865,7 +2040,7 @@ declare const VNumberInput: {
1865
2040
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1866
2041
  hint?: string | undefined;
1867
2042
  hideDetails?: boolean | "auto" | undefined;
1868
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
2043
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1869
2044
  reset: () => Promise<void>;
1870
2045
  resetValidation: () => Promise<void>;
1871
2046
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1874,7 +2049,7 @@ declare const VNumberInput: {
1874
2049
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1875
2050
  modelValue?: unknown;
1876
2051
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
1878
2053
  $: vue.ComponentInternalInstance;
1879
2054
  $data: {};
1880
2055
  $props: Partial<{
@@ -1925,7 +2100,41 @@ declare const VNumberInput: {
1925
2100
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1926
2101
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1927
2102
  centerAffix?: boolean | undefined;
1928
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
1929
2138
  $attrs: {
1930
2139
  [x: string]: unknown;
1931
2140
  };
@@ -1947,7 +2156,6 @@ declare const VNumberInput: {
1947
2156
  }>;
1948
2157
  $root: vue.ComponentPublicInstance | null;
1949
2158
  $parent: vue.ComponentPublicInstance | null;
1950
- $host: Element | null;
1951
2159
  $emit: (event: "update:focused", focused: boolean) => void;
1952
2160
  $el: any;
1953
2161
  $options: vue.ComponentOptionsBase<{
@@ -1985,7 +2193,7 @@ declare const VNumberInput: {
1985
2193
  } & {
1986
2194
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1987
2195
  }, {
1988
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2196
+ controlRef: vue.Ref<HTMLElement | undefined>;
1989
2197
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1990
2198
  'update:focused': (focused: boolean) => true;
1991
2199
  'update:modelValue': (value: any) => true;
@@ -2018,7 +2226,7 @@ declare const VNumberInput: {
2018
2226
  }) => vue.VNode[];
2019
2227
  loader: (arg: LoaderSlotProps) => vue.VNode[];
2020
2228
  default: (arg: VFieldSlot) => vue.VNode[];
2021
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
2229
+ }>>> & {
2022
2230
  beforeCreate?: (() => void) | (() => void)[];
2023
2231
  created?: (() => void) | (() => void)[];
2024
2232
  beforeMount?: (() => void) | (() => void)[];
@@ -2037,25 +2245,8 @@ declare const VNumberInput: {
2037
2245
  };
2038
2246
  $forceUpdate: () => void;
2039
2247
  $nextTick: typeof nextTick;
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<{
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<{
2059
2250
  flat: boolean;
2060
2251
  reverse: boolean;
2061
2252
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2089,12 +2280,12 @@ declare const VNumberInput: {
2089
2280
  centerAffix?: boolean | undefined;
2090
2281
  } & {
2091
2282
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
2283
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
2284
+ controlRef: vue.Ref<HTMLElement | undefined>;
2094
2285
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2095
2286
  modelValue?: unknown;
2096
2287
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
2098
2289
  _allExposed: {
2099
2290
  reset: () => Promise<void>;
2100
2291
  resetValidation: () => Promise<void>;
@@ -2102,12 +2293,140 @@ declare const VNumberInput: {
2102
2293
  isValid: vue.ComputedRef<boolean | null>;
2103
2294
  errorMessages: vue.ComputedRef<string[]>;
2104
2295
  } | {
2105
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2296
+ controlRef: vue.Ref<HTMLElement | undefined>;
2106
2297
  } | {};
2107
2298
  }) | {};
2108
2299
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2109
2300
  'update:modelValue': (val: number) => true;
2110
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
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
+ }, {
2111
2430
  flat: boolean;
2112
2431
  reverse: boolean;
2113
2432
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2162,7 +2481,7 @@ declare const VNumberInput: {
2162
2481
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2163
2482
  increment: (arg: ControlSlot) => vue.VNode[];
2164
2483
  decrement: (arg: ControlSlot) => vue.VNode[];
2165
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
2484
+ }>>, {
2166
2485
  P: {};
2167
2486
  B: {};
2168
2487
  D: {};
@@ -2449,7 +2768,131 @@ declare const VNumberInput: {
2449
2768
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2450
2769
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
2451
2770
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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">;
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">;
2453
2896
  $attrs: {
2454
2897
  [x: string]: unknown;
2455
2898
  };
@@ -2476,7 +2919,6 @@ declare const VNumberInput: {
2476
2919
  }>;
2477
2920
  $root: vue.ComponentPublicInstance | null;
2478
2921
  $parent: vue.ComponentPublicInstance | null;
2479
- $host: Element | null;
2480
2922
  $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);
2481
2923
  $el: any;
2482
2924
  $options: vue.ComponentOptionsBase<{
@@ -2653,7 +3095,40 @@ declare const VNumberInput: {
2653
3095
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2654
3096
  hint?: string | undefined;
2655
3097
  hideDetails?: boolean | "auto" | undefined;
2656
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
2657
3132
  $attrs: {
2658
3133
  [x: string]: unknown;
2659
3134
  };
@@ -2669,7 +3144,6 @@ declare const VNumberInput: {
2669
3144
  }>;
2670
3145
  $root: vue.ComponentPublicInstance | null;
2671
3146
  $parent: vue.ComponentPublicInstance | null;
2672
- $host: Element | null;
2673
3147
  $emit: (event: string, ...args: any[]) => void;
2674
3148
  $el: any;
2675
3149
  $options: vue.ComponentOptionsBase<{
@@ -2734,7 +3208,7 @@ declare const VNumberInput: {
2734
3208
  append: (arg: VInputSlot) => vue.VNode[];
2735
3209
  details: (arg: VInputSlot) => vue.VNode[];
2736
3210
  message: (arg: VMessageSlot) => vue.VNode[];
2737
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3211
+ }>>> & {
2738
3212
  beforeCreate?: (() => void) | (() => void)[];
2739
3213
  created?: (() => void) | (() => void)[];
2740
3214
  beforeMount?: (() => void) | (() => void)[];
@@ -2753,23 +3227,8 @@ declare const VNumberInput: {
2753
3227
  };
2754
3228
  $forceUpdate: () => void;
2755
3229
  $nextTick: typeof nextTick;
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<{
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<{
2773
3232
  error: boolean;
2774
3233
  direction: "horizontal" | "vertical";
2775
3234
  style: vue.StyleValue;
@@ -2802,7 +3261,7 @@ declare const VNumberInput: {
2802
3261
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2803
3262
  hint?: string | undefined;
2804
3263
  hideDetails?: boolean | "auto" | undefined;
2805
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
3264
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
2806
3265
  reset: () => Promise<void>;
2807
3266
  resetValidation: () => Promise<void>;
2808
3267
  validate: (silent?: boolean) => Promise<string[]>;
@@ -2811,7 +3270,7 @@ declare const VNumberInput: {
2811
3270
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2812
3271
  modelValue?: unknown;
2813
3272
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
2815
3274
  $: vue.ComponentInternalInstance;
2816
3275
  $data: {};
2817
3276
  $props: Partial<{
@@ -2862,7 +3321,41 @@ declare const VNumberInput: {
2862
3321
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2863
3322
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2864
3323
  centerAffix?: boolean | undefined;
2865
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
2866
3359
  $attrs: {
2867
3360
  [x: string]: unknown;
2868
3361
  };
@@ -2884,7 +3377,6 @@ declare const VNumberInput: {
2884
3377
  }>;
2885
3378
  $root: vue.ComponentPublicInstance | null;
2886
3379
  $parent: vue.ComponentPublicInstance | null;
2887
- $host: Element | null;
2888
3380
  $emit: (event: "update:focused", focused: boolean) => void;
2889
3381
  $el: any;
2890
3382
  $options: vue.ComponentOptionsBase<{
@@ -2922,7 +3414,7 @@ declare const VNumberInput: {
2922
3414
  } & {
2923
3415
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2924
3416
  }, {
2925
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
3417
+ controlRef: vue.Ref<HTMLElement | undefined>;
2926
3418
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2927
3419
  'update:focused': (focused: boolean) => true;
2928
3420
  'update:modelValue': (value: any) => true;
@@ -2955,7 +3447,7 @@ declare const VNumberInput: {
2955
3447
  }) => vue.VNode[];
2956
3448
  loader: (arg: LoaderSlotProps) => vue.VNode[];
2957
3449
  default: (arg: VFieldSlot) => vue.VNode[];
2958
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3450
+ }>>> & {
2959
3451
  beforeCreate?: (() => void) | (() => void)[];
2960
3452
  created?: (() => void) | (() => void)[];
2961
3453
  beforeMount?: (() => void) | (() => void)[];
@@ -2974,25 +3466,8 @@ declare const VNumberInput: {
2974
3466
  };
2975
3467
  $forceUpdate: () => void;
2976
3468
  $nextTick: typeof nextTick;
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<{
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<{
2996
3471
  flat: boolean;
2997
3472
  reverse: boolean;
2998
3473
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3026,12 +3501,12 @@ declare const VNumberInput: {
3026
3501
  centerAffix?: boolean | undefined;
3027
3502
  } & {
3028
3503
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
3504
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
3505
+ controlRef: vue.Ref<HTMLElement | undefined>;
3031
3506
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3032
3507
  modelValue?: unknown;
3033
3508
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
3035
3510
  _allExposed: {
3036
3511
  reset: () => Promise<void>;
3037
3512
  resetValidation: () => Promise<void>;
@@ -3039,7 +3514,7 @@ declare const VNumberInput: {
3039
3514
  isValid: vue.ComputedRef<boolean | null>;
3040
3515
  errorMessages: vue.ComputedRef<string[]>;
3041
3516
  } | {
3042
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
3517
+ controlRef: vue.Ref<HTMLElement | undefined>;
3043
3518
  } | {};
3044
3519
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3045
3520
  'click:control': (e: MouseEvent) => true;
@@ -3093,7 +3568,7 @@ declare const VNumberInput: {
3093
3568
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
3094
3569
  default: () => vue.VNode[];
3095
3570
  counter: (arg: VCounterSlot) => vue.VNode[];
3096
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3571
+ }>>> & {
3097
3572
  beforeCreate?: (() => void) | (() => void)[];
3098
3573
  created?: (() => void) | (() => void)[];
3099
3574
  beforeMount?: (() => void) | (() => void)[];
@@ -3112,38 +3587,8 @@ declare const VNumberInput: {
3112
3587
  };
3113
3588
  $forceUpdate: () => void;
3114
3589
  $nextTick: typeof nextTick;
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<{
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<{
3147
3592
  flat: boolean;
3148
3593
  reverse: boolean;
3149
3594
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3267,7 +3712,7 @@ declare const VNumberInput: {
3267
3712
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
3268
3713
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
3269
3714
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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<{
3715
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3271
3716
  $: vue.ComponentInternalInstance;
3272
3717
  $data: {};
3273
3718
  $props: Partial<{
@@ -3317,7 +3762,40 @@ declare const VNumberInput: {
3317
3762
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3318
3763
  hint?: string | undefined;
3319
3764
  hideDetails?: boolean | "auto" | undefined;
3320
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
3321
3799
  $attrs: {
3322
3800
  [x: string]: unknown;
3323
3801
  };
@@ -3333,7 +3811,6 @@ declare const VNumberInput: {
3333
3811
  }>;
3334
3812
  $root: vue.ComponentPublicInstance | null;
3335
3813
  $parent: vue.ComponentPublicInstance | null;
3336
- $host: Element | null;
3337
3814
  $emit: (event: string, ...args: any[]) => void;
3338
3815
  $el: any;
3339
3816
  $options: vue.ComponentOptionsBase<{
@@ -3398,7 +3875,7 @@ declare const VNumberInput: {
3398
3875
  append: (arg: VInputSlot) => vue.VNode[];
3399
3876
  details: (arg: VInputSlot) => vue.VNode[];
3400
3877
  message: (arg: VMessageSlot) => vue.VNode[];
3401
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
3878
+ }>>> & {
3402
3879
  beforeCreate?: (() => void) | (() => void)[];
3403
3880
  created?: (() => void) | (() => void)[];
3404
3881
  beforeMount?: (() => void) | (() => void)[];
@@ -3417,23 +3894,8 @@ declare const VNumberInput: {
3417
3894
  };
3418
3895
  $forceUpdate: () => void;
3419
3896
  $nextTick: typeof nextTick;
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<{
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<{
3437
3899
  error: boolean;
3438
3900
  direction: "horizontal" | "vertical";
3439
3901
  style: vue.StyleValue;
@@ -3466,7 +3928,7 @@ declare const VNumberInput: {
3466
3928
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3467
3929
  hint?: string | undefined;
3468
3930
  hideDetails?: boolean | "auto" | undefined;
3469
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
3931
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3470
3932
  reset: () => Promise<void>;
3471
3933
  resetValidation: () => Promise<void>;
3472
3934
  validate: (silent?: boolean) => Promise<string[]>;
@@ -3475,7 +3937,7 @@ declare const VNumberInput: {
3475
3937
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3476
3938
  modelValue?: unknown;
3477
3939
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
3479
3941
  $: vue.ComponentInternalInstance;
3480
3942
  $data: {};
3481
3943
  $props: Partial<{
@@ -3526,7 +3988,41 @@ declare const VNumberInput: {
3526
3988
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3527
3989
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3528
3990
  centerAffix?: boolean | undefined;
3529
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
3530
4026
  $attrs: {
3531
4027
  [x: string]: unknown;
3532
4028
  };
@@ -3548,7 +4044,6 @@ declare const VNumberInput: {
3548
4044
  }>;
3549
4045
  $root: vue.ComponentPublicInstance | null;
3550
4046
  $parent: vue.ComponentPublicInstance | null;
3551
- $host: Element | null;
3552
4047
  $emit: (event: "update:focused", focused: boolean) => void;
3553
4048
  $el: any;
3554
4049
  $options: vue.ComponentOptionsBase<{
@@ -3586,7 +4081,7 @@ declare const VNumberInput: {
3586
4081
  } & {
3587
4082
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3588
4083
  }, {
3589
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4084
+ controlRef: vue.Ref<HTMLElement | undefined>;
3590
4085
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3591
4086
  'update:focused': (focused: boolean) => true;
3592
4087
  'update:modelValue': (value: any) => true;
@@ -3619,7 +4114,7 @@ declare const VNumberInput: {
3619
4114
  }) => vue.VNode[];
3620
4115
  loader: (arg: LoaderSlotProps) => vue.VNode[];
3621
4116
  default: (arg: VFieldSlot) => vue.VNode[];
3622
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4117
+ }>>> & {
3623
4118
  beforeCreate?: (() => void) | (() => void)[];
3624
4119
  created?: (() => void) | (() => void)[];
3625
4120
  beforeMount?: (() => void) | (() => void)[];
@@ -3638,25 +4133,8 @@ declare const VNumberInput: {
3638
4133
  };
3639
4134
  $forceUpdate: () => void;
3640
4135
  $nextTick: typeof nextTick;
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<{
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<{
3660
4138
  flat: boolean;
3661
4139
  reverse: boolean;
3662
4140
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3690,12 +4168,12 @@ declare const VNumberInput: {
3690
4168
  centerAffix?: boolean | undefined;
3691
4169
  } & {
3692
4170
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
4171
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
4172
+ controlRef: vue.Ref<HTMLElement | undefined>;
3695
4173
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3696
4174
  modelValue?: unknown;
3697
4175
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
3699
4177
  _allExposed: {
3700
4178
  reset: () => Promise<void>;
3701
4179
  resetValidation: () => Promise<void>;
@@ -3703,9 +4181,9 @@ declare const VNumberInput: {
3703
4181
  isValid: vue.ComputedRef<boolean | null>;
3704
4182
  errorMessages: vue.ComputedRef<string[]>;
3705
4183
  } | {
3706
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4184
+ controlRef: vue.Ref<HTMLElement | undefined>;
3707
4185
  } | {};
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}`> & {
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}`> & {
3709
4187
  _allExposed: (HTMLInputElement & Omit<Omit<{
3710
4188
  $: vue.ComponentInternalInstance;
3711
4189
  $data: {};
@@ -3756,7 +4234,40 @@ declare const VNumberInput: {
3756
4234
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3757
4235
  hint?: string | undefined;
3758
4236
  hideDetails?: boolean | "auto" | undefined;
3759
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
3760
4271
  $attrs: {
3761
4272
  [x: string]: unknown;
3762
4273
  };
@@ -3772,7 +4283,6 @@ declare const VNumberInput: {
3772
4283
  }>;
3773
4284
  $root: vue.ComponentPublicInstance | null;
3774
4285
  $parent: vue.ComponentPublicInstance | null;
3775
- $host: Element | null;
3776
4286
  $emit: (event: string, ...args: any[]) => void;
3777
4287
  $el: any;
3778
4288
  $options: vue.ComponentOptionsBase<{
@@ -3837,7 +4347,7 @@ declare const VNumberInput: {
3837
4347
  append: (arg: VInputSlot) => vue.VNode[];
3838
4348
  details: (arg: VInputSlot) => vue.VNode[];
3839
4349
  message: (arg: VMessageSlot) => vue.VNode[];
3840
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4350
+ }>>> & {
3841
4351
  beforeCreate?: (() => void) | (() => void)[];
3842
4352
  created?: (() => void) | (() => void)[];
3843
4353
  beforeMount?: (() => void) | (() => void)[];
@@ -3856,23 +4366,8 @@ declare const VNumberInput: {
3856
4366
  };
3857
4367
  $forceUpdate: () => void;
3858
4368
  $nextTick: typeof nextTick;
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<{
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<{
3876
4371
  error: boolean;
3877
4372
  direction: "horizontal" | "vertical";
3878
4373
  style: vue.StyleValue;
@@ -3905,7 +4400,7 @@ declare const VNumberInput: {
3905
4400
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3906
4401
  hint?: string | undefined;
3907
4402
  hideDetails?: boolean | "auto" | undefined;
3908
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
4403
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3909
4404
  reset: () => Promise<void>;
3910
4405
  resetValidation: () => Promise<void>;
3911
4406
  validate: (silent?: boolean) => Promise<string[]>;
@@ -3914,7 +4409,7 @@ declare const VNumberInput: {
3914
4409
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3915
4410
  modelValue?: unknown;
3916
4411
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
3918
4413
  $: vue.ComponentInternalInstance;
3919
4414
  $data: {};
3920
4415
  $props: Partial<{
@@ -3965,7 +4460,41 @@ declare const VNumberInput: {
3965
4460
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3966
4461
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3967
4462
  centerAffix?: boolean | undefined;
3968
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4463
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4464
+ flat: boolean;
4465
+ reverse: boolean;
4466
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4467
+ error: boolean;
4468
+ active: boolean;
4469
+ style: vue.StyleValue;
4470
+ disabled: boolean;
4471
+ focused: boolean;
4472
+ tile: boolean;
4473
+ clearIcon: IconValue;
4474
+ clearable: boolean;
4475
+ dirty: boolean;
4476
+ persistentClear: boolean;
4477
+ singleLine: boolean;
4478
+ } & {
4479
+ id?: string | undefined;
4480
+ color?: string | undefined;
4481
+ loading?: string | boolean | undefined;
4482
+ label?: string | undefined;
4483
+ class?: any;
4484
+ theme?: string | undefined;
4485
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4486
+ rounded?: string | number | boolean | undefined;
4487
+ baseColor?: string | undefined;
4488
+ bgColor?: string | undefined;
4489
+ appendInnerIcon?: IconValue | undefined;
4490
+ prependInnerIcon?: IconValue | undefined;
4491
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4492
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4493
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4494
+ 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">;
3969
4498
  $attrs: {
3970
4499
  [x: string]: unknown;
3971
4500
  };
@@ -3987,7 +4516,6 @@ declare const VNumberInput: {
3987
4516
  }>;
3988
4517
  $root: vue.ComponentPublicInstance | null;
3989
4518
  $parent: vue.ComponentPublicInstance | null;
3990
- $host: Element | null;
3991
4519
  $emit: (event: "update:focused", focused: boolean) => void;
3992
4520
  $el: any;
3993
4521
  $options: vue.ComponentOptionsBase<{
@@ -4025,7 +4553,7 @@ declare const VNumberInput: {
4025
4553
  } & {
4026
4554
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4027
4555
  }, {
4028
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4556
+ controlRef: vue.Ref<HTMLElement | undefined>;
4029
4557
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4030
4558
  'update:focused': (focused: boolean) => true;
4031
4559
  'update:modelValue': (value: any) => true;
@@ -4058,7 +4586,7 @@ declare const VNumberInput: {
4058
4586
  }) => vue.VNode[];
4059
4587
  loader: (arg: LoaderSlotProps) => vue.VNode[];
4060
4588
  default: (arg: VFieldSlot) => vue.VNode[];
4061
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
4589
+ }>>> & {
4062
4590
  beforeCreate?: (() => void) | (() => void)[];
4063
4591
  created?: (() => void) | (() => void)[];
4064
4592
  beforeMount?: (() => void) | (() => void)[];
@@ -4077,25 +4605,8 @@ declare const VNumberInput: {
4077
4605
  };
4078
4606
  $forceUpdate: () => void;
4079
4607
  $nextTick: typeof nextTick;
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<{
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<{
4099
4610
  flat: boolean;
4100
4611
  reverse: boolean;
4101
4612
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4129,12 +4640,12 @@ declare const VNumberInput: {
4129
4640
  centerAffix?: boolean | undefined;
4130
4641
  } & {
4131
4642
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
4643
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
4644
+ controlRef: vue.Ref<HTMLElement | undefined>;
4134
4645
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4135
4646
  modelValue?: unknown;
4136
4647
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
4138
4649
  _allExposed: {
4139
4650
  reset: () => Promise<void>;
4140
4651
  resetValidation: () => Promise<void>;
@@ -4142,7 +4653,7 @@ declare const VNumberInput: {
4142
4653
  isValid: vue.ComputedRef<boolean | null>;
4143
4654
  errorMessages: vue.ComputedRef<string[]>;
4144
4655
  } | {
4145
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
4656
+ controlRef: vue.Ref<HTMLElement | undefined>;
4146
4657
  } | {};
4147
4658
  }) | {};
4148
4659
  }, {}, {}, {}, {
@@ -4466,7 +4977,131 @@ declare const VNumberInput: {
4466
4977
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
4467
4978
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
4468
4979
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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">;
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">;
4470
5105
  $attrs: {
4471
5106
  [x: string]: unknown;
4472
5107
  };
@@ -4493,7 +5128,6 @@ declare const VNumberInput: {
4493
5128
  }>;
4494
5129
  $root: vue.ComponentPublicInstance | null;
4495
5130
  $parent: vue.ComponentPublicInstance | null;
4496
- $host: Element | null;
4497
5131
  $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);
4498
5132
  $el: any;
4499
5133
  $options: vue.ComponentOptionsBase<{
@@ -4670,7 +5304,40 @@ declare const VNumberInput: {
4670
5304
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4671
5305
  hint?: string | undefined;
4672
5306
  hideDetails?: boolean | "auto" | undefined;
4673
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
4674
5341
  $attrs: {
4675
5342
  [x: string]: unknown;
4676
5343
  };
@@ -4686,7 +5353,6 @@ declare const VNumberInput: {
4686
5353
  }>;
4687
5354
  $root: vue.ComponentPublicInstance | null;
4688
5355
  $parent: vue.ComponentPublicInstance | null;
4689
- $host: Element | null;
4690
5356
  $emit: (event: string, ...args: any[]) => void;
4691
5357
  $el: any;
4692
5358
  $options: vue.ComponentOptionsBase<{
@@ -4751,7 +5417,7 @@ declare const VNumberInput: {
4751
5417
  append: (arg: VInputSlot) => vue.VNode[];
4752
5418
  details: (arg: VInputSlot) => vue.VNode[];
4753
5419
  message: (arg: VMessageSlot) => vue.VNode[];
4754
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5420
+ }>>> & {
4755
5421
  beforeCreate?: (() => void) | (() => void)[];
4756
5422
  created?: (() => void) | (() => void)[];
4757
5423
  beforeMount?: (() => void) | (() => void)[];
@@ -4770,23 +5436,8 @@ declare const VNumberInput: {
4770
5436
  };
4771
5437
  $forceUpdate: () => void;
4772
5438
  $nextTick: typeof nextTick;
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<{
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<{
4790
5441
  error: boolean;
4791
5442
  direction: "horizontal" | "vertical";
4792
5443
  style: vue.StyleValue;
@@ -4819,7 +5470,7 @@ declare const VNumberInput: {
4819
5470
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4820
5471
  hint?: string | undefined;
4821
5472
  hideDetails?: boolean | "auto" | undefined;
4822
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
5473
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
4823
5474
  reset: () => Promise<void>;
4824
5475
  resetValidation: () => Promise<void>;
4825
5476
  validate: (silent?: boolean) => Promise<string[]>;
@@ -4828,7 +5479,7 @@ declare const VNumberInput: {
4828
5479
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4829
5480
  modelValue?: unknown;
4830
5481
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
4832
5483
  $: vue.ComponentInternalInstance;
4833
5484
  $data: {};
4834
5485
  $props: Partial<{
@@ -4869,7 +5520,39 @@ declare const VNumberInput: {
4869
5520
  label?: string | undefined;
4870
5521
  class?: any;
4871
5522
  theme?: string | undefined;
4872
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | 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 & {
5534
+ flat: boolean;
5535
+ reverse: boolean;
5536
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5537
+ error: boolean;
5538
+ active: boolean;
5539
+ style: vue.StyleValue;
5540
+ disabled: boolean;
5541
+ focused: boolean;
5542
+ tile: boolean;
5543
+ clearIcon: IconValue;
5544
+ clearable: boolean;
5545
+ dirty: boolean;
5546
+ persistentClear: boolean;
5547
+ singleLine: boolean;
5548
+ } & {
5549
+ id?: string | undefined;
5550
+ color?: string | undefined;
5551
+ loading?: string | boolean | undefined;
5552
+ label?: string | undefined;
5553
+ class?: any;
5554
+ theme?: string | undefined;
5555
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4873
5556
  rounded?: string | number | boolean | undefined;
4874
5557
  baseColor?: string | undefined;
4875
5558
  bgColor?: string | undefined;
@@ -4879,7 +5562,9 @@ declare const VNumberInput: {
4879
5562
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4880
5563
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4881
5564
  centerAffix?: boolean | undefined;
4882
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
4883
5568
  $attrs: {
4884
5569
  [x: string]: unknown;
4885
5570
  };
@@ -4901,7 +5586,6 @@ declare const VNumberInput: {
4901
5586
  }>;
4902
5587
  $root: vue.ComponentPublicInstance | null;
4903
5588
  $parent: vue.ComponentPublicInstance | null;
4904
- $host: Element | null;
4905
5589
  $emit: (event: "update:focused", focused: boolean) => void;
4906
5590
  $el: any;
4907
5591
  $options: vue.ComponentOptionsBase<{
@@ -4939,7 +5623,7 @@ declare const VNumberInput: {
4939
5623
  } & {
4940
5624
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4941
5625
  }, {
4942
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
5626
+ controlRef: vue.Ref<HTMLElement | undefined>;
4943
5627
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4944
5628
  'update:focused': (focused: boolean) => true;
4945
5629
  'update:modelValue': (value: any) => true;
@@ -4972,7 +5656,7 @@ declare const VNumberInput: {
4972
5656
  }) => vue.VNode[];
4973
5657
  loader: (arg: LoaderSlotProps) => vue.VNode[];
4974
5658
  default: (arg: VFieldSlot) => vue.VNode[];
4975
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5659
+ }>>> & {
4976
5660
  beforeCreate?: (() => void) | (() => void)[];
4977
5661
  created?: (() => void) | (() => void)[];
4978
5662
  beforeMount?: (() => void) | (() => void)[];
@@ -4991,25 +5675,8 @@ declare const VNumberInput: {
4991
5675
  };
4992
5676
  $forceUpdate: () => void;
4993
5677
  $nextTick: typeof nextTick;
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<{
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<{
5013
5680
  flat: boolean;
5014
5681
  reverse: boolean;
5015
5682
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5043,12 +5710,12 @@ declare const VNumberInput: {
5043
5710
  centerAffix?: boolean | undefined;
5044
5711
  } & {
5045
5712
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
5713
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
5714
+ controlRef: vue.Ref<HTMLElement | undefined>;
5048
5715
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5049
5716
  modelValue?: unknown;
5050
5717
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
5052
5719
  _allExposed: {
5053
5720
  reset: () => Promise<void>;
5054
5721
  resetValidation: () => Promise<void>;
@@ -5056,7 +5723,7 @@ declare const VNumberInput: {
5056
5723
  isValid: vue.ComputedRef<boolean | null>;
5057
5724
  errorMessages: vue.ComputedRef<string[]>;
5058
5725
  } | {
5059
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
5726
+ controlRef: vue.Ref<HTMLElement | undefined>;
5060
5727
  } | {};
5061
5728
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5062
5729
  'click:control': (e: MouseEvent) => true;
@@ -5110,7 +5777,7 @@ declare const VNumberInput: {
5110
5777
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5111
5778
  default: () => vue.VNode[];
5112
5779
  counter: (arg: VCounterSlot) => vue.VNode[];
5113
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
5780
+ }>>> & {
5114
5781
  beforeCreate?: (() => void) | (() => void)[];
5115
5782
  created?: (() => void) | (() => void)[];
5116
5783
  beforeMount?: (() => void) | (() => void)[];
@@ -5129,38 +5796,8 @@ declare const VNumberInput: {
5129
5796
  };
5130
5797
  $forceUpdate: () => void;
5131
5798
  $nextTick: typeof nextTick;
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<{
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<{
5164
5801
  flat: boolean;
5165
5802
  reverse: boolean;
5166
5803
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5284,7 +5921,7 @@ declare const VNumberInput: {
5284
5921
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5285
5922
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
5286
5923
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
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<{
5924
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5288
5925
  $: vue.ComponentInternalInstance;
5289
5926
  $data: {};
5290
5927
  $props: Partial<{
@@ -5334,7 +5971,40 @@ declare const VNumberInput: {
5334
5971
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5335
5972
  hint?: string | undefined;
5336
5973
  hideDetails?: boolean | "auto" | undefined;
5337
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
5338
6008
  $attrs: {
5339
6009
  [x: string]: unknown;
5340
6010
  };
@@ -5350,7 +6020,6 @@ declare const VNumberInput: {
5350
6020
  }>;
5351
6021
  $root: vue.ComponentPublicInstance | null;
5352
6022
  $parent: vue.ComponentPublicInstance | null;
5353
- $host: Element | null;
5354
6023
  $emit: (event: string, ...args: any[]) => void;
5355
6024
  $el: any;
5356
6025
  $options: vue.ComponentOptionsBase<{
@@ -5415,7 +6084,7 @@ declare const VNumberInput: {
5415
6084
  append: (arg: VInputSlot) => vue.VNode[];
5416
6085
  details: (arg: VInputSlot) => vue.VNode[];
5417
6086
  message: (arg: VMessageSlot) => vue.VNode[];
5418
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6087
+ }>>> & {
5419
6088
  beforeCreate?: (() => void) | (() => void)[];
5420
6089
  created?: (() => void) | (() => void)[];
5421
6090
  beforeMount?: (() => void) | (() => void)[];
@@ -5434,23 +6103,8 @@ declare const VNumberInput: {
5434
6103
  };
5435
6104
  $forceUpdate: () => void;
5436
6105
  $nextTick: typeof nextTick;
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<{
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<{
5454
6108
  error: boolean;
5455
6109
  direction: "horizontal" | "vertical";
5456
6110
  style: vue.StyleValue;
@@ -5483,7 +6137,7 @@ declare const VNumberInput: {
5483
6137
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5484
6138
  hint?: string | undefined;
5485
6139
  hideDetails?: boolean | "auto" | undefined;
5486
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
6140
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5487
6141
  reset: () => Promise<void>;
5488
6142
  resetValidation: () => Promise<void>;
5489
6143
  validate: (silent?: boolean) => Promise<string[]>;
@@ -5492,7 +6146,7 @@ declare const VNumberInput: {
5492
6146
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5493
6147
  modelValue?: unknown;
5494
6148
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
5496
6150
  $: vue.ComponentInternalInstance;
5497
6151
  $data: {};
5498
6152
  $props: Partial<{
@@ -5543,7 +6197,41 @@ declare const VNumberInput: {
5543
6197
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5544
6198
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5545
6199
  centerAffix?: boolean | undefined;
5546
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
5547
6235
  $attrs: {
5548
6236
  [x: string]: unknown;
5549
6237
  };
@@ -5565,7 +6253,6 @@ declare const VNumberInput: {
5565
6253
  }>;
5566
6254
  $root: vue.ComponentPublicInstance | null;
5567
6255
  $parent: vue.ComponentPublicInstance | null;
5568
- $host: Element | null;
5569
6256
  $emit: (event: "update:focused", focused: boolean) => void;
5570
6257
  $el: any;
5571
6258
  $options: vue.ComponentOptionsBase<{
@@ -5603,7 +6290,7 @@ declare const VNumberInput: {
5603
6290
  } & {
5604
6291
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5605
6292
  }, {
5606
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6293
+ controlRef: vue.Ref<HTMLElement | undefined>;
5607
6294
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5608
6295
  'update:focused': (focused: boolean) => true;
5609
6296
  'update:modelValue': (value: any) => true;
@@ -5636,7 +6323,7 @@ declare const VNumberInput: {
5636
6323
  }) => vue.VNode[];
5637
6324
  loader: (arg: LoaderSlotProps) => vue.VNode[];
5638
6325
  default: (arg: VFieldSlot) => vue.VNode[];
5639
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6326
+ }>>> & {
5640
6327
  beforeCreate?: (() => void) | (() => void)[];
5641
6328
  created?: (() => void) | (() => void)[];
5642
6329
  beforeMount?: (() => void) | (() => void)[];
@@ -5655,25 +6342,8 @@ declare const VNumberInput: {
5655
6342
  };
5656
6343
  $forceUpdate: () => void;
5657
6344
  $nextTick: typeof nextTick;
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<{
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<{
5677
6347
  flat: boolean;
5678
6348
  reverse: boolean;
5679
6349
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5707,12 +6377,12 @@ declare const VNumberInput: {
5707
6377
  centerAffix?: boolean | undefined;
5708
6378
  } & {
5709
6379
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
6380
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
6381
+ controlRef: vue.Ref<HTMLElement | undefined>;
5712
6382
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5713
6383
  modelValue?: unknown;
5714
6384
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
5716
6386
  _allExposed: {
5717
6387
  reset: () => Promise<void>;
5718
6388
  resetValidation: () => Promise<void>;
@@ -5720,9 +6390,9 @@ declare const VNumberInput: {
5720
6390
  isValid: vue.ComputedRef<boolean | null>;
5721
6391
  errorMessages: vue.ComputedRef<string[]>;
5722
6392
  } | {
5723
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6393
+ controlRef: vue.Ref<HTMLElement | undefined>;
5724
6394
  } | {};
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}`> & {
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}`> & {
5726
6396
  _allExposed: (HTMLInputElement & Omit<Omit<{
5727
6397
  $: vue.ComponentInternalInstance;
5728
6398
  $data: {};
@@ -5773,7 +6443,40 @@ declare const VNumberInput: {
5773
6443
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5774
6444
  hint?: string | undefined;
5775
6445
  hideDetails?: boolean | "auto" | undefined;
5776
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
5777
6480
  $attrs: {
5778
6481
  [x: string]: unknown;
5779
6482
  };
@@ -5789,7 +6492,6 @@ declare const VNumberInput: {
5789
6492
  }>;
5790
6493
  $root: vue.ComponentPublicInstance | null;
5791
6494
  $parent: vue.ComponentPublicInstance | null;
5792
- $host: Element | null;
5793
6495
  $emit: (event: string, ...args: any[]) => void;
5794
6496
  $el: any;
5795
6497
  $options: vue.ComponentOptionsBase<{
@@ -5854,7 +6556,7 @@ declare const VNumberInput: {
5854
6556
  append: (arg: VInputSlot) => vue.VNode[];
5855
6557
  details: (arg: VInputSlot) => vue.VNode[];
5856
6558
  message: (arg: VMessageSlot) => vue.VNode[];
5857
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6559
+ }>>> & {
5858
6560
  beforeCreate?: (() => void) | (() => void)[];
5859
6561
  created?: (() => void) | (() => void)[];
5860
6562
  beforeMount?: (() => void) | (() => void)[];
@@ -5873,23 +6575,8 @@ declare const VNumberInput: {
5873
6575
  };
5874
6576
  $forceUpdate: () => void;
5875
6577
  $nextTick: typeof nextTick;
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<{
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<{
5893
6580
  error: boolean;
5894
6581
  direction: "horizontal" | "vertical";
5895
6582
  style: vue.StyleValue;
@@ -5922,7 +6609,7 @@ declare const VNumberInput: {
5922
6609
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5923
6610
  hint?: string | undefined;
5924
6611
  hideDetails?: boolean | "auto" | undefined;
5925
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
6612
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5926
6613
  reset: () => Promise<void>;
5927
6614
  resetValidation: () => Promise<void>;
5928
6615
  validate: (silent?: boolean) => Promise<string[]>;
@@ -5931,7 +6618,7 @@ declare const VNumberInput: {
5931
6618
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5932
6619
  modelValue?: unknown;
5933
6620
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
5935
6622
  $: vue.ComponentInternalInstance;
5936
6623
  $data: {};
5937
6624
  $props: Partial<{
@@ -5982,7 +6669,41 @@ declare const VNumberInput: {
5982
6669
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5983
6670
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5984
6671
  centerAffix?: boolean | undefined;
5985
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
5986
6707
  $attrs: {
5987
6708
  [x: string]: unknown;
5988
6709
  };
@@ -6004,7 +6725,6 @@ declare const VNumberInput: {
6004
6725
  }>;
6005
6726
  $root: vue.ComponentPublicInstance | null;
6006
6727
  $parent: vue.ComponentPublicInstance | null;
6007
- $host: Element | null;
6008
6728
  $emit: (event: "update:focused", focused: boolean) => void;
6009
6729
  $el: any;
6010
6730
  $options: vue.ComponentOptionsBase<{
@@ -6042,7 +6762,7 @@ declare const VNumberInput: {
6042
6762
  } & {
6043
6763
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6044
6764
  }, {
6045
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6765
+ controlRef: vue.Ref<HTMLElement | undefined>;
6046
6766
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6047
6767
  'update:focused': (focused: boolean) => true;
6048
6768
  'update:modelValue': (value: any) => true;
@@ -6075,7 +6795,7 @@ declare const VNumberInput: {
6075
6795
  }) => vue.VNode[];
6076
6796
  loader: (arg: LoaderSlotProps) => vue.VNode[];
6077
6797
  default: (arg: VFieldSlot) => vue.VNode[];
6078
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
6798
+ }>>> & {
6079
6799
  beforeCreate?: (() => void) | (() => void)[];
6080
6800
  created?: (() => void) | (() => void)[];
6081
6801
  beforeMount?: (() => void) | (() => void)[];
@@ -6094,25 +6814,8 @@ declare const VNumberInput: {
6094
6814
  };
6095
6815
  $forceUpdate: () => void;
6096
6816
  $nextTick: typeof nextTick;
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<{
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<{
6116
6819
  flat: boolean;
6117
6820
  reverse: boolean;
6118
6821
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -6146,12 +6849,12 @@ declare const VNumberInput: {
6146
6849
  centerAffix?: boolean | undefined;
6147
6850
  } & {
6148
6851
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
6852
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
6853
+ controlRef: vue.Ref<HTMLElement | undefined>;
6151
6854
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6152
6855
  modelValue?: unknown;
6153
6856
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
6155
6858
  _allExposed: {
6156
6859
  reset: () => Promise<void>;
6157
6860
  resetValidation: () => Promise<void>;
@@ -6159,7 +6862,7 @@ declare const VNumberInput: {
6159
6862
  isValid: vue.ComputedRef<boolean | null>;
6160
6863
  errorMessages: vue.ComputedRef<string[]>;
6161
6864
  } | {
6162
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
6865
+ controlRef: vue.Ref<HTMLElement | undefined>;
6163
6866
  } | {};
6164
6867
  }) | {};
6165
6868
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -6219,7 +6922,7 @@ declare const VNumberInput: {
6219
6922
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6220
6923
  increment: (arg: ControlSlot) => vue.VNode[];
6221
6924
  decrement: (arg: ControlSlot) => vue.VNode[];
6222
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
6925
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
6223
6926
  flat: BooleanConstructor;
6224
6927
  reverse: BooleanConstructor;
6225
6928
  variant: {