@vuetify/nightly 3.7.3-master.2024-10-31 → 3.7.3-next.2024-11-01

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 (394) hide show
  1. package/dist/json/attributes.json +5540 -5588
  2. package/dist/json/importMap-labs.json +10 -10
  3. package/dist/json/importMap.json +164 -164
  4. package/dist/json/tags.json +1 -14
  5. package/dist/json/web-types.json +10273 -10361
  6. package/dist/vuetify-labs.css +25568 -27281
  7. package/dist/vuetify-labs.d.ts +2967 -13803
  8. package/dist/vuetify-labs.esm.js +13 -7
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -7
  11. package/dist/vuetify-labs.min.css +3 -4
  12. package/dist/vuetify.css +22401 -24117
  13. package/dist/vuetify.d.ts +2722 -11907
  14. package/dist/vuetify.esm.js +13 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -4
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +207 -215
  22. package/lib/components/VAlert/VAlert.mjs +1 -1
  23. package/lib/components/VAlert/index.d.mts +8 -86
  24. package/lib/components/VApp/VApp.css +16 -15
  25. package/lib/components/VApp/index.d.mts +4 -20
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  29. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  30. package/lib/components/VAppBar/index.d.mts +12 -148
  31. package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  33. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  34. package/lib/components/VAvatar/VAvatar.css +108 -106
  35. package/lib/components/VAvatar/index.d.mts +4 -31
  36. package/lib/components/VBadge/VBadge.css +73 -73
  37. package/lib/components/VBadge/VBadge.mjs +1 -1
  38. package/lib/components/VBadge/index.d.mts +4 -41
  39. package/lib/components/VBanner/VBanner.css +161 -166
  40. package/lib/components/VBanner/VBanner.mjs +1 -1
  41. package/lib/components/VBanner/index.d.mts +12 -88
  42. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
  43. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  44. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  45. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  46. package/lib/components/VBottomSheet/index.d.mts +4 -88
  47. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  49. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.mts +12 -65
  51. package/lib/components/VBtn/VBtn.css +385 -408
  52. package/lib/components/VBtn/VBtn.mjs +1 -1
  53. package/lib/components/VBtn/VBtn.sass +4 -4
  54. package/lib/components/VBtn/index.d.mts +4 -72
  55. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  56. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  57. package/lib/components/VBtnGroup/index.d.mts +4 -28
  58. package/lib/components/VBtnToggle/VBtnToggle.css +13 -11
  59. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  60. package/lib/components/VBtnToggle/index.d.mts +4 -24
  61. package/lib/components/VCard/VCard.css +294 -302
  62. package/lib/components/VCard/VCard.mjs +1 -1
  63. package/lib/components/VCard/VCardItem.mjs +1 -1
  64. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  65. package/lib/components/VCard/VCardText.mjs +1 -1
  66. package/lib/components/VCard/index.d.mts +24 -190
  67. package/lib/components/VCarousel/VCarousel.css +63 -65
  68. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  69. package/lib/components/VCarousel/VCarousel.sass +1 -1
  70. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  71. package/lib/components/VCarousel/index.d.mts +8 -86
  72. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  73. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  74. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  75. package/lib/components/VCheckbox/index.d.mts +8 -90
  76. package/lib/components/VChip/VChip.css +378 -411
  77. package/lib/components/VChip/VChip.mjs +1 -1
  78. package/lib/components/VChip/index.d.mts +4 -105
  79. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  80. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  81. package/lib/components/VChipGroup/index.d.mts +4 -28
  82. package/lib/components/VCode/VCode.css +10 -8
  83. package/lib/components/VCode/index.d.mts +4 -18
  84. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  85. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  87. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  88. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  89. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  90. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  91. package/lib/components/VColorPicker/index.d.mts +4 -68
  92. package/lib/components/VCombobox/VCombobox.css +86 -85
  93. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  94. package/lib/components/VCombobox/index.d.mts +201 -1360
  95. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  96. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  97. package/lib/components/VConfirmEdit/index.d.mts +6 -13
  98. package/lib/components/VCounter/VCounter.css +7 -5
  99. package/lib/components/VCounter/VCounter.mjs +1 -1
  100. package/lib/components/VCounter/index.d.mts +9 -31
  101. package/lib/components/VDataIterator/index.d.mts +12 -56
  102. package/lib/components/VDataTable/VDataTable.css +189 -186
  103. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  104. package/lib/components/VDataTable/VDataTable.sass +20 -10
  105. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  106. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  107. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  108. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  109. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  110. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  111. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  112. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  113. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  114. package/lib/components/VDataTable/index.d.mts +36 -389
  115. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  116. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  117. package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
  118. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  119. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  120. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  121. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  122. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  123. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  124. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  125. package/lib/components/VDatePicker/index.d.mts +24 -276
  126. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  127. package/lib/components/VDialog/VDialog.css +99 -99
  128. package/lib/components/VDialog/VDialog.mjs +1 -1
  129. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  130. package/lib/components/VDialog/index.d.mts +143 -389
  131. package/lib/components/VDivider/VDivider.css +52 -52
  132. package/lib/components/VDivider/index.d.mts +4 -24
  133. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  134. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  135. package/lib/components/VEmptyState/index.d.mts +4 -66
  136. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  137. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  138. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  139. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  140. package/lib/components/VExpansionPanel/index.d.mts +16 -152
  141. package/lib/components/VFab/VFab.css +74 -69
  142. package/lib/components/VFab/VFab.mjs +1 -1
  143. package/lib/components/VFab/VFab.sass +5 -4
  144. package/lib/components/VFab/index.d.mts +9 -78
  145. package/lib/components/VField/VField.css +539 -579
  146. package/lib/components/VField/VField.mjs +1 -1
  147. package/lib/components/VField/VFieldLabel.mjs +1 -1
  148. package/lib/components/VField/index.d.mts +11 -59
  149. package/lib/components/VFileInput/VFileInput.css +31 -29
  150. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  151. package/lib/components/VFileInput/index.d.mts +71 -256
  152. package/lib/components/VFooter/VFooter.css +38 -36
  153. package/lib/components/VFooter/VFooter.mjs +1 -1
  154. package/lib/components/VFooter/index.d.mts +4 -29
  155. package/lib/components/VForm/index.d.mts +267 -175
  156. package/lib/components/VGrid/VContainer.mjs +1 -1
  157. package/lib/components/VGrid/VGrid.css +565 -592
  158. package/lib/components/VGrid/index.d.mts +16 -118
  159. package/lib/components/VHover/index.d.mts +4 -33
  160. package/lib/components/VIcon/VIcon.css +51 -52
  161. package/lib/components/VIcon/index.d.mts +17 -75
  162. package/lib/components/VImg/VImg.css +50 -51
  163. package/lib/components/VImg/VImg.mjs +1 -1
  164. package/lib/components/VImg/index.d.mts +19 -74
  165. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  166. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  167. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  168. package/lib/components/VInput/VInput.css +131 -142
  169. package/lib/components/VInput/VInput.mjs +1 -1
  170. package/lib/components/VInput/index.d.mts +4 -37
  171. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  172. package/lib/components/VItemGroup/index.d.mts +8 -65
  173. package/lib/components/VKbd/VKbd.css +13 -11
  174. package/lib/components/VKbd/index.d.mts +4 -18
  175. package/lib/components/VLabel/VLabel.css +16 -15
  176. package/lib/components/VLabel/index.d.mts +4 -20
  177. package/lib/components/VLayout/VLayout.css +10 -8
  178. package/lib/components/VLayout/VLayoutItem.css +8 -7
  179. package/lib/components/VLayout/index.d.mts +8 -48
  180. package/lib/components/VLazy/VLazy.mjs +1 -1
  181. package/lib/components/VLazy/index.d.mts +4 -31
  182. package/lib/components/VList/VList.css +104 -108
  183. package/lib/components/VList/VList.mjs +1 -1
  184. package/lib/components/VList/VList.sass +1 -1
  185. package/lib/components/VList/VListChildren.mjs +1 -1
  186. package/lib/components/VList/VListGroup.mjs +1 -1
  187. package/lib/components/VList/VListItem.css +439 -451
  188. package/lib/components/VList/VListItem.mjs +1 -1
  189. package/lib/components/VList/VListItem.sass +2 -1
  190. package/lib/components/VList/VListItemAction.mjs +1 -1
  191. package/lib/components/VList/VListItemMedia.mjs +1 -1
  192. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  193. package/lib/components/VList/_variables.scss +11 -0
  194. package/lib/components/VList/index.d.mts +48 -291
  195. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  196. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  197. package/lib/components/VMain/VMain.css +32 -30
  198. package/lib/components/VMain/index.d.mts +4 -25
  199. package/lib/components/VMenu/VMenu.css +21 -19
  200. package/lib/components/VMenu/VMenu.mjs +1 -1
  201. package/lib/components/VMenu/index.d.mts +155 -397
  202. package/lib/components/VMessages/VMessages.css +17 -15
  203. package/lib/components/VMessages/index.d.mts +4 -27
  204. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
  205. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  206. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  207. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  208. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  209. package/lib/components/VOtpInput/index.d.mts +7 -52
  210. package/lib/components/VOverlay/VOverlay.css +60 -63
  211. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  212. package/lib/components/VOverlay/VOverlay.sass +14 -13
  213. package/lib/components/VOverlay/index.d.mts +19 -101
  214. package/lib/components/VPagination/VPagination.css +10 -8
  215. package/lib/components/VPagination/VPagination.mjs +1 -1
  216. package/lib/components/VPagination/index.d.mts +4 -64
  217. package/lib/components/VParallax/VParallax.css +8 -6
  218. package/lib/components/VParallax/VParallax.mjs +1 -1
  219. package/lib/components/VParallax/index.d.mts +4 -27
  220. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  221. package/lib/components/VProgressCircular/index.d.mts +4 -34
  222. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  223. package/lib/components/VProgressLinear/index.d.mts +4 -54
  224. package/lib/components/VRadio/VRadio.mjs +1 -1
  225. package/lib/components/VRadio/index.d.mts +4 -68
  226. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  227. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  228. package/lib/components/VRadioGroup/index.d.mts +4 -48
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  230. package/lib/components/VRangeSlider/index.d.mts +4 -107
  231. package/lib/components/VRating/VRating.css +52 -53
  232. package/lib/components/VRating/VRating.mjs +1 -1
  233. package/lib/components/VRating/index.d.mts +4 -42
  234. package/lib/components/VResponsive/VResponsive.css +25 -26
  235. package/lib/components/VResponsive/index.d.mts +4 -29
  236. package/lib/components/VSelect/VSelect.css +54 -52
  237. package/lib/components/VSelect/VSelect.mjs +1 -1
  238. package/lib/components/VSelect/index.d.mts +200 -1352
  239. package/lib/components/VSelectionControl/VSelectionControl.css +100 -102
  240. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  241. package/lib/components/VSelectionControl/index.d.mts +10 -37
  242. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  243. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  244. package/lib/components/VSheet/VSheet.css +38 -36
  245. package/lib/components/VSheet/VSheet.mjs +1 -1
  246. package/lib/components/VSheet/index.d.mts +4 -32
  247. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  248. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  249. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  250. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  251. package/lib/components/VSlideGroup/index.d.mts +14 -70
  252. package/lib/components/VSlider/VSlider.css +53 -57
  253. package/lib/components/VSlider/VSlider.mjs +1 -1
  254. package/lib/components/VSlider/VSliderThumb.css +142 -153
  255. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  256. package/lib/components/VSlider/VSliderTrack.css +155 -174
  257. package/lib/components/VSlider/index.d.mts +4 -106
  258. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  259. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  260. package/lib/components/VSnackbar/index.d.mts +152 -398
  261. package/lib/components/VSparkline/VBarline.mjs +1 -2
  262. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  263. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  264. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  265. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  266. package/lib/components/VSparkline/index.d.mts +4 -49
  267. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  268. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  269. package/lib/components/VSpeedDial/index.d.mts +4 -85
  270. package/lib/components/VStepper/VStepper.css +55 -56
  271. package/lib/components/VStepper/VStepper.mjs +1 -1
  272. package/lib/components/VStepper/VStepperItem.css +112 -115
  273. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  274. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  275. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  276. package/lib/components/VStepper/index.d.mts +24 -250
  277. package/lib/components/VSwitch/VSwitch.css +129 -139
  278. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  279. package/lib/components/VSwitch/index.d.mts +4 -59
  280. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  281. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  282. package/lib/components/VSystemBar/index.d.mts +4 -28
  283. package/lib/components/VTable/VTable.css +140 -141
  284. package/lib/components/VTable/VTable.sass +4 -2
  285. package/lib/components/VTable/index.d.mts +4 -33
  286. package/lib/components/VTabs/VTab.css +30 -29
  287. package/lib/components/VTabs/VTab.mjs +1 -1
  288. package/lib/components/VTabs/VTabs.css +59 -65
  289. package/lib/components/VTabs/VTabs.mjs +1 -1
  290. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  291. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  292. package/lib/components/VTabs/index.d.mts +98 -394
  293. package/lib/components/VTextField/VTextField.css +65 -68
  294. package/lib/components/VTextField/VTextField.mjs +1 -1
  295. package/lib/components/VTextField/index.d.mts +152 -374
  296. package/lib/components/VTextarea/VTextarea.css +47 -39
  297. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  298. package/lib/components/VTextarea/VTextarea.sass +4 -2
  299. package/lib/components/VTextarea/index.d.mts +71 -244
  300. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  301. package/lib/components/VThemeProvider/index.d.mts +4 -20
  302. package/lib/components/VTimeline/VTimeline.css +379 -418
  303. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  304. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  305. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  306. package/lib/components/VTimeline/index.d.mts +8 -75
  307. package/lib/components/VToolbar/VToolbar.css +136 -143
  308. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  309. package/lib/components/VToolbar/index.d.mts +12 -90
  310. package/lib/components/VTooltip/VTooltip.css +25 -21
  311. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  312. package/lib/components/VTooltip/VTooltip.sass +8 -6
  313. package/lib/components/VTooltip/index.d.mts +147 -386
  314. package/lib/components/VValidation/index.d.mts +10 -24
  315. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  316. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  317. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  318. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  319. package/lib/components/VWindow/VWindow.css +73 -70
  320. package/lib/components/VWindow/VWindow.mjs +1 -1
  321. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  322. package/lib/components/VWindow/index.d.mts +8 -47
  323. package/lib/components/index.d.mts +2950 -12135
  324. package/lib/components/transitions/dialog-transition.mjs +1 -2
  325. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  326. package/lib/components/transitions/index.d.mts +64 -309
  327. package/lib/composables/icons.mjs +1 -1
  328. package/lib/composables/theme.mjs +4 -4
  329. package/lib/composables/theme.mjs.map +1 -1
  330. package/lib/composables/variant.mjs +1 -1
  331. package/lib/directives/ripple/VRipple.css +38 -36
  332. package/lib/entry-bundler.mjs +1 -1
  333. package/lib/entry-bundler.mjs.map +1 -1
  334. package/lib/framework.mjs +1 -1
  335. package/lib/framework.mjs.map +1 -1
  336. package/lib/index.d.mts +57 -57
  337. package/lib/labs/VCalendar/VCalendar.css +219 -225
  338. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  339. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  340. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  341. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  342. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  343. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  344. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  345. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  346. package/lib/labs/VCalendar/index.d.mts +24 -211
  347. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  348. package/lib/labs/VDateInput/index.d.mts +4 -115
  349. package/lib/labs/VNumberInput/VNumberInput.css +40 -38
  350. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  351. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  352. package/lib/labs/VPicker/VPicker.css +53 -57
  353. package/lib/labs/VPicker/VPicker.mjs +1 -1
  354. package/lib/labs/VPicker/index.d.mts +8 -63
  355. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  356. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  357. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  358. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  359. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  360. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  361. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  362. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  363. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  364. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  365. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  366. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  367. package/lib/labs/VTimePicker/index.d.mts +12 -122
  368. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  369. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  370. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  371. package/lib/labs/VTreeview/VTreeviewItem.css +17 -15
  372. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  373. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -1
  374. package/lib/labs/VTreeview/index.d.mts +18 -205
  375. package/lib/labs/components.d.mts +1015 -2912
  376. package/lib/styles/elements/_global.sass +1 -1
  377. package/lib/styles/generic/_colors.scss +3 -3
  378. package/lib/styles/generic/_layers.scss +13 -1
  379. package/lib/styles/generic/_transitions.scss +32 -32
  380. package/lib/styles/main.css +14667 -16140
  381. package/lib/styles/settings/_utilities.scss +0 -5
  382. package/lib/styles/settings/_variables.scss +1 -2
  383. package/lib/styles/tools/_border.sass +4 -4
  384. package/lib/styles/tools/_display.sass +0 -10
  385. package/lib/styles/tools/_elevation.sass +2 -2
  386. package/lib/styles/tools/_index.sass +0 -2
  387. package/lib/styles/tools/_layer.scss +4 -2
  388. package/lib/styles/tools/_position.sass +2 -2
  389. package/lib/styles/tools/_rounded.sass +2 -2
  390. package/lib/styles/tools/_utilities.sass +1 -5
  391. package/lib/styles/utilities/_elevation.scss +1 -1
  392. package/package.json +5 -4
  393. package/lib/styles/tools/_bootable.sass +0 -3
  394. package/lib/styles/tools/_radius.sass +0 -10
