vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -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") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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,8 +139,8 @@ 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
146
  centerAffix?: boolean | undefined;
@@ -152,6 +152,7 @@ declare const VTextarea: {
152
152
  maxRows?: string | number | undefined;
153
153
  } & {
154
154
  $children?: {} | vue.VNodeChild | {
155
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
155
156
  clear?: ((arg: DefaultInputSlot & {
156
157
  props: Record<string, any>;
157
158
  }) => vue.VNodeChild) | undefined;
@@ -160,15 +161,15 @@ declare const VTextarea: {
160
161
  label: string | undefined;
161
162
  props: Record<string, any>;
162
163
  }) => vue.VNodeChild) | undefined;
163
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
164
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
165
164
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
165
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
166
166
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
167
167
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
168
168
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
169
169
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
170
170
  };
171
171
  'v-slots'?: {
172
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
172
173
  clear?: false | ((arg: DefaultInputSlot & {
173
174
  props: Record<string, any>;
174
175
  }) => vue.VNodeChild) | undefined;
@@ -177,15 +178,15 @@ declare const VTextarea: {
177
178
  label: string | undefined;
178
179
  props: Record<string, any>;
179
180
  }) => vue.VNodeChild) | undefined;
180
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
181
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
182
181
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
182
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
183
183
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
184
184
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
185
185
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
186
186
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
187
187
  } | undefined;
188
188
  } & {
189
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
189
190
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
190
191
  props: Record<string, any>;
191
192
  }) => vue.VNodeChild) | undefined;
@@ -194,9 +195,8 @@ declare const VTextarea: {
194
195
  label: string | undefined;
195
196
  props: Record<string, any>;
196
197
  }) => vue.VNodeChild) | undefined;
