@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,11 +1,11 @@
1
- import { VList } from "../VList";
2
- import { VMenu } from "../VMenu";
3
- import { deepEqual } from "../../util";
1
+ import { VList } from "../VList/index.js";
2
+ import { VMenu } from "../VMenu/index.js";
3
+ import { deepEqual } from "../../util/index.js";
4
4
  import type { PropType } from 'vue';
5
- import type { VFieldSlots } from "../VField/VField";
6
- import type { VInputSlots } from "../VInput/VInput";
7
- import type { ListItem } from "../../composables/list-items";
8
- import type { GenericProps, SelectItemKey } from "../../util";
5
+ import type { VFieldSlots } from "../VField/VField.js";
6
+ import type { VInputSlots } from "../VInput/VInput.js";
7
+ import type { ListItem } from "../../composables/list-items.js";
8
+ import type { GenericProps, SelectItemKey } from "../../util/index.js";
9
9
  type Primitive = string | number | boolean | symbol;
10
10
  type Val<T, ReturnObject extends boolean> = string | ([T] extends [Primitive] ? T : (ReturnObject extends true ? T : any));
11
11
  type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject> | null;
@@ -325,14 +325,14 @@ export declare const makeVComboboxProps: <Defaults extends {
325
325
  default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
326
326
  };
327
327
  rules: unknown extends Defaults["rules"] ? {
328
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
328
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
329
329
  default: () => never[];
330
330
  } : Omit<{
331
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
331
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
332
332
  default: () => never[];
333
333
  }, "type" | "default"> & {
334
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
335
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
334
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
335
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
336
336
  };
337
337
  modelValue: unknown extends Defaults["modelValue"] ? {
338
338
  type: PropType<any>;
@@ -363,16 +363,16 @@ export declare const makeVComboboxProps: <Defaults extends {
363
363
  default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
364
364
  };
365
365
  density: unknown extends Defaults["density"] ? {
366
- type: PropType<import("../../composables/density").Density>;
366
+ type: PropType<import("../../composables/density.js").Density>;
367
367
  default: string;
368
368
  validator: (v: any) => boolean;
369
369
  } : Omit<{
370
- type: PropType<import("../../composables/density").Density>;
370
+ type: PropType<import("../../composables/density.js").Density>;
371
371
  default: string;
372
372
  validator: (v: any) => boolean;
373
373
  }, "type" | "default"> & {
374
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
375
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
374
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
375
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
376
376
  };
377
377
  baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
378
378
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
@@ -382,27 +382,27 @@ export declare const makeVComboboxProps: <Defaults extends {
382
382
  type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
383
383
  default: unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"];
384
384
  };
385
- prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons").IconValue> : {
386
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
387
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
385
+ prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
386
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
387
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
388
388
  };
389
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
390
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
391
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
389
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
390
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
391
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
392
392
  };
393
393
  clearIcon: unknown extends Defaults["clearIcon"] ? {
394
- type: PropType<import("../../composables/icons").IconValue>;
394
+ type: PropType<import("../../composables/icons.js").IconValue>;
395
395
  default: string;
396
396
  } : Omit<{
397
- type: PropType<import("../../composables/icons").IconValue>;
397
+ type: PropType<import("../../composables/icons.js").IconValue>;
398
398
  default: string;
399
399
  }, "type" | "default"> & {
400
- type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
401
- default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
400
+ type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
401
+ default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
402
402
  };
403
- prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
404
- type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
405
- default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
403
+ prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
404
+ type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
405
+ default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
406
406
  };
407
407
  'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
408
408
  type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
@@ -483,10 +483,10 @@ export declare const makeVComboboxProps: <Defaults extends {
483
483
  default: unknown extends Defaults["modelModifiers"] ? Record<string, boolean> : Record<string, boolean> | Defaults["modelModifiers"];
484
484
  };
485
485
  items: unknown extends Defaults["items"] ? {
486
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
486
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
487
487
  default: () => never[];
488
488
  } : Omit<{
489
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
489
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
490
490
  default: () => never[];
491
491
  }, "type" | "default"> & {
492
492
  type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
@@ -608,17 +608,17 @@ export declare const makeVComboboxProps: <Defaults extends {
608
608
  nav: boolean;
609
609
  style: import("vue").StyleValue;
610
610
  disabled: boolean;
611
- tag: string | import("../../util").JSXComponent;
611
+ tag: string | import("../../util/index.js").JSXComponent;
612
612
  lines: false | "one" | "two" | "three";
613
613
  mandatory: boolean;
614
614
  rounded: string | number | boolean;
615
615
  tile: boolean;
616
- density: import("../../composables/density").Density;
616
+ density: import("../../composables/density.js").Density;
617
617
  slim: boolean;
618
618
  activatable: boolean;
619
619
  selectable: boolean;
620
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
621
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
620
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
621
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
622
622
  returnObject: boolean;
623
623
  itemType: string;
624
624
  }> & Omit<{
@@ -626,16 +626,16 @@ export declare const makeVComboboxProps: <Defaults extends {
626
626
  nav: boolean;
627
627
  style: import("vue").StyleValue;
628
628
  disabled: boolean;
629
- tag: string | import("../../util").JSXComponent;
629
+ tag: string | import("../../util/index.js").JSXComponent;
630
630
  lines: false | "one" | "two" | "three";
631
631
  mandatory: boolean;
632
632
  tile: boolean;
633
- density: import("../../composables/density").Density;
633
+ density: import("../../composables/density.js").Density;
634
634
  slim: boolean;
635
635
  activatable: boolean;
636
636
  selectable: boolean;
637
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
638
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
637
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
638
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
639
639
  returnObject: boolean;
640
640
  itemType: string;
641
641
  height?: string | number | undefined;
@@ -656,9 +656,9 @@ export declare const makeVComboboxProps: <Defaults extends {
656
656
  activeColor?: string | undefined;
657
657
  valueComparator?: typeof deepEqual | undefined;
658
658
  activeClass?: string | undefined;
659
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
660
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
661
- expandIcon?: import("../../composables/icons").IconValue | undefined;
659
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
660
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
661
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
662
662
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
663
663
  "onClick:activate"?: ((value: {
664
664
  id: unknown;
@@ -687,101 +687,101 @@ export declare const makeVComboboxProps: <Defaults extends {
687
687
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
688
688
  } & {
689
689
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
690
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
690
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
691
691
  item: any;
692
692
  }) => import("vue").VNodeChild) | undefined;
693
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
693
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
694
694
  item: any;
695
695
  }) => import("vue").VNodeChild) | undefined;
696
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
696
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
697
697
  item: any;
698
698
  }) => import("vue").VNodeChild) | undefined;
699
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
699
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
700
700
  item: any;
701
701
  }) => import("vue").VNodeChild) | undefined;
702
702
  default?: (() => import("vue").VNodeChild) | undefined;
703
703
  item?: ((arg: {
704
- props: import("../VList/VList").InternalListItem["props"];
704
+ props: import("../VList/VList.js").InternalListItem["props"];
705
705
  }) => import("vue").VNodeChild) | undefined;
706
706
  divider?: ((arg: {
707
- props: import("../VList/VList").InternalListItem["props"];
707
+ props: import("../VList/VList.js").InternalListItem["props"];
708
708
  }) => import("vue").VNodeChild) | undefined;
709
709
  subheader?: ((arg: {
710
- props: import("../VList/VList").InternalListItem["props"];
710
+ props: import("../VList/VList.js").InternalListItem["props"];
711
711
  }) => import("vue").VNodeChild) | undefined;
712
712
  header?: ((arg: {
713
- props: import("../VList/VList").InternalListItem["props"];
713
+ props: import("../VList/VList.js").InternalListItem["props"];
714
714
  }) => import("vue").VNodeChild) | undefined;
715
715
  };
716
716
  'v-slots'?: {
717
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
717
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
718
718
  item: any;
719
719
  }) => import("vue").VNodeChild) | undefined;
720
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
720
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
721
721
  item: any;
722
722
  }) => import("vue").VNodeChild) | undefined;
723
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
723
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
724
724
  item: any;
725
725
  }) => import("vue").VNodeChild) | undefined;
726
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
726
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
727
727
  item: any;
728
728
  }) => import("vue").VNodeChild) | undefined;
729
729
  default?: false | (() => import("vue").VNodeChild) | undefined;
730
730
  item?: false | ((arg: {
731
- props: import("../VList/VList").InternalListItem["props"];
731
+ props: import("../VList/VList.js").InternalListItem["props"];
732
732
  }) => import("vue").VNodeChild) | undefined;
733
733
  divider?: false | ((arg: {
734
- props: import("../VList/VList").InternalListItem["props"];
734
+ props: import("../VList/VList.js").InternalListItem["props"];
735
735
  }) => import("vue").VNodeChild) | undefined;
736
736
  subheader?: false | ((arg: {
737
- props: import("../VList/VList").InternalListItem["props"];
737
+ props: import("../VList/VList.js").InternalListItem["props"];
738
738
  }) => import("vue").VNodeChild) | undefined;
739
739
  header?: false | ((arg: {
740
- props: import("../VList/VList").InternalListItem["props"];
740
+ props: import("../VList/VList.js").InternalListItem["props"];
741
741
  }) => import("vue").VNodeChild) | undefined;
742
742
  } | undefined;
743
743
  } & {
744
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
744
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
745
745
  item: any;
746
746
  }) => import("vue").VNodeChild) | undefined;
747
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
747
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
748
748
  item: any;
749
749
  }) => import("vue").VNodeChild) | undefined;
750
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
750
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
751
751
  item: any;
752
752
  }) => import("vue").VNodeChild) | undefined;
753
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
753
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
754
754
  item: any;
755
755
  }) => import("vue").VNodeChild) | undefined;
756
756
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
757
757
  "v-slot:item"?: false | ((arg: {
758
- props: import("../VList/VList").InternalListItem["props"];
758
+ props: import("../VList/VList.js").InternalListItem["props"];
759
759
  }) => import("vue").VNodeChild) | undefined;
760
760
  "v-slot:divider"?: 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
  "v-slot:subheader"?: 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
  "v-slot:header"?: 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
  } : (Partial<{
770
770
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
771
771
  nav: boolean;
772
772
  style: import("vue").StyleValue;
773
773
  disabled: boolean;
774
- tag: string | import("../../util").JSXComponent;
774
+ tag: string | import("../../util/index.js").JSXComponent;
775
775
  lines: false | "one" | "two" | "three";
776
776
  mandatory: boolean;
777
777
  rounded: string | number | boolean;
778
778
  tile: boolean;
779
- density: import("../../composables/density").Density;
779
+ density: import("../../composables/density.js").Density;
780
780
  slim: boolean;
781
781
  activatable: boolean;
782
782
  selectable: boolean;
783
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
784
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
783
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
784
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
785
785
  returnObject: boolean;
786
786
  itemType: string;
787
787
  }> & Omit<{
@@ -789,16 +789,16 @@ export declare const makeVComboboxProps: <Defaults extends {
789
789
  nav: boolean;
790
790
  style: import("vue").StyleValue;
791
791
  disabled: boolean;
792
- tag: string | import("../../util").JSXComponent;
792
+ tag: string | import("../../util/index.js").JSXComponent;
793
793
  lines: false | "one" | "two" | "three";
794
794
  mandatory: boolean;
795
795
  tile: boolean;
796
- density: import("../../composables/density").Density;
796
+ density: import("../../composables/density.js").Density;
797
797
  slim: boolean;
798
798
  activatable: boolean;
799
799
  selectable: boolean;
800
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
801
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
800
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
801
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
802
802
  returnObject: boolean;
803
803
  itemType: string;
804
804
  height?: string | number | undefined;
@@ -819,9 +819,9 @@ export declare const makeVComboboxProps: <Defaults extends {
819
819
  activeColor?: string | undefined;
820
820
  valueComparator?: typeof deepEqual | undefined;
821
821
  activeClass?: string | undefined;
822
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
823
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
824
- expandIcon?: import("../../composables/icons").IconValue | undefined;
822
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
823
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
824
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
825
825
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
826
826
  "onClick:activate"?: ((value: {
827
827
  id: unknown;
@@ -850,84 +850,84 @@ export declare const makeVComboboxProps: <Defaults extends {
850
850
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
851
851
  } & {
852
852
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
853
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
853
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
854
854
  item: any;
855
855
  }) => import("vue").VNodeChild) | undefined;
856
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
856
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
857
857
  item: any;
858
858
  }) => import("vue").VNodeChild) | undefined;
859
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
859
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
860
860
  item: any;
861
861
  }) => import("vue").VNodeChild) | undefined;
862
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
862
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
863
863
  item: any;
864
864
  }) => import("vue").VNodeChild) | undefined;
865
865
  default?: (() => import("vue").VNodeChild) | undefined;
866
866
  item?: ((arg: {
867
- props: import("../VList/VList").InternalListItem["props"];
867
+ props: import("../VList/VList.js").InternalListItem["props"];
868
868
  }) => import("vue").VNodeChild) | undefined;