@@ -1,5 +1,6 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+ import * as _vue_reactivity from '@vue/reactivity';
3
4
 
4
5
  type ClassValue = any;
5
6
 
@@ -124,7 +125,7 @@ type VCounterSlot = {
124
125
  };
125
126
 
126
127
  declare const VTextField: {
127
- new (...args: any[]): vue.CreateComponentPublicInstance<{
128
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
128
129
  flat: boolean;
129
130
  reverse: boolean;
130
131
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -298,40 +299,7 @@ declare const VTextField: {
298
299
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
299
300
  hint?: string | undefined;
300
301
  hideDetails?: boolean | "auto" | undefined;
301
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
302
- error: boolean;
303
- direction: "horizontal" | "vertical";
304
- style: vue.StyleValue;
305
- disabled: boolean | null;
306
- readonly: boolean | null;
307
- messages: string | readonly string[];
308
- focused: boolean;
309
- errorMessages: string | readonly string[] | null;
310
- maxErrors: string | number;
311
- rules: readonly ValidationRule[];
312
- density: Density;
313
- centerAffix: boolean;
314
- hideSpinButtons: boolean;
315
- persistentHint: boolean;
316
- } & {
317
- name?: string | undefined;
318
- id?: string | undefined;
319
- width?: string | number | undefined;
320
- maxWidth?: string | number | undefined;
321
- minWidth?: string | number | undefined;
322
- label?: string | undefined;
323
- class?: any;
324
- theme?: string | undefined;
325
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
326
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
327
- validationValue?: any;
328
- prependIcon?: IconValue | undefined;
329
- appendIcon?: IconValue | undefined;
330
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
331
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
332
- hint?: string | undefined;
333
- hideDetails?: boolean | "auto" | undefined;
334
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
302
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
335
303
  $attrs: {
336
304
  [x: string]: unknown;
337
305
  };
@@ -347,6 +315,7 @@ declare const VTextField: {
347
315
  }>;
348
316
  $root: vue.ComponentPublicInstance | null;
349
317
  $parent: vue.ComponentPublicInstance | null;
318
+ $host: Element | null;
350
319
  $emit: (event: string, ...args: any[]) => void;
351
320
  $el: any;
352
321
  $options: vue.ComponentOptionsBase<{
@@ -411,7 +380,7 @@ declare const VTextField: {
411
380
  append: (arg: VInputSlot) => vue.VNode[];
412
381
  details: (arg: VInputSlot) => vue.VNode[];
413
382
  message: (arg: VMessageSlot) => vue.VNode[];
414
- }>>> & {
383
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
415
384
  beforeCreate?: (() => void) | (() => void)[];
416
385
  created?: (() => void) | (() => void)[];
417
386
  beforeMount?: (() => void) | (() => void)[];
@@ -430,8 +399,23 @@ declare const VTextField: {
430
399
  };
431
400
  $forceUpdate: () => void;
432
401
  $nextTick: typeof nextTick;
433
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
434
- } & Omit<{
402
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
403
+ } & Readonly<{
404
+ error: boolean;
405
+ direction: "horizontal" | "vertical";
406
+ style: vue.StyleValue;
407
+ disabled: boolean | null;
408
+ readonly: boolean | null;
409
+ messages: string | readonly string[];
410
+ focused: boolean;
411
+ errorMessages: string | readonly string[] | null;
412
+ maxErrors: string | number;
413
+ rules: readonly ValidationRule[];
414
+ density: Density;
415
+ centerAffix: boolean;
416
+ hideSpinButtons: boolean;
417
+ persistentHint: boolean;
418
+ }> & Omit<{
435
419
  error: boolean;
436
420
  direction: "horizontal" | "vertical";
437
421
  style: vue.StyleValue;
@@ -464,7 +448,7 @@ declare const VTextField: {
464
448
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
465
449
  hint?: string | undefined;
466
450
  hideDetails?: boolean | "auto" | undefined;
467
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
451
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
468
452
  reset: () => Promise<void>;
469
453
  resetValidation: () => Promise<void>;
470
454
  validate: (silent?: boolean) => Promise<string[]>;
@@ -473,7 +457,7 @@ declare const VTextField: {
473
457
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
474
458
  modelValue?: unknown;
475
459
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
476
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
460
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
477
461
  $: vue.ComponentInternalInstance;
478
462
  $data: {};
479
463
  $props: Partial<{
@@ -524,41 +508,7 @@ declare const VTextField: {
524
508
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
525
509
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
526
510
  centerAffix?: boolean | undefined;
527
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
528
- flat: boolean;
529
- reverse: boolean;
530
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
531
- error: boolean;
532
- active: boolean;
533
- style: vue.StyleValue;
534
- disabled: boolean;
535
- focused: boolean;
536
- tile: boolean;
537
- clearIcon: IconValue;
538
- clearable: boolean;
539
- dirty: boolean;
540
- persistentClear: boolean;
541
- singleLine: boolean;
542
- } & {
543
- id?: string | undefined;
544
- color?: string | undefined;
545
- loading?: string | boolean | undefined;
546
- label?: string | undefined;
547
- class?: any;
548
- theme?: string | undefined;
549
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
550
- rounded?: string | number | boolean | undefined;
551
- baseColor?: string | undefined;
552
- bgColor?: string | undefined;
553
- appendInnerIcon?: IconValue | undefined;
554
- prependInnerIcon?: IconValue | undefined;
555
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
556
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
557
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
558
- centerAffix?: boolean | undefined;
559
- } & {
560
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
561
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
511
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
562
512
  $attrs: {
563
513
  [x: string]: unknown;
564
514
  };
@@ -580,6 +530,7 @@ declare const VTextField: {
580
530
  }>;
581
531
  $root: vue.ComponentPublicInstance | null;
582
532
  $parent: vue.ComponentPublicInstance | null;
533
+ $host: Element | null;
583
534
  $emit: (event: "update:focused", focused: boolean) => void;
584
535
  $el: any;
585
536
  $options: vue.ComponentOptionsBase<{
@@ -617,7 +568,7 @@ declare const VTextField: {
617
568
  } & {
618
569
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
619
570
  }, {
620
- controlRef: vue.Ref<HTMLElement | undefined>;
571
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
621
572
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
622
573
  'update:focused': (focused: boolean) => true;
623
574
  'update:modelValue': (value: any) => true;
@@ -650,7 +601,7 @@ declare const VTextField: {
650
601
  }) => vue.VNode[];
651
602
  loader: (arg: LoaderSlotProps) => vue.VNode[];
652
603
  default: (arg: VFieldSlot) => vue.VNode[];
653
- }>>> & {
604
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
654
605
  beforeCreate?: (() => void) | (() => void)[];
655
606
  created?: (() => void) | (() => void)[];
656
607
  beforeMount?: (() => void) | (() => void)[];
@@ -669,8 +620,25 @@ declare const VTextField: {
669
620
  };
670
621
  $forceUpdate: () => void;
671
622
  $nextTick: typeof nextTick;
672
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
673
- } & Omit<{
623
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
624
+ } & Readonly<{
625
+ flat: boolean;
626
+ reverse: boolean;
627
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
628
+ error: boolean;
629
+ active: boolean;
630
+ style: vue.StyleValue;
631
+ disabled: boolean;
632
+ focused: boolean;
633
+ rounded: string | number | boolean;
634
+ tile: boolean;
635
+ clearIcon: IconValue;
636
+ centerAffix: boolean;
637
+ clearable: boolean;
638
+ dirty: boolean;
639
+ persistentClear: boolean;
640
+ singleLine: boolean;
641
+ }> & Omit<{
674
642
  flat: boolean;
675
643
  reverse: boolean;
676
644
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -704,12 +672,12 @@ declare const VTextField: {
704
672
  centerAffix?: boolean | undefined;
705
673
  } & {
706
674
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
707
- }, "controlRef"> & vue.ShallowUnwrapRef<{
708
- controlRef: vue.Ref<HTMLElement | undefined>;
675
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
676
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
709
677
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
710
678
  modelValue?: unknown;
711
679
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
712
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
680
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
713
681
  _allExposed: {
714
682
  reset: () => Promise<void>;
715
683
  resetValidation: () => Promise<void>;
@@ -717,138 +685,14 @@ declare const VTextField: {
717
685
  isValid: vue.ComputedRef<boolean | null>;
718
686
  errorMessages: vue.ComputedRef<string[]>;
719
687
  } | {
720
- controlRef: vue.Ref<HTMLElement | undefined>;
688
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
721
689
  } | {};
722
690
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
723
691
  'click:control': (e: MouseEvent) => true;
724
692
  'mousedown:control': (e: MouseEvent) => true;
725
693
  'update:focused': (focused: boolean) => true;
726
694
  'update:modelValue': (val: string) => true;
727
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
728
- flat: boolean;
729
- reverse: boolean;
730
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
731
- type: string;
732
- error: boolean;
733
- active: boolean;
734
- direction: "horizontal" | "vertical";
735
- style: vue.StyleValue;
736
- autofocus: boolean;
737
- disabled: boolean;
738
- readonly: boolean | null;
739
- messages: string | readonly string[];
740
- focused: boolean;
741
- errorMessages: string | readonly string[] | null;
742
- maxErrors: string | number;
743
- rules: readonly ValidationRule[];
744
- tile: boolean;
745
- density: Density;
746
- clearIcon: IconValue;
747
- hideSpinButtons: boolean;
748
- persistentHint: boolean;
749
- clearable: boolean;
750
- dirty: boolean;
751
- persistentClear: boolean;
752
- singleLine: boolean;
753
- persistentPlaceholder: boolean;
754
- persistentCounter: boolean;
755
- } & {
756
- name?: string | undefined;
757
- id?: string | undefined;
758
- width?: string | number | undefined;
759
- color?: string | undefined;
760
- maxWidth?: string | number | undefined;
761
- minWidth?: string | number | undefined;
762
- loading?: string | boolean | undefined;
763
- label?: string | undefined;
764
- prefix?: string | undefined;
765
- role?: string | undefined;
766
- class?: any;
767
- theme?: string | undefined;
768
- placeholder?: string | undefined;
769
- counter?: string | number | boolean | undefined;
770
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
771
- modelValue?: any;
772
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
773
- validationValue?: any;
774
- rounded?: string | number | boolean | undefined;
775
- baseColor?: string | undefined;
776
- bgColor?: string | undefined;
777
- prependIcon?: IconValue | undefined;
778
- appendIcon?: IconValue | undefined;
779
- appendInnerIcon?: IconValue | undefined;
780
- prependInnerIcon?: IconValue | undefined;
781
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
782
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
783
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
784
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
785
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
786
- centerAffix?: boolean | undefined;
787
- hint?: string | undefined;
788
- hideDetails?: boolean | "auto" | undefined;
789
- suffix?: string | undefined;
790
- counterValue?: number | ((value: any) => number) | undefined;
791
- modelModifiers?: Record<string, boolean> | undefined;
792
- } & {
793
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
794
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
795
- clear?: ((arg: DefaultInputSlot & {
796
- props: Record<string, any>;
797
- }) => vue.VNodeChild) | undefined;
798
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
799
- label?: ((arg: DefaultInputSlot & {
800
- label: string | undefined;
801
- props: Record<string, any>;
802
- }) => vue.VNodeChild) | undefined;
803
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
804
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
805
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
806
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
807
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
808
- default?: (() => vue.VNodeChild) | undefined;
809
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
810
- };
811
- 'v-slots'?: {
812
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
813
- clear?: false | ((arg: DefaultInputSlot & {
814
- props: Record<string, any>;
815
- }) => vue.VNodeChild) | undefined;
816
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
817
- label?: false | ((arg: DefaultInputSlot & {
818
- label: string | undefined;
819
- props: Record<string, any>;
820
- }) => vue.VNodeChild) | undefined;
821
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
822
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
823
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
824
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
825
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
826
- default?: false | (() => vue.VNodeChild) | undefined;
827
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
828
- } | undefined;
829
- } & {
830
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
831
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
832
- props: Record<string, any>;
833
- }) => vue.VNodeChild) | undefined;
834
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
835
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
836
- label: string | undefined;
837
- props: Record<string, any>;
838
- }) => vue.VNodeChild) | undefined;
839
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
840
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
841
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
842
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
843
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
844
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
845
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
846
- } & {
847
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
848
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
849
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
850
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
851
- }, {
695
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
852
696
  flat: boolean;
853
697
  reverse: boolean;
854
698
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -895,7 +739,7 @@ declare const VTextField: {
895
739
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
896
740
  default: () => vue.VNode[];
897
741
  counter: (arg: VCounterSlot) => vue.VNode[];
898
- }>>, {
742
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
899
743
  P: {};
900
744
  B: {};
901
745
  D: {};
@@ -1076,40 +920,7 @@ declare const VTextField: {
1076
920
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1077
921
  hint?: string | undefined;
1078
922
  hideDetails?: boolean | "auto" | undefined;
1079
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1080
- error: boolean;
1081
- direction: "horizontal" | "vertical";
1082
- style: vue.StyleValue;
1083
- disabled: boolean | null;
1084
- readonly: boolean | null;
1085
- messages: string | readonly string[];
1086
- focused: boolean;
1087
- errorMessages: string | readonly string[] | null;
1088
- maxErrors: string | number;
1089
- rules: readonly ValidationRule[];
1090
- density: Density;
1091
- centerAffix: boolean;
1092
- hideSpinButtons: boolean;
1093
- persistentHint: boolean;
1094
- } & {
1095
- name?: string | undefined;
1096
- id?: string | undefined;
1097
- width?: string | number | undefined;
1098
- maxWidth?: string | number | undefined;
1099
- minWidth?: string | number | undefined;
1100
- label?: string | undefined;
1101
- class?: any;
1102
- theme?: string | undefined;
1103
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1104
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1105
- validationValue?: any;
1106
- prependIcon?: IconValue | undefined;
1107
- appendIcon?: IconValue | undefined;
1108
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1109
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1110
- hint?: string | undefined;
1111
- hideDetails?: boolean | "auto" | undefined;
1112
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
923
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1113
924
  $attrs: {
1114
925
  [x: string]: unknown;
1115
926
  };
@@ -1125,6 +936,7 @@ declare const VTextField: {
1125
936
  }>;
1126
937
  $root: vue.ComponentPublicInstance | null;
1127
938
  $parent: vue.ComponentPublicInstance | null;
939
+ $host: Element | null;
1128
940
  $emit: (event: string, ...args: any[]) => void;
1129
941
  $el: any;
1130
942
  $options: vue.ComponentOptionsBase<{
@@ -1189,7 +1001,7 @@ declare const VTextField: {
1189
1001
  append: (arg: VInputSlot) => vue.VNode[];
1190
1002
  details: (arg: VInputSlot) => vue.VNode[];
1191
1003
  message: (arg: VMessageSlot) => vue.VNode[];
1192
- }>>> & {
1004
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1193
1005
  beforeCreate?: (() => void) | (() => void)[];
1194
1006
  created?: (() => void) | (() => void)[];
1195
1007
  beforeMount?: (() => void) | (() => void)[];
@@ -1208,8 +1020,23 @@ declare const VTextField: {
1208
1020
  };
1209
1021
  $forceUpdate: () => void;
1210
1022
  $nextTick: typeof nextTick;
1211
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1212
- } & Omit<{
1023
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1024
+ } & Readonly<{
1025
+ error: boolean;
1026
+ direction: "horizontal" | "vertical";
1027
+ style: vue.StyleValue;
1028
+ disabled: boolean | null;
1029
+ readonly: boolean | null;
1030
+ messages: string | readonly string[];
1031
+ focused: boolean;
1032
+ errorMessages: string | readonly string[] | null;
1033
+ maxErrors: string | number;
1034
+ rules: readonly ValidationRule[];
1035
+ density: Density;
1036
+ centerAffix: boolean;
1037
+ hideSpinButtons: boolean;
1038
+ persistentHint: boolean;
1039
+ }> & Omit<{
1213
1040
  error: boolean;
1214
1041
  direction: "horizontal" | "vertical";
1215
1042
  style: vue.StyleValue;
@@ -1242,7 +1069,7 @@ declare const VTextField: {
1242
1069
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1243
1070
  hint?: string | undefined;
1244
1071
  hideDetails?: boolean | "auto" | undefined;
1245
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1072
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1246
1073
  reset: () => Promise<void>;
1247
1074
  resetValidation: () => Promise<void>;
1248
1075
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1251,7 +1078,7 @@ declare const VTextField: {
1251
1078
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1252
1079
  modelValue?: unknown;
1253
1080
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1254
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1081
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1255
1082
  $: vue.ComponentInternalInstance;
1256
1083
  $data: {};
1257
1084
  $props: Partial<{
@@ -1302,41 +1129,7 @@ declare const VTextField: {
1302
1129
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1303
1130
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1304
1131
  centerAffix?: boolean | undefined;
1305
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1306
- flat: boolean;
1307
- reverse: boolean;
1308
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1309
- error: boolean;
1310
- active: boolean;
1311
- style: vue.StyleValue;
1312
- disabled: boolean;
1313
- focused: boolean;
1314
- tile: boolean;
1315
- clearIcon: IconValue;
1316
- clearable: boolean;
1317
- dirty: boolean;
1318
- persistentClear: boolean;
1319
- singleLine: boolean;
1320
- } & {
1321
- id?: string | undefined;
1322
- color?: string | undefined;
1323
- loading?: string | boolean | undefined;
1324
- label?: string | undefined;
1325
- class?: any;
1326
- theme?: string | undefined;
1327
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1328
- rounded?: string | number | boolean | undefined;
1329
- baseColor?: string | undefined;
1330
- bgColor?: string | undefined;
1331
- appendInnerIcon?: IconValue | undefined;
1332
- prependInnerIcon?: IconValue | undefined;
1333
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1334
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1335
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1336
- centerAffix?: boolean | undefined;
1337
- } & {
1338
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1339
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1132
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1340
1133
  $attrs: {
1341
1134
  [x: string]: unknown;
1342
1135
  };
@@ -1358,6 +1151,7 @@ declare const VTextField: {
1358
1151
  }>;
1359
1152
  $root: vue.ComponentPublicInstance | null;
1360
1153
  $parent: vue.ComponentPublicInstance | null;
1154
+ $host: Element | null;
1361
1155
  $emit: (event: "update:focused", focused: boolean) => void;
1362
1156
  $el: any;
1363
1157
  $options: vue.ComponentOptionsBase<{
@@ -1395,7 +1189,7 @@ declare const VTextField: {
1395
1189
  } & {
1396
1190
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1397
1191
  }, {
1398
- controlRef: vue.Ref<HTMLElement | undefined>;
1192
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1399
1193
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1400
1194
  'update:focused': (focused: boolean) => true;
1401
1195
  'update:modelValue': (value: any) => true;
@@ -1428,7 +1222,7 @@ declare const VTextField: {
1428
1222
  }) => vue.VNode[];
1429
1223
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1430
1224
  default: (arg: VFieldSlot) => vue.VNode[];
1431
- }>>> & {
1225
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1432
1226
  beforeCreate?: (() => void) | (() => void)[];
1433
1227
  created?: (() => void) | (() => void)[];
1434
1228
  beforeMount?: (() => void) | (() => void)[];
@@ -1447,8 +1241,25 @@ declare const VTextField: {
1447
1241
  };
1448
1242
  $forceUpdate: () => void;
1449
1243
  $nextTick: typeof nextTick;
1450
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1451
- } & Omit<{
1244
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1245
+ } & Readonly<{
1246
+ flat: boolean;
1247
+ reverse: boolean;
1248
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1249
+ error: boolean;
1250
+ active: boolean;
1251
+ style: vue.StyleValue;
1252
+ disabled: boolean;
1253
+ focused: boolean;
1254
+ rounded: string | number | boolean;
1255
+ tile: boolean;
1256
+ clearIcon: IconValue;
1257
+ centerAffix: boolean;
1258
+ clearable: boolean;
1259
+ dirty: boolean;
1260
+ persistentClear: boolean;
1261
+ singleLine: boolean;
1262
+ }> & Omit<{
1452
1263
  flat: boolean;
1453
1264
  reverse: boolean;
1454
1265
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1482,12 +1293,12 @@ declare const VTextField: {
1482
1293
  centerAffix?: boolean | undefined;
1483
1294
  } & {
1484
1295
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1485
- }, "controlRef"> & vue.ShallowUnwrapRef<{
1486
- controlRef: vue.Ref<HTMLElement | undefined>;
1296
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
1297
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1487
1298
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1488
1299
  modelValue?: unknown;
1489
1300
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1490
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1301
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1491
1302
  _allExposed: {
1492
1303
  reset: () => Promise<void>;
1493
1304
  resetValidation: () => Promise<void>;
@@ -1495,7 +1306,7 @@ declare const VTextField: {
1495
1306
  isValid: vue.ComputedRef<boolean | null>;
1496
1307
  errorMessages: vue.ComputedRef<string[]>;
1497
1308
  } | {
1498
- controlRef: vue.Ref<HTMLElement | undefined>;
1309
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1499
1310
  } | {};
1500
1311
  }, {}, {}, {}, {
1501
1312
  flat: boolean;
@@ -1705,40 +1516,7 @@ declare const VTextField: {
1705
1516
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1706
1517
  hint?: string | undefined;
1707
1518
  hideDetails?: boolean | "auto" | undefined;
1708
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1709
- error: boolean;
1710
- direction: "horizontal" | "vertical";
1711
- style: vue.StyleValue;
1712
- disabled: boolean | null;
1713
- readonly: boolean | null;
1714
- messages: string | readonly string[];
1715
- focused: boolean;
1716
- errorMessages: string | readonly string[] | null;
1717
- maxErrors: string | number;
1718
- rules: readonly ValidationRule[];
1719
- density: Density;
1720
- centerAffix: boolean;
1721
- hideSpinButtons: boolean;
1722
- persistentHint: boolean;
1723
- } & {
1724
- name?: string | undefined;
1725
- id?: string | undefined;
1726
- width?: string | number | undefined;
1727
- maxWidth?: string | number | undefined;
1728
- minWidth?: string | number | undefined;
1729
- label?: string | undefined;
1730
- class?: any;
1731
- theme?: string | undefined;
1732
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1733
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1734
- validationValue?: any;
1735
- prependIcon?: IconValue | undefined;
1736
- appendIcon?: IconValue | undefined;
1737
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1738
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1739
- hint?: string | undefined;
1740
- hideDetails?: boolean | "auto" | undefined;
1741
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1519
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1742
1520
  $attrs: {
1743
1521
  [x: string]: unknown;
1744
1522
  };
@@ -1754,6 +1532,7 @@ declare const VTextField: {
1754
1532
  }>;
1755
1533
  $root: vue.ComponentPublicInstance | null;
1756
1534
  $parent: vue.ComponentPublicInstance | null;
1535
+ $host: Element | null;
1757
1536
  $emit: (event: string, ...args: any[]) => void;
1758
1537
  $el: any;
1759
1538
  $options: vue.ComponentOptionsBase<{
@@ -1818,7 +1597,7 @@ declare const VTextField: {
1818
1597
  append: (arg: VInputSlot) => vue.VNode[];
1819
1598
  details: (arg: VInputSlot) => vue.VNode[];
1820
1599
  message: (arg: VMessageSlot) => vue.VNode[];
1821
- }>>> & {
1600
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1822
1601
  beforeCreate?: (() => void) | (() => void)[];
1823
1602
  created?: (() => void) | (() => void)[];
1824
1603
  beforeMount?: (() => void) | (() => void)[];
@@ -1837,8 +1616,23 @@ declare const VTextField: {
1837
1616
  };
1838
1617
  $forceUpdate: () => void;
1839
1618
  $nextTick: typeof nextTick;
1840
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1841
- } & Omit<{
1619
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1620
+ } & Readonly<{
1621
+ error: boolean;
1622
+ direction: "horizontal" | "vertical";
1623
+ style: vue.StyleValue;
1624
+ disabled: boolean | null;
1625
+ readonly: boolean | null;
1626
+ messages: string | readonly string[];
1627
+ focused: boolean;
1628
+ errorMessages: string | readonly string[] | null;
1629
+ maxErrors: string | number;
1630
+ rules: readonly ValidationRule[];
1631
+ density: Density;
1632
+ centerAffix: boolean;
1633
+ hideSpinButtons: boolean;
1634
+ persistentHint: boolean;
1635
+ }> & Omit<{
1842
1636
  error: boolean;
1843
1637
  direction: "horizontal" | "vertical";
1844
1638
  style: vue.StyleValue;
@@ -1871,7 +1665,7 @@ declare const VTextField: {
1871
1665
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1872
1666
  hint?: string | undefined;
1873
1667
  hideDetails?: boolean | "auto" | undefined;
1874
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1668
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1875
1669
  reset: () => Promise<void>;
1876
1670
  resetValidation: () => Promise<void>;
1877
1671
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1880,7 +1674,7 @@ declare const VTextField: {
1880
1674
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1881
1675
  modelValue?: unknown;
1882
1676
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1883
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1677
+ }, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1884
1678
  $: vue.ComponentInternalInstance;
1885
1679
  $data: {};
1886
1680
  $props: Partial<{
@@ -1931,41 +1725,7 @@ declare const VTextField: {
1931
1725
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1932
1726
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1933
1727
  centerAffix?: boolean | undefined;
1934
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1935
- flat: boolean;
1936
- reverse: boolean;
1937
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1938
- error: boolean;
1939
- active: boolean;
1940
- style: vue.StyleValue;
1941
- disabled: boolean;
1942
- focused: boolean;
1943
- tile: boolean;
1944
- clearIcon: IconValue;
1945
- clearable: boolean;
1946
- dirty: boolean;
1947
- persistentClear: boolean;
1948
- singleLine: boolean;
1949
- } & {
1950
- id?: string | undefined;
1951
- color?: string | undefined;
1952
- loading?: string | boolean | undefined;
1953
- label?: string | undefined;
1954
- class?: any;
1955
- theme?: string | undefined;
1956
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1957
- rounded?: string | number | boolean | undefined;
1958
- baseColor?: string | undefined;
1959
- bgColor?: string | undefined;
1960
- appendInnerIcon?: IconValue | undefined;
1961
- prependInnerIcon?: IconValue | undefined;
1962
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1963
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1964
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1965
- centerAffix?: boolean | undefined;
1966
- } & {
1967
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1968
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1728
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1969
1729
  $attrs: {
1970
1730
  [x: string]: unknown;
1971
1731
  };
@@ -1987,6 +1747,7 @@ declare const VTextField: {
1987
1747
  }>;
1988
1748
  $root: vue.ComponentPublicInstance | null;
1989
1749
  $parent: vue.ComponentPublicInstance | null;
1750
+ $host: Element | null;
1990
1751
  $emit: (event: "update:focused", focused: boolean) => void;
1991
1752
  $el: any;
1992
1753
  $options: vue.ComponentOptionsBase<{
@@ -2024,7 +1785,7 @@ declare const VTextField: {
2024
1785
  } & {
2025
1786
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2026
1787
  }, {
2027
- controlRef: vue.Ref<HTMLElement | undefined>;
1788
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2028
1789
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2029
1790
  'update:focused': (focused: boolean) => true;
2030
1791
  'update:modelValue': (value: any) => true;
@@ -2057,7 +1818,7 @@ declare const VTextField: {
2057
1818
  }) => vue.VNode[];
2058
1819
  loader: (arg: LoaderSlotProps) => vue.VNode[];
2059
1820
  default: (arg: VFieldSlot) => vue.VNode[];
2060
- }>>> & {
1821
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
2061
1822
  beforeCreate?: (() => void) | (() => void)[];
2062
1823
  created?: (() => void) | (() => void)[];
2063
1824
  beforeMount?: (() => void) | (() => void)[];
@@ -2076,8 +1837,25 @@ declare const VTextField: {
2076
1837
  };
2077
1838
  $forceUpdate: () => void;
2078
1839
  $nextTick: typeof nextTick;
2079
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2080
- } & Omit<{
1840
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1841
+ } & Readonly<{
1842
+ flat: boolean;
1843
+ reverse: boolean;
1844
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1845
+ error: boolean;
1846
+ active: boolean;
1847
+ style: vue.StyleValue;
1848
+ disabled: boolean;
1849
+ focused: boolean;
1850
+ rounded: string | number | boolean;
1851
+ tile: boolean;
1852
+ clearIcon: IconValue;
1853
+ centerAffix: boolean;
1854
+ clearable: boolean;
1855
+ dirty: boolean;
1856
+ persistentClear: boolean;
1857
+ singleLine: boolean;
1858
+ }> & Omit<{
2081
1859
  flat: boolean;
2082
1860
  reverse: boolean;
2083
1861
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2111,12 +1889,12 @@ declare const VTextField: {
2111
1889
  centerAffix?: boolean | undefined;
2112
1890
  } & {
2113
1891
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2114
- }, "controlRef"> & vue.ShallowUnwrapRef<{
2115
- controlRef: vue.Ref<HTMLElement | undefined>;
1892
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
1893
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2116
1894
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2117
1895
  modelValue?: unknown;
2118
1896
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2119
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1897
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2120
1898
  _allExposed: {
2121
1899
  reset: () => Promise<void>;
2122
1900
  resetValidation: () => Promise<void>;
@@ -2124,7 +1902,7 @@ declare const VTextField: {
2124
1902
  isValid: vue.ComputedRef<boolean | null>;
2125
1903
  errorMessages: vue.ComputedRef<string[]>;
2126
1904
  } | {
2127
- controlRef: vue.Ref<HTMLElement | undefined>;
1905
+ controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2128
1906
  } | {};
2129
1907
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2130
1908
  'click:control': (e: MouseEvent) => true;
@@ -2178,7 +1956,7 @@ declare const VTextField: {
2178
1956
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2179
1957
  default: () => vue.VNode[];
2180
1958
  counter: (arg: VCounterSlot) => vue.VNode[];
2181
- }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1959
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2182
1960
  theme: StringConstructor;
2183
1961
  rounded: {
2184
1962
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];