@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,7 +1,7 @@
1
1
  import { nextTick } from 'vue';
2
2
  import type { PropType } from 'vue';
3
- import type { VFieldSlots } from "../VField/VField";
4
- import type { VInputSlots } from "../VInput/VInput";
3
+ import type { VFieldSlots } from "../VField/VField.js";
4
+ import type { VInputSlots } from "../VInput/VInput.js";
5
5
  export type VFileInputSlots = VInputSlots & VFieldSlots & {
6
6
  counter: never;
7
7
  selection: {
@@ -107,9 +107,9 @@ export declare const makeVFileInputProps: <Defaults extends {
107
107
  type: PropType<unknown extends Defaults["style"] ? import("vue").StyleValue : import("vue").StyleValue | Defaults["style"]>;
108
108
  default: unknown extends Defaults["style"] ? import("vue").StyleValue : NonNullable<import("vue").StyleValue> | Defaults["style"];
109
109
  };
110
- appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
111
- type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendInnerIcon"]>;
112
- default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendInnerIcon"];
110
+ appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
111
+ type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendInnerIcon"]>;
112
+ default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendInnerIcon"];
113
113
  };
114
114
  bgColor: unknown extends Defaults["bgColor"] ? StringConstructor : {
115
115
  type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
@@ -126,14 +126,14 @@ export declare const makeVFileInputProps: <Defaults extends {
126
126
  default: unknown extends Defaults["clearable"] ? boolean : boolean | Defaults["clearable"];
127
127
  };
128
128
  clearIcon: unknown extends Defaults["clearIcon"] ? {
129
- type: PropType<import("../../composables/icons").IconValue>;
129
+ type: PropType<import("../../composables/icons.js").IconValue>;
130
130
  default: string;
131
131
  } : Omit<{
132
- type: PropType<import("../../composables/icons").IconValue>;
132
+ type: PropType<import("../../composables/icons.js").IconValue>;
133
133
  default: string;
134
134
  }, "type" | "default"> & {
135
- type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
136
- default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
135
+ type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
136
+ default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
137
137
  };
138
138
  active: unknown extends Defaults["active"] ? BooleanConstructor : {
139
139
  type: PropType<unknown extends Defaults["active"] ? boolean : boolean | Defaults["active"]>;
@@ -187,9 +187,9 @@ export declare const makeVFileInputProps: <Defaults extends {
187
187
  type: PropType<unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"]>;
188
188
  default: unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"];
189
189
  };
190
- prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
191
- type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
192
- default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
190
+ prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
191
+ type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
192
+ default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
193
193
  };
194
194
  reverse: unknown extends Defaults["reverse"] ? BooleanConstructor : {
195
195
  type: PropType<unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"]>;
@@ -278,14 +278,14 @@ export declare const makeVFileInputProps: <Defaults extends {
278
278
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
279
279
  };
280
280
  rules: unknown extends Defaults["rules"] ? {
281
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
281
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
282
282
  default: () => never[];
283
283
  } : Omit<{
284
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
284
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
285
285
  default: () => never[];
286
286
  }, "type" | "default"> & {
287
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
288
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
287
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
288
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
289
289
  };
290
290
  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> : {
291
291
  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>;
@@ -308,34 +308,34 @@ export declare const makeVFileInputProps: <Defaults extends {
308
308
  default: unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"];
309
309
  };
310
310
  density: unknown extends Defaults["density"] ? {
311
- type: PropType<import("../../composables/density").Density>;
311
+ type: PropType<import("../../composables/density.js").Density>;
312
312
  default: string;
313
313
  validator: (v: any) => boolean;
314
314
  } : Omit<{
315
- type: PropType<import("../../composables/density").Density>;
315
+ type: PropType<import("../../composables/density.js").Density>;
316
316
  default: string;
317
317
  validator: (v: any) => boolean;
318
318
  }, "type" | "default"> & {
319
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
320
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
319
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
320
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
321
321
  };
322
322
  id: unknown extends Defaults["id"] ? StringConstructor : {
323
323
  type: PropType<unknown extends Defaults["id"] ? string : string | Defaults["id"]>;
324
324
  default: unknown extends Defaults["id"] ? string : string | Defaults["id"];
325
325
  };
326
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
327
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
328
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
326
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
327
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
328
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
329
329
  };
330
330
  prependIcon: unknown extends Defaults["prependIcon"] ? {
331
- type: PropType<import("../../composables/icons").IconValue>;
332
- default: NonNullable<import("../../composables/icons").IconValue>;
331
+ type: PropType<import("../../composables/icons.js").IconValue>;
332
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
333
333
  } : Omit<{
334
- type: PropType<import("../../composables/icons").IconValue>;
335
- default: NonNullable<import("../../composables/icons").IconValue>;
334
+ type: PropType<import("../../composables/icons.js").IconValue>;
335
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
336
336
  }, "type" | "default"> & {
337
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
338
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
337
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
338
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
339
339
  };
340
340
  hideDetails: unknown extends Defaults["hideDetails"] ? PropType<boolean | "auto"> : {
341
341
  type: PropType<unknown extends Defaults["hideDetails"] ? boolean | "auto" : boolean | "auto" | Defaults["hideDetails"]>;
@@ -449,12 +449,12 @@ export declare const VFileInput: {
449
449
  focused: boolean;
450
450
  errorMessages: string | readonly string[] | null;
451
451
  maxErrors: string | number;
452
- rules: readonly import("../../composables/validation").ValidationRule[];
452
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
453
453
  modelValue: File | File[] | null;
454
454
  tile: boolean;
455
- density: import("../../composables/density").Density;
456
- prependIcon: import("../../composables/icons").IconValue;
457
- clearIcon: import("../../composables/icons").IconValue;
455
+ density: import("../../composables/density.js").Density;
456
+ prependIcon: import("../../composables/icons.js").IconValue;
457
+ clearIcon: import("../../composables/icons.js").IconValue;
458
458
  hideSpinButtons: boolean;
459
459
  persistentHint: boolean;
460
460
  clearable: boolean;
@@ -483,9 +483,9 @@ export declare const VFileInput: {
483
483
  rounded?: string | number | boolean | undefined;
484
484
  baseColor?: string | undefined;
485
485
  bgColor?: string | undefined;
486
- appendIcon?: import("../../composables/icons").IconValue | undefined;
487
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
488
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
486
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
487
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
488
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
489
489
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
490
490
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
491
491
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -496,44 +496,44 @@ export declare const VFileInput: {
496
496
  hideDetails?: boolean | "auto" | undefined;
497
497
  } & {
498
498
  $children?: import("vue").VNodeChild | {
499
- default?: ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
500
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
501
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
502
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
503
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
504
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
499
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
500
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
501
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
502
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
503
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
504
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
505
505
  props: Record<string, any>;
506
506
  }) => import("vue").VNodeChild) | undefined;
507
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
508
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
509
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
507
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
508
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
509
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
510
510
  label: string | undefined;
511
511
  props: Record<string, any>;
512
512
  }) => import("vue").VNodeChild) | undefined;
513
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
513
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
514
514
  counter?: (() => import("vue").VNodeChild) | undefined;
515
515
  selection?: ((arg: {
516
516
  fileNames: string[];
517
517
  totalBytes: number;
518
518
  totalBytesReadable: string;
519
519
  }) => import("vue").VNodeChild) | undefined;
520
- } | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild);
520
+ } | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild);
521
521
  'v-slots'?: {
522
- default?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
523
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
524
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
525
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
526
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
527
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
522
+ default?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
523
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
524
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
525
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
526
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
527
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
528
528
  props: Record<string, any>;
529
529
  }) => import("vue").VNodeChild) | undefined;
