@vuetify/nightly 3.8.6-master.2025-05-26 → 3.8.7-dev.2025-05-27

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 (117) hide show
  1. package/CHANGELOG.md +24 -24
  2. package/dist/json/attributes.json +3294 -3218
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +192 -192
  5. package/dist/json/tags.json +19 -0
  6. package/dist/json/web-types.json +5776 -5504
  7. package/dist/vuetify-labs.cjs +305 -128
  8. package/dist/vuetify-labs.css +5202 -5174
  9. package/dist/vuetify-labs.d.ts +1580 -1351
  10. package/dist/vuetify-labs.esm.js +306 -129
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +305 -128
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +299 -117
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4512 -4484
  17. package/dist/vuetify.d.ts +739 -518
  18. package/dist/vuetify.esm.js +300 -118
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +299 -117
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1194 -1184
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +6 -1
  26. package/lib/components/VAlert/VAlert.d.ts +35 -0
  27. package/lib/components/VAlert/VAlert.js +15 -10
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +7 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +133 -96
  31. package/lib/components/VAutocomplete/VAutocomplete.js +19 -2
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
  34. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  35. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  36. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  37. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
  38. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  39. package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
  40. package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
  41. package/lib/components/VCombobox/VCombobox.d.ts +133 -96
  42. package/lib/components/VCombobox/VCombobox.js +20 -2
  43. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  44. package/lib/components/VDataTable/VDataTable.d.ts +18 -0
  45. package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
  46. package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
  47. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  48. package/lib/components/VDataTable/VDataTableServer.d.ts +13 -0
  49. package/lib/components/VDataTable/VDataTableVirtual.d.ts +13 -0
  50. package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
  51. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
  52. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  53. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  54. package/lib/components/VField/VField.d.ts +3 -3
  55. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  56. package/lib/components/VInput/VInput.d.ts +4 -4
  57. package/lib/components/VList/VListChildren.js.map +1 -1
  58. package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
  59. package/lib/components/VNumberInput/VNumberInput.js +19 -4
  60. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  61. package/lib/components/VOtpInput/VOtpInput.js +2 -1
  62. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  63. package/lib/components/VOverlay/VOverlay.css +1 -1
  64. package/lib/components/VOverlay/_variables.scss +1 -1
  65. package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
  66. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  67. package/lib/components/VSelect/VSelect.d.ts +138 -96
  68. package/lib/components/VSelect/VSelect.js +21 -3
  69. package/lib/components/VSelect/VSelect.js.map +1 -1
  70. package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
  71. package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
  72. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  73. package/lib/components/VSlider/VSlider.d.ts +3 -3
  74. package/lib/components/VSwitch/VSwitch.d.ts +3 -3
  75. package/lib/components/VTabs/VTabs.d.ts +10 -0
  76. package/lib/components/VTextField/VTextField.d.ts +27 -27
  77. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  78. package/lib/composables/calendar.d.ts +6 -0
  79. package/lib/composables/calendar.js +2 -1
  80. package/lib/composables/calendar.js.map +1 -1
  81. package/lib/composables/date/DateAdapter.d.ts +1 -1
  82. package/lib/composables/date/DateAdapter.js.map +1 -1
  83. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  84. package/lib/composables/date/adapters/vuetify.js +4 -4
  85. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  86. package/lib/composables/date/date.d.ts +1 -1
  87. package/lib/composables/date/index.d.ts +1 -0
  88. package/lib/composables/date/index.js +1 -0
  89. package/lib/composables/date/index.js.map +1 -1
  90. package/lib/composables/filter.js +3 -0
  91. package/lib/composables/filter.js.map +1 -1
  92. package/lib/composables/iconSizes.d.ts +28 -0
  93. package/lib/composables/iconSizes.js +23 -0
  94. package/lib/composables/iconSizes.js.map +1 -0
  95. package/lib/composables/theme.d.ts +6 -1
  96. package/lib/composables/theme.js +94 -26
  97. package/lib/composables/theme.js.map +1 -1
  98. package/lib/composables/virtual.js +6 -1
  99. package/lib/composables/virtual.js.map +1 -1
  100. package/lib/entry-bundler.d.ts +1 -1
  101. package/lib/entry-bundler.js +1 -1
  102. package/lib/entry-bundler.js.map +1 -1
  103. package/lib/framework.d.ts +73 -68
  104. package/lib/framework.js +1 -1
  105. package/lib/framework.js.map +1 -1
  106. package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
  107. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  108. package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
  109. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  110. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  111. package/lib/labs/VIconBtn/VIconBtn.js +7 -11
  112. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  113. package/lib/labs/entry-bundler.d.ts +1 -1
  114. package/lib/util/globals.d.ts +1 -0
  115. package/lib/util/globals.js +1 -0
  116. package/lib/util/globals.js.map +1 -1
  117. package/package.json +3 -1
@@ -52,6 +52,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
52
52
  bgColor?: unknown;
53
53
  prependIcon?: unknown;
54
54
  appendIcon?: unknown;
55
+ iconColor?: unknown;
55
56
  clearIcon?: unknown;
56
57
  prependInnerIcon?: unknown;
57
58
  'onClick:clear'?: unknown;
@@ -61,7 +62,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
61
62
  'onClick:prependInner'?: unknown;
62
63
  centerAffix?: unknown;
63
64
  glow?: unknown;
64
- iconColor?: unknown;
65
65
  hideSpinButtons?: unknown;
66
66
  hint?: unknown;
67
67
  persistentHint?: unknown;
@@ -96,6 +96,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
96
96
  noDataText?: unknown;
97
97
  openOnClear?: unknown;
98
98
  itemColor?: unknown;
99
+ noAutoScroll?: unknown;
99
100
  customFilter?: unknown;
100
101
  customKeyFilter?: unknown;
101
102
  filterKeys?: unknown;
@@ -381,6 +382,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
381
382
  type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
382
383
  default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
383
384
  };
385
+ iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
386
+ type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
387
+ default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
388
+ };
384
389
  clearIcon: unknown extends Defaults["clearIcon"] ? {
385
390
  type: PropType<import("../../composables/icons.js").IconValue>;
386
391
  default: string;
@@ -429,10 +434,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
429
434
  type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
430
435
  default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
431
436
  };
432
- iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
433
- type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
434
- default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
435
- };
436
437
  hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
437
438
  type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
438
439
  default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
@@ -2125,6 +2126,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
2125
2126
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
2126
2127
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
2127
2128
  };
2129
+ noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
2130
+ type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
2131
+ default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
2132
+ };
2128
2133
  customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
2129
2134
  type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
2130
2135
  default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
