@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 { VCounterSlot } from "../VCounter/VCounter";
4
- import type { VInputSlots } from "../VInput/VInput";
3
+ import type { VCounterSlot } from "../VCounter/VCounter.js";
4
+ import type { VInputSlots } from "../VInput/VInput.js";
5
5
  export declare const makeVTextareaProps: <Defaults extends {
6
6
  theme?: unknown;
7
7
  rounded?: unknown;
@@ -105,9 +105,9 @@ export declare const makeVTextareaProps: <Defaults extends {
105
105
  type: PropType<unknown extends Defaults["style"] ? import("vue").StyleValue : import("vue").StyleValue | Defaults["style"]>;
106
106
  default: unknown extends Defaults["style"] ? import("vue").StyleValue : NonNullable<import("vue").StyleValue> | Defaults["style"];
107
107
  };
108
- appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
109
- type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendInnerIcon"]>;
110
- default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendInnerIcon"];
108
+ appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
109
+ type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendInnerIcon"]>;
110
+ default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendInnerIcon"];
111
111
  };
112
112
  bgColor: unknown extends Defaults["bgColor"] ? StringConstructor : {
113
113
  type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
@@ -118,14 +118,14 @@ export declare const makeVTextareaProps: <Defaults extends {
118
118
  default: unknown extends Defaults["clearable"] ? boolean : boolean | Defaults["clearable"];
119
119
  };
120
120
  clearIcon: unknown extends Defaults["clearIcon"] ? {
121
- type: PropType<import("../../composables/icons").IconValue>;
121
+ type: PropType<import("../../composables/icons.js").IconValue>;
122
122
  default: string;
123
123
  } : Omit<{
124
- type: PropType<import("../../composables/icons").IconValue>;
124
+ type: PropType<import("../../composables/icons.js").IconValue>;
125
125
  default: string;
126
126
  }, "type" | "default"> & {
127
- type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
128
- default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
127
+ type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
128
+ default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
129
129
  };
130
130
  active: unknown extends Defaults["active"] ? BooleanConstructor : {
131
131
  type: PropType<unknown extends Defaults["active"] ? boolean : boolean | Defaults["active"]>;
@@ -179,9 +179,9 @@ export declare const makeVTextareaProps: <Defaults extends {
179
179
  type: PropType<unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"]>;
180
180
  default: unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"];
181
181
  };
182
- prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
183
- type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
184
- default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
182
+ prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
183
+ type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
184
+ default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
185
185
  };
186
186
  reverse: unknown extends Defaults["reverse"] ? BooleanConstructor : {
187
187
  type: PropType<unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"]>;
@@ -258,14 +258,14 @@ export declare const makeVTextareaProps: <Defaults extends {
258
258
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
259
259
  };
260
260
  rules: unknown extends Defaults["rules"] ? {
261
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
261
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
262
262
  default: () => never[];
263
263
  } : Omit<{
264
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
264
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
265
265
  default: () => never[];
266
266
  }, "type" | "default"> & {
267
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
268
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
267
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
268
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
269
269
  };
270
270
  modelValue: unknown extends Defaults["modelValue"] ? null : {
271
271
  type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
@@ -292,28 +292,28 @@ export declare const makeVTextareaProps: <Defaults extends {
292
292
  default: unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"];
293
293
  };
294
294
  density: unknown extends Defaults["density"] ? {
295
- type: PropType<import("../../composables/density").Density>;
295
+ type: PropType<import("../../composables/density.js").Density>;
296
296
  default: string;
297
297
  validator: (v: any) => boolean;
298
298
  } : Omit<{
299
- type: PropType<import("../../composables/density").Density>;
299
+ type: PropType<import("../../composables/density.js").Density>;
300
300
  default: string;
301
301
  validator: (v: any) => boolean;
302
302
  }, "type" | "default"> & {
303
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
304
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
303
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
304
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
305
305
  };
306
306
  id: unknown extends Defaults["id"] ? StringConstructor : {
307
307
  type: PropType<unknown extends Defaults["id"] ? string : string | Defaults["id"]>;
308
308
  default: unknown extends Defaults["id"] ? string : string | Defaults["id"];
309
309
  };
310
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
311
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
312
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
310
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
311
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
312
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
313
313
  };
314
- prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons").IconValue> : {
315
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
316
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
314
+ prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
315
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
316
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
317
317
  };
318
318
  hideDetails: unknown extends Defaults["hideDetails"] ? PropType<boolean | "auto"> : {
319
319
  type: PropType<unknown extends Defaults["hideDetails"] ? boolean | "auto" : boolean | "auto" | Defaults["hideDetails"]>;
@@ -444,10 +444,10 @@ export declare const VTextarea: {
444
444
  focused: boolean;
445
445
  errorMessages: string | readonly string[] | null;
446
446
  maxErrors: string | number;
447
- rules: readonly import("../../composables/validation").ValidationRule[];
447
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
448
448
  tile: boolean;
449
- density: import("../../composables/density").Density;
450
- clearIcon: import("../../composables/icons").IconValue;
449
+ density: import("../../composables/density.js").Density;
450
+ clearIcon: import("../../composables/icons.js").IconValue;
451
451
  hideSpinButtons: boolean;
452
452
  persistentHint: boolean;
453
453
  clearable: boolean;
@@ -480,10 +480,10 @@ export declare const VTextarea: {
480
480
  rounded?: string | number | boolean | undefined;
481
481
  baseColor?: string | undefined;
482
482
  bgColor?: string | undefined;
483
- prependIcon?: import("../../composables/icons").IconValue | undefined;
484
- appendIcon?: import("../../composables/icons").IconValue | undefined;
485
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
486
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
483
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
484
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
485
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
486
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
487
487
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
488
488
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
489
489
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -498,54 +498,54 @@ export declare const VTextarea: {
498
498
  maxRows?: string | number | undefined;
499
499
  } & {
500
500
  $children?: {} | import("vue").VNodeChild | {
501
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
502
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
501
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
502
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
503
503
  props: Record<string, any>;
504
504
  }) => import("vue").VNodeChild) | undefined;
505
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
506
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
505
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
506
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
507
507
  label: string | undefined;
508
508
  props: Record<string, any>;
509
509
  }) => import("vue").VNodeChild) | undefined;
