@vuetify/nightly 3.7.16-dev.2025-03-12 → 3.7.16-dev.2025-03-14

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 (376) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3733 -3733
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +124 -124
  5. package/dist/json/web-types.json +6383 -6383
  6. package/dist/vuetify-labs.css +3846 -3846
  7. package/dist/vuetify-labs.d.ts +43 -43
  8. package/dist/vuetify-labs.esm.js +3 -3
  9. package/dist/vuetify-labs.js +3 -3
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2885 -2885
  12. package/dist/vuetify.d.ts +43 -43
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/blueprints/index.d.ts +3 -3
  18. package/lib/blueprints/md1.d.ts +1 -1
  19. package/lib/blueprints/md2.d.ts +1 -1
  20. package/lib/blueprints/md3.d.ts +1 -1
  21. package/lib/components/VAlert/VAlert.d.ts +40 -40
  22. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  23. package/lib/components/VAlert/index.d.ts +2 -2
  24. package/lib/components/VApp/VApp.d.ts +12 -12
  25. package/lib/components/VApp/index.d.ts +1 -1
  26. package/lib/components/VAppBar/VAppBar.d.ts +35 -35
  27. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +87 -87
  28. package/lib/components/VAppBar/VAppBarTitle.d.ts +11 -11
  29. package/lib/components/VAppBar/index.d.ts +3 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +472 -472
  31. package/lib/components/VAutocomplete/index.d.ts +1 -1
  32. package/lib/components/VAvatar/VAvatar.d.ts +32 -32
  33. package/lib/components/VAvatar/index.d.ts +1 -1
  34. package/lib/components/VBadge/VBadge.d.ts +32 -32
  35. package/lib/components/VBadge/index.d.ts +1 -1
  36. package/lib/components/VBanner/VBanner.d.ts +44 -44
  37. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  38. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  39. package/lib/components/VBanner/index.d.ts +3 -3
  40. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +36 -36
  41. package/lib/components/VBottomNavigation/index.d.ts +1 -1
  42. package/lib/components/VBottomSheet/VBottomSheet.d.ts +82 -82
  43. package/lib/components/VBottomSheet/index.d.ts +1 -1
  44. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +38 -38
  45. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  46. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +23 -23
  47. package/lib/components/VBreadcrumbs/index.d.ts +3 -3
  48. package/lib/components/VBtn/VBtn.d.ts +56 -56
  49. package/lib/components/VBtn/index.d.ts +1 -1
  50. package/lib/components/VBtnGroup/VBtnGroup.d.ts +31 -31
  51. package/lib/components/VBtnGroup/index.d.ts +1 -1
  52. package/lib/components/VBtnToggle/VBtnToggle.d.ts +33 -33
  53. package/lib/components/VBtnToggle/index.d.ts +1 -1
  54. package/lib/components/VCard/VCard.d.ts +43 -43
  55. package/lib/components/VCard/VCardActions.d.ts +3 -3
  56. package/lib/components/VCard/VCardItem.d.ts +16 -16
  57. package/lib/components/VCard/VCardSubtitle.d.ts +15 -15
  58. package/lib/components/VCard/VCardText.d.ts +15 -15
  59. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  60. package/lib/components/VCard/index.d.ts +6 -6
  61. package/lib/components/VCarousel/VCarousel.d.ts +31 -31
  62. package/lib/components/VCarousel/VCarouselItem.d.ts +15 -15
  63. package/lib/components/VCarousel/index.d.ts +2 -2
  64. package/lib/components/VCheckbox/VCheckbox.d.ts +122 -122
  65. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +40 -40
  66. package/lib/components/VCheckbox/index.d.ts +2 -2
  67. package/lib/components/VChip/VChip.d.ts +41 -41
  68. package/lib/components/VChip/index.d.ts +1 -1
  69. package/lib/components/VChipGroup/VChipGroup.d.ts +57 -57
  70. package/lib/components/VChipGroup/index.d.ts +1 -1
  71. package/lib/components/VCode/index.d.ts +3 -3
  72. package/lib/components/VColorPicker/VColorPicker.d.ts +28 -28
  73. package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +7 -7
  74. package/lib/components/VColorPicker/VColorPickerEdit.d.ts +8 -8
  75. package/lib/components/VColorPicker/VColorPickerPreview.d.ts +7 -7
  76. package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +7 -7
  77. package/lib/components/VColorPicker/index.d.ts +1 -1
  78. package/lib/components/VColorPicker/util/index.d.ts +1 -1
  79. package/lib/components/VCombobox/VCombobox.d.ts +472 -472
  80. package/lib/components/VCombobox/index.d.ts +1 -1
  81. package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +2 -2
  82. package/lib/components/VConfirmEdit/index.d.ts +1 -1
  83. package/lib/components/VCounter/VCounter.d.ts +3 -3
  84. package/lib/components/VCounter/index.d.ts +1 -1
  85. package/lib/components/VDataIterator/VDataIterator.d.ts +113 -113
  86. package/lib/components/VDataIterator/composables/items.d.ts +3 -3
  87. package/lib/components/VDataIterator/index.d.ts +1 -1
  88. package/lib/components/VDataTable/VDataTable.d.ts +343 -343
  89. package/lib/components/VDataTable/VDataTableFooter.d.ts +2 -2
  90. package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +2 -2
  91. package/lib/components/VDataTable/VDataTableHeaders.d.ts +14 -14
  92. package/lib/components/VDataTable/VDataTableRow.d.ts +12 -12
  93. package/lib/components/VDataTable/VDataTableRows.d.ts +36 -36
  94. package/lib/components/VDataTable/VDataTableServer.d.ts +256 -256
  95. package/lib/components/VDataTable/VDataTableVirtual.d.ts +246 -246
  96. package/lib/components/VDataTable/composables/expand.d.ts +1 -1
  97. package/lib/components/VDataTable/composables/group.d.ts +2 -2
  98. package/lib/components/VDataTable/composables/headers.d.ts +45 -45
  99. package/lib/components/VDataTable/composables/items.d.ts +2 -2
  100. package/lib/components/VDataTable/composables/options.d.ts +1 -1
  101. package/lib/components/VDataTable/composables/paginate.d.ts +2 -2
  102. package/lib/components/VDataTable/composables/select.d.ts +3 -3
  103. package/lib/components/VDataTable/composables/sort.d.ts +2 -2
  104. package/lib/components/VDataTable/index.d.ts +7 -7
  105. package/lib/components/VDataTable/types.d.ts +5 -5
  106. package/lib/components/VDatePicker/VDatePicker.d.ts +61 -61
  107. package/lib/components/VDatePicker/VDatePickerControls.d.ts +2 -2
  108. package/lib/components/VDatePicker/VDatePickerHeader.d.ts +2 -2
  109. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +1 -1
  110. package/lib/components/VDatePicker/VDatePickerMonths.d.ts +1 -1
  111. package/lib/components/VDatePicker/VDatePickerYears.d.ts +1 -1
  112. package/lib/components/VDatePicker/index.d.ts +6 -6
  113. package/lib/components/VDefaultsProvider/VDefaultsProvider.d.ts +2 -2
  114. package/lib/components/VDefaultsProvider/index.d.ts +1 -1
  115. package/lib/components/VDialog/VDialog.d.ts +187 -187
  116. package/lib/components/VDialog/index.d.ts +1 -1
  117. package/lib/components/VDivider/VDivider.d.ts +3 -3
  118. package/lib/components/VDivider/index.d.ts +1 -1
  119. package/lib/components/VEmptyState/VEmptyState.d.ts +4 -4
  120. package/lib/components/VEmptyState/index.d.ts +1 -1
  121. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +46 -46
  122. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  123. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +5 -5
  124. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +43 -43
  125. package/lib/components/VExpansionPanel/index.d.ts +4 -4
  126. package/lib/components/VExpansionPanel/shared.d.ts +1 -1
  127. package/lib/components/VFab/VFab.d.ts +79 -79
  128. package/lib/components/VFab/index.d.ts +1 -1
  129. package/lib/components/VField/VField.d.ts +6 -6
  130. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  131. package/lib/components/VField/index.d.ts +2 -2
  132. package/lib/components/VFileInput/VFileInput.d.ts +283 -283
  133. package/lib/components/VFileInput/index.d.ts +1 -1
  134. package/lib/components/VFooter/VFooter.d.ts +23 -23
  135. package/lib/components/VFooter/index.d.ts +1 -1
  136. package/lib/components/VForm/VForm.d.ts +48 -48
  137. package/lib/components/VForm/index.d.ts +1 -1
  138. package/lib/components/VGrid/VCol.d.ts +15 -15
  139. package/lib/components/VGrid/VContainer.d.ts +15 -15
  140. package/lib/components/VGrid/VRow.d.ts +15 -15
  141. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  142. package/lib/components/VGrid/index.d.ts +4 -4
  143. package/lib/components/VHover/VHover.d.ts +1 -1
  144. package/lib/components/VHover/index.d.ts +1 -1
  145. package/lib/components/VIcon/VIcon.d.ts +24 -24
  146. package/lib/components/VIcon/index.d.ts +2 -2
  147. package/lib/components/VImg/VImg.d.ts +3 -3
  148. package/lib/components/VImg/index.d.ts +1 -1
  149. package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +14 -14
  150. package/lib/components/VInfiniteScroll/index.d.ts +1 -1
  151. package/lib/components/VInput/InputIcon.d.ts +2 -2
  152. package/lib/components/VInput/VInput.d.ts +32 -32
  153. package/lib/components/VInput/index.d.ts +1 -1
  154. package/lib/components/VItemGroup/VItem.d.ts +1 -1
  155. package/lib/components/VItemGroup/VItemGroup.d.ts +16 -16
  156. package/lib/components/VItemGroup/index.d.ts +2 -2
  157. package/lib/components/VKbd/index.d.ts +3 -3
  158. package/lib/components/VLabel/VLabel.d.ts +3 -3
  159. package/lib/components/VLabel/index.d.ts +1 -1
  160. package/lib/components/VLayout/VLayout.d.ts +9 -9
  161. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  162. package/lib/components/VLayout/index.d.ts +2 -2
  163. package/lib/components/VLazy/VLazy.d.ts +15 -15
  164. package/lib/components/VLazy/index.d.ts +1 -1
  165. package/lib/components/VList/VList.d.ts +91 -91
  166. package/lib/components/VList/VListChildren.d.ts +12 -12
  167. package/lib/components/VList/VListGroup.d.ts +16 -16
  168. package/lib/components/VList/VListImg.d.ts +3 -3
  169. package/lib/components/VList/VListItem.d.ts +36 -36
  170. package/lib/components/VList/VListItemAction.d.ts +15 -15
  171. package/lib/components/VList/VListItemMedia.d.ts +15 -15
  172. package/lib/components/VList/VListItemSubtitle.d.ts +15 -15
  173. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  174. package/lib/components/VList/VListSubheader.d.ts +15 -15
  175. package/lib/components/VList/index.d.ts +9 -9
  176. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  177. package/lib/components/VLocaleProvider/index.d.ts +1 -1
  178. package/lib/components/VMain/VMain.d.ts +23 -23
  179. package/lib/components/VMain/index.d.ts +1 -1
  180. package/lib/components/VMenu/VMenu.d.ts +195 -195
  181. package/lib/components/VMenu/index.d.ts +1 -1
  182. package/lib/components/VMessages/VMessages.d.ts +3 -3
  183. package/lib/components/VMessages/index.d.ts +1 -1
  184. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +31 -31
  185. package/lib/components/VNavigationDrawer/index.d.ts +1 -1
  186. package/lib/components/VNoSsr/index.d.ts +1 -1
  187. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  188. package/lib/components/VOtpInput/index.d.ts +1 -1
  189. package/lib/components/VOverflowBtn/index.d.ts +1 -1
  190. package/lib/components/VOverlay/VOverlay.d.ts +56 -56
  191. package/lib/components/VOverlay/index.d.ts +1 -1
  192. package/lib/components/VOverlay/locationStrategies.d.ts +2 -2
  193. package/lib/components/VOverlay/useActivator.d.ts +3 -3
  194. package/lib/components/VOverlay/util/point.d.ts +2 -2
  195. package/lib/components/VPagination/VPagination.d.ts +40 -40
  196. package/lib/components/VPagination/index.d.ts +1 -1
  197. package/lib/components/VParallax/VParallax.d.ts +3 -3
  198. package/lib/components/VParallax/index.d.ts +1 -1
  199. package/lib/components/VProgressCircular/VProgressCircular.d.ts +23 -23
  200. package/lib/components/VProgressCircular/index.d.ts +1 -1
  201. package/lib/components/VProgressLinear/VProgressLinear.d.ts +31 -31
  202. package/lib/components/VProgressLinear/index.d.ts +1 -1
  203. package/lib/components/VRadio/VRadio.d.ts +78 -78
  204. package/lib/components/VRadio/index.d.ts +1 -1
  205. package/lib/components/VRadioGroup/VRadioGroup.d.ts +60 -60
  206. package/lib/components/VRadioGroup/index.d.ts +1 -1
  207. package/lib/components/VRangeSlider/VRangeSlider.d.ts +125 -125
  208. package/lib/components/VRangeSlider/index.d.ts +1 -1
  209. package/lib/components/VRating/VRating.d.ts +28 -28
  210. package/lib/components/VRating/index.d.ts +1 -1
  211. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  212. package/lib/components/VResponsive/index.d.ts +1 -1
  213. package/lib/components/VSelect/VSelect.d.ts +545 -545
  214. package/lib/components/VSelect/index.d.ts +1 -1
  215. package/lib/components/VSelect/useScrolling.d.ts +2 -2
  216. package/lib/components/VSelectionControl/VSelectionControl.d.ts +38 -38
  217. package/lib/components/VSelectionControl/index.d.ts +1 -1
  218. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +23 -23
  219. package/lib/components/VSelectionControlGroup/index.d.ts +1 -1
  220. package/lib/components/VSheet/VSheet.d.ts +23 -23
  221. package/lib/components/VSheet/index.d.ts +1 -1
  222. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +1 -1
  223. package/lib/components/VSkeletonLoader/index.d.ts +1 -1
  224. package/lib/components/VSlideGroup/VSlideGroup.d.ts +26 -26
  225. package/lib/components/VSlideGroup/VSlideGroupItem.d.ts +2 -2
  226. package/lib/components/VSlideGroup/index.d.ts +2 -2
  227. package/lib/components/VSlider/VSlider.d.ts +70 -70
  228. package/lib/components/VSlider/VSliderThumb.d.ts +4 -4
  229. package/lib/components/VSlider/VSliderTrack.d.ts +4 -4
  230. package/lib/components/VSlider/index.d.ts +1 -1
  231. package/lib/components/VSlider/slider.d.ts +1 -1
  232. package/lib/components/VSnackbar/VSnackbar.d.ts +152 -152
  233. package/lib/components/VSnackbar/index.d.ts +1 -1
  234. package/lib/components/VSparkline/VBarline.d.ts +25 -25
  235. package/lib/components/VSparkline/VSparkline.d.ts +25 -25
  236. package/lib/components/VSparkline/VTrendline.d.ts +25 -25
  237. package/lib/components/VSparkline/index.d.ts +1 -1
  238. package/lib/components/VSparkline/util/path.d.ts +1 -1
  239. package/lib/components/VSpeedDial/VSpeedDial.d.ts +65 -65
  240. package/lib/components/VSpeedDial/index.d.ts +1 -1
  241. package/lib/components/VStepper/VStepper.d.ts +36 -36
  242. package/lib/components/VStepper/VStepperActions.d.ts +1 -1
  243. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  244. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  245. package/lib/components/VStepper/VStepperWindow.d.ts +15 -15
  246. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  247. package/lib/components/VStepper/index.d.ts +6 -6
  248. package/lib/components/VStepper/shared.d.ts +1 -1
  249. package/lib/components/VSwitch/VSwitch.d.ts +66 -66
  250. package/lib/components/VSwitch/index.d.ts +1 -1
  251. package/lib/components/VSystemBar/VSystemBar.d.ts +15 -15
  252. package/lib/components/VSystemBar/index.d.ts +1 -1
  253. package/lib/components/VTable/VTable.d.ts +27 -27
  254. package/lib/components/VTable/index.d.ts +1 -1
  255. package/lib/components/VTabs/VTab.d.ts +148 -148
  256. package/lib/components/VTabs/VTabs.d.ts +64 -64
  257. package/lib/components/VTabs/VTabsWindow.d.ts +15 -15
  258. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  259. package/lib/components/VTabs/index.d.ts +4 -4
  260. package/lib/components/VTabs/shared.d.ts +1 -1
  261. package/lib/components/VTextField/VTextField.d.ts +337 -337
  262. package/lib/components/VTextField/index.d.ts +1 -1
  263. package/lib/components/VTextarea/VTextarea.d.ts +261 -261
  264. package/lib/components/VTextarea/index.d.ts +1 -1
  265. package/lib/components/VThemeProvider/VThemeProvider.d.ts +15 -15
  266. package/lib/components/VThemeProvider/index.d.ts +1 -1
  267. package/lib/components/VTimeline/VTimeline.d.ts +27 -27
  268. package/lib/components/VTimeline/VTimelineDivider.d.ts +4 -4
  269. package/lib/components/VTimeline/VTimelineItem.d.ts +16 -16
  270. package/lib/components/VTimeline/index.d.ts +2 -2
  271. package/lib/components/VToolbar/VToolbar.d.ts +23 -23
  272. package/lib/components/VToolbar/VToolbarItems.d.ts +7 -7
  273. package/lib/components/VToolbar/VToolbarTitle.d.ts +15 -15
  274. package/lib/components/VToolbar/index.d.ts +3 -3
  275. package/lib/components/VTooltip/VTooltip.d.ts +190 -190
  276. package/lib/components/VTooltip/index.d.ts +1 -1
  277. package/lib/components/VValidation/VValidation.d.ts +13 -13
  278. package/lib/components/VValidation/index.d.ts +1 -1
  279. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +16 -16
  280. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +4 -4
  281. package/lib/components/VVirtualScroll/index.d.ts +1 -1
  282. package/lib/components/VWindow/VWindow.d.ts +19 -19
  283. package/lib/components/VWindow/VWindowItem.d.ts +6 -6
  284. package/lib/components/VWindow/index.d.ts +2 -2
  285. package/lib/components/index.d.ts +90 -90
  286. package/lib/components/transitions/createTransition.d.ts +2 -2
  287. package/lib/components/transitions/dialog-transition.d.ts +1 -1
  288. package/lib/components/transitions/index.d.ts +16 -16
  289. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  290. package/lib/composables/date/date.d.ts +2 -2
  291. package/lib/composables/date/index.d.ts +3 -3
  292. package/lib/composables/defaults.d.ts +1 -1
  293. package/lib/composables/directiveComponent.d.ts +1 -1
  294. package/lib/composables/filter.d.ts +1 -1
  295. package/lib/composables/form.d.ts +2 -2
  296. package/lib/composables/forwardRefs.d.ts +1 -1
  297. package/lib/composables/goto.d.ts +1 -1
  298. package/lib/composables/group.d.ts +1 -1
  299. package/lib/composables/icons.d.ts +5 -5
  300. package/lib/composables/index.d.ts +16 -16
  301. package/lib/composables/layout.d.ts +1 -1
  302. package/lib/composables/list-items.d.ts +3 -3
  303. package/lib/composables/loader.d.ts +1 -1
  304. package/lib/composables/location.d.ts +1 -1
  305. package/lib/composables/nested/nested.d.ts +4 -4
  306. package/lib/composables/proxiedModel.d.ts +1 -1
  307. package/lib/composables/resizeObserver.d.ts +1 -1
  308. package/lib/composables/router.d.ts +1 -1
  309. package/lib/composables/selectLink.d.ts +1 -1
  310. package/lib/composables/tag.d.ts +1 -1
  311. package/lib/composables/validation.d.ts +1 -1
  312. package/lib/composables/variant.d.ts +1 -1
  313. package/lib/composables/virtual.d.ts +1 -1
  314. package/lib/directives/index.d.ts +8 -8
  315. package/lib/directives/mutate/index.d.ts +1 -1
  316. package/lib/directives/tooltip/index.d.ts +2 -2
  317. package/lib/entry-bundler.d.ts +13 -13
  318. package/lib/entry-bundler.js +1 -1
  319. package/lib/framework.d.ts +43 -43
  320. package/lib/framework.js +1 -1
  321. package/lib/iconsets/fa-svg.d.ts +2 -2
  322. package/lib/iconsets/fa.d.ts +1 -1
  323. package/lib/iconsets/fa4.d.ts +1 -1
  324. package/lib/iconsets/md.d.ts +1 -1
  325. package/lib/iconsets/mdi-svg.d.ts +1 -1
  326. package/lib/iconsets/mdi.d.ts +1 -1
  327. package/lib/labs/VCalendar/VCalendar.d.ts +1 -1
  328. package/lib/labs/VCalendar/VCalendarDay.d.ts +1 -1
  329. package/lib/labs/VCalendar/VCalendarEvent.d.ts +1 -1
  330. package/lib/labs/VCalendar/VCalendarHeader.d.ts +1 -1
  331. package/lib/labs/VCalendar/VCalendarInterval.d.ts +1 -1
  332. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +1 -1
  333. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +1 -1
  334. package/lib/labs/VCalendar/index.d.ts +6 -6
  335. package/lib/labs/VDateInput/VDateInput.d.ts +249 -249
  336. package/lib/labs/VDateInput/index.d.ts +1 -1
  337. package/lib/labs/VFileUpload/VFileUpload.d.ts +36 -36
  338. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +110 -110
  339. package/lib/labs/VFileUpload/index.d.ts +2 -2
  340. package/lib/labs/VNumberInput/VNumberInput.d.ts +1083 -1083
  341. package/lib/labs/VNumberInput/index.d.ts +1 -1
  342. package/lib/labs/VPicker/VPicker.d.ts +23 -23
  343. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  344. package/lib/labs/VPicker/index.d.ts +2 -2
  345. package/lib/labs/VPullToRefresh/VPullToRefresh.d.ts +1 -1
  346. package/lib/labs/VPullToRefresh/index.d.ts +1 -1
  347. package/lib/labs/VSnackbarQueue/VSnackbarQueue.d.ts +49 -49
  348. package/lib/labs/VSnackbarQueue/index.d.ts +1 -1
  349. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +91 -91
  350. package/lib/labs/VStepperVertical/VStepperVerticalActions.d.ts +1 -1
  351. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +116 -116
  352. package/lib/labs/VStepperVertical/index.d.ts +3 -3
  353. package/lib/labs/VTimePicker/VTimePicker.d.ts +25 -25
  354. package/lib/labs/VTimePicker/VTimePickerClock.d.ts +1 -1
  355. package/lib/labs/VTimePicker/VTimePickerControls.d.ts +2 -2
  356. package/lib/labs/VTimePicker/index.d.ts +3 -3
  357. package/lib/labs/VTreeview/VTreeview.d.ts +230 -230
  358. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +26 -26
  359. package/lib/labs/VTreeview/VTreeviewGroup.d.ts +71 -71
  360. package/lib/labs/VTreeview/VTreeviewItem.d.ts +94 -94
  361. package/lib/labs/VTreeview/index.d.ts +3 -3
  362. package/lib/labs/allComponents.d.ts +2 -2
  363. package/lib/labs/components.d.ts +10 -10
  364. package/lib/labs/entry-bundler.d.ts +11 -11
  365. package/lib/labs/index.d.ts +1 -1
  366. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  367. package/lib/locale/adapters/vuetify.d.ts +1 -1
  368. package/lib/locale/index.d.ts +43 -43
  369. package/lib/util/animation.d.ts +1 -1
  370. package/lib/util/color/APCA.d.ts +1 -1
  371. package/lib/util/color/transformCIELAB.d.ts +1 -1
  372. package/lib/util/color/transformSRGB.d.ts +1 -1
  373. package/lib/util/colorUtils.d.ts +1 -1
  374. package/lib/util/createSimpleFunctional.d.ts +3 -3
  375. package/lib/util/index.d.ts +18 -18
  376. package/package.json +41 -16