197
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
198
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
199
198
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
199
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
200
200
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
201
201
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
202
202
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -210,86 +210,86 @@ declare const VTextarea: {
210
210
  $: vue.ComponentInternalInstance;
211
211
  $data: {};
212
212
  $props: Partial<{
213
- style: vue.StyleValue;
214
213
  error: boolean;
214
+ direction: "horizontal" | "vertical";
215
+ style: vue.StyleValue;
215
216
  disabled: boolean | null;
217
+ readonly: boolean | null;
216
218
  messages: string | readonly string[];
217
219
  focused: boolean;
218
220
  errorMessages: string | readonly string[] | null;
219
221
  maxErrors: string | number;
220
- readonly: boolean | null;
221
222
  rules: readonly ValidationRule[];
222
223
  density: Density;
223
- direction: "horizontal" | "vertical";
224
224
  centerAffix: boolean;
225
225
  hideSpinButtons: boolean;
226
226
  persistentHint: boolean;
227
227
  }> & Omit<{
228
- style: vue.StyleValue;
229
228
  error: boolean;
229
+ direction: "horizontal" | "vertical";
230
+ style: vue.StyleValue;
230
231
  disabled: boolean | null;
232
+ readonly: boolean | null;
231
233
  messages: string | readonly string[];
232
234
  focused: boolean;
233
235
  errorMessages: string | readonly string[] | null;
234
236
  maxErrors: string | number;
235
- readonly: boolean | null;
236
237
  rules: readonly ValidationRule[];
237
238
  density: Density;
238
- direction: "horizontal" | "vertical";
239
239
  centerAffix: boolean;
240
240
  hideSpinButtons: boolean;
241
241
  persistentHint: boolean;
242
- class?: any;
243
242
  id?: string | undefined;
244
- label?: string | undefined;
245
243
  width?: string | number | undefined;
246
- theme?: string | undefined;
247
244
  name?: string | undefined;
248
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
249
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
250
- validationValue?: any;
251
245
  maxWidth?: string | number | undefined;
252
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;
253
253
  prependIcon?: IconValue | undefined;
254
254
  appendIcon?: IconValue | undefined;
255
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
256
255
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
256
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
257
257
  hint?: string | undefined;
258
258
  hideDetails?: boolean | "auto" | undefined;
259
259
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
260
- style: vue.StyleValue;
261
260
  error: boolean;
261
+ direction: "horizontal" | "vertical";
262
+ style: vue.StyleValue;
262
263
  disabled: boolean | null;
264
+ readonly: boolean | null;
263
265
  messages: string | readonly string[];
264
266
  focused: boolean;
265
267
  errorMessages: string | readonly string[] | null;
266
268
  maxErrors: string | number;
267
- readonly: boolean | null;
268
269
  rules: readonly ValidationRule[];
269
270
  density: Density;
270
- direction: "horizontal" | "vertical";
271
271
  centerAffix: boolean;
272
272
  hideSpinButtons: boolean;
273
273
  persistentHint: boolean;
274
274
  } & {
275
- class?: any;
276
275
  id?: string | undefined;
277
- label?: string | undefined;
278
276
  width?: string | number | undefined;
279
- theme?: string | undefined;
280
277
  name?: string | undefined;
281
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
282
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
283
- validationValue?: any;
284
278
  maxWidth?: string | number | undefined;
285
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;
286
286
  prependIcon?: IconValue | undefined;
287
287
  appendIcon?: IconValue | undefined;
288
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
289
288
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
289
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
290
290
  hint?: string | undefined;
291
291
  hideDetails?: boolean | "auto" | undefined;
292
- } & {}, "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">;
293
293
  $attrs: {
294
294
  [x: string]: unknown;
295
295
  };
@@ -318,36 +318,36 @@ declare const VTextarea: {
318
318
  $emit: (event: string, ...args: any[]) => void;
319
319
  $el: any;
320
320
  $options: vue.ComponentOptionsBase<{
321
- style: vue.StyleValue;
322
321
  error: boolean;
322
+ direction: "horizontal" | "vertical";
323
+ style: vue.StyleValue;
323
324
  disabled: boolean | null;
325
+ readonly: boolean | null;
324
326
  messages: string | readonly string[];
325
327
  focused: boolean;
326
328
  errorMessages: string | readonly string[] | null;
327
329
  maxErrors: string | number;
328
- readonly: boolean | null;
329
330
  rules: readonly ValidationRule[];
330
331
  density: Density;
331
- direction: "horizontal" | "vertical";
332
332
  centerAffix: boolean;
333
333
  hideSpinButtons: boolean;
334
334
  persistentHint: boolean;
335
335
  } & {
336
- class?: any;
337
336
  id?: string | undefined;
338
- label?: string | undefined;
339
337
  width?: string | number | undefined;
340
- theme?: string | undefined;
341
338
  name?: string | undefined;
342
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
343
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
344
- validationValue?: any;
345
339
  maxWidth?: string | number | undefined;
346
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;
347
347
  prependIcon?: IconValue | undefined;
348
348
  appendIcon?: IconValue | undefined;
349
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
350
349
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
350
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
351
351
  hint?: string | undefined;
352
352
  hideDetails?: boolean | "auto" | undefined;
353
353
  } & {}, {
@@ -358,18 +358,18 @@ declare const VTextarea: {
358
358
  errorMessages: vue.ComputedRef<string[]>;
359
359
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
360
360
  'update:modelValue': (value: any) => true;
361
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
362
- 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, {
363
362
  error: boolean;
363
+ direction: "horizontal" | "vertical";
364
+ style: vue.StyleValue;
364
365
  disabled: boolean | null;
366
+ readonly: boolean | null;
365
367
  messages: string | readonly string[];
366
368
  focused: boolean;
367
369
  errorMessages: string | readonly string[] | null;
368
370
  maxErrors: string | number;
369
- readonly: boolean | null;
370
371
  rules: readonly ValidationRule[];
371
372
  density: Density;
372
- direction: "horizontal" | "vertical";
373
373
  centerAffix: boolean;
374
374
  hideSpinButtons: boolean;
375
375
  persistentHint: boolean;
@@ -410,36 +410,36 @@ declare const VTextarea: {
410
410
  $nextTick: typeof nextTick;
411
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;
412
412
  } & Omit<{
413
- style: vue.StyleValue;
414
413
  error: boolean;
414
+ direction: "horizontal" | "vertical";
415
+ style: vue.StyleValue;
415
416
  disabled: boolean | null;
417
+ readonly: boolean | null;
416
418
  messages: string | readonly string[];
417
419
  focused: boolean;
418
420
  errorMessages: string | readonly string[] | null;
419
421
  maxErrors: string | number;
420
- readonly: boolean | null;
421
422
  rules: readonly ValidationRule[];
422
423
  density: Density;
423
- direction: "horizontal" | "vertical";
424
424
  centerAffix: boolean;
425
425
  hideSpinButtons: boolean;
426
426
  persistentHint: boolean;
427
427
  } & {
428
- class?: any;
429
428
  id?: string | undefined;
430
- label?: string | undefined;
431
429
  width?: string | number | undefined;
432
- theme?: string | undefined;
433
430
  name?: string | undefined;
434
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
435
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
436
- validationValue?: any;
437
431
  maxWidth?: string | number | undefined;
438
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;
439
439
  prependIcon?: IconValue | undefined;
440
440
  appendIcon?: IconValue | undefined;
441
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
442
441
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
442
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
443
443
  hint?: string | undefined;
444
444
  hideDetails?: boolean | "auto" | undefined;
445
445
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -451,32 +451,32 @@ declare const VTextarea: {
451
451
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
452
452
  modelValue?: unknown;
453
453
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
454
- }, 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, {
455
455
  'click:control': (e: MouseEvent) => true;
456
456
  'mousedown:control': (e: MouseEvent) => true;
457
457
  'update:focused': (focused: boolean) => true;
458
458
  'update:modelValue': (val: string) => true;
459
459
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
460
- reverse: boolean;
461
460
  flat: boolean;
462
- style: vue.StyleValue;
463
- active: boolean;
461
+ reverse: boolean;
462
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
464
463
  error: boolean;
464
+ active: boolean;
465
+ direction: "horizontal" | "vertical";
466
+ style: vue.StyleValue;
467
+ autofocus: boolean;
465
468
  disabled: boolean;
469
+ readonly: boolean | null;
466
470
  messages: string | readonly string[];
467
471
  focused: boolean;
468
472
  errorMessages: string | readonly string[] | null;
469
473
  maxErrors: string | number;
470
- readonly: boolean | null;
471
474
  rules: readonly ValidationRule[];
472
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
473
475
  tile: boolean;
474
476
  density: Density;
475
- direction: "horizontal" | "vertical";
476
477
  clearIcon: IconValue;
477
478
  hideSpinButtons: boolean;
478
479
  persistentHint: boolean;
479
- autofocus: boolean;
480
480
  clearable: boolean;
481
481
  dirty: boolean;
482
482
  persistentClear: boolean;
@@ -487,24 +487,24 @@ declare const VTextarea: {
487
487
  noResize: boolean;
488
488
  rows: string | number;
489
489
  } & {
490
- class?: any;
491
490
  id?: string | undefined;
492
- label?: string | undefined;
493
491
  width?: string | number | undefined;
494
- theme?: string | undefined;
495
- color?: string | undefined;
496
492
  name?: string | undefined;
497
- prefix?: string | undefined;
493
+ color?: string | undefined;
494
+ maxWidth?: string | number | undefined;
495
+ minWidth?: string | number | undefined;
498
496
  loading?: string | boolean | undefined;
497
+ label?: string | undefined;
498
+ prefix?: string | undefined;
499
+ class?: any;
499
500
  placeholder?: string | undefined;
501
+ theme?: string | undefined;
500
502
  counter?: string | number | true | undefined;
501
503
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
502
504
  modelValue?: any;
503
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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;
504
506
  validationValue?: any;
505
507
  rounded?: string | number | boolean | undefined;
506
- maxWidth?: string | number | undefined;
507
- minWidth?: string | number | undefined;
508
508
  baseColor?: string | undefined;
509
509
  bgColor?: string | undefined;
510
510
  prependIcon?: IconValue | undefined;
@@ -512,8 +512,8 @@ declare const VTextarea: {
512
512
  appendInnerIcon?: IconValue | undefined;
513
513
  prependInnerIcon?: IconValue | undefined;
514
514
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
515
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
516
515
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
516
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
517
517
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
518
518
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
519
519
  centerAffix?: boolean | undefined;
@@ -525,6 +525,7 @@ declare const VTextarea: {
525
525
  maxRows?: string | number | undefined;
526
526
  } & {
527
527
  $children?: {} | vue.VNodeChild | {
528
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
528
529
  clear?: ((arg: DefaultInputSlot & {
529
530
  props: Record<string, any>;
530
531
  }) => vue.VNodeChild) | undefined;
@@ -533,15 +534,15 @@ declare const VTextarea: {
533
534
  label: string | undefined;
534
535
  props: Record<string, any>;
535
536
  }) => vue.VNodeChild) | undefined;
536
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
537
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
538
537
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
538
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
539
539
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
540
540
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
541
541
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
542
542
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
543
543
  };
544
544
  'v-slots'?: {
545
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
545
546
  clear?: false | ((arg: DefaultInputSlot & {
546
547
  props: Record<string, any>;
547
548
  }) => vue.VNodeChild) | undefined;
@@ -550,15 +551,15 @@ declare const VTextarea: {
550
551
  label: string | undefined;
551
552
  props: Record<string, any>;
552
553
  }) => vue.VNodeChild) | undefined;
553
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
554
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
555
554
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
555
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
556
556
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
557
557
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
558
558
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
559
559
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
560
560
  } | undefined;
561
561
  } & {
562
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
562
563
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
563
564
  props: Record<string, any>;
564
565
  }) => vue.VNodeChild) | undefined;
@@ -567,9 +568,8 @@ declare const VTextarea: {
567
568
  label: string | undefined;
568
569
  props: Record<string, any>;
569
570
  }) => vue.VNodeChild) | undefined;
570
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
571
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
572
571
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
572
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
573
573
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
574
574
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
575
575
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -580,28 +580,28 @@ declare const VTextarea: {
580
580
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
581
581
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
582
582
  }, {
583
- reverse: boolean;
584
583
  flat: boolean;
585
- style: vue.StyleValue;
586
- active: boolean;
584
+ reverse: boolean;
585
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
587
586
  error: boolean;
587
+ active: boolean;
588
+ direction: "horizontal" | "vertical";
589
+ style: vue.StyleValue;
590
+ autofocus: boolean;
588
591
  disabled: boolean;
592
+ readonly: boolean | null;
589
593
  messages: string | readonly string[];
590
594
  focused: boolean;
591
595
  errorMessages: string | readonly string[] | null;
592
596
  maxErrors: string | number;
593
- readonly: boolean | null;
594
597
  rules: readonly ValidationRule[];
595
598
  rounded: string | number | boolean;
596
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
597
599
  tile: boolean;
598
600
  density: Density;
599
- direction: "horizontal" | "vertical";
600
601
  clearIcon: IconValue;
601
602
  centerAffix: boolean;
602
603
  hideSpinButtons: boolean;
603
604
  persistentHint: boolean;
604
- autofocus: boolean;
605
605
  clearable: boolean;
606
606
  dirty: boolean;
607
607
  persistentClear: boolean;
@@ -612,6 +612,9 @@ declare const VTextarea: {
612
612
  noResize: boolean;
613
613
  rows: string | number;
614
614
  }, true, {}, vue.SlotsType<Partial<{
615
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
616
+ [key: string]: any;
617
+ }>[];
615
618
  clear: (arg: DefaultInputSlot & {
616
619
  props: Record<string, any>;
617
620
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -626,15 +629,12 @@ declare const VTextarea: {
626
629
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
627
630
  [key: string]: any;
628
631
  }>[];
629
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
632
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
630
633
  [key: string]: any;
631
634
  }>[];
632
635
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
633
636
  [key: string]: any;
634
637
  }>[];
635
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
636
- [key: string]: any;
637
- }>[];
638
638
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
639
639
  [key: string]: any;
640
640
  }>[];
