@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,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
- import type { StrategyProps } from "../../components/VOverlay/locationStrategies";
3
- import type { VTextFieldSlots } from "../../components/VTextField/VTextField";
2
+ import type { StrategyProps } from "../../components/VOverlay/locationStrategies.js";
3
+ import type { VTextFieldSlots } from "../../components/VTextField/VTextField.js";
4
4
  export type VDateInputActionsSlot = {
5
5
  save: () => void;
6
6
  cancel: () => void;
@@ -234,14 +234,14 @@ export declare const makeVDateInputProps: <Defaults extends {
234
234
  default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
235
235
  };
236
236
  tag: unknown extends Defaults["tag"] ? {
237
- type: PropType<string | import("../../util").JSXComponent>;
237
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
238
238
  default: string;
239
239
  } : Omit<{
240
- type: PropType<string | import("../../util").JSXComponent>;
240
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
241
241
  default: string;
242
242
  }, "type" | "default"> & {
243
- type: PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
244
- default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
243
+ type: PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
244
+ default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
245
245
  };
246
246
  landscape: unknown extends Defaults["landscape"] ? BooleanConstructor : {
247
247
  type: PropType<unknown extends Defaults["landscape"] ? boolean : boolean | Defaults["landscape"]>;
@@ -270,24 +270,24 @@ export declare const makeVDateInputProps: <Defaults extends {
270
270
  default: unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"];
271
271
  };
272
272
  nextIcon: unknown extends Defaults["nextIcon"] ? {
273
- type: PropType<import("../../composables/icons").IconValue>;
273
+ type: PropType<import("../../composables/icons.js").IconValue>;
274
274
  default: string;
275
275
  } : Omit<{
276
- type: PropType<import("../../composables/icons").IconValue>;
276
+ type: PropType<import("../../composables/icons.js").IconValue>;
277
277
  default: string;
278
278
  }, "type" | "default"> & {
279
- type: PropType<unknown extends Defaults["nextIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["nextIcon"]>;
280
- default: unknown extends Defaults["nextIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["nextIcon"];
279
+ type: PropType<unknown extends Defaults["nextIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["nextIcon"]>;
280
+ default: unknown extends Defaults["nextIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["nextIcon"];
281
281
  };
282
282
  prevIcon: unknown extends Defaults["prevIcon"] ? {
283
- type: PropType<import("../../composables/icons").IconValue>;
283
+ type: PropType<import("../../composables/icons.js").IconValue>;
284
284
  default: string;
285
285
  } : Omit<{
286
- type: PropType<import("../../composables/icons").IconValue>;
286
+ type: PropType<import("../../composables/icons.js").IconValue>;
287
287
  default: string;
288
288
  }, "type" | "default"> & {
289
- type: PropType<unknown extends Defaults["prevIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prevIcon"]>;
290
- default: unknown extends Defaults["prevIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prevIcon"];
289
+ type: PropType<unknown extends Defaults["prevIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prevIcon"]>;
290
+ default: unknown extends Defaults["prevIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prevIcon"];
291
291
  };
292
292
  reverseTransition: unknown extends Defaults["reverseTransition"] ? {
293
293
  type: StringConstructor;
@@ -310,14 +310,14 @@ export declare const makeVDateInputProps: <Defaults extends {
310
310
  default: unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"];
311
311
  };
312
312
  modeIcon: unknown extends Defaults["modeIcon"] ? {
313
- type: PropType<import("../../composables/icons").IconValue>;
313
+ type: PropType<import("../../composables/icons.js").IconValue>;
314
314
  default: string;
315
315
  } : Omit<{
316
- type: PropType<import("../../composables/icons").IconValue>;
316
+ type: PropType<import("../../composables/icons.js").IconValue>;
317
317
  default: string;
318
318
  }, "type" | "default"> & {
319
- type: PropType<unknown extends Defaults["modeIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["modeIcon"]>;
320
- default: unknown extends Defaults["modeIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["modeIcon"];
319
+ type: PropType<unknown extends Defaults["modeIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["modeIcon"]>;
320
+ default: unknown extends Defaults["modeIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["modeIcon"];
321
321
  };
322
322
  viewMode: unknown extends Defaults["viewMode"] ? {
323
323
  type: PropType<"month" | "months" | "year">;
@@ -425,23 +425,23 @@ export declare const makeVDateInputProps: <Defaults extends {
425
425
  type: PropType<unknown extends Defaults["loading"] ? string | boolean : string | boolean | Defaults["loading"]>;
426
426
  default: unknown extends Defaults["loading"] ? string | boolean : NonNullable<string | boolean> | Defaults["loading"];
427
427
  };
428
- appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
429
- type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendInnerIcon"]>;
430
- default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendInnerIcon"];
428
+ appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
429
+ type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendInnerIcon"]>;
430
+ default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendInnerIcon"];
431
431
  };
432
432
  clearable: unknown extends Defaults["clearable"] ? BooleanConstructor : {
433
433
  type: PropType<unknown extends Defaults["clearable"] ? boolean : boolean | Defaults["clearable"]>;
434
434
  default: unknown extends Defaults["clearable"] ? boolean : boolean | Defaults["clearable"];
435
435
  };
436
436
  clearIcon: unknown extends Defaults["clearIcon"] ? {
437
- type: PropType<import("../../composables/icons").IconValue>;
437
+ type: PropType<import("../../composables/icons.js").IconValue>;
438
438
  default: string;
439
439
  } : Omit<{
440
- type: PropType<import("../../composables/icons").IconValue>;
440
+ type: PropType<import("../../composables/icons.js").IconValue>;
441
441
  default: string;
442
442
  }, "type" | "default"> & {
443
- type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
444
- default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
443
+ type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
444
+ default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
445
445
  };
446
446
  active: unknown extends Defaults["active"] ? BooleanConstructor : {
447
447
  type: PropType<unknown extends Defaults["active"] ? boolean : boolean | Defaults["active"]>;
@@ -481,9 +481,9 @@ export declare const makeVDateInputProps: <Defaults extends {
481
481
  type: PropType<unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"]>;
482
482
  default: unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"];
483
483
  };
484
- prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
485
- type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
486
- default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
484
+ prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
485
+ type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
486
+ default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
487
487
  };
488
488
  reverse: unknown extends Defaults["reverse"] ? BooleanConstructor : {
489
489
  type: PropType<unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"]>;
@@ -560,14 +560,14 @@ export declare const makeVDateInputProps: <Defaults extends {
560
560
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
561
561
  };
562
562
  rules: unknown extends Defaults["rules"] ? {
563
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
563
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
564
564
  default: () => never[];
565
565
  } : Omit<{
566
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
566
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
567
567
  default: () => never[];
568
568
  }, "type" | "default"> & {
569
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
570
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
569
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
570
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
571
571
  };
572
572
  validateOn: unknown extends Defaults["validateOn"] ? PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
573
573
  type: PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
@@ -578,34 +578,34 @@ export declare const makeVDateInputProps: <Defaults extends {
578
578
  default: unknown extends Defaults["validationValue"] ? any : any;
579
579
  };
580
580
  density: unknown extends Defaults["density"] ? {
581
- type: PropType<import("../../composables/density").Density>;
581
+ type: PropType<import("../../composables/density.js").Density>;
582
582
  default: string;
583
583
  validator: (v: any) => boolean;
584
584
  } : Omit<{
585
- type: PropType<import("../../composables/density").Density>;
585
+ type: PropType<import("../../composables/density.js").Density>;
586
586
  default: string;
587
587
  validator: (v: any) => boolean;
588
588
  }, "type" | "default"> & {
589
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
590
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
589
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
590
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
591
591
  };
592
592
  id: unknown extends Defaults["id"] ? StringConstructor : {
593
593
  type: PropType<unknown extends Defaults["id"] ? string : string | Defaults["id"]>;
594
594
  default: unknown extends Defaults["id"] ? string : string | Defaults["id"];
595
595
  };
596
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
597
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
598
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
596
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
597
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
598
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
599
599
  };
600
600
  prependIcon: unknown extends Defaults["prependIcon"] ? {
601
- type: PropType<import("../../composables/icons").IconValue>;
602
- default: NonNullable<import("../../composables/icons").IconValue>;
601
+ type: PropType<import("../../composables/icons.js").IconValue>;
602
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
603
603
  } : Omit<{
604
- type: PropType<import("../../composables/icons").IconValue>;
605
- default: NonNullable<import("../../composables/icons").IconValue>;
604
+ type: PropType<import("../../composables/icons.js").IconValue>;
605
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
606
606
  }, "type" | "default"> & {
607
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
608
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
607
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
608
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
609
609
  };
610
610
  hideDetails: unknown extends Defaults["hideDetails"] ? PropType<boolean | "auto"> : {
611
611
  type: PropType<unknown extends Defaults["hideDetails"] ? boolean | "auto" : boolean | "auto" | Defaults["hideDetails"]>;
@@ -740,8 +740,8 @@ export declare const makeVDateInputProps: <Defaults extends {
740
740
  type: PropType<StrategyProps["location"]>;
741
741
  default: string;
742
742
  }, "type" | "default"> & {
743
- type: PropType<unknown extends Defaults["location"] ? import("../../util").Anchor : import("../../util").Anchor | Defaults["location"]>;
744
- default: unknown extends Defaults["location"] ? import("../../util").Anchor : NonNullable<import("../../util").Anchor> | Defaults["location"];
743
+ type: PropType<unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : import("../../util/index.js").Anchor | Defaults["location"]>;
744
+ default: unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : NonNullable<import("../../util/index.js").Anchor> | Defaults["location"];
745
745
  };
746
746
  };
747
747
  export declare const VDateInput: {
@@ -751,7 +751,7 @@ export declare const VDateInput: {
751
751
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
752
752
  type: string;
753
753
  error: boolean;
754
- location: import("../../util").Anchor;
754
+ location: import("../../util/index.js").Anchor;
755
755
  active: boolean;
756
756
  direction: "horizontal" | "vertical";
757
757
  transition: string;
@@ -761,22 +761,22 @@ export declare const VDateInput: {
761
761
  autofocus: boolean;
762
762
  disabled: boolean;
763
763
  readonly: boolean | null;
764
- tag: string | import("../../util").JSXComponent;
764
+ tag: string | import("../../util/index.js").JSXComponent;
765
765
  landscape: boolean;
766
766
  placeholder: string;
767
767
  messages: string | readonly string[];
768
768
  focused: boolean;
769
769
  errorMessages: string | readonly string[] | null;
770
770
  maxErrors: string | number;
771
- rules: readonly import("../../composables/validation").ValidationRule[];
771
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
772
772
  tile: boolean;
773
- density: import("../../composables/density").Density;
774
- prependIcon: import("../../composables/icons").IconValue;
775
- clearIcon: import("../../composables/icons").IconValue;
773
+ density: import("../../composables/density.js").Density;
774
+ prependIcon: import("../../composables/icons.js").IconValue;
775
+ clearIcon: import("../../composables/icons.js").IconValue;
776
776
  hideSpinButtons: boolean;
777
777
  persistentHint: boolean;
778
- nextIcon: import("../../composables/icons").IconValue;
779
- prevIcon: import("../../composables/icons").IconValue;
778
+ nextIcon: import("../../composables/icons.js").IconValue;
779
+ prevIcon: import("../../composables/icons.js").IconValue;
780
780
  clearable: boolean;
781
781
  dirty: boolean;
782
782
  persistentClear: boolean;
@@ -787,7 +787,7 @@ export declare const VDateInput: {
787
787
  hideHeader: boolean;
788
788
  cancelText: string;
789
789
  okText: string;
790
- modeIcon: import("../../composables/icons").IconValue;
790
+ modeIcon: import("../../composables/icons.js").IconValue;
791
791
  viewMode: "month" | "year" | "months";
792
792
  showAdjacentMonths: boolean;
793
793
  weekdays: number[];
@@ -828,9 +828,9 @@ export declare const VDateInput: {
828
828
  rounded?: string | number | boolean | undefined;
829
829
  baseColor?: string | undefined;
830
830
  bgColor?: string | undefined;
831
- appendIcon?: import("../../composables/icons").IconValue | undefined;
832
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
833
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
831
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
832
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
833
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
834
834
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
835
835
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
836
836
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -846,59 +846,59 @@ export declare const VDateInput: {
846
846
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
847
847
  } & {
848
848
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
849
- message?: ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
850
- clear?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
849
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
850
+ clear?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
851
851
  props: Record<string, any>;
852
852
  }) => import("vue").VNodeChild) | undefined;
853
- details?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
854
- label?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
853
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
854
+ label?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
855
855
  label: string | undefined;
856
856
  props: Record<string, any>;
857
857
  }) => import("vue").VNodeChild) | undefined;
858
- append?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
859
- prepend?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
860
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
861
- counter?: ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
862
- 'prepend-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
863
- 'append-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
858
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
859
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
860
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
861
+ counter?: ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
862
+ 'prepend-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
863
+ 'append-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
864
864
  actions?: ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
865
865
  default?: (() => import("vue").VNodeChild) | undefined;
866
866
  };
867
867
  'v-slots'?: {
868
- message?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
869
- clear?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
868
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
869
+ clear?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
870
870
  props: Record<string, any>;
871
871
  }) => import("vue").VNodeChild) | undefined;
872
- details?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
873
- label?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
872
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
873
+ label?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
874
874
  label: string | undefined;
875
875
  props: Record<string, any>;
876
876
  }) => import("vue").VNodeChild) | undefined;
877
- append?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
878
- prepend?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
879
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
880
- counter?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
881
- 'prepend-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
882
- 'append-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
877
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
878
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
879
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
880
+ counter?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
881
+ 'prepend-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
882
+ 'append-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
883
883
  actions?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
884
884
  default?: false | (() => import("vue").VNodeChild) | undefined;
885
885
  } | undefined;
886
886
  } & {
887
- "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
888
- "v-slot:clear"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
887
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
888
+ "v-slot:clear"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
889
889
  props: Record<string, any>;
890
890
  }) => import("vue").VNodeChild) | undefined;
891
- "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
892
- "v-slot:label"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
891
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
892
+ "v-slot:label"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
893
893
  label: string | undefined;
894
894
  props: Record<string, any>;
895
895
  }) => import("vue").VNodeChild) | undefined;