@@ -1,12 +1,12 @@
1
- import { VList } from "../VList";
2
- import { VMenu } from "../VMenu";
3
- import { IconValue } from "../../composables/icons";
4
- import { deepEqual } from "../../util";
1
+ import { VList } from "../VList/index.js";
2
+ import { VMenu } from "../VMenu/index.js";
3
+ import { IconValue } from "../../composables/icons.js";
4
+ import { deepEqual } from "../../util/index.js";
5
5
  import type { Component, PropType } from 'vue';
6
- import type { VFieldSlots } from "../VField/VField";
7
- import type { VInputSlots } from "../VInput/VInput";
8
- import type { ListItem } from "../../composables/list-items";
9
- import type { GenericProps, SelectItemKey } from "../../util";
6
+ import type { VFieldSlots } from "../VField/VField.js";
7
+ import type { VInputSlots } from "../VInput/VInput.js";
8
+ import type { ListItem } from "../../composables/list-items.js";
9
+ import type { GenericProps, SelectItemKey } from "../../util/index.js";
10
10
  type Primitive = string | number | boolean | symbol;
11
11
  type Val<T, ReturnObject extends boolean> = [T] extends [Primitive] ? T : (ReturnObject extends true ? T : any);
12
12
  type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject> | null;
@@ -35,10 +35,10 @@ export declare const makeSelectProps: <Defaults extends {
35
35
  itemColor?: unknown;
36
36
  } = {}>(defaults?: Defaults | undefined) => {
37
37
  items: unknown extends Defaults["items"] ? {
38
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
38
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
39
39
  default: () => never[];
40
40
  } : Omit<{
41
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
41
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
42
42
  default: () => never[];
43
43
  }, "type" | "default"> & {
44
44
  type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
@@ -148,17 +148,17 @@ export declare const makeSelectProps: <Defaults extends {
148
148
  nav: boolean;
149
149
  style: import("vue").StyleValue;
150
150
  disabled: boolean;
151
- tag: string | import("../../util").JSXComponent;
151
+ tag: string | import("../../util/index.js").JSXComponent;
152
152
  lines: false | "one" | "two" | "three";
153
153
  mandatory: boolean;
154
154
  rounded: string | number | boolean;
155
155
  tile: boolean;
156
- density: import("../../composables/density").Density;
156
+ density: import("../../composables/density.js").Density;
157
157
  slim: boolean;
158
158
  activatable: boolean;
159
159
  selectable: boolean;
160
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
161
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
160
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
161
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
162
162
  returnObject: boolean;
163
163
  itemType: string;
164
164
  }> & Omit<{
@@ -166,16 +166,16 @@ export declare const makeSelectProps: <Defaults extends {
166
166
  nav: boolean;
167
167
  style: import("vue").StyleValue;
168
168
  disabled: boolean;
169
- tag: string | import("../../util").JSXComponent;
169
+ tag: string | import("../../util/index.js").JSXComponent;
170
170
  lines: false | "one" | "two" | "three";
171
171
  mandatory: boolean;
172
172
  tile: boolean;
173
- density: import("../../composables/density").Density;
173
+ density: import("../../composables/density.js").Density;
174
174
  slim: boolean;
175
175
  activatable: boolean;
176
176
  selectable: boolean;
177
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
178
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
177
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
178
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
179
179
  returnObject: boolean;
180
180
  itemType: string;
181
181
  height?: string | number | undefined;
@@ -196,7 +196,7 @@ export declare const makeSelectProps: <Defaults extends {
196
196
  activeColor?: string | undefined;
197
197
  valueComparator?: typeof deepEqual | undefined;
198
198
  activeClass?: string | undefined;
199
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
199
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
200
200
  collapseIcon?: IconValue | undefined;
201
201
  expandIcon?: IconValue | undefined;
202
202
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -227,101 +227,101 @@ export declare const makeSelectProps: <Defaults extends {
227
227
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
228
228
  } & {
229
229
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
230
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
230
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
231
231
  item: any;
232
232
  }) => import("vue").VNodeChild) | undefined;
233
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
233
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
234
234
  item: any;
235
235
  }) => import("vue").VNodeChild) | undefined;
236
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
236
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
237
237
  item: any;
238
238
  }) => import("vue").VNodeChild) | undefined;
239
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
239
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
240
240
  item: any;
241
241
  }) => import("vue").VNodeChild) | undefined;
242
242
  default?: (() => import("vue").VNodeChild) | undefined;
243
243
  item?: ((arg: {
244
- props: import("../VList/VList").InternalListItem["props"];
244
+ props: import("../VList/VList.js").InternalListItem["props"];
245
245
  }) => import("vue").VNodeChild) | undefined;
246
246
  divider?: ((arg: {
247
- props: import("../VList/VList").InternalListItem["props"];
247
+ props: import("../VList/VList.js").InternalListItem["props"];
248
248
  }) => import("vue").VNodeChild) | undefined;
249
249
  subheader?: ((arg: {
250
- props: import("../VList/VList").InternalListItem["props"];
250
+ props: import("../VList/VList.js").InternalListItem["props"];
251
251
  }) => import("vue").VNodeChild) | undefined;
252
252
  header?: ((arg: {
253
- props: import("../VList/VList").InternalListItem["props"];
253
+ props: import("../VList/VList.js").InternalListItem["props"];
254
254
  }) => import("vue").VNodeChild) | undefined;
255
255
  };
256
256
  'v-slots'?: {
257
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
257
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
258
258
  item: any;
259
259
  }) => import("vue").VNodeChild) | undefined;
260
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
260
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
261
261
  item: any;
262
262
  }) => import("vue").VNodeChild) | undefined;
263
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
263
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
264
264
  item: any;
265
265
  }) => import("vue").VNodeChild) | undefined;
266
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
266
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
267
267
  item: any;
268
268
  }) => import("vue").VNodeChild) | undefined;
269
269
  default?: false | (() => import("vue").VNodeChild) | undefined;
270
270
  item?: false | ((arg: {
271
- props: import("../VList/VList").InternalListItem["props"];
271
+ props: import("../VList/VList.js").InternalListItem["props"];
272
272
  }) => import("vue").VNodeChild) | undefined;
273
273
  divider?: false | ((arg: {
274
- props: import("../VList/VList").InternalListItem["props"];
274
+ props: import("../VList/VList.js").InternalListItem["props"];
275
275
  }) => import("vue").VNodeChild) | undefined;
276
276
  subheader?: false | ((arg: {
277
- props: import("../VList/VList").InternalListItem["props"];
277
+ props: import("../VList/VList.js").InternalListItem["props"];
278
278
  }) => import("vue").VNodeChild) | undefined;
279
279
  header?: false | ((arg: {
280
- props: import("../VList/VList").InternalListItem["props"];
280
+ props: import("../VList/VList.js").InternalListItem["props"];
281
281
  }) => import("vue").VNodeChild) | undefined;
282
282
  } | undefined;
283
283
  } & {
284
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
284
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
285
285
  item: any;
286
286
  }) => import("vue").VNodeChild) | undefined;
287
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
287
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
288
288
  item: any;
289
289
  }) => import("vue").VNodeChild) | undefined;
290
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
290
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
291
291
  item: any;
292
292
  }) => import("vue").VNodeChild) | undefined;
293
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
293
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
294
294
  item: any;
295
295
  }) => import("vue").VNodeChild) | undefined;
296
296
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
297
297
  "v-slot:item"?: false | ((arg: {
298
- props: import("../VList/VList").InternalListItem["props"];
298
+ props: import("../VList/VList.js").InternalListItem["props"];
299
299
  }) => import("vue").VNodeChild) | undefined;
300
300
  "v-slot:divider"?: false | ((arg: {
301
- props: import("../VList/VList").InternalListItem["props"];
301
+ props: import("../VList/VList.js").InternalListItem["props"];
302
302
  }) => import("vue").VNodeChild) | undefined;
303
303
  "v-slot:subheader"?: false | ((arg: {
304
- props: import("../VList/VList").InternalListItem["props"];
304
+ props: import("../VList/VList.js").InternalListItem["props"];
305
305
  }) => import("vue").VNodeChild) | undefined;
306
306
  "v-slot:header"?: false | ((arg: {
307
- props: import("../VList/VList").InternalListItem["props"];
307
+ props: import("../VList/VList.js").InternalListItem["props"];
308
308
  }) => import("vue").VNodeChild) | undefined;
309
309
  } : (Partial<{
310
310
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
311
311
  nav: boolean;
312
312
  style: import("vue").StyleValue;
313
313
  disabled: boolean;
314
- tag: string | import("../../util").JSXComponent;
314
+ tag: string | import("../../util/index.js").JSXComponent;
315
315
  lines: false | "one" | "two" | "three";
316
316
  mandatory: boolean;
317
317
  rounded: string | number | boolean;
318
318
  tile: boolean;
319
- density: import("../../composables/density").Density;
319
+ density: import("../../composables/density.js").Density;
320
320
  slim: boolean;
321
321
  activatable: boolean;
322
322
  selectable: boolean;
323
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
324
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
323
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
324
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
325
325
  returnObject: boolean;
326
326
  itemType: string;
327
327
  }> & Omit<{
@@ -329,16 +329,16 @@ export declare const makeSelectProps: <Defaults extends {
329
329
  nav: boolean;
330
330
  style: import("vue").StyleValue;
331
331
  disabled: boolean;
332
- tag: string | import("../../util").JSXComponent;
332
+ tag: string | import("../../util/index.js").JSXComponent;
333
333
  lines: false | "one" | "two" | "three";
334
334
  mandatory: boolean;
335
335
  tile: boolean;
336
- density: import("../../composables/density").Density;
336
+ density: import("../../composables/density.js").Density;
337
337
  slim: boolean;
338
338
  activatable: boolean;
339
339
  selectable: boolean;
340
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
341
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
340
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
341
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
342
342
  returnObject: boolean;
343
343
  itemType: string;
344
344
  height?: string | number | undefined;
@@ -359,7 +359,7 @@ export declare const makeSelectProps: <Defaults extends {
359
359
  activeColor?: string | undefined;
360
360
  valueComparator?: typeof deepEqual | undefined;
361
361
  activeClass?: string | undefined;
362
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
362
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
363
363
  collapseIcon?: IconValue | undefined;
364
364
  expandIcon?: IconValue | undefined;
365
365
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -390,84 +390,84 @@ export declare const makeSelectProps: <Defaults extends {
390
390
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
391
391
  } & {
392
392
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
393
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
393
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
394
394
  item: any;
395
395
  }) => import("vue").VNodeChild) | undefined;
396
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
396
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
397
397
  item: any;
398
398
  }) => import("vue").VNodeChild) | undefined;
399
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
399
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
400
400
  item: any;
401
401
  }) => import("vue").VNodeChild) | undefined;
402
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
402
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
403
403
  item: any;
404
404
  }) => import("vue").VNodeChild) | undefined;
405
405
  default?: (() => import("vue").VNodeChild) | undefined;
406
406
  item?: ((arg: {
407
- props: import("../VList/VList").InternalListItem["props"];
407
+ props: import("../VList/VList.js").InternalListItem["props"];
408
408
  }) => import("vue").VNodeChild) | undefined;
409
409
  divider?: ((arg: {
410
- props: import("../VList/VList").InternalListItem["props"];
410
+ props: import("../VList/VList.js").InternalListItem["props"];
411
411
  }) => import("vue").VNodeChild) | undefined;
412
412
  subheader?: ((arg: {
413
- props: import("../VList/VList").InternalListItem["props"];
413
+ props: import("../VList/VList.js").InternalListItem["props"];
414
414
  }) => import("vue").VNodeChild) | undefined;
415
415
  header?: ((arg: {
416
- props: import("../VList/VList").InternalListItem["props"];
416
+ props: import("../VList/VList.js").InternalListItem["props"];
417
417
  }) => import("vue").VNodeChild) | undefined;
418
418
  };
419
419
  'v-slots'?: {
420
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
420
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
421
421
  item: any;
422
422
  }) => import("vue").VNodeChild) | undefined;
423
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
423
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
424
424
  item: any;
425
425
  }) => import("vue").VNodeChild) | undefined;
426
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
426
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
427
427
  item: any;
428
428
  }) => import("vue").VNodeChild) | undefined;
429
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
429
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
430
430
  item: any;
431
431
  }) => import("vue").VNodeChild) | undefined;
432
432
  default?: false | (() => import("vue").VNodeChild) | undefined;
433
433
  item?: false | ((arg: {
434
- props: import("../VList/VList").InternalListItem["props"];
434
+ props: import("../VList/VList.js").InternalListItem["props"];
435
435
  }) => import("vue").VNodeChild) | undefined;
436
436
  divider?: false | ((arg: {
437
- props: import("../VList/VList").InternalListItem["props"];
437
+ props: import("../VList/VList.js").InternalListItem["props"];
438
438
  }) => import("vue").VNodeChild) | undefined;
439
439
  subheader?: false | ((arg: {
440
- props: import("../VList/VList").InternalListItem["props"];
440
+ props: import("../VList/VList.js").InternalListItem["props"];
441
441
  }) => import("vue").VNodeChild) | undefined;
442
442
  header?: false | ((arg: {
443
- props: import("../VList/VList").InternalListItem["props"];
443
+ props: import("../VList/VList.js").InternalListItem["props"];
444
444
  }) => import("vue").VNodeChild) | undefined;
445
445
  } | undefined;
