@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-master.2025-06-06

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 (172) hide show
  1. package/CHANGELOG.md +5 -37
  2. package/dist/json/attributes.json +3519 -3619
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +0 -25
  6. package/dist/json/web-types.json +6117 -6449
  7. package/dist/vuetify-labs.cjs +144 -354
  8. package/dist/vuetify-labs.css +5834 -5868
  9. package/dist/vuetify-labs.d.ts +1899 -2397
  10. package/dist/vuetify-labs.esm.js +145 -355
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +144 -354
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +133 -348
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4252 -4286
  17. package/dist/vuetify.d.ts +1094 -1552
  18. package/dist/vuetify.esm.js +134 -349
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +133 -348
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1207 -1222
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +10 -15
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAppBar/VAppBar.d.ts +3 -15
  31. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
  32. package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
  33. package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
  34. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  35. package/lib/components/VBtn/VBtn.d.ts +10 -20
  36. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  37. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  38. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  39. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  41. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  42. package/lib/components/VCard/VCard.d.ts +10 -20
  43. package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
  44. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
  45. package/lib/components/VChip/VChip.d.ts +10 -20
  46. package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
  47. package/lib/components/VCombobox/VCombobox.d.ts +103 -154
  48. package/lib/components/VCombobox/VCombobox.js +3 -22
  49. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTable.d.ts +0 -60
  51. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  52. package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
  53. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  54. package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
  55. package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
  56. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
  57. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  58. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  59. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  60. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
  61. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
  62. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
  63. package/lib/components/VFab/VFab.d.ts +10 -20
  64. package/lib/components/VField/VField.d.ts +3 -3
  65. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  66. package/lib/components/VInput/VInput.d.ts +4 -4
  67. package/lib/components/VList/VList.d.ts +0 -13
  68. package/lib/components/VList/VList.js +1 -4
  69. package/lib/components/VList/VList.js.map +1 -1
  70. package/lib/components/VList/VListChildren.js.map +1 -1
  71. package/lib/components/VList/VListItem.d.ts +10 -23
  72. package/lib/components/VList/VListItem.js +3 -7
  73. package/lib/components/VList/VListItem.js.map +1 -1
  74. package/lib/components/VList/list.d.ts +2 -9
  75. package/lib/components/VList/list.js +0 -7
  76. package/lib/components/VList/list.js.map +1 -1
  77. package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
  78. package/lib/components/VNumberInput/VNumberInput.js +4 -19
  79. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  80. package/lib/components/VOtpInput/VOtpInput.js +1 -2
  81. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  82. package/lib/components/VOverlay/VOverlay.css +1 -1
  83. package/lib/components/VOverlay/_variables.scss +1 -1
  84. package/lib/components/VRadio/VRadio.d.ts +10 -20
  85. package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
  86. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  87. package/lib/components/VSelect/VSelect.d.ts +107 -171
  88. package/lib/components/VSelect/VSelect.js +3 -21
  89. package/lib/components/VSelect/VSelect.js.map +1 -1
  90. package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
  91. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
  92. package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
  93. package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
  94. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  95. package/lib/components/VSlider/VSlider.d.ts +3 -3
  96. package/lib/components/VSlider/VSliderThumb.d.ts +10 -20
  97. package/lib/components/VStepper/VStepperItem.d.ts +14 -28
  98. package/lib/components/VSwitch/VSwitch.d.ts +13 -23
  99. package/lib/components/VTable/VTable.css +0 -6
  100. package/lib/components/VTable/VTable.d.ts +24 -55
  101. package/lib/components/VTable/VTable.js +2 -9
  102. package/lib/components/VTable/VTable.js.map +1 -1
  103. package/lib/components/VTable/VTable.sass +0 -14
  104. package/lib/components/VTable/_variables.scss +0 -1
  105. package/lib/components/VTabs/VTab.d.ts +28 -56
  106. package/lib/components/VTabs/VTabs.d.ts +0 -10
  107. package/lib/components/VTextField/VTextField.d.ts +27 -27
  108. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  109. package/lib/components/VToolbar/VToolbar.d.ts +3 -15
  110. package/lib/components/VToolbar/VToolbar.js +3 -6
  111. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  112. package/lib/composables/calendar.d.ts +0 -6
  113. package/lib/composables/calendar.js +1 -2
  114. package/lib/composables/calendar.js.map +1 -1
  115. package/lib/composables/date/DateAdapter.d.ts +3 -3
  116. package/lib/composables/date/DateAdapter.js.map +1 -1
  117. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  118. package/lib/composables/date/adapters/vuetify.js +4 -4
  119. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  120. package/lib/composables/date/date.d.ts +3 -3
  121. package/lib/composables/date/index.d.ts +0 -1
  122. package/lib/composables/date/index.js +0 -1
  123. package/lib/composables/date/index.js.map +1 -1
  124. package/lib/composables/filter.js +0 -3
  125. package/lib/composables/filter.js.map +1 -1
  126. package/lib/composables/icons.d.ts +6 -0
  127. package/lib/composables/icons.js.map +1 -1
  128. package/lib/composables/theme.d.ts +1 -6
  129. package/lib/composables/theme.js +26 -94
  130. package/lib/composables/theme.js.map +1 -1
  131. package/lib/composables/virtual.js +1 -6
  132. package/lib/composables/virtual.js.map +1 -1
  133. package/lib/directives/ripple/index.d.ts +1 -2
  134. package/lib/directives/ripple/index.js +7 -12
  135. package/lib/directives/ripple/index.js.map +1 -1
  136. package/lib/entry-bundler.d.ts +3 -3
  137. package/lib/entry-bundler.js +1 -1
  138. package/lib/entry-bundler.js.map +1 -1
  139. package/lib/framework.d.ts +68 -77
  140. package/lib/framework.js +1 -1
  141. package/lib/framework.js.map +1 -1
  142. package/lib/iconsets/fa.js +3 -1
  143. package/lib/iconsets/fa.js.map +1 -1
  144. package/lib/iconsets/fa4.js +3 -1
  145. package/lib/iconsets/fa4.js.map +1 -1
  146. package/lib/iconsets/md.js +3 -1
  147. package/lib/iconsets/md.js.map +1 -1
  148. package/lib/iconsets/mdi-svg.js +3 -1
  149. package/lib/iconsets/mdi-svg.js.map +1 -1
  150. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  151. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  152. package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
  153. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  154. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
  155. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  156. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  157. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  158. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
  159. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
  160. package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
  161. package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
  162. package/lib/labs/entry-bundler.d.ts +3 -3
  163. package/lib/util/globals.d.ts +0 -1
  164. package/lib/util/globals.js +0 -1
  165. package/lib/util/globals.js.map +1 -1
  166. package/package.json +1 -3
  167. package/lib/composables/date/adapters/string.d.ts +0 -54
  168. package/lib/composables/date/adapters/string.js +0 -153
  169. package/lib/composables/date/adapters/string.js.map +0 -1
  170. package/lib/composables/iconSizes.d.ts +0 -28
  171. package/lib/composables/iconSizes.js +0 -23
  172. package/lib/composables/iconSizes.js.map +0 -1