869
869
  divider?: ((arg: {
870
- props: import("../VList/VList").InternalListItem["props"];
870
+ props: import("../VList/VList.js").InternalListItem["props"];
871
871
  }) => import("vue").VNodeChild) | undefined;
872
872
  subheader?: ((arg: {
873
- props: import("../VList/VList").InternalListItem["props"];
873
+ props: import("../VList/VList.js").InternalListItem["props"];
874
874
  }) => import("vue").VNodeChild) | undefined;
875
875
  header?: ((arg: {
876
- props: import("../VList/VList").InternalListItem["props"];
876
+ props: import("../VList/VList.js").InternalListItem["props"];
877
877
  }) => import("vue").VNodeChild) | undefined;
878
878
  };
879
879
  'v-slots'?: {
880
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
880
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
881
881
  item: any;
882
882
  }) => import("vue").VNodeChild) | undefined;
883
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
883
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
884
884
  item: any;
885
885
  }) => import("vue").VNodeChild) | undefined;
886
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
886
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
887
887
  item: any;
888
888
  }) => import("vue").VNodeChild) | undefined;
889
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
889
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
890
890
  item: any;
891
891
  }) => import("vue").VNodeChild) | undefined;
892
892
  default?: false | (() => import("vue").VNodeChild) | undefined;
893
893
  item?: false | ((arg: {
894
- props: import("../VList/VList").InternalListItem["props"];
894
+ props: import("../VList/VList.js").InternalListItem["props"];
895
895
  }) => import("vue").VNodeChild) | undefined;
896
896
  divider?: false | ((arg: {
897
- props: import("../VList/VList").InternalListItem["props"];
897
+ props: import("../VList/VList.js").InternalListItem["props"];
898
898
  }) => import("vue").VNodeChild) | undefined;
899
899
  subheader?: false | ((arg: {
900
- props: import("../VList/VList").InternalListItem["props"];
900
+ props: import("../VList/VList.js").InternalListItem["props"];
901
901
  }) => import("vue").VNodeChild) | undefined;
902
902
  header?: false | ((arg: {
903
- props: import("../VList/VList").InternalListItem["props"];
903
+ props: import("../VList/VList.js").InternalListItem["props"];
904
904
  }) => import("vue").VNodeChild) | undefined;
905
905
  } | undefined;
906
906
  } & {
907
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
907
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
908
908
  item: any;
909
909
  }) => import("vue").VNodeChild) | undefined;
910
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
910
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
911
911
  item: any;
912
912
  }) => import("vue").VNodeChild) | undefined;
913
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
913
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
914
914
  item: any;
915
915
  }) => import("vue").VNodeChild) | undefined;
916
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
916
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
917
917
  item: any;
918
918
  }) => import("vue").VNodeChild) | undefined;
919
919
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
920
920
  "v-slot:item"?: false | ((arg: {
921
- props: import("../VList/VList").InternalListItem["props"];
921
+ props: import("../VList/VList.js").InternalListItem["props"];
922
922
  }) => import("vue").VNodeChild) | undefined;
923
923
  "v-slot:divider"?: false | ((arg: {
924
- props: import("../VList/VList").InternalListItem["props"];
924
+ props: import("../VList/VList.js").InternalListItem["props"];
925
925
  }) => import("vue").VNodeChild) | undefined;
926
926
  "v-slot:subheader"?: false | ((arg: {
927
- props: import("../VList/VList").InternalListItem["props"];
927
+ props: import("../VList/VList.js").InternalListItem["props"];
928
928
  }) => import("vue").VNodeChild) | undefined;
929
929
  "v-slot:header"?: false | ((arg: {
930
- props: import("../VList/VList").InternalListItem["props"];
930
+ props: import("../VList/VList.js").InternalListItem["props"];
931
931
  }) => import("vue").VNodeChild) | undefined;
932
932
  }) | Defaults["listProps"]>;
933
933
  default: unknown extends Defaults["listProps"] ? Partial<{
@@ -935,17 +935,17 @@ export declare const makeVComboboxProps: <Defaults extends {
935
935
  nav: boolean;
936
936
  style: import("vue").StyleValue;
937
937
  disabled: boolean;
938
- tag: string | import("../../util").JSXComponent;
938
+ tag: string | import("../../util/index.js").JSXComponent;
939
939
  lines: false | "one" | "two" | "three";
940
940
  mandatory: boolean;
941
941
  rounded: string | number | boolean;
942
942
  tile: boolean;
943
- density: import("../../composables/density").Density;
943
+ density: import("../../composables/density.js").Density;
944
944
  slim: boolean;
945
945
  activatable: boolean;
946
946
  selectable: boolean;
947
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
948
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
947
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
948
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
949
949
  returnObject: boolean;
950
950
  itemType: string;
951
951
  }> & Omit<{
@@ -953,16 +953,16 @@ export declare const makeVComboboxProps: <Defaults extends {
953
953
  nav: boolean;
954
954
  style: import("vue").StyleValue;
955
955
  disabled: boolean;
956
- tag: string | import("../../util").JSXComponent;
956
+ tag: string | import("../../util/index.js").JSXComponent;
957
957
  lines: false | "one" | "two" | "three";
958
958
  mandatory: boolean;
959
959
  tile: boolean;
960
- density: import("../../composables/density").Density;
960
+ density: import("../../composables/density.js").Density;
961
961
  slim: boolean;
962
962
  activatable: boolean;
963
963
  selectable: boolean;
964
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
965
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
964
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
965
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
966
966
  returnObject: boolean;
967
967
  itemType: string;
968
968
  height?: string | number | undefined;
@@ -983,9 +983,9 @@ export declare const makeVComboboxProps: <Defaults extends {
983
983
  activeColor?: string | undefined;
984
984
  valueComparator?: typeof deepEqual | undefined;
985
985
  activeClass?: string | undefined;
986
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
987
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
988
- expandIcon?: import("../../composables/icons").IconValue | undefined;
986
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
987
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
988
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
989
989
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
990
990
  "onClick:activate"?: ((value: {
991
991
  id: unknown;
@@ -1014,101 +1014,101 @@ export declare const makeVComboboxProps: <Defaults extends {
1014
1014
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
1015
1015
  } & {
1016
1016
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1017
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1017
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1018
1018
  item: any;
1019
1019
  }) => import("vue").VNodeChild) | undefined;
1020
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
1020
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1021
1021
  item: any;
1022
1022
  }) => import("vue").VNodeChild) | undefined;
1023
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
1023
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1024
1024
  item: any;
1025
1025
  }) => import("vue").VNodeChild) | undefined;
1026
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1026
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1027
1027
  item: any;
1028
1028
  }) => import("vue").VNodeChild) | undefined;
1029
1029
  default?: (() => import("vue").VNodeChild) | undefined;
1030
1030
  item?: ((arg: {
1031
- props: import("../VList/VList").InternalListItem["props"];
1031
+ props: import("../VList/VList.js").InternalListItem["props"];
1032
1032
  }) => import("vue").VNodeChild) | undefined;
1033
1033
  divider?: ((arg: {
1034
- props: import("../VList/VList").InternalListItem["props"];
1034
+ props: import("../VList/VList.js").InternalListItem["props"];
1035
1035
  }) => import("vue").VNodeChild) | undefined;
1036
1036
  subheader?: ((arg: {
1037
- props: import("../VList/VList").InternalListItem["props"];
1037
+ props: import("../VList/VList.js").InternalListItem["props"];
1038
1038
  }) => import("vue").VNodeChild) | undefined;
1039
1039
  header?: ((arg: {
1040
- props: import("../VList/VList").InternalListItem["props"];
1040
+ props: import("../VList/VList.js").InternalListItem["props"];
1041
1041
  }) => import("vue").VNodeChild) | undefined;
1042
1042
  };
1043
1043
  'v-slots'?: {
1044
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1044
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1045
1045
  item: any;
1046
1046
  }) => import("vue").VNodeChild) | undefined;
1047
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1047
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1048
1048
  item: any;
1049
1049
  }) => import("vue").VNodeChild) | undefined;
1050
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1050
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1051
1051
  item: any;
1052
1052
  }) => import("vue").VNodeChild) | undefined;
1053
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1053
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1054
1054
  item: any;
1055
1055
  }) => import("vue").VNodeChild) | undefined;
1056
1056
  default?: false | (() => import("vue").VNodeChild) | undefined;
1057
1057
  item?: false | ((arg: {
1058
- props: import("../VList/VList").InternalListItem["props"];
1058
+ props: import("../VList/VList.js").InternalListItem["props"];
1059
1059
  }) => import("vue").VNodeChild) | undefined;
1060
1060
  divider?: false | ((arg: {
1061
- props: import("../VList/VList").InternalListItem["props"];
1061
+ props: import("../VList/VList.js").InternalListItem["props"];
1062
1062
  }) => import("vue").VNodeChild) | undefined;
1063
1063
  subheader?: false | ((arg: {
1064
- props: import("../VList/VList").InternalListItem["props"];
1064
+ props: import("../VList/VList.js").InternalListItem["props"];
1065
1065
  }) => import("vue").VNodeChild) | undefined;
1066
1066
  header?: false | ((arg: {
1067
- props: import("../VList/VList").InternalListItem["props"];
1067
+ props: import("../VList/VList.js").InternalListItem["props"];
1068
1068
  }) => import("vue").VNodeChild) | undefined;
1069
1069
  } | undefined;
1070
1070
  } & {
1071
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1071
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1072
1072
  item: any;
1073
1073
  }) => import("vue").VNodeChild) | undefined;
1074
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1074
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1075
1075
  item: any;
1076
1076
  }) => import("vue").VNodeChild) | undefined;
1077
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1077
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1078
1078
  item: any;
1079
1079
  }) => import("vue").VNodeChild) | undefined;
1080
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1080
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1081
1081
  item: any;
1082
1082
  }) => import("vue").VNodeChild) | undefined;
1083
1083
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1084
1084
  "v-slot:item"?: false | ((arg: {
1085
- props: import("../VList/VList").InternalListItem["props"];
1085
+ props: import("../VList/VList.js").InternalListItem["props"];
1086
1086
  }) => import("vue").VNodeChild) | undefined;
1087
1087
  "v-slot:divider"?: false | ((arg: {
1088
- props: import("../VList/VList").InternalListItem["props"];
1088
+ props: import("../VList/VList.js").InternalListItem["props"];
1089
1089
  }) => import("vue").VNodeChild) | undefined;
1090
1090
  "v-slot:subheader"?: false | ((arg: {
1091
- props: import("../VList/VList").InternalListItem["props"];
1091
+ props: import("../VList/VList.js").InternalListItem["props"];
1092
1092
  }) => import("vue").VNodeChild) | undefined;
1093
1093
  "v-slot:header"?: false | ((arg: {
1094
- props: import("../VList/VList").InternalListItem["props"];
1094
+ props: import("../VList/VList.js").InternalListItem["props"];
1095
1095
  }) => import("vue").VNodeChild) | undefined;
1096
1096
  } : NonNullable<Partial<{
1097
1097
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1098
1098
  nav: boolean;
1099
1099
  style: import("vue").StyleValue;
1100
1100
  disabled: boolean;
1101
- tag: string | import("../../util").JSXComponent;
1101
+ tag: string | import("../../util/index.js").JSXComponent;
1102
1102
  lines: false | "one" | "two" | "three";
1103
1103
  mandatory: boolean;
1104
1104
  rounded: string | number | boolean;
1105
1105
  tile: boolean;
1106
- density: import("../../composables/density").Density;
1106
+ density: import("../../composables/density.js").Density;
1107
1107
  slim: boolean;
1108
1108
  activatable: boolean;
1109
1109
  selectable: boolean;
1110
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1111
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1110
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1111
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1112
1112
  returnObject: boolean;
1113
1113
  itemType: string;
1114
1114
  }> & Omit<{
@@ -1116,16 +1116,16 @@ export declare const makeVComboboxProps: <Defaults extends {
1116
1116
  nav: boolean;
1117
1117
  style: import("vue").StyleValue;
1118
1118
  disabled: boolean;
1119
- tag: string | import("../../util").JSXComponent;
1119
+ tag: string | import("../../util/index.js").JSXComponent;
1120
1120
  lines: false | "one" | "two" | "three";
1121
1121
  mandatory: boolean;
1122
1122
  tile: boolean;
1123
- density: import("../../composables/density").Density;
1123
+ density: import("../../composables/density.js").Density;
1124
1124
  slim: boolean;
1125
1125
  activatable: boolean;
1126
1126
  selectable: boolean;
1127
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1128
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1127
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1128
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1129
1129
  returnObject: boolean;
1130
1130
  itemType: string;
1131
1131
  height?: string | number | undefined;
@@ -1146,9 +1146,9 @@ export declare const makeVComboboxProps: <Defaults extends {
1146
1146
  activeColor?: string | undefined;
1147
1147
  valueComparator?: typeof deepEqual | undefined;
1148
1148
  activeClass?: string | undefined;
1149
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
1150
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
1151
- expandIcon?: import("../../composables/icons").IconValue | undefined;
1149
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
1150
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
1151
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
1152
1152
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
1153
1153
  "onClick:activate"?: ((value: {
1154
1154
  id: unknown;
@@ -1177,84 +1177,84 @@ export declare const makeVComboboxProps: <Defaults extends {
1177
1177
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
1178
1178
  } & {
1179
1179
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1180
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1180
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1181
1181
  item: any;
1182
1182
  }) => import("vue").VNodeChild) | undefined;
1183
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
1183
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1184
1184
  item: any;
1185
1185
  }) => import("vue").VNodeChild) | undefined;
1186
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
1186
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1187
1187
  item: any;
1188
1188
  }) => import("vue").VNodeChild) | undefined;