446
446
  } & {
447
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
447
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
448
448
  item: any;
449
449
  }) => import("vue").VNodeChild) | undefined;
450
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
450
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
451
451
  item: any;
452
452
  }) => import("vue").VNodeChild) | undefined;
453
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
453
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
454
454
  item: any;
455
455
  }) => import("vue").VNodeChild) | undefined;
456
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
456
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
457
457
  item: any;
458
458
  }) => import("vue").VNodeChild) | undefined;
459
459
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
460
460
  "v-slot:item"?: false | ((arg: {
461
- props: import("../VList/VList").InternalListItem["props"];
461
+ props: import("../VList/VList.js").InternalListItem["props"];
462
462
  }) => import("vue").VNodeChild) | undefined;
463
463
  "v-slot:divider"?: false | ((arg: {
464
- props: import("../VList/VList").InternalListItem["props"];
464
+ props: import("../VList/VList.js").InternalListItem["props"];
465
465
  }) => import("vue").VNodeChild) | undefined;
466
466
  "v-slot:subheader"?: false | ((arg: {
467
- props: import("../VList/VList").InternalListItem["props"];
467
+ props: import("../VList/VList.js").InternalListItem["props"];
468
468
  }) => import("vue").VNodeChild) | undefined;
469
469
  "v-slot:header"?: false | ((arg: {
470
- props: import("../VList/VList").InternalListItem["props"];
470
+ props: import("../VList/VList.js").InternalListItem["props"];
471
471
  }) => import("vue").VNodeChild) | undefined;
472
472
  }) | Defaults["listProps"]>;
473
473
  default: unknown extends Defaults["listProps"] ? Partial<{
@@ -475,17 +475,17 @@ export declare const makeSelectProps: <Defaults extends {
475
475
  nav: boolean;
476
476
  style: import("vue").StyleValue;
477
477
  disabled: boolean;
478
- tag: string | import("../../util").JSXComponent;
478
+ tag: string | import("../../util/index.js").JSXComponent;
479
479
  lines: false | "one" | "two" | "three";
480
480
  mandatory: boolean;
481
481
  rounded: string | number | boolean;
482
482
  tile: boolean;
483
- density: import("../../composables/density").Density;
483
+ density: import("../../composables/density.js").Density;
484
484
  slim: boolean;
485
485
  activatable: boolean;
486
486
  selectable: boolean;
487
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
488
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
487
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
488
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
489
489
  returnObject: boolean;
490
490
  itemType: string;
491
491
  }> & Omit<{
@@ -493,16 +493,16 @@ export declare const makeSelectProps: <Defaults extends {
493
493
  nav: boolean;
494
494
  style: import("vue").StyleValue;
495
495
  disabled: boolean;
496
- tag: string | import("../../util").JSXComponent;
496
+ tag: string | import("../../util/index.js").JSXComponent;
497
497
  lines: false | "one" | "two" | "three";
498
498
  mandatory: boolean;
499
499
  tile: boolean;
500
- density: import("../../composables/density").Density;
500
+ density: import("../../composables/density.js").Density;
501
501
  slim: boolean;
502
502
  activatable: boolean;
503
503
  selectable: boolean;
504
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
505
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
504
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
505
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
506
506
  returnObject: boolean;
507
507
  itemType: string;
508
508
  height?: string | number | undefined;
@@ -523,7 +523,7 @@ export declare const makeSelectProps: <Defaults extends {
523
523
  activeColor?: string | undefined;
524
524
  valueComparator?: typeof deepEqual | undefined;
525
525
  activeClass?: string | undefined;
526
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
526
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
527
527
  collapseIcon?: IconValue | undefined;
528
528
  expandIcon?: IconValue | undefined;
529
529
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -554,101 +554,101 @@ export declare const makeSelectProps: <Defaults extends {
554
554
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
555
555
  } & {
556
556
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
557
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
557
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
558
558
  item: any;
559
559
  }) => import("vue").VNodeChild) | undefined;
560
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
560
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
561
561
  item: any;
562
562
  }) => import("vue").VNodeChild) | undefined;
563
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
563
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
564
564
  item: any;
565
565
  }) => import("vue").VNodeChild) | undefined;
566
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
566
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
567
567
  item: any;
568
568
  }) => import("vue").VNodeChild) | undefined;
569
569
  default?: (() => import("vue").VNodeChild) | undefined;
570
570
  item?: ((arg: {
571
- props: import("../VList/VList").InternalListItem["props"];
571
+ props: import("../VList/VList.js").InternalListItem["props"];
572
572
  }) => import("vue").VNodeChild) | undefined;
573
573
  divider?: ((arg: {
574
- props: import("../VList/VList").InternalListItem["props"];
574
+ props: import("../VList/VList.js").InternalListItem["props"];
575
575
  }) => import("vue").VNodeChild) | undefined;
576
576
  subheader?: ((arg: {
577
- props: import("../VList/VList").InternalListItem["props"];
577
+ props: import("../VList/VList.js").InternalListItem["props"];
578
578
  }) => import("vue").VNodeChild) | undefined;
579
579
  header?: ((arg: {
580
- props: import("../VList/VList").InternalListItem["props"];
580
+ props: import("../VList/VList.js").InternalListItem["props"];
581
581
  }) => import("vue").VNodeChild) | undefined;
582
582
  };
583
583
  'v-slots'?: {
584
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
584
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
585
585
  item: any;
586
586
  }) => import("vue").VNodeChild) | undefined;
587
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
587
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
588
588
  item: any;
589
589
  }) => import("vue").VNodeChild) | undefined;
590
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
590
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
591
591
  item: any;
592
592
  }) => import("vue").VNodeChild) | undefined;
593
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
593
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
594
594
  item: any;
595
595
  }) => import("vue").VNodeChild) | undefined;
596
596
  default?: false | (() => import("vue").VNodeChild) | undefined;
597
597
  item?: false | ((arg: {
598
- props: import("../VList/VList").InternalListItem["props"];
598
+ props: import("../VList/VList.js").InternalListItem["props"];
599
599
  }) => import("vue").VNodeChild) | undefined;
600
600
  divider?: false | ((arg: {
601
- props: import("../VList/VList").InternalListItem["props"];
601
+ props: import("../VList/VList.js").InternalListItem["props"];
602
602
  }) => import("vue").VNodeChild) | undefined;
603
603
  subheader?: false | ((arg: {
604
- props: import("../VList/VList").InternalListItem["props"];
604
+ props: import("../VList/VList.js").InternalListItem["props"];
605
605
  }) => import("vue").VNodeChild) | undefined;
606
606
  header?: false | ((arg: {
607
- props: import("../VList/VList").InternalListItem["props"];
607
+ props: import("../VList/VList.js").InternalListItem["props"];
608
608
  }) => import("vue").VNodeChild) | undefined;
609
609
  } | undefined;
610
610
  } & {
611
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
611
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
612
612
  item: any;
613
613
  }) => import("vue").VNodeChild) | undefined;
614
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
614
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
615
615
  item: any;
616
616
  }) => import("vue").VNodeChild) | undefined;
617
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
617
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
618
618
  item: any;
619
619
  }) => import("vue").VNodeChild) | undefined;
620
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
620
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
621
621
  item: any;
622
622
  }) => import("vue").VNodeChild) | undefined;
623
623
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
624
624
  "v-slot:item"?: false | ((arg: {
625
- props: import("../VList/VList").InternalListItem["props"];
625
+ props: import("../VList/VList.js").InternalListItem["props"];
626
626
  }) => import("vue").VNodeChild) | undefined;
627
627
  "v-slot:divider"?: false | ((arg: {
628
- props: import("../VList/VList").InternalListItem["props"];
628
+ props: import("../VList/VList.js").InternalListItem["props"];
629
629
  }) => import("vue").VNodeChild) | undefined;
630
630
  "v-slot:subheader"?: false | ((arg: {
631
- props: import("../VList/VList").InternalListItem["props"];
631
+ props: import("../VList/VList.js").InternalListItem["props"];
632
632
  }) => import("vue").VNodeChild) | undefined;
633
633
  "v-slot:header"?: false | ((arg: {
634
- props: import("../VList/VList").InternalListItem["props"];
634
+ props: import("../VList/VList.js").InternalListItem["props"];
635
635
  }) => import("vue").VNodeChild) | undefined;
636
636
  } : Defaults["listProps"] | NonNullable<Partial<{
637
637
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
638
638
  nav: boolean;
639
639
  style: import("vue").StyleValue;
640
640
  disabled: boolean;
641
- tag: string | import("../../util").JSXComponent;
641
+ tag: string | import("../../util/index.js").JSXComponent;
642
642
  lines: false | "one" | "two" | "three";
643
643
  mandatory: boolean;
644
644
  rounded: string | number | boolean;
645
645
  tile: boolean;
646
- density: import("../../composables/density").Density;
646
+ density: import("../../composables/density.js").Density;
647
647
  slim: boolean;
648
648
  activatable: boolean;
649
649
  selectable: boolean;
650
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
651
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
650
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
651
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
652
652
  returnObject: boolean;
653
653
  itemType: string;
654
654
  }> & Omit<{
@@ -656,16 +656,16 @@ export declare const makeSelectProps: <Defaults extends {
656
656
  nav: boolean;
657
657
  style: import("vue").StyleValue;
658
658
  disabled: boolean;
659
- tag: string | import("../../util").JSXComponent;
659
+ tag: string | import("../../util/index.js").JSXComponent;
660
660
  lines: false | "one" | "two" | "three";
661
661
  mandatory: boolean;
662
662
  tile: boolean;
663
- density: import("../../composables/density").Density;
663
+ density: import("../../composables/density.js").Density;
664
664
  slim: boolean;
665
665
  activatable: boolean;
666
666
  selectable: boolean;
667
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
668
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
667
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
668
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
669
669
  returnObject: boolean;
670
670
  itemType: string;
671
671
  height?: string | number | undefined;
@@ -686,7 +686,7 @@ export declare const makeSelectProps: <Defaults extends {
686
686
  activeColor?: string | undefined;
687
687
  valueComparator?: typeof deepEqual | undefined;
688
688
  activeClass?: string | undefined;
689
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
689
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
690
690
  collapseIcon?: IconValue | undefined;
691
691
  expandIcon?: IconValue | undefined;
692
692
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -717,84 +717,84 @@ export declare const makeSelectProps: <Defaults extends {
717
717
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
718
718
  } & {
719
719
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
720
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
720
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
721
721
  item: any;
722
722
  }) => import("vue").VNodeChild) | undefined;
723
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
723
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
724
724
  item: any;
725
725
  }) => import("vue").VNodeChild) | undefined;
726
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
726
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
727
727
  item: any;
728
728
  }) => import("vue").VNodeChild) | undefined;
729
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
729
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
730
730
  item: any;
731
731
  }) => import("vue").VNodeChild) | undefined;
732
732
  default?: (() => import("vue").VNodeChild) | undefined;
733
733
  item?: ((arg: {
734
- props: import("../VList/VList").InternalListItem["props"];
734
+ props: import("../VList/VList.js").InternalListItem["props"];
735
735
  }) => import("vue").VNodeChild) | undefined;
736
736
  divider?: ((arg: {
737
- props: import("../VList/VList").InternalListItem["props"];
737
+ props: import("../VList/VList.js").InternalListItem["props"];
738
738
  }) => import("vue").VNodeChild) | undefined;
739
739
  subheader?: ((arg: {
740
- props: import("../VList/VList").InternalListItem["props"];
740
+ props: import("../VList/VList.js").InternalListItem["props"];
741
741
  }) => import("vue").VNodeChild) | undefined;
742
742
  header?: ((arg: {
743
- props: import("../VList/VList").InternalListItem["props"];
743
+ props: import("../VList/VList.js").InternalListItem["props"];
744
744
  }) => import("vue").VNodeChild) | undefined;
745
745
  };
746
746
  'v-slots'?: {
747
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
747
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
748
748
  item: any;
749
749
  }) => import("vue").VNodeChild) | undefined;
750
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
750
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
751
751
  item: any;
752
752
  }) => import("vue").VNodeChild) | undefined;
753
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
753
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
754
754
  item: any;
755
755
  }) => import("vue").VNodeChild) | undefined;
756
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
756
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
757
757
  item: any;
758
758
  }) => import("vue").VNodeChild) | undefined;
759
759
  default?: false | (() => import("vue").VNodeChild) | undefined;
760
760
  item?: false | ((arg: {
761
- props: import("../VList/VList").InternalListItem["props"];
761
+ props: import("../VList/VList.js").InternalListItem["props"];
762
762
  }) => import("vue").VNodeChild) | undefined;
763
763
  divider?: false | ((arg: {
764
- props: import("../VList/VList").InternalListItem["props"];
764
+ props: import("../VList/VList.js").InternalListItem["props"];
765
765
  }) => import("vue").VNodeChild) | undefined;
766
766
  subheader?: false | ((arg: {
767
- props: import("../VList/VList").InternalListItem["props"];
767
+ props: import("../VList/VList.js").InternalListItem["props"];
768
768
  }) => import("vue").VNodeChild) | undefined;
769
769
  header?: false | ((arg: {
770
- props: import("../VList/VList").InternalListItem["props"];
770
+ props: import("../VList/VList.js").InternalListItem["props"];
771
771
  }) => import("vue").VNodeChild) | undefined;
772
772
  } | undefined;
773
773
  } & {
774
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
774
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
775
775
  item: any;
776
776
  }) => import("vue").VNodeChild) | undefined;
777
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
777
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
778
778
  item: any;
779
779
  }) => import("vue").VNodeChild) | undefined;
780
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
780
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
781
781
  item: any;
782
782
  }) => import("vue").VNodeChild) | undefined;
783
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
783
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
784
784
  item: any;
785
785
  }) => import("vue").VNodeChild) | undefined;
786
786
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
787
787
  "v-slot:item"?: false | ((arg: {
788
- props: import("../VList/VList").InternalListItem["props"];
788
+ props: import("../VList/VList.js").InternalListItem["props"];
789
789
  }) => import("vue").VNodeChild) | undefined;
790
790
  "v-slot:divider"?: false | ((arg: {
791
- props: import("../VList/VList").InternalListItem["props"];
791
+ props: import("../VList/VList.js").InternalListItem["props"];
792
792
  }) => import("vue").VNodeChild) | undefined;
793
793
  "v-slot:subheader"?: false | ((arg: {
794
- props: import("../VList/VList").InternalListItem["props"];
794
+ props: import("../VList/VList.js").InternalListItem["props"];
795
795
  }) => import("vue").VNodeChild) | undefined;
796
796
  "v-slot:header"?: false | ((arg: {
797
- props: import("../VList/VList").InternalListItem["props"];
797
+ props: import("../VList/VList.js").InternalListItem["props"];
798
798
  }) => import("vue").VNodeChild) | undefined;
799
799
  }>;
800
800
  };