896
- "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
897
- "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
898
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
899
- "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
900
- "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
901
- "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
896
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
897
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
898
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
899
+ "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
900
+ "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
901
+ "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
902
902
  "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
903
903
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
904
904
  } & {
@@ -911,7 +911,7 @@ export declare const VDateInput: {
911
911
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
912
912
  type: string;
913
913
  error: boolean;
914
- location: import("../../util").Anchor;
914
+ location: import("../../util/index.js").Anchor;
915
915
  active: boolean;
916
916
  direction: "horizontal" | "vertical";
917
917
  transition: string;
@@ -921,24 +921,24 @@ export declare const VDateInput: {
921
921
  autofocus: boolean;
922
922
  disabled: boolean;
923
923
  readonly: boolean | null;
924
- tag: string | import("../../util").JSXComponent;
924
+ tag: string | import("../../util/index.js").JSXComponent;
925
925
  landscape: boolean;
926
926
  placeholder: string;
927
927
  messages: string | readonly string[];
928
928
  focused: boolean;
929
929
  errorMessages: string | readonly string[] | null;
930
930
  maxErrors: string | number;
931
- rules: readonly import("../../composables/validation").ValidationRule[];
931
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
932
932
  rounded: string | number | boolean;
933
933
  tile: boolean;
934
- density: import("../../composables/density").Density;
935
- prependIcon: import("../../composables/icons").IconValue;
936
- clearIcon: import("../../composables/icons").IconValue;
934
+ density: import("../../composables/density.js").Density;
935
+ prependIcon: import("../../composables/icons.js").IconValue;
936
+ clearIcon: import("../../composables/icons.js").IconValue;
937
937
  centerAffix: boolean;
938
938
  hideSpinButtons: boolean;
939
939
  persistentHint: boolean;
940
- nextIcon: import("../../composables/icons").IconValue;
941
- prevIcon: import("../../composables/icons").IconValue;
940
+ nextIcon: import("../../composables/icons.js").IconValue;
941
+ prevIcon: import("../../composables/icons.js").IconValue;
942
942
  clearable: boolean;
943
943
  dirty: boolean;
944
944
  persistentClear: boolean;
@@ -949,7 +949,7 @@ export declare const VDateInput: {
949
949
  hideHeader: boolean;
950
950
  cancelText: string;
951
951
  okText: string;
952
- modeIcon: import("../../composables/icons").IconValue;
952
+ modeIcon: import("../../composables/icons.js").IconValue;
953
953
  viewMode: "month" | "year" | "months";
954
954
  showAdjacentMonths: boolean;
955
955
  weekdays: number[];
@@ -958,21 +958,21 @@ export declare const VDateInput: {
958
958
  showWeek: boolean;
959
959
  hideActions: boolean;
960
960
  }, true, {}, import("vue").SlotsType<Partial<{
961
- message: (arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
962
- clear: (arg: import("../../components/VField/VField").DefaultInputSlot & {
961
+ message: (arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
962
+ clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
963
963
  props: Record<string, any>;
964
964
  }) => import("vue").VNode[];
965
- details: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
966
- label: (arg: import("../../components/VField/VField").DefaultInputSlot & {
965
+ details: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
966
+ label: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
967
967
  label: string | undefined;
968
968
  props: Record<string, any>;
969
969
  }) => import("vue").VNode[];
970
- append: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
971
- prepend: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
972
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
973
- counter: (arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNode[];
974
- 'prepend-inner': (arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNode[];
975
- 'append-inner': (arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNode[];
970
+ append: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
971
+ prepend: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
972
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
973
+ counter: (arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNode[];
974
+ 'prepend-inner': (arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
975
+ 'append-inner': (arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
976
976
  actions: (arg: VDateInputActionsSlot) => import("vue").VNode[];
977
977
  default: () => import("vue").VNode[];
978
978
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -988,7 +988,7 @@ export declare const VDateInput: {
988
988
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
989
989
  type: string;
990
990
  error: boolean;
991
- location: import("../../util").Anchor;
991
+ location: import("../../util/index.js").Anchor;
992
992
  active: boolean;
993
993
  direction: "horizontal" | "vertical";
994
994
  transition: string;
@@ -998,22 +998,22 @@ export declare const VDateInput: {
998
998
  autofocus: boolean;
999
999
  disabled: boolean;
1000
1000
  readonly: boolean | null;
1001
- tag: string | import("../../util").JSXComponent;
1001
+ tag: string | import("../../util/index.js").JSXComponent;
1002
1002
  landscape: boolean;
1003
1003
  placeholder: string;
1004
1004
  messages: string | readonly string[];
1005
1005
  focused: boolean;
1006
1006
  errorMessages: string | readonly string[] | null;
1007
1007
  maxErrors: string | number;
1008
- rules: readonly import("../../composables/validation").ValidationRule[];
1008
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1009
1009
  tile: boolean;
1010
- density: import("../../composables/density").Density;
1011
- prependIcon: import("../../composables/icons").IconValue;
1012
- clearIcon: import("../../composables/icons").IconValue;
1010
+ density: import("../../composables/density.js").Density;
1011
+ prependIcon: import("../../composables/icons.js").IconValue;
1012
+ clearIcon: import("../../composables/icons.js").IconValue;
1013
1013
  hideSpinButtons: boolean;
1014
1014
  persistentHint: boolean;
1015
- nextIcon: import("../../composables/icons").IconValue;
1016
- prevIcon: import("../../composables/icons").IconValue;
1015
+ nextIcon: import("../../composables/icons.js").IconValue;
1016
+ prevIcon: import("../../composables/icons.js").IconValue;
1017
1017
  clearable: boolean;
1018
1018
  dirty: boolean;
1019
1019
  persistentClear: boolean;
@@ -1024,7 +1024,7 @@ export declare const VDateInput: {
1024
1024
  hideHeader: boolean;
1025
1025
  cancelText: string;
1026
1026
  okText: string;
1027
- modeIcon: import("../../composables/icons").IconValue;
1027
+ modeIcon: import("../../composables/icons.js").IconValue;
1028
1028
  viewMode: "month" | "year" | "months";
1029
1029
  showAdjacentMonths: boolean;
1030
1030
  weekdays: number[];
@@ -1065,9 +1065,9 @@ export declare const VDateInput: {
1065
1065
  rounded?: string | number | boolean | undefined;
1066
1066
  baseColor?: string | undefined;
1067
1067
  bgColor?: string | undefined;
1068
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1069
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1070
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1068
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1069
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1070
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1071
1071
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1072
1072
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1073
1073
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1083,59 +1083,59 @@ export declare const VDateInput: {
1083
1083
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
1084
1084
  } & {
1085
1085
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1086
- message?: ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1087
- clear?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1086
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1087
+ clear?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1088
1088
  props: Record<string, any>;
1089
1089
  }) => import("vue").VNodeChild) | undefined;
1090
- details?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1091
- label?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1090
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1091
+ label?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1092
1092
  label: string | undefined;
1093
1093
  props: Record<string, any>;
1094
1094
  }) => import("vue").VNodeChild) | undefined;
1095
- append?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1096
- prepend?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1097
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1098
- counter?: ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1099
- 'prepend-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1100
- 'append-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1095
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1096
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1097
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1098
+ counter?: ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1099
+ 'prepend-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1100
+ 'append-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1101
1101
  actions?: ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1102
1102
  default?: (() => import("vue").VNodeChild) | undefined;
1103
1103
  };
1104
1104
  'v-slots'?: {
1105
- message?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1106
- clear?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1105
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1106
+ clear?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1107
1107
  props: Record<string, any>;
1108
1108
  }) => import("vue").VNodeChild) | undefined;
1109
- details?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1110
- label?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1109
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1110
+ label?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1111
1111
  label: string | undefined;
1112
1112
  props: Record<string, any>;
1113
1113
  }) => import("vue").VNodeChild) | undefined;
1114
- append?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1115
- prepend?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1116
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1117
- counter?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1118
- 'prepend-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1119
- 'append-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1114
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1115
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1116
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1117
+ counter?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1118
+ 'prepend-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1119
+ 'append-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1120
1120
  actions?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1121
1121
  default?: false | (() => import("vue").VNodeChild) | undefined;
1122
1122
  } | undefined;
1123
1123
  } & {
1124
- "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1125
- "v-slot:clear"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1124
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1125
+ "v-slot:clear"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1126
1126
  props: Record<string, any>;
1127
1127
  }) => import("vue").VNodeChild) | undefined;
1128
- "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1129
- "v-slot:label"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1128
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1129
+ "v-slot:label"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1130
1130
  label: string | undefined;
1131
1131
  props: Record<string, any>;
1132
1132
  }) => import("vue").VNodeChild) | undefined;