1189
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1189
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1190
1190
  item: any;
1191
1191
  }) => import("vue").VNodeChild) | undefined;
1192
1192
  default?: (() => import("vue").VNodeChild) | undefined;
1193
1193
  item?: ((arg: {
1194
- props: import("../VList/VList").InternalListItem["props"];
1194
+ props: import("../VList/VList.js").InternalListItem["props"];
1195
1195
  }) => import("vue").VNodeChild) | undefined;
1196
1196
  divider?: ((arg: {
1197
- props: import("../VList/VList").InternalListItem["props"];
1197
+ props: import("../VList/VList.js").InternalListItem["props"];
1198
1198
  }) => import("vue").VNodeChild) | undefined;
1199
1199
  subheader?: ((arg: {
1200
- props: import("../VList/VList").InternalListItem["props"];
1200
+ props: import("../VList/VList.js").InternalListItem["props"];
1201
1201
  }) => import("vue").VNodeChild) | undefined;
1202
1202
  header?: ((arg: {
1203
- props: import("../VList/VList").InternalListItem["props"];
1203
+ props: import("../VList/VList.js").InternalListItem["props"];
1204
1204
  }) => import("vue").VNodeChild) | undefined;
1205
1205
  };
1206
1206
  'v-slots'?: {
1207
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1207
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1208
1208
  item: any;
1209
1209
  }) => import("vue").VNodeChild) | undefined;
1210
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1210
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1211
1211
  item: any;
1212
1212
  }) => import("vue").VNodeChild) | undefined;
1213
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1213
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1214
1214
  item: any;
1215
1215
  }) => import("vue").VNodeChild) | undefined;
1216
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1216
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1217
1217
  item: any;
1218
1218
  }) => import("vue").VNodeChild) | undefined;
1219
1219
  default?: false | (() => import("vue").VNodeChild) | undefined;
1220
1220
  item?: false | ((arg: {
1221
- props: import("../VList/VList").InternalListItem["props"];
1221
+ props: import("../VList/VList.js").InternalListItem["props"];
1222
1222
  }) => import("vue").VNodeChild) | undefined;
1223
1223
  divider?: false | ((arg: {
1224
- props: import("../VList/VList").InternalListItem["props"];
1224
+ props: import("../VList/VList.js").InternalListItem["props"];
1225
1225
  }) => import("vue").VNodeChild) | undefined;
1226
1226
  subheader?: false | ((arg: {
1227
- props: import("../VList/VList").InternalListItem["props"];
1227
+ props: import("../VList/VList.js").InternalListItem["props"];
1228
1228
  }) => import("vue").VNodeChild) | undefined;
1229
1229
  header?: false | ((arg: {
1230
- props: import("../VList/VList").InternalListItem["props"];
1230
+ props: import("../VList/VList.js").InternalListItem["props"];
1231
1231
  }) => import("vue").VNodeChild) | undefined;
1232
1232
  } | undefined;
1233
1233
  } & {
1234
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1234
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1235
1235
  item: any;
1236
1236
  }) => import("vue").VNodeChild) | undefined;
1237
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1237
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1238
1238
  item: any;
1239
1239
  }) => import("vue").VNodeChild) | undefined;
1240
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1240
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1241
1241
  item: any;
1242
1242
  }) => import("vue").VNodeChild) | undefined;
1243
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1243
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1244
1244
  item: any;
1245
1245
  }) => import("vue").VNodeChild) | undefined;
1246
1246
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1247
1247
  "v-slot:item"?: false | ((arg: {
1248
- props: import("../VList/VList").InternalListItem["props"];
1248
+ props: import("../VList/VList.js").InternalListItem["props"];
1249
1249
  }) => import("vue").VNodeChild) | undefined;
1250
1250
  "v-slot:divider"?: false | ((arg: {
1251
- props: import("../VList/VList").InternalListItem["props"];
1251
+ props: import("../VList/VList.js").InternalListItem["props"];
1252
1252
  }) => import("vue").VNodeChild) | undefined;
1253
1253
  "v-slot:subheader"?: false | ((arg: {
1254
- props: import("../VList/VList").InternalListItem["props"];
1254
+ props: import("../VList/VList.js").InternalListItem["props"];
1255
1255
  }) => import("vue").VNodeChild) | undefined;
1256
1256
  "v-slot:header"?: false | ((arg: {
1257
- props: import("../VList/VList").InternalListItem["props"];
1257
+ props: import("../VList/VList.js").InternalListItem["props"];
1258
1258
  }) => import("vue").VNodeChild) | undefined;
1259
1259
  }> | Defaults["listProps"];
1260
1260
  };
@@ -1263,14 +1263,14 @@ export declare const makeVComboboxProps: <Defaults extends {
1263
1263
  default: unknown extends Defaults["menu"] ? boolean : boolean | Defaults["menu"];
1264
1264
  };
