@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,8 +1,8 @@
1
1
  import { nextTick } from 'vue';
2
2
  import type { PropType } from 'vue';
3
- import type { VCounterSlot } from "../VCounter/VCounter";
4
- import type { VFieldSlots } from "../VField/VField";
5
- import type { VInputSlots } from "../VInput/VInput";
3
+ import type { VCounterSlot } from "../VCounter/VCounter.js";
4
+ import type { VFieldSlots } from "../VField/VField.js";
5
+ import type { VInputSlots } from "../VInput/VInput.js";
6
6
  export declare const makeVTextFieldProps: <Defaults extends {
7
7
  theme?: unknown;
8
8
  rounded?: unknown;
@@ -104,9 +104,9 @@ export declare const makeVTextFieldProps: <Defaults extends {
104
104
  type: PropType<unknown extends Defaults["style"] ? import("vue").StyleValue : import("vue").StyleValue | Defaults["style"]>;
105
105
  default: unknown extends Defaults["style"] ? import("vue").StyleValue : NonNullable<import("vue").StyleValue> | Defaults["style"];
106
106
  };
107
- appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
108
- type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendInnerIcon"]>;
109
- default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendInnerIcon"];
107
+ appendInnerIcon: unknown extends Defaults["appendInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
108
+ type: PropType<unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendInnerIcon"]>;
109
+ default: unknown extends Defaults["appendInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendInnerIcon"];
110
110
  };
111
111
  bgColor: unknown extends Defaults["bgColor"] ? StringConstructor : {
112
112
  type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
@@ -117,14 +117,14 @@ export declare const makeVTextFieldProps: <Defaults extends {
117
117
  default: unknown extends Defaults["clearable"] ? boolean : boolean | Defaults["clearable"];
118
118
  };
119
119
  clearIcon: unknown extends Defaults["clearIcon"] ? {
120
- type: PropType<import("../../composables/icons").IconValue>;
120
+ type: PropType<import("../../composables/icons.js").IconValue>;
121
121
  default: string;
122
122
  } : Omit<{
123
- type: PropType<import("../../composables/icons").IconValue>;
123
+ type: PropType<import("../../composables/icons.js").IconValue>;
124
124
  default: string;
125
125
  }, "type" | "default"> & {
126
- type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
127
- default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
126
+ type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
127
+ default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
128
128
  };
129
129
  active: unknown extends Defaults["active"] ? BooleanConstructor : {
130
130
  type: PropType<unknown extends Defaults["active"] ? boolean : boolean | Defaults["active"]>;
@@ -178,9 +178,9 @@ export declare const makeVTextFieldProps: <Defaults extends {
178
178
  type: PropType<unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"]>;
179
179
  default: unknown extends Defaults["persistentClear"] ? boolean : boolean | Defaults["persistentClear"];
180
180
  };
181
- prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
182
- type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
183
- default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
181
+ prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
182
+ type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
183
+ default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
184
184
  };
185
185
  reverse: unknown extends Defaults["reverse"] ? BooleanConstructor : {
186
186
  type: PropType<unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"]>;
@@ -257,14 +257,14 @@ export declare const makeVTextFieldProps: <Defaults extends {
257
257
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
258
258
  };
259
259
  rules: unknown extends Defaults["rules"] ? {
260
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
260
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
261
261
  default: () => never[];
262
262
  } : Omit<{
263
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
263
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
264
264
  default: () => never[];
265
265
  }, "type" | "default"> & {
266
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
267
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
266
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
267
+ default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
268
268
  };
269
269
  modelValue: unknown extends Defaults["modelValue"] ? null : {
270
270
  type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
@@ -291,28 +291,28 @@ export declare const makeVTextFieldProps: <Defaults extends {
291
291
  default: unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"];
292
292
  };
293
293
  density: unknown extends Defaults["density"] ? {
294
- type: PropType<import("../../composables/density").Density>;
294
+ type: PropType<import("../../composables/density.js").Density>;
295
295
  default: string;
296
296
  validator: (v: any) => boolean;
297
297
  } : Omit<{
298
- type: PropType<import("../../composables/density").Density>;
298
+ type: PropType<import("../../composables/density.js").Density>;
299
299
  default: string;
300
300
  validator: (v: any) => boolean;
301
301
  }, "type" | "default"> & {
302
- type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
303
- default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
302
+ type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
303
+ default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
304
304
  };
305
305
  id: unknown extends Defaults["id"] ? StringConstructor : {
306
306
  type: PropType<unknown extends Defaults["id"] ? string : string | Defaults["id"]>;
307
307
  default: unknown extends Defaults["id"] ? string : string | Defaults["id"];
308
308
  };
309
- appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
310
- type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
311
- default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
309
+ appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
310
+ type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
311
+ default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
312
312
  };
313
- prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons").IconValue> : {
314
- type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
315
- default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
313
+ prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
314
+ type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
315
+ default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
316
316
  };
317
317
  hideDetails: unknown extends Defaults["hideDetails"] ? PropType<boolean | "auto"> : {
318
318
  type: PropType<unknown extends Defaults["hideDetails"] ? boolean | "auto" : boolean | "auto" | Defaults["hideDetails"]>;
@@ -432,10 +432,10 @@ export declare const VTextField: {
432
432
  focused: boolean;
433
433
  errorMessages: string | readonly string[] | null;
434
434
  maxErrors: string | number;
435
- rules: readonly import("../../composables/validation").ValidationRule[];
435
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
436
436
  tile: boolean;
437
- density: import("../../composables/density").Density;
438
- clearIcon: import("../../composables/icons").IconValue;
437
+ density: import("../../composables/density.js").Density;
438
+ clearIcon: import("../../composables/icons.js").IconValue;
439
439
  hideSpinButtons: boolean;
440
440
  persistentHint: boolean;
441
441
  clearable: boolean;
@@ -466,10 +466,10 @@ export declare const VTextField: {
466
466
  rounded?: string | number | boolean | undefined;
467
467
  baseColor?: string | undefined;
468
468
  bgColor?: string | undefined;
469
- prependIcon?: import("../../composables/icons").IconValue | undefined;
470
- appendIcon?: import("../../composables/icons").IconValue | undefined;
471
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
472
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
469
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
470
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
471
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
472
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
473
473
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
474
474
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
475
475
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -483,56 +483,56 @@ export declare const VTextField: {
483
483
  modelModifiers?: Record<string, boolean> | undefined;
484
484
  } & {
485
485
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
486
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
487
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
486
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
487
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
488
488
  props: Record<string, any>;
489
489
  }) => import("vue").VNodeChild) | undefined;
490
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
491
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
490
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
491
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
492
492
  label: string | undefined;
493
493
  props: Record<string, any>;
494
494
  }) => import("vue").VNodeChild) | undefined;
495
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
496
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
497
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
498
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
499
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
495
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
496
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
497
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
498
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
499
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
500
500
  default?: (() => import("vue").VNodeChild) | undefined;
501
501
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
502
502
  };
503
503
  'v-slots'?: {
504
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
505
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
504
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
505
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
506
506
  props: Record<string, any>;
507
507
  }) => import("vue").VNodeChild) | undefined;
508
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
509
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
508
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
509
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
510
510
  label: string | undefined;
