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

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 (125) hide show
  1. package/CHANGELOG.md +5 -24
  2. package/dist/json/attributes.json +3311 -3363
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +206 -206
  5. package/dist/json/tags.json +6 -19
  6. package/dist/json/web-types.json +6080 -6298
  7. package/dist/vuetify-labs.cjs +204 -321
  8. package/dist/vuetify-labs.css +5998 -6026
  9. package/dist/vuetify-labs.d.ts +1384 -1583
  10. package/dist/vuetify-labs.esm.js +205 -322
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +204 -321
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +193 -315
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4658 -4686
  17. package/dist/vuetify.d.ts +541 -742
  18. package/dist/vuetify.esm.js +194 -316
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +193 -315
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1198 -1197
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +10 -15
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -133
  31. package/lib/components/VAutocomplete/VAutocomplete.js +2 -19
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  34. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  35. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  36. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  37. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  38. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  39. package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
  40. package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
  41. package/lib/components/VCombobox/VCombobox.d.ts +96 -133
  42. package/lib/components/VCombobox/VCombobox.js +2 -20
  43. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  44. package/lib/components/VDataTable/VDataTable.d.ts +0 -18
  45. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  46. package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
  47. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  48. package/lib/components/VDataTable/VDataTableServer.d.ts +0 -13
  49. package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -13
  50. package/lib/components/VDatePicker/VDatePicker.d.ts +20 -10
  51. package/lib/components/VDatePicker/VDatePicker.js +39 -2
  52. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  53. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  54. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  55. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  56. package/lib/components/VDatePicker/VDatePickerMonths.d.ts +10 -0
  57. package/lib/components/VDatePicker/VDatePickerMonths.js +12 -2
  58. package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
  59. package/lib/components/VDatePicker/VDatePickerYears.d.ts +10 -0
  60. package/lib/components/VDatePicker/VDatePickerYears.js +14 -2
  61. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  62. package/lib/components/VField/VField.d.ts +3 -3
  63. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  64. package/lib/components/VInput/VInput.d.ts +4 -4
  65. package/lib/components/VList/VListChildren.js.map +1 -1
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
  67. package/lib/components/VNumberInput/VNumberInput.js +15 -29
  68. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  69. package/lib/components/VOtpInput/VOtpInput.js +1 -2
  70. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  71. package/lib/components/VOverlay/VOverlay.css +1 -1
  72. package/lib/components/VOverlay/_variables.scss +1 -1
  73. package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
  74. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  75. package/lib/components/VSelect/VSelect.d.ts +96 -138
  76. package/lib/components/VSelect/VSelect.js +3 -21
  77. package/lib/components/VSelect/VSelect.js.map +1 -1
  78. package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
  79. package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
  80. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  81. package/lib/components/VSlider/VSlider.d.ts +3 -3
  82. package/lib/components/VSwitch/VSwitch.d.ts +3 -3
  83. package/lib/components/VTabs/VTabs.d.ts +0 -10
  84. package/lib/components/VTextField/VTextField.d.ts +27 -27
  85. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  86. package/lib/composables/calendar.d.ts +0 -6
  87. package/lib/composables/calendar.js +1 -2
  88. package/lib/composables/calendar.js.map +1 -1
  89. package/lib/composables/date/DateAdapter.d.ts +1 -1
  90. package/lib/composables/date/DateAdapter.js.map +1 -1
  91. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  92. package/lib/composables/date/adapters/vuetify.js +4 -4
  93. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  94. package/lib/composables/date/date.d.ts +1 -1
  95. package/lib/composables/date/index.d.ts +0 -1
  96. package/lib/composables/date/index.js +0 -1
  97. package/lib/composables/date/index.js.map +1 -1
  98. package/lib/composables/filter.js +0 -3
  99. package/lib/composables/filter.js.map +1 -1
  100. package/lib/composables/theme.d.ts +1 -6
  101. package/lib/composables/theme.js +26 -94
  102. package/lib/composables/theme.js.map +1 -1
  103. package/lib/composables/virtual.js +1 -6
  104. package/lib/composables/virtual.js.map +1 -1
  105. package/lib/entry-bundler.d.ts +1 -1
  106. package/lib/entry-bundler.js +1 -1
  107. package/lib/entry-bundler.js.map +1 -1
  108. package/lib/framework.d.ts +71 -76
  109. package/lib/framework.js +1 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  112. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  113. package/lib/labs/VDateInput/VDateInput.d.ts +107 -97
  114. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  115. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  116. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  117. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  118. package/lib/labs/entry-bundler.d.ts +1 -1
  119. package/lib/util/globals.d.ts +0 -1
  120. package/lib/util/globals.js +0 -1
  121. package/lib/util/globals.js.map +1 -1
  122. package/package.json +1 -3
  123. package/lib/composables/iconSizes.d.ts +0 -28
  124. package/lib/composables/iconSizes.js +0 -23
  125. package/lib/composables/iconSizes.js.map +0 -1
@@ -34,7 +34,6 @@ export declare const makeSelectProps: <Defaults extends {
34
34
  noDataText?: unknown;
35
35
  openOnClear?: unknown;
36
36
  itemColor?: unknown;
37
- noAutoScroll?: unknown;
38
37
  } = {}>(defaults?: Defaults | undefined) => {
39
38
  items: unknown extends Defaults["items"] ? {
40
39
  type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
@@ -1680,10 +1679,6 @@ export declare const makeSelectProps: <Defaults extends {
1680
1679
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
1681
1680
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
1682
1681
  };
1683
- noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
1684
- type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
1685
- default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
1686
- };
1687
1682
  };
