@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 makeVComboboxProps: <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 makeVComboboxProps: <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 makeVComboboxProps: <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 makeVComboboxProps: <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 makeVComboboxProps: <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"];
@@ -616,6 +617,7 @@ export declare const makeVComboboxProps: <Defaults extends {
616
617
  rounded: string | number | boolean;
617
618
  tile: boolean;
618
619
  slim: boolean;
620
+ filterable: boolean;
619
621
  activatable: boolean;
620
622
  selectable: boolean;
621
623
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -633,6 +635,7 @@ export declare const makeVComboboxProps: <Defaults extends {
633
635
  density: import("../../composables/density.js").Density;
634
636
  tile: boolean;
635
637
  slim: boolean;
638
+ filterable: boolean;
636
639
  activatable: boolean;
637
640
  selectable: boolean;
638
641
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -664,7 +667,7 @@ export declare const makeVComboboxProps: <Defaults extends {
664
667
  value: boolean;
665
668
  path: unknown[];
666
669
  }) => any) | undefined;
667
- } & 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"> & {
670
+ } & 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"> & {
668
671
  items?: readonly any[] | undefined;
669
672
  itemTitle?: SelectItemKey<any>;
670
673
  itemValue?: SelectItemKey<any>;
@@ -779,6 +782,7 @@ export declare const makeVComboboxProps: <Defaults extends {
779
782
  rounded: string | number | boolean;
780
783
  tile: boolean;
781
784
  slim: boolean;
785
+ filterable: boolean;
782
786
  activatable: boolean;
783
787
  selectable: boolean;
784
788
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -796,6 +800,7 @@ export declare const makeVComboboxProps: <Defaults extends {
796
800
  density: import("../../composables/density.js").Density;
797
801
  tile: boolean;
798
802
  slim: boolean;
803
+ filterable: boolean;
799
804
  activatable: boolean;
800
805
  selectable: boolean;
801
806
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -827,7 +832,7 @@ export declare const makeVComboboxProps: <Defaults extends {
827
832
  value: boolean;
828
833
  path: unknown[];
829
834
  }) => any) | undefined;
830
- } & 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"> & {
835
+ } & 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"> & {
831
836
  items?: readonly any[] | undefined;
832
837
  itemTitle?: SelectItemKey<any>;
833
838
  itemValue?: SelectItemKey<any>;
@@ -943,6 +948,7 @@ export declare const makeVComboboxProps: <Defaults extends {
943
948
  rounded: string | number | boolean;
944
949
  tile: boolean;
945
950
  slim: boolean;
951
+ filterable: boolean;
946
952
  activatable: boolean;
947
953
  selectable: boolean;
948
954
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -960,6 +966,7 @@ export declare const makeVComboboxProps: <Defaults extends {
960
966
  density: import("../../composables/density.js").Density;
961
967
  tile: boolean;
962
968
  slim: boolean;
969
+ filterable: boolean;
963
970
  activatable: boolean;
964
971
  selectable: boolean;
965
972
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -991,7 +998,7 @@ export declare const makeVComboboxProps: <Defaults extends {
991
998
  value: boolean;
992
999
  path: unknown[];
993
1000
  }) => any) | undefined;
994
- } & 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"> & {
1001
+ } & 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"> & {
995
1002
  items?: readonly any[] | undefined;
996
1003
  itemTitle?: SelectItemKey<any>;
997
1004
  itemValue?: SelectItemKey<any>;
@@ -1106,6 +1113,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1106
1113
  rounded: string | number | boolean;
1107
1114
  tile: boolean;
1108
1115
  slim: boolean;
1116
+ filterable: boolean;
1109
1117
  activatable: boolean;
1110
1118
  selectable: boolean;
1111
1119
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1123,6 +1131,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1123
1131
  density: import("../../composables/density.js").Density;
1124
1132
  tile: boolean;
1125
1133
  slim: boolean;
1134
+ filterable: boolean;
1126
1135
  activatable: boolean;
1127
1136
  selectable: boolean;
1128
1137
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1154,7 +1163,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1154
1163
  value: boolean;
1155
1164
  path: unknown[];
1156
1165
  }) => any) | undefined;
1157
- } & 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"> & {
1166
+ } & 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"> & {
1158
1167
  items?: readonly any[] | undefined;
1159
1168
  itemTitle?: SelectItemKey<any>;
1160
1169
  itemValue?: SelectItemKey<any>;
@@ -1357,6 +1366,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1357
1366
  noClickAnimation: boolean;
1358
1367
  scrim: string | boolean;
1359
1368
  submenu: boolean;
1369
+ disableInitialFocus: boolean;
1360
1370
  }> & Omit<{
1361
1371
  location: import("../../util/index.js").Anchor | undefined;
1362
1372
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1436,6 +1446,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1436
1446
  noClickAnimation: boolean;
1437
1447
  scrim: string | boolean;
1438
1448
  submenu: boolean;
1449
+ disableInitialFocus: boolean;
1439
1450
  offset?: string | number | number[] | undefined;
1440
1451
  id?: string | undefined;
1441
1452
  height?: string | number | undefined;
@@ -1485,7 +1496,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1485
1496
  targetRef: import("../../util/index.js").TemplateRef;
1486
1497
  }) => import("vue").VNodeChild) | undefined;
1487
1498
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1488
- } & 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<{
1499
+ } & 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<{
1489
1500
  location: import("../../util/index.js").Anchor | undefined;
1490
1501
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1491
1502
  transition: string | boolean | (import("vue").TransitionProps & {
@@ -1566,6 +1577,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1566
1577
  noClickAnimation: boolean;
1567
1578
  scrim: string | boolean;
1568
1579
  submenu: boolean;
1580
+ disableInitialFocus: boolean;
1569
1581
  }> & Omit<{
1570
1582
  location: import("../../util/index.js").Anchor | undefined;
1571
1583
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1645,6 +1657,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1645
1657
  noClickAnimation: boolean;
1646
1658
  scrim: string | boolean;
1647
1659
  submenu: boolean;
1660
+ disableInitialFocus: boolean;
1648
1661
  offset?: string | number | number[] | undefined;
1649
1662
  id?: string | undefined;
1650
1663
  height?: string | number | undefined;
@@ -1694,7 +1707,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1694
1707
  targetRef: import("../../util/index.js").TemplateRef;
1695
1708
  }) => import("vue").VNodeChild) | undefined;
1696
1709
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1697
- } & 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"]>;
1710
+ } & 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"]>;
1698
1711
  default: unknown extends Defaults["menuProps"] ? Partial<{
1699
1712
  location: import("../../util/index.js").Anchor | undefined;
1700
1713
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1776,6 +1789,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1776
1789
  noClickAnimation: boolean;
1777
1790
  scrim: string | boolean;
1778
1791
  submenu: boolean;
1792
+ disableInitialFocus: boolean;
1779
1793
  }> & Omit<{
1780
1794
  location: import("../../util/index.js").Anchor | undefined;
1781
1795
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -1855,6 +1869,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1855
1869
  noClickAnimation: boolean;
1856
1870
  scrim: string | boolean;
1857
1871
  submenu: boolean;
1872
+ disableInitialFocus: boolean;
1858
1873
  offset?: string | number | number[] | undefined;
1859
1874
  id?: string | undefined;
1860
1875
  height?: string | number | undefined;
@@ -1904,7 +1919,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1904
1919
  targetRef: import("../../util/index.js").TemplateRef;
1905
1920
  }) => import("vue").VNodeChild) | undefined;
1906
1921
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1907
- } & 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<{
1922
+ } & 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<{
1908
1923
  location: import("../../util/index.js").Anchor | undefined;
1909
1924
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1910
1925
  transition: string | boolean | (import("vue").TransitionProps & {
@@ -1985,6 +2000,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1985
2000
  noClickAnimation: boolean;
1986
2001
  scrim: string | boolean;
1987
2002
  submenu: boolean;
2003
+ disableInitialFocus: boolean;
1988
2004
  }> & Omit<{
1989
2005
  location: import("../../util/index.js").Anchor | undefined;
1990
2006
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -2064,6 +2080,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2064
2080
  noClickAnimation: boolean;
2065
2081
  scrim: string | boolean;
2066
2082
  submenu: boolean;
2083
+ disableInitialFocus: boolean;
2067
2084
  offset?: string | number | number[] | undefined;
2068
2085
  id?: string | undefined;
2069
2086
  height?: string | number | undefined;
@@ -2113,7 +2130,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2113
2130
  targetRef: import("../../util/index.js").TemplateRef;
2114
2131
  }) => import("vue").VNodeChild) | undefined;