530
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
531
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
532
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
530
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
531
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
532
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
533
533
  label: string | undefined;
534
534
  props: Record<string, any>;
535
535
  }) => import("vue").VNodeChild) | undefined;
536
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
536
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
537
537
  counter?: false | (() => import("vue").VNodeChild) | undefined;
538
538
  selection?: false | ((arg: {
539
539
  fileNames: string[];
@@ -542,21 +542,21 @@ export declare const VFileInput: {
542
542
  }) => import("vue").VNodeChild) | undefined;
543
543
  } | undefined;
544
544
  } & {
545
- "v-slot:default"?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
546
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
547
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
548
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
549
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
550
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
545
+ "v-slot:default"?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
546
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
547
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
548
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
549
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
550
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
551
551
  props: Record<string, any>;
552
552
  }) => import("vue").VNodeChild) | undefined;
553
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
554
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
555
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
553
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
554
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
555
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
556
556
  label: string | undefined;
557
557
  props: Record<string, any>;
558
558
  }) => import("vue").VNodeChild) | undefined;
559
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
559
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
560
560
  "v-slot:counter"?: false | (() => import("vue").VNodeChild) | undefined;
561
561
  "v-slot:selection"?: false | ((arg: {
562
562
  fileNames: string[];
@@ -581,8 +581,8 @@ export declare const VFileInput: {
581
581
  focused: boolean;
582
582
  errorMessages: string | readonly string[] | null;
583
583
  maxErrors: string | number;
584
- rules: readonly import("../../composables/validation").ValidationRule[];
585
- density: import("../../composables/density").Density;
584
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
585
+ density: import("../../composables/density.js").Density;
586
586
  centerAffix: boolean;
587
587
  hideSpinButtons: boolean;
588
588
  persistentHint: boolean;
@@ -596,8 +596,8 @@ export declare const VFileInput: {
596
596
  focused: boolean;
597
597
  errorMessages: string | readonly string[] | null;
598
598
  maxErrors: string | number;
599
- rules: readonly import("../../composables/validation").ValidationRule[];
600
- density: import("../../composables/density").Density;
599
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
600
+ density: import("../../composables/density.js").Density;
601
601
  centerAffix: boolean;
602
602
  hideSpinButtons: boolean;
603
603
  persistentHint: boolean;
@@ -612,8 +612,8 @@ export declare const VFileInput: {
612
612
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
613
613
  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;
614
614
  validationValue?: any;
615
- prependIcon?: import("../../composables/icons").IconValue | undefined;
616
- appendIcon?: import("../../composables/icons").IconValue | undefined;
615
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
616
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
617
617
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
618
618
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
619
619
  hint?: string | undefined;
@@ -626,11 +626,11 @@ export declare const VFileInput: {
626
626
  [x: string]: unknown;
627
627
  };
628
628
  $slots: Readonly<{
629
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
630
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
631
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
632
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
633
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
629
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
630
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
631
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
632
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
633
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
634
634
  }>;
635
635
  $root: import("vue").ComponentPublicInstance | null;
636
636
  $parent: import("vue").ComponentPublicInstance | null;
@@ -647,8 +647,8 @@ export declare const VFileInput: {
647
647
  focused: boolean;
648
648
  errorMessages: string | readonly string[] | null;
649
649
  maxErrors: string | number;
650
- rules: readonly import("../../composables/validation").ValidationRule[];
651
- density: import("../../composables/density").Density;
650
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
651
+ density: import("../../composables/density.js").Density;
652
652
  centerAffix: boolean;
653
653
  hideSpinButtons: boolean;
654
654
  persistentHint: boolean;
@@ -664,8 +664,8 @@ export declare const VFileInput: {
664
664
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
665
665
  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;
666
666
  validationValue?: any;
667
- prependIcon?: import("../../composables/icons").IconValue | undefined;
668
- appendIcon?: import("../../composables/icons").IconValue | undefined;
667
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
668
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
669
669
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
670
670
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
671
671
  hint?: string | undefined;
@@ -688,17 +688,17 @@ export declare const VFileInput: {
688
688
  focused: boolean;
689
689
  errorMessages: string | readonly string[] | null;
690
690
  maxErrors: string | number;
691
- rules: readonly import("../../composables/validation").ValidationRule[];
692
- density: import("../../composables/density").Density;
691
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
692
+ density: import("../../composables/density.js").Density;
693
693
  centerAffix: boolean;
694
694
  hideSpinButtons: boolean;
695
695
  persistentHint: boolean;
696
696
  }, {}, string, import("vue").SlotsType<Partial<{
697
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
698
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
699
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
700
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
701
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
697
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
698
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
699
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
700
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
701
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
702
702
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
703
703
  beforeCreate?: (() => void) | (() => void)[];
704
704
  created?: (() => void) | (() => void)[];
@@ -729,8 +729,8 @@ export declare const VFileInput: {
729
729
  focused: boolean;
730
730
  errorMessages: string | readonly string[] | null;
731
731
  maxErrors: string | number;
732
- rules: readonly import("../../composables/validation").ValidationRule[];
733
- density: import("../../composables/density").Density;
732
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
733
+ density: import("../../composables/density.js").Density;
734
734
  centerAffix: boolean;
735
735
  hideSpinButtons: boolean;
736
736
  persistentHint: boolean;
@@ -744,8 +744,8 @@ export declare const VFileInput: {
744
744
  focused: boolean;
745
745
  errorMessages: string | readonly string[] | null;
746
746
  maxErrors: string | number;
747
- rules: readonly import("../../composables/validation").ValidationRule[];
748
- density: import("../../composables/density").Density;
747
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
748
+ density: import("../../composables/density.js").Density;
749
749
  centerAffix: boolean;
750
750
  hideSpinButtons: boolean;
751
751
  persistentHint: boolean;
@@ -761,8 +761,8 @@ export declare const VFileInput: {
761
761
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
762
762
  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;
763
763
  validationValue?: any;
764
- prependIcon?: import("../../composables/icons").IconValue | undefined;
765
- appendIcon?: import("../../composables/icons").IconValue | undefined;
764
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
765
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
766
766
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
767
767
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
768
768
  hint?: string | undefined;
@@ -773,7 +773,7 @@ export declare const VFileInput: {
773
773
  validate: (silent?: boolean) => Promise<string[]>;
774
774
  isValid: import("vue").ComputedRef<boolean | null>;
775
775
  errorMessages: import("vue").ComputedRef<string[]>;
776
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
776
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
777
777
  modelValue?: unknown;
778
778
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
779
779
  }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
@@ -805,13 +805,13 @@ export declare const VFileInput: {
805
805
  focused: boolean;
806
806
  errorMessages: string | readonly string[] | null;
807
807
  maxErrors: string | number;
808
- rules: readonly import("../../composables/validation").ValidationRule[];
808
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
809
809
  modelValue: File | File[] | null;
810
810
  rounded: string | number | boolean;
811
811
  tile: boolean;
812
- density: import("../../composables/density").Density;
813
- prependIcon: import("../../composables/icons").IconValue;
814
- clearIcon: import("../../composables/icons").IconValue;
812
+ density: import("../../composables/density.js").Density;
813
+ prependIcon: import("../../composables/icons.js").IconValue;
814
+ clearIcon: import("../../composables/icons.js").IconValue;
815
815
  centerAffix: boolean;
816
816
  hideSpinButtons: boolean;
817
817
  persistentHint: boolean;
@@ -825,21 +825,21 @@ export declare const VFileInput: {
825
825
  hideInput: boolean;
826
826
  showSize: boolean | 1024 | 1000;
827
827
  }, true, {}, import("vue").SlotsType<Partial<{
828
- default: (arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNode[];
829
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
830
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
831
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
832
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
833
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
828
+ default: (arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNode[];
829
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
830
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
831
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
832
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
833
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
834
834
  props: Record<string, any>;
835
835
  }) => import("vue").VNode[];
836
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
837
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
838
- label: (arg: import("../VField/VField").DefaultInputSlot & {
836
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
837
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
838
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
839
839
  label: string | undefined;
840
840
  props: Record<string, any>;
841
841
  }) => import("vue").VNode[];
842
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
842
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
843
843
  counter: () => import("vue").VNode[];
844
844
  selection: (arg: {
845
845
  fileNames: string[];
@@ -869,12 +869,12 @@ export declare const VFileInput: {
869
869
  focused: boolean;
870
870
  errorMessages: string | readonly string[] | null;
871
871
  maxErrors: string | number;
872
- rules: readonly import("../../composables/validation").ValidationRule[];
872
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
873
873
  modelValue: File | File[] | null;
874
874
  tile: boolean;
875
- density: import("../../composables/density").Density;
876
- prependIcon: import("../../composables/icons").IconValue;
877
- clearIcon: import("../../composables/icons").IconValue;
875
+ density: import("../../composables/density.js").Density;
876
+ prependIcon: import("../../composables/icons.js").IconValue;
877
+ clearIcon: import("../../composables/icons.js").IconValue;
878
878
  hideSpinButtons: boolean;
879
879
  persistentHint: boolean;
880
880
  clearable: boolean;
@@ -903,9 +903,9 @@ export declare const VFileInput: {
903
903
  rounded?: string | number | boolean | undefined;
904
904
  baseColor?: string | undefined;
905
905
  bgColor?: string | undefined;
906
- appendIcon?: import("../../composables/icons").IconValue | undefined;
907
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
908
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
906
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
907
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
908
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
909
909
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
910
910
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
911
911
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -916,44 +916,44 @@ export declare const VFileInput: {
916
916
  hideDetails?: boolean | "auto" | undefined;
917
917
  } & {
918
918
  $children?: import("vue").VNodeChild | {
919
- default?: ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
920
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
921
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
922
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
923
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
924
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
919
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
920
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
921
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
922
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
923
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
924
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
925
925
  props: Record<string, any>;
926
926
  }) => import("vue").VNodeChild) | undefined;
927
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
928
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
929
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
927
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
928
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
929
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
930
930
  label: string | undefined;
931
931
  props: Record<string, any>;
932
932
  }) => import("vue").VNodeChild) | undefined;
933
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
933
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
934
934
  counter?: (() => import("vue").VNodeChild) | undefined;
935
935
  selection?: ((arg: {
936
936
  fileNames: string[];
937
937
  totalBytes: number;
938
938
  totalBytesReadable: string;
939
939
  }) => import("vue").VNodeChild) | undefined;
940
- } | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild);
940
+ } | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild);
941
941
  'v-slots'?: {
942
- default?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
943
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
944
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
945
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
946
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
947
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
942
+ default?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
943
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
944
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
945
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
946
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
947
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
948
948
  props: Record<string, any>;
949
949
  }) => import("vue").VNodeChild) | undefined;
950
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
951
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
952
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
950
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
951
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
952
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
953
953
  label: string | undefined;
954
954
  props: Record<string, any>;
955
955
  }) => import("vue").VNodeChild) | undefined;
956
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
956
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
957
957
  counter?: false | (() => import("vue").VNodeChild) | undefined;
958
958
  selection?: false | ((arg: {
959
959
  fileNames: string[];
@@ -962,21 +962,21 @@ export declare const VFileInput: {
962
962
  }) => import("vue").VNodeChild) | undefined;
963
963
  } | undefined;
964
964
  } & {
965
- "v-slot:default"?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
966
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
967
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
968
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
969
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
970
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
965
+ "v-slot:default"?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
966
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
967
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
968
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
969
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
970
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
971
971
  props: Record<string, any>;
972
972
  }) => import("vue").VNodeChild) | undefined;
973
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
974
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
975
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
973
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
974
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
975
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
976
976
  label: string | undefined;
977
977
  props: Record<string, any>;
978
978
  }) => import("vue").VNodeChild) | undefined;
