vuetify 3.8.5 → 3.8.7

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 (366) hide show
  1. package/dist/json/attributes.json +2718 -2718
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +182 -182
  4. package/dist/json/web-types.json +4939 -4939
  5. package/dist/vuetify-labs.cjs +1014 -932
  6. package/dist/vuetify-labs.css +5501 -5490
  7. package/dist/vuetify-labs.d.ts +609 -606
  8. package/dist/vuetify-labs.esm.js +1015 -933
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +1014 -932
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +901 -819
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +3585 -3574
  15. package/dist/vuetify.d.ts +521 -518
  16. package/dist/vuetify.esm.js +902 -820
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +901 -819
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +1064 -1053
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VAlert/VAlert.js +11 -11
  24. package/lib/components/VAlert/VAlert.js.map +1 -1
  25. package/lib/components/VApp/VApp.js +5 -5
  26. package/lib/components/VApp/VApp.js.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +84 -84
  28. package/lib/components/VAutocomplete/VAutocomplete.js +9 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.js +4 -4
  31. package/lib/components/VAvatar/VAvatar.js.map +1 -1
  32. package/lib/components/VBadge/VBadge.js +3 -3
  33. package/lib/components/VBadge/VBadge.js.map +1 -1
  34. package/lib/components/VBanner/VBanner.js +6 -6
  35. package/lib/components/VBanner/VBanner.js.map +1 -1
  36. package/lib/components/VBanner/VBannerActions.js +4 -4
  37. package/lib/components/VBanner/VBannerActions.js.map +1 -1
  38. package/lib/components/VBottomNavigation/VBottomNavigation.js +6 -6
  39. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.js +5 -5
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js +4 -4
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js.map +1 -1
  44. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +5 -5
  45. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  46. package/lib/components/VBtn/VBtn.js +7 -7
  47. package/lib/components/VBtn/VBtn.js.map +1 -1
  48. package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
  49. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  50. package/lib/components/VCard/VCard.js +5 -5
  51. package/lib/components/VCard/VCard.js.map +1 -1
  52. package/lib/components/VCard/VCardActions.js +4 -4
  53. package/lib/components/VCard/VCardActions.js.map +1 -1
  54. package/lib/components/VCard/VCardItem.js +9 -9
  55. package/lib/components/VCard/VCardItem.js.map +1 -1
  56. package/lib/components/VCard/VCardSubtitle.js +4 -4
  57. package/lib/components/VCard/VCardSubtitle.js.map +1 -1
  58. package/lib/components/VCard/VCardText.js +4 -4
  59. package/lib/components/VCard/VCardText.js.map +1 -1
  60. package/lib/components/VCarousel/VCarousel.js +4 -4
  61. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  62. package/lib/components/VCheckbox/VCheckbox.d.ts +12 -12
  63. package/lib/components/VChip/VChip.js +11 -11
  64. package/lib/components/VChip/VChip.js.map +1 -1
  65. package/lib/components/VColorPicker/VColorPicker.js +3 -3
  66. package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
  67. package/lib/components/VColorPicker/VColorPickerCanvas.js +9 -9
  68. package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  69. package/lib/components/VColorPicker/VColorPickerEdit.js +6 -6
  70. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  71. package/lib/components/VColorPicker/VColorPickerPreview.js +11 -11
  72. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  73. package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -10
  74. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  75. package/lib/components/VCombobox/VCombobox.d.ts +84 -84
  76. package/lib/components/VCombobox/VCombobox.js +9 -9
  77. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  78. package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -3
  79. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  80. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js +3 -3
  81. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js.map +1 -1
  82. package/lib/components/VCounter/VCounter.js +5 -5
  83. package/lib/components/VCounter/VCounter.js.map +1 -1
  84. package/lib/components/VDataIterator/VDataIterator.js +5 -5
  85. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  86. package/lib/components/VDataTable/VDataTable.js +4 -4
  87. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  88. package/lib/components/VDataTable/VDataTableColumn.js +5 -5
  89. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  90. package/lib/components/VDataTable/VDataTableFooter.js +6 -6
  91. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  92. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +7 -7
  93. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
  94. package/lib/components/VDataTable/VDataTableHeaders.js +11 -11
  95. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  96. package/lib/components/VDataTable/VDataTableRow.js +6 -6
  97. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  98. package/lib/components/VDataTable/VDataTableRows.js +7 -7
  99. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  100. package/lib/components/VDataTable/VDataTableServer.js +4 -4
  101. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  102. package/lib/components/VDataTable/VDataTableVirtual.js +14 -14
  103. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  104. package/lib/components/VDatePicker/VDatePicker.js +3 -3
  105. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  106. package/lib/components/VDatePicker/VDatePickerControls.js +5 -5
  107. package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
  108. package/lib/components/VDatePicker/VDatePickerHeader.js +8 -8
  109. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  110. package/lib/components/VDatePicker/VDatePickerMonth.js +10 -10
  111. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  112. package/lib/components/VDatePicker/VDatePickerMonths.js +5 -5
  113. package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
  114. package/lib/components/VDatePicker/VDatePickerYears.js +5 -5
  115. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  116. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +5 -5
  117. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  118. package/lib/components/VDivider/VDivider.js +10 -10
  119. package/lib/components/VDivider/VDivider.js.map +1 -1
  120. package/lib/components/VEmptyState/VEmptyState.js +14 -14
  121. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  122. package/lib/components/VExpansionPanel/VExpansionPanel.js +6 -6
  123. package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  124. package/lib/components/VExpansionPanel/VExpansionPanelText.js +5 -5
  125. package/lib/components/VExpansionPanel/VExpansionPanelText.js.map +1 -1
  126. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +10 -10
  127. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
  128. package/lib/components/VExpansionPanel/VExpansionPanels.js +4 -4
  129. package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  130. package/lib/components/VFab/VFab.js +7 -7
  131. package/lib/components/VFab/VFab.js.map +1 -1
  132. package/lib/components/VField/VField.js +20 -18
  133. package/lib/components/VField/VField.js.map +1 -1
  134. package/lib/components/VField/VFieldLabel.js +4 -4
  135. package/lib/components/VField/VFieldLabel.js.map +1 -1
  136. package/lib/components/VFileInput/VFileInput.d.ts +30 -30
  137. package/lib/components/VFileInput/VFileInput.js +5 -5
  138. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  139. package/lib/components/VFooter/VFooter.js +4 -4
  140. package/lib/components/VFooter/VFooter.js.map +1 -1
  141. package/lib/components/VForm/VForm.js +4 -4
  142. package/lib/components/VForm/VForm.js.map +1 -1
  143. package/lib/components/VGrid/VContainer.js +4 -4
  144. package/lib/components/VGrid/VContainer.js.map +1 -1
  145. package/lib/components/VIcon/VIcon.js +5 -5
  146. package/lib/components/VIcon/VIcon.js.map +1 -1
  147. package/lib/components/VImg/VImg.js +19 -19
  148. package/lib/components/VImg/VImg.js.map +1 -1
  149. package/lib/components/VInfiniteScroll/VInfiniteScroll.js +10 -10
  150. package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
  151. package/lib/components/VInput/InputIcon.d.ts +1 -1
  152. package/lib/components/VInput/InputIcon.js +5 -4
  153. package/lib/components/VInput/InputIcon.js.map +1 -1
  154. package/lib/components/VInput/VInput.d.ts +12 -12
  155. package/lib/components/VInput/VInput.js +9 -9
  156. package/lib/components/VInput/VInput.js.map +1 -1
  157. package/lib/components/VItemGroup/VItemGroup.js +3 -3
  158. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  159. package/lib/components/VLabel/VLabel.js +5 -5
  160. package/lib/components/VLabel/VLabel.js.map +1 -1
  161. package/lib/components/VLayout/VLayout.js +4 -4
  162. package/lib/components/VLayout/VLayout.js.map +1 -1
  163. package/lib/components/VLayout/VLayoutItem.js +4 -4
  164. package/lib/components/VLayout/VLayoutItem.js.map +1 -1
  165. package/lib/components/VLazy/VLazy.js +6 -6
  166. package/lib/components/VLazy/VLazy.js.map +1 -1
  167. package/lib/components/VList/VList.d.ts +3 -3
  168. package/lib/components/VList/VList.js +4 -4
  169. package/lib/components/VList/VList.js.map +1 -1
  170. package/lib/components/VList/VListGroup.js +5 -5
  171. package/lib/components/VList/VListGroup.js.map +1 -1
  172. package/lib/components/VList/VListItem.js +11 -11
  173. package/lib/components/VList/VListItem.js.map +1 -1
  174. package/lib/components/VList/VListItemAction.js +4 -4
  175. package/lib/components/VList/VListItemAction.js.map +1 -1
  176. package/lib/components/VList/VListItemMedia.js +4 -4
  177. package/lib/components/VList/VListItemMedia.js.map +1 -1
  178. package/lib/components/VList/VListItemSubtitle.js +4 -4
  179. package/lib/components/VList/VListItemSubtitle.js.map +1 -1
  180. package/lib/components/VList/VListSubheader.js +6 -6
  181. package/lib/components/VList/VListSubheader.js.map +1 -1
  182. package/lib/components/VLocaleProvider/VLocaleProvider.js +4 -4
  183. package/lib/components/VLocaleProvider/VLocaleProvider.js.map +1 -1
  184. package/lib/components/VMain/VMain.js +5 -5
  185. package/lib/components/VMain/VMain.js.map +1 -1
  186. package/lib/components/VMessages/VMessages.js +4 -4
  187. package/lib/components/VMessages/VMessages.js.map +1 -1
  188. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +7 -7
  189. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  190. package/lib/components/VNavigationDrawer/touch.js +2 -4
  191. package/lib/components/VNavigationDrawer/touch.js.map +1 -1
  192. package/lib/components/VNumberInput/VNumberInput.css +15 -4
  193. package/lib/components/VNumberInput/VNumberInput.d.ts +80 -80
  194. package/lib/components/VNumberInput/VNumberInput.js +38 -22
  195. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  196. package/lib/components/VNumberInput/VNumberInput.sass +18 -6
  197. package/lib/components/VOtpInput/VOtpInput.js +7 -7
  198. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  199. package/lib/components/VOverlay/VOverlay.js +8 -8
  200. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  201. package/lib/components/VOverlay/locationStrategies.js +16 -8
  202. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  203. package/lib/components/VPagination/VPagination.js +11 -11
  204. package/lib/components/VPagination/VPagination.js.map +1 -1
  205. package/lib/components/VParallax/VParallax.js +4 -4
  206. package/lib/components/VParallax/VParallax.js.map +1 -1
  207. package/lib/components/VProgressCircular/VProgressCircular.js +14 -14
  208. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  209. package/lib/components/VProgressLinear/VProgressLinear.js +26 -26
  210. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  211. package/lib/components/VRadioGroup/VRadioGroup.d.ts +12 -12
  212. package/lib/components/VRadioGroup/VRadioGroup.js +2 -2
  213. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  214. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  215. package/lib/components/VRangeSlider/VRangeSlider.js +5 -5
  216. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  217. package/lib/components/VRating/VRating.js +14 -14
  218. package/lib/components/VRating/VRating.js.map +1 -1
  219. package/lib/components/VResponsive/VResponsive.js +9 -9
  220. package/lib/components/VResponsive/VResponsive.js.map +1 -1
  221. package/lib/components/VSelect/VSelect.d.ts +84 -84
  222. package/lib/components/VSelect/VSelect.js +44 -13
  223. package/lib/components/VSelect/VSelect.js.map +1 -1
  224. package/lib/components/VSelectionControl/VSelectionControl.js +11 -11
  225. package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
  226. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +5 -5
  227. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
  228. package/lib/components/VSheet/VSheet.js +3 -3
  229. package/lib/components/VSheet/VSheet.js.map +1 -1
  230. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +4 -4
  231. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  232. package/lib/components/VSlideGroup/VSlideGroup.js +12 -12
  233. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  234. package/lib/components/VSlider/VSlider.d.ts +12 -12
  235. package/lib/components/VSlider/VSlider.js +4 -4
  236. package/lib/components/VSlider/VSlider.js.map +1 -1
  237. package/lib/components/VSlider/VSliderThumb.js +19 -19
  238. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  239. package/lib/components/VSlider/VSliderTrack.js +23 -23
  240. package/lib/components/VSlider/VSliderTrack.js.map +1 -1
  241. package/lib/components/VSlider/slider.js +1 -1
  242. package/lib/components/VSlider/slider.js.map +1 -1
  243. package/lib/components/VSnackbar/VSnackbar.js +4 -4
  244. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  245. package/lib/components/VSnackbarQueue/VSnackbarQueue.js +3 -3
  246. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  247. package/lib/components/VSparkline/VBarline.js +12 -12
  248. package/lib/components/VSparkline/VBarline.js.map +1 -1
  249. package/lib/components/VSparkline/VTrendline.js +8 -8
  250. package/lib/components/VSparkline/VTrendline.js.map +1 -1
  251. package/lib/components/VStepper/VStepper.js +2 -2
  252. package/lib/components/VStepper/VStepper.js.map +1 -1
  253. package/lib/components/VStepper/VStepperActions.js +2 -2
  254. package/lib/components/VStepper/VStepperActions.js.map +1 -1
  255. package/lib/components/VStepper/VStepperItem.js +10 -10
  256. package/lib/components/VStepper/VStepperItem.js.map +1 -1
  257. package/lib/components/VSwitch/VSwitch.d.ts +12 -12
  258. package/lib/components/VSwitch/VSwitch.js +10 -10
  259. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  260. package/lib/components/VSystemBar/VSystemBar.js +4 -4
  261. package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
  262. package/lib/components/VTable/VTable.js +8 -8
  263. package/lib/components/VTable/VTable.js.map +1 -1
  264. package/lib/components/VTabs/VTab.js +4 -4
  265. package/lib/components/VTabs/VTab.js.map +1 -1
  266. package/lib/components/VTabs/VTabs.js +2 -2
  267. package/lib/components/VTabs/VTabs.js.map +1 -1
  268. package/lib/components/VTextField/VTextField.d.ts +30 -30
  269. package/lib/components/VTextField/VTextField.js +12 -12
  270. package/lib/components/VTextField/VTextField.js.map +1 -1
  271. package/lib/components/VTextarea/VTextarea.d.ts +30 -30
  272. package/lib/components/VTextarea/VTextarea.js +10 -10
  273. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  274. package/lib/components/VThemeProvider/VThemeProvider.js +3 -3
  275. package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -1
  276. package/lib/components/VTimeline/VTimeline.js +5 -5
  277. package/lib/components/VTimeline/VTimeline.js.map +1 -1
  278. package/lib/components/VTimeline/VTimelineDivider.js +17 -17
  279. package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
  280. package/lib/components/VTimeline/VTimelineItem.js +9 -9
  281. package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
  282. package/lib/components/VToolbar/VToolbar.js +13 -13
  283. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  284. package/lib/components/VToolbar/VToolbarItems.js +4 -4
  285. package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
  286. package/lib/components/VToolbar/VToolbarTitle.js +4 -4
  287. package/lib/components/VToolbar/VToolbarTitle.js.map +1 -1
  288. package/lib/components/VValidation/VValidation.d.ts +8 -8
  289. package/lib/components/VVirtualScroll/VVirtualScroll.js +13 -13
  290. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  291. package/lib/components/VVirtualScroll/VVirtualScrollItem.js +3 -3
  292. package/lib/components/VVirtualScroll/VVirtualScrollItem.js.map +1 -1
  293. package/lib/components/VWindow/VWindow.js +13 -13
  294. package/lib/components/VWindow/VWindow.js.map +1 -1
  295. package/lib/components/VWindow/VWindowItem.js +6 -6
  296. package/lib/components/VWindow/VWindowItem.js.map +1 -1
  297. package/lib/composables/filter.js +8 -8
  298. package/lib/composables/filter.js.map +1 -1
  299. package/lib/composables/goto.js +1 -1
  300. package/lib/composables/goto.js.map +1 -1
  301. package/lib/composables/icons.js +6 -6
  302. package/lib/composables/icons.js.map +1 -1
  303. package/lib/composables/loader.js +3 -3
  304. package/lib/composables/loader.js.map +1 -1
  305. package/lib/composables/validation.d.ts +6 -5
  306. package/lib/composables/validation.js +4 -29
  307. package/lib/composables/validation.js.map +1 -1
  308. package/lib/composables/variant.js +5 -5
  309. package/lib/composables/variant.js.map +1 -1
  310. package/lib/entry-bundler.js +1 -1
  311. package/lib/framework.d.ts +60 -60
  312. package/lib/framework.js +1 -1
  313. package/lib/labs/VCalendar/VCalendar.js +15 -15
  314. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  315. package/lib/labs/VCalendar/VCalendarDay.js +4 -4
  316. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  317. package/lib/labs/VCalendar/VCalendarHeader.js +4 -4
  318. package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
  319. package/lib/labs/VCalendar/VCalendarInterval.js +10 -10
  320. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  321. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +2 -2
  322. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  323. package/lib/labs/VCalendar/VCalendarMonthDay.js +6 -6
  324. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  325. package/lib/labs/VColorInput/VColorInput.d.ts +12 -12
  326. package/lib/labs/VColorInput/VColorInput.js +3 -3
  327. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  328. package/lib/labs/VDateInput/VDateInput.d.ts +84 -84
  329. package/lib/labs/VDateInput/VDateInput.js +2 -2
  330. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  331. package/lib/labs/VFileUpload/VFileUpload.js +9 -9
  332. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  333. package/lib/labs/VFileUpload/VFileUploadItem.js +3 -3
  334. package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
  335. package/lib/labs/VIconBtn/VIconBtn.js +7 -7
  336. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  337. package/lib/labs/VPicker/VPicker.js +7 -7
  338. package/lib/labs/VPicker/VPicker.js.map +1 -1
  339. package/lib/labs/VPullToRefresh/VPullToRefresh.js +13 -13
  340. package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
  341. package/lib/labs/VStepperVertical/VStepperVertical.js +2 -2
  342. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  343. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +5 -5
  344. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  345. package/lib/labs/VTimePicker/VTimePicker.js +2 -2
  346. package/lib/labs/VTimePicker/VTimePicker.js.map +1 -1
  347. package/lib/labs/VTimePicker/VTimePickerClock.js +15 -15
  348. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  349. package/lib/labs/VTimePicker/VTimePickerControls.js +24 -24
  350. package/lib/labs/VTimePicker/VTimePickerControls.js.map +1 -1
  351. package/lib/labs/VTreeview/VTreeviewChildren.js +2 -2
  352. package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
  353. package/lib/labs/VTreeview/VTreeviewGroup.js +2 -2
  354. package/lib/labs/VTreeview/VTreeviewGroup.js.map +1 -1
  355. package/lib/labs/VTreeview/VTreeviewItem.js +3 -3
  356. package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
  357. package/lib/labs/rules/rules.d.ts +9 -5
  358. package/lib/labs/rules/rules.js +73 -51
  359. package/lib/labs/rules/rules.js.map +1 -1
  360. package/lib/util/box.d.ts +1 -0
  361. package/lib/util/box.js +27 -0
  362. package/lib/util/box.js.map +1 -1
  363. package/lib/util/helpers.d.ts +1 -0
  364. package/lib/util/helpers.js +16 -1
  365. package/lib/util/helpers.js.map +1 -1
  366. package/package.json +7 -7