2115
2132
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2116
- } & 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"];
2133
+ } & 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"];
2117
2134
  };
2118
2135
  multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : {
2119
2136
  type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
@@ -2137,6 +2154,10 @@ export declare const makeVComboboxProps: <Defaults extends {
2137
2154
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
2138
2155
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
2139
2156
  };
2157
+ noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
2158
+ type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
2159
+ default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
2160
+ };
2140
2161
  customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
2141
2162
  type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
2142
2163
  default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
@@ -2241,6 +2262,7 @@ export declare const VCombobox: {
2241
2262
  hideSelected: boolean;
2242
2263
  menuIcon: import("../../composables/icons.js").IconValue;
2243
2264
  openOnClear: boolean;
2265
+ noAutoScroll: boolean;
2244
2266
  clearOnSelect: boolean;
2245
2267
  } & {
2246
2268
  name?: string | undefined;
@@ -2267,6 +2289,7 @@ export declare const VCombobox: {
2267
2289
  bgColor?: string | undefined;
2268
2290
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2269
2291
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2292
+ iconColor?: string | boolean | undefined;
2270
2293
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2271
2294
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2272
2295
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2274,7 +2297,6 @@ export declare const VCombobox: {
2274
2297
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2275
2298
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2276
2299
  centerAffix?: boolean | undefined;
2277
- iconColor?: string | boolean | undefined;
2278
2300
  hint?: string | undefined;
2279
2301
  hideDetails?: boolean | "auto" | undefined;
2280
2302
  suffix?: string | undefined;
@@ -2294,6 +2316,7 @@ export declare const VCombobox: {
2294
2316
  rounded: string | number | boolean;
2295
2317
  tile: boolean;
2296
2318
  slim: boolean;
2319
+ filterable: boolean;
2297
2320
  activatable: boolean;
2298
2321
  selectable: boolean;
2299
2322
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2311,6 +2334,7 @@ export declare const VCombobox: {
2311
2334
  density: import("../../composables/density.js").Density;
2312
2335
  tile: boolean;
2313
2336
  slim: boolean;
2337
+ filterable: boolean;
2314
2338
  activatable: boolean;
2315
2339
  selectable: boolean;
2316
2340
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2342,7 +2366,7 @@ export declare const VCombobox: {
2342
2366
  value: boolean;
2343
2367
  path: unknown[];
2344
2368
  }) => any) | undefined;
2345
- } & 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"> & {
2369
+ } & 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"> & {
2346
2370
  items?: readonly any[] | undefined;
2347
2371
  itemTitle?: SelectItemKey<any>;
2348
2372
  itemValue?: SelectItemKey<any>;
@@ -2525,6 +2549,7 @@ export declare const VCombobox: {
2525
2549
  noClickAnimation: boolean;
2526
2550
  scrim: string | boolean;
2527
2551
  submenu: boolean;
2552
+ disableInitialFocus: boolean;
2528
2553
  }> & Omit<{
2529
2554
  location: import("../../util/index.js").Anchor | undefined;
2530
2555
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -2604,6 +2629,7 @@ export declare const VCombobox: {
2604
2629
  noClickAnimation: boolean;
2605
2630
  scrim: string | boolean;
2606
2631
  submenu: boolean;
2632
+ disableInitialFocus: boolean;
2607
2633
  offset?: string | number | number[] | undefined;
2608
2634
  id?: string | undefined;
2609
2635
  height?: string | number | undefined;
@@ -2653,7 +2679,7 @@ export declare const VCombobox: {
2653
2679
  targetRef: import("../../util/index.js").TemplateRef;
2654
2680
  }) => import("vue").VNodeChild) | undefined;
2655
2681
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2656
- } & 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;
2682
+ } & 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;
2657
2683
  itemColor?: string | undefined;
2658
2684
  autoSelectFirst?: boolean | "exact" | undefined;