1133
- "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1134
- "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1135
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1136
- "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1137
- "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1138
- "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1133
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1134
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1135
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1136
+ "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1137
+ "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1138
+ "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1139
1139
  "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1140
1140
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1141
1141
  } & {
@@ -1146,7 +1146,7 @@ export declare const VDateInput: {
1146
1146
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1147
1147
  type: string;
1148
1148
  error: boolean;
1149
- location: import("../../util").Anchor;
1149
+ location: import("../../util/index.js").Anchor;
1150
1150
  active: boolean;
1151
1151
  direction: "horizontal" | "vertical";
1152
1152
  transition: string;
@@ -1156,24 +1156,24 @@ export declare const VDateInput: {
1156
1156
  autofocus: boolean;
1157
1157
  disabled: boolean;
1158
1158
  readonly: boolean | null;
1159
- tag: string | import("../../util").JSXComponent;
1159
+ tag: string | import("../../util/index.js").JSXComponent;
1160
1160
  landscape: boolean;
1161
1161
  placeholder: string;
1162
1162
  messages: string | readonly string[];
1163
1163
  focused: boolean;
1164
1164
  errorMessages: string | readonly string[] | null;
1165
1165
  maxErrors: string | number;
1166
- rules: readonly import("../../composables/validation").ValidationRule[];
1166
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1167
1167
  rounded: string | number | boolean;
1168
1168
  tile: boolean;
1169
- density: import("../../composables/density").Density;
1170
- prependIcon: import("../../composables/icons").IconValue;
1171
- clearIcon: import("../../composables/icons").IconValue;
1169
+ density: import("../../composables/density.js").Density;
1170
+ prependIcon: import("../../composables/icons.js").IconValue;
1171
+ clearIcon: import("../../composables/icons.js").IconValue;
1172
1172
  centerAffix: boolean;
1173
1173
  hideSpinButtons: boolean;
1174
1174
  persistentHint: boolean;
1175
- nextIcon: import("../../composables/icons").IconValue;
1176
- prevIcon: import("../../composables/icons").IconValue;
1175
+ nextIcon: import("../../composables/icons.js").IconValue;
1176
+ prevIcon: import("../../composables/icons.js").IconValue;
1177
1177
  clearable: boolean;
1178
1178
  dirty: boolean;
1179
1179
  persistentClear: boolean;
@@ -1184,7 +1184,7 @@ export declare const VDateInput: {
1184
1184
  hideHeader: boolean;
1185
1185
  cancelText: string;
1186
1186
  okText: string;
1187
- modeIcon: import("../../composables/icons").IconValue;
1187
+ modeIcon: import("../../composables/icons.js").IconValue;
1188
1188
  viewMode: "month" | "year" | "months";
1189
1189
  showAdjacentMonths: boolean;
1190
1190
  weekdays: number[];
@@ -1202,7 +1202,7 @@ export declare const VDateInput: {
1202
1202
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1203
1203
  type: string;
1204
1204
  error: boolean;
1205
- location: import("../../util").Anchor;
1205
+ location: import("../../util/index.js").Anchor;
1206
1206
  active: boolean;
1207
1207
  direction: "horizontal" | "vertical";
1208
1208
  transition: string;
@@ -1212,22 +1212,22 @@ export declare const VDateInput: {
1212
1212
  autofocus: boolean;
1213
1213
  disabled: boolean;
1214
1214
  readonly: boolean | null;
1215
- tag: string | import("../../util").JSXComponent;
1215
+ tag: string | import("../../util/index.js").JSXComponent;
1216
1216
  landscape: boolean;
1217
1217
  placeholder: string;
1218
1218
  messages: string | readonly string[];
1219
1219
  focused: boolean;
1220
1220
  errorMessages: string | readonly string[] | null;
1221
1221
  maxErrors: string | number;
1222
- rules: readonly import("../../composables/validation").ValidationRule[];
1222
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1223
1223
  tile: boolean;
1224
- density: import("../../composables/density").Density;
1225
- prependIcon: import("../../composables/icons").IconValue;
1226
- clearIcon: import("../../composables/icons").IconValue;
1224
+ density: import("../../composables/density.js").Density;
1225
+ prependIcon: import("../../composables/icons.js").IconValue;
1226
+ clearIcon: import("../../composables/icons.js").IconValue;
1227
1227
  hideSpinButtons: boolean;
1228
1228
  persistentHint: boolean;
1229
- nextIcon: import("../../composables/icons").IconValue;
1230
- prevIcon: import("../../composables/icons").IconValue;
1229
+ nextIcon: import("../../composables/icons.js").IconValue;
1230
+ prevIcon: import("../../composables/icons.js").IconValue;
1231
1231
  clearable: boolean;
1232
1232
  dirty: boolean;
1233
1233
  persistentClear: boolean;
@@ -1238,7 +1238,7 @@ export declare const VDateInput: {
1238
1238
  hideHeader: boolean;
1239
1239
  cancelText: string;
1240
1240
  okText: string;
1241
- modeIcon: import("../../composables/icons").IconValue;
1241
+ modeIcon: import("../../composables/icons.js").IconValue;
1242
1242
  viewMode: "month" | "year" | "months";
1243
1243
  showAdjacentMonths: boolean;
1244
1244
  weekdays: number[];
@@ -1279,9 +1279,9 @@ export declare const VDateInput: {
1279
1279
  rounded?: string | number | boolean | undefined;
1280
1280
  baseColor?: string | undefined;
1281
1281
  bgColor?: string | undefined;
1282
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1283
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1284
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1282
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1283
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1284
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1285
1285
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1286
1286
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1287
1287
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1297,59 +1297,59 @@ export declare const VDateInput: {
1297
1297
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
1298
1298
  } & {
1299
1299
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1300
- message?: ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1301
- clear?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1300
+ message?: ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1301
+ clear?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1302
1302
  props: Record<string, any>;
1303
1303
  }) => import("vue").VNodeChild) | undefined;
1304
- details?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1305
- label?: ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1304
+ details?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1305
+ label?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1306
1306
  label: string | undefined;
1307
1307
  props: Record<string, any>;
1308
1308
  }) => import("vue").VNodeChild) | undefined;
1309
- append?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1310
- prepend?: ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1311
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1312
- counter?: ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1313
- 'prepend-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1314
- 'append-inner'?: ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1309
+ append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1310
+ prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1311
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1312
+ counter?: ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1313
+ 'prepend-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1314
+ 'append-inner'?: ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1315
1315
  actions?: ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1316
1316
  default?: (() => import("vue").VNodeChild) | undefined;
1317
1317
  };
1318
1318
  'v-slots'?: {
1319
- message?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1320
- clear?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1319
+ message?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1320
+ clear?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1321
1321
  props: Record<string, any>;
1322
1322
  }) => import("vue").VNodeChild) | undefined;
