@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>;
@@ -84,26 +84,26 @@ type VCounterSlot = {
84
84
 
85
85
  declare const VTextarea: {
86
86
  new (...args: any[]): vue.CreateComponentPublicInstance<{
87
- reverse: boolean;
88
87
  flat: boolean;
89
- style: vue.StyleValue;
90
- active: boolean;
88
+ reverse: boolean;
89
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
91
90
  error: boolean;
91
+ active: boolean;
92
+ direction: "horizontal" | "vertical";
93
+ style: vue.StyleValue;
94
+ autofocus: boolean;
92
95
  disabled: boolean;
96
+ readonly: boolean | null;
93
97
  messages: string | readonly string[];
94
98
  focused: boolean;
95
99
  errorMessages: string | readonly string[] | null;
96
100
  maxErrors: string | number;
97
- readonly: boolean | null;
98
101
  rules: readonly ValidationRule[];
99
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
100
102
  tile: boolean;
101
103
  density: Density;
102
- direction: "horizontal" | "vertical";
103
104
  clearIcon: IconValue;
104
105
  hideSpinButtons: boolean;
105
106
  persistentHint: boolean;
106
- autofocus: boolean;
107
107
  clearable: boolean;
108
108
  dirty: boolean;
109
109
  persistentClear: boolean;
@@ -114,24 +114,24 @@ declare const VTextarea: {
114
114
  noResize: boolean;
115
115
  rows: string | number;
116
116
  } & {
117
- class?: any;
118
117
  id?: string | undefined;
119
- label?: string | undefined;
120
118
  width?: string | number | undefined;
121
- theme?: string | undefined;
122
- color?: string | undefined;
123
119
  name?: string | undefined;
124
- prefix?: string | undefined;
120
+ color?: string | undefined;
121
+ maxWidth?: string | number | undefined;
122
+ minWidth?: string | number | undefined;
125
123
  loading?: string | boolean | undefined;
124
+ label?: string | undefined;
125
+ prefix?: string | undefined;
126
+ class?: any;
126
127
  placeholder?: string | undefined;
128
+ theme?: string | undefined;
127
129
  counter?: string | number | true | undefined;
128
130
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
129
131
  modelValue?: any;
130
- 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;
132
+ 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;
131
133
  validationValue?: any;
132
134
  rounded?: string | number | boolean | undefined;
133
- maxWidth?: string | number | undefined;
134
- minWidth?: string | number | undefined;
135
135
  baseColor?: string | undefined;
136
136
  bgColor?: string | undefined;
137
137
  prependIcon?: IconValue | undefined;
@@ -139,10 +139,11 @@ declare const VTextarea: {
139
139
  appendInnerIcon?: IconValue | undefined;
140
140
  prependInnerIcon?: IconValue | undefined;
141
141
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
142
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
143
142
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
143
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
144
144
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
145
145
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
146
+ centerAffix?: boolean | undefined;
146
147
  hint?: string | undefined;
147
148
  hideDetails?: boolean | "auto" | undefined;
148
149
  suffix?: string | undefined;
@@ -151,6 +152,7 @@ declare const VTextarea: {
151
152
  maxRows?: string | number | undefined;
152
153
  } & {
153
154
  $children?: {} | vue.VNodeChild | {
155
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
154
156
  clear?: ((arg: DefaultInputSlot & {
155
157
  props: Record<string, any>;
156
158
  }) => vue.VNodeChild) | undefined;
@@ -159,15 +161,15 @@ declare const VTextarea: {
159
161
  label: string | undefined;
160
162
  props: Record<string, any>;
161
163
  }) => vue.VNodeChild) | undefined;
162
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
163
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
164
164
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
165
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
165
166
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
166
167
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
167
168
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
168
169
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
169
170
  };
170
171
  'v-slots'?: {
172
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
171
173
  clear?: false | ((arg: DefaultInputSlot & {
172
174
  props: Record<string, any>;
173
175
  }) => vue.VNodeChild) | undefined;
@@ -176,15 +178,15 @@ declare const VTextarea: {
176
178
  label: string | undefined;
177
179
  props: Record<string, any>;
178
180
  }) => vue.VNodeChild) | undefined;
179
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
180
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
181
181
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
182
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
182
183
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
183
184
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
184
185
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
185
186
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
186
187
  } | undefined;
187
188
  } & {
189
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
188
190
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
189
191
  props: Record<string, any>;
190
192
  }) => vue.VNodeChild) | undefined;
@@ -193,9 +195,8 @@ declare const VTextarea: {
193
195
  label: string | undefined;
194
196
  props: Record<string, any>;
195
197
  }) => vue.VNodeChild) | undefined;
