@vuetify/nightly 3.8.9-master.2025-06-14 → 3.8.10-dev.2025-06-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/CHANGELOG.md +46 -14
  2. package/dist/json/attributes.json +3541 -3137
  3. package/dist/json/importMap-labs.json +30 -26
  4. package/dist/json/importMap.json +174 -174
  5. package/dist/json/tags.json +108 -2
  6. package/dist/json/web-types.json +7295 -5648
  7. package/dist/vuetify-labs.cjs +795 -198
  8. package/dist/vuetify-labs.css +4855 -4806
  9. package/dist/vuetify-labs.d.ts +10430 -3099
  10. package/dist/vuetify-labs.esm.js +796 -199
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +795 -198
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +520 -183
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2398 -2349
  17. package/dist/vuetify.d.ts +2798 -2091
  18. package/dist/vuetify.esm.js +521 -184
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +520 -183
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1257 -1234
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +6 -1
  26. package/lib/components/VAlert/VAlert.d.ts +35 -0
  27. package/lib/components/VAlert/VAlert.js +15 -10
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +7 -1
  30. package/lib/components/VAppBar/VAppBar.d.ts +15 -3
  31. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
  32. package/lib/components/VAutocomplete/VAutocomplete.d.ts +175 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
  34. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  35. package/lib/components/VBadge/VBadge.d.ts +60 -0
  36. package/lib/components/VBadge/VBadge.js +7 -2
  37. package/lib/components/VBadge/VBadge.js.map +1 -1
  38. package/lib/components/VBtn/VBtn.css +3 -0
  39. package/lib/components/VBtn/VBtn.d.ts +20 -10
  40. package/lib/components/VBtn/VBtn.sass +3 -0
  41. package/lib/components/VBtnGroup/VBtnGroup.css +32 -8
  42. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  43. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  44. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  45. package/lib/components/VBtnGroup/VBtnGroup.sass +46 -18
  46. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  47. package/lib/components/VCard/VCard.d.ts +20 -10
  48. package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
  49. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
  50. package/lib/components/VChip/VChip.d.ts +20 -10
  51. package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
  52. package/lib/components/VCombobox/VCombobox.d.ts +175 -110
  53. package/lib/components/VCombobox/VCombobox.js +22 -3
  54. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  55. package/lib/components/VDataTable/VDataTable.d.ts +60 -0
  56. package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
  57. package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
  58. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  59. package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
  60. package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
  61. package/lib/components/VDatePicker/VDatePicker.d.ts +80 -5
  62. package/lib/components/VDatePicker/VDatePicker.js +10 -4
  63. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  64. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
  65. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  66. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  67. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
  68. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
  69. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
  70. package/lib/components/VFab/VFab.d.ts +20 -10
  71. package/lib/components/VField/VField.d.ts +3 -3
  72. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  73. package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
  74. package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
  75. package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
  76. package/lib/components/VInput/VInput.d.ts +4 -4
  77. package/lib/components/VKbd/VKbd.css +13 -2
  78. package/lib/components/VKbd/VKbd.d.ts +221 -0
  79. package/lib/components/VKbd/VKbd.js +55 -0
  80. package/lib/components/VKbd/VKbd.js.map +1 -0
  81. package/lib/components/VKbd/VKbd.sass +2 -1
  82. package/lib/components/VKbd/_variables.scss +12 -1
  83. package/lib/components/VKbd/index.d.ts +1 -95
  84. package/lib/components/VKbd/index.js +1 -4
  85. package/lib/components/VKbd/index.js.map +1 -1
  86. package/lib/components/VList/VList.d.ts +13 -0
  87. package/lib/components/VList/VList.js +4 -1
  88. package/lib/components/VList/VList.js.map +1 -1
  89. package/lib/components/VList/VListChildren.js +4 -3
  90. package/lib/components/VList/VListChildren.js.map +1 -1
  91. package/lib/components/VList/VListGroup.d.ts +10 -0
  92. package/lib/components/VList/VListGroup.js +2 -2
  93. package/lib/components/VList/VListGroup.js.map +1 -1
  94. package/lib/components/VList/VListItem.d.ts +28 -10
  95. package/lib/components/VList/VListItem.js +7 -3
  96. package/lib/components/VList/VListItem.js.map +1 -1
  97. package/lib/components/VList/list.d.ts +9 -2
  98. package/lib/components/VList/list.js +7 -0
  99. package/lib/components/VList/list.js.map +1 -1
  100. package/lib/components/VMenu/VMenu.d.ts +13 -0
  101. package/lib/components/VMenu/VMenu.js +2 -1
  102. package/lib/components/VMenu/VMenu.js.map +1 -1
  103. package/lib/components/VNumberInput/VNumberInput.d.ts +114 -89
  104. package/lib/components/VNumberInput/VNumberInput.js +43 -20
  105. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  106. package/lib/components/VOtpInput/VOtpInput.js +19 -2
  107. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  108. package/lib/components/VOverlay/VOverlay.css +1 -1
  109. package/lib/components/VOverlay/_variables.scss +1 -1
  110. package/lib/components/VRadio/VRadio.d.ts +20 -10
  111. package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
  112. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  113. package/lib/components/VSelect/VSelect.d.ts +204 -118
  114. package/lib/components/VSelect/VSelect.js +21 -3
  115. package/lib/components/VSelect/VSelect.js.map +1 -1
  116. package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
  117. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
  118. package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
  119. package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
  120. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  121. package/lib/components/VSlider/VSlider.d.ts +3 -3
  122. package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
  123. package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
  124. package/lib/components/VStepper/VStepperItem.d.ts +28 -14
  125. package/lib/components/VSwitch/VSwitch.d.ts +23 -13
  126. package/lib/components/VTable/VTable.css +6 -0
  127. package/lib/components/VTable/VTable.d.ts +55 -24
  128. package/lib/components/VTable/VTable.js +9 -2
  129. package/lib/components/VTable/VTable.js.map +1 -1
  130. package/lib/components/VTable/VTable.sass +14 -0
  131. package/lib/components/VTable/_variables.scss +1 -0
  132. package/lib/components/VTabs/VTab.d.ts +56 -28
  133. package/lib/components/VTabs/VTabs.d.ts +10 -0
  134. package/lib/components/VTextField/VTextField.d.ts +27 -27
  135. package/lib/components/VTextField/VTextField.js +4 -4
  136. package/lib/components/VTextField/VTextField.js.map +1 -1
  137. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  138. package/lib/components/VTextarea/VTextarea.js +4 -4
  139. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  140. package/lib/components/VToolbar/VToolbar.d.ts +15 -3
  141. package/lib/components/VToolbar/VToolbar.js +6 -3
  142. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  143. package/lib/composables/autofocus.d.ts +7 -0
  144. package/lib/composables/autofocus.js +10 -0
  145. package/lib/composables/autofocus.js.map +1 -0
  146. package/lib/composables/calendar.d.ts +5 -0
  147. package/lib/composables/calendar.js +2 -1
  148. package/lib/composables/calendar.js.map +1 -1
  149. package/lib/composables/date/DateAdapter.d.ts +3 -3
  150. package/lib/composables/date/DateAdapter.js.map +1 -1
  151. package/lib/composables/date/adapters/string.d.ts +54 -0
  152. package/lib/composables/date/adapters/string.js +153 -0
  153. package/lib/composables/date/adapters/string.js.map +1 -0
  154. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  155. package/lib/composables/date/adapters/vuetify.js +4 -4
  156. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  157. package/lib/composables/date/date.d.ts +3 -3
  158. package/lib/composables/date/index.d.ts +1 -0
  159. package/lib/composables/date/index.js +1 -0
  160. package/lib/composables/date/index.js.map +1 -1
  161. package/lib/composables/filter.js +3 -0
  162. package/lib/composables/filter.js.map +1 -1
  163. package/lib/composables/group.js +1 -0
  164. package/lib/composables/group.js.map +1 -1
  165. package/lib/composables/iconSizes.d.ts +28 -0
  166. package/lib/composables/iconSizes.js +23 -0
  167. package/lib/composables/iconSizes.js.map +1 -0
  168. package/lib/composables/intersectionObserver.js +2 -2
  169. package/lib/composables/intersectionObserver.js.map +1 -1
  170. package/lib/composables/locale.d.ts +5 -1
  171. package/lib/composables/locale.js.map +1 -1
  172. package/lib/composables/mask.d.ts +38 -0
  173. package/lib/composables/mask.js +183 -0
  174. package/lib/composables/mask.js.map +1 -0
  175. package/lib/composables/selectLink.js +2 -2
  176. package/lib/composables/selectLink.js.map +1 -1
  177. package/lib/composables/theme.d.ts +6 -1
  178. package/lib/composables/theme.js +97 -29
  179. package/lib/composables/theme.js.map +1 -1
  180. package/lib/composables/virtual.js +6 -1
  181. package/lib/composables/virtual.js.map +1 -1
  182. package/lib/directives/ripple/index.d.ts +2 -1
  183. package/lib/directives/ripple/index.js +12 -7
  184. package/lib/directives/ripple/index.js.map +1 -1
  185. package/lib/entry-bundler.d.ts +4 -3
  186. package/lib/entry-bundler.js +1 -1
  187. package/lib/entry-bundler.js.map +1 -1
  188. package/lib/framework.d.ts +92 -73
  189. package/lib/framework.js +1 -1
  190. package/lib/framework.js.map +1 -1
  191. package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
  192. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  193. package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
  194. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  195. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
  196. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  197. package/lib/labs/VIconBtn/VIconBtn.js +7 -11
  198. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  199. package/lib/labs/VMaskInput/VMaskInput.d.ts +6993 -0
  200. package/lib/labs/VMaskInput/VMaskInput.js +67 -0
  201. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
  202. package/lib/labs/VMaskInput/index.d.ts +1 -0
  203. package/lib/labs/VMaskInput/index.js +2 -0
  204. package/lib/labs/VMaskInput/index.js.map +1 -0
  205. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
  206. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
  207. package/lib/labs/VTreeview/VTreeview.d.ts +51 -38
  208. package/lib/labs/VTreeview/VTreeview.js +1 -1
  209. package/lib/labs/VTreeview/VTreeview.js.map +1 -1
  210. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +35 -0
  211. package/lib/labs/VTreeview/VTreeviewChildren.js +21 -3
  212. package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
  213. package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
  214. package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
  215. package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
  216. package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
  217. package/lib/labs/components.d.ts +1 -0
  218. package/lib/labs/components.js +1 -0
  219. package/lib/labs/components.js.map +1 -1
  220. package/lib/labs/entry-bundler.d.ts +4 -3
  221. package/lib/locale/adapters/vue-i18n.js +6 -1
  222. package/lib/locale/adapters/vue-i18n.js.map +1 -1
  223. package/lib/locale/adapters/vuetify.js +7 -1
  224. package/lib/locale/adapters/vuetify.js.map +1 -1
  225. package/lib/util/globals.d.ts +1 -0
  226. package/lib/util/globals.js +1 -0
  227. package/lib/util/globals.js.map +1 -1
  228. package/lib/util/helpers.d.ts +2 -1
  229. package/lib/util/helpers.js +12 -7
  230. package/lib/util/helpers.js.map +1 -1
  231. package/package.json +9 -7