1265
1265
  menuIcon: unknown extends Defaults["menuIcon"] ? {
1266
- type: PropType<import("../../composables/icons").IconValue>;
1266
+ type: PropType<import("../../composables/icons.js").IconValue>;
1267
1267
  default: string;
1268
1268
  } : Omit<{
1269
- type: PropType<import("../../composables/icons").IconValue>;
1269
+ type: PropType<import("../../composables/icons.js").IconValue>;
1270
1270
  default: string;
1271
1271
  }, "type" | "default"> & {
1272
- type: PropType<unknown extends Defaults["menuIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["menuIcon"]>;
1273
- default: unknown extends Defaults["menuIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["menuIcon"];
1272
+ type: PropType<unknown extends Defaults["menuIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["menuIcon"]>;
1273
+ default: unknown extends Defaults["menuIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["menuIcon"];
1274
1274
  };
1275
1275
  menuProps: unknown extends Defaults["menuProps"] ? {
1276
1276
  type: PropType<VMenu["$props"]>;
@@ -1278,8 +1278,8 @@ export declare const makeVComboboxProps: <Defaults extends {
1278
1278
  type: PropType<VMenu["$props"]>;
1279
1279
  }, "type" | "default"> & {
1280
1280
  type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
1281
- location: import("../../util").Anchor | undefined;
1282
- origin: "auto" | import("../../util").Anchor | "overlap";
1281
+ location: import("../../util/index.js").Anchor | undefined;
1282
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1283
1283
  transition: string | boolean | (import("vue").TransitionProps & {
1284
1284
  component?: import("vue").Component;
1285
1285
  }) | {
@@ -1291,10 +1291,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1291
1291
  disabled: boolean;
1292
1292
  persistent: boolean;
1293
1293
  modelValue: boolean;
1294
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1294
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1295
1295
  updateLocation: (e?: Event) => void;
1296
1296
  });
1297
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1297
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1298
1298
  closeDelay: string | number;
1299
1299
  openDelay: string | number;
1300
1300
  activatorProps: Record<string, any>;
@@ -1308,8 +1308,8 @@ export declare const makeVComboboxProps: <Defaults extends {
1308
1308
  scrim: string | boolean;
1309
1309
  submenu: boolean;
1310
1310
  }> & Omit<{
1311
- location: import("../../util").Anchor | undefined;
1312
- origin: "auto" | import("../../util").Anchor | "overlap";
1311
+ location: import("../../util/index.js").Anchor | undefined;
1312
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1313
1313
  transition: string | boolean | (import("vue").TransitionProps & {
1314
1314
  component?: import("vue").Component;
1315
1315
  }) | {
@@ -1321,10 +1321,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1321
1321
  disabled: boolean;
1322
1322
  persistent: boolean;
1323
1323
  modelValue: boolean;
1324
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1324
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1325
1325
  updateLocation: (e?: Event) => void;
1326
1326
  });
1327
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1327
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1328
1328
  closeDelay: string | number;
1329
1329
  openDelay: string | number;
1330
1330
  activatorProps: Record<string, any>;
@@ -1360,7 +1360,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1360
1360
  activator?: ((arg: {
1361
1361
  isActive: boolean;
1362
1362
  props: Record<string, any>;
1363
- targetRef: import("../../util").TemplateRef;
1363
+ targetRef: import("../../util/index.js").TemplateRef;
1364
1364
  }) => import("vue").VNodeChild) | undefined;
1365
1365
  } | ((arg: {
1366
1366
  isActive: import("vue").Ref<boolean>;
@@ -1372,7 +1372,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1372
1372
  activator?: false | ((arg: {
1373
1373
  isActive: boolean;
1374
1374
  props: Record<string, any>;
1375
- targetRef: import("../../util").TemplateRef;
1375
+ targetRef: import("../../util/index.js").TemplateRef;
1376
1376
  }) => import("vue").VNodeChild) | undefined;
1377
1377
  } | undefined;
1378
1378
  "v-slot:default"?: false | ((arg: {
@@ -1381,12 +1381,12 @@ export declare const makeVComboboxProps: <Defaults extends {
1381
1381
  "v-slot:activator"?: false | ((arg: {
1382
1382
  isActive: boolean;
1383
1383
  props: Record<string, any>;
1384
- targetRef: import("../../util").TemplateRef;
1384
+ targetRef: import("../../util/index.js").TemplateRef;
1385
1385
  }) => import("vue").VNodeChild) | undefined;
1386
1386
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1387
1387
  } & 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<{
1388
- location: import("../../util").Anchor | undefined;
1389
- origin: "auto" | import("../../util").Anchor | "overlap";
1388
+ location: import("../../util/index.js").Anchor | undefined;
1389
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1390
1390
  transition: string | boolean | (import("vue").TransitionProps & {
1391
1391
  component?: import("vue").Component;
1392
1392
  }) | {
@@ -1398,10 +1398,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1398
1398
  disabled: boolean;
1399
1399
  persistent: boolean;
1400
1400
  modelValue: boolean;
1401
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1401
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1402
1402
  updateLocation: (e?: Event) => void;
1403
1403
  });
1404
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1404
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1405
1405
  closeDelay: string | number;
1406
1406
  openDelay: string | number;
1407
1407
  activatorProps: Record<string, any>;
@@ -1415,8 +1415,8 @@ export declare const makeVComboboxProps: <Defaults extends {
1415
1415
  scrim: string | boolean;
1416
1416
  submenu: boolean;
1417
1417
  }> & Omit<{
1418
- location: import("../../util").Anchor | undefined;
1419
- origin: "auto" | import("../../util").Anchor | "overlap";
1418
+ location: import("../../util/index.js").Anchor | undefined;
1419
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1420
1420
  transition: string | boolean | (import("vue").TransitionProps & {
1421
1421
  component?: import("vue").Component;
1422
1422
  }) | {
@@ -1428,10 +1428,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1428
1428
  disabled: boolean;
1429
1429
  persistent: boolean;
1430
1430
  modelValue: boolean;
1431
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1431
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1432
1432
  updateLocation: (e?: Event) => void;
1433
1433
  });
1434
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1434
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1435
1435
  closeDelay: string | number;
1436
1436
  openDelay: string | number;
1437
1437
  activatorProps: Record<string, any>;
@@ -1467,7 +1467,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1467
1467
  activator?: ((arg: {
1468
1468
  isActive: boolean;
1469
1469
  props: Record<string, any>;
1470
- targetRef: import("../../util").TemplateRef;
1470
+ targetRef: import("../../util/index.js").TemplateRef;
1471
1471
  }) => import("vue").VNodeChild) | undefined;
1472
1472
  } | ((arg: {
1473
1473
  isActive: import("vue").Ref<boolean>;
@@ -1479,7 +1479,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1479
1479
  activator?: false | ((arg: {
1480
1480
  isActive: boolean;
1481
1481
  props: Record<string, any>;
1482
- targetRef: import("../../util").TemplateRef;
1482
+ targetRef: import("../../util/index.js").TemplateRef;
1483
1483
  }) => import("vue").VNodeChild) | undefined;
1484
1484
  } | undefined;
1485
1485
  "v-slot:default"?: false | ((arg: {
@@ -1488,13 +1488,13 @@ export declare const makeVComboboxProps: <Defaults extends {
1488
1488
  "v-slot:activator"?: false | ((arg: {
1489
1489
  isActive: boolean;
1490
1490
  props: Record<string, any>;
1491
- targetRef: import("../../util").TemplateRef;
1491
+ targetRef: import("../../util/index.js").TemplateRef;
1492
1492
  }) => import("vue").VNodeChild) | undefined;
1493
1493
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1494
1494
  } & 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"]>;
1495
1495
  default: unknown extends Defaults["menuProps"] ? Partial<{
1496
- location: import("../../util").Anchor | undefined;
1497
- origin: "auto" | import("../../util").Anchor | "overlap";
1496
+ location: import("../../util/index.js").Anchor | undefined;
1497
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1498
1498
  transition: string | boolean | (import("vue").TransitionProps & {
1499
1499
  component?: import("vue").Component;
1500
1500
  }) | {
@@ -1506,10 +1506,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1506
1506
  disabled: boolean;
1507
1507
  persistent: boolean;
1508
1508
  modelValue: boolean;
1509
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1509
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1510
1510
  updateLocation: (e?: Event) => void;
1511
1511
  });
1512
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1512
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1513
1513
  closeDelay: string | number;
1514
1514
  openDelay: string | number;
1515
1515
  activatorProps: Record<string, any>;
@@ -1523,8 +1523,8 @@ export declare const makeVComboboxProps: <Defaults extends {
1523
1523
  scrim: string | boolean;
1524
1524
  submenu: boolean;
1525
1525
  }> & Omit<{
1526
- location: import("../../util").Anchor | undefined;
1527
- origin: "auto" | import("../../util").Anchor | "overlap";
1526
+ location: import("../../util/index.js").Anchor | undefined;
1527
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1528
1528
  transition: string | boolean | (import("vue").TransitionProps & {
1529
1529
  component?: import("vue").Component;
1530
1530
  }) | {
@@ -1536,10 +1536,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1536
1536
  disabled: boolean;
1537
1537
  persistent: boolean;
1538
1538
  modelValue: boolean;
1539
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1539
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1540
1540
  updateLocation: (e?: Event) => void;
1541
1541
  });
1542
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1542
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1543
1543
  closeDelay: string | number;
1544
1544
  openDelay: string | number;
1545
1545
  activatorProps: Record<string, any>;
@@ -1575,7 +1575,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1575
1575
  activator?: ((arg: {
1576
1576
  isActive: boolean;
1577
1577
  props: Record<string, any>;
1578
- targetRef: import("../../util").TemplateRef;
1578
+ targetRef: import("../../util/index.js").TemplateRef;
1579
1579
  }) => import("vue").VNodeChild) | undefined;
1580
1580
  } | ((arg: {
1581
1581
  isActive: import("vue").Ref<boolean>;
@@ -1587,7 +1587,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1587
1587
  activator?: false | ((arg: {
1588
1588
  isActive: boolean;
1589
1589
  props: Record<string, any>;
1590
- targetRef: import("../../util").TemplateRef;
1590
+ targetRef: import("../../util/index.js").TemplateRef;
1591
1591
  }) => import("vue").VNodeChild) | undefined;
1592
1592
  } | undefined;
1593
1593
  "v-slot:default"?: false | ((arg: {
@@ -1596,12 +1596,12 @@ export declare const makeVComboboxProps: <Defaults extends {
1596
1596
  "v-slot:activator"?: false | ((arg: {
1597
1597
  isActive: boolean;
1598
1598
  props: Record<string, any>;
1599
- targetRef: import("../../util").TemplateRef;
1599
+ targetRef: import("../../util/index.js").TemplateRef;
1600
1600
  }) => import("vue").VNodeChild) | undefined;
1601
1601
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1602
1602
  } & 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<{
1603
- location: import("../../util").Anchor | undefined;
1604
- origin: "auto" | import("../../util").Anchor | "overlap";
1603
+ location: import("../../util/index.js").Anchor | undefined;
1604
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1605
1605
  transition: string | boolean | (import("vue").TransitionProps & {
1606
1606
  component?: import("vue").Component;
1607
1607
  }) | {
@@ -1613,10 +1613,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1613
1613
  disabled: boolean;
1614
1614
  persistent: boolean;
1615
1615
  modelValue: boolean;
1616
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1616
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1617
1617
  updateLocation: (e?: Event) => void;
1618
1618
  });
1619
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1619
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1620
1620
  closeDelay: string | number;
1621
1621
  openDelay: string | number;
1622
1622
  activatorProps: Record<string, any>;
@@ -1630,8 +1630,8 @@ export declare const makeVComboboxProps: <Defaults extends {
1630
1630
  scrim: string | boolean;
1631
1631
  submenu: boolean;
1632
1632
  }> & Omit<{
1633
- location: import("../../util").Anchor | undefined;
1634
- origin: "auto" | import("../../util").Anchor | "overlap";
1633
+ location: import("../../util/index.js").Anchor | undefined;
1634
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
1635
1635
  transition: string | boolean | (import("vue").TransitionProps & {
1636
1636
  component?: import("vue").Component;
1637
1637
  }) | {
@@ -1643,10 +1643,10 @@ export declare const makeVComboboxProps: <Defaults extends {
1643
1643
  disabled: boolean;
1644
1644
  persistent: boolean;
1645
1645
  modelValue: boolean;
1646
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1646
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1647
1647
  updateLocation: (e?: Event) => void;
1648
1648
  });
1649
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1649
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1650
1650
  closeDelay: string | number;
1651
1651
  openDelay: string | number;
1652
1652
  activatorProps: Record<string, any>;
@@ -1682,7 +1682,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1682
1682
  activator?: ((arg: {
1683
1683
  isActive: boolean;
1684
1684
  props: Record<string, any>;
1685
- targetRef: import("../../util").TemplateRef;
1685
+ targetRef: import("../../util/index.js").TemplateRef;
1686
1686
  }) => import("vue").VNodeChild) | undefined;
1687
1687
  } | ((arg: {
1688
1688
  isActive: import("vue").Ref<boolean>;
@@ -1694,7 +1694,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1694
1694
  activator?: false | ((arg: {
1695
1695
  isActive: boolean;
1696
1696
  props: Record<string, any>;
1697
- targetRef: import("../../util").TemplateRef;
1697
+ targetRef: import("../../util/index.js").TemplateRef;
1698
1698
  }) => import("vue").VNodeChild) | undefined;
1699
1699
  } | undefined;
1700
1700
  "v-slot:default"?: false | ((arg: {
@@ -1703,7 +1703,7 @@ export declare const makeVComboboxProps: <Defaults extends {
1703
1703
  "v-slot:activator"?: false | ((arg: {
1704
1704
  isActive: boolean;
1705
1705
  props: Record<string, any>;
1706
- targetRef: import("../../util").TemplateRef;
1706
+ targetRef: import("../../util/index.js").TemplateRef;
1707
1707
  }) => import("vue").VNodeChild) | undefined;
1708
1708
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1709
1709
  } & 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"];
@@ -1730,33 +1730,33 @@ export declare const makeVComboboxProps: <Defaults extends {
1730
1730
  type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
1731
1731
  default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
1732
1732
  };
1733
- customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter").FilterFunction> : {
1734
- type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"]>;
1735
- default: unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"];
1733
+ customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
1734
+ type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
1735
+ default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
1736
1736
  };
1737
- customKeyFilter: unknown extends Defaults["customKeyFilter"] ? PropType<import("../../composables/filter").FilterKeyFunctions> : {
1738
- type: PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"]>;
1739
- default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"];
1737
+ customKeyFilter: unknown extends Defaults["customKeyFilter"] ? PropType<import("../../composables/filter.js").FilterKeyFunctions> : {
1738
+ type: PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"]>;
1739
+ default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"];
1740
1740
  };
1741
1741
  filterKeys: unknown extends Defaults["filterKeys"] ? {
1742
- type: PropType<import("../../composables/filter").FilterKeys>;
1743
- default: NonNullable<import("../../composables/filter").FilterKeys>;
1742
+ type: PropType<import("../../composables/filter.js").FilterKeys>;
1743
+ default: NonNullable<import("../../composables/filter.js").FilterKeys>;
1744
1744
  } : Omit<{
1745
- type: PropType<import("../../composables/filter").FilterKeys>;
1746
- default: NonNullable<import("../../composables/filter").FilterKeys>;
1745
+ type: PropType<import("../../composables/filter.js").FilterKeys>;
1746
+ default: NonNullable<import("../../composables/filter.js").FilterKeys>;
1747
1747
  }, "type" | "default"> & {
1748
- type: PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : import("../../composables/filter").FilterKeys | Defaults["filterKeys"]>;
1749
- default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : NonNullable<import("../../composables/filter").FilterKeys> | Defaults["filterKeys"];
1748
+ type: PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : import("../../composables/filter.js").FilterKeys | Defaults["filterKeys"]>;
1749
+ default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : NonNullable<import("../../composables/filter.js").FilterKeys> | Defaults["filterKeys"];
1750
1750
  };
1751
1751
  filterMode: unknown extends Defaults["filterMode"] ? {
1752
- type: PropType<import("../../composables/filter").FilterMode>;
1752
+ type: PropType<import("../../composables/filter.js").FilterMode>;
1753
1753
  default: string;
1754
1754
  } : Omit<{
1755
- type: PropType<import("../../composables/filter").FilterMode>;
1755
+ type: PropType<import("../../composables/filter.js").FilterMode>;
1756
1756
  default: string;
1757
1757
  }, "type" | "default"> & {
1758
- type: PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : import("../../composables/filter").FilterMode | Defaults["filterMode"]>;
1759
- default: unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : NonNullable<import("../../composables/filter").FilterMode> | Defaults["filterMode"];
1758
+ type: PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : import("../../composables/filter.js").FilterMode | Defaults["filterMode"]>;
1759
+ default: unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : NonNullable<import("../../composables/filter.js").FilterMode> | Defaults["filterMode"];
1760
1760
  };
1761
1761
  noFilter: unknown extends Defaults["noFilter"] ? BooleanConstructor : {
1762
1762
  type: PropType<unknown extends Defaults["noFilter"] ? boolean : boolean | Defaults["noFilter"]>;
@@ -1810,15 +1810,15 @@ export declare const VCombobox: {
1810
1810
  focused: boolean;
1811
1811
  errorMessages: string | readonly string[] | null;
1812
1812
  maxErrors: string | number;
1813
- rules: readonly import("../../composables/validation").ValidationRule[];
1813
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1814
1814
  tile: boolean;
1815
- density: import("../../composables/density").Density;
1816
- clearIcon: import("../../composables/icons").IconValue;
1815
+ density: import("../../composables/density.js").Density;
1816
+ clearIcon: import("../../composables/icons.js").IconValue;
1817
1817
  hideSpinButtons: boolean;
1818
1818
  persistentHint: boolean;
1819
- filterMode: import("../../composables/filter").FilterMode;
1819
+ filterMode: import("../../composables/filter.js").FilterMode;
1820
1820
  noFilter: boolean;
1821
- filterKeys: import("../../composables/filter").FilterKeys;
1821
+ filterKeys: import("../../composables/filter.js").FilterKeys;
1822
1822
  itemChildren: SelectItemKey;
1823
1823
  clearable: boolean;
1824
1824
  persistentClear: boolean;
@@ -1831,7 +1831,7 @@ export declare const VCombobox: {
1831
1831
  openText: string;
1832
1832
  hideNoData: boolean;
1833
1833
  hideSelected: boolean;
1834
- menuIcon: import("../../composables/icons").IconValue;
1834
+ menuIcon: import("../../composables/icons.js").IconValue;
1835
1835
  openOnClear: boolean;
1836
1836
  clearOnSelect: boolean;
1837
1837
  } & {
@@ -1854,10 +1854,10 @@ export declare const VCombobox: {
1854
1854
  rounded?: string | number | boolean | undefined;
1855
1855
  baseColor?: string | undefined;
1856
1856
  bgColor?: string | undefined;
1857
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1858
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1857
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1858
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1859
1859
  valueComparator?: typeof deepEqual | undefined;
1860
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1860
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1861
1861
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1862
1862
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1863
1863
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1866,8 +1866,8 @@ export declare const VCombobox: {
1866
1866
  centerAffix?: boolean | undefined;
1867
1867
  hint?: string | undefined;
1868
1868
  hideDetails?: boolean | "auto" | undefined;
1869
- customFilter?: import("../../composables/filter").FilterFunction | undefined;
1870
- customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
1869
+ customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
1870
+ customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
1871
1871
  suffix?: string | undefined;
1872
1872
  counterValue?: number | ((value: any) => number) | undefined;
1873
1873
  modelModifiers?: Record<string, boolean> | undefined;
@@ -1876,17 +1876,17 @@ export declare const VCombobox: {
1876
1876
  nav: boolean;
1877
1877
  style: import("vue").StyleValue;
1878
1878
  disabled: boolean;
1879
- tag: string | import("../../util").JSXComponent;
1879
+ tag: string | import("../../util/index.js").JSXComponent;
1880
1880
  lines: false | "one" | "two" | "three";
1881
1881
  mandatory: boolean;
1882
1882
  rounded: string | number | boolean;
1883
1883
  tile: boolean;
1884
- density: import("../../composables/density").Density;
1884
+ density: import("../../composables/density.js").Density;
1885
1885
  slim: boolean;
1886
1886
  activatable: boolean;
1887
1887
  selectable: boolean;
1888
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1889
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1888
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1889
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1890
1890
  returnObject: boolean;
1891
1891
  itemType: string;
1892
1892
  }> & Omit<{
@@ -1894,16 +1894,16 @@ export declare const VCombobox: {
1894
1894
  nav: boolean;
1895
1895
  style: import("vue").StyleValue;
1896
1896
  disabled: boolean;
1897
- tag: string | import("../../util").JSXComponent;
1897
+ tag: string | import("../../util/index.js").JSXComponent;
1898
1898
  lines: false | "one" | "two" | "three";
1899
1899
  mandatory: boolean;
1900
1900
  tile: boolean;
1901
- density: import("../../composables/density").Density;
1901
+ density: import("../../composables/density.js").Density;
1902
1902
  slim: boolean;
1903
1903
  activatable: boolean;
1904
1904
  selectable: boolean;
1905
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
1906
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
1905
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
1906
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
1907
1907
  returnObject: boolean;
1908
1908
  itemType: string;
1909
1909
  height?: string | number | undefined;
@@ -1924,9 +1924,9 @@ export declare const VCombobox: {
1924
1924
  activeColor?: string | undefined;
1925
1925
  valueComparator?: typeof deepEqual | undefined;
1926
1926
  activeClass?: string | undefined;
1927
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
1928
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
1929
- expandIcon?: import("../../composables/icons").IconValue | undefined;
1927
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
1928
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
1929
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
1930
1930
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
1931
1931
  "onClick:activate"?: ((value: {
1932
1932
  id: unknown;
@@ -1955,89 +1955,89 @@ export declare const VCombobox: {
1955
1955
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
1956
1956
  } & {
1957
1957
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1958
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1958
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1959
1959
  item: any;
1960
1960
  }) => import("vue").VNodeChild) | undefined;
1961
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
1961
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1962
1962
  item: any;
1963
1963
  }) => import("vue").VNodeChild) | undefined;
1964
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
1964
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
1965
1965
  item: any;
1966
1966
  }) => import("vue").VNodeChild) | undefined;
1967
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1967
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1968
1968
  item: any;
1969
1969
  }) => import("vue").VNodeChild) | undefined;
1970
1970
  default?: (() => import("vue").VNodeChild) | undefined;
1971
1971
  item?: ((arg: {
1972
- props: import("../VList/VList").InternalListItem["props"];
1972
+ props: import("../VList/VList.js").InternalListItem["props"];
1973
1973
  }) => import("vue").VNodeChild) | undefined;
1974
1974
  divider?: ((arg: {
1975
- props: import("../VList/VList").InternalListItem["props"];
1975
+ props: import("../VList/VList.js").InternalListItem["props"];
1976
1976
  }) => import("vue").VNodeChild) | undefined;
1977
1977
  subheader?: ((arg: {
1978
- props: import("../VList/VList").InternalListItem["props"];
1978
+ props: import("../VList/VList.js").InternalListItem["props"];
1979
1979
  }) => import("vue").VNodeChild) | undefined;
1980
1980
  header?: ((arg: {
1981
- props: import("../VList/VList").InternalListItem["props"];
1981
+ props: import("../VList/VList.js").InternalListItem["props"];
1982
1982
  }) => import("vue").VNodeChild) | undefined;
1983
1983
  };
1984
1984
  'v-slots'?: {
1985
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
1985
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
1986
1986
  item: any;
1987
1987
  }) => import("vue").VNodeChild) | undefined;
1988
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1988
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1989
1989
  item: any;
1990
1990
  }) => import("vue").VNodeChild) | undefined;
1991
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
1991
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
1992
1992
  item: any;
1993
1993
  }) => import("vue").VNodeChild) | undefined;
1994
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
1994
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
1995
1995
  item: any;
1996
1996
  }) => import("vue").VNodeChild) | undefined;
1997
1997
  default?: false | (() => import("vue").VNodeChild) | undefined;
1998
1998
  item?: false | ((arg: {
1999
- props: import("../VList/VList").InternalListItem["props"];
1999
+ props: import("../VList/VList.js").InternalListItem["props"];
2000
2000
  }) => import("vue").VNodeChild) | undefined;
2001
2001
  divider?: false | ((arg: {
2002
- props: import("../VList/VList").InternalListItem["props"];
2002
+ props: import("../VList/VList.js").InternalListItem["props"];
2003
2003
  }) => import("vue").VNodeChild) | undefined;
2004
2004
  subheader?: false | ((arg: {
2005
- props: import("../VList/VList").InternalListItem["props"];
2005
+ props: import("../VList/VList.js").InternalListItem["props"];
2006
2006
  }) => import("vue").VNodeChild) | undefined;
2007
2007
  header?: false | ((arg: {
2008
- props: import("../VList/VList").InternalListItem["props"];
2008
+ props: import("../VList/VList.js").InternalListItem["props"];
2009
2009
  }) => import("vue").VNodeChild) | undefined;
2010
2010
  } | undefined;
2011
2011
  } & {
2012
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2012
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2013
2013
  item: any;
2014
2014
  }) => import("vue").VNodeChild) | undefined;
2015
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2015
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2016
2016
  item: any;
2017
2017
  }) => import("vue").VNodeChild) | undefined;
2018
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2018
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2019
2019
  item: any;
2020
2020
  }) => import("vue").VNodeChild) | undefined;
