vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -35,10 +35,6 @@ interface LoaderSlotProps {
35
35
  isActive: boolean;
36
36
  }
37
37
 
38
- type VMessageSlot = {
39
- message: string;
40
- };
41
-
42
38
  type Density = null | 'default' | 'comfortable' | 'compact';
43
39
 
44
40
  type ValidationResult = string | boolean;
@@ -47,6 +43,10 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
47
43
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
48
44
  declare const IconValue: PropType<IconValue>;
49
45
 
46
+ type VMessageSlot = {
47
+ message: string;
48
+ };
49
+
50
50
  interface VInputSlot {
51
51
  id: ComputedRef<string>;
52
52
  messagesId: ComputedRef<string>;
@@ -100,27 +100,27 @@ type VCounterSlot = {
100
100
 
101
101
  declare const VTextField: {
102
102
  new (...args: any[]): vue.CreateComponentPublicInstance<{
103
- reverse: boolean;
104
103
  flat: boolean;
105
- style: vue.StyleValue;
104
+ reverse: boolean;
105
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
106
106
  type: string;
107
- active: boolean;
108
107
  error: boolean;
108
+ active: boolean;
109
+ direction: "horizontal" | "vertical";
110
+ style: vue.StyleValue;
111
+ autofocus: boolean;
109
112
  disabled: boolean;
113
+ readonly: boolean | null;
110
114
  messages: string | readonly string[];
111
115
  focused: boolean;
112
116
  errorMessages: string | readonly string[] | null;
113
117
  maxErrors: string | number;
114
- readonly: boolean | null;
115
118
  rules: readonly ValidationRule[];
116
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
117
119
  tile: boolean;
118
120
  density: Density;
119
- direction: "horizontal" | "vertical";
120
121
  clearIcon: IconValue;
121
122
  hideSpinButtons: boolean;
122
123
  persistentHint: boolean;
123
- autofocus: boolean;
124
124
  clearable: boolean;
125
125
  dirty: boolean;
126
126
  persistentClear: boolean;
@@ -128,25 +128,25 @@ declare const VTextField: {
128
128
  persistentPlaceholder: boolean;
129
129
  persistentCounter: boolean;
130
130
  } & {
131
- class?: any;
132
131
  id?: string | undefined;
133
- label?: string | undefined;
134
132
  width?: string | number | undefined;
135
- theme?: string | undefined;
136
- color?: string | undefined;
137
133
  name?: string | undefined;
138
- prefix?: string | undefined;
134
+ color?: string | undefined;
135
+ maxWidth?: string | number | undefined;
136
+ minWidth?: string | number | undefined;
139
137
  loading?: string | boolean | undefined;
138
+ label?: string | undefined;
139
+ prefix?: string | undefined;
140
+ role?: string | undefined;
141
+ class?: any;
140
142
  placeholder?: string | undefined;
143
+ theme?: string | undefined;
141
144
  counter?: string | number | boolean | undefined;
142
145
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
143
146
  modelValue?: any;
144
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
147
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
145
148
  validationValue?: any;
146
149
  rounded?: string | number | boolean | undefined;
147
- maxWidth?: string | number | undefined;
148
- minWidth?: string | number | undefined;
149
- role?: string | undefined;
150
150
  baseColor?: string | undefined;
151
151
  bgColor?: string | undefined;
152
152
  prependIcon?: IconValue | undefined;
@@ -154,8 +154,8 @@ declare const VTextField: {
154
154
  appendInnerIcon?: IconValue | undefined;
155
155
  prependInnerIcon?: IconValue | undefined;
156
156
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
157
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
158
157
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
158
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
159
159
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
160
160
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
161
161
  centerAffix?: boolean | undefined;
@@ -166,6 +166,7 @@ declare const VTextField: {
166
166
  modelModifiers?: Record<string, boolean> | undefined;
167
167
  } & {
168
168
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
169
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
169
170
  clear?: ((arg: DefaultInputSlot & {
170
171
  props: Record<string, any>;
171
172
  }) => vue.VNodeChild) | undefined;
@@ -174,9 +175,8 @@ declare const VTextField: {
174
175
  label: string | undefined;
175
176
  props: Record<string, any>;
176
177
  }) => vue.VNodeChild) | undefined;
177
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
178
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
179
178
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
179
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
180
180
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
181
181
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
182
182
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -184,6 +184,7 @@ declare const VTextField: {
184
184
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
185
185
  };
186
186
  'v-slots'?: {
187
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
187
188
  clear?: false | ((arg: DefaultInputSlot & {
188
189
  props: Record<string, any>;
189
190
  }) => vue.VNodeChild) | undefined;
@@ -192,9 +193,8 @@ declare const VTextField: {
192
193
  label: string | undefined;
193
194
  props: Record<string, any>;
194
195
  }) => vue.VNodeChild) | undefined;
195
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
196
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
197
196
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
197
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
198
198
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
199
199
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
200
200
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -202,6 +202,7 @@ declare const VTextField: {
202
202
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
203
203
  } | undefined;
204
204
  } & {
205
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
205
206
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
206
207
  props: Record<string, any>;
207
208
  }) => vue.VNodeChild) | undefined;
@@ -210,9 +211,8 @@ declare const VTextField: {
210
211
  label: string | undefined;
211
212
  props: Record<string, any>;
212
213
  }) => vue.VNodeChild) | undefined;