@@ -655,26 +655,26 @@ declare const VTextarea: {
655
655
  M: {};
656
656
  Defaults: {};
657
657
  }, {
658
- reverse: boolean;
659
658
  flat: boolean;
660
- style: vue.StyleValue;
661
- active: boolean;
659
+ reverse: boolean;
660
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
662
661
  error: boolean;
662
+ active: boolean;
663
+ direction: "horizontal" | "vertical";
664
+ style: vue.StyleValue;
665
+ autofocus: boolean;
663
666
  disabled: boolean;
667
+ readonly: boolean | null;
664
668
  messages: string | readonly string[];
665
669
  focused: boolean;
666
670
  errorMessages: string | readonly string[] | null;
667
671
  maxErrors: string | number;
668
- readonly: boolean | null;
669
672
  rules: readonly ValidationRule[];
670
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
671
673
  tile: boolean;
672
674
  density: Density;
673
- direction: "horizontal" | "vertical";
674
675
  clearIcon: IconValue;
675
676
  hideSpinButtons: boolean;
676
677
  persistentHint: boolean;
677
- autofocus: boolean;
678
678
  clearable: boolean;
679
679
  dirty: boolean;
680
680
  persistentClear: boolean;
@@ -685,24 +685,24 @@ declare const VTextarea: {
685
685
  noResize: boolean;
686
686
  rows: string | number;
687
687
  } & {
688
- class?: any;
689
688
  id?: string | undefined;
690
- label?: string | undefined;
691
689
  width?: string | number | undefined;
692
- theme?: string | undefined;
693
- color?: string | undefined;
694
690
  name?: string | undefined;
695
- prefix?: string | undefined;
691
+ color?: string | undefined;
692
+ maxWidth?: string | number | undefined;
693
+ minWidth?: string | number | undefined;
696
694
  loading?: string | boolean | undefined;
695
+ label?: string | undefined;
696
+ prefix?: string | undefined;
697
+ class?: any;
697
698
  placeholder?: string | undefined;
699
+ theme?: string | undefined;
698
700
  counter?: string | number | true | undefined;
699
701
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
700
702
  modelValue?: any;
701
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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;
702
704
  validationValue?: any;
703
705
  rounded?: string | number | boolean | undefined;
704
- maxWidth?: string | number | undefined;
705
- minWidth?: string | number | undefined;
706
706
  baseColor?: string | undefined;
707
707
  bgColor?: string | undefined;
708
708
  prependIcon?: IconValue | undefined;
@@ -710,8 +710,8 @@ declare const VTextarea: {
710
710
  appendInnerIcon?: IconValue | undefined;
711
711
  prependInnerIcon?: IconValue | undefined;
712
712
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
713
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
714
713
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
714
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
715
715
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
716
716
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
717
717
  centerAffix?: boolean | undefined;
@@ -723,6 +723,7 @@ declare const VTextarea: {
723
723
  maxRows?: string | number | undefined;
724
724
  } & {
725
725
  $children?: {} | vue.VNodeChild | {
726
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
726
727
  clear?: ((arg: DefaultInputSlot & {
727
728
  props: Record<string, any>;
728
729
  }) => vue.VNodeChild) | undefined;
@@ -731,15 +732,15 @@ declare const VTextarea: {
731
732
  label: string | undefined;
732
733
  props: Record<string, any>;
733
734
  }) => vue.VNodeChild) | undefined;
734
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
735
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
736
735
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
736
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
737
737
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
738
738
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
739
739
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
740
740
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
741
741
  };
742
742
  'v-slots'?: {
743
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
743
744
  clear?: false | ((arg: DefaultInputSlot & {
744
745
  props: Record<string, any>;
745
746
  }) => vue.VNodeChild) | undefined;
@@ -748,15 +749,15 @@ declare const VTextarea: {
748
749
  label: string | undefined;
749
750
  props: Record<string, any>;
750
751
  }) => vue.VNodeChild) | undefined;
751
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
752
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
753
752
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
753
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
754
754
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
755
755
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
756
756
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
757
757
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
758
758
  } | undefined;