@@ -42,7 +42,6 @@ export declare const VNumberInput: {
42
42
  hideInput: boolean;
43
43
  controlVariant: ControlVariant;
44
44
  precision: number | null;
45
- minFractionDigits: number | null;
46
45
  } & {
47
46
  name?: string | undefined;
48
47
  id?: string | undefined;
@@ -65,7 +64,6 @@ export declare const VNumberInput: {
65
64
  bgColor?: string | undefined;
66
65
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
67
66
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
68
- iconColor?: string | boolean | undefined;
69
67
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
70
68
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
71
69
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -74,6 +72,7 @@ export declare const VNumberInput: {
74
72
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
75
73
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
76
74
  centerAffix?: boolean | undefined;
75
+ iconColor?: string | boolean | undefined;
77
76
  hint?: string | undefined;
78
77
  hideDetails?: boolean | "auto" | undefined;
79
78
  suffix?: string | undefined;
@@ -224,7 +223,6 @@ export declare const VNumberInput: {
224
223
  bgColor?: string | undefined;
225
224
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
226
225
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
227
- iconColor?: string | boolean | undefined;
228
226
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
229
227
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
230
228
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -233,6 +231,7 @@ export declare const VNumberInput: {
233
231
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
234
232
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
235
233
  centerAffix?: boolean | undefined;
234
+ iconColor?: string | boolean | undefined;
236
235
  hint?: string | undefined;
237
236
  hideDetails?: boolean | "auto" | undefined;
238
237
  suffix?: string | undefined;
@@ -376,7 +375,6 @@ export declare const VNumberInput: {
376
375
  bgColor?: string | undefined;
377
376
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
378
377
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
379
- iconColor?: string | boolean | undefined;
380
378
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
381
379
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
382
380
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -385,6 +383,7 @@ export declare const VNumberInput: {
385
383
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
386
384
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
387
385
  centerAffix?: boolean | undefined;
386
+ iconColor?: string | boolean | undefined;
388
387
  hint?: string | undefined;
389
388
  hideDetails?: boolean | "auto" | undefined;
390
389
  suffix?: string | undefined;
@@ -499,9 +498,9 @@ export declare const VNumberInput: {
499
498
  baseColor?: string | undefined;
500
499
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
501
500
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
502
- iconColor?: string | boolean | undefined;
503
501
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
504
502
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
503
+ iconColor?: string | boolean | undefined;
505
504
  hint?: string | undefined;
506
505
  hideDetails?: boolean | "auto" | undefined;
507
506
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -555,9 +554,9 @@ export declare const VNumberInput: {
555
554
  baseColor?: string | undefined;
556
555
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
557
556
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
558
- iconColor?: string | boolean | undefined;
559
557
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
560
558
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
559
+ iconColor?: string | boolean | undefined;
561
560
  hint?: string | undefined;
562
561
  hideDetails?: boolean | "auto" | undefined;
563
562
  } & {}, {
@@ -658,9 +657,9 @@ export declare const VNumberInput: {
658
657
  baseColor?: string | undefined;
659
658
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
660
659
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
661
- iconColor?: string | boolean | undefined;
662
660
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
663
661
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
662
+ iconColor?: string | boolean | undefined;
664
663
  hint?: string | undefined;
665
664
  hideDetails?: boolean | "auto" | undefined;
666
665
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -672,7 +671,7 @@ export declare const VNumberInput: {
672
671
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
673
672
  modelValue?: unknown;
674
673
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
675
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
674
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
676
675
  $: import("vue").ComponentInternalInstance;
677
676
  $data: {};
678
677
  $props: Partial<{
@@ -719,13 +718,13 @@ export declare const VNumberInput: {
719
718
  rounded?: string | number | boolean | undefined;
720
719
  baseColor?: string | undefined;
721
720
  bgColor?: string | undefined;
722
- iconColor?: string | boolean | undefined;
723
721
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
724
722
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
725
723
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
726
724
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
727
725
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
728
726
  centerAffix?: boolean | undefined;
727
+ iconColor?: string | boolean | undefined;
729
728
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
730
729
  $attrs: {
731
730
  [x: string]: unknown;
@@ -778,13 +777,13 @@ export declare const VNumberInput: {
778
777
  rounded?: string | number | boolean | undefined;
779
778
  baseColor?: string | undefined;
780
779
  bgColor?: string | undefined;
781
- iconColor?: string | boolean | undefined;
782
780
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
783
781
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
784
782
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
785
783
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
786
784
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
787
785
  centerAffix?: boolean | undefined;
786
+ iconColor?: string | boolean | undefined;
788
787
  } & {
789
788
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
790
789
  }, {
@@ -888,13 +887,13 @@ export declare const VNumberInput: {
888
887
  rounded?: string | number | boolean | undefined;
889
888
  baseColor?: string | undefined;
890
889
  bgColor?: string | undefined;
891
- iconColor?: string | boolean | undefined;
892
890
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
893
891
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
894
892
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
895
893
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
896
894
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
897
895
  centerAffix?: boolean | undefined;
896
+ iconColor?: string | boolean | undefined;
898
897
  } & {
899
898
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
900
899
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -903,7 +902,7 @@ export declare const VNumberInput: {
903
902
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
904
903
  modelValue?: unknown;
905
904
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
906
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
905
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
907
906
  _allExposed: {
908
907
  reset: () => Promise<void>;
909
908
  resetValidation: () => Promise<void>;
@@ -1071,7 +1070,6 @@ export declare const VNumberInput: {
1071
1070
  bgColor?: string | undefined;
1072
1071
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1073
1072
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1074
- iconColor?: string | boolean | undefined;
1075
1073
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1076
1074
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1077
1075
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1080,6 +1078,7 @@ export declare const VNumberInput: {
1080
1078
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1081
1079
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1082
1080
  centerAffix?: boolean | undefined;
1081
+ iconColor?: string | boolean | undefined;
1083
1082
  hint?: string | undefined;
1084
1083
  hideDetails?: boolean | "auto" | undefined;
1085
1084
  suffix?: string | undefined;
@@ -1194,9 +1193,9 @@ export declare const VNumberInput: {
1194
1193
  baseColor?: string | undefined;
1195
1194
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1196
1195
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1197
- iconColor?: string | boolean | undefined;
1198
1196
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1199
1197
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1198
+ iconColor?: string | boolean | undefined;
1200
1199
  hint?: string | undefined;
1201
1200
  hideDetails?: boolean | "auto" | undefined;
1202
1201
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1250,9 +1249,9 @@ export declare const VNumberInput: {
1250
1249
  baseColor?: string | undefined;
1251
1250
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1252
1251
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1253
- iconColor?: string | boolean | undefined;
1254
1252
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1255
1253
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1254
+ iconColor?: string | boolean | undefined;
1256
1255
  hint?: string | undefined;
1257
1256
  hideDetails?: boolean | "auto" | undefined;
1258
1257
  } & {}, {
@@ -1353,9 +1352,9 @@ export declare const VNumberInput: {
1353
1352
  baseColor?: string | undefined;
1354
1353
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1355
1354
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1356
- iconColor?: string | boolean | undefined;
1357
1355
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1358
1356
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1357
+ iconColor?: string | boolean | undefined;
1359
1358
  hint?: string | undefined;
1360
1359
  hideDetails?: boolean | "auto" | undefined;
1361
1360
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1367,7 +1366,7 @@ export declare const VNumberInput: {
1367
1366
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1368
1367
  modelValue?: unknown;
1369
1368
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1370
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1369
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1371
1370
  $: import("vue").ComponentInternalInstance;
1372
1371
  $data: {};
1373
1372
  $props: Partial<{
@@ -1414,13 +1413,13 @@ export declare const VNumberInput: {
1414
1413
  rounded?: string | number | boolean | undefined;
1415
1414
  baseColor?: string | undefined;
1416
1415
  bgColor?: string | undefined;
1417
- iconColor?: string | boolean | undefined;
1418
1416
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1419
1417
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1420
1418
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1421
1419
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1422
1420
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1423
1421
  centerAffix?: boolean | undefined;
1422
+ iconColor?: string | boolean | undefined;
1424
1423
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1425
1424
  $attrs: {
1426
1425
  [x: string]: unknown;
@@ -1473,13 +1472,13 @@ export declare const VNumberInput: {
1473
1472
  rounded?: string | number | boolean | undefined;
1474
1473
  baseColor?: string | undefined;
1475
1474
  bgColor?: string | undefined;
1476
- iconColor?: string | boolean | undefined;
1477
1475
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1478
1476
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1479
1477
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1480
1478
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1481
1479
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1482
1480
  centerAffix?: boolean | undefined;
1481
+ iconColor?: string | boolean | undefined;
1483
1482
  } & {
1484
1483
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1485
1484
  }, {
@@ -1583,13 +1582,13 @@ export declare const VNumberInput: {
1583
1582
  rounded?: string | number | boolean | undefined;
1584
1583
  baseColor?: string | undefined;
1585
1584
  bgColor?: string | undefined;
1586
- iconColor?: string | boolean | undefined;
1587
1585
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1588
1586
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1589
1587
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1590
1588
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1591
1589
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1592
1590
  centerAffix?: boolean | undefined;
1591
+ iconColor?: string | boolean | undefined;
1593
1592
  } & {
1594
1593
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1595
1594
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -1598,7 +1597,7 @@ export declare const VNumberInput: {
1598
1597
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1599
1598
  modelValue?: unknown;
1600
1599
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1601
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1600
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1602
1601
  _allExposed: {
1603
1602
  reset: () => Promise<void>;
1604
1603
  resetValidation: () => Promise<void>;
@@ -1609,7 +1608,7 @@ export declare const VNumberInput: {
1609
1608
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1610
1609
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
1611
1610
  } | {};
1612
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1611
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1613
1612
  _allExposed: (HTMLInputElement & Omit<Omit<{
1614
1613
  $: import("vue").ComponentInternalInstance;
1615
1614
  $data: {};
@@ -1660,9 +1659,9 @@ export declare const VNumberInput: {
1660
1659
  baseColor?: string | undefined;
1661
1660
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1662
1661
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1663
- iconColor?: string | boolean | undefined;
1664
1662
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1665
1663
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1664
+ iconColor?: string | boolean | undefined;
1666
1665
  hint?: string | undefined;
1667
1666
  hideDetails?: boolean | "auto" | undefined;
1668
1667
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1716,9 +1715,9 @@ export declare const VNumberInput: {
1716
1715
  baseColor?: string | undefined;
1717
1716
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1718
1717
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1719
- iconColor?: string | boolean | undefined;
1720
1718
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1721
1719
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1720
+ iconColor?: string | boolean | undefined;
1722
1721
  hint?: string | undefined;
1723
1722
  hideDetails?: boolean | "auto" | undefined;
1724
1723
  } & {}, {
@@ -1819,9 +1818,9 @@ export declare const VNumberInput: {
1819
1818
  baseColor?: string | undefined;
1820
1819
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1821
1820
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1822
- iconColor?: string | boolean | undefined;
1823
1821
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1824
1822
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1823
+ iconColor?: string | boolean | undefined;
1825
1824
  hint?: string | undefined;
1826
1825
  hideDetails?: boolean | "auto" | undefined;
1827
1826
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1833,7 +1832,7 @@ export declare const VNumberInput: {
1833
1832
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1834
1833
  modelValue?: unknown;
1835
1834
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1836
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1835
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1837
1836
  $: import("vue").ComponentInternalInstance;
1838
1837
  $data: {};
1839
1838
  $props: Partial<{
@@ -1880,13 +1879,13 @@ export declare const VNumberInput: {
1880
1879
  rounded?: string | number | boolean | undefined;
1881
1880
  baseColor?: string | undefined;
1882
1881
  bgColor?: string | undefined;
1883
- iconColor?: string | boolean | undefined;
1884
1882
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1885
1883
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1886
1884
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1887
1885
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1888
1886
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1889
1887
  centerAffix?: boolean | undefined;
1888
+ iconColor?: string | boolean | undefined;
1890
1889
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1891
1890
  $attrs: {
1892
1891
  [x: string]: unknown;
@@ -1939,13 +1938,13 @@ export declare const VNumberInput: {
1939
1938
  rounded?: string | number | boolean | undefined;
1940
1939
  baseColor?: string | undefined;
1941
1940
  bgColor?: string | undefined;
1942
- iconColor?: string | boolean | undefined;
1943
1941
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1944
1942
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1945
1943
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1946
1944
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1947
1945
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1948
1946
  centerAffix?: boolean | undefined;
1947
+ iconColor?: string | boolean | undefined;
1949
1948
  } & {
1950
1949
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1951
1950
  }, {
@@ -2049,13 +2048,13 @@ export declare const VNumberInput: {
2049
2048
  rounded?: string | number | boolean | undefined;
2050
2049
  baseColor?: string | undefined;
2051
2050
  bgColor?: string | undefined;
2052
- iconColor?: string | boolean | undefined;
2053
2051
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2054
2052
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2055
2053
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2056
2054
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2057
2055
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2058
2056
  centerAffix?: boolean | undefined;
2057
+ iconColor?: string | boolean | undefined;
2059
2058
  } & {
2060
2059
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2061
2060
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -2064,7 +2063,7 @@ export declare const VNumberInput: {
2064
2063
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2065
2064
  modelValue?: unknown;
2066
2065
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2067
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2066
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2068
2067
  _allExposed: {
2069
2068
  reset: () => Promise<void>;
2070
2069
  resetValidation: () => Promise<void>;
@@ -2117,7 +2116,6 @@ export declare const VNumberInput: {
2117
2116
  hideInput: boolean;
2118
2117
  controlVariant: ControlVariant;
2119
2118
  precision: number | null;
2120
- minFractionDigits: number | null;
2121
2119
  }, true, {}, import("vue").SlotsType<Partial<{
2122
2120
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
2123
2121
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
@@ -2180,7 +2178,6 @@ export declare const VNumberInput: {
2180
2178
  hideInput: boolean;
2181
2179
  controlVariant: ControlVariant;
2182
2180
  precision: number | null;
2183
- minFractionDigits: number | null;
2184
2181
  } & {
2185
2182
  name?: string | undefined;
2186
2183
  id?: string | undefined;
@@ -2203,7 +2200,6 @@ export declare const VNumberInput: {
2203
2200
  bgColor?: string | undefined;
2204
2201
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2205
2202
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2206
- iconColor?: string | boolean | undefined;
2207
2203
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2208
2204
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2209
2205
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2212,6 +2208,7 @@ export declare const VNumberInput: {
2212
2208
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2213
2209
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2214
2210
  centerAffix?: boolean | undefined;
2211
+ iconColor?: string | boolean | undefined;
2215
2212
  hint?: string | undefined;
2216
2213
  hideDetails?: boolean | "auto" | undefined;
2217
2214
  suffix?: string | undefined;
@@ -2362,7 +2359,6 @@ export declare const VNumberInput: {
2362
2359
  bgColor?: string | undefined;
2363
2360
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2364
2361
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2365
- iconColor?: string | boolean | undefined;
2366
2362
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2367
2363
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2368
2364
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2371,6 +2367,7 @@ export declare const VNumberInput: {
2371
2367
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2372
2368
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2373
2369
  centerAffix?: boolean | undefined;
2370
+ iconColor?: string | boolean | undefined;
2374
2371
  hint?: string | undefined;
2375
2372
  hideDetails?: boolean | "auto" | undefined;
2376
2373
  suffix?: string | undefined;
@@ -2514,7 +2511,6 @@ export declare const VNumberInput: {
2514
2511
  bgColor?: string | undefined;
2515
2512
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2516
2513
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2517
- iconColor?: string | boolean | undefined;
2518
2514
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2519
2515
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2520
2516
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2523,6 +2519,7 @@ export declare const VNumberInput: {
2523
2519
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2524
2520
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2525
2521
  centerAffix?: boolean | undefined;
2522
+ iconColor?: string | boolean | undefined;
2526
2523
  hint?: string | undefined;
2527
2524
  hideDetails?: boolean | "auto" | undefined;
2528
2525
  suffix?: string | undefined;
@@ -2637,9 +2634,9 @@ export declare const VNumberInput: {
2637
2634
  baseColor?: string | undefined;
2638
2635
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2639
2636
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2640
- iconColor?: string | boolean | undefined;
2641
2637
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2642
2638
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2639
+ iconColor?: string | boolean | undefined;
2643
2640
  hint?: string | undefined;
2644
2641
  hideDetails?: boolean | "auto" | undefined;
2645
2642
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -2693,9 +2690,9 @@ export declare const VNumberInput: {
2693
2690
  baseColor?: string | undefined;
2694
2691
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2695
2692
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2696
- iconColor?: string | boolean | undefined;
2697
2693
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2698
2694
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2695
+ iconColor?: string | boolean | undefined;
2699
2696
  hint?: string | undefined;
2700
2697
  hideDetails?: boolean | "auto" | undefined;
2701
2698
  } & {}, {
@@ -2796,9 +2793,9 @@ export declare const VNumberInput: {
2796
2793
  baseColor?: string | undefined;
2797
2794
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2798
2795
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2799
- iconColor?: string | boolean | undefined;
2800
2796
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2801
2797
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2798
+ iconColor?: string | boolean | undefined;
2802
2799
  hint?: string | undefined;
2803
2800
  hideDetails?: boolean | "auto" | undefined;
2804
2801
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -2810,7 +2807,7 @@ export declare const VNumberInput: {
2810
2807
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2811
2808
  modelValue?: unknown;
2812
2809
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2813
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2810
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2814
2811
  $: import("vue").ComponentInternalInstance;
2815
2812
  $data: {};
2816
2813
  $props: Partial<{
@@ -2857,13 +2854,13 @@ export declare const VNumberInput: {
2857
2854
  rounded?: string | number | boolean | undefined;
2858
2855
  baseColor?: string | undefined;
2859
2856
  bgColor?: string | undefined;
2860
- iconColor?: string | boolean | undefined;
2861
2857
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2862
2858
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2863
2859
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2864
2860
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2865
2861
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2866
2862
  centerAffix?: boolean | undefined;
2863
+ iconColor?: string | boolean | undefined;
2867
2864
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2868
2865
  $attrs: {
2869
2866
  [x: string]: unknown;
@@ -2916,13 +2913,13 @@ export declare const VNumberInput: {
2916
2913
  rounded?: string | number | boolean | undefined;
2917
2914
  baseColor?: string | undefined;
2918
2915
  bgColor?: string | undefined;
2919
- iconColor?: string | boolean | undefined;
2920
2916
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2921
2917
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2922
2918
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2923
2919
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2924
2920
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2925
2921
  centerAffix?: boolean | undefined;
2922
+ iconColor?: string | boolean | undefined;
2926
2923
  } & {
2927
2924
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2928
2925
  }, {
@@ -3026,13 +3023,13 @@ export declare const VNumberInput: {
3026
3023
  rounded?: string | number | boolean | undefined;
3027
3024
  baseColor?: string | undefined;
3028
3025
  bgColor?: string | undefined;
3029
- iconColor?: string | boolean | undefined;
3030
3026
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3031
3027
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3032
3028
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3033
3029
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3034
3030
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3035
3031
  centerAffix?: boolean | undefined;
3032
+ iconColor?: string | boolean | undefined;
3036
3033
  } & {
3037
3034
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3038
3035
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3041,7 +3038,7 @@ export declare const VNumberInput: {
3041
3038
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3042
3039
  modelValue?: unknown;
3043
3040
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3044
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3041
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3045
3042
  _allExposed: {
3046
3043
  reset: () => Promise<void>;
3047
3044
  resetValidation: () => Promise<void>;
@@ -3209,7 +3206,6 @@ export declare const VNumberInput: {
3209
3206
  bgColor?: string | undefined;
3210
3207
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3211
3208
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3212
- iconColor?: string | boolean | undefined;
3213
3209
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3214
3210
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3215
3211
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3218,6 +3214,7 @@ export declare const VNumberInput: {
3218
3214
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3219
3215
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3220
3216
  centerAffix?: boolean | undefined;
3217
+ iconColor?: string | boolean | undefined;
3221
3218
  hint?: string | undefined;
3222
3219
  hideDetails?: boolean | "auto" | undefined;
3223
3220
  suffix?: string | undefined;
@@ -3332,9 +3329,9 @@ export declare const VNumberInput: {
3332
3329
  baseColor?: string | undefined;
3333
3330
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3334
3331
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3335
- iconColor?: string | boolean | undefined;
3336
3332
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3337
3333
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3334
+ iconColor?: string | boolean | undefined;
3338
3335
  hint?: string | undefined;
3339
3336
  hideDetails?: boolean | "auto" | undefined;
3340
3337
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3388,9 +3385,9 @@ export declare const VNumberInput: {
3388
3385
  baseColor?: string | undefined;
3389
3386
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3390
3387
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3391
- iconColor?: string | boolean | undefined;
3392
3388
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3393
3389
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3390
+ iconColor?: string | boolean | undefined;
3394
3391
  hint?: string | undefined;
3395
3392
  hideDetails?: boolean | "auto" | undefined;
3396
3393
  } & {}, {
@@ -3491,9 +3488,9 @@ export declare const VNumberInput: {
3491
3488
  baseColor?: string | undefined;
3492
3489
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3493
3490
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3494
- iconColor?: string | boolean | undefined;
3495
3491
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3496
3492
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3493
+ iconColor?: string | boolean | undefined;
3497
3494
  hint?: string | undefined;
3498
3495
  hideDetails?: boolean | "auto" | undefined;
3499
3496
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3505,7 +3502,7 @@ export declare const VNumberInput: {
3505
3502
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3506
3503
  modelValue?: unknown;
3507
3504
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3508
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3505
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3509
3506
  $: import("vue").ComponentInternalInstance;
3510
3507
  $data: {};
3511
3508
  $props: Partial<{
@@ -3552,13 +3549,13 @@ export declare const VNumberInput: {
3552
3549
  rounded?: string | number | boolean | undefined;
3553
3550
  baseColor?: string | undefined;
3554
3551
  bgColor?: string | undefined;
3555
- iconColor?: string | boolean | undefined;
3556
3552
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3557
3553
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3558
3554
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3559
3555
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3560
3556
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3561
3557
  centerAffix?: boolean | undefined;
3558
+ iconColor?: string | boolean | undefined;
3562
3559
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3563
3560
  $attrs: {
3564
3561
  [x: string]: unknown;
@@ -3611,13 +3608,13 @@ export declare const VNumberInput: {
3611
3608
  rounded?: string | number | boolean | undefined;
3612
3609
  baseColor?: string | undefined;
3613
3610
  bgColor?: string | undefined;
3614
- iconColor?: string | boolean | undefined;
3615
3611
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3616
3612
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3617
3613
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3618
3614
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3619
3615
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3620
3616
  centerAffix?: boolean | undefined;
3617
+ iconColor?: string | boolean | undefined;
3621
3618
  } & {
3622
3619
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3623
3620
  }, {
@@ -3721,13 +3718,13 @@ export declare const VNumberInput: {
3721
3718
  rounded?: string | number | boolean | undefined;
3722
3719
  baseColor?: string | undefined;
3723
3720
  bgColor?: string | undefined;
3724
- iconColor?: string | boolean | undefined;
3725
3721
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3726
3722
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3727
3723
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3728
3724
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3729
3725
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3730
3726
  centerAffix?: boolean | undefined;
3727
+ iconColor?: string | boolean | undefined;
3731
3728
  } & {
3732
3729
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3733
3730
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3736,7 +3733,7 @@ export declare const VNumberInput: {
3736
3733
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3737
3734
  modelValue?: unknown;
3738
3735
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3739
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3736
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3740
3737
  _allExposed: {
3741
3738
  reset: () => Promise<void>;
3742
3739
  resetValidation: () => Promise<void>;
@@ -3747,7 +3744,7 @@ export declare const VNumberInput: {
3747
3744
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3748
3745
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
3749
3746
  } | {};
3750
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
3747
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
3751
3748
  _allExposed: (HTMLInputElement & Omit<Omit<{
3752
3749
  $: import("vue").ComponentInternalInstance;
3753
3750
  $data: {};
@@ -3798,9 +3795,9 @@ export declare const VNumberInput: {
3798
3795
  baseColor?: string | undefined;
3799
3796
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3800
3797
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3801
- iconColor?: string | boolean | undefined;
3802
3798
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3803
3799
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3800
+ iconColor?: string | boolean | undefined;
3804
3801
  hint?: string | undefined;
3805
3802
  hideDetails?: boolean | "auto" | undefined;
3806
3803
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3854,9 +3851,9 @@ export declare const VNumberInput: {
3854
3851
  baseColor?: string | undefined;
3855
3852
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3856
3853
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3857
- iconColor?: string | boolean | undefined;
3858
3854
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3859
3855
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3856
+ iconColor?: string | boolean | undefined;
3860
3857
  hint?: string | undefined;
3861
3858
  hideDetails?: boolean | "auto" | undefined;
3862
3859
  } & {}, {
@@ -3957,9 +3954,9 @@ export declare const VNumberInput: {
3957
3954
  baseColor?: string | undefined;
3958
3955
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3959
3956
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3960
- iconColor?: string | boolean | undefined;
3961
3957
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3962
3958
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3959
+ iconColor?: string | boolean | undefined;
3963
3960
  hint?: string | undefined;
3964
3961
  hideDetails?: boolean | "auto" | undefined;
3965
3962
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3971,7 +3968,7 @@ export declare const VNumberInput: {
3971
3968
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3972
3969
  modelValue?: unknown;
3973
3970
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3974
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3971
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3975
3972
  $: import("vue").ComponentInternalInstance;
3976
3973
  $data: {};
3977
3974
  $props: Partial<{
@@ -4018,13 +4015,13 @@ export declare const VNumberInput: {
4018
4015
  rounded?: string | number | boolean | undefined;
4019
4016
  baseColor?: string | undefined;
4020
4017
  bgColor?: string | undefined;
4021
- iconColor?: string | boolean | undefined;
4022
4018
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4023
4019
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4024
4020
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4025
4021
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4026
4022
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4027
4023
  centerAffix?: boolean | undefined;
4024
+ iconColor?: string | boolean | undefined;
4028
4025
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4029
4026
  $attrs: {
4030
4027
  [x: string]: unknown;
@@ -4077,13 +4074,13 @@ export declare const VNumberInput: {
4077
4074
  rounded?: string | number | boolean | undefined;
4078
4075
  baseColor?: string | undefined;
4079
4076
  bgColor?: string | undefined;
4080
- iconColor?: string | boolean | undefined;
4081
4077
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4082
4078
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4083
4079
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4084
4080
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4085
4081
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4086
4082
  centerAffix?: boolean | undefined;
4083
+ iconColor?: string | boolean | undefined;
4087
4084
  } & {
4088
4085
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4089
4086
  }, {
@@ -4187,13 +4184,13 @@ export declare const VNumberInput: {
4187
4184
  rounded?: string | number | boolean | undefined;
4188
4185
  baseColor?: string | undefined;
4189
4186
  bgColor?: string | undefined;
4190
- iconColor?: string | boolean | undefined;
4191
4187
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4192
4188
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4193
4189
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4194
4190
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4195
4191
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4196
4192
  centerAffix?: boolean | undefined;
4193
+ iconColor?: string | boolean | undefined;
4197
4194
  } & {
4198
4195
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4199
4196
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4202,7 +4199,7 @@ export declare const VNumberInput: {
4202
4199
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
4203
4200
  modelValue?: unknown;
4204
4201
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4205
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4202
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4206
4203
  _allExposed: {
4207
4204
  reset: () => Promise<void>;
4208
4205
  resetValidation: () => Promise<void>;
@@ -4253,7 +4250,6 @@ export declare const VNumberInput: {
4253
4250
  hideInput: boolean;
4254
4251
  controlVariant: ControlVariant;
4255
4252
  precision: number | null;
4256
- minFractionDigits: number | null;
4257
4253
  }>;
4258
4254
  __isFragment?: never;
4259
4255
  __isTeleport?: never;
@@ -4295,7 +4291,6 @@ export declare const VNumberInput: {
4295
4291
  hideInput: boolean;
4296
4292
  controlVariant: ControlVariant;
4297
4293
  precision: number | null;
4298
- minFractionDigits: number | null;
4299
4294
  } & {
4300
4295
  name?: string | undefined;
4301
4296
  id?: string | undefined;
@@ -4318,7 +4313,6 @@ export declare const VNumberInput: {
4318
4313
  bgColor?: string | undefined;
4319
4314
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4320
4315
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4321
- iconColor?: string | boolean | undefined;
4322
4316
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4323
4317
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4324
4318
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4327,6 +4321,7 @@ export declare const VNumberInput: {
4327
4321
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4328
4322
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4329
4323
  centerAffix?: boolean | undefined;
4324
+ iconColor?: string | boolean | undefined;
4330
4325
  hint?: string | undefined;
4331
4326
  hideDetails?: boolean | "auto" | undefined;
4332
4327
  suffix?: string | undefined;
@@ -4477,7 +4472,6 @@ export declare const VNumberInput: {
4477
4472
  bgColor?: string | undefined;
4478
4473
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4479
4474
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4480
- iconColor?: string | boolean | undefined;
4481
4475
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4482
4476
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4483
4477
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4486,6 +4480,7 @@ export declare const VNumberInput: {
4486
4480
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4487
4481
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4488
4482
  centerAffix?: boolean | undefined;
4483
+ iconColor?: string | boolean | undefined;
4489
4484
  hint?: string | undefined;
4490
4485
  hideDetails?: boolean | "auto" | undefined;
4491
4486
  suffix?: string | undefined;
@@ -4629,7 +4624,6 @@ export declare const VNumberInput: {
4629
4624
  bgColor?: string | undefined;
4630
4625
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4631
4626
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4632
- iconColor?: string | boolean | undefined;
4633
4627
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4634
4628
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4635
4629
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4638,6 +4632,7 @@ export declare const VNumberInput: {
4638
4632
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4639
4633
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4640
4634
  centerAffix?: boolean | undefined;
4635
+ iconColor?: string | boolean | undefined;
4641
4636
  hint?: string | undefined;
4642
4637
  hideDetails?: boolean | "auto" | undefined;
4643
4638
  suffix?: string | undefined;
@@ -4752,9 +4747,9 @@ export declare const VNumberInput: {
4752
4747
  baseColor?: string | undefined;
4753
4748
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4754
4749
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4755
- iconColor?: string | boolean | undefined;
4756
4750
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4757
4751
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4752
+ iconColor?: string | boolean | undefined;
4758
4753
  hint?: string | undefined;
4759
4754
  hideDetails?: boolean | "auto" | undefined;
4760
4755
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4808,9 +4803,9 @@ export declare const VNumberInput: {
4808
4803
  baseColor?: string | undefined;
4809
4804
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4810
4805
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4811
- iconColor?: string | boolean | undefined;
4812
4806
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4813
4807
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4808
+ iconColor?: string | boolean | undefined;
4814
4809
  hint?: string | undefined;
4815
4810
  hideDetails?: boolean | "auto" | undefined;
4816
4811
  } & {}, {
@@ -4911,9 +4906,9 @@ export declare const VNumberInput: {
4911
4906
  baseColor?: string | undefined;
4912
4907
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4913
4908
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4914
- iconColor?: string | boolean | undefined;
4915
4909
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4916
4910
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4911
+ iconColor?: string | boolean | undefined;
4917
4912
  hint?: string | undefined;
4918
4913
  hideDetails?: boolean | "auto" | undefined;
4919
4914
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4925,7 +4920,7 @@ export declare const VNumberInput: {
4925
4920
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
4926
4921
  modelValue?: unknown;
4927
4922
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4928
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4923
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4929
4924
  $: import("vue").ComponentInternalInstance;
4930
4925
  $data: {};
4931
4926
  $props: Partial<{
@@ -4972,13 +4967,13 @@ export declare const VNumberInput: {
4972
4967
  rounded?: string | number | boolean | undefined;
4973
4968
  baseColor?: string | undefined;
4974
4969
  bgColor?: string | undefined;
4975
- iconColor?: string | boolean | undefined;
4976
4970
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4977
4971
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4978
4972
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4979
4973
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4980
4974
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4981
4975
  centerAffix?: boolean | undefined;
4976
+ iconColor?: string | boolean | undefined;
4982
4977
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4983
4978
  $attrs: {
4984
4979
  [x: string]: unknown;
@@ -5031,13 +5026,13 @@ export declare const VNumberInput: {
5031
5026
  rounded?: string | number | boolean | undefined;
5032
5027
  baseColor?: string | undefined;
5033
5028
  bgColor?: string | undefined;
5034
- iconColor?: string | boolean | undefined;
5035
5029
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5036
5030
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5037
5031
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5038
5032
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5039
5033
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5040
5034
  centerAffix?: boolean | undefined;
5035
+ iconColor?: string | boolean | undefined;
5041
5036
  } & {
5042
5037
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5043
5038
  }, {
@@ -5141,13 +5136,13 @@ export declare const VNumberInput: {
5141
5136
  rounded?: string | number | boolean | undefined;
5142
5137
  baseColor?: string | undefined;
5143
5138
  bgColor?: string | undefined;
5144
- iconColor?: string | boolean | undefined;
5145
5139
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5146
5140
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5147
5141
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5148
5142
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5149
5143
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5150
5144
  centerAffix?: boolean | undefined;
5145
+ iconColor?: string | boolean | undefined;
5151
5146
  } & {
5152
5147
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5153
5148
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5156,7 +5151,7 @@ export declare const VNumberInput: {
5156
5151
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
5157
5152
  modelValue?: unknown;
5158
5153
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5159
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5154
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5160
5155
  _allExposed: {
5161
5156
  reset: () => Promise<void>;
5162
5157
  resetValidation: () => Promise<void>;
@@ -5324,7 +5319,6 @@ export declare const VNumberInput: {
5324
5319
  bgColor?: string | undefined;
5325
5320
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5326
5321
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5327
- iconColor?: string | boolean | undefined;
5328
5322
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5329
5323
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5330
5324
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5333,6 +5327,7 @@ export declare const VNumberInput: {
5333
5327
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5334
5328
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5335
5329
  centerAffix?: boolean | undefined;
5330
+ iconColor?: string | boolean | undefined;
5336
5331
  hint?: string | undefined;
5337
5332
  hideDetails?: boolean | "auto" | undefined;
5338
5333
  suffix?: string | undefined;
@@ -5447,9 +5442,9 @@ export declare const VNumberInput: {
5447
5442
  baseColor?: string | undefined;
5448
5443
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5449
5444
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5450
- iconColor?: string | boolean | undefined;
5451
5445
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5452
5446
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5447
+ iconColor?: string | boolean | undefined;
5453
5448
  hint?: string | undefined;
5454
5449
  hideDetails?: boolean | "auto" | undefined;
5455
5450
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5503,9 +5498,9 @@ export declare const VNumberInput: {
5503
5498
  baseColor?: string | undefined;
5504
5499
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5505
5500
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5506
- iconColor?: string | boolean | undefined;
5507
5501
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5508
5502
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5503
+ iconColor?: string | boolean | undefined;
5509
5504
  hint?: string | undefined;
5510
5505
  hideDetails?: boolean | "auto" | undefined;
5511
5506
  } & {}, {
@@ -5606,9 +5601,9 @@ export declare const VNumberInput: {
5606
5601
  baseColor?: string | undefined;
5607
5602
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5608
5603
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5609
- iconColor?: string | boolean | undefined;
5610
5604
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5611
5605
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5606
+ iconColor?: string | boolean | undefined;
5612
5607
  hint?: string | undefined;
5613
5608
  hideDetails?: boolean | "auto" | undefined;
5614
5609
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5620,7 +5615,7 @@ export declare const VNumberInput: {
5620
5615
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
5621
5616
  modelValue?: unknown;
5622
5617
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5623
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5618
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5624
5619
  $: import("vue").ComponentInternalInstance;
5625
5620
  $data: {};
5626
5621
  $props: Partial<{
@@ -5667,13 +5662,13 @@ export declare const VNumberInput: {
5667
5662
  rounded?: string | number | boolean | undefined;
5668
5663
  baseColor?: string | undefined;
5669
5664
  bgColor?: string | undefined;
5670
- iconColor?: string | boolean | undefined;
5671
5665
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5672
5666
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5673
5667
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5674
5668
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5675
5669
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5676
5670
  centerAffix?: boolean | undefined;
5671
+ iconColor?: string | boolean | undefined;
5677
5672
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5678
5673
  $attrs: {
5679
5674
  [x: string]: unknown;
@@ -5726,13 +5721,13 @@ export declare const VNumberInput: {
5726
5721
  rounded?: string | number | boolean | undefined;
5727
5722
  baseColor?: string | undefined;
5728
5723
  bgColor?: string | undefined;
5729
- iconColor?: string | boolean | undefined;
5730
5724
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5731
5725
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5732
5726
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5733
5727
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5734
5728
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5735
5729
  centerAffix?: boolean | undefined;
5730
+ iconColor?: string | boolean | undefined;
5736
5731
  } & {
5737
5732
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5738
5733
  }, {
@@ -5836,13 +5831,13 @@ export declare const VNumberInput: {
5836
5831
  rounded?: string | number | boolean | undefined;
5837
5832
  baseColor?: string | undefined;
5838
5833
  bgColor?: string | undefined;
5839
- iconColor?: string | boolean | undefined;
5840
5834
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5841
5835
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5842
5836
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5843
5837
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5844
5838
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5845
5839
  centerAffix?: boolean | undefined;
5840
+ iconColor?: string | boolean | undefined;
5846
5841
  } & {
5847
5842
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5848
5843
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5851,7 +5846,7 @@ export declare const VNumberInput: {
5851
5846
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
5852
5847
  modelValue?: unknown;
5853
5848
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5854
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5849
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5855
5850
  _allExposed: {
5856
5851
  reset: () => Promise<void>;
5857
5852
  resetValidation: () => Promise<void>;
@@ -5862,7 +5857,7 @@ export declare const VNumberInput: {
5862
5857
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5863
5858
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
5864
5859
  } | {};
5865
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
5860
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
5866
5861
  _allExposed: (HTMLInputElement & Omit<Omit<{
5867
5862
  $: import("vue").ComponentInternalInstance;
5868
5863
  $data: {};
@@ -5913,9 +5908,9 @@ export declare const VNumberInput: {
5913
5908
  baseColor?: string | undefined;
5914
5909
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5915
5910
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5916
- iconColor?: string | boolean | undefined;
5917
5911
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5918
5912
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5913
+ iconColor?: string | boolean | undefined;
5919
5914
  hint?: string | undefined;
5920
5915
  hideDetails?: boolean | "auto" | undefined;
5921
5916
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5969,9 +5964,9 @@ export declare const VNumberInput: {
5969
5964
  baseColor?: string | undefined;
5970
5965
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5971
5966
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5972
- iconColor?: string | boolean | undefined;
5973
5967
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5974
5968
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5969
+ iconColor?: string | boolean | undefined;
5975
5970
  hint?: string | undefined;
5976
5971
  hideDetails?: boolean | "auto" | undefined;
5977
5972
  } & {}, {
@@ -6072,9 +6067,9 @@ export declare const VNumberInput: {
6072
6067
  baseColor?: string | undefined;
6073
6068
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6074
6069
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6075
- iconColor?: string | boolean | undefined;
6076
6070
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6077
6071
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6072
+ iconColor?: string | boolean | undefined;
6078
6073
  hint?: string | undefined;
6079
6074
  hideDetails?: boolean | "auto" | undefined;
6080
6075
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6086,7 +6081,7 @@ export declare const VNumberInput: {
6086
6081
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
6087
6082
  modelValue?: unknown;
6088
6083
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6089
- }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6084
+ }, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6090
6085
  $: import("vue").ComponentInternalInstance;
6091
6086
  $data: {};
6092
6087
  $props: Partial<{
@@ -6133,13 +6128,13 @@ export declare const VNumberInput: {
6133
6128
  rounded?: string | number | boolean | undefined;
6134
6129
  baseColor?: string | undefined;
6135
6130
  bgColor?: string | undefined;
6136
- iconColor?: string | boolean | undefined;
6137
6131
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6138
6132
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6139
6133
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6140
6134
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6141
6135
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6142
6136
  centerAffix?: boolean | undefined;
6137
+ iconColor?: string | boolean | undefined;
6143
6138
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6144
6139
  $attrs: {
6145
6140
  [x: string]: unknown;
@@ -6192,13 +6187,13 @@ export declare const VNumberInput: {
6192
6187
  rounded?: string | number | boolean | undefined;
6193
6188
  baseColor?: string | undefined;
6194
6189
  bgColor?: string | undefined;
6195
- iconColor?: string | boolean | undefined;
6196
6190
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6197
6191
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6198
6192
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6199
6193
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6200
6194
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6201
6195
  centerAffix?: boolean | undefined;
6196
+ iconColor?: string | boolean | undefined;
6202
6197
  } & {
6203
6198
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6204
6199
  }, {
@@ -6302,13 +6297,13 @@ export declare const VNumberInput: {
6302
6297
  rounded?: string | number | boolean | undefined;
6303
6298
  baseColor?: string | undefined;
6304
6299
  bgColor?: string | undefined;
6305
- iconColor?: string | boolean | undefined;
6306
6300
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6307
6301
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6308
6302
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6309
6303
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6310
6304
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6311
6305
  centerAffix?: boolean | undefined;
6306
+ iconColor?: string | boolean | undefined;
6312
6307
  } & {
6313
6308
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6314
6309
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6317,7 +6312,7 @@ export declare const VNumberInput: {
6317
6312
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
6318
6313
  modelValue?: unknown;
6319
6314
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6320
- }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "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" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6315
+ }, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6321
6316
  _allExposed: {
6322
6317
  reset: () => Promise<void>;
6323
6318
  resetValidation: () => Promise<void>;
@@ -6370,7 +6365,6 @@ export declare const VNumberInput: {
6370
6365
  hideInput: boolean;
6371
6366
  controlVariant: ControlVariant;
6372
6367
  precision: number | null;
6373
- minFractionDigits: number | null;
6374
6368
  }, {}, string, import("vue").SlotsType<Partial<{
6375
6369
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
6376
6370
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
@@ -6468,7 +6462,6 @@ export declare const VNumberInput: {
6468
6462
  bgColor: StringConstructor;
6469
6463
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
6470
6464
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
6471
- iconColor: (StringConstructor | BooleanConstructor)[];
6472
6465
  clearIcon: {
6473
6466
  type: PropType<import("../../composables/icons.js").IconValue>;
6474
6467
  default: string;
@@ -6485,6 +6478,7 @@ export declare const VNumberInput: {
6485
6478
  default: undefined;
6486
6479
  };
6487
6480
  glow: BooleanConstructor;
6481
+ iconColor: (StringConstructor | BooleanConstructor)[];
6488
6482
  hideSpinButtons: BooleanConstructor;
6489
6483
  hint: StringConstructor;
6490
6484
  persistentHint: BooleanConstructor;
@@ -6524,10 +6518,6 @@ export declare const VNumberInput: {
6524
6518
  type: PropType<number | null>;
6525
6519
  default: number;
6526
6520
  };
6527
- minFractionDigits: {
6528
- type: PropType<number | null>;
6529
- default: null;
6530
- };
6531
6521
  }, import("vue").ExtractPropTypes<{
6532
6522
  flat: BooleanConstructor;
6533
6523
  reverse: BooleanConstructor;
@@ -6607,7 +6597,6 @@ export declare const VNumberInput: {
6607
6597
  bgColor: StringConstructor;
6608
6598
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
6609
6599
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
6610
- iconColor: (StringConstructor | BooleanConstructor)[];
6611
6600
  clearIcon: {
6612
6601
  type: PropType<import("../../composables/icons.js").IconValue>;
6613
6602
  default: string;
@@ -6624,6 +6613,7 @@ export declare const VNumberInput: {
6624
6613
  default: undefined;
6625
6614
  };
6626
6615
  glow: BooleanConstructor;
6616
+ iconColor: (StringConstructor | BooleanConstructor)[];
6627
6617
  hideSpinButtons: BooleanConstructor;
6628
6618
  hint: StringConstructor;
6629
6619
  persistentHint: BooleanConstructor;
@@ -6663,10 +6653,6 @@ export declare const VNumberInput: {
6663
6653
  type: PropType<number | null>;
6664
6654
  default: number;
6665
6655
  };
6666
- minFractionDigits: {
6667
- type: PropType<number | null>;
6668
- default: null;
6669
- };
6670
6656
  }>>;
6671
6657
  export type VNumberInput = InstanceType<typeof VNumberInput>;
6672
6658