@@ -267,14 +267,14 @@ export declare const makeVTextFieldProps: <Defaults extends {
267
267
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
268
268
  };
269
269
  rules: unknown extends Defaults["rules"] ? {
270
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
270
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
271
271
  default: () => never[];
272
272
  } : Omit<{
273
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
273
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
274
274
  default: () => never[];
275
275
  }, "type" | "default"> & {
276
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
277
- default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
276
+ type: PropType<unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"]>;
277
+ default: unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"];
278
278
  };
279
279
  modelValue: unknown extends Defaults["modelValue"] ? null : {
280
280
  type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
@@ -439,7 +439,7 @@ export declare const VTextField: {
439
439
  disabled: boolean;
440
440
  readonly: boolean | null;
441
441
  messages: string | readonly string[];
442
- rules: readonly import("../../types.js").ValidationRule[];
442
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
443
443
  focused: boolean;
444
444
  errorMessages: string | readonly string[] | null;
445
445
  maxErrors: string | number;
@@ -562,7 +562,7 @@ export declare const VTextField: {
562
562
  disabled: boolean | null;
563
563
  readonly: boolean | null;
564
564
  messages: string | readonly string[];
565
- rules: readonly import("../../types.js").ValidationRule[];
565
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
566
566
  focused: boolean;
567
567
  errorMessages: string | readonly string[] | null;
568
568
  maxErrors: string | number;
@@ -578,7 +578,7 @@ export declare const VTextField: {
578
578
  disabled: boolean | null;
579
579
  readonly: boolean | null;
580
580
  messages: string | readonly string[];
581
- rules: readonly import("../../types.js").ValidationRule[];
581
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
582
582
  focused: boolean;
583
583
  errorMessages: string | readonly string[] | null;
584
584
  maxErrors: string | number;
@@ -633,7 +633,7 @@ export declare const VTextField: {
633
633
  disabled: boolean | null;
634
634
  readonly: boolean | null;
635
635
  messages: string | readonly string[];
636
- rules: readonly import("../../types.js").ValidationRule[];
636
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
637
637
  focused: boolean;
638
638
  errorMessages: string | readonly string[] | null;
639
639
  maxErrors: string | number;
@@ -678,7 +678,7 @@ export declare const VTextField: {
678
678
  disabled: boolean | null;
679
679
  readonly: boolean | null;
680
680
  messages: string | readonly string[];
681
- rules: readonly import("../../types.js").ValidationRule[];
681
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
682
682
  focused: boolean;
683
683
  errorMessages: string | readonly string[] | null;
684
684
  maxErrors: string | number;
@@ -720,7 +720,7 @@ export declare const VTextField: {
720
720
  disabled: boolean | null;
721
721
  readonly: boolean | null;
722
722
  messages: string | readonly string[];
723
- rules: readonly import("../../types.js").ValidationRule[];
723
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
724
724
  focused: boolean;
725
725
  errorMessages: string | readonly string[] | null;
726
726
  maxErrors: string | number;
@@ -736,7 +736,7 @@ export declare const VTextField: {
736
736
  disabled: boolean | null;
737
737
  readonly: boolean | null;
738
738
  messages: string | readonly string[];
739
- rules: readonly import("../../types.js").ValidationRule[];
739
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
740
740
  focused: boolean;
741
741
  errorMessages: string | readonly string[] | null;
742
742
  maxErrors: string | number;
@@ -1035,7 +1035,7 @@ export declare const VTextField: {
1035
1035
  disabled: boolean;
1036
1036
  readonly: boolean | null;
1037
1037
  messages: string | readonly string[];
1038
- rules: readonly import("../../types.js").ValidationRule[];
1038
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1039
1039
  focused: boolean;
1040
1040
  errorMessages: string | readonly string[] | null;
1041
1041
  maxErrors: string | number;
@@ -1090,7 +1090,7 @@ export declare const VTextField: {
1090
1090
  disabled: boolean;
1091
1091
  readonly: boolean | null;
1092
1092
  messages: string | readonly string[];
1093
- rules: readonly import("../../types.js").ValidationRule[];
1093
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1094
1094
  focused: boolean;
1095
1095
  errorMessages: string | readonly string[] | null;
1096
1096
  maxErrors: string | number;
@@ -1213,7 +1213,7 @@ export declare const VTextField: {
1213
1213
  disabled: boolean | null;
1214
1214
  readonly: boolean | null;
1215
1215
  messages: string | readonly string[];
1216
- rules: readonly import("../../types.js").ValidationRule[];
1216
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1217
1217
  focused: boolean;
1218
1218
  errorMessages: string | readonly string[] | null;
1219
1219
  maxErrors: string | number;
@@ -1229,7 +1229,7 @@ export declare const VTextField: {
1229
1229
  disabled: boolean | null;
1230
1230
  readonly: boolean | null;
1231
1231
  messages: string | readonly string[];
1232
- rules: readonly import("../../types.js").ValidationRule[];
1232
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1233
1233
  focused: boolean;
1234
1234
  errorMessages: string | readonly string[] | null;
1235
1235
  maxErrors: string | number;
@@ -1284,7 +1284,7 @@ export declare const VTextField: {
1284
1284
  disabled: boolean | null;
1285
1285
  readonly: boolean | null;
1286
1286
  messages: string | readonly string[];
1287
- rules: readonly import("../../types.js").ValidationRule[];
1287
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1288
1288
  focused: boolean;
1289
1289
  errorMessages: string | readonly string[] | null;
1290
1290
  maxErrors: string | number;
@@ -1329,7 +1329,7 @@ export declare const VTextField: {
1329
1329
  disabled: boolean | null;
1330
1330
  readonly: boolean | null;
1331
1331
  messages: string | readonly string[];
1332
- rules: readonly import("../../types.js").ValidationRule[];
1332
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1333
1333
  focused: boolean;
1334
1334
  errorMessages: string | readonly string[] | null;
1335
1335
  maxErrors: string | number;
@@ -1371,7 +1371,7 @@ export declare const VTextField: {
1371
1371
  disabled: boolean | null;
1372
1372
  readonly: boolean | null;
1373
1373
  messages: string | readonly string[];
1374
- rules: readonly import("../../types.js").ValidationRule[];
1374
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1375
1375
  focused: boolean;
1376
1376
  errorMessages: string | readonly string[] | null;
1377
1377
  maxErrors: string | number;
@@ -1387,7 +1387,7 @@ export declare const VTextField: {
1387
1387
  disabled: boolean | null;
1388
1388
  readonly: boolean | null;
1389
1389
  messages: string | readonly string[];
1390
- rules: readonly import("../../types.js").ValidationRule[];
1390
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1391
1391
  focused: boolean;
1392
1392
  errorMessages: string | readonly string[] | null;
1393
1393
  maxErrors: string | number;
@@ -1681,7 +1681,7 @@ export declare const VTextField: {
1681
1681
  disabled: boolean;
1682
1682
  readonly: boolean | null;
1683
1683
  messages: string | readonly string[];
1684
- rules: readonly import("../../types.js").ValidationRule[];
1684
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1685
1685
  focused: boolean;
1686
1686
  errorMessages: string | readonly string[] | null;
1687
1687
  maxErrors: string | number;
@@ -1716,7 +1716,7 @@ export declare const VTextField: {
1716
1716
  disabled: boolean;
1717
1717
  readonly: boolean | null;
1718
1718
  messages: string | readonly string[];
1719
- rules: readonly import("../../types.js").ValidationRule[];
1719
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1720
1720
  focused: boolean;
1721
1721
  errorMessages: string | readonly string[] | null;
1722
1722
  maxErrors: string | number;
@@ -1839,7 +1839,7 @@ export declare const VTextField: {
1839
1839
  disabled: boolean | null;
1840
1840
  readonly: boolean | null;
1841
1841
  messages: string | readonly string[];
1842
- rules: readonly import("../../types.js").ValidationRule[];
1842
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1843
1843
  focused: boolean;
1844
1844
  errorMessages: string | readonly string[] | null;
1845
1845
  maxErrors: string | number;
@@ -1855,7 +1855,7 @@ export declare const VTextField: {
1855
1855
  disabled: boolean | null;
1856
1856
  readonly: boolean | null;
1857
1857
  messages: string | readonly string[];
1858
- rules: readonly import("../../types.js").ValidationRule[];
1858
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1859
1859
  focused: boolean;
1860
1860
  errorMessages: string | readonly string[] | null;
1861
1861
  maxErrors: string | number;
@@ -1910,7 +1910,7 @@ export declare const VTextField: {
1910
1910
  disabled: boolean | null;
1911
1911
  readonly: boolean | null;
1912
1912
  messages: string | readonly string[];
1913
- rules: readonly import("../../types.js").ValidationRule[];
1913
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1914
1914
  focused: boolean;
1915
1915
  errorMessages: string | readonly string[] | null;
1916
1916
  maxErrors: string | number;
@@ -1955,7 +1955,7 @@ export declare const VTextField: {
1955
1955
  disabled: boolean | null;
1956
1956
  readonly: boolean | null;
1957
1957
  messages: string | readonly string[];
1958
- rules: readonly import("../../types.js").ValidationRule[];
1958
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1959
1959
  focused: boolean;
1960
1960
  errorMessages: string | readonly string[] | null;
1961
1961
  maxErrors: string | number;
@@ -1997,7 +1997,7 @@ export declare const VTextField: {
1997
1997
  disabled: boolean | null;
1998
1998
  readonly: boolean | null;
1999
1999
  messages: string | readonly string[];
2000
- rules: readonly import("../../types.js").ValidationRule[];
2000
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2001
2001
  focused: boolean;
2002
2002
  errorMessages: string | readonly string[] | null;
2003
2003
  maxErrors: string | number;
@@ -2013,7 +2013,7 @@ export declare const VTextField: {
2013
2013
  disabled: boolean | null;
2014
2014
  readonly: boolean | null;
2015
2015
  messages: string | readonly string[];
2016
- rules: readonly import("../../types.js").ValidationRule[];
2016
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2017
2017
  focused: boolean;
2018
2018
  errorMessages: string | readonly string[] | null;
2019
2019
  maxErrors: string | number;
@@ -2312,7 +2312,7 @@ export declare const VTextField: {
2312
2312
  disabled: boolean;
2313
2313
  readonly: boolean | null;
2314
2314
  messages: string | readonly string[];
2315
- rules: readonly import("../../types.js").ValidationRule[];
2315
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2316
2316
  focused: boolean;
2317
2317
  errorMessages: string | readonly string[] | null;
2318
2318
  maxErrors: string | number;
@@ -2412,7 +2412,7 @@ export declare const VTextField: {
2412
2412
  default: null;
2413
2413
  };
2414
2414
  rules: {
2415
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
2415
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
2416
2416
  default: () => never[];
2417
2417
  };
2418
2418
  modelValue: null;
@@ -2523,7 +2523,7 @@ export declare const VTextField: {
2523
2523
  default: null;
2524
2524
  };
2525
2525
  rules: {
2526
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
2526
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
2527
2527
  default: () => never[];
2528
2528
  };
2529
2529
  modelValue: null;
@@ -1,4 +1,4 @@
1
- import { resolveDirective as _resolveDirective, mergeProps as _mergeProps, createVNode as _createVNode, withDirectives as _withDirectives, Fragment as _Fragment } from "vue";
1
+ import { mergeProps as _mergeProps, createElementVNode as _createElementVNode, withDirectives as _withDirectives, Fragment as _Fragment, normalizeClass as _normalizeClass, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VTextField.css";
4
4
 
@@ -9,7 +9,7 @@ import { makeVInputProps, VInput } from "../VInput/VInput.js"; // Composables
9
9
  import { useFocus } from "../../composables/focus.js";
10
10
  import { forwardRefs } from "../../composables/forwardRefs.js";
11
11
  import { useProxiedModel } from "../../composables/proxiedModel.js"; // Directives
12
- import Intersect from "../../directives/intersect/index.js"; // Utilities
12
+ import vIntersect from "../../directives/intersect/index.js"; // Utilities
13
13
  import { cloneVNode, computed, nextTick, ref } from 'vue';
14
14
  import { callEvent, filterInputAttrs, genericComponent, propsFactory, useRender } from "../../util/index.js"; // Types
15
15
  const activeTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'month'];
@@ -34,7 +34,7 @@ export const makeVTextFieldProps = propsFactory({
34
34
  export const VTextField = genericComponent()({
35
35
  name: 'VTextField',
36
36
  directives: {
37
- Intersect
37
+ vIntersect
38
38
  },
39
39
  inheritAttrs: false,
40
40
  props: makeVTextFieldProps(),
@@ -166,7 +166,7 @@ export const VTextField = genericComponent()({
166
166
  ...slotProps
167
167
  }
168
168
  } = _ref3;
169
- const inputNode = _withDirectives(_createVNode("input", _mergeProps({
169
+ const inputNode = _withDirectives(_createElementVNode("input", _mergeProps({
170
170
  "ref": inputRef,
171
171
  "value": model.value,
172
172
  "onInput": onInput,
@@ -179,29 +179,29 @@ export const VTextField = genericComponent()({
179
179
  "type": props.type,
180
180
  "onFocus": onFocus,
181
181
  "onBlur": blur
182
- }, slotProps, inputAttrs), null), [[_resolveDirective("intersect"), {
182
+ }, slotProps, inputAttrs), null), [[vIntersect, {
183
183
  handler: onIntersect
184
184
  }, null, {
185
185
  once: true
186
186
  }]]);
187
- return _createVNode(_Fragment, null, [props.prefix && _createVNode("span", {
187
+ return _createElementVNode(_Fragment, null, [props.prefix && _createElementVNode("span", {
188
188
  "class": "v-text-field__prefix"
189
- }, [_createVNode("span", {
189
+ }, [_createElementVNode("span", {
190
190
  "class": "v-text-field__prefix__text"
191
- }, [props.prefix])]), slots.default ? _createVNode("div", {
192
- "class": fieldClass,
191
+ }, [props.prefix])]), slots.default ? _createElementVNode("div", {
192
+ "class": _normalizeClass(fieldClass),
193
193
  "data-no-activator": ""
194
194
  }, [slots.default(), inputNode]) : cloneVNode(inputNode, {
195
195
  class: fieldClass
196
- }), props.suffix && _createVNode("span", {
196
+ }), props.suffix && _createElementVNode("span", {
197
197
  "class": "v-text-field__suffix"
198
- }, [_createVNode("span", {
198
+ }, [_createElementVNode("span", {
199
199
  "class": "v-text-field__suffix__text"
200
200
  }, [props.suffix])])]);
201
201
  }
202
202
  });
203
203
  },
204
- details: hasDetails ? slotProps => _createVNode(_Fragment, null, [slots.details?.(slotProps), hasCounter && _createVNode(_Fragment, null, [_createVNode("span", null, null), _createVNode(VCounter, {
204
+ details: hasDetails ? slotProps => _createElementVNode(_Fragment, null, [slots.details?.(slotProps), hasCounter && _createElementVNode(_Fragment, null, [_createElementVNode("span", null, null), _createVNode(VCounter, {
205
205
  "active": props.persistentCounter || isFocused.value,
206
206
  "value": counterValue.value,
207
207
  "max": max.value,
@@ -1 +1 @@
1
- {"version":3,"file":"VTextField.js","names":["VCounter","makeVFieldProps","VField","makeVInputProps","VInput","useFocus","forwardRefs","useProxiedModel","Intersect","cloneVNode","computed","nextTick","ref","callEvent","filterInputAttrs","genericComponent","propsFactory","useRender","activeTypes","makeVTextFieldProps","autofocus","Boolean","counter","Number","String","counterValue","Function","prefix","placeholder","persistentPlaceholder","persistentCounter","suffix","role","type","default","modelModifiers","Object","VTextField","name","directives","inheritAttrs","props","emits","e","focused","val","setup","_ref","attrs","emit","slots","model","isFocused","focus","blur","value","toString","length","max","maxlength","undefined","isPlainOrUnderlined","includes","variant","onIntersect","isIntersecting","entries","target","vInputRef","vFieldRef","inputRef","isActive","active","onFocus","document","activeElement","onControlMousedown","preventDefault","onControlClick","onClear","reset","stopPropagation","onInput","el","trim","caretPosition","selectionStart","selectionEnd","hasCounter","hasDetails","details","rootAttrs","inputAttrs","modelValue","_","inputProps","filterProps","fieldProps","_createVNode","_mergeProps","$event","class","style","_ref2","id","isDisabled","isDirty","isReadonly","isValid","dirty","_ref3","fieldClass","slotProps","inputNode","_withDirectives","_resolveDirective","handler","once","_Fragment","disabled"],"sources":["../../../src/components/VTextField/VTextField.tsx"],"sourcesContent":["// Styles\nimport './VTextField.sass'\n\n// Components\nimport { VCounter } from '@/components/VCounter/VCounter'\nimport { makeVFieldProps, VField } from '@/components/VField/VField'\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\n\n// Composables\nimport { useFocus } from '@/composables/focus'\nimport { forwardRefs } from '@/composables/forwardRefs'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Directives\nimport Intersect from '@/directives/intersect'\n\n// Utilities\nimport { cloneVNode, computed, nextTick, ref } from 'vue'\nimport { callEvent, filterInputAttrs, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { VCounterSlot } from '@/components/VCounter/VCounter'\nimport type { VFieldSlots } from '@/components/VField/VField'\nimport type { VInputSlots } from '@/components/VInput/VInput'\n\nconst activeTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'month']\n\nexport const makeVTextFieldProps = propsFactory({\n autofocus: Boolean,\n counter: [Boolean, Number, String],\n counterValue: [Number, Function] as PropType<number | ((value: any) => number)>,\n prefix: String,\n placeholder: String,\n persistentPlaceholder: Boolean,\n persistentCounter: Boolean,\n suffix: String,\n role: String,\n type: {\n type: String,\n default: 'text',\n },\n modelModifiers: Object as PropType<Record<string, boolean>>,\n\n ...makeVInputProps(),\n ...makeVFieldProps(),\n}, 'VTextField')\n\nexport type VTextFieldSlots = Omit<VInputSlots & VFieldSlots, 'default'> & {\n default: never\n counter: VCounterSlot\n}\n\nexport const VTextField = genericComponent<VTextFieldSlots>()({\n name: 'VTextField',\n\n directives: { Intersect },\n\n inheritAttrs: false,\n\n props: makeVTextFieldProps(),\n\n emits: {\n 'click:control': (e: MouseEvent) => true,\n 'mousedown:control': (e: MouseEvent) => true,\n 'update:focused': (focused: boolean) => true,\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { attrs, emit, slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const { isFocused, focus, blur } = useFocus(props)\n const counterValue = computed(() => {\n return typeof props.counterValue === 'function' ? props.counterValue(model.value)\n : typeof props.counterValue === 'number' ? props.counterValue\n : (model.value ?? '').toString().length\n })\n const max = computed(() => {\n if (attrs.maxlength) return attrs.maxlength as unknown as undefined\n\n if (\n !props.counter ||\n (typeof props.counter !== 'number' &&\n typeof props.counter !== 'string')\n ) return undefined\n\n return props.counter\n })\n\n const isPlainOrUnderlined = computed(() => ['plain', 'underlined'].includes(props.variant))\n\n function onIntersect (\n isIntersecting: boolean,\n entries: IntersectionObserverEntry[]\n ) {\n if (!props.autofocus || !isIntersecting) return\n\n (entries[0].target as HTMLInputElement)?.focus?.()\n }\n\n const vInputRef = ref<VInput>()\n const vFieldRef = ref<VField>()\n const inputRef = ref<HTMLInputElement>()\n const isActive = computed(() => (\n activeTypes.includes(props.type) ||\n props.persistentPlaceholder ||\n isFocused.value ||\n props.active\n ))\n function onFocus () {\n if (inputRef.value !== document.activeElement) {\n inputRef.value?.focus()\n }\n\n if (!isFocused.value) focus()\n }\n function onControlMousedown (e: MouseEvent) {\n emit('mousedown:control', e)\n\n if (e.target === inputRef.value) return\n\n onFocus()\n e.preventDefault()\n }\n function onControlClick (e: MouseEvent) {\n onFocus()\n\n emit('click:control', e)\n }\n function onClear (e: MouseEvent, reset: () => void) {\n e.stopPropagation()\n\n onFocus()\n\n nextTick(() => {\n model.value = null\n reset()\n\n callEvent(props['onClick:clear'], e)\n })\n }\n function onInput (e: Event) {\n const el = e.target as HTMLInputElement\n model.value = el.value\n if (\n props.modelModifiers?.trim &&\n ['text', 'search', 'password', 'tel', 'url'].includes(props.type)\n ) {\n const caretPosition = [el.selectionStart, el.selectionEnd]\n nextTick(() => {\n el.selectionStart = caretPosition[0]\n el.selectionEnd = caretPosition[1]\n })\n }\n }\n\n useRender(() => {\n const hasCounter = !!(slots.counter || (props.counter !== false && props.counter != null))\n const hasDetails = !!(hasCounter || slots.details)\n const [rootAttrs, inputAttrs] = filterInputAttrs(attrs)\n const { modelValue: _, ...inputProps } = VInput.filterProps(props)\n const fieldProps = VField.filterProps(props)\n\n return (\n <VInput\n ref={ vInputRef }\n v-model={ model.value }\n class={[\n 'v-text-field',\n {\n 'v-text-field--prefixed': props.prefix,\n 'v-text-field--suffixed': props.suffix,\n 'v-input--plain-underlined': isPlainOrUnderlined.value,\n },\n props.class,\n ]}\n style={ props.style }\n { ...rootAttrs }\n { ...inputProps }\n centerAffix={ !isPlainOrUnderlined.value }\n focused={ isFocused.value }\n >\n {{\n ...slots,\n default: ({\n id,\n isDisabled,\n isDirty,\n isReadonly,\n isValid,\n reset,\n }) => (\n <VField\n ref={ vFieldRef }\n onMousedown={ onControlMousedown }\n onClick={ onControlClick }\n onClick:clear={ (e: MouseEvent) => onClear(e, reset) }\n onClick:prependInner={ props['onClick:prependInner'] }\n onClick:appendInner={ props['onClick:appendInner'] }\n role={ props.role }\n { ...fieldProps }\n id={ id.value }\n active={ isActive.value || isDirty.value }\n dirty={ isDirty.value || props.dirty }\n disabled={ isDisabled.value }\n focused={ isFocused.value }\n error={ isValid.value === false }\n >\n {{\n ...slots,\n default: ({\n props: { class: fieldClass, ...slotProps },\n }) => {\n const inputNode = (\n <input\n ref={ inputRef }\n value={ model.value }\n onInput={ onInput }\n v-intersect={[{\n handler: onIntersect,\n }, null, ['once']]}\n autofocus={ props.autofocus }\n readonly={ isReadonly.value }\n disabled={ isDisabled.value }\n name={ props.name }\n placeholder={ props.placeholder }\n size={ 1 }\n type={ props.type }\n onFocus={ onFocus }\n onBlur={ blur }\n { ...slotProps }\n { ...inputAttrs }\n />\n )\n\n return (\n <>\n { props.prefix && (\n <span class=\"v-text-field__prefix\">\n <span class=\"v-text-field__prefix__text\">\n { props.prefix }\n </span>\n </span>\n )}\n\n { slots.default ? (\n <div\n class={ fieldClass }\n data-no-activator=\"\"\n >\n { slots.default() }\n { inputNode }\n </div>\n ) : cloneVNode(inputNode, { class: fieldClass })}\n\n { props.suffix && (\n <span class=\"v-text-field__suffix\">\n <span class=\"v-text-field__suffix__text\">\n { props.suffix }\n </span>\n </span>\n )}\n </>\n )\n },\n }}\n </VField>\n ),\n details: hasDetails ? slotProps => (\n <>\n { slots.details?.(slotProps) }\n\n { hasCounter && (\n <>\n <span />\n\n <VCounter\n active={ props.persistentCounter || isFocused.value }\n value={ counterValue.value }\n max={ max.value }\n disabled={ props.disabled }\n v-slots:default={ slots.counter }\n />\n </>\n )}\n </>\n ) : undefined,\n }}\n </VInput>\n )\n })\n\n return forwardRefs({}, vInputRef, vFieldRef, inputRef)\n },\n})\n\nexport type VTextField = InstanceType<typeof VTextField>\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"VTextField.js","names":["VCounter","makeVFieldProps","VField","makeVInputProps","VInput","useFocus","forwardRefs","useProxiedModel","vIntersect","cloneVNode","computed","nextTick","ref","callEvent","filterInputAttrs","genericComponent","propsFactory","useRender","activeTypes","makeVTextFieldProps","autofocus","Boolean","counter","Number","String","counterValue","Function","prefix","placeholder","persistentPlaceholder","persistentCounter","suffix","role","type","default","modelModifiers","Object","VTextField","name","directives","inheritAttrs","props","emits","e","focused","val","setup","_ref","attrs","emit","slots","model","isFocused","focus","blur","value","toString","length","max","maxlength","undefined","isPlainOrUnderlined","includes","variant","onIntersect","isIntersecting","entries","target","vInputRef","vFieldRef","inputRef","isActive","active","onFocus","document","activeElement","onControlMousedown","preventDefault","onControlClick","onClear","reset","stopPropagation","onInput","el","trim","caretPosition","selectionStart","selectionEnd","hasCounter","hasDetails","details","rootAttrs","inputAttrs","modelValue","_","inputProps","filterProps","fieldProps","_createVNode","_mergeProps","$event","class","style","_ref2","id","isDisabled","isDirty","isReadonly","isValid","dirty","_ref3","fieldClass","slotProps","inputNode","_withDirectives","_createElementVNode","handler","once","_Fragment","_normalizeClass","disabled"],"sources":["../../../src/components/VTextField/VTextField.tsx"],"sourcesContent":["// Styles\nimport './VTextField.sass'\n\n// Components\nimport { VCounter } from '@/components/VCounter/VCounter'\nimport { makeVFieldProps, VField } from '@/components/VField/VField'\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\n\n// Composables\nimport { useFocus } from '@/composables/focus'\nimport { forwardRefs } from '@/composables/forwardRefs'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Directives\nimport vIntersect from '@/directives/intersect'\n\n// Utilities\nimport { cloneVNode, computed, nextTick, ref } from 'vue'\nimport { callEvent, filterInputAttrs, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { VCounterSlot } from '@/components/VCounter/VCounter'\nimport type { VFieldSlots } from '@/components/VField/VField'\nimport type { VInputSlots } from '@/components/VInput/VInput'\n\nconst activeTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'month']\n\nexport const makeVTextFieldProps = propsFactory({\n autofocus: Boolean,\n counter: [Boolean, Number, String],\n counterValue: [Number, Function] as PropType<number | ((value: any) => number)>,\n prefix: String,\n placeholder: String,\n persistentPlaceholder: Boolean,\n persistentCounter: Boolean,\n suffix: String,\n role: String,\n type: {\n type: String,\n default: 'text',\n },\n modelModifiers: Object as PropType<Record<string, boolean>>,\n\n ...makeVInputProps(),\n ...makeVFieldProps(),\n}, 'VTextField')\n\nexport type VTextFieldSlots = Omit<VInputSlots & VFieldSlots, 'default'> & {\n default: never\n counter: VCounterSlot\n}\n\nexport const VTextField = genericComponent<VTextFieldSlots>()({\n name: 'VTextField',\n\n directives: { vIntersect },\n\n inheritAttrs: false,\n\n props: makeVTextFieldProps(),\n\n emits: {\n 'click:control': (e: MouseEvent) => true,\n 'mousedown:control': (e: MouseEvent) => true,\n 'update:focused': (focused: boolean) => true,\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { attrs, emit, slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const { isFocused, focus, blur } = useFocus(props)\n const counterValue = computed(() => {\n return typeof props.counterValue === 'function' ? props.counterValue(model.value)\n : typeof props.counterValue === 'number' ? props.counterValue\n : (model.value ?? '').toString().length\n })\n const max = computed(() => {\n if (attrs.maxlength) return attrs.maxlength as unknown as undefined\n\n if (\n !props.counter ||\n (typeof props.counter !== 'number' &&\n typeof props.counter !== 'string')\n ) return undefined\n\n return props.counter\n })\n\n const isPlainOrUnderlined = computed(() => ['plain', 'underlined'].includes(props.variant))\n\n function onIntersect (\n isIntersecting: boolean,\n entries: IntersectionObserverEntry[]\n ) {\n if (!props.autofocus || !isIntersecting) return\n\n (entries[0].target as HTMLInputElement)?.focus?.()\n }\n\n const vInputRef = ref<VInput>()\n const vFieldRef = ref<VField>()\n const inputRef = ref<HTMLInputElement>()\n const isActive = computed(() => (\n activeTypes.includes(props.type) ||\n props.persistentPlaceholder ||\n isFocused.value ||\n props.active\n ))\n function onFocus () {\n if (inputRef.value !== document.activeElement) {\n inputRef.value?.focus()\n }\n\n if (!isFocused.value) focus()\n }\n function onControlMousedown (e: MouseEvent) {\n emit('mousedown:control', e)\n\n if (e.target === inputRef.value) return\n\n onFocus()\n e.preventDefault()\n }\n function onControlClick (e: MouseEvent) {\n onFocus()\n\n emit('click:control', e)\n }\n function onClear (e: MouseEvent, reset: () => void) {\n e.stopPropagation()\n\n onFocus()\n\n nextTick(() => {\n model.value = null\n reset()\n\n callEvent(props['onClick:clear'], e)\n })\n }\n function onInput (e: Event) {\n const el = e.target as HTMLInputElement\n model.value = el.value\n if (\n props.modelModifiers?.trim &&\n ['text', 'search', 'password', 'tel', 'url'].includes(props.type)\n ) {\n const caretPosition = [el.selectionStart, el.selectionEnd]\n nextTick(() => {\n el.selectionStart = caretPosition[0]\n el.selectionEnd = caretPosition[1]\n })\n }\n }\n\n useRender(() => {\n const hasCounter = !!(slots.counter || (props.counter !== false && props.counter != null))\n const hasDetails = !!(hasCounter || slots.details)\n const [rootAttrs, inputAttrs] = filterInputAttrs(attrs)\n const { modelValue: _, ...inputProps } = VInput.filterProps(props)\n const fieldProps = VField.filterProps(props)\n\n return (\n <VInput\n ref={ vInputRef }\n v-model={ model.value }\n class={[\n 'v-text-field',\n {\n 'v-text-field--prefixed': props.prefix,\n 'v-text-field--suffixed': props.suffix,\n 'v-input--plain-underlined': isPlainOrUnderlined.value,\n },\n props.class,\n ]}\n style={ props.style }\n { ...rootAttrs }\n { ...inputProps }\n centerAffix={ !isPlainOrUnderlined.value }\n focused={ isFocused.value }\n >\n {{\n ...slots,\n default: ({\n id,\n isDisabled,\n isDirty,\n isReadonly,\n isValid,\n reset,\n }) => (\n <VField\n ref={ vFieldRef }\n onMousedown={ onControlMousedown }\n onClick={ onControlClick }\n onClick:clear={ (e: MouseEvent) => onClear(e, reset) }\n onClick:prependInner={ props['onClick:prependInner'] }\n onClick:appendInner={ props['onClick:appendInner'] }\n role={ props.role }\n { ...fieldProps }\n id={ id.value }\n active={ isActive.value || isDirty.value }\n dirty={ isDirty.value || props.dirty }\n disabled={ isDisabled.value }\n focused={ isFocused.value }\n error={ isValid.value === false }\n >\n {{\n ...slots,\n default: ({\n props: { class: fieldClass, ...slotProps },\n }) => {\n const inputNode = (\n <input\n ref={ inputRef }\n value={ model.value }\n onInput={ onInput }\n v-intersect={[{\n handler: onIntersect,\n }, null, ['once']]}\n autofocus={ props.autofocus }\n readonly={ isReadonly.value }\n disabled={ isDisabled.value }\n name={ props.name }\n placeholder={ props.placeholder }\n size={ 1 }\n type={ props.type }\n onFocus={ onFocus }\n onBlur={ blur }\n { ...slotProps }\n { ...inputAttrs }\n />\n )\n\n return (\n <>\n { props.prefix && (\n <span class=\"v-text-field__prefix\">\n <span class=\"v-text-field__prefix__text\">\n { props.prefix }\n </span>\n </span>\n )}\n\n { slots.default ? (\n <div\n class={ fieldClass }\n data-no-activator=\"\"\n >\n { slots.default() }\n { inputNode }\n </div>\n ) : cloneVNode(inputNode, { class: fieldClass })}\n\n { props.suffix && (\n <span class=\"v-text-field__suffix\">\n <span class=\"v-text-field__suffix__text\">\n { props.suffix }\n </span>\n </span>\n )}\n </>\n )\n },\n }}\n </VField>\n ),\n details: hasDetails ? slotProps => (\n <>\n { slots.details?.(slotProps) }\n\n { hasCounter && (\n <>\n <span />\n\n <VCounter\n active={ props.persistentCounter || isFocused.value }\n value={ counterValue.value }\n max={ max.value }\n disabled={ props.disabled }\n v-slots:default={ slots.counter }\n />\n </>\n )}\n </>\n ) : undefined,\n }}\n </VInput>\n )\n })\n\n return forwardRefs({}, vInputRef, vFieldRef, inputRef)\n },\n})\n\nexport type VTextField = InstanceType<typeof VTextField>\n"],"mappings":"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","ignoreList":[]}