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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/CHANGELOG.md +5 -37
  2. package/dist/json/attributes.json +3519 -3619
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +0 -25
  6. package/dist/json/web-types.json +6117 -6449
  7. package/dist/vuetify-labs.cjs +144 -354
  8. package/dist/vuetify-labs.css +5834 -5868
  9. package/dist/vuetify-labs.d.ts +1899 -2397
  10. package/dist/vuetify-labs.esm.js +145 -355
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +144 -354
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +133 -348
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4252 -4286
  17. package/dist/vuetify.d.ts +1094 -1552
  18. package/dist/vuetify.esm.js +134 -349
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +133 -348
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1207 -1222
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +10 -15
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAppBar/VAppBar.d.ts +3 -15
  31. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
  32. package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
  33. package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
  34. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  35. package/lib/components/VBtn/VBtn.d.ts +10 -20
  36. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  37. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  38. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  39. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  41. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  42. package/lib/components/VCard/VCard.d.ts +10 -20
  43. package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
  44. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
  45. package/lib/components/VChip/VChip.d.ts +10 -20
  46. package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
  47. package/lib/components/VCombobox/VCombobox.d.ts +103 -154
  48. package/lib/components/VCombobox/VCombobox.js +3 -22
  49. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTable.d.ts +0 -60
  51. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  52. package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
  53. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  54. package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
  55. package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
  56. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
  57. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  58. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  59. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  60. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
  61. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
  62. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
  63. package/lib/components/VFab/VFab.d.ts +10 -20
  64. package/lib/components/VField/VField.d.ts +3 -3
  65. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  66. package/lib/components/VInput/VInput.d.ts +4 -4
  67. package/lib/components/VList/VList.d.ts +0 -13
  68. package/lib/components/VList/VList.js +1 -4
  69. package/lib/components/VList/VList.js.map +1 -1
  70. package/lib/components/VList/VListChildren.js.map +1 -1
  71. package/lib/components/VList/VListItem.d.ts +10 -23
  72. package/lib/components/VList/VListItem.js +3 -7
  73. package/lib/components/VList/VListItem.js.map +1 -1
  74. package/lib/components/VList/list.d.ts +2 -9
  75. package/lib/components/VList/list.js +0 -7
  76. package/lib/components/VList/list.js.map +1 -1
  77. package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
  78. package/lib/components/VNumberInput/VNumberInput.js +4 -19
  79. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  80. package/lib/components/VOtpInput/VOtpInput.js +1 -2
  81. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  82. package/lib/components/VOverlay/VOverlay.css +1 -1
  83. package/lib/components/VOverlay/_variables.scss +1 -1
  84. package/lib/components/VRadio/VRadio.d.ts +10 -20
  85. package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
  86. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  87. package/lib/components/VSelect/VSelect.d.ts +107 -171
  88. package/lib/components/VSelect/VSelect.js +3 -21
  89. package/lib/components/VSelect/VSelect.js.map +1 -1
  90. package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
  91. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
  92. package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
  93. package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
  94. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  95. package/lib/components/VSlider/VSlider.d.ts +3 -3
  96. package/lib/components/VSlider/VSliderThumb.d.ts +10 -20
  97. package/lib/components/VStepper/VStepperItem.d.ts +14 -28
  98. package/lib/components/VSwitch/VSwitch.d.ts +13 -23
  99. package/lib/components/VTable/VTable.css +0 -6
  100. package/lib/components/VTable/VTable.d.ts +24 -55
  101. package/lib/components/VTable/VTable.js +2 -9
  102. package/lib/components/VTable/VTable.js.map +1 -1
  103. package/lib/components/VTable/VTable.sass +0 -14
  104. package/lib/components/VTable/_variables.scss +0 -1
  105. package/lib/components/VTabs/VTab.d.ts +28 -56
  106. package/lib/components/VTabs/VTabs.d.ts +0 -10
  107. package/lib/components/VTextField/VTextField.d.ts +27 -27
  108. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  109. package/lib/components/VToolbar/VToolbar.d.ts +3 -15
  110. package/lib/components/VToolbar/VToolbar.js +3 -6
  111. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  112. package/lib/composables/calendar.d.ts +0 -6
  113. package/lib/composables/calendar.js +1 -2
  114. package/lib/composables/calendar.js.map +1 -1
  115. package/lib/composables/date/DateAdapter.d.ts +3 -3
  116. package/lib/composables/date/DateAdapter.js.map +1 -1
  117. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  118. package/lib/composables/date/adapters/vuetify.js +4 -4
  119. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  120. package/lib/composables/date/date.d.ts +3 -3
  121. package/lib/composables/date/index.d.ts +0 -1
  122. package/lib/composables/date/index.js +0 -1
  123. package/lib/composables/date/index.js.map +1 -1
  124. package/lib/composables/filter.js +0 -3
  125. package/lib/composables/filter.js.map +1 -1
  126. package/lib/composables/icons.d.ts +6 -0
  127. package/lib/composables/icons.js.map +1 -1
  128. package/lib/composables/theme.d.ts +1 -6
  129. package/lib/composables/theme.js +26 -94
  130. package/lib/composables/theme.js.map +1 -1
  131. package/lib/composables/virtual.js +1 -6
  132. package/lib/composables/virtual.js.map +1 -1
  133. package/lib/directives/ripple/index.d.ts +1 -2
  134. package/lib/directives/ripple/index.js +7 -12
  135. package/lib/directives/ripple/index.js.map +1 -1
  136. package/lib/entry-bundler.d.ts +3 -3
  137. package/lib/entry-bundler.js +1 -1
  138. package/lib/entry-bundler.js.map +1 -1
  139. package/lib/framework.d.ts +68 -77
  140. package/lib/framework.js +1 -1
  141. package/lib/framework.js.map +1 -1
  142. package/lib/iconsets/fa.js +3 -1
  143. package/lib/iconsets/fa.js.map +1 -1
  144. package/lib/iconsets/fa4.js +3 -1
  145. package/lib/iconsets/fa4.js.map +1 -1
  146. package/lib/iconsets/md.js +3 -1
  147. package/lib/iconsets/md.js.map +1 -1
  148. package/lib/iconsets/mdi-svg.js +3 -1
  149. package/lib/iconsets/mdi-svg.js.map +1 -1
  150. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  151. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  152. package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
  153. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  154. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
  155. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  156. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  157. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  158. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
  159. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
  160. package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
  161. package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
  162. package/lib/labs/entry-bundler.d.ts +3 -3
  163. package/lib/util/globals.d.ts +0 -1
  164. package/lib/util/globals.js +0 -1
  165. package/lib/util/globals.js.map +1 -1
  166. package/package.json +1 -3
  167. package/lib/composables/date/adapters/string.d.ts +0 -54
  168. package/lib/composables/date/adapters/string.js +0 -153
  169. package/lib/composables/date/adapters/string.js.map +0 -1
  170. package/lib/composables/iconSizes.d.ts +0 -28
  171. package/lib/composables/iconSizes.js +0 -23
  172. package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
52
52
  bgColor?: unknown;
53
53
  prependIcon?: unknown;
54
54
  appendIcon?: unknown;
55
- iconColor?: unknown;
56
55
  clearIcon?: unknown;
57
56
  prependInnerIcon?: unknown;
58
57
  'onClick:clear'?: unknown;
@@ -62,6 +61,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
62
61
  'onClick:prependInner'?: unknown;
63
62
  centerAffix?: unknown;
64
63
  glow?: unknown;
64
+ iconColor?: unknown;
65
65
  hideSpinButtons?: unknown;
66
66
  hint?: unknown;
67
67
  persistentHint?: unknown;
@@ -96,7 +96,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
96
96
  noDataText?: unknown;
97
97
  openOnClear?: unknown;
98
98
  itemColor?: unknown;
99
- noAutoScroll?: unknown;
100
99
  customFilter?: unknown;
101
100
  customKeyFilter?: unknown;
102
101
  filterKeys?: unknown;
@@ -382,10 +381,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
382
381
  type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
383
382
  default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