@@ -818,8 +818,8 @@ export declare const makeSelectProps: <Defaults extends {
818
818
  type: PropType<VMenu["$props"]>;
819
819
  }, "type" | "default"> & {
820
820
  type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
821
- location: import("../../util").Anchor | undefined;
822
- origin: "auto" | import("../../util").Anchor | "overlap";
821
+ location: import("../../util/index.js").Anchor | undefined;
822
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
823
823
  transition: string | boolean | (import("vue").TransitionProps & {
824
824
  component?: Component;
825
825
  }) | {
@@ -831,10 +831,10 @@ export declare const makeSelectProps: <Defaults extends {
831
831
  disabled: boolean;
832
832
  persistent: boolean;
833
833
  modelValue: boolean;
834
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
834
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
835
835
  updateLocation: (e?: Event) => void;
836
836
  });
837
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
837
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
838
838
  closeDelay: string | number;
839
839
  openDelay: string | number;
840
840
  activatorProps: Record<string, any>;
@@ -848,8 +848,8 @@ export declare const makeSelectProps: <Defaults extends {
848
848
  scrim: string | boolean;
849
849
  submenu: boolean;
850
850
  }> & Omit<{
851
- location: import("../../util").Anchor | undefined;
852
- origin: "auto" | import("../../util").Anchor | "overlap";
851
+ location: import("../../util/index.js").Anchor | undefined;
852
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
853
853
  transition: string | boolean | (import("vue").TransitionProps & {
854
854
  component?: Component;
855
855
  }) | {
@@ -861,10 +861,10 @@ export declare const makeSelectProps: <Defaults extends {
861
861
  disabled: boolean;
862
862
  persistent: boolean;
863
863
  modelValue: boolean;
864
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
864
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
865
865
  updateLocation: (e?: Event) => void;
866
866
  });
867
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
867
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
868
868
  closeDelay: string | number;
869
869
  openDelay: string | number;
870
870
  activatorProps: Record<string, any>;
@@ -900,7 +900,7 @@ export declare const makeSelectProps: <Defaults extends {
900
900
  activator?: ((arg: {
901
901
  isActive: boolean;
902
902
  props: Record<string, any>;
903
- targetRef: import("../../util").TemplateRef;
903
+ targetRef: import("../../util/index.js").TemplateRef;
904
904
  }) => import("vue").VNodeChild) | undefined;
905
905
  } | ((arg: {
906
906
  isActive: import("vue").Ref<boolean>;
@@ -912,7 +912,7 @@ export declare const makeSelectProps: <Defaults extends {
912
912
  activator?: false | ((arg: {
913
913
  isActive: boolean;
914
914
  props: Record<string, any>;
915
- targetRef: import("../../util").TemplateRef;
915
+ targetRef: import("../../util/index.js").TemplateRef;
916
916
  }) => import("vue").VNodeChild) | undefined;
917
917
  } | undefined;
918
918
  "v-slot:default"?: false | ((arg: {
@@ -921,12 +921,12 @@ export declare const makeSelectProps: <Defaults extends {
921
921
  "v-slot:activator"?: false | ((arg: {
922
922
  isActive: boolean;
923
923
  props: Record<string, any>;
924
- targetRef: import("../../util").TemplateRef;
924
+ targetRef: import("../../util/index.js").TemplateRef;
925
925
  }) => import("vue").VNodeChild) | undefined;
926
926
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
927
927
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : (Partial<{
928
- location: import("../../util").Anchor | undefined;
929
- origin: "auto" | import("../../util").Anchor | "overlap";
928
+ location: import("../../util/index.js").Anchor | undefined;
929
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
930
930
  transition: string | boolean | (import("vue").TransitionProps & {
931
931
  component?: Component;
932
932
  }) | {
@@ -938,10 +938,10 @@ export declare const makeSelectProps: <Defaults extends {
938
938
  disabled: boolean;
939
939
  persistent: boolean;
940
940
  modelValue: boolean;
941
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
941
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
942
942
  updateLocation: (e?: Event) => void;
943
943
  });
944
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
944
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
945
945
  closeDelay: string | number;
946
946
  openDelay: string | number;
947
947
  activatorProps: Record<string, any>;
@@ -955,8 +955,8 @@ export declare const makeSelectProps: <Defaults extends {
955
955
  scrim: string | boolean;
956
956
  submenu: boolean;
957
957
  }> & Omit<{
958
- location: import("../../util").Anchor | undefined;
959
- origin: "auto" | import("../../util").Anchor | "overlap";
958
+ location: import("../../util/index.js").Anchor | undefined;
959
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
960
960
  transition: string | boolean | (import("vue").TransitionProps & {
961
961
  component?: Component;
962
962
  }) | {
@@ -968,10 +968,10 @@ export declare const makeSelectProps: <Defaults extends {
968
968
  disabled: boolean;
969
969
  persistent: boolean;
970
970
  modelValue: boolean;
971
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
971
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
972
972
  updateLocation: (e?: Event) => void;
973
973
  });
974
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
974
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
975
975
  closeDelay: string | number;
976
976
  openDelay: string | number;
977
977
  activatorProps: Record<string, any>;
@@ -1007,7 +1007,7 @@ export declare const makeSelectProps: <Defaults extends {
1007
1007
  activator?: ((arg: {
1008
1008
  isActive: boolean;
1009
1009
  props: Record<string, any>;
1010
- targetRef: import("../../util").TemplateRef;
1010
+ targetRef: import("../../util/index.js").TemplateRef;
1011
1011
  }) => import("vue").VNodeChild) | undefined;
1012
1012
  } | ((arg: {
1013
1013
  isActive: import("vue").Ref<boolean>;
@@ -1019,7 +1019,7 @@ export declare const makeSelectProps: <Defaults extends {
1019
1019
  activator?: false | ((arg: {
1020
1020
  isActive: boolean;
1021
1021
  props: Record<string, any>;
1022
- targetRef: import("../../util").TemplateRef;
1022
+ targetRef: import("../../util/index.js").TemplateRef;
1023
1023
  }) => import("vue").VNodeChild) | undefined;
1024
1024
  } | undefined;
1025
1025
  "v-slot:default"?: false | ((arg: {
@@ -1028,13 +1028,13 @@ export declare const makeSelectProps: <Defaults extends {
1028
1028
  "v-slot:activator"?: false | ((arg: {
1029
1029
  isActive: boolean;
1030
1030
  props: Record<string, any>;
1031
- targetRef: import("../../util").TemplateRef;
1031
+ targetRef: import("../../util/index.js").TemplateRef;
1032
1032
  }) => import("vue").VNodeChild) | undefined;
1033
1033
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1034
1034
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | Defaults["menuProps"]>;
1035
1035
  default: unknown extends Defaults["menuProps"] ? Partial<{
1036
- location: import("../../util").Anchor | undefined;
1037
- origin: "auto" | import("../../util").Anchor | "overlap";
1036
+ location: import("../../util/index.js").Anchor | undefined;
1037
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1038
1038
  transition: string | boolean | (import("vue").TransitionProps & {
1039
1039
  component?: Component;
1040
1040
  }) | {
@@ -1046,10 +1046,10 @@ export declare const makeSelectProps: <Defaults extends {
1046
1046
  disabled: boolean;
1047
1047
  persistent: boolean;
1048
1048
  modelValue: boolean;
1049
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1049
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1050
1050
  updateLocation: (e?: Event) => void;
1051
1051
  });
1052
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1052
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1053
1053
  closeDelay: string | number;
1054
1054
  openDelay: string | number;
1055
1055
  activatorProps: Record<string, any>;
@@ -1063,8 +1063,8 @@ export declare const makeSelectProps: <Defaults extends {
1063
1063
  scrim: string | boolean;
1064
1064
  submenu: boolean;
1065
1065
  }> & Omit<{
1066
- location: import("../../util").Anchor | undefined;
1067
- origin: "auto" | import("../../util").Anchor | "overlap";
1066
+ location: import("../../util/index.js").Anchor | undefined;
1067
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1068
1068
  transition: string | boolean | (import("vue").TransitionProps & {
1069
1069
  component?: Component;
1070
1070
  }) | {
@@ -1076,10 +1076,10 @@ export declare const makeSelectProps: <Defaults extends {
1076
1076
  disabled: boolean;
1077
1077
  persistent: boolean;
1078
1078
  modelValue: boolean;
1079
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1079
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1080
1080
  updateLocation: (e?: Event) => void;
1081
1081
  });
1082
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1082
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1083
1083
  closeDelay: string | number;
1084
1084
  openDelay: string | number;
1085
1085
  activatorProps: Record<string, any>;
@@ -1115,7 +1115,7 @@ export declare const makeSelectProps: <Defaults extends {
1115
1115
  activator?: ((arg: {
1116
1116
  isActive: boolean;
1117
1117
  props: Record<string, any>;
1118
- targetRef: import("../../util").TemplateRef;
1118
+ targetRef: import("../../util/index.js").TemplateRef;
1119
1119
  }) => import("vue").VNodeChild) | undefined;
1120
1120
  } | ((arg: {
1121
1121
  isActive: import("vue").Ref<boolean>;
@@ -1127,7 +1127,7 @@ export declare const makeSelectProps: <Defaults extends {
1127
1127
  activator?: false | ((arg: {
1128
1128
  isActive: boolean;
1129
1129
  props: Record<string, any>;
1130
- targetRef: import("../../util").TemplateRef;
1130
+ targetRef: import("../../util/index.js").TemplateRef;
1131
1131
  }) => import("vue").VNodeChild) | undefined;
1132
1132
  } | undefined;
1133
1133
  "v-slot:default"?: false | ((arg: {
@@ -1136,12 +1136,12 @@ export declare const makeSelectProps: <Defaults extends {
1136
1136
  "v-slot:activator"?: false | ((arg: {
1137
1137
  isActive: boolean;
1138
1138
  props: Record<string, any>;
1139
- targetRef: import("../../util").TemplateRef;
1139
+ targetRef: import("../../util/index.js").TemplateRef;
1140
1140
  }) => import("vue").VNodeChild) | undefined;
1141
1141
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1142
1142
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : Defaults["menuProps"] | NonNullable<Partial<{
1143
- location: import("../../util").Anchor | undefined;
1144
- origin: "auto" | import("../../util").Anchor | "overlap";
1143
+ location: import("../../util/index.js").Anchor | undefined;
1144
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1145
1145
  transition: string | boolean | (import("vue").TransitionProps & {
1146
1146
  component?: Component;
1147
1147
  }) | {
@@ -1153,10 +1153,10 @@ export declare const makeSelectProps: <Defaults extends {
1153
1153
  disabled: boolean;
1154
1154
  persistent: boolean;
1155
1155
  modelValue: boolean;
1156
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1156
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1157
1157
  updateLocation: (e?: Event) => void;
1158
1158
  });
1159
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1159
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1160
1160
  closeDelay: string | number;
1161
1161
  openDelay: string | number;
1162
1162
  activatorProps: Record<string, any>;
@@ -1170,8 +1170,8 @@ export declare const makeSelectProps: <Defaults extends {
1170
1170
  scrim: string | boolean;
1171
1171
  submenu: boolean;
1172
1172
  }> & Omit<{
1173
- location: import("../../util").Anchor | undefined;
1174
- origin: "auto" | import("../../util").Anchor | "overlap";
1173
+ location: import("../../util/index.js").Anchor | undefined;
1174
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1175
1175
  transition: string | boolean | (import("vue").TransitionProps & {
1176
1176
  component?: Component;
1177
1177
  }) | {
@@ -1183,10 +1183,10 @@ export declare const makeSelectProps: <Defaults extends {
1183
1183
  disabled: boolean;
1184
1184
  persistent: boolean;
1185
1185
  modelValue: boolean;
1186
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1186
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1187
1187
  updateLocation: (e?: Event) => void;
1188
1188
  });
1189
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1189
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1190
1190
  closeDelay: string | number;
1191
1191
  openDelay: string | number;
1192
1192
  activatorProps: Record<string, any>;
@@ -1222,7 +1222,7 @@ export declare const makeSelectProps: <Defaults extends {
1222
1222
  activator?: ((arg: {
1223
1223
  isActive: boolean;
1224
1224
  props: Record<string, any>;
1225
- targetRef: import("../../util").TemplateRef;
1225
+ targetRef: import("../../util/index.js").TemplateRef;
1226
1226
  }) => import("vue").VNodeChild) | undefined;
1227
1227
  } | ((arg: {
1228
1228
  isActive: import("vue").Ref<boolean>;
@@ -1234,7 +1234,7 @@ export declare const makeSelectProps: <Defaults extends {
1234
1234
  activator?: false | ((arg: {
1235
1235
  isActive: boolean;
1236
1236
  props: Record<string, any>;
1237
- targetRef: import("../../util").TemplateRef;
1237
+ targetRef: import("../../util/index.js").TemplateRef;
1238
1238
  }) => import("vue").VNodeChild) | undefined;
1239
1239
  } | undefined;
1240
1240
  "v-slot:default"?: false | ((arg: {
@@ -1243,7 +1243,7 @@ export declare const makeSelectProps: <Defaults extends {
1243
1243
  "v-slot:activator"?: false | ((arg: {
1244
1244
  isActive: boolean;
1245
1245
  props: Record<string, any>;
1246
- targetRef: import("../../util").TemplateRef;
1246
+ targetRef: import("../../util/index.js").TemplateRef;
1247
1247
  }) => import("vue").VNodeChild) | undefined;
1248
1248
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1249
1249
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">>;
@@ -1595,14 +1595,14 @@ export declare const makeVSelectProps: <Defaults extends {
1595
1595
  default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
1596
1596
  };
1597
1597
  rules: unknown extends Defaults["rules"] ? {
1598
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1598
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1599
1599
  default: () => never[];
1600
1600
  } : Omit<{
1601
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1601
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1602
1602
  default: () => never[];
1603
1603
  }, "type" | "default"> & {
1604
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
1605
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
1604
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
1605
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
1606
1606
  };
1607
1607
  modelValue: unknown extends Defaults["modelValue"] ? {
1608
1608
  type: PropType<any>;
@@ -1633,16 +1633,16 @@ export declare const makeVSelectProps: <Defaults extends {
1633
1633
  default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
1634
1634
  };
1635
1635
  density: unknown extends Defaults["density"] ? {
1636
- type: PropType<import("../../composables/density").Density>;
1636
+ type: PropType<import("../../composables/density.js").Density>;
1637
1637
  default: string;
1638
1638
  validator: (v: any) => boolean;
1639
1639
  } : Omit<{
1640
- type: PropType<import("../../composables/density").Density>;
1640
+ type: PropType<import("../../composables/density.js").Density>;
1641
1641
  default: string;
1642
1642
  validator: (v: any) => boolean;
1643
1643
  }, "type" | "default"> & {
1644
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
1645
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
1644
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
1645
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
1646
1646
  };
1647
1647
  baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
1648
1648
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
@@ -1753,10 +1753,10 @@ export declare const makeVSelectProps: <Defaults extends {
1753
1753
  default: unknown extends Defaults["modelModifiers"] ? Record<string, boolean> : Record<string, boolean> | Defaults["modelModifiers"];
1754
1754
  };
1755
1755
  items: unknown extends Defaults["items"] ? {
1756
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
1756
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
1757
1757
  default: () => never[];
1758
1758
  } : Omit<{
1759
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
1759
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
1760
1760
  default: () => never[];
1761
1761
  }, "type" | "default"> & {
1762
1762
  type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
@@ -1866,17 +1866,17 @@ export declare const makeVSelectProps: <Defaults extends {
1866
1866
  nav: boolean;
1867
1867
  style: import("vue").StyleValue;
1868
1868
  disabled: boolean;
1869
- tag: string | import("../../util").JSXComponent;
1869
+ tag: string | import("../../util/index.js").JSXComponent;
1870
1870
  lines: false | "one" | "two" | "three";
1871
1871
  mandatory: boolean;
1872
1872
  rounded: string | number | boolean;
1873
1873
  tile: boolean;
1874
- density: import("../../composables/density").Density;
1874
+ density: import("../../composables/density.js").Density;
1875
1875
  slim: boolean;
1876
1876
  activatable: boolean;
1877
1877
  selectable: boolean;
1878
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1879
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1878
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1879
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1880
1880
  returnObject: boolean;
1881
1881
  itemType: string;
1882
1882
  }> & Omit<{
@@ -1884,16 +1884,16 @@ export declare const makeVSelectProps: <Defaults extends {
1884
1884
  nav: boolean;
1885
1885
  style: import("vue").StyleValue;
1886
1886
  disabled: boolean;
1887
- tag: string | import("../../util").JSXComponent;
1887
+ tag: string | import("../../util/index.js").JSXComponent;
1888
1888
  lines: false | "one" | "two" | "three";
1889
1889
  mandatory: boolean;
1890
1890
  tile: boolean;
1891
- density: import("../../composables/density").Density;
1891
+ density: import("../../composables/density.js").Density;
1892
1892
  slim: boolean;
1893
1893
  activatable: boolean;
1894
1894
  selectable: boolean;
1895
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1896
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1895
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1896
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1897
1897
  returnObject: boolean;
1898
1898
  itemType: string;
1899
1899
  height?: string | number | undefined;
@@ -1914,7 +1914,7 @@ export declare const makeVSelectProps: <Defaults extends {
1914
1914
  activeColor?: string | undefined;
1915
1915
  valueComparator?: typeof deepEqual | undefined;
1916
1916
  activeClass?: string | undefined;
1917
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
1917
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
1918
1918
  collapseIcon?: IconValue | undefined;
1919
1919
  expandIcon?: IconValue | undefined;
1920
1920
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -1945,101 +1945,101 @@ export declare const makeVSelectProps: <Defaults extends {
1945
1945
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
1946
1946
  } & {
1947
1947
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1948
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1948
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1949
1949
  item: any;
1950
1950
  }) => import("vue").VNodeChild) | undefined;
1951
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
1951
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1952
1952
  item: any;
1953
1953
  }) => import("vue").VNodeChild) | undefined;
1954
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
1954
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1955
1955
  item: any;
1956
1956
  }) => import("vue").VNodeChild) | undefined;
1957
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1957
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1958
1958
  item: any;
1959
1959
  }) => import("vue").VNodeChild) | undefined;
1960
1960
  default?: (() => import("vue").VNodeChild) | undefined;
1961
1961
  item?: ((arg: {
1962
- props: import("../VList/VList").InternalListItem["props"];
1962
+ props: import("../VList/VList.js").InternalListItem["props"];
1963
1963
  }) => import("vue").VNodeChild) | undefined;
1964
1964
  divider?: ((arg: {
1965
- props: import("../VList/VList").InternalListItem["props"];
1965
+ props: import("../VList/VList.js").InternalListItem["props"];
1966
1966
  }) => import("vue").VNodeChild) | undefined;
1967
1967
  subheader?: ((arg: {
1968
- props: import("../VList/VList").InternalListItem["props"];
1968
+ props: import("../VList/VList.js").InternalListItem["props"];
1969
1969
  }) => import("vue").VNodeChild) | undefined;
1970
1970
  header?: ((arg: {
1971
- props: import("../VList/VList").InternalListItem["props"];
1971
+ props: import("../VList/VList.js").InternalListItem["props"];
1972
1972
  }) => import("vue").VNodeChild) | undefined;
1973
1973
  };
1974
1974
  'v-slots'?: {
1975
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1975
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1976
1976
  item: any;
1977
1977
  }) => import("vue").VNodeChild) | undefined;
1978
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1978
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1979
1979
  item: any;
1980
1980
  }) => import("vue").VNodeChild) | undefined;
1981
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1981
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1982
1982
  item: any;
1983
1983
  }) => import("vue").VNodeChild) | undefined;
1984
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1984
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1985
1985
  item: any;
1986
1986
  }) => import("vue").VNodeChild) | undefined;
1987
1987
  default?: false | (() => import("vue").VNodeChild) | undefined;
1988
1988
  item?: false | ((arg: {
1989
- props: import("../VList/VList").InternalListItem["props"];
1989
+ props: import("../VList/VList.js").InternalListItem["props"];
1990
1990
  }) => import("vue").VNodeChild) | undefined;
1991
1991
  divider?: false | ((arg: {
1992
- props: import("../VList/VList").InternalListItem["props"];
1992
+ props: import("../VList/VList.js").InternalListItem["props"];
1993
1993
  }) => import("vue").VNodeChild) | undefined;
1994
1994
  subheader?: false | ((arg: {
1995
- props: import("../VList/VList").InternalListItem["props"];
1995
+ props: import("../VList/VList.js").InternalListItem["props"];
1996
1996
  }) => import("vue").VNodeChild) | undefined;
1997
1997
  header?: false | ((arg: {
1998
- props: import("../VList/VList").InternalListItem["props"];
1998
+ props: import("../VList/VList.js").InternalListItem["props"];
1999
1999
  }) => import("vue").VNodeChild) | undefined;
2000
2000
  } | undefined;
2001
2001
  } & {
2002
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2002
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2003
2003
  item: any;
2004
2004
  }) => import("vue").VNodeChild) | undefined;
2005
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2005
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2006
2006
  item: any;
2007
2007
  }) => import("vue").VNodeChild) | undefined;
2008
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2008
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2009
2009
  item: any;
2010
2010
  }) => import("vue").VNodeChild) | undefined;
2011
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2011
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2012
2012
  item: any;
2013
2013
  }) => import("vue").VNodeChild) | undefined;
2014
2014
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2015
2015
  "v-slot:item"?: false | ((arg: {
2016
- props: import("../VList/VList").InternalListItem["props"];
2016
+ props: import("../VList/VList.js").InternalListItem["props"];
2017
2017
  }) => import("vue").VNodeChild) | undefined;
2018
2018
  "v-slot:divider"?: false | ((arg: {
2019
- props: import("../VList/VList").InternalListItem["props"];
2019
+ props: import("../VList/VList.js").InternalListItem["props"];
2020
2020
  }) => import("vue").VNodeChild) | undefined;
2021
2021
  "v-slot:subheader"?: false | ((arg: {
2022
- props: import("../VList/VList").InternalListItem["props"];
2022
+ props: import("../VList/VList.js").InternalListItem["props"];
2023
2023
  }) => import("vue").VNodeChild) | undefined;
2024
2024
  "v-slot:header"?: false | ((arg: {
2025
- props: import("../VList/VList").InternalListItem["props"];
2025
+ props: import("../VList/VList.js").InternalListItem["props"];
2026
2026
  }) => import("vue").VNodeChild) | undefined;
2027
2027
  } : (Partial<{
2028
2028
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2029
2029
  nav: boolean;
2030
2030
  style: import("vue").StyleValue;
2031
2031
  disabled: boolean;
2032
- tag: string | import("../../util").JSXComponent;
2032
+ tag: string | import("../../util/index.js").JSXComponent;
2033
2033
  lines: false | "one" | "two" | "three";
2034
2034
  mandatory: boolean;
2035
2035
  rounded: string | number | boolean;
2036
2036
  tile: boolean;
2037
- density: import("../../composables/density").Density;
2037
+ density: import("../../composables/density.js").Density;
2038
2038
  slim: boolean;
2039
2039
  activatable: boolean;
2040
2040
  selectable: boolean;
2041
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2042
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2041
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2042
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2043
2043
  returnObject: boolean;
2044
2044
  itemType: string;
2045
2045
  }> & Omit<{
@@ -2047,16 +2047,16 @@ export declare const makeVSelectProps: <Defaults extends {
2047
2047
  nav: boolean;
2048
2048
  style: import("vue").StyleValue;
2049
2049
  disabled: boolean;
2050
- tag: string | import("../../util").JSXComponent;
2050
+ tag: string | import("../../util/index.js").JSXComponent;
2051
2051
  lines: false | "one" | "two" | "three";
2052
2052
  mandatory: boolean;
2053
2053
  tile: boolean;
2054
- density: import("../../composables/density").Density;
2054
+ density: import("../../composables/density.js").Density;
2055
2055
  slim: boolean;
2056
2056
  activatable: boolean;
2057
2057
  selectable: boolean;
2058
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2059
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2058
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2059
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2060
2060
  returnObject: boolean;
2061
2061
  itemType: string;
2062
2062
  height?: string | number | undefined;
@@ -2077,7 +2077,7 @@ export declare const makeVSelectProps: <Defaults extends {
2077
2077
  activeColor?: string | undefined;
2078
2078
  valueComparator?: typeof deepEqual | undefined;
2079
2079
  activeClass?: string | undefined;
2080
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
2080
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
2081
2081
  collapseIcon?: IconValue | undefined;
2082
2082
  expandIcon?: IconValue | undefined;
2083
2083
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -2108,84 +2108,84 @@ export declare const makeVSelectProps: <Defaults extends {
2108
2108
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
2109
2109
  } & {
2110
2110
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
2111
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2111
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2112
2112
  item: any;
2113
2113
  }) => import("vue").VNodeChild) | undefined;
2114
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
2114
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2115
2115
  item: any;
2116
2116
  }) => import("vue").VNodeChild) | undefined;
2117
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
2117
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2118
2118
  item: any;
2119
2119
  }) => import("vue").VNodeChild) | undefined;
2120
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2120
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2121
2121
  item: any;
2122
2122
  }) => import("vue").VNodeChild) | undefined;