510
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
511
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
512
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
513
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
514
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
510
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
511
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
512
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
513
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
514
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
515
515
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
516
516
  };
517
517
  'v-slots'?: {
518
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
519
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
518
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
519
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
520
520
  props: Record<string, any>;
521
521
  }) => import("vue").VNodeChild) | undefined;
522
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
523
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
522
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
523
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
524
524
  label: string | undefined;
525
525
  props: Record<string, any>;
526
526
  }) => import("vue").VNodeChild) | undefined;
527
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
528
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
529
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => 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;
527
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
528
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
529
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
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
532
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
533
533
  } | undefined;
534
534
  } & {
535
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
536
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
535
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
536
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
537
537
  props: Record<string, any>;
538
538
  }) => import("vue").VNodeChild) | undefined;
539
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
540
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
539
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
540
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
541
541
  label: string | undefined;
542
542
  props: Record<string, any>;
543
543
  }) => import("vue").VNodeChild) | undefined;
544
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
545
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
546
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
547
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
548
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
544
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
545
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
546
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
547
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
548
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
549
549
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
550
550
  } & {
551
551
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -565,8 +565,8 @@ export declare const VTextarea: {
565
565
  focused: boolean;
566
566
  errorMessages: string | readonly string[] | null;
567
567
  maxErrors: string | number;
568
- rules: readonly import("../../composables/validation").ValidationRule[];
569
- density: import("../../composables/density").Density;
568
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
569
+ density: import("../../composables/density.js").Density;
570
570
  centerAffix: boolean;
571
571
  hideSpinButtons: boolean;
572
572
  persistentHint: boolean;
@@ -580,8 +580,8 @@ export declare const VTextarea: {
580
580
  focused: boolean;
581
581
  errorMessages: string | readonly string[] | null;
582
582
  maxErrors: string | number;
583
- rules: readonly import("../../composables/validation").ValidationRule[];
584
- density: import("../../composables/density").Density;
583
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
584
+ density: import("../../composables/density.js").Density;
585
585
  centerAffix: boolean;
586
586
  hideSpinButtons: boolean;
587
587
  persistentHint: boolean;
@@ -596,8 +596,8 @@ export declare const VTextarea: {
596
596
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
597
597
  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;
598
598
  validationValue?: any;
599
- prependIcon?: import("../../composables/icons").IconValue | undefined;
600
- appendIcon?: import("../../composables/icons").IconValue | undefined;
599
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
600
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
601
601
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
602
602
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
603
603
  hint?: string | undefined;
@@ -610,11 +610,11 @@ export declare const VTextarea: {
610
610
  [x: string]: unknown;
611
611
  };
612
612
  $slots: Readonly<{
613
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
614
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
615
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
616
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
617
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
613
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
614
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
615
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
616
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
617
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
618
618
  }>;
619
619
  $root: import("vue").ComponentPublicInstance | null;
620
620
  $parent: import("vue").ComponentPublicInstance | null;
@@ -631,8 +631,8 @@ export declare const VTextarea: {
631
631
  focused: boolean;
632
632
  errorMessages: string | readonly string[] | null;
633
633
  maxErrors: string | number;
634
- rules: readonly import("../../composables/validation").ValidationRule[];
635
- density: import("../../composables/density").Density;
634
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
635
+ density: import("../../composables/density.js").Density;
636
636
  centerAffix: boolean;
637
637
  hideSpinButtons: boolean;
638
638
  persistentHint: boolean;
@@ -648,8 +648,8 @@ export declare const VTextarea: {
648
648
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
649
649
  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;
650
650
  validationValue?: any;
651
- prependIcon?: import("../../composables/icons").IconValue | undefined;
652
- appendIcon?: import("../../composables/icons").IconValue | undefined;
651
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
652
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
653
653
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
654
654
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
655
655
  hint?: string | undefined;
@@ -672,17 +672,17 @@ export declare const VTextarea: {
672
672
  focused: boolean;
673
673
  errorMessages: string | readonly string[] | null;
674
674
  maxErrors: string | number;
675
- rules: readonly import("../../composables/validation").ValidationRule[];
676
- density: import("../../composables/density").Density;
675
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
676
+ density: import("../../composables/density.js").Density;
677
677
  centerAffix: boolean;
678
678
  hideSpinButtons: boolean;
679
679
  persistentHint: boolean;
680
680
  }, {}, string, import("vue").SlotsType<Partial<{
681
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
682
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
683
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
684
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
685
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
681
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
682
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
683
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
684
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
685
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
686
686
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
687
687
  beforeCreate?: (() => void) | (() => void)[];
688
688
  created?: (() => void) | (() => void)[];
@@ -713,8 +713,8 @@ export declare const VTextarea: {
713
713
  focused: boolean;
714
714
  errorMessages: string | readonly string[] | null;
715
715
  maxErrors: string | number;
716
- rules: readonly import("../../composables/validation").ValidationRule[];
717
- density: import("../../composables/density").Density;
716
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
717
+ density: import("../../composables/density.js").Density;
718
718
  centerAffix: boolean;
719
719
  hideSpinButtons: boolean;
720
720
  persistentHint: boolean;
@@ -728,8 +728,8 @@ export declare const VTextarea: {
728
728
  focused: boolean;
729
729
  errorMessages: string | readonly string[] | null;
730
730
  maxErrors: string | number;
731
- rules: readonly import("../../composables/validation").ValidationRule[];
732
- density: import("../../composables/density").Density;
731
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
732
+ density: import("../../composables/density.js").Density;
733
733
  centerAffix: boolean;
734
734
  hideSpinButtons: boolean;
735
735
  persistentHint: boolean;
@@ -745,8 +745,8 @@ export declare const VTextarea: {
745
745
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
746
746
  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;
747
747
  validationValue?: any;
748
- prependIcon?: import("../../composables/icons").IconValue | undefined;
749
- appendIcon?: import("../../composables/icons").IconValue | undefined;
748
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
749
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
750
750
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
751
751
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
752
752
  hint?: string | undefined;
@@ -757,7 +757,7 @@ export declare const VTextarea: {
757
757
  validate: (silent?: boolean) => Promise<string[]>;
758
758
  isValid: import("vue").ComputedRef<boolean | null>;
759
759
  errorMessages: import("vue").ComputedRef<string[]>;
760
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
760
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
761
761
  modelValue?: unknown;
762
762
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
763
763
  }, 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}`> & {
@@ -788,11 +788,11 @@ export declare const VTextarea: {
788
788
  focused: boolean;
789
789
  errorMessages: string | readonly string[] | null;
790
790
  maxErrors: string | number;
791
- rules: readonly import("../../composables/validation").ValidationRule[];
791
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
792
792
  rounded: string | number | boolean;
793
793
  tile: boolean;
794
- density: import("../../composables/density").Density;
795
- clearIcon: import("../../composables/icons").IconValue;
794
+ density: import("../../composables/density.js").Density;
795
+ clearIcon: import("../../composables/icons.js").IconValue;
796
796
  centerAffix: boolean;
797
797
  hideSpinButtons: boolean;
798
798
  persistentHint: boolean;
@@ -806,20 +806,20 @@ export declare const VTextarea: {
806
806
  noResize: boolean;
807
807
  rows: string | number;
808
808
  }, true, {}, import("vue").SlotsType<Partial<{
809
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
810
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
809
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
810
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
811
811
  props: Record<string, any>;
812
812
  }) => import("vue").VNode[];
813
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
814
- label: (arg: import("../VField/VField").DefaultInputSlot & {
813
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
814
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
815
815
  label: string | undefined;
816
816
  props: Record<string, any>;
817
817
  }) => import("vue").VNode[];
818
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
819
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
820
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
821
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
822
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
818
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
819
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
820
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
821
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
822
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
823
823
  counter: (arg: VCounterSlot) => import("vue").VNode[];
824
824
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
825
825
  P: {};
@@ -843,10 +843,10 @@ export declare const VTextarea: {
843
843
  focused: boolean;
844
844
  errorMessages: string | readonly string[] | null;
845
845
  maxErrors: string | number;
846
- rules: readonly import("../../composables/validation").ValidationRule[];
846
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
847
847
  tile: boolean;
848
- density: import("../../composables/density").Density;
849
- clearIcon: import("../../composables/icons").IconValue;
848
+ density: import("../../composables/density.js").Density;
849
+ clearIcon: import("../../composables/icons.js").IconValue;
850
850
  hideSpinButtons: boolean;
851
851
  persistentHint: boolean;
852
852
  clearable: boolean;
@@ -879,10 +879,10 @@ export declare const VTextarea: {
879
879
  rounded?: string | number | boolean | undefined;
880
880
  baseColor?: string | undefined;
881
881
  bgColor?: string | undefined;
882
- prependIcon?: import("../../composables/icons").IconValue | undefined;
883
- appendIcon?: import("../../composables/icons").IconValue | undefined;
884
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
885
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
882
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
883
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
884
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
885
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
886
886
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
887
887
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
888
888
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -897,54 +897,54 @@ export declare const VTextarea: {
897
897
  maxRows?: string | number | undefined;
898
898
  } & {
899
899
  $children?: {} | import("vue").VNodeChild | {
900
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
901
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
900
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
901
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
902
902
  props: Record<string, any>;
903
903
  }) => import("vue").VNodeChild) | undefined;
904
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
905
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
904
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
905
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
906
906
  label: string | undefined;
907
907
  props: Record<string, any>;
908
908
  }) => import("vue").VNodeChild) | undefined;
909
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
910
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
911
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
912
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
913
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
909
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
910
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
911
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
912
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
913
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
914
914
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
915
915
  };
916
916
  'v-slots'?: {
917
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
918
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
917
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
918
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
919
919
  props: Record<string, any>;
920
920
  }) => import("vue").VNodeChild) | undefined;
921
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
922
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
921
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
922
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
923
923
  label: string | undefined;
924
924
  props: Record<string, any>;
925
925
  }) => import("vue").VNodeChild) | undefined;
926
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
927
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
928
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
929
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
930
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
926
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
927
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
928
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
929
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
930
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
931
931
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
932
932
  } | undefined;
933
933
  } & {
934
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
935
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
934
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
935
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
936
936
  props: Record<string, any>;
937
937
  }) => import("vue").VNodeChild) | undefined;
938
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
939
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
938
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
939
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
940
940
  label: string | undefined;
941
941
  props: Record<string, any>;
942
942
  }) => import("vue").VNodeChild) | undefined;
943
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
944
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
945
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
946
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
947
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
943
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
944
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
945
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
946
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
947
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
948
948
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
949
949
  } & {
950
950
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -964,8 +964,8 @@ export declare const VTextarea: {
964
964
  focused: boolean;
965
965
  errorMessages: string | readonly string[] | null;
966
966
  maxErrors: string | number;
967
- rules: readonly import("../../composables/validation").ValidationRule[];
968
- density: import("../../composables/density").Density;
967
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
968
+ density: import("../../composables/density.js").Density;
969
969
  centerAffix: boolean;
970
970
  hideSpinButtons: boolean;
971
971
  persistentHint: boolean;
@@ -979,8 +979,8 @@ export declare const VTextarea: {
979
979
  focused: boolean;
980
980
  errorMessages: string | readonly string[] | null;
981
981
  maxErrors: string | number;
982
- rules: readonly import("../../composables/validation").ValidationRule[];
983
- density: import("../../composables/density").Density;
982
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
983
+ density: import("../../composables/density.js").Density;
984
984
  centerAffix: boolean;
985
985
  hideSpinButtons: boolean;
986
986
  persistentHint: boolean;
@@ -995,8 +995,8 @@ export declare const VTextarea: {
995
995
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
996
996
  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;
997
997
  validationValue?: any;
998
- prependIcon?: import("../../composables/icons").IconValue | undefined;
999
- appendIcon?: import("../../composables/icons").IconValue | undefined;
998
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
999
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1000
1000
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1001
1001
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1002
1002
  hint?: string | undefined;
@@ -1009,11 +1009,11 @@ export declare const VTextarea: {
1009
1009
  [x: string]: unknown;
1010
1010
  };
1011
1011
  $slots: Readonly<{
1012
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1013
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1014
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1015
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1016
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1012
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1013
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1014
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1015
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1016
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1017
1017
  }>;
1018
1018
  $root: import("vue").ComponentPublicInstance | null;
1019
1019
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1030,8 +1030,8 @@ export declare const VTextarea: {
1030
1030
  focused: boolean;
1031
1031
  errorMessages: string | readonly string[] | null;
1032
1032
  maxErrors: string | number;
1033
- rules: readonly import("../../composables/validation").ValidationRule[];
1034
- density: import("../../composables/density").Density;
1033
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1034
+ density: import("../../composables/density.js").Density;
1035
1035
  centerAffix: boolean;
1036
1036
  hideSpinButtons: boolean;
1037
1037
  persistentHint: boolean;
@@ -1047,8 +1047,8 @@ export declare const VTextarea: {
1047
1047
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1048
1048
  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;
1049
1049
  validationValue?: any;
1050
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1051
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1050
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1051
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1052
1052
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1053
1053
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1054
1054
  hint?: string | undefined;
@@ -1071,17 +1071,17 @@ export declare const VTextarea: {
1071
1071
  focused: boolean;
1072
1072
  errorMessages: string | readonly string[] | null;
1073
1073
  maxErrors: string | number;
1074
- rules: readonly import("../../composables/validation").ValidationRule[];
1075
- density: import("../../composables/density").Density;
1074
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1075
+ density: import("../../composables/density.js").Density;
1076
1076
  centerAffix: boolean;
1077
1077
  hideSpinButtons: boolean;
1078
1078
  persistentHint: boolean;
1079
1079
  }, {}, string, import("vue").SlotsType<Partial<{
1080
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1081
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1082
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1083
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1084
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1080
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1081
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1082
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1083
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1084
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1085
1085
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1086
1086
  beforeCreate?: (() => void) | (() => void)[];
1087
1087
  created?: (() => void) | (() => void)[];
@@ -1112,8 +1112,8 @@ export declare const VTextarea: {
1112
1112
  focused: boolean;
1113
1113
  errorMessages: string | readonly string[] | null;
1114
1114
  maxErrors: string | number;
1115
- rules: readonly import("../../composables/validation").ValidationRule[];
1116
- density: import("../../composables/density").Density;
1115
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1116
+ density: import("../../composables/density.js").Density;
1117
1117
  centerAffix: boolean;
1118
1118
  hideSpinButtons: boolean;
1119
1119
  persistentHint: boolean;
@@ -1127,8 +1127,8 @@ export declare const VTextarea: {
1127
1127
  focused: boolean;
1128
1128
  errorMessages: string | readonly string[] | null;
1129
1129
  maxErrors: string | number;
1130
- rules: readonly import("../../composables/validation").ValidationRule[];
1131
- density: import("../../composables/density").Density;
1130
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1131
+ density: import("../../composables/density.js").Density;
1132
1132
  centerAffix: boolean;
1133
1133
  hideSpinButtons: boolean;
1134
1134
  persistentHint: boolean;
@@ -1144,8 +1144,8 @@ export declare const VTextarea: {
1144
1144
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1145
1145
  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;
1146
1146
  validationValue?: any;
1147
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1148
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1147
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1148
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1149
1149
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1150
1150
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1151
1151
  hint?: string | undefined;
@@ -1156,7 +1156,7 @@ export declare const VTextarea: {
1156
1156
  validate: (silent?: boolean) => Promise<string[]>;
1157
1157
  isValid: import("vue").ComputedRef<boolean | null>;
1158
1158
  errorMessages: import("vue").ComputedRef<string[]>;
1159
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1159
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1160
1160
  modelValue?: unknown;
1161
1161
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1162
1162
  }, 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}`> & {
@@ -1182,11 +1182,11 @@ export declare const VTextarea: {
1182
1182
  focused: boolean;
1183
1183
  errorMessages: string | readonly string[] | null;
1184
1184
  maxErrors: string | number;
1185
- rules: readonly import("../../composables/validation").ValidationRule[];
1185
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1186
1186
  rounded: string | number | boolean;
1187
1187
  tile: boolean;
1188
- density: import("../../composables/density").Density;
1189
- clearIcon: import("../../composables/icons").IconValue;
1188
+ density: import("../../composables/density.js").Density;
1189
+ clearIcon: import("../../composables/icons.js").IconValue;
1190
1190
  centerAffix: boolean;
1191
1191
  hideSpinButtons: boolean;
1192
1192
  persistentHint: boolean;
@@ -1218,10 +1218,10 @@ export declare const VTextarea: {
1218
1218
  focused: boolean;
1219
1219
  errorMessages: string | readonly string[] | null;
1220
1220
  maxErrors: string | number;
1221
- rules: readonly import("../../composables/validation").ValidationRule[];
1221
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1222
1222
  tile: boolean;
1223
- density: import("../../composables/density").Density;
1224
- clearIcon: import("../../composables/icons").IconValue;
1223
+ density: import("../../composables/density.js").Density;
1224
+ clearIcon: import("../../composables/icons.js").IconValue;
1225
1225
  hideSpinButtons: boolean;
1226
1226
  persistentHint: boolean;
1227
1227
  clearable: boolean;
@@ -1254,10 +1254,10 @@ export declare const VTextarea: {
1254
1254
  rounded?: string | number | boolean | undefined;
1255
1255
  baseColor?: string | undefined;
1256
1256
  bgColor?: string | undefined;
1257
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1258
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1259
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1260
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1257
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1258
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1259
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1260
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1261
1261
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1262
1262
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1263
1263
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1272,54 +1272,54 @@ export declare const VTextarea: {
1272
1272
  maxRows?: string | number | undefined;
1273
1273
  } & {
1274
1274
  $children?: {} | import("vue").VNodeChild | {
1275
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1276
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
1275
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1276
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1277
1277
  props: Record<string, any>;
1278
1278
  }) => import("vue").VNodeChild) | undefined;
1279
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1280
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
1279
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1280
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1281
1281
  label: string | undefined;
1282
1282
  props: Record<string, any>;
1283
1283
  }) => import("vue").VNodeChild) | undefined;
1284
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1285
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1286
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1287
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1288
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1284
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1285
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1286
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1287
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1288
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1289
1289
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1290
1290
  };
1291
1291
  'v-slots'?: {
1292
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1293
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1292
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1293
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1294
1294
  props: Record<string, any>;
1295
1295
  }) => import("vue").VNodeChild) | undefined;
1296
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1297
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1296
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1297
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1298
1298
  label: string | undefined;
1299
1299
  props: Record<string, any>;
1300
1300
  }) => import("vue").VNodeChild) | undefined;
1301
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1302
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1303
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1304
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1305
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1301
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1302
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1303
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1304
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1305
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1306
1306
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1307
1307
  } | undefined;
1308
1308
  } & {
1309
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1310
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1309
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1310
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1311
1311
  props: Record<string, any>;
1312
1312
  }) => import("vue").VNodeChild) | undefined;