384
383
  };
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
- };
389
384
  clearIcon: unknown extends Defaults["clearIcon"] ? {
390
385
  type: PropType<import("../../composables/icons.js").IconValue>;
391
386
  default: string;
@@ -434,6 +429,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
434
429
  type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
435
430
  default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
436
431
  };
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
+ };
437
436
  hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
438
437
  type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
439
438
  default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
@@ -605,7 +604,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
605
604
  rounded: string | number | boolean;
606
605
  tile: boolean;
607
606
  slim: boolean;
608
- filterable: boolean;
609
607
  activatable: boolean;
610
608
  selectable: boolean;
611
609
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -623,7 +621,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
623
621
  density: import("../../composables/density.js").Density;
624
622
  tile: boolean;
625
623
  slim: boolean;
626
- filterable: boolean;
627
624
  activatable: boolean;
628
625
  selectable: boolean;
629
626
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -655,7 +652,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
655
652
  value: boolean;
656
653
  path: unknown[];
657
654
  }) => any) | undefined;
658
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
655
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
659
656
  items?: readonly any[] | undefined;
660
657
  itemTitle?: SelectItemKey<any>;
661
658
  itemValue?: SelectItemKey<any>;
@@ -770,7 +767,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
770
767
  rounded: string | number | boolean;
771
768
  tile: boolean;
772
769
  slim: boolean;
773
- filterable: boolean;
774
770
  activatable: boolean;
775
771
  selectable: boolean;
776
772
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -788,7 +784,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
788
784
  density: import("../../composables/density.js").Density;
789
785
  tile: boolean;
790
786
  slim: boolean;
791
- filterable: boolean;
792
787
  activatable: boolean;
793
788
  selectable: boolean;
794
789
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -820,7 +815,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
820
815
  value: boolean;
821
816
  path: unknown[];
822
817
  }) => any) | undefined;
823
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
818
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
824
819
  items?: readonly any[] | undefined;
825
820
  itemTitle?: SelectItemKey<any>;
826
821
  itemValue?: SelectItemKey<any>;
@@ -936,7 +931,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
936
931
  rounded: string | number | boolean;
937
932
  tile: boolean;
938
933
  slim: boolean;
939
- filterable: boolean;
940
934
  activatable: boolean;
941
935
  selectable: boolean;
942
936
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -954,7 +948,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
954
948
  density: import("../../composables/density.js").Density;
955
949
  tile: boolean;
956
950
  slim: boolean;
957
- filterable: boolean;
958
951
  activatable: boolean;
959
952
  selectable: boolean;
960
953
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -986,7 +979,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
986
979
  value: boolean;
987
980
  path: unknown[];
988
981
  }) => any) | undefined;
989
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
982
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
990
983
  items?: readonly any[] | undefined;
991
984
  itemTitle?: SelectItemKey<any>;
992
985
  itemValue?: SelectItemKey<any>;
@@ -1101,7 +1094,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1101
1094
  rounded: string | number | boolean;
1102
1095
  tile: boolean;
1103
1096
  slim: boolean;
1104
- filterable: boolean;
1105
1097
  activatable: boolean;
1106
1098
  selectable: boolean;
1107
1099
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1119,7 +1111,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1119
1111
  density: import("../../composables/density.js").Density;
1120
1112
  tile: boolean;
1121
1113
  slim: boolean;
1122
- filterable: boolean;
1123
1114
  activatable: boolean;
1124
1115
  selectable: boolean;
1125
1116
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -1151,7 +1142,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
1151
1142
  value: boolean;
1152
1143
  path: unknown[];
1153
1144
  }) => any) | undefined;
1154
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
1145
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
1155
1146
  items?: readonly any[] | undefined;
1156
1147
  itemTitle?: SelectItemKey<any>;
1157
1148
  itemValue?: SelectItemKey<any>;
@@ -2134,10 +2125,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
2134
2125
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
2135
2126
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
2136
2127
  };
2137
- noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
2138
- type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
2139
- default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
2140
- };
2141
2128
  customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
2142
2129
  type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
2143
2130
  default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
