vuetify 3.1.4 → 3.1.6

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 (474) hide show
  1. package/dist/json/attributes.json +2734 -2738
  2. package/dist/json/importMap.json +32 -32
  3. package/dist/json/tags.json +0 -1
  4. package/dist/json/web-types.json +9073 -6416
  5. package/dist/vuetify-labs.css +3119 -6004
  6. package/dist/vuetify-labs.d.ts +12865 -20825
  7. package/dist/vuetify-labs.esm.js +1674 -1914
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +1673 -1913
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +54 -2948
  12. package/dist/vuetify.d.ts +12215 -20183
  13. package/dist/vuetify.esm.js +1495 -1736
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1494 -1735
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1134 -1353
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +9 -9
  21. package/lib/blueprints/md1.d.ts +9 -9
  22. package/lib/blueprints/md2.d.ts +9 -9
  23. package/lib/blueprints/md3.d.ts +9 -9
  24. package/lib/blueprints/md3.mjs.map +1 -1
  25. package/lib/components/VAlert/VAlert.mjs +5 -6
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/index.d.ts +135 -157
  28. package/lib/components/VApp/VApp.mjs +9 -12
  29. package/lib/components/VApp/VApp.mjs.map +1 -1
  30. package/lib/components/VApp/index.d.ts +27 -13
  31. package/lib/components/VAppBar/VAppBar.mjs +9 -5
  32. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarNavIcon.mjs +2 -2
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  35. package/lib/components/VAppBar/VAppBarTitle.mjs +2 -2
  36. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  37. package/lib/components/VAppBar/index.d.ts +169 -350
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs +100 -104
  39. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  40. package/lib/components/VAutocomplete/index.d.ts +494 -636
  41. package/lib/components/VAvatar/VAvatar.mjs +19 -22
  42. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  43. package/lib/components/VAvatar/index.d.ts +46 -66
  44. package/lib/components/VBadge/VBadge.mjs +7 -5
  45. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  46. package/lib/components/VBadge/index.d.ts +74 -100
  47. package/lib/components/VBanner/VBanner.mjs +3 -4
  48. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  49. package/lib/components/VBanner/VBannerActions.mjs +5 -8
  50. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  51. package/lib/components/VBanner/index.d.ts +134 -98
  52. package/lib/components/VBottomNavigation/VBottomNavigation.css +2 -1
  53. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -4
  54. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  55. package/lib/components/VBottomNavigation/VBottomNavigation.sass +2 -1
  56. package/lib/components/VBottomNavigation/_variables.scss +1 -1
  57. package/lib/components/VBottomNavigation/index.d.ts +67 -131
  58. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -16
  59. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  60. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +5 -8
  61. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  62. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -8
  63. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  64. package/lib/components/VBreadcrumbs/index.d.ts +87 -61
  65. package/lib/components/VBtn/VBtn.mjs +14 -17
  66. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  67. package/lib/components/VBtn/index.d.ts +118 -179
  68. package/lib/components/VBtnGroup/VBtnGroup.mjs +5 -2
  69. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  70. package/lib/components/VBtnGroup/index.d.ts +42 -57
  71. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -2
  72. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  73. package/lib/components/VBtnToggle/index.d.ts +60 -247
  74. package/lib/components/VCalendar/mixins/mouse.mjs +2 -3
  75. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  76. package/lib/components/VCard/VCard.mjs +5 -6
  77. package/lib/components/VCard/VCard.mjs.map +1 -1
  78. package/lib/components/VCard/VCardActions.mjs +5 -8
  79. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  80. package/lib/components/VCard/VCardItem.mjs +7 -8
  81. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  82. package/lib/components/VCard/index.d.ts +286 -186
  83. package/lib/components/VCarousel/VCarousel.mjs +2 -2
  84. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  85. package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
  86. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  87. package/lib/components/VCarousel/index.d.ts +238 -61
  88. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  89. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  90. package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
  91. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  92. package/lib/components/VCheckbox/index.d.ts +277 -254
  93. package/lib/components/VChip/VChip.mjs +15 -14
  94. package/lib/components/VChip/VChip.mjs.map +1 -1
  95. package/lib/components/VChip/index.d.ts +118 -168
  96. package/lib/components/VChipGroup/VChipGroup.css +1 -0
  97. package/lib/components/VChipGroup/VChipGroup.mjs +15 -18
  98. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  99. package/lib/components/VChipGroup/VChipGroup.sass +1 -0
  100. package/lib/components/VChipGroup/index.d.ts +49 -68
  101. package/lib/components/VCode/index.d.ts +21 -9
  102. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  103. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  104. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  105. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +40 -27
  106. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  107. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  108. package/lib/components/VColorPicker/VColorPickerEdit.mjs +16 -20
  109. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  110. package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
  111. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  112. package/lib/components/VColorPicker/index.d.ts +1 -1
  113. package/lib/components/VColorPicker/util/index.mjs +3 -7
  114. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  115. package/lib/components/VCombobox/VCombobox.mjs +104 -113
  116. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  117. package/lib/components/VCombobox/index.d.ts +496 -638
  118. package/lib/components/VCounter/VCounter.mjs +2 -2
  119. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  120. package/lib/components/VCounter/index.d.ts +139 -197
  121. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
  122. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  123. package/lib/components/VDefaultsProvider/index.d.ts +33 -14
  124. package/lib/components/VDialog/VDialog.mjs +6 -9
  125. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  126. package/lib/components/VDialog/index.d.ts +430 -1610
  127. package/lib/components/VDivider/VDivider.mjs +2 -2
  128. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  129. package/lib/components/VDivider/index.d.ts +35 -15
  130. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
  131. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  132. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
  133. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  134. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
  135. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  136. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
  137. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  138. package/lib/components/VExpansionPanel/index.d.ts +180 -158
  139. package/lib/components/VField/VField.mjs +3 -6
  140. package/lib/components/VField/VField.mjs.map +1 -1
  141. package/lib/components/VField/VFieldLabel.mjs +2 -2
  142. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  143. package/lib/components/VField/index.d.ts +46 -34
  144. package/lib/components/VFileInput/VFileInput.mjs +16 -18
  145. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  146. package/lib/components/VFileInput/index.d.ts +330 -355
  147. package/lib/components/VFooter/VFooter.mjs +2 -2
  148. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  149. package/lib/components/VFooter/index.d.ts +46 -66
  150. package/lib/components/VForm/VForm.mjs +10 -14
  151. package/lib/components/VForm/VForm.mjs.map +1 -1
  152. package/lib/components/VForm/index.d.ts +29 -23
  153. package/lib/components/VGrid/VCol.mjs +5 -8
  154. package/lib/components/VGrid/VCol.mjs.map +1 -1
  155. package/lib/components/VGrid/VContainer.mjs +2 -2
  156. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  157. package/lib/components/VGrid/VGrid.css +0 -125
  158. package/lib/components/VGrid/VRow.mjs +5 -8
  159. package/lib/components/VGrid/VRow.mjs.map +1 -1
  160. package/lib/components/VGrid/index.d.ts +112 -121
  161. package/lib/components/VHover/VHover.mjs +9 -12
  162. package/lib/components/VHover/VHover.mjs.map +1 -1
  163. package/lib/components/VHover/index.d.ts +53 -15
  164. package/lib/components/VIcon/VIcon.mjs +22 -26
  165. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  166. package/lib/components/VIcon/index.d.ts +68 -56
  167. package/lib/components/VImg/VImg.mjs +7 -11
  168. package/lib/components/VImg/VImg.mjs.map +1 -1
  169. package/lib/components/VImg/index.d.ts +67 -58
  170. package/lib/components/VInput/VInput.mjs +5 -6
  171. package/lib/components/VInput/VInput.mjs.map +1 -1
  172. package/lib/components/VInput/index.d.ts +94 -283
  173. package/lib/components/VItemGroup/VItem.mjs +8 -11
  174. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  175. package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
  176. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  177. package/lib/components/VItemGroup/index.d.ts +76 -149
  178. package/lib/components/VKbd/index.d.ts +21 -9
  179. package/lib/components/VLabel/VLabel.mjs +7 -10
  180. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  181. package/lib/components/VLabel/index.d.ts +29 -9
  182. package/lib/components/VLayout/VLayout.mjs +9 -12
  183. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  184. package/lib/components/VLayout/VLayoutItem.mjs +6 -9
  185. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  186. package/lib/components/VLayout/index.d.ts +60 -43
  187. package/lib/components/VLazy/VLazy.mjs +12 -15
  188. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  189. package/lib/components/VLazy/index.d.ts +48 -71
  190. package/lib/components/VList/VList.mjs +4 -8
  191. package/lib/components/VList/VList.mjs.map +1 -1
  192. package/lib/components/VList/VListChildren.mjs +59 -77
  193. package/lib/components/VList/VListChildren.mjs.map +1 -1
  194. package/lib/components/VList/VListGroup.mjs +33 -39
  195. package/lib/components/VList/VListGroup.mjs.map +1 -1
  196. package/lib/components/VList/VListItem.css +2 -2
  197. package/lib/components/VList/VListItem.mjs +10 -18
  198. package/lib/components/VList/VListItem.mjs.map +1 -1
  199. package/lib/components/VList/VListItem.sass +0 -2
  200. package/lib/components/VList/VListItemAction.mjs +2 -2
  201. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  202. package/lib/components/VList/VListItemMedia.mjs +2 -2
  203. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  204. package/lib/components/VList/VListSubheader.mjs +3 -4
  205. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  206. package/lib/components/VList/index.d.ts +418 -686
  207. package/lib/components/VList/list.mjs +1 -1
  208. package/lib/components/VList/list.mjs.map +1 -1
  209. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
  210. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  211. package/lib/components/VLocaleProvider/index.d.ts +28 -16
  212. package/lib/components/VMain/VMain.mjs +12 -15
  213. package/lib/components/VMain/VMain.mjs.map +1 -1
  214. package/lib/components/VMain/index.d.ts +23 -17
  215. package/lib/components/VMenu/VMenu.mjs +10 -10
  216. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  217. package/lib/components/VMenu/index.d.ts +428 -1641
  218. package/lib/components/VMessages/VMessages.mjs +2 -2
  219. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  220. package/lib/components/VMessages/index.d.ts +144 -204
  221. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
  222. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  223. package/lib/components/VNavigationDrawer/index.d.ts +92 -124
  224. package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
  225. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  226. package/lib/components/VNoSsr/index.d.ts +20 -4
  227. package/lib/components/VOtpInput/VOtpInput.mjs +5 -6
  228. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  229. package/lib/components/VOverlay/VOverlay.mjs +44 -47
  230. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  231. package/lib/components/VOverlay/index.d.ts +150 -468
  232. package/lib/components/VOverlay/locationStrategies.mjs +3 -6
  233. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  234. package/lib/components/VOverlay/scrollStrategies.mjs +8 -13
  235. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  236. package/lib/components/VOverlay/useActivator.mjs +4 -7
  237. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  238. package/lib/components/VPagination/VPagination.mjs +4 -5
  239. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  240. package/lib/components/VPagination/index.d.ts +107 -207
  241. package/lib/components/VParallax/VParallax.mjs +12 -15
  242. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  243. package/lib/components/VParallax/index.d.ts +39 -9
  244. package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
  245. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  246. package/lib/components/VProgressCircular/index.d.ts +41 -58
  247. package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
  248. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  249. package/lib/components/VProgressLinear/index.d.ts +91 -95
  250. package/lib/components/VRadio/VRadio.mjs +2 -2
  251. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  252. package/lib/components/VRadio/index.d.ts +108 -85
  253. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  254. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  255. package/lib/components/VRadioGroup/index.d.ts +164 -147
  256. package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
  257. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  258. package/lib/components/VRangeSlider/index.d.ts +154 -210
  259. package/lib/components/VRating/VRating.mjs +28 -34
  260. package/lib/components/VRating/VRating.mjs.map +1 -1
  261. package/lib/components/VRating/index.d.ts +77 -311
  262. package/lib/components/VResponsive/VResponsive.mjs +11 -14
  263. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  264. package/lib/components/VResponsive/index.d.ts +44 -20
  265. package/lib/components/VSelect/VSelect.mjs +100 -102
  266. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  267. package/lib/components/VSelect/index.d.ts +729 -673
  268. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
  269. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  270. package/lib/components/VSelectionControl/index.d.ts +31 -19
  271. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
  272. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  273. package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
  274. package/lib/components/VSheet/VSheet.mjs +23 -13
  275. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  276. package/lib/components/VSheet/index.d.ts +52 -56
  277. package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
  278. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  279. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
  280. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  281. package/lib/components/VSlideGroup/index.d.ts +144 -366
  282. package/lib/components/VSlider/VSlider.mjs +8 -14
  283. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  284. package/lib/components/VSlider/VSliderThumb.css +0 -1
  285. package/lib/components/VSlider/VSliderThumb.mjs +4 -5
  286. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  287. package/lib/components/VSlider/VSliderTrack.mjs +4 -5
  288. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  289. package/lib/components/VSlider/index.d.ts +151 -207
  290. package/lib/components/VSlider/slider.mjs +3 -6
  291. package/lib/components/VSlider/slider.mjs.map +1 -1
  292. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  293. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  294. package/lib/components/VSnackbar/index.d.ts +358 -1519
  295. package/lib/components/VSwitch/VSwitch.mjs +3 -4
  296. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  297. package/lib/components/VSwitch/index.d.ts +180 -151
  298. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  299. package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
  300. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  301. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  302. package/lib/components/VSystemBar/_variables.scss +4 -1
  303. package/lib/components/VSystemBar/index.d.ts +43 -51
  304. package/lib/components/VTable/VTable.mjs +19 -22
  305. package/lib/components/VTable/VTable.mjs.map +1 -1
  306. package/lib/components/VTable/index.d.ts +54 -30
  307. package/lib/components/VTabs/VTab.mjs +3 -4
  308. package/lib/components/VTabs/VTab.mjs.map +1 -1
  309. package/lib/components/VTabs/VTabs.mjs +2 -2
  310. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  311. package/lib/components/VTabs/index.d.ts +122 -150
  312. package/lib/components/VTextField/VTextField.mjs +16 -19
  313. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  314. package/lib/components/VTextField/index.d.ts +331 -1489
  315. package/lib/components/VTextarea/VTextarea.mjs +17 -19
  316. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  317. package/lib/components/VTextarea/index.d.ts +320 -334
  318. package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
  319. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  320. package/lib/components/VThemeProvider/index.d.ts +27 -13
  321. package/lib/components/VTimeline/VTimeline.mjs +2 -2
  322. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  323. package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
  324. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  325. package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
  326. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  327. package/lib/components/VTimeline/index.d.ts +123 -135
  328. package/lib/components/VToolbar/VToolbar.css +1 -0
  329. package/lib/components/VToolbar/VToolbar.mjs +7 -9
  330. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  331. package/lib/components/VToolbar/VToolbar.sass +1 -0
  332. package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
  333. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  334. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -2
  335. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  336. package/lib/components/VToolbar/index.d.ts +146 -351
  337. package/lib/components/VTooltip/VTooltip.mjs +1 -2
  338. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  339. package/lib/components/VTooltip/index.d.ts +361 -1619
  340. package/lib/components/VValidation/VValidation.mjs +3 -6
  341. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  342. package/lib/components/VValidation/index.d.ts +48 -46
  343. package/lib/components/VWindow/VWindow.mjs +19 -22
  344. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  345. package/lib/components/VWindow/VWindowItem.mjs +10 -14
  346. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  347. package/lib/components/VWindow/index.d.ts +152 -284
  348. package/lib/components/index.d.ts +13684 -21652
  349. package/lib/components/transitions/createTransition.mjs +4 -4
  350. package/lib/components/transitions/createTransition.mjs.map +1 -1
  351. package/lib/components/transitions/dialog-transition.mjs +8 -8
  352. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  353. package/lib/components/transitions/index.d.ts +477 -342
  354. package/lib/composables/defaults.mjs +6 -4
  355. package/lib/composables/defaults.mjs.map +1 -1
  356. package/lib/composables/delay.mjs +1 -1
  357. package/lib/composables/delay.mjs.map +1 -1
  358. package/lib/composables/filter.mjs +11 -12
  359. package/lib/composables/filter.mjs.map +1 -1
  360. package/lib/composables/group.mjs +2 -2
  361. package/lib/composables/group.mjs.map +1 -1
  362. package/lib/composables/icons.mjs +4 -6
  363. package/lib/composables/icons.mjs.map +1 -1
  364. package/lib/composables/intersectionObserver.mjs +1 -1
  365. package/lib/composables/intersectionObserver.mjs.map +1 -1
  366. package/lib/composables/layout.mjs +2 -5
  367. package/lib/composables/layout.mjs.map +1 -1
  368. package/lib/composables/loader.mjs +2 -3
  369. package/lib/composables/loader.mjs.map +1 -1
  370. package/lib/composables/locale.mjs +2 -2
  371. package/lib/composables/locale.mjs.map +1 -1
  372. package/lib/composables/mutationObserver.mjs +8 -8
  373. package/lib/composables/mutationObserver.mjs.map +1 -1
  374. package/lib/composables/nested/nested.mjs +2 -2
  375. package/lib/composables/nested/nested.mjs.map +1 -1
  376. package/lib/composables/nested/selectStrategies.mjs +8 -2
  377. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  378. package/lib/composables/proxiedModel.mjs +8 -9
  379. package/lib/composables/proxiedModel.mjs.map +1 -1
  380. package/lib/composables/resizeObserver.mjs +1 -1
  381. package/lib/composables/resizeObserver.mjs.map +1 -1
  382. package/lib/composables/router.mjs +12 -21
  383. package/lib/composables/router.mjs.map +1 -1
  384. package/lib/composables/scroll.mjs +2 -4
  385. package/lib/composables/scroll.mjs.map +1 -1
  386. package/lib/composables/selectLink.mjs +1 -4
  387. package/lib/composables/selectLink.mjs.map +1 -1
  388. package/lib/composables/stack.mjs +6 -8
  389. package/lib/composables/stack.mjs.map +1 -1
  390. package/lib/composables/teleport.mjs +1 -1
  391. package/lib/composables/teleport.mjs.map +1 -1
  392. package/lib/composables/theme.mjs +23 -16
  393. package/lib/composables/theme.mjs.map +1 -1
  394. package/lib/composables/toggleScope.mjs +3 -6
  395. package/lib/composables/toggleScope.mjs.map +1 -1
  396. package/lib/composables/touch.mjs +1 -2
  397. package/lib/composables/touch.mjs.map +1 -1
  398. package/lib/composables/validation.mjs +7 -7
  399. package/lib/composables/validation.mjs.map +1 -1
  400. package/lib/directives/click-outside/index.mjs +2 -3
  401. package/lib/directives/click-outside/index.mjs.map +1 -1
  402. package/lib/directives/index.d.ts +1 -1
  403. package/lib/directives/intersect/index.mjs +2 -4
  404. package/lib/directives/intersect/index.mjs.map +1 -1
  405. package/lib/directives/mutate/index.mjs +7 -8
  406. package/lib/directives/mutate/index.mjs.map +1 -1
  407. package/lib/directives/resize/index.mjs +3 -5
  408. package/lib/directives/resize/index.mjs.map +1 -1
  409. package/lib/directives/ripple/index.mjs +8 -13
  410. package/lib/directives/ripple/index.mjs.map +1 -1
  411. package/lib/directives/scroll/index.mjs +1 -2
  412. package/lib/directives/scroll/index.mjs.map +1 -1
  413. package/lib/directives/touch/index.mjs +9 -14
  414. package/lib/directives/touch/index.mjs.map +1 -1
  415. package/lib/entry-bundler.mjs +1 -1
  416. package/lib/framework.mjs +2 -3
  417. package/lib/framework.mjs.map +1 -1
  418. package/lib/iconsets/fa-svg.d.ts +2 -2
  419. package/lib/iconsets/fa.d.ts +2 -2
  420. package/lib/iconsets/fa4.d.ts +2 -2
  421. package/lib/iconsets/md.d.ts +2 -2
  422. package/lib/iconsets/mdi-svg.d.ts +2 -2
  423. package/lib/iconsets/mdi.d.ts +2 -2
  424. package/lib/index.d.ts +18 -18
  425. package/lib/labs/VDataTable/VDataTable.mjs +11 -14
  426. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  427. package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
  428. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  429. package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
  430. package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
  431. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  432. package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
  433. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
  434. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  435. package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
  436. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  437. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  438. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  439. package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
  440. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  441. package/lib/labs/VDataTable/VDataTableServer.mjs +17 -20
  442. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  443. package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -2
  444. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  445. package/lib/labs/VDataTable/composables/headers.mjs +3 -4
  446. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  447. package/lib/labs/VDataTable/composables/paginate.mjs +1 -6
  448. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  449. package/lib/labs/VDataTable/composables/sort.mjs +1 -1
  450. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  451. package/lib/labs/VDataTable/index.d.ts +583 -575
  452. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +14 -18
  453. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  454. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +7 -13
  455. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  456. package/lib/labs/VVirtualScroll/index.d.ts +18 -18
  457. package/lib/labs/components.d.ts +601 -593
  458. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  459. package/lib/locale/adapters/vuetify.mjs +3 -3
  460. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  461. package/lib/styles/main.css +40 -2816
  462. package/lib/util/colorUtils.mjs +4 -5
  463. package/lib/util/colorUtils.mjs.map +1 -1
  464. package/lib/util/console.mjs +1 -1
  465. package/lib/util/console.mjs.map +1 -1
  466. package/lib/util/createSimpleFunctional.mjs +5 -8
  467. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  468. package/lib/util/defineComponent.mjs +6 -8
  469. package/lib/util/defineComponent.mjs.map +1 -1
  470. package/lib/util/getCurrentInstance.mjs +1 -1
  471. package/lib/util/getCurrentInstance.mjs.map +1 -1
  472. package/lib/util/helpers.mjs +2 -3
  473. package/lib/util/helpers.mjs.map +1 -1
  474. package/package.json +19 -20