1313
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1314
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1313
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1314
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1315
1315
  label: string | undefined;
1316
1316
  props: Record<string, any>;
1317
1317
  }) => import("vue").VNodeChild) | undefined;
1318
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1319
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1320
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1321
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1322
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1318
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1319
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1320
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1321
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1322
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1323
1323
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1324
1324
  } & {
1325
1325
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -1339,8 +1339,8 @@ export declare const VTextarea: {
1339
1339
  focused: boolean;
1340
1340
  errorMessages: string | readonly string[] | null;
1341
1341
  maxErrors: string | number;
1342
- rules: readonly import("../../composables/validation").ValidationRule[];
1343
- density: import("../../composables/density").Density;
1342
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1343
+ density: import("../../composables/density.js").Density;
1344
1344
  centerAffix: boolean;
1345
1345
  hideSpinButtons: boolean;
1346
1346
  persistentHint: boolean;
@@ -1354,8 +1354,8 @@ export declare const VTextarea: {
1354
1354
  focused: boolean;
1355
1355
  errorMessages: string | readonly string[] | null;
1356
1356
  maxErrors: string | number;
1357
- rules: readonly import("../../composables/validation").ValidationRule[];
1358
- density: import("../../composables/density").Density;
1357
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1358
+ density: import("../../composables/density.js").Density;
1359
1359
  centerAffix: boolean;
1360
1360
  hideSpinButtons: boolean;
1361
1361
  persistentHint: boolean;
@@ -1370,8 +1370,8 @@ export declare const VTextarea: {
1370
1370
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1371
1371
  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;
1372
1372
  validationValue?: any;
1373
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1374
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1373
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1374
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1375
1375
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1376
1376
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1377
1377
  hint?: string | undefined;
@@ -1384,11 +1384,11 @@ export declare const VTextarea: {
1384
1384
  [x: string]: unknown;
1385
1385
  };
1386
1386
  $slots: Readonly<{
1387
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1388
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1389
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1390
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1391
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1387
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1388
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1389
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1390
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1391
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1392
1392
  }>;
1393
1393
  $root: import("vue").ComponentPublicInstance | null;
1394
1394
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1405,8 +1405,8 @@ export declare const VTextarea: {
1405
1405
  focused: boolean;
1406
1406
  errorMessages: string | readonly string[] | null;
1407
1407
  maxErrors: string | number;
1408
- rules: readonly import("../../composables/validation").ValidationRule[];
1409
- density: import("../../composables/density").Density;
1408
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1409
+ density: import("../../composables/density.js").Density;
1410
1410
  centerAffix: boolean;
1411
1411
  hideSpinButtons: boolean;
1412
1412
  persistentHint: boolean;
@@ -1422,8 +1422,8 @@ export declare const VTextarea: {
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;
@@ -1446,17 +1446,17 @@ export declare const VTextarea: {
1446
1446
  focused: boolean;
1447
1447
  errorMessages: string | readonly string[] | null;
1448
1448
  maxErrors: string | number;
1449
- rules: readonly import("../../composables/validation").ValidationRule[];
1450
- density: import("../../composables/density").Density;
1449
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1450
+ density: import("../../composables/density.js").Density;
1451
1451
  centerAffix: boolean;
1452
1452
  hideSpinButtons: boolean;
1453
1453
  persistentHint: boolean;
1454
1454
  }, {}, string, import("vue").SlotsType<Partial<{
1455
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1456
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1457
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1458
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1459
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1455
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1456
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1457
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1458
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1459
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1460
1460
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1461
1461
  beforeCreate?: (() => void) | (() => void)[];
1462
1462
  created?: (() => void) | (() => void)[];
@@ -1487,8 +1487,8 @@ export declare const VTextarea: {
1487
1487
  focused: boolean;
1488
1488
  errorMessages: string | readonly string[] | null;
1489
1489
  maxErrors: string | number;
1490
- rules: readonly import("../../composables/validation").ValidationRule[];
1491
- density: import("../../composables/density").Density;
1490
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1491
+ density: import("../../composables/density.js").Density;
1492
1492
  centerAffix: boolean;
1493
1493
  hideSpinButtons: boolean;
1494
1494
  persistentHint: boolean;
@@ -1502,8 +1502,8 @@ export declare const VTextarea: {
1502
1502
  focused: boolean;
1503
1503
  errorMessages: string | readonly string[] | null;
1504
1504
  maxErrors: string | number;
1505
- rules: readonly import("../../composables/validation").ValidationRule[];
1506
- density: import("../../composables/density").Density;
1505
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1506
+ density: import("../../composables/density.js").Density;
1507
1507
  centerAffix: boolean;
1508
1508
  hideSpinButtons: boolean;
1509
1509
  persistentHint: boolean;
@@ -1519,8 +1519,8 @@ export declare const VTextarea: {
1519
1519
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1520
1520
  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;
1521
1521
  validationValue?: any;
1522
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1523
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1522
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1523
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1524
1524
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1525
1525
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1526
1526
  hint?: string | undefined;
@@ -1531,7 +1531,7 @@ export declare const VTextarea: {
1531
1531
  validate: (silent?: boolean) => Promise<string[]>;
1532
1532
  isValid: import("vue").ComputedRef<boolean | null>;
1533
1533
  errorMessages: import("vue").ComputedRef<string[]>;
1534
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1534
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1535
1535
  modelValue?: unknown;
1536
1536
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1537
1537
  }, 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}`> & {
@@ -1562,11 +1562,11 @@ export declare const VTextarea: {
1562
1562
  focused: boolean;
1563
1563
  errorMessages: string | readonly string[] | null;
1564
1564
  maxErrors: string | number;
1565
- rules: readonly import("../../composables/validation").ValidationRule[];
1565
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1566
1566
  rounded: string | number | boolean;
1567
1567
  tile: boolean;
1568
- density: import("../../composables/density").Density;
1569
- clearIcon: import("../../composables/icons").IconValue;
1568
+ density: import("../../composables/density.js").Density;
1569
+ clearIcon: import("../../composables/icons.js").IconValue;
1570
1570
  centerAffix: boolean;
1571
1571
  hideSpinButtons: boolean;
1572
1572
  persistentHint: boolean;
@@ -1580,22 +1580,22 @@ export declare const VTextarea: {
1580
1580
  noResize: boolean;
1581
1581
  rows: string | number;
1582
1582
  }, {}, string, import("vue").SlotsType<Partial<{
1583
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1584
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
1583
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1584
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
1585
1585
  props: Record<string, any>;
1586
1586
  }) => import("vue").VNode[];
1587
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1588
- label: (arg: import("../VField/VField").DefaultInputSlot & {
1587
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1588
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
1589
1589
  label: string | undefined;
1590
1590
  props: Record<string, any>;
1591
1591
  }) => import("vue").VNode[];
1592
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1593
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1594
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
1595
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1596
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1592
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1593
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1594
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
1595
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1596
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1597
1597
  counter: (arg: VCounterSlot) => import("vue").VNode[];
1598
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
1598
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1599
1599
  theme: StringConstructor;
1600
1600
  rounded: {
1601
1601
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -1603,16 +1603,16 @@ export declare const VTextarea: {
1603
1603
  };
1604
1604
  tile: BooleanConstructor;
1605
1605
  loading: (StringConstructor | BooleanConstructor)[];
1606
- class: PropType<import("../../composables/component").ClassValue>;
1606
+ class: PropType<import("../../composables/component.js").ClassValue>;
1607
1607
  style: {
1608
1608
  type: PropType<import("vue").StyleValue>;
1609
1609
  default: null;
1610
1610
  };
1611
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1611
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1612
1612
  bgColor: StringConstructor;
1613
1613
  clearable: BooleanConstructor;
1614
1614
  clearIcon: {
1615
- type: PropType<import("../../composables/icons").IconValue>;
1615
+ type: PropType<import("../../composables/icons.js").IconValue>;
1616
1616
  default: string;
1617
1617
  };
1618
1618
  active: BooleanConstructor;
@@ -1631,7 +1631,7 @@ export declare const VTextarea: {
1631
1631
  flat: BooleanConstructor;
1632
1632
  label: StringConstructor;
1633
1633
  persistentClear: BooleanConstructor;
1634
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1634
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1635
1635
  reverse: BooleanConstructor;
1636
1636
  singleLine: BooleanConstructor;
1637
1637
  variant: {
@@ -1658,23 +1658,23 @@ export declare const VTextarea: {
1658
1658
  default: null;
1659
1659
  };
1660
1660
  rules: {
1661
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1661
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1662
1662
  default: () => never[];
1663
1663
  };
1664
1664
  modelValue: null;
1665
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1665
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1666
1666
  validationValue: null;
1667
1667
  width: (StringConstructor | NumberConstructor)[];
1668
1668
  maxWidth: (StringConstructor | NumberConstructor)[];
1669
1669
  minWidth: (StringConstructor | NumberConstructor)[];
1670
1670
  density: {
1671
- type: PropType<import("../../composables/density").Density>;
1671
+ type: PropType<import("../../composables/density.js").Density>;
1672
1672
  default: string;
1673
1673
  validator: (v: any) => boolean;
1674
1674
  };
1675
1675
  id: StringConstructor;
1676
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1677
- prependIcon: PropType<import("../../composables/icons").IconValue>;
1676
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1677
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
1678
1678
  hideDetails: PropType<boolean | "auto">;
1679
1679
  hideSpinButtons: BooleanConstructor;
1680
1680
  hint: StringConstructor;
@@ -1718,16 +1718,16 @@ export declare const VTextarea: {
1718
1718
  };
1719
1719
  tile: BooleanConstructor;
1720
1720
  loading: (StringConstructor | BooleanConstructor)[];
1721
- class: PropType<import("../../composables/component").ClassValue>;
1721
+ class: PropType<import("../../composables/component.js").ClassValue>;
1722
1722
  style: {
1723
1723
  type: PropType<import("vue").StyleValue>;
1724
1724
  default: null;
1725
1725
  };
1726
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
1726
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1727
1727
  bgColor: StringConstructor;
1728
1728
  clearable: BooleanConstructor;
1729
1729
  clearIcon: {
1730
- type: PropType<import("../../composables/icons").IconValue>;
1730
+ type: PropType<import("../../composables/icons.js").IconValue>;
1731
1731
  default: string;
1732
1732
  };
1733
1733
  active: BooleanConstructor;
@@ -1746,7 +1746,7 @@ export declare const VTextarea: {
1746
1746
  flat: BooleanConstructor;
1747
1747
  label: StringConstructor;
1748
1748
  persistentClear: BooleanConstructor;
1749
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
1749
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
1750
1750
  reverse: BooleanConstructor;
1751
1751
  singleLine: BooleanConstructor;
1752
1752
  variant: {
@@ -1773,23 +1773,23 @@ export declare const VTextarea: {
1773
1773
  default: null;
1774
1774
  };
1775
1775
  rules: {
1776
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
1776
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1777
1777
  default: () => never[];
1778
1778
  };
1779
1779
  modelValue: null;
1780
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
1780
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
1781
1781
  validationValue: null;
1782
1782
  width: (StringConstructor | NumberConstructor)[];
1783
1783
  maxWidth: (StringConstructor | NumberConstructor)[];
1784
1784
  minWidth: (StringConstructor | NumberConstructor)[];
1785
1785
  density: {
1786
- type: PropType<import("../../composables/density").Density>;
1786
+ type: PropType<import("../../composables/density.js").Density>;
1787
1787
  default: string;
1788
1788
  validator: (v: any) => boolean;
1789
1789
  };
1790
1790
  id: StringConstructor;
1791
- appendIcon: PropType<import("../../composables/icons").IconValue>;
1792
- prependIcon: PropType<import("../../composables/icons").IconValue>;
1791
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
1792
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
1793
1793
  hideDetails: PropType<boolean | "auto">;
1794
1794
  hideSpinButtons: BooleanConstructor;
1795
1795
  hint: StringConstructor;