196
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
197
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
198
198
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
199
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
199
200
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
200
201
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
201
202
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -209,86 +210,86 @@ declare const VTextarea: {
209
210
  $: vue.ComponentInternalInstance;
210
211
  $data: {};
211
212
  $props: Partial<{
212
- style: vue.StyleValue;
213
213
  error: boolean;
214
+ direction: "horizontal" | "vertical";
215
+ style: vue.StyleValue;
214
216
  disabled: boolean | null;
217
+ readonly: boolean | null;
215
218
  messages: string | readonly string[];
216
219
  focused: boolean;
217
220
  errorMessages: string | readonly string[] | null;
218
221
  maxErrors: string | number;
219
- readonly: boolean | null;
220
222
  rules: readonly ValidationRule[];
221
223
  density: Density;
222
- direction: "horizontal" | "vertical";
223
224
  centerAffix: boolean;
224
225
  hideSpinButtons: boolean;
225
226
  persistentHint: boolean;
226
227
  }> & Omit<{
227
- style: vue.StyleValue;
228
228
  error: boolean;
229
+ direction: "horizontal" | "vertical";
230
+ style: vue.StyleValue;
229
231
  disabled: boolean | null;
232
+ readonly: boolean | null;
230
233
  messages: string | readonly string[];
231
234
  focused: boolean;
232
235
  errorMessages: string | readonly string[] | null;
233
236
  maxErrors: string | number;
234
- readonly: boolean | null;
235
237
  rules: readonly ValidationRule[];
236
238
  density: Density;
237
- direction: "horizontal" | "vertical";
238
239
  centerAffix: boolean;
239
240
  hideSpinButtons: boolean;
240
241
  persistentHint: boolean;
241
- class?: any;
242
242
  id?: string | undefined;
243
- label?: string | undefined;
244
243
  width?: string | number | undefined;
245
- theme?: string | undefined;
246
244
  name?: string | undefined;
247
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
248
- 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;
249
- validationValue?: any;
250
245
  maxWidth?: string | number | undefined;
251
246
  minWidth?: string | number | undefined;
247
+ label?: string | undefined;
248
+ class?: any;
249
+ theme?: string | undefined;
250
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
251
+ 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;
252
+ validationValue?: any;
252
253
  prependIcon?: IconValue | undefined;
253
254
  appendIcon?: IconValue | undefined;
254
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
255
255
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
256
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
256
257
  hint?: string | undefined;
257
258
  hideDetails?: boolean | "auto" | undefined;
258
259
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
259
- style: vue.StyleValue;
260
260
  error: boolean;
261
+ direction: "horizontal" | "vertical";
262
+ style: vue.StyleValue;
261
263
  disabled: boolean | null;
264
+ readonly: boolean | null;
262
265
  messages: string | readonly string[];
263
266
  focused: boolean;
264
267
  errorMessages: string | readonly string[] | null;
265
268
  maxErrors: string | number;
266
- readonly: boolean | null;
267
269
  rules: readonly ValidationRule[];
268
270
  density: Density;
269
- direction: "horizontal" | "vertical";
270
271
  centerAffix: boolean;
271
272
  hideSpinButtons: boolean;
272
273
  persistentHint: boolean;
273
274
  } & {
274
- class?: any;
275
275
  id?: string | undefined;
276
- label?: string | undefined;
277
276
  width?: string | number | undefined;
278
- theme?: string | undefined;
279
277
  name?: string | undefined;
280
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
281
- 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;
282
- validationValue?: any;
283
278
  maxWidth?: string | number | undefined;
284
279
  minWidth?: string | number | undefined;
280
+ label?: string | undefined;
281
+ class?: any;
282
+ theme?: string | undefined;
283
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
284
+ 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;
285
+ validationValue?: any;
285
286
  prependIcon?: IconValue | undefined;
286
287
  appendIcon?: IconValue | undefined;
287
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
288
288
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
289
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
289
290
  hint?: string | undefined;
290
291
  hideDetails?: boolean | "auto" | undefined;
291
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
292
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
292
293
  $attrs: {
293
294
  [x: string]: unknown;
294
295
  };
@@ -317,36 +318,36 @@ declare const VTextarea: {
317
318
  $emit: (event: string, ...args: any[]) => void;
318
319
  $el: any;
319
320
  $options: vue.ComponentOptionsBase<{
320
- style: vue.StyleValue;
321
321
  error: boolean;
322
+ direction: "horizontal" | "vertical";
323
+ style: vue.StyleValue;
322
324
  disabled: boolean | null;
325
+ readonly: boolean | null;
323
326
  messages: string | readonly string[];
324
327
  focused: boolean;
325
328
  errorMessages: string | readonly string[] | null;
326
329
  maxErrors: string | number;
327
- readonly: boolean | null;
328
330
  rules: readonly ValidationRule[];
329
331
  density: Density;
330
- direction: "horizontal" | "vertical";
331
332
  centerAffix: boolean;
332
333
  hideSpinButtons: boolean;
333
334
  persistentHint: boolean;
334
335
  } & {
335
- class?: any;
336
336
  id?: string | undefined;
337
- label?: string | undefined;
338
337
  width?: string | number | undefined;
339
- theme?: string | undefined;
340
338
  name?: string | undefined;
341
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
342
- 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;
343
- validationValue?: any;
344
339
  maxWidth?: string | number | undefined;
345
340
  minWidth?: string | number | undefined;
341
+ label?: string | undefined;
342
+ class?: any;
343
+ theme?: string | undefined;
344
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
345
+ 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;
346
+ validationValue?: any;
346
347
  prependIcon?: IconValue | undefined;
347
348
  appendIcon?: IconValue | undefined;
348
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
349
349
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
350
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
350
351
  hint?: string | undefined;
351
352
  hideDetails?: boolean | "auto" | undefined;
352
353
  } & {}, {
@@ -357,18 +358,18 @@ declare const VTextarea: {
357
358
  errorMessages: vue.ComputedRef<string[]>;
358
359
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
359
360
  'update:modelValue': (value: any) => true;
360
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
361
- style: vue.StyleValue;
361
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
362
362
  error: boolean;
363
+ direction: "horizontal" | "vertical";
364
+ style: vue.StyleValue;
363
365
  disabled: boolean | null;
366
+ readonly: boolean | null;
364
367
  messages: string | readonly string[];
365
368
  focused: boolean;
366
369
  errorMessages: string | readonly string[] | null;
367
370
  maxErrors: string | number;
368
- readonly: boolean | null;
369
371
  rules: readonly ValidationRule[];
370
372
  density: Density;
371
- direction: "horizontal" | "vertical";
372
373
  centerAffix: boolean;
373
374
  hideSpinButtons: boolean;
374
375
  persistentHint: boolean;
@@ -409,36 +410,36 @@ declare const VTextarea: {
409
410
  $nextTick: typeof nextTick;
410
411
  $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;
411
412
  } & Omit<{
412
- style: vue.StyleValue;
413
413
  error: boolean;
414
+ direction: "horizontal" | "vertical";
415
+ style: vue.StyleValue;
414
416
  disabled: boolean | null;
417
+ readonly: boolean | null;
415
418
  messages: string | readonly string[];
416
419
  focused: boolean;
417
420
  errorMessages: string | readonly string[] | null;
418
421
  maxErrors: string | number;
419
- readonly: boolean | null;
420
422
  rules: readonly ValidationRule[];
421
423
  density: Density;
422
- direction: "horizontal" | "vertical";
423
424
  centerAffix: boolean;
424
425
  hideSpinButtons: boolean;
425
426
  persistentHint: boolean;
426
427
  } & {
427
- class?: any;
428
428
  id?: string | undefined;
429
- label?: string | undefined;
430
429
  width?: string | number | undefined;
431
- theme?: string | undefined;
432
430
  name?: string | undefined;
433
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
434
- 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;
435
- validationValue?: any;
436
431
  maxWidth?: string | number | undefined;
437
432
  minWidth?: string | number | undefined;
433
+ label?: string | undefined;
434
+ class?: any;
435
+ theme?: string | undefined;
436
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
437
+ 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;
438
+ validationValue?: any;
438
439
  prependIcon?: IconValue | undefined;
439
440
  appendIcon?: IconValue | undefined;
440
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
441
441
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
442
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
442
443
  hint?: string | undefined;
443
444
  hideDetails?: boolean | "auto" | undefined;
444
445
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -450,32 +451,32 @@ declare const VTextarea: {
450
451
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
451
452
  modelValue?: unknown;
452
453
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
453
- }, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
454
+ }, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
454
455
  'click:control': (e: MouseEvent) => true;
455
456
  'mousedown:control': (e: MouseEvent) => true;
456
457
  'update:focused': (focused: boolean) => true;
457
458
  'update:modelValue': (val: string) => true;
458
459
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
459
- reverse: boolean;
460
460
  flat: boolean;
461
- style: vue.StyleValue;
462
- active: boolean;
461
+ reverse: boolean;
462
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
463
463
  error: boolean;
464
+ active: boolean;
465
+ direction: "horizontal" | "vertical";
466
+ style: vue.StyleValue;
467
+ autofocus: boolean;
464
468
  disabled: boolean;
469
+ readonly: boolean | null;
465
470
  messages: string | readonly string[];
466
471
  focused: boolean;
467
472
  errorMessages: string | readonly string[] | null;
468
473
  maxErrors: string | number;
469
- readonly: boolean | null;
470
474
  rules: readonly ValidationRule[];
471
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
472
475
  tile: boolean;
473
476
  density: Density;
474
- direction: "horizontal" | "vertical";
475
477
  clearIcon: IconValue;
476
478
  hideSpinButtons: boolean;
477
479
  persistentHint: boolean;
478
- autofocus: boolean;
479
480
  clearable: boolean;
480
481
  dirty: boolean;
481
482
  persistentClear: boolean;
@@ -486,24 +487,24 @@ declare const VTextarea: {
486
487
  noResize: boolean;
487
488
  rows: string | number;
488
489
  } & {
489
- class?: any;
490
490
  id?: string | undefined;
491
- label?: string | undefined;
492
491
  width?: string | number | undefined;
493
- theme?: string | undefined;
494
- color?: string | undefined;
495
492
  name?: string | undefined;
496
- prefix?: string | undefined;
493
+ color?: string | undefined;
494
+ maxWidth?: string | number | undefined;
495
+ minWidth?: string | number | undefined;
497
496
  loading?: string | boolean | undefined;
497
+ label?: string | undefined;
498
+ prefix?: string | undefined;
499
+ class?: any;
498
500
  placeholder?: string | undefined;
501
+ theme?: string | undefined;
499
502
  counter?: string | number | true | undefined;
500
503
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
501
504
  modelValue?: any;
502
- 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;
505
+ 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;
503
506
  validationValue?: any;
504
507
  rounded?: string | number | boolean | undefined;
505
- maxWidth?: string | number | undefined;
506
- minWidth?: string | number | undefined;
507
508
  baseColor?: string | undefined;
508
509
  bgColor?: string | undefined;
509
510
  prependIcon?: IconValue | undefined;
@@ -511,10 +512,11 @@ declare const VTextarea: {
511
512
  appendInnerIcon?: IconValue | undefined;
512
513
  prependInnerIcon?: IconValue | undefined;
513
514
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
514
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
515
515
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
516
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
516
517
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
517
518
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
519
+ centerAffix?: boolean | undefined;
518
520
  hint?: string | undefined;
519
521
  hideDetails?: boolean | "auto" | undefined;
520
522
  suffix?: string | undefined;
@@ -523,6 +525,7 @@ declare const VTextarea: {
523
525
  maxRows?: string | number | undefined;
524
526
  } & {
525
527
  $children?: {} | vue.VNodeChild | {
528
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
526
529
  clear?: ((arg: DefaultInputSlot & {
527
530
  props: Record<string, any>;
528
531
  }) => vue.VNodeChild) | undefined;
@@ -531,15 +534,15 @@ declare const VTextarea: {
531
534
  label: string | undefined;
532
535
  props: Record<string, any>;
533
536
  }) => vue.VNodeChild) | undefined;
534
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
535
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
536
537
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
538
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
537
539
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
538
540
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
539
541
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
540
542
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
541
543
  };
542
544
  'v-slots'?: {
545
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
543
546
  clear?: false | ((arg: DefaultInputSlot & {
544
547
  props: Record<string, any>;
545
548
  }) => vue.VNodeChild) | undefined;
@@ -548,15 +551,15 @@ declare const VTextarea: {
548
551
  label: string | undefined;
549
552
  props: Record<string, any>;
550
553
  }) => vue.VNodeChild) | undefined;
551
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
552
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
553
554
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
555
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
554
556
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
555
557
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
556
558
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
557
559
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
558
560
  } | undefined;
559
561
  } & {
562
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
560
563
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
561
564
  props: Record<string, any>;
562
565
  }) => vue.VNodeChild) | undefined;
@@ -565,9 +568,8 @@ declare const VTextarea: {
565
568
  label: string | undefined;
566
569
  props: Record<string, any>;
567
570
  }) => vue.VNodeChild) | undefined;