511
511
  props: Record<string, any>;
512
512
  }) => import("vue").VNodeChild) | undefined;
513
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
514
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
515
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
516
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
517
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
513
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
514
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
515
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
516
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
517
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
518
518
  default?: false | (() => import("vue").VNodeChild) | undefined;
519
519
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
520
520
  } | undefined;
521
521
  } & {
522
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
523
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
522
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
523
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
524
524
  props: Record<string, any>;
525
525
  }) => import("vue").VNodeChild) | undefined;
526
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
527
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
526
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
527
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
528
528
  label: string | undefined;
529
529
  props: Record<string, any>;
530
530
  }) => import("vue").VNodeChild) | undefined;
531
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
532
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
533
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
534
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
535
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
531
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
532
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
533
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
534
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
535
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
536
536
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
537
537
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
538
538
  } & {
@@ -553,8 +553,8 @@ export declare const VTextField: {
553
553
  focused: boolean;
554
554
  errorMessages: string | readonly string[] | null;
555
555
  maxErrors: string | number;
556
- rules: readonly import("../../composables/validation").ValidationRule[];
557
- density: import("../../composables/density").Density;
556
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
557
+ density: import("../../composables/density.js").Density;
558
558
  centerAffix: boolean;
559
559
  hideSpinButtons: boolean;
560
560
  persistentHint: boolean;
@@ -568,8 +568,8 @@ export declare const VTextField: {
568
568
  focused: boolean;
569
569
  errorMessages: string | readonly string[] | null;
570
570
  maxErrors: string | number;
571
- rules: readonly import("../../composables/validation").ValidationRule[];
572
- density: import("../../composables/density").Density;
571
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
572
+ density: import("../../composables/density.js").Density;
573
573
  centerAffix: boolean;
574
574
  hideSpinButtons: boolean;
575
575
  persistentHint: boolean;
@@ -584,8 +584,8 @@ export declare const VTextField: {
584
584
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
585
585
  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;
586
586
  validationValue?: any;
587
- prependIcon?: import("../../composables/icons").IconValue | undefined;
588
- appendIcon?: import("../../composables/icons").IconValue | undefined;
587
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
588
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
589
589
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
590
590
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
591
591
  hint?: string | undefined;
@@ -598,11 +598,11 @@ export declare const VTextField: {
598
598
  [x: string]: unknown;
599
599
  };
600
600
  $slots: Readonly<{
601
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
602
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
603
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
604
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
605
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
601
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
602
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
603
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
604
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
605
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
606
606
  }>;
607
607
  $root: import("vue").ComponentPublicInstance | null;
608
608
  $parent: import("vue").ComponentPublicInstance | null;
@@ -619,8 +619,8 @@ export declare const VTextField: {
619
619
  focused: boolean;
620
620
  errorMessages: string | readonly string[] | null;
621
621
  maxErrors: string | number;
622
- rules: readonly import("../../composables/validation").ValidationRule[];
623
- density: import("../../composables/density").Density;
622
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
623
+ density: import("../../composables/density.js").Density;
624
624
  centerAffix: boolean;
625
625
  hideSpinButtons: boolean;
626
626
  persistentHint: boolean;
@@ -636,8 +636,8 @@ export declare const VTextField: {
636
636
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
637
637
  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;
638
638
  validationValue?: any;
639
- prependIcon?: import("../../composables/icons").IconValue | undefined;
640
- appendIcon?: import("../../composables/icons").IconValue | undefined;
639
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
640
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
641
641
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
642
642
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
643
643
  hint?: string | undefined;
@@ -660,17 +660,17 @@ export declare const VTextField: {
660
660
  focused: boolean;
661
661
  errorMessages: string | readonly string[] | null;
662
662
  maxErrors: string | number;
663
- rules: readonly import("../../composables/validation").ValidationRule[];
664
- density: import("../../composables/density").Density;
663
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
664
+ density: import("../../composables/density.js").Density;
665
665
  centerAffix: boolean;
666
666
  hideSpinButtons: boolean;
667
667
  persistentHint: boolean;
668
668
  }, {}, string, import("vue").SlotsType<Partial<{
669
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
670
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
671
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
672
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
673
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
669
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
670
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
671
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
672
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
673
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
674
674
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
675
675
  beforeCreate?: (() => void) | (() => void)[];
676
676
  created?: (() => void) | (() => void)[];
@@ -701,8 +701,8 @@ export declare const VTextField: {
701
701
  focused: boolean;
702
702
  errorMessages: string | readonly string[] | null;
703
703
  maxErrors: string | number;
704
- rules: readonly import("../../composables/validation").ValidationRule[];
705
- density: import("../../composables/density").Density;
704
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
705
+ density: import("../../composables/density.js").Density;
706
706
  centerAffix: boolean;
707
707
  hideSpinButtons: boolean;
708
708
  persistentHint: boolean;
@@ -716,8 +716,8 @@ export declare const VTextField: {
716
716
  focused: boolean;
717
717
  errorMessages: string | readonly string[] | null;
718
718
  maxErrors: string | number;
719
- rules: readonly import("../../composables/validation").ValidationRule[];
720
- density: import("../../composables/density").Density;
719
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
720
+ density: import("../../composables/density.js").Density;
721
721
  centerAffix: boolean;
722
722
  hideSpinButtons: boolean;
723
723
  persistentHint: boolean;
@@ -733,8 +733,8 @@ export declare const VTextField: {
733
733
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
734
734
  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;
735
735
  validationValue?: any;
736
- prependIcon?: import("../../composables/icons").IconValue | undefined;
737
- appendIcon?: import("../../composables/icons").IconValue | undefined;
736
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
737
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
738
738
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
739
739
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
740
740
  hint?: string | undefined;
@@ -745,7 +745,7 @@ export declare const VTextField: {
745
745
  validate: (silent?: boolean) => Promise<string[]>;
746
746
  isValid: import("vue").ComputedRef<boolean | null>;
747
747
  errorMessages: import("vue").ComputedRef<string[]>;
748
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
748
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
749
749
  modelValue?: unknown;
750
750
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
751
751
  }, 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}`> & Omit<Omit<{
@@ -762,7 +762,7 @@ export declare const VTextField: {
762
762
  focused: boolean;
763
763
  rounded: string | number | boolean;
764
764
  tile: boolean;
765
- clearIcon: import("../../composables/icons").IconValue;
765
+ clearIcon: import("../../composables/icons.js").IconValue;
766
766
  centerAffix: boolean;
767
767
  clearable: boolean;
768
768
  dirty: boolean;
@@ -778,7 +778,7 @@ export declare const VTextField: {
778
778
  disabled: boolean;
779
779
  focused: boolean;
780
780
  tile: boolean;
781
- clearIcon: import("../../composables/icons").IconValue;
781
+ clearIcon: import("../../composables/icons.js").IconValue;
782
782
  clearable: boolean;
783
783
  dirty: boolean;
784
784
  persistentClear: boolean;
@@ -793,8 +793,8 @@ export declare const VTextField: {
793
793
  rounded?: string | number | boolean | undefined;
794
794
  baseColor?: string | undefined;
795
795
  bgColor?: string | undefined;
796
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
797
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
796
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
797
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
798
798
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
799
799
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
800
800
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -807,17 +807,17 @@ export declare const VTextField: {
807
807
  [x: string]: unknown;
808
808
  };
809
809
  $slots: Readonly<{
810
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
810
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
811
811
  props: Record<string, any>;
812
812
  }) => import("vue").VNode[]) | undefined;
813
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
814
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
815
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
813
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
814
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
815
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
816
816
  label: string | undefined;
817
817
  props: Record<string, any>;
818
818
  }) => import("vue").VNode[]) | undefined;
819
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[]) | undefined;
820
- default?: ((arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[]) | undefined;
819
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[]) | undefined;
820
+ default?: ((arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[]) | undefined;
821
821
  }>;
822
822
  $root: import("vue").ComponentPublicInstance | null;
823
823
  $parent: import("vue").ComponentPublicInstance | null;
@@ -834,7 +834,7 @@ export declare const VTextField: {
834
834
  disabled: boolean;
835
835
  focused: boolean;
836
836
  tile: boolean;
837
- clearIcon: import("../../composables/icons").IconValue;
837
+ clearIcon: import("../../composables/icons.js").IconValue;
838
838
  clearable: boolean;
839
839
  dirty: boolean;
840
840
  persistentClear: boolean;
@@ -850,8 +850,8 @@ export declare const VTextField: {
850
850
  rounded?: string | number | boolean | undefined;
851
851
  baseColor?: string | undefined;
852
852
  bgColor?: string | undefined;
853
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
854
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
853
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
854
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
855
855
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
856
856
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
857
857
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -874,24 +874,24 @@ export declare const VTextField: {
874
874
  focused: boolean;
875
875
  rounded: string | number | boolean;
876
876
  tile: boolean;
877
- clearIcon: import("../../composables/icons").IconValue;
877
+ clearIcon: import("../../composables/icons.js").IconValue;
878
878
  centerAffix: boolean;
879
879
  clearable: boolean;
880
880
  dirty: boolean;
881
881
  persistentClear: boolean;
882
882
  singleLine: boolean;
883
883
  }, {}, string, import("vue").SlotsType<Partial<{
884
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
884
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
885
885
  props: Record<string, any>;
886
886
  }) => import("vue").VNode[];
887
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
888
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
889
- label: (arg: import("../VField/VField").DefaultInputSlot & {
887
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
888
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
889
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
890
890
  label: string | undefined;
891
891
  props: Record<string, any>;
892
892
  }) => import("vue").VNode[];
893
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
894
- default: (arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[];
893
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
894
+ default: (arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[];
895
895
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
896
896
  beforeCreate?: (() => void) | (() => void)[];
897
897
  created?: (() => void) | (() => void)[];
@@ -923,7 +923,7 @@ export declare const VTextField: {
923
923
  focused: boolean;
924
924
  rounded: string | number | boolean;
925
925
  tile: boolean;
926
- clearIcon: import("../../composables/icons").IconValue;
926
+ clearIcon: import("../../composables/icons.js").IconValue;
927
927
  centerAffix: boolean;
928
928
  clearable: boolean;
929
929
  dirty: boolean;
@@ -939,7 +939,7 @@ export declare const VTextField: {
939
939
  disabled: boolean;
940
940
  focused: boolean;
941
941
  tile: boolean;
942
- clearIcon: import("../../composables/icons").IconValue;
942
+ clearIcon: import("../../composables/icons.js").IconValue;
943
943
  clearable: boolean;
944
944
  dirty: boolean;
945
945
  persistentClear: boolean;
@@ -955,8 +955,8 @@ export declare const VTextField: {
955
955
  rounded?: string | number | boolean | undefined;
956
956
  baseColor?: string | undefined;
957
957
  bgColor?: string | undefined;
958
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
959
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
958
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
959
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
960
960
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
961
961
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
962
962
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -965,7 +965,7 @@ export declare const VTextField: {
965
965
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
966
966
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & import("vue").ShallowUnwrapRef<{
967
967
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
968
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
968
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
969
969
  modelValue?: unknown;
970
970
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
971
971
  }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
@@ -999,11 +999,11 @@ export declare const VTextField: {
999
999
  focused: boolean;
1000
1000
  errorMessages: string | readonly string[] | null;
1001
1001
  maxErrors: string | number;
1002
- rules: readonly import("../../composables/validation").ValidationRule[];
1002
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1003
1003
  rounded: string | number | boolean;
1004
1004
  tile: boolean;
1005
- density: import("../../composables/density").Density;
1006
- clearIcon: import("../../composables/icons").IconValue;
1005
+ density: import("../../composables/density.js").Density;
1006
+ clearIcon: import("../../composables/icons.js").IconValue;
1007
1007
  centerAffix: boolean;
1008
1008
  hideSpinButtons: boolean;
1009
1009
  persistentHint: boolean;
@@ -1014,20 +1014,20 @@ export declare const VTextField: {
1014
1014
  persistentPlaceholder: boolean;
1015
1015
  persistentCounter: boolean;
1016
1016
  }, true, {}, import("vue").SlotsType<Partial<{
1017
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1018
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
1017
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1018
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
1019
1019
  props: Record<string, any>;
1020
1020
  }) => import("vue").VNode[];
1021
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1022
- label: (arg: import("../VField/VField").DefaultInputSlot & {
1021
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1022
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
1023
1023
  label: string | undefined;
1024
1024
  props: Record<string, any>;
1025
1025
  }) => import("vue").VNode[];
1026
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1027
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1028
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
1029
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1030
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1026
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1027
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1028
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
1029
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1030
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1031
1031
  default: () => import("vue").VNode[];
1032
1032
  counter: (arg: VCounterSlot) => import("vue").VNode[];
1033
1033
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1053,10 +1053,10 @@ export declare const VTextField: {
1053
1053
  focused: boolean;
1054
1054
  errorMessages: string | readonly string[] | null;
1055
1055
  maxErrors: string | number;
1056
- rules: readonly import("../../composables/validation").ValidationRule[];
1056
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1057
1057
  tile: boolean;
1058
- density: import("../../composables/density").Density;
1059
- clearIcon: import("../../composables/icons").IconValue;
1058
+ density: import("../../composables/density.js").Density;
1059
+ clearIcon: import("../../composables/icons.js").IconValue;
1060
1060
  hideSpinButtons: boolean;
1061
1061
  persistentHint: boolean;
1062
1062
  clearable: boolean;
@@ -1087,10 +1087,10 @@ export declare const VTextField: {
1087
1087
  rounded?: string | number | boolean | undefined;
1088
1088
  baseColor?: string | undefined;
1089
1089
  bgColor?: string | undefined;
1090
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1091
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1092
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1093
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1090
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1091
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1092
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1093
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1094
1094
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1095
1095
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1096
1096
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1104,56 +1104,56 @@ export declare const VTextField: {
1104
1104
  modelModifiers?: Record<string, boolean> | undefined;
1105
1105
  } & {
1106
1106
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1107
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1108
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
1107
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1108
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1109
1109
  props: Record<string, any>;
1110
1110
  }) => import("vue").VNodeChild) | undefined;
1111
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1112
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
1111
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1112
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1113
1113
  label: string | undefined;
1114
1114
  props: Record<string, any>;
1115
1115
  }) => import("vue").VNodeChild) | undefined;
1116
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1117
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1118
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1119
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1120
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1116
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1117
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1118
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1119
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1120
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1121
1121
  default?: (() => import("vue").VNodeChild) | undefined;
1122
1122
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1123
1123
  };
1124
1124
  'v-slots'?: {
1125
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1126
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1125
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1126
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1127
1127
  props: Record<string, any>;
1128
1128
  }) => import("vue").VNodeChild) | undefined;
1129
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1130
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1129
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1130
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1131
1131
  label: string | undefined;
1132
1132
  props: Record<string, any>;
1133
1133
  }) => import("vue").VNodeChild) | undefined;
1134
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1135
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1136
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1137
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1138
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1134
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1135
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1136
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1137
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1138
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1139
1139
  default?: false | (() => import("vue").VNodeChild) | undefined;
1140
1140
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1141
1141
  } | undefined;
1142
1142
  } & {
1143
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1144
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1143
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1144
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1145
1145
  props: Record<string, any>;
1146
1146
  }) => import("vue").VNodeChild) | undefined;
1147
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1148
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1147
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1148
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1149
1149
  label: string | undefined;
1150
1150
  props: Record<string, any>;
1151
1151
  }) => import("vue").VNodeChild) | undefined;
1152
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1153
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1154
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1155
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1156
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1152
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1153
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1154
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1155
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1156
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1157
1157
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1158
1158
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1159
1159
  } & {
@@ -1174,8 +1174,8 @@ export declare const VTextField: {
1174
1174
  focused: boolean;
1175
1175
  errorMessages: string | readonly string[] | null;
1176
1176
  maxErrors: string | number;
1177
- rules: readonly import("../../composables/validation").ValidationRule[];
1178
- density: import("../../composables/density").Density;
1177
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1178
+ density: import("../../composables/density.js").Density;
1179
1179
  centerAffix: boolean;
1180
1180
  hideSpinButtons: boolean;
1181
1181
  persistentHint: boolean;
@@ -1189,8 +1189,8 @@ export declare const VTextField: {
1189
1189
  focused: boolean;
1190
1190
  errorMessages: string | readonly string[] | null;
1191
1191
  maxErrors: string | number;
1192
- rules: readonly import("../../composables/validation").ValidationRule[];
1193
- density: import("../../composables/density").Density;
1192
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1193
+ density: import("../../composables/density.js").Density;
1194
1194
  centerAffix: boolean;
1195
1195
  hideSpinButtons: boolean;
1196
1196
  persistentHint: boolean;
@@ -1205,8 +1205,8 @@ export declare const VTextField: {
1205
1205
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1206
1206
  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;
1207
1207
  validationValue?: any;
1208
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1209
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1208
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1209
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1210
1210
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1211
1211
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1212
1212
  hint?: string | undefined;
@@ -1219,11 +1219,11 @@ export declare const VTextField: {
1219
1219
  [x: string]: unknown;
1220
1220
  };
1221
1221
  $slots: Readonly<{
1222
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1223
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1224
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1225
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1226
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1222
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1223
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1224
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1225
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1226
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1227
1227
  }>;
1228
1228
  $root: import("vue").ComponentPublicInstance | null;
1229
1229
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1240,8 +1240,8 @@ export declare const VTextField: {
1240
1240
  focused: boolean;
1241
1241
  errorMessages: string | readonly string[] | null;
1242
1242
  maxErrors: string | number;
1243
- rules: readonly import("../../composables/validation").ValidationRule[];
1244
- density: import("../../composables/density").Density;
1243
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1244
+ density: import("../../composables/density.js").Density;
1245
1245
  centerAffix: boolean;
1246
1246
  hideSpinButtons: boolean;
1247
1247
  persistentHint: boolean;
@@ -1257,8 +1257,8 @@ export declare const VTextField: {
1257
1257
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1258
1258
  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;
1259
1259
  validationValue?: any;
1260
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1261
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1260
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1261
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1262
1262
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1263
1263
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1264
1264
  hint?: string | undefined;
@@ -1281,17 +1281,17 @@ export declare const VTextField: {
1281
1281
  focused: boolean;
1282
1282
  errorMessages: string | readonly string[] | null;
1283
1283
  maxErrors: string | number;
1284
- rules: readonly import("../../composables/validation").ValidationRule[];
1285
- density: import("../../composables/density").Density;
1284
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1285
+ density: import("../../composables/density.js").Density;
1286
1286
  centerAffix: boolean;
1287
1287
  hideSpinButtons: boolean;
1288
1288
  persistentHint: boolean;
1289
1289
  }, {}, string, import("vue").SlotsType<Partial<{
1290
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1291
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1292
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1293
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1294
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1290
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1291
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1292
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1293
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1294
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1295
1295
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1296
1296
  beforeCreate?: (() => void) | (() => void)[];
1297
1297
  created?: (() => void) | (() => void)[];
@@ -1322,8 +1322,8 @@ export declare const VTextField: {
1322
1322
  focused: boolean;
1323
1323
  errorMessages: string | readonly string[] | null;
1324
1324
  maxErrors: string | number;
1325
- rules: readonly import("../../composables/validation").ValidationRule[];
1326
- density: import("../../composables/density").Density;
1325
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1326
+ density: import("../../composables/density.js").Density;
1327
1327
  centerAffix: boolean;
1328
1328
  hideSpinButtons: boolean;
1329
1329
  persistentHint: boolean;
@@ -1337,8 +1337,8 @@ export declare const VTextField: {
1337
1337
  focused: boolean;
1338
1338
  errorMessages: string | readonly string[] | null;
1339
1339
  maxErrors: string | number;
1340
- rules: readonly import("../../composables/validation").ValidationRule[];
1341
- density: import("../../composables/density").Density;
1340
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1341
+ density: import("../../composables/density.js").Density;
1342
1342
  centerAffix: boolean;
1343
1343
  hideSpinButtons: boolean;
1344
1344
  persistentHint: boolean;
@@ -1354,8 +1354,8 @@ export declare const VTextField: {
1354
1354
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1355
1355
  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;
1356
1356
  validationValue?: any;
1357
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1358
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1357
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1358
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1359
1359
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1360
1360
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1361
1361
  hint?: string | undefined;
@@ -1366,7 +1366,7 @@ export declare const VTextField: {
1366
1366
  validate: (silent?: boolean) => Promise<string[]>;
1367
1367
  isValid: import("vue").ComputedRef<boolean | null>;
1368
1368
  errorMessages: import("vue").ComputedRef<string[]>;
1369
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1369
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1370
1370
  modelValue?: unknown;
1371
1371
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1372
1372
  }, 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}`> & Omit<Omit<{
@@ -1383,7 +1383,7 @@ export declare const VTextField: {
1383
1383
  focused: boolean;
1384
1384
  rounded: string | number | boolean;
1385
1385
  tile: boolean;
1386
- clearIcon: import("../../composables/icons").IconValue;
1386
+ clearIcon: import("../../composables/icons.js").IconValue;
1387
1387
  centerAffix: boolean;
1388
1388
  clearable: boolean;
1389
1389
  dirty: boolean;
@@ -1399,7 +1399,7 @@ export declare const VTextField: {
1399
1399
  disabled: boolean;
1400
1400
  focused: boolean;
1401
1401
  tile: boolean;
1402
- clearIcon: import("../../composables/icons").IconValue;
1402
+ clearIcon: import("../../composables/icons.js").IconValue;
1403
1403
  clearable: boolean;
1404
1404
  dirty: boolean;
1405
1405
  persistentClear: boolean;
@@ -1414,8 +1414,8 @@ export declare const VTextField: {
1414
1414
  rounded?: string | number | boolean | undefined;
1415
1415
  baseColor?: string | undefined;
1416
1416
  bgColor?: string | undefined;
1417
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1418
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1417
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1418
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1419
1419
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1420
1420
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1421
1421
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1428,17 +1428,17 @@ export declare const VTextField: {
1428
1428
  [x: string]: unknown;
1429
1429
  };
1430
1430
  $slots: Readonly<{
1431
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
1431
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1432
1432
  props: Record<string, any>;
1433
1433
  }) => import("vue").VNode[]) | undefined;
1434
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
1435
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
1436
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
1434
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
1435
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
1436
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1437
1437
  label: string | undefined;
1438
1438
  props: Record<string, any>;
1439
1439
  }) => import("vue").VNode[]) | undefined;
1440
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[]) | undefined;
1441
- default?: ((arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[]) | undefined;
1440
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[]) | undefined;
1441
+ default?: ((arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[]) | undefined;
1442
1442
  }>;
1443
1443
  $root: import("vue").ComponentPublicInstance | null;
1444
1444
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1455,7 +1455,7 @@ export declare const VTextField: {
1455
1455
  disabled: boolean;
1456
1456
  focused: boolean;
1457
1457
  tile: boolean;
1458
- clearIcon: import("../../composables/icons").IconValue;
1458
+ clearIcon: import("../../composables/icons.js").IconValue;
1459
1459
  clearable: boolean;
1460
1460
  dirty: boolean;
1461
1461
  persistentClear: boolean;
@@ -1471,8 +1471,8 @@ export declare const VTextField: {
1471
1471
  rounded?: string | number | boolean | undefined;
1472
1472
  baseColor?: string | undefined;
1473
1473
  bgColor?: string | undefined;
1474
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1475
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1474
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1475
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1476
1476
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1477
1477
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1478
1478
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1495,24 +1495,24 @@ export declare const VTextField: {
1495
1495
  focused: boolean;
1496
1496
  rounded: string | number | boolean;
1497
1497
  tile: boolean;
1498
- clearIcon: import("../../composables/icons").IconValue;
1498
+ clearIcon: import("../../composables/icons.js").IconValue;
1499
1499
  centerAffix: boolean;
1500
1500
  clearable: boolean;
1501
1501
  dirty: boolean;
1502
1502
  persistentClear: boolean;
1503
1503
  singleLine: boolean;
1504
1504
  }, {}, string, import("vue").SlotsType<Partial<{
1505
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
1505
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
1506
1506
  props: Record<string, any>;
1507
1507
  }) => import("vue").VNode[];
1508
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1509
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
1510
- label: (arg: import("../VField/VField").DefaultInputSlot & {
1508
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1509
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
1510
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
1511
1511
  label: string | undefined;
1512
1512
  props: Record<string, any>;
1513
1513
  }) => import("vue").VNode[];
1514
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
1515
- default: (arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[];
1514
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
1515
+ default: (arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[];
1516
1516
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1517
1517
  beforeCreate?: (() => void) | (() => void)[];
1518
1518
  created?: (() => void) | (() => void)[];
@@ -1544,7 +1544,7 @@ export declare const VTextField: {
1544
1544
  focused: boolean;
1545
1545
  rounded: string | number | boolean;
1546
1546
  tile: boolean;
1547
- clearIcon: import("../../composables/icons").IconValue;
1547
+ clearIcon: import("../../composables/icons.js").IconValue;
1548
1548
  centerAffix: boolean;
1549
1549
  clearable: boolean;
1550
1550
  dirty: boolean;
@@ -1560,7 +1560,7 @@ export declare const VTextField: {
1560
1560
  disabled: boolean;
1561
1561
  focused: boolean;
1562
1562
  tile: boolean;
1563
- clearIcon: import("../../composables/icons").IconValue;
1563
+ clearIcon: import("../../composables/icons.js").IconValue;
1564
1564
  clearable: boolean;
1565
1565
  dirty: boolean;
1566
1566
  persistentClear: boolean;
@@ -1576,8 +1576,8 @@ export declare const VTextField: {
1576
1576
  rounded?: string | number | boolean | undefined;
1577
1577
  baseColor?: string | undefined;
1578
1578
  bgColor?: string | undefined;
1579
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1580
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1579
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1580
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1581
1581
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1582
1582
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1583
1583
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1586,7 +1586,7 @@ export declare const VTextField: {
1586
1586
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1587
1587
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & import("vue").ShallowUnwrapRef<{
1588
1588
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1589
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1589
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1590
1590
  modelValue?: unknown;
1591
1591
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1592
1592
  }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
@@ -1615,11 +1615,11 @@ export declare const VTextField: {
1615
1615
  focused: boolean;
1616
1616
  errorMessages: string | readonly string[] | null;
1617
1617
  maxErrors: string | number;
1618
- rules: readonly import("../../composables/validation").ValidationRule[];
1618
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1619
1619
  rounded: string | number | boolean;
1620
1620
  tile: boolean;
1621
- density: import("../../composables/density").Density;
1622
- clearIcon: import("../../composables/icons").IconValue;
1621
+ density: import("../../composables/density.js").Density;
1622
+ clearIcon: import("../../composables/icons.js").IconValue;
1623
1623
  centerAffix: boolean;
1624
1624
  hideSpinButtons: boolean;
1625
1625
  persistentHint: boolean;
@@ -1649,10 +1649,10 @@ export declare const VTextField: {
1649
1649
  focused: boolean;
1650
1650
  errorMessages: string | readonly string[] | null;
1651
1651
  maxErrors: string | number;
1652
- rules: readonly import("../../composables/validation").ValidationRule[];
1652
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1653
1653
  tile: boolean;
1654
- density: import("../../composables/density").Density;
1655
- clearIcon: import("../../composables/icons").IconValue;
1654
+ density: import("../../composables/density.js").Density;
1655
+ clearIcon: import("../../composables/icons.js").IconValue;
1656
1656
  hideSpinButtons: boolean;
1657
1657
  persistentHint: boolean;
1658
1658
  clearable: boolean;
@@ -1683,10 +1683,10 @@ export declare const VTextField: {
1683
1683
  rounded?: string | number | boolean | undefined;
1684
1684
  baseColor?: string | undefined;
1685
1685
  bgColor?: string | undefined;
1686
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1687
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1688
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
1689
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
1686
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1687
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1688
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1689
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1690
1690
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1691
1691
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1692
1692
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1700,56 +1700,56 @@ export declare const VTextField: {
1700
1700
  modelModifiers?: Record<string, boolean> | undefined;
1701
1701
  } & {
1702
1702
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
1703
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1704
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
1703
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1704
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1705
1705
  props: Record<string, any>;
1706
1706
  }) => import("vue").VNodeChild) | undefined;
1707
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1708
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
1707
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1708
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
1709
1709
  label: string | undefined;
1710
1710
  props: Record<string, any>;
1711
1711
  }) => import("vue").VNodeChild) | undefined;
1712
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1713
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1714
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1715
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1716
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1712
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1713
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1714
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1715
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1716
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1717
1717
  default?: (() => import("vue").VNodeChild) | undefined;
1718
1718
  counter?: ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1719
1719
  };
1720
1720
  'v-slots'?: {
1721
- message?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1722
- clear?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1721
+ message?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1722
+ clear?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1723
1723
  props: Record<string, any>;
1724
1724
  }) => import("vue").VNodeChild) | undefined;
1725
- details?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1726
- label?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1725
+ details?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1726
+ label?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1727
1727
  label: string | undefined;
1728
1728
  props: Record<string, any>;
1729
1729
  }) => import("vue").VNodeChild) | undefined;
1730
- append?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1731
- prepend?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1732
- loader?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1733
- 'prepend-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1734
- 'append-inner'?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1730
+ append?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1731
+ prepend?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1732
+ loader?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1733
+ 'prepend-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1734
+ 'append-inner'?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1735
1735
  default?: false | (() => import("vue").VNodeChild) | undefined;
1736
1736
  counter?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1737
1737
  } | undefined;
1738
1738
  } & {
1739
- "v-slot:message"?: false | ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNodeChild) | undefined;
1740
- "v-slot:clear"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1739
+ "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1740
+ "v-slot:clear"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1741
1741
  props: Record<string, any>;
1742
1742
  }) => import("vue").VNodeChild) | undefined;
1743
- "v-slot:details"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1744
- "v-slot:label"?: false | ((arg: import("../VField/VField").DefaultInputSlot & {
1743
+ "v-slot:details"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1744
+ "v-slot:label"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot & {
1745
1745
  label: string | undefined;
1746
1746
  props: Record<string, any>;
1747
1747
  }) => import("vue").VNodeChild) | undefined;
1748
- "v-slot:append"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1749
- "v-slot:prepend"?: false | ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNodeChild) | undefined;
1750
- "v-slot:loader"?: false | ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1751
- "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1752
- "v-slot:append-inner"?: false | ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1748
+ "v-slot:append"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1749
+ "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1750
+ "v-slot:loader"?: false | ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNodeChild) | undefined;
1751
+ "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1752
+ "v-slot:append-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1753
1753
  "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1754