2123
2123
  default?: (() => import("vue").VNodeChild) | undefined;
2124
2124
  item?: ((arg: {
2125
- props: import("../VList/VList").InternalListItem["props"];
2125
+ props: import("../VList/VList.js").InternalListItem["props"];
2126
2126
  }) => import("vue").VNodeChild) | undefined;
2127
2127
  divider?: ((arg: {
2128
- props: import("../VList/VList").InternalListItem["props"];
2128
+ props: import("../VList/VList.js").InternalListItem["props"];
2129
2129
  }) => import("vue").VNodeChild) | undefined;
2130
2130
  subheader?: ((arg: {
2131
- props: import("../VList/VList").InternalListItem["props"];
2131
+ props: import("../VList/VList.js").InternalListItem["props"];
2132
2132
  }) => import("vue").VNodeChild) | undefined;
2133
2133
  header?: ((arg: {
2134
- props: import("../VList/VList").InternalListItem["props"];
2134
+ props: import("../VList/VList.js").InternalListItem["props"];
2135
2135
  }) => import("vue").VNodeChild) | undefined;
2136
2136
  };
2137
2137
  'v-slots'?: {
2138
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2138
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2139
2139
  item: any;
2140
2140
  }) => import("vue").VNodeChild) | undefined;
2141
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2141
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2142
2142
  item: any;
2143
2143
  }) => import("vue").VNodeChild) | undefined;
2144
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2144
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2145
2145
  item: any;
2146
2146
  }) => import("vue").VNodeChild) | undefined;
2147
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2147
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2148
2148
  item: any;
2149
2149
  }) => import("vue").VNodeChild) | undefined;
2150
2150
  default?: false | (() => import("vue").VNodeChild) | undefined;
2151
2151
  item?: false | ((arg: {
2152
- props: import("../VList/VList").InternalListItem["props"];
2152
+ props: import("../VList/VList.js").InternalListItem["props"];
2153
2153
  }) => import("vue").VNodeChild) | undefined;
2154
2154
  divider?: false | ((arg: {
2155
- props: import("../VList/VList").InternalListItem["props"];
2155
+ props: import("../VList/VList.js").InternalListItem["props"];
2156
2156
  }) => import("vue").VNodeChild) | undefined;
2157
2157
  subheader?: false | ((arg: {
2158
- props: import("../VList/VList").InternalListItem["props"];
2158
+ props: import("../VList/VList.js").InternalListItem["props"];
2159
2159
  }) => import("vue").VNodeChild) | undefined;
2160
2160
  header?: false | ((arg: {
2161
- props: import("../VList/VList").InternalListItem["props"];
2161
+ props: import("../VList/VList.js").InternalListItem["props"];
2162
2162
  }) => import("vue").VNodeChild) | undefined;
2163
2163
  } | undefined;
2164
2164
  } & {
2165
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2165
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2166
2166
  item: any;
2167
2167
  }) => import("vue").VNodeChild) | undefined;
2168
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2168
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2169
2169
  item: any;
2170
2170
  }) => import("vue").VNodeChild) | undefined;
2171
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2171
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2172
2172
  item: any;
2173
2173
  }) => import("vue").VNodeChild) | undefined;
2174
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2174
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2175
2175
  item: any;
2176
2176
  }) => import("vue").VNodeChild) | undefined;
2177
2177
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2178
2178
  "v-slot:item"?: false | ((arg: {
2179
- props: import("../VList/VList").InternalListItem["props"];
2179
+ props: import("../VList/VList.js").InternalListItem["props"];
2180
2180
  }) => import("vue").VNodeChild) | undefined;
2181
2181
  "v-slot:divider"?: false | ((arg: {
2182
- props: import("../VList/VList").InternalListItem["props"];
2182
+ props: import("../VList/VList.js").InternalListItem["props"];
2183
2183
  }) => import("vue").VNodeChild) | undefined;
2184
2184
  "v-slot:subheader"?: false | ((arg: {
2185
- props: import("../VList/VList").InternalListItem["props"];
2185
+ props: import("../VList/VList.js").InternalListItem["props"];
2186
2186
  }) => import("vue").VNodeChild) | undefined;
2187
2187
  "v-slot:header"?: false | ((arg: {
2188
- props: import("../VList/VList").InternalListItem["props"];
2188
+ props: import("../VList/VList.js").InternalListItem["props"];
2189
2189
  }) => import("vue").VNodeChild) | undefined;
2190
2190
  }) | Defaults["listProps"]>;
2191
2191
  default: unknown extends Defaults["listProps"] ? Partial<{
@@ -2193,17 +2193,17 @@ export declare const makeVSelectProps: <Defaults extends {
2193
2193
  nav: boolean;
2194
2194
  style: import("vue").StyleValue;
2195
2195
  disabled: boolean;
2196
- tag: string | import("../../util").JSXComponent;
2196
+ tag: string | import("../../util/index.js").JSXComponent;
2197
2197
  lines: false | "one" | "two" | "three";
2198
2198
  mandatory: boolean;
2199
2199
  rounded: string | number | boolean;
2200
2200
  tile: boolean;
2201
- density: import("../../composables/density").Density;
2201
+ density: import("../../composables/density.js").Density;
2202
2202
  slim: boolean;
2203
2203
  activatable: boolean;
2204
2204
  selectable: boolean;
2205
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2206
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2205
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2206
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2207
2207
  returnObject: boolean;
2208
2208
  itemType: string;
2209
2209
  }> & Omit<{
@@ -2211,16 +2211,16 @@ export declare const makeVSelectProps: <Defaults extends {
2211
2211
  nav: boolean;
2212
2212
  style: import("vue").StyleValue;
2213
2213
  disabled: boolean;
2214
- tag: string | import("../../util").JSXComponent;
2214
+ tag: string | import("../../util/index.js").JSXComponent;
2215
2215
  lines: false | "one" | "two" | "three";
2216
2216
  mandatory: boolean;
2217
2217
  tile: boolean;
2218
- density: import("../../composables/density").Density;
2218
+ density: import("../../composables/density.js").Density;
2219
2219
  slim: boolean;
2220
2220
  activatable: boolean;
2221
2221
  selectable: boolean;
2222
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2223
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2222
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2223
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2224
2224
  returnObject: boolean;
2225
2225
  itemType: string;
2226
2226
  height?: string | number | undefined;
@@ -2241,7 +2241,7 @@ export declare const makeVSelectProps: <Defaults extends {
2241
2241
  activeColor?: string | undefined;
2242
2242
  valueComparator?: typeof deepEqual | undefined;
2243
2243
  activeClass?: string | undefined;
2244
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
2244
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
2245
2245
  collapseIcon?: IconValue | undefined;
2246
2246
  expandIcon?: IconValue | undefined;
2247
2247
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -2272,101 +2272,101 @@ export declare const makeVSelectProps: <Defaults extends {
2272
2272
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
2273
2273
  } & {
2274
2274
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
2275
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2275
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2276
2276
  item: any;
2277
2277
  }) => import("vue").VNodeChild) | undefined;
2278
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
2278
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2279
2279
  item: any;
2280
2280
  }) => import("vue").VNodeChild) | undefined;
2281
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
2281
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2282
2282
  item: any;
2283
2283
  }) => import("vue").VNodeChild) | undefined;
2284
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2284
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2285
2285
  item: any;
2286
2286
  }) => import("vue").VNodeChild) | undefined;
2287
2287
  default?: (() => import("vue").VNodeChild) | undefined;
2288
2288
  item?: ((arg: {
2289
- props: import("../VList/VList").InternalListItem["props"];
2289
+ props: import("../VList/VList.js").InternalListItem["props"];
2290
2290
  }) => import("vue").VNodeChild) | undefined;
2291
2291
  divider?: ((arg: {
2292
- props: import("../VList/VList").InternalListItem["props"];
2292
+ props: import("../VList/VList.js").InternalListItem["props"];
2293
2293
  }) => import("vue").VNodeChild) | undefined;
2294
2294
  subheader?: ((arg: {
2295
- props: import("../VList/VList").InternalListItem["props"];
2295
+ props: import("../VList/VList.js").InternalListItem["props"];
2296
2296
  }) => import("vue").VNodeChild) | undefined;
2297
2297
  header?: ((arg: {
2298
- props: import("../VList/VList").InternalListItem["props"];
2298
+ props: import("../VList/VList.js").InternalListItem["props"];
2299
2299
  }) => import("vue").VNodeChild) | undefined;
2300
2300
  };
2301
2301
  'v-slots'?: {
2302
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2302
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2303
2303
  item: any;
2304
2304
  }) => import("vue").VNodeChild) | undefined;
2305
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2305
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2306
2306
  item: any;
2307
2307
  }) => import("vue").VNodeChild) | undefined;
2308
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2308
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2309
2309
  item: any;
2310
2310
  }) => import("vue").VNodeChild) | undefined;
2311
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2311
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2312
2312
  item: any;
2313
2313
  }) => import("vue").VNodeChild) | undefined;
2314
2314
  default?: false | (() => import("vue").VNodeChild) | undefined;
2315
2315
  item?: false | ((arg: {
2316
- props: import("../VList/VList").InternalListItem["props"];
2316
+ props: import("../VList/VList.js").InternalListItem["props"];
2317
2317
  }) => import("vue").VNodeChild) | undefined;
2318
2318
  divider?: false | ((arg: {
2319
- props: import("../VList/VList").InternalListItem["props"];
2319
+ props: import("../VList/VList.js").InternalListItem["props"];
2320
2320
  }) => import("vue").VNodeChild) | undefined;
2321
2321
  subheader?: false | ((arg: {
2322
- props: import("../VList/VList").InternalListItem["props"];
2322
+ props: import("../VList/VList.js").InternalListItem["props"];
2323
2323
  }) => import("vue").VNodeChild) | undefined;
2324
2324
  header?: false | ((arg: {
2325
- props: import("../VList/VList").InternalListItem["props"];
2325
+ props: import("../VList/VList.js").InternalListItem["props"];
2326
2326
  }) => import("vue").VNodeChild) | undefined;
2327
2327
  } | undefined;
2328
2328
  } & {
2329
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2329
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2330
2330
  item: any;
2331
2331
  }) => import("vue").VNodeChild) | undefined;
2332
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2332
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2333
2333
  item: any;
2334
2334
  }) => import("vue").VNodeChild) | undefined;
2335
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2335
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2336
2336
  item: any;
2337
2337
  }) => import("vue").VNodeChild) | undefined;
2338
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2338
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2339
2339
  item: any;
2340
2340
  }) => import("vue").VNodeChild) | undefined;
2341
2341
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2342
2342
  "v-slot:item"?: false | ((arg: {
2343
- props: import("../VList/VList").InternalListItem["props"];
2343
+ props: import("../VList/VList.js").InternalListItem["props"];
2344
2344
  }) => import("vue").VNodeChild) | undefined;
2345
2345
  "v-slot:divider"?: false | ((arg: {
2346
- props: import("../VList/VList").InternalListItem["props"];
2346
+ props: import("../VList/VList.js").InternalListItem["props"];
2347
2347
  }) => import("vue").VNodeChild) | undefined;
2348
2348
  "v-slot:subheader"?: false | ((arg: {
2349
- props: import("../VList/VList").InternalListItem["props"];
2349
+ props: import("../VList/VList.js").InternalListItem["props"];
2350
2350
  }) => import("vue").VNodeChild) | undefined;
2351
2351
  "v-slot:header"?: false | ((arg: {
2352
- props: import("../VList/VList").InternalListItem["props"];
2352
+ props: import("../VList/VList.js").InternalListItem["props"];
2353
2353
  }) => import("vue").VNodeChild) | undefined;
2354
2354
  } : NonNullable<Partial<{
2355
2355
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2356
2356
  nav: boolean;
2357
2357
  style: import("vue").StyleValue;
2358
2358
  disabled: boolean;
2359
- tag: string | import("../../util").JSXComponent;
2359
+ tag: string | import("../../util/index.js").JSXComponent;
2360
2360
  lines: false | "one" | "two" | "three";
2361
2361
  mandatory: boolean;
2362
2362
  rounded: string | number | boolean;
2363
2363
  tile: boolean;
2364
- density: import("../../composables/density").Density;
2364
+ density: import("../../composables/density.js").Density;
2365
2365
  slim: boolean;
2366
2366
  activatable: boolean;
2367
2367
  selectable: boolean;
2368
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2369
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2368
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2369
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2370
2370
  returnObject: boolean;
2371
2371
  itemType: string;
2372
2372
  }> & Omit<{
@@ -2374,16 +2374,16 @@ export declare const makeVSelectProps: <Defaults extends {
2374
2374
  nav: boolean;
2375
2375
  style: import("vue").StyleValue;
2376
2376
  disabled: boolean;
2377
- tag: string | import("../../util").JSXComponent;
2377
+ tag: string | import("../../util/index.js").JSXComponent;
2378
2378
  lines: false | "one" | "two" | "three";
2379
2379
  mandatory: boolean;
2380
2380
  tile: boolean;
2381
- density: import("../../composables/density").Density;
2381
+ density: import("../../composables/density.js").Density;
2382
2382
  slim: boolean;
2383
2383
  activatable: boolean;
2384
2384
  selectable: boolean;
2385
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2386
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2385
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2386
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2387
2387
  returnObject: boolean;
2388
2388
  itemType: string;
2389
2389
  height?: string | number | undefined;
@@ -2404,7 +2404,7 @@ export declare const makeVSelectProps: <Defaults extends {
2404
2404
  activeColor?: string | undefined;
2405
2405
  valueComparator?: typeof deepEqual | undefined;
2406
2406
  activeClass?: string | undefined;
2407
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
2407
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
2408
2408
  collapseIcon?: IconValue | undefined;
2409
2409
  expandIcon?: IconValue | undefined;
2410
2410
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -2435,84 +2435,84 @@ export declare const makeVSelectProps: <Defaults extends {
2435
2435
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
2436
2436
  } & {
2437
2437
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
2438
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2438
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2439
2439
  item: any;
2440
2440
  }) => import("vue").VNodeChild) | undefined;
2441
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
2441
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2442
2442
  item: any;
2443
2443
  }) => import("vue").VNodeChild) | undefined;
2444
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
2444
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2445
2445
  item: any;
2446
2446
  }) => import("vue").VNodeChild) | undefined;
2447
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2447
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2448
2448
  item: any;
2449
2449
  }) => import("vue").VNodeChild) | undefined;
2450
2450
  default?: (() => import("vue").VNodeChild) | undefined;
2451
2451
  item?: ((arg: {
2452
- props: import("../VList/VList").InternalListItem["props"];
2452
+ props: import("../VList/VList.js").InternalListItem["props"];
2453
2453
  }) => import("vue").VNodeChild) | undefined;
2454
2454
  divider?: ((arg: {
2455
- props: import("../VList/VList").InternalListItem["props"];
2455
+ props: import("../VList/VList.js").InternalListItem["props"];
2456
2456
  }) => import("vue").VNodeChild) | undefined;
2457
2457
  subheader?: ((arg: {
2458
- props: import("../VList/VList").InternalListItem["props"];
2458
+ props: import("../VList/VList.js").InternalListItem["props"];
2459
2459
  }) => import("vue").VNodeChild) | undefined;
2460
2460
  header?: ((arg: {
2461
- props: import("../VList/VList").InternalListItem["props"];
2461
+ props: import("../VList/VList.js").InternalListItem["props"];
2462
2462
  }) => import("vue").VNodeChild) | undefined;
2463
2463
  };
2464
2464
  'v-slots'?: {
2465
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2465
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2466
2466
  item: any;
2467
2467
  }) => import("vue").VNodeChild) | undefined;
2468
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2468
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2469
2469
  item: any;
2470
2470
  }) => import("vue").VNodeChild) | undefined;
2471
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2471
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2472
2472
  item: any;
2473
2473
  }) => import("vue").VNodeChild) | undefined;
2474
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2474
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2475
2475
  item: any;
2476
2476
  }) => import("vue").VNodeChild) | undefined;
2477
2477
  default?: false | (() => import("vue").VNodeChild) | undefined;
2478
2478
  item?: false | ((arg: {
2479
- props: import("../VList/VList").InternalListItem["props"];
2479
+ props: import("../VList/VList.js").InternalListItem["props"];
2480
2480
  }) => import("vue").VNodeChild) | undefined;