2659
2685
  } & {
@@ -2754,6 +2780,7 @@ export declare const VCombobox: {
2754
2780
  bgColor?: string | undefined;
2755
2781
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2756
2782
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2783
+ iconColor?: string | boolean | undefined;
2757
2784
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2758
2785
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2759
2786
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2762,7 +2789,6 @@ export declare const VCombobox: {
2762
2789
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2763
2790
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2764
2791
  centerAffix?: boolean | undefined;
2765
- iconColor?: string | boolean | undefined;
2766
2792
  hint?: string | undefined;
2767
2793
  hideDetails?: boolean | "auto" | undefined;
2768
2794
  suffix?: string | undefined;
@@ -2906,6 +2932,7 @@ export declare const VCombobox: {
2906
2932
  bgColor?: string | undefined;
2907
2933
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2908
2934
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2935
+ iconColor?: string | boolean | undefined;
2909
2936
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2910
2937
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2911
2938
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2914,7 +2941,6 @@ export declare const VCombobox: {
2914
2941
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2915
2942
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2916
2943
  centerAffix?: boolean | undefined;
2917
- iconColor?: string | boolean | undefined;
2918
2944
  hint?: string | undefined;
2919
2945
  hideDetails?: boolean | "auto" | undefined;
2920
2946
  suffix?: string | undefined;
@@ -3029,9 +3055,9 @@ export declare const VCombobox: {
3029
3055
  baseColor?: string | undefined;
3030
3056
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3031
3057
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3058
+ iconColor?: string | boolean | undefined;
3032
3059
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3033
3060
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3034
- iconColor?: string | boolean | undefined;
3035
3061
  hint?: string | undefined;
3036
3062
  hideDetails?: boolean | "auto" | undefined;
3037
3063
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3085,9 +3111,9 @@ export declare const VCombobox: {
3085
3111
  baseColor?: string | undefined;
3086
3112
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3087
3113
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3114
+ iconColor?: string | boolean | undefined;
3088
3115
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3089
3116
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3090
- iconColor?: string | boolean | undefined;
3091
3117
  hint?: string | undefined;
3092
3118
  hideDetails?: boolean | "auto" | undefined;
3093
3119
  } & {}, {
@@ -3188,9 +3214,9 @@ export declare const VCombobox: {
3188
3214
  baseColor?: string | undefined;
3189
3215
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3190
3216
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3217
+ iconColor?: string | boolean | undefined;
3191
3218
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3192
3219
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3193
- iconColor?: string | boolean | undefined;
3194
3220
  hint?: string | undefined;
3195
3221
  hideDetails?: boolean | "auto" | undefined;
3196
3222
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3202,7 +3228,7 @@ export declare const VCombobox: {
3202
3228
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3203
3229
  modelValue?: unknown;
3204
3230
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3205
- }, 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<{
3231
+ }, 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<{
3206
3232
  $: import("vue").ComponentInternalInstance;
3207
3233
  $data: {};
3208
3234
  $props: Partial<{
@@ -3249,13 +3275,13 @@ export declare const VCombobox: {
3249
3275
  rounded?: string | number | boolean | undefined;
3250
3276
  baseColor?: string | undefined;
3251
3277
  bgColor?: string | undefined;
3278
+ iconColor?: string | boolean | undefined;
3252
3279
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3253
3280
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3254
3281
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3255
3282
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3256
3283
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3257
3284
  centerAffix?: boolean | undefined;
3258
- iconColor?: string | boolean | undefined;
3259
3285
  } & 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">;
3260
3286
  $attrs: {
3261
3287
  [x: string]: unknown;
@@ -3308,13 +3334,13 @@ export declare const VCombobox: {
3308
3334
  rounded?: string | number | boolean | undefined;
3309
3335
  baseColor?: string | undefined;
3310
3336
  bgColor?: string | undefined;
3337
+ iconColor?: string | boolean | undefined;
3311
3338
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3312
3339
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3313
3340
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3314
3341
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3315
3342
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3316
3343
  centerAffix?: boolean | undefined;
3317
- iconColor?: string | boolean | undefined;
3318
3344
  } & {
3319
3345
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3320
3346
  }, {
@@ -3418,13 +3444,13 @@ export declare const VCombobox: {
3418
3444
  rounded?: string | number | boolean | undefined;
3419
3445
  baseColor?: string | undefined;
3420
3446
  bgColor?: string | undefined;
3447
+ iconColor?: string | boolean | undefined;
3421
3448
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3422
3449
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3423
3450
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3424
3451
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3425
3452
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3426
3453
  centerAffix?: boolean | undefined;
3427
- iconColor?: string | boolean | undefined;
3428
3454
  } & {
3429
3455
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3430
3456
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3433,7 +3459,7 @@ export declare const VCombobox: {
3433
3459
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3434
3460
  modelValue?: unknown;
3435
3461
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3436
- }, 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}`> & {
3462
+ }, 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}`> & {
3437
3463
  _allExposed: {
3438
3464
  reset: () => Promise<void>;
3439
3465
  resetValidation: () => Promise<void>;
@@ -3601,6 +3627,7 @@ export declare const VCombobox: {
3601
3627
  bgColor?: string | undefined;
3602
3628
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3603
3629
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3630
+ iconColor?: string | boolean | undefined;
3604
3631
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3605
3632
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3606
3633
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3609,7 +3636,6 @@ export declare const VCombobox: {
3609
3636
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3610
3637
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3611
3638
  centerAffix?: boolean | undefined;
3612
- iconColor?: string | boolean | undefined;
3613
3639
  hint?: string | undefined;
3614
3640
  hideDetails?: boolean | "auto" | undefined;
3615
3641
  suffix?: string | undefined;
@@ -3724,9 +3750,9 @@ export declare const VCombobox: {
3724
3750
  baseColor?: string | undefined;
3725
3751
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3726
3752
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3753
+ iconColor?: string | boolean | undefined;
3727
3754
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3728
3755
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3729
- iconColor?: string | boolean | undefined;
3730
3756
  hint?: string | undefined;
3731
3757
  hideDetails?: boolean | "auto" | undefined;
3732
3758
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3780,9 +3806,9 @@ export declare const VCombobox: {
3780
3806
  baseColor?: string | undefined;
3781
3807
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3782
3808
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3809
+ iconColor?: string | boolean | undefined;
3783
3810
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3784
3811
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3785
- iconColor?: string | boolean | undefined;
3786
3812
  hint?: string | undefined;
3787
3813
  hideDetails?: boolean | "auto" | undefined;
3788
3814
  } & {}, {
@@ -3883,9 +3909,9 @@ export declare const VCombobox: {
3883
3909
  baseColor?: string | undefined;
3884
3910
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3885
3911
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3912
+ iconColor?: string | boolean | undefined;
3886
3913
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3887
3914
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3888
- iconColor?: string | boolean | undefined;
3889
3915
  hint?: string | undefined;
3890
3916
  hideDetails?: boolean | "auto" | undefined;
3891
3917
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3897,7 +3923,7 @@ export declare const VCombobox: {
3897
3923
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3898
3924
  modelValue?: unknown;
3899
3925
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3900
- }, 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<{
3926
+ }, 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<{
3901
3927
  $: import("vue").ComponentInternalInstance;
3902
3928
  $data: {};
3903
3929
  $props: Partial<{
@@ -3944,13 +3970,13 @@ export declare const VCombobox: {
3944
3970
  rounded?: string | number | boolean | undefined;
3945
3971
  baseColor?: string | undefined;
3946
3972
  bgColor?: string | undefined;
3973
+ iconColor?: string | boolean | undefined;
3947
3974
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3948
3975
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3949
3976
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3950
3977
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3951
3978
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3952
3979
  centerAffix?: boolean | undefined;
3953
- iconColor?: string | boolean | undefined;
3954
3980
  } & 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">;
3955
3981
  $attrs: {
3956
3982
  [x: string]: unknown;
@@ -4003,13 +4029,13 @@ export declare const VCombobox: {
4003
4029
  rounded?: string | number | boolean | undefined;
4004
4030
  baseColor?: string | undefined;
4005
4031
  bgColor?: string | undefined;
4032
+ iconColor?: string | boolean | undefined;
4006
4033
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4007
4034
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4008
4035
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4009
4036
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4010
4037
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4011
4038
  centerAffix?: boolean | undefined;
4012
- iconColor?: string | boolean | undefined;
4013
4039
  } & {
4014
4040
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4015
4041
  }, {
@@ -4113,13 +4139,13 @@ export declare const VCombobox: {
4113
4139
  rounded?: string | number | boolean | undefined;
4114
4140
  baseColor?: string | undefined;
4115
4141
  bgColor?: string | undefined;
4142
+ iconColor?: string | boolean | undefined;
4116
4143
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4117
4144
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4118
4145
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4119
4146
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4120
4147
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4121
4148
  centerAffix?: boolean | undefined;
4122
- iconColor?: string | boolean | undefined;
4123
4149
  } & {
4124
4150
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4125
4151
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4128,7 +4154,7 @@ export declare const VCombobox: {
4128
4154
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4129
4155
  modelValue?: unknown;
4130
4156
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4131
- }, 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}`> & {
4157
+ }, 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}`> & {
4132
4158
  _allExposed: {
4133
4159
  reset: () => Promise<void>;
4134
4160
  resetValidation: () => Promise<void>;
@@ -4139,7 +4165,7 @@ export declare const VCombobox: {
4139
4165
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4140
4166
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4141
4167
  } | {};
4142
- }> & {} & 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}`> & {
4168
+ }> & {} & 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}`> & {
4143
4169
  _allExposed: (HTMLInputElement & Omit<Omit<{
4144
4170
  $: import("vue").ComponentInternalInstance;
4145
4171
  $data: {};
@@ -4190,9 +4216,9 @@ export declare const VCombobox: {
4190
4216
  baseColor?: string | undefined;
4191
4217
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4192
4218
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4219
+ iconColor?: string | boolean | undefined;
4193
4220
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4194
4221
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4195
- iconColor?: string | boolean | undefined;
4196
4222
  hint?: string | undefined;
4197
4223
  hideDetails?: boolean | "auto" | undefined;
4198
4224
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4246,9 +4272,9 @@ export declare const VCombobox: {
4246
4272
  baseColor?: string | undefined;
4247
4273
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4248
4274
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4275
+ iconColor?: string | boolean | undefined;
4249
4276
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4250
4277
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4251
- iconColor?: string | boolean | undefined;
4252
4278
  hint?: string | undefined;
4253
4279
  hideDetails?: boolean | "auto" | undefined;
4254
4280
  } & {}, {
@@ -4349,9 +4375,9 @@ export declare const VCombobox: {
4349
4375
  baseColor?: string | undefined;
4350
4376
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4351
4377
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4378
+ iconColor?: string | boolean | undefined;
4352
4379
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4353
4380
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4354
- iconColor?: string | boolean | undefined;
4355
4381
  hint?: string | undefined;
4356
4382
  hideDetails?: boolean | "auto" | undefined;
4357
4383
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4363,7 +4389,7 @@ export declare const VCombobox: {
4363
4389
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4364
4390
  modelValue?: unknown;
4365
4391
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4366
- }, 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<{
4392
+ }, 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<{
4367
4393
  $: import("vue").ComponentInternalInstance;
4368
4394
  $data: {};
4369
4395
  $props: Partial<{
@@ -4410,13 +4436,13 @@ export declare const VCombobox: {
4410
4436
  rounded?: string | number | boolean | undefined;
4411
4437
  baseColor?: string | undefined;
4412
4438
  bgColor?: string | undefined;
4439
+ iconColor?: string | boolean | undefined;
4413
4440
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4414
4441
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4415
4442
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4416
4443
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4417
4444
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4418
4445
  centerAffix?: boolean | undefined;
4419
- iconColor?: string | boolean | undefined;
4420
4446
  } & 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">;
4421
4447
  $attrs: {
4422
4448
  [x: string]: unknown;
@@ -4469,13 +4495,13 @@ export declare const VCombobox: {
4469
4495
  rounded?: string | number | boolean | undefined;
4470
4496
  baseColor?: string | undefined;
4471
4497
  bgColor?: string | undefined;
4498
+ iconColor?: string | boolean | undefined;
4472
4499
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4473
4500
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4474
4501
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4475
4502
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4476
4503
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4477
4504
  centerAffix?: boolean | undefined;
4478
- iconColor?: string | boolean | undefined;
4479
4505
  } & {
4480
4506
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4481
4507
  }, {
@@ -4579,13 +4605,13 @@ export declare const VCombobox: {
4579
4605
  rounded?: string | number | boolean | undefined;
4580
4606
  baseColor?: string | undefined;
4581
4607
  bgColor?: string | undefined;
4608
+ iconColor?: string | boolean | undefined;
4582
4609
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4583
4610
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4584
4611
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4585
4612
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4586
4613
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4587
4614
  centerAffix?: boolean | undefined;
4588
- iconColor?: string | boolean | undefined;
4589
4615
  } & {
4590
4616
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4591
4617
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4594,7 +4620,7 @@ export declare const VCombobox: {
4594
4620
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4595
4621
  modelValue?: unknown;
4596
4622
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4597
- }, 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}`> & {
4623
+ }, 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}`> & {
4598
4624
  _allExposed: {
4599
4625
  reset: () => Promise<void>;
4600
4626
  resetValidation: () => Promise<void>;
@@ -4619,7 +4645,7 @@ export declare const VCombobox: {
4619
4645
  'update:modelValue': (value: any) => true;
4620
4646
  'update:search': (value: string) => true;
4621
4647
  'update:menu': (value: boolean) => true;
4622
- }, "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, {
4648
+ }, "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, {
4623
4649
  flat: boolean;
4624
4650
  reverse: boolean;
4625
4651
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -4668,6 +4694,7 @@ export declare const VCombobox: {
4668
4694
  hideSelected: boolean;
4669
4695
  menuIcon: import("../../composables/icons.js").IconValue;
4670
4696
  openOnClear: boolean;
4697
+ noAutoScroll: boolean;
4671
4698
  clearOnSelect: boolean;
4672
4699
  }, true, {}, import("vue").SlotsType<Partial<{
4673
4700
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -4698,6 +4725,14 @@ export declare const VCombobox: {
4698
4725
  item: ListItem<unknown>;
4699
4726
  index: number;
4700
4727
  }) => import("vue").VNode[];
4728
+ subheader: (arg: {
4729
+ props: Record<string, unknown>;
4730
+ index: number;
4731
+ }) => import("vue").VNode[];
4732
+ divider: (arg: {
4733
+ props: Record<string, unknown>;
4734
+ index: number;
4735
+ }) => import("vue").VNode[];
4701
4736
  'prepend-item': () => import("vue").VNode[];
4702
4737
  'append-item': () => import("vue").VNode[];
4703
4738
  'no-data': () => import("vue").VNode[];
@@ -4755,6 +4790,7 @@ export declare const VCombobox: {
4755
4790
  hideSelected: boolean;
4756
4791
  menuIcon: import("../../composables/icons.js").IconValue;
4757
4792
  openOnClear: boolean;
4793
+ noAutoScroll: boolean;
4758
4794
  clearOnSelect: boolean;
4759
4795
  } & {
4760
4796
  name?: string | undefined;
@@ -4781,6 +4817,7 @@ export declare const VCombobox: {
4781
4817
  bgColor?: string | undefined;
4782
4818
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4783
4819
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4820
+ iconColor?: string | boolean | undefined;
4784
4821
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4785
4822
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4786
4823
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4788,7 +4825,6 @@ export declare const VCombobox: {
4788
4825
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4789
4826
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4790
4827
  centerAffix?: boolean | undefined;
4791
- iconColor?: string | boolean | undefined;
4792
4828
  hint?: string | undefined;
4793
4829
  hideDetails?: boolean | "auto" | undefined;
4794
4830
  suffix?: string | undefined;
@@ -4808,6 +4844,7 @@ export declare const VCombobox: {
4808
4844
  rounded: string | number | boolean;
4809
4845
  tile: boolean;
4810
4846
  slim: boolean;
4847
+ filterable: boolean;
4811
4848
  activatable: boolean;
4812
4849
  selectable: boolean;
4813
4850
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4825,6 +4862,7 @@ export declare const VCombobox: {
4825
4862
  density: import("../../composables/density.js").Density;
4826
4863
  tile: boolean;
4827
4864
  slim: boolean;
4865
+ filterable: boolean;
4828
4866
  activatable: boolean;
4829
4867
  selectable: boolean;
4830
4868
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4856,7 +4894,7 @@ export declare const VCombobox: {
4856
4894
  value: boolean;
4857
4895
  path: unknown[];
4858
4896
  }) => any) | undefined;
4859
- } & 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"> & {
4897
+ } & 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"> & {
4860
4898
  items?: readonly any[] | undefined;
4861
4899
  itemTitle?: SelectItemKey<any>;
4862
4900
  itemValue?: SelectItemKey<any>;
@@ -5039,6 +5077,7 @@ export declare const VCombobox: {
5039
5077
  noClickAnimation: boolean;
5040
5078
  scrim: string | boolean;
5041
5079
  submenu: boolean;
5080
+ disableInitialFocus: boolean;
5042
5081
  }> & Omit<{
5043
5082
  location: import("../../util/index.js").Anchor | undefined;
5044
5083
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -5118,6 +5157,7 @@ export declare const VCombobox: {
5118
5157
  noClickAnimation: boolean;
5119
5158
  scrim: string | boolean;
5120
5159
  submenu: boolean;
5160
+ disableInitialFocus: boolean;
5121
5161
  offset?: string | number | number[] | undefined;
5122
5162
  id?: string | undefined;
5123
5163
  height?: string | number | undefined;
@@ -5167,7 +5207,7 @@ export declare const VCombobox: {
5167
5207
  targetRef: import("../../util/index.js").TemplateRef;
5168
5208
  }) => import("vue").VNodeChild) | undefined;
5169
5209
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5170
- } & 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;
5210
+ } & 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;
5171
5211
  itemColor?: string | undefined;
5172
5212
  autoSelectFirst?: boolean | "exact" | undefined;
5173
5213
  } & {
@@ -5268,6 +5308,7 @@ export declare const VCombobox: {
5268
5308
  bgColor?: string | undefined;
5269
5309
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5270
5310
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5311
+ iconColor?: string | boolean | undefined;
5271
5312
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5272
5313
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5273
5314
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5276,7 +5317,6 @@ export declare const VCombobox: {
5276
5317
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5277
5318
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5278
5319
  centerAffix?: boolean | undefined;
5279
- iconColor?: string | boolean | undefined;
5280
5320
  hint?: string | undefined;
5281
5321
  hideDetails?: boolean | "auto" | undefined;
5282
5322
  suffix?: string | undefined;
@@ -5420,6 +5460,7 @@ export declare const VCombobox: {
5420
5460
  bgColor?: string | undefined;
5421
5461
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5422
5462
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5463
+ iconColor?: string | boolean | undefined;
5423
5464
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5424
5465
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5425
5466
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5428,7 +5469,6 @@ export declare const VCombobox: {
5428
5469
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5429
5470
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5430
5471
  centerAffix?: boolean | undefined;
5431
- iconColor?: string | boolean | undefined;
5432
5472
  hint?: string | undefined;
5433
5473
  hideDetails?: boolean | "auto" | undefined;
5434
5474
  suffix?: string | undefined;
@@ -5543,9 +5583,9 @@ export declare const VCombobox: {
5543
5583
  baseColor?: string | undefined;
5544
5584
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5545
5585
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5586
+ iconColor?: string | boolean | undefined;
5546
5587
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5547
5588
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5548
- iconColor?: string | boolean | undefined;
5549
5589
  hint?: string | undefined;
5550
5590
  hideDetails?: boolean | "auto" | undefined;
5551
5591
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5599,9 +5639,9 @@ export declare const VCombobox: {
5599
5639
  baseColor?: string | undefined;
5600
5640
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5601
5641
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5642
+ iconColor?: string | boolean | undefined;
5602
5643
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5603
5644
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5604
- iconColor?: string | boolean | undefined;
5605
5645
  hint?: string | undefined;
5606
5646
  hideDetails?: boolean | "auto" | undefined;
5607
5647
  } & {}, {
@@ -5702,9 +5742,9 @@ export declare const VCombobox: {
5702
5742
  baseColor?: string | undefined;
5703
5743
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5704
5744
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5745
+ iconColor?: string | boolean | undefined;
5705
5746
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5706
5747
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5707
- iconColor?: string | boolean | undefined;
5708
5748
  hint?: string | undefined;
5709
5749
  hideDetails?: boolean | "auto" | undefined;
5710
5750
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5716,7 +5756,7 @@ export declare const VCombobox: {
5716
5756
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5717
5757
  modelValue?: unknown;
5718
5758
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5719
- }, 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<{
5759
+ }, 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<{
5720
5760
  $: import("vue").ComponentInternalInstance;
5721
5761
  $data: {};
5722
5762
  $props: Partial<{
@@ -5763,13 +5803,13 @@ export declare const VCombobox: {
5763
5803
  rounded?: string | number | boolean | undefined;
5764
5804
  baseColor?: string | undefined;
5765
5805
  bgColor?: string | undefined;
5806
+ iconColor?: string | boolean | undefined;
5766
5807
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5767
5808
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5768
5809
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5769
5810
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5770
5811
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5771
5812
  centerAffix?: boolean | undefined;
5772
- iconColor?: string | boolean | undefined;
5773
5813
  } & 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">;
5774
5814
  $attrs: {
5775
5815
  [x: string]: unknown;
@@ -5822,13 +5862,13 @@ export declare const VCombobox: {
5822
5862
  rounded?: string | number | boolean | undefined;
5823
5863
  baseColor?: string | undefined;
5824
5864
  bgColor?: string | undefined;
5865
+ iconColor?: string | boolean | undefined;
5825
5866
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5826
5867
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5827
5868
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5828
5869
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5829
5870
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5830
5871
  centerAffix?: boolean | undefined;
5831
- iconColor?: string | boolean | undefined;
5832
5872
  } & {
5833
5873
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5834
5874
  }, {
@@ -5932,13 +5972,13 @@ export declare const VCombobox: {
5932
5972
  rounded?: string | number | boolean | undefined;
5933
5973
  baseColor?: string | undefined;
5934
5974
  bgColor?: string | undefined;
5975
+ iconColor?: string | boolean | undefined;
5935
5976
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5936
5977
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5937
5978
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5938
5979
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5939
5980
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5940
5981
  centerAffix?: boolean | undefined;
5941
- iconColor?: string | boolean | undefined;
5942
5982
  } & {
5943
5983
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5944
5984
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5947,7 +5987,7 @@ export declare const VCombobox: {
5947
5987
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5948
5988
  modelValue?: unknown;
5949
5989
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5950
- }, 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}`> & {
5990
+ }, 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}`> & {
5951
5991
  _allExposed: {
5952
5992
  reset: () => Promise<void>;
5953
5993
  resetValidation: () => Promise<void>;
@@ -6115,6 +6155,7 @@ export declare const VCombobox: {
6115
6155
  bgColor?: string | undefined;
6116
6156
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6117
6157
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6158
+ iconColor?: string | boolean | undefined;
6118
6159
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6119
6160
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6120
6161
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6123,7 +6164,6 @@ export declare const VCombobox: {
6123
6164
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6124
6165
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6125
6166
  centerAffix?: boolean | undefined;
6126
- iconColor?: string | boolean | undefined;
6127
6167
  hint?: string | undefined;
6128
6168
  hideDetails?: boolean | "auto" | undefined;
6129
6169
  suffix?: string | undefined;
@@ -6238,9 +6278,9 @@ export declare const VCombobox: {
6238
6278
  baseColor?: string | undefined;
6239
6279
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6240
6280
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6281
+ iconColor?: string | boolean | undefined;
6241
6282
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6242
6283
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6243
- iconColor?: string | boolean | undefined;
6244
6284
  hint?: string | undefined;
6245
6285
  hideDetails?: boolean | "auto" | undefined;
6246
6286
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6294,9 +6334,9 @@ export declare const VCombobox: {
6294
6334
  baseColor?: string | undefined;
6295
6335
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6296
6336
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6337
+ iconColor?: string | boolean | undefined;
6297
6338
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6298
6339
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6299
- iconColor?: string | boolean | undefined;
6300
6340
  hint?: string | undefined;
6301
6341
  hideDetails?: boolean | "auto" | undefined;
6302
6342
  } & {}, {
@@ -6397,9 +6437,9 @@ export declare const VCombobox: {
6397
6437
  baseColor?: string | undefined;
6398
6438
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6399
6439
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6440
+ iconColor?: string | boolean | undefined;
6400
6441
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6401
6442
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6402
- iconColor?: string | boolean | undefined;
6403
6443
  hint?: string | undefined;
6404
6444
  hideDetails?: boolean | "auto" | undefined;
6405
6445
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6411,7 +6451,7 @@ export declare const VCombobox: {
6411
6451
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6412
6452
  modelValue?: unknown;
6413
6453
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6414
- }, 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<{
6454
+ }, 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<{
6415
6455
  $: import("vue").ComponentInternalInstance;
6416
6456
  $data: {};
6417
6457
  $props: Partial<{
@@ -6458,13 +6498,13 @@ export declare const VCombobox: {
6458
6498
  rounded?: string | number | boolean | undefined;
6459
6499
  baseColor?: string | undefined;
6460
6500
  bgColor?: string | undefined;
6501
+ iconColor?: string | boolean | undefined;
6461
6502
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6462
6503
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6463
6504
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6464
6505
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6465
6506
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6466
6507
  centerAffix?: boolean | undefined;
6467
- iconColor?: string | boolean | undefined;
6468
6508
  } & 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">;
6469
6509
  $attrs: {
6470
6510
  [x: string]: unknown;
@@ -6517,13 +6557,13 @@ export declare const VCombobox: {
6517
6557
  rounded?: string | number | boolean | undefined;
6518
6558
  baseColor?: string | undefined;
6519
6559
  bgColor?: string | undefined;
6560
+ iconColor?: string | boolean | undefined;
6520
6561
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6521
6562
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6522
6563
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6523
6564
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6524
6565
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6525
6566
  centerAffix?: boolean | undefined;
6526
- iconColor?: string | boolean | undefined;
6527
6567
  } & {
6528
6568
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6529
6569
  }, {
@@ -6627,13 +6667,13 @@ export declare const VCombobox: {
6627
6667
  rounded?: string | number | boolean | undefined;
6628
6668
  baseColor?: string | undefined;
6629
6669
  bgColor?: string | undefined;
6670
+ iconColor?: string | boolean | undefined;
6630
6671
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6631
6672
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6632
6673
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6633
6674
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6634
6675
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6635
6676
  centerAffix?: boolean | undefined;
6636
- iconColor?: string | boolean | undefined;
6637
6677
  } & {
6638
6678
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6639
6679
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6642,7 +6682,7 @@ export declare const VCombobox: {
6642
6682
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6643
6683
  modelValue?: unknown;
6644
6684
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6645
- }, 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}`> & {
6685
+ }, 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}`> & {
6646
6686
  _allExposed: {
6647
6687
  reset: () => Promise<void>;
6648
6688
  resetValidation: () => Promise<void>;
@@ -6653,7 +6693,7 @@ export declare const VCombobox: {
6653
6693
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6654
6694
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6655
6695
  } | {};
6656
- }> & {} & 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}`> & {
6696
+ }> & {} & 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}`> & {
6657
6697
  _allExposed: (HTMLInputElement & Omit<Omit<{
6658
6698
  $: import("vue").ComponentInternalInstance;
6659
6699
  $data: {};
@@ -6704,9 +6744,9 @@ export declare const VCombobox: {
6704
6744
  baseColor?: string | undefined;
6705
6745
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6706
6746
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6747
+ iconColor?: string | boolean | undefined;
6707
6748
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6708
6749
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6709
- iconColor?: string | boolean | undefined;
6710
6750
  hint?: string | undefined;
6711
6751
  hideDetails?: boolean | "auto" | undefined;
6712
6752
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6760,9 +6800,9 @@ export declare const VCombobox: {
6760
6800
  baseColor?: string | undefined;
6761
6801
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6762
6802
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6803
+ iconColor?: string | boolean | undefined;
6763
6804
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6764
6805
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6765
- iconColor?: string | boolean | undefined;
6766
6806
  hint?: string | undefined;
6767
6807
  hideDetails?: boolean | "auto" | undefined;
6768
6808
  } & {}, {
@@ -6863,9 +6903,9 @@ export declare const VCombobox: {
6863
6903
  baseColor?: string | undefined;
6864
6904
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6865
6905
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6906
+ iconColor?: string | boolean | undefined;
6866
6907
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6867
6908
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6868
- iconColor?: string | boolean | undefined;
6869
6909
  hint?: string | undefined;
6870
6910
  hideDetails?: boolean | "auto" | undefined;
6871
6911
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6877,7 +6917,7 @@ export declare const VCombobox: {
6877
6917
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6878
6918
  modelValue?: unknown;
6879
6919
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6880
- }, 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<{
6920
+ }, 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<{
6881
6921
  $: import("vue").ComponentInternalInstance;
6882
6922
  $data: {};
6883
6923
  $props: Partial<{
@@ -6924,13 +6964,13 @@ export declare const VCombobox: {
6924
6964
  rounded?: string | number | boolean | undefined;
6925
6965
  baseColor?: string | undefined;
6926
6966
  bgColor?: string | undefined;
6967
+ iconColor?: string | boolean | undefined;
6927
6968
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6928
6969
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6929
6970
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6930
6971
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6931
6972
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6932
6973
  centerAffix?: boolean | undefined;
6933
- iconColor?: string | boolean | undefined;
6934
6974
  } & 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">;
6935
6975
  $attrs: {
6936
6976
  [x: string]: unknown;
@@ -6983,13 +7023,13 @@ export declare const VCombobox: {
6983
7023
  rounded?: string | number | boolean | undefined;
6984
7024
  baseColor?: string | undefined;
6985
7025
  bgColor?: string | undefined;
7026
+ iconColor?: string | boolean | undefined;
6986
7027
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6987
7028
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6988
7029
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6989
7030
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6990
7031
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6991
7032
  centerAffix?: boolean | undefined;
6992
- iconColor?: string | boolean | undefined;
6993
7033
  } & {
6994
7034
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6995
7035
  }, {
@@ -7093,13 +7133,13 @@ export declare const VCombobox: {
7093
7133
  rounded?: string | number | boolean | undefined;
7094
7134
  baseColor?: string | undefined;
7095
7135
  bgColor?: string | undefined;
7136
+ iconColor?: string | boolean | undefined;
7096
7137
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7097
7138
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7098
7139
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7099
7140
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7100
7141
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7101
7142
  centerAffix?: boolean | undefined;
7102
- iconColor?: string | boolean | undefined;
7103
7143
  } & {
7104
7144
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7105
7145
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7108,7 +7148,7 @@ export declare const VCombobox: {
7108
7148
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7109
7149
  modelValue?: unknown;
7110
7150
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7111
- }, 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}`> & {
7151
+ }, 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}`> & {
7112
7152
  _allExposed: {
7113
7153
  reset: () => Promise<void>;
7114
7154
  resetValidation: () => Promise<void>;
@@ -7177,6 +7217,7 @@ export declare const VCombobox: {
7177
7217
  hideSelected: boolean;
7178
7218
  menuIcon: import("../../composables/icons.js").IconValue;
7179
7219
  openOnClear: boolean;
7220
+ noAutoScroll: boolean;
7180
7221
  clearOnSelect: boolean;
7181
7222
  }>;
7182
7223
  __isFragment?: never;
@@ -7229,6 +7270,7 @@ export declare const VCombobox: {
7229
7270
  hideSelected: boolean;
7230
7271
  menuIcon: import("../../composables/icons.js").IconValue;
7231
7272
  openOnClear: boolean;
7273
+ noAutoScroll: boolean;
7232
7274
  clearOnSelect: boolean;
7233
7275
  } & {
7234
7276
  name?: string | undefined;
@@ -7255,6 +7297,7 @@ export declare const VCombobox: {
7255
7297
  bgColor?: string | undefined;
7256
7298
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7257
7299
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7300
+ iconColor?: string | boolean | undefined;
7258
7301
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7259
7302
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7260
7303
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7262,7 +7305,6 @@ export declare const VCombobox: {
7262
7305
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7263
7306
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7264
7307
  centerAffix?: boolean | undefined;
7265
- iconColor?: string | boolean | undefined;
7266
7308
  hint?: string | undefined;
7267
7309
  hideDetails?: boolean | "auto" | undefined;
7268
7310
  suffix?: string | undefined;
@@ -7282,6 +7324,7 @@ export declare const VCombobox: {
7282
7324
  rounded: string | number | boolean;
7283
7325
  tile: boolean;
7284
7326
  slim: boolean;
7327
+ filterable: boolean;
7285
7328
  activatable: boolean;
7286
7329
  selectable: boolean;
7287
7330
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7299,6 +7342,7 @@ export declare const VCombobox: {
7299
7342
  density: import("../../composables/density.js").Density;
7300
7343
  tile: boolean;
7301
7344
  slim: boolean;
7345
+ filterable: boolean;
7302
7346
  activatable: boolean;
7303
7347
  selectable: boolean;
7304
7348
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7330,7 +7374,7 @@ export declare const VCombobox: {
7330
7374
  value: boolean;
7331
7375
  path: unknown[];
7332
7376
  }) => any) | undefined;
7333
- } & 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"> & {
7377
+ } & 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"> & {
7334
7378
  items?: readonly any[] | undefined;
7335
7379
  itemTitle?: SelectItemKey<any>;
7336
7380
  itemValue?: SelectItemKey<any>;
@@ -7513,6 +7557,7 @@ export declare const VCombobox: {
7513
7557
  noClickAnimation: boolean;
7514
7558
  scrim: string | boolean;
7515
7559
  submenu: boolean;
7560
+ disableInitialFocus: boolean;
7516
7561
  }> & Omit<{
7517
7562
  location: import("../../util/index.js").Anchor | undefined;
7518
7563
  origin: "auto" | import("../../util/index.js").Anchor | "overlap";
@@ -7592,6 +7637,7 @@ export declare const VCombobox: {
7592
7637
  noClickAnimation: boolean;
7593
7638
  scrim: string | boolean;
7594
7639
  submenu: boolean;
7640
+ disableInitialFocus: boolean;
7595
7641
  offset?: string | number | number[] | undefined;
7596
7642
  id?: string | undefined;
7597
7643
  height?: string | number | undefined;
@@ -7641,7 +7687,7 @@ export declare const VCombobox: {
7641
7687
  targetRef: import("../../util/index.js").TemplateRef;
7642
7688
  }) => import("vue").VNodeChild) | undefined;
7643
7689
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7644
- } & 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;
7690
+ } & 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;
7645
7691
  itemColor?: string | undefined;
7646
7692
  autoSelectFirst?: boolean | "exact" | undefined;
7647
7693
  } & {
@@ -7742,6 +7788,7 @@ export declare const VCombobox: {
7742
7788
  bgColor?: string | undefined;
7743
7789
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7744
7790
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7791
+ iconColor?: string | boolean | undefined;
7745
7792
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7746
7793
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7747
7794
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7750,7 +7797,6 @@ export declare const VCombobox: {
7750
7797
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7751
7798
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7752
7799
  centerAffix?: boolean | undefined;
7753
- iconColor?: string | boolean | undefined;
7754
7800
  hint?: string | undefined;
7755
7801
  hideDetails?: boolean | "auto" | undefined;
7756
7802
  suffix?: string | undefined;
@@ -7894,6 +7940,7 @@ export declare const VCombobox: {
7894
7940
  bgColor?: string | undefined;
7895
7941
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7896
7942
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7943
+ iconColor?: string | boolean | undefined;
7897
7944
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7898
7945
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7899
7946
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7902,7 +7949,6 @@ export declare const VCombobox: {
7902
7949
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7903
7950
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7904
7951
  centerAffix?: boolean | undefined;
7905
- iconColor?: string | boolean | undefined;
7906
7952
  hint?: string | undefined;
7907
7953
  hideDetails?: boolean | "auto" | undefined;
7908
7954
  suffix?: string | undefined;
@@ -8017,9 +8063,9 @@ export declare const VCombobox: {
8017
8063
  baseColor?: string | undefined;
8018
8064
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8019
8065
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8066
+ iconColor?: string | boolean | undefined;
8020
8067
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8021
8068
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8022
- iconColor?: string | boolean | undefined;
8023
8069
  hint?: string | undefined;
8024
8070
  hideDetails?: boolean | "auto" | undefined;
8025
8071
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8073,9 +8119,9 @@ export declare const VCombobox: {
8073
8119
  baseColor?: string | undefined;
8074
8120
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8075
8121
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8122
+ iconColor?: string | boolean | undefined;
8076
8123
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8077
8124
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8078
- iconColor?: string | boolean | undefined;
8079
8125
  hint?: string | undefined;
8080
8126
  hideDetails?: boolean | "auto" | undefined;
8081
8127
  } & {}, {
@@ -8176,9 +8222,9 @@ export declare const VCombobox: {
8176
8222
  baseColor?: string | undefined;
8177
8223
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8178
8224
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8225
+ iconColor?: string | boolean | undefined;
8179
8226
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8180
8227
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8181
- iconColor?: string | boolean | undefined;
8182
8228
  hint?: string | undefined;
8183
8229
  hideDetails?: boolean | "auto" | undefined;
8184
8230
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8190,7 +8236,7 @@ export declare const VCombobox: {
8190
8236
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8191
8237
  modelValue?: unknown;
8192
8238
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8193
- }, 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<{
8239
+ }, 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<{
8194
8240
  $: import("vue").ComponentInternalInstance;
8195
8241
  $data: {};
8196
8242
  $props: Partial<{
@@ -8237,13 +8283,13 @@ export declare const VCombobox: {
8237
8283
  rounded?: string | number | boolean | undefined;
8238
8284
  baseColor?: string | undefined;
8239
8285
  bgColor?: string | undefined;
8286
+ iconColor?: string | boolean | undefined;
8240
8287
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8241
8288
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8242
8289
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8243
8290
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8244
8291
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8245
8292
  centerAffix?: boolean | undefined;
8246
- iconColor?: string | boolean | undefined;
8247
8293
  } & 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">;
8248
8294
  $attrs: {
8249
8295
  [x: string]: unknown;
@@ -8296,13 +8342,13 @@ export declare const VCombobox: {
8296
8342
  rounded?: string | number | boolean | undefined;
8297
8343
  baseColor?: string | undefined;
8298
8344
  bgColor?: string | undefined;
8345
+ iconColor?: string | boolean | undefined;
8299
8346
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8300
8347
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8301
8348
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8302
8349
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8303
8350
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8304
8351
  centerAffix?: boolean | undefined;
8305
- iconColor?: string | boolean | undefined;
8306
8352
  } & {
8307
8353
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8308
8354
  }, {
@@ -8406,13 +8452,13 @@ export declare const VCombobox: {
8406
8452
  rounded?: string | number | boolean | undefined;
8407
8453
  baseColor?: string | undefined;
8408
8454
  bgColor?: string | undefined;
8455
+ iconColor?: string | boolean | undefined;
8409
8456
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8410
8457
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8411
8458
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8412
8459
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8413
8460
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8414
8461
  centerAffix?: boolean | undefined;
8415
- iconColor?: string | boolean | undefined;
8416
8462
  } & {
8417
8463
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8418
8464
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8421,7 +8467,7 @@ export declare const VCombobox: {
8421
8467
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8422
8468
  modelValue?: unknown;
8423
8469
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8424
- }, 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}`> & {
8470
+ }, 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}`> & {
8425
8471
  _allExposed: {
8426
8472
  reset: () => Promise<void>;
8427
8473
  resetValidation: () => Promise<void>;
@@ -8589,6 +8635,7 @@ export declare const VCombobox: {
8589
8635
  bgColor?: string | undefined;
8590
8636
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8591
8637
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8638
+ iconColor?: string | boolean | undefined;
8592
8639
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8593
8640
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8594
8641
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8597,7 +8644,6 @@ export declare const VCombobox: {
8597
8644
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8598
8645
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8599
8646
  centerAffix?: boolean | undefined;
8600
- iconColor?: string | boolean | undefined;
8601
8647
  hint?: string | undefined;
8602
8648
  hideDetails?: boolean | "auto" | undefined;
8603
8649
  suffix?: string | undefined;
@@ -8712,9 +8758,9 @@ export declare const VCombobox: {
8712
8758
  baseColor?: string | undefined;
8713
8759
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8714
8760
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8761
+ iconColor?: string | boolean | undefined;
8715
8762
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8716
8763
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8717
- iconColor?: string | boolean | undefined;
8718
8764
  hint?: string | undefined;
8719
8765
  hideDetails?: boolean | "auto" | undefined;
8720
8766
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8768,9 +8814,9 @@ export declare const VCombobox: {
8768
8814
  baseColor?: string | undefined;
8769
8815
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8770
8816
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8817
+ iconColor?: string | boolean | undefined;
8771
8818
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8772
8819
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8773
- iconColor?: string | boolean | undefined;
8774
8820
  hint?: string | undefined;
8775
8821
  hideDetails?: boolean | "auto" | undefined;
8776
8822
  } & {}, {
@@ -8871,9 +8917,9 @@ export declare const VCombobox: {
8871
8917
  baseColor?: string | undefined;
8872
8918
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8873
8919
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8920
+ iconColor?: string | boolean | undefined;
8874
8921
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8875
8922
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8876
- iconColor?: string | boolean | undefined;
8877
8923
  hint?: string | undefined;
8878
8924
  hideDetails?: boolean | "auto" | undefined;
8879
8925
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8885,7 +8931,7 @@ export declare const VCombobox: {
8885
8931
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8886
8932
  modelValue?: unknown;
8887
8933
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8888
- }, 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<{
8934
+ }, 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<{
8889
8935
  $: import("vue").ComponentInternalInstance;
8890
8936
  $data: {};
8891
8937
  $props: Partial<{
@@ -8932,13 +8978,13 @@ export declare const VCombobox: {
8932
8978
  rounded?: string | number | boolean | undefined;
8933
8979
  baseColor?: string | undefined;
8934
8980
  bgColor?: string | undefined;
8981
+ iconColor?: string | boolean | undefined;
8935
8982
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8936
8983
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8937
8984
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8938
8985
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8939
8986
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8940
8987
  centerAffix?: boolean | undefined;
8941
- iconColor?: string | boolean | undefined;
8942
8988
  } & 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">;
8943
8989
  $attrs: {
8944
8990
  [x: string]: unknown;
@@ -8991,13 +9037,13 @@ export declare const VCombobox: {
8991
9037
  rounded?: string | number | boolean | undefined;
8992
9038
  baseColor?: string | undefined;
8993
9039
  bgColor?: string | undefined;
9040
+ iconColor?: string | boolean | undefined;
8994
9041
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8995
9042
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8996
9043
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8997
9044
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8998
9045
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8999
9046
  centerAffix?: boolean | undefined;
9000
- iconColor?: string | boolean | undefined;
9001
9047
  } & {
9002
9048
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9003
9049
  }, {
@@ -9101,13 +9147,13 @@ export declare const VCombobox: {
9101
9147
  rounded?: string | number | boolean | undefined;
9102
9148
  baseColor?: string | undefined;
9103
9149
  bgColor?: string | undefined;
9150
+ iconColor?: string | boolean | undefined;
9104
9151
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9105
9152
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9106
9153
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9107
9154
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9108
9155
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9109
9156
  centerAffix?: boolean | undefined;
9110
- iconColor?: string | boolean | undefined;
9111
9157
  } & {
9112
9158
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9113
9159
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9116,7 +9162,7 @@ export declare const VCombobox: {
9116
9162
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9117
9163
  modelValue?: unknown;
9118
9164
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9119
- }, 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}`> & {
9165
+ }, 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}`> & {
9120
9166
  _allExposed: {
9121
9167
  reset: () => Promise<void>;
9122
9168
  resetValidation: () => Promise<void>;
@@ -9127,7 +9173,7 @@ export declare const VCombobox: {
9127
9173
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
9128
9174
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
9129
9175
  } | {};
9130
- }> & {} & 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}`> & {
9176
+ }> & {} & 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}`> & {
9131
9177
  _allExposed: (HTMLInputElement & Omit<Omit<{
9132
9178
  $: import("vue").ComponentInternalInstance;
9133
9179
  $data: {};
@@ -9178,9 +9224,9 @@ export declare const VCombobox: {
9178
9224
  baseColor?: string | undefined;
9179
9225
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9180
9226
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9227
+ iconColor?: string | boolean | undefined;
9181
9228
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9182
9229
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9183
- iconColor?: string | boolean | undefined;
9184
9230
  hint?: string | undefined;
9185
9231
  hideDetails?: boolean | "auto" | undefined;
9186
9232
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9234,9 +9280,9 @@ export declare const VCombobox: {
9234
9280
  baseColor?: string | undefined;
9235
9281
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9236
9282
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9283
+ iconColor?: string | boolean | undefined;
9237
9284
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9238
9285
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9239
- iconColor?: string | boolean | undefined;
9240
9286
  hint?: string | undefined;
9241
9287
  hideDetails?: boolean | "auto" | undefined;
9242
9288
  } & {}, {
@@ -9337,9 +9383,9 @@ export declare const VCombobox: {
9337
9383
  baseColor?: string | undefined;
9338
9384
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9339
9385
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9386
+ iconColor?: string | boolean | undefined;
9340
9387
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9341
9388
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9342
- iconColor?: string | boolean | undefined;
9343
9389
  hint?: string | undefined;
9344
9390
  hideDetails?: boolean | "auto" | undefined;
9345
9391
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9351,7 +9397,7 @@ export declare const VCombobox: {
9351
9397
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9352
9398
  modelValue?: unknown;
9353
9399
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9354
- }, 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<{
9400
+ }, 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<{
9355
9401
  $: import("vue").ComponentInternalInstance;
9356
9402
  $data: {};
9357
9403
  $props: Partial<{
@@ -9398,13 +9444,13 @@ export declare const VCombobox: {
9398
9444
  rounded?: string | number | boolean | undefined;
9399
9445
  baseColor?: string | undefined;
9400
9446
  bgColor?: string | undefined;
9447
+ iconColor?: string | boolean | undefined;
9401
9448
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9402
9449
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9403
9450
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9404
9451
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9405
9452
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9406
9453
  centerAffix?: boolean | undefined;
9407
- iconColor?: string | boolean | undefined;
9408
9454
  } & 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">;
9409
9455
  $attrs: {
9410
9456
  [x: string]: unknown;
@@ -9457,13 +9503,13 @@ export declare const VCombobox: {
9457
9503
  rounded?: string | number | boolean | undefined;
9458
9504
  baseColor?: string | undefined;
9459
9505
  bgColor?: string | undefined;
9506
+ iconColor?: string | boolean | undefined;
9460
9507
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9461
9508
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9462
9509
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9463
9510
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9464
9511
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9465
9512
  centerAffix?: boolean | undefined;
9466
- iconColor?: string | boolean | undefined;
9467
9513
  } & {
9468
9514
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9469
9515
  }, {
@@ -9567,13 +9613,13 @@ export declare const VCombobox: {
9567
9613
  rounded?: string | number | boolean | undefined;
9568
9614
  baseColor?: string | undefined;
9569
9615
  bgColor?: string | undefined;
9616
+ iconColor?: string | boolean | undefined;
9570
9617
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9571
9618
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9572
9619
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9573
9620
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9574
9621
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9575
9622
  centerAffix?: boolean | undefined;
9576
- iconColor?: string | boolean | undefined;
9577
9623
  } & {
9578
9624
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9579
9625
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9582,7 +9628,7 @@ export declare const VCombobox: {
9582
9628
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9583
9629
  modelValue?: unknown;
9584
9630
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9585
- }, 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}`> & {
9631
+ }, 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}`> & {
9586
9632
  _allExposed: {
9587
9633
  reset: () => Promise<void>;
9588
9634
  resetValidation: () => Promise<void>;
@@ -9607,7 +9653,7 @@ export declare const VCombobox: {
9607
9653
  'update:modelValue': (value: any) => true;
9608
9654
  'update:search': (value: string) => true;
9609
9655
  'update:menu': (value: boolean) => true;
9610
- }, "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, {
9656
+ }, "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, {
9611
9657
  flat: boolean;
9612
9658
  reverse: boolean;
9613
9659
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -9656,6 +9702,7 @@ export declare const VCombobox: {
9656
9702
  hideSelected: boolean;
9657
9703
  menuIcon: import("../../composables/icons.js").IconValue;
9658
9704
  openOnClear: boolean;
9705
+ noAutoScroll: boolean;
9659
9706
  clearOnSelect: boolean;
9660
9707
  }, {}, string, import("vue").SlotsType<Partial<{
9661
9708
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -9686,6 +9733,14 @@ export declare const VCombobox: {
9686
9733
  item: ListItem<unknown>;
9687
9734
  index: number;
9688
9735
  }) => import("vue").VNode[];
9736
+ subheader: (arg: {
9737
+ props: Record<string, unknown>;
9738
+ index: number;
9739
+ }) => import("vue").VNode[];
9740
+ divider: (arg: {
9741
+ props: Record<string, unknown>;
9742
+ index: number;
9743
+ }) => import("vue").VNode[];
9689
9744
  'prepend-item': () => import("vue").VNode[];
9690
9745
  'append-item': () => import("vue").VNode[];
9691
9746
  'no-data': () => import("vue").VNode[];
@@ -9713,6 +9768,14 @@ export declare const VCombobox: {
9713
9768
  item: ListItem<Item>;
9714
9769
  index: number;
9715
9770
  };
9771
+ subheader: {
9772
+ props: Record<string, unknown>;
9773
+ index: number;
9774
+ };
9775
+ divider: {
9776
+ props: Record<string, unknown>;
9777
+ index: number;
9778
+ };
9716
9779
  "prepend-item": never;
9717
9780
  "append-item": never;
9718
9781
  "no-data": never;
@@ -9810,6 +9873,7 @@ export declare const VCombobox: {
9810
9873
  bgColor: StringConstructor;
9811
9874
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9812
9875
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
9876
+ iconColor: (StringConstructor | BooleanConstructor)[];
9813
9877
  clearIcon: {
9814
9878
  type: PropType<import("../../composables/icons.js").IconValue>;
9815
9879
  default: string;
@@ -9825,7 +9889,6 @@ export declare const VCombobox: {
9825
9889
  default: undefined;
9826
9890
  };
9827
9891
  glow: BooleanConstructor;
9828
- iconColor: (StringConstructor | BooleanConstructor)[];
9829
9892
  hideSpinButtons: BooleanConstructor;
9830
9893
  hint: StringConstructor;
9831
9894
  persistentHint: BooleanConstructor;
@@ -9900,6 +9963,7 @@ export declare const VCombobox: {
9900
9963
  };
9901
9964
  openOnClear: BooleanConstructor;
9902
9965
  itemColor: StringConstructor;
9966
+ noAutoScroll: BooleanConstructor;
9903
9967
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
9904
9968
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
9905
9969
  filterKeys: {
@@ -10013,6 +10077,7 @@ export declare const VCombobox: {
10013
10077
  bgColor: StringConstructor;
10014
10078
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
10015
10079
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
10080
+ iconColor: (StringConstructor | BooleanConstructor)[];
10016
10081
  clearIcon: {
10017
10082
  type: PropType<import("../../composables/icons.js").IconValue>;
10018
10083
  default: string;
@@ -10028,7 +10093,6 @@ export declare const VCombobox: {
10028
10093
  default: undefined;
10029
10094
  };
10030
10095
  glow: BooleanConstructor;
10031
- iconColor: (StringConstructor | BooleanConstructor)[];
10032
10096
  hideSpinButtons: BooleanConstructor;
10033
10097
  hint: StringConstructor;
10034
10098
  persistentHint: BooleanConstructor;
@@ -10103,6 +10167,7 @@ export declare const VCombobox: {
10103
10167
  };
10104
10168
  openOnClear: BooleanConstructor;
10105
10169
  itemColor: StringConstructor;
10170
+ noAutoScroll: BooleanConstructor;
10106
10171
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
10107
10172
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
10108
10173
  filterKeys: {