979
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
979
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
980
980
  "v-slot:counter"?: false | (() => import("vue").VNodeChild) | undefined;
981
981
  "v-slot:selection"?: false | ((arg: {
982
982
  fileNames: string[];
@@ -1001,8 +1001,8 @@ export declare const VFileInput: {
1001
1001
  focused: boolean;
1002
1002
  errorMessages: string | readonly string[] | null;
1003
1003
  maxErrors: string | number;
1004
- rules: readonly import("../../composables/validation").ValidationRule[];
1005
- density: import("../../composables/density").Density;
1004
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1005
+ density: import("../../composables/density.js").Density;
1006
1006
  centerAffix: boolean;
1007
1007
  hideSpinButtons: boolean;
1008
1008
  persistentHint: boolean;
@@ -1016,8 +1016,8 @@ export declare const VFileInput: {
1016
1016
  focused: boolean;
1017
1017
  errorMessages: string | readonly string[] | null;
1018
1018
  maxErrors: string | number;
1019
- rules: readonly import("../../composables/validation").ValidationRule[];
1020
- density: import("../../composables/density").Density;
1019
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1020
+ density: import("../../composables/density.js").Density;
1021
1021
  centerAffix: boolean;
1022
1022
  hideSpinButtons: boolean;
1023
1023
  persistentHint: boolean;
@@ -1032,8 +1032,8 @@ export declare const VFileInput: {
1032
1032
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1033
1033
  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;
1034
1034
  validationValue?: any;
1035
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1036
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1035
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1036
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1037
1037
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1038
1038
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1039
1039
  hint?: string | undefined;
@@ -1046,11 +1046,11 @@ export declare const VFileInput: {
1046
1046
  [x: string]: unknown;
1047
1047
  };
1048
1048
  $slots: Readonly<{
1049
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1050
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1051
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1052
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1053
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1049
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1050
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1051
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1052
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1053
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1054
1054
  }>;
1055
1055
  $root: import("vue").ComponentPublicInstance | null;
1056
1056
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1067,8 +1067,8 @@ export declare const VFileInput: {
1067
1067
  focused: boolean;
1068
1068
  errorMessages: string | readonly string[] | null;
1069
1069
  maxErrors: string | number;
1070
- rules: readonly import("../../composables/validation").ValidationRule[];
1071
- density: import("../../composables/density").Density;
1070
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1071
+ density: import("../../composables/density.js").Density;
1072
1072
  centerAffix: boolean;
1073
1073
  hideSpinButtons: boolean;
1074
1074
  persistentHint: boolean;
@@ -1084,8 +1084,8 @@ export declare const VFileInput: {
1084
1084
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1085
1085
  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;
1086
1086
  validationValue?: any;
1087
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1088
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1087
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1088
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1089
1089
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1090
1090
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1091
1091
  hint?: string | undefined;
@@ -1108,17 +1108,17 @@ export declare const VFileInput: {
1108
1108
  focused: boolean;
1109
1109
  errorMessages: string | readonly string[] | null;
1110
1110
  maxErrors: string | number;
1111
- rules: readonly import("../../composables/validation").ValidationRule[];
1112
- density: import("../../composables/density").Density;
1111
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1112
+ density: import("../../composables/density.js").Density;
1113
1113
  centerAffix: boolean;
1114
1114
  hideSpinButtons: boolean;
1115
1115
  persistentHint: boolean;
1116
1116
  }, {}, string, import("vue").SlotsType<Partial<{
1117
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1118
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1119
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1120
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1121
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1117
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1118
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1119
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1120
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1121
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1122
1122
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1123
1123
  beforeCreate?: (() => void) | (() => void)[];
1124
1124
  created?: (() => void) | (() => void)[];
@@ -1149,8 +1149,8 @@ export declare const VFileInput: {
1149
1149
  focused: boolean;
1150
1150
  errorMessages: string | readonly string[] | null;
1151
1151
  maxErrors: string | number;
1152
- rules: readonly import("../../composables/validation").ValidationRule[];
1153
- density: import("../../composables/density").Density;
1152
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1153
+ density: import("../../composables/density.js").Density;
1154
1154
  centerAffix: boolean;
1155
1155
  hideSpinButtons: boolean;
1156
1156
  persistentHint: boolean;
@@ -1164,8 +1164,8 @@ export declare const VFileInput: {
1164
1164
  focused: boolean;
1165
1165
  errorMessages: string | readonly string[] | null;
1166
1166
  maxErrors: string | number;
1167
- rules: readonly import("../../composables/validation").ValidationRule[];
1168
- density: import("../../composables/density").Density;
1167
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1168
+ density: import("../../composables/density.js").Density;
1169
1169
  centerAffix: boolean;
1170
1170
  hideSpinButtons: boolean;
1171
1171
  persistentHint: boolean;
@@ -1181,8 +1181,8 @@ export declare const VFileInput: {
1181
1181
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1182
1182
  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;
1183
1183
  validationValue?: any;
1184
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1185
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1184
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1185
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1186
1186
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1187
1187
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1188
1188
  hint?: string | undefined;
@@ -1193,7 +1193,7 @@ export declare const VFileInput: {
1193
1193
  validate: (silent?: boolean) => Promise<string[]>;
1194
1194
  isValid: import("vue").ComputedRef<boolean | null>;
1195
1195
  errorMessages: import("vue").ComputedRef<string[]>;
1196
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1196
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1197
1197
  modelValue?: unknown;
1198
1198
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1199
1199
  }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
@@ -1220,13 +1220,13 @@ export declare const VFileInput: {
1220
1220
  focused: boolean;
1221
1221
  errorMessages: string | readonly string[] | null;
1222
1222
  maxErrors: string | number;
1223
- rules: readonly import("../../composables/validation").ValidationRule[];
1223
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1224
1224
  modelValue: File | File[] | null;
1225
1225
  rounded: string | number | boolean;
1226
1226
  tile: boolean;
1227
- density: import("../../composables/density").Density;
1228
- prependIcon: import("../../composables/icons").IconValue;
1229
- clearIcon: import("../../composables/icons").IconValue;
1227
+ density: import("../../composables/density.js").Density;
1228
+ prependIcon: import("../../composables/icons.js").IconValue;
1229
+ clearIcon: import("../../composables/icons.js").IconValue;
1230
1230
  centerAffix: boolean;
1231
1231
  hideSpinButtons: boolean;
1232
1232
  persistentHint: boolean;
@@ -1259,12 +1259,12 @@ export declare const VFileInput: {
1259
1259
  focused: boolean;
1260
1260
  errorMessages: string | readonly string[] | null;
1261
1261
  maxErrors: string | number;
1262
- rules: readonly import("../../composables/validation").ValidationRule[];
1262
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1263
1263
  modelValue: File | File[] | null;
1264
1264
  tile: boolean;
1265
- density: import("../../composables/density").Density;
1266
- prependIcon: import("../../composables/icons").IconValue;
1267
- clearIcon: import("../../composables/icons").IconValue;
1265
+ density: import("../../composables/density.js").Density;
1266
+ prependIcon: import("../../composables/icons.js").IconValue;
1267
+ clearIcon: import("../../composables/icons.js").IconValue;
1268
1268
  hideSpinButtons: boolean;
1269
1269
  persistentHint: boolean;
1270
1270
  clearable: boolean;
@@ -1293,9 +1293,9 @@ export declare const VFileInput: {
1293
1293
  rounded?: string | number | boolean | undefined;
1294
1294
  baseColor?: string | undefined;
1295
1295
  bgColor?: string | undefined;
1296
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1297
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1298
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1296
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1297
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1298
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1299
1299
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1300
1300
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1301
1301
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1306,44 +1306,44 @@ export declare const VFileInput: {
1306
1306
  hideDetails?: boolean | "auto" | undefined;
1307
1307
  } & {
1308
1308
  $children?: import("vue").VNodeChild | {
1309
- default?: ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
1310
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1311
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1312
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1313
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1314
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
1309
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
1310
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1311
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1312
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1313
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1314
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1315
1315
  props: Record<string, any>;
1316
1316
  }) => import("vue").VNodeChild) | undefined;
1317
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1318
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1319
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
1317
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1318
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1319
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1320
1320
  label: string | undefined;
1321
1321
  props: Record<string, any>;
1322
1322
  }) => import("vue").VNodeChild) | undefined;
1323
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1323
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1324
1324
  counter?: (() => import("vue").VNodeChild) | undefined;
1325
1325
  selection?: ((arg: {
1326
1326
  fileNames: string[];
1327
1327
  totalBytes: number;
1328
1328
  totalBytesReadable: string;
1329
1329
  }) => import("vue").VNodeChild) | undefined;
1330
- } | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild);
1330
+ } | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild);
1331
1331
  'v-slots'?: {
1332
- default?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
1333
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1334
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1335
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1336
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1337
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1332
+ default?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
1333
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1334
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1335
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1336
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1337
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1338
1338
  props: Record<string, any>;
1339
1339
  }) => import("vue").VNodeChild) | undefined;
1340
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1341
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1342
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1340
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1341
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1342
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1343
1343
  label: string | undefined;
1344
1344
  props: Record<string, any>;
1345
1345
  }) => import("vue").VNodeChild) | undefined;
1346
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1346
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1347
1347
  counter?: false | (() => import("vue").VNodeChild) | undefined;
1348
1348
  selection?: false | ((arg: {
1349
1349
  fileNames: string[];
@@ -1352,21 +1352,21 @@ export declare const VFileInput: {
1352
1352
  }) => import("vue").VNodeChild) | undefined;
1353
1353
  } | undefined;
1354
1354
  } & {
1355
- "v-slot:default"?: false | ((arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNodeChild) | undefined;
1356
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1357
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1358
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1359
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1360
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1355
+ "v-slot:default"?: false | ((arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNodeChild) | undefined;
1356
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1357
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1358
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1359
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1360
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1361
1361
  props: Record<string, any>;
1362
1362
  }) => import("vue").VNodeChild) | undefined;
1363
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1364
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1365
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1363
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1364
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1365
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1366
1366
  label: string | undefined;
1367
1367
  props: Record<string, any>;
1368
1368
  }) => import("vue").VNodeChild) | undefined;
