vuetify 3.2.4 → 3.3.0

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 (335) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +2503 -2151
  3. package/dist/json/importMap-labs.json +12 -4
  4. package/dist/json/importMap.json +28 -28
  5. package/dist/json/tags.json +107 -9
  6. package/dist/json/web-types.json +10785 -7110
  7. package/dist/vuetify-labs.css +263 -153
  8. package/dist/vuetify-labs.d.ts +35870 -16257
  9. package/dist/vuetify-labs.esm.js +1466 -934
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1465 -933
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +246 -168
  14. package/dist/vuetify.d.ts +27883 -14061
  15. package/dist/vuetify.esm.js +477 -300
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +476 -299
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +811 -806
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  23. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  24. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  25. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
  28. package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
  30. package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
  34. package/lib/components/VAutocomplete/index.d.mts +2048 -0
  35. package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
  36. package/lib/components/VBadge/_variables.scss +1 -1
  37. package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
  38. package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
  39. package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
  45. package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
  46. package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
  47. package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
  48. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  49. package/lib/components/VCard/VCard.mjs.map +1 -1
  50. package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
  51. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  52. package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
  53. package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  55. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
  56. package/lib/components/VChip/VChip.css +4 -2
  57. package/lib/components/VChip/VChip.mjs.map +1 -1
  58. package/lib/components/VChip/VChip.sass +3 -2
  59. package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
  60. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  61. package/lib/components/VChipGroup/index.d.mts +470 -0
  62. package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
  63. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  64. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
  69. package/lib/components/VColorPicker/util/index.mjs +2 -22
  70. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  71. package/lib/components/VCombobox/VCombobox.css +15 -9
  72. package/lib/components/VCombobox/VCombobox.mjs +82 -37
  73. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.sass +15 -11
  75. package/lib/components/VCombobox/index.d.mts +2060 -0
  76. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  77. package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
  78. package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
  79. package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
  80. package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
  81. package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
  82. package/lib/components/VField/VField.css +49 -16
  83. package/lib/components/VField/VField.mjs +12 -2
  84. package/lib/components/VField/VField.mjs.map +1 -1
  85. package/lib/components/VField/VField.sass +40 -11
  86. package/lib/components/VField/_variables.scss +8 -2
  87. package/lib/components/VField/index.d.mts +682 -0
  88. package/lib/components/VFileInput/VFileInput.css +3 -0
  89. package/lib/components/VFileInput/VFileInput.mjs +7 -1
  90. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  91. package/lib/components/VFileInput/VFileInput.sass +6 -1
  92. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
  93. package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
  94. package/lib/components/VForm/VForm.mjs.map +1 -1
  95. package/lib/components/VForm/index.d.mts +993 -0
  96. package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
  97. package/lib/components/VHover/VHover.mjs.map +1 -1
  98. package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
  99. package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
  100. package/lib/components/VImg/VImg.css +2 -4
  101. package/lib/components/VImg/VImg.mjs +25 -24
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/VImg.sass +4 -3
  104. package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
  105. package/lib/components/VInput/VInput.css +10 -4
  106. package/lib/components/VInput/VInput.mjs +9 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VInput/VInput.sass +7 -2
  109. package/lib/components/VInput/_variables.scss +1 -0
  110. package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
  111. package/lib/components/VItemGroup/VItem.mjs +1 -1
  112. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  113. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  114. package/lib/components/VItemGroup/index.d.mts +781 -0
  115. package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
  116. package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
  117. package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
  118. package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
  119. package/lib/components/VList/VList.mjs +6 -1
  120. package/lib/components/VList/VList.mjs.map +1 -1
  121. package/lib/components/VList/VListChildren.mjs +4 -8
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +3 -0
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +11 -6
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
  128. package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
  129. package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
  130. package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
  131. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  132. package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
  133. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  136. package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
  137. package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
  138. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  139. package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
  140. package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
  141. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  142. package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
  143. package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
  144. package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
  145. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
  146. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  147. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  148. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
  149. package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
  150. package/lib/components/VResponsive/VResponsive.css +13 -5
  151. package/lib/components/VResponsive/VResponsive.mjs +4 -1
  152. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  153. package/lib/components/VResponsive/VResponsive.sass +12 -4
  154. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
  155. package/lib/components/VSelect/VSelect.css +15 -9
  156. package/lib/components/VSelect/VSelect.mjs +23 -18
  157. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  158. package/lib/components/VSelect/VSelect.sass +14 -11
  159. package/lib/components/VSelect/index.d.mts +1986 -0
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  161. package/lib/components/VSelectionControl/index.d.mts +403 -0
  162. package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
  163. package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
  164. package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
  165. package/lib/components/VSlider/VSlider.mjs +2 -2
  166. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
  171. package/lib/components/VSlider/slider.mjs +8 -2
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
  174. package/lib/components/VSwitch/VSwitch.css +3 -3
  175. package/lib/components/VSwitch/VSwitch.sass +4 -3
  176. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
  177. package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
  178. package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
  179. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  180. package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
  181. package/lib/components/VTextField/VTextField.css +9 -1
  182. package/lib/components/VTextField/VTextField.mjs +4 -2
  183. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  184. package/lib/components/VTextField/VTextField.sass +8 -1
  185. package/lib/components/VTextField/index.d.mts +2735 -0
  186. package/lib/components/VTextarea/VTextarea.mjs +13 -4
  187. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  188. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
  189. package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
  190. package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
  191. package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
  192. package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
  193. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  194. package/lib/components/VValidation/index.d.mts +634 -0
  195. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  196. package/lib/components/VVirtualScroll/index.d.mts +229 -0
  197. package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
  198. package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
  199. package/lib/components/index.mjs +2 -3
  200. package/lib/components/index.mjs.map +1 -1
  201. package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
  202. package/lib/composables/display.mjs +6 -6
  203. package/lib/composables/display.mjs.map +1 -1
  204. package/lib/composables/filter.mjs +5 -4
  205. package/lib/composables/filter.mjs.map +1 -1
  206. package/lib/composables/form.mjs +2 -3
  207. package/lib/composables/form.mjs.map +1 -1
  208. package/lib/composables/forwardRefs.mjs.map +1 -1
  209. package/lib/composables/group.mjs +13 -13
  210. package/lib/composables/group.mjs.map +1 -1
  211. package/lib/composables/icons.mjs.map +1 -1
  212. package/lib/composables/{items.mjs → list-items.mjs} +9 -6
  213. package/lib/composables/list-items.mjs.map +1 -0
  214. package/lib/composables/nested/nested.mjs.map +1 -1
  215. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  216. package/lib/composables/scroll.mjs +2 -2
  217. package/lib/composables/scroll.mjs.map +1 -1
  218. package/lib/composables/validation.mjs +44 -16
  219. package/lib/composables/validation.mjs.map +1 -1
  220. package/lib/entry-bundler.mjs +1 -1
  221. package/lib/framework.mjs +1 -1
  222. package/lib/framework.mjs.map +1 -1
  223. package/lib/{index.d.ts → index.d.mts} +16 -10
  224. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  225. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  226. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  227. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  228. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  229. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  230. package/lib/labs/VBottomSheet/index.mjs +2 -0
  231. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  232. package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
  233. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
  234. package/lib/labs/VDataIterator/composables/items.mjs +37 -0
  235. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
  236. package/lib/labs/VDataIterator/index.d.mts +704 -0
  237. package/lib/labs/VDataIterator/index.mjs +2 -0
  238. package/lib/labs/VDataIterator/index.mjs.map +1 -0
  239. package/lib/labs/VDataTable/VDataTable.mjs +58 -20
  240. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  242. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  243. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
  244. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  245. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  246. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  247. package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
  248. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  249. package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
  250. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  251. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  252. package/lib/labs/VDataTable/composables/group.mjs +8 -6
  253. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  254. package/lib/labs/VDataTable/composables/headers.mjs +2 -3
  255. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  256. package/lib/labs/VDataTable/composables/items.mjs +31 -32
  257. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  258. package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
  259. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  260. package/lib/labs/VDataTable/composables/select.mjs +3 -3
  261. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  262. package/lib/labs/VDataTable/composables/sort.mjs +17 -17
  263. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  264. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  265. package/lib/labs/VDataTable/index.d.mts +9681 -0
  266. package/lib/labs/VDataTable/index.mjs +1 -1
  267. package/lib/labs/VDataTable/index.mjs.map +1 -1
  268. package/lib/labs/VDataTable/types.mjs.map +1 -1
  269. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  270. package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
  271. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  272. package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
  273. package/lib/labs/components.d.mts +11806 -0
  274. package/lib/labs/components.mjs +2 -0
  275. package/lib/labs/components.mjs.map +1 -1
  276. package/lib/labs/date/date.mjs.map +1 -1
  277. package/lib/labs/date/index.d.mts +70 -0
  278. package/lib/labs/date/index.mjs +1 -1
  279. package/lib/labs/date/index.mjs.map +1 -1
  280. package/lib/styles/settings/_variables.scss +3 -3
  281. package/lib/util/colorUtils.mjs +68 -3
  282. package/lib/util/colorUtils.mjs.map +1 -1
  283. package/lib/util/console.mjs +12 -81
  284. package/lib/util/console.mjs.map +1 -1
  285. package/lib/util/defineComponent.mjs.map +1 -1
  286. package/lib/util/helpers.mjs +4 -18
  287. package/lib/util/helpers.mjs.map +1 -1
  288. package/lib/util/propsFactory.mjs +2 -0
  289. package/lib/util/propsFactory.mjs.map +1 -1
  290. package/package.json +13 -9
  291. package/lib/components/VAutocomplete/index.d.ts +0 -2050
  292. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  293. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  294. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  295. package/lib/components/VBottomSheet/_variables.scss +0 -3
  296. package/lib/components/VBottomSheet/index.mjs +0 -4
  297. package/lib/components/VBottomSheet/index.mjs.map +0 -1
  298. package/lib/components/VChipGroup/index.d.ts +0 -280
  299. package/lib/components/VCombobox/index.d.ts +0 -2086
  300. package/lib/components/VData/VData.mjs +0 -374
  301. package/lib/components/VData/VData.mjs.map +0 -1
  302. package/lib/components/VData/index.mjs +0 -4
  303. package/lib/components/VData/index.mjs.map +0 -1
  304. package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
  305. package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
  306. package/lib/components/VDataIterator/VDataFooter.sass +0 -71
  307. package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
  308. package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
  309. package/lib/components/VDataIterator/_variables.scss +0 -13
  310. package/lib/components/VDataIterator/index.mjs +0 -10
  311. package/lib/components/VDataIterator/index.mjs.map +0 -1
  312. package/lib/components/VField/index.d.ts +0 -563
  313. package/lib/components/VForm/index.d.ts +0 -284
  314. package/lib/components/VItemGroup/index.d.ts +0 -396
  315. package/lib/components/VSelect/index.d.ts +0 -1981
  316. package/lib/components/VSelectionControl/index.d.ts +0 -387
  317. package/lib/components/VTextField/index.d.ts +0 -2061
  318. package/lib/components/VValidation/index.d.ts +0 -243
  319. package/lib/components/VVirtualScroll/index.d.ts +0 -197
  320. package/lib/composables/items.mjs.map +0 -1
  321. package/lib/labs/VDataTable/index.d.ts +0 -5415
  322. package/lib/labs/components.d.ts +0 -5945
  323. package/lib/labs/date/index.d.ts +0 -38
  324. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  325. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  326. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  327. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  328. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  329. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  330. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  331. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  332. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  333. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  334. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  335. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -1,2061 +0,0 @@