@@ -52,6 +52,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
52
52
  bgColor?: unknown;
53
53
  prependIcon?: unknown;
54
54
  appendIcon?: unknown;
55
+ iconColor?: unknown;
55
56
  clearIcon?: unknown;
56
57
  prependInnerIcon?: unknown;
57
58
  'onClick:clear'?: unknown;
@@ -61,7 +62,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
61
62
  'onClick:prependInner'?: unknown;
62
63
  centerAffix?: unknown;
63
64
  glow?: unknown;
64
- iconColor?: unknown;
65
65
  hideSpinButtons?: unknown;
66
66
  hint?: unknown;
67
67
  persistentHint?: unknown;
@@ -96,6 +96,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
96
96
  noDataText?: unknown;
97
97
  openOnClear?: unknown;
98
98
  itemColor?: unknown;
99
+ noAutoScroll?: unknown;
99
100
  customFilter?: unknown;
100
101
  customKeyFilter?: unknown;
101
102
  filterKeys?: unknown;
@@ -381,6 +382,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
381
382
  type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
382
383
  default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
383
384
  };
385
+ iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
386
+ type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
387
+ default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
388
+ };
384
389
  clearIcon: unknown extends Defaults["clearIcon"] ? {
385
390
  type: PropType<import("../../composables/icons.js").IconValue>;
386
391
  default: string;
@@ -429,10 +434,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
429
434
  type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
430
435
  default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
431
436
  };
432
- iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
433
- type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
434
- default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
435
- };
436
437
  hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
437
438
  type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
438
439
  default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
@@ -604,6 +605,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
604
605
  rounded: string | number | boolean;
605
606
  tile: boolean;
606
607
  slim: boolean;
608
+ filterable: boolean;
607
609
  activatable: boolean;
608
610
  selectable: boolean;
609
611
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -621,6 +623,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
621
623
  density: import("../../composables/density.js").Density;
622
624
  tile: boolean;
623
625
  slim: boolean;
626
+ filterable: boolean;
624
627
  activatable: boolean;
625
628
  selectable: boolean;
626
629
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -652,7 +655,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
652
655
  value: boolean;
653
656
  path: unknown[];
654
657
  }) => any) | undefined;
655
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
658
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
656
659
  items?: readonly any[] | undefined;
657
660
  itemTitle?: SelectItemKey<any>;
658
661
  itemValue?: SelectItemKey<any>;
@@ -767,6 +770,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
767
770
  rounded: string | number | boolean;
768
771
  tile: boolean;
769
772
  slim: boolean;
773
+ filterable: boolean;
770
774
  activatable: boolean;
771
775
  selectable: boolean;
772
776
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -784,6 +788,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
784
788
  density: import("../../composables/density.js").Density;
785
789
  tile: boolean;
786
790
  slim: boolean;
791
+ filterable: boolean;
787
792
  activatable: boolean;
788
793
  selectable: boolean;
789
794
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -815,7 +820,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
815
820
  value: boolean;
816
821
  path: unknown[];
817
822
  }) => any) | undefined;
818
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
823
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
819
824
  items?: readonly any[] | undefined;
820
825
  itemTitle?: SelectItemKey<any>;
821
826
  itemValue?: SelectItemKey<any>;
@@ -931,6 +936,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
931
936
  rounded: string | number | boolean;
932
937
  tile: boolean;
933
938
  slim: boolean;
939
+ filterable: boolean;
934
940
  activatable: boolean;
935
941
  selectable: boolean;
936
942
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -948,6 +954,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
948
954
  density: import("../../composables/density.js").Density;
949
955
  tile: boolean;
950
956
  slim: boolean;
957
+ filterable: boolean;
951
958
  activatable: boolean;
952
959
  selectable: boolean;
953
960
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -979,7 +986,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
979
986
  value: boolean;
980
987
  path: unknown[];
981
988
  }) => any) | undefined;
982
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
989
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
983
990
  items?: readonly any[] | undefined;
984
991
  itemTitle?: SelectItemKey<any>;
985
992
  itemValue?: SelectItemKey<any>;
@@ -1094,6 +1101,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1094
1101
  rounded: string | number | boolean;
1095
1102
  tile: boolean;
1096
1103
  slim: boolean;
1104
+ filterable: boolean;
1097
1105
  activatable: boolean;
1098
1106
  selectable: boolean;
1099
1107
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1111,6 +1119,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1111
1119
  density: import("../../composables/density.js").Density;
1112
1120
  tile: boolean;
1113
1121
  slim: boolean;
1122
+ filterable: boolean;
1114
1123
  activatable: boolean;
1115
1124
  selectable: boolean;
1116
1125
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1142,7 +1151,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1142
1151
  value: boolean;
1143
1152
  path: unknown[];
1144
1153
  }) => any) | undefined;
1145
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
1154
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
1146
1155
  items?: readonly any[] | undefined;
1147
1156
  itemTitle?: SelectItemKey<any>;
1148
1157
  itemValue?: SelectItemKey<any>;
@@ -1345,6 +1354,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1345
1354
  noClickAnimation: boolean;
1346
1355
  scrim: string | boolean;
1347
1356
  submenu: boolean;
1357
+ disableInitialFocus: boolean;
1348
1358
  }> & Omit<{
1349
1359
  location: import("../../util/index.js").Anchor | undefined;
1350
1360
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1424,6 +1434,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1424
1434
  noClickAnimation: boolean;
1425
1435
  scrim: string | boolean;
1426
1436
  submenu: boolean;
1437
+ disableInitialFocus: boolean;
1427
1438
  offset?: string | number | number[] | undefined;
1428
1439
  id?: string | undefined;
1429
1440
  height?: string | number | undefined;
@@ -1473,7 +1484,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1473
1484
  targetRef: import("../../util/index.js").TemplateRef;
1474
1485
  }) => import("vue").VNodeChild) | undefined;
1475
1486
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1476
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : (Partial<{
1487
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus"> : (Partial<{
1477
1488
  location: import("../../util/index.js").Anchor | undefined;
1478
1489
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1479
1490
  transition: string | boolean | (import("vue").TransitionProps & {
@@ -1554,6 +1565,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1554
1565
  noClickAnimation: boolean;
1555
1566
  scrim: string | boolean;
1556
1567
  submenu: boolean;
1568
+ disableInitialFocus: boolean;
1557
1569
  }> & Omit<{
1558
1570
  location: import("../../util/index.js").Anchor | undefined;
1559
1571
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1633,6 +1645,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1633
1645
  noClickAnimation: boolean;
1634
1646
  scrim: string | boolean;
1635
1647
  submenu: boolean;
1648
+ disableInitialFocus: boolean;
1636
1649
  offset?: string | number | number[] | undefined;
1637
1650
  id?: string | undefined;
1638
1651
  height?: string | number | undefined;
@@ -1682,7 +1695,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1682
1695
  targetRef: import("../../util/index.js").TemplateRef;
1683
1696
  }) => import("vue").VNodeChild) | undefined;
1684
1697
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1685
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | Defaults["menuProps"]>;
1698
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | Defaults["menuProps"]>;
1686
1699
  default: unknown extends Defaults["menuProps"] ? Partial<{
1687
1700
  location: import("../../util/index.js").Anchor | undefined;
1688
1701
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1764,6 +1777,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1764
1777
  noClickAnimation: boolean;
1765
1778
  scrim: string | boolean;
1766
1779
  submenu: boolean;
1780
+ disableInitialFocus: boolean;
1767
1781
  }> & Omit<{
1768
1782
  location: import("../../util/index.js").Anchor | undefined;
1769
1783
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1843,6 +1857,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1843
1857
  noClickAnimation: boolean;
1844
1858
  scrim: string | boolean;
1845
1859
  submenu: boolean;
1860
+ disableInitialFocus: boolean;
1846
1861
  offset?: string | number | number[] | undefined;
1847
1862
  id?: string | undefined;
1848
1863
  height?: string | number | undefined;
@@ -1892,7 +1907,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1892
1907
  targetRef: import("../../util/index.js").TemplateRef;
1893
1908
  }) => import("vue").VNodeChild) | undefined;