1688
1683
  export declare const makeVSelectProps: <Defaults extends {
1689
1684
  transition?: unknown;
@@ -1727,7 +1722,6 @@ export declare const makeVSelectProps: <Defaults extends {
1727
1722
  bgColor?: unknown;
1728
1723
  prependIcon?: unknown;
1729
1724
  appendIcon?: unknown;
1730
- iconColor?: unknown;
1731
1725
  clearIcon?: unknown;
1732
1726
  prependInnerIcon?: unknown;
1733
1727
  'onClick:clear'?: unknown;
@@ -1737,6 +1731,7 @@ export declare const makeVSelectProps: <Defaults extends {
1737
1731
  'onClick:prependInner'?: unknown;
1738
1732
  centerAffix?: unknown;
1739
1733
  glow?: unknown;
1734
+ iconColor?: unknown;
1740
1735
  hideSpinButtons?: unknown;
1741
1736
  hint?: unknown;
1742
1737
  persistentHint?: unknown;
@@ -1771,7 +1766,6 @@ export declare const makeVSelectProps: <Defaults extends {
1771
1766
  noDataText?: unknown;
1772
1767
  openOnClear?: unknown;
1773
1768
  itemColor?: unknown;
1774
- noAutoScroll?: unknown;
1775
1769
  } = {}>(defaults?: Defaults | undefined) => {
1776
1770
  transition: unknown extends Defaults["transition"] ? {
1777
1771
  type: PropType<string | boolean | (import("vue").TransitionProps & {
@@ -2065,10 +2059,6 @@ export declare const makeVSelectProps: <Defaults extends {
2065
2059
  type: PropType<unknown extends Defaults["appendIcon"] ? IconValue : IconValue | Defaults["appendIcon"]>;
2066
2060
  default: unknown extends Defaults["appendIcon"] ? IconValue : NonNullable<IconValue> | Defaults["appendIcon"];
2067
2061
  };
2068
- iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
2069
- type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
2070
- default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
2071
- };
2072
2062
  clearIcon: unknown extends Defaults["clearIcon"] ? {
2073
2063
  type: PropType<IconValue>;
2074
2064
  default: string;
@@ -2117,6 +2107,10 @@ export declare const makeVSelectProps: <Defaults extends {
2117
2107
  type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
2118
2108
  default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
2119
2109
  };
2110
+ iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
2111
+ type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
2112
+ default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
2113
+ };
2120
2114
  hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
2121
2115
  type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
2122
2116
  default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
@@ -3809,10 +3803,6 @@ export declare const makeVSelectProps: <Defaults extends {
3809
3803
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
3810
3804
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
3811
3805
  };
3812
- noAutoScroll: unknown extends Defaults["noAutoScroll"] ? BooleanConstructor : {
3813
- type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
3814
- default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
3815
- };
3816
3806
  };
3817
3807
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
3818
3808
  export declare const VSelect: {
@@ -3862,7 +3852,6 @@ export declare const VSelect: {
3862
3852
  hideSelected: boolean;
3863
3853
  menuIcon: IconValue;
3864
3854
  openOnClear: boolean;
3865
- noAutoScroll: boolean;
3866
3855
  } & {
3867
3856
  name?: string | undefined;
3868
3857
  id?: string | undefined;
@@ -3885,7 +3874,6 @@ export declare const VSelect: {
3885
3874
  bgColor?: string | undefined;
3886
3875
  prependIcon?: IconValue | undefined;
3887
3876
  appendIcon?: IconValue | undefined;
3888
- iconColor?: string | boolean | undefined;
3889
3877
  prependInnerIcon?: IconValue | undefined;
3890
3878
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3891
3879
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3893,6 +3881,7 @@ export declare const VSelect: {
3893
3881
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3894
3882
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3895
3883
  centerAffix?: boolean | undefined;
3884
+ iconColor?: string | boolean | undefined;
3896
3885
  hint?: string | undefined;
3897
3886
  hideDetails?: boolean | "auto" | undefined;
3898
3887
  suffix?: string | undefined;
@@ -4366,7 +4355,6 @@ export declare const VSelect: {
4366
4355
  bgColor?: string | undefined;
4367
4356
  prependIcon?: IconValue | undefined;
4368
4357
  appendIcon?: IconValue | undefined;
4369
- iconColor?: string | boolean | undefined;
4370
4358
  appendInnerIcon?: IconValue | undefined;
4371
4359
  prependInnerIcon?: IconValue | undefined;
4372
4360
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4375,6 +4363,7 @@ export declare const VSelect: {
4375
4363
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4376
4364
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4377
4365
  centerAffix?: boolean | undefined;
4366
+ iconColor?: string | boolean | undefined;
4378
4367
  hint?: string | undefined;
4379
4368
  hideDetails?: boolean | "auto" | undefined;
4380
4369
  suffix?: string | undefined;
@@ -4518,7 +4507,6 @@ export declare const VSelect: {
4518
4507
  bgColor?: string | undefined;
4519
4508
  prependIcon?: IconValue | undefined;
4520
4509
  appendIcon?: IconValue | undefined;
4521
- iconColor?: string | boolean | undefined;
4522
4510
  appendInnerIcon?: IconValue | undefined;
4523
4511
  prependInnerIcon?: IconValue | undefined;
4524
4512
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4527,6 +4515,7 @@ export declare const VSelect: {
4527
4515
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4528
4516
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4529
4517
  centerAffix?: boolean | undefined;
4518
+ iconColor?: string | boolean | undefined;
4530
4519
  hint?: string | undefined;
4531
4520
  hideDetails?: boolean | "auto" | undefined;
4532
4521
  suffix?: string | undefined;
@@ -4641,9 +4630,9 @@ export declare const VSelect: {
4641
4630
  baseColor?: string | undefined;
4642
4631
  prependIcon?: IconValue | undefined;
4643
4632
  appendIcon?: IconValue | undefined;
4644
- iconColor?: string | boolean | undefined;
4645
4633
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4646
4634
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4635
+ iconColor?: string | boolean | undefined;
4647
4636
  hint?: string | undefined;
4648
4637
  hideDetails?: boolean | "auto" | undefined;
4649
4638
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4697,9 +4686,9 @@ export declare const VSelect: {
4697
4686
  baseColor?: string | undefined;
4698
4687
  prependIcon?: IconValue | undefined;
4699
4688
  appendIcon?: IconValue | undefined;
4700
- iconColor?: string | boolean | undefined;
4701
4689
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4702
4690
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4691
+ iconColor?: string | boolean | undefined;
4703
4692
  hint?: string | undefined;
4704
4693
  hideDetails?: boolean | "auto" | undefined;
4705
4694
  } & {}, {
@@ -4800,9 +4789,9 @@ export declare const VSelect: {
4800
4789
  baseColor?: string | undefined;
4801
4790
  prependIcon?: IconValue | undefined;
4802
4791
  appendIcon?: IconValue | undefined;
4803
- iconColor?: string | boolean | undefined;
4804
4792
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4805
4793
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4794
+ iconColor?: string | boolean | undefined;
4806
4795
  hint?: string | undefined;
4807
4796
  hideDetails?: boolean | "auto" | undefined;
4808
4797
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4814,7 +4803,7 @@ export declare const VSelect: {
4814
4803
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4815
4804
  modelValue?: unknown;
4816
4805
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4817
- }, 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<{
4806
+ }, 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<{
4818
4807
  $: import("vue").ComponentInternalInstance;
4819
4808
  $data: {};
4820
4809
  $props: Partial<{
@@ -4861,13 +4850,13 @@ export declare const VSelect: {
4861
4850
  rounded?: string | number | boolean | undefined;
4862
4851
  baseColor?: string | undefined;
4863
4852
  bgColor?: string | undefined;
4864
- iconColor?: string | boolean | undefined;
4865
4853
  appendInnerIcon?: IconValue | undefined;
4866
4854
  prependInnerIcon?: IconValue | undefined;
4867
4855
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4868
4856
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4869
4857
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4870
4858
  centerAffix?: boolean | undefined;
4859
+ iconColor?: string | boolean | undefined;
4871
4860
  } & 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">;
4872
4861
  $attrs: {
4873
4862
  [x: string]: unknown;
@@ -4920,13 +4909,13 @@ export declare const VSelect: {
4920
4909
  rounded?: string | number | boolean | undefined;
4921
4910
  baseColor?: string | undefined;
4922
4911
  bgColor?: string | undefined;
4923
- iconColor?: string | boolean | undefined;
4924
4912
  appendInnerIcon?: IconValue | undefined;
4925
4913
  prependInnerIcon?: IconValue | undefined;
4926
4914
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4927
4915
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4928
4916
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4929
4917
  centerAffix?: boolean | undefined;
4918
+ iconColor?: string | boolean | undefined;
4930
4919
  } & {
4931
4920
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4932
4921
  }, {
@@ -5030,13 +5019,13 @@ export declare const VSelect: {
5030
5019
  rounded?: string | number | boolean | undefined;
5031
5020
  baseColor?: string | undefined;
5032
5021
  bgColor?: string | undefined;
5033
- iconColor?: string | boolean | undefined;
5034
5022
  appendInnerIcon?: IconValue | undefined;
5035
5023
  prependInnerIcon?: IconValue | undefined;
5036
5024
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5037
5025
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5038
5026
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5039
5027
  centerAffix?: boolean | undefined;
5028
+ iconColor?: string | boolean | undefined;
5040
5029
  } & {
5041
5030
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5042
5031
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5045,7 +5034,7 @@ export declare const VSelect: {
5045
5034
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5046
5035
  modelValue?: unknown;
5047
5036
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5048
- }, 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}`> & {
5037
+ }, 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}`> & {
5049
5038
  _allExposed: {
5050
5039
  reset: () => Promise<void>;
5051
5040
  resetValidation: () => Promise<void>;
@@ -5213,7 +5202,6 @@ export declare const VSelect: {
5213
5202
  bgColor?: string | undefined;
5214
5203
  prependIcon?: IconValue | undefined;
5215
5204
  appendIcon?: IconValue | undefined;
5216
- iconColor?: string | boolean | undefined;
5217
5205
  appendInnerIcon?: IconValue | undefined;
5218
5206
  prependInnerIcon?: IconValue | undefined;
5219
5207
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5222,6 +5210,7 @@ export declare const VSelect: {
5222
5210
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5223
5211
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5224
5212
  centerAffix?: boolean | undefined;
5213
+ iconColor?: string | boolean | undefined;
5225
5214
  hint?: string | undefined;
5226
5215
  hideDetails?: boolean | "auto" | undefined;
5227
5216
  suffix?: string | undefined;
@@ -5336,9 +5325,9 @@ export declare const VSelect: {
5336
5325
  baseColor?: string | undefined;
5337
5326
  prependIcon?: IconValue | undefined;
5338
5327
  appendIcon?: IconValue | undefined;
5339
- iconColor?: string | boolean | undefined;
5340
5328
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5341
5329
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5330
+ iconColor?: string | boolean | undefined;
5342
5331
  hint?: string | undefined;
5343
5332
  hideDetails?: boolean | "auto" | undefined;
5344
5333
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5392,9 +5381,9 @@ export declare const VSelect: {
5392
5381
  baseColor?: string | undefined;
5393
5382
  prependIcon?: IconValue | undefined;
5394
5383
  appendIcon?: IconValue | undefined;
5395
- iconColor?: string | boolean | undefined;
5396
5384
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5397
5385
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5386
+ iconColor?: string | boolean | undefined;
5398
5387
  hint?: string | undefined;
5399
5388
  hideDetails?: boolean | "auto" | undefined;
5400
5389
  } & {}, {
@@ -5495,9 +5484,9 @@ export declare const VSelect: {
5495
5484
  baseColor?: string | undefined;
5496
5485
  prependIcon?: IconValue | undefined;
5497
5486
  appendIcon?: IconValue | undefined;
5498
- iconColor?: string | boolean | undefined;
5499
5487
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5500
5488
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5489
+ iconColor?: string | boolean | undefined;
5501
5490
  hint?: string | undefined;
5502
5491
  hideDetails?: boolean | "auto" | undefined;
5503
5492
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5509,7 +5498,7 @@ export declare const VSelect: {
5509
5498
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5510
5499
  modelValue?: unknown;
5511
5500
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5512
- }, 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<{
5501
+ }, 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<{
5513
5502
  $: import("vue").ComponentInternalInstance;
5514
5503
  $data: {};
5515
5504
  $props: Partial<{
@@ -5556,13 +5545,13 @@ export declare const VSelect: {
5556
5545
  rounded?: string | number | boolean | undefined;
5557
5546
  baseColor?: string | undefined;
5558
5547
  bgColor?: string | undefined;
5559
- iconColor?: string | boolean | undefined;
5560
5548
  appendInnerIcon?: IconValue | undefined;
5561
5549
  prependInnerIcon?: IconValue | undefined;
5562
5550
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5563
5551
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5564
5552
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5565
5553
  centerAffix?: boolean | undefined;
5554
+ iconColor?: string | boolean | undefined;
5566
5555
  } & 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">;
5567
5556
  $attrs: {
5568
5557
  [x: string]: unknown;
@@ -5615,13 +5604,13 @@ export declare const VSelect: {
5615
5604
  rounded?: string | number | boolean | undefined;
5616
5605
  baseColor?: string | undefined;
5617
5606
  bgColor?: string | undefined;
5618
- iconColor?: string | boolean | undefined;
5619
5607
  appendInnerIcon?: IconValue | undefined;
5620
5608
  prependInnerIcon?: IconValue | undefined;
5621
5609
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5622
5610
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5623
5611
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5624
5612
  centerAffix?: boolean | undefined;
5613
+ iconColor?: string | boolean | undefined;
5625
5614
  } & {
5626
5615
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5627
5616
  }, {
@@ -5725,13 +5714,13 @@ export declare const VSelect: {
5725
5714
  rounded?: string | number | boolean | undefined;
5726
5715
  baseColor?: string | undefined;
5727
5716
  bgColor?: string | undefined;
5728
- iconColor?: string | boolean | undefined;
5729
5717
  appendInnerIcon?: IconValue | undefined;
5730
5718
  prependInnerIcon?: IconValue | undefined;
5731
5719
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5732
5720
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5733
5721
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5734
5722
  centerAffix?: boolean | undefined;
5723
+ iconColor?: string | boolean | undefined;
5735
5724
  } & {
5736
5725
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5737
5726
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5740,7 +5729,7 @@ export declare const VSelect: {
5740
5729
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5741
5730
  modelValue?: unknown;
5742
5731
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5743
- }, 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}`> & {
5732
+ }, 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}`> & {
5744
5733
  _allExposed: {
5745
5734
  reset: () => Promise<void>;
5746
5735
  resetValidation: () => Promise<void>;
@@ -5751,7 +5740,7 @@ export declare const VSelect: {
5751
5740
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5752
5741
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
5753
5742
  } | {};
5754
- }> & {} & 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}`> & {
5743
+ }> & {} & 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}`> & {
5755
5744
  _allExposed: (HTMLInputElement & Omit<Omit<{
5756
5745
  $: import("vue").ComponentInternalInstance;
5757
5746
  $data: {};
@@ -5802,9 +5791,9 @@ export declare const VSelect: {
5802
5791
  baseColor?: string | undefined;
5803
5792
  prependIcon?: IconValue | undefined;
5804
5793
  appendIcon?: IconValue | undefined;
5805
- iconColor?: string | boolean | undefined;
5806
5794
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5807
5795
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5796
+ iconColor?: string | boolean | undefined;
5808
5797
  hint?: string | undefined;
5809
5798
  hideDetails?: boolean | "auto" | undefined;
5810
5799
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5858,9 +5847,9 @@ export declare const VSelect: {
5858
5847
  baseColor?: string | undefined;
5859
5848
  prependIcon?: IconValue | undefined;
5860
5849
  appendIcon?: IconValue | undefined;
5861
- iconColor?: string | boolean | undefined;
5862
5850
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5863
5851
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5852
+ iconColor?: string | boolean | undefined;
5864
5853
  hint?: string | undefined;
5865
5854
  hideDetails?: boolean | "auto" | undefined;
5866
5855
  } & {}, {
@@ -5961,9 +5950,9 @@ export declare const VSelect: {
5961
5950
  baseColor?: string | undefined;
5962
5951
  prependIcon?: IconValue | undefined;
5963
5952
  appendIcon?: IconValue | undefined;
5964
- iconColor?: string | boolean | undefined;
5965
5953
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5966
5954
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5955
+ iconColor?: string | boolean | undefined;
5967
5956
  hint?: string | undefined;
5968
5957
  hideDetails?: boolean | "auto" | undefined;
5969
5958
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5975,7 +5964,7 @@ export declare const VSelect: {
5975
5964
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5976
5965
  modelValue?: unknown;
5977
5966
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5978
- }, 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<{
5967
+ }, 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<{
5979
5968
  $: import("vue").ComponentInternalInstance;
5980
5969
  $data: {};
5981
5970
  $props: Partial<{
@@ -6022,13 +6011,13 @@ export declare const VSelect: {
6022
6011
  rounded?: string | number | boolean | undefined;
6023
6012
  baseColor?: string | undefined;
6024
6013
  bgColor?: string | undefined;
6025
- iconColor?: string | boolean | undefined;
6026
6014
  appendInnerIcon?: IconValue | undefined;
6027
6015
  prependInnerIcon?: IconValue | undefined;
6028
6016
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6029
6017
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6030
6018
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6031
6019
  centerAffix?: boolean | undefined;
6020
+ iconColor?: string | boolean | undefined;
6032
6021
  } & 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">;
6033
6022
  $attrs: {
6034
6023
  [x: string]: unknown;
@@ -6081,13 +6070,13 @@ export declare const VSelect: {
6081
6070
  rounded?: string | number | boolean | undefined;
6082
6071
  baseColor?: string | undefined;
6083
6072
  bgColor?: string | undefined;
6084
- iconColor?: string | boolean | undefined;
6085
6073
  appendInnerIcon?: IconValue | undefined;
6086
6074
  prependInnerIcon?: IconValue | undefined;
6087
6075
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6088
6076
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6089
6077
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6090
6078
  centerAffix?: boolean | undefined;
6079
+ iconColor?: string | boolean | undefined;
6091
6080
  } & {
6092
6081
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6093
6082
  }, {
@@ -6191,13 +6180,13 @@ export declare const VSelect: {
6191
6180
  rounded?: string | number | boolean | undefined;
6192
6181
  baseColor?: string | undefined;
6193
6182
  bgColor?: string | undefined;
6194
- iconColor?: string | boolean | undefined;
6195
6183
  appendInnerIcon?: IconValue | undefined;
6196
6184
  prependInnerIcon?: IconValue | undefined;
6197
6185
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6198
6186
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6199
6187
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6200
6188
  centerAffix?: boolean | undefined;
6189
+ iconColor?: string | boolean | undefined;
6201
6190
  } & {
6202
6191
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6203
6192
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6206,7 +6195,7 @@ export declare const VSelect: {
6206
6195
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6207
6196
  modelValue?: unknown;
6208
6197
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6209
- }, 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}`> & {
6198
+ }, 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}`> & {
6210
6199
  _allExposed: {
6211
6200
  reset: () => Promise<void>;
6212
6201
  resetValidation: () => Promise<void>;
@@ -6226,7 +6215,7 @@ export declare const VSelect: {
6226
6215
  'update:focused': (focused: boolean) => true;
6227
6216
  'update:modelValue': (value: any) => true;
6228
6217
  'update:menu': (ue: boolean) => true;
6229
- }, "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, {
6218
+ }, "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, {
6230
6219
  flat: boolean;
6231
6220
  reverse: boolean;
6232
6221
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -6274,7 +6263,6 @@ export declare const VSelect: {
6274
6263
  hideSelected: boolean;
6275
6264
  menuIcon: IconValue;
6276
6265
  openOnClear: boolean;
6277
- noAutoScroll: boolean;
6278
6266
  }, true, {}, import("vue").SlotsType<Partial<{
6279
6267
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
6280
6268
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
@@ -6304,14 +6292,6 @@ export declare const VSelect: {
6304
6292
  item: ListItem<unknown>;
6305
6293
  index: number;
6306
6294
  }) => import("vue").VNode[];
6307
- subheader: (arg: {
6308
- props: Record<string, unknown>;
6309
- index: number;
6310
- }) => import("vue").VNode[];
6311
- divider: (arg: {
6312
- props: Record<string, unknown>;
6313
- index: number;
6314
- }) => import("vue").VNode[];
6315
6295
  'prepend-item': () => import("vue").VNode[];
6316
6296
  'append-item': () => import("vue").VNode[];
6317
6297
  'no-data': () => import("vue").VNode[];
@@ -6368,7 +6348,6 @@ export declare const VSelect: {
6368
6348
  hideSelected: boolean;
6369
6349
  menuIcon: IconValue;
6370
6350
  openOnClear: boolean;
6371
- noAutoScroll: boolean;
6372
6351
  } & {
6373
6352
  name?: string | undefined;
6374
6353
  id?: string | undefined;
@@ -6391,7 +6370,6 @@ export declare const VSelect: {
6391
6370
  bgColor?: string | undefined;
6392
6371
  prependIcon?: IconValue | undefined;
6393
6372
  appendIcon?: IconValue | undefined;
6394
- iconColor?: string | boolean | undefined;
6395
6373
  prependInnerIcon?: IconValue | undefined;
6396
6374
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6397
6375
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6399,6 +6377,7 @@ export declare const VSelect: {
6399
6377
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6400
6378
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6401
6379
  centerAffix?: boolean | undefined;
6380
+ iconColor?: string | boolean | undefined;
6402
6381
  hint?: string | undefined;
6403
6382
  hideDetails?: boolean | "auto" | undefined;
6404
6383
  suffix?: string | undefined;
@@ -6872,7 +6851,6 @@ export declare const VSelect: {
6872
6851
  bgColor?: string | undefined;
6873
6852
  prependIcon?: IconValue | undefined;
6874
6853
  appendIcon?: IconValue | undefined;
6875
- iconColor?: string | boolean | undefined;
6876
6854
  appendInnerIcon?: IconValue | undefined;
6877
6855
  prependInnerIcon?: IconValue | undefined;
6878
6856
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6881,6 +6859,7 @@ export declare const VSelect: {
6881
6859
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6882
6860
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6883
6861
  centerAffix?: boolean | undefined;
6862
+ iconColor?: string | boolean | undefined;
6884
6863
  hint?: string | undefined;
6885
6864
  hideDetails?: boolean | "auto" | undefined;
6886
6865
  suffix?: string | undefined;
@@ -7024,7 +7003,6 @@ export declare const VSelect: {
7024
7003
  bgColor?: string | undefined;
7025
7004
  prependIcon?: IconValue | undefined;
7026
7005
  appendIcon?: IconValue | undefined;
7027
- iconColor?: string | boolean | undefined;
7028
7006
  appendInnerIcon?: IconValue | undefined;
7029
7007
  prependInnerIcon?: IconValue | undefined;
7030
7008
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7033,6 +7011,7 @@ export declare const VSelect: {
7033
7011
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7034
7012
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7035
7013
  centerAffix?: boolean | undefined;
7014
+ iconColor?: string | boolean | undefined;
7036
7015
  hint?: string | undefined;
7037
7016
  hideDetails?: boolean | "auto" | undefined;
7038
7017
  suffix?: string | undefined;
@@ -7147,9 +7126,9 @@ export declare const VSelect: {
7147
7126
  baseColor?: string | undefined;
7148
7127
  prependIcon?: IconValue | undefined;
7149
7128
  appendIcon?: IconValue | undefined;
7150
- iconColor?: string | boolean | undefined;
7151
7129
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7152
7130
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7131
+ iconColor?: string | boolean | undefined;
7153
7132
  hint?: string | undefined;
7154
7133
  hideDetails?: boolean | "auto" | undefined;
7155
7134
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -7203,9 +7182,9 @@ export declare const VSelect: {
7203
7182
  baseColor?: string | undefined;
7204
7183
  prependIcon?: IconValue | undefined;
7205
7184
  appendIcon?: IconValue | undefined;
7206
- iconColor?: string | boolean | undefined;
7207
7185
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7208
7186
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7187
+ iconColor?: string | boolean | undefined;
7209
7188
  hint?: string | undefined;
7210
7189
  hideDetails?: boolean | "auto" | undefined;
7211
7190
  } & {}, {
@@ -7306,9 +7285,9 @@ export declare const VSelect: {
7306
7285
  baseColor?: string | undefined;
7307
7286
  prependIcon?: IconValue | undefined;
7308
7287
  appendIcon?: IconValue | undefined;
7309
- iconColor?: string | boolean | undefined;
7310
7288
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7311
7289
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7290
+ iconColor?: string | boolean | undefined;
7312
7291
  hint?: string | undefined;
7313
7292
  hideDetails?: boolean | "auto" | undefined;
7314
7293
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -7320,7 +7299,7 @@ export declare const VSelect: {
7320
7299
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7321
7300
  modelValue?: unknown;
7322
7301
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7323
- }, 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<{
7302
+ }, 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<{
7324
7303
  $: import("vue").ComponentInternalInstance;
7325
7304
  $data: {};
7326
7305
  $props: Partial<{
@@ -7367,13 +7346,13 @@ export declare const VSelect: {
7367
7346
  rounded?: string | number | boolean | undefined;
7368
7347
  baseColor?: string | undefined;
7369
7348
  bgColor?: string | undefined;
7370
- iconColor?: string | boolean | undefined;
7371
7349
  appendInnerIcon?: IconValue | undefined;
7372
7350
  prependInnerIcon?: IconValue | undefined;
7373
7351
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7374
7352
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7375
7353
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7376
7354
  centerAffix?: boolean | undefined;
7355
+ iconColor?: string | boolean | undefined;
7377
7356
  } & 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">;
7378
7357
  $attrs: {
7379
7358
  [x: string]: unknown;
@@ -7426,13 +7405,13 @@ export declare const VSelect: {
7426
7405
  rounded?: string | number | boolean | undefined;
7427
7406
  baseColor?: string | undefined;
7428
7407
  bgColor?: string | undefined;
7429
- iconColor?: string | boolean | undefined;
7430
7408
  appendInnerIcon?: IconValue | undefined;
7431
7409
  prependInnerIcon?: IconValue | undefined;
7432
7410
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7433
7411
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7434
7412
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7435
7413
  centerAffix?: boolean | undefined;
7414
+ iconColor?: string | boolean | undefined;
7436
7415
  } & {
7437
7416
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7438
7417
  }, {
@@ -7536,13 +7515,13 @@ export declare const VSelect: {
7536
7515
  rounded?: string | number | boolean | undefined;
7537
7516
  baseColor?: string | undefined;
7538
7517
  bgColor?: string | undefined;
7539
- iconColor?: string | boolean | undefined;
7540
7518
  appendInnerIcon?: IconValue | undefined;
7541
7519
  prependInnerIcon?: IconValue | undefined;
7542
7520
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7543
7521
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7544
7522
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7545
7523
  centerAffix?: boolean | undefined;
7524
+ iconColor?: string | boolean | undefined;
7546
7525
  } & {
7547
7526
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7548
7527
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7551,7 +7530,7 @@ export declare const VSelect: {
7551
7530
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7552
7531
  modelValue?: unknown;
7553
7532
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7554
- }, 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}`> & {
7533
+ }, 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}`> & {
7555
7534
  _allExposed: {
7556
7535
  reset: () => Promise<void>;
7557
7536
  resetValidation: () => Promise<void>;
@@ -7719,7 +7698,6 @@ export declare const VSelect: {
7719
7698
  bgColor?: string | undefined;
7720
7699
  prependIcon?: IconValue | undefined;
7721
7700
  appendIcon?: IconValue | undefined;
7722
- iconColor?: string | boolean | undefined;
7723
7701
  appendInnerIcon?: IconValue | undefined;
7724
7702
  prependInnerIcon?: IconValue | undefined;
7725
7703
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7728,6 +7706,7 @@ export declare const VSelect: {
7728
7706
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7729
7707
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7730
7708
  centerAffix?: boolean | undefined;
7709
+ iconColor?: string | boolean | undefined;
7731
7710
  hint?: string | undefined;
7732
7711
  hideDetails?: boolean | "auto" | undefined;
7733
7712
  suffix?: string | undefined;
@@ -7842,9 +7821,9 @@ export declare const VSelect: {
7842
7821
  baseColor?: string | undefined;
7843
7822
  prependIcon?: IconValue | undefined;
7844
7823
  appendIcon?: IconValue | undefined;
7845
- iconColor?: string | boolean | undefined;
7846
7824
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7847
7825
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7826
+ iconColor?: string | boolean | undefined;
7848
7827
  hint?: string | undefined;
7849
7828
  hideDetails?: boolean | "auto" | undefined;
7850
7829
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -7898,9 +7877,9 @@ export declare const VSelect: {
7898
7877
  baseColor?: string | undefined;
7899
7878
  prependIcon?: IconValue | undefined;
7900
7879
  appendIcon?: IconValue | undefined;
7901
- iconColor?: string | boolean | undefined;
7902
7880
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7903
7881
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7882
+ iconColor?: string | boolean | undefined;
7904
7883
  hint?: string | undefined;
7905
7884
  hideDetails?: boolean | "auto" | undefined;
7906
7885
  } & {}, {
@@ -8001,9 +7980,9 @@ export declare const VSelect: {
8001
7980
  baseColor?: string | undefined;
8002
7981
  prependIcon?: IconValue | undefined;
8003
7982
  appendIcon?: IconValue | undefined;
8004
- iconColor?: string | boolean | undefined;
8005
7983
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8006
7984
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7985
+ iconColor?: string | boolean | undefined;
8007
7986
  hint?: string | undefined;
8008
7987
  hideDetails?: boolean | "auto" | undefined;
8009
7988
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8015,7 +7994,7 @@ export declare const VSelect: {
8015
7994
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8016
7995
  modelValue?: unknown;
8017
7996
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8018
- }, 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<{
7997
+ }, 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<{
8019
7998
  $: import("vue").ComponentInternalInstance;
8020
7999
  $data: {};
8021
8000
  $props: Partial<{
@@ -8062,13 +8041,13 @@ export declare const VSelect: {
8062
8041
  rounded?: string | number | boolean | undefined;
8063
8042
  baseColor?: string | undefined;
8064
8043
  bgColor?: string | undefined;
8065
- iconColor?: string | boolean | undefined;
8066
8044
  appendInnerIcon?: IconValue | undefined;
8067
8045
  prependInnerIcon?: IconValue | undefined;
8068
8046
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8069
8047
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8070
8048
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8071
8049
  centerAffix?: boolean | undefined;
8050
+ iconColor?: string | boolean | undefined;
8072
8051
  } & 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">;
8073
8052
  $attrs: {
8074
8053
  [x: string]: unknown;
@@ -8121,13 +8100,13 @@ export declare const VSelect: {
8121
8100
  rounded?: string | number | boolean | undefined;
8122
8101
  baseColor?: string | undefined;
8123
8102
  bgColor?: string | undefined;
8124
- iconColor?: string | boolean | undefined;
8125
8103
  appendInnerIcon?: IconValue | undefined;
8126
8104
  prependInnerIcon?: IconValue | undefined;
8127
8105
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8128
8106
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8129
8107
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8130
8108
  centerAffix?: boolean | undefined;
8109
+ iconColor?: string | boolean | undefined;
8131
8110
  } & {
8132
8111
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8133
8112
  }, {
@@ -8231,13 +8210,13 @@ export declare const VSelect: {
8231
8210
  rounded?: string | number | boolean | undefined;
8232
8211
  baseColor?: string | undefined;
8233
8212
  bgColor?: string | undefined;
8234
- iconColor?: string | boolean | undefined;
8235
8213
  appendInnerIcon?: IconValue | undefined;
8236
8214
  prependInnerIcon?: IconValue | undefined;
8237
8215
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8238
8216
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8239
8217
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8240
8218
  centerAffix?: boolean | undefined;
8219
+ iconColor?: string | boolean | undefined;
8241
8220
  } & {
8242
8221
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8243
8222
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8246,7 +8225,7 @@ export declare const VSelect: {
8246
8225
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8247
8226
  modelValue?: unknown;
8248
8227
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8249
- }, 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}`> & {
8228
+ }, 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}`> & {
8250
8229
  _allExposed: {
8251
8230
  reset: () => Promise<void>;
8252
8231
  resetValidation: () => Promise<void>;
@@ -8257,7 +8236,7 @@ export declare const VSelect: {
8257
8236
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
8258
8237
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
8259
8238
  } | {};
8260
- }> & {} & 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}`> & {
8239
+ }> & {} & 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}`> & {
8261
8240
  _allExposed: (HTMLInputElement & Omit<Omit<{
8262
8241
  $: import("vue").ComponentInternalInstance;
8263
8242
  $data: {};
@@ -8308,9 +8287,9 @@ export declare const VSelect: {
8308
8287
  baseColor?: string | undefined;
8309
8288
  prependIcon?: IconValue | undefined;
8310
8289
  appendIcon?: IconValue | undefined;
8311
- iconColor?: string | boolean | undefined;
8312
8290
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8313
8291
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8292
+ iconColor?: string | boolean | undefined;
8314
8293
  hint?: string | undefined;
8315
8294
  hideDetails?: boolean | "auto" | undefined;
8316
8295
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8364,9 +8343,9 @@ export declare const VSelect: {
8364
8343
  baseColor?: string | undefined;
8365
8344
  prependIcon?: IconValue | undefined;
8366
8345
  appendIcon?: IconValue | undefined;
8367
- iconColor?: string | boolean | undefined;
8368
8346
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8369
8347
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8348
+ iconColor?: string | boolean | undefined;
8370
8349
  hint?: string | undefined;
8371
8350
  hideDetails?: boolean | "auto" | undefined;
8372
8351
  } & {}, {
@@ -8467,9 +8446,9 @@ export declare const VSelect: {
8467
8446
  baseColor?: string | undefined;
8468
8447
  prependIcon?: IconValue | undefined;
8469
8448
  appendIcon?: IconValue | undefined;
8470
- iconColor?: string | boolean | undefined;
8471
8449
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8472
8450
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8451
+ iconColor?: string | boolean | undefined;
8473
8452
  hint?: string | undefined;
8474
8453
  hideDetails?: boolean | "auto" | undefined;
8475
8454
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8481,7 +8460,7 @@ export declare const VSelect: {
8481
8460
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8482
8461
  modelValue?: unknown;
8483
8462
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8484
- }, 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<{
8463
+ }, 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<{
8485
8464
  $: import("vue").ComponentInternalInstance;
8486
8465
  $data: {};
8487
8466
  $props: Partial<{
@@ -8528,13 +8507,13 @@ export declare const VSelect: {
8528
8507
  rounded?: string | number | boolean | undefined;
8529
8508
  baseColor?: string | undefined;
8530
8509
  bgColor?: string | undefined;
8531
- iconColor?: string | boolean | undefined;
8532
8510
  appendInnerIcon?: IconValue | undefined;
8533
8511
  prependInnerIcon?: IconValue | undefined;
8534
8512
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8535
8513
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8536
8514
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8537
8515
  centerAffix?: boolean | undefined;
8516
+ iconColor?: string | boolean | undefined;
8538
8517
  } & 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">;
8539
8518
  $attrs: {
8540
8519
  [x: string]: unknown;
@@ -8587,13 +8566,13 @@ export declare const VSelect: {
8587
8566
  rounded?: string | number | boolean | undefined;
8588
8567
  baseColor?: string | undefined;
8589
8568
  bgColor?: string | undefined;
8590
- iconColor?: string | boolean | undefined;
8591
8569
  appendInnerIcon?: IconValue | undefined;
8592
8570
  prependInnerIcon?: IconValue | undefined;
8593
8571
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8594
8572
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8595
8573
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8596
8574
  centerAffix?: boolean | undefined;
8575
+ iconColor?: string | boolean | undefined;
8597
8576
  } & {
8598
8577
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8599
8578
  }, {
@@ -8697,13 +8676,13 @@ export declare const VSelect: {
8697
8676
  rounded?: string | number | boolean | undefined;
8698
8677
  baseColor?: string | undefined;
8699
8678
  bgColor?: string | undefined;
8700
- iconColor?: string | boolean | undefined;
8701
8679
  appendInnerIcon?: IconValue | undefined;
8702
8680
  prependInnerIcon?: IconValue | undefined;
8703
8681
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8704
8682
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8705
8683
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8706
8684
  centerAffix?: boolean | undefined;
8685
+ iconColor?: string | boolean | undefined;
8707
8686
  } & {
8708
8687
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8709
8688
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8712,7 +8691,7 @@ export declare const VSelect: {
8712
8691
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8713
8692
  modelValue?: unknown;
8714
8693
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8715
- }, 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}`> & {
8694
+ }, 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}`> & {
8716
8695
  _allExposed: {
8717
8696
  reset: () => Promise<void>;
8718
8697
  resetValidation: () => Promise<void>;
@@ -8776,7 +8755,6 @@ export declare const VSelect: {
8776
8755
  hideSelected: boolean;
8777
8756
  menuIcon: IconValue;
8778
8757
  openOnClear: boolean;
8779
- noAutoScroll: boolean;
8780
8758
  }>;
8781
8759
  __isFragment?: never;
8782
8760
  __isTeleport?: never;
@@ -8827,7 +8805,6 @@ export declare const VSelect: {
8827
8805
  hideSelected: boolean;
8828
8806
  menuIcon: IconValue;
8829
8807
  openOnClear: boolean;
8830
- noAutoScroll: boolean;
8831
8808
  } & {
8832
8809
  name?: string | undefined;
8833
8810
  id?: string | undefined;
@@ -8850,7 +8827,6 @@ export declare const VSelect: {
8850
8827
  bgColor?: string | undefined;
8851
8828
  prependIcon?: IconValue | undefined;
8852
8829
  appendIcon?: IconValue | undefined;
8853
- iconColor?: string | boolean | undefined;
8854
8830
  prependInnerIcon?: IconValue | undefined;
8855
8831
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8856
8832
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8858,6 +8834,7 @@ export declare const VSelect: {
8858
8834
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8859
8835
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8860
8836
  centerAffix?: boolean | undefined;
8837
+ iconColor?: string | boolean | undefined;
8861
8838
  hint?: string | undefined;
8862
8839
  hideDetails?: boolean | "auto" | undefined;
8863
8840
  suffix?: string | undefined;
@@ -9331,7 +9308,6 @@ export declare const VSelect: {
9331
9308
  bgColor?: string | undefined;
9332
9309
  prependIcon?: IconValue | undefined;
9333
9310
  appendIcon?: IconValue | undefined;
9334
- iconColor?: string | boolean | undefined;
9335
9311
  appendInnerIcon?: IconValue | undefined;
9336
9312
  prependInnerIcon?: IconValue | undefined;
9337
9313
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -9340,6 +9316,7 @@ export declare const VSelect: {
9340
9316
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9341
9317
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9342
9318
  centerAffix?: boolean | undefined;
9319
+ iconColor?: string | boolean | undefined;
9343
9320
  hint?: string | undefined;
9344
9321
  hideDetails?: boolean | "auto" | undefined;
9345
9322
  suffix?: string | undefined;
@@ -9483,7 +9460,6 @@ export declare const VSelect: {
9483
9460
  bgColor?: string | undefined;
9484
9461
  prependIcon?: IconValue | undefined;
9485
9462
  appendIcon?: IconValue | undefined;
9486
- iconColor?: string | boolean | undefined;
9487
9463
  appendInnerIcon?: IconValue | undefined;
9488
9464
  prependInnerIcon?: IconValue | undefined;
9489
9465
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -9492,6 +9468,7 @@ export declare const VSelect: {
9492
9468
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9493
9469
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9494
9470
  centerAffix?: boolean | undefined;
9471
+ iconColor?: string | boolean | undefined;
9495
9472
  hint?: string | undefined;
9496
9473
  hideDetails?: boolean | "auto" | undefined;
9497
9474
  suffix?: string | undefined;
@@ -9606,9 +9583,9 @@ export declare const VSelect: {
9606
9583
  baseColor?: string | undefined;
9607
9584
  prependIcon?: IconValue | undefined;
9608
9585
  appendIcon?: IconValue | undefined;
9609
- iconColor?: string | boolean | undefined;
9610
9586
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9611
9587
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9588
+ iconColor?: string | boolean | undefined;
9612
9589
  hint?: string | undefined;
9613
9590
  hideDetails?: boolean | "auto" | undefined;
9614
9591
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9662,9 +9639,9 @@ export declare const VSelect: {
9662
9639
  baseColor?: string | undefined;
9663
9640
  prependIcon?: IconValue | undefined;
9664
9641
  appendIcon?: IconValue | undefined;
9665
- iconColor?: string | boolean | undefined;
9666
9642
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9667
9643
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9644
+ iconColor?: string | boolean | undefined;
9668
9645
  hint?: string | undefined;
9669
9646
  hideDetails?: boolean | "auto" | undefined;
9670
9647
  } & {}, {
@@ -9765,9 +9742,9 @@ export declare const VSelect: {
9765
9742
  baseColor?: string | undefined;
9766
9743
  prependIcon?: IconValue | undefined;
9767
9744
  appendIcon?: IconValue | undefined;
9768
- iconColor?: string | boolean | undefined;
9769
9745
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9770
9746
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9747
+ iconColor?: string | boolean | undefined;
9771
9748
  hint?: string | undefined;
9772
9749
  hideDetails?: boolean | "auto" | undefined;
9773
9750
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9779,7 +9756,7 @@ export declare const VSelect: {
9779
9756
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9780
9757
  modelValue?: unknown;
9781
9758
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9782
- }, 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<{
9759
+ }, 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<{
9783
9760
  $: import("vue").ComponentInternalInstance;
9784
9761
  $data: {};
9785
9762
  $props: Partial<{
@@ -9826,13 +9803,13 @@ export declare const VSelect: {
9826
9803
  rounded?: string | number | boolean | undefined;
9827
9804
  baseColor?: string | undefined;
9828
9805
  bgColor?: string | undefined;
9829
- iconColor?: string | boolean | undefined;
9830
9806
  appendInnerIcon?: IconValue | undefined;
9831
9807
  prependInnerIcon?: IconValue | undefined;
9832
9808
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9833
9809
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9834
9810
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9835
9811
  centerAffix?: boolean | undefined;
9812
+ iconColor?: string | boolean | undefined;
9836
9813
  } & 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">;
9837
9814
  $attrs: {
9838
9815
  [x: string]: unknown;
@@ -9885,13 +9862,13 @@ export declare const VSelect: {
9885
9862
  rounded?: string | number | boolean | undefined;
9886
9863
  baseColor?: string | undefined;
9887
9864
  bgColor?: string | undefined;
9888
- iconColor?: string | boolean | undefined;
9889
9865
  appendInnerIcon?: IconValue | undefined;
9890
9866
  prependInnerIcon?: IconValue | undefined;
9891
9867
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9892
9868
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9893
9869
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9894
9870
  centerAffix?: boolean | undefined;
9871
+ iconColor?: string | boolean | undefined;
9895
9872
  } & {
9896
9873
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9897
9874
  }, {
@@ -9995,13 +9972,13 @@ export declare const VSelect: {
9995
9972
  rounded?: string | number | boolean | undefined;
9996
9973
  baseColor?: string | undefined;
9997
9974
  bgColor?: string | undefined;
9998
- iconColor?: string | boolean | undefined;
9999
9975
  appendInnerIcon?: IconValue | undefined;
10000
9976
  prependInnerIcon?: IconValue | undefined;
10001
9977
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
10002
9978
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10003
9979
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10004
9980
  centerAffix?: boolean | undefined;
9981
+ iconColor?: string | boolean | undefined;
10005
9982
  } & {
10006
9983
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
10007
9984
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -10010,7 +9987,7 @@ export declare const VSelect: {
10010
9987
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
10011
9988
  modelValue?: unknown;
10012
9989
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
10013
- }, 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}`> & {
9990
+ }, 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}`> & {
10014
9991
  _allExposed: {
10015
9992
  reset: () => Promise<void>;
10016
9993
  resetValidation: () => Promise<void>;
@@ -10178,7 +10155,6 @@ export declare const VSelect: {
10178
10155
  bgColor?: string | undefined;
10179
10156
  prependIcon?: IconValue | undefined;
10180
10157
  appendIcon?: IconValue | undefined;
10181
- iconColor?: string | boolean | undefined;
10182
10158
  appendInnerIcon?: IconValue | undefined;
10183
10159
  prependInnerIcon?: IconValue | undefined;
10184
10160
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -10187,6 +10163,7 @@ export declare const VSelect: {
10187
10163
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10188
10164
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10189
10165
  centerAffix?: boolean | undefined;
10166
+ iconColor?: string | boolean | undefined;
10190
10167
  hint?: string | undefined;
10191
10168
  hideDetails?: boolean | "auto" | undefined;
10192
10169
  suffix?: string | undefined;
@@ -10301,9 +10278,9 @@ export declare const VSelect: {
10301
10278
  baseColor?: string | undefined;
10302
10279
  prependIcon?: IconValue | undefined;
10303
10280
  appendIcon?: IconValue | undefined;
10304
- iconColor?: string | boolean | undefined;
10305
10281
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10306
10282
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10283
+ iconColor?: string | boolean | undefined;
10307
10284
  hint?: string | undefined;
10308
10285
  hideDetails?: boolean | "auto" | undefined;
10309
10286
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -10357,9 +10334,9 @@ export declare const VSelect: {
10357
10334
  baseColor?: string | undefined;
10358
10335
  prependIcon?: IconValue | undefined;
10359
10336
  appendIcon?: IconValue | undefined;
10360
- iconColor?: string | boolean | undefined;
10361
10337
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10362
10338
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10339
+ iconColor?: string | boolean | undefined;
10363
10340
  hint?: string | undefined;
10364
10341
  hideDetails?: boolean | "auto" | undefined;
10365
10342
  } & {}, {
@@ -10460,9 +10437,9 @@ export declare const VSelect: {
10460
10437
  baseColor?: string | undefined;
10461
10438
  prependIcon?: IconValue | undefined;
10462
10439
  appendIcon?: IconValue | undefined;
10463
- iconColor?: string | boolean | undefined;
10464
10440
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10465
10441
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10442
+ iconColor?: string | boolean | undefined;
10466
10443
  hint?: string | undefined;
10467
10444
  hideDetails?: boolean | "auto" | undefined;
10468
10445
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -10474,7 +10451,7 @@ export declare const VSelect: {
10474
10451
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
10475
10452
  modelValue?: unknown;
10476
10453
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
10477
- }, 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<{
10454
+ }, 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<{
10478
10455
  $: import("vue").ComponentInternalInstance;
10479
10456
  $data: {};
10480
10457
  $props: Partial<{
@@ -10521,13 +10498,13 @@ export declare const VSelect: {
10521
10498
  rounded?: string | number | boolean | undefined;
10522
10499
  baseColor?: string | undefined;
10523
10500
  bgColor?: string | undefined;
10524
- iconColor?: string | boolean | undefined;
10525
10501
  appendInnerIcon?: IconValue | undefined;
10526
10502
  prependInnerIcon?: IconValue | undefined;
10527
10503
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
10528
10504
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10529
10505
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10530
10506
  centerAffix?: boolean | undefined;
10507
+ iconColor?: string | boolean | undefined;
10531
10508
  } & 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">;
10532
10509
  $attrs: {
10533
10510
  [x: string]: unknown;
@@ -10580,13 +10557,13 @@ export declare const VSelect: {
10580
10557
  rounded?: string | number | boolean | undefined;
10581
10558
  baseColor?: string | undefined;
10582
10559
  bgColor?: string | undefined;
10583
- iconColor?: string | boolean | undefined;
10584
10560
  appendInnerIcon?: IconValue | undefined;
10585
10561
  prependInnerIcon?: IconValue | undefined;
10586
10562
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
10587
10563
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10588
10564
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10589
10565
  centerAffix?: boolean | undefined;
10566
+ iconColor?: string | boolean | undefined;
10590
10567
  } & {
10591
10568
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
10592
10569
  }, {
@@ -10690,13 +10667,13 @@ export declare const VSelect: {
10690
10667
  rounded?: string | number | boolean | undefined;
10691
10668
  baseColor?: string | undefined;
10692
10669
  bgColor?: string | undefined;
10693
- iconColor?: string | boolean | undefined;
10694
10670
  appendInnerIcon?: IconValue | undefined;
10695
10671
  prependInnerIcon?: IconValue | undefined;
10696
10672
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
10697
10673
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10698
10674
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10699
10675
  centerAffix?: boolean | undefined;
10676
+ iconColor?: string | boolean | undefined;
10700
10677
  } & {
10701
10678
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
10702
10679
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -10705,7 +10682,7 @@ export declare const VSelect: {
10705
10682
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
10706
10683
  modelValue?: unknown;
10707
10684
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
10708
- }, 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}`> & {
10685
+ }, 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}`> & {
10709
10686
  _allExposed: {
10710
10687
  reset: () => Promise<void>;
10711
10688
  resetValidation: () => Promise<void>;
@@ -10716,7 +10693,7 @@ export declare const VSelect: {
10716
10693
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
10717
10694
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
10718
10695
  } | {};
10719
- }> & {} & 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}`> & {
10696
+ }> & {} & 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}`> & {
10720
10697
  _allExposed: (HTMLInputElement & Omit<Omit<{
10721
10698
  $: import("vue").ComponentInternalInstance;
10722
10699
  $data: {};
@@ -10767,9 +10744,9 @@ export declare const VSelect: {
10767
10744
  baseColor?: string | undefined;
10768
10745
  prependIcon?: IconValue | undefined;
10769
10746
  appendIcon?: IconValue | undefined;
10770
- iconColor?: string | boolean | undefined;
10771
10747
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10772
10748
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10749
+ iconColor?: string | boolean | undefined;
10773
10750
  hint?: string | undefined;
10774
10751
  hideDetails?: boolean | "auto" | undefined;
10775
10752
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -10823,9 +10800,9 @@ export declare const VSelect: {
10823
10800
  baseColor?: string | undefined;
10824
10801
  prependIcon?: IconValue | undefined;
10825
10802
  appendIcon?: IconValue | undefined;
10826
- iconColor?: string | boolean | undefined;
10827
10803
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10828
10804
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10805
+ iconColor?: string | boolean | undefined;
10829
10806
  hint?: string | undefined;
10830
10807
  hideDetails?: boolean | "auto" | undefined;
10831
10808
  } & {}, {
@@ -10926,9 +10903,9 @@ export declare const VSelect: {
10926
10903
  baseColor?: string | undefined;
10927
10904
  prependIcon?: IconValue | undefined;
10928
10905
  appendIcon?: IconValue | undefined;
10929
- iconColor?: string | boolean | undefined;
10930
10906
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
10931
10907
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
10908
+ iconColor?: string | boolean | undefined;
10932
10909
  hint?: string | undefined;
10933
10910
  hideDetails?: boolean | "auto" | undefined;
10934
10911
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -10940,7 +10917,7 @@ export declare const VSelect: {
10940
10917
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
10941
10918
  modelValue?: unknown;
10942
10919
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
10943
- }, 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<{
10920
+ }, 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<{
10944
10921
  $: import("vue").ComponentInternalInstance;
10945
10922
  $data: {};
10946
10923
  $props: Partial<{
@@ -10987,13 +10964,13 @@ export declare const VSelect: {
10987
10964
  rounded?: string | number | boolean | undefined;
10988
10965
  baseColor?: string | undefined;
10989
10966
  bgColor?: string | undefined;
10990
- iconColor?: string | boolean | undefined;
10991
10967
  appendInnerIcon?: IconValue | undefined;
10992
10968
  prependInnerIcon?: IconValue | undefined;
10993
10969
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
10994
10970
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
10995
10971
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
10996
10972
  centerAffix?: boolean | undefined;
10973
+ iconColor?: string | boolean | undefined;
10997
10974
  } & 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">;
10998
10975
  $attrs: {
10999
10976
  [x: string]: unknown;
@@ -11046,13 +11023,13 @@ export declare const VSelect: {
11046
11023
  rounded?: string | number | boolean | undefined;
11047
11024
  baseColor?: string | undefined;
11048
11025
  bgColor?: string | undefined;
11049
- iconColor?: string | boolean | undefined;
11050
11026
  appendInnerIcon?: IconValue | undefined;
11051
11027
  prependInnerIcon?: IconValue | undefined;
11052
11028
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
11053
11029
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
11054
11030
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
11055
11031
  centerAffix?: boolean | undefined;
11032
+ iconColor?: string | boolean | undefined;
11056
11033
  } & {
11057
11034
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
11058
11035
  }, {
@@ -11156,13 +11133,13 @@ export declare const VSelect: {
11156
11133
  rounded?: string | number | boolean | undefined;
11157
11134
  baseColor?: string | undefined;
11158
11135
  bgColor?: string | undefined;
11159
- iconColor?: string | boolean | undefined;
11160
11136
  appendInnerIcon?: IconValue | undefined;
11161
11137
  prependInnerIcon?: IconValue | undefined;
11162
11138
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
11163
11139
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
11164
11140
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
11165
11141
  centerAffix?: boolean | undefined;
11142
+ iconColor?: string | boolean | undefined;
11166
11143
  } & {
11167
11144
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
11168
11145
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -11171,7 +11148,7 @@ export declare const VSelect: {
11171
11148
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
11172
11149
  modelValue?: unknown;
11173
11150
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
11174
- }, 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}`> & {
11151
+ }, 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}`> & {
11175
11152
  _allExposed: {
11176
11153
  reset: () => Promise<void>;
11177
11154
  resetValidation: () => Promise<void>;
@@ -11191,7 +11168,7 @@ export declare const VSelect: {
11191
11168
  'update:focused': (focused: boolean) => true;
11192
11169
  'update:modelValue': (value: any) => true;
11193
11170
  'update:menu': (ue: boolean) => true;
11194
- }, "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, {
11171
+ }, "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, {
11195
11172
  flat: boolean;
11196
11173
  reverse: boolean;
11197
11174
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -11239,7 +11216,6 @@ export declare const VSelect: {
11239
11216
  hideSelected: boolean;
11240
11217
  menuIcon: IconValue;
11241
11218
  openOnClear: boolean;
11242
- noAutoScroll: boolean;
11243
11219
  }, {}, string, import("vue").SlotsType<Partial<{
11244
11220
  message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
11245
11221
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
@@ -11269,14 +11245,6 @@ export declare const VSelect: {
11269
11245
  item: ListItem<unknown>;
11270
11246
  index: number;
11271
11247
  }) => import("vue").VNode[];
11272
- subheader: (arg: {
11273
- props: Record<string, unknown>;
11274
- index: number;
11275
- }) => import("vue").VNode[];
11276
- divider: (arg: {
11277
- props: Record<string, unknown>;
11278
- index: number;
11279
- }) => import("vue").VNode[];
11280
11248
  'prepend-item': () => import("vue").VNode[];
11281
11249
  'append-item': () => import("vue").VNode[];
11282
11250
  'no-data': () => import("vue").VNode[];
@@ -11304,14 +11272,6 @@ export declare const VSelect: {
11304
11272
  item: ListItem<Item>;
11305
11273
  index: number;
11306
11274
  };
11307
- subheader: {
11308
- props: Record<string, unknown>;
11309
- index: number;
11310
- };
11311
- divider: {
11312
- props: Record<string, unknown>;
11313
- index: number;
11314
- };
11315
11275
  "prepend-item": never;
11316
11276
  "append-item": never;
11317
11277
  "no-data": never;
@@ -11413,7 +11373,6 @@ export declare const VSelect: {
11413
11373
  bgColor: StringConstructor;
11414
11374
  prependIcon: PropType<IconValue>;
11415
11375
  appendIcon: PropType<IconValue>;
11416
- iconColor: (StringConstructor | BooleanConstructor)[];
11417
11376
  clearIcon: {
11418
11377
  type: PropType<IconValue>;
11419
11378
  default: string;
@@ -11429,6 +11388,7 @@ export declare const VSelect: {
11429
11388
  default: undefined;
11430
11389
  };
11431
11390
  glow: BooleanConstructor;
11391
+ iconColor: (StringConstructor | BooleanConstructor)[];
11432
11392
  hideSpinButtons: BooleanConstructor;
11433
11393
  hint: StringConstructor;
11434
11394
  persistentHint: BooleanConstructor;
@@ -11497,7 +11457,6 @@ export declare const VSelect: {
11497
11457
  };
11498
11458
  openOnClear: BooleanConstructor;
11499
11459
  itemColor: StringConstructor;
11500
- noAutoScroll: BooleanConstructor;
11501
11460
  }, import("vue").ExtractPropTypes<{
11502
11461
  transition: {
11503
11462
  type: PropType<string | boolean | (import("vue").TransitionProps & {
@@ -11596,7 +11555,6 @@ export declare const VSelect: {
11596
11555
  bgColor: StringConstructor;
11597
11556
  prependIcon: PropType<IconValue>;
11598
11557
  appendIcon: PropType<IconValue>;
11599
- iconColor: (StringConstructor | BooleanConstructor)[];
11600
11558
  clearIcon: {
11601
11559
  type: PropType<IconValue>;
11602
11560
  default: string;
@@ -11612,6 +11570,7 @@ export declare const VSelect: {
11612
11570
  default: undefined;
11613
11571
  };
11614
11572
  glow: BooleanConstructor;
11573
+ iconColor: (StringConstructor | BooleanConstructor)[];
11615
11574
  hideSpinButtons: BooleanConstructor;
11616
11575
  hint: StringConstructor;
11617
11576
  persistentHint: BooleanConstructor;
@@ -11680,7 +11639,6 @@ export declare const VSelect: {
11680
11639
  };
11681
11640
  openOnClear: BooleanConstructor;
11682
11641
  itemColor: StringConstructor;
11683
- noAutoScroll: BooleanConstructor;
11684
11642
  }>>;
11685
11643
  export type VSelect = InstanceType<typeof VSelect>;
11686
11644