@vuetify/nightly 3.7.6-dev.2024-12-18 → 3.7.6-master.2024-12-18

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 (281) hide show
  1. package/dist/json/attributes.json +2045 -2053
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +174 -174
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +4154 -4172
  6. package/dist/vuetify-labs.css +3035 -3035
  7. package/dist/vuetify-labs.d.ts +14357 -3345
  8. package/dist/vuetify-labs.esm.js +47 -45
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +46 -44
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3397 -3397
  13. package/dist/vuetify.d.ts +11515 -2341
  14. package/dist/vuetify.esm.js +47 -45
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +46 -44
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +883 -878
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +86 -8
  23. package/lib/components/VApp/index.d.mts +20 -4
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +154 -18
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  30. package/lib/components/VAvatar/index.d.mts +31 -4
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +41 -4
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +88 -12
  35. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +88 -4
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +79 -11
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +28 -4
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +33 -13
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +190 -24
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  54. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  55. package/lib/components/VCarousel/index.d.mts +95 -17
  56. package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
  57. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  59. package/lib/components/VCheckbox/index.d.mts +90 -8
  60. package/lib/components/VChip/VChip.mjs +9 -16
  61. package/lib/components/VChip/VChip.mjs.map +1 -1
  62. package/lib/components/VChip/index.d.mts +105 -9
  63. package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
  64. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  65. package/lib/components/VChipGroup/index.d.mts +43 -24
  66. package/lib/components/VCode/index.d.mts +18 -4
  67. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  68. package/lib/components/VColorPicker/index.d.mts +68 -4
  69. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  70. package/lib/components/VCombobox/index.d.mts +1380 -221
  71. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  74. package/lib/components/VCounter/VCounter.mjs +1 -1
  75. package/lib/components/VCounter/index.d.mts +31 -9
  76. package/lib/components/VDataIterator/index.d.mts +56 -12
  77. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  84. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  85. package/lib/components/VDataTable/index.d.mts +388 -36
  86. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  88. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  90. package/lib/components/VDatePicker/index.d.mts +276 -24
  91. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  92. package/lib/components/VDialog/VDialog.mjs +1 -1
  93. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  94. package/lib/components/VDialog/index.d.mts +389 -143
  95. package/lib/components/VDivider/index.d.mts +24 -4
  96. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  97. package/lib/components/VEmptyState/index.d.mts +66 -4
  98. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  100. package/lib/components/VExpansionPanel/index.d.mts +159 -23
  101. package/lib/components/VFab/VFab.mjs +1 -1
  102. package/lib/components/VFab/index.d.mts +84 -15
  103. package/lib/components/VField/VField.mjs +4 -4
  104. package/lib/components/VField/VField.mjs.map +1 -1
  105. package/lib/components/VField/VFieldLabel.mjs +1 -1
  106. package/lib/components/VField/index.d.mts +59 -11
  107. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  108. package/lib/components/VFileInput/index.d.mts +256 -71
  109. package/lib/components/VFooter/VFooter.mjs +1 -1
  110. package/lib/components/VFooter/index.d.mts +29 -4
  111. package/lib/components/VForm/index.d.mts +175 -267
  112. package/lib/components/VGrid/VContainer.mjs +1 -1
  113. package/lib/components/VGrid/index.d.mts +118 -16
  114. package/lib/components/VHover/index.d.mts +33 -4
  115. package/lib/components/VIcon/index.d.mts +75 -17
  116. package/lib/components/VImg/VImg.mjs +1 -1
  117. package/lib/components/VImg/index.d.mts +74 -19
  118. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  119. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  120. package/lib/components/VInput/VInput.mjs +4 -4
  121. package/lib/components/VInput/VInput.mjs.map +1 -1
  122. package/lib/components/VInput/index.d.mts +37 -4
  123. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  124. package/lib/components/VItemGroup/index.d.mts +74 -17
  125. package/lib/components/VKbd/index.d.mts +18 -4
  126. package/lib/components/VLabel/index.d.mts +20 -4
  127. package/lib/components/VLayout/index.d.mts +48 -8
  128. package/lib/components/VLazy/VLazy.mjs +1 -1
  129. package/lib/components/VLazy/index.d.mts +31 -4
  130. package/lib/components/VList/VList.mjs +1 -1
  131. package/lib/components/VList/VListChildren.mjs +1 -1
  132. package/lib/components/VList/VListGroup.mjs +1 -1
  133. package/lib/components/VList/VListItem.mjs +1 -1
  134. package/lib/components/VList/VListItemAction.mjs +1 -1
  135. package/lib/components/VList/VListItemMedia.mjs +1 -1
  136. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  137. package/lib/components/VList/index.d.mts +291 -48
  138. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  139. package/lib/components/VMain/index.d.mts +25 -4
  140. package/lib/components/VMenu/VMenu.mjs +4 -4
  141. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  142. package/lib/components/VMenu/index.d.mts +397 -155
  143. package/lib/components/VMessages/index.d.mts +27 -4
  144. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  145. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  146. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  147. package/lib/components/VOtpInput/index.d.mts +52 -7
  148. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  149. package/lib/components/VOverlay/index.d.mts +101 -19
  150. package/lib/components/VPagination/VPagination.mjs +1 -1
  151. package/lib/components/VPagination/index.d.mts +64 -4
  152. package/lib/components/VParallax/VParallax.mjs +1 -1
  153. package/lib/components/VParallax/index.d.mts +27 -4
  154. package/lib/components/VProgressCircular/index.d.mts +34 -4
  155. package/lib/components/VProgressLinear/index.d.mts +54 -4
  156. package/lib/components/VRadio/VRadio.mjs +1 -1
  157. package/lib/components/VRadio/index.d.mts +68 -4
  158. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  159. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  160. package/lib/components/VRadioGroup/index.d.mts +48 -4
  161. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  162. package/lib/components/VRangeSlider/index.d.mts +107 -4
  163. package/lib/components/VRating/VRating.mjs +4 -5
  164. package/lib/components/VRating/VRating.mjs.map +1 -1
  165. package/lib/components/VRating/index.d.mts +42 -4
  166. package/lib/components/VResponsive/index.d.mts +29 -4
  167. package/lib/components/VSelect/VSelect.mjs +1 -1
  168. package/lib/components/VSelect/index.d.mts +1372 -220
  169. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
  170. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  171. package/lib/components/VSelectionControl/index.d.mts +37 -10
  172. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  173. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  174. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  175. package/lib/components/VSheet/VSheet.mjs +1 -1
  176. package/lib/components/VSheet/index.d.mts +32 -4
  177. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  178. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  179. package/lib/components/VSlideGroup/index.d.mts +77 -21
  180. package/lib/components/VSlider/VSlider.mjs +1 -1
  181. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  182. package/lib/components/VSlider/index.d.mts +106 -4
  183. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  184. package/lib/components/VSnackbar/index.d.mts +398 -152
  185. package/lib/components/VSparkline/VBarline.mjs +4 -3
  186. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  187. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  188. package/lib/components/VSparkline/VTrendline.mjs +4 -3
  189. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  190. package/lib/components/VSparkline/index.d.mts +49 -4
  191. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  192. package/lib/components/VSpeedDial/index.d.mts +85 -4
  193. package/lib/components/VStepper/VStepper.mjs +1 -1
  194. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  195. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  196. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  197. package/lib/components/VStepper/index.d.mts +250 -24
  198. package/lib/components/VSwitch/VSwitch.mjs +4 -4
  199. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  200. package/lib/components/VSwitch/index.d.mts +59 -4
  201. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  202. package/lib/components/VSystemBar/index.d.mts +28 -4
  203. package/lib/components/VTable/index.d.mts +33 -4
  204. package/lib/components/VTabs/VTab.mjs +1 -1
  205. package/lib/components/VTabs/VTabs.mjs +1 -1
  206. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  207. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  208. package/lib/components/VTabs/index.d.mts +401 -105
  209. package/lib/components/VTextField/VTextField.mjs +1 -1
  210. package/lib/components/VTextField/index.d.mts +374 -152
  211. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  212. package/lib/components/VTextarea/index.d.mts +244 -71
  213. package/lib/components/VThemeProvider/index.d.mts +20 -4
  214. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  215. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  216. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  217. package/lib/components/VTimeline/index.d.mts +75 -8
  218. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  219. package/lib/components/VToolbar/index.d.mts +90 -12
  220. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  221. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  222. package/lib/components/VTooltip/index.d.mts +386 -147
  223. package/lib/components/VValidation/index.d.mts +24 -10
  224. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  225. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  226. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  227. package/lib/components/VWindow/VWindow.mjs +1 -1
  228. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  229. package/lib/components/VWindow/index.d.mts +54 -15
  230. package/lib/components/index.d.mts +11736 -2562
  231. package/lib/components/transitions/dialog-transition.mjs +2 -1
  232. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  233. package/lib/components/transitions/index.d.mts +309 -64
  234. package/lib/composables/group.mjs +3 -3
  235. package/lib/composables/group.mjs.map +1 -1
  236. package/lib/composables/icons.mjs +1 -1
  237. package/lib/composables/layout.mjs +3 -3
  238. package/lib/composables/layout.mjs.map +1 -1
  239. package/lib/composables/nested/nested.mjs +2 -2
  240. package/lib/composables/nested/nested.mjs.map +1 -1
  241. package/lib/composables/validation.mjs +3 -3
  242. package/lib/composables/validation.mjs.map +1 -1
  243. package/lib/composables/variant.mjs +1 -1
  244. package/lib/composables/virtual.mjs +1 -1
  245. package/lib/composables/virtual.mjs.map +1 -1
  246. package/lib/entry-bundler.mjs +1 -1
  247. package/lib/entry-bundler.mjs.map +1 -1
  248. package/lib/framework.mjs +3 -2
  249. package/lib/framework.mjs.map +1 -1
  250. package/lib/index.d.mts +65 -65
  251. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  252. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  253. package/lib/labs/VCalendar/index.d.mts +211 -24
  254. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  255. package/lib/labs/VDateInput/index.d.mts +115 -4
  256. package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
  257. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  258. package/lib/labs/VFileUpload/index.d.mts +195 -8
  259. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  260. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  261. package/lib/labs/VPicker/VPicker.mjs +1 -1
  262. package/lib/labs/VPicker/index.d.mts +63 -8
  263. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  264. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  265. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  266. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  267. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  268. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  269. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  270. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  271. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  272. package/lib/labs/VTimePicker/index.d.mts +122 -12
  273. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  274. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  275. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  276. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  277. package/lib/labs/VTreeview/index.d.mts +205 -18
  278. package/lib/labs/components.d.mts +3056 -972
  279. package/lib/util/getCurrentInstance.mjs +15 -1
  280. package/lib/util/getCurrentInstance.mjs.map +1 -1
  281. package/package.json +4 -5