568
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
569
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
570
571
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
572
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
571
573
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
572
574
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
573
575
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -578,27 +580,28 @@ declare const VTextarea: {
578
580
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
579
581
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
580
582
  }, {
581
- reverse: boolean;
582
583
  flat: boolean;
583
- style: vue.StyleValue;
584
- active: boolean;
584
+ reverse: boolean;
585
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
585
586
  error: boolean;
587
+ active: boolean;
588
+ direction: "horizontal" | "vertical";
589
+ style: vue.StyleValue;
590
+ autofocus: boolean;
586
591
  disabled: boolean;
592
+ readonly: boolean | null;
587
593
  messages: string | readonly string[];
588
594
  focused: boolean;
589
595
  errorMessages: string | readonly string[] | null;
590
596
  maxErrors: string | number;
591
- readonly: boolean | null;
592
597
  rules: readonly ValidationRule[];
593
598
  rounded: string | number | boolean;
594
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
595
599
  tile: boolean;
596
600
  density: Density;
597
- direction: "horizontal" | "vertical";
598
601
  clearIcon: IconValue;
602
+ centerAffix: boolean;
599
603
  hideSpinButtons: boolean;
600
604
  persistentHint: boolean;
601
- autofocus: boolean;
602
605
  clearable: boolean;
603
606
  dirty: boolean;
604
607
  persistentClear: boolean;
@@ -609,6 +612,9 @@ declare const VTextarea: {
609
612
  noResize: boolean;
610
613
  rows: string | number;
611
614
  }, true, {}, vue.SlotsType<Partial<{
615
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
616
+ [key: string]: any;
617
+ }>[];
612
618
  clear: (arg: DefaultInputSlot & {
613
619
  props: Record<string, any>;
614
620
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -623,15 +629,12 @@ declare const VTextarea: {
623
629
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
624
630
  [key: string]: any;
625
631
  }>[];
626
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
632
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
627
633
  [key: string]: any;
628
634
  }>[];
629
635
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
630
636
  [key: string]: any;
631
637
  }>[];
632
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
633
- [key: string]: any;
634
- }>[];
635
638
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
636
639
  [key: string]: any;
637
640
  }>[];
@@ -652,26 +655,26 @@ declare const VTextarea: {
652
655
  M: {};
653
656
  Defaults: {};
654
657
  }, {
655
- reverse: boolean;
656
658
  flat: boolean;
657
- style: vue.StyleValue;
658
- active: boolean;
659
+ reverse: boolean;
660
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
659
661
  error: boolean;
662
+ active: boolean;
663
+ direction: "horizontal" | "vertical";
664
+ style: vue.StyleValue;
665
+ autofocus: boolean;
660
666
  disabled: boolean;
667
+ readonly: boolean | null;
661
668
  messages: string | readonly string[];
662
669
  focused: boolean;
663
670
  errorMessages: string | readonly string[] | null;
664
671
  maxErrors: string | number;
665
- readonly: boolean | null;
666
672
  rules: readonly ValidationRule[];
667
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
668
673
  tile: boolean;
669
674
  density: Density;
670
- direction: "horizontal" | "vertical";
671
675
  clearIcon: IconValue;
672
676
  hideSpinButtons: boolean;
673
677
  persistentHint: boolean;
674
- autofocus: boolean;
675
678
  clearable: boolean;
676
679
  dirty: boolean;
677
680
  persistentClear: boolean;
@@ -682,24 +685,24 @@ declare const VTextarea: {
682
685
  noResize: boolean;
683
686
  rows: string | number;
684
687
  } & {
685
- class?: any;
686
688
  id?: string | undefined;
687
- label?: string | undefined;
688
689
  width?: string | number | undefined;
689
- theme?: string | undefined;
690
- color?: string | undefined;
691
690
  name?: string | undefined;
692
- prefix?: string | undefined;
691
+ color?: string | undefined;
692
+ maxWidth?: string | number | undefined;
693
+ minWidth?: string | number | undefined;
693
694
  loading?: string | boolean | undefined;
695
+ label?: string | undefined;
696
+ prefix?: string | undefined;
697
+ class?: any;
694
698
  placeholder?: string | undefined;
699
+ theme?: string | undefined;
695
700
  counter?: string | number | true | undefined;
696
701
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
697
702
  modelValue?: any;
698
- 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;
703
+ 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;
699
704
  validationValue?: any;
700
705
  rounded?: string | number | boolean | undefined;
701
- maxWidth?: string | number | undefined;
702
- minWidth?: string | number | undefined;
703
706
  baseColor?: string | undefined;
704
707
  bgColor?: string | undefined;
705
708
  prependIcon?: IconValue | undefined;
@@ -707,10 +710,11 @@ declare const VTextarea: {
707
710
  appendInnerIcon?: IconValue | undefined;
708
711
  prependInnerIcon?: IconValue | undefined;
709
712
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
710
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
711
713
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
714
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
712
715
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
713
716
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
717
+ centerAffix?: boolean | undefined;
714
718
  hint?: string | undefined;
715
719
  hideDetails?: boolean | "auto" | undefined;
716
720
  suffix?: string | undefined;
@@ -719,6 +723,7 @@ declare const VTextarea: {
719
723
  maxRows?: string | number | undefined;
720
724
  } & {
721
725
  $children?: {} | vue.VNodeChild | {
726
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
722
727
  clear?: ((arg: DefaultInputSlot & {
723
728
  props: Record<string, any>;
724
729
  }) => vue.VNodeChild) | undefined;
@@ -727,15 +732,15 @@ declare const VTextarea: {
727
732
  label: string | undefined;
728
733
  props: Record<string, any>;
729
734
  }) => vue.VNodeChild) | undefined;
730
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
731
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
732
735
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
736
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
733
737
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
734
738
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
735
739
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
736
740
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
737
741
  };
738
742
  'v-slots'?: {
743
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
739
744
  clear?: false | ((arg: DefaultInputSlot & {
740
745
  props: Record<string, any>;
741
746
  }) => vue.VNodeChild) | undefined;
@@ -744,15 +749,15 @@ declare const VTextarea: {
744
749
  label: string | undefined;
745
750
  props: Record<string, any>;
746
751
  }) => vue.VNodeChild) | undefined;
747
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
748
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
749
752
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
753
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
750
754
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
751
755
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
752
756
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
753
757
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
754
758
  } | undefined;