2481
2481
  divider?: false | ((arg: {
2482
- props: import("../VList/VList").InternalListItem["props"];
2482
+ props: import("../VList/VList.js").InternalListItem["props"];
2483
2483
  }) => import("vue").VNodeChild) | undefined;
2484
2484
  subheader?: false | ((arg: {
2485
- props: import("../VList/VList").InternalListItem["props"];
2485
+ props: import("../VList/VList.js").InternalListItem["props"];
2486
2486
  }) => import("vue").VNodeChild) | undefined;
2487
2487
  header?: false | ((arg: {
2488
- props: import("../VList/VList").InternalListItem["props"];
2488
+ props: import("../VList/VList.js").InternalListItem["props"];
2489
2489
  }) => import("vue").VNodeChild) | undefined;
2490
2490
  } | undefined;
2491
2491
  } & {
2492
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2492
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2493
2493
  item: any;
2494
2494
  }) => import("vue").VNodeChild) | undefined;
2495
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2495
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2496
2496
  item: any;
2497
2497
  }) => import("vue").VNodeChild) | undefined;
2498
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2498
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2499
2499
  item: any;
2500
2500
  }) => import("vue").VNodeChild) | undefined;
2501
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2501
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2502
2502
  item: any;
2503
2503
  }) => import("vue").VNodeChild) | undefined;
2504
2504
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2505
2505
  "v-slot:item"?: false | ((arg: {
2506
- props: import("../VList/VList").InternalListItem["props"];
2506
+ props: import("../VList/VList.js").InternalListItem["props"];
2507
2507
  }) => import("vue").VNodeChild) | undefined;
2508
2508
  "v-slot:divider"?: false | ((arg: {
2509
- props: import("../VList/VList").InternalListItem["props"];
2509
+ props: import("../VList/VList.js").InternalListItem["props"];
2510
2510
  }) => import("vue").VNodeChild) | undefined;
2511
2511
  "v-slot:subheader"?: false | ((arg: {
2512
- props: import("../VList/VList").InternalListItem["props"];
2512
+ props: import("../VList/VList.js").InternalListItem["props"];
2513
2513
  }) => import("vue").VNodeChild) | undefined;
2514
2514
  "v-slot:header"?: false | ((arg: {
2515
- props: import("../VList/VList").InternalListItem["props"];
2515
+ props: import("../VList/VList.js").InternalListItem["props"];
2516
2516
  }) => import("vue").VNodeChild) | undefined;
2517
2517
  }> | Defaults["listProps"];
2518
2518
  };
@@ -2536,8 +2536,8 @@ export declare const makeVSelectProps: <Defaults extends {
2536
2536
  type: PropType<VMenu["$props"]>;
2537
2537
  }, "type" | "default"> & {
2538
2538
  type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
2539
- location: import("../../util").Anchor | undefined;
2540
- origin: "auto" | import("../../util").Anchor | "overlap";
2539
+ location: import("../../util/index.js").Anchor | undefined;
2540
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2541
2541
  transition: string | boolean | (import("vue").TransitionProps & {
2542
2542
  component?: Component;
2543
2543
  }) | {
@@ -2549,10 +2549,10 @@ export declare const makeVSelectProps: <Defaults extends {
2549
2549
  disabled: boolean;
2550
2550
  persistent: boolean;
2551
2551
  modelValue: boolean;
2552
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2552
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2553
2553
  updateLocation: (e?: Event) => void;
2554
2554
  });
2555
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2555
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2556
2556
  closeDelay: string | number;
2557
2557
  openDelay: string | number;
2558
2558
  activatorProps: Record<string, any>;
@@ -2566,8 +2566,8 @@ export declare const makeVSelectProps: <Defaults extends {
2566
2566
  scrim: string | boolean;
2567
2567
  submenu: boolean;
2568
2568
  }> & Omit<{
2569
- location: import("../../util").Anchor | undefined;
2570
- origin: "auto" | import("../../util").Anchor | "overlap";
2569
+ location: import("../../util/index.js").Anchor | undefined;
2570
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2571
2571
  transition: string | boolean | (import("vue").TransitionProps & {
2572
2572
  component?: Component;
2573
2573
  }) | {
@@ -2579,10 +2579,10 @@ export declare const makeVSelectProps: <Defaults extends {
2579
2579
  disabled: boolean;
2580
2580
  persistent: boolean;
2581
2581
  modelValue: boolean;
2582
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2582
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2583
2583
  updateLocation: (e?: Event) => void;
2584
2584
  });
2585
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2585
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2586
2586
  closeDelay: string | number;
2587
2587
  openDelay: string | number;
2588
2588
  activatorProps: Record<string, any>;
@@ -2618,7 +2618,7 @@ export declare const makeVSelectProps: <Defaults extends {
2618
2618
  activator?: ((arg: {
2619
2619
  isActive: boolean;
2620
2620
  props: Record<string, any>;
2621
- targetRef: import("../../util").TemplateRef;
2621
+ targetRef: import("../../util/index.js").TemplateRef;
2622
2622
  }) => import("vue").VNodeChild) | undefined;
2623
2623
  } | ((arg: {
2624
2624
  isActive: import("vue").Ref<boolean>;
@@ -2630,7 +2630,7 @@ export declare const makeVSelectProps: <Defaults extends {
2630
2630
  activator?: false | ((arg: {
2631
2631
  isActive: boolean;
2632
2632
  props: Record<string, any>;
2633
- targetRef: import("../../util").TemplateRef;
2633
+ targetRef: import("../../util/index.js").TemplateRef;
2634
2634
  }) => import("vue").VNodeChild) | undefined;
2635
2635
  } | undefined;
2636
2636
  "v-slot:default"?: false | ((arg: {
@@ -2639,12 +2639,12 @@ export declare const makeVSelectProps: <Defaults extends {
2639
2639
  "v-slot:activator"?: false | ((arg: {
2640
2640
  isActive: boolean;
2641
2641
  props: Record<string, any>;
2642
- targetRef: import("../../util").TemplateRef;
2642
+ targetRef: import("../../util/index.js").TemplateRef;
2643
2643
  }) => import("vue").VNodeChild) | undefined;
2644
2644
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2645
2645
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : (Partial<{
2646
- location: import("../../util").Anchor | undefined;
2647
- origin: "auto" | import("../../util").Anchor | "overlap";
2646
+ location: import("../../util/index.js").Anchor | undefined;
2647
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2648
2648
  transition: string | boolean | (import("vue").TransitionProps & {
2649
2649
  component?: Component;
2650
2650
  }) | {
@@ -2656,10 +2656,10 @@ export declare const makeVSelectProps: <Defaults extends {
2656
2656
  disabled: boolean;
2657
2657
  persistent: boolean;
2658
2658
  modelValue: boolean;
2659
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2659
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2660
2660
  updateLocation: (e?: Event) => void;
2661
2661
  });
2662
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2662
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2663
2663
  closeDelay: string | number;
2664
2664
  openDelay: string | number;
2665
2665
  activatorProps: Record<string, any>;
@@ -2673,8 +2673,8 @@ export declare const makeVSelectProps: <Defaults extends {
2673
2673
  scrim: string | boolean;
2674
2674
  submenu: boolean;
2675
2675
  }> & Omit<{
2676
- location: import("../../util").Anchor | undefined;
2677
- origin: "auto" | import("../../util").Anchor | "overlap";
2676
+ location: import("../../util/index.js").Anchor | undefined;
2677
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2678
2678
  transition: string | boolean | (import("vue").TransitionProps & {
2679
2679
  component?: Component;
2680
2680
  }) | {
@@ -2686,10 +2686,10 @@ export declare const makeVSelectProps: <Defaults extends {
2686
2686
  disabled: boolean;
2687
2687
  persistent: boolean;
2688
2688
  modelValue: boolean;
2689
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2689
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2690
2690
  updateLocation: (e?: Event) => void;
2691
2691
  });
2692
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2692
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2693
2693
  closeDelay: string | number;
2694
2694
  openDelay: string | number;
2695
2695
  activatorProps: Record<string, any>;
@@ -2725,7 +2725,7 @@ export declare const makeVSelectProps: <Defaults extends {
2725
2725
  activator?: ((arg: {
2726
2726
  isActive: boolean;
2727
2727
  props: Record<string, any>;
2728
- targetRef: import("../../util").TemplateRef;
2728
+ targetRef: import("../../util/index.js").TemplateRef;
2729
2729
  }) => import("vue").VNodeChild) | undefined;
2730
2730
  } | ((arg: {
2731
2731
  isActive: import("vue").Ref<boolean>;
@@ -2737,7 +2737,7 @@ export declare const makeVSelectProps: <Defaults extends {
2737
2737
  activator?: false | ((arg: {
2738
2738
  isActive: boolean;
2739
2739
  props: Record<string, any>;
2740
- targetRef: import("../../util").TemplateRef;
2740
+ targetRef: import("../../util/index.js").TemplateRef;
2741
2741
  }) => import("vue").VNodeChild) | undefined;
2742
2742
  } | undefined;
2743
2743
  "v-slot:default"?: false | ((arg: {
@@ -2746,13 +2746,13 @@ export declare const makeVSelectProps: <Defaults extends {
2746
2746
  "v-slot:activator"?: false | ((arg: {
2747
2747
  isActive: boolean;
2748
2748
  props: Record<string, any>;
2749
- targetRef: import("../../util").TemplateRef;
2749
+ targetRef: import("../../util/index.js").TemplateRef;
2750
2750
  }) => import("vue").VNodeChild) | undefined;
2751
2751
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2752
2752
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | Defaults["menuProps"]>;
2753
2753
  default: unknown extends Defaults["menuProps"] ? Partial<{
2754
- location: import("../../util").Anchor | undefined;
2755
- origin: "auto" | import("../../util").Anchor | "overlap";
2754
+ location: import("../../util/index.js").Anchor | undefined;
2755
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2756
2756
  transition: string | boolean | (import("vue").TransitionProps & {
2757
2757
  component?: Component;
2758
2758
  }) | {
@@ -2764,10 +2764,10 @@ export declare const makeVSelectProps: <Defaults extends {
2764
2764
  disabled: boolean;
2765
2765
  persistent: boolean;
2766
2766
  modelValue: boolean;
2767
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2767
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2768
2768
  updateLocation: (e?: Event) => void;
2769
2769
  });
2770
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2770
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2771
2771
  closeDelay: string | number;
2772
2772
  openDelay: string | number;
2773
2773
  activatorProps: Record<string, any>;
@@ -2781,8 +2781,8 @@ export declare const makeVSelectProps: <Defaults extends {
2781
2781
  scrim: string | boolean;
2782
2782
  submenu: boolean;
2783
2783
  }> & Omit<{
2784
- location: import("../../util").Anchor | undefined;
2785
- origin: "auto" | import("../../util").Anchor | "overlap";
2784
+ location: import("../../util/index.js").Anchor | undefined;
2785
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2786
2786
  transition: string | boolean | (import("vue").TransitionProps & {
2787
2787
  component?: Component;
2788
2788
  }) | {
@@ -2794,10 +2794,10 @@ export declare const makeVSelectProps: <Defaults extends {
2794
2794
  disabled: boolean;
2795
2795
  persistent: boolean;
2796
2796
  modelValue: boolean;
2797
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2797
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2798
2798
  updateLocation: (e?: Event) => void;
2799
2799
  });
2800
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2800
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2801
2801
  closeDelay: string | number;
2802
2802
  openDelay: string | number;
2803
2803
  activatorProps: Record<string, any>;
@@ -2833,7 +2833,7 @@ export declare const makeVSelectProps: <Defaults extends {
2833
2833
  activator?: ((arg: {
2834
2834
  isActive: boolean;
2835
2835
  props: Record<string, any>;
2836
- targetRef: import("../../util").TemplateRef;
2836
+ targetRef: import("../../util/index.js").TemplateRef;
2837
2837
  }) => import("vue").VNodeChild) | undefined;
2838
2838
  } | ((arg: {
2839
2839
  isActive: import("vue").Ref<boolean>;
@@ -2845,7 +2845,7 @@ export declare const makeVSelectProps: <Defaults extends {
2845
2845
  activator?: false | ((arg: {
2846
2846
  isActive: boolean;
2847
2847
  props: Record<string, any>;
2848
- targetRef: import("../../util").TemplateRef;
2848
+ targetRef: import("../../util/index.js").TemplateRef;
2849
2849
  }) => import("vue").VNodeChild) | undefined;
2850
2850
  } | undefined;
2851
2851
  "v-slot:default"?: false | ((arg: {
@@ -2854,12 +2854,12 @@ export declare const makeVSelectProps: <Defaults extends {
2854
2854
  "v-slot:activator"?: false | ((arg: {
2855
2855
  isActive: boolean;
2856
2856
  props: Record<string, any>;
2857
- targetRef: import("../../util").TemplateRef;
2857
+ targetRef: import("../../util/index.js").TemplateRef;
2858
2858
  }) => import("vue").VNodeChild) | undefined;
2859
2859
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2860
2860
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : NonNullable<Partial<{
2861
- location: import("../../util").Anchor | undefined;
2862
- origin: "auto" | import("../../util").Anchor | "overlap";
2861
+ location: import("../../util/index.js").Anchor | undefined;
2862
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2863
2863
  transition: string | boolean | (import("vue").TransitionProps & {
2864
2864
  component?: Component;
2865
2865
  }) | {
@@ -2871,10 +2871,10 @@ export declare const makeVSelectProps: <Defaults extends {
2871
2871
  disabled: boolean;
2872
2872
  persistent: boolean;
2873
2873
  modelValue: boolean;
2874
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2874
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2875
2875
  updateLocation: (e?: Event) => void;
2876
2876
  });
2877
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2877
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2878
2878
  closeDelay: string | number;
2879
2879
  openDelay: string | number;
2880
2880
  activatorProps: Record<string, any>;
@@ -2888,8 +2888,8 @@ export declare const makeVSelectProps: <Defaults extends {
2888
2888
  scrim: string | boolean;
2889
2889
  submenu: boolean;
2890
2890
  }> & Omit<{
2891
- location: import("../../util").Anchor | undefined;
2892
- origin: "auto" | import("../../util").Anchor | "overlap";
2891
+ location: import("../../util/index.js").Anchor | undefined;
2892
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2893
2893
  transition: string | boolean | (import("vue").TransitionProps & {
2894
2894
  component?: Component;
2895
2895
  }) | {
@@ -2901,10 +2901,10 @@ export declare const makeVSelectProps: <Defaults extends {
2901
2901
  disabled: boolean;
2902
2902
  persistent: boolean;
2903
2903
  modelValue: boolean;
2904
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2904
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2905
2905
  updateLocation: (e?: Event) => void;
2906
2906
  });
2907
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2907
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2908
2908
  closeDelay: string | number;
2909
2909
  openDelay: string | number;
2910
2910
  activatorProps: Record<string, any>;
@@ -2940,7 +2940,7 @@ export declare const makeVSelectProps: <Defaults extends {
2940
2940
  activator?: ((arg: {
2941
2941
  isActive: boolean;
2942
2942
  props: Record<string, any>;
2943
- targetRef: import("../../util").TemplateRef;
2943
+ targetRef: import("../../util/index.js").TemplateRef;
2944
2944
  }) => import("vue").VNodeChild) | undefined;
2945
2945
  } | ((arg: {
2946
2946
  isActive: import("vue").Ref<boolean>;
@@ -2952,7 +2952,7 @@ export declare const makeVSelectProps: <Defaults extends {
2952
2952
  activator?: false | ((arg: {
2953
2953
  isActive: boolean;
2954
2954
  props: Record<string, any>;
2955
- targetRef: import("../../util").TemplateRef;
2955
+ targetRef: import("../../util/index.js").TemplateRef;
2956
2956
  }) => import("vue").VNodeChild) | undefined;
2957
2957
  } | undefined;
2958
2958
  "v-slot:default"?: false | ((arg: {
@@ -2961,7 +2961,7 @@ export declare const makeVSelectProps: <Defaults extends {
2961
2961
  "v-slot:activator"?: false | ((arg: {
2962
2962
  isActive: boolean;
2963
2963
  props: Record<string, any>;
2964
- targetRef: import("../../util").TemplateRef;
2964
+ targetRef: import("../../util/index.js").TemplateRef;
2965
2965
  }) => import("vue").VNodeChild) | undefined;
2966
2966
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2967
2967
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">> | Defaults["menuProps"];
@@ -3016,9 +3016,9 @@ export declare const VSelect: {
3016
3016
  focused: boolean;
3017
3017
  errorMessages: string | readonly string[] | null;
3018
3018
  maxErrors: string | number;
3019
- rules: readonly import("../../composables/validation").ValidationRule[];
3019
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3020
3020
  tile: boolean;
3021
- density: import("../../composables/density").Density;
3021
+ density: import("../../composables/density.js").Density;
3022
3022
  clearIcon: IconValue;
3023
3023
  hideSpinButtons: boolean;
3024
3024
  persistentHint: boolean;
@@ -3075,17 +3075,17 @@ export declare const VSelect: {
3075
3075
  nav: boolean;
3076
3076
  style: import("vue").StyleValue;
3077
3077
  disabled: boolean;
3078
- tag: string | import("../../util").JSXComponent;
3078
+ tag: string | import("../../util/index.js").JSXComponent;
3079
3079
  lines: false | "one" | "two" | "three";
3080
3080
  mandatory: boolean;
3081
3081
  rounded: string | number | boolean;
3082
3082
  tile: boolean;
3083
- density: import("../../composables/density").Density;
3083
+ density: import("../../composables/density.js").Density;
3084
3084
  slim: boolean;
3085
3085
  activatable: boolean;
3086
3086
  selectable: boolean;
3087
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3088
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3087
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3088
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3089
3089
  returnObject: boolean;
3090
3090
  itemType: string;
3091
3091
  }> & Omit<{
@@ -3093,16 +3093,16 @@ export declare const VSelect: {
3093
3093
  nav: boolean;
3094
3094
  style: import("vue").StyleValue;
3095
3095
  disabled: boolean;
3096
- tag: string | import("../../util").JSXComponent;
3096
+ tag: string | import("../../util/index.js").JSXComponent;
3097
3097
  lines: false | "one" | "two" | "three";
3098
3098
  mandatory: boolean;
3099
3099
  tile: boolean;
3100
- density: import("../../composables/density").Density;
3100
+ density: import("../../composables/density.js").Density;
3101
3101
  slim: boolean;
3102
3102
  activatable: boolean;
3103
3103
  selectable: boolean;
3104
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3105
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3104
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3105
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3106
3106
  returnObject: boolean;
3107
3107
  itemType: string;
3108
3108
  height?: string | number | undefined;
@@ -3123,7 +3123,7 @@ export declare const VSelect: {
3123
3123
  activeColor?: string | undefined;
3124
3124
  valueComparator?: typeof deepEqual | undefined;
3125
3125
  activeClass?: string | undefined;
3126
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
3126
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
3127
3127
  collapseIcon?: IconValue | undefined;
3128
3128
  expandIcon?: IconValue | undefined;
3129
3129
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -3154,89 +3154,89 @@ export declare const VSelect: {
3154
3154
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
3155
3155
  } & {
3156
3156
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
3157
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3157
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3158
3158
  item: any;
3159
3159
  }) => import("vue").VNodeChild) | undefined;
3160
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
3160
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
3161
3161
  item: any;
3162
3162
  }) => import("vue").VNodeChild) | undefined;
3163
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
3163
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
3164
3164
  item: any;
3165
3165
  }) => import("vue").VNodeChild) | undefined;
3166
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3166
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3167
3167
  item: any;
3168
3168
  }) => import("vue").VNodeChild) | undefined;
3169
3169
  default?: (() => import("vue").VNodeChild) | undefined;
3170
3170
  item?: ((arg: {
3171
- props: import("../VList/VList").InternalListItem["props"];
3171
+ props: import("../VList/VList.js").InternalListItem["props"];
3172
3172
  }) => import("vue").VNodeChild) | undefined;
3173
3173
  divider?: ((arg: {
3174
- props: import("../VList/VList").InternalListItem["props"];
3174
+ props: import("../VList/VList.js").InternalListItem["props"];
3175
3175
  }) => import("vue").VNodeChild) | undefined;
3176
3176
  subheader?: ((arg: {
3177
- props: import("../VList/VList").InternalListItem["props"];
3177
+ props: import("../VList/VList.js").InternalListItem["props"];
3178
3178
  }) => import("vue").VNodeChild) | undefined;
3179
3179
  header?: ((arg: {
3180
- props: import("../VList/VList").InternalListItem["props"];
3180
+ props: import("../VList/VList.js").InternalListItem["props"];
3181
3181
  }) => import("vue").VNodeChild) | undefined;
3182
3182
  };
3183
3183
  'v-slots'?: {
3184
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3184
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3185
3185
  item: any;
3186
3186
  }) => import("vue").VNodeChild) | undefined;
3187
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3187
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3188
3188
  item: any;
3189
3189
  }) => import("vue").VNodeChild) | undefined;
3190
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3190
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3191
3191
  item: any;
3192
3192
  }) => import("vue").VNodeChild) | undefined;
3193
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3193
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3194
3194
  item: any;
3195
3195
  }) => import("vue").VNodeChild) | undefined;
3196
3196
  default?: false | (() => import("vue").VNodeChild) | undefined;
3197
3197
  item?: false | ((arg: {
3198
- props: import("../VList/VList").InternalListItem["props"];
3198
+ props: import("../VList/VList.js").InternalListItem["props"];
3199
3199
  }) => import("vue").VNodeChild) | undefined;
3200
3200
  divider?: false | ((arg: {
3201
- props: import("../VList/VList").InternalListItem["props"];
3201
+ props: import("../VList/VList.js").InternalListItem["props"];
3202
3202
  }) => import("vue").VNodeChild) | undefined;
3203
3203
  subheader?: false | ((arg: {
3204
- props: import("../VList/VList").InternalListItem["props"];
3204
+ props: import("../VList/VList.js").InternalListItem["props"];
3205
3205
  }) => import("vue").VNodeChild) | undefined;
3206
3206
  header?: false | ((arg: {
3207
- props: import("../VList/VList").InternalListItem["props"];
3207
+ props: import("../VList/VList.js").InternalListItem["props"];
3208
3208
  }) => import("vue").VNodeChild) | undefined;
3209
3209
  } | undefined;
3210
3210
  } & {
3211
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3211
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3212
3212
  item: any;
3213
3213
  }) => import("vue").VNodeChild) | undefined;
3214
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3214
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3215
3215
  item: any;
3216
3216
  }) => import("vue").VNodeChild) | undefined;
3217
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3217
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3218
3218
  item: any;
3219
3219
  }) => import("vue").VNodeChild) | undefined;
3220
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3220
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3221
3221
  item: any;
3222
3222
  }) => import("vue").VNodeChild) | undefined;
3223
3223
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
3224
3224
  "v-slot:item"?: false | ((arg: {
3225
- props: import("../VList/VList").InternalListItem["props"];
3225
+ props: import("../VList/VList.js").InternalListItem["props"];
3226
3226
  }) => import("vue").VNodeChild) | undefined;
3227
3227
  "v-slot:divider"?: false | ((arg: {
3228
- props: import("../VList/VList").InternalListItem["props"];
3228
+ props: import("../VList/VList.js").InternalListItem["props"];
3229
3229
  }) => import("vue").VNodeChild) | undefined;
3230
3230
  "v-slot:subheader"?: false | ((arg: {
3231
- props: import("../VList/VList").InternalListItem["props"];
3231
+ props: import("../VList/VList.js").InternalListItem["props"];
3232
3232
  }) => import("vue").VNodeChild) | undefined;
3233
3233
  "v-slot:header"?: false | ((arg: {
3234
- props: import("../VList/VList").InternalListItem["props"];
3234
+ props: import("../VList/VList.js").InternalListItem["props"];
3235
3235
  }) => import("vue").VNodeChild) | undefined;
3236
3236
  }) | undefined;
3237
3237
  menuProps?: (Partial<{
3238
- location: import("../../util").Anchor | undefined;
3239
- origin: "auto" | import("../../util").Anchor | "overlap";
3238
+ location: import("../../util/index.js").Anchor | undefined;
3239
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
3240
3240
  transition: string | boolean | (import("vue").TransitionProps & {
3241
3241
  component?: Component;
3242
3242
  }) | {
@@ -3248,10 +3248,10 @@ export declare const VSelect: {
3248
3248
  disabled: boolean;
3249
3249
  persistent: boolean;
3250
3250
  modelValue: boolean;
3251
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3251
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3252
3252
  updateLocation: (e?: Event) => void;
3253
3253
  });
3254
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3254
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3255
3255
  closeDelay: string | number;
3256
3256
  openDelay: string | number;
3257
3257
  activatorProps: Record<string, any>;
@@ -3265,8 +3265,8 @@ export declare const VSelect: {
3265
3265
  scrim: string | boolean;
3266
3266
  submenu: boolean;
3267
3267
  }> & Omit<{
3268
- location: import("../../util").Anchor | undefined;
3269
- origin: "auto" | import("../../util").Anchor | "overlap";
3268
+ location: import("../../util/index.js").Anchor | undefined;
3269
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
3270
3270
  transition: string | boolean | (import("vue").TransitionProps & {
3271
3271
  component?: Component;
3272
3272
  }) | {
@@ -3278,10 +3278,10 @@ export declare const VSelect: {
3278
3278
  disabled: boolean;
3279
3279
  persistent: boolean;
3280
3280
  modelValue: boolean;
3281
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3281
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3282
3282
  updateLocation: (e?: Event) => void;
3283
3283
  });
3284
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3284
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3285
3285
  closeDelay: string | number;
3286
3286
  openDelay: string | number;
3287
3287
  activatorProps: Record<string, any>;
@@ -3317,7 +3317,7 @@ export declare const VSelect: {
3317
3317
  activator?: ((arg: {
3318
3318
  isActive: boolean;
3319
3319
  props: Record<string, any>;
3320
- targetRef: import("../../util").TemplateRef;
3320
+ targetRef: import("../../util/index.js").TemplateRef;
3321
3321
  }) => import("vue").VNodeChild) | undefined;
3322
3322
  } | ((arg: {
3323
3323
  isActive: import("vue").Ref<boolean>;
@@ -3329,7 +3329,7 @@ export declare const VSelect: {
3329
3329
  activator?: false | ((arg: {
3330
3330
  isActive: boolean;
3331
3331
  props: Record<string, any>;
3332
- targetRef: import("../../util").TemplateRef;
3332
+ targetRef: import("../../util/index.js").TemplateRef;
3333
3333
  }) => import("vue").VNodeChild) | undefined;
3334
3334
  } | undefined;
3335
3335
  "v-slot:default"?: false | ((arg: {
@@ -3338,7 +3338,7 @@ export declare const VSelect: {
3338
3338
  "v-slot:activator"?: false | ((arg: {
3339
3339
  isActive: boolean;
3340
3340
  props: Record<string, any>;
3341
- targetRef: import("../../util").TemplateRef;
3341
+ targetRef: import("../../util/index.js").TemplateRef;
3342
3342
  }) => import("vue").VNodeChild) | undefined;
3343
3343
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3344
3344
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
@@ -3375,10 +3375,10 @@ export declare const VSelect: {
3375
3375
  focused: boolean;
3376
3376
  errorMessages: string | readonly string[] | null;
3377
3377
  maxErrors: string | number;
3378
- rules: readonly import("../../composables/validation").ValidationRule[];
3378
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3379
3379
  rounded: string | number | boolean;
3380
3380
  tile: boolean;
3381
- density: import("../../composables/density").Density;
3381
+ density: import("../../composables/density.js").Density;
3382
3382
  clearIcon: IconValue;
3383
3383
  centerAffix: boolean;
3384
3384
  hideSpinButtons: boolean;
@@ -3398,20 +3398,20 @@ export declare const VSelect: {
3398
3398
  menuIcon: IconValue;
3399
3399
  openOnClear: boolean;
3400
3400
  }, true, {}, import("vue").SlotsType<Partial<{
3401
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
3402
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
3401
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
3402
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
3403
3403
  props: Record<string, any>;
3404
3404
  }) => import("vue").VNode[];
3405
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3406
- label: (arg: import("../VField/VField").DefaultInputSlot & {
3405
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3406
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
3407
3407
  label: string | undefined;
3408
3408
  props: Record<string, any>;
3409
3409
  }) => import("vue").VNode[];
3410
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3411
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3412
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
3413
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
3414
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
3410
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3411
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3412
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
3413
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
3414
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
3415
3415
  item: (arg: {
3416
3416
  item: ListItem<unknown>;
3417
3417
  index: number;
@@ -3461,9 +3461,9 @@ export declare const VSelect: {
3461
3461
  focused: boolean;
3462
3462
  errorMessages: string | readonly string[] | null;
3463
3463
  maxErrors: string | number;
3464
- rules: readonly import("../../composables/validation").ValidationRule[];
3464
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3465
3465
  tile: boolean;
3466
- density: import("../../composables/density").Density;
3466
+ density: import("../../composables/density.js").Density;
3467
3467
  clearIcon: IconValue;
3468
3468
  hideSpinButtons: boolean;
3469
3469
  persistentHint: boolean;
@@ -3520,17 +3520,17 @@ export declare const VSelect: {
3520
3520
  nav: boolean;
3521
3521
  style: import("vue").StyleValue;
3522
3522
  disabled: boolean;
3523
- tag: string | import("../../util").JSXComponent;
3523
+ tag: string | import("../../util/index.js").JSXComponent;
3524
3524
  lines: false | "one" | "two" | "three";
3525
3525
  mandatory: boolean;
3526
3526
  rounded: string | number | boolean;
3527
3527
  tile: boolean;
3528
- density: import("../../composables/density").Density;
3528
+ density: import("../../composables/density.js").Density;
3529
3529
  slim: boolean;
3530
3530
  activatable: boolean;
3531
3531
  selectable: boolean;
3532
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3533
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3532
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3533
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3534
3534
  returnObject: boolean;
3535
3535
  itemType: string;
3536
3536
  }> & Omit<{
@@ -3538,16 +3538,16 @@ export declare const VSelect: {
3538
3538
  nav: boolean;
3539
3539
  style: import("vue").StyleValue;
3540
3540
  disabled: boolean;
3541
- tag: string | import("../../util").JSXComponent;
3541
+ tag: string | import("../../util/index.js").JSXComponent;
3542
3542
  lines: false | "one" | "two" | "three";
3543
3543
  mandatory: boolean;
3544
3544
  tile: boolean;
3545
- density: import("../../composables/density").Density;
3545
+ density: import("../../composables/density.js").Density;
3546
3546
  slim: boolean;
3547
3547
  activatable: boolean;
3548
3548
  selectable: boolean;
3549
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3550
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3549
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3550
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3551
3551
  returnObject: boolean;
3552
3552
  itemType: string;
3553
3553
  height?: string | number | undefined;
@@ -3568,7 +3568,7 @@ export declare const VSelect: {
3568
3568
  activeColor?: string | undefined;
3569
3569
  valueComparator?: typeof deepEqual | undefined;
3570
3570
  activeClass?: string | undefined;
3571
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
3571
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
3572
3572
  collapseIcon?: IconValue | undefined;
3573
3573
  expandIcon?: IconValue | undefined;
3574
3574
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -3599,89 +3599,89 @@ export declare const VSelect: {
3599
3599
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
3600
3600
  } & {
3601
3601
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
3602
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3602
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3603
3603
  item: any;
3604
3604
  }) => import("vue").VNodeChild) | undefined;
3605
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
3605
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
3606
3606
  item: any;
3607
3607
  }) => import("vue").VNodeChild) | undefined;
3608
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
3608
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
3609
3609
  item: any;
3610
3610
  }) => import("vue").VNodeChild) | undefined;
3611
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3611
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3612
3612
  item: any;
3613
3613
  }) => import("vue").VNodeChild) | undefined;
3614
3614
  default?: (() => import("vue").VNodeChild) | undefined;
3615
3615
  item?: ((arg: {
3616
- props: import("../VList/VList").InternalListItem["props"];
3616
+ props: import("../VList/VList.js").InternalListItem["props"];
3617
3617
  }) => import("vue").VNodeChild) | undefined;
3618
3618
  divider?: ((arg: {
3619
- props: import("../VList/VList").InternalListItem["props"];
3619
+ props: import("../VList/VList.js").InternalListItem["props"];
3620
3620
  }) => import("vue").VNodeChild) | undefined;
3621
3621
  subheader?: ((arg: {
3622
- props: import("../VList/VList").InternalListItem["props"];
3622
+ props: import("../VList/VList.js").InternalListItem["props"];
3623
3623
  }) => import("vue").VNodeChild) | undefined;
3624
3624
  header?: ((arg: {
3625
- props: import("../VList/VList").InternalListItem["props"];
3625
+ props: import("../VList/VList.js").InternalListItem["props"];
3626
3626
  }) => import("vue").VNodeChild) | undefined;
3627
3627
  };
3628
3628
  'v-slots'?: {
3629
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3629
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3630
3630
  item: any;
3631
3631
  }) => import("vue").VNodeChild) | undefined;
3632
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3632
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3633
3633
  item: any;
3634
3634
  }) => import("vue").VNodeChild) | undefined;
3635
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3635
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3636
3636
  item: any;
3637
3637
  }) => import("vue").VNodeChild) | undefined;