2021
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2021
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2022
2022
  item: any;
2023
2023
  }) => import("vue").VNodeChild) | undefined;
2024
2024
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2025
2025
  "v-slot:item"?: false | ((arg: {
2026
- props: import("../VList/VList").InternalListItem["props"];
2026
+ props: import("../VList/VList.js").InternalListItem["props"];
2027
2027
  }) => import("vue").VNodeChild) | undefined;
2028
2028
  "v-slot:divider"?: false | ((arg: {
2029
- props: import("../VList/VList").InternalListItem["props"];
2029
+ props: import("../VList/VList.js").InternalListItem["props"];
2030
2030
  }) => import("vue").VNodeChild) | undefined;
2031
2031
  "v-slot:subheader"?: false | ((arg: {
2032
- props: import("../VList/VList").InternalListItem["props"];
2032
+ props: import("../VList/VList.js").InternalListItem["props"];
2033
2033
  }) => import("vue").VNodeChild) | undefined;
2034
2034
  "v-slot:header"?: false | ((arg: {
2035
- props: import("../VList/VList").InternalListItem["props"];
2035
+ props: import("../VList/VList.js").InternalListItem["props"];
2036
2036
  }) => import("vue").VNodeChild) | undefined;
2037
2037
  }) | undefined;
2038
2038
  menuProps?: (Partial<{
2039
- location: import("../../util").Anchor | undefined;
2040
- origin: "auto" | import("../../util").Anchor | "overlap";
2039
+ location: import("../../util/index.js").Anchor | undefined;
2040
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2041
2041
  transition: string | boolean | (import("vue").TransitionProps & {
2042
2042
  component?: import("vue").Component;
2043
2043
  }) | {
@@ -2049,10 +2049,10 @@ export declare const VCombobox: {
2049
2049
  disabled: boolean;
2050
2050
  persistent: boolean;
2051
2051
  modelValue: boolean;
2052
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2052
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2053
2053
  updateLocation: (e?: Event) => void;
2054
2054
  });
2055
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2055
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2056
2056
  closeDelay: string | number;
2057
2057
  openDelay: string | number;
2058
2058
  activatorProps: Record<string, any>;
@@ -2066,8 +2066,8 @@ export declare const VCombobox: {
2066
2066
  scrim: string | boolean;
2067
2067
  submenu: boolean;
2068
2068
  }> & Omit<{
2069
- location: import("../../util").Anchor | undefined;
2070
- origin: "auto" | import("../../util").Anchor | "overlap";
2069
+ location: import("../../util/index.js").Anchor | undefined;
2070
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2071
2071
  transition: string | boolean | (import("vue").TransitionProps & {
2072
2072
  component?: import("vue").Component;
2073
2073
  }) | {
@@ -2079,10 +2079,10 @@ export declare const VCombobox: {
2079
2079
  disabled: boolean;
2080
2080
  persistent: boolean;
2081
2081
  modelValue: boolean;
2082
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2082
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2083
2083
  updateLocation: (e?: Event) => void;
2084
2084
  });
2085
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2085
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2086
2086
  closeDelay: string | number;
2087
2087
  openDelay: string | number;
2088
2088
  activatorProps: Record<string, any>;
@@ -2118,7 +2118,7 @@ export declare const VCombobox: {
2118
2118
  activator?: ((arg: {
2119
2119
  isActive: boolean;
2120
2120
  props: Record<string, any>;
2121
- targetRef: import("../../util").TemplateRef;
2121
+ targetRef: import("../../util/index.js").TemplateRef;
2122
2122
  }) => import("vue").VNodeChild) | undefined;
2123
2123
  } | ((arg: {
2124
2124
  isActive: import("vue").Ref<boolean>;
@@ -2130,7 +2130,7 @@ export declare const VCombobox: {
2130
2130
  activator?: false | ((arg: {
2131
2131
  isActive: boolean;
2132
2132
  props: Record<string, any>;
2133
- targetRef: import("../../util").TemplateRef;
2133
+ targetRef: import("../../util/index.js").TemplateRef;
2134
2134
  }) => import("vue").VNodeChild) | undefined;
2135
2135
  } | undefined;
2136
2136
  "v-slot:default"?: false | ((arg: {
@@ -2139,7 +2139,7 @@ export declare const VCombobox: {
2139
2139
  "v-slot:activator"?: false | ((arg: {
2140
2140
  isActive: boolean;
2141
2141
  props: Record<string, any>;
2142
- targetRef: import("../../util").TemplateRef;
2142
+ targetRef: import("../../util/index.js").TemplateRef;
2143
2143
  }) => import("vue").VNodeChild) | undefined;
2144
2144
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2145
2145
  } & 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;
@@ -2177,17 +2177,17 @@ export declare const VCombobox: {
2177
2177
  focused: boolean;
2178
2178
  errorMessages: string | readonly string[] | null;
2179
2179
  maxErrors: string | number;
2180
- rules: readonly import("../../composables/validation").ValidationRule[];
2180
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
2181
2181
  rounded: string | number | boolean;
2182
2182
  tile: boolean;
2183
- density: import("../../composables/density").Density;
2184
- clearIcon: import("../../composables/icons").IconValue;
2183
+ density: import("../../composables/density.js").Density;
2184
+ clearIcon: import("../../composables/icons.js").IconValue;
2185
2185
  centerAffix: boolean;
2186
2186
  hideSpinButtons: boolean;
2187
2187
  persistentHint: boolean;
2188
- filterMode: import("../../composables/filter").FilterMode;
2188
+ filterMode: import("../../composables/filter.js").FilterMode;
2189
2189
  noFilter: boolean;
2190
- filterKeys: import("../../composables/filter").FilterKeys;
2190
+ filterKeys: import("../../composables/filter.js").FilterKeys;
2191
2191
  itemChildren: SelectItemKey;
2192
2192
  clearable: boolean;
2193
2193
  persistentClear: boolean;
@@ -2200,24 +2200,24 @@ export declare const VCombobox: {
2200
2200
  openText: string;
2201
2201
  hideNoData: boolean;
2202
2202
  hideSelected: boolean;
2203
- menuIcon: import("../../composables/icons").IconValue;
2203
+ menuIcon: import("../../composables/icons.js").IconValue;
2204
2204
  openOnClear: boolean;
2205
2205
  clearOnSelect: boolean;
2206
2206
  }, true, {}, import("vue").SlotsType<Partial<{
2207
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
2208
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
2207
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
2208
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
2209
2209
  props: Record<string, any>;
2210
2210
  }) => import("vue").VNode[];
2211
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2212
- label: (arg: import("../VField/VField").DefaultInputSlot & {
2211
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2212
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
2213
2213
  label: string | undefined;
2214
2214
  props: Record<string, any>;
2215
2215
  }) => import("vue").VNode[];
2216
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2217
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2218
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
2219
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2220
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2216
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2217
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2218
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
2219
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2220
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2221
2221
  item: (arg: {
2222
2222
  item: ListItem<unknown>;
2223
2223
  index: number;
@@ -2265,15 +2265,15 @@ export declare const VCombobox: {
2265
2265
  focused: boolean;
2266
2266
  errorMessages: string | readonly string[] | null;
2267
2267
  maxErrors: string | number;
2268
- rules: readonly import("../../composables/validation").ValidationRule[];
2268
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
2269
2269
  tile: boolean;
2270
- density: import("../../composables/density").Density;
2271
- clearIcon: import("../../composables/icons").IconValue;
2270
+ density: import("../../composables/density.js").Density;
2271
+ clearIcon: import("../../composables/icons.js").IconValue;
2272
2272
  hideSpinButtons: boolean;
2273
2273
  persistentHint: boolean;
2274
- filterMode: import("../../composables/filter").FilterMode;
2274
+ filterMode: import("../../composables/filter.js").FilterMode;
2275
2275
  noFilter: boolean;
2276
- filterKeys: import("../../composables/filter").FilterKeys;
2276
+ filterKeys: import("../../composables/filter.js").FilterKeys;
2277
2277
  itemChildren: SelectItemKey;
2278
2278
  clearable: boolean;
2279
2279
  persistentClear: boolean;
@@ -2286,7 +2286,7 @@ export declare const VCombobox: {
2286
2286
  openText: string;
2287
2287
  hideNoData: boolean;
2288
2288
  hideSelected: boolean;
2289
- menuIcon: import("../../composables/icons").IconValue;
2289
+ menuIcon: import("../../composables/icons.js").IconValue;
2290
2290
  openOnClear: boolean;
2291
2291
  clearOnSelect: boolean;
2292
2292
  } & {
@@ -2309,10 +2309,10 @@ export declare const VCombobox: {
2309
2309
  rounded?: string | number | boolean | undefined;
2310
2310
  baseColor?: string | undefined;
2311
2311
  bgColor?: string | undefined;
2312
- prependIcon?: import("../../composables/icons").IconValue | undefined;
2313
- appendIcon?: import("../../composables/icons").IconValue | undefined;
2312
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2313
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2314
2314
  valueComparator?: typeof deepEqual | undefined;
2315
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
2315
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2316
2316
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2317
2317
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2318
2318
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2321,8 +2321,8 @@ export declare const VCombobox: {
2321
2321
  centerAffix?: boolean | undefined;
2322
2322
  hint?: string | undefined;
2323
2323
  hideDetails?: boolean | "auto" | undefined;
2324
- customFilter?: import("../../composables/filter").FilterFunction | undefined;
2325
- customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
2324
+ customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
2325
+ customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
2326
2326
  suffix?: string | undefined;
2327
2327
  counterValue?: number | ((value: any) => number) | undefined;
2328
2328
  modelModifiers?: Record<string, boolean> | undefined;
@@ -2331,17 +2331,17 @@ export declare const VCombobox: {
2331
2331
  nav: boolean;
2332
2332
  style: import("vue").StyleValue;
2333
2333
  disabled: boolean;
2334
- tag: string | import("../../util").JSXComponent;
2334
+ tag: string | import("../../util/index.js").JSXComponent;
2335
2335
  lines: false | "one" | "two" | "three";
2336
2336
  mandatory: boolean;
2337
2337
  rounded: string | number | boolean;
2338
2338
  tile: boolean;
2339
- density: import("../../composables/density").Density;
2339
+ density: import("../../composables/density.js").Density;
2340
2340
  slim: boolean;
2341
2341
  activatable: boolean;
2342
2342
  selectable: boolean;
2343
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2344
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2343
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2344
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2345
2345
  returnObject: boolean;
2346
2346
  itemType: string;
2347
2347
  }> & Omit<{
@@ -2349,16 +2349,16 @@ export declare const VCombobox: {
2349
2349
  nav: boolean;
2350
2350
  style: import("vue").StyleValue;
2351
2351
  disabled: boolean;
2352
- tag: string | import("../../util").JSXComponent;
2352
+ tag: string | import("../../util/index.js").JSXComponent;
2353
2353
  lines: false | "one" | "two" | "three";
2354
2354
  mandatory: boolean;
2355
2355
  tile: boolean;
2356
- density: import("../../composables/density").Density;
2356
+ density: import("../../composables/density.js").Density;
2357
2357
  slim: boolean;
2358
2358
  activatable: boolean;
2359
2359
  selectable: boolean;
2360
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2361
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2360
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2361
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2362
2362
  returnObject: boolean;
2363
2363
  itemType: string;
2364
2364
  height?: string | number | undefined;
@@ -2379,9 +2379,9 @@ export declare const VCombobox: {
2379
2379
  activeColor?: string | undefined;
2380
2380
  valueComparator?: typeof deepEqual | undefined;
2381
2381
  activeClass?: string | undefined;
2382
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
2383
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
2384
- expandIcon?: import("../../composables/icons").IconValue | undefined;
2382
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
2383
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
2384
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
2385
2385
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
2386
2386
  "onClick:activate"?: ((value: {
2387
2387
  id: unknown;
@@ -2410,89 +2410,89 @@ export declare const VCombobox: {
2410
2410
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
2411
2411
  } & {
2412
2412
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
2413
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2413
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2414
2414
  item: any;
2415
2415
  }) => import("vue").VNodeChild) | undefined;
2416
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
2416
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2417
2417
  item: any;
2418
2418
  }) => import("vue").VNodeChild) | undefined;
2419
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
2419
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2420
2420
  item: any;
2421
2421
  }) => import("vue").VNodeChild) | undefined;
2422
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2422
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2423
2423
  item: any;
2424
2424
  }) => import("vue").VNodeChild) | undefined;
2425
2425
  default?: (() => import("vue").VNodeChild) | undefined;
2426
2426
  item?: ((arg: {
2427
- props: import("../VList/VList").InternalListItem["props"];
2427
+ props: import("../VList/VList.js").InternalListItem["props"];
2428
2428
  }) => import("vue").VNodeChild) | undefined;
2429
2429
  divider?: ((arg: {
2430
- props: import("../VList/VList").InternalListItem["props"];
2430
+ props: import("../VList/VList.js").InternalListItem["props"];
2431
2431
  }) => import("vue").VNodeChild) | undefined;
2432
2432
  subheader?: ((arg: {
2433
- props: import("../VList/VList").InternalListItem["props"];
2433
+ props: import("../VList/VList.js").InternalListItem["props"];
2434
2434
  }) => import("vue").VNodeChild) | undefined;
2435
2435
  header?: ((arg: {
2436
- props: import("../VList/VList").InternalListItem["props"];
2436
+ props: import("../VList/VList.js").InternalListItem["props"];
2437
2437
  }) => import("vue").VNodeChild) | undefined;
2438
2438
  };
2439
2439
  'v-slots'?: {
2440
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2440
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2441
2441
  item: any;
2442
2442
  }) => import("vue").VNodeChild) | undefined;
2443
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2443
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2444
2444
  item: any;
2445
2445
  }) => import("vue").VNodeChild) | undefined;
2446
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2446
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2447
2447
  item: any;
2448
2448
  }) => import("vue").VNodeChild) | undefined;
2449
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2449
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2450
2450
  item: any;
2451
2451
  }) => import("vue").VNodeChild) | undefined;
