@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 +1 @@
1
- export { VMenu } from './VMenu';
1
+ export { VMenu } from './VMenu.js';
@@ -234,7 +234,7 @@ export declare const VMessages: {
234
234
  messages: string | readonly string[];
235
235
  }, {}, string, import("vue").SlotsType<Partial<{
236
236
  message: (arg: VMessageSlot) => import("vue").VNode[];
237
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
237
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
238
238
  transition: Omit<{
239
239
  type: PropType<string | boolean | (import("vue").TransitionProps & {
240
240
  component?: Component;
@@ -257,7 +257,7 @@ export declare const VMessages: {
257
257
  component?: Component;
258
258
  })>;
259
259
  };
260
- class: PropType<import("../../composables/component").ClassValue>;
260
+ class: PropType<import("../../composables/component.js").ClassValue>;
261
261
  style: {
262
262
  type: PropType<import("vue").StyleValue>;
263
263
  default: null;
@@ -291,7 +291,7 @@ export declare const VMessages: {
291
291
  component?: Component;
292
292
  })>;
293
293
  };
294
- class: PropType<import("../../composables/component").ClassValue>;
294
+ class: PropType<import("../../composables/component.js").ClassValue>;
295
295
  style: {
296
296
  type: PropType<import("vue").StyleValue>;
297
297
  default: null;
@@ -1 +1 @@
1
- export { VMessages } from './VMessages';
1
+ export { VMessages } from './VMessages.js';
@@ -48,20 +48,20 @@ export declare const makeVNavigationDrawerProps: <Defaults extends {
48
48
  default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
49
49
  };
50
50
  tag: unknown extends Defaults["tag"] ? Omit<{
51
- type: PropType<string | import("../../composables").JSXComponent>;
51
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
52
52
  default: string;
53
53
  }, "type" | "default"> & {
54
- type: PropType<string | import("../../composables").JSXComponent>;
55
- default: NonNullable<string | import("../../composables").JSXComponent>;
54
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
55
+ default: NonNullable<string | import("../../composables/index.js").JSXComponent>;
56
56
  } : Omit<Omit<{
57
- type: PropType<string | import("../../composables").JSXComponent>;
57
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
58
58
  default: string;
59
59
  }, "type" | "default"> & {
60
- type: PropType<string | import("../../composables").JSXComponent>;
61
- default: NonNullable<string | import("../../composables").JSXComponent>;
60
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
61
+ default: NonNullable<string | import("../../composables/index.js").JSXComponent>;
62
62
  }, "type" | "default"> & {
63
- type: PropType<unknown extends Defaults["tag"] ? string | import("../../composables").JSXComponent : string | import("../../composables").JSXComponent | Defaults["tag"]>;
64
- default: unknown extends Defaults["tag"] ? string | import("../../composables").JSXComponent : NonNullable<string | import("../../composables").JSXComponent> | Defaults["tag"];
63
+ type: PropType<unknown extends Defaults["tag"] ? string | import("../../composables/index.js").JSXComponent : string | import("../../composables/index.js").JSXComponent | Defaults["tag"]>;
64
+ default: unknown extends Defaults["tag"] ? string | import("../../composables/index.js").JSXComponent : NonNullable<string | import("../../composables/index.js").JSXComponent> | Defaults["tag"];
65
65
  };
66
66
  rounded: unknown extends Defaults["rounded"] ? {
67
67
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -125,9 +125,9 @@ export declare const makeVNavigationDrawerProps: <Defaults extends {
125
125
  type: PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
126
126
  default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
127
127
  };
128
- mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? PropType<number | import("../../composables").DisplayBreakpoint> : {
129
- type: PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : number | import("../../composables").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
130
- default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : NonNullable<number | import("../../composables").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
128
+ mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? PropType<number | import("../../composables/index.js").DisplayBreakpoint> : {
129
+ type: PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : number | import("../../composables/index.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
130
+ default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : NonNullable<number | import("../../composables/index.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
131
131
  };
132
132
  closeDelay: unknown extends Defaults["closeDelay"] ? (StringConstructor | NumberConstructor)[] : {
133
133
  type: PropType<unknown extends Defaults["closeDelay"] ? string | number : string | number | Defaults["closeDelay"]>;
@@ -272,7 +272,7 @@ export declare const VNavigationDrawer: {
272
272
  mobile: boolean | null;
273
273
  temporary: boolean;
274
274
  persistent: boolean;
275
- tag: string | import("../../composables").JSXComponent;
275
+ tag: string | import("../../composables/index.js").JSXComponent;
276
276
  sticky: boolean;
277
277
  modelValue: boolean | null;
278
278
  tile: boolean;
@@ -293,7 +293,7 @@ export declare const VNavigationDrawer: {
293
293
  class?: any;
294
294
  theme?: string | undefined;
295
295
  elevation?: string | number | undefined;
296
- mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
296
+ mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
297
297
  rounded?: string | number | boolean | undefined;
298
298
  closeDelay?: string | number | undefined;
299
299
  openDelay?: string | number | undefined;
@@ -332,7 +332,7 @@ export declare const VNavigationDrawer: {
332
332
  mobile: boolean | null;
333
333
  temporary: boolean;
334
334
  persistent: boolean;
335
- tag: string | import("../../composables").JSXComponent;
335
+ tag: string | import("../../composables/index.js").JSXComponent;
336
336
  sticky: boolean;
337
337
  modelValue: boolean | null;
338
338
  rounded: string | number | boolean;
@@ -367,7 +367,7 @@ export declare const VNavigationDrawer: {
367
367
  mobile: boolean | null;
368
368
  temporary: boolean;
369
369
  persistent: boolean;
370
- tag: string | import("../../composables").JSXComponent;
370
+ tag: string | import("../../composables/index.js").JSXComponent;
371
371
  sticky: boolean;
372
372
  modelValue: boolean | null;
373
373
  tile: boolean;
@@ -388,7 +388,7 @@ export declare const VNavigationDrawer: {
388
388
  class?: any;
389
389
  theme?: string | undefined;
390
390
  elevation?: string | number | undefined;
391
- mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
391
+ mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
392
392
  rounded?: string | number | boolean | undefined;
393
393
  closeDelay?: string | number | undefined;
394
394
  openDelay?: string | number | undefined;
@@ -424,7 +424,7 @@ export declare const VNavigationDrawer: {
424
424
  mobile: boolean | null;
425
425
  temporary: boolean;
426
426
  persistent: boolean;
427
- tag: string | import("../../composables").JSXComponent;
427
+ tag: string | import("../../composables/index.js").JSXComponent;
428
428
  sticky: boolean;
429
429
  modelValue: boolean | null;
430
430
  rounded: string | number | boolean;
@@ -451,7 +451,7 @@ export declare const VNavigationDrawer: {
451
451
  mobile: boolean | null;
452
452
  temporary: boolean;
453
453
  persistent: boolean;
454
- tag: string | import("../../composables").JSXComponent;
454
+ tag: string | import("../../composables/index.js").JSXComponent;
455
455
  sticky: boolean;
456
456
  modelValue: boolean | null;
457
457
  tile: boolean;
@@ -472,7 +472,7 @@ export declare const VNavigationDrawer: {
472
472
  class?: any;
473
473
  theme?: string | undefined;
474
474
  elevation?: string | number | undefined;
475
- mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
475
+ mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
476
476
  rounded?: string | number | boolean | undefined;
477
477
  closeDelay?: string | number | undefined;
478
478
  openDelay?: string | number | undefined;
@@ -511,7 +511,7 @@ export declare const VNavigationDrawer: {
511
511
  mobile: boolean | null;
512
512
  temporary: boolean;
513
513
  persistent: boolean;
514
- tag: string | import("../../composables").JSXComponent;
514
+ tag: string | import("../../composables/index.js").JSXComponent;
515
515
  sticky: boolean;
516
516
  modelValue: boolean | null;
517
517
  rounded: string | number | boolean;
@@ -530,14 +530,14 @@ export declare const VNavigationDrawer: {
530
530
  prepend: () => import("vue").VNode[];
531
531
  append: () => import("vue").VNode[];
532
532
  image: (arg: VNavigationDrawerImageSlot) => import("vue").VNode[];
533
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
533
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
534
534
  theme: StringConstructor;
535
535
  tag: Omit<{
536
- type: PropType<string | import("../../composables").JSXComponent>;
536
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
537
537
  default: string;
538
538
  }, "type" | "default"> & {
539
- type: PropType<string | import("../../composables").JSXComponent>;
540
- default: NonNullable<string | import("../../composables").JSXComponent>;
539
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
540
+ default: NonNullable<string | import("../../composables/index.js").JSXComponent>;
541
541
  };
542
542
  rounded: {
543
543
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -563,10 +563,10 @@ export declare const VNavigationDrawer: {
563
563
  type: PropType<boolean | null>;
564
564
  default: NonNullable<boolean | null> | null;
565
565
  };
566
- mobileBreakpoint: PropType<number | import("../../composables").DisplayBreakpoint>;
566
+ mobileBreakpoint: PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
567
567
  closeDelay: (StringConstructor | NumberConstructor)[];
568
568
  openDelay: (StringConstructor | NumberConstructor)[];
569
- class: PropType<import("../../composables/component").ClassValue>;
569
+ class: PropType<import("../../composables/component.js").ClassValue>;
570
570
  style: {
571
571
  type: PropType<import("vue").StyleValue>;
572
572
  default: null;
@@ -611,11 +611,11 @@ export declare const VNavigationDrawer: {
611
611
  }, import("vue").ExtractPropTypes<{
612
612
  theme: StringConstructor;
613
613
  tag: Omit<{
614
- type: PropType<string | import("../../composables").JSXComponent>;
614
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
615
615
  default: string;
616
616
  }, "type" | "default"> & {
617
- type: PropType<string | import("../../composables").JSXComponent>;
618
- default: NonNullable<string | import("../../composables").JSXComponent>;
617
+ type: PropType<string | import("../../composables/index.js").JSXComponent>;
618
+ default: NonNullable<string | import("../../composables/index.js").JSXComponent>;
619
619
  };
620
620
  rounded: {
621
621
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -641,10 +641,10 @@ export declare const VNavigationDrawer: {
641
641
  type: PropType<boolean | null>;
642
642
  default: NonNullable<boolean | null> | null;
643
643
  };
644
- mobileBreakpoint: PropType<number | import("../../composables").DisplayBreakpoint>;
644
+ mobileBreakpoint: PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
645
645
  closeDelay: (StringConstructor | NumberConstructor)[];
646
646
  openDelay: (StringConstructor | NumberConstructor)[];
647
- class: PropType<import("../../composables/component").ClassValue>;
647
+ class: PropType<import("../../composables/component.js").ClassValue>;
648
648
  style: {
649
649
  type: PropType<import("vue").StyleValue>;
650
650
  default: null;
@@ -1 +1 @@
1
- export { VNavigationDrawer } from './VNavigationDrawer';
1
+ export { VNavigationDrawer } from './VNavigationDrawer.js';
@@ -1 +1 @@
1
- export { VNoSsr } from './VNoSsr';
1
+ export { VNoSsr } from './VNoSsr.js';
@@ -418,7 +418,7 @@ export declare const VOtpInput: {
418
418
  }, {}, string, import("vue").SlotsType<Partial<{
419
419
  default: () => import("vue").VNode[];
420
420
  loader: () => import("vue").VNode[];
421
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
421
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
422
422
  variant: Omit<{
423
423
  type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
424
424
  default: string;
@@ -438,7 +438,7 @@ export declare const VOtpInput: {
438
438
  type: BooleanConstructor;
439
439
  default: null;
440
440
  };
441
- class: PropType<import("../../composables/component").ClassValue>;
441
+ class: PropType<import("../../composables/component.js").ClassValue>;
442
442
  theme: StringConstructor;
443
443
  rounded: {
444
444
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -494,7 +494,7 @@ export declare const VOtpInput: {
494
494
  type: BooleanConstructor;
495
495
  default: null;
496
496
  };
497
- class: PropType<import("../../composables/component").ClassValue>;
497
+ class: PropType<import("../../composables/component.js").ClassValue>;
498
498
  theme: StringConstructor;
499
499
  rounded: {
500
500
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -1 +1 @@
1
- export { VOtpInput } from './VOtpInput';
1
+ export { VOtpInput } from './VOtpInput.js';
@@ -1,3 +1,3 @@
1
- import VOverflowBtn from './VOverflowBtn';
1
+ import VOverflowBtn from './VOverflowBtn.js';
2
2
  export { VOverflowBtn };
3
3
  export default VOverflowBtn;
@@ -1,5 +1,5 @@
1
1
  import type { PropType, Ref } from 'vue';
2
- import type { TemplateRef } from "../../util";
2
+ import type { TemplateRef } from "../../util/index.js";
3
3
  export type OverlaySlots = {
4
4
  default: {
5
5
  isActive: Ref<boolean>;
@@ -79,56 +79,56 @@ export declare const makeVOverlayProps: <Defaults extends {
79
79
  default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
80
80
  };
81
81
  scrollStrategy: unknown extends Defaults["scrollStrategy"] ? {
82
- type: PropType<import("./scrollStrategies").StrategyProps["scrollStrategy"]>;
82
+ type: PropType<import("./scrollStrategies.js").StrategyProps["scrollStrategy"]>;
83
83
  default: string;
84
84
  validator: (val: any) => boolean;
85
85
  } : Omit<{
86
- type: PropType<import("./scrollStrategies").StrategyProps["scrollStrategy"]>;
86
+ type: PropType<import("./scrollStrategies.js").StrategyProps["scrollStrategy"]>;
87
87
  default: string;
88
88
  validator: (val: any) => boolean;
89
89
  }, "type" | "default"> & {
90
- type: PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" | Defaults["scrollStrategy"]>;
91
- default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : NonNullable<"none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition"> | Defaults["scrollStrategy"];
90
+ type: PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" | Defaults["scrollStrategy"]>;
91
+ default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : NonNullable<"none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition"> | Defaults["scrollStrategy"];
92
92
  };
93
93
  locationStrategy: unknown extends Defaults["locationStrategy"] ? {
94
- type: PropType<import("./locationStrategies").StrategyProps["locationStrategy"]>;
94
+ type: PropType<import("./locationStrategies.js").StrategyProps["locationStrategy"]>;
95
95
  default: string;
96
96
  validator: (val: any) => boolean;
97
97
  } : Omit<{
98
- type: PropType<import("./locationStrategies").StrategyProps["locationStrategy"]>;
98
+ type: PropType<import("./locationStrategies.js").StrategyProps["locationStrategy"]>;
99
99
  default: string;
100
100
  validator: (val: any) => boolean;
101
101
  }, "type" | "default"> & {
102
- type: PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
102
+ type: PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
103
103
  updateLocation: (e?: Event) => void;
104
- }) : "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
104
+ }) : "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
105
105
  updateLocation: (e?: Event) => void;
106
106
  }) | Defaults["locationStrategy"]>;
107
- default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
107
+ default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
108
108
  updateLocation: (e?: Event) => void;
109
- }) : NonNullable<"connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
109
+ }) : NonNullable<"connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
110
110
  updateLocation: (e?: Event) => void;
111
111
  })> | Defaults["locationStrategy"];
112
112
  };
113
113
  location: unknown extends Defaults["location"] ? {
114
- type: PropType<import("./locationStrategies").StrategyProps["location"]>;
114
+ type: PropType<import("./locationStrategies.js").StrategyProps["location"]>;
115
115
  default: string;
116
116
  } : Omit<{
117
- type: PropType<import("./locationStrategies").StrategyProps["location"]>;
117
+ type: PropType<import("./locationStrategies.js").StrategyProps["location"]>;
118
118
  default: string;
119
119
  }, "type" | "default"> & {
120
- type: PropType<unknown extends Defaults["location"] ? import("../../util").Anchor : import("../../util").Anchor | Defaults["location"]>;
121
- default: unknown extends Defaults["location"] ? import("../../util").Anchor : NonNullable<import("../../util").Anchor> | Defaults["location"];
120
+ type: PropType<unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : import("../../util/index.js").Anchor | Defaults["location"]>;
121
+ default: unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : NonNullable<import("../../util/index.js").Anchor> | Defaults["location"];
122
122
  };
123
123
  origin: unknown extends Defaults["origin"] ? {
124
- type: PropType<import("./locationStrategies").StrategyProps["origin"]>;
124
+ type: PropType<import("./locationStrategies.js").StrategyProps["origin"]>;
125
125
  default: string;
126
126
  } : Omit<{
127
- type: PropType<import("./locationStrategies").StrategyProps["origin"]>;
127
+ type: PropType<import("./locationStrategies.js").StrategyProps["origin"]>;
128
128
  default: string;
129
129
  }, "type" | "default"> & {
130
- type: PropType<unknown extends Defaults["origin"] ? "auto" | import("../../util").Anchor | "overlap" : "auto" | import("../../util").Anchor | "overlap" | Defaults["origin"]>;
131
- default: unknown extends Defaults["origin"] ? "auto" | import("../../util").Anchor | "overlap" : NonNullable<"auto" | import("../../util").Anchor | "overlap"> | Defaults["origin"];
130
+ type: PropType<unknown extends Defaults["origin"] ? "auto" | import("../../util/index.js").Anchor | "overlap" : "auto" | import("../../util/index.js").Anchor | "overlap" | Defaults["origin"]>;
131
+ default: unknown extends Defaults["origin"] ? "auto" | import("../../util/index.js").Anchor | "overlap" : NonNullable<"auto" | import("../../util/index.js").Anchor | "overlap"> | Defaults["origin"];
132
132
  };
133
133
  offset: unknown extends Defaults["offset"] ? PropType<string | number | number[] | undefined> : {
134
134
  type: PropType<unknown extends Defaults["offset"] ? string | number | number[] | undefined : string | number | number[] | Defaults["offset"] | undefined>;
@@ -304,8 +304,8 @@ export declare const makeVOverlayProps: <Defaults extends {
304
304
  export declare const VOverlay: {
305
305
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
306
306
  absolute: boolean;
307
- location: import("../../util").Anchor;
308
- origin: "auto" | import("../../util").Anchor | "overlap";
307
+ location: import("../../util/index.js").Anchor;
308
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
309
309
  transition: string | boolean | (import("vue").TransitionProps & {
310
310
  component?: import("vue").Component;
311
311
  });
@@ -315,10 +315,10 @@ export declare const VOverlay: {
315
315
  disabled: boolean;
316
316
  persistent: boolean;
317
317
  modelValue: boolean;
318
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
318
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
319
319
  updateLocation: (e?: Event) => void;
320
320
  });
321
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
321
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
322
322
  activatorProps: Record<string, any>;
323
323
  openOnHover: boolean;
324
324
  closeOnContentClick: boolean;
@@ -402,8 +402,8 @@ export declare const VOverlay: {
402
402
  afterLeave: () => true;
403
403
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
404
404
  absolute: boolean;
405
- location: import("../../util").Anchor;
406
- origin: "auto" | import("../../util").Anchor | "overlap";
405
+ location: import("../../util/index.js").Anchor;
406
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
407
407
  transition: string | boolean | (import("vue").TransitionProps & {
408
408
  component?: import("vue").Component;
409
409
  });
@@ -413,10 +413,10 @@ export declare const VOverlay: {
413
413
  disabled: boolean;
414
414
  persistent: boolean;
415
415
  modelValue: boolean;
416
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
416
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
417
417
  updateLocation: (e?: Event) => void;
418
418
  });
419
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
419
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
420
420
  activatorProps: Record<string, any>;
421
421
  openOnClick: boolean;
422
422
  openOnHover: boolean;
@@ -445,8 +445,8 @@ export declare const VOverlay: {
445
445
  Defaults: {};
446
446
  }, {
447
447
  absolute: boolean;
448
- location: import("../../util").Anchor;
449
- origin: "auto" | import("../../util").Anchor | "overlap";
448
+ location: import("../../util/index.js").Anchor;
449
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
450
450
  transition: string | boolean | (import("vue").TransitionProps & {
451
451
  component?: import("vue").Component;
452
452
  });
@@ -456,10 +456,10 @@ export declare const VOverlay: {
456
456
  disabled: boolean;
457
457
  persistent: boolean;
458
458
  modelValue: boolean;
459
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
459
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
460
460
  updateLocation: (e?: Event) => void;
461
461
  });
462
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
462
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
463
463
  activatorProps: Record<string, any>;
464
464
  openOnHover: boolean;
465
465
  closeOnContentClick: boolean;
@@ -537,8 +537,8 @@ export declare const VOverlay: {
537
537
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
538
538
  }, {}, {}, {}, {
539
539
  absolute: boolean;
540
- location: import("../../util").Anchor;
541
- origin: "auto" | import("../../util").Anchor | "overlap";
540
+ location: import("../../util/index.js").Anchor;
541
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
542
542
  transition: string | boolean | (import("vue").TransitionProps & {
543
543
  component?: import("vue").Component;
544
544
  });
@@ -548,10 +548,10 @@ export declare const VOverlay: {
548
548
  disabled: boolean;
549
549
  persistent: boolean;
550
550
  modelValue: boolean;
551
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
551
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
552
552
  updateLocation: (e?: Event) => void;
553
553
  });
554
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
554
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
555
555
  activatorProps: Record<string, any>;
556
556
  openOnClick: boolean;
557
557
  openOnHover: boolean;
@@ -568,8 +568,8 @@ export declare const VOverlay: {
568
568
  __isSuspense?: never;
569
569
  } & import("vue").ComponentOptionsBase<{
570
570
  absolute: boolean;
571
- location: import("../../util").Anchor;
572
- origin: "auto" | import("../../util").Anchor | "overlap";
571
+ location: import("../../util/index.js").Anchor;
572
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
573
573
  transition: string | boolean | (import("vue").TransitionProps & {
574
574
  component?: import("vue").Component;
575
575
  });
@@ -579,10 +579,10 @@ export declare const VOverlay: {
579
579
  disabled: boolean;
580
580
  persistent: boolean;
581
581
  modelValue: boolean;
582
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
582
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
583
583
  updateLocation: (e?: Event) => void;
584
584
  });
585
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
585
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
586
586
  activatorProps: Record<string, any>;
587
587
  openOnHover: boolean;
588
588
  closeOnContentClick: boolean;
@@ -666,8 +666,8 @@ export declare const VOverlay: {
666
666
  afterLeave: () => true;
667
667
  }, string, {
668
668
  absolute: boolean;
669
- location: import("../../util").Anchor;
670
- origin: "auto" | import("../../util").Anchor | "overlap";
669
+ location: import("../../util/index.js").Anchor;
670
+ origin: "auto" | import("../../util/index.js").Anchor | "overlap";
671
671
  transition: string | boolean | (import("vue").TransitionProps & {
672
672
  component?: import("vue").Component;
673
673
  });
@@ -677,10 +677,10 @@ export declare const VOverlay: {
677
677
  disabled: boolean;
678
678
  persistent: boolean;
679
679
  modelValue: boolean;
680
- locationStrategy: "connected" | "static" | ((data: import("./locationStrategies").LocationStrategyData, props: import("./locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
680
+ locationStrategy: "connected" | "static" | ((data: import("./locationStrategies.js").LocationStrategyData, props: import("./locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
681
681
  updateLocation: (e?: Event) => void;
682
682
  });
683
- scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies").ScrollStrategyData, props: import("./scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
683
+ scrollStrategy: "none" | "block" | "close" | ((data: import("./scrollStrategies.js").ScrollStrategyData, props: import("./scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
684
684
  activatorProps: Record<string, any>;
685
685
  openOnClick: boolean;
686
686
  openOnHover: boolean;
@@ -700,7 +700,7 @@ export declare const VOverlay: {
700
700
  props: Record<string, any>;
701
701
  targetRef: TemplateRef;
702
702
  }) => import("vue").VNode[];
703
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
703
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
704
704
  transition: {
705
705
  type: PropType<string | boolean | (import("vue").TransitionProps & {
706
706
  component?: import("vue").Component;
@@ -710,24 +710,24 @@ export declare const VOverlay: {
710
710
  };
711
711
  theme: StringConstructor;
712
712
  scrollStrategy: {
713
- type: PropType<import("./scrollStrategies").StrategyProps["scrollStrategy"]>;
713
+ type: PropType<import("./scrollStrategies.js").StrategyProps["scrollStrategy"]>;
714
714
  default: string;
715
715
  validator: (val: any) => boolean;
716
716
  };
717
717
  locationStrategy: {
718
- type: PropType<import("./locationStrategies").StrategyProps["locationStrategy"]>;
718
+ type: PropType<import("./locationStrategies.js").StrategyProps["locationStrategy"]>;
719
719
  default: string;
720
720
  validator: (val: any) => boolean;
721
721
  };
722
722
  location: {
723
- type: PropType<import("./locationStrategies").StrategyProps["location"]>;
723
+ type: PropType<import("./locationStrategies.js").StrategyProps["location"]>;
724
724
  default: string;
725
725
  };
726
726
  origin: {
727
- type: PropType<import("./locationStrategies").StrategyProps["origin"]>;
727
+ type: PropType<import("./locationStrategies.js").StrategyProps["origin"]>;
728
728
  default: string;
729
729
  };
730
- offset: PropType<import("./locationStrategies").StrategyProps["offset"]>;
730
+ offset: PropType<import("./locationStrategies.js").StrategyProps["offset"]>;
731
731
  eager: BooleanConstructor;
732
732
  height: (StringConstructor | NumberConstructor)[];
733
733
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -735,7 +735,7 @@ export declare const VOverlay: {
735
735
  minHeight: (StringConstructor | NumberConstructor)[];
736
736
  minWidth: (StringConstructor | NumberConstructor)[];
737
737
  width: (StringConstructor | NumberConstructor)[];
738
- class: PropType<import("../../composables/component").ClassValue>;
738
+ class: PropType<import("../../composables/component.js").ClassValue>;
739
739
  style: {
740
740
  type: PropType<import("vue").StyleValue>;
741
741
  default: null;
@@ -791,24 +791,24 @@ export declare const VOverlay: {
791
791
  };
792
792
  theme: StringConstructor;
793
793
  scrollStrategy: {
794
- type: PropType<import("./scrollStrategies").StrategyProps["scrollStrategy"]>;
794
+ type: PropType<import("./scrollStrategies.js").StrategyProps["scrollStrategy"]>;
795
795
  default: string;
796
796
  validator: (val: any) => boolean;
797
797
  };
798
798
  locationStrategy: {
799
- type: PropType<import("./locationStrategies").StrategyProps["locationStrategy"]>;
799
+ type: PropType<import("./locationStrategies.js").StrategyProps["locationStrategy"]>;
800
800
  default: string;
801
801
  validator: (val: any) => boolean;
802
802
  };
803
803
  location: {
804
- type: PropType<import("./locationStrategies").StrategyProps["location"]>;
804
+ type: PropType<import("./locationStrategies.js").StrategyProps["location"]>;
805
805
  default: string;
806
806
  };
807
807
  origin: {
808
- type: PropType<import("./locationStrategies").StrategyProps["origin"]>;
808
+ type: PropType<import("./locationStrategies.js").StrategyProps["origin"]>;
809
809
  default: string;
810
810
  };
811
- offset: PropType<import("./locationStrategies").StrategyProps["offset"]>;
811
+ offset: PropType<import("./locationStrategies.js").StrategyProps["offset"]>;
812
812
  eager: BooleanConstructor;
813
813
  height: (StringConstructor | NumberConstructor)[];
814
814
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -816,7 +816,7 @@ export declare const VOverlay: {
816
816
  minHeight: (StringConstructor | NumberConstructor)[];
817
817
  minWidth: (StringConstructor | NumberConstructor)[];
818
818
  width: (StringConstructor | NumberConstructor)[];
819
- class: PropType<import("../../composables/component").ClassValue>;
819
+ class: PropType<import("../../composables/component.js").ClassValue>;
820
820
  style: {
821
821
  type: PropType<import("vue").StyleValue>;
822
822
  default: null;
@@ -1 +1 @@
1
- export { VOverlay } from './VOverlay';
1
+ export { VOverlay } from './VOverlay.js';
@@ -1,6 +1,6 @@
1
- import { Box } from "../../util/box";
1
+ import { Box } from "../../util/box.js";
2
2
  import type { PropType, Ref } from 'vue';
3
- import type { Anchor } from "../../util";
3
+ import type { Anchor } from "../../util/index.js";
4
4
  export interface LocationStrategyData {
5
5
  contentEl: Ref<HTMLElement | undefined>;
6
6
  target: Ref<HTMLElement | [x: number, y: number] | undefined>;
@@ -1,5 +1,5 @@
1
1
  import type { ComponentPublicInstance, PropType, Ref } from 'vue';
2
- import type { DelayProps } from "../../composables/delay";
2
+ import type { DelayProps } from "../../composables/delay.js";
3
3
  interface ActivatorProps extends DelayProps {
4
4
  target: 'parent' | 'cursor' | (string & {}) | Element | ComponentPublicInstance | [x: number, y: number] | undefined;
5
5
  activator: 'parent' | (string & {}) | Element | ComponentPublicInstance | undefined;
@@ -81,10 +81,10 @@ export declare function useActivator(props: ActivatorProps, { isActive, isTop, c
81
81
  contentEl: Ref<HTMLElement | undefined>;
82
82
  }): {
83
83
  activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
84
- activatorRef: import("../../util").TemplateRef;
84
+ activatorRef: import("../../util/index.js").TemplateRef;
85
85
  target: import("vue").ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
86
86
  targetEl: import("vue").ComputedRef<HTMLElement | undefined>;
87
- targetRef: import("../../util").TemplateRef;
87
+ targetRef: import("../../util/index.js").TemplateRef;
88
88
  activatorEvents: import("vue").ComputedRef<Partial<{
89
89
  onClick: (e: MouseEvent) => void;
90
90
  onMouseenter: (e: MouseEvent) => void;