1894
1909
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1895
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : NonNullable<Partial<{
1910
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus"> : NonNullable<Partial<{
1896
1911
  location: import("../../util/index.js").Anchor | undefined;
1897
1912
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1898
1913
  transition: string | boolean | (import("vue").TransitionProps & {
@@ -1973,6 +1988,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1973
1988
  noClickAnimation: boolean;
1974
1989
  scrim: string | boolean;
1975
1990
  submenu: boolean;
1991
+ disableInitialFocus: boolean;
1976
1992
  }> & Omit<{
1977
1993
  location: import("../../util/index.js").Anchor | undefined;
1978
1994
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -2052,6 +2068,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
2052
2068
  noClickAnimation: boolean;
2053
2069
  scrim: string | boolean;
2054
2070
  submenu: boolean;
2071
+ disableInitialFocus: boolean;
2055
2072
  offset?: string | number | number[] | undefined;
2056
2073
  id?: string | undefined;
2057
2074
  height?: string | number | undefined;
@@ -2101,7 +2118,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
2101
2118
  targetRef: import("../../util/index.js").TemplateRef;
2102
2119
  }) => import("vue").VNodeChild) | undefined;
2103
2120
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2104
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">> | Defaults["menuProps"];
2121
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">> | Defaults["menuProps"];
2105
2122
  };
2106
2123
  multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : {
2107
2124
  type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
@@ -2125,6 +2142,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
2125
2142
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
2126
2143
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
2127
2144
  };
2145
+ noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
2146
+ type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
2147
+ default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
2148
+ };
2128
2149
  customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
2129
2150
  type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
2130
2151
  default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