1323
- details?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1324
- label?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1323
+ details?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1324
+ label?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1325
1325
  label: string | undefined;
1326
1326
  props: Record<string, any>;
1327
1327
  }) => import("vue").VNodeChild) | undefined;
1328
- append?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1329
- prepend?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1330
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1331
- counter?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1332
- 'prepend-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1333
- 'append-inner'?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1328
+ append?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1329
+ prepend?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1330
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1331
+ counter?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1332
+ 'prepend-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1333
+ 'append-inner'?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1334
1334
  actions?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1335
1335
  default?: false | (() => import("vue").VNodeChild) | undefined;
1336
1336
  } | undefined;
1337
1337
  } & {
1338
- "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1339
- "v-slot:clear"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1338
+ "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1339
+ "v-slot:clear"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1340
1340
  props: Record<string, any>;
1341
1341
  }) => import("vue").VNodeChild) | undefined;
1342
- "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1343
- "v-slot:label"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot & {
1342
+ "v-slot:details"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1343
+ "v-slot:label"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1344
1344
  label: string | undefined;
1345
1345
  props: Record<string, any>;
1346
1346
  }) => import("vue").VNodeChild) | undefined;
1347
- "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1348
- "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1349
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1350
- "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNodeChild) | undefined;
1351
- "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1352
- "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1347
+ "v-slot:append"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1348
+ "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1349
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1350
+ "v-slot:counter"?: false | ((arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNodeChild) | undefined;
1351
+ "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1352
+ "v-slot:append-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1353
1353
  "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => import("vue").VNodeChild) | undefined;
1354
1354
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1355
1355
  } & {
@@ -1362,7 +1362,7 @@ export declare const VDateInput: {
1362
1362
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1363
1363
  type: string;
1364
1364
  error: boolean;
1365
- location: import("../../util").Anchor;
1365
+ location: import("../../util/index.js").Anchor;
1366
1366
  active: boolean;
1367
1367
  direction: "horizontal" | "vertical";
1368
1368
  transition: string;
@@ -1372,24 +1372,24 @@ export declare const VDateInput: {
1372
1372
  autofocus: boolean;
1373
1373
  disabled: boolean;
1374
1374
  readonly: boolean | null;
1375
- tag: string | import("../../util").JSXComponent;
1375
+ tag: string | import("../../util/index.js").JSXComponent;
1376
1376
  landscape: boolean;
1377
1377
  placeholder: string;
1378
1378
  messages: string | readonly string[];
1379
1379
  focused: boolean;
1380
1380
  errorMessages: string | readonly string[] | null;
1381
1381
  maxErrors: string | number;
1382
- rules: readonly import("../../composables/validation").ValidationRule[];
1382
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1383
1383
  rounded: string | number | boolean;
1384
1384
  tile: boolean;
1385
- density: import("../../composables/density").Density;
1386
- prependIcon: import("../../composables/icons").IconValue;
1387
- clearIcon: import("../../composables/icons").IconValue;
1385
+ density: import("../../composables/density.js").Density;
1386
+ prependIcon: import("../../composables/icons.js").IconValue;
1387
+ clearIcon: import("../../composables/icons.js").IconValue;
1388
1388
  centerAffix: boolean;
1389
1389
  hideSpinButtons: boolean;
1390
1390
  persistentHint: boolean;
1391
- nextIcon: import("../../composables/icons").IconValue;
1392
- prevIcon: import("../../composables/icons").IconValue;
1391
+ nextIcon: import("../../composables/icons.js").IconValue;
1392
+ prevIcon: import("../../composables/icons.js").IconValue;
1393
1393
  clearable: boolean;
1394
1394
  dirty: boolean;
1395
1395
  persistentClear: boolean;
@@ -1400,7 +1400,7 @@ export declare const VDateInput: {
1400
1400
  hideHeader: boolean;
1401
1401
  cancelText: string;
1402
1402
  okText: string;
1403
- modeIcon: import("../../composables/icons").IconValue;
1403
+ modeIcon: import("../../composables/icons.js").IconValue;
1404
1404
  viewMode: "month" | "year" | "months";
1405
1405
  showAdjacentMonths: boolean;
1406
1406
  weekdays: number[];
@@ -1409,24 +1409,24 @@ export declare const VDateInput: {
1409
1409
  showWeek: boolean;
1410
1410
  hideActions: boolean;
1411
1411
  }, {}, string, import("vue").SlotsType<Partial<{
1412
- message: (arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1413
- clear: (arg: import("../../components/VField/VField").DefaultInputSlot & {
1412
+ message: (arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1413
+ clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1414
1414
  props: Record<string, any>;
1415
1415
  }) => import("vue").VNode[];
1416
- details: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
1417
- label: (arg: import("../../components/VField/VField").DefaultInputSlot & {
1416
+ details: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1417
+ label: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1418
1418
  label: string | undefined;
1419
1419
  props: Record<string, any>;
1420
1420
  }) => import("vue").VNode[];
1421
- append: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
1422
- prepend: (arg: import("../../components/VInput/VInput").VInputSlot) => import("vue").VNode[];
1423
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
1424
- counter: (arg: import("../../components/VCounter/VCounter").VCounterSlot) => import("vue").VNode[];
1425
- 'prepend-inner': (arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNode[];
1426
- 'append-inner': (arg: import("../../components/VField/VField").DefaultInputSlot) => import("vue").VNode[];
1421
+ append: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1422
+ prepend: (arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1423
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
1424
+ counter: (arg: import("../../components/VCounter/VCounter.js").VCounterSlot) => import("vue").VNode[];
1425
+ 'prepend-inner': (arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1426
+ 'append-inner': (arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1427
1427
  actions: (arg: VDateInputActionsSlot) => import("vue").VNode[];
1428
1428
  default: () => import("vue").VNode[];
1429
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
1429
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1430
1430
  max: PropType<unknown>;
1431
1431
  height: (StringConstructor | NumberConstructor)[];
1432
1432
  width: (StringConstructor | NumberConstructor)[];
@@ -1465,10 +1465,10 @@ export declare const VDateInput: {
1465
1465
  multiple: PropType<boolean | "range" | number | (string & {})>;
1466
1466
  month: (StringConstructor | NumberConstructor)[];
1467
1467
  year: NumberConstructor;
1468
- class: PropType<import("../../composables/component").ClassValue>;
1468
+ class: PropType<import("../../composables/component.js").ClassValue>;
1469
1469
  theme: StringConstructor;
1470
1470
  tag: {
1471
- type: PropType<string | import("../../util").JSXComponent>;
1471
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1472
1472
  default: string;
1473
1473
  };
1474
1474
  landscape: BooleanConstructor;
@@ -1480,11 +1480,11 @@ export declare const VDateInput: {
1480
1480
  tile: BooleanConstructor;
1481
1481
  bgColor: StringConstructor;
1482
1482
  nextIcon: {
1483
- type: PropType<import("../../composables/icons").IconValue>;
1483
+ type: PropType<import("../../composables/icons.js").IconValue>;
1484
1484
  default: string;
1485
1485
  };
1486
1486
  prevIcon: {
1487
- type: PropType<import("../../composables/icons").IconValue>;
1487
+ type: PropType<import("../../composables/icons.js").IconValue>;
1488
1488
  default: string;
1489
1489
  };
1490
1490
  reverseTransition: {
@@ -1496,7 +1496,7 @@ export declare const VDateInput: {
1496
1496
  default: boolean;
1497
1497
  };
1498
1498
  modeIcon: {
1499
- type: PropType<import("../../composables/icons").IconValue>;
1499
+ type: PropType<import("../../composables/icons.js").IconValue>;
1500
1500
  default: string;
1501
1501
  };
1502
1502
  viewMode: {
@@ -1542,10 +1542,10 @@ export declare const VDateInput: {
1542
1542
  default: undefined;
1543
1543
  };
1544
1544
  loading: (StringConstructor | BooleanConstructor)[];
1545
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1545
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1546
1546
  clearable: BooleanConstructor;
1547
1547
  clearIcon: {
1548
- type: PropType<import("../../composables/icons").IconValue>;
1548
+ type: PropType<import("../../composables/icons.js").IconValue>;
1549
1549
  default: string;
1550
1550
  };
1551
1551
  active: BooleanConstructor;
@@ -1559,7 +1559,7 @@ export declare const VDateInput: {
1559
1559
  flat: BooleanConstructor;
1560
1560
  label: StringConstructor;
1561
1561
  persistentClear: BooleanConstructor;
1562
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1562
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1563
1563
  reverse: BooleanConstructor;
1564
1564
  singleLine: BooleanConstructor;
1565
1565
  variant: {
@@ -1586,21 +1586,21 @@ export declare const VDateInput: {
1586
1586
  default: null;
1587
1587
  };
1588
1588
  rules: {
1589
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1589
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1590
1590
  default: () => never[];
1591
1591
  };
1592
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1592
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1593
1593
  validationValue: null;
1594
1594
  density: {
1595
- type: PropType<import("../../composables/density").Density>;
1595
+ type: PropType<import("../../composables/density.js").Density>;
1596
1596
  default: string;
1597
1597
  validator: (v: any) => boolean;
1598
1598
  };
1599
1599
  id: StringConstructor;
1600
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1600
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1601
1601
  prependIcon: {
1602
- type: PropType<import("../../composables/icons").IconValue>;
1603
- default: NonNullable<import("../../composables/icons").IconValue>;
1602
+ type: PropType<import("../../composables/icons.js").IconValue>;
1603
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
1604
1604
  };
1605
1605
  hideDetails: PropType<boolean | "auto">;
1606
1606
  hideSpinButtons: BooleanConstructor;
@@ -1686,10 +1686,10 @@ export declare const VDateInput: {
1686
1686
  multiple: PropType<boolean | "range" | number | (string & {})>;
1687
1687
  month: (StringConstructor | NumberConstructor)[];
1688
1688
  year: NumberConstructor;
1689
- class: PropType<import("../../composables/component").ClassValue>;
1689
+ class: PropType<import("../../composables/component.js").ClassValue>;
1690
1690
  theme: StringConstructor;
1691
1691
  tag: {
1692
- type: PropType<string | import("../../util").JSXComponent>;
1692
+ type: PropType<string | import("../../util/index.js").JSXComponent>;
1693
1693
  default: string;
1694
1694
  };
1695
1695
  landscape: BooleanConstructor;
@@ -1701,11 +1701,11 @@ export declare const VDateInput: {
1701
1701
  tile: BooleanConstructor;
1702
1702
  bgColor: StringConstructor;
1703
1703
  nextIcon: {
1704
- type: PropType<import("../../composables/icons").IconValue>;
1704
+ type: PropType<import("../../composables/icons.js").IconValue>;
1705
1705
  default: string;
1706
1706
  };
1707
1707
  prevIcon: {
1708
- type: PropType<import("../../composables/icons").IconValue>;
1708
+ type: PropType<import("../../composables/icons.js").IconValue>;
1709
1709
  default: string;
1710
1710
  };
1711
1711
  reverseTransition: {
@@ -1717,7 +1717,7 @@ export declare const VDateInput: {
1717
1717
  default: boolean;
1718
1718
  };
1719
1719
  modeIcon: {
1720
- type: PropType<import("../../composables/icons").IconValue>;
1720
+ type: PropType<import("../../composables/icons.js").IconValue>;
1721
1721
  default: string;
1722
1722
  };
1723
1723
  viewMode: {
@@ -1763,10 +1763,10 @@ export declare const VDateInput: {
1763
1763
  default: undefined;
1764
1764
  };
1765
1765
  loading: (StringConstructor | BooleanConstructor)[];
1766
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1766
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1767
1767
  clearable: BooleanConstructor;
1768
1768
  clearIcon: {
1769
- type: PropType<import("../../composables/icons").IconValue>;
1769
+ type: PropType<import("../../composables/icons.js").IconValue>;
1770
1770
  default: string;
1771
1771
  };
1772
1772
  active: BooleanConstructor;
@@ -1780,7 +1780,7 @@ export declare const VDateInput: {
1780
1780
  flat: BooleanConstructor;
1781
1781
  label: StringConstructor;
1782
1782
  persistentClear: BooleanConstructor;
1783
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1783
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1784
1784
  reverse: BooleanConstructor;
1785
1785
  singleLine: BooleanConstructor;
1786
1786
  variant: {
@@ -1807,21 +1807,21 @@ export declare const VDateInput: {
1807
1807
  default: null;
1808
1808
  };
1809
1809
  rules: {
1810
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1810
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1811
1811
  default: () => never[];
1812
1812
  };
1813
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1813
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1814
1814
  validationValue: null;
1815
1815
  density: {
1816
- type: PropType<import("../../composables/density").Density>;
1816
+ type: PropType<import("../../composables/density.js").Density>;
1817
1817
  default: string;
1818
1818
  validator: (v: any) => boolean;
1819
1819
  };
1820
1820
  id: StringConstructor;
1821
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1821
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1822
1822
  prependIcon: {
1823
- type: PropType<import("../../composables/icons").IconValue>;
1824
- default: NonNullable<import("../../composables/icons").IconValue>;
1823
+ type: PropType<import("../../composables/icons.js").IconValue>;
1824
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
1825
1825
  };
1826
1826
  hideDetails: PropType<boolean | "auto">;
1827
1827
  hideSpinButtons: BooleanConstructor;