vuetify 3.7.0 → 3.7.2

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 (191) hide show
  1. package/dist/json/attributes.json +172 -172
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +230 -219
  5. package/dist/vuetify-labs.css +1941 -1926
  6. package/dist/vuetify-labs.d.ts +4266 -2397
  7. package/dist/vuetify-labs.esm.js +107 -111
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +107 -111
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1521 -1506
  12. package/dist/vuetify.d.ts +1282 -901
  13. package/dist/vuetify.esm.js +79 -54
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +79 -54
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1087 -1086
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +14 -11
  25. package/lib/components/VAppBar/index.d.mts +22 -19
  26. package/lib/components/VAutocomplete/index.d.mts +158 -110
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +8 -5
  30. package/lib/components/VBadge/index.d.mts +8 -5
  31. package/lib/components/VBanner/index.d.mts +18 -15
  32. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  33. package/lib/components/VBottomSheet/index.d.mts +11 -11
  34. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  35. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  36. package/lib/components/VBreadcrumbs/index.d.mts +8 -5
  37. package/lib/components/VBtn/VBtn.mjs +3 -4
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +18 -15
  40. package/lib/components/VBtnGroup/index.d.mts +4 -4
  41. package/lib/components/VBtnToggle/index.d.mts +4 -4
  42. package/lib/components/VCard/VCard.mjs +3 -4
  43. package/lib/components/VCard/VCard.mjs.map +1 -1
  44. package/lib/components/VCard/index.d.mts +18 -15
  45. package/lib/components/VCarousel/index.d.mts +17 -14
  46. package/lib/components/VCheckbox/index.d.mts +8 -5
  47. package/lib/components/VChip/VChip.mjs +2 -3
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VChip/index.d.mts +12 -9
  50. package/lib/components/VChipGroup/index.d.mts +8 -5
  51. package/lib/components/VColorPicker/index.d.mts +22 -22
  52. package/lib/components/VCombobox/index.d.mts +158 -110
  53. package/lib/components/VDataTable/index.d.mts +18 -15
  54. package/lib/components/VDatePicker/index.d.mts +16 -13
  55. package/lib/components/VDialog/VDialog.css +4 -1
  56. package/lib/components/VDialog/VDialog.mjs +3 -2
  57. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  58. package/lib/components/VDialog/VDialog.sass +2 -1
  59. package/lib/components/VDialog/index.d.mts +89 -50
  60. package/lib/components/VEmptyState/index.d.mts +12 -9
  61. package/lib/components/VExpansionPanel/index.d.mts +8 -5
  62. package/lib/components/VFab/index.d.mts +22 -19
  63. package/lib/components/VField/index.d.mts +4 -1
  64. package/lib/components/VFileInput/index.d.mts +34 -7
  65. package/lib/components/VFooter/index.d.mts +4 -4
  66. package/lib/components/VForm/index.d.mts +96 -3
  67. package/lib/components/VIcon/index.d.mts +8 -5
  68. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  69. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  70. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  71. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  72. package/lib/components/VInput/index.d.mts +6 -3
  73. package/lib/components/VItemGroup/index.d.mts +4 -4
  74. package/lib/components/VLabel/index.d.mts +4 -4
  75. package/lib/components/VList/VList.mjs +4 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListItem.mjs +8 -6
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VList/index.d.mts +84 -24
  80. package/lib/components/VMenu/index.d.mts +92 -50
  81. package/lib/components/VMessages/index.d.mts +8 -8
  82. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  83. package/lib/components/VOtpInput/index.d.mts +4 -4
  84. package/lib/components/VOverlay/index.d.mts +11 -11
  85. package/lib/components/VPagination/index.d.mts +8 -5
  86. package/lib/components/VProgressCircular/index.d.mts +4 -4
  87. package/lib/components/VRadio/index.d.mts +4 -1
  88. package/lib/components/VRadioGroup/index.d.mts +6 -3
  89. package/lib/components/VRangeSlider/index.d.mts +12 -9
  90. package/lib/components/VRating/index.d.mts +4 -1
  91. package/lib/components/VSelect/index.d.mts +158 -110
  92. package/lib/components/VSelectionControl/index.d.mts +4 -1
  93. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  94. package/lib/components/VSheet/index.d.mts +10 -10
  95. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  96. package/lib/components/VSlideGroup/index.d.mts +4 -1
  97. package/lib/components/VSlider/index.d.mts +12 -9
  98. package/lib/components/VSnackbar/index.d.mts +95 -62
  99. package/lib/components/VSpeedDial/index.d.mts +11 -11
  100. package/lib/components/VStepper/index.d.mts +12 -12
  101. package/lib/components/VSwitch/index.d.mts +6 -3
  102. package/lib/components/VSystemBar/index.d.mts +4 -4
  103. package/lib/components/VTabs/index.d.mts +69 -54
  104. package/lib/components/VTextField/index.d.mts +47 -14
  105. package/lib/components/VTextarea/index.d.mts +38 -11
  106. package/lib/components/VTimeline/index.d.mts +8 -5
  107. package/lib/components/VToolbar/index.d.mts +4 -4
  108. package/lib/components/VTooltip/index.d.mts +78 -45
  109. package/lib/components/VWindow/index.d.mts +10 -7
  110. package/lib/components/index.d.mts +1204 -814
  111. package/lib/components/index.mjs +1 -1
  112. package/lib/components/index.mjs.map +1 -1
  113. package/lib/composables/directiveComponent.mjs +1 -1
  114. package/lib/composables/directiveComponent.mjs.map +1 -1
  115. package/lib/composables/forwardRefs.mjs +2 -0
  116. package/lib/composables/forwardRefs.mjs.map +1 -1
  117. package/lib/composables/icons.mjs.map +1 -1
  118. package/lib/composables/index.mjs.map +1 -1
  119. package/lib/composables/nested/nested.mjs +18 -6
  120. package/lib/composables/nested/nested.mjs.map +1 -1
  121. package/lib/composables/nested/openStrategies.mjs +2 -4
  122. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  123. package/lib/composables/router.mjs +19 -9
  124. package/lib/composables/router.mjs.map +1 -1
  125. package/lib/directives/tooltip/index.mjs +1 -1
  126. package/lib/directives/tooltip/index.mjs.map +1 -1
  127. package/lib/entry-bundler.mjs +1 -1
  128. package/lib/framework.mjs +1 -1
  129. package/lib/iconsets/fa-svg.d.mts +4 -1
  130. package/lib/iconsets/fa.d.mts +4 -1
  131. package/lib/iconsets/fa4.d.mts +4 -1
  132. package/lib/iconsets/md.d.mts +4 -1
  133. package/lib/iconsets/mdi-svg.d.mts +4 -1
  134. package/lib/iconsets/mdi.d.mts +4 -1
  135. package/lib/index.d.mts +82 -88
  136. package/lib/labs/VDateInput/index.d.mts +16 -13
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +2212 -730
  140. package/lib/labs/VPicker/index.d.mts +10 -10
  141. package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
  142. package/lib/labs/VStepperVertical/index.d.mts +10 -7
  143. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  144. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  145. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  146. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  147. package/lib/labs/VTimePicker/index.d.mts +26 -26
  148. package/lib/labs/VTimePicker/util.mjs +5 -0
  149. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  150. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  151. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  152. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  153. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  154. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  155. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  156. package/lib/labs/VTreeview/index.d.mts +44 -41
  157. package/lib/labs/components.d.mts +2515 -1000
  158. package/lib/util/helpers.mjs +7 -3
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +7 -13
  161. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  162. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  163. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  164. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  165. package/lib/components/VDatePicker/util/index.mjs +0 -9
  166. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  167. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  168. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  169. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  170. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  171. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  172. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  173. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  174. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  175. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  176. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  177. package/lib/components/VTreeview/VTreeview.sass +0 -128
  178. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  179. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  180. package/lib/components/VTreeview/_mixins.sass +0 -18
  181. package/lib/components/VTreeview/_variables.scss +0 -10
  182. package/lib/components/VTreeview/index.mjs +0 -10
  183. package/lib/components/VTreeview/index.mjs.map +0 -1
  184. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  185. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
  186. package/lib/services/goto/easing-patterns.mjs +0 -27
  187. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  188. package/lib/services/goto/index.mjs +0 -73
  189. package/lib/services/goto/index.mjs.map +0 -1
  190. package/lib/services/goto/util.mjs +0 -39
  191. package/lib/services/goto/util.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -35,17 +35,17 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
35
35
  type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
36
36
  declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
37
37
 
38
- interface LoaderSlotProps {
39
- color: string | undefined;
40
- isActive: boolean;
41
- }
42
-
43
38
  type VCounterSlot = {
44
39
  counter: string;
45
40
  max: string | number | undefined;
46
41
  value: string | number | undefined;
47
42
  };
48
43
 
44
+ interface LoaderSlotProps {
45
+ color: string | undefined;
46
+ isActive: boolean;
47
+ }
48
+
49
49
  type Density = null | 'default' | 'comfortable' | 'compact';
50
50
 
51
51
  type ValidationResult = string | boolean;
@@ -68,6 +68,9 @@ interface ValidationProps {
68
68
  validationValue: any;
69
69
  }
70
70
 
71
+ type JSXComponent<Props = any> = {
72
+ new (): ComponentPublicInstance<Props>;
73
+ } | FunctionalComponent<Props>;
71
74
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
72
75
  declare const IconValue: PropType<IconValue>;
73
76
 
@@ -172,8 +175,8 @@ declare const VNumberInput: {
172
175
  prefix?: string | undefined;
173
176
  role?: string | undefined;
174
177
  class?: any;
175
- placeholder?: string | undefined;
176
178
  theme?: string | undefined;
179
+ placeholder?: string | undefined;
177
180
  counter?: string | number | boolean | undefined;
178
181
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
179
182
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -207,8 +210,8 @@ declare const VNumberInput: {
207
210
  }) => vue.VNodeChild) | undefined;
208
211
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
209
212
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
210
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
211
213
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
214
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
212
215
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
213
216
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
214
217
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -226,8 +229,8 @@ declare const VNumberInput: {
226
229
  }) => vue.VNodeChild) | undefined;
227
230
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
228
231
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
229
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
230
232
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
233
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
231
234
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
232
235
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
233
236
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -245,8 +248,8 @@ declare const VNumberInput: {
245
248
  }) => vue.VNodeChild) | undefined;