@@ -2223,6 +2228,7 @@ export declare const VAutocomplete: {
2223
2228
  hideSelected: boolean;
2224
2229
  menuIcon: import("../../composables/icons.js").IconValue;
2225
2230
  openOnClear: boolean;
2231
+ noAutoScroll: boolean;
2226
2232
  clearOnSelect: boolean;
2227
2233
  } & {
2228
2234
  search?: string | undefined;
@@ -2249,6 +2255,7 @@ export declare const VAutocomplete: {
2249
2255
  bgColor?: string | undefined;
2250
2256
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2251
2257
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2258
+ iconColor?: string | boolean | undefined;
2252
2259
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2253
2260
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2254
2261
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2256,7 +2263,6 @@ export declare const VAutocomplete: {
2256
2263
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2257
2264
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2258
2265
  centerAffix?: boolean | undefined;
2259
- iconColor?: string | boolean | undefined;
2260
2266
  hint?: string | undefined;
2261
2267
  hideDetails?: boolean | "auto" | undefined;
2262
2268
  suffix?: string | undefined;
@@ -2737,6 +2743,7 @@ export declare const VAutocomplete: {
2737
2743
  bgColor?: string | undefined;
2738
2744
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2739
2745
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2746
+ iconColor?: string | boolean | undefined;
2740
2747
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2741
2748
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2742
2749
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2745,7 +2752,6 @@ export declare const VAutocomplete: {
2745
2752
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2746
2753
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2747
2754
  centerAffix?: boolean | undefined;
2748
- iconColor?: string | boolean | undefined;
2749
2755
  hint?: string | undefined;
2750
2756
  hideDetails?: boolean | "auto" | undefined;
2751
2757
  suffix?: string | undefined;
@@ -2889,6 +2895,7 @@ export declare const VAutocomplete: {
2889
2895
  bgColor?: string | undefined;
2890
2896
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2891
2897
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2898
+ iconColor?: string | boolean | undefined;
2892
2899
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2893
2900
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2894
2901
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2897,7 +2904,6 @@ export declare const VAutocomplete: {
2897
2904
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2898
2905
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2899
2906
  centerAffix?: boolean | undefined;
2900
- iconColor?: string | boolean | undefined;
2901
2907
  hint?: string | undefined;
2902
2908
  hideDetails?: boolean | "auto" | undefined;
2903
2909
  suffix?: string | undefined;
@@ -3012,9 +3018,9 @@ export declare const VAutocomplete: {
3012
3018
  baseColor?: string | undefined;
3013
3019
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3014
3020
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3021
+ iconColor?: string | boolean | undefined;
3015
3022
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3016
3023
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3017
- iconColor?: string | boolean | undefined;
3018
3024
  hint?: string | undefined;
3019
3025
  hideDetails?: boolean | "auto" | undefined;
3020
3026
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3068,9 +3074,9 @@ export declare const VAutocomplete: {
3068
3074
  baseColor?: string | undefined;
3069
3075
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3070
3076
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3077
+ iconColor?: string | boolean | undefined;
3071
3078
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3072
3079
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3073
- iconColor?: string | boolean | undefined;
3074
3080
  hint?: string | undefined;
3075
3081
  hideDetails?: boolean | "auto" | undefined;
3076
3082
  } & {}, {
@@ -3171,9 +3177,9 @@ export declare const VAutocomplete: {
3171
3177
  baseColor?: string | undefined;
3172
3178
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3173
3179
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3180
+ iconColor?: string | boolean | undefined;
3174
3181
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3175
3182
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3176
- iconColor?: string | boolean | undefined;
3177
3183
  hint?: string | undefined;
3178
3184
  hideDetails?: boolean | "auto" | undefined;
3179
3185
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3185,7 +3191,7 @@ export declare const VAutocomplete: {
3185
3191
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3186
3192
  modelValue?: unknown;
3187
3193
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3188
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3194
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3189
3195
  $: import("vue").ComponentInternalInstance;
3190
3196
  $data: {};
3191
3197
  $props: Partial<{
@@ -3232,13 +3238,13 @@ export declare const VAutocomplete: {
3232
3238
  rounded?: string | number | boolean | undefined;
3233
3239
  baseColor?: string | undefined;
3234
3240
  bgColor?: string | undefined;
3241
+ iconColor?: string | boolean | undefined;
3235
3242
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3236
3243
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3237
3244
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3238
3245
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3239
3246
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3240
3247
  centerAffix?: boolean | undefined;
3241
- iconColor?: string | boolean | undefined;
3242
3248
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3243
3249
  $attrs: {
3244
3250
  [x: string]: unknown;
@@ -3291,13 +3297,13 @@ export declare const VAutocomplete: {
3291
3297
  rounded?: string | number | boolean | undefined;
3292
3298
  baseColor?: string | undefined;
3293
3299
  bgColor?: string | undefined;
3300
+ iconColor?: string | boolean | undefined;
3294
3301
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3295
3302
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3296
3303
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3297
3304
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3298
3305
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3299
3306
  centerAffix?: boolean | undefined;
3300
- iconColor?: string | boolean | undefined;
3301
3307
  } & {
3302
3308
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3303
3309
  }, {
@@ -3401,13 +3407,13 @@ export declare const VAutocomplete: {
3401
3407
  rounded?: string | number | boolean | undefined;
3402
3408
  baseColor?: string | undefined;
3403
3409
  bgColor?: string | undefined;
3410
+ iconColor?: string | boolean | undefined;
3404
3411
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3405
3412
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3406
3413
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3407
3414
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3408
3415
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3409
3416
  centerAffix?: boolean | undefined;
3410
- iconColor?: string | boolean | undefined;
3411
3417
  } & {
3412
3418
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3413
3419
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3416,7 +3422,7 @@ export declare const VAutocomplete: {
3416
3422
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3417
3423
  modelValue?: unknown;
3418
3424
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3419
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3425
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3420
3426
  _allExposed: {
3421
3427
  reset: () => Promise<void>;
3422
3428
  resetValidation: () => Promise<void>;
@@ -3584,6 +3590,7 @@ export declare const VAutocomplete: {
3584
3590
  bgColor?: string | undefined;
3585
3591
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3586
3592
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3593
+ iconColor?: string | boolean | undefined;
3587
3594
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3588
3595
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3589
3596
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3592,7 +3599,6 @@ export declare const VAutocomplete: {
3592
3599
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3593
3600
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3594
3601
  centerAffix?: boolean | undefined;
3595
- iconColor?: string | boolean | undefined;
3596
3602
  hint?: string | undefined;
3597
3603
  hideDetails?: boolean | "auto" | undefined;
3598
3604
  suffix?: string | undefined;
@@ -3707,9 +3713,9 @@ export declare const VAutocomplete: {
3707
3713
  baseColor?: string | undefined;
3708
3714
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3709
3715
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3716
+ iconColor?: string | boolean | undefined;
3710
3717
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3711
3718
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3712
- iconColor?: string | boolean | undefined;
3713
3719
  hint?: string | undefined;
3714
3720
  hideDetails?: boolean | "auto" | undefined;
3715
3721
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3763,9 +3769,9 @@ export declare const VAutocomplete: {
3763
3769
  baseColor?: string | undefined;
3764
3770
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3765
3771
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3772
+ iconColor?: string | boolean | undefined;
3766
3773
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3767
3774
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3768
- iconColor?: string | boolean | undefined;
3769
3775
  hint?: string | undefined;
3770
3776
  hideDetails?: boolean | "auto" | undefined;
3771
3777
  } & {}, {
@@ -3866,9 +3872,9 @@ export declare const VAutocomplete: {
3866
3872
  baseColor?: string | undefined;
3867
3873
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3868
3874
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3875
+ iconColor?: string | boolean | undefined;
3869
3876
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3870
3877
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3871
- iconColor?: string | boolean | undefined;
3872
3878
  hint?: string | undefined;
3873
3879
  hideDetails?: boolean | "auto" | undefined;
3874
3880
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3880,7 +3886,7 @@ export declare const VAutocomplete: {
3880
3886
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3881
3887
  modelValue?: unknown;
3882
3888
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3883
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3889
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3884
3890
  $: import("vue").ComponentInternalInstance;
3885
3891
  $data: {};
3886
3892
  $props: Partial<{
@@ -3927,13 +3933,13 @@ export declare const VAutocomplete: {
3927
3933
  rounded?: string | number | boolean | undefined;
3928
3934
  baseColor?: string | undefined;
3929
3935
  bgColor?: string | undefined;
3936
+ iconColor?: string | boolean | undefined;
3930
3937
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3931
3938
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3932
3939
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3933
3940
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3934
3941
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3935
3942
  centerAffix?: boolean | undefined;
3936
- iconColor?: string | boolean | undefined;
3937
3943
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3938
3944
  $attrs: {
3939
3945
  [x: string]: unknown;
@@ -3986,13 +3992,13 @@ export declare const VAutocomplete: {
3986
3992
  rounded?: string | number | boolean | undefined;
3987
3993
  baseColor?: string | undefined;
3988
3994
  bgColor?: string | undefined;
3995
+ iconColor?: string | boolean | undefined;
3989
3996
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3990
3997
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3991
3998
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3992
3999
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3993
4000
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3994
4001
  centerAffix?: boolean | undefined;
3995
- iconColor?: string | boolean | undefined;
3996
4002
  } & {
3997
4003
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3998
4004
  }, {
@@ -4096,13 +4102,13 @@ export declare const VAutocomplete: {
4096
4102
  rounded?: string | number | boolean | undefined;
4097
4103
  baseColor?: string | undefined;
4098
4104
  bgColor?: string | undefined;
4105
+ iconColor?: string | boolean | undefined;
4099
4106
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4100
4107
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4101
4108
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4102
4109
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4103
4110
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4104
4111
  centerAffix?: boolean | undefined;
4105
- iconColor?: string | boolean | undefined;
4106
4112
  } & {
4107
4113
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4108
4114
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4111,7 +4117,7 @@ export declare const VAutocomplete: {
4111
4117
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4112
4118
  modelValue?: unknown;
4113
4119
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4114
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4120
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4115
4121
  _allExposed: {
4116
4122
  reset: () => Promise<void>;
4117
4123
  resetValidation: () => Promise<void>;
@@ -4122,7 +4128,7 @@ export declare const VAutocomplete: {
4122
4128
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4123
4129
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4124
4130
  } | {};
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}`> & {
4131
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4126
4132
  _allExposed: (HTMLInputElement & Omit<Omit<{
4127
4133
  $: import("vue").ComponentInternalInstance;
4128
4134
  $data: {};
@@ -4173,9 +4179,9 @@ export declare const VAutocomplete: {
4173
4179
  baseColor?: string | undefined;
4174
4180
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4175
4181
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4182
+ iconColor?: string | boolean | undefined;
4176
4183
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4177
4184
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4178
- iconColor?: string | boolean | undefined;
4179
4185
  hint?: string | undefined;
4180
4186
  hideDetails?: boolean | "auto" | undefined;
4181
4187
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4229,9 +4235,9 @@ export declare const VAutocomplete: {
4229
4235
  baseColor?: string | undefined;
4230
4236
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4231
4237
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4238
+ iconColor?: string | boolean | undefined;
4232
4239
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4233
4240
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4234
- iconColor?: string | boolean | undefined;
4235
4241
  hint?: string | undefined;
4236
4242
  hideDetails?: boolean | "auto" | undefined;
4237
4243
  } & {}, {
@@ -4332,9 +4338,9 @@ export declare const VAutocomplete: {
4332
4338
  baseColor?: string | undefined;
4333
4339
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4334
4340
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4341
+ iconColor?: string | boolean | undefined;
4335
4342
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4336
4343
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4337
- iconColor?: string | boolean | undefined;
4338
4344
  hint?: string | undefined;
4339
4345
  hideDetails?: boolean | "auto" | undefined;
4340
4346
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4346,7 +4352,7 @@ export declare const VAutocomplete: {
4346
4352
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4347
4353
  modelValue?: unknown;
4348
4354
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4349
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4355
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4350
4356
  $: import("vue").ComponentInternalInstance;
4351
4357
  $data: {};
4352
4358
  $props: Partial<{
@@ -4393,13 +4399,13 @@ export declare const VAutocomplete: {
4393
4399
  rounded?: string | number | boolean | undefined;
4394
4400
  baseColor?: string | undefined;
4395
4401
  bgColor?: string | undefined;
4402
+ iconColor?: string | boolean | undefined;
4396
4403
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4397
4404
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4398
4405
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4399
4406
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4400
4407
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4401
4408
  centerAffix?: boolean | undefined;
4402
- iconColor?: string | boolean | undefined;
4403
4409
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4404
4410
  $attrs: {
4405
4411
  [x: string]: unknown;
@@ -4452,13 +4458,13 @@ export declare const VAutocomplete: {
4452
4458
  rounded?: string | number | boolean | undefined;
4453
4459
  baseColor?: string | undefined;
4454
4460
  bgColor?: string | undefined;
4461
+ iconColor?: string | boolean | undefined;
4455
4462
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4456
4463
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4457
4464
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4458
4465
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4459
4466
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4460
4467
  centerAffix?: boolean | undefined;
4461
- iconColor?: string | boolean | undefined;
4462
4468
  } & {
4463
4469
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4464
4470
  }, {
@@ -4562,13 +4568,13 @@ export declare const VAutocomplete: {
4562
4568
  rounded?: string | number | boolean | undefined;
4563
4569
  baseColor?: string | undefined;
4564
4570
  bgColor?: string | undefined;
4571
+ iconColor?: string | boolean | undefined;
4565
4572
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4566
4573
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4567
4574
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4568
4575
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4569
4576
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4570
4577
  centerAffix?: boolean | undefined;
4571
- iconColor?: string | boolean | undefined;
4572
4578
  } & {
4573
4579
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4574
4580
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4577,7 +4583,7 @@ export declare const VAutocomplete: {
4577
4583
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4578
4584
  modelValue?: unknown;
4579
4585
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4580
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4586
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4581
4587
  _allExposed: {
4582
4588
  reset: () => Promise<void>;
4583
4589
  resetValidation: () => Promise<void>;
@@ -4603,7 +4609,7 @@ export declare const VAutocomplete: {
4603
4609
  'update:search': (value: any) => true;
4604
4610
  'update:modelValue': (value: any) => true;
4605
4611
  'update:menu': (value: boolean) => true;
4606
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
4612
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
4607
4613
  flat: boolean;
4608
4614
  reverse: boolean;
4609
4615
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -4652,6 +4658,7 @@ export declare const VAutocomplete: {
4652
4658
  hideSelected: boolean;
4653
4659
  menuIcon: import("../../composables/icons.js").IconValue;
4654
4660
  openOnClear: boolean;
4661
+ noAutoScroll: boolean;
4655
4662
  clearOnSelect: boolean;
4656
4663
  }, true, {}, import("vue").SlotsType<Partial<{
4657
4664
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -4682,6 +4689,14 @@ export declare const VAutocomplete: {
4682
4689
  item: ListItem<unknown>;
4683
4690
  index: number;
4684
4691
  }) => import("vue").VNode[];
4692
+ subheader: (arg: {
4693
+ props: Record<string, unknown>;
4694
+ index: number;
4695
+ }) => import("vue").VNode[];
4696
+ divider: (arg: {
4697
+ props: Record<string, unknown>;
4698
+ index: number;
4699
+ }) => import("vue").VNode[];
4685
4700
  'prepend-item': () => import("vue").VNode[];
4686
4701
  'append-item': () => import("vue").VNode[];
4687
4702
  'no-data': () => import("vue").VNode[];
@@ -4739,6 +4754,7 @@ export declare const VAutocomplete: {
4739
4754
  hideSelected: boolean;
4740
4755
  menuIcon: import("../../composables/icons.js").IconValue;
4741
4756
  openOnClear: boolean;
4757
+ noAutoScroll: boolean;
4742
4758
  clearOnSelect: boolean;
4743
4759
  } & {
4744
4760
  search?: string | undefined;
@@ -4765,6 +4781,7 @@ export declare const VAutocomplete: {
4765
4781
  bgColor?: string | undefined;
4766
4782
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4767
4783
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4784
+ iconColor?: string | boolean | undefined;
4768
4785
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4769
4786
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4770
4787
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4772,7 +4789,6 @@ export declare const VAutocomplete: {
4772
4789
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4773
4790
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4774
4791
  centerAffix?: boolean | undefined;
4775
- iconColor?: string | boolean | undefined;
4776
4792
  hint?: string | undefined;
4777
4793
  hideDetails?: boolean | "auto" | undefined;
4778
4794
  suffix?: string | undefined;
@@ -5253,6 +5269,7 @@ export declare const VAutocomplete: {
5253
5269
  bgColor?: string | undefined;
5254
5270
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5255
5271
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5272
+ iconColor?: string | boolean | undefined;
5256
5273
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5257
5274
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5258
5275
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5261,7 +5278,6 @@ export declare const VAutocomplete: {
5261
5278
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5262
5279
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5263
5280
  centerAffix?: boolean | undefined;
5264
- iconColor?: string | boolean | undefined;
5265
5281
  hint?: string | undefined;
5266
5282
  hideDetails?: boolean | "auto" | undefined;
5267
5283
  suffix?: string | undefined;
@@ -5405,6 +5421,7 @@ export declare const VAutocomplete: {
5405
5421
  bgColor?: string | undefined;
5406
5422
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5407
5423
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5424
+ iconColor?: string | boolean | undefined;
5408
5425
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5409
5426
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5410
5427
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5413,7 +5430,6 @@ export declare const VAutocomplete: {
5413
5430
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5414
5431
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5415
5432
  centerAffix?: boolean | undefined;
5416
- iconColor?: string | boolean | undefined;
5417
5433
  hint?: string | undefined;
5418
5434
  hideDetails?: boolean | "auto" | undefined;
5419
5435
  suffix?: string | undefined;
@@ -5528,9 +5544,9 @@ export declare const VAutocomplete: {
5528
5544
  baseColor?: string | undefined;
5529
5545
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5530
5546
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5547
+ iconColor?: string | boolean | undefined;
5531
5548
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5532
5549
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5533
- iconColor?: string | boolean | undefined;
5534
5550
  hint?: string | undefined;
5535
5551
  hideDetails?: boolean | "auto" | undefined;
5536
5552
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5584,9 +5600,9 @@ export declare const VAutocomplete: {
5584
5600
  baseColor?: string | undefined;
5585
5601
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5586
5602
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5603
+ iconColor?: string | boolean | undefined;
5587
5604
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5588
5605
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5589
- iconColor?: string | boolean | undefined;
5590
5606
  hint?: string | undefined;
5591
5607
  hideDetails?: boolean | "auto" | undefined;
5592
5608
  } & {}, {
@@ -5687,9 +5703,9 @@ export declare const VAutocomplete: {
5687
5703
  baseColor?: string | undefined;
5688
5704
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5689
5705
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5706
+ iconColor?: string | boolean | undefined;
5690
5707
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5691
5708
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5692
- iconColor?: string | boolean | undefined;
5693
5709
  hint?: string | undefined;
5694
5710
  hideDetails?: boolean | "auto" | undefined;
5695
5711
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5701,7 +5717,7 @@ export declare const VAutocomplete: {
5701
5717
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5702
5718
  modelValue?: unknown;
5703
5719
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5704
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5720
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5705
5721
  $: import("vue").ComponentInternalInstance;
5706
5722
  $data: {};
5707
5723
  $props: Partial<{
@@ -5748,13 +5764,13 @@ export declare const VAutocomplete: {
5748
5764
  rounded?: string | number | boolean | undefined;
5749
5765
  baseColor?: string | undefined;
5750
5766
  bgColor?: string | undefined;
5767
+ iconColor?: string | boolean | undefined;
5751
5768
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5752
5769
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5753
5770
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5754
5771
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5755
5772
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5756
5773
  centerAffix?: boolean | undefined;
5757
- iconColor?: string | boolean | undefined;
5758
5774
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5759
5775
  $attrs: {
5760
5776
  [x: string]: unknown;
@@ -5807,13 +5823,13 @@ export declare const VAutocomplete: {
5807
5823
  rounded?: string | number | boolean | undefined;
5808
5824
  baseColor?: string | undefined;
5809
5825
  bgColor?: string | undefined;
5826
+ iconColor?: string | boolean | undefined;
5810
5827
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5811
5828
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5812
5829
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5813
5830
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5814
5831
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5815
5832
  centerAffix?: boolean | undefined;
5816
- iconColor?: string | boolean | undefined;
5817
5833
  } & {
5818
5834
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5819
5835
  }, {
@@ -5917,13 +5933,13 @@ export declare const VAutocomplete: {
5917
5933
  rounded?: string | number | boolean | undefined;
5918
5934
  baseColor?: string | undefined;
5919
5935
  bgColor?: string | undefined;
5936
+ iconColor?: string | boolean | undefined;
5920
5937
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5921
5938
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5922
5939
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5923
5940
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5924
5941
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5925
5942
  centerAffix?: boolean | undefined;
5926
- iconColor?: string | boolean | undefined;
5927
5943
  } & {
5928
5944
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5929
5945
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5932,7 +5948,7 @@ export declare const VAutocomplete: {
5932
5948
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5933
5949
  modelValue?: unknown;
5934
5950
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5935
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5951
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5936
5952
  _allExposed: {
5937
5953
  reset: () => Promise<void>;
5938
5954
  resetValidation: () => Promise<void>;
@@ -6100,6 +6116,7 @@ export declare const VAutocomplete: {
6100
6116
  bgColor?: string | undefined;
6101
6117
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6102
6118
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6119
+ iconColor?: string | boolean | undefined;
6103
6120
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6104
6121
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6105
6122
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6108,7 +6125,6 @@ export declare const VAutocomplete: {
6108
6125
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6109
6126
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6110
6127
  centerAffix?: boolean | undefined;
6111
- iconColor?: string | boolean | undefined;
6112
6128
  hint?: string | undefined;
6113
6129
  hideDetails?: boolean | "auto" | undefined;
6114
6130
  suffix?: string | undefined;
@@ -6223,9 +6239,9 @@ export declare const VAutocomplete: {
6223
6239
  baseColor?: string | undefined;
6224
6240
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6225
6241
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6242
+ iconColor?: string | boolean | undefined;
6226
6243
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6227
6244
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6228
- iconColor?: string | boolean | undefined;
6229
6245
  hint?: string | undefined;
6230
6246
  hideDetails?: boolean | "auto" | undefined;
6231
6247
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6279,9 +6295,9 @@ export declare const VAutocomplete: {
6279
6295
  baseColor?: string | undefined;
6280
6296
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6281
6297
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6298
+ iconColor?: string | boolean | undefined;
6282
6299
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6283
6300
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6284
- iconColor?: string | boolean | undefined;
6285
6301
  hint?: string | undefined;
6286
6302
  hideDetails?: boolean | "auto" | undefined;
6287
6303
  } & {}, {
@@ -6382,9 +6398,9 @@ export declare const VAutocomplete: {
6382
6398
  baseColor?: string | undefined;
6383
6399
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6384
6400
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6401
+ iconColor?: string | boolean | undefined;
6385
6402
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6386
6403
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6387
- iconColor?: string | boolean | undefined;
6388
6404
  hint?: string | undefined;
6389
6405
  hideDetails?: boolean | "auto" | undefined;
6390
6406
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6396,7 +6412,7 @@ export declare const VAutocomplete: {
6396
6412
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6397
6413
  modelValue?: unknown;
6398
6414
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6399
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6415
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6400
6416
  $: import("vue").ComponentInternalInstance;
6401
6417
  $data: {};
6402
6418
  $props: Partial<{
@@ -6443,13 +6459,13 @@ export declare const VAutocomplete: {
6443
6459
  rounded?: string | number | boolean | undefined;
6444
6460
  baseColor?: string | undefined;
6445
6461
  bgColor?: string | undefined;
6462
+ iconColor?: string | boolean | undefined;
6446
6463
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6447
6464
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6448
6465
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6449
6466
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6450
6467
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6451
6468
  centerAffix?: boolean | undefined;
6452
- iconColor?: string | boolean | undefined;
6453
6469
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6454
6470
  $attrs: {
6455
6471
  [x: string]: unknown;
@@ -6502,13 +6518,13 @@ export declare const VAutocomplete: {
6502
6518
  rounded?: string | number | boolean | undefined;
6503
6519
  baseColor?: string | undefined;
6504
6520
  bgColor?: string | undefined;
6521
+ iconColor?: string | boolean | undefined;
6505
6522
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6506
6523
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6507
6524
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6508
6525
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6509
6526
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6510
6527
  centerAffix?: boolean | undefined;
6511
- iconColor?: string | boolean | undefined;
6512
6528
  } & {
6513
6529
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6514
6530
  }, {
@@ -6612,13 +6628,13 @@ export declare const VAutocomplete: {
6612
6628
  rounded?: string | number | boolean | undefined;
6613
6629
  baseColor?: string | undefined;
6614
6630
  bgColor?: string | undefined;
6631
+ iconColor?: string | boolean | undefined;
6615
6632
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6616
6633
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6617
6634
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6618
6635
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6619
6636
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6620
6637
  centerAffix?: boolean | undefined;
6621
- iconColor?: string | boolean | undefined;
6622
6638
  } & {
6623
6639
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6624
6640
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6627,7 +6643,7 @@ export declare const VAutocomplete: {
6627
6643
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6628
6644
  modelValue?: unknown;
6629
6645
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6630
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6646
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6631
6647
  _allExposed: {
6632
6648
  reset: () => Promise<void>;
6633
6649
  resetValidation: () => Promise<void>;
@@ -6638,7 +6654,7 @@ export declare const VAutocomplete: {
6638
6654
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6639
6655
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6640
6656
  } | {};
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}`> & {
6657
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6642
6658
  _allExposed: (HTMLInputElement & Omit<Omit<{
6643
6659
  $: import("vue").ComponentInternalInstance;
6644
6660
  $data: {};
@@ -6689,9 +6705,9 @@ export declare const VAutocomplete: {
6689
6705
  baseColor?: string | undefined;
6690
6706
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6691
6707
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6708
+ iconColor?: string | boolean | undefined;
6692
6709
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6693
6710
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6694
- iconColor?: string | boolean | undefined;
6695
6711
  hint?: string | undefined;
6696
6712
  hideDetails?: boolean | "auto" | undefined;
6697
6713
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6745,9 +6761,9 @@ export declare const VAutocomplete: {
6745
6761
  baseColor?: string | undefined;
6746
6762
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6747
6763
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6764
+ iconColor?: string | boolean | undefined;
6748
6765
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6749
6766
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6750
- iconColor?: string | boolean | undefined;
6751
6767
  hint?: string | undefined;
6752
6768
  hideDetails?: boolean | "auto" | undefined;
6753
6769
  } & {}, {
@@ -6848,9 +6864,9 @@ export declare const VAutocomplete: {
6848
6864
  baseColor?: string | undefined;
6849
6865
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6850
6866
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6867
+ iconColor?: string | boolean | undefined;
6851
6868
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6852
6869
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6853
- iconColor?: string | boolean | undefined;
6854
6870
  hint?: string | undefined;
6855
6871
  hideDetails?: boolean | "auto" | undefined;
6856
6872
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6862,7 +6878,7 @@ export declare const VAutocomplete: {
6862
6878
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6863
6879
  modelValue?: unknown;
6864
6880
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6865
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6881
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6866
6882
  $: import("vue").ComponentInternalInstance;
6867
6883
  $data: {};
6868
6884
  $props: Partial<{
@@ -6909,13 +6925,13 @@ export declare const VAutocomplete: {
6909
6925
  rounded?: string | number | boolean | undefined;
6910
6926
  baseColor?: string | undefined;
6911
6927
  bgColor?: string | undefined;
6928
+ iconColor?: string | boolean | undefined;
6912
6929
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6913
6930
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6914
6931
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6915
6932
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6916
6933
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6917
6934
  centerAffix?: boolean | undefined;
6918
- iconColor?: string | boolean | undefined;
6919
6935
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6920
6936
  $attrs: {
6921
6937
  [x: string]: unknown;
@@ -6968,13 +6984,13 @@ export declare const VAutocomplete: {
6968
6984
  rounded?: string | number | boolean | undefined;
6969
6985
  baseColor?: string | undefined;
6970
6986
  bgColor?: string | undefined;
6987
+ iconColor?: string | boolean | undefined;
6971
6988
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6972
6989
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6973
6990
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6974
6991
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6975
6992
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6976
6993
  centerAffix?: boolean | undefined;
6977
- iconColor?: string | boolean | undefined;
6978
6994
  } & {
6979
6995
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6980
6996
  }, {
@@ -7078,13 +7094,13 @@ export declare const VAutocomplete: {
7078
7094
  rounded?: string | number | boolean | undefined;
7079
7095
  baseColor?: string | undefined;
7080
7096
  bgColor?: string | undefined;
7097
+ iconColor?: string | boolean | undefined;
7081
7098
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7082
7099
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7083
7100
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7084
7101
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7085
7102
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7086
7103
  centerAffix?: boolean | undefined;
7087
- iconColor?: string | boolean | undefined;
7088
7104
  } & {
7089
7105
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7090
7106
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7093,7 +7109,7 @@ export declare const VAutocomplete: {
7093
7109
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7094
7110
  modelValue?: unknown;
7095
7111
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7096
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7112
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7097
7113
  _allExposed: {
7098
7114
  reset: () => Promise<void>;
7099
7115
  resetValidation: () => Promise<void>;
@@ -7163,6 +7179,7 @@ export declare const VAutocomplete: {
7163
7179
  hideSelected: boolean;
7164
7180
  menuIcon: import("../../composables/icons.js").IconValue;
7165
7181
  openOnClear: boolean;
7182
+ noAutoScroll: boolean;
7166
7183
  clearOnSelect: boolean;
7167
7184
  }>;
7168
7185
  __isFragment?: never;
@@ -7215,6 +7232,7 @@ export declare const VAutocomplete: {
7215
7232
  hideSelected: boolean;
7216
7233
  menuIcon: import("../../composables/icons.js").IconValue;
7217
7234
  openOnClear: boolean;
7235
+ noAutoScroll: boolean;
7218
7236
  clearOnSelect: boolean;
7219
7237
  } & {
7220
7238
  search?: string | undefined;
@@ -7241,6 +7259,7 @@ export declare const VAutocomplete: {
7241
7259
  bgColor?: string | undefined;
7242
7260
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7243
7261
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7262
+ iconColor?: string | boolean | undefined;
7244
7263
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7245
7264
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7246
7265
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7248,7 +7267,6 @@ export declare const VAutocomplete: {
7248
7267
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7249
7268
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7250
7269
  centerAffix?: boolean | undefined;
7251
- iconColor?: string | boolean | undefined;
7252
7270
  hint?: string | undefined;
7253
7271
  hideDetails?: boolean | "auto" | undefined;
7254
7272
  suffix?: string | undefined;
@@ -7729,6 +7747,7 @@ export declare const VAutocomplete: {
7729
7747
  bgColor?: string | undefined;
7730
7748
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7731
7749
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7750
+ iconColor?: string | boolean | undefined;
7732
7751
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7733
7752
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7734
7753
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7737,7 +7756,6 @@ export declare const VAutocomplete: {
7737
7756
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7738
7757
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7739
7758
  centerAffix?: boolean | undefined;
7740
- iconColor?: string | boolean | undefined;
7741
7759
  hint?: string | undefined;
7742
7760
  hideDetails?: boolean | "auto" | undefined;
7743
7761
  suffix?: string | undefined;
@@ -7881,6 +7899,7 @@ export declare const VAutocomplete: {
7881
7899
  bgColor?: string | undefined;
7882
7900
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7883
7901
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7902
+ iconColor?: string | boolean | undefined;
7884
7903
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7885
7904
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7886
7905
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7889,7 +7908,6 @@ export declare const VAutocomplete: {
7889
7908
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7890
7909
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7891
7910
  centerAffix?: boolean | undefined;
7892
- iconColor?: string | boolean | undefined;
7893
7911
  hint?: string | undefined;
7894
7912
  hideDetails?: boolean | "auto" | undefined;
7895
7913
  suffix?: string | undefined;
@@ -8004,9 +8022,9 @@ export declare const VAutocomplete: {
8004
8022
  baseColor?: string | undefined;
8005
8023
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8006
8024
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8025
+ iconColor?: string | boolean | undefined;
8007
8026
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8008
8027
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8009
- iconColor?: string | boolean | undefined;
8010
8028
  hint?: string | undefined;
8011
8029
  hideDetails?: boolean | "auto" | undefined;
8012
8030
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8060,9 +8078,9 @@ export declare const VAutocomplete: {
8060
8078
  baseColor?: string | undefined;
8061
8079
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8062
8080
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8081
+ iconColor?: string | boolean | undefined;
8063
8082
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8064
8083
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8065
- iconColor?: string | boolean | undefined;
8066
8084
  hint?: string | undefined;
8067
8085
  hideDetails?: boolean | "auto" | undefined;
8068
8086
  } & {}, {
@@ -8163,9 +8181,9 @@ export declare const VAutocomplete: {
8163
8181
  baseColor?: string | undefined;
8164
8182
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8165
8183
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8184
+ iconColor?: string | boolean | undefined;
8166
8185
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8167
8186
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8168
- iconColor?: string | boolean | undefined;
8169
8187
  hint?: string | undefined;
8170
8188
  hideDetails?: boolean | "auto" | undefined;
8171
8189
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8177,7 +8195,7 @@ export declare const VAutocomplete: {
8177
8195
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8178
8196
  modelValue?: unknown;
8179
8197
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8180
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8198
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8181
8199
  $: import("vue").ComponentInternalInstance;
8182
8200
  $data: {};
8183
8201
  $props: Partial<{
@@ -8224,13 +8242,13 @@ export declare const VAutocomplete: {
8224
8242
  rounded?: string | number | boolean | undefined;
8225
8243
  baseColor?: string | undefined;
8226
8244
  bgColor?: string | undefined;
8245
+ iconColor?: string | boolean | undefined;
8227
8246
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8228
8247
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8229
8248
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8230
8249
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8231
8250
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8232
8251
  centerAffix?: boolean | undefined;
8233
- iconColor?: string | boolean | undefined;
8234
8252
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8235
8253
  $attrs: {
8236
8254
  [x: string]: unknown;
@@ -8283,13 +8301,13 @@ export declare const VAutocomplete: {
8283
8301
  rounded?: string | number | boolean | undefined;
8284
8302
  baseColor?: string | undefined;
8285
8303
  bgColor?: string | undefined;
8304
+ iconColor?: string | boolean | undefined;
8286
8305
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8287
8306
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8288
8307
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8289
8308
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8290
8309
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8291
8310
  centerAffix?: boolean | undefined;
8292
- iconColor?: string | boolean | undefined;
8293
8311
  } & {
8294
8312
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8295
8313
  }, {
@@ -8393,13 +8411,13 @@ export declare const VAutocomplete: {
8393
8411
  rounded?: string | number | boolean | undefined;
8394
8412
  baseColor?: string | undefined;
8395
8413
  bgColor?: string | undefined;
8414
+ iconColor?: string | boolean | undefined;
8396
8415
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8397
8416
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8398
8417
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8399
8418
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8400
8419
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8401
8420
  centerAffix?: boolean | undefined;
8402
- iconColor?: string | boolean | undefined;
8403
8421
  } & {
8404
8422
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8405
8423
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8408,7 +8426,7 @@ export declare const VAutocomplete: {
8408
8426
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8409
8427
  modelValue?: unknown;
8410
8428
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8411
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8429
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8412
8430
  _allExposed: {
8413
8431
  reset: () => Promise<void>;
8414
8432
  resetValidation: () => Promise<void>;
@@ -8576,6 +8594,7 @@ export declare const VAutocomplete: {
8576
8594
  bgColor?: string | undefined;
8577
8595
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8578
8596
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8597
+ iconColor?: string | boolean | undefined;
8579
8598
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8580
8599
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8581
8600
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8584,7 +8603,6 @@ export declare const VAutocomplete: {
8584
8603
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8585
8604
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8586
8605
  centerAffix?: boolean | undefined;
8587
- iconColor?: string | boolean | undefined;
8588
8606
  hint?: string | undefined;
8589
8607
  hideDetails?: boolean | "auto" | undefined;
8590
8608
  suffix?: string | undefined;
@@ -8699,9 +8717,9 @@ export declare const VAutocomplete: {
8699
8717
  baseColor?: string | undefined;
8700
8718
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8701
8719
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8720
+ iconColor?: string | boolean | undefined;
8702
8721
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8703
8722
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8704
- iconColor?: string | boolean | undefined;
8705
8723
  hint?: string | undefined;
8706
8724
  hideDetails?: boolean | "auto" | undefined;
8707
8725
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8755,9 +8773,9 @@ export declare const VAutocomplete: {
8755
8773
  baseColor?: string | undefined;
8756
8774
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8757
8775
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8776
+ iconColor?: string | boolean | undefined;
8758
8777
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8759
8778
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8760
- iconColor?: string | boolean | undefined;
8761
8779
  hint?: string | undefined;
8762
8780
  hideDetails?: boolean | "auto" | undefined;
8763
8781
  } & {}, {
@@ -8858,9 +8876,9 @@ export declare const VAutocomplete: {
8858
8876
  baseColor?: string | undefined;
8859
8877
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8860
8878
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8879
+ iconColor?: string | boolean | undefined;
8861
8880
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8862
8881
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8863
- iconColor?: string | boolean | undefined;
8864
8882
  hint?: string | undefined;
8865
8883
  hideDetails?: boolean | "auto" | undefined;
8866
8884
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8872,7 +8890,7 @@ export declare const VAutocomplete: {
8872
8890
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8873
8891
  modelValue?: unknown;
8874
8892
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8875
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8893
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8876
8894
  $: import("vue").ComponentInternalInstance;
8877
8895
  $data: {};
8878
8896
  $props: Partial<{
@@ -8919,13 +8937,13 @@ export declare const VAutocomplete: {
8919
8937
  rounded?: string | number | boolean | undefined;
8920
8938
  baseColor?: string | undefined;
8921
8939
  bgColor?: string | undefined;
8940
+ iconColor?: string | boolean | undefined;
8922
8941
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8923
8942
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8924
8943
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8925
8944
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8926
8945
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8927
8946
  centerAffix?: boolean | undefined;
8928
- iconColor?: string | boolean | undefined;
8929
8947
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8930
8948
  $attrs: {
8931
8949
  [x: string]: unknown;
@@ -8978,13 +8996,13 @@ export declare const VAutocomplete: {
8978
8996
  rounded?: string | number | boolean | undefined;
8979
8997
  baseColor?: string | undefined;
8980
8998
  bgColor?: string | undefined;
8999
+ iconColor?: string | boolean | undefined;
8981
9000
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8982
9001
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8983
9002
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8984
9003
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8985
9004
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8986
9005
  centerAffix?: boolean | undefined;
8987
- iconColor?: string | boolean | undefined;
8988
9006
  } & {
8989
9007
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8990
9008
  }, {
@@ -9088,13 +9106,13 @@ export declare const VAutocomplete: {
9088
9106
  rounded?: string | number | boolean | undefined;
9089
9107
  baseColor?: string | undefined;
9090
9108
  bgColor?: string | undefined;
9109
+ iconColor?: string | boolean | undefined;
9091
9110
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9092
9111
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9093
9112
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9094
9113
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9095
9114
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9096
9115
  centerAffix?: boolean | undefined;
9097
- iconColor?: string | boolean | undefined;
9098
9116
  } & {
9099
9117
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9100
9118
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9103,7 +9121,7 @@ export declare const VAutocomplete: {
9103
9121
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9104
9122
  modelValue?: unknown;
9105
9123
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9106
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9124
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9107
9125
  _allExposed: {
9108
9126
  reset: () => Promise<void>;
9109
9127
  resetValidation: () => Promise<void>;
@@ -9114,7 +9132,7 @@ export declare const VAutocomplete: {
9114
9132
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
9115
9133
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
9116
9134
  } | {};
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}`> & {
9135
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9118
9136
  _allExposed: (HTMLInputElement & Omit<Omit<{
9119
9137
  $: import("vue").ComponentInternalInstance;
9120
9138
  $data: {};
@@ -9165,9 +9183,9 @@ export declare const VAutocomplete: {
9165
9183
  baseColor?: string | undefined;
9166
9184
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9167
9185
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9186
+ iconColor?: string | boolean | undefined;
9168
9187
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9169
9188
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9170
- iconColor?: string | boolean | undefined;
9171
9189
  hint?: string | undefined;
9172
9190
  hideDetails?: boolean | "auto" | undefined;
9173
9191
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9221,9 +9239,9 @@ export declare const VAutocomplete: {
9221
9239
  baseColor?: string | undefined;
9222
9240
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9223
9241
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9242
+ iconColor?: string | boolean | undefined;
9224
9243
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9225
9244
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9226
- iconColor?: string | boolean | undefined;
9227
9245
  hint?: string | undefined;
9228
9246
  hideDetails?: boolean | "auto" | undefined;
9229
9247
  } & {}, {
@@ -9324,9 +9342,9 @@ export declare const VAutocomplete: {
9324
9342
  baseColor?: string | undefined;
9325
9343
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9326
9344
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9345
+ iconColor?: string | boolean | undefined;
9327
9346
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9328
9347
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9329
- iconColor?: string | boolean | undefined;
9330
9348
  hint?: string | undefined;
9331
9349
  hideDetails?: boolean | "auto" | undefined;
9332
9350
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9338,7 +9356,7 @@ export declare const VAutocomplete: {
9338
9356
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9339
9357
  modelValue?: unknown;
9340
9358
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9341
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9359
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9342
9360
  $: import("vue").ComponentInternalInstance;
9343
9361
  $data: {};
9344
9362
  $props: Partial<{
@@ -9385,13 +9403,13 @@ export declare const VAutocomplete: {
9385
9403
  rounded?: string | number | boolean | undefined;
9386
9404
  baseColor?: string | undefined;
9387
9405
  bgColor?: string | undefined;
9406
+ iconColor?: string | boolean | undefined;
9388
9407
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9389
9408
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9390
9409
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9391
9410
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9392
9411
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9393
9412
  centerAffix?: boolean | undefined;
9394
- iconColor?: string | boolean | undefined;
9395
9413
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
9396
9414
  $attrs: {
9397
9415
  [x: string]: unknown;
@@ -9444,13 +9462,13 @@ export declare const VAutocomplete: {
9444
9462
  rounded?: string | number | boolean | undefined;
9445
9463
  baseColor?: string | undefined;
9446
9464
  bgColor?: string | undefined;
9465
+ iconColor?: string | boolean | undefined;
9447
9466
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9448
9467
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9449
9468
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9450
9469
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9451
9470
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9452
9471
  centerAffix?: boolean | undefined;
9453
- iconColor?: string | boolean | undefined;
9454
9472
  } & {
9455
9473
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9456
9474
  }, {
@@ -9554,13 +9572,13 @@ export declare const VAutocomplete: {
9554
9572
  rounded?: string | number | boolean | undefined;
9555
9573
  baseColor?: string | undefined;
9556
9574
  bgColor?: string | undefined;
9575
+ iconColor?: string | boolean | undefined;
9557
9576
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9558
9577
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9559
9578
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9560
9579
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9561
9580
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9562
9581
  centerAffix?: boolean | undefined;
9563
- iconColor?: string | boolean | undefined;
9564
9582
  } & {
9565
9583
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9566
9584
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9569,7 +9587,7 @@ export declare const VAutocomplete: {
9569
9587
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9570
9588
  modelValue?: unknown;
9571
9589
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9572
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9590
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9573
9591
  _allExposed: {
9574
9592
  reset: () => Promise<void>;
9575
9593
  resetValidation: () => Promise<void>;
@@ -9595,7 +9613,7 @@ export declare const VAutocomplete: {
9595
9613
  'update:search': (value: any) => true;
9596
9614
  'update:modelValue': (value: any) => true;
9597
9615
  'update:menu': (value: boolean) => true;
9598
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
9616
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
9599
9617
  flat: boolean;
9600
9618
  reverse: boolean;
9601
9619
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -9644,6 +9662,7 @@ export declare const VAutocomplete: {
9644
9662
  hideSelected: boolean;
9645
9663
  menuIcon: import("../../composables/icons.js").IconValue;
9646
9664
  openOnClear: boolean;
9665
+ noAutoScroll: boolean;
9647
9666
  clearOnSelect: boolean;
9648
9667
  }, {}, string, import("vue").SlotsType<Partial<{
9649
9668
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
@@ -9674,6 +9693,14 @@ export declare const VAutocomplete: {
9674
9693
  item: ListItem<unknown>;
9675
9694
  index: number;
9676
9695
  }) => import("vue").VNode[];
9696
+ subheader: (arg: {
9697
+ props: Record<string, unknown>;
9698
+ index: number;
9699
+ }) => import("vue").VNode[];
9700
+ divider: (arg: {
9701
+ props: Record<string, unknown>;
9702
+ index: number;
9703
+ }) => import("vue").VNode[];
9677
9704
  'prepend-item': () => import("vue").VNode[];
9678
9705
  'append-item': () => import("vue").VNode[];
9679
9706
  'no-data': () => import("vue").VNode[];
@@ -9701,6 +9728,14 @@ export declare const VAutocomplete: {
9701
9728
  item: ListItem<Item>;
9702
9729
  index: number;
9703
9730
  };
9731
+ subheader: {
9732
+ props: Record<string, unknown>;
9733
+ index: number;
9734
+ };
9735
+ divider: {
9736
+ props: Record<string, unknown>;
9737
+ index: number;
9738
+ };
9704
9739
  "prepend-item": never;
9705
9740
  "append-item": never;
9706
9741
  "no-data": never;
@@ -9798,6 +9833,7 @@ export declare const VAutocomplete: {
9798
9833
  bgColor: StringConstructor;
9799
9834
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9800
9835
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
9836
+ iconColor: (StringConstructor | BooleanConstructor)[];
9801
9837
  clearIcon: {
9802
9838
  type: PropType<import("../../composables/icons.js").IconValue>;
9803
9839
  default: string;
@@ -9813,7 +9849,6 @@ export declare const VAutocomplete: {
9813
9849
  default: undefined;
9814
9850
  };
9815
9851
  glow: BooleanConstructor;
9816
- iconColor: (StringConstructor | BooleanConstructor)[];
9817
9852
  hideSpinButtons: BooleanConstructor;
9818
9853
  hint: StringConstructor;
9819
9854
  persistentHint: BooleanConstructor;
@@ -9882,6 +9917,7 @@ export declare const VAutocomplete: {
9882
9917
  };
9883
9918
  openOnClear: BooleanConstructor;
9884
9919
  itemColor: StringConstructor;
9920
+ noAutoScroll: BooleanConstructor;
9885
9921
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
9886
9922
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
9887
9923
  filterKeys: {
@@ -9992,6 +10028,7 @@ export declare const VAutocomplete: {
9992
10028
  bgColor: StringConstructor;
9993
10029
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9994
10030
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
10031
+ iconColor: (StringConstructor | BooleanConstructor)[];
9995
10032
  clearIcon: {
9996
10033
  type: PropType<import("../../composables/icons.js").IconValue>;
9997
10034
  default: string;
@@ -10007,7 +10044,6 @@ export declare const VAutocomplete: {
10007
10044
  default: undefined;
10008
10045
  };
10009
10046
  glow: BooleanConstructor;
10010
- iconColor: (StringConstructor | BooleanConstructor)[];
10011
10047
  hideSpinButtons: BooleanConstructor;
10012
10048
  hint: StringConstructor;
10013
10049
  persistentHint: BooleanConstructor;
@@ -10076,6 +10112,7 @@ export declare const VAutocomplete: {
10076
10112
  };
10077
10113
  openOnClear: BooleanConstructor;
10078
10114
  itemColor: StringConstructor;
10115
+ noAutoScroll: BooleanConstructor;
10079
10116
  customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
10080
10117
  customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
10081
10118
  filterKeys: {