@@ -2223,6 +2244,7 @@ export declare const VAutocomplete: {
2223
2244
  hideSelected: boolean;
2224
2245
  menuIcon: import("../../composables/icons.js").IconValue;
2225
2246
  openOnClear: boolean;
2247
+ noAutoScroll: boolean;
2226
2248
  clearOnSelect: boolean;
2227
2249
  } & {
2228
2250
  search?: string | undefined;
@@ -2249,6 +2271,7 @@ export declare const VAutocomplete: {
2249
2271
  bgColor?: string | undefined;
2250
2272
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2251
2273
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2274
+ iconColor?: string | boolean | undefined;
2252
2275
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2253
2276
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2254
2277
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2256,7 +2279,6 @@ export declare const VAutocomplete: {
2256
2279
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2257
2280
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2258
2281
  centerAffix?: boolean | undefined;
2259
- iconColor?: string | boolean | undefined;
2260
2282
  hint?: string | undefined;
2261
2283
  hideDetails?: boolean | "auto" | undefined;
2262
2284
  suffix?: string | undefined;
@@ -2276,6 +2298,7 @@ export declare const VAutocomplete: {
2276
2298
  rounded: string | number | boolean;
2277
2299
  tile: boolean;
2278
2300
  slim: boolean;
2301
+ filterable: boolean;
2279
2302
  activatable: boolean;
2280
2303
  selectable: boolean;
2281
2304
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2293,6 +2316,7 @@ export declare const VAutocomplete: {
2293
2316
  density: import("../../composables/density.js").Density;
2294
2317
  tile: boolean;
2295
2318
  slim: boolean;
2319
+ filterable: boolean;
2296
2320
  activatable: boolean;
2297
2321
  selectable: boolean;
2298
2322
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2324,7 +2348,7 @@ export declare const VAutocomplete: {
2324
2348
  value: boolean;
2325
2349
  path: unknown[];
2326
2350
  }) => any) | undefined;
2327
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
2351
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
2328
2352
  items?: readonly any[] | undefined;
2329
2353
  itemTitle?: SelectItemKey<any>;
2330
2354
  itemValue?: SelectItemKey<any>;
@@ -2507,6 +2531,7 @@ export declare const VAutocomplete: {
2507
2531
  noClickAnimation: boolean;
2508
2532
  scrim: string | boolean;
2509
2533
  submenu: boolean;
2534
+ disableInitialFocus: boolean;
2510
2535
  }> & Omit<{
2511
2536
  location: import("../../util/index.js").Anchor | undefined;
2512
2537
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -2586,6 +2611,7 @@ export declare const VAutocomplete: {
2586
2611
  noClickAnimation: boolean;
2587
2612
  scrim: string | boolean;
2588
2613
  submenu: boolean;
2614
+ disableInitialFocus: boolean;
2589
2615
  offset?: string | number | number[] | undefined;
2590
2616
  id?: string | undefined;
2591
2617
  height?: string | number | undefined;
@@ -2635,7 +2661,7 @@ export declare const VAutocomplete: {
2635
2661
  targetRef: import("../../util/index.js").TemplateRef;
2636
2662
  }) => import("vue").VNodeChild) | undefined;
2637
2663
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2638
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
2664
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
2639
2665
  itemColor?: string | undefined;
2640
2666
  autoSelectFirst?: boolean | "exact" | undefined;
2641
2667
  } & {
@@ -2737,6 +2763,7 @@ export declare const VAutocomplete: {
2737
2763
  bgColor?: string | undefined;
2738
2764
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2739
2765
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2766
+ iconColor?: string | boolean | undefined;
2740
2767
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2741
2768
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2742
2769
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2745,7 +2772,6 @@ export declare const VAutocomplete: {
2745
2772
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2746
2773
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2747
2774
  centerAffix?: boolean | undefined;
2748
- iconColor?: string | boolean | undefined;
2749
2775
  hint?: string | undefined;
2750
2776
  hideDetails?: boolean | "auto" | undefined;
2751
2777
  suffix?: string | undefined;
@@ -2889,6 +2915,7 @@ export declare const VAutocomplete: {
2889
2915
  bgColor?: string | undefined;
2890
2916
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2891
2917
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2918
+ iconColor?: string | boolean | undefined;
2892
2919
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2893
2920
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2894
2921
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2897,7 +2924,6 @@ export declare const VAutocomplete: {
2897
2924
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2898
2925
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2899
2926
  centerAffix?: boolean | undefined;
2900
- iconColor?: string | boolean | undefined;
2901
2927
  hint?: string | undefined;
2902
2928
  hideDetails?: boolean | "auto" | undefined;
2903
2929
  suffix?: string | undefined;
@@ -3012,9 +3038,9 @@ export declare const VAutocomplete: {
3012
3038
  baseColor?: string | undefined;
3013
3039
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3014
3040
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3041
+ iconColor?: string | boolean | undefined;
3015
3042
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3016
3043
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3017
- iconColor?: string | boolean | undefined;
3018
3044
  hint?: string | undefined;
3019
3045
  hideDetails?: boolean | "auto" | undefined;
3020
3046
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3068,9 +3094,9 @@ export declare const VAutocomplete: {
3068
3094
  baseColor?: string | undefined;
3069
3095
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3070
3096
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3097
+ iconColor?: string | boolean | undefined;
3071
3098
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3072
3099
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3073
- iconColor?: string | boolean | undefined;
3074
3100
  hint?: string | undefined;
3075
3101
  hideDetails?: boolean | "auto" | undefined;
3076
3102
  } & {}, {
@@ -3171,9 +3197,9 @@ export declare const VAutocomplete: {
3171
3197
  baseColor?: string | undefined;
3172
3198
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3173
3199
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3200
+ iconColor?: string | boolean | undefined;
3174
3201
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3175
3202
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3176
- iconColor?: string | boolean | undefined;
3177
3203
  hint?: string | undefined;
3178
3204
  hideDetails?: boolean | "auto" | undefined;
3179
3205
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3185,7 +3211,7 @@ export declare const VAutocomplete: {
3185
3211
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3186
3212
  modelValue?: unknown;
3187
3213
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3188
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3214
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3189
3215
  $: import("vue").ComponentInternalInstance;
3190
3216
  $data: {};
3191
3217
  $props: Partial<{
@@ -3232,13 +3258,13 @@ export declare const VAutocomplete: {
3232
3258
  rounded?: string | number | boolean | undefined;
3233
3259
  baseColor?: string | undefined;
3234
3260
  bgColor?: string | undefined;
3261
+ iconColor?: string | boolean | undefined;
3235
3262
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3236
3263
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3237
3264
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3238
3265
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3239
3266
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3240
3267
  centerAffix?: boolean | undefined;
3241
- iconColor?: string | boolean | undefined;
3242
3268
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3243
3269
  $attrs: {
3244
3270
  [x: string]: unknown;
@@ -3291,13 +3317,13 @@ export declare const VAutocomplete: {
3291
3317
  rounded?: string | number | boolean | undefined;
3292
3318
  baseColor?: string | undefined;
3293
3319
  bgColor?: string | undefined;
3320
+ iconColor?: string | boolean | undefined;
3294
3321
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3295
3322
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3296
3323
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3297
3324
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3298
3325
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3299
3326
  centerAffix?: boolean | undefined;
3300
- iconColor?: string | boolean | undefined;
3301
3327
  } & {
3302
3328
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3303
3329
  }, {
@@ -3401,13 +3427,13 @@ export declare const VAutocomplete: {
3401
3427
  rounded?: string | number | boolean | undefined;
3402
3428
  baseColor?: string | undefined;
3403
3429
  bgColor?: string | undefined;
3430
+ iconColor?: string | boolean | undefined;
3404
3431
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3405
3432
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3406
3433
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3407
3434
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3408
3435
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3409
3436
  centerAffix?: boolean | undefined;
3410
- iconColor?: string | boolean | undefined;
3411
3437
  } & {
3412
3438
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3413
3439
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3416,7 +3442,7 @@ export declare const VAutocomplete: {
3416
3442
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3417
3443
  modelValue?: unknown;
3418
3444
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3419
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3445
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3420
3446
  _allExposed: {
3421
3447
  reset: () => Promise<void>;
3422
3448
  resetValidation: () => Promise<void>;
@@ -3584,6 +3610,7 @@ export declare const VAutocomplete: {
3584
3610
  bgColor?: string | undefined;
3585
3611
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3586
3612
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3613
+ iconColor?: string | boolean | undefined;
3587
3614
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3588
3615
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3589
3616
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3592,7 +3619,6 @@ export declare const VAutocomplete: {
3592
3619
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3593
3620
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3594
3621
  centerAffix?: boolean | undefined;
3595
- iconColor?: string | boolean | undefined;
3596
3622
  hint?: string | undefined;
3597
3623
  hideDetails?: boolean | "auto" | undefined;
3598
3624
  suffix?: string | undefined;
@@ -3707,9 +3733,9 @@ export declare const VAutocomplete: {
3707
3733
  baseColor?: string | undefined;
3708
3734
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3709
3735
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3736
+ iconColor?: string | boolean | undefined;
3710
3737
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3711
3738
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3712
- iconColor?: string | boolean | undefined;
3713
3739
  hint?: string | undefined;
3714
3740
  hideDetails?: boolean | "auto" | undefined;
3715
3741
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3763,9 +3789,9 @@ export declare const VAutocomplete: {
3763
3789
  baseColor?: string | undefined;
3764
3790
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3765
3791
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3792
+ iconColor?: string | boolean | undefined;
3766
3793
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3767
3794
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3768
- iconColor?: string | boolean | undefined;
3769
3795
  hint?: string | undefined;
3770
3796
  hideDetails?: boolean | "auto" | undefined;
3771
3797
  } & {}, {
@@ -3866,9 +3892,9 @@ export declare const VAutocomplete: {
3866
3892
  baseColor?: string | undefined;
3867
3893
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3868
3894
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3895
+ iconColor?: string | boolean | undefined;
3869
3896
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3870
3897
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3871
- iconColor?: string | boolean | undefined;
3872
3898
  hint?: string | undefined;
3873
3899
  hideDetails?: boolean | "auto" | undefined;
3874
3900
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3880,7 +3906,7 @@ export declare const VAutocomplete: {
3880
3906
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3881
3907
  modelValue?: unknown;
3882
3908
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3883
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3909
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3884
3910
  $: import("vue").ComponentInternalInstance;
3885
3911
  $data: {};
3886
3912
  $props: Partial<{
@@ -3927,13 +3953,13 @@ export declare const VAutocomplete: {
3927
3953
  rounded?: string | number | boolean | undefined;
3928
3954
  baseColor?: string | undefined;
3929
3955
  bgColor?: string | undefined;
3956
+ iconColor?: string | boolean | undefined;
3930
3957
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3931
3958
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3932
3959
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3933
3960
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3934
3961
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3935
3962
  centerAffix?: boolean | undefined;
3936
- iconColor?: string | boolean | undefined;
3937
3963
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3938
3964
  $attrs: {
3939
3965
  [x: string]: unknown;
@@ -3986,13 +4012,13 @@ export declare const VAutocomplete: {
3986
4012
  rounded?: string | number | boolean | undefined;
3987
4013
  baseColor?: string | undefined;
3988
4014
  bgColor?: string | undefined;
4015
+ iconColor?: string | boolean | undefined;
3989
4016
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3990
4017
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3991
4018
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3992
4019
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3993
4020
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3994
4021
  centerAffix?: boolean | undefined;
3995
- iconColor?: string | boolean | undefined;
3996
4022
  } & {
3997
4023
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3998
4024
  }, {
@@ -4096,13 +4122,13 @@ export declare const VAutocomplete: {
4096
4122
  rounded?: string | number | boolean | undefined;
4097
4123
  baseColor?: string | undefined;
4098
4124
  bgColor?: string | undefined;
4125
+ iconColor?: string | boolean | undefined;
4099
4126
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4100
4127
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4101
4128
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4102
4129
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4103
4130
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4104
4131
  centerAffix?: boolean | undefined;
4105
- iconColor?: string | boolean | undefined;
4106
4132
  } & {
4107
4133
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4108
4134
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4111,7 +4137,7 @@ export declare const VAutocomplete: {
4111
4137
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4112
4138
  modelValue?: unknown;
4113
4139
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4114
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4140
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4115
4141
  _allExposed: {
4116
4142
  reset: () => Promise<void>;
4117
4143
  resetValidation: () => Promise<void>;
@@ -4122,7 +4148,7 @@ export declare const VAutocomplete: {
4122
4148
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4123
4149
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4124
4150
  } | {};
4125
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4151
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4126
4152
  _allExposed: (HTMLInputElement & Omit<Omit<{
4127
4153
  $: import("vue").ComponentInternalInstance;
4128
4154
  $data: {};
@@ -4173,9 +4199,9 @@ export declare const VAutocomplete: {
4173
4199
  baseColor?: string | undefined;
4174
4200
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4175
4201
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4202
+ iconColor?: string | boolean | undefined;
4176
4203
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4177
4204
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4178
- iconColor?: string | boolean | undefined;
4179
4205
  hint?: string | undefined;
4180
4206
  hideDetails?: boolean | "auto" | undefined;
4181
4207
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4229,9 +4255,9 @@ export declare const VAutocomplete: {
4229
4255
  baseColor?: string | undefined;
4230
4256
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4231
4257
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4258
+ iconColor?: string | boolean | undefined;
4232
4259
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4233
4260
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4234
- iconColor?: string | boolean | undefined;
4235
4261
  hint?: string | undefined;
4236
4262
  hideDetails?: boolean | "auto" | undefined;
4237
4263
  } & {}, {
@@ -4332,9 +4358,9 @@ export declare const VAutocomplete: {
4332
4358
  baseColor?: string | undefined;
4333
4359
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4334
4360
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4361
+ iconColor?: string | boolean | undefined;
4335
4362
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4336
4363
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4337
- iconColor?: string | boolean | undefined;
4338
4364
  hint?: string | undefined;
4339
4365
  hideDetails?: boolean | "auto" | undefined;
4340
4366
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4346,7 +4372,7 @@ export declare const VAutocomplete: {
4346
4372
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4347
4373
  modelValue?: unknown;
4348
4374
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4349
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4375
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4350
4376
  $: import("vue").ComponentInternalInstance;
4351
4377
  $data: {};
4352
4378
  $props: Partial<{
@@ -4393,13 +4419,13 @@ export declare const VAutocomplete: {
4393
4419
  rounded?: string | number | boolean | undefined;
4394
4420
  baseColor?: string | undefined;
4395
4421
  bgColor?: string | undefined;
4422
+ iconColor?: string | boolean | undefined;
4396
4423
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4397
4424
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4398
4425
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4399
4426
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4400
4427
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4401
4428
  centerAffix?: boolean | undefined;
4402
- iconColor?: string | boolean | undefined;
4403
4429
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4404
4430
  $attrs: {
4405
4431
  [x: string]: unknown;
@@ -4452,13 +4478,13 @@ export declare const VAutocomplete: {
4452
4478
  rounded?: string | number | boolean | undefined;
4453
4479
  baseColor?: string | undefined;
4454
4480
  bgColor?: string | undefined;
4481
+ iconColor?: string | boolean | undefined;
4455
4482
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4456
4483
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4457
4484
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4458
4485
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4459
4486
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4460
4487
  centerAffix?: boolean | undefined;
4461
- iconColor?: string | boolean | undefined;
4462
4488
  } & {
4463
4489
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4464
4490
  }, {
@@ -4562,13 +4588,13 @@ export declare const VAutocomplete: {
4562
4588
  rounded?: string | number | boolean | undefined;
4563
4589
  baseColor?: string | undefined;
4564
4590
  bgColor?: string | undefined;
4591
+ iconColor?: string | boolean | undefined;
4565
4592
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4566
4593
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4567
4594
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4568
4595
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4569
4596
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4570
4597
  centerAffix?: boolean | undefined;
4571
- iconColor?: string | boolean | undefined;
4572
4598
  } & {
4573
4599
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4574
4600
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4577,7 +4603,7 @@ export declare const VAutocomplete: {
4577
4603
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4578
4604
  modelValue?: unknown;
4579
4605
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4580
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4606
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4581
4607
  _allExposed: {
4582
4608
  reset: () => Promise<void>;
4583
4609
  resetValidation: () => Promise<void>;
@@ -4603,7 +4629,7 @@ export declare const VAutocomplete: {
4603
4629
  'update:search': (value: any) => true;
4604
4630
  'update:modelValue': (value: any) => true;
4605
4631
  'update:menu': (value: boolean) => true;
4606
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
4632
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
4607
4633
  flat: boolean;
4608
4634
  reverse: boolean;
4609
4635
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -4652,6 +4678,7 @@ export declare const VAutocomplete: {
4652
4678
  hideSelected: boolean;
4653
4679
  menuIcon: import("../../composables/icons.js").IconValue;
4654
4680
  openOnClear: boolean;
4681
+ noAutoScroll: boolean;
4655
4682
  clearOnSelect: boolean;
4656
4683
  }, true, {}, import("vue").SlotsType<Partial<{
4657
4684
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -4682,6 +4709,14 @@ export declare const VAutocomplete: {
4682
4709
  item: ListItem<unknown>;
4683
4710
  index: number;
4684
4711
  }) => import("vue").VNode[];
4712
+ subheader: (arg: {
4713
+ props: Record<string, unknown>;
4714
+ index: number;
4715
+ }) => import("vue").VNode[];
4716
+ divider: (arg: {
4717
+ props: Record<string, unknown>;
4718
+ index: number;
4719
+ }) => import("vue").VNode[];
4685
4720
  'prepend-item': () => import("vue").VNode[];
4686
4721
  'append-item': () => import("vue").VNode[];
4687
4722
  'no-data': () => import("vue").VNode[];
@@ -4739,6 +4774,7 @@ export declare const VAutocomplete: {
4739
4774
  hideSelected: boolean;
4740
4775
  menuIcon: import("../../composables/icons.js").IconValue;
4741
4776
  openOnClear: boolean;
4777
+ noAutoScroll: boolean;
4742
4778
  clearOnSelect: boolean;
4743
4779
  } & {
4744
4780
  search?: string | undefined;
@@ -4765,6 +4801,7 @@ export declare const VAutocomplete: {
4765
4801
  bgColor?: string | undefined;
4766
4802
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4767
4803
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4804
+ iconColor?: string | boolean | undefined;
4768
4805
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4769
4806
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4770
4807
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4772,7 +4809,6 @@ export declare const VAutocomplete: {
4772
4809
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4773
4810
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4774
4811
  centerAffix?: boolean | undefined;
4775
- iconColor?: string | boolean | undefined;
4776
4812
  hint?: string | undefined;
4777
4813
  hideDetails?: boolean | "auto" | undefined;
4778
4814
  suffix?: string | undefined;
@@ -4792,6 +4828,7 @@ export declare const VAutocomplete: {
4792
4828
  rounded: string | number | boolean;
4793
4829
  tile: boolean;
4794
4830
  slim: boolean;
4831
+ filterable: boolean;
4795
4832
  activatable: boolean;
4796
4833
  selectable: boolean;
4797
4834
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4809,6 +4846,7 @@ export declare const VAutocomplete: {
4809
4846
  density: import("../../composables/density.js").Density;
4810
4847
  tile: boolean;
4811
4848
  slim: boolean;
4849
+ filterable: boolean;
4812
4850
  activatable: boolean;
4813
4851
  selectable: boolean;
4814
4852
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4840,7 +4878,7 @@ export declare const VAutocomplete: {
4840
4878
  value: boolean;
4841
4879
  path: unknown[];
4842
4880
  }) => any) | undefined;
4843
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
4881
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
4844
4882
  items?: readonly any[] | undefined;
4845
4883
  itemTitle?: SelectItemKey<any>;
4846
4884
  itemValue?: SelectItemKey<any>;
@@ -5023,6 +5061,7 @@ export declare const VAutocomplete: {
5023
5061
  noClickAnimation: boolean;
5024
5062
  scrim: string | boolean;
5025
5063
  submenu: boolean;
5064
+ disableInitialFocus: boolean;
5026
5065
  }> & Omit<{
5027
5066
  location: import("../../util/index.js").Anchor | undefined;
5028
5067
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -5102,6 +5141,7 @@ export declare const VAutocomplete: {
5102
5141
  noClickAnimation: boolean;
5103
5142
  scrim: string | boolean;
5104
5143
  submenu: boolean;
5144
+ disableInitialFocus: boolean;
5105
5145
  offset?: string | number | number[] | undefined;
5106
5146
  id?: string | undefined;
5107
5147
  height?: string | number | undefined;
@@ -5151,7 +5191,7 @@ export declare const VAutocomplete: {
5151
5191
  targetRef: import("../../util/index.js").TemplateRef;
5152
5192
  }) => import("vue").VNodeChild) | undefined;
5153
5193
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5154
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
5194
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
5155
5195
  itemColor?: string | undefined;
5156
5196
  autoSelectFirst?: boolean | "exact" | undefined;
5157
5197
  } & {
@@ -5253,6 +5293,7 @@ export declare const VAutocomplete: {
5253
5293
  bgColor?: string | undefined;
5254
5294
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5255
5295
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5296
+ iconColor?: string | boolean | undefined;
5256
5297
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5257
5298
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5258
5299
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5261,7 +5302,6 @@ export declare const VAutocomplete: {
5261
5302
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5262
5303
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5263
5304
  centerAffix?: boolean | undefined;
5264
- iconColor?: string | boolean | undefined;
5265
5305
  hint?: string | undefined;
5266
5306
  hideDetails?: boolean | "auto" | undefined;
5267
5307
  suffix?: string | undefined;
@@ -5405,6 +5445,7 @@ export declare const VAutocomplete: {
5405
5445
  bgColor?: string | undefined;
5406
5446
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5407
5447
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5448
+ iconColor?: string | boolean | undefined;
5408
5449
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5409
5450
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5410
5451
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5413,7 +5454,6 @@ export declare const VAutocomplete: {
5413
5454
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5414
5455
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5415
5456
  centerAffix?: boolean | undefined;
5416
- iconColor?: string | boolean | undefined;
5417
5457
  hint?: string | undefined;
5418
5458
  hideDetails?: boolean | "auto" | undefined;
5419
5459
  suffix?: string | undefined;
@@ -5528,9 +5568,9 @@ export declare const VAutocomplete: {
5528
5568
  baseColor?: string | undefined;
5529
5569
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5530
5570
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5571
+ iconColor?: string | boolean | undefined;
5531
5572
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5532
5573
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5533
- iconColor?: string | boolean | undefined;
5534
5574
  hint?: string | undefined;
5535
5575
  hideDetails?: boolean | "auto" | undefined;
5536
5576
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5584,9 +5624,9 @@ export declare const VAutocomplete: {
5584
5624
  baseColor?: string | undefined;
5585
5625
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5586
5626
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5627
+ iconColor?: string | boolean | undefined;
5587
5628
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5588
5629
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5589
- iconColor?: string | boolean | undefined;
5590
5630
  hint?: string | undefined;
5591
5631
  hideDetails?: boolean | "auto" | undefined;
5592
5632
  } & {}, {
@@ -5687,9 +5727,9 @@ export declare const VAutocomplete: {
5687
5727
  baseColor?: string | undefined;
5688
5728
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5689
5729
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5730
+ iconColor?: string | boolean | undefined;
5690
5731
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5691
5732
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5692
- iconColor?: string | boolean | undefined;
5693
5733
  hint?: string | undefined;
5694
5734
  hideDetails?: boolean | "auto" | undefined;
5695
5735
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5701,7 +5741,7 @@ export declare const VAutocomplete: {
5701
5741
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5702
5742
  modelValue?: unknown;
5703
5743
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5704
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5744
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5705
5745
  $: import("vue").ComponentInternalInstance;
5706
5746
  $data: {};
5707
5747
  $props: Partial<{
@@ -5748,13 +5788,13 @@ export declare const VAutocomplete: {
5748
5788
  rounded?: string | number | boolean | undefined;
5749
5789
  baseColor?: string | undefined;
5750
5790
  bgColor?: string | undefined;
5791
+ iconColor?: string | boolean | undefined;
5751
5792
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5752
5793
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5753
5794
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5754
5795
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5755
5796
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5756
5797
  centerAffix?: boolean | undefined;
5757
- iconColor?: string | boolean | undefined;
5758
5798
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5759
5799
  $attrs: {
5760
5800
  [x: string]: unknown;
@@ -5807,13 +5847,13 @@ export declare const VAutocomplete: {
5807
5847
  rounded?: string | number | boolean | undefined;
5808
5848
  baseColor?: string | undefined;
5809
5849
  bgColor?: string | undefined;
5850
+ iconColor?: string | boolean | undefined;
5810
5851
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5811
5852
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5812
5853
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5813
5854
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5814
5855
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5815
5856
  centerAffix?: boolean | undefined;
5816
- iconColor?: string | boolean | undefined;
5817
5857
  } & {
5818
5858
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5819
5859
  }, {
@@ -5917,13 +5957,13 @@ export declare const VAutocomplete: {
5917
5957
  rounded?: string | number | boolean | undefined;
5918
5958
  baseColor?: string | undefined;
5919
5959
  bgColor?: string | undefined;
5960
+ iconColor?: string | boolean | undefined;
5920
5961
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5921
5962
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5922
5963
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5923
5964
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5924
5965
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5925
5966
  centerAffix?: boolean | undefined;
5926
- iconColor?: string | boolean | undefined;
5927
5967
  } & {
5928
5968
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5929
5969
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5932,7 +5972,7 @@ export declare const VAutocomplete: {
5932
5972
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5933
5973
  modelValue?: unknown;
5934
5974
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5935
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5975
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5936
5976
  _allExposed: {
5937
5977
  reset: () => Promise<void>;
5938
5978
  resetValidation: () => Promise<void>;
@@ -6100,6 +6140,7 @@ export declare const VAutocomplete: {
6100
6140
  bgColor?: string | undefined;
6101
6141
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6102
6142
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6143
+ iconColor?: string | boolean | undefined;
6103
6144
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6104
6145
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6105
6146
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6108,7 +6149,6 @@ export declare const VAutocomplete: {
6108
6149
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6109
6150
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6110
6151
  centerAffix?: boolean | undefined;
6111
- iconColor?: string | boolean | undefined;
6112
6152
  hint?: string | undefined;
6113
6153
  hideDetails?: boolean | "auto" | undefined;
6114
6154
  suffix?: string | undefined;
@@ -6223,9 +6263,9 @@ export declare const VAutocomplete: {
6223
6263
  baseColor?: string | undefined;
6224
6264
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6225
6265
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6266
+ iconColor?: string | boolean | undefined;
6226
6267
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6227
6268
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6228
- iconColor?: string | boolean | undefined;
6229
6269
  hint?: string | undefined;
6230
6270
  hideDetails?: boolean | "auto" | undefined;
6231
6271
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6279,9 +6319,9 @@ export declare const VAutocomplete: {
6279
6319
  baseColor?: string | undefined;
6280
6320
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6281
6321
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6322
+ iconColor?: string | boolean | undefined;
6282
6323
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6283
6324
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6284
- iconColor?: string | boolean | undefined;
6285
6325
  hint?: string | undefined;
6286
6326
  hideDetails?: boolean | "auto" | undefined;
6287
6327
  } & {}, {
@@ -6382,9 +6422,9 @@ export declare const VAutocomplete: {
6382
6422
  baseColor?: string | undefined;
6383
6423
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6384
6424
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6425
+ iconColor?: string | boolean | undefined;
6385
6426
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6386
6427
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6387
- iconColor?: string | boolean | undefined;
6388
6428
  hint?: string | undefined;
6389
6429
  hideDetails?: boolean | "auto" | undefined;
6390
6430
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6396,7 +6436,7 @@ export declare const VAutocomplete: {
6396
6436
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6397
6437
  modelValue?: unknown;
6398
6438
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6399
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6439
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6400
6440
  $: import("vue").ComponentInternalInstance;
6401
6441
  $data: {};
6402
6442
  $props: Partial<{
@@ -6443,13 +6483,13 @@ export declare const VAutocomplete: {
6443
6483
  rounded?: string | number | boolean | undefined;
6444
6484
  baseColor?: string | undefined;
6445
6485
  bgColor?: string | undefined;
6486
+ iconColor?: string | boolean | undefined;
6446
6487
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6447
6488
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6448
6489
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6449
6490
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6450
6491
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6451
6492
  centerAffix?: boolean | undefined;
6452
- iconColor?: string | boolean | undefined;
6453
6493
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6454
6494
  $attrs: {
6455
6495
  [x: string]: unknown;
@@ -6502,13 +6542,13 @@ export declare const VAutocomplete: {
6502
6542
  rounded?: string | number | boolean | undefined;
6503
6543
  baseColor?: string | undefined;
6504
6544
  bgColor?: string | undefined;
6545
+ iconColor?: string | boolean | undefined;
6505
6546
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6506
6547
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6507
6548
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6508
6549
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6509
6550
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6510
6551
  centerAffix?: boolean | undefined;
6511
- iconColor?: string | boolean | undefined;
6512
6552
  } & {
6513
6553
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6514
6554
  }, {
@@ -6612,13 +6652,13 @@ export declare const VAutocomplete: {
6612
6652
  rounded?: string | number | boolean | undefined;
6613
6653
  baseColor?: string | undefined;
6614
6654
  bgColor?: string | undefined;
6655
+ iconColor?: string | boolean | undefined;
6615
6656
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6616
6657
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6617
6658
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6618
6659
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6619
6660
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6620
6661
  centerAffix?: boolean | undefined;
6621
- iconColor?: string | boolean | undefined;
6622
6662
  } & {
6623
6663
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6624
6664
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6627,7 +6667,7 @@ export declare const VAutocomplete: {
6627
6667
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6628
6668
  modelValue?: unknown;
6629
6669
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6630
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6670
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6631
6671
  _allExposed: {
6632
6672
  reset: () => Promise<void>;
6633
6673
  resetValidation: () => Promise<void>;
@@ -6638,7 +6678,7 @@ export declare const VAutocomplete: {
6638
6678
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6639
6679
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6640
6680
  } | {};
6641
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6681
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6642
6682
  _allExposed: (HTMLInputElement & Omit<Omit<{
6643
6683
  $: import("vue").ComponentInternalInstance;
6644
6684
  $data: {};
@@ -6689,9 +6729,9 @@ export declare const VAutocomplete: {
6689
6729
  baseColor?: string | undefined;
6690
6730
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6691
6731
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6732
+ iconColor?: string | boolean | undefined;
6692
6733
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6693
6734
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6694
- iconColor?: string | boolean | undefined;
6695
6735
  hint?: string | undefined;
6696
6736
  hideDetails?: boolean | "auto" | undefined;
6697
6737
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6745,9 +6785,9 @@ export declare const VAutocomplete: {
6745
6785
  baseColor?: string | undefined;
6746
6786
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6747
6787
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6788
+ iconColor?: string | boolean | undefined;
6748
6789
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6749
6790
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6750
- iconColor?: string | boolean | undefined;
6751
6791
  hint?: string | undefined;
6752
6792
  hideDetails?: boolean | "auto" | undefined;
6753
6793
  } & {}, {
@@ -6848,9 +6888,9 @@ export declare const VAutocomplete: {
6848
6888
  baseColor?: string | undefined;
6849
6889
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6850
6890
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6891
+ iconColor?: string | boolean | undefined;
6851
6892
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6852
6893
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6853
- iconColor?: string | boolean | undefined;
6854
6894
  hint?: string | undefined;
6855
6895
  hideDetails?: boolean | "auto" | undefined;
6856
6896
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6862,7 +6902,7 @@ export declare const VAutocomplete: {
6862
6902
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6863
6903
  modelValue?: unknown;
6864
6904
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6865
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6905
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6866
6906
  $: import("vue").ComponentInternalInstance;
6867
6907
  $data: {};
6868
6908
  $props: Partial<{
@@ -6909,13 +6949,13 @@ export declare const VAutocomplete: {
6909
6949
  rounded?: string | number | boolean | undefined;
6910
6950
  baseColor?: string | undefined;
6911
6951
  bgColor?: string | undefined;
6952
+ iconColor?: string | boolean | undefined;
6912
6953
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6913
6954
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6914
6955
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6915
6956
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6916
6957
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6917
6958
  centerAffix?: boolean | undefined;
6918
- iconColor?: string | boolean | undefined;
6919
6959
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6920
6960
  $attrs: {
6921
6961
  [x: string]: unknown;
@@ -6968,13 +7008,13 @@ export declare const VAutocomplete: {
6968
7008
  rounded?: string | number | boolean | undefined;
6969
7009
  baseColor?: string | undefined;
6970
7010
  bgColor?: string | undefined;
7011
+ iconColor?: string | boolean | undefined;
6971
7012
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6972
7013
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6973
7014
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6974
7015
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6975
7016
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6976
7017
  centerAffix?: boolean | undefined;
6977
- iconColor?: string | boolean | undefined;
6978
7018
  } & {
6979
7019
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6980
7020
  }, {
@@ -7078,13 +7118,13 @@ export declare const VAutocomplete: {
7078
7118
  rounded?: string | number | boolean | undefined;
7079
7119
  baseColor?: string | undefined;
7080
7120
  bgColor?: string | undefined;
7121
+ iconColor?: string | boolean | undefined;
7081
7122
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7082
7123
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7083
7124
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7084
7125
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7085
7126
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7086
7127
  centerAffix?: boolean | undefined;
7087
- iconColor?: string | boolean | undefined;
7088
7128
  } & {
7089
7129
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7090
7130
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7093,7 +7133,7 @@ export declare const VAutocomplete: {
7093
7133
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7094
7134
  modelValue?: unknown;
7095
7135
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7096
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7136
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7097
7137
  _allExposed: {
7098
7138
  reset: () => Promise<void>;
7099
7139
  resetValidation: () => Promise<void>;
@@ -7163,6 +7203,7 @@ export declare const VAutocomplete: {
7163
7203
  hideSelected: boolean;
7164
7204
  menuIcon: import("../../composables/icons.js").IconValue;
7165
7205
  openOnClear: boolean;
7206
+ noAutoScroll: boolean;
7166
7207
  clearOnSelect: boolean;
7167
7208
  }>;
7168
7209
  __isFragment?: never;
@@ -7215,6 +7256,7 @@ export declare const VAutocomplete: {
7215
7256
  hideSelected: boolean;
7216
7257
  menuIcon: import("../../composables/icons.js").IconValue;
7217
7258
  openOnClear: boolean;
7259
+ noAutoScroll: boolean;
7218
7260
  clearOnSelect: boolean;
7219
7261
  } & {
7220
7262
  search?: string | undefined;
@@ -7241,6 +7283,7 @@ export declare const VAutocomplete: {
7241
7283
  bgColor?: string | undefined;
7242
7284
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7243
7285
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7286
+ iconColor?: string | boolean | undefined;
7244
7287
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7245
7288
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7246
7289
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7248,7 +7291,6 @@ export declare const VAutocomplete: {
7248
7291
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7249
7292
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7250
7293
  centerAffix?: boolean | undefined;
7251
- iconColor?: string | boolean | undefined;
7252
7294
  hint?: string | undefined;
7253
7295
  hideDetails?: boolean | "auto" | undefined;
7254
7296
  suffix?: string | undefined;
@@ -7268,6 +7310,7 @@ export declare const VAutocomplete: {
7268
7310
  rounded: string | number | boolean;
7269
7311
  tile: boolean;
7270
7312
  slim: boolean;
7313
+ filterable: boolean;
7271
7314
  activatable: boolean;
7272
7315
  selectable: boolean;
7273
7316
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7285,6 +7328,7 @@ export declare const VAutocomplete: {
7285
7328
  density: import("../../composables/density.js").Density;
7286
7329
  tile: boolean;
7287
7330
  slim: boolean;
7331
+ filterable: boolean;
7288
7332
  activatable: boolean;
7289
7333
  selectable: boolean;
7290
7334
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7316,7 +7360,7 @@ export declare const VAutocomplete: {
7316
7360
  value: boolean;
7317
7361
  path: unknown[];
7318
7362
  }) => any) | undefined;
7319
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
7363
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
7320
7364
  items?: readonly any[] | undefined;
7321
7365
  itemTitle?: SelectItemKey<any>;
7322
7366
  itemValue?: SelectItemKey<any>;
@@ -7499,6 +7543,7 @@ export declare const VAutocomplete: {
7499
7543
  noClickAnimation: boolean;
7500
7544
  scrim: string | boolean;
7501
7545
  submenu: boolean;
7546
+ disableInitialFocus: boolean;
7502
7547
  }> & Omit<{
7503
7548
  location: import("../../util/index.js").Anchor | undefined;
7504
7549
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -7578,6 +7623,7 @@ export declare const VAutocomplete: {
7578
7623
  noClickAnimation: boolean;
7579
7624
  scrim: string | boolean;
7580
7625
  submenu: boolean;
7626
+ disableInitialFocus: boolean;
7581
7627
  offset?: string | number | number[] | undefined;
7582
7628
  id?: string | undefined;
7583
7629
  height?: string | number | undefined;
@@ -7627,7 +7673,7 @@ export declare const VAutocomplete: {
7627
7673
  targetRef: import("../../util/index.js").TemplateRef;
7628
7674
  }) => import("vue").VNodeChild) | undefined;
7629
7675
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7630
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
7676
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu" | "disableInitialFocus">) | undefined;
7631
7677
  itemColor?: string | undefined;
7632
7678
  autoSelectFirst?: boolean | "exact" | undefined;
7633
7679
  } & {
@@ -7729,6 +7775,7 @@ export declare const VAutocomplete: {
7729
7775
  bgColor?: string | undefined;
7730
7776
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7731
7777
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7778
+ iconColor?: string | boolean | undefined;
7732
7779
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7733
7780
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7734
7781
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7737,7 +7784,6 @@ export declare const VAutocomplete: {
7737
7784
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7738
7785
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7739
7786
  centerAffix?: boolean | undefined;
7740
- iconColor?: string | boolean | undefined;
7741
7787
  hint?: string | undefined;
7742
7788
  hideDetails?: boolean | "auto" | undefined;
7743
7789
  suffix?: string | undefined;
@@ -7881,6 +7927,7 @@ export declare const VAutocomplete: {
7881
7927
  bgColor?: string | undefined;
7882
7928
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7883
7929
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7930
+ iconColor?: string | boolean | undefined;
7884
7931
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7885
7932
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7886
7933
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7889,7 +7936,6 @@ export declare const VAutocomplete: {
7889
7936
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7890
7937
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7891
7938
  centerAffix?: boolean | undefined;
7892
- iconColor?: string | boolean | undefined;
7893
7939
  hint?: string | undefined;
7894
7940
  hideDetails?: boolean | "auto" | undefined;
7895
7941
  suffix?: string | undefined;
@@ -8004,9 +8050,9 @@ export declare const VAutocomplete: {
8004
8050
  baseColor?: string | undefined;
8005
8051
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8006
8052
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8053
+ iconColor?: string | boolean | undefined;
8007
8054
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8008
8055
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8009
- iconColor?: string | boolean | undefined;
8010
8056
  hint?: string | undefined;
8011
8057
  hideDetails?: boolean | "auto" | undefined;
8012
8058
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8060,9 +8106,9 @@ export declare const VAutocomplete: {
8060
8106
  baseColor?: string | undefined;
8061
8107
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8062
8108
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8109
+ iconColor?: string | boolean | undefined;
8063
8110
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8064
8111
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8065
- iconColor?: string | boolean | undefined;
8066
8112
  hint?: string | undefined;
8067
8113
  hideDetails?: boolean | "auto" | undefined;
8068
8114
  } & {}, {
@@ -8163,9 +8209,9 @@ export declare const VAutocomplete: {
8163
8209
  baseColor?: string | undefined;
8164
8210
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8165
8211
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8212
+ iconColor?: string | boolean | undefined;
8166
8213
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8167
8214
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8168
- iconColor?: string | boolean | undefined;
8169
8215
  hint?: string | undefined;
8170
8216
  hideDetails?: boolean | "auto" | undefined;
8171
8217
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8177,7 +8223,7 @@ export declare const VAutocomplete: {
8177
8223
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8178
8224
  modelValue?: unknown;
8179
8225
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8180
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8226
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8181
8227
  $: import("vue").ComponentInternalInstance;
8182
8228
  $data: {};
8183
8229
  $props: Partial<{
@@ -8224,13 +8270,13 @@ export declare const VAutocomplete: {
8224
8270
  rounded?: string | number | boolean | undefined;
8225
8271
  baseColor?: string | undefined;
8226
8272
  bgColor?: string | undefined;
8273
+ iconColor?: string | boolean | undefined;
8227
8274
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8228
8275
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8229
8276
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8230
8277
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8231
8278
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8232
8279
  centerAffix?: boolean | undefined;
8233
- iconColor?: string | boolean | undefined;
8234
8280
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8235
8281
  $attrs: {
8236
8282
  [x: string]: unknown;
@@ -8283,13 +8329,13 @@ export declare const VAutocomplete: {
8283
8329
  rounded?: string | number | boolean | undefined;
8284
8330
  baseColor?: string | undefined;
8285
8331
  bgColor?: string | undefined;
8332
+ iconColor?: string | boolean | undefined;
8286
8333
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8287
8334
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8288
8335
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8289
8336
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8290
8337
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8291
8338
  centerAffix?: boolean | undefined;
8292
- iconColor?: string | boolean | undefined;
8293
8339
  } & {
8294
8340
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8295
8341
  }, {
@@ -8393,13 +8439,13 @@ export declare const VAutocomplete: {
8393
8439
  rounded?: string | number | boolean | undefined;
8394
8440
  baseColor?: string | undefined;
8395
8441
  bgColor?: string | undefined;
8442
+ iconColor?: string | boolean | undefined;
8396
8443
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8397
8444
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8398
8445
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8399
8446
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8400
8447
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8401
8448
  centerAffix?: boolean | undefined;
8402
- iconColor?: string | boolean | undefined;
8403
8449
  } & {
8404
8450
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8405
8451
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8408,7 +8454,7 @@ export declare const VAutocomplete: {
8408
8454
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8409
8455
  modelValue?: unknown;
8410
8456
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8411
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8457
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8412
8458
  _allExposed: {
8413
8459
  reset: () => Promise<void>;
8414
8460
  resetValidation: () => Promise<void>;
@@ -8576,6 +8622,7 @@ export declare const VAutocomplete: {
8576
8622
  bgColor?: string | undefined;
8577
8623
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8578
8624
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8625
+ iconColor?: string | boolean | undefined;
8579
8626
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8580
8627
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8581
8628
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8584,7 +8631,6 @@ export declare const VAutocomplete: {
8584
8631
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8585
8632
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8586
8633
  centerAffix?: boolean | undefined;
8587
- iconColor?: string | boolean | undefined;
8588
8634
  hint?: string | undefined;
8589
8635
  hideDetails?: boolean | "auto" | undefined;
8590
8636
  suffix?: string | undefined;
@@ -8699,9 +8745,9 @@ export declare const VAutocomplete: {
8699
8745
  baseColor?: string | undefined;
8700
8746
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8701
8747
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8748
+ iconColor?: string | boolean | undefined;
8702
8749
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8703
8750
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8704
- iconColor?: string | boolean | undefined;
8705
8751
  hint?: string | undefined;
8706
8752
  hideDetails?: boolean | "auto" | undefined;
8707
8753
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8755,9 +8801,9 @@ export declare const VAutocomplete: {
8755
8801
  baseColor?: string | undefined;
8756
8802
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8757
8803
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8804
+ iconColor?: string | boolean | undefined;
8758
8805
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8759
8806
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8760
- iconColor?: string | boolean | undefined;
8761
8807
  hint?: string | undefined;
8762
8808
  hideDetails?: boolean | "auto" | undefined;
8763
8809
  } & {}, {
@@ -8858,9 +8904,9 @@ export declare const VAutocomplete: {
8858
8904
  baseColor?: string | undefined;
8859
8905
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8860
8906
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8907
+ iconColor?: string | boolean | undefined;
8861
8908
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8862
8909
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8863
- iconColor?: string | boolean | undefined;
8864
8910
  hint?: string | undefined;
8865
8911
  hideDetails?: boolean | "auto" | undefined;
8866
8912
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8872,7 +8918,7 @@ export declare const VAutocomplete: {
8872
8918
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8873
8919
  modelValue?: unknown;
8874
8920
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8875
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8921
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8876
8922
  $: import("vue").ComponentInternalInstance;
8877
8923
  $data: {};
8878
8924
  $props: Partial<{
@@ -8919,13 +8965,13 @@ export declare const VAutocomplete: {
8919
8965
  rounded?: string | number | boolean | undefined;
8920
8966
  baseColor?: string | undefined;
8921
8967
  bgColor?: string | undefined;
8968
+ iconColor?: string | boolean | undefined;
8922
8969
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8923
8970
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8924
8971
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8925
8972
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8926
8973
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8927
8974
  centerAffix?: boolean | undefined;
8928
- iconColor?: string | boolean | undefined;
8929
8975
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8930
8976
  $attrs: {
8931
8977
  [x: string]: unknown;
@@ -8978,13 +9024,13 @@ export declare const VAutocomplete: {
8978
9024
  rounded?: string | number | boolean | undefined;
8979
9025
  baseColor?: string | undefined;
8980
9026
  bgColor?: string | undefined;
9027
+ iconColor?: string | boolean | undefined;
8981
9028
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8982
9029
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8983
9030
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8984
9031
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8985
9032
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8986
9033
  centerAffix?: boolean | undefined;
8987
- iconColor?: string | boolean | undefined;
8988
9034
  } & {
8989
9035
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8990
9036
  }, {
@@ -9088,13 +9134,13 @@ export declare const VAutocomplete: {
9088
9134
  rounded?: string | number | boolean | undefined;
9089
9135
  baseColor?: string | undefined;
9090
9136
  bgColor?: string | undefined;
9137
+ iconColor?: string | boolean | undefined;
9091
9138
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9092
9139
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9093
9140
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9094
9141
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9095
9142
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9096
9143
  centerAffix?: boolean | undefined;
9097
- iconColor?: string | boolean | undefined;
9098
9144
  } & {
9099
9145
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9100
9146
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9103,7 +9149,7 @@ export declare const VAutocomplete: {
9103
9149
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9104
9150
  modelValue?: unknown;
9105
9151
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9106
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9152
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9107
9153
  _allExposed: {
9108
9154
  reset: () => Promise<void>;
9109
9155
  resetValidation: () => Promise<void>;
@@ -9114,7 +9160,7 @@ export declare const VAutocomplete: {
9114
9160
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
9115
9161
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
9116
9162
  } | {};
9117
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9163
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9118
9164
  _allExposed: (HTMLInputElement & Omit<Omit<{
9119
9165
  $: import("vue").ComponentInternalInstance;
9120
9166
  $data: {};
@@ -9165,9 +9211,9 @@ export declare const VAutocomplete: {
9165
9211
  baseColor?: string | undefined;
9166
9212
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9167
9213
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9214
+ iconColor?: string | boolean | undefined;
9168
9215
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9169
9216
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9170
- iconColor?: string | boolean | undefined;
9171
9217
  hint?: string | undefined;
9172
9218
  hideDetails?: boolean | "auto" | undefined;
9173
9219
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9221,9 +9267,9 @@ export declare const VAutocomplete: {
9221
9267
  baseColor?: string | undefined;
9222
9268
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9223
9269
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9270
+ iconColor?: string | boolean | undefined;
9224
9271
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9225
9272
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9226
- iconColor?: string | boolean | undefined;
9227
9273
  hint?: string | undefined;
9228
9274
  hideDetails?: boolean | "auto" | undefined;
9229
9275
  } & {}, {
@@ -9324,9 +9370,9 @@ export declare const VAutocomplete: {
9324
9370
  baseColor?: string | undefined;
9325
9371
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9326
9372
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9373
+ iconColor?: string | boolean | undefined;
9327
9374
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9328
9375
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9329
- iconColor?: string | boolean | undefined;
9330
9376
  hint?: string | undefined;
9331
9377
  hideDetails?: boolean | "auto" | undefined;
9332
9378
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9338,7 +9384,7 @@ export declare const VAutocomplete: {
9338
9384
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9339
9385
  modelValue?: unknown;
9340
9386
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9341
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9387
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9342
9388
  $: import("vue").ComponentInternalInstance;
9343
9389
  $data: {};
9344
9390
  $props: Partial<{
@@ -9385,13 +9431,13 @@ export declare const VAutocomplete: {
9385
9431
  rounded?: string | number | boolean | undefined;
9386
9432
  baseColor?: string | undefined;
9387
9433
  bgColor?: string | undefined;
9434
+ iconColor?: string | boolean | undefined;
9388
9435
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9389
9436
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9390
9437
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9391
9438
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9392
9439
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9393
9440
  centerAffix?: boolean | undefined;
9394
- iconColor?: string | boolean | undefined;
9395
9441
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
9396
9442
  $attrs: {
9397
9443
  [x: string]: unknown;
@@ -9444,13 +9490,13 @@ export declare const VAutocomplete: {
9444
9490
  rounded?: string | number | boolean | undefined;
9445
9491
  baseColor?: string | undefined;
9446
9492
  bgColor?: string | undefined;
9493
+ iconColor?: string | boolean | undefined;
9447
9494
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9448
9495
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9449
9496
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9450
9497
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9451
9498
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9452
9499
  centerAffix?: boolean | undefined;
9453
- iconColor?: string | boolean | undefined;
9454
9500
  } & {
9455
9501
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9456
9502
  }, {
@@ -9554,13 +9600,13 @@ export declare const VAutocomplete: {
9554
9600
  rounded?: string | number | boolean | undefined;
9555
9601
  baseColor?: string | undefined;
9556
9602
  bgColor?: string | undefined;
9603
+ iconColor?: string | boolean | undefined;
9557
9604
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9558
9605
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9559
9606
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9560
9607
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9561
9608
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9562
9609
  centerAffix?: boolean | undefined;
9563
- iconColor?: string | boolean | undefined;
9564
9610
  } & {
9565
9611
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9566
9612
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9569,7 +9615,7 @@ export declare const VAutocomplete: {
9569
9615
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9570
9616
  modelValue?: unknown;
9571
9617
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9572
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9618
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9573
9619
  _allExposed: {
9574
9620
  reset: () => Promise<void>;
9575
9621
  resetValidation: () => Promise<void>;
@@ -9595,7 +9641,7 @@ export declare const VAutocomplete: {
9595
9641
  'update:search': (value: any) => true;
9596
9642
  'update:modelValue': (value: any) => true;
9597
9643
  'update:menu': (value: boolean) => true;
9598
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
9644
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
9599
9645
  flat: boolean;
9600
9646
  reverse: boolean;
9601
9647
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -9644,6 +9690,7 @@ export declare const VAutocomplete: {
9644
9690
  hideSelected: boolean;
9645
9691
  menuIcon: import("../../composables/icons.js").IconValue;
9646
9692
  openOnClear: boolean;
9693
+ noAutoScroll: boolean;
9647
9694
  clearOnSelect: boolean;
9648
9695
  }, {}, string, import("vue").SlotsType<Partial<{
9649
9696
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -9674,6 +9721,14 @@ export declare const VAutocomplete: {
9674
9721
  item: ListItem<unknown>;
9675
9722
  index: number;
9676
9723
  }) => import("vue").VNode[];
9724
+ subheader: (arg: {
9725
+ props: Record<string, unknown>;
9726
+ index: number;
9727
+ }) => import("vue").VNode[];
9728
+ divider: (arg: {
9729
+ props: Record<string, unknown>;
9730
+ index: number;
9731
+ }) => import("vue").VNode[];
9677
9732
  'prepend-item': () => import("vue").VNode[];
9678
9733
  'append-item': () => import("vue").VNode[];
9679
9734
  'no-data': () => import("vue").VNode[];
@@ -9701,6 +9756,14 @@ export declare const VAutocomplete: {
9701
9756
  item: ListItem<Item>;
9702
9757
  index: number;
9703
9758
  };
9759
+ subheader: {
9760
+ props: Record<string, unknown>;
9761
+ index: number;
9762
+ };
9763
+ divider: {
9764
+ props: Record<string, unknown>;
9765
+ index: number;
9766
+ };
9704
9767
  "prepend-item": never;
9705
9768
  "append-item": never;
9706
9769
  "no-data": never;
@@ -9798,6 +9861,7 @@ export declare const VAutocomplete: {
9798
9861
  bgColor: StringConstructor;
9799
9862
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9800
9863
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
9864
+ iconColor: (StringConstructor | BooleanConstructor)[];
9801
9865
  clearIcon: {
9802
9866
  type: PropType<import("../../composables/icons.js").IconValue>;
9803
9867
  default: string;
@@ -9813,7 +9877,6 @@ export declare const VAutocomplete: {
9813
9877
  default: undefined;
9814
9878
  };
9815
9879
  glow: BooleanConstructor;
9816
- iconColor: (StringConstructor | BooleanConstructor)[];
9817
9880
  hideSpinButtons: BooleanConstructor;
9818
9881
  hint: StringConstructor;
9819
9882
  persistentHint: BooleanConstructor;
@@ -9882,6 +9945,7 @@ export declare const VAutocomplete: {
9882
9945
  };
9883
9946
  openOnClear: BooleanConstructor;
9884
9947
  itemColor: StringConstructor;
9948
+ noAutoScroll: BooleanConstructor;
9885
9949
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
9886
9950
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
9887
9951
  filterKeys: {
@@ -9992,6 +10056,7 @@ export declare const VAutocomplete: {
9992
10056
  bgColor: StringConstructor;
9993
10057
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9994
10058
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
10059
+ iconColor: (StringConstructor | BooleanConstructor)[];
9995
10060
  clearIcon: {
9996
10061
  type: PropType<import("../../composables/icons.js").IconValue>;
9997
10062
  default: string;
@@ -10007,7 +10072,6 @@ export declare const VAutocomplete: {
10007
10072
  default: undefined;
10008
10073
  };
10009
10074
  glow: BooleanConstructor;
10010
- iconColor: (StringConstructor | BooleanConstructor)[];
10011
10075
  hideSpinButtons: BooleanConstructor;
10012
10076
  hint: StringConstructor;
10013
10077
  persistentHint: BooleanConstructor;
@@ -10076,6 +10140,7 @@ export declare const VAutocomplete: {
10076
10140
  };
10077
10141
  openOnClear: BooleanConstructor;
10078
10142
  itemColor: StringConstructor;
10143
+ noAutoScroll: BooleanConstructor;
10079
10144
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
10080
10145
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
10081
10146
  filterKeys: {