2452
2452
  default?: false | (() => import("vue").VNodeChild) | undefined;
2453
2453
  item?: false | ((arg: {
2454
- props: import("../VList/VList").InternalListItem["props"];
2454
+ props: import("../VList/VList.js").InternalListItem["props"];
2455
2455
  }) => import("vue").VNodeChild) | undefined;
2456
2456
  divider?: false | ((arg: {
2457
- props: import("../VList/VList").InternalListItem["props"];
2457
+ props: import("../VList/VList.js").InternalListItem["props"];
2458
2458
  }) => import("vue").VNodeChild) | undefined;
2459
2459
  subheader?: false | ((arg: {
2460
- props: import("../VList/VList").InternalListItem["props"];
2460
+ props: import("../VList/VList.js").InternalListItem["props"];
2461
2461
  }) => import("vue").VNodeChild) | undefined;
2462
2462
  header?: false | ((arg: {
2463
- props: import("../VList/VList").InternalListItem["props"];
2463
+ props: import("../VList/VList.js").InternalListItem["props"];
2464
2464
  }) => import("vue").VNodeChild) | undefined;
2465
2465
  } | undefined;
2466
2466
  } & {
2467
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2467
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2468
2468
  item: any;
2469
2469
  }) => import("vue").VNodeChild) | undefined;
2470
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2470
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2471
2471
  item: any;
2472
2472
  }) => import("vue").VNodeChild) | undefined;
2473
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2473
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2474
2474
  item: any;
2475
2475
  }) => import("vue").VNodeChild) | undefined;
2476
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2476
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2477
2477
  item: any;
2478
2478
  }) => import("vue").VNodeChild) | undefined;
2479
2479
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2480
2480
  "v-slot:item"?: false | ((arg: {
2481
- props: import("../VList/VList").InternalListItem["props"];
2481
+ props: import("../VList/VList.js").InternalListItem["props"];
2482
2482
  }) => import("vue").VNodeChild) | undefined;
2483
2483
  "v-slot:divider"?: false | ((arg: {
2484
- props: import("../VList/VList").InternalListItem["props"];
2484
+ props: import("../VList/VList.js").InternalListItem["props"];
2485
2485
  }) => import("vue").VNodeChild) | undefined;
2486
2486
  "v-slot:subheader"?: false | ((arg: {
2487
- props: import("../VList/VList").InternalListItem["props"];
2487
+ props: import("../VList/VList.js").InternalListItem["props"];
2488
2488
  }) => import("vue").VNodeChild) | undefined;
2489
2489
  "v-slot:header"?: false | ((arg: {
2490
- props: import("../VList/VList").InternalListItem["props"];
2490
+ props: import("../VList/VList.js").InternalListItem["props"];
2491
2491
  }) => import("vue").VNodeChild) | undefined;
2492
2492
  }) | undefined;
