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
@@ -176,7 +176,7 @@ export declare const makeSelectProps: <Defaults extends {
176
176
  }> & Omit<{
177
177
  theme?: string | undefined;
178
178
  class?: any;
179
- style: import("vue").StyleValue;
179
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
180
180
  border?: string | number | boolean | undefined;
181
181
  density: import("../../composables/density.js").Density;
182
182
  elevation?: string | number | undefined;
@@ -198,7 +198,7 @@ export declare const makeSelectProps: <Defaults extends {
198
198
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
199
199
  activated?: any;
200
200
  mandatory: boolean;
201
- itemType: SelectItemKey;
201
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
202
202
  returnObject: boolean;
203
203
  valueComparator?: typeof deepEqual | undefined;
204
204
  baseColor?: string | undefined;
@@ -393,7 +393,7 @@ export declare const makeSelectProps: <Defaults extends {
393
393
  }> & Omit<{
394
394
  theme?: string | undefined;
395
395
  class?: any;
396
- style: import("vue").StyleValue;
396
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
397
397
  border?: string | number | boolean | undefined;
398
398
  density: import("../../composables/density.js").Density;
399
399
  elevation?: string | number | undefined;
@@ -415,7 +415,7 @@ export declare const makeSelectProps: <Defaults extends {
415
415
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
416
416
  activated?: any;
417
417
  mandatory: boolean;
418
- itemType: SelectItemKey;
418
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
419
419
  returnObject: boolean;
420
420
  valueComparator?: typeof deepEqual | undefined;
421
421
  baseColor?: string | undefined;
@@ -610,7 +610,7 @@ export declare const makeSelectProps: <Defaults extends {
610
610
  }> & Omit<{
611
611
  theme?: string | undefined;
612
612
  class?: any;
613
- style: import("vue").StyleValue;
613
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
614
614
  border?: string | number | boolean | undefined;
615
615
  density: import("../../composables/density.js").Density;
616
616
  elevation?: string | number | undefined;
@@ -632,7 +632,7 @@ export declare const makeSelectProps: <Defaults extends {
632
632
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
633
633
  activated?: any;
634
634
  mandatory: boolean;
635
- itemType: SelectItemKey;
635
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
636
636
  returnObject: boolean;
637
637
  valueComparator?: typeof deepEqual | undefined;
638
638
  baseColor?: string | undefined;
@@ -825,7 +825,7 @@ export declare const makeSelectProps: <Defaults extends {
825
825
  }> & Omit<{
826
826
  theme?: string | undefined;
827
827
  class?: any;
828
- style: import("vue").StyleValue;
828
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
829
829
  border?: string | number | boolean | undefined;
830
830
  density: import("../../composables/density.js").Density;
831
831
  elevation?: string | number | undefined;
@@ -847,7 +847,7 @@ export declare const makeSelectProps: <Defaults extends {
847
847
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
848
848
  activated?: any;
849
849
  mandatory: boolean;
850
- itemType: SelectItemKey;
850
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
851
851
  returnObject: boolean;
852
852
  valueComparator?: typeof deepEqual | undefined;
853
853
  baseColor?: string | undefined;
@@ -1041,7 +1041,7 @@ export declare const makeSelectProps: <Defaults extends {
1041
1041
  }> & Omit<{
1042
1042
  theme?: string | undefined;
1043
1043
  class?: any;
1044
- style: import("vue").StyleValue;
1044
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1045
1045
  border?: string | number | boolean | undefined;
1046
1046
  density: import("../../composables/density.js").Density;
1047
1047
  elevation?: string | number | undefined;
@@ -1063,7 +1063,7 @@ export declare const makeSelectProps: <Defaults extends {
1063
1063
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1064
1064
  activated?: any;
1065
1065
  mandatory: boolean;
1066
- itemType: SelectItemKey;
1066
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1067
1067
  returnObject: boolean;
1068
1068
  valueComparator?: typeof deepEqual | undefined;
1069
1069
  baseColor?: string | undefined;
@@ -1256,7 +1256,7 @@ export declare const makeSelectProps: <Defaults extends {
1256
1256
  }> & Omit<{
1257
1257
  theme?: string | undefined;
1258
1258
  class?: any;
1259
- style: import("vue").StyleValue;
1259
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1260
1260
  border?: string | number | boolean | undefined;
1261
1261
  density: import("../../composables/density.js").Density;
1262
1262
  elevation?: string | number | undefined;
@@ -1278,7 +1278,7 @@ export declare const makeSelectProps: <Defaults extends {
1278
1278
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1279
1279
  activated?: any;
1280
1280
  mandatory: boolean;
1281
- itemType: SelectItemKey;
1281
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1282
1282
  returnObject: boolean;
1283
1283
  valueComparator?: typeof deepEqual | undefined;
1284
1284
  baseColor?: string | undefined;
@@ -1562,7 +1562,7 @@ export declare const makeSelectProps: <Defaults extends {
1562
1562
  }> & Omit<{
1563
1563
  theme?: string | undefined;
1564
1564
  class?: any;
1565
- style: import("vue").StyleValue;
1565
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1566
1566
  $children?: {
1567
1567
  default?: ((arg: {
1568
1568
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1588,7 +1588,7 @@ export declare const makeSelectProps: <Defaults extends {
1588
1588
  }) => import("vue").VNodeChild) | undefined;
1589
1589
  } | undefined;
1590
1590
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1591
- location: import("../../util/index.js").Anchor | undefined;
1591
+ location: import("../../util/index.js").Anchor;
1592
1592
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1593
1593
  offset?: string | number | number[] | undefined;
1594
1594
  stickToTarget: boolean;
@@ -1799,7 +1799,7 @@ export declare const makeSelectProps: <Defaults extends {
1799
1799
  }> & Omit<{
1800
1800
  theme?: string | undefined;
1801
1801
  class?: any;
1802
- style: import("vue").StyleValue;
1802
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1803
1803
  $children?: {
1804
1804
  default?: ((arg: {
1805
1805
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1825,7 +1825,7 @@ export declare const makeSelectProps: <Defaults extends {
1825
1825
  }) => import("vue").VNodeChild) | undefined;
1826
1826
  } | undefined;
1827
1827
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1828
- location: import("../../util/index.js").Anchor | undefined;
1828
+ location: import("../../util/index.js").Anchor;
1829
1829
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1830
1830
  offset?: string | number | number[] | undefined;
1831
1831
  stickToTarget: boolean;
@@ -2036,7 +2036,7 @@ export declare const makeSelectProps: <Defaults extends {
2036
2036
  }> & Omit<{
2037
2037
  theme?: string | undefined;
2038
2038
  class?: any;
2039
- style: import("vue").StyleValue;
2039
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2040
2040
  $children?: {
2041
2041
  default?: ((arg: {
2042
2042
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2062,7 +2062,7 @@ export declare const makeSelectProps: <Defaults extends {
2062
2062
  }) => import("vue").VNodeChild) | undefined;
2063
2063
  } | undefined;
2064
2064
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2065
- location: import("../../util/index.js").Anchor | undefined;
2065
+ location: import("../../util/index.js").Anchor;
2066
2066
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2067
2067
  offset?: string | number | number[] | undefined;
2068
2068
  stickToTarget: boolean;
@@ -2271,7 +2271,7 @@ export declare const makeSelectProps: <Defaults extends {
2271
2271
  }> & Omit<{
2272
2272
  theme?: string | undefined;
2273
2273
  class?: any;
2274
- style: import("vue").StyleValue;
2274
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2275
2275
  $children?: {
2276
2276
  default?: ((arg: {
2277
2277
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2297,7 +2297,7 @@ export declare const makeSelectProps: <Defaults extends {
2297
2297
  }) => import("vue").VNodeChild) | undefined;
2298
2298
  } | undefined;
2299
2299
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2300
- location: import("../../util/index.js").Anchor | undefined;
2300
+ location: import("../../util/index.js").Anchor;
2301
2301
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2302
2302
  offset?: string | number | number[] | undefined;
2303
2303
  stickToTarget: boolean;
@@ -2507,7 +2507,7 @@ export declare const makeSelectProps: <Defaults extends {
2507
2507
  }> & Omit<{
2508
2508
  theme?: string | undefined;
2509
2509
  class?: any;
2510
- style: import("vue").StyleValue;
2510
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2511
2511
  $children?: {
2512
2512
  default?: ((arg: {
2513
2513
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2533,7 +2533,7 @@ export declare const makeSelectProps: <Defaults extends {
2533
2533
  }) => import("vue").VNodeChild) | undefined;
2534
2534
  } | undefined;
2535
2535
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2536
- location: import("../../util/index.js").Anchor | undefined;
2536
+ location: import("../../util/index.js").Anchor;
2537
2537
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2538
2538
  offset?: string | number | number[] | undefined;
2539
2539
  stickToTarget: boolean;
@@ -2742,7 +2742,7 @@ export declare const makeSelectProps: <Defaults extends {
2742
2742
  }> & Omit<{
2743
2743
  theme?: string | undefined;
2744
2744
  class?: any;
2745
- style: import("vue").StyleValue;
2745
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2746
2746
  $children?: {
2747
2747
  default?: ((arg: {
2748
2748
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2768,7 +2768,7 @@ export declare const makeSelectProps: <Defaults extends {
2768
2768
  }) => import("vue").VNodeChild) | undefined;
2769
2769
  } | undefined;
2770
2770
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2771
- location: import("../../util/index.js").Anchor | undefined;
2771
+ location: import("../../util/index.js").Anchor;
2772
2772
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2773
2773
  offset?: string | number | number[] | undefined;
2774
2774
  stickToTarget: boolean;
@@ -3538,7 +3538,7 @@ export declare const makeVSelectProps: <Defaults extends {
3538
3538
  }> & Omit<{
3539
3539
  theme?: string | undefined;
3540
3540
  class?: any;
3541
- style: import("vue").StyleValue;
3541
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3542
3542
  border?: string | number | boolean | undefined;
3543
3543
  density: import("../../composables/density.js").Density;
3544
3544
  elevation?: string | number | undefined;
@@ -3560,7 +3560,7 @@ export declare const makeVSelectProps: <Defaults extends {
3560
3560
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3561
3561
  activated?: any;
3562
3562
  mandatory: boolean;
3563
- itemType: SelectItemKey;
3563
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3564
3564
  returnObject: boolean;
3565
3565
  valueComparator?: typeof deepEqual | undefined;
3566
3566
  baseColor?: string | undefined;
@@ -3755,7 +3755,7 @@ export declare const makeVSelectProps: <Defaults extends {
3755
3755
  }> & Omit<{
3756
3756
  theme?: string | undefined;
3757
3757
  class?: any;
3758
- style: import("vue").StyleValue;
3758
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3759
3759
  border?: string | number | boolean | undefined;
3760
3760
  density: import("../../composables/density.js").Density;
3761
3761
  elevation?: string | number | undefined;
@@ -3777,7 +3777,7 @@ export declare const makeVSelectProps: <Defaults extends {
3777
3777
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3778
3778
  activated?: any;
3779
3779
  mandatory: boolean;
3780
- itemType: SelectItemKey;
3780
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3781
3781
  returnObject: boolean;
3782
3782
  valueComparator?: typeof deepEqual | undefined;
3783
3783
  baseColor?: string | undefined;
@@ -3972,7 +3972,7 @@ export declare const makeVSelectProps: <Defaults extends {
3972
3972
  }> & Omit<{
3973
3973
  theme?: string | undefined;
3974
3974
  class?: any;
3975
- style: import("vue").StyleValue;
3975
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3976
3976
  border?: string | number | boolean | undefined;
3977
3977
  density: import("../../composables/density.js").Density;
3978
3978
  elevation?: string | number | undefined;
@@ -3994,7 +3994,7 @@ export declare const makeVSelectProps: <Defaults extends {
3994
3994
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3995
3995
  activated?: any;
3996
3996
  mandatory: boolean;
3997
- itemType: SelectItemKey;
3997
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3998
3998
  returnObject: boolean;
3999
3999
  valueComparator?: typeof deepEqual | undefined;
4000
4000
  baseColor?: string | undefined;
@@ -4187,7 +4187,7 @@ export declare const makeVSelectProps: <Defaults extends {
4187
4187
  }> & Omit<{
4188
4188
  theme?: string | undefined;
4189
4189
  class?: any;
4190
- style: import("vue").StyleValue;
4190
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4191
4191
  border?: string | number | boolean | undefined;
4192
4192
  density: import("../../composables/density.js").Density;
4193
4193
  elevation?: string | number | undefined;
@@ -4209,7 +4209,7 @@ export declare const makeVSelectProps: <Defaults extends {
4209
4209
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
4210
4210
  activated?: any;
4211
4211
  mandatory: boolean;
4212
- itemType: SelectItemKey;
4212
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
4213
4213
  returnObject: boolean;
4214
4214
  valueComparator?: typeof deepEqual | undefined;
4215
4215
  baseColor?: string | undefined;
@@ -4403,7 +4403,7 @@ export declare const makeVSelectProps: <Defaults extends {
4403
4403
  }> & Omit<{
4404
4404
  theme?: string | undefined;
4405
4405
  class?: any;
4406
- style: import("vue").StyleValue;
4406
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4407
4407
  border?: string | number | boolean | undefined;
4408
4408
  density: import("../../composables/density.js").Density;
4409
4409
  elevation?: string | number | undefined;
@@ -4425,7 +4425,7 @@ export declare const makeVSelectProps: <Defaults extends {
4425
4425
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
4426
4426
  activated?: any;
4427
4427
  mandatory: boolean;
4428
- itemType: SelectItemKey;
4428
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
4429
4429
  returnObject: boolean;
4430
4430
  valueComparator?: typeof deepEqual | undefined;
4431
4431
  baseColor?: string | undefined;
@@ -4618,7 +4618,7 @@ export declare const makeVSelectProps: <Defaults extends {
4618
4618
  }> & Omit<{
4619
4619
  theme?: string | undefined;
4620
4620
  class?: any;
4621
- style: import("vue").StyleValue;
4621
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4622
4622
  border?: string | number | boolean | undefined;
4623
4623
  density: import("../../composables/density.js").Density;
4624
4624
  elevation?: string | number | undefined;
@@ -4640,7 +4640,7 @@ export declare const makeVSelectProps: <Defaults extends {
4640
4640
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
4641
4641
  activated?: any;
4642
4642
  mandatory: boolean;
4643
- itemType: SelectItemKey;
4643
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
4644
4644
  returnObject: boolean;
4645
4645
  valueComparator?: typeof deepEqual | undefined;
4646
4646
  baseColor?: string | undefined;
@@ -4924,7 +4924,7 @@ export declare const makeVSelectProps: <Defaults extends {
4924
4924
  }> & Omit<{
4925
4925
  theme?: string | undefined;
4926
4926
  class?: any;
4927
- style: import("vue").StyleValue;
4927
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4928
4928
  $children?: {
4929
4929
  default?: ((arg: {
4930
4930
  isActive: import("vue").Ref<boolean, boolean>;
@@ -4950,7 +4950,7 @@ export declare const makeVSelectProps: <Defaults extends {
4950
4950
  }) => import("vue").VNodeChild) | undefined;
4951
4951
  } | undefined;
4952
4952
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
4953
- location: import("../../util/index.js").Anchor | undefined;
4953
+ location: import("../../util/index.js").Anchor;
4954
4954
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
4955
4955
  offset?: string | number | number[] | undefined;
4956
4956
  stickToTarget: boolean;
@@ -5161,7 +5161,7 @@ export declare const makeVSelectProps: <Defaults extends {
5161
5161
  }> & Omit<{
5162
5162
  theme?: string | undefined;
5163
5163
  class?: any;
5164
- style: import("vue").StyleValue;
5164
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5165
5165
  $children?: {
5166
5166
  default?: ((arg: {
5167
5167
  isActive: import("vue").Ref<boolean, boolean>;
@@ -5187,7 +5187,7 @@ export declare const makeVSelectProps: <Defaults extends {
5187
5187
  }) => import("vue").VNodeChild) | undefined;
5188
5188
  } | undefined;
5189
5189
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
5190
- location: import("../../util/index.js").Anchor | undefined;
5190
+ location: import("../../util/index.js").Anchor;
5191
5191
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
5192
5192
  offset?: string | number | number[] | undefined;
5193
5193
  stickToTarget: boolean;
@@ -5398,7 +5398,7 @@ export declare const makeVSelectProps: <Defaults extends {
5398
5398
  }> & Omit<{
5399
5399
  theme?: string | undefined;
5400
5400
  class?: any;
5401
- style: import("vue").StyleValue;
5401
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5402
5402
  $children?: {
5403
5403
  default?: ((arg: {
5404
5404
  isActive: import("vue").Ref<boolean, boolean>;
@@ -5424,7 +5424,7 @@ export declare const makeVSelectProps: <Defaults extends {
5424
5424
  }) => import("vue").VNodeChild) | undefined;
5425
5425
  } | undefined;
5426
5426
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
5427
- location: import("../../util/index.js").Anchor | undefined;
5427
+ location: import("../../util/index.js").Anchor;
5428
5428
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
5429
5429
  offset?: string | number | number[] | undefined;
5430
5430
  stickToTarget: boolean;
@@ -5633,7 +5633,7 @@ export declare const makeVSelectProps: <Defaults extends {
5633
5633
  }> & Omit<{
5634
5634
  theme?: string | undefined;
5635
5635
  class?: any;
5636
- style: import("vue").StyleValue;
5636
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5637
5637
  $children?: {
5638
5638
  default?: ((arg: {
5639
5639
  isActive: import("vue").Ref<boolean, boolean>;
@@ -5659,7 +5659,7 @@ export declare const makeVSelectProps: <Defaults extends {
5659
5659
  }) => import("vue").VNodeChild) | undefined;
5660
5660
  } | undefined;
5661
5661
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
5662
- location: import("../../util/index.js").Anchor | undefined;
5662
+ location: import("../../util/index.js").Anchor;
5663
5663
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
5664
5664
  offset?: string | number | number[] | undefined;
5665
5665
  stickToTarget: boolean;
@@ -5869,7 +5869,7 @@ export declare const makeVSelectProps: <Defaults extends {
5869
5869
  }> & Omit<{
5870
5870
  theme?: string | undefined;
5871
5871
  class?: any;
5872
- style: import("vue").StyleValue;
5872
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5873
5873
  $children?: {
5874
5874
  default?: ((arg: {
5875
5875
  isActive: import("vue").Ref<boolean, boolean>;
@@ -5895,7 +5895,7 @@ export declare const makeVSelectProps: <Defaults extends {
5895
5895
  }) => import("vue").VNodeChild) | undefined;
5896
5896
  } | undefined;
5897
5897
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
5898
- location: import("../../util/index.js").Anchor | undefined;
5898
+ location: import("../../util/index.js").Anchor;
5899
5899
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
5900
5900
  offset?: string | number | number[] | undefined;
5901
5901
  stickToTarget: boolean;
@@ -6104,7 +6104,7 @@ export declare const makeVSelectProps: <Defaults extends {
6104
6104
  }> & Omit<{
6105
6105
  theme?: string | undefined;
6106
6106
  class?: any;
6107
- style: import("vue").StyleValue;
6107
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6108
6108
  $children?: {
6109
6109
  default?: ((arg: {
6110
6110
  isActive: import("vue").Ref<boolean, boolean>;
@@ -6130,7 +6130,7 @@ export declare const makeVSelectProps: <Defaults extends {
6130
6130
  }) => import("vue").VNodeChild) | undefined;
6131
6131
  } | undefined;
6132
6132
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
6133
- location: import("../../util/index.js").Anchor | undefined;
6133
+ location: import("../../util/index.js").Anchor;
6134
6134
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
6135
6135
  offset?: string | number | number[] | undefined;
6136
6136
  stickToTarget: boolean;
@@ -6275,7 +6275,7 @@ export declare const makeVSelectProps: <Defaults extends {
6275
6275
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
6276
6276
  export declare const VSelect: {
6277
6277
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
6278
- style: import("vue").StyleValue;
6278
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6279
6279
  focused: boolean;
6280
6280
  errorMessages: string | readonly string[] | null;
6281
6281
  maxErrors: string | number;
@@ -6292,8 +6292,8 @@ export declare const VSelect: {
6292
6292
  persistentHint: boolean;
6293
6293
  messages: string | readonly string[];
6294
6294
  direction: "horizontal" | "vertical";
6295
- itemChildren: SelectItemKey;
6296
- itemType: SelectItemKey;
6295
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6296
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6297
6297
  clearable: boolean;
6298
6298
  clearIcon: IconValue;
6299
6299
  active: boolean;
@@ -6381,7 +6381,7 @@ export declare const VSelect: {
6381
6381
  }> & Omit<{
6382
6382
  theme?: string | undefined;
6383
6383
  class?: any;
6384
- style: import("vue").StyleValue;
6384
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6385
6385
  border?: string | number | boolean | undefined;
6386
6386
  density: import("../../composables/density.js").Density;
6387
6387
  elevation?: string | number | undefined;
@@ -6403,7 +6403,7 @@ export declare const VSelect: {
6403
6403
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
6404
6404
  activated?: any;
6405
6405
  mandatory: boolean;
6406
- itemType: SelectItemKey;
6406
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
6407
6407
  returnObject: boolean;
6408
6408
  valueComparator?: typeof deepEqual | undefined;
6409
6409
  baseColor?: string | undefined;
@@ -6671,7 +6671,7 @@ export declare const VSelect: {
6671
6671
  }> & Omit<{
6672
6672
  theme?: string | undefined;
6673
6673
  class?: any;
6674
- style: import("vue").StyleValue;
6674
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6675
6675
  $children?: {
6676
6676
  default?: ((arg: {
6677
6677
  isActive: import("vue").Ref<boolean, boolean>;
@@ -6697,7 +6697,7 @@ export declare const VSelect: {
6697
6697
  }) => import("vue").VNodeChild) | undefined;
6698
6698
  } | undefined;
6699
6699
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
6700
- location: import("../../util/index.js").Anchor | undefined;
6700
+ location: import("../../util/index.js").Anchor;
6701
6701
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
6702
6702
  offset?: string | number | number[] | undefined;
6703
6703
  stickToTarget: boolean;
@@ -6857,7 +6857,7 @@ export declare const VSelect: {
6857
6857
  }> & Omit<{
6858
6858
  theme?: string | undefined;
6859
6859
  class?: any;
6860
- style: import("vue").StyleValue;
6860
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6861
6861
  $children?: {
6862
6862
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
6863
6863
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -7032,7 +7032,7 @@ export declare const VSelect: {
7032
7032
  $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);
7033
7033
  $el: any;
7034
7034
  $options: import("vue").ComponentOptionsBase<{
7035
- style: import("vue").StyleValue;
7035
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7036
7036
  focused: boolean;
7037
7037
  errorMessages: string | readonly string[] | null;
7038
7038
  maxErrors: string | number;
@@ -7183,7 +7183,7 @@ export declare const VSelect: {
7183
7183
  }> & Omit<{
7184
7184
  theme?: string | undefined;
7185
7185
  class?: any;
7186
- style: import("vue").StyleValue;
7186
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7187
7187
  focused: boolean;
7188
7188
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
7189
7189
  disabled: boolean | null;
@@ -7246,7 +7246,7 @@ export declare const VSelect: {
7246
7246
  $emit: (event: string, ...args: any[]) => void;
7247
7247
  $el: any;
7248
7248
  $options: import("vue").ComponentOptionsBase<{
7249
- style: import("vue").StyleValue;
7249
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7250
7250
  focused: boolean;
7251
7251
  disabled: boolean | null;
7252
7252
  error: boolean;
@@ -7359,7 +7359,7 @@ export declare const VSelect: {
7359
7359
  messages: string | readonly string[];
7360
7360
  direction: "horizontal" | "vertical";
7361
7361
  }> & Omit<{
7362
- style: import("vue").StyleValue;
7362
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7363
7363
  focused: boolean;
7364
7364
  disabled: boolean | null;
7365
7365
  error: boolean;
@@ -7429,7 +7429,7 @@ export declare const VSelect: {
7429
7429
  }> & Omit<{
7430
7430
  theme?: string | undefined;
7431
7431
  class?: any;
7432
- style: import("vue").StyleValue;
7432
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7433
7433
  focused: boolean;
7434
7434
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7435
7435
  rounded?: string | number | boolean | undefined;
@@ -7498,7 +7498,7 @@ export declare const VSelect: {
7498
7498
  $emit: (event: "update:focused", focused: boolean) => void;
7499
7499
  $el: any;
7500
7500
  $options: import("vue").ComponentOptionsBase<{
7501
- style: import("vue").StyleValue;
7501
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7502
7502
  focused: boolean;
7503
7503
  tile: boolean;
7504
7504
  clearable: boolean;
@@ -7623,7 +7623,7 @@ export declare const VSelect: {
7623
7623
  singleLine: boolean;
7624
7624
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7625
7625
  }> & Omit<{
7626
- style: import("vue").StyleValue;
7626
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7627
7627
  focused: boolean;
7628
7628
  tile: boolean;
7629
7629
  clearable: boolean;
@@ -7805,7 +7805,7 @@ export declare const VSelect: {
7805
7805
  persistentCounter: boolean;
7806
7806
  type: string;
7807
7807
  }> & Omit<{
7808
- style: import("vue").StyleValue;
7808
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7809
7809
  focused: boolean;
7810
7810
  errorMessages: string | readonly string[] | null;
7811
7811
  maxErrors: string | number;
@@ -7956,7 +7956,7 @@ export declare const VSelect: {
7956
7956
  }> & Omit<{
7957
7957
  theme?: string | undefined;
7958
7958
  class?: any;
7959
- style: import("vue").StyleValue;
7959
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7960
7960
  focused: boolean;
7961
7961
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
7962
7962
  disabled: boolean | null;
@@ -8019,7 +8019,7 @@ export declare const VSelect: {
8019
8019
  $emit: (event: string, ...args: any[]) => void;
8020
8020
  $el: any;
8021
8021
  $options: import("vue").ComponentOptionsBase<{
8022
- style: import("vue").StyleValue;
8022
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8023
8023
  focused: boolean;
8024
8024
  disabled: boolean | null;
8025
8025
  error: boolean;
@@ -8132,7 +8132,7 @@ export declare const VSelect: {
8132
8132
  messages: string | readonly string[];
8133
8133
  direction: "horizontal" | "vertical";
8134
8134
  }> & Omit<{
8135
- style: import("vue").StyleValue;
8135
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8136
8136
  focused: boolean;
8137
8137
  disabled: boolean | null;
8138
8138
  error: boolean;
@@ -8202,7 +8202,7 @@ export declare const VSelect: {
8202
8202
  }> & Omit<{
8203
8203
  theme?: string | undefined;
8204
8204
  class?: any;
8205
- style: import("vue").StyleValue;
8205
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8206
8206
  focused: boolean;
8207
8207
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
8208
8208
  rounded?: string | number | boolean | undefined;
@@ -8271,7 +8271,7 @@ export declare const VSelect: {
8271
8271
  $emit: (event: "update:focused", focused: boolean) => void;
8272
8272
  $el: any;
8273
8273
  $options: import("vue").ComponentOptionsBase<{
8274
- style: import("vue").StyleValue;
8274
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8275
8275
  focused: boolean;
8276
8276
  tile: boolean;
8277
8277
  clearable: boolean;
@@ -8396,7 +8396,7 @@ export declare const VSelect: {
8396
8396
  singleLine: boolean;
8397
8397
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8398
8398
  }> & Omit<{
8399
- style: import("vue").StyleValue;
8399
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8400
8400
  focused: boolean;
8401
8401
  tile: boolean;
8402
8402
  clearable: boolean;
@@ -8476,7 +8476,7 @@ export declare const VSelect: {
8476
8476
  }> & Omit<{
8477
8477
  theme?: string | undefined;
8478
8478
  class?: any;
8479
- style: import("vue").StyleValue;
8479
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8480
8480
  focused: boolean;
8481
8481
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
8482
8482
  disabled: boolean | null;
@@ -8539,7 +8539,7 @@ export declare const VSelect: {
8539
8539
  $emit: (event: string, ...args: any[]) => void;
8540
8540
  $el: any;
8541
8541
  $options: import("vue").ComponentOptionsBase<{
8542
- style: import("vue").StyleValue;
8542
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8543
8543
  focused: boolean;
8544
8544
  disabled: boolean | null;
8545
8545
  error: boolean;
@@ -8652,7 +8652,7 @@ export declare const VSelect: {
8652
8652
  messages: string | readonly string[];
8653
8653
  direction: "horizontal" | "vertical";
8654
8654
  }> & Omit<{
8655
- style: import("vue").StyleValue;
8655
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8656
8656
  focused: boolean;
8657
8657
  disabled: boolean | null;
8658
8658
  error: boolean;
@@ -8722,7 +8722,7 @@ export declare const VSelect: {
8722
8722
  }> & Omit<{
8723
8723
  theme?: string | undefined;
8724
8724
  class?: any;
8725
- style: import("vue").StyleValue;
8725
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8726
8726
  focused: boolean;
8727
8727
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
8728
8728
  rounded?: string | number | boolean | undefined;
@@ -8791,7 +8791,7 @@ export declare const VSelect: {
8791
8791
  $emit: (event: "update:focused", focused: boolean) => void;
8792
8792
  $el: any;
8793
8793
  $options: import("vue").ComponentOptionsBase<{
8794
- style: import("vue").StyleValue;
8794
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8795
8795
  focused: boolean;
8796
8796
  tile: boolean;
8797
8797
  clearable: boolean;
@@ -8916,7 +8916,7 @@ export declare const VSelect: {
8916
8916
  singleLine: boolean;
8917
8917
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8918
8918
  }> & Omit<{
8919
- style: import("vue").StyleValue;
8919
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8920
8920
  focused: boolean;
8921
8921
  tile: boolean;
8922
8922
  clearable: boolean;
@@ -9107,7 +9107,7 @@ export declare const VSelect: {
9107
9107
  M: {};
9108
9108
  Defaults: {};
9109
9109
  }, {
9110
- style: import("vue").StyleValue;
9110
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9111
9111
  focused: boolean;
9112
9112
  errorMessages: string | readonly string[] | null;
9113
9113
  maxErrors: string | number;
@@ -9124,8 +9124,8 @@ export declare const VSelect: {
9124
9124
  persistentHint: boolean;
9125
9125
  messages: string | readonly string[];
9126
9126
  direction: "horizontal" | "vertical";
9127
- itemChildren: SelectItemKey;
9128
- itemType: SelectItemKey;
9127
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9128
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9129
9129
  clearable: boolean;
9130
9130
  clearIcon: IconValue;
9131
9131
  active: boolean;
@@ -9213,7 +9213,7 @@ export declare const VSelect: {
9213
9213
  }> & Omit<{
9214
9214
  theme?: string | undefined;
9215
9215
  class?: any;
9216
- style: import("vue").StyleValue;
9216
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9217
9217
  border?: string | number | boolean | undefined;
9218
9218
  density: import("../../composables/density.js").Density;
9219
9219
  elevation?: string | number | undefined;
@@ -9235,7 +9235,7 @@ export declare const VSelect: {
9235
9235
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
9236
9236
  activated?: any;
9237
9237
  mandatory: boolean;
9238
- itemType: SelectItemKey;
9238
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
9239
9239
  returnObject: boolean;
9240
9240
  valueComparator?: typeof deepEqual | undefined;
9241
9241
  baseColor?: string | undefined;
@@ -9503,7 +9503,7 @@ export declare const VSelect: {
9503
9503
  }> & Omit<{
9504
9504
  theme?: string | undefined;
9505
9505
  class?: any;
9506
- style: import("vue").StyleValue;
9506
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9507
9507
  $children?: {
9508
9508
  default?: ((arg: {
9509
9509
  isActive: import("vue").Ref<boolean, boolean>;
@@ -9529,7 +9529,7 @@ export declare const VSelect: {
9529
9529
  }) => import("vue").VNodeChild) | undefined;
9530
9530
  } | undefined;
9531
9531
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
9532
- location: import("../../util/index.js").Anchor | undefined;
9532
+ location: import("../../util/index.js").Anchor;
9533
9533
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
9534
9534
  offset?: string | number | number[] | undefined;
9535
9535
  stickToTarget: boolean;
@@ -9689,7 +9689,7 @@ export declare const VSelect: {
9689
9689
  }> & Omit<{
9690
9690
  theme?: string | undefined;
9691
9691
  class?: any;
9692
- style: import("vue").StyleValue;
9692
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9693
9693
  $children?: {
9694
9694
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
9695
9695
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -9864,7 +9864,7 @@ export declare const VSelect: {
9864
9864
  $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);
9865
9865
  $el: any;
9866
9866
  $options: import("vue").ComponentOptionsBase<{
9867
- style: import("vue").StyleValue;
9867
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
9868
9868
  focused: boolean;
9869
9869
  errorMessages: string | readonly string[] | null;
9870
9870
  maxErrors: string | number;
@@ -10015,7 +10015,7 @@ export declare const VSelect: {
10015
10015
  }> & Omit<{
10016
10016
  theme?: string | undefined;
10017
10017
  class?: any;
10018
- style: import("vue").StyleValue;
10018
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10019
10019
  focused: boolean;
10020
10020
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
10021
10021
  disabled: boolean | null;
@@ -10078,7 +10078,7 @@ export declare const VSelect: {
10078
10078
  $emit: (event: string, ...args: any[]) => void;
10079
10079
  $el: any;
10080
10080
  $options: import("vue").ComponentOptionsBase<{
10081
- style: import("vue").StyleValue;
10081
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10082
10082
  focused: boolean;
10083
10083
  disabled: boolean | null;
10084
10084
  error: boolean;
@@ -10191,7 +10191,7 @@ export declare const VSelect: {
10191
10191
  messages: string | readonly string[];
10192
10192
  direction: "horizontal" | "vertical";
10193
10193
  }> & Omit<{
10194
- style: import("vue").StyleValue;
10194
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10195
10195
  focused: boolean;
10196
10196
  disabled: boolean | null;
10197
10197
  error: boolean;
@@ -10261,7 +10261,7 @@ export declare const VSelect: {
10261
10261
  }> & Omit<{
10262
10262
  theme?: string | undefined;
10263
10263
  class?: any;
10264
- style: import("vue").StyleValue;
10264
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10265
10265
  focused: boolean;
10266
10266
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
10267
10267
  rounded?: string | number | boolean | undefined;
@@ -10330,7 +10330,7 @@ export declare const VSelect: {
10330
10330
  $emit: (event: "update:focused", focused: boolean) => void;
10331
10331
  $el: any;
10332
10332
  $options: import("vue").ComponentOptionsBase<{
10333
- style: import("vue").StyleValue;
10333
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10334
10334
  focused: boolean;
10335
10335
  tile: boolean;
10336
10336
  clearable: boolean;
@@ -10455,7 +10455,7 @@ export declare const VSelect: {
10455
10455
  singleLine: boolean;
10456
10456
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10457
10457
  }> & Omit<{
10458
- style: import("vue").StyleValue;
10458
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10459
10459
  focused: boolean;
10460
10460
  tile: boolean;
10461
10461
  clearable: boolean;
@@ -10637,7 +10637,7 @@ export declare const VSelect: {
10637
10637
  persistentCounter: boolean;
10638
10638
  type: string;
10639
10639
  }> & Omit<{
10640
- style: import("vue").StyleValue;
10640
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10641
10641
  focused: boolean;
10642
10642
  errorMessages: string | readonly string[] | null;
10643
10643
  maxErrors: string | number;
@@ -10788,7 +10788,7 @@ export declare const VSelect: {
10788
10788
  }> & Omit<{
10789
10789
  theme?: string | undefined;
10790
10790
  class?: any;
10791
- style: import("vue").StyleValue;
10791
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10792
10792
  focused: boolean;
10793
10793
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
10794
10794
  disabled: boolean | null;
@@ -10851,7 +10851,7 @@ export declare const VSelect: {
10851
10851
  $emit: (event: string, ...args: any[]) => void;
10852
10852
  $el: any;
10853
10853
  $options: import("vue").ComponentOptionsBase<{
10854
- style: import("vue").StyleValue;
10854
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10855
10855
  focused: boolean;
10856
10856
  disabled: boolean | null;
10857
10857
  error: boolean;
@@ -10964,7 +10964,7 @@ export declare const VSelect: {
10964
10964
  messages: string | readonly string[];
10965
10965
  direction: "horizontal" | "vertical";
10966
10966
  }> & Omit<{
10967
- style: import("vue").StyleValue;
10967
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10968
10968
  focused: boolean;
10969
10969
  disabled: boolean | null;
10970
10970
  error: boolean;
@@ -11034,7 +11034,7 @@ export declare const VSelect: {
11034
11034
  }> & Omit<{
11035
11035
  theme?: string | undefined;
11036
11036
  class?: any;
11037
- style: import("vue").StyleValue;
11037
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11038
11038
  focused: boolean;
11039
11039
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
11040
11040
  rounded?: string | number | boolean | undefined;
@@ -11103,7 +11103,7 @@ export declare const VSelect: {
11103
11103
  $emit: (event: "update:focused", focused: boolean) => void;
11104
11104
  $el: any;
11105
11105
  $options: import("vue").ComponentOptionsBase<{
11106
- style: import("vue").StyleValue;
11106
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11107
11107
  focused: boolean;
11108
11108
  tile: boolean;
11109
11109
  clearable: boolean;
@@ -11228,7 +11228,7 @@ export declare const VSelect: {
11228
11228
  singleLine: boolean;
11229
11229
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11230
11230
  }> & Omit<{
11231
- style: import("vue").StyleValue;
11231
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11232
11232
  focused: boolean;
11233
11233
  tile: boolean;
11234
11234
  clearable: boolean;
@@ -11308,7 +11308,7 @@ export declare const VSelect: {
11308
11308
  }> & Omit<{
11309
11309
  theme?: string | undefined;
11310
11310
  class?: any;
11311
- style: import("vue").StyleValue;
11311
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11312
11312
  focused: boolean;
11313
11313
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
11314
11314
  disabled: boolean | null;
@@ -11371,7 +11371,7 @@ export declare const VSelect: {
11371
11371
  $emit: (event: string, ...args: any[]) => void;
11372
11372
  $el: any;
11373
11373
  $options: import("vue").ComponentOptionsBase<{
11374
- style: import("vue").StyleValue;
11374
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11375
11375
  focused: boolean;
11376
11376
  disabled: boolean | null;
11377
11377
  error: boolean;
@@ -11484,7 +11484,7 @@ export declare const VSelect: {
11484
11484
  messages: string | readonly string[];
11485
11485
  direction: "horizontal" | "vertical";
11486
11486
  }> & Omit<{
11487
- style: import("vue").StyleValue;
11487
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11488
11488
  focused: boolean;
11489
11489
  disabled: boolean | null;
11490
11490
  error: boolean;
@@ -11554,7 +11554,7 @@ export declare const VSelect: {
11554
11554
  }> & Omit<{
11555
11555
  theme?: string | undefined;
11556
11556
  class?: any;
11557
- style: import("vue").StyleValue;
11557
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11558
11558
  focused: boolean;
11559
11559
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
11560
11560
  rounded?: string | number | boolean | undefined;
@@ -11623,7 +11623,7 @@ export declare const VSelect: {
11623
11623
  $emit: (event: "update:focused", focused: boolean) => void;
11624
11624
  $el: any;
11625
11625
  $options: import("vue").ComponentOptionsBase<{
11626
- style: import("vue").StyleValue;
11626
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11627
11627
  focused: boolean;
11628
11628
  tile: boolean;
11629
11629
  clearable: boolean;
@@ -11748,7 +11748,7 @@ export declare const VSelect: {
11748
11748
  singleLine: boolean;
11749
11749
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11750
11750
  }> & Omit<{
11751
- style: import("vue").StyleValue;
11751
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11752
11752
  focused: boolean;
11753
11753
  tile: boolean;
11754
11754
  clearable: boolean;
@@ -11858,7 +11858,7 @@ export declare const VSelect: {
11858
11858
  __isTeleport?: undefined;
11859
11859
  __isSuspense?: undefined;
11860
11860
  } & import("vue").ComponentOptionsBase<{
11861
- style: import("vue").StyleValue;
11861
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11862
11862
  focused: boolean;
11863
11863
  errorMessages: string | readonly string[] | null;
11864
11864
  maxErrors: string | number;
@@ -11875,8 +11875,8 @@ export declare const VSelect: {
11875
11875
  persistentHint: boolean;
11876
11876
  messages: string | readonly string[];
11877
11877
  direction: "horizontal" | "vertical";
11878
- itemChildren: SelectItemKey;
11879
- itemType: SelectItemKey;
11878
+ itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
11879
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
11880
11880
  clearable: boolean;
11881
11881
  clearIcon: IconValue;
11882
11882
  active: boolean;
@@ -11964,7 +11964,7 @@ export declare const VSelect: {
11964
11964
  }> & Omit<{
11965
11965
  theme?: string | undefined;
11966
11966
  class?: any;
11967
- style: import("vue").StyleValue;
11967
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11968
11968
  border?: string | number | boolean | undefined;
11969
11969
  density: import("../../composables/density.js").Density;
11970
11970
  elevation?: string | number | undefined;
@@ -11986,7 +11986,7 @@ export declare const VSelect: {
11986
11986
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
11987
11987
  activated?: any;
11988
11988
  mandatory: boolean;
11989
- itemType: SelectItemKey;
11989
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
11990
11990
  returnObject: boolean;
11991
11991
  valueComparator?: typeof deepEqual | undefined;
11992
11992
  baseColor?: string | undefined;
@@ -12254,7 +12254,7 @@ export declare const VSelect: {
12254
12254
  }> & Omit<{
12255
12255
  theme?: string | undefined;
12256
12256
  class?: any;
12257
- style: import("vue").StyleValue;
12257
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12258
12258
  $children?: {
12259
12259
  default?: ((arg: {
12260
12260
  isActive: import("vue").Ref<boolean, boolean>;
@@ -12280,7 +12280,7 @@ export declare const VSelect: {
12280
12280
  }) => import("vue").VNodeChild) | undefined;
12281
12281
  } | undefined;
12282
12282
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
12283
- location: import("../../util/index.js").Anchor | undefined;
12283
+ location: import("../../util/index.js").Anchor;
12284
12284
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
12285
12285
  offset?: string | number | number[] | undefined;
12286
12286
  stickToTarget: boolean;
@@ -12440,7 +12440,7 @@ export declare const VSelect: {
12440
12440
  }> & Omit<{
12441
12441
  theme?: string | undefined;
12442
12442
  class?: any;
12443
- style: import("vue").StyleValue;
12443
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12444
12444
  $children?: {
12445
12445
  prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
12446
12446
  append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -12615,7 +12615,7 @@ export declare const VSelect: {
12615
12615
  $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);
12616
12616
  $el: any;
12617
12617
  $options: import("vue").ComponentOptionsBase<{
12618
- style: import("vue").StyleValue;
12618
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12619
12619
  focused: boolean;
12620
12620
  errorMessages: string | readonly string[] | null;
12621
12621
  maxErrors: string | number;
@@ -12766,7 +12766,7 @@ export declare const VSelect: {
12766
12766
  }> & Omit<{
12767
12767
  theme?: string | undefined;
12768
12768
  class?: any;
12769
- style: import("vue").StyleValue;
12769
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12770
12770
  focused: boolean;
12771
12771
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
12772
12772
  disabled: boolean | null;
@@ -12829,7 +12829,7 @@ export declare const VSelect: {
12829
12829
  $emit: (event: string, ...args: any[]) => void;
12830
12830
  $el: any;
12831
12831
  $options: import("vue").ComponentOptionsBase<{
12832
- style: import("vue").StyleValue;
12832
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12833
12833
  focused: boolean;
12834
12834
  disabled: boolean | null;
12835
12835
  error: boolean;
@@ -12942,7 +12942,7 @@ export declare const VSelect: {
12942
12942
  messages: string | readonly string[];
12943
12943
  direction: "horizontal" | "vertical";
12944
12944
  }> & Omit<{
12945
- style: import("vue").StyleValue;
12945
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
12946
12946
  focused: boolean;
12947
12947
  disabled: boolean | null;
12948
12948
  error: boolean;
@@ -13012,7 +13012,7 @@ export declare const VSelect: {
13012
13012
  }> & Omit<{
13013
13013
  theme?: string | undefined;
13014
13014
  class?: any;
13015
- style: import("vue").StyleValue;
13015
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13016
13016
  focused: boolean;
13017
13017
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
13018
13018
  rounded?: string | number | boolean | undefined;
@@ -13081,7 +13081,7 @@ export declare const VSelect: {
13081
13081
  $emit: (event: "update:focused", focused: boolean) => void;
13082
13082
  $el: any;
13083
13083
  $options: import("vue").ComponentOptionsBase<{
13084
- style: import("vue").StyleValue;
13084
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13085
13085
  focused: boolean;
13086
13086
  tile: boolean;
13087
13087
  clearable: boolean;
@@ -13206,7 +13206,7 @@ export declare const VSelect: {
13206
13206
  singleLine: boolean;
13207
13207
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13208
13208
  }> & Omit<{
13209
- style: import("vue").StyleValue;
13209
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13210
13210
  focused: boolean;
13211
13211
  tile: boolean;
13212
13212
  clearable: boolean;
@@ -13388,7 +13388,7 @@ export declare const VSelect: {
13388
13388
  persistentCounter: boolean;
13389
13389
  type: string;
13390
13390
  }> & Omit<{
13391
- style: import("vue").StyleValue;
13391
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13392
13392
  focused: boolean;
13393
13393
  errorMessages: string | readonly string[] | null;
13394
13394
  maxErrors: string | number;
@@ -13539,7 +13539,7 @@ export declare const VSelect: {
13539
13539
  }> & Omit<{
13540
13540
  theme?: string | undefined;
13541
13541
  class?: any;
13542
- style: import("vue").StyleValue;
13542
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13543
13543
  focused: boolean;
13544
13544
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
13545
13545
  disabled: boolean | null;
@@ -13602,7 +13602,7 @@ export declare const VSelect: {
13602
13602
  $emit: (event: string, ...args: any[]) => void;
13603
13603
  $el: any;
13604
13604
  $options: import("vue").ComponentOptionsBase<{
13605
- style: import("vue").StyleValue;
13605
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13606
13606
  focused: boolean;
13607
13607
  disabled: boolean | null;
13608
13608
  error: boolean;
@@ -13715,7 +13715,7 @@ export declare const VSelect: {
13715
13715
  messages: string | readonly string[];
13716
13716
  direction: "horizontal" | "vertical";
13717
13717
  }> & Omit<{
13718
- style: import("vue").StyleValue;
13718
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13719
13719
  focused: boolean;
13720
13720
  disabled: boolean | null;
13721
13721
  error: boolean;
@@ -13785,7 +13785,7 @@ export declare const VSelect: {
13785
13785
  }> & Omit<{
13786
13786
  theme?: string | undefined;
13787
13787
  class?: any;
13788
- style: import("vue").StyleValue;
13788
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13789
13789
  focused: boolean;
13790
13790
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
13791
13791
  rounded?: string | number | boolean | undefined;
@@ -13854,7 +13854,7 @@ export declare const VSelect: {
13854
13854
  $emit: (event: "update:focused", focused: boolean) => void;
13855
13855
  $el: any;
13856
13856
  $options: import("vue").ComponentOptionsBase<{
13857
- style: import("vue").StyleValue;
13857
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13858
13858
  focused: boolean;
13859
13859
  tile: boolean;
13860
13860
  clearable: boolean;
@@ -13979,7 +13979,7 @@ export declare const VSelect: {
13979
13979
  singleLine: boolean;
13980
13980
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13981
13981
  }> & Omit<{
13982
- style: import("vue").StyleValue;
13982
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13983
13983
  focused: boolean;
13984
13984
  tile: boolean;
13985
13985
  clearable: boolean;
@@ -14059,7 +14059,7 @@ export declare const VSelect: {
14059
14059
  }> & Omit<{
14060
14060
  theme?: string | undefined;
14061
14061
  class?: any;
14062
- style: import("vue").StyleValue;
14062
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14063
14063
  focused: boolean;
14064
14064
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
14065
14065
  disabled: boolean | null;
@@ -14122,7 +14122,7 @@ export declare const VSelect: {
14122
14122
  $emit: (event: string, ...args: any[]) => void;
14123
14123
  $el: any;
14124
14124
  $options: import("vue").ComponentOptionsBase<{
14125
- style: import("vue").StyleValue;
14125
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14126
14126
  focused: boolean;
14127
14127
  disabled: boolean | null;
14128
14128
  error: boolean;
@@ -14235,7 +14235,7 @@ export declare const VSelect: {
14235
14235
  messages: string | readonly string[];
14236
14236
  direction: "horizontal" | "vertical";
14237
14237
  }> & Omit<{
14238
- style: import("vue").StyleValue;
14238
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14239
14239
  focused: boolean;
14240
14240
  disabled: boolean | null;
14241
14241
  error: boolean;
@@ -14305,7 +14305,7 @@ export declare const VSelect: {
14305
14305
  }> & Omit<{
14306
14306
  theme?: string | undefined;
14307
14307
  class?: any;
14308
- style: import("vue").StyleValue;
14308
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14309
14309
  focused: boolean;
14310
14310
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
14311
14311
  rounded?: string | number | boolean | undefined;
@@ -14374,7 +14374,7 @@ export declare const VSelect: {
14374
14374
  $emit: (event: "update:focused", focused: boolean) => void;
14375
14375
  $el: any;
14376
14376
  $options: import("vue").ComponentOptionsBase<{
14377
- style: import("vue").StyleValue;
14377
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14378
14378
  focused: boolean;
14379
14379
  tile: boolean;
14380
14380
  clearable: boolean;
@@ -14499,7 +14499,7 @@ export declare const VSelect: {
14499
14499
  singleLine: boolean;
14500
14500
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14501
14501
  }> & Omit<{
14502
- style: import("vue").StyleValue;
14502
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14503
14503
  focused: boolean;
14504
14504
  tile: boolean;
14505
14505
  clearable: boolean;
@@ -14945,7 +14945,7 @@ export declare const VSelect: {
14945
14945
  }> & Omit<{
14946
14946
  theme?: string | undefined;
14947
14947
  class?: any;
14948
- style: import("vue").StyleValue;
14948
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14949
14949
  border?: string | number | boolean | undefined;
14950
14950
  density: import("../../composables/density.js").Density;
14951
14951
  elevation?: string | number | undefined;
@@ -14967,7 +14967,7 @@ export declare const VSelect: {
14967
14967
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
14968
14968
  activated?: any;
14969
14969
  mandatory: boolean;
14970
- itemType: SelectItemKey;
14970
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
14971
14971
  returnObject: boolean;
14972
14972
  valueComparator?: typeof deepEqual | undefined;
14973
14973
  baseColor?: string | undefined;
@@ -15242,7 +15242,7 @@ export declare const VSelect: {
15242
15242
  }> & Omit<{
15243
15243
  theme?: string | undefined;
15244
15244
  class?: any;
15245
- style: import("vue").StyleValue;
15245
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
15246
15246
  $children?: {
15247
15247
  default?: ((arg: {
15248
15248
  isActive: import("vue").Ref<boolean, boolean>;
@@ -15268,7 +15268,7 @@ export declare const VSelect: {
15268
15268
  }) => import("vue").VNodeChild) | undefined;
15269
15269
  } | undefined;
15270
15270
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
15271
- location: import("../../util/index.js").Anchor | undefined;
15271
+ location: import("../../util/index.js").Anchor;
15272
15272
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
15273
15273
  offset?: string | number | number[] | undefined;
15274
15274
  stickToTarget: boolean;
@@ -15584,7 +15584,7 @@ export declare const VSelect: {
15584
15584
  }> & Omit<{
15585
15585
  theme?: string | undefined;
15586
15586
  class?: any;
15587
- style: import("vue").StyleValue;
15587
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
15588
15588
  border?: string | number | boolean | undefined;
15589
15589
  density: import("../../composables/density.js").Density;
15590
15590
  elevation?: string | number | undefined;
@@ -15606,7 +15606,7 @@ export declare const VSelect: {
15606
15606
  openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
15607
15607
  activated?: any;
15608
15608
  mandatory: boolean;
15609
- itemType: SelectItemKey;
15609
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
15610
15610
  returnObject: boolean;
15611
15611
  valueComparator?: typeof deepEqual | undefined;
15612
15612
  baseColor?: string | undefined;
@@ -15881,7 +15881,7 @@ export declare const VSelect: {
15881
15881
  }> & Omit<{
15882
15882
  theme?: string | undefined;
15883
15883
  class?: any;
15884
- style: import("vue").StyleValue;
15884
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
15885
15885
  $children?: {
15886
15886
  default?: ((arg: {
15887
15887
  isActive: import("vue").Ref<boolean, boolean>;
@@ -15907,7 +15907,7 @@ export declare const VSelect: {
15907
15907
  }) => import("vue").VNodeChild) | undefined;
15908
15908
  } | undefined;
15909
15909
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
15910
- location: import("../../util/index.js").Anchor | undefined;
15910
+ location: import("../../util/index.js").Anchor;
15911
15911
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
15912
15912
  offset?: string | number | number[] | undefined;
15913
15913
  stickToTarget: boolean;