1369
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1369
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1370
1370
  "v-slot:counter"?: false | (() => import("vue").VNodeChild) | undefined;
1371
1371
  "v-slot:selection"?: false | ((arg: {
1372
1372
  fileNames: string[];
@@ -1391,8 +1391,8 @@ export declare const VFileInput: {
1391
1391
  focused: boolean;
1392
1392
  errorMessages: string | readonly string[] | null;
1393
1393
  maxErrors: string | number;
1394
- rules: readonly import("../../composables/validation").ValidationRule[];
1395
- density: import("../../composables/density").Density;
1394
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1395
+ density: import("../../composables/density.js").Density;
1396
1396
  centerAffix: boolean;
1397
1397
  hideSpinButtons: boolean;
1398
1398
  persistentHint: boolean;
@@ -1406,8 +1406,8 @@ export declare const VFileInput: {
1406
1406
  focused: boolean;
1407
1407
  errorMessages: string | readonly string[] | null;
1408
1408
  maxErrors: string | number;
1409
- rules: readonly import("../../composables/validation").ValidationRule[];
1410
- density: import("../../composables/density").Density;
1409
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1410
+ density: import("../../composables/density.js").Density;
1411
1411
  centerAffix: boolean;
1412
1412
  hideSpinButtons: boolean;
1413
1413
  persistentHint: boolean;
@@ -1422,8 +1422,8 @@ export declare const VFileInput: {
1422
1422
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1423
1423
  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;
1424
1424
  validationValue?: any;
1425
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1426
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1425
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1426
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1427
1427
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1428
1428
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1429
1429
  hint?: string | undefined;
@@ -1436,11 +1436,11 @@ export declare const VFileInput: {
1436
1436
  [x: string]: unknown;
1437
1437
  };
1438
1438
  $slots: Readonly<{
1439
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1440
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1441
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1442
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1443
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1439
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1440
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1441
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1442
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1443
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1444
1444
  }>;
1445
1445
  $root: import("vue").ComponentPublicInstance | null;
1446
1446
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1457,8 +1457,8 @@ export declare const VFileInput: {
1457
1457
  focused: boolean;
1458
1458
  errorMessages: string | readonly string[] | null;
1459
1459
  maxErrors: string | number;
1460
- rules: readonly import("../../composables/validation").ValidationRule[];
1461
- density: import("../../composables/density").Density;
1460
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1461
+ density: import("../../composables/density.js").Density;
1462
1462
  centerAffix: boolean;
1463
1463
  hideSpinButtons: boolean;
1464
1464
  persistentHint: boolean;
@@ -1474,8 +1474,8 @@ export declare const VFileInput: {
1474
1474
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1475
1475
  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;
1476
1476
  validationValue?: any;
1477
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1478
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1477
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1478
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1479
1479
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1480
1480
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1481
1481
  hint?: string | undefined;
@@ -1498,17 +1498,17 @@ export declare const VFileInput: {
1498
1498
  focused: boolean;
1499
1499
  errorMessages: string | readonly string[] | null;
1500
1500
  maxErrors: string | number;
1501
- rules: readonly import("../../composables/validation").ValidationRule[];
1502
- density: import("../../composables/density").Density;
1501
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1502
+ density: import("../../composables/density.js").Density;
1503
1503
  centerAffix: boolean;
1504
1504
  hideSpinButtons: boolean;
1505
1505
  persistentHint: boolean;
1506
1506
  }, {}, string, import("vue").SlotsType<Partial<{
1507
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1508
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1509
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1510
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1511
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1507
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1508
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1509
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1510
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1511
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1512
1512
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1513
1513
  beforeCreate?: (() => void) | (() => void)[];
1514
1514
  created?: (() => void) | (() => void)[];
@@ -1539,8 +1539,8 @@ export declare const VFileInput: {
1539
1539
  focused: boolean;
1540
1540
  errorMessages: string | readonly string[] | null;
1541
1541
  maxErrors: string | number;
1542
- rules: readonly import("../../composables/validation").ValidationRule[];
1543
- density: import("../../composables/density").Density;
1542
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1543
+ density: import("../../composables/density.js").Density;
1544
1544
  centerAffix: boolean;
1545
1545
  hideSpinButtons: boolean;
1546
1546
  persistentHint: boolean;
@@ -1554,8 +1554,8 @@ export declare const VFileInput: {
1554
1554
  focused: boolean;
1555
1555
  errorMessages: string | readonly string[] | null;
1556
1556
  maxErrors: string | number;
1557
- rules: readonly import("../../composables/validation").ValidationRule[];
1558
- density: import("../../composables/density").Density;
1557
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1558
+ density: import("../../composables/density.js").Density;
1559
1559
  centerAffix: boolean;
1560
1560
  hideSpinButtons: boolean;
1561
1561
  persistentHint: boolean;
@@ -1571,8 +1571,8 @@ export declare const VFileInput: {
1571
1571
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1572
1572
  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;
1573
1573
  validationValue?: any;
1574
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1575
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1574
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1575
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1576
1576
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1577
1577
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1578
1578
  hint?: string | undefined;
@@ -1583,7 +1583,7 @@ export declare const VFileInput: {
1583
1583
  validate: (silent?: boolean) => Promise<string[]>;
1584
1584
  isValid: import("vue").ComputedRef<boolean | null>;
1585
1585
  errorMessages: import("vue").ComputedRef<string[]>;
1586
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1586
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1587
1587
  modelValue?: unknown;
1588
1588
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1589
1589
  }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
@@ -1615,13 +1615,13 @@ export declare const VFileInput: {
1615
1615
  focused: boolean;
1616
1616
  errorMessages: string | readonly string[] | null;
1617
1617
  maxErrors: string | number;
1618
- rules: readonly import("../../composables/validation").ValidationRule[];
1618
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1619
1619
  modelValue: File | File[] | null;
1620
1620
  rounded: string | number | boolean;
1621
1621
  tile: boolean;
1622
- density: import("../../composables/density").Density;
1623
- prependIcon: import("../../composables/icons").IconValue;
1624
- clearIcon: import("../../composables/icons").IconValue;
1622
+ density: import("../../composables/density.js").Density;
1623
+ prependIcon: import("../../composables/icons.js").IconValue;
1624
+ clearIcon: import("../../composables/icons.js").IconValue;
1625
1625
  centerAffix: boolean;
1626
1626
  hideSpinButtons: boolean;
1627
1627
  persistentHint: boolean;
@@ -1635,28 +1635,28 @@ export declare const VFileInput: {
1635
1635
  hideInput: boolean;
1636
1636
  showSize: boolean | 1024 | 1000;
1637
1637
  }, {}, string, import("vue").SlotsType<Partial<{
1638
- default: (arg: import("../VInput/VInput").VInputSlot & import("../VField/VField").VFieldSlot) => import("vue").VNode[];
1639
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1640
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1641
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1642
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1643
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
1638
+ default: (arg: import("../VInput/VInput.js").VInputSlot & import("../VField/VField.js").VFieldSlot) => import("vue").VNode[];
1639
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1640
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1641
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1642
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1643
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
1644
1644
  props: Record<string, any>;
1645
1645
  }) => import("vue").VNode[];
1646
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1647
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1648
- label: (arg: import("../VField/VField").DefaultInputSlot & {
1646
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1647
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1648
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
1649
1649
  label: string | undefined;
1650
1650
  props: Record<string, any>;
1651
1651
  }) => import("vue").VNode[];
1652
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
1652
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
1653
1653
  counter: () => import("vue").VNode[];
1654
1654
  selection: (arg: {
1655
1655
  fileNames: string[];
1656
1656
  totalBytes: number;
1657
1657
  totalBytesReadable: string;
1658
1658
  }) => import("vue").VNode[];
1659
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
1659
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1660
1660
  theme: StringConstructor;
1661
1661
  rounded: {
1662
1662
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -1664,19 +1664,19 @@ export declare const VFileInput: {
1664
1664
  };
1665
1665
  tile: BooleanConstructor;
1666
1666
  loading: (StringConstructor | BooleanConstructor)[];
1667
- class: PropType<import("../../composables/component").ClassValue>;
1667
+ class: PropType<import("../../composables/component.js").ClassValue>;
1668
1668
  style: {
1669
1669
  type: PropType<import("vue").StyleValue>;
1670
1670
  default: null;
1671
1671
  };
1672
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1672
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1673
1673
  bgColor: StringConstructor;
1674
1674
  clearable: {
1675
1675
  type: PropType<boolean>;
1676
1676
  default: boolean;
1677
1677
  };
1678
1678
  clearIcon: {
1679
- type: PropType<import("../../composables/icons").IconValue>;
1679
+ type: PropType<import("../../composables/icons.js").IconValue>;
1680
1680
  default: string;
1681
1681
  };
1682
1682
  active: BooleanConstructor;
@@ -1695,7 +1695,7 @@ export declare const VFileInput: {
1695
1695
  flat: BooleanConstructor;
1696
1696
  label: StringConstructor;
1697
1697
  persistentClear: BooleanConstructor;
1698
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1698
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1699
1699
  reverse: BooleanConstructor;
1700
1700
  singleLine: BooleanConstructor;
1701
1701
  variant: {
@@ -1727,24 +1727,24 @@ export declare const VFileInput: {
1727
1727
  default: null;
1728
1728
  };
1729
1729
  rules: {
1730
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1730
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1731
1731
  default: () => never[];
1732
1732
  };
1733
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1733
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1734
1734
  validationValue: null;
1735
1735
  width: (StringConstructor | NumberConstructor)[];
1736
1736
  maxWidth: (StringConstructor | NumberConstructor)[];
1737
1737
  minWidth: (StringConstructor | NumberConstructor)[];
1738
1738
  density: {
1739
- type: PropType<import("../../composables/density").Density>;
1739
+ type: PropType<import("../../composables/density.js").Density>;
1740
1740
  default: string;
1741
1741
  validator: (v: any) => boolean;
1742
1742
  };
1743
1743
  id: StringConstructor;
1744
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1744
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1745
1745
  prependIcon: {
1746
- type: PropType<import("../../composables/icons").IconValue>;
1747
- default: NonNullable<import("../../composables/icons").IconValue>;
1746
+ type: PropType<import("../../composables/icons.js").IconValue>;
1747
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
1748
1748
  };
1749
1749
  hideDetails: PropType<boolean | "auto">;
1750
1750
  hideSpinButtons: BooleanConstructor;
@@ -1786,19 +1786,19 @@ export declare const VFileInput: {
1786
1786
  };
1787
1787
  tile: BooleanConstructor;
1788
1788
  loading: (StringConstructor | BooleanConstructor)[];
1789
- class: PropType<import("../../composables/component").ClassValue>;
1789
+ class: PropType<import("../../composables/component.js").ClassValue>;
1790
1790
  style: {
1791
1791
  type: PropType<import("vue").StyleValue>;
1792
1792
  default: null;
1793
1793
  };
1794
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1794
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1795
1795
  bgColor: StringConstructor;
1796
1796
  clearable: {
1797
1797
  type: PropType<boolean>;
1798
1798
  default: boolean;
1799
1799
  };
1800
1800
  clearIcon: {
1801
- type: PropType<import("../../composables/icons").IconValue>;
1801
+ type: PropType<import("../../composables/icons.js").IconValue>;
1802
1802
  default: string;
1803
1803
  };
1804
1804
  active: BooleanConstructor;
@@ -1817,7 +1817,7 @@ export declare const VFileInput: {
1817
1817
  flat: BooleanConstructor;
1818
1818
  label: StringConstructor;
1819
1819
  persistentClear: BooleanConstructor;
1820
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1820
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1821
1821
  reverse: BooleanConstructor;
1822
1822
  singleLine: BooleanConstructor;
1823
1823
  variant: {
@@ -1849,24 +1849,24 @@ export declare const VFileInput: {
1849
1849
  default: null;
1850
1850
  };
1851
1851
  rules: {
1852
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1852
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1853
1853
  default: () => never[];
1854
1854
  };
1855
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1855
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1856
1856
  validationValue: null;
1857
1857
  width: (StringConstructor | NumberConstructor)[];
1858
1858
  maxWidth: (StringConstructor | NumberConstructor)[];
1859
1859
  minWidth: (StringConstructor | NumberConstructor)[];
1860
1860
  density: {
1861
- type: PropType<import("../../composables/density").Density>;
1861
+ type: PropType<import("../../composables/density.js").Density>;
1862
1862
  default: string;
1863
1863
  validator: (v: any) => boolean;
1864
1864
  };
1865
1865
  id: StringConstructor;
1866
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1866
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1867
1867
  prependIcon: {
1868
- type: PropType<import("../../composables/icons").IconValue>;
1869
- default: NonNullable<import("../../composables/icons").IconValue>;
1868
+ type: PropType<import("../../composables/icons.js").IconValue>;
1869
+ default: NonNullable<import("../../composables/icons.js").IconValue>;
1870
1870
  };
1871
1871
  hideDetails: PropType<boolean | "auto">;
1872
1872
  hideSpinButtons: BooleanConstructor;