@@ -2236,7 +2223,6 @@ export declare const VAutocomplete: {
2236
2223
  hideSelected: boolean;
2237
2224
  menuIcon: import("../../composables/icons.js").IconValue;
2238
2225
  openOnClear: boolean;
2239
- noAutoScroll: boolean;
2240
2226
  clearOnSelect: boolean;
2241
2227
  } & {
2242
2228
  search?: string | undefined;
@@ -2263,7 +2249,6 @@ export declare const VAutocomplete: {
2263
2249
  bgColor?: string | undefined;
2264
2250
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2265
2251
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2266
- iconColor?: string | boolean | undefined;
2267
2252
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2268
2253
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2269
2254
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2271,6 +2256,7 @@ export declare const VAutocomplete: {
2271
2256
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2272
2257
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2273
2258
  centerAffix?: boolean | undefined;
2259
+ iconColor?: string | boolean | undefined;
2274
2260
  hint?: string | undefined;
2275
2261
  hideDetails?: boolean | "auto" | undefined;
2276
2262
  suffix?: string | undefined;
@@ -2290,7 +2276,6 @@ export declare const VAutocomplete: {
2290
2276
  rounded: string | number | boolean;
2291
2277
  tile: boolean;
2292
2278
  slim: boolean;
2293
- filterable: boolean;
2294
2279
  activatable: boolean;
2295
2280
  selectable: boolean;
2296
2281
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2308,7 +2293,6 @@ export declare const VAutocomplete: {
2308
2293
  density: import("../../composables/density.js").Density;
2309
2294
  tile: boolean;
2310
2295
  slim: boolean;
2311
- filterable: boolean;
2312
2296
  activatable: boolean;
2313
2297
  selectable: boolean;
2314
2298
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -2340,7 +2324,7 @@ export declare const VAutocomplete: {
2340
2324
  value: boolean;
2341
2325
  path: unknown[];
2342
2326
  }) => any) | undefined;
2343
- } & 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"> & {
2327
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
2344
2328
  items?: readonly any[] | undefined;
2345
2329
  itemTitle?: SelectItemKey<any>;
2346
2330
  itemValue?: SelectItemKey<any>;
@@ -2753,7 +2737,6 @@ export declare const VAutocomplete: {
2753
2737
  bgColor?: string | undefined;
2754
2738
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2755
2739
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2756
- iconColor?: string | boolean | undefined;
2757
2740
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2758
2741
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2759
2742
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2762,6 +2745,7 @@ export declare const VAutocomplete: {
2762
2745
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2763
2746
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2764
2747
  centerAffix?: boolean | undefined;
2748
+ iconColor?: string | boolean | undefined;
2765
2749
  hint?: string | undefined;
2766
2750
  hideDetails?: boolean | "auto" | undefined;
2767
2751
  suffix?: string | undefined;
@@ -2905,7 +2889,6 @@ export declare const VAutocomplete: {
2905
2889
  bgColor?: string | undefined;
2906
2890
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2907
2891
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2908
- iconColor?: string | boolean | undefined;
2909
2892
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2910
2893
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2911
2894
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2914,6 +2897,7 @@ export declare const VAutocomplete: {
2914
2897
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2915
2898
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2916
2899
  centerAffix?: boolean | undefined;
2900
+ iconColor?: string | boolean | undefined;
2917
2901
  hint?: string | undefined;
2918
2902
  hideDetails?: boolean | "auto" | undefined;
2919
2903
  suffix?: string | undefined;
@@ -3028,9 +3012,9 @@ export declare const VAutocomplete: {
3028
3012
  baseColor?: string | undefined;
3029
3013
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3030
3014
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3031
- iconColor?: string | boolean | undefined;
3032
3015
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3033
3016
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3017
+ iconColor?: string | boolean | undefined;
3034
3018
  hint?: string | undefined;
3035
3019
  hideDetails?: boolean | "auto" | undefined;
3036
3020
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3084,9 +3068,9 @@ export declare const VAutocomplete: {
3084
3068
  baseColor?: string | undefined;
3085
3069
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3086
3070
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3087
- iconColor?: string | boolean | undefined;
3088
3071
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3089
3072
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3073
+ iconColor?: string | boolean | undefined;
3090
3074
  hint?: string | undefined;
3091
3075
  hideDetails?: boolean | "auto" | undefined;
3092
3076
  } & {}, {
@@ -3187,9 +3171,9 @@ export declare const VAutocomplete: {
3187
3171
  baseColor?: string | undefined;
3188
3172
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3189
3173
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3190
- iconColor?: string | boolean | undefined;
3191
3174
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3192
3175
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3176
+ iconColor?: string | boolean | undefined;
3193
3177
  hint?: string | undefined;
3194
3178
  hideDetails?: boolean | "auto" | undefined;
3195
3179
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3201,7 +3185,7 @@ export declare const VAutocomplete: {
3201
3185
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3202
3186
  modelValue?: unknown;
3203
3187
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3204
- }, 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<{
3188
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3205
3189
  $: import("vue").ComponentInternalInstance;
3206
3190
  $data: {};
3207
3191
  $props: Partial<{
@@ -3248,13 +3232,13 @@ export declare const VAutocomplete: {
3248
3232
  rounded?: string | number | boolean | undefined;
3249
3233
  baseColor?: string | undefined;
3250
3234
  bgColor?: string | undefined;
3251
- iconColor?: string | boolean | undefined;
3252
3235
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3253
3236
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3254
3237
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3255
3238
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3256
3239
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3257
3240
  centerAffix?: boolean | undefined;
3241
+ iconColor?: string | boolean | undefined;
3258
3242
  } & 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">;
3259
3243
  $attrs: {
3260
3244
  [x: string]: unknown;
@@ -3307,13 +3291,13 @@ export declare const VAutocomplete: {
3307
3291
  rounded?: string | number | boolean | undefined;
3308
3292
  baseColor?: string | undefined;
3309
3293
  bgColor?: string | undefined;
3310
- iconColor?: string | boolean | undefined;
3311
3294
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3312
3295
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3313
3296
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3314
3297
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3315
3298
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3316
3299
  centerAffix?: boolean | undefined;
3300
+ iconColor?: string | boolean | undefined;
3317
3301
  } & {
3318
3302
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3319
3303
  }, {
@@ -3417,13 +3401,13 @@ export declare const VAutocomplete: {
3417
3401
  rounded?: string | number | boolean | undefined;
3418
3402
  baseColor?: string | undefined;
3419
3403
  bgColor?: string | undefined;
3420
- iconColor?: string | boolean | undefined;
3421
3404
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3422
3405
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3423
3406
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3424
3407
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3425
3408
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3426
3409
  centerAffix?: boolean | undefined;
3410
+ iconColor?: string | boolean | undefined;
3427
3411
  } & {
3428
3412
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3429
3413
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3432,7 +3416,7 @@ export declare const VAutocomplete: {
3432
3416
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3433
3417
  modelValue?: unknown;
3434
3418
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3435
- }, 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}`> & {
3419
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3436
3420
  _allExposed: {
3437
3421
  reset: () => Promise<void>;
3438
3422
  resetValidation: () => Promise<void>;
@@ -3600,7 +3584,6 @@ export declare const VAutocomplete: {
3600
3584
  bgColor?: string | undefined;
3601
3585
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3602
3586
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3603
- iconColor?: string | boolean | undefined;
3604
3587
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3605
3588
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3606
3589
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3609,6 +3592,7 @@ export declare const VAutocomplete: {
3609
3592
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3610
3593
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3611
3594
  centerAffix?: boolean | undefined;
3595
+ iconColor?: string | boolean | undefined;
3612
3596
  hint?: string | undefined;
3613
3597
  hideDetails?: boolean | "auto" | undefined;
3614
3598
  suffix?: string | undefined;
@@ -3723,9 +3707,9 @@ export declare const VAutocomplete: {
3723
3707
  baseColor?: string | undefined;
3724
3708
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3725
3709
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3726
- iconColor?: string | boolean | undefined;
3727
3710
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3728
3711
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3712
+ iconColor?: string | boolean | undefined;
3729
3713
  hint?: string | undefined;
3730
3714
  hideDetails?: boolean | "auto" | undefined;
3731
3715
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3779,9 +3763,9 @@ export declare const VAutocomplete: {
3779
3763
  baseColor?: string | undefined;
3780
3764
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3781
3765
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3782
- iconColor?: string | boolean | undefined;
3783
3766
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3784
3767
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3768
+ iconColor?: string | boolean | undefined;
3785
3769
  hint?: string | undefined;
3786
3770
  hideDetails?: boolean | "auto" | undefined;
3787
3771
  } & {}, {
@@ -3882,9 +3866,9 @@ export declare const VAutocomplete: {
3882
3866
  baseColor?: string | undefined;
3883
3867
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3884
3868
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3885
- iconColor?: string | boolean | undefined;
3886
3869
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3887
3870
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3871
+ iconColor?: string | boolean | undefined;
3888
3872
  hint?: string | undefined;
3889
3873
  hideDetails?: boolean | "auto" | undefined;
3890
3874
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3896,7 +3880,7 @@ export declare const VAutocomplete: {
3896
3880
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3897
3881
  modelValue?: unknown;
3898
3882
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3899
- }, 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<{
3883
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3900
3884
  $: import("vue").ComponentInternalInstance;
3901
3885
  $data: {};
3902
3886
  $props: Partial<{
@@ -3943,13 +3927,13 @@ export declare const VAutocomplete: {
3943
3927
  rounded?: string | number | boolean | undefined;
3944
3928
  baseColor?: string | undefined;
3945
3929
  bgColor?: string | undefined;
3946
- iconColor?: string | boolean | undefined;
3947
3930
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3948
3931
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3949
3932
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3950
3933
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3951
3934
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3952
3935
  centerAffix?: boolean | undefined;
3936
+ iconColor?: string | boolean | undefined;
3953
3937
  } & 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">;
3954
3938
  $attrs: {
3955
3939
  [x: string]: unknown;
@@ -4002,13 +3986,13 @@ export declare const VAutocomplete: {
4002
3986
  rounded?: string | number | boolean | undefined;
4003
3987
  baseColor?: string | undefined;
4004
3988
  bgColor?: string | undefined;
4005
- iconColor?: string | boolean | undefined;
4006
3989
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4007
3990
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4008
3991
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4009
3992
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4010
3993
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4011
3994
  centerAffix?: boolean | undefined;
3995
+ iconColor?: string | boolean | undefined;
4012
3996
  } & {
4013
3997
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4014
3998
  }, {
@@ -4112,13 +4096,13 @@ export declare const VAutocomplete: {
4112
4096
  rounded?: string | number | boolean | undefined;
4113
4097
  baseColor?: string | undefined;
4114
4098
  bgColor?: string | undefined;
4115
- iconColor?: string | boolean | undefined;
4116
4099
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4117
4100
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4118
4101
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4119
4102
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4120
4103
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4121
4104
  centerAffix?: boolean | undefined;
4105
+ iconColor?: string | boolean | undefined;
4122
4106
  } & {
4123
4107
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4124
4108
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4127,7 +4111,7 @@ export declare const VAutocomplete: {
4127
4111
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4128
4112
  modelValue?: unknown;
4129
4113
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4130
- }, 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}`> & {
4114
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4131
4115
  _allExposed: {
4132
4116
  reset: () => Promise<void>;
4133
4117
  resetValidation: () => Promise<void>;
@@ -4138,7 +4122,7 @@ export declare const VAutocomplete: {
4138
4122
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4139
4123
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4140
4124
  } | {};
4141
- }> & {} & 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}`> & {
4125
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4142
4126
  _allExposed: (HTMLInputElement & Omit<Omit<{
4143
4127
  $: import("vue").ComponentInternalInstance;
4144
4128
  $data: {};
@@ -4189,9 +4173,9 @@ export declare const VAutocomplete: {
4189
4173
  baseColor?: string | undefined;
4190
4174
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4191
4175
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4192
- iconColor?: string | boolean | undefined;
4193
4176
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4194
4177
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4178
+ iconColor?: string | boolean | undefined;
4195
4179
  hint?: string | undefined;
4196
4180
  hideDetails?: boolean | "auto" | undefined;
4197
4181
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4245,9 +4229,9 @@ export declare const VAutocomplete: {
4245
4229
  baseColor?: string | undefined;
4246
4230
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4247
4231
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4248
- iconColor?: string | boolean | undefined;
4249
4232
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4250
4233
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4234
+ iconColor?: string | boolean | undefined;
4251
4235
  hint?: string | undefined;
4252
4236
  hideDetails?: boolean | "auto" | undefined;
4253
4237
  } & {}, {
@@ -4348,9 +4332,9 @@ export declare const VAutocomplete: {
4348
4332
  baseColor?: string | undefined;
4349
4333
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4350
4334
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4351
- iconColor?: string | boolean | undefined;
4352
4335
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4353
4336
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4337
+ iconColor?: string | boolean | undefined;
4354
4338
  hint?: string | undefined;
4355
4339
  hideDetails?: boolean | "auto" | undefined;
4356
4340
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4362,7 +4346,7 @@ export declare const VAutocomplete: {
4362
4346
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4363
4347
  modelValue?: unknown;
4364
4348
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4365
- }, 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<{
4349
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4366
4350
  $: import("vue").ComponentInternalInstance;
4367
4351
  $data: {};
4368
4352
  $props: Partial<{
@@ -4409,13 +4393,13 @@ export declare const VAutocomplete: {
4409
4393
  rounded?: string | number | boolean | undefined;
4410
4394
  baseColor?: string | undefined;
4411
4395
  bgColor?: string | undefined;
4412
- iconColor?: string | boolean | undefined;
4413
4396
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4414
4397
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4415
4398
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4416
4399
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4417
4400
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4418
4401
  centerAffix?: boolean | undefined;
4402
+ iconColor?: string | boolean | undefined;
4419
4403
  } & 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">;
4420
4404
  $attrs: {
4421
4405
  [x: string]: unknown;
@@ -4468,13 +4452,13 @@ export declare const VAutocomplete: {
4468
4452
  rounded?: string | number | boolean | undefined;
4469
4453
  baseColor?: string | undefined;
4470
4454
  bgColor?: string | undefined;
4471
- iconColor?: string | boolean | undefined;
4472
4455
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4473
4456
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4474
4457
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4475
4458
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4476
4459
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4477
4460
  centerAffix?: boolean | undefined;
4461
+ iconColor?: string | boolean | undefined;
4478
4462
  } & {
4479
4463
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4480
4464
  }, {
@@ -4578,13 +4562,13 @@ export declare const VAutocomplete: {
4578
4562
  rounded?: string | number | boolean | undefined;
4579
4563
  baseColor?: string | undefined;
4580
4564
  bgColor?: string | undefined;
4581
- iconColor?: string | boolean | undefined;
4582
4565
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4583
4566
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4584
4567
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4585
4568
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4586
4569
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4587
4570
  centerAffix?: boolean | undefined;
4571
+ iconColor?: string | boolean | undefined;
4588
4572
  } & {
4589
4573
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4590
4574
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4593,7 +4577,7 @@ export declare const VAutocomplete: {
4593
4577
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4594
4578
  modelValue?: unknown;
4595
4579
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4596
- }, 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}`> & {
4580
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4597
4581
  _allExposed: {
4598
4582
  reset: () => Promise<void>;
4599
4583
  resetValidation: () => Promise<void>;
@@ -4619,7 +4603,7 @@ export declare const VAutocomplete: {
4619
4603
  'update:search': (value: any) => true;
4620
4604
  'update:modelValue': (value: any) => true;
4621
4605
  '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" | "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, {
4606
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
4623
4607
  flat: boolean;
4624
4608
  reverse: boolean;
4625
4609
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -4668,7 +4652,6 @@ export declare const VAutocomplete: {
4668
4652
  hideSelected: boolean;
4669
4653
  menuIcon: import("../../composables/icons.js").IconValue;
4670
4654
  openOnClear: boolean;
4671
- noAutoScroll: boolean;
4672
4655
  clearOnSelect: boolean;
4673
4656
  }, true, {}, import("vue").SlotsType<Partial<{
4674
4657
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -4699,14 +4682,6 @@ export declare const VAutocomplete: {
4699
4682
  item: ListItem<unknown>;
4700
4683
  index: number;
4701
4684
  }) => import("vue").VNode[];
4702
- subheader: (arg: {
4703
- props: Record<string, unknown>;
4704
- index: number;
4705
- }) => import("vue").VNode[];
4706
- divider: (arg: {
4707
- props: Record<string, unknown>;
4708
- index: number;
4709
- }) => import("vue").VNode[];
4710
4685
  'prepend-item': () => import("vue").VNode[];
4711
4686
  'append-item': () => import("vue").VNode[];
4712
4687
  'no-data': () => import("vue").VNode[];
@@ -4764,7 +4739,6 @@ export declare const VAutocomplete: {
4764
4739
  hideSelected: boolean;
4765
4740
  menuIcon: import("../../composables/icons.js").IconValue;
4766
4741
  openOnClear: boolean;
4767
- noAutoScroll: boolean;
4768
4742
  clearOnSelect: boolean;
4769
4743
  } & {
4770
4744
  search?: string | undefined;
@@ -4791,7 +4765,6 @@ export declare const VAutocomplete: {
4791
4765
  bgColor?: string | undefined;
4792
4766
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4793
4767
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4794
- iconColor?: string | boolean | undefined;
4795
4768
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4796
4769
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4797
4770
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4799,6 +4772,7 @@ export declare const VAutocomplete: {
4799
4772
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4800
4773
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4801
4774
  centerAffix?: boolean | undefined;
4775
+ iconColor?: string | boolean | undefined;
4802
4776
  hint?: string | undefined;
4803
4777
  hideDetails?: boolean | "auto" | undefined;
4804
4778
  suffix?: string | undefined;
@@ -4818,7 +4792,6 @@ export declare const VAutocomplete: {
4818
4792
  rounded: string | number | boolean;
4819
4793
  tile: boolean;
4820
4794
  slim: boolean;
4821
- filterable: boolean;
4822
4795
  activatable: boolean;
4823
4796
  selectable: boolean;
4824
4797
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4836,7 +4809,6 @@ export declare const VAutocomplete: {
4836
4809
  density: import("../../composables/density.js").Density;
4837
4810
  tile: boolean;
4838
4811
  slim: boolean;
4839
- filterable: boolean;
4840
4812
  activatable: boolean;
4841
4813
  selectable: boolean;
4842
4814
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -4868,7 +4840,7 @@ export declare const VAutocomplete: {
4868
4840
  value: boolean;
4869
4841
  path: unknown[];
4870
4842
  }) => any) | undefined;
4871
- } & 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"> & {
4843
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
4872
4844
  items?: readonly any[] | undefined;
4873
4845
  itemTitle?: SelectItemKey<any>;
4874
4846
  itemValue?: SelectItemKey<any>;
@@ -5281,7 +5253,6 @@ export declare const VAutocomplete: {
5281
5253
  bgColor?: string | undefined;
5282
5254
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5283
5255
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5284
- iconColor?: string | boolean | undefined;
5285
5256
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5286
5257
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5287
5258
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5290,6 +5261,7 @@ export declare const VAutocomplete: {
5290
5261
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5291
5262
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5292
5263
  centerAffix?: boolean | undefined;
5264
+ iconColor?: string | boolean | undefined;
5293
5265
  hint?: string | undefined;
5294
5266
  hideDetails?: boolean | "auto" | undefined;
5295
5267
  suffix?: string | undefined;
@@ -5433,7 +5405,6 @@ export declare const VAutocomplete: {
5433
5405
  bgColor?: string | undefined;
5434
5406
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5435
5407
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5436
- iconColor?: string | boolean | undefined;
5437
5408
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5438
5409
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5439
5410
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5442,6 +5413,7 @@ export declare const VAutocomplete: {
5442
5413
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5443
5414
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5444
5415
  centerAffix?: boolean | undefined;
5416
+ iconColor?: string | boolean | undefined;
5445
5417
  hint?: string | undefined;
5446
5418
  hideDetails?: boolean | "auto" | undefined;
5447
5419
  suffix?: string | undefined;
@@ -5556,9 +5528,9 @@ export declare const VAutocomplete: {
5556
5528
  baseColor?: string | undefined;
5557
5529
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5558
5530
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5559
- iconColor?: string | boolean | undefined;
5560
5531
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5561
5532
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5533
+ iconColor?: string | boolean | undefined;
5562
5534
  hint?: string | undefined;
5563
5535
  hideDetails?: boolean | "auto" | undefined;
5564
5536
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5612,9 +5584,9 @@ export declare const VAutocomplete: {
5612
5584
  baseColor?: string | undefined;
5613
5585
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5614
5586
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5615
- iconColor?: string | boolean | undefined;
5616
5587
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5617
5588
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5589
+ iconColor?: string | boolean | undefined;
5618
5590
  hint?: string | undefined;
5619
5591
  hideDetails?: boolean | "auto" | undefined;
5620
5592
  } & {}, {
@@ -5715,9 +5687,9 @@ export declare const VAutocomplete: {
5715
5687
  baseColor?: string | undefined;
5716
5688
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5717
5689
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5718
- iconColor?: string | boolean | undefined;
5719
5690
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5720
5691
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5692
+ iconColor?: string | boolean | undefined;
5721
5693
  hint?: string | undefined;
5722
5694
  hideDetails?: boolean | "auto" | undefined;
5723
5695
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5729,7 +5701,7 @@ export declare const VAutocomplete: {
5729
5701
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5730
5702
  modelValue?: unknown;
5731
5703
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5732
- }, 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<{
5704
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5733
5705
  $: import("vue").ComponentInternalInstance;
5734
5706
  $data: {};
5735
5707
  $props: Partial<{
@@ -5776,13 +5748,13 @@ export declare const VAutocomplete: {
5776
5748
  rounded?: string | number | boolean | undefined;
5777
5749
  baseColor?: string | undefined;
5778
5750
  bgColor?: string | undefined;
5779
- iconColor?: string | boolean | undefined;
5780
5751
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5781
5752
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5782
5753
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5783
5754
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5784
5755
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5785
5756
  centerAffix?: boolean | undefined;
5757
+ iconColor?: string | boolean | undefined;
5786
5758
  } & 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">;
5787
5759
  $attrs: {
5788
5760
  [x: string]: unknown;
@@ -5835,13 +5807,13 @@ export declare const VAutocomplete: {
5835
5807
  rounded?: string | number | boolean | undefined;
5836
5808
  baseColor?: string | undefined;
5837
5809
  bgColor?: string | undefined;
5838
- iconColor?: string | boolean | undefined;
5839
5810
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5840
5811
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5841
5812
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5842
5813
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5843
5814
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5844
5815
  centerAffix?: boolean | undefined;
5816
+ iconColor?: string | boolean | undefined;
5845
5817
  } & {
5846
5818
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5847
5819
  }, {
@@ -5945,13 +5917,13 @@ export declare const VAutocomplete: {
5945
5917
  rounded?: string | number | boolean | undefined;
5946
5918
  baseColor?: string | undefined;
5947
5919
  bgColor?: string | undefined;
5948
- iconColor?: string | boolean | undefined;
5949
5920
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5950
5921
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5951
5922
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5952
5923
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5953
5924
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5954
5925
  centerAffix?: boolean | undefined;
5926
+ iconColor?: string | boolean | undefined;
5955
5927
  } & {
5956
5928
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5957
5929
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5960,7 +5932,7 @@ export declare const VAutocomplete: {
5960
5932
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5961
5933
  modelValue?: unknown;
5962
5934
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5963
- }, 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}`> & {
5935
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5964
5936
  _allExposed: {
5965
5937
  reset: () => Promise<void>;
5966
5938
  resetValidation: () => Promise<void>;
@@ -6128,7 +6100,6 @@ export declare const VAutocomplete: {
6128
6100
  bgColor?: string | undefined;
6129
6101
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6130
6102
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6131
- iconColor?: string | boolean | undefined;
6132
6103
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6133
6104
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6134
6105
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6137,6 +6108,7 @@ export declare const VAutocomplete: {
6137
6108
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6138
6109
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6139
6110
  centerAffix?: boolean | undefined;
6111
+ iconColor?: string | boolean | undefined;
6140
6112
  hint?: string | undefined;
6141
6113
  hideDetails?: boolean | "auto" | undefined;
6142
6114
  suffix?: string | undefined;
@@ -6251,9 +6223,9 @@ export declare const VAutocomplete: {
6251
6223
  baseColor?: string | undefined;
6252
6224
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6253
6225
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6254
- iconColor?: string | boolean | undefined;
6255
6226
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6256
6227
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6228
+ iconColor?: string | boolean | undefined;
6257
6229
  hint?: string | undefined;
6258
6230
  hideDetails?: boolean | "auto" | undefined;
6259
6231
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6307,9 +6279,9 @@ export declare const VAutocomplete: {
6307
6279
  baseColor?: string | undefined;
6308
6280
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6309
6281
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6310
- iconColor?: string | boolean | undefined;
6311
6282
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6312
6283
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6284
+ iconColor?: string | boolean | undefined;
6313
6285
  hint?: string | undefined;
6314
6286
  hideDetails?: boolean | "auto" | undefined;
6315
6287
  } & {}, {
@@ -6410,9 +6382,9 @@ export declare const VAutocomplete: {
6410
6382
  baseColor?: string | undefined;
6411
6383
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6412
6384
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6413
- iconColor?: string | boolean | undefined;
6414
6385
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6415
6386
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6387
+ iconColor?: string | boolean | undefined;
6416
6388
  hint?: string | undefined;
6417
6389
  hideDetails?: boolean | "auto" | undefined;
6418
6390
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6424,7 +6396,7 @@ export declare const VAutocomplete: {
6424
6396
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6425
6397
  modelValue?: unknown;
6426
6398
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6427
- }, 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<{
6399
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6428
6400
  $: import("vue").ComponentInternalInstance;
6429
6401
  $data: {};
6430
6402
  $props: Partial<{
@@ -6471,13 +6443,13 @@ export declare const VAutocomplete: {
6471
6443
  rounded?: string | number | boolean | undefined;
6472
6444
  baseColor?: string | undefined;
6473
6445
  bgColor?: string | undefined;
6474
- iconColor?: string | boolean | undefined;
6475
6446
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6476
6447
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6477
6448
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6478
6449
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6479
6450
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6480
6451
  centerAffix?: boolean | undefined;
6452
+ iconColor?: string | boolean | undefined;
6481
6453
  } & 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">;
6482
6454
  $attrs: {
6483
6455
  [x: string]: unknown;
@@ -6530,13 +6502,13 @@ export declare const VAutocomplete: {
6530
6502
  rounded?: string | number | boolean | undefined;
6531
6503
  baseColor?: string | undefined;
6532
6504
  bgColor?: string | undefined;
6533
- iconColor?: string | boolean | undefined;
6534
6505
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6535
6506
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6536
6507
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6537
6508
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6538
6509
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6539
6510
  centerAffix?: boolean | undefined;
6511
+ iconColor?: string | boolean | undefined;
6540
6512
  } & {
6541
6513
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6542
6514
  }, {
@@ -6640,13 +6612,13 @@ export declare const VAutocomplete: {
6640
6612
  rounded?: string | number | boolean | undefined;
6641
6613
  baseColor?: string | undefined;
6642
6614
  bgColor?: string | undefined;
6643
- iconColor?: string | boolean | undefined;
6644
6615
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6645
6616
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6646
6617
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6647
6618
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6648
6619
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6649
6620
  centerAffix?: boolean | undefined;
6621
+ iconColor?: string | boolean | undefined;
6650
6622
  } & {
6651
6623
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6652
6624
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6655,7 +6627,7 @@ export declare const VAutocomplete: {
6655
6627
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6656
6628
  modelValue?: unknown;
6657
6629
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6658
- }, 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}`> & {
6630
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6659
6631
  _allExposed: {
6660
6632
  reset: () => Promise<void>;
6661
6633
  resetValidation: () => Promise<void>;
@@ -6666,7 +6638,7 @@ export declare const VAutocomplete: {
6666
6638
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6667
6639
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6668
6640
  } | {};
6669
- }> & {} & 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}`> & {
6641
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6670
6642
  _allExposed: (HTMLInputElement & Omit<Omit<{
6671
6643
  $: import("vue").ComponentInternalInstance;
6672
6644
  $data: {};
@@ -6717,9 +6689,9 @@ export declare const VAutocomplete: {
6717
6689
  baseColor?: string | undefined;
6718
6690
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6719
6691
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6720
- iconColor?: string | boolean | undefined;
6721
6692
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6722
6693
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6694
+ iconColor?: string | boolean | undefined;
6723
6695
  hint?: string | undefined;
6724
6696
  hideDetails?: boolean | "auto" | undefined;
6725
6697
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6773,9 +6745,9 @@ export declare const VAutocomplete: {
6773
6745
  baseColor?: string | undefined;
6774
6746
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6775
6747
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6776
- iconColor?: string | boolean | undefined;
6777
6748
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6778
6749
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6750
+ iconColor?: string | boolean | undefined;
6779
6751
  hint?: string | undefined;
6780
6752
  hideDetails?: boolean | "auto" | undefined;
6781
6753
  } & {}, {
@@ -6876,9 +6848,9 @@ export declare const VAutocomplete: {
6876
6848
  baseColor?: string | undefined;
6877
6849
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6878
6850
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6879
- iconColor?: string | boolean | undefined;
6880
6851
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6881
6852
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6853
+ iconColor?: string | boolean | undefined;
6882
6854
  hint?: string | undefined;
6883
6855
  hideDetails?: boolean | "auto" | undefined;
6884
6856
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6890,7 +6862,7 @@ export declare const VAutocomplete: {
6890
6862
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6891
6863
  modelValue?: unknown;
6892
6864
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6893
- }, 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<{
6865
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6894
6866
  $: import("vue").ComponentInternalInstance;
6895
6867
  $data: {};
6896
6868
  $props: Partial<{
@@ -6937,13 +6909,13 @@ export declare const VAutocomplete: {
6937
6909
  rounded?: string | number | boolean | undefined;
6938
6910
  baseColor?: string | undefined;
6939
6911
  bgColor?: string | undefined;
6940
- iconColor?: string | boolean | undefined;
6941
6912
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6942
6913
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6943
6914
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6944
6915
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6945
6916
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6946
6917
  centerAffix?: boolean | undefined;
6918
+ iconColor?: string | boolean | undefined;
6947
6919
  } & 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">;
6948
6920
  $attrs: {
6949
6921
  [x: string]: unknown;
@@ -6996,13 +6968,13 @@ export declare const VAutocomplete: {
6996
6968
  rounded?: string | number | boolean | undefined;
6997
6969
  baseColor?: string | undefined;
6998
6970
  bgColor?: string | undefined;
6999
- iconColor?: string | boolean | undefined;
7000
6971
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7001
6972
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7002
6973
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7003
6974
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7004
6975
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7005
6976
  centerAffix?: boolean | undefined;
6977
+ iconColor?: string | boolean | undefined;
7006
6978
  } & {
7007
6979
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7008
6980
  }, {
@@ -7106,13 +7078,13 @@ export declare const VAutocomplete: {
7106
7078
  rounded?: string | number | boolean | undefined;
7107
7079
  baseColor?: string | undefined;
7108
7080
  bgColor?: string | undefined;
7109
- iconColor?: string | boolean | undefined;
7110
7081
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7111
7082
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7112
7083
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7113
7084
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7114
7085
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7115
7086
  centerAffix?: boolean | undefined;
7087
+ iconColor?: string | boolean | undefined;
7116
7088
  } & {
7117
7089
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7118
7090
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7121,7 +7093,7 @@ export declare const VAutocomplete: {
7121
7093
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7122
7094
  modelValue?: unknown;
7123
7095
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7124
- }, 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}`> & {
7096
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7125
7097
  _allExposed: {
7126
7098
  reset: () => Promise<void>;
7127
7099
  resetValidation: () => Promise<void>;
@@ -7191,7 +7163,6 @@ export declare const VAutocomplete: {
7191
7163
  hideSelected: boolean;
7192
7164
  menuIcon: import("../../composables/icons.js").IconValue;
7193
7165
  openOnClear: boolean;
7194
- noAutoScroll: boolean;
7195
7166
  clearOnSelect: boolean;
7196
7167
  }>;
7197
7168
  __isFragment?: never;
@@ -7244,7 +7215,6 @@ export declare const VAutocomplete: {
7244
7215
  hideSelected: boolean;
7245
7216
  menuIcon: import("../../composables/icons.js").IconValue;
7246
7217
  openOnClear: boolean;
7247
- noAutoScroll: boolean;
7248
7218
  clearOnSelect: boolean;
7249
7219
  } & {
7250
7220
  search?: string | undefined;
@@ -7271,7 +7241,6 @@ export declare const VAutocomplete: {
7271
7241
  bgColor?: string | undefined;
7272
7242
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7273
7243
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7274
- iconColor?: string | boolean | undefined;
7275
7244
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7276
7245
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7277
7246
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7279,6 +7248,7 @@ export declare const VAutocomplete: {
7279
7248
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7280
7249
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7281
7250
  centerAffix?: boolean | undefined;
7251
+ iconColor?: string | boolean | undefined;
7282
7252
  hint?: string | undefined;
7283
7253
  hideDetails?: boolean | "auto" | undefined;
7284
7254
  suffix?: string | undefined;
@@ -7298,7 +7268,6 @@ export declare const VAutocomplete: {
7298
7268
  rounded: string | number | boolean;
7299
7269
  tile: boolean;
7300
7270
  slim: boolean;
7301
- filterable: boolean;
7302
7271
  activatable: boolean;
7303
7272
  selectable: boolean;
7304
7273
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7316,7 +7285,6 @@ export declare const VAutocomplete: {
7316
7285
  density: import("../../composables/density.js").Density;
7317
7286
  tile: boolean;
7318
7287
  slim: boolean;
7319
- filterable: boolean;
7320
7288
  activatable: boolean;
7321
7289
  selectable: boolean;
7322
7290
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
@@ -7348,7 +7316,7 @@ export declare const VAutocomplete: {
7348
7316
  value: boolean;
7349
7317
  path: unknown[];
7350
7318
  }) => any) | undefined;
7351
- } & 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"> & {
7319
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
7352
7320
  items?: readonly any[] | undefined;
7353
7321
  itemTitle?: SelectItemKey<any>;
7354
7322
  itemValue?: SelectItemKey<any>;
@@ -7761,7 +7729,6 @@ export declare const VAutocomplete: {
7761
7729
  bgColor?: string | undefined;
7762
7730
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7763
7731
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7764
- iconColor?: string | boolean | undefined;
7765
7732
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7766
7733
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7767
7734
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7770,6 +7737,7 @@ export declare const VAutocomplete: {
7770
7737
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7771
7738
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7772
7739
  centerAffix?: boolean | undefined;
7740
+ iconColor?: string | boolean | undefined;
7773
7741
  hint?: string | undefined;
7774
7742
  hideDetails?: boolean | "auto" | undefined;
7775
7743
  suffix?: string | undefined;
@@ -7913,7 +7881,6 @@ export declare const VAutocomplete: {
7913
7881
  bgColor?: string | undefined;
7914
7882
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7915
7883
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7916
- iconColor?: string | boolean | undefined;
7917
7884
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7918
7885
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7919
7886
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7922,6 +7889,7 @@ export declare const VAutocomplete: {
7922
7889
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7923
7890
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7924
7891
  centerAffix?: boolean | undefined;
7892
+ iconColor?: string | boolean | undefined;
7925
7893
  hint?: string | undefined;
7926
7894
  hideDetails?: boolean | "auto" | undefined;
7927
7895
  suffix?: string | undefined;
@@ -8036,9 +8004,9 @@ export declare const VAutocomplete: {
8036
8004
  baseColor?: string | undefined;
8037
8005
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8038
8006
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8039
- iconColor?: string | boolean | undefined;
8040
8007
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8041
8008
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8009
+ iconColor?: string | boolean | undefined;
8042
8010
  hint?: string | undefined;
8043
8011
  hideDetails?: boolean | "auto" | undefined;
8044
8012
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8092,9 +8060,9 @@ export declare const VAutocomplete: {
8092
8060
  baseColor?: string | undefined;
8093
8061
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8094
8062
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8095
- iconColor?: string | boolean | undefined;
8096
8063
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8097
8064
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8065
+ iconColor?: string | boolean | undefined;
8098
8066
  hint?: string | undefined;
8099
8067
  hideDetails?: boolean | "auto" | undefined;
8100
8068
  } & {}, {
@@ -8195,9 +8163,9 @@ export declare const VAutocomplete: {
8195
8163
  baseColor?: string | undefined;
8196
8164
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8197
8165
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8198
- iconColor?: string | boolean | undefined;
8199
8166
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8200
8167
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8168
+ iconColor?: string | boolean | undefined;
8201
8169
  hint?: string | undefined;
8202
8170
  hideDetails?: boolean | "auto" | undefined;
8203
8171
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8209,7 +8177,7 @@ export declare const VAutocomplete: {
8209
8177
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8210
8178
  modelValue?: unknown;
8211
8179
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8212
- }, 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<{
8180
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8213
8181
  $: import("vue").ComponentInternalInstance;
8214
8182
  $data: {};
8215
8183
  $props: Partial<{
@@ -8256,13 +8224,13 @@ export declare const VAutocomplete: {
8256
8224
  rounded?: string | number | boolean | undefined;
8257
8225
  baseColor?: string | undefined;
8258
8226
  bgColor?: string | undefined;
8259
- iconColor?: string | boolean | undefined;
8260
8227
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8261
8228
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8262
8229
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8263
8230
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8264
8231
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8265
8232
  centerAffix?: boolean | undefined;
8233
+ iconColor?: string | boolean | undefined;
8266
8234
  } & 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">;
8267
8235
  $attrs: {
8268
8236
  [x: string]: unknown;
@@ -8315,13 +8283,13 @@ export declare const VAutocomplete: {
8315
8283
  rounded?: string | number | boolean | undefined;
8316
8284
  baseColor?: string | undefined;
8317
8285
  bgColor?: string | undefined;
8318
- iconColor?: string | boolean | undefined;
8319
8286
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8320
8287
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8321
8288
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8322
8289
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8323
8290
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8324
8291
  centerAffix?: boolean | undefined;
8292
+ iconColor?: string | boolean | undefined;
8325
8293
  } & {
8326
8294
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8327
8295
  }, {
@@ -8425,13 +8393,13 @@ export declare const VAutocomplete: {
8425
8393
  rounded?: string | number | boolean | undefined;
8426
8394
  baseColor?: string | undefined;
8427
8395
  bgColor?: string | undefined;
8428
- iconColor?: string | boolean | undefined;
8429
8396
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8430
8397
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8431
8398
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8432
8399
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8433
8400
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8434
8401
  centerAffix?: boolean | undefined;
8402
+ iconColor?: string | boolean | undefined;
8435
8403
  } & {
8436
8404
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8437
8405
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8440,7 +8408,7 @@ export declare const VAutocomplete: {
8440
8408
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8441
8409
  modelValue?: unknown;
8442
8410
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8443
- }, 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}`> & {
8411
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8444
8412
  _allExposed: {
8445
8413
  reset: () => Promise<void>;
8446
8414
  resetValidation: () => Promise<void>;
@@ -8608,7 +8576,6 @@ export declare const VAutocomplete: {
8608
8576
  bgColor?: string | undefined;
8609
8577
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8610
8578
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8611
- iconColor?: string | boolean | undefined;
8612
8579
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8613
8580
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8614
8581
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8617,6 +8584,7 @@ export declare const VAutocomplete: {
8617
8584
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8618
8585
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8619
8586
  centerAffix?: boolean | undefined;
8587
+ iconColor?: string | boolean | undefined;
8620
8588
  hint?: string | undefined;
8621
8589
  hideDetails?: boolean | "auto" | undefined;
8622
8590
  suffix?: string | undefined;
@@ -8731,9 +8699,9 @@ export declare const VAutocomplete: {
8731
8699
  baseColor?: string | undefined;
8732
8700
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8733
8701
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8734
- iconColor?: string | boolean | undefined;
8735
8702
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8736
8703
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8704
+ iconColor?: string | boolean | undefined;
8737
8705
  hint?: string | undefined;
8738
8706
  hideDetails?: boolean | "auto" | undefined;
8739
8707
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8787,9 +8755,9 @@ export declare const VAutocomplete: {
8787
8755
  baseColor?: string | undefined;
8788
8756
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8789
8757
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8790
- iconColor?: string | boolean | undefined;
8791
8758
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8792
8759
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8760
+ iconColor?: string | boolean | undefined;
8793
8761
  hint?: string | undefined;
8794
8762
  hideDetails?: boolean | "auto" | undefined;
8795
8763
  } & {}, {
@@ -8890,9 +8858,9 @@ export declare const VAutocomplete: {
8890
8858
  baseColor?: string | undefined;
8891
8859
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8892
8860
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8893
- iconColor?: string | boolean | undefined;
8894
8861
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8895
8862
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8863
+ iconColor?: string | boolean | undefined;
8896
8864
  hint?: string | undefined;
8897
8865
  hideDetails?: boolean | "auto" | undefined;
8898
8866
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8904,7 +8872,7 @@ export declare const VAutocomplete: {
8904
8872
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8905
8873
  modelValue?: unknown;
8906
8874
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8907
- }, 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<{
8875
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8908
8876
  $: import("vue").ComponentInternalInstance;
8909
8877
  $data: {};
8910
8878
  $props: Partial<{
@@ -8951,13 +8919,13 @@ export declare const VAutocomplete: {
8951
8919
  rounded?: string | number | boolean | undefined;
8952
8920
  baseColor?: string | undefined;
8953
8921
  bgColor?: string | undefined;
8954
- iconColor?: string | boolean | undefined;
8955
8922
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8956
8923
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8957
8924
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8958
8925
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8959
8926
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8960
8927
  centerAffix?: boolean | undefined;
8928
+ iconColor?: string | boolean | undefined;
8961
8929
  } & 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">;
8962
8930
  $attrs: {
8963
8931
  [x: string]: unknown;
@@ -9010,13 +8978,13 @@ export declare const VAutocomplete: {
9010
8978
  rounded?: string | number | boolean | undefined;
9011
8979
  baseColor?: string | undefined;
9012
8980
  bgColor?: string | undefined;
9013
- iconColor?: string | boolean | undefined;
9014
8981
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9015
8982
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9016
8983
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9017
8984
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9018
8985
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9019
8986
  centerAffix?: boolean | undefined;
8987
+ iconColor?: string | boolean | undefined;
9020
8988
  } & {
9021
8989
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9022
8990
  }, {
@@ -9120,13 +9088,13 @@ export declare const VAutocomplete: {
9120
9088
  rounded?: string | number | boolean | undefined;
9121
9089
  baseColor?: string | undefined;
9122
9090
  bgColor?: string | undefined;
9123
- iconColor?: string | boolean | undefined;
9124
9091
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9125
9092
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9126
9093
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9127
9094
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9128
9095
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9129
9096
  centerAffix?: boolean | undefined;
9097
+ iconColor?: string | boolean | undefined;
9130
9098
  } & {
9131
9099
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9132
9100
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9135,7 +9103,7 @@ export declare const VAutocomplete: {
9135
9103
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9136
9104
  modelValue?: unknown;
9137
9105
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9138
- }, 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}`> & {
9106
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9139
9107
  _allExposed: {
9140
9108
  reset: () => Promise<void>;
9141
9109
  resetValidation: () => Promise<void>;
@@ -9146,7 +9114,7 @@ export declare const VAutocomplete: {
9146
9114
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
9147
9115
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
9148
9116
  } | {};
9149
- }> & {} & 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}`> & {
9117
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9150
9118
  _allExposed: (HTMLInputElement & Omit<Omit<{
9151
9119
  $: import("vue").ComponentInternalInstance;
9152
9120
  $data: {};
@@ -9197,9 +9165,9 @@ export declare const VAutocomplete: {
9197
9165
  baseColor?: string | undefined;
9198
9166
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9199
9167
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9200
- iconColor?: string | boolean | undefined;
9201
9168
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9202
9169
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9170
+ iconColor?: string | boolean | undefined;
9203
9171
  hint?: string | undefined;
9204
9172
  hideDetails?: boolean | "auto" | undefined;
9205
9173
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9253,9 +9221,9 @@ export declare const VAutocomplete: {
9253
9221
  baseColor?: string | undefined;
9254
9222
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9255
9223
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9256
- iconColor?: string | boolean | undefined;
9257
9224
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9258
9225
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9226
+ iconColor?: string | boolean | undefined;
9259
9227
  hint?: string | undefined;
9260
9228
  hideDetails?: boolean | "auto" | undefined;
9261
9229
  } & {}, {
@@ -9356,9 +9324,9 @@ export declare const VAutocomplete: {
9356
9324
  baseColor?: string | undefined;
9357
9325
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9358
9326
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9359
- iconColor?: string | boolean | undefined;
9360
9327
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9361
9328
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9329
+ iconColor?: string | boolean | undefined;
9362
9330
  hint?: string | undefined;
9363
9331
  hideDetails?: boolean | "auto" | undefined;
9364
9332
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9370,7 +9338,7 @@ export declare const VAutocomplete: {
9370
9338
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9371
9339
  modelValue?: unknown;
9372
9340
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9373
- }, 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<{
9341
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9374
9342
  $: import("vue").ComponentInternalInstance;
9375
9343
  $data: {};
9376
9344
  $props: Partial<{
@@ -9417,13 +9385,13 @@ export declare const VAutocomplete: {
9417
9385
  rounded?: string | number | boolean | undefined;
9418
9386
  baseColor?: string | undefined;
9419
9387
  bgColor?: string | undefined;
9420
- iconColor?: string | boolean | undefined;
9421
9388
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9422
9389
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9423
9390
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9424
9391
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9425
9392
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9426
9393
  centerAffix?: boolean | undefined;
9394
+ iconColor?: string | boolean | undefined;
9427
9395
  } & 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">;
9428
9396
  $attrs: {
9429
9397
  [x: string]: unknown;
@@ -9476,13 +9444,13 @@ export declare const VAutocomplete: {
9476
9444
  rounded?: string | number | boolean | undefined;
9477
9445
  baseColor?: string | undefined;
9478
9446
  bgColor?: string | undefined;
9479
- iconColor?: string | boolean | undefined;
9480
9447
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9481
9448
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9482
9449
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9483
9450
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9484
9451
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9485
9452
  centerAffix?: boolean | undefined;
9453
+ iconColor?: string | boolean | undefined;
9486
9454
  } & {
9487
9455
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9488
9456
  }, {
@@ -9586,13 +9554,13 @@ export declare const VAutocomplete: {
9586
9554
  rounded?: string | number | boolean | undefined;
9587
9555
  baseColor?: string | undefined;
9588
9556
  bgColor?: string | undefined;
9589
- iconColor?: string | boolean | undefined;
9590
9557
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9591
9558
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9592
9559
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9593
9560
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9594
9561
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9595
9562
  centerAffix?: boolean | undefined;
9563
+ iconColor?: string | boolean | undefined;
9596
9564
  } & {
9597
9565
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9598
9566
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9601,7 +9569,7 @@ export declare const VAutocomplete: {
9601
9569
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9602
9570
  modelValue?: unknown;
9603
9571
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9604
- }, 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}`> & {
9572
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9605
9573
  _allExposed: {
9606
9574
  reset: () => Promise<void>;
9607
9575
  resetValidation: () => Promise<void>;
@@ -9627,7 +9595,7 @@ export declare const VAutocomplete: {
9627
9595
  'update:search': (value: any) => true;
9628
9596
  'update:modelValue': (value: any) => true;
9629
9597
  'update:menu': (value: boolean) => true;
9630
- }, "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, {
9598
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
9631
9599
  flat: boolean;
9632
9600
  reverse: boolean;
9633
9601
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -9676,7 +9644,6 @@ export declare const VAutocomplete: {
9676
9644
  hideSelected: boolean;
9677
9645
  menuIcon: import("../../composables/icons.js").IconValue;
9678
9646
  openOnClear: boolean;
9679
- noAutoScroll: boolean;
9680
9647
  clearOnSelect: boolean;
9681
9648
  }, {}, string, import("vue").SlotsType<Partial<{
9682
9649
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -9707,14 +9674,6 @@ export declare const VAutocomplete: {
9707
9674
  item: ListItem<unknown>;
9708
9675
  index: number;
9709
9676
  }) => import("vue").VNode[];
9710
- subheader: (arg: {
9711
- props: Record<string, unknown>;
9712
- index: number;
9713
- }) => import("vue").VNode[];
9714
- divider: (arg: {
9715
- props: Record<string, unknown>;
9716
- index: number;
9717
- }) => import("vue").VNode[];
9718
9677
  'prepend-item': () => import("vue").VNode[];
9719
9678
  'append-item': () => import("vue").VNode[];
9720
9679
  'no-data': () => import("vue").VNode[];
@@ -9742,14 +9701,6 @@ export declare const VAutocomplete: {
9742
9701
  item: ListItem<Item>;
9743
9702
  index: number;
9744
9703
  };
9745
- subheader: {
9746
- props: Record<string, unknown>;
9747
- index: number;
9748
- };
9749
- divider: {
9750
- props: Record<string, unknown>;
9751
- index: number;
9752
- };
9753
9704
  "prepend-item": never;
9754
9705
  "append-item": never;
9755
9706
  "no-data": never;
@@ -9847,7 +9798,6 @@ export declare const VAutocomplete: {
9847
9798
  bgColor: StringConstructor;
9848
9799
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9849
9800
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
9850
- iconColor: (StringConstructor | BooleanConstructor)[];
9851
9801
  clearIcon: {
9852
9802
  type: PropType<import("../../composables/icons.js").IconValue>;
9853
9803
  default: string;
@@ -9863,6 +9813,7 @@ export declare const VAutocomplete: {
9863
9813
  default: undefined;
9864
9814
  };
9865
9815
  glow: BooleanConstructor;
9816
+ iconColor: (StringConstructor | BooleanConstructor)[];
9866
9817
  hideSpinButtons: BooleanConstructor;
9867
9818
  hint: StringConstructor;
9868
9819
  persistentHint: BooleanConstructor;
@@ -9931,7 +9882,6 @@ export declare const VAutocomplete: {
9931
9882
  };
9932
9883
  openOnClear: BooleanConstructor;
9933
9884
  itemColor: StringConstructor;
9934
- noAutoScroll: BooleanConstructor;
9935
9885
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
9936
9886
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
9937
9887
  filterKeys: {
@@ -10042,7 +9992,6 @@ export declare const VAutocomplete: {
10042
9992
  bgColor: StringConstructor;
10043
9993
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
10044
9994
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
10045
- iconColor: (StringConstructor | BooleanConstructor)[];
10046
9995
  clearIcon: {
10047
9996
  type: PropType<import("../../composables/icons.js").IconValue>;
10048
9997
  default: string;
@@ -10058,6 +10007,7 @@ export declare const VAutocomplete: {
10058
10007
  default: undefined;
10059
10008
  };
10060
10009
  glow: BooleanConstructor;
10010
+ iconColor: (StringConstructor | BooleanConstructor)[];
10061
10011
  hideSpinButtons: BooleanConstructor;
10062
10012
  hint: StringConstructor;
10063
10013
  persistentHint: BooleanConstructor;
@@ -10126,7 +10076,6 @@ export declare const VAutocomplete: {
10126
10076
  };
10127
10077
  openOnClear: BooleanConstructor;
10128
10078
  itemColor: StringConstructor;
10129
- noAutoScroll: BooleanConstructor;
10130
10079
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
10131
10080
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
10132
10081
  filterKeys: {