1
- import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
3
-
4
- type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
5
- $children?: (VNodeChild | (T extends {
6
- default: infer V;
7
- } ? V : {}) | {
8
- [K in keyof T]?: T[K];
9
- });
10
- 'v-slots'?: {
11
- [K in keyof T]?: T[K] | false;
12
- };
13
- } & {
14
- [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
15
- };
16
- type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
17
- type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
18
- [K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
19
- };
20
- type GenericProps<Props, Slots extends Record<string, any[]>> = {
21
- $props: Props & SlotsToProps<Slots>;
22
- $slots: MakeSlots<Slots>;
23
- };
24
- interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
25
- filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
26
- }
27
-
28
- type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
29
- declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
30
-
31
- interface LoaderSlotProps {
32
- color: string | undefined;
33
- isActive: boolean;
34
- }
35
-
36
- type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
37
- declare const IconValue: PropType<IconValue>;
38
-
39
- type Density = null | 'default' | 'comfortable' | 'compact';
40
-
41
- type ValidationResult = string | boolean;
42
- type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
43
-
44
- interface VInputSlot {
45
- id: ComputedRef<string>;
46
- messagesId: ComputedRef<string>;
47
- isDirty: ComputedRef<boolean>;
48
- isDisabled: ComputedRef<boolean>;
49
- isReadonly: ComputedRef<boolean>;
50
- isPristine: Ref<boolean>;
51
- isValid: ComputedRef<boolean | null>;
52
- isValidating: Ref<boolean>;
53
- reset: () => void;
54
- resetValidation: () => void;
55
- validate: () => void;
56
- }
57
-
58
- interface DefaultInputSlot {
59
- isActive: Ref<boolean>;
60
- isFocused: Ref<boolean>;
61
- controlRef: Ref<HTMLElement | undefined>;
62
- focus: () => void;
63
- blur: () => void;
64
- }
65
- interface VFieldSlot extends DefaultInputSlot {
66
- props: Record<string, unknown>;
67
- }
68
- type VFieldSlots = {
69
- clear: [];
70
- 'prepend-inner': [DefaultInputSlot & VInputSlot];
71
- 'append-inner': [DefaultInputSlot & VInputSlot];
72
- label: [DefaultInputSlot & VInputSlot];
73
- loader: [LoaderSlotProps];
74
- default: [VFieldSlot];
75
- };
76
-
77
- declare const VTextField: {
78
- new (...args: any[]): {
79
- $: vue.ComponentInternalInstance;
80
- $data: {};
81
- $props: Partial<{
82
- flat: boolean;
83
- reverse: boolean;
84
- type: string;
85
- error: boolean;
86
- active: boolean;
87
- direction: "horizontal" | "vertical";
88
- style: vue.StyleValue;
89
- autofocus: boolean;
90
- disabled: boolean;
91
- readonly: boolean;
92
- messages: string | string[];
93
- rounded: string | number | boolean;
94
- density: Density;
95
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
96
- clearIcon: IconValue;
97
- focused: boolean;
98
- errorMessages: string | string[];
99
- maxErrors: string | number;
100
- rules: ValidationRule[];
101
- persistentHint: boolean;
102
- clearable: boolean;
103
- dirty: boolean;
104
- persistentClear: boolean;
105
- singleLine: boolean;
106
- persistentPlaceholder: boolean;
107
- persistentCounter: boolean;
108
- }> & Omit<{
109
- flat: boolean;
110
- reverse: boolean;
111
- type: string;
112
- error: boolean;
113
- active: boolean;
114
- direction: "horizontal" | "vertical";
115
- style: vue.StyleValue;
116
- autofocus: boolean;
117
- disabled: boolean;
118
- readonly: boolean;
119
- messages: string | string[];
120
- density: Density;
121
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
122
- clearIcon: IconValue;
123
- focused: boolean;
124
- errorMessages: string | string[];
125
- maxErrors: string | number;
126
- rules: ValidationRule[];
127
- persistentHint: boolean;
128
- clearable: boolean;
129
- dirty: boolean;
130
- persistentClear: boolean;
131
- singleLine: boolean;
132
- persistentPlaceholder: boolean;
133
- persistentCounter: boolean;
134
- } & {
135
- id?: string | undefined;
136
- name?: string | undefined;
137
- color?: string | undefined;
138
- loading?: string | boolean | undefined;
139
- label?: string | undefined;
140
- prefix?: string | undefined;
141
- class?: any;
142
- placeholder?: string | undefined;
143
- theme?: string | undefined;
144
- counter?: string | number | true | undefined;
145
- rounded?: string | number | boolean | undefined;
146
- modelValue?: any;
147
- bgColor?: string | undefined;
148
- prependIcon?: IconValue | undefined;
149
- appendIcon?: IconValue | undefined;
150
- appendInnerIcon?: IconValue | undefined;
151
- prependInnerIcon?: IconValue | undefined;
152
- 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
153
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
154
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
155
- 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
156
- 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
157
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
158
- validateOn?: "input" | "blur" | "submit" | undefined;
159
- validationValue?: any;
160
- hint?: string | undefined;
161
- hideDetails?: boolean | "auto" | undefined;
162
- baseColor?: string | undefined;
163
- suffix?: string | undefined;
164
- counterValue?: ((value: any) => number) | undefined;
165
- modelModifiers?: Record<string, boolean> | undefined;
166
- } & {
167
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
168
- clear?: (() => vue.VNodeChild) | undefined;
169
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
170
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
171
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
172
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
173
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
174
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
175
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
176
- default?: (() => vue.VNodeChild) | undefined;
177
- };
178
- 'v-slots'?: {
179
- clear?: false | (() => vue.VNodeChild) | undefined;
180
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
181
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
182
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
183
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
184
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
185
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
186
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
187
- default?: false | (() => vue.VNodeChild) | undefined;
188
- } | undefined;
189
- } & {
190
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
191
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
192
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
193
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
194
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
195
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
196
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
197
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
198
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
199
- } & {
200
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
201
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
202
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
203
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
204
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rounded" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
205
- $attrs: {
206
- [x: string]: unknown;
207
- };
208
- $refs: {
209
- [x: string]: unknown;
210
- };
211
- $slots: Readonly<{
212
- [name: string]: vue.Slot | undefined;
213
- }>;
214
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
215
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
216
- $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
217
- $el: any;
218
- $options: vue.ComponentOptionsBase<{
219
- flat: boolean;
220
- reverse: boolean;
221
- type: string;
222
- error: boolean;
223
- active: boolean;
224
- direction: "horizontal" | "vertical";
225
- style: vue.StyleValue;
226
- autofocus: boolean;
227
- disabled: boolean;
228
- readonly: boolean;
229
- messages: string | string[];
230
- density: Density;
231
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
232
- clearIcon: IconValue;
233
- focused: boolean;
234
- errorMessages: string | string[];
235
- maxErrors: string | number;
236
- rules: ValidationRule[];
237
- persistentHint: boolean;
238
- clearable: boolean;
239
- dirty: boolean;
240
- persistentClear: boolean;
241
- singleLine: boolean;
242
- persistentPlaceholder: boolean;
243
- persistentCounter: boolean;
244
- } & {
245
- id?: string | undefined;
246
- name?: string | undefined;
247
- color?: string | undefined;
248
- loading?: string | boolean | undefined;
249
- label?: string | undefined;
250
- prefix?: string | undefined;
251
- class?: any;
252
- placeholder?: string | undefined;
253
- theme?: string | undefined;
254
- counter?: string | number | true | undefined;
255
- rounded?: string | number | boolean | undefined;
256
- modelValue?: any;
257
- bgColor?: string | undefined;
258
- prependIcon?: IconValue | undefined;
259
- appendIcon?: IconValue | undefined;
260
- appendInnerIcon?: IconValue | undefined;
261
- prependInnerIcon?: IconValue | undefined;
262
- 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
263
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
264
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
265
- 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
266
- 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
267
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
268
- validateOn?: "input" | "blur" | "submit" | undefined;
269
- validationValue?: any;
270
- hint?: string | undefined;
271
- hideDetails?: boolean | "auto" | undefined;
272
- baseColor?: string | undefined;
273
- suffix?: string | undefined;
274
- counterValue?: ((value: any) => number) | undefined;
275
- modelModifiers?: Record<string, boolean> | undefined;
276
- } & {
277
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
278
- clear?: (() => vue.VNodeChild) | undefined;
279
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
280
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
281
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
282
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
283
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
284
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
285
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
286
- default?: (() => vue.VNodeChild) | undefined;
287
- };
288
- 'v-slots'?: {
289
- clear?: false | (() => vue.VNodeChild) | undefined;
290
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
291
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
292
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
293
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
294
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
295
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
296
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
297
- default?: false | (() => vue.VNodeChild) | undefined;
298
- } | undefined;
299
- } & {
300
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
301
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
302
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
303
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
304
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
305
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
306
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
307
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
308
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
309
- } & {
310
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
311
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
312
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
313
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
314
- }, HTMLInputElement & Omit<Omit<{
315
- $: vue.ComponentInternalInstance;
316
- $data: {};
317
- $props: Partial<{
318
- error: boolean;
319
- direction: "horizontal" | "vertical";
320
- style: vue.StyleValue;
321
- disabled: boolean;
322
- readonly: boolean;
323
- messages: string | string[];
324
- density: Density;
325
- focused: boolean;
326
- errorMessages: string | string[];
327
- maxErrors: string | number;
328
- rules: ValidationRule[];
329
- persistentHint: boolean;
330
- }> & Omit<{
331
- error: boolean;
332
- direction: "horizontal" | "vertical";
333
- style: vue.StyleValue;
334
- disabled: boolean;
335
- readonly: boolean;
336
- messages: string | string[];
337
- density: Density;
338
- focused: boolean;
339
- errorMessages: string | string[];
340
- maxErrors: string | number;
341
- rules: ValidationRule[];
342
- persistentHint: boolean;
343
- } & {
344
- id?: string | undefined;
345
- name?: string | undefined;
346
- label?: string | undefined;
347
- class?: any;
348
- modelValue?: any;
349
- prependIcon?: IconValue | undefined;
350
- appendIcon?: IconValue | undefined;
351
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
352
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
353
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
354
- validateOn?: "input" | "blur" | "submit" | undefined;
355
- validationValue?: any;
356
- hint?: string | undefined;
357
- hideDetails?: boolean | "auto" | undefined;
358
- } & {
359
- $children?: vue.VNodeChild | {
360
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
361
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
362
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
363
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
364
- } | ((args_0: VInputSlot) => vue.VNodeChild);
365
- 'v-slots'?: {
366
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
367
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
368
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
369
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
370
- } | undefined;
371
- } & {
372
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
373
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
374
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
375
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
376
- } & {
377
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
378
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
379
- $attrs: {
380
- [x: string]: unknown;
381
- };
382
- $refs: {
383
- [x: string]: unknown;
384
- };
385
- $slots: Readonly<{
386
- [name: string]: vue.Slot | undefined;
387
- }>;
388
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
389
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
390
- $emit: (event: "update:modelValue", val: any) => void;
391
- $el: any;
392
- $options: vue.ComponentOptionsBase<{
393
- error: boolean;
394
- direction: "horizontal" | "vertical";
395
- style: vue.StyleValue;
396
- disabled: boolean;
397
- readonly: boolean;
398
- messages: string | string[];
399
- density: Density;
400
- focused: boolean;
401
- errorMessages: string | string[];
402
- maxErrors: string | number;
403
- rules: ValidationRule[];
404
- persistentHint: boolean;
405
- } & {
406
- id?: string | undefined;
407
- name?: string | undefined;
408
- label?: string | undefined;
409
- class?: any;
410
- modelValue?: any;
411
- prependIcon?: IconValue | undefined;
412
- appendIcon?: IconValue | undefined;
413
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
414
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
415
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
416
- validateOn?: "input" | "blur" | "submit" | undefined;
417
- validationValue?: any;
418
- hint?: string | undefined;
419
- hideDetails?: boolean | "auto" | undefined;
420
- } & {
421
- $children?: vue.VNodeChild | {
422
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
423
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
424
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
425
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
426
- } | ((args_0: VInputSlot) => vue.VNodeChild);
427
- 'v-slots'?: {
428
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
429
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
430
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
431
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
432
- } | undefined;
433
- } & {
434
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
435
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
436
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
437
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
438
- } & {
439
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
440
- }, {
441
- reset: () => void;
442
- resetValidation: () => void;
443
- validate: () => Promise<string[]>;
444
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
445
- 'update:modelValue': (val: any) => true;
446
- }, string, {
447
- error: boolean;
448
- direction: "horizontal" | "vertical";
449
- style: vue.StyleValue;
450
- disabled: boolean;
451
- readonly: boolean;
452
- messages: string | string[];
453
- density: Density;
454
- focused: boolean;
455
- errorMessages: string | string[];
456
- maxErrors: string | number;
457
- rules: ValidationRule[];
458
- persistentHint: boolean;
459
- }, {}, string> & {
460
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
461
- created?: ((() => void) | (() => void)[]) | undefined;
462
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
463
- mounted?: ((() => void) | (() => void)[]) | undefined;
464
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
465
- updated?: ((() => void) | (() => void)[]) | undefined;
466
- activated?: ((() => void) | (() => void)[]) | undefined;
467
- deactivated?: ((() => void) | (() => void)[]) | undefined;
468
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
469
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
470
- destroyed?: ((() => void) | (() => void)[]) | undefined;
471
- unmounted?: ((() => void) | (() => void)[]) | undefined;
472
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
473
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
474
- 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;
475
- };
476
- $forceUpdate: () => void;
477
- $nextTick: typeof nextTick;
478
- $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;
479
- } & {
480
- error: boolean;
481
- direction: "horizontal" | "vertical";
482
- style: vue.StyleValue;
483
- disabled: boolean;
484
- readonly: boolean;
485
- messages: string | string[];
486
- density: Density;
487
- focused: boolean;
488
- errorMessages: string | string[];
489
- maxErrors: string | number;
490
- rules: ValidationRule[];
491
- persistentHint: boolean;
492
- } & {
493
- id?: string | undefined;
494
- name?: string | undefined;
495
- label?: string | undefined;
496
- class?: any;
497
- modelValue?: any;
498
- prependIcon?: IconValue | undefined;
499
- appendIcon?: IconValue | undefined;
500
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
501
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
502
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
503
- validateOn?: "input" | "blur" | "submit" | undefined;
504
- validationValue?: any;
505
- hint?: string | undefined;
506
- hideDetails?: boolean | "auto" | undefined;
507
- } & {
508
- $children?: vue.VNodeChild | {
509
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
510
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
511
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
512
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
513
- } | ((args_0: VInputSlot) => vue.VNodeChild);
514
- 'v-slots'?: {
515
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
516
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
517
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
518
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
519
- } | undefined;
520
- } & {
521
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
522
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
523
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
524
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
525
- } & {
526
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
527
- } & vue.ShallowUnwrapRef<{
528
- reset: () => void;
529
- resetValidation: () => void;
530
- validate: () => Promise<string[]>;
531
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
532
- $: vue.ComponentInternalInstance;
533
- $data: {};
534
- $props: Partial<{
535
- flat: boolean;
536
- reverse: boolean;
537
- error: boolean;
538
- active: boolean;
539
- style: vue.StyleValue;
540
- disabled: boolean;
541
- rounded: string | number | boolean;
542
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
543
- clearIcon: IconValue;
544
- focused: boolean;
545
- clearable: boolean;
546
- dirty: boolean;
547
- persistentClear: boolean;
548
- singleLine: boolean;
549
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
550
- theme: StringConstructor;
551
- rounded: {
552
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
553
- default: undefined;
554
- };
555
- loading: (StringConstructor | BooleanConstructor)[];
556
- class: PropType<any>;
557
- style: {
558
- type: PropType<vue.StyleValue>;
559
- default: null;
560
- };
561
- appendInnerIcon: PropType<IconValue>;
562
- bgColor: StringConstructor;
563
- clearable: BooleanConstructor;
564
- clearIcon: {
565
- type: PropType<IconValue>;
566
- default: string;
567
- };
568
- active: BooleanConstructor;
569
- color: StringConstructor;
570
- baseColor: StringConstructor;
571
- dirty: BooleanConstructor;
572
- disabled: BooleanConstructor;
573
- error: BooleanConstructor;
574
- flat: BooleanConstructor;
575
- label: StringConstructor;
576
- persistentClear: BooleanConstructor;
577
- prependInnerIcon: PropType<IconValue>;
578
- reverse: BooleanConstructor;
579
- singleLine: BooleanConstructor;
580
- variant: {
581
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
582
- default: string;
583
- validator: (v: any) => boolean;
584
- };
585
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
586
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
587
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
588
- focused: BooleanConstructor;
589
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
590
- id: StringConstructor;
591
- }, "$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">>> & {
592
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
593
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
594
- $attrs: {
595
- [x: string]: unknown;
596
- };
597
- $refs: {
598
- [x: string]: unknown;
599
- };
600
- $slots: Readonly<{
601
- [name: string]: vue.Slot | undefined;
602
- }>;
603
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
604
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
605
- $emit: (event: "update:focused", focused: boolean) => void;
606
- $el: any;
607
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
608
- theme: StringConstructor;
609
- rounded: {
610
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
611
- default: undefined;
612
- };
613
- loading: (StringConstructor | BooleanConstructor)[];
614
- class: PropType<any>;
615
- style: {
616
- type: PropType<vue.StyleValue>;
617
- default: null;
618
- };
619
- appendInnerIcon: PropType<IconValue>;
620
- bgColor: StringConstructor;
621
- clearable: BooleanConstructor;
622
- clearIcon: {
623
- type: PropType<IconValue>;
624
- default: string;
625
- };
626
- active: BooleanConstructor;
627
- color: StringConstructor;
628
- baseColor: StringConstructor;
629
- dirty: BooleanConstructor;
630
- disabled: BooleanConstructor;
631
- error: BooleanConstructor;
632
- flat: BooleanConstructor;
633
- label: StringConstructor;
634
- persistentClear: BooleanConstructor;
635
- prependInnerIcon: PropType<IconValue>;
636
- reverse: BooleanConstructor;
637
- singleLine: BooleanConstructor;
638
- variant: {
639
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
640
- default: string;
641
- validator: (v: any) => boolean;
642
- };
643
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
644
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
645
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
646
- focused: BooleanConstructor;
647
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
648
- id: StringConstructor;
649
- }, "$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">>> & {
650
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
651
- }, {
652
- controlRef: vue.Ref<HTMLElement | undefined>;
653
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
654
- 'update:focused': (focused: boolean) => true;
655
- 'update:modelValue': (val: any) => true;
656
- }, "$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, {
657
- flat: boolean;
658
- reverse: boolean;
659
- error: boolean;
660
- active: boolean;
661
- style: vue.StyleValue;
662
- disabled: boolean;
663
- rounded: string | number | boolean;
664
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
665
- clearIcon: IconValue;
666
- focused: boolean;
667
- clearable: boolean;
668
- dirty: boolean;
669
- persistentClear: boolean;
670
- singleLine: boolean;
671
- }, {}, string> & {
672
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
673
- created?: ((() => void) | (() => void)[]) | undefined;
674
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
675
- mounted?: ((() => void) | (() => void)[]) | undefined;
676
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
677
- updated?: ((() => void) | (() => void)[]) | undefined;
678
- activated?: ((() => void) | (() => void)[]) | undefined;
679
- deactivated?: ((() => void) | (() => void)[]) | undefined;
680
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
681
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
682
- destroyed?: ((() => void) | (() => void)[]) | undefined;
683
- unmounted?: ((() => void) | (() => void)[]) | undefined;
684
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
685
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
686
- 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;
687
- };
688
- $forceUpdate: () => void;
689
- $nextTick: typeof nextTick;
690
- $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;
691
- } & Readonly<vue.ExtractPropTypes<Omit<{
692
- theme: StringConstructor;
693
- rounded: {
694
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
695
- default: undefined;
696
- };
697
- loading: (StringConstructor | BooleanConstructor)[];
698
- class: PropType<any>;
699
- style: {
700
- type: PropType<vue.StyleValue>;
701
- default: null;
702
- };
703
- appendInnerIcon: PropType<IconValue>;
704
- bgColor: StringConstructor;
705
- clearable: BooleanConstructor;
706
- clearIcon: {
707
- type: PropType<IconValue>;
708
- default: string;
709
- };
710
- active: BooleanConstructor;
711
- color: StringConstructor;
712
- baseColor: StringConstructor;
713
- dirty: BooleanConstructor;
714
- disabled: BooleanConstructor;
715
- error: BooleanConstructor;
716
- flat: BooleanConstructor;
717
- label: StringConstructor;
718
- persistentClear: BooleanConstructor;
719
- prependInnerIcon: PropType<IconValue>;
720
- reverse: BooleanConstructor;
721
- singleLine: BooleanConstructor;
722
- variant: {
723
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
724
- default: string;
725
- validator: (v: any) => boolean;
726
- };
727
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
728
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
729
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
730
- focused: BooleanConstructor;
731
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
732
- id: StringConstructor;
733
- }, "$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">>> & {
734
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
735
- } & vue.ShallowUnwrapRef<{
736
- controlRef: vue.Ref<HTMLElement | undefined>;
737
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
738
- modelValue?: unknown;
739
- 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
740
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "baseColor" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
741
- 'click:control': (e: MouseEvent) => true;
742
- 'mousedown:control': (e: MouseEvent) => true;
743
- 'update:focused': (focused: boolean) => true;
744
- 'update:modelValue': (val: string) => true;
745
- }, string, {
746
- flat: boolean;
747
- reverse: boolean;
748
- type: string;
749
- error: boolean;
750
- active: boolean;
751
- direction: "horizontal" | "vertical";
752
- style: vue.StyleValue;
753
- autofocus: boolean;
754
- disabled: boolean;
755
- readonly: boolean;
756
- messages: string | string[];
757
- rounded: string | number | boolean;
758
- density: Density;
759
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
760
- clearIcon: IconValue;
761
- focused: boolean;
762
- errorMessages: string | string[];
763
- maxErrors: string | number;
764
- rules: ValidationRule[];
765
- persistentHint: boolean;
766
- clearable: boolean;
767
- dirty: boolean;
768
- persistentClear: boolean;
769
- singleLine: boolean;
770
- persistentPlaceholder: boolean;
771
- persistentCounter: boolean;
772
- }, {}, string> & {
773
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
774
- created?: ((() => void) | (() => void)[]) | undefined;
775
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
776
- mounted?: ((() => void) | (() => void)[]) | undefined;
777
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
778
- updated?: ((() => void) | (() => void)[]) | undefined;
779
- activated?: ((() => void) | (() => void)[]) | undefined;
780
- deactivated?: ((() => void) | (() => void)[]) | undefined;
781
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
782
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
783
- destroyed?: ((() => void) | (() => void)[]) | undefined;
784
- unmounted?: ((() => void) | (() => void)[]) | undefined;
785
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
786
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
787
- 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;
788
- };
789
- $forceUpdate: () => void;
790
- $nextTick: typeof nextTick;
791
- $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;
792
- } & {
793
- flat: boolean;
794
- reverse: boolean;
795
- type: string;
796
- error: boolean;
797
- active: boolean;
798
- direction: "horizontal" | "vertical";
799
- style: vue.StyleValue;
800
- autofocus: boolean;
801
- disabled: boolean;
802
- readonly: boolean;
803
- messages: string | string[];
804
- density: Density;
805
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
806
- clearIcon: IconValue;
807
- focused: boolean;
808
- errorMessages: string | string[];
809
- maxErrors: string | number;
810
- rules: ValidationRule[];
811
- persistentHint: boolean;
812
- clearable: boolean;
813
- dirty: boolean;
814
- persistentClear: boolean;
815
- singleLine: boolean;
816
- persistentPlaceholder: boolean;
817
- persistentCounter: boolean;
818
- } & {
819
- id?: string | undefined;
820
- name?: string | undefined;
821
- color?: string | undefined;
822
- loading?: string | boolean | undefined;
823
- label?: string | undefined;
824
- prefix?: string | undefined;
825
- class?: any;
826
- placeholder?: string | undefined;
827
- theme?: string | undefined;
828
- counter?: string | number | true | undefined;
829
- rounded?: string | number | boolean | undefined;
830
- modelValue?: any;
831
- bgColor?: string | undefined;
832
- prependIcon?: IconValue | undefined;
833
- appendIcon?: IconValue | undefined;
834
- appendInnerIcon?: IconValue | undefined;
835
- prependInnerIcon?: IconValue | undefined;
836
- 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
837
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
838
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
839
- 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
840
- 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
841
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
842
- validateOn?: "input" | "blur" | "submit" | undefined;
843
- validationValue?: any;
844
- hint?: string | undefined;
845
- hideDetails?: boolean | "auto" | undefined;
846
- baseColor?: string | undefined;
847
- suffix?: string | undefined;
848
- counterValue?: ((value: any) => number) | undefined;
849
- modelModifiers?: Record<string, boolean> | undefined;
850
- } & {
851
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
852
- clear?: (() => vue.VNodeChild) | undefined;
853
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
854
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
855
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
856
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
857
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
858
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
859
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
860
- default?: (() => vue.VNodeChild) | undefined;
861
- };
862
- 'v-slots'?: {
863
- clear?: false | (() => vue.VNodeChild) | undefined;
864
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
865
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
866
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
867
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
868
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
869
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
870
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
871
- default?: false | (() => vue.VNodeChild) | undefined;
872
- } | undefined;
873
- } & {
874
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
875
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
876
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
877
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
878
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
879
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
880
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
881
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
882
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
883
- } & {
884
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
885
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
886
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
887
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
888
- } & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
889
- $: vue.ComponentInternalInstance;
890
- $data: {};
891
- $props: Partial<{
892
- error: boolean;
893
- direction: "horizontal" | "vertical";
894
- style: vue.StyleValue;
895
- disabled: boolean;
896
- readonly: boolean;
897
- messages: string | string[];
898
- density: Density;
899
- focused: boolean;
900
- errorMessages: string | string[];
901
- maxErrors: string | number;
902
- rules: ValidationRule[];
903
- persistentHint: boolean;
904
- }> & Omit<{
905
- error: boolean;
906
- direction: "horizontal" | "vertical";
907
- style: vue.StyleValue;
908
- disabled: boolean;
909
- readonly: boolean;
910
- messages: string | string[];
911
- density: Density;
912
- focused: boolean;
913
- errorMessages: string | string[];
914
- maxErrors: string | number;
915
- rules: ValidationRule[];
916
- persistentHint: boolean;
917
- } & {
918
- id?: string | undefined;
919
- name?: string | undefined;
920
- label?: string | undefined;
921
- class?: any;
922
- modelValue?: any;
923
- prependIcon?: IconValue | undefined;
924
- appendIcon?: IconValue | undefined;
925
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
926
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
927
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
928
- validateOn?: "input" | "blur" | "submit" | undefined;
929
- validationValue?: any;
930
- hint?: string | undefined;
931
- hideDetails?: boolean | "auto" | undefined;
932
- } & {
933
- $children?: vue.VNodeChild | {
934
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
935
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
936
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
937
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
938
- } | ((args_0: VInputSlot) => vue.VNodeChild);
939
- 'v-slots'?: {
940
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
941
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
942
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
943
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
944
- } | undefined;
945
- } & {
946
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
947
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
948
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
949
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
950
- } & {
951
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
952
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
953
- $attrs: {
954
- [x: string]: unknown;
955
- };
956
- $refs: {
957
- [x: string]: unknown;
958
- };
959
- $slots: Readonly<{
960
- [name: string]: vue.Slot | undefined;
961
- }>;
962
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
963
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
964
- $emit: (event: "update:modelValue", val: any) => void;
965
- $el: any;
966
- $options: vue.ComponentOptionsBase<{
967
- error: boolean;
968
- direction: "horizontal" | "vertical";
969
- style: vue.StyleValue;
970
- disabled: boolean;
971
- readonly: boolean;
972
- messages: string | string[];
973
- density: Density;
974
- focused: boolean;
975
- errorMessages: string | string[];
976
- maxErrors: string | number;
977
- rules: ValidationRule[];
978
- persistentHint: boolean;
979
- } & {
980
- id?: string | undefined;
981
- name?: string | undefined;
982
- label?: string | undefined;
983
- class?: any;
984
- modelValue?: any;
985
- prependIcon?: IconValue | undefined;
986
- appendIcon?: IconValue | undefined;
987
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
988
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
989
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
990
- validateOn?: "input" | "blur" | "submit" | undefined;
991
- validationValue?: any;
992
- hint?: string | undefined;
993
- hideDetails?: boolean | "auto" | undefined;
994
- } & {
995
- $children?: vue.VNodeChild | {
996
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
997
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
998
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
999
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1000
- } | ((args_0: VInputSlot) => vue.VNodeChild);
1001
- 'v-slots'?: {
1002
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1003
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1004
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1005
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1006
- } | undefined;
1007
- } & {
1008
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1009
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1010
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1011
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1012
- } & {
1013
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1014
- }, {
1015
- reset: () => void;
1016
- resetValidation: () => void;
1017
- validate: () => Promise<string[]>;
1018
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1019
- 'update:modelValue': (val: any) => true;
1020
- }, string, {
1021
- error: boolean;
1022
- direction: "horizontal" | "vertical";
1023
- style: vue.StyleValue;
1024
- disabled: boolean;
1025
- readonly: boolean;
1026
- messages: string | string[];
1027
- density: Density;
1028
- focused: boolean;
1029
- errorMessages: string | string[];
1030
- maxErrors: string | number;
1031
- rules: ValidationRule[];
1032
- persistentHint: boolean;
1033
- }, {}, string> & {
1034
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1035
- created?: ((() => void) | (() => void)[]) | undefined;
1036
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1037
- mounted?: ((() => void) | (() => void)[]) | undefined;
1038
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1039
- updated?: ((() => void) | (() => void)[]) | undefined;
1040
- activated?: ((() => void) | (() => void)[]) | undefined;
1041
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1042
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1043
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1044
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1045
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1046
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1047
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1048
- 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;
1049
- };
1050
- $forceUpdate: () => void;
1051
- $nextTick: typeof nextTick;
1052
- $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;
1053
- } & {
1054
- error: boolean;
1055
- direction: "horizontal" | "vertical";
1056
- style: vue.StyleValue;
1057
- disabled: boolean;
1058
- readonly: boolean;
1059
- messages: string | string[];
1060
- density: Density;
1061
- focused: boolean;
1062
- errorMessages: string | string[];
1063
- maxErrors: string | number;
1064
- rules: ValidationRule[];
1065
- persistentHint: boolean;
1066
- } & {
1067
- id?: string | undefined;
1068
- name?: string | undefined;
1069
- label?: string | undefined;
1070
- class?: any;
1071
- modelValue?: any;
1072
- prependIcon?: IconValue | undefined;
1073
- appendIcon?: IconValue | undefined;
1074
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1075
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1076
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
1077
- validateOn?: "input" | "blur" | "submit" | undefined;
1078
- validationValue?: any;
1079
- hint?: string | undefined;
1080
- hideDetails?: boolean | "auto" | undefined;
1081
- } & {
1082
- $children?: vue.VNodeChild | {
1083
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1084
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1085
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1086
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1087
- } | ((args_0: VInputSlot) => vue.VNodeChild);
1088
- 'v-slots'?: {
1089
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1090
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1091
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1092
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1093
- } | undefined;
1094
- } & {
1095
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1096
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1097
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1098
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1099
- } & {
1100
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1101
- } & vue.ShallowUnwrapRef<{
1102
- reset: () => void;
1103
- resetValidation: () => void;
1104
- validate: () => Promise<string[]>;
1105
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
1106
- $: vue.ComponentInternalInstance;
1107
- $data: {};
1108
- $props: Partial<{
1109
- flat: boolean;
1110
- reverse: boolean;
1111
- error: boolean;
1112
- active: boolean;
1113
- style: vue.StyleValue;
1114
- disabled: boolean;
1115
- rounded: string | number | boolean;
1116
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1117
- clearIcon: IconValue;
1118
- focused: boolean;
1119
- clearable: boolean;
1120
- dirty: boolean;
1121
- persistentClear: boolean;
1122
- singleLine: boolean;
1123
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1124
- theme: StringConstructor;
1125
- rounded: {
1126
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1127
- default: undefined;
1128
- };
1129
- loading: (StringConstructor | BooleanConstructor)[];
1130
- class: PropType<any>;
1131
- style: {
1132
- type: PropType<vue.StyleValue>;
1133
- default: null;
1134
- };
1135
- appendInnerIcon: PropType<IconValue>;
1136
- bgColor: StringConstructor;
1137
- clearable: BooleanConstructor;
1138
- clearIcon: {
1139
- type: PropType<IconValue>;
1140
- default: string;
1141
- };
1142
- active: BooleanConstructor;
1143
- color: StringConstructor;
1144
- baseColor: StringConstructor;
1145
- dirty: BooleanConstructor;
1146
- disabled: BooleanConstructor;
1147
- error: BooleanConstructor;
1148
- flat: BooleanConstructor;
1149
- label: StringConstructor;
1150
- persistentClear: BooleanConstructor;
1151
- prependInnerIcon: PropType<IconValue>;
1152
- reverse: BooleanConstructor;
1153
- singleLine: BooleanConstructor;
1154
- variant: {
1155
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1156
- default: string;
1157
- validator: (v: any) => boolean;
1158
- };
1159
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1160
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1161
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1162
- focused: BooleanConstructor;
1163
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1164
- id: StringConstructor;
1165
- }, "$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">>> & {
1166
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1167
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1168
- $attrs: {
1169
- [x: string]: unknown;
1170
- };
1171
- $refs: {
1172
- [x: string]: unknown;
1173
- };
1174
- $slots: Readonly<{
1175
- [name: string]: vue.Slot | undefined;
1176
- }>;
1177
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1178
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1179
- $emit: (event: "update:focused", focused: boolean) => void;
1180
- $el: any;
1181
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1182
- theme: StringConstructor;
1183
- rounded: {
1184
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1185
- default: undefined;
1186
- };
1187
- loading: (StringConstructor | BooleanConstructor)[];
1188
- class: PropType<any>;
1189
- style: {
1190
- type: PropType<vue.StyleValue>;
1191
- default: null;
1192
- };
1193
- appendInnerIcon: PropType<IconValue>;
1194
- bgColor: StringConstructor;
1195
- clearable: BooleanConstructor;
1196
- clearIcon: {
1197
- type: PropType<IconValue>;
1198
- default: string;
1199
- };
1200
- active: BooleanConstructor;
1201
- color: StringConstructor;
1202
- baseColor: StringConstructor;
1203
- dirty: BooleanConstructor;
1204
- disabled: BooleanConstructor;
1205
- error: BooleanConstructor;
1206
- flat: 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" | "solo-inverted" | "solo-filled">;
1214
- default: string;
1215
- validator: (v: any) => boolean;
1216
- };
1217
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1218
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1219
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1220
- focused: BooleanConstructor;
1221
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1222
- id: StringConstructor;
1223
- }, "$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">>> & {
1224
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1225
- }, {
1226
- controlRef: vue.Ref<HTMLElement | undefined>;
1227
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1228
- 'update:focused': (focused: boolean) => true;
1229
- 'update:modelValue': (val: any) => true;
1230
- }, "$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, {
1231
- flat: boolean;
1232
- reverse: boolean;
1233
- error: boolean;
1234
- active: boolean;
1235
- style: vue.StyleValue;
1236
- disabled: boolean;
1237
- rounded: string | number | boolean;
1238
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1239
- clearIcon: IconValue;
1240
- focused: boolean;
1241
- clearable: boolean;
1242
- dirty: boolean;
1243
- persistentClear: boolean;
1244
- singleLine: boolean;
1245
- }, {}, string> & {
1246
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1247
- created?: ((() => void) | (() => void)[]) | undefined;
1248
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1249
- mounted?: ((() => void) | (() => void)[]) | undefined;
1250
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1251
- updated?: ((() => void) | (() => void)[]) | undefined;
1252
- activated?: ((() => void) | (() => void)[]) | undefined;
1253
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1254
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1255
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1256
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1257
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1258
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1259
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1260
- 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;
1261
- };
1262
- $forceUpdate: () => void;
1263
- $nextTick: typeof nextTick;
1264
- $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;
1265
- } & Readonly<vue.ExtractPropTypes<Omit<{
1266
- theme: StringConstructor;
1267
- rounded: {
1268
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1269
- default: undefined;
1270
- };
1271
- loading: (StringConstructor | BooleanConstructor)[];
1272
- class: PropType<any>;
1273
- style: {
1274
- type: PropType<vue.StyleValue>;
1275
- default: null;
1276
- };
1277
- appendInnerIcon: PropType<IconValue>;
1278
- bgColor: StringConstructor;
1279
- clearable: BooleanConstructor;
1280
- clearIcon: {
1281
- type: PropType<IconValue>;
1282
- default: string;
1283
- };
1284
- active: BooleanConstructor;
1285
- color: StringConstructor;
1286
- baseColor: StringConstructor;
1287
- dirty: BooleanConstructor;
1288
- disabled: BooleanConstructor;
1289
- error: BooleanConstructor;
1290
- flat: BooleanConstructor;
1291
- label: StringConstructor;
1292
- persistentClear: BooleanConstructor;
1293
- prependInnerIcon: PropType<IconValue>;
1294
- reverse: BooleanConstructor;
1295
- singleLine: BooleanConstructor;
1296
- variant: {
1297
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1298
- default: string;
1299
- validator: (v: any) => boolean;
1300
- };
1301
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1302
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1303
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1304
- focused: BooleanConstructor;
1305
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1306
- id: StringConstructor;
1307
- }, "$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">>> & {
1308
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1309
- } & vue.ShallowUnwrapRef<{
1310
- controlRef: vue.Ref<HTMLElement | undefined>;
1311
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1312
- modelValue?: unknown;
1313
- 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
1314
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "baseColor" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1315
- __isFragment?: undefined;
1316
- __isTeleport?: undefined;
1317
- __isSuspense?: undefined;
1318
- } & vue.ComponentOptionsBase<{
1319
- flat: boolean;
1320
- reverse: boolean;
1321
- type: string;
1322
- error: boolean;
1323
- active: boolean;
1324
- direction: "horizontal" | "vertical";
1325
- style: vue.StyleValue;
1326
- autofocus: boolean;
1327
- disabled: boolean;
1328
- readonly: boolean;
1329
- messages: string | string[];
1330
- density: Density;
1331
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1332
- clearIcon: IconValue;
1333
- focused: boolean;
1334
- errorMessages: string | string[];
1335
- maxErrors: string | number;
1336
- rules: ValidationRule[];
1337
- persistentHint: boolean;
1338
- clearable: boolean;
1339
- dirty: boolean;
1340
- persistentClear: boolean;
1341
- singleLine: boolean;
1342
- persistentPlaceholder: boolean;
1343
- persistentCounter: boolean;
1344
- } & {
1345
- id?: string | undefined;
1346
- name?: string | undefined;
1347
- color?: string | undefined;
1348
- loading?: string | boolean | undefined;
1349
- label?: string | undefined;
1350
- prefix?: string | undefined;
1351
- class?: any;
1352
- placeholder?: string | undefined;
1353
- theme?: string | undefined;
1354
- counter?: string | number | true | undefined;
1355
- rounded?: string | number | boolean | undefined;
1356
- modelValue?: any;
1357
- bgColor?: string | undefined;
1358
- prependIcon?: IconValue | undefined;
1359
- appendIcon?: IconValue | undefined;
1360
- appendInnerIcon?: IconValue | undefined;
1361
- prependInnerIcon?: IconValue | undefined;
1362
- 'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1363
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1364
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1365
- 'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1366
- 'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1367
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
1368
- validateOn?: "input" | "blur" | "submit" | undefined;
1369
- validationValue?: any;
1370
- hint?: string | undefined;
1371
- hideDetails?: boolean | "auto" | undefined;
1372
- baseColor?: string | undefined;
1373
- suffix?: string | undefined;
1374
- counterValue?: ((value: any) => number) | undefined;
1375
- modelModifiers?: Record<string, boolean> | undefined;
1376
- } & {
1377
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1378
- clear?: (() => vue.VNodeChild) | undefined;
1379
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1380
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1381
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1382
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1383
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1384
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1385
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1386
- default?: (() => vue.VNodeChild) | undefined;
1387
- };
1388
- 'v-slots'?: {
1389
- clear?: false | (() => vue.VNodeChild) | undefined;
1390
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1391
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1392
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1393
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1394
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1395
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1396
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1397
- default?: false | (() => vue.VNodeChild) | undefined;
1398
- } | undefined;
1399
- } & {
1400
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
1401
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1402
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1403
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1404
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1405
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1406
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1407
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1408
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1409
- } & {
1410
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1411
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1412
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1413
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1414
- }, HTMLInputElement & Omit<Omit<{
1415
- $: vue.ComponentInternalInstance;
1416
- $data: {};
1417
- $props: Partial<{
1418
- error: boolean;
1419
- direction: "horizontal" | "vertical";
1420
- style: vue.StyleValue;
1421
- disabled: boolean;
1422
- readonly: boolean;
1423
- messages: string | string[];
1424
- density: Density;
1425
- focused: boolean;
1426
- errorMessages: string | string[];
1427
- maxErrors: string | number;
1428
- rules: ValidationRule[];
1429
- persistentHint: boolean;
1430
- }> & Omit<{
1431
- error: boolean;
1432
- direction: "horizontal" | "vertical";
1433
- style: vue.StyleValue;
1434
- disabled: boolean;
1435
- readonly: boolean;
1436
- messages: string | string[];
1437
- density: Density;
1438
- focused: boolean;
1439
- errorMessages: string | string[];
1440
- maxErrors: string | number;
1441
- rules: ValidationRule[];
1442
- persistentHint: boolean;
1443
- } & {
1444
- id?: string | undefined;
1445
- name?: string | undefined;
1446
- label?: string | undefined;
1447
- class?: any;
1448
- modelValue?: any;
1449
- prependIcon?: IconValue | undefined;
1450
- appendIcon?: IconValue | undefined;
1451
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1452
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1453
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
1454
- validateOn?: "input" | "blur" | "submit" | undefined;
1455
- validationValue?: any;
1456
- hint?: string | undefined;
1457
- hideDetails?: boolean | "auto" | undefined;
1458
- } & {
1459
- $children?: vue.VNodeChild | {
1460
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1461
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1462
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1463
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1464
- } | ((args_0: VInputSlot) => vue.VNodeChild);
1465
- 'v-slots'?: {
1466
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1467
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1468
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1469
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1470
- } | undefined;
1471
- } & {
1472
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1473
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1474
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1475
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1476
- } & {
1477
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1478
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
1479
- $attrs: {
1480
- [x: string]: unknown;
1481
- };
1482
- $refs: {
1483
- [x: string]: unknown;
1484
- };
1485
- $slots: Readonly<{
1486
- [name: string]: vue.Slot | undefined;
1487
- }>;
1488
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1489
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1490
- $emit: (event: "update:modelValue", val: any) => void;
1491
- $el: any;
1492
- $options: vue.ComponentOptionsBase<{
1493
- error: boolean;
1494
- direction: "horizontal" | "vertical";
1495
- style: vue.StyleValue;
1496
- disabled: boolean;
1497
- readonly: boolean;
1498
- messages: string | string[];
1499
- density: Density;
1500
- focused: boolean;
1501
- errorMessages: string | string[];
1502
- maxErrors: string | number;
1503
- rules: ValidationRule[];
1504
- persistentHint: boolean;
1505
- } & {
1506
- id?: string | undefined;
1507
- name?: string | undefined;
1508
- label?: string | undefined;
1509
- class?: any;
1510
- modelValue?: any;
1511
- prependIcon?: IconValue | undefined;
1512
- appendIcon?: IconValue | undefined;
1513
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1514
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1515
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
1516
- validateOn?: "input" | "blur" | "submit" | undefined;
1517
- validationValue?: any;
1518
- hint?: string | undefined;
1519
- hideDetails?: boolean | "auto" | undefined;
1520
- } & {
1521
- $children?: vue.VNodeChild | {
1522
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1523
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1524
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1525
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1526
- } | ((args_0: VInputSlot) => vue.VNodeChild);
1527
- 'v-slots'?: {
1528
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1529
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1530
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1531
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1532
- } | undefined;
1533
- } & {
1534
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1535
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1536
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1537
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1538
- } & {
1539
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1540
- }, {
1541
- reset: () => void;
1542
- resetValidation: () => void;
1543
- validate: () => Promise<string[]>;
1544
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1545
- 'update:modelValue': (val: any) => true;
1546
- }, string, {
1547
- error: boolean;
1548
- direction: "horizontal" | "vertical";
1549
- style: vue.StyleValue;
1550
- disabled: boolean;
1551
- readonly: boolean;
1552
- messages: string | string[];
1553
- density: Density;
1554
- focused: boolean;
1555
- errorMessages: string | string[];
1556
- maxErrors: string | number;
1557
- rules: ValidationRule[];
1558
- persistentHint: boolean;
1559
- }, {}, string> & {
1560
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1561
- created?: ((() => void) | (() => void)[]) | undefined;
1562
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1563
- mounted?: ((() => void) | (() => void)[]) | undefined;
1564
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1565
- updated?: ((() => void) | (() => void)[]) | undefined;
1566
- activated?: ((() => void) | (() => void)[]) | undefined;
1567
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1568
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1569
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1570
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1571
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1572
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1573
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1574
- 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;
1575
- };
1576
- $forceUpdate: () => void;
1577
- $nextTick: typeof nextTick;
1578
- $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;
1579
- } & {
1580
- error: boolean;
1581
- direction: "horizontal" | "vertical";
1582
- style: vue.StyleValue;
1583
- disabled: boolean;
1584
- readonly: boolean;
1585
- messages: string | string[];
1586
- density: Density;
1587
- focused: boolean;
1588
- errorMessages: string | string[];
1589
- maxErrors: string | number;
1590
- rules: ValidationRule[];
1591
- persistentHint: boolean;
1592
- } & {
1593
- id?: string | undefined;
1594
- name?: string | undefined;
1595
- label?: string | undefined;
1596
- class?: any;
1597
- modelValue?: any;
1598
- prependIcon?: IconValue | undefined;
1599
- appendIcon?: IconValue | undefined;
1600
- 'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1601
- 'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
1602
- 'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
1603
- validateOn?: "input" | "blur" | "submit" | undefined;
1604
- validationValue?: any;
1605
- hint?: string | undefined;
1606
- hideDetails?: boolean | "auto" | undefined;
1607
- } & {
1608
- $children?: vue.VNodeChild | {
1609
- default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1610
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1611
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1612
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1613
- } | ((args_0: VInputSlot) => vue.VNodeChild);
1614
- 'v-slots'?: {
1615
- default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1616
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1617
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1618
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1619
- } | undefined;
1620
- } & {
1621
- "v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1622
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1623
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1624
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1625
- } & {
1626
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1627
- } & vue.ShallowUnwrapRef<{
1628
- reset: () => void;
1629
- resetValidation: () => void;
1630
- validate: () => Promise<string[]>;
1631
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
1632
- $: vue.ComponentInternalInstance;
1633
- $data: {};
1634
- $props: Partial<{
1635
- flat: boolean;
1636
- reverse: boolean;
1637
- error: boolean;
1638
- active: boolean;
1639
- style: vue.StyleValue;
1640
- disabled: boolean;
1641
- rounded: string | number | boolean;
1642
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1643
- clearIcon: IconValue;
1644
- focused: boolean;
1645
- clearable: boolean;
1646
- dirty: boolean;
1647
- persistentClear: boolean;
1648
- singleLine: boolean;
1649
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1650
- theme: StringConstructor;
1651
- rounded: {
1652
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1653
- default: undefined;
1654
- };
1655
- loading: (StringConstructor | BooleanConstructor)[];
1656
- class: PropType<any>;
1657
- style: {
1658
- type: PropType<vue.StyleValue>;
1659
- default: null;
1660
- };
1661
- appendInnerIcon: PropType<IconValue>;
1662
- bgColor: StringConstructor;
1663
- clearable: BooleanConstructor;
1664
- clearIcon: {
1665
- type: PropType<IconValue>;
1666
- default: string;
1667
- };
1668
- active: BooleanConstructor;
1669
- color: StringConstructor;
1670
- baseColor: StringConstructor;
1671
- dirty: BooleanConstructor;
1672
- disabled: BooleanConstructor;
1673
- error: BooleanConstructor;
1674
- flat: BooleanConstructor;
1675
- label: StringConstructor;
1676
- persistentClear: BooleanConstructor;
1677
- prependInnerIcon: PropType<IconValue>;
1678
- reverse: BooleanConstructor;
1679
- singleLine: BooleanConstructor;
1680
- variant: {
1681
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1682
- default: string;
1683
- validator: (v: any) => boolean;
1684
- };
1685
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1686
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1687
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1688
- focused: BooleanConstructor;
1689
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1690
- id: StringConstructor;
1691
- }, "$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">>> & {
1692
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1693
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1694
- $attrs: {
1695
- [x: string]: unknown;
1696
- };
1697
- $refs: {
1698
- [x: string]: unknown;
1699
- };
1700
- $slots: Readonly<{
1701
- [name: string]: vue.Slot | undefined;
1702
- }>;
1703
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1704
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1705
- $emit: (event: "update:focused", focused: boolean) => void;
1706
- $el: any;
1707
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1708
- theme: StringConstructor;
1709
- rounded: {
1710
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1711
- default: undefined;
1712
- };
1713
- loading: (StringConstructor | BooleanConstructor)[];
1714
- class: PropType<any>;
1715
- style: {
1716
- type: PropType<vue.StyleValue>;
1717
- default: null;
1718
- };
1719
- appendInnerIcon: PropType<IconValue>;
1720
- bgColor: StringConstructor;
1721
- clearable: BooleanConstructor;
1722
- clearIcon: {
1723
- type: PropType<IconValue>;
1724
- default: string;
1725
- };
1726
- active: BooleanConstructor;
1727
- color: StringConstructor;
1728
- baseColor: StringConstructor;
1729
- dirty: BooleanConstructor;
1730
- disabled: BooleanConstructor;
1731
- error: BooleanConstructor;
1732
- flat: BooleanConstructor;
1733
- label: StringConstructor;
1734
- persistentClear: BooleanConstructor;
1735
- prependInnerIcon: PropType<IconValue>;
1736
- reverse: BooleanConstructor;
1737
- singleLine: BooleanConstructor;
1738
- variant: {
1739
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1740
- default: string;
1741
- validator: (v: any) => boolean;
1742
- };
1743
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1744
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1745
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1746
- focused: BooleanConstructor;
1747
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1748
- id: StringConstructor;
1749
- }, "$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">>> & {
1750
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1751
- }, {
1752
- controlRef: vue.Ref<HTMLElement | undefined>;
1753
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1754
- 'update:focused': (focused: boolean) => true;
1755
- 'update:modelValue': (val: any) => true;
1756
- }, "$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, {
1757
- flat: boolean;
1758
- reverse: boolean;
1759
- error: boolean;
1760
- active: boolean;
1761
- style: vue.StyleValue;
1762
- disabled: boolean;
1763
- rounded: string | number | boolean;
1764
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1765
- clearIcon: IconValue;
1766
- focused: boolean;
1767
- clearable: boolean;
1768
- dirty: boolean;
1769
- persistentClear: boolean;
1770
- singleLine: boolean;
1771
- }, {}, string> & {
1772
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1773
- created?: ((() => void) | (() => void)[]) | undefined;
1774
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1775
- mounted?: ((() => void) | (() => void)[]) | undefined;
1776
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1777
- updated?: ((() => void) | (() => void)[]) | undefined;
1778
- activated?: ((() => void) | (() => void)[]) | undefined;
1779
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1780
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1781
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1782
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1783
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1784
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1785
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1786
- 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;
1787
- };
1788
- $forceUpdate: () => void;
1789
- $nextTick: typeof nextTick;
1790
- $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;
1791
- } & Readonly<vue.ExtractPropTypes<Omit<{
1792
- theme: StringConstructor;
1793
- rounded: {
1794
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1795
- default: undefined;
1796
- };
1797
- loading: (StringConstructor | BooleanConstructor)[];
1798
- class: PropType<any>;
1799
- style: {
1800
- type: PropType<vue.StyleValue>;
1801
- default: null;
1802
- };
1803
- appendInnerIcon: PropType<IconValue>;
1804
- bgColor: StringConstructor;
1805
- clearable: BooleanConstructor;
1806
- clearIcon: {
1807
- type: PropType<IconValue>;
1808
- default: string;
1809
- };
1810
- active: BooleanConstructor;
1811
- color: StringConstructor;
1812
- baseColor: StringConstructor;
1813
- dirty: BooleanConstructor;
1814
- disabled: BooleanConstructor;
1815
- error: BooleanConstructor;
1816
- flat: BooleanConstructor;
1817
- label: StringConstructor;
1818
- persistentClear: BooleanConstructor;
1819
- prependInnerIcon: PropType<IconValue>;
1820
- reverse: BooleanConstructor;
1821
- singleLine: BooleanConstructor;
1822
- variant: {
1823
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1824
- default: string;
1825
- validator: (v: any) => boolean;
1826
- };
1827
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1828
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1829
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1830
- focused: BooleanConstructor;
1831
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1832
- id: StringConstructor;
1833
- }, "$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">>> & {
1834
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1835
- } & vue.ShallowUnwrapRef<{
1836
- controlRef: vue.Ref<HTMLElement | undefined>;
1837
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1838
- modelValue?: unknown;
1839
- 'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
1840
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "baseColor" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1841
- 'click:control': (e: MouseEvent) => true;
1842
- 'mousedown:control': (e: MouseEvent) => true;
1843
- 'update:focused': (focused: boolean) => true;
1844
- 'update:modelValue': (val: string) => true;
1845
- }, string, {
1846
- flat: boolean;
1847
- reverse: boolean;
1848
- type: string;
1849
- error: boolean;
1850
- active: boolean;
1851
- direction: "horizontal" | "vertical";
1852
- style: vue.StyleValue;
1853
- autofocus: boolean;
1854
- disabled: boolean;
1855
- readonly: boolean;
1856
- messages: string | string[];
1857
- rounded: string | number | boolean;
1858
- density: Density;
1859
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1860
- clearIcon: IconValue;
1861
- focused: boolean;
1862
- errorMessages: string | string[];
1863
- maxErrors: string | number;
1864
- rules: ValidationRule[];
1865
- persistentHint: boolean;
1866
- clearable: boolean;
1867
- dirty: boolean;
1868
- persistentClear: boolean;
1869
- singleLine: boolean;
1870
- persistentPlaceholder: boolean;
1871
- persistentCounter: boolean;
1872
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1873
- theme: StringConstructor;
1874
- rounded: {
1875
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1876
- default: undefined;
1877
- };
1878
- loading: (StringConstructor | BooleanConstructor)[];
1879
- class: PropType<any>;
1880
- style: {
1881
- type: PropType<vue.StyleValue>;
1882
- default: null;
1883
- };
1884
- appendInnerIcon: PropType<IconValue>;
1885
- bgColor: StringConstructor;
1886
- clearable: BooleanConstructor;
1887
- clearIcon: {
1888
- type: PropType<IconValue>;
1889
- default: string;
1890
- };
1891
- active: BooleanConstructor;
1892
- color: StringConstructor;
1893
- baseColor: StringConstructor;
1894
- dirty: BooleanConstructor;
1895
- disabled: BooleanConstructor;
1896
- error: BooleanConstructor;
1897
- flat: BooleanConstructor;
1898
- label: StringConstructor;
1899
- persistentClear: BooleanConstructor;
1900
- prependInnerIcon: PropType<IconValue>;
1901
- reverse: BooleanConstructor;
1902
- singleLine: BooleanConstructor;
1903
- variant: {
1904
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1905
- default: string;
1906
- validator: (v: any) => boolean;
1907
- };
1908
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1909
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1910
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1911
- focused: BooleanConstructor;
1912
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1913
- errorMessages: {
1914
- type: PropType<string | string[]>;
1915
- default: () => never[];
1916
- };
1917
- maxErrors: {
1918
- type: (StringConstructor | NumberConstructor)[];
1919
- default: number;
1920
- };
1921
- name: StringConstructor;
1922
- readonly: BooleanConstructor;
1923
- rules: {
1924
- type: PropType<ValidationRule[]>;
1925
- default: () => never[];
1926
- };
1927
- modelValue: null;
1928
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1929
- validationValue: null;
1930
- density: {
1931
- type: PropType<Density>;
1932
- default: string;
1933
- validator: (v: any) => boolean;
1934
- };
1935
- id: StringConstructor;
1936
- appendIcon: PropType<IconValue>;
1937
- prependIcon: PropType<IconValue>;
1938
- hideDetails: PropType<boolean | "auto">;
1939
- hint: StringConstructor;
1940
- persistentHint: BooleanConstructor;
1941
- messages: {
1942
- type: PropType<string | string[]>;
1943
- default: () => never[];
1944
- };
1945
- direction: {
1946
- type: PropType<"horizontal" | "vertical">;
1947
- default: string;
1948
- validator: (v: any) => boolean;
1949
- };
1950
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1951
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1952
- autofocus: BooleanConstructor;
1953
- counter: PropType<string | number | true>;
1954
- counterValue: PropType<(value: any) => number>;
1955
- prefix: StringConstructor;
1956
- placeholder: StringConstructor;
1957
- persistentPlaceholder: BooleanConstructor;
1958
- persistentCounter: BooleanConstructor;
1959
- suffix: StringConstructor;
1960
- type: {
1961
- type: StringConstructor;
1962
- default: string;
1963
- };
1964
- modelModifiers: PropType<Record<string, boolean>>;
1965
- }, vue.ExtractPropTypes<{
1966
- theme: StringConstructor;
1967
- rounded: {
1968
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1969
- default: undefined;
1970
- };
1971
- loading: (StringConstructor | BooleanConstructor)[];
1972
- class: PropType<any>;
1973
- style: {
1974
- type: PropType<vue.StyleValue>;
1975
- default: null;
1976
- };
1977
- appendInnerIcon: PropType<IconValue>;
1978
- bgColor: StringConstructor;
1979
- clearable: BooleanConstructor;
1980
- clearIcon: {
1981
- type: PropType<IconValue>;
1982
- default: string;
1983
- };
1984
- active: BooleanConstructor;
1985
- color: StringConstructor;
1986
- baseColor: StringConstructor;
1987
- dirty: BooleanConstructor;
1988
- disabled: BooleanConstructor;
1989
- error: BooleanConstructor;
1990
- flat: BooleanConstructor;
1991
- label: StringConstructor;
1992
- persistentClear: BooleanConstructor;
1993
- prependInnerIcon: PropType<IconValue>;
1994
- reverse: BooleanConstructor;
1995
- singleLine: BooleanConstructor;
1996
- variant: {
1997
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1998
- default: string;
1999
- validator: (v: any) => boolean;
2000
- };
2001
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2002
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2003
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2004
- focused: BooleanConstructor;
2005
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
2006
- errorMessages: {
2007
- type: PropType<string | string[]>;
2008
- default: () => never[];
2009
- };
2010
- maxErrors: {
2011
- type: (StringConstructor | NumberConstructor)[];
2012
- default: number;
2013
- };
2014
- name: StringConstructor;
2015
- readonly: BooleanConstructor;
2016
- rules: {
2017
- type: PropType<ValidationRule[]>;
2018
- default: () => never[];
2019
- };
2020
- modelValue: null;
2021
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
2022
- validationValue: null;
2023
- density: {
2024
- type: PropType<Density>;
2025
- default: string;
2026
- validator: (v: any) => boolean;
2027
- };
2028
- id: StringConstructor;
2029
- appendIcon: PropType<IconValue>;
2030
- prependIcon: PropType<IconValue>;
2031
- hideDetails: PropType<boolean | "auto">;
2032
- hint: StringConstructor;
2033
- persistentHint: BooleanConstructor;
2034
- messages: {
2035
- type: PropType<string | string[]>;
2036
- default: () => never[];
2037
- };
2038
- direction: {
2039
- type: PropType<"horizontal" | "vertical">;
2040
- default: string;
2041
- validator: (v: any) => boolean;
2042
- };
2043
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2044
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2045
- autofocus: BooleanConstructor;
2046
- counter: PropType<string | number | true>;
2047
- counterValue: PropType<(value: any) => number>;
2048
- prefix: StringConstructor;
2049
- placeholder: StringConstructor;
2050
- persistentPlaceholder: BooleanConstructor;
2051
- persistentCounter: BooleanConstructor;
2052
- suffix: StringConstructor;
2053
- type: {
2054
- type: StringConstructor;
2055
- default: string;
2056
- };
2057
- modelModifiers: PropType<Record<string, boolean>>;
2058
- }>>;
2059
- type VTextField = InstanceType<typeof VTextField>;
2060
-
2061
- export { VTextField };