246
249
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
247
250
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
248
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
249
251
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
252
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
250
253
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
251
254
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
252
255
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -325,8 +328,8 @@ declare const VNumberInput: {
325
328
  prefix?: string | undefined;
326
329
  role?: string | undefined;
327
330
  class?: any;
328
- placeholder?: string | undefined;
329
331
  theme?: string | undefined;
332
+ placeholder?: string | undefined;
330
333
  counter?: string | number | boolean | undefined;
331
334
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
332
335
  modelValue?: any;
@@ -445,8 +448,8 @@ declare const VNumberInput: {
445
448
  prefix?: string | undefined;
446
449
  role?: string | undefined;
447
450
  class?: any;
448
- placeholder?: string | undefined;
449
451
  theme?: string | undefined;
452
+ placeholder?: string | undefined;
450
453
  counter?: string | number | boolean | undefined;
451
454
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
452
455
  modelValue?: any;
@@ -598,8 +601,8 @@ declare const VNumberInput: {
598
601
  prefix?: string | undefined;
599
602
  role?: string | undefined;
600
603
  class?: any;
601
- placeholder?: string | undefined;
602
604
  theme?: string | undefined;
605
+ placeholder?: string | undefined;
603
606
  counter?: string | number | boolean | undefined;
604
607
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
605
608
  modelValue?: any;
@@ -824,7 +827,7 @@ declare const VNumberInput: {
824
827
  errorMessages: vue.ComputedRef<string[]>;
825
828
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
826
829
  'update:modelValue': (value: any) => true;
827
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
830
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
828
831
  error: boolean;
829
832
  direction: "horizontal" | "vertical";
830
833
  style: vue.StyleValue;
@@ -907,7 +910,7 @@ declare const VNumberInput: {
907
910
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
908
911
  modelValue?: unknown;
909
912
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
910
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
913
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
911
914
  $: vue.ComponentInternalInstance;
912
915
  $data: {};
913
916
  $props: Partial<{
@@ -1143,7 +1146,17 @@ declare const VNumberInput: {
1143
1146
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1144
1147
  modelValue?: unknown;
1145
1148
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1146
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1149
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1150
+ _allExposed: {
1151
+ reset: () => Promise<void>;
1152
+ resetValidation: () => Promise<void>;
1153
+ validate: (silent?: boolean) => Promise<string[]>;
1154
+ isValid: vue.ComputedRef<boolean | null>;
1155
+ errorMessages: vue.ComputedRef<string[]>;
1156
+ } | {
1157
+ controlRef: vue.Ref<HTMLElement | undefined>;
1158
+ } | {};
1159
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1147
1160
  'click:control': (e: MouseEvent) => true;
1148
1161
  'mousedown:control': (e: MouseEvent) => true;
1149
1162
  'update:focused': (focused: boolean) => true;
@@ -1255,8 +1268,8 @@ declare const VNumberInput: {
1255
1268
  prefix?: string | undefined;
1256
1269
  role?: string | undefined;
1257
1270
  class?: any;
1258
- placeholder?: string | undefined;
1259
1271
  theme?: string | undefined;
1272
+ placeholder?: string | undefined;
1260
1273
  counter?: string | number | boolean | undefined;
1261
1274
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1262
1275
  modelValue?: any;
@@ -1339,7 +1352,7 @@ declare const VNumberInput: {
1339
1352
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1340
1353
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1341
1354
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1342
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1355
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1343
1356
  $: vue.ComponentInternalInstance;
1344
1357
  $data: {};
1345
1358
  $props: Partial<{
@@ -1481,7 +1494,7 @@ declare const VNumberInput: {
1481
1494
  errorMessages: vue.ComputedRef<string[]>;
1482
1495
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1483
1496
  'update:modelValue': (value: any) => true;
1484
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1497
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1485
1498
  error: boolean;
1486
1499
  direction: "horizontal" | "vertical";
1487
1500
  style: vue.StyleValue;
@@ -1564,7 +1577,7 @@ declare const VNumberInput: {
1564
1577
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1565
1578
  modelValue?: unknown;
1566
1579
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1567
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1580
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1568
1581
  $: vue.ComponentInternalInstance;
1569
1582
  $data: {};
1570
1583
  $props: Partial<{
@@ -1800,231 +1813,714 @@ declare const VNumberInput: {
1800
1813
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1801
1814
  modelValue?: unknown;
1802
1815
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1803
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1804
- 'update:modelValue': (val: number) => true;
1805
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1806
- flat: boolean;
1807
- reverse: boolean;
1808
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1809
- max: number;
1810
- type: string;
1811
- error: boolean;
1812
- active: boolean;
1813
- min: number;
1814
- direction: "horizontal" | "vertical";
1815
- inset: boolean;
1816
- style: vue.StyleValue;
1817
- autofocus: boolean;
1818
- disabled: boolean;
1819
- readonly: boolean | null;
1820
- step: number;
1821
- messages: string | readonly string[];
1822
- focused: boolean;
1823
- errorMessages: string | readonly string[] | null;
1824
- maxErrors: string | number;
1825
- rules: readonly ValidationRule[];
1826
- modelValue: Number | null;
1827
- tile: boolean;
1828
- density: Density;
1829
- clearIcon: IconValue;
1830
- hideSpinButtons: boolean;
1831
- persistentHint: boolean;
1832
- clearable: boolean;
1833
- dirty: boolean;
1834
- persistentClear: boolean;
1835
- singleLine: boolean;
1836
- persistentPlaceholder: boolean;
1837
- persistentCounter: boolean;
1838
- hideInput: boolean;
1839
- controlVariant: ControlVariant;
1840
- } & {
1841
- name?: string | undefined;
1842
- id?: string | undefined;
1843
- width?: string | number | undefined;
1844
- color?: string | undefined;
1845
- maxWidth?: string | number | undefined;
1846
- minWidth?: string | number | undefined;
1847
- loading?: string | boolean | undefined;
1848
- label?: string | undefined;
1849
- prefix?: string | undefined;
1850
- role?: string | undefined;
1851
- class?: any;
1852
- placeholder?: string | undefined;
1853
- theme?: string | undefined;
1854
- counter?: string | number | boolean | undefined;
1855
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1856
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1857
- validationValue?: any;
1858
- rounded?: string | number | boolean | undefined;
1859
- baseColor?: string | undefined;
1860
- bgColor?: string | undefined;
1861
- prependIcon?: IconValue | undefined;
1862
- appendIcon?: IconValue | undefined;
1863
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1864
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1865
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1866
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1867
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1868
- centerAffix?: boolean | undefined;
1869
- hint?: string | undefined;
1870
- hideDetails?: boolean | "auto" | undefined;
1871
- suffix?: string | undefined;
1872
- counterValue?: number | ((value: any) => number) | undefined;
1873
- modelModifiers?: Record<string, boolean> | undefined;
1874
- } & {
1875
- $children?: {} | vue.VNodeChild | {
1876
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1877
- clear?: ((arg: DefaultInputSlot & {
1878
- props: Record<string, any>;
1879
- }) => vue.VNodeChild) | undefined;
1880
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1881
- label?: ((arg: DefaultInputSlot & {
1882
- label: string | undefined;
1883
- props: Record<string, any>;
1884
- }) => vue.VNodeChild) | undefined;
1885
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1886
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1887
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1888
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1889
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1890
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1891
- increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1892
- decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1893
- };
1894
- 'v-slots'?: {
1895
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1896
- clear?: false | ((arg: DefaultInputSlot & {
1897
- props: Record<string, any>;
1898
- }) => vue.VNodeChild) | undefined;
1899
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1900
- label?: false | ((arg: DefaultInputSlot & {
1901
- label: string | undefined;
1902
- props: Record<string, any>;
1903
- }) => vue.VNodeChild) | undefined;
1904
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1905
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1906
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1907
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1908
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1909
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1910
- increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1911
- decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1912
- } | undefined;
1913
- } & {
1914
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1915
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1916
- props: Record<string, any>;
1917
- }) => vue.VNodeChild) | undefined;
1918
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1919
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
1920
- label: string | undefined;
1921
- props: Record<string, any>;
1922
- }) => vue.VNodeChild) | undefined;
1923
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1924
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1925
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1926
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1927
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1928
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1929
- "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1930
- "v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1931
- } & {
1932
- "onUpdate:modelValue"?: ((val: number) => any) | undefined;
1933
- }, {
1934
- flat: boolean;
1935
- reverse: boolean;
1936
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1937
- max: number;
1938
- type: string;
1939
- error: boolean;
1940
- active: boolean;
1941
- min: number;
1942
- direction: "horizontal" | "vertical";
1943
- inset: boolean;
1944
- style: vue.StyleValue;
1945
- autofocus: boolean;
1946
- disabled: boolean;
1947
- readonly: boolean | null;
1948
- step: number;
1949
- messages: string | readonly string[];
1950
- focused: boolean;
1951
- errorMessages: string | readonly string[] | null;
1952
- maxErrors: string | number;
1953
- rules: readonly ValidationRule[];
1954
- modelValue: Number | null;
1955
- rounded: string | number | boolean;
1956
- tile: boolean;
1957
- density: Density;
1958
- clearIcon: IconValue;
1959
- centerAffix: boolean;
1960
- hideSpinButtons: boolean;
1961
- persistentHint: boolean;
1962
- clearable: boolean;
1963
- dirty: boolean;
1964
- persistentClear: boolean;
1965
- singleLine: boolean;
1966
- persistentPlaceholder: boolean;
1967
- persistentCounter: boolean;
1968
- hideInput: boolean;
1969
- controlVariant: ControlVariant;
1970
- }, true, {}, vue.SlotsType<Partial<{
1971
- message: (arg: VMessageSlot) => vue.VNode[];
1972
- clear: (arg: DefaultInputSlot & {
1973
- props: Record<string, any>;
1974
- }) => vue.VNode[];
1975
- details: (arg: VInputSlot) => vue.VNode[];
1976
- label: (arg: DefaultInputSlot & {
1977
- label: string | undefined;
1978
- props: Record<string, any>;
1979
- }) => vue.VNode[];
1980
- append: (arg: VInputSlot) => vue.VNode[];
1981
- prepend: (arg: VInputSlot) => vue.VNode[];
1982
- counter: (arg: VCounterSlot) => vue.VNode[];
1983
- loader: (arg: LoaderSlotProps) => vue.VNode[];
1984
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
1985
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1986
- increment: (arg: ControlSlot) => vue.VNode[];
1987
- decrement: (arg: ControlSlot) => vue.VNode[];
1988
- }>>, {
1989
- P: {};
1990
- B: {};
1991
- D: {};
1992
- C: {};
1993
- M: {};
1994
- Defaults: {};
1995
- }, {
1996
- flat: boolean;
1997
- reverse: boolean;
1998
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1999
- max: number;
2000
- type: string;
2001
- error: boolean;
2002
- active: boolean;
2003
- min: number;
2004
- direction: "horizontal" | "vertical";
2005
- inset: boolean;
2006
- style: vue.StyleValue;
2007
- autofocus: boolean;
2008
- disabled: boolean;
2009
- readonly: boolean | null;
2010
- step: number;
2011
- messages: string | readonly string[];
2012
- focused: boolean;
2013
- errorMessages: string | readonly string[] | null;
2014
- maxErrors: string | number;
2015
- rules: readonly ValidationRule[];
2016
- modelValue: Number | null;
2017
- tile: boolean;
2018
- density: Density;
2019
- clearIcon: IconValue;
2020
- hideSpinButtons: boolean;
2021
- persistentHint: boolean;
2022
- clearable: boolean;
2023
- dirty: boolean;
2024
- persistentClear: boolean;
2025
- singleLine: boolean;
2026
- persistentPlaceholder: boolean;
2027
- persistentCounter: boolean;
1816
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1817
+ _allExposed: {
1818
+ reset: () => Promise<void>;
1819
+ resetValidation: () => Promise<void>;
1820
+ validate: (silent?: boolean) => Promise<string[]>;
1821
+ isValid: vue.ComputedRef<boolean | null>;
1822
+ errorMessages: vue.ComputedRef<string[]>;
1823
+ } | {
1824
+ controlRef: vue.Ref<HTMLElement | undefined>;
1825
+ } | {};
1826
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1827
+ _allExposed: (HTMLInputElement & Omit<Omit<{
1828
+ $: vue.ComponentInternalInstance;
1829
+ $data: {};
1830
+ $props: Partial<{
1831
+ error: boolean;
1832
+ direction: "horizontal" | "vertical";
1833
+ style: vue.StyleValue;
1834
+ disabled: boolean | null;
1835
+ readonly: boolean | null;
1836
+ messages: string | readonly string[];
1837
+ focused: boolean;
1838
+ errorMessages: string | readonly string[] | null;
1839
+ maxErrors: string | number;
1840
+ rules: readonly ValidationRule[];
1841
+ density: Density;
1842
+ centerAffix: boolean;
1843
+ hideSpinButtons: boolean;
1844
+ persistentHint: boolean;
1845
+ }> & Omit<{
1846
+ error: boolean;
1847
+ direction: "horizontal" | "vertical";
1848
+ style: vue.StyleValue;
1849
+ disabled: boolean | null;
1850
+ readonly: boolean | null;
1851
+ messages: string | readonly string[];
1852
+ focused: boolean;
1853
+ errorMessages: string | readonly string[] | null;
1854
+ maxErrors: string | number;
1855
+ rules: readonly ValidationRule[];
1856
+ density: Density;
1857
+ centerAffix: boolean;
1858
+ hideSpinButtons: boolean;
1859
+ persistentHint: boolean;
1860
+ name?: string | undefined;
1861
+ id?: string | undefined;
1862
+ width?: string | number | undefined;
1863
+ maxWidth?: string | number | undefined;
1864
+ minWidth?: string | number | undefined;
1865
+ label?: string | undefined;
1866
+ class?: any;
1867
+ theme?: string | undefined;
1868
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1869
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1870
+ validationValue?: any;
1871
+ prependIcon?: IconValue | undefined;
1872
+ appendIcon?: IconValue | undefined;
1873
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1874
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1875
+ hint?: string | undefined;
1876
+ hideDetails?: boolean | "auto" | undefined;
1877
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1878
+ error: boolean;
1879
+ direction: "horizontal" | "vertical";
1880
+ style: vue.StyleValue;
1881
+ disabled: boolean | null;
1882
+ readonly: boolean | null;
1883
+ messages: string | readonly string[];
1884
+ focused: boolean;
1885
+ errorMessages: string | readonly string[] | null;
1886
+ maxErrors: string | number;
1887
+ rules: readonly ValidationRule[];
1888
+ density: Density;
1889
+ centerAffix: boolean;
1890
+ hideSpinButtons: boolean;
1891
+ persistentHint: boolean;
1892
+ } & {
1893
+ name?: string | undefined;
1894
+ id?: string | undefined;
1895
+ width?: string | number | undefined;
1896
+ maxWidth?: string | number | undefined;
1897
+ minWidth?: string | number | undefined;
1898
+ label?: string | undefined;
1899
+ class?: any;
1900
+ theme?: string | undefined;
1901
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1902
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1903
+ validationValue?: any;
1904
+ prependIcon?: IconValue | undefined;
1905
+ appendIcon?: IconValue | undefined;
1906
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1907
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1908
+ hint?: string | undefined;
1909
+ hideDetails?: boolean | "auto" | undefined;
1910
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1911
+ $attrs: {
1912
+ [x: string]: unknown;
1913
+ };
1914
+ $refs: {
1915
+ [x: string]: unknown;
1916
+ };
1917
+ $slots: Readonly<{
1918
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1919
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1920
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1921
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1922
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
1923
+ }>;
1924
+ $root: vue.ComponentPublicInstance | null;
1925
+ $parent: vue.ComponentPublicInstance | null;
1926
+ $emit: (event: string, ...args: any[]) => void;
1927
+ $el: any;
1928
+ $options: vue.ComponentOptionsBase<{
1929
+ error: boolean;
1930
+ direction: "horizontal" | "vertical";
1931
+ style: vue.StyleValue;
1932
+ disabled: boolean | null;
1933
+ readonly: boolean | null;
1934
+ messages: string | readonly string[];
1935
+ focused: boolean;
1936
+ errorMessages: string | readonly string[] | null;
1937
+ maxErrors: string | number;
1938
+ rules: readonly ValidationRule[];
1939
+ density: Density;
1940
+ centerAffix: boolean;
1941
+ hideSpinButtons: boolean;
1942
+ persistentHint: boolean;
1943
+ } & {
1944
+ name?: string | undefined;
1945
+ id?: string | undefined;
1946
+ width?: string | number | undefined;
1947
+ maxWidth?: string | number | undefined;
1948
+ minWidth?: string | number | undefined;
1949
+ label?: string | undefined;
1950
+ class?: any;
1951
+ theme?: string | undefined;
1952
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1953
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1954
+ validationValue?: any;
1955
+ prependIcon?: IconValue | undefined;
1956
+ appendIcon?: IconValue | undefined;
1957
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1958
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1959
+ hint?: string | undefined;
1960
+ hideDetails?: boolean | "auto" | undefined;
1961
+ } & {}, {
1962
+ reset: () => Promise<void>;
1963
+ resetValidation: () => Promise<void>;
1964
+ validate: (silent?: boolean) => Promise<string[]>;
1965
+ isValid: vue.ComputedRef<boolean | null>;
1966
+ errorMessages: vue.ComputedRef<string[]>;
1967
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1968
+ 'update:modelValue': (value: any) => true;
1969
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1970
+ error: boolean;
1971
+ direction: "horizontal" | "vertical";
1972
+ style: vue.StyleValue;
1973
+ disabled: boolean | null;
1974
+ readonly: boolean | null;
1975
+ messages: string | readonly string[];
1976
+ focused: boolean;
1977
+ errorMessages: string | readonly string[] | null;
1978
+ maxErrors: string | number;
1979
+ rules: readonly ValidationRule[];
1980
+ density: Density;
1981
+ centerAffix: boolean;
1982
+ hideSpinButtons: boolean;
1983
+ persistentHint: boolean;
1984
+ }, {}, string, vue.SlotsType<Partial<{
1985
+ default: (arg: VInputSlot) => vue.VNode[];
1986
+ prepend: (arg: VInputSlot) => vue.VNode[];
1987
+ append: (arg: VInputSlot) => vue.VNode[];
1988
+ details: (arg: VInputSlot) => vue.VNode[];
1989
+ message: (arg: VMessageSlot) => vue.VNode[];
1990
+ }>>> & {
1991
+ beforeCreate?: (() => void) | (() => void)[];
1992
+ created?: (() => void) | (() => void)[];
1993
+ beforeMount?: (() => void) | (() => void)[];
1994
+ mounted?: (() => void) | (() => void)[];
1995
+ beforeUpdate?: (() => void) | (() => void)[];
1996
+ updated?: (() => void) | (() => void)[];
1997
+ activated?: (() => void) | (() => void)[];
1998
+ deactivated?: (() => void) | (() => void)[];
1999
+ beforeDestroy?: (() => void) | (() => void)[];
2000
+ beforeUnmount?: (() => void) | (() => void)[];
2001
+ destroyed?: (() => void) | (() => void)[];
2002
+ unmounted?: (() => void) | (() => void)[];
2003
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2004
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2005
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
2006
+ };
2007
+ $forceUpdate: () => void;
2008
+ $nextTick: typeof nextTick;
2009
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2010
+ } & Omit<{
2011
+ error: boolean;
2012
+ direction: "horizontal" | "vertical";
2013
+ style: vue.StyleValue;
2014
+ disabled: boolean | null;
2015
+ readonly: boolean | null;
2016
+ messages: string | readonly string[];
2017
+ focused: boolean;
2018
+ errorMessages: string | readonly string[] | null;
2019
+ maxErrors: string | number;
2020
+ rules: readonly ValidationRule[];
2021
+ density: Density;
2022
+ centerAffix: boolean;
2023
+ hideSpinButtons: boolean;
2024
+ persistentHint: boolean;
2025
+ } & {
2026
+ name?: string | undefined;
2027
+ id?: string | undefined;
2028
+ width?: string | number | undefined;
2029
+ maxWidth?: string | number | undefined;
2030
+ minWidth?: string | number | undefined;
2031
+ label?: string | undefined;
2032
+ class?: any;
2033
+ theme?: string | undefined;
2034
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2035
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2036
+ validationValue?: any;
2037
+ prependIcon?: IconValue | undefined;
2038
+ appendIcon?: IconValue | undefined;
2039
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2040
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2041
+ hint?: string | undefined;
2042
+ hideDetails?: boolean | "auto" | undefined;
2043
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
2044
+ reset: () => Promise<void>;
2045
+ resetValidation: () => Promise<void>;
2046
+ validate: (silent?: boolean) => Promise<string[]>;
2047
+ isValid: vue.ComputedRef<boolean | null>;
2048
+ errorMessages: vue.ComputedRef<string[]>;
2049
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2050
+ modelValue?: unknown;
2051
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2052
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2053
+ $: vue.ComponentInternalInstance;
2054
+ $data: {};
2055
+ $props: Partial<{
2056
+ flat: boolean;
2057
+ reverse: boolean;
2058
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2059
+ error: boolean;
2060
+ active: boolean;
2061
+ style: vue.StyleValue;
2062
+ disabled: boolean;
2063
+ focused: boolean;
2064
+ rounded: string | number | boolean;
2065
+ tile: boolean;
2066
+ clearIcon: IconValue;
2067
+ centerAffix: boolean;
2068
+ clearable: boolean;
2069
+ dirty: boolean;
2070
+ persistentClear: boolean;
2071
+ singleLine: boolean;
2072
+ }> & Omit<{
2073
+ flat: boolean;
2074
+ reverse: boolean;
2075
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2076
+ error: boolean;
2077
+ active: boolean;
2078
+ style: vue.StyleValue;
2079
+ disabled: boolean;
2080
+ focused: boolean;
2081
+ tile: boolean;
2082
+ clearIcon: IconValue;
2083
+ clearable: boolean;
2084
+ dirty: boolean;
2085
+ persistentClear: boolean;
2086
+ singleLine: boolean;
2087
+ id?: string | undefined;
2088
+ color?: string | undefined;
2089
+ loading?: string | boolean | undefined;
2090
+ label?: string | undefined;
2091
+ class?: any;
2092
+ theme?: string | undefined;
2093
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2094
+ rounded?: string | number | boolean | undefined;
2095
+ baseColor?: string | undefined;
2096
+ bgColor?: string | undefined;
2097
+ appendInnerIcon?: IconValue | undefined;
2098
+ prependInnerIcon?: IconValue | undefined;
2099
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2100
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2101
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2102
+ centerAffix?: boolean | undefined;
2103
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2104
+ flat: boolean;
2105
+ reverse: boolean;
2106
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2107
+ error: boolean;
2108
+ active: boolean;
2109
+ style: vue.StyleValue;
2110
+ disabled: boolean;
2111
+ focused: boolean;
2112
+ tile: boolean;
2113
+ clearIcon: IconValue;
2114
+ clearable: boolean;
2115
+ dirty: boolean;
2116
+ persistentClear: boolean;
2117
+ singleLine: boolean;
2118
+ } & {
2119
+ id?: string | undefined;
2120
+ color?: string | undefined;
2121
+ loading?: string | boolean | undefined;
2122
+ label?: string | undefined;
2123
+ class?: any;
2124
+ theme?: string | undefined;
2125
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2126
+ rounded?: string | number | boolean | undefined;
2127
+ baseColor?: string | undefined;
2128
+ bgColor?: string | undefined;
2129
+ appendInnerIcon?: IconValue | undefined;
2130
+ prependInnerIcon?: IconValue | undefined;
2131
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2132
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2133
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2134
+ centerAffix?: boolean | undefined;
2135
+ } & {
2136
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2137
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2138
+ $attrs: {
2139
+ [x: string]: unknown;
2140
+ };
2141
+ $refs: {
2142
+ [x: string]: unknown;
2143
+ };
2144
+ $slots: Readonly<{
2145
+ clear?: ((arg: DefaultInputSlot & {
2146
+ props: Record<string, any>;
2147
+ }) => vue.VNode[]) | undefined;
2148
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
2149
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
2150
+ label?: ((arg: DefaultInputSlot & {
2151
+ label: string | undefined;
2152
+ props: Record<string, any>;
2153
+ }) => vue.VNode[]) | undefined;
2154
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
2155
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
2156
+ }>;
2157
+ $root: vue.ComponentPublicInstance | null;
2158
+ $parent: vue.ComponentPublicInstance | null;
2159
+ $emit: (event: "update:focused", focused: boolean) => void;
2160
+ $el: any;
2161
+ $options: vue.ComponentOptionsBase<{
2162
+ flat: boolean;
2163
+ reverse: boolean;
2164
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2165
+ error: boolean;
2166
+ active: boolean;
2167
+ style: vue.StyleValue;
2168
+ disabled: boolean;
2169
+ focused: boolean;
2170
+ tile: boolean;
2171
+ clearIcon: IconValue;
2172
+ clearable: boolean;
2173
+ dirty: boolean;
2174
+ persistentClear: boolean;
2175
+ singleLine: boolean;
2176
+ } & {
2177
+ id?: string | undefined;
2178
+ color?: string | undefined;
2179
+ loading?: string | boolean | undefined;
2180
+ label?: string | undefined;
2181
+ class?: any;
2182
+ theme?: string | undefined;
2183
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2184
+ rounded?: string | number | boolean | undefined;
2185
+ baseColor?: string | undefined;
2186
+ bgColor?: string | undefined;
2187
+ appendInnerIcon?: IconValue | undefined;
2188
+ prependInnerIcon?: IconValue | undefined;
2189
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2190
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2191
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2192
+ centerAffix?: boolean | undefined;
2193
+ } & {
2194
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2195
+ }, {
2196
+ controlRef: vue.Ref<HTMLElement | undefined>;
2197
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2198
+ 'update:focused': (focused: boolean) => true;
2199
+ 'update:modelValue': (value: any) => true;
2200
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2201
+ flat: boolean;
2202
+ reverse: boolean;
2203
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2204
+ error: boolean;
2205
+ active: boolean;
2206
+ style: vue.StyleValue;
2207
+ disabled: boolean;
2208
+ focused: boolean;
2209
+ rounded: string | number | boolean;
2210
+ tile: boolean;
2211
+ clearIcon: IconValue;
2212
+ centerAffix: boolean;
2213
+ clearable: boolean;
2214
+ dirty: boolean;
2215
+ persistentClear: boolean;
2216
+ singleLine: boolean;
2217
+ }, {}, string, vue.SlotsType<Partial<{
2218
+ clear: (arg: DefaultInputSlot & {
2219
+ props: Record<string, any>;
2220
+ }) => vue.VNode[];
2221
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2222
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2223
+ label: (arg: DefaultInputSlot & {
2224
+ label: string | undefined;
2225
+ props: Record<string, any>;
2226
+ }) => vue.VNode[];
2227
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2228
+ default: (arg: VFieldSlot) => vue.VNode[];
2229
+ }>>> & {
2230
+ beforeCreate?: (() => void) | (() => void)[];
2231
+ created?: (() => void) | (() => void)[];
2232
+ beforeMount?: (() => void) | (() => void)[];
2233
+ mounted?: (() => void) | (() => void)[];
2234
+ beforeUpdate?: (() => void) | (() => void)[];
2235
+ updated?: (() => void) | (() => void)[];
2236
+ activated?: (() => void) | (() => void)[];
2237
+ deactivated?: (() => void) | (() => void)[];
2238
+ beforeDestroy?: (() => void) | (() => void)[];
2239
+ beforeUnmount?: (() => void) | (() => void)[];
2240
+ destroyed?: (() => void) | (() => void)[];
2241
+ unmounted?: (() => void) | (() => void)[];
2242
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2243
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2244
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
2245
+ };
2246
+ $forceUpdate: () => void;
2247
+ $nextTick: typeof nextTick;
2248
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2249
+ } & Omit<{
2250
+ flat: boolean;
2251
+ reverse: boolean;
2252
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2253
+ error: boolean;
2254
+ active: boolean;
2255
+ style: vue.StyleValue;
2256
+ disabled: boolean;
2257
+ focused: boolean;
2258
+ tile: boolean;
2259
+ clearIcon: IconValue;
2260
+ clearable: boolean;
2261
+ dirty: boolean;
2262
+ persistentClear: boolean;
2263
+ singleLine: boolean;
2264
+ } & {
2265
+ id?: string | undefined;
2266
+ color?: string | undefined;
2267
+ loading?: string | boolean | undefined;
2268
+ label?: string | undefined;
2269
+ class?: any;
2270
+ theme?: string | undefined;
2271
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2272
+ rounded?: string | number | boolean | undefined;
2273
+ baseColor?: string | undefined;
2274
+ bgColor?: string | undefined;
2275
+ appendInnerIcon?: IconValue | undefined;
2276
+ prependInnerIcon?: IconValue | undefined;
2277
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2278
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2279
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2280
+ centerAffix?: boolean | undefined;
2281
+ } & {
2282
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2283
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
2284
+ controlRef: vue.Ref<HTMLElement | undefined>;
2285
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2286
+ modelValue?: unknown;
2287
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2288
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2289
+ _allExposed: {
2290
+ reset: () => Promise<void>;
2291
+ resetValidation: () => Promise<void>;
2292
+ validate: (silent?: boolean) => Promise<string[]>;
2293
+ isValid: vue.ComputedRef<boolean | null>;
2294
+ errorMessages: vue.ComputedRef<string[]>;
2295
+ } | {
2296
+ controlRef: vue.Ref<HTMLElement | undefined>;
2297
+ } | {};
2298
+ }) | {};
2299
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2300
+ 'update:modelValue': (val: number) => true;
2301
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2302
+ flat: boolean;
2303
+ reverse: boolean;
2304
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2305
+ max: number;
2306
+ type: string;
2307
+ error: boolean;
2308
+ active: boolean;
2309
+ min: number;
2310
+ direction: "horizontal" | "vertical";
2311
+ inset: boolean;
2312
+ style: vue.StyleValue;
2313
+ autofocus: boolean;
2314
+ disabled: boolean;
2315
+ readonly: boolean | null;
2316
+ step: number;
2317
+ messages: string | readonly string[];
2318
+ focused: boolean;
2319
+ errorMessages: string | readonly string[] | null;
2320
+ maxErrors: string | number;
2321
+ rules: readonly ValidationRule[];
2322
+ modelValue: Number | null;
2323
+ tile: boolean;
2324
+ density: Density;
2325
+ clearIcon: IconValue;
2326
+ hideSpinButtons: boolean;
2327
+ persistentHint: boolean;
2328
+ clearable: boolean;
2329
+ dirty: boolean;
2330
+ persistentClear: boolean;
2331
+ singleLine: boolean;
2332
+ persistentPlaceholder: boolean;
2333
+ persistentCounter: boolean;
2334
+ hideInput: boolean;
2335
+ controlVariant: ControlVariant;
2336
+ } & {
2337
+ name?: string | undefined;
2338
+ id?: string | undefined;
2339
+ width?: string | number | undefined;
2340
+ color?: string | undefined;
2341
+ maxWidth?: string | number | undefined;
2342
+ minWidth?: string | number | undefined;
2343
+ loading?: string | boolean | undefined;
2344
+ label?: string | undefined;
2345
+ prefix?: string | undefined;
2346
+ role?: string | undefined;
2347
+ class?: any;
2348
+ theme?: string | undefined;
2349
+ placeholder?: string | undefined;
2350
+ counter?: string | number | boolean | undefined;
2351
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2352
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2353
+ validationValue?: any;
2354
+ rounded?: string | number | boolean | undefined;
2355
+ baseColor?: string | undefined;
2356
+ bgColor?: string | undefined;
2357
+ prependIcon?: IconValue | undefined;
2358
+ appendIcon?: IconValue | undefined;
2359
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2360
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2361
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2362
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2363
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2364
+ centerAffix?: boolean | undefined;
2365
+ hint?: string | undefined;
2366
+ hideDetails?: boolean | "auto" | undefined;
2367
+ suffix?: string | undefined;
2368
+ counterValue?: number | ((value: any) => number) | undefined;
2369
+ modelModifiers?: Record<string, boolean> | undefined;
2370
+ } & {
2371
+ $children?: {} | vue.VNodeChild | {
2372
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2373
+ clear?: ((arg: DefaultInputSlot & {
2374
+ props: Record<string, any>;
2375
+ }) => vue.VNodeChild) | undefined;
2376
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2377
+ label?: ((arg: DefaultInputSlot & {
2378
+ label: string | undefined;
2379
+ props: Record<string, any>;
2380
+ }) => vue.VNodeChild) | undefined;
2381
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2382
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2383
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2384
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2385
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2386
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2387
+ increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2388
+ decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2389
+ };
2390
+ 'v-slots'?: {
2391
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2392
+ clear?: false | ((arg: DefaultInputSlot & {
2393
+ props: Record<string, any>;
2394
+ }) => vue.VNodeChild) | undefined;
2395
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2396
+ label?: false | ((arg: DefaultInputSlot & {
2397
+ label: string | undefined;
2398
+ props: Record<string, any>;
2399
+ }) => vue.VNodeChild) | undefined;
2400
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2401
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2402
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2403
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2404
+ 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2405
+ 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2406
+ increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2407
+ decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2408
+ } | undefined;
2409
+ } & {
2410
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2411
+ "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
2412
+ props: Record<string, any>;
2413
+ }) => vue.VNodeChild) | undefined;
2414
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2415
+ "v-slot:label"?: false | ((arg: DefaultInputSlot & {
2416
+ label: string | undefined;
2417
+ props: Record<string, any>;
2418
+ }) => vue.VNodeChild) | undefined;
2419
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2420
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2421
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2422
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2423
+ "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2424
+ "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2425
+ "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2426
+ "v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2427
+ } & {
2428
+ "onUpdate:modelValue"?: ((val: number) => any) | undefined;
2429
+ }, {
2430
+ flat: boolean;
2431
+ reverse: boolean;
2432
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2433
+ max: number;
2434
+ type: string;
2435
+ error: boolean;
2436
+ active: boolean;
2437
+ min: number;
2438
+ direction: "horizontal" | "vertical";
2439
+ inset: boolean;
2440
+ style: vue.StyleValue;
2441
+ autofocus: boolean;
2442
+ disabled: boolean;
2443
+ readonly: boolean | null;
2444
+ step: number;
2445
+ messages: string | readonly string[];
2446
+ focused: boolean;
2447
+ errorMessages: string | readonly string[] | null;
2448
+ maxErrors: string | number;
2449
+ rules: readonly ValidationRule[];
2450
+ modelValue: Number | null;
2451
+ rounded: string | number | boolean;
2452
+ tile: boolean;
2453
+ density: Density;
2454
+ clearIcon: IconValue;
2455
+ centerAffix: boolean;
2456
+ hideSpinButtons: boolean;
2457
+ persistentHint: boolean;
2458
+ clearable: boolean;
2459
+ dirty: boolean;
2460
+ persistentClear: boolean;
2461
+ singleLine: boolean;
2462
+ persistentPlaceholder: boolean;
2463
+ persistentCounter: boolean;
2464
+ hideInput: boolean;
2465
+ controlVariant: ControlVariant;
2466
+ }, true, {}, vue.SlotsType<Partial<{
2467
+ message: (arg: VMessageSlot) => vue.VNode[];
2468
+ clear: (arg: DefaultInputSlot & {
2469
+ props: Record<string, any>;
2470
+ }) => vue.VNode[];
2471
+ details: (arg: VInputSlot) => vue.VNode[];
2472
+ label: (arg: DefaultInputSlot & {
2473
+ label: string | undefined;
2474
+ props: Record<string, any>;
2475
+ }) => vue.VNode[];
2476
+ append: (arg: VInputSlot) => vue.VNode[];
2477
+ prepend: (arg: VInputSlot) => vue.VNode[];
2478
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2479
+ counter: (arg: VCounterSlot) => vue.VNode[];
2480
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2481
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2482
+ increment: (arg: ControlSlot) => vue.VNode[];
2483
+ decrement: (arg: ControlSlot) => vue.VNode[];
2484
+ }>>, {
2485
+ P: {};
2486
+ B: {};
2487
+ D: {};
2488
+ C: {};
2489
+ M: {};
2490
+ Defaults: {};
2491
+ }, {
2492
+ flat: boolean;
2493
+ reverse: boolean;
2494
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2495
+ max: number;
2496
+ type: string;
2497
+ error: boolean;
2498
+ active: boolean;
2499
+ min: number;
2500
+ direction: "horizontal" | "vertical";
2501
+ inset: boolean;
2502
+ style: vue.StyleValue;
2503
+ autofocus: boolean;
2504
+ disabled: boolean;
2505
+ readonly: boolean | null;
2506
+ step: number;
2507
+ messages: string | readonly string[];
2508
+ focused: boolean;
2509
+ errorMessages: string | readonly string[] | null;
2510
+ maxErrors: string | number;
2511
+ rules: readonly ValidationRule[];
2512
+ modelValue: Number | null;
2513
+ tile: boolean;
2514
+ density: Density;
2515
+ clearIcon: IconValue;
2516
+ hideSpinButtons: boolean;
2517
+ persistentHint: boolean;
2518
+ clearable: boolean;
2519
+ dirty: boolean;
2520
+ persistentClear: boolean;
2521
+ singleLine: boolean;
2522
+ persistentPlaceholder: boolean;
2523
+ persistentCounter: boolean;
2028
2524
  hideInput: boolean;
2029
2525
  controlVariant: ControlVariant;
2030
2526
  } & {
@@ -2039,8 +2535,8 @@ declare const VNumberInput: {
2039
2535
  prefix?: string | undefined;
2040
2536
  role?: string | undefined;
2041
2537
  class?: any;
2042
- placeholder?: string | undefined;
2043
2538
  theme?: string | undefined;
2539
+ placeholder?: string | undefined;
2044
2540
  counter?: string | number | boolean | undefined;
2045
2541
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2046
2542
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -2074,8 +2570,8 @@ declare const VNumberInput: {
2074
2570
  }) => vue.VNodeChild) | undefined;
2075
2571
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2076
2572
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2077
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2078
2573
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2574
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2079
2575
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2080
2576
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2081
2577
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -2093,8 +2589,8 @@ declare const VNumberInput: {
2093
2589
  }) => vue.VNodeChild) | undefined;
2094
2590
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2095
2591
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2096
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2097
2592
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2593
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2098
2594
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2099
2595
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2100
2596
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -2112,8 +2608,8 @@ declare const VNumberInput: {
2112
2608
  }) => vue.VNodeChild) | undefined;
2113
2609
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2114
2610
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2115
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2116
2611
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2612
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2117
2613
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2118
2614
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2119
2615
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -2192,8 +2688,8 @@ declare const VNumberInput: {
2192
2688
  prefix?: string | undefined;
2193
2689
  role?: string | undefined;
2194
2690
  class?: any;
2195
- placeholder?: string | undefined;
2196
2691
  theme?: string | undefined;
2692
+ placeholder?: string | undefined;
2197
2693
  counter?: string | number | boolean | undefined;
2198
2694
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2199
2695
  modelValue?: any;
@@ -2312,8 +2808,8 @@ declare const VNumberInput: {
2312
2808
  prefix?: string | undefined;
2313
2809
  role?: string | undefined;
2314
2810
  class?: any;
2315
- placeholder?: string | undefined;
2316
2811
  theme?: string | undefined;
2812
+ placeholder?: string | undefined;
2317
2813
  counter?: string | number | boolean | undefined;
2318
2814
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2319
2815
  modelValue?: any;
@@ -2465,8 +2961,8 @@ declare const VNumberInput: {
2465
2961
  prefix?: string | undefined;
2466
2962
  role?: string | undefined;
2467
2963
  class?: any;
2468
- placeholder?: string | undefined;
2469
2964
  theme?: string | undefined;
2965
+ placeholder?: string | undefined;
2470
2966
  counter?: string | number | boolean | undefined;
2471
2967
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2472
2968
  modelValue?: any;
@@ -2691,7 +3187,7 @@ declare const VNumberInput: {
2691
3187
  errorMessages: vue.ComputedRef<string[]>;
2692
3188
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2693
3189
  'update:modelValue': (value: any) => true;
2694
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3190
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
2695
3191
  error: boolean;
2696
3192
  direction: "horizontal" | "vertical";
2697
3193
  style: vue.StyleValue;
@@ -2774,7 +3270,7 @@ declare const VNumberInput: {
2774
3270
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2775
3271
  modelValue?: unknown;
2776
3272
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2777
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3273
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2778
3274
  $: vue.ComponentInternalInstance;
2779
3275
  $data: {};
2780
3276
  $props: Partial<{
@@ -3010,7 +3506,17 @@ declare const VNumberInput: {
3010
3506
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3011
3507
  modelValue?: unknown;
3012
3508
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3013
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3509
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3510
+ _allExposed: {
3511
+ reset: () => Promise<void>;
3512
+ resetValidation: () => Promise<void>;
3513
+ validate: (silent?: boolean) => Promise<string[]>;
3514
+ isValid: vue.ComputedRef<boolean | null>;
3515
+ errorMessages: vue.ComputedRef<string[]>;
3516
+ } | {
3517
+ controlRef: vue.Ref<HTMLElement | undefined>;
3518
+ } | {};
3519
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3014
3520
  'click:control': (e: MouseEvent) => true;
3015
3521
  'mousedown:control': (e: MouseEvent) => true;
3016
3522
  'update:focused': (focused: boolean) => true;
@@ -3122,8 +3628,8 @@ declare const VNumberInput: {
3122
3628
  prefix?: string | undefined;
3123
3629
  role?: string | undefined;
3124
3630
  class?: any;
3125
- placeholder?: string | undefined;
3126
3631
  theme?: string | undefined;
3632
+ placeholder?: string | undefined;
3127
3633
  counter?: string | number | boolean | undefined;
3128
3634
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3129
3635
  modelValue?: any;
@@ -3206,7 +3712,7 @@ declare const VNumberInput: {
3206
3712
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
3207
3713
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
3208
3714
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
3209
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3715
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3210
3716
  $: vue.ComponentInternalInstance;
3211
3717
  $data: {};
3212
3718
  $props: Partial<{
@@ -3348,7 +3854,7 @@ declare const VNumberInput: {
3348
3854
  errorMessages: vue.ComputedRef<string[]>;
3349
3855
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3350
3856
  'update:modelValue': (value: any) => true;
3351
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3857
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
3352
3858
  error: boolean;
3353
3859
  direction: "horizontal" | "vertical";
3354
3860
  style: vue.StyleValue;
@@ -3431,7 +3937,7 @@ declare const VNumberInput: {
3431
3937
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3432
3938
  modelValue?: unknown;
3433
3939
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3434
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3940
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3435
3941
  $: vue.ComponentInternalInstance;
3436
3942
  $data: {};
3437
3943
  $props: Partial<{
@@ -3472,7 +3978,97 @@ declare const VNumberInput: {
3472
3978
  label?: string | undefined;
3473
3979
  class?: any;
3474
3980
  theme?: string | undefined;
3475
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3981
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3982
+ rounded?: string | number | boolean | undefined;
3983
+ baseColor?: string | undefined;
3984
+ bgColor?: string | undefined;
3985
+ appendInnerIcon?: IconValue | undefined;
3986
+ prependInnerIcon?: IconValue | undefined;
3987
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3988
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3989
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3990
+ centerAffix?: boolean | undefined;
3991
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3992
+ flat: boolean;
3993
+ reverse: boolean;
3994
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3995
+ error: boolean;
3996
+ active: boolean;
3997
+ style: vue.StyleValue;
3998
+ disabled: boolean;
3999
+ focused: boolean;
4000
+ tile: boolean;
4001
+ clearIcon: IconValue;
4002
+ clearable: boolean;
4003
+ dirty: boolean;
4004
+ persistentClear: boolean;
4005
+ singleLine: boolean;
4006
+ } & {
4007
+ id?: string | undefined;
4008
+ color?: string | undefined;
4009
+ loading?: string | boolean | undefined;
4010
+ label?: string | undefined;
4011
+ class?: any;
4012
+ theme?: string | undefined;
4013
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4014
+ rounded?: string | number | boolean | undefined;
4015
+ baseColor?: string | undefined;
4016
+ bgColor?: string | undefined;
4017
+ appendInnerIcon?: IconValue | undefined;
4018
+ prependInnerIcon?: IconValue | undefined;
4019
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4020
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4021
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4022
+ centerAffix?: boolean | undefined;
4023
+ } & {
4024
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4025
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4026
+ $attrs: {
4027
+ [x: string]: unknown;
4028
+ };
4029
+ $refs: {
4030
+ [x: string]: unknown;
4031
+ };
4032
+ $slots: Readonly<{
4033
+ clear?: ((arg: DefaultInputSlot & {
4034
+ props: Record<string, any>;
4035
+ }) => vue.VNode[]) | undefined;
4036
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4037
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4038
+ label?: ((arg: DefaultInputSlot & {
4039
+ label: string | undefined;
4040
+ props: Record<string, any>;
4041
+ }) => vue.VNode[]) | undefined;
4042
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
4043
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
4044
+ }>;
4045
+ $root: vue.ComponentPublicInstance | null;
4046
+ $parent: vue.ComponentPublicInstance | null;
4047
+ $emit: (event: "update:focused", focused: boolean) => void;
4048
+ $el: any;
4049
+ $options: vue.ComponentOptionsBase<{
4050
+ flat: boolean;
4051
+ reverse: boolean;
4052
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4053
+ error: boolean;
4054
+ active: boolean;
4055
+ style: vue.StyleValue;
4056
+ disabled: boolean;
4057
+ focused: boolean;
4058
+ tile: boolean;
4059
+ clearIcon: IconValue;
4060
+ clearable: boolean;
4061
+ dirty: boolean;
4062
+ persistentClear: boolean;
4063
+ singleLine: boolean;
4064
+ } & {
4065
+ id?: string | undefined;
4066
+ color?: string | undefined;
4067
+ loading?: string | boolean | undefined;
4068
+ label?: string | undefined;
4069
+ class?: any;
4070
+ theme?: string | undefined;
4071
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3476
4072
  rounded?: string | number | boolean | undefined;
3477
4073
  baseColor?: string | undefined;
3478
4074
  bgColor?: string | undefined;
@@ -3482,65 +4078,535 @@ declare const VNumberInput: {
3482
4078
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3483
4079
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3484
4080
  centerAffix?: boolean | undefined;
3485
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4081
+ } & {
4082
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4083
+ }, {
4084
+ controlRef: vue.Ref<HTMLElement | undefined>;
4085
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4086
+ 'update:focused': (focused: boolean) => true;
4087
+ 'update:modelValue': (value: any) => true;
4088
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
3486
4089
  flat: boolean;
3487
4090
  reverse: boolean;
3488
4091
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3489
4092
  error: boolean;
3490
- active: boolean;
4093
+ active: boolean;
4094
+ style: vue.StyleValue;
4095
+ disabled: boolean;
4096
+ focused: boolean;
4097
+ rounded: string | number | boolean;
4098
+ tile: boolean;
4099
+ clearIcon: IconValue;
4100
+ centerAffix: boolean;
4101
+ clearable: boolean;
4102
+ dirty: boolean;
4103
+ persistentClear: boolean;
4104
+ singleLine: boolean;
4105
+ }, {}, string, vue.SlotsType<Partial<{
4106
+ clear: (arg: DefaultInputSlot & {
4107
+ props: Record<string, any>;
4108
+ }) => vue.VNode[];
4109
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
4110
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
4111
+ label: (arg: DefaultInputSlot & {
4112
+ label: string | undefined;
4113
+ props: Record<string, any>;
4114
+ }) => vue.VNode[];
4115
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
4116
+ default: (arg: VFieldSlot) => vue.VNode[];
4117
+ }>>> & {
4118
+ beforeCreate?: (() => void) | (() => void)[];
4119
+ created?: (() => void) | (() => void)[];
4120
+ beforeMount?: (() => void) | (() => void)[];
4121
+ mounted?: (() => void) | (() => void)[];
4122
+ beforeUpdate?: (() => void) | (() => void)[];
4123
+ updated?: (() => void) | (() => void)[];
4124
+ activated?: (() => void) | (() => void)[];
4125
+ deactivated?: (() => void) | (() => void)[];
4126
+ beforeDestroy?: (() => void) | (() => void)[];
4127
+ beforeUnmount?: (() => void) | (() => void)[];
4128
+ destroyed?: (() => void) | (() => void)[];
4129
+ unmounted?: (() => void) | (() => void)[];
4130
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4131
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4132
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4133
+ };
4134
+ $forceUpdate: () => void;
4135
+ $nextTick: typeof nextTick;
4136
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4137
+ } & Omit<{
4138
+ flat: boolean;
4139
+ reverse: boolean;
4140
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4141
+ error: boolean;
4142
+ active: boolean;
4143
+ style: vue.StyleValue;
4144
+ disabled: boolean;
4145
+ focused: boolean;
4146
+ tile: boolean;
4147
+ clearIcon: IconValue;
4148
+ clearable: boolean;
4149
+ dirty: boolean;
4150
+ persistentClear: boolean;
4151
+ singleLine: boolean;
4152
+ } & {
4153
+ id?: string | undefined;
4154
+ color?: string | undefined;
4155
+ loading?: string | boolean | undefined;
4156
+ label?: string | undefined;
4157
+ class?: any;
4158
+ theme?: string | undefined;
4159
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4160
+ rounded?: string | number | boolean | undefined;
4161
+ baseColor?: string | undefined;
4162
+ bgColor?: string | undefined;
4163
+ appendInnerIcon?: IconValue | undefined;
4164
+ prependInnerIcon?: IconValue | undefined;
4165
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4166
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4167
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4168
+ centerAffix?: boolean | undefined;
4169
+ } & {
4170
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4171
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
4172
+ controlRef: vue.Ref<HTMLElement | undefined>;
4173
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4174
+ modelValue?: unknown;
4175
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4176
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4177
+ _allExposed: {
4178
+ reset: () => Promise<void>;
4179
+ resetValidation: () => Promise<void>;
4180
+ validate: (silent?: boolean) => Promise<string[]>;
4181
+ isValid: vue.ComputedRef<boolean | null>;
4182
+ errorMessages: vue.ComputedRef<string[]>;
4183
+ } | {
4184
+ controlRef: vue.Ref<HTMLElement | undefined>;
4185
+ } | {};
4186
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4187
+ _allExposed: (HTMLInputElement & Omit<Omit<{
4188
+ $: vue.ComponentInternalInstance;
4189
+ $data: {};
4190
+ $props: Partial<{
4191
+ error: boolean;
4192
+ direction: "horizontal" | "vertical";
4193
+ style: vue.StyleValue;
4194
+ disabled: boolean | null;
4195
+ readonly: boolean | null;
4196
+ messages: string | readonly string[];
4197
+ focused: boolean;
4198
+ errorMessages: string | readonly string[] | null;
4199
+ maxErrors: string | number;
4200
+ rules: readonly ValidationRule[];
4201
+ density: Density;
4202
+ centerAffix: boolean;
4203
+ hideSpinButtons: boolean;
4204
+ persistentHint: boolean;
4205
+ }> & Omit<{
4206
+ error: boolean;
4207
+ direction: "horizontal" | "vertical";
4208
+ style: vue.StyleValue;
4209
+ disabled: boolean | null;
4210
+ readonly: boolean | null;
4211
+ messages: string | readonly string[];
4212
+ focused: boolean;
4213
+ errorMessages: string | readonly string[] | null;
4214
+ maxErrors: string | number;
4215
+ rules: readonly ValidationRule[];
4216
+ density: Density;
4217
+ centerAffix: boolean;
4218
+ hideSpinButtons: boolean;
4219
+ persistentHint: boolean;
4220
+ name?: string | undefined;
4221
+ id?: string | undefined;
4222
+ width?: string | number | undefined;
4223
+ maxWidth?: string | number | undefined;
4224
+ minWidth?: string | number | undefined;
4225
+ label?: string | undefined;
4226
+ class?: any;
4227
+ theme?: string | undefined;
4228
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4229
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4230
+ validationValue?: any;
4231
+ prependIcon?: IconValue | undefined;
4232
+ appendIcon?: IconValue | undefined;
4233
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4234
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4235
+ hint?: string | undefined;
4236
+ hideDetails?: boolean | "auto" | undefined;
4237
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4238
+ error: boolean;
4239
+ direction: "horizontal" | "vertical";
4240
+ style: vue.StyleValue;
4241
+ disabled: boolean | null;
4242
+ readonly: boolean | null;
4243
+ messages: string | readonly string[];
4244
+ focused: boolean;
4245
+ errorMessages: string | readonly string[] | null;
4246
+ maxErrors: string | number;
4247
+ rules: readonly ValidationRule[];
4248
+ density: Density;
4249
+ centerAffix: boolean;
4250
+ hideSpinButtons: boolean;
4251
+ persistentHint: boolean;
4252
+ } & {
4253
+ name?: string | undefined;
4254
+ id?: string | undefined;
4255
+ width?: string | number | undefined;
4256
+ maxWidth?: string | number | undefined;
4257
+ minWidth?: string | number | undefined;
4258
+ label?: string | undefined;
4259
+ class?: any;
4260
+ theme?: string | undefined;
4261
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4262
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4263
+ validationValue?: any;
4264
+ prependIcon?: IconValue | undefined;
4265
+ appendIcon?: IconValue | undefined;
4266
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4267
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4268
+ hint?: string | undefined;
4269
+ hideDetails?: boolean | "auto" | undefined;
4270
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
4271
+ $attrs: {
4272
+ [x: string]: unknown;
4273
+ };
4274
+ $refs: {
4275
+ [x: string]: unknown;
4276
+ };
4277
+ $slots: Readonly<{
4278
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4279
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4280
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4281
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4282
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
4283
+ }>;
4284
+ $root: vue.ComponentPublicInstance | null;
4285
+ $parent: vue.ComponentPublicInstance | null;
4286
+ $emit: (event: string, ...args: any[]) => void;
4287
+ $el: any;
4288
+ $options: vue.ComponentOptionsBase<{
4289
+ error: boolean;
4290
+ direction: "horizontal" | "vertical";
4291
+ style: vue.StyleValue;
4292
+ disabled: boolean | null;
4293
+ readonly: boolean | null;
4294
+ messages: string | readonly string[];
4295
+ focused: boolean;
4296
+ errorMessages: string | readonly string[] | null;
4297
+ maxErrors: string | number;
4298
+ rules: readonly ValidationRule[];
4299
+ density: Density;
4300
+ centerAffix: boolean;
4301
+ hideSpinButtons: boolean;
4302
+ persistentHint: boolean;
4303
+ } & {
4304
+ name?: string | undefined;
4305
+ id?: string | undefined;
4306
+ width?: string | number | undefined;
4307
+ maxWidth?: string | number | undefined;
4308
+ minWidth?: string | number | undefined;
4309
+ label?: string | undefined;
4310
+ class?: any;
4311
+ theme?: string | undefined;
4312
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4313
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4314
+ validationValue?: any;
4315
+ prependIcon?: IconValue | undefined;
4316
+ appendIcon?: IconValue | undefined;
4317
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4318
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4319
+ hint?: string | undefined;
4320
+ hideDetails?: boolean | "auto" | undefined;
4321
+ } & {}, {
4322
+ reset: () => Promise<void>;
4323
+ resetValidation: () => Promise<void>;
4324
+ validate: (silent?: boolean) => Promise<string[]>;
4325
+ isValid: vue.ComputedRef<boolean | null>;
4326
+ errorMessages: vue.ComputedRef<string[]>;
4327
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4328
+ 'update:modelValue': (value: any) => true;
4329
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4330
+ error: boolean;
4331
+ direction: "horizontal" | "vertical";
4332
+ style: vue.StyleValue;
4333
+ disabled: boolean | null;
4334
+ readonly: boolean | null;
4335
+ messages: string | readonly string[];
4336
+ focused: boolean;
4337
+ errorMessages: string | readonly string[] | null;
4338
+ maxErrors: string | number;
4339
+ rules: readonly ValidationRule[];
4340
+ density: Density;
4341
+ centerAffix: boolean;
4342
+ hideSpinButtons: boolean;
4343
+ persistentHint: boolean;
4344
+ }, {}, string, vue.SlotsType<Partial<{
4345
+ default: (arg: VInputSlot) => vue.VNode[];
4346
+ prepend: (arg: VInputSlot) => vue.VNode[];
4347
+ append: (arg: VInputSlot) => vue.VNode[];
4348
+ details: (arg: VInputSlot) => vue.VNode[];
4349
+ message: (arg: VMessageSlot) => vue.VNode[];
4350
+ }>>> & {
4351
+ beforeCreate?: (() => void) | (() => void)[];
4352
+ created?: (() => void) | (() => void)[];
4353
+ beforeMount?: (() => void) | (() => void)[];
4354
+ mounted?: (() => void) | (() => void)[];
4355
+ beforeUpdate?: (() => void) | (() => void)[];
4356
+ updated?: (() => void) | (() => void)[];
4357
+ activated?: (() => void) | (() => void)[];
4358
+ deactivated?: (() => void) | (() => void)[];
4359
+ beforeDestroy?: (() => void) | (() => void)[];
4360
+ beforeUnmount?: (() => void) | (() => void)[];
4361
+ destroyed?: (() => void) | (() => void)[];
4362
+ unmounted?: (() => void) | (() => void)[];
4363
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4364
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4365
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4366
+ };
4367
+ $forceUpdate: () => void;
4368
+ $nextTick: typeof nextTick;
4369
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4370
+ } & Omit<{
4371
+ error: boolean;
4372
+ direction: "horizontal" | "vertical";
3491
4373
  style: vue.StyleValue;
3492
- disabled: boolean;
4374
+ disabled: boolean | null;
4375
+ readonly: boolean | null;
4376
+ messages: string | readonly string[];
3493
4377
  focused: boolean;
3494
- tile: boolean;
3495
- clearIcon: IconValue;
3496
- clearable: boolean;
3497
- dirty: boolean;
3498
- persistentClear: boolean;
3499
- singleLine: boolean;
4378
+ errorMessages: string | readonly string[] | null;
4379
+ maxErrors: string | number;
4380
+ rules: readonly ValidationRule[];
4381
+ density: Density;
4382
+ centerAffix: boolean;
4383
+ hideSpinButtons: boolean;
4384
+ persistentHint: boolean;
3500
4385
  } & {
4386
+ name?: string | undefined;
3501
4387
  id?: string | undefined;
3502
- color?: string | undefined;
3503
- loading?: string | boolean | undefined;
4388
+ width?: string | number | undefined;
4389
+ maxWidth?: string | number | undefined;
4390
+ minWidth?: string | number | undefined;
3504
4391
  label?: string | undefined;
3505
4392
  class?: any;
3506
4393
  theme?: string | undefined;
3507
4394
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3508
- rounded?: string | number | boolean | undefined;
3509
- baseColor?: string | undefined;
3510
- bgColor?: string | undefined;
3511
- appendInnerIcon?: IconValue | undefined;
3512
- prependInnerIcon?: IconValue | undefined;
3513
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3514
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3515
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3516
- centerAffix?: boolean | undefined;
3517
- } & {
3518
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3519
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3520
- $attrs: {
3521
- [x: string]: unknown;
3522
- };
3523
- $refs: {
3524
- [x: string]: unknown;
3525
- };
3526
- $slots: Readonly<{
3527
- clear?: ((arg: DefaultInputSlot & {
3528
- props: Record<string, any>;
3529
- }) => vue.VNode[]) | undefined;
3530
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
3531
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
3532
- label?: ((arg: DefaultInputSlot & {
3533
- label: string | undefined;
3534
- props: Record<string, any>;
3535
- }) => vue.VNode[]) | undefined;
3536
- loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
3537
- default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
3538
- }>;
3539
- $root: vue.ComponentPublicInstance | null;
3540
- $parent: vue.ComponentPublicInstance | null;
3541
- $emit: (event: "update:focused", focused: boolean) => void;
3542
- $el: any;
3543
- $options: vue.ComponentOptionsBase<{
4395
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4396
+ validationValue?: any;
4397
+ prependIcon?: IconValue | undefined;
4398
+ appendIcon?: IconValue | undefined;
4399
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4400
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4401
+ hint?: string | undefined;
4402
+ hideDetails?: boolean | "auto" | undefined;
4403
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
4404
+ reset: () => Promise<void>;
4405
+ resetValidation: () => Promise<void>;
4406
+ validate: (silent?: boolean) => Promise<string[]>;
4407
+ isValid: vue.ComputedRef<boolean | null>;
4408
+ errorMessages: vue.ComputedRef<string[]>;
4409
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4410
+ modelValue?: unknown;
4411
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4412
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4413
+ $: vue.ComponentInternalInstance;
4414
+ $data: {};
4415
+ $props: Partial<{
4416
+ flat: boolean;
4417
+ reverse: boolean;
4418
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4419
+ error: boolean;
4420
+ active: boolean;
4421
+ style: vue.StyleValue;
4422
+ disabled: boolean;
4423
+ focused: boolean;
4424
+ rounded: string | number | boolean;
4425
+ tile: boolean;
4426
+ clearIcon: IconValue;
4427
+ centerAffix: boolean;
4428
+ clearable: boolean;
4429
+ dirty: boolean;
4430
+ persistentClear: boolean;
4431
+ singleLine: boolean;
4432
+ }> & Omit<{
4433
+ flat: boolean;
4434
+ reverse: boolean;
4435
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4436
+ error: boolean;
4437
+ active: boolean;
4438
+ style: vue.StyleValue;
4439
+ disabled: boolean;
4440
+ focused: boolean;
4441
+ tile: boolean;
4442
+ clearIcon: IconValue;
4443
+ clearable: boolean;
4444
+ dirty: boolean;
4445
+ persistentClear: boolean;
4446
+ singleLine: boolean;
4447
+ id?: string | undefined;
4448
+ color?: string | undefined;
4449
+ loading?: string | boolean | undefined;
4450
+ label?: string | undefined;
4451
+ class?: any;
4452
+ theme?: string | undefined;
4453
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4454
+ rounded?: string | number | boolean | undefined;
4455
+ baseColor?: string | undefined;
4456
+ bgColor?: string | undefined;
4457
+ appendInnerIcon?: IconValue | undefined;
4458
+ prependInnerIcon?: IconValue | undefined;
4459
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4460
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4461
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4462
+ centerAffix?: boolean | undefined;
4463
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4464
+ flat: boolean;
4465
+ reverse: boolean;
4466
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4467
+ error: boolean;
4468
+ active: boolean;
4469
+ style: vue.StyleValue;
4470
+ disabled: boolean;
4471
+ focused: boolean;
4472
+ tile: boolean;
4473
+ clearIcon: IconValue;
4474
+ clearable: boolean;
4475
+ dirty: boolean;
4476
+ persistentClear: boolean;
4477
+ singleLine: boolean;
4478
+ } & {
4479
+ id?: string | undefined;
4480
+ color?: string | undefined;
4481
+ loading?: string | boolean | undefined;
4482
+ label?: string | undefined;
4483
+ class?: any;
4484
+ theme?: string | undefined;
4485
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4486
+ rounded?: string | number | boolean | undefined;
4487
+ baseColor?: string | undefined;
4488
+ bgColor?: string | undefined;
4489
+ appendInnerIcon?: IconValue | undefined;
4490
+ prependInnerIcon?: IconValue | undefined;
4491
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4492
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4493
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4494
+ centerAffix?: boolean | undefined;
4495
+ } & {
4496
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4497
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4498
+ $attrs: {
4499
+ [x: string]: unknown;
4500
+ };
4501
+ $refs: {
4502
+ [x: string]: unknown;
4503
+ };
4504
+ $slots: Readonly<{
4505
+ clear?: ((arg: DefaultInputSlot & {
4506
+ props: Record<string, any>;
4507
+ }) => vue.VNode[]) | undefined;
4508
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4509
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4510
+ label?: ((arg: DefaultInputSlot & {
4511
+ label: string | undefined;
4512
+ props: Record<string, any>;
4513
+ }) => vue.VNode[]) | undefined;
4514
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
4515
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
4516
+ }>;
4517
+ $root: vue.ComponentPublicInstance | null;
4518
+ $parent: vue.ComponentPublicInstance | null;
4519
+ $emit: (event: "update:focused", focused: boolean) => void;
4520
+ $el: any;
4521
+ $options: vue.ComponentOptionsBase<{
4522
+ flat: boolean;
4523
+ reverse: boolean;
4524
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4525
+ error: boolean;
4526
+ active: boolean;
4527
+ style: vue.StyleValue;
4528
+ disabled: boolean;
4529
+ focused: boolean;
4530
+ tile: boolean;
4531
+ clearIcon: IconValue;
4532
+ clearable: boolean;
4533
+ dirty: boolean;
4534
+ persistentClear: boolean;
4535
+ singleLine: boolean;
4536
+ } & {
4537
+ id?: string | undefined;
4538
+ color?: string | undefined;
4539
+ loading?: string | boolean | undefined;
4540
+ label?: string | undefined;
4541
+ class?: any;
4542
+ theme?: string | undefined;
4543
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4544
+ rounded?: string | number | boolean | undefined;
4545
+ baseColor?: string | undefined;
4546
+ bgColor?: string | undefined;
4547
+ appendInnerIcon?: IconValue | undefined;
4548
+ prependInnerIcon?: IconValue | undefined;
4549
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4550
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4551
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4552
+ centerAffix?: boolean | undefined;
4553
+ } & {
4554
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4555
+ }, {
4556
+ controlRef: vue.Ref<HTMLElement | undefined>;
4557
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4558
+ 'update:focused': (focused: boolean) => true;
4559
+ 'update:modelValue': (value: any) => true;
4560
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
4561
+ flat: boolean;
4562
+ reverse: boolean;
4563
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4564
+ error: boolean;
4565
+ active: boolean;
4566
+ style: vue.StyleValue;
4567
+ disabled: boolean;
4568
+ focused: boolean;
4569
+ rounded: string | number | boolean;
4570
+ tile: boolean;
4571
+ clearIcon: IconValue;
4572
+ centerAffix: boolean;
4573
+ clearable: boolean;
4574
+ dirty: boolean;
4575
+ persistentClear: boolean;
4576
+ singleLine: boolean;
4577
+ }, {}, string, vue.SlotsType<Partial<{
4578
+ clear: (arg: DefaultInputSlot & {
4579
+ props: Record<string, any>;
4580
+ }) => vue.VNode[];
4581
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
4582
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
4583
+ label: (arg: DefaultInputSlot & {
4584
+ label: string | undefined;
4585
+ props: Record<string, any>;
4586
+ }) => vue.VNode[];
4587
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
4588
+ default: (arg: VFieldSlot) => vue.VNode[];
4589
+ }>>> & {
4590
+ beforeCreate?: (() => void) | (() => void)[];
4591
+ created?: (() => void) | (() => void)[];
4592
+ beforeMount?: (() => void) | (() => void)[];
4593
+ mounted?: (() => void) | (() => void)[];
4594
+ beforeUpdate?: (() => void) | (() => void)[];
4595
+ updated?: (() => void) | (() => void)[];
4596
+ activated?: (() => void) | (() => void)[];
4597
+ deactivated?: (() => void) | (() => void)[];
4598
+ beforeDestroy?: (() => void) | (() => void)[];
4599
+ beforeUnmount?: (() => void) | (() => void)[];
4600
+ destroyed?: (() => void) | (() => void)[];
4601
+ unmounted?: (() => void) | (() => void)[];
4602
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4603
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4604
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4605
+ };
4606
+ $forceUpdate: () => void;
4607
+ $nextTick: typeof nextTick;
4608
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4609
+ } & Omit<{
3544
4610
  flat: boolean;
3545
4611
  reverse: boolean;
3546
4612
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3574,100 +4640,23 @@ declare const VNumberInput: {
3574
4640
  centerAffix?: boolean | undefined;
3575
4641
  } & {
3576
4642
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3577
- }, {
4643
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
3578
4644
  controlRef: vue.Ref<HTMLElement | undefined>;
3579
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3580
- 'update:focused': (focused: boolean) => true;
3581
- 'update:modelValue': (value: any) => true;
3582
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
3583
- flat: boolean;
3584
- reverse: boolean;
3585
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3586
- error: boolean;
3587
- active: boolean;
3588
- style: vue.StyleValue;
3589
- disabled: boolean;
3590
- focused: boolean;
3591
- rounded: string | number | boolean;
3592
- tile: boolean;
3593
- clearIcon: IconValue;
3594
- centerAffix: boolean;
3595
- clearable: boolean;
3596
- dirty: boolean;
3597
- persistentClear: boolean;
3598
- singleLine: boolean;
3599
- }, {}, string, vue.SlotsType<Partial<{
3600
- clear: (arg: DefaultInputSlot & {
3601
- props: Record<string, any>;
3602
- }) => vue.VNode[];
3603
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
3604
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
3605
- label: (arg: DefaultInputSlot & {
3606
- label: string | undefined;
3607
- props: Record<string, any>;
3608
- }) => vue.VNode[];
3609
- loader: (arg: LoaderSlotProps) => vue.VNode[];
3610
- default: (arg: VFieldSlot) => vue.VNode[];
3611
- }>>> & {
3612
- beforeCreate?: (() => void) | (() => void)[];
3613
- created?: (() => void) | (() => void)[];
3614
- beforeMount?: (() => void) | (() => void)[];
3615
- mounted?: (() => void) | (() => void)[];
3616
- beforeUpdate?: (() => void) | (() => void)[];
3617
- updated?: (() => void) | (() => void)[];
3618
- activated?: (() => void) | (() => void)[];
3619
- deactivated?: (() => void) | (() => void)[];
3620
- beforeDestroy?: (() => void) | (() => void)[];
3621
- beforeUnmount?: (() => void) | (() => void)[];
3622
- destroyed?: (() => void) | (() => void)[];
3623
- unmounted?: (() => void) | (() => void)[];
3624
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
3625
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
3626
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
3627
- };
3628
- $forceUpdate: () => void;
3629
- $nextTick: typeof nextTick;
3630
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3631
- } & Omit<{
3632
- flat: boolean;
3633
- reverse: boolean;
3634
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3635
- error: boolean;
3636
- active: boolean;
3637
- style: vue.StyleValue;
3638
- disabled: boolean;
3639
- focused: boolean;
3640
- tile: boolean;
3641
- clearIcon: IconValue;
3642
- clearable: boolean;
3643
- dirty: boolean;
3644
- persistentClear: boolean;
3645
- singleLine: boolean;
3646
- } & {
3647
- id?: string | undefined;
3648
- color?: string | undefined;
3649
- loading?: string | boolean | undefined;
3650
- label?: string | undefined;
3651
- class?: any;
3652
- theme?: string | undefined;
3653
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3654
- rounded?: string | number | boolean | undefined;
3655
- baseColor?: string | undefined;
3656
- bgColor?: string | undefined;
3657
- appendInnerIcon?: IconValue | undefined;
3658
- prependInnerIcon?: IconValue | undefined;
3659
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3660
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3661
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3662
- centerAffix?: boolean | undefined;
3663
- } & {
3664
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3665
- }, "controlRef"> & vue.ShallowUnwrapRef<{
3666
- controlRef: vue.Ref<HTMLElement | undefined>;
3667
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3668
- modelValue?: unknown;
3669
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3670
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, {}, {}, {}, {
4645
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4646
+ modelValue?: unknown;
4647
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4648
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4649
+ _allExposed: {
4650
+ reset: () => Promise<void>;
4651
+ resetValidation: () => Promise<void>;
4652
+ validate: (silent?: boolean) => Promise<string[]>;
4653
+ isValid: vue.ComputedRef<boolean | null>;
4654
+ errorMessages: vue.ComputedRef<string[]>;
4655
+ } | {
4656
+ controlRef: vue.Ref<HTMLElement | undefined>;
4657
+ } | {};
4658
+ }) | {};
4659
+ }, {}, {}, {}, {
3671
4660
  flat: boolean;
3672
4661
  reverse: boolean;
3673
4662
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3755,8 +4744,8 @@ declare const VNumberInput: {
3755
4744
  prefix?: string | undefined;
3756
4745
  role?: string | undefined;
3757
4746
  class?: any;
3758
- placeholder?: string | undefined;
3759
4747
  theme?: string | undefined;
4748
+ placeholder?: string | undefined;
3760
4749
  counter?: string | number | boolean | undefined;
3761
4750
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3762
4751
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
@@ -3790,8 +4779,8 @@ declare const VNumberInput: {
3790
4779
  }) => vue.VNodeChild) | undefined;
3791
4780
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3792
4781
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3793
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3794
4782
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
4783
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3795
4784
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3796
4785
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3797
4786
  increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3809,8 +4798,8 @@ declare const VNumberInput: {
3809
4798
  }) => vue.VNodeChild) | undefined;
3810
4799
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3811
4800
  prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3812
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3813
4801
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
4802
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3814
4803
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3815
4804
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3816
4805
  increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3828,8 +4817,8 @@ declare const VNumberInput: {
3828
4817
  }) => vue.VNodeChild) | undefined;
3829
4818
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3830
4819
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
3831
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3832
4820
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
4821
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
3833
4822
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3834
4823
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
3835
4824
  "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
@@ -3908,8 +4897,8 @@ declare const VNumberInput: {
3908
4897
  prefix?: string | undefined;
3909
4898
  role?: string | undefined;
3910
4899
  class?: any;
3911
- placeholder?: string | undefined;
3912
4900
  theme?: string | undefined;
4901
+ placeholder?: string | undefined;
3913
4902
  counter?: string | number | boolean | undefined;
3914
4903
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3915
4904
  modelValue?: any;
@@ -4028,8 +5017,8 @@ declare const VNumberInput: {
4028
5017
  prefix?: string | undefined;
4029
5018
  role?: string | undefined;
4030
5019
  class?: any;
4031
- placeholder?: string | undefined;
4032
5020
  theme?: string | undefined;
5021
+ placeholder?: string | undefined;
4033
5022
  counter?: string | number | boolean | undefined;
4034
5023
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4035
5024
  modelValue?: any;
@@ -4181,8 +5170,8 @@ declare const VNumberInput: {
4181
5170
  prefix?: string | undefined;
4182
5171
  role?: string | undefined;
4183
5172
  class?: any;
4184
- placeholder?: string | undefined;
4185
5173
  theme?: string | undefined;
5174
+ placeholder?: string | undefined;
4186
5175
  counter?: string | number | boolean | undefined;
4187
5176
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4188
5177
  modelValue?: any;
@@ -4407,7 +5396,7 @@ declare const VNumberInput: {
4407
5396
  errorMessages: vue.ComputedRef<string[]>;
4408
5397
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4409
5398
  'update:modelValue': (value: any) => true;
4410
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
5399
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4411
5400
  error: boolean;
4412
5401
  direction: "horizontal" | "vertical";
4413
5402
  style: vue.StyleValue;
@@ -4490,7 +5479,7 @@ declare const VNumberInput: {
4490
5479
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4491
5480
  modelValue?: unknown;
4492
5481
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4493
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5482
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4494
5483
  $: vue.ComponentInternalInstance;
4495
5484
  $data: {};
4496
5485
  $props: Partial<{
@@ -4726,7 +5715,17 @@ declare const VNumberInput: {
4726
5715
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4727
5716
  modelValue?: unknown;
4728
5717
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4729
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5718
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5719
+ _allExposed: {
5720
+ reset: () => Promise<void>;
5721
+ resetValidation: () => Promise<void>;
5722
+ validate: (silent?: boolean) => Promise<string[]>;
5723
+ isValid: vue.ComputedRef<boolean | null>;
5724
+ errorMessages: vue.ComputedRef<string[]>;
5725
+ } | {
5726
+ controlRef: vue.Ref<HTMLElement | undefined>;
5727
+ } | {};
5728
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4730
5729
  'click:control': (e: MouseEvent) => true;
4731
5730
  'mousedown:control': (e: MouseEvent) => true;
4732
5731
  'update:focused': (focused: boolean) => true;
@@ -4838,8 +5837,8 @@ declare const VNumberInput: {
4838
5837
  prefix?: string | undefined;
4839
5838
  role?: string | undefined;
4840
5839
  class?: any;
4841
- placeholder?: string | undefined;
4842
5840
  theme?: string | undefined;
5841
+ placeholder?: string | undefined;
4843
5842
  counter?: string | number | boolean | undefined;
4844
5843
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4845
5844
  modelValue?: any;
@@ -4922,7 +5921,7 @@ declare const VNumberInput: {
4922
5921
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
4923
5922
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
4924
5923
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
4925
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5924
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
4926
5925
  $: vue.ComponentInternalInstance;
4927
5926
  $data: {};
4928
5927
  $props: Partial<{
@@ -4972,7 +5971,99 @@ declare const VNumberInput: {
4972
5971
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4973
5972
  hint?: string | undefined;
4974
5973
  hideDetails?: boolean | "auto" | undefined;
4975
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5974
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5975
+ error: boolean;
5976
+ direction: "horizontal" | "vertical";
5977
+ style: vue.StyleValue;
5978
+ disabled: boolean | null;
5979
+ readonly: boolean | null;
5980
+ messages: string | readonly string[];
5981
+ focused: boolean;
5982
+ errorMessages: string | readonly string[] | null;
5983
+ maxErrors: string | number;
5984
+ rules: readonly ValidationRule[];
5985
+ density: Density;
5986
+ centerAffix: boolean;
5987
+ hideSpinButtons: boolean;
5988
+ persistentHint: boolean;
5989
+ } & {
5990
+ name?: string | undefined;
5991
+ id?: string | undefined;
5992
+ width?: string | number | undefined;
5993
+ maxWidth?: string | number | undefined;
5994
+ minWidth?: string | number | undefined;
5995
+ label?: string | undefined;
5996
+ class?: any;
5997
+ theme?: string | undefined;
5998
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5999
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6000
+ validationValue?: any;
6001
+ prependIcon?: IconValue | undefined;
6002
+ appendIcon?: IconValue | undefined;
6003
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6004
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6005
+ hint?: string | undefined;
6006
+ hideDetails?: boolean | "auto" | undefined;
6007
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6008
+ $attrs: {
6009
+ [x: string]: unknown;
6010
+ };
6011
+ $refs: {
6012
+ [x: string]: unknown;
6013
+ };
6014
+ $slots: Readonly<{
6015
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6016
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6017
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6018
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6019
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
6020
+ }>;
6021
+ $root: vue.ComponentPublicInstance | null;
6022
+ $parent: vue.ComponentPublicInstance | null;
6023
+ $emit: (event: string, ...args: any[]) => void;
6024
+ $el: any;
6025
+ $options: vue.ComponentOptionsBase<{
6026
+ error: boolean;
6027
+ direction: "horizontal" | "vertical";
6028
+ style: vue.StyleValue;
6029
+ disabled: boolean | null;
6030
+ readonly: boolean | null;
6031
+ messages: string | readonly string[];
6032
+ focused: boolean;
6033
+ errorMessages: string | readonly string[] | null;
6034
+ maxErrors: string | number;
6035
+ rules: readonly ValidationRule[];
6036
+ density: Density;
6037
+ centerAffix: boolean;
6038
+ hideSpinButtons: boolean;
6039
+ persistentHint: boolean;
6040
+ } & {
6041
+ name?: string | undefined;
6042
+ id?: string | undefined;
6043
+ width?: string | number | undefined;
6044
+ maxWidth?: string | number | undefined;
6045
+ minWidth?: string | number | undefined;
6046
+ label?: string | undefined;
6047
+ class?: any;
6048
+ theme?: string | undefined;
6049
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6050
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6051
+ validationValue?: any;
6052
+ prependIcon?: IconValue | undefined;
6053
+ appendIcon?: IconValue | undefined;
6054
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6055
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6056
+ hint?: string | undefined;
6057
+ hideDetails?: boolean | "auto" | undefined;
6058
+ } & {}, {
6059
+ reset: () => Promise<void>;
6060
+ resetValidation: () => Promise<void>;
6061
+ validate: (silent?: boolean) => Promise<string[]>;
6062
+ isValid: vue.ComputedRef<boolean | null>;
6063
+ errorMessages: vue.ComputedRef<string[]>;
6064
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6065
+ 'update:modelValue': (value: any) => true;
6066
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4976
6067
  error: boolean;
4977
6068
  direction: "horizontal" | "vertical";
4978
6069
  style: vue.StyleValue;
@@ -4987,43 +6078,505 @@ declare const VNumberInput: {
4987
6078
  centerAffix: boolean;
4988
6079
  hideSpinButtons: boolean;
4989
6080
  persistentHint: boolean;
6081
+ }, {}, string, vue.SlotsType<Partial<{
6082
+ default: (arg: VInputSlot) => vue.VNode[];
6083
+ prepend: (arg: VInputSlot) => vue.VNode[];
6084
+ append: (arg: VInputSlot) => vue.VNode[];
6085
+ details: (arg: VInputSlot) => vue.VNode[];
6086
+ message: (arg: VMessageSlot) => vue.VNode[];
6087
+ }>>> & {
6088
+ beforeCreate?: (() => void) | (() => void)[];
6089
+ created?: (() => void) | (() => void)[];
6090
+ beforeMount?: (() => void) | (() => void)[];
6091
+ mounted?: (() => void) | (() => void)[];
6092
+ beforeUpdate?: (() => void) | (() => void)[];
6093
+ updated?: (() => void) | (() => void)[];
6094
+ activated?: (() => void) | (() => void)[];
6095
+ deactivated?: (() => void) | (() => void)[];
6096
+ beforeDestroy?: (() => void) | (() => void)[];
6097
+ beforeUnmount?: (() => void) | (() => void)[];
6098
+ destroyed?: (() => void) | (() => void)[];
6099
+ unmounted?: (() => void) | (() => void)[];
6100
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6101
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6102
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6103
+ };
6104
+ $forceUpdate: () => void;
6105
+ $nextTick: typeof nextTick;
6106
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6107
+ } & Omit<{
6108
+ error: boolean;
6109
+ direction: "horizontal" | "vertical";
6110
+ style: vue.StyleValue;
6111
+ disabled: boolean | null;
6112
+ readonly: boolean | null;
6113
+ messages: string | readonly string[];
6114
+ focused: boolean;
6115
+ errorMessages: string | readonly string[] | null;
6116
+ maxErrors: string | number;
6117
+ rules: readonly ValidationRule[];
6118
+ density: Density;
6119
+ centerAffix: boolean;
6120
+ hideSpinButtons: boolean;
6121
+ persistentHint: boolean;
6122
+ } & {
6123
+ name?: string | undefined;
6124
+ id?: string | undefined;
6125
+ width?: string | number | undefined;
6126
+ maxWidth?: string | number | undefined;
6127
+ minWidth?: string | number | undefined;
6128
+ label?: string | undefined;
6129
+ class?: any;
6130
+ theme?: string | undefined;
6131
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6132
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6133
+ validationValue?: any;
6134
+ prependIcon?: IconValue | undefined;
6135
+ appendIcon?: IconValue | undefined;
6136
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6137
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6138
+ hint?: string | undefined;
6139
+ hideDetails?: boolean | "auto" | undefined;
6140
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
6141
+ reset: () => Promise<void>;
6142
+ resetValidation: () => Promise<void>;
6143
+ validate: (silent?: boolean) => Promise<string[]>;
6144
+ isValid: vue.ComputedRef<boolean | null>;
6145
+ errorMessages: vue.ComputedRef<string[]>;
6146
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6147
+ modelValue?: unknown;
6148
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6149
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6150
+ $: vue.ComponentInternalInstance;
6151
+ $data: {};
6152
+ $props: Partial<{
6153
+ flat: boolean;
6154
+ reverse: boolean;
6155
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6156
+ error: boolean;
6157
+ active: boolean;
6158
+ style: vue.StyleValue;
6159
+ disabled: boolean;
6160
+ focused: boolean;
6161
+ rounded: string | number | boolean;
6162
+ tile: boolean;
6163
+ clearIcon: IconValue;
6164
+ centerAffix: boolean;
6165
+ clearable: boolean;
6166
+ dirty: boolean;
6167
+ persistentClear: boolean;
6168
+ singleLine: boolean;
6169
+ }> & Omit<{
6170
+ flat: boolean;
6171
+ reverse: boolean;
6172
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6173
+ error: boolean;
6174
+ active: boolean;
6175
+ style: vue.StyleValue;
6176
+ disabled: boolean;
6177
+ focused: boolean;
6178
+ tile: boolean;
6179
+ clearIcon: IconValue;
6180
+ clearable: boolean;
6181
+ dirty: boolean;
6182
+ persistentClear: boolean;
6183
+ singleLine: boolean;
6184
+ id?: string | undefined;
6185
+ color?: string | undefined;
6186
+ loading?: string | boolean | undefined;
6187
+ label?: string | undefined;
6188
+ class?: any;
6189
+ theme?: string | undefined;
6190
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6191
+ rounded?: string | number | boolean | undefined;
6192
+ baseColor?: string | undefined;
6193
+ bgColor?: string | undefined;
6194
+ appendInnerIcon?: IconValue | undefined;
6195
+ prependInnerIcon?: IconValue | undefined;
6196
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6197
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6198
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6199
+ centerAffix?: boolean | undefined;
6200
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6201
+ flat: boolean;
6202
+ reverse: boolean;
6203
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6204
+ error: boolean;
6205
+ active: boolean;
6206
+ style: vue.StyleValue;
6207
+ disabled: boolean;
6208
+ focused: boolean;
6209
+ tile: boolean;
6210
+ clearIcon: IconValue;
6211
+ clearable: boolean;
6212
+ dirty: boolean;
6213
+ persistentClear: boolean;
6214
+ singleLine: boolean;
4990
6215
  } & {
4991
- name?: string | undefined;
4992
6216
  id?: string | undefined;
4993
- width?: string | number | undefined;
4994
- maxWidth?: string | number | undefined;
4995
- minWidth?: string | number | undefined;
6217
+ color?: string | undefined;
6218
+ loading?: string | boolean | undefined;
4996
6219
  label?: string | undefined;
4997
6220
  class?: any;
4998
6221
  theme?: string | undefined;
4999
6222
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5000
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5001
- validationValue?: any;
5002
- prependIcon?: IconValue | undefined;
5003
- appendIcon?: IconValue | undefined;
5004
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5005
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5006
- hint?: string | undefined;
5007
- hideDetails?: boolean | "auto" | undefined;
5008
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6223
+ rounded?: string | number | boolean | undefined;
6224
+ baseColor?: string | undefined;
6225
+ bgColor?: string | undefined;
6226
+ appendInnerIcon?: IconValue | undefined;
6227
+ prependInnerIcon?: IconValue | undefined;
6228
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6229
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6230
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6231
+ centerAffix?: boolean | undefined;
6232
+ } & {
6233
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6234
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5009
6235
  $attrs: {
5010
6236
  [x: string]: unknown;
5011
6237
  };
5012
6238
  $refs: {
5013
6239
  [x: string]: unknown;
5014
6240
  };
5015
- $slots: Readonly<{
5016
- default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5017
- prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5018
- append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5019
- details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5020
- message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
5021
- }>;
5022
- $root: vue.ComponentPublicInstance | null;
5023
- $parent: vue.ComponentPublicInstance | null;
5024
- $emit: (event: string, ...args: any[]) => void;
5025
- $el: any;
5026
- $options: vue.ComponentOptionsBase<{
6241
+ $slots: Readonly<{
6242
+ clear?: ((arg: DefaultInputSlot & {
6243
+ props: Record<string, any>;
6244
+ }) => vue.VNode[]) | undefined;
6245
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6246
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6247
+ label?: ((arg: DefaultInputSlot & {
6248
+ label: string | undefined;
6249
+ props: Record<string, any>;
6250
+ }) => vue.VNode[]) | undefined;
6251
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
6252
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
6253
+ }>;
6254
+ $root: vue.ComponentPublicInstance | null;
6255
+ $parent: vue.ComponentPublicInstance | null;
6256
+ $emit: (event: "update:focused", focused: boolean) => void;
6257
+ $el: any;
6258
+ $options: vue.ComponentOptionsBase<{
6259
+ flat: boolean;
6260
+ reverse: boolean;
6261
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6262
+ error: boolean;
6263
+ active: boolean;
6264
+ style: vue.StyleValue;
6265
+ disabled: boolean;
6266
+ focused: boolean;
6267
+ tile: boolean;
6268
+ clearIcon: IconValue;
6269
+ clearable: boolean;
6270
+ dirty: boolean;
6271
+ persistentClear: boolean;
6272
+ singleLine: boolean;
6273
+ } & {
6274
+ id?: string | undefined;
6275
+ color?: string | undefined;
6276
+ loading?: string | boolean | undefined;
6277
+ label?: string | undefined;
6278
+ class?: any;
6279
+ theme?: string | undefined;
6280
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6281
+ rounded?: string | number | boolean | undefined;
6282
+ baseColor?: string | undefined;
6283
+ bgColor?: string | undefined;
6284
+ appendInnerIcon?: IconValue | undefined;
6285
+ prependInnerIcon?: IconValue | undefined;
6286
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6287
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6288
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6289
+ centerAffix?: boolean | undefined;
6290
+ } & {
6291
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6292
+ }, {
6293
+ controlRef: vue.Ref<HTMLElement | undefined>;
6294
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6295
+ 'update:focused': (focused: boolean) => true;
6296
+ 'update:modelValue': (value: any) => true;
6297
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
6298
+ flat: boolean;
6299
+ reverse: boolean;
6300
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6301
+ error: boolean;
6302
+ active: boolean;
6303
+ style: vue.StyleValue;
6304
+ disabled: boolean;
6305
+ focused: boolean;
6306
+ rounded: string | number | boolean;
6307
+ tile: boolean;
6308
+ clearIcon: IconValue;
6309
+ centerAffix: boolean;
6310
+ clearable: boolean;
6311
+ dirty: boolean;
6312
+ persistentClear: boolean;
6313
+ singleLine: boolean;
6314
+ }, {}, string, vue.SlotsType<Partial<{
6315
+ clear: (arg: DefaultInputSlot & {
6316
+ props: Record<string, any>;
6317
+ }) => vue.VNode[];
6318
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
6319
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6320
+ label: (arg: DefaultInputSlot & {
6321
+ label: string | undefined;
6322
+ props: Record<string, any>;
6323
+ }) => vue.VNode[];
6324
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
6325
+ default: (arg: VFieldSlot) => vue.VNode[];
6326
+ }>>> & {
6327
+ beforeCreate?: (() => void) | (() => void)[];
6328
+ created?: (() => void) | (() => void)[];
6329
+ beforeMount?: (() => void) | (() => void)[];
6330
+ mounted?: (() => void) | (() => void)[];
6331
+ beforeUpdate?: (() => void) | (() => void)[];
6332
+ updated?: (() => void) | (() => void)[];
6333
+ activated?: (() => void) | (() => void)[];
6334
+ deactivated?: (() => void) | (() => void)[];
6335
+ beforeDestroy?: (() => void) | (() => void)[];
6336
+ beforeUnmount?: (() => void) | (() => void)[];
6337
+ destroyed?: (() => void) | (() => void)[];
6338
+ unmounted?: (() => void) | (() => void)[];
6339
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6340
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6341
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6342
+ };
6343
+ $forceUpdate: () => void;
6344
+ $nextTick: typeof nextTick;
6345
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6346
+ } & Omit<{
6347
+ flat: boolean;
6348
+ reverse: boolean;
6349
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6350
+ error: boolean;
6351
+ active: boolean;
6352
+ style: vue.StyleValue;
6353
+ disabled: boolean;
6354
+ focused: boolean;
6355
+ tile: boolean;
6356
+ clearIcon: IconValue;
6357
+ clearable: boolean;
6358
+ dirty: boolean;
6359
+ persistentClear: boolean;
6360
+ singleLine: boolean;
6361
+ } & {
6362
+ id?: string | undefined;
6363
+ color?: string | undefined;
6364
+ loading?: string | boolean | undefined;
6365
+ label?: string | undefined;
6366
+ class?: any;
6367
+ theme?: string | undefined;
6368
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6369
+ rounded?: string | number | boolean | undefined;
6370
+ baseColor?: string | undefined;
6371
+ bgColor?: string | undefined;
6372
+ appendInnerIcon?: IconValue | undefined;
6373
+ prependInnerIcon?: IconValue | undefined;
6374
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6375
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6376
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6377
+ centerAffix?: boolean | undefined;
6378
+ } & {
6379
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6380
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
6381
+ controlRef: vue.Ref<HTMLElement | undefined>;
6382
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6383
+ modelValue?: unknown;
6384
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6385
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6386
+ _allExposed: {
6387
+ reset: () => Promise<void>;
6388
+ resetValidation: () => Promise<void>;
6389
+ validate: (silent?: boolean) => Promise<string[]>;
6390
+ isValid: vue.ComputedRef<boolean | null>;
6391
+ errorMessages: vue.ComputedRef<string[]>;
6392
+ } | {
6393
+ controlRef: vue.Ref<HTMLElement | undefined>;
6394
+ } | {};
6395
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "ref" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6396
+ _allExposed: (HTMLInputElement & Omit<Omit<{
6397
+ $: vue.ComponentInternalInstance;
6398
+ $data: {};
6399
+ $props: Partial<{
6400
+ error: boolean;
6401
+ direction: "horizontal" | "vertical";
6402
+ style: vue.StyleValue;
6403
+ disabled: boolean | null;
6404
+ readonly: boolean | null;
6405
+ messages: string | readonly string[];
6406
+ focused: boolean;
6407
+ errorMessages: string | readonly string[] | null;
6408
+ maxErrors: string | number;
6409
+ rules: readonly ValidationRule[];
6410
+ density: Density;
6411
+ centerAffix: boolean;
6412
+ hideSpinButtons: boolean;
6413
+ persistentHint: boolean;
6414
+ }> & Omit<{
6415
+ error: boolean;
6416
+ direction: "horizontal" | "vertical";
6417
+ style: vue.StyleValue;
6418
+ disabled: boolean | null;
6419
+ readonly: boolean | null;
6420
+ messages: string | readonly string[];
6421
+ focused: boolean;
6422
+ errorMessages: string | readonly string[] | null;
6423
+ maxErrors: string | number;
6424
+ rules: readonly ValidationRule[];
6425
+ density: Density;
6426
+ centerAffix: boolean;
6427
+ hideSpinButtons: boolean;
6428
+ persistentHint: boolean;
6429
+ name?: string | undefined;
6430
+ id?: string | undefined;
6431
+ width?: string | number | undefined;
6432
+ maxWidth?: string | number | undefined;
6433
+ minWidth?: string | number | undefined;
6434
+ label?: string | undefined;
6435
+ class?: any;
6436
+ theme?: string | undefined;
6437
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6438
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6439
+ validationValue?: any;
6440
+ prependIcon?: IconValue | undefined;
6441
+ appendIcon?: IconValue | undefined;
6442
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6443
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6444
+ hint?: string | undefined;
6445
+ hideDetails?: boolean | "auto" | undefined;
6446
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6447
+ error: boolean;
6448
+ direction: "horizontal" | "vertical";
6449
+ style: vue.StyleValue;
6450
+ disabled: boolean | null;
6451
+ readonly: boolean | null;
6452
+ messages: string | readonly string[];
6453
+ focused: boolean;
6454
+ errorMessages: string | readonly string[] | null;
6455
+ maxErrors: string | number;
6456
+ rules: readonly ValidationRule[];
6457
+ density: Density;
6458
+ centerAffix: boolean;
6459
+ hideSpinButtons: boolean;
6460
+ persistentHint: boolean;
6461
+ } & {
6462
+ name?: string | undefined;
6463
+ id?: string | undefined;
6464
+ width?: string | number | undefined;
6465
+ maxWidth?: string | number | undefined;
6466
+ minWidth?: string | number | undefined;
6467
+ label?: string | undefined;
6468
+ class?: any;
6469
+ theme?: string | undefined;
6470
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6471
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6472
+ validationValue?: any;
6473
+ prependIcon?: IconValue | undefined;
6474
+ appendIcon?: IconValue | undefined;
6475
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6476
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6477
+ hint?: string | undefined;
6478
+ hideDetails?: boolean | "auto" | undefined;
6479
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6480
+ $attrs: {
6481
+ [x: string]: unknown;
6482
+ };
6483
+ $refs: {
6484
+ [x: string]: unknown;
6485
+ };
6486
+ $slots: Readonly<{
6487
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6488
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6489
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6490
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6491
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
6492
+ }>;
6493
+ $root: vue.ComponentPublicInstance | null;
6494
+ $parent: vue.ComponentPublicInstance | null;
6495
+ $emit: (event: string, ...args: any[]) => void;
6496
+ $el: any;
6497
+ $options: vue.ComponentOptionsBase<{
6498
+ error: boolean;
6499
+ direction: "horizontal" | "vertical";
6500
+ style: vue.StyleValue;
6501
+ disabled: boolean | null;
6502
+ readonly: boolean | null;
6503
+ messages: string | readonly string[];
6504
+ focused: boolean;
6505
+ errorMessages: string | readonly string[] | null;
6506
+ maxErrors: string | number;
6507
+ rules: readonly ValidationRule[];
6508
+ density: Density;
6509
+ centerAffix: boolean;
6510
+ hideSpinButtons: boolean;
6511
+ persistentHint: boolean;
6512
+ } & {
6513
+ name?: string | undefined;
6514
+ id?: string | undefined;
6515
+ width?: string | number | undefined;
6516
+ maxWidth?: string | number | undefined;
6517
+ minWidth?: string | number | undefined;
6518
+ label?: string | undefined;
6519
+ class?: any;
6520
+ theme?: string | undefined;
6521
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6522
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6523
+ validationValue?: any;
6524
+ prependIcon?: IconValue | undefined;
6525
+ appendIcon?: IconValue | undefined;
6526
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6527
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6528
+ hint?: string | undefined;
6529
+ hideDetails?: boolean | "auto" | undefined;
6530
+ } & {}, {
6531
+ reset: () => Promise<void>;
6532
+ resetValidation: () => Promise<void>;
6533
+ validate: (silent?: boolean) => Promise<string[]>;
6534
+ isValid: vue.ComputedRef<boolean | null>;
6535
+ errorMessages: vue.ComputedRef<string[]>;
6536
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6537
+ 'update:modelValue': (value: any) => true;
6538
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
6539
+ error: boolean;
6540
+ direction: "horizontal" | "vertical";
6541
+ style: vue.StyleValue;
6542
+ disabled: boolean | null;
6543
+ readonly: boolean | null;
6544
+ messages: string | readonly string[];
6545
+ focused: boolean;
6546
+ errorMessages: string | readonly string[] | null;
6547
+ maxErrors: string | number;
6548
+ rules: readonly ValidationRule[];
6549
+ density: Density;
6550
+ centerAffix: boolean;
6551
+ hideSpinButtons: boolean;
6552
+ persistentHint: boolean;
6553
+ }, {}, string, vue.SlotsType<Partial<{
6554
+ default: (arg: VInputSlot) => vue.VNode[];
6555
+ prepend: (arg: VInputSlot) => vue.VNode[];
6556
+ append: (arg: VInputSlot) => vue.VNode[];
6557
+ details: (arg: VInputSlot) => vue.VNode[];
6558
+ message: (arg: VMessageSlot) => vue.VNode[];
6559
+ }>>> & {
6560
+ beforeCreate?: (() => void) | (() => void)[];
6561
+ created?: (() => void) | (() => void)[];
6562
+ beforeMount?: (() => void) | (() => void)[];
6563
+ mounted?: (() => void) | (() => void)[];
6564
+ beforeUpdate?: (() => void) | (() => void)[];
6565
+ updated?: (() => void) | (() => void)[];
6566
+ activated?: (() => void) | (() => void)[];
6567
+ deactivated?: (() => void) | (() => void)[];
6568
+ beforeDestroy?: (() => void) | (() => void)[];
6569
+ beforeUnmount?: (() => void) | (() => void)[];
6570
+ destroyed?: (() => void) | (() => void)[];
6571
+ unmounted?: (() => void) | (() => void)[];
6572
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6573
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6574
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6575
+ };
6576
+ $forceUpdate: () => void;
6577
+ $nextTick: typeof nextTick;
6578
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6579
+ } & Omit<{
5027
6580
  error: boolean;
5028
6581
  direction: "horizontal" | "vertical";
5029
6582
  style: vue.StyleValue;
@@ -5056,207 +6609,213 @@ declare const VNumberInput: {
5056
6609
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5057
6610
  hint?: string | undefined;
5058
6611
  hideDetails?: boolean | "auto" | undefined;
5059
- } & {}, {
6612
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5060
6613
  reset: () => Promise<void>;
5061
6614
  resetValidation: () => Promise<void>;
5062
6615
  validate: (silent?: boolean) => Promise<string[]>;
5063
6616
  isValid: vue.ComputedRef<boolean | null>;
5064
6617
  errorMessages: vue.ComputedRef<string[]>;
5065
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5066
- 'update:modelValue': (value: any) => true;
5067
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
5068
- error: boolean;
5069
- direction: "horizontal" | "vertical";
5070
- style: vue.StyleValue;
5071
- disabled: boolean | null;
5072
- readonly: boolean | null;
5073
- messages: string | readonly string[];
5074
- focused: boolean;
5075
- errorMessages: string | readonly string[] | null;
5076
- maxErrors: string | number;
5077
- rules: readonly ValidationRule[];
5078
- density: Density;
5079
- centerAffix: boolean;
5080
- hideSpinButtons: boolean;
5081
- persistentHint: boolean;
5082
- }, {}, string, vue.SlotsType<Partial<{
5083
- default: (arg: VInputSlot) => vue.VNode[];
5084
- prepend: (arg: VInputSlot) => vue.VNode[];
5085
- append: (arg: VInputSlot) => vue.VNode[];
5086
- details: (arg: VInputSlot) => vue.VNode[];
5087
- message: (arg: VMessageSlot) => vue.VNode[];
5088
- }>>> & {
5089
- beforeCreate?: (() => void) | (() => void)[];
5090
- created?: (() => void) | (() => void)[];
5091
- beforeMount?: (() => void) | (() => void)[];
5092
- mounted?: (() => void) | (() => void)[];
5093
- beforeUpdate?: (() => void) | (() => void)[];
5094
- updated?: (() => void) | (() => void)[];
5095
- activated?: (() => void) | (() => void)[];
5096
- deactivated?: (() => void) | (() => void)[];
5097
- beforeDestroy?: (() => void) | (() => void)[];
5098
- beforeUnmount?: (() => void) | (() => void)[];
5099
- destroyed?: (() => void) | (() => void)[];
5100
- unmounted?: (() => void) | (() => void)[];
5101
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5102
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5103
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
5104
- };
5105
- $forceUpdate: () => void;
5106
- $nextTick: typeof nextTick;
5107
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5108
- } & Omit<{
5109
- error: boolean;
5110
- direction: "horizontal" | "vertical";
5111
- style: vue.StyleValue;
5112
- disabled: boolean | null;
5113
- readonly: boolean | null;
5114
- messages: string | readonly string[];
5115
- focused: boolean;
5116
- errorMessages: string | readonly string[] | null;
5117
- maxErrors: string | number;
5118
- rules: readonly ValidationRule[];
5119
- density: Density;
5120
- centerAffix: boolean;
5121
- hideSpinButtons: boolean;
5122
- persistentHint: boolean;
5123
- } & {
5124
- name?: string | undefined;
5125
- id?: string | undefined;
5126
- width?: string | number | undefined;
5127
- maxWidth?: string | number | undefined;
5128
- minWidth?: string | number | undefined;
5129
- label?: string | undefined;
5130
- class?: any;
5131
- theme?: string | undefined;
5132
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5133
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5134
- validationValue?: any;
5135
- prependIcon?: IconValue | undefined;
5136
- appendIcon?: IconValue | undefined;
5137
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5138
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5139
- hint?: string | undefined;
5140
- hideDetails?: boolean | "auto" | undefined;
5141
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5142
- reset: () => Promise<void>;
5143
- resetValidation: () => Promise<void>;
5144
- validate: (silent?: boolean) => Promise<string[]>;
5145
- isValid: vue.ComputedRef<boolean | null>;
5146
- errorMessages: vue.ComputedRef<string[]>;
5147
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5148
- modelValue?: unknown;
5149
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5150
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5151
- $: vue.ComponentInternalInstance;
5152
- $data: {};
5153
- $props: Partial<{
5154
- flat: boolean;
5155
- reverse: boolean;
5156
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5157
- error: boolean;
5158
- active: boolean;
5159
- style: vue.StyleValue;
5160
- disabled: boolean;
5161
- focused: boolean;
5162
- rounded: string | number | boolean;
5163
- tile: boolean;
5164
- clearIcon: IconValue;
5165
- centerAffix: boolean;
5166
- clearable: boolean;
5167
- dirty: boolean;
5168
- persistentClear: boolean;
5169
- singleLine: boolean;
5170
- }> & Omit<{
5171
- flat: boolean;
5172
- reverse: boolean;
5173
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5174
- error: boolean;
5175
- active: boolean;
5176
- style: vue.StyleValue;
5177
- disabled: boolean;
5178
- focused: boolean;
5179
- tile: boolean;
5180
- clearIcon: IconValue;
5181
- clearable: boolean;
5182
- dirty: boolean;
5183
- persistentClear: boolean;
5184
- singleLine: boolean;
5185
- id?: string | undefined;
5186
- color?: string | undefined;
5187
- loading?: string | boolean | undefined;
5188
- label?: string | undefined;
5189
- class?: any;
5190
- theme?: string | undefined;
5191
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5192
- rounded?: string | number | boolean | undefined;
5193
- baseColor?: string | undefined;
5194
- bgColor?: string | undefined;
5195
- appendInnerIcon?: IconValue | undefined;
5196
- prependInnerIcon?: IconValue | undefined;
5197
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5198
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5199
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5200
- centerAffix?: boolean | undefined;
5201
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5202
- flat: boolean;
5203
- reverse: boolean;
5204
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5205
- error: boolean;
5206
- active: boolean;
5207
- style: vue.StyleValue;
5208
- disabled: boolean;
5209
- focused: boolean;
5210
- tile: boolean;
5211
- clearIcon: IconValue;
5212
- clearable: boolean;
5213
- dirty: boolean;
5214
- persistentClear: boolean;
5215
- singleLine: boolean;
5216
- } & {
5217
- id?: string | undefined;
5218
- color?: string | undefined;
5219
- loading?: string | boolean | undefined;
5220
- label?: string | undefined;
5221
- class?: any;
5222
- theme?: string | undefined;
5223
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5224
- rounded?: string | number | boolean | undefined;
5225
- baseColor?: string | undefined;
5226
- bgColor?: string | undefined;
5227
- appendInnerIcon?: IconValue | undefined;
5228
- prependInnerIcon?: IconValue | undefined;
5229
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5230
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5231
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5232
- centerAffix?: boolean | undefined;
5233
- } & {
5234
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5235
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5236
- $attrs: {
5237
- [x: string]: unknown;
5238
- };
5239
- $refs: {
5240
- [x: string]: unknown;
5241
- };
5242
- $slots: Readonly<{
5243
- clear?: ((arg: DefaultInputSlot & {
5244
- props: Record<string, any>;
5245
- }) => vue.VNode[]) | undefined;
5246
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
5247
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
5248
- label?: ((arg: DefaultInputSlot & {
5249
- label: string | undefined;
5250
- props: Record<string, any>;
5251
- }) => vue.VNode[]) | undefined;
5252
- loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
5253
- default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
5254
- }>;
5255
- $root: vue.ComponentPublicInstance | null;
5256
- $parent: vue.ComponentPublicInstance | null;
5257
- $emit: (event: "update:focused", focused: boolean) => void;
5258
- $el: any;
5259
- $options: vue.ComponentOptionsBase<{
6618
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6619
+ modelValue?: unknown;
6620
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6621
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6622
+ $: vue.ComponentInternalInstance;
6623
+ $data: {};
6624
+ $props: Partial<{
6625
+ flat: boolean;
6626
+ reverse: boolean;
6627
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6628
+ error: boolean;
6629
+ active: boolean;
6630
+ style: vue.StyleValue;
6631
+ disabled: boolean;
6632
+ focused: boolean;
6633
+ rounded: string | number | boolean;
6634
+ tile: boolean;
6635
+ clearIcon: IconValue;
6636
+ centerAffix: boolean;
6637
+ clearable: boolean;
6638
+ dirty: boolean;
6639
+ persistentClear: boolean;
6640
+ singleLine: boolean;
6641
+ }> & Omit<{
6642
+ flat: boolean;
6643
+ reverse: boolean;
6644
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6645
+ error: boolean;
6646
+ active: boolean;
6647
+ style: vue.StyleValue;
6648
+ disabled: boolean;
6649
+ focused: boolean;
6650
+ tile: boolean;
6651
+ clearIcon: IconValue;
6652
+ clearable: boolean;
6653
+ dirty: boolean;
6654
+ persistentClear: boolean;
6655
+ singleLine: boolean;
6656
+ id?: string | undefined;
6657
+ color?: string | undefined;
6658
+ loading?: string | boolean | undefined;
6659
+ label?: string | undefined;
6660
+ class?: any;
6661
+ theme?: string | undefined;
6662
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6663
+ rounded?: string | number | boolean | undefined;
6664
+ baseColor?: string | undefined;
6665
+ bgColor?: string | undefined;
6666
+ appendInnerIcon?: IconValue | undefined;
6667
+ prependInnerIcon?: IconValue | undefined;
6668
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6669
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6670
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6671
+ centerAffix?: boolean | undefined;
6672
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6673
+ flat: boolean;
6674
+ reverse: boolean;
6675
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6676
+ error: boolean;
6677
+ active: boolean;
6678
+ style: vue.StyleValue;
6679
+ disabled: boolean;
6680
+ focused: boolean;
6681
+ tile: boolean;
6682
+ clearIcon: IconValue;
6683
+ clearable: boolean;
6684
+ dirty: boolean;
6685
+ persistentClear: boolean;
6686
+ singleLine: boolean;
6687
+ } & {
6688
+ id?: string | undefined;
6689
+ color?: string | undefined;
6690
+ loading?: string | boolean | undefined;
6691
+ label?: string | undefined;
6692
+ class?: any;
6693
+ theme?: string | undefined;
6694
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6695
+ rounded?: string | number | boolean | undefined;
6696
+ baseColor?: string | undefined;
6697
+ bgColor?: string | undefined;
6698
+ appendInnerIcon?: IconValue | undefined;
6699
+ prependInnerIcon?: IconValue | undefined;
6700
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6701
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6702
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6703
+ centerAffix?: boolean | undefined;
6704
+ } & {
6705
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6706
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6707
+ $attrs: {
6708
+ [x: string]: unknown;
6709
+ };
6710
+ $refs: {
6711
+ [x: string]: unknown;
6712
+ };
6713
+ $slots: Readonly<{
6714
+ clear?: ((arg: DefaultInputSlot & {
6715
+ props: Record<string, any>;
6716
+ }) => vue.VNode[]) | undefined;
6717
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6718
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6719
+ label?: ((arg: DefaultInputSlot & {
6720
+ label: string | undefined;
6721
+ props: Record<string, any>;
6722
+ }) => vue.VNode[]) | undefined;
6723
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
6724
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
6725
+ }>;
6726
+ $root: vue.ComponentPublicInstance | null;
6727
+ $parent: vue.ComponentPublicInstance | null;
6728
+ $emit: (event: "update:focused", focused: boolean) => void;
6729
+ $el: any;
6730
+ $options: vue.ComponentOptionsBase<{
6731
+ flat: boolean;
6732
+ reverse: boolean;
6733
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6734
+ error: boolean;
6735
+ active: boolean;
6736
+ style: vue.StyleValue;
6737
+ disabled: boolean;
6738
+ focused: boolean;
6739
+ tile: boolean;
6740
+ clearIcon: IconValue;
6741
+ clearable: boolean;
6742
+ dirty: boolean;
6743
+ persistentClear: boolean;
6744
+ singleLine: boolean;
6745
+ } & {
6746
+ id?: string | undefined;
6747
+ color?: string | undefined;
6748
+ loading?: string | boolean | undefined;
6749
+ label?: string | undefined;
6750
+ class?: any;
6751
+ theme?: string | undefined;
6752
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6753
+ rounded?: string | number | boolean | undefined;
6754
+ baseColor?: string | undefined;
6755
+ bgColor?: string | undefined;
6756
+ appendInnerIcon?: IconValue | undefined;
6757
+ prependInnerIcon?: IconValue | undefined;
6758
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6759
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6760
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6761
+ centerAffix?: boolean | undefined;
6762
+ } & {
6763
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6764
+ }, {
6765
+ controlRef: vue.Ref<HTMLElement | undefined>;
6766
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6767
+ 'update:focused': (focused: boolean) => true;
6768
+ 'update:modelValue': (value: any) => true;
6769
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
6770
+ flat: boolean;
6771
+ reverse: boolean;
6772
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6773
+ error: boolean;
6774
+ active: boolean;
6775
+ style: vue.StyleValue;
6776
+ disabled: boolean;
6777
+ focused: boolean;
6778
+ rounded: string | number | boolean;
6779
+ tile: boolean;
6780
+ clearIcon: IconValue;
6781
+ centerAffix: boolean;
6782
+ clearable: boolean;
6783
+ dirty: boolean;
6784
+ persistentClear: boolean;
6785
+ singleLine: boolean;
6786
+ }, {}, string, vue.SlotsType<Partial<{
6787
+ clear: (arg: DefaultInputSlot & {
6788
+ props: Record<string, any>;
6789
+ }) => vue.VNode[];
6790
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
6791
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6792
+ label: (arg: DefaultInputSlot & {
6793
+ label: string | undefined;
6794
+ props: Record<string, any>;
6795
+ }) => vue.VNode[];
6796
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
6797
+ default: (arg: VFieldSlot) => vue.VNode[];
6798
+ }>>> & {
6799
+ beforeCreate?: (() => void) | (() => void)[];
6800
+ created?: (() => void) | (() => void)[];
6801
+ beforeMount?: (() => void) | (() => void)[];
6802
+ mounted?: (() => void) | (() => void)[];
6803
+ beforeUpdate?: (() => void) | (() => void)[];
6804
+ updated?: (() => void) | (() => void)[];
6805
+ activated?: (() => void) | (() => void)[];
6806
+ deactivated?: (() => void) | (() => void)[];
6807
+ beforeDestroy?: (() => void) | (() => void)[];
6808
+ beforeUnmount?: (() => void) | (() => void)[];
6809
+ destroyed?: (() => void) | (() => void)[];
6810
+ unmounted?: (() => void) | (() => void)[];
6811
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6812
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6813
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6814
+ };
6815
+ $forceUpdate: () => void;
6816
+ $nextTick: typeof nextTick;
6817
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6818
+ } & Omit<{
5260
6819
  flat: boolean;
5261
6820
  reverse: boolean;
5262
6821
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5290,100 +6849,23 @@ declare const VNumberInput: {
5290
6849
  centerAffix?: boolean | undefined;
5291
6850
  } & {
5292
6851
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5293
- }, {
6852
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
5294
6853
  controlRef: vue.Ref<HTMLElement | undefined>;
5295
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5296
- 'update:focused': (focused: boolean) => true;
5297
- 'update:modelValue': (value: any) => true;
5298
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
5299
- flat: boolean;
5300
- reverse: boolean;
5301
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5302
- error: boolean;
5303
- active: boolean;
5304
- style: vue.StyleValue;
5305
- disabled: boolean;
5306
- focused: boolean;
5307
- rounded: string | number | boolean;
5308
- tile: boolean;
5309
- clearIcon: IconValue;
5310
- centerAffix: boolean;
5311
- clearable: boolean;
5312
- dirty: boolean;
5313
- persistentClear: boolean;
5314
- singleLine: boolean;
5315
- }, {}, string, vue.SlotsType<Partial<{
5316
- clear: (arg: DefaultInputSlot & {
5317
- props: Record<string, any>;
5318
- }) => vue.VNode[];
5319
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
5320
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5321
- label: (arg: DefaultInputSlot & {
5322
- label: string | undefined;
5323
- props: Record<string, any>;
5324
- }) => vue.VNode[];
5325
- loader: (arg: LoaderSlotProps) => vue.VNode[];
5326
- default: (arg: VFieldSlot) => vue.VNode[];
5327
- }>>> & {
5328
- beforeCreate?: (() => void) | (() => void)[];
5329
- created?: (() => void) | (() => void)[];
5330
- beforeMount?: (() => void) | (() => void)[];
5331
- mounted?: (() => void) | (() => void)[];
5332
- beforeUpdate?: (() => void) | (() => void)[];
5333
- updated?: (() => void) | (() => void)[];
5334
- activated?: (() => void) | (() => void)[];
5335
- deactivated?: (() => void) | (() => void)[];
5336
- beforeDestroy?: (() => void) | (() => void)[];
5337
- beforeUnmount?: (() => void) | (() => void)[];
5338
- destroyed?: (() => void) | (() => void)[];
5339
- unmounted?: (() => void) | (() => void)[];
5340
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5341
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5342
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
5343
- };
5344
- $forceUpdate: () => void;
5345
- $nextTick: typeof nextTick;
5346
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5347
- } & Omit<{
5348
- flat: boolean;
5349
- reverse: boolean;
5350
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5351
- error: boolean;
5352
- active: boolean;
5353
- style: vue.StyleValue;
5354
- disabled: boolean;
5355
- focused: boolean;
5356
- tile: boolean;
5357
- clearIcon: IconValue;
5358
- clearable: boolean;
5359
- dirty: boolean;
5360
- persistentClear: boolean;
5361
- singleLine: boolean;
5362
- } & {
5363
- id?: string | undefined;
5364
- color?: string | undefined;
5365
- loading?: string | boolean | undefined;
5366
- label?: string | undefined;
5367
- class?: any;
5368
- theme?: string | undefined;
5369
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5370
- rounded?: string | number | boolean | undefined;
5371
- baseColor?: string | undefined;
5372
- bgColor?: string | undefined;
5373
- appendInnerIcon?: IconValue | undefined;
5374
- prependInnerIcon?: IconValue | undefined;
5375
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5376
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5377
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5378
- centerAffix?: boolean | undefined;
5379
- } & {
5380
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5381
- }, "controlRef"> & vue.ShallowUnwrapRef<{
5382
- controlRef: vue.Ref<HTMLElement | undefined>;
5383
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5384
- modelValue?: unknown;
5385
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5386
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6854
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6855
+ modelValue?: unknown;
6856
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6857
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6858
+ _allExposed: {
6859
+ reset: () => Promise<void>;
6860
+ resetValidation: () => Promise<void>;
6861
+ validate: (silent?: boolean) => Promise<string[]>;
6862
+ isValid: vue.ComputedRef<boolean | null>;
6863
+ errorMessages: vue.ComputedRef<string[]>;
6864
+ } | {
6865
+ controlRef: vue.Ref<HTMLElement | undefined>;
6866
+ } | {};
6867
+ }) | {};
6868
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5387
6869
  'update:modelValue': (val: number) => true;
5388
6870
  }, string, {
5389
6871
  flat: boolean;
@@ -5434,8 +6916,8 @@ declare const VNumberInput: {
5434
6916
  }) => vue.VNode[];
5435
6917
  append: (arg: VInputSlot) => vue.VNode[];
5436
6918
  prepend: (arg: VInputSlot) => vue.VNode[];
5437
- counter: (arg: VCounterSlot) => vue.VNode[];
5438
6919
  loader: (arg: LoaderSlotProps) => vue.VNode[];
6920
+ counter: (arg: VCounterSlot) => vue.VNode[];
5439
6921
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
5440
6922
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5441
6923
  increment: (arg: ControlSlot) => vue.VNode[];
@@ -5483,8 +6965,8 @@ declare const VNumberInput: {
5483
6965
  default: null;
5484
6966
  };
5485
6967
  class: PropType<ClassValue>;
5486
- placeholder: StringConstructor;
5487
6968
  theme: StringConstructor;
6969
+ placeholder: StringConstructor;
5488
6970
  messages: {
5489
6971
  type: PropType<string | readonly string[]>;
5490
6972
  default: () => never[];
@@ -5611,8 +7093,8 @@ declare const VNumberInput: {
5611
7093
  default: null;
5612
7094
  };
5613
7095
  class: PropType<ClassValue>;
5614
- placeholder: StringConstructor;
5615
7096
  theme: StringConstructor;
7097
+ placeholder: StringConstructor;
5616
7098
  messages: {
5617
7099
  type: PropType<string | readonly string[]>;
5618
7100
  default: () => never[];