2493
2493
  menuProps?: (Partial<{
2494
- location: import("../../util").Anchor | undefined;
2495
- origin: "auto" | import("../../util").Anchor | "overlap";
2494
+ location: import("../../util/index.js").Anchor | undefined;
2495
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2496
2496
  transition: string | boolean | (import("vue").TransitionProps & {
2497
2497
  component?: import("vue").Component;
2498
2498
  }) | {
@@ -2504,10 +2504,10 @@ export declare const VCombobox: {
2504
2504
  disabled: boolean;
2505
2505
  persistent: boolean;
2506
2506
  modelValue: boolean;
2507
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2507
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2508
2508
  updateLocation: (e?: Event) => void;
2509
2509
  });
2510
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2510
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2511
2511
  closeDelay: string | number;
2512
2512
  openDelay: string | number;
2513
2513
  activatorProps: Record<string, any>;
@@ -2521,8 +2521,8 @@ export declare const VCombobox: {
2521
2521
  scrim: string | boolean;
2522
2522
  submenu: boolean;
2523
2523
  }> & Omit<{
2524
- location: import("../../util").Anchor | undefined;
2525
- origin: "auto" | import("../../util").Anchor | "overlap";
2524
+ location: import("../../util/index.js").Anchor | undefined;
2525
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2526
2526
  transition: string | boolean | (import("vue").TransitionProps & {
2527
2527
  component?: import("vue").Component;
2528
2528
  }) | {
@@ -2534,10 +2534,10 @@ export declare const VCombobox: {
2534
2534
  disabled: boolean;
2535
2535
  persistent: boolean;
2536
2536
  modelValue: boolean;
2537
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2537
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2538
2538
  updateLocation: (e?: Event) => void;
2539
2539
  });
2540
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2540
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2541
2541
  closeDelay: string | number;
2542
2542
  openDelay: string | number;
2543
2543
  activatorProps: Record<string, any>;
@@ -2573,7 +2573,7 @@ export declare const VCombobox: {
2573
2573
  activator?: ((arg: {
2574
2574
  isActive: boolean;
2575
2575
  props: Record<string, any>;
2576
- targetRef: import("../../util").TemplateRef;
2576
+ targetRef: import("../../util/index.js").TemplateRef;
2577
2577
  }) => import("vue").VNodeChild) | undefined;
2578
2578
  } | ((arg: {
2579
2579
  isActive: import("vue").Ref<boolean>;
@@ -2585,7 +2585,7 @@ export declare const VCombobox: {
2585
2585
  activator?: false | ((arg: {
2586
2586
  isActive: boolean;
2587
2587
  props: Record<string, any>;
2588
- targetRef: import("../../util").TemplateRef;
2588
+ targetRef: import("../../util/index.js").TemplateRef;
2589
2589
  }) => import("vue").VNodeChild) | undefined;
2590
2590
  } | undefined;
2591
2591
  "v-slot:default"?: false | ((arg: {
@@ -2594,7 +2594,7 @@ export declare const VCombobox: {
2594
2594
  "v-slot:activator"?: false | ((arg: {
2595
2595
  isActive: boolean;
2596
2596
  props: Record<string, any>;
2597
- targetRef: import("../../util").TemplateRef;
2597
+ targetRef: import("../../util/index.js").TemplateRef;
2598
2598
  }) => import("vue").VNodeChild) | undefined;
2599
2599
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2600
2600
  } & 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;
@@ -2627,17 +2627,17 @@ export declare const VCombobox: {
2627
2627
  focused: boolean;
2628
2628
  errorMessages: string | readonly string[] | null;
2629
2629
  maxErrors: string | number;
2630
- rules: readonly import("../../composables/validation").ValidationRule[];
2630
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
2631
2631
  rounded: string | number | boolean;
2632
2632
  tile: boolean;
2633
- density: import("../../composables/density").Density;
2634
- clearIcon: import("../../composables/icons").IconValue;
2633
+ density: import("../../composables/density.js").Density;
2634
+ clearIcon: import("../../composables/icons.js").IconValue;
2635
2635
  centerAffix: boolean;
2636
2636
  hideSpinButtons: boolean;
2637
2637
  persistentHint: boolean;
2638
- filterMode: import("../../composables/filter").FilterMode;
2638
+ filterMode: import("../../composables/filter.js").FilterMode;
2639
2639
  noFilter: boolean;
2640
- filterKeys: import("../../composables/filter").FilterKeys;
2640
+ filterKeys: import("../../composables/filter.js").FilterKeys;
2641
2641
  itemChildren: SelectItemKey;
2642
2642
  clearable: boolean;
2643
2643
  persistentClear: boolean;
@@ -2650,7 +2650,7 @@ export declare const VCombobox: {
2650
2650
  openText: string;
2651
2651
  hideNoData: boolean;
2652
2652
  hideSelected: boolean;
2653
- menuIcon: import("../../composables/icons").IconValue;
2653
+ menuIcon: import("../../composables/icons.js").IconValue;
2654
2654
  openOnClear: boolean;
2655
2655
  clearOnSelect: boolean;
2656
2656
  }>;
@@ -2680,15 +2680,15 @@ export declare const VCombobox: {
2680
2680
  focused: boolean;
2681
2681
  errorMessages: string | readonly string[] | null;
2682
2682
  maxErrors: string | number;
2683
- rules: readonly import("../../composables/validation").ValidationRule[];
2683
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
2684
2684
  tile: boolean;
2685
- density: import("../../composables/density").Density;
2686
- clearIcon: import("../../composables/icons").IconValue;
2685
+ density: import("../../composables/density.js").Density;
2686
+ clearIcon: import("../../composables/icons.js").IconValue;
2687
2687
  hideSpinButtons: boolean;
2688
2688
  persistentHint: boolean;
2689
- filterMode: import("../../composables/filter").FilterMode;
2689
+ filterMode: import("../../composables/filter.js").FilterMode;
2690
2690
  noFilter: boolean;
2691
- filterKeys: import("../../composables/filter").FilterKeys;
2691
+ filterKeys: import("../../composables/filter.js").FilterKeys;
2692
2692
  itemChildren: SelectItemKey;
2693
2693
  clearable: boolean;
2694
2694
  persistentClear: boolean;
@@ -2701,7 +2701,7 @@ export declare const VCombobox: {
2701
2701
  openText: string;
2702
2702
  hideNoData: boolean;
2703
2703
  hideSelected: boolean;
2704
- menuIcon: import("../../composables/icons").IconValue;
2704
+ menuIcon: import("../../composables/icons.js").IconValue;
2705
2705
  openOnClear: boolean;
2706
2706
  clearOnSelect: boolean;
2707
2707
  } & {
@@ -2724,10 +2724,10 @@ export declare const VCombobox: {
2724
2724
  rounded?: string | number | boolean | undefined;
2725
2725
  baseColor?: string | undefined;
2726
2726
  bgColor?: string | undefined;
2727
- prependIcon?: import("../../composables/icons").IconValue | undefined;
2728
- appendIcon?: import("../../composables/icons").IconValue | undefined;
2727
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2728
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2729
2729
  valueComparator?: typeof deepEqual | undefined;
2730
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
2730
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2731
2731
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2732
2732
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2733
2733
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2736,8 +2736,8 @@ export declare const VCombobox: {
2736
2736
  centerAffix?: boolean | undefined;
2737
2737
  hint?: string | undefined;
2738
2738
  hideDetails?: boolean | "auto" | undefined;
2739
- customFilter?: import("../../composables/filter").FilterFunction | undefined;
2740
- customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
2739
+ customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
2740
+ customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
2741
2741
  suffix?: string | undefined;
2742
2742
  counterValue?: number | ((value: any) => number) | undefined;
2743
2743
  modelModifiers?: Record<string, boolean> | undefined;
@@ -2746,17 +2746,17 @@ export declare const VCombobox: {
2746
2746
  nav: boolean;
2747
2747
  style: import("vue").StyleValue;
2748
2748
  disabled: boolean;
2749
- tag: string | import("../../util").JSXComponent;
2749
+ tag: string | import("../../util/index.js").JSXComponent;
2750
2750
  lines: false | "one" | "two" | "three";
2751
2751
  mandatory: boolean;
2752
2752
  rounded: string | number | boolean;
2753
2753
  tile: boolean;
2754
- density: import("../../composables/density").Density;
2754
+ density: import("../../composables/density.js").Density;
2755
2755
  slim: boolean;
2756
2756
  activatable: boolean;
2757
2757
  selectable: boolean;
2758
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2759
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2758
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2759
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2760
2760
  returnObject: boolean;
2761
2761
  itemType: string;
2762
2762
  }> & Omit<{
@@ -2764,16 +2764,16 @@ export declare const VCombobox: {
2764
2764
  nav: boolean;
2765
2765
  style: import("vue").StyleValue;
2766
2766
  disabled: boolean;
2767
- tag: string | import("../../util").JSXComponent;
2767
+ tag: string | import("../../util/index.js").JSXComponent;
2768
2768
  lines: false | "one" | "two" | "three";
2769
2769
  mandatory: boolean;
2770
2770
  tile: boolean;
2771
- density: import("../../composables/density").Density;
2771
+ density: import("../../composables/density.js").Density;
2772
2772
  slim: boolean;
2773
2773
  activatable: boolean;
2774
2774
  selectable: boolean;
2775
- selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
2776
- openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
2775
+ selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
2776
+ openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
2777
2777
  returnObject: boolean;
2778
2778
  itemType: string;
2779
2779
  height?: string | number | undefined;
@@ -2794,9 +2794,9 @@ export declare const VCombobox: {
2794
2794
  activeColor?: string | undefined;
2795
2795
  valueComparator?: typeof deepEqual | undefined;
2796
2796
  activeClass?: string | undefined;
2797
- activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
2798
- collapseIcon?: import("../../composables/icons").IconValue | undefined;
2799
- expandIcon?: import("../../composables/icons").IconValue | undefined;
2797
+ activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
2798
+ collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
2799
+ expandIcon?: import("../../composables/icons.js").IconValue | undefined;
2800
2800
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
2801
2801
  "onClick:activate"?: ((value: {
2802
2802
  id: unknown;
@@ -2825,89 +2825,89 @@ export declare const VCombobox: {
2825
2825
  'onUpdate:opened'?: ((value: unknown) => void) | undefined;
2826
2826
  } & {
2827
2827
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
2828
- title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2828
+ title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2829
2829
  item: any;
2830
2830
  }) => import("vue").VNodeChild) | undefined;
2831
- append?: ((arg: import("../VList/VListItem").ListItemSlot & {
2831
+ append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2832
2832
  item: any;
2833
2833
  }) => import("vue").VNodeChild) | undefined;
2834
- prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
2834
+ prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
2835
2835
  item: any;
2836
2836
  }) => import("vue").VNodeChild) | undefined;
2837
- subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2837
+ subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2838
2838
  item: any;
2839
2839
  }) => import("vue").VNodeChild) | undefined;
2840
2840
  default?: (() => import("vue").VNodeChild) | undefined;
2841
2841
  item?: ((arg: {
2842
- props: import("../VList/VList").InternalListItem["props"];
2842
+ props: import("../VList/VList.js").InternalListItem["props"];
2843
2843
  }) => import("vue").VNodeChild) | undefined;
2844
2844
  divider?: ((arg: {
2845
- props: import("../VList/VList").InternalListItem["props"];
2845
+ props: import("../VList/VList.js").InternalListItem["props"];
2846
2846
  }) => import("vue").VNodeChild) | undefined;
2847
2847
  subheader?: ((arg: {
2848
- props: import("../VList/VList").InternalListItem["props"];
2848
+ props: import("../VList/VList.js").InternalListItem["props"];
2849
2849
  }) => import("vue").VNodeChild) | undefined;
2850
2850
  header?: ((arg: {
2851
- props: import("../VList/VList").InternalListItem["props"];
2851
+ props: import("../VList/VList.js").InternalListItem["props"];
2852
2852
  }) => import("vue").VNodeChild) | undefined;
2853
2853
  };
2854
2854
  'v-slots'?: {
2855
- title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2855
+ title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2856
2856
  item: any;
2857
2857
  }) => import("vue").VNodeChild) | undefined;
2858
- append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2858
+ append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2859
2859
  item: any;
2860
2860
  }) => import("vue").VNodeChild) | undefined;
2861
- prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2861
+ prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2862
2862
  item: any;
2863
2863
  }) => import("vue").VNodeChild) | undefined;
2864
- subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2864
+ subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2865
2865
  item: any;
2866
2866
  }) => import("vue").VNodeChild) | undefined;
2867
2867
  default?: false | (() => import("vue").VNodeChild) | undefined;
2868
2868
  item?: false | ((arg: {
2869
- props: import("../VList/VList").InternalListItem["props"];
2869
+ props: import("../VList/VList.js").InternalListItem["props"];
2870
2870
  }) => import("vue").VNodeChild) | undefined;
2871
2871
  divider?: false | ((arg: {
2872
- props: import("../VList/VList").InternalListItem["props"];
2872
+ props: import("../VList/VList.js").InternalListItem["props"];
2873
2873
  }) => import("vue").VNodeChild) | undefined;
2874
2874
  subheader?: false | ((arg: {
2875
- props: import("../VList/VList").InternalListItem["props"];
2875
+ props: import("../VList/VList.js").InternalListItem["props"];
2876
2876
  }) => import("vue").VNodeChild) | undefined;
2877
2877
  header?: false | ((arg: {
2878
- props: import("../VList/VList").InternalListItem["props"];
2878
+ props: import("../VList/VList.js").InternalListItem["props"];
2879
2879
  }) => import("vue").VNodeChild) | undefined;
2880
2880
  } | undefined;
2881
2881
  } & {
2882
- "v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
2882
+ "v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
2883
2883
  item: any;
2884
2884
  }) => import("vue").VNodeChild) | undefined;
2885
- "v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2885
+ "v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2886
2886
  item: any;
2887
2887
  }) => import("vue").VNodeChild) | undefined;
2888
- "v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
2888
+ "v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
2889
2889
  item: any;
2890
2890
  }) => import("vue").VNodeChild) | undefined;
2891
- "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
2891
+ "v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
2892
2892
  item: any;
2893
2893
  }) => import("vue").VNodeChild) | undefined;
2894
2894
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2895
2895
  "v-slot:item"?: false | ((arg: {
2896
- props: import("../VList/VList").InternalListItem["props"];
2896
+ props: import("../VList/VList.js").InternalListItem["props"];
2897
2897
  }) => import("vue").VNodeChild) | undefined;
2898
2898
  "v-slot:divider"?: false | ((arg: {
2899
- props: import("../VList/VList").InternalListItem["props"];
2899
+ props: import("../VList/VList.js").InternalListItem["props"];
2900
2900
  }) => import("vue").VNodeChild) | undefined;
2901
2901
  "v-slot:subheader"?: false | ((arg: {
2902
- props: import("../VList/VList").InternalListItem["props"];
2902
+ props: import("../VList/VList.js").InternalListItem["props"];
2903
2903
  }) => import("vue").VNodeChild) | undefined;
2904
2904
  "v-slot:header"?: false | ((arg: {
2905
- props: import("../VList/VList").InternalListItem["props"];
2905
+ props: import("../VList/VList.js").InternalListItem["props"];
2906
2906
  }) => import("vue").VNodeChild) | undefined;
2907
2907
  }) | undefined;
