vuetify 3.10.2 → 3.10.4

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 (226) hide show
  1. package/dist/json/attributes.json +3585 -3581
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6506 -6482
  6. package/dist/vuetify-labs.cjs +124 -92
  7. package/dist/vuetify-labs.css +4941 -4941
  8. package/dist/vuetify-labs.d.ts +1375 -1363
  9. package/dist/vuetify-labs.esm.js +125 -93
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +124 -92
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +116 -87
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +6491 -6491
  16. package/dist/vuetify.d.ts +1120 -1108
  17. package/dist/vuetify.esm.js +116 -87
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +116 -87
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +1435 -1428
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +3 -3
  25. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  26. package/lib/components/VApp/VApp.d.ts +3 -3
  27. package/lib/components/VAppBar/VAppBar.d.ts +3 -3
  28. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  29. package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
  31. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.d.ts +3 -3
  34. package/lib/components/VBadge/VBadge.d.ts +3 -3
  35. package/lib/components/VBanner/VBanner.d.ts +3 -3
  36. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  37. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  38. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
  39. package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
  41. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
  43. package/lib/components/VBtn/VBtn.d.ts +6 -6
  44. package/lib/components/VBtn/VBtn.js +5 -5
  45. package/lib/components/VBtn/VBtn.js.map +1 -1
  46. package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
  47. package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
  48. package/lib/components/VCard/VCard.d.ts +6 -6
  49. package/lib/components/VCard/VCard.js +2 -2
  50. package/lib/components/VCard/VCard.js.map +1 -1
  51. package/lib/components/VCard/VCardActions.d.ts +3 -3
  52. package/lib/components/VCard/VCardItem.d.ts +3 -3
  53. package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
  54. package/lib/components/VCard/VCardText.d.ts +3 -3
  55. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  56. package/lib/components/VCarousel/VCarousel.d.ts +3 -3
  57. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  58. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  59. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  60. package/lib/components/VChip/VChip.d.ts +6 -6
  61. package/lib/components/VChip/VChip.js +15 -4
  62. package/lib/components/VChip/VChip.js.map +1 -1
  63. package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
  64. package/lib/components/VCode/index.d.ts +3 -3
  65. package/lib/components/VCombobox/VCombobox.d.ts +129 -116
  66. package/lib/components/VCombobox/VCombobox.js +8 -25
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.d.ts +3 -3
  69. package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
  70. package/lib/components/VDataTable/VDataTable.d.ts +3 -3
  71. package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
  72. package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
  73. package/lib/components/VDataTable/composables/expand.js +8 -8
  74. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  76. package/lib/components/VDialog/VDialog.d.ts +12 -12
  77. package/lib/components/VDialog/VDialog.js +29 -11
  78. package/lib/components/VDialog/VDialog.js.map +1 -1
  79. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
  80. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  81. package/lib/components/VDivider/VDivider.d.ts +3 -3
  82. package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
  83. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
  84. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  85. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
  86. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
  87. package/lib/components/VFab/VFab.d.ts +6 -6
  88. package/lib/components/VField/VField.d.ts +3 -3
  89. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  90. package/lib/components/VFileInput/VFileInput.d.ts +12 -12
  91. package/lib/components/VFileInput/VFileInput.js +2 -1
  92. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  93. package/lib/components/VFooter/VFooter.d.ts +3 -3
  94. package/lib/components/VForm/VForm.d.ts +6 -6
  95. package/lib/components/VGrid/VCol.d.ts +3 -3
  96. package/lib/components/VGrid/VContainer.d.ts +3 -3
  97. package/lib/components/VGrid/VRow.d.ts +3 -3
  98. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  99. package/lib/components/VIcon/VIcon.d.ts +3 -3
  100. package/lib/components/VImg/VImg.d.ts +3 -3
  101. package/lib/components/VInput/VInput.d.ts +3 -3
  102. package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
  103. package/lib/components/VKbd/VKbd.d.ts +3 -3
  104. package/lib/components/VLabel/VLabel.d.ts +3 -3
  105. package/lib/components/VLayout/VLayout.d.ts +3 -3
  106. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  107. package/lib/components/VLazy/VLazy.d.ts +3 -3
  108. package/lib/components/VList/VList.d.ts +11 -11
  109. package/lib/components/VList/VList.js.map +1 -1
  110. package/lib/components/VList/VListGroup.d.ts +3 -3
  111. package/lib/components/VList/VListImg.d.ts +3 -3
  112. package/lib/components/VList/VListItem.d.ts +6 -6
  113. package/lib/components/VList/VListItem.js +2 -2
  114. package/lib/components/VList/VListItem.js.map +1 -1
  115. package/lib/components/VList/VListItemAction.d.ts +3 -3
  116. package/lib/components/VList/VListItemMedia.d.ts +3 -3
  117. package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
  118. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  119. package/lib/components/VList/VListSubheader.d.ts +3 -3
  120. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  121. package/lib/components/VMain/VMain.d.ts +3 -3
  122. package/lib/components/VMenu/VMenu.d.ts +15 -15
  123. package/lib/components/VMessages/VMessages.d.ts +3 -3
  124. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
  125. package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
  126. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  127. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  128. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  129. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  130. package/lib/components/VPagination/VPagination.d.ts +3 -3
  131. package/lib/components/VParallax/VParallax.d.ts +3 -3
  132. package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
  133. package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
  134. package/lib/components/VRadio/VRadio.d.ts +6 -6
  135. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  136. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  137. package/lib/components/VRating/VRating.d.ts +3 -3
  138. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  139. package/lib/components/VSelect/VSelect.d.ts +140 -140
  140. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  141. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  142. package/lib/components/VSheet/VSheet.d.ts +3 -3
  143. package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
  144. package/lib/components/VSlider/VSlider.d.ts +12 -12
  145. package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
  146. package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
  147. package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
  148. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
  149. package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
  150. package/lib/components/VStepper/VStepper.d.ts +3 -3
  151. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  152. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  153. package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
  154. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  155. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  156. package/lib/components/VSwitch/VSwitch.js +2 -2
  157. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  158. package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
  159. package/lib/components/VTable/VTable.d.ts +3 -3
  160. package/lib/components/VTabs/VTab.d.ts +24 -24
  161. package/lib/components/VTabs/VTabs.d.ts +3 -3
  162. package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
  163. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  164. package/lib/components/VTextField/VTextField.d.ts +21 -21
  165. package/lib/components/VTextarea/VTextarea.d.ts +12 -12
  166. package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
  167. package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
  168. package/lib/components/VTimeline/VTimeline.d.ts +3 -3
  169. package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
  170. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  171. package/lib/components/VToolbar/VToolbar.d.ts +3 -3
  172. package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
  173. package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
  174. package/lib/components/VTooltip/VTooltip.d.ts +15 -15
  175. package/lib/components/VTreeview/VTreeview.d.ts +26 -26
  176. package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
  177. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  178. package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
  179. package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
  180. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
  181. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
  182. package/lib/components/VWindow/VWindow.d.ts +3 -3
  183. package/lib/components/VWindow/VWindowItem.d.ts +3 -3
  184. package/lib/components/transitions/createTransition.d.ts +6 -6
  185. package/lib/components/transitions/index.d.ts +78 -78
  186. package/lib/composables/goto.js +2 -2
  187. package/lib/composables/goto.js.map +1 -1
  188. package/lib/composables/group.d.ts +2 -0
  189. package/lib/composables/group.js +15 -9
  190. package/lib/composables/group.js.map +1 -1
  191. package/lib/composables/router.d.ts +2 -0
  192. package/lib/composables/router.js +6 -1
  193. package/lib/composables/router.js.map +1 -1
  194. package/lib/entry-bundler.js +1 -1
  195. package/lib/framework.d.ts +63 -63
  196. package/lib/framework.js +1 -1
  197. package/lib/labs/VCalendar/VCalendar.js +7 -4
  198. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  199. package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
  200. package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
  201. package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
  202. package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
  203. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  204. package/lib/labs/VFileUpload/VFileUpload.js +2 -1
  205. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  206. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  207. package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
  208. package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
  209. package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
  210. package/lib/labs/VPicker/VPicker.d.ts +3 -3
  211. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  212. package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
  213. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
  214. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
  215. package/lib/labs/VVideo/VVideo.d.ts +87 -87
  216. package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
  217. package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
  218. package/lib/util/animation.js +1 -1
  219. package/lib/util/animation.js.map +1 -1
  220. package/lib/util/box.d.ts +1 -1
  221. package/lib/util/box.js +19 -14
  222. package/lib/util/box.js.map +1 -1
  223. package/lib/util/createSimpleFunctional.d.ts +3 -3
  224. package/lib/util/events.js +2 -2
  225. package/lib/util/events.js.map +1 -1
  226. package/package.json +9 -9