759
759
  } & {
760
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
760
761
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
761
762
  props: Record<string, any>;
762
763
  }) => vue.VNodeChild) | undefined;
@@ -765,9 +766,8 @@ declare const VTextarea: {
765
766
  label: string | undefined;
766
767
  props: Record<string, any>;
767
768
  }) => vue.VNodeChild) | undefined;
768
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
769
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
770
769
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
770
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
771
771
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
772
772
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
773
773
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -781,86 +781,86 @@ declare const VTextarea: {
781
781
  $: vue.ComponentInternalInstance;
782
782
  $data: {};
783
783
  $props: Partial<{
784
- style: vue.StyleValue;
785
784
  error: boolean;
785
+ direction: "horizontal" | "vertical";
786
+ style: vue.StyleValue;
786
787
  disabled: boolean | null;
788
+ readonly: boolean | null;
787
789
  messages: string | readonly string[];
788
790
  focused: boolean;
789
791
  errorMessages: string | readonly string[] | null;
790
792
  maxErrors: string | number;
791
- readonly: boolean | null;
792
793
  rules: readonly ValidationRule[];
793
794
  density: Density;
794
- direction: "horizontal" | "vertical";
795
795
  centerAffix: boolean;
796
796
  hideSpinButtons: boolean;
797
797
  persistentHint: boolean;
798
798
  }> & Omit<{
799
- style: vue.StyleValue;
800
799
  error: boolean;
800
+ direction: "horizontal" | "vertical";
801
+ style: vue.StyleValue;
801
802
  disabled: boolean | null;
803
+ readonly: boolean | null;
802
804
  messages: string | readonly string[];
803
805
  focused: boolean;
804
806
  errorMessages: string | readonly string[] | null;
805
807
  maxErrors: string | number;
806
- readonly: boolean | null;
807
808
  rules: readonly ValidationRule[];
808
809
  density: Density;
809
- direction: "horizontal" | "vertical";
810
810
  centerAffix: boolean;
811
811
  hideSpinButtons: boolean;
812
812
  persistentHint: boolean;
813
- class?: any;
814
813
  id?: string | undefined;
815
- label?: string | undefined;
816
814
  width?: string | number | undefined;
817
- theme?: string | undefined;
818
815
  name?: string | undefined;
819
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
820
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
821
- validationValue?: any;
822
816
  maxWidth?: string | number | undefined;
823
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;
824
824
  prependIcon?: IconValue | undefined;
825
825
  appendIcon?: IconValue | undefined;
826
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
827
826
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
827
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
828
828
  hint?: string | undefined;
829
829
  hideDetails?: boolean | "auto" | undefined;
830
830
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
831
- style: vue.StyleValue;
832
831
  error: boolean;
832
+ direction: "horizontal" | "vertical";
833
+ style: vue.StyleValue;
833
834
  disabled: boolean | null;
835
+ readonly: boolean | null;
834
836
  messages: string | readonly string[];
835
837
  focused: boolean;
836
838
  errorMessages: string | readonly string[] | null;
837
839
  maxErrors: string | number;
838
- readonly: boolean | null;
839
840
  rules: readonly ValidationRule[];
840
841
  density: Density;
841
- direction: "horizontal" | "vertical";
842
842
  centerAffix: boolean;
843
843
  hideSpinButtons: boolean;
844
844
  persistentHint: boolean;
845
845
  } & {
846
- class?: any;
847
846
  id?: string | undefined;
848
- label?: string | undefined;
849
847
  width?: string | number | undefined;
850
- theme?: string | undefined;
851
848
  name?: string | undefined;
852
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
853
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
854
- validationValue?: any;
855
849
  maxWidth?: string | number | undefined;
856
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;
857
857
  prependIcon?: IconValue | undefined;
858
858
  appendIcon?: IconValue | undefined;
859
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
860
859
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
860
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
861
861
  hint?: string | undefined;
862
862
  hideDetails?: boolean | "auto" | undefined;
863
- } & {}, "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">;
864
864
  $attrs: {
865
865
  [x: string]: unknown;
866
866
  };
@@ -889,36 +889,36 @@ declare const VTextarea: {
889
889
  $emit: (event: string, ...args: any[]) => void;
890
890
  $el: any;
891
891
  $options: vue.ComponentOptionsBase<{
892
- style: vue.StyleValue;
893
892
  error: boolean;
893
+ direction: "horizontal" | "vertical";
894
+ style: vue.StyleValue;
894
895
  disabled: boolean | null;
896
+ readonly: boolean | null;
895
897
  messages: string | readonly string[];
896
898
  focused: boolean;
897
899
  errorMessages: string | readonly string[] | null;
898
900
  maxErrors: string | number;
899
- readonly: boolean | null;
900
901
  rules: readonly ValidationRule[];
901
902
  density: Density;
902
- direction: "horizontal" | "vertical";
903
903
  centerAffix: boolean;
904
904
  hideSpinButtons: boolean;
905
905
  persistentHint: boolean;
906
906
  } & {
907
- class?: any;
908
907
  id?: string | undefined;
909
- label?: string | undefined;
910
908
  width?: string | number | undefined;
911
- theme?: string | undefined;
912
909
  name?: string | undefined;
913
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
914
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
915
- validationValue?: any;
916
910
  maxWidth?: string | number | undefined;
917
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;
918
918
  prependIcon?: IconValue | undefined;
919
919
  appendIcon?: IconValue | undefined;
920
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
921
920
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
921
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
922
922
  hint?: string | undefined;
923
923
  hideDetails?: boolean | "auto" | undefined;
924
924
  } & {}, {
@@ -929,18 +929,18 @@ declare const VTextarea: {
929
929
  errorMessages: vue.ComputedRef<string[]>;
930
930
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
931
931
  'update:modelValue': (value: any) => true;
932
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
933
- 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, {
934
933
  error: boolean;
934
+ direction: "horizontal" | "vertical";
935
+ style: vue.StyleValue;
935
936
  disabled: boolean | null;
937
+ readonly: boolean | null;
936
938
  messages: string | readonly string[];
937
939
  focused: boolean;
938
940
  errorMessages: string | readonly string[] | null;
939
941
  maxErrors: string | number;
940
- readonly: boolean | null;
941
942
  rules: readonly ValidationRule[];
942
943
  density: Density;
943
- direction: "horizontal" | "vertical";
944
944
  centerAffix: boolean;
945
945
  hideSpinButtons: boolean;
946
946
  persistentHint: boolean;
@@ -981,36 +981,36 @@ declare const VTextarea: {
981
981
  $nextTick: typeof nextTick;
982
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;
983
983
  } & Omit<{
984
- style: vue.StyleValue;
985
984
  error: boolean;
985
+ direction: "horizontal" | "vertical";
986
+ style: vue.StyleValue;
986
987
  disabled: boolean | null;
988
+ readonly: boolean | null;
987
989
  messages: string | readonly string[];
988
990
  focused: boolean;
989
991
  errorMessages: string | readonly string[] | null;
990
992
  maxErrors: string | number;
991
- readonly: boolean | null;
992
993
  rules: readonly ValidationRule[];
993
994
  density: Density;
994
- direction: "horizontal" | "vertical";
995
995
  centerAffix: boolean;
996
996
  hideSpinButtons: boolean;
997
997
  persistentHint: boolean;
998
998
  } & {
999
- class?: any;
1000
999
  id?: string | undefined;
1001
- label?: string | undefined;
1002
1000
  width?: string | number | undefined;
1003
- theme?: string | undefined;
1004
1001
  name?: string | undefined;
1005
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1006
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1007
- validationValue?: any;
1008
1002
  maxWidth?: string | number | undefined;
1009
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;
1010
1010
  prependIcon?: IconValue | undefined;
1011
1011
  appendIcon?: IconValue | undefined;
1012
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1013
1012
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1013
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1014
1014
  hint?: string | undefined;
1015
1015
  hideDetails?: boolean | "auto" | undefined;
1016
1016
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1022,29 +1022,29 @@ declare const VTextarea: {
1022
1022
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1023
1023
  modelValue?: unknown;
1024
1024
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1025
- }, 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}`>, {}, {}, {}, {
1026
- 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}`>, {}, {}, {}, {
1027
1026
  flat: boolean;
1028
- style: vue.StyleValue;
1029
- active: boolean;
1027
+ reverse: boolean;
1028
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1030
1029
  error: boolean;
1030
+ active: boolean;
1031
+ direction: "horizontal" | "vertical";
1032
+ style: vue.StyleValue;
1033
+ autofocus: boolean;
1031
1034
  disabled: boolean;
1035
+ readonly: boolean | null;
1032
1036
  messages: string | readonly string[];
1033
1037
  focused: boolean;
1034
1038
  errorMessages: string | readonly string[] | null;
1035
1039
  maxErrors: string | number;
1036
- readonly: boolean | null;
1037
1040
  rules: readonly ValidationRule[];
1038
1041
  rounded: string | number | boolean;
1039
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1040
1042
  tile: boolean;
1041
1043
  density: Density;
1042
- direction: "horizontal" | "vertical";
1043
1044
  clearIcon: IconValue;
1044
1045
  centerAffix: boolean;
1045
1046
  hideSpinButtons: boolean;
1046
1047
  persistentHint: boolean;
1047
- autofocus: boolean;
1048
1048
  clearable: boolean;
1049
1049
  dirty: boolean;
1050
1050
  persistentClear: boolean;
@@ -1059,26 +1059,26 @@ declare const VTextarea: {
1059
1059
  __isTeleport?: undefined;
1060
1060
  __isSuspense?: undefined;
1061
1061
  } & vue.ComponentOptionsBase<{
1062
- reverse: boolean;
1063
1062
  flat: boolean;
1064
- style: vue.StyleValue;
1065
- active: boolean;
1063
+ reverse: boolean;
1064
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1066
1065
  error: boolean;
1066
+ active: boolean;
1067
+ direction: "horizontal" | "vertical";
1068
+ style: vue.StyleValue;
1069
+ autofocus: boolean;
1067
1070
  disabled: boolean;
1071
+ readonly: boolean | null;
1068
1072
  messages: string | readonly string[];
1069
1073
  focused: boolean;
1070
1074
  errorMessages: string | readonly string[] | null;
1071
1075
  maxErrors: string | number;
1072
- readonly: boolean | null;
1073
1076
  rules: readonly ValidationRule[];
1074
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1075
1077
  tile: boolean;
1076
1078
  density: Density;
1077
- direction: "horizontal" | "vertical";
1078
1079
  clearIcon: IconValue;
1079
1080
  hideSpinButtons: boolean;
1080
1081
  persistentHint: boolean;
1081
- autofocus: boolean;
1082
1082
  clearable: boolean;
1083
1083
  dirty: boolean;
1084
1084
  persistentClear: boolean;
@@ -1089,24 +1089,24 @@ declare const VTextarea: {
1089
1089
  noResize: boolean;
1090
1090
  rows: string | number;
1091
1091
  } & {
1092
- class?: any;
1093
1092
  id?: string | undefined;
1094
- label?: string | undefined;
1095
1093
  width?: string | number | undefined;
1096
- theme?: string | undefined;
1097
- color?: string | undefined;
1098
1094
  name?: string | undefined;
1099
- prefix?: string | undefined;
1095
+ color?: string | undefined;
1096
+ maxWidth?: string | number | undefined;
1097
+ minWidth?: string | number | undefined;
1100
1098
  loading?: string | boolean | undefined;
1099
+ label?: string | undefined;
1100
+ prefix?: string | undefined;
1101
+ class?: any;
1101
1102
  placeholder?: string | undefined;
1103
+ theme?: string | undefined;
1102
1104
  counter?: string | number | true | undefined;
1103
1105
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1104
1106
  modelValue?: any;
1105
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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;
1106
1108
  validationValue?: any;
1107
1109
  rounded?: string | number | boolean | undefined;
1108
- maxWidth?: string | number | undefined;
1109
- minWidth?: string | number | undefined;
1110
1110
  baseColor?: string | undefined;
1111
1111
  bgColor?: string | undefined;
1112
1112
  prependIcon?: IconValue | undefined;
@@ -1114,8 +1114,8 @@ declare const VTextarea: {
1114
1114
  appendInnerIcon?: IconValue | undefined;
1115
1115
  prependInnerIcon?: IconValue | undefined;
1116
1116
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1117
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1118
1117
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1118
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1119
1119
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1120
1120
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1121
1121
  centerAffix?: boolean | undefined;
@@ -1127,6 +1127,7 @@ declare const VTextarea: {
1127
1127
  maxRows?: string | number | undefined;
1128
1128
  } & {
1129
1129
  $children?: {} | vue.VNodeChild | {
1130
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1130
1131
  clear?: ((arg: DefaultInputSlot & {
1131
1132
  props: Record<string, any>;
1132
1133
  }) => vue.VNodeChild) | undefined;
@@ -1135,15 +1136,15 @@ declare const VTextarea: {
1135
1136
  label: string | undefined;
1136
1137
  props: Record<string, any>;
1137
1138
  }) => vue.VNodeChild) | undefined;
1138
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1139
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1140
1139
  append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1140
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1141
1141
  loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1142
1142
  'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1143
1143
  'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1144
1144
  counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1145
1145
  };
1146
1146
  'v-slots'?: {
1147
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1147
1148
  clear?: false | ((arg: DefaultInputSlot & {
1148
1149
  props: Record<string, any>;
1149
1150
  }) => vue.VNodeChild) | undefined;
@@ -1152,15 +1153,15 @@ declare const VTextarea: {
1152
1153
  label: string | undefined;
1153
1154
  props: Record<string, any>;
1154
1155
  }) => vue.VNodeChild) | undefined;
1155
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1156
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1157
1156
  append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1157
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1158
1158
  loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1159
1159
  'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1160
1160
  'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1161
1161
  counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1162
1162
  } | undefined;
1163
1163
  } & {
1164
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1164
1165
  "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1165
1166
  props: Record<string, any>;
1166
1167
  }) => vue.VNodeChild) | undefined;
@@ -1169,9 +1170,8 @@ declare const VTextarea: {
1169
1170
  label: string | undefined;
1170
1171
  props: Record<string, any>;
1171
1172
  }) => vue.VNodeChild) | undefined;
1172
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1173
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1174
1173
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1174
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1175
1175
  "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1176
1176
  "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1177
1177
  "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
@@ -1185,86 +1185,86 @@ declare const VTextarea: {
1185
1185
  $: vue.ComponentInternalInstance;
1186
1186
  $data: {};
1187
1187
  $props: Partial<{
1188
- style: vue.StyleValue;
1189
1188
  error: boolean;
1189
+ direction: "horizontal" | "vertical";
1190
+ style: vue.StyleValue;
1190
1191
  disabled: boolean | null;
1192
+ readonly: boolean | null;
1191
1193
  messages: string | readonly string[];
1192
1194
  focused: boolean;
1193
1195
  errorMessages: string | readonly string[] | null;
1194
1196
  maxErrors: string | number;
1195
- readonly: boolean | null;
1196
1197
  rules: readonly ValidationRule[];
1197
1198
  density: Density;
1198
- direction: "horizontal" | "vertical";
1199
1199
  centerAffix: boolean;
1200
1200
  hideSpinButtons: boolean;
1201
1201
  persistentHint: boolean;
1202
1202
  }> & Omit<{
1203
- style: vue.StyleValue;
1204
1203
  error: boolean;
1204
+ direction: "horizontal" | "vertical";
1205
+ style: vue.StyleValue;
1205
1206
  disabled: boolean | null;
1207
+ readonly: boolean | null;
1206
1208
  messages: string | readonly string[];
1207
1209
  focused: boolean;
1208
1210
  errorMessages: string | readonly string[] | null;
1209
1211
  maxErrors: string | number;
1210
- readonly: boolean | null;
1211
1212
  rules: readonly ValidationRule[];
1212
1213
  density: Density;
1213
- direction: "horizontal" | "vertical";
1214
1214
  centerAffix: boolean;
1215
1215
  hideSpinButtons: boolean;
1216
1216
  persistentHint: boolean;
1217
- class?: any;
1218
1217
  id?: string | undefined;
1219
- label?: string | undefined;
1220
1218
  width?: string | number | undefined;
1221
- theme?: string | undefined;
1222
1219
  name?: string | undefined;
1223
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1224
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1225
- validationValue?: any;
1226
1220
  maxWidth?: string | number | undefined;
1227
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;
1228
1228
  prependIcon?: IconValue | undefined;
1229
1229
  appendIcon?: IconValue | undefined;
1230
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1231
1230
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1231
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1232
1232
  hint?: string | undefined;
1233
1233
  hideDetails?: boolean | "auto" | undefined;
1234
1234
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1235
- style: vue.StyleValue;
1236
1235
  error: boolean;
1236
+ direction: "horizontal" | "vertical";
1237
+ style: vue.StyleValue;
1237
1238
  disabled: boolean | null;
1239
+ readonly: boolean | null;
1238
1240
  messages: string | readonly string[];
1239
1241
  focused: boolean;
1240
1242
  errorMessages: string | readonly string[] | null;
1241
1243
  maxErrors: string | number;
1242
- readonly: boolean | null;
1243
1244
  rules: readonly ValidationRule[];
1244
1245
  density: Density;
1245
- direction: "horizontal" | "vertical";
1246
1246
  centerAffix: boolean;
1247
1247
  hideSpinButtons: boolean;
1248
1248
  persistentHint: boolean;
1249
1249
  } & {
1250
- class?: any;
1251
1250
  id?: string | undefined;
1252
- label?: string | undefined;
1253
1251
  width?: string | number | undefined;
1254
- theme?: string | undefined;
1255
1252
  name?: string | undefined;
1256
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1257
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1258
- validationValue?: any;
1259
1253
  maxWidth?: string | number | undefined;
1260
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;
1261
1261
  prependIcon?: IconValue | undefined;
1262
1262
  appendIcon?: IconValue | undefined;
1263
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1264
1263
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1264
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1265
1265
  hint?: string | undefined;
1266
1266
  hideDetails?: boolean | "auto" | undefined;
1267
- } & {}, "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">;
1268
1268
  $attrs: {
1269
1269
  [x: string]: unknown;
1270
1270
  };
@@ -1293,36 +1293,36 @@ declare const VTextarea: {
1293
1293
  $emit: (event: string, ...args: any[]) => void;
1294
1294
  $el: any;
1295
1295
  $options: vue.ComponentOptionsBase<{
1296
- style: vue.StyleValue;
1297
1296
  error: boolean;
1297
+ direction: "horizontal" | "vertical";
1298
+ style: vue.StyleValue;
1298
1299
  disabled: boolean | null;
1300
+ readonly: boolean | null;
1299
1301
  messages: string | readonly string[];
1300
1302
  focused: boolean;
1301
1303
  errorMessages: string | readonly string[] | null;
1302
1304
  maxErrors: string | number;
1303
- readonly: boolean | null;
1304
1305
  rules: readonly ValidationRule[];
1305
1306
  density: Density;
1306
- direction: "horizontal" | "vertical";
1307
1307
  centerAffix: boolean;
1308
1308
  hideSpinButtons: boolean;
1309
1309
  persistentHint: boolean;
1310
1310
  } & {
1311
- class?: any;
1312
1311
  id?: string | undefined;
1313
- label?: string | undefined;
1314
1312
  width?: string | number | undefined;
1315
- theme?: string | undefined;
1316
1313
  name?: string | undefined;
1317
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1318
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1319
- validationValue?: any;
1320
1314
  maxWidth?: string | number | undefined;
1321
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;
1322
1322
  prependIcon?: IconValue | undefined;
1323
1323
  appendIcon?: IconValue | undefined;
1324
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1325
1324
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1325
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1326
1326
  hint?: string | undefined;
1327
1327
  hideDetails?: boolean | "auto" | undefined;
1328
1328
  } & {}, {
@@ -1333,18 +1333,18 @@ declare const VTextarea: {
1333
1333
  errorMessages: vue.ComputedRef<string[]>;
1334
1334
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1335
1335
  'update:modelValue': (value: any) => true;
1336
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1337
- 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, {
1338
1337
  error: boolean;
1338
+ direction: "horizontal" | "vertical";
1339
+ style: vue.StyleValue;
1339
1340
  disabled: boolean | null;
1341
+ readonly: boolean | null;
1340
1342
  messages: string | readonly string[];
1341
1343
  focused: boolean;
1342
1344
  errorMessages: string | readonly string[] | null;
1343
1345
  maxErrors: string | number;
1344
- readonly: boolean | null;
1345
1346
  rules: readonly ValidationRule[];
1346
1347
  density: Density;
1347
- direction: "horizontal" | "vertical";
1348
1348
  centerAffix: boolean;
1349
1349
  hideSpinButtons: boolean;
1350
1350
  persistentHint: boolean;
@@ -1385,36 +1385,36 @@ declare const VTextarea: {
1385
1385
  $nextTick: typeof nextTick;
1386
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;
1387
1387
  } & Omit<{
1388
- style: vue.StyleValue;
1389
1388
  error: boolean;
1389
+ direction: "horizontal" | "vertical";
1390
+ style: vue.StyleValue;
1390
1391
  disabled: boolean | null;
1392
+ readonly: boolean | null;
1391
1393
  messages: string | readonly string[];
1392
1394
  focused: boolean;
1393
1395
  errorMessages: string | readonly string[] | null;
1394
1396
  maxErrors: string | number;
1395
- readonly: boolean | null;
1396
1397
  rules: readonly ValidationRule[];
1397
1398
  density: Density;
1398
- direction: "horizontal" | "vertical";
1399
1399
  centerAffix: boolean;
1400
1400
  hideSpinButtons: boolean;
1401
1401
  persistentHint: boolean;
1402
1402
  } & {
1403
- class?: any;
1404
1403
  id?: string | undefined;
1405
- label?: string | undefined;
1406
1404
  width?: string | number | undefined;
1407
- theme?: string | undefined;
1408
1405
  name?: string | undefined;
1409
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1410
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1411
- validationValue?: any;
1412
1406
  maxWidth?: string | number | undefined;
1413
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;
1414
1414
  prependIcon?: IconValue | undefined;
1415
1415
  appendIcon?: IconValue | undefined;
1416
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1417
1416
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1417
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1418
1418
  hint?: string | undefined;
1419
1419
  hideDetails?: boolean | "auto" | undefined;
1420
1420
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1426,34 +1426,34 @@ declare const VTextarea: {
1426
1426
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1427
1427
  modelValue?: unknown;
1428
1428
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1429
- }, 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, {
1430
1430
  'click:control': (e: MouseEvent) => true;
1431
1431
  'mousedown:control': (e: MouseEvent) => true;
1432
1432
  'update:focused': (focused: boolean) => true;
1433
1433
  'update:modelValue': (val: string) => true;
1434
1434
  }, string, {
1435
- reverse: boolean;
1436
1435
  flat: boolean;
1437
- style: vue.StyleValue;
1438
- active: boolean;
1436
+ reverse: boolean;
1437
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1439
1438
  error: boolean;
1439
+ active: boolean;
1440
+ direction: "horizontal" | "vertical";
1441
+ style: vue.StyleValue;
1442
+ autofocus: boolean;
1440
1443
  disabled: boolean;
1444
+ readonly: boolean | null;
1441
1445
  messages: string | readonly string[];
1442
1446
  focused: boolean;
1443
1447
  errorMessages: string | readonly string[] | null;
1444
1448
  maxErrors: string | number;
1445
- readonly: boolean | null;
1446
1449
  rules: readonly ValidationRule[];
1447
1450
  rounded: string | number | boolean;
1448
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1449
1451
  tile: boolean;
1450
1452
  density: Density;
1451
- direction: "horizontal" | "vertical";
1452
1453
  clearIcon: IconValue;
1453
1454
  centerAffix: boolean;
1454
1455
  hideSpinButtons: boolean;
1455
1456
  persistentHint: boolean;
1456
- autofocus: boolean;
1457
1457
  clearable: boolean;
1458
1458
  dirty: boolean;
1459
1459
  persistentClear: boolean;
@@ -1464,6 +1464,9 @@ declare const VTextarea: {
1464
1464
  noResize: boolean;
1465
1465
  rows: string | number;
1466
1466
  }, {}, string, vue.SlotsType<Partial<{
1467
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1468
+ [key: string]: any;
1469
+ }>[];
1467
1470
  clear: (arg: DefaultInputSlot & {
1468
1471
  props: Record<string, any>;
1469
1472
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1478,15 +1481,12 @@ declare const VTextarea: {
1478
1481
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1479
1482
  [key: string]: any;
1480
1483
  }>[];
1481
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1484
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1482
1485
  [key: string]: any;
1483
1486
  }>[];
1484
1487
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1485
1488
  [key: string]: any;
1486
1489
  }>[];
1487
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1488
- [key: string]: any;
1489
- }>[];
1490
1490
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1491
1491
  [key: string]: any;
1492
1492
  }>[];
@@ -1502,7 +1502,7 @@ declare const VTextarea: {
1502
1502
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1503
1503
  theme: StringConstructor;
1504
1504
  rounded: {
1505
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1505
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1506
1506
  default: undefined;
1507
1507
  };
1508
1508
  tile: BooleanConstructor;
@@ -1539,7 +1539,7 @@ declare const VTextarea: {
1539
1539
  reverse: BooleanConstructor;
1540
1540
  singleLine: BooleanConstructor;
1541
1541
  variant: {
1542
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1542
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1543
1543
  default: string;
1544
1544
  validator: (v: any) => boolean;
1545
1545
  };
@@ -1566,7 +1566,7 @@ declare const VTextarea: {
1566
1566
  default: () => never[];
1567
1567
  };
1568
1568
  modelValue: null;
1569
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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>;
1570
1570
  validationValue: null;
1571
1571
  width: (StringConstructor | NumberConstructor)[];
1572
1572
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1617,7 +1617,7 @@ declare const VTextarea: {
1617
1617
  }, vue.ExtractPropTypes<{
1618
1618
  theme: StringConstructor;
1619
1619
  rounded: {
1620
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1620
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1621
1621
  default: undefined;
1622
1622
  };
1623
1623
  tile: BooleanConstructor;
@@ -1654,7 +1654,7 @@ declare const VTextarea: {
1654
1654
  reverse: BooleanConstructor;
1655
1655
  singleLine: BooleanConstructor;
1656
1656
  variant: {
1657
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1657
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1658
1658
  default: string;
1659
1659
  validator: (v: any) => boolean;
1660
1660
  };
@@ -1681,7 +1681,7 @@ declare const VTextarea: {
1681
1681
  default: () => never[];
1682
1682
  };
1683
1683
  modelValue: null;
1684
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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>;
1685
1685
  validationValue: null;
1686
1686
  width: (StringConstructor | NumberConstructor)[];
1687
1687
  maxWidth: (StringConstructor | NumberConstructor)[];