755
759
  } & {
760
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
756
761
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
757
762
  props: Record<string, any>;
758
763
  }) => vue.VNodeChild) | undefined;
@@ -761,9 +766,8 @@ declare const VTextarea: {
761
766
  label: string | undefined;
762
767
  props: Record<string, any>;
763
768
  }) => vue.VNodeChild) | undefined;
764
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
765
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
766
769
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
770
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
767
771
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
768
772
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
769
773
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -777,86 +781,86 @@ declare const VTextarea: {
777
781
  $: vue.ComponentInternalInstance;
778
782
  $data: {};
779
783
  $props: Partial<{
780
- style: vue.StyleValue;
781
784
  error: boolean;
785
+ direction: "horizontal" | "vertical";
786
+ style: vue.StyleValue;
782
787
  disabled: boolean | null;
788
+ readonly: boolean | null;
783
789
  messages: string | readonly string[];
784
790
  focused: boolean;
785
791
  errorMessages: string | readonly string[] | null;
786
792
  maxErrors: string | number;
787
- readonly: boolean | null;
788
793
  rules: readonly ValidationRule[];
789
794
  density: Density;
790
- direction: "horizontal" | "vertical";
791
795
  centerAffix: boolean;
792
796
  hideSpinButtons: boolean;
793
797
  persistentHint: boolean;
794
798
  }> & Omit<{
795
- style: vue.StyleValue;
796
799
  error: boolean;
800
+ direction: "horizontal" | "vertical";
801
+ style: vue.StyleValue;
797
802
  disabled: boolean | null;
803
+ readonly: boolean | null;
798
804
  messages: string | readonly string[];
799
805
  focused: boolean;
800
806
  errorMessages: string | readonly string[] | null;
801
807
  maxErrors: string | number;
802
- readonly: boolean | null;
803
808
  rules: readonly ValidationRule[];
804
809
  density: Density;
805
- direction: "horizontal" | "vertical";
806
810
  centerAffix: boolean;
807
811
  hideSpinButtons: boolean;
808
812
  persistentHint: boolean;
809
- class?: any;
810
813
  id?: string | undefined;
811
- label?: string | undefined;
812
814
  width?: string | number | undefined;
813
- theme?: string | undefined;
814
815
  name?: string | undefined;
815
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
816
- 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;
817
- validationValue?: any;
818
816
  maxWidth?: string | number | undefined;
819
817
  minWidth?: string | number | undefined;
818
+ label?: string | undefined;
819
+ class?: any;
820
+ theme?: string | undefined;
821
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
822
+ 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;
823
+ validationValue?: any;
820
824
  prependIcon?: IconValue | undefined;
821
825
  appendIcon?: IconValue | undefined;
822
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
823
826
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
827
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
824
828
  hint?: string | undefined;
825
829
  hideDetails?: boolean | "auto" | undefined;
826
830
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
827
- style: vue.StyleValue;
828
831
  error: boolean;
832
+ direction: "horizontal" | "vertical";
833
+ style: vue.StyleValue;
829
834
  disabled: boolean | null;
835
+ readonly: boolean | null;
830
836
  messages: string | readonly string[];
831
837
  focused: boolean;
832
838
  errorMessages: string | readonly string[] | null;
833
839
  maxErrors: string | number;
834
- readonly: boolean | null;
835
840
  rules: readonly ValidationRule[];
836
841
  density: Density;
837
- direction: "horizontal" | "vertical";
838
842
  centerAffix: boolean;
839
843
  hideSpinButtons: boolean;
840
844
  persistentHint: boolean;
841
845
  } & {
842
- class?: any;
843
846
  id?: string | undefined;
844
- label?: string | undefined;
845
847
  width?: string | number | undefined;
846
- theme?: string | undefined;
847
848
  name?: string | undefined;
848
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
849
- 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;
850
- validationValue?: any;
851
849
  maxWidth?: string | number | undefined;
852
850
  minWidth?: string | number | undefined;
851
+ label?: string | undefined;
852
+ class?: any;
853
+ theme?: string | undefined;
854
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
855
+ 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;
856
+ validationValue?: any;
853
857
  prependIcon?: IconValue | undefined;
854
858
  appendIcon?: IconValue | undefined;
855
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
856
859
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
860
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
857
861
  hint?: string | undefined;
858
862
  hideDetails?: boolean | "auto" | undefined;
859
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
863
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
860
864
  $attrs: {
861
865
  [x: string]: unknown;
862
866
  };
@@ -885,36 +889,36 @@ declare const VTextarea: {
885
889
  $emit: (event: string, ...args: any[]) => void;
886
890
  $el: any;
887
891
  $options: vue.ComponentOptionsBase<{
888
- style: vue.StyleValue;
889
892
  error: boolean;
893
+ direction: "horizontal" | "vertical";
894
+ style: vue.StyleValue;
890
895
  disabled: boolean | null;
896
+ readonly: boolean | null;
891
897
  messages: string | readonly string[];
892
898
  focused: boolean;
893
899
  errorMessages: string | readonly string[] | null;
894
900
  maxErrors: string | number;
895
- readonly: boolean | null;
896
901
  rules: readonly ValidationRule[];
897
902
  density: Density;
898
- direction: "horizontal" | "vertical";
899
903
  centerAffix: boolean;
900
904
  hideSpinButtons: boolean;
901
905
  persistentHint: boolean;
902
906
  } & {
903
- class?: any;
904
907
  id?: string | undefined;
905
- label?: string | undefined;
906
908
  width?: string | number | undefined;
907
- theme?: string | undefined;
908
909
  name?: string | undefined;
909
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
910
- 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;
911
- validationValue?: any;
912
910
  maxWidth?: string | number | undefined;
913
911
  minWidth?: string | number | undefined;
912
+ label?: string | undefined;
913
+ class?: any;
914
+ theme?: string | undefined;
915
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
916
+ 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;
917
+ validationValue?: any;
914
918
  prependIcon?: IconValue | undefined;
915
919
  appendIcon?: IconValue | undefined;
916
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
917
920
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
921
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
918
922
  hint?: string | undefined;
919
923
  hideDetails?: boolean | "auto" | undefined;
920
924
  } & {}, {
@@ -925,18 +929,18 @@ declare const VTextarea: {
925
929
  errorMessages: vue.ComputedRef<string[]>;
926
930
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
927
931
  'update:modelValue': (value: any) => true;
928
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
929
- style: vue.StyleValue;
932
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
930
933
  error: boolean;
934
+ direction: "horizontal" | "vertical";
935
+ style: vue.StyleValue;
931
936
  disabled: boolean | null;
937
+ readonly: boolean | null;
932
938
  messages: string | readonly string[];
933
939
  focused: boolean;
934
940
  errorMessages: string | readonly string[] | null;
935
941
  maxErrors: string | number;
936
- readonly: boolean | null;
937
942
  rules: readonly ValidationRule[];
938
943
  density: Density;
939
- direction: "horizontal" | "vertical";
940
944
  centerAffix: boolean;
941
945
  hideSpinButtons: boolean;
942
946
  persistentHint: boolean;
@@ -977,36 +981,36 @@ declare const VTextarea: {
977
981
  $nextTick: typeof nextTick;
978
982
  $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;
979
983
  } & Omit<{
980
- style: vue.StyleValue;
981
984
  error: boolean;
985
+ direction: "horizontal" | "vertical";
986
+ style: vue.StyleValue;
982
987
  disabled: boolean | null;
988
+ readonly: boolean | null;
983
989
  messages: string | readonly string[];
984
990
  focused: boolean;
985
991
  errorMessages: string | readonly string[] | null;
986
992
  maxErrors: string | number;
987
- readonly: boolean | null;
988
993
  rules: readonly ValidationRule[];
989
994
  density: Density;
990
- direction: "horizontal" | "vertical";
991
995
  centerAffix: boolean;
992
996
  hideSpinButtons: boolean;
993
997
  persistentHint: boolean;
994
998
  } & {
995
- class?: any;
996
999
  id?: string | undefined;
997
- label?: string | undefined;
998
1000
  width?: string | number | undefined;
999
- theme?: string | undefined;
1000
1001
  name?: string | undefined;
1001
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1002
- 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;
1003
- validationValue?: any;
1004
1002
  maxWidth?: string | number | undefined;
1005
1003
  minWidth?: string | number | undefined;
1004
+ label?: string | undefined;
1005
+ class?: any;
1006
+ theme?: string | undefined;
1007
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1008
+ 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;
1009
+ validationValue?: any;
1006
1010
  prependIcon?: IconValue | undefined;
1007
1011
  appendIcon?: IconValue | undefined;
1008
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1009
1012
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1013
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1010
1014
  hint?: string | undefined;
1011
1015
  hideDetails?: boolean | "auto" | undefined;
1012
1016
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1018,28 +1022,29 @@ declare const VTextarea: {
1018
1022
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1019
1023
  modelValue?: unknown;
1020
1024
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1021
- }, 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}`>, {}, {}, {}, {
1022
- reverse: boolean;
1025
+ }, 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}`>, {}, {}, {}, {
1023
1026
  flat: boolean;
1024
- style: vue.StyleValue;
1025
- active: boolean;
1027
+ reverse: boolean;
1028
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1026
1029
  error: boolean;
1030
+ active: boolean;
1031
+ direction: "horizontal" | "vertical";
1032
+ style: vue.StyleValue;
1033
+ autofocus: boolean;
1027
1034
  disabled: boolean;
1035
+ readonly: boolean | null;
1028
1036
  messages: string | readonly string[];
1029
1037
  focused: boolean;
1030
1038
  errorMessages: string | readonly string[] | null;
1031
1039
  maxErrors: string | number;
1032
- readonly: boolean | null;
1033
1040
  rules: readonly ValidationRule[];
1034
1041
  rounded: string | number | boolean;
1035
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1036
1042
  tile: boolean;
1037
1043
  density: Density;
1038
- direction: "horizontal" | "vertical";
1039
1044
  clearIcon: IconValue;
1045
+ centerAffix: boolean;
1040
1046
  hideSpinButtons: boolean;
1041
1047
  persistentHint: boolean;
1042
- autofocus: boolean;
1043
1048
  clearable: boolean;
1044
1049
  dirty: boolean;
1045
1050
  persistentClear: boolean;
@@ -1054,26 +1059,26 @@ declare const VTextarea: {
1054
1059
  __isTeleport?: undefined;
1055
1060
  __isSuspense?: undefined;
1056
1061
  } & vue.ComponentOptionsBase<{
1057
- reverse: boolean;
1058
1062
  flat: boolean;
1059
- style: vue.StyleValue;
1060
- active: boolean;
1063
+ reverse: boolean;
1064
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1061
1065
  error: boolean;
1066
+ active: boolean;
1067
+ direction: "horizontal" | "vertical";
1068
+ style: vue.StyleValue;
1069
+ autofocus: boolean;
1062
1070
  disabled: boolean;
1071
+ readonly: boolean | null;
1063
1072
  messages: string | readonly string[];
1064
1073
  focused: boolean;
1065
1074
  errorMessages: string | readonly string[] | null;
1066
1075
  maxErrors: string | number;
1067
- readonly: boolean | null;
1068
1076
  rules: readonly ValidationRule[];
1069
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1070
1077
  tile: boolean;
1071
1078
  density: Density;
1072
- direction: "horizontal" | "vertical";
1073
1079
  clearIcon: IconValue;
1074
1080
  hideSpinButtons: boolean;
1075
1081
  persistentHint: boolean;
1076
- autofocus: boolean;
1077
1082
  clearable: boolean;
1078
1083
  dirty: boolean;
1079
1084
  persistentClear: boolean;
@@ -1084,24 +1089,24 @@ declare const VTextarea: {
1084
1089
  noResize: boolean;
1085
1090
  rows: string | number;
1086
1091
  } & {
1087
- class?: any;
1088
1092
  id?: string | undefined;
1089
- label?: string | undefined;
1090
1093
  width?: string | number | undefined;
1091
- theme?: string | undefined;
1092
- color?: string | undefined;
1093
1094
  name?: string | undefined;
1094
- prefix?: string | undefined;
1095
+ color?: string | undefined;
1096
+ maxWidth?: string | number | undefined;
1097
+ minWidth?: string | number | undefined;
1095
1098
  loading?: string | boolean | undefined;
1099
+ label?: string | undefined;
1100
+ prefix?: string | undefined;
1101
+ class?: any;
1096
1102
  placeholder?: string | undefined;
1103
+ theme?: string | undefined;
1097
1104
  counter?: string | number | true | undefined;
1098
1105
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1099
1106
  modelValue?: any;
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;
1107
+ 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;
1101
1108
  validationValue?: any;
1102
1109
  rounded?: string | number | boolean | undefined;
1103
- maxWidth?: string | number | undefined;
1104
- minWidth?: string | number | undefined;
1105
1110
  baseColor?: string | undefined;
1106
1111
  bgColor?: string | undefined;
1107
1112
  prependIcon?: IconValue | undefined;
@@ -1109,10 +1114,11 @@ declare const VTextarea: {
1109
1114
  appendInnerIcon?: IconValue | undefined;
1110
1115
  prependInnerIcon?: IconValue | undefined;
1111
1116
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1112
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1113
1117
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1118
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1114
1119
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1115
1120
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1121
+ centerAffix?: boolean | undefined;
1116
1122
  hint?: string | undefined;
1117
1123
  hideDetails?: boolean | "auto" | undefined;
1118
1124
  suffix?: string | undefined;
@@ -1121,6 +1127,7 @@ declare const VTextarea: {
1121
1127
  maxRows?: string | number | undefined;
1122
1128
  } & {
1123
1129
  $children?: {} | vue.VNodeChild | {
1130
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1124
1131
  clear?: ((arg: DefaultInputSlot & {
1125
1132
  props: Record<string, any>;
1126
1133
  }) => vue.VNodeChild) | undefined;
@@ -1129,15 +1136,15 @@ declare const VTextarea: {
1129
1136
  label: string | undefined;
1130
1137
  props: Record<string, any>;
1131
1138
  }) => vue.VNodeChild) | undefined;
1132
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1133
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1134
1139
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1140
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1135
1141
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1136
1142
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1137
1143
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1138
1144
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1139
1145
  };
1140
1146
  'v-slots'?: {
1147
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1141
1148
  clear?: false | ((arg: DefaultInputSlot & {
1142
1149
  props: Record<string, any>;
1143
1150
  }) => vue.VNodeChild) | undefined;
@@ -1146,15 +1153,15 @@ declare const VTextarea: {
1146
1153
  label: string | undefined;
1147
1154
  props: Record<string, any>;
1148
1155
  }) => vue.VNodeChild) | undefined;
1149
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1150
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1151
1156
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1157
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1152
1158
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1153
1159
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1154
1160
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1155
1161
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1156
1162
  } | undefined;
1157
1163
  } & {
1164
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1158
1165
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1159
1166
  props: Record<string, any>;
1160
1167
  }) => vue.VNodeChild) | undefined;
@@ -1163,9 +1170,8 @@ declare const VTextarea: {
1163
1170
  label: string | undefined;
1164
1171
  props: Record<string, any>;
1165
1172
  }) => vue.VNodeChild) | undefined;
1166
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1167
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1168
1173
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1174
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1169
1175
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1170
1176
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1171
1177
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1179,86 +1185,86 @@ declare const VTextarea: {
1179
1185
  $: vue.ComponentInternalInstance;
1180
1186
  $data: {};
1181
1187
  $props: Partial<{
1182
- style: vue.StyleValue;
1183
1188
  error: boolean;
1189
+ direction: "horizontal" | "vertical";
1190
+ style: vue.StyleValue;
1184
1191
  disabled: boolean | null;
1192
+ readonly: boolean | null;
1185
1193
  messages: string | readonly string[];
1186
1194
  focused: boolean;
1187
1195
  errorMessages: string | readonly string[] | null;
1188
1196
  maxErrors: string | number;
1189
- readonly: boolean | null;
1190
1197
  rules: readonly ValidationRule[];
1191
1198
  density: Density;
1192
- direction: "horizontal" | "vertical";
1193
1199
  centerAffix: boolean;
1194
1200
  hideSpinButtons: boolean;
1195
1201
  persistentHint: boolean;
1196
1202
  }> & Omit<{
1197
- style: vue.StyleValue;
1198
1203
  error: boolean;
1204
+ direction: "horizontal" | "vertical";
1205
+ style: vue.StyleValue;
1199
1206
  disabled: boolean | null;
1207
+ readonly: boolean | null;
1200
1208
  messages: string | readonly string[];
1201
1209
  focused: boolean;
1202
1210
  errorMessages: string | readonly string[] | null;
1203
1211
  maxErrors: string | number;
1204
- readonly: boolean | null;
1205
1212
  rules: readonly ValidationRule[];
1206
1213
  density: Density;
1207
- direction: "horizontal" | "vertical";
1208
1214
  centerAffix: boolean;
1209
1215
  hideSpinButtons: boolean;
1210
1216
  persistentHint: boolean;
1211
- class?: any;
1212
1217
  id?: string | undefined;
1213
- label?: string | undefined;
1214
1218
  width?: string | number | undefined;
1215
- theme?: string | undefined;
1216
1219
  name?: string | undefined;
1217
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1218
- 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;
1219
- validationValue?: any;
1220
1220
  maxWidth?: string | number | undefined;
1221
1221
  minWidth?: string | number | undefined;
1222
+ label?: string | undefined;
1223
+ class?: any;
1224
+ theme?: string | undefined;
1225
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1226
+ 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;
1227
+ validationValue?: any;
1222
1228
  prependIcon?: IconValue | undefined;
1223
1229
  appendIcon?: IconValue | undefined;
1224
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1225
1230
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1231
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1226
1232
  hint?: string | undefined;
1227
1233
  hideDetails?: boolean | "auto" | undefined;
1228
1234
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1229
- style: vue.StyleValue;
1230
1235
  error: boolean;
1236
+ direction: "horizontal" | "vertical";
1237
+ style: vue.StyleValue;
1231
1238
  disabled: boolean | null;
1239
+ readonly: boolean | null;
1232
1240
  messages: string | readonly string[];
1233
1241
  focused: boolean;
1234
1242
  errorMessages: string | readonly string[] | null;
1235
1243
  maxErrors: string | number;
1236
- readonly: boolean | null;
1237
1244
  rules: readonly ValidationRule[];
1238
1245
  density: Density;
1239
- direction: "horizontal" | "vertical";
1240
1246
  centerAffix: boolean;
1241
1247
  hideSpinButtons: boolean;
1242
1248
  persistentHint: boolean;
1243
1249
  } & {
1244
- class?: any;
1245
1250
  id?: string | undefined;
1246
- label?: string | undefined;
1247
1251
  width?: string | number | undefined;
1248
- theme?: string | undefined;
1249
1252
  name?: string | undefined;
1250
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1251
- 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;
1252
- validationValue?: any;
1253
1253
  maxWidth?: string | number | undefined;
1254
1254
  minWidth?: string | number | undefined;
1255
+ label?: string | undefined;
1256
+ class?: any;
1257
+ theme?: string | undefined;
1258
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1259
+ 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;
1260
+ validationValue?: any;
1255
1261
  prependIcon?: IconValue | undefined;
1256
1262
  appendIcon?: IconValue | undefined;
1257
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1258
1263
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1264
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1259
1265
  hint?: string | undefined;
1260
1266
  hideDetails?: boolean | "auto" | undefined;
1261
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1267
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1262
1268
  $attrs: {
1263
1269
  [x: string]: unknown;
1264
1270
  };
@@ -1287,36 +1293,36 @@ declare const VTextarea: {
1287
1293
  $emit: (event: string, ...args: any[]) => void;
1288
1294
  $el: any;
1289
1295
  $options: vue.ComponentOptionsBase<{
1290
- style: vue.StyleValue;
1291
1296
  error: boolean;
1297
+ direction: "horizontal" | "vertical";
1298
+ style: vue.StyleValue;
1292
1299
  disabled: boolean | null;
1300
+ readonly: boolean | null;
1293
1301
  messages: string | readonly string[];
1294
1302
  focused: boolean;
1295
1303
  errorMessages: string | readonly string[] | null;
1296
1304
  maxErrors: string | number;
1297
- readonly: boolean | null;
1298
1305
  rules: readonly ValidationRule[];
1299
1306
  density: Density;
1300
- direction: "horizontal" | "vertical";
1301
1307
  centerAffix: boolean;
1302
1308
  hideSpinButtons: boolean;
1303
1309
  persistentHint: boolean;
1304
1310
  } & {
1305
- class?: any;
1306
1311
  id?: string | undefined;
1307
- label?: string | undefined;
1308
1312
  width?: string | number | undefined;
1309
- theme?: string | undefined;
1310
1313
  name?: string | undefined;
1311
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1312
- 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;
1313
- validationValue?: any;
1314
1314
  maxWidth?: string | number | undefined;
1315
1315
  minWidth?: string | number | undefined;
1316
+ label?: string | undefined;
1317
+ class?: any;
1318
+ theme?: string | undefined;
1319
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1320
+ 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;
1321
+ validationValue?: any;
1316
1322
  prependIcon?: IconValue | undefined;
1317
1323
  appendIcon?: IconValue | undefined;
1318
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1319
1324
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1325
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1320
1326
  hint?: string | undefined;
1321
1327
  hideDetails?: boolean | "auto" | undefined;
1322
1328
  } & {}, {
@@ -1327,18 +1333,18 @@ declare const VTextarea: {
1327
1333
  errorMessages: vue.ComputedRef<string[]>;
1328
1334
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1329
1335
  'update:modelValue': (value: any) => true;
1330
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1331
- style: vue.StyleValue;
1336
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1332
1337
  error: boolean;
1338
+ direction: "horizontal" | "vertical";
1339
+ style: vue.StyleValue;
1333
1340
  disabled: boolean | null;
1341
+ readonly: boolean | null;
1334
1342
  messages: string | readonly string[];
1335
1343
  focused: boolean;
1336
1344
  errorMessages: string | readonly string[] | null;
1337
1345
  maxErrors: string | number;
1338
- readonly: boolean | null;
1339
1346
  rules: readonly ValidationRule[];
1340
1347
  density: Density;
1341
- direction: "horizontal" | "vertical";
1342
1348
  centerAffix: boolean;
1343
1349
  hideSpinButtons: boolean;
1344
1350
  persistentHint: boolean;
@@ -1379,36 +1385,36 @@ declare const VTextarea: {
1379
1385
  $nextTick: typeof nextTick;
1380
1386
  $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;
1381
1387
  } & Omit<{
1382
- style: vue.StyleValue;
1383
1388
  error: boolean;
1389
+ direction: "horizontal" | "vertical";
1390
+ style: vue.StyleValue;
1384
1391
  disabled: boolean | null;
1392
+ readonly: boolean | null;
1385
1393
  messages: string | readonly string[];
1386
1394
  focused: boolean;
1387
1395
  errorMessages: string | readonly string[] | null;
1388
1396
  maxErrors: string | number;
1389
- readonly: boolean | null;
1390
1397
  rules: readonly ValidationRule[];
1391
1398
  density: Density;
1392
- direction: "horizontal" | "vertical";
1393
1399
  centerAffix: boolean;
1394
1400
  hideSpinButtons: boolean;
1395
1401
  persistentHint: boolean;
1396
1402
  } & {
1397
- class?: any;
1398
1403
  id?: string | undefined;
1399
- label?: string | undefined;
1400
1404
  width?: string | number | undefined;
1401
- theme?: string | undefined;
1402
1405
  name?: string | undefined;
1403
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1404
- 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;
1405
- validationValue?: any;
1406
1406
  maxWidth?: string | number | undefined;
1407
1407
  minWidth?: string | number | undefined;
1408
+ label?: string | undefined;
1409
+ class?: any;
1410
+ theme?: string | undefined;
1411
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1412
+ 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;
1413
+ validationValue?: any;
1408
1414
  prependIcon?: IconValue | undefined;
1409
1415
  appendIcon?: IconValue | undefined;
1410
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1411
1416
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1417
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1412
1418
  hint?: string | undefined;
1413
1419
  hideDetails?: boolean | "auto" | undefined;
1414
1420
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1420,33 +1426,34 @@ declare const VTextarea: {
1420
1426
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1421
1427
  modelValue?: unknown;
1422
1428
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1423
- }, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1429
+ }, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1424
1430
  'click:control': (e: MouseEvent) => true;
1425
1431
  'mousedown:control': (e: MouseEvent) => true;
1426
1432
  'update:focused': (focused: boolean) => true;
1427
1433
  'update:modelValue': (val: string) => true;
1428
1434
  }, string, {
1429
- reverse: boolean;
1430
1435
  flat: boolean;
1431
- style: vue.StyleValue;
1432
- active: boolean;
1436
+ reverse: boolean;
1437
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1433
1438
  error: boolean;
1439
+ active: boolean;
1440
+ direction: "horizontal" | "vertical";
1441
+ style: vue.StyleValue;
1442
+ autofocus: boolean;
1434
1443
  disabled: boolean;
1444
+ readonly: boolean | null;
1435
1445
  messages: string | readonly string[];
1436
1446
  focused: boolean;
1437
1447
  errorMessages: string | readonly string[] | null;
1438
1448
  maxErrors: string | number;
1439
- readonly: boolean | null;
1440
1449
  rules: readonly ValidationRule[];
1441
1450
  rounded: string | number | boolean;
1442
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1443
1451
  tile: boolean;
1444
1452
  density: Density;
1445
- direction: "horizontal" | "vertical";
1446
1453
  clearIcon: IconValue;
1454
+ centerAffix: boolean;
1447
1455
  hideSpinButtons: boolean;
1448
1456
  persistentHint: boolean;
1449
- autofocus: boolean;
1450
1457
  clearable: boolean;
1451
1458
  dirty: boolean;
1452
1459
  persistentClear: boolean;
@@ -1457,6 +1464,9 @@ declare const VTextarea: {
1457
1464
  noResize: boolean;
1458
1465
  rows: string | number;
1459
1466
  }, {}, string, vue.SlotsType<Partial<{
1467
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1468
+ [key: string]: any;
1469
+ }>[];
1460
1470
  clear: (arg: DefaultInputSlot & {
1461
1471
  props: Record<string, any>;
1462
1472
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1471,15 +1481,12 @@ declare const VTextarea: {
1471
1481
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1472
1482
  [key: string]: any;
1473
1483
  }>[];
1474
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1484
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1475
1485
  [key: string]: any;
1476
1486
  }>[];
1477
1487
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1478
1488
  [key: string]: any;
1479
1489
  }>[];
1480
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1481
- [key: string]: any;
1482
- }>[];
1483
1490
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1484
1491
  [key: string]: any;
1485
1492
  }>[];
@@ -1493,55 +1500,52 @@ declare const VTextarea: {
1493
1500
  [key: string]: any;
1494
1501
  }>[];
1495
1502
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1496
- reverse: BooleanConstructor;
1497
- flat: BooleanConstructor;
1503
+ theme: StringConstructor;
1504
+ rounded: {
1505
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1506
+ default: undefined;
1507
+ };
1508
+ tile: BooleanConstructor;
1509
+ loading: (StringConstructor | BooleanConstructor)[];
1498
1510
  class: PropType<any>;
1499
1511
  style: {
1500
1512
  type: PropType<vue.StyleValue>;
1501
1513
  default: null;
1502
1514
  };
1503
- label: StringConstructor;
1515
+ appendInnerIcon: PropType<IconValue>;
1516
+ bgColor: StringConstructor;
1517
+ clearable: BooleanConstructor;
1518
+ clearIcon: {
1519
+ type: PropType<IconValue>;
1520
+ default: string;
1521
+ };
1504
1522
  active: BooleanConstructor;
1505
- error: BooleanConstructor;
1506
- theme: StringConstructor;
1523
+ centerAffix: {
1524
+ type: BooleanConstructor;
1525
+ default: undefined;
1526
+ };
1507
1527
  color: StringConstructor;
1528
+ baseColor: StringConstructor;
1529
+ dirty: BooleanConstructor;
1508
1530
  disabled: {
1509
1531
  type: BooleanConstructor;
1510
1532
  default: null;
1511
1533
  };
1512
- loading: (StringConstructor | BooleanConstructor)[];
1513
- rounded: {
1514
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1515
- default: undefined;
1516
- };
1534
+ error: BooleanConstructor;
1535
+ flat: BooleanConstructor;
1536
+ label: StringConstructor;
1537
+ persistentClear: BooleanConstructor;
1538
+ prependInnerIcon: PropType<IconValue>;
1539
+ reverse: BooleanConstructor;
1540
+ singleLine: BooleanConstructor;
1517
1541
  variant: {
1518
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1542
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1519
1543
  default: string;
1520
1544
  validator: (v: any) => boolean;
1521
1545
  };
1522
- tile: BooleanConstructor;
1523
- baseColor: StringConstructor;
1524
- bgColor: StringConstructor;
1525
- clearIcon: {
1526
- type: PropType<IconValue>;
1527
- default: string;
1528
- };
1529
- appendInnerIcon: PropType<IconValue>;
1530
- prependInnerIcon: PropType<IconValue>;
1531
1546
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
1532
1547
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
1533
1548
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
1534
- clearable: BooleanConstructor;
1535
- dirty: BooleanConstructor;
1536
- persistentClear: BooleanConstructor;
1537
- singleLine: BooleanConstructor;
1538
- id: StringConstructor;
1539
- width: (StringConstructor | NumberConstructor)[];
1540
- name: StringConstructor;
1541
- messages: {
1542
- type: PropType<string | readonly string[]>;
1543
- default: () => never[];
1544
- };
1545
1549
  focused: BooleanConstructor;
1546
1550
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
1547
1551
  errorMessages: {
@@ -1552,6 +1556,7 @@ declare const VTextarea: {
1552
1556
  type: (StringConstructor | NumberConstructor)[];
1553
1557
  default: number;
1554
1558
  };
1559
+ name: StringConstructor;
1555
1560
  readonly: {
1556
1561
  type: PropType<boolean | null>;
1557
1562
  default: null;
@@ -1561,8 +1566,9 @@ declare const VTextarea: {
1561
1566
  default: () => never[];
1562
1567
  };
1563
1568
  modelValue: null;
1564
- 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>;
1569
+ 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>;
1565
1570
  validationValue: null;
1571
+ width: (StringConstructor | NumberConstructor)[];
1566
1572
  maxWidth: (StringConstructor | NumberConstructor)[];
1567
1573
  minWidth: (StringConstructor | NumberConstructor)[];
1568
1574
  density: {
@@ -1570,19 +1576,24 @@ declare const VTextarea: {
1570
1576
  default: string;
1571
1577
  validator: (v: any) => boolean;
1572
1578
  };
1579
+ id: StringConstructor;
1580
+ appendIcon: PropType<IconValue>;
1581
+ prependIcon: PropType<IconValue>;
1582
+ hideDetails: PropType<boolean | "auto">;
1583
+ hideSpinButtons: BooleanConstructor;
1584
+ hint: StringConstructor;
1585
+ persistentHint: BooleanConstructor;
1586
+ messages: {
1587
+ type: PropType<string | readonly string[]>;
1588
+ default: () => never[];
1589
+ };
1573
1590
  direction: {
1574
1591
  type: PropType<"horizontal" | "vertical">;
1575
1592
  default: string;
1576
1593
  validator: (v: any) => boolean;
1577
1594
  };
1578
- prependIcon: PropType<IconValue>;
1579
- appendIcon: PropType<IconValue>;
1580
1595
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
1581
1596
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
1582
- hideSpinButtons: BooleanConstructor;
1583
- hint: StringConstructor;
1584
- persistentHint: BooleanConstructor;
1585
- hideDetails: PropType<boolean | "auto">;
1586
1597
  autoGrow: BooleanConstructor;
1587
1598
  autofocus: BooleanConstructor;
1588
1599
  counter: PropType<string | number | true>;
@@ -1604,55 +1615,52 @@ declare const VTextarea: {
1604
1615
  suffix: StringConstructor;
1605
1616
  modelModifiers: PropType<Record<string, boolean>>;
1606
1617
  }, vue.ExtractPropTypes<{
1607
- reverse: BooleanConstructor;
1608
- flat: BooleanConstructor;
1618
+ theme: StringConstructor;
1619
+ rounded: {
1620
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1621
+ default: undefined;
1622
+ };
1623
+ tile: BooleanConstructor;
1624
+ loading: (StringConstructor | BooleanConstructor)[];
1609
1625
  class: PropType<any>;
1610
1626
  style: {
1611
1627
  type: PropType<vue.StyleValue>;
1612
1628
  default: null;
1613
1629
  };
1614
- label: StringConstructor;
1630
+ appendInnerIcon: PropType<IconValue>;
1631
+ bgColor: StringConstructor;
1632
+ clearable: BooleanConstructor;
1633
+ clearIcon: {
1634
+ type: PropType<IconValue>;
1635
+ default: string;
1636
+ };
1615
1637
  active: BooleanConstructor;
1616
- error: BooleanConstructor;
1617
- theme: StringConstructor;
1638
+ centerAffix: {
1639
+ type: BooleanConstructor;
1640
+ default: undefined;
1641
+ };
1618
1642
  color: StringConstructor;
1643
+ baseColor: StringConstructor;
1644
+ dirty: BooleanConstructor;
1619
1645
  disabled: {
1620
1646
  type: BooleanConstructor;
1621
1647
  default: null;
1622
1648
  };
1623
- loading: (StringConstructor | BooleanConstructor)[];
1624
- rounded: {
1625
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1626
- default: undefined;
1627
- };
1649
+ error: BooleanConstructor;
1650
+ flat: BooleanConstructor;
1651
+ label: StringConstructor;
1652
+ persistentClear: BooleanConstructor;
1653
+ prependInnerIcon: PropType<IconValue>;
1654
+ reverse: BooleanConstructor;
1655
+ singleLine: BooleanConstructor;
1628
1656
  variant: {
1629
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1657
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1630
1658
  default: string;
1631
1659
  validator: (v: any) => boolean;
1632
1660
  };
1633
- tile: BooleanConstructor;
1634
- baseColor: StringConstructor;
1635
- bgColor: StringConstructor;
1636
- clearIcon: {
1637
- type: PropType<IconValue>;
1638
- default: string;
1639
- };
1640
- appendInnerIcon: PropType<IconValue>;
1641
- prependInnerIcon: PropType<IconValue>;
1642
1661
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
1643
1662
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
1644
1663
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
1645
- clearable: BooleanConstructor;
1646
- dirty: BooleanConstructor;
1647
- persistentClear: BooleanConstructor;
1648
- singleLine: BooleanConstructor;
1649
- id: StringConstructor;
1650
- width: (StringConstructor | NumberConstructor)[];
1651
- name: StringConstructor;
1652
- messages: {
1653
- type: PropType<string | readonly string[]>;
1654
- default: () => never[];
1655
- };
1656
1664
  focused: BooleanConstructor;
1657
1665
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
1658
1666
  errorMessages: {
@@ -1663,6 +1671,7 @@ declare const VTextarea: {
1663
1671
  type: (StringConstructor | NumberConstructor)[];
1664
1672
  default: number;
1665
1673
  };
1674
+ name: StringConstructor;
1666
1675
  readonly: {
1667
1676
  type: PropType<boolean | null>;
1668
1677
  default: null;
@@ -1672,8 +1681,9 @@ declare const VTextarea: {
1672
1681
  default: () => never[];
1673
1682
  };
1674
1683
  modelValue: null;
1675
- 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>;
1684
+ 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>;
1676
1685
  validationValue: null;
1686
+ width: (StringConstructor | NumberConstructor)[];
1677
1687
  maxWidth: (StringConstructor | NumberConstructor)[];
1678
1688
  minWidth: (StringConstructor | NumberConstructor)[];
1679
1689
  density: {
@@ -1681,19 +1691,24 @@ declare const VTextarea: {
1681
1691
  default: string;
1682
1692
  validator: (v: any) => boolean;
1683
1693
  };
1694
+ id: StringConstructor;
1695
+ appendIcon: PropType<IconValue>;
1696
+ prependIcon: PropType<IconValue>;
1697
+ hideDetails: PropType<boolean | "auto">;
1698
+ hideSpinButtons: BooleanConstructor;
1699
+ hint: StringConstructor;
1700
+ persistentHint: BooleanConstructor;
1701
+ messages: {
1702
+ type: PropType<string | readonly string[]>;
1703
+ default: () => never[];
1704
+ };
1684
1705
  direction: {
1685
1706
  type: PropType<"horizontal" | "vertical">;
1686
1707
  default: string;
1687
1708
  validator: (v: any) => boolean;
1688
1709
  };
1689
- prependIcon: PropType<IconValue>;
1690
- appendIcon: PropType<IconValue>;
1691
1710
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
1692
1711
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
1693
- hideSpinButtons: BooleanConstructor;
1694
- hint: StringConstructor;
1695
- persistentHint: BooleanConstructor;
1696
- hideDetails: PropType<boolean | "auto">;
1697
1712
  autoGrow: BooleanConstructor;
1698
1713
  autofocus: BooleanConstructor;
1699
1714
  counter: PropType<string | number | true>;