1754
  "v-slot:counter"?: false | ((arg: VCounterSlot) => import("vue").VNodeChild) | undefined;
1755
1755
  } & {
@@ -1770,8 +1770,8 @@ export declare const VTextField: {
1770
1770
  focused: boolean;
1771
1771
  errorMessages: string | readonly string[] | null;
1772
1772
  maxErrors: string | number;
1773
- rules: readonly import("../../composables/validation").ValidationRule[];
1774
- density: import("../../composables/density").Density;
1773
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1774
+ density: import("../../composables/density.js").Density;
1775
1775
  centerAffix: boolean;
1776
1776
  hideSpinButtons: boolean;
1777
1777
  persistentHint: boolean;
@@ -1785,8 +1785,8 @@ export declare const VTextField: {
1785
1785
  focused: boolean;
1786
1786
  errorMessages: string | readonly string[] | null;
1787
1787
  maxErrors: string | number;
1788
- rules: readonly import("../../composables/validation").ValidationRule[];
1789
- density: import("../../composables/density").Density;
1788
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1789
+ density: import("../../composables/density.js").Density;
1790
1790
  centerAffix: boolean;
1791
1791
  hideSpinButtons: boolean;
1792
1792
  persistentHint: boolean;
@@ -1801,8 +1801,8 @@ export declare const VTextField: {
1801
1801
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1802
1802
  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;
1803
1803
  validationValue?: any;
1804
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1805
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1804
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1805
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1806
1806
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1807
1807
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1808
1808
  hint?: string | undefined;
@@ -1815,11 +1815,11 @@ export declare const VTextField: {
1815
1815
  [x: string]: unknown;
1816
1816
  };
1817
1817
  $slots: Readonly<{
1818
- default?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1819
- prepend?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1820
- append?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1821
- details?: ((arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[]) | undefined;
1822
- message?: ((arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[]) | undefined;
1818
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1819
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1820
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1821
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1822
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1823
1823
  }>;
1824
1824
  $root: import("vue").ComponentPublicInstance | null;
1825
1825
  $parent: import("vue").ComponentPublicInstance | null;
@@ -1836,8 +1836,8 @@ export declare const VTextField: {
1836
1836
  focused: boolean;
1837
1837
  errorMessages: string | readonly string[] | null;
1838
1838
  maxErrors: string | number;
1839
- rules: readonly import("../../composables/validation").ValidationRule[];
1840
- density: import("../../composables/density").Density;
1839
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1840
+ density: import("../../composables/density.js").Density;
1841
1841
  centerAffix: boolean;
1842
1842
  hideSpinButtons: boolean;
1843
1843
  persistentHint: boolean;
@@ -1853,8 +1853,8 @@ export declare const VTextField: {
1853
1853
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1854
1854
  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;
1855
1855
  validationValue?: any;
1856
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1857
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1856
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1857
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1858
1858
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1859
1859
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1860
1860
  hint?: string | undefined;
@@ -1877,17 +1877,17 @@ export declare const VTextField: {
1877
1877
  focused: boolean;
1878
1878
  errorMessages: string | readonly string[] | null;
1879
1879
  maxErrors: string | number;
1880
- rules: readonly import("../../composables/validation").ValidationRule[];
1881
- density: import("../../composables/density").Density;
1880
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1881
+ density: import("../../composables/density.js").Density;
1882
1882
  centerAffix: boolean;
1883
1883
  hideSpinButtons: boolean;
1884
1884
  persistentHint: boolean;
1885
1885
  }, {}, string, import("vue").SlotsType<Partial<{
1886
- default: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1887
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1888
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1889
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
1890
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
1886
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1887
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1888
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1889
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1890
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1891
1891
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1892
1892
  beforeCreate?: (() => void) | (() => void)[];
1893
1893
  created?: (() => void) | (() => void)[];
@@ -1918,8 +1918,8 @@ export declare const VTextField: {
1918
1918
  focused: boolean;
1919
1919
  errorMessages: string | readonly string[] | null;
1920
1920
  maxErrors: string | number;
1921
- rules: readonly import("../../composables/validation").ValidationRule[];
1922
- density: import("../../composables/density").Density;
1921
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1922
+ density: import("../../composables/density.js").Density;
1923
1923
  centerAffix: boolean;
1924
1924
  hideSpinButtons: boolean;
1925
1925
  persistentHint: boolean;
@@ -1933,8 +1933,8 @@ export declare const VTextField: {
1933
1933
  focused: boolean;
1934
1934
  errorMessages: string | readonly string[] | null;
1935
1935
  maxErrors: string | number;
1936
- rules: readonly import("../../composables/validation").ValidationRule[];
1937
- density: import("../../composables/density").Density;
1936
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
1937
+ density: import("../../composables/density.js").Density;
1938
1938
  centerAffix: boolean;
1939
1939
  hideSpinButtons: boolean;
1940
1940
  persistentHint: boolean;
@@ -1950,8 +1950,8 @@ export declare const VTextField: {
1950
1950
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1951
1951
  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;
1952
1952
  validationValue?: any;
1953
- prependIcon?: import("../../composables/icons").IconValue | undefined;
1954
- appendIcon?: import("../../composables/icons").IconValue | undefined;
1953
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1954
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1955
1955
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1956
1956
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1957
1957
  hint?: string | undefined;
@@ -1962,7 +1962,7 @@ export declare const VTextField: {
1962
1962
  validate: (silent?: boolean) => Promise<string[]>;
1963
1963
  isValid: import("vue").ComputedRef<boolean | null>;
1964
1964
  errorMessages: import("vue").ComputedRef<string[]>;
1965
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
1965
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1966
1966
  modelValue?: unknown;
1967
1967
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1968
1968
  }, 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}`> & Omit<Omit<{
@@ -1979,7 +1979,7 @@ export declare const VTextField: {
1979
1979
  focused: boolean;
1980
1980
  rounded: string | number | boolean;
1981
1981
  tile: boolean;
1982
- clearIcon: import("../../composables/icons").IconValue;
1982
+ clearIcon: import("../../composables/icons.js").IconValue;
1983
1983
  centerAffix: boolean;
1984
1984
  clearable: boolean;
1985
1985
  dirty: boolean;
@@ -1995,7 +1995,7 @@ export declare const VTextField: {
1995
1995
  disabled: boolean;
1996
1996
  focused: boolean;
1997
1997
  tile: boolean;
1998
- clearIcon: import("../../composables/icons").IconValue;
1998
+ clearIcon: import("../../composables/icons.js").IconValue;
1999
1999
  clearable: boolean;
2000
2000
  dirty: boolean;
2001
2001
  persistentClear: boolean;
@@ -2010,8 +2010,8 @@ export declare const VTextField: {
2010
2010
  rounded?: string | number | boolean | undefined;
2011
2011
  baseColor?: string | undefined;
2012
2012
  bgColor?: string | undefined;
2013
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
2014
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
2013
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2014
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2015
2015
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2016
2016
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2017
2017
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2024,17 +2024,17 @@ export declare const VTextField: {
2024
2024
  [x: string]: unknown;
2025
2025
  };
2026
2026
  $slots: Readonly<{
2027
- clear?: ((arg: import("../VField/VField").DefaultInputSlot & {
2027
+ clear?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
2028
2028
  props: Record<string, any>;
2029
2029
  }) => import("vue").VNode[]) | undefined;
2030
- 'prepend-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
2031
- 'append-inner'?: ((arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[]) | undefined;
2032
- label?: ((arg: import("../VField/VField").DefaultInputSlot & {
2030
+ 'prepend-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
2031
+ 'append-inner'?: ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[]) | undefined;
2032
+ label?: ((arg: import("../VField/VField.js").DefaultInputSlot & {
2033
2033
  label: string | undefined;
2034
2034
  props: Record<string, any>;
2035
2035
  }) => import("vue").VNode[]) | undefined;
2036
- loader?: ((arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[]) | undefined;
2037
- default?: ((arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[]) | undefined;
2036
+ loader?: ((arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[]) | undefined;
2037
+ default?: ((arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[]) | undefined;
2038
2038
  }>;
2039
2039
  $root: import("vue").ComponentPublicInstance | null;
2040
2040
  $parent: import("vue").ComponentPublicInstance | null;
@@ -2051,7 +2051,7 @@ export declare const VTextField: {
2051
2051
  disabled: boolean;
2052
2052
  focused: boolean;
2053
2053
  tile: boolean;
2054
- clearIcon: import("../../composables/icons").IconValue;
2054
+ clearIcon: import("../../composables/icons.js").IconValue;
2055
2055
  clearable: boolean;
2056
2056
  dirty: boolean;
2057
2057
  persistentClear: boolean;
@@ -2067,8 +2067,8 @@ export declare const VTextField: {
2067
2067
  rounded?: string | number | boolean | undefined;
2068
2068
  baseColor?: string | undefined;
2069
2069
  bgColor?: string | undefined;
2070
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
2071
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
2070
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2071
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2072
2072
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2073
2073
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2074
2074
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2091,24 +2091,24 @@ export declare const VTextField: {
2091
2091
  focused: boolean;
2092
2092
  rounded: string | number | boolean;
2093
2093
  tile: boolean;
2094
- clearIcon: import("../../composables/icons").IconValue;
2094
+ clearIcon: import("../../composables/icons.js").IconValue;
2095
2095
  centerAffix: boolean;
2096
2096
  clearable: boolean;
2097
2097
  dirty: boolean;
2098
2098
  persistentClear: boolean;
2099
2099
  singleLine: boolean;
2100
2100
  }, {}, string, import("vue").SlotsType<Partial<{
2101
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
2101
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
2102
2102
  props: Record<string, any>;
2103
2103
  }) => import("vue").VNode[];
2104
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2105
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2106
- label: (arg: import("../VField/VField").DefaultInputSlot & {
2104
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2105
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2106
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
2107
2107
  label: string | undefined;
2108
2108
  props: Record<string, any>;
2109
2109
  }) => import("vue").VNode[];
2110
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
2111
- default: (arg: import("../VField/VField").VFieldSlot) => import("vue").VNode[];
2110
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
2111
+ default: (arg: import("../VField/VField.js").VFieldSlot) => import("vue").VNode[];
2112
2112
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2113
2113
  beforeCreate?: (() => void) | (() => void)[];
2114
2114
  created?: (() => void) | (() => void)[];
@@ -2140,7 +2140,7 @@ export declare const VTextField: {
2140
2140
  focused: boolean;
2141
2141
  rounded: string | number | boolean;
2142
2142
  tile: boolean;
2143
- clearIcon: import("../../composables/icons").IconValue;
2143
+ clearIcon: import("../../composables/icons.js").IconValue;
2144
2144
  centerAffix: boolean;
2145
2145
  clearable: boolean;
2146
2146
  dirty: boolean;
@@ -2156,7 +2156,7 @@ export declare const VTextField: {
2156
2156
  disabled: boolean;
2157
2157
  focused: boolean;
2158
2158
  tile: boolean;
2159
- clearIcon: import("../../composables/icons").IconValue;
2159
+ clearIcon: import("../../composables/icons.js").IconValue;
2160
2160
  clearable: boolean;
2161
2161
  dirty: boolean;
2162
2162
  persistentClear: boolean;
@@ -2172,8 +2172,8 @@ export declare const VTextField: {
2172
2172
  rounded?: string | number | boolean | undefined;
2173
2173
  baseColor?: string | undefined;
2174
2174
  bgColor?: string | undefined;
2175
- appendInnerIcon?: import("../../composables/icons").IconValue | undefined;
2176
- prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
2175
+ appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2176
+ prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2177
2177
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2178
2178
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2179
2179
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2182,7 +2182,7 @@ export declare const VTextField: {
2182
2182
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2183
2183
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & import("vue").ShallowUnwrapRef<{
2184
2184
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
2185
- }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util").GenericProps<{
2185
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2186
2186
  modelValue?: unknown;
2187
2187
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2188
2188
  }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
@@ -2216,11 +2216,11 @@ export declare const VTextField: {
2216
2216
  focused: boolean;
2217
2217
  errorMessages: string | readonly string[] | null;
2218
2218
  maxErrors: string | number;
2219
- rules: readonly import("../../composables/validation").ValidationRule[];
2219
+ rules: readonly import("../../composables/validation.js").ValidationRule[];
2220
2220
  rounded: string | number | boolean;
2221
2221
  tile: boolean;
2222
- density: import("../../composables/density").Density;
2223
- clearIcon: import("../../composables/icons").IconValue;
2222
+ density: import("../../composables/density.js").Density;
2223
+ clearIcon: import("../../composables/icons.js").IconValue;
2224
2224
  centerAffix: boolean;
2225
2225
  hideSpinButtons: boolean;
2226
2226
  persistentHint: boolean;
@@ -2231,23 +2231,23 @@ export declare const VTextField: {
2231
2231
  persistentPlaceholder: boolean;
2232
2232
  persistentCounter: boolean;
2233
2233
  }, {}, string, import("vue").SlotsType<Partial<{
2234
- message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
2235
- clear: (arg: import("../VField/VField").DefaultInputSlot & {
2234
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
2235
+ clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
2236
2236
  props: Record<string, any>;
2237
2237
  }) => import("vue").VNode[];
2238
- details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2239
- label: (arg: import("../VField/VField").DefaultInputSlot & {
2238
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2239
+ label: (arg: import("../VField/VField.js").DefaultInputSlot & {
2240
2240
  label: string | undefined;
2241
2241
  props: Record<string, any>;
2242
2242
  }) => import("vue").VNode[];
2243
- append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2244
- prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
2245
- loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
2246
- 'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2247
- 'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
2243
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2244
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
2245
+ loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
2246
+ 'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2247
+ 'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
2248
2248
  default: () => import("vue").VNode[];
2249
2249
  counter: (arg: VCounterSlot) => import("vue").VNode[];
2250
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
2250
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2251
2251
  theme: StringConstructor;
2252
2252
  rounded: {
2253
2253
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -2255,16 +2255,16 @@ export declare const VTextField: {
2255
2255
  };
2256
2256
  tile: BooleanConstructor;
2257
2257
  loading: (StringConstructor | BooleanConstructor)[];
2258
- class: PropType<import("../../composables/component").ClassValue>;
2258
+ class: PropType<import("../../composables/component.js").ClassValue>;
2259
2259
  style: {
2260
2260
  type: PropType<import("vue").StyleValue>;
2261
2261
  default: null;
2262
2262
  };
2263
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
2263
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
2264
2264
  bgColor: StringConstructor;
2265
2265
  clearable: BooleanConstructor;
2266
2266
  clearIcon: {
2267
- type: PropType<import("../../composables/icons").IconValue>;
2267
+ type: PropType<import("../../composables/icons.js").IconValue>;
2268
2268
  default: string;
2269
2269
  };
2270
2270
  active: BooleanConstructor;
@@ -2283,7 +2283,7 @@ export declare const VTextField: {
2283
2283
  flat: BooleanConstructor;
2284
2284
  label: StringConstructor;
2285
2285
  persistentClear: BooleanConstructor;
2286
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
2286
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
2287
2287
  reverse: BooleanConstructor;
2288
2288
  singleLine: BooleanConstructor;
2289
2289
  variant: {
@@ -2310,23 +2310,23 @@ export declare const VTextField: {
2310
2310
  default: null;
2311
2311
  };
2312
2312
  rules: {
2313
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
2313
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
2314
2314
  default: () => never[];
2315
2315
  };
2316
2316
  modelValue: null;
2317
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
2317
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
2318
2318
  validationValue: null;
2319
2319
  width: (StringConstructor | NumberConstructor)[];
2320
2320
  maxWidth: (StringConstructor | NumberConstructor)[];
2321
2321
  minWidth: (StringConstructor | NumberConstructor)[];
2322
2322
  density: {
2323
- type: PropType<import("../../composables/density").Density>;
2323
+ type: PropType<import("../../composables/density.js").Density>;
2324
2324
  default: string;
2325
2325
  validator: (v: any) => boolean;
2326
2326
  };
2327
2327
  id: StringConstructor;
2328
- appendIcon: PropType<import("../../composables/icons").IconValue>;
2329
- prependIcon: PropType<import("../../composables/icons").IconValue>;
2328
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
2329
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
2330
2330
  hideDetails: PropType<boolean | "auto">;
2331
2331
  hideSpinButtons: BooleanConstructor;
2332
2332
  hint: StringConstructor;
@@ -2364,16 +2364,16 @@ export declare const VTextField: {
2364
2364
  };
2365
2365
  tile: BooleanConstructor;
2366
2366
  loading: (StringConstructor | BooleanConstructor)[];
2367
- class: PropType<import("../../composables/component").ClassValue>;
2367
+ class: PropType<import("../../composables/component.js").ClassValue>;
2368
2368
  style: {
2369
2369
  type: PropType<import("vue").StyleValue>;
2370
2370
  default: null;
2371
2371
  };
2372
- appendInnerIcon: PropType<import("../../composables/icons").IconValue>;
2372
+ appendInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
2373
2373
  bgColor: StringConstructor;
2374
2374
  clearable: BooleanConstructor;
2375
2375
  clearIcon: {
2376
- type: PropType<import("../../composables/icons").IconValue>;
2376
+ type: PropType<import("../../composables/icons.js").IconValue>;
2377
2377
  default: string;
2378
2378
  };
2379
2379
  active: BooleanConstructor;
@@ -2392,7 +2392,7 @@ export declare const VTextField: {
2392
2392
  flat: BooleanConstructor;
2393
2393
  label: StringConstructor;
2394
2394
  persistentClear: BooleanConstructor;
2395
- prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
2395
+ prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
2396
2396
  reverse: BooleanConstructor;
2397
2397
  singleLine: BooleanConstructor;
2398
2398
  variant: {
@@ -2419,23 +2419,23 @@ export declare const VTextField: {
2419
2419
  default: null;
2420
2420
  };
2421
2421
  rules: {
2422
- type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
2422
+ type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
2423
2423
  default: () => never[];
2424
2424
  };
2425
2425
  modelValue: null;
2426
- validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
2426
+ validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
2427
2427
  validationValue: null;
2428
2428
  width: (StringConstructor | NumberConstructor)[];
2429
2429
  maxWidth: (StringConstructor | NumberConstructor)[];
2430
2430
  minWidth: (StringConstructor | NumberConstructor)[];
2431
2431
  density: {
2432
- type: PropType<import("../../composables/density").Density>;
2432
+ type: PropType<import("../../composables/density.js").Density>;
2433
2433
  default: string;
2434
2434
  validator: (v: any) => boolean;
2435
2435
  };
2436
2436
  id: StringConstructor;
2437
- appendIcon: PropType<import("../../composables/icons").IconValue>;
2438
- prependIcon: PropType<import("../../composables/icons").IconValue>;
2437
+ appendIcon: PropType<import("../../composables/icons.js").IconValue>;
2438
+ prependIcon: PropType<import("../../composables/icons.js").IconValue>;
2439
2439
  hideDetails: PropType<boolean | "auto">;
2440
2440
  hideSpinButtons: BooleanConstructor;
2441
2441
  hint: StringConstructor;