2908
2908
  menuProps?: (Partial<{
2909
- location: import("../../util").Anchor | undefined;
2910
- origin: "auto" | import("../../util").Anchor | "overlap";
2909
+ location: import("../../util/index.js").Anchor | undefined;
2910
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2911
2911
  transition: string | boolean | (import("vue").TransitionProps & {
2912
2912
  component?: import("vue").Component;
2913
2913
  }) | {
@@ -2919,10 +2919,10 @@ export declare const VCombobox: {
2919
2919
  disabled: boolean;
2920
2920
  persistent: boolean;
2921
2921
  modelValue: boolean;
2922
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2922
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2923
2923
  updateLocation: (e?: Event) => void;
2924
2924
  });
2925
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2925
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2926
2926
  closeDelay: string | number;
2927
2927
  openDelay: string | number;
2928
2928
  activatorProps: Record<string, any>;
@@ -2936,8 +2936,8 @@ export declare const VCombobox: {
2936
2936
  scrim: string | boolean;
2937
2937
  submenu: boolean;
2938
2938
  }> & Omit<{
2939
- location: import("../../util").Anchor | undefined;
2940
- origin: "auto" | import("../../util").Anchor | "overlap";
2939
+ location: import("../../util/index.js").Anchor | undefined;
2940
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
2941
2941
  transition: string | boolean | (import("vue").TransitionProps & {
2942
2942
  component?: import("vue").Component;
2943
2943
  }) | {
@@ -2949,10 +2949,10 @@ export declare const VCombobox: {
2949
2949
  disabled: boolean;
2950
2950
  persistent: boolean;
2951
2951
  modelValue: boolean;
2952
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2952
+ locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
2953
2953
  updateLocation: (e?: Event) => void;
2954
2954
  });
2955
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2955
+ scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
2956
2956
  closeDelay: string | number;
2957
2957
  openDelay: string | number;
2958
2958
  activatorProps: Record<string, any>;
@@ -2988,7 +2988,7 @@ export declare const VCombobox: {
2988
2988
  activator?: ((arg: {
2989
2989
  isActive: boolean;
2990
2990
  props: Record<string, any>;
2991
- targetRef: import("../../util").TemplateRef;
2991
+ targetRef: import("../../util/index.js").TemplateRef;
2992
2992
  }) => import("vue").VNodeChild) | undefined;
2993
2993
  } | ((arg: {
2994
2994
  isActive: import("vue").Ref<boolean>;
@@ -3000,7 +3000,7 @@ export declare const VCombobox: {
3000
3000
  activator?: false | ((arg: {
3001
3001
  isActive: boolean;
3002
3002
  props: Record<string, any>;
3003
- targetRef: import("../../util").TemplateRef;
3003
+ targetRef: import("../../util/index.js").TemplateRef;
3004
3004
  }) => import("vue").VNodeChild) | undefined;
3005
3005
  } | undefined;
3006
3006
  "v-slot:default"?: false | ((arg: {
@@ -3009,7 +3009,7 @@ export declare const VCombobox: {
3009
3009
  "v-slot:activator"?: false | ((arg: {
3010
3010
  isActive: boolean;
3011
3011
  props: Record<string, any>;
3012
- targetRef: import("../../util").TemplateRef;
3012
+ targetRef: import("../../util/index.js").TemplateRef;
3013
3013
  }) => import("vue").VNodeChild) | undefined;
3014
3014
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3015
3015
  } & 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;
@@ -3047,17 +3047,17 @@ export declare const VCombobox: {
3047
3047
  focused: boolean;
3048
3048
  errorMessages: string | readonly string[] | null;
3049
3049
  maxErrors: string | number;
3050
- rules: readonly import("../../composables/validation").ValidationRule[];
3050
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
3051
3051
  rounded: string | number | boolean;
3052
3052
  tile: boolean;
3053
- density: import("../../composables/density").Density;
3054
- clearIcon: import("../../composables/icons").IconValue;
3053
+ density: import("../../composables/density.js").Density;
3054
+ clearIcon: import("../../composables/icons.js").IconValue;
3055
3055
  centerAffix: boolean;
3056
3056
  hideSpinButtons: boolean;
3057
3057
  persistentHint: boolean;
3058
- filterMode: import("../../composables/filter").FilterMode;
3058
+ filterMode: import("../../composables/filter.js").FilterMode;
3059
3059
  noFilter: boolean;
3060
- filterKeys: import("../../composables/filter").FilterKeys;
3060
+ filterKeys: import("../../composables/filter.js").FilterKeys;
3061
3061
  itemChildren: SelectItemKey;
3062
3062
  clearable: boolean;
3063
3063
  persistentClear: boolean;
@@ -3070,24 +3070,24 @@ export declare const VCombobox: {
3070
3070
  openText: string;
3071
3071
  hideNoData: boolean;
3072
3072
  hideSelected: boolean;
3073
- menuIcon: import("../../composables/icons").IconValue;
3073
+ menuIcon: import("../../composables/icons.js").IconValue;
3074
3074
  openOnClear: boolean;
3075
3075
  clearOnSelect: boolean;
3076
3076
  }, {}, string, import("vue").SlotsType<Partial<{
3077
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
3078
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
3077
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
3078
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
3079
3079
  props: Record<string, any>;
3080
3080
  }) => import("vue").VNode[];
3081
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3082
- label: (arg: import("../VField/VField").DefaultInputSlot & {
3081
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3082
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
3083
3083
  label: string | undefined;
3084
3084
  props: Record<string, any>;
3085
3085
  }) => import("vue").VNode[];
3086
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3087
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
3088
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
3089
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
3090
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
3086
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3087
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
3088
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
3089
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
3090
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
3091
3091
  item: (arg: {
3092
3092
  item: ListItem<unknown>;
3093
3093
  index: number;
@@ -3132,7 +3132,7 @@ export declare const VCombobox: {
3132
3132
  "prepend-item": never;
3133
3133
  "append-item": never;
3134
3134
  "no-data": never;
3135
- }) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
3135
+ }) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
3136
3136
  transition: Omit<{
3137
3137
  type: PropType<string | boolean | (import("vue").TransitionProps & {
3138
3138
  component?: import("vue").Component;
@@ -3191,7 +3191,7 @@ export declare const VCombobox: {
3191
3191
  type: PropType<boolean | null>;
3192
3192
  default: null;
3193
3193
  };
3194
- class: PropType<import("../../composables/component").ClassValue>;
3194
+ class: PropType<import("../../composables/component.js").ClassValue>;
3195
3195
  theme: StringConstructor;
3196
3196
  placeholder: StringConstructor;
3197
3197
  messages: {
@@ -3210,33 +3210,33 @@ export declare const VCombobox: {
3210
3210
  default: number;
3211
3211
  };
3212
3212
  rules: {
3213
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
3213
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
3214
3214
  default: () => never[];
3215
3215
  };
3216
3216
  modelValue: {
3217
3217
  type: PropType<any>;
3218
3218
  default: any;
3219
3219
  };
3220
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
3220
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
3221
3221
  rounded: {
3222
3222
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3223
3223
  default: undefined;
3224
3224
  };
3225
3225
  tile: BooleanConstructor;
3226
3226
  density: {
3227
- type: PropType<import("../../composables/density").Density>;
3227
+ type: PropType<import("../../composables/density.js").Density>;
3228
3228
  default: string;
3229
3229
  validator: (v: any) => boolean;
3230
3230
  };
3231
3231
  baseColor: StringConstructor;
3232
3232
  bgColor: StringConstructor;
3233
- prependIcon: PropType<import("../../composables/icons").IconValue>;
3234
- appendIcon: PropType<import("../../composables/icons").IconValue>;
3233
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
3234
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
3235
3235
  clearIcon: {
3236
- type: PropType<import("../../composables/icons").IconValue>;
3236
+ type: PropType<import("../../composables/icons.js").IconValue>;
3237
3237
  default: string;
3238
3238
  };
3239
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
3239
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
3240
3240
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
3241
3241
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
3242
3242
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
@@ -3259,7 +3259,7 @@ export declare const VCombobox: {
3259
3259
  counterValue: PropType<number | ((value: any) => number)>;
3260
3260
  modelModifiers: PropType<Record<string, boolean>>;
3261
3261
  items: {
3262
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
3262
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
3263
3263
  default: () => never[];
3264
3264
  };
3265
3265
  itemTitle: {
@@ -3307,7 +3307,7 @@ export declare const VCombobox: {
3307
3307
  };
3308
3308
  menu: BooleanConstructor;
3309
3309
  menuIcon: {
3310
- type: PropType<import("../../composables/icons").IconValue>;
3310
+ type: PropType<import("../../composables/icons.js").IconValue>;
3311
3311
  default: string;
3312
3312
  };
3313
3313
  menuProps: {
@@ -3320,14 +3320,14 @@ export declare const VCombobox: {
3320
3320
  };
3321
3321
  openOnClear: BooleanConstructor;
3322
3322
  itemColor: StringConstructor;
3323
- customFilter: PropType<import("../../composables/filter").FilterFunction>;
3324
- customKeyFilter: PropType<import("../../composables/filter").FilterKeyFunctions>;
3323
+ customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
3324
+ customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
3325
3325
  filterKeys: {
3326
- type: PropType<import("../../composables/filter").FilterKeys>;
3327
- default: NonNullable<import("../../composables/filter").FilterKeys>;
3326
+ type: PropType<import("../../composables/filter.js").FilterKeys>;
3327
+ default: NonNullable<import("../../composables/filter.js").FilterKeys>;
3328
3328
  };
3329
3329
  filterMode: {
3330
- type: PropType<import("../../composables/filter").FilterMode>;
3330
+ type: PropType<import("../../composables/filter.js").FilterMode>;
3331
3331
  default: string;
3332
3332
  };
3333
3333
  noFilter: BooleanConstructor;
@@ -3398,7 +3398,7 @@ export declare const VCombobox: {
3398
3398
  type: PropType<boolean | null>;
3399
3399
  default: null;
3400
3400
  };
3401
- class: PropType<import("../../composables/component").ClassValue>;
3401
+ class: PropType<import("../../composables/component.js").ClassValue>;
3402
3402
  theme: StringConstructor;
3403
3403
  placeholder: StringConstructor;
3404
3404
  messages: {
@@ -3417,33 +3417,33 @@ export declare const VCombobox: {
3417
3417
  default: number;
3418
3418
  };
3419
3419
  rules: {
3420
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
3420
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
3421
3421
  default: () => never[];
3422
3422
  };
3423
3423
  modelValue: {
3424
3424
  type: PropType<any>;
3425
3425
  default: any;
3426
3426
  };
3427
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
3427
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
3428
3428
  rounded: {
3429
3429
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3430
3430
  default: undefined;
3431
3431
  };
3432
3432
  tile: BooleanConstructor;
3433
3433
  density: {
3434
- type: PropType<import("../../composables/density").Density>;
3434
+ type: PropType<import("../../composables/density.js").Density>;
3435
3435
  default: string;
3436
3436
  validator: (v: any) => boolean;
3437
3437
  };
3438
3438
  baseColor: StringConstructor;
3439
3439
  bgColor: StringConstructor;
3440
- prependIcon: PropType<import("../../composables/icons").IconValue>;
3441
- appendIcon: PropType<import("../../composables/icons").IconValue>;
3440
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
3441
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
3442
3442
  clearIcon: {
3443
- type: PropType<import("../../composables/icons").IconValue>;
3443
+ type: PropType<import("../../composables/icons.js").IconValue>;
3444
3444
  default: string;
3445
3445
  };
3446
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
3446
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
3447
3447
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
3448
3448
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
3449
3449
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
@@ -3466,7 +3466,7 @@ export declare const VCombobox: {
3466
3466
  counterValue: PropType<number | ((value: any) => number)>;
3467
3467
  modelModifiers: PropType<Record<string, boolean>>;
3468
3468
  items: {
3469
- type: PropType<import("../../composables/list-items").ItemProps["items"]>;
3469
+ type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
3470
3470
  default: () => never[];
3471
3471
  };
3472
3472
  itemTitle: {
@@ -3514,7 +3514,7 @@ export declare const VCombobox: {
3514
3514
  };
3515
3515
  menu: BooleanConstructor;
3516
3516
  menuIcon: {
3517
- type: PropType<import("../../composables/icons").IconValue>;
3517
+ type: PropType<import("../../composables/icons.js").IconValue>;
3518
3518
  default: string;
3519
3519
  };
3520
3520
  menuProps: {
@@ -3527,14 +3527,14 @@ export declare const VCombobox: {
3527
3527
  };
3528
3528
  openOnClear: BooleanConstructor;
3529
3529
  itemColor: StringConstructor;
3530
- customFilter: PropType<import("../../composables/filter").FilterFunction>;
3531
- customKeyFilter: PropType<import("../../composables/filter").FilterKeyFunctions>;
3530
+ customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
3531
+ customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
3532
3532
  filterKeys: {
3533
- type: PropType<import("../../composables/filter").FilterKeys>;
3534
- default: NonNullable<import("../../composables/filter").FilterKeys>;
3533
+ type: PropType<import("../../composables/filter.js").FilterKeys>;
3534
+ default: NonNullable<import("../../composables/filter.js").FilterKeys>;
3535
3535
  };
3536
3536
  filterMode: {
3537
- type: PropType<import("../../composables/filter").FilterMode>;
3537
+ type: PropType<import("../../composables/filter.js").FilterMode>;
3538
3538
  default: string;
3539
3539
  };
3540
3540
  noFilter: BooleanConstructor;