213
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
214
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
215
214
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
215
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
216
216
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
217
217
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
218
218
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -227,86 +227,86 @@ declare const VTextField: {
227
227
  $: vue.ComponentInternalInstance;
228
228
  $data: {};
229
229
  $props: Partial<{
230
- style: vue.StyleValue;
231
230
  error: boolean;
231
+ direction: "horizontal" | "vertical";
232
+ style: vue.StyleValue;
232
233
  disabled: boolean | null;
234
+ readonly: boolean | null;
233
235
  messages: string | readonly string[];
234
236
  focused: boolean;
235
237
  errorMessages: string | readonly string[] | null;
236
238
  maxErrors: string | number;
237
- readonly: boolean | null;
238
239
  rules: readonly ValidationRule[];
239
240
  density: Density;
240
- direction: "horizontal" | "vertical";
241
241
  centerAffix: boolean;
242
242
  hideSpinButtons: boolean;
243
243
  persistentHint: boolean;
244
244
  }> & Omit<{
245
- style: vue.StyleValue;
246
245
  error: boolean;
246
+ direction: "horizontal" | "vertical";
247
+ style: vue.StyleValue;
247
248
  disabled: boolean | null;
249
+ readonly: boolean | null;
248
250
  messages: string | readonly string[];
249
251
  focused: boolean;
250
252
  errorMessages: string | readonly string[] | null;
251
253
  maxErrors: string | number;
252
- readonly: boolean | null;
253
254
  rules: readonly ValidationRule[];
254
255
  density: Density;
255
- direction: "horizontal" | "vertical";
256
256
  centerAffix: boolean;
257
257
  hideSpinButtons: boolean;
258
258
  persistentHint: boolean;
259
- class?: any;
260
259
  id?: string | undefined;
261
- label?: string | undefined;
262
260
  width?: string | number | undefined;
263
- theme?: string | undefined;
264
261
  name?: string | undefined;
265
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
266
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
267
- validationValue?: any;
268
262
  maxWidth?: string | number | undefined;
269
263
  minWidth?: string | number | undefined;
264
+ label?: string | undefined;
265
+ class?: any;
266
+ theme?: string | undefined;
267
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
268
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
269
+ validationValue?: any;
270
270
  prependIcon?: IconValue | undefined;
271
271
  appendIcon?: IconValue | undefined;
272
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
273
272
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
273
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
274
274
  hint?: string | undefined;
275
275
  hideDetails?: boolean | "auto" | undefined;
276
276
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
277
- style: vue.StyleValue;
278
277
  error: boolean;
278
+ direction: "horizontal" | "vertical";
279
+ style: vue.StyleValue;
279
280
  disabled: boolean | null;
281
+ readonly: boolean | null;
280
282
  messages: string | readonly string[];
281
283
  focused: boolean;
282
284
  errorMessages: string | readonly string[] | null;
283
285
  maxErrors: string | number;
284
- readonly: boolean | null;
285
286
  rules: readonly ValidationRule[];
286
287
  density: Density;
287
- direction: "horizontal" | "vertical";
288
288
  centerAffix: boolean;
289
289
  hideSpinButtons: boolean;
290
290
  persistentHint: boolean;
291
291
  } & {
292
- class?: any;
293
292
  id?: string | undefined;
294
- label?: string | undefined;
295
293
  width?: string | number | undefined;
296
- theme?: string | undefined;
297
294
  name?: string | undefined;
298
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
299
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
300
- validationValue?: any;
301
295
  maxWidth?: string | number | undefined;
302
296
  minWidth?: string | number | undefined;
297
+ label?: string | undefined;
298
+ class?: any;
299
+ theme?: string | undefined;
300
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
301
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
302
+ validationValue?: any;
303
303
  prependIcon?: IconValue | undefined;
304
304
  appendIcon?: IconValue | undefined;
305
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
306
305
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
306
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
307
307
  hint?: string | undefined;
308
308
  hideDetails?: boolean | "auto" | undefined;
309
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
309
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
310
310
  $attrs: {
311
311
  [x: string]: unknown;
312
312
  };
@@ -335,36 +335,36 @@ declare const VTextField: {
335
335
  $emit: (event: string, ...args: any[]) => void;
336
336
  $el: any;
337
337
  $options: vue.ComponentOptionsBase<{
338
- style: vue.StyleValue;
339
338
  error: boolean;
339
+ direction: "horizontal" | "vertical";
340
+ style: vue.StyleValue;
340
341
  disabled: boolean | null;
342
+ readonly: boolean | null;
341
343
  messages: string | readonly string[];
342
344
  focused: boolean;
343
345
  errorMessages: string | readonly string[] | null;
344
346
  maxErrors: string | number;
345
- readonly: boolean | null;
346
347
  rules: readonly ValidationRule[];
347
348
  density: Density;
348
- direction: "horizontal" | "vertical";
349
349
  centerAffix: boolean;
350
350
  hideSpinButtons: boolean;
351
351
  persistentHint: boolean;
352
352
  } & {
353
- class?: any;
354
353
  id?: string | undefined;
355
- label?: string | undefined;
356
354
  width?: string | number | undefined;
357
- theme?: string | undefined;
358
355
  name?: string | undefined;
359
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
360
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
361
- validationValue?: any;
362
356
  maxWidth?: string | number | undefined;
363
357
  minWidth?: string | number | undefined;
358
+ label?: string | undefined;
359
+ class?: any;
360
+ theme?: string | undefined;
361
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
362
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
363
+ validationValue?: any;
364
364
  prependIcon?: IconValue | undefined;
365
365
  appendIcon?: IconValue | undefined;
366
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
367
366
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
367
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
368
368
  hint?: string | undefined;
369
369
  hideDetails?: boolean | "auto" | undefined;
370
370
  } & {}, {
@@ -375,18 +375,18 @@ declare const VTextField: {
375
375
  errorMessages: vue.ComputedRef<string[]>;
376
376
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
377
377
  'update:modelValue': (value: any) => true;
378
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
379
- style: vue.StyleValue;
378
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
380
379
  error: boolean;
380
+ direction: "horizontal" | "vertical";
381
+ style: vue.StyleValue;
381
382
  disabled: boolean | null;
383
+ readonly: boolean | null;
382
384
  messages: string | readonly string[];
383
385
  focused: boolean;
384
386
  errorMessages: string | readonly string[] | null;
385
387
  maxErrors: string | number;
386
- readonly: boolean | null;
387
388
  rules: readonly ValidationRule[];
388
389
  density: Density;
389
- direction: "horizontal" | "vertical";
390
390
  centerAffix: boolean;
391
391
  hideSpinButtons: boolean;
392
392
  persistentHint: boolean;
@@ -427,36 +427,36 @@ declare const VTextField: {
427
427
  $nextTick: typeof nextTick;
428
428
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
429
429
  } & Omit<{
430
- style: vue.StyleValue;
431
430
  error: boolean;
431
+ direction: "horizontal" | "vertical";
432
+ style: vue.StyleValue;
432
433
  disabled: boolean | null;
434
+ readonly: boolean | null;
433
435
  messages: string | readonly string[];
434
436
  focused: boolean;
435
437
  errorMessages: string | readonly string[] | null;
436
438
  maxErrors: string | number;
437
- readonly: boolean | null;
438
439
  rules: readonly ValidationRule[];
439
440
  density: Density;
440
- direction: "horizontal" | "vertical";
441
441
  centerAffix: boolean;
442
442
  hideSpinButtons: boolean;
443
443
  persistentHint: boolean;
444
444
  } & {
445
- class?: any;
446
445
  id?: string | undefined;
447
- label?: string | undefined;
448
446
  width?: string | number | undefined;
449
- theme?: string | undefined;
450
447
  name?: string | undefined;
451
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
452
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
453
- validationValue?: any;
454
448
  maxWidth?: string | number | undefined;
455
449
  minWidth?: string | number | undefined;
450
+ label?: string | undefined;
451
+ class?: any;
452
+ theme?: string | undefined;
453
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
454
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
455
+ validationValue?: any;
456
456
  prependIcon?: IconValue | undefined;
457
457
  appendIcon?: IconValue | undefined;
458
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
459
458
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
459
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
460
460
  hint?: string | undefined;
461
461
  hideDetails?: boolean | "auto" | undefined;
462
462
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -468,19 +468,19 @@ declare const VTextField: {
468
468
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
469
469
  modelValue?: unknown;
470
470
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
471
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
471
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "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<{
472
472
  $: vue.ComponentInternalInstance;
473
473
  $data: {};
474
474
  $props: Partial<{
475
- reverse: boolean;
476
475
  flat: boolean;
477
- style: vue.StyleValue;
478
- active: boolean;
476
+ reverse: boolean;
477
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
479
478
  error: boolean;
479
+ active: boolean;
480
+ style: vue.StyleValue;
480
481
  disabled: boolean;
481
482
  focused: boolean;
482
483
  rounded: string | number | boolean;
483
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
484
484
  tile: boolean;
485
485
  clearIcon: IconValue;
486
486
  centerAffix: boolean;
@@ -489,26 +489,26 @@ declare const VTextField: {
489
489
  persistentClear: boolean;
490
490
  singleLine: boolean;
491
491
  }> & Omit<{
492
- reverse: boolean;
493
492
  flat: boolean;
494
- style: vue.StyleValue;
495
- active: boolean;
493
+ reverse: boolean;
494
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
496
495
  error: boolean;
496
+ active: boolean;
497
+ style: vue.StyleValue;
497
498
  disabled: boolean;
498
499
  focused: boolean;
499
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
500
500
  tile: boolean;
501
501
  clearIcon: IconValue;
502
502
  clearable: boolean;
503
503
  dirty: boolean;
504
504
  persistentClear: boolean;
505
505
  singleLine: boolean;
506
- class?: any;
507
506
  id?: string | undefined;
508
- label?: string | undefined;
509
- theme?: string | undefined;
510
507
  color?: string | undefined;
511
508
  loading?: string | boolean | undefined;
509
+ label?: string | undefined;
510
+ class?: any;
511
+ theme?: string | undefined;
512
512
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
513
513
  rounded?: string | number | boolean | undefined;
514
514
  baseColor?: string | undefined;
@@ -520,14 +520,14 @@ declare const VTextField: {
520
520
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
521
521
  centerAffix?: boolean | undefined;
522
522
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
523
- reverse: boolean;
524
523
  flat: boolean;
525
- style: vue.StyleValue;
526
- active: boolean;
524
+ reverse: boolean;
525
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
527
526
  error: boolean;
527
+ active: boolean;
528
+ style: vue.StyleValue;
528
529
  disabled: boolean;
529
530
  focused: boolean;
530
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
531
531
  tile: boolean;
532
532
  clearIcon: IconValue;
533
533
  clearable: boolean;
@@ -535,12 +535,12 @@ declare const VTextField: {
535
535
  persistentClear: boolean;
536
536
  singleLine: boolean;
537
537
  } & {
538
- class?: any;
539
538
  id?: string | undefined;
540
- label?: string | undefined;
541
- theme?: string | undefined;
542
539
  color?: string | undefined;
543
540
  loading?: string | boolean | undefined;
541
+ label?: string | undefined;
542
+ class?: any;
543
+ theme?: string | undefined;
544
544
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
545
545
  rounded?: string | number | boolean | undefined;
546
546
  baseColor?: string | undefined;
@@ -553,7 +553,7 @@ declare const VTextField: {
553
553
  centerAffix?: boolean | undefined;
554
554
  } & {
555
555
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
556
- }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
556
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
557
557
  $attrs: {
558
558
  [x: string]: unknown;
559
559
  };
@@ -590,14 +590,14 @@ declare const VTextField: {
590
590
  $emit: (event: "update:focused", focused: boolean) => void;
591
591
  $el: any;
592
592
  $options: vue.ComponentOptionsBase<{
593
- reverse: boolean;
594
593
  flat: boolean;
595
- style: vue.StyleValue;
596
- active: boolean;
594
+ reverse: boolean;
595
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
597
596
  error: boolean;
597
+ active: boolean;
598
+ style: vue.StyleValue;
598
599
  disabled: boolean;
599
600
  focused: boolean;
600
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
601
601
  tile: boolean;
602
602
  clearIcon: IconValue;
603
603
  clearable: boolean;
@@ -605,12 +605,12 @@ declare const VTextField: {
605
605
  persistentClear: boolean;
606
606
  singleLine: boolean;
607
607
  } & {
608
- class?: any;
609
608
  id?: string | undefined;
610
- label?: string | undefined;
611
- theme?: string | undefined;
612
609
  color?: string | undefined;
613
610
  loading?: string | boolean | undefined;
611
+ label?: string | undefined;
612
+ class?: any;
613
+ theme?: string | undefined;
614
614
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
615
615
  rounded?: string | number | boolean | undefined;
616
616
  baseColor?: string | undefined;
@@ -628,16 +628,16 @@ declare const VTextField: {
628
628
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
629
629
  'update:focused': (focused: boolean) => true;
630
630
  'update:modelValue': (value: any) => true;
631
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
632
- reverse: boolean;
631
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
633
632
  flat: boolean;
634
- style: vue.StyleValue;
635
- active: boolean;
633
+ reverse: boolean;
634
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
636
635
  error: boolean;
636
+ active: boolean;
637
+ style: vue.StyleValue;
637
638
  disabled: boolean;
638
639
  focused: boolean;
639
640
  rounded: string | number | boolean;
640
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
641
641
  tile: boolean;
642
642
  clearIcon: IconValue;
643
643
  centerAffix: boolean;
@@ -690,14 +690,14 @@ declare const VTextField: {
690
690
  $nextTick: typeof nextTick;
691
691
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
692
692
  } & Omit<{
693
- reverse: boolean;
694
693
  flat: boolean;
695
- style: vue.StyleValue;
696
- active: boolean;
694
+ reverse: boolean;
695
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
697
696
  error: boolean;
697
+ active: boolean;
698
+ style: vue.StyleValue;
698
699
  disabled: boolean;
699
700
  focused: boolean;
700
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
701
701
  tile: boolean;
702
702
  clearIcon: IconValue;
703
703
  clearable: boolean;
@@ -705,12 +705,12 @@ declare const VTextField: {
705
705
  persistentClear: boolean;
706
706
  singleLine: boolean;
707
707
  } & {
708
- class?: any;
709
708
  id?: string | undefined;
710
- label?: string | undefined;
711
- theme?: string | undefined;
712
709
  color?: string | undefined;
713
710
  loading?: string | boolean | undefined;
711
+ label?: string | undefined;
712
+ class?: any;
713
+ theme?: string | undefined;
714
714
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
715
715
  rounded?: string | number | boolean | undefined;
716
716
  baseColor?: string | undefined;
@@ -728,33 +728,33 @@ declare const VTextField: {
728
728
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
729
729
  modelValue?: unknown;
730
730
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
731
- }, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "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" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
731
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
732
732
  'click:control': (e: MouseEvent) => true;
733
733
  'mousedown:control': (e: MouseEvent) => true;
734
734
  'update:focused': (focused: boolean) => true;
735
735
  'update:modelValue': (val: string) => true;
736
736
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
737
- reverse: boolean;
738
737
  flat: boolean;
739
- style: vue.StyleValue;
738
+ reverse: boolean;
739
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
740
740
  type: string;
741
- active: boolean;
742
741
  error: boolean;
742
+ active: boolean;
743
+ direction: "horizontal" | "vertical";
744
+ style: vue.StyleValue;
745
+ autofocus: boolean;
743
746
  disabled: boolean;
747
+ readonly: boolean | null;
744
748
  messages: string | readonly string[];
745
749
  focused: boolean;
746
750
  errorMessages: string | readonly string[] | null;
747
751
  maxErrors: string | number;
748
- readonly: boolean | null;
749
752
  rules: readonly ValidationRule[];
750
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
751
753
  tile: boolean;
752
754
  density: Density;
753
- direction: "horizontal" | "vertical";
754
755
  clearIcon: IconValue;
755
756
  hideSpinButtons: boolean;
756
757
  persistentHint: boolean;
757
- autofocus: boolean;
758
758
  clearable: boolean;
759
759
  dirty: boolean;
760
760
  persistentClear: boolean;
@@ -762,25 +762,25 @@ declare const VTextField: {
762
762
  persistentPlaceholder: boolean;
763
763
  persistentCounter: boolean;
764
764
  } & {
765
- class?: any;
766
765
  id?: string | undefined;
767
- label?: string | undefined;
768
766
  width?: string | number | undefined;
769
- theme?: string | undefined;
770
- color?: string | undefined;
771
767
  name?: string | undefined;
772
- prefix?: string | undefined;
768
+ color?: string | undefined;
769
+ maxWidth?: string | number | undefined;
770
+ minWidth?: string | number | undefined;
773
771
  loading?: string | boolean | undefined;
772
+ label?: string | undefined;
773
+ prefix?: string | undefined;
774
+ role?: string | undefined;
775
+ class?: any;
774
776
  placeholder?: string | undefined;
777
+ theme?: string | undefined;
775
778
  counter?: string | number | boolean | undefined;
776
779
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
777
780
  modelValue?: any;
778
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
781
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
779
782
  validationValue?: any;
780
783
  rounded?: string | number | boolean | undefined;
781
- maxWidth?: string | number | undefined;
782
- minWidth?: string | number | undefined;
783
- role?: string | undefined;
784
784
  baseColor?: string | undefined;
785
785
  bgColor?: string | undefined;
786
786
  prependIcon?: IconValue | undefined;
@@ -788,8 +788,8 @@ declare const VTextField: {
788
788
  appendInnerIcon?: IconValue | undefined;
789
789
  prependInnerIcon?: IconValue | undefined;
790
790
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
791
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
792
791
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
792
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
793
793
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
794
794
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
795
795
  centerAffix?: boolean | undefined;
@@ -800,6 +800,7 @@ declare const VTextField: {
800
800
  modelModifiers?: Record<string, boolean> | undefined;
801
801
  } & {
802
802
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
803
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
803
804
  clear?: ((arg: DefaultInputSlot & {
804
805
  props: Record<string, any>;
805
806
  }) => vue.VNodeChild) | undefined;
@@ -808,9 +809,8 @@ declare const VTextField: {
808
809
  label: string | undefined;
809
810
  props: Record<string, any>;
810
811
  }) => vue.VNodeChild) | undefined;
811
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
812
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
813
812
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
813
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
814
814
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
815
815
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
816
816
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -818,6 +818,7 @@ declare const VTextField: {
818
818
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
819
819
  };
820
820
  'v-slots'?: {
821
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
821
822
  clear?: false | ((arg: DefaultInputSlot & {
822
823
  props: Record<string, any>;
823
824
  }) => vue.VNodeChild) | undefined;
@@ -826,9 +827,8 @@ declare const VTextField: {
826
827
  label: string | undefined;
827
828
  props: Record<string, any>;
828
829
  }) => vue.VNodeChild) | undefined;
829
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
830
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
831
830
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
831
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
832
832
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
833
833
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
834
834
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -836,6 +836,7 @@ declare const VTextField: {
836
836
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
837
837
  } | undefined;
838
838
  } & {
839
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
839
840
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
840
841
  props: Record<string, any>;
841
842
  }) => vue.VNodeChild) | undefined;
@@ -844,9 +845,8 @@ declare const VTextField: {
844
845
  label: string | undefined;
845
846
  props: Record<string, any>;
846
847
  }) => vue.VNodeChild) | undefined;
847
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
848
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
849
848
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
849
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
850
850
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
851
851
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
852
852
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -858,29 +858,29 @@ declare const VTextField: {
858
858
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
859
859
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
860
860
  }, {
861
- reverse: boolean;
862
861
  flat: boolean;
863
- style: vue.StyleValue;
862
+ reverse: boolean;
863
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
864
864
  type: string;
865
- active: boolean;
866
865
  error: boolean;
866
+ active: boolean;
867
+ direction: "horizontal" | "vertical";
868
+ style: vue.StyleValue;
869
+ autofocus: boolean;
867
870
  disabled: boolean;
871
+ readonly: boolean | null;
868
872
  messages: string | readonly string[];
869
873
  focused: boolean;
870
874
  errorMessages: string | readonly string[] | null;
871
875
  maxErrors: string | number;
872
- readonly: boolean | null;
873
876
  rules: readonly ValidationRule[];
874
877
  rounded: string | number | boolean;
875
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
876
878
  tile: boolean;
877
879
  density: Density;
878
- direction: "horizontal" | "vertical";
879
880
  clearIcon: IconValue;
880
881
  centerAffix: boolean;
881
882
  hideSpinButtons: boolean;
882
883
  persistentHint: boolean;
883
- autofocus: boolean;
884
884
  clearable: boolean;
885
885
  dirty: boolean;
886
886
  persistentClear: boolean;
@@ -888,6 +888,9 @@ declare const VTextField: {
888
888
  persistentPlaceholder: boolean;
889
889
  persistentCounter: boolean;
890
890
  }, true, {}, vue.SlotsType<Partial<{
891
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
892
+ [key: string]: any;
893
+ }>[];
891
894
  clear: (arg: DefaultInputSlot & {
892
895
  props: Record<string, any>;
893
896
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -902,15 +905,12 @@ declare const VTextField: {
902
905
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
903
906
  [key: string]: any;
904
907
  }>[];
905
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
908
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
906
909
  [key: string]: any;
907
910
  }>[];
908
911
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
909
912
  [key: string]: any;
910
913
  }>[];
911
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
912
- [key: string]: any;
913
- }>[];
914
914
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
915
915
  [key: string]: any;
916
916
  }>[];
@@ -934,27 +934,27 @@ declare const VTextField: {
934
934
  M: {};
935
935
  Defaults: {};
936
936
  }, {
937
- reverse: boolean;
938
937
  flat: boolean;
939
- style: vue.StyleValue;
938
+ reverse: boolean;
939
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
940
940
  type: string;
941
- active: boolean;
942
941
  error: boolean;
942
+ active: boolean;
943
+ direction: "horizontal" | "vertical";
944
+ style: vue.StyleValue;
945
+ autofocus: boolean;
943
946
  disabled: boolean;
947
+ readonly: boolean | null;
944
948
  messages: string | readonly string[];
945
949
  focused: boolean;
946
950
  errorMessages: string | readonly string[] | null;
947
951
  maxErrors: string | number;
948
- readonly: boolean | null;
949
952
  rules: readonly ValidationRule[];
950
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
951
953
  tile: boolean;
952
954
  density: Density;
953
- direction: "horizontal" | "vertical";
954
955
  clearIcon: IconValue;
955
956
  hideSpinButtons: boolean;
956
957
  persistentHint: boolean;
957
- autofocus: boolean;
958
958
  clearable: boolean;
959
959
  dirty: boolean;
960
960
  persistentClear: boolean;
@@ -962,25 +962,25 @@ declare const VTextField: {
962
962
  persistentPlaceholder: boolean;
963
963
  persistentCounter: boolean;
964
964
  } & {
965
- class?: any;
966
965
  id?: string | undefined;
967
- label?: string | undefined;
968
966
  width?: string | number | undefined;
969
- theme?: string | undefined;
970
- color?: string | undefined;
971
967
  name?: string | undefined;
972
- prefix?: string | undefined;
968
+ color?: string | undefined;
969
+ maxWidth?: string | number | undefined;
970
+ minWidth?: string | number | undefined;
973
971
  loading?: string | boolean | undefined;
972
+ label?: string | undefined;
973
+ prefix?: string | undefined;
974
+ role?: string | undefined;
975
+ class?: any;
974
976
  placeholder?: string | undefined;
977
+ theme?: string | undefined;
975
978
  counter?: string | number | boolean | undefined;
976
979
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
977
980
  modelValue?: any;
978
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
981
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
979
982
  validationValue?: any;
980
983
  rounded?: string | number | boolean | undefined;
981
- maxWidth?: string | number | undefined;
982
- minWidth?: string | number | undefined;
983
- role?: string | undefined;
984
984
  baseColor?: string | undefined;
985
985
  bgColor?: string | undefined;
986
986
  prependIcon?: IconValue | undefined;
@@ -988,8 +988,8 @@ declare const VTextField: {
988
988
  appendInnerIcon?: IconValue | undefined;
989
989
  prependInnerIcon?: IconValue | undefined;
990
990
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
991
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
992
991
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
992
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
993
993
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
994
994
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
995
995
  centerAffix?: boolean | undefined;
@@ -1000,6 +1000,7 @@ declare const VTextField: {
1000
1000
  modelModifiers?: Record<string, boolean> | undefined;
1001
1001
  } & {
1002
1002
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1003
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1003
1004
  clear?: ((arg: DefaultInputSlot & {
1004
1005
  props: Record<string, any>;
1005
1006
  }) => vue.VNodeChild) | undefined;
@@ -1008,9 +1009,8 @@ declare const VTextField: {
1008
1009
  label: string | undefined;
1009
1010
  props: Record<string, any>;
1010
1011
  }) => vue.VNodeChild) | undefined;
1011
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1012
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1013
1012
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1013
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1014
1014
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1015
1015
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1016
1016
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1018,6 +1018,7 @@ declare const VTextField: {
1018
1018
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1019
1019
  };
1020
1020
  'v-slots'?: {
1021
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1021
1022
  clear?: false | ((arg: DefaultInputSlot & {
1022
1023
  props: Record<string, any>;
1023
1024
  }) => vue.VNodeChild) | undefined;
@@ -1026,9 +1027,8 @@ declare const VTextField: {
1026
1027
  label: string | undefined;
1027
1028
  props: Record<string, any>;
1028
1029
  }) => vue.VNodeChild) | undefined;
1029
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1030
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1031
1030
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1031
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1032
1032
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1033
1033
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1034
1034
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1036,6 +1036,7 @@ declare const VTextField: {
1036
1036
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1037
1037
  } | undefined;
1038
1038
  } & {
1039
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1039
1040
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1040
1041
  props: Record<string, any>;
1041
1042
  }) => vue.VNodeChild) | undefined;
@@ -1044,9 +1045,8 @@ declare const VTextField: {
1044
1045
  label: string | undefined;
1045
1046
  props: Record<string, any>;
1046
1047
  }) => vue.VNodeChild) | undefined;
1047
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1048
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1049
1048
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1049
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1050
1050
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1051
1051
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1052
1052
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1061,86 +1061,86 @@ declare const VTextField: {
1061
1061
  $: vue.ComponentInternalInstance;
1062
1062
  $data: {};
1063
1063
  $props: Partial<{
1064
- style: vue.StyleValue;
1065
1064
  error: boolean;
1065
+ direction: "horizontal" | "vertical";
1066
+ style: vue.StyleValue;
1066
1067
  disabled: boolean | null;
1068
+ readonly: boolean | null;
1067
1069
  messages: string | readonly string[];
1068
1070
  focused: boolean;
1069
1071
  errorMessages: string | readonly string[] | null;
1070
1072
  maxErrors: string | number;
1071
- readonly: boolean | null;
1072
1073
  rules: readonly ValidationRule[];
1073
1074
  density: Density;
1074
- direction: "horizontal" | "vertical";
1075
1075
  centerAffix: boolean;
1076
1076
  hideSpinButtons: boolean;
1077
1077
  persistentHint: boolean;
1078
1078
  }> & Omit<{
1079
- style: vue.StyleValue;
1080
1079
  error: boolean;
1080
+ direction: "horizontal" | "vertical";
1081
+ style: vue.StyleValue;
1081
1082
  disabled: boolean | null;
1083
+ readonly: boolean | null;
1082
1084
  messages: string | readonly string[];
1083
1085
  focused: boolean;
1084
1086
  errorMessages: string | readonly string[] | null;
1085
1087
  maxErrors: string | number;
1086
- readonly: boolean | null;
1087
1088
  rules: readonly ValidationRule[];
1088
1089
  density: Density;
1089
- direction: "horizontal" | "vertical";
1090
1090
  centerAffix: boolean;
1091
1091
  hideSpinButtons: boolean;
1092
1092
  persistentHint: boolean;
1093
- class?: any;
1094
1093
  id?: string | undefined;
1095
- label?: string | undefined;
1096
1094
  width?: string | number | undefined;
1097
- theme?: string | undefined;
1098
1095
  name?: string | undefined;
1099
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1100
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1101
- validationValue?: any;
1102
1096
  maxWidth?: string | number | undefined;
1103
1097
  minWidth?: string | number | undefined;
1098
+ label?: string | undefined;
1099
+ class?: any;
1100
+ theme?: string | undefined;
1101
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1102
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1103
+ validationValue?: any;
1104
1104
  prependIcon?: IconValue | undefined;
1105
1105
  appendIcon?: IconValue | undefined;
1106
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1107
1106
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1107
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1108
1108
  hint?: string | undefined;
1109
1109
  hideDetails?: boolean | "auto" | undefined;
1110
1110
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1111
- style: vue.StyleValue;
1112
1111
  error: boolean;
1112
+ direction: "horizontal" | "vertical";
1113
+ style: vue.StyleValue;
1113
1114
  disabled: boolean | null;
1115
+ readonly: boolean | null;
1114
1116
  messages: string | readonly string[];
1115
1117
  focused: boolean;
1116
1118
  errorMessages: string | readonly string[] | null;
1117
1119
  maxErrors: string | number;
1118
- readonly: boolean | null;
1119
1120
  rules: readonly ValidationRule[];
1120
1121
  density: Density;
1121
- direction: "horizontal" | "vertical";
1122
1122
  centerAffix: boolean;
1123
1123
  hideSpinButtons: boolean;
1124
1124
  persistentHint: boolean;
1125
1125
  } & {
1126
- class?: any;
1127
1126
  id?: string | undefined;
1128
- label?: string | undefined;
1129
1127
  width?: string | number | undefined;
1130
- theme?: string | undefined;
1131
1128
  name?: string | undefined;
1132
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1133
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1134
- validationValue?: any;
1135
1129
  maxWidth?: string | number | undefined;
1136
1130
  minWidth?: string | number | undefined;
1131
+ label?: string | undefined;
1132
+ class?: any;
1133
+ theme?: string | undefined;
1134
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1135
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1136
+ validationValue?: any;
1137
1137
  prependIcon?: IconValue | undefined;
1138
1138
  appendIcon?: IconValue | undefined;
1139
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1140
1139
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1140
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1141
1141
  hint?: string | undefined;
1142
1142
  hideDetails?: boolean | "auto" | undefined;
1143
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1143
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1144
1144
  $attrs: {
1145
1145
  [x: string]: unknown;
1146
1146
  };
@@ -1169,36 +1169,36 @@ declare const VTextField: {
1169
1169
  $emit: (event: string, ...args: any[]) => void;
1170
1170
  $el: any;
1171
1171
  $options: vue.ComponentOptionsBase<{
1172
- style: vue.StyleValue;
1173
1172
  error: boolean;
1173
+ direction: "horizontal" | "vertical";
1174
+ style: vue.StyleValue;
1174
1175
  disabled: boolean | null;
1176
+ readonly: boolean | null;
1175
1177
  messages: string | readonly string[];
1176
1178
  focused: boolean;
1177
1179
  errorMessages: string | readonly string[] | null;
1178
1180
  maxErrors: string | number;
1179
- readonly: boolean | null;
1180
1181
  rules: readonly ValidationRule[];
1181
1182
  density: Density;
1182
- direction: "horizontal" | "vertical";
1183
1183
  centerAffix: boolean;
1184
1184
  hideSpinButtons: boolean;
1185
1185
  persistentHint: boolean;
1186
1186
  } & {
1187
- class?: any;
1188
1187
  id?: string | undefined;
1189
- label?: string | undefined;
1190
1188
  width?: string | number | undefined;
1191
- theme?: string | undefined;
1192
1189
  name?: string | undefined;
1193
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1194
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1195
- validationValue?: any;
1196
1190
  maxWidth?: string | number | undefined;
1197
1191
  minWidth?: string | number | undefined;
1192
+ label?: string | undefined;
1193
+ class?: any;
1194
+ theme?: string | undefined;
1195
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1196
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1197
+ validationValue?: any;
1198
1198
  prependIcon?: IconValue | undefined;
1199
1199
  appendIcon?: IconValue | undefined;
1200
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1201
1200
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1201
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1202
1202
  hint?: string | undefined;
1203
1203
  hideDetails?: boolean | "auto" | undefined;
1204
1204
  } & {}, {
@@ -1209,18 +1209,18 @@ declare const VTextField: {
1209
1209
  errorMessages: vue.ComputedRef<string[]>;
1210
1210
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1211
1211
  'update:modelValue': (value: any) => true;
1212
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1213
- style: vue.StyleValue;
1212
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1214
1213
  error: boolean;
1214
+ direction: "horizontal" | "vertical";
1215
+ style: vue.StyleValue;
1215
1216
  disabled: boolean | null;
1217
+ readonly: boolean | null;
1216
1218
  messages: string | readonly string[];
1217
1219
  focused: boolean;
1218
1220
  errorMessages: string | readonly string[] | null;
1219
1221
  maxErrors: string | number;
1220
- readonly: boolean | null;
1221
1222
  rules: readonly ValidationRule[];
1222
1223
  density: Density;
1223
- direction: "horizontal" | "vertical";
1224
1224
  centerAffix: boolean;
1225
1225
  hideSpinButtons: boolean;
1226
1226
  persistentHint: boolean;
@@ -1261,36 +1261,36 @@ declare const VTextField: {
1261
1261
  $nextTick: typeof nextTick;
1262
1262
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1263
1263
  } & Omit<{
1264
- style: vue.StyleValue;
1265
1264
  error: boolean;
1265
+ direction: "horizontal" | "vertical";
1266
+ style: vue.StyleValue;
1266
1267
  disabled: boolean | null;
1268
+ readonly: boolean | null;
1267
1269
  messages: string | readonly string[];
1268
1270
  focused: boolean;
1269
1271
  errorMessages: string | readonly string[] | null;
1270
1272
  maxErrors: string | number;
1271
- readonly: boolean | null;
1272
1273
  rules: readonly ValidationRule[];
1273
1274
  density: Density;
1274
- direction: "horizontal" | "vertical";
1275
1275
  centerAffix: boolean;
1276
1276
  hideSpinButtons: boolean;
1277
1277
  persistentHint: boolean;
1278
1278
  } & {
1279
- class?: any;
1280
1279
  id?: string | undefined;
1281
- label?: string | undefined;
1282
1280
  width?: string | number | undefined;
1283
- theme?: string | undefined;
1284
1281
  name?: string | undefined;
1285
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1286
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1287
- validationValue?: any;
1288
1282
  maxWidth?: string | number | undefined;
1289
1283
  minWidth?: string | number | undefined;
1284
+ label?: string | undefined;
1285
+ class?: any;
1286
+ theme?: string | undefined;
1287
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1288
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1289
+ validationValue?: any;
1290
1290
  prependIcon?: IconValue | undefined;
1291
1291
  appendIcon?: IconValue | undefined;
1292
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1293
1292
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1293
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1294
1294
  hint?: string | undefined;
1295
1295
  hideDetails?: boolean | "auto" | undefined;
1296
1296
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1302,19 +1302,19 @@ declare const VTextField: {
1302
1302
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1303
1303
  modelValue?: unknown;
1304
1304
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1305
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1305
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "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<{
1306
1306
  $: vue.ComponentInternalInstance;
1307
1307
  $data: {};
1308
1308
  $props: Partial<{
1309
- reverse: boolean;
1310
1309
  flat: boolean;
1311
- style: vue.StyleValue;
1312
- active: boolean;
1310
+ reverse: boolean;
1311
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1313
1312
  error: boolean;
1313
+ active: boolean;
1314
+ style: vue.StyleValue;
1314
1315
  disabled: boolean;
1315
1316
  focused: boolean;
1316
1317
  rounded: string | number | boolean;
1317
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1318
1318
  tile: boolean;
1319
1319
  clearIcon: IconValue;
1320
1320
  centerAffix: boolean;
@@ -1323,26 +1323,26 @@ declare const VTextField: {
1323
1323
  persistentClear: boolean;
1324
1324
  singleLine: boolean;
1325
1325
  }> & Omit<{
1326
- reverse: boolean;
1327
1326
  flat: boolean;
1328
- style: vue.StyleValue;
1329
- active: boolean;
1327
+ reverse: boolean;
1328
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1330
1329
  error: boolean;
1330
+ active: boolean;
1331
+ style: vue.StyleValue;
1331
1332
  disabled: boolean;
1332
1333
  focused: boolean;
1333
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1334
1334
  tile: boolean;
1335
1335
  clearIcon: IconValue;
1336
1336
  clearable: boolean;
1337
1337
  dirty: boolean;
1338
1338
  persistentClear: boolean;
1339
1339
  singleLine: boolean;
1340
- class?: any;
1341
1340
  id?: string | undefined;
1342
- label?: string | undefined;
1343
- theme?: string | undefined;
1344
1341
  color?: string | undefined;
1345
1342
  loading?: string | boolean | undefined;
1343
+ label?: string | undefined;
1344
+ class?: any;
1345
+ theme?: string | undefined;
1346
1346
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1347
1347
  rounded?: string | number | boolean | undefined;
1348
1348
  baseColor?: string | undefined;
@@ -1354,14 +1354,14 @@ declare const VTextField: {
1354
1354
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1355
1355
  centerAffix?: boolean | undefined;
1356
1356
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1357
- reverse: boolean;
1358
1357
  flat: boolean;
1359
- style: vue.StyleValue;
1360
- active: boolean;
1358
+ reverse: boolean;
1359
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1361
1360
  error: boolean;
1361
+ active: boolean;
1362
+ style: vue.StyleValue;
1362
1363
  disabled: boolean;
1363
1364
  focused: boolean;
1364
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1365
1365
  tile: boolean;
1366
1366
  clearIcon: IconValue;
1367
1367
  clearable: boolean;
@@ -1369,12 +1369,12 @@ declare const VTextField: {
1369
1369
  persistentClear: boolean;
1370
1370
  singleLine: boolean;
1371
1371
  } & {
1372
- class?: any;
1373
1372
  id?: string | undefined;
1374
- label?: string | undefined;
1375
- theme?: string | undefined;
1376
1373
  color?: string | undefined;
1377
1374
  loading?: string | boolean | undefined;
1375
+ label?: string | undefined;
1376
+ class?: any;
1377
+ theme?: string | undefined;
1378
1378
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1379
1379
  rounded?: string | number | boolean | undefined;
1380
1380
  baseColor?: string | undefined;
@@ -1387,7 +1387,7 @@ declare const VTextField: {
1387
1387
  centerAffix?: boolean | undefined;
1388
1388
  } & {
1389
1389
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1390
- }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1390
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1391
1391
  $attrs: {
1392
1392
  [x: string]: unknown;
1393
1393
  };
@@ -1424,14 +1424,14 @@ declare const VTextField: {
1424
1424
  $emit: (event: "update:focused", focused: boolean) => void;
1425
1425
  $el: any;
1426
1426
  $options: vue.ComponentOptionsBase<{
1427
- reverse: boolean;
1428
1427
  flat: boolean;
1429
- style: vue.StyleValue;
1430
- active: boolean;
1428
+ reverse: boolean;
1429
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1431
1430
  error: boolean;
1431
+ active: boolean;
1432
+ style: vue.StyleValue;
1432
1433
  disabled: boolean;
1433
1434
  focused: boolean;
1434
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1435
1435
  tile: boolean;
1436
1436
  clearIcon: IconValue;
1437
1437
  clearable: boolean;
@@ -1439,12 +1439,12 @@ declare const VTextField: {
1439
1439
  persistentClear: boolean;
1440
1440
  singleLine: boolean;
1441
1441
  } & {
1442
- class?: any;
1443
1442
  id?: string | undefined;
1444
- label?: string | undefined;
1445
- theme?: string | undefined;
1446
1443
  color?: string | undefined;
1447
1444
  loading?: string | boolean | undefined;
1445
+ label?: string | undefined;
1446
+ class?: any;
1447
+ theme?: string | undefined;
1448
1448
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1449
1449
  rounded?: string | number | boolean | undefined;
1450
1450
  baseColor?: string | undefined;
@@ -1462,16 +1462,16 @@ declare const VTextField: {
1462
1462
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1463
1463
  'update:focused': (focused: boolean) => true;
1464
1464
  'update:modelValue': (value: any) => true;
1465
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1466
- reverse: boolean;
1465
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1467
1466
  flat: boolean;
1468
- style: vue.StyleValue;
1469
- active: boolean;
1467
+ reverse: boolean;
1468
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1470
1469
  error: boolean;
1470
+ active: boolean;
1471
+ style: vue.StyleValue;
1471
1472
  disabled: boolean;
1472
1473
  focused: boolean;
1473
1474
  rounded: string | number | boolean;
1474
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1475
1475
  tile: boolean;
1476
1476
  clearIcon: IconValue;
1477
1477
  centerAffix: boolean;
@@ -1524,14 +1524,14 @@ declare const VTextField: {
1524
1524
  $nextTick: typeof nextTick;
1525
1525
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1526
1526
  } & Omit<{
1527
- reverse: boolean;
1528
1527
  flat: boolean;
1529
- style: vue.StyleValue;
1530
- active: boolean;
1528
+ reverse: boolean;
1529
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1531
1530
  error: boolean;
1531
+ active: boolean;
1532
+ style: vue.StyleValue;
1532
1533
  disabled: boolean;
1533
1534
  focused: boolean;
1534
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1535
1535
  tile: boolean;
1536
1536
  clearIcon: IconValue;
1537
1537
  clearable: boolean;
@@ -1539,12 +1539,12 @@ declare const VTextField: {
1539
1539
  persistentClear: boolean;
1540
1540
  singleLine: boolean;
1541
1541
  } & {
1542
- class?: any;
1543
1542
  id?: string | undefined;
1544
- label?: string | undefined;
1545
- theme?: string | undefined;
1546
1543
  color?: string | undefined;
1547
1544
  loading?: string | boolean | undefined;
1545
+ label?: string | undefined;
1546
+ class?: any;
1547
+ theme?: string | undefined;
1548
1548
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1549
1549
  rounded?: string | number | boolean | undefined;
1550
1550
  baseColor?: string | undefined;
@@ -1562,30 +1562,30 @@ declare const VTextField: {
1562
1562
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1563
1563
  modelValue?: unknown;
1564
1564
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1565
- }, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "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" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
1566
- reverse: boolean;
1565
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, {}, {}, {}, {
1567
1566
  flat: boolean;
1568
- style: vue.StyleValue;
1567
+ reverse: boolean;
1568
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1569
1569
  type: string;
1570
- active: boolean;
1571
1570
  error: boolean;
1571
+ active: boolean;
1572
+ direction: "horizontal" | "vertical";
1573
+ style: vue.StyleValue;
1574
+ autofocus: boolean;
1572
1575
  disabled: boolean;
1576
+ readonly: boolean | null;
1573
1577
  messages: string | readonly string[];
1574
1578
  focused: boolean;
1575
1579
  errorMessages: string | readonly string[] | null;
1576
1580
  maxErrors: string | number;
1577
- readonly: boolean | null;
1578
1581
  rules: readonly ValidationRule[];
1579
1582
  rounded: string | number | boolean;
1580
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1581
1583
  tile: boolean;
1582
1584
  density: Density;
1583
- direction: "horizontal" | "vertical";
1584
1585
  clearIcon: IconValue;
1585
1586
  centerAffix: boolean;
1586
1587
  hideSpinButtons: boolean;
1587
1588
  persistentHint: boolean;
1588
- autofocus: boolean;
1589
1589
  clearable: boolean;
1590
1590
  dirty: boolean;
1591
1591
  persistentClear: boolean;
@@ -1597,27 +1597,27 @@ declare const VTextField: {
1597
1597
  __isTeleport?: undefined;
1598
1598
  __isSuspense?: undefined;
1599
1599
  } & vue.ComponentOptionsBase<{
1600
- reverse: boolean;
1601
1600
  flat: boolean;
1602
- style: vue.StyleValue;
1601
+ reverse: boolean;
1602
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1603
1603
  type: string;
1604
- active: boolean;
1605
1604
  error: boolean;
1605
+ active: boolean;
1606
+ direction: "horizontal" | "vertical";
1607
+ style: vue.StyleValue;
1608
+ autofocus: boolean;
1606
1609
  disabled: boolean;
1610
+ readonly: boolean | null;
1607
1611
  messages: string | readonly string[];
1608
1612
  focused: boolean;
1609
1613
  errorMessages: string | readonly string[] | null;
1610
1614
  maxErrors: string | number;
1611
- readonly: boolean | null;
1612
1615
  rules: readonly ValidationRule[];
1613
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1614
1616
  tile: boolean;
1615
1617
  density: Density;
1616
- direction: "horizontal" | "vertical";
1617
1618
  clearIcon: IconValue;
1618
1619
  hideSpinButtons: boolean;
1619
1620
  persistentHint: boolean;
1620
- autofocus: boolean;
1621
1621
  clearable: boolean;
1622
1622
  dirty: boolean;
1623
1623
  persistentClear: boolean;
@@ -1625,25 +1625,25 @@ declare const VTextField: {
1625
1625
  persistentPlaceholder: boolean;
1626
1626
  persistentCounter: boolean;
1627
1627
  } & {
1628
- class?: any;
1629
1628
  id?: string | undefined;
1630
- label?: string | undefined;
1631
1629
  width?: string | number | undefined;
1632
- theme?: string | undefined;
1633
- color?: string | undefined;
1634
1630
  name?: string | undefined;
1635
- prefix?: string | undefined;
1631
+ color?: string | undefined;
1632
+ maxWidth?: string | number | undefined;
1633
+ minWidth?: string | number | undefined;
1636
1634
  loading?: string | boolean | undefined;
1635
+ label?: string | undefined;
1636
+ prefix?: string | undefined;
1637
+ role?: string | undefined;
1638
+ class?: any;
1637
1639
  placeholder?: string | undefined;
1640
+ theme?: string | undefined;
1638
1641
  counter?: string | number | boolean | undefined;
1639
1642
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1640
1643
  modelValue?: any;
1641
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1644
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1642
1645
  validationValue?: any;
1643
1646
  rounded?: string | number | boolean | undefined;
1644
- maxWidth?: string | number | undefined;
1645
- minWidth?: string | number | undefined;
1646
- role?: string | undefined;
1647
1647
  baseColor?: string | undefined;
1648
1648
  bgColor?: string | undefined;
1649
1649
  prependIcon?: IconValue | undefined;
@@ -1651,8 +1651,8 @@ declare const VTextField: {
1651
1651
  appendInnerIcon?: IconValue | undefined;
1652
1652
  prependInnerIcon?: IconValue | undefined;
1653
1653
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1654
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1655
1654
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1655
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1656
1656
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1657
1657
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1658
1658
  centerAffix?: boolean | undefined;
@@ -1663,6 +1663,7 @@ declare const VTextField: {
1663
1663
  modelModifiers?: Record<string, boolean> | undefined;
1664
1664
  } & {
1665
1665
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1666
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1666
1667
  clear?: ((arg: DefaultInputSlot & {
1667
1668
  props: Record<string, any>;
1668
1669
  }) => vue.VNodeChild) | undefined;
@@ -1671,9 +1672,8 @@ declare const VTextField: {
1671
1672
  label: string | undefined;
1672
1673
  props: Record<string, any>;
1673
1674
  }) => vue.VNodeChild) | undefined;
1674
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1675
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1676
1675
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1676
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1677
1677
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1678
1678
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1679
1679
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1681,6 +1681,7 @@ declare const VTextField: {
1681
1681
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1682
1682
  };
1683
1683
  'v-slots'?: {
1684
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1684
1685
  clear?: false | ((arg: DefaultInputSlot & {
1685
1686
  props: Record<string, any>;
1686
1687
  }) => vue.VNodeChild) | undefined;
@@ -1689,9 +1690,8 @@ declare const VTextField: {
1689
1690
  label: string | undefined;
1690
1691
  props: Record<string, any>;
1691
1692
  }) => vue.VNodeChild) | undefined;
1692
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1693
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1694
1693
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1694
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1695
1695
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1696
1696
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1697
1697
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1699,6 +1699,7 @@ declare const VTextField: {
1699
1699
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1700
1700
  } | undefined;
1701
1701
  } & {
1702
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1702
1703
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1703
1704
  props: Record<string, any>;
1704
1705
  }) => vue.VNodeChild) | undefined;
@@ -1707,9 +1708,8 @@ declare const VTextField: {
1707
1708
  label: string | undefined;
1708
1709
  props: Record<string, any>;
1709
1710
  }) => vue.VNodeChild) | undefined;
1710
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1711
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1712
1711
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1712
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1713
1713
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1714
1714
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1715
1715
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1724,86 +1724,86 @@ declare const VTextField: {
1724
1724
  $: vue.ComponentInternalInstance;
1725
1725
  $data: {};
1726
1726
  $props: Partial<{
1727
- style: vue.StyleValue;
1728
1727
  error: boolean;
1728
+ direction: "horizontal" | "vertical";
1729
+ style: vue.StyleValue;
1729
1730
  disabled: boolean | null;
1731
+ readonly: boolean | null;
1730
1732
  messages: string | readonly string[];
1731
1733
  focused: boolean;
1732
1734
  errorMessages: string | readonly string[] | null;
1733
1735
  maxErrors: string | number;
1734
- readonly: boolean | null;
1735
1736
  rules: readonly ValidationRule[];
1736
1737
  density: Density;
1737
- direction: "horizontal" | "vertical";
1738
1738
  centerAffix: boolean;
1739
1739
  hideSpinButtons: boolean;
1740
1740
  persistentHint: boolean;
1741
1741
  }> & Omit<{
1742
- style: vue.StyleValue;
1743
1742
  error: boolean;
1743
+ direction: "horizontal" | "vertical";
1744
+ style: vue.StyleValue;
1744
1745
  disabled: boolean | null;
1746
+ readonly: boolean | null;
1745
1747
  messages: string | readonly string[];
1746
1748
  focused: boolean;
1747
1749
  errorMessages: string | readonly string[] | null;
1748
1750
  maxErrors: string | number;
1749
- readonly: boolean | null;
1750
1751
  rules: readonly ValidationRule[];
1751
1752
  density: Density;
1752
- direction: "horizontal" | "vertical";
1753
1753
  centerAffix: boolean;
1754
1754
  hideSpinButtons: boolean;
1755
1755
  persistentHint: boolean;
1756
- class?: any;
1757
1756
  id?: string | undefined;
1758
- label?: string | undefined;
1759
1757
  width?: string | number | undefined;
1760
- theme?: string | undefined;
1761
1758
  name?: string | undefined;
1762
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1763
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1764
- validationValue?: any;
1765
1759
  maxWidth?: string | number | undefined;
1766
1760
  minWidth?: string | number | undefined;
1761
+ label?: string | undefined;
1762
+ class?: any;
1763
+ theme?: string | undefined;
1764
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1765
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1766
+ validationValue?: any;
1767
1767
  prependIcon?: IconValue | undefined;
1768
1768
  appendIcon?: IconValue | undefined;
1769
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1770
1769
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1770
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1771
1771
  hint?: string | undefined;
1772
1772
  hideDetails?: boolean | "auto" | undefined;
1773
1773
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1774
- style: vue.StyleValue;
1775
1774
  error: boolean;
1775
+ direction: "horizontal" | "vertical";
1776
+ style: vue.StyleValue;
1776
1777
  disabled: boolean | null;
1778
+ readonly: boolean | null;
1777
1779
  messages: string | readonly string[];
1778
1780
  focused: boolean;
1779
1781
  errorMessages: string | readonly string[] | null;
1780
1782
  maxErrors: string | number;
1781
- readonly: boolean | null;
1782
1783
  rules: readonly ValidationRule[];
1783
1784
  density: Density;
1784
- direction: "horizontal" | "vertical";
1785
1785
  centerAffix: boolean;
1786
1786
  hideSpinButtons: boolean;
1787
1787
  persistentHint: boolean;
1788
1788
  } & {
1789
- class?: any;
1790
1789
  id?: string | undefined;
1791
- label?: string | undefined;
1792
1790
  width?: string | number | undefined;
1793
- theme?: string | undefined;
1794
1791
  name?: string | undefined;
1795
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1796
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1797
- validationValue?: any;
1798
1792
  maxWidth?: string | number | undefined;
1799
1793
  minWidth?: string | number | undefined;
1794
+ label?: string | undefined;
1795
+ class?: any;
1796
+ theme?: string | undefined;
1797
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1798
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1799
+ validationValue?: any;
1800
1800
  prependIcon?: IconValue | undefined;
1801
1801
  appendIcon?: IconValue | undefined;
1802
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1803
1802
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1803
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1804
1804
  hint?: string | undefined;
1805
1805
  hideDetails?: boolean | "auto" | undefined;
1806
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1806
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1807
1807
  $attrs: {
1808
1808
  [x: string]: unknown;
1809
1809
  };
@@ -1832,36 +1832,36 @@ declare const VTextField: {
1832
1832
  $emit: (event: string, ...args: any[]) => void;
1833
1833
  $el: any;
1834
1834
  $options: vue.ComponentOptionsBase<{
1835
- style: vue.StyleValue;
1836
1835
  error: boolean;
1836
+ direction: "horizontal" | "vertical";
1837
+ style: vue.StyleValue;
1837
1838
  disabled: boolean | null;
1839
+ readonly: boolean | null;
1838
1840
  messages: string | readonly string[];
1839
1841
  focused: boolean;
1840
1842
  errorMessages: string | readonly string[] | null;
1841
1843
  maxErrors: string | number;
1842
- readonly: boolean | null;
1843
1844
  rules: readonly ValidationRule[];
1844
1845
  density: Density;
1845
- direction: "horizontal" | "vertical";
1846
1846
  centerAffix: boolean;
1847
1847
  hideSpinButtons: boolean;
1848
1848
  persistentHint: boolean;
1849
1849
  } & {
1850
- class?: any;
1851
1850
  id?: string | undefined;
1852
- label?: string | undefined;
1853
1851
  width?: string | number | undefined;
1854
- theme?: string | undefined;
1855
1852
  name?: string | undefined;
1856
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1857
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1858
- validationValue?: any;
1859
1853
  maxWidth?: string | number | undefined;
1860
1854
  minWidth?: string | number | undefined;
1855
+ label?: string | undefined;
1856
+ class?: any;
1857
+ theme?: string | undefined;
1858
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1859
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1860
+ validationValue?: any;
1861
1861
  prependIcon?: IconValue | undefined;
1862
1862
  appendIcon?: IconValue | undefined;
1863
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1864
1863
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1864
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1865
1865
  hint?: string | undefined;
1866
1866
  hideDetails?: boolean | "auto" | undefined;
1867
1867
  } & {}, {
@@ -1872,18 +1872,18 @@ declare const VTextField: {
1872
1872
  errorMessages: vue.ComputedRef<string[]>;
1873
1873
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1874
1874
  'update:modelValue': (value: any) => true;
1875
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1876
- style: vue.StyleValue;
1875
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1877
1876
  error: boolean;
1877
+ direction: "horizontal" | "vertical";
1878
+ style: vue.StyleValue;
1878
1879
  disabled: boolean | null;
1880
+ readonly: boolean | null;
1879
1881
  messages: string | readonly string[];
1880
1882
  focused: boolean;
1881
1883
  errorMessages: string | readonly string[] | null;
1882
1884
  maxErrors: string | number;
1883
- readonly: boolean | null;
1884
1885
  rules: readonly ValidationRule[];
1885
1886
  density: Density;
1886
- direction: "horizontal" | "vertical";
1887
1887
  centerAffix: boolean;
1888
1888
  hideSpinButtons: boolean;
1889
1889
  persistentHint: boolean;
@@ -1924,36 +1924,36 @@ declare const VTextField: {
1924
1924
  $nextTick: typeof nextTick;
1925
1925
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1926
1926
  } & Omit<{
1927
- style: vue.StyleValue;
1928
1927
  error: boolean;
1928
+ direction: "horizontal" | "vertical";
1929
+ style: vue.StyleValue;
1929
1930
  disabled: boolean | null;
1931
+ readonly: boolean | null;
1930
1932
  messages: string | readonly string[];
1931
1933
  focused: boolean;
1932
1934
  errorMessages: string | readonly string[] | null;
1933
1935
  maxErrors: string | number;
1934
- readonly: boolean | null;
1935
1936
  rules: readonly ValidationRule[];
1936
1937
  density: Density;
1937
- direction: "horizontal" | "vertical";
1938
1938
  centerAffix: boolean;
1939
1939
  hideSpinButtons: boolean;
1940
1940
  persistentHint: boolean;
1941
1941
  } & {
1942
- class?: any;
1943
1942
  id?: string | undefined;
1944
- label?: string | undefined;
1945
1943
  width?: string | number | undefined;
1946
- theme?: string | undefined;
1947
1944
  name?: string | undefined;
1948
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1949
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1950
- validationValue?: any;
1951
1945
  maxWidth?: string | number | undefined;
1952
1946
  minWidth?: string | number | undefined;
1947
+ label?: string | undefined;
1948
+ class?: any;
1949
+ theme?: string | undefined;
1950
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1951
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1952
+ validationValue?: any;
1953
1953
  prependIcon?: IconValue | undefined;
1954
1954
  appendIcon?: IconValue | undefined;
1955
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1956
1955
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1956
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1957
1957
  hint?: string | undefined;
1958
1958
  hideDetails?: boolean | "auto" | undefined;
1959
1959
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1965,19 +1965,19 @@ declare const VTextField: {
1965
1965
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1966
1966
  modelValue?: unknown;
1967
1967
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1968
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1968
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "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<{
1969
1969
  $: vue.ComponentInternalInstance;
1970
1970
  $data: {};
1971
1971
  $props: Partial<{
1972
- reverse: boolean;
1973
1972
  flat: boolean;
1974
- style: vue.StyleValue;
1975
- active: boolean;
1973
+ reverse: boolean;
1974
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1976
1975
  error: boolean;
1976
+ active: boolean;
1977
+ style: vue.StyleValue;
1977
1978
  disabled: boolean;
1978
1979
  focused: boolean;
1979
1980
  rounded: string | number | boolean;
1980
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1981
1981
  tile: boolean;
1982
1982
  clearIcon: IconValue;
1983
1983
  centerAffix: boolean;
@@ -1986,26 +1986,26 @@ declare const VTextField: {
1986
1986
  persistentClear: boolean;
1987
1987
  singleLine: boolean;
1988
1988
  }> & Omit<{
1989
- reverse: boolean;
1990
1989
  flat: boolean;
1991
- style: vue.StyleValue;
1992
- active: boolean;
1990
+ reverse: boolean;
1991
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1993
1992
  error: boolean;
1993
+ active: boolean;
1994
+ style: vue.StyleValue;
1994
1995
  disabled: boolean;
1995
1996
  focused: boolean;
1996
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1997
1997
  tile: boolean;
1998
1998
  clearIcon: IconValue;
1999
1999
  clearable: boolean;
2000
2000
  dirty: boolean;
2001
2001
  persistentClear: boolean;
2002
2002
  singleLine: boolean;
2003
- class?: any;
2004
2003
  id?: string | undefined;
2005
- label?: string | undefined;
2006
- theme?: string | undefined;
2007
2004
  color?: string | undefined;
2008
2005
  loading?: string | boolean | undefined;
2006
+ label?: string | undefined;
2007
+ class?: any;
2008
+ theme?: string | undefined;
2009
2009
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2010
2010
  rounded?: string | number | boolean | undefined;
2011
2011
  baseColor?: string | undefined;
@@ -2017,14 +2017,14 @@ declare const VTextField: {
2017
2017
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2018
2018
  centerAffix?: boolean | undefined;
2019
2019
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2020
- reverse: boolean;
2021
2020
  flat: boolean;
2022
- style: vue.StyleValue;
2023
- active: boolean;
2021
+ reverse: boolean;
2022
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2024
2023
  error: boolean;
2024
+ active: boolean;
2025
+ style: vue.StyleValue;
2025
2026
  disabled: boolean;
2026
2027
  focused: boolean;
2027
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2028
2028
  tile: boolean;
2029
2029
  clearIcon: IconValue;
2030
2030
  clearable: boolean;
@@ -2032,12 +2032,12 @@ declare const VTextField: {
2032
2032
  persistentClear: boolean;
2033
2033
  singleLine: boolean;
2034
2034
  } & {
2035
- class?: any;
2036
2035
  id?: string | undefined;
2037
- label?: string | undefined;
2038
- theme?: string | undefined;
2039
2036
  color?: string | undefined;
2040
2037
  loading?: string | boolean | undefined;
2038
+ label?: string | undefined;
2039
+ class?: any;
2040
+ theme?: string | undefined;
2041
2041
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2042
2042
  rounded?: string | number | boolean | undefined;
2043
2043
  baseColor?: string | undefined;
@@ -2050,7 +2050,7 @@ declare const VTextField: {
2050
2050
  centerAffix?: boolean | undefined;
2051
2051
  } & {
2052
2052
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2053
- }, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2053
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2054
2054
  $attrs: {
2055
2055
  [x: string]: unknown;
2056
2056
  };
@@ -2087,14 +2087,14 @@ declare const VTextField: {
2087
2087
  $emit: (event: "update:focused", focused: boolean) => void;
2088
2088
  $el: any;
2089
2089
  $options: vue.ComponentOptionsBase<{
2090
- reverse: boolean;
2091
2090
  flat: boolean;
2092
- style: vue.StyleValue;
2093
- active: boolean;
2091
+ reverse: boolean;
2092
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2094
2093
  error: boolean;
2094
+ active: boolean;
2095
+ style: vue.StyleValue;
2095
2096
  disabled: boolean;
2096
2097
  focused: boolean;
2097
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2098
2098
  tile: boolean;
2099
2099
  clearIcon: IconValue;
2100
2100
  clearable: boolean;
@@ -2102,12 +2102,12 @@ declare const VTextField: {
2102
2102
  persistentClear: boolean;
2103
2103
  singleLine: boolean;
2104
2104
  } & {
2105
- class?: any;
2106
2105
  id?: string | undefined;
2107
- label?: string | undefined;
2108
- theme?: string | undefined;
2109
2106
  color?: string | undefined;
2110
2107
  loading?: string | boolean | undefined;
2108
+ label?: string | undefined;
2109
+ class?: any;
2110
+ theme?: string | undefined;
2111
2111
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2112
2112
  rounded?: string | number | boolean | undefined;
2113
2113
  baseColor?: string | undefined;
@@ -2125,16 +2125,16 @@ declare const VTextField: {
2125
2125
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2126
2126
  'update:focused': (focused: boolean) => true;
2127
2127
  'update:modelValue': (value: any) => true;
2128
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2129
- reverse: boolean;
2128
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2130
2129
  flat: boolean;
2131
- style: vue.StyleValue;
2132
- active: boolean;
2130
+ reverse: boolean;
2131
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2133
2132
  error: boolean;
2133
+ active: boolean;
2134
+ style: vue.StyleValue;
2134
2135
  disabled: boolean;
2135
2136
  focused: boolean;
2136
2137
  rounded: string | number | boolean;
2137
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2138
2138
  tile: boolean;
2139
2139
  clearIcon: IconValue;
2140
2140
  centerAffix: boolean;
@@ -2187,14 +2187,14 @@ declare const VTextField: {
2187
2187
  $nextTick: typeof nextTick;
2188
2188
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2189
2189
  } & Omit<{
2190
- reverse: boolean;
2191
2190
  flat: boolean;
2192
- style: vue.StyleValue;
2193
- active: boolean;
2191
+ reverse: boolean;
2192
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2194
2193
  error: boolean;
2194
+ active: boolean;
2195
+ style: vue.StyleValue;
2195
2196
  disabled: boolean;
2196
2197
  focused: boolean;
2197
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2198
2198
  tile: boolean;
2199
2199
  clearIcon: IconValue;
2200
2200
  clearable: boolean;
@@ -2202,12 +2202,12 @@ declare const VTextField: {
2202
2202
  persistentClear: boolean;
2203
2203
  singleLine: boolean;
2204
2204
  } & {
2205
- class?: any;
2206
2205
  id?: string | undefined;
2207
- label?: string | undefined;
2208
- theme?: string | undefined;
2209
2206
  color?: string | undefined;
2210
2207
  loading?: string | boolean | undefined;
2208
+ label?: string | undefined;
2209
+ class?: any;
2210
+ theme?: string | undefined;
2211
2211
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2212
2212
  rounded?: string | number | boolean | undefined;
2213
2213
  baseColor?: string | undefined;
@@ -2225,35 +2225,35 @@ declare const VTextField: {
2225
2225
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2226
2226
  modelValue?: unknown;
2227
2227
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2228
- }, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "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" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2228
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2229
2229
  'click:control': (e: MouseEvent) => true;
2230
2230
  'mousedown:control': (e: MouseEvent) => true;
2231
2231
  'update:focused': (focused: boolean) => true;
2232
2232
  'update:modelValue': (val: string) => true;
2233
2233
  }, string, {
2234
- reverse: boolean;
2235
2234
  flat: boolean;
2236
- style: vue.StyleValue;
2235
+ reverse: boolean;
2236
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2237
2237
  type: string;
2238
- active: boolean;
2239
2238
  error: boolean;
2239
+ active: boolean;
2240
+ direction: "horizontal" | "vertical";
2241
+ style: vue.StyleValue;
2242
+ autofocus: boolean;
2240
2243
  disabled: boolean;
2244
+ readonly: boolean | null;
2241
2245
  messages: string | readonly string[];
2242
2246
  focused: boolean;
2243
2247
  errorMessages: string | readonly string[] | null;
2244
2248
  maxErrors: string | number;
2245
- readonly: boolean | null;
2246
2249
  rules: readonly ValidationRule[];
2247
2250
  rounded: string | number | boolean;
2248
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2249
2251
  tile: boolean;
2250
2252
  density: Density;
2251
- direction: "horizontal" | "vertical";
2252
2253
  clearIcon: IconValue;
2253
2254
  centerAffix: boolean;
2254
2255
  hideSpinButtons: boolean;
2255
2256
  persistentHint: boolean;
2256
- autofocus: boolean;
2257
2257
  clearable: boolean;
2258
2258
  dirty: boolean;
2259
2259
  persistentClear: boolean;
@@ -2261,6 +2261,9 @@ declare const VTextField: {
2261
2261
  persistentPlaceholder: boolean;
2262
2262
  persistentCounter: boolean;
2263
2263
  }, {}, string, vue.SlotsType<Partial<{
2264
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2265
+ [key: string]: any;
2266
+ }>[];
2264
2267
  clear: (arg: DefaultInputSlot & {
2265
2268
  props: Record<string, any>;
2266
2269
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -2275,15 +2278,12 @@ declare const VTextField: {
2275
2278
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2276
2279
  [key: string]: any;
2277
2280
  }>[];
2278
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2281
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2279
2282
  [key: string]: any;
2280
2283
  }>[];
2281
2284
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2282
2285
  [key: string]: any;
2283
2286
  }>[];
2284
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2285
- [key: string]: any;
2286
- }>[];
2287
2287
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2288
2288
  [key: string]: any;
2289
2289
  }>[];
@@ -2302,7 +2302,7 @@ declare const VTextField: {
2302
2302
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2303
2303
  theme: StringConstructor;
2304
2304
  rounded: {
2305
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2305
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2306
2306
  default: undefined;
2307
2307
  };
2308
2308
  tile: BooleanConstructor;
@@ -2339,7 +2339,7 @@ declare const VTextField: {
2339
2339
  reverse: BooleanConstructor;
2340
2340
  singleLine: BooleanConstructor;
2341
2341
  variant: {
2342
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2342
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2343
2343
  default: string;
2344
2344
  validator: (v: any) => boolean;
2345
2345
  };
@@ -2366,7 +2366,7 @@ declare const VTextField: {
2366
2366
  default: () => never[];
2367
2367
  };
2368
2368
  modelValue: null;
2369
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
2369
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2370
2370
  validationValue: null;
2371
2371
  width: (StringConstructor | NumberConstructor)[];
2372
2372
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -2395,7 +2395,7 @@ declare const VTextField: {
2395
2395
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2396
2396
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
2397
2397
  autofocus: BooleanConstructor;
2398
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2398
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2399
2399
  counterValue: PropType<number | ((value: any) => number)>;
2400
2400
  prefix: StringConstructor;
2401
2401
  placeholder: StringConstructor;
@@ -2411,7 +2411,7 @@ declare const VTextField: {
2411
2411
  }, vue.ExtractPropTypes<{
2412
2412
  theme: StringConstructor;
2413
2413
  rounded: {
2414
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2414
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2415
2415
  default: undefined;
2416
2416
  };
2417
2417
  tile: BooleanConstructor;
@@ -2448,7 +2448,7 @@ declare const VTextField: {
2448
2448
  reverse: BooleanConstructor;
2449
2449
  singleLine: BooleanConstructor;
2450
2450
  variant: {
2451
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2451
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2452
2452
  default: string;
2453
2453
  validator: (v: any) => boolean;
2454
2454
  };
@@ -2475,7 +2475,7 @@ declare const VTextField: {
2475
2475
  default: () => never[];
2476
2476
  };
2477
2477
  modelValue: null;
2478
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
2478
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2479
2479
  validationValue: null;
2480
2480
  width: (StringConstructor | NumberConstructor)[];
2481
2481
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -2504,7 +2504,7 @@ declare const VTextField: {
2504
2504
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2505
2505
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
2506
2506
  autofocus: BooleanConstructor;
2507
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2507
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2508
2508
  counterValue: PropType<number | ((value: any) => number)>;
2509
2509
  prefix: StringConstructor;
2510
2510
  placeholder: StringConstructor;