@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
@@ -46,7 +46,7 @@ export declare const makeVTabProps: <Defaults extends {
46
46
  default: unknown extends Defaults["replace"] ? boolean : boolean | Defaults["replace"];
47
47
  };
48
48
  variant: unknown extends Defaults["variant"] ? Omit<Omit<{
49
- type: PropType<import("../../composables/variant").Variant>;
49
+ type: PropType<import("../../composables/variant.js").Variant>;
50
50
  default: string;
51
51
  validator: (v: any) => boolean;
52
52
  }, "type" | "default"> & {
@@ -56,7 +56,7 @@ export declare const makeVTabProps: <Defaults extends {
56
56
  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
57
57
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
58
58
  } : Omit<Omit<Omit<{
59
- type: PropType<import("../../composables/variant").Variant>;
59
+ type: PropType<import("../../composables/variant.js").Variant>;
60
60
  default: string;
61
61
  validator: (v: any) => boolean;
62
62
  }, "type" | "default"> & {
@@ -160,28 +160,28 @@ export declare const makeVTabProps: <Defaults extends {
160
160
  default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
161
161
  };
162
162
  tag: unknown extends Defaults["tag"] ? Omit<{
163
- type: PropType<string | import("../../util").JSXComponent>;
163
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
164
164
  default: string;
165
165
  }, "type" | "default"> & {
166
- type: PropType<string | import("../../util").JSXComponent>;
167
- default: NonNullable<string | import("../../util").JSXComponent>;
166
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
167
+ default: NonNullable<string | import("../../util/index.js").JSXComponent>;
168
168
  } : Omit<Omit<{
169
- type: PropType<string | import("../../util").JSXComponent>;
169
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
170
170
  default: string;
171
171
  }, "type" | "default"> & {
172
- type: PropType<string | import("../../util").JSXComponent>;
173
- default: NonNullable<string | import("../../util").JSXComponent>;
172
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
173
+ default: NonNullable<string | import("../../util/index.js").JSXComponent>;
174
174
  }, "type" | "default"> & {
175
- type: PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
176
- default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
175
+ type: PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
176
+ default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
177
177
  };
178
178
  to: unknown extends Defaults["to"] ? PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric> : {
179
179
  type: PropType<unknown extends Defaults["to"] ? string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric : string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | Defaults["to"]>;
180
180
  default: unknown extends Defaults["to"] ? string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric : NonNullable<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric> | Defaults["to"];
181
181
  };
182
- icon: unknown extends Defaults["icon"] ? PropType<boolean | import("../../composables/icons").IconValue> : {
183
- type: PropType<unknown extends Defaults["icon"] ? boolean | import("../../composables/icons").IconValue : boolean | import("../../composables/icons").IconValue | Defaults["icon"]>;
184
- default: unknown extends Defaults["icon"] ? boolean | import("../../composables/icons").IconValue : NonNullable<boolean | import("../../composables/icons").IconValue> | Defaults["icon"];
182
+ icon: unknown extends Defaults["icon"] ? PropType<boolean | import("../../composables/icons.js").IconValue> : {
183
+ type: PropType<unknown extends Defaults["icon"] ? boolean | import("../../composables/icons.js").IconValue : boolean | import("../../composables/icons.js").IconValue | Defaults["icon"]>;
184
+ default: unknown extends Defaults["icon"] ? boolean | import("../../composables/icons.js").IconValue : NonNullable<boolean | import("../../composables/icons.js").IconValue> | Defaults["icon"];
185
185
  };
186
186
  href: unknown extends Defaults["href"] ? StringConstructor : {
187
187
  type: PropType<unknown extends Defaults["href"] ? string : string | Defaults["href"]>;
@@ -212,16 +212,16 @@ export declare const makeVTabProps: <Defaults extends {
212
212
  default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
213
213
  };
214
214
  density: unknown extends Defaults["density"] ? {
215
- type: PropType<import("../../composables/density").Density>;
215
+ type: PropType<import("../../composables/density.js").Density>;
216
216
  default: string;
217
217
  validator: (v: any) => boolean;
218
218
  } : Omit<{
219
- type: PropType<import("../../composables/density").Density>;
219
+ type: PropType<import("../../composables/density.js").Density>;
220
220
  default: string;
221
221
  validator: (v: any) => boolean;
222
222
  }, "type" | "default"> & {
223
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
224
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
223
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
224
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
225
225
  };
226
226
  baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
227
227
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
@@ -241,13 +241,13 @@ export declare const makeVTabProps: <Defaults extends {
241
241
  type: PropType<unknown extends Defaults["activeColor"] ? string : string | Defaults["activeColor"]>;
242
242
  default: unknown extends Defaults["activeColor"] ? string : string | Defaults["activeColor"];
243
243
  };
244
- prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons").IconValue> : {
245
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
246
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
244
+ prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
245
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
246
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
247
247
  };
248
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
249
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
250
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
248
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
249
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
250
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
251
251
  };
252
252
  slim: unknown extends Defaults["slim"] ? BooleanConstructor : {
253
253
  type: PropType<unknown extends Defaults["slim"] ? boolean : boolean | Defaults["slim"]>;
@@ -258,10 +258,10 @@ export declare const makeVTabProps: <Defaults extends {
258
258
  default: unknown extends Defaults["stacked"] ? boolean : boolean | Defaults["stacked"];
259
259
  };
260
260
  ripple: unknown extends Defaults["ripple"] ? {
261
- type: PropType<import("../../directives/ripple").RippleDirectiveBinding["value"]>;
261
+ type: PropType<import("../../directives/ripple/index.js").RippleDirectiveBinding["value"]>;
262
262
  default: boolean;
263
263
  } : Omit<{
264
- type: PropType<import("../../directives/ripple").RippleDirectiveBinding["value"]>;
264
+ type: PropType<import("../../directives/ripple/index.js").RippleDirectiveBinding["value"]>;
265
265
  default: boolean;
266
266
  }, "type" | "default"> & {
267
267
  type: PropType<unknown extends Defaults["ripple"] ? boolean | {
@@ -309,9 +309,9 @@ export declare const VTab: {
309
309
  disabled: boolean;
310
310
  size: string | number;
311
311
  readonly: boolean;
312
- tag: string | import("../../util").JSXComponent;
312
+ tag: string | import("../../util/index.js").JSXComponent;
313
313
  tile: boolean;
314
- density: import("../../composables/density").Density;
314
+ density: import("../../composables/density.js").Density;
315
315
  selectedClass: string;
316
316
  slim: boolean;
317
317
  stacked: boolean;
@@ -334,14 +334,14 @@ export declare const VTab: {
334
334
  class?: any;
335
335
  theme?: string | undefined;
336
336
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
337
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
337
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
338
338
  href?: string | undefined;
339
339
  elevation?: string | number | undefined;
340
340
  rounded?: string | number | boolean | undefined;
341
341
  baseColor?: string | undefined;
342
342
  activeColor?: string | undefined;
343
- prependIcon?: import("../../composables/icons").IconValue | undefined;
344
- appendIcon?: import("../../composables/icons").IconValue | undefined;
343
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
344
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
345
345
  sliderColor?: string | undefined;
346
346
  } & {
347
347
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -377,10 +377,10 @@ export declare const VTab: {
377
377
  disabled: boolean;
378
378
  size: string | number;
379
379
  readonly: boolean;
380
- tag: string | import("../../util").JSXComponent;
380
+ tag: string | import("../../util/index.js").JSXComponent;
381
381
  rounded: string | number | boolean;
382
382
  tile: boolean;
383
- density: import("../../composables/density").Density;
383
+ density: import("../../composables/density.js").Density;
384
384
  slim: boolean;
385
385
  stacked: boolean;
386
386
  ripple: boolean | {
@@ -397,15 +397,15 @@ export declare const VTab: {
397
397
  disabled: boolean;
398
398
  size: string | number;
399
399
  readonly: boolean;
400
- tag: string | import("../../util").JSXComponent;
400
+ tag: string | import("../../util/index.js").JSXComponent;
401
401
  tile: boolean;
402
- density: import("../../composables/density").Density;
402
+ density: import("../../composables/density.js").Density;
403
403
  slim: boolean;
404
404
  stacked: boolean;
405
405
  ripple: boolean | {
406
406
  class: string;
407
407
  } | undefined;
408
- location?: import("../../util").Anchor | null | undefined;
408
+ location?: import("../../util/index.js").Anchor | null | undefined;
409
409
  height?: string | number | undefined;
410
410
  width?: string | number | undefined;
411
411
  active?: boolean | undefined;
@@ -422,15 +422,15 @@ export declare const VTab: {
422
422
  class?: any;
423
423
  theme?: string | undefined;
424
424
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
425
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
425
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
426
426
  href?: string | undefined;
427
427
  elevation?: string | number | undefined;
428
428
  rounded?: string | number | boolean | undefined;
429
429
  baseColor?: string | undefined;
430
430
  selectedClass?: string | undefined;
431
431
  activeColor?: string | undefined;
432
- prependIcon?: import("../../composables/icons").IconValue | undefined;
433
- appendIcon?: import("../../composables/icons").IconValue | undefined;
432
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
433
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
434
434
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
435
435
  default?: (() => import("vue").VNodeChild) | undefined;
436
436
  prepend?: (() => import("vue").VNodeChild) | undefined;
@@ -481,16 +481,16 @@ export declare const VTab: {
481
481
  disabled: boolean;
482
482
  size: string | number;
483
483
  readonly: boolean;
484
- tag: string | import("../../util").JSXComponent;
484
+ tag: string | import("../../util/index.js").JSXComponent;
485
485
  tile: boolean;
486
- density: import("../../composables/density").Density;
486
+ density: import("../../composables/density.js").Density;
487
487
  slim: boolean;
488
488
  stacked: boolean;
489
489
  ripple: boolean | {
490
490
  class: string;
491
491
  } | undefined;
492
492
  } & {
493
- location?: import("../../util").Anchor | null | undefined;
493
+ location?: import("../../util/index.js").Anchor | null | undefined;
494
494
  height?: string | number | undefined;
495
495
  width?: string | number | undefined;
496
496
  active?: boolean | undefined;
@@ -507,15 +507,15 @@ export declare const VTab: {
507
507
  class?: any;
508
508
  theme?: string | undefined;
509
509
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
510
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
510
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
511
511
  href?: string | undefined;
512
512
  elevation?: string | number | undefined;
513
513
  rounded?: string | number | boolean | undefined;
514
514
  baseColor?: string | undefined;
515
515
  selectedClass?: string | undefined;
516
516
  activeColor?: string | undefined;
517
- prependIcon?: import("../../composables/icons").IconValue | undefined;
518
- appendIcon?: import("../../composables/icons").IconValue | undefined;
517
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
518
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
519
519
  } & {
520
520
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
521
521
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -539,7 +539,7 @@ export declare const VTab: {
539
539
  value: boolean;
540
540
  }) => any) | undefined;
541
541
  }, {
542
- group: import("../../composables/group").GroupItemProvide | null;
542
+ group: import("../../composables/group.js").GroupItemProvide | null;
543
543
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
544
544
  'group:selected': (val: {
545
545
  value: boolean;
@@ -557,10 +557,10 @@ export declare const VTab: {
557
557
  disabled: boolean;
558
558
  size: string | number;
559
559
  readonly: boolean;
560
- tag: string | import("../../util").JSXComponent;
560
+ tag: string | import("../../util/index.js").JSXComponent;
561
561
  rounded: string | number | boolean;
562
562
  tile: boolean;
563
- density: import("../../composables/density").Density;
563
+ density: import("../../composables/density.js").Density;
564
564
  slim: boolean;
565
565
  stacked: boolean;
566
566
  ripple: boolean | {
@@ -604,10 +604,10 @@ export declare const VTab: {
604
604
  disabled: boolean;
605
605
  size: string | number;
606
606
  readonly: boolean;
607
- tag: string | import("../../util").JSXComponent;
607
+ tag: string | import("../../util/index.js").JSXComponent;
608
608
  rounded: string | number | boolean;
609
609
  tile: boolean;
610
- density: import("../../composables/density").Density;
610
+ density: import("../../composables/density.js").Density;
611
611
  slim: boolean;
612
612
  stacked: boolean;
613
613
  ripple: boolean | {
@@ -624,16 +624,16 @@ export declare const VTab: {
624
624
  disabled: boolean;
625
625
  size: string | number;
626
626
  readonly: boolean;
627
- tag: string | import("../../util").JSXComponent;
627
+ tag: string | import("../../util/index.js").JSXComponent;
628
628
  tile: boolean;
629
- density: import("../../composables/density").Density;
629
+ density: import("../../composables/density.js").Density;
630
630
  slim: boolean;
631
631
  stacked: boolean;
632
632
  ripple: boolean | {
633
633
  class: string;
634
634
  } | undefined;
635
635
  } & {
636
- location?: import("../../util").Anchor | null | undefined;
636
+ location?: import("../../util/index.js").Anchor | null | undefined;
637
637
  height?: string | number | undefined;
638
638
  width?: string | number | undefined;
639
639
  active?: boolean | undefined;
@@ -650,15 +650,15 @@ export declare const VTab: {
650
650
  class?: any;
651
651
  theme?: string | undefined;
652
652
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
653
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
653
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
654
654
  href?: string | undefined;
655
655
  elevation?: string | number | undefined;
656
656
  rounded?: string | number | boolean | undefined;
657
657
  baseColor?: string | undefined;
658
658
  selectedClass?: string | undefined;
659
659
  activeColor?: string | undefined;
660
- prependIcon?: import("../../composables/icons").IconValue | undefined;
661
- appendIcon?: import("../../composables/icons").IconValue | undefined;
660
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
661
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
662
662
  } & {
663
663
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
664
664
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -682,10 +682,10 @@ export declare const VTab: {
682
682
  value: boolean;
683
683
  }) => any) | undefined;
684
684
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple")> & import("vue").ShallowUnwrapRef<{
685
- group: import("../../composables/group").GroupItemProvide | null;
685
+ group: import("../../composables/group.js").GroupItemProvide | null;
686
686
  }> & {} & import("vue").ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
687
687
  _allExposed: {
688
- group: import("../../composables/group").GroupItemProvide | null;
688
+ group: import("../../composables/group.js").GroupItemProvide | null;
689
689
  } | {};
690
690
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
691
691
  replace: boolean;
@@ -698,10 +698,10 @@ export declare const VTab: {
698
698
  disabled: boolean;
699
699
  size: string | number;
700
700
  readonly: boolean;
701
- tag: string | import("../../util").JSXComponent;
701
+ tag: string | import("../../util/index.js").JSXComponent;
702
702
  rounded: string | number | boolean;
703
703
  tile: boolean;
704
- density: import("../../composables/density").Density;
704
+ density: import("../../composables/density.js").Density;
705
705
  selectedClass: string;
706
706
  slim: boolean;
707
707
  stacked: boolean;
@@ -731,9 +731,9 @@ export declare const VTab: {
731
731
  disabled: boolean;
732
732
  size: string | number;
733
733
  readonly: boolean;
734
- tag: string | import("../../util").JSXComponent;
734
+ tag: string | import("../../util/index.js").JSXComponent;
735
735
  tile: boolean;
736
- density: import("../../composables/density").Density;
736
+ density: import("../../composables/density.js").Density;
737
737
  selectedClass: string;
738
738
  slim: boolean;
739
739
  stacked: boolean;
@@ -756,14 +756,14 @@ export declare const VTab: {
756
756
  class?: any;
757
757
  theme?: string | undefined;
758
758
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
759
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
759
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
760
760
  href?: string | undefined;
761
761
  elevation?: string | number | undefined;
762
762
  rounded?: string | number | boolean | undefined;
763
763
  baseColor?: string | undefined;
764
764
  activeColor?: string | undefined;
765
- prependIcon?: import("../../composables/icons").IconValue | undefined;
766
- appendIcon?: import("../../composables/icons").IconValue | undefined;
765
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
766
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
767
767
  sliderColor?: string | undefined;
768
768
  } & {
769
769
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -799,10 +799,10 @@ export declare const VTab: {
799
799
  disabled: boolean;
800
800
  size: string | number;
801
801
  readonly: boolean;
802
- tag: string | import("../../util").JSXComponent;
802
+ tag: string | import("../../util/index.js").JSXComponent;
803
803
  rounded: string | number | boolean;
804
804
  tile: boolean;
805
- density: import("../../composables/density").Density;
805
+ density: import("../../composables/density.js").Density;
806
806
  slim: boolean;
807
807
  stacked: boolean;
808
808
  ripple: boolean | {
@@ -819,15 +819,15 @@ export declare const VTab: {
819
819
  disabled: boolean;
820
820
  size: string | number;
821
821
  readonly: boolean;
822
- tag: string | import("../../util").JSXComponent;
822
+ tag: string | import("../../util/index.js").JSXComponent;
823
823
  tile: boolean;
824
- density: import("../../composables/density").Density;
824
+ density: import("../../composables/density.js").Density;
825
825
  slim: boolean;
826
826
  stacked: boolean;
827
827
  ripple: boolean | {
828
828
  class: string;
829
829
  } | undefined;
830
- location?: import("../../util").Anchor | null | undefined;
830
+ location?: import("../../util/index.js").Anchor | null | undefined;
831
831
  height?: string | number | undefined;
832
832
  width?: string | number | undefined;
833
833
  active?: boolean | undefined;
@@ -844,15 +844,15 @@ export declare const VTab: {
844
844
  class?: any;
845
845
  theme?: string | undefined;
846
846
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
847
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
847
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
848
848
  href?: string | undefined;
849
849
  elevation?: string | number | undefined;
850
850
  rounded?: string | number | boolean | undefined;
851
851
  baseColor?: string | undefined;
852
852
  selectedClass?: string | undefined;
853
853
  activeColor?: string | undefined;
854
- prependIcon?: import("../../composables/icons").IconValue | undefined;
855
- appendIcon?: import("../../composables/icons").IconValue | undefined;
854
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
855
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
856
856
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
857
857
  default?: (() => import("vue").VNodeChild) | undefined;
858
858
  prepend?: (() => import("vue").VNodeChild) | undefined;
@@ -903,16 +903,16 @@ export declare const VTab: {
903
903
  disabled: boolean;
904
904
  size: string | number;
905
905
  readonly: boolean;
906
- tag: string | import("../../util").JSXComponent;
906
+ tag: string | import("../../util/index.js").JSXComponent;
907
907
  tile: boolean;
908
- density: import("../../composables/density").Density;
908
+ density: import("../../composables/density.js").Density;
909
909
  slim: boolean;
910
910
  stacked: boolean;
911
911
  ripple: boolean | {
912
912
  class: string;
913
913
  } | undefined;
914
914
  } & {
915
- location?: import("../../util").Anchor | null | undefined;
915
+ location?: import("../../util/index.js").Anchor | null | undefined;
916
916
  height?: string | number | undefined;
917
917
  width?: string | number | undefined;
918
918
  active?: boolean | undefined;
@@ -929,15 +929,15 @@ export declare const VTab: {
929
929
  class?: any;
930
930
  theme?: string | undefined;
931
931
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
932
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
932
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
933
933
  href?: string | undefined;
934
934
  elevation?: string | number | undefined;
935
935
  rounded?: string | number | boolean | undefined;
936
936
  baseColor?: string | undefined;
937
937
  selectedClass?: string | undefined;
938
938
  activeColor?: string | undefined;
939
- prependIcon?: import("../../composables/icons").IconValue | undefined;
940
- appendIcon?: import("../../composables/icons").IconValue | undefined;
939
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
940
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
941
941
  } & {
942
942
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
943
943
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -961,7 +961,7 @@ export declare const VTab: {
961
961
  value: boolean;
962
962
  }) => any) | undefined;
963
963
  }, {
964
- group: import("../../composables/group").GroupItemProvide | null;
964
+ group: import("../../composables/group.js").GroupItemProvide | null;
965
965
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
966
966
  'group:selected': (val: {
967
967
  value: boolean;
@@ -979,10 +979,10 @@ export declare const VTab: {
979
979
  disabled: boolean;
980
980
  size: string | number;
981
981
  readonly: boolean;
982
- tag: string | import("../../util").JSXComponent;
982
+ tag: string | import("../../util/index.js").JSXComponent;
983
983
  rounded: string | number | boolean;
984
984
  tile: boolean;
985
- density: import("../../composables/density").Density;
985
+ density: import("../../composables/density.js").Density;
986
986
  slim: boolean;
987
987
  stacked: boolean;
988
988
  ripple: boolean | {
@@ -1026,10 +1026,10 @@ export declare const VTab: {
1026
1026
  disabled: boolean;
1027
1027
  size: string | number;
1028
1028
  readonly: boolean;
1029
- tag: string | import("../../util").JSXComponent;
1029
+ tag: string | import("../../util/index.js").JSXComponent;
1030
1030
  rounded: string | number | boolean;
1031
1031
  tile: boolean;
1032
- density: import("../../composables/density").Density;
1032
+ density: import("../../composables/density.js").Density;
1033
1033
  slim: boolean;
1034
1034
  stacked: boolean;
1035
1035
  ripple: boolean | {
@@ -1046,16 +1046,16 @@ export declare const VTab: {
1046
1046
  disabled: boolean;
1047
1047
  size: string | number;
1048
1048
  readonly: boolean;
1049
- tag: string | import("../../util").JSXComponent;
1049
+ tag: string | import("../../util/index.js").JSXComponent;
1050
1050
  tile: boolean;
1051
- density: import("../../composables/density").Density;
1051
+ density: import("../../composables/density.js").Density;
1052
1052
  slim: boolean;
1053
1053
  stacked: boolean;
1054
1054
  ripple: boolean | {
1055
1055
  class: string;
1056
1056
  } | undefined;
1057
1057
  } & {
1058
- location?: import("../../util").Anchor | null | undefined;
1058
+ location?: import("../../util/index.js").Anchor | null | undefined;
1059
1059
  height?: string | number | undefined;
1060
1060
  width?: string | number | undefined;
1061
1061
  active?: boolean | undefined;
@@ -1072,15 +1072,15 @@ export declare const VTab: {
1072
1072
  class?: any;
1073
1073
  theme?: string | undefined;
1074
1074
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
1075
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
1075
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
1076
1076
  href?: string | undefined;
1077
1077
  elevation?: string | number | undefined;
1078
1078
  rounded?: string | number | boolean | undefined;
1079
1079
  baseColor?: string | undefined;
1080
1080
  selectedClass?: string | undefined;
1081
1081
  activeColor?: string | undefined;
1082
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1083
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1082
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1083
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1084
1084
  } & {
1085
1085
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1086
1086
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -1104,10 +1104,10 @@ export declare const VTab: {
1104
1104
  value: boolean;
1105
1105
  }) => any) | undefined;
1106
1106
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple")> & import("vue").ShallowUnwrapRef<{
1107
- group: import("../../composables/group").GroupItemProvide | null;
1107
+ group: import("../../composables/group.js").GroupItemProvide | null;
1108
1108
  }> & {} & import("vue").ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
1109
1109
  _allExposed: {
1110
- group: import("../../composables/group").GroupItemProvide | null;
1110
+ group: import("../../composables/group.js").GroupItemProvide | null;
1111
1111
  } | {};
1112
1112
  }, {}, {}, {}, {
1113
1113
  replace: boolean;
@@ -1120,10 +1120,10 @@ export declare const VTab: {
1120
1120
  disabled: boolean;
1121
1121
  size: string | number;
1122
1122
  readonly: boolean;
1123
- tag: string | import("../../util").JSXComponent;
1123
+ tag: string | import("../../util/index.js").JSXComponent;
1124
1124
  rounded: string | number | boolean;
1125
1125
  tile: boolean;
1126
- density: import("../../composables/density").Density;
1126
+ density: import("../../composables/density.js").Density;
1127
1127
  selectedClass: string;
1128
1128
  slim: boolean;
1129
1129
  stacked: boolean;
@@ -1145,9 +1145,9 @@ export declare const VTab: {
1145
1145
  disabled: boolean;
1146
1146
  size: string | number;
1147
1147
  readonly: boolean;
1148
- tag: string | import("../../util").JSXComponent;
1148
+ tag: string | import("../../util/index.js").JSXComponent;
1149
1149
  tile: boolean;
1150
- density: import("../../composables/density").Density;
1150
+ density: import("../../composables/density.js").Density;
1151
1151
  selectedClass: string;
1152
1152
  slim: boolean;
1153
1153
  stacked: boolean;
@@ -1170,14 +1170,14 @@ export declare const VTab: {
1170
1170
  class?: any;
1171
1171
  theme?: string | undefined;
1172
1172
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
1173
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
1173
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
1174
1174
  href?: string | undefined;
1175
1175
  elevation?: string | number | undefined;
1176
1176
  rounded?: string | number | boolean | undefined;
1177
1177
  baseColor?: string | undefined;
1178
1178
  activeColor?: string | undefined;
1179
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1180
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1179
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1180
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1181
1181
  sliderColor?: string | undefined;
1182
1182
  } & {
1183
1183
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -1213,10 +1213,10 @@ export declare const VTab: {
1213
1213
  disabled: boolean;
1214
1214
  size: string | number;
1215
1215
  readonly: boolean;
1216
- tag: string | import("../../util").JSXComponent;
1216
+ tag: string | import("../../util/index.js").JSXComponent;
1217
1217
  rounded: string | number | boolean;
1218
1218
  tile: boolean;
1219
- density: import("../../composables/density").Density;
1219
+ density: import("../../composables/density.js").Density;
1220
1220
  slim: boolean;
1221
1221
  stacked: boolean;
1222
1222
  ripple: boolean | {
@@ -1233,15 +1233,15 @@ export declare const VTab: {
1233
1233
  disabled: boolean;
1234
1234
  size: string | number;
1235
1235
  readonly: boolean;
1236
- tag: string | import("../../util").JSXComponent;
1236
+ tag: string | import("../../util/index.js").JSXComponent;
1237
1237
  tile: boolean;
1238
- density: import("../../composables/density").Density;
1238
+ density: import("../../composables/density.js").Density;
1239
1239
  slim: boolean;
1240
1240
  stacked: boolean;
1241
1241
  ripple: boolean | {
1242
1242
  class: string;
1243
1243
  } | undefined;
1244
- location?: import("../../util").Anchor | null | undefined;
1244
+ location?: import("../../util/index.js").Anchor | null | undefined;
1245
1245
  height?: string | number | undefined;
1246
1246
  width?: string | number | undefined;
1247
1247
  active?: boolean | undefined;
@@ -1258,15 +1258,15 @@ export declare const VTab: {
1258
1258
  class?: any;
1259
1259
  theme?: string | undefined;
1260
1260
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
1261
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
1261
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
1262
1262
  href?: string | undefined;
1263
1263
  elevation?: string | number | undefined;
1264
1264
  rounded?: string | number | boolean | undefined;
1265
1265
  baseColor?: string | undefined;
1266
1266
  selectedClass?: string | undefined;
1267
1267
  activeColor?: string | undefined;
1268
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1269
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1268
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1269
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1270
1270
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1271
1271
  default?: (() => import("vue").VNodeChild) | undefined;
1272
1272
  prepend?: (() => import("vue").VNodeChild) | undefined;
@@ -1317,16 +1317,16 @@ export declare const VTab: {
1317
1317
  disabled: boolean;
1318
1318
  size: string | number;
1319
1319
  readonly: boolean;
1320
- tag: string | import("../../util").JSXComponent;
1320
+ tag: string | import("../../util/index.js").JSXComponent;
1321
1321
  tile: boolean;
1322
- density: import("../../composables/density").Density;
1322
+ density: import("../../composables/density.js").Density;
1323
1323
  slim: boolean;
1324
1324
  stacked: boolean;
1325
1325
  ripple: boolean | {
1326
1326
  class: string;
1327
1327
  } | undefined;
1328
1328
  } & {
1329
- location?: import("../../util").Anchor | null | undefined;
1329
+ location?: import("../../util/index.js").Anchor | null | undefined;
1330
1330
  height?: string | number | undefined;
1331
1331
  width?: string | number | undefined;
1332
1332
  active?: boolean | undefined;
@@ -1343,15 +1343,15 @@ export declare const VTab: {
1343
1343
  class?: any;
1344
1344
  theme?: string | undefined;
1345
1345
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
1346
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
1346
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
1347
1347
  href?: string | undefined;
1348
1348
  elevation?: string | number | undefined;
1349
1349
  rounded?: string | number | boolean | undefined;
1350
1350
  baseColor?: string | undefined;
1351
1351
  selectedClass?: string | undefined;
1352
1352
  activeColor?: string | undefined;
1353
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1354
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1353
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1354
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1355
1355
  } & {
1356
1356
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1357
1357
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -1375,7 +1375,7 @@ export declare const VTab: {
1375
1375
  value: boolean;
1376
1376
  }) => any) | undefined;
1377
1377
  }, {
1378
- group: import("../../composables/group").GroupItemProvide | null;
1378
+ group: import("../../composables/group.js").GroupItemProvide | null;
1379
1379
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1380
1380
  'group:selected': (val: {
1381
1381
  value: boolean;
@@ -1393,10 +1393,10 @@ export declare const VTab: {
1393
1393
  disabled: boolean;
1394
1394
  size: string | number;
1395
1395
  readonly: boolean;
1396
- tag: string | import("../../util").JSXComponent;
1396
+ tag: string | import("../../util/index.js").JSXComponent;
1397
1397
  rounded: string | number | boolean;
1398
1398
  tile: boolean;
1399
- density: import("../../composables/density").Density;
1399
+ density: import("../../composables/density.js").Density;
1400
1400
  slim: boolean;
1401
1401
  stacked: boolean;
1402
1402
  ripple: boolean | {
@@ -1440,10 +1440,10 @@ export declare const VTab: {
1440
1440
  disabled: boolean;
1441
1441
  size: string | number;
1442
1442
  readonly: boolean;
1443
- tag: string | import("../../util").JSXComponent;
1443
+ tag: string | import("../../util/index.js").JSXComponent;
1444
1444
  rounded: string | number | boolean;
1445
1445
  tile: boolean;
1446
- density: import("../../composables/density").Density;
1446
+ density: import("../../composables/density.js").Density;
1447
1447
  slim: boolean;
1448
1448
  stacked: boolean;
1449
1449
  ripple: boolean | {
@@ -1460,16 +1460,16 @@ export declare const VTab: {
1460
1460
  disabled: boolean;
1461
1461
  size: string | number;
1462
1462
  readonly: boolean;
1463
- tag: string | import("../../util").JSXComponent;
1463
+ tag: string | import("../../util/index.js").JSXComponent;
1464
1464
  tile: boolean;
1465
- density: import("../../composables/density").Density;
1465
+ density: import("../../composables/density.js").Density;
1466
1466
  slim: boolean;
1467
1467
  stacked: boolean;
1468
1468
  ripple: boolean | {
1469
1469
  class: string;
1470
1470
  } | undefined;
1471
1471
  } & {
1472
- location?: import("../../util").Anchor | null | undefined;
1472
+ location?: import("../../util/index.js").Anchor | null | undefined;
1473
1473
  height?: string | number | undefined;
1474
1474
  width?: string | number | undefined;
1475
1475
  active?: boolean | undefined;
@@ -1486,15 +1486,15 @@ export declare const VTab: {
1486
1486
  class?: any;
1487
1487
  theme?: string | undefined;
1488
1488
  to?: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
1489
- icon?: boolean | import("../../composables/icons").IconValue | undefined;
1489
+ icon?: boolean | import("../../composables/icons.js").IconValue | undefined;
1490
1490
  href?: string | undefined;
1491
1491
  elevation?: string | number | undefined;
1492
1492
  rounded?: string | number | boolean | undefined;
1493
1493
  baseColor?: string | undefined;
1494
1494
  selectedClass?: string | undefined;
1495
1495
  activeColor?: string | undefined;
1496
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1497
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1496
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1497
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1498
1498
  } & {
1499
1499
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1500
1500
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -1518,10 +1518,10 @@ export declare const VTab: {
1518
1518
  value: boolean;
1519
1519
  }) => any) | undefined;
1520
1520
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple")> & import("vue").ShallowUnwrapRef<{
1521
- group: import("../../composables/group").GroupItemProvide | null;
1521
+ group: import("../../composables/group.js").GroupItemProvide | null;
1522
1522
  }> & {} & import("vue").ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
1523
1523
  _allExposed: {
1524
- group: import("../../composables/group").GroupItemProvide | null;
1524
+ group: import("../../composables/group.js").GroupItemProvide | null;
1525
1525
  } | {};
1526
1526
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1527
1527
  replace: boolean;
@@ -1534,10 +1534,10 @@ export declare const VTab: {
1534
1534
  disabled: boolean;
1535
1535
  size: string | number;
1536
1536
  readonly: boolean;
1537
- tag: string | import("../../util").JSXComponent;
1537
+ tag: string | import("../../util/index.js").JSXComponent;
1538
1538
  rounded: string | number | boolean;
1539
1539
  tile: boolean;
1540
- density: import("../../composables/density").Density;
1540
+ density: import("../../composables/density.js").Density;
1541
1541
  selectedClass: string;
1542
1542
  slim: boolean;
1543
1543
  stacked: boolean;
@@ -1550,10 +1550,10 @@ export declare const VTab: {
1550
1550
  prepend: () => import("vue").VNode[];
1551
1551
  append: () => import("vue").VNode[];
1552
1552
  loader: () => import("vue").VNode[];
1553
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
1553
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1554
1554
  replace: BooleanConstructor;
1555
1555
  variant: Omit<Omit<{
1556
- type: PropType<import("../../composables/variant").Variant>;
1556
+ type: PropType<import("../../composables/variant.js").Variant>;
1557
1557
  default: string;
1558
1558
  validator: (v: any) => boolean;
1559
1559
  }, "type" | "default"> & {
@@ -1588,17 +1588,17 @@ export declare const VTab: {
1588
1588
  default: string;
1589
1589
  };
1590
1590
  readonly: BooleanConstructor;
1591
- class: PropType<import("../../composables/component").ClassValue>;
1591
+ class: PropType<import("../../composables/component.js").ClassValue>;
1592
1592
  theme: StringConstructor;
1593
1593
  tag: Omit<{
1594
- type: PropType<string | import("../../util").JSXComponent>;
1594
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1595
1595
  default: string;
1596
1596
  }, "type" | "default"> & {
1597
- type: PropType<string | import("../../util").JSXComponent>;
1598
- default: NonNullable<string | import("../../util").JSXComponent>;
1597
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1598
+ default: NonNullable<string | import("../../util/index.js").JSXComponent>;
1599
1599
  };
1600
1600
  to: PropType<import("vue-router").RouteLocationRaw>;
1601
- icon: PropType<boolean | import("../../composables/icons").IconValue>;
1601
+ icon: PropType<boolean | import("../../composables/icons.js").IconValue>;
1602
1602
  href: StringConstructor;
1603
1603
  elevation: {
1604
1604
  type: (StringConstructor | NumberConstructor)[];
@@ -1610,7 +1610,7 @@ export declare const VTab: {
1610
1610
  };
1611
1611
  tile: BooleanConstructor;
1612
1612
  density: {
1613
- type: PropType<import("../../composables/density").Density>;
1613
+ type: PropType<import("../../composables/density.js").Density>;
1614
1614
  default: string;
1615
1615
  validator: (v: any) => boolean;
1616
1616
  };
@@ -1620,12 +1620,12 @@ export declare const VTab: {
1620
1620
  default: string;
1621
1621
  };
1622
1622
  activeColor: StringConstructor;
1623
- prependIcon: PropType<import("../../composables/icons").IconValue>;
1624
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1623
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
1624
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1625
1625
  slim: BooleanConstructor;
1626
1626
  stacked: BooleanConstructor;
1627
1627
  ripple: {
1628
- type: PropType<import("../../directives/ripple").RippleDirectiveBinding["value"]>;
1628
+ type: PropType<import("../../directives/ripple/index.js").RippleDirectiveBinding["value"]>;
1629
1629
  default: boolean;
1630
1630
  };
1631
1631
  fixed: BooleanConstructor;
@@ -1638,7 +1638,7 @@ export declare const VTab: {
1638
1638
  }, import("vue").ExtractPropTypes<{
1639
1639
  replace: BooleanConstructor;
1640
1640
  variant: Omit<Omit<{
1641
- type: PropType<import("../../composables/variant").Variant>;
1641
+ type: PropType<import("../../composables/variant.js").Variant>;
1642
1642
  default: string;
1643
1643
  validator: (v: any) => boolean;
1644
1644
  }, "type" | "default"> & {
@@ -1673,17 +1673,17 @@ export declare const VTab: {
1673
1673
  default: string;
1674
1674
  };
1675
1675
  readonly: BooleanConstructor;
1676
- class: PropType<import("../../composables/component").ClassValue>;
1676
+ class: PropType<import("../../composables/component.js").ClassValue>;
1677
1677
  theme: StringConstructor;
1678
1678
  tag: Omit<{
1679
- type: PropType<string | import("../../util").JSXComponent>;
1679
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1680
1680
  default: string;
1681
1681
  }, "type" | "default"> & {
1682
- type: PropType<string | import("../../util").JSXComponent>;
1683
- default: NonNullable<string | import("../../util").JSXComponent>;
1682
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1683
+ default: NonNullable<string | import("../../util/index.js").JSXComponent>;
1684
1684
  };
1685
1685
  to: PropType<import("vue-router").RouteLocationRaw>;
1686
- icon: PropType<boolean | import("../../composables/icons").IconValue>;
1686
+ icon: PropType<boolean | import("../../composables/icons.js").IconValue>;
1687
1687
  href: StringConstructor;
1688
1688
  elevation: {
1689
1689
  type: (StringConstructor | NumberConstructor)[];
@@ -1695,7 +1695,7 @@ export declare const VTab: {
1695
1695
  };
1696
1696
  tile: BooleanConstructor;
1697
1697
  density: {
1698
- type: PropType<import("../../composables/density").Density>;
1698
+ type: PropType<import("../../composables/density.js").Density>;
1699
1699
  default: string;
1700
1700
  validator: (v: any) => boolean;
1701
1701
  };
@@ -1705,12 +1705,12 @@ export declare const VTab: {
1705
1705
  default: string;
1706
1706
  };
1707
1707
  activeColor: StringConstructor;
1708
- prependIcon: PropType<import("../../composables/icons").IconValue>;
1709
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1708
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
1709
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1710
1710
  slim: BooleanConstructor;
1711
1711
  stacked: BooleanConstructor;
1712
1712
  ripple: {
1713
- type: PropType<import("../../directives/ripple").RippleDirectiveBinding["value"]>;
1713
+ type: PropType<import("../../directives/ripple/index.js").RippleDirectiveBinding["value"]>;
1714
1714
  default: boolean;
1715
1715
  };
1716
1716
  fixed: BooleanConstructor;