3638
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3638
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3639
3639
  item: any;
3640
3640
  }) => import("vue").VNodeChild) | undefined;
3641
3641
  default?: false | (() => import("vue").VNodeChild) | undefined;
3642
3642
  item?: false | ((arg: {
3643
- props: import("../VList/VList").InternalListItem["props"];
3643
+ props: import("../VList/VList.js").InternalListItem["props"];
3644
3644
  }) => import("vue").VNodeChild) | undefined;
3645
3645
  divider?: false | ((arg: {
3646
- props: import("../VList/VList").InternalListItem["props"];
3646
+ props: import("../VList/VList.js").InternalListItem["props"];
3647
3647
  }) => import("vue").VNodeChild) | undefined;
3648
3648
  subheader?: false | ((arg: {
3649
- props: import("../VList/VList").InternalListItem["props"];
3649
+ props: import("../VList/VList.js").InternalListItem["props"];
3650
3650
  }) => import("vue").VNodeChild) | undefined;
3651
3651
  header?: false | ((arg: {
3652
- props: import("../VList/VList").InternalListItem["props"];
3652
+ props: import("../VList/VList.js").InternalListItem["props"];
3653
3653
  }) => import("vue").VNodeChild) | undefined;
3654
3654
  } | undefined;
3655
3655
  } & {
3656
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
3656
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
3657
3657
  item: any;
3658
3658
  }) => import("vue").VNodeChild) | undefined;
3659
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3659
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3660
3660
  item: any;
3661
3661
  }) => import("vue").VNodeChild) | undefined;
3662
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
3662
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
3663
3663
  item: any;
3664
3664
  }) => import("vue").VNodeChild) | undefined;
3665
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
3665
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
3666
3666
  item: any;
3667
3667
  }) => import("vue").VNodeChild) | undefined;
3668
3668
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
3669
3669
  "v-slot:item"?: false | ((arg: {
3670
- props: import("../VList/VList").InternalListItem["props"];
3670
+ props: import("../VList/VList.js").InternalListItem["props"];
3671
3671
  }) => import("vue").VNodeChild) | undefined;
3672
3672
  "v-slot:divider"?: false | ((arg: {
3673
- props: import("../VList/VList").InternalListItem["props"];
3673
+ props: import("../VList/VList.js").InternalListItem["props"];
3674
3674
  }) => import("vue").VNodeChild) | undefined;
3675
3675
  "v-slot:subheader"?: false | ((arg: {
3676
- props: import("../VList/VList").InternalListItem["props"];
3676
+ props: import("../VList/VList.js").InternalListItem["props"];
3677
3677
  }) => import("vue").VNodeChild) | undefined;
3678
3678
  "v-slot:header"?: false | ((arg: {
3679
- props: import("../VList/VList").InternalListItem["props"];
3679
+ props: import("../VList/VList.js").InternalListItem["props"];
3680
3680
  }) => import("vue").VNodeChild) | undefined;
3681
3681
  }) | undefined;