@@ -1,6 +1,5 @@
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';
4
3
 
5
4
  type ClassValue = any;
6
5
 
@@ -125,7 +124,7 @@ type VCounterSlot = {
125
124
  };
126
125
 
127
126
  declare const VTextField: {
128
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
127
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
129
128
  flat: boolean;
130
129
  reverse: boolean;
131
130
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -299,7 +298,40 @@ declare const VTextField: {
299
298
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
300
299
  hint?: string | undefined;
301
300
  hideDetails?: boolean | "auto" | undefined;
302
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
303
335
  $attrs: {
304
336
  [x: string]: unknown;
305
337
  };
@@ -315,7 +347,6 @@ declare const VTextField: {
315
347
  }>;
316
348
  $root: vue.ComponentPublicInstance | null;
317
349
  $parent: vue.ComponentPublicInstance | null;
318
- $host: Element | null;
319
350
  $emit: (event: string, ...args: any[]) => void;
320
351
  $el: any;
321
352
  $options: vue.ComponentOptionsBase<{
@@ -380,7 +411,7 @@ declare const VTextField: {
380
411
  append: (arg: VInputSlot) => vue.VNode[];
381
412
  details: (arg: VInputSlot) => vue.VNode[];
382
413
  message: (arg: VMessageSlot) => vue.VNode[];
383
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
414
+ }>>> & {
384
415
  beforeCreate?: (() => void) | (() => void)[];
385
416
  created?: (() => void) | (() => void)[];
386
417
  beforeMount?: (() => void) | (() => void)[];
@@ -399,23 +430,8 @@ declare const VTextField: {
399
430
  };
400
431
  $forceUpdate: () => void;
401
432
  $nextTick: typeof nextTick;
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<{
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<{
419
435
  error: boolean;
420
436
  direction: "horizontal" | "vertical";
421
437
  style: vue.StyleValue;
@@ -448,7 +464,7 @@ declare const VTextField: {
448
464
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
449
465
  hint?: string | undefined;
450
466
  hideDetails?: boolean | "auto" | undefined;
451
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
467
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
452
468
  reset: () => Promise<void>;
453
469
  resetValidation: () => Promise<void>;
454
470
  validate: (silent?: boolean) => Promise<string[]>;
@@ -457,7 +473,7 @@ declare const VTextField: {
457
473
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
458
474
  modelValue?: unknown;
459
475
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
461
477
  $: vue.ComponentInternalInstance;
462
478
  $data: {};
463
479
  $props: Partial<{
@@ -508,7 +524,41 @@ declare const VTextField: {
508
524
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
509
525
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
510
526
  centerAffix?: boolean | undefined;
511
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
512
562
  $attrs: {
513
563
  [x: string]: unknown;
514
564
  };
@@ -530,7 +580,6 @@ declare const VTextField: {
530
580
  }>;
531
581
  $root: vue.ComponentPublicInstance | null;
532
582
  $parent: vue.ComponentPublicInstance | null;
533
- $host: Element | null;
534
583
  $emit: (event: "update:focused", focused: boolean) => void;
535
584
  $el: any;
536
585
  $options: vue.ComponentOptionsBase<{
@@ -568,7 +617,7 @@ declare const VTextField: {
568
617
  } & {
569
618
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
570
619
  }, {
571
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
620
+ controlRef: vue.Ref<HTMLElement | undefined>;
572
621
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
573
622
  'update:focused': (focused: boolean) => true;
574
623
  'update:modelValue': (value: any) => true;
@@ -601,7 +650,7 @@ declare const VTextField: {
601
650
  }) => vue.VNode[];
602
651
  loader: (arg: LoaderSlotProps) => vue.VNode[];
603
652
  default: (arg: VFieldSlot) => vue.VNode[];
604
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
653
+ }>>> & {
605
654
  beforeCreate?: (() => void) | (() => void)[];
606
655
  created?: (() => void) | (() => void)[];
607
656
  beforeMount?: (() => void) | (() => void)[];
@@ -620,25 +669,8 @@ declare const VTextField: {
620
669
  };
621
670
  $forceUpdate: () => void;
622
671
  $nextTick: typeof nextTick;
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<{
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<{
642
674
  flat: boolean;
643
675
  reverse: boolean;
644
676
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -672,12 +704,12 @@ declare const VTextField: {
672
704
  centerAffix?: boolean | undefined;
673
705
  } & {
674
706
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
707
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
708
+ controlRef: vue.Ref<HTMLElement | undefined>;
677
709
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
678
710
  modelValue?: unknown;
679
711
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
681
713
  _allExposed: {
682
714
  reset: () => Promise<void>;
683
715
  resetValidation: () => Promise<void>;
@@ -685,14 +717,138 @@ declare const VTextField: {
685
717
  isValid: vue.ComputedRef<boolean | null>;
686
718
  errorMessages: vue.ComputedRef<string[]>;
687
719
  } | {
688
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
720
+ controlRef: vue.Ref<HTMLElement | undefined>;
689
721
  } | {};
690
722
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
691
723
  'click:control': (e: MouseEvent) => true;
692
724
  'mousedown:control': (e: MouseEvent) => true;
693
725
  'update:focused': (focused: boolean) => true;
694
726
  'update:modelValue': (val: string) => true;
695
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
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
+ }, {
696
852
  flat: boolean;
697
853
  reverse: boolean;
698
854
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -739,7 +895,7 @@ declare const VTextField: {
739
895
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
740
896
  default: () => vue.VNode[];
741
897
  counter: (arg: VCounterSlot) => vue.VNode[];
742
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
898
+ }>>, {
743
899
  P: {};
744
900
  B: {};
745
901
  D: {};
@@ -920,7 +1076,40 @@ declare const VTextField: {
920
1076
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
921
1077
  hint?: string | undefined;
922
1078
  hideDetails?: boolean | "auto" | undefined;
923
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
924
1113
  $attrs: {
925
1114
  [x: string]: unknown;
926
1115
  };
@@ -936,7 +1125,6 @@ declare const VTextField: {
936
1125
  }>;
937
1126
  $root: vue.ComponentPublicInstance | null;
938
1127
  $parent: vue.ComponentPublicInstance | null;
939
- $host: Element | null;
940
1128
  $emit: (event: string, ...args: any[]) => void;
941
1129
  $el: any;
942
1130
  $options: vue.ComponentOptionsBase<{
@@ -1001,7 +1189,7 @@ declare const VTextField: {
1001
1189
  append: (arg: VInputSlot) => vue.VNode[];
1002
1190
  details: (arg: VInputSlot) => vue.VNode[];
1003
1191
  message: (arg: VMessageSlot) => vue.VNode[];
1004
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1192
+ }>>> & {
1005
1193
  beforeCreate?: (() => void) | (() => void)[];
1006
1194
  created?: (() => void) | (() => void)[];
1007
1195
  beforeMount?: (() => void) | (() => void)[];
@@ -1020,23 +1208,8 @@ declare const VTextField: {
1020
1208
  };
1021
1209
  $forceUpdate: () => void;
1022
1210
  $nextTick: typeof nextTick;
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<{
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<{
1040
1213
  error: boolean;
1041
1214
  direction: "horizontal" | "vertical";
1042
1215
  style: vue.StyleValue;
@@ -1069,7 +1242,7 @@ declare const VTextField: {
1069
1242
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1070
1243
  hint?: string | undefined;
1071
1244
  hideDetails?: boolean | "auto" | undefined;
1072
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1245
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1073
1246
  reset: () => Promise<void>;
1074
1247
  resetValidation: () => Promise<void>;
1075
1248
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1078,7 +1251,7 @@ declare const VTextField: {
1078
1251
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1079
1252
  modelValue?: unknown;
1080
1253
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
1082
1255
  $: vue.ComponentInternalInstance;
1083
1256
  $data: {};
1084
1257
  $props: Partial<{
@@ -1129,7 +1302,41 @@ declare const VTextField: {
1129
1302
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1130
1303
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1131
1304
  centerAffix?: boolean | undefined;
1132
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
1133
1340
  $attrs: {
1134
1341
  [x: string]: unknown;
1135
1342
  };
@@ -1151,7 +1358,6 @@ declare const VTextField: {
1151
1358
  }>;
1152
1359
  $root: vue.ComponentPublicInstance | null;
1153
1360
  $parent: vue.ComponentPublicInstance | null;
1154
- $host: Element | null;
1155
1361
  $emit: (event: "update:focused", focused: boolean) => void;
1156
1362
  $el: any;
1157
1363
  $options: vue.ComponentOptionsBase<{
@@ -1189,7 +1395,7 @@ declare const VTextField: {
1189
1395
  } & {
1190
1396
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1191
1397
  }, {
1192
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1398
+ controlRef: vue.Ref<HTMLElement | undefined>;
1193
1399
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1194
1400
  'update:focused': (focused: boolean) => true;
1195
1401
  'update:modelValue': (value: any) => true;
@@ -1222,7 +1428,7 @@ declare const VTextField: {
1222
1428
  }) => vue.VNode[];
1223
1429
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1224
1430
  default: (arg: VFieldSlot) => vue.VNode[];
1225
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1431
+ }>>> & {
1226
1432
  beforeCreate?: (() => void) | (() => void)[];
1227
1433
  created?: (() => void) | (() => void)[];
1228
1434
  beforeMount?: (() => void) | (() => void)[];
@@ -1241,25 +1447,8 @@ declare const VTextField: {
1241
1447
  };
1242
1448
  $forceUpdate: () => void;
1243
1449
  $nextTick: typeof nextTick;
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<{
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<{
1263
1452
  flat: boolean;
1264
1453
  reverse: boolean;
1265
1454
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1293,12 +1482,12 @@ declare const VTextField: {
1293
1482
  centerAffix?: boolean | undefined;
1294
1483
  } & {
1295
1484
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
1485
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
1486
+ controlRef: vue.Ref<HTMLElement | undefined>;
1298
1487
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1299
1488
  modelValue?: unknown;
1300
1489
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
1302
1491
  _allExposed: {
1303
1492
  reset: () => Promise<void>;
1304
1493
  resetValidation: () => Promise<void>;
@@ -1306,7 +1495,7 @@ declare const VTextField: {
1306
1495
  isValid: vue.ComputedRef<boolean | null>;
1307
1496
  errorMessages: vue.ComputedRef<string[]>;
1308
1497
  } | {
1309
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1498
+ controlRef: vue.Ref<HTMLElement | undefined>;
1310
1499
  } | {};
1311
1500
  }, {}, {}, {}, {
1312
1501
  flat: boolean;
@@ -1516,7 +1705,40 @@ declare const VTextField: {
1516
1705
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1517
1706
  hint?: string | undefined;
1518
1707
  hideDetails?: boolean | "auto" | undefined;
1519
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
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">;
1520
1742
  $attrs: {
1521
1743
  [x: string]: unknown;
1522
1744
  };
@@ -1532,7 +1754,6 @@ declare const VTextField: {
1532
1754
  }>;
1533
1755
  $root: vue.ComponentPublicInstance | null;
1534
1756
  $parent: vue.ComponentPublicInstance | null;
1535
- $host: Element | null;
1536
1757
  $emit: (event: string, ...args: any[]) => void;
1537
1758
  $el: any;
1538
1759
  $options: vue.ComponentOptionsBase<{
@@ -1597,7 +1818,7 @@ declare const VTextField: {
1597
1818
  append: (arg: VInputSlot) => vue.VNode[];
1598
1819
  details: (arg: VInputSlot) => vue.VNode[];
1599
1820
  message: (arg: VMessageSlot) => vue.VNode[];
1600
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1821
+ }>>> & {
1601
1822
  beforeCreate?: (() => void) | (() => void)[];
1602
1823
  created?: (() => void) | (() => void)[];
1603
1824
  beforeMount?: (() => void) | (() => void)[];
@@ -1616,23 +1837,8 @@ declare const VTextField: {
1616
1837
  };
1617
1838
  $forceUpdate: () => void;
1618
1839
  $nextTick: typeof nextTick;
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<{
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<{
1636
1842
  error: boolean;
1637
1843
  direction: "horizontal" | "vertical";
1638
1844
  style: vue.StyleValue;
@@ -1665,7 +1871,7 @@ declare const VTextField: {
1665
1871
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1666
1872
  hint?: string | undefined;
1667
1873
  hideDetails?: boolean | "auto" | undefined;
1668
- } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
1874
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
1669
1875
  reset: () => Promise<void>;
1670
1876
  resetValidation: () => Promise<void>;
1671
1877
  validate: (silent?: boolean) => Promise<string[]>;
@@ -1674,7 +1880,7 @@ declare const VTextField: {
1674
1880
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1675
1881
  modelValue?: unknown;
1676
1882
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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<{
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<{
1678
1884
  $: vue.ComponentInternalInstance;
1679
1885
  $data: {};
1680
1886
  $props: Partial<{
@@ -1725,7 +1931,41 @@ declare const VTextField: {
1725
1931
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1726
1932
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1727
1933
  centerAffix?: boolean | undefined;
1728
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
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">;
1729
1969
  $attrs: {
1730
1970
  [x: string]: unknown;
1731
1971
  };
@@ -1747,7 +1987,6 @@ declare const VTextField: {
1747
1987
  }>;
1748
1988
  $root: vue.ComponentPublicInstance | null;
1749
1989
  $parent: vue.ComponentPublicInstance | null;
1750
- $host: Element | null;
1751
1990
  $emit: (event: "update:focused", focused: boolean) => void;
1752
1991
  $el: any;
1753
1992
  $options: vue.ComponentOptionsBase<{
@@ -1785,7 +2024,7 @@ declare const VTextField: {
1785
2024
  } & {
1786
2025
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1787
2026
  }, {
1788
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2027
+ controlRef: vue.Ref<HTMLElement | undefined>;
1789
2028
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1790
2029
  'update:focused': (focused: boolean) => true;
1791
2030
  'update:modelValue': (value: any) => true;
@@ -1818,7 +2057,7 @@ declare const VTextField: {
1818
2057
  }) => vue.VNode[];
1819
2058
  loader: (arg: LoaderSlotProps) => vue.VNode[];
1820
2059
  default: (arg: VFieldSlot) => vue.VNode[];
1821
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
2060
+ }>>> & {
1822
2061
  beforeCreate?: (() => void) | (() => void)[];
1823
2062
  created?: (() => void) | (() => void)[];
1824
2063
  beforeMount?: (() => void) | (() => void)[];
@@ -1837,25 +2076,8 @@ declare const VTextField: {
1837
2076
  };
1838
2077
  $forceUpdate: () => void;
1839
2078
  $nextTick: typeof nextTick;
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<{
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<{
1859
2081
  flat: boolean;
1860
2082
  reverse: boolean;
1861
2083
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1889,12 +2111,12 @@ declare const VTextField: {
1889
2111
  centerAffix?: boolean | undefined;
1890
2112
  } & {
1891
2113
  "onUpdate:focused"?: ((focused: boolean) => any) | 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>;
2114
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
2115
+ controlRef: vue.Ref<HTMLElement | undefined>;
1894
2116
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1895
2117
  modelValue?: unknown;
1896
2118
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
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}`> & {
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}`> & {
1898
2120
  _allExposed: {
1899
2121
  reset: () => Promise<void>;
1900
2122
  resetValidation: () => Promise<void>;
@@ -1902,7 +2124,7 @@ declare const VTextField: {
1902
2124
  isValid: vue.ComputedRef<boolean | null>;
1903
2125
  errorMessages: vue.ComputedRef<string[]>;
1904
2126
  } | {
1905
- controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
2127
+ controlRef: vue.Ref<HTMLElement | undefined>;
1906
2128
  } | {};
1907
2129
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1908
2130
  'click:control': (e: MouseEvent) => true;
@@ -1956,7 +2178,7 @@ declare const VTextField: {
1956
2178
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1957
2179
  default: () => vue.VNode[];
1958
2180
  counter: (arg: VCounterSlot) => vue.VNode[];
1959
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2181
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1960
2182
  theme: StringConstructor;
1961
2183
  rounded: {
1962
2184
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];