@@ -107,6 +107,7 @@ export declare const makeVComboboxProps: <Defaults extends {
107
107
  openOnClear?: unknown;
108
108
  itemColor?: unknown;
109
109
  noAutoScroll?: unknown;
110
+ alwaysFilter?: unknown;
110
111
  autoSelectFirst?: unknown;
111
112
  clearOnSelect?: unknown;
112
113
  delimiters?: unknown;
@@ -676,7 +677,7 @@ export declare const makeVComboboxProps: <Defaults extends {
676
677
  }> & Omit<{
677
678
  theme?: string | undefined;
678
679
  class?: any;
679
- style: import("vue").StyleValue;
680
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
680
681
  border?: string | number | boolean | undefined;
681
682
  density: import("../../composables/density.js").Density;
682
683
  elevation?: string | number | undefined;
@@ -698,7 +699,7 @@ export declare const makeVComboboxProps: <Defaults extends {
698
699
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
699
700
  activated?: any;
700
701
  mandatory: boolean;
701
- itemType: SelectItemKey;
702
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
702
703
  returnObject: boolean;
703
704
  valueComparator?: typeof deepEqual | undefined;
704
705
  baseColor?: string | undefined;
@@ -893,7 +894,7 @@ export declare const makeVComboboxProps: <Defaults extends {
893
894
  }> & Omit<{
894
895
  theme?: string | undefined;
895
896
  class?: any;
896
- style: import("vue").StyleValue;
897
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
897
898
  border?: string | number | boolean | undefined;
898
899
  density: import("../../composables/density.js").Density;
899
900
  elevation?: string | number | undefined;
@@ -915,7 +916,7 @@ export declare const makeVComboboxProps: <Defaults extends {
915
916
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
916
917
  activated?: any;
917
918
  mandatory: boolean;
918
- itemType: SelectItemKey;
919
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
919
920
  returnObject: boolean;
920
921
  valueComparator?: typeof deepEqual | undefined;
921
922
  baseColor?: string | undefined;
@@ -1110,7 +1111,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1110
1111
  }> & Omit<{
1111
1112
  theme?: string | undefined;
1112
1113
  class?: any;
1113
- style: import("vue").StyleValue;
1114
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1114
1115
  border?: string | number | boolean | undefined;
1115
1116
  density: import("../../composables/density.js").Density;
1116
1117
  elevation?: string | number | undefined;
@@ -1132,7 +1133,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1132
1133
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1133
1134
  activated?: any;
1134
1135
  mandatory: boolean;
1135
- itemType: SelectItemKey;
1136
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1136
1137
  returnObject: boolean;
1137
1138
  valueComparator?: typeof deepEqual | undefined;
1138
1139
  baseColor?: string | undefined;
@@ -1325,7 +1326,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1325
1326
  }> & Omit<{
1326
1327
  theme?: string | undefined;
1327
1328
  class?: any;
1328
- style: import("vue").StyleValue;
1329
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1329
1330
  border?: string | number | boolean | undefined;
1330
1331
  density: import("../../composables/density.js").Density;
1331
1332
  elevation?: string | number | undefined;
@@ -1347,7 +1348,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1347
1348
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1348
1349
  activated?: any;
1349
1350
  mandatory: boolean;
1350
- itemType: SelectItemKey;
1351
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1351
1352
  returnObject: boolean;
1352
1353
  valueComparator?: typeof deepEqual | undefined;
1353
1354
  baseColor?: string | undefined;
@@ -1541,7 +1542,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1541
1542
  }> & Omit<{
1542
1543
  theme?: string | undefined;
1543
1544
  class?: any;
1544
- style: import("vue").StyleValue;
1545
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1545
1546
  border?: string | number | boolean | undefined;
1546
1547
  density: import("../../composables/density.js").Density;
1547
1548
  elevation?: string | number | undefined;
@@ -1563,7 +1564,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1563
1564
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1564
1565
  activated?: any;
1565
1566
  mandatory: boolean;
1566
- itemType: SelectItemKey;
1567
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1567
1568
  returnObject: boolean;
1568
1569
  valueComparator?: typeof deepEqual | undefined;
1569
1570
  baseColor?: string | undefined;
@@ -1756,7 +1757,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1756
1757
  }> & Omit<{
1757
1758
  theme?: string | undefined;
1758
1759
  class?: any;
1759
- style: import("vue").StyleValue;
1760
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1760
1761
  border?: string | number | boolean | undefined;
1761
1762
  density: import("../../composables/density.js").Density;
1762
1763
  elevation?: string | number | undefined;
@@ -1778,7 +1779,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1778
1779
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1779
1780
  activated?: any;
1780
1781
  mandatory: boolean;
1781
- itemType: SelectItemKey;
1782
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1782
1783
  returnObject: boolean;
1783
1784
  valueComparator?: typeof deepEqual | undefined;
1784
1785
  baseColor?: string | undefined;
@@ -2062,7 +2063,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2062
2063
  }> & Omit<{
2063
2064
  theme?: string | undefined;
2064
2065
  class?: any;
2065
- style: import("vue").StyleValue;
2066
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2066
2067
  $children?: {
2067
2068
  default?: ((arg: {
2068
2069
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2088,7 +2089,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2088
2089
  }) => import("vue").VNodeChild) | undefined;
2089
2090
  } | undefined;
2090
2091
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2091
- location: import("../../util/index.js").Anchor | undefined;
2092
+ location: import("../../util/index.js").Anchor;
2092
2093
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2093
2094
  offset?: string | number | number[] | undefined;
2094
2095
  stickToTarget: boolean;
@@ -2299,7 +2300,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2299
2300
  }> & Omit<{
2300
2301
  theme?: string | undefined;
2301
2302
  class?: any;
2302
- style: import("vue").StyleValue;
2303
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2303
2304
  $children?: {
2304
2305
  default?: ((arg: {
2305
2306
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2325,7 +2326,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2325
2326
  }) => import("vue").VNodeChild) | undefined;
2326
2327
  } | undefined;
2327
2328
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2328
- location: import("../../util/index.js").Anchor | undefined;
2329
+ location: import("../../util/index.js").Anchor;
2329
2330
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2330
2331
  offset?: string | number | number[] | undefined;
2331
2332
  stickToTarget: boolean;
@@ -2536,7 +2537,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2536
2537
  }> & Omit<{
2537
2538
  theme?: string | undefined;
2538
2539
  class?: any;
2539
- style: import("vue").StyleValue;
2540
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2540
2541
  $children?: {
2541
2542
  default?: ((arg: {
2542
2543
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2562,7 +2563,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2562
2563
  }) => import("vue").VNodeChild) | undefined;
2563
2564
  } | undefined;
2564
2565
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2565
- location: import("../../util/index.js").Anchor | undefined;
2566
+ location: import("../../util/index.js").Anchor;
2566
2567
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2567
2568
  offset?: string | number | number[] | undefined;
2568
2569
  stickToTarget: boolean;
@@ -2771,7 +2772,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2771
2772
  }> & Omit<{
2772
2773
  theme?: string | undefined;
2773
2774
  class?: any;
2774
- style: import("vue").StyleValue;
2775
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2775
2776
  $children?: {
2776
2777
  default?: ((arg: {
2777
2778
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2797,7 +2798,7 @@ export declare const makeVComboboxProps: <Defaults extends {
2797
2798
  }) => import("vue").VNodeChild) | undefined;
2798
2799
  } | undefined;
2799
2800
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2800
- location: import("../../util/index.js").Anchor | undefined;
2801
+ location: import("../../util/index.js").Anchor;
2801
2802
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2802
2803
  offset?: string | number | number[] | undefined;
2803
2804
  stickToTarget: boolean;
@@ -3007,7 +3008,7 @@ export declare const makeVComboboxProps: <Defaults extends {
3007
3008
  }> & Omit<{
3008
3009
  theme?: string | undefined;
3009
3010
  class?: any;
3010
- style: import("vue").StyleValue;
3011
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3011
3012
  $children?: {
3012
3013
  default?: ((arg: {
3013
3014
  isActive: import("vue").Ref<boolean, boolean>;
@@ -3033,7 +3034,7 @@ export declare const makeVComboboxProps: <Defaults extends {
3033
3034
  }) => import("vue").VNodeChild) | undefined;
3034
3035
  } | undefined;
3035
3036
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3036
- location: import("../../util/index.js").Anchor | undefined;
3037
+ location: import("../../util/index.js").Anchor;
3037
3038
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3038
3039
  offset?: string | number | number[] | undefined;
3039
3040
  stickToTarget: boolean;
@@ -3242,7 +3243,7 @@ export declare const makeVComboboxProps: <Defaults extends {
3242
3243
  }> & Omit<{
3243
3244
  theme?: string | undefined;
3244
3245
  class?: any;
3245
- style: import("vue").StyleValue;
3246
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3246
3247
  $children?: {
3247
3248
  default?: ((arg: {
3248
3249
  isActive: import("vue").Ref<boolean, boolean>;
@@ -3268,7 +3269,7 @@ export declare const makeVComboboxProps: <Defaults extends {
3268
3269
  }) => import("vue").VNodeChild) | undefined;
3269
3270
  } | undefined;
3270
3271
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3271
- location: import("../../util/index.js").Anchor | undefined;
3272
+ location: import("../../util/index.js").Anchor;
3272
3273
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3273
3274
  offset?: string | number | number[] | undefined;
3274
3275
  stickToTarget: boolean;
@@ -3409,6 +3410,10 @@ export declare const makeVComboboxProps: <Defaults extends {
3409
3410
  type: PropType<unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"]>;
3410
3411
  default: unknown extends Defaults["noAutoScroll"] ? boolean : boolean | Defaults["noAutoScroll"];
3411
3412
  };
3413
+ alwaysFilter: unknown extends Defaults["alwaysFilter"] ? BooleanConstructor : {
3414
+ type: PropType<unknown extends Defaults["alwaysFilter"] ? boolean : boolean | Defaults["alwaysFilter"]>;
3415
+ default: unknown extends Defaults["alwaysFilter"] ? boolean : boolean | Defaults["alwaysFilter"];
3416
+ };
3412
3417
  autoSelectFirst: unknown extends Defaults["autoSelectFirst"] ? {
3413
3418
  type: PropType<"exact" | boolean>;
3414
3419
  } : Omit<{
@@ -3435,7 +3440,7 @@ export declare const makeVComboboxProps: <Defaults extends {
3435
3440
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
3436
3441
  export declare const VCombobox: {
3437
3442
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
3438
- style: import("vue").StyleValue;
3443
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3439
3444
  filterKeys: import("../../composables/filter.js").FilterKeys;
3440
3445
  filterMode: import("../../composables/filter.js").FilterMode;
3441
3446
  noFilter: boolean;
@@ -3453,8 +3458,8 @@ export declare const VCombobox: {
3453
3458
  persistentHint: boolean;
3454
3459
  messages: string | readonly string[];
3455
3460
  direction: "horizontal" | "vertical";
3456
- itemChildren: SelectItemKey;
3457
- itemType: SelectItemKey;
3461
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3462
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3458
3463
  clearable: boolean;
3459
3464
  clearIcon: import("../../composables/icons.js").IconValue;
3460
3465
  active: boolean;
@@ -3484,6 +3489,7 @@ export declare const VCombobox: {
3484
3489
  noDataText: string;
3485
3490
  openOnClear: boolean;
3486
3491
  noAutoScroll: boolean;
3492
+ alwaysFilter: boolean;
3487
3493
  clearOnSelect: boolean;
3488
3494
  } & {
3489
3495
  theme?: string | undefined;
@@ -3545,7 +3551,7 @@ export declare const VCombobox: {
3545
3551
  }> & Omit<{
3546
3552
  theme?: string | undefined;
3547
3553
  class?: any;
3548
- style: import("vue").StyleValue;
3554
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3549
3555
  border?: string | number | boolean | undefined;
3550
3556
  density: import("../../composables/density.js").Density;
3551
3557
  elevation?: string | number | undefined;
@@ -3567,7 +3573,7 @@ export declare const VCombobox: {
3567
3573
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3568
3574
  activated?: any;
3569
3575
  mandatory: boolean;
3570
- itemType: SelectItemKey;
3576
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3571
3577
  returnObject: boolean;
3572
3578
  valueComparator?: typeof deepEqual | undefined;
3573
3579
  baseColor?: string | undefined;
@@ -3835,7 +3841,7 @@ export declare const VCombobox: {
3835
3841
  }> & Omit<{
3836
3842
  theme?: string | undefined;
3837
3843
  class?: any;
3838
- style: import("vue").StyleValue;
3844
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3839
3845
  $children?: {
3840
3846
  default?: ((arg: {
3841
3847
  isActive: import("vue").Ref<boolean, boolean>;
@@ -3861,7 +3867,7 @@ export declare const VCombobox: {
3861
3867
  }) => import("vue").VNodeChild) | undefined;
3862
3868
  } | undefined;
3863
3869
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3864
- location: import("../../util/index.js").Anchor | undefined;
3870
+ location: import("../../util/index.js").Anchor;
3865
3871
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3866
3872
  offset?: string | number | number[] | undefined;
3867
3873
  stickToTarget: boolean;
@@ -4028,7 +4034,7 @@ export declare const VCombobox: {
4028
4034
  }> & Omit<{
4029
4035
  theme?: string | undefined;
4030
4036
  class?: any;
4031
- style: import("vue").StyleValue;
4037
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4032
4038
  $children?: {
4033
4039
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
4034
4040
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -4203,7 +4209,7 @@ export declare const VCombobox: {
4203
4209
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
4204
4210
  $el: any;
4205
4211
  $options: import("vue").ComponentOptionsBase<{
4206
- style: import("vue").StyleValue;
4212
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4207
4213
  focused: boolean;
4208
4214
  errorMessages: string | readonly string[] | null;
4209
4215
  maxErrors: string | number;
@@ -4354,7 +4360,7 @@ export declare const VCombobox: {
4354
4360
  }> & Omit<{
4355
4361
  theme?: string | undefined;
4356
4362
  class?: any;
4357
- style: import("vue").StyleValue;
4363
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4358
4364
  focused: boolean;
4359
4365
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
4360
4366
  disabled: boolean | null;
@@ -4417,7 +4423,7 @@ export declare const VCombobox: {
4417
4423
  $emit: (event: string, ...args: any[]) => void;
4418
4424
  $el: any;
4419
4425
  $options: import("vue").ComponentOptionsBase<{
4420
- style: import("vue").StyleValue;
4426
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4421
4427
  focused: boolean;
4422
4428
  disabled: boolean | null;
4423
4429
  error: boolean;
@@ -4530,7 +4536,7 @@ export declare const VCombobox: {
4530
4536
  messages: string | readonly string[];
4531
4537
  direction: "horizontal" | "vertical";
4532
4538
  }> & Omit<{
4533
- style: import("vue").StyleValue;
4539
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4534
4540
  focused: boolean;
4535
4541
  disabled: boolean | null;
4536
4542
  error: boolean;
@@ -4600,7 +4606,7 @@ export declare const VCombobox: {
4600
4606
  }> & Omit<{
4601
4607
  theme?: string | undefined;
4602
4608
  class?: any;
4603
- style: import("vue").StyleValue;
4609
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4604
4610
  focused: boolean;
4605
4611
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4606
4612
  rounded?: string | number | boolean | undefined;
@@ -4669,7 +4675,7 @@ export declare const VCombobox: {
4669
4675
  $emit: (event: "update:focused", focused: boolean) => void;
4670
4676
  $el: any;
4671
4677
  $options: import("vue").ComponentOptionsBase<{
4672
- style: import("vue").StyleValue;
4678
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4673
4679
  focused: boolean;
4674
4680
  tile: boolean;
4675
4681
  clearable: boolean;
@@ -4794,7 +4800,7 @@ export declare const VCombobox: {
4794
4800
  singleLine: boolean;
4795
4801
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4796
4802
  }> & Omit<{
4797
- style: import("vue").StyleValue;
4803
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4798
4804
  focused: boolean;
4799
4805
  tile: boolean;
4800
4806
  clearable: boolean;
@@ -4976,7 +4982,7 @@ export declare const VCombobox: {
4976
4982
  persistentCounter: boolean;
4977
4983
  type: string;
4978
4984
  }> & Omit<{
4979
- style: import("vue").StyleValue;
4985
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4980
4986
  focused: boolean;
4981
4987
  errorMessages: string | readonly string[] | null;
4982
4988
  maxErrors: string | number;
@@ -5127,7 +5133,7 @@ export declare const VCombobox: {
5127
5133
  }> & Omit<{
5128
5134
  theme?: string | undefined;
5129
5135
  class?: any;
5130
- style: import("vue").StyleValue;
5136
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5131
5137
  focused: boolean;
5132
5138
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
5133
5139
  disabled: boolean | null;
@@ -5190,7 +5196,7 @@ export declare const VCombobox: {
5190
5196
  $emit: (event: string, ...args: any[]) => void;
5191
5197
  $el: any;
5192
5198
  $options: import("vue").ComponentOptionsBase<{
5193
- style: import("vue").StyleValue;
5199
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5194
5200
  focused: boolean;
5195
5201
  disabled: boolean | null;
5196
5202
  error: boolean;
@@ -5303,7 +5309,7 @@ export declare const VCombobox: {
5303
5309
  messages: string | readonly string[];
5304
5310
  direction: "horizontal" | "vertical";
5305
5311
  }> & Omit<{
5306
- style: import("vue").StyleValue;
5312
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5307
5313
  focused: boolean;
5308
5314
  disabled: boolean | null;
5309
5315
  error: boolean;
@@ -5373,7 +5379,7 @@ export declare const VCombobox: {
5373
5379
  }> & Omit<{
5374
5380
  theme?: string | undefined;
5375
5381
  class?: any;
5376
- style: import("vue").StyleValue;
5382
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5377
5383
  focused: boolean;
5378
5384
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5379
5385
  rounded?: string | number | boolean | undefined;
@@ -5442,7 +5448,7 @@ export declare const VCombobox: {
5442
5448
  $emit: (event: "update:focused", focused: boolean) => void;
5443
5449
  $el: any;
5444
5450
  $options: import("vue").ComponentOptionsBase<{
5445
- style: import("vue").StyleValue;
5451
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5446
5452
  focused: boolean;
5447
5453
  tile: boolean;
5448
5454
  clearable: boolean;
@@ -5567,7 +5573,7 @@ export declare const VCombobox: {
5567
5573
  singleLine: boolean;
5568
5574
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5569
5575
  }> & Omit<{
5570
- style: import("vue").StyleValue;
5576
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5571
5577
  focused: boolean;
5572
5578
  tile: boolean;
5573
5579
  clearable: boolean;
@@ -5651,7 +5657,7 @@ export declare const VCombobox: {
5651
5657
  }> & Omit<{
5652
5658
  theme?: string | undefined;
5653
5659
  class?: any;
5654
- style: import("vue").StyleValue;
5660
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5655
5661
  focused: boolean;
5656
5662
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
5657
5663
  disabled: boolean | null;
@@ -5714,7 +5720,7 @@ export declare const VCombobox: {
5714
5720
  $emit: (event: string, ...args: any[]) => void;
5715
5721
  $el: any;
5716
5722
  $options: import("vue").ComponentOptionsBase<{
5717
- style: import("vue").StyleValue;
5723
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5718
5724
  focused: boolean;
5719
5725
  disabled: boolean | null;
5720
5726
  error: boolean;
@@ -5827,7 +5833,7 @@ export declare const VCombobox: {
5827
5833
  messages: string | readonly string[];
5828
5834
  direction: "horizontal" | "vertical";
5829
5835
  }> & Omit<{
5830
- style: import("vue").StyleValue;
5836
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5831
5837
  focused: boolean;
5832
5838
  disabled: boolean | null;
5833
5839
  error: boolean;
@@ -5897,7 +5903,7 @@ export declare const VCombobox: {
5897
5903
  }> & Omit<{
5898
5904
  theme?: string | undefined;
5899
5905
  class?: any;
5900
- style: import("vue").StyleValue;
5906
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5901
5907
  focused: boolean;
5902
5908
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5903
5909
  rounded?: string | number | boolean | undefined;
@@ -5966,7 +5972,7 @@ export declare const VCombobox: {
5966
5972
  $emit: (event: "update:focused", focused: boolean) => void;
5967
5973
  $el: any;
5968
5974
  $options: import("vue").ComponentOptionsBase<{
5969
- style: import("vue").StyleValue;
5975
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5970
5976
  focused: boolean;
5971
5977
  tile: boolean;
5972
5978
  clearable: boolean;
@@ -6091,7 +6097,7 @@ export declare const VCombobox: {
6091
6097
  singleLine: boolean;
6092
6098
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6093
6099
  }> & Omit<{
6094
- style: import("vue").StyleValue;
6100
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6095
6101
  focused: boolean;
6096
6102
  tile: boolean;
6097
6103
  clearable: boolean;
@@ -6202,6 +6208,7 @@ export declare const VCombobox: {
6202
6208
  noDataText: string;
6203
6209
  openOnClear: boolean;
6204
6210
  noAutoScroll: boolean;
6211
+ alwaysFilter: boolean;
6205
6212
  clearOnSelect: boolean;
6206
6213
  }, true, {}, import("vue").SlotsType<Partial<{
6207
6214
  prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -6285,7 +6292,7 @@ export declare const VCombobox: {
6285
6292
  M: {};
6286
6293
  Defaults: {};
6287
6294
  }, {
6288
- style: import("vue").StyleValue;
6295
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6289
6296
  filterKeys: import("../../composables/filter.js").FilterKeys;
6290
6297
  filterMode: import("../../composables/filter.js").FilterMode;
6291
6298
  noFilter: boolean;
@@ -6303,8 +6310,8 @@ export declare const VCombobox: {
6303
6310
  persistentHint: boolean;
6304
6311
  messages: string | readonly string[];
6305
6312
  direction: "horizontal" | "vertical";
6306
- itemChildren: SelectItemKey;
6307
- itemType: SelectItemKey;
6313
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6314
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6308
6315
  clearable: boolean;
6309
6316
  clearIcon: import("../../composables/icons.js").IconValue;
6310
6317
  active: boolean;
@@ -6334,6 +6341,7 @@ export declare const VCombobox: {
6334
6341
  noDataText: string;
6335
6342
  openOnClear: boolean;
6336
6343
  noAutoScroll: boolean;
6344
+ alwaysFilter: boolean;
6337
6345
  clearOnSelect: boolean;
6338
6346
  } & {
6339
6347
  theme?: string | undefined;
@@ -6395,7 +6403,7 @@ export declare const VCombobox: {
6395
6403
  }> & Omit<{
6396
6404
  theme?: string | undefined;
6397
6405
  class?: any;
6398
- style: import("vue").StyleValue;
6406
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6399
6407
  border?: string | number | boolean | undefined;
6400
6408
  density: import("../../composables/density.js").Density;
6401
6409
  elevation?: string | number | undefined;
@@ -6417,7 +6425,7 @@ export declare const VCombobox: {
6417
6425
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
6418
6426
  activated?: any;
6419
6427
  mandatory: boolean;
6420
- itemType: SelectItemKey;
6428
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6421
6429
  returnObject: boolean;
6422
6430
  valueComparator?: typeof deepEqual | undefined;
6423
6431
  baseColor?: string | undefined;
@@ -6685,7 +6693,7 @@ export declare const VCombobox: {
6685
6693
  }> & Omit<{
6686
6694
  theme?: string | undefined;
6687
6695
  class?: any;
6688
- style: import("vue").StyleValue;
6696
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6689
6697
  $children?: {
6690
6698
  default?: ((arg: {
6691
6699
  isActive: import("vue").Ref<boolean, boolean>;
@@ -6711,7 +6719,7 @@ export declare const VCombobox: {
6711
6719
  }) => import("vue").VNodeChild) | undefined;
6712
6720
  } | undefined;
6713
6721
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
6714
- location: import("../../util/index.js").Anchor | undefined;
6722
+ location: import("../../util/index.js").Anchor;
6715
6723
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
6716
6724
  offset?: string | number | number[] | undefined;
6717
6725
  stickToTarget: boolean;
@@ -6878,7 +6886,7 @@ export declare const VCombobox: {
6878
6886
  }> & Omit<{
6879
6887
  theme?: string | undefined;
6880
6888
  class?: any;
6881
- style: import("vue").StyleValue;
6889
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6882
6890
  $children?: {
6883
6891
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
6884
6892
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -7053,7 +7061,7 @@ export declare const VCombobox: {
7053
7061
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
7054
7062
  $el: any;
7055
7063
  $options: import("vue").ComponentOptionsBase<{
7056
- style: import("vue").StyleValue;
7064
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7057
7065
  focused: boolean;
7058
7066
  errorMessages: string | readonly string[] | null;
7059
7067
  maxErrors: string | number;
@@ -7204,7 +7212,7 @@ export declare const VCombobox: {
7204
7212
  }> & Omit<{
7205
7213
  theme?: string | undefined;
7206
7214
  class?: any;
7207
- style: import("vue").StyleValue;
7215
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7208
7216
  focused: boolean;
7209
7217
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
7210
7218
  disabled: boolean | null;
@@ -7267,7 +7275,7 @@ export declare const VCombobox: {
7267
7275
  $emit: (event: string, ...args: any[]) => void;
7268
7276
  $el: any;
7269
7277
  $options: import("vue").ComponentOptionsBase<{
7270
- style: import("vue").StyleValue;
7278
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7271
7279
  focused: boolean;
7272
7280
  disabled: boolean | null;
7273
7281
  error: boolean;
@@ -7380,7 +7388,7 @@ export declare const VCombobox: {
7380
7388
  messages: string | readonly string[];
7381
7389
  direction: "horizontal" | "vertical";
7382
7390
  }> & Omit<{
7383
- style: import("vue").StyleValue;
7391
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7384
7392
  focused: boolean;
7385
7393
  disabled: boolean | null;
7386
7394
  error: boolean;
@@ -7450,7 +7458,7 @@ export declare const VCombobox: {
7450
7458
  }> & Omit<{
7451
7459
  theme?: string | undefined;
7452
7460
  class?: any;
7453
- style: import("vue").StyleValue;
7461
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7454
7462
  focused: boolean;
7455
7463
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7456
7464
  rounded?: string | number | boolean | undefined;
@@ -7519,7 +7527,7 @@ export declare const VCombobox: {
7519
7527
  $emit: (event: "update:focused", focused: boolean) => void;
7520
7528
  $el: any;
7521
7529
  $options: import("vue").ComponentOptionsBase<{
7522
- style: import("vue").StyleValue;
7530
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7523
7531
  focused: boolean;
7524
7532
  tile: boolean;
7525
7533
  clearable: boolean;
@@ -7644,7 +7652,7 @@ export declare const VCombobox: {
7644
7652
  singleLine: boolean;
7645
7653
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7646
7654
  }> & Omit<{
7647
- style: import("vue").StyleValue;
7655
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7648
7656
  focused: boolean;
7649
7657
  tile: boolean;
7650
7658
  clearable: boolean;
@@ -7826,7 +7834,7 @@ export declare const VCombobox: {
7826
7834
  persistentCounter: boolean;
7827
7835
  type: string;
7828
7836
  }> & Omit<{
7829
- style: import("vue").StyleValue;
7837
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7830
7838
  focused: boolean;
7831
7839
  errorMessages: string | readonly string[] | null;
7832
7840
  maxErrors: string | number;
@@ -7977,7 +7985,7 @@ export declare const VCombobox: {
7977
7985
  }> & Omit<{
7978
7986
  theme?: string | undefined;
7979
7987
  class?: any;
7980
- style: import("vue").StyleValue;
7988
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7981
7989
  focused: boolean;
7982
7990
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
7983
7991
  disabled: boolean | null;
@@ -8040,7 +8048,7 @@ export declare const VCombobox: {
8040
8048
  $emit: (event: string, ...args: any[]) => void;
8041
8049
  $el: any;
8042
8050
  $options: import("vue").ComponentOptionsBase<{
8043
- style: import("vue").StyleValue;
8051
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8044
8052
  focused: boolean;
8045
8053
  disabled: boolean | null;
8046
8054
  error: boolean;
@@ -8153,7 +8161,7 @@ export declare const VCombobox: {
8153
8161
  messages: string | readonly string[];
8154
8162
  direction: "horizontal" | "vertical";
8155
8163
  }> & Omit<{
8156
- style: import("vue").StyleValue;
8164
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8157
8165
  focused: boolean;
8158
8166
  disabled: boolean | null;
8159
8167
  error: boolean;
@@ -8223,7 +8231,7 @@ export declare const VCombobox: {
8223
8231
  }> & Omit<{
8224
8232
  theme?: string | undefined;
8225
8233
  class?: any;
8226
- style: import("vue").StyleValue;
8234
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8227
8235
  focused: boolean;
8228
8236
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
8229
8237
  rounded?: string | number | boolean | undefined;
@@ -8292,7 +8300,7 @@ export declare const VCombobox: {
8292
8300
  $emit: (event: "update:focused", focused: boolean) => void;
8293
8301
  $el: any;
8294
8302
  $options: import("vue").ComponentOptionsBase<{
8295
- style: import("vue").StyleValue;
8303
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8296
8304
  focused: boolean;
8297
8305
  tile: boolean;
8298
8306
  clearable: boolean;
@@ -8417,7 +8425,7 @@ export declare const VCombobox: {
8417
8425
  singleLine: boolean;
8418
8426
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8419
8427
  }> & Omit<{
8420
- style: import("vue").StyleValue;
8428
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8421
8429
  focused: boolean;
8422
8430
  tile: boolean;
8423
8431
  clearable: boolean;
@@ -8501,7 +8509,7 @@ export declare const VCombobox: {
8501
8509
  }> & Omit<{
8502
8510
  theme?: string | undefined;
8503
8511
  class?: any;
8504
- style: import("vue").StyleValue;
8512
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8505
8513
  focused: boolean;
8506
8514
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
8507
8515
  disabled: boolean | null;
@@ -8564,7 +8572,7 @@ export declare const VCombobox: {
8564
8572
  $emit: (event: string, ...args: any[]) => void;
8565
8573
  $el: any;
8566
8574
  $options: import("vue").ComponentOptionsBase<{
8567
- style: import("vue").StyleValue;
8575
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8568
8576
  focused: boolean;
8569
8577
  disabled: boolean | null;
8570
8578
  error: boolean;
@@ -8677,7 +8685,7 @@ export declare const VCombobox: {
8677
8685
  messages: string | readonly string[];
8678
8686
  direction: "horizontal" | "vertical";
8679
8687
  }> & Omit<{
8680
- style: import("vue").StyleValue;
8688
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8681
8689
  focused: boolean;
8682
8690
  disabled: boolean | null;
8683
8691
  error: boolean;
@@ -8747,7 +8755,7 @@ export declare const VCombobox: {
8747
8755
  }> & Omit<{
8748
8756
  theme?: string | undefined;
8749
8757
  class?: any;
8750
- style: import("vue").StyleValue;
8758
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8751
8759
  focused: boolean;
8752
8760
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
8753
8761
  rounded?: string | number | boolean | undefined;
@@ -8816,7 +8824,7 @@ export declare const VCombobox: {
8816
8824
  $emit: (event: "update:focused", focused: boolean) => void;
8817
8825
  $el: any;
8818
8826
  $options: import("vue").ComponentOptionsBase<{
8819
- style: import("vue").StyleValue;
8827
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8820
8828
  focused: boolean;
8821
8829
  tile: boolean;
8822
8830
  clearable: boolean;
@@ -8941,7 +8949,7 @@ export declare const VCombobox: {
8941
8949
  singleLine: boolean;
8942
8950
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8943
8951
  }> & Omit<{
8944
- style: import("vue").StyleValue;
8952
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8945
8953
  focused: boolean;
8946
8954
  tile: boolean;
8947
8955
  clearable: boolean;
@@ -9047,13 +9055,14 @@ export declare const VCombobox: {
9047
9055
  noDataText: string;
9048
9056
  openOnClear: boolean;
9049
9057
  noAutoScroll: boolean;
9058
+ alwaysFilter: boolean;
9050
9059
  clearOnSelect: boolean;
9051
9060
  }>;
9052
9061
  __isFragment?: undefined;
9053
9062
  __isTeleport?: undefined;
9054
9063
  __isSuspense?: undefined;
9055
9064
  } & import("vue").ComponentOptionsBase<{
9056
- style: import("vue").StyleValue;
9065
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9057
9066
  filterKeys: import("../../composables/filter.js").FilterKeys;
9058
9067
  filterMode: import("../../composables/filter.js").FilterMode;
9059
9068
  noFilter: boolean;
@@ -9071,8 +9080,8 @@ export declare const VCombobox: {
9071
9080
  persistentHint: boolean;
9072
9081
  messages: string | readonly string[];
9073
9082
  direction: "horizontal" | "vertical";
9074
- itemChildren: SelectItemKey;
9075
- itemType: SelectItemKey;
9083
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9084
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9076
9085
  clearable: boolean;
9077
9086
  clearIcon: import("../../composables/icons.js").IconValue;
9078
9087
  active: boolean;
@@ -9102,6 +9111,7 @@ export declare const VCombobox: {
9102
9111
  noDataText: string;
9103
9112
  openOnClear: boolean;
9104
9113
  noAutoScroll: boolean;
9114
+ alwaysFilter: boolean;
9105
9115
  clearOnSelect: boolean;
9106
9116
  } & {
9107
9117
  theme?: string | undefined;
@@ -9163,7 +9173,7 @@ export declare const VCombobox: {
9163
9173
  }> & Omit<{
9164
9174
  theme?: string | undefined;
9165
9175
  class?: any;
9166
- style: import("vue").StyleValue;
9176
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9167
9177
  border?: string | number | boolean | undefined;
9168
9178
  density: import("../../composables/density.js").Density;
9169
9179
  elevation?: string | number | undefined;
@@ -9185,7 +9195,7 @@ export declare const VCombobox: {
9185
9195
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
9186
9196
  activated?: any;
9187
9197
  mandatory: boolean;
9188
- itemType: SelectItemKey;
9198
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9189
9199
  returnObject: boolean;
9190
9200
  valueComparator?: typeof deepEqual | undefined;
9191
9201
  baseColor?: string | undefined;
@@ -9453,7 +9463,7 @@ export declare const VCombobox: {
9453
9463
  }> & Omit<{
9454
9464
  theme?: string | undefined;
9455
9465
  class?: any;
9456
- style: import("vue").StyleValue;
9466
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9457
9467
  $children?: {
9458
9468
  default?: ((arg: {
9459
9469
  isActive: import("vue").Ref<boolean, boolean>;
@@ -9479,7 +9489,7 @@ export declare const VCombobox: {
9479
9489
  }) => import("vue").VNodeChild) | undefined;
9480
9490
  } | undefined;
9481
9491
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
9482
- location: import("../../util/index.js").Anchor | undefined;
9492
+ location: import("../../util/index.js").Anchor;
9483
9493
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
9484
9494
  offset?: string | number | number[] | undefined;
9485
9495
  stickToTarget: boolean;
@@ -9646,7 +9656,7 @@ export declare const VCombobox: {
9646
9656
  }> & Omit<{
9647
9657
  theme?: string | undefined;
9648
9658
  class?: any;
9649
- style: import("vue").StyleValue;
9659
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9650
9660
  $children?: {
9651
9661
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
9652
9662
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -9821,7 +9831,7 @@ export declare const VCombobox: {
9821
9831
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
9822
9832
  $el: any;
9823
9833
  $options: import("vue").ComponentOptionsBase<{
9824
- style: import("vue").StyleValue;
9834
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9825
9835
  focused: boolean;
9826
9836
  errorMessages: string | readonly string[] | null;
9827
9837
  maxErrors: string | number;
@@ -9972,7 +9982,7 @@ export declare const VCombobox: {
9972
9982
  }> & Omit<{
9973
9983
  theme?: string | undefined;
9974
9984
  class?: any;
9975
- style: import("vue").StyleValue;
9985
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9976
9986
  focused: boolean;
9977
9987
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
9978
9988
  disabled: boolean | null;
@@ -10035,7 +10045,7 @@ export declare const VCombobox: {
10035
10045
  $emit: (event: string, ...args: any[]) => void;
10036
10046
  $el: any;
10037
10047
  $options: import("vue").ComponentOptionsBase<{
10038
- style: import("vue").StyleValue;
10048
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10039
10049
  focused: boolean;
10040
10050
  disabled: boolean | null;
10041
10051
  error: boolean;
@@ -10148,7 +10158,7 @@ export declare const VCombobox: {
10148
10158
  messages: string | readonly string[];
10149
10159
  direction: "horizontal" | "vertical";
10150
10160
  }> & Omit<{
10151
- style: import("vue").StyleValue;
10161
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10152
10162
  focused: boolean;
10153
10163
  disabled: boolean | null;
10154
10164
  error: boolean;
@@ -10218,7 +10228,7 @@ export declare const VCombobox: {
10218
10228
  }> & Omit<{
10219
10229
  theme?: string | undefined;
10220
10230
  class?: any;
10221
- style: import("vue").StyleValue;
10231
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10222
10232
  focused: boolean;
10223
10233
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
10224
10234
  rounded?: string | number | boolean | undefined;
@@ -10287,7 +10297,7 @@ export declare const VCombobox: {
10287
10297
  $emit: (event: "update:focused", focused: boolean) => void;
10288
10298
  $el: any;
10289
10299
  $options: import("vue").ComponentOptionsBase<{
10290
- style: import("vue").StyleValue;
10300
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10291
10301
  focused: boolean;
10292
10302
  tile: boolean;
10293
10303
  clearable: boolean;
@@ -10412,7 +10422,7 @@ export declare const VCombobox: {
10412
10422
  singleLine: boolean;
10413
10423
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10414
10424
  }> & Omit<{
10415
- style: import("vue").StyleValue;
10425
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10416
10426
  focused: boolean;
10417
10427
  tile: boolean;
10418
10428
  clearable: boolean;
@@ -10594,7 +10604,7 @@ export declare const VCombobox: {
10594
10604
  persistentCounter: boolean;
10595
10605
  type: string;
10596
10606
  }> & Omit<{
10597
- style: import("vue").StyleValue;
10607
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10598
10608
  focused: boolean;
10599
10609
  errorMessages: string | readonly string[] | null;
10600
10610
  maxErrors: string | number;
@@ -10745,7 +10755,7 @@ export declare const VCombobox: {
10745
10755
  }> & Omit<{
10746
10756
  theme?: string | undefined;
10747
10757
  class?: any;
10748
- style: import("vue").StyleValue;
10758
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10749
10759
  focused: boolean;
10750
10760
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
10751
10761
  disabled: boolean | null;
@@ -10808,7 +10818,7 @@ export declare const VCombobox: {
10808
10818
  $emit: (event: string, ...args: any[]) => void;
10809
10819
  $el: any;
10810
10820
  $options: import("vue").ComponentOptionsBase<{
10811
- style: import("vue").StyleValue;
10821
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10812
10822
  focused: boolean;
10813
10823
  disabled: boolean | null;
10814
10824
  error: boolean;
@@ -10921,7 +10931,7 @@ export declare const VCombobox: {
10921
10931
  messages: string | readonly string[];
10922
10932
  direction: "horizontal" | "vertical";
10923
10933
  }> & Omit<{
10924
- style: import("vue").StyleValue;
10934
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10925
10935
  focused: boolean;
10926
10936
  disabled: boolean | null;
10927
10937
  error: boolean;
@@ -10991,7 +11001,7 @@ export declare const VCombobox: {
10991
11001
  }> & Omit<{
10992
11002
  theme?: string | undefined;
10993
11003
  class?: any;
10994
- style: import("vue").StyleValue;
11004
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10995
11005
  focused: boolean;
10996
11006
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
10997
11007
  rounded?: string | number | boolean | undefined;
@@ -11060,7 +11070,7 @@ export declare const VCombobox: {
11060
11070
  $emit: (event: "update:focused", focused: boolean) => void;
11061
11071
  $el: any;
11062
11072
  $options: import("vue").ComponentOptionsBase<{
11063
- style: import("vue").StyleValue;
11073
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11064
11074
  focused: boolean;
11065
11075
  tile: boolean;
11066
11076
  clearable: boolean;
@@ -11185,7 +11195,7 @@ export declare const VCombobox: {
11185
11195
  singleLine: boolean;
11186
11196
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11187
11197
  }> & Omit<{
11188
- style: import("vue").StyleValue;
11198
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11189
11199
  focused: boolean;
11190
11200
  tile: boolean;
11191
11201
  clearable: boolean;
@@ -11269,7 +11279,7 @@ export declare const VCombobox: {
11269
11279
  }> & Omit<{
11270
11280
  theme?: string | undefined;
11271
11281
  class?: any;
11272
- style: import("vue").StyleValue;
11282
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11273
11283
  focused: boolean;
11274
11284
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
11275
11285
  disabled: boolean | null;
@@ -11332,7 +11342,7 @@ export declare const VCombobox: {
11332
11342
  $emit: (event: string, ...args: any[]) => void;
11333
11343
  $el: any;
11334
11344
  $options: import("vue").ComponentOptionsBase<{
11335
- style: import("vue").StyleValue;
11345
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11336
11346
  focused: boolean;
11337
11347
  disabled: boolean | null;
11338
11348
  error: boolean;
@@ -11445,7 +11455,7 @@ export declare const VCombobox: {
11445
11455
  messages: string | readonly string[];
11446
11456
  direction: "horizontal" | "vertical";
11447
11457
  }> & Omit<{
11448
- style: import("vue").StyleValue;
11458
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11449
11459
  focused: boolean;
11450
11460
  disabled: boolean | null;
11451
11461
  error: boolean;
@@ -11515,7 +11525,7 @@ export declare const VCombobox: {
11515
11525
  }> & Omit<{
11516
11526
  theme?: string | undefined;
11517
11527
  class?: any;
11518
- style: import("vue").StyleValue;
11528
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11519
11529
  focused: boolean;
11520
11530
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
11521
11531
  rounded?: string | number | boolean | undefined;
@@ -11584,7 +11594,7 @@ export declare const VCombobox: {
11584
11594
  $emit: (event: "update:focused", focused: boolean) => void;
11585
11595
  $el: any;
11586
11596
  $options: import("vue").ComponentOptionsBase<{
11587
- style: import("vue").StyleValue;
11597
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11588
11598
  focused: boolean;
11589
11599
  tile: boolean;
11590
11600
  clearable: boolean;
@@ -11709,7 +11719,7 @@ export declare const VCombobox: {
11709
11719
  singleLine: boolean;
11710
11720
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11711
11721
  }> & Omit<{
11712
- style: import("vue").StyleValue;
11722
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11713
11723
  focused: boolean;
11714
11724
  tile: boolean;
11715
11725
  clearable: boolean;
@@ -11820,6 +11830,7 @@ export declare const VCombobox: {
11820
11830
  noDataText: string;
11821
11831
  openOnClear: boolean;
11822
11832
  noAutoScroll: boolean;
11833
+ alwaysFilter: boolean;
11823
11834
  clearOnSelect: boolean;
11824
11835
  }, {}, string, import("vue").SlotsType<Partial<{
11825
11836
  prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -12171,7 +12182,7 @@ export declare const VCombobox: {
12171
12182
  }> & Omit<{
12172
12183
  theme?: string | undefined;
12173
12184
  class?: any;
12174
- style: import("vue").StyleValue;
12185
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12175
12186
  border?: string | number | boolean | undefined;
12176
12187
  density: import("../../composables/density.js").Density;
12177
12188
  elevation?: string | number | undefined;
@@ -12193,7 +12204,7 @@ export declare const VCombobox: {
12193
12204
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
12194
12205
  activated?: any;
12195
12206
  mandatory: boolean;
12196
- itemType: SelectItemKey;
12207
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
12197
12208
  returnObject: boolean;
12198
12209
  valueComparator?: typeof deepEqual | undefined;
12199
12210
  baseColor?: string | undefined;
@@ -12468,7 +12479,7 @@ export declare const VCombobox: {
12468
12479
  }> & Omit<{
12469
12480
  theme?: string | undefined;
12470
12481
  class?: any;
12471
- style: import("vue").StyleValue;
12482
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12472
12483
  $children?: {
12473
12484
  default?: ((arg: {
12474
12485
  isActive: import("vue").Ref<boolean, boolean>;
@@ -12494,7 +12505,7 @@ export declare const VCombobox: {
12494
12505
  }) => import("vue").VNodeChild) | undefined;
12495
12506
  } | undefined;
12496
12507
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
12497
- location: import("../../util/index.js").Anchor | undefined;
12508
+ location: import("../../util/index.js").Anchor;
12498
12509
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
12499
12510
  offset?: string | number | number[] | undefined;
12500
12511
  stickToTarget: boolean;
@@ -12617,6 +12628,7 @@ export declare const VCombobox: {
12617
12628
  openOnClear: BooleanConstructor;
12618
12629
  itemColor: StringConstructor;
12619
12630
  noAutoScroll: BooleanConstructor;
12631
+ alwaysFilter: BooleanConstructor;
12620
12632
  autoSelectFirst: {
12621
12633
  type: PropType<"exact" | boolean>;
12622
12634
  };
@@ -12831,7 +12843,7 @@ export declare const VCombobox: {
12831
12843
  }> & Omit<{
12832
12844
  theme?: string | undefined;
12833
12845
  class?: any;
12834
- style: import("vue").StyleValue;
12846
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12835
12847
  border?: string | number | boolean | undefined;
12836
12848
  density: import("../../composables/density.js").Density;
12837
12849
  elevation?: string | number | undefined;
@@ -12853,7 +12865,7 @@ export declare const VCombobox: {
12853
12865
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
12854
12866
  activated?: any;
12855
12867
  mandatory: boolean;
12856
- itemType: SelectItemKey;
12868
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
12857
12869
  returnObject: boolean;
12858
12870
  valueComparator?: typeof deepEqual | undefined;
12859
12871
  baseColor?: string | undefined;
@@ -13128,7 +13140,7 @@ export declare const VCombobox: {
13128
13140
  }> & Omit<{
13129
13141
  theme?: string | undefined;
13130
13142
  class?: any;
13131
- style: import("vue").StyleValue;
13143
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13132
13144
  $children?: {
13133
13145
  default?: ((arg: {
13134
13146
  isActive: import("vue").Ref<boolean, boolean>;
@@ -13154,7 +13166,7 @@ export declare const VCombobox: {
13154
13166
  }) => import("vue").VNodeChild) | undefined;
13155
13167
  } | undefined;
13156
13168
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
13157
- location: import("../../util/index.js").Anchor | undefined;
13169
+ location: import("../../util/index.js").Anchor;
13158
13170
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
13159
13171
  offset?: string | number | number[] | undefined;
13160
13172
  stickToTarget: boolean;
@@ -13277,6 +13289,7 @@ export declare const VCombobox: {
13277
13289
  openOnClear: BooleanConstructor;
13278
13290
  itemColor: StringConstructor;
13279
13291
  noAutoScroll: BooleanConstructor;
13292
+ alwaysFilter: BooleanConstructor;
13280
13293
  autoSelectFirst: {
13281
13294
  type: PropType<"exact" | boolean>;
13282
13295
  };