3682
3682
  menuProps?: (Partial<{
3683
- location: import("../../util").Anchor | undefined;
3684
- origin: "auto" | import("../../util").Anchor | "overlap";
3683
+ location: import("../../util/index.js").Anchor | undefined;
3684
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
3685
3685
  transition: string | boolean | (import("vue").TransitionProps & {
3686
3686
  component?: Component;
3687
3687
  }) | {
@@ -3693,10 +3693,10 @@ export declare const VSelect: {
3693
3693
  disabled: boolean;
3694
3694
  persistent: boolean;
3695
3695
  modelValue: boolean;
3696
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3696
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3697
3697
  updateLocation: (e?: Event) => void;
3698
3698
  });
3699
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3699
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3700
3700
  closeDelay: string | number;
3701
3701
  openDelay: string | number;
3702
3702
  activatorProps: Record<string, any>;
@@ -3710,8 +3710,8 @@ export declare const VSelect: {
3710
3710
  scrim: string | boolean;
3711
3711
  submenu: boolean;
3712
3712
  }> & Omit<{
3713
- location: import("../../util").Anchor | undefined;
3714
- origin: "auto" | import("../../util").Anchor | "overlap";
3713
+ location: import("../../util/index.js").Anchor | undefined;
3714
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
3715
3715
  transition: string | boolean | (import("vue").TransitionProps & {
3716
3716
  component?: Component;
3717
3717
  }) | {
@@ -3723,10 +3723,10 @@ export declare const VSelect: {
3723
3723
  disabled: boolean;
3724
3724
  persistent: boolean;
3725
3725
  modelValue: boolean;
3726
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3726
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
3727
3727
  updateLocation: (e?: Event) => void;
3728
3728
  });
3729
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3729
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
3730
3730
  closeDelay: string | number;
3731
3731
  openDelay: string | number;
3732
3732
  activatorProps: Record<string, any>;
@@ -3762,7 +3762,7 @@ export declare const VSelect: {
3762
3762
  activator?: ((arg: {
3763
3763
  isActive: boolean;
3764
3764
  props: Record<string, any>;
3765
- targetRef: import("../../util").TemplateRef;
3765
+ targetRef: import("../../util/index.js").TemplateRef;
3766
3766
  }) => import("vue").VNodeChild) | undefined;
3767
3767
  } | ((arg: {
3768
3768
  isActive: import("vue").Ref<boolean>;
@@ -3774,7 +3774,7 @@ export declare const VSelect: {
3774
3774
  activator?: false | ((arg: {
3775
3775
  isActive: boolean;
3776
3776
  props: Record<string, any>;
3777
- targetRef: import("../../util").TemplateRef;
3777
+ targetRef: import("../../util/index.js").TemplateRef;
3778
3778
  }) => import("vue").VNodeChild) | undefined;
3779
3779
  } | undefined;
3780
3780
  "v-slot:default"?: false | ((arg: {
@@ -3783,7 +3783,7 @@ export declare const VSelect: {
3783
3783
  "v-slot:activator"?: false | ((arg: {
3784
3784
  isActive: boolean;
3785
3785
  props: Record<string, any>;
3786
- targetRef: import("../../util").TemplateRef;
3786
+ targetRef: import("../../util/index.js").TemplateRef;
3787
3787
  }) => import("vue").VNodeChild) | undefined;
3788
3788
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3789
3789
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
@@ -3816,10 +3816,10 @@ export declare const VSelect: {
3816
3816
  focused: boolean;
3817
3817
  errorMessages: string | readonly string[] | null;
3818
3818
  maxErrors: string | number;
3819
- rules: readonly import("../../composables/validation").ValidationRule[];
3819
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3820
3820
  rounded: string | number | boolean;
3821
3821
  tile: boolean;
3822
- density: import("../../composables/density").Density;
3822
+ density: import("../../composables/density.js").Density;
3823
3823
  clearIcon: IconValue;
3824
3824
  centerAffix: boolean;
3825
3825
  hideSpinButtons: boolean;
@@ -3867,9 +3867,9 @@ export declare const VSelect: {
3867
3867
  focused: boolean;
3868
3868
  errorMessages: string | readonly string[] | null;
3869
3869
  maxErrors: string | number;
3870
- rules: readonly import("../../composables/validation").ValidationRule[];
3870
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3871
3871
  tile: boolean;
3872
- density: import("../../composables/density").Density;
3872
+ density: import("../../composables/density.js").Density;
3873
3873
  clearIcon: IconValue;
3874
3874
  hideSpinButtons: boolean;
3875
3875
  persistentHint: boolean;
@@ -3926,17 +3926,17 @@ export declare const VSelect: {
3926
3926
  nav: boolean;
3927
3927
  style: import("vue").StyleValue;
3928
3928
  disabled: boolean;
3929
- tag: string | import("../../util").JSXComponent;
3929
+ tag: string | import("../../util/index.js").JSXComponent;
3930
3930
  lines: false | "one" | "two" | "three";
3931
3931
  mandatory: boolean;
3932
3932
  rounded: string | number | boolean;
3933
3933
  tile: boolean;
3934
- density: import("../../composables/density").Density;
3934
+ density: import("../../composables/density.js").Density;
3935
3935
  slim: boolean;
3936
3936
  activatable: boolean;
3937
3937
  selectable: boolean;
3938
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3939
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3938
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3939
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3940
3940
  returnObject: boolean;
3941
3941
  itemType: string;
3942
3942
  }> & Omit<{
@@ -3944,16 +3944,16 @@ export declare const VSelect: {
3944
3944
  nav: boolean;
3945
3945
  style: import("vue").StyleValue;
3946
3946
  disabled: boolean;
3947
- tag: string | import("../../util").JSXComponent;
3947
+ tag: string | import("../../util/index.js").JSXComponent;
3948
3948
  lines: false | "one" | "two" | "three";
3949
3949
  mandatory: boolean;
3950
3950
  tile: boolean;
3951
- density: import("../../composables/density").Density;
3951
+ density: import("../../composables/density.js").Density;
3952
3952
  slim: boolean;
3953
3953
  activatable: boolean;
3954
3954
  selectable: boolean;
3955
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
3956
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
3955
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
3956
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
3957
3957
  returnObject: boolean;
3958
3958
  itemType: string;
3959
3959
  height?: string | number | undefined;
@@ -3974,7 +3974,7 @@ export declare const VSelect: {
3974
3974
  activeColor?: string | undefined;
3975
3975
  valueComparator?: typeof deepEqual | undefined;
3976
3976
  activeClass?: string | undefined;
3977
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
3977
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
3978
3978
  collapseIcon?: IconValue | undefined;
3979
3979
  expandIcon?: IconValue | undefined;
3980
3980
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -4005,89 +4005,89 @@ export declare const VSelect: {
4005
4005
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
4006
4006
  } & {
4007
4007
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
4008
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
4008
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
4009
4009
  item: any;
4010
4010
  }) => import("vue").VNodeChild) | undefined;
4011
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
4011
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
4012
4012
  item: any;
4013
4013
  }) => import("vue").VNodeChild) | undefined;
4014
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
4014
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
4015
4015
  item: any;
4016
4016
  }) => import("vue").VNodeChild) | undefined;
4017
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
4017
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
4018
4018
  item: any;
4019
4019
  }) => import("vue").VNodeChild) | undefined;
4020
4020
  default?: (() => import("vue").VNodeChild) | undefined;
4021
4021
  item?: ((arg: {
4022
- props: import("../VList/VList").InternalListItem["props"];
4022
+ props: import("../VList/VList.js").InternalListItem["props"];
4023
4023
  }) => import("vue").VNodeChild) | undefined;
4024
4024
  divider?: ((arg: {
4025
- props: import("../VList/VList").InternalListItem["props"];
4025
+ props: import("../VList/VList.js").InternalListItem["props"];
4026
4026
  }) => import("vue").VNodeChild) | undefined;
4027
4027
  subheader?: ((arg: {
4028
- props: import("../VList/VList").InternalListItem["props"];
4028
+ props: import("../VList/VList.js").InternalListItem["props"];
4029
4029
  }) => import("vue").VNodeChild) | undefined;
4030
4030
  header?: ((arg: {
4031
- props: import("../VList/VList").InternalListItem["props"];
4031
+ props: import("../VList/VList.js").InternalListItem["props"];
4032
4032
  }) => import("vue").VNodeChild) | undefined;
4033
4033
  };
4034
4034
  'v-slots'?: {
4035
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
4035
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
4036
4036
  item: any;
4037
4037
  }) => import("vue").VNodeChild) | undefined;
4038
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
4038
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
4039
4039
  item: any;
4040
4040
  }) => import("vue").VNodeChild) | undefined;
4041
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
4041
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
4042
4042
  item: any;
4043
4043
  }) => import("vue").VNodeChild) | undefined;
4044
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
4044
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
4045
4045
  item: any;
4046
4046
  }) => import("vue").VNodeChild) | undefined;
4047
4047
  default?: false | (() => import("vue").VNodeChild) | undefined;
4048
4048
  item?: false | ((arg: {
4049
- props: import("../VList/VList").InternalListItem["props"];
4049
+ props: import("../VList/VList.js").InternalListItem["props"];
4050
4050
  }) => import("vue").VNodeChild) | undefined;
4051
4051
  divider?: false | ((arg: {
4052
- props: import("../VList/VList").InternalListItem["props"];
4052
+ props: import("../VList/VList.js").InternalListItem["props"];
4053
4053
  }) => import("vue").VNodeChild) | undefined;
4054
4054
  subheader?: false | ((arg: {
4055
- props: import("../VList/VList").InternalListItem["props"];
4055
+ props: import("../VList/VList.js").InternalListItem["props"];
4056
4056
  }) => import("vue").VNodeChild) | undefined;
4057
4057
  header?: false | ((arg: {
4058
- props: import("../VList/VList").InternalListItem["props"];
4058
+ props: import("../VList/VList.js").InternalListItem["props"];
4059
4059
  }) => import("vue").VNodeChild) | undefined;
4060
4060
  } | undefined;
4061
4061
  } & {
4062
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
4062
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
4063
4063
  item: any;
4064
4064
  }) => import("vue").VNodeChild) | undefined;
4065
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
4065
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
4066
4066
  item: any;
4067
4067
  }) => import("vue").VNodeChild) | undefined;
4068
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
4068
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
4069
4069
  item: any;
4070
4070
  }) => import("vue").VNodeChild) | undefined;
4071
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
4071
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
4072
4072
  item: any;
4073
4073
  }) => import("vue").VNodeChild) | undefined;
4074
4074
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
4075
4075
  "v-slot:item"?: false | ((arg: {
4076
- props: import("../VList/VList").InternalListItem["props"];
4076
+ props: import("../VList/VList.js").InternalListItem["props"];
4077
4077
  }) => import("vue").VNodeChild) | undefined;
4078
4078
  "v-slot:divider"?: false | ((arg: {
4079
- props: import("../VList/VList").InternalListItem["props"];
4079
+ props: import("../VList/VList.js").InternalListItem["props"];
4080
4080
  }) => import("vue").VNodeChild) | undefined;
4081
4081
  "v-slot:subheader"?: false | ((arg: {
4082
- props: import("../VList/VList").InternalListItem["props"];
4082
+ props: import("../VList/VList.js").InternalListItem["props"];
4083
4083
  }) => import("vue").VNodeChild) | undefined;
4084
4084
  "v-slot:header"?: false | ((arg: {
4085
- props: import("../VList/VList").InternalListItem["props"];
4085
+ props: import("../VList/VList.js").InternalListItem["props"];
4086
4086
  }) => import("vue").VNodeChild) | undefined;
4087
4087
  }) | undefined;
4088
4088
  menuProps?: (Partial<{
4089
- location: import("../../util").Anchor | undefined;
4090
- origin: "auto" | import("../../util").Anchor | "overlap";
4089
+ location: import("../../util/index.js").Anchor | undefined;
4090
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
4091
4091
  transition: string | boolean | (import("vue").TransitionProps & {
4092
4092
  component?: Component;
4093
4093
  }) | {
@@ -4099,10 +4099,10 @@ export declare const VSelect: {
4099
4099
  disabled: boolean;
4100
4100
  persistent: boolean;
4101
4101
  modelValue: boolean;
4102
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
4102
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
4103
4103
  updateLocation: (e?: Event) => void;
4104
4104
  });
4105
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
4105
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
4106
4106
  closeDelay: string | number;
4107
4107
  openDelay: string | number;
4108
4108
  activatorProps: Record<string, any>;
@@ -4116,8 +4116,8 @@ export declare const VSelect: {
4116
4116
  scrim: string | boolean;
4117
4117
  submenu: boolean;
4118
4118
  }> & Omit<{
4119
- location: import("../../util").Anchor | undefined;
4120
- origin: "auto" | import("../../util").Anchor | "overlap";
4119
+ location: import("../../util/index.js").Anchor | undefined;
4120
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
4121
4121
  transition: string | boolean | (import("vue").TransitionProps & {
4122
4122
  component?: Component;
4123
4123
  }) | {
@@ -4129,10 +4129,10 @@ export declare const VSelect: {
4129
4129
  disabled: boolean;
4130
4130
  persistent: boolean;
4131
4131
  modelValue: boolean;
4132
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
4132
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
4133
4133
  updateLocation: (e?: Event) => void;
4134
4134
  });
4135
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
4135
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
4136
4136
  closeDelay: string | number;
4137
4137
  openDelay: string | number;
4138
4138
  activatorProps: Record<string, any>;
@@ -4168,7 +4168,7 @@ export declare const VSelect: {
4168
4168
  activator?: ((arg: {
4169
4169
  isActive: boolean;
4170
4170
  props: Record<string, any>;
4171
- targetRef: import("../../util").TemplateRef;
4171
+ targetRef: import("../../util/index.js").TemplateRef;
4172
4172
  }) => import("vue").VNodeChild) | undefined;
4173
4173
  } | ((arg: {
4174
4174
  isActive: import("vue").Ref<boolean>;
@@ -4180,7 +4180,7 @@ export declare const VSelect: {
4180
4180
  activator?: false | ((arg: {
4181
4181
  isActive: boolean;
4182
4182
  props: Record<string, any>;
4183
- targetRef: import("../../util").TemplateRef;
4183
+ targetRef: import("../../util/index.js").TemplateRef;
4184
4184
  }) => import("vue").VNodeChild) | undefined;
4185
4185
  } | undefined;
4186
4186
  "v-slot:default"?: false | ((arg: {
@@ -4189,7 +4189,7 @@ export declare const VSelect: {
4189
4189
  "v-slot:activator"?: false | ((arg: {
4190
4190
  isActive: boolean;
4191
4191
  props: Record<string, any>;
4192
- targetRef: import("../../util").TemplateRef;
4192
+ targetRef: import("../../util/index.js").TemplateRef;
4193
4193
  }) => import("vue").VNodeChild) | undefined;
4194
4194
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4195
4195
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
@@ -4226,10 +4226,10 @@ export declare const VSelect: {
4226
4226
  focused: boolean;
4227
4227
  errorMessages: string | readonly string[] | null;
4228
4228
  maxErrors: string | number;
4229
- rules: readonly import("../../composables/validation").ValidationRule[];
4229
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
4230
4230
  rounded: string | number | boolean;
4231
4231
  tile: boolean;
4232
- density: import("../../composables/density").Density;
4232
+ density: import("../../composables/density.js").Density;
4233
4233
  clearIcon: IconValue;
4234
4234
  centerAffix: boolean;
4235
4235
  hideSpinButtons: boolean;
@@ -4249,20 +4249,20 @@ export declare const VSelect: {
4249
4249
  menuIcon: IconValue;
4250
4250
  openOnClear: boolean;
4251
4251
  }, {}, string, import("vue").SlotsType<Partial<{
4252
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
4253
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
4252
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
4253
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
4254
4254
  props: Record<string, any>;
4255
4255
  }) => import("vue").VNode[];
4256
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
4257
- label: (arg: import("../VField/VField").DefaultInputSlot & {
4256
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
4257
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
4258
4258
  label: string | undefined;
4259
4259
  props: Record<string, any>;
4260
4260
  }) => import("vue").VNode[];
4261
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
4262
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
4263
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
4264
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
4265
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
4261
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
4262
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
4263
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
4264
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
4265
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
4266
4266
  item: (arg: {
4267
4267
  item: ListItem<unknown>;
4268
4268
  index: number;
@@ -4307,7 +4307,7 @@ export declare const VSelect: {
4307
4307
  "prepend-item": never;
4308
4308
  "append-item": never;
4309
4309
  "no-data": never;
4310
- }) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
4310
+ }) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
4311
4311
  transition: Omit<{
4312
4312
  type: PropType<string | boolean | (import("vue").TransitionProps & {
4313
4313
  component?: Component;
@@ -4370,7 +4370,7 @@ export declare const VSelect: {
4370
4370
  type: PropType<boolean | null>;
4371
4371
  default: null;
4372
4372
  };
4373
- class: PropType<import("../../composables/component").ClassValue>;
4373
+ class: PropType<import("../../composables/component.js").ClassValue>;
4374
4374
  theme: StringConstructor;
4375
4375
  placeholder: StringConstructor;
4376
4376
  messages: {
@@ -4389,21 +4389,21 @@ export declare const VSelect: {
4389
4389
  default: number;
4390
4390
  };
4391
4391
  rules: {
4392
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
4392
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
4393
4393
  default: () => never[];
4394
4394
  };
4395
4395
  modelValue: {
4396
4396
  type: PropType<any>;
4397
4397
  default: any;
4398
4398
  };
4399
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
4399
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
4400
4400
  rounded: {
4401
4401
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4402
4402
  default: undefined;
4403
4403
  };
4404
4404
  tile: BooleanConstructor;
4405
4405
  density: {
4406
- type: PropType<import("../../composables/density").Density>;
4406
+ type: PropType<import("../../composables/density.js").Density>;
4407
4407
  default: string;
4408
4408
  validator: (v: any) => boolean;
4409
4409
  };
@@ -4438,7 +4438,7 @@ export declare const VSelect: {
4438
4438
  counterValue: PropType<number | ((value: any) => number)>;
4439
4439
  modelModifiers: PropType<Record<string, boolean>>;
4440
4440
  items: {
4441
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
4441
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
4442
4442
  default: () => never[];
4443
4443
  };
4444
4444
  itemTitle: {
@@ -4556,7 +4556,7 @@ export declare const VSelect: {
4556
4556
  type: PropType<boolean | null>;
4557
4557
  default: null;
4558
4558
  };
4559
- class: PropType<import("../../composables/component").ClassValue>;
4559
+ class: PropType<import("../../composables/component.js").ClassValue>;
4560
4560
  theme: StringConstructor;
4561
4561
  placeholder: StringConstructor;
4562
4562
  messages: {
@@ -4575,21 +4575,21 @@ export declare const VSelect: {
4575
4575
  default: number;
4576
4576
  };
4577
4577
  rules: {
4578
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
4578
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
4579
4579
  default: () => never[];
4580
4580
  };
4581
4581
  modelValue: {
4582
4582
  type: PropType<any>;
4583
4583
  default: any;
4584
4584
  };
4585
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
4585
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
4586
4586
  rounded: {
4587
4587
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4588
4588
  default: undefined;
4589
4589
  };
4590
4590
  tile: BooleanConstructor;
4591
4591
  density: {
4592
- type: PropType<import("../../composables/density").Density>;
4592
+ type: PropType<import("../../composables/density.js").Density>;
4593
4593
  default: string;
4594
4594
  validator: (v: any) => boolean;
4595
4595
  };
@@ -4624,7 +4624,7 @@ export declare const VSelect: {
4624
4624
  counterValue: PropType<number | ((value: any) => number)>;
4625
4625
  modelModifiers: PropType<Record<string, boolean>>;
4626
4626
  items: {
4627
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
4627
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
4628
4628
  default: () => never[];
4629
4629
  };
4630
4630
  itemTitle: {