@@ -1,22 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { VNodeChild, PropType, JSXComponent, ComputedRef, Ref, ExtractPropTypes, nextTick } from 'vue';
2
+ import { PropType, JSXComponent, ComputedRef, Ref, nextTick, ExtractPropTypes } from 'vue';
3
3
 
4
- declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
5
- $children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
6
- [K in keyof T]?: T[K];
7
- });
8
- 'v-slots'?: {
9
- [K in keyof T]?: T[K] | false;
10
- };
11
- } & {
12
- [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
13
- }) : T extends Record<string, any[]> ? SlotsToProps<MakeSlots<T>> : never;
14
- declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
15
- declare type MakeSlots<T extends Record<string, any[]>> = {
16
- [K in keyof T]?: Slot<T[K]>;
17
- };
18
-
19
- declare type EventProp<T = (...args: any[]) => any> = T | T[];
4
+ type EventProp<T = (...args: any[]) => any> = T | T[];
20
5
  declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
21
6
 
22
7
  interface LoaderSlotProps {
@@ -24,13 +9,13 @@ interface LoaderSlotProps {
24
9
  isActive: boolean;
25
10
  }
26
11
 
27
- declare type IconValue = string | JSXComponent;
12
+ type IconValue = string | JSXComponent;
28
13
  declare const IconValue: PropType<IconValue>;
29
14
 
30
- declare type Density = null | 'default' | 'comfortable' | 'compact';
15
+ type Density = null | 'default' | 'comfortable' | 'compact';
31
16
 
32
- declare type ValidationResult = string | boolean;
33
- declare type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
17
+ type ValidationResult = string | boolean;
18
+ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
34
19
 
35
20
  interface VInputSlot {
36
21
  id: ComputedRef<string>;
@@ -45,12 +30,6 @@ interface VInputSlot {
45
30
  resetValidation: () => void;
46
31
  validate: () => void;
47
32
  }
48
- declare type VInputSlots = MakeSlots<{
49
- default: [VInputSlot];
50
- prepend: [VInputSlot];
51
- append: [VInputSlot];
52
- details: [VInputSlot];
53
- }>;
54
33
 
55
34
  interface DefaultInputSlot {
56
35
  isActive: Ref<boolean>;
@@ -62,1286 +41,91 @@ interface DefaultInputSlot {
62
41
  interface VFieldSlot extends DefaultInputSlot {
63
42
  props: Record<string, unknown>;
64
43
  }
65
- declare type VFieldSlots = MakeSlots<{
66
- clear: [];
67
- 'prepend-inner': [DefaultInputSlot & VInputSlot];
68
- 'append-inner': [DefaultInputSlot & VInputSlot];
69
- label: [DefaultInputSlot & VInputSlot];
70
- loader: [LoaderSlotProps];
71
- default: [VFieldSlot];
72
- }>;
73
44
 
74
- declare const VTextField: {
75
- new (...args: any[]): {
76
- $: vue.ComponentInternalInstance;
77
- $data: {};
78
- $props: Partial<{
79
- reverse: boolean;
80
- type: string;
81
- error: boolean;
82
- active: boolean;
83
- direction: "horizontal" | "vertical";
84
- autofocus: boolean;
85
- disabled: boolean;
86
- readonly: boolean;
87
- messages: string | string[];
88
- density: Density;
89
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
90
- clearIcon: IconValue;
91
- focused: boolean;
92
- errorMessages: string | string[];
93
- maxErrors: string | number;
94
- rules: ValidationRule[];
95
- clearable: boolean;
96
- dirty: boolean;
97
- persistentClear: boolean;
98
- singleLine: boolean;
99
- persistentHint: boolean;
100
- persistentPlaceholder: boolean;
101
- persistentCounter: boolean;
102
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
103
- loading: (StringConstructor | BooleanConstructor)[];
104
- theme: StringConstructor;
105
- appendInnerIcon: PropType<IconValue>;
106
- bgColor: StringConstructor;
107
- clearable: BooleanConstructor;
108
- clearIcon: {
109
- type: PropType<IconValue>;
110
- default: string;
111
- };
112
- active: BooleanConstructor;
113
- color: StringConstructor;
114
- dirty: BooleanConstructor;
115
- disabled: BooleanConstructor;
116
- error: BooleanConstructor;
117
- label: StringConstructor;
118
- persistentClear: BooleanConstructor;
119
- prependInnerIcon: PropType<IconValue>;
120
- reverse: BooleanConstructor;
121
- singleLine: BooleanConstructor;
122
- variant: {
123
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
124
- default: string;
125
- validator: (v: any) => boolean;
126
- };
127
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
128
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
129
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
130
- focused: BooleanConstructor;
131
- errorMessages: {
132
- type: PropType<string | string[]>;
133
- default: () => never[];
134
- };
135
- maxErrors: {
136
- type: (StringConstructor | NumberConstructor)[];
137
- default: number;
138
- };
139
- name: StringConstructor;
140
- readonly: BooleanConstructor;
141
- rules: {
142
- type: PropType<ValidationRule[]>;
143
- default: () => never[];
144
- };
145
- modelValue: null;
146
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
147
- validationValue: null;
148
- density: {
149
- type: PropType<Density>;
150
- default: string;
151
- validator: (v: any) => boolean;
152
- };
153
- id: StringConstructor;
154
- appendIcon: PropType<IconValue>;
155
- prependIcon: PropType<IconValue>;
156
- hideDetails: PropType<boolean | "auto">;
157
- messages: {
158
- type: PropType<string | string[]>;
159
- default: () => never[];
160
- };
161
- direction: {
162
- type: PropType<"horizontal" | "vertical">;
163
- default: string;
164
- validator: (v: any) => boolean;
165
- };
166
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
167
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
168
- autofocus: BooleanConstructor;
169
- counter: PropType<string | number | true>;
170
- counterValue: PropType<(value: any) => number>;
171
- hint: StringConstructor;
172
- persistentHint: BooleanConstructor;
173
- prefix: StringConstructor;
174
- placeholder: StringConstructor;
175
- persistentPlaceholder: BooleanConstructor;
176
- persistentCounter: BooleanConstructor;
177
- suffix: StringConstructor;
178
- type: {
179
- type: StringConstructor;
180
- default: string;
181
- };
182
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
183
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
184
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
185
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
186
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
187
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
188
- $attrs: {
189
- [x: string]: unknown;
190
- };
191
- $refs: {
192
- [x: string]: unknown;
193
- };
194
- $slots: Readonly<{
195
- [name: string]: vue.Slot | undefined;
196
- }>;
197
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
198
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
199
- $emit: ((event: "update:modelValue", val: string) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:input", e: MouseEvent) => void);
200
- $el: any;
201
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
202
- loading: (StringConstructor | BooleanConstructor)[];
203
- theme: StringConstructor;
204
- appendInnerIcon: PropType<IconValue>;
205
- bgColor: StringConstructor;
206
- clearable: BooleanConstructor;
207
- clearIcon: {
208
- type: PropType<IconValue>;
209
- default: string;
210
- };
211
- active: BooleanConstructor;
212
- color: StringConstructor;
213
- dirty: BooleanConstructor;
214
- disabled: BooleanConstructor;
215
- error: BooleanConstructor;
216
- label: StringConstructor;
217
- persistentClear: BooleanConstructor;
218
- prependInnerIcon: PropType<IconValue>;
219
- reverse: BooleanConstructor;
220
- singleLine: BooleanConstructor;
221
- variant: {
222
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
223
- default: string;
224
- validator: (v: any) => boolean;
225
- };
226
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
227
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
228
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
229
- focused: BooleanConstructor;
230
- errorMessages: {
231
- type: PropType<string | string[]>;
232
- default: () => never[];
233
- };
234
- maxErrors: {
235
- type: (StringConstructor | NumberConstructor)[];
236
- default: number;
237
- };
238
- name: StringConstructor;
239
- readonly: BooleanConstructor;
240
- rules: {
241
- type: PropType<ValidationRule[]>;
242
- default: () => never[];
243
- };
244
- modelValue: null;
245
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
246
- validationValue: null;
247
- density: {
248
- type: PropType<Density>;
249
- default: string;
250
- validator: (v: any) => boolean;
251
- };
252
- id: StringConstructor;
253
- appendIcon: PropType<IconValue>;
254
- prependIcon: PropType<IconValue>;
255
- hideDetails: PropType<boolean | "auto">;
256
- messages: {
257
- type: PropType<string | string[]>;
258
- default: () => never[];
259
- };
260
- direction: {
261
- type: PropType<"horizontal" | "vertical">;
262
- default: string;
263
- validator: (v: any) => boolean;
264
- };
265
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
266
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
267
- autofocus: BooleanConstructor;
268
- counter: PropType<string | number | true>;
269
- counterValue: PropType<(value: any) => number>;
270
- hint: StringConstructor;
271
- persistentHint: BooleanConstructor;
272
- prefix: StringConstructor;
273
- placeholder: StringConstructor;
274
- persistentPlaceholder: BooleanConstructor;
275
- persistentCounter: BooleanConstructor;
276
- suffix: StringConstructor;
277
- type: {
278
- type: StringConstructor;
279
- default: string;
280
- };
281
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
282
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
283
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
284
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
285
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
286
- }, Omit<Omit<{
287
- $: vue.ComponentInternalInstance;
288
- $data: {};
289
- $props: Partial<{
290
- error: boolean;
291
- direction: "horizontal" | "vertical";
292
- disabled: boolean;
293
- readonly: boolean;
294
- messages: string | string[];
295
- density: Density;
296
- focused: boolean;
297
- errorMessages: string | string[];
298
- maxErrors: string | number;
299
- rules: ValidationRule[];
300
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
301
- focused: BooleanConstructor;
302
- disabled: BooleanConstructor;
303
- error: BooleanConstructor;
304
- errorMessages: {
305
- type: PropType<string | string[]>;
306
- default: () => never[];
307
- };
308
- maxErrors: {
309
- type: (StringConstructor | NumberConstructor)[];
310
- default: number;
311
- };
312
- name: StringConstructor;
313
- label: StringConstructor;
314
- readonly: BooleanConstructor;
315
- rules: {
316
- type: PropType<ValidationRule[]>;
317
- default: () => never[];
318
- };
319
- modelValue: null;
320
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
321
- validationValue: null;
322
- density: {
323
- type: PropType<Density>;
324
- default: string;
325
- validator: (v: any) => boolean;
326
- };
327
- id: StringConstructor;
328
- appendIcon: PropType<IconValue>;
329
- prependIcon: PropType<IconValue>;
330
- hideDetails: PropType<boolean | "auto">;
331
- messages: {
332
- type: PropType<string | string[]>;
333
- default: () => never[];
334
- };
335
- direction: {
336
- type: PropType<"horizontal" | "vertical">;
337
- default: string;
338
- validator: (v: any) => boolean;
339
- };
340
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
341
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
342
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
343
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
344
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
345
- $attrs: {
346
- [x: string]: unknown;
347
- };
348
- $refs: {
349
- [x: string]: unknown;
350
- };
351
- $slots: Readonly<{
352
- [name: string]: vue.Slot | undefined;
353
- }>;
354
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
355
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
356
- $emit: (event: "update:modelValue", val: any) => void;
357
- $el: any;
358
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
359
- focused: BooleanConstructor;
360
- disabled: BooleanConstructor;
361
- error: BooleanConstructor;
362
- errorMessages: {
363
- type: PropType<string | string[]>;
364
- default: () => never[];
365
- };
366
- maxErrors: {
367
- type: (StringConstructor | NumberConstructor)[];
368
- default: number;
369
- };
370
- name: StringConstructor;
371
- label: StringConstructor;
372
- readonly: BooleanConstructor;
373
- rules: {
374
- type: PropType<ValidationRule[]>;
375
- default: () => never[];
376
- };
377
- modelValue: null;
378
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
379
- validationValue: null;
380
- density: {
381
- type: PropType<Density>;
382
- default: string;
383
- validator: (v: any) => boolean;
384
- };
385
- id: StringConstructor;
386
- appendIcon: PropType<IconValue>;
387
- prependIcon: PropType<IconValue>;
388
- hideDetails: PropType<boolean | "auto">;
389
- messages: {
390
- type: PropType<string | string[]>;
391
- default: () => never[];
392
- };
393
- direction: {
394
- type: PropType<"horizontal" | "vertical">;
395
- default: string;
396
- validator: (v: any) => boolean;
397
- };
398
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
399
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
400
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
401
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
402
- }, {
403
- reset: () => void;
404
- resetValidation: () => void;
405
- validate: () => Promise<string[]>;
406
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
407
- 'update:modelValue': (val: any) => boolean;
408
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">, string, {
409
- error: boolean;
410
- direction: "horizontal" | "vertical";
411
- disabled: boolean;
412
- readonly: boolean;
413
- messages: string | string[];
414
- density: Density;
415
- focused: boolean;
416
- errorMessages: string | string[];
417
- maxErrors: string | number;
418
- rules: ValidationRule[];
419
- }> & {
420
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
421
- created?: ((() => void) | (() => void)[]) | undefined;
422
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
423
- mounted?: ((() => void) | (() => void)[]) | undefined;
424
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
425
- updated?: ((() => void) | (() => void)[]) | undefined;
426
- activated?: ((() => void) | (() => void)[]) | undefined;
427
- deactivated?: ((() => void) | (() => void)[]) | undefined;
428
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
429
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
430
- destroyed?: ((() => void) | (() => void)[]) | undefined;
431
- unmounted?: ((() => void) | (() => void)[]) | undefined;
432
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
433
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
434
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
435
- };
436
- $forceUpdate: () => void;
437
- $nextTick: typeof nextTick;
438
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
439
- } & Readonly<ExtractPropTypes<Omit<{
440
- focused: BooleanConstructor;
441
- disabled: BooleanConstructor;
442
- error: BooleanConstructor;
443
- errorMessages: {
444
- type: PropType<string | string[]>;
445
- default: () => never[];
446
- };
447
- maxErrors: {
448
- type: (StringConstructor | NumberConstructor)[];
449
- default: number;
450
- };
451
- name: StringConstructor;
452
- label: StringConstructor;
453
- readonly: BooleanConstructor;
454
- rules: {
455
- type: PropType<ValidationRule[]>;
456
- default: () => never[];
457
- };
458
- modelValue: null;
459
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
460
- validationValue: null;
461
- density: {
462
- type: PropType<Density>;
463
- default: string;
464
- validator: (v: any) => boolean;
465
- };
466
- id: StringConstructor;
467
- appendIcon: PropType<IconValue>;
468
- prependIcon: PropType<IconValue>;
469
- hideDetails: PropType<boolean | "auto">;
470
- messages: {
471
- type: PropType<string | string[]>;
472
- default: () => never[];
473
- };
474
- direction: {
475
- type: PropType<"horizontal" | "vertical">;
476
- default: string;
477
- validator: (v: any) => boolean;
478
- };
479
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
480
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
481
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
482
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
483
- } & vue.ShallowUnwrapRef<{
484
- reset: () => void;
485
- resetValidation: () => void;
486
- validate: () => Promise<string[]>;
487
- }> & {} & vue.ComponentCustomProperties & {
488
- $props: {
489
- $children?: {} | vue.VNodeChild | {
490
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
491
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
492
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
493
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
494
- };
495
- 'v-slots'?: {
496
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
497
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
498
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
499
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
500
- } | undefined;
501
- } & {
502
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
503
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
504
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
505
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
506
- };
507
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
508
- $: vue.ComponentInternalInstance;
509
- $data: {};
510
- $props: Partial<{
511
- reverse: boolean;
512
- error: boolean;
513
- active: boolean;
514
- disabled: boolean;
515
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
516
- clearIcon: IconValue;
517
- focused: boolean;
518
- clearable: boolean;
519
- dirty: boolean;
520
- persistentClear: boolean;
521
- singleLine: boolean;
522
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
523
- loading: (StringConstructor | BooleanConstructor)[];
524
- theme: StringConstructor;
525
- appendInnerIcon: PropType<IconValue>;
526
- bgColor: StringConstructor;
527
- clearable: BooleanConstructor;
528
- clearIcon: {
529
- type: PropType<IconValue>;
530
- default: string;
531
- };
532
- active: BooleanConstructor;
533
- color: StringConstructor;
534
- dirty: BooleanConstructor;
535
- disabled: BooleanConstructor;
536
- error: BooleanConstructor;
537
- label: StringConstructor;
538
- persistentClear: BooleanConstructor;
539
- prependInnerIcon: PropType<IconValue>;
540
- reverse: BooleanConstructor;
541
- singleLine: BooleanConstructor;
542
- variant: {
543
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
544
- default: string;
545
- validator: (v: any) => boolean;
546
- };
547
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
548
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
549
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
550
- focused: BooleanConstructor;
551
- id: StringConstructor;
552
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
553
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
554
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
555
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
556
- $attrs: {
557
- [x: string]: unknown;
558
- };
559
- $refs: {
560
- [x: string]: unknown;
561
- };
562
- $slots: Readonly<{
563
- [name: string]: vue.Slot | undefined;
564
- }>;
565
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
566
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
567
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
568
- $el: any;
569
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
570
- loading: (StringConstructor | BooleanConstructor)[];
571
- theme: StringConstructor;
572
- appendInnerIcon: PropType<IconValue>;
573
- bgColor: StringConstructor;
574
- clearable: BooleanConstructor;
575
- clearIcon: {
576
- type: PropType<IconValue>;
577
- default: string;
578
- };
579
- active: BooleanConstructor;
580
- color: StringConstructor;
581
- dirty: BooleanConstructor;
582
- disabled: BooleanConstructor;
583
- error: BooleanConstructor;
584
- label: StringConstructor;
585
- persistentClear: BooleanConstructor;
586
- prependInnerIcon: PropType<IconValue>;
587
- reverse: BooleanConstructor;
588
- singleLine: BooleanConstructor;
589
- variant: {
590
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
591
- default: string;
592
- validator: (v: any) => boolean;
593
- };
594
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
595
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
596
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
597
- focused: BooleanConstructor;
598
- id: StringConstructor;
599
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
600
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
601
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
602
- }, {
603
- controlRef: vue.Ref<HTMLElement | undefined>;
604
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
605
- 'click:control': (e: MouseEvent) => boolean;
606
- 'update:focused': (focused: boolean) => boolean;
607
- 'update:modelValue': (val: any) => boolean;
608
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
609
- reverse: boolean;
610
- error: boolean;
611
- active: boolean;
612
- disabled: boolean;
613
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
614
- clearIcon: IconValue;
615
- focused: boolean;
616
- clearable: boolean;
617
- dirty: boolean;
618
- persistentClear: boolean;
619
- singleLine: boolean;
620
- }> & {
621
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
622
- created?: ((() => void) | (() => void)[]) | undefined;
623
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
624
- mounted?: ((() => void) | (() => void)[]) | undefined;
625
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
626
- updated?: ((() => void) | (() => void)[]) | undefined;
627
- activated?: ((() => void) | (() => void)[]) | undefined;
628
- deactivated?: ((() => void) | (() => void)[]) | undefined;
629
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
630
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
631
- destroyed?: ((() => void) | (() => void)[]) | undefined;
632
- unmounted?: ((() => void) | (() => void)[]) | undefined;
633
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
634
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
635
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
636
- };
637
- $forceUpdate: () => void;
638
- $nextTick: typeof nextTick;
639
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
640
- } & Readonly<ExtractPropTypes<Omit<{
641
- loading: (StringConstructor | BooleanConstructor)[];
642
- theme: StringConstructor;
643
- appendInnerIcon: PropType<IconValue>;
644
- bgColor: StringConstructor;
645
- clearable: BooleanConstructor;
646
- clearIcon: {
647
- type: PropType<IconValue>;
648
- default: string;
649
- };
650
- active: BooleanConstructor;
651
- color: StringConstructor;
652
- dirty: BooleanConstructor;
653
- disabled: BooleanConstructor;
654
- error: BooleanConstructor;
655
- label: StringConstructor;
656
- persistentClear: BooleanConstructor;
657
- prependInnerIcon: PropType<IconValue>;
658
- reverse: BooleanConstructor;
659
- singleLine: BooleanConstructor;
660
- variant: {
661
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
662
- default: string;
663
- validator: (v: any) => boolean;
664
- };
665
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
666
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
667
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
668
- focused: BooleanConstructor;
669
- id: StringConstructor;
670
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
671
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
672
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
673
- } & vue.ShallowUnwrapRef<{
674
- controlRef: vue.Ref<HTMLElement | undefined>;
675
- }> & {} & vue.ComponentCustomProperties & {
676
- $props: {
677
- modelValue?: unknown;
678
- 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
679
- } & {
680
- $children?: {} | vue.VNodeChild | {
681
- clear?: (() => vue.VNodeChild) | undefined;
682
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
683
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
684
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
685
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
686
- default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
687
- };
688
- 'v-slots'?: {
689
- clear?: false | (() => vue.VNodeChild) | undefined;
690
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
691
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
692
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
693
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
694
- default?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
695
- } | undefined;
696
- } & {
697
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
698
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
699
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
700
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
701
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
702
- "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
703
- };
704
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
705
- 'click:control': (e: MouseEvent) => boolean;
706
- 'click:input': (e: MouseEvent) => boolean;
707
- 'update:focused': (focused: boolean) => boolean;
708
- 'update:modelValue': (val: string) => boolean;
709
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
710
- reverse: boolean;
711
- type: string;
712
- error: boolean;
713
- active: boolean;
714
- direction: "horizontal" | "vertical";
715
- autofocus: boolean;
716
- disabled: boolean;
717
- readonly: boolean;
718
- messages: string | string[];
719
- density: Density;
720
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
721
- clearIcon: IconValue;
722
- focused: boolean;
723
- errorMessages: string | string[];
724
- maxErrors: string | number;
725
- rules: ValidationRule[];
726
- clearable: boolean;
727
- dirty: boolean;
728
- persistentClear: boolean;
729
- singleLine: boolean;
730
- persistentHint: boolean;
731
- persistentPlaceholder: boolean;
732
- persistentCounter: boolean;
733
- }> & {
734
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
735
- created?: ((() => void) | (() => void)[]) | undefined;
736
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
737
- mounted?: ((() => void) | (() => void)[]) | undefined;
738
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
739
- updated?: ((() => void) | (() => void)[]) | undefined;
740
- activated?: ((() => void) | (() => void)[]) | undefined;
741
- deactivated?: ((() => void) | (() => void)[]) | undefined;
742
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
743
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
744
- destroyed?: ((() => void) | (() => void)[]) | undefined;
745
- unmounted?: ((() => void) | (() => void)[]) | undefined;
746
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
747
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
748
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
749
- };
750
- $forceUpdate: () => void;
751
- $nextTick: typeof nextTick;
752
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
753
- } & Readonly<ExtractPropTypes<Omit<{
754
- loading: (StringConstructor | BooleanConstructor)[];
755
- theme: StringConstructor;
756
- appendInnerIcon: PropType<IconValue>;
757
- bgColor: StringConstructor;
758
- clearable: BooleanConstructor;
759
- clearIcon: {
760
- type: PropType<IconValue>;
761
- default: string;
762
- };
763
- active: BooleanConstructor;
764
- color: StringConstructor;
765
- dirty: BooleanConstructor;
766
- disabled: BooleanConstructor;
767
- error: BooleanConstructor;
768
- label: StringConstructor;
769
- persistentClear: BooleanConstructor;
770
- prependInnerIcon: PropType<IconValue>;
771
- reverse: BooleanConstructor;
772
- singleLine: BooleanConstructor;
773
- variant: {
774
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
775
- default: string;
776
- validator: (v: any) => boolean;
777
- };
778
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
779
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
780
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
781
- focused: BooleanConstructor;
782
- errorMessages: {
783
- type: PropType<string | string[]>;
784
- default: () => never[];
785
- };
786
- maxErrors: {
787
- type: (StringConstructor | NumberConstructor)[];
788
- default: number;
789
- };
790
- name: StringConstructor;
791
- readonly: BooleanConstructor;
792
- rules: {
793
- type: PropType<ValidationRule[]>;
794
- default: () => never[];
795
- };
796
- modelValue: null;
797
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
798
- validationValue: null;
799
- density: {
800
- type: PropType<Density>;
801
- default: string;
802
- validator: (v: any) => boolean;
803
- };
804
- id: StringConstructor;
805
- appendIcon: PropType<IconValue>;
806
- prependIcon: PropType<IconValue>;
807
- hideDetails: PropType<boolean | "auto">;
808
- messages: {
809
- type: PropType<string | string[]>;
810
- default: () => never[];
811
- };
812
- direction: {
813
- type: PropType<"horizontal" | "vertical">;
814
- default: string;
815
- validator: (v: any) => boolean;
816
- };
817
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
818
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
819
- autofocus: BooleanConstructor;
820
- counter: PropType<string | number | true>;
821
- counterValue: PropType<(value: any) => number>;
822
- hint: StringConstructor;
823
- persistentHint: BooleanConstructor;
824
- prefix: StringConstructor;
825
- placeholder: StringConstructor;
826
- persistentPlaceholder: BooleanConstructor;
827
- persistentCounter: BooleanConstructor;
828
- suffix: StringConstructor;
829
- type: {
830
- type: StringConstructor;
831
- default: string;
832
- };
833
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
834
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
835
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
836
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
837
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
838
- } & vue.ShallowUnwrapRef<Omit<Omit<{
839
- $: vue.ComponentInternalInstance;
840
- $data: {};
841
- $props: Partial<{
842
- error: boolean;
843
- direction: "horizontal" | "vertical";
844
- disabled: boolean;
845
- readonly: boolean;
846
- messages: string | string[];
847
- density: Density;
848
- focused: boolean;
849
- errorMessages: string | string[];
850
- maxErrors: string | number;
851
- rules: ValidationRule[];
852
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
853
- focused: BooleanConstructor;
854
- disabled: BooleanConstructor;
855
- error: BooleanConstructor;
856
- errorMessages: {
857
- type: PropType<string | string[]>;
858
- default: () => never[];
859
- };
860
- maxErrors: {
861
- type: (StringConstructor | NumberConstructor)[];
862
- default: number;
863
- };
864
- name: StringConstructor;
865
- label: StringConstructor;
866
- readonly: BooleanConstructor;
867
- rules: {
868
- type: PropType<ValidationRule[]>;
869
- default: () => never[];
870
- };
871
- modelValue: null;
872
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
873
- validationValue: null;
874
- density: {
875
- type: PropType<Density>;
876
- default: string;
877
- validator: (v: any) => boolean;
878
- };
879
- id: StringConstructor;
880
- appendIcon: PropType<IconValue>;
881
- prependIcon: PropType<IconValue>;
882
- hideDetails: PropType<boolean | "auto">;
883
- messages: {
884
- type: PropType<string | string[]>;
885
- default: () => never[];
886
- };
887
- direction: {
888
- type: PropType<"horizontal" | "vertical">;
889
- default: string;
890
- validator: (v: any) => boolean;
891
- };
892
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
893
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
894
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
895
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
896
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
897
- $attrs: {
898
- [x: string]: unknown;
899
- };
900
- $refs: {
901
- [x: string]: unknown;
902
- };
903
- $slots: Readonly<{
904
- [name: string]: vue.Slot | undefined;
905
- }>;
906
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
907
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
908
- $emit: (event: "update:modelValue", val: any) => void;
909
- $el: any;
910
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
911
- focused: BooleanConstructor;
912
- disabled: BooleanConstructor;
913
- error: BooleanConstructor;
914
- errorMessages: {
915
- type: PropType<string | string[]>;
916
- default: () => never[];
917
- };
918
- maxErrors: {
919
- type: (StringConstructor | NumberConstructor)[];
920
- default: number;
921
- };
922
- name: StringConstructor;
923
- label: StringConstructor;
924
- readonly: BooleanConstructor;
925
- rules: {
926
- type: PropType<ValidationRule[]>;
927
- default: () => never[];
928
- };
929
- modelValue: null;
930
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
931
- validationValue: null;
932
- density: {
933
- type: PropType<Density>;
934
- default: string;
935
- validator: (v: any) => boolean;
936
- };
937
- id: StringConstructor;
938
- appendIcon: PropType<IconValue>;
939
- prependIcon: PropType<IconValue>;
940
- hideDetails: PropType<boolean | "auto">;
941
- messages: {
942
- type: PropType<string | string[]>;
943
- default: () => never[];
944
- };
945
- direction: {
946
- type: PropType<"horizontal" | "vertical">;
947
- default: string;
948
- validator: (v: any) => boolean;
949
- };
950
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
951
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
952
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
953
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
954
- }, {
955
- reset: () => void;
956
- resetValidation: () => void;
957
- validate: () => Promise<string[]>;
958
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
959
- 'update:modelValue': (val: any) => boolean;
960
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">, string, {
961
- error: boolean;
962
- direction: "horizontal" | "vertical";
963
- disabled: boolean;
964
- readonly: boolean;
965
- messages: string | string[];
966
- density: Density;
967
- focused: boolean;
968
- errorMessages: string | string[];
969
- maxErrors: string | number;
970
- rules: ValidationRule[];
971
- }> & {
972
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
973
- created?: ((() => void) | (() => void)[]) | undefined;
974
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
975
- mounted?: ((() => void) | (() => void)[]) | undefined;
976
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
977
- updated?: ((() => void) | (() => void)[]) | undefined;
978
- activated?: ((() => void) | (() => void)[]) | undefined;
979
- deactivated?: ((() => void) | (() => void)[]) | undefined;
980
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
981
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
982
- destroyed?: ((() => void) | (() => void)[]) | undefined;
983
- unmounted?: ((() => void) | (() => void)[]) | undefined;
984
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
985
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
986
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
987
- };
988
- $forceUpdate: () => void;
989
- $nextTick: typeof nextTick;
990
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
991
- } & Readonly<ExtractPropTypes<Omit<{
992
- focused: BooleanConstructor;
993
- disabled: BooleanConstructor;
994
- error: BooleanConstructor;
995
- errorMessages: {
996
- type: PropType<string | string[]>;
997
- default: () => never[];
998
- };
999
- maxErrors: {
1000
- type: (StringConstructor | NumberConstructor)[];
1001
- default: number;
1002
- };
1003
- name: StringConstructor;
1004
- label: StringConstructor;
1005
- readonly: BooleanConstructor;
1006
- rules: {
1007
- type: PropType<ValidationRule[]>;
1008
- default: () => never[];
1009
- };
1010
- modelValue: null;
1011
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1012
- validationValue: null;
1013
- density: {
1014
- type: PropType<Density>;
1015
- default: string;
1016
- validator: (v: any) => boolean;
1017
- };
1018
- id: StringConstructor;
1019
- appendIcon: PropType<IconValue>;
1020
- prependIcon: PropType<IconValue>;
1021
- hideDetails: PropType<boolean | "auto">;
1022
- messages: {
1023
- type: PropType<string | string[]>;
1024
- default: () => never[];
1025
- };
1026
- direction: {
1027
- type: PropType<"horizontal" | "vertical">;
1028
- default: string;
1029
- validator: (v: any) => boolean;
1030
- };
1031
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1032
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1033
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
1034
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1035
- } & vue.ShallowUnwrapRef<{
1036
- reset: () => void;
1037
- resetValidation: () => void;
1038
- validate: () => Promise<string[]>;
1039
- }> & {} & vue.ComponentCustomProperties & {
1040
- $props: {
1041
- $children?: {} | vue.VNodeChild | {
1042
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1043
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1044
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1045
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1046
- };
1047
- 'v-slots'?: {
1048
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1049
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1050
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1051
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1052
- } | undefined;
1053
- } & {
1054
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1055
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1056
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1057
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1058
- };
1059
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
1060
- $: vue.ComponentInternalInstance;
1061
- $data: {};
1062
- $props: Partial<{
1063
- reverse: boolean;
1064
- error: boolean;
1065
- active: boolean;
1066
- disabled: boolean;
1067
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1068
- clearIcon: IconValue;
1069
- focused: boolean;
1070
- clearable: boolean;
1071
- dirty: boolean;
1072
- persistentClear: boolean;
1073
- singleLine: boolean;
1074
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
1075
- loading: (StringConstructor | BooleanConstructor)[];
1076
- theme: StringConstructor;
1077
- appendInnerIcon: PropType<IconValue>;
1078
- bgColor: StringConstructor;
1079
- clearable: BooleanConstructor;
1080
- clearIcon: {
1081
- type: PropType<IconValue>;
1082
- default: string;
1083
- };
1084
- active: BooleanConstructor;
1085
- color: StringConstructor;
1086
- dirty: BooleanConstructor;
1087
- disabled: BooleanConstructor;
1088
- error: BooleanConstructor;
1089
- label: StringConstructor;
1090
- persistentClear: BooleanConstructor;
1091
- prependInnerIcon: PropType<IconValue>;
1092
- reverse: BooleanConstructor;
1093
- singleLine: BooleanConstructor;
1094
- variant: {
1095
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1096
- default: string;
1097
- validator: (v: any) => boolean;
1098
- };
1099
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1100
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1101
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1102
- focused: BooleanConstructor;
1103
- id: StringConstructor;
1104
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1105
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1106
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1107
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1108
- $attrs: {
1109
- [x: string]: unknown;
1110
- };
1111
- $refs: {
1112
- [x: string]: unknown;
1113
- };
1114
- $slots: Readonly<{
1115
- [name: string]: vue.Slot | undefined;
1116
- }>;
1117
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1118
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1119
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
1120
- $el: any;
1121
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
1122
- loading: (StringConstructor | BooleanConstructor)[];
1123
- theme: StringConstructor;
1124
- appendInnerIcon: PropType<IconValue>;
1125
- bgColor: StringConstructor;
1126
- clearable: BooleanConstructor;
1127
- clearIcon: {
1128
- type: PropType<IconValue>;
1129
- default: string;
1130
- };
1131
- active: BooleanConstructor;
1132
- color: StringConstructor;
1133
- dirty: BooleanConstructor;
1134
- disabled: BooleanConstructor;
1135
- error: BooleanConstructor;
1136
- label: StringConstructor;
1137
- persistentClear: BooleanConstructor;
1138
- prependInnerIcon: PropType<IconValue>;
1139
- reverse: BooleanConstructor;
1140
- singleLine: BooleanConstructor;
1141
- variant: {
1142
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1143
- default: string;
1144
- validator: (v: any) => boolean;
1145
- };
1146
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1147
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1148
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1149
- focused: BooleanConstructor;
1150
- id: StringConstructor;
1151
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1152
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1153
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1154
- }, {
1155
- controlRef: vue.Ref<HTMLElement | undefined>;
1156
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1157
- 'click:control': (e: MouseEvent) => boolean;
1158
- 'update:focused': (focused: boolean) => boolean;
1159
- 'update:modelValue': (val: any) => boolean;
1160
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
1161
- reverse: boolean;
1162
- error: boolean;
1163
- active: boolean;
1164
- disabled: boolean;
1165
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1166
- clearIcon: IconValue;
1167
- focused: boolean;
1168
- clearable: boolean;
1169
- dirty: boolean;
1170
- persistentClear: boolean;
1171
- singleLine: boolean;
1172
- }> & {
1173
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1174
- created?: ((() => void) | (() => void)[]) | undefined;
1175
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1176
- mounted?: ((() => void) | (() => void)[]) | undefined;
1177
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1178
- updated?: ((() => void) | (() => void)[]) | undefined;
1179
- activated?: ((() => void) | (() => void)[]) | undefined;
1180
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1181
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1182
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1183
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1184
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1185
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1186
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1187
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1188
- };
1189
- $forceUpdate: () => void;
1190
- $nextTick: typeof nextTick;
1191
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1192
- } & Readonly<ExtractPropTypes<Omit<{
1193
- loading: (StringConstructor | BooleanConstructor)[];
1194
- theme: StringConstructor;
1195
- appendInnerIcon: PropType<IconValue>;
1196
- bgColor: StringConstructor;
1197
- clearable: BooleanConstructor;
1198
- clearIcon: {
1199
- type: PropType<IconValue>;
1200
- default: string;
1201
- };
1202
- active: BooleanConstructor;
1203
- color: StringConstructor;
1204
- dirty: BooleanConstructor;
1205
- disabled: BooleanConstructor;
1206
- error: BooleanConstructor;
1207
- label: StringConstructor;
1208
- persistentClear: BooleanConstructor;
1209
- prependInnerIcon: PropType<IconValue>;
1210
- reverse: BooleanConstructor;
1211
- singleLine: BooleanConstructor;
1212
- variant: {
1213
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1214
- default: string;
1215
- validator: (v: any) => boolean;
1216
- };
1217
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1218
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1219
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1220
- focused: BooleanConstructor;
1221
- id: StringConstructor;
1222
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1223
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1224
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1225
- } & vue.ShallowUnwrapRef<{
1226
- controlRef: vue.Ref<HTMLElement | undefined>;
1227
- }> & {} & vue.ComponentCustomProperties & {
1228
- $props: {
1229
- modelValue?: unknown;
1230
- 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
1231
- } & {
1232
- $children?: {} | vue.VNodeChild | {
1233
- clear?: (() => vue.VNodeChild) | undefined;
1234
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1235
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1236
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1237
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1238
- default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1239
- };
1240
- 'v-slots'?: {
1241
- clear?: false | (() => vue.VNodeChild) | undefined;
1242
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1243
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1244
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1245
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1246
- default?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1247
- } | undefined;
1248
- } & {
1249
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
1250
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1251
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1252
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1253
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1254
- "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1255
- };
1256
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
1257
- __isFragment?: undefined;
1258
- __isTeleport?: undefined;
1259
- __isSuspense?: undefined;
1260
- } & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
1261
- loading: (StringConstructor | BooleanConstructor)[];
1262
- theme: StringConstructor;
1263
- appendInnerIcon: PropType<IconValue>;
1264
- bgColor: StringConstructor;
1265
- clearable: BooleanConstructor;
1266
- clearIcon: {
1267
- type: PropType<IconValue>;
1268
- default: string;
1269
- };
1270
- active: BooleanConstructor;
1271
- color: StringConstructor;
1272
- dirty: BooleanConstructor;
1273
- disabled: BooleanConstructor;
1274
- error: BooleanConstructor;
1275
- label: StringConstructor;
1276
- persistentClear: BooleanConstructor;
1277
- prependInnerIcon: PropType<IconValue>;
1278
- reverse: BooleanConstructor;
1279
- singleLine: BooleanConstructor;
1280
- variant: {
1281
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1282
- default: string;
1283
- validator: (v: any) => boolean;
1284
- };
1285
- 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
1286
- 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
1287
- 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1288
- focused: BooleanConstructor;
1289
- errorMessages: {
1290
- type: PropType<string | string[]>;
1291
- default: () => never[];
1292
- };
1293
- maxErrors: {
1294
- type: (StringConstructor | NumberConstructor)[];
1295
- default: number;
1296
- };
1297
- name: StringConstructor;
1298
- readonly: BooleanConstructor;
1299
- rules: {
1300
- type: PropType<ValidationRule[]>;
1301
- default: () => never[];
1302
- };
1303
- modelValue: null;
1304
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1305
- validationValue: null;
1306
- density: {
1307
- type: PropType<Density>;
1308
- default: string;
1309
- validator: (v: any) => boolean;
1310
- };
1311
- id: StringConstructor;
1312
- appendIcon: PropType<IconValue>;
1313
- prependIcon: PropType<IconValue>;
1314
- hideDetails: PropType<boolean | "auto">;
1315
- messages: {
1316
- type: PropType<string | string[]>;
1317
- default: () => never[];
1318
- };
1319
- direction: {
1320
- type: PropType<"horizontal" | "vertical">;
1321
- default: string;
1322
- validator: (v: any) => boolean;
1323
- };
1324
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1325
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1326
- autofocus: BooleanConstructor;
1327
- counter: PropType<string | number | true>;
1328
- counterValue: PropType<(value: any) => number>;
1329
- hint: StringConstructor;
1330
- persistentHint: BooleanConstructor;
1331
- prefix: StringConstructor;
1332
- placeholder: StringConstructor;
1333
- persistentPlaceholder: BooleanConstructor;
1334
- persistentCounter: BooleanConstructor;
1335
- suffix: StringConstructor;
1336
- type: {
1337
- type: StringConstructor;
1338
- default: string;
45
+ declare const VTextField: vue.DefineComponent<{
46
+ reverse: boolean;
47
+ type: string;
48
+ error: boolean;
49
+ active: boolean;
50
+ direction: "horizontal" | "vertical";
51
+ autofocus: boolean;
52
+ disabled: boolean;
53
+ readonly: boolean;
54
+ messages: string | string[];
55
+ density: Density;
56
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
57
+ clearIcon: IconValue;
58
+ focused: boolean;
59
+ errorMessages: string | string[];
60
+ maxErrors: string | number;
61
+ rules: ValidationRule[];
62
+ clearable: boolean;
63
+ dirty: boolean;
64
+ persistentClear: boolean;
65
+ singleLine: boolean;
66
+ persistentHint: boolean;
67
+ persistentPlaceholder: boolean;
68
+ persistentCounter: boolean;
69
+ } & {
70
+ id?: string | undefined;
71
+ name?: string | undefined;
72
+ color?: string | undefined;
73
+ loading?: string | boolean | undefined;
74
+ label?: string | undefined;
75
+ prefix?: string | undefined;
76
+ placeholder?: string | undefined;
77
+ theme?: string | undefined;
78
+ counter?: string | number | true | undefined;
79
+ modelValue?: any;
80
+ bgColor?: string | undefined;
81
+ prependIcon?: IconValue | undefined;
82
+ appendIcon?: IconValue | undefined;
83
+ appendInnerIcon?: IconValue | undefined;
84
+ prependInnerIcon?: IconValue | undefined;
85
+ 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
86
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
87
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
88
+ 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
89
+ 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
90
+ validateOn?: "input" | "blur" | "submit" | undefined;
91
+ validationValue?: any;
92
+ hideDetails?: boolean | "auto" | undefined;
93
+ hint?: string | undefined;
94
+ suffix?: string | undefined;
95
+ counterValue?: ((value: any) => number) | undefined;
96
+ } & {
97
+ $children?: {} | vue.VNodeChild | {
98
+ clear?: (() => vue.VNodeChild) | undefined;
99
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
100
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
101
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
102
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
103
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
104
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
105
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
106
+ default?: (() => vue.VNodeChild) | undefined;
1339
107
  };
1340
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1341
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1342
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1343
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1344
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
108
+ 'v-slots'?: {
109
+ clear?: false | (() => vue.VNodeChild) | undefined;
110
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
111
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
112
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
113
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
114
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
115
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
116
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
117
+ default?: false | (() => vue.VNodeChild) | undefined;
118
+ } | undefined;
119
+ } & {
120
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
121
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
122
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
123
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
124
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
125
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
126
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
127
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
128
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1345
129
  }, Omit<Omit<{
1346
130
  $: vue.ComponentInternalInstance;
1347
131
  $data: {};
@@ -1356,49 +140,48 @@ declare const VTextField: {
1356
140
  errorMessages: string | string[];
1357
141
  maxErrors: string | number;
1358
142
  rules: ValidationRule[];
1359
- }> & Omit<Readonly<ExtractPropTypes<Omit<{
1360
- focused: BooleanConstructor;
1361
- disabled: BooleanConstructor;
1362
- error: BooleanConstructor;
1363
- errorMessages: {
1364
- type: PropType<string | string[]>;
1365
- default: () => never[];
1366
- };
1367
- maxErrors: {
1368
- type: (StringConstructor | NumberConstructor)[];
1369
- default: number;
1370
- };
1371
- name: StringConstructor;
1372
- label: StringConstructor;
1373
- readonly: BooleanConstructor;
1374
- rules: {
1375
- type: PropType<ValidationRule[]>;
1376
- default: () => never[];
1377
- };
1378
- modelValue: null;
1379
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1380
- validationValue: null;
1381
- density: {
1382
- type: PropType<Density>;
1383
- default: string;
1384
- validator: (v: any) => boolean;
1385
- };
1386
- id: StringConstructor;
1387
- appendIcon: PropType<IconValue>;
1388
- prependIcon: PropType<IconValue>;
1389
- hideDetails: PropType<boolean | "auto">;
1390
- messages: {
1391
- type: PropType<string | string[]>;
1392
- default: () => never[];
1393
- };
1394
- direction: {
1395
- type: PropType<"horizontal" | "vertical">;
1396
- default: string;
1397
- validator: (v: any) => boolean;
143
+ }> & Omit<{
144
+ error: boolean;
145
+ direction: "horizontal" | "vertical";
146
+ disabled: boolean;
147
+ readonly: boolean;
148
+ messages: string | string[];
149
+ density: Density;
150
+ focused: boolean;
151
+ errorMessages: string | string[];
152
+ maxErrors: string | number;
153
+ rules: ValidationRule[];
154
+ } & {
155
+ id?: string | undefined;
156
+ name?: string | undefined;
157
+ label?: string | undefined;
158
+ modelValue?: any;
159
+ prependIcon?: IconValue | undefined;
160
+ appendIcon?: IconValue | undefined;
161
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
162
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
163
+ validateOn?: "input" | "blur" | "submit" | undefined;
164
+ validationValue?: any;
165
+ hideDetails?: boolean | "auto" | undefined;
166
+ } & {
167
+ $children?: {} | vue.VNodeChild | {
168
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
169
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
170
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
171
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1398
172
  };
1399
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1400
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1401
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
173
+ 'v-slots'?: {
174
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
175
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
176
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
177
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
178
+ } | undefined;
179
+ } & {
180
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
181
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
182
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
183
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
184
+ } & {
1402
185
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1403
186
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
1404
187
  $attrs: {
@@ -1410,61 +193,60 @@ declare const VTextField: {
1410
193
  $slots: Readonly<{
1411
194
  [name: string]: vue.Slot | undefined;
1412
195
  }>;
1413
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1414
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
196
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
197
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1415
198
  $emit: (event: "update:modelValue", val: any) => void;
1416
199
  $el: any;
1417
- $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
1418
- focused: BooleanConstructor;
1419
- disabled: BooleanConstructor;
1420
- error: BooleanConstructor;
1421
- errorMessages: {
1422
- type: PropType<string | string[]>;
1423
- default: () => never[];
1424
- };
1425
- maxErrors: {
1426
- type: (StringConstructor | NumberConstructor)[];
1427
- default: number;
1428
- };
1429
- name: StringConstructor;
1430
- label: StringConstructor;
1431
- readonly: BooleanConstructor;
1432
- rules: {
1433
- type: PropType<ValidationRule[]>;
1434
- default: () => never[];
1435
- };
1436
- modelValue: null;
1437
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1438
- validationValue: null;
1439
- density: {
1440
- type: PropType<Density>;
1441
- default: string;
1442
- validator: (v: any) => boolean;
1443
- };
1444
- id: StringConstructor;
1445
- appendIcon: PropType<IconValue>;
1446
- prependIcon: PropType<IconValue>;
1447
- hideDetails: PropType<boolean | "auto">;
1448
- messages: {
1449
- type: PropType<string | string[]>;
1450
- default: () => never[];
1451
- };
1452
- direction: {
1453
- type: PropType<"horizontal" | "vertical">;
1454
- default: string;
1455
- validator: (v: any) => boolean;
200
+ $options: vue.ComponentOptionsBase<{
201
+ error: boolean;
202
+ direction: "horizontal" | "vertical";
203
+ disabled: boolean;
204
+ readonly: boolean;
205
+ messages: string | string[];
206
+ density: Density;
207
+ focused: boolean;
208
+ errorMessages: string | string[];
209
+ maxErrors: string | number;
210
+ rules: ValidationRule[];
211
+ } & {
212
+ id?: string | undefined;
213
+ name?: string | undefined;
214
+ label?: string | undefined;
215
+ modelValue?: any;
216
+ prependIcon?: IconValue | undefined;
217
+ appendIcon?: IconValue | undefined;
218
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
219
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
220
+ validateOn?: "input" | "blur" | "submit" | undefined;
221
+ validationValue?: any;
222
+ hideDetails?: boolean | "auto" | undefined;
223
+ } & {
224
+ $children?: {} | vue.VNodeChild | {
225
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
226
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
227
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
228
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1456
229
  };
1457
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1458
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1459
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
230
+ 'v-slots'?: {
231
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
232
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
233
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
234
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
235
+ } | undefined;
236
+ } & {
237
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
238
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
239
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
240
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
241
+ } & {
1460
242
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1461
243
  }, {
1462
244
  reset: () => void;
1463
245
  resetValidation: () => void;
1464
246
  validate: () => Promise<string[]>;
1465
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1466
- 'update:modelValue': (val: any) => boolean;
1467
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">, string, {
247
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
248
+ 'update:modelValue': (val: any) => true;
249
+ }, string, {
1468
250
  error: boolean;
1469
251
  direction: "horizontal" | "vertical";
1470
252
  disabled: boolean;
@@ -1475,7 +257,7 @@ declare const VTextField: {
1475
257
  errorMessages: string | string[];
1476
258
  maxErrors: string | number;
1477
259
  rules: ValidationRule[];
1478
- }> & {
260
+ }, {}, string> & {
1479
261
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1480
262
  created?: ((() => void) | (() => void)[]) | undefined;
1481
263
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1490,80 +272,59 @@ declare const VTextField: {
1490
272
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1491
273
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1492
274
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1493
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
275
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1494
276
  };
1495
277
  $forceUpdate: () => void;
1496
278
  $nextTick: typeof nextTick;
1497
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1498
- } & Readonly<ExtractPropTypes<Omit<{
1499
- focused: BooleanConstructor;
1500
- disabled: BooleanConstructor;
1501
- error: BooleanConstructor;
1502
- errorMessages: {
1503
- type: PropType<string | string[]>;
1504
- default: () => never[];
1505
- };
1506
- maxErrors: {
1507
- type: (StringConstructor | NumberConstructor)[];
1508
- default: number;
1509
- };
1510
- name: StringConstructor;
1511
- label: StringConstructor;
1512
- readonly: BooleanConstructor;
1513
- rules: {
1514
- type: PropType<ValidationRule[]>;
1515
- default: () => never[];
1516
- };
1517
- modelValue: null;
1518
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1519
- validationValue: null;
1520
- density: {
1521
- type: PropType<Density>;
1522
- default: string;
1523
- validator: (v: any) => boolean;
1524
- };
1525
- id: StringConstructor;
1526
- appendIcon: PropType<IconValue>;
1527
- prependIcon: PropType<IconValue>;
1528
- hideDetails: PropType<boolean | "auto">;
1529
- messages: {
1530
- type: PropType<string | string[]>;
1531
- default: () => never[];
1532
- };
1533
- direction: {
1534
- type: PropType<"horizontal" | "vertical">;
1535
- default: string;
1536
- validator: (v: any) => boolean;
279
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
280
+ } & {
281
+ error: boolean;
282
+ direction: "horizontal" | "vertical";
283
+ disabled: boolean;
284
+ readonly: boolean;
285
+ messages: string | string[];
286
+ density: Density;
287
+ focused: boolean;
288
+ errorMessages: string | string[];
289
+ maxErrors: string | number;
290
+ rules: ValidationRule[];
291
+ } & {
292
+ id?: string | undefined;
293
+ name?: string | undefined;
294
+ label?: string | undefined;
295
+ modelValue?: any;
296
+ prependIcon?: IconValue | undefined;
297
+ appendIcon?: IconValue | undefined;
298
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
299
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
300
+ validateOn?: "input" | "blur" | "submit" | undefined;
301
+ validationValue?: any;
302
+ hideDetails?: boolean | "auto" | undefined;
303
+ } & {
304
+ $children?: {} | vue.VNodeChild | {
305
+ default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
306
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
307
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
308
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1537
309
  };
1538
- 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
1539
- 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
1540
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
310
+ 'v-slots'?: {
311
+ default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
312
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
313
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
314
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
315
+ } | undefined;
316
+ } & {
317
+ "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
318
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
319
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
320
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
321
+ } & {
1541
322
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1542
323
  } & vue.ShallowUnwrapRef<{
1543
324
  reset: () => void;
1544
325
  resetValidation: () => void;
1545
326
  validate: () => Promise<string[]>;
1546
- }> & {} & vue.ComponentCustomProperties & {
1547
- $props: {
1548
- $children?: {} | vue.VNodeChild | {
1549
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1550
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1551
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1552
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1553
- };
1554
- 'v-slots'?: {
1555
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1556
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1557
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1558
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1559
- } | undefined;
1560
- } & {
1561
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1562
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1563
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1564
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1565
- };
1566
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
327
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
1567
328
  $: vue.ComponentInternalInstance;
1568
329
  $data: {};
1569
330
  $props: Partial<{
@@ -1608,9 +369,8 @@ declare const VTextField: {
1608
369
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1609
370
  focused: BooleanConstructor;
1610
371
  id: StringConstructor;
1611
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
372
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1612
373
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1613
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1614
374
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1615
375
  $attrs: {
1616
376
  [x: string]: unknown;
@@ -1621,9 +381,9 @@ declare const VTextField: {
1621
381
  $slots: Readonly<{
1622
382
  [name: string]: vue.Slot | undefined;
1623
383
  }>;
1624
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1625
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1626
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
384
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
385
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
386
+ $emit: (event: "update:focused", focused: boolean) => void;
1627
387
  $el: any;
1628
388
  $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
1629
389
  loading: (StringConstructor | BooleanConstructor)[];
@@ -1655,16 +415,14 @@ declare const VTextField: {
1655
415
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1656
416
  focused: BooleanConstructor;
1657
417
  id: StringConstructor;
1658
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
418
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1659
419
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1660
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1661
420
  }, {
1662
421
  controlRef: vue.Ref<HTMLElement | undefined>;
1663
422
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1664
- 'click:control': (e: MouseEvent) => boolean;
1665
- 'update:focused': (focused: boolean) => boolean;
1666
- 'update:modelValue': (val: any) => boolean;
1667
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
423
+ 'update:focused': (focused: boolean) => true;
424
+ 'update:modelValue': (val: any) => true;
425
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1668
426
  reverse: boolean;
1669
427
  error: boolean;
1670
428
  active: boolean;
@@ -1676,7 +434,7 @@ declare const VTextField: {
1676
434
  dirty: boolean;
1677
435
  persistentClear: boolean;
1678
436
  singleLine: boolean;
1679
- }> & {
437
+ }, {}, string> & {
1680
438
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1681
439
  created?: ((() => void) | (() => void)[]) | undefined;
1682
440
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1691,11 +449,11 @@ declare const VTextField: {
1691
449
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1692
450
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1693
451
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1694
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
452
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1695
453
  };
1696
454
  $forceUpdate: () => void;
1697
455
  $nextTick: typeof nextTick;
1698
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
456
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1699
457
  } & Readonly<ExtractPropTypes<Omit<{
1700
458
  loading: (StringConstructor | BooleanConstructor)[];
1701
459
  theme: StringConstructor;
@@ -1726,12 +484,11 @@ declare const VTextField: {
1726
484
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1727
485
  focused: BooleanConstructor;
1728
486
  id: StringConstructor;
1729
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
487
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
1730
488
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1731
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1732
489
  } & vue.ShallowUnwrapRef<{
1733
490
  controlRef: vue.Ref<HTMLElement | undefined>;
1734
- }> & {} & vue.ComponentCustomProperties & {
491
+ }> & {} & vue.ComponentCustomProperties & {} & {
1735
492
  $props: {
1736
493
  modelValue?: unknown;
1737
494
  'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
@@ -1760,12 +517,101 @@ declare const VTextField: {
1760
517
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1761
518
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
1762
519
  };
1763
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1764
- 'click:control': (e: MouseEvent) => boolean;
1765
- 'click:input': (e: MouseEvent) => boolean;
1766
- 'update:focused': (focused: boolean) => boolean;
1767
- 'update:modelValue': (val: string) => boolean;
1768
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
520
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slot:default" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
521
+ 'click:control': (e: MouseEvent) => true;
522
+ 'mousedown:control': (e: MouseEvent) => true;
523
+ 'update:focused': (focused: boolean) => true;
524
+ 'update:modelValue': (val: string) => true;
525
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
526
+ reverse: boolean;
527
+ type: string;
528
+ error: boolean;
529
+ active: boolean;
530
+ direction: "horizontal" | "vertical";
531
+ autofocus: boolean;
532
+ disabled: boolean;
533
+ readonly: boolean;
534
+ messages: string | string[];
535
+ density: Density;
536
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
537
+ clearIcon: IconValue;
538
+ focused: boolean;
539
+ errorMessages: string | string[];
540
+ maxErrors: string | number;
541
+ rules: ValidationRule[];
542
+ clearable: boolean;
543
+ dirty: boolean;
544
+ persistentClear: boolean;
545
+ singleLine: boolean;
546
+ persistentHint: boolean;
547
+ persistentPlaceholder: boolean;
548
+ persistentCounter: boolean;
549
+ } & {
550
+ id?: string | undefined;
551
+ name?: string | undefined;
552
+ color?: string | undefined;
553
+ loading?: string | boolean | undefined;
554
+ label?: string | undefined;
555
+ prefix?: string | undefined;
556
+ placeholder?: string | undefined;
557
+ theme?: string | undefined;
558
+ counter?: string | number | true | undefined;
559
+ modelValue?: any;
560
+ bgColor?: string | undefined;
561
+ prependIcon?: IconValue | undefined;
562
+ appendIcon?: IconValue | undefined;
563
+ appendInnerIcon?: IconValue | undefined;
564
+ prependInnerIcon?: IconValue | undefined;
565
+ 'onClick:clear'?: EventProp<(...args: any[]) => any> | undefined;
566
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
567
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
568
+ 'onClick:appendInner'?: EventProp<(...args: any[]) => any> | undefined;
569
+ 'onClick:prependInner'?: EventProp<(...args: any[]) => any> | undefined;
570
+ validateOn?: "input" | "blur" | "submit" | undefined;
571
+ validationValue?: any;
572
+ hideDetails?: boolean | "auto" | undefined;
573
+ hint?: string | undefined;
574
+ suffix?: string | undefined;
575
+ counterValue?: ((value: any) => number) | undefined;
576
+ } & {
577
+ $children?: {} | vue.VNodeChild | {
578
+ clear?: (() => vue.VNodeChild) | undefined;
579
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
580
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
581
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
582
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
583
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
584
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
585
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
586
+ default?: (() => vue.VNodeChild) | undefined;
587
+ };
588
+ 'v-slots'?: {
589
+ clear?: false | (() => vue.VNodeChild) | undefined;
590
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
591
+ label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
592
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
593
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
594
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
595
+ 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
596
+ 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
597
+ default?: false | (() => vue.VNodeChild) | undefined;
598
+ } | undefined;
599
+ } & {
600
+ "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
601
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
602
+ "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
603
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
604
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
605
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
606
+ "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
607
+ "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
608
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
609
+ } & {
610
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
611
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
612
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
613
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
614
+ }, {
1769
615
  reverse: boolean;
1770
616
  type: string;
1771
617
  error: boolean;
@@ -1789,11 +635,7 @@ declare const VTextField: {
1789
635
  persistentHint: boolean;
1790
636
  persistentPlaceholder: boolean;
1791
637
  persistentCounter: boolean;
1792
- }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1793
- $props: SlotsToProps<Omit<VInputSlots & VFieldSlots, 'default'> & MakeSlots<{
1794
- default: [];
1795
- }>>;
1796
- });
1797
- declare type VTextField = InstanceType<typeof VTextField>;
638
+ }>;
639
+ type VTextField = InstanceType<typeof VTextField>;
1798
640
 
1799
641
  export { VTextField };