@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +81 -80
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
@@ -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,28 +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
- centerAffix: boolean;
122
122
  hideSpinButtons: boolean;
123
123
  persistentHint: boolean;
124
- autofocus: boolean;
125
124
  clearable: boolean;
126
125
  dirty: boolean;
127
126
  persistentClear: boolean;
@@ -129,25 +128,25 @@ declare const VTextField: {
129
128
  persistentPlaceholder: boolean;
130
129
  persistentCounter: boolean;
131
130
  } & {
132
- class?: any;
133
131
  id?: string | undefined;
134
- label?: string | undefined;
135
132
  width?: string | number | undefined;
136
- theme?: string | undefined;
137
- color?: string | undefined;
138
133
  name?: string | undefined;
139
- prefix?: string | undefined;
134
+ color?: string | undefined;
135
+ maxWidth?: string | number | undefined;
136
+ minWidth?: string | number | undefined;
140
137
  loading?: string | boolean | undefined;
138
+ label?: string | undefined;
139
+ prefix?: string | undefined;
140
+ role?: string | undefined;
141
+ class?: any;
141
142
  placeholder?: string | undefined;
143
+ theme?: string | undefined;
142
144
  counter?: string | number | boolean | undefined;
143
145
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
144
146
  modelValue?: any;
145
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
147
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
146
148
  validationValue?: any;
147
149
  rounded?: string | number | boolean | undefined;
148
- maxWidth?: string | number | undefined;
149
- minWidth?: string | number | undefined;
150
- role?: string | undefined;
151
150
  baseColor?: string | undefined;
152
151
  bgColor?: string | undefined;
153
152
  prependIcon?: IconValue | undefined;
@@ -155,10 +154,11 @@ declare const VTextField: {
155
154
  appendInnerIcon?: IconValue | undefined;
156
155
  prependInnerIcon?: IconValue | undefined;
157
156
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
158
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
159
157
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
158
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
160
159
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
161
160
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
161
+ centerAffix?: boolean | undefined;
162
162
  hint?: string | undefined;
163
163
  hideDetails?: boolean | "auto" | undefined;
164
164
  suffix?: string | 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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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,27 +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
- centerAffix: boolean;
503
502
  clearable: boolean;
504
503
  dirty: boolean;
505
504
  persistentClear: boolean;
506
505
  singleLine: boolean;
507
- class?: any;
508
506
  id?: string | undefined;
509
- label?: string | undefined;
510
- theme?: string | undefined;
511
507
  color?: string | undefined;
512
508
  loading?: string | boolean | undefined;
509
+ label?: string | undefined;
510
+ class?: any;
511
+ theme?: string | undefined;
513
512
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
514
513
  rounded?: string | number | boolean | undefined;
515
514
  baseColor?: string | undefined;
@@ -519,29 +518,29 @@ declare const VTextField: {
519
518
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
520
519
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
521
520
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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
- centerAffix: boolean;
534
533
  clearable: boolean;
535
534
  dirty: boolean;
536
535
  persistentClear: boolean;
537
536
  singleLine: boolean;
538
537
  } & {
539
- class?: any;
540
538
  id?: string | undefined;
541
- label?: string | undefined;
542
- theme?: string | undefined;
543
539
  color?: string | undefined;
544
540
  loading?: string | boolean | undefined;
541
+ label?: string | undefined;
542
+ class?: any;
543
+ theme?: string | undefined;
545
544
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
546
545
  rounded?: string | number | boolean | undefined;
547
546
  baseColor?: string | undefined;
@@ -551,9 +550,10 @@ declare const VTextField: {
551
550
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
552
551
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
553
552
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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,28 +590,27 @@ 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
- centerAffix: boolean;
604
603
  clearable: boolean;
605
604
  dirty: boolean;
606
605
  persistentClear: boolean;
607
606
  singleLine: boolean;
608
607
  } & {
609
- class?: any;
610
608
  id?: string | undefined;
611
- label?: string | undefined;
612
- theme?: string | undefined;
613
609
  color?: string | undefined;
614
610
  loading?: string | boolean | undefined;
611
+ label?: string | undefined;
612
+ class?: any;
613
+ theme?: string | undefined;
615
614
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
616
615
  rounded?: string | number | boolean | undefined;
617
616
  baseColor?: string | undefined;
@@ -621,6 +620,7 @@ declare const VTextField: {
621
620
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
622
621
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
623
622
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
623
+ centerAffix?: boolean | undefined;
624
624
  } & {
625
625
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
626
626
  }, {
@@ -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,28 +690,27 @@ 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
- centerAffix: boolean;
704
703
  clearable: boolean;
705
704
  dirty: boolean;
706
705
  persistentClear: boolean;
707
706
  singleLine: boolean;
708
707
  } & {
709
- class?: any;
710
708
  id?: string | undefined;
711
- label?: string | undefined;
712
- theme?: string | undefined;
713
709
  color?: string | undefined;
714
710
  loading?: string | boolean | undefined;
711
+ label?: string | undefined;
712
+ class?: any;
713
+ theme?: string | undefined;
715
714
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
716
715
  rounded?: string | number | boolean | undefined;
717
716
  baseColor?: string | undefined;
@@ -721,6 +720,7 @@ declare const VTextField: {
721
720
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
722
721
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
723
722
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
723
+ centerAffix?: boolean | undefined;
724
724
  } & {
725
725
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
726
726
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -728,34 +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
- centerAffix: boolean;
756
756
  hideSpinButtons: boolean;
757
757
  persistentHint: boolean;
758
- autofocus: boolean;
759
758
  clearable: boolean;
760
759
  dirty: boolean;
761
760
  persistentClear: boolean;
@@ -763,25 +762,25 @@ declare const VTextField: {
763
762
  persistentPlaceholder: boolean;
764
763
  persistentCounter: boolean;
765
764
  } & {
766
- class?: any;
767
765
  id?: string | undefined;
768
- label?: string | undefined;
769
766
  width?: string | number | undefined;
770
- theme?: string | undefined;
771
- color?: string | undefined;
772
767
  name?: string | undefined;
773
- prefix?: string | undefined;
768
+ color?: string | undefined;
769
+ maxWidth?: string | number | undefined;
770
+ minWidth?: string | number | undefined;
774
771
  loading?: string | boolean | undefined;
772
+ label?: string | undefined;
773
+ prefix?: string | undefined;
774
+ role?: string | undefined;
775
+ class?: any;
775
776
  placeholder?: string | undefined;
777
+ theme?: string | undefined;
776
778
  counter?: string | number | boolean | undefined;
777
779
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
778
780
  modelValue?: any;
779
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
781
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
780
782
  validationValue?: any;
781
783
  rounded?: string | number | boolean | undefined;
782
- maxWidth?: string | number | undefined;
783
- minWidth?: string | number | undefined;
784
- role?: string | undefined;
785
784
  baseColor?: string | undefined;
786
785
  bgColor?: string | undefined;
787
786
  prependIcon?: IconValue | undefined;
@@ -789,10 +788,11 @@ declare const VTextField: {
789
788
  appendInnerIcon?: IconValue | undefined;
790
789
  prependInnerIcon?: IconValue | undefined;
791
790
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
792
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
793
791
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
792
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
794
793
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
795
794
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
795
+ centerAffix?: boolean | undefined;
796
796
  hint?: string | undefined;
797
797
  hideDetails?: boolean | "auto" | undefined;
798
798
  suffix?: string | 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,28 +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
- centerAffix: boolean;
956
956
  hideSpinButtons: boolean;
957
957
  persistentHint: boolean;
958
- autofocus: boolean;
959
958
  clearable: boolean;
960
959
  dirty: boolean;
961
960
  persistentClear: boolean;
@@ -963,25 +962,25 @@ declare const VTextField: {
963
962
  persistentPlaceholder: boolean;
964
963
  persistentCounter: boolean;
965
964
  } & {
966
- class?: any;
967
965
  id?: string | undefined;
968
- label?: string | undefined;
969
966
  width?: string | number | undefined;
970
- theme?: string | undefined;
971
- color?: string | undefined;
972
967
  name?: string | undefined;
973
- prefix?: string | undefined;
968
+ color?: string | undefined;
969
+ maxWidth?: string | number | undefined;
970
+ minWidth?: string | number | undefined;
974
971
  loading?: string | boolean | undefined;
972
+ label?: string | undefined;
973
+ prefix?: string | undefined;
974
+ role?: string | undefined;
975
+ class?: any;
975
976
  placeholder?: string | undefined;
977
+ theme?: string | undefined;
976
978
  counter?: string | number | boolean | undefined;
977
979
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
978
980
  modelValue?: any;
979
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
981
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
980
982
  validationValue?: any;
981
983
  rounded?: string | number | boolean | undefined;
982
- maxWidth?: string | number | undefined;
983
- minWidth?: string | number | undefined;
984
- role?: string | undefined;
985
984
  baseColor?: string | undefined;
986
985
  bgColor?: string | undefined;
987
986
  prependIcon?: IconValue | undefined;
@@ -989,10 +988,11 @@ declare const VTextField: {
989
988
  appendInnerIcon?: IconValue | undefined;
990
989
  prependInnerIcon?: IconValue | undefined;
991
990
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
992
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
993
991
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
992
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
994
993
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
995
994
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
995
+ centerAffix?: boolean | undefined;
996
996
  hint?: string | undefined;
997
997
  hideDetails?: boolean | "auto" | undefined;
998
998
  suffix?: string | 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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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,27 +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
- centerAffix: boolean;
1337
1336
  clearable: boolean;
1338
1337
  dirty: boolean;
1339
1338
  persistentClear: boolean;
1340
1339
  singleLine: boolean;
1341
- class?: any;
1342
1340
  id?: string | undefined;
1343
- label?: string | undefined;
1344
- theme?: string | undefined;
1345
1341
  color?: string | undefined;
1346
1342
  loading?: string | boolean | undefined;
1343
+ label?: string | undefined;
1344
+ class?: any;
1345
+ theme?: string | undefined;
1347
1346
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1348
1347
  rounded?: string | number | boolean | undefined;
1349
1348
  baseColor?: string | undefined;
@@ -1353,29 +1352,29 @@ declare const VTextField: {
1353
1352
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1354
1353
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1355
1354
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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
- centerAffix: boolean;
1368
1367
  clearable: boolean;
1369
1368
  dirty: boolean;
1370
1369
  persistentClear: boolean;
1371
1370
  singleLine: boolean;
1372
1371
  } & {
1373
- class?: any;
1374
1372
  id?: string | undefined;
1375
- label?: string | undefined;
1376
- theme?: string | undefined;
1377
1373
  color?: string | undefined;
1378
1374
  loading?: string | boolean | undefined;
1375
+ label?: string | undefined;
1376
+ class?: any;
1377
+ theme?: string | undefined;
1379
1378
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1380
1379
  rounded?: string | number | boolean | undefined;
1381
1380
  baseColor?: string | undefined;
@@ -1385,9 +1384,10 @@ declare const VTextField: {
1385
1384
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1386
1385
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1387
1386
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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,28 +1424,27 @@ 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
- centerAffix: boolean;
1438
1437
  clearable: boolean;
1439
1438
  dirty: boolean;
1440
1439
  persistentClear: boolean;
1441
1440
  singleLine: boolean;
1442
1441
  } & {
1443
- class?: any;
1444
1442
  id?: string | undefined;
1445
- label?: string | undefined;
1446
- theme?: string | undefined;
1447
1443
  color?: string | undefined;
1448
1444
  loading?: string | boolean | undefined;
1445
+ label?: string | undefined;
1446
+ class?: any;
1447
+ theme?: string | undefined;
1449
1448
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1450
1449
  rounded?: string | number | boolean | undefined;
1451
1450
  baseColor?: string | undefined;
@@ -1455,6 +1454,7 @@ declare const VTextField: {
1455
1454
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1456
1455
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1457
1456
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1457
+ centerAffix?: boolean | undefined;
1458
1458
  } & {
1459
1459
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1460
1460
  }, {
@@ -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,28 +1524,27 @@ 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
- centerAffix: boolean;
1538
1537
  clearable: boolean;
1539
1538
  dirty: boolean;
1540
1539
  persistentClear: boolean;
1541
1540
  singleLine: boolean;
1542
1541
  } & {
1543
- class?: any;
1544
1542
  id?: string | undefined;
1545
- label?: string | undefined;
1546
- theme?: string | undefined;
1547
1543
  color?: string | undefined;
1548
1544
  loading?: string | boolean | undefined;
1545
+ label?: string | undefined;
1546
+ class?: any;
1547
+ theme?: string | undefined;
1549
1548
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1550
1549
  rounded?: string | number | boolean | undefined;
1551
1550
  baseColor?: string | undefined;
@@ -1555,6 +1554,7 @@ declare const VTextField: {
1555
1554
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1556
1555
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1557
1556
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1557
+ centerAffix?: boolean | undefined;
1558
1558
  } & {
1559
1559
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1560
1560
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -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,28 +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
- centerAffix: boolean;
1619
1619
  hideSpinButtons: boolean;
1620
1620
  persistentHint: boolean;
1621
- autofocus: boolean;
1622
1621
  clearable: boolean;
1623
1622
  dirty: boolean;
1624
1623
  persistentClear: boolean;
@@ -1626,25 +1625,25 @@ declare const VTextField: {
1626
1625
  persistentPlaceholder: boolean;
1627
1626
  persistentCounter: boolean;
1628
1627
  } & {
1629
- class?: any;
1630
1628
  id?: string | undefined;
1631
- label?: string | undefined;
1632
1629
  width?: string | number | undefined;
1633
- theme?: string | undefined;
1634
- color?: string | undefined;
1635
1630
  name?: string | undefined;
1636
- prefix?: string | undefined;
1631
+ color?: string | undefined;
1632
+ maxWidth?: string | number | undefined;
1633
+ minWidth?: string | number | undefined;
1637
1634
  loading?: string | boolean | undefined;
1635
+ label?: string | undefined;
1636
+ prefix?: string | undefined;
1637
+ role?: string | undefined;
1638
+ class?: any;
1638
1639
  placeholder?: string | undefined;
1640
+ theme?: string | undefined;
1639
1641
  counter?: string | number | boolean | undefined;
1640
1642
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1641
1643
  modelValue?: any;
1642
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1644
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1643
1645
  validationValue?: any;
1644
1646
  rounded?: string | number | boolean | undefined;
1645
- maxWidth?: string | number | undefined;
1646
- minWidth?: string | number | undefined;
1647
- role?: string | undefined;
1648
1647
  baseColor?: string | undefined;
1649
1648
  bgColor?: string | undefined;
1650
1649
  prependIcon?: IconValue | undefined;
@@ -1652,10 +1651,11 @@ declare const VTextField: {
1652
1651
  appendInnerIcon?: IconValue | undefined;
1653
1652
  prependInnerIcon?: IconValue | undefined;
1654
1653
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1655
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1656
1654
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1655
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1657
1656
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1658
1657
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1658
+ centerAffix?: boolean | undefined;
1659
1659
  hint?: string | undefined;
1660
1660
  hideDetails?: boolean | "auto" | undefined;
1661
1661
  suffix?: string | 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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | 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?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
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,27 +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
- centerAffix: boolean;
2000
1999
  clearable: boolean;
2001
2000
  dirty: boolean;
2002
2001
  persistentClear: boolean;
2003
2002
  singleLine: boolean;
2004
- class?: any;
2005
2003
  id?: string | undefined;
2006
- label?: string | undefined;
2007
- theme?: string | undefined;
2008
2004
  color?: string | undefined;
2009
2005
  loading?: string | boolean | undefined;
2006
+ label?: string | undefined;
2007
+ class?: any;
2008
+ theme?: string | undefined;
2010
2009
  'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2011
2010
  rounded?: string | number | boolean | undefined;
2012
2011
  baseColor?: string | undefined;
@@ -2016,29 +2015,29 @@ declare const VTextField: {
2016
2015
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2017
2016
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2018
2017
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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
- centerAffix: boolean;
2031
2030
  clearable: boolean;
2032
2031
  dirty: boolean;
2033
2032
  persistentClear: boolean;
2034
2033
  singleLine: boolean;
2035
2034
  } & {
2036
- class?: any;
2037
2035
  id?: string | undefined;
2038
- label?: string | undefined;
2039
- theme?: string | undefined;
2040
2036
  color?: string | undefined;
2041
2037
  loading?: string | boolean | undefined;
2038
+ label?: string | undefined;
2039
+ class?: any;
2040
+ theme?: string | undefined;
2042
2041
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2043
2042
  rounded?: string | number | boolean | undefined;
2044
2043
  baseColor?: string | undefined;
@@ -2048,9 +2047,10 @@ declare const VTextField: {
2048
2047
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2049
2048
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2050
2049
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
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,28 +2087,27 @@ 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
- centerAffix: boolean;
2101
2100
  clearable: boolean;
2102
2101
  dirty: boolean;
2103
2102
  persistentClear: boolean;
2104
2103
  singleLine: boolean;
2105
2104
  } & {
2106
- class?: any;
2107
2105
  id?: string | undefined;
2108
- label?: string | undefined;
2109
- theme?: string | undefined;
2110
2106
  color?: string | undefined;
2111
2107
  loading?: string | boolean | undefined;
2108
+ label?: string | undefined;
2109
+ class?: any;
2110
+ theme?: string | undefined;
2112
2111
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2113
2112
  rounded?: string | number | boolean | undefined;
2114
2113
  baseColor?: string | undefined;
@@ -2118,6 +2117,7 @@ declare const VTextField: {
2118
2117
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2119
2118
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2120
2119
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2120
+ centerAffix?: boolean | undefined;
2121
2121
  } & {
2122
2122
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2123
2123
  }, {
@@ -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,28 +2187,27 @@ 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
- centerAffix: boolean;
2201
2200
  clearable: boolean;
2202
2201
  dirty: boolean;
2203
2202
  persistentClear: boolean;
2204
2203
  singleLine: boolean;
2205
2204
  } & {
2206
- class?: any;
2207
2205
  id?: string | undefined;
2208
- label?: string | undefined;
2209
- theme?: string | undefined;
2210
2206
  color?: string | undefined;
2211
2207
  loading?: string | boolean | undefined;
2208
+ label?: string | undefined;
2209
+ class?: any;
2210
+ theme?: string | undefined;
2212
2211
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2213
2212
  rounded?: string | number | boolean | undefined;
2214
2213
  baseColor?: string | undefined;
@@ -2218,6 +2217,7 @@ declare const VTextField: {
2218
2217
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2219
2218
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2220
2219
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2220
+ centerAffix?: boolean | undefined;
2221
2221
  } & {
2222
2222
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2223
2223
  }, "controlRef"> & vue.ShallowUnwrapRef<{
@@ -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;
@@ -2320,7 +2320,10 @@ declare const VTextField: {
2320
2320
  default: string;
2321
2321
  };
2322
2322
  active: BooleanConstructor;
2323
- centerAffix: BooleanConstructor;
2323
+ centerAffix: {
2324
+ type: BooleanConstructor;
2325
+ default: undefined;
2326
+ };
2324
2327
  color: StringConstructor;
2325
2328
  baseColor: StringConstructor;
2326
2329
  dirty: BooleanConstructor;
@@ -2336,7 +2339,7 @@ declare const VTextField: {
2336
2339
  reverse: BooleanConstructor;
2337
2340
  singleLine: BooleanConstructor;
2338
2341
  variant: {
2339
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2342
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2340
2343
  default: string;
2341
2344
  validator: (v: any) => boolean;
2342
2345
  };
@@ -2363,7 +2366,7 @@ declare const VTextField: {
2363
2366
  default: () => never[];
2364
2367
  };
2365
2368
  modelValue: null;
2366
- validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
2369
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
2367
2370
  validationValue: null;
2368
2371
  width: (StringConstructor | NumberConstructor)[];
2369
2372
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -2392,7 +2395,7 @@ declare const VTextField: {
2392
2395
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2393
2396
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
2394
2397
  autofocus: BooleanConstructor;
2395
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2398
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2396
2399
  counterValue: PropType<number | ((value: any) => number)>;
2397
2400
  prefix: StringConstructor;
2398
2401
  placeholder: StringConstructor;
@@ -2408,7 +2411,7 @@ declare const VTextField: {
2408
2411
  }, vue.ExtractPropTypes<{
2409
2412
  theme: StringConstructor;
2410
2413
  rounded: {
2411
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2414
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2412
2415
  default: undefined;
2413
2416
  };
2414
2417
  tile: BooleanConstructor;
@@ -2426,7 +2429,10 @@ declare const VTextField: {
2426
2429
  default: string;
2427
2430
  };
2428
2431
  active: BooleanConstructor;
2429
- centerAffix: BooleanConstructor;
2432
+ centerAffix: {
2433
+ type: BooleanConstructor;
2434
+ default: undefined;
2435
+ };
2430
2436
  color: StringConstructor;
2431
2437
  baseColor: StringConstructor;
2432
2438
  dirty: BooleanConstructor;
@@ -2442,7 +2448,7 @@ declare const VTextField: {
2442
2448
  reverse: BooleanConstructor;
2443
2449
  singleLine: BooleanConstructor;
2444
2450
  variant: {
2445
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2451
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2446
2452
  default: string;
2447
2453
  validator: (v: any) => boolean;
2448
2454
  };
@@ -2469,7 +2475,7 @@ declare const VTextField: {
2469
2475
  default: () => never[];
2470
2476
  };
2471
2477
  modelValue: null;
2472
- validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
2478
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
2473
2479
  validationValue: null;
2474
2480
  width: (StringConstructor | NumberConstructor)[];
2475
2481
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -2498,7 +2504,7 @@ declare const VTextField: {
2498
2504
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2499
2505
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
2500
2506
  autofocus: BooleanConstructor;
2501
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2507
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2502
2508
  counterValue: PropType<number | ((value: any) => number)>;
2503
2509
  prefix: StringConstructor;
2504
2510
  placeholder: StringConstructor;